@salutejs-ds/sdds_sbcom 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Button/Button.config.d.ts +3 -3
- package/components/Button/Button.config.js +10 -10
- package/components/Button/Button.config.js.map +1 -1
- package/components/Button/Button.config_1wue0f1.css +10 -0
- package/components/Button/Button.css +9 -9
- package/components/Button/Button.d.ts +3 -3
- package/components/Checkbox/Checkbox.config.js +1 -1
- package/components/Checkbox/Checkbox.config.js.map +1 -1
- package/components/Checkbox/Checkbox.config_limvsr.css +6 -0
- package/components/Checkbox/Checkbox.css +6 -6
- package/components/Counter/Counter.config.d.ts +4 -4
- package/components/Counter/Counter.config.js +9 -9
- package/components/Counter/Counter.config.js.map +1 -1
- package/components/Counter/Counter.config_u14r3s.css +11 -0
- package/components/Counter/Counter.css +10 -10
- package/components/Counter/Counter.d.ts +4 -4
- package/components/IconButton/IconButton.config.js +1 -1
- package/components/IconButton/IconButton.config.js.map +1 -1
- package/components/IconButton/IconButton.config_yxpssw.css +9 -0
- package/components/IconButton/IconButton.css +8 -8
- package/components/Link/Link.config.d.ts +5 -5
- package/components/Link/Link.config.js +7 -7
- package/components/Link/Link.config.js.map +1 -1
- package/components/Link/{Link.config_uq3jfz.css → Link.config_1adojdx.css} +6 -6
- package/components/Link/Link.css +8 -8
- package/components/Link/Link.d.ts +5 -5
- package/components/Radiobox/Radiobox.config.d.ts +2 -2
- package/components/Radiobox/Radiobox.config.js +5 -5
- package/components/Radiobox/Radiobox.config.js.map +1 -1
- package/components/Radiobox/Radiobox.config_wzkn6m.css +6 -0
- package/components/Radiobox/Radiobox.css +6 -6
- package/components/Radiobox/Radiobox.d.ts +2 -2
- package/css/sdds_sbcom.module.css +972 -1227
- package/css/sdds_sbcom__dark.css +518 -645
- package/css/sdds_sbcom__light.css +521 -649
- package/es/components/Button/Button.config.js +10 -10
- package/es/components/Button/Button.config.js.map +1 -1
- package/es/components/Button/Button.config_1wue0f1.css +10 -0
- package/es/components/Button/Button.css +9 -9
- package/es/components/Checkbox/Checkbox.config.js +1 -1
- package/es/components/Checkbox/Checkbox.config.js.map +1 -1
- package/es/components/Checkbox/Checkbox.config_limvsr.css +6 -0
- package/es/components/Checkbox/Checkbox.css +6 -6
- package/es/components/Counter/Counter.config.js +9 -9
- package/es/components/Counter/Counter.config.js.map +1 -1
- package/es/components/Counter/Counter.config_u14r3s.css +11 -0
- package/es/components/Counter/Counter.css +10 -10
- package/es/components/IconButton/IconButton.config.js +1 -1
- package/es/components/IconButton/IconButton.config.js.map +1 -1
- package/es/components/IconButton/IconButton.config_yxpssw.css +9 -0
- package/es/components/IconButton/IconButton.css +8 -8
- package/es/components/Link/Link.config.js +7 -7
- package/es/components/Link/Link.config.js.map +1 -1
- package/es/components/Link/{Link.config_uq3jfz.css → Link.config_1adojdx.css} +6 -6
- package/es/components/Link/Link.css +8 -8
- package/es/components/Radiobox/Radiobox.config.js +5 -5
- package/es/components/Radiobox/Radiobox.config.js.map +1 -1
- package/es/components/Radiobox/Radiobox.config_wzkn6m.css +6 -0
- package/es/components/Radiobox/Radiobox.css +6 -6
- package/es/index.css +55 -55
- package/es/index.js +1 -1
- package/es/theme/themes/sdds_sbcom__dark.js +1 -1
- package/es/theme/themes/sdds_sbcom__dark.js.map +1 -1
- package/es/theme/themes/sdds_sbcom__light.js +1 -1
- package/es/theme/themes/sdds_sbcom__light.js.map +1 -1
- package/es/theme/tokens/index.js +901 -1282
- package/es/theme/tokens/index.js.map +1 -1
- package/index.css +55 -55
- package/index.js +137 -264
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/styled-components/cjs/Button/Button.config.js +9 -9
- package/styled-components/cjs/Checkbox/Checkbox.config.js +5 -5
- package/styled-components/cjs/Counter/Counter.config.js +10 -10
- package/styled-components/cjs/IconButton/IconButton.config.js +7 -7
- package/styled-components/cjs/Link/Link.config.js +6 -6
- package/styled-components/cjs/Radiobox/Radiobox.config.js +6 -6
- package/styled-components/es/Button/Button.config.js +9 -9
- package/styled-components/es/Checkbox/Checkbox.config.js +5 -5
- package/styled-components/es/Counter/Counter.config.js +10 -10
- package/styled-components/es/IconButton/IconButton.config.js +7 -7
- package/styled-components/es/Link/Link.config.js +6 -6
- package/styled-components/es/Radiobox/Radiobox.config.js +6 -6
- package/theme/themes/sdds_sbcom__dark.js +1 -1
- package/theme/themes/sdds_sbcom__dark.js.map +1 -1
- package/theme/themes/sdds_sbcom__light.js +1 -1
- package/theme/themes/sdds_sbcom__light.js.map +1 -1
- package/theme/tokens/index.d.ts +721 -975
- package/theme/tokens/index.js +1037 -1545
- package/theme/tokens/index.js.map +1 -1
- package/components/Button/Button.config_ncdo62.css +0 -10
- package/components/Checkbox/Checkbox.config_ufkiou.css +0 -6
- package/components/Counter/Counter.config_8qholw.css +0 -11
- package/components/IconButton/IconButton.config_10yvwxd.css +0 -9
- package/components/Radiobox/Radiobox.config_16u8jc7.css +0 -6
- package/es/components/Button/Button.config_ncdo62.css +0 -10
- package/es/components/Checkbox/Checkbox.config_ufkiou.css +0 -6
- package/es/components/Counter/Counter.config_8qholw.css +0 -11
- package/es/components/IconButton/IconButton.config_10yvwxd.css +0 -9
- package/es/components/Radiobox/Radiobox.config_16u8jc7.css +0 -6
package/index.js
CHANGED
|
@@ -52,12 +52,6 @@ exports.darkBackgroundHardline = index.darkBackgroundHardline;
|
|
|
52
52
|
exports.darkBackgroundPrimary = index.darkBackgroundPrimary;
|
|
53
53
|
exports.darkBackgroundSecondary = index.darkBackgroundSecondary;
|
|
54
54
|
exports.darkBackgroundTertiary = index.darkBackgroundTertiary;
|
|
55
|
-
exports.dataYellowActive = index.dataYellowActive;
|
|
56
|
-
exports.dataYellowHover = index.dataYellowHover;
|
|
57
|
-
exports.dataYellowMinorActive = index.dataYellowMinorActive;
|
|
58
|
-
exports.dataYellowMinorHover = index.dataYellowMinorHover;
|
|
59
|
-
exports.dataYellowTransparentActive = index.dataYellowTransparentActive;
|
|
60
|
-
exports.dataYellowTransparentHover = index.dataYellowTransparentHover;
|
|
61
55
|
exports.dsplS = index.dsplS;
|
|
62
56
|
exports.dsplSBold = index.dsplSBold;
|
|
63
57
|
exports.dsplSMedium = index.dsplSMedium;
|
|
@@ -78,88 +72,66 @@ exports.inverseBackgroundHardline = index.inverseBackgroundHardline;
|
|
|
78
72
|
exports.inverseBackgroundPrimary = index.inverseBackgroundPrimary;
|
|
79
73
|
exports.inverseBackgroundSecondary = index.inverseBackgroundSecondary;
|
|
80
74
|
exports.inverseBackgroundTertiary = index.inverseBackgroundTertiary;
|
|
81
|
-
exports.inverseDataYellowActive = index.inverseDataYellowActive;
|
|
82
|
-
exports.inverseDataYellowHover = index.inverseDataYellowHover;
|
|
83
|
-
exports.inverseDataYellowMinorActive = index.inverseDataYellowMinorActive;
|
|
84
|
-
exports.inverseDataYellowMinorHover = index.inverseDataYellowMinorHover;
|
|
85
|
-
exports.inverseDataYellowTransparentActive = index.inverseDataYellowTransparentActive;
|
|
86
|
-
exports.inverseDataYellowTransparentHover = index.inverseDataYellowTransparentHover;
|
|
87
|
-
exports.inverseOutlineAccentActive = index.inverseOutlineAccentActive;
|
|
88
|
-
exports.inverseOutlineAccentHover = index.inverseOutlineAccentHover;
|
|
89
|
-
exports.inverseOutlineAccentMinorActive = index.inverseOutlineAccentMinorActive;
|
|
90
|
-
exports.inverseOutlineAccentMinorHover = index.inverseOutlineAccentMinorHover;
|
|
91
75
|
exports.inverseOutlineClear = index.inverseOutlineClear;
|
|
92
76
|
exports.inverseOutlineClearActive = index.inverseOutlineClearActive;
|
|
93
77
|
exports.inverseOutlineClearHover = index.inverseOutlineClearHover;
|
|
94
78
|
exports.inverseOutlineDefault = index.inverseOutlineDefault;
|
|
79
|
+
exports.inverseOutlineDefaultActive = index.inverseOutlineDefaultActive;
|
|
80
|
+
exports.inverseOutlineDefaultHover = index.inverseOutlineDefaultHover;
|
|
95
81
|
exports.inverseOutlineInfo = index.inverseOutlineInfo;
|
|
96
82
|
exports.inverseOutlineInfoActive = index.inverseOutlineInfoActive;
|
|
97
83
|
exports.inverseOutlineInfoHover = index.inverseOutlineInfoHover;
|
|
98
|
-
exports.inverseOutlineInfoMinorActive = index.inverseOutlineInfoMinorActive;
|
|
99
|
-
exports.inverseOutlineInfoMinorHover = index.inverseOutlineInfoMinorHover;
|
|
100
84
|
exports.inverseOutlineNegative = index.inverseOutlineNegative;
|
|
101
85
|
exports.inverseOutlineNegativeActive = index.inverseOutlineNegativeActive;
|
|
102
86
|
exports.inverseOutlineNegativeHover = index.inverseOutlineNegativeHover;
|
|
103
|
-
exports.inverseOutlineNegativeMinorActive = index.inverseOutlineNegativeMinorActive;
|
|
104
|
-
exports.inverseOutlineNegativeMinorHover = index.inverseOutlineNegativeMinorHover;
|
|
105
87
|
exports.inverseOutlinePositive = index.inverseOutlinePositive;
|
|
106
88
|
exports.inverseOutlinePositiveActive = index.inverseOutlinePositiveActive;
|
|
107
89
|
exports.inverseOutlinePositiveHover = index.inverseOutlinePositiveHover;
|
|
108
|
-
exports.inverseOutlinePositiveMinorActive = index.inverseOutlinePositiveMinorActive;
|
|
109
|
-
exports.inverseOutlinePositiveMinorHover = index.inverseOutlinePositiveMinorHover;
|
|
110
90
|
exports.inverseOutlinePrimary = index.inverseOutlinePrimary;
|
|
111
|
-
exports.
|
|
112
|
-
exports.
|
|
113
|
-
exports.inverseOutlineSolidDefaultActive = index.inverseOutlineSolidDefaultActive;
|
|
114
|
-
exports.inverseOutlineSolidDefaultHover = index.inverseOutlineSolidDefaultHover;
|
|
115
|
-
exports.inverseOutlineSolidPrimaryActive = index.inverseOutlineSolidPrimaryActive;
|
|
116
|
-
exports.inverseOutlineSolidPrimaryHover = index.inverseOutlineSolidPrimaryHover;
|
|
117
|
-
exports.inverseOutlineSolidSecondaryActive = index.inverseOutlineSolidSecondaryActive;
|
|
118
|
-
exports.inverseOutlineSolidSecondaryHover = index.inverseOutlineSolidSecondaryHover;
|
|
119
|
-
exports.inverseOutlineSolidTertiaryActive = index.inverseOutlineSolidTertiaryActive;
|
|
120
|
-
exports.inverseOutlineSolidTertiaryHover = index.inverseOutlineSolidTertiaryHover;
|
|
121
|
-
exports.inverseOutlineTransparentAccentActive = index.inverseOutlineTransparentAccentActive;
|
|
122
|
-
exports.inverseOutlineTransparentAccentHover = index.inverseOutlineTransparentAccentHover;
|
|
123
|
-
exports.inverseOutlineTransparentInfoActive = index.inverseOutlineTransparentInfoActive;
|
|
124
|
-
exports.inverseOutlineTransparentInfoHover = index.inverseOutlineTransparentInfoHover;
|
|
125
|
-
exports.inverseOutlineTransparentNegativeActive = index.inverseOutlineTransparentNegativeActive;
|
|
126
|
-
exports.inverseOutlineTransparentNegativeHover = index.inverseOutlineTransparentNegativeHover;
|
|
127
|
-
exports.inverseOutlineTransparentPositiveActive = index.inverseOutlineTransparentPositiveActive;
|
|
128
|
-
exports.inverseOutlineTransparentPositiveHover = index.inverseOutlineTransparentPositiveHover;
|
|
91
|
+
exports.inverseOutlinePrimaryActive = index.inverseOutlinePrimaryActive;
|
|
92
|
+
exports.inverseOutlinePrimaryHover = index.inverseOutlinePrimaryHover;
|
|
129
93
|
exports.inverseOutlineTransparentPrimary = index.inverseOutlineTransparentPrimary;
|
|
130
94
|
exports.inverseOutlineTransparentPrimaryActive = index.inverseOutlineTransparentPrimaryActive;
|
|
131
95
|
exports.inverseOutlineTransparentPrimaryHover = index.inverseOutlineTransparentPrimaryHover;
|
|
132
|
-
exports.inverseOutlineTransparentSecondaryActive = index.inverseOutlineTransparentSecondaryActive;
|
|
133
|
-
exports.inverseOutlineTransparentSecondaryHover = index.inverseOutlineTransparentSecondaryHover;
|
|
134
|
-
exports.inverseOutlineTransparentTertiaryActive = index.inverseOutlineTransparentTertiaryActive;
|
|
135
|
-
exports.inverseOutlineTransparentTertiaryHover = index.inverseOutlineTransparentTertiaryHover;
|
|
136
|
-
exports.inverseOutlineTransparentWarningActive = index.inverseOutlineTransparentWarningActive;
|
|
137
|
-
exports.inverseOutlineTransparentWarningHover = index.inverseOutlineTransparentWarningHover;
|
|
138
96
|
exports.inverseOutlineWarning = index.inverseOutlineWarning;
|
|
139
97
|
exports.inverseOutlineWarningActive = index.inverseOutlineWarningActive;
|
|
140
98
|
exports.inverseOutlineWarningHover = index.inverseOutlineWarningHover;
|
|
141
|
-
exports.inverseOutlineWarningMinorActive = index.inverseOutlineWarningMinorActive;
|
|
142
|
-
exports.inverseOutlineWarningMinorHover = index.inverseOutlineWarningMinorHover;
|
|
143
99
|
exports.inverseOutlineWhiteGradient = index.inverseOutlineWhiteGradient;
|
|
144
100
|
exports.inverseOverlayGradient = index.inverseOverlayGradient;
|
|
145
101
|
exports.inverseOverlayHard = index.inverseOverlayHard;
|
|
146
102
|
exports.inverseOverlaySoft = index.inverseOverlaySoft;
|
|
147
103
|
exports.inversePersonasBlueSurfaceAccentGradient = index.inversePersonasBlueSurfaceAccentGradient;
|
|
148
104
|
exports.inversePersonasBlueTextAccent = index.inversePersonasBlueTextAccent;
|
|
105
|
+
exports.inversePersonasBlueTextAccentActive = index.inversePersonasBlueTextAccentActive;
|
|
106
|
+
exports.inversePersonasBlueTextAccentHover = index.inversePersonasBlueTextAccentHover;
|
|
149
107
|
exports.inversePersonasGreenSurfaceAccentGradient = index.inversePersonasGreenSurfaceAccentGradient;
|
|
150
108
|
exports.inversePersonasGreenTextAccent = index.inversePersonasGreenTextAccent;
|
|
109
|
+
exports.inversePersonasGreenTextAccentActive = index.inversePersonasGreenTextAccentActive;
|
|
110
|
+
exports.inversePersonasGreenTextAccentHover = index.inversePersonasGreenTextAccentHover;
|
|
151
111
|
exports.inversePersonasIndigoSurfaceAccentGradient = index.inversePersonasIndigoSurfaceAccentGradient;
|
|
152
112
|
exports.inversePersonasIndigoTextAccent = index.inversePersonasIndigoTextAccent;
|
|
113
|
+
exports.inversePersonasIndigoTextAccentActive = index.inversePersonasIndigoTextAccentActive;
|
|
114
|
+
exports.inversePersonasIndigoTextAccentHover = index.inversePersonasIndigoTextAccentHover;
|
|
153
115
|
exports.inversePersonasOchreSurfaceAccentGradient = index.inversePersonasOchreSurfaceAccentGradient;
|
|
154
116
|
exports.inversePersonasOchreTextAccent = index.inversePersonasOchreTextAccent;
|
|
117
|
+
exports.inversePersonasOchreTextAccentActive = index.inversePersonasOchreTextAccentActive;
|
|
118
|
+
exports.inversePersonasOchreTextAccentHover = index.inversePersonasOchreTextAccentHover;
|
|
155
119
|
exports.inversePersonasOliveSurfaceAccentGradient = index.inversePersonasOliveSurfaceAccentGradient;
|
|
156
120
|
exports.inversePersonasOliveTextAccent = index.inversePersonasOliveTextAccent;
|
|
121
|
+
exports.inversePersonasOliveTextAccentActive = index.inversePersonasOliveTextAccentActive;
|
|
122
|
+
exports.inversePersonasOliveTextAccentHover = index.inversePersonasOliveTextAccentHover;
|
|
157
123
|
exports.inversePersonasPinkSurfaceAccentGradient = index.inversePersonasPinkSurfaceAccentGradient;
|
|
158
124
|
exports.inversePersonasPinkTextAccent = index.inversePersonasPinkTextAccent;
|
|
125
|
+
exports.inversePersonasPinkTextAccentActive = index.inversePersonasPinkTextAccentActive;
|
|
126
|
+
exports.inversePersonasPinkTextAccentHover = index.inversePersonasPinkTextAccentHover;
|
|
159
127
|
exports.inversePersonasSeaBlueSurfaceAccentGradient = index.inversePersonasSeaBlueSurfaceAccentGradient;
|
|
160
128
|
exports.inversePersonasSeaBlueTextAccent = index.inversePersonasSeaBlueTextAccent;
|
|
129
|
+
exports.inversePersonasSeaBlueTextAccentActive = index.inversePersonasSeaBlueTextAccentActive;
|
|
130
|
+
exports.inversePersonasSeaBlueTextAccentHover = index.inversePersonasSeaBlueTextAccentHover;
|
|
161
131
|
exports.inversePersonasVioletSurfaceAccentGradient = index.inversePersonasVioletSurfaceAccentGradient;
|
|
162
132
|
exports.inversePersonasVioletTextAccent = index.inversePersonasVioletTextAccent;
|
|
133
|
+
exports.inversePersonasVioletTextAccentActive = index.inversePersonasVioletTextAccentActive;
|
|
134
|
+
exports.inversePersonasVioletTextAccentHover = index.inversePersonasVioletTextAccentHover;
|
|
163
135
|
exports.inverseSurfaceAccent = index.inverseSurfaceAccent;
|
|
164
136
|
exports.inverseSurfaceAccentActive = index.inverseSurfaceAccentActive;
|
|
165
137
|
exports.inverseSurfaceAccentGradient = index.inverseSurfaceAccentGradient;
|
|
@@ -170,24 +142,20 @@ exports.inverseSurfaceAccentMinorActive = index.inverseSurfaceAccentMinorActive;
|
|
|
170
142
|
exports.inverseSurfaceAccentMinorGradient = index.inverseSurfaceAccentMinorGradient;
|
|
171
143
|
exports.inverseSurfaceAccentMinorHover = index.inverseSurfaceAccentMinorHover;
|
|
172
144
|
exports.inverseSurfaceAccentSecondary = index.inverseSurfaceAccentSecondary;
|
|
145
|
+
exports.inverseSurfaceAccentSecondaryActive = index.inverseSurfaceAccentSecondaryActive;
|
|
146
|
+
exports.inverseSurfaceAccentSecondaryHover = index.inverseSurfaceAccentSecondaryHover;
|
|
173
147
|
exports.inverseSurfaceClear = index.inverseSurfaceClear;
|
|
174
148
|
exports.inverseSurfaceClearActive = index.inverseSurfaceClearActive;
|
|
175
149
|
exports.inverseSurfaceClearHover = index.inverseSurfaceClearHover;
|
|
176
150
|
exports.inverseSurfaceInfo = index.inverseSurfaceInfo;
|
|
177
151
|
exports.inverseSurfaceInfoActive = index.inverseSurfaceInfoActive;
|
|
178
152
|
exports.inverseSurfaceInfoHover = index.inverseSurfaceInfoHover;
|
|
179
|
-
exports.inverseSurfaceInfoMinorActive = index.inverseSurfaceInfoMinorActive;
|
|
180
|
-
exports.inverseSurfaceInfoMinorHover = index.inverseSurfaceInfoMinorHover;
|
|
181
153
|
exports.inverseSurfaceNegative = index.inverseSurfaceNegative;
|
|
182
154
|
exports.inverseSurfaceNegativeActive = index.inverseSurfaceNegativeActive;
|
|
183
155
|
exports.inverseSurfaceNegativeHover = index.inverseSurfaceNegativeHover;
|
|
184
|
-
exports.inverseSurfaceNegativeMinorActive = index.inverseSurfaceNegativeMinorActive;
|
|
185
|
-
exports.inverseSurfaceNegativeMinorHover = index.inverseSurfaceNegativeMinorHover;
|
|
186
156
|
exports.inverseSurfacePositive = index.inverseSurfacePositive;
|
|
187
157
|
exports.inverseSurfacePositiveActive = index.inverseSurfacePositiveActive;
|
|
188
158
|
exports.inverseSurfacePositiveHover = index.inverseSurfacePositiveHover;
|
|
189
|
-
exports.inverseSurfacePositiveMinorActive = index.inverseSurfacePositiveMinorActive;
|
|
190
|
-
exports.inverseSurfacePositiveMinorHover = index.inverseSurfacePositiveMinorHover;
|
|
191
159
|
exports.inverseSurfaceReadOnly = index.inverseSurfaceReadOnly;
|
|
192
160
|
exports.inverseSurfaceReadOnlyActive = index.inverseSurfaceReadOnlyActive;
|
|
193
161
|
exports.inverseSurfaceReadOnlyHover = index.inverseSurfaceReadOnlyHover;
|
|
@@ -195,6 +163,8 @@ exports.inverseSurfaceSkeletonGradient = index.inverseSurfaceSkeletonGradient;
|
|
|
195
163
|
exports.inverseSurfaceSolidCard = index.inverseSurfaceSolidCard;
|
|
196
164
|
exports.inverseSurfaceSolidCardActive = index.inverseSurfaceSolidCardActive;
|
|
197
165
|
exports.inverseSurfaceSolidCardBrightness = index.inverseSurfaceSolidCardBrightness;
|
|
166
|
+
exports.inverseSurfaceSolidCardBrightnessActive = index.inverseSurfaceSolidCardBrightnessActive;
|
|
167
|
+
exports.inverseSurfaceSolidCardBrightnessHover = index.inverseSurfaceSolidCardBrightnessHover;
|
|
198
168
|
exports.inverseSurfaceSolidCardHover = index.inverseSurfaceSolidCardHover;
|
|
199
169
|
exports.inverseSurfaceSolidDefault = index.inverseSurfaceSolidDefault;
|
|
200
170
|
exports.inverseSurfaceSolidDefaultActive = index.inverseSurfaceSolidDefaultActive;
|
|
@@ -202,6 +172,8 @@ exports.inverseSurfaceSolidDefaultHover = index.inverseSurfaceSolidDefaultHover;
|
|
|
202
172
|
exports.inverseSurfaceSolidPrimary = index.inverseSurfaceSolidPrimary;
|
|
203
173
|
exports.inverseSurfaceSolidPrimaryActive = index.inverseSurfaceSolidPrimaryActive;
|
|
204
174
|
exports.inverseSurfaceSolidPrimaryBrightness = index.inverseSurfaceSolidPrimaryBrightness;
|
|
175
|
+
exports.inverseSurfaceSolidPrimaryBrightnessActive = index.inverseSurfaceSolidPrimaryBrightnessActive;
|
|
176
|
+
exports.inverseSurfaceSolidPrimaryBrightnessHover = index.inverseSurfaceSolidPrimaryBrightnessHover;
|
|
205
177
|
exports.inverseSurfaceSolidPrimaryHover = index.inverseSurfaceSolidPrimaryHover;
|
|
206
178
|
exports.inverseSurfaceSolidSecondary = index.inverseSurfaceSolidSecondary;
|
|
207
179
|
exports.inverseSurfaceSolidSecondaryActive = index.inverseSurfaceSolidSecondaryActive;
|
|
@@ -213,20 +185,20 @@ exports.inverseSurfaceTransparentAccent = index.inverseSurfaceTransparentAccent;
|
|
|
213
185
|
exports.inverseSurfaceTransparentAccentActive = index.inverseSurfaceTransparentAccentActive;
|
|
214
186
|
exports.inverseSurfaceTransparentAccentHover = index.inverseSurfaceTransparentAccentHover;
|
|
215
187
|
exports.inverseSurfaceTransparentAccentMinor = index.inverseSurfaceTransparentAccentMinor;
|
|
188
|
+
exports.inverseSurfaceTransparentAccentMinorActive = index.inverseSurfaceTransparentAccentMinorActive;
|
|
189
|
+
exports.inverseSurfaceTransparentAccentMinorHover = index.inverseSurfaceTransparentAccentMinorHover;
|
|
216
190
|
exports.inverseSurfaceTransparentCard = index.inverseSurfaceTransparentCard;
|
|
217
191
|
exports.inverseSurfaceTransparentCardActive = index.inverseSurfaceTransparentCardActive;
|
|
218
192
|
exports.inverseSurfaceTransparentCardBrightness = index.inverseSurfaceTransparentCardBrightness;
|
|
193
|
+
exports.inverseSurfaceTransparentCardBrightnessActive = index.inverseSurfaceTransparentCardBrightnessActive;
|
|
194
|
+
exports.inverseSurfaceTransparentCardBrightnessHover = index.inverseSurfaceTransparentCardBrightnessHover;
|
|
219
195
|
exports.inverseSurfaceTransparentCardHover = index.inverseSurfaceTransparentCardHover;
|
|
220
196
|
exports.inverseSurfaceTransparentDeep = index.inverseSurfaceTransparentDeep;
|
|
221
197
|
exports.inverseSurfaceTransparentDeepActive = index.inverseSurfaceTransparentDeepActive;
|
|
222
198
|
exports.inverseSurfaceTransparentDeepHover = index.inverseSurfaceTransparentDeepHover;
|
|
223
|
-
exports.inverseSurfaceTransparentInfoActive = index.inverseSurfaceTransparentInfoActive;
|
|
224
|
-
exports.inverseSurfaceTransparentInfoHover = index.inverseSurfaceTransparentInfoHover;
|
|
225
199
|
exports.inverseSurfaceTransparentNavi = index.inverseSurfaceTransparentNavi;
|
|
226
|
-
exports.
|
|
227
|
-
exports.
|
|
228
|
-
exports.inverseSurfaceTransparentPositiveActive = index.inverseSurfaceTransparentPositiveActive;
|
|
229
|
-
exports.inverseSurfaceTransparentPositiveHover = index.inverseSurfaceTransparentPositiveHover;
|
|
200
|
+
exports.inverseSurfaceTransparentNaviActive = index.inverseSurfaceTransparentNaviActive;
|
|
201
|
+
exports.inverseSurfaceTransparentNaviHover = index.inverseSurfaceTransparentNaviHover;
|
|
230
202
|
exports.inverseSurfaceTransparentPrimary = index.inverseSurfaceTransparentPrimary;
|
|
231
203
|
exports.inverseSurfaceTransparentPrimaryActive = index.inverseSurfaceTransparentPrimaryActive;
|
|
232
204
|
exports.inverseSurfaceTransparentPrimaryHover = index.inverseSurfaceTransparentPrimaryHover;
|
|
@@ -236,13 +208,9 @@ exports.inverseSurfaceTransparentSecondaryHover = index.inverseSurfaceTransparen
|
|
|
236
208
|
exports.inverseSurfaceTransparentTertiary = index.inverseSurfaceTransparentTertiary;
|
|
237
209
|
exports.inverseSurfaceTransparentTertiaryActive = index.inverseSurfaceTransparentTertiaryActive;
|
|
238
210
|
exports.inverseSurfaceTransparentTertiaryHover = index.inverseSurfaceTransparentTertiaryHover;
|
|
239
|
-
exports.inverseSurfaceTransparentWarningActive = index.inverseSurfaceTransparentWarningActive;
|
|
240
|
-
exports.inverseSurfaceTransparentWarningHover = index.inverseSurfaceTransparentWarningHover;
|
|
241
211
|
exports.inverseSurfaceWarning = index.inverseSurfaceWarning;
|
|
242
212
|
exports.inverseSurfaceWarningActive = index.inverseSurfaceWarningActive;
|
|
243
213
|
exports.inverseSurfaceWarningHover = index.inverseSurfaceWarningHover;
|
|
244
|
-
exports.inverseSurfaceWarningMinorActive = index.inverseSurfaceWarningMinorActive;
|
|
245
|
-
exports.inverseSurfaceWarningMinorHover = index.inverseSurfaceWarningMinorHover;
|
|
246
214
|
exports.inverseTextAccent = index.inverseTextAccent;
|
|
247
215
|
exports.inverseTextAccentActive = index.inverseTextAccentActive;
|
|
248
216
|
exports.inverseTextAccentGradientAI = index.inverseTextAccentGradientAI;
|
|
@@ -253,24 +221,20 @@ exports.inverseTextAccentMinorHover = index.inverseTextAccentMinorHover;
|
|
|
253
221
|
exports.inverseTextInfo = index.inverseTextInfo;
|
|
254
222
|
exports.inverseTextInfoActive = index.inverseTextInfoActive;
|
|
255
223
|
exports.inverseTextInfoHover = index.inverseTextInfoHover;
|
|
256
|
-
exports.inverseTextInfoMinorActive = index.inverseTextInfoMinorActive;
|
|
257
|
-
exports.inverseTextInfoMinorHover = index.inverseTextInfoMinorHover;
|
|
258
224
|
exports.inverseTextNegative = index.inverseTextNegative;
|
|
259
225
|
exports.inverseTextNegativeActive = index.inverseTextNegativeActive;
|
|
260
226
|
exports.inverseTextNegativeHover = index.inverseTextNegativeHover;
|
|
261
|
-
exports.inverseTextNegativeMinorActive = index.inverseTextNegativeMinorActive;
|
|
262
|
-
exports.inverseTextNegativeMinorHover = index.inverseTextNegativeMinorHover;
|
|
263
227
|
exports.inverseTextParagraph = index.inverseTextParagraph;
|
|
264
228
|
exports.inverseTextParagraphActive = index.inverseTextParagraphActive;
|
|
265
229
|
exports.inverseTextParagraphHover = index.inverseTextParagraphHover;
|
|
266
230
|
exports.inverseTextPositive = index.inverseTextPositive;
|
|
267
231
|
exports.inverseTextPositiveActive = index.inverseTextPositiveActive;
|
|
268
232
|
exports.inverseTextPositiveHover = index.inverseTextPositiveHover;
|
|
269
|
-
exports.inverseTextPositiveMinorActive = index.inverseTextPositiveMinorActive;
|
|
270
|
-
exports.inverseTextPositiveMinorHover = index.inverseTextPositiveMinorHover;
|
|
271
233
|
exports.inverseTextPrimary = index.inverseTextPrimary;
|
|
272
234
|
exports.inverseTextPrimaryActive = index.inverseTextPrimaryActive;
|
|
273
235
|
exports.inverseTextPrimaryBrightness = index.inverseTextPrimaryBrightness;
|
|
236
|
+
exports.inverseTextPrimaryBrightnessActive = index.inverseTextPrimaryBrightnessActive;
|
|
237
|
+
exports.inverseTextPrimaryBrightnessHover = index.inverseTextPrimaryBrightnessHover;
|
|
274
238
|
exports.inverseTextPrimaryHover = index.inverseTextPrimaryHover;
|
|
275
239
|
exports.inverseTextSecondary = index.inverseTextSecondary;
|
|
276
240
|
exports.inverseTextSecondaryActive = index.inverseTextSecondaryActive;
|
|
@@ -281,94 +245,71 @@ exports.inverseTextTertiaryHover = index.inverseTextTertiaryHover;
|
|
|
281
245
|
exports.inverseTextWarning = index.inverseTextWarning;
|
|
282
246
|
exports.inverseTextWarningActive = index.inverseTextWarningActive;
|
|
283
247
|
exports.inverseTextWarningHover = index.inverseTextWarningHover;
|
|
284
|
-
exports.inverseTextWarningMinorActive = index.inverseTextWarningMinorActive;
|
|
285
|
-
exports.inverseTextWarningMinorHover = index.inverseTextWarningMinorHover;
|
|
286
248
|
exports.lightBackgroundGradient = index.lightBackgroundGradient;
|
|
287
249
|
exports.lightBackgroundHardline = index.lightBackgroundHardline;
|
|
288
250
|
exports.lightBackgroundPrimary = index.lightBackgroundPrimary;
|
|
289
251
|
exports.lightBackgroundSecondary = index.lightBackgroundSecondary;
|
|
290
252
|
exports.lightBackgroundTertiary = index.lightBackgroundTertiary;
|
|
291
|
-
exports.onDarkDataYellowActive = index.onDarkDataYellowActive;
|
|
292
|
-
exports.onDarkDataYellowHover = index.onDarkDataYellowHover;
|
|
293
|
-
exports.onDarkDataYellowMinorActive = index.onDarkDataYellowMinorActive;
|
|
294
|
-
exports.onDarkDataYellowMinorHover = index.onDarkDataYellowMinorHover;
|
|
295
|
-
exports.onDarkDataYellowTransparentActive = index.onDarkDataYellowTransparentActive;
|
|
296
|
-
exports.onDarkDataYellowTransparentHover = index.onDarkDataYellowTransparentHover;
|
|
297
|
-
exports.onDarkOutlineAccentActive = index.onDarkOutlineAccentActive;
|
|
298
|
-
exports.onDarkOutlineAccentHover = index.onDarkOutlineAccentHover;
|
|
299
|
-
exports.onDarkOutlineAccentMinorActive = index.onDarkOutlineAccentMinorActive;
|
|
300
|
-
exports.onDarkOutlineAccentMinorHover = index.onDarkOutlineAccentMinorHover;
|
|
301
253
|
exports.onDarkOutlineClear = index.onDarkOutlineClear;
|
|
302
254
|
exports.onDarkOutlineClearActive = index.onDarkOutlineClearActive;
|
|
303
255
|
exports.onDarkOutlineClearHover = index.onDarkOutlineClearHover;
|
|
304
256
|
exports.onDarkOutlineDefault = index.onDarkOutlineDefault;
|
|
257
|
+
exports.onDarkOutlineDefaultActive = index.onDarkOutlineDefaultActive;
|
|
258
|
+
exports.onDarkOutlineDefaultHover = index.onDarkOutlineDefaultHover;
|
|
305
259
|
exports.onDarkOutlineInfo = index.onDarkOutlineInfo;
|
|
306
260
|
exports.onDarkOutlineInfoActive = index.onDarkOutlineInfoActive;
|
|
307
261
|
exports.onDarkOutlineInfoHover = index.onDarkOutlineInfoHover;
|
|
308
|
-
exports.onDarkOutlineInfoMinorActive = index.onDarkOutlineInfoMinorActive;
|
|
309
|
-
exports.onDarkOutlineInfoMinorHover = index.onDarkOutlineInfoMinorHover;
|
|
310
262
|
exports.onDarkOutlineNegative = index.onDarkOutlineNegative;
|
|
311
263
|
exports.onDarkOutlineNegativeActive = index.onDarkOutlineNegativeActive;
|
|
312
264
|
exports.onDarkOutlineNegativeHover = index.onDarkOutlineNegativeHover;
|
|
313
|
-
exports.onDarkOutlineNegativeMinorActive = index.onDarkOutlineNegativeMinorActive;
|
|
314
|
-
exports.onDarkOutlineNegativeMinorHover = index.onDarkOutlineNegativeMinorHover;
|
|
315
265
|
exports.onDarkOutlinePositive = index.onDarkOutlinePositive;
|
|
316
266
|
exports.onDarkOutlinePositiveActive = index.onDarkOutlinePositiveActive;
|
|
317
267
|
exports.onDarkOutlinePositiveHover = index.onDarkOutlinePositiveHover;
|
|
318
|
-
exports.onDarkOutlinePositiveMinorActive = index.onDarkOutlinePositiveMinorActive;
|
|
319
|
-
exports.onDarkOutlinePositiveMinorHover = index.onDarkOutlinePositiveMinorHover;
|
|
320
268
|
exports.onDarkOutlinePrimary = index.onDarkOutlinePrimary;
|
|
321
|
-
exports.
|
|
322
|
-
exports.
|
|
323
|
-
exports.onDarkOutlineSolidDefaultActive = index.onDarkOutlineSolidDefaultActive;
|
|
324
|
-
exports.onDarkOutlineSolidDefaultHover = index.onDarkOutlineSolidDefaultHover;
|
|
325
|
-
exports.onDarkOutlineSolidPrimaryActive = index.onDarkOutlineSolidPrimaryActive;
|
|
326
|
-
exports.onDarkOutlineSolidPrimaryHover = index.onDarkOutlineSolidPrimaryHover;
|
|
327
|
-
exports.onDarkOutlineSolidSecondaryActive = index.onDarkOutlineSolidSecondaryActive;
|
|
328
|
-
exports.onDarkOutlineSolidSecondaryHover = index.onDarkOutlineSolidSecondaryHover;
|
|
329
|
-
exports.onDarkOutlineSolidTertiaryActive = index.onDarkOutlineSolidTertiaryActive;
|
|
330
|
-
exports.onDarkOutlineSolidTertiaryHover = index.onDarkOutlineSolidTertiaryHover;
|
|
331
|
-
exports.onDarkOutlineTransparentAccentActive = index.onDarkOutlineTransparentAccentActive;
|
|
332
|
-
exports.onDarkOutlineTransparentAccentHover = index.onDarkOutlineTransparentAccentHover;
|
|
333
|
-
exports.onDarkOutlineTransparentInfoActive = index.onDarkOutlineTransparentInfoActive;
|
|
334
|
-
exports.onDarkOutlineTransparentInfoHover = index.onDarkOutlineTransparentInfoHover;
|
|
335
|
-
exports.onDarkOutlineTransparentNegativeActive = index.onDarkOutlineTransparentNegativeActive;
|
|
336
|
-
exports.onDarkOutlineTransparentNegativeHover = index.onDarkOutlineTransparentNegativeHover;
|
|
337
|
-
exports.onDarkOutlineTransparentPositiveActive = index.onDarkOutlineTransparentPositiveActive;
|
|
338
|
-
exports.onDarkOutlineTransparentPositiveHover = index.onDarkOutlineTransparentPositiveHover;
|
|
269
|
+
exports.onDarkOutlinePrimaryActive = index.onDarkOutlinePrimaryActive;
|
|
270
|
+
exports.onDarkOutlinePrimaryHover = index.onDarkOutlinePrimaryHover;
|
|
339
271
|
exports.onDarkOutlineTransparentPrimary = index.onDarkOutlineTransparentPrimary;
|
|
340
272
|
exports.onDarkOutlineTransparentPrimaryActive = index.onDarkOutlineTransparentPrimaryActive;
|
|
341
273
|
exports.onDarkOutlineTransparentPrimaryHover = index.onDarkOutlineTransparentPrimaryHover;
|
|
342
|
-
exports.onDarkOutlineTransparentSecondaryActive = index.onDarkOutlineTransparentSecondaryActive;
|
|
343
|
-
exports.onDarkOutlineTransparentSecondaryHover = index.onDarkOutlineTransparentSecondaryHover;
|
|
344
|
-
exports.onDarkOutlineTransparentTertiaryActive = index.onDarkOutlineTransparentTertiaryActive;
|
|
345
|
-
exports.onDarkOutlineTransparentTertiaryHover = index.onDarkOutlineTransparentTertiaryHover;
|
|
346
|
-
exports.onDarkOutlineTransparentWarningActive = index.onDarkOutlineTransparentWarningActive;
|
|
347
|
-
exports.onDarkOutlineTransparentWarningHover = index.onDarkOutlineTransparentWarningHover;
|
|
348
274
|
exports.onDarkOutlineWarning = index.onDarkOutlineWarning;
|
|
349
275
|
exports.onDarkOutlineWarningActive = index.onDarkOutlineWarningActive;
|
|
350
276
|
exports.onDarkOutlineWarningHover = index.onDarkOutlineWarningHover;
|
|
351
|
-
exports.onDarkOutlineWarningMinorActive = index.onDarkOutlineWarningMinorActive;
|
|
352
|
-
exports.onDarkOutlineWarningMinorHover = index.onDarkOutlineWarningMinorHover;
|
|
353
277
|
exports.onDarkOutlineWhiteGradient = index.onDarkOutlineWhiteGradient;
|
|
278
|
+
exports.onDarkOverlayGradient = index.onDarkOverlayGradient;
|
|
354
279
|
exports.onDarkOverlayHard = index.onDarkOverlayHard;
|
|
355
280
|
exports.onDarkOverlaySoft = index.onDarkOverlaySoft;
|
|
356
281
|
exports.onDarkPersonasBlueSurfaceAccentGradient = index.onDarkPersonasBlueSurfaceAccentGradient;
|
|
357
282
|
exports.onDarkPersonasBlueTextAccent = index.onDarkPersonasBlueTextAccent;
|
|
283
|
+
exports.onDarkPersonasBlueTextAccentActive = index.onDarkPersonasBlueTextAccentActive;
|
|
284
|
+
exports.onDarkPersonasBlueTextAccentHover = index.onDarkPersonasBlueTextAccentHover;
|
|
358
285
|
exports.onDarkPersonasGreenSurfaceAccentGradient = index.onDarkPersonasGreenSurfaceAccentGradient;
|
|
359
286
|
exports.onDarkPersonasGreenTextAccent = index.onDarkPersonasGreenTextAccent;
|
|
287
|
+
exports.onDarkPersonasGreenTextAccentActive = index.onDarkPersonasGreenTextAccentActive;
|
|
288
|
+
exports.onDarkPersonasGreenTextAccentHover = index.onDarkPersonasGreenTextAccentHover;
|
|
360
289
|
exports.onDarkPersonasIndigoSurfaceAccentGradient = index.onDarkPersonasIndigoSurfaceAccentGradient;
|
|
361
290
|
exports.onDarkPersonasIndigoTextAccent = index.onDarkPersonasIndigoTextAccent;
|
|
291
|
+
exports.onDarkPersonasIndigoTextAccentActive = index.onDarkPersonasIndigoTextAccentActive;
|
|
292
|
+
exports.onDarkPersonasIndigoTextAccentHover = index.onDarkPersonasIndigoTextAccentHover;
|
|
362
293
|
exports.onDarkPersonasOchreSurfaceAccentGradient = index.onDarkPersonasOchreSurfaceAccentGradient;
|
|
363
294
|
exports.onDarkPersonasOchreTextAccent = index.onDarkPersonasOchreTextAccent;
|
|
295
|
+
exports.onDarkPersonasOchreTextAccentActive = index.onDarkPersonasOchreTextAccentActive;
|
|
296
|
+
exports.onDarkPersonasOchreTextAccentHover = index.onDarkPersonasOchreTextAccentHover;
|
|
364
297
|
exports.onDarkPersonasOliveSurfaceAccentGradient = index.onDarkPersonasOliveSurfaceAccentGradient;
|
|
365
298
|
exports.onDarkPersonasOliveTextAccent = index.onDarkPersonasOliveTextAccent;
|
|
299
|
+
exports.onDarkPersonasOliveTextAccentActive = index.onDarkPersonasOliveTextAccentActive;
|
|
300
|
+
exports.onDarkPersonasOliveTextAccentHover = index.onDarkPersonasOliveTextAccentHover;
|
|
366
301
|
exports.onDarkPersonasPinkSurfaceAccentGradient = index.onDarkPersonasPinkSurfaceAccentGradient;
|
|
367
302
|
exports.onDarkPersonasPinkTextAccent = index.onDarkPersonasPinkTextAccent;
|
|
303
|
+
exports.onDarkPersonasPinkTextAccentActive = index.onDarkPersonasPinkTextAccentActive;
|
|
304
|
+
exports.onDarkPersonasPinkTextAccentHover = index.onDarkPersonasPinkTextAccentHover;
|
|
368
305
|
exports.onDarkPersonasSeaBlueSurfaceAccentGradient = index.onDarkPersonasSeaBlueSurfaceAccentGradient;
|
|
369
306
|
exports.onDarkPersonasSeaBlueTextAccent = index.onDarkPersonasSeaBlueTextAccent;
|
|
307
|
+
exports.onDarkPersonasSeaBlueTextAccentActive = index.onDarkPersonasSeaBlueTextAccentActive;
|
|
308
|
+
exports.onDarkPersonasSeaBlueTextAccentHover = index.onDarkPersonasSeaBlueTextAccentHover;
|
|
370
309
|
exports.onDarkPersonasVioletSurfaceAccentGradient = index.onDarkPersonasVioletSurfaceAccentGradient;
|
|
371
310
|
exports.onDarkPersonasVioletTextAccent = index.onDarkPersonasVioletTextAccent;
|
|
311
|
+
exports.onDarkPersonasVioletTextAccentActive = index.onDarkPersonasVioletTextAccentActive;
|
|
312
|
+
exports.onDarkPersonasVioletTextAccentHover = index.onDarkPersonasVioletTextAccentHover;
|
|
372
313
|
exports.onDarkSurfaceAccent = index.onDarkSurfaceAccent;
|
|
373
314
|
exports.onDarkSurfaceAccentActive = index.onDarkSurfaceAccentActive;
|
|
374
315
|
exports.onDarkSurfaceAccentGradient = index.onDarkSurfaceAccentGradient;
|
|
@@ -379,24 +320,20 @@ exports.onDarkSurfaceAccentMinorActive = index.onDarkSurfaceAccentMinorActive;
|
|
|
379
320
|
exports.onDarkSurfaceAccentMinorGradient = index.onDarkSurfaceAccentMinorGradient;
|
|
380
321
|
exports.onDarkSurfaceAccentMinorHover = index.onDarkSurfaceAccentMinorHover;
|
|
381
322
|
exports.onDarkSurfaceAccentSecondary = index.onDarkSurfaceAccentSecondary;
|
|
323
|
+
exports.onDarkSurfaceAccentSecondaryActive = index.onDarkSurfaceAccentSecondaryActive;
|
|
324
|
+
exports.onDarkSurfaceAccentSecondaryHover = index.onDarkSurfaceAccentSecondaryHover;
|
|
382
325
|
exports.onDarkSurfaceClear = index.onDarkSurfaceClear;
|
|
383
326
|
exports.onDarkSurfaceClearActive = index.onDarkSurfaceClearActive;
|
|
384
327
|
exports.onDarkSurfaceClearHover = index.onDarkSurfaceClearHover;
|
|
385
328
|
exports.onDarkSurfaceInfo = index.onDarkSurfaceInfo;
|
|
386
329
|
exports.onDarkSurfaceInfoActive = index.onDarkSurfaceInfoActive;
|
|
387
330
|
exports.onDarkSurfaceInfoHover = index.onDarkSurfaceInfoHover;
|
|
388
|
-
exports.onDarkSurfaceInfoMinorActive = index.onDarkSurfaceInfoMinorActive;
|
|
389
|
-
exports.onDarkSurfaceInfoMinorHover = index.onDarkSurfaceInfoMinorHover;
|
|
390
331
|
exports.onDarkSurfaceNegative = index.onDarkSurfaceNegative;
|
|
391
332
|
exports.onDarkSurfaceNegativeActive = index.onDarkSurfaceNegativeActive;
|
|
392
333
|
exports.onDarkSurfaceNegativeHover = index.onDarkSurfaceNegativeHover;
|
|
393
|
-
exports.onDarkSurfaceNegativeMinorActive = index.onDarkSurfaceNegativeMinorActive;
|
|
394
|
-
exports.onDarkSurfaceNegativeMinorHover = index.onDarkSurfaceNegativeMinorHover;
|
|
395
334
|
exports.onDarkSurfacePositive = index.onDarkSurfacePositive;
|
|
396
335
|
exports.onDarkSurfacePositiveActive = index.onDarkSurfacePositiveActive;
|
|
397
336
|
exports.onDarkSurfacePositiveHover = index.onDarkSurfacePositiveHover;
|
|
398
|
-
exports.onDarkSurfacePositiveMinorActive = index.onDarkSurfacePositiveMinorActive;
|
|
399
|
-
exports.onDarkSurfacePositiveMinorHover = index.onDarkSurfacePositiveMinorHover;
|
|
400
337
|
exports.onDarkSurfaceReadOnly = index.onDarkSurfaceReadOnly;
|
|
401
338
|
exports.onDarkSurfaceReadOnlyActive = index.onDarkSurfaceReadOnlyActive;
|
|
402
339
|
exports.onDarkSurfaceReadOnlyHover = index.onDarkSurfaceReadOnlyHover;
|
|
@@ -404,6 +341,8 @@ exports.onDarkSurfaceSkeletonGradient = index.onDarkSurfaceSkeletonGradient;
|
|
|
404
341
|
exports.onDarkSurfaceSolidCard = index.onDarkSurfaceSolidCard;
|
|
405
342
|
exports.onDarkSurfaceSolidCardActive = index.onDarkSurfaceSolidCardActive;
|
|
406
343
|
exports.onDarkSurfaceSolidCardBrightness = index.onDarkSurfaceSolidCardBrightness;
|
|
344
|
+
exports.onDarkSurfaceSolidCardBrightnessActive = index.onDarkSurfaceSolidCardBrightnessActive;
|
|
345
|
+
exports.onDarkSurfaceSolidCardBrightnessHover = index.onDarkSurfaceSolidCardBrightnessHover;
|
|
407
346
|
exports.onDarkSurfaceSolidCardHover = index.onDarkSurfaceSolidCardHover;
|
|
408
347
|
exports.onDarkSurfaceSolidDefault = index.onDarkSurfaceSolidDefault;
|
|
409
348
|
exports.onDarkSurfaceSolidDefaultActive = index.onDarkSurfaceSolidDefaultActive;
|
|
@@ -411,6 +350,8 @@ exports.onDarkSurfaceSolidDefaultHover = index.onDarkSurfaceSolidDefaultHover;
|
|
|
411
350
|
exports.onDarkSurfaceSolidPrimary = index.onDarkSurfaceSolidPrimary;
|
|
412
351
|
exports.onDarkSurfaceSolidPrimaryActive = index.onDarkSurfaceSolidPrimaryActive;
|
|
413
352
|
exports.onDarkSurfaceSolidPrimaryBrightness = index.onDarkSurfaceSolidPrimaryBrightness;
|
|
353
|
+
exports.onDarkSurfaceSolidPrimaryBrightnessActive = index.onDarkSurfaceSolidPrimaryBrightnessActive;
|
|
354
|
+
exports.onDarkSurfaceSolidPrimaryBrightnessHover = index.onDarkSurfaceSolidPrimaryBrightnessHover;
|
|
414
355
|
exports.onDarkSurfaceSolidPrimaryHover = index.onDarkSurfaceSolidPrimaryHover;
|
|
415
356
|
exports.onDarkSurfaceSolidSecondary = index.onDarkSurfaceSolidSecondary;
|
|
416
357
|
exports.onDarkSurfaceSolidSecondaryActive = index.onDarkSurfaceSolidSecondaryActive;
|
|
@@ -422,20 +363,20 @@ exports.onDarkSurfaceTransparentAccent = index.onDarkSurfaceTransparentAccent;
|
|
|
422
363
|
exports.onDarkSurfaceTransparentAccentActive = index.onDarkSurfaceTransparentAccentActive;
|
|
423
364
|
exports.onDarkSurfaceTransparentAccentHover = index.onDarkSurfaceTransparentAccentHover;
|
|
424
365
|
exports.onDarkSurfaceTransparentAccentMinor = index.onDarkSurfaceTransparentAccentMinor;
|
|
366
|
+
exports.onDarkSurfaceTransparentAccentMinorActive = index.onDarkSurfaceTransparentAccentMinorActive;
|
|
367
|
+
exports.onDarkSurfaceTransparentAccentMinorHover = index.onDarkSurfaceTransparentAccentMinorHover;
|
|
425
368
|
exports.onDarkSurfaceTransparentCard = index.onDarkSurfaceTransparentCard;
|
|
426
369
|
exports.onDarkSurfaceTransparentCardActive = index.onDarkSurfaceTransparentCardActive;
|
|
427
370
|
exports.onDarkSurfaceTransparentCardBrightness = index.onDarkSurfaceTransparentCardBrightness;
|
|
371
|
+
exports.onDarkSurfaceTransparentCardBrightnessActive = index.onDarkSurfaceTransparentCardBrightnessActive;
|
|
372
|
+
exports.onDarkSurfaceTransparentCardBrightnessHover = index.onDarkSurfaceTransparentCardBrightnessHover;
|
|
428
373
|
exports.onDarkSurfaceTransparentCardHover = index.onDarkSurfaceTransparentCardHover;
|
|
429
374
|
exports.onDarkSurfaceTransparentDeep = index.onDarkSurfaceTransparentDeep;
|
|
430
375
|
exports.onDarkSurfaceTransparentDeepActive = index.onDarkSurfaceTransparentDeepActive;
|
|
431
376
|
exports.onDarkSurfaceTransparentDeepHover = index.onDarkSurfaceTransparentDeepHover;
|
|
432
|
-
exports.onDarkSurfaceTransparentInfoActive = index.onDarkSurfaceTransparentInfoActive;
|
|
433
|
-
exports.onDarkSurfaceTransparentInfoHover = index.onDarkSurfaceTransparentInfoHover;
|
|
434
377
|
exports.onDarkSurfaceTransparentNavi = index.onDarkSurfaceTransparentNavi;
|
|
435
|
-
exports.
|
|
436
|
-
exports.
|
|
437
|
-
exports.onDarkSurfaceTransparentPositiveActive = index.onDarkSurfaceTransparentPositiveActive;
|
|
438
|
-
exports.onDarkSurfaceTransparentPositiveHover = index.onDarkSurfaceTransparentPositiveHover;
|
|
378
|
+
exports.onDarkSurfaceTransparentNaviActive = index.onDarkSurfaceTransparentNaviActive;
|
|
379
|
+
exports.onDarkSurfaceTransparentNaviHover = index.onDarkSurfaceTransparentNaviHover;
|
|
439
380
|
exports.onDarkSurfaceTransparentPrimary = index.onDarkSurfaceTransparentPrimary;
|
|
440
381
|
exports.onDarkSurfaceTransparentPrimaryActive = index.onDarkSurfaceTransparentPrimaryActive;
|
|
441
382
|
exports.onDarkSurfaceTransparentPrimaryHover = index.onDarkSurfaceTransparentPrimaryHover;
|
|
@@ -445,13 +386,9 @@ exports.onDarkSurfaceTransparentSecondaryHover = index.onDarkSurfaceTransparentS
|
|
|
445
386
|
exports.onDarkSurfaceTransparentTertiary = index.onDarkSurfaceTransparentTertiary;
|
|
446
387
|
exports.onDarkSurfaceTransparentTertiaryActive = index.onDarkSurfaceTransparentTertiaryActive;
|
|
447
388
|
exports.onDarkSurfaceTransparentTertiaryHover = index.onDarkSurfaceTransparentTertiaryHover;
|
|
448
|
-
exports.onDarkSurfaceTransparentWarningActive = index.onDarkSurfaceTransparentWarningActive;
|
|
449
|
-
exports.onDarkSurfaceTransparentWarningHover = index.onDarkSurfaceTransparentWarningHover;
|
|
450
389
|
exports.onDarkSurfaceWarning = index.onDarkSurfaceWarning;
|
|
451
390
|
exports.onDarkSurfaceWarningActive = index.onDarkSurfaceWarningActive;
|
|
452
391
|
exports.onDarkSurfaceWarningHover = index.onDarkSurfaceWarningHover;
|
|
453
|
-
exports.onDarkSurfaceWarningMinorActive = index.onDarkSurfaceWarningMinorActive;
|
|
454
|
-
exports.onDarkSurfaceWarningMinorHover = index.onDarkSurfaceWarningMinorHover;
|
|
455
392
|
exports.onDarkTextAccent = index.onDarkTextAccent;
|
|
456
393
|
exports.onDarkTextAccentActive = index.onDarkTextAccentActive;
|
|
457
394
|
exports.onDarkTextAccentGradientAI = index.onDarkTextAccentGradientAI;
|
|
@@ -462,24 +399,20 @@ exports.onDarkTextAccentMinorHover = index.onDarkTextAccentMinorHover;
|
|
|
462
399
|
exports.onDarkTextInfo = index.onDarkTextInfo;
|
|
463
400
|
exports.onDarkTextInfoActive = index.onDarkTextInfoActive;
|
|
464
401
|
exports.onDarkTextInfoHover = index.onDarkTextInfoHover;
|
|
465
|
-
exports.onDarkTextInfoMinorActive = index.onDarkTextInfoMinorActive;
|
|
466
|
-
exports.onDarkTextInfoMinorHover = index.onDarkTextInfoMinorHover;
|
|
467
402
|
exports.onDarkTextNegative = index.onDarkTextNegative;
|
|
468
403
|
exports.onDarkTextNegativeActive = index.onDarkTextNegativeActive;
|
|
469
404
|
exports.onDarkTextNegativeHover = index.onDarkTextNegativeHover;
|
|
470
|
-
exports.onDarkTextNegativeMinorActive = index.onDarkTextNegativeMinorActive;
|
|
471
|
-
exports.onDarkTextNegativeMinorHover = index.onDarkTextNegativeMinorHover;
|
|
472
405
|
exports.onDarkTextParagraph = index.onDarkTextParagraph;
|
|
473
406
|
exports.onDarkTextParagraphActive = index.onDarkTextParagraphActive;
|
|
474
407
|
exports.onDarkTextParagraphHover = index.onDarkTextParagraphHover;
|
|
475
408
|
exports.onDarkTextPositive = index.onDarkTextPositive;
|
|
476
409
|
exports.onDarkTextPositiveActive = index.onDarkTextPositiveActive;
|
|
477
410
|
exports.onDarkTextPositiveHover = index.onDarkTextPositiveHover;
|
|
478
|
-
exports.onDarkTextPositiveMinorActive = index.onDarkTextPositiveMinorActive;
|
|
479
|
-
exports.onDarkTextPositiveMinorHover = index.onDarkTextPositiveMinorHover;
|
|
480
411
|
exports.onDarkTextPrimary = index.onDarkTextPrimary;
|
|
481
412
|
exports.onDarkTextPrimaryActive = index.onDarkTextPrimaryActive;
|
|
482
413
|
exports.onDarkTextPrimaryBrightness = index.onDarkTextPrimaryBrightness;
|
|
414
|
+
exports.onDarkTextPrimaryBrightnessActive = index.onDarkTextPrimaryBrightnessActive;
|
|
415
|
+
exports.onDarkTextPrimaryBrightnessHover = index.onDarkTextPrimaryBrightnessHover;
|
|
483
416
|
exports.onDarkTextPrimaryHover = index.onDarkTextPrimaryHover;
|
|
484
417
|
exports.onDarkTextSecondary = index.onDarkTextSecondary;
|
|
485
418
|
exports.onDarkTextSecondaryActive = index.onDarkTextSecondaryActive;
|
|
@@ -490,90 +423,66 @@ exports.onDarkTextTertiaryHover = index.onDarkTextTertiaryHover;
|
|
|
490
423
|
exports.onDarkTextWarning = index.onDarkTextWarning;
|
|
491
424
|
exports.onDarkTextWarningActive = index.onDarkTextWarningActive;
|
|
492
425
|
exports.onDarkTextWarningHover = index.onDarkTextWarningHover;
|
|
493
|
-
exports.onDarkTextWarningMinorActive = index.onDarkTextWarningMinorActive;
|
|
494
|
-
exports.onDarkTextWarningMinorHover = index.onDarkTextWarningMinorHover;
|
|
495
|
-
exports.onLightDataYellowActive = index.onLightDataYellowActive;
|
|
496
|
-
exports.onLightDataYellowHover = index.onLightDataYellowHover;
|
|
497
|
-
exports.onLightDataYellowMinorActive = index.onLightDataYellowMinorActive;
|
|
498
|
-
exports.onLightDataYellowMinorHover = index.onLightDataYellowMinorHover;
|
|
499
|
-
exports.onLightDataYellowTransparentActive = index.onLightDataYellowTransparentActive;
|
|
500
|
-
exports.onLightDataYellowTransparentHover = index.onLightDataYellowTransparentHover;
|
|
501
|
-
exports.onLightOutlineAccentActive = index.onLightOutlineAccentActive;
|
|
502
|
-
exports.onLightOutlineAccentHover = index.onLightOutlineAccentHover;
|
|
503
|
-
exports.onLightOutlineAccentMinorActive = index.onLightOutlineAccentMinorActive;
|
|
504
|
-
exports.onLightOutlineAccentMinorHover = index.onLightOutlineAccentMinorHover;
|
|
505
426
|
exports.onLightOutlineClear = index.onLightOutlineClear;
|
|
506
427
|
exports.onLightOutlineClearActive = index.onLightOutlineClearActive;
|
|
507
428
|
exports.onLightOutlineClearHover = index.onLightOutlineClearHover;
|
|
508
429
|
exports.onLightOutlineDefault = index.onLightOutlineDefault;
|
|
430
|
+
exports.onLightOutlineDefaultActive = index.onLightOutlineDefaultActive;
|
|
431
|
+
exports.onLightOutlineDefaultHover = index.onLightOutlineDefaultHover;
|
|
509
432
|
exports.onLightOutlineInfo = index.onLightOutlineInfo;
|
|
510
433
|
exports.onLightOutlineInfoActive = index.onLightOutlineInfoActive;
|
|
511
434
|
exports.onLightOutlineInfoHover = index.onLightOutlineInfoHover;
|
|
512
|
-
exports.onLightOutlineInfoMinorActive = index.onLightOutlineInfoMinorActive;
|
|
513
|
-
exports.onLightOutlineInfoMinorHover = index.onLightOutlineInfoMinorHover;
|
|
514
435
|
exports.onLightOutlineNegative = index.onLightOutlineNegative;
|
|
515
436
|
exports.onLightOutlineNegativeActive = index.onLightOutlineNegativeActive;
|
|
516
437
|
exports.onLightOutlineNegativeHover = index.onLightOutlineNegativeHover;
|
|
517
|
-
exports.onLightOutlineNegativeMinorActive = index.onLightOutlineNegativeMinorActive;
|
|
518
|
-
exports.onLightOutlineNegativeMinorHover = index.onLightOutlineNegativeMinorHover;
|
|
519
438
|
exports.onLightOutlinePositive = index.onLightOutlinePositive;
|
|
520
439
|
exports.onLightOutlinePositiveActive = index.onLightOutlinePositiveActive;
|
|
521
440
|
exports.onLightOutlinePositiveHover = index.onLightOutlinePositiveHover;
|
|
522
|
-
exports.onLightOutlinePositiveMinorActive = index.onLightOutlinePositiveMinorActive;
|
|
523
|
-
exports.onLightOutlinePositiveMinorHover = index.onLightOutlinePositiveMinorHover;
|
|
524
441
|
exports.onLightOutlinePrimary = index.onLightOutlinePrimary;
|
|
525
|
-
exports.
|
|
526
|
-
exports.
|
|
527
|
-
exports.onLightOutlineSolidDefaultActive = index.onLightOutlineSolidDefaultActive;
|
|
528
|
-
exports.onLightOutlineSolidDefaultHover = index.onLightOutlineSolidDefaultHover;
|
|
529
|
-
exports.onLightOutlineSolidPrimaryActive = index.onLightOutlineSolidPrimaryActive;
|
|
530
|
-
exports.onLightOutlineSolidPrimaryHover = index.onLightOutlineSolidPrimaryHover;
|
|
531
|
-
exports.onLightOutlineSolidSecondaryActive = index.onLightOutlineSolidSecondaryActive;
|
|
532
|
-
exports.onLightOutlineSolidSecondaryHover = index.onLightOutlineSolidSecondaryHover;
|
|
533
|
-
exports.onLightOutlineSolidTertiaryActive = index.onLightOutlineSolidTertiaryActive;
|
|
534
|
-
exports.onLightOutlineSolidTertiaryHover = index.onLightOutlineSolidTertiaryHover;
|
|
535
|
-
exports.onLightOutlineTransparentAccentActive = index.onLightOutlineTransparentAccentActive;
|
|
536
|
-
exports.onLightOutlineTransparentAccentHover = index.onLightOutlineTransparentAccentHover;
|
|
537
|
-
exports.onLightOutlineTransparentInfoActive = index.onLightOutlineTransparentInfoActive;
|
|
538
|
-
exports.onLightOutlineTransparentInfoHover = index.onLightOutlineTransparentInfoHover;
|
|
539
|
-
exports.onLightOutlineTransparentNegativeActive = index.onLightOutlineTransparentNegativeActive;
|
|
540
|
-
exports.onLightOutlineTransparentNegativeHover = index.onLightOutlineTransparentNegativeHover;
|
|
541
|
-
exports.onLightOutlineTransparentPositiveActive = index.onLightOutlineTransparentPositiveActive;
|
|
542
|
-
exports.onLightOutlineTransparentPositiveHover = index.onLightOutlineTransparentPositiveHover;
|
|
442
|
+
exports.onLightOutlinePrimaryActive = index.onLightOutlinePrimaryActive;
|
|
443
|
+
exports.onLightOutlinePrimaryHover = index.onLightOutlinePrimaryHover;
|
|
543
444
|
exports.onLightOutlineTransparentPrimary = index.onLightOutlineTransparentPrimary;
|
|
544
445
|
exports.onLightOutlineTransparentPrimaryActive = index.onLightOutlineTransparentPrimaryActive;
|
|
545
446
|
exports.onLightOutlineTransparentPrimaryHover = index.onLightOutlineTransparentPrimaryHover;
|
|
546
|
-
exports.onLightOutlineTransparentSecondaryActive = index.onLightOutlineTransparentSecondaryActive;
|
|
547
|
-
exports.onLightOutlineTransparentSecondaryHover = index.onLightOutlineTransparentSecondaryHover;
|
|
548
|
-
exports.onLightOutlineTransparentTertiaryActive = index.onLightOutlineTransparentTertiaryActive;
|
|
549
|
-
exports.onLightOutlineTransparentTertiaryHover = index.onLightOutlineTransparentTertiaryHover;
|
|
550
|
-
exports.onLightOutlineTransparentWarningActive = index.onLightOutlineTransparentWarningActive;
|
|
551
|
-
exports.onLightOutlineTransparentWarningHover = index.onLightOutlineTransparentWarningHover;
|
|
552
447
|
exports.onLightOutlineWarning = index.onLightOutlineWarning;
|
|
553
448
|
exports.onLightOutlineWarningActive = index.onLightOutlineWarningActive;
|
|
554
449
|
exports.onLightOutlineWarningHover = index.onLightOutlineWarningHover;
|
|
555
|
-
exports.onLightOutlineWarningMinorActive = index.onLightOutlineWarningMinorActive;
|
|
556
|
-
exports.onLightOutlineWarningMinorHover = index.onLightOutlineWarningMinorHover;
|
|
557
450
|
exports.onLightOutlineWhiteGradient = index.onLightOutlineWhiteGradient;
|
|
558
451
|
exports.onLightOverlayGradient = index.onLightOverlayGradient;
|
|
559
452
|
exports.onLightOverlayHard = index.onLightOverlayHard;
|
|
560
453
|
exports.onLightOverlaySoft = index.onLightOverlaySoft;
|
|
561
454
|
exports.onLightPersonasBlueSurfaceAccentGradient = index.onLightPersonasBlueSurfaceAccentGradient;
|
|
562
455
|
exports.onLightPersonasBlueTextAccent = index.onLightPersonasBlueTextAccent;
|
|
456
|
+
exports.onLightPersonasBlueTextAccentActive = index.onLightPersonasBlueTextAccentActive;
|
|
457
|
+
exports.onLightPersonasBlueTextAccentHover = index.onLightPersonasBlueTextAccentHover;
|
|
563
458
|
exports.onLightPersonasGreenSurfaceAccentGradient = index.onLightPersonasGreenSurfaceAccentGradient;
|
|
564
459
|
exports.onLightPersonasGreenTextAccent = index.onLightPersonasGreenTextAccent;
|
|
460
|
+
exports.onLightPersonasGreenTextAccentActive = index.onLightPersonasGreenTextAccentActive;
|
|
461
|
+
exports.onLightPersonasGreenTextAccentHover = index.onLightPersonasGreenTextAccentHover;
|
|
565
462
|
exports.onLightPersonasIndigoSurfaceAccentGradient = index.onLightPersonasIndigoSurfaceAccentGradient;
|
|
566
463
|
exports.onLightPersonasIndigoTextAccent = index.onLightPersonasIndigoTextAccent;
|
|
464
|
+
exports.onLightPersonasIndigoTextAccentActive = index.onLightPersonasIndigoTextAccentActive;
|
|
465
|
+
exports.onLightPersonasIndigoTextAccentHover = index.onLightPersonasIndigoTextAccentHover;
|
|
567
466
|
exports.onLightPersonasOchreSurfaceAccentGradient = index.onLightPersonasOchreSurfaceAccentGradient;
|
|
568
467
|
exports.onLightPersonasOchreTextAccent = index.onLightPersonasOchreTextAccent;
|
|
468
|
+
exports.onLightPersonasOchreTextAccentActive = index.onLightPersonasOchreTextAccentActive;
|
|
469
|
+
exports.onLightPersonasOchreTextAccentHover = index.onLightPersonasOchreTextAccentHover;
|
|
569
470
|
exports.onLightPersonasOliveSurfaceAccentGradient = index.onLightPersonasOliveSurfaceAccentGradient;
|
|
570
471
|
exports.onLightPersonasOliveTextAccent = index.onLightPersonasOliveTextAccent;
|
|
472
|
+
exports.onLightPersonasOliveTextAccentActive = index.onLightPersonasOliveTextAccentActive;
|
|
473
|
+
exports.onLightPersonasOliveTextAccentHover = index.onLightPersonasOliveTextAccentHover;
|
|
571
474
|
exports.onLightPersonasPinkSurfaceAccentGradient = index.onLightPersonasPinkSurfaceAccentGradient;
|
|
572
475
|
exports.onLightPersonasPinkTextAccent = index.onLightPersonasPinkTextAccent;
|
|
476
|
+
exports.onLightPersonasPinkTextAccentActive = index.onLightPersonasPinkTextAccentActive;
|
|
477
|
+
exports.onLightPersonasPinkTextAccentHover = index.onLightPersonasPinkTextAccentHover;
|
|
573
478
|
exports.onLightPersonasSeaBlueSurfaceAccentGradient = index.onLightPersonasSeaBlueSurfaceAccentGradient;
|
|
574
479
|
exports.onLightPersonasSeaBlueTextAccent = index.onLightPersonasSeaBlueTextAccent;
|
|
480
|
+
exports.onLightPersonasSeaBlueTextAccentActive = index.onLightPersonasSeaBlueTextAccentActive;
|
|
481
|
+
exports.onLightPersonasSeaBlueTextAccentHover = index.onLightPersonasSeaBlueTextAccentHover;
|
|
575
482
|
exports.onLightPersonasVioletSurfaceAccentGradient = index.onLightPersonasVioletSurfaceAccentGradient;
|
|
576
483
|
exports.onLightPersonasVioletTextAccent = index.onLightPersonasVioletTextAccent;
|
|
484
|
+
exports.onLightPersonasVioletTextAccentActive = index.onLightPersonasVioletTextAccentActive;
|
|
485
|
+
exports.onLightPersonasVioletTextAccentHover = index.onLightPersonasVioletTextAccentHover;
|
|
577
486
|
exports.onLightSurfaceAccent = index.onLightSurfaceAccent;
|
|
578
487
|
exports.onLightSurfaceAccentActive = index.onLightSurfaceAccentActive;
|
|
579
488
|
exports.onLightSurfaceAccentGradient = index.onLightSurfaceAccentGradient;
|
|
@@ -584,24 +493,20 @@ exports.onLightSurfaceAccentMinorActive = index.onLightSurfaceAccentMinorActive;
|
|
|
584
493
|
exports.onLightSurfaceAccentMinorGradient = index.onLightSurfaceAccentMinorGradient;
|
|
585
494
|
exports.onLightSurfaceAccentMinorHover = index.onLightSurfaceAccentMinorHover;
|
|
586
495
|
exports.onLightSurfaceAccentSecondary = index.onLightSurfaceAccentSecondary;
|
|
496
|
+
exports.onLightSurfaceAccentSecondaryActive = index.onLightSurfaceAccentSecondaryActive;
|
|
497
|
+
exports.onLightSurfaceAccentSecondaryHover = index.onLightSurfaceAccentSecondaryHover;
|
|
587
498
|
exports.onLightSurfaceClear = index.onLightSurfaceClear;
|
|
588
499
|
exports.onLightSurfaceClearActive = index.onLightSurfaceClearActive;
|
|
589
500
|
exports.onLightSurfaceClearHover = index.onLightSurfaceClearHover;
|
|
590
501
|
exports.onLightSurfaceInfo = index.onLightSurfaceInfo;
|
|
591
502
|
exports.onLightSurfaceInfoActive = index.onLightSurfaceInfoActive;
|
|
592
503
|
exports.onLightSurfaceInfoHover = index.onLightSurfaceInfoHover;
|
|
593
|
-
exports.onLightSurfaceInfoMinorActive = index.onLightSurfaceInfoMinorActive;
|
|
594
|
-
exports.onLightSurfaceInfoMinorHover = index.onLightSurfaceInfoMinorHover;
|
|
595
504
|
exports.onLightSurfaceNegative = index.onLightSurfaceNegative;
|
|
596
505
|
exports.onLightSurfaceNegativeActive = index.onLightSurfaceNegativeActive;
|
|
597
506
|
exports.onLightSurfaceNegativeHover = index.onLightSurfaceNegativeHover;
|
|
598
|
-
exports.onLightSurfaceNegativeMinorActive = index.onLightSurfaceNegativeMinorActive;
|
|
599
|
-
exports.onLightSurfaceNegativeMinorHover = index.onLightSurfaceNegativeMinorHover;
|
|
600
507
|
exports.onLightSurfacePositive = index.onLightSurfacePositive;
|
|
601
508
|
exports.onLightSurfacePositiveActive = index.onLightSurfacePositiveActive;
|
|
602
509
|
exports.onLightSurfacePositiveHover = index.onLightSurfacePositiveHover;
|
|
603
|
-
exports.onLightSurfacePositiveMinorActive = index.onLightSurfacePositiveMinorActive;
|
|
604
|
-
exports.onLightSurfacePositiveMinorHover = index.onLightSurfacePositiveMinorHover;
|
|
605
510
|
exports.onLightSurfaceReadOnly = index.onLightSurfaceReadOnly;
|
|
606
511
|
exports.onLightSurfaceReadOnlyActive = index.onLightSurfaceReadOnlyActive;
|
|
607
512
|
exports.onLightSurfaceReadOnlyHover = index.onLightSurfaceReadOnlyHover;
|
|
@@ -609,6 +514,8 @@ exports.onLightSurfaceSkeletonGradient = index.onLightSurfaceSkeletonGradient;
|
|
|
609
514
|
exports.onLightSurfaceSolidCard = index.onLightSurfaceSolidCard;
|
|
610
515
|
exports.onLightSurfaceSolidCardActive = index.onLightSurfaceSolidCardActive;
|
|
611
516
|
exports.onLightSurfaceSolidCardBrightness = index.onLightSurfaceSolidCardBrightness;
|
|
517
|
+
exports.onLightSurfaceSolidCardBrightnessActive = index.onLightSurfaceSolidCardBrightnessActive;
|
|
518
|
+
exports.onLightSurfaceSolidCardBrightnessHover = index.onLightSurfaceSolidCardBrightnessHover;
|
|
612
519
|
exports.onLightSurfaceSolidCardHover = index.onLightSurfaceSolidCardHover;
|
|
613
520
|
exports.onLightSurfaceSolidDefault = index.onLightSurfaceSolidDefault;
|
|
614
521
|
exports.onLightSurfaceSolidDefaultActive = index.onLightSurfaceSolidDefaultActive;
|
|
@@ -616,6 +523,8 @@ exports.onLightSurfaceSolidDefaultHover = index.onLightSurfaceSolidDefaultHover;
|
|
|
616
523
|
exports.onLightSurfaceSolidPrimary = index.onLightSurfaceSolidPrimary;
|
|
617
524
|
exports.onLightSurfaceSolidPrimaryActive = index.onLightSurfaceSolidPrimaryActive;
|
|
618
525
|
exports.onLightSurfaceSolidPrimaryBrightness = index.onLightSurfaceSolidPrimaryBrightness;
|
|
526
|
+
exports.onLightSurfaceSolidPrimaryBrightnessActive = index.onLightSurfaceSolidPrimaryBrightnessActive;
|
|
527
|
+
exports.onLightSurfaceSolidPrimaryBrightnessHover = index.onLightSurfaceSolidPrimaryBrightnessHover;
|
|
619
528
|
exports.onLightSurfaceSolidPrimaryHover = index.onLightSurfaceSolidPrimaryHover;
|
|
620
529
|
exports.onLightSurfaceSolidSecondary = index.onLightSurfaceSolidSecondary;
|
|
621
530
|
exports.onLightSurfaceSolidSecondaryActive = index.onLightSurfaceSolidSecondaryActive;
|
|
@@ -627,20 +536,20 @@ exports.onLightSurfaceTransparentAccent = index.onLightSurfaceTransparentAccent;
|
|
|
627
536
|
exports.onLightSurfaceTransparentAccentActive = index.onLightSurfaceTransparentAccentActive;
|
|
628
537
|
exports.onLightSurfaceTransparentAccentHover = index.onLightSurfaceTransparentAccentHover;
|
|
629
538
|
exports.onLightSurfaceTransparentAccentMinor = index.onLightSurfaceTransparentAccentMinor;
|
|
539
|
+
exports.onLightSurfaceTransparentAccentMinorActive = index.onLightSurfaceTransparentAccentMinorActive;
|
|
540
|
+
exports.onLightSurfaceTransparentAccentMinorHover = index.onLightSurfaceTransparentAccentMinorHover;
|
|
630
541
|
exports.onLightSurfaceTransparentCard = index.onLightSurfaceTransparentCard;
|
|
631
542
|
exports.onLightSurfaceTransparentCardActive = index.onLightSurfaceTransparentCardActive;
|
|
632
543
|
exports.onLightSurfaceTransparentCardBrightness = index.onLightSurfaceTransparentCardBrightness;
|
|
544
|
+
exports.onLightSurfaceTransparentCardBrightnessActive = index.onLightSurfaceTransparentCardBrightnessActive;
|
|
545
|
+
exports.onLightSurfaceTransparentCardBrightnessHover = index.onLightSurfaceTransparentCardBrightnessHover;
|
|
633
546
|
exports.onLightSurfaceTransparentCardHover = index.onLightSurfaceTransparentCardHover;
|
|
634
547
|
exports.onLightSurfaceTransparentDeep = index.onLightSurfaceTransparentDeep;
|
|
635
548
|
exports.onLightSurfaceTransparentDeepActive = index.onLightSurfaceTransparentDeepActive;
|
|
636
549
|
exports.onLightSurfaceTransparentDeepHover = index.onLightSurfaceTransparentDeepHover;
|
|
637
|
-
exports.onLightSurfaceTransparentInfoActive = index.onLightSurfaceTransparentInfoActive;
|
|
638
|
-
exports.onLightSurfaceTransparentInfoHover = index.onLightSurfaceTransparentInfoHover;
|
|
639
550
|
exports.onLightSurfaceTransparentNavi = index.onLightSurfaceTransparentNavi;
|
|
640
|
-
exports.
|
|
641
|
-
exports.
|
|
642
|
-
exports.onLightSurfaceTransparentPositiveActive = index.onLightSurfaceTransparentPositiveActive;
|
|
643
|
-
exports.onLightSurfaceTransparentPositiveHover = index.onLightSurfaceTransparentPositiveHover;
|
|
551
|
+
exports.onLightSurfaceTransparentNaviActive = index.onLightSurfaceTransparentNaviActive;
|
|
552
|
+
exports.onLightSurfaceTransparentNaviHover = index.onLightSurfaceTransparentNaviHover;
|
|
644
553
|
exports.onLightSurfaceTransparentPrimary = index.onLightSurfaceTransparentPrimary;
|
|
645
554
|
exports.onLightSurfaceTransparentPrimaryActive = index.onLightSurfaceTransparentPrimaryActive;
|
|
646
555
|
exports.onLightSurfaceTransparentPrimaryHover = index.onLightSurfaceTransparentPrimaryHover;
|
|
@@ -650,13 +559,9 @@ exports.onLightSurfaceTransparentSecondaryHover = index.onLightSurfaceTransparen
|
|
|
650
559
|
exports.onLightSurfaceTransparentTertiary = index.onLightSurfaceTransparentTertiary;
|
|
651
560
|
exports.onLightSurfaceTransparentTertiaryActive = index.onLightSurfaceTransparentTertiaryActive;
|
|
652
561
|
exports.onLightSurfaceTransparentTertiaryHover = index.onLightSurfaceTransparentTertiaryHover;
|
|
653
|
-
exports.onLightSurfaceTransparentWarningActive = index.onLightSurfaceTransparentWarningActive;
|
|
654
|
-
exports.onLightSurfaceTransparentWarningHover = index.onLightSurfaceTransparentWarningHover;
|
|
655
562
|
exports.onLightSurfaceWarning = index.onLightSurfaceWarning;
|
|
656
563
|
exports.onLightSurfaceWarningActive = index.onLightSurfaceWarningActive;
|
|
657
564
|
exports.onLightSurfaceWarningHover = index.onLightSurfaceWarningHover;
|
|
658
|
-
exports.onLightSurfaceWarningMinorActive = index.onLightSurfaceWarningMinorActive;
|
|
659
|
-
exports.onLightSurfaceWarningMinorHover = index.onLightSurfaceWarningMinorHover;
|
|
660
565
|
exports.onLightTextAccent = index.onLightTextAccent;
|
|
661
566
|
exports.onLightTextAccentActive = index.onLightTextAccentActive;
|
|
662
567
|
exports.onLightTextAccentGradientAI = index.onLightTextAccentGradientAI;
|
|
@@ -667,24 +572,20 @@ exports.onLightTextAccentMinorHover = index.onLightTextAccentMinorHover;
|
|
|
667
572
|
exports.onLightTextInfo = index.onLightTextInfo;
|
|
668
573
|
exports.onLightTextInfoActive = index.onLightTextInfoActive;
|
|
669
574
|
exports.onLightTextInfoHover = index.onLightTextInfoHover;
|
|
670
|
-
exports.onLightTextInfoMinorActive = index.onLightTextInfoMinorActive;
|
|
671
|
-
exports.onLightTextInfoMinorHover = index.onLightTextInfoMinorHover;
|
|
672
575
|
exports.onLightTextNegative = index.onLightTextNegative;
|
|
673
576
|
exports.onLightTextNegativeActive = index.onLightTextNegativeActive;
|
|
674
577
|
exports.onLightTextNegativeHover = index.onLightTextNegativeHover;
|
|
675
|
-
exports.onLightTextNegativeMinorActive = index.onLightTextNegativeMinorActive;
|
|
676
|
-
exports.onLightTextNegativeMinorHover = index.onLightTextNegativeMinorHover;
|
|
677
578
|
exports.onLightTextParagraph = index.onLightTextParagraph;
|
|
678
579
|
exports.onLightTextParagraphActive = index.onLightTextParagraphActive;
|
|
679
580
|
exports.onLightTextParagraphHover = index.onLightTextParagraphHover;
|
|
680
581
|
exports.onLightTextPositive = index.onLightTextPositive;
|
|
681
582
|
exports.onLightTextPositiveActive = index.onLightTextPositiveActive;
|
|
682
583
|
exports.onLightTextPositiveHover = index.onLightTextPositiveHover;
|
|
683
|
-
exports.onLightTextPositiveMinorActive = index.onLightTextPositiveMinorActive;
|
|
684
|
-
exports.onLightTextPositiveMinorHover = index.onLightTextPositiveMinorHover;
|
|
685
584
|
exports.onLightTextPrimary = index.onLightTextPrimary;
|
|
686
585
|
exports.onLightTextPrimaryActive = index.onLightTextPrimaryActive;
|
|
687
586
|
exports.onLightTextPrimaryBrightness = index.onLightTextPrimaryBrightness;
|
|
587
|
+
exports.onLightTextPrimaryBrightnessActive = index.onLightTextPrimaryBrightnessActive;
|
|
588
|
+
exports.onLightTextPrimaryBrightnessHover = index.onLightTextPrimaryBrightnessHover;
|
|
688
589
|
exports.onLightTextPrimaryHover = index.onLightTextPrimaryHover;
|
|
689
590
|
exports.onLightTextSecondary = index.onLightTextSecondary;
|
|
690
591
|
exports.onLightTextSecondaryActive = index.onLightTextSecondaryActive;
|
|
@@ -695,84 +596,66 @@ exports.onLightTextTertiaryHover = index.onLightTextTertiaryHover;
|
|
|
695
596
|
exports.onLightTextWarning = index.onLightTextWarning;
|
|
696
597
|
exports.onLightTextWarningActive = index.onLightTextWarningActive;
|
|
697
598
|
exports.onLightTextWarningHover = index.onLightTextWarningHover;
|
|
698
|
-
exports.onLightTextWarningMinorActive = index.onLightTextWarningMinorActive;
|
|
699
|
-
exports.onLightTextWarningMinorHover = index.onLightTextWarningMinorHover;
|
|
700
|
-
exports.outlineAccentActive = index.outlineAccentActive;
|
|
701
|
-
exports.outlineAccentHover = index.outlineAccentHover;
|
|
702
|
-
exports.outlineAccentMinorActive = index.outlineAccentMinorActive;
|
|
703
|
-
exports.outlineAccentMinorHover = index.outlineAccentMinorHover;
|
|
704
599
|
exports.outlineClear = index.outlineClear;
|
|
705
600
|
exports.outlineClearActive = index.outlineClearActive;
|
|
706
601
|
exports.outlineClearHover = index.outlineClearHover;
|
|
707
602
|
exports.outlineDefault = index.outlineDefault;
|
|
603
|
+
exports.outlineDefaultActive = index.outlineDefaultActive;
|
|
604
|
+
exports.outlineDefaultHover = index.outlineDefaultHover;
|
|
708
605
|
exports.outlineInfo = index.outlineInfo;
|
|
709
606
|
exports.outlineInfoActive = index.outlineInfoActive;
|
|
710
607
|
exports.outlineInfoHover = index.outlineInfoHover;
|
|
711
|
-
exports.outlineInfoMinorActive = index.outlineInfoMinorActive;
|
|
712
|
-
exports.outlineInfoMinorHover = index.outlineInfoMinorHover;
|
|
713
608
|
exports.outlineNegative = index.outlineNegative;
|
|
714
609
|
exports.outlineNegativeActive = index.outlineNegativeActive;
|
|
715
610
|
exports.outlineNegativeHover = index.outlineNegativeHover;
|
|
716
|
-
exports.outlineNegativeMinorActive = index.outlineNegativeMinorActive;
|
|
717
|
-
exports.outlineNegativeMinorHover = index.outlineNegativeMinorHover;
|
|
718
611
|
exports.outlinePositive = index.outlinePositive;
|
|
719
612
|
exports.outlinePositiveActive = index.outlinePositiveActive;
|
|
720
613
|
exports.outlinePositiveHover = index.outlinePositiveHover;
|
|
721
|
-
exports.outlinePositiveMinorActive = index.outlinePositiveMinorActive;
|
|
722
|
-
exports.outlinePositiveMinorHover = index.outlinePositiveMinorHover;
|
|
723
614
|
exports.outlinePrimary = index.outlinePrimary;
|
|
724
|
-
exports.
|
|
725
|
-
exports.
|
|
726
|
-
exports.outlineSolidDefaultActive = index.outlineSolidDefaultActive;
|
|
727
|
-
exports.outlineSolidDefaultHover = index.outlineSolidDefaultHover;
|
|
728
|
-
exports.outlineSolidPrimaryActive = index.outlineSolidPrimaryActive;
|
|
729
|
-
exports.outlineSolidPrimaryHover = index.outlineSolidPrimaryHover;
|
|
730
|
-
exports.outlineSolidSecondaryActive = index.outlineSolidSecondaryActive;
|
|
731
|
-
exports.outlineSolidSecondaryHover = index.outlineSolidSecondaryHover;
|
|
732
|
-
exports.outlineSolidTertiaryActive = index.outlineSolidTertiaryActive;
|
|
733
|
-
exports.outlineSolidTertiaryHover = index.outlineSolidTertiaryHover;
|
|
734
|
-
exports.outlineTransparentAccentActive = index.outlineTransparentAccentActive;
|
|
735
|
-
exports.outlineTransparentAccentHover = index.outlineTransparentAccentHover;
|
|
736
|
-
exports.outlineTransparentInfoActive = index.outlineTransparentInfoActive;
|
|
737
|
-
exports.outlineTransparentInfoHover = index.outlineTransparentInfoHover;
|
|
738
|
-
exports.outlineTransparentNegativeActive = index.outlineTransparentNegativeActive;
|
|
739
|
-
exports.outlineTransparentNegativeHover = index.outlineTransparentNegativeHover;
|
|
740
|
-
exports.outlineTransparentPositiveActive = index.outlineTransparentPositiveActive;
|
|
741
|
-
exports.outlineTransparentPositiveHover = index.outlineTransparentPositiveHover;
|
|
615
|
+
exports.outlinePrimaryActive = index.outlinePrimaryActive;
|
|
616
|
+
exports.outlinePrimaryHover = index.outlinePrimaryHover;
|
|
742
617
|
exports.outlineTransparentPrimary = index.outlineTransparentPrimary;
|
|
743
618
|
exports.outlineTransparentPrimaryActive = index.outlineTransparentPrimaryActive;
|
|
744
619
|
exports.outlineTransparentPrimaryHover = index.outlineTransparentPrimaryHover;
|
|
745
|
-
exports.outlineTransparentSecondaryActive = index.outlineTransparentSecondaryActive;
|
|
746
|
-
exports.outlineTransparentSecondaryHover = index.outlineTransparentSecondaryHover;
|
|
747
|
-
exports.outlineTransparentTertiaryActive = index.outlineTransparentTertiaryActive;
|
|
748
|
-
exports.outlineTransparentTertiaryHover = index.outlineTransparentTertiaryHover;
|
|
749
|
-
exports.outlineTransparentWarningActive = index.outlineTransparentWarningActive;
|
|
750
|
-
exports.outlineTransparentWarningHover = index.outlineTransparentWarningHover;
|
|
751
620
|
exports.outlineWarning = index.outlineWarning;
|
|
752
621
|
exports.outlineWarningActive = index.outlineWarningActive;
|
|
753
622
|
exports.outlineWarningHover = index.outlineWarningHover;
|
|
754
|
-
exports.outlineWarningMinorActive = index.outlineWarningMinorActive;
|
|
755
|
-
exports.outlineWarningMinorHover = index.outlineWarningMinorHover;
|
|
756
623
|
exports.outlineWhiteGradient = index.outlineWhiteGradient;
|
|
757
624
|
exports.overlayGradient = index.overlayGradient;
|
|
758
625
|
exports.overlayHard = index.overlayHard;
|
|
759
626
|
exports.overlaySoft = index.overlaySoft;
|
|
760
627
|
exports.personasBlueSurfaceAccentGradient = index.personasBlueSurfaceAccentGradient;
|
|
761
628
|
exports.personasBlueTextAccent = index.personasBlueTextAccent;
|
|
629
|
+
exports.personasBlueTextAccentActive = index.personasBlueTextAccentActive;
|
|
630
|
+
exports.personasBlueTextAccentHover = index.personasBlueTextAccentHover;
|
|
762
631
|
exports.personasGreenSurfaceAccentGradient = index.personasGreenSurfaceAccentGradient;
|
|
763
632
|
exports.personasGreenTextAccent = index.personasGreenTextAccent;
|
|
633
|
+
exports.personasGreenTextAccentActive = index.personasGreenTextAccentActive;
|
|
634
|
+
exports.personasGreenTextAccentHover = index.personasGreenTextAccentHover;
|
|
764
635
|
exports.personasIndigoSurfaceAccentGradient = index.personasIndigoSurfaceAccentGradient;
|
|
765
636
|
exports.personasIndigoTextAccent = index.personasIndigoTextAccent;
|
|
637
|
+
exports.personasIndigoTextAccentActive = index.personasIndigoTextAccentActive;
|
|
638
|
+
exports.personasIndigoTextAccentHover = index.personasIndigoTextAccentHover;
|
|
766
639
|
exports.personasOchreSurfaceAccentGradient = index.personasOchreSurfaceAccentGradient;
|
|
767
640
|
exports.personasOchreTextAccent = index.personasOchreTextAccent;
|
|
641
|
+
exports.personasOchreTextAccentActive = index.personasOchreTextAccentActive;
|
|
642
|
+
exports.personasOchreTextAccentHover = index.personasOchreTextAccentHover;
|
|
768
643
|
exports.personasOliveSurfaceAccentGradient = index.personasOliveSurfaceAccentGradient;
|
|
769
644
|
exports.personasOliveTextAccent = index.personasOliveTextAccent;
|
|
645
|
+
exports.personasOliveTextAccentActive = index.personasOliveTextAccentActive;
|
|
646
|
+
exports.personasOliveTextAccentHover = index.personasOliveTextAccentHover;
|
|
770
647
|
exports.personasPinkSurfaceAccentGradient = index.personasPinkSurfaceAccentGradient;
|
|
771
648
|
exports.personasPinkTextAccent = index.personasPinkTextAccent;
|
|
649
|
+
exports.personasPinkTextAccentActive = index.personasPinkTextAccentActive;
|
|
650
|
+
exports.personasPinkTextAccentHover = index.personasPinkTextAccentHover;
|
|
772
651
|
exports.personasSeaBlueSurfaceAccentGradient = index.personasSeaBlueSurfaceAccentGradient;
|
|
773
652
|
exports.personasSeaBlueTextAccent = index.personasSeaBlueTextAccent;
|
|
653
|
+
exports.personasSeaBlueTextAccentActive = index.personasSeaBlueTextAccentActive;
|
|
654
|
+
exports.personasSeaBlueTextAccentHover = index.personasSeaBlueTextAccentHover;
|
|
774
655
|
exports.personasVioletSurfaceAccentGradient = index.personasVioletSurfaceAccentGradient;
|
|
775
656
|
exports.personasVioletTextAccent = index.personasVioletTextAccent;
|
|
657
|
+
exports.personasVioletTextAccentActive = index.personasVioletTextAccentActive;
|
|
658
|
+
exports.personasVioletTextAccentHover = index.personasVioletTextAccentHover;
|
|
776
659
|
exports.shadowDownHardL = index.shadowDownHardL;
|
|
777
660
|
exports.shadowDownHardM = index.shadowDownHardM;
|
|
778
661
|
exports.shadowDownHardS = index.shadowDownHardS;
|
|
@@ -810,24 +693,20 @@ exports.surfaceAccentMinorActive = index.surfaceAccentMinorActive;
|
|
|
810
693
|
exports.surfaceAccentMinorGradient = index.surfaceAccentMinorGradient;
|
|
811
694
|
exports.surfaceAccentMinorHover = index.surfaceAccentMinorHover;
|
|
812
695
|
exports.surfaceAccentSecondary = index.surfaceAccentSecondary;
|
|
696
|
+
exports.surfaceAccentSecondaryActive = index.surfaceAccentSecondaryActive;
|
|
697
|
+
exports.surfaceAccentSecondaryHover = index.surfaceAccentSecondaryHover;
|
|
813
698
|
exports.surfaceClear = index.surfaceClear;
|
|
814
699
|
exports.surfaceClearActive = index.surfaceClearActive;
|
|
815
700
|
exports.surfaceClearHover = index.surfaceClearHover;
|
|
816
701
|
exports.surfaceInfo = index.surfaceInfo;
|
|
817
702
|
exports.surfaceInfoActive = index.surfaceInfoActive;
|
|
818
703
|
exports.surfaceInfoHover = index.surfaceInfoHover;
|
|
819
|
-
exports.surfaceInfoMinorActive = index.surfaceInfoMinorActive;
|
|
820
|
-
exports.surfaceInfoMinorHover = index.surfaceInfoMinorHover;
|
|
821
704
|
exports.surfaceNegative = index.surfaceNegative;
|
|
822
705
|
exports.surfaceNegativeActive = index.surfaceNegativeActive;
|
|
823
706
|
exports.surfaceNegativeHover = index.surfaceNegativeHover;
|
|
824
|
-
exports.surfaceNegativeMinorActive = index.surfaceNegativeMinorActive;
|
|
825
|
-
exports.surfaceNegativeMinorHover = index.surfaceNegativeMinorHover;
|
|
826
707
|
exports.surfacePositive = index.surfacePositive;
|
|
827
708
|
exports.surfacePositiveActive = index.surfacePositiveActive;
|
|
828
709
|
exports.surfacePositiveHover = index.surfacePositiveHover;
|
|
829
|
-
exports.surfacePositiveMinorActive = index.surfacePositiveMinorActive;
|
|
830
|
-
exports.surfacePositiveMinorHover = index.surfacePositiveMinorHover;
|
|
831
710
|
exports.surfaceReadOnly = index.surfaceReadOnly;
|
|
832
711
|
exports.surfaceReadOnlyActive = index.surfaceReadOnlyActive;
|
|
833
712
|
exports.surfaceReadOnlyHover = index.surfaceReadOnlyHover;
|
|
@@ -835,6 +714,8 @@ exports.surfaceSkeletonGradient = index.surfaceSkeletonGradient;
|
|
|
835
714
|
exports.surfaceSolidCard = index.surfaceSolidCard;
|
|
836
715
|
exports.surfaceSolidCardActive = index.surfaceSolidCardActive;
|
|
837
716
|
exports.surfaceSolidCardBrightness = index.surfaceSolidCardBrightness;
|
|
717
|
+
exports.surfaceSolidCardBrightnessActive = index.surfaceSolidCardBrightnessActive;
|
|
718
|
+
exports.surfaceSolidCardBrightnessHover = index.surfaceSolidCardBrightnessHover;
|
|
838
719
|
exports.surfaceSolidCardHover = index.surfaceSolidCardHover;
|
|
839
720
|
exports.surfaceSolidDefault = index.surfaceSolidDefault;
|
|
840
721
|
exports.surfaceSolidDefaultActive = index.surfaceSolidDefaultActive;
|
|
@@ -842,6 +723,8 @@ exports.surfaceSolidDefaultHover = index.surfaceSolidDefaultHover;
|
|
|
842
723
|
exports.surfaceSolidPrimary = index.surfaceSolidPrimary;
|
|
843
724
|
exports.surfaceSolidPrimaryActive = index.surfaceSolidPrimaryActive;
|
|
844
725
|
exports.surfaceSolidPrimaryBrightness = index.surfaceSolidPrimaryBrightness;
|
|
726
|
+
exports.surfaceSolidPrimaryBrightnessActive = index.surfaceSolidPrimaryBrightnessActive;
|
|
727
|
+
exports.surfaceSolidPrimaryBrightnessHover = index.surfaceSolidPrimaryBrightnessHover;
|
|
845
728
|
exports.surfaceSolidPrimaryHover = index.surfaceSolidPrimaryHover;
|
|
846
729
|
exports.surfaceSolidSecondary = index.surfaceSolidSecondary;
|
|
847
730
|
exports.surfaceSolidSecondaryActive = index.surfaceSolidSecondaryActive;
|
|
@@ -853,20 +736,20 @@ exports.surfaceTransparentAccent = index.surfaceTransparentAccent;
|
|
|
853
736
|
exports.surfaceTransparentAccentActive = index.surfaceTransparentAccentActive;
|
|
854
737
|
exports.surfaceTransparentAccentHover = index.surfaceTransparentAccentHover;
|
|
855
738
|
exports.surfaceTransparentAccentMinor = index.surfaceTransparentAccentMinor;
|
|
739
|
+
exports.surfaceTransparentAccentMinorActive = index.surfaceTransparentAccentMinorActive;
|
|
740
|
+
exports.surfaceTransparentAccentMinorHover = index.surfaceTransparentAccentMinorHover;
|
|
856
741
|
exports.surfaceTransparentCard = index.surfaceTransparentCard;
|
|
857
742
|
exports.surfaceTransparentCardActive = index.surfaceTransparentCardActive;
|
|
858
743
|
exports.surfaceTransparentCardBrightness = index.surfaceTransparentCardBrightness;
|
|
744
|
+
exports.surfaceTransparentCardBrightnessActive = index.surfaceTransparentCardBrightnessActive;
|
|
745
|
+
exports.surfaceTransparentCardBrightnessHover = index.surfaceTransparentCardBrightnessHover;
|
|
859
746
|
exports.surfaceTransparentCardHover = index.surfaceTransparentCardHover;
|
|
860
747
|
exports.surfaceTransparentDeep = index.surfaceTransparentDeep;
|
|
861
748
|
exports.surfaceTransparentDeepActive = index.surfaceTransparentDeepActive;
|
|
862
749
|
exports.surfaceTransparentDeepHover = index.surfaceTransparentDeepHover;
|
|
863
|
-
exports.surfaceTransparentInfoActive = index.surfaceTransparentInfoActive;
|
|
864
|
-
exports.surfaceTransparentInfoHover = index.surfaceTransparentInfoHover;
|
|
865
750
|
exports.surfaceTransparentNavi = index.surfaceTransparentNavi;
|
|
866
|
-
exports.
|
|
867
|
-
exports.
|
|
868
|
-
exports.surfaceTransparentPositiveActive = index.surfaceTransparentPositiveActive;
|
|
869
|
-
exports.surfaceTransparentPositiveHover = index.surfaceTransparentPositiveHover;
|
|
751
|
+
exports.surfaceTransparentNaviActive = index.surfaceTransparentNaviActive;
|
|
752
|
+
exports.surfaceTransparentNaviHover = index.surfaceTransparentNaviHover;
|
|
870
753
|
exports.surfaceTransparentPrimary = index.surfaceTransparentPrimary;
|
|
871
754
|
exports.surfaceTransparentPrimaryActive = index.surfaceTransparentPrimaryActive;
|
|
872
755
|
exports.surfaceTransparentPrimaryHover = index.surfaceTransparentPrimaryHover;
|
|
@@ -876,13 +759,9 @@ exports.surfaceTransparentSecondaryHover = index.surfaceTransparentSecondaryHove
|
|
|
876
759
|
exports.surfaceTransparentTertiary = index.surfaceTransparentTertiary;
|
|
877
760
|
exports.surfaceTransparentTertiaryActive = index.surfaceTransparentTertiaryActive;
|
|
878
761
|
exports.surfaceTransparentTertiaryHover = index.surfaceTransparentTertiaryHover;
|
|
879
|
-
exports.surfaceTransparentWarningActive = index.surfaceTransparentWarningActive;
|
|
880
|
-
exports.surfaceTransparentWarningHover = index.surfaceTransparentWarningHover;
|
|
881
762
|
exports.surfaceWarning = index.surfaceWarning;
|
|
882
763
|
exports.surfaceWarningActive = index.surfaceWarningActive;
|
|
883
764
|
exports.surfaceWarningHover = index.surfaceWarningHover;
|
|
884
|
-
exports.surfaceWarningMinorActive = index.surfaceWarningMinorActive;
|
|
885
|
-
exports.surfaceWarningMinorHover = index.surfaceWarningMinorHover;
|
|
886
765
|
exports.textAccent = index.textAccent;
|
|
887
766
|
exports.textAccentActive = index.textAccentActive;
|
|
888
767
|
exports.textAccentGradientAI = index.textAccentGradientAI;
|
|
@@ -893,24 +772,20 @@ exports.textAccentMinorHover = index.textAccentMinorHover;
|
|
|
893
772
|
exports.textInfo = index.textInfo;
|
|
894
773
|
exports.textInfoActive = index.textInfoActive;
|
|
895
774
|
exports.textInfoHover = index.textInfoHover;
|
|
896
|
-
exports.textInfoMinorActive = index.textInfoMinorActive;
|
|
897
|
-
exports.textInfoMinorHover = index.textInfoMinorHover;
|
|
898
775
|
exports.textNegative = index.textNegative;
|
|
899
776
|
exports.textNegativeActive = index.textNegativeActive;
|
|
900
777
|
exports.textNegativeHover = index.textNegativeHover;
|
|
901
|
-
exports.textNegativeMinorActive = index.textNegativeMinorActive;
|
|
902
|
-
exports.textNegativeMinorHover = index.textNegativeMinorHover;
|
|
903
778
|
exports.textParagraph = index.textParagraph;
|
|
904
779
|
exports.textParagraphActive = index.textParagraphActive;
|
|
905
780
|
exports.textParagraphHover = index.textParagraphHover;
|
|
906
781
|
exports.textPositive = index.textPositive;
|
|
907
782
|
exports.textPositiveActive = index.textPositiveActive;
|
|
908
783
|
exports.textPositiveHover = index.textPositiveHover;
|
|
909
|
-
exports.textPositiveMinorActive = index.textPositiveMinorActive;
|
|
910
|
-
exports.textPositiveMinorHover = index.textPositiveMinorHover;
|
|
911
784
|
exports.textPrimary = index.textPrimary;
|
|
912
785
|
exports.textPrimaryActive = index.textPrimaryActive;
|
|
913
786
|
exports.textPrimaryBrightness = index.textPrimaryBrightness;
|
|
787
|
+
exports.textPrimaryBrightnessActive = index.textPrimaryBrightnessActive;
|
|
788
|
+
exports.textPrimaryBrightnessHover = index.textPrimaryBrightnessHover;
|
|
914
789
|
exports.textPrimaryHover = index.textPrimaryHover;
|
|
915
790
|
exports.textSecondary = index.textSecondary;
|
|
916
791
|
exports.textSecondaryActive = index.textSecondaryActive;
|
|
@@ -921,8 +796,6 @@ exports.textTertiaryHover = index.textTertiaryHover;
|
|
|
921
796
|
exports.textWarning = index.textWarning;
|
|
922
797
|
exports.textWarningActive = index.textWarningActive;
|
|
923
798
|
exports.textWarningHover = index.textWarningHover;
|
|
924
|
-
exports.textWarningMinorActive = index.textWarningMinorActive;
|
|
925
|
-
exports.textWarningMinorHover = index.textWarningMinorHover;
|
|
926
799
|
exports.viewContainer = index.viewContainer;
|
|
927
800
|
exports.Button = Button.Button;
|
|
928
801
|
exports.Checkbox = Checkbox.Checkbox;
|