@onbeam/styled-system
Advanced tools
Comparing version 2.6.5 to 2.6.6
@@ -19,3 +19,3 @@ /* eslint-disable */ | ||
__type: ModalVariantProps | ||
(props?: ModalVariantProps): Pretty<Record<"bgOverlay" | "content" | "cardContent" | "header" | "close" | "title", string>> | ||
(props?: ModalVariantProps): Pretty<Record<"bgOverlay" | "content" | "cardContent" | "header" | "description" | "close" | "title", string>> | ||
raw: (props?: ModalVariantProps) => ModalVariantProps | ||
@@ -22,0 +22,0 @@ variantMap: ModalVariantMap |
@@ -25,2 +25,6 @@ import { compact, getSlotCompoundVariant, memo, splitProps } from '../helpers.js'; | ||
[ | ||
"description", | ||
"modal__description" | ||
], | ||
[ | ||
"close", | ||
@@ -27,0 +31,0 @@ "modal__close" |
{ | ||
"name": "@onbeam/styled-system", | ||
"version": "2.6.5", | ||
"version": "2.6.6", | ||
"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
1829116
46748