@teamturing/token-studio 1.11.0 → 1.12.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/dist/index.js +1 -0
- package/dist/token/color/index.d.ts +2 -0
- package/esm/token/color/index.js +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -256,6 +256,7 @@ const iconColor = {
|
|
|
256
256
|
'icon/neutral/bold': palette.gray400,
|
|
257
257
|
'icon/neutral/bolder': palette.gray700,
|
|
258
258
|
'icon/accent/gray': palette.gray900,
|
|
259
|
+
'icon/accent/black': palette.black,
|
|
259
260
|
'icon/accent/blue/subtle': palette.blue200,
|
|
260
261
|
'icon/accent/blue': palette.blue500,
|
|
261
262
|
'icon/accent/blue/bold': palette.blue700,
|
|
@@ -88,6 +88,7 @@ declare const iconColor: {
|
|
|
88
88
|
readonly 'icon/neutral/bold': "#8D94A0";
|
|
89
89
|
readonly 'icon/neutral/bolder': "#575C64";
|
|
90
90
|
readonly 'icon/accent/gray': "#33373B";
|
|
91
|
+
readonly 'icon/accent/black': "#000000";
|
|
91
92
|
readonly 'icon/accent/blue/subtle': "#abc5f7";
|
|
92
93
|
readonly 'icon/accent/blue': "#4880ee";
|
|
93
94
|
readonly 'icon/accent/blue/bold': "#335ba9";
|
|
@@ -299,6 +300,7 @@ declare const color: {
|
|
|
299
300
|
readonly 'icon/neutral/bold': "#8D94A0";
|
|
300
301
|
readonly 'icon/neutral/bolder': "#575C64";
|
|
301
302
|
readonly 'icon/accent/gray': "#33373B";
|
|
303
|
+
readonly 'icon/accent/black': "#000000";
|
|
302
304
|
readonly 'icon/accent/blue/subtle': "#abc5f7";
|
|
303
305
|
readonly 'icon/accent/blue': "#4880ee";
|
|
304
306
|
readonly 'icon/accent/blue/bold': "#335ba9";
|
package/esm/token/color/index.js
CHANGED
|
@@ -90,6 +90,7 @@ const iconColor = {
|
|
|
90
90
|
'icon/neutral/bold': palette.gray400,
|
|
91
91
|
'icon/neutral/bolder': palette.gray700,
|
|
92
92
|
'icon/accent/gray': palette.gray900,
|
|
93
|
+
'icon/accent/black': palette.black,
|
|
93
94
|
'icon/accent/blue/subtle': palette.blue200,
|
|
94
95
|
'icon/accent/blue': palette.blue500,
|
|
95
96
|
'icon/accent/blue/bold': palette.blue700,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/token-studio",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"description": "Foundations, tokens for Mathking design system",
|
|
5
5
|
"author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
|
|
6
6
|
"homepage": "https://github.com/weareteamturing/bombe#readme",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"bugs": {
|
|
28
28
|
"url": "https://github.com/weareteamturing/bombe/issues"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "ec62b25e68c33c6a7c4a7997baf50c14068df412"
|
|
31
31
|
}
|