@nova-design-system/nova-base 3.0.0-beta.25 → 3.0.0-beta.28
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/LICENSE.MD +61 -108
- package/dist/css/ocean.css +851 -835
- package/dist/css/spark.css +866 -850
- package/dist/js/ocean_dark.d.ts +283 -278
- package/dist/js/ocean_dark.js +283 -278
- package/dist/js/ocean_light.d.ts +283 -278
- package/dist/js/ocean_light.js +283 -278
- package/dist/js/primitives.d.ts +190 -184
- package/dist/js/primitives.js +192 -186
- package/dist/js/spacings.d.ts +193 -193
- package/dist/js/spacings.js +234 -234
- package/dist/js/spark_dark.d.ts +284 -279
- package/dist/js/spark_dark.js +284 -279
- package/dist/js/spark_light.d.ts +284 -279
- package/dist/js/spark_light.js +284 -279
- package/dist/tokens/ocean_dark.json +1505 -1515
- package/dist/tokens/ocean_light.json +1505 -1515
- package/dist/tokens/primitives.json +758 -918
- package/dist/tokens/spacings.json +850 -850
- package/dist/tokens/spark_dark.json +1504 -1515
- package/dist/tokens/spark_light.json +1504 -1514
- package/package.json +3 -2
package/dist/js/ocean_light.d.ts
CHANGED
|
@@ -12,119 +12,18 @@ export const ColorBaseLevel10Hover : string;
|
|
|
12
12
|
export const ColorBaseLevel20Hover : string;
|
|
13
13
|
export const ColorBaseLevel30Hover : string;
|
|
14
14
|
export const ColorBaseLevel40Hover : string;
|
|
15
|
-
export const ColorBaseContentLowEmphasis : string;
|
|
16
|
-
export const ColorBaseContentMediumEmphasis : string;
|
|
17
15
|
export const ColorBaseContentHighEmphasis : string;
|
|
16
|
+
export const ColorBaseContentMediumEmphasis : string;
|
|
17
|
+
export const ColorBaseContentLowEmphasis : string;
|
|
18
|
+
export const ColorBaseContentLowerEmphasis : string;
|
|
18
19
|
export const ColorBaseContentInvertedHighEmphasis : string;
|
|
19
20
|
export const ColorBaseContentInvertedMediumEmphasis : string;
|
|
20
21
|
export const ColorBaseContentInvertedLowEmphasis : string;
|
|
21
|
-
export const ColorBaseContentLowerEmphasis : string;
|
|
22
22
|
export const ColorBaseBorderHighEmphasis : string;
|
|
23
23
|
export const ColorBaseBorderMediumEmphasis : string;
|
|
24
24
|
export const ColorBaseBorderLowEmphasis : string;
|
|
25
25
|
export const ColorBaseBorderFocus : string;
|
|
26
26
|
export const ColorBaseBorderFocusHigh : string;
|
|
27
|
-
export const ColorFeedbackInformationLowBackground : string;
|
|
28
|
-
export const ColorFeedbackInformationLowContent : string;
|
|
29
|
-
export const ColorFeedbackInformationLowBorder : string;
|
|
30
|
-
export const ColorFeedbackInformationHighBackground : string;
|
|
31
|
-
export const ColorFeedbackInformationHighBorder : string;
|
|
32
|
-
export const ColorFeedbackInformationHighContent : string;
|
|
33
|
-
export const ColorFeedbackErrorLowBackground : string;
|
|
34
|
-
export const ColorFeedbackErrorLowBorder : string;
|
|
35
|
-
export const ColorFeedbackErrorLowContent : string;
|
|
36
|
-
export const ColorFeedbackErrorHighBackground : string;
|
|
37
|
-
export const ColorFeedbackErrorHighBorder : string;
|
|
38
|
-
export const ColorFeedbackErrorHighContent : string;
|
|
39
|
-
export const ColorFeedbackSuccessLowBackground : string;
|
|
40
|
-
export const ColorFeedbackSuccessLowBorder : string;
|
|
41
|
-
export const ColorFeedbackSuccessLowContent : string;
|
|
42
|
-
export const ColorFeedbackSuccessHighBackground : string;
|
|
43
|
-
export const ColorFeedbackSuccessHighBorder : string;
|
|
44
|
-
export const ColorFeedbackSuccessHighContent : string;
|
|
45
|
-
export const ColorFeedbackWarningLowBackground : string;
|
|
46
|
-
export const ColorFeedbackWarningLowBorder : string;
|
|
47
|
-
export const ColorFeedbackWarningLowContent : string;
|
|
48
|
-
export const ColorFeedbackWarningHighBackground : string;
|
|
49
|
-
export const ColorFeedbackWarningHighBorder : string;
|
|
50
|
-
export const ColorFeedbackWarningHighContent : string;
|
|
51
|
-
export const ColorFeedbackNeutralLowBackground : string;
|
|
52
|
-
export const ColorFeedbackNeutralLowBorder : string;
|
|
53
|
-
export const ColorFeedbackNeutralLowContent : string;
|
|
54
|
-
export const ColorFeedbackNeutralHighBackground : string;
|
|
55
|
-
export const ColorFeedbackNeutralHighBorder : string;
|
|
56
|
-
export const ColorFeedbackNeutralHighContent : string;
|
|
57
|
-
export const ColorFocusBrand : string;
|
|
58
|
-
export const ColorFocusDestructive : string;
|
|
59
|
-
export const ColorFocusSuccess : string;
|
|
60
|
-
export const ColorRainbow1Background : string;
|
|
61
|
-
export const ColorRainbow1Content : string;
|
|
62
|
-
export const ColorRainbow1Border : string;
|
|
63
|
-
export const ColorRainbow2Background : string;
|
|
64
|
-
export const ColorRainbow2Content : string;
|
|
65
|
-
export const ColorRainbow2Border : string;
|
|
66
|
-
export const ColorRainbow3Background : string;
|
|
67
|
-
export const ColorRainbow3Content : string;
|
|
68
|
-
export const ColorRainbow3Border : string;
|
|
69
|
-
export const ColorRainbow4Background : string;
|
|
70
|
-
export const ColorRainbow4Content : string;
|
|
71
|
-
export const ColorRainbow4Border : string;
|
|
72
|
-
export const ColorRainbow5Background : string;
|
|
73
|
-
export const ColorRainbow5Content : string;
|
|
74
|
-
export const ColorRainbow5Border : string;
|
|
75
|
-
export const ColorRainbow6Background : string;
|
|
76
|
-
export const ColorRainbow6Content : string;
|
|
77
|
-
export const ColorRainbow6Border : string;
|
|
78
|
-
export const ColorRainbow7Background : string;
|
|
79
|
-
export const ColorRainbow7Content : string;
|
|
80
|
-
export const ColorRainbow7Border : string;
|
|
81
|
-
export const ColorRainbow8Background : string;
|
|
82
|
-
export const ColorRainbow8Content : string;
|
|
83
|
-
export const ColorRainbow8Border : string;
|
|
84
|
-
export const ColorRainbow9Background : string;
|
|
85
|
-
export const ColorRainbow9Content : string;
|
|
86
|
-
export const ColorRainbow9Border : string;
|
|
87
|
-
export const ColorRainbow10Background : string;
|
|
88
|
-
export const ColorRainbow10Content : string;
|
|
89
|
-
export const ColorRainbow10Border : string;
|
|
90
|
-
export const ColorDontUseContent : string;
|
|
91
|
-
export const ColorDontUseBorder : string;
|
|
92
|
-
export const ColorDontUseBackground : string;
|
|
93
|
-
export const ColorBrand50 : string;
|
|
94
|
-
export const ColorBrand100 : string;
|
|
95
|
-
export const ColorBrand200 : string;
|
|
96
|
-
export const ColorBrand300 : string;
|
|
97
|
-
export const ColorBrand400 : string;
|
|
98
|
-
export const ColorBrand500 : string;
|
|
99
|
-
export const ColorBrand600 : string;
|
|
100
|
-
export const ColorBrand700 : string;
|
|
101
|
-
export const ColorBrand800 : string;
|
|
102
|
-
export const ColorBrand900 : string;
|
|
103
|
-
export const ColorBrandActionLow : string;
|
|
104
|
-
export const ColorBrandActionMedium : string;
|
|
105
|
-
export const ColorBrandActionHigh : string;
|
|
106
|
-
export const ColorBrandActionHigher : string;
|
|
107
|
-
export const ColorBrandActionHighest : string;
|
|
108
|
-
export const ColorBrandActionLower : string;
|
|
109
|
-
export const ColorBrandActionLowest : string;
|
|
110
|
-
export const ColorBrandAccent50 : string;
|
|
111
|
-
export const ColorBrandAccent100 : string;
|
|
112
|
-
export const ColorBrandAccent200 : string;
|
|
113
|
-
export const ColorBrandAccent300 : string;
|
|
114
|
-
export const ColorBrandAccent400 : string;
|
|
115
|
-
export const ColorBrandAccent500 : string;
|
|
116
|
-
export const ColorBrandAccent600 : string;
|
|
117
|
-
export const ColorBrandAccent700 : string;
|
|
118
|
-
export const ColorBrandAccent800 : string;
|
|
119
|
-
export const ColorBrandAccent900 : string;
|
|
120
|
-
export const ColorInteractionBrandHighBackground : string;
|
|
121
|
-
export const ColorInteractionBrandHighBackgroundHover : string;
|
|
122
|
-
export const ColorInteractionBrandHighText : string;
|
|
123
|
-
export const ColorInteractionBrandHighTextHover : string;
|
|
124
|
-
export const ColorInteractionBrandHighIcon : string;
|
|
125
|
-
export const ColorInteractionBrandHighIconHover : string;
|
|
126
|
-
export const ColorInteractionBrandHighBorder : string;
|
|
127
|
-
export const ColorInteractionBrandHighBorderHover : string;
|
|
128
27
|
export const ColorInteractionBrandLowBackground : string;
|
|
129
28
|
export const ColorInteractionBrandLowBackgroundHover : string;
|
|
130
29
|
export const ColorInteractionBrandLowText : string;
|
|
@@ -133,10 +32,14 @@ export const ColorInteractionBrandLowIcon : string;
|
|
|
133
32
|
export const ColorInteractionBrandLowIconHover : string;
|
|
134
33
|
export const ColorInteractionBrandLowBorder : string;
|
|
135
34
|
export const ColorInteractionBrandLowBorderHover : string;
|
|
136
|
-
export const
|
|
137
|
-
export const
|
|
138
|
-
export const
|
|
139
|
-
export const
|
|
35
|
+
export const ColorInteractionBrandHighBackground : string;
|
|
36
|
+
export const ColorInteractionBrandHighBackgroundHover : string;
|
|
37
|
+
export const ColorInteractionBrandHighText : string;
|
|
38
|
+
export const ColorInteractionBrandHighTextHover : string;
|
|
39
|
+
export const ColorInteractionBrandHighIcon : string;
|
|
40
|
+
export const ColorInteractionBrandHighIconHover : string;
|
|
41
|
+
export const ColorInteractionBrandHighBorder : string;
|
|
42
|
+
export const ColorInteractionBrandHighBorderHover : string;
|
|
140
43
|
export const ColorInteractionNeutralBackground : string;
|
|
141
44
|
export const ColorInteractionNeutralBackgroundHover : string;
|
|
142
45
|
export const ColorInteractionNeutralText : string;
|
|
@@ -145,6 +48,10 @@ export const ColorInteractionNeutralIcon : string;
|
|
|
145
48
|
export const ColorInteractionNeutralIconHover : string;
|
|
146
49
|
export const ColorInteractionNeutralBorder : string;
|
|
147
50
|
export const ColorInteractionNeutralBorderHover : string;
|
|
51
|
+
export const ColorInteractionLinkInlineText : string;
|
|
52
|
+
export const ColorInteractionLinkInlineTextHover : string;
|
|
53
|
+
export const ColorInteractionLinkInlineIcon : string;
|
|
54
|
+
export const ColorInteractionLinkInlineIconHover : string;
|
|
148
55
|
export const ColorInteractionLinkStandaloneText : string;
|
|
149
56
|
export const ColorInteractionLinkStandaloneTextHover : string;
|
|
150
57
|
export const ColorInteractionLinkStandaloneIcon : string;
|
|
@@ -153,6 +60,36 @@ export const ColorInteractionLinkTableText : string;
|
|
|
153
60
|
export const ColorInteractionLinkTableTextHover : string;
|
|
154
61
|
export const ColorInteractionLinkTableIcon : string;
|
|
155
62
|
export const ColorInteractionLinkTableIconHover : string;
|
|
63
|
+
export const ColorWhite : string;
|
|
64
|
+
export const ColorBlack : string;
|
|
65
|
+
export const ColorBrand50 : string;
|
|
66
|
+
export const ColorBrand100 : string;
|
|
67
|
+
export const ColorBrand200 : string;
|
|
68
|
+
export const ColorBrand300 : string;
|
|
69
|
+
export const ColorBrand400 : string;
|
|
70
|
+
export const ColorBrand500 : string;
|
|
71
|
+
export const ColorBrand600 : string;
|
|
72
|
+
export const ColorBrand700 : string;
|
|
73
|
+
export const ColorBrand800 : string;
|
|
74
|
+
export const ColorBrand900 : string;
|
|
75
|
+
export const ColorBrandBrand2 : string;
|
|
76
|
+
export const ColorBrandAccent50 : string;
|
|
77
|
+
export const ColorBrandAccent100 : string;
|
|
78
|
+
export const ColorBrandAccent200 : string;
|
|
79
|
+
export const ColorBrandAccent300 : string;
|
|
80
|
+
export const ColorBrandAccent400 : string;
|
|
81
|
+
export const ColorBrandAccent500 : string;
|
|
82
|
+
export const ColorBrandAccent600 : string;
|
|
83
|
+
export const ColorBrandAccent700 : string;
|
|
84
|
+
export const ColorBrandAccent800 : string;
|
|
85
|
+
export const ColorBrandAccent900 : string;
|
|
86
|
+
export const ColorBrandActionHighest : string;
|
|
87
|
+
export const ColorBrandActionHigher : string;
|
|
88
|
+
export const ColorBrandActionHigh : string;
|
|
89
|
+
export const ColorBrandActionMedium : string;
|
|
90
|
+
export const ColorBrandActionLow : string;
|
|
91
|
+
export const ColorBrandActionLower : string;
|
|
92
|
+
export const ColorBrandActionLowest : string;
|
|
156
93
|
export const ColorChart1 : string;
|
|
157
94
|
export const ColorChart2 : string;
|
|
158
95
|
export const ColorChart3 : string;
|
|
@@ -163,161 +100,252 @@ export const ColorChart7 : string;
|
|
|
163
100
|
export const ColorChart8 : string;
|
|
164
101
|
export const ColorChart9 : string;
|
|
165
102
|
export const ColorChart10 : string;
|
|
166
|
-
export const
|
|
167
|
-
export const
|
|
168
|
-
export const
|
|
169
|
-
export const
|
|
170
|
-
export const
|
|
171
|
-
export const
|
|
172
|
-
export const
|
|
173
|
-
export const
|
|
174
|
-
export const
|
|
175
|
-
export const
|
|
176
|
-
export const
|
|
177
|
-
export const
|
|
178
|
-
export const
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
181
|
-
export const
|
|
182
|
-
export const
|
|
183
|
-
export const
|
|
184
|
-
export const
|
|
185
|
-
export const
|
|
186
|
-
export const
|
|
187
|
-
export const
|
|
188
|
-
export const
|
|
189
|
-
export const
|
|
190
|
-
export const
|
|
191
|
-
export const
|
|
192
|
-
export const
|
|
193
|
-
export const
|
|
194
|
-
export const
|
|
195
|
-
export const
|
|
196
|
-
export const
|
|
197
|
-
export const
|
|
198
|
-
export const
|
|
199
|
-
export const
|
|
200
|
-
export const
|
|
201
|
-
export const
|
|
202
|
-
export const
|
|
203
|
-
export const
|
|
204
|
-
export const
|
|
205
|
-
export const
|
|
206
|
-
export const
|
|
207
|
-
export const
|
|
208
|
-
export const
|
|
209
|
-
export const
|
|
210
|
-
export const
|
|
211
|
-
export const
|
|
212
|
-
export const
|
|
213
|
-
export const
|
|
214
|
-
export const
|
|
215
|
-
export const
|
|
216
|
-
export const
|
|
217
|
-
export const
|
|
218
|
-
export const
|
|
219
|
-
export const
|
|
220
|
-
export const
|
|
221
|
-
export const
|
|
222
|
-
export const
|
|
223
|
-
export const
|
|
224
|
-
export const
|
|
225
|
-
export const
|
|
226
|
-
export const
|
|
103
|
+
export const ColorFeedbackInformationHighBackground : string;
|
|
104
|
+
export const ColorFeedbackInformationHighBorder : string;
|
|
105
|
+
export const ColorFeedbackInformationHighContent : string;
|
|
106
|
+
export const ColorFeedbackInformationLowBackground : string;
|
|
107
|
+
export const ColorFeedbackInformationLowBorder : string;
|
|
108
|
+
export const ColorFeedbackInformationLowContent : string;
|
|
109
|
+
export const ColorFeedbackErrorHighBackground : string;
|
|
110
|
+
export const ColorFeedbackErrorHighBorder : string;
|
|
111
|
+
export const ColorFeedbackErrorHighContent : string;
|
|
112
|
+
export const ColorFeedbackErrorLowBackground : string;
|
|
113
|
+
export const ColorFeedbackErrorLowBorder : string;
|
|
114
|
+
export const ColorFeedbackErrorLowContent : string;
|
|
115
|
+
export const ColorFeedbackNeutralHighBackground : string;
|
|
116
|
+
export const ColorFeedbackNeutralHighBorder : string;
|
|
117
|
+
export const ColorFeedbackNeutralHighContent : string;
|
|
118
|
+
export const ColorFeedbackNeutralLowBackground : string;
|
|
119
|
+
export const ColorFeedbackNeutralLowBorder : string;
|
|
120
|
+
export const ColorFeedbackNeutralLowContent : string;
|
|
121
|
+
export const ColorFeedbackWarningHighBackground : string;
|
|
122
|
+
export const ColorFeedbackWarningHighBorder : string;
|
|
123
|
+
export const ColorFeedbackWarningHighContent : string;
|
|
124
|
+
export const ColorFeedbackWarningLowBackground : string;
|
|
125
|
+
export const ColorFeedbackWarningLowBorder : string;
|
|
126
|
+
export const ColorFeedbackWarningLowContent : string;
|
|
127
|
+
export const ColorFeedbackSuccessHighBackground : string;
|
|
128
|
+
export const ColorFeedbackSuccessHighBorder : string;
|
|
129
|
+
export const ColorFeedbackSuccessHighContent : string;
|
|
130
|
+
export const ColorFeedbackSuccessLowBackground : string;
|
|
131
|
+
export const ColorFeedbackSuccessLowBorder : string;
|
|
132
|
+
export const ColorFeedbackSuccessLowContent : string;
|
|
133
|
+
export const ColorFocusBrand : string;
|
|
134
|
+
export const ColorFocusDestructive : string;
|
|
135
|
+
export const ColorFocusSuccess : string;
|
|
136
|
+
export const ColorRainbow1Background : string;
|
|
137
|
+
export const ColorRainbow1Border : string;
|
|
138
|
+
export const ColorRainbow1Content : string;
|
|
139
|
+
export const ColorRainbow2Background : string;
|
|
140
|
+
export const ColorRainbow2Border : string;
|
|
141
|
+
export const ColorRainbow2Content : string;
|
|
142
|
+
export const ColorRainbow3Background : string;
|
|
143
|
+
export const ColorRainbow3Border : string;
|
|
144
|
+
export const ColorRainbow3Content : string;
|
|
145
|
+
export const ColorRainbow4Background : string;
|
|
146
|
+
export const ColorRainbow4Border : string;
|
|
147
|
+
export const ColorRainbow4Content : string;
|
|
148
|
+
export const ColorRainbow5Background : string;
|
|
149
|
+
export const ColorRainbow5Border : string;
|
|
150
|
+
export const ColorRainbow5Content : string;
|
|
151
|
+
export const ColorRainbow6Background : string;
|
|
152
|
+
export const ColorRainbow6Border : string;
|
|
153
|
+
export const ColorRainbow6Content : string;
|
|
154
|
+
export const ColorRainbow7Background : string;
|
|
155
|
+
export const ColorRainbow7Border : string;
|
|
156
|
+
export const ColorRainbow7Content : string;
|
|
157
|
+
export const ColorRainbow8Background : string;
|
|
158
|
+
export const ColorRainbow8Border : string;
|
|
159
|
+
export const ColorRainbow8Content : string;
|
|
160
|
+
export const ColorRainbow9Background : string;
|
|
161
|
+
export const ColorRainbow9Border : string;
|
|
162
|
+
export const ColorRainbow9Content : string;
|
|
163
|
+
export const ColorRainbow10Background : string;
|
|
164
|
+
export const ColorRainbow10Border : string;
|
|
165
|
+
export const ColorRainbow10Content : string;
|
|
166
|
+
export const ColorDontUseBorder : string;
|
|
167
|
+
export const ColorDontUseContent : string;
|
|
168
|
+
export const ColorDontUseBackground : string;
|
|
169
|
+
export const ShadowColorOpacity0 : string;
|
|
170
|
+
export const ShadowColorOpacity1 : string;
|
|
171
|
+
export const ShadowColorOpacity2 : string;
|
|
172
|
+
export const ShadowColorOpacity3 : string;
|
|
173
|
+
export const ShadowBlurBase1 : string;
|
|
174
|
+
export const ShadowBlurBase2 : string;
|
|
175
|
+
export const ShadowBlurMd1 : string;
|
|
176
|
+
export const ShadowBlurMd2 : string;
|
|
177
|
+
export const ShadowBlurLg1 : string;
|
|
178
|
+
export const ShadowBlurLg2 : string;
|
|
179
|
+
export const ShadowBlurXl1 : string;
|
|
180
|
+
export const ShadowBlurXl2 : string;
|
|
181
|
+
export const ShadowBlur2xl : string;
|
|
182
|
+
export const ShadowSpreadLg1 : string;
|
|
183
|
+
export const ShadowSpreadLg2 : string;
|
|
184
|
+
export const ShadowSpreadXl : string;
|
|
185
|
+
export const ShadowSpread2xl : string;
|
|
186
|
+
export const ShadowYAxisNone : string;
|
|
187
|
+
export const ShadowYAxisBase : string;
|
|
188
|
+
export const ShadowYAxisMd1 : string;
|
|
189
|
+
export const ShadowYAxisMd2 : string;
|
|
190
|
+
export const ShadowYAxisLg1 : string;
|
|
191
|
+
export const ShadowYAxisLg2 : string;
|
|
192
|
+
export const ShadowYAxisXl1 : string;
|
|
193
|
+
export const ShadowYAxisXl2 : string;
|
|
194
|
+
export const ShadowYAxis2xl : string;
|
|
195
|
+
export const ComponentsWpfComponents2 : string;
|
|
196
|
+
export const ComponentsButtonHighBorder : string;
|
|
197
|
+
export const ComponentsButtonHighBorderHover : string;
|
|
227
198
|
export const ComponentsButtonHighBackground : string;
|
|
228
|
-
export const ComponentsButtonHighIcon : string;
|
|
229
199
|
export const ComponentsButtonHighBackgroundHover : string;
|
|
230
200
|
export const ComponentsButtonHighText : string;
|
|
231
|
-
export const ComponentsButtonHighIconHover : string;
|
|
232
201
|
export const ComponentsButtonHighTextHover : string;
|
|
233
|
-
export const
|
|
234
|
-
export const
|
|
235
|
-
export const ComponentsButtonMediumIcon : string;
|
|
236
|
-
export const ComponentsButtonMediumBackground : string;
|
|
237
|
-
export const ComponentsButtonMediumBackgroundHover : string;
|
|
238
|
-
export const ComponentsButtonMediumText : string;
|
|
239
|
-
export const ComponentsButtonMediumBorder : string;
|
|
240
|
-
export const ComponentsButtonMediumBorderHover : string;
|
|
241
|
-
export const ComponentsButtonMediumIconHover : string;
|
|
242
|
-
export const ComponentsButtonMediumTextHover : string;
|
|
243
|
-
export const ComponentsButtonLowIcon : string;
|
|
244
|
-
export const ComponentsButtonLowIconHover : string;
|
|
245
|
-
export const ComponentsButtonLowText : string;
|
|
246
|
-
export const ComponentsButtonLowTextHover : string;
|
|
202
|
+
export const ComponentsButtonHighIcon : string;
|
|
203
|
+
export const ComponentsButtonHighIconHover : string;
|
|
247
204
|
export const ComponentsButtonLowBackground : string;
|
|
248
205
|
export const ComponentsButtonLowBackgroundHover : string;
|
|
206
|
+
export const ComponentsButtonLowText : string;
|
|
207
|
+
export const ComponentsButtonLowTextHover : string;
|
|
208
|
+
export const ComponentsButtonLowIcon : string;
|
|
209
|
+
export const ComponentsButtonLowIconHover : string;
|
|
249
210
|
export const ComponentsButtonLowBorder : string;
|
|
250
211
|
export const ComponentsButtonLowBorderHover : string;
|
|
212
|
+
export const ComponentsButtonLowerBorder : string;
|
|
213
|
+
export const ComponentsButtonLowerBorderHover : string;
|
|
214
|
+
export const ComponentsButtonLowerBorder2 : string;
|
|
215
|
+
export const ComponentsButtonLowerBorderHover2 : string;
|
|
251
216
|
export const ComponentsButtonLowerBackground : string;
|
|
252
217
|
export const ComponentsButtonLowerBackgroundHover : string;
|
|
253
218
|
export const ComponentsButtonLowerText : string;
|
|
254
219
|
export const ComponentsButtonLowerTextHover : string;
|
|
255
220
|
export const ComponentsButtonLowerIcon : string;
|
|
256
221
|
export const ComponentsButtonLowerIconHover : string;
|
|
257
|
-
export const
|
|
258
|
-
export const
|
|
259
|
-
export const
|
|
260
|
-
export const
|
|
261
|
-
export const
|
|
262
|
-
export const
|
|
263
|
-
export const
|
|
264
|
-
export const
|
|
265
|
-
export const
|
|
266
|
-
export const
|
|
267
|
-
export const
|
|
268
|
-
export const
|
|
222
|
+
export const ComponentsButtonGrAsComplementaryBorder : string;
|
|
223
|
+
export const ComponentsButtonGrAsComplementaryBorderHover : string;
|
|
224
|
+
export const ComponentsButtonGrAsComplementaryBackground : string;
|
|
225
|
+
export const ComponentsButtonGrAsComplementaryBackgroundHover : string;
|
|
226
|
+
export const ComponentsButtonGrAsComplementaryText : string;
|
|
227
|
+
export const ComponentsButtonGrAsComplementaryTextHover : string;
|
|
228
|
+
export const ComponentsButtonGrAsComplementaryIcon : string;
|
|
229
|
+
export const ComponentsButtonGrAsComplementaryIconHover : string;
|
|
230
|
+
export const ComponentsButtonMediumBackground : string;
|
|
231
|
+
export const ComponentsButtonMediumBackgroundHover : string;
|
|
232
|
+
export const ComponentsButtonMediumText : string;
|
|
233
|
+
export const ComponentsButtonMediumTextHover : string;
|
|
234
|
+
export const ComponentsButtonMediumIcon : string;
|
|
235
|
+
export const ComponentsButtonMediumIconHover : string;
|
|
236
|
+
export const ComponentsButtonMediumBorder : string;
|
|
237
|
+
export const ComponentsButtonMediumBorderHover : string;
|
|
238
|
+
export const ComponentsFormOpacityDefault : string;
|
|
239
|
+
export const ComponentsFormOpacityDisabled : string;
|
|
240
|
+
export const ComponentsFormTextRequired : string;
|
|
241
|
+
export const ComponentsFormTextInfoIcon : string;
|
|
242
|
+
export const ComponentsFormTextLabelDefault : string;
|
|
243
|
+
export const ComponentsFormTextLabelDisabled : string;
|
|
244
|
+
export const ComponentsFormTextDescriptionDefault : string;
|
|
245
|
+
export const ComponentsFormTextDescriptionError : string;
|
|
269
246
|
export const ComponentsFormFieldBackgroundDefault : string;
|
|
247
|
+
export const ComponentsFormFieldBackgroundFocus : string;
|
|
248
|
+
export const ComponentsFormFieldBackgroundHover : string;
|
|
270
249
|
export const ComponentsFormFieldBackgroundDisabled : string;
|
|
271
|
-
export const ComponentsFormFieldBackgroundReadonly : string;
|
|
272
250
|
export const ComponentsFormFieldBackgroundChecked : string;
|
|
273
251
|
export const ComponentsFormFieldBackgroundError : string;
|
|
274
|
-
export const
|
|
275
|
-
export const ComponentsFormFieldBackgroundFocus : string;
|
|
252
|
+
export const ComponentsFormFieldBackgroundReadonly : string;
|
|
276
253
|
export const ComponentsFormFieldBorderDefault : string;
|
|
254
|
+
export const ComponentsFormFieldBorderDisabled : string;
|
|
255
|
+
export const ComponentsFormFieldBorderHover : string;
|
|
277
256
|
export const ComponentsFormFieldBorderFocus : string;
|
|
278
|
-
export const ComponentsFormFieldBorderSuccess : string;
|
|
279
257
|
export const ComponentsFormFieldBorderError : string;
|
|
280
|
-
export const
|
|
258
|
+
export const ComponentsFormFieldBorderSuccess : string;
|
|
281
259
|
export const ComponentsFormFieldBorderReadonly : string;
|
|
282
|
-
export const ComponentsFormFieldBorderDisabled : string;
|
|
283
260
|
export const ComponentsFormFieldContentPlaceholder : string;
|
|
284
261
|
export const ComponentsFormFieldContentText : string;
|
|
285
262
|
export const ComponentsFormFieldIconDefault : string;
|
|
286
263
|
export const ComponentsFormFieldIconDisabled : string;
|
|
287
264
|
export const ComponentsFormFieldIconError : string;
|
|
288
265
|
export const ComponentsFormFieldIconSuccess : string;
|
|
289
|
-
export const ComponentsFormTextInfoIcon : string;
|
|
290
|
-
export const ComponentsFormTextLabelDefault : string;
|
|
291
|
-
export const ComponentsFormTextLabelDisabled : string;
|
|
292
|
-
export const ComponentsFormTextDescriptionDefault : string;
|
|
293
|
-
export const ComponentsFormTextDescriptionError : string;
|
|
294
|
-
export const ComponentsFormTextRequired : string;
|
|
295
|
-
export const ComponentsFormShapeForegroundDefault : string;
|
|
296
|
-
export const ComponentsFormShapeForegroundDisabled : string;
|
|
297
|
-
export const ComponentsFormShapeForegroundDisabledError : string;
|
|
298
|
-
export const ComponentsFormShapeForegroundSwitchDot : string;
|
|
299
|
-
export const ComponentsFormShapeBackgroundDisabled : string;
|
|
300
|
-
export const ComponentsFormShapeBackgroundSelected : string;
|
|
301
266
|
export const ComponentsFormShapeBackgroundDefault : string;
|
|
302
267
|
export const ComponentsFormShapeBackgroundHover : string;
|
|
268
|
+
export const ComponentsFormShapeBackgroundDisabled : string;
|
|
269
|
+
export const ComponentsFormShapeBackgroundSelected : string;
|
|
303
270
|
export const ComponentsFormShapeBackgroundError : string;
|
|
304
271
|
export const ComponentsFormShapeBorderDefault : string;
|
|
305
272
|
export const ComponentsFormShapeBorderHover : string;
|
|
306
273
|
export const ComponentsFormShapeBorderFocus : string;
|
|
307
274
|
export const ComponentsFormShapeBorderError : string;
|
|
308
275
|
export const ComponentsFormShapeBorderSuccess : string;
|
|
309
|
-
export const
|
|
310
|
-
export const
|
|
311
|
-
export const
|
|
312
|
-
export const
|
|
276
|
+
export const ComponentsFormShapeForegroundDefault : string;
|
|
277
|
+
export const ComponentsFormShapeForegroundSwitchDot : string;
|
|
278
|
+
export const ComponentsFormShapeForegroundDisabled : string;
|
|
279
|
+
export const ComponentsFormShapeForegroundDisabledError : string;
|
|
280
|
+
export const ComponentsListNativeBackground : string;
|
|
281
|
+
export const ComponentsListNativeItemTitleContent : string;
|
|
282
|
+
export const ComponentsListNativeSeparator : string;
|
|
283
|
+
export const ComponentsListNativeBorder : string;
|
|
284
|
+
export const ComponentsListNativeItemContentDisabled : string;
|
|
285
|
+
export const ComponentsListNativeItemContentDefault : string;
|
|
286
|
+
export const ComponentsListNativeItemContentHover : string;
|
|
287
|
+
export const ComponentsListNativeItemBackgroundDefault : string;
|
|
288
|
+
export const ComponentsListNativeItemBackgroundHover : string;
|
|
289
|
+
export const ComponentsListNativeItemBackgroundDisabled : string;
|
|
290
|
+
export const ComponentsListNativeItemBackgroundTitle : string;
|
|
291
|
+
export const ComponentsListCustomBackground : string;
|
|
292
|
+
export const ComponentsListCustomItemContentDefault : string;
|
|
293
|
+
export const ComponentsListCustomItemContentHover : string;
|
|
294
|
+
export const ComponentsListCustomItemContentDisabled : string;
|
|
295
|
+
export const ComponentsListCustomItemBackgroundDefault : string;
|
|
296
|
+
export const ComponentsListCustomItemBackgroundHover : string;
|
|
297
|
+
export const ComponentsListCustomItemBackgroundDisabled : string;
|
|
298
|
+
export const ComponentsListCustomItemBackgroundTitle : string;
|
|
299
|
+
export const ComponentsListCustomItemTitleContent : string;
|
|
300
|
+
export const ComponentsListCustomSeparator : string;
|
|
301
|
+
export const ComponentsListCustomBorder : string;
|
|
313
302
|
export const ComponentsLoaderWhiteBackground : string;
|
|
314
303
|
export const ComponentsLoaderWhiteForeground : string;
|
|
304
|
+
export const ComponentsLoaderBrandBackground : string;
|
|
305
|
+
export const ComponentsLoaderBrandForeground : string;
|
|
306
|
+
export const ComponentsButtonDestructiveMediumBackground : string;
|
|
307
|
+
export const ComponentsButtonDestructiveMediumBackgroundHover : string;
|
|
308
|
+
export const ComponentsButtonDestructiveMediumText : string;
|
|
309
|
+
export const ComponentsButtonDestructiveMediumTextHover : string;
|
|
310
|
+
export const ComponentsButtonDestructiveMediumIcon : string;
|
|
311
|
+
export const ComponentsButtonDestructiveMediumIconHover : string;
|
|
312
|
+
export const ComponentsButtonDestructiveMediumBorder : string;
|
|
313
|
+
export const ComponentsButtonDestructiveMediumBorderHover : string;
|
|
314
|
+
export const ComponentsButtonDestructiveLowBackground : string;
|
|
315
|
+
export const ComponentsButtonDestructiveLowBackgroundHover : string;
|
|
316
|
+
export const ComponentsButtonDestructiveLowBorder : string;
|
|
317
|
+
export const ComponentsButtonDestructiveLowBorderHover : string;
|
|
318
|
+
export const ComponentsButtonDestructiveLowText : string;
|
|
319
|
+
export const ComponentsButtonDestructiveLowTextHover : string;
|
|
320
|
+
export const ComponentsButtonDestructiveLowIcon : string;
|
|
321
|
+
export const ComponentsButtonDestructiveLowIconHover : string;
|
|
322
|
+
export const ComponentsButtonDestructiveHighBackground : string;
|
|
323
|
+
export const ComponentsButtonDestructiveHighBackgroundHover : string;
|
|
324
|
+
export const ComponentsButtonDestructiveHighText : string;
|
|
325
|
+
export const ComponentsButtonDestructiveHighTextHover : string;
|
|
326
|
+
export const ComponentsButtonDestructiveHighIcon : string;
|
|
327
|
+
export const ComponentsButtonDestructiveHighIconHover : string;
|
|
328
|
+
export const ComponentsButtonDestructiveLowerBackground : string;
|
|
329
|
+
export const ComponentsButtonDestructiveLowerBackgroundHover : string;
|
|
330
|
+
export const ComponentsButtonDestructiveLowerText : string;
|
|
331
|
+
export const ComponentsButtonDestructiveLowerTextHover : string;
|
|
332
|
+
export const ComponentsButtonDestructiveLowerIcon : string;
|
|
333
|
+
export const ComponentsButtonDestructiveLowerIconHover : string;
|
|
334
|
+
export const ComponentsButtonDestructiveLowerBorder : string;
|
|
335
|
+
export const ComponentsButtonDestructiveLowerBorderHover : string;
|
|
336
|
+
export const ComponentsTooltipShadow1 : string;
|
|
337
|
+
export const ComponentsTooltipBackground : string;
|
|
338
|
+
export const ComponentsTooltipBorder : string;
|
|
339
|
+
export const ComponentsTooltipText : string;
|
|
340
|
+
export const ComponentsTooltipSupportingText : string;
|
|
315
341
|
export const ComponentsAlertInformationBackground : string;
|
|
316
342
|
export const ComponentsAlertInformationIcon : string;
|
|
317
343
|
export const ComponentsAlertInformationBorder : string;
|
|
344
|
+
export const ComponentsAlertContentDescription : string;
|
|
345
|
+
export const ComponentsAlertContentTitle : string;
|
|
318
346
|
export const ComponentsAlertWarningBackground : string;
|
|
319
|
-
export const ComponentsAlertWarningIcon : string;
|
|
320
347
|
export const ComponentsAlertWarningBorder : string;
|
|
348
|
+
export const ComponentsAlertWarningIcon : string;
|
|
321
349
|
export const ComponentsAlertErrorBackground : string;
|
|
322
350
|
export const ComponentsAlertErrorBorder : string;
|
|
323
351
|
export const ComponentsAlertErrorIcon : string;
|
|
@@ -327,8 +355,37 @@ export const ComponentsAlertSuccessIcon : string;
|
|
|
327
355
|
export const ComponentsAlertNeutralBackground : string;
|
|
328
356
|
export const ComponentsAlertNeutralBorder : string;
|
|
329
357
|
export const ComponentsAlertNeutralIcon : string;
|
|
330
|
-
export const
|
|
331
|
-
export const
|
|
358
|
+
export const ComponentsAvatarBackground1 : string;
|
|
359
|
+
export const ComponentsAvatarBackground2 : string;
|
|
360
|
+
export const ComponentsAvatarBackground3 : string;
|
|
361
|
+
export const ComponentsAvatarBackground4 : string;
|
|
362
|
+
export const ComponentsAvatarBackground5 : string;
|
|
363
|
+
export const ComponentsAvatarBackground6 : string;
|
|
364
|
+
export const ComponentsAvatarBackground7 : string;
|
|
365
|
+
export const ComponentsAvatarBackground8 : string;
|
|
366
|
+
export const ComponentsAvatarBackground9 : string;
|
|
367
|
+
export const ComponentsAvatarBackground10 : string;
|
|
368
|
+
export const ComponentsAvatarBorder1 : string;
|
|
369
|
+
export const ComponentsAvatarBorder2 : string;
|
|
370
|
+
export const ComponentsAvatarBorder3 : string;
|
|
371
|
+
export const ComponentsAvatarBorder4 : string;
|
|
372
|
+
export const ComponentsAvatarBorder5 : string;
|
|
373
|
+
export const ComponentsAvatarBorder6 : string;
|
|
374
|
+
export const ComponentsAvatarBorder7 : string;
|
|
375
|
+
export const ComponentsAvatarBorder8 : string;
|
|
376
|
+
export const ComponentsAvatarBorder9 : string;
|
|
377
|
+
export const ComponentsAvatarBorder10 : string;
|
|
378
|
+
export const ComponentsAvatarContent1 : string;
|
|
379
|
+
export const ComponentsAvatarContent2 : string;
|
|
380
|
+
export const ComponentsAvatarContent3 : string;
|
|
381
|
+
export const ComponentsAvatarContent4 : string;
|
|
382
|
+
export const ComponentsAvatarContent5 : string;
|
|
383
|
+
export const ComponentsAvatarContent6 : string;
|
|
384
|
+
export const ComponentsAvatarContent7 : string;
|
|
385
|
+
export const ComponentsAvatarContent8 : string;
|
|
386
|
+
export const ComponentsAvatarContent9 : string;
|
|
387
|
+
export const ComponentsAvatarContent10 : string;
|
|
388
|
+
export const ComponentsAvatarColorBackground1 : string;
|
|
332
389
|
export const ComponentsNotificationInformationBackground : string;
|
|
333
390
|
export const ComponentsNotificationInformationIcon : string;
|
|
334
391
|
export const ComponentsNotificationInformationBorder : string;
|
|
@@ -346,67 +403,15 @@ export const ComponentsNotificationSuccessIcon : string;
|
|
|
346
403
|
export const ComponentsNotificationNeutralBackground : string;
|
|
347
404
|
export const ComponentsNotificationNeutralBorder : string;
|
|
348
405
|
export const ComponentsNotificationNeutralIcon : string;
|
|
349
|
-
export const ComponentsListNativeBackground : string;
|
|
350
|
-
export const ComponentsListNativeItemBackgroundDefault : string;
|
|
351
|
-
export const ComponentsListNativeItemBackgroundHover : string;
|
|
352
|
-
export const ComponentsListNativeItemBackgroundDisabled : string;
|
|
353
|
-
export const ComponentsListNativeItemBackgroundTitle : string;
|
|
354
|
-
export const ComponentsListNativeItemContentDefault : string;
|
|
355
|
-
export const ComponentsListNativeItemContentHover : string;
|
|
356
|
-
export const ComponentsListNativeItemContentDisabled : string;
|
|
357
|
-
export const ComponentsListNativeItemTitleContent : string;
|
|
358
|
-
export const ComponentsListNativeSeparator : string;
|
|
359
|
-
export const ComponentsListNativeBorder : string;
|
|
360
|
-
export const ComponentsListCustomBackground : string;
|
|
361
|
-
export const ComponentsListCustomItemContentDefault : string;
|
|
362
|
-
export const ComponentsListCustomItemContentHover : string;
|
|
363
|
-
export const ComponentsListCustomItemContentDisabled : string;
|
|
364
|
-
export const ComponentsListCustomItemBackgroundDefault : string;
|
|
365
|
-
export const ComponentsListCustomItemBackgroundHover : string;
|
|
366
|
-
export const ComponentsListCustomItemBackgroundDisabled : string;
|
|
367
|
-
export const ComponentsListCustomItemBackgroundTitle : string;
|
|
368
|
-
export const ComponentsListCustomSeparator : string;
|
|
369
|
-
export const ComponentsListCustomBorder : string;
|
|
370
|
-
export const ComponentsListCustomItemTitleContent : string;
|
|
371
|
-
export const ComponentsTooltipBackground : string;
|
|
372
|
-
export const ComponentsTooltipText : string;
|
|
373
|
-
export const ComponentsTooltipSupportingText : string;
|
|
374
|
-
export const ComponentsTooltipBorder : string;
|
|
375
406
|
export const ComponentsPopoverBackground : string;
|
|
376
407
|
export const ComponentsPopoverBorder : string;
|
|
377
408
|
export const ComponentsPopoverText : string;
|
|
378
409
|
export const ComponentsPopoverSupportingText : string;
|
|
410
|
+
export const ComponentsMenuContextualBackground : string;
|
|
411
|
+
export const ComponentsMenuContextualBorder : string;
|
|
379
412
|
export const ComponentsMenuContextualItemBackground : string;
|
|
380
|
-
export const ComponentsMenuContextualItemContent : string;
|
|
381
|
-
export const ComponentsMenuContextualItemContentHover : string;
|
|
382
413
|
export const ComponentsMenuContextualItemBackgroundHover : string;
|
|
383
414
|
export const ComponentsMenuContextualItemShortcut : string;
|
|
415
|
+
export const ComponentsMenuContextualItemContent : string;
|
|
384
416
|
export const ComponentsMenuContextualItemContentDisabled : string;
|
|
385
|
-
export const
|
|
386
|
-
export const ComponentsMenuContextualBackground : string;
|
|
387
|
-
export const ShadowBlurBase1 : string;
|
|
388
|
-
export const ShadowBlurBase2 : string;
|
|
389
|
-
export const ShadowBlurMd1 : string;
|
|
390
|
-
export const ShadowBlurMd2 : string;
|
|
391
|
-
export const ShadowBlurLg1 : string;
|
|
392
|
-
export const ShadowBlurLg2 : string;
|
|
393
|
-
export const ShadowBlurXl1 : string;
|
|
394
|
-
export const ShadowBlurXl2 : string;
|
|
395
|
-
export const ShadowBlur2xl : string;
|
|
396
|
-
export const ShadowYAxisBase : string;
|
|
397
|
-
export const ShadowYAxisMd1 : string;
|
|
398
|
-
export const ShadowYAxisMd2 : string;
|
|
399
|
-
export const ShadowYAxisLg1 : string;
|
|
400
|
-
export const ShadowYAxisLg2 : string;
|
|
401
|
-
export const ShadowYAxisXl1 : string;
|
|
402
|
-
export const ShadowYAxisXl2 : string;
|
|
403
|
-
export const ShadowYAxis2xl : string;
|
|
404
|
-
export const ShadowYAxisNone : string;
|
|
405
|
-
export const ShadowSpreadLg1 : string;
|
|
406
|
-
export const ShadowSpreadLg2 : string;
|
|
407
|
-
export const ShadowSpreadXl : string;
|
|
408
|
-
export const ShadowSpread2xl : string;
|
|
409
|
-
export const ShadowColorOpacity0 : string;
|
|
410
|
-
export const ShadowColorOpacity1 : string;
|
|
411
|
-
export const ShadowColorOpacity2 : string;
|
|
412
|
-
export const ShadowColorOpacity3 : string;
|
|
417
|
+
export const ComponentsMenuContextualItemContentHover : string;
|