@teamturing/react-kit 2.50.0 → 2.50.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
@@ -42178,7 +42178,7 @@ const textColor$2 = {
42178
42178
  'text/neutral/subtler': palette.gray400,
42179
42179
  'text/neutral/subtle': palette.gray200,
42180
42180
  'text/neutral': palette.gray50,
42181
- 'text/inverse': palette.white,
42181
+ 'text/inverse': palette.gray900,
42182
42182
  'text/inverse/subtle': palette.gray700,
42183
42183
  'text/inverse/subtler': palette.gray600,
42184
42184
  'text/disabled': palette.gray500,
@@ -801,7 +801,7 @@ declare const gpaiDarkTheme: {
801
801
  readonly 'text/neutral/subtler': "#8D94A0";
802
802
  readonly 'text/neutral/subtle': "#E5E7EB";
803
803
  readonly 'text/neutral': "#F9FAFB";
804
- readonly 'text/inverse': "#FFFFFF";
804
+ readonly 'text/inverse': "#33373B";
805
805
  readonly 'text/inverse/subtle': "#575C64";
806
806
  readonly 'text/inverse/subtler': "#6F7680";
807
807
  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/react-kit",
3
- "version": "2.50.0",
3
+ "version": "2.50.1",
4
4
  "description": "React components, hooks for create teamturing web application",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -56,7 +56,7 @@
56
56
  "@floating-ui/react": "^0.27.16",
57
57
  "@primer/behaviors": "^1.3.6",
58
58
  "@teamturing/icons": "^1.54.0",
59
- "@teamturing/token-studio": "^1.16.0",
59
+ "@teamturing/token-studio": "^1.16.1",
60
60
  "@teamturing/utils": "^1.5.0",
61
61
  "framer-motion": "^10.16.4",
62
62
  "lodash.debounce": "^4.0.8",
@@ -66,5 +66,5 @@
66
66
  "react-textarea-autosize": "^8.5.3",
67
67
  "styled-system": "^5.1.5"
68
68
  },
69
- "gitHead": "3bc1664a2228d255c71917a2ccda8c3d6a4c0f56"
69
+ "gitHead": "b7970e07fdf3e86c55e61a4f758eda8cf5046487"
70
70
  }