@teamturing/token-studio 1.16.0 → 1.16.2
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
CHANGED
|
@@ -196,7 +196,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
196
196
|
});
|
|
197
197
|
|
|
198
198
|
const textColor$2 = {
|
|
199
|
-
'text/primary': palette.
|
|
199
|
+
'text/primary': palette.orange400,
|
|
200
200
|
'text/accent/blue': palette.blue400,
|
|
201
201
|
'text/accent/green': palette.lime400,
|
|
202
202
|
'text/accent/yellow': palette.yellow400,
|
|
@@ -206,7 +206,7 @@ const textColor$2 = {
|
|
|
206
206
|
'text/neutral/subtler': palette.gray400,
|
|
207
207
|
'text/neutral/subtle': palette.gray200,
|
|
208
208
|
'text/neutral': palette.gray50,
|
|
209
|
-
'text/inverse': palette.
|
|
209
|
+
'text/inverse': palette.gray900,
|
|
210
210
|
'text/inverse/subtle': palette.gray700,
|
|
211
211
|
'text/inverse/subtler': palette.gray600,
|
|
212
212
|
'text/disabled': palette.gray500,
|
|
@@ -174,7 +174,7 @@ declare const gpaiDarkColor: {
|
|
|
174
174
|
readonly 'bg/danger/bold': "#F22735";
|
|
175
175
|
readonly 'bg/danger/bold/hovered': "#F66E78";
|
|
176
176
|
readonly 'bg/danger/bold/pressed': "#F66E78";
|
|
177
|
-
readonly 'text/primary': "#
|
|
177
|
+
readonly 'text/primary': "#FF8C3F";
|
|
178
178
|
readonly 'text/accent/blue': "#6d99f1";
|
|
179
179
|
readonly 'text/accent/green': "#79D635";
|
|
180
180
|
readonly 'text/accent/yellow': "#FFCD39";
|
|
@@ -184,7 +184,7 @@ declare const gpaiDarkColor: {
|
|
|
184
184
|
readonly 'text/neutral/subtler': "#8D94A0";
|
|
185
185
|
readonly 'text/neutral/subtle': "#E5E7EB";
|
|
186
186
|
readonly 'text/neutral': "#F9FAFB";
|
|
187
|
-
readonly 'text/inverse': "#
|
|
187
|
+
readonly 'text/inverse': "#33373B";
|
|
188
188
|
readonly 'text/inverse/subtle': "#575C64";
|
|
189
189
|
readonly 'text/inverse/subtler': "#6F7680";
|
|
190
190
|
readonly 'text/disabled': "#7A828D";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import palette from '../../../foundation/palette/index.js';
|
|
2
2
|
|
|
3
3
|
const textColor = {
|
|
4
|
-
'text/primary': palette.
|
|
4
|
+
'text/primary': palette.orange400,
|
|
5
5
|
'text/accent/blue': palette.blue400,
|
|
6
6
|
'text/accent/green': palette.lime400,
|
|
7
7
|
'text/accent/yellow': palette.yellow400,
|
|
@@ -11,7 +11,7 @@ const textColor = {
|
|
|
11
11
|
'text/neutral/subtler': palette.gray400,
|
|
12
12
|
'text/neutral/subtle': palette.gray200,
|
|
13
13
|
'text/neutral': palette.gray50,
|
|
14
|
-
'text/inverse': palette.
|
|
14
|
+
'text/inverse': palette.gray900,
|
|
15
15
|
'text/inverse/subtle': palette.gray700,
|
|
16
16
|
'text/inverse/subtler': palette.gray600,
|
|
17
17
|
'text/disabled': palette.gray500,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/token-studio",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.2",
|
|
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": "dddedf45da2c057fe2038bcfcd48a7b50afef8b3"
|
|
31
31
|
}
|