@yamada-ui/close-button
Advanced tools
Comparing version 0.0.0-dev-20230625235915 to 0.0.0-dev-20230701130255
@@ -5,2 +5,7 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
type CloseButtonOptions = { | ||
/** | ||
* If `true`, the button is disabled. | ||
* | ||
* @default false | ||
*/ | ||
isDisabled?: boolean; | ||
@@ -7,0 +12,0 @@ }; |
{ | ||
"name": "@yamada-ui/close-button", | ||
"version": "0.0.0-dev-20230625235915", | ||
"version": "0.0.0-dev-20230701130255", | ||
"description": "Yamada UI close button component", | ||
@@ -38,5 +38,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "0.0.0-dev-20230625235915", | ||
"@yamada-ui/core": "0.0.0-dev-20230701130255", | ||
"@yamada-ui/utils": "0.1.1", | ||
"@yamada-ui/icon": "0.0.0-dev-20230625235915" | ||
"@yamada-ui/icon": "0.0.0-dev-20230701130255" | ||
}, | ||
@@ -75,4 +75,4 @@ "devDependencies": { | ||
"typecheck": "tsc --noEmit", | ||
"gen:types": "tsx ../../../scripts/generate-types" | ||
"gen:docs": "tsx ../../../scripts/generate-docs" | ||
} | ||
} |
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
9180
180
+ Added@yamada-ui/core@0.0.0-dev-20230701130255(transitive)
+ Added@yamada-ui/icon@0.0.0-dev-20230701130255(transitive)
+ Added@yamada-ui/portal@0.0.0-dev-20230701130255(transitive)
+ Added@yamada-ui/use-token@0.0.0-dev-20230701130255(transitive)
- Removed@yamada-ui/core@0.0.0-dev-20230625235915(transitive)
- Removed@yamada-ui/icon@0.0.0-dev-20230625235915(transitive)
- Removed@yamada-ui/portal@0.1.2(transitive)
- Removed@yamada-ui/use-token@0.0.0-dev-20230625235915(transitive)