@chakra-ui/skeleton
Advanced tools
Comparing version 2.0.21 to 2.0.22
@@ -1,4 +0,4 @@ | ||
export { ISkeleton, Skeleton, SkeletonOptions, SkeletonProps } from './skeleton.js'; | ||
export { Skeleton, SkeletonOptions, SkeletonProps } from './skeleton.js'; | ||
export { SkeletonText, SkeletonTextProps } from './skeleton-text.js'; | ||
export { SkeletonCircle } from './skeleton-circle.js'; | ||
import '@chakra-ui/system'; |
{ | ||
"name": "@chakra-ui/skeleton", | ||
"version": "2.0.21", | ||
"version": "2.0.22", | ||
"description": "React component to render a placeholders while you wait for content to load", | ||
@@ -35,5 +35,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/react-use-previous": "2.0.4", | ||
"@chakra-ui/media-query": "3.2.9", | ||
"@chakra-ui/shared-utils": "2.0.4" | ||
"@chakra-ui/react-use-previous": "2.0.5", | ||
"@chakra-ui/media-query": "3.2.10", | ||
"@chakra-ui/shared-utils": "2.0.5" | ||
}, | ||
@@ -44,6 +44,6 @@ "devDependencies": { | ||
"clean-package": "2.1.1", | ||
"@chakra-ui/system": "2.3.6", | ||
"@chakra-ui/layout": "2.1.12", | ||
"@chakra-ui/theme": "2.2.3", | ||
"@chakra-ui/provider": "2.0.27" | ||
"@chakra-ui/system": "2.4.0", | ||
"@chakra-ui/layout": "2.1.14", | ||
"@chakra-ui/theme": "2.2.5", | ||
"@chakra-ui/provider": "2.0.30" | ||
}, | ||
@@ -78,4 +78,5 @@ "peerDependencies": { | ||
"typecheck": "tsc --noEmit", | ||
"build:fast": "tsup src" | ||
"build:fast": "tsup src", | ||
"typedocs": "tsx ../../../scripts/generate-type-docs.ts" | ||
} | ||
} |
@@ -26,2 +26,3 @@ # @chakra-ui/skeleton | ||
## Usage | ||
```jsx | ||
@@ -28,0 +29,0 @@ <Skeleton> |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
33305
32
0
+ Added@chakra-ui/breakpoint-utils@2.0.7(transitive)
+ Added@chakra-ui/media-query@3.2.10(transitive)
+ Added@chakra-ui/react-env@2.0.13(transitive)
+ Added@chakra-ui/react-use-previous@2.0.5(transitive)
- Removed@chakra-ui/breakpoint-utils@2.0.6(transitive)
- Removed@chakra-ui/media-query@3.2.9(transitive)
- Removed@chakra-ui/react-env@2.0.12(transitive)
- Removed@chakra-ui/react-use-previous@2.0.4(transitive)
- Removed@chakra-ui/shared-utils@2.0.4(transitive)