@yamada-ui/close-button 0.3.15 → 0.3.16

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.
@@ -9,7 +9,7 @@ type CloseButtonOptions = {
9
9
  */
10
10
  isDisabled?: boolean;
11
11
  };
12
- type CloseButtonProps = HTMLUIProps<'button'> & ThemeProps<'CloseButton'> & CloseButtonOptions;
12
+ type CloseButtonProps = HTMLUIProps<"button"> & ThemeProps<"CloseButton"> & CloseButtonOptions;
13
13
  declare const CloseButton: _yamada_ui_core.Component<"button", CloseButtonProps>;
14
14
 
15
15
  export { CloseButton, CloseButtonProps };
@@ -9,7 +9,7 @@ type CloseButtonOptions = {
9
9
  */
10
10
  isDisabled?: boolean;
11
11
  };
12
- type CloseButtonProps = HTMLUIProps<'button'> & ThemeProps<'CloseButton'> & CloseButtonOptions;
12
+ type CloseButtonProps = HTMLUIProps<"button"> & ThemeProps<"CloseButton"> & CloseButtonOptions;
13
13
  declare const CloseButton: _yamada_ui_core.Component<"button", CloseButtonProps>;
14
14
 
15
15
  export { CloseButton, CloseButtonProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/close-button",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
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.12.5",
38
+ "@yamada-ui/core": "0.12.6",
39
39
  "@yamada-ui/utils": "0.3.3",
40
- "@yamada-ui/icon": "0.3.15"
40
+ "@yamada-ui/icon": "0.3.16"
41
41
  },
42
42
  "devDependencies": {
43
43
  "react": "^18.0.0",