@inkeep/styled-system
Advanced tools
Comparing version 0.0.22 to 0.0.23
{ | ||
"name": "@inkeep/styled-system", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./system.js", |
@@ -42,3 +42,3 @@ /* eslint-disable */ | ||
export type AnimationName = "ping" | "pulse" | "bounce" | "checkAnim" | "indeterminateOpacityAnim" | "indeterminateScaleAnim" | "fadeIn" | "fadeOut" | "fade-in" | "fade-out" | "slide-in" | "slide-out" | "skeleton-bg-fade" | "spin" | ||
export type AnimationName = "ping" | "pulse" | "bounce" | "checkAnim" | "indeterminateOpacityAnim" | "indeterminateScaleAnim" | "fadeIn" | "fadeOut" | "fade-in" | "fade-out" | "slide-in" | "slide-out" | "skeleton-bg-fade" | "spin" | "shake-rotate" | "shadow-glow" | ||
@@ -45,0 +45,0 @@ export type Tokens = { |
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
1693685
40811