@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 +1 -1
- package/dist/colors.d.ts +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/rules.d.mts +1 -1
- package/dist/rules.d.ts +1 -1
- package/dist/shared/{preset-mini.CQNs5PKm.d.mts → preset-mini.BSnAbT9I.d.mts} +1 -1
- package/dist/shared/{preset-mini.Cde3ndkA.d.mts → preset-mini.BjJC-NnU.d.mts} +1 -0
- package/dist/shared/{preset-mini.Cde3ndkA.d.ts → preset-mini.BjJC-NnU.d.ts} +1 -0
- package/dist/shared/{preset-mini.DChc_8j2.d.ts → preset-mini.CRliz1QB.d.ts} +1 -1
- package/dist/shared/{preset-mini.DiXszE9_.d.ts → preset-mini.CoOfBKs_.d.ts} +1 -1
- package/dist/shared/{preset-mini.XtClvIKE.d.mts → preset-mini.oF7XTPi1.d.mts} +1 -1
- package/dist/theme.d.mts +3 -3
- package/dist/theme.d.ts +3 -3
- package/dist/utils.d.mts +2 -2
- package/dist/utils.d.ts +2 -2
- package/dist/variants.d.mts +3 -3
- package/dist/variants.d.ts +3 -3
- package/package.json +4 -4
package/dist/colors.d.mts
CHANGED
package/dist/colors.d.ts
CHANGED
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.
|
|
4
|
-
export { a as ThemeAnimation } from './shared/preset-mini.
|
|
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.
|
|
7
|
-
export { p as parseColor } from './shared/preset-mini.
|
|
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.
|
|
4
|
-
export { a as ThemeAnimation } from './shared/preset-mini.
|
|
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.
|
|
7
|
-
export { p as parseColor } from './shared/preset-mini.
|
|
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.
|
|
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,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.
|
|
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,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.
|
|
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.
|
|
3
|
-
import { T as Theme } from './shared/preset-mini.
|
|
4
|
-
export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.
|
|
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.
|
|
3
|
-
import { T as Theme } from './shared/preset-mini.
|
|
4
|
-
export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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;
|
package/dist/variants.d.mts
CHANGED
|
@@ -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.
|
|
3
|
+
import { T as Theme } from './shared/preset-mini.BjJC-NnU.mjs';
|
|
4
4
|
import './colors.mjs';
|
|
5
|
-
import './shared/preset-mini.
|
|
6
|
-
import './shared/preset-mini.
|
|
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;
|
package/dist/variants.d.ts
CHANGED
|
@@ -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.
|
|
3
|
+
import { T as Theme } from './shared/preset-mini.BjJC-NnU.js';
|
|
4
4
|
import './colors.js';
|
|
5
|
-
import './shared/preset-mini.
|
|
6
|
-
import './shared/preset-mini.
|
|
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.
|
|
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.
|
|
60
|
-
"@unocss/extractor-arbitrary-variants": "0.64.
|
|
61
|
-
"@unocss/rule-utils": "0.64.
|
|
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",
|