@yamada-ui/button 0.3.20 → 0.3.22

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.
@@ -27,4 +27,4 @@ declare const useButtonGroup: () => ButtonGroupContext;
27
27
 
28
28
  declare const ButtonGroup: _yamada_ui_core.Component<"div", ButtonGroupProps>;
29
29
 
30
- export { ButtonGroup, ButtonGroupProps, useButtonGroup };
30
+ export { ButtonGroup, type ButtonGroupProps, useButtonGroup };
@@ -27,4 +27,4 @@ declare const useButtonGroup: () => ButtonGroupContext;
27
27
 
28
28
  declare const ButtonGroup: _yamada_ui_core.Component<"div", ButtonGroupProps>;
29
29
 
30
- export { ButtonGroup, ButtonGroupProps, useButtonGroup };
30
+ export { ButtonGroup, type ButtonGroupProps, useButtonGroup };
package/dist/button.d.mts CHANGED
@@ -58,4 +58,4 @@ declare const useButtonType: (value?: ElementType) => {
58
58
  readonly type: "button" | undefined;
59
59
  };
60
60
 
61
- export { Button, ButtonProps, useButtonType };
61
+ export { Button, type ButtonProps, useButtonType };
package/dist/button.d.ts CHANGED
@@ -58,4 +58,4 @@ declare const useButtonType: (value?: ElementType) => {
58
58
  readonly type: "button" | undefined;
59
59
  };
60
60
 
61
- export { Button, ButtonProps, useButtonType };
61
+ export { Button, type ButtonProps, useButtonType };
@@ -18,4 +18,4 @@ type IconButtonOptions = {
18
18
  type IconButtonProps = Omit<ButtonProps, "leftIcon" | "rightIcon" | "loadingIcon" | "loadingText" | "loadingPlacement"> & IconButtonOptions;
19
19
  declare const IconButton: _yamada_ui_core.Component<"button", IconButtonProps>;
20
20
 
21
- export { IconButton, IconButtonProps };
21
+ export { IconButton, type IconButtonProps };
@@ -18,4 +18,4 @@ type IconButtonOptions = {
18
18
  type IconButtonProps = Omit<ButtonProps, "leftIcon" | "rightIcon" | "loadingIcon" | "loadingText" | "loadingPlacement"> & IconButtonOptions;
19
19
  declare const IconButton: _yamada_ui_core.Component<"button", IconButtonProps>;
20
20
 
21
- export { IconButton, IconButtonProps };
21
+ export { IconButton, type IconButtonProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/button",
3
- "version": "0.3.20",
3
+ "version": "0.3.22",
4
4
  "description": "Yamada UI button components",
5
5
  "keywords": [
6
6
  "yamada",
@@ -37,9 +37,9 @@
37
37
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@yamada-ui/core": "0.12.8",
41
- "@yamada-ui/utils": "0.3.3",
42
- "@yamada-ui/loading": "0.5.6"
40
+ "@yamada-ui/core": "0.13.1",
41
+ "@yamada-ui/utils": "0.4.0",
42
+ "@yamada-ui/loading": "0.5.8"
43
43
  },
44
44
  "devDependencies": {
45
45
  "react": "^18.0.0",