@onbeam/styled-system
Advanced tools
Comparing version 2.7.3 to 2.7.4
@@ -19,3 +19,3 @@ /* eslint-disable */ | ||
__type: PopoverVariantProps | ||
(props?: PopoverVariantProps): Pretty<Record<"content" | "header" | "close" | "card", string>> | ||
(props?: PopoverVariantProps): Pretty<Record<"content" | "header" | "close" | "card" | "hidden", string>> | ||
raw: (props?: PopoverVariantProps) => PopoverVariantProps | ||
@@ -22,0 +22,0 @@ variantMap: PopoverVariantMap |
@@ -23,2 +23,6 @@ import { compact, getSlotCompoundVariant, memo, splitProps } from '../helpers.js'; | ||
"popover__card" | ||
], | ||
[ | ||
"hidden", | ||
"popover__hidden" | ||
] | ||
@@ -25,0 +29,0 @@ ] |
{ | ||
"name": "@onbeam/styled-system", | ||
"version": "2.7.3", | ||
"version": "2.7.4", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1832730
46863