@yamada-ui/card 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/card.d.mts CHANGED
@@ -24,4 +24,4 @@ declare const CardBody: _yamada_ui_core.Component<"main", CardBodyProps>;
24
24
  type CardFooterProps = HTMLUIProps<"footer">;
25
25
  declare const CardFooter: _yamada_ui_core.Component<"footer", CardFooterProps>;
26
26
 
27
- export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardProps };
27
+ export { Card, CardBody, type CardBodyProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps };
package/dist/card.d.ts CHANGED
@@ -24,4 +24,4 @@ declare const CardBody: _yamada_ui_core.Component<"main", CardBodyProps>;
24
24
  type CardFooterProps = HTMLUIProps<"footer">;
25
25
  declare const CardFooter: _yamada_ui_core.Component<"footer", CardFooterProps>;
26
26
 
27
- export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardProps };
27
+ export { Card, CardBody, type CardBodyProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/card",
3
- "version": "0.3.18",
3
+ "version": "0.3.20",
4
4
  "description": "Yamada UI card component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,7 +35,7 @@
35
35
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@yamada-ui/core": "0.12.7",
38
+ "@yamada-ui/core": "0.13.0",
39
39
  "@yamada-ui/utils": "0.3.3"
40
40
  },
41
41
  "devDependencies": {