@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
@@ -147,9 +147,10 @@
|
|
147
147
|
--global-font-size-adaptive-step9: 33px;
|
148
148
|
--global-font-size-adaptive-step10: 36px;
|
149
149
|
--global-font-families-sage-icons: sage-icons;
|
150
|
-
--global-font-families-
|
151
|
-
--global-font-families-
|
152
|
-
--global-font-families-
|
150
|
+
--global-font-families-heading: Sage UI;
|
151
|
+
--global-font-families-subheading: Sage UI;
|
152
|
+
--global-font-families-body: Sage UI;
|
153
|
+
--global-font-families-component: Sage UI; /* Used in componentry such as tables, buttons, inputs etc. */
|
153
154
|
--global-font-families-other: Open Sans; /* Fallback for when Sage fonts cannot load. */
|
154
155
|
|
155
156
|
/* Light mode tokens */
|
@@ -183,8 +183,9 @@
|
|
183
183
|
--global-font-size-adaptive-step9: 46px;
|
184
184
|
--global-font-size-adaptive-step10: 52px;
|
185
185
|
--global-font-families-sage-icons: sage-icons;
|
186
|
-
--global-font-families-
|
187
|
-
--global-font-families-
|
188
|
-
--global-font-families-
|
186
|
+
--global-font-families-heading: Sage UI;
|
187
|
+
--global-font-families-subheading: Sage UI;
|
188
|
+
--global-font-families-body: Sage UI;
|
189
|
+
--global-font-families-component: Sage UI; /* Used in componentry such as tables, buttons, inputs etc. */
|
189
190
|
--global-font-families-other: Open Sans; /* Fallback for when Sage fonts cannot load. */
|
190
191
|
}
|
@@ -183,8 +183,9 @@
|
|
183
183
|
--global-font-size-adaptive-step9: 33px;
|
184
184
|
--global-font-size-adaptive-step10: 36px;
|
185
185
|
--global-font-families-sage-icons: sage-icons;
|
186
|
-
--global-font-families-
|
187
|
-
--global-font-families-
|
188
|
-
--global-font-families-
|
186
|
+
--global-font-families-heading: Sage UI;
|
187
|
+
--global-font-families-subheading: Sage UI;
|
188
|
+
--global-font-families-body: Sage UI;
|
189
|
+
--global-font-families-component: Sage UI; /* Used in componentry such as tables, buttons, inputs etc. */
|
189
190
|
--global-font-families-other: Open Sans; /* Fallback for when Sage fonts cannot load. */
|
190
191
|
}
|
package/css/marketing/all.css
CHANGED
@@ -147,9 +147,10 @@
|
|
147
147
|
--global-font-size-adaptive-step9: 33px;
|
148
148
|
--global-font-size-adaptive-step10: 36px;
|
149
149
|
--global-font-families-sage-icons: sage-icons;
|
150
|
-
--global-font-families-
|
151
|
-
--global-font-families-
|
152
|
-
--global-font-families-
|
150
|
+
--global-font-families-heading: Sage UI;
|
151
|
+
--global-font-families-subheading: Sage UI;
|
152
|
+
--global-font-families-body: Sage UI;
|
153
|
+
--global-font-families-component: Sage UI; /* Used in componentry such as tables, buttons, inputs etc. */
|
153
154
|
--global-font-families-other: Open Sans; /* Fallback for when Sage fonts cannot load. */
|
154
155
|
|
155
156
|
/* Light mode tokens */
|
@@ -183,8 +183,9 @@
|
|
183
183
|
--global-font-size-adaptive-step9: 46px;
|
184
184
|
--global-font-size-adaptive-step10: 52px;
|
185
185
|
--global-font-families-sage-icons: sage-icons;
|
186
|
-
--global-font-families-
|
187
|
-
--global-font-families-
|
188
|
-
--global-font-families-
|
186
|
+
--global-font-families-heading: Sage UI;
|
187
|
+
--global-font-families-subheading: Sage UI;
|
188
|
+
--global-font-families-body: Sage UI;
|
189
|
+
--global-font-families-component: Sage UI; /* Used in componentry such as tables, buttons, inputs etc. */
|
189
190
|
--global-font-families-other: Open Sans; /* Fallback for when Sage fonts cannot load. */
|
190
191
|
}
|
@@ -183,8 +183,9 @@
|
|
183
183
|
--global-font-size-adaptive-step9: 33px;
|
184
184
|
--global-font-size-adaptive-step10: 36px;
|
185
185
|
--global-font-families-sage-icons: sage-icons;
|
186
|
-
--global-font-families-
|
187
|
-
--global-font-families-
|
188
|
-
--global-font-families-
|
186
|
+
--global-font-families-heading: Sage UI;
|
187
|
+
--global-font-families-subheading: Sage UI;
|
188
|
+
--global-font-families-body: Sage UI;
|
189
|
+
--global-font-families-component: Sage UI; /* Used in componentry such as tables, buttons, inputs etc. */
|
189
190
|
--global-font-families-other: Open Sans; /* Fallback for when Sage fonts cannot load. */
|
190
191
|
}
|
package/css/product/all.css
CHANGED
@@ -147,9 +147,10 @@
|
|
147
147
|
--global-font-size-adaptive-step9: 33px;
|
148
148
|
--global-font-size-adaptive-step10: 36px;
|
149
149
|
--global-font-families-sage-icons: sage-icons;
|
150
|
-
--global-font-families-
|
151
|
-
--global-font-families-
|
152
|
-
--global-font-families-
|
150
|
+
--global-font-families-heading: Sage UI;
|
151
|
+
--global-font-families-subheading: Sage UI;
|
152
|
+
--global-font-families-body: Sage UI;
|
153
|
+
--global-font-families-component: Sage UI; /* Used in componentry such as tables, buttons, inputs etc. */
|
153
154
|
--global-font-families-other: Open Sans; /* Fallback for when Sage fonts cannot load. */
|
154
155
|
|
155
156
|
/* Light mode tokens */
|
@@ -183,8 +183,9 @@
|
|
183
183
|
--global-font-size-adaptive-step9: 46px;
|
184
184
|
--global-font-size-adaptive-step10: 52px;
|
185
185
|
--global-font-families-sage-icons: sage-icons;
|
186
|
-
--global-font-families-
|
187
|
-
--global-font-families-
|
188
|
-
--global-font-families-
|
186
|
+
--global-font-families-heading: Sage UI;
|
187
|
+
--global-font-families-subheading: Sage UI;
|
188
|
+
--global-font-families-body: Sage UI;
|
189
|
+
--global-font-families-component: Sage UI; /* Used in componentry such as tables, buttons, inputs etc. */
|
189
190
|
--global-font-families-other: Open Sans; /* Fallback for when Sage fonts cannot load. */
|
190
191
|
}
|
@@ -183,8 +183,9 @@
|
|
183
183
|
--global-font-size-adaptive-step9: 33px;
|
184
184
|
--global-font-size-adaptive-step10: 36px;
|
185
185
|
--global-font-families-sage-icons: sage-icons;
|
186
|
-
--global-font-families-
|
187
|
-
--global-font-families-
|
188
|
-
--global-font-families-
|
186
|
+
--global-font-families-heading: Sage UI;
|
187
|
+
--global-font-families-subheading: Sage UI;
|
188
|
+
--global-font-families-body: Sage UI;
|
189
|
+
--global-font-families-component: Sage UI; /* Used in componentry such as tables, buttons, inputs etc. */
|
189
190
|
--global-font-families-other: Open Sans; /* Fallback for when Sage fonts cannot load. */
|
190
191
|
}
|
@@ -189,7 +189,8 @@
|
|
189
189
|
#define globalFontSizeAdaptiveStep9 46px
|
190
190
|
#define globalFontSizeAdaptiveStep10 52px
|
191
191
|
#define globalFontFamiliesSageIcons sage-icons
|
192
|
-
#define
|
193
|
-
#define
|
194
|
-
#define
|
192
|
+
#define globalFontFamiliesHeading Sage UI
|
193
|
+
#define globalFontFamiliesSubheading Sage UI
|
194
|
+
#define globalFontFamiliesBody Sage UI
|
195
|
+
#define globalFontFamiliesComponent Sage UI
|
195
196
|
#define globalFontFamiliesOther Open Sans
|
@@ -189,7 +189,8 @@
|
|
189
189
|
#define globalFontSizeAdaptiveStep9 33px
|
190
190
|
#define globalFontSizeAdaptiveStep10 36px
|
191
191
|
#define globalFontFamiliesSageIcons sage-icons
|
192
|
-
#define
|
193
|
-
#define
|
194
|
-
#define
|
192
|
+
#define globalFontFamiliesHeading Sage UI
|
193
|
+
#define globalFontFamiliesSubheading Sage UI
|
194
|
+
#define globalFontFamiliesBody Sage UI
|
195
|
+
#define globalFontFamiliesComponent Sage UI
|
195
196
|
#define globalFontFamiliesOther Open Sans
|
@@ -189,7 +189,8 @@
|
|
189
189
|
#define globalFontSizeAdaptiveStep9 46px
|
190
190
|
#define globalFontSizeAdaptiveStep10 52px
|
191
191
|
#define globalFontFamiliesSageIcons sage-icons
|
192
|
-
#define
|
193
|
-
#define
|
194
|
-
#define
|
192
|
+
#define globalFontFamiliesHeading Sage UI
|
193
|
+
#define globalFontFamiliesSubheading Sage UI
|
194
|
+
#define globalFontFamiliesBody Sage UI
|
195
|
+
#define globalFontFamiliesComponent Sage UI
|
195
196
|
#define globalFontFamiliesOther Open Sans
|
@@ -189,7 +189,8 @@
|
|
189
189
|
#define globalFontSizeAdaptiveStep9 33px
|
190
190
|
#define globalFontSizeAdaptiveStep10 36px
|
191
191
|
#define globalFontFamiliesSageIcons sage-icons
|
192
|
-
#define
|
193
|
-
#define
|
194
|
-
#define
|
192
|
+
#define globalFontFamiliesHeading Sage UI
|
193
|
+
#define globalFontFamiliesSubheading Sage UI
|
194
|
+
#define globalFontFamiliesBody Sage UI
|
195
|
+
#define globalFontFamiliesComponent Sage UI
|
195
196
|
#define globalFontFamiliesOther Open Sans
|
@@ -189,7 +189,8 @@
|
|
189
189
|
#define globalFontSizeAdaptiveStep9 46px
|
190
190
|
#define globalFontSizeAdaptiveStep10 52px
|
191
191
|
#define globalFontFamiliesSageIcons sage-icons
|
192
|
-
#define
|
193
|
-
#define
|
194
|
-
#define
|
192
|
+
#define globalFontFamiliesHeading Sage UI
|
193
|
+
#define globalFontFamiliesSubheading Sage UI
|
194
|
+
#define globalFontFamiliesBody Sage UI
|
195
|
+
#define globalFontFamiliesComponent Sage UI
|
195
196
|
#define globalFontFamiliesOther Open Sans
|
@@ -189,7 +189,8 @@
|
|
189
189
|
#define globalFontSizeAdaptiveStep9 33px
|
190
190
|
#define globalFontSizeAdaptiveStep10 36px
|
191
191
|
#define globalFontFamiliesSageIcons sage-icons
|
192
|
-
#define
|
193
|
-
#define
|
194
|
-
#define
|
192
|
+
#define globalFontFamiliesHeading Sage UI
|
193
|
+
#define globalFontFamiliesSubheading Sage UI
|
194
|
+
#define globalFontFamiliesBody Sage UI
|
195
|
+
#define globalFontFamiliesComponent Sage UI
|
195
196
|
#define globalFontFamiliesOther Open Sans
|
@@ -303,9 +303,10 @@ declare const tokens: {
|
|
303
303
|
};
|
304
304
|
fontFamilies: {
|
305
305
|
"sage-icons": DesignToken;
|
306
|
-
|
307
|
-
|
308
|
-
|
306
|
+
heading: DesignToken;
|
307
|
+
subheading: DesignToken;
|
308
|
+
body: DesignToken;
|
309
|
+
component: DesignToken;
|
309
310
|
other: DesignToken;
|
310
311
|
};
|
311
312
|
};
|