@unocss/preset-mini 0.64.0 → 0.64.1

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/colors.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as Colors } from './shared/preset-mini.Cde3ndkA.mjs';
1
+ import { C as Colors } from './shared/preset-mini.BjJC-NnU.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.Cde3ndkA.js';
1
+ import { C as Colors } from './shared/preset-mini.BjJC-NnU.js';
2
2
  import '@unocss/core';
3
3
 
4
4
  declare const colors: {
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.Cde3ndkA.mjs';
4
- export { a as ThemeAnimation } from './shared/preset-mini.Cde3ndkA.mjs';
3
+ import { T as Theme } from './shared/preset-mini.BjJC-NnU.mjs';
4
+ export { a as ThemeAnimation } from './shared/preset-mini.BjJC-NnU.mjs';
5
5
  export { colors } from './colors.mjs';
6
- export { t as theme } from './shared/preset-mini.CQNs5PKm.mjs';
7
- export { p as parseColor } from './shared/preset-mini.XtClvIKE.mjs';
6
+ export { t as theme } from './shared/preset-mini.BSnAbT9I.mjs';
7
+ export { p as parseColor } from './shared/preset-mini.oF7XTPi1.mjs';
8
8
  import '@unocss/rule-utils';
9
9
 
10
10
  declare const preflights: Preflight<Theme>[];
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.Cde3ndkA.js';
4
- export { a as ThemeAnimation } from './shared/preset-mini.Cde3ndkA.js';
3
+ import { T as Theme } from './shared/preset-mini.BjJC-NnU.js';
4
+ export { a as ThemeAnimation } from './shared/preset-mini.BjJC-NnU.js';
5
5
  export { colors } from './colors.js';
6
- export { t as theme } from './shared/preset-mini.DiXszE9_.js';
7
- export { p as parseColor } from './shared/preset-mini.DChc_8j2.js';
6
+ export { t as theme } from './shared/preset-mini.CoOfBKs_.js';
7
+ export { p as parseColor } from './shared/preset-mini.CRliz1QB.js';
8
8
  import '@unocss/rule-utils';
9
9
 
10
10
  declare const preflights: Preflight<Theme>[];
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.Cde3ndkA.mjs';
2
+ import { T as Theme } from './shared/preset-mini.BjJC-NnU.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.Cde3ndkA.js';
2
+ import { T as Theme } from './shared/preset-mini.BjJC-NnU.js';
3
3
 
4
4
  declare const verticalAligns: Rule[];
5
5
  declare const textAligns: Rule[];
@@ -1,5 +1,5 @@
1
1
  import * as _unocss_core from '@unocss/core';
2
- import { C as Colors } from './preset-mini.Cde3ndkA.mjs';
2
+ import { C as Colors } from './preset-mini.BjJC-NnU.mjs';
3
3
 
4
4
  declare const theme: {
5
5
  width: {
@@ -6,6 +6,7 @@ interface ThemeAnimation {
6
6
  timingFns?: Record<string, string>;
7
7
  properties?: Record<string, object>;
8
8
  counts?: Record<string, string | number>;
9
+ category?: Record<string, string>;
9
10
  }
10
11
  interface Colors {
11
12
  [key: string]: Colors & {
@@ -6,6 +6,7 @@ interface ThemeAnimation {
6
6
  timingFns?: Record<string, string>;
7
7
  properties?: Record<string, object>;
8
8
  counts?: Record<string, string | number>;
9
+ category?: Record<string, string>;
9
10
  }
10
11
  interface Colors {
11
12
  [key: string]: Colors & {
@@ -1,6 +1,6 @@
1
1
  import { DynamicMatcher, CSSObject, VariantContext, StaticRule } from '@unocss/core';
2
2
  import { ParsedColorValue } from '@unocss/rule-utils';
3
- import { T as Theme } from './preset-mini.Cde3ndkA.js';
3
+ import { T as Theme } from './preset-mini.BjJC-NnU.js';
4
4
 
5
5
  declare const CONTROL_MINI_NO_NEGATIVE = "$$mini-no-negative";
6
6
  /**
@@ -1,5 +1,5 @@
1
1
  import * as _unocss_core from '@unocss/core';
2
- import { C as Colors } from './preset-mini.Cde3ndkA.js';
2
+ import { C as Colors } from './preset-mini.BjJC-NnU.js';
3
3
 
4
4
  declare const theme: {
5
5
  width: {
@@ -1,6 +1,6 @@
1
1
  import { DynamicMatcher, CSSObject, VariantContext, StaticRule } from '@unocss/core';
2
2
  import { ParsedColorValue } from '@unocss/rule-utils';
3
- import { T as Theme } from './preset-mini.Cde3ndkA.mjs';
3
+ import { T as Theme } from './preset-mini.BjJC-NnU.mjs';
4
4
 
5
5
  declare const CONTROL_MINI_NO_NEGATIVE = "$$mini-no-negative";
6
6
  /**
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.CQNs5PKm.mjs';
3
- import { T as Theme } from './shared/preset-mini.Cde3ndkA.mjs';
4
- export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.Cde3ndkA.mjs';
2
+ export { t as theme } from './shared/preset-mini.BSnAbT9I.mjs';
3
+ import { T as Theme } from './shared/preset-mini.BjJC-NnU.mjs';
4
+ export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.BjJC-NnU.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.DiXszE9_.js';
3
- import { T as Theme } from './shared/preset-mini.Cde3ndkA.js';
4
- export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.Cde3ndkA.js';
2
+ export { t as theme } from './shared/preset-mini.CoOfBKs_.js';
3
+ import { T as Theme } from './shared/preset-mini.BjJC-NnU.js';
4
+ export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.BjJC-NnU.js';
5
5
  import '@unocss/core';
6
6
 
7
7
  declare const blur: {
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, t as transformXYZ } from './shared/preset-mini.XtClvIKE.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, t as transformXYZ } from './shared/preset-mini.oF7XTPi1.mjs';
4
4
  import '@unocss/core';
5
- import './shared/preset-mini.Cde3ndkA.mjs';
5
+ import './shared/preset-mini.BjJC-NnU.mjs';
6
6
 
7
7
  declare function numberWithUnit(str: string): string | undefined;
8
8
  declare function auto(str: string): "auto" | undefined;
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, t as transformXYZ } from './shared/preset-mini.DChc_8j2.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, t as transformXYZ } from './shared/preset-mini.CRliz1QB.js';
4
4
  import '@unocss/core';
5
- import './shared/preset-mini.Cde3ndkA.js';
5
+ import './shared/preset-mini.BjJC-NnU.js';
6
6
 
7
7
  declare function numberWithUnit(str: string): string | undefined;
8
8
  declare function auto(str: string): "auto" | undefined;
@@ -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.Cde3ndkA.mjs';
3
+ import { T as Theme } from './shared/preset-mini.BjJC-NnU.mjs';
4
4
  import './colors.mjs';
5
- import './shared/preset-mini.CQNs5PKm.mjs';
6
- import './shared/preset-mini.XtClvIKE.mjs';
5
+ import './shared/preset-mini.BSnAbT9I.mjs';
6
+ import './shared/preset-mini.oF7XTPi1.mjs';
7
7
  import '@unocss/rule-utils';
8
8
 
9
9
  declare const variantAria: VariantObject;
@@ -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.Cde3ndkA.js';
3
+ import { T as Theme } from './shared/preset-mini.BjJC-NnU.js';
4
4
  import './colors.js';
5
- import './shared/preset-mini.DiXszE9_.js';
6
- import './shared/preset-mini.DChc_8j2.js';
5
+ import './shared/preset-mini.CoOfBKs_.js';
6
+ import './shared/preset-mini.CRliz1QB.js';
7
7
  import '@unocss/rule-utils';
8
8
 
9
9
  declare const variantAria: VariantObject;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/preset-mini",
3
3
  "type": "module",
4
- "version": "0.64.0",
4
+ "version": "0.64.1",
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.64.0",
60
- "@unocss/extractor-arbitrary-variants": "0.64.0",
61
- "@unocss/rule-utils": "0.64.0"
59
+ "@unocss/core": "0.64.1",
60
+ "@unocss/extractor-arbitrary-variants": "0.64.1",
61
+ "@unocss/rule-utils": "0.64.1"
62
62
  },
63
63
  "scripts": {
64
64
  "build": "unbuild",