@parrot-co/parrot-ui 0.0.58 → 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/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