@yamada-ui/close-button 0.3.18 → 0.3.20
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/close-button.d.mts
CHANGED
|
@@ -12,4 +12,4 @@ type CloseButtonOptions = {
|
|
|
12
12
|
type CloseButtonProps = HTMLUIProps<"button"> & ThemeProps<"CloseButton"> & CloseButtonOptions;
|
|
13
13
|
declare const CloseButton: _yamada_ui_core.Component<"button", CloseButtonProps>;
|
|
14
14
|
|
|
15
|
-
export { CloseButton, CloseButtonProps };
|
|
15
|
+
export { CloseButton, type CloseButtonProps };
|
package/dist/close-button.d.ts
CHANGED
|
@@ -12,4 +12,4 @@ type CloseButtonOptions = {
|
|
|
12
12
|
type CloseButtonProps = HTMLUIProps<"button"> & ThemeProps<"CloseButton"> & CloseButtonOptions;
|
|
13
13
|
declare const CloseButton: _yamada_ui_core.Component<"button", CloseButtonProps>;
|
|
14
14
|
|
|
15
|
-
export { CloseButton, CloseButtonProps };
|
|
15
|
+
export { CloseButton, type CloseButtonProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/close-button",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.20",
|
|
4
4
|
"description": "Yamada UI close button component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"url": "https://github.com/hirotomoyamada/yamada-ui/issues"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@yamada-ui/core": "0.
|
|
38
|
+
"@yamada-ui/core": "0.13.0",
|
|
39
39
|
"@yamada-ui/utils": "0.3.3",
|
|
40
|
-
"@yamada-ui/icon": "0.3.
|
|
40
|
+
"@yamada-ui/icon": "0.3.19"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"react": "^18.0.0",
|