@@ -769,6 +769,9 @@ exports[`dark theme 1`] = `
769769 " --shadow-key-ambient-opacity" : " rgba(0, 0, 0, 0.12)" ,
770770 " --shadow-key-penumbra-opacity" : " rgba(0, 0, 0, 0.14)" ,
771771 " --shadow-key-umbra-opacity" : " rgba(0, 0, 0, 0.2)" ,
772+ " --shimmer-text-angle" : " 100deg" ,
773+ " --shimmer-text-color" : " var(--color-on-surface-variant)" ,
774+ " --shimmer-text-duration" : " 1.4s" ,
772775 " --shimmer-text-highlight-color" : " #000" ,
773776 " --signature-background-color" : " var(--color-surface-container-highest)" ,
774777 " --signature-border-radius" : " 4px" ,
@@ -1832,6 +1835,9 @@ exports[`md3Dark theme 1`] = `
18321835 " --shadow-key-ambient-opacity" : " rgba(0, 0, 0, 0.12)" ,
18331836 " --shadow-key-penumbra-opacity" : " rgba(0, 0, 0, 0.14)" ,
18341837 " --shadow-key-umbra-opacity" : " rgba(0, 0, 0, 0.2)" ,
1838+ " --shimmer-text-angle" : " 100deg" ,
1839+ " --shimmer-text-color" : " var(--color-on-surface-variant)" ,
1840+ " --shimmer-text-duration" : " 1.4s" ,
18351841 " --shimmer-text-highlight-color" : " #000" ,
18361842 " --signature-background-color" : " var(--color-surface-container-highest)" ,
18371843 " --signature-border-radius" : " 12px" ,
@@ -2880,6 +2886,9 @@ exports[`md3Light theme 1`] = `
28802886 " --shadow-key-ambient-opacity" : " rgba(0, 0, 0, 0.12)" ,
28812887 " --shadow-key-penumbra-opacity" : " rgba(0, 0, 0, 0.14)" ,
28822888 " --shadow-key-umbra-opacity" : " rgba(0, 0, 0, 0.2)" ,
2889+ " --shimmer-text-angle" : " 100deg" ,
2890+ " --shimmer-text-color" : " var(--color-on-surface-variant)" ,
2891+ " --shimmer-text-duration" : " 1.4s" ,
28832892 " --shimmer-text-highlight-color" : " #fff" ,
28842893 " --signature-background-color" : " var(--color-surface-container-low)" ,
28852894 " --signature-border-radius" : " 12px" ,
0 commit comments