@stokelp/styled-system 2.49.2 → 2.50.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokelp/styled-system",
3
- "version": "2.49.2",
3
+ "version": "2.50.0",
4
4
  "description": "Stokelp UI styled-system",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "schemaVersion": "0.53.0",
2
+ "schemaVersion": "0.53.2",
3
3
  "styles": {
4
4
  "atomic": [
5
5
  "fill]___[value:none",
@@ -32,6 +32,12 @@
32
32
  "color]___[value:error.700]___[cond:_hover",
33
33
  "color]___[value:error.700]___[cond:_active",
34
34
  "minWidth]___[value:auto",
35
+ "borderRadius]___[value:3px]___[cond:& > svg",
36
+ "display]___[value:flex",
37
+ "alignItems]___[value:center",
38
+ "gap]___[value:space-8",
39
+ "flexDirection]___[value:row",
40
+ "width]___[value:full",
35
41
  "truncate]___[value:true",
36
42
  "padding]___[value:space-8",
37
43
  "textAlign]___[value:center",
@@ -42,12 +48,6 @@
42
48
  "paddingInline]___[value:space-8",
43
49
  "width]___[value:21px]___[cond:& > svg",
44
50
  "height]___[value:15px]___[cond:& > svg",
45
- "borderRadius]___[value:3px]___[cond:& > svg",
46
- "display]___[value:flex",
47
- "alignItems]___[value:center",
48
- "gap]___[value:space-8",
49
- "flexDirection]___[value:row",
50
- "width]___[value:full",
51
51
  "width]___[value:fit-content !important",
52
52
  "justifyContent]___[value:center",
53
53
  "flex]___[value:0 0 auto",
@@ -111,6 +111,11 @@
111
111
  "size]___[value:lg]___[recipe:iconButton",
112
112
  "severity]___[value:danger]___[recipe:iconButton"
113
113
  ],
114
+ "priceTag": [
115
+ "size]___[value:md]___[recipe:priceTag",
116
+ "size]___[value:sm]___[recipe:priceTag",
117
+ "size]___[value:lg]___[recipe:priceTag"
118
+ ],
114
119
  "avatar": [
115
120
  "size]___[value:md]___[recipe:avatar",
116
121
  "size]___[value:sm]___[recipe:avatar",
@@ -176,11 +181,6 @@
176
181
  ],
177
182
  "collapsible": [],
178
183
  "productCardCatalog": [],
179
- "priceTag": [
180
- "size]___[value:sm]___[recipe:priceTag",
181
- "size]___[value:md]___[recipe:priceTag",
182
- "size]___[value:lg]___[recipe:priceTag"
183
- ],
184
184
  "icon": [
185
185
  "size]___[value:md]___[recipe:icon",
186
186
  "size]___[value:xs]___[recipe:icon",
@@ -106,7 +106,7 @@ export interface Conditions {
106
106
  "_groupChecked": string
107
107
  /** `.group:is([aria-expanded=true], [data-expanded], [data-state="expanded"]) &` */
108
108
  "_groupExpanded": string
109
- /** `.group:invalid &` */
109
+ /** `.group:is(:invalid, [data-invalid]) &` */
110
110
  "_groupInvalid": string
111
111
  /** `&:where(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state=indeterminate])` */
112
112
  "_indeterminate": string
@@ -146,7 +146,7 @@ export interface Conditions {
146
146
  "_open": string
147
147
  /** `&:where([data-state=closed])` */
148
148
  "_closed": string
149
- /** `&is(:fullscreen, [data-fullscreen])` */
149
+ /** `&:is(:fullscreen, [data-fullscreen])` */
150
150
  "_fullscreen": string
151
151
  /** `&:is([data-loading], [aria-busy=true])` */
152
152
  "_loading": string