@yamada-ui/modal 0.4.16 → 0.4.17

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/modal.js CHANGED
@@ -70,7 +70,7 @@ var ModalOverlay = (0, import_core.forwardRef)(
70
70
  {
71
71
  as: import_motion.motion.div,
72
72
  ref,
73
- className: (0, import_utils.cx)("ui-modal-overlay", className),
73
+ className: (0, import_utils.cx)("ui-modal__overlay", className),
74
74
  custom: { duration },
75
75
  __css: css,
76
76
  onClick: (0, import_utils.handlerAll)(onClick, onOverlayClick, (ev) => {
@@ -101,7 +101,7 @@ var ModalCloseButton = (0, import_core2.forwardRef)(
101
101
  import_close_button.CloseButton,
102
102
  {
103
103
  ref,
104
- className: (0, import_utils2.cx)("ui-modal-close-button"),
104
+ className: (0, import_utils2.cx)("ui-modal__close-button"),
105
105
  __css: css,
106
106
  onClick: (0, import_utils2.handlerAll)(onClick, (ev) => {
107
107
  ev.stopPropagation();
@@ -130,7 +130,7 @@ var ModalHeader = (0, import_core3.forwardRef)(
130
130
  import_core3.ui.header,
131
131
  {
132
132
  ref,
133
- className: (0, import_utils3.cx)("ui-modal-header", className),
133
+ className: (0, import_utils3.cx)("ui-modal__header", className),
134
134
  __css: css,
135
135
  ...rest
136
136
  }
@@ -156,7 +156,7 @@ var ModalBody = (0, import_core4.forwardRef)(
156
156
  import_core4.ui.main,
157
157
  {
158
158
  ref,
159
- className: (0, import_utils4.cx)("ui-modal-body", className),
159
+ className: (0, import_utils4.cx)("ui-modal__body", className),
160
160
  __css: css,
161
161
  ...rest
162
162
  }
@@ -181,7 +181,7 @@ var ModalFooter = (0, import_core5.forwardRef)(
181
181
  import_core5.ui.footer,
182
182
  {
183
183
  ref,
184
- className: (0, import_utils5.cx)("ui-modal-footer", className),
184
+ className: (0, import_utils5.cx)("ui-modal__footer", className),
185
185
  __css: css,
186
186
  ...rest
187
187
  }
@@ -301,7 +301,7 @@ var DialogOverlay = (0, import_core6.forwardRef)(
301
301
  ModalOverlay,
302
302
  {
303
303
  ref,
304
- className: (0, import_utils6.cx)("ui-dialog-overlay", className),
304
+ className: (0, import_utils6.cx)("ui-dialog__overlay", className),
305
305
  __css: css,
306
306
  ...rest
307
307
  }
@@ -316,7 +316,7 @@ var DialogCloseButton = (0, import_core6.forwardRef)(
316
316
  ModalCloseButton,
317
317
  {
318
318
  ref,
319
- className: (0, import_utils6.cx)("ui-dialog-close-button", className),
319
+ className: (0, import_utils6.cx)("ui-dialog__close-button", className),
320
320
  __css: css,
321
321
  ...rest
322
322
  }
@@ -331,7 +331,7 @@ var DialogHeader = (0, import_core6.forwardRef)(
331
331
  ModalHeader,
332
332
  {
333
333
  ref,
334
- className: (0, import_utils6.cx)("ui-dialog-header", className),
334
+ className: (0, import_utils6.cx)("ui-dialog__header", className),
335
335
  __css: css,
336
336
  ...rest
337
337
  }
@@ -346,7 +346,7 @@ var DialogBody = (0, import_core6.forwardRef)(
346
346
  ModalBody,
347
347
  {
348
348
  ref,
349
- className: (0, import_utils6.cx)("ui-dialog-body", className),
349
+ className: (0, import_utils6.cx)("ui-dialog__body", className),
350
350
  __css: css,
351
351
  ...rest
352
352
  }
@@ -361,7 +361,7 @@ var DialogFooter = (0, import_core6.forwardRef)(
361
361
  ModalFooter,
362
362
  {
363
363
  ref,
364
- className: (0, import_utils6.cx)("ui-dialog-footer", className),
364
+ className: (0, import_utils6.cx)("ui-dialog__footer", className),
365
365
  __css: css,
366
366
  ...rest
367
367
  }
@@ -482,7 +482,7 @@ var DrawerOverlay = (0, import_core7.forwardRef)(
482
482
  ModalOverlay,
483
483
  {
484
484
  ref,
485
- className: (0, import_utils7.cx)("ui-drawer-overlay", className),
485
+ className: (0, import_utils7.cx)("ui-drawer__overlay", className),
486
486
  __css: css,
487
487
  ...rest
488
488
  }
@@ -497,7 +497,7 @@ var DrawerCloseButton = (0, import_core7.forwardRef)(
497
497
  ModalCloseButton,
498
498
  {
499
499
  ref,
500
- className: (0, import_utils7.cx)("ui-drawer-close-button", className),
500
+ className: (0, import_utils7.cx)("ui-drawer__close-button", className),
501
501
  __css: css,
502
502
  ...rest
503
503
  }
@@ -512,7 +512,7 @@ var DrawerHeader = (0, import_core7.forwardRef)(
512
512
  ModalHeader,
513
513
  {
514
514
  ref,
515
- className: (0, import_utils7.cx)("ui-drawer-header", className),
515
+ className: (0, import_utils7.cx)("ui-drawer__header", className),
516
516
  __css: css,
517
517
  ...rest
518
518
  }
@@ -527,7 +527,7 @@ var DrawerBody = (0, import_core7.forwardRef)(
527
527
  ModalBody,
528
528
  {
529
529
  ref,
530
- className: (0, import_utils7.cx)("ui-drawer-body", className),
530
+ className: (0, import_utils7.cx)("ui-drawer__body", className),
531
531
  __css: css,
532
532
  ...rest
533
533
  }
@@ -542,7 +542,7 @@ var DrawerFooter = (0, import_core7.forwardRef)(
542
542
  ModalFooter,
543
543
  {
544
544
  ref,
545
- className: (0, import_utils7.cx)("ui-drawer-footer", className),
545
+ className: (0, import_utils7.cx)("ui-drawer__footer", className),
546
546
  __css: css,
547
547
  ...rest
548
548
  }
package/dist/modal.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  Modal,
4
4
  useModal
5
- } from "./chunk-DBAELNWY.mjs";
5
+ } from "./chunk-F3SQ4LXC.mjs";
6
6
  export {
7
7
  Modal,
8
8
  useModal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/modal",
3
- "version": "0.4.16",
3
+ "version": "0.4.17",
4
4
  "description": "Yamada UI modal component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -43,7 +43,7 @@
43
43
  "@yamada-ui/button": "0.3.16",
44
44
  "@yamada-ui/focus-lock": "0.3.5",
45
45
  "@yamada-ui/close-button": "0.3.15",
46
- "@yamada-ui/transitions": "0.3.15",
46
+ "@yamada-ui/transitions": "0.3.16",
47
47
  "@yamada-ui/use-value": "0.2.15"
48
48
  },
49
49
  "devDependencies": {