@unocss/preset-mini 0.57.3 → 0.57.5

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.
Files changed (42) hide show
  1. package/dist/colors.d.cts +1 -1
  2. package/dist/colors.d.mts +1 -1
  3. package/dist/colors.d.ts +1 -1
  4. package/dist/index.cjs +2 -2
  5. package/dist/index.d.cts +4 -4
  6. package/dist/index.d.mts +4 -4
  7. package/dist/index.d.ts +4 -4
  8. package/dist/index.mjs +3 -3
  9. package/dist/rules.cjs +2 -2
  10. package/dist/rules.d.cts +1 -1
  11. package/dist/rules.d.mts +1 -1
  12. package/dist/rules.d.ts +1 -1
  13. package/dist/rules.mjs +3 -3
  14. package/dist/shared/{preset-mini.4f6bb564.d.ts → preset-mini.I6gBcB-0.d.ts} +1 -1
  15. package/dist/shared/{preset-mini.42388afd.mjs → preset-mini.eC889yOr.mjs} +1 -1
  16. package/dist/shared/{preset-mini.86b18338.d.cts → preset-mini.k2FJE6fu.d.mts} +1 -1
  17. package/dist/shared/{preset-mini.5e80d683.d.cts → preset-mini.kcLG2qdT.d.cts} +1 -1
  18. package/dist/shared/{preset-mini.cdf5f35b.d.mts → preset-mini.lNfhAyxn.d.cts} +1 -1
  19. package/dist/shared/{preset-mini.83453df4.cjs → preset-mini.rQZBqEvF.cjs} +1 -1
  20. package/dist/shared/{preset-mini.31acf3c2.d.ts → preset-mini.xS10lyTI.d.ts} +1 -1
  21. package/dist/shared/{preset-mini.2492ad3a.d.mts → preset-mini.zdwLl6RJ.d.mts} +1 -1
  22. package/dist/theme.cjs +2 -2
  23. package/dist/theme.d.cts +3 -3
  24. package/dist/theme.d.mts +3 -3
  25. package/dist/theme.d.ts +3 -3
  26. package/dist/theme.mjs +2 -2
  27. package/dist/utils.cjs +1 -1
  28. package/dist/utils.d.cts +4 -4
  29. package/dist/utils.d.mts +4 -4
  30. package/dist/utils.d.ts +4 -4
  31. package/dist/utils.mjs +1 -1
  32. package/dist/variants.cjs +1 -1
  33. package/dist/variants.d.cts +3 -3
  34. package/dist/variants.d.mts +3 -3
  35. package/dist/variants.d.ts +3 -3
  36. package/dist/variants.mjs +1 -1
  37. package/package.json +4 -4
  38. /package/dist/shared/{preset-mini.0c3a2188.mjs → preset-mini.FlSC5Qpy.mjs} +0 -0
  39. /package/dist/shared/{preset-mini.6e321bc3.d.cts → preset-mini.XbONgpj9.d.cts} +0 -0
  40. /package/dist/shared/{preset-mini.6e321bc3.d.mts → preset-mini.XbONgpj9.d.mts} +0 -0
  41. /package/dist/shared/{preset-mini.6e321bc3.d.ts → preset-mini.XbONgpj9.d.ts} +0 -0
  42. /package/dist/shared/{preset-mini.2100ae00.cjs → preset-mini.ZU_IpTeH.cjs} +0 -0
package/dist/colors.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as Colors } from './shared/preset-mini.6e321bc3.cjs';
1
+ import { C as Colors } from './shared/preset-mini.XbONgpj9.cjs';
2
2
  import '@unocss/core';
3
3
 
4
4
  declare const colors: {
package/dist/colors.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as Colors } from './shared/preset-mini.6e321bc3.mjs';
1
+ import { C as Colors } from './shared/preset-mini.XbONgpj9.mjs';
2
2
  import '@unocss/core';
3
3
 
4
4
  declare const colors: {
package/dist/colors.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as Colors } from './shared/preset-mini.6e321bc3.js';
1
+ import { C as Colors } from './shared/preset-mini.XbONgpj9.js';
2
2
  import '@unocss/core';
3
3
 
4
4
  declare const colors: {
package/dist/index.cjs CHANGED
@@ -4,13 +4,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const core = require('@unocss/core');
6
6
  const extractorArbitraryVariants = require('@unocss/extractor-arbitrary-variants');
7
- const utils = require('./shared/preset-mini.2100ae00.cjs');
7
+ const utils = require('./shared/preset-mini.ZU_IpTeH.cjs');
8
8
  const theme = require('./theme.cjs');
9
9
  const rules = require('./rules.cjs');
10
10
  const variants = require('./variants.cjs');
11
11
  const colors = require('./colors.cjs');
12
12
  require('@unocss/rule-utils');
13
- require('./shared/preset-mini.83453df4.cjs');
13
+ require('./shared/preset-mini.rQZBqEvF.cjs');
14
14
 
15
15
  const preflights = [
16
16
  {
package/dist/index.d.cts CHANGED
@@ -1,10 +1,10 @@
1
1
  import * as _unocss_core from '@unocss/core';
2
2
  import { Preflight, PresetOptions, Postprocessor } from '@unocss/core';
3
- import { T as Theme } from './shared/preset-mini.6e321bc3.cjs';
4
- export { a as ThemeAnimation } from './shared/preset-mini.6e321bc3.cjs';
5
- export { t as theme } from './shared/preset-mini.5e80d683.cjs';
3
+ import { T as Theme } from './shared/preset-mini.XbONgpj9.cjs';
4
+ export { a as ThemeAnimation } from './shared/preset-mini.XbONgpj9.cjs';
5
+ export { t as theme } from './shared/preset-mini.kcLG2qdT.cjs';
6
6
  export { colors } from './colors.cjs';
7
- export { p as parseColor } from './shared/preset-mini.86b18338.cjs';
7
+ export { p as parseColor } from './shared/preset-mini.lNfhAyxn.cjs';
8
8
 
9
9
  declare const preflights: Preflight<Theme>[];
10
10
 
package/dist/index.d.mts CHANGED
@@ -1,10 +1,10 @@
1
1
  import * as _unocss_core from '@unocss/core';
2
2
  import { Preflight, PresetOptions, Postprocessor } from '@unocss/core';
3
- import { T as Theme } from './shared/preset-mini.6e321bc3.mjs';
4
- export { a as ThemeAnimation } from './shared/preset-mini.6e321bc3.mjs';
5
- export { t as theme } from './shared/preset-mini.2492ad3a.mjs';
3
+ import { T as Theme } from './shared/preset-mini.XbONgpj9.mjs';
4
+ export { a as ThemeAnimation } from './shared/preset-mini.XbONgpj9.mjs';
5
+ export { t as theme } from './shared/preset-mini.zdwLl6RJ.mjs';
6
6
  export { colors } from './colors.mjs';
7
- export { p as parseColor } from './shared/preset-mini.cdf5f35b.mjs';
7
+ export { p as parseColor } from './shared/preset-mini.k2FJE6fu.mjs';
8
8
 
9
9
  declare const preflights: Preflight<Theme>[];
10
10
 
package/dist/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  import * as _unocss_core from '@unocss/core';
2
2
  import { Preflight, PresetOptions, Postprocessor } from '@unocss/core';
3
- import { T as Theme } from './shared/preset-mini.6e321bc3.js';
4
- export { a as ThemeAnimation } from './shared/preset-mini.6e321bc3.js';
5
- export { t as theme } from './shared/preset-mini.31acf3c2.js';
3
+ import { T as Theme } from './shared/preset-mini.XbONgpj9.js';
4
+ export { a as ThemeAnimation } from './shared/preset-mini.XbONgpj9.js';
5
+ export { t as theme } from './shared/preset-mini.xS10lyTI.js';
6
6
  export { colors } from './colors.js';
7
- export { p as parseColor } from './shared/preset-mini.4f6bb564.js';
7
+ export { p as parseColor } from './shared/preset-mini.I6gBcB-0.js';
8
8
 
9
9
  declare const preflights: Preflight<Theme>[];
10
10
 
package/dist/index.mjs CHANGED
@@ -1,13 +1,13 @@
1
1
  import { entriesToCss, toArray, definePreset } from '@unocss/core';
2
2
  import { extractorArbitraryVariants } from '@unocss/extractor-arbitrary-variants';
3
- import { g as globalKeywords } from './shared/preset-mini.0c3a2188.mjs';
4
- export { p as parseColor } from './shared/preset-mini.0c3a2188.mjs';
3
+ import { g as globalKeywords } from './shared/preset-mini.FlSC5Qpy.mjs';
4
+ export { p as parseColor } from './shared/preset-mini.FlSC5Qpy.mjs';
5
5
  import { theme } from './theme.mjs';
6
6
  import { rules } from './rules.mjs';
7
7
  import { variants } from './variants.mjs';
8
8
  export { colors } from './colors.mjs';
9
9
  import '@unocss/rule-utils';
10
- import './shared/preset-mini.42388afd.mjs';
10
+ import './shared/preset-mini.eC889yOr.mjs';
11
11
 
12
12
  const preflights = [
13
13
  {
package/dist/rules.cjs CHANGED
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- const utils = require('./shared/preset-mini.2100ae00.cjs');
3
+ const utils = require('./shared/preset-mini.ZU_IpTeH.cjs');
4
4
  const ruleUtils = require('@unocss/rule-utils');
5
5
  const core = require('@unocss/core');
6
- const transform = require('./shared/preset-mini.83453df4.cjs');
6
+ const transform = require('./shared/preset-mini.rQZBqEvF.cjs');
7
7
 
8
8
  const verticalAlignAlias = {
9
9
  "mid": "middle",
package/dist/rules.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Rule, CSSEntries, StaticRule } from '@unocss/core';
2
- import { T as Theme } from './shared/preset-mini.6e321bc3.cjs';
2
+ import { T as Theme } from './shared/preset-mini.XbONgpj9.cjs';
3
3
 
4
4
  declare const verticalAligns: Rule[];
5
5
  declare const textAligns: Rule[];
package/dist/rules.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Rule, CSSEntries, StaticRule } from '@unocss/core';
2
- import { T as Theme } from './shared/preset-mini.6e321bc3.mjs';
2
+ import { T as Theme } from './shared/preset-mini.XbONgpj9.mjs';
3
3
 
4
4
  declare const verticalAligns: Rule[];
5
5
  declare const textAligns: Rule[];
package/dist/rules.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Rule, CSSEntries, StaticRule } from '@unocss/core';
2
- import { T as Theme } from './shared/preset-mini.6e321bc3.js';
2
+ import { T as Theme } from './shared/preset-mini.XbONgpj9.js';
3
3
 
4
4
  declare const verticalAligns: Rule[];
5
5
  declare const textAligns: Rule[];
package/dist/rules.mjs CHANGED
@@ -1,8 +1,8 @@
1
- import { g as globalKeywords, h, c as colorResolver, e as directionMap, a as hasParseableColor, f as cornerMap, p as parseColor, i as isCSSMathFn, n as numberWithUnitRE, j as isSize, m as makeGlobalStaticRules, s as splitShorthand, b as colorableShadows, k as insetMap, r as resolveBreakpoints, l as directionSize } from './shared/preset-mini.0c3a2188.mjs';
1
+ import { g as globalKeywords, h, c as colorResolver, e as directionMap, a as hasParseableColor, f as cornerMap, p as parseColor, i as isCSSMathFn, n as numberWithUnitRE, j as isSize, m as makeGlobalStaticRules, s as splitShorthand, b as colorableShadows, k as insetMap, r as resolveBreakpoints, l as directionSize } from './shared/preset-mini.FlSC5Qpy.mjs';
2
2
  import { colorToString, colorOpacityToString, hasThemeFn, transformThemeFn } from '@unocss/rule-utils';
3
3
  import { warnOnce, toArray } from '@unocss/core';
4
- import { d as displays, c as contentVisibility, a as contents, e as textOverflows, f as textTransforms, g as fontStyles, h as fontSmoothings, i as boxShadows, j as rings, k as cursors, l as appearances, p as pointerEvents, m as resizes, u as userSelects, w as whitespaces, n as breaks, o as transforms, q as contains, s as textWraps } from './shared/preset-mini.42388afd.mjs';
5
- export { b as boxShadowsBase, r as ringBase, t as transformBase, v as varEmpty } from './shared/preset-mini.42388afd.mjs';
4
+ import { d as displays, c as contentVisibility, a as contents, e as textOverflows, f as textTransforms, g as fontStyles, h as fontSmoothings, i as boxShadows, j as rings, k as cursors, l as appearances, p as pointerEvents, m as resizes, u as userSelects, w as whitespaces, n as breaks, o as transforms, q as contains, s as textWraps } from './shared/preset-mini.eC889yOr.mjs';
5
+ export { b as boxShadowsBase, r as ringBase, t as transformBase, v as varEmpty } from './shared/preset-mini.eC889yOr.mjs';
6
6
 
7
7
  const verticalAlignAlias = {
8
8
  "mid": "middle",
@@ -1,5 +1,5 @@
1
1
  import { DynamicMatcher, ParsedColorValue, CSSObject, VariantContext, StaticRule } from '@unocss/core';
2
- import { T as Theme } from './preset-mini.6e321bc3.js';
2
+ import { T as Theme } from './preset-mini.XbONgpj9.js';
3
3
 
4
4
  declare const CONTROL_MINI_NO_NEGATIVE = "$$mini-no-negative";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { h, m as makeGlobalStaticRules, g as globalKeywords, c as colorResolver, a as hasParseableColor, b as colorableShadows, d as positionMap, x as xyzMap } from './preset-mini.0c3a2188.mjs';
1
+ import { h, m as makeGlobalStaticRules, g as globalKeywords, c as colorResolver, a as hasParseableColor, b as colorableShadows, d as positionMap, x as xyzMap } from './preset-mini.FlSC5Qpy.mjs';
2
2
 
3
3
  const cursorValues = ["auto", "default", "none", "context-menu", "help", "pointer", "progress", "wait", "cell", "crosshair", "text", "vertical-text", "alias", "copy", "move", "no-drop", "not-allowed", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out"];
4
4
  const containValues = ["none", "strict", "content", "size", "inline-size", "layout", "style", "paint"];
@@ -1,5 +1,5 @@
1
1
  import { DynamicMatcher, ParsedColorValue, CSSObject, VariantContext, StaticRule } from '@unocss/core';
2
- import { T as Theme } from './preset-mini.6e321bc3.cjs';
2
+ import { T as Theme } from './preset-mini.XbONgpj9.mjs';
3
3
 
4
4
  declare const CONTROL_MINI_NO_NEGATIVE = "$$mini-no-negative";
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as _unocss_core from '@unocss/core';
2
- import { C as Colors } from './preset-mini.6e321bc3.cjs';
2
+ import { C as Colors } from './preset-mini.XbONgpj9.cjs';
3
3
 
4
4
  declare const theme: {
5
5
  width: {
@@ -1,5 +1,5 @@
1
1
  import { DynamicMatcher, ParsedColorValue, CSSObject, VariantContext, StaticRule } from '@unocss/core';
2
- import { T as Theme } from './preset-mini.6e321bc3.mjs';
2
+ import { T as Theme } from './preset-mini.XbONgpj9.cjs';
3
3
 
4
4
  declare const CONTROL_MINI_NO_NEGATIVE = "$$mini-no-negative";
5
5
  /**
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const utils = require('./preset-mini.2100ae00.cjs');
3
+ const utils = require('./preset-mini.ZU_IpTeH.cjs');
4
4
 
5
5
  const cursorValues = ["auto", "default", "none", "context-menu", "help", "pointer", "progress", "wait", "cell", "crosshair", "text", "vertical-text", "alias", "copy", "move", "no-drop", "not-allowed", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out"];
6
6
  const containValues = ["none", "strict", "content", "size", "inline-size", "layout", "style", "paint"];
@@ -1,5 +1,5 @@
1
1
  import * as _unocss_core from '@unocss/core';
2
- import { C as Colors } from './preset-mini.6e321bc3.js';
2
+ import { C as Colors } from './preset-mini.XbONgpj9.js';
3
3
 
4
4
  declare const theme: {
5
5
  width: {
@@ -1,5 +1,5 @@
1
1
  import * as _unocss_core from '@unocss/core';
2
- import { C as Colors } from './preset-mini.6e321bc3.mjs';
2
+ import { C as Colors } from './preset-mini.XbONgpj9.mjs';
3
3
 
4
4
  declare const theme: {
5
5
  width: {
package/dist/theme.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  const colors = require('./colors.cjs');
4
- const transform = require('./shared/preset-mini.83453df4.cjs');
5
- require('./shared/preset-mini.2100ae00.cjs');
4
+ const transform = require('./shared/preset-mini.rQZBqEvF.cjs');
5
+ require('./shared/preset-mini.ZU_IpTeH.cjs');
6
6
  require('@unocss/rule-utils');
7
7
  require('@unocss/core');
8
8
 
package/dist/theme.d.cts CHANGED
@@ -1,7 +1,7 @@
1
1
  export { colors } from './colors.cjs';
2
- export { t as theme } from './shared/preset-mini.5e80d683.cjs';
3
- import { T as Theme } from './shared/preset-mini.6e321bc3.cjs';
4
- export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.6e321bc3.cjs';
2
+ export { t as theme } from './shared/preset-mini.kcLG2qdT.cjs';
3
+ import { T as Theme } from './shared/preset-mini.XbONgpj9.cjs';
4
+ export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.XbONgpj9.cjs';
5
5
  import '@unocss/core';
6
6
 
7
7
  declare const blur: {
package/dist/theme.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  export { colors } from './colors.mjs';
2
- export { t as theme } from './shared/preset-mini.2492ad3a.mjs';
3
- import { T as Theme } from './shared/preset-mini.6e321bc3.mjs';
4
- export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.6e321bc3.mjs';
2
+ export { t as theme } from './shared/preset-mini.zdwLl6RJ.mjs';
3
+ import { T as Theme } from './shared/preset-mini.XbONgpj9.mjs';
4
+ export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.XbONgpj9.mjs';
5
5
  import '@unocss/core';
6
6
 
7
7
  declare const blur: {
package/dist/theme.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  export { colors } from './colors.js';
2
- export { t as theme } from './shared/preset-mini.31acf3c2.js';
3
- import { T as Theme } from './shared/preset-mini.6e321bc3.js';
4
- export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.6e321bc3.js';
2
+ export { t as theme } from './shared/preset-mini.xS10lyTI.js';
3
+ import { T as Theme } from './shared/preset-mini.XbONgpj9.js';
4
+ export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.XbONgpj9.js';
5
5
  import '@unocss/core';
6
6
 
7
7
  declare const blur: {
package/dist/theme.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { colors } from './colors.mjs';
2
- import { t as transformBase, b as boxShadowsBase, r as ringBase } from './shared/preset-mini.42388afd.mjs';
3
- import './shared/preset-mini.0c3a2188.mjs';
2
+ import { t as transformBase, b as boxShadowsBase, r as ringBase } from './shared/preset-mini.eC889yOr.mjs';
3
+ import './shared/preset-mini.FlSC5Qpy.mjs';
4
4
  import '@unocss/rule-utils';
5
5
  import '@unocss/core';
6
6
 
package/dist/utils.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const utils = require('./shared/preset-mini.2100ae00.cjs');
3
+ const utils = require('./shared/preset-mini.ZU_IpTeH.cjs');
4
4
  const ruleUtils = require('@unocss/rule-utils');
5
5
  require('@unocss/core');
6
6
 
package/dist/utils.d.cts CHANGED
@@ -1,8 +1,8 @@
1
1
  import * as _unocss_rule_utils from '@unocss/rule-utils';
2
2
  export * from '@unocss/rule-utils';
3
- export { C as CONTROL_MINI_NO_NEGATIVE, c as colorResolver, a as colorableShadows, d as directionSize, h as hasParseableColor, i as isCSSMathFn, e as isSize, m as makeGlobalStaticRules, p as parseColor, r as resolveBreakpoints, b as resolveVerticalBreakpoints, s as splitShorthand } from './shared/preset-mini.86b18338.cjs';
3
+ export { C as CONTROL_MINI_NO_NEGATIVE, c as colorResolver, a as colorableShadows, d as directionSize, h as hasParseableColor, i as isCSSMathFn, e as isSize, m as makeGlobalStaticRules, p as parseColor, r as resolveBreakpoints, b as resolveVerticalBreakpoints, s as splitShorthand } from './shared/preset-mini.lNfhAyxn.cjs';
4
4
  import '@unocss/core';
5
- import './shared/preset-mini.6e321bc3.cjs';
5
+ import './shared/preset-mini.XbONgpj9.cjs';
6
6
 
7
7
  declare const directionMap: Record<string, string[]>;
8
8
  declare const insetMap: Record<string, string[]>;
@@ -51,7 +51,7 @@ declare namespace handlers {
51
51
  export { handlers_auto as auto, handlers_bracket as bracket, handlers_bracketOfColor as bracketOfColor, handlers_bracketOfLength as bracketOfLength, handlers_bracketOfPosition as bracketOfPosition, handlers_cssvar as cssvar, handlers_degree as degree, handlers_fraction as fraction, handlers_global as global, handlers_number as number, handlers_numberWithUnit as numberWithUnit, handlers_percent as percent, handlers_position as position, handlers_properties as properties, handlers_px as px, handlers_rem as rem, handlers_time as time };
52
52
  }
53
53
 
54
- declare const handler: _unocss_rule_utils.ValueHandler<"number" | "global" | "auto" | "position" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
55
- declare const h: _unocss_rule_utils.ValueHandler<"number" | "global" | "auto" | "position" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
54
+ declare const handler: _unocss_rule_utils.ValueHandler<"number" | "auto" | "position" | "global" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
55
+ declare const h: _unocss_rule_utils.ValueHandler<"number" | "auto" | "position" | "global" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
56
56
 
57
57
  export { cornerMap, cssMathFnRE, directionMap, globalKeywords, h, handler, insetMap, positionMap, handlers as valueHandlers, xyzMap };
package/dist/utils.d.mts CHANGED
@@ -1,8 +1,8 @@
1
1
  import * as _unocss_rule_utils from '@unocss/rule-utils';
2
2
  export * from '@unocss/rule-utils';
3
- export { C as CONTROL_MINI_NO_NEGATIVE, c as colorResolver, a as colorableShadows, d as directionSize, h as hasParseableColor, i as isCSSMathFn, e as isSize, m as makeGlobalStaticRules, p as parseColor, r as resolveBreakpoints, b as resolveVerticalBreakpoints, s as splitShorthand } from './shared/preset-mini.cdf5f35b.mjs';
3
+ export { C as CONTROL_MINI_NO_NEGATIVE, c as colorResolver, a as colorableShadows, d as directionSize, h as hasParseableColor, i as isCSSMathFn, e as isSize, m as makeGlobalStaticRules, p as parseColor, r as resolveBreakpoints, b as resolveVerticalBreakpoints, s as splitShorthand } from './shared/preset-mini.k2FJE6fu.mjs';
4
4
  import '@unocss/core';
5
- import './shared/preset-mini.6e321bc3.mjs';
5
+ import './shared/preset-mini.XbONgpj9.mjs';
6
6
 
7
7
  declare const directionMap: Record<string, string[]>;
8
8
  declare const insetMap: Record<string, string[]>;
@@ -51,7 +51,7 @@ declare namespace handlers {
51
51
  export { handlers_auto as auto, handlers_bracket as bracket, handlers_bracketOfColor as bracketOfColor, handlers_bracketOfLength as bracketOfLength, handlers_bracketOfPosition as bracketOfPosition, handlers_cssvar as cssvar, handlers_degree as degree, handlers_fraction as fraction, handlers_global as global, handlers_number as number, handlers_numberWithUnit as numberWithUnit, handlers_percent as percent, handlers_position as position, handlers_properties as properties, handlers_px as px, handlers_rem as rem, handlers_time as time };
52
52
  }
53
53
 
54
- declare const handler: _unocss_rule_utils.ValueHandler<"number" | "global" | "auto" | "position" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
55
- declare const h: _unocss_rule_utils.ValueHandler<"number" | "global" | "auto" | "position" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
54
+ declare const handler: _unocss_rule_utils.ValueHandler<"number" | "auto" | "position" | "global" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
55
+ declare const h: _unocss_rule_utils.ValueHandler<"number" | "auto" | "position" | "global" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
56
56
 
57
57
  export { cornerMap, cssMathFnRE, directionMap, globalKeywords, h, handler, insetMap, positionMap, handlers as valueHandlers, xyzMap };
package/dist/utils.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import * as _unocss_rule_utils from '@unocss/rule-utils';
2
2
  export * from '@unocss/rule-utils';
3
- export { C as CONTROL_MINI_NO_NEGATIVE, c as colorResolver, a as colorableShadows, d as directionSize, h as hasParseableColor, i as isCSSMathFn, e as isSize, m as makeGlobalStaticRules, p as parseColor, r as resolveBreakpoints, b as resolveVerticalBreakpoints, s as splitShorthand } from './shared/preset-mini.4f6bb564.js';
3
+ export { C as CONTROL_MINI_NO_NEGATIVE, c as colorResolver, a as colorableShadows, d as directionSize, h as hasParseableColor, i as isCSSMathFn, e as isSize, m as makeGlobalStaticRules, p as parseColor, r as resolveBreakpoints, b as resolveVerticalBreakpoints, s as splitShorthand } from './shared/preset-mini.I6gBcB-0.js';
4
4
  import '@unocss/core';
5
- import './shared/preset-mini.6e321bc3.js';
5
+ import './shared/preset-mini.XbONgpj9.js';
6
6
 
7
7
  declare const directionMap: Record<string, string[]>;
8
8
  declare const insetMap: Record<string, string[]>;
@@ -51,7 +51,7 @@ declare namespace handlers {
51
51
  export { handlers_auto as auto, handlers_bracket as bracket, handlers_bracketOfColor as bracketOfColor, handlers_bracketOfLength as bracketOfLength, handlers_bracketOfPosition as bracketOfPosition, handlers_cssvar as cssvar, handlers_degree as degree, handlers_fraction as fraction, handlers_global as global, handlers_number as number, handlers_numberWithUnit as numberWithUnit, handlers_percent as percent, handlers_position as position, handlers_properties as properties, handlers_px as px, handlers_rem as rem, handlers_time as time };
52
52
  }
53
53
 
54
- declare const handler: _unocss_rule_utils.ValueHandler<"number" | "global" | "auto" | "position" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
55
- declare const h: _unocss_rule_utils.ValueHandler<"number" | "global" | "auto" | "position" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
54
+ declare const handler: _unocss_rule_utils.ValueHandler<"number" | "auto" | "position" | "global" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
55
+ declare const h: _unocss_rule_utils.ValueHandler<"number" | "auto" | "position" | "global" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
56
56
 
57
57
  export { cornerMap, cssMathFnRE, directionMap, globalKeywords, h, handler, insetMap, positionMap, handlers as valueHandlers, xyzMap };
package/dist/utils.mjs CHANGED
@@ -1,3 +1,3 @@
1
- export { C as CONTROL_MINI_NO_NEGATIVE, c as colorResolver, b as colorableShadows, f as cornerMap, o as cssMathFnRE, e as directionMap, l as directionSize, g as globalKeywords, h, q as handler, a as hasParseableColor, k as insetMap, i as isCSSMathFn, j as isSize, m as makeGlobalStaticRules, p as parseColor, d as positionMap, r as resolveBreakpoints, t as resolveVerticalBreakpoints, s as splitShorthand, v as valueHandlers, x as xyzMap } from './shared/preset-mini.0c3a2188.mjs';
1
+ export { C as CONTROL_MINI_NO_NEGATIVE, c as colorResolver, b as colorableShadows, f as cornerMap, o as cssMathFnRE, e as directionMap, l as directionSize, g as globalKeywords, h, q as handler, a as hasParseableColor, k as insetMap, i as isCSSMathFn, j as isSize, m as makeGlobalStaticRules, p as parseColor, d as positionMap, r as resolveBreakpoints, t as resolveVerticalBreakpoints, s as splitShorthand, v as valueHandlers, x as xyzMap } from './shared/preset-mini.FlSC5Qpy.mjs';
2
2
  export * from '@unocss/rule-utils';
3
3
  import '@unocss/core';
package/dist/variants.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const ruleUtils = require('@unocss/rule-utils');
4
- const utils = require('./shared/preset-mini.2100ae00.cjs');
4
+ const utils = require('./shared/preset-mini.ZU_IpTeH.cjs');
5
5
  const core = require('@unocss/core');
6
6
 
7
7
  const variantAria = {
@@ -1,9 +1,9 @@
1
1
  import { VariantObject, Variant } from '@unocss/core';
2
2
  import { PresetMiniOptions } from './index.cjs';
3
- import { T as Theme } from './shared/preset-mini.6e321bc3.cjs';
4
- import './shared/preset-mini.5e80d683.cjs';
3
+ import { T as Theme } from './shared/preset-mini.XbONgpj9.cjs';
4
+ import './shared/preset-mini.kcLG2qdT.cjs';
5
5
  import './colors.cjs';
6
- import './shared/preset-mini.86b18338.cjs';
6
+ import './shared/preset-mini.lNfhAyxn.cjs';
7
7
 
8
8
  declare const variantAria: VariantObject;
9
9
 
@@ -1,9 +1,9 @@
1
1
  import { VariantObject, Variant } from '@unocss/core';
2
2
  import { PresetMiniOptions } from './index.mjs';
3
- import { T as Theme } from './shared/preset-mini.6e321bc3.mjs';
4
- import './shared/preset-mini.2492ad3a.mjs';
3
+ import { T as Theme } from './shared/preset-mini.XbONgpj9.mjs';
4
+ import './shared/preset-mini.zdwLl6RJ.mjs';
5
5
  import './colors.mjs';
6
- import './shared/preset-mini.cdf5f35b.mjs';
6
+ import './shared/preset-mini.k2FJE6fu.mjs';
7
7
 
8
8
  declare const variantAria: VariantObject;
9
9
 
@@ -1,9 +1,9 @@
1
1
  import { VariantObject, Variant } from '@unocss/core';
2
2
  import { PresetMiniOptions } from './index.js';
3
- import { T as Theme } from './shared/preset-mini.6e321bc3.js';
4
- import './shared/preset-mini.31acf3c2.js';
3
+ import { T as Theme } from './shared/preset-mini.XbONgpj9.js';
4
+ import './shared/preset-mini.xS10lyTI.js';
5
5
  import './colors.js';
6
- import './shared/preset-mini.4f6bb564.js';
6
+ import './shared/preset-mini.I6gBcB-0.js';
7
7
 
8
8
  declare const variantAria: VariantObject;
9
9
 
package/dist/variants.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { variantGetParameter, variantGetBracket, variantMatcher, variantParentMatcher, getBracket, getStringComponent } from '@unocss/rule-utils';
2
- import { h, r as resolveBreakpoints, C as CONTROL_MINI_NO_NEGATIVE } from './shared/preset-mini.0c3a2188.mjs';
2
+ import { h, r as resolveBreakpoints, C as CONTROL_MINI_NO_NEGATIVE } from './shared/preset-mini.FlSC5Qpy.mjs';
3
3
  import { warnOnce, escapeRegExp, escapeSelector } from '@unocss/core';
4
4
 
5
5
  const variantAria = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-mini",
3
- "version": "0.57.3",
3
+ "version": "0.57.5",
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.57.3",
65
- "@unocss/extractor-arbitrary-variants": "0.57.3",
66
- "@unocss/rule-utils": "0.57.3"
64
+ "@unocss/core": "0.57.5",
65
+ "@unocss/extractor-arbitrary-variants": "0.57.5",
66
+ "@unocss/rule-utils": "0.57.5"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "unbuild",