@teamturing/react-kit 2.53.2 → 2.53.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
@@ -4206,7 +4206,7 @@ const Dialog = ({
4206
4206
  width: '100%',
4207
4207
  height: '100%',
4208
4208
  children: /*#__PURE__*/jsxRuntime.jsxs(BaseDialog, {
4209
- className: `rkt-dialog--${size}`,
4209
+ className: `trk-dialog--${size}`,
4210
4210
  ref: dialogRef,
4211
4211
  "aria-modal": 'true',
4212
4212
  role: 'dialog',
@@ -94,7 +94,7 @@ const Dialog = ({
94
94
  width: '100%',
95
95
  height: '100%',
96
96
  children: /*#__PURE__*/jsxs(BaseDialog, {
97
- className: `rkt-dialog--${size}`,
97
+ className: `trk-dialog--${size}`,
98
98
  ref: dialogRef,
99
99
  "aria-modal": 'true',
100
100
  role: 'dialog',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.53.2",
3
+ "version": "2.53.3",
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",
@@ -66,5 +66,5 @@
66
66
  "react-textarea-autosize": "^8.5.3",
67
67
  "styled-system": "^5.1.5"
68
68
  },
69
- "gitHead": "38ac054ca771d2974d3b1ec8bbbc4c22094d8b52"
69
+ "gitHead": "8b463d17813eaa9bc4f255e2e829eb3feefa5428"
70
70
  }