@kuma-ui/system
Advanced tools
Comparing version 0.0.0-dev-20240831074640 to 0.0.0-dev-20240903071402
@@ -264,3 +264,5 @@ "use strict"; | ||
transformStyle: "transform-style", | ||
clipPath: "clip-path" | ||
clipPath: "clip-path", | ||
content: "content", | ||
contentVisibility: "content-visibility" | ||
}; | ||
@@ -267,0 +269,0 @@ |
@@ -298,3 +298,5 @@ "use strict"; | ||
"transformStyle", | ||
"clipPath" | ||
"clipPath", | ||
"content", | ||
"contentVisibility" | ||
], | ||
@@ -604,3 +606,5 @@ mask: [ | ||
transformStyle: "transform-style", | ||
clipPath: "clip-path" | ||
clipPath: "clip-path", | ||
content: "content", | ||
contentVisibility: "content-visibility" | ||
}; | ||
@@ -607,0 +611,0 @@ |
@@ -269,3 +269,5 @@ "use strict"; | ||
transformStyle: "transform-style", | ||
clipPath: "clip-path" | ||
clipPath: "clip-path", | ||
content: "content", | ||
contentVisibility: "content-visibility" | ||
}; | ||
@@ -812,3 +814,5 @@ | ||
"transformStyle", | ||
"clipPath" | ||
"clipPath", | ||
"content", | ||
"contentVisibility" | ||
], | ||
@@ -815,0 +819,0 @@ mask: [ |
@@ -18,3 +18,3 @@ declare const styleKeys: { | ||
contain: readonly ["contain", "containIntrinsicBlockSize", "containIntrinsicHeight", "containIntrinsicInlineSize", "containIntrinsicSize", "containIntrinsicWidth"]; | ||
effect: readonly ["transition", "transitionDuration", "transitionProperty", "transitionTimingFunction", "transitionDelay", "transform", "transformBox", "transformOrigin", "transformStyle", "clipPath"]; | ||
effect: readonly ["transition", "transitionDuration", "transitionProperty", "transitionTimingFunction", "transitionDelay", "transform", "transformBox", "transformOrigin", "transformStyle", "clipPath", "content", "contentVisibility"]; | ||
mask: readonly ["mask", "maskBorder", "maskBorderMode", "maskBorderOutset", "maskBorderRepeat", "maskBorderSlice", "maskBorderSource", "maskBorderWidth", "maskClip", "maskComposite", "maskImage", "maskMode", "maskOrigin", "maskPosition", "maskRepeat", "maskSize", "maskType"]; | ||
@@ -21,0 +21,0 @@ background: readonly ["backgroundImage", "bgImage", "backgroundPosition", "bgPosition", "backgroundPositionX", "bgPositionX", "backgroundPositionY", "bgPositionY", "backgroundSize", "bgSize", "backgroundRepeat", "bgRepeat", "backgroundAttachment", "bgAttachment", "backgroundClip", "bgClip", "backgroundOrigin", "bgOrigin", "backgroundBlendMode", "bgBlendMode"]; |
@@ -296,3 +296,5 @@ "use strict"; | ||
"transformStyle", | ||
"clipPath" | ||
"clipPath", | ||
"content", | ||
"contentVisibility" | ||
], | ||
@@ -299,0 +301,0 @@ mask: [ |
@@ -6,5 +6,5 @@ import { EffectKeys } from '../keys.js'; | ||
type EffectProps = Partial<CSSProperties<"transition" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "transitionDelay" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "clipPath">>; | ||
type EffectProps = Partial<CSSProperties<"transition" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "transitionDelay" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "clipPath" | "content" | "contentVisibility">>; | ||
declare const effectMappings: Record<EffectKeys, string>; | ||
export { EffectProps, effectMappings }; |
@@ -36,3 +36,5 @@ "use strict"; | ||
transformStyle: "transform-style", | ||
clipPath: "clip-path" | ||
clipPath: "clip-path", | ||
content: "content", | ||
contentVisibility: "content-visibility" | ||
}; | ||
@@ -39,0 +41,0 @@ // Annotate the CommonJS export names for ESM import in node: |
{ | ||
"name": "@kuma-ui/system", | ||
"version": "0.0.0-dev-20240831074640", | ||
"version": "0.0.0-dev-20240903071402", | ||
"description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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 not supported yet
Sorry, the diff of this file is not supported yet
178254
5792