@sage/design-tokens 2.13.0 → 2.14.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/android/base.xml +15 -1
- package/css/base.css +15 -1
- package/data/tokens.json +168 -0
- package/docs/tokens/base/index.html +294 -0
- package/docs/tokens/base/typography/index.html +294 -0
- package/docs/tokens/index.html +294 -0
- package/ios/base.h +15 -1
- package/js/base/common.d.ts +14 -0
- package/js/base/common.js +15 -1
- package/js/base/es6.d.ts +14 -0
- package/js/base/es6.js +14 -0
- package/package.json +1 -1
- package/sage-design-tokens-2.14.0.tgz +0 -0
- package/scss/base.scss +15 -1
- package/sage-design-tokens-2.13.0.tgz +0 -0
package/js/base/common.d.ts
CHANGED
|
@@ -292,8 +292,22 @@ export const typographyCardSelectParagraphM: string;
|
|
|
292
292
|
export const typographyDatePickerCalendarDateM: string;
|
|
293
293
|
export const typographyDatePickerCalendarDayM: string;
|
|
294
294
|
export const typographyDatePickerCalendarMonthM: string;
|
|
295
|
+
export const typographyDialogTitleXs: string;
|
|
296
|
+
export const typographyDialogTitleS: string;
|
|
297
|
+
export const typographyDialogTitleMs: string;
|
|
295
298
|
export const typographyDialogTitleM: string;
|
|
299
|
+
export const typographyDialogTitleMl: string;
|
|
300
|
+
export const typographyDialogTitleL: string;
|
|
301
|
+
export const typographyDialogTitleXl: string;
|
|
302
|
+
export const typographyDialogTitleXxl: string;
|
|
303
|
+
export const typographyDialogParagraphXs: string;
|
|
304
|
+
export const typographyDialogParagraphS: string;
|
|
305
|
+
export const typographyDialogParagraphMs: string;
|
|
296
306
|
export const typographyDialogParagraphM: string;
|
|
307
|
+
export const typographyDialogParagraphMl: string;
|
|
308
|
+
export const typographyDialogParagraphL: string;
|
|
309
|
+
export const typographyDialogParagraphXl: string;
|
|
310
|
+
export const typographyDialogParagraphXxl: string;
|
|
297
311
|
export const typographyDrawerTitleM: string;
|
|
298
312
|
export const typographyDrawerParagraphM: string;
|
|
299
313
|
export const typographyFlashTextM: string;
|
package/js/base/common.js
CHANGED
|
@@ -4,7 +4,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Tue, 05 Apr 2022 09:36:33 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
@@ -302,8 +302,22 @@ module.exports = {
|
|
|
302
302
|
typographyDatePickerCalendarDateM: '700 14px/150% Sage UI',
|
|
303
303
|
typographyDatePickerCalendarDayM: '700 14px/150% Sage UI',
|
|
304
304
|
typographyDatePickerCalendarMonthM: '700 16px/125% Sage UI',
|
|
305
|
+
typographyDialogTitleXs: '700 24px/125% Sage UI',
|
|
306
|
+
typographyDialogTitleS: '700 24px/125% Sage UI',
|
|
307
|
+
typographyDialogTitleMs: '700 24px/125% Sage UI',
|
|
305
308
|
typographyDialogTitleM: '700 24px/125% Sage UI',
|
|
309
|
+
typographyDialogTitleMl: '700 24px/125% Sage UI',
|
|
310
|
+
typographyDialogTitleL: '700 24px/125% Sage UI',
|
|
311
|
+
typographyDialogTitleXl: '700 24px/125% Sage UI',
|
|
312
|
+
typographyDialogTitleXxl: '700 24px/125% Sage UI',
|
|
313
|
+
typographyDialogParagraphXs: '400 14px/150% Sage UI',
|
|
314
|
+
typographyDialogParagraphS: '400 14px/150% Sage UI',
|
|
315
|
+
typographyDialogParagraphMs: '400 14px/150% Sage UI',
|
|
306
316
|
typographyDialogParagraphM: '400 14px/150% Sage UI',
|
|
317
|
+
typographyDialogParagraphMl: '400 14px/150% Sage UI',
|
|
318
|
+
typographyDialogParagraphL: '400 14px/150% Sage UI',
|
|
319
|
+
typographyDialogParagraphXl: '400 14px/150% Sage UI',
|
|
320
|
+
typographyDialogParagraphXxl: '400 14px/150% Sage UI',
|
|
307
321
|
typographyDrawerTitleM: '700 22px/125% Sage UI',
|
|
308
322
|
typographyDrawerParagraphM: '0 none',
|
|
309
323
|
typographyFlashTextM: '400 14px/150% Sage UI',
|
package/js/base/es6.d.ts
CHANGED
|
@@ -293,8 +293,22 @@ declare namespace _default {
|
|
|
293
293
|
const typographyDatePickerCalendarDateM: string;
|
|
294
294
|
const typographyDatePickerCalendarDayM: string;
|
|
295
295
|
const typographyDatePickerCalendarMonthM: string;
|
|
296
|
+
const typographyDialogTitleXs: string;
|
|
297
|
+
const typographyDialogTitleS: string;
|
|
298
|
+
const typographyDialogTitleMs: string;
|
|
296
299
|
const typographyDialogTitleM: string;
|
|
300
|
+
const typographyDialogTitleMl: string;
|
|
301
|
+
const typographyDialogTitleL: string;
|
|
302
|
+
const typographyDialogTitleXl: string;
|
|
303
|
+
const typographyDialogTitleXxl: string;
|
|
304
|
+
const typographyDialogParagraphXs: string;
|
|
305
|
+
const typographyDialogParagraphS: string;
|
|
306
|
+
const typographyDialogParagraphMs: string;
|
|
297
307
|
const typographyDialogParagraphM: string;
|
|
308
|
+
const typographyDialogParagraphMl: string;
|
|
309
|
+
const typographyDialogParagraphL: string;
|
|
310
|
+
const typographyDialogParagraphXl: string;
|
|
311
|
+
const typographyDialogParagraphXxl: string;
|
|
298
312
|
const typographyDrawerTitleM: string;
|
|
299
313
|
const typographyDrawerParagraphM: string;
|
|
300
314
|
const typographyFlashTextM: string;
|
package/js/base/es6.js
CHANGED
|
@@ -297,8 +297,22 @@ export default {
|
|
|
297
297
|
typographyDatePickerCalendarDateM: '700 14px/150% Sage UI',
|
|
298
298
|
typographyDatePickerCalendarDayM: '700 14px/150% Sage UI',
|
|
299
299
|
typographyDatePickerCalendarMonthM: '700 16px/125% Sage UI',
|
|
300
|
+
typographyDialogTitleXs: '700 24px/125% Sage UI',
|
|
301
|
+
typographyDialogTitleS: '700 24px/125% Sage UI',
|
|
302
|
+
typographyDialogTitleMs: '700 24px/125% Sage UI',
|
|
300
303
|
typographyDialogTitleM: '700 24px/125% Sage UI',
|
|
304
|
+
typographyDialogTitleMl: '700 24px/125% Sage UI',
|
|
305
|
+
typographyDialogTitleL: '700 24px/125% Sage UI',
|
|
306
|
+
typographyDialogTitleXl: '700 24px/125% Sage UI',
|
|
307
|
+
typographyDialogTitleXxl: '700 24px/125% Sage UI',
|
|
308
|
+
typographyDialogParagraphXs: '400 14px/150% Sage UI',
|
|
309
|
+
typographyDialogParagraphS: '400 14px/150% Sage UI',
|
|
310
|
+
typographyDialogParagraphMs: '400 14px/150% Sage UI',
|
|
301
311
|
typographyDialogParagraphM: '400 14px/150% Sage UI',
|
|
312
|
+
typographyDialogParagraphMl: '400 14px/150% Sage UI',
|
|
313
|
+
typographyDialogParagraphL: '400 14px/150% Sage UI',
|
|
314
|
+
typographyDialogParagraphXl: '400 14px/150% Sage UI',
|
|
315
|
+
typographyDialogParagraphXxl: '400 14px/150% Sage UI',
|
|
302
316
|
typographyDrawerTitleM: '700 22px/125% Sage UI',
|
|
303
317
|
typographyDrawerParagraphM: '0 none',
|
|
304
318
|
typographyFlashTextM: '400 14px/150% Sage UI',
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"description": "Design tokens for the Sage Design System.",
|
|
12
12
|
"author": "The Sage Group plc",
|
|
13
|
-
"version": "2.
|
|
13
|
+
"version": "2.14.0",
|
|
14
14
|
"license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
|
|
15
15
|
"tags": [
|
|
16
16
|
"design tokens",
|
|
Binary file
|
package/scss/base.scss
CHANGED
|
@@ -4,7 +4,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 05 Apr 2022 09:36:33 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Base Theme;
|
|
10
10
|
$metaPublic: true;
|
|
@@ -300,8 +300,22 @@ $typographyCardSelectParagraphM: 400 14px/150% Sage UI;
|
|
|
300
300
|
$typographyDatePickerCalendarDateM: 700 14px/150% Sage UI;
|
|
301
301
|
$typographyDatePickerCalendarDayM: 700 14px/150% Sage UI;
|
|
302
302
|
$typographyDatePickerCalendarMonthM: 700 16px/125% Sage UI;
|
|
303
|
+
$typographyDialogTitleXs: 700 24px/125% Sage UI;
|
|
304
|
+
$typographyDialogTitleS: 700 24px/125% Sage UI;
|
|
305
|
+
$typographyDialogTitleMs: 700 24px/125% Sage UI;
|
|
303
306
|
$typographyDialogTitleM: 700 24px/125% Sage UI;
|
|
307
|
+
$typographyDialogTitleMl: 700 24px/125% Sage UI;
|
|
308
|
+
$typographyDialogTitleL: 700 24px/125% Sage UI;
|
|
309
|
+
$typographyDialogTitleXl: 700 24px/125% Sage UI;
|
|
310
|
+
$typographyDialogTitleXxl: 700 24px/125% Sage UI;
|
|
311
|
+
$typographyDialogParagraphXs: 400 14px/150% Sage UI;
|
|
312
|
+
$typographyDialogParagraphS: 400 14px/150% Sage UI;
|
|
313
|
+
$typographyDialogParagraphMs: 400 14px/150% Sage UI;
|
|
304
314
|
$typographyDialogParagraphM: 400 14px/150% Sage UI;
|
|
315
|
+
$typographyDialogParagraphMl: 400 14px/150% Sage UI;
|
|
316
|
+
$typographyDialogParagraphL: 400 14px/150% Sage UI;
|
|
317
|
+
$typographyDialogParagraphXl: 400 14px/150% Sage UI;
|
|
318
|
+
$typographyDialogParagraphXxl: 400 14px/150% Sage UI;
|
|
305
319
|
$typographyDrawerTitleM: 700 22px/125% Sage UI;
|
|
306
320
|
$typographyDrawerParagraphM: 0 none;
|
|
307
321
|
$typographyFlashTextM: 400 14px/150% Sage UI;
|
|
Binary file
|