@sage/design-tokens 2.31.0 → 2.32.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 +3 -1
- package/css/base.css +3 -1
- package/data/tokens.json +8 -0
- package/docs/tokens/base/colors/index.html +42 -0
- package/docs/tokens/base/index.html +42 -0
- package/docs/tokens/index.html +42 -0
- package/ios/base.h +3 -1
- package/js/base/common.d.ts +2 -0
- package/js/base/common.js +3 -1
- package/js/base/es6.d.ts +2 -0
- package/js/base/es6.js +2 -0
- package/package.json +1 -1
- package/sage-design-tokens-2.32.0.tgz +0 -0
- package/scss/base.scss +3 -1
- package/sage-design-tokens-2.31.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, 23 Jun 2022 09:49:09 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Base Theme</string>
|
|
@@ -187,6 +187,8 @@
|
|
|
187
187
|
<string name="colorsSemanticPositiveYin065">#000000a6</string>
|
|
188
188
|
<string name="colorsSemanticPositiveYin090">#000000e6</string>
|
|
189
189
|
<string name="colorsSemanticPositiveYang100">#ffffffff</string>
|
|
190
|
+
<string name="colorsSemanticNegative350">#dc7481ff</string>
|
|
191
|
+
<string name="colorsSemanticNegative450">#d24c5dff</string>
|
|
190
192
|
<string name="colorsSemanticNegative500">#cd384bff</string>
|
|
191
193
|
<string name="colorsSemanticNegative600">#a42d3cff</string>
|
|
192
194
|
<string name="colorsSemanticNegativeTransparent">#00000000</string>
|
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, 23 Jun 2022 09:49:09 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -190,6 +190,8 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
190
190
|
--colorsSemanticPositiveYin065: #000000a6;
|
|
191
191
|
--colorsSemanticPositiveYin090: #000000e6;
|
|
192
192
|
--colorsSemanticPositiveYang100: #ffffffff;
|
|
193
|
+
--colorsSemanticNegative350: #dc7481ff;
|
|
194
|
+
--colorsSemanticNegative450: #d24c5dff;
|
|
193
195
|
--colorsSemanticNegative500: #cd384bff;
|
|
194
196
|
--colorsSemanticNegative600: #a42d3cff;
|
|
195
197
|
--colorsSemanticNegativeTransparent: #00000000;
|
package/data/tokens.json
CHANGED
|
@@ -4065,6 +4065,48 @@
|
|
|
4065
4065
|
|
|
4066
4066
|
</td>
|
|
4067
4067
|
</tr>
|
|
4068
|
+
<tr>
|
|
4069
|
+
<td class="with-icons is-vcentered"
|
|
4070
|
+
id="base-colorsSemanticNegative350"
|
|
4071
|
+
title="theme: base; category: colors; group: semantic; name: negative; variant: 350; ">
|
|
4072
|
+
colorsSemanticNegative350
|
|
4073
|
+
<a href="#base-colorsSemanticNegative350"
|
|
4074
|
+
title="permalink"
|
|
4075
|
+
class="permalink">
|
|
4076
|
+
🔗
|
|
4077
|
+
</a>
|
|
4078
|
+
</td>
|
|
4079
|
+
<td class="is-vcentered">
|
|
4080
|
+
<pre>#dc7481ff</pre>
|
|
4081
|
+
</td>
|
|
4082
|
+
<td class="is-vcentered">
|
|
4083
|
+
<div class="table__color-preview"
|
|
4084
|
+
style="background-color: #dc7481ff;">
|
|
4085
|
+
</div>
|
|
4086
|
+
|
|
4087
|
+
</td>
|
|
4088
|
+
</tr>
|
|
4089
|
+
<tr>
|
|
4090
|
+
<td class="with-icons is-vcentered"
|
|
4091
|
+
id="base-colorsSemanticNegative450"
|
|
4092
|
+
title="theme: base; category: colors; group: semantic; name: negative; variant: 450; ">
|
|
4093
|
+
colorsSemanticNegative450
|
|
4094
|
+
<a href="#base-colorsSemanticNegative450"
|
|
4095
|
+
title="permalink"
|
|
4096
|
+
class="permalink">
|
|
4097
|
+
🔗
|
|
4098
|
+
</a>
|
|
4099
|
+
</td>
|
|
4100
|
+
<td class="is-vcentered">
|
|
4101
|
+
<pre>#d24c5dff</pre>
|
|
4102
|
+
</td>
|
|
4103
|
+
<td class="is-vcentered">
|
|
4104
|
+
<div class="table__color-preview"
|
|
4105
|
+
style="background-color: #d24c5dff;">
|
|
4106
|
+
</div>
|
|
4107
|
+
|
|
4108
|
+
</td>
|
|
4109
|
+
</tr>
|
|
4068
4110
|
<tr>
|
|
4069
4111
|
<td class="with-icons is-vcentered"
|
|
4070
4112
|
id="base-colorsSemanticNegative500"
|
|
@@ -4061,6 +4061,48 @@
|
|
|
4061
4061
|
|
|
4062
4062
|
</td>
|
|
4063
4063
|
</tr>
|
|
4064
|
+
<tr>
|
|
4065
|
+
<td class="with-icons is-vcentered"
|
|
4066
|
+
id="base-colorsSemanticNegative350"
|
|
4067
|
+
title="theme: base; category: colors; group: semantic; name: negative; variant: 350; ">
|
|
4068
|
+
colorsSemanticNegative350
|
|
4069
|
+
<a href="#base-colorsSemanticNegative350"
|
|
4070
|
+
title="permalink"
|
|
4071
|
+
class="permalink">
|
|
4072
|
+
🔗
|
|
4073
|
+
</a>
|
|
4074
|
+
</td>
|
|
4075
|
+
<td class="is-vcentered">
|
|
4076
|
+
<pre>#dc7481ff</pre>
|
|
4077
|
+
</td>
|
|
4078
|
+
<td class="is-vcentered">
|
|
4079
|
+
<div class="table__color-preview"
|
|
4080
|
+
style="background-color: #dc7481ff;">
|
|
4081
|
+
</div>
|
|
4082
|
+
|
|
4083
|
+
</td>
|
|
4084
|
+
</tr>
|
|
4085
|
+
<tr>
|
|
4086
|
+
<td class="with-icons is-vcentered"
|
|
4087
|
+
id="base-colorsSemanticNegative450"
|
|
4088
|
+
title="theme: base; category: colors; group: semantic; name: negative; variant: 450; ">
|
|
4089
|
+
colorsSemanticNegative450
|
|
4090
|
+
<a href="#base-colorsSemanticNegative450"
|
|
4091
|
+
title="permalink"
|
|
4092
|
+
class="permalink">
|
|
4093
|
+
🔗
|
|
4094
|
+
</a>
|
|
4095
|
+
</td>
|
|
4096
|
+
<td class="is-vcentered">
|
|
4097
|
+
<pre>#d24c5dff</pre>
|
|
4098
|
+
</td>
|
|
4099
|
+
<td class="is-vcentered">
|
|
4100
|
+
<div class="table__color-preview"
|
|
4101
|
+
style="background-color: #d24c5dff;">
|
|
4102
|
+
</div>
|
|
4103
|
+
|
|
4104
|
+
</td>
|
|
4105
|
+
</tr>
|
|
4064
4106
|
<tr>
|
|
4065
4107
|
<td class="with-icons is-vcentered"
|
|
4066
4108
|
id="base-colorsSemanticNegative500"
|
package/docs/tokens/index.html
CHANGED
|
@@ -4067,6 +4067,48 @@
|
|
|
4067
4067
|
|
|
4068
4068
|
</td>
|
|
4069
4069
|
</tr>
|
|
4070
|
+
<tr>
|
|
4071
|
+
<td class="with-icons is-vcentered"
|
|
4072
|
+
id="base-colorsSemanticNegative350"
|
|
4073
|
+
title="theme: base; category: colors; group: semantic; name: negative; variant: 350; ">
|
|
4074
|
+
colorsSemanticNegative350
|
|
4075
|
+
<a href="#base-colorsSemanticNegative350"
|
|
4076
|
+
title="permalink"
|
|
4077
|
+
class="permalink">
|
|
4078
|
+
🔗
|
|
4079
|
+
</a>
|
|
4080
|
+
</td>
|
|
4081
|
+
<td class="is-vcentered">
|
|
4082
|
+
<pre>#dc7481ff</pre>
|
|
4083
|
+
</td>
|
|
4084
|
+
<td class="is-vcentered">
|
|
4085
|
+
<div class="table__color-preview"
|
|
4086
|
+
style="background-color: #dc7481ff;">
|
|
4087
|
+
</div>
|
|
4088
|
+
|
|
4089
|
+
</td>
|
|
4090
|
+
</tr>
|
|
4091
|
+
<tr>
|
|
4092
|
+
<td class="with-icons is-vcentered"
|
|
4093
|
+
id="base-colorsSemanticNegative450"
|
|
4094
|
+
title="theme: base; category: colors; group: semantic; name: negative; variant: 450; ">
|
|
4095
|
+
colorsSemanticNegative450
|
|
4096
|
+
<a href="#base-colorsSemanticNegative450"
|
|
4097
|
+
title="permalink"
|
|
4098
|
+
class="permalink">
|
|
4099
|
+
🔗
|
|
4100
|
+
</a>
|
|
4101
|
+
</td>
|
|
4102
|
+
<td class="is-vcentered">
|
|
4103
|
+
<pre>#d24c5dff</pre>
|
|
4104
|
+
</td>
|
|
4105
|
+
<td class="is-vcentered">
|
|
4106
|
+
<div class="table__color-preview"
|
|
4107
|
+
style="background-color: #d24c5dff;">
|
|
4108
|
+
</div>
|
|
4109
|
+
|
|
4110
|
+
</td>
|
|
4111
|
+
</tr>
|
|
4070
4112
|
<tr>
|
|
4071
4113
|
<td class="with-icons is-vcentered"
|
|
4072
4114
|
id="base-colorsSemanticNegative500"
|
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, 23 Jun 2022 09:49:09 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
#import <Foundation/Foundation.h>
|
|
@@ -192,6 +192,8 @@
|
|
|
192
192
|
#define colorsSemanticPositiveYin065 #000000a6
|
|
193
193
|
#define colorsSemanticPositiveYin090 #000000e6
|
|
194
194
|
#define colorsSemanticPositiveYang100 #ffffffff
|
|
195
|
+
#define colorsSemanticNegative350 #dc7481ff
|
|
196
|
+
#define colorsSemanticNegative450 #d24c5dff
|
|
195
197
|
#define colorsSemanticNegative500 #cd384bff
|
|
196
198
|
#define colorsSemanticNegative600 #a42d3cff
|
|
197
199
|
#define colorsSemanticNegativeTransparent #00000000
|
package/js/base/common.d.ts
CHANGED
|
@@ -180,6 +180,8 @@ export const colorsSemanticPositiveYin055: string;
|
|
|
180
180
|
export const colorsSemanticPositiveYin065: string;
|
|
181
181
|
export const colorsSemanticPositiveYin090: string;
|
|
182
182
|
export const colorsSemanticPositiveYang100: string;
|
|
183
|
+
export const colorsSemanticNegative350: string;
|
|
184
|
+
export const colorsSemanticNegative450: string;
|
|
183
185
|
export const colorsSemanticNegative500: string;
|
|
184
186
|
export const colorsSemanticNegative600: string;
|
|
185
187
|
export const colorsSemanticNegativeTransparent: 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, 23 Jun 2022 09:49:09 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
@@ -190,6 +190,8 @@ module.exports = {
|
|
|
190
190
|
colorsSemanticPositiveYin065: '#000000a6',
|
|
191
191
|
colorsSemanticPositiveYin090: '#000000e6',
|
|
192
192
|
colorsSemanticPositiveYang100: '#ffffffff',
|
|
193
|
+
colorsSemanticNegative350: '#dc7481ff',
|
|
194
|
+
colorsSemanticNegative450: '#d24c5dff',
|
|
193
195
|
colorsSemanticNegative500: '#cd384bff',
|
|
194
196
|
colorsSemanticNegative600: '#a42d3cff',
|
|
195
197
|
colorsSemanticNegativeTransparent: '#00000000',
|
package/js/base/es6.d.ts
CHANGED
|
@@ -181,6 +181,8 @@ declare namespace _default {
|
|
|
181
181
|
const colorsSemanticPositiveYin065: string;
|
|
182
182
|
const colorsSemanticPositiveYin090: string;
|
|
183
183
|
const colorsSemanticPositiveYang100: string;
|
|
184
|
+
const colorsSemanticNegative350: string;
|
|
185
|
+
const colorsSemanticNegative450: string;
|
|
184
186
|
const colorsSemanticNegative500: string;
|
|
185
187
|
const colorsSemanticNegative600: string;
|
|
186
188
|
const colorsSemanticNegativeTransparent: string;
|
package/js/base/es6.js
CHANGED
|
@@ -185,6 +185,8 @@ export default {
|
|
|
185
185
|
colorsSemanticPositiveYin065: '#000000a6',
|
|
186
186
|
colorsSemanticPositiveYin090: '#000000e6',
|
|
187
187
|
colorsSemanticPositiveYang100: '#ffffffff',
|
|
188
|
+
colorsSemanticNegative350: '#dc7481ff',
|
|
189
|
+
colorsSemanticNegative450: '#d24c5dff',
|
|
188
190
|
colorsSemanticNegative500: '#cd384bff',
|
|
189
191
|
colorsSemanticNegative600: '#a42d3cff',
|
|
190
192
|
colorsSemanticNegativeTransparent: '#00000000',
|
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.32.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 Thu, 23 Jun 2022 09:49:09 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Base Theme;
|
|
10
10
|
$metaPublic: true;
|
|
@@ -188,6 +188,8 @@ $colorsSemanticPositiveYin055: #0000008c;
|
|
|
188
188
|
$colorsSemanticPositiveYin065: #000000a6;
|
|
189
189
|
$colorsSemanticPositiveYin090: #000000e6;
|
|
190
190
|
$colorsSemanticPositiveYang100: #ffffffff;
|
|
191
|
+
$colorsSemanticNegative350: #dc7481ff;
|
|
192
|
+
$colorsSemanticNegative450: #d24c5dff;
|
|
191
193
|
$colorsSemanticNegative500: #cd384bff;
|
|
192
194
|
$colorsSemanticNegative600: #a42d3cff;
|
|
193
195
|
$colorsSemanticNegativeTransparent: #00000000;
|
|
Binary file
|