@mekari/pixel3-styled-system 0.1.3-dev.5 → 0.1.3

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,29 @@
1
1
  # @mekari/pixel3-styled-system
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 122e45f: Generated new styled
8
+ - 28f1adb: - Update divider recipe.
9
+ - c9305e7: generated new styled
10
+ - a41b9fe: - Update table recipe.
11
+ - 6e300fa: Generate new styled
12
+ - 9778db5: Generate new styled
13
+ - df08983: Generate new styled
14
+ - 7b100db: Fix visual disabled state
15
+ - 92bb674: Generate new style
16
+ - 2e5ab6f: Generate new styled
17
+ - 147a21a: - Update divider recipe.
18
+ - 2536cae: generate new styled
19
+
20
+ ## 0.1.3-dev.6
21
+
22
+ ### Patch Changes
23
+
24
+ - df08983: Generate new styled
25
+ - 147a21a: - Update divider recipe.
26
+
3
27
  ## 0.1.3-dev.5
4
28
 
5
29
  ### 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.3-dev.5",
4
+ "version": "0.1.3",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -1,7 +1,7 @@
1
1
  import { memo, splitProps } from '../helpers.mjs';
2
2
  import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
3
 
4
- const scrollbarRecipeFn = /* @__PURE__ */ createRecipe('skeleton', {}, [])
4
+ const scrollbarRecipeFn = /* @__PURE__ */ createRecipe('scrollbar', {}, [])
5
5
 
6
6
  const scrollbarRecipeVariantMap = {}
7
7