@inkeep/styled-system
Advanced tools
Comparing version 0.0.28 to 0.0.29
{ | ||
"name": "@inkeep/styled-system", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./system.js", |
@@ -6,3 +6,3 @@ /* eslint-disable */ | ||
interface SearchBarTriggerVariant { | ||
size: "expand" | "compact" | "medium" | ||
size: "expand" | "compact" | "shrink" | "medium" | ||
variant: "emphasized" | "subtle" | ||
@@ -21,3 +21,3 @@ } | ||
__type: SearchBarTriggerVariantProps | ||
(props?: SearchBarTriggerVariantProps): Pretty<Record<"container" | "wrapper" | "kbd" | "icon", string>> | ||
(props?: SearchBarTriggerVariantProps): Pretty<Record<"container" | "wrapper" | "text" | "kbd" | "icon", string>> | ||
raw: (props?: SearchBarTriggerVariantProps) => SearchBarTriggerVariantProps | ||
@@ -24,0 +24,0 @@ variantMap: SearchBarTriggerVariantMap |
Sorry, the diff of this file is not supported yet
1240975
29451