@sage/design-tokens 8.2.0 → 8.3.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/css/frozenproduct/all.css +4 -2
- package/css/frozenproduct/large/components/tab.css +4 -2
- package/css/frozenproduct/small/components/tab.css +4 -2
- package/css/marketing/all.css +4 -2
- package/css/marketing/large/components/tab.css +4 -2
- package/css/marketing/small/components/tab.css +4 -2
- package/css/product/all.css +4 -2
- package/css/product/large/components/tab.css +4 -2
- package/css/product/small/components/tab.css +4 -2
- package/ios/frozenproduct/large/dark/components/tab.h +2 -0
- package/ios/frozenproduct/large/light/components/tab.h +2 -0
- package/ios/frozenproduct/small/dark/components/tab.h +2 -0
- package/ios/frozenproduct/small/light/components/tab.h +2 -0
- package/ios/marketing/large/dark/components/tab.h +2 -0
- package/ios/marketing/large/light/components/tab.h +2 -0
- package/ios/marketing/small/dark/components/tab.h +2 -0
- package/ios/marketing/small/light/components/tab.h +2 -0
- package/ios/product/large/dark/components/tab.h +2 -0
- package/ios/product/large/light/components/tab.h +2 -0
- package/ios/product/small/dark/components/tab.h +2 -0
- package/ios/product/small/light/components/tab.h +2 -0
- package/js/common/frozenproduct/large/dark/components/tab.d.ts +2 -0
- package/js/common/frozenproduct/large/dark/components/tab.js +26 -4
- package/js/common/frozenproduct/large/light/components/tab.d.ts +2 -0
- package/js/common/frozenproduct/large/light/components/tab.js +26 -4
- package/js/common/frozenproduct/small/dark/components/tab.d.ts +2 -0
- package/js/common/frozenproduct/small/dark/components/tab.js +26 -4
- package/js/common/frozenproduct/small/light/components/tab.d.ts +2 -0
- package/js/common/frozenproduct/small/light/components/tab.js +26 -4
- package/js/common/marketing/large/dark/components/tab.d.ts +2 -0
- package/js/common/marketing/large/dark/components/tab.js +26 -4
- package/js/common/marketing/large/light/components/tab.d.ts +2 -0
- package/js/common/marketing/large/light/components/tab.js +26 -4
- package/js/common/marketing/small/dark/components/tab.d.ts +2 -0
- package/js/common/marketing/small/dark/components/tab.js +26 -4
- package/js/common/marketing/small/light/components/tab.d.ts +2 -0
- package/js/common/marketing/small/light/components/tab.js +26 -4
- package/js/common/product/large/dark/components/tab.d.ts +2 -0
- package/js/common/product/large/dark/components/tab.js +26 -4
- package/js/common/product/large/light/components/tab.d.ts +2 -0
- package/js/common/product/large/light/components/tab.js +26 -4
- package/js/common/product/small/dark/components/tab.d.ts +2 -0
- package/js/common/product/small/dark/components/tab.js +26 -4
- package/js/common/product/small/light/components/tab.d.ts +2 -0
- package/js/common/product/small/light/components/tab.js +26 -4
- package/js/es6/frozenproduct/large/dark/components/tab.d.ts +2 -0
- package/js/es6/frozenproduct/large/dark/components/tab.js +2 -0
- package/js/es6/frozenproduct/large/light/components/tab.d.ts +2 -0
- package/js/es6/frozenproduct/large/light/components/tab.js +2 -0
- package/js/es6/frozenproduct/small/dark/components/tab.d.ts +2 -0
- package/js/es6/frozenproduct/small/dark/components/tab.js +2 -0
- package/js/es6/frozenproduct/small/light/components/tab.d.ts +2 -0
- package/js/es6/frozenproduct/small/light/components/tab.js +2 -0
- package/js/es6/marketing/large/dark/components/tab.d.ts +2 -0
- package/js/es6/marketing/large/dark/components/tab.js +2 -0
- package/js/es6/marketing/large/light/components/tab.d.ts +2 -0
- package/js/es6/marketing/large/light/components/tab.js +2 -0
- package/js/es6/marketing/small/dark/components/tab.d.ts +2 -0
- package/js/es6/marketing/small/dark/components/tab.js +2 -0
- package/js/es6/marketing/small/light/components/tab.d.ts +2 -0
- package/js/es6/marketing/small/light/components/tab.js +2 -0
- package/js/es6/product/large/dark/components/tab.d.ts +2 -0
- package/js/es6/product/large/dark/components/tab.js +2 -0
- package/js/es6/product/large/light/components/tab.d.ts +2 -0
- package/js/es6/product/large/light/components/tab.js +2 -0
- package/js/es6/product/small/dark/components/tab.d.ts +2 -0
- package/js/es6/product/small/dark/components/tab.js +2 -0
- package/js/es6/product/small/light/components/tab.d.ts +2 -0
- package/js/es6/product/small/light/components/tab.js +2 -0
- package/js/umd/frozenproduct/large/dark/components/tab.js +26 -4
- package/js/umd/frozenproduct/large/light/components/tab.js +26 -4
- package/js/umd/frozenproduct/small/dark/components/tab.js +26 -4
- package/js/umd/frozenproduct/small/light/components/tab.js +26 -4
- package/js/umd/marketing/large/dark/components/tab.js +26 -4
- package/js/umd/marketing/large/light/components/tab.js +26 -4
- package/js/umd/marketing/small/dark/components/tab.js +26 -4
- package/js/umd/marketing/small/light/components/tab.js +26 -4
- package/js/umd/product/large/dark/components/tab.js +26 -4
- package/js/umd/product/large/light/components/tab.js +26 -4
- package/js/umd/product/small/dark/components/tab.js +26 -4
- package/js/umd/product/small/light/components/tab.js +26 -4
- package/json/flat/frozenproduct/large/dark/components/tab.json +2 -0
- package/json/flat/frozenproduct/large/light/components/tab.json +2 -0
- package/json/flat/frozenproduct/small/dark/components/tab.json +2 -0
- package/json/flat/frozenproduct/small/light/components/tab.json +2 -0
- package/json/flat/marketing/large/dark/components/tab.json +2 -0
- package/json/flat/marketing/large/light/components/tab.json +2 -0
- package/json/flat/marketing/small/dark/components/tab.json +2 -0
- package/json/flat/marketing/small/light/components/tab.json +2 -0
- package/json/flat/product/large/dark/components/tab.json +2 -0
- package/json/flat/product/large/light/components/tab.json +2 -0
- package/json/flat/product/small/dark/components/tab.json +2 -0
- package/json/flat/product/small/light/components/tab.json +2 -0
- package/json/nested/frozenproduct/large/dark/components/tab.json +3 -1
- package/json/nested/frozenproduct/large/light/components/tab.json +3 -1
- package/json/nested/frozenproduct/small/dark/components/tab.json +3 -1
- package/json/nested/frozenproduct/small/light/components/tab.json +3 -1
- package/json/nested/marketing/large/dark/components/tab.json +3 -1
- package/json/nested/marketing/large/light/components/tab.json +3 -1
- package/json/nested/marketing/small/dark/components/tab.json +3 -1
- package/json/nested/marketing/small/light/components/tab.json +3 -1
- package/json/nested/product/large/dark/components/tab.json +3 -1
- package/json/nested/product/large/light/components/tab.json +3 -1
- package/json/nested/product/small/dark/components/tab.json +3 -1
- package/json/nested/product/small/light/components/tab.json +3 -1
- package/package.json +1 -1
- package/sage-design-tokens-8.3.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +23 -23
- package/scss/frozenproduct/large/components/container.scss +9 -9
- package/scss/frozenproduct/large/components/form.scss +7 -7
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +3 -3
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +6 -6
- package/scss/frozenproduct/large/components/status.scss +3 -3
- package/scss/frozenproduct/large/components/tab.scss +11 -9
- package/scss/frozenproduct/large/components/table.scss +10 -10
- package/scss/frozenproduct/small/components/button.scss +23 -23
- package/scss/frozenproduct/small/components/container.scss +9 -9
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +3 -3
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +6 -6
- package/scss/frozenproduct/small/components/status.scss +3 -3
- package/scss/frozenproduct/small/components/tab.scss +11 -9
- package/scss/frozenproduct/small/components/table.scss +10 -10
- package/scss/marketing/large/components/button.scss +23 -23
- package/scss/marketing/large/components/container.scss +9 -9
- package/scss/marketing/large/components/form.scss +7 -7
- package/scss/marketing/large/components/link.scss +2 -2
- package/scss/marketing/large/components/nav.scss +3 -3
- package/scss/marketing/large/components/page.scss +1 -1
- package/scss/marketing/large/components/popover.scss +2 -2
- package/scss/marketing/large/components/progress.scss +6 -6
- package/scss/marketing/large/components/status.scss +3 -3
- package/scss/marketing/large/components/tab.scss +11 -9
- package/scss/marketing/large/components/table.scss +10 -10
- package/scss/marketing/small/components/button.scss +23 -23
- package/scss/marketing/small/components/container.scss +9 -9
- package/scss/marketing/small/components/form.scss +7 -7
- package/scss/marketing/small/components/link.scss +2 -2
- package/scss/marketing/small/components/nav.scss +3 -3
- package/scss/marketing/small/components/page.scss +1 -1
- package/scss/marketing/small/components/popover.scss +2 -2
- package/scss/marketing/small/components/progress.scss +6 -6
- package/scss/marketing/small/components/status.scss +3 -3
- package/scss/marketing/small/components/tab.scss +11 -9
- package/scss/marketing/small/components/table.scss +10 -10
- package/scss/product/large/components/button.scss +23 -23
- package/scss/product/large/components/container.scss +9 -9
- package/scss/product/large/components/form.scss +7 -7
- package/scss/product/large/components/link.scss +2 -2
- package/scss/product/large/components/nav.scss +3 -3
- package/scss/product/large/components/page.scss +1 -1
- package/scss/product/large/components/popover.scss +2 -2
- package/scss/product/large/components/progress.scss +6 -6
- package/scss/product/large/components/status.scss +3 -3
- package/scss/product/large/components/tab.scss +11 -9
- package/scss/product/large/components/table.scss +10 -10
- package/scss/product/small/components/tab.scss +4 -2
- package/sage-design-tokens-8.2.0.tgz +0 -0
|
@@ -302,6 +302,19 @@
|
|
|
302
302
|
attributes: {},
|
|
303
303
|
path: ["tab", "color", "bg-hover"],
|
|
304
304
|
},
|
|
305
|
+
"border-activealt": {
|
|
306
|
+
$type: "color",
|
|
307
|
+
$value: "#d1d1d1",
|
|
308
|
+
filePath: "data/tokens/components/tab.json",
|
|
309
|
+
isSource: true,
|
|
310
|
+
original: {
|
|
311
|
+
$type: "color",
|
|
312
|
+
$value: "{modes.color.generic.fg.delicate}",
|
|
313
|
+
},
|
|
314
|
+
name: "tabColorBorderActivealt",
|
|
315
|
+
attributes: {},
|
|
316
|
+
path: ["tab", "color", "border-activealt"],
|
|
317
|
+
},
|
|
305
318
|
"border-active": {
|
|
306
319
|
$type: "color",
|
|
307
320
|
$value: "#000000",
|
|
@@ -633,13 +646,11 @@
|
|
|
633
646
|
bottom: {
|
|
634
647
|
$type: "borderWidth",
|
|
635
648
|
$value: 2,
|
|
636
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
637
649
|
filePath: "data/tokens/components/tab.json",
|
|
638
650
|
isSource: true,
|
|
639
651
|
original: {
|
|
640
652
|
$type: "borderWidth",
|
|
641
653
|
$value: "{global.borderwidth.S}",
|
|
642
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
643
654
|
},
|
|
644
655
|
name: "tabBorderwidthNavigationBottom",
|
|
645
656
|
attributes: {},
|
|
@@ -648,18 +659,29 @@
|
|
|
648
659
|
side: {
|
|
649
660
|
$type: "borderWidth",
|
|
650
661
|
$value: 2,
|
|
651
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
652
662
|
filePath: "data/tokens/components/tab.json",
|
|
653
663
|
isSource: true,
|
|
654
664
|
original: {
|
|
655
665
|
$type: "borderWidth",
|
|
656
666
|
$value: "{global.borderwidth.S}",
|
|
657
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
658
667
|
},
|
|
659
668
|
name: "tabBorderwidthNavigationSide",
|
|
660
669
|
attributes: {},
|
|
661
670
|
path: ["tab", "borderwidth", "navigation", "side"],
|
|
662
671
|
},
|
|
672
|
+
top: {
|
|
673
|
+
$type: "borderWidth",
|
|
674
|
+
$value: 2,
|
|
675
|
+
filePath: "data/tokens/components/tab.json",
|
|
676
|
+
isSource: true,
|
|
677
|
+
original: {
|
|
678
|
+
$type: "borderWidth",
|
|
679
|
+
$value: "{global.borderwidth.S}",
|
|
680
|
+
},
|
|
681
|
+
name: "tabBorderwidthNavigationTop",
|
|
682
|
+
attributes: {},
|
|
683
|
+
path: ["tab", "borderwidth", "navigation", "top"],
|
|
684
|
+
},
|
|
663
685
|
},
|
|
664
686
|
},
|
|
665
687
|
typography: {
|
|
@@ -302,6 +302,19 @@
|
|
|
302
302
|
attributes: {},
|
|
303
303
|
path: ["tab", "color", "bg-hover"],
|
|
304
304
|
},
|
|
305
|
+
"border-activealt": {
|
|
306
|
+
$type: "color",
|
|
307
|
+
$value: "#282828",
|
|
308
|
+
filePath: "data/tokens/components/tab.json",
|
|
309
|
+
isSource: true,
|
|
310
|
+
original: {
|
|
311
|
+
$type: "color",
|
|
312
|
+
$value: "{modes.color.generic.fg.delicate}",
|
|
313
|
+
},
|
|
314
|
+
name: "tabColorBorderActivealt",
|
|
315
|
+
attributes: {},
|
|
316
|
+
path: ["tab", "color", "border-activealt"],
|
|
317
|
+
},
|
|
305
318
|
"border-active": {
|
|
306
319
|
$type: "color",
|
|
307
320
|
$value: "#FFFFFF",
|
|
@@ -633,13 +646,11 @@
|
|
|
633
646
|
bottom: {
|
|
634
647
|
$type: "borderWidth",
|
|
635
648
|
$value: 2,
|
|
636
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
637
649
|
filePath: "data/tokens/components/tab.json",
|
|
638
650
|
isSource: true,
|
|
639
651
|
original: {
|
|
640
652
|
$type: "borderWidth",
|
|
641
653
|
$value: "{global.borderwidth.S}",
|
|
642
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
643
654
|
},
|
|
644
655
|
name: "tabBorderwidthNavigationBottom",
|
|
645
656
|
attributes: {},
|
|
@@ -648,18 +659,29 @@
|
|
|
648
659
|
side: {
|
|
649
660
|
$type: "borderWidth",
|
|
650
661
|
$value: 2,
|
|
651
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
652
662
|
filePath: "data/tokens/components/tab.json",
|
|
653
663
|
isSource: true,
|
|
654
664
|
original: {
|
|
655
665
|
$type: "borderWidth",
|
|
656
666
|
$value: "{global.borderwidth.S}",
|
|
657
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
658
667
|
},
|
|
659
668
|
name: "tabBorderwidthNavigationSide",
|
|
660
669
|
attributes: {},
|
|
661
670
|
path: ["tab", "borderwidth", "navigation", "side"],
|
|
662
671
|
},
|
|
672
|
+
top: {
|
|
673
|
+
$type: "borderWidth",
|
|
674
|
+
$value: 2,
|
|
675
|
+
filePath: "data/tokens/components/tab.json",
|
|
676
|
+
isSource: true,
|
|
677
|
+
original: {
|
|
678
|
+
$type: "borderWidth",
|
|
679
|
+
$value: "{global.borderwidth.S}",
|
|
680
|
+
},
|
|
681
|
+
name: "tabBorderwidthNavigationTop",
|
|
682
|
+
attributes: {},
|
|
683
|
+
path: ["tab", "borderwidth", "navigation", "top"],
|
|
684
|
+
},
|
|
663
685
|
},
|
|
664
686
|
},
|
|
665
687
|
typography: {
|
|
@@ -302,6 +302,19 @@
|
|
|
302
302
|
attributes: {},
|
|
303
303
|
path: ["tab", "color", "bg-hover"],
|
|
304
304
|
},
|
|
305
|
+
"border-activealt": {
|
|
306
|
+
$type: "color",
|
|
307
|
+
$value: "#d1d1d1",
|
|
308
|
+
filePath: "data/tokens/components/tab.json",
|
|
309
|
+
isSource: true,
|
|
310
|
+
original: {
|
|
311
|
+
$type: "color",
|
|
312
|
+
$value: "{modes.color.generic.fg.delicate}",
|
|
313
|
+
},
|
|
314
|
+
name: "tabColorBorderActivealt",
|
|
315
|
+
attributes: {},
|
|
316
|
+
path: ["tab", "color", "border-activealt"],
|
|
317
|
+
},
|
|
305
318
|
"border-active": {
|
|
306
319
|
$type: "color",
|
|
307
320
|
$value: "#000000",
|
|
@@ -633,13 +646,11 @@
|
|
|
633
646
|
bottom: {
|
|
634
647
|
$type: "borderWidth",
|
|
635
648
|
$value: 2,
|
|
636
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
637
649
|
filePath: "data/tokens/components/tab.json",
|
|
638
650
|
isSource: true,
|
|
639
651
|
original: {
|
|
640
652
|
$type: "borderWidth",
|
|
641
653
|
$value: "{global.borderwidth.S}",
|
|
642
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
643
654
|
},
|
|
644
655
|
name: "tabBorderwidthNavigationBottom",
|
|
645
656
|
attributes: {},
|
|
@@ -648,18 +659,29 @@
|
|
|
648
659
|
side: {
|
|
649
660
|
$type: "borderWidth",
|
|
650
661
|
$value: 2,
|
|
651
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
652
662
|
filePath: "data/tokens/components/tab.json",
|
|
653
663
|
isSource: true,
|
|
654
664
|
original: {
|
|
655
665
|
$type: "borderWidth",
|
|
656
666
|
$value: "{global.borderwidth.S}",
|
|
657
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
658
667
|
},
|
|
659
668
|
name: "tabBorderwidthNavigationSide",
|
|
660
669
|
attributes: {},
|
|
661
670
|
path: ["tab", "borderwidth", "navigation", "side"],
|
|
662
671
|
},
|
|
672
|
+
top: {
|
|
673
|
+
$type: "borderWidth",
|
|
674
|
+
$value: 2,
|
|
675
|
+
filePath: "data/tokens/components/tab.json",
|
|
676
|
+
isSource: true,
|
|
677
|
+
original: {
|
|
678
|
+
$type: "borderWidth",
|
|
679
|
+
$value: "{global.borderwidth.S}",
|
|
680
|
+
},
|
|
681
|
+
name: "tabBorderwidthNavigationTop",
|
|
682
|
+
attributes: {},
|
|
683
|
+
path: ["tab", "borderwidth", "navigation", "top"],
|
|
684
|
+
},
|
|
663
685
|
},
|
|
664
686
|
},
|
|
665
687
|
typography: {
|
|
@@ -302,6 +302,19 @@
|
|
|
302
302
|
attributes: {},
|
|
303
303
|
path: ["tab", "color", "bg-hover"],
|
|
304
304
|
},
|
|
305
|
+
"border-activealt": {
|
|
306
|
+
$type: "color",
|
|
307
|
+
$value: "#282828",
|
|
308
|
+
filePath: "data/tokens/components/tab.json",
|
|
309
|
+
isSource: true,
|
|
310
|
+
original: {
|
|
311
|
+
$type: "color",
|
|
312
|
+
$value: "{modes.color.generic.fg.delicate}",
|
|
313
|
+
},
|
|
314
|
+
name: "tabColorBorderActivealt",
|
|
315
|
+
attributes: {},
|
|
316
|
+
path: ["tab", "color", "border-activealt"],
|
|
317
|
+
},
|
|
305
318
|
"border-active": {
|
|
306
319
|
$type: "color",
|
|
307
320
|
$value: "#FFFFFF",
|
|
@@ -633,13 +646,11 @@
|
|
|
633
646
|
bottom: {
|
|
634
647
|
$type: "borderWidth",
|
|
635
648
|
$value: 2,
|
|
636
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
637
649
|
filePath: "data/tokens/components/tab.json",
|
|
638
650
|
isSource: true,
|
|
639
651
|
original: {
|
|
640
652
|
$type: "borderWidth",
|
|
641
653
|
$value: "{global.borderwidth.S}",
|
|
642
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
643
654
|
},
|
|
644
655
|
name: "tabBorderwidthNavigationBottom",
|
|
645
656
|
attributes: {},
|
|
@@ -648,18 +659,29 @@
|
|
|
648
659
|
side: {
|
|
649
660
|
$type: "borderWidth",
|
|
650
661
|
$value: 2,
|
|
651
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
652
662
|
filePath: "data/tokens/components/tab.json",
|
|
653
663
|
isSource: true,
|
|
654
664
|
original: {
|
|
655
665
|
$type: "borderWidth",
|
|
656
666
|
$value: "{global.borderwidth.S}",
|
|
657
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
658
667
|
},
|
|
659
668
|
name: "tabBorderwidthNavigationSide",
|
|
660
669
|
attributes: {},
|
|
661
670
|
path: ["tab", "borderwidth", "navigation", "side"],
|
|
662
671
|
},
|
|
672
|
+
top: {
|
|
673
|
+
$type: "borderWidth",
|
|
674
|
+
$value: 2,
|
|
675
|
+
filePath: "data/tokens/components/tab.json",
|
|
676
|
+
isSource: true,
|
|
677
|
+
original: {
|
|
678
|
+
$type: "borderWidth",
|
|
679
|
+
$value: "{global.borderwidth.S}",
|
|
680
|
+
},
|
|
681
|
+
name: "tabBorderwidthNavigationTop",
|
|
682
|
+
attributes: {},
|
|
683
|
+
path: ["tab", "borderwidth", "navigation", "top"],
|
|
684
|
+
},
|
|
663
685
|
},
|
|
664
686
|
},
|
|
665
687
|
typography: {
|
|
@@ -302,6 +302,19 @@
|
|
|
302
302
|
attributes: {},
|
|
303
303
|
path: ["tab", "color", "bg-hover"],
|
|
304
304
|
},
|
|
305
|
+
"border-activealt": {
|
|
306
|
+
$type: "color",
|
|
307
|
+
$value: "#d1d1d1",
|
|
308
|
+
filePath: "data/tokens/components/tab.json",
|
|
309
|
+
isSource: true,
|
|
310
|
+
original: {
|
|
311
|
+
$type: "color",
|
|
312
|
+
$value: "{modes.color.generic.fg.delicate}",
|
|
313
|
+
},
|
|
314
|
+
name: "tabColorBorderActivealt",
|
|
315
|
+
attributes: {},
|
|
316
|
+
path: ["tab", "color", "border-activealt"],
|
|
317
|
+
},
|
|
305
318
|
"border-active": {
|
|
306
319
|
$type: "color",
|
|
307
320
|
$value: "#000000",
|
|
@@ -633,13 +646,11 @@
|
|
|
633
646
|
bottom: {
|
|
634
647
|
$type: "borderWidth",
|
|
635
648
|
$value: 2,
|
|
636
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
637
649
|
filePath: "data/tokens/components/tab.json",
|
|
638
650
|
isSource: true,
|
|
639
651
|
original: {
|
|
640
652
|
$type: "borderWidth",
|
|
641
653
|
$value: "{global.borderwidth.S}",
|
|
642
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
643
654
|
},
|
|
644
655
|
name: "tabBorderwidthNavigationBottom",
|
|
645
656
|
attributes: {},
|
|
@@ -648,18 +659,29 @@
|
|
|
648
659
|
side: {
|
|
649
660
|
$type: "borderWidth",
|
|
650
661
|
$value: 2,
|
|
651
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
652
662
|
filePath: "data/tokens/components/tab.json",
|
|
653
663
|
isSource: true,
|
|
654
664
|
original: {
|
|
655
665
|
$type: "borderWidth",
|
|
656
666
|
$value: "{global.borderwidth.S}",
|
|
657
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
658
667
|
},
|
|
659
668
|
name: "tabBorderwidthNavigationSide",
|
|
660
669
|
attributes: {},
|
|
661
670
|
path: ["tab", "borderwidth", "navigation", "side"],
|
|
662
671
|
},
|
|
672
|
+
top: {
|
|
673
|
+
$type: "borderWidth",
|
|
674
|
+
$value: 2,
|
|
675
|
+
filePath: "data/tokens/components/tab.json",
|
|
676
|
+
isSource: true,
|
|
677
|
+
original: {
|
|
678
|
+
$type: "borderWidth",
|
|
679
|
+
$value: "{global.borderwidth.S}",
|
|
680
|
+
},
|
|
681
|
+
name: "tabBorderwidthNavigationTop",
|
|
682
|
+
attributes: {},
|
|
683
|
+
path: ["tab", "borderwidth", "navigation", "top"],
|
|
684
|
+
},
|
|
663
685
|
},
|
|
664
686
|
},
|
|
665
687
|
typography: {
|
|
@@ -302,6 +302,19 @@
|
|
|
302
302
|
attributes: {},
|
|
303
303
|
path: ["tab", "color", "bg-hover"],
|
|
304
304
|
},
|
|
305
|
+
"border-activealt": {
|
|
306
|
+
$type: "color",
|
|
307
|
+
$value: "#282828",
|
|
308
|
+
filePath: "data/tokens/components/tab.json",
|
|
309
|
+
isSource: true,
|
|
310
|
+
original: {
|
|
311
|
+
$type: "color",
|
|
312
|
+
$value: "{modes.color.generic.fg.delicate}",
|
|
313
|
+
},
|
|
314
|
+
name: "tabColorBorderActivealt",
|
|
315
|
+
attributes: {},
|
|
316
|
+
path: ["tab", "color", "border-activealt"],
|
|
317
|
+
},
|
|
305
318
|
"border-active": {
|
|
306
319
|
$type: "color",
|
|
307
320
|
$value: "#FFFFFF",
|
|
@@ -633,13 +646,11 @@
|
|
|
633
646
|
bottom: {
|
|
634
647
|
$type: "borderWidth",
|
|
635
648
|
$value: 2,
|
|
636
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
637
649
|
filePath: "data/tokens/components/tab.json",
|
|
638
650
|
isSource: true,
|
|
639
651
|
original: {
|
|
640
652
|
$type: "borderWidth",
|
|
641
653
|
$value: "{global.borderwidth.S}",
|
|
642
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
643
654
|
},
|
|
644
655
|
name: "tabBorderwidthNavigationBottom",
|
|
645
656
|
attributes: {},
|
|
@@ -648,18 +659,29 @@
|
|
|
648
659
|
side: {
|
|
649
660
|
$type: "borderWidth",
|
|
650
661
|
$value: 2,
|
|
651
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
652
662
|
filePath: "data/tokens/components/tab.json",
|
|
653
663
|
isSource: true,
|
|
654
664
|
original: {
|
|
655
665
|
$type: "borderWidth",
|
|
656
666
|
$value: "{global.borderwidth.S}",
|
|
657
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
658
667
|
},
|
|
659
668
|
name: "tabBorderwidthNavigationSide",
|
|
660
669
|
attributes: {},
|
|
661
670
|
path: ["tab", "borderwidth", "navigation", "side"],
|
|
662
671
|
},
|
|
672
|
+
top: {
|
|
673
|
+
$type: "borderWidth",
|
|
674
|
+
$value: 2,
|
|
675
|
+
filePath: "data/tokens/components/tab.json",
|
|
676
|
+
isSource: true,
|
|
677
|
+
original: {
|
|
678
|
+
$type: "borderWidth",
|
|
679
|
+
$value: "{global.borderwidth.S}",
|
|
680
|
+
},
|
|
681
|
+
name: "tabBorderwidthNavigationTop",
|
|
682
|
+
attributes: {},
|
|
683
|
+
path: ["tab", "borderwidth", "navigation", "top"],
|
|
684
|
+
},
|
|
663
685
|
},
|
|
664
686
|
},
|
|
665
687
|
typography: {
|
|
@@ -302,6 +302,19 @@
|
|
|
302
302
|
attributes: {},
|
|
303
303
|
path: ["tab", "color", "bg-hover"],
|
|
304
304
|
},
|
|
305
|
+
"border-activealt": {
|
|
306
|
+
$type: "color",
|
|
307
|
+
$value: "#d1d1d1",
|
|
308
|
+
filePath: "data/tokens/components/tab.json",
|
|
309
|
+
isSource: true,
|
|
310
|
+
original: {
|
|
311
|
+
$type: "color",
|
|
312
|
+
$value: "{modes.color.generic.fg.delicate}",
|
|
313
|
+
},
|
|
314
|
+
name: "tabColorBorderActivealt",
|
|
315
|
+
attributes: {},
|
|
316
|
+
path: ["tab", "color", "border-activealt"],
|
|
317
|
+
},
|
|
305
318
|
"border-active": {
|
|
306
319
|
$type: "color",
|
|
307
320
|
$value: "#000000",
|
|
@@ -633,13 +646,11 @@
|
|
|
633
646
|
bottom: {
|
|
634
647
|
$type: "borderWidth",
|
|
635
648
|
$value: 2,
|
|
636
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
637
649
|
filePath: "data/tokens/components/tab.json",
|
|
638
650
|
isSource: true,
|
|
639
651
|
original: {
|
|
640
652
|
$type: "borderWidth",
|
|
641
653
|
$value: "{global.borderwidth.S}",
|
|
642
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
643
654
|
},
|
|
644
655
|
name: "tabBorderwidthNavigationBottom",
|
|
645
656
|
attributes: {},
|
|
@@ -648,18 +659,29 @@
|
|
|
648
659
|
side: {
|
|
649
660
|
$type: "borderWidth",
|
|
650
661
|
$value: 2,
|
|
651
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
652
662
|
filePath: "data/tokens/components/tab.json",
|
|
653
663
|
isSource: true,
|
|
654
664
|
original: {
|
|
655
665
|
$type: "borderWidth",
|
|
656
666
|
$value: "{global.borderwidth.S}",
|
|
657
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
658
667
|
},
|
|
659
668
|
name: "tabBorderwidthNavigationSide",
|
|
660
669
|
attributes: {},
|
|
661
670
|
path: ["tab", "borderwidth", "navigation", "side"],
|
|
662
671
|
},
|
|
672
|
+
top: {
|
|
673
|
+
$type: "borderWidth",
|
|
674
|
+
$value: 2,
|
|
675
|
+
filePath: "data/tokens/components/tab.json",
|
|
676
|
+
isSource: true,
|
|
677
|
+
original: {
|
|
678
|
+
$type: "borderWidth",
|
|
679
|
+
$value: "{global.borderwidth.S}",
|
|
680
|
+
},
|
|
681
|
+
name: "tabBorderwidthNavigationTop",
|
|
682
|
+
attributes: {},
|
|
683
|
+
path: ["tab", "borderwidth", "navigation", "top"],
|
|
684
|
+
},
|
|
663
685
|
},
|
|
664
686
|
},
|
|
665
687
|
typography: {
|
|
@@ -302,6 +302,19 @@
|
|
|
302
302
|
attributes: {},
|
|
303
303
|
path: ["tab", "color", "bg-hover"],
|
|
304
304
|
},
|
|
305
|
+
"border-activealt": {
|
|
306
|
+
$type: "color",
|
|
307
|
+
$value: "#282828",
|
|
308
|
+
filePath: "data/tokens/components/tab.json",
|
|
309
|
+
isSource: true,
|
|
310
|
+
original: {
|
|
311
|
+
$type: "color",
|
|
312
|
+
$value: "{modes.color.generic.fg.delicate}",
|
|
313
|
+
},
|
|
314
|
+
name: "tabColorBorderActivealt",
|
|
315
|
+
attributes: {},
|
|
316
|
+
path: ["tab", "color", "border-activealt"],
|
|
317
|
+
},
|
|
305
318
|
"border-active": {
|
|
306
319
|
$type: "color",
|
|
307
320
|
$value: "#FFFFFF",
|
|
@@ -633,13 +646,11 @@
|
|
|
633
646
|
bottom: {
|
|
634
647
|
$type: "borderWidth",
|
|
635
648
|
$value: 2,
|
|
636
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
637
649
|
filePath: "data/tokens/components/tab.json",
|
|
638
650
|
isSource: true,
|
|
639
651
|
original: {
|
|
640
652
|
$type: "borderWidth",
|
|
641
653
|
$value: "{global.borderwidth.S}",
|
|
642
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
643
654
|
},
|
|
644
655
|
name: "tabBorderwidthNavigationBottom",
|
|
645
656
|
attributes: {},
|
|
@@ -648,18 +659,29 @@
|
|
|
648
659
|
side: {
|
|
649
660
|
$type: "borderWidth",
|
|
650
661
|
$value: 2,
|
|
651
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
652
662
|
filePath: "data/tokens/components/tab.json",
|
|
653
663
|
isSource: true,
|
|
654
664
|
original: {
|
|
655
665
|
$type: "borderWidth",
|
|
656
666
|
$value: "{global.borderwidth.S}",
|
|
657
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
658
667
|
},
|
|
659
668
|
name: "tabBorderwidthNavigationSide",
|
|
660
669
|
attributes: {},
|
|
661
670
|
path: ["tab", "borderwidth", "navigation", "side"],
|
|
662
671
|
},
|
|
672
|
+
top: {
|
|
673
|
+
$type: "borderWidth",
|
|
674
|
+
$value: 2,
|
|
675
|
+
filePath: "data/tokens/components/tab.json",
|
|
676
|
+
isSource: true,
|
|
677
|
+
original: {
|
|
678
|
+
$type: "borderWidth",
|
|
679
|
+
$value: "{global.borderwidth.S}",
|
|
680
|
+
},
|
|
681
|
+
name: "tabBorderwidthNavigationTop",
|
|
682
|
+
attributes: {},
|
|
683
|
+
path: ["tab", "borderwidth", "navigation", "top"],
|
|
684
|
+
},
|
|
663
685
|
},
|
|
664
686
|
},
|
|
665
687
|
typography: {
|
|
@@ -302,6 +302,19 @@
|
|
|
302
302
|
attributes: {},
|
|
303
303
|
path: ["tab", "color", "bg-hover"],
|
|
304
304
|
},
|
|
305
|
+
"border-activealt": {
|
|
306
|
+
$type: "color",
|
|
307
|
+
$value: "#d1d1d1",
|
|
308
|
+
filePath: "data/tokens/components/tab.json",
|
|
309
|
+
isSource: true,
|
|
310
|
+
original: {
|
|
311
|
+
$type: "color",
|
|
312
|
+
$value: "{modes.color.generic.fg.delicate}",
|
|
313
|
+
},
|
|
314
|
+
name: "tabColorBorderActivealt",
|
|
315
|
+
attributes: {},
|
|
316
|
+
path: ["tab", "color", "border-activealt"],
|
|
317
|
+
},
|
|
305
318
|
"border-active": {
|
|
306
319
|
$type: "color",
|
|
307
320
|
$value: "#000000",
|
|
@@ -633,13 +646,11 @@
|
|
|
633
646
|
bottom: {
|
|
634
647
|
$type: "borderWidth",
|
|
635
648
|
$value: 2,
|
|
636
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
637
649
|
filePath: "data/tokens/components/tab.json",
|
|
638
650
|
isSource: true,
|
|
639
651
|
original: {
|
|
640
652
|
$type: "borderWidth",
|
|
641
653
|
$value: "{global.borderwidth.S}",
|
|
642
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
643
654
|
},
|
|
644
655
|
name: "tabBorderwidthNavigationBottom",
|
|
645
656
|
attributes: {},
|
|
@@ -648,18 +659,29 @@
|
|
|
648
659
|
side: {
|
|
649
660
|
$type: "borderWidth",
|
|
650
661
|
$value: 2,
|
|
651
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
652
662
|
filePath: "data/tokens/components/tab.json",
|
|
653
663
|
isSource: true,
|
|
654
664
|
original: {
|
|
655
665
|
$type: "borderWidth",
|
|
656
666
|
$value: "{global.borderwidth.S}",
|
|
657
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
658
667
|
},
|
|
659
668
|
name: "tabBorderwidthNavigationSide",
|
|
660
669
|
attributes: {},
|
|
661
670
|
path: ["tab", "borderwidth", "navigation", "side"],
|
|
662
671
|
},
|
|
672
|
+
top: {
|
|
673
|
+
$type: "borderWidth",
|
|
674
|
+
$value: 2,
|
|
675
|
+
filePath: "data/tokens/components/tab.json",
|
|
676
|
+
isSource: true,
|
|
677
|
+
original: {
|
|
678
|
+
$type: "borderWidth",
|
|
679
|
+
$value: "{global.borderwidth.S}",
|
|
680
|
+
},
|
|
681
|
+
name: "tabBorderwidthNavigationTop",
|
|
682
|
+
attributes: {},
|
|
683
|
+
path: ["tab", "borderwidth", "navigation", "top"],
|
|
684
|
+
},
|
|
663
685
|
},
|
|
664
686
|
},
|
|
665
687
|
typography: {
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"tabColorBgActive": "#000000",
|
|
18
18
|
"tabColorBgEnabled": "#fff0",
|
|
19
19
|
"tabColorBgHover": "#ffffff14",
|
|
20
|
+
"tabColorBorderActivealt": "#282828",
|
|
20
21
|
"tabColorBorderActive": "#FFFFFF",
|
|
21
22
|
"tabColorBorderEnabled": "#282828",
|
|
22
23
|
"tabColorBorderHover": "#777",
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
"tabRadiusNone": "0",
|
|
43
44
|
"tabBorderwidthNavigationBottom": 2,
|
|
44
45
|
"tabBorderwidthNavigationSide": 2,
|
|
46
|
+
"tabBorderwidthNavigationTop": 2,
|
|
45
47
|
"tabTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
|
|
46
48
|
"tabTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
|
|
47
49
|
"tabTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"19px","paragraphSpacing":"0"},
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"tabColorBgActive": "#FFFFFF",
|
|
18
18
|
"tabColorBgEnabled": "#fff0",
|
|
19
19
|
"tabColorBgHover": "#00000014",
|
|
20
|
+
"tabColorBorderActivealt": "#d1d1d1",
|
|
20
21
|
"tabColorBorderActive": "#000000",
|
|
21
22
|
"tabColorBorderEnabled": "#d1d1d1",
|
|
22
23
|
"tabColorBorderHover": "#777",
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
"tabRadiusNone": "0",
|
|
43
44
|
"tabBorderwidthNavigationBottom": 2,
|
|
44
45
|
"tabBorderwidthNavigationSide": 2,
|
|
46
|
+
"tabBorderwidthNavigationTop": 2,
|
|
45
47
|
"tabTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
|
|
46
48
|
"tabTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
|
|
47
49
|
"tabTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"19px","paragraphSpacing":"0"},
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"tabColorBgActive": "#000000",
|
|
18
18
|
"tabColorBgEnabled": "#fff0",
|
|
19
19
|
"tabColorBgHover": "#ffffff14",
|
|
20
|
+
"tabColorBorderActivealt": "#282828",
|
|
20
21
|
"tabColorBorderActive": "#FFFFFF",
|
|
21
22
|
"tabColorBorderEnabled": "#282828",
|
|
22
23
|
"tabColorBorderHover": "#777",
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
"tabRadiusNone": "0",
|
|
43
44
|
"tabBorderwidthNavigationBottom": 2,
|
|
44
45
|
"tabBorderwidthNavigationSide": 2,
|
|
46
|
+
"tabBorderwidthNavigationTop": 2,
|
|
45
47
|
"tabTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"15px","paragraphSpacing":"0"},
|
|
46
48
|
"tabTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
|
|
47
49
|
"tabTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"17px","paragraphSpacing":"0"},
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"tabColorBgActive": "#FFFFFF",
|
|
18
18
|
"tabColorBgEnabled": "#fff0",
|
|
19
19
|
"tabColorBgHover": "#00000014",
|
|
20
|
+
"tabColorBorderActivealt": "#d1d1d1",
|
|
20
21
|
"tabColorBorderActive": "#000000",
|
|
21
22
|
"tabColorBorderEnabled": "#d1d1d1",
|
|
22
23
|
"tabColorBorderHover": "#777",
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
"tabRadiusNone": "0",
|
|
43
44
|
"tabBorderwidthNavigationBottom": 2,
|
|
44
45
|
"tabBorderwidthNavigationSide": 2,
|
|
46
|
+
"tabBorderwidthNavigationTop": 2,
|
|
45
47
|
"tabTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"15px","paragraphSpacing":"0"},
|
|
46
48
|
"tabTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
|
|
47
49
|
"tabTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"17px","paragraphSpacing":"0"},
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"tabColorBgActive": "#000000",
|
|
18
18
|
"tabColorBgEnabled": "#fff0",
|
|
19
19
|
"tabColorBgHover": "#ffffff14",
|
|
20
|
+
"tabColorBorderActivealt": "#282828",
|
|
20
21
|
"tabColorBorderActive": "#FFFFFF",
|
|
21
22
|
"tabColorBorderEnabled": "#282828",
|
|
22
23
|
"tabColorBorderHover": "#777",
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
"tabRadiusNone": "0",
|
|
43
44
|
"tabBorderwidthNavigationBottom": 2,
|
|
44
45
|
"tabBorderwidthNavigationSide": 2,
|
|
46
|
+
"tabBorderwidthNavigationTop": 2,
|
|
45
47
|
"tabTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
|
|
46
48
|
"tabTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
|
|
47
49
|
"tabTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"19px","paragraphSpacing":"0"},
|