@mekari/pixel3-styled-system 0.1.5-dev.1 → 0.1.6-dev.0
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
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mekari/pixel3-styled-system
|
|
2
2
|
|
|
3
|
+
## 0.1.6-dev.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8a7767d: Generate styled system
|
|
8
|
+
|
|
9
|
+
## 0.1.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 42e1094: generated new style
|
|
14
|
+
- 42e1094: Generate new styled-system
|
|
15
|
+
|
|
3
16
|
## 0.1.5-dev.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
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",
|