@teamturing/react-kit 2.53.2 → 2.53.4

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',
@@ -4514,7 +4514,7 @@ const Drawer = ({
4514
4514
  } : {})
4515
4515
  },
4516
4516
  children: /*#__PURE__*/jsxRuntime.jsxs(BaseDrawer, {
4517
- className: `trk-drawer--${size}`,
4517
+ className: `trk-drawer--${size} trk-drawer--${direction}`,
4518
4518
  ref: drawerRef,
4519
4519
  "aria-modal": 'true',
4520
4520
  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',
@@ -129,7 +129,7 @@ const Drawer = ({
129
129
  } : {})
130
130
  },
131
131
  children: /*#__PURE__*/jsxs(BaseDrawer, {
132
- className: `trk-drawer--${size}`,
132
+ className: `trk-drawer--${size} trk-drawer--${direction}`,
133
133
  ref: drawerRef,
134
134
  "aria-modal": 'true',
135
135
  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.4",
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": "0ae12487048cf84ec6763057c43f363760ac9be6"
70
70
  }