@sage/design-tokens 4.33.0 → 4.34.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 -2
- package/android/dashboard/darkMode.xml +1 -1
- package/android/dashboard/lightMode.xml +1 -1
- package/android/origin.xml +1 -1
- package/css/base.css +1 -2
- package/css/dashboard/darkMode.css +1 -1
- package/css/dashboard/lightMode.css +1 -1
- package/css/origin.css +1 -1
- package/data/tokens.json +0 -4
- package/docs/tokens/base/colors/index.html +0 -21
- package/docs/tokens/base/index.html +0 -21
- package/docs/tokens/index.html +0 -21
- package/ios/base.h +1 -2
- 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 +0 -1
- package/js/base/common.js +1 -2
- package/js/base/es6.d.ts +0 -1
- package/js/base/es6.js +0 -1
- 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.34.0.tgz +0 -0
- package/scss/base.scss +1 -2
- 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.33.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 Tue, 28 Nov 2023
|
|
5
|
+
Generated on Tue, 28 Nov 2023 11:35:58 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Base Theme</string>
|
|
@@ -130,7 +130,6 @@
|
|
|
130
130
|
<string name="colorsSemanticNotification600">#bb4f00ff</string>
|
|
131
131
|
<string name="colorsSemanticNotificationTransparent">#00000000</string>
|
|
132
132
|
<string name="colorsSemanticNotificationYin100">#000000ff</string>
|
|
133
|
-
<string name="colorsSemanticNotificationYin090">#000000e6</string>
|
|
134
133
|
<string name="colorsSemanticNotificationYang100">#ffffffff</string>
|
|
135
134
|
<string name="colorsLogo">#00d639ff</string>
|
|
136
135
|
<string name="colorsTransparent">#00000000</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 Tue, 28 Nov 2023
|
|
7
|
+
* Generated on Tue, 28 Nov 2023 11:35:58 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -133,7 +133,6 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
133
133
|
--colorsSemanticNotification600: #bb4f00ff;
|
|
134
134
|
--colorsSemanticNotificationTransparent: #00000000;
|
|
135
135
|
--colorsSemanticNotificationYin100: #000000ff;
|
|
136
|
-
--colorsSemanticNotificationYin090: #000000e6;
|
|
137
136
|
--colorsSemanticNotificationYang100: #ffffffff;
|
|
138
137
|
--colorsLogo: #00d639ff;
|
|
139
138
|
--colorsTransparent: #00000000;
|
package/css/origin.css
CHANGED
package/data/tokens.json
CHANGED
|
@@ -2880,27 +2880,6 @@
|
|
|
2880
2880
|
|
|
2881
2881
|
</td>
|
|
2882
2882
|
</tr>
|
|
2883
|
-
<tr>
|
|
2884
|
-
<td class="with-icons is-vcentered"
|
|
2885
|
-
id="base-colorsSemanticNotificationYin090"
|
|
2886
|
-
title="theme: base; category: colors; group: semantic; name: notification; subgroup: yin; variant: 090; ">
|
|
2887
|
-
colorsSemanticNotificationYin090
|
|
2888
|
-
<a href="#base-colorsSemanticNotificationYin090"
|
|
2889
|
-
title="permalink"
|
|
2890
|
-
class="permalink">
|
|
2891
|
-
🔗
|
|
2892
|
-
</a>
|
|
2893
|
-
</td>
|
|
2894
|
-
<td class="is-vcentered">
|
|
2895
|
-
<pre>#000000e6</pre>
|
|
2896
|
-
</td>
|
|
2897
|
-
<td class="is-vcentered">
|
|
2898
|
-
<div class="table__color-preview"
|
|
2899
|
-
style="background-color: #000000e6;">
|
|
2900
|
-
</div>
|
|
2901
|
-
|
|
2902
|
-
</td>
|
|
2903
|
-
</tr>
|
|
2904
2883
|
<tr>
|
|
2905
2884
|
<td class="with-icons is-vcentered"
|
|
2906
2885
|
id="base-colorsSemanticNotificationYang100"
|
|
@@ -2876,27 +2876,6 @@
|
|
|
2876
2876
|
|
|
2877
2877
|
</td>
|
|
2878
2878
|
</tr>
|
|
2879
|
-
<tr>
|
|
2880
|
-
<td class="with-icons is-vcentered"
|
|
2881
|
-
id="base-colorsSemanticNotificationYin090"
|
|
2882
|
-
title="theme: base; category: colors; group: semantic; name: notification; subgroup: yin; variant: 090; ">
|
|
2883
|
-
colorsSemanticNotificationYin090
|
|
2884
|
-
<a href="#base-colorsSemanticNotificationYin090"
|
|
2885
|
-
title="permalink"
|
|
2886
|
-
class="permalink">
|
|
2887
|
-
🔗
|
|
2888
|
-
</a>
|
|
2889
|
-
</td>
|
|
2890
|
-
<td class="is-vcentered">
|
|
2891
|
-
<pre>#000000e6</pre>
|
|
2892
|
-
</td>
|
|
2893
|
-
<td class="is-vcentered">
|
|
2894
|
-
<div class="table__color-preview"
|
|
2895
|
-
style="background-color: #000000e6;">
|
|
2896
|
-
</div>
|
|
2897
|
-
|
|
2898
|
-
</td>
|
|
2899
|
-
</tr>
|
|
2900
2879
|
<tr>
|
|
2901
2880
|
<td class="with-icons is-vcentered"
|
|
2902
2881
|
id="base-colorsSemanticNotificationYang100"
|
package/docs/tokens/index.html
CHANGED
|
@@ -5344,27 +5344,6 @@
|
|
|
5344
5344
|
|
|
5345
5345
|
</td>
|
|
5346
5346
|
</tr>
|
|
5347
|
-
<tr>
|
|
5348
|
-
<td class="with-icons is-vcentered"
|
|
5349
|
-
id="base-colorsSemanticNotificationYin090"
|
|
5350
|
-
title="theme: base; category: colors; group: semantic; name: notification; subgroup: yin; variant: 090; ">
|
|
5351
|
-
colorsSemanticNotificationYin090
|
|
5352
|
-
<a href="#base-colorsSemanticNotificationYin090"
|
|
5353
|
-
title="permalink"
|
|
5354
|
-
class="permalink">
|
|
5355
|
-
🔗
|
|
5356
|
-
</a>
|
|
5357
|
-
</td>
|
|
5358
|
-
<td class="is-vcentered">
|
|
5359
|
-
<pre>#000000e6</pre>
|
|
5360
|
-
</td>
|
|
5361
|
-
<td class="is-vcentered">
|
|
5362
|
-
<div class="table__color-preview"
|
|
5363
|
-
style="background-color: #000000e6;">
|
|
5364
|
-
</div>
|
|
5365
|
-
|
|
5366
|
-
</td>
|
|
5367
|
-
</tr>
|
|
5368
5347
|
<tr>
|
|
5369
5348
|
<td class="with-icons is-vcentered"
|
|
5370
5349
|
id="base-colorsSemanticNotificationYang100"
|
package/ios/base.h
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on Tue, 28 Nov 2023
|
|
7
|
+
// Generated on Tue, 28 Nov 2023 11:35:58 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
#import <Foundation/Foundation.h>
|
|
@@ -135,7 +135,6 @@
|
|
|
135
135
|
#define colorsSemanticNotification600 #bb4f00ff
|
|
136
136
|
#define colorsSemanticNotificationTransparent #00000000
|
|
137
137
|
#define colorsSemanticNotificationYin100 #000000ff
|
|
138
|
-
#define colorsSemanticNotificationYin090 #000000e6
|
|
139
138
|
#define colorsSemanticNotificationYang100 #ffffffff
|
|
140
139
|
#define colorsLogo #00d639ff
|
|
141
140
|
#define colorsTransparent #00000000
|
package/ios/dashboard/darkMode.h
CHANGED
package/ios/origin.h
CHANGED
package/js/base/common.d.ts
CHANGED
|
@@ -123,7 +123,6 @@ export const colorsSemanticInfoYang100: string;
|
|
|
123
123
|
export const colorsSemanticNotification600: string;
|
|
124
124
|
export const colorsSemanticNotificationTransparent: string;
|
|
125
125
|
export const colorsSemanticNotificationYin100: string;
|
|
126
|
-
export const colorsSemanticNotificationYin090: string;
|
|
127
126
|
export const colorsSemanticNotificationYang100: string;
|
|
128
127
|
export const colorsLogo: string;
|
|
129
128
|
export const colorsTransparent: 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 Tue, 28 Nov 2023
|
|
7
|
+
* Generated on Tue, 28 Nov 2023 11:35:58 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
@@ -133,7 +133,6 @@ module.exports = {
|
|
|
133
133
|
colorsSemanticNotification600: '#bb4f00ff',
|
|
134
134
|
colorsSemanticNotificationTransparent: '#00000000',
|
|
135
135
|
colorsSemanticNotificationYin100: '#000000ff',
|
|
136
|
-
colorsSemanticNotificationYin090: '#000000e6',
|
|
137
136
|
colorsSemanticNotificationYang100: '#ffffffff',
|
|
138
137
|
colorsLogo: '#00d639ff',
|
|
139
138
|
colorsTransparent: '#00000000',
|
package/js/base/es6.d.ts
CHANGED
|
@@ -124,7 +124,6 @@ declare namespace _default {
|
|
|
124
124
|
const colorsSemanticNotification600: string;
|
|
125
125
|
const colorsSemanticNotificationTransparent: string;
|
|
126
126
|
const colorsSemanticNotificationYin100: string;
|
|
127
|
-
const colorsSemanticNotificationYin090: string;
|
|
128
127
|
const colorsSemanticNotificationYang100: string;
|
|
129
128
|
const colorsLogo: string;
|
|
130
129
|
const colorsTransparent: string;
|
package/js/base/es6.js
CHANGED
|
@@ -128,7 +128,6 @@ export default {
|
|
|
128
128
|
colorsSemanticNotification600: '#bb4f00ff',
|
|
129
129
|
colorsSemanticNotificationTransparent: '#00000000',
|
|
130
130
|
colorsSemanticNotificationYin100: '#000000ff',
|
|
131
|
-
colorsSemanticNotificationYin090: '#000000e6',
|
|
132
131
|
colorsSemanticNotificationYang100: '#ffffffff',
|
|
133
132
|
colorsLogo: '#00d639ff',
|
|
134
133
|
colorsTransparent: '#00000000',
|
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.34.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 Tue, 28 Nov 2023
|
|
7
|
+
// Generated on Tue, 28 Nov 2023 11:35:58 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Base Theme;
|
|
10
10
|
$metaPublic: true;
|
|
@@ -131,7 +131,6 @@ $colorsSemanticInfoYang100: #ffffffff;
|
|
|
131
131
|
$colorsSemanticNotification600: #bb4f00ff;
|
|
132
132
|
$colorsSemanticNotificationTransparent: #00000000;
|
|
133
133
|
$colorsSemanticNotificationYin100: #000000ff;
|
|
134
|
-
$colorsSemanticNotificationYin090: #000000e6;
|
|
135
134
|
$colorsSemanticNotificationYang100: #ffffffff;
|
|
136
135
|
$colorsLogo: #00d639ff;
|
|
137
136
|
$colorsTransparent: #00000000;
|
|
@@ -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 Tue, 28 Nov 2023
|
|
7
|
+
// Generated on Tue, 28 Nov 2023 11:35:58 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 Tue, 28 Nov 2023
|
|
7
|
+
// Generated on Tue, 28 Nov 2023 11:35:58 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Dashboard Light-Mode Token Set;
|
|
10
10
|
$metaPublic: true;
|
package/scss/origin.scss
CHANGED
|
Binary file
|