@sage/design-tokens 14.4.0 → 14.6.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 +46 -23
- package/css/frozenproduct/large/components/button.css +32 -13
- package/css/frozenproduct/large/components/form.css +6 -3
- package/css/frozenproduct/large/global.css +6 -5
- package/css/frozenproduct/small/components/button.css +32 -13
- package/css/frozenproduct/small/components/form.css +6 -3
- package/css/frozenproduct/small/global.css +6 -5
- package/css/marketing/all.css +46 -23
- package/css/marketing/large/components/button.css +32 -13
- package/css/marketing/large/components/form.css +6 -3
- package/css/marketing/large/global.css +6 -5
- package/css/marketing/small/components/button.css +32 -13
- package/css/marketing/small/components/form.css +6 -3
- package/css/marketing/small/global.css +6 -5
- package/css/product/all.css +46 -23
- package/css/product/large/components/button.css +32 -13
- package/css/product/large/components/form.css +6 -3
- package/css/product/large/global.css +6 -5
- package/css/product/small/components/button.css +32 -13
- package/css/product/small/components/form.css +6 -3
- package/css/product/small/global.css +6 -5
- package/ios/frozenproduct/large/dark/components/button.h +32 -13
- package/ios/frozenproduct/large/dark/components/form.h +6 -3
- package/ios/frozenproduct/large/global.h +6 -5
- package/ios/frozenproduct/large/light/components/button.h +32 -13
- package/ios/frozenproduct/large/light/components/form.h +6 -3
- package/ios/frozenproduct/small/dark/components/button.h +32 -13
- package/ios/frozenproduct/small/dark/components/form.h +6 -3
- package/ios/frozenproduct/small/global.h +6 -5
- package/ios/frozenproduct/small/light/components/button.h +32 -13
- package/ios/frozenproduct/small/light/components/form.h +6 -3
- package/ios/marketing/large/dark/components/button.h +32 -13
- package/ios/marketing/large/dark/components/form.h +6 -3
- package/ios/marketing/large/global.h +6 -5
- package/ios/marketing/large/light/components/button.h +32 -13
- package/ios/marketing/large/light/components/form.h +6 -3
- package/ios/marketing/small/dark/components/button.h +32 -13
- package/ios/marketing/small/dark/components/form.h +6 -3
- package/ios/marketing/small/global.h +6 -5
- package/ios/marketing/small/light/components/button.h +32 -13
- package/ios/marketing/small/light/components/form.h +6 -3
- package/ios/product/large/dark/components/button.h +32 -13
- package/ios/product/large/dark/components/form.h +6 -3
- package/ios/product/large/global.h +6 -5
- package/ios/product/large/light/components/button.h +32 -13
- package/ios/product/large/light/components/form.h +6 -3
- package/ios/product/small/dark/components/button.h +32 -13
- package/ios/product/small/dark/components/form.h +6 -3
- package/ios/product/small/global.h +6 -5
- package/ios/product/small/light/components/button.h +32 -13
- package/ios/product/small/light/components/form.h +6 -3
- package/js/common/frozenproduct/large/dark/components/button.d.ts +28 -1
- package/js/common/frozenproduct/large/dark/components/button.js +366 -39
- package/js/common/frozenproduct/large/dark/components/form.d.ts +7 -0
- package/js/common/frozenproduct/large/dark/components/form.js +61 -6
- package/js/common/frozenproduct/large/global.d.ts +6 -5
- package/js/common/frozenproduct/large/global.js +122 -101
- package/js/common/frozenproduct/large/light/components/button.d.ts +28 -1
- package/js/common/frozenproduct/large/light/components/button.js +366 -39
- package/js/common/frozenproduct/large/light/components/form.d.ts +7 -0
- package/js/common/frozenproduct/large/light/components/form.js +61 -6
- package/js/common/frozenproduct/small/dark/components/button.d.ts +28 -1
- package/js/common/frozenproduct/small/dark/components/button.js +366 -39
- package/js/common/frozenproduct/small/dark/components/form.d.ts +7 -0
- package/js/common/frozenproduct/small/dark/components/form.js +61 -6
- package/js/common/frozenproduct/small/global.d.ts +6 -5
- package/js/common/frozenproduct/small/global.js +122 -101
- package/js/common/frozenproduct/small/light/components/button.d.ts +28 -1
- package/js/common/frozenproduct/small/light/components/button.js +366 -39
- package/js/common/frozenproduct/small/light/components/form.d.ts +7 -0
- package/js/common/frozenproduct/small/light/components/form.js +61 -6
- package/js/common/marketing/large/dark/components/button.d.ts +28 -1
- package/js/common/marketing/large/dark/components/button.js +366 -39
- package/js/common/marketing/large/dark/components/form.d.ts +7 -0
- package/js/common/marketing/large/dark/components/form.js +61 -6
- package/js/common/marketing/large/global.d.ts +6 -5
- package/js/common/marketing/large/global.js +122 -101
- package/js/common/marketing/large/light/components/button.d.ts +28 -1
- package/js/common/marketing/large/light/components/button.js +366 -39
- package/js/common/marketing/large/light/components/form.d.ts +7 -0
- package/js/common/marketing/large/light/components/form.js +61 -6
- package/js/common/marketing/small/dark/components/button.d.ts +28 -1
- package/js/common/marketing/small/dark/components/button.js +366 -39
- package/js/common/marketing/small/dark/components/form.d.ts +7 -0
- package/js/common/marketing/small/dark/components/form.js +61 -6
- package/js/common/marketing/small/global.d.ts +6 -5
- package/js/common/marketing/small/global.js +122 -101
- package/js/common/marketing/small/light/components/button.d.ts +28 -1
- package/js/common/marketing/small/light/components/button.js +366 -39
- package/js/common/marketing/small/light/components/form.d.ts +7 -0
- package/js/common/marketing/small/light/components/form.js +61 -6
- package/js/common/product/large/dark/components/button.d.ts +28 -1
- package/js/common/product/large/dark/components/button.js +366 -39
- package/js/common/product/large/dark/components/form.d.ts +7 -0
- package/js/common/product/large/dark/components/form.js +61 -6
- package/js/common/product/large/global.d.ts +6 -5
- package/js/common/product/large/global.js +122 -101
- package/js/common/product/large/light/components/button.d.ts +28 -1
- package/js/common/product/large/light/components/button.js +366 -39
- package/js/common/product/large/light/components/form.d.ts +7 -0
- package/js/common/product/large/light/components/form.js +61 -6
- package/js/common/product/small/dark/components/button.d.ts +28 -1
- package/js/common/product/small/dark/components/button.js +366 -39
- package/js/common/product/small/dark/components/form.d.ts +7 -0
- package/js/common/product/small/dark/components/form.js +61 -6
- package/js/common/product/small/global.d.ts +6 -5
- package/js/common/product/small/global.js +122 -101
- package/js/common/product/small/light/components/button.d.ts +28 -1
- package/js/common/product/small/light/components/button.js +366 -39
- package/js/common/product/small/light/components/form.d.ts +7 -0
- package/js/common/product/small/light/components/form.js +61 -6
- package/js/es6/frozenproduct/large/dark/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/large/dark/components/button.js +32 -13
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/large/dark/components/form.js +6 -3
- package/js/es6/frozenproduct/large/global.d.ts +6 -5
- package/js/es6/frozenproduct/large/global.js +6 -5
- package/js/es6/frozenproduct/large/light/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/large/light/components/button.js +32 -13
- package/js/es6/frozenproduct/large/light/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/large/light/components/form.js +6 -3
- package/js/es6/frozenproduct/small/dark/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/small/dark/components/button.js +32 -13
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/small/dark/components/form.js +6 -3
- package/js/es6/frozenproduct/small/global.d.ts +6 -5
- package/js/es6/frozenproduct/small/global.js +6 -5
- package/js/es6/frozenproduct/small/light/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/small/light/components/button.js +32 -13
- package/js/es6/frozenproduct/small/light/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/small/light/components/form.js +6 -3
- package/js/es6/marketing/large/dark/components/button.d.ts +20 -1
- package/js/es6/marketing/large/dark/components/button.js +32 -13
- package/js/es6/marketing/large/dark/components/form.d.ts +6 -3
- package/js/es6/marketing/large/dark/components/form.js +6 -3
- package/js/es6/marketing/large/global.d.ts +6 -5
- package/js/es6/marketing/large/global.js +6 -5
- package/js/es6/marketing/large/light/components/button.d.ts +20 -1
- package/js/es6/marketing/large/light/components/button.js +32 -13
- package/js/es6/marketing/large/light/components/form.d.ts +6 -3
- package/js/es6/marketing/large/light/components/form.js +6 -3
- package/js/es6/marketing/small/dark/components/button.d.ts +20 -1
- package/js/es6/marketing/small/dark/components/button.js +32 -13
- package/js/es6/marketing/small/dark/components/form.d.ts +6 -3
- package/js/es6/marketing/small/dark/components/form.js +6 -3
- package/js/es6/marketing/small/global.d.ts +6 -5
- package/js/es6/marketing/small/global.js +6 -5
- package/js/es6/marketing/small/light/components/button.d.ts +20 -1
- package/js/es6/marketing/small/light/components/button.js +32 -13
- package/js/es6/marketing/small/light/components/form.d.ts +6 -3
- package/js/es6/marketing/small/light/components/form.js +6 -3
- package/js/es6/product/large/dark/components/button.d.ts +20 -1
- package/js/es6/product/large/dark/components/button.js +32 -13
- package/js/es6/product/large/dark/components/form.d.ts +6 -3
- package/js/es6/product/large/dark/components/form.js +6 -3
- package/js/es6/product/large/global.d.ts +6 -5
- package/js/es6/product/large/global.js +6 -5
- package/js/es6/product/large/light/components/button.d.ts +20 -1
- package/js/es6/product/large/light/components/button.js +32 -13
- package/js/es6/product/large/light/components/form.d.ts +6 -3
- package/js/es6/product/large/light/components/form.js +6 -3
- package/js/es6/product/small/dark/components/button.d.ts +20 -1
- package/js/es6/product/small/dark/components/button.js +32 -13
- package/js/es6/product/small/dark/components/form.d.ts +6 -3
- package/js/es6/product/small/dark/components/form.js +6 -3
- package/js/es6/product/small/global.d.ts +6 -5
- package/js/es6/product/small/global.js +6 -5
- package/js/es6/product/small/light/components/button.d.ts +20 -1
- package/js/es6/product/small/light/components/button.js +32 -13
- package/js/es6/product/small/light/components/form.d.ts +6 -3
- package/js/es6/product/small/light/components/form.js +6 -3
- package/js/umd/frozenproduct/large/dark/components/button.js +366 -39
- package/js/umd/frozenproduct/large/dark/components/form.js +61 -6
- package/js/umd/frozenproduct/large/global.js +122 -102
- package/js/umd/frozenproduct/large/light/components/button.js +366 -39
- package/js/umd/frozenproduct/large/light/components/form.js +61 -6
- package/js/umd/frozenproduct/small/dark/components/button.js +366 -39
- package/js/umd/frozenproduct/small/dark/components/form.js +61 -6
- package/js/umd/frozenproduct/small/global.js +122 -102
- package/js/umd/frozenproduct/small/light/components/button.js +366 -39
- package/js/umd/frozenproduct/small/light/components/form.js +61 -6
- package/js/umd/marketing/large/dark/components/button.js +366 -39
- package/js/umd/marketing/large/dark/components/form.js +61 -6
- package/js/umd/marketing/large/global.js +122 -102
- package/js/umd/marketing/large/light/components/button.js +366 -39
- package/js/umd/marketing/large/light/components/form.js +61 -6
- package/js/umd/marketing/small/dark/components/button.js +366 -39
- package/js/umd/marketing/small/dark/components/form.js +61 -6
- package/js/umd/marketing/small/global.js +122 -102
- package/js/umd/marketing/small/light/components/button.js +366 -39
- package/js/umd/marketing/small/light/components/form.js +61 -6
- package/js/umd/product/large/dark/components/button.js +366 -39
- package/js/umd/product/large/dark/components/form.js +61 -6
- package/js/umd/product/large/global.js +122 -102
- package/js/umd/product/large/light/components/button.js +366 -39
- package/js/umd/product/large/light/components/form.js +61 -6
- package/js/umd/product/small/dark/components/button.js +366 -39
- package/js/umd/product/small/dark/components/form.js +61 -6
- package/js/umd/product/small/global.js +122 -102
- package/js/umd/product/small/light/components/button.js +366 -39
- package/js/umd/product/small/light/components/form.js +61 -6
- package/json/flat/frozenproduct/large/dark/components/button.json +32 -13
- package/json/flat/frozenproduct/large/dark/components/form.json +6 -3
- package/json/flat/frozenproduct/large/global.json +6 -5
- package/json/flat/frozenproduct/large/light/components/button.json +32 -13
- package/json/flat/frozenproduct/large/light/components/form.json +6 -3
- package/json/flat/frozenproduct/small/dark/components/button.json +32 -13
- package/json/flat/frozenproduct/small/dark/components/form.json +6 -3
- package/json/flat/frozenproduct/small/global.json +6 -5
- package/json/flat/frozenproduct/small/light/components/button.json +32 -13
- package/json/flat/frozenproduct/small/light/components/form.json +6 -3
- package/json/flat/marketing/large/dark/components/button.json +32 -13
- package/json/flat/marketing/large/dark/components/form.json +6 -3
- package/json/flat/marketing/large/global.json +6 -5
- package/json/flat/marketing/large/light/components/button.json +32 -13
- package/json/flat/marketing/large/light/components/form.json +6 -3
- package/json/flat/marketing/small/dark/components/button.json +32 -13
- package/json/flat/marketing/small/dark/components/form.json +6 -3
- package/json/flat/marketing/small/global.json +6 -5
- package/json/flat/marketing/small/light/components/button.json +32 -13
- package/json/flat/marketing/small/light/components/form.json +6 -3
- package/json/flat/product/large/dark/components/button.json +32 -13
- package/json/flat/product/large/dark/components/form.json +6 -3
- package/json/flat/product/large/global.json +6 -5
- package/json/flat/product/large/light/components/button.json +32 -13
- package/json/flat/product/large/light/components/form.json +6 -3
- package/json/flat/product/small/dark/components/button.json +32 -13
- package/json/flat/product/small/dark/components/form.json +6 -3
- package/json/flat/product/small/global.json +6 -5
- package/json/flat/product/small/light/components/button.json +32 -13
- package/json/flat/product/small/light/components/form.json +6 -3
- package/json/nested/frozenproduct/large/dark/components/button.json +41 -14
- package/json/nested/frozenproduct/large/dark/components/form.json +10 -3
- package/json/nested/frozenproduct/large/global.json +6 -5
- package/json/nested/frozenproduct/large/light/components/button.json +41 -14
- package/json/nested/frozenproduct/large/light/components/form.json +10 -3
- package/json/nested/frozenproduct/small/dark/components/button.json +41 -14
- package/json/nested/frozenproduct/small/dark/components/form.json +10 -3
- package/json/nested/frozenproduct/small/global.json +6 -5
- package/json/nested/frozenproduct/small/light/components/button.json +41 -14
- package/json/nested/frozenproduct/small/light/components/form.json +10 -3
- package/json/nested/marketing/large/dark/components/button.json +41 -14
- package/json/nested/marketing/large/dark/components/form.json +10 -3
- package/json/nested/marketing/large/global.json +6 -5
- package/json/nested/marketing/large/light/components/button.json +41 -14
- package/json/nested/marketing/large/light/components/form.json +10 -3
- package/json/nested/marketing/small/dark/components/button.json +41 -14
- package/json/nested/marketing/small/dark/components/form.json +10 -3
- package/json/nested/marketing/small/global.json +6 -5
- package/json/nested/marketing/small/light/components/button.json +41 -14
- package/json/nested/marketing/small/light/components/form.json +10 -3
- package/json/nested/product/large/dark/components/button.json +41 -14
- package/json/nested/product/large/dark/components/form.json +10 -3
- package/json/nested/product/large/global.json +6 -5
- package/json/nested/product/large/light/components/button.json +41 -14
- package/json/nested/product/large/light/components/form.json +10 -3
- package/json/nested/product/small/dark/components/button.json +41 -14
- package/json/nested/product/small/dark/components/form.json +10 -3
- package/json/nested/product/small/global.json +6 -5
- package/json/nested/product/small/light/components/button.json +41 -14
- package/json/nested/product/small/light/components/form.json +10 -3
- package/package.json +1 -1
- package/sage-design-tokens-14.6.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +45 -26
- package/scss/frozenproduct/large/components/container.scss +10 -10
- package/scss/frozenproduct/large/components/form.scss +13 -10
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +5 -5
- 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 +7 -7
- package/scss/frozenproduct/large/components/table.scss +10 -10
- package/scss/frozenproduct/large/global.scss +6 -5
- package/scss/frozenproduct/small/components/button.scss +32 -13
- package/scss/frozenproduct/small/components/form.scss +6 -3
- package/scss/frozenproduct/small/global.scss +6 -5
- package/scss/marketing/large/components/button.scss +32 -13
- package/scss/marketing/large/components/form.scss +6 -3
- package/scss/marketing/large/global.scss +6 -5
- package/scss/marketing/small/components/button.scss +45 -26
- package/scss/marketing/small/components/container.scss +10 -10
- package/scss/marketing/small/components/form.scss +13 -10
- package/scss/marketing/small/components/link.scss +2 -2
- package/scss/marketing/small/components/nav.scss +5 -5
- 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 +7 -7
- package/scss/marketing/small/components/table.scss +10 -10
- package/scss/marketing/small/global.scss +6 -5
- package/scss/product/large/components/button.scss +32 -13
- package/scss/product/large/components/container.scss +10 -10
- package/scss/product/large/components/form.scss +13 -10
- package/scss/product/large/components/link.scss +2 -2
- package/scss/product/large/components/nav.scss +5 -5
- 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 +7 -7
- package/scss/product/large/components/table.scss +10 -10
- package/scss/product/large/global.scss +6 -5
- package/scss/product/small/components/button.scss +32 -13
- package/scss/product/small/components/form.scss +6 -3
- package/scss/product/small/global.scss +6 -5
- package/sage-design-tokens-14.4.0.tgz +0 -0
@@ -2523,7 +2523,7 @@ module.exports = {
|
|
2523
2523
|
original: {
|
2524
2524
|
$type: "typography",
|
2525
2525
|
$value: {
|
2526
|
-
fontFamily: "{global.fontFamilies.
|
2526
|
+
fontFamily: "{global.fontFamilies.heading}",
|
2527
2527
|
fontWeight: "{primitives.fontWeights.medium}",
|
2528
2528
|
lineHeight: "{primitives.lineHeights.400}",
|
2529
2529
|
fontSize: "{primitives.fontSize.responsive.product.step3}",
|
@@ -2546,7 +2546,7 @@ module.exports = {
|
|
2546
2546
|
original: {
|
2547
2547
|
$type: "typography",
|
2548
2548
|
$value: {
|
2549
|
-
fontFamily: "{global.fontFamilies.
|
2549
|
+
fontFamily: "{global.fontFamilies.heading}",
|
2550
2550
|
fontWeight: "{primitives.fontWeights.bold}",
|
2551
2551
|
lineHeight: "{primitives.lineHeights.400}",
|
2552
2552
|
fontSize: "{primitives.fontSize.responsive.product.step4}",
|
@@ -2569,7 +2569,7 @@ module.exports = {
|
|
2569
2569
|
original: {
|
2570
2570
|
$type: "typography",
|
2571
2571
|
$value: {
|
2572
|
-
fontFamily: "{global.fontFamilies.
|
2572
|
+
fontFamily: "{global.fontFamilies.heading}",
|
2573
2573
|
fontWeight: "{primitives.fontWeights.bold}",
|
2574
2574
|
lineHeight: "{primitives.lineHeights.400}",
|
2575
2575
|
fontSize: "{primitives.fontSize.responsive.product.step6}",
|
@@ -2594,7 +2594,7 @@ module.exports = {
|
|
2594
2594
|
original: {
|
2595
2595
|
$type: "typography",
|
2596
2596
|
$value: {
|
2597
|
-
fontFamily: "{global.fontFamilies.
|
2597
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
2598
2598
|
fontWeight: "{primitives.fontWeights.medium}",
|
2599
2599
|
lineHeight: "{primitives.lineHeights.400}",
|
2600
2600
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -2617,7 +2617,7 @@ module.exports = {
|
|
2617
2617
|
original: {
|
2618
2618
|
$type: "typography",
|
2619
2619
|
$value: {
|
2620
|
-
fontFamily: "{global.fontFamilies.
|
2620
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
2621
2621
|
fontWeight: "{primitives.fontWeights.medium}",
|
2622
2622
|
lineHeight: "{primitives.lineHeights.400}",
|
2623
2623
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -2644,7 +2644,7 @@ module.exports = {
|
|
2644
2644
|
original: {
|
2645
2645
|
$type: "typography",
|
2646
2646
|
$value: {
|
2647
|
-
fontFamily: "{global.fontFamilies.
|
2647
|
+
fontFamily: "{global.fontFamilies.body}",
|
2648
2648
|
fontWeight: "{primitives.fontWeights.regular}",
|
2649
2649
|
lineHeight: "{primitives.lineHeights.500}",
|
2650
2650
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2676,7 +2676,7 @@ module.exports = {
|
|
2676
2676
|
original: {
|
2677
2677
|
$type: "typography",
|
2678
2678
|
$value: {
|
2679
|
-
fontFamily: "{global.fontFamilies.
|
2679
|
+
fontFamily: "{global.fontFamilies.body}",
|
2680
2680
|
fontWeight: "{primitives.fontWeights.regular}",
|
2681
2681
|
lineHeight: "{primitives.lineHeights.500}",
|
2682
2682
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -2708,7 +2708,7 @@ module.exports = {
|
|
2708
2708
|
original: {
|
2709
2709
|
$type: "typography",
|
2710
2710
|
$value: {
|
2711
|
-
fontFamily: "{global.fontFamilies.
|
2711
|
+
fontFamily: "{global.fontFamilies.body}",
|
2712
2712
|
fontWeight: "{primitives.fontWeights.regular}",
|
2713
2713
|
lineHeight: "{primitives.lineHeights.500}",
|
2714
2714
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -2742,7 +2742,7 @@ module.exports = {
|
|
2742
2742
|
original: {
|
2743
2743
|
$type: "typography",
|
2744
2744
|
$value: {
|
2745
|
-
fontFamily: "{global.fontFamilies.
|
2745
|
+
fontFamily: "{global.fontFamilies.body}",
|
2746
2746
|
fontWeight: "{primitives.fontWeights.medium}",
|
2747
2747
|
lineHeight: "{primitives.lineHeights.500}",
|
2748
2748
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2774,7 +2774,7 @@ module.exports = {
|
|
2774
2774
|
original: {
|
2775
2775
|
$type: "typography",
|
2776
2776
|
$value: {
|
2777
|
-
fontFamily: "{global.fontFamilies.
|
2777
|
+
fontFamily: "{global.fontFamilies.body}",
|
2778
2778
|
fontWeight: "{primitives.fontWeights.medium}",
|
2779
2779
|
lineHeight: "{primitives.lineHeights.500}",
|
2780
2780
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -2806,7 +2806,7 @@ module.exports = {
|
|
2806
2806
|
original: {
|
2807
2807
|
$type: "typography",
|
2808
2808
|
$value: {
|
2809
|
-
fontFamily: "{global.fontFamilies.
|
2809
|
+
fontFamily: "{global.fontFamilies.body}",
|
2810
2810
|
fontWeight: "{primitives.fontWeights.medium}",
|
2811
2811
|
lineHeight: "{primitives.lineHeights.500}",
|
2812
2812
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -2843,10 +2843,11 @@ module.exports = {
|
|
2843
2843
|
original: {
|
2844
2844
|
$type: "typography",
|
2845
2845
|
$value: {
|
2846
|
-
fontFamily: "{global.fontFamilies.
|
2846
|
+
fontFamily: "{global.fontFamilies.component}",
|
2847
2847
|
fontWeight: "{primitives.fontWeights.medium}",
|
2848
2848
|
lineHeight: "{primitives.lineHeights.500}",
|
2849
|
-
fontSize:
|
2849
|
+
fontSize:
|
2850
|
+
"{primitives.fontSize.responsive.product.stepMinus1}",
|
2850
2851
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
2851
2852
|
},
|
2852
2853
|
$description: "Small Viewports: 13.72, Large Viewports: 11.89",
|
@@ -2878,7 +2879,7 @@ module.exports = {
|
|
2878
2879
|
original: {
|
2879
2880
|
$type: "typography",
|
2880
2881
|
$value: {
|
2881
|
-
fontFamily: "{global.fontFamilies.
|
2882
|
+
fontFamily: "{global.fontFamilies.component}",
|
2882
2883
|
fontWeight: "{primitives.fontWeights.medium}",
|
2883
2884
|
lineHeight: "{primitives.lineHeights.500}",
|
2884
2885
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2914,7 +2915,7 @@ module.exports = {
|
|
2914
2915
|
original: {
|
2915
2916
|
$type: "typography",
|
2916
2917
|
$value: {
|
2917
|
-
fontFamily: "{global.fontFamilies.
|
2918
|
+
fontFamily: "{global.fontFamilies.component}",
|
2918
2919
|
fontWeight: "{primitives.fontWeights.medium}",
|
2919
2920
|
lineHeight: "{primitives.lineHeights.500}",
|
2920
2921
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2950,7 +2951,7 @@ module.exports = {
|
|
2950
2951
|
original: {
|
2951
2952
|
$type: "typography",
|
2952
2953
|
$value: {
|
2953
|
-
fontFamily: "{global.fontFamilies.
|
2954
|
+
fontFamily: "{global.fontFamilies.component}",
|
2954
2955
|
fontWeight: "{primitives.fontWeights.medium}",
|
2955
2956
|
lineHeight: "{primitives.lineHeights.500}",
|
2956
2957
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -2987,10 +2988,11 @@ module.exports = {
|
|
2987
2988
|
original: {
|
2988
2989
|
$type: "typography",
|
2989
2990
|
$value: {
|
2990
|
-
fontFamily: "{global.fontFamilies.
|
2991
|
+
fontFamily: "{global.fontFamilies.component}",
|
2991
2992
|
fontWeight: "{primitives.fontWeights.regular}",
|
2992
2993
|
lineHeight: "{primitives.lineHeights.500}",
|
2993
|
-
fontSize:
|
2994
|
+
fontSize:
|
2995
|
+
"{primitives.fontSize.responsive.product.stepMinus1}",
|
2994
2996
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
2995
2997
|
},
|
2996
2998
|
$description: "Small Viewports: 13.72, Large Viewports: 11.89",
|
@@ -3022,7 +3024,7 @@ module.exports = {
|
|
3022
3024
|
original: {
|
3023
3025
|
$type: "typography",
|
3024
3026
|
$value: {
|
3025
|
-
fontFamily: "{global.fontFamilies.
|
3027
|
+
fontFamily: "{global.fontFamilies.component}",
|
3026
3028
|
fontWeight: "{primitives.fontWeights.regular}",
|
3027
3029
|
lineHeight: "{primitives.lineHeights.500}",
|
3028
3030
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3058,7 +3060,7 @@ module.exports = {
|
|
3058
3060
|
original: {
|
3059
3061
|
$type: "typography",
|
3060
3062
|
$value: {
|
3061
|
-
fontFamily: "{global.fontFamilies.
|
3063
|
+
fontFamily: "{global.fontFamilies.component}",
|
3062
3064
|
fontWeight: "{primitives.fontWeights.regular}",
|
3063
3065
|
lineHeight: "{primitives.lineHeights.500}",
|
3064
3066
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3094,7 +3096,7 @@ module.exports = {
|
|
3094
3096
|
original: {
|
3095
3097
|
$type: "typography",
|
3096
3098
|
$value: {
|
3097
|
-
fontFamily: "{global.fontFamilies.
|
3099
|
+
fontFamily: "{global.fontFamilies.component}",
|
3098
3100
|
fontWeight: "{primitives.fontWeights.regular}",
|
3099
3101
|
lineHeight: "{primitives.lineHeights.500}",
|
3100
3102
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -3224,7 +3226,7 @@ module.exports = {
|
|
3224
3226
|
original: {
|
3225
3227
|
$type: "typography",
|
3226
3228
|
$value: {
|
3227
|
-
fontFamily: "{global.fontFamilies.
|
3229
|
+
fontFamily: "{global.fontFamilies.component}",
|
3228
3230
|
fontWeight: "{primitives.fontWeights.regular}",
|
3229
3231
|
lineHeight: "{primitives.lineHeights.500}",
|
3230
3232
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3259,7 +3261,7 @@ module.exports = {
|
|
3259
3261
|
original: {
|
3260
3262
|
$type: "typography",
|
3261
3263
|
$value: {
|
3262
|
-
fontFamily: "{global.fontFamilies.
|
3264
|
+
fontFamily: "{global.fontFamilies.component}",
|
3263
3265
|
fontWeight: "{primitives.fontWeights.regular}",
|
3264
3266
|
lineHeight: "{primitives.lineHeights.500}",
|
3265
3267
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3294,7 +3296,7 @@ module.exports = {
|
|
3294
3296
|
original: {
|
3295
3297
|
$type: "typography",
|
3296
3298
|
$value: {
|
3297
|
-
fontFamily: "{global.fontFamilies.
|
3299
|
+
fontFamily: "{global.fontFamilies.component}",
|
3298
3300
|
fontWeight: "{primitives.fontWeights.regular}",
|
3299
3301
|
lineHeight: "{primitives.lineHeights.500}",
|
3300
3302
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -3331,7 +3333,7 @@ module.exports = {
|
|
3331
3333
|
original: {
|
3332
3334
|
$type: "typography",
|
3333
3335
|
$value: {
|
3334
|
-
fontFamily: "{global.fontFamilies.
|
3336
|
+
fontFamily: "{global.fontFamilies.component}",
|
3335
3337
|
fontWeight: "{primitives.fontWeights.medium}",
|
3336
3338
|
lineHeight: "{primitives.lineHeights.500}",
|
3337
3339
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3366,7 +3368,7 @@ module.exports = {
|
|
3366
3368
|
original: {
|
3367
3369
|
$type: "typography",
|
3368
3370
|
$value: {
|
3369
|
-
fontFamily: "{global.fontFamilies.
|
3371
|
+
fontFamily: "{global.fontFamilies.component}",
|
3370
3372
|
fontWeight: "{primitives.fontWeights.medium}",
|
3371
3373
|
lineHeight: "{primitives.lineHeights.500}",
|
3372
3374
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3401,7 +3403,7 @@ module.exports = {
|
|
3401
3403
|
original: {
|
3402
3404
|
$type: "typography",
|
3403
3405
|
$value: {
|
3404
|
-
fontFamily: "{global.fontFamilies.
|
3406
|
+
fontFamily: "{global.fontFamilies.component}",
|
3405
3407
|
fontWeight: "{primitives.fontWeights.medium}",
|
3406
3408
|
lineHeight: "{primitives.lineHeights.500}",
|
3407
3409
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -3438,10 +3440,11 @@ module.exports = {
|
|
3438
3440
|
original: {
|
3439
3441
|
$type: "typography",
|
3440
3442
|
$value: {
|
3441
|
-
fontFamily: "{global.fontFamilies.
|
3443
|
+
fontFamily: "{global.fontFamilies.component}",
|
3442
3444
|
fontWeight: "{primitives.fontWeights.medium}",
|
3443
3445
|
lineHeight: "{primitives.lineHeights.500}",
|
3444
|
-
fontSize:
|
3446
|
+
fontSize:
|
3447
|
+
"{primitives.fontSize.responsive.product.stepMinus2}",
|
3445
3448
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
3446
3449
|
},
|
3447
3450
|
},
|
@@ -3470,7 +3473,7 @@ module.exports = {
|
|
3470
3473
|
original: {
|
3471
3474
|
$type: "typography",
|
3472
3475
|
$value: {
|
3473
|
-
fontFamily: "{global.fontFamilies.
|
3476
|
+
fontFamily: "{global.fontFamilies.component}",
|
3474
3477
|
fontWeight: "{primitives.fontWeights.medium}",
|
3475
3478
|
lineHeight: "{primitives.lineHeights.500}",
|
3476
3479
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3502,7 +3505,7 @@ module.exports = {
|
|
3502
3505
|
original: {
|
3503
3506
|
$type: "typography",
|
3504
3507
|
$value: {
|
3505
|
-
fontFamily: "{global.fontFamilies.
|
3508
|
+
fontFamily: "{global.fontFamilies.component}",
|
3506
3509
|
fontWeight: "{primitives.fontWeights.medium}",
|
3507
3510
|
lineHeight: "{primitives.lineHeights.500}",
|
3508
3511
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -3534,7 +3537,7 @@ module.exports = {
|
|
3534
3537
|
original: {
|
3535
3538
|
$type: "typography",
|
3536
3539
|
$value: {
|
3537
|
-
fontFamily: "{global.fontFamilies.
|
3540
|
+
fontFamily: "{global.fontFamilies.component}",
|
3538
3541
|
fontWeight: "{primitives.fontWeights.medium}",
|
3539
3542
|
lineHeight: "{primitives.lineHeights.500}",
|
3540
3543
|
fontSize: "{primitives.fontSize.responsive.product.step4}",
|
@@ -3566,7 +3569,7 @@ module.exports = {
|
|
3566
3569
|
original: {
|
3567
3570
|
$type: "typography",
|
3568
3571
|
$value: {
|
3569
|
-
fontFamily: "{global.fontFamilies.
|
3572
|
+
fontFamily: "{global.fontFamilies.component}",
|
3570
3573
|
fontWeight: "{primitives.fontWeights.medium}",
|
3571
3574
|
lineHeight: "{primitives.lineHeights.500}",
|
3572
3575
|
fontSize: "{primitives.fontSize.responsive.product.step6}",
|
@@ -3598,7 +3601,7 @@ module.exports = {
|
|
3598
3601
|
original: {
|
3599
3602
|
$type: "typography",
|
3600
3603
|
$value: {
|
3601
|
-
fontFamily: "{global.fontFamilies.
|
3604
|
+
fontFamily: "{global.fontFamilies.component}",
|
3602
3605
|
fontWeight: "{primitives.fontWeights.medium}",
|
3603
3606
|
lineHeight: "{primitives.lineHeights.500}",
|
3604
3607
|
fontSize: "{primitives.fontSize.responsive.product.step8}",
|
@@ -3630,7 +3633,7 @@ module.exports = {
|
|
3630
3633
|
original: {
|
3631
3634
|
$type: "typography",
|
3632
3635
|
$value: {
|
3633
|
-
fontFamily: "{global.fontFamilies.
|
3636
|
+
fontFamily: "{global.fontFamilies.component}",
|
3634
3637
|
fontWeight: "{primitives.fontWeights.medium}",
|
3635
3638
|
lineHeight: "{primitives.lineHeights.500}",
|
3636
3639
|
fontSize: "{primitives.fontSize.responsive.product.step10}",
|
@@ -3666,10 +3669,11 @@ module.exports = {
|
|
3666
3669
|
original: {
|
3667
3670
|
$type: "typography",
|
3668
3671
|
$value: {
|
3669
|
-
fontFamily: "{global.fontFamilies.
|
3672
|
+
fontFamily: "{global.fontFamilies.component}",
|
3670
3673
|
fontWeight: "{primitives.fontWeights.medium}",
|
3671
3674
|
lineHeight: "{primitives.lineHeights.300}",
|
3672
|
-
fontSize:
|
3675
|
+
fontSize:
|
3676
|
+
"{primitives.fontSize.responsive.product.stepMinus1}",
|
3673
3677
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
3674
3678
|
},
|
3675
3679
|
$description:
|
@@ -3704,7 +3708,7 @@ module.exports = {
|
|
3704
3708
|
original: {
|
3705
3709
|
$type: "typography",
|
3706
3710
|
$value: {
|
3707
|
-
fontFamily: "{global.fontFamilies.
|
3711
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3708
3712
|
fontWeight: "{primitives.fontWeights.medium}",
|
3709
3713
|
lineHeight: "{primitives.lineHeights.400}",
|
3710
3714
|
fontSize: "{global.fontSize.adaptive.step3}",
|
@@ -3727,7 +3731,7 @@ module.exports = {
|
|
3727
3731
|
original: {
|
3728
3732
|
$type: "typography",
|
3729
3733
|
$value: {
|
3730
|
-
fontFamily: "{global.fontFamilies.
|
3734
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3731
3735
|
fontWeight: "{primitives.fontWeights.bold}",
|
3732
3736
|
lineHeight: "{primitives.lineHeights.400}",
|
3733
3737
|
fontSize: "{global.fontSize.adaptive.step4}",
|
@@ -3750,7 +3754,7 @@ module.exports = {
|
|
3750
3754
|
original: {
|
3751
3755
|
$type: "typography",
|
3752
3756
|
$value: {
|
3753
|
-
fontFamily: "{global.fontFamilies.
|
3757
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3754
3758
|
fontWeight: "{primitives.fontWeights.bold}",
|
3755
3759
|
lineHeight: "{primitives.lineHeights.400}",
|
3756
3760
|
fontSize: "{global.fontSize.adaptive.step6}",
|
@@ -3775,7 +3779,7 @@ module.exports = {
|
|
3775
3779
|
original: {
|
3776
3780
|
$type: "typography",
|
3777
3781
|
$value: {
|
3778
|
-
fontFamily: "{global.fontFamilies.
|
3782
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
3779
3783
|
fontWeight: "{primitives.fontWeights.medium}",
|
3780
3784
|
lineHeight: "{primitives.lineHeights.400}",
|
3781
3785
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -3798,7 +3802,7 @@ module.exports = {
|
|
3798
3802
|
original: {
|
3799
3803
|
$type: "typography",
|
3800
3804
|
$value: {
|
3801
|
-
fontFamily: "{global.fontFamilies.
|
3805
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
3802
3806
|
fontWeight: "{primitives.fontWeights.medium}",
|
3803
3807
|
lineHeight: "{primitives.lineHeights.400}",
|
3804
3808
|
fontSize: "{global.fontSize.adaptive.step2}",
|
@@ -3825,7 +3829,7 @@ module.exports = {
|
|
3825
3829
|
original: {
|
3826
3830
|
$type: "typography",
|
3827
3831
|
$value: {
|
3828
|
-
fontFamily: "{global.fontFamilies.
|
3832
|
+
fontFamily: "{global.fontFamilies.body}",
|
3829
3833
|
fontWeight: "{primitives.fontWeights.regular}",
|
3830
3834
|
lineHeight: "{primitives.lineHeights.500}",
|
3831
3835
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3857,7 +3861,7 @@ module.exports = {
|
|
3857
3861
|
original: {
|
3858
3862
|
$type: "typography",
|
3859
3863
|
$value: {
|
3860
|
-
fontFamily: "{global.fontFamilies.
|
3864
|
+
fontFamily: "{global.fontFamilies.body}",
|
3861
3865
|
fontWeight: "{primitives.fontWeights.regular}",
|
3862
3866
|
lineHeight: "{primitives.lineHeights.500}",
|
3863
3867
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3889,7 +3893,7 @@ module.exports = {
|
|
3889
3893
|
original: {
|
3890
3894
|
$type: "typography",
|
3891
3895
|
$value: {
|
3892
|
-
fontFamily: "{global.fontFamilies.
|
3896
|
+
fontFamily: "{global.fontFamilies.body}",
|
3893
3897
|
fontWeight: "{primitives.fontWeights.regular}",
|
3894
3898
|
lineHeight: "{primitives.lineHeights.500}",
|
3895
3899
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -3923,7 +3927,7 @@ module.exports = {
|
|
3923
3927
|
original: {
|
3924
3928
|
$type: "typography",
|
3925
3929
|
$value: {
|
3926
|
-
fontFamily: "{global.fontFamilies.
|
3930
|
+
fontFamily: "{global.fontFamilies.body}",
|
3927
3931
|
fontWeight: "{primitives.fontWeights.medium}",
|
3928
3932
|
lineHeight: "{primitives.lineHeights.500}",
|
3929
3933
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3948,7 +3952,7 @@ module.exports = {
|
|
3948
3952
|
original: {
|
3949
3953
|
$type: "typography",
|
3950
3954
|
$value: {
|
3951
|
-
fontFamily: "{global.fontFamilies.
|
3955
|
+
fontFamily: "{global.fontFamilies.body}",
|
3952
3956
|
fontWeight: "{primitives.fontWeights.medium}",
|
3953
3957
|
lineHeight: "{primitives.lineHeights.500}",
|
3954
3958
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3973,7 +3977,7 @@ module.exports = {
|
|
3973
3977
|
original: {
|
3974
3978
|
$type: "typography",
|
3975
3979
|
$value: {
|
3976
|
-
fontFamily: "{global.fontFamilies.
|
3980
|
+
fontFamily: "{global.fontFamilies.body}",
|
3977
3981
|
fontWeight: "{primitives.fontWeights.medium}",
|
3978
3982
|
lineHeight: "{primitives.lineHeights.500}",
|
3979
3983
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4002,10 +4006,10 @@ module.exports = {
|
|
4002
4006
|
original: {
|
4003
4007
|
$type: "typography",
|
4004
4008
|
$value: {
|
4005
|
-
fontFamily: "{global.fontFamilies.
|
4009
|
+
fontFamily: "{global.fontFamilies.component}",
|
4006
4010
|
fontWeight: "{primitives.fontWeights.medium}",
|
4007
4011
|
lineHeight: "{primitives.lineHeights.500}",
|
4008
|
-
fontSize: "{global.fontSize.adaptive.
|
4012
|
+
fontSize: "{global.fontSize.adaptive.stepMinus1}",
|
4009
4013
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
4010
4014
|
},
|
4011
4015
|
},
|
@@ -4034,7 +4038,7 @@ module.exports = {
|
|
4034
4038
|
original: {
|
4035
4039
|
$type: "typography",
|
4036
4040
|
$value: {
|
4037
|
-
fontFamily: "{global.fontFamilies.
|
4041
|
+
fontFamily: "{global.fontFamilies.component}",
|
4038
4042
|
fontWeight: "{primitives.fontWeights.medium}",
|
4039
4043
|
lineHeight: "{primitives.lineHeights.500}",
|
4040
4044
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4066,7 +4070,7 @@ module.exports = {
|
|
4066
4070
|
original: {
|
4067
4071
|
$type: "typography",
|
4068
4072
|
$value: {
|
4069
|
-
fontFamily: "{global.fontFamilies.
|
4073
|
+
fontFamily: "{global.fontFamilies.component}",
|
4070
4074
|
fontWeight: "{primitives.fontWeights.medium}",
|
4071
4075
|
lineHeight: "{primitives.lineHeights.500}",
|
4072
4076
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4098,7 +4102,7 @@ module.exports = {
|
|
4098
4102
|
original: {
|
4099
4103
|
$type: "typography",
|
4100
4104
|
$value: {
|
4101
|
-
fontFamily: "{global.fontFamilies.
|
4105
|
+
fontFamily: "{global.fontFamilies.component}",
|
4102
4106
|
fontWeight: "{primitives.fontWeights.medium}",
|
4103
4107
|
lineHeight: "{primitives.lineHeights.500}",
|
4104
4108
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4132,10 +4136,10 @@ module.exports = {
|
|
4132
4136
|
original: {
|
4133
4137
|
$type: "typography",
|
4134
4138
|
$value: {
|
4135
|
-
fontFamily: "{global.fontFamilies.
|
4139
|
+
fontFamily: "{global.fontFamilies.component}",
|
4136
4140
|
fontWeight: "{primitives.fontWeights.regular}",
|
4137
4141
|
lineHeight: "{primitives.lineHeights.500}",
|
4138
|
-
fontSize: "{global.fontSize.adaptive.
|
4142
|
+
fontSize: "{global.fontSize.adaptive.stepMinus1}",
|
4139
4143
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
4140
4144
|
},
|
4141
4145
|
},
|
@@ -4164,7 +4168,7 @@ module.exports = {
|
|
4164
4168
|
original: {
|
4165
4169
|
$type: "typography",
|
4166
4170
|
$value: {
|
4167
|
-
fontFamily: "{global.fontFamilies.
|
4171
|
+
fontFamily: "{global.fontFamilies.component}",
|
4168
4172
|
fontWeight: "{primitives.fontWeights.regular}",
|
4169
4173
|
lineHeight: "{primitives.lineHeights.500}",
|
4170
4174
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4196,7 +4200,7 @@ module.exports = {
|
|
4196
4200
|
original: {
|
4197
4201
|
$type: "typography",
|
4198
4202
|
$value: {
|
4199
|
-
fontFamily: "{global.fontFamilies.
|
4203
|
+
fontFamily: "{global.fontFamilies.component}",
|
4200
4204
|
fontWeight: "{primitives.fontWeights.regular}",
|
4201
4205
|
lineHeight: "{primitives.lineHeights.500}",
|
4202
4206
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4228,7 +4232,7 @@ module.exports = {
|
|
4228
4232
|
original: {
|
4229
4233
|
$type: "typography",
|
4230
4234
|
$value: {
|
4231
|
-
fontFamily: "{global.fontFamilies.
|
4235
|
+
fontFamily: "{global.fontFamilies.component}",
|
4232
4236
|
fontWeight: "{primitives.fontWeights.regular}",
|
4233
4237
|
lineHeight: "{primitives.lineHeights.500}",
|
4234
4238
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4350,7 +4354,7 @@ module.exports = {
|
|
4350
4354
|
original: {
|
4351
4355
|
$type: "typography",
|
4352
4356
|
$value: {
|
4353
|
-
fontFamily: "{global.fontFamilies.
|
4357
|
+
fontFamily: "{global.fontFamilies.component}",
|
4354
4358
|
fontWeight: "{primitives.fontWeights.regular}",
|
4355
4359
|
lineHeight: "{primitives.lineHeights.500}",
|
4356
4360
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4385,7 +4389,7 @@ module.exports = {
|
|
4385
4389
|
original: {
|
4386
4390
|
$type: "typography",
|
4387
4391
|
$value: {
|
4388
|
-
fontFamily: "{global.fontFamilies.
|
4392
|
+
fontFamily: "{global.fontFamilies.component}",
|
4389
4393
|
fontWeight: "{primitives.fontWeights.regular}",
|
4390
4394
|
lineHeight: "{primitives.lineHeights.500}",
|
4391
4395
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4420,7 +4424,7 @@ module.exports = {
|
|
4420
4424
|
original: {
|
4421
4425
|
$type: "typography",
|
4422
4426
|
$value: {
|
4423
|
-
fontFamily: "{global.fontFamilies.
|
4427
|
+
fontFamily: "{global.fontFamilies.component}",
|
4424
4428
|
fontWeight: "{primitives.fontWeights.regular}",
|
4425
4429
|
lineHeight: "{primitives.lineHeights.500}",
|
4426
4430
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4457,7 +4461,7 @@ module.exports = {
|
|
4457
4461
|
original: {
|
4458
4462
|
$type: "typography",
|
4459
4463
|
$value: {
|
4460
|
-
fontFamily: "{global.fontFamilies.
|
4464
|
+
fontFamily: "{global.fontFamilies.component}",
|
4461
4465
|
fontWeight: "{primitives.fontWeights.medium}",
|
4462
4466
|
lineHeight: "{primitives.lineHeights.500}",
|
4463
4467
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4492,7 +4496,7 @@ module.exports = {
|
|
4492
4496
|
original: {
|
4493
4497
|
$type: "typography",
|
4494
4498
|
$value: {
|
4495
|
-
fontFamily: "{global.fontFamilies.
|
4499
|
+
fontFamily: "{global.fontFamilies.component}",
|
4496
4500
|
fontWeight: "{primitives.fontWeights.medium}",
|
4497
4501
|
lineHeight: "{primitives.lineHeights.500}",
|
4498
4502
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4527,7 +4531,7 @@ module.exports = {
|
|
4527
4531
|
original: {
|
4528
4532
|
$type: "typography",
|
4529
4533
|
$value: {
|
4530
|
-
fontFamily: "{global.fontFamilies.
|
4534
|
+
fontFamily: "{global.fontFamilies.component}",
|
4531
4535
|
fontWeight: "{primitives.fontWeights.medium}",
|
4532
4536
|
lineHeight: "{primitives.lineHeights.500}",
|
4533
4537
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4564,10 +4568,10 @@ module.exports = {
|
|
4564
4568
|
original: {
|
4565
4569
|
$type: "typography",
|
4566
4570
|
$value: {
|
4567
|
-
fontFamily: "{global.fontFamilies.
|
4571
|
+
fontFamily: "{global.fontFamilies.component}",
|
4568
4572
|
fontWeight: "{primitives.fontWeights.medium}",
|
4569
4573
|
lineHeight: "{primitives.lineHeights.500}",
|
4570
|
-
fontSize: "{global.fontSize.adaptive.
|
4574
|
+
fontSize: "{global.fontSize.adaptive.stepMinus2}",
|
4571
4575
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
4572
4576
|
},
|
4573
4577
|
},
|
@@ -4596,7 +4600,7 @@ module.exports = {
|
|
4596
4600
|
original: {
|
4597
4601
|
$type: "typography",
|
4598
4602
|
$value: {
|
4599
|
-
fontFamily: "{global.fontFamilies.
|
4603
|
+
fontFamily: "{global.fontFamilies.component}",
|
4600
4604
|
fontWeight: "{primitives.fontWeights.medium}",
|
4601
4605
|
lineHeight: "{primitives.lineHeights.500}",
|
4602
4606
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4628,7 +4632,7 @@ module.exports = {
|
|
4628
4632
|
original: {
|
4629
4633
|
$type: "typography",
|
4630
4634
|
$value: {
|
4631
|
-
fontFamily: "{global.fontFamilies.
|
4635
|
+
fontFamily: "{global.fontFamilies.component}",
|
4632
4636
|
fontWeight: "{primitives.fontWeights.medium}",
|
4633
4637
|
lineHeight: "{primitives.lineHeights.500}",
|
4634
4638
|
fontSize: "{global.fontSize.adaptive.step2}",
|
@@ -4660,7 +4664,7 @@ module.exports = {
|
|
4660
4664
|
original: {
|
4661
4665
|
$type: "typography",
|
4662
4666
|
$value: {
|
4663
|
-
fontFamily: "{global.fontFamilies.
|
4667
|
+
fontFamily: "{global.fontFamilies.component}",
|
4664
4668
|
fontWeight: "{primitives.fontWeights.medium}",
|
4665
4669
|
lineHeight: "{primitives.lineHeights.500}",
|
4666
4670
|
fontSize: "{global.fontSize.adaptive.step4}",
|
@@ -4692,7 +4696,7 @@ module.exports = {
|
|
4692
4696
|
original: {
|
4693
4697
|
$type: "typography",
|
4694
4698
|
$value: {
|
4695
|
-
fontFamily: "{global.fontFamilies.
|
4699
|
+
fontFamily: "{global.fontFamilies.component}",
|
4696
4700
|
fontWeight: "{primitives.fontWeights.medium}",
|
4697
4701
|
lineHeight: "{primitives.lineHeights.500}",
|
4698
4702
|
fontSize: "{global.fontSize.adaptive.step6}",
|
@@ -4724,7 +4728,7 @@ module.exports = {
|
|
4724
4728
|
original: {
|
4725
4729
|
$type: "typography",
|
4726
4730
|
$value: {
|
4727
|
-
fontFamily: "{global.fontFamilies.
|
4731
|
+
fontFamily: "{global.fontFamilies.component}",
|
4728
4732
|
fontWeight: "{primitives.fontWeights.medium}",
|
4729
4733
|
lineHeight: "{primitives.lineHeights.500}",
|
4730
4734
|
fontSize: "{global.fontSize.adaptive.step8}",
|
@@ -4756,7 +4760,7 @@ module.exports = {
|
|
4756
4760
|
original: {
|
4757
4761
|
$type: "typography",
|
4758
4762
|
$value: {
|
4759
|
-
fontFamily: "{global.fontFamilies.
|
4763
|
+
fontFamily: "{global.fontFamilies.component}",
|
4760
4764
|
fontWeight: "{primitives.fontWeights.medium}",
|
4761
4765
|
lineHeight: "{primitives.lineHeights.500}",
|
4762
4766
|
fontSize: "{global.fontSize.adaptive.step10}",
|
@@ -4792,10 +4796,10 @@ module.exports = {
|
|
4792
4796
|
original: {
|
4793
4797
|
$type: "typography",
|
4794
4798
|
$value: {
|
4795
|
-
fontFamily: "{global.fontFamilies.
|
4799
|
+
fontFamily: "{global.fontFamilies.component}",
|
4796
4800
|
fontWeight: "{primitives.fontWeights.medium}",
|
4797
4801
|
lineHeight: "{primitives.lineHeights.300}",
|
4798
|
-
fontSize: "{global.fontSize.adaptive.
|
4802
|
+
fontSize: "{global.fontSize.adaptive.stepMinus1}",
|
4799
4803
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
4800
4804
|
},
|
4801
4805
|
$description:
|
@@ -4818,7 +4822,7 @@ module.exports = {
|
|
4818
4822
|
},
|
4819
4823
|
fontSize: {
|
4820
4824
|
adaptive: {
|
4821
|
-
|
4825
|
+
stepMinus2: {
|
4822
4826
|
$type: "fontSize",
|
4823
4827
|
$value: "12px",
|
4824
4828
|
filePath: "data/tokens/screensize/small.json",
|
@@ -4837,11 +4841,11 @@ module.exports = {
|
|
4837
4841
|
},
|
4838
4842
|
},
|
4839
4843
|
},
|
4840
|
-
name: "
|
4844
|
+
name: "globalFontSizeAdaptiveStepMinus2",
|
4841
4845
|
attributes: {},
|
4842
|
-
path: ["global", "fontSize", "adaptive", "
|
4846
|
+
path: ["global", "fontSize", "adaptive", "stepMinus2"],
|
4843
4847
|
},
|
4844
|
-
|
4848
|
+
stepMinus1: {
|
4845
4849
|
$type: "fontSize",
|
4846
4850
|
$value: "13px",
|
4847
4851
|
filePath: "data/tokens/screensize/small.json",
|
@@ -4860,9 +4864,9 @@ module.exports = {
|
|
4860
4864
|
},
|
4861
4865
|
},
|
4862
4866
|
},
|
4863
|
-
name: "
|
4867
|
+
name: "globalFontSizeAdaptiveStepMinus1",
|
4864
4868
|
attributes: {},
|
4865
|
-
path: ["global", "fontSize", "adaptive", "
|
4869
|
+
path: ["global", "fontSize", "adaptive", "stepMinus1"],
|
4866
4870
|
},
|
4867
4871
|
step0: {
|
4868
4872
|
$type: "fontSize",
|
@@ -5143,10 +5147,9 @@ module.exports = {
|
|
5143
5147
|
attributes: {},
|
5144
5148
|
path: ["global", "fontFamilies", "sage-icons"],
|
5145
5149
|
},
|
5146
|
-
|
5150
|
+
heading: {
|
5147
5151
|
$type: "fontFamily",
|
5148
|
-
$value: "Sage
|
5149
|
-
$description: "Used in only in marketing contexts for some headings.",
|
5152
|
+
$value: "Sage UI",
|
5150
5153
|
filePath: "data/tokens/global/typography.json",
|
5151
5154
|
isSource: true,
|
5152
5155
|
$extensions: {
|
@@ -5156,23 +5159,43 @@ module.exports = {
|
|
5156
5159
|
},
|
5157
5160
|
original: {
|
5158
5161
|
$type: "fontFamily",
|
5159
|
-
$value: "Sage
|
5160
|
-
$description: "Used in only in marketing contexts for some headings.",
|
5162
|
+
$value: "Sage UI",
|
5161
5163
|
$extensions: {
|
5162
5164
|
"studio.tokens": {
|
5163
5165
|
originalType: "fontFamilies",
|
5164
5166
|
},
|
5165
5167
|
},
|
5166
5168
|
},
|
5167
|
-
name: "
|
5169
|
+
name: "globalFontFamiliesHeading",
|
5168
5170
|
attributes: {},
|
5169
|
-
path: ["global", "fontFamilies", "
|
5171
|
+
path: ["global", "fontFamilies", "heading"],
|
5170
5172
|
},
|
5171
|
-
|
5173
|
+
subheading: {
|
5174
|
+
$type: "fontFamily",
|
5175
|
+
$value: "Sage UI",
|
5176
|
+
filePath: "data/tokens/global/typography.json",
|
5177
|
+
isSource: true,
|
5178
|
+
$extensions: {
|
5179
|
+
"studio.tokens": {
|
5180
|
+
originalType: "fontFamilies",
|
5181
|
+
},
|
5182
|
+
},
|
5183
|
+
original: {
|
5184
|
+
$type: "fontFamily",
|
5185
|
+
$value: "Sage UI",
|
5186
|
+
$extensions: {
|
5187
|
+
"studio.tokens": {
|
5188
|
+
originalType: "fontFamilies",
|
5189
|
+
},
|
5190
|
+
},
|
5191
|
+
},
|
5192
|
+
name: "globalFontFamiliesSubheading",
|
5193
|
+
attributes: {},
|
5194
|
+
path: ["global", "fontFamilies", "subheading"],
|
5195
|
+
},
|
5196
|
+
body: {
|
5172
5197
|
$type: "fontFamily",
|
5173
5198
|
$value: "Sage UI",
|
5174
|
-
$description:
|
5175
|
-
"Used in componentry such as tables, buttons, inputs etc.",
|
5176
5199
|
filePath: "data/tokens/global/typography.json",
|
5177
5200
|
isSource: true,
|
5178
5201
|
$extensions: {
|
@@ -5183,23 +5206,21 @@ module.exports = {
|
|
5183
5206
|
original: {
|
5184
5207
|
$type: "fontFamily",
|
5185
5208
|
$value: "Sage UI",
|
5186
|
-
$description:
|
5187
|
-
"Used in componentry such as tables, buttons, inputs etc.",
|
5188
5209
|
$extensions: {
|
5189
5210
|
"studio.tokens": {
|
5190
5211
|
originalType: "fontFamilies",
|
5191
5212
|
},
|
5192
5213
|
},
|
5193
5214
|
},
|
5194
|
-
name: "
|
5215
|
+
name: "globalFontFamiliesBody",
|
5195
5216
|
attributes: {},
|
5196
|
-
path: ["global", "fontFamilies", "
|
5217
|
+
path: ["global", "fontFamilies", "body"],
|
5197
5218
|
},
|
5198
|
-
|
5219
|
+
component: {
|
5199
5220
|
$type: "fontFamily",
|
5200
|
-
$value: "Sage
|
5221
|
+
$value: "Sage UI",
|
5201
5222
|
$description:
|
5202
|
-
"Used
|
5223
|
+
"Used in componentry such as tables, buttons, inputs etc.",
|
5203
5224
|
filePath: "data/tokens/global/typography.json",
|
5204
5225
|
isSource: true,
|
5205
5226
|
$extensions: {
|
@@ -5209,18 +5230,18 @@ module.exports = {
|
|
5209
5230
|
},
|
5210
5231
|
original: {
|
5211
5232
|
$type: "fontFamily",
|
5212
|
-
$value: "Sage
|
5233
|
+
$value: "Sage UI",
|
5213
5234
|
$description:
|
5214
|
-
"Used
|
5235
|
+
"Used in componentry such as tables, buttons, inputs etc.",
|
5215
5236
|
$extensions: {
|
5216
5237
|
"studio.tokens": {
|
5217
5238
|
originalType: "fontFamilies",
|
5218
5239
|
},
|
5219
5240
|
},
|
5220
5241
|
},
|
5221
|
-
name: "
|
5242
|
+
name: "globalFontFamiliesComponent",
|
5222
5243
|
attributes: {},
|
5223
|
-
path: ["global", "fontFamilies", "
|
5244
|
+
path: ["global", "fontFamilies", "component"],
|
5224
5245
|
},
|
5225
5246
|
other: {
|
5226
5247
|
$type: "fontFamily",
|