@salutejs-ds/sdds_sbcom 0.1.6 → 0.1.8
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 +2 -2
- package/components/Button/Button.config.js +5 -5
- package/components/Button/Button.config.js.map +1 -1
- package/components/Button/Button.config_ncdo62.css +10 -0
- package/components/Button/Button.css +9 -9
- package/components/Button/Button.d.ts +2 -2
- package/components/Checkbox/Checkbox.config.d.ts +1 -1
- package/components/Checkbox/Checkbox.config.js +4 -4
- package/components/Checkbox/Checkbox.config.js.map +1 -1
- package/components/Checkbox/Checkbox.config_ufkiou.css +6 -0
- package/components/Checkbox/Checkbox.css +6 -6
- package/components/Checkbox/Checkbox.d.ts +1 -1
- package/components/Counter/Counter.config.d.ts +23 -0
- package/components/Counter/Counter.config.js +31 -0
- package/components/Counter/Counter.config.js.map +1 -0
- package/components/Counter/Counter.config_8qholw.css +11 -0
- package/components/Counter/Counter.css +11 -0
- package/components/Counter/Counter.d.ts +19 -0
- package/components/Counter/Counter.js +17 -0
- package/components/Counter/Counter.js.map +1 -0
- package/components/Counter/index.d.ts +1 -0
- package/components/IconButton/IconButton.config.d.ts +3 -3
- package/components/IconButton/IconButton.config.js +7 -7
- package/components/IconButton/IconButton.config.js.map +1 -1
- package/components/IconButton/IconButton.config_10yvwxd.css +9 -0
- package/components/IconButton/IconButton.css +8 -8
- package/components/IconButton/IconButton.d.ts +3 -3
- package/components/Link/Link.config.d.ts +3 -3
- package/components/Link/Link.config.js +7 -7
- package/components/Link/Link.config.js.map +1 -1
- package/components/Link/Link.config_uq3jfz.css +8 -0
- package/components/Link/Link.css +8 -8
- package/components/Link/Link.d.ts +3 -3
- package/components/Radiobox/Radiobox.config.d.ts +1 -1
- package/components/Radiobox/Radiobox.config.js +4 -4
- package/components/Radiobox/Radiobox.config.js.map +1 -1
- package/components/Radiobox/Radiobox.config_16u8jc7.css +6 -0
- package/components/Radiobox/Radiobox.css +6 -6
- package/components/Radiobox/Radiobox.d.ts +1 -1
- package/css/sdds_sbcom.module.css +1865 -1762
- package/css/sdds_sbcom__dark.css +1084 -957
- package/css/sdds_sbcom__light.css +1083 -963
- package/es/components/Button/Button.config.js +5 -5
- package/es/components/Button/Button.config.js.map +1 -1
- package/es/components/Button/Button.config_ncdo62.css +10 -0
- package/es/components/Button/Button.css +9 -9
- package/es/components/Checkbox/Checkbox.config.js +4 -4
- package/es/components/Checkbox/Checkbox.config.js.map +1 -1
- package/es/components/Checkbox/Checkbox.config_ufkiou.css +6 -0
- package/es/components/Checkbox/Checkbox.css +6 -6
- package/es/components/Counter/Counter.config.js +27 -0
- package/es/components/Counter/Counter.config.js.map +1 -0
- package/es/components/Counter/Counter.config_8qholw.css +11 -0
- package/es/components/Counter/Counter.css +11 -0
- package/es/components/Counter/Counter.js +13 -0
- package/es/components/Counter/Counter.js.map +1 -0
- package/es/components/IconButton/IconButton.config.js +7 -7
- package/es/components/IconButton/IconButton.config.js.map +1 -1
- package/es/components/IconButton/IconButton.config_10yvwxd.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 +8 -0
- package/es/components/Link/Link.css +8 -8
- package/es/components/Radiobox/Radiobox.config.js +4 -4
- package/es/components/Radiobox/Radiobox.config.js.map +1 -1
- package/es/components/Radiobox/Radiobox.config_16u8jc7.css +6 -0
- package/es/components/Radiobox/Radiobox.css +6 -6
- package/es/index.css +55 -43
- package/es/index.js +2 -1
- package/es/index.js.map +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 +1878 -1809
- package/es/theme/tokens/index.js.map +1 -1
- package/index.css +55 -43
- package/index.d.ts +1 -0
- package/index.js +415 -418
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/styled-components/cjs/Button/Button.config.js +8 -8
- package/styled-components/cjs/Checkbox/Checkbox.config.js +6 -6
- package/styled-components/cjs/Counter/Counter.config.js +32 -0
- package/styled-components/cjs/Counter/Counter.js +15 -0
- package/styled-components/cjs/Counter/index.js +12 -0
- package/styled-components/cjs/IconButton/IconButton.config.js +8 -8
- package/styled-components/cjs/Link/Link.config.js +7 -7
- package/styled-components/cjs/Radiobox/Radiobox.config.js +5 -5
- package/styled-components/es/Button/Button.config.js +8 -8
- package/styled-components/es/Checkbox/Checkbox.config.js +6 -6
- package/styled-components/es/Counter/Counter.config.js +26 -0
- package/styled-components/es/Counter/Counter.js +9 -0
- package/styled-components/es/Counter/index.js +1 -0
- package/styled-components/es/IconButton/IconButton.config.js +8 -8
- package/styled-components/es/Link/Link.config.js +7 -7
- package/styled-components/es/Radiobox/Radiobox.config.js +5 -5
- 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 +1626 -1552
- package/theme/tokens/index.js +2290 -2226
- package/theme/tokens/index.js.map +1 -1
- package/components/Button/Button.config_1ccu9cu.css +0 -10
- package/components/Checkbox/Checkbox.config_1rh5bl.css +0 -6
- package/components/IconButton/IconButton.config_cfiy79.css +0 -9
- package/components/Link/Link.config_xhilcr.css +0 -8
- package/components/Radiobox/Radiobox.config_hk6a3j.css +0 -6
- package/es/components/Button/Button.config_1ccu9cu.css +0 -10
- package/es/components/Checkbox/Checkbox.config_1rh5bl.css +0 -6
- package/es/components/IconButton/IconButton.config_cfiy79.css +0 -9
- package/es/components/Link/Link.config_xhilcr.css +0 -8
- package/es/components/Radiobox/Radiobox.config_hk6a3j.css +0 -6
package/index.js
CHANGED
|
@@ -7,6 +7,7 @@ var sdds_sbcom__light = require('./theme/themes/sdds_sbcom__light.js');
|
|
|
7
7
|
var index = require('./theme/tokens/index.js');
|
|
8
8
|
var Button = require('./components/Button/Button.js');
|
|
9
9
|
var Checkbox = require('./components/Checkbox/Checkbox.js');
|
|
10
|
+
var Counter = require('./components/Counter/Counter.js');
|
|
10
11
|
var IconButton = require('./components/IconButton/IconButton.js');
|
|
11
12
|
var Link = require('./components/Link/Link.js');
|
|
12
13
|
var Radiobox = require('./components/Radiobox/Radiobox.js');
|
|
@@ -15,14 +16,17 @@ var Radiobox = require('./components/Radiobox/Radiobox.js');
|
|
|
15
16
|
|
|
16
17
|
exports.sdds_sbcom__dark = sdds_sbcom__dark.sdds_sbcom__dark;
|
|
17
18
|
exports.sdds_sbcom__light = sdds_sbcom__light.sdds_sbcom__light;
|
|
19
|
+
exports.backgroundGradient = index.backgroundGradient;
|
|
20
|
+
exports.backgroundHardline = index.backgroundHardline;
|
|
18
21
|
exports.backgroundPrimary = index.backgroundPrimary;
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.backgroundSecondaryBrightness = index.backgroundSecondaryBrightness;
|
|
22
|
-
exports.backgroundSecondaryHover = index.backgroundSecondaryHover;
|
|
22
|
+
exports.backgroundSecondary = index.backgroundSecondary;
|
|
23
|
+
exports.backgroundTertiary = index.backgroundTertiary;
|
|
23
24
|
exports.bodyL = index.bodyL;
|
|
24
25
|
exports.bodyLBold = index.bodyLBold;
|
|
25
26
|
exports.bodyLMedium = index.bodyLMedium;
|
|
27
|
+
exports.bodyM = index.bodyM;
|
|
28
|
+
exports.bodyMBold = index.bodyMBold;
|
|
29
|
+
exports.bodyMMedium = index.bodyMMedium;
|
|
26
30
|
exports.bodyS = index.bodyS;
|
|
27
31
|
exports.bodySBold = index.bodySBold;
|
|
28
32
|
exports.bodySMedium = index.bodySMedium;
|
|
@@ -43,157 +47,151 @@ exports.borderRadiusXl = index.borderRadiusXl;
|
|
|
43
47
|
exports.borderRadiusXs = index.borderRadiusXs;
|
|
44
48
|
exports.borderRadiusXxl = index.borderRadiusXxl;
|
|
45
49
|
exports.borderRadiusXxs = index.borderRadiusXxs;
|
|
50
|
+
exports.darkBackgroundGradient = index.darkBackgroundGradient;
|
|
51
|
+
exports.darkBackgroundHardline = index.darkBackgroundHardline;
|
|
46
52
|
exports.darkBackgroundPrimary = index.darkBackgroundPrimary;
|
|
47
|
-
exports.
|
|
53
|
+
exports.darkBackgroundSecondary = index.darkBackgroundSecondary;
|
|
54
|
+
exports.darkBackgroundTertiary = index.darkBackgroundTertiary;
|
|
48
55
|
exports.dataYellowActive = index.dataYellowActive;
|
|
49
56
|
exports.dataYellowHover = index.dataYellowHover;
|
|
50
|
-
exports.dataYellowMinor = index.dataYellowMinor;
|
|
51
57
|
exports.dataYellowMinorActive = index.dataYellowMinorActive;
|
|
52
58
|
exports.dataYellowMinorHover = index.dataYellowMinorHover;
|
|
53
|
-
exports.dataYellowTransparent = index.dataYellowTransparent;
|
|
54
59
|
exports.dataYellowTransparentActive = index.dataYellowTransparentActive;
|
|
55
60
|
exports.dataYellowTransparentHover = index.dataYellowTransparentHover;
|
|
56
61
|
exports.dsplS = index.dsplS;
|
|
57
62
|
exports.dsplSBold = index.dsplSBold;
|
|
58
63
|
exports.dsplSMedium = index.dsplSMedium;
|
|
64
|
+
exports.h1 = index.h1;
|
|
65
|
+
exports.h1Bold = index.h1Bold;
|
|
66
|
+
exports.h1Medium = index.h1Medium;
|
|
67
|
+
exports.h2 = index.h2;
|
|
68
|
+
exports.h2Bold = index.h2Bold;
|
|
69
|
+
exports.h2Medium = index.h2Medium;
|
|
59
70
|
exports.h3 = index.h3;
|
|
60
71
|
exports.h3Bold = index.h3Bold;
|
|
61
72
|
exports.h3Medium = index.h3Medium;
|
|
73
|
+
exports.h4 = index.h4;
|
|
74
|
+
exports.h4Bold = index.h4Bold;
|
|
75
|
+
exports.h4Medium = index.h4Medium;
|
|
76
|
+
exports.inverseBackgroundGradient = index.inverseBackgroundGradient;
|
|
77
|
+
exports.inverseBackgroundHardline = index.inverseBackgroundHardline;
|
|
62
78
|
exports.inverseBackgroundPrimary = index.inverseBackgroundPrimary;
|
|
63
|
-
exports.
|
|
64
|
-
exports.
|
|
65
|
-
exports.inverseBackgroundSecondaryBrightness = index.inverseBackgroundSecondaryBrightness;
|
|
66
|
-
exports.inverseBackgroundSecondaryHover = index.inverseBackgroundSecondaryHover;
|
|
67
|
-
exports.inverseDataYellow = index.inverseDataYellow;
|
|
79
|
+
exports.inverseBackgroundSecondary = index.inverseBackgroundSecondary;
|
|
80
|
+
exports.inverseBackgroundTertiary = index.inverseBackgroundTertiary;
|
|
68
81
|
exports.inverseDataYellowActive = index.inverseDataYellowActive;
|
|
69
82
|
exports.inverseDataYellowHover = index.inverseDataYellowHover;
|
|
70
|
-
exports.inverseDataYellowMinor = index.inverseDataYellowMinor;
|
|
71
83
|
exports.inverseDataYellowMinorActive = index.inverseDataYellowMinorActive;
|
|
72
84
|
exports.inverseDataYellowMinorHover = index.inverseDataYellowMinorHover;
|
|
73
|
-
exports.inverseDataYellowTransparent = index.inverseDataYellowTransparent;
|
|
74
85
|
exports.inverseDataYellowTransparentActive = index.inverseDataYellowTransparentActive;
|
|
75
86
|
exports.inverseDataYellowTransparentHover = index.inverseDataYellowTransparentHover;
|
|
76
|
-
exports.
|
|
77
|
-
exports.
|
|
78
|
-
exports.
|
|
87
|
+
exports.inverseOutlineAccentActive = index.inverseOutlineAccentActive;
|
|
88
|
+
exports.inverseOutlineAccentHover = index.inverseOutlineAccentHover;
|
|
89
|
+
exports.inverseOutlineAccentMinorActive = index.inverseOutlineAccentMinorActive;
|
|
90
|
+
exports.inverseOutlineAccentMinorHover = index.inverseOutlineAccentMinorHover;
|
|
91
|
+
exports.inverseOutlineClear = index.inverseOutlineClear;
|
|
92
|
+
exports.inverseOutlineClearActive = index.inverseOutlineClearActive;
|
|
93
|
+
exports.inverseOutlineClearHover = index.inverseOutlineClearHover;
|
|
79
94
|
exports.inverseOutlineDefault = index.inverseOutlineDefault;
|
|
80
|
-
exports.
|
|
81
|
-
exports.
|
|
82
|
-
exports.
|
|
95
|
+
exports.inverseOutlineInfo = index.inverseOutlineInfo;
|
|
96
|
+
exports.inverseOutlineInfoActive = index.inverseOutlineInfoActive;
|
|
97
|
+
exports.inverseOutlineInfoHover = index.inverseOutlineInfoHover;
|
|
98
|
+
exports.inverseOutlineInfoMinorActive = index.inverseOutlineInfoMinorActive;
|
|
99
|
+
exports.inverseOutlineInfoMinorHover = index.inverseOutlineInfoMinorHover;
|
|
83
100
|
exports.inverseOutlineNegative = index.inverseOutlineNegative;
|
|
84
101
|
exports.inverseOutlineNegativeActive = index.inverseOutlineNegativeActive;
|
|
85
102
|
exports.inverseOutlineNegativeHover = index.inverseOutlineNegativeHover;
|
|
86
|
-
exports.
|
|
87
|
-
exports.
|
|
88
|
-
exports.inverseOutlineOutlineMinorBrightness = index.inverseOutlineOutlineMinorBrightness;
|
|
89
|
-
exports.inverseOutlineOutlineMinorHover = index.inverseOutlineOutlineMinorHover;
|
|
103
|
+
exports.inverseOutlineNegativeMinorActive = index.inverseOutlineNegativeMinorActive;
|
|
104
|
+
exports.inverseOutlineNegativeMinorHover = index.inverseOutlineNegativeMinorHover;
|
|
90
105
|
exports.inverseOutlinePositive = index.inverseOutlinePositive;
|
|
91
106
|
exports.inverseOutlinePositiveActive = index.inverseOutlinePositiveActive;
|
|
92
107
|
exports.inverseOutlinePositiveHover = index.inverseOutlinePositiveHover;
|
|
93
|
-
exports.
|
|
94
|
-
exports.
|
|
95
|
-
exports.
|
|
108
|
+
exports.inverseOutlinePositiveMinorActive = index.inverseOutlinePositiveMinorActive;
|
|
109
|
+
exports.inverseOutlinePositiveMinorHover = index.inverseOutlinePositiveMinorHover;
|
|
110
|
+
exports.inverseOutlinePrimary = index.inverseOutlinePrimary;
|
|
111
|
+
exports.inverseOutlineReadOnlyActive = index.inverseOutlineReadOnlyActive;
|
|
112
|
+
exports.inverseOutlineReadOnlyHover = index.inverseOutlineReadOnlyHover;
|
|
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;
|
|
96
129
|
exports.inverseOutlineTransparentPrimary = index.inverseOutlineTransparentPrimary;
|
|
97
130
|
exports.inverseOutlineTransparentPrimaryActive = index.inverseOutlineTransparentPrimaryActive;
|
|
98
131
|
exports.inverseOutlineTransparentPrimaryHover = index.inverseOutlineTransparentPrimaryHover;
|
|
99
|
-
exports.
|
|
100
|
-
exports.
|
|
101
|
-
exports.
|
|
102
|
-
exports.
|
|
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;
|
|
103
138
|
exports.inverseOutlineWarning = index.inverseOutlineWarning;
|
|
104
139
|
exports.inverseOutlineWarningActive = index.inverseOutlineWarningActive;
|
|
105
140
|
exports.inverseOutlineWarningHover = index.inverseOutlineWarningHover;
|
|
141
|
+
exports.inverseOutlineWarningMinorActive = index.inverseOutlineWarningMinorActive;
|
|
142
|
+
exports.inverseOutlineWarningMinorHover = index.inverseOutlineWarningMinorHover;
|
|
143
|
+
exports.inverseOutlineWhiteGradient = index.inverseOutlineWhiteGradient;
|
|
106
144
|
exports.inverseOverlayGradient = index.inverseOverlayGradient;
|
|
107
|
-
exports.inverseOverlayGradientActive = index.inverseOverlayGradientActive;
|
|
108
|
-
exports.inverseOverlayGradientBrightness = index.inverseOverlayGradientBrightness;
|
|
109
|
-
exports.inverseOverlayGradientHover = index.inverseOverlayGradientHover;
|
|
110
145
|
exports.inverseOverlayHard = index.inverseOverlayHard;
|
|
111
146
|
exports.inverseOverlaySoft = index.inverseOverlaySoft;
|
|
112
|
-
exports.
|
|
113
|
-
exports.
|
|
114
|
-
exports.
|
|
115
|
-
exports.
|
|
116
|
-
exports.
|
|
117
|
-
exports.
|
|
118
|
-
exports.
|
|
119
|
-
exports.
|
|
120
|
-
exports.
|
|
121
|
-
exports.
|
|
122
|
-
exports.
|
|
123
|
-
exports.
|
|
124
|
-
exports.
|
|
125
|
-
exports.
|
|
126
|
-
exports.
|
|
127
|
-
exports.
|
|
128
|
-
exports.inversePersonaIndigoSurfaceAccentGradientHover = index.inversePersonaIndigoSurfaceAccentGradientHover;
|
|
129
|
-
exports.inversePersonaIndigoTextAccent = index.inversePersonaIndigoTextAccent;
|
|
130
|
-
exports.inversePersonaIndigoTextAccentActive = index.inversePersonaIndigoTextAccentActive;
|
|
131
|
-
exports.inversePersonaIndigoTextAccentBrightness = index.inversePersonaIndigoTextAccentBrightness;
|
|
132
|
-
exports.inversePersonaIndigoTextAccentHover = index.inversePersonaIndigoTextAccentHover;
|
|
133
|
-
exports.inversePersonaOchreSurfaceAccentGradient = index.inversePersonaOchreSurfaceAccentGradient;
|
|
134
|
-
exports.inversePersonaOchreSurfaceAccentGradientActive = index.inversePersonaOchreSurfaceAccentGradientActive;
|
|
135
|
-
exports.inversePersonaOchreSurfaceAccentGradientHover = index.inversePersonaOchreSurfaceAccentGradientHover;
|
|
136
|
-
exports.inversePersonaOchreTextAccent = index.inversePersonaOchreTextAccent;
|
|
137
|
-
exports.inversePersonaOchreTextAccentActive = index.inversePersonaOchreTextAccentActive;
|
|
138
|
-
exports.inversePersonaOchreTextAccentBrightness = index.inversePersonaOchreTextAccentBrightness;
|
|
139
|
-
exports.inversePersonaOchreTextAccentHover = index.inversePersonaOchreTextAccentHover;
|
|
140
|
-
exports.inversePersonaOliveSurfaceAccentGradient = index.inversePersonaOliveSurfaceAccentGradient;
|
|
141
|
-
exports.inversePersonaOliveSurfaceAccentGradientActive = index.inversePersonaOliveSurfaceAccentGradientActive;
|
|
142
|
-
exports.inversePersonaOliveSurfaceAccentGradientHover = index.inversePersonaOliveSurfaceAccentGradientHover;
|
|
143
|
-
exports.inversePersonaOliveTextAccent = index.inversePersonaOliveTextAccent;
|
|
144
|
-
exports.inversePersonaOliveTextAccentActive = index.inversePersonaOliveTextAccentActive;
|
|
145
|
-
exports.inversePersonaOliveTextAccentBrightness = index.inversePersonaOliveTextAccentBrightness;
|
|
146
|
-
exports.inversePersonaOliveTextAccentHover = index.inversePersonaOliveTextAccentHover;
|
|
147
|
-
exports.inversePersonaPinkSurfaceAccentGradient = index.inversePersonaPinkSurfaceAccentGradient;
|
|
148
|
-
exports.inversePersonaPinkSurfaceAccentGradientActive = index.inversePersonaPinkSurfaceAccentGradientActive;
|
|
149
|
-
exports.inversePersonaPinkSurfaceAccentGradientHover = index.inversePersonaPinkSurfaceAccentGradientHover;
|
|
150
|
-
exports.inversePersonaPinkTextAccent = index.inversePersonaPinkTextAccent;
|
|
151
|
-
exports.inversePersonaPinkTextAccentActive = index.inversePersonaPinkTextAccentActive;
|
|
152
|
-
exports.inversePersonaPinkTextAccentBrightness = index.inversePersonaPinkTextAccentBrightness;
|
|
153
|
-
exports.inversePersonaPinkTextAccentHover = index.inversePersonaPinkTextAccentHover;
|
|
154
|
-
exports.inversePersonaSeaBlueSurfaceAccentGradient = index.inversePersonaSeaBlueSurfaceAccentGradient;
|
|
155
|
-
exports.inversePersonaSeaBlueSurfaceAccentGradientActive = index.inversePersonaSeaBlueSurfaceAccentGradientActive;
|
|
156
|
-
exports.inversePersonaSeaBlueSurfaceAccentGradientHover = index.inversePersonaSeaBlueSurfaceAccentGradientHover;
|
|
157
|
-
exports.inversePersonaSeaBlueTextAccent = index.inversePersonaSeaBlueTextAccent;
|
|
158
|
-
exports.inversePersonaSeaBlueTextAccentActive = index.inversePersonaSeaBlueTextAccentActive;
|
|
159
|
-
exports.inversePersonaSeaBlueTextAccentBrightness = index.inversePersonaSeaBlueTextAccentBrightness;
|
|
160
|
-
exports.inversePersonaSeaBlueTextAccentHover = index.inversePersonaSeaBlueTextAccentHover;
|
|
161
|
-
exports.inversePersonaVioletSurfaceAccentGradient = index.inversePersonaVioletSurfaceAccentGradient;
|
|
162
|
-
exports.inversePersonaVioletSurfaceAccentGradientActive = index.inversePersonaVioletSurfaceAccentGradientActive;
|
|
163
|
-
exports.inversePersonaVioletSurfaceAccentGradientHover = index.inversePersonaVioletSurfaceAccentGradientHover;
|
|
164
|
-
exports.inversePersonaVioletTextAccent = index.inversePersonaVioletTextAccent;
|
|
165
|
-
exports.inversePersonaVioletTextAccentActive = index.inversePersonaVioletTextAccentActive;
|
|
166
|
-
exports.inversePersonaVioletTextAccentBrightness = index.inversePersonaVioletTextAccentBrightness;
|
|
167
|
-
exports.inversePersonaVioletTextAccentHover = index.inversePersonaVioletTextAccentHover;
|
|
147
|
+
exports.inversePersonasBlueSurfaceAccentGradient = index.inversePersonasBlueSurfaceAccentGradient;
|
|
148
|
+
exports.inversePersonasBlueTextAccent = index.inversePersonasBlueTextAccent;
|
|
149
|
+
exports.inversePersonasGreenSurfaceAccentGradient = index.inversePersonasGreenSurfaceAccentGradient;
|
|
150
|
+
exports.inversePersonasGreenTextAccent = index.inversePersonasGreenTextAccent;
|
|
151
|
+
exports.inversePersonasIndigoSurfaceAccentGradient = index.inversePersonasIndigoSurfaceAccentGradient;
|
|
152
|
+
exports.inversePersonasIndigoTextAccent = index.inversePersonasIndigoTextAccent;
|
|
153
|
+
exports.inversePersonasOchreSurfaceAccentGradient = index.inversePersonasOchreSurfaceAccentGradient;
|
|
154
|
+
exports.inversePersonasOchreTextAccent = index.inversePersonasOchreTextAccent;
|
|
155
|
+
exports.inversePersonasOliveSurfaceAccentGradient = index.inversePersonasOliveSurfaceAccentGradient;
|
|
156
|
+
exports.inversePersonasOliveTextAccent = index.inversePersonasOliveTextAccent;
|
|
157
|
+
exports.inversePersonasPinkSurfaceAccentGradient = index.inversePersonasPinkSurfaceAccentGradient;
|
|
158
|
+
exports.inversePersonasPinkTextAccent = index.inversePersonasPinkTextAccent;
|
|
159
|
+
exports.inversePersonasSeaBlueSurfaceAccentGradient = index.inversePersonasSeaBlueSurfaceAccentGradient;
|
|
160
|
+
exports.inversePersonasSeaBlueTextAccent = index.inversePersonasSeaBlueTextAccent;
|
|
161
|
+
exports.inversePersonasVioletSurfaceAccentGradient = index.inversePersonasVioletSurfaceAccentGradient;
|
|
162
|
+
exports.inversePersonasVioletTextAccent = index.inversePersonasVioletTextAccent;
|
|
168
163
|
exports.inverseSurfaceAccent = index.inverseSurfaceAccent;
|
|
169
164
|
exports.inverseSurfaceAccentActive = index.inverseSurfaceAccentActive;
|
|
170
165
|
exports.inverseSurfaceAccentGradient = index.inverseSurfaceAccentGradient;
|
|
171
|
-
exports.
|
|
172
|
-
exports.inverseSurfaceAccentGradientBrightness = index.inverseSurfaceAccentGradientBrightness;
|
|
173
|
-
exports.inverseSurfaceAccentGradientHover = index.inverseSurfaceAccentGradientHover;
|
|
166
|
+
exports.inverseSurfaceAccentGradientSecondary = index.inverseSurfaceAccentGradientSecondary;
|
|
174
167
|
exports.inverseSurfaceAccentHover = index.inverseSurfaceAccentHover;
|
|
175
168
|
exports.inverseSurfaceAccentMinor = index.inverseSurfaceAccentMinor;
|
|
176
169
|
exports.inverseSurfaceAccentMinorActive = index.inverseSurfaceAccentMinorActive;
|
|
170
|
+
exports.inverseSurfaceAccentMinorGradient = index.inverseSurfaceAccentMinorGradient;
|
|
177
171
|
exports.inverseSurfaceAccentMinorHover = index.inverseSurfaceAccentMinorHover;
|
|
178
172
|
exports.inverseSurfaceAccentSecondary = index.inverseSurfaceAccentSecondary;
|
|
179
|
-
exports.
|
|
180
|
-
exports.
|
|
181
|
-
exports.
|
|
173
|
+
exports.inverseSurfaceClear = index.inverseSurfaceClear;
|
|
174
|
+
exports.inverseSurfaceClearActive = index.inverseSurfaceClearActive;
|
|
175
|
+
exports.inverseSurfaceClearHover = index.inverseSurfaceClearHover;
|
|
182
176
|
exports.inverseSurfaceInfo = index.inverseSurfaceInfo;
|
|
183
177
|
exports.inverseSurfaceInfoActive = index.inverseSurfaceInfoActive;
|
|
184
178
|
exports.inverseSurfaceInfoHover = index.inverseSurfaceInfoHover;
|
|
179
|
+
exports.inverseSurfaceInfoMinorActive = index.inverseSurfaceInfoMinorActive;
|
|
180
|
+
exports.inverseSurfaceInfoMinorHover = index.inverseSurfaceInfoMinorHover;
|
|
185
181
|
exports.inverseSurfaceNegative = index.inverseSurfaceNegative;
|
|
186
182
|
exports.inverseSurfaceNegativeActive = index.inverseSurfaceNegativeActive;
|
|
187
183
|
exports.inverseSurfaceNegativeHover = index.inverseSurfaceNegativeHover;
|
|
184
|
+
exports.inverseSurfaceNegativeMinorActive = index.inverseSurfaceNegativeMinorActive;
|
|
185
|
+
exports.inverseSurfaceNegativeMinorHover = index.inverseSurfaceNegativeMinorHover;
|
|
188
186
|
exports.inverseSurfacePositive = index.inverseSurfacePositive;
|
|
189
187
|
exports.inverseSurfacePositiveActive = index.inverseSurfacePositiveActive;
|
|
190
188
|
exports.inverseSurfacePositiveHover = index.inverseSurfacePositiveHover;
|
|
191
|
-
exports.
|
|
192
|
-
exports.
|
|
193
|
-
exports.
|
|
189
|
+
exports.inverseSurfacePositiveMinorActive = index.inverseSurfacePositiveMinorActive;
|
|
190
|
+
exports.inverseSurfacePositiveMinorHover = index.inverseSurfacePositiveMinorHover;
|
|
191
|
+
exports.inverseSurfaceReadOnly = index.inverseSurfaceReadOnly;
|
|
192
|
+
exports.inverseSurfaceReadOnlyActive = index.inverseSurfaceReadOnlyActive;
|
|
193
|
+
exports.inverseSurfaceReadOnlyHover = index.inverseSurfaceReadOnlyHover;
|
|
194
194
|
exports.inverseSurfaceSkeletonGradient = index.inverseSurfaceSkeletonGradient;
|
|
195
|
-
exports.inverseSurfaceSkeletonGradientActive = index.inverseSurfaceSkeletonGradientActive;
|
|
196
|
-
exports.inverseSurfaceSkeletonGradientHover = index.inverseSurfaceSkeletonGradientHover;
|
|
197
195
|
exports.inverseSurfaceSolidCard = index.inverseSurfaceSolidCard;
|
|
198
196
|
exports.inverseSurfaceSolidCardActive = index.inverseSurfaceSolidCardActive;
|
|
199
197
|
exports.inverseSurfaceSolidCardBrightness = index.inverseSurfaceSolidCardBrightness;
|
|
@@ -215,9 +213,6 @@ exports.inverseSurfaceTransparentAccent = index.inverseSurfaceTransparentAccent;
|
|
|
215
213
|
exports.inverseSurfaceTransparentAccentActive = index.inverseSurfaceTransparentAccentActive;
|
|
216
214
|
exports.inverseSurfaceTransparentAccentHover = index.inverseSurfaceTransparentAccentHover;
|
|
217
215
|
exports.inverseSurfaceTransparentAccentMinor = index.inverseSurfaceTransparentAccentMinor;
|
|
218
|
-
exports.inverseSurfaceTransparentAccentMinorActive = index.inverseSurfaceTransparentAccentMinorActive;
|
|
219
|
-
exports.inverseSurfaceTransparentAccentMinorBrightness = index.inverseSurfaceTransparentAccentMinorBrightness;
|
|
220
|
-
exports.inverseSurfaceTransparentAccentMinorHover = index.inverseSurfaceTransparentAccentMinorHover;
|
|
221
216
|
exports.inverseSurfaceTransparentCard = index.inverseSurfaceTransparentCard;
|
|
222
217
|
exports.inverseSurfaceTransparentCardActive = index.inverseSurfaceTransparentCardActive;
|
|
223
218
|
exports.inverseSurfaceTransparentCardBrightness = index.inverseSurfaceTransparentCardBrightness;
|
|
@@ -225,6 +220,13 @@ exports.inverseSurfaceTransparentCardHover = index.inverseSurfaceTransparentCard
|
|
|
225
220
|
exports.inverseSurfaceTransparentDeep = index.inverseSurfaceTransparentDeep;
|
|
226
221
|
exports.inverseSurfaceTransparentDeepActive = index.inverseSurfaceTransparentDeepActive;
|
|
227
222
|
exports.inverseSurfaceTransparentDeepHover = index.inverseSurfaceTransparentDeepHover;
|
|
223
|
+
exports.inverseSurfaceTransparentInfoActive = index.inverseSurfaceTransparentInfoActive;
|
|
224
|
+
exports.inverseSurfaceTransparentInfoHover = index.inverseSurfaceTransparentInfoHover;
|
|
225
|
+
exports.inverseSurfaceTransparentNavi = index.inverseSurfaceTransparentNavi;
|
|
226
|
+
exports.inverseSurfaceTransparentNegativeActive = index.inverseSurfaceTransparentNegativeActive;
|
|
227
|
+
exports.inverseSurfaceTransparentNegativeHover = index.inverseSurfaceTransparentNegativeHover;
|
|
228
|
+
exports.inverseSurfaceTransparentPositiveActive = index.inverseSurfaceTransparentPositiveActive;
|
|
229
|
+
exports.inverseSurfaceTransparentPositiveHover = index.inverseSurfaceTransparentPositiveHover;
|
|
228
230
|
exports.inverseSurfaceTransparentPrimary = index.inverseSurfaceTransparentPrimary;
|
|
229
231
|
exports.inverseSurfaceTransparentPrimaryActive = index.inverseSurfaceTransparentPrimaryActive;
|
|
230
232
|
exports.inverseSurfaceTransparentPrimaryHover = index.inverseSurfaceTransparentPrimaryHover;
|
|
@@ -234,15 +236,16 @@ exports.inverseSurfaceTransparentSecondaryHover = index.inverseSurfaceTransparen
|
|
|
234
236
|
exports.inverseSurfaceTransparentTertiary = index.inverseSurfaceTransparentTertiary;
|
|
235
237
|
exports.inverseSurfaceTransparentTertiaryActive = index.inverseSurfaceTransparentTertiaryActive;
|
|
236
238
|
exports.inverseSurfaceTransparentTertiaryHover = index.inverseSurfaceTransparentTertiaryHover;
|
|
239
|
+
exports.inverseSurfaceTransparentWarningActive = index.inverseSurfaceTransparentWarningActive;
|
|
240
|
+
exports.inverseSurfaceTransparentWarningHover = index.inverseSurfaceTransparentWarningHover;
|
|
237
241
|
exports.inverseSurfaceWarning = index.inverseSurfaceWarning;
|
|
238
242
|
exports.inverseSurfaceWarningActive = index.inverseSurfaceWarningActive;
|
|
239
243
|
exports.inverseSurfaceWarningHover = index.inverseSurfaceWarningHover;
|
|
244
|
+
exports.inverseSurfaceWarningMinorActive = index.inverseSurfaceWarningMinorActive;
|
|
245
|
+
exports.inverseSurfaceWarningMinorHover = index.inverseSurfaceWarningMinorHover;
|
|
240
246
|
exports.inverseTextAccent = index.inverseTextAccent;
|
|
241
247
|
exports.inverseTextAccentActive = index.inverseTextAccentActive;
|
|
242
|
-
exports.
|
|
243
|
-
exports.inverseTextAccentGradientAiActive = index.inverseTextAccentGradientAiActive;
|
|
244
|
-
exports.inverseTextAccentGradientAiBrightness = index.inverseTextAccentGradientAiBrightness;
|
|
245
|
-
exports.inverseTextAccentGradientAiHover = index.inverseTextAccentGradientAiHover;
|
|
248
|
+
exports.inverseTextAccentGradientAI = index.inverseTextAccentGradientAI;
|
|
246
249
|
exports.inverseTextAccentHover = index.inverseTextAccentHover;
|
|
247
250
|
exports.inverseTextAccentMinor = index.inverseTextAccentMinor;
|
|
248
251
|
exports.inverseTextAccentMinorActive = index.inverseTextAccentMinorActive;
|
|
@@ -250,15 +253,21 @@ exports.inverseTextAccentMinorHover = index.inverseTextAccentMinorHover;
|
|
|
250
253
|
exports.inverseTextInfo = index.inverseTextInfo;
|
|
251
254
|
exports.inverseTextInfoActive = index.inverseTextInfoActive;
|
|
252
255
|
exports.inverseTextInfoHover = index.inverseTextInfoHover;
|
|
256
|
+
exports.inverseTextInfoMinorActive = index.inverseTextInfoMinorActive;
|
|
257
|
+
exports.inverseTextInfoMinorHover = index.inverseTextInfoMinorHover;
|
|
253
258
|
exports.inverseTextNegative = index.inverseTextNegative;
|
|
254
259
|
exports.inverseTextNegativeActive = index.inverseTextNegativeActive;
|
|
255
260
|
exports.inverseTextNegativeHover = index.inverseTextNegativeHover;
|
|
261
|
+
exports.inverseTextNegativeMinorActive = index.inverseTextNegativeMinorActive;
|
|
262
|
+
exports.inverseTextNegativeMinorHover = index.inverseTextNegativeMinorHover;
|
|
256
263
|
exports.inverseTextParagraph = index.inverseTextParagraph;
|
|
257
264
|
exports.inverseTextParagraphActive = index.inverseTextParagraphActive;
|
|
258
265
|
exports.inverseTextParagraphHover = index.inverseTextParagraphHover;
|
|
259
266
|
exports.inverseTextPositive = index.inverseTextPositive;
|
|
260
267
|
exports.inverseTextPositiveActive = index.inverseTextPositiveActive;
|
|
261
268
|
exports.inverseTextPositiveHover = index.inverseTextPositiveHover;
|
|
269
|
+
exports.inverseTextPositiveMinorActive = index.inverseTextPositiveMinorActive;
|
|
270
|
+
exports.inverseTextPositiveMinorHover = index.inverseTextPositiveMinorHover;
|
|
262
271
|
exports.inverseTextPrimary = index.inverseTextPrimary;
|
|
263
272
|
exports.inverseTextPrimaryActive = index.inverseTextPrimaryActive;
|
|
264
273
|
exports.inverseTextPrimaryBrightness = index.inverseTextPrimaryBrightness;
|
|
@@ -272,142 +281,126 @@ exports.inverseTextTertiaryHover = index.inverseTextTertiaryHover;
|
|
|
272
281
|
exports.inverseTextWarning = index.inverseTextWarning;
|
|
273
282
|
exports.inverseTextWarningActive = index.inverseTextWarningActive;
|
|
274
283
|
exports.inverseTextWarningHover = index.inverseTextWarningHover;
|
|
284
|
+
exports.inverseTextWarningMinorActive = index.inverseTextWarningMinorActive;
|
|
285
|
+
exports.inverseTextWarningMinorHover = index.inverseTextWarningMinorHover;
|
|
286
|
+
exports.lightBackgroundGradient = index.lightBackgroundGradient;
|
|
287
|
+
exports.lightBackgroundHardline = index.lightBackgroundHardline;
|
|
275
288
|
exports.lightBackgroundPrimary = index.lightBackgroundPrimary;
|
|
276
|
-
exports.
|
|
277
|
-
exports.
|
|
278
|
-
exports.onDarkBackgroundPrimaryBrightness = index.onDarkBackgroundPrimaryBrightness;
|
|
279
|
-
exports.onDarkBackgroundPrimaryHover = index.onDarkBackgroundPrimaryHover;
|
|
280
|
-
exports.onDarkBackgroundSecondary = index.onDarkBackgroundSecondary;
|
|
281
|
-
exports.onDarkBackgroundSecondaryActive = index.onDarkBackgroundSecondaryActive;
|
|
282
|
-
exports.onDarkBackgroundSecondaryBrightness = index.onDarkBackgroundSecondaryBrightness;
|
|
283
|
-
exports.onDarkBackgroundSecondaryHover = index.onDarkBackgroundSecondaryHover;
|
|
284
|
-
exports.onDarkDataYellow = index.onDarkDataYellow;
|
|
289
|
+
exports.lightBackgroundSecondary = index.lightBackgroundSecondary;
|
|
290
|
+
exports.lightBackgroundTertiary = index.lightBackgroundTertiary;
|
|
285
291
|
exports.onDarkDataYellowActive = index.onDarkDataYellowActive;
|
|
286
292
|
exports.onDarkDataYellowHover = index.onDarkDataYellowHover;
|
|
287
|
-
exports.onDarkDataYellowMinor = index.onDarkDataYellowMinor;
|
|
288
293
|
exports.onDarkDataYellowMinorActive = index.onDarkDataYellowMinorActive;
|
|
289
294
|
exports.onDarkDataYellowMinorHover = index.onDarkDataYellowMinorHover;
|
|
290
|
-
exports.onDarkDataYellowTransparent = index.onDarkDataYellowTransparent;
|
|
291
295
|
exports.onDarkDataYellowTransparentActive = index.onDarkDataYellowTransparentActive;
|
|
292
296
|
exports.onDarkDataYellowTransparentHover = index.onDarkDataYellowTransparentHover;
|
|
293
|
-
exports.
|
|
294
|
-
exports.
|
|
295
|
-
exports.
|
|
297
|
+
exports.onDarkOutlineAccentActive = index.onDarkOutlineAccentActive;
|
|
298
|
+
exports.onDarkOutlineAccentHover = index.onDarkOutlineAccentHover;
|
|
299
|
+
exports.onDarkOutlineAccentMinorActive = index.onDarkOutlineAccentMinorActive;
|
|
300
|
+
exports.onDarkOutlineAccentMinorHover = index.onDarkOutlineAccentMinorHover;
|
|
301
|
+
exports.onDarkOutlineClear = index.onDarkOutlineClear;
|
|
302
|
+
exports.onDarkOutlineClearActive = index.onDarkOutlineClearActive;
|
|
303
|
+
exports.onDarkOutlineClearHover = index.onDarkOutlineClearHover;
|
|
296
304
|
exports.onDarkOutlineDefault = index.onDarkOutlineDefault;
|
|
297
|
-
exports.
|
|
298
|
-
exports.
|
|
299
|
-
exports.
|
|
300
|
-
exports.
|
|
301
|
-
exports.
|
|
302
|
-
exports.onDarkOutlineMinorBrightness = index.onDarkOutlineMinorBrightness;
|
|
303
|
-
exports.onDarkOutlineMinorHover = index.onDarkOutlineMinorHover;
|
|
305
|
+
exports.onDarkOutlineInfo = index.onDarkOutlineInfo;
|
|
306
|
+
exports.onDarkOutlineInfoActive = index.onDarkOutlineInfoActive;
|
|
307
|
+
exports.onDarkOutlineInfoHover = index.onDarkOutlineInfoHover;
|
|
308
|
+
exports.onDarkOutlineInfoMinorActive = index.onDarkOutlineInfoMinorActive;
|
|
309
|
+
exports.onDarkOutlineInfoMinorHover = index.onDarkOutlineInfoMinorHover;
|
|
304
310
|
exports.onDarkOutlineNegative = index.onDarkOutlineNegative;
|
|
305
311
|
exports.onDarkOutlineNegativeActive = index.onDarkOutlineNegativeActive;
|
|
306
312
|
exports.onDarkOutlineNegativeHover = index.onDarkOutlineNegativeHover;
|
|
313
|
+
exports.onDarkOutlineNegativeMinorActive = index.onDarkOutlineNegativeMinorActive;
|
|
314
|
+
exports.onDarkOutlineNegativeMinorHover = index.onDarkOutlineNegativeMinorHover;
|
|
307
315
|
exports.onDarkOutlinePositive = index.onDarkOutlinePositive;
|
|
308
316
|
exports.onDarkOutlinePositiveActive = index.onDarkOutlinePositiveActive;
|
|
309
317
|
exports.onDarkOutlinePositiveHover = index.onDarkOutlinePositiveHover;
|
|
310
|
-
exports.
|
|
311
|
-
exports.
|
|
312
|
-
exports.
|
|
318
|
+
exports.onDarkOutlinePositiveMinorActive = index.onDarkOutlinePositiveMinorActive;
|
|
319
|
+
exports.onDarkOutlinePositiveMinorHover = index.onDarkOutlinePositiveMinorHover;
|
|
320
|
+
exports.onDarkOutlinePrimary = index.onDarkOutlinePrimary;
|
|
321
|
+
exports.onDarkOutlineReadOnlyActive = index.onDarkOutlineReadOnlyActive;
|
|
322
|
+
exports.onDarkOutlineReadOnlyHover = index.onDarkOutlineReadOnlyHover;
|
|
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;
|
|
313
339
|
exports.onDarkOutlineTransparentPrimary = index.onDarkOutlineTransparentPrimary;
|
|
314
340
|
exports.onDarkOutlineTransparentPrimaryActive = index.onDarkOutlineTransparentPrimaryActive;
|
|
315
341
|
exports.onDarkOutlineTransparentPrimaryHover = index.onDarkOutlineTransparentPrimaryHover;
|
|
316
|
-
exports.
|
|
317
|
-
exports.
|
|
318
|
-
exports.
|
|
319
|
-
exports.
|
|
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;
|
|
320
348
|
exports.onDarkOutlineWarning = index.onDarkOutlineWarning;
|
|
321
349
|
exports.onDarkOutlineWarningActive = index.onDarkOutlineWarningActive;
|
|
322
350
|
exports.onDarkOutlineWarningHover = index.onDarkOutlineWarningHover;
|
|
351
|
+
exports.onDarkOutlineWarningMinorActive = index.onDarkOutlineWarningMinorActive;
|
|
352
|
+
exports.onDarkOutlineWarningMinorHover = index.onDarkOutlineWarningMinorHover;
|
|
353
|
+
exports.onDarkOutlineWhiteGradient = index.onDarkOutlineWhiteGradient;
|
|
323
354
|
exports.onDarkOverlayHard = index.onDarkOverlayHard;
|
|
324
355
|
exports.onDarkOverlaySoft = index.onDarkOverlaySoft;
|
|
325
|
-
exports.
|
|
326
|
-
exports.
|
|
327
|
-
exports.
|
|
328
|
-
exports.
|
|
329
|
-
exports.
|
|
330
|
-
exports.
|
|
331
|
-
exports.
|
|
332
|
-
exports.
|
|
333
|
-
exports.
|
|
334
|
-
exports.
|
|
335
|
-
exports.
|
|
336
|
-
exports.
|
|
337
|
-
exports.
|
|
338
|
-
exports.
|
|
339
|
-
exports.
|
|
340
|
-
exports.
|
|
341
|
-
exports.
|
|
342
|
-
exports.
|
|
343
|
-
exports.onDarkPersonaIndigoTextAccentActive = index.onDarkPersonaIndigoTextAccentActive;
|
|
344
|
-
exports.onDarkPersonaIndigoTextAccentBrightness = index.onDarkPersonaIndigoTextAccentBrightness;
|
|
345
|
-
exports.onDarkPersonaIndigoTextAccentHover = index.onDarkPersonaIndigoTextAccentHover;
|
|
346
|
-
exports.onDarkPersonaOchreSurfaceAccentGradient = index.onDarkPersonaOchreSurfaceAccentGradient;
|
|
347
|
-
exports.onDarkPersonaOchreSurfaceAccentGradientActive = index.onDarkPersonaOchreSurfaceAccentGradientActive;
|
|
348
|
-
exports.onDarkPersonaOchreSurfaceAccentGradientHover = index.onDarkPersonaOchreSurfaceAccentGradientHover;
|
|
349
|
-
exports.onDarkPersonaOchreTextAccent = index.onDarkPersonaOchreTextAccent;
|
|
350
|
-
exports.onDarkPersonaOchreTextAccentActive = index.onDarkPersonaOchreTextAccentActive;
|
|
351
|
-
exports.onDarkPersonaOchreTextAccentBrightness = index.onDarkPersonaOchreTextAccentBrightness;
|
|
352
|
-
exports.onDarkPersonaOchreTextAccentHover = index.onDarkPersonaOchreTextAccentHover;
|
|
353
|
-
exports.onDarkPersonaOliveSurfaceAccentGradient = index.onDarkPersonaOliveSurfaceAccentGradient;
|
|
354
|
-
exports.onDarkPersonaOliveSurfaceAccentGradientActive = index.onDarkPersonaOliveSurfaceAccentGradientActive;
|
|
355
|
-
exports.onDarkPersonaOliveSurfaceAccentGradientHover = index.onDarkPersonaOliveSurfaceAccentGradientHover;
|
|
356
|
-
exports.onDarkPersonaOliveTextAccent = index.onDarkPersonaOliveTextAccent;
|
|
357
|
-
exports.onDarkPersonaOliveTextAccentActive = index.onDarkPersonaOliveTextAccentActive;
|
|
358
|
-
exports.onDarkPersonaOliveTextAccentBrightness = index.onDarkPersonaOliveTextAccentBrightness;
|
|
359
|
-
exports.onDarkPersonaOliveTextAccentHover = index.onDarkPersonaOliveTextAccentHover;
|
|
360
|
-
exports.onDarkPersonaPinkSurfaceAccentGradient = index.onDarkPersonaPinkSurfaceAccentGradient;
|
|
361
|
-
exports.onDarkPersonaPinkSurfaceAccentGradientActive = index.onDarkPersonaPinkSurfaceAccentGradientActive;
|
|
362
|
-
exports.onDarkPersonaPinkSurfaceAccentGradientHover = index.onDarkPersonaPinkSurfaceAccentGradientHover;
|
|
363
|
-
exports.onDarkPersonaPinkTextAccent = index.onDarkPersonaPinkTextAccent;
|
|
364
|
-
exports.onDarkPersonaPinkTextAccentActive = index.onDarkPersonaPinkTextAccentActive;
|
|
365
|
-
exports.onDarkPersonaPinkTextAccentBrightness = index.onDarkPersonaPinkTextAccentBrightness;
|
|
366
|
-
exports.onDarkPersonaPinkTextAccentHover = index.onDarkPersonaPinkTextAccentHover;
|
|
367
|
-
exports.onDarkPersonaSeaBlueSurfaceAccentGradient = index.onDarkPersonaSeaBlueSurfaceAccentGradient;
|
|
368
|
-
exports.onDarkPersonaSeaBlueSurfaceAccentGradientActive = index.onDarkPersonaSeaBlueSurfaceAccentGradientActive;
|
|
369
|
-
exports.onDarkPersonaSeaBlueSurfaceAccentGradientHover = index.onDarkPersonaSeaBlueSurfaceAccentGradientHover;
|
|
370
|
-
exports.onDarkPersonaSeaBlueTextAccent = index.onDarkPersonaSeaBlueTextAccent;
|
|
371
|
-
exports.onDarkPersonaSeaBlueTextAccentActive = index.onDarkPersonaSeaBlueTextAccentActive;
|
|
372
|
-
exports.onDarkPersonaSeaBlueTextAccentBrightness = index.onDarkPersonaSeaBlueTextAccentBrightness;
|
|
373
|
-
exports.onDarkPersonaSeaBlueTextAccentHover = index.onDarkPersonaSeaBlueTextAccentHover;
|
|
374
|
-
exports.onDarkPersonaVioletSurfaceAccentGradient = index.onDarkPersonaVioletSurfaceAccentGradient;
|
|
375
|
-
exports.onDarkPersonaVioletSurfaceAccentGradientActive = index.onDarkPersonaVioletSurfaceAccentGradientActive;
|
|
376
|
-
exports.onDarkPersonaVioletSurfaceAccentGradientHover = index.onDarkPersonaVioletSurfaceAccentGradientHover;
|
|
377
|
-
exports.onDarkPersonaVioletTextAccent = index.onDarkPersonaVioletTextAccent;
|
|
378
|
-
exports.onDarkPersonaVioletTextAccentActive = index.onDarkPersonaVioletTextAccentActive;
|
|
379
|
-
exports.onDarkPersonaVioletTextAccentBrightness = index.onDarkPersonaVioletTextAccentBrightness;
|
|
380
|
-
exports.onDarkPersonaVioletTextAccentHover = index.onDarkPersonaVioletTextAccentHover;
|
|
356
|
+
exports.onDarkPersonasBlueSurfaceAccentGradient = index.onDarkPersonasBlueSurfaceAccentGradient;
|
|
357
|
+
exports.onDarkPersonasBlueTextAccent = index.onDarkPersonasBlueTextAccent;
|
|
358
|
+
exports.onDarkPersonasGreenSurfaceAccentGradient = index.onDarkPersonasGreenSurfaceAccentGradient;
|
|
359
|
+
exports.onDarkPersonasGreenTextAccent = index.onDarkPersonasGreenTextAccent;
|
|
360
|
+
exports.onDarkPersonasIndigoSurfaceAccentGradient = index.onDarkPersonasIndigoSurfaceAccentGradient;
|
|
361
|
+
exports.onDarkPersonasIndigoTextAccent = index.onDarkPersonasIndigoTextAccent;
|
|
362
|
+
exports.onDarkPersonasOchreSurfaceAccentGradient = index.onDarkPersonasOchreSurfaceAccentGradient;
|
|
363
|
+
exports.onDarkPersonasOchreTextAccent = index.onDarkPersonasOchreTextAccent;
|
|
364
|
+
exports.onDarkPersonasOliveSurfaceAccentGradient = index.onDarkPersonasOliveSurfaceAccentGradient;
|
|
365
|
+
exports.onDarkPersonasOliveTextAccent = index.onDarkPersonasOliveTextAccent;
|
|
366
|
+
exports.onDarkPersonasPinkSurfaceAccentGradient = index.onDarkPersonasPinkSurfaceAccentGradient;
|
|
367
|
+
exports.onDarkPersonasPinkTextAccent = index.onDarkPersonasPinkTextAccent;
|
|
368
|
+
exports.onDarkPersonasSeaBlueSurfaceAccentGradient = index.onDarkPersonasSeaBlueSurfaceAccentGradient;
|
|
369
|
+
exports.onDarkPersonasSeaBlueTextAccent = index.onDarkPersonasSeaBlueTextAccent;
|
|
370
|
+
exports.onDarkPersonasVioletSurfaceAccentGradient = index.onDarkPersonasVioletSurfaceAccentGradient;
|
|
371
|
+
exports.onDarkPersonasVioletTextAccent = index.onDarkPersonasVioletTextAccent;
|
|
372
|
+
exports.onDarkSurfaceAccent = index.onDarkSurfaceAccent;
|
|
373
|
+
exports.onDarkSurfaceAccentActive = index.onDarkSurfaceAccentActive;
|
|
381
374
|
exports.onDarkSurfaceAccentGradient = index.onDarkSurfaceAccentGradient;
|
|
382
|
-
exports.
|
|
383
|
-
exports.
|
|
384
|
-
exports.onDarkSurfaceAccentGradientHover = index.onDarkSurfaceAccentGradientHover;
|
|
375
|
+
exports.onDarkSurfaceAccentGradientSecondary = index.onDarkSurfaceAccentGradientSecondary;
|
|
376
|
+
exports.onDarkSurfaceAccentHover = index.onDarkSurfaceAccentHover;
|
|
385
377
|
exports.onDarkSurfaceAccentMinor = index.onDarkSurfaceAccentMinor;
|
|
386
378
|
exports.onDarkSurfaceAccentMinorActive = index.onDarkSurfaceAccentMinorActive;
|
|
379
|
+
exports.onDarkSurfaceAccentMinorGradient = index.onDarkSurfaceAccentMinorGradient;
|
|
387
380
|
exports.onDarkSurfaceAccentMinorHover = index.onDarkSurfaceAccentMinorHover;
|
|
388
|
-
exports.onDarkSurfaceAccentPrimary = index.onDarkSurfaceAccentPrimary;
|
|
389
|
-
exports.onDarkSurfaceAccentPrimaryActive = index.onDarkSurfaceAccentPrimaryActive;
|
|
390
|
-
exports.onDarkSurfaceAccentPrimaryBrightness = index.onDarkSurfaceAccentPrimaryBrightness;
|
|
391
|
-
exports.onDarkSurfaceAccentPrimaryHover = index.onDarkSurfaceAccentPrimaryHover;
|
|
392
381
|
exports.onDarkSurfaceAccentSecondary = index.onDarkSurfaceAccentSecondary;
|
|
393
|
-
exports.
|
|
394
|
-
exports.
|
|
395
|
-
exports.
|
|
382
|
+
exports.onDarkSurfaceClear = index.onDarkSurfaceClear;
|
|
383
|
+
exports.onDarkSurfaceClearActive = index.onDarkSurfaceClearActive;
|
|
384
|
+
exports.onDarkSurfaceClearHover = index.onDarkSurfaceClearHover;
|
|
396
385
|
exports.onDarkSurfaceInfo = index.onDarkSurfaceInfo;
|
|
397
386
|
exports.onDarkSurfaceInfoActive = index.onDarkSurfaceInfoActive;
|
|
398
387
|
exports.onDarkSurfaceInfoHover = index.onDarkSurfaceInfoHover;
|
|
388
|
+
exports.onDarkSurfaceInfoMinorActive = index.onDarkSurfaceInfoMinorActive;
|
|
389
|
+
exports.onDarkSurfaceInfoMinorHover = index.onDarkSurfaceInfoMinorHover;
|
|
399
390
|
exports.onDarkSurfaceNegative = index.onDarkSurfaceNegative;
|
|
400
391
|
exports.onDarkSurfaceNegativeActive = index.onDarkSurfaceNegativeActive;
|
|
401
392
|
exports.onDarkSurfaceNegativeHover = index.onDarkSurfaceNegativeHover;
|
|
393
|
+
exports.onDarkSurfaceNegativeMinorActive = index.onDarkSurfaceNegativeMinorActive;
|
|
394
|
+
exports.onDarkSurfaceNegativeMinorHover = index.onDarkSurfaceNegativeMinorHover;
|
|
402
395
|
exports.onDarkSurfacePositive = index.onDarkSurfacePositive;
|
|
403
396
|
exports.onDarkSurfacePositiveActive = index.onDarkSurfacePositiveActive;
|
|
404
397
|
exports.onDarkSurfacePositiveHover = index.onDarkSurfacePositiveHover;
|
|
405
|
-
exports.
|
|
406
|
-
exports.
|
|
407
|
-
exports.
|
|
398
|
+
exports.onDarkSurfacePositiveMinorActive = index.onDarkSurfacePositiveMinorActive;
|
|
399
|
+
exports.onDarkSurfacePositiveMinorHover = index.onDarkSurfacePositiveMinorHover;
|
|
400
|
+
exports.onDarkSurfaceReadOnly = index.onDarkSurfaceReadOnly;
|
|
401
|
+
exports.onDarkSurfaceReadOnlyActive = index.onDarkSurfaceReadOnlyActive;
|
|
402
|
+
exports.onDarkSurfaceReadOnlyHover = index.onDarkSurfaceReadOnlyHover;
|
|
408
403
|
exports.onDarkSurfaceSkeletonGradient = index.onDarkSurfaceSkeletonGradient;
|
|
409
|
-
exports.onDarkSurfaceSkeletonGradientActive = index.onDarkSurfaceSkeletonGradientActive;
|
|
410
|
-
exports.onDarkSurfaceSkeletonGradientHover = index.onDarkSurfaceSkeletonGradientHover;
|
|
411
404
|
exports.onDarkSurfaceSolidCard = index.onDarkSurfaceSolidCard;
|
|
412
405
|
exports.onDarkSurfaceSolidCardActive = index.onDarkSurfaceSolidCardActive;
|
|
413
406
|
exports.onDarkSurfaceSolidCardBrightness = index.onDarkSurfaceSolidCardBrightness;
|
|
@@ -429,9 +422,6 @@ exports.onDarkSurfaceTransparentAccent = index.onDarkSurfaceTransparentAccent;
|
|
|
429
422
|
exports.onDarkSurfaceTransparentAccentActive = index.onDarkSurfaceTransparentAccentActive;
|
|
430
423
|
exports.onDarkSurfaceTransparentAccentHover = index.onDarkSurfaceTransparentAccentHover;
|
|
431
424
|
exports.onDarkSurfaceTransparentAccentMinor = index.onDarkSurfaceTransparentAccentMinor;
|
|
432
|
-
exports.onDarkSurfaceTransparentAccentMinorActive = index.onDarkSurfaceTransparentAccentMinorActive;
|
|
433
|
-
exports.onDarkSurfaceTransparentAccentMinorBrightness = index.onDarkSurfaceTransparentAccentMinorBrightness;
|
|
434
|
-
exports.onDarkSurfaceTransparentAccentMinorHover = index.onDarkSurfaceTransparentAccentMinorHover;
|
|
435
425
|
exports.onDarkSurfaceTransparentCard = index.onDarkSurfaceTransparentCard;
|
|
436
426
|
exports.onDarkSurfaceTransparentCardActive = index.onDarkSurfaceTransparentCardActive;
|
|
437
427
|
exports.onDarkSurfaceTransparentCardBrightness = index.onDarkSurfaceTransparentCardBrightness;
|
|
@@ -439,6 +429,13 @@ exports.onDarkSurfaceTransparentCardHover = index.onDarkSurfaceTransparentCardHo
|
|
|
439
429
|
exports.onDarkSurfaceTransparentDeep = index.onDarkSurfaceTransparentDeep;
|
|
440
430
|
exports.onDarkSurfaceTransparentDeepActive = index.onDarkSurfaceTransparentDeepActive;
|
|
441
431
|
exports.onDarkSurfaceTransparentDeepHover = index.onDarkSurfaceTransparentDeepHover;
|
|
432
|
+
exports.onDarkSurfaceTransparentInfoActive = index.onDarkSurfaceTransparentInfoActive;
|
|
433
|
+
exports.onDarkSurfaceTransparentInfoHover = index.onDarkSurfaceTransparentInfoHover;
|
|
434
|
+
exports.onDarkSurfaceTransparentNavi = index.onDarkSurfaceTransparentNavi;
|
|
435
|
+
exports.onDarkSurfaceTransparentNegativeActive = index.onDarkSurfaceTransparentNegativeActive;
|
|
436
|
+
exports.onDarkSurfaceTransparentNegativeHover = index.onDarkSurfaceTransparentNegativeHover;
|
|
437
|
+
exports.onDarkSurfaceTransparentPositiveActive = index.onDarkSurfaceTransparentPositiveActive;
|
|
438
|
+
exports.onDarkSurfaceTransparentPositiveHover = index.onDarkSurfaceTransparentPositiveHover;
|
|
442
439
|
exports.onDarkSurfaceTransparentPrimary = index.onDarkSurfaceTransparentPrimary;
|
|
443
440
|
exports.onDarkSurfaceTransparentPrimaryActive = index.onDarkSurfaceTransparentPrimaryActive;
|
|
444
441
|
exports.onDarkSurfaceTransparentPrimaryHover = index.onDarkSurfaceTransparentPrimaryHover;
|
|
@@ -448,29 +445,38 @@ exports.onDarkSurfaceTransparentSecondaryHover = index.onDarkSurfaceTransparentS
|
|
|
448
445
|
exports.onDarkSurfaceTransparentTertiary = index.onDarkSurfaceTransparentTertiary;
|
|
449
446
|
exports.onDarkSurfaceTransparentTertiaryActive = index.onDarkSurfaceTransparentTertiaryActive;
|
|
450
447
|
exports.onDarkSurfaceTransparentTertiaryHover = index.onDarkSurfaceTransparentTertiaryHover;
|
|
448
|
+
exports.onDarkSurfaceTransparentWarningActive = index.onDarkSurfaceTransparentWarningActive;
|
|
449
|
+
exports.onDarkSurfaceTransparentWarningHover = index.onDarkSurfaceTransparentWarningHover;
|
|
451
450
|
exports.onDarkSurfaceWarning = index.onDarkSurfaceWarning;
|
|
452
451
|
exports.onDarkSurfaceWarningActive = index.onDarkSurfaceWarningActive;
|
|
453
452
|
exports.onDarkSurfaceWarningHover = index.onDarkSurfaceWarningHover;
|
|
453
|
+
exports.onDarkSurfaceWarningMinorActive = index.onDarkSurfaceWarningMinorActive;
|
|
454
|
+
exports.onDarkSurfaceWarningMinorHover = index.onDarkSurfaceWarningMinorHover;
|
|
454
455
|
exports.onDarkTextAccent = index.onDarkTextAccent;
|
|
455
456
|
exports.onDarkTextAccentActive = index.onDarkTextAccentActive;
|
|
456
|
-
exports.
|
|
457
|
-
exports.onDarkTextAccentGradientAiActive = index.onDarkTextAccentGradientAiActive;
|
|
458
|
-
exports.onDarkTextAccentGradientAiBrightness = index.onDarkTextAccentGradientAiBrightness;
|
|
459
|
-
exports.onDarkTextAccentGradientAiHover = index.onDarkTextAccentGradientAiHover;
|
|
457
|
+
exports.onDarkTextAccentGradientAI = index.onDarkTextAccentGradientAI;
|
|
460
458
|
exports.onDarkTextAccentHover = index.onDarkTextAccentHover;
|
|
461
459
|
exports.onDarkTextAccentMinor = index.onDarkTextAccentMinor;
|
|
462
460
|
exports.onDarkTextAccentMinorActive = index.onDarkTextAccentMinorActive;
|
|
463
461
|
exports.onDarkTextAccentMinorHover = index.onDarkTextAccentMinorHover;
|
|
464
462
|
exports.onDarkTextInfo = index.onDarkTextInfo;
|
|
463
|
+
exports.onDarkTextInfoActive = index.onDarkTextInfoActive;
|
|
464
|
+
exports.onDarkTextInfoHover = index.onDarkTextInfoHover;
|
|
465
|
+
exports.onDarkTextInfoMinorActive = index.onDarkTextInfoMinorActive;
|
|
466
|
+
exports.onDarkTextInfoMinorHover = index.onDarkTextInfoMinorHover;
|
|
465
467
|
exports.onDarkTextNegative = index.onDarkTextNegative;
|
|
466
468
|
exports.onDarkTextNegativeActive = index.onDarkTextNegativeActive;
|
|
467
469
|
exports.onDarkTextNegativeHover = index.onDarkTextNegativeHover;
|
|
470
|
+
exports.onDarkTextNegativeMinorActive = index.onDarkTextNegativeMinorActive;
|
|
471
|
+
exports.onDarkTextNegativeMinorHover = index.onDarkTextNegativeMinorHover;
|
|
468
472
|
exports.onDarkTextParagraph = index.onDarkTextParagraph;
|
|
469
473
|
exports.onDarkTextParagraphActive = index.onDarkTextParagraphActive;
|
|
470
474
|
exports.onDarkTextParagraphHover = index.onDarkTextParagraphHover;
|
|
471
475
|
exports.onDarkTextPositive = index.onDarkTextPositive;
|
|
472
476
|
exports.onDarkTextPositiveActive = index.onDarkTextPositiveActive;
|
|
473
477
|
exports.onDarkTextPositiveHover = index.onDarkTextPositiveHover;
|
|
478
|
+
exports.onDarkTextPositiveMinorActive = index.onDarkTextPositiveMinorActive;
|
|
479
|
+
exports.onDarkTextPositiveMinorHover = index.onDarkTextPositiveMinorHover;
|
|
474
480
|
exports.onDarkTextPrimary = index.onDarkTextPrimary;
|
|
475
481
|
exports.onDarkTextPrimaryActive = index.onDarkTextPrimaryActive;
|
|
476
482
|
exports.onDarkTextPrimaryBrightness = index.onDarkTextPrimaryBrightness;
|
|
@@ -484,145 +490,122 @@ exports.onDarkTextTertiaryHover = index.onDarkTextTertiaryHover;
|
|
|
484
490
|
exports.onDarkTextWarning = index.onDarkTextWarning;
|
|
485
491
|
exports.onDarkTextWarningActive = index.onDarkTextWarningActive;
|
|
486
492
|
exports.onDarkTextWarningHover = index.onDarkTextWarningHover;
|
|
487
|
-
exports.
|
|
488
|
-
exports.
|
|
489
|
-
exports.onLightBackgroundPrimaryBrightness = index.onLightBackgroundPrimaryBrightness;
|
|
490
|
-
exports.onLightBackgroundPrimaryHover = index.onLightBackgroundPrimaryHover;
|
|
491
|
-
exports.onLightBackgroundSecondary = index.onLightBackgroundSecondary;
|
|
492
|
-
exports.onLightBackgroundSecondaryActive = index.onLightBackgroundSecondaryActive;
|
|
493
|
-
exports.onLightBackgroundSecondaryBrightness = index.onLightBackgroundSecondaryBrightness;
|
|
494
|
-
exports.onLightBackgroundSecondaryHover = index.onLightBackgroundSecondaryHover;
|
|
495
|
-
exports.onLightDataYellow = index.onLightDataYellow;
|
|
493
|
+
exports.onDarkTextWarningMinorActive = index.onDarkTextWarningMinorActive;
|
|
494
|
+
exports.onDarkTextWarningMinorHover = index.onDarkTextWarningMinorHover;
|
|
496
495
|
exports.onLightDataYellowActive = index.onLightDataYellowActive;
|
|
497
496
|
exports.onLightDataYellowHover = index.onLightDataYellowHover;
|
|
498
|
-
exports.onLightDataYellowMinor = index.onLightDataYellowMinor;
|
|
499
497
|
exports.onLightDataYellowMinorActive = index.onLightDataYellowMinorActive;
|
|
500
498
|
exports.onLightDataYellowMinorHover = index.onLightDataYellowMinorHover;
|
|
501
|
-
exports.onLightDataYellowTransparent = index.onLightDataYellowTransparent;
|
|
502
499
|
exports.onLightDataYellowTransparentActive = index.onLightDataYellowTransparentActive;
|
|
503
500
|
exports.onLightDataYellowTransparentHover = index.onLightDataYellowTransparentHover;
|
|
504
|
-
exports.
|
|
505
|
-
exports.
|
|
506
|
-
exports.
|
|
501
|
+
exports.onLightOutlineAccentActive = index.onLightOutlineAccentActive;
|
|
502
|
+
exports.onLightOutlineAccentHover = index.onLightOutlineAccentHover;
|
|
503
|
+
exports.onLightOutlineAccentMinorActive = index.onLightOutlineAccentMinorActive;
|
|
504
|
+
exports.onLightOutlineAccentMinorHover = index.onLightOutlineAccentMinorHover;
|
|
505
|
+
exports.onLightOutlineClear = index.onLightOutlineClear;
|
|
506
|
+
exports.onLightOutlineClearActive = index.onLightOutlineClearActive;
|
|
507
|
+
exports.onLightOutlineClearHover = index.onLightOutlineClearHover;
|
|
507
508
|
exports.onLightOutlineDefault = index.onLightOutlineDefault;
|
|
508
|
-
exports.
|
|
509
|
-
exports.
|
|
510
|
-
exports.
|
|
511
|
-
exports.
|
|
512
|
-
exports.
|
|
513
|
-
exports.onLightOutlineMinorBrightness = index.onLightOutlineMinorBrightness;
|
|
514
|
-
exports.onLightOutlineMinorHover = index.onLightOutlineMinorHover;
|
|
509
|
+
exports.onLightOutlineInfo = index.onLightOutlineInfo;
|
|
510
|
+
exports.onLightOutlineInfoActive = index.onLightOutlineInfoActive;
|
|
511
|
+
exports.onLightOutlineInfoHover = index.onLightOutlineInfoHover;
|
|
512
|
+
exports.onLightOutlineInfoMinorActive = index.onLightOutlineInfoMinorActive;
|
|
513
|
+
exports.onLightOutlineInfoMinorHover = index.onLightOutlineInfoMinorHover;
|
|
515
514
|
exports.onLightOutlineNegative = index.onLightOutlineNegative;
|
|
516
515
|
exports.onLightOutlineNegativeActive = index.onLightOutlineNegativeActive;
|
|
517
516
|
exports.onLightOutlineNegativeHover = index.onLightOutlineNegativeHover;
|
|
517
|
+
exports.onLightOutlineNegativeMinorActive = index.onLightOutlineNegativeMinorActive;
|
|
518
|
+
exports.onLightOutlineNegativeMinorHover = index.onLightOutlineNegativeMinorHover;
|
|
518
519
|
exports.onLightOutlinePositive = index.onLightOutlinePositive;
|
|
519
520
|
exports.onLightOutlinePositiveActive = index.onLightOutlinePositiveActive;
|
|
520
521
|
exports.onLightOutlinePositiveHover = index.onLightOutlinePositiveHover;
|
|
521
|
-
exports.
|
|
522
|
-
exports.
|
|
523
|
-
exports.
|
|
522
|
+
exports.onLightOutlinePositiveMinorActive = index.onLightOutlinePositiveMinorActive;
|
|
523
|
+
exports.onLightOutlinePositiveMinorHover = index.onLightOutlinePositiveMinorHover;
|
|
524
|
+
exports.onLightOutlinePrimary = index.onLightOutlinePrimary;
|
|
525
|
+
exports.onLightOutlineReadOnlyActive = index.onLightOutlineReadOnlyActive;
|
|
526
|
+
exports.onLightOutlineReadOnlyHover = index.onLightOutlineReadOnlyHover;
|
|
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;
|
|
524
543
|
exports.onLightOutlineTransparentPrimary = index.onLightOutlineTransparentPrimary;
|
|
525
544
|
exports.onLightOutlineTransparentPrimaryActive = index.onLightOutlineTransparentPrimaryActive;
|
|
526
545
|
exports.onLightOutlineTransparentPrimaryHover = index.onLightOutlineTransparentPrimaryHover;
|
|
527
|
-
exports.
|
|
528
|
-
exports.
|
|
529
|
-
exports.
|
|
530
|
-
exports.
|
|
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;
|
|
531
552
|
exports.onLightOutlineWarning = index.onLightOutlineWarning;
|
|
532
553
|
exports.onLightOutlineWarningActive = index.onLightOutlineWarningActive;
|
|
533
554
|
exports.onLightOutlineWarningHover = index.onLightOutlineWarningHover;
|
|
555
|
+
exports.onLightOutlineWarningMinorActive = index.onLightOutlineWarningMinorActive;
|
|
556
|
+
exports.onLightOutlineWarningMinorHover = index.onLightOutlineWarningMinorHover;
|
|
557
|
+
exports.onLightOutlineWhiteGradient = index.onLightOutlineWhiteGradient;
|
|
534
558
|
exports.onLightOverlayGradient = index.onLightOverlayGradient;
|
|
535
|
-
exports.onLightOverlayGradientActive = index.onLightOverlayGradientActive;
|
|
536
|
-
exports.onLightOverlayGradientBrightness = index.onLightOverlayGradientBrightness;
|
|
537
|
-
exports.onLightOverlayGradientHover = index.onLightOverlayGradientHover;
|
|
538
559
|
exports.onLightOverlayHard = index.onLightOverlayHard;
|
|
539
560
|
exports.onLightOverlaySoft = index.onLightOverlaySoft;
|
|
540
|
-
exports.
|
|
541
|
-
exports.
|
|
542
|
-
exports.
|
|
543
|
-
exports.
|
|
544
|
-
exports.
|
|
545
|
-
exports.
|
|
546
|
-
exports.
|
|
547
|
-
exports.
|
|
548
|
-
exports.
|
|
549
|
-
exports.
|
|
550
|
-
exports.
|
|
551
|
-
exports.
|
|
552
|
-
exports.
|
|
553
|
-
exports.
|
|
554
|
-
exports.
|
|
555
|
-
exports.
|
|
556
|
-
exports.
|
|
557
|
-
exports.
|
|
558
|
-
exports.onLightPersonaIndigoTextAccentActive = index.onLightPersonaIndigoTextAccentActive;
|
|
559
|
-
exports.onLightPersonaIndigoTextAccentBrightness = index.onLightPersonaIndigoTextAccentBrightness;
|
|
560
|
-
exports.onLightPersonaIndigoTextAccentHover = index.onLightPersonaIndigoTextAccentHover;
|
|
561
|
-
exports.onLightPersonaOchreSurfaceAccentGradient = index.onLightPersonaOchreSurfaceAccentGradient;
|
|
562
|
-
exports.onLightPersonaOchreSurfaceAccentGradientActive = index.onLightPersonaOchreSurfaceAccentGradientActive;
|
|
563
|
-
exports.onLightPersonaOchreSurfaceAccentGradientHover = index.onLightPersonaOchreSurfaceAccentGradientHover;
|
|
564
|
-
exports.onLightPersonaOchreTextAccent = index.onLightPersonaOchreTextAccent;
|
|
565
|
-
exports.onLightPersonaOchreTextAccentActive = index.onLightPersonaOchreTextAccentActive;
|
|
566
|
-
exports.onLightPersonaOchreTextAccentBrightness = index.onLightPersonaOchreTextAccentBrightness;
|
|
567
|
-
exports.onLightPersonaOchreTextAccentHover = index.onLightPersonaOchreTextAccentHover;
|
|
568
|
-
exports.onLightPersonaOliveSurfaceAccentGradient = index.onLightPersonaOliveSurfaceAccentGradient;
|
|
569
|
-
exports.onLightPersonaOliveSurfaceAccentGradientActive = index.onLightPersonaOliveSurfaceAccentGradientActive;
|
|
570
|
-
exports.onLightPersonaOliveSurfaceAccentGradientHover = index.onLightPersonaOliveSurfaceAccentGradientHover;
|
|
571
|
-
exports.onLightPersonaOliveTextAccent = index.onLightPersonaOliveTextAccent;
|
|
572
|
-
exports.onLightPersonaOliveTextAccentActive = index.onLightPersonaOliveTextAccentActive;
|
|
573
|
-
exports.onLightPersonaOliveTextAccentBrightness = index.onLightPersonaOliveTextAccentBrightness;
|
|
574
|
-
exports.onLightPersonaOliveTextAccentHover = index.onLightPersonaOliveTextAccentHover;
|
|
575
|
-
exports.onLightPersonaPinkSurfaceAccentGradient = index.onLightPersonaPinkSurfaceAccentGradient;
|
|
576
|
-
exports.onLightPersonaPinkSurfaceAccentGradientActive = index.onLightPersonaPinkSurfaceAccentGradientActive;
|
|
577
|
-
exports.onLightPersonaPinkSurfaceAccentGradientHover = index.onLightPersonaPinkSurfaceAccentGradientHover;
|
|
578
|
-
exports.onLightPersonaPinkTextAccent = index.onLightPersonaPinkTextAccent;
|
|
579
|
-
exports.onLightPersonaPinkTextAccentActive = index.onLightPersonaPinkTextAccentActive;
|
|
580
|
-
exports.onLightPersonaPinkTextAccentBrightness = index.onLightPersonaPinkTextAccentBrightness;
|
|
581
|
-
exports.onLightPersonaPinkTextAccentHover = index.onLightPersonaPinkTextAccentHover;
|
|
582
|
-
exports.onLightPersonaSeaBlueSurfaceAccentGradient = index.onLightPersonaSeaBlueSurfaceAccentGradient;
|
|
583
|
-
exports.onLightPersonaSeaBlueSurfaceAccentGradientActive = index.onLightPersonaSeaBlueSurfaceAccentGradientActive;
|
|
584
|
-
exports.onLightPersonaSeaBlueSurfaceAccentGradientHover = index.onLightPersonaSeaBlueSurfaceAccentGradientHover;
|
|
585
|
-
exports.onLightPersonaSeaBlueTextAccent = index.onLightPersonaSeaBlueTextAccent;
|
|
586
|
-
exports.onLightPersonaSeaBlueTextAccentActive = index.onLightPersonaSeaBlueTextAccentActive;
|
|
587
|
-
exports.onLightPersonaSeaBlueTextAccentBrightness = index.onLightPersonaSeaBlueTextAccentBrightness;
|
|
588
|
-
exports.onLightPersonaSeaBlueTextAccentHover = index.onLightPersonaSeaBlueTextAccentHover;
|
|
589
|
-
exports.onLightPersonaVioletSurfaceAccentGradient = index.onLightPersonaVioletSurfaceAccentGradient;
|
|
590
|
-
exports.onLightPersonaVioletSurfaceAccentGradientActive = index.onLightPersonaVioletSurfaceAccentGradientActive;
|
|
591
|
-
exports.onLightPersonaVioletSurfaceAccentGradientHover = index.onLightPersonaVioletSurfaceAccentGradientHover;
|
|
592
|
-
exports.onLightPersonaVioletTextAccent = index.onLightPersonaVioletTextAccent;
|
|
593
|
-
exports.onLightPersonaVioletTextAccentActive = index.onLightPersonaVioletTextAccentActive;
|
|
594
|
-
exports.onLightPersonaVioletTextAccentBrightness = index.onLightPersonaVioletTextAccentBrightness;
|
|
595
|
-
exports.onLightPersonaVioletTextAccentHover = index.onLightPersonaVioletTextAccentHover;
|
|
561
|
+
exports.onLightPersonasBlueSurfaceAccentGradient = index.onLightPersonasBlueSurfaceAccentGradient;
|
|
562
|
+
exports.onLightPersonasBlueTextAccent = index.onLightPersonasBlueTextAccent;
|
|
563
|
+
exports.onLightPersonasGreenSurfaceAccentGradient = index.onLightPersonasGreenSurfaceAccentGradient;
|
|
564
|
+
exports.onLightPersonasGreenTextAccent = index.onLightPersonasGreenTextAccent;
|
|
565
|
+
exports.onLightPersonasIndigoSurfaceAccentGradient = index.onLightPersonasIndigoSurfaceAccentGradient;
|
|
566
|
+
exports.onLightPersonasIndigoTextAccent = index.onLightPersonasIndigoTextAccent;
|
|
567
|
+
exports.onLightPersonasOchreSurfaceAccentGradient = index.onLightPersonasOchreSurfaceAccentGradient;
|
|
568
|
+
exports.onLightPersonasOchreTextAccent = index.onLightPersonasOchreTextAccent;
|
|
569
|
+
exports.onLightPersonasOliveSurfaceAccentGradient = index.onLightPersonasOliveSurfaceAccentGradient;
|
|
570
|
+
exports.onLightPersonasOliveTextAccent = index.onLightPersonasOliveTextAccent;
|
|
571
|
+
exports.onLightPersonasPinkSurfaceAccentGradient = index.onLightPersonasPinkSurfaceAccentGradient;
|
|
572
|
+
exports.onLightPersonasPinkTextAccent = index.onLightPersonasPinkTextAccent;
|
|
573
|
+
exports.onLightPersonasSeaBlueSurfaceAccentGradient = index.onLightPersonasSeaBlueSurfaceAccentGradient;
|
|
574
|
+
exports.onLightPersonasSeaBlueTextAccent = index.onLightPersonasSeaBlueTextAccent;
|
|
575
|
+
exports.onLightPersonasVioletSurfaceAccentGradient = index.onLightPersonasVioletSurfaceAccentGradient;
|
|
576
|
+
exports.onLightPersonasVioletTextAccent = index.onLightPersonasVioletTextAccent;
|
|
577
|
+
exports.onLightSurfaceAccent = index.onLightSurfaceAccent;
|
|
578
|
+
exports.onLightSurfaceAccentActive = index.onLightSurfaceAccentActive;
|
|
596
579
|
exports.onLightSurfaceAccentGradient = index.onLightSurfaceAccentGradient;
|
|
597
|
-
exports.
|
|
598
|
-
exports.
|
|
599
|
-
exports.onLightSurfaceAccentGradientHover = index.onLightSurfaceAccentGradientHover;
|
|
580
|
+
exports.onLightSurfaceAccentGradientSecondary = index.onLightSurfaceAccentGradientSecondary;
|
|
581
|
+
exports.onLightSurfaceAccentHover = index.onLightSurfaceAccentHover;
|
|
600
582
|
exports.onLightSurfaceAccentMinor = index.onLightSurfaceAccentMinor;
|
|
601
583
|
exports.onLightSurfaceAccentMinorActive = index.onLightSurfaceAccentMinorActive;
|
|
584
|
+
exports.onLightSurfaceAccentMinorGradient = index.onLightSurfaceAccentMinorGradient;
|
|
602
585
|
exports.onLightSurfaceAccentMinorHover = index.onLightSurfaceAccentMinorHover;
|
|
603
|
-
exports.onLightSurfaceAccentPrimary = index.onLightSurfaceAccentPrimary;
|
|
604
|
-
exports.onLightSurfaceAccentPrimaryActive = index.onLightSurfaceAccentPrimaryActive;
|
|
605
|
-
exports.onLightSurfaceAccentPrimaryBrightness = index.onLightSurfaceAccentPrimaryBrightness;
|
|
606
|
-
exports.onLightSurfaceAccentPrimaryHover = index.onLightSurfaceAccentPrimaryHover;
|
|
607
586
|
exports.onLightSurfaceAccentSecondary = index.onLightSurfaceAccentSecondary;
|
|
608
|
-
exports.
|
|
609
|
-
exports.
|
|
610
|
-
exports.
|
|
587
|
+
exports.onLightSurfaceClear = index.onLightSurfaceClear;
|
|
588
|
+
exports.onLightSurfaceClearActive = index.onLightSurfaceClearActive;
|
|
589
|
+
exports.onLightSurfaceClearHover = index.onLightSurfaceClearHover;
|
|
611
590
|
exports.onLightSurfaceInfo = index.onLightSurfaceInfo;
|
|
612
591
|
exports.onLightSurfaceInfoActive = index.onLightSurfaceInfoActive;
|
|
613
592
|
exports.onLightSurfaceInfoHover = index.onLightSurfaceInfoHover;
|
|
593
|
+
exports.onLightSurfaceInfoMinorActive = index.onLightSurfaceInfoMinorActive;
|
|
594
|
+
exports.onLightSurfaceInfoMinorHover = index.onLightSurfaceInfoMinorHover;
|
|
614
595
|
exports.onLightSurfaceNegative = index.onLightSurfaceNegative;
|
|
615
596
|
exports.onLightSurfaceNegativeActive = index.onLightSurfaceNegativeActive;
|
|
616
597
|
exports.onLightSurfaceNegativeHover = index.onLightSurfaceNegativeHover;
|
|
598
|
+
exports.onLightSurfaceNegativeMinorActive = index.onLightSurfaceNegativeMinorActive;
|
|
599
|
+
exports.onLightSurfaceNegativeMinorHover = index.onLightSurfaceNegativeMinorHover;
|
|
617
600
|
exports.onLightSurfacePositive = index.onLightSurfacePositive;
|
|
618
601
|
exports.onLightSurfacePositiveActive = index.onLightSurfacePositiveActive;
|
|
619
602
|
exports.onLightSurfacePositiveHover = index.onLightSurfacePositiveHover;
|
|
620
|
-
exports.
|
|
621
|
-
exports.
|
|
622
|
-
exports.
|
|
603
|
+
exports.onLightSurfacePositiveMinorActive = index.onLightSurfacePositiveMinorActive;
|
|
604
|
+
exports.onLightSurfacePositiveMinorHover = index.onLightSurfacePositiveMinorHover;
|
|
605
|
+
exports.onLightSurfaceReadOnly = index.onLightSurfaceReadOnly;
|
|
606
|
+
exports.onLightSurfaceReadOnlyActive = index.onLightSurfaceReadOnlyActive;
|
|
607
|
+
exports.onLightSurfaceReadOnlyHover = index.onLightSurfaceReadOnlyHover;
|
|
623
608
|
exports.onLightSurfaceSkeletonGradient = index.onLightSurfaceSkeletonGradient;
|
|
624
|
-
exports.onLightSurfaceSkeletonGradientActive = index.onLightSurfaceSkeletonGradientActive;
|
|
625
|
-
exports.onLightSurfaceSkeletonGradientHover = index.onLightSurfaceSkeletonGradientHover;
|
|
626
609
|
exports.onLightSurfaceSolidCard = index.onLightSurfaceSolidCard;
|
|
627
610
|
exports.onLightSurfaceSolidCardActive = index.onLightSurfaceSolidCardActive;
|
|
628
611
|
exports.onLightSurfaceSolidCardBrightness = index.onLightSurfaceSolidCardBrightness;
|
|
@@ -644,9 +627,6 @@ exports.onLightSurfaceTransparentAccent = index.onLightSurfaceTransparentAccent;
|
|
|
644
627
|
exports.onLightSurfaceTransparentAccentActive = index.onLightSurfaceTransparentAccentActive;
|
|
645
628
|
exports.onLightSurfaceTransparentAccentHover = index.onLightSurfaceTransparentAccentHover;
|
|
646
629
|
exports.onLightSurfaceTransparentAccentMinor = index.onLightSurfaceTransparentAccentMinor;
|
|
647
|
-
exports.onLightSurfaceTransparentAccentMinorActive = index.onLightSurfaceTransparentAccentMinorActive;
|
|
648
|
-
exports.onLightSurfaceTransparentAccentMinorBrightness = index.onLightSurfaceTransparentAccentMinorBrightness;
|
|
649
|
-
exports.onLightSurfaceTransparentAccentMinorHover = index.onLightSurfaceTransparentAccentMinorHover;
|
|
650
630
|
exports.onLightSurfaceTransparentCard = index.onLightSurfaceTransparentCard;
|
|
651
631
|
exports.onLightSurfaceTransparentCardActive = index.onLightSurfaceTransparentCardActive;
|
|
652
632
|
exports.onLightSurfaceTransparentCardBrightness = index.onLightSurfaceTransparentCardBrightness;
|
|
@@ -654,6 +634,13 @@ exports.onLightSurfaceTransparentCardHover = index.onLightSurfaceTransparentCard
|
|
|
654
634
|
exports.onLightSurfaceTransparentDeep = index.onLightSurfaceTransparentDeep;
|
|
655
635
|
exports.onLightSurfaceTransparentDeepActive = index.onLightSurfaceTransparentDeepActive;
|
|
656
636
|
exports.onLightSurfaceTransparentDeepHover = index.onLightSurfaceTransparentDeepHover;
|
|
637
|
+
exports.onLightSurfaceTransparentInfoActive = index.onLightSurfaceTransparentInfoActive;
|
|
638
|
+
exports.onLightSurfaceTransparentInfoHover = index.onLightSurfaceTransparentInfoHover;
|
|
639
|
+
exports.onLightSurfaceTransparentNavi = index.onLightSurfaceTransparentNavi;
|
|
640
|
+
exports.onLightSurfaceTransparentNegativeActive = index.onLightSurfaceTransparentNegativeActive;
|
|
641
|
+
exports.onLightSurfaceTransparentNegativeHover = index.onLightSurfaceTransparentNegativeHover;
|
|
642
|
+
exports.onLightSurfaceTransparentPositiveActive = index.onLightSurfaceTransparentPositiveActive;
|
|
643
|
+
exports.onLightSurfaceTransparentPositiveHover = index.onLightSurfaceTransparentPositiveHover;
|
|
657
644
|
exports.onLightSurfaceTransparentPrimary = index.onLightSurfaceTransparentPrimary;
|
|
658
645
|
exports.onLightSurfaceTransparentPrimaryActive = index.onLightSurfaceTransparentPrimaryActive;
|
|
659
646
|
exports.onLightSurfaceTransparentPrimaryHover = index.onLightSurfaceTransparentPrimaryHover;
|
|
@@ -663,15 +650,16 @@ exports.onLightSurfaceTransparentSecondaryHover = index.onLightSurfaceTransparen
|
|
|
663
650
|
exports.onLightSurfaceTransparentTertiary = index.onLightSurfaceTransparentTertiary;
|
|
664
651
|
exports.onLightSurfaceTransparentTertiaryActive = index.onLightSurfaceTransparentTertiaryActive;
|
|
665
652
|
exports.onLightSurfaceTransparentTertiaryHover = index.onLightSurfaceTransparentTertiaryHover;
|
|
653
|
+
exports.onLightSurfaceTransparentWarningActive = index.onLightSurfaceTransparentWarningActive;
|
|
654
|
+
exports.onLightSurfaceTransparentWarningHover = index.onLightSurfaceTransparentWarningHover;
|
|
666
655
|
exports.onLightSurfaceWarning = index.onLightSurfaceWarning;
|
|
667
656
|
exports.onLightSurfaceWarningActive = index.onLightSurfaceWarningActive;
|
|
668
657
|
exports.onLightSurfaceWarningHover = index.onLightSurfaceWarningHover;
|
|
658
|
+
exports.onLightSurfaceWarningMinorActive = index.onLightSurfaceWarningMinorActive;
|
|
659
|
+
exports.onLightSurfaceWarningMinorHover = index.onLightSurfaceWarningMinorHover;
|
|
669
660
|
exports.onLightTextAccent = index.onLightTextAccent;
|
|
670
661
|
exports.onLightTextAccentActive = index.onLightTextAccentActive;
|
|
671
|
-
exports.
|
|
672
|
-
exports.onLightTextAccentGradientAiActive = index.onLightTextAccentGradientAiActive;
|
|
673
|
-
exports.onLightTextAccentGradientAiBrightness = index.onLightTextAccentGradientAiBrightness;
|
|
674
|
-
exports.onLightTextAccentGradientAiHover = index.onLightTextAccentGradientAiHover;
|
|
662
|
+
exports.onLightTextAccentGradientAI = index.onLightTextAccentGradientAI;
|
|
675
663
|
exports.onLightTextAccentHover = index.onLightTextAccentHover;
|
|
676
664
|
exports.onLightTextAccentMinor = index.onLightTextAccentMinor;
|
|
677
665
|
exports.onLightTextAccentMinorActive = index.onLightTextAccentMinorActive;
|
|
@@ -679,15 +667,21 @@ exports.onLightTextAccentMinorHover = index.onLightTextAccentMinorHover;
|
|
|
679
667
|
exports.onLightTextInfo = index.onLightTextInfo;
|
|
680
668
|
exports.onLightTextInfoActive = index.onLightTextInfoActive;
|
|
681
669
|
exports.onLightTextInfoHover = index.onLightTextInfoHover;
|
|
670
|
+
exports.onLightTextInfoMinorActive = index.onLightTextInfoMinorActive;
|
|
671
|
+
exports.onLightTextInfoMinorHover = index.onLightTextInfoMinorHover;
|
|
682
672
|
exports.onLightTextNegative = index.onLightTextNegative;
|
|
683
673
|
exports.onLightTextNegativeActive = index.onLightTextNegativeActive;
|
|
684
674
|
exports.onLightTextNegativeHover = index.onLightTextNegativeHover;
|
|
675
|
+
exports.onLightTextNegativeMinorActive = index.onLightTextNegativeMinorActive;
|
|
676
|
+
exports.onLightTextNegativeMinorHover = index.onLightTextNegativeMinorHover;
|
|
685
677
|
exports.onLightTextParagraph = index.onLightTextParagraph;
|
|
686
678
|
exports.onLightTextParagraphActive = index.onLightTextParagraphActive;
|
|
687
679
|
exports.onLightTextParagraphHover = index.onLightTextParagraphHover;
|
|
688
680
|
exports.onLightTextPositive = index.onLightTextPositive;
|
|
689
681
|
exports.onLightTextPositiveActive = index.onLightTextPositiveActive;
|
|
690
682
|
exports.onLightTextPositiveHover = index.onLightTextPositiveHover;
|
|
683
|
+
exports.onLightTextPositiveMinorActive = index.onLightTextPositiveMinorActive;
|
|
684
|
+
exports.onLightTextPositiveMinorHover = index.onLightTextPositiveMinorHover;
|
|
691
685
|
exports.onLightTextPrimary = index.onLightTextPrimary;
|
|
692
686
|
exports.onLightTextPrimaryActive = index.onLightTextPrimaryActive;
|
|
693
687
|
exports.onLightTextPrimaryBrightness = index.onLightTextPrimaryBrightness;
|
|
@@ -701,94 +695,84 @@ exports.onLightTextTertiaryHover = index.onLightTextTertiaryHover;
|
|
|
701
695
|
exports.onLightTextWarning = index.onLightTextWarning;
|
|
702
696
|
exports.onLightTextWarningActive = index.onLightTextWarningActive;
|
|
703
697
|
exports.onLightTextWarningHover = index.onLightTextWarningHover;
|
|
704
|
-
exports.
|
|
705
|
-
exports.
|
|
706
|
-
exports.
|
|
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
|
+
exports.outlineClear = index.outlineClear;
|
|
705
|
+
exports.outlineClearActive = index.outlineClearActive;
|
|
706
|
+
exports.outlineClearHover = index.outlineClearHover;
|
|
707
707
|
exports.outlineDefault = index.outlineDefault;
|
|
708
|
-
exports.
|
|
709
|
-
exports.
|
|
710
|
-
exports.
|
|
711
|
-
exports.
|
|
712
|
-
exports.
|
|
713
|
-
exports.outlineMinorBrightness = index.outlineMinorBrightness;
|
|
714
|
-
exports.outlineMinorHover = index.outlineMinorHover;
|
|
708
|
+
exports.outlineInfo = index.outlineInfo;
|
|
709
|
+
exports.outlineInfoActive = index.outlineInfoActive;
|
|
710
|
+
exports.outlineInfoHover = index.outlineInfoHover;
|
|
711
|
+
exports.outlineInfoMinorActive = index.outlineInfoMinorActive;
|
|
712
|
+
exports.outlineInfoMinorHover = index.outlineInfoMinorHover;
|
|
715
713
|
exports.outlineNegative = index.outlineNegative;
|
|
716
714
|
exports.outlineNegativeActive = index.outlineNegativeActive;
|
|
717
715
|
exports.outlineNegativeHover = index.outlineNegativeHover;
|
|
716
|
+
exports.outlineNegativeMinorActive = index.outlineNegativeMinorActive;
|
|
717
|
+
exports.outlineNegativeMinorHover = index.outlineNegativeMinorHover;
|
|
718
718
|
exports.outlinePositive = index.outlinePositive;
|
|
719
719
|
exports.outlinePositiveActive = index.outlinePositiveActive;
|
|
720
720
|
exports.outlinePositiveHover = index.outlinePositiveHover;
|
|
721
|
-
exports.
|
|
722
|
-
exports.
|
|
723
|
-
exports.
|
|
724
|
-
exports.
|
|
725
|
-
exports.
|
|
726
|
-
exports.
|
|
727
|
-
exports.
|
|
721
|
+
exports.outlinePositiveMinorActive = index.outlinePositiveMinorActive;
|
|
722
|
+
exports.outlinePositiveMinorHover = index.outlinePositiveMinorHover;
|
|
723
|
+
exports.outlinePrimary = index.outlinePrimary;
|
|
724
|
+
exports.outlineReadOnlyActive = index.outlineReadOnlyActive;
|
|
725
|
+
exports.outlineReadOnlyHover = index.outlineReadOnlyHover;
|
|
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;
|
|
728
742
|
exports.outlineTransparentPrimary = index.outlineTransparentPrimary;
|
|
729
743
|
exports.outlineTransparentPrimaryActive = index.outlineTransparentPrimaryActive;
|
|
730
744
|
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;
|
|
731
751
|
exports.outlineWarning = index.outlineWarning;
|
|
732
752
|
exports.outlineWarningActive = index.outlineWarningActive;
|
|
733
753
|
exports.outlineWarningHover = index.outlineWarningHover;
|
|
754
|
+
exports.outlineWarningMinorActive = index.outlineWarningMinorActive;
|
|
755
|
+
exports.outlineWarningMinorHover = index.outlineWarningMinorHover;
|
|
756
|
+
exports.outlineWhiteGradient = index.outlineWhiteGradient;
|
|
757
|
+
exports.overlayGradient = index.overlayGradient;
|
|
734
758
|
exports.overlayHard = index.overlayHard;
|
|
735
759
|
exports.overlaySoft = index.overlaySoft;
|
|
736
|
-
exports.
|
|
737
|
-
exports.
|
|
738
|
-
exports.
|
|
739
|
-
exports.
|
|
740
|
-
exports.
|
|
741
|
-
exports.
|
|
742
|
-
exports.
|
|
743
|
-
exports.
|
|
744
|
-
exports.
|
|
745
|
-
exports.
|
|
746
|
-
exports.
|
|
747
|
-
exports.
|
|
748
|
-
exports.
|
|
749
|
-
exports.
|
|
750
|
-
exports.
|
|
751
|
-
exports.
|
|
752
|
-
exports.personaIndigoSurfaceAccentGradientHover = index.personaIndigoSurfaceAccentGradientHover;
|
|
753
|
-
exports.personaIndigoTextAccent = index.personaIndigoTextAccent;
|
|
754
|
-
exports.personaIndigoTextAccentActive = index.personaIndigoTextAccentActive;
|
|
755
|
-
exports.personaIndigoTextAccentBrightness = index.personaIndigoTextAccentBrightness;
|
|
756
|
-
exports.personaIndigoTextAccentHover = index.personaIndigoTextAccentHover;
|
|
757
|
-
exports.personaOchreSurfaceAccentGradient = index.personaOchreSurfaceAccentGradient;
|
|
758
|
-
exports.personaOchreSurfaceAccentGradientActive = index.personaOchreSurfaceAccentGradientActive;
|
|
759
|
-
exports.personaOchreSurfaceAccentGradientHover = index.personaOchreSurfaceAccentGradientHover;
|
|
760
|
-
exports.personaOchreTextAccent = index.personaOchreTextAccent;
|
|
761
|
-
exports.personaOchreTextAccentActive = index.personaOchreTextAccentActive;
|
|
762
|
-
exports.personaOchreTextAccentBrightness = index.personaOchreTextAccentBrightness;
|
|
763
|
-
exports.personaOchreTextAccentHover = index.personaOchreTextAccentHover;
|
|
764
|
-
exports.personaOliveSurfaceAccentGradient = index.personaOliveSurfaceAccentGradient;
|
|
765
|
-
exports.personaOliveSurfaceAccentGradientActive = index.personaOliveSurfaceAccentGradientActive;
|
|
766
|
-
exports.personaOliveSurfaceAccentGradientHover = index.personaOliveSurfaceAccentGradientHover;
|
|
767
|
-
exports.personaOliveTextAccent = index.personaOliveTextAccent;
|
|
768
|
-
exports.personaOliveTextAccentActive = index.personaOliveTextAccentActive;
|
|
769
|
-
exports.personaOliveTextAccentBrightness = index.personaOliveTextAccentBrightness;
|
|
770
|
-
exports.personaOliveTextAccentHover = index.personaOliveTextAccentHover;
|
|
771
|
-
exports.personaPinkSurfaceAccentGradient = index.personaPinkSurfaceAccentGradient;
|
|
772
|
-
exports.personaPinkSurfaceAccentGradientActive = index.personaPinkSurfaceAccentGradientActive;
|
|
773
|
-
exports.personaPinkSurfaceAccentGradientHover = index.personaPinkSurfaceAccentGradientHover;
|
|
774
|
-
exports.personaPinkTextAccent = index.personaPinkTextAccent;
|
|
775
|
-
exports.personaPinkTextAccentActive = index.personaPinkTextAccentActive;
|
|
776
|
-
exports.personaPinkTextAccentBrightness = index.personaPinkTextAccentBrightness;
|
|
777
|
-
exports.personaPinkTextAccentHover = index.personaPinkTextAccentHover;
|
|
778
|
-
exports.personaSeaBlueSurfaceAccentGradient = index.personaSeaBlueSurfaceAccentGradient;
|
|
779
|
-
exports.personaSeaBlueSurfaceAccentGradientActive = index.personaSeaBlueSurfaceAccentGradientActive;
|
|
780
|
-
exports.personaSeaBlueSurfaceAccentGradientHover = index.personaSeaBlueSurfaceAccentGradientHover;
|
|
781
|
-
exports.personaSeaBlueTextAccent = index.personaSeaBlueTextAccent;
|
|
782
|
-
exports.personaSeaBlueTextAccentActive = index.personaSeaBlueTextAccentActive;
|
|
783
|
-
exports.personaSeaBlueTextAccentBrightness = index.personaSeaBlueTextAccentBrightness;
|
|
784
|
-
exports.personaSeaBlueTextAccentHover = index.personaSeaBlueTextAccentHover;
|
|
785
|
-
exports.personaVioletSurfaceAccentGradient = index.personaVioletSurfaceAccentGradient;
|
|
786
|
-
exports.personaVioletSurfaceAccentGradientActive = index.personaVioletSurfaceAccentGradientActive;
|
|
787
|
-
exports.personaVioletSurfaceAccentGradientHover = index.personaVioletSurfaceAccentGradientHover;
|
|
788
|
-
exports.personaVioletTextAccent = index.personaVioletTextAccent;
|
|
789
|
-
exports.personaVioletTextAccentActive = index.personaVioletTextAccentActive;
|
|
790
|
-
exports.personaVioletTextAccentBrightness = index.personaVioletTextAccentBrightness;
|
|
791
|
-
exports.personaVioletTextAccentHover = index.personaVioletTextAccentHover;
|
|
760
|
+
exports.personasBlueSurfaceAccentGradient = index.personasBlueSurfaceAccentGradient;
|
|
761
|
+
exports.personasBlueTextAccent = index.personasBlueTextAccent;
|
|
762
|
+
exports.personasGreenSurfaceAccentGradient = index.personasGreenSurfaceAccentGradient;
|
|
763
|
+
exports.personasGreenTextAccent = index.personasGreenTextAccent;
|
|
764
|
+
exports.personasIndigoSurfaceAccentGradient = index.personasIndigoSurfaceAccentGradient;
|
|
765
|
+
exports.personasIndigoTextAccent = index.personasIndigoTextAccent;
|
|
766
|
+
exports.personasOchreSurfaceAccentGradient = index.personasOchreSurfaceAccentGradient;
|
|
767
|
+
exports.personasOchreTextAccent = index.personasOchreTextAccent;
|
|
768
|
+
exports.personasOliveSurfaceAccentGradient = index.personasOliveSurfaceAccentGradient;
|
|
769
|
+
exports.personasOliveTextAccent = index.personasOliveTextAccent;
|
|
770
|
+
exports.personasPinkSurfaceAccentGradient = index.personasPinkSurfaceAccentGradient;
|
|
771
|
+
exports.personasPinkTextAccent = index.personasPinkTextAccent;
|
|
772
|
+
exports.personasSeaBlueSurfaceAccentGradient = index.personasSeaBlueSurfaceAccentGradient;
|
|
773
|
+
exports.personasSeaBlueTextAccent = index.personasSeaBlueTextAccent;
|
|
774
|
+
exports.personasVioletSurfaceAccentGradient = index.personasVioletSurfaceAccentGradient;
|
|
775
|
+
exports.personasVioletTextAccent = index.personasVioletTextAccent;
|
|
792
776
|
exports.shadowDownHardL = index.shadowDownHardL;
|
|
793
777
|
exports.shadowDownHardM = index.shadowDownHardM;
|
|
794
778
|
exports.shadowDownHardS = index.shadowDownHardS;
|
|
@@ -816,39 +800,38 @@ exports.spacing4x = index.spacing4x;
|
|
|
816
800
|
exports.spacing60x = index.spacing60x;
|
|
817
801
|
exports.spacing6x = index.spacing6x;
|
|
818
802
|
exports.spacing8x = index.spacing8x;
|
|
803
|
+
exports.surfaceAccent = index.surfaceAccent;
|
|
804
|
+
exports.surfaceAccentActive = index.surfaceAccentActive;
|
|
819
805
|
exports.surfaceAccentGradient = index.surfaceAccentGradient;
|
|
820
|
-
exports.
|
|
821
|
-
exports.
|
|
822
|
-
exports.surfaceAccentGradientHover = index.surfaceAccentGradientHover;
|
|
806
|
+
exports.surfaceAccentGradientSecondary = index.surfaceAccentGradientSecondary;
|
|
807
|
+
exports.surfaceAccentHover = index.surfaceAccentHover;
|
|
823
808
|
exports.surfaceAccentMinor = index.surfaceAccentMinor;
|
|
824
809
|
exports.surfaceAccentMinorActive = index.surfaceAccentMinorActive;
|
|
810
|
+
exports.surfaceAccentMinorGradient = index.surfaceAccentMinorGradient;
|
|
825
811
|
exports.surfaceAccentMinorHover = index.surfaceAccentMinorHover;
|
|
826
|
-
exports.surfaceAccentPrimary = index.surfaceAccentPrimary;
|
|
827
|
-
exports.surfaceAccentPrimaryActive = index.surfaceAccentPrimaryActive;
|
|
828
|
-
exports.surfaceAccentPrimaryBrightness = index.surfaceAccentPrimaryBrightness;
|
|
829
|
-
exports.surfaceAccentPrimaryHover = index.surfaceAccentPrimaryHover;
|
|
830
812
|
exports.surfaceAccentSecondary = index.surfaceAccentSecondary;
|
|
831
|
-
exports.surfaceAccentSecondaryActive = index.surfaceAccentSecondaryActive;
|
|
832
|
-
exports.surfaceAccentSecondaryBrightness = index.surfaceAccentSecondaryBrightness;
|
|
833
|
-
exports.surfaceAccentSecondaryHover = index.surfaceAccentSecondaryHover;
|
|
834
813
|
exports.surfaceClear = index.surfaceClear;
|
|
835
814
|
exports.surfaceClearActive = index.surfaceClearActive;
|
|
836
815
|
exports.surfaceClearHover = index.surfaceClearHover;
|
|
837
816
|
exports.surfaceInfo = index.surfaceInfo;
|
|
838
817
|
exports.surfaceInfoActive = index.surfaceInfoActive;
|
|
839
818
|
exports.surfaceInfoHover = index.surfaceInfoHover;
|
|
819
|
+
exports.surfaceInfoMinorActive = index.surfaceInfoMinorActive;
|
|
820
|
+
exports.surfaceInfoMinorHover = index.surfaceInfoMinorHover;
|
|
840
821
|
exports.surfaceNegative = index.surfaceNegative;
|
|
841
822
|
exports.surfaceNegativeActive = index.surfaceNegativeActive;
|
|
842
823
|
exports.surfaceNegativeHover = index.surfaceNegativeHover;
|
|
824
|
+
exports.surfaceNegativeMinorActive = index.surfaceNegativeMinorActive;
|
|
825
|
+
exports.surfaceNegativeMinorHover = index.surfaceNegativeMinorHover;
|
|
843
826
|
exports.surfacePositive = index.surfacePositive;
|
|
844
827
|
exports.surfacePositiveActive = index.surfacePositiveActive;
|
|
845
828
|
exports.surfacePositiveHover = index.surfacePositiveHover;
|
|
846
|
-
exports.
|
|
847
|
-
exports.
|
|
848
|
-
exports.
|
|
829
|
+
exports.surfacePositiveMinorActive = index.surfacePositiveMinorActive;
|
|
830
|
+
exports.surfacePositiveMinorHover = index.surfacePositiveMinorHover;
|
|
831
|
+
exports.surfaceReadOnly = index.surfaceReadOnly;
|
|
832
|
+
exports.surfaceReadOnlyActive = index.surfaceReadOnlyActive;
|
|
833
|
+
exports.surfaceReadOnlyHover = index.surfaceReadOnlyHover;
|
|
849
834
|
exports.surfaceSkeletonGradient = index.surfaceSkeletonGradient;
|
|
850
|
-
exports.surfaceSkeletonGradientActive = index.surfaceSkeletonGradientActive;
|
|
851
|
-
exports.surfaceSkeletonGradientHover = index.surfaceSkeletonGradientHover;
|
|
852
835
|
exports.surfaceSolidCard = index.surfaceSolidCard;
|
|
853
836
|
exports.surfaceSolidCardActive = index.surfaceSolidCardActive;
|
|
854
837
|
exports.surfaceSolidCardBrightness = index.surfaceSolidCardBrightness;
|
|
@@ -870,9 +853,6 @@ exports.surfaceTransparentAccent = index.surfaceTransparentAccent;
|
|
|
870
853
|
exports.surfaceTransparentAccentActive = index.surfaceTransparentAccentActive;
|
|
871
854
|
exports.surfaceTransparentAccentHover = index.surfaceTransparentAccentHover;
|
|
872
855
|
exports.surfaceTransparentAccentMinor = index.surfaceTransparentAccentMinor;
|
|
873
|
-
exports.surfaceTransparentAccentMinorActive = index.surfaceTransparentAccentMinorActive;
|
|
874
|
-
exports.surfaceTransparentAccentMinorBrightness = index.surfaceTransparentAccentMinorBrightness;
|
|
875
|
-
exports.surfaceTransparentAccentMinorHover = index.surfaceTransparentAccentMinorHover;
|
|
876
856
|
exports.surfaceTransparentCard = index.surfaceTransparentCard;
|
|
877
857
|
exports.surfaceTransparentCardActive = index.surfaceTransparentCardActive;
|
|
878
858
|
exports.surfaceTransparentCardBrightness = index.surfaceTransparentCardBrightness;
|
|
@@ -880,6 +860,13 @@ exports.surfaceTransparentCardHover = index.surfaceTransparentCardHover;
|
|
|
880
860
|
exports.surfaceTransparentDeep = index.surfaceTransparentDeep;
|
|
881
861
|
exports.surfaceTransparentDeepActive = index.surfaceTransparentDeepActive;
|
|
882
862
|
exports.surfaceTransparentDeepHover = index.surfaceTransparentDeepHover;
|
|
863
|
+
exports.surfaceTransparentInfoActive = index.surfaceTransparentInfoActive;
|
|
864
|
+
exports.surfaceTransparentInfoHover = index.surfaceTransparentInfoHover;
|
|
865
|
+
exports.surfaceTransparentNavi = index.surfaceTransparentNavi;
|
|
866
|
+
exports.surfaceTransparentNegativeActive = index.surfaceTransparentNegativeActive;
|
|
867
|
+
exports.surfaceTransparentNegativeHover = index.surfaceTransparentNegativeHover;
|
|
868
|
+
exports.surfaceTransparentPositiveActive = index.surfaceTransparentPositiveActive;
|
|
869
|
+
exports.surfaceTransparentPositiveHover = index.surfaceTransparentPositiveHover;
|
|
883
870
|
exports.surfaceTransparentPrimary = index.surfaceTransparentPrimary;
|
|
884
871
|
exports.surfaceTransparentPrimaryActive = index.surfaceTransparentPrimaryActive;
|
|
885
872
|
exports.surfaceTransparentPrimaryHover = index.surfaceTransparentPrimaryHover;
|
|
@@ -889,15 +876,16 @@ exports.surfaceTransparentSecondaryHover = index.surfaceTransparentSecondaryHove
|
|
|
889
876
|
exports.surfaceTransparentTertiary = index.surfaceTransparentTertiary;
|
|
890
877
|
exports.surfaceTransparentTertiaryActive = index.surfaceTransparentTertiaryActive;
|
|
891
878
|
exports.surfaceTransparentTertiaryHover = index.surfaceTransparentTertiaryHover;
|
|
879
|
+
exports.surfaceTransparentWarningActive = index.surfaceTransparentWarningActive;
|
|
880
|
+
exports.surfaceTransparentWarningHover = index.surfaceTransparentWarningHover;
|
|
892
881
|
exports.surfaceWarning = index.surfaceWarning;
|
|
893
882
|
exports.surfaceWarningActive = index.surfaceWarningActive;
|
|
894
883
|
exports.surfaceWarningHover = index.surfaceWarningHover;
|
|
884
|
+
exports.surfaceWarningMinorActive = index.surfaceWarningMinorActive;
|
|
885
|
+
exports.surfaceWarningMinorHover = index.surfaceWarningMinorHover;
|
|
895
886
|
exports.textAccent = index.textAccent;
|
|
896
887
|
exports.textAccentActive = index.textAccentActive;
|
|
897
|
-
exports.
|
|
898
|
-
exports.textAccentGradientAiActive = index.textAccentGradientAiActive;
|
|
899
|
-
exports.textAccentGradientAiBrightness = index.textAccentGradientAiBrightness;
|
|
900
|
-
exports.textAccentGradientAiHover = index.textAccentGradientAiHover;
|
|
888
|
+
exports.textAccentGradientAI = index.textAccentGradientAI;
|
|
901
889
|
exports.textAccentHover = index.textAccentHover;
|
|
902
890
|
exports.textAccentMinor = index.textAccentMinor;
|
|
903
891
|
exports.textAccentMinorActive = index.textAccentMinorActive;
|
|
@@ -905,15 +893,21 @@ exports.textAccentMinorHover = index.textAccentMinorHover;
|
|
|
905
893
|
exports.textInfo = index.textInfo;
|
|
906
894
|
exports.textInfoActive = index.textInfoActive;
|
|
907
895
|
exports.textInfoHover = index.textInfoHover;
|
|
896
|
+
exports.textInfoMinorActive = index.textInfoMinorActive;
|
|
897
|
+
exports.textInfoMinorHover = index.textInfoMinorHover;
|
|
908
898
|
exports.textNegative = index.textNegative;
|
|
909
899
|
exports.textNegativeActive = index.textNegativeActive;
|
|
910
900
|
exports.textNegativeHover = index.textNegativeHover;
|
|
901
|
+
exports.textNegativeMinorActive = index.textNegativeMinorActive;
|
|
902
|
+
exports.textNegativeMinorHover = index.textNegativeMinorHover;
|
|
911
903
|
exports.textParagraph = index.textParagraph;
|
|
912
904
|
exports.textParagraphActive = index.textParagraphActive;
|
|
913
905
|
exports.textParagraphHover = index.textParagraphHover;
|
|
914
906
|
exports.textPositive = index.textPositive;
|
|
915
907
|
exports.textPositiveActive = index.textPositiveActive;
|
|
916
908
|
exports.textPositiveHover = index.textPositiveHover;
|
|
909
|
+
exports.textPositiveMinorActive = index.textPositiveMinorActive;
|
|
910
|
+
exports.textPositiveMinorHover = index.textPositiveMinorHover;
|
|
917
911
|
exports.textPrimary = index.textPrimary;
|
|
918
912
|
exports.textPrimaryActive = index.textPrimaryActive;
|
|
919
913
|
exports.textPrimaryBrightness = index.textPrimaryBrightness;
|
|
@@ -927,9 +921,12 @@ exports.textTertiaryHover = index.textTertiaryHover;
|
|
|
927
921
|
exports.textWarning = index.textWarning;
|
|
928
922
|
exports.textWarningActive = index.textWarningActive;
|
|
929
923
|
exports.textWarningHover = index.textWarningHover;
|
|
924
|
+
exports.textWarningMinorActive = index.textWarningMinorActive;
|
|
925
|
+
exports.textWarningMinorHover = index.textWarningMinorHover;
|
|
930
926
|
exports.viewContainer = index.viewContainer;
|
|
931
927
|
exports.Button = Button.Button;
|
|
932
928
|
exports.Checkbox = Checkbox.Checkbox;
|
|
929
|
+
exports.Counter = Counter.Counter;
|
|
933
930
|
exports.IconButton = IconButton.IconButton;
|
|
934
931
|
exports.Link = Link.Link;
|
|
935
932
|
exports.Radiobox = Radiobox.Radiobox;
|