@unocss/preset-mini 0.53.1 → 0.53.4
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 +6 -6
- package/dist/index.mjs +7 -7
- package/dist/rules.cjs +3 -3
- package/dist/rules.mjs +3 -3
- package/dist/shared/{preset-mini.62c94926.cjs → preset-mini.0ea9a044.cjs} +2 -2
- package/dist/shared/{preset-mini.a201ed79.mjs → preset-mini.17fe8f10.mjs} +8 -7
- package/dist/shared/{preset-mini.629d3881.mjs → preset-mini.354bed23.mjs} +3 -3
- package/dist/shared/{preset-mini.473275f7.cjs → preset-mini.3567e469.cjs} +2 -2
- package/dist/shared/{preset-mini.19364a2e.mjs → preset-mini.407f1930.mjs} +2 -2
- package/dist/shared/{preset-mini.c5ebe4cd.mjs → preset-mini.438da325.mjs} +2 -2
- package/dist/shared/{preset-mini.08cdeeea.mjs → preset-mini.6c244f7e.mjs} +1 -1
- package/dist/shared/{preset-mini.e2fa1eff.mjs → preset-mini.9af3cc95.mjs} +1 -1
- package/dist/shared/{preset-mini.02aa6651.cjs → preset-mini.a21c5071.cjs} +1 -1
- package/dist/shared/{preset-mini.c1922eb8.cjs → preset-mini.d778b487.cjs} +1 -1
- package/dist/shared/{preset-mini.daaac022.cjs → preset-mini.db8ecde7.cjs} +8 -7
- package/dist/shared/{preset-mini.89cf0040.cjs → preset-mini.f4e50e04.cjs} +3 -3
- package/dist/theme.cjs +3 -3
- package/dist/theme.mjs +3 -3
- package/dist/utils.cjs +2 -2
- package/dist/utils.mjs +2 -2
- package/dist/variants.cjs +3 -3
- package/dist/variants.mjs +3 -3
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -4,13 +4,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const extractorArbitraryVariants = require('@unocss/extractor-arbitrary-variants');
|
|
6
6
|
const core = require('@unocss/core');
|
|
7
|
-
require('./shared/preset-mini.
|
|
8
|
-
const _default$1 = require('./shared/preset-mini.
|
|
9
|
-
const colors$1 = require('./shared/preset-mini.
|
|
7
|
+
require('./shared/preset-mini.db8ecde7.cjs');
|
|
8
|
+
const _default$1 = require('./shared/preset-mini.f4e50e04.cjs');
|
|
9
|
+
const colors$1 = require('./shared/preset-mini.a21c5071.cjs');
|
|
10
10
|
const colors = require('./shared/preset-mini.f3fc54d2.cjs');
|
|
11
|
-
const _default = require('./shared/preset-mini.
|
|
12
|
-
const _default$2 = require('./shared/preset-mini.
|
|
13
|
-
require('./shared/preset-mini.
|
|
11
|
+
const _default = require('./shared/preset-mini.0ea9a044.cjs');
|
|
12
|
+
const _default$2 = require('./shared/preset-mini.3567e469.cjs');
|
|
13
|
+
require('./shared/preset-mini.d778b487.cjs');
|
|
14
14
|
|
|
15
15
|
const preflights = [
|
|
16
16
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { extractorArbitraryVariants } from '@unocss/extractor-arbitrary-variants';
|
|
2
2
|
import { entriesToCss, toArray } from '@unocss/core';
|
|
3
|
-
import './shared/preset-mini.
|
|
4
|
-
import { r as rules } from './shared/preset-mini.
|
|
5
|
-
export { p as parseColor } from './shared/preset-mini.
|
|
3
|
+
import './shared/preset-mini.17fe8f10.mjs';
|
|
4
|
+
import { r as rules } from './shared/preset-mini.354bed23.mjs';
|
|
5
|
+
export { p as parseColor } from './shared/preset-mini.6c244f7e.mjs';
|
|
6
6
|
export { c as colors } from './shared/preset-mini.1c66bf79.mjs';
|
|
7
|
-
import { t as theme } from './shared/preset-mini.
|
|
8
|
-
export { t as theme } from './shared/preset-mini.
|
|
9
|
-
import { v as variants } from './shared/preset-mini.
|
|
10
|
-
import './shared/preset-mini.
|
|
7
|
+
import { t as theme } from './shared/preset-mini.438da325.mjs';
|
|
8
|
+
export { t as theme } from './shared/preset-mini.438da325.mjs';
|
|
9
|
+
import { v as variants } from './shared/preset-mini.407f1930.mjs';
|
|
10
|
+
import './shared/preset-mini.9af3cc95.mjs';
|
|
11
11
|
|
|
12
12
|
const preflights = [
|
|
13
13
|
{
|
package/dist/rules.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const transform = require('./shared/preset-mini.
|
|
6
|
-
const _default = require('./shared/preset-mini.
|
|
7
|
-
require('./shared/preset-mini.
|
|
5
|
+
const transform = require('./shared/preset-mini.db8ecde7.cjs');
|
|
6
|
+
const _default = require('./shared/preset-mini.f4e50e04.cjs');
|
|
7
|
+
require('./shared/preset-mini.a21c5071.cjs');
|
|
8
8
|
require('@unocss/core');
|
|
9
9
|
|
|
10
10
|
|
package/dist/rules.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as alignments, F as appearance, w as appearances, b as bgColors, X as borderStyles, a as borders, r as boxShadows, V as boxShadowsBase, O as boxSizing, C as breaks, S as contains, c as contentVisibility, e as contents, v as cursors, d as displays, K as flexGridJustifiesAlignments, M as floats, q as fontSmoothings, p as fontStyles, f as fonts, Y as handlerBorderStyle, L as insets, H as justifies, o as opacity, G as orders, E as outline, D as overflows, J as placements, x as pointerEvents, u as positions, y as resizes, W as ringBase, s as rings, t as tabSizes, m as textAligns, n as textColors, i as textDecorations, g as textIndents, h as textOverflows, k as textShadows, j as textStrokes, l as textTransforms, T as textWraps, U as transformBase, Q as transforms, P as transitions, A as userSelects, Z as varEmpty, z as verticalAligns, B as whitespaces, R as willChange, N as zIndexes } from './shared/preset-mini.
|
|
2
|
-
export { b as aspectRatio, c as containerParent, h as cssProperty, e as cssVariables, f as flex, g as gaps, a as grids, m as margins, p as paddings, q as questionMark, r as rules, s as sizes, d as svgUtilities } from './shared/preset-mini.
|
|
3
|
-
import './shared/preset-mini.
|
|
1
|
+
export { I as alignments, F as appearance, w as appearances, b as bgColors, X as borderStyles, a as borders, r as boxShadows, V as boxShadowsBase, O as boxSizing, C as breaks, S as contains, c as contentVisibility, e as contents, v as cursors, d as displays, K as flexGridJustifiesAlignments, M as floats, q as fontSmoothings, p as fontStyles, f as fonts, Y as handlerBorderStyle, L as insets, H as justifies, o as opacity, G as orders, E as outline, D as overflows, J as placements, x as pointerEvents, u as positions, y as resizes, W as ringBase, s as rings, t as tabSizes, m as textAligns, n as textColors, i as textDecorations, g as textIndents, h as textOverflows, k as textShadows, j as textStrokes, l as textTransforms, T as textWraps, U as transformBase, Q as transforms, P as transitions, A as userSelects, Z as varEmpty, z as verticalAligns, B as whitespaces, R as willChange, N as zIndexes } from './shared/preset-mini.17fe8f10.mjs';
|
|
2
|
+
export { b as aspectRatio, c as containerParent, h as cssProperty, e as cssVariables, f as flex, g as gaps, a as grids, m as margins, p as paddings, q as questionMark, r as rules, s as sizes, d as svgUtilities } from './shared/preset-mini.354bed23.mjs';
|
|
3
|
+
import './shared/preset-mini.6c244f7e.mjs';
|
|
4
4
|
import '@unocss/core';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const colors = require('./preset-mini.f3fc54d2.cjs');
|
|
4
|
-
const transform = require('./preset-mini.
|
|
4
|
+
const transform = require('./preset-mini.db8ecde7.cjs');
|
|
5
5
|
require('@unocss/core');
|
|
6
|
-
require('./preset-mini.
|
|
6
|
+
require('./preset-mini.a21c5071.cjs');
|
|
7
7
|
|
|
8
8
|
const fontFamily = {
|
|
9
9
|
sans: [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as globalKeywords, h, c as colorResolver, d as directionMap, a as hasParseableColor, b as cornerMap, p as parseColor, e as colorToString, f as colorOpacityToString, n as numberWithUnitRE, m as makeGlobalStaticRules, s as splitShorthand, i as colorableShadows, j as insetMap, k as positionMap, x as xyzMap } from './preset-mini.
|
|
1
|
+
import { g as globalKeywords, h, c as colorResolver, d as directionMap, a as hasParseableColor, b as cornerMap, p as parseColor, e as colorToString, f as colorOpacityToString, n as numberWithUnitRE, m as makeGlobalStaticRules, s as splitShorthand, i as colorableShadows, j as insetMap, k as positionMap, x as xyzMap } from './preset-mini.6c244f7e.mjs';
|
|
2
2
|
import { toArray } from '@unocss/core';
|
|
3
3
|
|
|
4
4
|
const verticalAlignAlias = {
|
|
@@ -239,11 +239,6 @@ function handleLineHeight(s, theme) {
|
|
|
239
239
|
return theme.lineHeight?.[s] || h.bracket.cssvar.global.rem(s);
|
|
240
240
|
}
|
|
241
241
|
const fonts = [
|
|
242
|
-
[
|
|
243
|
-
/^font-(.+)$/,
|
|
244
|
-
([, d], { theme }) => ({ "font-family": theme.fontFamily?.[d] || h.bracket.cssvar.global(d) }),
|
|
245
|
-
{ autocomplete: "font-$fontFamily" }
|
|
246
|
-
],
|
|
247
242
|
[
|
|
248
243
|
/^text-(.+)$/,
|
|
249
244
|
([, s = "base"], { theme }) => {
|
|
@@ -298,6 +293,11 @@ const fonts = [
|
|
|
298
293
|
/^(?:font-)?word-spacing-(.+)$/,
|
|
299
294
|
([, s], { theme }) => ({ "word-spacing": theme.wordSpacing?.[s] || h.bracket.cssvar.global.rem(s) }),
|
|
300
295
|
{ autocomplete: "word-spacing-$wordSpacing" }
|
|
296
|
+
],
|
|
297
|
+
[
|
|
298
|
+
/^font-(.+)$/,
|
|
299
|
+
([, d], { theme }) => ({ "font-family": theme.fontFamily?.[d] || h.bracket.cssvar.global(d) }),
|
|
300
|
+
{ autocomplete: "font-$fontFamily" }
|
|
301
301
|
]
|
|
302
302
|
];
|
|
303
303
|
const tabSizes = [
|
|
@@ -553,7 +553,8 @@ const breaks = [
|
|
|
553
553
|
["break-normal", { "overflow-wrap": "normal", "word-break": "normal" }],
|
|
554
554
|
["break-words", { "overflow-wrap": "break-word" }],
|
|
555
555
|
["break-all", { "word-break": "break-all" }],
|
|
556
|
-
["break-keep", { "word-break": "keep-all" }]
|
|
556
|
+
["break-keep", { "word-break": "keep-all" }],
|
|
557
|
+
["break-anywhere", { "overflow-wrap": "anywhere" }]
|
|
557
558
|
];
|
|
558
559
|
const textWraps = [
|
|
559
560
|
["text-wrap", { "text-wrap": "wrap" }],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { d as displays, o as opacity, b as bgColors, a as borders, c as contentVisibility, e as contents, f as fonts, t as tabSizes, g as textIndents, h as textOverflows, i as textDecorations, j as textStrokes, k as textShadows, l as textTransforms, m as textAligns, n as textColors, p as fontStyles, q as fontSmoothings, r as boxShadows, s as rings, u as positions, v as cursors, w as appearances, x as pointerEvents, y as resizes, z as verticalAligns, A as userSelects, B as whitespaces, C as breaks, D as overflows, E as outline, F as appearance, G as orders, H as justifies, I as alignments, J as placements, K as flexGridJustifiesAlignments, L as insets, M as floats, N as zIndexes, O as boxSizing, P as transitions, Q as transforms, R as willChange, S as contains, T as textWraps } from './preset-mini.
|
|
2
|
-
import { h, r as resolveVerticalBreakpoints, l as resolveBreakpoints, o as directionSize, c as colorResolver } from './preset-mini.
|
|
1
|
+
import { d as displays, o as opacity, b as bgColors, a as borders, c as contentVisibility, e as contents, f as fonts, t as tabSizes, g as textIndents, h as textOverflows, i as textDecorations, j as textStrokes, k as textShadows, l as textTransforms, m as textAligns, n as textColors, p as fontStyles, q as fontSmoothings, r as boxShadows, s as rings, u as positions, v as cursors, w as appearances, x as pointerEvents, y as resizes, z as verticalAligns, A as userSelects, B as whitespaces, C as breaks, D as overflows, E as outline, F as appearance, G as orders, H as justifies, I as alignments, J as placements, K as flexGridJustifiesAlignments, L as insets, M as floats, N as zIndexes, O as boxSizing, P as transitions, Q as transforms, R as willChange, S as contains, T as textWraps } from './preset-mini.17fe8f10.mjs';
|
|
2
|
+
import { h, r as resolveVerticalBreakpoints, l as resolveBreakpoints, o as directionSize, c as colorResolver } from './preset-mini.6c244f7e.mjs';
|
|
3
3
|
import { warnOnce } from '@unocss/core';
|
|
4
4
|
|
|
5
5
|
const containerParent = [
|
|
@@ -203,7 +203,7 @@ const cssVariables = [
|
|
|
203
203
|
}]
|
|
204
204
|
];
|
|
205
205
|
const cssProperty = [
|
|
206
|
-
[/^\[(--(\w|\\\W)+|[\w-]+):([^\s
|
|
206
|
+
[/^\[(--(\w|\\\W)+|[\w-]+):(("[^\s"]+?"|'[^\s']+?'|`[^\s`]+?`|[^\s:'"`;{}]+?)+)\]$/, ([match, prop, , value]) => {
|
|
207
207
|
if (!isURI(match.slice(1, -1)))
|
|
208
208
|
return { [prop]: h.bracket(`[${value}]`) };
|
|
209
209
|
}]
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const colors = require('./preset-mini.
|
|
3
|
+
const colors = require('./preset-mini.a21c5071.cjs');
|
|
4
4
|
const core = require('@unocss/core');
|
|
5
|
-
const variants$1 = require('./preset-mini.
|
|
5
|
+
const variants$1 = require('./preset-mini.d778b487.cjs');
|
|
6
6
|
|
|
7
7
|
const variantAria = {
|
|
8
8
|
name: "aria",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { h, l as resolveBreakpoints, q as getBracket, C as CONTROL_MINI_NO_NEGATIVE, t as getComponent } from './preset-mini.
|
|
1
|
+
import { h, l as resolveBreakpoints, q as getBracket, C as CONTROL_MINI_NO_NEGATIVE, t as getComponent } from './preset-mini.6c244f7e.mjs';
|
|
2
2
|
import { warnOnce, escapeRegExp, escapeSelector } from '@unocss/core';
|
|
3
|
-
import { v as variantGetParameter, a as variantGetBracket, b as variantMatcher, c as variantParentMatcher } from './preset-mini.
|
|
3
|
+
import { v as variantGetParameter, a as variantGetBracket, b as variantMatcher, c as variantParentMatcher } from './preset-mini.9af3cc95.mjs';
|
|
4
4
|
|
|
5
5
|
const variantAria = {
|
|
6
6
|
name: "aria",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as colors } from './preset-mini.1c66bf79.mjs';
|
|
2
|
-
import { U as transformBase, V as boxShadowsBase, W as ringBase } from './preset-mini.
|
|
2
|
+
import { U as transformBase, V as boxShadowsBase, W as ringBase } from './preset-mini.17fe8f10.mjs';
|
|
3
3
|
import '@unocss/core';
|
|
4
|
-
import './preset-mini.
|
|
4
|
+
import './preset-mini.6c244f7e.mjs';
|
|
5
5
|
|
|
6
6
|
const fontFamily = {
|
|
7
7
|
sans: [
|
|
@@ -293,7 +293,7 @@ function bracketOfPosition(str) {
|
|
|
293
293
|
return bracketWithType(str, "position");
|
|
294
294
|
}
|
|
295
295
|
function cssvar(str) {
|
|
296
|
-
if (str.match(
|
|
296
|
+
if (str.match(/^\$[^\s'"`;{}]/))
|
|
297
297
|
return `var(--${escapeSelector(str.slice(1))})`;
|
|
298
298
|
}
|
|
299
299
|
function time(str) {
|
|
@@ -295,7 +295,7 @@ function bracketOfPosition(str) {
|
|
|
295
295
|
return bracketWithType(str, "position");
|
|
296
296
|
}
|
|
297
297
|
function cssvar(str) {
|
|
298
|
-
if (str.match(
|
|
298
|
+
if (str.match(/^\$[^\s'"`;{}]/))
|
|
299
299
|
return `var(--${core.escapeSelector(str.slice(1))})`;
|
|
300
300
|
}
|
|
301
301
|
function time(str) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const colors = require('./preset-mini.
|
|
3
|
+
const colors = require('./preset-mini.a21c5071.cjs');
|
|
4
4
|
const core = require('@unocss/core');
|
|
5
5
|
|
|
6
6
|
const verticalAlignAlias = {
|
|
@@ -241,11 +241,6 @@ function handleLineHeight(s, theme) {
|
|
|
241
241
|
return theme.lineHeight?.[s] || colors.h.bracket.cssvar.global.rem(s);
|
|
242
242
|
}
|
|
243
243
|
const fonts = [
|
|
244
|
-
[
|
|
245
|
-
/^font-(.+)$/,
|
|
246
|
-
([, d], { theme }) => ({ "font-family": theme.fontFamily?.[d] || colors.h.bracket.cssvar.global(d) }),
|
|
247
|
-
{ autocomplete: "font-$fontFamily" }
|
|
248
|
-
],
|
|
249
244
|
[
|
|
250
245
|
/^text-(.+)$/,
|
|
251
246
|
([, s = "base"], { theme }) => {
|
|
@@ -300,6 +295,11 @@ const fonts = [
|
|
|
300
295
|
/^(?:font-)?word-spacing-(.+)$/,
|
|
301
296
|
([, s], { theme }) => ({ "word-spacing": theme.wordSpacing?.[s] || colors.h.bracket.cssvar.global.rem(s) }),
|
|
302
297
|
{ autocomplete: "word-spacing-$wordSpacing" }
|
|
298
|
+
],
|
|
299
|
+
[
|
|
300
|
+
/^font-(.+)$/,
|
|
301
|
+
([, d], { theme }) => ({ "font-family": theme.fontFamily?.[d] || colors.h.bracket.cssvar.global(d) }),
|
|
302
|
+
{ autocomplete: "font-$fontFamily" }
|
|
303
303
|
]
|
|
304
304
|
];
|
|
305
305
|
const tabSizes = [
|
|
@@ -555,7 +555,8 @@ const breaks = [
|
|
|
555
555
|
["break-normal", { "overflow-wrap": "normal", "word-break": "normal" }],
|
|
556
556
|
["break-words", { "overflow-wrap": "break-word" }],
|
|
557
557
|
["break-all", { "word-break": "break-all" }],
|
|
558
|
-
["break-keep", { "word-break": "keep-all" }]
|
|
558
|
+
["break-keep", { "word-break": "keep-all" }],
|
|
559
|
+
["break-anywhere", { "overflow-wrap": "anywhere" }]
|
|
559
560
|
];
|
|
560
561
|
const textWraps = [
|
|
561
562
|
["text-wrap", { "text-wrap": "wrap" }],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const transform = require('./preset-mini.
|
|
4
|
-
const colors = require('./preset-mini.
|
|
3
|
+
const transform = require('./preset-mini.db8ecde7.cjs');
|
|
4
|
+
const colors = require('./preset-mini.a21c5071.cjs');
|
|
5
5
|
const core = require('@unocss/core');
|
|
6
6
|
|
|
7
7
|
const containerParent = [
|
|
@@ -205,7 +205,7 @@ const cssVariables = [
|
|
|
205
205
|
}]
|
|
206
206
|
];
|
|
207
207
|
const cssProperty = [
|
|
208
|
-
[/^\[(--(\w|\\\W)+|[\w-]+):([^\s
|
|
208
|
+
[/^\[(--(\w|\\\W)+|[\w-]+):(("[^\s"]+?"|'[^\s']+?'|`[^\s`]+?`|[^\s:'"`;{}]+?)+)\]$/, ([match, prop, , value]) => {
|
|
209
209
|
if (!isURI(match.slice(1, -1)))
|
|
210
210
|
return { [prop]: colors.h.bracket(`[${value}]`) };
|
|
211
211
|
}]
|
package/dist/theme.cjs
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const colors = require('./shared/preset-mini.f3fc54d2.cjs');
|
|
6
|
-
const _default = require('./shared/preset-mini.
|
|
7
|
-
require('./shared/preset-mini.
|
|
8
|
-
require('./shared/preset-mini.
|
|
6
|
+
const _default = require('./shared/preset-mini.0ea9a044.cjs');
|
|
7
|
+
require('./shared/preset-mini.db8ecde7.cjs');
|
|
8
|
+
require('./shared/preset-mini.a21c5071.cjs');
|
|
9
9
|
require('@unocss/core');
|
|
10
10
|
|
|
11
11
|
|
package/dist/theme.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { c as colors } from './shared/preset-mini.1c66bf79.mjs';
|
|
2
|
-
export { q as baseSize, b as blur, m as borderRadius, n as boxShadow, i as breakpoints, A as containers, d as dropShadow, k as duration, o as easing, f as fontFamily, a as fontSize, y as height, h as letterSpacing, l as lineHeight, j as lineWidth, z as maxHeight, x as maxWidth, p as preflightBase, r as ringWidth, s as spacing, c as textIndent, g as textShadow, e as textStrokeWidth, t as theme, v as verticalBreakpoints, u as width, w as wordSpacing } from './shared/preset-mini.
|
|
3
|
-
import './shared/preset-mini.
|
|
4
|
-
import './shared/preset-mini.
|
|
2
|
+
export { q as baseSize, b as blur, m as borderRadius, n as boxShadow, i as breakpoints, A as containers, d as dropShadow, k as duration, o as easing, f as fontFamily, a as fontSize, y as height, h as letterSpacing, l as lineHeight, j as lineWidth, z as maxHeight, x as maxWidth, p as preflightBase, r as ringWidth, s as spacing, c as textIndent, g as textShadow, e as textStrokeWidth, t as theme, v as verticalBreakpoints, u as width, w as wordSpacing } from './shared/preset-mini.438da325.mjs';
|
|
3
|
+
import './shared/preset-mini.17fe8f10.mjs';
|
|
4
|
+
import './shared/preset-mini.6c244f7e.mjs';
|
|
5
5
|
import '@unocss/core';
|
package/dist/utils.cjs
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const colors = require('./shared/preset-mini.
|
|
6
|
-
const variants = require('./shared/preset-mini.
|
|
5
|
+
const colors = require('./shared/preset-mini.a21c5071.cjs');
|
|
6
|
+
const variants = require('./shared/preset-mini.d778b487.cjs');
|
|
7
7
|
require('@unocss/core');
|
|
8
8
|
|
|
9
9
|
|
package/dist/utils.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { C as CONTROL_MINI_NO_NEGATIVE, f as colorOpacityToString, c as colorResolver, e as colorToString, i as colorableShadows, b as cornerMap, d as directionMap, o as directionSize, q as getBracket, t as getComponent, z as getComponents, g as globalKeywords, h, w as handler, a as hasParseableColor, u as hex2rgba, j as insetMap, m as makeGlobalStaticRules, p as parseColor, v as parseCssColor, k as positionMap, l as resolveBreakpoints, r as resolveVerticalBreakpoints, s as splitShorthand, y as valueHandlers, x as xyzMap } from './shared/preset-mini.
|
|
2
|
-
export { a as variantGetBracket, v as variantGetParameter, b as variantMatcher, c as variantParentMatcher } from './shared/preset-mini.
|
|
1
|
+
export { C as CONTROL_MINI_NO_NEGATIVE, f as colorOpacityToString, c as colorResolver, e as colorToString, i as colorableShadows, b as cornerMap, d as directionMap, o as directionSize, q as getBracket, t as getComponent, z as getComponents, g as globalKeywords, h, w as handler, a as hasParseableColor, u as hex2rgba, j as insetMap, m as makeGlobalStaticRules, p as parseColor, v as parseCssColor, k as positionMap, l as resolveBreakpoints, r as resolveVerticalBreakpoints, s as splitShorthand, y as valueHandlers, x as xyzMap } from './shared/preset-mini.6c244f7e.mjs';
|
|
2
|
+
export { a as variantGetBracket, v as variantGetParameter, b as variantMatcher, c as variantParentMatcher } from './shared/preset-mini.9af3cc95.mjs';
|
|
3
3
|
import '@unocss/core';
|
package/dist/variants.cjs
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const _default = require('./shared/preset-mini.
|
|
6
|
-
require('./shared/preset-mini.
|
|
5
|
+
const _default = require('./shared/preset-mini.3567e469.cjs');
|
|
6
|
+
require('./shared/preset-mini.a21c5071.cjs');
|
|
7
7
|
require('@unocss/core');
|
|
8
|
-
require('./shared/preset-mini.
|
|
8
|
+
require('./shared/preset-mini.d778b487.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
package/dist/variants.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as calcMaxWidthBySize, a as variantAria, b as variantBreakpoints, f as variantColorsMediaOrClass, d as variantCombinators, e as variantContainerQuery, m as variantCssLayer, k as variantCustomMedia, g as variantDataAttribute, i as variantImportant, n as variantInternalLayer, h as variantLanguageDirections, q as variantNegative, u as variantPartClasses, j as variantPrint, s as variantPseudoClassFunctions, r as variantPseudoClassesAndElements, o as variantScope, l as variantSelector, w as variantSupports, t as variantTaggedPseudoClasses, p as variantVariables, v as variants } from './shared/preset-mini.
|
|
2
|
-
import './shared/preset-mini.
|
|
1
|
+
export { c as calcMaxWidthBySize, a as variantAria, b as variantBreakpoints, f as variantColorsMediaOrClass, d as variantCombinators, e as variantContainerQuery, m as variantCssLayer, k as variantCustomMedia, g as variantDataAttribute, i as variantImportant, n as variantInternalLayer, h as variantLanguageDirections, q as variantNegative, u as variantPartClasses, j as variantPrint, s as variantPseudoClassFunctions, r as variantPseudoClassesAndElements, o as variantScope, l as variantSelector, w as variantSupports, t as variantTaggedPseudoClasses, p as variantVariables, v as variants } from './shared/preset-mini.407f1930.mjs';
|
|
2
|
+
import './shared/preset-mini.6c244f7e.mjs';
|
|
3
3
|
import '@unocss/core';
|
|
4
|
-
import './shared/preset-mini.
|
|
4
|
+
import './shared/preset-mini.9af3cc95.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-mini",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.4",
|
|
4
4
|
"description": "The minimal preset for UnoCSS",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"*.css"
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@unocss/core": "0.53.
|
|
65
|
-
"@unocss/extractor-arbitrary-variants": "0.53.
|
|
64
|
+
"@unocss/core": "0.53.4",
|
|
65
|
+
"@unocss/extractor-arbitrary-variants": "0.53.4"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"build": "unbuild",
|