@teamturing/token-studio 1.12.0 → 1.13.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.
|
@@ -75,6 +75,7 @@ declare const shade: {
|
|
|
75
75
|
readonly white: "#FFFFFF";
|
|
76
76
|
readonly white10A: "#FFFFFF1A";
|
|
77
77
|
readonly black: "#000000";
|
|
78
|
+
readonly darkGray: "#202124";
|
|
78
79
|
readonly black60A: "#00000099";
|
|
79
80
|
};
|
|
80
81
|
declare const fuchsiaPink: {
|
|
@@ -170,6 +171,7 @@ declare const palette: {
|
|
|
170
171
|
white: "#FFFFFF";
|
|
171
172
|
white10A: "#FFFFFF1A";
|
|
172
173
|
black: "#000000";
|
|
174
|
+
darkGray: "#202124";
|
|
173
175
|
black60A: "#00000099";
|
|
174
176
|
blue50: "#edf2fd";
|
|
175
177
|
blue100: "#c6d8fa";
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/token-studio",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.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": "6f94c73423d43719257c24a87d7a1a9ec2caf826"
|
|
31
31
|
}
|