@teamturing/token-studio 1.16.0 → 1.16.1

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
@@ -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.white,
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,
@@ -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': "#FFFFFF";
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";
@@ -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.white,
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.0",
3
+ "version": "1.16.1",
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": "6d484eb11ba50fad1a90ee1c8750330353157a54"
30
+ "gitHead": "b7970e07fdf3e86c55e61a4f758eda8cf5046487"
31
31
  }