@sage/design-tokens 4.0.0 → 4.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/android/base.xml +1 -1
- package/android/dashboard/darkMode.xml +1 -1
- package/android/dashboard/lightMode.xml +1 -1
- package/android/origin.xml +2 -2
- package/css/base.css +1 -1
- package/css/dashboard/darkMode.css +1 -1
- package/css/dashboard/lightMode.css +1 -1
- package/css/origin.css +2 -2
- package/data/tokens.json +4 -4
- package/docs/tokens/index.html +18 -18
- package/docs/tokens/origin/index.html +18 -18
- package/docs/tokens/origin/origin-colors-reference-only/index.html +18 -18
- package/ios/base.h +1 -1
- package/ios/dashboard/darkMode.h +1 -1
- package/ios/dashboard/lightMode.h +1 -1
- package/ios/origin.h +2 -2
- package/js/base/common.js +1 -1
- package/js/dashboard/darkMode/common.js +1 -1
- package/js/dashboard/lightMode/common.js +1 -1
- package/js/origin/common.d.ts +1 -1
- package/js/origin/common.js +2 -2
- package/js/origin/es6.d.ts +1 -1
- package/js/origin/es6.js +1 -1
- package/package.json +1 -1
- package/sage-design-tokens-4.2.0.tgz +0 -0
- package/scss/base.scss +1 -1
- package/scss/dashboard/darkMode.scss +1 -1
- package/scss/dashboard/lightMode.scss +1 -1
- package/scss/origin.scss +2 -2
- package/sage-design-tokens-4.0.0.tgz +0 -0
package/android/base.xml
CHANGED
package/android/origin.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Wed, 18 Jan 2023
|
|
5
|
+
Generated on Wed, 18 Jan 2023 17:16:18 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Origin Token Set</string>
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
<string name="originColorsReferenceOnlyYin075">#000000bf</string>
|
|
17
17
|
<string name="originColorsReferenceOnlyYin090">#000000e6</string>
|
|
18
18
|
<string name="originColorsReferenceOnlyYang100">#ffffffff</string>
|
|
19
|
+
<string name="originColorsReferenceOnlyYang010">#ffffff1a</string>
|
|
19
20
|
<string name="originColorsReferenceOnlyYang030">#ffffff4d</string>
|
|
20
21
|
<string name="originColorsReferenceOnlyYang080">#ffffffcc</string>
|
|
21
|
-
<string name="originColorsReferenceOnlyYang010">#ffffff1a</string>
|
|
22
22
|
<string name="originColorsReferenceOnlyMalachite100">#8df79fff</string>
|
|
23
23
|
<string name="originColorsReferenceOnlyMalachite200">#42eb64ff</string>
|
|
24
24
|
<string name="originColorsReferenceOnlyMalachite300">#00d639ff</string>
|
package/css/base.css
CHANGED
package/css/origin.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 Wed, 18 Jan 2023
|
|
7
|
+
* Generated on Wed, 18 Jan 2023 17:16:18 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -19,9 +19,9 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
19
19
|
--originColorsReferenceOnlyYin075: #000000bf;
|
|
20
20
|
--originColorsReferenceOnlyYin090: #000000e6;
|
|
21
21
|
--originColorsReferenceOnlyYang100: #ffffffff;
|
|
22
|
+
--originColorsReferenceOnlyYang010: #ffffff1a;
|
|
22
23
|
--originColorsReferenceOnlyYang030: #ffffff4d;
|
|
23
24
|
--originColorsReferenceOnlyYang080: #ffffffcc;
|
|
24
|
-
--originColorsReferenceOnlyYang010: #ffffff1a;
|
|
25
25
|
--originColorsReferenceOnlyMalachite100: #8df79fff;
|
|
26
26
|
--originColorsReferenceOnlyMalachite200: #42eb64ff;
|
|
27
27
|
--originColorsReferenceOnlyMalachite300: #00d639ff;
|
package/data/tokens.json
CHANGED
|
@@ -3769,6 +3769,10 @@
|
|
|
3769
3769
|
"type": "color",
|
|
3770
3770
|
"description": "Reference only. Do not use in components."
|
|
3771
3771
|
},
|
|
3772
|
+
"010": {
|
|
3773
|
+
"value": "#ffffff1a",
|
|
3774
|
+
"type": "color"
|
|
3775
|
+
},
|
|
3772
3776
|
"030": {
|
|
3773
3777
|
"value": "#ffffff4d",
|
|
3774
3778
|
"type": "color",
|
|
@@ -3778,10 +3782,6 @@
|
|
|
3778
3782
|
"value": "#ffffffcc",
|
|
3779
3783
|
"type": "color",
|
|
3780
3784
|
"description": "Reference only. Do not use in components."
|
|
3781
|
-
},
|
|
3782
|
-
"010": {
|
|
3783
|
-
"value": "#ffffff1a",
|
|
3784
|
-
"type": "color"
|
|
3785
3785
|
}
|
|
3786
3786
|
},
|
|
3787
3787
|
"malachite": {
|
package/docs/tokens/index.html
CHANGED
|
@@ -10662,63 +10662,63 @@
|
|
|
10662
10662
|
</tr>
|
|
10663
10663
|
<tr>
|
|
10664
10664
|
<td class="with-icons is-vcentered"
|
|
10665
|
-
id="origin-
|
|
10666
|
-
title="theme: origin; category: origin-colors (reference only); name: yang; variant:
|
|
10667
|
-
|
|
10668
|
-
<a href="#origin-
|
|
10665
|
+
id="origin-originColorsReferenceOnlyYang010"
|
|
10666
|
+
title="theme: origin; category: origin-colors (reference only); name: yang; variant: 010; ">
|
|
10667
|
+
originColorsReferenceOnlyYang010
|
|
10668
|
+
<a href="#origin-originColorsReferenceOnlyYang010"
|
|
10669
10669
|
title="permalink"
|
|
10670
10670
|
class="permalink">
|
|
10671
10671
|
🔗
|
|
10672
10672
|
</a>
|
|
10673
10673
|
</td>
|
|
10674
10674
|
<td class="is-vcentered">
|
|
10675
|
-
<pre>#
|
|
10675
|
+
<pre>#ffffff1a</pre>
|
|
10676
10676
|
</td>
|
|
10677
10677
|
<td class="is-vcentered">
|
|
10678
10678
|
<div class="table__color-preview"
|
|
10679
|
-
style="background-color: #
|
|
10679
|
+
style="background-color: #ffffff1a;">
|
|
10680
10680
|
</div>
|
|
10681
10681
|
|
|
10682
10682
|
</td>
|
|
10683
10683
|
</tr>
|
|
10684
10684
|
<tr>
|
|
10685
10685
|
<td class="with-icons is-vcentered"
|
|
10686
|
-
id="origin-
|
|
10687
|
-
title="theme: origin; category: origin-colors (reference only); name: yang; variant:
|
|
10688
|
-
|
|
10689
|
-
<a href="#origin-
|
|
10686
|
+
id="origin-originColorsReferenceOnlyYang030"
|
|
10687
|
+
title="theme: origin; category: origin-colors (reference only); name: yang; variant: 030; ">
|
|
10688
|
+
originColorsReferenceOnlyYang030
|
|
10689
|
+
<a href="#origin-originColorsReferenceOnlyYang030"
|
|
10690
10690
|
title="permalink"
|
|
10691
10691
|
class="permalink">
|
|
10692
10692
|
🔗
|
|
10693
10693
|
</a>
|
|
10694
10694
|
</td>
|
|
10695
10695
|
<td class="is-vcentered">
|
|
10696
|
-
<pre>#
|
|
10696
|
+
<pre>#ffffff4d</pre>
|
|
10697
10697
|
</td>
|
|
10698
10698
|
<td class="is-vcentered">
|
|
10699
10699
|
<div class="table__color-preview"
|
|
10700
|
-
style="background-color: #
|
|
10700
|
+
style="background-color: #ffffff4d;">
|
|
10701
10701
|
</div>
|
|
10702
10702
|
|
|
10703
10703
|
</td>
|
|
10704
10704
|
</tr>
|
|
10705
10705
|
<tr>
|
|
10706
10706
|
<td class="with-icons is-vcentered"
|
|
10707
|
-
id="origin-
|
|
10708
|
-
title="theme: origin; category: origin-colors (reference only); name: yang; variant:
|
|
10709
|
-
|
|
10710
|
-
<a href="#origin-
|
|
10707
|
+
id="origin-originColorsReferenceOnlyYang080"
|
|
10708
|
+
title="theme: origin; category: origin-colors (reference only); name: yang; variant: 080; ">
|
|
10709
|
+
originColorsReferenceOnlyYang080
|
|
10710
|
+
<a href="#origin-originColorsReferenceOnlyYang080"
|
|
10711
10711
|
title="permalink"
|
|
10712
10712
|
class="permalink">
|
|
10713
10713
|
🔗
|
|
10714
10714
|
</a>
|
|
10715
10715
|
</td>
|
|
10716
10716
|
<td class="is-vcentered">
|
|
10717
|
-
<pre>#
|
|
10717
|
+
<pre>#ffffffcc</pre>
|
|
10718
10718
|
</td>
|
|
10719
10719
|
<td class="is-vcentered">
|
|
10720
10720
|
<div class="table__color-preview"
|
|
10721
|
-
style="background-color: #
|
|
10721
|
+
style="background-color: #ffffffcc;">
|
|
10722
10722
|
</div>
|
|
10723
10723
|
|
|
10724
10724
|
</td>
|
|
@@ -484,63 +484,63 @@
|
|
|
484
484
|
</tr>
|
|
485
485
|
<tr>
|
|
486
486
|
<td class="with-icons is-vcentered"
|
|
487
|
-
id="origin-
|
|
488
|
-
title="theme: origin; category: origin-colors (reference only); name: yang; variant:
|
|
489
|
-
|
|
490
|
-
<a href="#origin-
|
|
487
|
+
id="origin-originColorsReferenceOnlyYang010"
|
|
488
|
+
title="theme: origin; category: origin-colors (reference only); name: yang; variant: 010; ">
|
|
489
|
+
originColorsReferenceOnlyYang010
|
|
490
|
+
<a href="#origin-originColorsReferenceOnlyYang010"
|
|
491
491
|
title="permalink"
|
|
492
492
|
class="permalink">
|
|
493
493
|
🔗
|
|
494
494
|
</a>
|
|
495
495
|
</td>
|
|
496
496
|
<td class="is-vcentered">
|
|
497
|
-
<pre>#
|
|
497
|
+
<pre>#ffffff1a</pre>
|
|
498
498
|
</td>
|
|
499
499
|
<td class="is-vcentered">
|
|
500
500
|
<div class="table__color-preview"
|
|
501
|
-
style="background-color: #
|
|
501
|
+
style="background-color: #ffffff1a;">
|
|
502
502
|
</div>
|
|
503
503
|
|
|
504
504
|
</td>
|
|
505
505
|
</tr>
|
|
506
506
|
<tr>
|
|
507
507
|
<td class="with-icons is-vcentered"
|
|
508
|
-
id="origin-
|
|
509
|
-
title="theme: origin; category: origin-colors (reference only); name: yang; variant:
|
|
510
|
-
|
|
511
|
-
<a href="#origin-
|
|
508
|
+
id="origin-originColorsReferenceOnlyYang030"
|
|
509
|
+
title="theme: origin; category: origin-colors (reference only); name: yang; variant: 030; ">
|
|
510
|
+
originColorsReferenceOnlyYang030
|
|
511
|
+
<a href="#origin-originColorsReferenceOnlyYang030"
|
|
512
512
|
title="permalink"
|
|
513
513
|
class="permalink">
|
|
514
514
|
🔗
|
|
515
515
|
</a>
|
|
516
516
|
</td>
|
|
517
517
|
<td class="is-vcentered">
|
|
518
|
-
<pre>#
|
|
518
|
+
<pre>#ffffff4d</pre>
|
|
519
519
|
</td>
|
|
520
520
|
<td class="is-vcentered">
|
|
521
521
|
<div class="table__color-preview"
|
|
522
|
-
style="background-color: #
|
|
522
|
+
style="background-color: #ffffff4d;">
|
|
523
523
|
</div>
|
|
524
524
|
|
|
525
525
|
</td>
|
|
526
526
|
</tr>
|
|
527
527
|
<tr>
|
|
528
528
|
<td class="with-icons is-vcentered"
|
|
529
|
-
id="origin-
|
|
530
|
-
title="theme: origin; category: origin-colors (reference only); name: yang; variant:
|
|
531
|
-
|
|
532
|
-
<a href="#origin-
|
|
529
|
+
id="origin-originColorsReferenceOnlyYang080"
|
|
530
|
+
title="theme: origin; category: origin-colors (reference only); name: yang; variant: 080; ">
|
|
531
|
+
originColorsReferenceOnlyYang080
|
|
532
|
+
<a href="#origin-originColorsReferenceOnlyYang080"
|
|
533
533
|
title="permalink"
|
|
534
534
|
class="permalink">
|
|
535
535
|
🔗
|
|
536
536
|
</a>
|
|
537
537
|
</td>
|
|
538
538
|
<td class="is-vcentered">
|
|
539
|
-
<pre>#
|
|
539
|
+
<pre>#ffffffcc</pre>
|
|
540
540
|
</td>
|
|
541
541
|
<td class="is-vcentered">
|
|
542
542
|
<div class="table__color-preview"
|
|
543
|
-
style="background-color: #
|
|
543
|
+
style="background-color: #ffffffcc;">
|
|
544
544
|
</div>
|
|
545
545
|
|
|
546
546
|
</td>
|
|
@@ -488,63 +488,63 @@
|
|
|
488
488
|
</tr>
|
|
489
489
|
<tr>
|
|
490
490
|
<td class="with-icons is-vcentered"
|
|
491
|
-
id="origin-
|
|
492
|
-
title="theme: origin; category: origin-colors (reference only); name: yang; variant:
|
|
493
|
-
|
|
494
|
-
<a href="#origin-
|
|
491
|
+
id="origin-originColorsReferenceOnlyYang010"
|
|
492
|
+
title="theme: origin; category: origin-colors (reference only); name: yang; variant: 010; ">
|
|
493
|
+
originColorsReferenceOnlyYang010
|
|
494
|
+
<a href="#origin-originColorsReferenceOnlyYang010"
|
|
495
495
|
title="permalink"
|
|
496
496
|
class="permalink">
|
|
497
497
|
🔗
|
|
498
498
|
</a>
|
|
499
499
|
</td>
|
|
500
500
|
<td class="is-vcentered">
|
|
501
|
-
<pre>#
|
|
501
|
+
<pre>#ffffff1a</pre>
|
|
502
502
|
</td>
|
|
503
503
|
<td class="is-vcentered">
|
|
504
504
|
<div class="table__color-preview"
|
|
505
|
-
style="background-color: #
|
|
505
|
+
style="background-color: #ffffff1a;">
|
|
506
506
|
</div>
|
|
507
507
|
|
|
508
508
|
</td>
|
|
509
509
|
</tr>
|
|
510
510
|
<tr>
|
|
511
511
|
<td class="with-icons is-vcentered"
|
|
512
|
-
id="origin-
|
|
513
|
-
title="theme: origin; category: origin-colors (reference only); name: yang; variant:
|
|
514
|
-
|
|
515
|
-
<a href="#origin-
|
|
512
|
+
id="origin-originColorsReferenceOnlyYang030"
|
|
513
|
+
title="theme: origin; category: origin-colors (reference only); name: yang; variant: 030; ">
|
|
514
|
+
originColorsReferenceOnlyYang030
|
|
515
|
+
<a href="#origin-originColorsReferenceOnlyYang030"
|
|
516
516
|
title="permalink"
|
|
517
517
|
class="permalink">
|
|
518
518
|
🔗
|
|
519
519
|
</a>
|
|
520
520
|
</td>
|
|
521
521
|
<td class="is-vcentered">
|
|
522
|
-
<pre>#
|
|
522
|
+
<pre>#ffffff4d</pre>
|
|
523
523
|
</td>
|
|
524
524
|
<td class="is-vcentered">
|
|
525
525
|
<div class="table__color-preview"
|
|
526
|
-
style="background-color: #
|
|
526
|
+
style="background-color: #ffffff4d;">
|
|
527
527
|
</div>
|
|
528
528
|
|
|
529
529
|
</td>
|
|
530
530
|
</tr>
|
|
531
531
|
<tr>
|
|
532
532
|
<td class="with-icons is-vcentered"
|
|
533
|
-
id="origin-
|
|
534
|
-
title="theme: origin; category: origin-colors (reference only); name: yang; variant:
|
|
535
|
-
|
|
536
|
-
<a href="#origin-
|
|
533
|
+
id="origin-originColorsReferenceOnlyYang080"
|
|
534
|
+
title="theme: origin; category: origin-colors (reference only); name: yang; variant: 080; ">
|
|
535
|
+
originColorsReferenceOnlyYang080
|
|
536
|
+
<a href="#origin-originColorsReferenceOnlyYang080"
|
|
537
537
|
title="permalink"
|
|
538
538
|
class="permalink">
|
|
539
539
|
🔗
|
|
540
540
|
</a>
|
|
541
541
|
</td>
|
|
542
542
|
<td class="is-vcentered">
|
|
543
|
-
<pre>#
|
|
543
|
+
<pre>#ffffffcc</pre>
|
|
544
544
|
</td>
|
|
545
545
|
<td class="is-vcentered">
|
|
546
546
|
<div class="table__color-preview"
|
|
547
|
-
style="background-color: #
|
|
547
|
+
style="background-color: #ffffffcc;">
|
|
548
548
|
</div>
|
|
549
549
|
|
|
550
550
|
</td>
|
package/ios/base.h
CHANGED
package/ios/dashboard/darkMode.h
CHANGED
package/ios/origin.h
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on Wed, 18 Jan 2023
|
|
7
|
+
// Generated on Wed, 18 Jan 2023 17:16:18 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
#import <Foundation/Foundation.h>
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
#define originColorsReferenceOnlyYin075 #000000bf
|
|
22
22
|
#define originColorsReferenceOnlyYin090 #000000e6
|
|
23
23
|
#define originColorsReferenceOnlyYang100 #ffffffff
|
|
24
|
+
#define originColorsReferenceOnlyYang010 #ffffff1a
|
|
24
25
|
#define originColorsReferenceOnlyYang030 #ffffff4d
|
|
25
26
|
#define originColorsReferenceOnlyYang080 #ffffffcc
|
|
26
|
-
#define originColorsReferenceOnlyYang010 #ffffff1a
|
|
27
27
|
#define originColorsReferenceOnlyMalachite100 #8df79fff
|
|
28
28
|
#define originColorsReferenceOnlyMalachite200 #42eb64ff
|
|
29
29
|
#define originColorsReferenceOnlyMalachite300 #00d639ff
|
package/js/base/common.js
CHANGED
package/js/origin/common.d.ts
CHANGED
|
@@ -9,9 +9,9 @@ export const originColorsReferenceOnlyYin065: string;
|
|
|
9
9
|
export const originColorsReferenceOnlyYin075: string;
|
|
10
10
|
export const originColorsReferenceOnlyYin090: string;
|
|
11
11
|
export const originColorsReferenceOnlyYang100: string;
|
|
12
|
+
export const originColorsReferenceOnlyYang010: string;
|
|
12
13
|
export const originColorsReferenceOnlyYang030: string;
|
|
13
14
|
export const originColorsReferenceOnlyYang080: string;
|
|
14
|
-
export const originColorsReferenceOnlyYang010: string;
|
|
15
15
|
export const originColorsReferenceOnlyMalachite100: string;
|
|
16
16
|
export const originColorsReferenceOnlyMalachite200: string;
|
|
17
17
|
export const originColorsReferenceOnlyMalachite300: string;
|
package/js/origin/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 Wed, 18 Jan 2023
|
|
7
|
+
* Generated on Wed, 18 Jan 2023 17:16:18 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
@@ -19,9 +19,9 @@ module.exports = {
|
|
|
19
19
|
originColorsReferenceOnlyYin075: '#000000bf',
|
|
20
20
|
originColorsReferenceOnlyYin090: '#000000e6',
|
|
21
21
|
originColorsReferenceOnlyYang100: '#ffffffff',
|
|
22
|
+
originColorsReferenceOnlyYang010: '#ffffff1a',
|
|
22
23
|
originColorsReferenceOnlyYang030: '#ffffff4d',
|
|
23
24
|
originColorsReferenceOnlyYang080: '#ffffffcc',
|
|
24
|
-
originColorsReferenceOnlyYang010: '#ffffff1a',
|
|
25
25
|
originColorsReferenceOnlyMalachite100: '#8df79fff',
|
|
26
26
|
originColorsReferenceOnlyMalachite200: '#42eb64ff',
|
|
27
27
|
originColorsReferenceOnlyMalachite300: '#00d639ff',
|
package/js/origin/es6.d.ts
CHANGED
|
@@ -10,9 +10,9 @@ declare namespace _default {
|
|
|
10
10
|
const originColorsReferenceOnlyYin075: string;
|
|
11
11
|
const originColorsReferenceOnlyYin090: string;
|
|
12
12
|
const originColorsReferenceOnlyYang100: string;
|
|
13
|
+
const originColorsReferenceOnlyYang010: string;
|
|
13
14
|
const originColorsReferenceOnlyYang030: string;
|
|
14
15
|
const originColorsReferenceOnlyYang080: string;
|
|
15
|
-
const originColorsReferenceOnlyYang010: string;
|
|
16
16
|
const originColorsReferenceOnlyMalachite100: string;
|
|
17
17
|
const originColorsReferenceOnlyMalachite200: string;
|
|
18
18
|
const originColorsReferenceOnlyMalachite300: string;
|
package/js/origin/es6.js
CHANGED
|
@@ -14,9 +14,9 @@ export default {
|
|
|
14
14
|
originColorsReferenceOnlyYin075: '#000000bf',
|
|
15
15
|
originColorsReferenceOnlyYin090: '#000000e6',
|
|
16
16
|
originColorsReferenceOnlyYang100: '#ffffffff',
|
|
17
|
+
originColorsReferenceOnlyYang010: '#ffffff1a',
|
|
17
18
|
originColorsReferenceOnlyYang030: '#ffffff4d',
|
|
18
19
|
originColorsReferenceOnlyYang080: '#ffffffcc',
|
|
19
|
-
originColorsReferenceOnlyYang010: '#ffffff1a',
|
|
20
20
|
originColorsReferenceOnlyMalachite100: '#8df79fff',
|
|
21
21
|
originColorsReferenceOnlyMalachite200: '#42eb64ff',
|
|
22
22
|
originColorsReferenceOnlyMalachite300: '#00d639ff',
|
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.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
|
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 Wed, 18 Jan 2023
|
|
7
|
+
// Generated on Wed, 18 Jan 2023 17:16:18 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 Wed, 18 Jan 2023
|
|
7
|
+
// Generated on Wed, 18 Jan 2023 17:16:18 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Dashboard Light-Mode Token Set;
|
|
10
10
|
$metaPublic: true;
|
package/scss/origin.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 Wed, 18 Jan 2023
|
|
7
|
+
// Generated on Wed, 18 Jan 2023 17:16:18 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Origin Token Set;
|
|
10
10
|
$metaPublic: true;
|
|
@@ -17,9 +17,9 @@ $originColorsReferenceOnlyYin065: #000000a6;
|
|
|
17
17
|
$originColorsReferenceOnlyYin075: #000000bf;
|
|
18
18
|
$originColorsReferenceOnlyYin090: #000000e6;
|
|
19
19
|
$originColorsReferenceOnlyYang100: #ffffffff;
|
|
20
|
+
$originColorsReferenceOnlyYang010: #ffffff1a;
|
|
20
21
|
$originColorsReferenceOnlyYang030: #ffffff4d;
|
|
21
22
|
$originColorsReferenceOnlyYang080: #ffffffcc;
|
|
22
|
-
$originColorsReferenceOnlyYang010: #ffffff1a;
|
|
23
23
|
$originColorsReferenceOnlyMalachite100: #8df79fff;
|
|
24
24
|
$originColorsReferenceOnlyMalachite200: #42eb64ff;
|
|
25
25
|
$originColorsReferenceOnlyMalachite300: #00d639ff;
|
|
Binary file
|