@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
@@ -1,5 +1,17 @@
1
1
  # @mekari/pixel3-styled-system
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 8a7767d: Generate styled system
8
+
9
+ ## 0.1.6-dev.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 8a7767d: Generate styled system
14
+
3
15
  ## 0.1.5
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mekari/pixel3-styled-system",
3
3
  "description": "This package is auto-generated by Panda CSS",
4
- "version": "0.1.5",
4
+ "version": "0.1.6",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -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>
@@ -5,6 +5,10 @@ const autocompleteSlotRecipeDefaultVariants = {}
5
5
  const autocompleteSlotRecipeCompoundVariants = []
6
6
 
7
7
  const autocompleteSlotRecipeSlotNames = [
8
+ [
9
+ "root",
10
+ "autocomplete__root"
11
+ ],
8
12
  [
9
13
  "groupText",
10
14
  "autocomplete__groupText"
@@ -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" | "closeButton", string>>
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": "border.selected"
14
+ "background": "blue.400"
15
15
  },
16
16
  "_nextTheme": {
17
17
  "background": "border.selected",