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

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,75 @@
1
1
  # @mekari/pixel3-styled-system
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f6207fe: - Updated recipe for `MpAvatar`.
8
+ - f6207fe: Fix all lint & code format
9
+ - f6207fe: Generated styled
10
+ - f6207fe: Generated style-system
11
+ - f6207fe: - Updated recipe for `MpInput`.
12
+ - f6207fe: Update styled system
13
+ - f6207fe: Fix position close button when size sm
14
+ - f6207fe: - Update recipe for MpDivider.
15
+ - f6207fe: - Update styled system
16
+ - f6207fe: - Added new `aireneButtonSlotRecipe` recipe.
17
+ - Added new token `vibrantPurple`.
18
+ - f6207fe: - Updated recipe for `MpTag`.
19
+ - Updated recipe for `MpSegmentedControl`.
20
+ - f6207fe: - Update New Token Pixel 2.4 :
21
+ - `Accordion`
22
+ - `AutoColete`
23
+ - `Avatar`
24
+ - `Banner`
25
+ - `Broadcast`
26
+ - `Button`
27
+ - `Carousel`
28
+ - `Chart`
29
+ - `ColorPicker`
30
+ - `DatePicker`
31
+ - `Divider`
32
+ - `Dropzone`
33
+ - `FormControl`
34
+ - `InputTag`
35
+ - `Input`
36
+ - `Modal`
37
+ - `PopOver`
38
+ - `Progress`
39
+ - `Radio`
40
+ - `RichTextEditor`
41
+ - `SegmentedControl`
42
+ - `Select`
43
+ - `Slider`
44
+ - `Table`
45
+ - `Tabs`
46
+ - `Tag`
47
+ - `Texarea`
48
+ - `Timeline`
49
+ - `Toast`
50
+ - `Toggle`
51
+ - `ToolTip`
52
+ - `Upload`
53
+ - f6207fe: - Updated recipe for `MpToast`.
54
+ - f6207fe: - Update toast recipe.
55
+ - f6207fe: Generate new styled-system
56
+ - f6207fe: Fix Types
57
+ - f6207fe: - Update airene button recipe.
58
+ - f6207fe: - Update styled system.
59
+ - f6207fe: - Update tag recipe.
60
+ - f6207fe: - Update broadcast recipe.
61
+ - f6207fe: - Updated recipe for `MpText`.
62
+ - Updated recipe for `MpBanner`.
63
+ - Updated recipe for `MpIcon`.
64
+ - f6207fe: - Update `theme` global css with new token
65
+ - f6207fe: - Update recipe.
66
+
67
+ ## 0.1.2-dev.5
68
+
69
+ ### Patch Changes
70
+
71
+ - 11d331d: Generated style-system
72
+
3
73
  ## 0.1.2-dev.4
4
74
 
5
75
  ### 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",
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",