@parrot-co/parrot-ui 0.0.57 → 0.0.59
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/dist/main.js +13 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +13 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +968 -55
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/module.js
CHANGED
|
@@ -216,6 +216,18 @@ const { styled: $9ade691eb9e41cfb$export$3817b7a54a07cec7 , css: $9ade691eb9e41c
|
|
|
216
216
|
96: "24rem"
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
|
+
media: {
|
|
220
|
+
xs: "(min-width: 320px)",
|
|
221
|
+
sm: "(min-width: 425px)",
|
|
222
|
+
md: "(min-width: 768px)",
|
|
223
|
+
lg: "(min-width: 1204px)",
|
|
224
|
+
xl: "(min-width: 1440px)",
|
|
225
|
+
"2xl": "(min-width: 1536px)",
|
|
226
|
+
motion: "(prefers-reduced-motion)",
|
|
227
|
+
hover: "(any-hover: hover)",
|
|
228
|
+
dark: "(prefers-color-scheme: dark)",
|
|
229
|
+
light: "(prefers-color-scheme: light)"
|
|
230
|
+
},
|
|
219
231
|
utils: {
|
|
220
232
|
p: (value)=>({
|
|
221
233
|
padding: value
|
|
@@ -1602,7 +1614,7 @@ const $6be0cf1a8e0dd120$export$303ef672e091d99 = (0, $9ade691eb9e41cfb$export$db
|
|
|
1602
1614
|
size: {
|
|
1603
1615
|
xs: {
|
|
1604
1616
|
px: 12,
|
|
1605
|
-
fontSize: "$
|
|
1617
|
+
fontSize: "$2"
|
|
1606
1618
|
},
|
|
1607
1619
|
sm: {
|
|
1608
1620
|
"$$button-base-height": "32px",
|