@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
|
@@ -1815,6 +1815,7 @@
|
|
|
1815
1815
|
--tab-space-y-m: var(--global-space-micro-l); /* Top bottom padding in Tab. */
|
|
1816
1816
|
--tab-space-y-l: var(--global-space-micro-xxl); /* Top bottom padding in Tab. */
|
|
1817
1817
|
--tab-color-bg-active: light-dark(var(--modes-color-interactive-monochrome-generic-with-active-light), var(--modes-color-interactive-monochrome-generic-with-active-dark));
|
|
1818
|
+
--tab-color-border-activealt: light-dark(var(--modes-color-generic-fg-delicate-light), var(--modes-color-generic-fg-delicate-dark));
|
|
1818
1819
|
--tab-color-border-enabled: light-dark(var(--modes-color-generic-fg-delicate-light), var(--modes-color-generic-fg-delicate-dark));
|
|
1819
1820
|
--tab-color-border-hover: light-dark(var(--modes-color-generic-fg-moderate-light), var(--modes-color-generic-fg-moderate-dark));
|
|
1820
1821
|
--tab-color-icon-enabled: light-dark(var(--modes-color-interactive-monochrome-generic-default-alt-light), var(--modes-color-interactive-monochrome-generic-default-alt-dark));
|
|
@@ -1827,8 +1828,9 @@
|
|
|
1827
1828
|
--tab-radius-baseline-l: var(--global-radius-interactive-xxs);
|
|
1828
1829
|
--tab-radius-indicator-m: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
1829
1830
|
--tab-radius-indicator-l: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
1830
|
-
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
1831
|
-
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
1831
|
+
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
1832
|
+
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
1833
|
+
--tab-borderwidth-navigation-top: var(--global-borderwidth-s);
|
|
1832
1834
|
|
|
1833
1835
|
/* table component tokens */
|
|
1834
1836
|
--table-color-header-subtle-bg-default: light-dark(var(--modes-color-none-light), var(--modes-color-none-dark));
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
--tab-space-y-m: var(--global-space-micro-l); /* Top bottom padding in Tab. */
|
|
39
39
|
--tab-space-y-l: var(--global-space-micro-xxl); /* Top bottom padding in Tab. */
|
|
40
40
|
--tab-color-bg-active: var(--modes-color-interactive-monochrome-generic-with-active);
|
|
41
|
+
--tab-color-border-activealt: var(--modes-color-generic-fg-delicate);
|
|
41
42
|
--tab-color-border-enabled: var(--modes-color-generic-fg-delicate);
|
|
42
43
|
--tab-color-border-hover: var(--modes-color-generic-fg-moderate);
|
|
43
44
|
--tab-color-icon-enabled: var(--modes-color-interactive-monochrome-generic-default-alt);
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
--tab-radius-baseline-l: var(--global-radius-interactive-xxs);
|
|
51
52
|
--tab-radius-indicator-m: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
52
53
|
--tab-radius-indicator-l: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
53
|
-
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
54
|
-
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
54
|
+
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
55
|
+
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
56
|
+
--tab-borderwidth-navigation-top: var(--global-borderwidth-s);
|
|
55
57
|
}
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
--tab-space-y-m: var(--global-space-micro-l); /* Top bottom padding in Tab. */
|
|
39
39
|
--tab-space-y-l: var(--global-space-micro-xxl); /* Top bottom padding in Tab. */
|
|
40
40
|
--tab-color-bg-active: var(--modes-color-interactive-monochrome-generic-with-active);
|
|
41
|
+
--tab-color-border-activealt: var(--modes-color-generic-fg-delicate);
|
|
41
42
|
--tab-color-border-enabled: var(--modes-color-generic-fg-delicate);
|
|
42
43
|
--tab-color-border-hover: var(--modes-color-generic-fg-moderate);
|
|
43
44
|
--tab-color-icon-enabled: var(--modes-color-interactive-monochrome-generic-default-alt);
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
--tab-radius-baseline-l: var(--global-radius-interactive-xxs);
|
|
51
52
|
--tab-radius-indicator-m: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
52
53
|
--tab-radius-indicator-l: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
53
|
-
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
54
|
-
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
54
|
+
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
55
|
+
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
56
|
+
--tab-borderwidth-navigation-top: var(--global-borderwidth-s);
|
|
55
57
|
}
|
package/css/marketing/all.css
CHANGED
|
@@ -1815,6 +1815,7 @@
|
|
|
1815
1815
|
--tab-space-y-m: var(--global-space-micro-l); /* Top bottom padding in Tab. */
|
|
1816
1816
|
--tab-space-y-l: var(--global-space-micro-xxl); /* Top bottom padding in Tab. */
|
|
1817
1817
|
--tab-color-bg-active: light-dark(var(--modes-color-interactive-monochrome-generic-with-active-light), var(--modes-color-interactive-monochrome-generic-with-active-dark));
|
|
1818
|
+
--tab-color-border-activealt: light-dark(var(--modes-color-generic-fg-delicate-light), var(--modes-color-generic-fg-delicate-dark));
|
|
1818
1819
|
--tab-color-border-enabled: light-dark(var(--modes-color-generic-fg-delicate-light), var(--modes-color-generic-fg-delicate-dark));
|
|
1819
1820
|
--tab-color-border-hover: light-dark(var(--modes-color-generic-fg-moderate-light), var(--modes-color-generic-fg-moderate-dark));
|
|
1820
1821
|
--tab-color-icon-enabled: light-dark(var(--modes-color-interactive-monochrome-generic-default-alt-light), var(--modes-color-interactive-monochrome-generic-default-alt-dark));
|
|
@@ -1827,8 +1828,9 @@
|
|
|
1827
1828
|
--tab-radius-baseline-l: var(--global-radius-interactive-xxs);
|
|
1828
1829
|
--tab-radius-indicator-m: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
1829
1830
|
--tab-radius-indicator-l: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
1830
|
-
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
1831
|
-
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
1831
|
+
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
1832
|
+
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
1833
|
+
--tab-borderwidth-navigation-top: var(--global-borderwidth-s);
|
|
1832
1834
|
|
|
1833
1835
|
/* table component tokens */
|
|
1834
1836
|
--table-color-header-subtle-bg-default: light-dark(var(--modes-color-none-light), var(--modes-color-none-dark));
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
--tab-space-y-m: var(--global-space-micro-l); /* Top bottom padding in Tab. */
|
|
39
39
|
--tab-space-y-l: var(--global-space-micro-xxl); /* Top bottom padding in Tab. */
|
|
40
40
|
--tab-color-bg-active: var(--modes-color-interactive-monochrome-generic-with-active);
|
|
41
|
+
--tab-color-border-activealt: var(--modes-color-generic-fg-delicate);
|
|
41
42
|
--tab-color-border-enabled: var(--modes-color-generic-fg-delicate);
|
|
42
43
|
--tab-color-border-hover: var(--modes-color-generic-fg-moderate);
|
|
43
44
|
--tab-color-icon-enabled: var(--modes-color-interactive-monochrome-generic-default-alt);
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
--tab-radius-baseline-l: var(--global-radius-interactive-xxs);
|
|
51
52
|
--tab-radius-indicator-m: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
52
53
|
--tab-radius-indicator-l: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
53
|
-
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
54
|
-
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
54
|
+
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
55
|
+
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
56
|
+
--tab-borderwidth-navigation-top: var(--global-borderwidth-s);
|
|
55
57
|
}
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
--tab-space-y-m: var(--global-space-micro-l); /* Top bottom padding in Tab. */
|
|
39
39
|
--tab-space-y-l: var(--global-space-micro-xxl); /* Top bottom padding in Tab. */
|
|
40
40
|
--tab-color-bg-active: var(--modes-color-interactive-monochrome-generic-with-active);
|
|
41
|
+
--tab-color-border-activealt: var(--modes-color-generic-fg-delicate);
|
|
41
42
|
--tab-color-border-enabled: var(--modes-color-generic-fg-delicate);
|
|
42
43
|
--tab-color-border-hover: var(--modes-color-generic-fg-moderate);
|
|
43
44
|
--tab-color-icon-enabled: var(--modes-color-interactive-monochrome-generic-default-alt);
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
--tab-radius-baseline-l: var(--global-radius-interactive-xxs);
|
|
51
52
|
--tab-radius-indicator-m: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
52
53
|
--tab-radius-indicator-l: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
53
|
-
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
54
|
-
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
54
|
+
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
55
|
+
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
56
|
+
--tab-borderwidth-navigation-top: var(--global-borderwidth-s);
|
|
55
57
|
}
|
package/css/product/all.css
CHANGED
|
@@ -1815,6 +1815,7 @@
|
|
|
1815
1815
|
--tab-space-y-m: var(--global-space-micro-l); /* Top bottom padding in Tab. */
|
|
1816
1816
|
--tab-space-y-l: var(--global-space-micro-xxl); /* Top bottom padding in Tab. */
|
|
1817
1817
|
--tab-color-bg-active: light-dark(var(--modes-color-interactive-monochrome-generic-with-active-light), var(--modes-color-interactive-monochrome-generic-with-active-dark));
|
|
1818
|
+
--tab-color-border-activealt: light-dark(var(--modes-color-generic-fg-delicate-light), var(--modes-color-generic-fg-delicate-dark));
|
|
1818
1819
|
--tab-color-border-enabled: light-dark(var(--modes-color-generic-fg-delicate-light), var(--modes-color-generic-fg-delicate-dark));
|
|
1819
1820
|
--tab-color-border-hover: light-dark(var(--modes-color-generic-fg-moderate-light), var(--modes-color-generic-fg-moderate-dark));
|
|
1820
1821
|
--tab-color-icon-enabled: light-dark(var(--modes-color-interactive-monochrome-generic-default-alt-light), var(--modes-color-interactive-monochrome-generic-default-alt-dark));
|
|
@@ -1827,8 +1828,9 @@
|
|
|
1827
1828
|
--tab-radius-baseline-l: var(--global-radius-interactive-xxs);
|
|
1828
1829
|
--tab-radius-indicator-m: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
1829
1830
|
--tab-radius-indicator-l: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
1830
|
-
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
1831
|
-
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
1831
|
+
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
1832
|
+
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
1833
|
+
--tab-borderwidth-navigation-top: var(--global-borderwidth-s);
|
|
1832
1834
|
|
|
1833
1835
|
/* table component tokens */
|
|
1834
1836
|
--table-color-header-subtle-bg-default: light-dark(var(--modes-color-none-light), var(--modes-color-none-dark));
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
--tab-space-y-m: var(--global-space-micro-l); /* Top bottom padding in Tab. */
|
|
39
39
|
--tab-space-y-l: var(--global-space-micro-xxl); /* Top bottom padding in Tab. */
|
|
40
40
|
--tab-color-bg-active: var(--modes-color-interactive-monochrome-generic-with-active);
|
|
41
|
+
--tab-color-border-activealt: var(--modes-color-generic-fg-delicate);
|
|
41
42
|
--tab-color-border-enabled: var(--modes-color-generic-fg-delicate);
|
|
42
43
|
--tab-color-border-hover: var(--modes-color-generic-fg-moderate);
|
|
43
44
|
--tab-color-icon-enabled: var(--modes-color-interactive-monochrome-generic-default-alt);
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
--tab-radius-baseline-l: var(--global-radius-interactive-xxs);
|
|
51
52
|
--tab-radius-indicator-m: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
52
53
|
--tab-radius-indicator-l: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
53
|
-
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
54
|
-
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
54
|
+
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
55
|
+
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
56
|
+
--tab-borderwidth-navigation-top: var(--global-borderwidth-s);
|
|
55
57
|
}
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
--tab-space-y-m: var(--global-space-micro-l); /* Top bottom padding in Tab. */
|
|
39
39
|
--tab-space-y-l: var(--global-space-micro-xxl); /* Top bottom padding in Tab. */
|
|
40
40
|
--tab-color-bg-active: var(--modes-color-interactive-monochrome-generic-with-active);
|
|
41
|
+
--tab-color-border-activealt: var(--modes-color-generic-fg-delicate);
|
|
41
42
|
--tab-color-border-enabled: var(--modes-color-generic-fg-delicate);
|
|
42
43
|
--tab-color-border-hover: var(--modes-color-generic-fg-moderate);
|
|
43
44
|
--tab-color-icon-enabled: var(--modes-color-interactive-monochrome-generic-default-alt);
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
--tab-radius-baseline-l: var(--global-radius-interactive-xxs);
|
|
51
52
|
--tab-radius-indicator-m: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
52
53
|
--tab-radius-indicator-l: var(--global-radius-interactive-xs); /* Indicator for hover and active. */
|
|
53
|
-
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
54
|
-
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
54
|
+
--tab-borderwidth-navigation-bottom: var(--global-borderwidth-s);
|
|
55
|
+
--tab-borderwidth-navigation-side: var(--global-borderwidth-s);
|
|
56
|
+
--tab-borderwidth-navigation-top: var(--global-borderwidth-s);
|
|
55
57
|
}
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
#define tabColorBgActive #000000
|
|
28
28
|
#define tabColorBgEnabled #fff0
|
|
29
29
|
#define tabColorBgHover #ffffff14
|
|
30
|
+
#define tabColorBorderActivealt #282828
|
|
30
31
|
#define tabColorBorderActive #FFFFFF
|
|
31
32
|
#define tabColorBorderEnabled #282828
|
|
32
33
|
#define tabColorBorderHover #777
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
#define tabRadiusNone 0
|
|
53
54
|
#define tabBorderwidthNavigationBottom 2
|
|
54
55
|
#define tabBorderwidthNavigationSide 2
|
|
56
|
+
#define tabBorderwidthNavigationTop 2
|
|
55
57
|
#define tabTypographyAdaptiveLabelS [object Object]
|
|
56
58
|
#define tabTypographyAdaptiveLabelM [object Object]
|
|
57
59
|
#define tabTypographyAdaptiveLabelL [object Object]
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
#define tabColorBgActive #FFFFFF
|
|
28
28
|
#define tabColorBgEnabled #fff0
|
|
29
29
|
#define tabColorBgHover #00000014
|
|
30
|
+
#define tabColorBorderActivealt #d1d1d1
|
|
30
31
|
#define tabColorBorderActive #000000
|
|
31
32
|
#define tabColorBorderEnabled #d1d1d1
|
|
32
33
|
#define tabColorBorderHover #777
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
#define tabRadiusNone 0
|
|
53
54
|
#define tabBorderwidthNavigationBottom 2
|
|
54
55
|
#define tabBorderwidthNavigationSide 2
|
|
56
|
+
#define tabBorderwidthNavigationTop 2
|
|
55
57
|
#define tabTypographyAdaptiveLabelS [object Object]
|
|
56
58
|
#define tabTypographyAdaptiveLabelM [object Object]
|
|
57
59
|
#define tabTypographyAdaptiveLabelL [object Object]
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
#define tabColorBgActive #000000
|
|
28
28
|
#define tabColorBgEnabled #fff0
|
|
29
29
|
#define tabColorBgHover #ffffff14
|
|
30
|
+
#define tabColorBorderActivealt #282828
|
|
30
31
|
#define tabColorBorderActive #FFFFFF
|
|
31
32
|
#define tabColorBorderEnabled #282828
|
|
32
33
|
#define tabColorBorderHover #777
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
#define tabRadiusNone 0
|
|
53
54
|
#define tabBorderwidthNavigationBottom 2
|
|
54
55
|
#define tabBorderwidthNavigationSide 2
|
|
56
|
+
#define tabBorderwidthNavigationTop 2
|
|
55
57
|
#define tabTypographyAdaptiveLabelS [object Object]
|
|
56
58
|
#define tabTypographyAdaptiveLabelM [object Object]
|
|
57
59
|
#define tabTypographyAdaptiveLabelL [object Object]
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
#define tabColorBgActive #FFFFFF
|
|
28
28
|
#define tabColorBgEnabled #fff0
|
|
29
29
|
#define tabColorBgHover #00000014
|
|
30
|
+
#define tabColorBorderActivealt #d1d1d1
|
|
30
31
|
#define tabColorBorderActive #000000
|
|
31
32
|
#define tabColorBorderEnabled #d1d1d1
|
|
32
33
|
#define tabColorBorderHover #777
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
#define tabRadiusNone 0
|
|
53
54
|
#define tabBorderwidthNavigationBottom 2
|
|
54
55
|
#define tabBorderwidthNavigationSide 2
|
|
56
|
+
#define tabBorderwidthNavigationTop 2
|
|
55
57
|
#define tabTypographyAdaptiveLabelS [object Object]
|
|
56
58
|
#define tabTypographyAdaptiveLabelM [object Object]
|
|
57
59
|
#define tabTypographyAdaptiveLabelL [object Object]
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
#define tabColorBgActive #000000
|
|
28
28
|
#define tabColorBgEnabled #fff0
|
|
29
29
|
#define tabColorBgHover #ffffff14
|
|
30
|
+
#define tabColorBorderActivealt #282828
|
|
30
31
|
#define tabColorBorderActive #FFFFFF
|
|
31
32
|
#define tabColorBorderEnabled #282828
|
|
32
33
|
#define tabColorBorderHover #777
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
#define tabRadiusNone 0
|
|
53
54
|
#define tabBorderwidthNavigationBottom 2
|
|
54
55
|
#define tabBorderwidthNavigationSide 2
|
|
56
|
+
#define tabBorderwidthNavigationTop 2
|
|
55
57
|
#define tabTypographyAdaptiveLabelS [object Object]
|
|
56
58
|
#define tabTypographyAdaptiveLabelM [object Object]
|
|
57
59
|
#define tabTypographyAdaptiveLabelL [object Object]
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
#define tabColorBgActive #FFFFFF
|
|
28
28
|
#define tabColorBgEnabled #fff0
|
|
29
29
|
#define tabColorBgHover #00000014
|
|
30
|
+
#define tabColorBorderActivealt #d1d1d1
|
|
30
31
|
#define tabColorBorderActive #000000
|
|
31
32
|
#define tabColorBorderEnabled #d1d1d1
|
|
32
33
|
#define tabColorBorderHover #777
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
#define tabRadiusNone 0
|
|
53
54
|
#define tabBorderwidthNavigationBottom 2
|
|
54
55
|
#define tabBorderwidthNavigationSide 2
|
|
56
|
+
#define tabBorderwidthNavigationTop 2
|
|
55
57
|
#define tabTypographyAdaptiveLabelS [object Object]
|
|
56
58
|
#define tabTypographyAdaptiveLabelM [object Object]
|
|
57
59
|
#define tabTypographyAdaptiveLabelL [object Object]
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
#define tabColorBgActive #000000
|
|
28
28
|
#define tabColorBgEnabled #fff0
|
|
29
29
|
#define tabColorBgHover #ffffff14
|
|
30
|
+
#define tabColorBorderActivealt #282828
|
|
30
31
|
#define tabColorBorderActive #FFFFFF
|
|
31
32
|
#define tabColorBorderEnabled #282828
|
|
32
33
|
#define tabColorBorderHover #777
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
#define tabRadiusNone 0
|
|
53
54
|
#define tabBorderwidthNavigationBottom 2
|
|
54
55
|
#define tabBorderwidthNavigationSide 2
|
|
56
|
+
#define tabBorderwidthNavigationTop 2
|
|
55
57
|
#define tabTypographyAdaptiveLabelS [object Object]
|
|
56
58
|
#define tabTypographyAdaptiveLabelM [object Object]
|
|
57
59
|
#define tabTypographyAdaptiveLabelL [object Object]
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
#define tabColorBgActive #FFFFFF
|
|
28
28
|
#define tabColorBgEnabled #fff0
|
|
29
29
|
#define tabColorBgHover #00000014
|
|
30
|
+
#define tabColorBorderActivealt #d1d1d1
|
|
30
31
|
#define tabColorBorderActive #000000
|
|
31
32
|
#define tabColorBorderEnabled #d1d1d1
|
|
32
33
|
#define tabColorBorderHover #777
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
#define tabRadiusNone 0
|
|
53
54
|
#define tabBorderwidthNavigationBottom 2
|
|
54
55
|
#define tabBorderwidthNavigationSide 2
|
|
56
|
+
#define tabBorderwidthNavigationTop 2
|
|
55
57
|
#define tabTypographyAdaptiveLabelS [object Object]
|
|
56
58
|
#define tabTypographyAdaptiveLabelM [object Object]
|
|
57
59
|
#define tabTypographyAdaptiveLabelL [object Object]
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
#define tabColorBgActive #000000
|
|
28
28
|
#define tabColorBgEnabled #fff0
|
|
29
29
|
#define tabColorBgHover #ffffff14
|
|
30
|
+
#define tabColorBorderActivealt #282828
|
|
30
31
|
#define tabColorBorderActive #FFFFFF
|
|
31
32
|
#define tabColorBorderEnabled #282828
|
|
32
33
|
#define tabColorBorderHover #777
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
#define tabRadiusNone 0
|
|
53
54
|
#define tabBorderwidthNavigationBottom 2
|
|
54
55
|
#define tabBorderwidthNavigationSide 2
|
|
56
|
+
#define tabBorderwidthNavigationTop 2
|
|
55
57
|
#define tabTypographyAdaptiveLabelS [object Object]
|
|
56
58
|
#define tabTypographyAdaptiveLabelM [object Object]
|
|
57
59
|
#define tabTypographyAdaptiveLabelL [object Object]
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
#define tabColorBgActive #FFFFFF
|
|
28
28
|
#define tabColorBgEnabled #fff0
|
|
29
29
|
#define tabColorBgHover #00000014
|
|
30
|
+
#define tabColorBorderActivealt #d1d1d1
|
|
30
31
|
#define tabColorBorderActive #000000
|
|
31
32
|
#define tabColorBorderEnabled #d1d1d1
|
|
32
33
|
#define tabColorBorderHover #777
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
#define tabRadiusNone 0
|
|
53
54
|
#define tabBorderwidthNavigationBottom 2
|
|
54
55
|
#define tabBorderwidthNavigationSide 2
|
|
56
|
+
#define tabBorderwidthNavigationTop 2
|
|
55
57
|
#define tabTypographyAdaptiveLabelS [object Object]
|
|
56
58
|
#define tabTypographyAdaptiveLabelM [object Object]
|
|
57
59
|
#define tabTypographyAdaptiveLabelL [object Object]
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
#define tabColorBgActive #000000
|
|
28
28
|
#define tabColorBgEnabled #fff0
|
|
29
29
|
#define tabColorBgHover #ffffff14
|
|
30
|
+
#define tabColorBorderActivealt #282828
|
|
30
31
|
#define tabColorBorderActive #FFFFFF
|
|
31
32
|
#define tabColorBorderEnabled #282828
|
|
32
33
|
#define tabColorBorderHover #777
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
#define tabRadiusNone 0
|
|
53
54
|
#define tabBorderwidthNavigationBottom 2
|
|
54
55
|
#define tabBorderwidthNavigationSide 2
|
|
56
|
+
#define tabBorderwidthNavigationTop 2
|
|
55
57
|
#define tabTypographyAdaptiveLabelS [object Object]
|
|
56
58
|
#define tabTypographyAdaptiveLabelM [object Object]
|
|
57
59
|
#define tabTypographyAdaptiveLabelL [object Object]
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
#define tabColorBgActive #FFFFFF
|
|
28
28
|
#define tabColorBgEnabled #fff0
|
|
29
29
|
#define tabColorBgHover #00000014
|
|
30
|
+
#define tabColorBorderActivealt #d1d1d1
|
|
30
31
|
#define tabColorBorderActive #000000
|
|
31
32
|
#define tabColorBorderEnabled #d1d1d1
|
|
32
33
|
#define tabColorBorderHover #777
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
#define tabRadiusNone 0
|
|
53
54
|
#define tabBorderwidthNavigationBottom 2
|
|
54
55
|
#define tabBorderwidthNavigationSide 2
|
|
56
|
+
#define tabBorderwidthNavigationTop 2
|
|
55
57
|
#define tabTypographyAdaptiveLabelS [object Object]
|
|
56
58
|
#define tabTypographyAdaptiveLabelM [object Object]
|
|
57
59
|
#define tabTypographyAdaptiveLabelL [object Object]
|
|
@@ -57,6 +57,7 @@ declare const tokens: {
|
|
|
57
57
|
"bg-active": DesignToken;
|
|
58
58
|
"bg-enabled": DesignToken;
|
|
59
59
|
"bg-hover": DesignToken;
|
|
60
|
+
"border-activealt": DesignToken;
|
|
60
61
|
"border-active": DesignToken;
|
|
61
62
|
"border-enabled": DesignToken;
|
|
62
63
|
"border-hover": DesignToken;
|
|
@@ -95,6 +96,7 @@ declare const tokens: {
|
|
|
95
96
|
navigation: {
|
|
96
97
|
bottom: DesignToken;
|
|
97
98
|
side: DesignToken;
|
|
99
|
+
top: DesignToken;
|
|
98
100
|
};
|
|
99
101
|
};
|
|
100
102
|
typography: {
|
|
@@ -291,6 +291,19 @@ module.exports = {
|
|
|
291
291
|
attributes: {},
|
|
292
292
|
path: ["tab", "color", "bg-hover"],
|
|
293
293
|
},
|
|
294
|
+
"border-activealt": {
|
|
295
|
+
$type: "color",
|
|
296
|
+
$value: "#282828",
|
|
297
|
+
filePath: "data/tokens/components/tab.json",
|
|
298
|
+
isSource: true,
|
|
299
|
+
original: {
|
|
300
|
+
$type: "color",
|
|
301
|
+
$value: "{modes.color.generic.fg.delicate}",
|
|
302
|
+
},
|
|
303
|
+
name: "tabColorBorderActivealt",
|
|
304
|
+
attributes: {},
|
|
305
|
+
path: ["tab", "color", "border-activealt"],
|
|
306
|
+
},
|
|
294
307
|
"border-active": {
|
|
295
308
|
$type: "color",
|
|
296
309
|
$value: "#FFFFFF",
|
|
@@ -622,13 +635,11 @@ module.exports = {
|
|
|
622
635
|
bottom: {
|
|
623
636
|
$type: "borderWidth",
|
|
624
637
|
$value: 2,
|
|
625
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
626
638
|
filePath: "data/tokens/components/tab.json",
|
|
627
639
|
isSource: true,
|
|
628
640
|
original: {
|
|
629
641
|
$type: "borderWidth",
|
|
630
642
|
$value: "{global.borderwidth.S}",
|
|
631
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
632
643
|
},
|
|
633
644
|
name: "tabBorderwidthNavigationBottom",
|
|
634
645
|
attributes: {},
|
|
@@ -637,18 +648,29 @@ module.exports = {
|
|
|
637
648
|
side: {
|
|
638
649
|
$type: "borderWidth",
|
|
639
650
|
$value: 2,
|
|
640
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
641
651
|
filePath: "data/tokens/components/tab.json",
|
|
642
652
|
isSource: true,
|
|
643
653
|
original: {
|
|
644
654
|
$type: "borderWidth",
|
|
645
655
|
$value: "{global.borderwidth.S}",
|
|
646
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
647
656
|
},
|
|
648
657
|
name: "tabBorderwidthNavigationSide",
|
|
649
658
|
attributes: {},
|
|
650
659
|
path: ["tab", "borderwidth", "navigation", "side"],
|
|
651
660
|
},
|
|
661
|
+
top: {
|
|
662
|
+
$type: "borderWidth",
|
|
663
|
+
$value: 2,
|
|
664
|
+
filePath: "data/tokens/components/tab.json",
|
|
665
|
+
isSource: true,
|
|
666
|
+
original: {
|
|
667
|
+
$type: "borderWidth",
|
|
668
|
+
$value: "{global.borderwidth.S}",
|
|
669
|
+
},
|
|
670
|
+
name: "tabBorderwidthNavigationTop",
|
|
671
|
+
attributes: {},
|
|
672
|
+
path: ["tab", "borderwidth", "navigation", "top"],
|
|
673
|
+
},
|
|
652
674
|
},
|
|
653
675
|
},
|
|
654
676
|
typography: {
|
|
@@ -57,6 +57,7 @@ declare const tokens: {
|
|
|
57
57
|
"bg-active": DesignToken;
|
|
58
58
|
"bg-enabled": DesignToken;
|
|
59
59
|
"bg-hover": DesignToken;
|
|
60
|
+
"border-activealt": DesignToken;
|
|
60
61
|
"border-active": DesignToken;
|
|
61
62
|
"border-enabled": DesignToken;
|
|
62
63
|
"border-hover": DesignToken;
|
|
@@ -95,6 +96,7 @@ declare const tokens: {
|
|
|
95
96
|
navigation: {
|
|
96
97
|
bottom: DesignToken;
|
|
97
98
|
side: DesignToken;
|
|
99
|
+
top: DesignToken;
|
|
98
100
|
};
|
|
99
101
|
};
|
|
100
102
|
typography: {
|
|
@@ -291,6 +291,19 @@ module.exports = {
|
|
|
291
291
|
attributes: {},
|
|
292
292
|
path: ["tab", "color", "bg-hover"],
|
|
293
293
|
},
|
|
294
|
+
"border-activealt": {
|
|
295
|
+
$type: "color",
|
|
296
|
+
$value: "#d1d1d1",
|
|
297
|
+
filePath: "data/tokens/components/tab.json",
|
|
298
|
+
isSource: true,
|
|
299
|
+
original: {
|
|
300
|
+
$type: "color",
|
|
301
|
+
$value: "{modes.color.generic.fg.delicate}",
|
|
302
|
+
},
|
|
303
|
+
name: "tabColorBorderActivealt",
|
|
304
|
+
attributes: {},
|
|
305
|
+
path: ["tab", "color", "border-activealt"],
|
|
306
|
+
},
|
|
294
307
|
"border-active": {
|
|
295
308
|
$type: "color",
|
|
296
309
|
$value: "#000000",
|
|
@@ -622,13 +635,11 @@ module.exports = {
|
|
|
622
635
|
bottom: {
|
|
623
636
|
$type: "borderWidth",
|
|
624
637
|
$value: 2,
|
|
625
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
626
638
|
filePath: "data/tokens/components/tab.json",
|
|
627
639
|
isSource: true,
|
|
628
640
|
original: {
|
|
629
641
|
$type: "borderWidth",
|
|
630
642
|
$value: "{global.borderwidth.S}",
|
|
631
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
632
643
|
},
|
|
633
644
|
name: "tabBorderwidthNavigationBottom",
|
|
634
645
|
attributes: {},
|
|
@@ -637,18 +648,29 @@ module.exports = {
|
|
|
637
648
|
side: {
|
|
638
649
|
$type: "borderWidth",
|
|
639
650
|
$value: 2,
|
|
640
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
641
651
|
filePath: "data/tokens/components/tab.json",
|
|
642
652
|
isSource: true,
|
|
643
653
|
original: {
|
|
644
654
|
$type: "borderWidth",
|
|
645
655
|
$value: "{global.borderwidth.S}",
|
|
646
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
647
656
|
},
|
|
648
657
|
name: "tabBorderwidthNavigationSide",
|
|
649
658
|
attributes: {},
|
|
650
659
|
path: ["tab", "borderwidth", "navigation", "side"],
|
|
651
660
|
},
|
|
661
|
+
top: {
|
|
662
|
+
$type: "borderWidth",
|
|
663
|
+
$value: 2,
|
|
664
|
+
filePath: "data/tokens/components/tab.json",
|
|
665
|
+
isSource: true,
|
|
666
|
+
original: {
|
|
667
|
+
$type: "borderWidth",
|
|
668
|
+
$value: "{global.borderwidth.S}",
|
|
669
|
+
},
|
|
670
|
+
name: "tabBorderwidthNavigationTop",
|
|
671
|
+
attributes: {},
|
|
672
|
+
path: ["tab", "borderwidth", "navigation", "top"],
|
|
673
|
+
},
|
|
652
674
|
},
|
|
653
675
|
},
|
|
654
676
|
typography: {
|
|
@@ -57,6 +57,7 @@ declare const tokens: {
|
|
|
57
57
|
"bg-active": DesignToken;
|
|
58
58
|
"bg-enabled": DesignToken;
|
|
59
59
|
"bg-hover": DesignToken;
|
|
60
|
+
"border-activealt": DesignToken;
|
|
60
61
|
"border-active": DesignToken;
|
|
61
62
|
"border-enabled": DesignToken;
|
|
62
63
|
"border-hover": DesignToken;
|
|
@@ -95,6 +96,7 @@ declare const tokens: {
|
|
|
95
96
|
navigation: {
|
|
96
97
|
bottom: DesignToken;
|
|
97
98
|
side: DesignToken;
|
|
99
|
+
top: DesignToken;
|
|
98
100
|
};
|
|
99
101
|
};
|
|
100
102
|
typography: {
|
|
@@ -291,6 +291,19 @@ module.exports = {
|
|
|
291
291
|
attributes: {},
|
|
292
292
|
path: ["tab", "color", "bg-hover"],
|
|
293
293
|
},
|
|
294
|
+
"border-activealt": {
|
|
295
|
+
$type: "color",
|
|
296
|
+
$value: "#282828",
|
|
297
|
+
filePath: "data/tokens/components/tab.json",
|
|
298
|
+
isSource: true,
|
|
299
|
+
original: {
|
|
300
|
+
$type: "color",
|
|
301
|
+
$value: "{modes.color.generic.fg.delicate}",
|
|
302
|
+
},
|
|
303
|
+
name: "tabColorBorderActivealt",
|
|
304
|
+
attributes: {},
|
|
305
|
+
path: ["tab", "color", "border-activealt"],
|
|
306
|
+
},
|
|
294
307
|
"border-active": {
|
|
295
308
|
$type: "color",
|
|
296
309
|
$value: "#FFFFFF",
|
|
@@ -622,13 +635,11 @@ module.exports = {
|
|
|
622
635
|
bottom: {
|
|
623
636
|
$type: "borderWidth",
|
|
624
637
|
$value: 2,
|
|
625
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
626
638
|
filePath: "data/tokens/components/tab.json",
|
|
627
639
|
isSource: true,
|
|
628
640
|
original: {
|
|
629
641
|
$type: "borderWidth",
|
|
630
642
|
$value: "{global.borderwidth.S}",
|
|
631
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
632
643
|
},
|
|
633
644
|
name: "tabBorderwidthNavigationBottom",
|
|
634
645
|
attributes: {},
|
|
@@ -637,18 +648,29 @@ module.exports = {
|
|
|
637
648
|
side: {
|
|
638
649
|
$type: "borderWidth",
|
|
639
650
|
$value: 2,
|
|
640
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
641
651
|
filePath: "data/tokens/components/tab.json",
|
|
642
652
|
isSource: true,
|
|
643
653
|
original: {
|
|
644
654
|
$type: "borderWidth",
|
|
645
655
|
$value: "{global.borderwidth.S}",
|
|
646
|
-
$description: "Tab (enabled and hover bottom border)",
|
|
647
656
|
},
|
|
648
657
|
name: "tabBorderwidthNavigationSide",
|
|
649
658
|
attributes: {},
|
|
650
659
|
path: ["tab", "borderwidth", "navigation", "side"],
|
|
651
660
|
},
|
|
661
|
+
top: {
|
|
662
|
+
$type: "borderWidth",
|
|
663
|
+
$value: 2,
|
|
664
|
+
filePath: "data/tokens/components/tab.json",
|
|
665
|
+
isSource: true,
|
|
666
|
+
original: {
|
|
667
|
+
$type: "borderWidth",
|
|
668
|
+
$value: "{global.borderwidth.S}",
|
|
669
|
+
},
|
|
670
|
+
name: "tabBorderwidthNavigationTop",
|
|
671
|
+
attributes: {},
|
|
672
|
+
path: ["tab", "borderwidth", "navigation", "top"],
|
|
673
|
+
},
|
|
652
674
|
},
|
|
653
675
|
},
|
|
654
676
|
typography: {
|
|
@@ -57,6 +57,7 @@ declare const tokens: {
|
|
|
57
57
|
"bg-active": DesignToken;
|
|
58
58
|
"bg-enabled": DesignToken;
|
|
59
59
|
"bg-hover": DesignToken;
|
|
60
|
+
"border-activealt": DesignToken;
|
|
60
61
|
"border-active": DesignToken;
|
|
61
62
|
"border-enabled": DesignToken;
|
|
62
63
|
"border-hover": DesignToken;
|
|
@@ -95,6 +96,7 @@ declare const tokens: {
|
|
|
95
96
|
navigation: {
|
|
96
97
|
bottom: DesignToken;
|
|
97
98
|
side: DesignToken;
|
|
99
|
+
top: DesignToken;
|
|
98
100
|
};
|
|
99
101
|
};
|
|
100
102
|
typography: {
|