@sage/design-tokens 4.6.0 → 4.7.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 +5 -1
- package/android/dashboard/darkMode.xml +1 -1
- package/android/dashboard/lightMode.xml +1 -1
- package/android/origin.xml +1 -1
- package/css/base.css +5 -1
- package/css/dashboard/darkMode.css +1 -1
- package/css/dashboard/lightMode.css +1 -1
- package/css/origin.css +1 -1
- package/data/tokens.json +62 -0
- package/docs/tokens/base/index.html +84 -0
- package/docs/tokens/base/typography/index.html +84 -0
- package/docs/tokens/index.html +84 -0
- package/ios/base.h +5 -1
- package/ios/dashboard/darkMode.h +1 -1
- package/ios/dashboard/lightMode.h +1 -1
- package/ios/origin.h +1 -1
- package/js/base/common.d.ts +4 -0
- package/js/base/common.js +5 -1
- package/js/base/es6.d.ts +4 -0
- package/js/base/es6.js +4 -0
- package/js/dashboard/darkMode/common.js +1 -1
- package/js/dashboard/lightMode/common.js +1 -1
- package/js/origin/common.js +1 -1
- package/package.json +1 -1
- package/sage-design-tokens-4.7.0.tgz +0 -0
- package/scss/base.scss +5 -1
- package/scss/dashboard/darkMode.scss +1 -1
- package/scss/dashboard/lightMode.scss +1 -1
- package/scss/origin.scss +1 -1
- package/sage-design-tokens-4.6.0.tgz +0 -0
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 Thu, 02 Feb 2023 11:20:27 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Base Theme</string>
|
|
@@ -475,6 +475,10 @@
|
|
|
475
475
|
<string name="typographyTableCellTextL">Regular 16px/150% Sage UI</string>
|
|
476
476
|
<string name="typographyTableCellTextXl">Regular 16px/150% Sage UI</string>
|
|
477
477
|
<string name="typographyTileParagraphM">Regular 14px/150% Sage UI</string>
|
|
478
|
+
<string name="typographyTileSubscriptionTitleM">Bold 18px/125% Sage UI</string>
|
|
479
|
+
<string name="typographyTileSubscriptionParagraphM">Regular 14px/150% Sage UI</string>
|
|
480
|
+
<string name="typographyTileSubscriptionParagraphBoldM">Medium 14px/150% Sage UI</string>
|
|
481
|
+
<string name="typographyTileSubscriptionPriceM">Medium 16px/150% Sage UI</string>
|
|
478
482
|
<string name="typographyTooltipTextM">Regular 14px/150% Sage UI</string>
|
|
479
483
|
<string name="typographyTooltipTextL">Regular 16px/150% Sage UI</string>
|
|
480
484
|
<string name="opacity300">0.3</string>
|
package/android/origin.xml
CHANGED
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 Thu, 02 Feb 2023 11:20:27 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -478,6 +478,10 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
478
478
|
--typographyTableCellTextL: 400 16px/150% Sage UI;
|
|
479
479
|
--typographyTableCellTextXl: 400 16px/150% Sage UI;
|
|
480
480
|
--typographyTileParagraphM: 400 14px/150% Sage UI;
|
|
481
|
+
--typographyTileSubscriptionTitleM: 700 18px/125% Sage UI;
|
|
482
|
+
--typographyTileSubscriptionParagraphM: 400 14px/150% Sage UI;
|
|
483
|
+
--typographyTileSubscriptionParagraphBoldM: 500 14px/150% Sage UI;
|
|
484
|
+
--typographyTileSubscriptionPriceM: 500 16px/150% Sage UI;
|
|
481
485
|
--typographyTooltipTextM: 400 14px/150% Sage UI;
|
|
482
486
|
--typographyTooltipTextL: 400 16px/150% Sage UI;
|
|
483
487
|
--opacity300: 0.3;
|
package/css/origin.css
CHANGED
package/data/tokens.json
CHANGED
|
@@ -3683,6 +3683,68 @@
|
|
|
3683
3683
|
}
|
|
3684
3684
|
}
|
|
3685
3685
|
},
|
|
3686
|
+
"tileSubscription": {
|
|
3687
|
+
"title": {
|
|
3688
|
+
"m": {
|
|
3689
|
+
"value": {
|
|
3690
|
+
"fontFamily": "Sage UI",
|
|
3691
|
+
"fontWeight": "Bold",
|
|
3692
|
+
"lineHeight": "125%",
|
|
3693
|
+
"fontSize": "18px",
|
|
3694
|
+
"letterSpacing": "0%",
|
|
3695
|
+
"paragraphSpacing": "0",
|
|
3696
|
+
"textDecoration": "none",
|
|
3697
|
+
"textCase": "none"
|
|
3698
|
+
},
|
|
3699
|
+
"type": "typography"
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3702
|
+
"paragraph": {
|
|
3703
|
+
"m": {
|
|
3704
|
+
"value": {
|
|
3705
|
+
"fontFamily": "Sage UI",
|
|
3706
|
+
"fontWeight": "Regular",
|
|
3707
|
+
"lineHeight": "150%",
|
|
3708
|
+
"fontSize": "14px",
|
|
3709
|
+
"letterSpacing": "0%",
|
|
3710
|
+
"paragraphSpacing": "0",
|
|
3711
|
+
"textDecoration": "none",
|
|
3712
|
+
"textCase": "none"
|
|
3713
|
+
},
|
|
3714
|
+
"type": "typography"
|
|
3715
|
+
}
|
|
3716
|
+
},
|
|
3717
|
+
"paragraphBold": {
|
|
3718
|
+
"m": {
|
|
3719
|
+
"value": {
|
|
3720
|
+
"fontFamily": "Sage UI",
|
|
3721
|
+
"fontWeight": "Medium",
|
|
3722
|
+
"lineHeight": "150%",
|
|
3723
|
+
"fontSize": "14px",
|
|
3724
|
+
"letterSpacing": "0%",
|
|
3725
|
+
"paragraphSpacing": "0",
|
|
3726
|
+
"textDecoration": "none",
|
|
3727
|
+
"textCase": "none"
|
|
3728
|
+
},
|
|
3729
|
+
"type": "typography"
|
|
3730
|
+
}
|
|
3731
|
+
},
|
|
3732
|
+
"price": {
|
|
3733
|
+
"m": {
|
|
3734
|
+
"value": {
|
|
3735
|
+
"fontFamily": "Sage UI",
|
|
3736
|
+
"fontWeight": "Medium",
|
|
3737
|
+
"lineHeight": "150%",
|
|
3738
|
+
"fontSize": "16px",
|
|
3739
|
+
"letterSpacing": "0%",
|
|
3740
|
+
"paragraphSpacing": "0",
|
|
3741
|
+
"textDecoration": "none",
|
|
3742
|
+
"textCase": "none"
|
|
3743
|
+
},
|
|
3744
|
+
"type": "typography"
|
|
3745
|
+
}
|
|
3746
|
+
}
|
|
3747
|
+
},
|
|
3686
3748
|
"tooltip": {
|
|
3687
3749
|
"text": {
|
|
3688
3750
|
"m": {
|
|
@@ -10304,6 +10304,90 @@
|
|
|
10304
10304
|
|
|
10305
10305
|
</td>
|
|
10306
10306
|
</tr>
|
|
10307
|
+
<tr>
|
|
10308
|
+
<td class="with-icons is-vcentered"
|
|
10309
|
+
id="base-typographyTileSubscriptionTitleM"
|
|
10310
|
+
title="theme: base; category: typography; group: tileSubscription; name: title; variant: m; ">
|
|
10311
|
+
typographyTileSubscriptionTitleM
|
|
10312
|
+
<a href="#base-typographyTileSubscriptionTitleM"
|
|
10313
|
+
title="permalink"
|
|
10314
|
+
class="permalink">
|
|
10315
|
+
🔗
|
|
10316
|
+
</a>
|
|
10317
|
+
</td>
|
|
10318
|
+
<td class="is-vcentered">
|
|
10319
|
+
<pre>700 18px/125% Sage UI</pre>
|
|
10320
|
+
</td>
|
|
10321
|
+
<td class="is-vcentered">
|
|
10322
|
+
<div class="table__typography-preview">
|
|
10323
|
+
n/a
|
|
10324
|
+
</div>
|
|
10325
|
+
|
|
10326
|
+
</td>
|
|
10327
|
+
</tr>
|
|
10328
|
+
<tr>
|
|
10329
|
+
<td class="with-icons is-vcentered"
|
|
10330
|
+
id="base-typographyTileSubscriptionParagraphM"
|
|
10331
|
+
title="theme: base; category: typography; group: tileSubscription; name: paragraph; variant: m; ">
|
|
10332
|
+
typographyTileSubscriptionParagraphM
|
|
10333
|
+
<a href="#base-typographyTileSubscriptionParagraphM"
|
|
10334
|
+
title="permalink"
|
|
10335
|
+
class="permalink">
|
|
10336
|
+
🔗
|
|
10337
|
+
</a>
|
|
10338
|
+
</td>
|
|
10339
|
+
<td class="is-vcentered">
|
|
10340
|
+
<pre>400 14px/150% Sage UI</pre>
|
|
10341
|
+
</td>
|
|
10342
|
+
<td class="is-vcentered">
|
|
10343
|
+
<div class="table__typography-preview">
|
|
10344
|
+
n/a
|
|
10345
|
+
</div>
|
|
10346
|
+
|
|
10347
|
+
</td>
|
|
10348
|
+
</tr>
|
|
10349
|
+
<tr>
|
|
10350
|
+
<td class="with-icons is-vcentered"
|
|
10351
|
+
id="base-typographyTileSubscriptionParagraphBoldM"
|
|
10352
|
+
title="theme: base; category: typography; group: tileSubscription; name: paragraphBold; variant: m; ">
|
|
10353
|
+
typographyTileSubscriptionParagraphBoldM
|
|
10354
|
+
<a href="#base-typographyTileSubscriptionParagraphBoldM"
|
|
10355
|
+
title="permalink"
|
|
10356
|
+
class="permalink">
|
|
10357
|
+
🔗
|
|
10358
|
+
</a>
|
|
10359
|
+
</td>
|
|
10360
|
+
<td class="is-vcentered">
|
|
10361
|
+
<pre>500 14px/150% Sage UI</pre>
|
|
10362
|
+
</td>
|
|
10363
|
+
<td class="is-vcentered">
|
|
10364
|
+
<div class="table__typography-preview">
|
|
10365
|
+
n/a
|
|
10366
|
+
</div>
|
|
10367
|
+
|
|
10368
|
+
</td>
|
|
10369
|
+
</tr>
|
|
10370
|
+
<tr>
|
|
10371
|
+
<td class="with-icons is-vcentered"
|
|
10372
|
+
id="base-typographyTileSubscriptionPriceM"
|
|
10373
|
+
title="theme: base; category: typography; group: tileSubscription; name: price; variant: m; ">
|
|
10374
|
+
typographyTileSubscriptionPriceM
|
|
10375
|
+
<a href="#base-typographyTileSubscriptionPriceM"
|
|
10376
|
+
title="permalink"
|
|
10377
|
+
class="permalink">
|
|
10378
|
+
🔗
|
|
10379
|
+
</a>
|
|
10380
|
+
</td>
|
|
10381
|
+
<td class="is-vcentered">
|
|
10382
|
+
<pre>500 16px/150% Sage UI</pre>
|
|
10383
|
+
</td>
|
|
10384
|
+
<td class="is-vcentered">
|
|
10385
|
+
<div class="table__typography-preview">
|
|
10386
|
+
n/a
|
|
10387
|
+
</div>
|
|
10388
|
+
|
|
10389
|
+
</td>
|
|
10390
|
+
</tr>
|
|
10307
10391
|
<tr>
|
|
10308
10392
|
<td class="with-icons is-vcentered"
|
|
10309
10393
|
id="base-typographyTooltipTextM"
|
|
@@ -3447,6 +3447,90 @@
|
|
|
3447
3447
|
|
|
3448
3448
|
</td>
|
|
3449
3449
|
</tr>
|
|
3450
|
+
<tr>
|
|
3451
|
+
<td class="with-icons is-vcentered"
|
|
3452
|
+
id="base-typographyTileSubscriptionTitleM"
|
|
3453
|
+
title="theme: base; category: typography; group: tileSubscription; name: title; variant: m; ">
|
|
3454
|
+
typographyTileSubscriptionTitleM
|
|
3455
|
+
<a href="#base-typographyTileSubscriptionTitleM"
|
|
3456
|
+
title="permalink"
|
|
3457
|
+
class="permalink">
|
|
3458
|
+
🔗
|
|
3459
|
+
</a>
|
|
3460
|
+
</td>
|
|
3461
|
+
<td class="is-vcentered">
|
|
3462
|
+
<pre>700 18px/125% Sage UI</pre>
|
|
3463
|
+
</td>
|
|
3464
|
+
<td class="is-vcentered">
|
|
3465
|
+
<div class="table__typography-preview">
|
|
3466
|
+
n/a
|
|
3467
|
+
</div>
|
|
3468
|
+
|
|
3469
|
+
</td>
|
|
3470
|
+
</tr>
|
|
3471
|
+
<tr>
|
|
3472
|
+
<td class="with-icons is-vcentered"
|
|
3473
|
+
id="base-typographyTileSubscriptionParagraphM"
|
|
3474
|
+
title="theme: base; category: typography; group: tileSubscription; name: paragraph; variant: m; ">
|
|
3475
|
+
typographyTileSubscriptionParagraphM
|
|
3476
|
+
<a href="#base-typographyTileSubscriptionParagraphM"
|
|
3477
|
+
title="permalink"
|
|
3478
|
+
class="permalink">
|
|
3479
|
+
🔗
|
|
3480
|
+
</a>
|
|
3481
|
+
</td>
|
|
3482
|
+
<td class="is-vcentered">
|
|
3483
|
+
<pre>400 14px/150% Sage UI</pre>
|
|
3484
|
+
</td>
|
|
3485
|
+
<td class="is-vcentered">
|
|
3486
|
+
<div class="table__typography-preview">
|
|
3487
|
+
n/a
|
|
3488
|
+
</div>
|
|
3489
|
+
|
|
3490
|
+
</td>
|
|
3491
|
+
</tr>
|
|
3492
|
+
<tr>
|
|
3493
|
+
<td class="with-icons is-vcentered"
|
|
3494
|
+
id="base-typographyTileSubscriptionParagraphBoldM"
|
|
3495
|
+
title="theme: base; category: typography; group: tileSubscription; name: paragraphBold; variant: m; ">
|
|
3496
|
+
typographyTileSubscriptionParagraphBoldM
|
|
3497
|
+
<a href="#base-typographyTileSubscriptionParagraphBoldM"
|
|
3498
|
+
title="permalink"
|
|
3499
|
+
class="permalink">
|
|
3500
|
+
🔗
|
|
3501
|
+
</a>
|
|
3502
|
+
</td>
|
|
3503
|
+
<td class="is-vcentered">
|
|
3504
|
+
<pre>500 14px/150% Sage UI</pre>
|
|
3505
|
+
</td>
|
|
3506
|
+
<td class="is-vcentered">
|
|
3507
|
+
<div class="table__typography-preview">
|
|
3508
|
+
n/a
|
|
3509
|
+
</div>
|
|
3510
|
+
|
|
3511
|
+
</td>
|
|
3512
|
+
</tr>
|
|
3513
|
+
<tr>
|
|
3514
|
+
<td class="with-icons is-vcentered"
|
|
3515
|
+
id="base-typographyTileSubscriptionPriceM"
|
|
3516
|
+
title="theme: base; category: typography; group: tileSubscription; name: price; variant: m; ">
|
|
3517
|
+
typographyTileSubscriptionPriceM
|
|
3518
|
+
<a href="#base-typographyTileSubscriptionPriceM"
|
|
3519
|
+
title="permalink"
|
|
3520
|
+
class="permalink">
|
|
3521
|
+
🔗
|
|
3522
|
+
</a>
|
|
3523
|
+
</td>
|
|
3524
|
+
<td class="is-vcentered">
|
|
3525
|
+
<pre>500 16px/150% Sage UI</pre>
|
|
3526
|
+
</td>
|
|
3527
|
+
<td class="is-vcentered">
|
|
3528
|
+
<div class="table__typography-preview">
|
|
3529
|
+
n/a
|
|
3530
|
+
</div>
|
|
3531
|
+
|
|
3532
|
+
</td>
|
|
3533
|
+
</tr>
|
|
3450
3534
|
<tr>
|
|
3451
3535
|
<td class="with-icons is-vcentered"
|
|
3452
3536
|
id="base-typographyTooltipTextM"
|
package/docs/tokens/index.html
CHANGED
|
@@ -10360,6 +10360,90 @@
|
|
|
10360
10360
|
|
|
10361
10361
|
</td>
|
|
10362
10362
|
</tr>
|
|
10363
|
+
<tr>
|
|
10364
|
+
<td class="with-icons is-vcentered"
|
|
10365
|
+
id="base-typographyTileSubscriptionTitleM"
|
|
10366
|
+
title="theme: base; category: typography; group: tileSubscription; name: title; variant: m; ">
|
|
10367
|
+
typographyTileSubscriptionTitleM
|
|
10368
|
+
<a href="#base-typographyTileSubscriptionTitleM"
|
|
10369
|
+
title="permalink"
|
|
10370
|
+
class="permalink">
|
|
10371
|
+
🔗
|
|
10372
|
+
</a>
|
|
10373
|
+
</td>
|
|
10374
|
+
<td class="is-vcentered">
|
|
10375
|
+
<pre>700 18px/125% Sage UI</pre>
|
|
10376
|
+
</td>
|
|
10377
|
+
<td class="is-vcentered">
|
|
10378
|
+
<div class="table__typography-preview">
|
|
10379
|
+
n/a
|
|
10380
|
+
</div>
|
|
10381
|
+
|
|
10382
|
+
</td>
|
|
10383
|
+
</tr>
|
|
10384
|
+
<tr>
|
|
10385
|
+
<td class="with-icons is-vcentered"
|
|
10386
|
+
id="base-typographyTileSubscriptionParagraphM"
|
|
10387
|
+
title="theme: base; category: typography; group: tileSubscription; name: paragraph; variant: m; ">
|
|
10388
|
+
typographyTileSubscriptionParagraphM
|
|
10389
|
+
<a href="#base-typographyTileSubscriptionParagraphM"
|
|
10390
|
+
title="permalink"
|
|
10391
|
+
class="permalink">
|
|
10392
|
+
🔗
|
|
10393
|
+
</a>
|
|
10394
|
+
</td>
|
|
10395
|
+
<td class="is-vcentered">
|
|
10396
|
+
<pre>400 14px/150% Sage UI</pre>
|
|
10397
|
+
</td>
|
|
10398
|
+
<td class="is-vcentered">
|
|
10399
|
+
<div class="table__typography-preview">
|
|
10400
|
+
n/a
|
|
10401
|
+
</div>
|
|
10402
|
+
|
|
10403
|
+
</td>
|
|
10404
|
+
</tr>
|
|
10405
|
+
<tr>
|
|
10406
|
+
<td class="with-icons is-vcentered"
|
|
10407
|
+
id="base-typographyTileSubscriptionParagraphBoldM"
|
|
10408
|
+
title="theme: base; category: typography; group: tileSubscription; name: paragraphBold; variant: m; ">
|
|
10409
|
+
typographyTileSubscriptionParagraphBoldM
|
|
10410
|
+
<a href="#base-typographyTileSubscriptionParagraphBoldM"
|
|
10411
|
+
title="permalink"
|
|
10412
|
+
class="permalink">
|
|
10413
|
+
🔗
|
|
10414
|
+
</a>
|
|
10415
|
+
</td>
|
|
10416
|
+
<td class="is-vcentered">
|
|
10417
|
+
<pre>500 14px/150% Sage UI</pre>
|
|
10418
|
+
</td>
|
|
10419
|
+
<td class="is-vcentered">
|
|
10420
|
+
<div class="table__typography-preview">
|
|
10421
|
+
n/a
|
|
10422
|
+
</div>
|
|
10423
|
+
|
|
10424
|
+
</td>
|
|
10425
|
+
</tr>
|
|
10426
|
+
<tr>
|
|
10427
|
+
<td class="with-icons is-vcentered"
|
|
10428
|
+
id="base-typographyTileSubscriptionPriceM"
|
|
10429
|
+
title="theme: base; category: typography; group: tileSubscription; name: price; variant: m; ">
|
|
10430
|
+
typographyTileSubscriptionPriceM
|
|
10431
|
+
<a href="#base-typographyTileSubscriptionPriceM"
|
|
10432
|
+
title="permalink"
|
|
10433
|
+
class="permalink">
|
|
10434
|
+
🔗
|
|
10435
|
+
</a>
|
|
10436
|
+
</td>
|
|
10437
|
+
<td class="is-vcentered">
|
|
10438
|
+
<pre>500 16px/150% Sage UI</pre>
|
|
10439
|
+
</td>
|
|
10440
|
+
<td class="is-vcentered">
|
|
10441
|
+
<div class="table__typography-preview">
|
|
10442
|
+
n/a
|
|
10443
|
+
</div>
|
|
10444
|
+
|
|
10445
|
+
</td>
|
|
10446
|
+
</tr>
|
|
10363
10447
|
<tr>
|
|
10364
10448
|
<td class="with-icons is-vcentered"
|
|
10365
10449
|
id="base-typographyTooltipTextM"
|
package/ios/base.h
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Thu, 02 Feb 2023 11:20:27 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
#import <Foundation/Foundation.h>
|
|
@@ -480,6 +480,10 @@
|
|
|
480
480
|
#define typographyTableCellTextL Regular 16px/150% Sage UI
|
|
481
481
|
#define typographyTableCellTextXl Regular 16px/150% Sage UI
|
|
482
482
|
#define typographyTileParagraphM Regular 14px/150% Sage UI
|
|
483
|
+
#define typographyTileSubscriptionTitleM Bold 18px/125% Sage UI
|
|
484
|
+
#define typographyTileSubscriptionParagraphM Regular 14px/150% Sage UI
|
|
485
|
+
#define typographyTileSubscriptionParagraphBoldM Medium 14px/150% Sage UI
|
|
486
|
+
#define typographyTileSubscriptionPriceM Medium 16px/150% Sage UI
|
|
483
487
|
#define typographyTooltipTextM Regular 14px/150% Sage UI
|
|
484
488
|
#define typographyTooltipTextL Regular 16px/150% Sage UI
|
|
485
489
|
#define opacity300 0.3
|
package/ios/dashboard/darkMode.h
CHANGED
package/ios/origin.h
CHANGED
package/js/base/common.d.ts
CHANGED
|
@@ -468,6 +468,10 @@ export const typographyTableCellTextM: string;
|
|
|
468
468
|
export const typographyTableCellTextL: string;
|
|
469
469
|
export const typographyTableCellTextXl: string;
|
|
470
470
|
export const typographyTileParagraphM: string;
|
|
471
|
+
export const typographyTileSubscriptionTitleM: string;
|
|
472
|
+
export const typographyTileSubscriptionParagraphM: string;
|
|
473
|
+
export const typographyTileSubscriptionParagraphBoldM: string;
|
|
474
|
+
export const typographyTileSubscriptionPriceM: string;
|
|
471
475
|
export const typographyTooltipTextM: string;
|
|
472
476
|
export const typographyTooltipTextL: string;
|
|
473
477
|
export const opacity300: 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 Thu, 02 Feb 2023 11:20:27 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
@@ -478,6 +478,10 @@ module.exports = {
|
|
|
478
478
|
typographyTableCellTextL: '400 16px/150% Sage UI',
|
|
479
479
|
typographyTableCellTextXl: '400 16px/150% Sage UI',
|
|
480
480
|
typographyTileParagraphM: '400 14px/150% Sage UI',
|
|
481
|
+
typographyTileSubscriptionTitleM: '700 18px/125% Sage UI',
|
|
482
|
+
typographyTileSubscriptionParagraphM: '400 14px/150% Sage UI',
|
|
483
|
+
typographyTileSubscriptionParagraphBoldM: '500 14px/150% Sage UI',
|
|
484
|
+
typographyTileSubscriptionPriceM: '500 16px/150% Sage UI',
|
|
481
485
|
typographyTooltipTextM: '400 14px/150% Sage UI',
|
|
482
486
|
typographyTooltipTextL: '400 16px/150% Sage UI',
|
|
483
487
|
opacity300: '0.3',
|
package/js/base/es6.d.ts
CHANGED
|
@@ -469,6 +469,10 @@ declare namespace _default {
|
|
|
469
469
|
const typographyTableCellTextL: string;
|
|
470
470
|
const typographyTableCellTextXl: string;
|
|
471
471
|
const typographyTileParagraphM: string;
|
|
472
|
+
const typographyTileSubscriptionTitleM: string;
|
|
473
|
+
const typographyTileSubscriptionParagraphM: string;
|
|
474
|
+
const typographyTileSubscriptionParagraphBoldM: string;
|
|
475
|
+
const typographyTileSubscriptionPriceM: string;
|
|
472
476
|
const typographyTooltipTextM: string;
|
|
473
477
|
const typographyTooltipTextL: string;
|
|
474
478
|
const opacity300: string;
|
package/js/base/es6.js
CHANGED
|
@@ -473,6 +473,10 @@ export default {
|
|
|
473
473
|
typographyTableCellTextL: '400 16px/150% Sage UI',
|
|
474
474
|
typographyTableCellTextXl: '400 16px/150% Sage UI',
|
|
475
475
|
typographyTileParagraphM: '400 14px/150% Sage UI',
|
|
476
|
+
typographyTileSubscriptionTitleM: '700 18px/125% Sage UI',
|
|
477
|
+
typographyTileSubscriptionParagraphM: '400 14px/150% Sage UI',
|
|
478
|
+
typographyTileSubscriptionParagraphBoldM: '500 14px/150% Sage UI',
|
|
479
|
+
typographyTileSubscriptionPriceM: '500 16px/150% Sage UI',
|
|
476
480
|
typographyTooltipTextM: '400 14px/150% Sage UI',
|
|
477
481
|
typographyTooltipTextL: '400 16px/150% Sage UI',
|
|
478
482
|
opacity300: '0.3',
|
package/js/origin/common.js
CHANGED
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": "4.
|
|
9
|
+
"version": "4.7.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
|
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 Thu, 02 Feb 2023 11:20:27 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Base Theme;
|
|
10
10
|
$metaPublic: true;
|
|
@@ -476,6 +476,10 @@ $typographyTableCellTextM: 400 14px/150% Sage UI;
|
|
|
476
476
|
$typographyTableCellTextL: 400 16px/150% Sage UI;
|
|
477
477
|
$typographyTableCellTextXl: 400 16px/150% Sage UI;
|
|
478
478
|
$typographyTileParagraphM: 400 14px/150% Sage UI;
|
|
479
|
+
$typographyTileSubscriptionTitleM: 700 18px/125% Sage UI;
|
|
480
|
+
$typographyTileSubscriptionParagraphM: 400 14px/150% Sage UI;
|
|
481
|
+
$typographyTileSubscriptionParagraphBoldM: 500 14px/150% Sage UI;
|
|
482
|
+
$typographyTileSubscriptionPriceM: 500 16px/150% Sage UI;
|
|
479
483
|
$typographyTooltipTextM: 400 14px/150% Sage UI;
|
|
480
484
|
$typographyTooltipTextL: 400 16px/150% Sage UI;
|
|
481
485
|
$opacity300: 0.3;
|
|
@@ -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 Thu, 02 Feb 2023 11:20:28 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Dashboard Dark-Mode Token Set;
|
|
10
10
|
$metaPublic: true;
|
|
@@ -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 Thu, 02 Feb 2023 11:20:27 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Dashboard Light-Mode Token Set;
|
|
10
10
|
$metaPublic: true;
|
package/scss/origin.scss
CHANGED
|
Binary file
|