@teamturing/react-kit 2.51.9 → 2.51.10

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.
@@ -791,7 +791,7 @@ declare const gpaiDarkTheme: {
791
791
  readonly 'bg/danger/bold': "#F22735";
792
792
  readonly 'bg/danger/bold/hovered': "#F66E78";
793
793
  readonly 'bg/danger/bold/pressed': "#F66E78";
794
- readonly 'text/primary': "#FF6F0F";
794
+ readonly 'text/primary': "#FF8C3F";
795
795
  readonly 'text/accent/blue': "#6d99f1";
796
796
  readonly 'text/accent/green': "#79D635";
797
797
  readonly 'text/accent/yellow': "#FFCD39";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.51.9",
3
+ "version": "2.51.10",
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.1",
59
+ "@teamturing/token-studio": "^1.16.2",
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": "7795ab8193646270397b5dc363ad07e0e2cc31b8"
69
+ "gitHead": "dddedf45da2c057fe2038bcfcd48a7b50afef8b3"
70
70
  }