@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 CHANGED
@@ -253,6 +253,18 @@ const { styled: $80923bc9c1ba824c$export$3817b7a54a07cec7 , css: $80923bc9c1ba82
253
253
  96: "24rem"
254
254
  }
255
255
  },
256
+ media: {
257
+ xs: "(min-width: 320px)",
258
+ sm: "(min-width: 425px)",
259
+ md: "(min-width: 768px)",
260
+ lg: "(min-width: 1204px)",
261
+ xl: "(min-width: 1440px)",
262
+ "2xl": "(min-width: 1536px)",
263
+ motion: "(prefers-reduced-motion)",
264
+ hover: "(any-hover: hover)",
265
+ dark: "(prefers-color-scheme: dark)",
266
+ light: "(prefers-color-scheme: light)"
267
+ },
256
268
  utils: {
257
269
  p: (value)=>({
258
270
  padding: value
@@ -1639,7 +1651,7 @@ const $c68076e2eb9f7d63$export$303ef672e091d99 = (0, $80923bc9c1ba824c$export$db
1639
1651
  size: {
1640
1652
  xs: {
1641
1653
  px: 12,
1642
- fontSize: "$3"
1654
+ fontSize: "$2"
1643
1655
  },
1644
1656
  sm: {
1645
1657
  "$$button-base-height": "32px",