@sage/design-tokens 1.91.0 → 1.92.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 +2 -1
- package/android/no-theme.xml +1 -1
- package/css/base.css +2 -1
- package/css/no-theme.css +1 -1
- package/data/tokens.json +4 -0
- package/docs/index.html +20 -0
- package/ios/base.h +2 -1
- package/ios/no-theme.h +1 -1
- package/js/base/common.d.ts +1 -0
- package/js/base/common.js +2 -1
- package/js/base/es6.d.ts +1 -0
- package/js/base/es6.js +1 -0
- package/js/no-theme/common.js +1 -1
- package/package.json +1 -1
- package/sage-design-tokens-1.92.0.tgz +0 -0
- package/scss/base.scss +2 -1
- package/scss/no-theme.scss +1 -1
- package/sage-design-tokens-1.91.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, 10 Feb 2022 09:59:06 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Base Theme</string>
|
|
@@ -176,6 +176,7 @@
|
|
|
176
176
|
<string name="colorsSemanticCaution400">#f28533ff</string>
|
|
177
177
|
<string name="colorsSemanticCaution500">#ef6700ff</string>
|
|
178
178
|
<string name="colorsSemanticCaution600">#bf5200ff</string>
|
|
179
|
+
<string name="colorsSemanticCaution650">#a74800ff</string>
|
|
179
180
|
<string name="colorsSemanticCautionTransparent">#00000000</string>
|
|
180
181
|
<string name="colorsSemanticCautionYin030">#0000004d</string>
|
|
181
182
|
<string name="colorsSemanticCautionYin055">#0000008c</string>
|
package/android/no-theme.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, 10 Feb 2022 09:59:06 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -179,6 +179,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
179
179
|
--colorsSemanticCaution400: #f28533ff;
|
|
180
180
|
--colorsSemanticCaution500: #ef6700ff;
|
|
181
181
|
--colorsSemanticCaution600: #bf5200ff;
|
|
182
|
+
--colorsSemanticCaution650: #a74800ff;
|
|
182
183
|
--colorsSemanticCautionTransparent: #00000000;
|
|
183
184
|
--colorsSemanticCautionYin030: #0000004d;
|
|
184
185
|
--colorsSemanticCautionYin055: #0000008c;
|
package/css/no-theme.css
CHANGED
package/data/tokens.json
CHANGED
package/docs/index.html
CHANGED
|
@@ -2752,6 +2752,26 @@
|
|
|
2752
2752
|
<td class="table__cell">
|
|
2753
2753
|
<div class="table__color-preview"
|
|
2754
2754
|
style="background-color: #bf5200ff;">
|
|
2755
|
+
</div>
|
|
2756
|
+
</td>
|
|
2757
|
+
</tr>
|
|
2758
|
+
<tr class="table__row">
|
|
2759
|
+
<td class="table__cell with-icons"
|
|
2760
|
+
id="base-colors-colorsSemanticCaution650"
|
|
2761
|
+
title="theme: base; category: colors; group: semantic; name: caution; variant: 650; ">
|
|
2762
|
+
colorsSemanticCaution650
|
|
2763
|
+
<a href="#base-colors-colorsSemanticCaution650"
|
|
2764
|
+
title="permalink"
|
|
2765
|
+
class="permalink">
|
|
2766
|
+
🔗
|
|
2767
|
+
</a>
|
|
2768
|
+
</td>
|
|
2769
|
+
<td class="table__cell">
|
|
2770
|
+
<pre>#a74800ff</pre>
|
|
2771
|
+
</td>
|
|
2772
|
+
<td class="table__cell">
|
|
2773
|
+
<div class="table__color-preview"
|
|
2774
|
+
style="background-color: #a74800ff;">
|
|
2755
2775
|
</div>
|
|
2756
2776
|
</td>
|
|
2757
2777
|
</tr>
|
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, 10 Feb 2022 09:59:06 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
#import <Foundation/Foundation.h>
|
|
@@ -181,6 +181,7 @@
|
|
|
181
181
|
#define colorsSemanticCaution400 #f28533ff
|
|
182
182
|
#define colorsSemanticCaution500 #ef6700ff
|
|
183
183
|
#define colorsSemanticCaution600 #bf5200ff
|
|
184
|
+
#define colorsSemanticCaution650 #a74800ff
|
|
184
185
|
#define colorsSemanticCautionTransparent #00000000
|
|
185
186
|
#define colorsSemanticCautionYin030 #0000004d
|
|
186
187
|
#define colorsSemanticCautionYin055 #0000008c
|
package/ios/no-theme.h
CHANGED
package/js/base/common.d.ts
CHANGED
|
@@ -169,6 +169,7 @@ export const colorsSemanticNegativeYang100: string;
|
|
|
169
169
|
export const colorsSemanticCaution400: string;
|
|
170
170
|
export const colorsSemanticCaution500: string;
|
|
171
171
|
export const colorsSemanticCaution600: string;
|
|
172
|
+
export const colorsSemanticCaution650: string;
|
|
172
173
|
export const colorsSemanticCautionTransparent: string;
|
|
173
174
|
export const colorsSemanticCautionYin030: string;
|
|
174
175
|
export const colorsSemanticCautionYin055: 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, 10 Feb 2022 09:59:06 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
@@ -179,6 +179,7 @@ module.exports = {
|
|
|
179
179
|
colorsSemanticCaution400: '#f28533ff',
|
|
180
180
|
colorsSemanticCaution500: '#ef6700ff',
|
|
181
181
|
colorsSemanticCaution600: '#bf5200ff',
|
|
182
|
+
colorsSemanticCaution650: '#a74800ff',
|
|
182
183
|
colorsSemanticCautionTransparent: '#00000000',
|
|
183
184
|
colorsSemanticCautionYin030: '#0000004d',
|
|
184
185
|
colorsSemanticCautionYin055: '#0000008c',
|
package/js/base/es6.d.ts
CHANGED
|
@@ -170,6 +170,7 @@ declare namespace _default {
|
|
|
170
170
|
const colorsSemanticCaution400: string;
|
|
171
171
|
const colorsSemanticCaution500: string;
|
|
172
172
|
const colorsSemanticCaution600: string;
|
|
173
|
+
const colorsSemanticCaution650: string;
|
|
173
174
|
const colorsSemanticCautionTransparent: string;
|
|
174
175
|
const colorsSemanticCautionYin030: string;
|
|
175
176
|
const colorsSemanticCautionYin055: string;
|
package/js/base/es6.js
CHANGED
|
@@ -174,6 +174,7 @@ export default {
|
|
|
174
174
|
colorsSemanticCaution400: '#f28533ff',
|
|
175
175
|
colorsSemanticCaution500: '#ef6700ff',
|
|
176
176
|
colorsSemanticCaution600: '#bf5200ff',
|
|
177
|
+
colorsSemanticCaution650: '#a74800ff',
|
|
177
178
|
colorsSemanticCautionTransparent: '#00000000',
|
|
178
179
|
colorsSemanticCautionYin030: '#0000004d',
|
|
179
180
|
colorsSemanticCautionYin055: '#0000008c',
|
package/js/no-theme/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": "1.
|
|
9
|
+
"version": "1.92.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, 10 Feb 2022 09:59:06 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Base Theme;
|
|
10
10
|
$metaPublic: true;
|
|
@@ -177,6 +177,7 @@ $colorsSemanticNegativeYang100: #ffffffff;
|
|
|
177
177
|
$colorsSemanticCaution400: #f28533ff;
|
|
178
178
|
$colorsSemanticCaution500: #ef6700ff;
|
|
179
179
|
$colorsSemanticCaution600: #bf5200ff;
|
|
180
|
+
$colorsSemanticCaution650: #a74800ff;
|
|
180
181
|
$colorsSemanticCautionTransparent: #00000000;
|
|
181
182
|
$colorsSemanticCautionYin030: #0000004d;
|
|
182
183
|
$colorsSemanticCautionYin055: #0000008c;
|
package/scss/no-theme.scss
CHANGED
|
Binary file
|