@mekari/pixel3-styled-system 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@ export type AutocompleteSlotRecipeVariantProps = {
|
|
|
16
16
|
|
|
17
17
|
export interface AutocompleteSlotRecipeRecipe {
|
|
18
18
|
__type: AutocompleteSlotRecipeVariantProps
|
|
19
|
-
(props?: AutocompleteSlotRecipeVariantProps): Pretty<Record<"groupText" | "popoverContent" | "buttonAction" | "emptyText" | "contentLoading" | "input" | "infinityScroll", string>>
|
|
19
|
+
(props?: AutocompleteSlotRecipeVariantProps): Pretty<Record<"root" | "groupText" | "popoverContent" | "buttonAction" | "emptyText" | "contentLoading" | "input" | "infinityScroll", string>>
|
|
20
20
|
raw: (props?: AutocompleteSlotRecipeVariantProps) => AutocompleteSlotRecipeVariantProps
|
|
21
21
|
variantMap: AutocompleteSlotRecipeVariantMap
|
|
22
22
|
variantKeys: Array<keyof AutocompleteSlotRecipeVariant>
|
|
@@ -19,7 +19,7 @@ export type ModalSlotRecipeVariantProps = {
|
|
|
19
19
|
|
|
20
20
|
export interface ModalSlotRecipeRecipe {
|
|
21
21
|
__type: ModalSlotRecipeVariantProps
|
|
22
|
-
(props?: ModalSlotRecipeVariantProps): Pretty<Record<"root" | "rootChild" | "body" | "contentRoot" | "contentChild" | "header" | "footer" | "body" | "overlay"
|
|
22
|
+
(props?: ModalSlotRecipeVariantProps): Pretty<Record<"root" | "rootChild" | "body" | "contentRoot" | "contentChild" | "header" | "footer" | "body" | "overlay", string>>
|
|
23
23
|
raw: (props?: ModalSlotRecipeVariantProps) => ModalSlotRecipeVariantProps
|
|
24
24
|
variantMap: ModalSlotRecipeVariantMap
|
|
25
25
|
variantKeys: Array<keyof ModalSlotRecipeVariant>
|
|
@@ -42,10 +42,6 @@ const modalSlotRecipeSlotNames = [
|
|
|
42
42
|
[
|
|
43
43
|
"overlay",
|
|
44
44
|
"modal__overlay"
|
|
45
|
-
],
|
|
46
|
-
[
|
|
47
|
-
"closeButton",
|
|
48
|
-
"modal__closeButton"
|
|
49
45
|
]
|
|
50
46
|
]
|
|
51
47
|
const modalSlotRecipeSlotFns = /* @__PURE__ */ modalSlotRecipeSlotNames.map(([slotName, slotKey]) => [slotName, createRecipe(slotKey, modalSlotRecipeDefaultVariants, getSlotCompoundVariant(modalSlotRecipeCompoundVariants, slotName))])
|
|
@@ -11,7 +11,7 @@ const tabSelectedBorderRecipeFn = /* @__PURE__ */ createRecipe('tab-selected-bor
|
|
|
11
11
|
"css": {
|
|
12
12
|
"background": "blue.400",
|
|
13
13
|
"_groupHover": {
|
|
14
|
-
"background": "
|
|
14
|
+
"background": "blue.400"
|
|
15
15
|
},
|
|
16
16
|
"_nextTheme": {
|
|
17
17
|
"background": "border.selected",
|