@sage/design-tokens 14.3.0 → 14.5.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 +7 -3
- package/css/frozenproduct/large/components/form.css +3 -0
- package/css/frozenproduct/large/global.css +4 -3
- package/css/frozenproduct/small/components/form.css +3 -0
- package/css/frozenproduct/small/global.css +4 -3
- package/css/marketing/all.css +7 -3
- package/css/marketing/large/components/container.css +10 -10
- package/css/marketing/large/components/form.css +3 -0
- package/css/marketing/large/global.css +4 -3
- package/css/marketing/small/components/form.css +3 -0
- package/css/marketing/small/global.css +4 -3
- package/css/product/all.css +7 -3
- package/css/product/large/components/form.css +3 -0
- package/css/product/large/global.css +4 -3
- package/css/product/small/components/form.css +3 -0
- package/css/product/small/global.css +4 -3
- package/ios/frozenproduct/large/dark/components/form.h +3 -0
- package/ios/frozenproduct/large/global.h +4 -3
- package/ios/frozenproduct/large/light/components/form.h +3 -0
- package/ios/frozenproduct/small/dark/components/form.h +3 -0
- package/ios/frozenproduct/small/global.h +4 -3
- package/ios/frozenproduct/small/light/components/form.h +3 -0
- package/ios/marketing/large/dark/components/form.h +3 -0
- package/ios/marketing/large/global.h +4 -3
- package/ios/marketing/large/light/components/form.h +3 -0
- package/ios/marketing/small/dark/components/form.h +3 -0
- package/ios/marketing/small/global.h +4 -3
- package/ios/marketing/small/light/components/form.h +3 -0
- package/ios/product/large/dark/components/form.h +3 -0
- package/ios/product/large/global.h +4 -3
- package/ios/product/large/light/components/form.h +3 -0
- package/ios/product/small/dark/components/form.h +3 -0
- package/ios/product/small/global.h +4 -3
- package/ios/product/small/light/components/form.h +3 -0
- package/js/common/frozenproduct/large/dark/components/form.d.ts +7 -0
- package/js/common/frozenproduct/large/dark/components/form.js +49 -0
- package/js/common/frozenproduct/large/global.d.ts +4 -3
- package/js/common/frozenproduct/large/global.js +104 -87
- package/js/common/frozenproduct/large/light/components/form.d.ts +7 -0
- package/js/common/frozenproduct/large/light/components/form.js +49 -0
- package/js/common/frozenproduct/small/dark/components/form.d.ts +7 -0
- package/js/common/frozenproduct/small/dark/components/form.js +49 -0
- package/js/common/frozenproduct/small/global.d.ts +4 -3
- package/js/common/frozenproduct/small/global.js +104 -87
- package/js/common/frozenproduct/small/light/components/form.d.ts +7 -0
- package/js/common/frozenproduct/small/light/components/form.js +49 -0
- package/js/common/marketing/large/dark/components/form.d.ts +7 -0
- package/js/common/marketing/large/dark/components/form.js +49 -0
- package/js/common/marketing/large/global.d.ts +4 -3
- package/js/common/marketing/large/global.js +104 -87
- package/js/common/marketing/large/light/components/form.d.ts +7 -0
- package/js/common/marketing/large/light/components/form.js +49 -0
- package/js/common/marketing/small/dark/components/form.d.ts +7 -0
- package/js/common/marketing/small/dark/components/form.js +49 -0
- package/js/common/marketing/small/global.d.ts +4 -3
- package/js/common/marketing/small/global.js +104 -87
- package/js/common/marketing/small/light/components/form.d.ts +7 -0
- package/js/common/marketing/small/light/components/form.js +49 -0
- package/js/common/product/large/dark/components/form.d.ts +7 -0
- package/js/common/product/large/dark/components/form.js +49 -0
- package/js/common/product/large/global.d.ts +4 -3
- package/js/common/product/large/global.js +104 -87
- package/js/common/product/large/light/components/form.d.ts +7 -0
- package/js/common/product/large/light/components/form.js +49 -0
- package/js/common/product/small/dark/components/form.d.ts +7 -0
- package/js/common/product/small/dark/components/form.js +49 -0
- package/js/common/product/small/global.d.ts +4 -3
- package/js/common/product/small/global.js +104 -87
- package/js/common/product/small/light/components/form.d.ts +7 -0
- package/js/common/product/small/light/components/form.js +49 -0
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +3 -0
- package/js/es6/frozenproduct/large/dark/components/form.js +3 -0
- package/js/es6/frozenproduct/large/global.d.ts +4 -3
- package/js/es6/frozenproduct/large/global.js +4 -3
- package/js/es6/frozenproduct/large/light/components/form.d.ts +3 -0
- package/js/es6/frozenproduct/large/light/components/form.js +3 -0
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +3 -0
- package/js/es6/frozenproduct/small/dark/components/form.js +3 -0
- package/js/es6/frozenproduct/small/global.d.ts +4 -3
- package/js/es6/frozenproduct/small/global.js +4 -3
- package/js/es6/frozenproduct/small/light/components/form.d.ts +3 -0
- package/js/es6/frozenproduct/small/light/components/form.js +3 -0
- package/js/es6/marketing/large/dark/components/form.d.ts +3 -0
- package/js/es6/marketing/large/dark/components/form.js +3 -0
- package/js/es6/marketing/large/global.d.ts +4 -3
- package/js/es6/marketing/large/global.js +4 -3
- package/js/es6/marketing/large/light/components/form.d.ts +3 -0
- package/js/es6/marketing/large/light/components/form.js +3 -0
- package/js/es6/marketing/small/dark/components/form.d.ts +3 -0
- package/js/es6/marketing/small/dark/components/form.js +3 -0
- package/js/es6/marketing/small/global.d.ts +4 -3
- package/js/es6/marketing/small/global.js +4 -3
- package/js/es6/marketing/small/light/components/form.d.ts +3 -0
- package/js/es6/marketing/small/light/components/form.js +3 -0
- package/js/es6/product/large/dark/components/form.d.ts +3 -0
- package/js/es6/product/large/dark/components/form.js +3 -0
- package/js/es6/product/large/global.d.ts +4 -3
- package/js/es6/product/large/global.js +4 -3
- package/js/es6/product/large/light/components/form.d.ts +3 -0
- package/js/es6/product/large/light/components/form.js +3 -0
- package/js/es6/product/small/dark/components/form.d.ts +3 -0
- package/js/es6/product/small/dark/components/form.js +3 -0
- package/js/es6/product/small/global.d.ts +4 -3
- package/js/es6/product/small/global.js +4 -3
- package/js/es6/product/small/light/components/form.d.ts +3 -0
- package/js/es6/product/small/light/components/form.js +3 -0
- package/js/umd/frozenproduct/large/dark/components/form.js +49 -0
- package/js/umd/frozenproduct/large/global.js +104 -88
- package/js/umd/frozenproduct/large/light/components/form.js +49 -0
- package/js/umd/frozenproduct/small/dark/components/form.js +49 -0
- package/js/umd/frozenproduct/small/global.js +104 -88
- package/js/umd/frozenproduct/small/light/components/form.js +49 -0
- package/js/umd/marketing/large/dark/components/form.js +49 -0
- package/js/umd/marketing/large/global.js +104 -88
- package/js/umd/marketing/large/light/components/form.js +49 -0
- package/js/umd/marketing/small/dark/components/form.js +49 -0
- package/js/umd/marketing/small/global.js +104 -88
- package/js/umd/marketing/small/light/components/form.js +49 -0
- package/js/umd/product/large/dark/components/form.js +49 -0
- package/js/umd/product/large/global.js +104 -88
- package/js/umd/product/large/light/components/form.js +49 -0
- package/js/umd/product/small/dark/components/form.js +49 -0
- package/js/umd/product/small/global.js +104 -88
- package/js/umd/product/small/light/components/form.js +49 -0
- package/json/flat/frozenproduct/large/dark/components/form.json +3 -0
- package/json/flat/frozenproduct/large/global.json +4 -3
- package/json/flat/frozenproduct/large/light/components/form.json +3 -0
- package/json/flat/frozenproduct/small/dark/components/form.json +3 -0
- package/json/flat/frozenproduct/small/global.json +4 -3
- package/json/flat/frozenproduct/small/light/components/form.json +3 -0
- package/json/flat/marketing/large/dark/components/form.json +3 -0
- package/json/flat/marketing/large/global.json +4 -3
- package/json/flat/marketing/large/light/components/form.json +3 -0
- package/json/flat/marketing/small/dark/components/form.json +3 -0
- package/json/flat/marketing/small/global.json +4 -3
- package/json/flat/marketing/small/light/components/form.json +3 -0
- package/json/flat/product/large/dark/components/form.json +3 -0
- package/json/flat/product/large/global.json +4 -3
- package/json/flat/product/large/light/components/form.json +3 -0
- package/json/flat/product/small/dark/components/form.json +3 -0
- package/json/flat/product/small/global.json +4 -3
- package/json/flat/product/small/light/components/form.json +3 -0
- package/json/nested/frozenproduct/large/dark/components/form.json +7 -0
- package/json/nested/frozenproduct/large/global.json +4 -3
- package/json/nested/frozenproduct/large/light/components/form.json +7 -0
- package/json/nested/frozenproduct/small/dark/components/form.json +7 -0
- package/json/nested/frozenproduct/small/global.json +4 -3
- package/json/nested/frozenproduct/small/light/components/form.json +7 -0
- package/json/nested/marketing/large/dark/components/form.json +7 -0
- package/json/nested/marketing/large/global.json +4 -3
- package/json/nested/marketing/large/light/components/form.json +7 -0
- package/json/nested/marketing/small/dark/components/form.json +7 -0
- package/json/nested/marketing/small/global.json +4 -3
- package/json/nested/marketing/small/light/components/form.json +7 -0
- package/json/nested/product/large/dark/components/form.json +7 -0
- package/json/nested/product/large/global.json +4 -3
- package/json/nested/product/large/light/components/form.json +7 -0
- package/json/nested/product/small/dark/components/form.json +7 -0
- package/json/nested/product/small/global.json +4 -3
- package/json/nested/product/small/light/components/form.json +7 -0
- package/package.json +1 -1
- package/sage-design-tokens-14.5.0.tgz +0 -0
- package/scss/frozenproduct/large/components/form.scss +3 -0
- package/scss/frozenproduct/large/global.scss +4 -3
- package/scss/frozenproduct/small/components/button.scss +13 -13
- package/scss/frozenproduct/small/components/container.scss +10 -10
- package/scss/frozenproduct/small/components/form.scss +10 -7
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +5 -5
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +6 -6
- package/scss/frozenproduct/small/components/status.scss +3 -3
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +10 -10
- package/scss/frozenproduct/small/global.scss +4 -3
- package/scss/marketing/large/components/button.scss +13 -13
- package/scss/marketing/large/components/container.scss +10 -10
- package/scss/marketing/large/components/form.scss +10 -7
- package/scss/marketing/large/components/link.scss +2 -2
- package/scss/marketing/large/components/nav.scss +5 -5
- package/scss/marketing/large/components/page.scss +1 -1
- package/scss/marketing/large/components/progress.scss +6 -6
- package/scss/marketing/large/components/status.scss +3 -3
- package/scss/marketing/large/components/tab.scss +7 -7
- package/scss/marketing/large/components/table.scss +10 -10
- package/scss/marketing/large/global.scss +4 -3
- package/scss/marketing/small/components/form.scss +3 -0
- package/scss/marketing/small/global.scss +4 -3
- package/scss/product/large/components/form.scss +3 -0
- package/scss/product/large/global.scss +4 -3
- package/scss/product/small/components/form.scss +3 -0
- package/scss/product/small/global.scss +4 -3
- package/sage-design-tokens-14.3.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,7 +2843,7 @@ 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
2849
|
fontSize: "{primitives.fontSize.responsive.product.step-1}",
|
@@ -2878,7 +2878,7 @@ module.exports = {
|
|
2878
2878
|
original: {
|
2879
2879
|
$type: "typography",
|
2880
2880
|
$value: {
|
2881
|
-
fontFamily: "{global.fontFamilies.
|
2881
|
+
fontFamily: "{global.fontFamilies.component}",
|
2882
2882
|
fontWeight: "{primitives.fontWeights.medium}",
|
2883
2883
|
lineHeight: "{primitives.lineHeights.500}",
|
2884
2884
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2914,7 +2914,7 @@ module.exports = {
|
|
2914
2914
|
original: {
|
2915
2915
|
$type: "typography",
|
2916
2916
|
$value: {
|
2917
|
-
fontFamily: "{global.fontFamilies.
|
2917
|
+
fontFamily: "{global.fontFamilies.component}",
|
2918
2918
|
fontWeight: "{primitives.fontWeights.medium}",
|
2919
2919
|
lineHeight: "{primitives.lineHeights.500}",
|
2920
2920
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2950,7 +2950,7 @@ module.exports = {
|
|
2950
2950
|
original: {
|
2951
2951
|
$type: "typography",
|
2952
2952
|
$value: {
|
2953
|
-
fontFamily: "{global.fontFamilies.
|
2953
|
+
fontFamily: "{global.fontFamilies.component}",
|
2954
2954
|
fontWeight: "{primitives.fontWeights.medium}",
|
2955
2955
|
lineHeight: "{primitives.lineHeights.500}",
|
2956
2956
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -2987,7 +2987,7 @@ module.exports = {
|
|
2987
2987
|
original: {
|
2988
2988
|
$type: "typography",
|
2989
2989
|
$value: {
|
2990
|
-
fontFamily: "{global.fontFamilies.
|
2990
|
+
fontFamily: "{global.fontFamilies.component}",
|
2991
2991
|
fontWeight: "{primitives.fontWeights.regular}",
|
2992
2992
|
lineHeight: "{primitives.lineHeights.500}",
|
2993
2993
|
fontSize: "{primitives.fontSize.responsive.product.step-1}",
|
@@ -3022,7 +3022,7 @@ module.exports = {
|
|
3022
3022
|
original: {
|
3023
3023
|
$type: "typography",
|
3024
3024
|
$value: {
|
3025
|
-
fontFamily: "{global.fontFamilies.
|
3025
|
+
fontFamily: "{global.fontFamilies.component}",
|
3026
3026
|
fontWeight: "{primitives.fontWeights.regular}",
|
3027
3027
|
lineHeight: "{primitives.lineHeights.500}",
|
3028
3028
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3058,7 +3058,7 @@ module.exports = {
|
|
3058
3058
|
original: {
|
3059
3059
|
$type: "typography",
|
3060
3060
|
$value: {
|
3061
|
-
fontFamily: "{global.fontFamilies.
|
3061
|
+
fontFamily: "{global.fontFamilies.component}",
|
3062
3062
|
fontWeight: "{primitives.fontWeights.regular}",
|
3063
3063
|
lineHeight: "{primitives.lineHeights.500}",
|
3064
3064
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3094,7 +3094,7 @@ module.exports = {
|
|
3094
3094
|
original: {
|
3095
3095
|
$type: "typography",
|
3096
3096
|
$value: {
|
3097
|
-
fontFamily: "{global.fontFamilies.
|
3097
|
+
fontFamily: "{global.fontFamilies.component}",
|
3098
3098
|
fontWeight: "{primitives.fontWeights.regular}",
|
3099
3099
|
lineHeight: "{primitives.lineHeights.500}",
|
3100
3100
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -3224,7 +3224,7 @@ module.exports = {
|
|
3224
3224
|
original: {
|
3225
3225
|
$type: "typography",
|
3226
3226
|
$value: {
|
3227
|
-
fontFamily: "{global.fontFamilies.
|
3227
|
+
fontFamily: "{global.fontFamilies.component}",
|
3228
3228
|
fontWeight: "{primitives.fontWeights.regular}",
|
3229
3229
|
lineHeight: "{primitives.lineHeights.500}",
|
3230
3230
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3259,7 +3259,7 @@ module.exports = {
|
|
3259
3259
|
original: {
|
3260
3260
|
$type: "typography",
|
3261
3261
|
$value: {
|
3262
|
-
fontFamily: "{global.fontFamilies.
|
3262
|
+
fontFamily: "{global.fontFamilies.component}",
|
3263
3263
|
fontWeight: "{primitives.fontWeights.regular}",
|
3264
3264
|
lineHeight: "{primitives.lineHeights.500}",
|
3265
3265
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3294,7 +3294,7 @@ module.exports = {
|
|
3294
3294
|
original: {
|
3295
3295
|
$type: "typography",
|
3296
3296
|
$value: {
|
3297
|
-
fontFamily: "{global.fontFamilies.
|
3297
|
+
fontFamily: "{global.fontFamilies.component}",
|
3298
3298
|
fontWeight: "{primitives.fontWeights.regular}",
|
3299
3299
|
lineHeight: "{primitives.lineHeights.500}",
|
3300
3300
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -3331,7 +3331,7 @@ module.exports = {
|
|
3331
3331
|
original: {
|
3332
3332
|
$type: "typography",
|
3333
3333
|
$value: {
|
3334
|
-
fontFamily: "{global.fontFamilies.
|
3334
|
+
fontFamily: "{global.fontFamilies.component}",
|
3335
3335
|
fontWeight: "{primitives.fontWeights.medium}",
|
3336
3336
|
lineHeight: "{primitives.lineHeights.500}",
|
3337
3337
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3366,7 +3366,7 @@ module.exports = {
|
|
3366
3366
|
original: {
|
3367
3367
|
$type: "typography",
|
3368
3368
|
$value: {
|
3369
|
-
fontFamily: "{global.fontFamilies.
|
3369
|
+
fontFamily: "{global.fontFamilies.component}",
|
3370
3370
|
fontWeight: "{primitives.fontWeights.medium}",
|
3371
3371
|
lineHeight: "{primitives.lineHeights.500}",
|
3372
3372
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3401,7 +3401,7 @@ module.exports = {
|
|
3401
3401
|
original: {
|
3402
3402
|
$type: "typography",
|
3403
3403
|
$value: {
|
3404
|
-
fontFamily: "{global.fontFamilies.
|
3404
|
+
fontFamily: "{global.fontFamilies.component}",
|
3405
3405
|
fontWeight: "{primitives.fontWeights.medium}",
|
3406
3406
|
lineHeight: "{primitives.lineHeights.500}",
|
3407
3407
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -3438,7 +3438,7 @@ module.exports = {
|
|
3438
3438
|
original: {
|
3439
3439
|
$type: "typography",
|
3440
3440
|
$value: {
|
3441
|
-
fontFamily: "{global.fontFamilies.
|
3441
|
+
fontFamily: "{global.fontFamilies.component}",
|
3442
3442
|
fontWeight: "{primitives.fontWeights.medium}",
|
3443
3443
|
lineHeight: "{primitives.lineHeights.500}",
|
3444
3444
|
fontSize: "{primitives.fontSize.responsive.product.step-2}",
|
@@ -3470,7 +3470,7 @@ module.exports = {
|
|
3470
3470
|
original: {
|
3471
3471
|
$type: "typography",
|
3472
3472
|
$value: {
|
3473
|
-
fontFamily: "{global.fontFamilies.
|
3473
|
+
fontFamily: "{global.fontFamilies.component}",
|
3474
3474
|
fontWeight: "{primitives.fontWeights.medium}",
|
3475
3475
|
lineHeight: "{primitives.lineHeights.500}",
|
3476
3476
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3502,7 +3502,7 @@ module.exports = {
|
|
3502
3502
|
original: {
|
3503
3503
|
$type: "typography",
|
3504
3504
|
$value: {
|
3505
|
-
fontFamily: "{global.fontFamilies.
|
3505
|
+
fontFamily: "{global.fontFamilies.component}",
|
3506
3506
|
fontWeight: "{primitives.fontWeights.medium}",
|
3507
3507
|
lineHeight: "{primitives.lineHeights.500}",
|
3508
3508
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -3534,7 +3534,7 @@ module.exports = {
|
|
3534
3534
|
original: {
|
3535
3535
|
$type: "typography",
|
3536
3536
|
$value: {
|
3537
|
-
fontFamily: "{global.fontFamilies.
|
3537
|
+
fontFamily: "{global.fontFamilies.component}",
|
3538
3538
|
fontWeight: "{primitives.fontWeights.medium}",
|
3539
3539
|
lineHeight: "{primitives.lineHeights.500}",
|
3540
3540
|
fontSize: "{primitives.fontSize.responsive.product.step4}",
|
@@ -3566,7 +3566,7 @@ module.exports = {
|
|
3566
3566
|
original: {
|
3567
3567
|
$type: "typography",
|
3568
3568
|
$value: {
|
3569
|
-
fontFamily: "{global.fontFamilies.
|
3569
|
+
fontFamily: "{global.fontFamilies.component}",
|
3570
3570
|
fontWeight: "{primitives.fontWeights.medium}",
|
3571
3571
|
lineHeight: "{primitives.lineHeights.500}",
|
3572
3572
|
fontSize: "{primitives.fontSize.responsive.product.step6}",
|
@@ -3598,7 +3598,7 @@ module.exports = {
|
|
3598
3598
|
original: {
|
3599
3599
|
$type: "typography",
|
3600
3600
|
$value: {
|
3601
|
-
fontFamily: "{global.fontFamilies.
|
3601
|
+
fontFamily: "{global.fontFamilies.component}",
|
3602
3602
|
fontWeight: "{primitives.fontWeights.medium}",
|
3603
3603
|
lineHeight: "{primitives.lineHeights.500}",
|
3604
3604
|
fontSize: "{primitives.fontSize.responsive.product.step8}",
|
@@ -3630,7 +3630,7 @@ module.exports = {
|
|
3630
3630
|
original: {
|
3631
3631
|
$type: "typography",
|
3632
3632
|
$value: {
|
3633
|
-
fontFamily: "{global.fontFamilies.
|
3633
|
+
fontFamily: "{global.fontFamilies.component}",
|
3634
3634
|
fontWeight: "{primitives.fontWeights.medium}",
|
3635
3635
|
lineHeight: "{primitives.lineHeights.500}",
|
3636
3636
|
fontSize: "{primitives.fontSize.responsive.product.step10}",
|
@@ -3666,7 +3666,7 @@ module.exports = {
|
|
3666
3666
|
original: {
|
3667
3667
|
$type: "typography",
|
3668
3668
|
$value: {
|
3669
|
-
fontFamily: "{global.fontFamilies.
|
3669
|
+
fontFamily: "{global.fontFamilies.component}",
|
3670
3670
|
fontWeight: "{primitives.fontWeights.medium}",
|
3671
3671
|
lineHeight: "{primitives.lineHeights.300}",
|
3672
3672
|
fontSize: "{primitives.fontSize.responsive.product.step-1}",
|
@@ -3704,7 +3704,7 @@ module.exports = {
|
|
3704
3704
|
original: {
|
3705
3705
|
$type: "typography",
|
3706
3706
|
$value: {
|
3707
|
-
fontFamily: "{global.fontFamilies.
|
3707
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3708
3708
|
fontWeight: "{primitives.fontWeights.medium}",
|
3709
3709
|
lineHeight: "{primitives.lineHeights.400}",
|
3710
3710
|
fontSize: "{global.fontSize.adaptive.step3}",
|
@@ -3727,7 +3727,7 @@ module.exports = {
|
|
3727
3727
|
original: {
|
3728
3728
|
$type: "typography",
|
3729
3729
|
$value: {
|
3730
|
-
fontFamily: "{global.fontFamilies.
|
3730
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3731
3731
|
fontWeight: "{primitives.fontWeights.bold}",
|
3732
3732
|
lineHeight: "{primitives.lineHeights.400}",
|
3733
3733
|
fontSize: "{global.fontSize.adaptive.step4}",
|
@@ -3750,7 +3750,7 @@ module.exports = {
|
|
3750
3750
|
original: {
|
3751
3751
|
$type: "typography",
|
3752
3752
|
$value: {
|
3753
|
-
fontFamily: "{global.fontFamilies.
|
3753
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3754
3754
|
fontWeight: "{primitives.fontWeights.bold}",
|
3755
3755
|
lineHeight: "{primitives.lineHeights.400}",
|
3756
3756
|
fontSize: "{global.fontSize.adaptive.step6}",
|
@@ -3775,7 +3775,7 @@ module.exports = {
|
|
3775
3775
|
original: {
|
3776
3776
|
$type: "typography",
|
3777
3777
|
$value: {
|
3778
|
-
fontFamily: "{global.fontFamilies.
|
3778
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
3779
3779
|
fontWeight: "{primitives.fontWeights.medium}",
|
3780
3780
|
lineHeight: "{primitives.lineHeights.400}",
|
3781
3781
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -3798,7 +3798,7 @@ module.exports = {
|
|
3798
3798
|
original: {
|
3799
3799
|
$type: "typography",
|
3800
3800
|
$value: {
|
3801
|
-
fontFamily: "{global.fontFamilies.
|
3801
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
3802
3802
|
fontWeight: "{primitives.fontWeights.medium}",
|
3803
3803
|
lineHeight: "{primitives.lineHeights.400}",
|
3804
3804
|
fontSize: "{global.fontSize.adaptive.step2}",
|
@@ -3825,7 +3825,7 @@ module.exports = {
|
|
3825
3825
|
original: {
|
3826
3826
|
$type: "typography",
|
3827
3827
|
$value: {
|
3828
|
-
fontFamily: "{global.fontFamilies.
|
3828
|
+
fontFamily: "{global.fontFamilies.body}",
|
3829
3829
|
fontWeight: "{primitives.fontWeights.regular}",
|
3830
3830
|
lineHeight: "{primitives.lineHeights.500}",
|
3831
3831
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3857,7 +3857,7 @@ module.exports = {
|
|
3857
3857
|
original: {
|
3858
3858
|
$type: "typography",
|
3859
3859
|
$value: {
|
3860
|
-
fontFamily: "{global.fontFamilies.
|
3860
|
+
fontFamily: "{global.fontFamilies.body}",
|
3861
3861
|
fontWeight: "{primitives.fontWeights.regular}",
|
3862
3862
|
lineHeight: "{primitives.lineHeights.500}",
|
3863
3863
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3889,7 +3889,7 @@ module.exports = {
|
|
3889
3889
|
original: {
|
3890
3890
|
$type: "typography",
|
3891
3891
|
$value: {
|
3892
|
-
fontFamily: "{global.fontFamilies.
|
3892
|
+
fontFamily: "{global.fontFamilies.body}",
|
3893
3893
|
fontWeight: "{primitives.fontWeights.regular}",
|
3894
3894
|
lineHeight: "{primitives.lineHeights.500}",
|
3895
3895
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -3923,7 +3923,7 @@ module.exports = {
|
|
3923
3923
|
original: {
|
3924
3924
|
$type: "typography",
|
3925
3925
|
$value: {
|
3926
|
-
fontFamily: "{global.fontFamilies.
|
3926
|
+
fontFamily: "{global.fontFamilies.body}",
|
3927
3927
|
fontWeight: "{primitives.fontWeights.medium}",
|
3928
3928
|
lineHeight: "{primitives.lineHeights.500}",
|
3929
3929
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3948,7 +3948,7 @@ module.exports = {
|
|
3948
3948
|
original: {
|
3949
3949
|
$type: "typography",
|
3950
3950
|
$value: {
|
3951
|
-
fontFamily: "{global.fontFamilies.
|
3951
|
+
fontFamily: "{global.fontFamilies.body}",
|
3952
3952
|
fontWeight: "{primitives.fontWeights.medium}",
|
3953
3953
|
lineHeight: "{primitives.lineHeights.500}",
|
3954
3954
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3973,7 +3973,7 @@ module.exports = {
|
|
3973
3973
|
original: {
|
3974
3974
|
$type: "typography",
|
3975
3975
|
$value: {
|
3976
|
-
fontFamily: "{global.fontFamilies.
|
3976
|
+
fontFamily: "{global.fontFamilies.body}",
|
3977
3977
|
fontWeight: "{primitives.fontWeights.medium}",
|
3978
3978
|
lineHeight: "{primitives.lineHeights.500}",
|
3979
3979
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4002,7 +4002,7 @@ module.exports = {
|
|
4002
4002
|
original: {
|
4003
4003
|
$type: "typography",
|
4004
4004
|
$value: {
|
4005
|
-
fontFamily: "{global.fontFamilies.
|
4005
|
+
fontFamily: "{global.fontFamilies.component}",
|
4006
4006
|
fontWeight: "{primitives.fontWeights.medium}",
|
4007
4007
|
lineHeight: "{primitives.lineHeights.500}",
|
4008
4008
|
fontSize: "{global.fontSize.adaptive.step-1}",
|
@@ -4034,7 +4034,7 @@ module.exports = {
|
|
4034
4034
|
original: {
|
4035
4035
|
$type: "typography",
|
4036
4036
|
$value: {
|
4037
|
-
fontFamily: "{global.fontFamilies.
|
4037
|
+
fontFamily: "{global.fontFamilies.component}",
|
4038
4038
|
fontWeight: "{primitives.fontWeights.medium}",
|
4039
4039
|
lineHeight: "{primitives.lineHeights.500}",
|
4040
4040
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4066,7 +4066,7 @@ module.exports = {
|
|
4066
4066
|
original: {
|
4067
4067
|
$type: "typography",
|
4068
4068
|
$value: {
|
4069
|
-
fontFamily: "{global.fontFamilies.
|
4069
|
+
fontFamily: "{global.fontFamilies.component}",
|
4070
4070
|
fontWeight: "{primitives.fontWeights.medium}",
|
4071
4071
|
lineHeight: "{primitives.lineHeights.500}",
|
4072
4072
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4098,7 +4098,7 @@ module.exports = {
|
|
4098
4098
|
original: {
|
4099
4099
|
$type: "typography",
|
4100
4100
|
$value: {
|
4101
|
-
fontFamily: "{global.fontFamilies.
|
4101
|
+
fontFamily: "{global.fontFamilies.component}",
|
4102
4102
|
fontWeight: "{primitives.fontWeights.medium}",
|
4103
4103
|
lineHeight: "{primitives.lineHeights.500}",
|
4104
4104
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4132,7 +4132,7 @@ module.exports = {
|
|
4132
4132
|
original: {
|
4133
4133
|
$type: "typography",
|
4134
4134
|
$value: {
|
4135
|
-
fontFamily: "{global.fontFamilies.
|
4135
|
+
fontFamily: "{global.fontFamilies.component}",
|
4136
4136
|
fontWeight: "{primitives.fontWeights.regular}",
|
4137
4137
|
lineHeight: "{primitives.lineHeights.500}",
|
4138
4138
|
fontSize: "{global.fontSize.adaptive.step-1}",
|
@@ -4164,7 +4164,7 @@ module.exports = {
|
|
4164
4164
|
original: {
|
4165
4165
|
$type: "typography",
|
4166
4166
|
$value: {
|
4167
|
-
fontFamily: "{global.fontFamilies.
|
4167
|
+
fontFamily: "{global.fontFamilies.component}",
|
4168
4168
|
fontWeight: "{primitives.fontWeights.regular}",
|
4169
4169
|
lineHeight: "{primitives.lineHeights.500}",
|
4170
4170
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4196,7 +4196,7 @@ module.exports = {
|
|
4196
4196
|
original: {
|
4197
4197
|
$type: "typography",
|
4198
4198
|
$value: {
|
4199
|
-
fontFamily: "{global.fontFamilies.
|
4199
|
+
fontFamily: "{global.fontFamilies.component}",
|
4200
4200
|
fontWeight: "{primitives.fontWeights.regular}",
|
4201
4201
|
lineHeight: "{primitives.lineHeights.500}",
|
4202
4202
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4228,7 +4228,7 @@ module.exports = {
|
|
4228
4228
|
original: {
|
4229
4229
|
$type: "typography",
|
4230
4230
|
$value: {
|
4231
|
-
fontFamily: "{global.fontFamilies.
|
4231
|
+
fontFamily: "{global.fontFamilies.component}",
|
4232
4232
|
fontWeight: "{primitives.fontWeights.regular}",
|
4233
4233
|
lineHeight: "{primitives.lineHeights.500}",
|
4234
4234
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4350,7 +4350,7 @@ module.exports = {
|
|
4350
4350
|
original: {
|
4351
4351
|
$type: "typography",
|
4352
4352
|
$value: {
|
4353
|
-
fontFamily: "{global.fontFamilies.
|
4353
|
+
fontFamily: "{global.fontFamilies.component}",
|
4354
4354
|
fontWeight: "{primitives.fontWeights.regular}",
|
4355
4355
|
lineHeight: "{primitives.lineHeights.500}",
|
4356
4356
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4385,7 +4385,7 @@ module.exports = {
|
|
4385
4385
|
original: {
|
4386
4386
|
$type: "typography",
|
4387
4387
|
$value: {
|
4388
|
-
fontFamily: "{global.fontFamilies.
|
4388
|
+
fontFamily: "{global.fontFamilies.component}",
|
4389
4389
|
fontWeight: "{primitives.fontWeights.regular}",
|
4390
4390
|
lineHeight: "{primitives.lineHeights.500}",
|
4391
4391
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4420,7 +4420,7 @@ module.exports = {
|
|
4420
4420
|
original: {
|
4421
4421
|
$type: "typography",
|
4422
4422
|
$value: {
|
4423
|
-
fontFamily: "{global.fontFamilies.
|
4423
|
+
fontFamily: "{global.fontFamilies.component}",
|
4424
4424
|
fontWeight: "{primitives.fontWeights.regular}",
|
4425
4425
|
lineHeight: "{primitives.lineHeights.500}",
|
4426
4426
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4457,7 +4457,7 @@ module.exports = {
|
|
4457
4457
|
original: {
|
4458
4458
|
$type: "typography",
|
4459
4459
|
$value: {
|
4460
|
-
fontFamily: "{global.fontFamilies.
|
4460
|
+
fontFamily: "{global.fontFamilies.component}",
|
4461
4461
|
fontWeight: "{primitives.fontWeights.medium}",
|
4462
4462
|
lineHeight: "{primitives.lineHeights.500}",
|
4463
4463
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4492,7 +4492,7 @@ module.exports = {
|
|
4492
4492
|
original: {
|
4493
4493
|
$type: "typography",
|
4494
4494
|
$value: {
|
4495
|
-
fontFamily: "{global.fontFamilies.
|
4495
|
+
fontFamily: "{global.fontFamilies.component}",
|
4496
4496
|
fontWeight: "{primitives.fontWeights.medium}",
|
4497
4497
|
lineHeight: "{primitives.lineHeights.500}",
|
4498
4498
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4527,7 +4527,7 @@ module.exports = {
|
|
4527
4527
|
original: {
|
4528
4528
|
$type: "typography",
|
4529
4529
|
$value: {
|
4530
|
-
fontFamily: "{global.fontFamilies.
|
4530
|
+
fontFamily: "{global.fontFamilies.component}",
|
4531
4531
|
fontWeight: "{primitives.fontWeights.medium}",
|
4532
4532
|
lineHeight: "{primitives.lineHeights.500}",
|
4533
4533
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4564,7 +4564,7 @@ module.exports = {
|
|
4564
4564
|
original: {
|
4565
4565
|
$type: "typography",
|
4566
4566
|
$value: {
|
4567
|
-
fontFamily: "{global.fontFamilies.
|
4567
|
+
fontFamily: "{global.fontFamilies.component}",
|
4568
4568
|
fontWeight: "{primitives.fontWeights.medium}",
|
4569
4569
|
lineHeight: "{primitives.lineHeights.500}",
|
4570
4570
|
fontSize: "{global.fontSize.adaptive.step-2}",
|
@@ -4596,7 +4596,7 @@ module.exports = {
|
|
4596
4596
|
original: {
|
4597
4597
|
$type: "typography",
|
4598
4598
|
$value: {
|
4599
|
-
fontFamily: "{global.fontFamilies.
|
4599
|
+
fontFamily: "{global.fontFamilies.component}",
|
4600
4600
|
fontWeight: "{primitives.fontWeights.medium}",
|
4601
4601
|
lineHeight: "{primitives.lineHeights.500}",
|
4602
4602
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4628,7 +4628,7 @@ module.exports = {
|
|
4628
4628
|
original: {
|
4629
4629
|
$type: "typography",
|
4630
4630
|
$value: {
|
4631
|
-
fontFamily: "{global.fontFamilies.
|
4631
|
+
fontFamily: "{global.fontFamilies.component}",
|
4632
4632
|
fontWeight: "{primitives.fontWeights.medium}",
|
4633
4633
|
lineHeight: "{primitives.lineHeights.500}",
|
4634
4634
|
fontSize: "{global.fontSize.adaptive.step2}",
|
@@ -4660,7 +4660,7 @@ module.exports = {
|
|
4660
4660
|
original: {
|
4661
4661
|
$type: "typography",
|
4662
4662
|
$value: {
|
4663
|
-
fontFamily: "{global.fontFamilies.
|
4663
|
+
fontFamily: "{global.fontFamilies.component}",
|
4664
4664
|
fontWeight: "{primitives.fontWeights.medium}",
|
4665
4665
|
lineHeight: "{primitives.lineHeights.500}",
|
4666
4666
|
fontSize: "{global.fontSize.adaptive.step4}",
|
@@ -4692,7 +4692,7 @@ module.exports = {
|
|
4692
4692
|
original: {
|
4693
4693
|
$type: "typography",
|
4694
4694
|
$value: {
|
4695
|
-
fontFamily: "{global.fontFamilies.
|
4695
|
+
fontFamily: "{global.fontFamilies.component}",
|
4696
4696
|
fontWeight: "{primitives.fontWeights.medium}",
|
4697
4697
|
lineHeight: "{primitives.lineHeights.500}",
|
4698
4698
|
fontSize: "{global.fontSize.adaptive.step6}",
|
@@ -4724,7 +4724,7 @@ module.exports = {
|
|
4724
4724
|
original: {
|
4725
4725
|
$type: "typography",
|
4726
4726
|
$value: {
|
4727
|
-
fontFamily: "{global.fontFamilies.
|
4727
|
+
fontFamily: "{global.fontFamilies.component}",
|
4728
4728
|
fontWeight: "{primitives.fontWeights.medium}",
|
4729
4729
|
lineHeight: "{primitives.lineHeights.500}",
|
4730
4730
|
fontSize: "{global.fontSize.adaptive.step8}",
|
@@ -4756,7 +4756,7 @@ module.exports = {
|
|
4756
4756
|
original: {
|
4757
4757
|
$type: "typography",
|
4758
4758
|
$value: {
|
4759
|
-
fontFamily: "{global.fontFamilies.
|
4759
|
+
fontFamily: "{global.fontFamilies.component}",
|
4760
4760
|
fontWeight: "{primitives.fontWeights.medium}",
|
4761
4761
|
lineHeight: "{primitives.lineHeights.500}",
|
4762
4762
|
fontSize: "{global.fontSize.adaptive.step10}",
|
@@ -4792,7 +4792,7 @@ module.exports = {
|
|
4792
4792
|
original: {
|
4793
4793
|
$type: "typography",
|
4794
4794
|
$value: {
|
4795
|
-
fontFamily: "{global.fontFamilies.
|
4795
|
+
fontFamily: "{global.fontFamilies.component}",
|
4796
4796
|
fontWeight: "{primitives.fontWeights.medium}",
|
4797
4797
|
lineHeight: "{primitives.lineHeights.300}",
|
4798
4798
|
fontSize: "{global.fontSize.adaptive.step-1}",
|
@@ -5143,10 +5143,9 @@ module.exports = {
|
|
5143
5143
|
attributes: {},
|
5144
5144
|
path: ["global", "fontFamilies", "sage-icons"],
|
5145
5145
|
},
|
5146
|
-
|
5146
|
+
heading: {
|
5147
5147
|
$type: "fontFamily",
|
5148
|
-
$value: "Sage
|
5149
|
-
$description: "Used in only in marketing contexts for some headings.",
|
5148
|
+
$value: "Sage UI",
|
5150
5149
|
filePath: "data/tokens/global/typography.json",
|
5151
5150
|
isSource: true,
|
5152
5151
|
$extensions: {
|
@@ -5156,23 +5155,43 @@ module.exports = {
|
|
5156
5155
|
},
|
5157
5156
|
original: {
|
5158
5157
|
$type: "fontFamily",
|
5159
|
-
$value: "Sage
|
5160
|
-
$description: "Used in only in marketing contexts for some headings.",
|
5158
|
+
$value: "Sage UI",
|
5161
5159
|
$extensions: {
|
5162
5160
|
"studio.tokens": {
|
5163
5161
|
originalType: "fontFamilies",
|
5164
5162
|
},
|
5165
5163
|
},
|
5166
5164
|
},
|
5167
|
-
name: "
|
5165
|
+
name: "globalFontFamiliesHeading",
|
5168
5166
|
attributes: {},
|
5169
|
-
path: ["global", "fontFamilies", "
|
5167
|
+
path: ["global", "fontFamilies", "heading"],
|
5170
5168
|
},
|
5171
|
-
|
5169
|
+
subheading: {
|
5170
|
+
$type: "fontFamily",
|
5171
|
+
$value: "Sage UI",
|
5172
|
+
filePath: "data/tokens/global/typography.json",
|
5173
|
+
isSource: true,
|
5174
|
+
$extensions: {
|
5175
|
+
"studio.tokens": {
|
5176
|
+
originalType: "fontFamilies",
|
5177
|
+
},
|
5178
|
+
},
|
5179
|
+
original: {
|
5180
|
+
$type: "fontFamily",
|
5181
|
+
$value: "Sage UI",
|
5182
|
+
$extensions: {
|
5183
|
+
"studio.tokens": {
|
5184
|
+
originalType: "fontFamilies",
|
5185
|
+
},
|
5186
|
+
},
|
5187
|
+
},
|
5188
|
+
name: "globalFontFamiliesSubheading",
|
5189
|
+
attributes: {},
|
5190
|
+
path: ["global", "fontFamilies", "subheading"],
|
5191
|
+
},
|
5192
|
+
body: {
|
5172
5193
|
$type: "fontFamily",
|
5173
5194
|
$value: "Sage UI",
|
5174
|
-
$description:
|
5175
|
-
"Used in componentry such as tables, buttons, inputs etc.",
|
5176
5195
|
filePath: "data/tokens/global/typography.json",
|
5177
5196
|
isSource: true,
|
5178
5197
|
$extensions: {
|
@@ -5183,23 +5202,21 @@ module.exports = {
|
|
5183
5202
|
original: {
|
5184
5203
|
$type: "fontFamily",
|
5185
5204
|
$value: "Sage UI",
|
5186
|
-
$description:
|
5187
|
-
"Used in componentry such as tables, buttons, inputs etc.",
|
5188
5205
|
$extensions: {
|
5189
5206
|
"studio.tokens": {
|
5190
5207
|
originalType: "fontFamilies",
|
5191
5208
|
},
|
5192
5209
|
},
|
5193
5210
|
},
|
5194
|
-
name: "
|
5211
|
+
name: "globalFontFamiliesBody",
|
5195
5212
|
attributes: {},
|
5196
|
-
path: ["global", "fontFamilies", "
|
5213
|
+
path: ["global", "fontFamilies", "body"],
|
5197
5214
|
},
|
5198
|
-
|
5215
|
+
component: {
|
5199
5216
|
$type: "fontFamily",
|
5200
|
-
$value: "Sage
|
5217
|
+
$value: "Sage UI",
|
5201
5218
|
$description:
|
5202
|
-
"Used
|
5219
|
+
"Used in componentry such as tables, buttons, inputs etc.",
|
5203
5220
|
filePath: "data/tokens/global/typography.json",
|
5204
5221
|
isSource: true,
|
5205
5222
|
$extensions: {
|
@@ -5209,18 +5226,18 @@ module.exports = {
|
|
5209
5226
|
},
|
5210
5227
|
original: {
|
5211
5228
|
$type: "fontFamily",
|
5212
|
-
$value: "Sage
|
5229
|
+
$value: "Sage UI",
|
5213
5230
|
$description:
|
5214
|
-
"Used
|
5231
|
+
"Used in componentry such as tables, buttons, inputs etc.",
|
5215
5232
|
$extensions: {
|
5216
5233
|
"studio.tokens": {
|
5217
5234
|
originalType: "fontFamilies",
|
5218
5235
|
},
|
5219
5236
|
},
|
5220
5237
|
},
|
5221
|
-
name: "
|
5238
|
+
name: "globalFontFamiliesComponent",
|
5222
5239
|
attributes: {},
|
5223
|
-
path: ["global", "fontFamilies", "
|
5240
|
+
path: ["global", "fontFamilies", "component"],
|
5224
5241
|
},
|
5225
5242
|
other: {
|
5226
5243
|
$type: "fontFamily",
|