@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
|
@@ -1478,14 +1478,14 @@ module.exports = {
|
|
|
1478
1478
|
x: {
|
|
1479
1479
|
S: {
|
|
1480
1480
|
$type: "spacing",
|
|
1481
|
-
$value:
|
|
1481
|
+
$value: 9.8,
|
|
1482
1482
|
$description:
|
|
1483
1483
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1484
1484
|
filePath: "data/tokens/components/form.json",
|
|
1485
1485
|
isSource: true,
|
|
1486
1486
|
original: {
|
|
1487
1487
|
$type: "spacing",
|
|
1488
|
-
$value: "{global.space.macro.
|
|
1488
|
+
$value: "{global.space.macro.XS} - 3",
|
|
1489
1489
|
$description:
|
|
1490
1490
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1491
1491
|
},
|
|
@@ -1495,14 +1495,14 @@ module.exports = {
|
|
|
1495
1495
|
},
|
|
1496
1496
|
M: {
|
|
1497
1497
|
$type: "spacing",
|
|
1498
|
-
$value:
|
|
1498
|
+
$value: 16,
|
|
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.S}",
|
|
1506
1506
|
$description:
|
|
1507
1507
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1508
1508
|
},
|
|
@@ -1512,14 +1512,14 @@ module.exports = {
|
|
|
1512
1512
|
},
|
|
1513
1513
|
L: {
|
|
1514
1514
|
$type: "spacing",
|
|
1515
|
-
$value:
|
|
1515
|
+
$value: 20.2,
|
|
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.M} + 1",
|
|
1523
1523
|
$description:
|
|
1524
1524
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1525
1525
|
},
|
|
@@ -1634,6 +1634,85 @@ module.exports = {
|
|
|
1634
1634
|
path: ["form", "space", "integral", "progressive", "yg", "L"],
|
|
1635
1635
|
},
|
|
1636
1636
|
},
|
|
1637
|
+
keyline: {
|
|
1638
|
+
x: {
|
|
1639
|
+
S: {
|
|
1640
|
+
$type: "spacing",
|
|
1641
|
+
$value: 5.4,
|
|
1642
|
+
$description:
|
|
1643
|
+
"Left padding on keyline for small progressively shown inputs",
|
|
1644
|
+
filePath: "data/tokens/components/form.json",
|
|
1645
|
+
isSource: true,
|
|
1646
|
+
original: {
|
|
1647
|
+
$type: "spacing",
|
|
1648
|
+
$value: "{global.space.macro.XXXS} - 1",
|
|
1649
|
+
$description:
|
|
1650
|
+
"Left padding on keyline for small progressively shown inputs",
|
|
1651
|
+
},
|
|
1652
|
+
name: "formSpaceIntegralProgressiveKeylineXS",
|
|
1653
|
+
attributes: {},
|
|
1654
|
+
path: [
|
|
1655
|
+
"form",
|
|
1656
|
+
"space",
|
|
1657
|
+
"integral",
|
|
1658
|
+
"progressive",
|
|
1659
|
+
"keyline",
|
|
1660
|
+
"x",
|
|
1661
|
+
"S",
|
|
1662
|
+
],
|
|
1663
|
+
},
|
|
1664
|
+
M: {
|
|
1665
|
+
$type: "spacing",
|
|
1666
|
+
$value: 8.6,
|
|
1667
|
+
$description:
|
|
1668
|
+
"Left padding on keyline for medium progressively shown inputs",
|
|
1669
|
+
filePath: "data/tokens/components/form.json",
|
|
1670
|
+
isSource: true,
|
|
1671
|
+
original: {
|
|
1672
|
+
$type: "spacing",
|
|
1673
|
+
$value: "{global.space.macro.XXS} - 1",
|
|
1674
|
+
$description:
|
|
1675
|
+
"Left padding on keyline for medium progressively shown inputs",
|
|
1676
|
+
},
|
|
1677
|
+
name: "formSpaceIntegralProgressiveKeylineXM",
|
|
1678
|
+
attributes: {},
|
|
1679
|
+
path: [
|
|
1680
|
+
"form",
|
|
1681
|
+
"space",
|
|
1682
|
+
"integral",
|
|
1683
|
+
"progressive",
|
|
1684
|
+
"keyline",
|
|
1685
|
+
"x",
|
|
1686
|
+
"M",
|
|
1687
|
+
],
|
|
1688
|
+
},
|
|
1689
|
+
L: {
|
|
1690
|
+
$type: "spacing",
|
|
1691
|
+
$value: 11.8,
|
|
1692
|
+
$description:
|
|
1693
|
+
"Left padding on keyline for large progressively shown inputs",
|
|
1694
|
+
filePath: "data/tokens/components/form.json",
|
|
1695
|
+
isSource: true,
|
|
1696
|
+
original: {
|
|
1697
|
+
$type: "spacing",
|
|
1698
|
+
$value: "{global.space.macro.XS} - 1",
|
|
1699
|
+
$description:
|
|
1700
|
+
"Left padding on keyline for large progressively shown inputs",
|
|
1701
|
+
},
|
|
1702
|
+
name: "formSpaceIntegralProgressiveKeylineXL",
|
|
1703
|
+
attributes: {},
|
|
1704
|
+
path: [
|
|
1705
|
+
"form",
|
|
1706
|
+
"space",
|
|
1707
|
+
"integral",
|
|
1708
|
+
"progressive",
|
|
1709
|
+
"keyline",
|
|
1710
|
+
"x",
|
|
1711
|
+
"L",
|
|
1712
|
+
],
|
|
1713
|
+
},
|
|
1714
|
+
},
|
|
1715
|
+
},
|
|
1637
1716
|
},
|
|
1638
1717
|
},
|
|
1639
1718
|
rating: {
|
|
@@ -3002,6 +3081,25 @@ module.exports = {
|
|
|
3002
3081
|
path: ["form", "size", "validation", "bar"],
|
|
3003
3082
|
},
|
|
3004
3083
|
},
|
|
3084
|
+
progressive: {
|
|
3085
|
+
bar: {
|
|
3086
|
+
$type: "sizing",
|
|
3087
|
+
$value: 2,
|
|
3088
|
+
$description:
|
|
3089
|
+
"2px progressive disclosure keyline bar used in checkbox and radio groups",
|
|
3090
|
+
filePath: "data/tokens/components/form.json",
|
|
3091
|
+
isSource: true,
|
|
3092
|
+
original: {
|
|
3093
|
+
$type: "sizing",
|
|
3094
|
+
$value: "{global.size.micro.XXS}",
|
|
3095
|
+
$description:
|
|
3096
|
+
"2px progressive disclosure keyline bar used in checkbox and radio groups",
|
|
3097
|
+
},
|
|
3098
|
+
name: "formSizeProgressiveBar",
|
|
3099
|
+
attributes: {},
|
|
3100
|
+
path: ["form", "size", "progressive", "bar"],
|
|
3101
|
+
},
|
|
3102
|
+
},
|
|
3005
3103
|
rating: {
|
|
3006
3104
|
M: {
|
|
3007
3105
|
$type: "sizing",
|
|
@@ -4171,6 +4269,21 @@ module.exports = {
|
|
|
4171
4269
|
attributes: {},
|
|
4172
4270
|
path: ["form", "radius", "validationbar"],
|
|
4173
4271
|
},
|
|
4272
|
+
progressivebar: {
|
|
4273
|
+
$type: "borderRadius",
|
|
4274
|
+
$value: 2,
|
|
4275
|
+
$description: "Validation bar",
|
|
4276
|
+
filePath: "data/tokens/components/form.json",
|
|
4277
|
+
isSource: true,
|
|
4278
|
+
original: {
|
|
4279
|
+
$type: "borderRadius",
|
|
4280
|
+
$value: "{global.radius.interactive.XS}",
|
|
4281
|
+
$description: "Validation bar",
|
|
4282
|
+
},
|
|
4283
|
+
name: "formRadiusProgressivebar",
|
|
4284
|
+
attributes: {},
|
|
4285
|
+
path: ["form", "radius", "progressivebar"],
|
|
4286
|
+
},
|
|
4174
4287
|
calendar: {
|
|
4175
4288
|
none: {
|
|
4176
4289
|
$type: "borderRadius",
|
|
@@ -621,13 +621,13 @@ module.exports = {
|
|
|
621
621
|
navigation: {
|
|
622
622
|
bottom: {
|
|
623
623
|
$type: "borderWidth",
|
|
624
|
-
$value:
|
|
624
|
+
$value: 2,
|
|
625
625
|
$description: "Tab (enabled and hover bottom border)",
|
|
626
626
|
filePath: "data/tokens/components/tab.json",
|
|
627
627
|
isSource: true,
|
|
628
628
|
original: {
|
|
629
629
|
$type: "borderWidth",
|
|
630
|
-
$value: "{global.borderwidth.
|
|
630
|
+
$value: "{global.borderwidth.S}",
|
|
631
631
|
$description: "Tab (enabled and hover bottom border)",
|
|
632
632
|
},
|
|
633
633
|
name: "tabBorderwidthNavigationBottom",
|
|
@@ -231,6 +231,13 @@ declare const tokens: {
|
|
|
231
231
|
M: DesignToken;
|
|
232
232
|
L: DesignToken;
|
|
233
233
|
};
|
|
234
|
+
keyline: {
|
|
235
|
+
x: {
|
|
236
|
+
S: DesignToken;
|
|
237
|
+
M: DesignToken;
|
|
238
|
+
L: DesignToken;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
234
241
|
};
|
|
235
242
|
};
|
|
236
243
|
rating: {
|
|
@@ -410,6 +417,9 @@ declare const tokens: {
|
|
|
410
417
|
validation: {
|
|
411
418
|
bar: DesignToken;
|
|
412
419
|
};
|
|
420
|
+
progressive: {
|
|
421
|
+
bar: DesignToken;
|
|
422
|
+
};
|
|
413
423
|
rating: {
|
|
414
424
|
M: DesignToken;
|
|
415
425
|
L: DesignToken;
|
|
@@ -512,6 +522,7 @@ declare const tokens: {
|
|
|
512
522
|
radio: DesignToken;
|
|
513
523
|
switch: DesignToken;
|
|
514
524
|
validationbar: DesignToken;
|
|
525
|
+
progressivebar: DesignToken;
|
|
515
526
|
calendar: {
|
|
516
527
|
none: DesignToken;
|
|
517
528
|
date: DesignToken;
|
|
@@ -1478,14 +1478,14 @@ module.exports = {
|
|
|
1478
1478
|
x: {
|
|
1479
1479
|
S: {
|
|
1480
1480
|
$type: "spacing",
|
|
1481
|
-
$value:
|
|
1481
|
+
$value: 9.8,
|
|
1482
1482
|
$description:
|
|
1483
1483
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1484
1484
|
filePath: "data/tokens/components/form.json",
|
|
1485
1485
|
isSource: true,
|
|
1486
1486
|
original: {
|
|
1487
1487
|
$type: "spacing",
|
|
1488
|
-
$value: "{global.space.macro.
|
|
1488
|
+
$value: "{global.space.macro.XS} - 3",
|
|
1489
1489
|
$description:
|
|
1490
1490
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1491
1491
|
},
|
|
@@ -1495,14 +1495,14 @@ module.exports = {
|
|
|
1495
1495
|
},
|
|
1496
1496
|
M: {
|
|
1497
1497
|
$type: "spacing",
|
|
1498
|
-
$value:
|
|
1498
|
+
$value: 16,
|
|
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.S}",
|
|
1506
1506
|
$description:
|
|
1507
1507
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1508
1508
|
},
|
|
@@ -1512,14 +1512,14 @@ module.exports = {
|
|
|
1512
1512
|
},
|
|
1513
1513
|
L: {
|
|
1514
1514
|
$type: "spacing",
|
|
1515
|
-
$value:
|
|
1515
|
+
$value: 20.2,
|
|
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.M} + 1",
|
|
1523
1523
|
$description:
|
|
1524
1524
|
"Left padding on progressively shown form inputs on radio and checkbox",
|
|
1525
1525
|
},
|
|
@@ -1634,6 +1634,85 @@ module.exports = {
|
|
|
1634
1634
|
path: ["form", "space", "integral", "progressive", "yg", "L"],
|
|
1635
1635
|
},
|
|
1636
1636
|
},
|
|
1637
|
+
keyline: {
|
|
1638
|
+
x: {
|
|
1639
|
+
S: {
|
|
1640
|
+
$type: "spacing",
|
|
1641
|
+
$value: 5.4,
|
|
1642
|
+
$description:
|
|
1643
|
+
"Left padding on keyline for small progressively shown inputs",
|
|
1644
|
+
filePath: "data/tokens/components/form.json",
|
|
1645
|
+
isSource: true,
|
|
1646
|
+
original: {
|
|
1647
|
+
$type: "spacing",
|
|
1648
|
+
$value: "{global.space.macro.XXXS} - 1",
|
|
1649
|
+
$description:
|
|
1650
|
+
"Left padding on keyline for small progressively shown inputs",
|
|
1651
|
+
},
|
|
1652
|
+
name: "formSpaceIntegralProgressiveKeylineXS",
|
|
1653
|
+
attributes: {},
|
|
1654
|
+
path: [
|
|
1655
|
+
"form",
|
|
1656
|
+
"space",
|
|
1657
|
+
"integral",
|
|
1658
|
+
"progressive",
|
|
1659
|
+
"keyline",
|
|
1660
|
+
"x",
|
|
1661
|
+
"S",
|
|
1662
|
+
],
|
|
1663
|
+
},
|
|
1664
|
+
M: {
|
|
1665
|
+
$type: "spacing",
|
|
1666
|
+
$value: 8.6,
|
|
1667
|
+
$description:
|
|
1668
|
+
"Left padding on keyline for medium progressively shown inputs",
|
|
1669
|
+
filePath: "data/tokens/components/form.json",
|
|
1670
|
+
isSource: true,
|
|
1671
|
+
original: {
|
|
1672
|
+
$type: "spacing",
|
|
1673
|
+
$value: "{global.space.macro.XXS} - 1",
|
|
1674
|
+
$description:
|
|
1675
|
+
"Left padding on keyline for medium progressively shown inputs",
|
|
1676
|
+
},
|
|
1677
|
+
name: "formSpaceIntegralProgressiveKeylineXM",
|
|
1678
|
+
attributes: {},
|
|
1679
|
+
path: [
|
|
1680
|
+
"form",
|
|
1681
|
+
"space",
|
|
1682
|
+
"integral",
|
|
1683
|
+
"progressive",
|
|
1684
|
+
"keyline",
|
|
1685
|
+
"x",
|
|
1686
|
+
"M",
|
|
1687
|
+
],
|
|
1688
|
+
},
|
|
1689
|
+
L: {
|
|
1690
|
+
$type: "spacing",
|
|
1691
|
+
$value: 11.8,
|
|
1692
|
+
$description:
|
|
1693
|
+
"Left padding on keyline for large progressively shown inputs",
|
|
1694
|
+
filePath: "data/tokens/components/form.json",
|
|
1695
|
+
isSource: true,
|
|
1696
|
+
original: {
|
|
1697
|
+
$type: "spacing",
|
|
1698
|
+
$value: "{global.space.macro.XS} - 1",
|
|
1699
|
+
$description:
|
|
1700
|
+
"Left padding on keyline for large progressively shown inputs",
|
|
1701
|
+
},
|
|
1702
|
+
name: "formSpaceIntegralProgressiveKeylineXL",
|
|
1703
|
+
attributes: {},
|
|
1704
|
+
path: [
|
|
1705
|
+
"form",
|
|
1706
|
+
"space",
|
|
1707
|
+
"integral",
|
|
1708
|
+
"progressive",
|
|
1709
|
+
"keyline",
|
|
1710
|
+
"x",
|
|
1711
|
+
"L",
|
|
1712
|
+
],
|
|
1713
|
+
},
|
|
1714
|
+
},
|
|
1715
|
+
},
|
|
1637
1716
|
},
|
|
1638
1717
|
},
|
|
1639
1718
|
rating: {
|
|
@@ -3002,6 +3081,25 @@ module.exports = {
|
|
|
3002
3081
|
path: ["form", "size", "validation", "bar"],
|
|
3003
3082
|
},
|
|
3004
3083
|
},
|
|
3084
|
+
progressive: {
|
|
3085
|
+
bar: {
|
|
3086
|
+
$type: "sizing",
|
|
3087
|
+
$value: 2,
|
|
3088
|
+
$description:
|
|
3089
|
+
"2px progressive disclosure keyline bar used in checkbox and radio groups",
|
|
3090
|
+
filePath: "data/tokens/components/form.json",
|
|
3091
|
+
isSource: true,
|
|
3092
|
+
original: {
|
|
3093
|
+
$type: "sizing",
|
|
3094
|
+
$value: "{global.size.micro.XXS}",
|
|
3095
|
+
$description:
|
|
3096
|
+
"2px progressive disclosure keyline bar used in checkbox and radio groups",
|
|
3097
|
+
},
|
|
3098
|
+
name: "formSizeProgressiveBar",
|
|
3099
|
+
attributes: {},
|
|
3100
|
+
path: ["form", "size", "progressive", "bar"],
|
|
3101
|
+
},
|
|
3102
|
+
},
|
|
3005
3103
|
rating: {
|
|
3006
3104
|
M: {
|
|
3007
3105
|
$type: "sizing",
|
|
@@ -4171,6 +4269,21 @@ module.exports = {
|
|
|
4171
4269
|
attributes: {},
|
|
4172
4270
|
path: ["form", "radius", "validationbar"],
|
|
4173
4271
|
},
|
|
4272
|
+
progressivebar: {
|
|
4273
|
+
$type: "borderRadius",
|
|
4274
|
+
$value: 2,
|
|
4275
|
+
$description: "Validation bar",
|
|
4276
|
+
filePath: "data/tokens/components/form.json",
|
|
4277
|
+
isSource: true,
|
|
4278
|
+
original: {
|
|
4279
|
+
$type: "borderRadius",
|
|
4280
|
+
$value: "{global.radius.interactive.XS}",
|
|
4281
|
+
$description: "Validation bar",
|
|
4282
|
+
},
|
|
4283
|
+
name: "formRadiusProgressivebar",
|
|
4284
|
+
attributes: {},
|
|
4285
|
+
path: ["form", "radius", "progressivebar"],
|
|
4286
|
+
},
|
|
4174
4287
|
calendar: {
|
|
4175
4288
|
none: {
|
|
4176
4289
|
$type: "borderRadius",
|
|
@@ -621,13 +621,13 @@ module.exports = {
|
|
|
621
621
|
navigation: {
|
|
622
622
|
bottom: {
|
|
623
623
|
$type: "borderWidth",
|
|
624
|
-
$value:
|
|
624
|
+
$value: 2,
|
|
625
625
|
$description: "Tab (enabled and hover bottom border)",
|
|
626
626
|
filePath: "data/tokens/components/tab.json",
|
|
627
627
|
isSource: true,
|
|
628
628
|
original: {
|
|
629
629
|
$type: "borderWidth",
|
|
630
|
-
$value: "{global.borderwidth.
|
|
630
|
+
$value: "{global.borderwidth.S}",
|
|
631
631
|
$description: "Tab (enabled and hover bottom border)",
|
|
632
632
|
},
|
|
633
633
|
name: "tabBorderwidthNavigationBottom",
|
|
@@ -98,6 +98,9 @@ export const formSpaceIntegralProgressiveYL: number;
|
|
|
98
98
|
export const formSpaceIntegralProgressiveYgS: number;
|
|
99
99
|
export const formSpaceIntegralProgressiveYgM: number;
|
|
100
100
|
export const formSpaceIntegralProgressiveYgL: number;
|
|
101
|
+
export const formSpaceIntegralProgressiveKeylineXS: number;
|
|
102
|
+
export const formSpaceIntegralProgressiveKeylineXM: number;
|
|
103
|
+
export const formSpaceIntegralProgressiveKeylineXL: number;
|
|
101
104
|
export const formSpaceRatingXgM: number;
|
|
102
105
|
export const formSpaceRatingXgL: number;
|
|
103
106
|
export const formSpaceLayoutStackS: number;
|
|
@@ -183,6 +186,7 @@ export const formSizeSearchInputMinwidth: number;
|
|
|
183
186
|
export const formSizeSearchInputMaxwidth: number;
|
|
184
187
|
export const formSizeTextareaM: number;
|
|
185
188
|
export const formSizeValidationBar: number;
|
|
189
|
+
export const formSizeProgressiveBar: number;
|
|
186
190
|
export const formSizeRatingM: number;
|
|
187
191
|
export const formSizeRatingL: number;
|
|
188
192
|
export const formColorCalendarBgActive: string;
|
|
@@ -267,6 +271,7 @@ export const formRadiusInput: number;
|
|
|
267
271
|
export const formRadiusRadio: string;
|
|
268
272
|
export const formRadiusSwitch: string;
|
|
269
273
|
export const formRadiusValidationbar: number;
|
|
274
|
+
export const formRadiusProgressivebar: number;
|
|
270
275
|
export const formRadiusCalendarNone: string;
|
|
271
276
|
export const formRadiusCalendarDate: string;
|
|
272
277
|
export const formRadiusCalendarToday: number;
|
|
@@ -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 = 13;
|
|
93
|
+
export const formSpaceIntegralProgressiveXM = 20;
|
|
94
|
+
export const formSpaceIntegralProgressiveXL = 25;
|
|
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 = 7;
|
|
102
|
+
export const formSpaceIntegralProgressiveKeylineXM = 11;
|
|
103
|
+
export const formSpaceIntegralProgressiveKeylineXL = 15;
|
|
101
104
|
export const formSpaceRatingXgM = 8;
|
|
102
105
|
export const formSpaceRatingXgL = 12;
|
|
103
106
|
export const formSpaceLayoutStackS = 16;
|
|
@@ -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 = "#FFFFFF";
|
|
@@ -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",
|
|
@@ -98,6 +98,9 @@ export const formSpaceIntegralProgressiveYL: number;
|
|
|
98
98
|
export const formSpaceIntegralProgressiveYgS: number;
|
|
99
99
|
export const formSpaceIntegralProgressiveYgM: number;
|
|
100
100
|
export const formSpaceIntegralProgressiveYgL: number;
|
|
101
|
+
export const formSpaceIntegralProgressiveKeylineXS: number;
|
|
102
|
+
export const formSpaceIntegralProgressiveKeylineXM: number;
|
|
103
|
+
export const formSpaceIntegralProgressiveKeylineXL: number;
|
|
101
104
|
export const formSpaceRatingXgM: number;
|
|
102
105
|
export const formSpaceRatingXgL: number;
|
|
103
106
|
export const formSpaceLayoutStackS: number;
|
|
@@ -183,6 +186,7 @@ export const formSizeSearchInputMinwidth: number;
|
|
|
183
186
|
export const formSizeSearchInputMaxwidth: number;
|
|
184
187
|
export const formSizeTextareaM: number;
|
|
185
188
|
export const formSizeValidationBar: number;
|
|
189
|
+
export const formSizeProgressiveBar: number;
|
|
186
190
|
export const formSizeRatingM: number;
|
|
187
191
|
export const formSizeRatingL: number;
|
|
188
192
|
export const formColorCalendarBgActive: string;
|
|
@@ -267,6 +271,7 @@ export const formRadiusInput: number;
|
|
|
267
271
|
export const formRadiusRadio: string;
|
|
268
272
|
export const formRadiusSwitch: string;
|
|
269
273
|
export const formRadiusValidationbar: number;
|
|
274
|
+
export const formRadiusProgressivebar: number;
|
|
270
275
|
export const formRadiusCalendarNone: string;
|
|
271
276
|
export const formRadiusCalendarDate: string;
|
|
272
277
|
export const formRadiusCalendarToday: number;
|
|
@@ -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 = 13;
|
|
93
|
+
export const formSpaceIntegralProgressiveXM = 20;
|
|
94
|
+
export const formSpaceIntegralProgressiveXL = 25;
|
|
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 = 7;
|
|
102
|
+
export const formSpaceIntegralProgressiveKeylineXM = 11;
|
|
103
|
+
export const formSpaceIntegralProgressiveKeylineXL = 15;
|
|
101
104
|
export const formSpaceRatingXgM = 8;
|
|
102
105
|
export const formSpaceRatingXgL = 12;
|
|
103
106
|
export const formSpaceLayoutStackS = 16;
|
|
@@ -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",
|
|
@@ -98,6 +98,9 @@ export const formSpaceIntegralProgressiveYL: number;
|
|
|
98
98
|
export const formSpaceIntegralProgressiveYgS: number;
|
|
99
99
|
export const formSpaceIntegralProgressiveYgM: number;
|
|
100
100
|
export const formSpaceIntegralProgressiveYgL: number;
|
|
101
|
+
export const formSpaceIntegralProgressiveKeylineXS: number;
|
|
102
|
+
export const formSpaceIntegralProgressiveKeylineXM: number;
|
|
103
|
+
export const formSpaceIntegralProgressiveKeylineXL: number;
|
|
101
104
|
export const formSpaceRatingXgM: number;
|
|
102
105
|
export const formSpaceRatingXgL: number;
|
|
103
106
|
export const formSpaceLayoutStackS: number;
|
|
@@ -183,6 +186,7 @@ export const formSizeSearchInputMinwidth: number;
|
|
|
183
186
|
export const formSizeSearchInputMaxwidth: number;
|
|
184
187
|
export const formSizeTextareaM: number;
|
|
185
188
|
export const formSizeValidationBar: number;
|
|
189
|
+
export const formSizeProgressiveBar: number;
|
|
186
190
|
export const formSizeRatingM: number;
|
|
187
191
|
export const formSizeRatingL: number;
|
|
188
192
|
export const formColorCalendarBgActive: string;
|
|
@@ -267,6 +271,7 @@ export const formRadiusInput: number;
|
|
|
267
271
|
export const formRadiusRadio: string;
|
|
268
272
|
export const formRadiusSwitch: string;
|
|
269
273
|
export const formRadiusValidationbar: number;
|
|
274
|
+
export const formRadiusProgressivebar: number;
|
|
270
275
|
export const formRadiusCalendarNone: string;
|
|
271
276
|
export const formRadiusCalendarDate: string;
|
|
272
277
|
export const formRadiusCalendarToday: number;
|
|
@@ -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 = "#FFFFFF";
|
|
@@ -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",
|