@unocss/preset-mini 0.62.1 → 0.62.3

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/index.mjs CHANGED
@@ -2,7 +2,7 @@ import { entriesToCss, toArray, definePreset } from '@unocss/core';
2
2
  import { extractorArbitraryVariants } from '@unocss/extractor-arbitrary-variants';
3
3
  import { g as globalKeywords } from './shared/preset-mini.k49jxnhJ.mjs';
4
4
  export { k as parseColor } from './shared/preset-mini.k49jxnhJ.mjs';
5
- import { t as theme } from './shared/preset-mini.CRU4-Aj-.mjs';
5
+ import { t as theme } from './shared/preset-mini.MvpFhrjh.mjs';
6
6
  import { r as rules } from './shared/preset-mini.BV8O2jOP.mjs';
7
7
  import { j as variants } from './shared/preset-mini.BcAMrOfV.mjs';
8
8
  export { colors } from './colors.mjs';
@@ -251,7 +251,7 @@ const easing = {
251
251
  const transitionProperty = {
252
252
  none: "none",
253
253
  all: "all",
254
- colors: ["color", "background-color", "border-color", "outline-color", "text-decoration-color", "fill", "stroke"].join(","),
254
+ colors: ["color", "background-color", "border-color", "text-decoration-color", "fill", "stroke"].join(","),
255
255
  opacity: "opacity",
256
256
  shadow: "box-shadow",
257
257
  transform: "transform",
package/dist/theme.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  export { colors } from './colors.mjs';
2
- export { u as baseSize, b as blur, n as borderRadius, o as boxShadow, j as breakpoints, C as containers, d as dropShadow, m as duration, f as fontFamily, a as fontSize, i as fontWeight, A as height, h as letterSpacing, l as lineHeight, k as lineWidth, B as maxHeight, y as maxWidth, p as media, q as preflightBase, r as ringWidth, s as spacing, c as textIndent, g as textShadow, e as textStrokeWidth, t as theme, v as verticalBreakpoints, x as width, w as wordSpacing, z as zIndex } from './shared/preset-mini.CRU4-Aj-.mjs';
2
+ export { u as baseSize, b as blur, n as borderRadius, o as boxShadow, j as breakpoints, C as containers, d as dropShadow, m as duration, f as fontFamily, a as fontSize, i as fontWeight, A as height, h as letterSpacing, l as lineHeight, k as lineWidth, B as maxHeight, y as maxWidth, p as media, q as preflightBase, r as ringWidth, s as spacing, c as textIndent, g as textShadow, e as textStrokeWidth, t as theme, v as verticalBreakpoints, x as width, w as wordSpacing, z as zIndex } from './shared/preset-mini.MvpFhrjh.mjs';
3
3
  import './shared/preset-mini.DKJ8kHBp.mjs';
4
4
  import './shared/preset-mini.k49jxnhJ.mjs';
5
5
  import '@unocss/core';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/preset-mini",
3
3
  "type": "module",
4
- "version": "0.62.1",
4
+ "version": "0.62.3",
5
5
  "description": "The minimal preset for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -56,9 +56,9 @@
56
56
  "dist"
57
57
  ],
58
58
  "dependencies": {
59
- "@unocss/core": "0.62.1",
60
- "@unocss/rule-utils": "0.62.1",
61
- "@unocss/extractor-arbitrary-variants": "0.62.1"
59
+ "@unocss/extractor-arbitrary-variants": "0.62.3",
60
+ "@unocss/rule-utils": "0.62.3",
61
+ "@unocss/core": "0.62.3"
62
62
  },
63
63
  "scripts": {
64
64
  "build": "unbuild",