@nova-design-system/nova-base 3.9.0 → 3.10.0
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/assets/icons/icon-sprite.svg +1 -1
- package/dist/cjs/generated/nova-tailwind-components.js +20 -10
- package/dist/css/mccs.css +109 -17
- package/dist/css/nova-utils.css +10 -0
- package/dist/css/ocean.css +189 -97
- package/dist/css/spark.css +167 -75
- package/dist/generated/nova-tailwind-components.d.ts +10 -0
- package/dist/generated/nova-tailwind-components.js +20 -10
- package/dist/js/mccs_dark.d.ts +16 -1
- package/dist/js/mccs_dark.js +21 -6
- package/dist/js/mccs_light.d.ts +16 -1
- package/dist/js/mccs_light.js +18 -3
- package/dist/js/ocean_dark.d.ts +60 -45
- package/dist/js/ocean_dark.js +68 -53
- package/dist/js/ocean_light.d.ts +60 -45
- package/dist/js/ocean_light.js +66 -51
- package/dist/js/spacings.d.ts +67 -5
- package/dist/js/spacings.js +67 -5
- package/dist/js/spark_dark.d.ts +48 -33
- package/dist/js/spark_dark.js +57 -42
- package/dist/js/spark_light.d.ts +48 -33
- package/dist/js/spark_light.js +54 -39
- package/package.json +1 -1
package/dist/js/ocean_light.d.ts
CHANGED
|
@@ -2,30 +2,6 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
export const ColorInteractionContainerBrandedLowBackground : string;
|
|
6
|
-
export const ColorInteractionContainerBrandedLowBackgroundActive : string;
|
|
7
|
-
export const ColorInteractionContainerBrandedLowBackgroundHover : string;
|
|
8
|
-
export const ColorInteractionContainerBrandedLowBorder : string;
|
|
9
|
-
export const ColorInteractionContainerBrandedLowBorderActive : string;
|
|
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;
|
|
17
|
-
export const ColorInteractionContainerBrandedHighBackground : string;
|
|
18
|
-
export const ColorInteractionContainerBrandedHighBackgroundActive : string;
|
|
19
|
-
export const ColorInteractionContainerBrandedHighBackgroundHover : string;
|
|
20
|
-
export const ColorInteractionContainerBrandedHighBorder : string;
|
|
21
|
-
export const ColorInteractionContainerBrandedHighBorderActive : string;
|
|
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;
|
|
29
5
|
export const ColorInteractionContainerNeutralBackground : string;
|
|
30
6
|
export const ColorInteractionContainerNeutralBackgroundHover : string;
|
|
31
7
|
export const ColorInteractionContainerNeutralBackgroundActive : string;
|
|
@@ -38,6 +14,30 @@ export const ColorInteractionContainerNeutralIconHover : string;
|
|
|
38
14
|
export const ColorInteractionContainerNeutralText : string;
|
|
39
15
|
export const ColorInteractionContainerNeutralTextActive : string;
|
|
40
16
|
export const ColorInteractionContainerNeutralTextHover : string;
|
|
17
|
+
export const ColorInteractionContainerBrandedHighBackground : string;
|
|
18
|
+
export const ColorInteractionContainerBrandedHighBackgroundActive : string;
|
|
19
|
+
export const ColorInteractionContainerBrandedHighBackgroundHover : string;
|
|
20
|
+
export const ColorInteractionContainerBrandedHighBorder : string;
|
|
21
|
+
export const ColorInteractionContainerBrandedHighBorderActive : string;
|
|
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;
|
|
29
|
+
export const ColorInteractionContainerBrandedLowBackground : string;
|
|
30
|
+
export const ColorInteractionContainerBrandedLowBackgroundActive : string;
|
|
31
|
+
export const ColorInteractionContainerBrandedLowBackgroundHover : string;
|
|
32
|
+
export const ColorInteractionContainerBrandedLowBorder : string;
|
|
33
|
+
export const ColorInteractionContainerBrandedLowBorderActive : string;
|
|
34
|
+
export const ColorInteractionContainerBrandedLowBorderHover : string;
|
|
35
|
+
export const ColorInteractionContainerBrandedLowIcon : string;
|
|
36
|
+
export const ColorInteractionContainerBrandedLowIconActive : string;
|
|
37
|
+
export const ColorInteractionContainerBrandedLowIconHover : string;
|
|
38
|
+
export const ColorInteractionContainerBrandedLowText : string;
|
|
39
|
+
export const ColorInteractionContainerBrandedLowTextActive : string;
|
|
40
|
+
export const ColorInteractionContainerBrandedLowTextHover : string;
|
|
41
41
|
export const ColorInteractionLinkHighIcon : string;
|
|
42
42
|
export const ColorInteractionLinkHighIconHover : string;
|
|
43
43
|
export const ColorInteractionLinkHighIconInactive : string;
|
|
@@ -247,18 +247,6 @@ export const ComponentsButtonHighTextHover : string;
|
|
|
247
247
|
export const ComponentsButtonHighIcon : string;
|
|
248
248
|
export const ComponentsButtonHighIconActive : string;
|
|
249
249
|
export const ComponentsButtonHighIconHover : string;
|
|
250
|
-
export const ComponentsButtonMediumBackground : string;
|
|
251
|
-
export const ComponentsButtonMediumBackgroundActive : string;
|
|
252
|
-
export const ComponentsButtonMediumBackgroundHover : string;
|
|
253
|
-
export const ComponentsButtonMediumBorder : string;
|
|
254
|
-
export const ComponentsButtonMediumBorderActive : string;
|
|
255
|
-
export const ComponentsButtonMediumBorderHover : string;
|
|
256
|
-
export const ComponentsButtonMediumIcon : string;
|
|
257
|
-
export const ComponentsButtonMediumIconActive : string;
|
|
258
|
-
export const ComponentsButtonMediumIconHover : string;
|
|
259
|
-
export const ComponentsButtonMediumText : string;
|
|
260
|
-
export const ComponentsButtonMediumTextActive : string;
|
|
261
|
-
export const ComponentsButtonMediumTextHover : string;
|
|
262
250
|
export const ComponentsButtonLowBackground : string;
|
|
263
251
|
export const ComponentsButtonLowBorder : string;
|
|
264
252
|
export const ComponentsButtonLowBorderActive : string;
|
|
@@ -293,6 +281,30 @@ export const ComponentsButtonGrAsComplementaryText : string;
|
|
|
293
281
|
export const ComponentsButtonGrAsComplementaryTextHover : string;
|
|
294
282
|
export const ComponentsButtonGrAsComplementaryIcon : string;
|
|
295
283
|
export const ComponentsButtonGrAsComplementaryIconHover : string;
|
|
284
|
+
export const ComponentsButtonMediumBackground : string;
|
|
285
|
+
export const ComponentsButtonMediumBackgroundActive : string;
|
|
286
|
+
export const ComponentsButtonMediumBackgroundHover : string;
|
|
287
|
+
export const ComponentsButtonMediumBorder : string;
|
|
288
|
+
export const ComponentsButtonMediumBorderActive : string;
|
|
289
|
+
export const ComponentsButtonMediumBorderHover : string;
|
|
290
|
+
export const ComponentsButtonMediumIcon : string;
|
|
291
|
+
export const ComponentsButtonMediumIconActive : string;
|
|
292
|
+
export const ComponentsButtonMediumIconHover : string;
|
|
293
|
+
export const ComponentsButtonMediumText : string;
|
|
294
|
+
export const ComponentsButtonMediumTextActive : string;
|
|
295
|
+
export const ComponentsButtonMediumTextHover : string;
|
|
296
|
+
export const ComponentsDatagridHeaderText : string;
|
|
297
|
+
export const ComponentsDatagridHeaderBorder : string;
|
|
298
|
+
export const ComponentsDatagridHeaderBackground : string;
|
|
299
|
+
export const ComponentsDatagridBodyText : string;
|
|
300
|
+
export const ComponentsDatagridBodySubtext : string;
|
|
301
|
+
export const ComponentsDatagridBodyBorder : string;
|
|
302
|
+
export const ComponentsDatagridBodyBackgroundDefault : string;
|
|
303
|
+
export const ComponentsDatagridBodyBackgroundActive : string;
|
|
304
|
+
export const ComponentsDatagridBodyBackgroundHover : string;
|
|
305
|
+
export const ComponentsDatagridExpanderContentBackground : string;
|
|
306
|
+
export const ComponentsDatagridExpanderBorder : string;
|
|
307
|
+
export const ComponentsDatagridExpanderExpanderBackground : string;
|
|
296
308
|
export const ComponentsFormOpacityDefault : string;
|
|
297
309
|
export const ComponentsFormOpacityDisabled : string;
|
|
298
310
|
export const ComponentsFormTextRequired : string;
|
|
@@ -450,15 +462,14 @@ export const ComponentsAvatarContent10 : string;
|
|
|
450
462
|
export const ComponentsBreadcrumbText : string;
|
|
451
463
|
export const ComponentsBreadcrumbTextActive : string;
|
|
452
464
|
export const ComponentsBreadcrumbTextHover : string;
|
|
453
|
-
export const
|
|
454
|
-
export const
|
|
455
|
-
export const
|
|
456
|
-
export const
|
|
457
|
-
export const
|
|
458
|
-
export const
|
|
459
|
-
export const
|
|
460
|
-
export const
|
|
461
|
-
export const ComponentsDatagridBodyBackgroundHover : string;
|
|
465
|
+
export const ComponentsButtongroupHighBorder : string;
|
|
466
|
+
export const ComponentsButtongroupHighBackground : string;
|
|
467
|
+
export const ComponentsButtongroupMediumBorder : string;
|
|
468
|
+
export const ComponentsButtongroupMediumBackground : string;
|
|
469
|
+
export const ComponentsButtongroupLowBorder : string;
|
|
470
|
+
export const ComponentsButtongroupLowBackground : string;
|
|
471
|
+
export const ComponentsButtongroupLowerBorder : string;
|
|
472
|
+
export const ComponentsButtongroupLowerBackground : string;
|
|
462
473
|
export const ComponentsFieldTimeBackgroundDefault : string;
|
|
463
474
|
export const ComponentsFieldTimeBackgroundHover : string;
|
|
464
475
|
export const ComponentsFieldTimeBackgroundActive : string;
|
|
@@ -539,3 +550,7 @@ export const ComponentsTooltipBackground : string;
|
|
|
539
550
|
export const ComponentsTooltipBorder : string;
|
|
540
551
|
export const ComponentsTooltipText : string;
|
|
541
552
|
export const ComponentsTooltipSupportingText : string;
|
|
553
|
+
export const ComponentsTogglegroupHighBorder : string;
|
|
554
|
+
export const ComponentsTogglegroupHighBackground : string;
|
|
555
|
+
export const ComponentsTogglegroupLowBorder : string;
|
|
556
|
+
export const ComponentsTogglegroupLowBackground : string;
|
package/dist/js/ocean_light.js
CHANGED
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
8
|
-
export const
|
|
9
|
-
export const
|
|
10
|
-
export const
|
|
11
|
-
export const
|
|
12
|
-
export const
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
5
|
+
export const ColorInteractionContainerNeutralBackground = "#ffffff";
|
|
6
|
+
export const ColorInteractionContainerNeutralBackgroundHover = "#f5f6f7";
|
|
7
|
+
export const ColorInteractionContainerNeutralBackgroundActive = "#e4f0f2";
|
|
8
|
+
export const ColorInteractionContainerNeutralBorder = "#617177";
|
|
9
|
+
export const ColorInteractionContainerNeutralBorderActive = "#185963";
|
|
10
|
+
export const ColorInteractionContainerNeutralBorderHover = "#34464d";
|
|
11
|
+
export const ColorInteractionContainerNeutralIcon = "#617177";
|
|
12
|
+
export const ColorInteractionContainerNeutralIconActive = "#185963";
|
|
13
|
+
export const ColorInteractionContainerNeutralIconHover = "#34464d";
|
|
14
|
+
export const ColorInteractionContainerNeutralText = "#617177";
|
|
15
|
+
export const ColorInteractionContainerNeutralTextActive = "#185963";
|
|
16
|
+
export const ColorInteractionContainerNeutralTextHover = "#34464d";
|
|
17
17
|
export const ColorInteractionContainerBrandedHighBackground = "#1f717d";
|
|
18
18
|
export const ColorInteractionContainerBrandedHighBackgroundActive = "#185963";
|
|
19
19
|
export const ColorInteractionContainerBrandedHighBackgroundHover = "#185963";
|
|
@@ -26,18 +26,18 @@ export const ColorInteractionContainerBrandedHighIconHover = "#ffffff";
|
|
|
26
26
|
export const ColorInteractionContainerBrandedHighText = "#ffffff";
|
|
27
27
|
export const ColorInteractionContainerBrandedHighTextActive = "#ffffff";
|
|
28
28
|
export const ColorInteractionContainerBrandedHighTextHover = "#ffffff";
|
|
29
|
-
export const
|
|
30
|
-
export const
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
40
|
-
export const
|
|
29
|
+
export const ColorInteractionContainerBrandedLowBackground = "#ffffff";
|
|
30
|
+
export const ColorInteractionContainerBrandedLowBackgroundActive = "#e4f0f2";
|
|
31
|
+
export const ColorInteractionContainerBrandedLowBackgroundHover = "#e4f0f2";
|
|
32
|
+
export const ColorInteractionContainerBrandedLowBorder = "#1f717d";
|
|
33
|
+
export const ColorInteractionContainerBrandedLowBorderActive = "#185963";
|
|
34
|
+
export const ColorInteractionContainerBrandedLowBorderHover = "#185963";
|
|
35
|
+
export const ColorInteractionContainerBrandedLowIcon = "#1f717d";
|
|
36
|
+
export const ColorInteractionContainerBrandedLowIconActive = "#185963";
|
|
37
|
+
export const ColorInteractionContainerBrandedLowIconHover = "#185963";
|
|
38
|
+
export const ColorInteractionContainerBrandedLowText = "#1f717d";
|
|
39
|
+
export const ColorInteractionContainerBrandedLowTextActive = "#185963";
|
|
40
|
+
export const ColorInteractionContainerBrandedLowTextHover = "#185963";
|
|
41
41
|
export const ColorInteractionLinkHighIcon = "#1f717d";
|
|
42
42
|
export const ColorInteractionLinkHighIconHover = "#185963";
|
|
43
43
|
export const ColorInteractionLinkHighIconInactive = "#617177";
|
|
@@ -247,18 +247,6 @@ export const ComponentsButtonHighTextHover = "#ffffff";
|
|
|
247
247
|
export const ComponentsButtonHighIcon = "#ffffff";
|
|
248
248
|
export const ComponentsButtonHighIconActive = "#ffffff";
|
|
249
249
|
export const ComponentsButtonHighIconHover = "#ffffff";
|
|
250
|
-
export const ComponentsButtonMediumBackground = "#ffffff";
|
|
251
|
-
export const ComponentsButtonMediumBackgroundActive = "#e4f0f2";
|
|
252
|
-
export const ComponentsButtonMediumBackgroundHover = "#e4f0f2";
|
|
253
|
-
export const ComponentsButtonMediumBorder = "#1f717d";
|
|
254
|
-
export const ComponentsButtonMediumBorderActive = "#185963";
|
|
255
|
-
export const ComponentsButtonMediumBorderHover = "#185963";
|
|
256
|
-
export const ComponentsButtonMediumIcon = "#1f717d";
|
|
257
|
-
export const ComponentsButtonMediumIconActive = "#185963";
|
|
258
|
-
export const ComponentsButtonMediumIconHover = "#185963";
|
|
259
|
-
export const ComponentsButtonMediumText = "#1f717d";
|
|
260
|
-
export const ComponentsButtonMediumTextActive = "#185963";
|
|
261
|
-
export const ComponentsButtonMediumTextHover = "#185963";
|
|
262
250
|
export const ComponentsButtonLowBackground = "#ffffff";
|
|
263
251
|
export const ComponentsButtonLowBorder = "#ffffff";
|
|
264
252
|
export const ComponentsButtonLowBorderActive = "#ffffff";
|
|
@@ -278,7 +266,7 @@ export const ComponentsButtonLowerBorder2 = "#ffffff";
|
|
|
278
266
|
export const ComponentsButtonLowerBorderHover2 = "#ffffff";
|
|
279
267
|
export const ComponentsButtonLowerBackground = "#ffffff";
|
|
280
268
|
export const ComponentsButtonLowerBackgroundActive = "#e4f0f2";
|
|
281
|
-
export const ComponentsButtonLowerBackgroundHover = "#
|
|
269
|
+
export const ComponentsButtonLowerBackgroundHover = "#f5f6f7";
|
|
282
270
|
export const ComponentsButtonLowerIcon = "#617177";
|
|
283
271
|
export const ComponentsButtonLowerIconActive = "#185963";
|
|
284
272
|
export const ComponentsButtonLowerIconHover = "#34464d";
|
|
@@ -293,6 +281,30 @@ export const ComponentsButtonGrAsComplementaryText = "#000000";
|
|
|
293
281
|
export const ComponentsButtonGrAsComplementaryTextHover = "#000000";
|
|
294
282
|
export const ComponentsButtonGrAsComplementaryIcon = "#000000";
|
|
295
283
|
export const ComponentsButtonGrAsComplementaryIconHover = "#000000";
|
|
284
|
+
export const ComponentsButtonMediumBackground = "#ffffff";
|
|
285
|
+
export const ComponentsButtonMediumBackgroundActive = "#e4f0f2";
|
|
286
|
+
export const ComponentsButtonMediumBackgroundHover = "#e4f0f2";
|
|
287
|
+
export const ComponentsButtonMediumBorder = "#1f717d";
|
|
288
|
+
export const ComponentsButtonMediumBorderActive = "#185963";
|
|
289
|
+
export const ComponentsButtonMediumBorderHover = "#185963";
|
|
290
|
+
export const ComponentsButtonMediumIcon = "#1f717d";
|
|
291
|
+
export const ComponentsButtonMediumIconActive = "#185963";
|
|
292
|
+
export const ComponentsButtonMediumIconHover = "#185963";
|
|
293
|
+
export const ComponentsButtonMediumText = "#1f717d";
|
|
294
|
+
export const ComponentsButtonMediumTextActive = "#185963";
|
|
295
|
+
export const ComponentsButtonMediumTextHover = "#185963";
|
|
296
|
+
export const ComponentsDatagridHeaderText = "#ff0000";
|
|
297
|
+
export const ComponentsDatagridHeaderBorder = "#bac1c4";
|
|
298
|
+
export const ComponentsDatagridHeaderBackground = "#ffffff";
|
|
299
|
+
export const ComponentsDatagridBodyText = "#ff0000";
|
|
300
|
+
export const ComponentsDatagridBodySubtext = "#0000ff";
|
|
301
|
+
export const ComponentsDatagridBodyBorder = "#e1e4e6";
|
|
302
|
+
export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
|
|
303
|
+
export const ComponentsDatagridBodyBackgroundActive = "#e4f0f2";
|
|
304
|
+
export const ComponentsDatagridBodyBackgroundHover = "#f5f6f7";
|
|
305
|
+
export const ComponentsDatagridExpanderContentBackground = "#ffffff";
|
|
306
|
+
export const ComponentsDatagridExpanderBorder = "#e1e4e6";
|
|
307
|
+
export const ComponentsDatagridExpanderExpanderBackground = "#f5f6f7";
|
|
296
308
|
export const ComponentsFormOpacityDefault = "100%";
|
|
297
309
|
export const ComponentsFormOpacityDisabled = "50%";
|
|
298
310
|
export const ComponentsFormTextRequired = "#bb1919";
|
|
@@ -357,7 +369,7 @@ export const ComponentsListDropdownItemDescriptionDefault = "#617177";
|
|
|
357
369
|
export const ComponentsListDropdownItemDescriptionHover = "#34464d";
|
|
358
370
|
export const ComponentsListDropdownItemDescriptionDisabled = "#9fadb2";
|
|
359
371
|
export const ComponentsListDropdownItemBackgroundDefault = "#ffffff";
|
|
360
|
-
export const ComponentsListDropdownItemBackgroundHover = "#
|
|
372
|
+
export const ComponentsListDropdownItemBackgroundHover = "#f5f6f7";
|
|
361
373
|
export const ComponentsListDropdownItemBackgroundDisabled = "#ffffff";
|
|
362
374
|
export const ComponentsListDropdownItemBackgroundActive = "#e4f0f2";
|
|
363
375
|
export const ComponentsListDropdownGroupTitleContent = "#34464d";
|
|
@@ -447,20 +459,19 @@ export const ComponentsAvatarContent7 = "#106f15";
|
|
|
447
459
|
export const ComponentsAvatarContent8 = "#1f717d";
|
|
448
460
|
export const ComponentsAvatarContent9 = "#5c6e1f";
|
|
449
461
|
export const ComponentsAvatarContent10 = "#394d55";
|
|
450
|
-
export const ComponentsBreadcrumbText = "#
|
|
451
|
-
export const ComponentsBreadcrumbTextActive = "#
|
|
462
|
+
export const ComponentsBreadcrumbText = "#171f22";
|
|
463
|
+
export const ComponentsBreadcrumbTextActive = "#171f22";
|
|
452
464
|
export const ComponentsBreadcrumbTextHover = "#185963";
|
|
453
|
-
export const
|
|
454
|
-
export const
|
|
455
|
-
export const
|
|
456
|
-
export const
|
|
457
|
-
export const
|
|
458
|
-
export const
|
|
459
|
-
export const
|
|
460
|
-
export const
|
|
461
|
-
export const ComponentsDatagridBodyBackgroundHover = "#a5a6a7";
|
|
465
|
+
export const ComponentsButtongroupHighBorder = "#1f717d";
|
|
466
|
+
export const ComponentsButtongroupHighBackground = "#1f717d";
|
|
467
|
+
export const ComponentsButtongroupMediumBorder = "#1f717d";
|
|
468
|
+
export const ComponentsButtongroupMediumBackground = "#ffffff";
|
|
469
|
+
export const ComponentsButtongroupLowBorder = "#1f717d";
|
|
470
|
+
export const ComponentsButtongroupLowBackground = "#ffffff";
|
|
471
|
+
export const ComponentsButtongroupLowerBorder = "#617177";
|
|
472
|
+
export const ComponentsButtongroupLowerBackground = "#ffffff";
|
|
462
473
|
export const ComponentsFieldTimeBackgroundDefault = "#ffffff";
|
|
463
|
-
export const ComponentsFieldTimeBackgroundHover = "#
|
|
474
|
+
export const ComponentsFieldTimeBackgroundHover = "#f5f6f7";
|
|
464
475
|
export const ComponentsFieldTimeBackgroundActive = "#e4f0f2";
|
|
465
476
|
export const ComponentsFieldTimeTextDefault = "#617177";
|
|
466
477
|
export const ComponentsFieldTimeTextHover = "#34464d";
|
|
@@ -490,7 +501,7 @@ export const ComponentsCalendarBackground = "#ffffff";
|
|
|
490
501
|
export const ComponentsMenuContextualBackground = "#ffffff";
|
|
491
502
|
export const ComponentsMenuContextualBorder = "#e1e4e6";
|
|
492
503
|
export const ComponentsMenuContextualItemBackground = "#ffffff";
|
|
493
|
-
export const ComponentsMenuContextualItemBackgroundHover = "#
|
|
504
|
+
export const ComponentsMenuContextualItemBackgroundHover = "#f5f6f7";
|
|
494
505
|
export const ComponentsMenuContextualItemShortcut = "#9fadb2";
|
|
495
506
|
export const ComponentsMenuContextualItemContent = "#617177";
|
|
496
507
|
export const ComponentsMenuContextualItemContentDisabled = "#9fadb2";
|
|
@@ -539,3 +550,7 @@ export const ComponentsTooltipBackground = "#0b0f11";
|
|
|
539
550
|
export const ComponentsTooltipBorder = "#0b0f11";
|
|
540
551
|
export const ComponentsTooltipText = "#f5f6f7";
|
|
541
552
|
export const ComponentsTooltipSupportingText = "#889499";
|
|
553
|
+
export const ComponentsTogglegroupHighBorder = "#1f717d";
|
|
554
|
+
export const ComponentsTogglegroupHighBackground = "#ffffff";
|
|
555
|
+
export const ComponentsTogglegroupLowBorder = "#617177";
|
|
556
|
+
export const ComponentsTogglegroupLowBackground = "#ffffff";
|
package/dist/js/spacings.d.ts
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
+
export const ButtongroupXsPadding : string;
|
|
6
|
+
export const ButtongroupXsButtonRadius : string;
|
|
7
|
+
export const ButtongroupXsButtonPaddingY : string;
|
|
8
|
+
export const ButtongroupXsRadius : string;
|
|
9
|
+
export const ButtongroupXsGap : string;
|
|
10
|
+
export const ButtongroupXsHeight : string;
|
|
11
|
+
export const ButtongroupSmButtonPaddingY : string;
|
|
12
|
+
export const ButtongroupSmButtonRadius : string;
|
|
13
|
+
export const ButtongroupSmPadding : string;
|
|
14
|
+
export const ButtongroupSmRadius : string;
|
|
15
|
+
export const ButtongroupSmGap : string;
|
|
16
|
+
export const ButtongroupSmHeight : string;
|
|
17
|
+
export const ButtongroupLgPadding : string;
|
|
18
|
+
export const ButtongroupLgButtonPaddingY : string;
|
|
19
|
+
export const ButtongroupLgButtonRadius : string;
|
|
20
|
+
export const ButtongroupLgRadius : string;
|
|
21
|
+
export const ButtongroupLgGap : string;
|
|
22
|
+
export const ButtongroupLgHeight : string;
|
|
23
|
+
export const ButtongroupMdPadding : string;
|
|
24
|
+
export const ButtongroupMdButtonPaddingY : string;
|
|
25
|
+
export const ButtongroupMdButtonRadius : string;
|
|
26
|
+
export const ButtongroupMdRadius : string;
|
|
27
|
+
export const ButtongroupMdGap : string;
|
|
28
|
+
export const ButtongroupMdHeight : string;
|
|
5
29
|
export const ButtonXsRingRadius : string;
|
|
6
30
|
export const ButtonXsBorderRadius : string;
|
|
7
31
|
export const ButtonXsFontSize : string;
|
|
@@ -62,6 +86,16 @@ export const CalendarWeeksSize : string;
|
|
|
62
86
|
export const CalendarControlsMarginTop : string;
|
|
63
87
|
export const CalendarControlsPaddingTop : string;
|
|
64
88
|
export const CalendarNavigationButtonsGap : string;
|
|
89
|
+
export const IconStrokeXs : string;
|
|
90
|
+
export const IconStrokeSm : string;
|
|
91
|
+
export const IconStrokeMd : string;
|
|
92
|
+
export const IconStrokeLg : string;
|
|
93
|
+
export const IconStrokeXl : string;
|
|
94
|
+
export const IconXs : string;
|
|
95
|
+
export const IconSm : string;
|
|
96
|
+
export const IconMd : string;
|
|
97
|
+
export const IconLg : string;
|
|
98
|
+
export const IconXl : string;
|
|
65
99
|
export const ListNativeSeparatorPaddingX : string;
|
|
66
100
|
export const ListNativeSeparatorPaddingY : string;
|
|
67
101
|
export const ListNativeIconSize : string;
|
|
@@ -227,6 +261,34 @@ export const SliderHandlerStroke : string;
|
|
|
227
261
|
export const SliderTrackHeight : string;
|
|
228
262
|
export const SliderTrackPaddingX : string;
|
|
229
263
|
export const SliderTrackRadius : string;
|
|
264
|
+
export const TogglegroupXsPadding : string;
|
|
265
|
+
export const TogglegroupXsButtonPaddingY : string;
|
|
266
|
+
export const TogglegroupXsButtonRadius : string;
|
|
267
|
+
export const TogglegroupXsIconbuttonPaddingY : string;
|
|
268
|
+
export const TogglegroupXsRadius : string;
|
|
269
|
+
export const TogglegroupXsGap : string;
|
|
270
|
+
export const TogglegroupXsHeight : string;
|
|
271
|
+
export const TogglegroupSmButtonPaddingY : string;
|
|
272
|
+
export const TogglegroupSmButtonRadius : string;
|
|
273
|
+
export const TogglegroupSmIconbuttonPaddingY : string;
|
|
274
|
+
export const TogglegroupSmPadding : string;
|
|
275
|
+
export const TogglegroupSmRadius : string;
|
|
276
|
+
export const TogglegroupSmGap : string;
|
|
277
|
+
export const TogglegroupSmHeight : string;
|
|
278
|
+
export const TogglegroupLgPadding : string;
|
|
279
|
+
export const TogglegroupLgButtonPaddingY : string;
|
|
280
|
+
export const TogglegroupLgButtonRadius : string;
|
|
281
|
+
export const TogglegroupLgIconbuttonPaddingY : string;
|
|
282
|
+
export const TogglegroupLgRadius : string;
|
|
283
|
+
export const TogglegroupLgGap : string;
|
|
284
|
+
export const TogglegroupLgHeight : string;
|
|
285
|
+
export const TogglegroupMdPadding : string;
|
|
286
|
+
export const TogglegroupMdButtonPaddingY : string;
|
|
287
|
+
export const TogglegroupMdButtonRadius : string;
|
|
288
|
+
export const TogglegroupMdIconbuttonPaddingY : string;
|
|
289
|
+
export const TogglegroupMdRadius : string;
|
|
290
|
+
export const TogglegroupMdGap : string;
|
|
291
|
+
export const TogglegroupMdHeight : string;
|
|
230
292
|
export const AlertIconSize : string;
|
|
231
293
|
export const AlertGapX : string;
|
|
232
294
|
export const AlertIconPositionX : string;
|
|
@@ -268,9 +330,14 @@ export const DatagridCellBodyAvatarGapX : string;
|
|
|
268
330
|
export const DatagridCellBodyActionsGapX : string;
|
|
269
331
|
export const DatagridCellBodyPaddingY : string;
|
|
270
332
|
export const DatagridCellBodyActionsPaddingY : string;
|
|
333
|
+
export const DatagridCellBodyChevronPaddingX : string;
|
|
271
334
|
export const DatagridCellHeaderPaddingX : string;
|
|
272
335
|
export const DatagridCellHeaderPaddingRight : string;
|
|
273
336
|
export const DatagridCellHeaderPaddingY : string;
|
|
337
|
+
export const DatagridCellHeaderChevronPaddingX : string;
|
|
338
|
+
export const DatagridExpandedPaddingRight : string;
|
|
339
|
+
export const DatagridExpandedPaddingY : string;
|
|
340
|
+
export const DatagridExpandedPaddingLeft : string;
|
|
274
341
|
export const DialogDismissiblePositionTop : string;
|
|
275
342
|
export const DialogDismissiblePositionRight : string;
|
|
276
343
|
export const DialogHeaderGapY : string;
|
|
@@ -291,11 +358,6 @@ export const LoaderSizeSm : string;
|
|
|
291
358
|
export const LoaderSizeMd : string;
|
|
292
359
|
export const LoaderSizeLg : string;
|
|
293
360
|
export const LoaderSizeXl : string;
|
|
294
|
-
export const IconXs : string;
|
|
295
|
-
export const IconSm : string;
|
|
296
|
-
export const IconMd : string;
|
|
297
|
-
export const IconLg : string;
|
|
298
|
-
export const IconXl : string;
|
|
299
361
|
export const NavigationPrimaryItemGapX : string;
|
|
300
362
|
export const NavigationPrimaryItemPaddingX : string;
|
|
301
363
|
export const NavigationPrimaryItemPaddingY : string;
|
package/dist/js/spacings.js
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
+
export const ButtongroupXsPadding = "2px";
|
|
6
|
+
export const ButtongroupXsButtonRadius = "1px";
|
|
7
|
+
export const ButtongroupXsButtonPaddingY = "2px";
|
|
8
|
+
export const ButtongroupXsRadius = "2px";
|
|
9
|
+
export const ButtongroupXsGap = "1px";
|
|
10
|
+
export const ButtongroupXsHeight = "24px";
|
|
11
|
+
export const ButtongroupSmButtonPaddingY = "4px";
|
|
12
|
+
export const ButtongroupSmButtonRadius = "2px";
|
|
13
|
+
export const ButtongroupSmPadding = "2px";
|
|
14
|
+
export const ButtongroupSmRadius = "4px";
|
|
15
|
+
export const ButtongroupSmGap = "1px";
|
|
16
|
+
export const ButtongroupSmHeight = "32px";
|
|
17
|
+
export const ButtongroupLgPadding = "4px";
|
|
18
|
+
export const ButtongroupLgButtonPaddingY = "6px";
|
|
19
|
+
export const ButtongroupLgButtonRadius = "4px";
|
|
20
|
+
export const ButtongroupLgRadius = "8px";
|
|
21
|
+
export const ButtongroupLgGap = "1px";
|
|
22
|
+
export const ButtongroupLgHeight = "48px";
|
|
23
|
+
export const ButtongroupMdPadding = "3px";
|
|
24
|
+
export const ButtongroupMdButtonPaddingY = "5px";
|
|
25
|
+
export const ButtongroupMdButtonRadius = "3px";
|
|
26
|
+
export const ButtongroupMdRadius = "6px";
|
|
27
|
+
export const ButtongroupMdGap = "1px";
|
|
28
|
+
export const ButtongroupMdHeight = "40px";
|
|
5
29
|
export const ButtonXsRingRadius = "3px";
|
|
6
30
|
export const ButtonXsBorderRadius = "2px";
|
|
7
31
|
export const ButtonXsFontSize = "12px";
|
|
@@ -62,6 +86,16 @@ export const CalendarWeeksSize = "40px";
|
|
|
62
86
|
export const CalendarControlsMarginTop = "4px";
|
|
63
87
|
export const CalendarControlsPaddingTop = "8px";
|
|
64
88
|
export const CalendarNavigationButtonsGap = "4px";
|
|
89
|
+
export const IconStrokeXs = "1.2000000476837158px";
|
|
90
|
+
export const IconStrokeSm = "1.399999976158142px";
|
|
91
|
+
export const IconStrokeMd = "1.600000023841858px";
|
|
92
|
+
export const IconStrokeLg = "1.7999999523162842px";
|
|
93
|
+
export const IconStrokeXl = "1.899999976158142px";
|
|
94
|
+
export const IconXs = "12px";
|
|
95
|
+
export const IconSm = "16px";
|
|
96
|
+
export const IconMd = "20px";
|
|
97
|
+
export const IconLg = "24px";
|
|
98
|
+
export const IconXl = "28px";
|
|
65
99
|
export const ListNativeSeparatorPaddingX = "9px";
|
|
66
100
|
export const ListNativeSeparatorPaddingY = "3px";
|
|
67
101
|
export const ListNativeIconSize = "20px";
|
|
@@ -227,6 +261,34 @@ export const SliderHandlerStroke = "2px";
|
|
|
227
261
|
export const SliderTrackHeight = "4px";
|
|
228
262
|
export const SliderTrackPaddingX = "12px";
|
|
229
263
|
export const SliderTrackRadius = "2px";
|
|
264
|
+
export const TogglegroupXsPadding = "3px";
|
|
265
|
+
export const TogglegroupXsButtonPaddingY = "1px";
|
|
266
|
+
export const TogglegroupXsButtonRadius = "1px";
|
|
267
|
+
export const TogglegroupXsIconbuttonPaddingY = "3px";
|
|
268
|
+
export const TogglegroupXsRadius = "2px";
|
|
269
|
+
export const TogglegroupXsGap = "2px";
|
|
270
|
+
export const TogglegroupXsHeight = "24px";
|
|
271
|
+
export const TogglegroupSmButtonPaddingY = "3px";
|
|
272
|
+
export const TogglegroupSmButtonRadius = "2px";
|
|
273
|
+
export const TogglegroupSmIconbuttonPaddingY = "5px";
|
|
274
|
+
export const TogglegroupSmPadding = "3px";
|
|
275
|
+
export const TogglegroupSmRadius = "4px";
|
|
276
|
+
export const TogglegroupSmGap = "2px";
|
|
277
|
+
export const TogglegroupSmHeight = "32px";
|
|
278
|
+
export const TogglegroupLgPadding = "3px";
|
|
279
|
+
export const TogglegroupLgButtonPaddingY = "7px";
|
|
280
|
+
export const TogglegroupLgButtonRadius = "5px";
|
|
281
|
+
export const TogglegroupLgIconbuttonPaddingY = "9px";
|
|
282
|
+
export const TogglegroupLgRadius = "8px";
|
|
283
|
+
export const TogglegroupLgGap = "2px";
|
|
284
|
+
export const TogglegroupLgHeight = "48px";
|
|
285
|
+
export const TogglegroupMdPadding = "3px";
|
|
286
|
+
export const TogglegroupMdButtonPaddingY = "5px";
|
|
287
|
+
export const TogglegroupMdButtonRadius = "3px";
|
|
288
|
+
export const TogglegroupMdIconbuttonPaddingY = "7px";
|
|
289
|
+
export const TogglegroupMdRadius = "6px";
|
|
290
|
+
export const TogglegroupMdGap = "2px";
|
|
291
|
+
export const TogglegroupMdHeight = "40px";
|
|
230
292
|
export const AlertIconSize = "20px";
|
|
231
293
|
export const AlertGapX = "12px";
|
|
232
294
|
export const AlertIconPositionX = "16px";
|
|
@@ -268,9 +330,14 @@ export const DatagridCellBodyAvatarGapX = "12px";
|
|
|
268
330
|
export const DatagridCellBodyActionsGapX = "8px";
|
|
269
331
|
export const DatagridCellBodyPaddingY = "8px";
|
|
270
332
|
export const DatagridCellBodyActionsPaddingY = "4px";
|
|
333
|
+
export const DatagridCellBodyChevronPaddingX = "0px";
|
|
271
334
|
export const DatagridCellHeaderPaddingX = "16px";
|
|
272
335
|
export const DatagridCellHeaderPaddingRight = "8px";
|
|
273
336
|
export const DatagridCellHeaderPaddingY = "12px";
|
|
337
|
+
export const DatagridCellHeaderChevronPaddingX = "0px";
|
|
338
|
+
export const DatagridExpandedPaddingRight = "16px";
|
|
339
|
+
export const DatagridExpandedPaddingY = "16px";
|
|
340
|
+
export const DatagridExpandedPaddingLeft = "56px";
|
|
274
341
|
export const DialogDismissiblePositionTop = "20px";
|
|
275
342
|
export const DialogDismissiblePositionRight = "12px";
|
|
276
343
|
export const DialogHeaderGapY = "0px";
|
|
@@ -291,11 +358,6 @@ export const LoaderSizeSm = "20px";
|
|
|
291
358
|
export const LoaderSizeMd = "24px";
|
|
292
359
|
export const LoaderSizeLg = "28px";
|
|
293
360
|
export const LoaderSizeXl = "32px";
|
|
294
|
-
export const IconXs = "12px";
|
|
295
|
-
export const IconSm = "16px";
|
|
296
|
-
export const IconMd = "20px";
|
|
297
|
-
export const IconLg = "24px";
|
|
298
|
-
export const IconXl = "28px";
|
|
299
361
|
export const NavigationPrimaryItemGapX = "8px";
|
|
300
362
|
export const NavigationPrimaryItemPaddingX = "12px";
|
|
301
363
|
export const NavigationPrimaryItemPaddingY = "8px";
|
package/dist/js/spark_dark.d.ts
CHANGED
|
@@ -2,30 +2,6 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
export const ColorInteractionContainerBrandedLowBackground : string;
|
|
6
|
-
export const ColorInteractionContainerBrandedLowBackgroundActive : string;
|
|
7
|
-
export const ColorInteractionContainerBrandedLowBackgroundHover : string;
|
|
8
|
-
export const ColorInteractionContainerBrandedLowBorder : string;
|
|
9
|
-
export const ColorInteractionContainerBrandedLowBorderActive : string;
|
|
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;
|
|
17
|
-
export const ColorInteractionContainerBrandedHighBackground : string;
|
|
18
|
-
export const ColorInteractionContainerBrandedHighBackgroundActive : string;
|
|
19
|
-
export const ColorInteractionContainerBrandedHighBackgroundHover : string;
|
|
20
|
-
export const ColorInteractionContainerBrandedHighBorder : string;
|
|
21
|
-
export const ColorInteractionContainerBrandedHighBorderActive : string;
|
|
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;
|
|
29
5
|
export const ColorInteractionContainerNeutralBackground : string;
|
|
30
6
|
export const ColorInteractionContainerNeutralBackgroundHover : string;
|
|
31
7
|
export const ColorInteractionContainerNeutralBackgroundActive : string;
|
|
@@ -38,6 +14,30 @@ export const ColorInteractionContainerNeutralIconHover : string;
|
|
|
38
14
|
export const ColorInteractionContainerNeutralText : string;
|
|
39
15
|
export const ColorInteractionContainerNeutralTextActive : string;
|
|
40
16
|
export const ColorInteractionContainerNeutralTextHover : string;
|
|
17
|
+
export const ColorInteractionContainerBrandedHighBackground : string;
|
|
18
|
+
export const ColorInteractionContainerBrandedHighBackgroundActive : string;
|
|
19
|
+
export const ColorInteractionContainerBrandedHighBackgroundHover : string;
|
|
20
|
+
export const ColorInteractionContainerBrandedHighBorder : string;
|
|
21
|
+
export const ColorInteractionContainerBrandedHighBorderActive : string;
|
|
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;
|
|
29
|
+
export const ColorInteractionContainerBrandedLowBackground : string;
|
|
30
|
+
export const ColorInteractionContainerBrandedLowBackgroundActive : string;
|
|
31
|
+
export const ColorInteractionContainerBrandedLowBackgroundHover : string;
|
|
32
|
+
export const ColorInteractionContainerBrandedLowBorder : string;
|
|
33
|
+
export const ColorInteractionContainerBrandedLowBorderActive : string;
|
|
34
|
+
export const ColorInteractionContainerBrandedLowBorderHover : string;
|
|
35
|
+
export const ColorInteractionContainerBrandedLowIcon : string;
|
|
36
|
+
export const ColorInteractionContainerBrandedLowIconActive : string;
|
|
37
|
+
export const ColorInteractionContainerBrandedLowIconHover : string;
|
|
38
|
+
export const ColorInteractionContainerBrandedLowText : string;
|
|
39
|
+
export const ColorInteractionContainerBrandedLowTextActive : string;
|
|
40
|
+
export const ColorInteractionContainerBrandedLowTextHover : string;
|
|
41
41
|
export const ColorInteractionLinkHighIcon : string;
|
|
42
42
|
export const ColorInteractionLinkHighIconHover : string;
|
|
43
43
|
export const ColorInteractionLinkHighIconInactive : string;
|
|
@@ -293,6 +293,18 @@ export const ComponentsButtonMediumIconHover : string;
|
|
|
293
293
|
export const ComponentsButtonMediumText : string;
|
|
294
294
|
export const ComponentsButtonMediumTextActive : string;
|
|
295
295
|
export const ComponentsButtonMediumTextHover : string;
|
|
296
|
+
export const ComponentsDatagridHeaderText : string;
|
|
297
|
+
export const ComponentsDatagridHeaderBorder : string;
|
|
298
|
+
export const ComponentsDatagridHeaderBackground : string;
|
|
299
|
+
export const ComponentsDatagridBodyText : string;
|
|
300
|
+
export const ComponentsDatagridBodySubtext : string;
|
|
301
|
+
export const ComponentsDatagridBodyBorder : string;
|
|
302
|
+
export const ComponentsDatagridBodyBackgroundDefault : string;
|
|
303
|
+
export const ComponentsDatagridBodyBackgroundActive : string;
|
|
304
|
+
export const ComponentsDatagridBodyBackgroundHover : string;
|
|
305
|
+
export const ComponentsDatagridExpanderContentBackground : string;
|
|
306
|
+
export const ComponentsDatagridExpanderBorder : string;
|
|
307
|
+
export const ComponentsDatagridExpanderExpanderBackground : string;
|
|
296
308
|
export const ComponentsFormOpacityDefault : string;
|
|
297
309
|
export const ComponentsFormOpacityDisabled : string;
|
|
298
310
|
export const ComponentsFormTextRequired : string;
|
|
@@ -450,15 +462,14 @@ export const ComponentsAvatarContent10 : string;
|
|
|
450
462
|
export const ComponentsBreadcrumbText : string;
|
|
451
463
|
export const ComponentsBreadcrumbTextActive : string;
|
|
452
464
|
export const ComponentsBreadcrumbTextHover : string;
|
|
453
|
-
export const
|
|
454
|
-
export const
|
|
455
|
-
export const
|
|
456
|
-
export const
|
|
457
|
-
export const
|
|
458
|
-
export const
|
|
459
|
-
export const
|
|
460
|
-
export const
|
|
461
|
-
export const ComponentsDatagridBodyBackgroundHover : string;
|
|
465
|
+
export const ComponentsButtongroupHighBorder : string;
|
|
466
|
+
export const ComponentsButtongroupHighBackground : string;
|
|
467
|
+
export const ComponentsButtongroupMediumBorder : string;
|
|
468
|
+
export const ComponentsButtongroupMediumBackground : string;
|
|
469
|
+
export const ComponentsButtongroupLowBorder : string;
|
|
470
|
+
export const ComponentsButtongroupLowBackground : string;
|
|
471
|
+
export const ComponentsButtongroupLowerBorder : string;
|
|
472
|
+
export const ComponentsButtongroupLowerBackground : string;
|
|
462
473
|
export const ComponentsFieldTimeBackgroundDefault : string;
|
|
463
474
|
export const ComponentsFieldTimeBackgroundHover : string;
|
|
464
475
|
export const ComponentsFieldTimeBackgroundActive : string;
|
|
@@ -539,3 +550,7 @@ export const ComponentsTooltipBackground : string;
|
|
|
539
550
|
export const ComponentsTooltipBorder : string;
|
|
540
551
|
export const ComponentsTooltipText : string;
|
|
541
552
|
export const ComponentsTooltipSupportingText : string;
|
|
553
|
+
export const ComponentsTogglegroupHighBorder : string;
|
|
554
|
+
export const ComponentsTogglegroupHighBackground : string;
|
|
555
|
+
export const ComponentsTogglegroupLowBorder : string;
|
|
556
|
+
export const ComponentsTogglegroupLowBackground : string;
|