@sage/design-tokens 14.4.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 +4 -3
- package/css/frozenproduct/large/global.css +4 -3
- package/css/frozenproduct/small/global.css +4 -3
- package/css/marketing/all.css +4 -3
- package/css/marketing/large/global.css +4 -3
- package/css/marketing/small/global.css +4 -3
- package/css/product/all.css +4 -3
- package/css/product/large/global.css +4 -3
- package/css/product/small/global.css +4 -3
- package/ios/frozenproduct/large/global.h +4 -3
- package/ios/frozenproduct/small/global.h +4 -3
- package/ios/marketing/large/global.h +4 -3
- package/ios/marketing/small/global.h +4 -3
- package/ios/product/large/global.h +4 -3
- package/ios/product/small/global.h +4 -3
- package/js/common/frozenproduct/large/global.d.ts +4 -3
- package/js/common/frozenproduct/large/global.js +104 -87
- package/js/common/frozenproduct/small/global.d.ts +4 -3
- package/js/common/frozenproduct/small/global.js +104 -87
- package/js/common/marketing/large/global.d.ts +4 -3
- package/js/common/marketing/large/global.js +104 -87
- package/js/common/marketing/small/global.d.ts +4 -3
- package/js/common/marketing/small/global.js +104 -87
- package/js/common/product/large/global.d.ts +4 -3
- package/js/common/product/large/global.js +104 -87
- package/js/common/product/small/global.d.ts +4 -3
- package/js/common/product/small/global.js +104 -87
- package/js/es6/frozenproduct/large/global.d.ts +4 -3
- package/js/es6/frozenproduct/large/global.js +4 -3
- package/js/es6/frozenproduct/small/global.d.ts +4 -3
- package/js/es6/frozenproduct/small/global.js +4 -3
- package/js/es6/marketing/large/global.d.ts +4 -3
- package/js/es6/marketing/large/global.js +4 -3
- package/js/es6/marketing/small/global.d.ts +4 -3
- package/js/es6/marketing/small/global.js +4 -3
- package/js/es6/product/large/global.d.ts +4 -3
- package/js/es6/product/large/global.js +4 -3
- package/js/es6/product/small/global.d.ts +4 -3
- package/js/es6/product/small/global.js +4 -3
- package/js/umd/frozenproduct/large/global.js +104 -88
- package/js/umd/frozenproduct/small/global.js +104 -88
- package/js/umd/marketing/large/global.js +104 -88
- package/js/umd/marketing/small/global.js +104 -88
- package/js/umd/product/large/global.js +104 -88
- package/js/umd/product/small/global.js +104 -88
- package/json/flat/frozenproduct/large/global.json +4 -3
- package/json/flat/frozenproduct/small/global.json +4 -3
- package/json/flat/marketing/large/global.json +4 -3
- package/json/flat/marketing/small/global.json +4 -3
- package/json/flat/product/large/global.json +4 -3
- package/json/flat/product/small/global.json +4 -3
- package/json/nested/frozenproduct/large/global.json +4 -3
- package/json/nested/frozenproduct/small/global.json +4 -3
- package/json/nested/marketing/large/global.json +4 -3
- package/json/nested/marketing/small/global.json +4 -3
- package/json/nested/product/large/global.json +4 -3
- package/json/nested/product/small/global.json +4 -3
- package/package.json +1 -1
- package/sage-design-tokens-14.5.0.tgz +0 -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 +7 -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 +7 -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/global.scss +4 -3
- package/scss/product/large/components/button.scss +13 -13
- package/scss/product/large/components/container.scss +10 -10
- package/scss/product/large/components/form.scss +7 -7
- 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 +4 -3
- package/scss/product/small/global.scss +4 -3
- package/sage-design-tokens-14.4.0.tgz +0 -0
@@ -2521,7 +2521,7 @@ module.exports = {
|
|
2521
2521
|
original: {
|
2522
2522
|
$type: "typography",
|
2523
2523
|
$value: {
|
2524
|
-
fontFamily: "{global.fontFamilies.
|
2524
|
+
fontFamily: "{global.fontFamilies.heading}",
|
2525
2525
|
fontWeight: "{primitives.fontWeights.medium}",
|
2526
2526
|
lineHeight: "{primitives.lineHeights.400}",
|
2527
2527
|
fontSize: "{primitives.fontSize.responsive.product.step3}",
|
@@ -2544,7 +2544,7 @@ module.exports = {
|
|
2544
2544
|
original: {
|
2545
2545
|
$type: "typography",
|
2546
2546
|
$value: {
|
2547
|
-
fontFamily: "{global.fontFamilies.
|
2547
|
+
fontFamily: "{global.fontFamilies.heading}",
|
2548
2548
|
fontWeight: "{primitives.fontWeights.bold}",
|
2549
2549
|
lineHeight: "{primitives.lineHeights.400}",
|
2550
2550
|
fontSize: "{primitives.fontSize.responsive.product.step4}",
|
@@ -2567,7 +2567,7 @@ module.exports = {
|
|
2567
2567
|
original: {
|
2568
2568
|
$type: "typography",
|
2569
2569
|
$value: {
|
2570
|
-
fontFamily: "{global.fontFamilies.
|
2570
|
+
fontFamily: "{global.fontFamilies.heading}",
|
2571
2571
|
fontWeight: "{primitives.fontWeights.bold}",
|
2572
2572
|
lineHeight: "{primitives.lineHeights.400}",
|
2573
2573
|
fontSize: "{primitives.fontSize.responsive.product.step6}",
|
@@ -2592,7 +2592,7 @@ module.exports = {
|
|
2592
2592
|
original: {
|
2593
2593
|
$type: "typography",
|
2594
2594
|
$value: {
|
2595
|
-
fontFamily: "{global.fontFamilies.
|
2595
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
2596
2596
|
fontWeight: "{primitives.fontWeights.medium}",
|
2597
2597
|
lineHeight: "{primitives.lineHeights.400}",
|
2598
2598
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -2615,7 +2615,7 @@ module.exports = {
|
|
2615
2615
|
original: {
|
2616
2616
|
$type: "typography",
|
2617
2617
|
$value: {
|
2618
|
-
fontFamily: "{global.fontFamilies.
|
2618
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
2619
2619
|
fontWeight: "{primitives.fontWeights.medium}",
|
2620
2620
|
lineHeight: "{primitives.lineHeights.400}",
|
2621
2621
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -2642,7 +2642,7 @@ module.exports = {
|
|
2642
2642
|
original: {
|
2643
2643
|
$type: "typography",
|
2644
2644
|
$value: {
|
2645
|
-
fontFamily: "{global.fontFamilies.
|
2645
|
+
fontFamily: "{global.fontFamilies.body}",
|
2646
2646
|
fontWeight: "{primitives.fontWeights.regular}",
|
2647
2647
|
lineHeight: "{primitives.lineHeights.500}",
|
2648
2648
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2674,7 +2674,7 @@ module.exports = {
|
|
2674
2674
|
original: {
|
2675
2675
|
$type: "typography",
|
2676
2676
|
$value: {
|
2677
|
-
fontFamily: "{global.fontFamilies.
|
2677
|
+
fontFamily: "{global.fontFamilies.body}",
|
2678
2678
|
fontWeight: "{primitives.fontWeights.regular}",
|
2679
2679
|
lineHeight: "{primitives.lineHeights.500}",
|
2680
2680
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -2706,7 +2706,7 @@ module.exports = {
|
|
2706
2706
|
original: {
|
2707
2707
|
$type: "typography",
|
2708
2708
|
$value: {
|
2709
|
-
fontFamily: "{global.fontFamilies.
|
2709
|
+
fontFamily: "{global.fontFamilies.body}",
|
2710
2710
|
fontWeight: "{primitives.fontWeights.regular}",
|
2711
2711
|
lineHeight: "{primitives.lineHeights.500}",
|
2712
2712
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -2740,7 +2740,7 @@ module.exports = {
|
|
2740
2740
|
original: {
|
2741
2741
|
$type: "typography",
|
2742
2742
|
$value: {
|
2743
|
-
fontFamily: "{global.fontFamilies.
|
2743
|
+
fontFamily: "{global.fontFamilies.body}",
|
2744
2744
|
fontWeight: "{primitives.fontWeights.medium}",
|
2745
2745
|
lineHeight: "{primitives.lineHeights.500}",
|
2746
2746
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2772,7 +2772,7 @@ module.exports = {
|
|
2772
2772
|
original: {
|
2773
2773
|
$type: "typography",
|
2774
2774
|
$value: {
|
2775
|
-
fontFamily: "{global.fontFamilies.
|
2775
|
+
fontFamily: "{global.fontFamilies.body}",
|
2776
2776
|
fontWeight: "{primitives.fontWeights.medium}",
|
2777
2777
|
lineHeight: "{primitives.lineHeights.500}",
|
2778
2778
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -2804,7 +2804,7 @@ module.exports = {
|
|
2804
2804
|
original: {
|
2805
2805
|
$type: "typography",
|
2806
2806
|
$value: {
|
2807
|
-
fontFamily: "{global.fontFamilies.
|
2807
|
+
fontFamily: "{global.fontFamilies.body}",
|
2808
2808
|
fontWeight: "{primitives.fontWeights.medium}",
|
2809
2809
|
lineHeight: "{primitives.lineHeights.500}",
|
2810
2810
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -2841,7 +2841,7 @@ module.exports = {
|
|
2841
2841
|
original: {
|
2842
2842
|
$type: "typography",
|
2843
2843
|
$value: {
|
2844
|
-
fontFamily: "{global.fontFamilies.
|
2844
|
+
fontFamily: "{global.fontFamilies.component}",
|
2845
2845
|
fontWeight: "{primitives.fontWeights.medium}",
|
2846
2846
|
lineHeight: "{primitives.lineHeights.500}",
|
2847
2847
|
fontSize: "{primitives.fontSize.responsive.product.step-1}",
|
@@ -2876,7 +2876,7 @@ module.exports = {
|
|
2876
2876
|
original: {
|
2877
2877
|
$type: "typography",
|
2878
2878
|
$value: {
|
2879
|
-
fontFamily: "{global.fontFamilies.
|
2879
|
+
fontFamily: "{global.fontFamilies.component}",
|
2880
2880
|
fontWeight: "{primitives.fontWeights.medium}",
|
2881
2881
|
lineHeight: "{primitives.lineHeights.500}",
|
2882
2882
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2912,7 +2912,7 @@ module.exports = {
|
|
2912
2912
|
original: {
|
2913
2913
|
$type: "typography",
|
2914
2914
|
$value: {
|
2915
|
-
fontFamily: "{global.fontFamilies.
|
2915
|
+
fontFamily: "{global.fontFamilies.component}",
|
2916
2916
|
fontWeight: "{primitives.fontWeights.medium}",
|
2917
2917
|
lineHeight: "{primitives.lineHeights.500}",
|
2918
2918
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2948,7 +2948,7 @@ module.exports = {
|
|
2948
2948
|
original: {
|
2949
2949
|
$type: "typography",
|
2950
2950
|
$value: {
|
2951
|
-
fontFamily: "{global.fontFamilies.
|
2951
|
+
fontFamily: "{global.fontFamilies.component}",
|
2952
2952
|
fontWeight: "{primitives.fontWeights.medium}",
|
2953
2953
|
lineHeight: "{primitives.lineHeights.500}",
|
2954
2954
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -2985,7 +2985,7 @@ module.exports = {
|
|
2985
2985
|
original: {
|
2986
2986
|
$type: "typography",
|
2987
2987
|
$value: {
|
2988
|
-
fontFamily: "{global.fontFamilies.
|
2988
|
+
fontFamily: "{global.fontFamilies.component}",
|
2989
2989
|
fontWeight: "{primitives.fontWeights.regular}",
|
2990
2990
|
lineHeight: "{primitives.lineHeights.500}",
|
2991
2991
|
fontSize: "{primitives.fontSize.responsive.product.step-1}",
|
@@ -3020,7 +3020,7 @@ module.exports = {
|
|
3020
3020
|
original: {
|
3021
3021
|
$type: "typography",
|
3022
3022
|
$value: {
|
3023
|
-
fontFamily: "{global.fontFamilies.
|
3023
|
+
fontFamily: "{global.fontFamilies.component}",
|
3024
3024
|
fontWeight: "{primitives.fontWeights.regular}",
|
3025
3025
|
lineHeight: "{primitives.lineHeights.500}",
|
3026
3026
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3056,7 +3056,7 @@ module.exports = {
|
|
3056
3056
|
original: {
|
3057
3057
|
$type: "typography",
|
3058
3058
|
$value: {
|
3059
|
-
fontFamily: "{global.fontFamilies.
|
3059
|
+
fontFamily: "{global.fontFamilies.component}",
|
3060
3060
|
fontWeight: "{primitives.fontWeights.regular}",
|
3061
3061
|
lineHeight: "{primitives.lineHeights.500}",
|
3062
3062
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3092,7 +3092,7 @@ module.exports = {
|
|
3092
3092
|
original: {
|
3093
3093
|
$type: "typography",
|
3094
3094
|
$value: {
|
3095
|
-
fontFamily: "{global.fontFamilies.
|
3095
|
+
fontFamily: "{global.fontFamilies.component}",
|
3096
3096
|
fontWeight: "{primitives.fontWeights.regular}",
|
3097
3097
|
lineHeight: "{primitives.lineHeights.500}",
|
3098
3098
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -3222,7 +3222,7 @@ module.exports = {
|
|
3222
3222
|
original: {
|
3223
3223
|
$type: "typography",
|
3224
3224
|
$value: {
|
3225
|
-
fontFamily: "{global.fontFamilies.
|
3225
|
+
fontFamily: "{global.fontFamilies.component}",
|
3226
3226
|
fontWeight: "{primitives.fontWeights.regular}",
|
3227
3227
|
lineHeight: "{primitives.lineHeights.500}",
|
3228
3228
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3257,7 +3257,7 @@ module.exports = {
|
|
3257
3257
|
original: {
|
3258
3258
|
$type: "typography",
|
3259
3259
|
$value: {
|
3260
|
-
fontFamily: "{global.fontFamilies.
|
3260
|
+
fontFamily: "{global.fontFamilies.component}",
|
3261
3261
|
fontWeight: "{primitives.fontWeights.regular}",
|
3262
3262
|
lineHeight: "{primitives.lineHeights.500}",
|
3263
3263
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3292,7 +3292,7 @@ module.exports = {
|
|
3292
3292
|
original: {
|
3293
3293
|
$type: "typography",
|
3294
3294
|
$value: {
|
3295
|
-
fontFamily: "{global.fontFamilies.
|
3295
|
+
fontFamily: "{global.fontFamilies.component}",
|
3296
3296
|
fontWeight: "{primitives.fontWeights.regular}",
|
3297
3297
|
lineHeight: "{primitives.lineHeights.500}",
|
3298
3298
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -3329,7 +3329,7 @@ module.exports = {
|
|
3329
3329
|
original: {
|
3330
3330
|
$type: "typography",
|
3331
3331
|
$value: {
|
3332
|
-
fontFamily: "{global.fontFamilies.
|
3332
|
+
fontFamily: "{global.fontFamilies.component}",
|
3333
3333
|
fontWeight: "{primitives.fontWeights.medium}",
|
3334
3334
|
lineHeight: "{primitives.lineHeights.500}",
|
3335
3335
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3364,7 +3364,7 @@ module.exports = {
|
|
3364
3364
|
original: {
|
3365
3365
|
$type: "typography",
|
3366
3366
|
$value: {
|
3367
|
-
fontFamily: "{global.fontFamilies.
|
3367
|
+
fontFamily: "{global.fontFamilies.component}",
|
3368
3368
|
fontWeight: "{primitives.fontWeights.medium}",
|
3369
3369
|
lineHeight: "{primitives.lineHeights.500}",
|
3370
3370
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3399,7 +3399,7 @@ module.exports = {
|
|
3399
3399
|
original: {
|
3400
3400
|
$type: "typography",
|
3401
3401
|
$value: {
|
3402
|
-
fontFamily: "{global.fontFamilies.
|
3402
|
+
fontFamily: "{global.fontFamilies.component}",
|
3403
3403
|
fontWeight: "{primitives.fontWeights.medium}",
|
3404
3404
|
lineHeight: "{primitives.lineHeights.500}",
|
3405
3405
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -3436,7 +3436,7 @@ module.exports = {
|
|
3436
3436
|
original: {
|
3437
3437
|
$type: "typography",
|
3438
3438
|
$value: {
|
3439
|
-
fontFamily: "{global.fontFamilies.
|
3439
|
+
fontFamily: "{global.fontFamilies.component}",
|
3440
3440
|
fontWeight: "{primitives.fontWeights.medium}",
|
3441
3441
|
lineHeight: "{primitives.lineHeights.500}",
|
3442
3442
|
fontSize: "{primitives.fontSize.responsive.product.step-2}",
|
@@ -3468,7 +3468,7 @@ module.exports = {
|
|
3468
3468
|
original: {
|
3469
3469
|
$type: "typography",
|
3470
3470
|
$value: {
|
3471
|
-
fontFamily: "{global.fontFamilies.
|
3471
|
+
fontFamily: "{global.fontFamilies.component}",
|
3472
3472
|
fontWeight: "{primitives.fontWeights.medium}",
|
3473
3473
|
lineHeight: "{primitives.lineHeights.500}",
|
3474
3474
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3500,7 +3500,7 @@ module.exports = {
|
|
3500
3500
|
original: {
|
3501
3501
|
$type: "typography",
|
3502
3502
|
$value: {
|
3503
|
-
fontFamily: "{global.fontFamilies.
|
3503
|
+
fontFamily: "{global.fontFamilies.component}",
|
3504
3504
|
fontWeight: "{primitives.fontWeights.medium}",
|
3505
3505
|
lineHeight: "{primitives.lineHeights.500}",
|
3506
3506
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -3532,7 +3532,7 @@ module.exports = {
|
|
3532
3532
|
original: {
|
3533
3533
|
$type: "typography",
|
3534
3534
|
$value: {
|
3535
|
-
fontFamily: "{global.fontFamilies.
|
3535
|
+
fontFamily: "{global.fontFamilies.component}",
|
3536
3536
|
fontWeight: "{primitives.fontWeights.medium}",
|
3537
3537
|
lineHeight: "{primitives.lineHeights.500}",
|
3538
3538
|
fontSize: "{primitives.fontSize.responsive.product.step4}",
|
@@ -3564,7 +3564,7 @@ module.exports = {
|
|
3564
3564
|
original: {
|
3565
3565
|
$type: "typography",
|
3566
3566
|
$value: {
|
3567
|
-
fontFamily: "{global.fontFamilies.
|
3567
|
+
fontFamily: "{global.fontFamilies.component}",
|
3568
3568
|
fontWeight: "{primitives.fontWeights.medium}",
|
3569
3569
|
lineHeight: "{primitives.lineHeights.500}",
|
3570
3570
|
fontSize: "{primitives.fontSize.responsive.product.step6}",
|
@@ -3596,7 +3596,7 @@ module.exports = {
|
|
3596
3596
|
original: {
|
3597
3597
|
$type: "typography",
|
3598
3598
|
$value: {
|
3599
|
-
fontFamily: "{global.fontFamilies.
|
3599
|
+
fontFamily: "{global.fontFamilies.component}",
|
3600
3600
|
fontWeight: "{primitives.fontWeights.medium}",
|
3601
3601
|
lineHeight: "{primitives.lineHeights.500}",
|
3602
3602
|
fontSize: "{primitives.fontSize.responsive.product.step8}",
|
@@ -3628,7 +3628,7 @@ module.exports = {
|
|
3628
3628
|
original: {
|
3629
3629
|
$type: "typography",
|
3630
3630
|
$value: {
|
3631
|
-
fontFamily: "{global.fontFamilies.
|
3631
|
+
fontFamily: "{global.fontFamilies.component}",
|
3632
3632
|
fontWeight: "{primitives.fontWeights.medium}",
|
3633
3633
|
lineHeight: "{primitives.lineHeights.500}",
|
3634
3634
|
fontSize: "{primitives.fontSize.responsive.product.step10}",
|
@@ -3664,7 +3664,7 @@ module.exports = {
|
|
3664
3664
|
original: {
|
3665
3665
|
$type: "typography",
|
3666
3666
|
$value: {
|
3667
|
-
fontFamily: "{global.fontFamilies.
|
3667
|
+
fontFamily: "{global.fontFamilies.component}",
|
3668
3668
|
fontWeight: "{primitives.fontWeights.medium}",
|
3669
3669
|
lineHeight: "{primitives.lineHeights.300}",
|
3670
3670
|
fontSize: "{primitives.fontSize.responsive.product.step-1}",
|
@@ -3702,7 +3702,7 @@ module.exports = {
|
|
3702
3702
|
original: {
|
3703
3703
|
$type: "typography",
|
3704
3704
|
$value: {
|
3705
|
-
fontFamily: "{global.fontFamilies.
|
3705
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3706
3706
|
fontWeight: "{primitives.fontWeights.medium}",
|
3707
3707
|
lineHeight: "{primitives.lineHeights.400}",
|
3708
3708
|
fontSize: "{global.fontSize.adaptive.step3}",
|
@@ -3725,7 +3725,7 @@ module.exports = {
|
|
3725
3725
|
original: {
|
3726
3726
|
$type: "typography",
|
3727
3727
|
$value: {
|
3728
|
-
fontFamily: "{global.fontFamilies.
|
3728
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3729
3729
|
fontWeight: "{primitives.fontWeights.bold}",
|
3730
3730
|
lineHeight: "{primitives.lineHeights.400}",
|
3731
3731
|
fontSize: "{global.fontSize.adaptive.step4}",
|
@@ -3748,7 +3748,7 @@ module.exports = {
|
|
3748
3748
|
original: {
|
3749
3749
|
$type: "typography",
|
3750
3750
|
$value: {
|
3751
|
-
fontFamily: "{global.fontFamilies.
|
3751
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3752
3752
|
fontWeight: "{primitives.fontWeights.bold}",
|
3753
3753
|
lineHeight: "{primitives.lineHeights.400}",
|
3754
3754
|
fontSize: "{global.fontSize.adaptive.step6}",
|
@@ -3773,7 +3773,7 @@ module.exports = {
|
|
3773
3773
|
original: {
|
3774
3774
|
$type: "typography",
|
3775
3775
|
$value: {
|
3776
|
-
fontFamily: "{global.fontFamilies.
|
3776
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
3777
3777
|
fontWeight: "{primitives.fontWeights.medium}",
|
3778
3778
|
lineHeight: "{primitives.lineHeights.400}",
|
3779
3779
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -3796,7 +3796,7 @@ module.exports = {
|
|
3796
3796
|
original: {
|
3797
3797
|
$type: "typography",
|
3798
3798
|
$value: {
|
3799
|
-
fontFamily: "{global.fontFamilies.
|
3799
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
3800
3800
|
fontWeight: "{primitives.fontWeights.medium}",
|
3801
3801
|
lineHeight: "{primitives.lineHeights.400}",
|
3802
3802
|
fontSize: "{global.fontSize.adaptive.step2}",
|
@@ -3823,7 +3823,7 @@ module.exports = {
|
|
3823
3823
|
original: {
|
3824
3824
|
$type: "typography",
|
3825
3825
|
$value: {
|
3826
|
-
fontFamily: "{global.fontFamilies.
|
3826
|
+
fontFamily: "{global.fontFamilies.body}",
|
3827
3827
|
fontWeight: "{primitives.fontWeights.regular}",
|
3828
3828
|
lineHeight: "{primitives.lineHeights.500}",
|
3829
3829
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3855,7 +3855,7 @@ module.exports = {
|
|
3855
3855
|
original: {
|
3856
3856
|
$type: "typography",
|
3857
3857
|
$value: {
|
3858
|
-
fontFamily: "{global.fontFamilies.
|
3858
|
+
fontFamily: "{global.fontFamilies.body}",
|
3859
3859
|
fontWeight: "{primitives.fontWeights.regular}",
|
3860
3860
|
lineHeight: "{primitives.lineHeights.500}",
|
3861
3861
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3887,7 +3887,7 @@ module.exports = {
|
|
3887
3887
|
original: {
|
3888
3888
|
$type: "typography",
|
3889
3889
|
$value: {
|
3890
|
-
fontFamily: "{global.fontFamilies.
|
3890
|
+
fontFamily: "{global.fontFamilies.body}",
|
3891
3891
|
fontWeight: "{primitives.fontWeights.regular}",
|
3892
3892
|
lineHeight: "{primitives.lineHeights.500}",
|
3893
3893
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -3921,7 +3921,7 @@ module.exports = {
|
|
3921
3921
|
original: {
|
3922
3922
|
$type: "typography",
|
3923
3923
|
$value: {
|
3924
|
-
fontFamily: "{global.fontFamilies.
|
3924
|
+
fontFamily: "{global.fontFamilies.body}",
|
3925
3925
|
fontWeight: "{primitives.fontWeights.medium}",
|
3926
3926
|
lineHeight: "{primitives.lineHeights.500}",
|
3927
3927
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3946,7 +3946,7 @@ module.exports = {
|
|
3946
3946
|
original: {
|
3947
3947
|
$type: "typography",
|
3948
3948
|
$value: {
|
3949
|
-
fontFamily: "{global.fontFamilies.
|
3949
|
+
fontFamily: "{global.fontFamilies.body}",
|
3950
3950
|
fontWeight: "{primitives.fontWeights.medium}",
|
3951
3951
|
lineHeight: "{primitives.lineHeights.500}",
|
3952
3952
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3971,7 +3971,7 @@ module.exports = {
|
|
3971
3971
|
original: {
|
3972
3972
|
$type: "typography",
|
3973
3973
|
$value: {
|
3974
|
-
fontFamily: "{global.fontFamilies.
|
3974
|
+
fontFamily: "{global.fontFamilies.body}",
|
3975
3975
|
fontWeight: "{primitives.fontWeights.medium}",
|
3976
3976
|
lineHeight: "{primitives.lineHeights.500}",
|
3977
3977
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4000,7 +4000,7 @@ module.exports = {
|
|
4000
4000
|
original: {
|
4001
4001
|
$type: "typography",
|
4002
4002
|
$value: {
|
4003
|
-
fontFamily: "{global.fontFamilies.
|
4003
|
+
fontFamily: "{global.fontFamilies.component}",
|
4004
4004
|
fontWeight: "{primitives.fontWeights.medium}",
|
4005
4005
|
lineHeight: "{primitives.lineHeights.500}",
|
4006
4006
|
fontSize: "{global.fontSize.adaptive.step-1}",
|
@@ -4032,7 +4032,7 @@ module.exports = {
|
|
4032
4032
|
original: {
|
4033
4033
|
$type: "typography",
|
4034
4034
|
$value: {
|
4035
|
-
fontFamily: "{global.fontFamilies.
|
4035
|
+
fontFamily: "{global.fontFamilies.component}",
|
4036
4036
|
fontWeight: "{primitives.fontWeights.medium}",
|
4037
4037
|
lineHeight: "{primitives.lineHeights.500}",
|
4038
4038
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4064,7 +4064,7 @@ module.exports = {
|
|
4064
4064
|
original: {
|
4065
4065
|
$type: "typography",
|
4066
4066
|
$value: {
|
4067
|
-
fontFamily: "{global.fontFamilies.
|
4067
|
+
fontFamily: "{global.fontFamilies.component}",
|
4068
4068
|
fontWeight: "{primitives.fontWeights.medium}",
|
4069
4069
|
lineHeight: "{primitives.lineHeights.500}",
|
4070
4070
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4096,7 +4096,7 @@ module.exports = {
|
|
4096
4096
|
original: {
|
4097
4097
|
$type: "typography",
|
4098
4098
|
$value: {
|
4099
|
-
fontFamily: "{global.fontFamilies.
|
4099
|
+
fontFamily: "{global.fontFamilies.component}",
|
4100
4100
|
fontWeight: "{primitives.fontWeights.medium}",
|
4101
4101
|
lineHeight: "{primitives.lineHeights.500}",
|
4102
4102
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4130,7 +4130,7 @@ module.exports = {
|
|
4130
4130
|
original: {
|
4131
4131
|
$type: "typography",
|
4132
4132
|
$value: {
|
4133
|
-
fontFamily: "{global.fontFamilies.
|
4133
|
+
fontFamily: "{global.fontFamilies.component}",
|
4134
4134
|
fontWeight: "{primitives.fontWeights.regular}",
|
4135
4135
|
lineHeight: "{primitives.lineHeights.500}",
|
4136
4136
|
fontSize: "{global.fontSize.adaptive.step-1}",
|
@@ -4162,7 +4162,7 @@ module.exports = {
|
|
4162
4162
|
original: {
|
4163
4163
|
$type: "typography",
|
4164
4164
|
$value: {
|
4165
|
-
fontFamily: "{global.fontFamilies.
|
4165
|
+
fontFamily: "{global.fontFamilies.component}",
|
4166
4166
|
fontWeight: "{primitives.fontWeights.regular}",
|
4167
4167
|
lineHeight: "{primitives.lineHeights.500}",
|
4168
4168
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4194,7 +4194,7 @@ module.exports = {
|
|
4194
4194
|
original: {
|
4195
4195
|
$type: "typography",
|
4196
4196
|
$value: {
|
4197
|
-
fontFamily: "{global.fontFamilies.
|
4197
|
+
fontFamily: "{global.fontFamilies.component}",
|
4198
4198
|
fontWeight: "{primitives.fontWeights.regular}",
|
4199
4199
|
lineHeight: "{primitives.lineHeights.500}",
|
4200
4200
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4226,7 +4226,7 @@ module.exports = {
|
|
4226
4226
|
original: {
|
4227
4227
|
$type: "typography",
|
4228
4228
|
$value: {
|
4229
|
-
fontFamily: "{global.fontFamilies.
|
4229
|
+
fontFamily: "{global.fontFamilies.component}",
|
4230
4230
|
fontWeight: "{primitives.fontWeights.regular}",
|
4231
4231
|
lineHeight: "{primitives.lineHeights.500}",
|
4232
4232
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4348,7 +4348,7 @@ module.exports = {
|
|
4348
4348
|
original: {
|
4349
4349
|
$type: "typography",
|
4350
4350
|
$value: {
|
4351
|
-
fontFamily: "{global.fontFamilies.
|
4351
|
+
fontFamily: "{global.fontFamilies.component}",
|
4352
4352
|
fontWeight: "{primitives.fontWeights.regular}",
|
4353
4353
|
lineHeight: "{primitives.lineHeights.500}",
|
4354
4354
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4383,7 +4383,7 @@ module.exports = {
|
|
4383
4383
|
original: {
|
4384
4384
|
$type: "typography",
|
4385
4385
|
$value: {
|
4386
|
-
fontFamily: "{global.fontFamilies.
|
4386
|
+
fontFamily: "{global.fontFamilies.component}",
|
4387
4387
|
fontWeight: "{primitives.fontWeights.regular}",
|
4388
4388
|
lineHeight: "{primitives.lineHeights.500}",
|
4389
4389
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4418,7 +4418,7 @@ module.exports = {
|
|
4418
4418
|
original: {
|
4419
4419
|
$type: "typography",
|
4420
4420
|
$value: {
|
4421
|
-
fontFamily: "{global.fontFamilies.
|
4421
|
+
fontFamily: "{global.fontFamilies.component}",
|
4422
4422
|
fontWeight: "{primitives.fontWeights.regular}",
|
4423
4423
|
lineHeight: "{primitives.lineHeights.500}",
|
4424
4424
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4455,7 +4455,7 @@ module.exports = {
|
|
4455
4455
|
original: {
|
4456
4456
|
$type: "typography",
|
4457
4457
|
$value: {
|
4458
|
-
fontFamily: "{global.fontFamilies.
|
4458
|
+
fontFamily: "{global.fontFamilies.component}",
|
4459
4459
|
fontWeight: "{primitives.fontWeights.medium}",
|
4460
4460
|
lineHeight: "{primitives.lineHeights.500}",
|
4461
4461
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4490,7 +4490,7 @@ module.exports = {
|
|
4490
4490
|
original: {
|
4491
4491
|
$type: "typography",
|
4492
4492
|
$value: {
|
4493
|
-
fontFamily: "{global.fontFamilies.
|
4493
|
+
fontFamily: "{global.fontFamilies.component}",
|
4494
4494
|
fontWeight: "{primitives.fontWeights.medium}",
|
4495
4495
|
lineHeight: "{primitives.lineHeights.500}",
|
4496
4496
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4525,7 +4525,7 @@ module.exports = {
|
|
4525
4525
|
original: {
|
4526
4526
|
$type: "typography",
|
4527
4527
|
$value: {
|
4528
|
-
fontFamily: "{global.fontFamilies.
|
4528
|
+
fontFamily: "{global.fontFamilies.component}",
|
4529
4529
|
fontWeight: "{primitives.fontWeights.medium}",
|
4530
4530
|
lineHeight: "{primitives.lineHeights.500}",
|
4531
4531
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4562,7 +4562,7 @@ module.exports = {
|
|
4562
4562
|
original: {
|
4563
4563
|
$type: "typography",
|
4564
4564
|
$value: {
|
4565
|
-
fontFamily: "{global.fontFamilies.
|
4565
|
+
fontFamily: "{global.fontFamilies.component}",
|
4566
4566
|
fontWeight: "{primitives.fontWeights.medium}",
|
4567
4567
|
lineHeight: "{primitives.lineHeights.500}",
|
4568
4568
|
fontSize: "{global.fontSize.adaptive.step-2}",
|
@@ -4594,7 +4594,7 @@ module.exports = {
|
|
4594
4594
|
original: {
|
4595
4595
|
$type: "typography",
|
4596
4596
|
$value: {
|
4597
|
-
fontFamily: "{global.fontFamilies.
|
4597
|
+
fontFamily: "{global.fontFamilies.component}",
|
4598
4598
|
fontWeight: "{primitives.fontWeights.medium}",
|
4599
4599
|
lineHeight: "{primitives.lineHeights.500}",
|
4600
4600
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4626,7 +4626,7 @@ module.exports = {
|
|
4626
4626
|
original: {
|
4627
4627
|
$type: "typography",
|
4628
4628
|
$value: {
|
4629
|
-
fontFamily: "{global.fontFamilies.
|
4629
|
+
fontFamily: "{global.fontFamilies.component}",
|
4630
4630
|
fontWeight: "{primitives.fontWeights.medium}",
|
4631
4631
|
lineHeight: "{primitives.lineHeights.500}",
|
4632
4632
|
fontSize: "{global.fontSize.adaptive.step2}",
|
@@ -4658,7 +4658,7 @@ module.exports = {
|
|
4658
4658
|
original: {
|
4659
4659
|
$type: "typography",
|
4660
4660
|
$value: {
|
4661
|
-
fontFamily: "{global.fontFamilies.
|
4661
|
+
fontFamily: "{global.fontFamilies.component}",
|
4662
4662
|
fontWeight: "{primitives.fontWeights.medium}",
|
4663
4663
|
lineHeight: "{primitives.lineHeights.500}",
|
4664
4664
|
fontSize: "{global.fontSize.adaptive.step4}",
|
@@ -4690,7 +4690,7 @@ module.exports = {
|
|
4690
4690
|
original: {
|
4691
4691
|
$type: "typography",
|
4692
4692
|
$value: {
|
4693
|
-
fontFamily: "{global.fontFamilies.
|
4693
|
+
fontFamily: "{global.fontFamilies.component}",
|
4694
4694
|
fontWeight: "{primitives.fontWeights.medium}",
|
4695
4695
|
lineHeight: "{primitives.lineHeights.500}",
|
4696
4696
|
fontSize: "{global.fontSize.adaptive.step6}",
|
@@ -4722,7 +4722,7 @@ module.exports = {
|
|
4722
4722
|
original: {
|
4723
4723
|
$type: "typography",
|
4724
4724
|
$value: {
|
4725
|
-
fontFamily: "{global.fontFamilies.
|
4725
|
+
fontFamily: "{global.fontFamilies.component}",
|
4726
4726
|
fontWeight: "{primitives.fontWeights.medium}",
|
4727
4727
|
lineHeight: "{primitives.lineHeights.500}",
|
4728
4728
|
fontSize: "{global.fontSize.adaptive.step8}",
|
@@ -4754,7 +4754,7 @@ module.exports = {
|
|
4754
4754
|
original: {
|
4755
4755
|
$type: "typography",
|
4756
4756
|
$value: {
|
4757
|
-
fontFamily: "{global.fontFamilies.
|
4757
|
+
fontFamily: "{global.fontFamilies.component}",
|
4758
4758
|
fontWeight: "{primitives.fontWeights.medium}",
|
4759
4759
|
lineHeight: "{primitives.lineHeights.500}",
|
4760
4760
|
fontSize: "{global.fontSize.adaptive.step10}",
|
@@ -4790,7 +4790,7 @@ module.exports = {
|
|
4790
4790
|
original: {
|
4791
4791
|
$type: "typography",
|
4792
4792
|
$value: {
|
4793
|
-
fontFamily: "{global.fontFamilies.
|
4793
|
+
fontFamily: "{global.fontFamilies.component}",
|
4794
4794
|
fontWeight: "{primitives.fontWeights.medium}",
|
4795
4795
|
lineHeight: "{primitives.lineHeights.300}",
|
4796
4796
|
fontSize: "{global.fontSize.adaptive.step-1}",
|
@@ -5141,10 +5141,9 @@ module.exports = {
|
|
5141
5141
|
attributes: {},
|
5142
5142
|
path: ["global", "fontFamilies", "sage-icons"],
|
5143
5143
|
},
|
5144
|
-
|
5144
|
+
heading: {
|
5145
5145
|
$type: "fontFamily",
|
5146
|
-
$value: "Sage
|
5147
|
-
$description: "Used in only in marketing contexts for some headings.",
|
5146
|
+
$value: "Sage UI",
|
5148
5147
|
filePath: "data/tokens/global/typography.json",
|
5149
5148
|
isSource: true,
|
5150
5149
|
$extensions: {
|
@@ -5154,23 +5153,43 @@ module.exports = {
|
|
5154
5153
|
},
|
5155
5154
|
original: {
|
5156
5155
|
$type: "fontFamily",
|
5157
|
-
$value: "Sage
|
5158
|
-
$description: "Used in only in marketing contexts for some headings.",
|
5156
|
+
$value: "Sage UI",
|
5159
5157
|
$extensions: {
|
5160
5158
|
"studio.tokens": {
|
5161
5159
|
originalType: "fontFamilies",
|
5162
5160
|
},
|
5163
5161
|
},
|
5164
5162
|
},
|
5165
|
-
name: "
|
5163
|
+
name: "globalFontFamiliesHeading",
|
5166
5164
|
attributes: {},
|
5167
|
-
path: ["global", "fontFamilies", "
|
5165
|
+
path: ["global", "fontFamilies", "heading"],
|
5168
5166
|
},
|
5169
|
-
|
5167
|
+
subheading: {
|
5168
|
+
$type: "fontFamily",
|
5169
|
+
$value: "Sage UI",
|
5170
|
+
filePath: "data/tokens/global/typography.json",
|
5171
|
+
isSource: true,
|
5172
|
+
$extensions: {
|
5173
|
+
"studio.tokens": {
|
5174
|
+
originalType: "fontFamilies",
|
5175
|
+
},
|
5176
|
+
},
|
5177
|
+
original: {
|
5178
|
+
$type: "fontFamily",
|
5179
|
+
$value: "Sage UI",
|
5180
|
+
$extensions: {
|
5181
|
+
"studio.tokens": {
|
5182
|
+
originalType: "fontFamilies",
|
5183
|
+
},
|
5184
|
+
},
|
5185
|
+
},
|
5186
|
+
name: "globalFontFamiliesSubheading",
|
5187
|
+
attributes: {},
|
5188
|
+
path: ["global", "fontFamilies", "subheading"],
|
5189
|
+
},
|
5190
|
+
body: {
|
5170
5191
|
$type: "fontFamily",
|
5171
5192
|
$value: "Sage UI",
|
5172
|
-
$description:
|
5173
|
-
"Used in componentry such as tables, buttons, inputs etc.",
|
5174
5193
|
filePath: "data/tokens/global/typography.json",
|
5175
5194
|
isSource: true,
|
5176
5195
|
$extensions: {
|
@@ -5181,23 +5200,21 @@ module.exports = {
|
|
5181
5200
|
original: {
|
5182
5201
|
$type: "fontFamily",
|
5183
5202
|
$value: "Sage UI",
|
5184
|
-
$description:
|
5185
|
-
"Used in componentry such as tables, buttons, inputs etc.",
|
5186
5203
|
$extensions: {
|
5187
5204
|
"studio.tokens": {
|
5188
5205
|
originalType: "fontFamilies",
|
5189
5206
|
},
|
5190
5207
|
},
|
5191
5208
|
},
|
5192
|
-
name: "
|
5209
|
+
name: "globalFontFamiliesBody",
|
5193
5210
|
attributes: {},
|
5194
|
-
path: ["global", "fontFamilies", "
|
5211
|
+
path: ["global", "fontFamilies", "body"],
|
5195
5212
|
},
|
5196
|
-
|
5213
|
+
component: {
|
5197
5214
|
$type: "fontFamily",
|
5198
|
-
$value: "Sage
|
5215
|
+
$value: "Sage UI",
|
5199
5216
|
$description:
|
5200
|
-
"Used
|
5217
|
+
"Used in componentry such as tables, buttons, inputs etc.",
|
5201
5218
|
filePath: "data/tokens/global/typography.json",
|
5202
5219
|
isSource: true,
|
5203
5220
|
$extensions: {
|
@@ -5207,18 +5224,18 @@ module.exports = {
|
|
5207
5224
|
},
|
5208
5225
|
original: {
|
5209
5226
|
$type: "fontFamily",
|
5210
|
-
$value: "Sage
|
5227
|
+
$value: "Sage UI",
|
5211
5228
|
$description:
|
5212
|
-
"Used
|
5229
|
+
"Used in componentry such as tables, buttons, inputs etc.",
|
5213
5230
|
$extensions: {
|
5214
5231
|
"studio.tokens": {
|
5215
5232
|
originalType: "fontFamilies",
|
5216
5233
|
},
|
5217
5234
|
},
|
5218
5235
|
},
|
5219
|
-
name: "
|
5236
|
+
name: "globalFontFamiliesComponent",
|
5220
5237
|
attributes: {},
|
5221
|
-
path: ["global", "fontFamilies", "
|
5238
|
+
path: ["global", "fontFamilies", "component"],
|
5222
5239
|
},
|
5223
5240
|
other: {
|
5224
5241
|
$type: "fontFamily",
|