@yamada-ui/modal 0.4.16 → 0.4.18

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.
@@ -73,7 +73,7 @@ var ModalOverlay = (0, import_core.forwardRef)(
73
73
  {
74
74
  as: import_motion.motion.div,
75
75
  ref,
76
- className: (0, import_utils.cx)("ui-modal-overlay", className),
76
+ className: (0, import_utils.cx)("ui-modal__overlay", className),
77
77
  custom: { duration },
78
78
  __css: css,
79
79
  onClick: (0, import_utils.handlerAll)(onClick, onOverlayClick, (ev) => {
@@ -104,7 +104,7 @@ var ModalCloseButton = (0, import_core2.forwardRef)(
104
104
  import_close_button.CloseButton,
105
105
  {
106
106
  ref,
107
- className: (0, import_utils2.cx)("ui-modal-close-button"),
107
+ className: (0, import_utils2.cx)("ui-modal__close-button"),
108
108
  __css: css,
109
109
  onClick: (0, import_utils2.handlerAll)(onClick, (ev) => {
110
110
  ev.stopPropagation();
@@ -133,7 +133,7 @@ var ModalHeader = (0, import_core3.forwardRef)(
133
133
  import_core3.ui.header,
134
134
  {
135
135
  ref,
136
- className: (0, import_utils3.cx)("ui-modal-header", className),
136
+ className: (0, import_utils3.cx)("ui-modal__header", className),
137
137
  __css: css,
138
138
  ...rest
139
139
  }
@@ -158,7 +158,7 @@ var ModalFooter = (0, import_core4.forwardRef)(
158
158
  import_core4.ui.footer,
159
159
  {
160
160
  ref,
161
- className: (0, import_utils4.cx)("ui-modal-footer", className),
161
+ className: (0, import_utils4.cx)("ui-modal__footer", className),
162
162
  __css: css,
163
163
  ...rest
164
164
  }
@@ -278,7 +278,7 @@ var DialogOverlay = (0, import_core5.forwardRef)(
278
278
  ModalOverlay,
279
279
  {
280
280
  ref,
281
- className: (0, import_utils5.cx)("ui-dialog-overlay", className),
281
+ className: (0, import_utils5.cx)("ui-dialog__overlay", className),
282
282
  __css: css,
283
283
  ...rest
284
284
  }
@@ -293,7 +293,7 @@ var DialogCloseButton = (0, import_core5.forwardRef)(
293
293
  ModalCloseButton,
294
294
  {
295
295
  ref,
296
- className: (0, import_utils5.cx)("ui-dialog-close-button", className),
296
+ className: (0, import_utils5.cx)("ui-dialog__close-button", className),
297
297
  __css: css,
298
298
  ...rest
299
299
  }
@@ -308,7 +308,7 @@ var DialogHeader = (0, import_core5.forwardRef)(
308
308
  ModalHeader,
309
309
  {
310
310
  ref,
311
- className: (0, import_utils5.cx)("ui-dialog-header", className),
311
+ className: (0, import_utils5.cx)("ui-dialog__header", className),
312
312
  __css: css,
313
313
  ...rest
314
314
  }
@@ -323,7 +323,7 @@ var DialogBody = (0, import_core5.forwardRef)(
323
323
  ModalBody,
324
324
  {
325
325
  ref,
326
- className: (0, import_utils5.cx)("ui-dialog-body", className),
326
+ className: (0, import_utils5.cx)("ui-dialog__body", className),
327
327
  __css: css,
328
328
  ...rest
329
329
  }
@@ -338,7 +338,7 @@ var DialogFooter = (0, import_core5.forwardRef)(
338
338
  ModalFooter,
339
339
  {
340
340
  ref,
341
- className: (0, import_utils5.cx)("ui-dialog-footer", className),
341
+ className: (0, import_utils5.cx)("ui-dialog__footer", className),
342
342
  __css: css,
343
343
  ...rest
344
344
  }
@@ -459,7 +459,7 @@ var DrawerOverlay = (0, import_core6.forwardRef)(
459
459
  ModalOverlay,
460
460
  {
461
461
  ref,
462
- className: (0, import_utils6.cx)("ui-drawer-overlay", className),
462
+ className: (0, import_utils6.cx)("ui-drawer__overlay", className),
463
463
  __css: css,
464
464
  ...rest
465
465
  }
@@ -474,7 +474,7 @@ var DrawerCloseButton = (0, import_core6.forwardRef)(
474
474
  ModalCloseButton,
475
475
  {
476
476
  ref,
477
- className: (0, import_utils6.cx)("ui-drawer-close-button", className),
477
+ className: (0, import_utils6.cx)("ui-drawer__close-button", className),
478
478
  __css: css,
479
479
  ...rest
480
480
  }
@@ -489,7 +489,7 @@ var DrawerHeader = (0, import_core6.forwardRef)(
489
489
  ModalHeader,
490
490
  {
491
491
  ref,
492
- className: (0, import_utils6.cx)("ui-drawer-header", className),
492
+ className: (0, import_utils6.cx)("ui-drawer__header", className),
493
493
  __css: css,
494
494
  ...rest
495
495
  }
@@ -504,7 +504,7 @@ var DrawerBody = (0, import_core6.forwardRef)(
504
504
  ModalBody,
505
505
  {
506
506
  ref,
507
- className: (0, import_utils6.cx)("ui-drawer-body", className),
507
+ className: (0, import_utils6.cx)("ui-drawer__body", className),
508
508
  __css: css,
509
509
  ...rest
510
510
  }
@@ -519,7 +519,7 @@ var DrawerFooter = (0, import_core6.forwardRef)(
519
519
  ModalFooter,
520
520
  {
521
521
  ref,
522
- className: (0, import_utils6.cx)("ui-drawer-footer", className),
522
+ className: (0, import_utils6.cx)("ui-drawer__footer", className),
523
523
  __css: css,
524
524
  ...rest
525
525
  }
@@ -738,7 +738,7 @@ var ModalBody = (0, import_core8.forwardRef)(
738
738
  import_core8.ui.main,
739
739
  {
740
740
  ref,
741
- className: (0, import_utils8.cx)("ui-modal-body", className),
741
+ className: (0, import_utils8.cx)("ui-modal__body", className),
742
742
  __css: css,
743
743
  ...rest
744
744
  }
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  ModalBody
4
- } from "./chunk-DBAELNWY.mjs";
4
+ } from "./chunk-F3SQ4LXC.mjs";
5
5
  export {
6
6
  ModalBody
7
7
  };
@@ -74,7 +74,7 @@ var ModalOverlay = (0, import_core.forwardRef)(
74
74
  {
75
75
  as: import_motion.motion.div,
76
76
  ref,
77
- className: (0, import_utils.cx)("ui-modal-overlay", className),
77
+ className: (0, import_utils.cx)("ui-modal__overlay", className),
78
78
  custom: { duration },
79
79
  __css: css,
80
80
  onClick: (0, import_utils.handlerAll)(onClick, onOverlayClick, (ev) => {
@@ -106,7 +106,7 @@ var ModalHeader = (0, import_core2.forwardRef)(
106
106
  import_core2.ui.header,
107
107
  {
108
108
  ref,
109
- className: (0, import_utils2.cx)("ui-modal-header", className),
109
+ className: (0, import_utils2.cx)("ui-modal__header", className),
110
110
  __css: css,
111
111
  ...rest
112
112
  }
@@ -132,7 +132,7 @@ var ModalBody = (0, import_core3.forwardRef)(
132
132
  import_core3.ui.main,
133
133
  {
134
134
  ref,
135
- className: (0, import_utils3.cx)("ui-modal-body", className),
135
+ className: (0, import_utils3.cx)("ui-modal__body", className),
136
136
  __css: css,
137
137
  ...rest
138
138
  }
@@ -157,7 +157,7 @@ var ModalFooter = (0, import_core4.forwardRef)(
157
157
  import_core4.ui.footer,
158
158
  {
159
159
  ref,
160
- className: (0, import_utils4.cx)("ui-modal-footer", className),
160
+ className: (0, import_utils4.cx)("ui-modal__footer", className),
161
161
  __css: css,
162
162
  ...rest
163
163
  }
@@ -277,7 +277,7 @@ var DialogOverlay = (0, import_core5.forwardRef)(
277
277
  ModalOverlay,
278
278
  {
279
279
  ref,
280
- className: (0, import_utils5.cx)("ui-dialog-overlay", className),
280
+ className: (0, import_utils5.cx)("ui-dialog__overlay", className),
281
281
  __css: css,
282
282
  ...rest
283
283
  }
@@ -292,7 +292,7 @@ var DialogCloseButton = (0, import_core5.forwardRef)(
292
292
  ModalCloseButton,
293
293
  {
294
294
  ref,
295
- className: (0, import_utils5.cx)("ui-dialog-close-button", className),
295
+ className: (0, import_utils5.cx)("ui-dialog__close-button", className),
296
296
  __css: css,
297
297
  ...rest
298
298
  }
@@ -307,7 +307,7 @@ var DialogHeader = (0, import_core5.forwardRef)(
307
307
  ModalHeader,
308
308
  {
309
309
  ref,
310
- className: (0, import_utils5.cx)("ui-dialog-header", className),
310
+ className: (0, import_utils5.cx)("ui-dialog__header", className),
311
311
  __css: css,
312
312
  ...rest
313
313
  }
@@ -322,7 +322,7 @@ var DialogBody = (0, import_core5.forwardRef)(
322
322
  ModalBody,
323
323
  {
324
324
  ref,
325
- className: (0, import_utils5.cx)("ui-dialog-body", className),
325
+ className: (0, import_utils5.cx)("ui-dialog__body", className),
326
326
  __css: css,
327
327
  ...rest
328
328
  }
@@ -337,7 +337,7 @@ var DialogFooter = (0, import_core5.forwardRef)(
337
337
  ModalFooter,
338
338
  {
339
339
  ref,
340
- className: (0, import_utils5.cx)("ui-dialog-footer", className),
340
+ className: (0, import_utils5.cx)("ui-dialog__footer", className),
341
341
  __css: css,
342
342
  ...rest
343
343
  }
@@ -458,7 +458,7 @@ var DrawerOverlay = (0, import_core6.forwardRef)(
458
458
  ModalOverlay,
459
459
  {
460
460
  ref,
461
- className: (0, import_utils6.cx)("ui-drawer-overlay", className),
461
+ className: (0, import_utils6.cx)("ui-drawer__overlay", className),
462
462
  __css: css,
463
463
  ...rest
464
464
  }
@@ -473,7 +473,7 @@ var DrawerCloseButton = (0, import_core6.forwardRef)(
473
473
  ModalCloseButton,
474
474
  {
475
475
  ref,
476
- className: (0, import_utils6.cx)("ui-drawer-close-button", className),
476
+ className: (0, import_utils6.cx)("ui-drawer__close-button", className),
477
477
  __css: css,
478
478
  ...rest
479
479
  }
@@ -488,7 +488,7 @@ var DrawerHeader = (0, import_core6.forwardRef)(
488
488
  ModalHeader,
489
489
  {
490
490
  ref,
491
- className: (0, import_utils6.cx)("ui-drawer-header", className),
491
+ className: (0, import_utils6.cx)("ui-drawer__header", className),
492
492
  __css: css,
493
493
  ...rest
494
494
  }
@@ -503,7 +503,7 @@ var DrawerBody = (0, import_core6.forwardRef)(
503
503
  ModalBody,
504
504
  {
505
505
  ref,
506
- className: (0, import_utils6.cx)("ui-drawer-body", className),
506
+ className: (0, import_utils6.cx)("ui-drawer__body", className),
507
507
  __css: css,
508
508
  ...rest
509
509
  }
@@ -518,7 +518,7 @@ var DrawerFooter = (0, import_core6.forwardRef)(
518
518
  ModalFooter,
519
519
  {
520
520
  ref,
521
- className: (0, import_utils6.cx)("ui-drawer-footer", className),
521
+ className: (0, import_utils6.cx)("ui-drawer__footer", className),
522
522
  __css: css,
523
523
  ...rest
524
524
  }
@@ -734,7 +734,7 @@ var ModalCloseButton = (0, import_core8.forwardRef)(
734
734
  import_close_button.CloseButton,
735
735
  {
736
736
  ref,
737
- className: (0, import_utils8.cx)("ui-modal-close-button"),
737
+ className: (0, import_utils8.cx)("ui-modal__close-button"),
738
738
  __css: css,
739
739
  onClick: (0, import_utils8.handlerAll)(onClick, (ev) => {
740
740
  ev.stopPropagation();
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  ModalCloseButton
4
- } from "./chunk-DBAELNWY.mjs";
4
+ } from "./chunk-F3SQ4LXC.mjs";
5
5
  export {
6
6
  ModalCloseButton
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import * as _yamada_ui_core from '@yamada-ui/core';
2
2
  import { HTMLUIProps } from '@yamada-ui/core';
3
3
 
4
- type ModalFooterProps = HTMLUIProps<'footer'>;
4
+ type ModalFooterProps = HTMLUIProps<"footer">;
5
5
  declare const ModalFooter: _yamada_ui_core.Component<"footer", ModalFooterProps>;
6
6
 
7
7
  export { ModalFooter, ModalFooterProps };
@@ -1,7 +1,7 @@
1
1
  import * as _yamada_ui_core from '@yamada-ui/core';
2
2
  import { HTMLUIProps } from '@yamada-ui/core';
3
3
 
4
- type ModalFooterProps = HTMLUIProps<'footer'>;
4
+ type ModalFooterProps = HTMLUIProps<"footer">;
5
5
  declare const ModalFooter: _yamada_ui_core.Component<"footer", ModalFooterProps>;
6
6
 
7
7
  export { ModalFooter, ModalFooterProps };
@@ -73,7 +73,7 @@ var ModalOverlay = (0, import_core.forwardRef)(
73
73
  {
74
74
  as: import_motion.motion.div,
75
75
  ref,
76
- className: (0, import_utils.cx)("ui-modal-overlay", className),
76
+ className: (0, import_utils.cx)("ui-modal__overlay", className),
77
77
  custom: { duration },
78
78
  __css: css,
79
79
  onClick: (0, import_utils.handlerAll)(onClick, onOverlayClick, (ev) => {
@@ -104,7 +104,7 @@ var ModalCloseButton = (0, import_core2.forwardRef)(
104
104
  import_close_button.CloseButton,
105
105
  {
106
106
  ref,
107
- className: (0, import_utils2.cx)("ui-modal-close-button"),
107
+ className: (0, import_utils2.cx)("ui-modal__close-button"),
108
108
  __css: css,
109
109
  onClick: (0, import_utils2.handlerAll)(onClick, (ev) => {
110
110
  ev.stopPropagation();
@@ -133,7 +133,7 @@ var ModalHeader = (0, import_core3.forwardRef)(
133
133
  import_core3.ui.header,
134
134
  {
135
135
  ref,
136
- className: (0, import_utils3.cx)("ui-modal-header", className),
136
+ className: (0, import_utils3.cx)("ui-modal__header", className),
137
137
  __css: css,
138
138
  ...rest
139
139
  }
@@ -159,7 +159,7 @@ var ModalBody = (0, import_core4.forwardRef)(
159
159
  import_core4.ui.main,
160
160
  {
161
161
  ref,
162
- className: (0, import_utils4.cx)("ui-modal-body", className),
162
+ className: (0, import_utils4.cx)("ui-modal__body", className),
163
163
  __css: css,
164
164
  ...rest
165
165
  }
@@ -279,7 +279,7 @@ var DialogOverlay = (0, import_core5.forwardRef)(
279
279
  ModalOverlay,
280
280
  {
281
281
  ref,
282
- className: (0, import_utils5.cx)("ui-dialog-overlay", className),
282
+ className: (0, import_utils5.cx)("ui-dialog__overlay", className),
283
283
  __css: css,
284
284
  ...rest
285
285
  }
@@ -294,7 +294,7 @@ var DialogCloseButton = (0, import_core5.forwardRef)(
294
294
  ModalCloseButton,
295
295
  {
296
296
  ref,
297
- className: (0, import_utils5.cx)("ui-dialog-close-button", className),
297
+ className: (0, import_utils5.cx)("ui-dialog__close-button", className),
298
298
  __css: css,
299
299
  ...rest
300
300
  }
@@ -309,7 +309,7 @@ var DialogHeader = (0, import_core5.forwardRef)(
309
309
  ModalHeader,
310
310
  {
311
311
  ref,
312
- className: (0, import_utils5.cx)("ui-dialog-header", className),
312
+ className: (0, import_utils5.cx)("ui-dialog__header", className),
313
313
  __css: css,
314
314
  ...rest
315
315
  }
@@ -324,7 +324,7 @@ var DialogBody = (0, import_core5.forwardRef)(
324
324
  ModalBody,
325
325
  {
326
326
  ref,
327
- className: (0, import_utils5.cx)("ui-dialog-body", className),
327
+ className: (0, import_utils5.cx)("ui-dialog__body", className),
328
328
  __css: css,
329
329
  ...rest
330
330
  }
@@ -339,7 +339,7 @@ var DialogFooter = (0, import_core5.forwardRef)(
339
339
  ModalFooter,
340
340
  {
341
341
  ref,
342
- className: (0, import_utils5.cx)("ui-dialog-footer", className),
342
+ className: (0, import_utils5.cx)("ui-dialog__footer", className),
343
343
  __css: css,
344
344
  ...rest
345
345
  }
@@ -460,7 +460,7 @@ var DrawerOverlay = (0, import_core6.forwardRef)(
460
460
  ModalOverlay,
461
461
  {
462
462
  ref,
463
- className: (0, import_utils6.cx)("ui-drawer-overlay", className),
463
+ className: (0, import_utils6.cx)("ui-drawer__overlay", className),
464
464
  __css: css,
465
465
  ...rest
466
466
  }
@@ -475,7 +475,7 @@ var DrawerCloseButton = (0, import_core6.forwardRef)(
475
475
  ModalCloseButton,
476
476
  {
477
477
  ref,
478
- className: (0, import_utils6.cx)("ui-drawer-close-button", className),
478
+ className: (0, import_utils6.cx)("ui-drawer__close-button", className),
479
479
  __css: css,
480
480
  ...rest
481
481
  }
@@ -490,7 +490,7 @@ var DrawerHeader = (0, import_core6.forwardRef)(
490
490
  ModalHeader,
491
491
  {
492
492
  ref,
493
- className: (0, import_utils6.cx)("ui-drawer-header", className),
493
+ className: (0, import_utils6.cx)("ui-drawer__header", className),
494
494
  __css: css,
495
495
  ...rest
496
496
  }
@@ -505,7 +505,7 @@ var DrawerBody = (0, import_core6.forwardRef)(
505
505
  ModalBody,
506
506
  {
507
507
  ref,
508
- className: (0, import_utils6.cx)("ui-drawer-body", className),
508
+ className: (0, import_utils6.cx)("ui-drawer__body", className),
509
509
  __css: css,
510
510
  ...rest
511
511
  }
@@ -520,7 +520,7 @@ var DrawerFooter = (0, import_core6.forwardRef)(
520
520
  ModalFooter,
521
521
  {
522
522
  ref,
523
- className: (0, import_utils6.cx)("ui-drawer-footer", className),
523
+ className: (0, import_utils6.cx)("ui-drawer__footer", className),
524
524
  __css: css,
525
525
  ...rest
526
526
  }
@@ -738,7 +738,7 @@ var ModalFooter = (0, import_core8.forwardRef)(
738
738
  import_core8.ui.footer,
739
739
  {
740
740
  ref,
741
- className: (0, import_utils8.cx)("ui-modal-footer", className),
741
+ className: (0, import_utils8.cx)("ui-modal__footer", className),
742
742
  __css: css,
743
743
  ...rest
744
744
  }
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  ModalFooter
4
- } from "./chunk-DBAELNWY.mjs";
4
+ } from "./chunk-F3SQ4LXC.mjs";
5
5
  export {
6
6
  ModalFooter
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import * as _yamada_ui_core from '@yamada-ui/core';
2
2
  import { HTMLUIProps } from '@yamada-ui/core';
3
3
 
4
- type ModalHeaderProps = HTMLUIProps<'header'>;
4
+ type ModalHeaderProps = HTMLUIProps<"header">;
5
5
  declare const ModalHeader: _yamada_ui_core.Component<"header", ModalHeaderProps>;
6
6
 
7
7
  export { ModalHeader, ModalHeaderProps };
@@ -1,7 +1,7 @@
1
1
  import * as _yamada_ui_core from '@yamada-ui/core';
2
2
  import { HTMLUIProps } from '@yamada-ui/core';
3
3
 
4
- type ModalHeaderProps = HTMLUIProps<'header'>;
4
+ type ModalHeaderProps = HTMLUIProps<"header">;
5
5
  declare const ModalHeader: _yamada_ui_core.Component<"header", ModalHeaderProps>;
6
6
 
7
7
  export { ModalHeader, ModalHeaderProps };
@@ -73,7 +73,7 @@ var ModalOverlay = (0, import_core.forwardRef)(
73
73
  {
74
74
  as: import_motion.motion.div,
75
75
  ref,
76
- className: (0, import_utils.cx)("ui-modal-overlay", className),
76
+ className: (0, import_utils.cx)("ui-modal__overlay", className),
77
77
  custom: { duration },
78
78
  __css: css,
79
79
  onClick: (0, import_utils.handlerAll)(onClick, onOverlayClick, (ev) => {
@@ -104,7 +104,7 @@ var ModalCloseButton = (0, import_core2.forwardRef)(
104
104
  import_close_button.CloseButton,
105
105
  {
106
106
  ref,
107
- className: (0, import_utils2.cx)("ui-modal-close-button"),
107
+ className: (0, import_utils2.cx)("ui-modal__close-button"),
108
108
  __css: css,
109
109
  onClick: (0, import_utils2.handlerAll)(onClick, (ev) => {
110
110
  ev.stopPropagation();
@@ -134,7 +134,7 @@ var ModalBody = (0, import_core3.forwardRef)(
134
134
  import_core3.ui.main,
135
135
  {
136
136
  ref,
137
- className: (0, import_utils3.cx)("ui-modal-body", className),
137
+ className: (0, import_utils3.cx)("ui-modal__body", className),
138
138
  __css: css,
139
139
  ...rest
140
140
  }
@@ -159,7 +159,7 @@ var ModalFooter = (0, import_core4.forwardRef)(
159
159
  import_core4.ui.footer,
160
160
  {
161
161
  ref,
162
- className: (0, import_utils4.cx)("ui-modal-footer", className),
162
+ className: (0, import_utils4.cx)("ui-modal__footer", className),
163
163
  __css: css,
164
164
  ...rest
165
165
  }
@@ -279,7 +279,7 @@ var DialogOverlay = (0, import_core5.forwardRef)(
279
279
  ModalOverlay,
280
280
  {
281
281
  ref,
282
- className: (0, import_utils5.cx)("ui-dialog-overlay", className),
282
+ className: (0, import_utils5.cx)("ui-dialog__overlay", className),
283
283
  __css: css,
284
284
  ...rest
285
285
  }
@@ -294,7 +294,7 @@ var DialogCloseButton = (0, import_core5.forwardRef)(
294
294
  ModalCloseButton,
295
295
  {
296
296
  ref,
297
- className: (0, import_utils5.cx)("ui-dialog-close-button", className),
297
+ className: (0, import_utils5.cx)("ui-dialog__close-button", className),
298
298
  __css: css,
299
299
  ...rest
300
300
  }
@@ -309,7 +309,7 @@ var DialogHeader = (0, import_core5.forwardRef)(
309
309
  ModalHeader,
310
310
  {
311
311
  ref,
312
- className: (0, import_utils5.cx)("ui-dialog-header", className),
312
+ className: (0, import_utils5.cx)("ui-dialog__header", className),
313
313
  __css: css,
314
314
  ...rest
315
315
  }
@@ -324,7 +324,7 @@ var DialogBody = (0, import_core5.forwardRef)(
324
324
  ModalBody,
325
325
  {
326
326
  ref,
327
- className: (0, import_utils5.cx)("ui-dialog-body", className),
327
+ className: (0, import_utils5.cx)("ui-dialog__body", className),
328
328
  __css: css,
329
329
  ...rest
330
330
  }
@@ -339,7 +339,7 @@ var DialogFooter = (0, import_core5.forwardRef)(
339
339
  ModalFooter,
340
340
  {
341
341
  ref,
342
- className: (0, import_utils5.cx)("ui-dialog-footer", className),
342
+ className: (0, import_utils5.cx)("ui-dialog__footer", className),
343
343
  __css: css,
344
344
  ...rest
345
345
  }
@@ -460,7 +460,7 @@ var DrawerOverlay = (0, import_core6.forwardRef)(
460
460
  ModalOverlay,
461
461
  {
462
462
  ref,
463
- className: (0, import_utils6.cx)("ui-drawer-overlay", className),
463
+ className: (0, import_utils6.cx)("ui-drawer__overlay", className),
464
464
  __css: css,
465
465
  ...rest
466
466
  }
@@ -475,7 +475,7 @@ var DrawerCloseButton = (0, import_core6.forwardRef)(
475
475
  ModalCloseButton,
476
476
  {
477
477
  ref,
478
- className: (0, import_utils6.cx)("ui-drawer-close-button", className),
478
+ className: (0, import_utils6.cx)("ui-drawer__close-button", className),
479
479
  __css: css,
480
480
  ...rest
481
481
  }
@@ -490,7 +490,7 @@ var DrawerHeader = (0, import_core6.forwardRef)(
490
490
  ModalHeader,
491
491
  {
492
492
  ref,
493
- className: (0, import_utils6.cx)("ui-drawer-header", className),
493
+ className: (0, import_utils6.cx)("ui-drawer__header", className),
494
494
  __css: css,
495
495
  ...rest
496
496
  }
@@ -505,7 +505,7 @@ var DrawerBody = (0, import_core6.forwardRef)(
505
505
  ModalBody,
506
506
  {
507
507
  ref,
508
- className: (0, import_utils6.cx)("ui-drawer-body", className),
508
+ className: (0, import_utils6.cx)("ui-drawer__body", className),
509
509
  __css: css,
510
510
  ...rest
511
511
  }
@@ -520,7 +520,7 @@ var DrawerFooter = (0, import_core6.forwardRef)(
520
520
  ModalFooter,
521
521
  {
522
522
  ref,
523
- className: (0, import_utils6.cx)("ui-drawer-footer", className),
523
+ className: (0, import_utils6.cx)("ui-drawer__footer", className),
524
524
  __css: css,
525
525
  ...rest
526
526
  }
@@ -738,7 +738,7 @@ var ModalHeader = (0, import_core8.forwardRef)(
738
738
  import_core8.ui.header,
739
739
  {
740
740
  ref,
741
- className: (0, import_utils8.cx)("ui-modal-header", className),
741
+ className: (0, import_utils8.cx)("ui-modal__header", className),
742
742
  __css: css,
743
743
  ...rest
744
744
  }
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  ModalHeader
4
- } from "./chunk-DBAELNWY.mjs";
4
+ } from "./chunk-F3SQ4LXC.mjs";
5
5
  export {
6
6
  ModalHeader
7
7
  };
@@ -2,7 +2,7 @@ import * as _yamada_ui_core from '@yamada-ui/core';
2
2
  import { HTMLUIProps } from '@yamada-ui/core';
3
3
  import { HTMLMotionProps } from '@yamada-ui/motion';
4
4
 
5
- type ModalOverlayProps = HTMLUIProps<'div'> & Omit<HTMLMotionProps<'div'>, 'color' | 'transition'>;
5
+ type ModalOverlayProps = HTMLUIProps<"div"> & Omit<HTMLMotionProps<"div">, "color" | "transition">;
6
6
  declare const ModalOverlay: _yamada_ui_core.Component<"div", ModalOverlayProps>;
7
7
 
8
8
  export { ModalOverlay, ModalOverlayProps };
@@ -2,7 +2,7 @@ import * as _yamada_ui_core from '@yamada-ui/core';
2
2
  import { HTMLUIProps } from '@yamada-ui/core';
3
3
  import { HTMLMotionProps } from '@yamada-ui/motion';
4
4
 
5
- type ModalOverlayProps = HTMLUIProps<'div'> & Omit<HTMLMotionProps<'div'>, 'color' | 'transition'>;
5
+ type ModalOverlayProps = HTMLUIProps<"div"> & Omit<HTMLMotionProps<"div">, "color" | "transition">;
6
6
  declare const ModalOverlay: _yamada_ui_core.Component<"div", ModalOverlayProps>;
7
7
 
8
8
  export { ModalOverlay, ModalOverlayProps };