@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
@@ -2536,7 +2536,7 @@
|
|
2536
2536
|
original: {
|
2537
2537
|
$type: "typography",
|
2538
2538
|
$value: {
|
2539
|
-
fontFamily: "{global.fontFamilies.
|
2539
|
+
fontFamily: "{global.fontFamilies.heading}",
|
2540
2540
|
fontWeight: "{primitives.fontWeights.medium}",
|
2541
2541
|
lineHeight: "{primitives.lineHeights.400}",
|
2542
2542
|
fontSize: "{primitives.fontSize.responsive.product.step3}",
|
@@ -2559,7 +2559,7 @@
|
|
2559
2559
|
original: {
|
2560
2560
|
$type: "typography",
|
2561
2561
|
$value: {
|
2562
|
-
fontFamily: "{global.fontFamilies.
|
2562
|
+
fontFamily: "{global.fontFamilies.heading}",
|
2563
2563
|
fontWeight: "{primitives.fontWeights.bold}",
|
2564
2564
|
lineHeight: "{primitives.lineHeights.400}",
|
2565
2565
|
fontSize: "{primitives.fontSize.responsive.product.step4}",
|
@@ -2582,7 +2582,7 @@
|
|
2582
2582
|
original: {
|
2583
2583
|
$type: "typography",
|
2584
2584
|
$value: {
|
2585
|
-
fontFamily: "{global.fontFamilies.
|
2585
|
+
fontFamily: "{global.fontFamilies.heading}",
|
2586
2586
|
fontWeight: "{primitives.fontWeights.bold}",
|
2587
2587
|
lineHeight: "{primitives.lineHeights.400}",
|
2588
2588
|
fontSize: "{primitives.fontSize.responsive.product.step6}",
|
@@ -2607,7 +2607,7 @@
|
|
2607
2607
|
original: {
|
2608
2608
|
$type: "typography",
|
2609
2609
|
$value: {
|
2610
|
-
fontFamily: "{global.fontFamilies.
|
2610
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
2611
2611
|
fontWeight: "{primitives.fontWeights.medium}",
|
2612
2612
|
lineHeight: "{primitives.lineHeights.400}",
|
2613
2613
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -2630,7 +2630,7 @@
|
|
2630
2630
|
original: {
|
2631
2631
|
$type: "typography",
|
2632
2632
|
$value: {
|
2633
|
-
fontFamily: "{global.fontFamilies.
|
2633
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
2634
2634
|
fontWeight: "{primitives.fontWeights.medium}",
|
2635
2635
|
lineHeight: "{primitives.lineHeights.400}",
|
2636
2636
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -2657,7 +2657,7 @@
|
|
2657
2657
|
original: {
|
2658
2658
|
$type: "typography",
|
2659
2659
|
$value: {
|
2660
|
-
fontFamily: "{global.fontFamilies.
|
2660
|
+
fontFamily: "{global.fontFamilies.body}",
|
2661
2661
|
fontWeight: "{primitives.fontWeights.regular}",
|
2662
2662
|
lineHeight: "{primitives.lineHeights.500}",
|
2663
2663
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2689,7 +2689,7 @@
|
|
2689
2689
|
original: {
|
2690
2690
|
$type: "typography",
|
2691
2691
|
$value: {
|
2692
|
-
fontFamily: "{global.fontFamilies.
|
2692
|
+
fontFamily: "{global.fontFamilies.body}",
|
2693
2693
|
fontWeight: "{primitives.fontWeights.regular}",
|
2694
2694
|
lineHeight: "{primitives.lineHeights.500}",
|
2695
2695
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -2721,7 +2721,7 @@
|
|
2721
2721
|
original: {
|
2722
2722
|
$type: "typography",
|
2723
2723
|
$value: {
|
2724
|
-
fontFamily: "{global.fontFamilies.
|
2724
|
+
fontFamily: "{global.fontFamilies.body}",
|
2725
2725
|
fontWeight: "{primitives.fontWeights.regular}",
|
2726
2726
|
lineHeight: "{primitives.lineHeights.500}",
|
2727
2727
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -2755,7 +2755,7 @@
|
|
2755
2755
|
original: {
|
2756
2756
|
$type: "typography",
|
2757
2757
|
$value: {
|
2758
|
-
fontFamily: "{global.fontFamilies.
|
2758
|
+
fontFamily: "{global.fontFamilies.body}",
|
2759
2759
|
fontWeight: "{primitives.fontWeights.medium}",
|
2760
2760
|
lineHeight: "{primitives.lineHeights.500}",
|
2761
2761
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2787,7 +2787,7 @@
|
|
2787
2787
|
original: {
|
2788
2788
|
$type: "typography",
|
2789
2789
|
$value: {
|
2790
|
-
fontFamily: "{global.fontFamilies.
|
2790
|
+
fontFamily: "{global.fontFamilies.body}",
|
2791
2791
|
fontWeight: "{primitives.fontWeights.medium}",
|
2792
2792
|
lineHeight: "{primitives.lineHeights.500}",
|
2793
2793
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -2819,7 +2819,7 @@
|
|
2819
2819
|
original: {
|
2820
2820
|
$type: "typography",
|
2821
2821
|
$value: {
|
2822
|
-
fontFamily: "{global.fontFamilies.
|
2822
|
+
fontFamily: "{global.fontFamilies.body}",
|
2823
2823
|
fontWeight: "{primitives.fontWeights.medium}",
|
2824
2824
|
lineHeight: "{primitives.lineHeights.500}",
|
2825
2825
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -2857,10 +2857,11 @@
|
|
2857
2857
|
original: {
|
2858
2858
|
$type: "typography",
|
2859
2859
|
$value: {
|
2860
|
-
fontFamily: "{global.fontFamilies.
|
2860
|
+
fontFamily: "{global.fontFamilies.component}",
|
2861
2861
|
fontWeight: "{primitives.fontWeights.medium}",
|
2862
2862
|
lineHeight: "{primitives.lineHeights.500}",
|
2863
|
-
fontSize:
|
2863
|
+
fontSize:
|
2864
|
+
"{primitives.fontSize.responsive.product.stepMinus1}",
|
2864
2865
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
2865
2866
|
},
|
2866
2867
|
$description:
|
@@ -2893,7 +2894,7 @@
|
|
2893
2894
|
original: {
|
2894
2895
|
$type: "typography",
|
2895
2896
|
$value: {
|
2896
|
-
fontFamily: "{global.fontFamilies.
|
2897
|
+
fontFamily: "{global.fontFamilies.component}",
|
2897
2898
|
fontWeight: "{primitives.fontWeights.medium}",
|
2898
2899
|
lineHeight: "{primitives.lineHeights.500}",
|
2899
2900
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2929,7 +2930,7 @@
|
|
2929
2930
|
original: {
|
2930
2931
|
$type: "typography",
|
2931
2932
|
$value: {
|
2932
|
-
fontFamily: "{global.fontFamilies.
|
2933
|
+
fontFamily: "{global.fontFamilies.component}",
|
2933
2934
|
fontWeight: "{primitives.fontWeights.medium}",
|
2934
2935
|
lineHeight: "{primitives.lineHeights.500}",
|
2935
2936
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2965,7 +2966,7 @@
|
|
2965
2966
|
original: {
|
2966
2967
|
$type: "typography",
|
2967
2968
|
$value: {
|
2968
|
-
fontFamily: "{global.fontFamilies.
|
2969
|
+
fontFamily: "{global.fontFamilies.component}",
|
2969
2970
|
fontWeight: "{primitives.fontWeights.medium}",
|
2970
2971
|
lineHeight: "{primitives.lineHeights.500}",
|
2971
2972
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -3003,10 +3004,11 @@
|
|
3003
3004
|
original: {
|
3004
3005
|
$type: "typography",
|
3005
3006
|
$value: {
|
3006
|
-
fontFamily: "{global.fontFamilies.
|
3007
|
+
fontFamily: "{global.fontFamilies.component}",
|
3007
3008
|
fontWeight: "{primitives.fontWeights.regular}",
|
3008
3009
|
lineHeight: "{primitives.lineHeights.500}",
|
3009
|
-
fontSize:
|
3010
|
+
fontSize:
|
3011
|
+
"{primitives.fontSize.responsive.product.stepMinus1}",
|
3010
3012
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
3011
3013
|
},
|
3012
3014
|
$description:
|
@@ -3039,7 +3041,7 @@
|
|
3039
3041
|
original: {
|
3040
3042
|
$type: "typography",
|
3041
3043
|
$value: {
|
3042
|
-
fontFamily: "{global.fontFamilies.
|
3044
|
+
fontFamily: "{global.fontFamilies.component}",
|
3043
3045
|
fontWeight: "{primitives.fontWeights.regular}",
|
3044
3046
|
lineHeight: "{primitives.lineHeights.500}",
|
3045
3047
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3075,7 +3077,7 @@
|
|
3075
3077
|
original: {
|
3076
3078
|
$type: "typography",
|
3077
3079
|
$value: {
|
3078
|
-
fontFamily: "{global.fontFamilies.
|
3080
|
+
fontFamily: "{global.fontFamilies.component}",
|
3079
3081
|
fontWeight: "{primitives.fontWeights.regular}",
|
3080
3082
|
lineHeight: "{primitives.lineHeights.500}",
|
3081
3083
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3111,7 +3113,7 @@
|
|
3111
3113
|
original: {
|
3112
3114
|
$type: "typography",
|
3113
3115
|
$value: {
|
3114
|
-
fontFamily: "{global.fontFamilies.
|
3116
|
+
fontFamily: "{global.fontFamilies.component}",
|
3115
3117
|
fontWeight: "{primitives.fontWeights.regular}",
|
3116
3118
|
lineHeight: "{primitives.lineHeights.500}",
|
3117
3119
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -3241,7 +3243,7 @@
|
|
3241
3243
|
original: {
|
3242
3244
|
$type: "typography",
|
3243
3245
|
$value: {
|
3244
|
-
fontFamily: "{global.fontFamilies.
|
3246
|
+
fontFamily: "{global.fontFamilies.component}",
|
3245
3247
|
fontWeight: "{primitives.fontWeights.regular}",
|
3246
3248
|
lineHeight: "{primitives.lineHeights.500}",
|
3247
3249
|
fontSize:
|
@@ -3277,7 +3279,7 @@
|
|
3277
3279
|
original: {
|
3278
3280
|
$type: "typography",
|
3279
3281
|
$value: {
|
3280
|
-
fontFamily: "{global.fontFamilies.
|
3282
|
+
fontFamily: "{global.fontFamilies.component}",
|
3281
3283
|
fontWeight: "{primitives.fontWeights.regular}",
|
3282
3284
|
lineHeight: "{primitives.lineHeights.500}",
|
3283
3285
|
fontSize:
|
@@ -3314,7 +3316,7 @@
|
|
3314
3316
|
original: {
|
3315
3317
|
$type: "typography",
|
3316
3318
|
$value: {
|
3317
|
-
fontFamily: "{global.fontFamilies.
|
3319
|
+
fontFamily: "{global.fontFamilies.component}",
|
3318
3320
|
fontWeight: "{primitives.fontWeights.regular}",
|
3319
3321
|
lineHeight: "{primitives.lineHeights.500}",
|
3320
3322
|
fontSize:
|
@@ -3352,7 +3354,7 @@
|
|
3352
3354
|
original: {
|
3353
3355
|
$type: "typography",
|
3354
3356
|
$value: {
|
3355
|
-
fontFamily: "{global.fontFamilies.
|
3357
|
+
fontFamily: "{global.fontFamilies.component}",
|
3356
3358
|
fontWeight: "{primitives.fontWeights.medium}",
|
3357
3359
|
lineHeight: "{primitives.lineHeights.500}",
|
3358
3360
|
fontSize:
|
@@ -3388,7 +3390,7 @@
|
|
3388
3390
|
original: {
|
3389
3391
|
$type: "typography",
|
3390
3392
|
$value: {
|
3391
|
-
fontFamily: "{global.fontFamilies.
|
3393
|
+
fontFamily: "{global.fontFamilies.component}",
|
3392
3394
|
fontWeight: "{primitives.fontWeights.medium}",
|
3393
3395
|
lineHeight: "{primitives.lineHeights.500}",
|
3394
3396
|
fontSize:
|
@@ -3425,7 +3427,7 @@
|
|
3425
3427
|
original: {
|
3426
3428
|
$type: "typography",
|
3427
3429
|
$value: {
|
3428
|
-
fontFamily: "{global.fontFamilies.
|
3430
|
+
fontFamily: "{global.fontFamilies.component}",
|
3429
3431
|
fontWeight: "{primitives.fontWeights.medium}",
|
3430
3432
|
lineHeight: "{primitives.lineHeights.500}",
|
3431
3433
|
fontSize:
|
@@ -3464,10 +3466,11 @@
|
|
3464
3466
|
original: {
|
3465
3467
|
$type: "typography",
|
3466
3468
|
$value: {
|
3467
|
-
fontFamily: "{global.fontFamilies.
|
3469
|
+
fontFamily: "{global.fontFamilies.component}",
|
3468
3470
|
fontWeight: "{primitives.fontWeights.medium}",
|
3469
3471
|
lineHeight: "{primitives.lineHeights.500}",
|
3470
|
-
fontSize:
|
3472
|
+
fontSize:
|
3473
|
+
"{primitives.fontSize.responsive.product.stepMinus2}",
|
3471
3474
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
3472
3475
|
},
|
3473
3476
|
},
|
@@ -3496,7 +3499,7 @@
|
|
3496
3499
|
original: {
|
3497
3500
|
$type: "typography",
|
3498
3501
|
$value: {
|
3499
|
-
fontFamily: "{global.fontFamilies.
|
3502
|
+
fontFamily: "{global.fontFamilies.component}",
|
3500
3503
|
fontWeight: "{primitives.fontWeights.medium}",
|
3501
3504
|
lineHeight: "{primitives.lineHeights.500}",
|
3502
3505
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3528,7 +3531,7 @@
|
|
3528
3531
|
original: {
|
3529
3532
|
$type: "typography",
|
3530
3533
|
$value: {
|
3531
|
-
fontFamily: "{global.fontFamilies.
|
3534
|
+
fontFamily: "{global.fontFamilies.component}",
|
3532
3535
|
fontWeight: "{primitives.fontWeights.medium}",
|
3533
3536
|
lineHeight: "{primitives.lineHeights.500}",
|
3534
3537
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -3560,7 +3563,7 @@
|
|
3560
3563
|
original: {
|
3561
3564
|
$type: "typography",
|
3562
3565
|
$value: {
|
3563
|
-
fontFamily: "{global.fontFamilies.
|
3566
|
+
fontFamily: "{global.fontFamilies.component}",
|
3564
3567
|
fontWeight: "{primitives.fontWeights.medium}",
|
3565
3568
|
lineHeight: "{primitives.lineHeights.500}",
|
3566
3569
|
fontSize: "{primitives.fontSize.responsive.product.step4}",
|
@@ -3592,7 +3595,7 @@
|
|
3592
3595
|
original: {
|
3593
3596
|
$type: "typography",
|
3594
3597
|
$value: {
|
3595
|
-
fontFamily: "{global.fontFamilies.
|
3598
|
+
fontFamily: "{global.fontFamilies.component}",
|
3596
3599
|
fontWeight: "{primitives.fontWeights.medium}",
|
3597
3600
|
lineHeight: "{primitives.lineHeights.500}",
|
3598
3601
|
fontSize: "{primitives.fontSize.responsive.product.step6}",
|
@@ -3624,7 +3627,7 @@
|
|
3624
3627
|
original: {
|
3625
3628
|
$type: "typography",
|
3626
3629
|
$value: {
|
3627
|
-
fontFamily: "{global.fontFamilies.
|
3630
|
+
fontFamily: "{global.fontFamilies.component}",
|
3628
3631
|
fontWeight: "{primitives.fontWeights.medium}",
|
3629
3632
|
lineHeight: "{primitives.lineHeights.500}",
|
3630
3633
|
fontSize: "{primitives.fontSize.responsive.product.step8}",
|
@@ -3656,7 +3659,7 @@
|
|
3656
3659
|
original: {
|
3657
3660
|
$type: "typography",
|
3658
3661
|
$value: {
|
3659
|
-
fontFamily: "{global.fontFamilies.
|
3662
|
+
fontFamily: "{global.fontFamilies.component}",
|
3660
3663
|
fontWeight: "{primitives.fontWeights.medium}",
|
3661
3664
|
lineHeight: "{primitives.lineHeights.500}",
|
3662
3665
|
fontSize: "{primitives.fontSize.responsive.product.step10}",
|
@@ -3693,10 +3696,11 @@
|
|
3693
3696
|
original: {
|
3694
3697
|
$type: "typography",
|
3695
3698
|
$value: {
|
3696
|
-
fontFamily: "{global.fontFamilies.
|
3699
|
+
fontFamily: "{global.fontFamilies.component}",
|
3697
3700
|
fontWeight: "{primitives.fontWeights.medium}",
|
3698
3701
|
lineHeight: "{primitives.lineHeights.300}",
|
3699
|
-
fontSize:
|
3702
|
+
fontSize:
|
3703
|
+
"{primitives.fontSize.responsive.product.stepMinus1}",
|
3700
3704
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
3701
3705
|
},
|
3702
3706
|
$description:
|
@@ -3731,7 +3735,7 @@
|
|
3731
3735
|
original: {
|
3732
3736
|
$type: "typography",
|
3733
3737
|
$value: {
|
3734
|
-
fontFamily: "{global.fontFamilies.
|
3738
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3735
3739
|
fontWeight: "{primitives.fontWeights.medium}",
|
3736
3740
|
lineHeight: "{primitives.lineHeights.400}",
|
3737
3741
|
fontSize: "{global.fontSize.adaptive.step3}",
|
@@ -3754,7 +3758,7 @@
|
|
3754
3758
|
original: {
|
3755
3759
|
$type: "typography",
|
3756
3760
|
$value: {
|
3757
|
-
fontFamily: "{global.fontFamilies.
|
3761
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3758
3762
|
fontWeight: "{primitives.fontWeights.bold}",
|
3759
3763
|
lineHeight: "{primitives.lineHeights.400}",
|
3760
3764
|
fontSize: "{global.fontSize.adaptive.step4}",
|
@@ -3777,7 +3781,7 @@
|
|
3777
3781
|
original: {
|
3778
3782
|
$type: "typography",
|
3779
3783
|
$value: {
|
3780
|
-
fontFamily: "{global.fontFamilies.
|
3784
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3781
3785
|
fontWeight: "{primitives.fontWeights.bold}",
|
3782
3786
|
lineHeight: "{primitives.lineHeights.400}",
|
3783
3787
|
fontSize: "{global.fontSize.adaptive.step6}",
|
@@ -3802,7 +3806,7 @@
|
|
3802
3806
|
original: {
|
3803
3807
|
$type: "typography",
|
3804
3808
|
$value: {
|
3805
|
-
fontFamily: "{global.fontFamilies.
|
3809
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
3806
3810
|
fontWeight: "{primitives.fontWeights.medium}",
|
3807
3811
|
lineHeight: "{primitives.lineHeights.400}",
|
3808
3812
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -3825,7 +3829,7 @@
|
|
3825
3829
|
original: {
|
3826
3830
|
$type: "typography",
|
3827
3831
|
$value: {
|
3828
|
-
fontFamily: "{global.fontFamilies.
|
3832
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
3829
3833
|
fontWeight: "{primitives.fontWeights.medium}",
|
3830
3834
|
lineHeight: "{primitives.lineHeights.400}",
|
3831
3835
|
fontSize: "{global.fontSize.adaptive.step2}",
|
@@ -3852,7 +3856,7 @@
|
|
3852
3856
|
original: {
|
3853
3857
|
$type: "typography",
|
3854
3858
|
$value: {
|
3855
|
-
fontFamily: "{global.fontFamilies.
|
3859
|
+
fontFamily: "{global.fontFamilies.body}",
|
3856
3860
|
fontWeight: "{primitives.fontWeights.regular}",
|
3857
3861
|
lineHeight: "{primitives.lineHeights.500}",
|
3858
3862
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3884,7 +3888,7 @@
|
|
3884
3888
|
original: {
|
3885
3889
|
$type: "typography",
|
3886
3890
|
$value: {
|
3887
|
-
fontFamily: "{global.fontFamilies.
|
3891
|
+
fontFamily: "{global.fontFamilies.body}",
|
3888
3892
|
fontWeight: "{primitives.fontWeights.regular}",
|
3889
3893
|
lineHeight: "{primitives.lineHeights.500}",
|
3890
3894
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3916,7 +3920,7 @@
|
|
3916
3920
|
original: {
|
3917
3921
|
$type: "typography",
|
3918
3922
|
$value: {
|
3919
|
-
fontFamily: "{global.fontFamilies.
|
3923
|
+
fontFamily: "{global.fontFamilies.body}",
|
3920
3924
|
fontWeight: "{primitives.fontWeights.regular}",
|
3921
3925
|
lineHeight: "{primitives.lineHeights.500}",
|
3922
3926
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -3950,7 +3954,7 @@
|
|
3950
3954
|
original: {
|
3951
3955
|
$type: "typography",
|
3952
3956
|
$value: {
|
3953
|
-
fontFamily: "{global.fontFamilies.
|
3957
|
+
fontFamily: "{global.fontFamilies.body}",
|
3954
3958
|
fontWeight: "{primitives.fontWeights.medium}",
|
3955
3959
|
lineHeight: "{primitives.lineHeights.500}",
|
3956
3960
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3982,7 +3986,7 @@
|
|
3982
3986
|
original: {
|
3983
3987
|
$type: "typography",
|
3984
3988
|
$value: {
|
3985
|
-
fontFamily: "{global.fontFamilies.
|
3989
|
+
fontFamily: "{global.fontFamilies.body}",
|
3986
3990
|
fontWeight: "{primitives.fontWeights.medium}",
|
3987
3991
|
lineHeight: "{primitives.lineHeights.500}",
|
3988
3992
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4014,7 +4018,7 @@
|
|
4014
4018
|
original: {
|
4015
4019
|
$type: "typography",
|
4016
4020
|
$value: {
|
4017
|
-
fontFamily: "{global.fontFamilies.
|
4021
|
+
fontFamily: "{global.fontFamilies.body}",
|
4018
4022
|
fontWeight: "{primitives.fontWeights.medium}",
|
4019
4023
|
lineHeight: "{primitives.lineHeights.500}",
|
4020
4024
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4050,10 +4054,10 @@
|
|
4050
4054
|
original: {
|
4051
4055
|
$type: "typography",
|
4052
4056
|
$value: {
|
4053
|
-
fontFamily: "{global.fontFamilies.
|
4057
|
+
fontFamily: "{global.fontFamilies.component}",
|
4054
4058
|
fontWeight: "{primitives.fontWeights.medium}",
|
4055
4059
|
lineHeight: "{primitives.lineHeights.500}",
|
4056
|
-
fontSize: "{global.fontSize.adaptive.
|
4060
|
+
fontSize: "{global.fontSize.adaptive.stepMinus1}",
|
4057
4061
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
4058
4062
|
},
|
4059
4063
|
},
|
@@ -4082,7 +4086,7 @@
|
|
4082
4086
|
original: {
|
4083
4087
|
$type: "typography",
|
4084
4088
|
$value: {
|
4085
|
-
fontFamily: "{global.fontFamilies.
|
4089
|
+
fontFamily: "{global.fontFamilies.component}",
|
4086
4090
|
fontWeight: "{primitives.fontWeights.medium}",
|
4087
4091
|
lineHeight: "{primitives.lineHeights.500}",
|
4088
4092
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4114,7 +4118,7 @@
|
|
4114
4118
|
original: {
|
4115
4119
|
$type: "typography",
|
4116
4120
|
$value: {
|
4117
|
-
fontFamily: "{global.fontFamilies.
|
4121
|
+
fontFamily: "{global.fontFamilies.component}",
|
4118
4122
|
fontWeight: "{primitives.fontWeights.medium}",
|
4119
4123
|
lineHeight: "{primitives.lineHeights.500}",
|
4120
4124
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4146,7 +4150,7 @@
|
|
4146
4150
|
original: {
|
4147
4151
|
$type: "typography",
|
4148
4152
|
$value: {
|
4149
|
-
fontFamily: "{global.fontFamilies.
|
4153
|
+
fontFamily: "{global.fontFamilies.component}",
|
4150
4154
|
fontWeight: "{primitives.fontWeights.medium}",
|
4151
4155
|
lineHeight: "{primitives.lineHeights.500}",
|
4152
4156
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4180,10 +4184,10 @@
|
|
4180
4184
|
original: {
|
4181
4185
|
$type: "typography",
|
4182
4186
|
$value: {
|
4183
|
-
fontFamily: "{global.fontFamilies.
|
4187
|
+
fontFamily: "{global.fontFamilies.component}",
|
4184
4188
|
fontWeight: "{primitives.fontWeights.regular}",
|
4185
4189
|
lineHeight: "{primitives.lineHeights.500}",
|
4186
|
-
fontSize: "{global.fontSize.adaptive.
|
4190
|
+
fontSize: "{global.fontSize.adaptive.stepMinus1}",
|
4187
4191
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
4188
4192
|
},
|
4189
4193
|
},
|
@@ -4212,7 +4216,7 @@
|
|
4212
4216
|
original: {
|
4213
4217
|
$type: "typography",
|
4214
4218
|
$value: {
|
4215
|
-
fontFamily: "{global.fontFamilies.
|
4219
|
+
fontFamily: "{global.fontFamilies.component}",
|
4216
4220
|
fontWeight: "{primitives.fontWeights.regular}",
|
4217
4221
|
lineHeight: "{primitives.lineHeights.500}",
|
4218
4222
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4244,7 +4248,7 @@
|
|
4244
4248
|
original: {
|
4245
4249
|
$type: "typography",
|
4246
4250
|
$value: {
|
4247
|
-
fontFamily: "{global.fontFamilies.
|
4251
|
+
fontFamily: "{global.fontFamilies.component}",
|
4248
4252
|
fontWeight: "{primitives.fontWeights.regular}",
|
4249
4253
|
lineHeight: "{primitives.lineHeights.500}",
|
4250
4254
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4276,7 +4280,7 @@
|
|
4276
4280
|
original: {
|
4277
4281
|
$type: "typography",
|
4278
4282
|
$value: {
|
4279
|
-
fontFamily: "{global.fontFamilies.
|
4283
|
+
fontFamily: "{global.fontFamilies.component}",
|
4280
4284
|
fontWeight: "{primitives.fontWeights.regular}",
|
4281
4285
|
lineHeight: "{primitives.lineHeights.500}",
|
4282
4286
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4398,7 +4402,7 @@
|
|
4398
4402
|
original: {
|
4399
4403
|
$type: "typography",
|
4400
4404
|
$value: {
|
4401
|
-
fontFamily: "{global.fontFamilies.
|
4405
|
+
fontFamily: "{global.fontFamilies.component}",
|
4402
4406
|
fontWeight: "{primitives.fontWeights.regular}",
|
4403
4407
|
lineHeight: "{primitives.lineHeights.500}",
|
4404
4408
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4433,7 +4437,7 @@
|
|
4433
4437
|
original: {
|
4434
4438
|
$type: "typography",
|
4435
4439
|
$value: {
|
4436
|
-
fontFamily: "{global.fontFamilies.
|
4440
|
+
fontFamily: "{global.fontFamilies.component}",
|
4437
4441
|
fontWeight: "{primitives.fontWeights.regular}",
|
4438
4442
|
lineHeight: "{primitives.lineHeights.500}",
|
4439
4443
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4468,7 +4472,7 @@
|
|
4468
4472
|
original: {
|
4469
4473
|
$type: "typography",
|
4470
4474
|
$value: {
|
4471
|
-
fontFamily: "{global.fontFamilies.
|
4475
|
+
fontFamily: "{global.fontFamilies.component}",
|
4472
4476
|
fontWeight: "{primitives.fontWeights.regular}",
|
4473
4477
|
lineHeight: "{primitives.lineHeights.500}",
|
4474
4478
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4505,7 +4509,7 @@
|
|
4505
4509
|
original: {
|
4506
4510
|
$type: "typography",
|
4507
4511
|
$value: {
|
4508
|
-
fontFamily: "{global.fontFamilies.
|
4512
|
+
fontFamily: "{global.fontFamilies.component}",
|
4509
4513
|
fontWeight: "{primitives.fontWeights.medium}",
|
4510
4514
|
lineHeight: "{primitives.lineHeights.500}",
|
4511
4515
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4540,7 +4544,7 @@
|
|
4540
4544
|
original: {
|
4541
4545
|
$type: "typography",
|
4542
4546
|
$value: {
|
4543
|
-
fontFamily: "{global.fontFamilies.
|
4547
|
+
fontFamily: "{global.fontFamilies.component}",
|
4544
4548
|
fontWeight: "{primitives.fontWeights.medium}",
|
4545
4549
|
lineHeight: "{primitives.lineHeights.500}",
|
4546
4550
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4575,7 +4579,7 @@
|
|
4575
4579
|
original: {
|
4576
4580
|
$type: "typography",
|
4577
4581
|
$value: {
|
4578
|
-
fontFamily: "{global.fontFamilies.
|
4582
|
+
fontFamily: "{global.fontFamilies.component}",
|
4579
4583
|
fontWeight: "{primitives.fontWeights.medium}",
|
4580
4584
|
lineHeight: "{primitives.lineHeights.500}",
|
4581
4585
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4612,10 +4616,10 @@
|
|
4612
4616
|
original: {
|
4613
4617
|
$type: "typography",
|
4614
4618
|
$value: {
|
4615
|
-
fontFamily: "{global.fontFamilies.
|
4619
|
+
fontFamily: "{global.fontFamilies.component}",
|
4616
4620
|
fontWeight: "{primitives.fontWeights.medium}",
|
4617
4621
|
lineHeight: "{primitives.lineHeights.500}",
|
4618
|
-
fontSize: "{global.fontSize.adaptive.
|
4622
|
+
fontSize: "{global.fontSize.adaptive.stepMinus2}",
|
4619
4623
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
4620
4624
|
},
|
4621
4625
|
},
|
@@ -4644,7 +4648,7 @@
|
|
4644
4648
|
original: {
|
4645
4649
|
$type: "typography",
|
4646
4650
|
$value: {
|
4647
|
-
fontFamily: "{global.fontFamilies.
|
4651
|
+
fontFamily: "{global.fontFamilies.component}",
|
4648
4652
|
fontWeight: "{primitives.fontWeights.medium}",
|
4649
4653
|
lineHeight: "{primitives.lineHeights.500}",
|
4650
4654
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4676,7 +4680,7 @@
|
|
4676
4680
|
original: {
|
4677
4681
|
$type: "typography",
|
4678
4682
|
$value: {
|
4679
|
-
fontFamily: "{global.fontFamilies.
|
4683
|
+
fontFamily: "{global.fontFamilies.component}",
|
4680
4684
|
fontWeight: "{primitives.fontWeights.medium}",
|
4681
4685
|
lineHeight: "{primitives.lineHeights.500}",
|
4682
4686
|
fontSize: "{global.fontSize.adaptive.step2}",
|
@@ -4708,7 +4712,7 @@
|
|
4708
4712
|
original: {
|
4709
4713
|
$type: "typography",
|
4710
4714
|
$value: {
|
4711
|
-
fontFamily: "{global.fontFamilies.
|
4715
|
+
fontFamily: "{global.fontFamilies.component}",
|
4712
4716
|
fontWeight: "{primitives.fontWeights.medium}",
|
4713
4717
|
lineHeight: "{primitives.lineHeights.500}",
|
4714
4718
|
fontSize: "{global.fontSize.adaptive.step4}",
|
@@ -4740,7 +4744,7 @@
|
|
4740
4744
|
original: {
|
4741
4745
|
$type: "typography",
|
4742
4746
|
$value: {
|
4743
|
-
fontFamily: "{global.fontFamilies.
|
4747
|
+
fontFamily: "{global.fontFamilies.component}",
|
4744
4748
|
fontWeight: "{primitives.fontWeights.medium}",
|
4745
4749
|
lineHeight: "{primitives.lineHeights.500}",
|
4746
4750
|
fontSize: "{global.fontSize.adaptive.step6}",
|
@@ -4772,7 +4776,7 @@
|
|
4772
4776
|
original: {
|
4773
4777
|
$type: "typography",
|
4774
4778
|
$value: {
|
4775
|
-
fontFamily: "{global.fontFamilies.
|
4779
|
+
fontFamily: "{global.fontFamilies.component}",
|
4776
4780
|
fontWeight: "{primitives.fontWeights.medium}",
|
4777
4781
|
lineHeight: "{primitives.lineHeights.500}",
|
4778
4782
|
fontSize: "{global.fontSize.adaptive.step8}",
|
@@ -4804,7 +4808,7 @@
|
|
4804
4808
|
original: {
|
4805
4809
|
$type: "typography",
|
4806
4810
|
$value: {
|
4807
|
-
fontFamily: "{global.fontFamilies.
|
4811
|
+
fontFamily: "{global.fontFamilies.component}",
|
4808
4812
|
fontWeight: "{primitives.fontWeights.medium}",
|
4809
4813
|
lineHeight: "{primitives.lineHeights.500}",
|
4810
4814
|
fontSize: "{global.fontSize.adaptive.step10}",
|
@@ -4840,10 +4844,10 @@
|
|
4840
4844
|
original: {
|
4841
4845
|
$type: "typography",
|
4842
4846
|
$value: {
|
4843
|
-
fontFamily: "{global.fontFamilies.
|
4847
|
+
fontFamily: "{global.fontFamilies.component}",
|
4844
4848
|
fontWeight: "{primitives.fontWeights.medium}",
|
4845
4849
|
lineHeight: "{primitives.lineHeights.300}",
|
4846
|
-
fontSize: "{global.fontSize.adaptive.
|
4850
|
+
fontSize: "{global.fontSize.adaptive.stepMinus1}",
|
4847
4851
|
paragraphSpacing: "{primitives.paragraphSpacing.0}",
|
4848
4852
|
},
|
4849
4853
|
$description:
|
@@ -4866,7 +4870,7 @@
|
|
4866
4870
|
},
|
4867
4871
|
fontSize: {
|
4868
4872
|
adaptive: {
|
4869
|
-
|
4873
|
+
stepMinus2: {
|
4870
4874
|
$type: "fontSize",
|
4871
4875
|
$value: "12px",
|
4872
4876
|
filePath: "data/tokens/screensize/small.json",
|
@@ -4885,11 +4889,11 @@
|
|
4885
4889
|
},
|
4886
4890
|
},
|
4887
4891
|
},
|
4888
|
-
name: "
|
4892
|
+
name: "globalFontSizeAdaptiveStepMinus2",
|
4889
4893
|
attributes: {},
|
4890
|
-
path: ["global", "fontSize", "adaptive", "
|
4894
|
+
path: ["global", "fontSize", "adaptive", "stepMinus2"],
|
4891
4895
|
},
|
4892
|
-
|
4896
|
+
stepMinus1: {
|
4893
4897
|
$type: "fontSize",
|
4894
4898
|
$value: "13px",
|
4895
4899
|
filePath: "data/tokens/screensize/small.json",
|
@@ -4908,9 +4912,9 @@
|
|
4908
4912
|
},
|
4909
4913
|
},
|
4910
4914
|
},
|
4911
|
-
name: "
|
4915
|
+
name: "globalFontSizeAdaptiveStepMinus1",
|
4912
4916
|
attributes: {},
|
4913
|
-
path: ["global", "fontSize", "adaptive", "
|
4917
|
+
path: ["global", "fontSize", "adaptive", "stepMinus1"],
|
4914
4918
|
},
|
4915
4919
|
step0: {
|
4916
4920
|
$type: "fontSize",
|
@@ -5191,10 +5195,9 @@
|
|
5191
5195
|
attributes: {},
|
5192
5196
|
path: ["global", "fontFamilies", "sage-icons"],
|
5193
5197
|
},
|
5194
|
-
|
5198
|
+
heading: {
|
5195
5199
|
$type: "fontFamily",
|
5196
|
-
$value: "Sage
|
5197
|
-
$description: "Used in only in marketing contexts for some headings.",
|
5200
|
+
$value: "Sage UI",
|
5198
5201
|
filePath: "data/tokens/global/typography.json",
|
5199
5202
|
isSource: true,
|
5200
5203
|
$extensions: {
|
@@ -5204,24 +5207,20 @@
|
|
5204
5207
|
},
|
5205
5208
|
original: {
|
5206
5209
|
$type: "fontFamily",
|
5207
|
-
$value: "Sage
|
5208
|
-
$description:
|
5209
|
-
"Used in only in marketing contexts for some headings.",
|
5210
|
+
$value: "Sage UI",
|
5210
5211
|
$extensions: {
|
5211
5212
|
"studio.tokens": {
|
5212
5213
|
originalType: "fontFamilies",
|
5213
5214
|
},
|
5214
5215
|
},
|
5215
5216
|
},
|
5216
|
-
name: "
|
5217
|
+
name: "globalFontFamiliesHeading",
|
5217
5218
|
attributes: {},
|
5218
|
-
path: ["global", "fontFamilies", "
|
5219
|
+
path: ["global", "fontFamilies", "heading"],
|
5219
5220
|
},
|
5220
|
-
|
5221
|
+
subheading: {
|
5221
5222
|
$type: "fontFamily",
|
5222
5223
|
$value: "Sage UI",
|
5223
|
-
$description:
|
5224
|
-
"Used in componentry such as tables, buttons, inputs etc.",
|
5225
5224
|
filePath: "data/tokens/global/typography.json",
|
5226
5225
|
isSource: true,
|
5227
5226
|
$extensions: {
|
@@ -5232,23 +5231,44 @@
|
|
5232
5231
|
original: {
|
5233
5232
|
$type: "fontFamily",
|
5234
5233
|
$value: "Sage UI",
|
5235
|
-
$description:
|
5236
|
-
"Used in componentry such as tables, buttons, inputs etc.",
|
5237
5234
|
$extensions: {
|
5238
5235
|
"studio.tokens": {
|
5239
5236
|
originalType: "fontFamilies",
|
5240
5237
|
},
|
5241
5238
|
},
|
5242
5239
|
},
|
5243
|
-
name: "
|
5240
|
+
name: "globalFontFamiliesSubheading",
|
5244
5241
|
attributes: {},
|
5245
|
-
path: ["global", "fontFamilies", "
|
5242
|
+
path: ["global", "fontFamilies", "subheading"],
|
5246
5243
|
},
|
5247
|
-
|
5244
|
+
body: {
|
5248
5245
|
$type: "fontFamily",
|
5249
|
-
$value: "Sage
|
5246
|
+
$value: "Sage UI",
|
5247
|
+
filePath: "data/tokens/global/typography.json",
|
5248
|
+
isSource: true,
|
5249
|
+
$extensions: {
|
5250
|
+
"studio.tokens": {
|
5251
|
+
originalType: "fontFamilies",
|
5252
|
+
},
|
5253
|
+
},
|
5254
|
+
original: {
|
5255
|
+
$type: "fontFamily",
|
5256
|
+
$value: "Sage UI",
|
5257
|
+
$extensions: {
|
5258
|
+
"studio.tokens": {
|
5259
|
+
originalType: "fontFamilies",
|
5260
|
+
},
|
5261
|
+
},
|
5262
|
+
},
|
5263
|
+
name: "globalFontFamiliesBody",
|
5264
|
+
attributes: {},
|
5265
|
+
path: ["global", "fontFamilies", "body"],
|
5266
|
+
},
|
5267
|
+
component: {
|
5268
|
+
$type: "fontFamily",
|
5269
|
+
$value: "Sage UI",
|
5250
5270
|
$description:
|
5251
|
-
"Used
|
5271
|
+
"Used in componentry such as tables, buttons, inputs etc.",
|
5252
5272
|
filePath: "data/tokens/global/typography.json",
|
5253
5273
|
isSource: true,
|
5254
5274
|
$extensions: {
|
@@ -5258,18 +5278,18 @@
|
|
5258
5278
|
},
|
5259
5279
|
original: {
|
5260
5280
|
$type: "fontFamily",
|
5261
|
-
$value: "Sage
|
5281
|
+
$value: "Sage UI",
|
5262
5282
|
$description:
|
5263
|
-
"Used
|
5283
|
+
"Used in componentry such as tables, buttons, inputs etc.",
|
5264
5284
|
$extensions: {
|
5265
5285
|
"studio.tokens": {
|
5266
5286
|
originalType: "fontFamilies",
|
5267
5287
|
},
|
5268
5288
|
},
|
5269
5289
|
},
|
5270
|
-
name: "
|
5290
|
+
name: "globalFontFamiliesComponent",
|
5271
5291
|
attributes: {},
|
5272
|
-
path: ["global", "fontFamilies", "
|
5292
|
+
path: ["global", "fontFamilies", "component"],
|
5273
5293
|
},
|
5274
5294
|
other: {
|
5275
5295
|
$type: "fontFamily",
|