@nova-design-system/nova-base 3.0.0-beta.34 → 3.0.0-beta.36
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/dist/{lib/cjs → cjs}/generated/nova-tailwind-tokens.js +69 -0
- package/dist/css/mccs.css +136 -42
- package/dist/css/nova-utils.css +100 -0
- package/dist/css/ocean.css +150 -56
- package/dist/css/spark.css +148 -54
- package/dist/{lib/generated → generated}/nova-tailwind-tokens.d.ts +69 -0
- package/dist/{lib/generated → generated}/nova-tailwind-tokens.js +69 -0
- package/dist/js/mccs_dark.d.ts +63 -22
- package/dist/js/mccs_dark.js +63 -22
- package/dist/js/mccs_light.d.ts +63 -22
- package/dist/js/mccs_light.js +64 -23
- package/dist/js/ocean_dark.d.ts +69 -28
- package/dist/js/ocean_dark.js +69 -28
- package/dist/js/ocean_light.d.ts +69 -28
- package/dist/js/ocean_light.js +69 -28
- package/dist/js/spacings.d.ts +12 -0
- package/dist/js/spacings.js +12 -0
- package/dist/js/spark_dark.d.ts +67 -26
- package/dist/js/spark_dark.js +69 -28
- package/dist/js/spark_light.d.ts +67 -26
- package/dist/js/spark_light.js +69 -28
- package/package.json +6 -6
- /package/dist/{lib/cjs → cjs}/generated/nova-tailwind-components.js +0 -0
- /package/dist/{lib/cjs/lib → cjs/plugin}/index.js +0 -0
- /package/dist/{lib/cjs/lib → cjs/plugin}/nova-plugin.js +0 -0
- /package/dist/{lib/cjs/lib → cjs/plugin}/nova-safelist.js +0 -0
- /package/dist/{lib/cjs/lib → cjs/plugin}/nova-theme.js +0 -0
- /package/dist/{lib/generated → generated}/nova-tailwind-components.d.ts +0 -0
- /package/dist/{lib/generated → generated}/nova-tailwind-components.js +0 -0
- /package/dist/{lib/lib → plugin}/index.d.ts +0 -0
- /package/dist/{lib/lib → plugin}/index.js +0 -0
- /package/dist/{lib/lib → plugin}/nova-plugin.d.ts +0 -0
- /package/dist/{lib/lib → plugin}/nova-plugin.js +0 -0
- /package/dist/{lib/lib → plugin}/nova-safelist.d.ts +0 -0
- /package/dist/{lib/lib → plugin}/nova-safelist.js +0 -0
- /package/dist/{lib/lib → plugin}/nova-theme.d.ts +0 -0
- /package/dist/{lib/lib → plugin}/nova-theme.js +0 -0
|
@@ -181,54 +181,81 @@ export const NOVA_TAILWIND_TOKENS = {
|
|
|
181
181
|
'.bg-interaction-container-branded-high': {
|
|
182
182
|
'background-color': 'var(--color-interaction-container-branded-high-background)'
|
|
183
183
|
},
|
|
184
|
+
'.bg-interaction-container-branded-high-active': {
|
|
185
|
+
'background-color': 'var(--color-interaction-container-branded-high-background-active)'
|
|
186
|
+
},
|
|
184
187
|
'.bg-interaction-container-branded-high-hover': {
|
|
185
188
|
'background-color': 'var(--color-interaction-container-branded-high-background-hover)'
|
|
186
189
|
},
|
|
187
190
|
'.border-interaction-container-branded-high': {
|
|
188
191
|
'border-color': 'var(--color-interaction-container-branded-high-border)'
|
|
189
192
|
},
|
|
193
|
+
'.border-interaction-container-branded-high-active': {
|
|
194
|
+
'border-color': 'var(--color-interaction-container-branded-high-border-active)'
|
|
195
|
+
},
|
|
190
196
|
'.border-interaction-container-branded-high-hover': {
|
|
191
197
|
'border-color': 'var(--color-interaction-container-branded-high-border-hover)'
|
|
192
198
|
},
|
|
193
199
|
'.icon-interaction-container-branded-high': {
|
|
194
200
|
'color': 'var(--color-interaction-container-branded-high-icon)'
|
|
195
201
|
},
|
|
202
|
+
'.icon-interaction-container-branded-high-active': {
|
|
203
|
+
'color': 'var(--color-interaction-container-branded-high-icon-active)'
|
|
204
|
+
},
|
|
196
205
|
'.icon-interaction-container-branded-high-hover': {
|
|
197
206
|
'color': 'var(--color-interaction-container-branded-high-icon-hover)'
|
|
198
207
|
},
|
|
199
208
|
'.text-interaction-container-branded-high': {
|
|
200
209
|
'color': 'var(--color-interaction-container-branded-high-text)'
|
|
201
210
|
},
|
|
211
|
+
'.text-interaction-container-branded-high-active': {
|
|
212
|
+
'color': 'var(--color-interaction-container-branded-high-text-active)'
|
|
213
|
+
},
|
|
202
214
|
'.text-interaction-container-branded-high-hover': {
|
|
203
215
|
'color': 'var(--color-interaction-container-branded-high-text-hover)'
|
|
204
216
|
},
|
|
205
217
|
'.bg-interaction-container-branded-low': {
|
|
206
218
|
'background-color': 'var(--color-interaction-container-branded-low-background)'
|
|
207
219
|
},
|
|
220
|
+
'.bg-interaction-container-branded-low-active': {
|
|
221
|
+
'background-color': 'var(--color-interaction-container-branded-low-background-active)'
|
|
222
|
+
},
|
|
208
223
|
'.bg-interaction-container-branded-low-hover': {
|
|
209
224
|
'background-color': 'var(--color-interaction-container-branded-low-background-hover)'
|
|
210
225
|
},
|
|
211
226
|
'.border-interaction-container-branded-low': {
|
|
212
227
|
'border-color': 'var(--color-interaction-container-branded-low-border)'
|
|
213
228
|
},
|
|
229
|
+
'.border-interaction-container-branded-low-active': {
|
|
230
|
+
'border-color': 'var(--color-interaction-container-branded-low-border-active)'
|
|
231
|
+
},
|
|
214
232
|
'.border-interaction-container-branded-low-hover': {
|
|
215
233
|
'border-color': 'var(--color-interaction-container-branded-low-border-hover)'
|
|
216
234
|
},
|
|
217
235
|
'.icon-interaction-container-branded-low': {
|
|
218
236
|
'color': 'var(--color-interaction-container-branded-low-icon)'
|
|
219
237
|
},
|
|
238
|
+
'.icon-interaction-container-branded-low-active': {
|
|
239
|
+
'color': 'var(--color-interaction-container-branded-low-icon-active)'
|
|
240
|
+
},
|
|
220
241
|
'.icon-interaction-container-branded-low-hover': {
|
|
221
242
|
'color': 'var(--color-interaction-container-branded-low-icon-hover)'
|
|
222
243
|
},
|
|
223
244
|
'.text-interaction-container-branded-low': {
|
|
224
245
|
'color': 'var(--color-interaction-container-branded-low-text)'
|
|
225
246
|
},
|
|
247
|
+
'.text-interaction-container-branded-low-active': {
|
|
248
|
+
'color': 'var(--color-interaction-container-branded-low-text-active)'
|
|
249
|
+
},
|
|
226
250
|
'.text-interaction-container-branded-low-hover': {
|
|
227
251
|
'color': 'var(--color-interaction-container-branded-low-text-hover)'
|
|
228
252
|
},
|
|
229
253
|
'.bg-interaction-container-neutral': {
|
|
230
254
|
'background-color': 'var(--color-interaction-container-neutral-background)'
|
|
231
255
|
},
|
|
256
|
+
'.bg-interaction-container-neutral-active': {
|
|
257
|
+
'background-color': 'var(--color-interaction-container-neutral-background-active)'
|
|
258
|
+
},
|
|
232
259
|
'.bg-interaction-container-neutral-hover': {
|
|
233
260
|
'background-color': 'var(--color-interaction-container-neutral-background-hover)'
|
|
234
261
|
},
|
|
@@ -241,12 +268,18 @@ export const NOVA_TAILWIND_TOKENS = {
|
|
|
241
268
|
'.icon-interaction-container-neutral': {
|
|
242
269
|
'color': 'var(--color-interaction-container-neutral-icon)'
|
|
243
270
|
},
|
|
271
|
+
'.icon-interaction-container-neutral-active': {
|
|
272
|
+
'color': 'var(--color-interaction-container-neutral-icon-active)'
|
|
273
|
+
},
|
|
244
274
|
'.icon-interaction-container-neutral-hover': {
|
|
245
275
|
'color': 'var(--color-interaction-container-neutral-icon-hover)'
|
|
246
276
|
},
|
|
247
277
|
'.text-interaction-container-neutral': {
|
|
248
278
|
'color': 'var(--color-interaction-container-neutral-text)'
|
|
249
279
|
},
|
|
280
|
+
'.text-interaction-container-neutral-active': {
|
|
281
|
+
'color': 'var(--color-interaction-container-neutral-text-active)'
|
|
282
|
+
},
|
|
250
283
|
'.text-interaction-container-neutral-hover': {
|
|
251
284
|
'color': 'var(--color-interaction-container-neutral-text-hover)'
|
|
252
285
|
},
|
|
@@ -262,6 +295,18 @@ export const NOVA_TAILWIND_TOKENS = {
|
|
|
262
295
|
'.text-interaction-link-high-hover': {
|
|
263
296
|
'color': 'var(--color-interaction-link-high-text-hover)'
|
|
264
297
|
},
|
|
298
|
+
'.icon-interaction-link-inverted': {
|
|
299
|
+
'color': 'var(--color-interaction-link-inverted-icon)'
|
|
300
|
+
},
|
|
301
|
+
'.icon-interaction-link-inverted-hover': {
|
|
302
|
+
'color': 'var(--color-interaction-link-inverted-icon-hover)'
|
|
303
|
+
},
|
|
304
|
+
'.text-interaction-link-inverted': {
|
|
305
|
+
'color': 'var(--color-interaction-link-inverted-text)'
|
|
306
|
+
},
|
|
307
|
+
'.text-interaction-link-inverted-hover': {
|
|
308
|
+
'color': 'var(--color-interaction-link-inverted-text-hover)'
|
|
309
|
+
},
|
|
265
310
|
'.icon-interaction-link-low': {
|
|
266
311
|
'color': 'var(--color-interaction-link-low-icon)'
|
|
267
312
|
},
|
|
@@ -283,6 +328,9 @@ export const NOVA_TAILWIND_TOKENS = {
|
|
|
283
328
|
'.bg-level-10': {
|
|
284
329
|
'background-color': 'var(--color-level-10-background)'
|
|
285
330
|
},
|
|
331
|
+
'.bg-level-15': {
|
|
332
|
+
'background-color': 'var(--color-level-15-background)'
|
|
333
|
+
},
|
|
286
334
|
'.bg-level-20': {
|
|
287
335
|
'background-color': 'var(--color-level-20-background)'
|
|
288
336
|
},
|
|
@@ -292,6 +340,27 @@ export const NOVA_TAILWIND_TOKENS = {
|
|
|
292
340
|
'.bg-level-40': {
|
|
293
341
|
'background-color': 'var(--color-level-40-background)'
|
|
294
342
|
},
|
|
343
|
+
'.bg-level-inverted-00': {
|
|
344
|
+
'background-color': 'var(--color-level-inverted-00-background)'
|
|
345
|
+
},
|
|
346
|
+
'.bg-level-inverted-05': {
|
|
347
|
+
'background-color': 'var(--color-level-inverted-05-background)'
|
|
348
|
+
},
|
|
349
|
+
'.bg-level-inverted-10': {
|
|
350
|
+
'background-color': 'var(--color-level-inverted-10-background)'
|
|
351
|
+
},
|
|
352
|
+
'.bg-level-inverted-15': {
|
|
353
|
+
'background-color': 'var(--color-level-inverted-15-background)'
|
|
354
|
+
},
|
|
355
|
+
'.bg-level-inverted-20': {
|
|
356
|
+
'background-color': 'var(--color-level-inverted-20-background)'
|
|
357
|
+
},
|
|
358
|
+
'.bg-level-inverted-30': {
|
|
359
|
+
'background-color': 'var(--color-level-inverted-30-background)'
|
|
360
|
+
},
|
|
361
|
+
'.bg-level-inverted-40': {
|
|
362
|
+
'background-color': 'var(--color-level-inverted-40-background)'
|
|
363
|
+
},
|
|
295
364
|
'.bg-rainbow-1': {
|
|
296
365
|
'background-color': 'var(--color-rainbow-1-background)'
|
|
297
366
|
},
|
package/dist/js/mccs_dark.d.ts
CHANGED
|
@@ -3,29 +3,40 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
export const ColorInteractionContainerBrandedLowBackground : string;
|
|
6
|
+
export const ColorInteractionContainerBrandedLowBackgroundActive : string;
|
|
6
7
|
export const ColorInteractionContainerBrandedLowBackgroundHover : string;
|
|
7
|
-
export const ColorInteractionContainerBrandedLowText : string;
|
|
8
|
-
export const ColorInteractionContainerBrandedLowTextHover : string;
|
|
9
|
-
export const ColorInteractionContainerBrandedLowIcon : string;
|
|
10
|
-
export const ColorInteractionContainerBrandedLowIconHover : string;
|
|
11
8
|
export const ColorInteractionContainerBrandedLowBorder : string;
|
|
9
|
+
export const ColorInteractionContainerBrandedLowBorderActive : string;
|
|
12
10
|
export const ColorInteractionContainerBrandedLowBorderHover : string;
|
|
11
|
+
export const ColorInteractionContainerBrandedLowIcon : string;
|
|
12
|
+
export const ColorInteractionContainerBrandedLowIconActive : string;
|
|
13
|
+
export const ColorInteractionContainerBrandedLowIconHover : string;
|
|
14
|
+
export const ColorInteractionContainerBrandedLowText : string;
|
|
15
|
+
export const ColorInteractionContainerBrandedLowTextActive : string;
|
|
16
|
+
export const ColorInteractionContainerBrandedLowTextHover : string;
|
|
13
17
|
export const ColorInteractionContainerBrandedHighBackground : string;
|
|
18
|
+
export const ColorInteractionContainerBrandedHighBackgroundActive : string;
|
|
14
19
|
export const ColorInteractionContainerBrandedHighBackgroundHover : string;
|
|
15
|
-
export const ColorInteractionContainerBrandedHighText : string;
|
|
16
|
-
export const ColorInteractionContainerBrandedHighTextHover : string;
|
|
17
|
-
export const ColorInteractionContainerBrandedHighIcon : string;
|
|
18
|
-
export const ColorInteractionContainerBrandedHighIconHover : string;
|
|
19
20
|
export const ColorInteractionContainerBrandedHighBorder : string;
|
|
21
|
+
export const ColorInteractionContainerBrandedHighBorderActive : string;
|
|
20
22
|
export const ColorInteractionContainerBrandedHighBorderHover : string;
|
|
23
|
+
export const ColorInteractionContainerBrandedHighIcon : string;
|
|
24
|
+
export const ColorInteractionContainerBrandedHighIconActive : string;
|
|
25
|
+
export const ColorInteractionContainerBrandedHighIconHover : string;
|
|
26
|
+
export const ColorInteractionContainerBrandedHighText : string;
|
|
27
|
+
export const ColorInteractionContainerBrandedHighTextActive : string;
|
|
28
|
+
export const ColorInteractionContainerBrandedHighTextHover : string;
|
|
21
29
|
export const ColorInteractionContainerNeutralBackground : string;
|
|
22
30
|
export const ColorInteractionContainerNeutralBackgroundHover : string;
|
|
23
|
-
export const
|
|
24
|
-
export const ColorInteractionContainerNeutralTextHover : string;
|
|
25
|
-
export const ColorInteractionContainerNeutralIcon : string;
|
|
26
|
-
export const ColorInteractionContainerNeutralIconHover : string;
|
|
31
|
+
export const ColorInteractionContainerNeutralBackgroundActive : string;
|
|
27
32
|
export const ColorInteractionContainerNeutralBorder : string;
|
|
28
33
|
export const ColorInteractionContainerNeutralBorderHover : string;
|
|
34
|
+
export const ColorInteractionContainerNeutralIcon : string;
|
|
35
|
+
export const ColorInteractionContainerNeutralIconActive : string;
|
|
36
|
+
export const ColorInteractionContainerNeutralIconHover : string;
|
|
37
|
+
export const ColorInteractionContainerNeutralText : string;
|
|
38
|
+
export const ColorInteractionContainerNeutralTextActive : string;
|
|
39
|
+
export const ColorInteractionContainerNeutralTextHover : string;
|
|
29
40
|
export const ColorInteractionLinkHighText : string;
|
|
30
41
|
export const ColorInteractionLinkHighTextHover : string;
|
|
31
42
|
export const ColorInteractionLinkHighIcon : string;
|
|
@@ -34,13 +45,25 @@ export const ColorInteractionLinkLowText : string;
|
|
|
34
45
|
export const ColorInteractionLinkLowTextHover : string;
|
|
35
46
|
export const ColorInteractionLinkLowIcon : string;
|
|
36
47
|
export const ColorInteractionLinkLowIconHover : string;
|
|
48
|
+
export const ColorInteractionLinkInvertedText : string;
|
|
49
|
+
export const ColorInteractionLinkInvertedTextHover : string;
|
|
50
|
+
export const ColorInteractionLinkInvertedIcon : string;
|
|
51
|
+
export const ColorInteractionLinkInvertedIconHover : string;
|
|
37
52
|
export const ColorBlack : string;
|
|
38
53
|
export const ColorLevel10Background : string;
|
|
54
|
+
export const ColorLevel15Background : string;
|
|
39
55
|
export const ColorLevel20Background : string;
|
|
40
56
|
export const ColorLevel30Background : string;
|
|
41
57
|
export const ColorLevel40Background : string;
|
|
42
58
|
export const ColorLevel00Background : string;
|
|
43
59
|
export const ColorLevel05Background : string;
|
|
60
|
+
export const ColorLevelInverted10Background : string;
|
|
61
|
+
export const ColorLevelInverted15Background : string;
|
|
62
|
+
export const ColorLevelInverted20Background : string;
|
|
63
|
+
export const ColorLevelInverted30Background : string;
|
|
64
|
+
export const ColorLevelInverted40Background : string;
|
|
65
|
+
export const ColorLevelInverted00Background : string;
|
|
66
|
+
export const ColorLevelInverted05Background : string;
|
|
44
67
|
export const ColorContentHighBorder : string;
|
|
45
68
|
export const ColorContentHighText : string;
|
|
46
69
|
export const ColorContentHighIcon : string;
|
|
@@ -192,30 +215,42 @@ export const ShadowYAxis2xl : string;
|
|
|
192
215
|
export const ComponentsWpfComponents2 : string;
|
|
193
216
|
export const ComponentsButtonHighBorder : string;
|
|
194
217
|
export const ComponentsButtonHighBorderHover : string;
|
|
218
|
+
export const ComponentsButtonHighBorderActive : string;
|
|
195
219
|
export const ComponentsButtonHighBackground : string;
|
|
220
|
+
export const ComponentsButtonHighBackgroundActive : string;
|
|
196
221
|
export const ComponentsButtonHighBackgroundHover : string;
|
|
197
222
|
export const ComponentsButtonHighText : string;
|
|
223
|
+
export const ComponentsButtonHighTextActive : string;
|
|
198
224
|
export const ComponentsButtonHighTextHover : string;
|
|
199
225
|
export const ComponentsButtonHighIcon : string;
|
|
226
|
+
export const ComponentsButtonHighIconActive : string;
|
|
200
227
|
export const ComponentsButtonHighIconHover : string;
|
|
201
228
|
export const ComponentsButtonLowBackground : string;
|
|
229
|
+
export const ComponentsButtonLowBackgroundActive : string;
|
|
202
230
|
export const ComponentsButtonLowBackgroundHover : string;
|
|
203
|
-
export const ComponentsButtonLowText : string;
|
|
204
|
-
export const ComponentsButtonLowTextHover : string;
|
|
205
|
-
export const ComponentsButtonLowIcon : string;
|
|
206
|
-
export const ComponentsButtonLowIconHover : string;
|
|
207
231
|
export const ComponentsButtonLowBorder : string;
|
|
232
|
+
export const ComponentsButtonLowBorderActive : string;
|
|
208
233
|
export const ComponentsButtonLowBorderHover : string;
|
|
234
|
+
export const ComponentsButtonLowIcon : string;
|
|
235
|
+
export const ComponentsButtonLowIconActive : string;
|
|
236
|
+
export const ComponentsButtonLowIconHover : string;
|
|
237
|
+
export const ComponentsButtonLowText : string;
|
|
238
|
+
export const ComponentsButtonLowTextActive : string;
|
|
239
|
+
export const ComponentsButtonLowTextHover : string;
|
|
209
240
|
export const ComponentsButtonLowerBorder : string;
|
|
241
|
+
export const ComponentsButtonLowerBorderActive : string;
|
|
210
242
|
export const ComponentsButtonLowerBorderHover : string;
|
|
211
243
|
export const ComponentsButtonLowerBorder2 : string;
|
|
212
244
|
export const ComponentsButtonLowerBorderHover2 : string;
|
|
213
245
|
export const ComponentsButtonLowerBackground : string;
|
|
246
|
+
export const ComponentsButtonLowerBackgroundActive : string;
|
|
214
247
|
export const ComponentsButtonLowerBackgroundHover : string;
|
|
215
|
-
export const ComponentsButtonLowerText : string;
|
|
216
|
-
export const ComponentsButtonLowerTextHover : string;
|
|
217
248
|
export const ComponentsButtonLowerIcon : string;
|
|
249
|
+
export const ComponentsButtonLowerIconActive : string;
|
|
218
250
|
export const ComponentsButtonLowerIconHover : string;
|
|
251
|
+
export const ComponentsButtonLowerText : string;
|
|
252
|
+
export const ComponentsButtonLowerTextActive : string;
|
|
253
|
+
export const ComponentsButtonLowerTextHover : string;
|
|
219
254
|
export const ComponentsButtonGrAsComplementaryBorder : string;
|
|
220
255
|
export const ComponentsButtonGrAsComplementaryBorderHover : string;
|
|
221
256
|
export const ComponentsButtonGrAsComplementaryBackground : string;
|
|
@@ -225,13 +260,17 @@ export const ComponentsButtonGrAsComplementaryTextHover : string;
|
|
|
225
260
|
export const ComponentsButtonGrAsComplementaryIcon : string;
|
|
226
261
|
export const ComponentsButtonGrAsComplementaryIconHover : string;
|
|
227
262
|
export const ComponentsButtonMediumBackground : string;
|
|
263
|
+
export const ComponentsButtonMediumBackgroundActive : string;
|
|
228
264
|
export const ComponentsButtonMediumBackgroundHover : string;
|
|
229
|
-
export const ComponentsButtonMediumText : string;
|
|
230
|
-
export const ComponentsButtonMediumTextHover : string;
|
|
231
|
-
export const ComponentsButtonMediumIcon : string;
|
|
232
|
-
export const ComponentsButtonMediumIconHover : string;
|
|
233
265
|
export const ComponentsButtonMediumBorder : string;
|
|
266
|
+
export const ComponentsButtonMediumBorderActive : string;
|
|
234
267
|
export const ComponentsButtonMediumBorderHover : string;
|
|
268
|
+
export const ComponentsButtonMediumIcon : string;
|
|
269
|
+
export const ComponentsButtonMediumIconActive : string;
|
|
270
|
+
export const ComponentsButtonMediumIconHover : string;
|
|
271
|
+
export const ComponentsButtonMediumText : string;
|
|
272
|
+
export const ComponentsButtonMediumTextActive : string;
|
|
273
|
+
export const ComponentsButtonMediumTextHover : string;
|
|
235
274
|
export const ComponentsFormOpacityDefault : string;
|
|
236
275
|
export const ComponentsFormOpacityDisabled : string;
|
|
237
276
|
export const ComponentsFormTextRequired : string;
|
|
@@ -330,6 +369,8 @@ export const ComponentsButtonDestructiveLowerIcon : string;
|
|
|
330
369
|
export const ComponentsButtonDestructiveLowerIconHover : string;
|
|
331
370
|
export const ComponentsButtonDestructiveLowerBorder : string;
|
|
332
371
|
export const ComponentsButtonDestructiveLowerBorderHover : string;
|
|
372
|
+
export const ComponentsOverlayOpacity : string;
|
|
373
|
+
export const ComponentsOverlayBackground : string;
|
|
333
374
|
export const ComponentsAlertInformationBackground : string;
|
|
334
375
|
export const ComponentsAlertInformationIcon : string;
|
|
335
376
|
export const ComponentsAlertInformationBorder : string;
|
package/dist/js/mccs_dark.js
CHANGED
|
@@ -3,29 +3,40 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
export const ColorInteractionContainerBrandedLowBackground = "#ffffff";
|
|
6
|
+
export const ColorInteractionContainerBrandedLowBackgroundActive = "#ffffff";
|
|
6
7
|
export const ColorInteractionContainerBrandedLowBackgroundHover = "#ffffff";
|
|
7
|
-
export const ColorInteractionContainerBrandedLowText = "#4b9eaa";
|
|
8
|
-
export const ColorInteractionContainerBrandedLowTextHover = "#71b2bc";
|
|
9
|
-
export const ColorInteractionContainerBrandedLowIcon = "#4b9eaa";
|
|
10
|
-
export const ColorInteractionContainerBrandedLowIconHover = "#71b2bc";
|
|
11
8
|
export const ColorInteractionContainerBrandedLowBorder = "#4b9eaa";
|
|
9
|
+
export const ColorInteractionContainerBrandedLowBorderActive = "#71b2bc";
|
|
12
10
|
export const ColorInteractionContainerBrandedLowBorderHover = "#71b2bc";
|
|
11
|
+
export const ColorInteractionContainerBrandedLowIcon = "#4b9eaa";
|
|
12
|
+
export const ColorInteractionContainerBrandedLowIconActive = "#71b2bc";
|
|
13
|
+
export const ColorInteractionContainerBrandedLowIconHover = "#71b2bc";
|
|
14
|
+
export const ColorInteractionContainerBrandedLowText = "#4b9eaa";
|
|
15
|
+
export const ColorInteractionContainerBrandedLowTextActive = "#71b2bc";
|
|
16
|
+
export const ColorInteractionContainerBrandedLowTextHover = "#71b2bc";
|
|
13
17
|
export const ColorInteractionContainerBrandedHighBackground = "#1f717d";
|
|
18
|
+
export const ColorInteractionContainerBrandedHighBackgroundActive = "#258998";
|
|
14
19
|
export const ColorInteractionContainerBrandedHighBackgroundHover = "#258998";
|
|
15
|
-
export const ColorInteractionContainerBrandedHighText = "#ffffff";
|
|
16
|
-
export const ColorInteractionContainerBrandedHighTextHover = "#ffffff";
|
|
17
|
-
export const ColorInteractionContainerBrandedHighIcon = "#ffffff";
|
|
18
|
-
export const ColorInteractionContainerBrandedHighIconHover = "#ffffff";
|
|
19
20
|
export const ColorInteractionContainerBrandedHighBorder = "#1f717d";
|
|
21
|
+
export const ColorInteractionContainerBrandedHighBorderActive = "#258998";
|
|
20
22
|
export const ColorInteractionContainerBrandedHighBorderHover = "#258998";
|
|
23
|
+
export const ColorInteractionContainerBrandedHighIcon = "#ffffff";
|
|
24
|
+
export const ColorInteractionContainerBrandedHighIconActive = "#ffffff";
|
|
25
|
+
export const ColorInteractionContainerBrandedHighIconHover = "#ffffff";
|
|
26
|
+
export const ColorInteractionContainerBrandedHighText = "#ffffff";
|
|
27
|
+
export const ColorInteractionContainerBrandedHighTextActive = "#ffffff";
|
|
28
|
+
export const ColorInteractionContainerBrandedHighTextHover = "#ffffff";
|
|
21
29
|
export const ColorInteractionContainerNeutralBackground = "#ffffff";
|
|
22
30
|
export const ColorInteractionContainerNeutralBackgroundHover = "#ffffff";
|
|
23
|
-
export const
|
|
24
|
-
export const ColorInteractionContainerNeutralTextHover = "#bac1c4";
|
|
25
|
-
export const ColorInteractionContainerNeutralIcon = "#889499";
|
|
26
|
-
export const ColorInteractionContainerNeutralIconHover = "#bac1c4";
|
|
31
|
+
export const ColorInteractionContainerNeutralBackgroundActive = "#ffffff";
|
|
27
32
|
export const ColorInteractionContainerNeutralBorder = "#889499";
|
|
28
33
|
export const ColorInteractionContainerNeutralBorderHover = "#bac1c4";
|
|
34
|
+
export const ColorInteractionContainerNeutralIcon = "#889499";
|
|
35
|
+
export const ColorInteractionContainerNeutralIconActive = "#71b2bc";
|
|
36
|
+
export const ColorInteractionContainerNeutralIconHover = "#bac1c4";
|
|
37
|
+
export const ColorInteractionContainerNeutralText = "#889499";
|
|
38
|
+
export const ColorInteractionContainerNeutralTextActive = "#71b2bc";
|
|
39
|
+
export const ColorInteractionContainerNeutralTextHover = "#bac1c4";
|
|
29
40
|
export const ColorInteractionLinkHighText = "#4b9eaa";
|
|
30
41
|
export const ColorInteractionLinkHighTextHover = "#71b2bc";
|
|
31
42
|
export const ColorInteractionLinkHighIcon = "#4b9eaa";
|
|
@@ -34,13 +45,25 @@ export const ColorInteractionLinkLowText = "#f5f6f7";
|
|
|
34
45
|
export const ColorInteractionLinkLowTextHover = "#4b9eaa";
|
|
35
46
|
export const ColorInteractionLinkLowIcon = "#f5f6f7";
|
|
36
47
|
export const ColorInteractionLinkLowIconHover = "#4b9eaa";
|
|
48
|
+
export const ColorInteractionLinkInvertedText = "#27353b";
|
|
49
|
+
export const ColorInteractionLinkInvertedTextHover = "#4b9eaa";
|
|
50
|
+
export const ColorInteractionLinkInvertedIcon = "#27353b";
|
|
51
|
+
export const ColorInteractionLinkInvertedIconHover = "#4b9eaa";
|
|
37
52
|
export const ColorBlack = "#000000";
|
|
38
53
|
export const ColorLevel10Background = "#171f22";
|
|
54
|
+
export const ColorLevel15Background = "#1e272b";
|
|
39
55
|
export const ColorLevel20Background = "#222e33";
|
|
40
56
|
export const ColorLevel30Background = "#2e3e44";
|
|
41
57
|
export const ColorLevel40Background = "#394d55";
|
|
42
58
|
export const ColorLevel00Background = "#0b0f11";
|
|
43
59
|
export const ColorLevel05Background = "#11171a";
|
|
60
|
+
export const ColorLevelInverted10Background = "#f5f6f7";
|
|
61
|
+
export const ColorLevelInverted15Background = "#eaeef0";
|
|
62
|
+
export const ColorLevelInverted20Background = "#ffffff";
|
|
63
|
+
export const ColorLevelInverted30Background = "#f5f6f7";
|
|
64
|
+
export const ColorLevelInverted40Background = "#ffffff";
|
|
65
|
+
export const ColorLevelInverted00Background = "#ffffff";
|
|
66
|
+
export const ColorLevelInverted05Background = "#fafbfb";
|
|
44
67
|
export const ColorContentHighBorder = "#889499";
|
|
45
68
|
export const ColorContentHighText = "#f5f6f7";
|
|
46
69
|
export const ColorContentHighIcon = "#f5f6f7";
|
|
@@ -192,30 +215,42 @@ export const ShadowYAxis2xl = "25px";
|
|
|
192
215
|
export const ComponentsWpfComponents2 = "#ffffff";
|
|
193
216
|
export const ComponentsButtonHighBorder = "#ffffff";
|
|
194
217
|
export const ComponentsButtonHighBorderHover = "#ffffff";
|
|
218
|
+
export const ComponentsButtonHighBorderActive = "#ffffff";
|
|
195
219
|
export const ComponentsButtonHighBackground = "#1f717d";
|
|
220
|
+
export const ComponentsButtonHighBackgroundActive = "#258998";
|
|
196
221
|
export const ComponentsButtonHighBackgroundHover = "#258998";
|
|
197
222
|
export const ComponentsButtonHighText = "#ffffff";
|
|
223
|
+
export const ComponentsButtonHighTextActive = "#ffffff";
|
|
198
224
|
export const ComponentsButtonHighTextHover = "#ffffff";
|
|
199
225
|
export const ComponentsButtonHighIcon = "#ffffff";
|
|
226
|
+
export const ComponentsButtonHighIconActive = "#ffffff";
|
|
200
227
|
export const ComponentsButtonHighIconHover = "#ffffff";
|
|
201
228
|
export const ComponentsButtonLowBackground = "#ffffff";
|
|
229
|
+
export const ComponentsButtonLowBackgroundActive = "#ffffff";
|
|
202
230
|
export const ComponentsButtonLowBackgroundHover = "#ffffff";
|
|
203
|
-
export const ComponentsButtonLowText = "#4b9eaa";
|
|
204
|
-
export const ComponentsButtonLowTextHover = "#71b2bc";
|
|
205
|
-
export const ComponentsButtonLowIcon = "#4b9eaa";
|
|
206
|
-
export const ComponentsButtonLowIconHover = "#71b2bc";
|
|
207
231
|
export const ComponentsButtonLowBorder = "#4b9eaa";
|
|
232
|
+
export const ComponentsButtonLowBorderActive = "#71b2bc";
|
|
208
233
|
export const ComponentsButtonLowBorderHover = "#71b2bc";
|
|
234
|
+
export const ComponentsButtonLowIcon = "#4b9eaa";
|
|
235
|
+
export const ComponentsButtonLowIconActive = "#71b2bc";
|
|
236
|
+
export const ComponentsButtonLowIconHover = "#71b2bc";
|
|
237
|
+
export const ComponentsButtonLowText = "#4b9eaa";
|
|
238
|
+
export const ComponentsButtonLowTextActive = "#71b2bc";
|
|
239
|
+
export const ComponentsButtonLowTextHover = "#71b2bc";
|
|
209
240
|
export const ComponentsButtonLowerBorder = "#ffffff";
|
|
241
|
+
export const ComponentsButtonLowerBorderActive = "#ffffff";
|
|
210
242
|
export const ComponentsButtonLowerBorderHover = "#ffffff";
|
|
211
243
|
export const ComponentsButtonLowerBorder2 = "#ffffff";
|
|
212
244
|
export const ComponentsButtonLowerBorderHover2 = "#ffffff";
|
|
213
245
|
export const ComponentsButtonLowerBackground = "#ffffff";
|
|
246
|
+
export const ComponentsButtonLowerBackgroundActive = "#ffffff";
|
|
214
247
|
export const ComponentsButtonLowerBackgroundHover = "#ffffff";
|
|
215
|
-
export const ComponentsButtonLowerText = "#4b9eaa";
|
|
216
|
-
export const ComponentsButtonLowerTextHover = "#71b2bc";
|
|
217
248
|
export const ComponentsButtonLowerIcon = "#4b9eaa";
|
|
249
|
+
export const ComponentsButtonLowerIconActive = "#71b2bc";
|
|
218
250
|
export const ComponentsButtonLowerIconHover = "#71b2bc";
|
|
251
|
+
export const ComponentsButtonLowerText = "#4b9eaa";
|
|
252
|
+
export const ComponentsButtonLowerTextActive = "#71b2bc";
|
|
253
|
+
export const ComponentsButtonLowerTextHover = "#71b2bc";
|
|
219
254
|
export const ComponentsButtonGrAsComplementaryBorder = "#ffffff";
|
|
220
255
|
export const ComponentsButtonGrAsComplementaryBorderHover = "#ffffff";
|
|
221
256
|
export const ComponentsButtonGrAsComplementaryBackground = "#3f555e";
|
|
@@ -225,13 +260,17 @@ export const ComponentsButtonGrAsComplementaryTextHover = "#ffffff";
|
|
|
225
260
|
export const ComponentsButtonGrAsComplementaryIcon = "#ffffff";
|
|
226
261
|
export const ComponentsButtonGrAsComplementaryIconHover = "#ffffff";
|
|
227
262
|
export const ComponentsButtonMediumBackground = "#3f555e";
|
|
263
|
+
export const ComponentsButtonMediumBackgroundActive = "#72858c";
|
|
228
264
|
export const ComponentsButtonMediumBackgroundHover = "#72858c";
|
|
229
|
-
export const ComponentsButtonMediumText = "#ffffff";
|
|
230
|
-
export const ComponentsButtonMediumTextHover = "#ffffff";
|
|
231
|
-
export const ComponentsButtonMediumIcon = "#ffffff";
|
|
232
|
-
export const ComponentsButtonMediumIconHover = "#ffffff";
|
|
233
265
|
export const ComponentsButtonMediumBorder = "#ffffff";
|
|
266
|
+
export const ComponentsButtonMediumBorderActive = "#ffffff";
|
|
234
267
|
export const ComponentsButtonMediumBorderHover = "#ffffff";
|
|
268
|
+
export const ComponentsButtonMediumIcon = "#ffffff";
|
|
269
|
+
export const ComponentsButtonMediumIconActive = "#ffffff";
|
|
270
|
+
export const ComponentsButtonMediumIconHover = "#ffffff";
|
|
271
|
+
export const ComponentsButtonMediumText = "#ffffff";
|
|
272
|
+
export const ComponentsButtonMediumTextActive = "#ffffff";
|
|
273
|
+
export const ComponentsButtonMediumTextHover = "#ffffff";
|
|
235
274
|
export const ComponentsFormOpacityDefault = "100px";
|
|
236
275
|
export const ComponentsFormOpacityDisabled = "50px";
|
|
237
276
|
export const ComponentsFormTextRequired = "#ff3d3d";
|
|
@@ -330,6 +369,8 @@ export const ComponentsButtonDestructiveLowerIcon = "#1e272b";
|
|
|
330
369
|
export const ComponentsButtonDestructiveLowerIconHover = "#1e272b";
|
|
331
370
|
export const ComponentsButtonDestructiveLowerBorder = "#1e272b";
|
|
332
371
|
export const ComponentsButtonDestructiveLowerBorderHover = "#1e272b";
|
|
372
|
+
export const ComponentsOverlayOpacity = "75px";
|
|
373
|
+
export const ComponentsOverlayBackground = "#27353b";
|
|
333
374
|
export const ComponentsAlertInformationBackground = "#001c37";
|
|
334
375
|
export const ComponentsAlertInformationIcon = "#659fff";
|
|
335
376
|
export const ComponentsAlertInformationBorder = "#659fff";
|
package/dist/js/mccs_light.d.ts
CHANGED
|
@@ -3,29 +3,40 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
export const ColorInteractionContainerBrandedLowBackground : string;
|
|
6
|
+
export const ColorInteractionContainerBrandedLowBackgroundActive : string;
|
|
6
7
|
export const ColorInteractionContainerBrandedLowBackgroundHover : string;
|
|
7
|
-
export const ColorInteractionContainerBrandedLowText : string;
|
|
8
|
-
export const ColorInteractionContainerBrandedLowTextHover : string;
|
|
9
|
-
export const ColorInteractionContainerBrandedLowIcon : string;
|
|
10
|
-
export const ColorInteractionContainerBrandedLowIconHover : string;
|
|
11
8
|
export const ColorInteractionContainerBrandedLowBorder : string;
|
|
9
|
+
export const ColorInteractionContainerBrandedLowBorderActive : string;
|
|
12
10
|
export const ColorInteractionContainerBrandedLowBorderHover : string;
|
|
11
|
+
export const ColorInteractionContainerBrandedLowIcon : string;
|
|
12
|
+
export const ColorInteractionContainerBrandedLowIconActive : string;
|
|
13
|
+
export const ColorInteractionContainerBrandedLowIconHover : string;
|
|
14
|
+
export const ColorInteractionContainerBrandedLowText : string;
|
|
15
|
+
export const ColorInteractionContainerBrandedLowTextActive : string;
|
|
16
|
+
export const ColorInteractionContainerBrandedLowTextHover : string;
|
|
13
17
|
export const ColorInteractionContainerBrandedHighBackground : string;
|
|
18
|
+
export const ColorInteractionContainerBrandedHighBackgroundActive : string;
|
|
14
19
|
export const ColorInteractionContainerBrandedHighBackgroundHover : string;
|
|
15
|
-
export const ColorInteractionContainerBrandedHighText : string;
|
|
16
|
-
export const ColorInteractionContainerBrandedHighTextHover : string;
|
|
17
|
-
export const ColorInteractionContainerBrandedHighIcon : string;
|
|
18
|
-
export const ColorInteractionContainerBrandedHighIconHover : string;
|
|
19
20
|
export const ColorInteractionContainerBrandedHighBorder : string;
|
|
21
|
+
export const ColorInteractionContainerBrandedHighBorderActive : string;
|
|
20
22
|
export const ColorInteractionContainerBrandedHighBorderHover : string;
|
|
23
|
+
export const ColorInteractionContainerBrandedHighIcon : string;
|
|
24
|
+
export const ColorInteractionContainerBrandedHighIconActive : string;
|
|
25
|
+
export const ColorInteractionContainerBrandedHighIconHover : string;
|
|
26
|
+
export const ColorInteractionContainerBrandedHighText : string;
|
|
27
|
+
export const ColorInteractionContainerBrandedHighTextActive : string;
|
|
28
|
+
export const ColorInteractionContainerBrandedHighTextHover : string;
|
|
21
29
|
export const ColorInteractionContainerNeutralBackground : string;
|
|
22
30
|
export const ColorInteractionContainerNeutralBackgroundHover : string;
|
|
23
|
-
export const
|
|
24
|
-
export const ColorInteractionContainerNeutralTextHover : string;
|
|
25
|
-
export const ColorInteractionContainerNeutralIcon : string;
|
|
26
|
-
export const ColorInteractionContainerNeutralIconHover : string;
|
|
31
|
+
export const ColorInteractionContainerNeutralBackgroundActive : string;
|
|
27
32
|
export const ColorInteractionContainerNeutralBorder : string;
|
|
28
33
|
export const ColorInteractionContainerNeutralBorderHover : string;
|
|
34
|
+
export const ColorInteractionContainerNeutralIcon : string;
|
|
35
|
+
export const ColorInteractionContainerNeutralIconActive : string;
|
|
36
|
+
export const ColorInteractionContainerNeutralIconHover : string;
|
|
37
|
+
export const ColorInteractionContainerNeutralText : string;
|
|
38
|
+
export const ColorInteractionContainerNeutralTextActive : string;
|
|
39
|
+
export const ColorInteractionContainerNeutralTextHover : string;
|
|
29
40
|
export const ColorInteractionLinkHighText : string;
|
|
30
41
|
export const ColorInteractionLinkHighTextHover : string;
|
|
31
42
|
export const ColorInteractionLinkHighIcon : string;
|
|
@@ -34,13 +45,25 @@ export const ColorInteractionLinkLowText : string;
|
|
|
34
45
|
export const ColorInteractionLinkLowTextHover : string;
|
|
35
46
|
export const ColorInteractionLinkLowIcon : string;
|
|
36
47
|
export const ColorInteractionLinkLowIconHover : string;
|
|
48
|
+
export const ColorInteractionLinkInvertedText : string;
|
|
49
|
+
export const ColorInteractionLinkInvertedTextHover : string;
|
|
50
|
+
export const ColorInteractionLinkInvertedIcon : string;
|
|
51
|
+
export const ColorInteractionLinkInvertedIconHover : string;
|
|
37
52
|
export const ColorBlack : string;
|
|
38
53
|
export const ColorLevel10Background : string;
|
|
54
|
+
export const ColorLevel15Background : string;
|
|
39
55
|
export const ColorLevel20Background : string;
|
|
40
56
|
export const ColorLevel30Background : string;
|
|
41
57
|
export const ColorLevel40Background : string;
|
|
42
58
|
export const ColorLevel00Background : string;
|
|
43
59
|
export const ColorLevel05Background : string;
|
|
60
|
+
export const ColorLevelInverted10Background : string;
|
|
61
|
+
export const ColorLevelInverted15Background : string;
|
|
62
|
+
export const ColorLevelInverted20Background : string;
|
|
63
|
+
export const ColorLevelInverted30Background : string;
|
|
64
|
+
export const ColorLevelInverted40Background : string;
|
|
65
|
+
export const ColorLevelInverted00Background : string;
|
|
66
|
+
export const ColorLevelInverted05Background : string;
|
|
44
67
|
export const ColorContentHighBorder : string;
|
|
45
68
|
export const ColorContentHighText : string;
|
|
46
69
|
export const ColorContentHighIcon : string;
|
|
@@ -192,30 +215,42 @@ export const ShadowYAxis2xl : string;
|
|
|
192
215
|
export const ComponentsWpfComponents2 : string;
|
|
193
216
|
export const ComponentsButtonHighBorder : string;
|
|
194
217
|
export const ComponentsButtonHighBorderHover : string;
|
|
218
|
+
export const ComponentsButtonHighBorderActive : string;
|
|
195
219
|
export const ComponentsButtonHighBackground : string;
|
|
220
|
+
export const ComponentsButtonHighBackgroundActive : string;
|
|
196
221
|
export const ComponentsButtonHighBackgroundHover : string;
|
|
197
222
|
export const ComponentsButtonHighText : string;
|
|
223
|
+
export const ComponentsButtonHighTextActive : string;
|
|
198
224
|
export const ComponentsButtonHighTextHover : string;
|
|
199
225
|
export const ComponentsButtonHighIcon : string;
|
|
226
|
+
export const ComponentsButtonHighIconActive : string;
|
|
200
227
|
export const ComponentsButtonHighIconHover : string;
|
|
201
228
|
export const ComponentsButtonLowBackground : string;
|
|
229
|
+
export const ComponentsButtonLowBackgroundActive : string;
|
|
202
230
|
export const ComponentsButtonLowBackgroundHover : string;
|
|
203
|
-
export const ComponentsButtonLowText : string;
|
|
204
|
-
export const ComponentsButtonLowTextHover : string;
|
|
205
|
-
export const ComponentsButtonLowIcon : string;
|
|
206
|
-
export const ComponentsButtonLowIconHover : string;
|
|
207
231
|
export const ComponentsButtonLowBorder : string;
|
|
232
|
+
export const ComponentsButtonLowBorderActive : string;
|
|
208
233
|
export const ComponentsButtonLowBorderHover : string;
|
|
234
|
+
export const ComponentsButtonLowIcon : string;
|
|
235
|
+
export const ComponentsButtonLowIconActive : string;
|
|
236
|
+
export const ComponentsButtonLowIconHover : string;
|
|
237
|
+
export const ComponentsButtonLowText : string;
|
|
238
|
+
export const ComponentsButtonLowTextActive : string;
|
|
239
|
+
export const ComponentsButtonLowTextHover : string;
|
|
209
240
|
export const ComponentsButtonLowerBorder : string;
|
|
241
|
+
export const ComponentsButtonLowerBorderActive : string;
|
|
210
242
|
export const ComponentsButtonLowerBorderHover : string;
|
|
211
243
|
export const ComponentsButtonLowerBorder2 : string;
|
|
212
244
|
export const ComponentsButtonLowerBorderHover2 : string;
|
|
213
245
|
export const ComponentsButtonLowerBackground : string;
|
|
246
|
+
export const ComponentsButtonLowerBackgroundActive : string;
|
|
214
247
|
export const ComponentsButtonLowerBackgroundHover : string;
|
|
215
|
-
export const ComponentsButtonLowerText : string;
|
|
216
|
-
export const ComponentsButtonLowerTextHover : string;
|
|
217
248
|
export const ComponentsButtonLowerIcon : string;
|
|
249
|
+
export const ComponentsButtonLowerIconActive : string;
|
|
218
250
|
export const ComponentsButtonLowerIconHover : string;
|
|
251
|
+
export const ComponentsButtonLowerText : string;
|
|
252
|
+
export const ComponentsButtonLowerTextActive : string;
|
|
253
|
+
export const ComponentsButtonLowerTextHover : string;
|
|
219
254
|
export const ComponentsButtonGrAsComplementaryBorder : string;
|
|
220
255
|
export const ComponentsButtonGrAsComplementaryBorderHover : string;
|
|
221
256
|
export const ComponentsButtonGrAsComplementaryBackground : string;
|
|
@@ -225,13 +260,17 @@ export const ComponentsButtonGrAsComplementaryTextHover : string;
|
|
|
225
260
|
export const ComponentsButtonGrAsComplementaryIcon : string;
|
|
226
261
|
export const ComponentsButtonGrAsComplementaryIconHover : string;
|
|
227
262
|
export const ComponentsButtonMediumBackground : string;
|
|
263
|
+
export const ComponentsButtonMediumBackgroundActive : string;
|
|
228
264
|
export const ComponentsButtonMediumBackgroundHover : string;
|
|
229
|
-
export const ComponentsButtonMediumText : string;
|
|
230
|
-
export const ComponentsButtonMediumTextHover : string;
|
|
231
|
-
export const ComponentsButtonMediumIcon : string;
|
|
232
|
-
export const ComponentsButtonMediumIconHover : string;
|
|
233
265
|
export const ComponentsButtonMediumBorder : string;
|
|
266
|
+
export const ComponentsButtonMediumBorderActive : string;
|
|
234
267
|
export const ComponentsButtonMediumBorderHover : string;
|
|
268
|
+
export const ComponentsButtonMediumIcon : string;
|
|
269
|
+
export const ComponentsButtonMediumIconActive : string;
|
|
270
|
+
export const ComponentsButtonMediumIconHover : string;
|
|
271
|
+
export const ComponentsButtonMediumText : string;
|
|
272
|
+
export const ComponentsButtonMediumTextActive : string;
|
|
273
|
+
export const ComponentsButtonMediumTextHover : string;
|
|
235
274
|
export const ComponentsFormOpacityDefault : string;
|
|
236
275
|
export const ComponentsFormOpacityDisabled : string;
|
|
237
276
|
export const ComponentsFormTextRequired : string;
|
|
@@ -330,6 +369,8 @@ export const ComponentsButtonDestructiveLowerIcon : string;
|
|
|
330
369
|
export const ComponentsButtonDestructiveLowerIconHover : string;
|
|
331
370
|
export const ComponentsButtonDestructiveLowerBorder : string;
|
|
332
371
|
export const ComponentsButtonDestructiveLowerBorderHover : string;
|
|
372
|
+
export const ComponentsOverlayOpacity : string;
|
|
373
|
+
export const ComponentsOverlayBackground : string;
|
|
333
374
|
export const ComponentsAlertInformationBackground : string;
|
|
334
375
|
export const ComponentsAlertInformationIcon : string;
|
|
335
376
|
export const ComponentsAlertInformationBorder : string;
|