@sage/design-tokens 7.2.0 → 7.3.1
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 +32 -27
- package/css/frozenproduct/large/components/form.css +8 -3
- package/css/frozenproduct/large/components/progress.css +6 -6
- package/css/frozenproduct/large/components/tab.css +1 -1
- package/css/frozenproduct/small/components/button.css +23 -23
- package/css/frozenproduct/small/components/form.css +8 -3
- package/css/frozenproduct/small/components/tab.css +1 -1
- package/css/marketing/all.css +9 -4
- package/css/marketing/large/components/form.css +8 -3
- package/css/marketing/large/components/tab.css +1 -1
- package/css/marketing/small/components/form.css +8 -3
- package/css/marketing/small/components/tab.css +1 -1
- package/css/product/all.css +9 -4
- package/css/product/large/components/form.css +8 -3
- package/css/product/large/components/tab.css +1 -1
- package/css/product/small/components/form.css +8 -3
- package/css/product/small/components/tab.css +1 -1
- package/ios/frozenproduct/large/dark/components/form.h +8 -3
- package/ios/frozenproduct/large/dark/components/tab.h +1 -1
- package/ios/frozenproduct/large/light/components/form.h +8 -3
- package/ios/frozenproduct/large/light/components/tab.h +1 -1
- package/ios/frozenproduct/small/dark/components/form.h +8 -3
- package/ios/frozenproduct/small/dark/components/tab.h +1 -1
- package/ios/frozenproduct/small/light/components/form.h +8 -3
- package/ios/frozenproduct/small/light/components/tab.h +1 -1
- package/ios/marketing/large/dark/components/form.h +8 -3
- package/ios/marketing/large/dark/components/tab.h +1 -1
- package/ios/marketing/large/light/components/form.h +8 -3
- package/ios/marketing/large/light/components/tab.h +1 -1
- package/ios/marketing/small/dark/components/form.h +8 -3
- package/ios/marketing/small/dark/components/tab.h +1 -1
- package/ios/marketing/small/light/components/form.h +8 -3
- package/ios/marketing/small/light/components/tab.h +1 -1
- package/ios/product/large/dark/components/form.h +8 -3
- package/ios/product/large/dark/components/tab.h +1 -1
- package/ios/product/large/light/components/form.h +8 -3
- package/ios/product/large/light/components/tab.h +1 -1
- package/ios/product/small/dark/components/form.h +8 -3
- package/ios/product/small/dark/components/tab.h +1 -1
- package/ios/product/small/light/components/form.h +8 -3
- package/ios/product/small/light/components/tab.h +1 -1
- package/js/common/frozenproduct/large/dark/components/form.d.ts +11 -0
- package/js/common/frozenproduct/large/dark/components/form.js +119 -6
- package/js/common/frozenproduct/large/dark/components/tab.js +2 -2
- package/js/common/frozenproduct/large/light/components/form.d.ts +11 -0
- package/js/common/frozenproduct/large/light/components/form.js +119 -6
- package/js/common/frozenproduct/large/light/components/tab.js +2 -2
- package/js/common/frozenproduct/small/dark/components/form.d.ts +11 -0
- package/js/common/frozenproduct/small/dark/components/form.js +119 -6
- package/js/common/frozenproduct/small/dark/components/tab.js +2 -2
- package/js/common/frozenproduct/small/light/components/form.d.ts +11 -0
- package/js/common/frozenproduct/small/light/components/form.js +119 -6
- package/js/common/frozenproduct/small/light/components/tab.js +2 -2
- package/js/common/marketing/large/dark/components/form.d.ts +11 -0
- package/js/common/marketing/large/dark/components/form.js +119 -6
- package/js/common/marketing/large/dark/components/tab.js +2 -2
- package/js/common/marketing/large/light/components/form.d.ts +11 -0
- package/js/common/marketing/large/light/components/form.js +119 -6
- package/js/common/marketing/large/light/components/tab.js +2 -2
- package/js/common/marketing/small/dark/components/form.d.ts +11 -0
- package/js/common/marketing/small/dark/components/form.js +119 -6
- package/js/common/marketing/small/dark/components/tab.js +2 -2
- package/js/common/marketing/small/light/components/form.d.ts +11 -0
- package/js/common/marketing/small/light/components/form.js +119 -6
- package/js/common/marketing/small/light/components/tab.js +2 -2
- package/js/common/product/large/dark/components/form.d.ts +11 -0
- package/js/common/product/large/dark/components/form.js +119 -6
- package/js/common/product/large/dark/components/tab.js +2 -2
- package/js/common/product/large/light/components/form.d.ts +11 -0
- package/js/common/product/large/light/components/form.js +119 -6
- package/js/common/product/large/light/components/tab.js +2 -2
- package/js/common/product/small/dark/components/form.d.ts +11 -0
- package/js/common/product/small/dark/components/form.js +119 -6
- package/js/common/product/small/dark/components/tab.js +2 -2
- package/js/common/product/small/light/components/form.d.ts +11 -0
- package/js/common/product/small/light/components/form.js +119 -6
- package/js/common/product/small/light/components/tab.js +2 -2
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/large/dark/components/form.js +8 -3
- package/js/es6/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/large/light/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/large/light/components/form.js +8 -3
- package/js/es6/frozenproduct/large/light/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/small/dark/components/form.js +8 -3
- package/js/es6/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/light/components/form.d.ts +5 -0
- package/js/es6/frozenproduct/small/light/components/form.js +8 -3
- package/js/es6/frozenproduct/small/light/components/tab.js +1 -1
- package/js/es6/marketing/large/dark/components/form.d.ts +5 -0
- package/js/es6/marketing/large/dark/components/form.js +8 -3
- package/js/es6/marketing/large/dark/components/tab.js +1 -1
- package/js/es6/marketing/large/light/components/form.d.ts +5 -0
- package/js/es6/marketing/large/light/components/form.js +8 -3
- package/js/es6/marketing/large/light/components/tab.js +1 -1
- package/js/es6/marketing/small/dark/components/form.d.ts +5 -0
- package/js/es6/marketing/small/dark/components/form.js +8 -3
- package/js/es6/marketing/small/dark/components/tab.js +1 -1
- package/js/es6/marketing/small/light/components/form.d.ts +5 -0
- package/js/es6/marketing/small/light/components/form.js +8 -3
- package/js/es6/marketing/small/light/components/tab.js +1 -1
- package/js/es6/product/large/dark/components/form.d.ts +5 -0
- package/js/es6/product/large/dark/components/form.js +8 -3
- package/js/es6/product/large/dark/components/tab.js +1 -1
- package/js/es6/product/large/light/components/form.d.ts +5 -0
- package/js/es6/product/large/light/components/form.js +8 -3
- package/js/es6/product/large/light/components/tab.js +1 -1
- package/js/es6/product/small/dark/components/form.d.ts +5 -0
- package/js/es6/product/small/dark/components/form.js +8 -3
- package/js/es6/product/small/dark/components/tab.js +1 -1
- package/js/es6/product/small/light/components/form.d.ts +5 -0
- package/js/es6/product/small/light/components/form.js +8 -3
- package/js/es6/product/small/light/components/tab.js +1 -1
- package/js/umd/frozenproduct/large/dark/components/form.js +119 -6
- package/js/umd/frozenproduct/large/dark/components/tab.js +2 -2
- package/js/umd/frozenproduct/large/light/components/form.js +119 -6
- package/js/umd/frozenproduct/large/light/components/tab.js +2 -2
- package/js/umd/frozenproduct/small/dark/components/form.js +119 -6
- package/js/umd/frozenproduct/small/dark/components/tab.js +2 -2
- package/js/umd/frozenproduct/small/light/components/form.js +119 -6
- package/js/umd/frozenproduct/small/light/components/tab.js +2 -2
- package/js/umd/marketing/large/dark/components/form.js +119 -6
- package/js/umd/marketing/large/dark/components/tab.js +2 -2
- package/js/umd/marketing/large/light/components/form.js +119 -6
- package/js/umd/marketing/large/light/components/tab.js +2 -2
- package/js/umd/marketing/small/dark/components/form.js +119 -6
- package/js/umd/marketing/small/dark/components/tab.js +2 -2
- package/js/umd/marketing/small/light/components/form.js +119 -6
- package/js/umd/marketing/small/light/components/tab.js +2 -2
- package/js/umd/product/large/dark/components/form.js +119 -6
- package/js/umd/product/large/dark/components/tab.js +2 -2
- package/js/umd/product/large/light/components/form.js +119 -6
- package/js/umd/product/large/light/components/tab.js +2 -2
- package/js/umd/product/small/dark/components/form.js +119 -6
- package/js/umd/product/small/dark/components/tab.js +2 -2
- package/js/umd/product/small/light/components/form.js +119 -6
- package/js/umd/product/small/light/components/tab.js +2 -2
- package/json/flat/frozenproduct/large/dark/components/form.json +8 -3
- package/json/flat/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/large/light/components/form.json +8 -3
- package/json/flat/frozenproduct/large/light/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/dark/components/form.json +8 -3
- package/json/flat/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/light/components/form.json +8 -3
- package/json/flat/frozenproduct/small/light/components/tab.json +1 -1
- package/json/flat/marketing/large/dark/components/form.json +8 -3
- package/json/flat/marketing/large/dark/components/tab.json +1 -1
- package/json/flat/marketing/large/light/components/form.json +8 -3
- package/json/flat/marketing/large/light/components/tab.json +1 -1
- package/json/flat/marketing/small/dark/components/form.json +8 -3
- package/json/flat/marketing/small/dark/components/tab.json +1 -1
- package/json/flat/marketing/small/light/components/form.json +8 -3
- package/json/flat/marketing/small/light/components/tab.json +1 -1
- package/json/flat/product/large/dark/components/form.json +8 -3
- package/json/flat/product/large/dark/components/tab.json +1 -1
- package/json/flat/product/large/light/components/form.json +8 -3
- package/json/flat/product/large/light/components/tab.json +1 -1
- package/json/flat/product/small/dark/components/form.json +8 -3
- package/json/flat/product/small/dark/components/tab.json +1 -1
- package/json/flat/product/small/light/components/form.json +8 -3
- package/json/flat/product/small/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/dark/components/form.json +14 -3
- package/json/nested/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/light/components/form.json +14 -3
- package/json/nested/frozenproduct/large/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/dark/components/form.json +14 -3
- package/json/nested/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/light/components/form.json +14 -3
- package/json/nested/frozenproduct/small/light/components/tab.json +1 -1
- package/json/nested/marketing/large/dark/components/form.json +14 -3
- package/json/nested/marketing/large/dark/components/tab.json +1 -1
- package/json/nested/marketing/large/light/components/form.json +14 -3
- package/json/nested/marketing/large/light/components/tab.json +1 -1
- package/json/nested/marketing/small/dark/components/form.json +14 -3
- package/json/nested/marketing/small/dark/components/tab.json +1 -1
- package/json/nested/marketing/small/light/components/form.json +14 -3
- package/json/nested/marketing/small/light/components/tab.json +1 -1
- package/json/nested/product/large/dark/components/form.json +14 -3
- package/json/nested/product/large/dark/components/tab.json +1 -1
- package/json/nested/product/large/light/components/form.json +14 -3
- package/json/nested/product/large/light/components/tab.json +1 -1
- package/json/nested/product/small/dark/components/form.json +14 -3
- package/json/nested/product/small/dark/components/tab.json +1 -1
- package/json/nested/product/small/light/components/form.json +14 -3
- package/json/nested/product/small/light/components/tab.json +1 -1
- package/package.json +1 -1
- package/sage-design-tokens-7.3.1.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 +15 -10
- 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 +8 -8
- package/scss/frozenproduct/large/components/table.scss +10 -10
- package/scss/frozenproduct/small/components/form.scss +8 -3
- package/scss/frozenproduct/small/components/tab.scss +1 -1
- package/scss/marketing/large/components/form.scss +8 -3
- package/scss/marketing/large/components/tab.scss +1 -1
- 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 +15 -10
- 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 +8 -8
- package/scss/marketing/small/components/table.scss +10 -10
- package/scss/product/large/components/form.scss +8 -3
- package/scss/product/large/components/tab.scss +1 -1
- package/scss/product/small/components/form.scss +8 -3
- package/scss/product/small/components/tab.scss +1 -1
- package/sage-design-tokens-7.2.0.tgz +0 -0
|
@@ -89,15 +89,18 @@ export const formSpaceIntegralXgL = 10;
|
|
|
89
89
|
export const formSpaceIntegralYgS = 6;
|
|
90
90
|
export const formSpaceIntegralYgM = 8;
|
|
91
91
|
export const formSpaceIntegralYgL = 10;
|
|
92
|
-
export const formSpaceIntegralProgressiveXS =
|
|
93
|
-
export const formSpaceIntegralProgressiveXM =
|
|
94
|
-
export const formSpaceIntegralProgressiveXL =
|
|
92
|
+
export const formSpaceIntegralProgressiveXS = 9.8;
|
|
93
|
+
export const formSpaceIntegralProgressiveXM = 16;
|
|
94
|
+
export const formSpaceIntegralProgressiveXL = 20.2;
|
|
95
95
|
export const formSpaceIntegralProgressiveYS = 8;
|
|
96
96
|
export const formSpaceIntegralProgressiveYM = 12;
|
|
97
97
|
export const formSpaceIntegralProgressiveYL = 16;
|
|
98
98
|
export const formSpaceIntegralProgressiveYgS = 8;
|
|
99
99
|
export const formSpaceIntegralProgressiveYgM = 12;
|
|
100
100
|
export const formSpaceIntegralProgressiveYgL = 16;
|
|
101
|
+
export const formSpaceIntegralProgressiveKeylineXS = 5.4;
|
|
102
|
+
export const formSpaceIntegralProgressiveKeylineXM = 8.6;
|
|
103
|
+
export const formSpaceIntegralProgressiveKeylineXL = 11.8;
|
|
101
104
|
export const formSpaceRatingXgM = 8;
|
|
102
105
|
export const formSpaceRatingXgL = 12;
|
|
103
106
|
export const formSpaceLayoutStackS = 12.8;
|
|
@@ -183,6 +186,7 @@ export const formSizeSearchInputMinwidth = 288;
|
|
|
183
186
|
export const formSizeSearchInputMaxwidth = 400;
|
|
184
187
|
export const formSizeTextareaM = 80;
|
|
185
188
|
export const formSizeValidationBar = 2;
|
|
189
|
+
export const formSizeProgressiveBar = 2;
|
|
186
190
|
export const formSizeRatingM = 20;
|
|
187
191
|
export const formSizeRatingL = 32;
|
|
188
192
|
export const formColorCalendarBgActive = "#000000";
|
|
@@ -267,6 +271,7 @@ export const formRadiusInput = 8;
|
|
|
267
271
|
export const formRadiusRadio = "999";
|
|
268
272
|
export const formRadiusSwitch = "999";
|
|
269
273
|
export const formRadiusValidationbar = 2;
|
|
274
|
+
export const formRadiusProgressivebar = 2;
|
|
270
275
|
export const formRadiusCalendarNone = "0";
|
|
271
276
|
export const formRadiusCalendarDate = "999";
|
|
272
277
|
export const formRadiusCalendarToday = 2;
|
|
@@ -47,7 +47,7 @@ export const tabRadiusBaselineL = 1;
|
|
|
47
47
|
export const tabRadiusIndicatorM = 2;
|
|
48
48
|
export const tabRadiusIndicatorL = 2;
|
|
49
49
|
export const tabRadiusNone = "0";
|
|
50
|
-
export const tabBorderwidthNavigationBottom =
|
|
50
|
+
export const tabBorderwidthNavigationBottom = 2;
|
|
51
51
|
export const tabBorderwidthNavigationSide = 2;
|
|
52
52
|
export const tabTypographyAdaptiveLabelS = {
|
|
53
53
|
fontFamily: "Sage UI",
|
|
@@ -1495,14 +1495,14 @@
|
|
|
1495
1495
|
x: {
|
|
1496
1496
|
S: {
|
|
1497
1497
|
$type: "spacing",
|
|
1498
|
-
$value:
|
|
1498
|
+
$value: 13,
|
|
1499
1499
|
$description:
|
|
1500
1500
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1501
1501
|
filePath: "data/tokens/components/form.json",
|
|
1502
1502
|
isSource: true,
|
|
1503
1503
|
original: {
|
|
1504
1504
|
$type: "spacing",
|
|
1505
|
-
$value: "{global.space.macro.
|
|
1505
|
+
$value: "{global.space.macro.XS} - 3",
|
|
1506
1506
|
$description:
|
|
1507
1507
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1508
1508
|
},
|
|
@@ -1512,14 +1512,14 @@
|
|
|
1512
1512
|
},
|
|
1513
1513
|
M: {
|
|
1514
1514
|
$type: "spacing",
|
|
1515
|
-
$value:
|
|
1515
|
+
$value: 20,
|
|
1516
1516
|
$description:
|
|
1517
1517
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1518
1518
|
filePath: "data/tokens/components/form.json",
|
|
1519
1519
|
isSource: true,
|
|
1520
1520
|
original: {
|
|
1521
1521
|
$type: "spacing",
|
|
1522
|
-
$value: "{global.space.macro.
|
|
1522
|
+
$value: "{global.space.macro.S}",
|
|
1523
1523
|
$description:
|
|
1524
1524
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1525
1525
|
},
|
|
@@ -1529,14 +1529,14 @@
|
|
|
1529
1529
|
},
|
|
1530
1530
|
L: {
|
|
1531
1531
|
$type: "spacing",
|
|
1532
|
-
$value:
|
|
1532
|
+
$value: 25,
|
|
1533
1533
|
$description:
|
|
1534
1534
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1535
1535
|
filePath: "data/tokens/components/form.json",
|
|
1536
1536
|
isSource: true,
|
|
1537
1537
|
original: {
|
|
1538
1538
|
$type: "spacing",
|
|
1539
|
-
$value: "{global.space.macro.
|
|
1539
|
+
$value: "{global.space.macro.M} + 1",
|
|
1540
1540
|
$description:
|
|
1541
1541
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1542
1542
|
},
|
|
@@ -1651,6 +1651,85 @@
|
|
|
1651
1651
|
path: ["form", "space", "integral", "progressive", "yg", "L"],
|
|
1652
1652
|
},
|
|
1653
1653
|
},
|
|
1654
|
+
keyline: {
|
|
1655
|
+
x: {
|
|
1656
|
+
S: {
|
|
1657
|
+
$type: "spacing",
|
|
1658
|
+
$value: 7,
|
|
1659
|
+
$description:
|
|
1660
|
+
"Left padding on keyline for small progressively shown inputs",
|
|
1661
|
+
filePath: "data/tokens/components/form.json",
|
|
1662
|
+
isSource: true,
|
|
1663
|
+
original: {
|
|
1664
|
+
$type: "spacing",
|
|
1665
|
+
$value: "{global.space.macro.XXXS} - 1",
|
|
1666
|
+
$description:
|
|
1667
|
+
"Left padding on keyline for small progressively shown inputs",
|
|
1668
|
+
},
|
|
1669
|
+
name: "formSpaceIntegralProgressiveKeylineXS",
|
|
1670
|
+
attributes: {},
|
|
1671
|
+
path: [
|
|
1672
|
+
"form",
|
|
1673
|
+
"space",
|
|
1674
|
+
"integral",
|
|
1675
|
+
"progressive",
|
|
1676
|
+
"keyline",
|
|
1677
|
+
"x",
|
|
1678
|
+
"S",
|
|
1679
|
+
],
|
|
1680
|
+
},
|
|
1681
|
+
M: {
|
|
1682
|
+
$type: "spacing",
|
|
1683
|
+
$value: 11,
|
|
1684
|
+
$description:
|
|
1685
|
+
"Left padding on keyline for medium progressively shown inputs",
|
|
1686
|
+
filePath: "data/tokens/components/form.json",
|
|
1687
|
+
isSource: true,
|
|
1688
|
+
original: {
|
|
1689
|
+
$type: "spacing",
|
|
1690
|
+
$value: "{global.space.macro.XXS} - 1",
|
|
1691
|
+
$description:
|
|
1692
|
+
"Left padding on keyline for medium progressively shown inputs",
|
|
1693
|
+
},
|
|
1694
|
+
name: "formSpaceIntegralProgressiveKeylineXM",
|
|
1695
|
+
attributes: {},
|
|
1696
|
+
path: [
|
|
1697
|
+
"form",
|
|
1698
|
+
"space",
|
|
1699
|
+
"integral",
|
|
1700
|
+
"progressive",
|
|
1701
|
+
"keyline",
|
|
1702
|
+
"x",
|
|
1703
|
+
"M",
|
|
1704
|
+
],
|
|
1705
|
+
},
|
|
1706
|
+
L: {
|
|
1707
|
+
$type: "spacing",
|
|
1708
|
+
$value: 15,
|
|
1709
|
+
$description:
|
|
1710
|
+
"Left padding on keyline for large progressively shown inputs",
|
|
1711
|
+
filePath: "data/tokens/components/form.json",
|
|
1712
|
+
isSource: true,
|
|
1713
|
+
original: {
|
|
1714
|
+
$type: "spacing",
|
|
1715
|
+
$value: "{global.space.macro.XS} - 1",
|
|
1716
|
+
$description:
|
|
1717
|
+
"Left padding on keyline for large progressively shown inputs",
|
|
1718
|
+
},
|
|
1719
|
+
name: "formSpaceIntegralProgressiveKeylineXL",
|
|
1720
|
+
attributes: {},
|
|
1721
|
+
path: [
|
|
1722
|
+
"form",
|
|
1723
|
+
"space",
|
|
1724
|
+
"integral",
|
|
1725
|
+
"progressive",
|
|
1726
|
+
"keyline",
|
|
1727
|
+
"x",
|
|
1728
|
+
"L",
|
|
1729
|
+
],
|
|
1730
|
+
},
|
|
1731
|
+
},
|
|
1732
|
+
},
|
|
1654
1733
|
},
|
|
1655
1734
|
},
|
|
1656
1735
|
rating: {
|
|
@@ -3020,6 +3099,25 @@
|
|
|
3020
3099
|
path: ["form", "size", "validation", "bar"],
|
|
3021
3100
|
},
|
|
3022
3101
|
},
|
|
3102
|
+
progressive: {
|
|
3103
|
+
bar: {
|
|
3104
|
+
$type: "sizing",
|
|
3105
|
+
$value: 2,
|
|
3106
|
+
$description:
|
|
3107
|
+
"2px progressive disclosure keyline bar used in checkbox and radio groups",
|
|
3108
|
+
filePath: "data/tokens/components/form.json",
|
|
3109
|
+
isSource: true,
|
|
3110
|
+
original: {
|
|
3111
|
+
$type: "sizing",
|
|
3112
|
+
$value: "{global.size.micro.XXS}",
|
|
3113
|
+
$description:
|
|
3114
|
+
"2px progressive disclosure keyline bar used in checkbox and radio groups",
|
|
3115
|
+
},
|
|
3116
|
+
name: "formSizeProgressiveBar",
|
|
3117
|
+
attributes: {},
|
|
3118
|
+
path: ["form", "size", "progressive", "bar"],
|
|
3119
|
+
},
|
|
3120
|
+
},
|
|
3023
3121
|
rating: {
|
|
3024
3122
|
M: {
|
|
3025
3123
|
$type: "sizing",
|
|
@@ -4190,6 +4288,21 @@
|
|
|
4190
4288
|
attributes: {},
|
|
4191
4289
|
path: ["form", "radius", "validationbar"],
|
|
4192
4290
|
},
|
|
4291
|
+
progressivebar: {
|
|
4292
|
+
$type: "borderRadius",
|
|
4293
|
+
$value: 2,
|
|
4294
|
+
$description: "Validation bar",
|
|
4295
|
+
filePath: "data/tokens/components/form.json",
|
|
4296
|
+
isSource: true,
|
|
4297
|
+
original: {
|
|
4298
|
+
$type: "borderRadius",
|
|
4299
|
+
$value: "{global.radius.interactive.XS}",
|
|
4300
|
+
$description: "Validation bar",
|
|
4301
|
+
},
|
|
4302
|
+
name: "formRadiusProgressivebar",
|
|
4303
|
+
attributes: {},
|
|
4304
|
+
path: ["form", "radius", "progressivebar"],
|
|
4305
|
+
},
|
|
4193
4306
|
calendar: {
|
|
4194
4307
|
none: {
|
|
4195
4308
|
$type: "borderRadius",
|
|
@@ -632,13 +632,13 @@
|
|
|
632
632
|
navigation: {
|
|
633
633
|
bottom: {
|
|
634
634
|
$type: "borderWidth",
|
|
635
|
-
$value:
|
|
635
|
+
$value: 2,
|
|
636
636
|
$description: "Tab (enabled and hover bottom border)",
|
|
637
637
|
filePath: "data/tokens/components/tab.json",
|
|
638
638
|
isSource: true,
|
|
639
639
|
original: {
|
|
640
640
|
$type: "borderWidth",
|
|
641
|
-
$value: "{global.borderwidth.
|
|
641
|
+
$value: "{global.borderwidth.S}",
|
|
642
642
|
$description: "Tab (enabled and hover bottom border)",
|
|
643
643
|
},
|
|
644
644
|
name: "tabBorderwidthNavigationBottom",
|
|
@@ -1495,14 +1495,14 @@
|
|
|
1495
1495
|
x: {
|
|
1496
1496
|
S: {
|
|
1497
1497
|
$type: "spacing",
|
|
1498
|
-
$value:
|
|
1498
|
+
$value: 13,
|
|
1499
1499
|
$description:
|
|
1500
1500
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1501
1501
|
filePath: "data/tokens/components/form.json",
|
|
1502
1502
|
isSource: true,
|
|
1503
1503
|
original: {
|
|
1504
1504
|
$type: "spacing",
|
|
1505
|
-
$value: "{global.space.macro.
|
|
1505
|
+
$value: "{global.space.macro.XS} - 3",
|
|
1506
1506
|
$description:
|
|
1507
1507
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1508
1508
|
},
|
|
@@ -1512,14 +1512,14 @@
|
|
|
1512
1512
|
},
|
|
1513
1513
|
M: {
|
|
1514
1514
|
$type: "spacing",
|
|
1515
|
-
$value:
|
|
1515
|
+
$value: 20,
|
|
1516
1516
|
$description:
|
|
1517
1517
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1518
1518
|
filePath: "data/tokens/components/form.json",
|
|
1519
1519
|
isSource: true,
|
|
1520
1520
|
original: {
|
|
1521
1521
|
$type: "spacing",
|
|
1522
|
-
$value: "{global.space.macro.
|
|
1522
|
+
$value: "{global.space.macro.S}",
|
|
1523
1523
|
$description:
|
|
1524
1524
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1525
1525
|
},
|
|
@@ -1529,14 +1529,14 @@
|
|
|
1529
1529
|
},
|
|
1530
1530
|
L: {
|
|
1531
1531
|
$type: "spacing",
|
|
1532
|
-
$value:
|
|
1532
|
+
$value: 25,
|
|
1533
1533
|
$description:
|
|
1534
1534
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1535
1535
|
filePath: "data/tokens/components/form.json",
|
|
1536
1536
|
isSource: true,
|
|
1537
1537
|
original: {
|
|
1538
1538
|
$type: "spacing",
|
|
1539
|
-
$value: "{global.space.macro.
|
|
1539
|
+
$value: "{global.space.macro.M} + 1",
|
|
1540
1540
|
$description:
|
|
1541
1541
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1542
1542
|
},
|
|
@@ -1651,6 +1651,85 @@
|
|
|
1651
1651
|
path: ["form", "space", "integral", "progressive", "yg", "L"],
|
|
1652
1652
|
},
|
|
1653
1653
|
},
|
|
1654
|
+
keyline: {
|
|
1655
|
+
x: {
|
|
1656
|
+
S: {
|
|
1657
|
+
$type: "spacing",
|
|
1658
|
+
$value: 7,
|
|
1659
|
+
$description:
|
|
1660
|
+
"Left padding on keyline for small progressively shown inputs",
|
|
1661
|
+
filePath: "data/tokens/components/form.json",
|
|
1662
|
+
isSource: true,
|
|
1663
|
+
original: {
|
|
1664
|
+
$type: "spacing",
|
|
1665
|
+
$value: "{global.space.macro.XXXS} - 1",
|
|
1666
|
+
$description:
|
|
1667
|
+
"Left padding on keyline for small progressively shown inputs",
|
|
1668
|
+
},
|
|
1669
|
+
name: "formSpaceIntegralProgressiveKeylineXS",
|
|
1670
|
+
attributes: {},
|
|
1671
|
+
path: [
|
|
1672
|
+
"form",
|
|
1673
|
+
"space",
|
|
1674
|
+
"integral",
|
|
1675
|
+
"progressive",
|
|
1676
|
+
"keyline",
|
|
1677
|
+
"x",
|
|
1678
|
+
"S",
|
|
1679
|
+
],
|
|
1680
|
+
},
|
|
1681
|
+
M: {
|
|
1682
|
+
$type: "spacing",
|
|
1683
|
+
$value: 11,
|
|
1684
|
+
$description:
|
|
1685
|
+
"Left padding on keyline for medium progressively shown inputs",
|
|
1686
|
+
filePath: "data/tokens/components/form.json",
|
|
1687
|
+
isSource: true,
|
|
1688
|
+
original: {
|
|
1689
|
+
$type: "spacing",
|
|
1690
|
+
$value: "{global.space.macro.XXS} - 1",
|
|
1691
|
+
$description:
|
|
1692
|
+
"Left padding on keyline for medium progressively shown inputs",
|
|
1693
|
+
},
|
|
1694
|
+
name: "formSpaceIntegralProgressiveKeylineXM",
|
|
1695
|
+
attributes: {},
|
|
1696
|
+
path: [
|
|
1697
|
+
"form",
|
|
1698
|
+
"space",
|
|
1699
|
+
"integral",
|
|
1700
|
+
"progressive",
|
|
1701
|
+
"keyline",
|
|
1702
|
+
"x",
|
|
1703
|
+
"M",
|
|
1704
|
+
],
|
|
1705
|
+
},
|
|
1706
|
+
L: {
|
|
1707
|
+
$type: "spacing",
|
|
1708
|
+
$value: 15,
|
|
1709
|
+
$description:
|
|
1710
|
+
"Left padding on keyline for large progressively shown inputs",
|
|
1711
|
+
filePath: "data/tokens/components/form.json",
|
|
1712
|
+
isSource: true,
|
|
1713
|
+
original: {
|
|
1714
|
+
$type: "spacing",
|
|
1715
|
+
$value: "{global.space.macro.XS} - 1",
|
|
1716
|
+
$description:
|
|
1717
|
+
"Left padding on keyline for large progressively shown inputs",
|
|
1718
|
+
},
|
|
1719
|
+
name: "formSpaceIntegralProgressiveKeylineXL",
|
|
1720
|
+
attributes: {},
|
|
1721
|
+
path: [
|
|
1722
|
+
"form",
|
|
1723
|
+
"space",
|
|
1724
|
+
"integral",
|
|
1725
|
+
"progressive",
|
|
1726
|
+
"keyline",
|
|
1727
|
+
"x",
|
|
1728
|
+
"L",
|
|
1729
|
+
],
|
|
1730
|
+
},
|
|
1731
|
+
},
|
|
1732
|
+
},
|
|
1654
1733
|
},
|
|
1655
1734
|
},
|
|
1656
1735
|
rating: {
|
|
@@ -3020,6 +3099,25 @@
|
|
|
3020
3099
|
path: ["form", "size", "validation", "bar"],
|
|
3021
3100
|
},
|
|
3022
3101
|
},
|
|
3102
|
+
progressive: {
|
|
3103
|
+
bar: {
|
|
3104
|
+
$type: "sizing",
|
|
3105
|
+
$value: 2,
|
|
3106
|
+
$description:
|
|
3107
|
+
"2px progressive disclosure keyline bar used in checkbox and radio groups",
|
|
3108
|
+
filePath: "data/tokens/components/form.json",
|
|
3109
|
+
isSource: true,
|
|
3110
|
+
original: {
|
|
3111
|
+
$type: "sizing",
|
|
3112
|
+
$value: "{global.size.micro.XXS}",
|
|
3113
|
+
$description:
|
|
3114
|
+
"2px progressive disclosure keyline bar used in checkbox and radio groups",
|
|
3115
|
+
},
|
|
3116
|
+
name: "formSizeProgressiveBar",
|
|
3117
|
+
attributes: {},
|
|
3118
|
+
path: ["form", "size", "progressive", "bar"],
|
|
3119
|
+
},
|
|
3120
|
+
},
|
|
3023
3121
|
rating: {
|
|
3024
3122
|
M: {
|
|
3025
3123
|
$type: "sizing",
|
|
@@ -4190,6 +4288,21 @@
|
|
|
4190
4288
|
attributes: {},
|
|
4191
4289
|
path: ["form", "radius", "validationbar"],
|
|
4192
4290
|
},
|
|
4291
|
+
progressivebar: {
|
|
4292
|
+
$type: "borderRadius",
|
|
4293
|
+
$value: 2,
|
|
4294
|
+
$description: "Validation bar",
|
|
4295
|
+
filePath: "data/tokens/components/form.json",
|
|
4296
|
+
isSource: true,
|
|
4297
|
+
original: {
|
|
4298
|
+
$type: "borderRadius",
|
|
4299
|
+
$value: "{global.radius.interactive.XS}",
|
|
4300
|
+
$description: "Validation bar",
|
|
4301
|
+
},
|
|
4302
|
+
name: "formRadiusProgressivebar",
|
|
4303
|
+
attributes: {},
|
|
4304
|
+
path: ["form", "radius", "progressivebar"],
|
|
4305
|
+
},
|
|
4193
4306
|
calendar: {
|
|
4194
4307
|
none: {
|
|
4195
4308
|
$type: "borderRadius",
|
|
@@ -632,13 +632,13 @@
|
|
|
632
632
|
navigation: {
|
|
633
633
|
bottom: {
|
|
634
634
|
$type: "borderWidth",
|
|
635
|
-
$value:
|
|
635
|
+
$value: 2,
|
|
636
636
|
$description: "Tab (enabled and hover bottom border)",
|
|
637
637
|
filePath: "data/tokens/components/tab.json",
|
|
638
638
|
isSource: true,
|
|
639
639
|
original: {
|
|
640
640
|
$type: "borderWidth",
|
|
641
|
-
$value: "{global.borderwidth.
|
|
641
|
+
$value: "{global.borderwidth.S}",
|
|
642
642
|
$description: "Tab (enabled and hover bottom border)",
|
|
643
643
|
},
|
|
644
644
|
name: "tabBorderwidthNavigationBottom",
|
|
@@ -1495,14 +1495,14 @@
|
|
|
1495
1495
|
x: {
|
|
1496
1496
|
S: {
|
|
1497
1497
|
$type: "spacing",
|
|
1498
|
-
$value:
|
|
1498
|
+
$value: 9.8,
|
|
1499
1499
|
$description:
|
|
1500
1500
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1501
1501
|
filePath: "data/tokens/components/form.json",
|
|
1502
1502
|
isSource: true,
|
|
1503
1503
|
original: {
|
|
1504
1504
|
$type: "spacing",
|
|
1505
|
-
$value: "{global.space.macro.
|
|
1505
|
+
$value: "{global.space.macro.XS} - 3",
|
|
1506
1506
|
$description:
|
|
1507
1507
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1508
1508
|
},
|
|
@@ -1512,14 +1512,14 @@
|
|
|
1512
1512
|
},
|
|
1513
1513
|
M: {
|
|
1514
1514
|
$type: "spacing",
|
|
1515
|
-
$value:
|
|
1515
|
+
$value: 16,
|
|
1516
1516
|
$description:
|
|
1517
1517
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1518
1518
|
filePath: "data/tokens/components/form.json",
|
|
1519
1519
|
isSource: true,
|
|
1520
1520
|
original: {
|
|
1521
1521
|
$type: "spacing",
|
|
1522
|
-
$value: "{global.space.macro.
|
|
1522
|
+
$value: "{global.space.macro.S}",
|
|
1523
1523
|
$description:
|
|
1524
1524
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1525
1525
|
},
|
|
@@ -1529,14 +1529,14 @@
|
|
|
1529
1529
|
},
|
|
1530
1530
|
L: {
|
|
1531
1531
|
$type: "spacing",
|
|
1532
|
-
$value:
|
|
1532
|
+
$value: 20.2,
|
|
1533
1533
|
$description:
|
|
1534
1534
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1535
1535
|
filePath: "data/tokens/components/form.json",
|
|
1536
1536
|
isSource: true,
|
|
1537
1537
|
original: {
|
|
1538
1538
|
$type: "spacing",
|
|
1539
|
-
$value: "{global.space.macro.
|
|
1539
|
+
$value: "{global.space.macro.M} + 1",
|
|
1540
1540
|
$description:
|
|
1541
1541
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1542
1542
|
},
|
|
@@ -1651,6 +1651,85 @@
|
|
|
1651
1651
|
path: ["form", "space", "integral", "progressive", "yg", "L"],
|
|
1652
1652
|
},
|
|
1653
1653
|
},
|
|
1654
|
+
keyline: {
|
|
1655
|
+
x: {
|
|
1656
|
+
S: {
|
|
1657
|
+
$type: "spacing",
|
|
1658
|
+
$value: 5.4,
|
|
1659
|
+
$description:
|
|
1660
|
+
"Left padding on keyline for small progressively shown inputs",
|
|
1661
|
+
filePath: "data/tokens/components/form.json",
|
|
1662
|
+
isSource: true,
|
|
1663
|
+
original: {
|
|
1664
|
+
$type: "spacing",
|
|
1665
|
+
$value: "{global.space.macro.XXXS} - 1",
|
|
1666
|
+
$description:
|
|
1667
|
+
"Left padding on keyline for small progressively shown inputs",
|
|
1668
|
+
},
|
|
1669
|
+
name: "formSpaceIntegralProgressiveKeylineXS",
|
|
1670
|
+
attributes: {},
|
|
1671
|
+
path: [
|
|
1672
|
+
"form",
|
|
1673
|
+
"space",
|
|
1674
|
+
"integral",
|
|
1675
|
+
"progressive",
|
|
1676
|
+
"keyline",
|
|
1677
|
+
"x",
|
|
1678
|
+
"S",
|
|
1679
|
+
],
|
|
1680
|
+
},
|
|
1681
|
+
M: {
|
|
1682
|
+
$type: "spacing",
|
|
1683
|
+
$value: 8.6,
|
|
1684
|
+
$description:
|
|
1685
|
+
"Left padding on keyline for medium progressively shown inputs",
|
|
1686
|
+
filePath: "data/tokens/components/form.json",
|
|
1687
|
+
isSource: true,
|
|
1688
|
+
original: {
|
|
1689
|
+
$type: "spacing",
|
|
1690
|
+
$value: "{global.space.macro.XXS} - 1",
|
|
1691
|
+
$description:
|
|
1692
|
+
"Left padding on keyline for medium progressively shown inputs",
|
|
1693
|
+
},
|
|
1694
|
+
name: "formSpaceIntegralProgressiveKeylineXM",
|
|
1695
|
+
attributes: {},
|
|
1696
|
+
path: [
|
|
1697
|
+
"form",
|
|
1698
|
+
"space",
|
|
1699
|
+
"integral",
|
|
1700
|
+
"progressive",
|
|
1701
|
+
"keyline",
|
|
1702
|
+
"x",
|
|
1703
|
+
"M",
|
|
1704
|
+
],
|
|
1705
|
+
},
|
|
1706
|
+
L: {
|
|
1707
|
+
$type: "spacing",
|
|
1708
|
+
$value: 11.8,
|
|
1709
|
+
$description:
|
|
1710
|
+
"Left padding on keyline for large progressively shown inputs",
|
|
1711
|
+
filePath: "data/tokens/components/form.json",
|
|
1712
|
+
isSource: true,
|
|
1713
|
+
original: {
|
|
1714
|
+
$type: "spacing",
|
|
1715
|
+
$value: "{global.space.macro.XS} - 1",
|
|
1716
|
+
$description:
|
|
1717
|
+
"Left padding on keyline for large progressively shown inputs",
|
|
1718
|
+
},
|
|
1719
|
+
name: "formSpaceIntegralProgressiveKeylineXL",
|
|
1720
|
+
attributes: {},
|
|
1721
|
+
path: [
|
|
1722
|
+
"form",
|
|
1723
|
+
"space",
|
|
1724
|
+
"integral",
|
|
1725
|
+
"progressive",
|
|
1726
|
+
"keyline",
|
|
1727
|
+
"x",
|
|
1728
|
+
"L",
|
|
1729
|
+
],
|
|
1730
|
+
},
|
|
1731
|
+
},
|
|
1732
|
+
},
|
|
1654
1733
|
},
|
|
1655
1734
|
},
|
|
1656
1735
|
rating: {
|
|
@@ -3020,6 +3099,25 @@
|
|
|
3020
3099
|
path: ["form", "size", "validation", "bar"],
|
|
3021
3100
|
},
|
|
3022
3101
|
},
|
|
3102
|
+
progressive: {
|
|
3103
|
+
bar: {
|
|
3104
|
+
$type: "sizing",
|
|
3105
|
+
$value: 2,
|
|
3106
|
+
$description:
|
|
3107
|
+
"2px progressive disclosure keyline bar used in checkbox and radio groups",
|
|
3108
|
+
filePath: "data/tokens/components/form.json",
|
|
3109
|
+
isSource: true,
|
|
3110
|
+
original: {
|
|
3111
|
+
$type: "sizing",
|
|
3112
|
+
$value: "{global.size.micro.XXS}",
|
|
3113
|
+
$description:
|
|
3114
|
+
"2px progressive disclosure keyline bar used in checkbox and radio groups",
|
|
3115
|
+
},
|
|
3116
|
+
name: "formSizeProgressiveBar",
|
|
3117
|
+
attributes: {},
|
|
3118
|
+
path: ["form", "size", "progressive", "bar"],
|
|
3119
|
+
},
|
|
3120
|
+
},
|
|
3023
3121
|
rating: {
|
|
3024
3122
|
M: {
|
|
3025
3123
|
$type: "sizing",
|
|
@@ -4190,6 +4288,21 @@
|
|
|
4190
4288
|
attributes: {},
|
|
4191
4289
|
path: ["form", "radius", "validationbar"],
|
|
4192
4290
|
},
|
|
4291
|
+
progressivebar: {
|
|
4292
|
+
$type: "borderRadius",
|
|
4293
|
+
$value: 2,
|
|
4294
|
+
$description: "Validation bar",
|
|
4295
|
+
filePath: "data/tokens/components/form.json",
|
|
4296
|
+
isSource: true,
|
|
4297
|
+
original: {
|
|
4298
|
+
$type: "borderRadius",
|
|
4299
|
+
$value: "{global.radius.interactive.XS}",
|
|
4300
|
+
$description: "Validation bar",
|
|
4301
|
+
},
|
|
4302
|
+
name: "formRadiusProgressivebar",
|
|
4303
|
+
attributes: {},
|
|
4304
|
+
path: ["form", "radius", "progressivebar"],
|
|
4305
|
+
},
|
|
4193
4306
|
calendar: {
|
|
4194
4307
|
none: {
|
|
4195
4308
|
$type: "borderRadius",
|
|
@@ -632,13 +632,13 @@
|
|
|
632
632
|
navigation: {
|
|
633
633
|
bottom: {
|
|
634
634
|
$type: "borderWidth",
|
|
635
|
-
$value:
|
|
635
|
+
$value: 2,
|
|
636
636
|
$description: "Tab (enabled and hover bottom border)",
|
|
637
637
|
filePath: "data/tokens/components/tab.json",
|
|
638
638
|
isSource: true,
|
|
639
639
|
original: {
|
|
640
640
|
$type: "borderWidth",
|
|
641
|
-
$value: "{global.borderwidth.
|
|
641
|
+
$value: "{global.borderwidth.S}",
|
|
642
642
|
$description: "Tab (enabled and hover bottom border)",
|
|
643
643
|
},
|
|
644
644
|
name: "tabBorderwidthNavigationBottom",
|