@teamturing/token-studio 1.16.1 → 1.16.3

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.orange500,
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,
@@ -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': "#FF6F0F";
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";
@@ -1,7 +1,7 @@
1
1
  import palette from '../../../foundation/palette/index.js';
2
2
 
3
3
  const textColor = {
4
- 'text/primary': palette.orange500,
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/token-studio",
3
- "version": "1.16.1",
3
+ "version": "1.16.3",
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": "b7970e07fdf3e86c55e61a4f758eda8cf5046487"
30
+ "gitHead": "bd19fd9b373da3c0e0f5fcd3e2ed665fa361c67f"
31
31
  }