@salutejs-ds/sdds_sbcom 0.1.7 → 0.1.9
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 +5 -5
- package/components/Button/Button.config.js +8 -8
- package/components/Button/Button.config.js.map +1 -1
- package/components/Button/Button.config_1wue0f1.css +10 -0
- package/components/Button/Button.css +9 -9
- package/components/Button/Button.d.ts +5 -5
- 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_limvsr.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_u14r3s.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_yxpssw.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 +2 -2
- package/components/Link/Link.config.js +6 -6
- package/components/Link/Link.config.js.map +1 -1
- package/components/Link/Link.config_1adojdx.css +8 -0
- package/components/Link/Link.css +8 -8
- package/components/Link/Link.d.ts +2 -2
- package/components/Radiobox/Radiobox.config.d.ts +2 -2
- package/components/Radiobox/Radiobox.config.js +5 -5
- package/components/Radiobox/Radiobox.config.js.map +1 -1
- package/components/Radiobox/Radiobox.config_wzkn6m.css +6 -0
- package/components/Radiobox/Radiobox.css +6 -6
- package/components/Radiobox/Radiobox.d.ts +2 -2
- package/css/sdds_sbcom.module.css +2193 -1817
- package/css/sdds_sbcom__dark.css +1250 -986
- package/css/sdds_sbcom__light.css +1250 -994
- package/es/components/Button/Button.config.js +8 -8
- package/es/components/Button/Button.config.js.map +1 -1
- package/es/components/Button/Button.config_1wue0f1.css +10 -0
- package/es/components/Button/Button.css +9 -9
- package/es/components/Checkbox/Checkbox.config.js +4 -4
- package/es/components/Checkbox/Checkbox.config.js.map +1 -1
- package/es/components/Checkbox/Checkbox.config_limvsr.css +6 -0
- package/es/components/Checkbox/Checkbox.css +6 -6
- package/es/components/Counter/Counter.config.js +27 -0
- package/es/components/Counter/Counter.config.js.map +1 -0
- package/es/components/Counter/Counter.config_u14r3s.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_yxpssw.css +9 -0
- package/es/components/IconButton/IconButton.css +8 -8
- package/es/components/Link/Link.config.js +6 -6
- package/es/components/Link/Link.config.js.map +1 -1
- package/es/components/Link/Link.config_1adojdx.css +8 -0
- package/es/components/Link/Link.css +8 -8
- package/es/components/Radiobox/Radiobox.config.js +5 -5
- package/es/components/Radiobox/Radiobox.config.js.map +1 -1
- package/es/components/Radiobox/Radiobox.config_wzkn6m.css +6 -0
- package/es/components/Radiobox/Radiobox.css +6 -6
- package/es/index.css +55 -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 +2377 -1897
- package/es/theme/tokens/index.js.map +1 -1
- package/index.css +55 -43
- package/index.d.ts +1 -0
- package/index.js +528 -394
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/styled-components/cjs/Button/Button.config.js +10 -10
- 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 +9 -9
- package/styled-components/cjs/Link/Link.config.js +8 -8
- package/styled-components/cjs/Radiobox/Radiobox.config.js +6 -6
- package/styled-components/es/Button/Button.config.js +10 -10
- 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 +9 -9
- package/styled-components/es/Link/Link.config.js +8 -8
- package/styled-components/es/Radiobox/Radiobox.config.js +6 -6
- package/theme/themes/sdds_sbcom__dark.js +1 -1
- package/theme/themes/sdds_sbcom__dark.js.map +1 -1
- package/theme/themes/sdds_sbcom__light.js +1 -1
- package/theme/themes/sdds_sbcom__light.js.map +1 -1
- package/theme/tokens/index.d.ts +1914 -1566
- package/theme/tokens/index.js +2902 -2290
- 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,160 +47,178 @@ 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
95
|
exports.inverseOutlineDefaultActive = index.inverseOutlineDefaultActive;
|
|
81
|
-
exports.inverseOutlineDefaultBrightness = index.inverseOutlineDefaultBrightness;
|
|
82
96
|
exports.inverseOutlineDefaultHover = index.inverseOutlineDefaultHover;
|
|
97
|
+
exports.inverseOutlineInfo = index.inverseOutlineInfo;
|
|
98
|
+
exports.inverseOutlineInfoActive = index.inverseOutlineInfoActive;
|
|
99
|
+
exports.inverseOutlineInfoHover = index.inverseOutlineInfoHover;
|
|
100
|
+
exports.inverseOutlineInfoMinorActive = index.inverseOutlineInfoMinorActive;
|
|
101
|
+
exports.inverseOutlineInfoMinorHover = index.inverseOutlineInfoMinorHover;
|
|
83
102
|
exports.inverseOutlineNegative = index.inverseOutlineNegative;
|
|
84
103
|
exports.inverseOutlineNegativeActive = index.inverseOutlineNegativeActive;
|
|
85
104
|
exports.inverseOutlineNegativeHover = index.inverseOutlineNegativeHover;
|
|
86
|
-
exports.
|
|
87
|
-
exports.
|
|
88
|
-
exports.inverseOutlineOutlineMinorBrightness = index.inverseOutlineOutlineMinorBrightness;
|
|
89
|
-
exports.inverseOutlineOutlineMinorHover = index.inverseOutlineOutlineMinorHover;
|
|
105
|
+
exports.inverseOutlineNegativeMinorActive = index.inverseOutlineNegativeMinorActive;
|
|
106
|
+
exports.inverseOutlineNegativeMinorHover = index.inverseOutlineNegativeMinorHover;
|
|
90
107
|
exports.inverseOutlinePositive = index.inverseOutlinePositive;
|
|
91
108
|
exports.inverseOutlinePositiveActive = index.inverseOutlinePositiveActive;
|
|
92
109
|
exports.inverseOutlinePositiveHover = index.inverseOutlinePositiveHover;
|
|
93
|
-
exports.
|
|
94
|
-
exports.
|
|
95
|
-
exports.
|
|
110
|
+
exports.inverseOutlinePositiveMinorActive = index.inverseOutlinePositiveMinorActive;
|
|
111
|
+
exports.inverseOutlinePositiveMinorHover = index.inverseOutlinePositiveMinorHover;
|
|
112
|
+
exports.inverseOutlinePrimary = index.inverseOutlinePrimary;
|
|
113
|
+
exports.inverseOutlinePrimaryActive = index.inverseOutlinePrimaryActive;
|
|
114
|
+
exports.inverseOutlinePrimaryHover = index.inverseOutlinePrimaryHover;
|
|
115
|
+
exports.inverseOutlineReadOnlyActive = index.inverseOutlineReadOnlyActive;
|
|
116
|
+
exports.inverseOutlineReadOnlyHover = index.inverseOutlineReadOnlyHover;
|
|
117
|
+
exports.inverseOutlineSolidDefaultActive = index.inverseOutlineSolidDefaultActive;
|
|
118
|
+
exports.inverseOutlineSolidDefaultHover = index.inverseOutlineSolidDefaultHover;
|
|
119
|
+
exports.inverseOutlineSolidPrimaryActive = index.inverseOutlineSolidPrimaryActive;
|
|
120
|
+
exports.inverseOutlineSolidPrimaryHover = index.inverseOutlineSolidPrimaryHover;
|
|
121
|
+
exports.inverseOutlineSolidSecondaryActive = index.inverseOutlineSolidSecondaryActive;
|
|
122
|
+
exports.inverseOutlineSolidSecondaryHover = index.inverseOutlineSolidSecondaryHover;
|
|
123
|
+
exports.inverseOutlineSolidTertiaryActive = index.inverseOutlineSolidTertiaryActive;
|
|
124
|
+
exports.inverseOutlineSolidTertiaryHover = index.inverseOutlineSolidTertiaryHover;
|
|
125
|
+
exports.inverseOutlineTransparentAccentActive = index.inverseOutlineTransparentAccentActive;
|
|
126
|
+
exports.inverseOutlineTransparentAccentHover = index.inverseOutlineTransparentAccentHover;
|
|
127
|
+
exports.inverseOutlineTransparentInfoActive = index.inverseOutlineTransparentInfoActive;
|
|
128
|
+
exports.inverseOutlineTransparentInfoHover = index.inverseOutlineTransparentInfoHover;
|
|
129
|
+
exports.inverseOutlineTransparentNegativeActive = index.inverseOutlineTransparentNegativeActive;
|
|
130
|
+
exports.inverseOutlineTransparentNegativeHover = index.inverseOutlineTransparentNegativeHover;
|
|
131
|
+
exports.inverseOutlineTransparentPositiveActive = index.inverseOutlineTransparentPositiveActive;
|
|
132
|
+
exports.inverseOutlineTransparentPositiveHover = index.inverseOutlineTransparentPositiveHover;
|
|
96
133
|
exports.inverseOutlineTransparentPrimary = index.inverseOutlineTransparentPrimary;
|
|
97
134
|
exports.inverseOutlineTransparentPrimaryActive = index.inverseOutlineTransparentPrimaryActive;
|
|
98
135
|
exports.inverseOutlineTransparentPrimaryHover = index.inverseOutlineTransparentPrimaryHover;
|
|
99
|
-
exports.
|
|
100
|
-
exports.
|
|
101
|
-
exports.
|
|
102
|
-
exports.
|
|
136
|
+
exports.inverseOutlineTransparentSecondaryActive = index.inverseOutlineTransparentSecondaryActive;
|
|
137
|
+
exports.inverseOutlineTransparentSecondaryHover = index.inverseOutlineTransparentSecondaryHover;
|
|
138
|
+
exports.inverseOutlineTransparentTertiaryActive = index.inverseOutlineTransparentTertiaryActive;
|
|
139
|
+
exports.inverseOutlineTransparentTertiaryHover = index.inverseOutlineTransparentTertiaryHover;
|
|
140
|
+
exports.inverseOutlineTransparentWarningActive = index.inverseOutlineTransparentWarningActive;
|
|
141
|
+
exports.inverseOutlineTransparentWarningHover = index.inverseOutlineTransparentWarningHover;
|
|
103
142
|
exports.inverseOutlineWarning = index.inverseOutlineWarning;
|
|
104
143
|
exports.inverseOutlineWarningActive = index.inverseOutlineWarningActive;
|
|
105
144
|
exports.inverseOutlineWarningHover = index.inverseOutlineWarningHover;
|
|
145
|
+
exports.inverseOutlineWarningMinorActive = index.inverseOutlineWarningMinorActive;
|
|
146
|
+
exports.inverseOutlineWarningMinorHover = index.inverseOutlineWarningMinorHover;
|
|
147
|
+
exports.inverseOutlineWhiteGradient = index.inverseOutlineWhiteGradient;
|
|
106
148
|
exports.inverseOverlayGradient = index.inverseOverlayGradient;
|
|
107
|
-
exports.inverseOverlayGradientActive = index.inverseOverlayGradientActive;
|
|
108
|
-
exports.inverseOverlayGradientBrightness = index.inverseOverlayGradientBrightness;
|
|
109
|
-
exports.inverseOverlayGradientHover = index.inverseOverlayGradientHover;
|
|
110
149
|
exports.inverseOverlayHard = index.inverseOverlayHard;
|
|
111
150
|
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.
|
|
129
|
-
exports.
|
|
130
|
-
exports.
|
|
131
|
-
exports.
|
|
132
|
-
exports.
|
|
133
|
-
exports.
|
|
134
|
-
exports.
|
|
135
|
-
exports.
|
|
136
|
-
exports.
|
|
137
|
-
exports.
|
|
138
|
-
exports.
|
|
139
|
-
exports.
|
|
140
|
-
exports.
|
|
141
|
-
exports.
|
|
142
|
-
exports.
|
|
143
|
-
exports.
|
|
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;
|
|
151
|
+
exports.inversePersonasBlueSurfaceAccentGradient = index.inversePersonasBlueSurfaceAccentGradient;
|
|
152
|
+
exports.inversePersonasBlueTextAccent = index.inversePersonasBlueTextAccent;
|
|
153
|
+
exports.inversePersonasBlueTextAccentActive = index.inversePersonasBlueTextAccentActive;
|
|
154
|
+
exports.inversePersonasBlueTextAccentHover = index.inversePersonasBlueTextAccentHover;
|
|
155
|
+
exports.inversePersonasGreenSurfaceAccentGradient = index.inversePersonasGreenSurfaceAccentGradient;
|
|
156
|
+
exports.inversePersonasGreenTextAccent = index.inversePersonasGreenTextAccent;
|
|
157
|
+
exports.inversePersonasGreenTextAccentActive = index.inversePersonasGreenTextAccentActive;
|
|
158
|
+
exports.inversePersonasGreenTextAccentHover = index.inversePersonasGreenTextAccentHover;
|
|
159
|
+
exports.inversePersonasIndigoSurfaceAccentGradient = index.inversePersonasIndigoSurfaceAccentGradient;
|
|
160
|
+
exports.inversePersonasIndigoTextAccent = index.inversePersonasIndigoTextAccent;
|
|
161
|
+
exports.inversePersonasIndigoTextAccentActive = index.inversePersonasIndigoTextAccentActive;
|
|
162
|
+
exports.inversePersonasIndigoTextAccentHover = index.inversePersonasIndigoTextAccentHover;
|
|
163
|
+
exports.inversePersonasOchreSurfaceAccentGradient = index.inversePersonasOchreSurfaceAccentGradient;
|
|
164
|
+
exports.inversePersonasOchreTextAccent = index.inversePersonasOchreTextAccent;
|
|
165
|
+
exports.inversePersonasOchreTextAccentActive = index.inversePersonasOchreTextAccentActive;
|
|
166
|
+
exports.inversePersonasOchreTextAccentHover = index.inversePersonasOchreTextAccentHover;
|
|
167
|
+
exports.inversePersonasOliveSurfaceAccentGradient = index.inversePersonasOliveSurfaceAccentGradient;
|
|
168
|
+
exports.inversePersonasOliveTextAccent = index.inversePersonasOliveTextAccent;
|
|
169
|
+
exports.inversePersonasOliveTextAccentActive = index.inversePersonasOliveTextAccentActive;
|
|
170
|
+
exports.inversePersonasOliveTextAccentHover = index.inversePersonasOliveTextAccentHover;
|
|
171
|
+
exports.inversePersonasPinkSurfaceAccentGradient = index.inversePersonasPinkSurfaceAccentGradient;
|
|
172
|
+
exports.inversePersonasPinkTextAccent = index.inversePersonasPinkTextAccent;
|
|
173
|
+
exports.inversePersonasPinkTextAccentActive = index.inversePersonasPinkTextAccentActive;
|
|
174
|
+
exports.inversePersonasPinkTextAccentHover = index.inversePersonasPinkTextAccentHover;
|
|
175
|
+
exports.inversePersonasSeaBlueSurfaceAccentGradient = index.inversePersonasSeaBlueSurfaceAccentGradient;
|
|
176
|
+
exports.inversePersonasSeaBlueTextAccent = index.inversePersonasSeaBlueTextAccent;
|
|
177
|
+
exports.inversePersonasSeaBlueTextAccentActive = index.inversePersonasSeaBlueTextAccentActive;
|
|
178
|
+
exports.inversePersonasSeaBlueTextAccentHover = index.inversePersonasSeaBlueTextAccentHover;
|
|
179
|
+
exports.inversePersonasVioletSurfaceAccentGradient = index.inversePersonasVioletSurfaceAccentGradient;
|
|
180
|
+
exports.inversePersonasVioletTextAccent = index.inversePersonasVioletTextAccent;
|
|
181
|
+
exports.inversePersonasVioletTextAccentActive = index.inversePersonasVioletTextAccentActive;
|
|
182
|
+
exports.inversePersonasVioletTextAccentHover = index.inversePersonasVioletTextAccentHover;
|
|
168
183
|
exports.inverseSurfaceAccent = index.inverseSurfaceAccent;
|
|
169
184
|
exports.inverseSurfaceAccentActive = index.inverseSurfaceAccentActive;
|
|
170
185
|
exports.inverseSurfaceAccentGradient = index.inverseSurfaceAccentGradient;
|
|
171
|
-
exports.
|
|
172
|
-
exports.inverseSurfaceAccentGradientBrightness = index.inverseSurfaceAccentGradientBrightness;
|
|
173
|
-
exports.inverseSurfaceAccentGradientHover = index.inverseSurfaceAccentGradientHover;
|
|
186
|
+
exports.inverseSurfaceAccentGradientSecondary = index.inverseSurfaceAccentGradientSecondary;
|
|
174
187
|
exports.inverseSurfaceAccentHover = index.inverseSurfaceAccentHover;
|
|
175
188
|
exports.inverseSurfaceAccentMinor = index.inverseSurfaceAccentMinor;
|
|
176
189
|
exports.inverseSurfaceAccentMinorActive = index.inverseSurfaceAccentMinorActive;
|
|
190
|
+
exports.inverseSurfaceAccentMinorGradient = index.inverseSurfaceAccentMinorGradient;
|
|
177
191
|
exports.inverseSurfaceAccentMinorHover = index.inverseSurfaceAccentMinorHover;
|
|
178
192
|
exports.inverseSurfaceAccentSecondary = index.inverseSurfaceAccentSecondary;
|
|
179
193
|
exports.inverseSurfaceAccentSecondaryActive = index.inverseSurfaceAccentSecondaryActive;
|
|
180
|
-
exports.inverseSurfaceAccentSecondaryBrightness = index.inverseSurfaceAccentSecondaryBrightness;
|
|
181
194
|
exports.inverseSurfaceAccentSecondaryHover = index.inverseSurfaceAccentSecondaryHover;
|
|
195
|
+
exports.inverseSurfaceClear = index.inverseSurfaceClear;
|
|
196
|
+
exports.inverseSurfaceClearActive = index.inverseSurfaceClearActive;
|
|
197
|
+
exports.inverseSurfaceClearHover = index.inverseSurfaceClearHover;
|
|
182
198
|
exports.inverseSurfaceInfo = index.inverseSurfaceInfo;
|
|
183
199
|
exports.inverseSurfaceInfoActive = index.inverseSurfaceInfoActive;
|
|
184
200
|
exports.inverseSurfaceInfoHover = index.inverseSurfaceInfoHover;
|
|
201
|
+
exports.inverseSurfaceInfoMinorActive = index.inverseSurfaceInfoMinorActive;
|
|
202
|
+
exports.inverseSurfaceInfoMinorHover = index.inverseSurfaceInfoMinorHover;
|
|
185
203
|
exports.inverseSurfaceNegative = index.inverseSurfaceNegative;
|
|
186
204
|
exports.inverseSurfaceNegativeActive = index.inverseSurfaceNegativeActive;
|
|
187
205
|
exports.inverseSurfaceNegativeHover = index.inverseSurfaceNegativeHover;
|
|
206
|
+
exports.inverseSurfaceNegativeMinorActive = index.inverseSurfaceNegativeMinorActive;
|
|
207
|
+
exports.inverseSurfaceNegativeMinorHover = index.inverseSurfaceNegativeMinorHover;
|
|
188
208
|
exports.inverseSurfacePositive = index.inverseSurfacePositive;
|
|
189
209
|
exports.inverseSurfacePositiveActive = index.inverseSurfacePositiveActive;
|
|
190
210
|
exports.inverseSurfacePositiveHover = index.inverseSurfacePositiveHover;
|
|
191
|
-
exports.
|
|
192
|
-
exports.
|
|
193
|
-
exports.
|
|
211
|
+
exports.inverseSurfacePositiveMinorActive = index.inverseSurfacePositiveMinorActive;
|
|
212
|
+
exports.inverseSurfacePositiveMinorHover = index.inverseSurfacePositiveMinorHover;
|
|
213
|
+
exports.inverseSurfaceReadOnly = index.inverseSurfaceReadOnly;
|
|
214
|
+
exports.inverseSurfaceReadOnlyActive = index.inverseSurfaceReadOnlyActive;
|
|
215
|
+
exports.inverseSurfaceReadOnlyHover = index.inverseSurfaceReadOnlyHover;
|
|
194
216
|
exports.inverseSurfaceSkeletonGradient = index.inverseSurfaceSkeletonGradient;
|
|
195
|
-
exports.inverseSurfaceSkeletonGradientActive = index.inverseSurfaceSkeletonGradientActive;
|
|
196
|
-
exports.inverseSurfaceSkeletonGradientHover = index.inverseSurfaceSkeletonGradientHover;
|
|
197
217
|
exports.inverseSurfaceSolidCard = index.inverseSurfaceSolidCard;
|
|
198
218
|
exports.inverseSurfaceSolidCardActive = index.inverseSurfaceSolidCardActive;
|
|
199
219
|
exports.inverseSurfaceSolidCardBrightness = index.inverseSurfaceSolidCardBrightness;
|
|
220
|
+
exports.inverseSurfaceSolidCardBrightnessActive = index.inverseSurfaceSolidCardBrightnessActive;
|
|
221
|
+
exports.inverseSurfaceSolidCardBrightnessHover = index.inverseSurfaceSolidCardBrightnessHover;
|
|
200
222
|
exports.inverseSurfaceSolidCardHover = index.inverseSurfaceSolidCardHover;
|
|
201
223
|
exports.inverseSurfaceSolidDefault = index.inverseSurfaceSolidDefault;
|
|
202
224
|
exports.inverseSurfaceSolidDefaultActive = index.inverseSurfaceSolidDefaultActive;
|
|
@@ -204,6 +226,8 @@ exports.inverseSurfaceSolidDefaultHover = index.inverseSurfaceSolidDefaultHover;
|
|
|
204
226
|
exports.inverseSurfaceSolidPrimary = index.inverseSurfaceSolidPrimary;
|
|
205
227
|
exports.inverseSurfaceSolidPrimaryActive = index.inverseSurfaceSolidPrimaryActive;
|
|
206
228
|
exports.inverseSurfaceSolidPrimaryBrightness = index.inverseSurfaceSolidPrimaryBrightness;
|
|
229
|
+
exports.inverseSurfaceSolidPrimaryBrightnessActive = index.inverseSurfaceSolidPrimaryBrightnessActive;
|
|
230
|
+
exports.inverseSurfaceSolidPrimaryBrightnessHover = index.inverseSurfaceSolidPrimaryBrightnessHover;
|
|
207
231
|
exports.inverseSurfaceSolidPrimaryHover = index.inverseSurfaceSolidPrimaryHover;
|
|
208
232
|
exports.inverseSurfaceSolidSecondary = index.inverseSurfaceSolidSecondary;
|
|
209
233
|
exports.inverseSurfaceSolidSecondaryActive = index.inverseSurfaceSolidSecondaryActive;
|
|
@@ -216,15 +240,25 @@ exports.inverseSurfaceTransparentAccentActive = index.inverseSurfaceTransparentA
|
|
|
216
240
|
exports.inverseSurfaceTransparentAccentHover = index.inverseSurfaceTransparentAccentHover;
|
|
217
241
|
exports.inverseSurfaceTransparentAccentMinor = index.inverseSurfaceTransparentAccentMinor;
|
|
218
242
|
exports.inverseSurfaceTransparentAccentMinorActive = index.inverseSurfaceTransparentAccentMinorActive;
|
|
219
|
-
exports.inverseSurfaceTransparentAccentMinorBrightness = index.inverseSurfaceTransparentAccentMinorBrightness;
|
|
220
243
|
exports.inverseSurfaceTransparentAccentMinorHover = index.inverseSurfaceTransparentAccentMinorHover;
|
|
221
244
|
exports.inverseSurfaceTransparentCard = index.inverseSurfaceTransparentCard;
|
|
222
245
|
exports.inverseSurfaceTransparentCardActive = index.inverseSurfaceTransparentCardActive;
|
|
223
246
|
exports.inverseSurfaceTransparentCardBrightness = index.inverseSurfaceTransparentCardBrightness;
|
|
247
|
+
exports.inverseSurfaceTransparentCardBrightnessActive = index.inverseSurfaceTransparentCardBrightnessActive;
|
|
248
|
+
exports.inverseSurfaceTransparentCardBrightnessHover = index.inverseSurfaceTransparentCardBrightnessHover;
|
|
224
249
|
exports.inverseSurfaceTransparentCardHover = index.inverseSurfaceTransparentCardHover;
|
|
225
250
|
exports.inverseSurfaceTransparentDeep = index.inverseSurfaceTransparentDeep;
|
|
226
251
|
exports.inverseSurfaceTransparentDeepActive = index.inverseSurfaceTransparentDeepActive;
|
|
227
252
|
exports.inverseSurfaceTransparentDeepHover = index.inverseSurfaceTransparentDeepHover;
|
|
253
|
+
exports.inverseSurfaceTransparentInfoActive = index.inverseSurfaceTransparentInfoActive;
|
|
254
|
+
exports.inverseSurfaceTransparentInfoHover = index.inverseSurfaceTransparentInfoHover;
|
|
255
|
+
exports.inverseSurfaceTransparentNavi = index.inverseSurfaceTransparentNavi;
|
|
256
|
+
exports.inverseSurfaceTransparentNaviActive = index.inverseSurfaceTransparentNaviActive;
|
|
257
|
+
exports.inverseSurfaceTransparentNaviHover = index.inverseSurfaceTransparentNaviHover;
|
|
258
|
+
exports.inverseSurfaceTransparentNegativeActive = index.inverseSurfaceTransparentNegativeActive;
|
|
259
|
+
exports.inverseSurfaceTransparentNegativeHover = index.inverseSurfaceTransparentNegativeHover;
|
|
260
|
+
exports.inverseSurfaceTransparentPositiveActive = index.inverseSurfaceTransparentPositiveActive;
|
|
261
|
+
exports.inverseSurfaceTransparentPositiveHover = index.inverseSurfaceTransparentPositiveHover;
|
|
228
262
|
exports.inverseSurfaceTransparentPrimary = index.inverseSurfaceTransparentPrimary;
|
|
229
263
|
exports.inverseSurfaceTransparentPrimaryActive = index.inverseSurfaceTransparentPrimaryActive;
|
|
230
264
|
exports.inverseSurfaceTransparentPrimaryHover = index.inverseSurfaceTransparentPrimaryHover;
|
|
@@ -234,15 +268,16 @@ exports.inverseSurfaceTransparentSecondaryHover = index.inverseSurfaceTransparen
|
|
|
234
268
|
exports.inverseSurfaceTransparentTertiary = index.inverseSurfaceTransparentTertiary;
|
|
235
269
|
exports.inverseSurfaceTransparentTertiaryActive = index.inverseSurfaceTransparentTertiaryActive;
|
|
236
270
|
exports.inverseSurfaceTransparentTertiaryHover = index.inverseSurfaceTransparentTertiaryHover;
|
|
271
|
+
exports.inverseSurfaceTransparentWarningActive = index.inverseSurfaceTransparentWarningActive;
|
|
272
|
+
exports.inverseSurfaceTransparentWarningHover = index.inverseSurfaceTransparentWarningHover;
|
|
237
273
|
exports.inverseSurfaceWarning = index.inverseSurfaceWarning;
|
|
238
274
|
exports.inverseSurfaceWarningActive = index.inverseSurfaceWarningActive;
|
|
239
275
|
exports.inverseSurfaceWarningHover = index.inverseSurfaceWarningHover;
|
|
276
|
+
exports.inverseSurfaceWarningMinorActive = index.inverseSurfaceWarningMinorActive;
|
|
277
|
+
exports.inverseSurfaceWarningMinorHover = index.inverseSurfaceWarningMinorHover;
|
|
240
278
|
exports.inverseTextAccent = index.inverseTextAccent;
|
|
241
279
|
exports.inverseTextAccentActive = index.inverseTextAccentActive;
|
|
242
|
-
exports.
|
|
243
|
-
exports.inverseTextAccentGradientAiActive = index.inverseTextAccentGradientAiActive;
|
|
244
|
-
exports.inverseTextAccentGradientAiBrightness = index.inverseTextAccentGradientAiBrightness;
|
|
245
|
-
exports.inverseTextAccentGradientAiHover = index.inverseTextAccentGradientAiHover;
|
|
280
|
+
exports.inverseTextAccentGradientAI = index.inverseTextAccentGradientAI;
|
|
246
281
|
exports.inverseTextAccentHover = index.inverseTextAccentHover;
|
|
247
282
|
exports.inverseTextAccentMinor = index.inverseTextAccentMinor;
|
|
248
283
|
exports.inverseTextAccentMinorActive = index.inverseTextAccentMinorActive;
|
|
@@ -250,18 +285,26 @@ exports.inverseTextAccentMinorHover = index.inverseTextAccentMinorHover;
|
|
|
250
285
|
exports.inverseTextInfo = index.inverseTextInfo;
|
|
251
286
|
exports.inverseTextInfoActive = index.inverseTextInfoActive;
|
|
252
287
|
exports.inverseTextInfoHover = index.inverseTextInfoHover;
|
|
288
|
+
exports.inverseTextInfoMinorActive = index.inverseTextInfoMinorActive;
|
|
289
|
+
exports.inverseTextInfoMinorHover = index.inverseTextInfoMinorHover;
|
|
253
290
|
exports.inverseTextNegative = index.inverseTextNegative;
|
|
254
291
|
exports.inverseTextNegativeActive = index.inverseTextNegativeActive;
|
|
255
292
|
exports.inverseTextNegativeHover = index.inverseTextNegativeHover;
|
|
293
|
+
exports.inverseTextNegativeMinorActive = index.inverseTextNegativeMinorActive;
|
|
294
|
+
exports.inverseTextNegativeMinorHover = index.inverseTextNegativeMinorHover;
|
|
256
295
|
exports.inverseTextParagraph = index.inverseTextParagraph;
|
|
257
296
|
exports.inverseTextParagraphActive = index.inverseTextParagraphActive;
|
|
258
297
|
exports.inverseTextParagraphHover = index.inverseTextParagraphHover;
|
|
259
298
|
exports.inverseTextPositive = index.inverseTextPositive;
|
|
260
299
|
exports.inverseTextPositiveActive = index.inverseTextPositiveActive;
|
|
261
300
|
exports.inverseTextPositiveHover = index.inverseTextPositiveHover;
|
|
301
|
+
exports.inverseTextPositiveMinorActive = index.inverseTextPositiveMinorActive;
|
|
302
|
+
exports.inverseTextPositiveMinorHover = index.inverseTextPositiveMinorHover;
|
|
262
303
|
exports.inverseTextPrimary = index.inverseTextPrimary;
|
|
263
304
|
exports.inverseTextPrimaryActive = index.inverseTextPrimaryActive;
|
|
264
305
|
exports.inverseTextPrimaryBrightness = index.inverseTextPrimaryBrightness;
|
|
306
|
+
exports.inverseTextPrimaryBrightnessActive = index.inverseTextPrimaryBrightnessActive;
|
|
307
|
+
exports.inverseTextPrimaryBrightnessHover = index.inverseTextPrimaryBrightnessHover;
|
|
265
308
|
exports.inverseTextPrimaryHover = index.inverseTextPrimaryHover;
|
|
266
309
|
exports.inverseTextSecondary = index.inverseTextSecondary;
|
|
267
310
|
exports.inverseTextSecondaryActive = index.inverseTextSecondaryActive;
|
|
@@ -272,145 +315,154 @@ exports.inverseTextTertiaryHover = index.inverseTextTertiaryHover;
|
|
|
272
315
|
exports.inverseTextWarning = index.inverseTextWarning;
|
|
273
316
|
exports.inverseTextWarningActive = index.inverseTextWarningActive;
|
|
274
317
|
exports.inverseTextWarningHover = index.inverseTextWarningHover;
|
|
318
|
+
exports.inverseTextWarningMinorActive = index.inverseTextWarningMinorActive;
|
|
319
|
+
exports.inverseTextWarningMinorHover = index.inverseTextWarningMinorHover;
|
|
320
|
+
exports.lightBackgroundGradient = index.lightBackgroundGradient;
|
|
321
|
+
exports.lightBackgroundHardline = index.lightBackgroundHardline;
|
|
275
322
|
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;
|
|
323
|
+
exports.lightBackgroundSecondary = index.lightBackgroundSecondary;
|
|
324
|
+
exports.lightBackgroundTertiary = index.lightBackgroundTertiary;
|
|
285
325
|
exports.onDarkDataYellowActive = index.onDarkDataYellowActive;
|
|
286
326
|
exports.onDarkDataYellowHover = index.onDarkDataYellowHover;
|
|
287
|
-
exports.onDarkDataYellowMinor = index.onDarkDataYellowMinor;
|
|
288
327
|
exports.onDarkDataYellowMinorActive = index.onDarkDataYellowMinorActive;
|
|
289
328
|
exports.onDarkDataYellowMinorHover = index.onDarkDataYellowMinorHover;
|
|
290
|
-
exports.onDarkDataYellowTransparent = index.onDarkDataYellowTransparent;
|
|
291
329
|
exports.onDarkDataYellowTransparentActive = index.onDarkDataYellowTransparentActive;
|
|
292
330
|
exports.onDarkDataYellowTransparentHover = index.onDarkDataYellowTransparentHover;
|
|
293
|
-
exports.
|
|
294
|
-
exports.
|
|
295
|
-
exports.
|
|
331
|
+
exports.onDarkOutlineAccentActive = index.onDarkOutlineAccentActive;
|
|
332
|
+
exports.onDarkOutlineAccentHover = index.onDarkOutlineAccentHover;
|
|
333
|
+
exports.onDarkOutlineAccentMinorActive = index.onDarkOutlineAccentMinorActive;
|
|
334
|
+
exports.onDarkOutlineAccentMinorHover = index.onDarkOutlineAccentMinorHover;
|
|
335
|
+
exports.onDarkOutlineClear = index.onDarkOutlineClear;
|
|
336
|
+
exports.onDarkOutlineClearActive = index.onDarkOutlineClearActive;
|
|
337
|
+
exports.onDarkOutlineClearHover = index.onDarkOutlineClearHover;
|
|
296
338
|
exports.onDarkOutlineDefault = index.onDarkOutlineDefault;
|
|
297
339
|
exports.onDarkOutlineDefaultActive = index.onDarkOutlineDefaultActive;
|
|
298
|
-
exports.onDarkOutlineDefaultBrightness = index.onDarkOutlineDefaultBrightness;
|
|
299
340
|
exports.onDarkOutlineDefaultHover = index.onDarkOutlineDefaultHover;
|
|
300
|
-
exports.
|
|
301
|
-
exports.
|
|
302
|
-
exports.
|
|
303
|
-
exports.
|
|
341
|
+
exports.onDarkOutlineInfo = index.onDarkOutlineInfo;
|
|
342
|
+
exports.onDarkOutlineInfoActive = index.onDarkOutlineInfoActive;
|
|
343
|
+
exports.onDarkOutlineInfoHover = index.onDarkOutlineInfoHover;
|
|
344
|
+
exports.onDarkOutlineInfoMinorActive = index.onDarkOutlineInfoMinorActive;
|
|
345
|
+
exports.onDarkOutlineInfoMinorHover = index.onDarkOutlineInfoMinorHover;
|
|
304
346
|
exports.onDarkOutlineNegative = index.onDarkOutlineNegative;
|
|
305
347
|
exports.onDarkOutlineNegativeActive = index.onDarkOutlineNegativeActive;
|
|
306
348
|
exports.onDarkOutlineNegativeHover = index.onDarkOutlineNegativeHover;
|
|
349
|
+
exports.onDarkOutlineNegativeMinorActive = index.onDarkOutlineNegativeMinorActive;
|
|
350
|
+
exports.onDarkOutlineNegativeMinorHover = index.onDarkOutlineNegativeMinorHover;
|
|
307
351
|
exports.onDarkOutlinePositive = index.onDarkOutlinePositive;
|
|
308
352
|
exports.onDarkOutlinePositiveActive = index.onDarkOutlinePositiveActive;
|
|
309
353
|
exports.onDarkOutlinePositiveHover = index.onDarkOutlinePositiveHover;
|
|
310
|
-
exports.
|
|
311
|
-
exports.
|
|
312
|
-
exports.
|
|
354
|
+
exports.onDarkOutlinePositiveMinorActive = index.onDarkOutlinePositiveMinorActive;
|
|
355
|
+
exports.onDarkOutlinePositiveMinorHover = index.onDarkOutlinePositiveMinorHover;
|
|
356
|
+
exports.onDarkOutlinePrimary = index.onDarkOutlinePrimary;
|
|
357
|
+
exports.onDarkOutlinePrimaryActive = index.onDarkOutlinePrimaryActive;
|
|
358
|
+
exports.onDarkOutlinePrimaryHover = index.onDarkOutlinePrimaryHover;
|
|
359
|
+
exports.onDarkOutlineReadOnlyActive = index.onDarkOutlineReadOnlyActive;
|
|
360
|
+
exports.onDarkOutlineReadOnlyHover = index.onDarkOutlineReadOnlyHover;
|
|
361
|
+
exports.onDarkOutlineSolidDefaultActive = index.onDarkOutlineSolidDefaultActive;
|
|
362
|
+
exports.onDarkOutlineSolidDefaultHover = index.onDarkOutlineSolidDefaultHover;
|
|
363
|
+
exports.onDarkOutlineSolidPrimaryActive = index.onDarkOutlineSolidPrimaryActive;
|
|
364
|
+
exports.onDarkOutlineSolidPrimaryHover = index.onDarkOutlineSolidPrimaryHover;
|
|
365
|
+
exports.onDarkOutlineSolidSecondaryActive = index.onDarkOutlineSolidSecondaryActive;
|
|
366
|
+
exports.onDarkOutlineSolidSecondaryHover = index.onDarkOutlineSolidSecondaryHover;
|
|
367
|
+
exports.onDarkOutlineSolidTertiaryActive = index.onDarkOutlineSolidTertiaryActive;
|
|
368
|
+
exports.onDarkOutlineSolidTertiaryHover = index.onDarkOutlineSolidTertiaryHover;
|
|
369
|
+
exports.onDarkOutlineTransparentAccentActive = index.onDarkOutlineTransparentAccentActive;
|
|
370
|
+
exports.onDarkOutlineTransparentAccentHover = index.onDarkOutlineTransparentAccentHover;
|
|
371
|
+
exports.onDarkOutlineTransparentInfoActive = index.onDarkOutlineTransparentInfoActive;
|
|
372
|
+
exports.onDarkOutlineTransparentInfoHover = index.onDarkOutlineTransparentInfoHover;
|
|
373
|
+
exports.onDarkOutlineTransparentNegativeActive = index.onDarkOutlineTransparentNegativeActive;
|
|
374
|
+
exports.onDarkOutlineTransparentNegativeHover = index.onDarkOutlineTransparentNegativeHover;
|
|
375
|
+
exports.onDarkOutlineTransparentPositiveActive = index.onDarkOutlineTransparentPositiveActive;
|
|
376
|
+
exports.onDarkOutlineTransparentPositiveHover = index.onDarkOutlineTransparentPositiveHover;
|
|
313
377
|
exports.onDarkOutlineTransparentPrimary = index.onDarkOutlineTransparentPrimary;
|
|
314
378
|
exports.onDarkOutlineTransparentPrimaryActive = index.onDarkOutlineTransparentPrimaryActive;
|
|
315
379
|
exports.onDarkOutlineTransparentPrimaryHover = index.onDarkOutlineTransparentPrimaryHover;
|
|
316
|
-
exports.
|
|
317
|
-
exports.
|
|
318
|
-
exports.
|
|
319
|
-
exports.
|
|
380
|
+
exports.onDarkOutlineTransparentSecondaryActive = index.onDarkOutlineTransparentSecondaryActive;
|
|
381
|
+
exports.onDarkOutlineTransparentSecondaryHover = index.onDarkOutlineTransparentSecondaryHover;
|
|
382
|
+
exports.onDarkOutlineTransparentTertiaryActive = index.onDarkOutlineTransparentTertiaryActive;
|
|
383
|
+
exports.onDarkOutlineTransparentTertiaryHover = index.onDarkOutlineTransparentTertiaryHover;
|
|
384
|
+
exports.onDarkOutlineTransparentWarningActive = index.onDarkOutlineTransparentWarningActive;
|
|
385
|
+
exports.onDarkOutlineTransparentWarningHover = index.onDarkOutlineTransparentWarningHover;
|
|
320
386
|
exports.onDarkOutlineWarning = index.onDarkOutlineWarning;
|
|
321
387
|
exports.onDarkOutlineWarningActive = index.onDarkOutlineWarningActive;
|
|
322
388
|
exports.onDarkOutlineWarningHover = index.onDarkOutlineWarningHover;
|
|
389
|
+
exports.onDarkOutlineWarningMinorActive = index.onDarkOutlineWarningMinorActive;
|
|
390
|
+
exports.onDarkOutlineWarningMinorHover = index.onDarkOutlineWarningMinorHover;
|
|
391
|
+
exports.onDarkOutlineWhiteGradient = index.onDarkOutlineWhiteGradient;
|
|
392
|
+
exports.onDarkOverlayGradient = index.onDarkOverlayGradient;
|
|
323
393
|
exports.onDarkOverlayHard = index.onDarkOverlayHard;
|
|
324
394
|
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.
|
|
344
|
-
exports.
|
|
345
|
-
exports.
|
|
346
|
-
exports.
|
|
347
|
-
exports.
|
|
348
|
-
exports.
|
|
349
|
-
exports.
|
|
350
|
-
exports.
|
|
351
|
-
exports.
|
|
352
|
-
exports.
|
|
353
|
-
exports.
|
|
354
|
-
exports.
|
|
355
|
-
exports.
|
|
356
|
-
exports.
|
|
357
|
-
exports.
|
|
358
|
-
exports.
|
|
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;
|
|
395
|
+
exports.onDarkPersonasBlueSurfaceAccentGradient = index.onDarkPersonasBlueSurfaceAccentGradient;
|
|
396
|
+
exports.onDarkPersonasBlueTextAccent = index.onDarkPersonasBlueTextAccent;
|
|
397
|
+
exports.onDarkPersonasBlueTextAccentActive = index.onDarkPersonasBlueTextAccentActive;
|
|
398
|
+
exports.onDarkPersonasBlueTextAccentHover = index.onDarkPersonasBlueTextAccentHover;
|
|
399
|
+
exports.onDarkPersonasGreenSurfaceAccentGradient = index.onDarkPersonasGreenSurfaceAccentGradient;
|
|
400
|
+
exports.onDarkPersonasGreenTextAccent = index.onDarkPersonasGreenTextAccent;
|
|
401
|
+
exports.onDarkPersonasGreenTextAccentActive = index.onDarkPersonasGreenTextAccentActive;
|
|
402
|
+
exports.onDarkPersonasGreenTextAccentHover = index.onDarkPersonasGreenTextAccentHover;
|
|
403
|
+
exports.onDarkPersonasIndigoSurfaceAccentGradient = index.onDarkPersonasIndigoSurfaceAccentGradient;
|
|
404
|
+
exports.onDarkPersonasIndigoTextAccent = index.onDarkPersonasIndigoTextAccent;
|
|
405
|
+
exports.onDarkPersonasIndigoTextAccentActive = index.onDarkPersonasIndigoTextAccentActive;
|
|
406
|
+
exports.onDarkPersonasIndigoTextAccentHover = index.onDarkPersonasIndigoTextAccentHover;
|
|
407
|
+
exports.onDarkPersonasOchreSurfaceAccentGradient = index.onDarkPersonasOchreSurfaceAccentGradient;
|
|
408
|
+
exports.onDarkPersonasOchreTextAccent = index.onDarkPersonasOchreTextAccent;
|
|
409
|
+
exports.onDarkPersonasOchreTextAccentActive = index.onDarkPersonasOchreTextAccentActive;
|
|
410
|
+
exports.onDarkPersonasOchreTextAccentHover = index.onDarkPersonasOchreTextAccentHover;
|
|
411
|
+
exports.onDarkPersonasOliveSurfaceAccentGradient = index.onDarkPersonasOliveSurfaceAccentGradient;
|
|
412
|
+
exports.onDarkPersonasOliveTextAccent = index.onDarkPersonasOliveTextAccent;
|
|
413
|
+
exports.onDarkPersonasOliveTextAccentActive = index.onDarkPersonasOliveTextAccentActive;
|
|
414
|
+
exports.onDarkPersonasOliveTextAccentHover = index.onDarkPersonasOliveTextAccentHover;
|
|
415
|
+
exports.onDarkPersonasPinkSurfaceAccentGradient = index.onDarkPersonasPinkSurfaceAccentGradient;
|
|
416
|
+
exports.onDarkPersonasPinkTextAccent = index.onDarkPersonasPinkTextAccent;
|
|
417
|
+
exports.onDarkPersonasPinkTextAccentActive = index.onDarkPersonasPinkTextAccentActive;
|
|
418
|
+
exports.onDarkPersonasPinkTextAccentHover = index.onDarkPersonasPinkTextAccentHover;
|
|
419
|
+
exports.onDarkPersonasSeaBlueSurfaceAccentGradient = index.onDarkPersonasSeaBlueSurfaceAccentGradient;
|
|
420
|
+
exports.onDarkPersonasSeaBlueTextAccent = index.onDarkPersonasSeaBlueTextAccent;
|
|
421
|
+
exports.onDarkPersonasSeaBlueTextAccentActive = index.onDarkPersonasSeaBlueTextAccentActive;
|
|
422
|
+
exports.onDarkPersonasSeaBlueTextAccentHover = index.onDarkPersonasSeaBlueTextAccentHover;
|
|
423
|
+
exports.onDarkPersonasVioletSurfaceAccentGradient = index.onDarkPersonasVioletSurfaceAccentGradient;
|
|
424
|
+
exports.onDarkPersonasVioletTextAccent = index.onDarkPersonasVioletTextAccent;
|
|
425
|
+
exports.onDarkPersonasVioletTextAccentActive = index.onDarkPersonasVioletTextAccentActive;
|
|
426
|
+
exports.onDarkPersonasVioletTextAccentHover = index.onDarkPersonasVioletTextAccentHover;
|
|
427
|
+
exports.onDarkSurfaceAccent = index.onDarkSurfaceAccent;
|
|
428
|
+
exports.onDarkSurfaceAccentActive = index.onDarkSurfaceAccentActive;
|
|
381
429
|
exports.onDarkSurfaceAccentGradient = index.onDarkSurfaceAccentGradient;
|
|
382
|
-
exports.
|
|
383
|
-
exports.
|
|
384
|
-
exports.onDarkSurfaceAccentGradientHover = index.onDarkSurfaceAccentGradientHover;
|
|
430
|
+
exports.onDarkSurfaceAccentGradientSecondary = index.onDarkSurfaceAccentGradientSecondary;
|
|
431
|
+
exports.onDarkSurfaceAccentHover = index.onDarkSurfaceAccentHover;
|
|
385
432
|
exports.onDarkSurfaceAccentMinor = index.onDarkSurfaceAccentMinor;
|
|
386
433
|
exports.onDarkSurfaceAccentMinorActive = index.onDarkSurfaceAccentMinorActive;
|
|
434
|
+
exports.onDarkSurfaceAccentMinorGradient = index.onDarkSurfaceAccentMinorGradient;
|
|
387
435
|
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
436
|
exports.onDarkSurfaceAccentSecondary = index.onDarkSurfaceAccentSecondary;
|
|
393
437
|
exports.onDarkSurfaceAccentSecondaryActive = index.onDarkSurfaceAccentSecondaryActive;
|
|
394
|
-
exports.onDarkSurfaceAccentSecondaryBrightness = index.onDarkSurfaceAccentSecondaryBrightness;
|
|
395
438
|
exports.onDarkSurfaceAccentSecondaryHover = index.onDarkSurfaceAccentSecondaryHover;
|
|
439
|
+
exports.onDarkSurfaceClear = index.onDarkSurfaceClear;
|
|
440
|
+
exports.onDarkSurfaceClearActive = index.onDarkSurfaceClearActive;
|
|
441
|
+
exports.onDarkSurfaceClearHover = index.onDarkSurfaceClearHover;
|
|
396
442
|
exports.onDarkSurfaceInfo = index.onDarkSurfaceInfo;
|
|
397
443
|
exports.onDarkSurfaceInfoActive = index.onDarkSurfaceInfoActive;
|
|
398
444
|
exports.onDarkSurfaceInfoHover = index.onDarkSurfaceInfoHover;
|
|
445
|
+
exports.onDarkSurfaceInfoMinorActive = index.onDarkSurfaceInfoMinorActive;
|
|
446
|
+
exports.onDarkSurfaceInfoMinorHover = index.onDarkSurfaceInfoMinorHover;
|
|
399
447
|
exports.onDarkSurfaceNegative = index.onDarkSurfaceNegative;
|
|
400
448
|
exports.onDarkSurfaceNegativeActive = index.onDarkSurfaceNegativeActive;
|
|
401
449
|
exports.onDarkSurfaceNegativeHover = index.onDarkSurfaceNegativeHover;
|
|
450
|
+
exports.onDarkSurfaceNegativeMinorActive = index.onDarkSurfaceNegativeMinorActive;
|
|
451
|
+
exports.onDarkSurfaceNegativeMinorHover = index.onDarkSurfaceNegativeMinorHover;
|
|
402
452
|
exports.onDarkSurfacePositive = index.onDarkSurfacePositive;
|
|
403
453
|
exports.onDarkSurfacePositiveActive = index.onDarkSurfacePositiveActive;
|
|
404
454
|
exports.onDarkSurfacePositiveHover = index.onDarkSurfacePositiveHover;
|
|
405
|
-
exports.
|
|
406
|
-
exports.
|
|
407
|
-
exports.
|
|
455
|
+
exports.onDarkSurfacePositiveMinorActive = index.onDarkSurfacePositiveMinorActive;
|
|
456
|
+
exports.onDarkSurfacePositiveMinorHover = index.onDarkSurfacePositiveMinorHover;
|
|
457
|
+
exports.onDarkSurfaceReadOnly = index.onDarkSurfaceReadOnly;
|
|
458
|
+
exports.onDarkSurfaceReadOnlyActive = index.onDarkSurfaceReadOnlyActive;
|
|
459
|
+
exports.onDarkSurfaceReadOnlyHover = index.onDarkSurfaceReadOnlyHover;
|
|
408
460
|
exports.onDarkSurfaceSkeletonGradient = index.onDarkSurfaceSkeletonGradient;
|
|
409
|
-
exports.onDarkSurfaceSkeletonGradientActive = index.onDarkSurfaceSkeletonGradientActive;
|
|
410
|
-
exports.onDarkSurfaceSkeletonGradientHover = index.onDarkSurfaceSkeletonGradientHover;
|
|
411
461
|
exports.onDarkSurfaceSolidCard = index.onDarkSurfaceSolidCard;
|
|
412
462
|
exports.onDarkSurfaceSolidCardActive = index.onDarkSurfaceSolidCardActive;
|
|
413
463
|
exports.onDarkSurfaceSolidCardBrightness = index.onDarkSurfaceSolidCardBrightness;
|
|
464
|
+
exports.onDarkSurfaceSolidCardBrightnessActive = index.onDarkSurfaceSolidCardBrightnessActive;
|
|
465
|
+
exports.onDarkSurfaceSolidCardBrightnessHover = index.onDarkSurfaceSolidCardBrightnessHover;
|
|
414
466
|
exports.onDarkSurfaceSolidCardHover = index.onDarkSurfaceSolidCardHover;
|
|
415
467
|
exports.onDarkSurfaceSolidDefault = index.onDarkSurfaceSolidDefault;
|
|
416
468
|
exports.onDarkSurfaceSolidDefaultActive = index.onDarkSurfaceSolidDefaultActive;
|
|
@@ -418,6 +470,8 @@ exports.onDarkSurfaceSolidDefaultHover = index.onDarkSurfaceSolidDefaultHover;
|
|
|
418
470
|
exports.onDarkSurfaceSolidPrimary = index.onDarkSurfaceSolidPrimary;
|
|
419
471
|
exports.onDarkSurfaceSolidPrimaryActive = index.onDarkSurfaceSolidPrimaryActive;
|
|
420
472
|
exports.onDarkSurfaceSolidPrimaryBrightness = index.onDarkSurfaceSolidPrimaryBrightness;
|
|
473
|
+
exports.onDarkSurfaceSolidPrimaryBrightnessActive = index.onDarkSurfaceSolidPrimaryBrightnessActive;
|
|
474
|
+
exports.onDarkSurfaceSolidPrimaryBrightnessHover = index.onDarkSurfaceSolidPrimaryBrightnessHover;
|
|
421
475
|
exports.onDarkSurfaceSolidPrimaryHover = index.onDarkSurfaceSolidPrimaryHover;
|
|
422
476
|
exports.onDarkSurfaceSolidSecondary = index.onDarkSurfaceSolidSecondary;
|
|
423
477
|
exports.onDarkSurfaceSolidSecondaryActive = index.onDarkSurfaceSolidSecondaryActive;
|
|
@@ -430,15 +484,25 @@ exports.onDarkSurfaceTransparentAccentActive = index.onDarkSurfaceTransparentAcc
|
|
|
430
484
|
exports.onDarkSurfaceTransparentAccentHover = index.onDarkSurfaceTransparentAccentHover;
|
|
431
485
|
exports.onDarkSurfaceTransparentAccentMinor = index.onDarkSurfaceTransparentAccentMinor;
|
|
432
486
|
exports.onDarkSurfaceTransparentAccentMinorActive = index.onDarkSurfaceTransparentAccentMinorActive;
|
|
433
|
-
exports.onDarkSurfaceTransparentAccentMinorBrightness = index.onDarkSurfaceTransparentAccentMinorBrightness;
|
|
434
487
|
exports.onDarkSurfaceTransparentAccentMinorHover = index.onDarkSurfaceTransparentAccentMinorHover;
|
|
435
488
|
exports.onDarkSurfaceTransparentCard = index.onDarkSurfaceTransparentCard;
|
|
436
489
|
exports.onDarkSurfaceTransparentCardActive = index.onDarkSurfaceTransparentCardActive;
|
|
437
490
|
exports.onDarkSurfaceTransparentCardBrightness = index.onDarkSurfaceTransparentCardBrightness;
|
|
491
|
+
exports.onDarkSurfaceTransparentCardBrightnessActive = index.onDarkSurfaceTransparentCardBrightnessActive;
|
|
492
|
+
exports.onDarkSurfaceTransparentCardBrightnessHover = index.onDarkSurfaceTransparentCardBrightnessHover;
|
|
438
493
|
exports.onDarkSurfaceTransparentCardHover = index.onDarkSurfaceTransparentCardHover;
|
|
439
494
|
exports.onDarkSurfaceTransparentDeep = index.onDarkSurfaceTransparentDeep;
|
|
440
495
|
exports.onDarkSurfaceTransparentDeepActive = index.onDarkSurfaceTransparentDeepActive;
|
|
441
496
|
exports.onDarkSurfaceTransparentDeepHover = index.onDarkSurfaceTransparentDeepHover;
|
|
497
|
+
exports.onDarkSurfaceTransparentInfoActive = index.onDarkSurfaceTransparentInfoActive;
|
|
498
|
+
exports.onDarkSurfaceTransparentInfoHover = index.onDarkSurfaceTransparentInfoHover;
|
|
499
|
+
exports.onDarkSurfaceTransparentNavi = index.onDarkSurfaceTransparentNavi;
|
|
500
|
+
exports.onDarkSurfaceTransparentNaviActive = index.onDarkSurfaceTransparentNaviActive;
|
|
501
|
+
exports.onDarkSurfaceTransparentNaviHover = index.onDarkSurfaceTransparentNaviHover;
|
|
502
|
+
exports.onDarkSurfaceTransparentNegativeActive = index.onDarkSurfaceTransparentNegativeActive;
|
|
503
|
+
exports.onDarkSurfaceTransparentNegativeHover = index.onDarkSurfaceTransparentNegativeHover;
|
|
504
|
+
exports.onDarkSurfaceTransparentPositiveActive = index.onDarkSurfaceTransparentPositiveActive;
|
|
505
|
+
exports.onDarkSurfaceTransparentPositiveHover = index.onDarkSurfaceTransparentPositiveHover;
|
|
442
506
|
exports.onDarkSurfaceTransparentPrimary = index.onDarkSurfaceTransparentPrimary;
|
|
443
507
|
exports.onDarkSurfaceTransparentPrimaryActive = index.onDarkSurfaceTransparentPrimaryActive;
|
|
444
508
|
exports.onDarkSurfaceTransparentPrimaryHover = index.onDarkSurfaceTransparentPrimaryHover;
|
|
@@ -448,32 +512,43 @@ exports.onDarkSurfaceTransparentSecondaryHover = index.onDarkSurfaceTransparentS
|
|
|
448
512
|
exports.onDarkSurfaceTransparentTertiary = index.onDarkSurfaceTransparentTertiary;
|
|
449
513
|
exports.onDarkSurfaceTransparentTertiaryActive = index.onDarkSurfaceTransparentTertiaryActive;
|
|
450
514
|
exports.onDarkSurfaceTransparentTertiaryHover = index.onDarkSurfaceTransparentTertiaryHover;
|
|
515
|
+
exports.onDarkSurfaceTransparentWarningActive = index.onDarkSurfaceTransparentWarningActive;
|
|
516
|
+
exports.onDarkSurfaceTransparentWarningHover = index.onDarkSurfaceTransparentWarningHover;
|
|
451
517
|
exports.onDarkSurfaceWarning = index.onDarkSurfaceWarning;
|
|
452
518
|
exports.onDarkSurfaceWarningActive = index.onDarkSurfaceWarningActive;
|
|
453
519
|
exports.onDarkSurfaceWarningHover = index.onDarkSurfaceWarningHover;
|
|
520
|
+
exports.onDarkSurfaceWarningMinorActive = index.onDarkSurfaceWarningMinorActive;
|
|
521
|
+
exports.onDarkSurfaceWarningMinorHover = index.onDarkSurfaceWarningMinorHover;
|
|
454
522
|
exports.onDarkTextAccent = index.onDarkTextAccent;
|
|
455
523
|
exports.onDarkTextAccentActive = index.onDarkTextAccentActive;
|
|
456
|
-
exports.
|
|
457
|
-
exports.onDarkTextAccentGradientAiActive = index.onDarkTextAccentGradientAiActive;
|
|
458
|
-
exports.onDarkTextAccentGradientAiBrightness = index.onDarkTextAccentGradientAiBrightness;
|
|
459
|
-
exports.onDarkTextAccentGradientAiHover = index.onDarkTextAccentGradientAiHover;
|
|
524
|
+
exports.onDarkTextAccentGradientAI = index.onDarkTextAccentGradientAI;
|
|
460
525
|
exports.onDarkTextAccentHover = index.onDarkTextAccentHover;
|
|
461
526
|
exports.onDarkTextAccentMinor = index.onDarkTextAccentMinor;
|
|
462
527
|
exports.onDarkTextAccentMinorActive = index.onDarkTextAccentMinorActive;
|
|
463
528
|
exports.onDarkTextAccentMinorHover = index.onDarkTextAccentMinorHover;
|
|
464
529
|
exports.onDarkTextInfo = index.onDarkTextInfo;
|
|
530
|
+
exports.onDarkTextInfoActive = index.onDarkTextInfoActive;
|
|
531
|
+
exports.onDarkTextInfoHover = index.onDarkTextInfoHover;
|
|
532
|
+
exports.onDarkTextInfoMinorActive = index.onDarkTextInfoMinorActive;
|
|
533
|
+
exports.onDarkTextInfoMinorHover = index.onDarkTextInfoMinorHover;
|
|
465
534
|
exports.onDarkTextNegative = index.onDarkTextNegative;
|
|
466
535
|
exports.onDarkTextNegativeActive = index.onDarkTextNegativeActive;
|
|
467
536
|
exports.onDarkTextNegativeHover = index.onDarkTextNegativeHover;
|
|
537
|
+
exports.onDarkTextNegativeMinorActive = index.onDarkTextNegativeMinorActive;
|
|
538
|
+
exports.onDarkTextNegativeMinorHover = index.onDarkTextNegativeMinorHover;
|
|
468
539
|
exports.onDarkTextParagraph = index.onDarkTextParagraph;
|
|
469
540
|
exports.onDarkTextParagraphActive = index.onDarkTextParagraphActive;
|
|
470
541
|
exports.onDarkTextParagraphHover = index.onDarkTextParagraphHover;
|
|
471
542
|
exports.onDarkTextPositive = index.onDarkTextPositive;
|
|
472
543
|
exports.onDarkTextPositiveActive = index.onDarkTextPositiveActive;
|
|
473
544
|
exports.onDarkTextPositiveHover = index.onDarkTextPositiveHover;
|
|
545
|
+
exports.onDarkTextPositiveMinorActive = index.onDarkTextPositiveMinorActive;
|
|
546
|
+
exports.onDarkTextPositiveMinorHover = index.onDarkTextPositiveMinorHover;
|
|
474
547
|
exports.onDarkTextPrimary = index.onDarkTextPrimary;
|
|
475
548
|
exports.onDarkTextPrimaryActive = index.onDarkTextPrimaryActive;
|
|
476
549
|
exports.onDarkTextPrimaryBrightness = index.onDarkTextPrimaryBrightness;
|
|
550
|
+
exports.onDarkTextPrimaryBrightnessActive = index.onDarkTextPrimaryBrightnessActive;
|
|
551
|
+
exports.onDarkTextPrimaryBrightnessHover = index.onDarkTextPrimaryBrightnessHover;
|
|
477
552
|
exports.onDarkTextPrimaryHover = index.onDarkTextPrimaryHover;
|
|
478
553
|
exports.onDarkTextSecondary = index.onDarkTextSecondary;
|
|
479
554
|
exports.onDarkTextSecondaryActive = index.onDarkTextSecondaryActive;
|
|
@@ -484,148 +559,149 @@ exports.onDarkTextTertiaryHover = index.onDarkTextTertiaryHover;
|
|
|
484
559
|
exports.onDarkTextWarning = index.onDarkTextWarning;
|
|
485
560
|
exports.onDarkTextWarningActive = index.onDarkTextWarningActive;
|
|
486
561
|
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;
|
|
562
|
+
exports.onDarkTextWarningMinorActive = index.onDarkTextWarningMinorActive;
|
|
563
|
+
exports.onDarkTextWarningMinorHover = index.onDarkTextWarningMinorHover;
|
|
496
564
|
exports.onLightDataYellowActive = index.onLightDataYellowActive;
|
|
497
565
|
exports.onLightDataYellowHover = index.onLightDataYellowHover;
|
|
498
|
-
exports.onLightDataYellowMinor = index.onLightDataYellowMinor;
|
|
499
566
|
exports.onLightDataYellowMinorActive = index.onLightDataYellowMinorActive;
|
|
500
567
|
exports.onLightDataYellowMinorHover = index.onLightDataYellowMinorHover;
|
|
501
|
-
exports.onLightDataYellowTransparent = index.onLightDataYellowTransparent;
|
|
502
568
|
exports.onLightDataYellowTransparentActive = index.onLightDataYellowTransparentActive;
|
|
503
569
|
exports.onLightDataYellowTransparentHover = index.onLightDataYellowTransparentHover;
|
|
504
|
-
exports.
|
|
505
|
-
exports.
|
|
506
|
-
exports.
|
|
570
|
+
exports.onLightOutlineAccentActive = index.onLightOutlineAccentActive;
|
|
571
|
+
exports.onLightOutlineAccentHover = index.onLightOutlineAccentHover;
|
|
572
|
+
exports.onLightOutlineAccentMinorActive = index.onLightOutlineAccentMinorActive;
|
|
573
|
+
exports.onLightOutlineAccentMinorHover = index.onLightOutlineAccentMinorHover;
|
|
574
|
+
exports.onLightOutlineClear = index.onLightOutlineClear;
|
|
575
|
+
exports.onLightOutlineClearActive = index.onLightOutlineClearActive;
|
|
576
|
+
exports.onLightOutlineClearHover = index.onLightOutlineClearHover;
|
|
507
577
|
exports.onLightOutlineDefault = index.onLightOutlineDefault;
|
|
508
578
|
exports.onLightOutlineDefaultActive = index.onLightOutlineDefaultActive;
|
|
509
|
-
exports.onLightOutlineDefaultBrightness = index.onLightOutlineDefaultBrightness;
|
|
510
579
|
exports.onLightOutlineDefaultHover = index.onLightOutlineDefaultHover;
|
|
511
|
-
exports.
|
|
512
|
-
exports.
|
|
513
|
-
exports.
|
|
514
|
-
exports.
|
|
580
|
+
exports.onLightOutlineInfo = index.onLightOutlineInfo;
|
|
581
|
+
exports.onLightOutlineInfoActive = index.onLightOutlineInfoActive;
|
|
582
|
+
exports.onLightOutlineInfoHover = index.onLightOutlineInfoHover;
|
|
583
|
+
exports.onLightOutlineInfoMinorActive = index.onLightOutlineInfoMinorActive;
|
|
584
|
+
exports.onLightOutlineInfoMinorHover = index.onLightOutlineInfoMinorHover;
|
|
515
585
|
exports.onLightOutlineNegative = index.onLightOutlineNegative;
|
|
516
586
|
exports.onLightOutlineNegativeActive = index.onLightOutlineNegativeActive;
|
|
517
587
|
exports.onLightOutlineNegativeHover = index.onLightOutlineNegativeHover;
|
|
588
|
+
exports.onLightOutlineNegativeMinorActive = index.onLightOutlineNegativeMinorActive;
|
|
589
|
+
exports.onLightOutlineNegativeMinorHover = index.onLightOutlineNegativeMinorHover;
|
|
518
590
|
exports.onLightOutlinePositive = index.onLightOutlinePositive;
|
|
519
591
|
exports.onLightOutlinePositiveActive = index.onLightOutlinePositiveActive;
|
|
520
592
|
exports.onLightOutlinePositiveHover = index.onLightOutlinePositiveHover;
|
|
521
|
-
exports.
|
|
522
|
-
exports.
|
|
523
|
-
exports.
|
|
593
|
+
exports.onLightOutlinePositiveMinorActive = index.onLightOutlinePositiveMinorActive;
|
|
594
|
+
exports.onLightOutlinePositiveMinorHover = index.onLightOutlinePositiveMinorHover;
|
|
595
|
+
exports.onLightOutlinePrimary = index.onLightOutlinePrimary;
|
|
596
|
+
exports.onLightOutlinePrimaryActive = index.onLightOutlinePrimaryActive;
|
|
597
|
+
exports.onLightOutlinePrimaryHover = index.onLightOutlinePrimaryHover;
|
|
598
|
+
exports.onLightOutlineReadOnlyActive = index.onLightOutlineReadOnlyActive;
|
|
599
|
+
exports.onLightOutlineReadOnlyHover = index.onLightOutlineReadOnlyHover;
|
|
600
|
+
exports.onLightOutlineSolidDefaultActive = index.onLightOutlineSolidDefaultActive;
|
|
601
|
+
exports.onLightOutlineSolidDefaultHover = index.onLightOutlineSolidDefaultHover;
|
|
602
|
+
exports.onLightOutlineSolidPrimaryActive = index.onLightOutlineSolidPrimaryActive;
|
|
603
|
+
exports.onLightOutlineSolidPrimaryHover = index.onLightOutlineSolidPrimaryHover;
|
|
604
|
+
exports.onLightOutlineSolidSecondaryActive = index.onLightOutlineSolidSecondaryActive;
|
|
605
|
+
exports.onLightOutlineSolidSecondaryHover = index.onLightOutlineSolidSecondaryHover;
|
|
606
|
+
exports.onLightOutlineSolidTertiaryActive = index.onLightOutlineSolidTertiaryActive;
|
|
607
|
+
exports.onLightOutlineSolidTertiaryHover = index.onLightOutlineSolidTertiaryHover;
|
|
608
|
+
exports.onLightOutlineTransparentAccentActive = index.onLightOutlineTransparentAccentActive;
|
|
609
|
+
exports.onLightOutlineTransparentAccentHover = index.onLightOutlineTransparentAccentHover;
|
|
610
|
+
exports.onLightOutlineTransparentInfoActive = index.onLightOutlineTransparentInfoActive;
|
|
611
|
+
exports.onLightOutlineTransparentInfoHover = index.onLightOutlineTransparentInfoHover;
|
|
612
|
+
exports.onLightOutlineTransparentNegativeActive = index.onLightOutlineTransparentNegativeActive;
|
|
613
|
+
exports.onLightOutlineTransparentNegativeHover = index.onLightOutlineTransparentNegativeHover;
|
|
614
|
+
exports.onLightOutlineTransparentPositiveActive = index.onLightOutlineTransparentPositiveActive;
|
|
615
|
+
exports.onLightOutlineTransparentPositiveHover = index.onLightOutlineTransparentPositiveHover;
|
|
524
616
|
exports.onLightOutlineTransparentPrimary = index.onLightOutlineTransparentPrimary;
|
|
525
617
|
exports.onLightOutlineTransparentPrimaryActive = index.onLightOutlineTransparentPrimaryActive;
|
|
526
618
|
exports.onLightOutlineTransparentPrimaryHover = index.onLightOutlineTransparentPrimaryHover;
|
|
527
|
-
exports.
|
|
528
|
-
exports.
|
|
529
|
-
exports.
|
|
530
|
-
exports.
|
|
619
|
+
exports.onLightOutlineTransparentSecondaryActive = index.onLightOutlineTransparentSecondaryActive;
|
|
620
|
+
exports.onLightOutlineTransparentSecondaryHover = index.onLightOutlineTransparentSecondaryHover;
|
|
621
|
+
exports.onLightOutlineTransparentTertiaryActive = index.onLightOutlineTransparentTertiaryActive;
|
|
622
|
+
exports.onLightOutlineTransparentTertiaryHover = index.onLightOutlineTransparentTertiaryHover;
|
|
623
|
+
exports.onLightOutlineTransparentWarningActive = index.onLightOutlineTransparentWarningActive;
|
|
624
|
+
exports.onLightOutlineTransparentWarningHover = index.onLightOutlineTransparentWarningHover;
|
|
531
625
|
exports.onLightOutlineWarning = index.onLightOutlineWarning;
|
|
532
626
|
exports.onLightOutlineWarningActive = index.onLightOutlineWarningActive;
|
|
533
627
|
exports.onLightOutlineWarningHover = index.onLightOutlineWarningHover;
|
|
628
|
+
exports.onLightOutlineWarningMinorActive = index.onLightOutlineWarningMinorActive;
|
|
629
|
+
exports.onLightOutlineWarningMinorHover = index.onLightOutlineWarningMinorHover;
|
|
630
|
+
exports.onLightOutlineWhiteGradient = index.onLightOutlineWhiteGradient;
|
|
534
631
|
exports.onLightOverlayGradient = index.onLightOverlayGradient;
|
|
535
|
-
exports.onLightOverlayGradientActive = index.onLightOverlayGradientActive;
|
|
536
|
-
exports.onLightOverlayGradientBrightness = index.onLightOverlayGradientBrightness;
|
|
537
|
-
exports.onLightOverlayGradientHover = index.onLightOverlayGradientHover;
|
|
538
632
|
exports.onLightOverlayHard = index.onLightOverlayHard;
|
|
539
633
|
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.
|
|
559
|
-
exports.
|
|
560
|
-
exports.
|
|
561
|
-
exports.
|
|
562
|
-
exports.
|
|
563
|
-
exports.
|
|
564
|
-
exports.
|
|
565
|
-
exports.
|
|
566
|
-
exports.
|
|
567
|
-
exports.
|
|
568
|
-
exports.
|
|
569
|
-
exports.
|
|
570
|
-
exports.
|
|
571
|
-
exports.
|
|
572
|
-
exports.
|
|
573
|
-
exports.
|
|
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;
|
|
634
|
+
exports.onLightPersonasBlueSurfaceAccentGradient = index.onLightPersonasBlueSurfaceAccentGradient;
|
|
635
|
+
exports.onLightPersonasBlueTextAccent = index.onLightPersonasBlueTextAccent;
|
|
636
|
+
exports.onLightPersonasBlueTextAccentActive = index.onLightPersonasBlueTextAccentActive;
|
|
637
|
+
exports.onLightPersonasBlueTextAccentHover = index.onLightPersonasBlueTextAccentHover;
|
|
638
|
+
exports.onLightPersonasGreenSurfaceAccentGradient = index.onLightPersonasGreenSurfaceAccentGradient;
|
|
639
|
+
exports.onLightPersonasGreenTextAccent = index.onLightPersonasGreenTextAccent;
|
|
640
|
+
exports.onLightPersonasGreenTextAccentActive = index.onLightPersonasGreenTextAccentActive;
|
|
641
|
+
exports.onLightPersonasGreenTextAccentHover = index.onLightPersonasGreenTextAccentHover;
|
|
642
|
+
exports.onLightPersonasIndigoSurfaceAccentGradient = index.onLightPersonasIndigoSurfaceAccentGradient;
|
|
643
|
+
exports.onLightPersonasIndigoTextAccent = index.onLightPersonasIndigoTextAccent;
|
|
644
|
+
exports.onLightPersonasIndigoTextAccentActive = index.onLightPersonasIndigoTextAccentActive;
|
|
645
|
+
exports.onLightPersonasIndigoTextAccentHover = index.onLightPersonasIndigoTextAccentHover;
|
|
646
|
+
exports.onLightPersonasOchreSurfaceAccentGradient = index.onLightPersonasOchreSurfaceAccentGradient;
|
|
647
|
+
exports.onLightPersonasOchreTextAccent = index.onLightPersonasOchreTextAccent;
|
|
648
|
+
exports.onLightPersonasOchreTextAccentActive = index.onLightPersonasOchreTextAccentActive;
|
|
649
|
+
exports.onLightPersonasOchreTextAccentHover = index.onLightPersonasOchreTextAccentHover;
|
|
650
|
+
exports.onLightPersonasOliveSurfaceAccentGradient = index.onLightPersonasOliveSurfaceAccentGradient;
|
|
651
|
+
exports.onLightPersonasOliveTextAccent = index.onLightPersonasOliveTextAccent;
|
|
652
|
+
exports.onLightPersonasOliveTextAccentActive = index.onLightPersonasOliveTextAccentActive;
|
|
653
|
+
exports.onLightPersonasOliveTextAccentHover = index.onLightPersonasOliveTextAccentHover;
|
|
654
|
+
exports.onLightPersonasPinkSurfaceAccentGradient = index.onLightPersonasPinkSurfaceAccentGradient;
|
|
655
|
+
exports.onLightPersonasPinkTextAccent = index.onLightPersonasPinkTextAccent;
|
|
656
|
+
exports.onLightPersonasPinkTextAccentActive = index.onLightPersonasPinkTextAccentActive;
|
|
657
|
+
exports.onLightPersonasPinkTextAccentHover = index.onLightPersonasPinkTextAccentHover;
|
|
658
|
+
exports.onLightPersonasSeaBlueSurfaceAccentGradient = index.onLightPersonasSeaBlueSurfaceAccentGradient;
|
|
659
|
+
exports.onLightPersonasSeaBlueTextAccent = index.onLightPersonasSeaBlueTextAccent;
|
|
660
|
+
exports.onLightPersonasSeaBlueTextAccentActive = index.onLightPersonasSeaBlueTextAccentActive;
|
|
661
|
+
exports.onLightPersonasSeaBlueTextAccentHover = index.onLightPersonasSeaBlueTextAccentHover;
|
|
662
|
+
exports.onLightPersonasVioletSurfaceAccentGradient = index.onLightPersonasVioletSurfaceAccentGradient;
|
|
663
|
+
exports.onLightPersonasVioletTextAccent = index.onLightPersonasVioletTextAccent;
|
|
664
|
+
exports.onLightPersonasVioletTextAccentActive = index.onLightPersonasVioletTextAccentActive;
|
|
665
|
+
exports.onLightPersonasVioletTextAccentHover = index.onLightPersonasVioletTextAccentHover;
|
|
666
|
+
exports.onLightSurfaceAccent = index.onLightSurfaceAccent;
|
|
667
|
+
exports.onLightSurfaceAccentActive = index.onLightSurfaceAccentActive;
|
|
596
668
|
exports.onLightSurfaceAccentGradient = index.onLightSurfaceAccentGradient;
|
|
597
|
-
exports.
|
|
598
|
-
exports.
|
|
599
|
-
exports.onLightSurfaceAccentGradientHover = index.onLightSurfaceAccentGradientHover;
|
|
669
|
+
exports.onLightSurfaceAccentGradientSecondary = index.onLightSurfaceAccentGradientSecondary;
|
|
670
|
+
exports.onLightSurfaceAccentHover = index.onLightSurfaceAccentHover;
|
|
600
671
|
exports.onLightSurfaceAccentMinor = index.onLightSurfaceAccentMinor;
|
|
601
672
|
exports.onLightSurfaceAccentMinorActive = index.onLightSurfaceAccentMinorActive;
|
|
673
|
+
exports.onLightSurfaceAccentMinorGradient = index.onLightSurfaceAccentMinorGradient;
|
|
602
674
|
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
675
|
exports.onLightSurfaceAccentSecondary = index.onLightSurfaceAccentSecondary;
|
|
608
676
|
exports.onLightSurfaceAccentSecondaryActive = index.onLightSurfaceAccentSecondaryActive;
|
|
609
|
-
exports.onLightSurfaceAccentSecondaryBrightness = index.onLightSurfaceAccentSecondaryBrightness;
|
|
610
677
|
exports.onLightSurfaceAccentSecondaryHover = index.onLightSurfaceAccentSecondaryHover;
|
|
678
|
+
exports.onLightSurfaceClear = index.onLightSurfaceClear;
|
|
679
|
+
exports.onLightSurfaceClearActive = index.onLightSurfaceClearActive;
|
|
680
|
+
exports.onLightSurfaceClearHover = index.onLightSurfaceClearHover;
|
|
611
681
|
exports.onLightSurfaceInfo = index.onLightSurfaceInfo;
|
|
612
682
|
exports.onLightSurfaceInfoActive = index.onLightSurfaceInfoActive;
|
|
613
683
|
exports.onLightSurfaceInfoHover = index.onLightSurfaceInfoHover;
|
|
684
|
+
exports.onLightSurfaceInfoMinorActive = index.onLightSurfaceInfoMinorActive;
|
|
685
|
+
exports.onLightSurfaceInfoMinorHover = index.onLightSurfaceInfoMinorHover;
|
|
614
686
|
exports.onLightSurfaceNegative = index.onLightSurfaceNegative;
|
|
615
687
|
exports.onLightSurfaceNegativeActive = index.onLightSurfaceNegativeActive;
|
|
616
688
|
exports.onLightSurfaceNegativeHover = index.onLightSurfaceNegativeHover;
|
|
689
|
+
exports.onLightSurfaceNegativeMinorActive = index.onLightSurfaceNegativeMinorActive;
|
|
690
|
+
exports.onLightSurfaceNegativeMinorHover = index.onLightSurfaceNegativeMinorHover;
|
|
617
691
|
exports.onLightSurfacePositive = index.onLightSurfacePositive;
|
|
618
692
|
exports.onLightSurfacePositiveActive = index.onLightSurfacePositiveActive;
|
|
619
693
|
exports.onLightSurfacePositiveHover = index.onLightSurfacePositiveHover;
|
|
620
|
-
exports.
|
|
621
|
-
exports.
|
|
622
|
-
exports.
|
|
694
|
+
exports.onLightSurfacePositiveMinorActive = index.onLightSurfacePositiveMinorActive;
|
|
695
|
+
exports.onLightSurfacePositiveMinorHover = index.onLightSurfacePositiveMinorHover;
|
|
696
|
+
exports.onLightSurfaceReadOnly = index.onLightSurfaceReadOnly;
|
|
697
|
+
exports.onLightSurfaceReadOnlyActive = index.onLightSurfaceReadOnlyActive;
|
|
698
|
+
exports.onLightSurfaceReadOnlyHover = index.onLightSurfaceReadOnlyHover;
|
|
623
699
|
exports.onLightSurfaceSkeletonGradient = index.onLightSurfaceSkeletonGradient;
|
|
624
|
-
exports.onLightSurfaceSkeletonGradientActive = index.onLightSurfaceSkeletonGradientActive;
|
|
625
|
-
exports.onLightSurfaceSkeletonGradientHover = index.onLightSurfaceSkeletonGradientHover;
|
|
626
700
|
exports.onLightSurfaceSolidCard = index.onLightSurfaceSolidCard;
|
|
627
701
|
exports.onLightSurfaceSolidCardActive = index.onLightSurfaceSolidCardActive;
|
|
628
702
|
exports.onLightSurfaceSolidCardBrightness = index.onLightSurfaceSolidCardBrightness;
|
|
703
|
+
exports.onLightSurfaceSolidCardBrightnessActive = index.onLightSurfaceSolidCardBrightnessActive;
|
|
704
|
+
exports.onLightSurfaceSolidCardBrightnessHover = index.onLightSurfaceSolidCardBrightnessHover;
|
|
629
705
|
exports.onLightSurfaceSolidCardHover = index.onLightSurfaceSolidCardHover;
|
|
630
706
|
exports.onLightSurfaceSolidDefault = index.onLightSurfaceSolidDefault;
|
|
631
707
|
exports.onLightSurfaceSolidDefaultActive = index.onLightSurfaceSolidDefaultActive;
|
|
@@ -633,6 +709,8 @@ exports.onLightSurfaceSolidDefaultHover = index.onLightSurfaceSolidDefaultHover;
|
|
|
633
709
|
exports.onLightSurfaceSolidPrimary = index.onLightSurfaceSolidPrimary;
|
|
634
710
|
exports.onLightSurfaceSolidPrimaryActive = index.onLightSurfaceSolidPrimaryActive;
|
|
635
711
|
exports.onLightSurfaceSolidPrimaryBrightness = index.onLightSurfaceSolidPrimaryBrightness;
|
|
712
|
+
exports.onLightSurfaceSolidPrimaryBrightnessActive = index.onLightSurfaceSolidPrimaryBrightnessActive;
|
|
713
|
+
exports.onLightSurfaceSolidPrimaryBrightnessHover = index.onLightSurfaceSolidPrimaryBrightnessHover;
|
|
636
714
|
exports.onLightSurfaceSolidPrimaryHover = index.onLightSurfaceSolidPrimaryHover;
|
|
637
715
|
exports.onLightSurfaceSolidSecondary = index.onLightSurfaceSolidSecondary;
|
|
638
716
|
exports.onLightSurfaceSolidSecondaryActive = index.onLightSurfaceSolidSecondaryActive;
|
|
@@ -645,15 +723,25 @@ exports.onLightSurfaceTransparentAccentActive = index.onLightSurfaceTransparentA
|
|
|
645
723
|
exports.onLightSurfaceTransparentAccentHover = index.onLightSurfaceTransparentAccentHover;
|
|
646
724
|
exports.onLightSurfaceTransparentAccentMinor = index.onLightSurfaceTransparentAccentMinor;
|
|
647
725
|
exports.onLightSurfaceTransparentAccentMinorActive = index.onLightSurfaceTransparentAccentMinorActive;
|
|
648
|
-
exports.onLightSurfaceTransparentAccentMinorBrightness = index.onLightSurfaceTransparentAccentMinorBrightness;
|
|
649
726
|
exports.onLightSurfaceTransparentAccentMinorHover = index.onLightSurfaceTransparentAccentMinorHover;
|
|
650
727
|
exports.onLightSurfaceTransparentCard = index.onLightSurfaceTransparentCard;
|
|
651
728
|
exports.onLightSurfaceTransparentCardActive = index.onLightSurfaceTransparentCardActive;
|
|
652
729
|
exports.onLightSurfaceTransparentCardBrightness = index.onLightSurfaceTransparentCardBrightness;
|
|
730
|
+
exports.onLightSurfaceTransparentCardBrightnessActive = index.onLightSurfaceTransparentCardBrightnessActive;
|
|
731
|
+
exports.onLightSurfaceTransparentCardBrightnessHover = index.onLightSurfaceTransparentCardBrightnessHover;
|
|
653
732
|
exports.onLightSurfaceTransparentCardHover = index.onLightSurfaceTransparentCardHover;
|
|
654
733
|
exports.onLightSurfaceTransparentDeep = index.onLightSurfaceTransparentDeep;
|
|
655
734
|
exports.onLightSurfaceTransparentDeepActive = index.onLightSurfaceTransparentDeepActive;
|
|
656
735
|
exports.onLightSurfaceTransparentDeepHover = index.onLightSurfaceTransparentDeepHover;
|
|
736
|
+
exports.onLightSurfaceTransparentInfoActive = index.onLightSurfaceTransparentInfoActive;
|
|
737
|
+
exports.onLightSurfaceTransparentInfoHover = index.onLightSurfaceTransparentInfoHover;
|
|
738
|
+
exports.onLightSurfaceTransparentNavi = index.onLightSurfaceTransparentNavi;
|
|
739
|
+
exports.onLightSurfaceTransparentNaviActive = index.onLightSurfaceTransparentNaviActive;
|
|
740
|
+
exports.onLightSurfaceTransparentNaviHover = index.onLightSurfaceTransparentNaviHover;
|
|
741
|
+
exports.onLightSurfaceTransparentNegativeActive = index.onLightSurfaceTransparentNegativeActive;
|
|
742
|
+
exports.onLightSurfaceTransparentNegativeHover = index.onLightSurfaceTransparentNegativeHover;
|
|
743
|
+
exports.onLightSurfaceTransparentPositiveActive = index.onLightSurfaceTransparentPositiveActive;
|
|
744
|
+
exports.onLightSurfaceTransparentPositiveHover = index.onLightSurfaceTransparentPositiveHover;
|
|
657
745
|
exports.onLightSurfaceTransparentPrimary = index.onLightSurfaceTransparentPrimary;
|
|
658
746
|
exports.onLightSurfaceTransparentPrimaryActive = index.onLightSurfaceTransparentPrimaryActive;
|
|
659
747
|
exports.onLightSurfaceTransparentPrimaryHover = index.onLightSurfaceTransparentPrimaryHover;
|
|
@@ -663,15 +751,16 @@ exports.onLightSurfaceTransparentSecondaryHover = index.onLightSurfaceTransparen
|
|
|
663
751
|
exports.onLightSurfaceTransparentTertiary = index.onLightSurfaceTransparentTertiary;
|
|
664
752
|
exports.onLightSurfaceTransparentTertiaryActive = index.onLightSurfaceTransparentTertiaryActive;
|
|
665
753
|
exports.onLightSurfaceTransparentTertiaryHover = index.onLightSurfaceTransparentTertiaryHover;
|
|
754
|
+
exports.onLightSurfaceTransparentWarningActive = index.onLightSurfaceTransparentWarningActive;
|
|
755
|
+
exports.onLightSurfaceTransparentWarningHover = index.onLightSurfaceTransparentWarningHover;
|
|
666
756
|
exports.onLightSurfaceWarning = index.onLightSurfaceWarning;
|
|
667
757
|
exports.onLightSurfaceWarningActive = index.onLightSurfaceWarningActive;
|
|
668
758
|
exports.onLightSurfaceWarningHover = index.onLightSurfaceWarningHover;
|
|
759
|
+
exports.onLightSurfaceWarningMinorActive = index.onLightSurfaceWarningMinorActive;
|
|
760
|
+
exports.onLightSurfaceWarningMinorHover = index.onLightSurfaceWarningMinorHover;
|
|
669
761
|
exports.onLightTextAccent = index.onLightTextAccent;
|
|
670
762
|
exports.onLightTextAccentActive = index.onLightTextAccentActive;
|
|
671
|
-
exports.
|
|
672
|
-
exports.onLightTextAccentGradientAiActive = index.onLightTextAccentGradientAiActive;
|
|
673
|
-
exports.onLightTextAccentGradientAiBrightness = index.onLightTextAccentGradientAiBrightness;
|
|
674
|
-
exports.onLightTextAccentGradientAiHover = index.onLightTextAccentGradientAiHover;
|
|
763
|
+
exports.onLightTextAccentGradientAI = index.onLightTextAccentGradientAI;
|
|
675
764
|
exports.onLightTextAccentHover = index.onLightTextAccentHover;
|
|
676
765
|
exports.onLightTextAccentMinor = index.onLightTextAccentMinor;
|
|
677
766
|
exports.onLightTextAccentMinorActive = index.onLightTextAccentMinorActive;
|
|
@@ -679,18 +768,26 @@ exports.onLightTextAccentMinorHover = index.onLightTextAccentMinorHover;
|
|
|
679
768
|
exports.onLightTextInfo = index.onLightTextInfo;
|
|
680
769
|
exports.onLightTextInfoActive = index.onLightTextInfoActive;
|
|
681
770
|
exports.onLightTextInfoHover = index.onLightTextInfoHover;
|
|
771
|
+
exports.onLightTextInfoMinorActive = index.onLightTextInfoMinorActive;
|
|
772
|
+
exports.onLightTextInfoMinorHover = index.onLightTextInfoMinorHover;
|
|
682
773
|
exports.onLightTextNegative = index.onLightTextNegative;
|
|
683
774
|
exports.onLightTextNegativeActive = index.onLightTextNegativeActive;
|
|
684
775
|
exports.onLightTextNegativeHover = index.onLightTextNegativeHover;
|
|
776
|
+
exports.onLightTextNegativeMinorActive = index.onLightTextNegativeMinorActive;
|
|
777
|
+
exports.onLightTextNegativeMinorHover = index.onLightTextNegativeMinorHover;
|
|
685
778
|
exports.onLightTextParagraph = index.onLightTextParagraph;
|
|
686
779
|
exports.onLightTextParagraphActive = index.onLightTextParagraphActive;
|
|
687
780
|
exports.onLightTextParagraphHover = index.onLightTextParagraphHover;
|
|
688
781
|
exports.onLightTextPositive = index.onLightTextPositive;
|
|
689
782
|
exports.onLightTextPositiveActive = index.onLightTextPositiveActive;
|
|
690
783
|
exports.onLightTextPositiveHover = index.onLightTextPositiveHover;
|
|
784
|
+
exports.onLightTextPositiveMinorActive = index.onLightTextPositiveMinorActive;
|
|
785
|
+
exports.onLightTextPositiveMinorHover = index.onLightTextPositiveMinorHover;
|
|
691
786
|
exports.onLightTextPrimary = index.onLightTextPrimary;
|
|
692
787
|
exports.onLightTextPrimaryActive = index.onLightTextPrimaryActive;
|
|
693
788
|
exports.onLightTextPrimaryBrightness = index.onLightTextPrimaryBrightness;
|
|
789
|
+
exports.onLightTextPrimaryBrightnessActive = index.onLightTextPrimaryBrightnessActive;
|
|
790
|
+
exports.onLightTextPrimaryBrightnessHover = index.onLightTextPrimaryBrightnessHover;
|
|
694
791
|
exports.onLightTextPrimaryHover = index.onLightTextPrimaryHover;
|
|
695
792
|
exports.onLightTextSecondary = index.onLightTextSecondary;
|
|
696
793
|
exports.onLightTextSecondaryActive = index.onLightTextSecondaryActive;
|
|
@@ -701,94 +798,104 @@ exports.onLightTextTertiaryHover = index.onLightTextTertiaryHover;
|
|
|
701
798
|
exports.onLightTextWarning = index.onLightTextWarning;
|
|
702
799
|
exports.onLightTextWarningActive = index.onLightTextWarningActive;
|
|
703
800
|
exports.onLightTextWarningHover = index.onLightTextWarningHover;
|
|
704
|
-
exports.
|
|
705
|
-
exports.
|
|
706
|
-
exports.
|
|
801
|
+
exports.onLightTextWarningMinorActive = index.onLightTextWarningMinorActive;
|
|
802
|
+
exports.onLightTextWarningMinorHover = index.onLightTextWarningMinorHover;
|
|
803
|
+
exports.outlineAccentActive = index.outlineAccentActive;
|
|
804
|
+
exports.outlineAccentHover = index.outlineAccentHover;
|
|
805
|
+
exports.outlineAccentMinorActive = index.outlineAccentMinorActive;
|
|
806
|
+
exports.outlineAccentMinorHover = index.outlineAccentMinorHover;
|
|
807
|
+
exports.outlineClear = index.outlineClear;
|
|
808
|
+
exports.outlineClearActive = index.outlineClearActive;
|
|
809
|
+
exports.outlineClearHover = index.outlineClearHover;
|
|
707
810
|
exports.outlineDefault = index.outlineDefault;
|
|
708
811
|
exports.outlineDefaultActive = index.outlineDefaultActive;
|
|
709
|
-
exports.outlineDefaultBrightness = index.outlineDefaultBrightness;
|
|
710
812
|
exports.outlineDefaultHover = index.outlineDefaultHover;
|
|
711
|
-
exports.
|
|
712
|
-
exports.
|
|
713
|
-
exports.
|
|
714
|
-
exports.
|
|
813
|
+
exports.outlineInfo = index.outlineInfo;
|
|
814
|
+
exports.outlineInfoActive = index.outlineInfoActive;
|
|
815
|
+
exports.outlineInfoHover = index.outlineInfoHover;
|
|
816
|
+
exports.outlineInfoMinorActive = index.outlineInfoMinorActive;
|
|
817
|
+
exports.outlineInfoMinorHover = index.outlineInfoMinorHover;
|
|
715
818
|
exports.outlineNegative = index.outlineNegative;
|
|
716
819
|
exports.outlineNegativeActive = index.outlineNegativeActive;
|
|
717
820
|
exports.outlineNegativeHover = index.outlineNegativeHover;
|
|
821
|
+
exports.outlineNegativeMinorActive = index.outlineNegativeMinorActive;
|
|
822
|
+
exports.outlineNegativeMinorHover = index.outlineNegativeMinorHover;
|
|
718
823
|
exports.outlinePositive = index.outlinePositive;
|
|
719
824
|
exports.outlinePositiveActive = index.outlinePositiveActive;
|
|
720
825
|
exports.outlinePositiveHover = index.outlinePositiveHover;
|
|
721
|
-
exports.
|
|
722
|
-
exports.
|
|
723
|
-
exports.
|
|
724
|
-
exports.
|
|
725
|
-
exports.
|
|
726
|
-
exports.
|
|
727
|
-
exports.
|
|
826
|
+
exports.outlinePositiveMinorActive = index.outlinePositiveMinorActive;
|
|
827
|
+
exports.outlinePositiveMinorHover = index.outlinePositiveMinorHover;
|
|
828
|
+
exports.outlinePrimary = index.outlinePrimary;
|
|
829
|
+
exports.outlinePrimaryActive = index.outlinePrimaryActive;
|
|
830
|
+
exports.outlinePrimaryHover = index.outlinePrimaryHover;
|
|
831
|
+
exports.outlineReadOnlyActive = index.outlineReadOnlyActive;
|
|
832
|
+
exports.outlineReadOnlyHover = index.outlineReadOnlyHover;
|
|
833
|
+
exports.outlineSolidDefaultActive = index.outlineSolidDefaultActive;
|
|
834
|
+
exports.outlineSolidDefaultHover = index.outlineSolidDefaultHover;
|
|
835
|
+
exports.outlineSolidPrimaryActive = index.outlineSolidPrimaryActive;
|
|
836
|
+
exports.outlineSolidPrimaryHover = index.outlineSolidPrimaryHover;
|
|
837
|
+
exports.outlineSolidSecondaryActive = index.outlineSolidSecondaryActive;
|
|
838
|
+
exports.outlineSolidSecondaryHover = index.outlineSolidSecondaryHover;
|
|
839
|
+
exports.outlineSolidTertiaryActive = index.outlineSolidTertiaryActive;
|
|
840
|
+
exports.outlineSolidTertiaryHover = index.outlineSolidTertiaryHover;
|
|
841
|
+
exports.outlineTransparentAccentActive = index.outlineTransparentAccentActive;
|
|
842
|
+
exports.outlineTransparentAccentHover = index.outlineTransparentAccentHover;
|
|
843
|
+
exports.outlineTransparentInfoActive = index.outlineTransparentInfoActive;
|
|
844
|
+
exports.outlineTransparentInfoHover = index.outlineTransparentInfoHover;
|
|
845
|
+
exports.outlineTransparentNegativeActive = index.outlineTransparentNegativeActive;
|
|
846
|
+
exports.outlineTransparentNegativeHover = index.outlineTransparentNegativeHover;
|
|
847
|
+
exports.outlineTransparentPositiveActive = index.outlineTransparentPositiveActive;
|
|
848
|
+
exports.outlineTransparentPositiveHover = index.outlineTransparentPositiveHover;
|
|
728
849
|
exports.outlineTransparentPrimary = index.outlineTransparentPrimary;
|
|
729
850
|
exports.outlineTransparentPrimaryActive = index.outlineTransparentPrimaryActive;
|
|
730
851
|
exports.outlineTransparentPrimaryHover = index.outlineTransparentPrimaryHover;
|
|
852
|
+
exports.outlineTransparentSecondaryActive = index.outlineTransparentSecondaryActive;
|
|
853
|
+
exports.outlineTransparentSecondaryHover = index.outlineTransparentSecondaryHover;
|
|
854
|
+
exports.outlineTransparentTertiaryActive = index.outlineTransparentTertiaryActive;
|
|
855
|
+
exports.outlineTransparentTertiaryHover = index.outlineTransparentTertiaryHover;
|
|
856
|
+
exports.outlineTransparentWarningActive = index.outlineTransparentWarningActive;
|
|
857
|
+
exports.outlineTransparentWarningHover = index.outlineTransparentWarningHover;
|
|
731
858
|
exports.outlineWarning = index.outlineWarning;
|
|
732
859
|
exports.outlineWarningActive = index.outlineWarningActive;
|
|
733
860
|
exports.outlineWarningHover = index.outlineWarningHover;
|
|
861
|
+
exports.outlineWarningMinorActive = index.outlineWarningMinorActive;
|
|
862
|
+
exports.outlineWarningMinorHover = index.outlineWarningMinorHover;
|
|
863
|
+
exports.outlineWhiteGradient = index.outlineWhiteGradient;
|
|
864
|
+
exports.overlayGradient = index.overlayGradient;
|
|
734
865
|
exports.overlayHard = index.overlayHard;
|
|
735
866
|
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.
|
|
753
|
-
exports.
|
|
754
|
-
exports.
|
|
755
|
-
exports.
|
|
756
|
-
exports.
|
|
757
|
-
exports.
|
|
758
|
-
exports.
|
|
759
|
-
exports.
|
|
760
|
-
exports.
|
|
761
|
-
exports.
|
|
762
|
-
exports.
|
|
763
|
-
exports.
|
|
764
|
-
exports.
|
|
765
|
-
exports.
|
|
766
|
-
exports.
|
|
767
|
-
exports.
|
|
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;
|
|
867
|
+
exports.personasBlueSurfaceAccentGradient = index.personasBlueSurfaceAccentGradient;
|
|
868
|
+
exports.personasBlueTextAccent = index.personasBlueTextAccent;
|
|
869
|
+
exports.personasBlueTextAccentActive = index.personasBlueTextAccentActive;
|
|
870
|
+
exports.personasBlueTextAccentHover = index.personasBlueTextAccentHover;
|
|
871
|
+
exports.personasGreenSurfaceAccentGradient = index.personasGreenSurfaceAccentGradient;
|
|
872
|
+
exports.personasGreenTextAccent = index.personasGreenTextAccent;
|
|
873
|
+
exports.personasGreenTextAccentActive = index.personasGreenTextAccentActive;
|
|
874
|
+
exports.personasGreenTextAccentHover = index.personasGreenTextAccentHover;
|
|
875
|
+
exports.personasIndigoSurfaceAccentGradient = index.personasIndigoSurfaceAccentGradient;
|
|
876
|
+
exports.personasIndigoTextAccent = index.personasIndigoTextAccent;
|
|
877
|
+
exports.personasIndigoTextAccentActive = index.personasIndigoTextAccentActive;
|
|
878
|
+
exports.personasIndigoTextAccentHover = index.personasIndigoTextAccentHover;
|
|
879
|
+
exports.personasOchreSurfaceAccentGradient = index.personasOchreSurfaceAccentGradient;
|
|
880
|
+
exports.personasOchreTextAccent = index.personasOchreTextAccent;
|
|
881
|
+
exports.personasOchreTextAccentActive = index.personasOchreTextAccentActive;
|
|
882
|
+
exports.personasOchreTextAccentHover = index.personasOchreTextAccentHover;
|
|
883
|
+
exports.personasOliveSurfaceAccentGradient = index.personasOliveSurfaceAccentGradient;
|
|
884
|
+
exports.personasOliveTextAccent = index.personasOliveTextAccent;
|
|
885
|
+
exports.personasOliveTextAccentActive = index.personasOliveTextAccentActive;
|
|
886
|
+
exports.personasOliveTextAccentHover = index.personasOliveTextAccentHover;
|
|
887
|
+
exports.personasPinkSurfaceAccentGradient = index.personasPinkSurfaceAccentGradient;
|
|
888
|
+
exports.personasPinkTextAccent = index.personasPinkTextAccent;
|
|
889
|
+
exports.personasPinkTextAccentActive = index.personasPinkTextAccentActive;
|
|
890
|
+
exports.personasPinkTextAccentHover = index.personasPinkTextAccentHover;
|
|
891
|
+
exports.personasSeaBlueSurfaceAccentGradient = index.personasSeaBlueSurfaceAccentGradient;
|
|
892
|
+
exports.personasSeaBlueTextAccent = index.personasSeaBlueTextAccent;
|
|
893
|
+
exports.personasSeaBlueTextAccentActive = index.personasSeaBlueTextAccentActive;
|
|
894
|
+
exports.personasSeaBlueTextAccentHover = index.personasSeaBlueTextAccentHover;
|
|
895
|
+
exports.personasVioletSurfaceAccentGradient = index.personasVioletSurfaceAccentGradient;
|
|
896
|
+
exports.personasVioletTextAccent = index.personasVioletTextAccent;
|
|
897
|
+
exports.personasVioletTextAccentActive = index.personasVioletTextAccentActive;
|
|
898
|
+
exports.personasVioletTextAccentHover = index.personasVioletTextAccentHover;
|
|
792
899
|
exports.shadowDownHardL = index.shadowDownHardL;
|
|
793
900
|
exports.shadowDownHardM = index.shadowDownHardM;
|
|
794
901
|
exports.shadowDownHardS = index.shadowDownHardS;
|
|
@@ -816,20 +923,17 @@ exports.spacing4x = index.spacing4x;
|
|
|
816
923
|
exports.spacing60x = index.spacing60x;
|
|
817
924
|
exports.spacing6x = index.spacing6x;
|
|
818
925
|
exports.spacing8x = index.spacing8x;
|
|
926
|
+
exports.surfaceAccent = index.surfaceAccent;
|
|
927
|
+
exports.surfaceAccentActive = index.surfaceAccentActive;
|
|
819
928
|
exports.surfaceAccentGradient = index.surfaceAccentGradient;
|
|
820
|
-
exports.
|
|
821
|
-
exports.
|
|
822
|
-
exports.surfaceAccentGradientHover = index.surfaceAccentGradientHover;
|
|
929
|
+
exports.surfaceAccentGradientSecondary = index.surfaceAccentGradientSecondary;
|
|
930
|
+
exports.surfaceAccentHover = index.surfaceAccentHover;
|
|
823
931
|
exports.surfaceAccentMinor = index.surfaceAccentMinor;
|
|
824
932
|
exports.surfaceAccentMinorActive = index.surfaceAccentMinorActive;
|
|
933
|
+
exports.surfaceAccentMinorGradient = index.surfaceAccentMinorGradient;
|
|
825
934
|
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
935
|
exports.surfaceAccentSecondary = index.surfaceAccentSecondary;
|
|
831
936
|
exports.surfaceAccentSecondaryActive = index.surfaceAccentSecondaryActive;
|
|
832
|
-
exports.surfaceAccentSecondaryBrightness = index.surfaceAccentSecondaryBrightness;
|
|
833
937
|
exports.surfaceAccentSecondaryHover = index.surfaceAccentSecondaryHover;
|
|
834
938
|
exports.surfaceClear = index.surfaceClear;
|
|
835
939
|
exports.surfaceClearActive = index.surfaceClearActive;
|
|
@@ -837,21 +941,27 @@ exports.surfaceClearHover = index.surfaceClearHover;
|
|
|
837
941
|
exports.surfaceInfo = index.surfaceInfo;
|
|
838
942
|
exports.surfaceInfoActive = index.surfaceInfoActive;
|
|
839
943
|
exports.surfaceInfoHover = index.surfaceInfoHover;
|
|
944
|
+
exports.surfaceInfoMinorActive = index.surfaceInfoMinorActive;
|
|
945
|
+
exports.surfaceInfoMinorHover = index.surfaceInfoMinorHover;
|
|
840
946
|
exports.surfaceNegative = index.surfaceNegative;
|
|
841
947
|
exports.surfaceNegativeActive = index.surfaceNegativeActive;
|
|
842
948
|
exports.surfaceNegativeHover = index.surfaceNegativeHover;
|
|
949
|
+
exports.surfaceNegativeMinorActive = index.surfaceNegativeMinorActive;
|
|
950
|
+
exports.surfaceNegativeMinorHover = index.surfaceNegativeMinorHover;
|
|
843
951
|
exports.surfacePositive = index.surfacePositive;
|
|
844
952
|
exports.surfacePositiveActive = index.surfacePositiveActive;
|
|
845
953
|
exports.surfacePositiveHover = index.surfacePositiveHover;
|
|
846
|
-
exports.
|
|
847
|
-
exports.
|
|
848
|
-
exports.
|
|
954
|
+
exports.surfacePositiveMinorActive = index.surfacePositiveMinorActive;
|
|
955
|
+
exports.surfacePositiveMinorHover = index.surfacePositiveMinorHover;
|
|
956
|
+
exports.surfaceReadOnly = index.surfaceReadOnly;
|
|
957
|
+
exports.surfaceReadOnlyActive = index.surfaceReadOnlyActive;
|
|
958
|
+
exports.surfaceReadOnlyHover = index.surfaceReadOnlyHover;
|
|
849
959
|
exports.surfaceSkeletonGradient = index.surfaceSkeletonGradient;
|
|
850
|
-
exports.surfaceSkeletonGradientActive = index.surfaceSkeletonGradientActive;
|
|
851
|
-
exports.surfaceSkeletonGradientHover = index.surfaceSkeletonGradientHover;
|
|
852
960
|
exports.surfaceSolidCard = index.surfaceSolidCard;
|
|
853
961
|
exports.surfaceSolidCardActive = index.surfaceSolidCardActive;
|
|
854
962
|
exports.surfaceSolidCardBrightness = index.surfaceSolidCardBrightness;
|
|
963
|
+
exports.surfaceSolidCardBrightnessActive = index.surfaceSolidCardBrightnessActive;
|
|
964
|
+
exports.surfaceSolidCardBrightnessHover = index.surfaceSolidCardBrightnessHover;
|
|
855
965
|
exports.surfaceSolidCardHover = index.surfaceSolidCardHover;
|
|
856
966
|
exports.surfaceSolidDefault = index.surfaceSolidDefault;
|
|
857
967
|
exports.surfaceSolidDefaultActive = index.surfaceSolidDefaultActive;
|
|
@@ -859,6 +969,8 @@ exports.surfaceSolidDefaultHover = index.surfaceSolidDefaultHover;
|
|
|
859
969
|
exports.surfaceSolidPrimary = index.surfaceSolidPrimary;
|
|
860
970
|
exports.surfaceSolidPrimaryActive = index.surfaceSolidPrimaryActive;
|
|
861
971
|
exports.surfaceSolidPrimaryBrightness = index.surfaceSolidPrimaryBrightness;
|
|
972
|
+
exports.surfaceSolidPrimaryBrightnessActive = index.surfaceSolidPrimaryBrightnessActive;
|
|
973
|
+
exports.surfaceSolidPrimaryBrightnessHover = index.surfaceSolidPrimaryBrightnessHover;
|
|
862
974
|
exports.surfaceSolidPrimaryHover = index.surfaceSolidPrimaryHover;
|
|
863
975
|
exports.surfaceSolidSecondary = index.surfaceSolidSecondary;
|
|
864
976
|
exports.surfaceSolidSecondaryActive = index.surfaceSolidSecondaryActive;
|
|
@@ -871,15 +983,25 @@ exports.surfaceTransparentAccentActive = index.surfaceTransparentAccentActive;
|
|
|
871
983
|
exports.surfaceTransparentAccentHover = index.surfaceTransparentAccentHover;
|
|
872
984
|
exports.surfaceTransparentAccentMinor = index.surfaceTransparentAccentMinor;
|
|
873
985
|
exports.surfaceTransparentAccentMinorActive = index.surfaceTransparentAccentMinorActive;
|
|
874
|
-
exports.surfaceTransparentAccentMinorBrightness = index.surfaceTransparentAccentMinorBrightness;
|
|
875
986
|
exports.surfaceTransparentAccentMinorHover = index.surfaceTransparentAccentMinorHover;
|
|
876
987
|
exports.surfaceTransparentCard = index.surfaceTransparentCard;
|
|
877
988
|
exports.surfaceTransparentCardActive = index.surfaceTransparentCardActive;
|
|
878
989
|
exports.surfaceTransparentCardBrightness = index.surfaceTransparentCardBrightness;
|
|
990
|
+
exports.surfaceTransparentCardBrightnessActive = index.surfaceTransparentCardBrightnessActive;
|
|
991
|
+
exports.surfaceTransparentCardBrightnessHover = index.surfaceTransparentCardBrightnessHover;
|
|
879
992
|
exports.surfaceTransparentCardHover = index.surfaceTransparentCardHover;
|
|
880
993
|
exports.surfaceTransparentDeep = index.surfaceTransparentDeep;
|
|
881
994
|
exports.surfaceTransparentDeepActive = index.surfaceTransparentDeepActive;
|
|
882
995
|
exports.surfaceTransparentDeepHover = index.surfaceTransparentDeepHover;
|
|
996
|
+
exports.surfaceTransparentInfoActive = index.surfaceTransparentInfoActive;
|
|
997
|
+
exports.surfaceTransparentInfoHover = index.surfaceTransparentInfoHover;
|
|
998
|
+
exports.surfaceTransparentNavi = index.surfaceTransparentNavi;
|
|
999
|
+
exports.surfaceTransparentNaviActive = index.surfaceTransparentNaviActive;
|
|
1000
|
+
exports.surfaceTransparentNaviHover = index.surfaceTransparentNaviHover;
|
|
1001
|
+
exports.surfaceTransparentNegativeActive = index.surfaceTransparentNegativeActive;
|
|
1002
|
+
exports.surfaceTransparentNegativeHover = index.surfaceTransparentNegativeHover;
|
|
1003
|
+
exports.surfaceTransparentPositiveActive = index.surfaceTransparentPositiveActive;
|
|
1004
|
+
exports.surfaceTransparentPositiveHover = index.surfaceTransparentPositiveHover;
|
|
883
1005
|
exports.surfaceTransparentPrimary = index.surfaceTransparentPrimary;
|
|
884
1006
|
exports.surfaceTransparentPrimaryActive = index.surfaceTransparentPrimaryActive;
|
|
885
1007
|
exports.surfaceTransparentPrimaryHover = index.surfaceTransparentPrimaryHover;
|
|
@@ -889,15 +1011,16 @@ exports.surfaceTransparentSecondaryHover = index.surfaceTransparentSecondaryHove
|
|
|
889
1011
|
exports.surfaceTransparentTertiary = index.surfaceTransparentTertiary;
|
|
890
1012
|
exports.surfaceTransparentTertiaryActive = index.surfaceTransparentTertiaryActive;
|
|
891
1013
|
exports.surfaceTransparentTertiaryHover = index.surfaceTransparentTertiaryHover;
|
|
1014
|
+
exports.surfaceTransparentWarningActive = index.surfaceTransparentWarningActive;
|
|
1015
|
+
exports.surfaceTransparentWarningHover = index.surfaceTransparentWarningHover;
|
|
892
1016
|
exports.surfaceWarning = index.surfaceWarning;
|
|
893
1017
|
exports.surfaceWarningActive = index.surfaceWarningActive;
|
|
894
1018
|
exports.surfaceWarningHover = index.surfaceWarningHover;
|
|
1019
|
+
exports.surfaceWarningMinorActive = index.surfaceWarningMinorActive;
|
|
1020
|
+
exports.surfaceWarningMinorHover = index.surfaceWarningMinorHover;
|
|
895
1021
|
exports.textAccent = index.textAccent;
|
|
896
1022
|
exports.textAccentActive = index.textAccentActive;
|
|
897
|
-
exports.
|
|
898
|
-
exports.textAccentGradientAiActive = index.textAccentGradientAiActive;
|
|
899
|
-
exports.textAccentGradientAiBrightness = index.textAccentGradientAiBrightness;
|
|
900
|
-
exports.textAccentGradientAiHover = index.textAccentGradientAiHover;
|
|
1023
|
+
exports.textAccentGradientAI = index.textAccentGradientAI;
|
|
901
1024
|
exports.textAccentHover = index.textAccentHover;
|
|
902
1025
|
exports.textAccentMinor = index.textAccentMinor;
|
|
903
1026
|
exports.textAccentMinorActive = index.textAccentMinorActive;
|
|
@@ -905,18 +1028,26 @@ exports.textAccentMinorHover = index.textAccentMinorHover;
|
|
|
905
1028
|
exports.textInfo = index.textInfo;
|
|
906
1029
|
exports.textInfoActive = index.textInfoActive;
|
|
907
1030
|
exports.textInfoHover = index.textInfoHover;
|
|
1031
|
+
exports.textInfoMinorActive = index.textInfoMinorActive;
|
|
1032
|
+
exports.textInfoMinorHover = index.textInfoMinorHover;
|
|
908
1033
|
exports.textNegative = index.textNegative;
|
|
909
1034
|
exports.textNegativeActive = index.textNegativeActive;
|
|
910
1035
|
exports.textNegativeHover = index.textNegativeHover;
|
|
1036
|
+
exports.textNegativeMinorActive = index.textNegativeMinorActive;
|
|
1037
|
+
exports.textNegativeMinorHover = index.textNegativeMinorHover;
|
|
911
1038
|
exports.textParagraph = index.textParagraph;
|
|
912
1039
|
exports.textParagraphActive = index.textParagraphActive;
|
|
913
1040
|
exports.textParagraphHover = index.textParagraphHover;
|
|
914
1041
|
exports.textPositive = index.textPositive;
|
|
915
1042
|
exports.textPositiveActive = index.textPositiveActive;
|
|
916
1043
|
exports.textPositiveHover = index.textPositiveHover;
|
|
1044
|
+
exports.textPositiveMinorActive = index.textPositiveMinorActive;
|
|
1045
|
+
exports.textPositiveMinorHover = index.textPositiveMinorHover;
|
|
917
1046
|
exports.textPrimary = index.textPrimary;
|
|
918
1047
|
exports.textPrimaryActive = index.textPrimaryActive;
|
|
919
1048
|
exports.textPrimaryBrightness = index.textPrimaryBrightness;
|
|
1049
|
+
exports.textPrimaryBrightnessActive = index.textPrimaryBrightnessActive;
|
|
1050
|
+
exports.textPrimaryBrightnessHover = index.textPrimaryBrightnessHover;
|
|
920
1051
|
exports.textPrimaryHover = index.textPrimaryHover;
|
|
921
1052
|
exports.textSecondary = index.textSecondary;
|
|
922
1053
|
exports.textSecondaryActive = index.textSecondaryActive;
|
|
@@ -927,9 +1058,12 @@ exports.textTertiaryHover = index.textTertiaryHover;
|
|
|
927
1058
|
exports.textWarning = index.textWarning;
|
|
928
1059
|
exports.textWarningActive = index.textWarningActive;
|
|
929
1060
|
exports.textWarningHover = index.textWarningHover;
|
|
1061
|
+
exports.textWarningMinorActive = index.textWarningMinorActive;
|
|
1062
|
+
exports.textWarningMinorHover = index.textWarningMinorHover;
|
|
930
1063
|
exports.viewContainer = index.viewContainer;
|
|
931
1064
|
exports.Button = Button.Button;
|
|
932
1065
|
exports.Checkbox = Checkbox.Checkbox;
|
|
1066
|
+
exports.Counter = Counter.Counter;
|
|
933
1067
|
exports.IconButton = IconButton.IconButton;
|
|
934
1068
|
exports.Link = Link.Link;
|
|
935
1069
|
exports.Radiobox = Radiobox.Radiobox;
|