@yamada-ui/modal 1.4.5 → 1.4.6-dev-20241123045140
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.d.mts +1 -1
- package/dist/modal.d.ts +1 -1
- package/package.json +2 -2
package/dist/modal.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _yamada_ui_motion from '@yamada-ui/motion';
|
|
2
2
|
import { MotionTransitionProps } from '@yamada-ui/motion';
|
|
3
|
-
import {
|
|
3
|
+
import { CSSUIProps, Token, HTMLUIProps, ThemeProps } from '@yamada-ui/core';
|
|
4
4
|
import { FocusLockProps } from '@yamada-ui/focus-lock';
|
|
5
5
|
import { PortalProps } from '@yamada-ui/portal';
|
|
6
6
|
import { ModalContentProps } from './modal-content.mjs';
|
package/dist/modal.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _yamada_ui_motion from '@yamada-ui/motion';
|
|
2
2
|
import { MotionTransitionProps } from '@yamada-ui/motion';
|
|
3
|
-
import {
|
|
3
|
+
import { CSSUIProps, Token, HTMLUIProps, ThemeProps } from '@yamada-ui/core';
|
|
4
4
|
import { FocusLockProps } from '@yamada-ui/focus-lock';
|
|
5
5
|
import { PortalProps } from '@yamada-ui/portal';
|
|
6
6
|
import { ModalContentProps } from './modal-content.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/modal",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.6-dev-20241123045140",
|
|
4
4
|
"description": "Yamada UI modal component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@yamada-ui/button": "1.0.50",
|
|
41
41
|
"@yamada-ui/close-button": "1.0.47",
|
|
42
42
|
"@yamada-ui/core": "1.15.5",
|
|
43
|
-
"@yamada-ui/focus-lock": "1.0.
|
|
43
|
+
"@yamada-ui/focus-lock": "1.0.25-dev-20241123045140",
|
|
44
44
|
"@yamada-ui/motion": "2.2.8",
|
|
45
45
|
"@yamada-ui/portal": "1.0.24",
|
|
46
46
|
"@yamada-ui/transitions": "1.1.11",
|