@unocss/preset-mini 0.36.0 → 0.37.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.
@@ -226,7 +226,9 @@ const maxHeight = {
226
226
  };
227
227
 
228
228
  const preflightBase = {
229
- ...transform.transformBase
229
+ ...transform.transformBase,
230
+ ...transform.boxShadowsBase,
231
+ ...transform.ringBase
230
232
  };
231
233
 
232
234
  const theme = {
@@ -1,5 +1,5 @@
1
1
  import { c as colors } from './colors.mjs';
2
- import { t as transformBase } from './transform.mjs';
2
+ import { t as transformBase, b as boxShadowsBase, r as ringBase } from './transform.mjs';
3
3
 
4
4
  const fontFamily = {
5
5
  sans: [
@@ -224,7 +224,9 @@ const maxHeight = {
224
224
  };
225
225
 
226
226
  const preflightBase = {
227
- ...transformBase
227
+ ...transformBase,
228
+ ...boxShadowsBase,
229
+ ...ringBase
228
230
  };
229
231
 
230
232
  const theme = {