@yamada-ui/core
Advanced tools
Comparing version 1.13.0-next-20240820160301 to 1.13.0
@@ -45,3 +45,3 @@ import { UITheme } from './ui-theme.types.js'; | ||
Autocomplete: { | ||
sizes: "xs" | "sm" | "md" | "lg" | "sizes" | (string & {}); | ||
sizes: "xs" | "sm" | "md" | "lg" | (string & {}); | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | (string & {}); | ||
@@ -98,3 +98,3 @@ }; | ||
DatePicker: { | ||
sizes: "xs" | "sm" | "md" | "lg" | "sizes" | (string & {}); | ||
sizes: "xs" | "sm" | "md" | "lg" | (string & {}); | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | (string & {}); | ||
@@ -159,19 +159,19 @@ }; | ||
MonthPicker: { | ||
sizes: "xs" | "sm" | "md" | "lg" | "sizes" | (string & {}); | ||
sizes: "xs" | "sm" | "md" | "lg" | (string & {}); | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | (string & {}); | ||
}; | ||
MultiAutocomplete: { | ||
sizes: "xs" | "sm" | "md" | "lg" | "sizes" | (string & {}); | ||
sizes: "xs" | "sm" | "md" | "lg" | (string & {}); | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | (string & {}); | ||
}; | ||
MultiDatePicker: { | ||
sizes: "xs" | "sm" | "md" | "lg" | "sizes" | (string & {}); | ||
sizes: "xs" | "sm" | "md" | "lg" | (string & {}); | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | (string & {}); | ||
}; | ||
MultiSelect: { | ||
sizes: "xs" | "sm" | "md" | "lg" | "sizes" | (string & {}); | ||
sizes: "xs" | "sm" | "md" | "lg" | (string & {}); | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | (string & {}); | ||
}; | ||
NativeSelect: { | ||
sizes: "xs" | "sm" | "md" | "lg" | "sizes" | (string & {}); | ||
sizes: "xs" | "sm" | "md" | "lg" | (string & {}); | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | (string & {}); | ||
@@ -181,3 +181,3 @@ }; | ||
sizes: "xs" | "sm" | "md" | "lg" | (string & {}); | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | "variants" | "sizes" | (string & {}); | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | (string & {}); | ||
}; | ||
@@ -197,4 +197,4 @@ Pagination: { | ||
PinInput: { | ||
sizes: string & {}; | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | "variants" | "sizes" | (string & {}); | ||
sizes: "xs" | "sm" | "md" | "lg" | (string & {}); | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | (string & {}); | ||
}; | ||
@@ -209,2 +209,6 @@ Progress: { | ||
}; | ||
RadialChart: { | ||
sizes: "sm" | "md" | "lg" | "full" | (string & {}); | ||
variants: string & {}; | ||
}; | ||
Radio: { | ||
@@ -215,3 +219,3 @@ sizes: "sm" | "md" | "lg" | (string & {}); | ||
RangeDatePicker: { | ||
sizes: "xs" | "sm" | "md" | "lg" | "sizes" | (string & {}); | ||
sizes: "xs" | "sm" | "md" | "lg" | (string & {}); | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | (string & {}); | ||
@@ -244,3 +248,3 @@ }; | ||
Select: { | ||
sizes: "xs" | "sm" | "md" | "lg" | "sizes" | (string & {}); | ||
sizes: "xs" | "sm" | "md" | "lg" | (string & {}); | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | (string & {}); | ||
@@ -285,3 +289,3 @@ }; | ||
YearPicker: { | ||
sizes: "xs" | "sm" | "md" | "lg" | "sizes" | (string & {}); | ||
sizes: "xs" | "sm" | "md" | "lg" | (string & {}); | ||
variants: "outline" | "filled" | "flushed" | "unstyled" | (string & {}); | ||
@@ -288,0 +292,0 @@ }; |
{ | ||
"name": "@yamada-ui/core", | ||
"version": "1.13.0-next-20240820160301", | ||
"version": "1.13.0", | ||
"description": "Yamada UI core", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git+https://github.com/yamada-ui/yamada-ui", | ||
"url": "https://github.com/yamada-ui/yamada-ui", | ||
"directory": "packages/core" | ||
@@ -49,8 +49,8 @@ }, | ||
"react-fast-compare": "^3.2.2", | ||
"@yamada-ui/portal": "1.0.19-next-20240820160301", | ||
"@yamada-ui/utils": "1.4.0-next-20240820160301" | ||
"@yamada-ui/portal": "1.0.19", | ||
"@yamada-ui/utils": "1.4.0" | ||
}, | ||
"devDependencies": { | ||
"clean-package": "2.2.0", | ||
"framer-motion": "^11.3.24", | ||
"framer-motion": "11.3.24", | ||
"react": "^18.3.1" | ||
@@ -57,0 +57,0 @@ }, |
@@ -8,17 +8,11 @@ # @yamada-ui/core | ||
```sh | ||
$ pnpm add @yamada-ui/core | ||
pnpm add @yamada-ui/core | ||
# or | ||
yarn add @yamada-ui/core | ||
# or | ||
npm install @yamada-ui/core | ||
# or | ||
bun add @yamada-ui/core | ||
``` | ||
or | ||
```sh | ||
$ yarn add @yamada-ui/core | ||
``` | ||
or | ||
```sh | ||
$ npm install @yamada-ui/core | ||
``` | ||
## Problem | ||
@@ -25,0 +19,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1400412
13685
0
70
+ Added@yamada-ui/portal@1.0.19(transitive)
+ Added@yamada-ui/utils@1.4.0(transitive)
- Removed@yamada-ui/portal@1.0.19-next-20240820160301(transitive)
- Removed@yamada-ui/utils@1.4.0-next-20240820160301(transitive)
Updated@yamada-ui/portal@1.0.19
Updated@yamada-ui/utils@1.4.0