@teamturing/token-studio 1.2.2 → 1.3.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
|
@@ -237,6 +237,7 @@ const iconColor = {
|
|
|
237
237
|
'icon/neutral/bold': palette.gray400,
|
|
238
238
|
'icon/neutral/bolder': palette.gray700,
|
|
239
239
|
'icon/accent/gray': palette.gray900,
|
|
240
|
+
'icon/accent/blue/subtle': palette.blue200,
|
|
240
241
|
'icon/accent/blue': palette.blue500,
|
|
241
242
|
'icon/accent/blue/bold': palette.blue700,
|
|
242
243
|
'icon/accent/green': palette.green500,
|
|
@@ -85,6 +85,7 @@ declare const iconColor: {
|
|
|
85
85
|
readonly 'icon/neutral/bold': "#8D94A0";
|
|
86
86
|
readonly 'icon/neutral/bolder': "#575C64";
|
|
87
87
|
readonly 'icon/accent/gray': "#33373B";
|
|
88
|
+
readonly 'icon/accent/blue/subtle': "#abc5f7";
|
|
88
89
|
readonly 'icon/accent/blue': "#4880ee";
|
|
89
90
|
readonly 'icon/accent/blue/bold': "#335ba9";
|
|
90
91
|
readonly 'icon/accent/green': "#1FCCA1";
|
|
@@ -295,6 +296,7 @@ declare const color: {
|
|
|
295
296
|
readonly 'icon/neutral/bold': "#8D94A0";
|
|
296
297
|
readonly 'icon/neutral/bolder': "#575C64";
|
|
297
298
|
readonly 'icon/accent/gray': "#33373B";
|
|
299
|
+
readonly 'icon/accent/blue/subtle': "#abc5f7";
|
|
298
300
|
readonly 'icon/accent/blue': "#4880ee";
|
|
299
301
|
readonly 'icon/accent/blue/bold': "#335ba9";
|
|
300
302
|
readonly 'icon/accent/green': "#1FCCA1";
|
package/esm/token/color/index.js
CHANGED
|
@@ -87,6 +87,7 @@ const iconColor = {
|
|
|
87
87
|
'icon/neutral/bold': palette.gray400,
|
|
88
88
|
'icon/neutral/bolder': palette.gray700,
|
|
89
89
|
'icon/accent/gray': palette.gray900,
|
|
90
|
+
'icon/accent/blue/subtle': palette.blue200,
|
|
90
91
|
'icon/accent/blue': palette.blue500,
|
|
91
92
|
'icon/accent/blue/bold': palette.blue700,
|
|
92
93
|
'icon/accent/green': palette.green500,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/token-studio",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.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": "78481924b2cfe76ef4cccd0e392eb26cf8d42843"
|
|
31
31
|
}
|