@teamturing/react-kit 2.25.0 → 2.25.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
@@ -38221,11 +38221,8 @@ const opacity$1 = {
38221
38221
  opacity50: 0.5
38222
38222
  };
38223
38223
 
38224
- const accentOpacity = {
38225
- accent: opacity$1.opacity50
38226
- };
38227
38224
  const opacity = {
38228
- ...accentOpacity
38225
+ disabled: opacity$1.opacity50
38229
38226
  };
38230
38227
 
38231
38228
  const rounding = {
@@ -295,7 +295,7 @@ declare const theme: {
295
295
  'shadow/overlay': string;
296
296
  };
297
297
  opacity: {
298
- readonly accent: number;
298
+ readonly disabled: number;
299
299
  };
300
300
  };
301
301
  export default theme;
@@ -1,10 +1,7 @@
1
1
  import opacity$1 from '../../foundation/opacity/index.js';
2
2
 
3
- const accentOpacity = {
4
- accent: opacity$1.opacity50
5
- };
6
3
  const opacity = {
7
- ...accentOpacity
4
+ disabled: opacity$1.opacity50
8
5
  };
9
6
 
10
- export { accentOpacity, opacity as default };
7
+ export { opacity as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.25.0",
3
+ "version": "2.25.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-dom": "^2.0.2",
57
57
  "@primer/behaviors": "^1.3.6",
58
58
  "@teamturing/icons": "^1.38.2",
59
- "@teamturing/token-studio": "^1.5.0",
59
+ "@teamturing/token-studio": "^1.6.0",
60
60
  "@teamturing/utils": "^1.3.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": "49372114babdc4079f06ad66cd3cd5c7321bc621"
69
+ "gitHead": "e4a25a048924cae1a86734841f1df13e779eaa91"
70
70
  }