@unocss/preset-mini 66.6.1 → 66.6.2

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
@@ -1,7 +1,7 @@
1
1
  import { C as globalKeywords, d as parseColor } from "./utils-BiEVyyOJ.mjs";
2
- import { t as rules } from "./rules-aqtHAH03.mjs";
2
+ import { t as rules } from "./rules-DIZf3KzB.mjs";
3
3
  import { t as colors } from "./colors-Cxq9P2g9.mjs";
4
- import { t as theme } from "./theme-4sCaBcHb.mjs";
4
+ import { t as theme } from "./theme-B0WWWQYh.mjs";
5
5
  import { variants } from "./variants.mjs";
6
6
  import { definePreset, entriesToCss, toArray } from "@unocss/core";
7
7
  import { extractorArbitraryVariants } from "@unocss/extractor-arbitrary-variants";
@@ -1162,7 +1162,6 @@ const transformCpu = [
1162
1162
  "scaleY(var(--un-scale-y))"
1163
1163
  ].join(" ");
1164
1164
  const transform = [
1165
- "perspective(var(--un-perspective))",
1166
1165
  "translateX(var(--un-translate-x))",
1167
1166
  "translateY(var(--un-translate-y))",
1168
1167
  "translateZ(var(--un-translate-z))",
@@ -1214,7 +1213,7 @@ const transforms = [
1214
1213
  if (v != null) {
1215
1214
  if (t) return {
1216
1215
  "--un-perspective": `perspective(${v})`,
1217
- "transform": transform
1216
+ "transform": `var(--un-perspective) ${transform}`
1218
1217
  };
1219
1218
  return {
1220
1219
  "-webkit-perspective": v,
package/dist/rules.mjs CHANGED
@@ -1,3 +1,3 @@
1
- import { $ as flex, A as fontStyles, B as alignments, C as contains, D as displays, E as cursors, F as textWraps, G as justifies, H as flexGridJustifiesAlignments, I as userSelects, J as positions, K as orders, L as varEmpty, M as resizes, N as textOverflows, O as fieldSizing, P as textTransforms, Q as gaps, R as whitespaces, S as breaks, T as contents, U as floats, V as boxSizing, W as insets, X as overflows, Y as zIndexes, Z as grids, _ as boxShadows, a as tabSizes, at as borderStyles, b as rings, c as textStrokes, ct as appearance, d as transforms, dt as textAligns, et as textDecorations, f as svgUtilities, ft as verticalAligns, g as sizes, h as aspectRatio, i as fonts, it as opacity, j as pointerEvents, k as fontSmoothings, l as transitions, lt as outline, m as paddings, n as cssProperty, nt as bgColors, o as textIndents, ot as borders, p as margins, q as placements, r as cssVariables, rt as colorScheme, s as textShadows, st as handlerBorderStyle, t as rules, tt as containerParent, u as transformBase, ut as willChange, v as boxShadowsBase, w as contentVisibility, x as appearances, y as ringBase, z as questionMark } from "./rules-aqtHAH03.mjs";
1
+ import { $ as flex, A as fontStyles, B as alignments, C as contains, D as displays, E as cursors, F as textWraps, G as justifies, H as flexGridJustifiesAlignments, I as userSelects, J as positions, K as orders, L as varEmpty, M as resizes, N as textOverflows, O as fieldSizing, P as textTransforms, Q as gaps, R as whitespaces, S as breaks, T as contents, U as floats, V as boxSizing, W as insets, X as overflows, Y as zIndexes, Z as grids, _ as boxShadows, a as tabSizes, at as borderStyles, b as rings, c as textStrokes, ct as appearance, d as transforms, dt as textAligns, et as textDecorations, f as svgUtilities, ft as verticalAligns, g as sizes, h as aspectRatio, i as fonts, it as opacity, j as pointerEvents, k as fontSmoothings, l as transitions, lt as outline, m as paddings, n as cssProperty, nt as bgColors, o as textIndents, ot as borders, p as margins, q as placements, r as cssVariables, rt as colorScheme, s as textShadows, st as handlerBorderStyle, t as rules, tt as containerParent, u as transformBase, ut as willChange, v as boxShadowsBase, w as contentVisibility, x as appearances, y as ringBase, z as questionMark } from "./rules-DIZf3KzB.mjs";
2
2
 
3
3
  export { alignments, appearance, appearances, aspectRatio, bgColors, borderStyles, borders, boxShadows, boxShadowsBase, boxSizing, breaks, colorScheme, containerParent, contains, contentVisibility, contents, cssProperty, cssVariables, cursors, displays, fieldSizing, flex, flexGridJustifiesAlignments, floats, fontSmoothings, fontStyles, fonts, gaps, grids, handlerBorderStyle, insets, justifies, margins, opacity, orders, outline, overflows, paddings, placements, pointerEvents, positions, questionMark, resizes, ringBase, rings, rules, sizes, svgUtilities, tabSizes, textAligns, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, textWraps, transformBase, transforms, transitions, userSelects, varEmpty, verticalAligns, whitespaces, willChange, zIndexes };
@@ -1,4 +1,4 @@
1
- import { u as transformBase, v as boxShadowsBase, y as ringBase } from "./rules-aqtHAH03.mjs";
1
+ import { u as transformBase, v as boxShadowsBase, y as ringBase } from "./rules-DIZf3KzB.mjs";
2
2
  import { t as colors } from "./colors-Cxq9P2g9.mjs";
3
3
 
4
4
  //#region src/_theme/filters.ts
package/dist/theme.mjs CHANGED
@@ -1,4 +1,4 @@
1
1
  import { t as colors } from "./colors-Cxq9P2g9.mjs";
2
- import { A as textStrokeWidth, C as fontFamily, D as lineHeight, E as letterSpacing, M as blur, N as dropShadow, O as textIndent, S as zIndex, T as fontWeight, _ as lineWidth, a as height, b as spacing, c as maxHeight, d as width, f as preflightBase, g as duration, h as breakpoints, i as containers, j as wordSpacing, k as textShadow, l as maxInlineSize, m as boxShadow, n as baseSize, o as inlineSize, p as borderRadius, r as blockSize, s as maxBlockSize, t as theme, u as maxWidth, v as media, w as fontSize, x as verticalBreakpoints, y as ringWidth } from "./theme-4sCaBcHb.mjs";
2
+ import { A as textStrokeWidth, C as fontFamily, D as lineHeight, E as letterSpacing, M as blur, N as dropShadow, O as textIndent, S as zIndex, T as fontWeight, _ as lineWidth, a as height, b as spacing, c as maxHeight, d as width, f as preflightBase, g as duration, h as breakpoints, i as containers, j as wordSpacing, k as textShadow, l as maxInlineSize, m as boxShadow, n as baseSize, o as inlineSize, p as borderRadius, r as blockSize, s as maxBlockSize, t as theme, u as maxWidth, v as media, w as fontSize, x as verticalBreakpoints, y as ringWidth } from "./theme-B0WWWQYh.mjs";
3
3
 
4
4
  export { baseSize, blockSize, blur, borderRadius, boxShadow, breakpoints, colors, containers, dropShadow, duration, fontFamily, fontSize, fontWeight, height, inlineSize, letterSpacing, lineHeight, lineWidth, maxBlockSize, maxHeight, maxInlineSize, maxWidth, media, preflightBase, ringWidth, spacing, textIndent, textShadow, textStrokeWidth, theme, verticalBreakpoints, width, wordSpacing, zIndex };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/preset-mini",
3
3
  "type": "module",
4
- "version": "66.6.1",
4
+ "version": "66.6.2",
5
5
  "description": "The minimal preset for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -42,9 +42,9 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@unocss/extractor-arbitrary-variants": "66.6.1",
46
- "@unocss/core": "66.6.1",
47
- "@unocss/rule-utils": "66.6.1"
45
+ "@unocss/core": "66.6.2",
46
+ "@unocss/extractor-arbitrary-variants": "66.6.2",
47
+ "@unocss/rule-utils": "66.6.2"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "tsdown",