@sage/design-tokens 1.93.0 → 1.94.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/README.md +5 -3
- package/android/base.xml +9 -4
- package/android/no-theme.xml +1 -1
- package/assets/fonts/sageui-bold.otf +0 -0
- package/assets/fonts/sageui-bold.ttf +0 -0
- package/assets/fonts/sageui-bold.woff +0 -0
- package/assets/fonts/sageui-bold.woff2 +0 -0
- package/assets/fonts/sageui-medium.otf +0 -0
- package/assets/fonts/sageui-medium.ttf +0 -0
- package/assets/fonts/sageui-medium.woff +0 -0
- package/assets/fonts/sageui-medium.woff2 +0 -0
- package/assets/fonts/sageui-regular.otf +0 -0
- package/assets/fonts/sageui-regular.ttf +0 -0
- package/assets/fonts/sageui-regular.woff +0 -0
- package/assets/fonts/sageui-regular.woff2 +0 -0
- package/assets/fonts/sageui.css +36 -0
- package/css/base.css +118 -113
- package/css/no-theme.css +64 -64
- package/data/tokens.json +71 -4
- package/docs/tokens/base/border-radius/index.html +399 -0
- package/docs/tokens/base/border-width/index.html +483 -0
- package/docs/tokens/base/box-shadow/index.html +525 -0
- package/docs/tokens/base/colors/index.html +4053 -0
- package/docs/tokens/base/font-families/index.html +462 -0
- package/docs/tokens/base/font-sizes/index.html +664 -0
- package/docs/tokens/base/font-weights/index.html +441 -0
- package/docs/tokens/base/index.html +8343 -0
- package/docs/tokens/base/line-heights/index.html +441 -0
- package/docs/tokens/base/opacity/index.html +441 -0
- package/docs/tokens/base/sizing/index.html +903 -0
- package/docs/tokens/base/spacing/index.html +735 -0
- package/docs/tokens/base/typography/index.html +2772 -0
- package/docs/tokens/figma-only/index.html +394 -0
- package/docs/tokens/figma-only/sizing/index.html +399 -0
- package/docs/tokens/index.html +14045 -0
- package/docs/tokens/no-theme/border-radius/index.html +399 -0
- package/docs/tokens/no-theme/border-width/index.html +483 -0
- package/docs/tokens/no-theme/box-shadow/index.html +462 -0
- package/docs/tokens/no-theme/colors/index.html +2982 -0
- package/docs/tokens/no-theme/font-families/index.html +462 -0
- package/docs/tokens/no-theme/font-sizes/index.html +664 -0
- package/docs/tokens/no-theme/font-weights/index.html +441 -0
- package/docs/tokens/no-theme/index.html +5890 -0
- package/docs/tokens/no-theme/line-heights/index.html +420 -0
- package/docs/tokens/no-theme/sizing/index.html +819 -0
- package/docs/tokens/no-theme/spacing/index.html +735 -0
- package/docs/tokens/no-theme/typography/index.html +1638 -0
- package/ios/base.h +9 -4
- package/ios/no-theme.h +1 -1
- package/js/base/common.d.ts +5 -0
- package/js/base/common.js +118 -113
- package/js/base/es6.d.ts +5 -0
- package/js/base/es6.js +117 -112
- package/js/no-theme/common.js +64 -64
- package/js/no-theme/es6.js +63 -63
- package/package.json +19 -18
- package/sage-design-tokens-1.94.0.tgz +0 -0
- package/scss/base.scss +118 -113
- package/scss/no-theme.scss +64 -64
- package/docs/index.html +0 -13427
- package/sage-design-tokens-1.93.0.tgz +0 -0
package/README.md
CHANGED
|
@@ -20,9 +20,11 @@ Design tokens purpose is to:
|
|
|
20
20
|
- **Narrow value set to only needed values.** Design System uses narrow set of values (spacings, colors, typography properties and others). Those are only values that are needed for visual description of the component.
|
|
21
21
|
- **Keep visual consistency across all components of the library.**
|
|
22
22
|
|
|
23
|
-
##
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
## Docs:
|
|
24
|
+
- [Figma tokens github workflow](./docs/figma-github-workflow.md)
|
|
25
|
+
- [Pre-transform phase](./docs/pretransform-phase.md)
|
|
26
|
+
- [Generating icons](./docs/icons.md)
|
|
27
|
+
- [Generating tokens documentation](./docs/tokens-documentation.md)
|
|
26
28
|
|
|
27
29
|
## Using the design tokens
|
|
28
30
|
|
package/android/base.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Fri, 04 Mar 2022 15:25:36 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Base Theme</string>
|
|
@@ -282,8 +282,13 @@
|
|
|
282
282
|
<string name="typographyDialogTitleMl">Bold 24px/125% Sage UI</string>
|
|
283
283
|
<string name="typographyDialogTitleL">Bold 24px/125% Sage UI</string>
|
|
284
284
|
<string name="typographyDialogTitleXl">Bold 24px/125% Sage UI</string>
|
|
285
|
-
<string name="typographyDialogParagraphXs">
|
|
286
|
-
<string name="typographyDialogParagraphS">
|
|
285
|
+
<string name="typographyDialogParagraphXs">Regular 14px/150% Sage UI</string>
|
|
286
|
+
<string name="typographyDialogParagraphS">Regular 14px/150% Sage UI</string>
|
|
287
|
+
<string name="typographyDialogParagraphMs">Regular 14px/150% Sage UI</string>
|
|
288
|
+
<string name="typographyDialogParagraphM">Regular 14px/150% Sage UI</string>
|
|
289
|
+
<string name="typographyDialogParagraphMl">Regular 14px/150% Sage UI</string>
|
|
290
|
+
<string name="typographyDialogParagraphL">Regular 14px/150% Sage UI</string>
|
|
291
|
+
<string name="typographyDialogParagraphXl">Regular 14px/150% Sage UI</string>
|
|
287
292
|
<string name="typographyDrawerTitleM">Bold 22px/125% Sage UI</string>
|
|
288
293
|
<string name="typographyFlashTextM">Regular 14px/150% Sage UI</string>
|
|
289
294
|
<string name="typographyFlashTextL">Regular 16px/150% Sage UI</string>
|
|
@@ -318,7 +323,7 @@
|
|
|
318
323
|
<string name="typographyFormFieldCharacterCountXs">Regular 14px/150% Sage UI</string>
|
|
319
324
|
<string name="typographyFormFieldCharacterCountS">Regular 14px/150% Sage UI</string>
|
|
320
325
|
<string name="typographyFormFieldCharacterCountM">Regular 14px/150% Sage UI</string>
|
|
321
|
-
<string name="typographyFormFieldCharacterCountL">Regular
|
|
326
|
+
<string name="typographyFormFieldCharacterCountL">Regular 16px/150% Sage UI</string>
|
|
322
327
|
<string name="typographyLinkTextM">Regular 14px/150% Sage UI</string>
|
|
323
328
|
<string name="typographyLinkTextL">Regular 16px/150% Sage UI</string>
|
|
324
329
|
<string name="typographyMenuLabelM">Medium 14px/150% Sage UI</string>
|
package/android/no-theme.xml
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
@font-face {
|
|
6
|
+
font-family: "SageUI";
|
|
7
|
+
font-style: normal;
|
|
8
|
+
font-weight: 400;
|
|
9
|
+
src:local("SageUI Regular") local("SageUI-Regular");
|
|
10
|
+
src:url("./sageui-regular.woff2") format("woff2"),
|
|
11
|
+
url("./sageui-regular.woff") format("woff"),
|
|
12
|
+
url("./sageui-regular.ttf") format("truetype"),
|
|
13
|
+
url("./sageui-regular.otf") format("opentype");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: "SageUI";
|
|
18
|
+
font-style: normal;
|
|
19
|
+
font-weight: 500;
|
|
20
|
+
src:local("SageUI Medium") local("SageUI-Medium");
|
|
21
|
+
src:url("./sageui-medium.woff2") format("woff2"),
|
|
22
|
+
url("./sageui-medium.woff") format("woff"),
|
|
23
|
+
url("./sageui-medium.ttf") format("truetype"),
|
|
24
|
+
url("./sageui-medium.otf") format("opentype");
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
@font-face {
|
|
28
|
+
font-family: "SageUI";
|
|
29
|
+
font-style: normal;
|
|
30
|
+
font-weight: 700;
|
|
31
|
+
src:local("SageUI Bold") local("SageUI-Bold");
|
|
32
|
+
src:url("./sageui-bold.woff2") format("woff2"),
|
|
33
|
+
url("./sageui-bold.woff") format("woff"),
|
|
34
|
+
url("./sageui-bold.ttf") format("truetype"),
|
|
35
|
+
url("./sageui-bold.otf") format("opentype");
|
|
36
|
+
}
|
package/css/base.css
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 Fri, 04 Mar 2022 15:25:36 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -252,9 +252,9 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
252
252
|
--boxShadow400: 0 10px 40px 0 #00141e0a, 0 50px 80px 0 #00141e1a;
|
|
253
253
|
--boxShadow075: inset 0 6px 4px -4px #00141e0d;
|
|
254
254
|
--boxShadow050: 0 3px 3px 0 #00141e33, 0 2px 4px 0 #00141e26;
|
|
255
|
-
--fontWeights400:
|
|
256
|
-
--fontWeights500:
|
|
257
|
-
--fontWeights700:
|
|
255
|
+
--fontWeights400: 400;
|
|
256
|
+
--fontWeights500: 500;
|
|
257
|
+
--fontWeights700: 700;
|
|
258
258
|
--lineHeights300: 100%;
|
|
259
259
|
--lineHeights400: 125%;
|
|
260
260
|
--lineHeights500: 150%;
|
|
@@ -263,115 +263,120 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
263
263
|
--fontFamiliesAndroid: Roboto;
|
|
264
264
|
--fontFamiliesOther: Open Sans;
|
|
265
265
|
--borderRadiusCircle: 50%;
|
|
266
|
-
--typographyAccordionTitleM:
|
|
267
|
-
--typographyAccordionSubtitleM:
|
|
268
|
-
--typographyAccordionParagraphM:
|
|
269
|
-
--typographyActionPopoverMenuItemM:
|
|
270
|
-
--typographyAnchorNavLabelM:
|
|
271
|
-
--typographyBadgeLabelM:
|
|
272
|
-
--typographyButtonLabelS:
|
|
273
|
-
--typographyButtonLabelM:
|
|
274
|
-
--typographyButtonLabelL:
|
|
275
|
-
--typographyCardSelectTitleM:
|
|
276
|
-
--typographyCardSelectSubtitleM:
|
|
277
|
-
--typographyCardSelectParagraphM:
|
|
278
|
-
--typographyDatePickerCalendarDateM:
|
|
279
|
-
--typographyDatePickerCalendarDayM:
|
|
280
|
-
--typographyDatePickerCalendarMonthM:
|
|
281
|
-
--typographyDialogTitleXs:
|
|
282
|
-
--typographyDialogTitleS:
|
|
283
|
-
--typographyDialogTitleMs:
|
|
284
|
-
--typographyDialogTitleM:
|
|
285
|
-
--typographyDialogTitleMl:
|
|
286
|
-
--typographyDialogTitleL:
|
|
287
|
-
--typographyDialogTitleXl:
|
|
288
|
-
--typographyDialogParagraphXs:
|
|
289
|
-
--typographyDialogParagraphS:
|
|
290
|
-
--
|
|
291
|
-
--
|
|
292
|
-
--
|
|
293
|
-
--
|
|
294
|
-
--
|
|
295
|
-
--
|
|
296
|
-
--
|
|
297
|
-
--
|
|
298
|
-
--
|
|
299
|
-
--
|
|
300
|
-
--
|
|
301
|
-
--
|
|
302
|
-
--
|
|
303
|
-
--
|
|
304
|
-
--
|
|
305
|
-
--
|
|
306
|
-
--
|
|
307
|
-
--
|
|
308
|
-
--
|
|
309
|
-
--
|
|
310
|
-
--
|
|
311
|
-
--
|
|
312
|
-
--
|
|
313
|
-
--
|
|
314
|
-
--
|
|
315
|
-
--
|
|
316
|
-
--
|
|
317
|
-
--
|
|
318
|
-
--
|
|
319
|
-
--
|
|
320
|
-
--
|
|
321
|
-
--
|
|
322
|
-
--
|
|
323
|
-
--
|
|
324
|
-
--
|
|
325
|
-
--
|
|
326
|
-
--
|
|
327
|
-
--
|
|
328
|
-
--
|
|
329
|
-
--
|
|
330
|
-
--
|
|
331
|
-
--
|
|
332
|
-
--
|
|
333
|
-
--
|
|
334
|
-
--
|
|
335
|
-
--
|
|
336
|
-
--
|
|
337
|
-
--
|
|
338
|
-
--
|
|
339
|
-
--
|
|
340
|
-
--
|
|
341
|
-
--
|
|
342
|
-
--
|
|
343
|
-
--
|
|
344
|
-
--
|
|
345
|
-
--
|
|
346
|
-
--
|
|
347
|
-
--
|
|
348
|
-
--
|
|
349
|
-
--
|
|
350
|
-
--
|
|
351
|
-
--
|
|
352
|
-
--
|
|
353
|
-
--
|
|
354
|
-
--
|
|
355
|
-
--
|
|
356
|
-
--
|
|
357
|
-
--
|
|
358
|
-
--
|
|
359
|
-
--
|
|
360
|
-
--
|
|
361
|
-
--
|
|
362
|
-
--
|
|
363
|
-
--
|
|
364
|
-
--
|
|
365
|
-
--
|
|
366
|
-
--
|
|
367
|
-
--
|
|
368
|
-
--
|
|
369
|
-
--
|
|
370
|
-
--
|
|
371
|
-
--
|
|
372
|
-
--
|
|
373
|
-
--
|
|
374
|
-
--
|
|
266
|
+
--typographyAccordionTitleM: 700 20px/125% Sage UI;
|
|
267
|
+
--typographyAccordionSubtitleM: 400 14px/150% Sage UI;
|
|
268
|
+
--typographyAccordionParagraphM: 400 14px/150% Sage UI;
|
|
269
|
+
--typographyActionPopoverMenuItemM: 700 14px/150% Sage UI;
|
|
270
|
+
--typographyAnchorNavLabelM: 500 14px/150% Sage UI;
|
|
271
|
+
--typographyBadgeLabelM: 500 12px/150% Sage UI;
|
|
272
|
+
--typographyButtonLabelS: 700 14px/150% Sage UI;
|
|
273
|
+
--typographyButtonLabelM: 700 14px/150% Sage UI;
|
|
274
|
+
--typographyButtonLabelL: 700 16px/150% Sage UI;
|
|
275
|
+
--typographyCardSelectTitleM: 700 16px/150% Sage UI;
|
|
276
|
+
--typographyCardSelectSubtitleM: 500 14px/150% Sage UI;
|
|
277
|
+
--typographyCardSelectParagraphM: 400 14px/150% Sage UI;
|
|
278
|
+
--typographyDatePickerCalendarDateM: 700 14px/150% Sage UI;
|
|
279
|
+
--typographyDatePickerCalendarDayM: 700 14px/150% Sage UI;
|
|
280
|
+
--typographyDatePickerCalendarMonthM: 700 16px/125% Sage UI;
|
|
281
|
+
--typographyDialogTitleXs: 700 24px/125% Sage UI;
|
|
282
|
+
--typographyDialogTitleS: 700 24px/125% Sage UI;
|
|
283
|
+
--typographyDialogTitleMs: 700 24px/125% Sage UI;
|
|
284
|
+
--typographyDialogTitleM: 700 24px/125% Sage UI;
|
|
285
|
+
--typographyDialogTitleMl: 700 24px/125% Sage UI;
|
|
286
|
+
--typographyDialogTitleL: 700 24px/125% Sage UI;
|
|
287
|
+
--typographyDialogTitleXl: 700 24px/125% Sage UI;
|
|
288
|
+
--typographyDialogParagraphXs: 400 14px/150% Sage UI;
|
|
289
|
+
--typographyDialogParagraphS: 400 14px/150% Sage UI;
|
|
290
|
+
--typographyDialogParagraphMs: 400 14px/150% Sage UI;
|
|
291
|
+
--typographyDialogParagraphM: 400 14px/150% Sage UI;
|
|
292
|
+
--typographyDialogParagraphMl: 400 14px/150% Sage UI;
|
|
293
|
+
--typographyDialogParagraphL: 400 14px/150% Sage UI;
|
|
294
|
+
--typographyDialogParagraphXl: 400 14px/150% Sage UI;
|
|
295
|
+
--typographyDrawerTitleM: 700 22px/125% Sage UI;
|
|
296
|
+
--typographyFlashTextM: 400 14px/150% Sage UI;
|
|
297
|
+
--typographyFlashTextL: 400 16px/150% Sage UI;
|
|
298
|
+
--typographyFormFieldLabelXs: 500 14px/150% Sage UI;
|
|
299
|
+
--typographyFormFieldLabelS: 500 14px/150% Sage UI;
|
|
300
|
+
--typographyFormFieldLabelM: 500 14px/150% Sage UI;
|
|
301
|
+
--typographyFormFieldLabelL: 500 16px/150% Sage UI;
|
|
302
|
+
--typographyFormFieldHintTextXs: 400 14px/150% Sage UI;
|
|
303
|
+
--typographyFormFieldHintTextS: 400 14px/150% Sage UI;
|
|
304
|
+
--typographyFormFieldHintTextM: 400 14px/150% Sage UI;
|
|
305
|
+
--typographyFormFieldHintTextL: 400 16px/150% Sage UI;
|
|
306
|
+
--typographyFormFieldErrorMessageXs: 500 14px/150% Sage UI;
|
|
307
|
+
--typographyFormFieldErrorMessageS: 500 14px/150% Sage UI;
|
|
308
|
+
--typographyFormFieldErrorMessageM: 500 14px/150% Sage UI;
|
|
309
|
+
--typographyFormFieldErrorMessageL: 500 16px/150% Sage UI;
|
|
310
|
+
--typographyFormFieldCautionMessageXs: 400 14px/150% Sage UI;
|
|
311
|
+
--typographyFormFieldCautionMessageS: 400 14px/150% Sage UI;
|
|
312
|
+
--typographyFormFieldCautionMessageM: 400 14px/150% Sage UI;
|
|
313
|
+
--typographyFormFieldCautionMessageL: 400 16px/150% Sage UI;
|
|
314
|
+
--typographyFormFieldInputTextXs: 400 14px/150% Sage UI;
|
|
315
|
+
--typographyFormFieldInputTextS: 400 14px/150% Sage UI;
|
|
316
|
+
--typographyFormFieldInputTextM: 400 14px/150% Sage UI;
|
|
317
|
+
--typographyFormFieldInputTextL: 400 16px/150% Sage UI;
|
|
318
|
+
--typographyFormFieldDropdownOptionsXs: 400 14px/150% Sage UI;
|
|
319
|
+
--typographyFormFieldDropdownOptionsS: 400 14px/150% Sage UI;
|
|
320
|
+
--typographyFormFieldDropdownOptionsM: 400 14px/150% Sage UI;
|
|
321
|
+
--typographyFormFieldDropdownOptionsL: 400 16px/150% Sage UI;
|
|
322
|
+
--typographyFormFieldSecondLabelXs: 500 14px/150% Sage UI;
|
|
323
|
+
--typographyFormFieldSecondLabelS: 500 14px/150% Sage UI;
|
|
324
|
+
--typographyFormFieldSecondLabelM: 500 14px/150% Sage UI;
|
|
325
|
+
--typographyFormFieldSecondLabelL: 500 16px/150% Sage UI;
|
|
326
|
+
--typographyFormFieldCharacterCountXs: 400 14px/150% Sage UI;
|
|
327
|
+
--typographyFormFieldCharacterCountS: 400 14px/150% Sage UI;
|
|
328
|
+
--typographyFormFieldCharacterCountM: 400 14px/150% Sage UI;
|
|
329
|
+
--typographyFormFieldCharacterCountL: 400 16px/150% Sage UI;
|
|
330
|
+
--typographyLinkTextM: 400 14px/150% Sage UI;
|
|
331
|
+
--typographyLinkTextL: 400 16px/150% Sage UI;
|
|
332
|
+
--typographyMenuLabelM: 500 14px/150% Sage UI;
|
|
333
|
+
--typographyMenuSegmentTitleM: 500 12px/150% Sage UI;
|
|
334
|
+
--typographyMessageHeadingM: 700 14px/150% Sage UI;
|
|
335
|
+
--typographyMessageHeadingL: 700 16px/150% Sage UI;
|
|
336
|
+
--typographyMessageTextM: 400 14px/150% Sage UI;
|
|
337
|
+
--typographyMessageTextL: 400 16px/150% Sage UI;
|
|
338
|
+
--typographyPaginationLabelM: 400 13px/150% Sage UI;
|
|
339
|
+
--typographyPillLabelS: 500 10px/150% Sage UI;
|
|
340
|
+
--typographyPillLabelM: 500 12px/150% Sage UI;
|
|
341
|
+
--typographyPillLabelL: 500 14px/150% Sage UI;
|
|
342
|
+
--typographyPillLabelXl: 500 16px/150% Sage UI;
|
|
343
|
+
--typographyProfileEmailXs: 400 12px/100% Sage UI;
|
|
344
|
+
--typographyProfileEmailS: 400 14px/100% Sage UI;
|
|
345
|
+
--typographyProfileEmailM: 400 14px/125% Sage UI;
|
|
346
|
+
--typographyProfileEmailMl: 400 14px/125% Sage UI;
|
|
347
|
+
--typographyProfileEmailL: 400 14px/125% Sage UI;
|
|
348
|
+
--typographyProfileEmailXl: 400 18px/125% Sage UI;
|
|
349
|
+
--typographyProfileEmailXxl: 400 24px/125% Sage UI;
|
|
350
|
+
--typographyProfileInitialsXs: 500 10px/150% Sage UI;
|
|
351
|
+
--typographyProfileInitialsS: 500 14px/150% Sage UI;
|
|
352
|
+
--typographyProfileInitialsM: 500 18px/150% Sage UI;
|
|
353
|
+
--typographyProfileInitialsMl: 500 24px/150% Sage UI;
|
|
354
|
+
--typographyProfileInitialsL: 500 32px/150% Sage UI;
|
|
355
|
+
--typographyProfileInitialsXl: 500 48px/150% Sage UI;
|
|
356
|
+
--typographyProfileInitialsXxl: 500 56px/150% Sage UI;
|
|
357
|
+
--typographyProfileNameXs: 500 13px/100% Sage UI;
|
|
358
|
+
--typographyProfileNameS: 500 14px/100% Sage UI;
|
|
359
|
+
--typographyProfileNameM: 500 14px/125% Sage UI;
|
|
360
|
+
--typographyProfileNameMl: 500 16px/125% Sage UI;
|
|
361
|
+
--typographyProfileNameL: 500 20px/125% Sage UI;
|
|
362
|
+
--typographyProfileNameXl: 500 24px/125% Sage UI;
|
|
363
|
+
--typographyProfileNameXxl: 500 32px/125% Sage UI;
|
|
364
|
+
--typographyProgressTrackerValueLabelS: 500 14px/150% Sage UI;
|
|
365
|
+
--typographyProgressTrackerValueLabelM: 500 14px/150% Sage UI;
|
|
366
|
+
--typographyProgressTrackerValueLabelL: 500 14px/150% Sage UI;
|
|
367
|
+
--typographySearchLabelM: 400 14px/150% Sage UI;
|
|
368
|
+
--typographySidebarTitleS: 700 20px/125% Sage UI;
|
|
369
|
+
--typographySidebarTitleM: 700 20px/125% Sage UI;
|
|
370
|
+
--typographySidebarTitleL: 700 20px/125% Sage UI;
|
|
371
|
+
--typographyStepFlowCompleteLabelM: 500 14px/150% Sage UI;
|
|
372
|
+
--typographyStepFlowCurrentLabelM: 500 14px/150% Sage UI;
|
|
373
|
+
--typographyStepFlowIncompleteLabelM: 500 14px/150% Sage UI;
|
|
374
|
+
--typographySwitchOptionLabelM: 500 12px/150% Sage UI;
|
|
375
|
+
--typographySwitchOptionLabelL: 500 14px/150% Sage UI;
|
|
376
|
+
--typographyTableHeaderTextM: 500 14px/150% Sage UI;
|
|
377
|
+
--typographyTableCellTextM: 400 14px/150% Sage UI;
|
|
378
|
+
--typographyTooltipTextM: 400 14px/150% Sage UI;
|
|
379
|
+
--typographyTooltipTextL: 400 16px/150% Sage UI;
|
|
375
380
|
--opacity300: 0.3;
|
|
376
381
|
--opacity600: 0.6;
|
|
377
382
|
--opacity800: 0.8;
|
package/css/no-theme.css
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 Fri, 04 Mar 2022 15:25:36 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -194,9 +194,9 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
194
194
|
--boxShadow200: 0 20px 40px 0 #95db0080;
|
|
195
195
|
--boxShadow300: 0 30px 60px 0 #00b3db80;
|
|
196
196
|
--boxShadow400: 0 50px 80px 0 #6000db80;
|
|
197
|
-
--fontWeights400:
|
|
198
|
-
--fontWeights500:
|
|
199
|
-
--fontWeights700:
|
|
197
|
+
--fontWeights400: 400;
|
|
198
|
+
--fontWeights500: 500;
|
|
199
|
+
--fontWeights700: 700;
|
|
200
200
|
--lineHeights400: 125%;
|
|
201
201
|
--lineHeights500: 150%;
|
|
202
202
|
--fontFamiliesDefault: Pridi;
|
|
@@ -204,64 +204,64 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
204
204
|
--fontFamiliesAndroid: Roboto;
|
|
205
205
|
--fontFamiliesOther: Open Sans;
|
|
206
206
|
--borderRadiusCircle: 10%;
|
|
207
|
-
--typographyButtonLabelS:
|
|
208
|
-
--typographyButtonLabelM:
|
|
209
|
-
--typographyButtonLabelL:
|
|
210
|
-
--typographyDialogTitleXs:
|
|
211
|
-
--typographyDialogTitleS:
|
|
212
|
-
--typographyDialogTitleMs:
|
|
213
|
-
--typographyDialogTitleM:
|
|
214
|
-
--typographyDialogTitleMl:
|
|
215
|
-
--typographyDialogTitleL:
|
|
216
|
-
--typographyDialogTitleXl:
|
|
217
|
-
--typographyFlashTextM:
|
|
218
|
-
--typographyFlashTextL:
|
|
219
|
-
--typographyFormFieldLabelXs:
|
|
220
|
-
--typographyFormFieldLabelS:
|
|
221
|
-
--typographyFormFieldLabelM:
|
|
222
|
-
--typographyFormFieldLabelL:
|
|
223
|
-
--typographyFormFieldHintTextXs:
|
|
224
|
-
--typographyFormFieldHintTextS:
|
|
225
|
-
--typographyFormFieldHintTextM:
|
|
226
|
-
--typographyFormFieldHintTextL:
|
|
227
|
-
--typographyFormFieldErrorMessageXs:
|
|
228
|
-
--typographyFormFieldErrorMessageS:
|
|
229
|
-
--typographyFormFieldErrorMessageM:
|
|
230
|
-
--typographyFormFieldErrorMessageL:
|
|
231
|
-
--typographyFormFieldCautionMessageXs:
|
|
232
|
-
--typographyFormFieldCautionMessageS:
|
|
233
|
-
--typographyFormFieldCautionMessageM:
|
|
234
|
-
--typographyFormFieldCautionMessageL:
|
|
235
|
-
--typographyFormFieldInputTextXs:
|
|
236
|
-
--typographyFormFieldInputTextS:
|
|
237
|
-
--typographyFormFieldInputTextM:
|
|
238
|
-
--typographyFormFieldInputTextL:
|
|
239
|
-
--typographyFormFieldDropdownOptionsXs:
|
|
240
|
-
--typographyFormFieldDropdownOptionsS:
|
|
241
|
-
--typographyFormFieldDropdownOptionsM:
|
|
242
|
-
--typographyFormFieldDropdownOptionsL:
|
|
243
|
-
--typographyFormFieldSecondLabelXs:
|
|
244
|
-
--typographyFormFieldSecondLabelS:
|
|
245
|
-
--typographyFormFieldSecondLabelM:
|
|
246
|
-
--typographyFormFieldSecondLabelL:
|
|
247
|
-
--typographyFormFieldCharacterCountXs:
|
|
248
|
-
--typographyFormFieldCharacterCountS:
|
|
249
|
-
--typographyFormFieldCharacterCountM:
|
|
250
|
-
--typographyFormFieldCharacterCountL:
|
|
251
|
-
--typographyLinkTextM:
|
|
252
|
-
--typographyLinkTextL:
|
|
253
|
-
--typographyMessageHeadingM:
|
|
254
|
-
--typographyMessageHeadingL:
|
|
255
|
-
--typographyMessageTextM:
|
|
256
|
-
--typographyMessageTextL:
|
|
257
|
-
--typographyPillLabelS:
|
|
258
|
-
--typographyPillLabelM:
|
|
259
|
-
--typographyPillLabelL:
|
|
260
|
-
--typographyPillLabelXl:
|
|
261
|
-
--typographySwitchOptionLabelM:
|
|
262
|
-
--typographySwitchOptionLabelL:
|
|
263
|
-
--typographyTableHeaderTextM:
|
|
264
|
-
--typographyTableCellTextM:
|
|
265
|
-
--typographyTooltipTextM:
|
|
266
|
-
--typographyTooltipTextL:
|
|
207
|
+
--typographyButtonLabelS: 700 14px/150% Pridi;
|
|
208
|
+
--typographyButtonLabelM: 700 14px/150% Pridi;
|
|
209
|
+
--typographyButtonLabelL: 700 16px/150% Pridi;
|
|
210
|
+
--typographyDialogTitleXs: 700 20px/125% Pridi;
|
|
211
|
+
--typographyDialogTitleS: 700 20px/125% Pridi;
|
|
212
|
+
--typographyDialogTitleMs: 700 20px/125% Pridi;
|
|
213
|
+
--typographyDialogTitleM: 700 20px/125% Pridi;
|
|
214
|
+
--typographyDialogTitleMl: 700 20px/125% Pridi;
|
|
215
|
+
--typographyDialogTitleL: 700 20px/125% Pridi;
|
|
216
|
+
--typographyDialogTitleXl: 700 20px/125% Pridi;
|
|
217
|
+
--typographyFlashTextM: 400 14px/150% Pridi;
|
|
218
|
+
--typographyFlashTextL: 400 16px/150% Pridi;
|
|
219
|
+
--typographyFormFieldLabelXs: 500 14px/150% Pridi;
|
|
220
|
+
--typographyFormFieldLabelS: 500 14px/150% Pridi;
|
|
221
|
+
--typographyFormFieldLabelM: 500 14px/150% Pridi;
|
|
222
|
+
--typographyFormFieldLabelL: 500 16px/150% Pridi;
|
|
223
|
+
--typographyFormFieldHintTextXs: 400 14px/150% Pridi;
|
|
224
|
+
--typographyFormFieldHintTextS: 400 14px/150% Pridi;
|
|
225
|
+
--typographyFormFieldHintTextM: 400 14px/150% Pridi;
|
|
226
|
+
--typographyFormFieldHintTextL: 400 16px/150% Pridi;
|
|
227
|
+
--typographyFormFieldErrorMessageXs: 500 14px/150% Pridi;
|
|
228
|
+
--typographyFormFieldErrorMessageS: 500 14px/150% Pridi;
|
|
229
|
+
--typographyFormFieldErrorMessageM: 500 14px/150% Pridi;
|
|
230
|
+
--typographyFormFieldErrorMessageL: 500 16px/150% Pridi;
|
|
231
|
+
--typographyFormFieldCautionMessageXs: 400 14px/150% Pridi;
|
|
232
|
+
--typographyFormFieldCautionMessageS: 400 14px/150% Pridi;
|
|
233
|
+
--typographyFormFieldCautionMessageM: 400 14px/150% Pridi;
|
|
234
|
+
--typographyFormFieldCautionMessageL: 400 16px/150% Pridi;
|
|
235
|
+
--typographyFormFieldInputTextXs: 400 14px/150% Pridi;
|
|
236
|
+
--typographyFormFieldInputTextS: 400 14px/150% Pridi;
|
|
237
|
+
--typographyFormFieldInputTextM: 400 14px/150% Pridi;
|
|
238
|
+
--typographyFormFieldInputTextL: 400 16px/150% Pridi;
|
|
239
|
+
--typographyFormFieldDropdownOptionsXs: 400 14px/150% Pridi;
|
|
240
|
+
--typographyFormFieldDropdownOptionsS: 400 14px/150% Pridi;
|
|
241
|
+
--typographyFormFieldDropdownOptionsM: 400 14px/150% Pridi;
|
|
242
|
+
--typographyFormFieldDropdownOptionsL: 400 16px/150% Pridi;
|
|
243
|
+
--typographyFormFieldSecondLabelXs: 500 14px/150% Pridi;
|
|
244
|
+
--typographyFormFieldSecondLabelS: 500 14px/150% Pridi;
|
|
245
|
+
--typographyFormFieldSecondLabelM: 500 14px/150% Pridi;
|
|
246
|
+
--typographyFormFieldSecondLabelL: 500 16px/150% Pridi;
|
|
247
|
+
--typographyFormFieldCharacterCountXs: 400 14px/150% Pridi;
|
|
248
|
+
--typographyFormFieldCharacterCountS: 400 14px/150% Pridi;
|
|
249
|
+
--typographyFormFieldCharacterCountM: 400 14px/150% Pridi;
|
|
250
|
+
--typographyFormFieldCharacterCountL: 400 14px/150% Pridi;
|
|
251
|
+
--typographyLinkTextM: 400 14px/150% Pridi;
|
|
252
|
+
--typographyLinkTextL: 400 16px/150% Pridi;
|
|
253
|
+
--typographyMessageHeadingM: 700 14px/150% Pridi;
|
|
254
|
+
--typographyMessageHeadingL: 700 16px/150% Pridi;
|
|
255
|
+
--typographyMessageTextM: 400 14px/150% Pridi;
|
|
256
|
+
--typographyMessageTextL: 400 16px/150% Pridi;
|
|
257
|
+
--typographyPillLabelS: 500 10px/150% Pridi;
|
|
258
|
+
--typographyPillLabelM: 500 12px/150% Pridi;
|
|
259
|
+
--typographyPillLabelL: 500 14px/150% Pridi;
|
|
260
|
+
--typographyPillLabelXl: 500 16px/150% Pridi;
|
|
261
|
+
--typographySwitchOptionLabelM: 500 12px/150% Pridi;
|
|
262
|
+
--typographySwitchOptionLabelL: 500 14px/150% Pridi;
|
|
263
|
+
--typographyTableHeaderTextM: 500 14px/150% Pridi;
|
|
264
|
+
--typographyTableCellTextM: 400 14px/150% Pridi;
|
|
265
|
+
--typographyTooltipTextM: 400 14px/150% Pridi;
|
|
266
|
+
--typographyTooltipTextL: 400 16px/150% Pridi;
|
|
267
267
|
}
|
package/data/tokens.json
CHANGED
|
@@ -1614,7 +1614,7 @@
|
|
|
1614
1614
|
"xs": {
|
|
1615
1615
|
"value": {
|
|
1616
1616
|
"fontFamily": "Sage UI",
|
|
1617
|
-
"fontWeight": "
|
|
1617
|
+
"fontWeight": "Regular",
|
|
1618
1618
|
"lineHeight": "150%",
|
|
1619
1619
|
"fontSize": "14px",
|
|
1620
1620
|
"letterSpacing": "0%",
|
|
@@ -1627,7 +1627,72 @@
|
|
|
1627
1627
|
"s": {
|
|
1628
1628
|
"value": {
|
|
1629
1629
|
"fontFamily": "Sage UI",
|
|
1630
|
-
"fontWeight": "
|
|
1630
|
+
"fontWeight": "Regular",
|
|
1631
|
+
"lineHeight": "150%",
|
|
1632
|
+
"fontSize": "14px",
|
|
1633
|
+
"letterSpacing": "0%",
|
|
1634
|
+
"paragraphSpacing": "0",
|
|
1635
|
+
"textDecoration": "none",
|
|
1636
|
+
"textCase": "none"
|
|
1637
|
+
},
|
|
1638
|
+
"type": "typography"
|
|
1639
|
+
},
|
|
1640
|
+
"ms": {
|
|
1641
|
+
"value": {
|
|
1642
|
+
"fontFamily": "Sage UI",
|
|
1643
|
+
"fontWeight": "Regular",
|
|
1644
|
+
"lineHeight": "150%",
|
|
1645
|
+
"fontSize": "14px",
|
|
1646
|
+
"letterSpacing": "0%",
|
|
1647
|
+
"paragraphSpacing": "0",
|
|
1648
|
+
"textDecoration": "none",
|
|
1649
|
+
"textCase": "none"
|
|
1650
|
+
},
|
|
1651
|
+
"type": "typography"
|
|
1652
|
+
},
|
|
1653
|
+
"m": {
|
|
1654
|
+
"value": {
|
|
1655
|
+
"fontFamily": "Sage UI",
|
|
1656
|
+
"fontWeight": "Regular",
|
|
1657
|
+
"lineHeight": "150%",
|
|
1658
|
+
"fontSize": "14px",
|
|
1659
|
+
"letterSpacing": "0%",
|
|
1660
|
+
"paragraphSpacing": "0",
|
|
1661
|
+
"textDecoration": "none",
|
|
1662
|
+
"textCase": "none"
|
|
1663
|
+
},
|
|
1664
|
+
"type": "typography"
|
|
1665
|
+
},
|
|
1666
|
+
"ml": {
|
|
1667
|
+
"value": {
|
|
1668
|
+
"fontFamily": "Sage UI",
|
|
1669
|
+
"fontWeight": "Regular",
|
|
1670
|
+
"lineHeight": "150%",
|
|
1671
|
+
"fontSize": "14px",
|
|
1672
|
+
"letterSpacing": "0%",
|
|
1673
|
+
"paragraphSpacing": "0",
|
|
1674
|
+
"textDecoration": "none",
|
|
1675
|
+
"textCase": "none"
|
|
1676
|
+
},
|
|
1677
|
+
"type": "typography"
|
|
1678
|
+
},
|
|
1679
|
+
"l": {
|
|
1680
|
+
"value": {
|
|
1681
|
+
"fontFamily": "Sage UI",
|
|
1682
|
+
"fontWeight": "Regular",
|
|
1683
|
+
"lineHeight": "150%",
|
|
1684
|
+
"fontSize": "14px",
|
|
1685
|
+
"letterSpacing": "0%",
|
|
1686
|
+
"paragraphSpacing": "0",
|
|
1687
|
+
"textDecoration": "none",
|
|
1688
|
+
"textCase": "none"
|
|
1689
|
+
},
|
|
1690
|
+
"type": "typography"
|
|
1691
|
+
},
|
|
1692
|
+
"xl": {
|
|
1693
|
+
"value": {
|
|
1694
|
+
"fontFamily": "Sage UI",
|
|
1695
|
+
"fontWeight": "Regular",
|
|
1631
1696
|
"lineHeight": "150%",
|
|
1632
1697
|
"fontSize": "14px",
|
|
1633
1698
|
"letterSpacing": "0%",
|
|
@@ -2044,9 +2109,11 @@
|
|
|
2044
2109
|
"fontFamily": "Sage UI",
|
|
2045
2110
|
"fontWeight": "Regular",
|
|
2046
2111
|
"lineHeight": "150%",
|
|
2047
|
-
"fontSize": "
|
|
2112
|
+
"fontSize": "16px",
|
|
2048
2113
|
"letterSpacing": "0%",
|
|
2049
|
-
"paragraphSpacing": "0px"
|
|
2114
|
+
"paragraphSpacing": "0px",
|
|
2115
|
+
"textDecoration": "none",
|
|
2116
|
+
"textCase": "none"
|
|
2050
2117
|
},
|
|
2051
2118
|
"type": "typography"
|
|
2052
2119
|
}
|