@teamturing/token-studio 1.16.3 → 1.16.4

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
@@ -402,7 +402,7 @@ const scaleColor$2 = {
402
402
  };
403
403
  const surfaceColor$2 = {
404
404
  'surface': palette.darkGray,
405
- 'surface/overlay': palette.darkGray
405
+ 'surface/overlay': palette.gray900
406
406
  };
407
407
  const gpaiDarkColor = {
408
408
  ...textColor$2,
@@ -1,6 +1,6 @@
1
1
  declare const gpaiDarkColor: {
2
2
  readonly surface: "#202124";
3
- readonly 'surface/overlay': "#202124";
3
+ readonly 'surface/overlay': "#33373B";
4
4
  readonly 'scale/violet/0': "#372763";
5
5
  readonly 'scale/violet/1': "#483481";
6
6
  readonly 'scale/violet/2': "#5D43A7";
@@ -207,7 +207,7 @@ const scaleColor = {
207
207
  };
208
208
  const surfaceColor = {
209
209
  'surface': palette.darkGray,
210
- 'surface/overlay': palette.darkGray
210
+ 'surface/overlay': palette.gray900
211
211
  };
212
212
  const gpaiDarkColor = {
213
213
  ...textColor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/token-studio",
3
- "version": "1.16.3",
3
+ "version": "1.16.4",
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": "bd19fd9b373da3c0e0f5fcd3e2ed665fa361c67f"
30
+ "gitHead": "b281115ee74367009dc0b9bc85ca6bfe1834a742"
31
31
  }