@sage/design-tokens 15.0.0 → 15.2.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/components/nav.css +1 -1
- package/css/frozenproduct/large/dark.css +2 -1
- package/css/frozenproduct/large/light.css +2 -1
- package/css/frozenproduct/small/components/form.css +3 -0
- package/css/frozenproduct/small/components/nav.css +1 -1
- package/css/frozenproduct/small/dark.css +2 -1
- package/css/frozenproduct/small/light.css +2 -1
- package/css/product/all.css +7 -3
- package/css/product/large/components/form.css +3 -0
- package/css/product/large/components/nav.css +1 -1
- package/css/product/large/dark.css +2 -1
- package/css/product/large/light.css +2 -1
- package/css/product/small/components/form.css +3 -0
- package/css/product/small/components/nav.css +1 -1
- package/css/product/small/dark.css +2 -1
- package/css/product/small/light.css +2 -1
- package/ios/frozenproduct/large/dark/components/form.h +3 -0
- package/ios/frozenproduct/large/dark/components/nav.h +1 -1
- package/ios/frozenproduct/large/dark/mode.h +2 -1
- package/ios/frozenproduct/large/light/components/form.h +3 -0
- package/ios/frozenproduct/large/light/components/nav.h +1 -1
- package/ios/frozenproduct/large/light/mode.h +2 -1
- package/ios/frozenproduct/small/dark/components/form.h +3 -0
- package/ios/frozenproduct/small/dark/components/nav.h +1 -1
- package/ios/frozenproduct/small/dark/mode.h +2 -1
- package/ios/frozenproduct/small/light/components/form.h +3 -0
- package/ios/frozenproduct/small/light/components/nav.h +1 -1
- package/ios/frozenproduct/small/light/mode.h +2 -1
- package/ios/product/large/dark/components/form.h +3 -0
- package/ios/product/large/dark/components/nav.h +1 -1
- package/ios/product/large/dark/mode.h +2 -1
- package/ios/product/large/light/components/form.h +3 -0
- package/ios/product/large/light/components/nav.h +1 -1
- package/ios/product/large/light/mode.h +2 -1
- package/ios/product/small/dark/components/form.h +3 -0
- package/ios/product/small/dark/components/nav.h +1 -1
- package/ios/product/small/dark/mode.h +2 -1
- package/ios/product/small/light/components/form.h +3 -0
- package/ios/product/small/light/components/nav.h +1 -1
- package/ios/product/small/light/mode.h +2 -1
- package/js/common/frozenproduct/large/dark/components/form.d.ts +3 -0
- package/js/common/frozenproduct/large/dark/components/form.js +53 -0
- package/js/common/frozenproduct/large/dark/components/nav.js +2 -2
- package/js/common/frozenproduct/large/dark/mode.d.ts +1 -0
- package/js/common/frozenproduct/large/dark/mode.js +42 -2
- package/js/common/frozenproduct/large/light/components/form.d.ts +3 -0
- package/js/common/frozenproduct/large/light/components/form.js +53 -0
- package/js/common/frozenproduct/large/light/components/nav.js +2 -2
- package/js/common/frozenproduct/large/light/mode.d.ts +1 -0
- package/js/common/frozenproduct/large/light/mode.js +42 -2
- package/js/common/frozenproduct/small/dark/components/form.d.ts +3 -0
- package/js/common/frozenproduct/small/dark/components/form.js +53 -0
- package/js/common/frozenproduct/small/dark/components/nav.js +2 -2
- package/js/common/frozenproduct/small/dark/mode.d.ts +1 -0
- package/js/common/frozenproduct/small/dark/mode.js +42 -2
- package/js/common/frozenproduct/small/light/components/form.d.ts +3 -0
- package/js/common/frozenproduct/small/light/components/form.js +53 -0
- package/js/common/frozenproduct/small/light/components/nav.js +2 -2
- package/js/common/frozenproduct/small/light/mode.d.ts +1 -0
- package/js/common/frozenproduct/small/light/mode.js +42 -2
- package/js/common/product/large/dark/components/form.d.ts +3 -0
- package/js/common/product/large/dark/components/form.js +53 -0
- package/js/common/product/large/dark/components/nav.js +2 -2
- package/js/common/product/large/dark/mode.d.ts +1 -0
- package/js/common/product/large/dark/mode.js +42 -2
- package/js/common/product/large/light/components/form.d.ts +3 -0
- package/js/common/product/large/light/components/form.js +53 -0
- package/js/common/product/large/light/components/nav.js +2 -2
- package/js/common/product/large/light/mode.d.ts +1 -0
- package/js/common/product/large/light/mode.js +42 -2
- package/js/common/product/small/dark/components/form.d.ts +3 -0
- package/js/common/product/small/dark/components/form.js +53 -0
- package/js/common/product/small/dark/components/nav.js +2 -2
- package/js/common/product/small/dark/mode.d.ts +1 -0
- package/js/common/product/small/dark/mode.js +42 -2
- package/js/common/product/small/light/components/form.d.ts +3 -0
- package/js/common/product/small/light/components/form.js +53 -0
- package/js/common/product/small/light/components/nav.js +2 -2
- package/js/common/product/small/light/mode.d.ts +1 -0
- package/js/common/product/small/light/mode.js +42 -2
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +15 -0
- package/js/es6/frozenproduct/large/dark/components/form.js +15 -0
- package/js/es6/frozenproduct/large/dark/components/nav.js +1 -1
- package/js/es6/frozenproduct/large/dark/mode.d.ts +1 -0
- package/js/es6/frozenproduct/large/dark/mode.js +2 -1
- package/js/es6/frozenproduct/large/light/components/form.d.ts +15 -0
- package/js/es6/frozenproduct/large/light/components/form.js +15 -0
- package/js/es6/frozenproduct/large/light/components/nav.js +1 -1
- package/js/es6/frozenproduct/large/light/mode.d.ts +1 -0
- package/js/es6/frozenproduct/large/light/mode.js +2 -1
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +15 -0
- package/js/es6/frozenproduct/small/dark/components/form.js +15 -0
- package/js/es6/frozenproduct/small/dark/components/nav.js +1 -1
- package/js/es6/frozenproduct/small/dark/mode.d.ts +1 -0
- package/js/es6/frozenproduct/small/dark/mode.js +2 -1
- package/js/es6/frozenproduct/small/light/components/form.d.ts +15 -0
- package/js/es6/frozenproduct/small/light/components/form.js +15 -0
- package/js/es6/frozenproduct/small/light/components/nav.js +1 -1
- package/js/es6/frozenproduct/small/light/mode.d.ts +1 -0
- package/js/es6/frozenproduct/small/light/mode.js +2 -1
- package/js/es6/product/large/dark/components/form.d.ts +15 -0
- package/js/es6/product/large/dark/components/form.js +15 -0
- package/js/es6/product/large/dark/components/nav.js +1 -1
- package/js/es6/product/large/dark/mode.d.ts +1 -0
- package/js/es6/product/large/dark/mode.js +2 -1
- package/js/es6/product/large/light/components/form.d.ts +15 -0
- package/js/es6/product/large/light/components/form.js +15 -0
- package/js/es6/product/large/light/components/nav.js +1 -1
- package/js/es6/product/large/light/mode.d.ts +1 -0
- package/js/es6/product/large/light/mode.js +2 -1
- package/js/es6/product/small/dark/components/form.d.ts +15 -0
- package/js/es6/product/small/dark/components/form.js +15 -0
- package/js/es6/product/small/dark/components/nav.js +1 -1
- package/js/es6/product/small/dark/mode.d.ts +1 -0
- package/js/es6/product/small/dark/mode.js +2 -1
- package/js/es6/product/small/light/components/form.d.ts +15 -0
- package/js/es6/product/small/light/components/form.js +15 -0
- package/js/es6/product/small/light/components/nav.js +1 -1
- package/js/es6/product/small/light/mode.d.ts +1 -0
- package/js/es6/product/small/light/mode.js +2 -1
- package/js/umd/frozenproduct/large/dark/components/form.js +53 -0
- package/js/umd/frozenproduct/large/dark/components/nav.js +2 -2
- package/js/umd/frozenproduct/large/dark/mode.js +42 -2
- package/js/umd/frozenproduct/large/light/components/form.js +53 -0
- package/js/umd/frozenproduct/large/light/components/nav.js +2 -2
- package/js/umd/frozenproduct/large/light/mode.js +42 -2
- package/js/umd/frozenproduct/small/dark/components/form.js +53 -0
- package/js/umd/frozenproduct/small/dark/components/nav.js +2 -2
- package/js/umd/frozenproduct/small/dark/mode.js +42 -2
- package/js/umd/frozenproduct/small/light/components/form.js +53 -0
- package/js/umd/frozenproduct/small/light/components/nav.js +2 -2
- package/js/umd/frozenproduct/small/light/mode.js +42 -2
- package/js/umd/product/large/dark/components/form.js +53 -0
- package/js/umd/product/large/dark/components/nav.js +2 -2
- package/js/umd/product/large/dark/mode.js +42 -2
- package/js/umd/product/large/light/components/form.js +53 -0
- package/js/umd/product/large/light/components/nav.js +2 -2
- package/js/umd/product/large/light/mode.js +42 -2
- package/js/umd/product/small/dark/components/form.js +53 -0
- package/js/umd/product/small/dark/components/nav.js +2 -2
- package/js/umd/product/small/dark/mode.js +42 -2
- package/js/umd/product/small/light/components/form.js +53 -0
- package/js/umd/product/small/light/components/nav.js +2 -2
- package/js/umd/product/small/light/mode.js +42 -2
- package/json/flat/frozenproduct/large/dark/components/form.json +3 -0
- package/json/flat/frozenproduct/large/dark/components/nav.json +1 -1
- package/json/flat/frozenproduct/large/dark/mode.json +2 -1
- package/json/flat/frozenproduct/large/light/components/form.json +3 -0
- package/json/flat/frozenproduct/large/light/components/nav.json +1 -1
- package/json/flat/frozenproduct/large/light/mode.json +2 -1
- package/json/flat/frozenproduct/small/dark/components/form.json +3 -0
- package/json/flat/frozenproduct/small/dark/components/nav.json +1 -1
- package/json/flat/frozenproduct/small/dark/mode.json +2 -1
- package/json/flat/frozenproduct/small/light/components/form.json +3 -0
- package/json/flat/frozenproduct/small/light/components/nav.json +1 -1
- package/json/flat/frozenproduct/small/light/mode.json +2 -1
- package/json/flat/product/large/dark/components/form.json +3 -0
- package/json/flat/product/large/dark/components/nav.json +1 -1
- package/json/flat/product/large/dark/mode.json +2 -1
- package/json/flat/product/large/light/components/form.json +3 -0
- package/json/flat/product/large/light/components/nav.json +1 -1
- package/json/flat/product/large/light/mode.json +2 -1
- package/json/flat/product/small/dark/components/form.json +3 -0
- package/json/flat/product/small/dark/components/nav.json +1 -1
- package/json/flat/product/small/dark/mode.json +2 -1
- package/json/flat/product/small/light/components/form.json +3 -0
- package/json/flat/product/small/light/components/nav.json +1 -1
- package/json/flat/product/small/light/mode.json +2 -1
- package/json/nested/frozenproduct/large/dark/components/form.json +16 -1
- package/json/nested/frozenproduct/large/dark/components/nav.json +1 -1
- package/json/nested/frozenproduct/large/dark/mode.json +2 -1
- package/json/nested/frozenproduct/large/light/components/form.json +16 -1
- package/json/nested/frozenproduct/large/light/components/nav.json +1 -1
- package/json/nested/frozenproduct/large/light/mode.json +2 -1
- package/json/nested/frozenproduct/small/dark/components/form.json +16 -1
- package/json/nested/frozenproduct/small/dark/components/nav.json +1 -1
- package/json/nested/frozenproduct/small/dark/mode.json +2 -1
- package/json/nested/frozenproduct/small/light/components/form.json +16 -1
- package/json/nested/frozenproduct/small/light/components/nav.json +1 -1
- package/json/nested/frozenproduct/small/light/mode.json +2 -1
- package/json/nested/product/large/dark/components/form.json +16 -1
- package/json/nested/product/large/dark/components/nav.json +1 -1
- package/json/nested/product/large/dark/mode.json +2 -1
- package/json/nested/product/large/light/components/form.json +16 -1
- package/json/nested/product/large/light/components/nav.json +1 -1
- package/json/nested/product/large/light/mode.json +2 -1
- package/json/nested/product/small/dark/components/form.json +16 -1
- package/json/nested/product/small/dark/components/nav.json +1 -1
- package/json/nested/product/small/dark/mode.json +2 -1
- package/json/nested/product/small/light/components/form.json +16 -1
- package/json/nested/product/small/light/components/nav.json +1 -1
- package/json/nested/product/small/light/mode.json +2 -1
- package/package.json +1 -1
- package/sage-design-tokens-15.2.0.tgz +0 -0
- package/scss/frozenproduct/large/components/form.scss +3 -0
- package/scss/frozenproduct/large/components/nav.scss +1 -1
- package/scss/frozenproduct/large/dark.scss +2 -1
- package/scss/frozenproduct/large/light.scss +2 -1
- 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 +6 -6
- 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/dark.scss +2 -1
- package/scss/frozenproduct/small/light.scss +2 -1
- 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 +10 -7
- package/scss/product/large/components/link.scss +2 -2
- package/scss/product/large/components/nav.scss +6 -6
- 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/dark.scss +2 -1
- package/scss/product/large/light.scss +2 -1
- package/scss/product/small/components/button.scss +13 -13
- package/scss/product/small/components/container.scss +10 -10
- package/scss/product/small/components/form.scss +10 -7
- package/scss/product/small/components/link.scss +2 -2
- package/scss/product/small/components/nav.scss +6 -6
- package/scss/product/small/components/page.scss +1 -1
- package/scss/product/small/components/popover.scss +2 -2
- package/scss/product/small/components/progress.scss +6 -6
- package/scss/product/small/components/status.scss +3 -3
- package/scss/product/small/components/tab.scss +7 -7
- package/scss/product/small/components/table.scss +10 -10
- package/scss/product/small/dark.scss +2 -1
- package/scss/product/small/light.scss +2 -1
- package/sage-design-tokens-15.0.0.tgz +0 -0
@@ -205,6 +205,7 @@
|
|
205
205
|
"formColorDropdownLabelDisabled": "#ffffff4d",
|
206
206
|
"formColorDropdownLabelEnabled": "#ffffffab",
|
207
207
|
"formColorDropdownLabelHover": "#FFFFFF",
|
208
|
+
"formColorDropdownLabelSubtext": "#ffffff6b",
|
208
209
|
"formColorLabelsetLabelRequired": "#E13E53",
|
209
210
|
"formColorLabelsetLabelDefault": "#fffffff2",
|
210
211
|
"formColorLabelsetLabelAlt": "#ffffff8c",
|
@@ -290,12 +291,14 @@
|
|
290
291
|
"formTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
|
291
292
|
"formTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
|
292
293
|
"formTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
|
294
|
+
"formTypographyAdaptiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"},
|
293
295
|
"formTypographyAdaptiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
|
294
296
|
"formTypographyAdaptiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
|
295
297
|
"formTypographyAdaptiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
|
296
298
|
"formTypographyResponsiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
|
297
299
|
"formTypographyResponsiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
|
298
300
|
"formTypographyResponsiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"},
|
301
|
+
"formTypographyResponsiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"},
|
299
302
|
"formTypographyResponsiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
|
300
303
|
"formTypographyResponsiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
|
301
304
|
"formTypographyResponsiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"}
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"navSizeLeftnavParentMinheight": 48,
|
68
68
|
"navSizeLeftnavChildMinheight": 40,
|
69
69
|
"navSizeLeftnavGrandchildMinheight": 32,
|
70
|
-
"navSizeLeftnavParentContainerFixedWidth": "
|
70
|
+
"navSizeLeftnavParentContainerFixedWidth": "146",
|
71
71
|
"navSizeLeftnavChildContainerFixedWidth": "250",
|
72
72
|
"navSizeModalParentitemMinheight": 40,
|
73
73
|
"navSizeModalChilditemMinheight": 32,
|
@@ -108,7 +108,8 @@
|
|
108
108
|
"modesColorInteractiveMonochromeActiveAlt": "#ffffff26",
|
109
109
|
"modesColorInteractiveMonochromeDefault": "#ffffffe6",
|
110
110
|
"modesColorInteractiveMonochromeDefaultAlt": "#ffffffab",
|
111
|
-
"modesColorInteractiveMonochromeDefaultAlt2": "#
|
111
|
+
"modesColorInteractiveMonochromeDefaultAlt2": "#ffffff8c",
|
112
|
+
"modesColorInteractiveMonochromeDefaultAlt3": "#ffffff6b",
|
112
113
|
"modesColorInteractiveMonochromeHoverAlt": "#ffffff1a",
|
113
114
|
"modesColorInteractiveMonochromeHover": "#ffffff26",
|
114
115
|
"modesColorInteractiveMonochromeWithActive": "#000000",
|
@@ -205,6 +205,7 @@
|
|
205
205
|
"formColorDropdownLabelDisabled": "#0000006b",
|
206
206
|
"formColorDropdownLabelEnabled": "#000000ab",
|
207
207
|
"formColorDropdownLabelHover": "#000000",
|
208
|
+
"formColorDropdownLabelSubtext": "#0000006b",
|
208
209
|
"formColorLabelsetLabelRequired": "#CD384B",
|
209
210
|
"formColorLabelsetLabelDefault": "#000000f2",
|
210
211
|
"formColorLabelsetLabelAlt": "#0000008c",
|
@@ -290,12 +291,14 @@
|
|
290
291
|
"formTypographyAdaptiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
|
291
292
|
"formTypographyAdaptiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
|
292
293
|
"formTypographyAdaptiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
|
294
|
+
"formTypographyAdaptiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"},
|
293
295
|
"formTypographyAdaptiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
|
294
296
|
"formTypographyAdaptiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"},
|
295
297
|
"formTypographyAdaptiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"},
|
296
298
|
"formTypographyResponsiveLabelS": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
|
297
299
|
"formTypographyResponsiveLabelM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
|
298
300
|
"formTypographyResponsiveLabelL": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"},
|
301
|
+
"formTypographyResponsiveDefaultXs": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"},
|
299
302
|
"formTypographyResponsiveDefaultS": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
|
300
303
|
"formTypographyResponsiveDefaultM": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"},
|
301
304
|
"formTypographyResponsiveDefaultL": {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"}
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"navSizeLeftnavParentMinheight": 48,
|
68
68
|
"navSizeLeftnavChildMinheight": 40,
|
69
69
|
"navSizeLeftnavGrandchildMinheight": 32,
|
70
|
-
"navSizeLeftnavParentContainerFixedWidth": "
|
70
|
+
"navSizeLeftnavParentContainerFixedWidth": "146",
|
71
71
|
"navSizeLeftnavChildContainerFixedWidth": "250",
|
72
72
|
"navSizeModalParentitemMinheight": 40,
|
73
73
|
"navSizeModalChilditemMinheight": 32,
|
@@ -108,7 +108,8 @@
|
|
108
108
|
"modesColorInteractiveMonochromeActiveAlt": "#00000026",
|
109
109
|
"modesColorInteractiveMonochromeDefault": "#000000e6",
|
110
110
|
"modesColorInteractiveMonochromeDefaultAlt": "#000000ab",
|
111
|
-
"modesColorInteractiveMonochromeDefaultAlt2": "#
|
111
|
+
"modesColorInteractiveMonochromeDefaultAlt2": "#0000008c",
|
112
|
+
"modesColorInteractiveMonochromeDefaultAlt3": "#0000006b",
|
112
113
|
"modesColorInteractiveMonochromeHoverAlt": "#0000001a",
|
113
114
|
"modesColorInteractiveMonochromeHover": "#00000026",
|
114
115
|
"modesColorInteractiveMonochromeWithActive": "#FFFFFF",
|
@@ -431,7 +431,8 @@
|
|
431
431
|
"label-alt": "#ffffffe6",
|
432
432
|
"label-disabled": "#ffffff4d",
|
433
433
|
"label-enabled": "#ffffffab",
|
434
|
-
"label-hover": "#FFFFFF"
|
434
|
+
"label-hover": "#FFFFFF",
|
435
|
+
"label-subtext": "#ffffff6b"
|
435
436
|
},
|
436
437
|
"labelset": {
|
437
438
|
"label-required": "#E13E53",
|
@@ -581,6 +582,13 @@
|
|
581
582
|
}
|
582
583
|
},
|
583
584
|
"default": {
|
585
|
+
"XS": {
|
586
|
+
"fontFamily": "Sage UI",
|
587
|
+
"fontWeight": "400",
|
588
|
+
"lineHeight": 1.5,
|
589
|
+
"fontSize": "13px",
|
590
|
+
"paragraphSpacing": "0"
|
591
|
+
},
|
584
592
|
"S": {
|
585
593
|
"fontFamily": "Sage UI",
|
586
594
|
"fontWeight": "400",
|
@@ -629,6 +637,13 @@
|
|
629
637
|
}
|
630
638
|
},
|
631
639
|
"default": {
|
640
|
+
"XS": {
|
641
|
+
"fontFamily": "Sage UI",
|
642
|
+
"fontWeight": "400",
|
643
|
+
"lineHeight": 1.5,
|
644
|
+
"fontSize": "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
|
645
|
+
"paragraphSpacing": "0"
|
646
|
+
},
|
632
647
|
"S": {
|
633
648
|
"fontFamily": "Sage UI",
|
634
649
|
"fontWeight": "400",
|
@@ -180,7 +180,8 @@
|
|
180
180
|
"activeAlt": "#ffffff26",
|
181
181
|
"default": "#ffffffe6",
|
182
182
|
"defaultAlt": "#ffffffab",
|
183
|
-
"defaultAlt2": "#
|
183
|
+
"defaultAlt2": "#ffffff8c",
|
184
|
+
"defaultAlt3": "#ffffff6b",
|
184
185
|
"hoverAlt": "#ffffff1a",
|
185
186
|
"hover": "#ffffff26",
|
186
187
|
"withActive": "#000000",
|
@@ -431,7 +431,8 @@
|
|
431
431
|
"label-alt": "#000000e6",
|
432
432
|
"label-disabled": "#0000006b",
|
433
433
|
"label-enabled": "#000000ab",
|
434
|
-
"label-hover": "#000000"
|
434
|
+
"label-hover": "#000000",
|
435
|
+
"label-subtext": "#0000006b"
|
435
436
|
},
|
436
437
|
"labelset": {
|
437
438
|
"label-required": "#CD384B",
|
@@ -581,6 +582,13 @@
|
|
581
582
|
}
|
582
583
|
},
|
583
584
|
"default": {
|
585
|
+
"XS": {
|
586
|
+
"fontFamily": "Sage UI",
|
587
|
+
"fontWeight": "400",
|
588
|
+
"lineHeight": 1.5,
|
589
|
+
"fontSize": "13px",
|
590
|
+
"paragraphSpacing": "0"
|
591
|
+
},
|
584
592
|
"S": {
|
585
593
|
"fontFamily": "Sage UI",
|
586
594
|
"fontWeight": "400",
|
@@ -629,6 +637,13 @@
|
|
629
637
|
}
|
630
638
|
},
|
631
639
|
"default": {
|
640
|
+
"XS": {
|
641
|
+
"fontFamily": "Sage UI",
|
642
|
+
"fontWeight": "400",
|
643
|
+
"lineHeight": 1.5,
|
644
|
+
"fontSize": "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
|
645
|
+
"paragraphSpacing": "0"
|
646
|
+
},
|
632
647
|
"S": {
|
633
648
|
"fontFamily": "Sage UI",
|
634
649
|
"fontWeight": "400",
|
@@ -180,7 +180,8 @@
|
|
180
180
|
"activeAlt": "#00000026",
|
181
181
|
"default": "#000000e6",
|
182
182
|
"defaultAlt": "#000000ab",
|
183
|
-
"defaultAlt2": "#
|
183
|
+
"defaultAlt2": "#0000008c",
|
184
|
+
"defaultAlt3": "#0000006b",
|
184
185
|
"hoverAlt": "#0000001a",
|
185
186
|
"hover": "#00000026",
|
186
187
|
"withActive": "#FFFFFF",
|
@@ -431,7 +431,8 @@
|
|
431
431
|
"label-alt": "#ffffffe6",
|
432
432
|
"label-disabled": "#ffffff4d",
|
433
433
|
"label-enabled": "#ffffffab",
|
434
|
-
"label-hover": "#FFFFFF"
|
434
|
+
"label-hover": "#FFFFFF",
|
435
|
+
"label-subtext": "#ffffff6b"
|
435
436
|
},
|
436
437
|
"labelset": {
|
437
438
|
"label-required": "#E13E53",
|
@@ -581,6 +582,13 @@
|
|
581
582
|
}
|
582
583
|
},
|
583
584
|
"default": {
|
585
|
+
"XS": {
|
586
|
+
"fontFamily": "Sage UI",
|
587
|
+
"fontWeight": "400",
|
588
|
+
"lineHeight": 1.5,
|
589
|
+
"fontSize": "13px",
|
590
|
+
"paragraphSpacing": "0"
|
591
|
+
},
|
584
592
|
"S": {
|
585
593
|
"fontFamily": "Sage UI",
|
586
594
|
"fontWeight": "400",
|
@@ -629,6 +637,13 @@
|
|
629
637
|
}
|
630
638
|
},
|
631
639
|
"default": {
|
640
|
+
"XS": {
|
641
|
+
"fontFamily": "Sage UI",
|
642
|
+
"fontWeight": "400",
|
643
|
+
"lineHeight": 1.5,
|
644
|
+
"fontSize": "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
|
645
|
+
"paragraphSpacing": "0"
|
646
|
+
},
|
632
647
|
"S": {
|
633
648
|
"fontFamily": "Sage UI",
|
634
649
|
"fontWeight": "400",
|
@@ -180,7 +180,8 @@
|
|
180
180
|
"activeAlt": "#ffffff26",
|
181
181
|
"default": "#ffffffe6",
|
182
182
|
"defaultAlt": "#ffffffab",
|
183
|
-
"defaultAlt2": "#
|
183
|
+
"defaultAlt2": "#ffffff8c",
|
184
|
+
"defaultAlt3": "#ffffff6b",
|
184
185
|
"hoverAlt": "#ffffff1a",
|
185
186
|
"hover": "#ffffff26",
|
186
187
|
"withActive": "#000000",
|
@@ -431,7 +431,8 @@
|
|
431
431
|
"label-alt": "#000000e6",
|
432
432
|
"label-disabled": "#0000006b",
|
433
433
|
"label-enabled": "#000000ab",
|
434
|
-
"label-hover": "#000000"
|
434
|
+
"label-hover": "#000000",
|
435
|
+
"label-subtext": "#0000006b"
|
435
436
|
},
|
436
437
|
"labelset": {
|
437
438
|
"label-required": "#CD384B",
|
@@ -581,6 +582,13 @@
|
|
581
582
|
}
|
582
583
|
},
|
583
584
|
"default": {
|
585
|
+
"XS": {
|
586
|
+
"fontFamily": "Sage UI",
|
587
|
+
"fontWeight": "400",
|
588
|
+
"lineHeight": 1.5,
|
589
|
+
"fontSize": "13px",
|
590
|
+
"paragraphSpacing": "0"
|
591
|
+
},
|
584
592
|
"S": {
|
585
593
|
"fontFamily": "Sage UI",
|
586
594
|
"fontWeight": "400",
|
@@ -629,6 +637,13 @@
|
|
629
637
|
}
|
630
638
|
},
|
631
639
|
"default": {
|
640
|
+
"XS": {
|
641
|
+
"fontFamily": "Sage UI",
|
642
|
+
"fontWeight": "400",
|
643
|
+
"lineHeight": 1.5,
|
644
|
+
"fontSize": "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
|
645
|
+
"paragraphSpacing": "0"
|
646
|
+
},
|
632
647
|
"S": {
|
633
648
|
"fontFamily": "Sage UI",
|
634
649
|
"fontWeight": "400",
|
@@ -180,7 +180,8 @@
|
|
180
180
|
"activeAlt": "#00000026",
|
181
181
|
"default": "#000000e6",
|
182
182
|
"defaultAlt": "#000000ab",
|
183
|
-
"defaultAlt2": "#
|
183
|
+
"defaultAlt2": "#0000008c",
|
184
|
+
"defaultAlt3": "#0000006b",
|
184
185
|
"hoverAlt": "#0000001a",
|
185
186
|
"hover": "#00000026",
|
186
187
|
"withActive": "#FFFFFF",
|
@@ -431,7 +431,8 @@
|
|
431
431
|
"label-alt": "#ffffffe6",
|
432
432
|
"label-disabled": "#ffffff4d",
|
433
433
|
"label-enabled": "#ffffffab",
|
434
|
-
"label-hover": "#FFFFFF"
|
434
|
+
"label-hover": "#FFFFFF",
|
435
|
+
"label-subtext": "#ffffff6b"
|
435
436
|
},
|
436
437
|
"labelset": {
|
437
438
|
"label-required": "#E13E53",
|
@@ -581,6 +582,13 @@
|
|
581
582
|
}
|
582
583
|
},
|
583
584
|
"default": {
|
585
|
+
"XS": {
|
586
|
+
"fontFamily": "Sage UI",
|
587
|
+
"fontWeight": "400",
|
588
|
+
"lineHeight": 1.5,
|
589
|
+
"fontSize": "13px",
|
590
|
+
"paragraphSpacing": "0"
|
591
|
+
},
|
584
592
|
"S": {
|
585
593
|
"fontFamily": "Sage UI",
|
586
594
|
"fontWeight": "400",
|
@@ -629,6 +637,13 @@
|
|
629
637
|
}
|
630
638
|
},
|
631
639
|
"default": {
|
640
|
+
"XS": {
|
641
|
+
"fontFamily": "Sage UI",
|
642
|
+
"fontWeight": "400",
|
643
|
+
"lineHeight": 1.5,
|
644
|
+
"fontSize": "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
|
645
|
+
"paragraphSpacing": "0"
|
646
|
+
},
|
632
647
|
"S": {
|
633
648
|
"fontFamily": "Sage UI",
|
634
649
|
"fontWeight": "400",
|
@@ -180,7 +180,8 @@
|
|
180
180
|
"activeAlt": "#ffffff26",
|
181
181
|
"default": "#ffffffe6",
|
182
182
|
"defaultAlt": "#ffffffab",
|
183
|
-
"defaultAlt2": "#
|
183
|
+
"defaultAlt2": "#ffffff8c",
|
184
|
+
"defaultAlt3": "#ffffff6b",
|
184
185
|
"hoverAlt": "#ffffff1a",
|
185
186
|
"hover": "#ffffff26",
|
186
187
|
"withActive": "#000000",
|
@@ -431,7 +431,8 @@
|
|
431
431
|
"label-alt": "#000000e6",
|
432
432
|
"label-disabled": "#0000006b",
|
433
433
|
"label-enabled": "#000000ab",
|
434
|
-
"label-hover": "#000000"
|
434
|
+
"label-hover": "#000000",
|
435
|
+
"label-subtext": "#0000006b"
|
435
436
|
},
|
436
437
|
"labelset": {
|
437
438
|
"label-required": "#CD384B",
|
@@ -581,6 +582,13 @@
|
|
581
582
|
}
|
582
583
|
},
|
583
584
|
"default": {
|
585
|
+
"XS": {
|
586
|
+
"fontFamily": "Sage UI",
|
587
|
+
"fontWeight": "400",
|
588
|
+
"lineHeight": 1.5,
|
589
|
+
"fontSize": "13px",
|
590
|
+
"paragraphSpacing": "0"
|
591
|
+
},
|
584
592
|
"S": {
|
585
593
|
"fontFamily": "Sage UI",
|
586
594
|
"fontWeight": "400",
|
@@ -629,6 +637,13 @@
|
|
629
637
|
}
|
630
638
|
},
|
631
639
|
"default": {
|
640
|
+
"XS": {
|
641
|
+
"fontFamily": "Sage UI",
|
642
|
+
"fontWeight": "400",
|
643
|
+
"lineHeight": 1.5,
|
644
|
+
"fontSize": "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
|
645
|
+
"paragraphSpacing": "0"
|
646
|
+
},
|
632
647
|
"S": {
|
633
648
|
"fontFamily": "Sage UI",
|
634
649
|
"fontWeight": "400",
|
@@ -180,7 +180,8 @@
|
|
180
180
|
"activeAlt": "#00000026",
|
181
181
|
"default": "#000000e6",
|
182
182
|
"defaultAlt": "#000000ab",
|
183
|
-
"defaultAlt2": "#
|
183
|
+
"defaultAlt2": "#0000008c",
|
184
|
+
"defaultAlt3": "#0000006b",
|
184
185
|
"hoverAlt": "#0000001a",
|
185
186
|
"hover": "#00000026",
|
186
187
|
"withActive": "#FFFFFF",
|
@@ -431,7 +431,8 @@
|
|
431
431
|
"label-alt": "#ffffffe6",
|
432
432
|
"label-disabled": "#ffffff4d",
|
433
433
|
"label-enabled": "#ffffffab",
|
434
|
-
"label-hover": "#FFFFFF"
|
434
|
+
"label-hover": "#FFFFFF",
|
435
|
+
"label-subtext": "#ffffff6b"
|
435
436
|
},
|
436
437
|
"labelset": {
|
437
438
|
"label-required": "#E13E53",
|
@@ -581,6 +582,13 @@
|
|
581
582
|
}
|
582
583
|
},
|
583
584
|
"default": {
|
585
|
+
"XS": {
|
586
|
+
"fontFamily": "Sage UI",
|
587
|
+
"fontWeight": "400",
|
588
|
+
"lineHeight": 1.5,
|
589
|
+
"fontSize": "13px",
|
590
|
+
"paragraphSpacing": "0"
|
591
|
+
},
|
584
592
|
"S": {
|
585
593
|
"fontFamily": "Sage UI",
|
586
594
|
"fontWeight": "400",
|
@@ -629,6 +637,13 @@
|
|
629
637
|
}
|
630
638
|
},
|
631
639
|
"default": {
|
640
|
+
"XS": {
|
641
|
+
"fontFamily": "Sage UI",
|
642
|
+
"fontWeight": "400",
|
643
|
+
"lineHeight": 1.5,
|
644
|
+
"fontSize": "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
|
645
|
+
"paragraphSpacing": "0"
|
646
|
+
},
|
632
647
|
"S": {
|
633
648
|
"fontFamily": "Sage UI",
|
634
649
|
"fontWeight": "400",
|
@@ -180,7 +180,8 @@
|
|
180
180
|
"activeAlt": "#ffffff26",
|
181
181
|
"default": "#ffffffe6",
|
182
182
|
"defaultAlt": "#ffffffab",
|
183
|
-
"defaultAlt2": "#
|
183
|
+
"defaultAlt2": "#ffffff8c",
|
184
|
+
"defaultAlt3": "#ffffff6b",
|
184
185
|
"hoverAlt": "#ffffff1a",
|
185
186
|
"hover": "#ffffff26",
|
186
187
|
"withActive": "#000000",
|
@@ -431,7 +431,8 @@
|
|
431
431
|
"label-alt": "#000000e6",
|
432
432
|
"label-disabled": "#0000006b",
|
433
433
|
"label-enabled": "#000000ab",
|
434
|
-
"label-hover": "#000000"
|
434
|
+
"label-hover": "#000000",
|
435
|
+
"label-subtext": "#0000006b"
|
435
436
|
},
|
436
437
|
"labelset": {
|
437
438
|
"label-required": "#CD384B",
|
@@ -581,6 +582,13 @@
|
|
581
582
|
}
|
582
583
|
},
|
583
584
|
"default": {
|
585
|
+
"XS": {
|
586
|
+
"fontFamily": "Sage UI",
|
587
|
+
"fontWeight": "400",
|
588
|
+
"lineHeight": 1.5,
|
589
|
+
"fontSize": "13px",
|
590
|
+
"paragraphSpacing": "0"
|
591
|
+
},
|
584
592
|
"S": {
|
585
593
|
"fontFamily": "Sage UI",
|
586
594
|
"fontWeight": "400",
|
@@ -629,6 +637,13 @@
|
|
629
637
|
}
|
630
638
|
},
|
631
639
|
"default": {
|
640
|
+
"XS": {
|
641
|
+
"fontFamily": "Sage UI",
|
642
|
+
"fontWeight": "400",
|
643
|
+
"lineHeight": 1.5,
|
644
|
+
"fontSize": "clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)",
|
645
|
+
"paragraphSpacing": "0"
|
646
|
+
},
|
632
647
|
"S": {
|
633
648
|
"fontFamily": "Sage UI",
|
634
649
|
"fontWeight": "400",
|
@@ -180,7 +180,8 @@
|
|
180
180
|
"activeAlt": "#00000026",
|
181
181
|
"default": "#000000e6",
|
182
182
|
"defaultAlt": "#000000ab",
|
183
|
-
"defaultAlt2": "#
|
183
|
+
"defaultAlt2": "#0000008c",
|
184
|
+
"defaultAlt3": "#0000006b",
|
184
185
|
"hoverAlt": "#0000001a",
|
185
186
|
"hover": "#00000026",
|
186
187
|
"withActive": "#FFFFFF",
|
package/package.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
},
|
7
7
|
"description": "Design tokens for the Sage Design System.",
|
8
8
|
"author": "The Sage Group plc",
|
9
|
-
"version": "15.
|
9
|
+
"version": "15.2.0",
|
10
10
|
"license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
|
11
11
|
"tags": [
|
12
12
|
"design tokens",
|
Binary file
|
@@ -29,12 +29,14 @@ $form-color-validation-label-warning: $modes-color-status-caution-text;
|
|
29
29
|
$form-typography-adaptive-label-s: $global-typography-adaptive-component-firm-s;
|
30
30
|
$form-typography-adaptive-label-m: $global-typography-adaptive-component-firm-m;
|
31
31
|
$form-typography-adaptive-label-l: $global-typography-adaptive-component-firm-l;
|
32
|
+
$form-typography-adaptive-default-xs: $global-typography-adaptive-component-moderate-xs;
|
32
33
|
$form-typography-adaptive-default-s: $global-typography-adaptive-component-moderate-s;
|
33
34
|
$form-typography-adaptive-default-m: $global-typography-adaptive-component-moderate-m;
|
34
35
|
$form-typography-adaptive-default-l: $global-typography-adaptive-component-moderate-l;
|
35
36
|
$form-typography-responsive-label-s: $global-typography-responsive-component-firm-s;
|
36
37
|
$form-typography-responsive-label-m: $global-typography-responsive-component-firm-m;
|
37
38
|
$form-typography-responsive-label-l: $global-typography-responsive-component-firm-l;
|
39
|
+
$form-typography-responsive-default-xs: $global-typography-responsive-component-moderate-xs;
|
38
40
|
$form-typography-responsive-default-s: $global-typography-responsive-component-moderate-s;
|
39
41
|
$form-typography-responsive-default-m: $global-typography-responsive-component-moderate-m;
|
40
42
|
$form-typography-responsive-default-l: $global-typography-responsive-component-moderate-l;
|
@@ -43,6 +45,7 @@ $form-color-calendar-text-hover: $modes-color-interactive-monochrome-with-hover;
|
|
43
45
|
$form-color-dropdown-label-alt: $modes-color-interactive-monochrome-default;
|
44
46
|
$form-color-dropdown-label-enabled: $modes-color-interactive-monochrome-default-alt;
|
45
47
|
$form-color-dropdown-label-hover: $modes-color-interactive-monochrome-with-hover;
|
48
|
+
$form-color-dropdown-label-subtext: $modes-color-interactive-monochrome-default-alt3; // Option subtext.
|
46
49
|
$form-color-typical-bg-default: $modes-color-interactive-data-entry-default;
|
47
50
|
$form-color-typical-bg-enabled: $modes-color-interactive-data-entry-default;
|
48
51
|
$form-color-typical-border-hover: $modes-color-interactive-data-entry-with-hover; // File input draggable border state
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
// Do not edit directly, this file was auto-generated.
|
7
7
|
|
8
|
-
$nav-size-leftnav-parent-container-fixed-width:
|
8
|
+
$nav-size-leftnav-parent-container-fixed-width: 146; // fixed width of parent container
|
9
9
|
$nav-size-leftnav-child-container-fixed-width: 250; // fixed width of parent container
|
10
10
|
$nav-space-leftnav-grandchilditem-x-indent: 33; // indent on grandchild items
|
11
11
|
$nav-color-bg-default: $modes-color-generic-bg-nought; // nav bar bg
|
@@ -114,7 +114,8 @@ $modes-color-interactive-monochrome-active: #FFFFFF;
|
|
114
114
|
$modes-color-interactive-monochrome-active-alt: #ffffff26;
|
115
115
|
$modes-color-interactive-monochrome-default: #ffffffe6;
|
116
116
|
$modes-color-interactive-monochrome-default-alt: #ffffffab; // subtle and toggle button text
|
117
|
-
$modes-color-interactive-monochrome-default-alt2: #
|
117
|
+
$modes-color-interactive-monochrome-default-alt2: #ffffff8c; // Dropdown option subtext.
|
118
|
+
$modes-color-interactive-monochrome-default-alt3: #ffffff6b; // Tertiary border color
|
118
119
|
$modes-color-interactive-monochrome-hover-alt: #ffffff1a; // Accordion, secondary, tertiary, menu bg on hover
|
119
120
|
$modes-color-interactive-monochrome-hover: #ffffff26; // subtle table header hover
|
120
121
|
$modes-color-interactive-monochrome-with-active: #000000;
|