@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
@@ -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,7 +2857,7 @@
|
|
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
2863
|
fontSize: "{primitives.fontSize.responsive.product.step-1}",
|
@@ -2893,7 +2893,7 @@
|
|
2893
2893
|
original: {
|
2894
2894
|
$type: "typography",
|
2895
2895
|
$value: {
|
2896
|
-
fontFamily: "{global.fontFamilies.
|
2896
|
+
fontFamily: "{global.fontFamilies.component}",
|
2897
2897
|
fontWeight: "{primitives.fontWeights.medium}",
|
2898
2898
|
lineHeight: "{primitives.lineHeights.500}",
|
2899
2899
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2929,7 +2929,7 @@
|
|
2929
2929
|
original: {
|
2930
2930
|
$type: "typography",
|
2931
2931
|
$value: {
|
2932
|
-
fontFamily: "{global.fontFamilies.
|
2932
|
+
fontFamily: "{global.fontFamilies.component}",
|
2933
2933
|
fontWeight: "{primitives.fontWeights.medium}",
|
2934
2934
|
lineHeight: "{primitives.lineHeights.500}",
|
2935
2935
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -2965,7 +2965,7 @@
|
|
2965
2965
|
original: {
|
2966
2966
|
$type: "typography",
|
2967
2967
|
$value: {
|
2968
|
-
fontFamily: "{global.fontFamilies.
|
2968
|
+
fontFamily: "{global.fontFamilies.component}",
|
2969
2969
|
fontWeight: "{primitives.fontWeights.medium}",
|
2970
2970
|
lineHeight: "{primitives.lineHeights.500}",
|
2971
2971
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -3003,7 +3003,7 @@
|
|
3003
3003
|
original: {
|
3004
3004
|
$type: "typography",
|
3005
3005
|
$value: {
|
3006
|
-
fontFamily: "{global.fontFamilies.
|
3006
|
+
fontFamily: "{global.fontFamilies.component}",
|
3007
3007
|
fontWeight: "{primitives.fontWeights.regular}",
|
3008
3008
|
lineHeight: "{primitives.lineHeights.500}",
|
3009
3009
|
fontSize: "{primitives.fontSize.responsive.product.step-1}",
|
@@ -3039,7 +3039,7 @@
|
|
3039
3039
|
original: {
|
3040
3040
|
$type: "typography",
|
3041
3041
|
$value: {
|
3042
|
-
fontFamily: "{global.fontFamilies.
|
3042
|
+
fontFamily: "{global.fontFamilies.component}",
|
3043
3043
|
fontWeight: "{primitives.fontWeights.regular}",
|
3044
3044
|
lineHeight: "{primitives.lineHeights.500}",
|
3045
3045
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3075,7 +3075,7 @@
|
|
3075
3075
|
original: {
|
3076
3076
|
$type: "typography",
|
3077
3077
|
$value: {
|
3078
|
-
fontFamily: "{global.fontFamilies.
|
3078
|
+
fontFamily: "{global.fontFamilies.component}",
|
3079
3079
|
fontWeight: "{primitives.fontWeights.regular}",
|
3080
3080
|
lineHeight: "{primitives.lineHeights.500}",
|
3081
3081
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3111,7 +3111,7 @@
|
|
3111
3111
|
original: {
|
3112
3112
|
$type: "typography",
|
3113
3113
|
$value: {
|
3114
|
-
fontFamily: "{global.fontFamilies.
|
3114
|
+
fontFamily: "{global.fontFamilies.component}",
|
3115
3115
|
fontWeight: "{primitives.fontWeights.regular}",
|
3116
3116
|
lineHeight: "{primitives.lineHeights.500}",
|
3117
3117
|
fontSize: "{primitives.fontSize.responsive.product.step1}",
|
@@ -3241,7 +3241,7 @@
|
|
3241
3241
|
original: {
|
3242
3242
|
$type: "typography",
|
3243
3243
|
$value: {
|
3244
|
-
fontFamily: "{global.fontFamilies.
|
3244
|
+
fontFamily: "{global.fontFamilies.component}",
|
3245
3245
|
fontWeight: "{primitives.fontWeights.regular}",
|
3246
3246
|
lineHeight: "{primitives.lineHeights.500}",
|
3247
3247
|
fontSize:
|
@@ -3277,7 +3277,7 @@
|
|
3277
3277
|
original: {
|
3278
3278
|
$type: "typography",
|
3279
3279
|
$value: {
|
3280
|
-
fontFamily: "{global.fontFamilies.
|
3280
|
+
fontFamily: "{global.fontFamilies.component}",
|
3281
3281
|
fontWeight: "{primitives.fontWeights.regular}",
|
3282
3282
|
lineHeight: "{primitives.lineHeights.500}",
|
3283
3283
|
fontSize:
|
@@ -3314,7 +3314,7 @@
|
|
3314
3314
|
original: {
|
3315
3315
|
$type: "typography",
|
3316
3316
|
$value: {
|
3317
|
-
fontFamily: "{global.fontFamilies.
|
3317
|
+
fontFamily: "{global.fontFamilies.component}",
|
3318
3318
|
fontWeight: "{primitives.fontWeights.regular}",
|
3319
3319
|
lineHeight: "{primitives.lineHeights.500}",
|
3320
3320
|
fontSize:
|
@@ -3352,7 +3352,7 @@
|
|
3352
3352
|
original: {
|
3353
3353
|
$type: "typography",
|
3354
3354
|
$value: {
|
3355
|
-
fontFamily: "{global.fontFamilies.
|
3355
|
+
fontFamily: "{global.fontFamilies.component}",
|
3356
3356
|
fontWeight: "{primitives.fontWeights.medium}",
|
3357
3357
|
lineHeight: "{primitives.lineHeights.500}",
|
3358
3358
|
fontSize:
|
@@ -3388,7 +3388,7 @@
|
|
3388
3388
|
original: {
|
3389
3389
|
$type: "typography",
|
3390
3390
|
$value: {
|
3391
|
-
fontFamily: "{global.fontFamilies.
|
3391
|
+
fontFamily: "{global.fontFamilies.component}",
|
3392
3392
|
fontWeight: "{primitives.fontWeights.medium}",
|
3393
3393
|
lineHeight: "{primitives.lineHeights.500}",
|
3394
3394
|
fontSize:
|
@@ -3425,7 +3425,7 @@
|
|
3425
3425
|
original: {
|
3426
3426
|
$type: "typography",
|
3427
3427
|
$value: {
|
3428
|
-
fontFamily: "{global.fontFamilies.
|
3428
|
+
fontFamily: "{global.fontFamilies.component}",
|
3429
3429
|
fontWeight: "{primitives.fontWeights.medium}",
|
3430
3430
|
lineHeight: "{primitives.lineHeights.500}",
|
3431
3431
|
fontSize:
|
@@ -3464,7 +3464,7 @@
|
|
3464
3464
|
original: {
|
3465
3465
|
$type: "typography",
|
3466
3466
|
$value: {
|
3467
|
-
fontFamily: "{global.fontFamilies.
|
3467
|
+
fontFamily: "{global.fontFamilies.component}",
|
3468
3468
|
fontWeight: "{primitives.fontWeights.medium}",
|
3469
3469
|
lineHeight: "{primitives.lineHeights.500}",
|
3470
3470
|
fontSize: "{primitives.fontSize.responsive.product.step-2}",
|
@@ -3496,7 +3496,7 @@
|
|
3496
3496
|
original: {
|
3497
3497
|
$type: "typography",
|
3498
3498
|
$value: {
|
3499
|
-
fontFamily: "{global.fontFamilies.
|
3499
|
+
fontFamily: "{global.fontFamilies.component}",
|
3500
3500
|
fontWeight: "{primitives.fontWeights.medium}",
|
3501
3501
|
lineHeight: "{primitives.lineHeights.500}",
|
3502
3502
|
fontSize: "{primitives.fontSize.responsive.product.step0}",
|
@@ -3528,7 +3528,7 @@
|
|
3528
3528
|
original: {
|
3529
3529
|
$type: "typography",
|
3530
3530
|
$value: {
|
3531
|
-
fontFamily: "{global.fontFamilies.
|
3531
|
+
fontFamily: "{global.fontFamilies.component}",
|
3532
3532
|
fontWeight: "{primitives.fontWeights.medium}",
|
3533
3533
|
lineHeight: "{primitives.lineHeights.500}",
|
3534
3534
|
fontSize: "{primitives.fontSize.responsive.product.step2}",
|
@@ -3560,7 +3560,7 @@
|
|
3560
3560
|
original: {
|
3561
3561
|
$type: "typography",
|
3562
3562
|
$value: {
|
3563
|
-
fontFamily: "{global.fontFamilies.
|
3563
|
+
fontFamily: "{global.fontFamilies.component}",
|
3564
3564
|
fontWeight: "{primitives.fontWeights.medium}",
|
3565
3565
|
lineHeight: "{primitives.lineHeights.500}",
|
3566
3566
|
fontSize: "{primitives.fontSize.responsive.product.step4}",
|
@@ -3592,7 +3592,7 @@
|
|
3592
3592
|
original: {
|
3593
3593
|
$type: "typography",
|
3594
3594
|
$value: {
|
3595
|
-
fontFamily: "{global.fontFamilies.
|
3595
|
+
fontFamily: "{global.fontFamilies.component}",
|
3596
3596
|
fontWeight: "{primitives.fontWeights.medium}",
|
3597
3597
|
lineHeight: "{primitives.lineHeights.500}",
|
3598
3598
|
fontSize: "{primitives.fontSize.responsive.product.step6}",
|
@@ -3624,7 +3624,7 @@
|
|
3624
3624
|
original: {
|
3625
3625
|
$type: "typography",
|
3626
3626
|
$value: {
|
3627
|
-
fontFamily: "{global.fontFamilies.
|
3627
|
+
fontFamily: "{global.fontFamilies.component}",
|
3628
3628
|
fontWeight: "{primitives.fontWeights.medium}",
|
3629
3629
|
lineHeight: "{primitives.lineHeights.500}",
|
3630
3630
|
fontSize: "{primitives.fontSize.responsive.product.step8}",
|
@@ -3656,7 +3656,7 @@
|
|
3656
3656
|
original: {
|
3657
3657
|
$type: "typography",
|
3658
3658
|
$value: {
|
3659
|
-
fontFamily: "{global.fontFamilies.
|
3659
|
+
fontFamily: "{global.fontFamilies.component}",
|
3660
3660
|
fontWeight: "{primitives.fontWeights.medium}",
|
3661
3661
|
lineHeight: "{primitives.lineHeights.500}",
|
3662
3662
|
fontSize: "{primitives.fontSize.responsive.product.step10}",
|
@@ -3693,7 +3693,7 @@
|
|
3693
3693
|
original: {
|
3694
3694
|
$type: "typography",
|
3695
3695
|
$value: {
|
3696
|
-
fontFamily: "{global.fontFamilies.
|
3696
|
+
fontFamily: "{global.fontFamilies.component}",
|
3697
3697
|
fontWeight: "{primitives.fontWeights.medium}",
|
3698
3698
|
lineHeight: "{primitives.lineHeights.300}",
|
3699
3699
|
fontSize: "{primitives.fontSize.responsive.product.step-1}",
|
@@ -3731,7 +3731,7 @@
|
|
3731
3731
|
original: {
|
3732
3732
|
$type: "typography",
|
3733
3733
|
$value: {
|
3734
|
-
fontFamily: "{global.fontFamilies.
|
3734
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3735
3735
|
fontWeight: "{primitives.fontWeights.medium}",
|
3736
3736
|
lineHeight: "{primitives.lineHeights.400}",
|
3737
3737
|
fontSize: "{global.fontSize.adaptive.step3}",
|
@@ -3754,7 +3754,7 @@
|
|
3754
3754
|
original: {
|
3755
3755
|
$type: "typography",
|
3756
3756
|
$value: {
|
3757
|
-
fontFamily: "{global.fontFamilies.
|
3757
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3758
3758
|
fontWeight: "{primitives.fontWeights.bold}",
|
3759
3759
|
lineHeight: "{primitives.lineHeights.400}",
|
3760
3760
|
fontSize: "{global.fontSize.adaptive.step4}",
|
@@ -3777,7 +3777,7 @@
|
|
3777
3777
|
original: {
|
3778
3778
|
$type: "typography",
|
3779
3779
|
$value: {
|
3780
|
-
fontFamily: "{global.fontFamilies.
|
3780
|
+
fontFamily: "{global.fontFamilies.heading}",
|
3781
3781
|
fontWeight: "{primitives.fontWeights.bold}",
|
3782
3782
|
lineHeight: "{primitives.lineHeights.400}",
|
3783
3783
|
fontSize: "{global.fontSize.adaptive.step6}",
|
@@ -3802,7 +3802,7 @@
|
|
3802
3802
|
original: {
|
3803
3803
|
$type: "typography",
|
3804
3804
|
$value: {
|
3805
|
-
fontFamily: "{global.fontFamilies.
|
3805
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
3806
3806
|
fontWeight: "{primitives.fontWeights.medium}",
|
3807
3807
|
lineHeight: "{primitives.lineHeights.400}",
|
3808
3808
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -3825,7 +3825,7 @@
|
|
3825
3825
|
original: {
|
3826
3826
|
$type: "typography",
|
3827
3827
|
$value: {
|
3828
|
-
fontFamily: "{global.fontFamilies.
|
3828
|
+
fontFamily: "{global.fontFamilies.subheading}",
|
3829
3829
|
fontWeight: "{primitives.fontWeights.medium}",
|
3830
3830
|
lineHeight: "{primitives.lineHeights.400}",
|
3831
3831
|
fontSize: "{global.fontSize.adaptive.step2}",
|
@@ -3852,7 +3852,7 @@
|
|
3852
3852
|
original: {
|
3853
3853
|
$type: "typography",
|
3854
3854
|
$value: {
|
3855
|
-
fontFamily: "{global.fontFamilies.
|
3855
|
+
fontFamily: "{global.fontFamilies.body}",
|
3856
3856
|
fontWeight: "{primitives.fontWeights.regular}",
|
3857
3857
|
lineHeight: "{primitives.lineHeights.500}",
|
3858
3858
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3884,7 +3884,7 @@
|
|
3884
3884
|
original: {
|
3885
3885
|
$type: "typography",
|
3886
3886
|
$value: {
|
3887
|
-
fontFamily: "{global.fontFamilies.
|
3887
|
+
fontFamily: "{global.fontFamilies.body}",
|
3888
3888
|
fontWeight: "{primitives.fontWeights.regular}",
|
3889
3889
|
lineHeight: "{primitives.lineHeights.500}",
|
3890
3890
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3916,7 +3916,7 @@
|
|
3916
3916
|
original: {
|
3917
3917
|
$type: "typography",
|
3918
3918
|
$value: {
|
3919
|
-
fontFamily: "{global.fontFamilies.
|
3919
|
+
fontFamily: "{global.fontFamilies.body}",
|
3920
3920
|
fontWeight: "{primitives.fontWeights.regular}",
|
3921
3921
|
lineHeight: "{primitives.lineHeights.500}",
|
3922
3922
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -3950,7 +3950,7 @@
|
|
3950
3950
|
original: {
|
3951
3951
|
$type: "typography",
|
3952
3952
|
$value: {
|
3953
|
-
fontFamily: "{global.fontFamilies.
|
3953
|
+
fontFamily: "{global.fontFamilies.body}",
|
3954
3954
|
fontWeight: "{primitives.fontWeights.medium}",
|
3955
3955
|
lineHeight: "{primitives.lineHeights.500}",
|
3956
3956
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -3982,7 +3982,7 @@
|
|
3982
3982
|
original: {
|
3983
3983
|
$type: "typography",
|
3984
3984
|
$value: {
|
3985
|
-
fontFamily: "{global.fontFamilies.
|
3985
|
+
fontFamily: "{global.fontFamilies.body}",
|
3986
3986
|
fontWeight: "{primitives.fontWeights.medium}",
|
3987
3987
|
lineHeight: "{primitives.lineHeights.500}",
|
3988
3988
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4014,7 +4014,7 @@
|
|
4014
4014
|
original: {
|
4015
4015
|
$type: "typography",
|
4016
4016
|
$value: {
|
4017
|
-
fontFamily: "{global.fontFamilies.
|
4017
|
+
fontFamily: "{global.fontFamilies.body}",
|
4018
4018
|
fontWeight: "{primitives.fontWeights.medium}",
|
4019
4019
|
lineHeight: "{primitives.lineHeights.500}",
|
4020
4020
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4050,7 +4050,7 @@
|
|
4050
4050
|
original: {
|
4051
4051
|
$type: "typography",
|
4052
4052
|
$value: {
|
4053
|
-
fontFamily: "{global.fontFamilies.
|
4053
|
+
fontFamily: "{global.fontFamilies.component}",
|
4054
4054
|
fontWeight: "{primitives.fontWeights.medium}",
|
4055
4055
|
lineHeight: "{primitives.lineHeights.500}",
|
4056
4056
|
fontSize: "{global.fontSize.adaptive.step-1}",
|
@@ -4082,7 +4082,7 @@
|
|
4082
4082
|
original: {
|
4083
4083
|
$type: "typography",
|
4084
4084
|
$value: {
|
4085
|
-
fontFamily: "{global.fontFamilies.
|
4085
|
+
fontFamily: "{global.fontFamilies.component}",
|
4086
4086
|
fontWeight: "{primitives.fontWeights.medium}",
|
4087
4087
|
lineHeight: "{primitives.lineHeights.500}",
|
4088
4088
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4114,7 +4114,7 @@
|
|
4114
4114
|
original: {
|
4115
4115
|
$type: "typography",
|
4116
4116
|
$value: {
|
4117
|
-
fontFamily: "{global.fontFamilies.
|
4117
|
+
fontFamily: "{global.fontFamilies.component}",
|
4118
4118
|
fontWeight: "{primitives.fontWeights.medium}",
|
4119
4119
|
lineHeight: "{primitives.lineHeights.500}",
|
4120
4120
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4146,7 +4146,7 @@
|
|
4146
4146
|
original: {
|
4147
4147
|
$type: "typography",
|
4148
4148
|
$value: {
|
4149
|
-
fontFamily: "{global.fontFamilies.
|
4149
|
+
fontFamily: "{global.fontFamilies.component}",
|
4150
4150
|
fontWeight: "{primitives.fontWeights.medium}",
|
4151
4151
|
lineHeight: "{primitives.lineHeights.500}",
|
4152
4152
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4180,7 +4180,7 @@
|
|
4180
4180
|
original: {
|
4181
4181
|
$type: "typography",
|
4182
4182
|
$value: {
|
4183
|
-
fontFamily: "{global.fontFamilies.
|
4183
|
+
fontFamily: "{global.fontFamilies.component}",
|
4184
4184
|
fontWeight: "{primitives.fontWeights.regular}",
|
4185
4185
|
lineHeight: "{primitives.lineHeights.500}",
|
4186
4186
|
fontSize: "{global.fontSize.adaptive.step-1}",
|
@@ -4212,7 +4212,7 @@
|
|
4212
4212
|
original: {
|
4213
4213
|
$type: "typography",
|
4214
4214
|
$value: {
|
4215
|
-
fontFamily: "{global.fontFamilies.
|
4215
|
+
fontFamily: "{global.fontFamilies.component}",
|
4216
4216
|
fontWeight: "{primitives.fontWeights.regular}",
|
4217
4217
|
lineHeight: "{primitives.lineHeights.500}",
|
4218
4218
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4244,7 +4244,7 @@
|
|
4244
4244
|
original: {
|
4245
4245
|
$type: "typography",
|
4246
4246
|
$value: {
|
4247
|
-
fontFamily: "{global.fontFamilies.
|
4247
|
+
fontFamily: "{global.fontFamilies.component}",
|
4248
4248
|
fontWeight: "{primitives.fontWeights.regular}",
|
4249
4249
|
lineHeight: "{primitives.lineHeights.500}",
|
4250
4250
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4276,7 +4276,7 @@
|
|
4276
4276
|
original: {
|
4277
4277
|
$type: "typography",
|
4278
4278
|
$value: {
|
4279
|
-
fontFamily: "{global.fontFamilies.
|
4279
|
+
fontFamily: "{global.fontFamilies.component}",
|
4280
4280
|
fontWeight: "{primitives.fontWeights.regular}",
|
4281
4281
|
lineHeight: "{primitives.lineHeights.500}",
|
4282
4282
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4398,7 +4398,7 @@
|
|
4398
4398
|
original: {
|
4399
4399
|
$type: "typography",
|
4400
4400
|
$value: {
|
4401
|
-
fontFamily: "{global.fontFamilies.
|
4401
|
+
fontFamily: "{global.fontFamilies.component}",
|
4402
4402
|
fontWeight: "{primitives.fontWeights.regular}",
|
4403
4403
|
lineHeight: "{primitives.lineHeights.500}",
|
4404
4404
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4433,7 +4433,7 @@
|
|
4433
4433
|
original: {
|
4434
4434
|
$type: "typography",
|
4435
4435
|
$value: {
|
4436
|
-
fontFamily: "{global.fontFamilies.
|
4436
|
+
fontFamily: "{global.fontFamilies.component}",
|
4437
4437
|
fontWeight: "{primitives.fontWeights.regular}",
|
4438
4438
|
lineHeight: "{primitives.lineHeights.500}",
|
4439
4439
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4468,7 +4468,7 @@
|
|
4468
4468
|
original: {
|
4469
4469
|
$type: "typography",
|
4470
4470
|
$value: {
|
4471
|
-
fontFamily: "{global.fontFamilies.
|
4471
|
+
fontFamily: "{global.fontFamilies.component}",
|
4472
4472
|
fontWeight: "{primitives.fontWeights.regular}",
|
4473
4473
|
lineHeight: "{primitives.lineHeights.500}",
|
4474
4474
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4505,7 +4505,7 @@
|
|
4505
4505
|
original: {
|
4506
4506
|
$type: "typography",
|
4507
4507
|
$value: {
|
4508
|
-
fontFamily: "{global.fontFamilies.
|
4508
|
+
fontFamily: "{global.fontFamilies.component}",
|
4509
4509
|
fontWeight: "{primitives.fontWeights.medium}",
|
4510
4510
|
lineHeight: "{primitives.lineHeights.500}",
|
4511
4511
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4540,7 +4540,7 @@
|
|
4540
4540
|
original: {
|
4541
4541
|
$type: "typography",
|
4542
4542
|
$value: {
|
4543
|
-
fontFamily: "{global.fontFamilies.
|
4543
|
+
fontFamily: "{global.fontFamilies.component}",
|
4544
4544
|
fontWeight: "{primitives.fontWeights.medium}",
|
4545
4545
|
lineHeight: "{primitives.lineHeights.500}",
|
4546
4546
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4575,7 +4575,7 @@
|
|
4575
4575
|
original: {
|
4576
4576
|
$type: "typography",
|
4577
4577
|
$value: {
|
4578
|
-
fontFamily: "{global.fontFamilies.
|
4578
|
+
fontFamily: "{global.fontFamilies.component}",
|
4579
4579
|
fontWeight: "{primitives.fontWeights.medium}",
|
4580
4580
|
lineHeight: "{primitives.lineHeights.500}",
|
4581
4581
|
fontSize: "{global.fontSize.adaptive.step1}",
|
@@ -4612,7 +4612,7 @@
|
|
4612
4612
|
original: {
|
4613
4613
|
$type: "typography",
|
4614
4614
|
$value: {
|
4615
|
-
fontFamily: "{global.fontFamilies.
|
4615
|
+
fontFamily: "{global.fontFamilies.component}",
|
4616
4616
|
fontWeight: "{primitives.fontWeights.medium}",
|
4617
4617
|
lineHeight: "{primitives.lineHeights.500}",
|
4618
4618
|
fontSize: "{global.fontSize.adaptive.step-2}",
|
@@ -4644,7 +4644,7 @@
|
|
4644
4644
|
original: {
|
4645
4645
|
$type: "typography",
|
4646
4646
|
$value: {
|
4647
|
-
fontFamily: "{global.fontFamilies.
|
4647
|
+
fontFamily: "{global.fontFamilies.component}",
|
4648
4648
|
fontWeight: "{primitives.fontWeights.medium}",
|
4649
4649
|
lineHeight: "{primitives.lineHeights.500}",
|
4650
4650
|
fontSize: "{global.fontSize.adaptive.step0}",
|
@@ -4676,7 +4676,7 @@
|
|
4676
4676
|
original: {
|
4677
4677
|
$type: "typography",
|
4678
4678
|
$value: {
|
4679
|
-
fontFamily: "{global.fontFamilies.
|
4679
|
+
fontFamily: "{global.fontFamilies.component}",
|
4680
4680
|
fontWeight: "{primitives.fontWeights.medium}",
|
4681
4681
|
lineHeight: "{primitives.lineHeights.500}",
|
4682
4682
|
fontSize: "{global.fontSize.adaptive.step2}",
|
@@ -4708,7 +4708,7 @@
|
|
4708
4708
|
original: {
|
4709
4709
|
$type: "typography",
|
4710
4710
|
$value: {
|
4711
|
-
fontFamily: "{global.fontFamilies.
|
4711
|
+
fontFamily: "{global.fontFamilies.component}",
|
4712
4712
|
fontWeight: "{primitives.fontWeights.medium}",
|
4713
4713
|
lineHeight: "{primitives.lineHeights.500}",
|
4714
4714
|
fontSize: "{global.fontSize.adaptive.step4}",
|
@@ -4740,7 +4740,7 @@
|
|
4740
4740
|
original: {
|
4741
4741
|
$type: "typography",
|
4742
4742
|
$value: {
|
4743
|
-
fontFamily: "{global.fontFamilies.
|
4743
|
+
fontFamily: "{global.fontFamilies.component}",
|
4744
4744
|
fontWeight: "{primitives.fontWeights.medium}",
|
4745
4745
|
lineHeight: "{primitives.lineHeights.500}",
|
4746
4746
|
fontSize: "{global.fontSize.adaptive.step6}",
|
@@ -4772,7 +4772,7 @@
|
|
4772
4772
|
original: {
|
4773
4773
|
$type: "typography",
|
4774
4774
|
$value: {
|
4775
|
-
fontFamily: "{global.fontFamilies.
|
4775
|
+
fontFamily: "{global.fontFamilies.component}",
|
4776
4776
|
fontWeight: "{primitives.fontWeights.medium}",
|
4777
4777
|
lineHeight: "{primitives.lineHeights.500}",
|
4778
4778
|
fontSize: "{global.fontSize.adaptive.step8}",
|
@@ -4804,7 +4804,7 @@
|
|
4804
4804
|
original: {
|
4805
4805
|
$type: "typography",
|
4806
4806
|
$value: {
|
4807
|
-
fontFamily: "{global.fontFamilies.
|
4807
|
+
fontFamily: "{global.fontFamilies.component}",
|
4808
4808
|
fontWeight: "{primitives.fontWeights.medium}",
|
4809
4809
|
lineHeight: "{primitives.lineHeights.500}",
|
4810
4810
|
fontSize: "{global.fontSize.adaptive.step10}",
|
@@ -4840,7 +4840,7 @@
|
|
4840
4840
|
original: {
|
4841
4841
|
$type: "typography",
|
4842
4842
|
$value: {
|
4843
|
-
fontFamily: "{global.fontFamilies.
|
4843
|
+
fontFamily: "{global.fontFamilies.component}",
|
4844
4844
|
fontWeight: "{primitives.fontWeights.medium}",
|
4845
4845
|
lineHeight: "{primitives.lineHeights.300}",
|
4846
4846
|
fontSize: "{global.fontSize.adaptive.step-1}",
|
@@ -5191,10 +5191,9 @@
|
|
5191
5191
|
attributes: {},
|
5192
5192
|
path: ["global", "fontFamilies", "sage-icons"],
|
5193
5193
|
},
|
5194
|
-
|
5194
|
+
heading: {
|
5195
5195
|
$type: "fontFamily",
|
5196
|
-
$value: "Sage
|
5197
|
-
$description: "Used in only in marketing contexts for some headings.",
|
5196
|
+
$value: "Sage UI",
|
5198
5197
|
filePath: "data/tokens/global/typography.json",
|
5199
5198
|
isSource: true,
|
5200
5199
|
$extensions: {
|
@@ -5204,24 +5203,20 @@
|
|
5204
5203
|
},
|
5205
5204
|
original: {
|
5206
5205
|
$type: "fontFamily",
|
5207
|
-
$value: "Sage
|
5208
|
-
$description:
|
5209
|
-
"Used in only in marketing contexts for some headings.",
|
5206
|
+
$value: "Sage UI",
|
5210
5207
|
$extensions: {
|
5211
5208
|
"studio.tokens": {
|
5212
5209
|
originalType: "fontFamilies",
|
5213
5210
|
},
|
5214
5211
|
},
|
5215
5212
|
},
|
5216
|
-
name: "
|
5213
|
+
name: "globalFontFamiliesHeading",
|
5217
5214
|
attributes: {},
|
5218
|
-
path: ["global", "fontFamilies", "
|
5215
|
+
path: ["global", "fontFamilies", "heading"],
|
5219
5216
|
},
|
5220
|
-
|
5217
|
+
subheading: {
|
5221
5218
|
$type: "fontFamily",
|
5222
5219
|
$value: "Sage UI",
|
5223
|
-
$description:
|
5224
|
-
"Used in componentry such as tables, buttons, inputs etc.",
|
5225
5220
|
filePath: "data/tokens/global/typography.json",
|
5226
5221
|
isSource: true,
|
5227
5222
|
$extensions: {
|
@@ -5232,23 +5227,44 @@
|
|
5232
5227
|
original: {
|
5233
5228
|
$type: "fontFamily",
|
5234
5229
|
$value: "Sage UI",
|
5235
|
-
$description:
|
5236
|
-
"Used in componentry such as tables, buttons, inputs etc.",
|
5237
5230
|
$extensions: {
|
5238
5231
|
"studio.tokens": {
|
5239
5232
|
originalType: "fontFamilies",
|
5240
5233
|
},
|
5241
5234
|
},
|
5242
5235
|
},
|
5243
|
-
name: "
|
5236
|
+
name: "globalFontFamiliesSubheading",
|
5244
5237
|
attributes: {},
|
5245
|
-
path: ["global", "fontFamilies", "
|
5238
|
+
path: ["global", "fontFamilies", "subheading"],
|
5246
5239
|
},
|
5247
|
-
|
5240
|
+
body: {
|
5248
5241
|
$type: "fontFamily",
|
5249
|
-
$value: "Sage
|
5242
|
+
$value: "Sage UI",
|
5243
|
+
filePath: "data/tokens/global/typography.json",
|
5244
|
+
isSource: true,
|
5245
|
+
$extensions: {
|
5246
|
+
"studio.tokens": {
|
5247
|
+
originalType: "fontFamilies",
|
5248
|
+
},
|
5249
|
+
},
|
5250
|
+
original: {
|
5251
|
+
$type: "fontFamily",
|
5252
|
+
$value: "Sage UI",
|
5253
|
+
$extensions: {
|
5254
|
+
"studio.tokens": {
|
5255
|
+
originalType: "fontFamilies",
|
5256
|
+
},
|
5257
|
+
},
|
5258
|
+
},
|
5259
|
+
name: "globalFontFamiliesBody",
|
5260
|
+
attributes: {},
|
5261
|
+
path: ["global", "fontFamilies", "body"],
|
5262
|
+
},
|
5263
|
+
component: {
|
5264
|
+
$type: "fontFamily",
|
5265
|
+
$value: "Sage UI",
|
5250
5266
|
$description:
|
5251
|
-
"Used
|
5267
|
+
"Used in componentry such as tables, buttons, inputs etc.",
|
5252
5268
|
filePath: "data/tokens/global/typography.json",
|
5253
5269
|
isSource: true,
|
5254
5270
|
$extensions: {
|
@@ -5258,18 +5274,18 @@
|
|
5258
5274
|
},
|
5259
5275
|
original: {
|
5260
5276
|
$type: "fontFamily",
|
5261
|
-
$value: "Sage
|
5277
|
+
$value: "Sage UI",
|
5262
5278
|
$description:
|
5263
|
-
"Used
|
5279
|
+
"Used in componentry such as tables, buttons, inputs etc.",
|
5264
5280
|
$extensions: {
|
5265
5281
|
"studio.tokens": {
|
5266
5282
|
originalType: "fontFamilies",
|
5267
5283
|
},
|
5268
5284
|
},
|
5269
5285
|
},
|
5270
|
-
name: "
|
5286
|
+
name: "globalFontFamiliesComponent",
|
5271
5287
|
attributes: {},
|
5272
|
-
path: ["global", "fontFamilies", "
|
5288
|
+
path: ["global", "fontFamilies", "component"],
|
5273
5289
|
},
|
5274
5290
|
other: {
|
5275
5291
|
$type: "fontFamily",
|