@unocss/preset-mini 0.58.1 → 0.58.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.cjs CHANGED
@@ -6,7 +6,7 @@ const core = require('@unocss/core');
6
6
  const extractorArbitraryVariants = require('@unocss/extractor-arbitrary-variants');
7
7
  const utilities = require('./shared/preset-mini.UhMMbd34.cjs');
8
8
  const _default = require('./shared/preset-mini.fgwIVvur.cjs');
9
- const _default$1 = require('./shared/preset-mini.g6cWGZM2.cjs');
9
+ const _default$1 = require('./shared/preset-mini.Ot1_vHus.cjs');
10
10
  const _default$2 = require('./shared/preset-mini.jXC5Sr98.cjs');
11
11
  const colors = require('./colors.cjs');
12
12
  require('@unocss/rule-utils');
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import { extractorArbitraryVariants } from '@unocss/extractor-arbitrary-variants
3
3
  import { g as globalKeywords } from './shared/preset-mini.0CcynBZx.mjs';
4
4
  export { f as parseColor } from './shared/preset-mini.0CcynBZx.mjs';
5
5
  import { t as theme } from './shared/preset-mini.zC_vZg74.mjs';
6
- import { r as rules } from './shared/preset-mini.ORVb5Lu8.mjs';
6
+ import { r as rules } from './shared/preset-mini.i2BLKmj6.mjs';
7
7
  import { h as variants } from './shared/preset-mini.AVP8I7_j.mjs';
8
8
  export { colors } from './colors.mjs';
9
9
  import '@unocss/rule-utils';
package/dist/rules.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const _default = require('./shared/preset-mini.g6cWGZM2.cjs');
3
+ const _default = require('./shared/preset-mini.Ot1_vHus.cjs');
4
4
  const transform = require('./shared/preset-mini.-3Qybdh5.cjs');
5
5
  require('./shared/preset-mini.UhMMbd34.cjs');
6
6
  require('@unocss/core');
package/dist/rules.mjs CHANGED
@@ -1,4 +1,4 @@
1
- export { s as alignments, a as appearance, E as aspectRatio, e as bgColors, b as borderStyles, c as borders, B as boxSizing, f as colorScheme, g as containerParent, P as cssProperty, O as cssVariables, j as flex, x as flexGridJustifiesAlignments, z as floats, J as fonts, k as gaps, l as grids, h as handlerBorderStyle, y as insets, n as justifies, G as margins, d as opacity, q as orders, o as outline, m as overflows, F as paddings, u as placements, p as positions, C as questionMark, r as rules, D as sizes, H as svgUtilities, K as tabSizes, t as textAligns, i as textDecorations, L as textIndents, N as textShadows, M as textStrokes, I as transitions, v as verticalAligns, w as willChange, A as zIndexes } from './shared/preset-mini.ORVb5Lu8.mjs';
1
+ export { s as alignments, a as appearance, E as aspectRatio, e as bgColors, b as borderStyles, c as borders, B as boxSizing, f as colorScheme, g as containerParent, P as cssProperty, O as cssVariables, j as flex, x as flexGridJustifiesAlignments, z as floats, J as fonts, k as gaps, l as grids, h as handlerBorderStyle, y as insets, n as justifies, G as margins, d as opacity, q as orders, o as outline, m as overflows, F as paddings, u as placements, p as positions, C as questionMark, r as rules, D as sizes, H as svgUtilities, K as tabSizes, t as textAligns, i as textDecorations, L as textIndents, N as textShadows, M as textStrokes, I as transitions, v as verticalAligns, w as willChange, A as zIndexes } from './shared/preset-mini.i2BLKmj6.mjs';
2
2
  export { e as appearances, c as boxShadows, b as boxShadowsBase, k as breaks, g as contains, i as contentVisibility, j as contents, f as cursors, d as displays, o as fontSmoothings, n as fontStyles, p as pointerEvents, h as resizes, r as ringBase, a as rings, l as textOverflows, m as textTransforms, t as textWraps, q as transformBase, s as transforms, u as userSelects, v as varEmpty, w as whitespaces } from './shared/preset-mini.0UJFjS_1.mjs';
3
3
  import './shared/preset-mini.0CcynBZx.mjs';
4
4
  import '@unocss/core';
@@ -56,10 +56,8 @@ function handleColorOrWidth$2(match, ctx) {
56
56
  return utilities.colorResolver("outline-color", "outline-color", "borderColor")(match, ctx);
57
57
  }
58
58
  const appearance = [
59
- ["appearance-none", {
60
- "-webkit-appearance": "none",
61
- "appearance": "none"
62
- }]
59
+ ["appearance-auto", { "-webkit-appearance": "auto", "appearance": "auto" }],
60
+ ["appearance-none", { "-webkit-appearance": "none", "appearance": "none" }]
63
61
  ];
64
62
  function willChangeProperty(prop) {
65
63
  return utilities.h.properties.auto.global(prop) ?? {
@@ -54,10 +54,8 @@ function handleColorOrWidth$2(match, ctx) {
54
54
  return colorResolver("outline-color", "outline-color", "borderColor")(match, ctx);
55
55
  }
56
56
  const appearance = [
57
- ["appearance-none", {
58
- "-webkit-appearance": "none",
59
- "appearance": "none"
60
- }]
57
+ ["appearance-auto", { "-webkit-appearance": "auto", "appearance": "auto" }],
58
+ ["appearance-none", { "-webkit-appearance": "none", "appearance": "none" }]
61
59
  ];
62
60
  function willChangeProperty(prop) {
63
61
  return h.properties.auto.global(prop) ?? {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-mini",
3
- "version": "0.58.1",
3
+ "version": "0.58.3",
4
4
  "description": "The minimal preset for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -61,9 +61,9 @@
61
61
  "dist"
62
62
  ],
63
63
  "dependencies": {
64
- "@unocss/core": "0.58.1",
65
- "@unocss/extractor-arbitrary-variants": "0.58.1",
66
- "@unocss/rule-utils": "0.58.1"
64
+ "@unocss/core": "0.58.3",
65
+ "@unocss/extractor-arbitrary-variants": "0.58.3",
66
+ "@unocss/rule-utils": "0.58.3"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "unbuild",