@mekari/pixel3-styled-system 0.1.2-dev.4 → 0.1.2-dev.5

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,11 @@
1
1
  # @mekari/pixel3-styled-system
2
2
 
3
+ ## 0.1.2-dev.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 11d331d: Generated style-system
8
+
3
9
  ## 0.1.2-dev.4
4
10
 
5
11
  ### 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.2-dev.4",
4
+ "version": "0.1.2-dev.5",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -3,7 +3,10 @@ import type { ConditionalValue } from '../types/index';
3
3
  import type { DistributiveOmit, Pretty } from '../types/system-types';
4
4
 
5
5
  interface TextlinkRecipeVariant {
6
- variant: "primary" | "secondary" | "danger"
6
+ /**
7
+ * @default "primary"
8
+ */
9
+ variant: "primary" | "secondary" | "danger"
7
10
  }
8
11
 
9
12
  type TextlinkRecipeVariantMap = {
@@ -1,7 +1,9 @@
1
1
  import { memo, splitProps } from '../helpers.mjs';
2
2
  import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
3
 
4
- const textlinkRecipeFn = /* @__PURE__ */ createRecipe('textlink', {}, [
4
+ const textlinkRecipeFn = /* @__PURE__ */ createRecipe('textlink', {
5
+ "variant": "primary"
6
+ }, [
5
7
  {
6
8
  "variant": [
7
9
  "primary",