@unocss/preset-wind4 66.1.0 → 66.1.2
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +5 -5
- package/dist/postprocess.d.mts +1 -1
- package/dist/postprocess.d.ts +1 -1
- package/dist/rules.d.mts +2 -1
- package/dist/rules.d.ts +2 -1
- package/dist/rules.mjs +3 -3
- package/dist/shared/{preset-wind4.Uw8htZyZ.mjs → preset-wind4.BTkJgmuQ.mjs} +1 -1
- package/dist/shared/{preset-wind4.BOe5kxIw.d.mts → preset-wind4.Bga6atur.d.mts} +1 -0
- package/dist/shared/{preset-wind4.BOe5kxIw.d.ts → preset-wind4.Bga6atur.d.ts} +1 -0
- package/dist/shared/{preset-wind4.BvwMDPJm.mjs → preset-wind4.CupdUNh8.mjs} +48 -25
- package/dist/shared/{preset-wind4.D4JS3Plq.mjs → preset-wind4.D2A57N1S.mjs} +1 -1
- package/dist/shared/{preset-wind4.BSPYtMpU.mjs → preset-wind4.DLkbGy_k.mjs} +6 -6
- package/dist/shared/{preset-wind4.Cn9JInTS.mjs → preset-wind4.ZZA6r7w6.mjs} +40 -6
- package/dist/shortcuts.mjs +3 -3
- package/dist/theme.d.mts +2 -1
- package/dist/theme.d.ts +2 -1
- package/dist/theme.mjs +1 -0
- package/dist/utils.mjs +2 -2
- package/dist/variants.d.mts +4 -2
- package/dist/variants.d.ts +4 -2
- package/dist/variants.mjs +2 -2
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -3,7 +3,7 @@ import { Postprocessor, Preflight, Variant, PresetOptions, Arrayable, CSSEntry,
|
|
|
3
3
|
import { T as Theme } from './shared/preset-wind4.BXbWGSRz.mjs';
|
|
4
4
|
export { r as rules } from './shared/preset-wind4.D71xGC6i.mjs';
|
|
5
5
|
export { shortcuts } from './shortcuts.mjs';
|
|
6
|
-
export { t as theme } from './shared/preset-wind4.
|
|
6
|
+
export { t as theme } from './shared/preset-wind4.Bga6atur.mjs';
|
|
7
7
|
|
|
8
8
|
declare function postprocessors(options: PresetWind4Options): Postprocessor[];
|
|
9
9
|
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { Postprocessor, Preflight, Variant, PresetOptions, Arrayable, CSSEntry,
|
|
|
3
3
|
import { T as Theme } from './shared/preset-wind4.BXbWGSRz.js';
|
|
4
4
|
export { r as rules } from './shared/preset-wind4.Ca5oWgxX.js';
|
|
5
5
|
export { shortcuts } from './shortcuts.js';
|
|
6
|
-
export { t as theme } from './shared/preset-wind4.
|
|
6
|
+
export { t as theme } from './shared/preset-wind4.Bga6atur.js';
|
|
7
7
|
|
|
8
8
|
declare function postprocessors(options: PresetWind4Options): Postprocessor[];
|
|
9
9
|
|
package/dist/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LAYER_PREFLIGHTS, toArray, definePreset } from '@unocss/core';
|
|
2
2
|
import { extractorArbitraryVariants } from '@unocss/extractor-arbitrary-variants';
|
|
3
|
-
import { k as themeTracking, K as compressCSS, t as trackedTheme, w as getThemeByKey, g as globalKeywords, P as PRESET_NAME } from './shared/preset-wind4.
|
|
3
|
+
import { k as themeTracking, K as compressCSS, t as trackedTheme, w as getThemeByKey, g as globalKeywords, P as PRESET_NAME } from './shared/preset-wind4.DLkbGy_k.mjs';
|
|
4
4
|
import { alphaPlaceholdersRE } from '@unocss/rule-utils';
|
|
5
5
|
import { postprocessors } from './postprocess.mjs';
|
|
6
|
-
import { l as variants } from './shared/preset-wind4.
|
|
6
|
+
import { l as variants } from './shared/preset-wind4.ZZA6r7w6.mjs';
|
|
7
7
|
import { theme as theme$1 } from './theme.mjs';
|
|
8
|
-
import { s as shortcuts } from './shared/preset-wind4.
|
|
9
|
-
import { r as rules } from './shared/preset-wind4.
|
|
8
|
+
import { s as shortcuts } from './shared/preset-wind4.BTkJgmuQ.mjs';
|
|
9
|
+
import { r as rules } from './shared/preset-wind4.CupdUNh8.mjs';
|
|
10
10
|
import './colors.mjs';
|
|
11
|
-
import './shared/preset-wind4.
|
|
11
|
+
import './shared/preset-wind4.D2A57N1S.mjs';
|
|
12
12
|
|
|
13
13
|
const resetCSS = `
|
|
14
14
|
/*
|
package/dist/postprocess.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ import { Postprocessor } from '@unocss/core';
|
|
|
4
4
|
import './shared/preset-wind4.BXbWGSRz.mjs';
|
|
5
5
|
import './shared/preset-wind4.D71xGC6i.mjs';
|
|
6
6
|
import './shortcuts.mjs';
|
|
7
|
-
import './shared/preset-wind4.
|
|
7
|
+
import './shared/preset-wind4.Bga6atur.mjs';
|
|
8
8
|
|
|
9
9
|
declare function important({ important: option }: PresetWind4Options): Postprocessor[];
|
|
10
10
|
|
package/dist/postprocess.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { Postprocessor } from '@unocss/core';
|
|
|
4
4
|
import './shared/preset-wind4.BXbWGSRz.js';
|
|
5
5
|
import './shared/preset-wind4.Ca5oWgxX.js';
|
|
6
6
|
import './shortcuts.js';
|
|
7
|
-
import './shared/preset-wind4.
|
|
7
|
+
import './shared/preset-wind4.Bga6atur.js';
|
|
8
8
|
|
|
9
9
|
declare function important({ important: option }: PresetWind4Options): Postprocessor[];
|
|
10
10
|
|
package/dist/rules.d.mts
CHANGED
|
@@ -130,6 +130,7 @@ declare const backgroundBlendModes: Rule<Theme>[];
|
|
|
130
130
|
declare const mixBlendModes: Rule<Theme>[];
|
|
131
131
|
declare const dynamicViewportHeight: Rule<Theme>[];
|
|
132
132
|
declare const accessibility: Rule<Theme>[];
|
|
133
|
+
declare const fieldSizing: Rule<Theme>[];
|
|
133
134
|
|
|
134
135
|
declare const svgUtilities: Rule<Theme>[];
|
|
135
136
|
|
|
@@ -164,4 +165,4 @@ declare const cssProperty: Rule<Theme>[];
|
|
|
164
165
|
|
|
165
166
|
declare const viewTransition: Rule<Theme>[];
|
|
166
167
|
|
|
167
|
-
export { accents, accessibility, alignments, animations, appearance, appearances, aspectRatio, backgroundBlendModes, backgroundStyles, bgColors, borderStyles, borders, boxShadows, boxSizing, breaks, carets, colorScheme, columns, container, containerParent, containerShortcuts, contains, contentVisibility, contents, cssProperty, cssVariables, cursors, displays, divides, dynamicViewportHeight, filters, flex, flexGridJustifiesAlignments, floats, fontSmoothings, fontStyles, fontVariantNumeric, fonts, gaps, grids, handlerBorderStyle, hyphens, imageRenderings, insets, isolations, justifies, lineClamps, listStyle, margins, mixBlendModes, notLastChildSelector, objectPositions, opacity, orders, outline, overflows, overscrolls, paddings, placeholders, placements, pointerEvents, positions, questionMark, resizes, rings, screenReadersAccess, scrollBehaviors, scrolls, shadowProperties, sizes, spaces, splitShorthand, svgUtilities, tabSizes, tables, textAligns, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, textWraps, touchActions, transformBase, transforms, transitions, userSelects, verticalAligns, viewTransition, whitespaces, willChange, writingModes, writingOrientations, zIndexes };
|
|
168
|
+
export { accents, accessibility, alignments, animations, appearance, appearances, aspectRatio, backgroundBlendModes, backgroundStyles, bgColors, borderStyles, borders, boxShadows, boxSizing, breaks, carets, colorScheme, columns, container, containerParent, containerShortcuts, contains, contentVisibility, contents, cssProperty, cssVariables, cursors, displays, divides, dynamicViewportHeight, fieldSizing, filters, flex, flexGridJustifiesAlignments, floats, fontSmoothings, fontStyles, fontVariantNumeric, fonts, gaps, grids, handlerBorderStyle, hyphens, imageRenderings, insets, isolations, justifies, lineClamps, listStyle, margins, mixBlendModes, notLastChildSelector, objectPositions, opacity, orders, outline, overflows, overscrolls, paddings, placeholders, placements, pointerEvents, positions, questionMark, resizes, rings, screenReadersAccess, scrollBehaviors, scrolls, shadowProperties, sizes, spaces, splitShorthand, svgUtilities, tabSizes, tables, textAligns, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, textWraps, touchActions, transformBase, transforms, transitions, userSelects, verticalAligns, viewTransition, whitespaces, willChange, writingModes, writingOrientations, zIndexes };
|
package/dist/rules.d.ts
CHANGED
|
@@ -130,6 +130,7 @@ declare const backgroundBlendModes: Rule<Theme>[];
|
|
|
130
130
|
declare const mixBlendModes: Rule<Theme>[];
|
|
131
131
|
declare const dynamicViewportHeight: Rule<Theme>[];
|
|
132
132
|
declare const accessibility: Rule<Theme>[];
|
|
133
|
+
declare const fieldSizing: Rule<Theme>[];
|
|
133
134
|
|
|
134
135
|
declare const svgUtilities: Rule<Theme>[];
|
|
135
136
|
|
|
@@ -164,4 +165,4 @@ declare const cssProperty: Rule<Theme>[];
|
|
|
164
165
|
|
|
165
166
|
declare const viewTransition: Rule<Theme>[];
|
|
166
167
|
|
|
167
|
-
export { accents, accessibility, alignments, animations, appearance, appearances, aspectRatio, backgroundBlendModes, backgroundStyles, bgColors, borderStyles, borders, boxShadows, boxSizing, breaks, carets, colorScheme, columns, container, containerParent, containerShortcuts, contains, contentVisibility, contents, cssProperty, cssVariables, cursors, displays, divides, dynamicViewportHeight, filters, flex, flexGridJustifiesAlignments, floats, fontSmoothings, fontStyles, fontVariantNumeric, fonts, gaps, grids, handlerBorderStyle, hyphens, imageRenderings, insets, isolations, justifies, lineClamps, listStyle, margins, mixBlendModes, notLastChildSelector, objectPositions, opacity, orders, outline, overflows, overscrolls, paddings, placeholders, placements, pointerEvents, positions, questionMark, resizes, rings, screenReadersAccess, scrollBehaviors, scrolls, shadowProperties, sizes, spaces, splitShorthand, svgUtilities, tabSizes, tables, textAligns, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, textWraps, touchActions, transformBase, transforms, transitions, userSelects, verticalAligns, viewTransition, whitespaces, willChange, writingModes, writingOrientations, zIndexes };
|
|
168
|
+
export { accents, accessibility, alignments, animations, appearance, appearances, aspectRatio, backgroundBlendModes, backgroundStyles, bgColors, borderStyles, borders, boxShadows, boxSizing, breaks, carets, colorScheme, columns, container, containerParent, containerShortcuts, contains, contentVisibility, contents, cssProperty, cssVariables, cursors, displays, divides, dynamicViewportHeight, fieldSizing, filters, flex, flexGridJustifiesAlignments, floats, fontSmoothings, fontStyles, fontVariantNumeric, fonts, gaps, grids, handlerBorderStyle, hyphens, imageRenderings, insets, isolations, justifies, lineClamps, listStyle, margins, mixBlendModes, notLastChildSelector, objectPositions, opacity, orders, outline, overflows, overscrolls, paddings, placeholders, placements, pointerEvents, positions, questionMark, resizes, rings, screenReadersAccess, scrollBehaviors, scrolls, shadowProperties, sizes, spaces, splitShorthand, svgUtilities, tabSizes, tables, textAligns, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, textWraps, touchActions, transformBase, transforms, transitions, userSelects, verticalAligns, viewTransition, whitespaces, willChange, writingModes, writingOrientations, zIndexes };
|
package/dist/rules.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { d as accents, am as accessibility, H as alignments, a as animations, c as appearance, _ as appearances, U as aspectRatio, aj as backgroundBlendModes, b as backgroundStyles, m as bgColors, g as borderStyles, h as borders, S as boxShadows, N as boxSizing, a7 as breaks, e as carets, n as colorScheme, p as columns, a0 as contains, a5 as contentVisibility, a6 as contents,
|
|
2
|
-
export { a as container, c as containerParent, b as containerShortcuts } from './shared/preset-wind4.
|
|
3
|
-
import './shared/preset-wind4.
|
|
1
|
+
export { d as accents, am as accessibility, H as alignments, a as animations, c as appearance, _ as appearances, U as aspectRatio, aj as backgroundBlendModes, b as backgroundStyles, m as bgColors, g as borderStyles, h as borders, S as boxShadows, N as boxSizing, a7 as breaks, e as carets, n as colorScheme, p as columns, a0 as contains, a5 as contentVisibility, a6 as contents, aC as cssProperty, aB as cssVariables, $ as cursors, Z as displays, u as divides, al as dynamicViewportHeight, an as fieldSizing, x as filters, y as flex, J as flexGridJustifiesAlignments, L as floats, ac as fontSmoothings, ab as fontStyles, az as fontVariantNumeric, au as fonts, z as gaps, A as grids, j as handlerBorderStyle, ad as hyphens, i as imageRenderings, K as insets, ah as isolations, F as justifies, C as lineClamps, l as listStyle, W as margins, ak as mixBlendModes, Y as notLastChildSelector, ai as objectPositions, k as opacity, G as orders, o as outline, B as overflows, f as overscrolls, V as paddings, D as placeholders, I as placements, a1 as pointerEvents, E as positions, O as questionMark, a2 as resizes, P as rings, r as rules, ag as screenReadersAccess, s as scrollBehaviors, Q as scrolls, R as shadowProperties, T as sizes, X as spaces, aA as splitShorthand, ao as svgUtilities, av as tabSizes, ap as tables, t as textAligns, q as textDecorations, aw as textIndents, a9 as textOverflows, ay as textShadows, ax as textStrokes, aa as textTransforms, a8 as textWraps, aq as touchActions, ar as transformBase, as as transforms, at as transitions, a3 as userSelects, v as verticalAligns, aD as viewTransition, a4 as whitespaces, w as willChange, ae as writingModes, af as writingOrientations, M as zIndexes } from './shared/preset-wind4.CupdUNh8.mjs';
|
|
2
|
+
export { a as container, c as containerParent, b as containerShortcuts } from './shared/preset-wind4.D2A57N1S.mjs';
|
|
3
|
+
import './shared/preset-wind4.DLkbGy_k.mjs';
|
|
4
4
|
import '@unocss/core';
|
|
5
5
|
import '@unocss/rule-utils';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as globalKeywords, b as h, E as makeGlobalStaticRules, p as positionMap, q as parseColor, S as SpecialColorKey, l as generateThemeVariable, F as defineProperty, k as themeTracking, m as detectThemeValue, z as colorResolver, G as isCSSMathFn, d as directionMap, B as hasParseableColor, c as cornerMap, y as colorCSSGenerator, H as isSize, o as directionSize, n as numberResolver, A as colorableShadows, i as insetMap, J as hyphenate, r as resolveBreakpoints, C as CONTROL_NO_NEGATIVE, x as xyzMap, L as splitComma, e as xyzArray, M as bracketTypeRe } from './preset-wind4.
|
|
1
|
+
import { g as globalKeywords, b as h, E as makeGlobalStaticRules, p as positionMap, q as parseColor, S as SpecialColorKey, l as generateThemeVariable, F as defineProperty, k as themeTracking, m as detectThemeValue, z as colorResolver, G as isCSSMathFn, d as directionMap, B as hasParseableColor, c as cornerMap, y as colorCSSGenerator, H as isSize, o as directionSize, n as numberResolver, A as colorableShadows, i as insetMap, J as hyphenate, r as resolveBreakpoints, C as CONTROL_NO_NEGATIVE, x as xyzMap, L as splitComma, e as xyzArray, M as bracketTypeRe } from './preset-wind4.DLkbGy_k.mjs';
|
|
2
2
|
import { notNull } from '@unocss/core';
|
|
3
|
-
import { a as container, c as containerParent } from './preset-wind4.
|
|
3
|
+
import { a as container, c as containerParent } from './preset-wind4.D2A57N1S.mjs';
|
|
4
4
|
import { getStringComponent } from '@unocss/rule-utils';
|
|
5
5
|
|
|
6
6
|
const verticalAlignAlias = {
|
|
@@ -274,13 +274,17 @@ const outline = [
|
|
|
274
274
|
[/^outline-(?:width-|size-)?(.+)$/, handleWidth$2, { autocomplete: "outline-(width|size)-<num>" }],
|
|
275
275
|
// color
|
|
276
276
|
[/^outline-(?:color-)?(.+)$/, handleColorOrWidth$2, { autocomplete: "outline-$colors" }],
|
|
277
|
+
[/^outline-op(?:acity)?-?(.+)$/, ([, opacity]) => ({ "--un-outline-opacity": h.bracket.percent.cssvar(opacity) }), { autocomplete: "outline-(op|opacity)-<percent>" }],
|
|
277
278
|
// offset
|
|
278
279
|
[/^outline-offset-(.+)$/, ([, d]) => ({ "outline-offset": h.bracket.cssvar.global.px(d) }), { autocomplete: "outline-(offset)-<num>" }],
|
|
279
280
|
["outline-offset-none", { "outline-offset": "0" }],
|
|
280
281
|
// style
|
|
281
|
-
[
|
|
282
|
-
|
|
283
|
-
|
|
282
|
+
[/^outline$/, function* () {
|
|
283
|
+
yield {
|
|
284
|
+
"outline-style": "var(--un-outline-style)",
|
|
285
|
+
"outline-width": "1px"
|
|
286
|
+
};
|
|
287
|
+
yield defineProperty("--un-outline-style", { initialValue: "solid" });
|
|
284
288
|
}],
|
|
285
289
|
[/^outline-hidden$/, function* (_, { symbols }) {
|
|
286
290
|
yield { "outline-style": "none" };
|
|
@@ -292,19 +296,27 @@ const outline = [
|
|
|
292
296
|
}],
|
|
293
297
|
...["auto", "dashed", "dotted", "double", "solid", "groove", "ridge", "inset", "outset", ...globalKeywords].map((v) => [`outline-${v}`, { "--un-outline-style": v, "outline-style": v }])
|
|
294
298
|
];
|
|
295
|
-
function handleWidth$2([, b]) {
|
|
299
|
+
function* handleWidth$2([, b]) {
|
|
296
300
|
const v = h.bracket.cssvar.global.px(b);
|
|
297
301
|
if (v != null) {
|
|
298
|
-
|
|
302
|
+
yield {
|
|
299
303
|
"outline-style": "var(--un-outline-style)",
|
|
300
304
|
"outline-width": v
|
|
301
305
|
};
|
|
306
|
+
yield defineProperty("--un-outline-style", { initialValue: "solid" });
|
|
302
307
|
}
|
|
303
308
|
}
|
|
304
|
-
function handleColorOrWidth$2(match, ctx) {
|
|
305
|
-
if (isCSSMathFn(h.bracket(match[1])))
|
|
306
|
-
|
|
307
|
-
|
|
309
|
+
function* handleColorOrWidth$2(match, ctx) {
|
|
310
|
+
if (isCSSMathFn(h.bracket(match[1]))) {
|
|
311
|
+
yield* handleWidth$2(match);
|
|
312
|
+
} else {
|
|
313
|
+
const result = colorResolver("outline-color", "outline")(match, ctx);
|
|
314
|
+
if (result) {
|
|
315
|
+
for (const i of result) {
|
|
316
|
+
yield i;
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
}
|
|
308
320
|
}
|
|
309
321
|
const appearance = [
|
|
310
322
|
["appearance-auto", { "-webkit-appearance": "auto", "appearance": "auto" }],
|
|
@@ -1214,7 +1226,7 @@ function handleShadow(themeKey) {
|
|
|
1214
1226
|
const rings = [
|
|
1215
1227
|
// ring
|
|
1216
1228
|
[/^ring(?:-(.+))?$/, ([, d]) => {
|
|
1217
|
-
const v = h.px(d || "1");
|
|
1229
|
+
const v = h.bracket.px(d || "1");
|
|
1218
1230
|
if (v != null) {
|
|
1219
1231
|
return [
|
|
1220
1232
|
{
|
|
@@ -1229,7 +1241,7 @@ const rings = [
|
|
|
1229
1241
|
[/^ring-op(?:acity)?-?(.+)$/, ([, opacity]) => ({ "--un-ring-opacity": h.bracket.percent.cssvar(opacity) }), { autocomplete: "ring-(op|opacity)-<percent>" }],
|
|
1230
1242
|
// inset ring
|
|
1231
1243
|
[/^inset-ring(?:-(.+))?$/, ([, d]) => {
|
|
1232
|
-
const v = h.px(d || "1");
|
|
1244
|
+
const v = h.bracket.px(d || "1");
|
|
1233
1245
|
if (v != null) {
|
|
1234
1246
|
return [
|
|
1235
1247
|
{
|
|
@@ -1244,7 +1256,7 @@ const rings = [
|
|
|
1244
1256
|
[/^inset-ring-op(?:acity)?-?(.+)$/, ([, opacity]) => ({ "--un-inset-ring-opacity": h.bracket.percent.cssvar(opacity) }), { autocomplete: "inset-ring-(op|opacity)-<percent>" }],
|
|
1245
1257
|
// offset
|
|
1246
1258
|
[/^ring-offset(?:-(.+))?$/, ([, d]) => {
|
|
1247
|
-
const v = h.px(d || "1");
|
|
1259
|
+
const v = h.bracket.px(d || "1");
|
|
1248
1260
|
if (v != null) {
|
|
1249
1261
|
return {
|
|
1250
1262
|
"--un-ring-offset-width": v,
|
|
@@ -1461,13 +1473,18 @@ const contentVisibility = [
|
|
|
1461
1473
|
...makeGlobalStaticRules("content-visibility")
|
|
1462
1474
|
];
|
|
1463
1475
|
const contents = [
|
|
1464
|
-
[/^content-(.+)$/, ([, v]) =>
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1476
|
+
[/^content-(.+)$/, ([, v]) => {
|
|
1477
|
+
const _v = h.bracket.cssvar(v);
|
|
1478
|
+
if (_v != null) {
|
|
1479
|
+
return [
|
|
1480
|
+
{
|
|
1481
|
+
"--un-content": h.bracket.cssvar(v),
|
|
1482
|
+
"content": "var(--un-content)"
|
|
1483
|
+
},
|
|
1484
|
+
defineProperty("--un-content", { initialValue: '""' })
|
|
1485
|
+
];
|
|
1486
|
+
}
|
|
1487
|
+
}],
|
|
1471
1488
|
["content-empty", { content: '""' }],
|
|
1472
1489
|
["content-none", { content: "none" }]
|
|
1473
1490
|
];
|
|
@@ -1643,6 +1660,10 @@ const accessibility = [
|
|
|
1643
1660
|
["forced-color-adjust-auto", { "forced-color-adjust": "auto" }],
|
|
1644
1661
|
["forced-color-adjust-none", { "forced-color-adjust": "none" }]
|
|
1645
1662
|
];
|
|
1663
|
+
const fieldSizing = [
|
|
1664
|
+
["field-sizing-fixed", { "field-sizing": "fixed" }],
|
|
1665
|
+
["field-sizing-content", { "field-sizing": "content" }]
|
|
1666
|
+
];
|
|
1646
1667
|
|
|
1647
1668
|
const svgUtilities = [
|
|
1648
1669
|
// fills
|
|
@@ -2351,7 +2372,7 @@ const cssProperty = [
|
|
|
2351
2372
|
return;
|
|
2352
2373
|
const [prop, ...rest] = body.split(":");
|
|
2353
2374
|
const value = rest.join(":");
|
|
2354
|
-
if (!isURI(body) && /^[a-z-]
|
|
2375
|
+
if (!isURI(body) && /^[a-z-_]+$/i.test(prop) && isValidCSSBody(value)) {
|
|
2355
2376
|
const parsed = h.bracket(`[${value}]`);
|
|
2356
2377
|
if (parsed)
|
|
2357
2378
|
return { [prop]: parsed };
|
|
@@ -2487,9 +2508,11 @@ const rules = [
|
|
|
2487
2508
|
touchActions,
|
|
2488
2509
|
fontVariantNumeric,
|
|
2489
2510
|
viewTransition,
|
|
2490
|
-
questionMark,
|
|
2491
2511
|
spaces,
|
|
2492
|
-
divides
|
|
2512
|
+
divides,
|
|
2513
|
+
fieldSizing,
|
|
2514
|
+
// should be the last
|
|
2515
|
+
questionMark
|
|
2493
2516
|
].flat();
|
|
2494
2517
|
|
|
2495
|
-
export { cursors as $, grids as A, overflows as B, lineClamps as C, placeholders as D, positions as E, justifies as F, orders as G, alignments as H, placements as I, flexGridJustifiesAlignments as J, insets as K, floats as L, zIndexes as M, boxSizing as N, questionMark as O, rings as P, scrolls as Q, shadowProperties as R, boxShadows as S, sizes as T, aspectRatio as U, paddings as V, margins as W, spaces as X, notLastChildSelector as Y, displays as Z, appearances as _, animations as a, contains as a0, pointerEvents as a1, resizes as a2, userSelects as a3, whitespaces as a4, contentVisibility as a5, contents as a6, breaks as a7, textWraps as a8, textOverflows as a9,
|
|
2518
|
+
export { cursors as $, grids as A, overflows as B, lineClamps as C, placeholders as D, positions as E, justifies as F, orders as G, alignments as H, placements as I, flexGridJustifiesAlignments as J, insets as K, floats as L, zIndexes as M, boxSizing as N, questionMark as O, rings as P, scrolls as Q, shadowProperties as R, boxShadows as S, sizes as T, aspectRatio as U, paddings as V, margins as W, spaces as X, notLastChildSelector as Y, displays as Z, appearances as _, animations as a, contains as a0, pointerEvents as a1, resizes as a2, userSelects as a3, whitespaces as a4, contentVisibility as a5, contents as a6, breaks as a7, textWraps as a8, textOverflows as a9, splitShorthand as aA, cssVariables as aB, cssProperty as aC, viewTransition as aD, textTransforms as aa, fontStyles as ab, fontSmoothings as ac, hyphens as ad, writingModes as ae, writingOrientations as af, screenReadersAccess as ag, isolations as ah, objectPositions as ai, backgroundBlendModes as aj, mixBlendModes as ak, dynamicViewportHeight as al, accessibility as am, fieldSizing as an, svgUtilities as ao, tables as ap, touchActions as aq, transformBase as ar, transforms as as, transitions as at, fonts as au, tabSizes as av, textIndents as aw, textStrokes as ax, textShadows as ay, fontVariantNumeric as az, backgroundStyles as b, appearance as c, accents as d, carets as e, overscrolls as f, borderStyles as g, borders as h, imageRenderings as i, handlerBorderStyle as j, opacity as k, listStyle as l, bgColors as m, colorScheme as n, outline as o, columns as p, textDecorations as q, rules as r, scrollBehaviors as s, textAligns as t, divides as u, verticalAligns as v, willChange as w, filters as x, flex as y, gaps as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isString } from '@unocss/core';
|
|
2
|
-
import { r as resolveBreakpoints } from './preset-wind4.
|
|
2
|
+
import { r as resolveBreakpoints } from './preset-wind4.DLkbGy_k.mjs';
|
|
3
3
|
|
|
4
4
|
const containerParent = [
|
|
5
5
|
[/^@container(?:\/(\w+))?(?:-(normal))?$/, ([, l, v]) => {
|
|
@@ -250,12 +250,12 @@ function number(str) {
|
|
|
250
250
|
return round(num);
|
|
251
251
|
}
|
|
252
252
|
function percent(str) {
|
|
253
|
-
if (str.endsWith("%"))
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
253
|
+
if (str.endsWith("%")) {
|
|
254
|
+
str = str.slice(0, -1);
|
|
255
|
+
}
|
|
256
|
+
const num = number(str);
|
|
257
|
+
if (num != null) {
|
|
258
|
+
return `${num}%`;
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
261
|
function fraction(str) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { variantGetParameter, variantMatcher, variantGetBracket, variantParentMatcher, getBracket, hasThemeFn, transformThemeFn, getStringComponent } from '@unocss/rule-utils';
|
|
2
|
-
import { b as h, r as resolveBreakpoints, C as CONTROL_NO_NEGATIVE, f as cssMathFnRE, j as cssVarFnRE, B as hasParseableColor } from './preset-wind4.
|
|
2
|
+
import { b as h, r as resolveBreakpoints, C as CONTROL_NO_NEGATIVE, f as cssMathFnRE, j as cssVarFnRE, B as hasParseableColor } from './preset-wind4.DLkbGy_k.mjs';
|
|
3
3
|
import { toArray, escapeRegExp, escapeSelector } from '@unocss/core';
|
|
4
4
|
|
|
5
5
|
const variantAria = {
|
|
@@ -17,7 +17,8 @@ const variantAria = {
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
multiPass: true
|
|
20
|
+
multiPass: true,
|
|
21
|
+
autocomplete: "aria-$aria"
|
|
21
22
|
};
|
|
22
23
|
function taggedAria(tagName) {
|
|
23
24
|
return {
|
|
@@ -294,6 +295,28 @@ function variantImportant() {
|
|
|
294
295
|
};
|
|
295
296
|
}
|
|
296
297
|
|
|
298
|
+
const variantNoscript = variantParentMatcher("noscript", "@media (scripting: none)");
|
|
299
|
+
const variantScripting = {
|
|
300
|
+
name: "scripting",
|
|
301
|
+
match(matcher, ctx) {
|
|
302
|
+
const variant = variantGetParameter(["script-", "scripting-"], matcher, ctx.generator.config.separators);
|
|
303
|
+
if (variant) {
|
|
304
|
+
const [match, rest] = variant;
|
|
305
|
+
const scriptingValues = ["none", "initial-only", "enabled"];
|
|
306
|
+
if (scriptingValues.includes(match)) {
|
|
307
|
+
return {
|
|
308
|
+
matcher: rest,
|
|
309
|
+
handle: (input, next) => next({
|
|
310
|
+
...input,
|
|
311
|
+
parent: `${input.parent ? `${input.parent} $$ ` : ""}@media (scripting: ${match})`
|
|
312
|
+
})
|
|
313
|
+
};
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
multiPass: true,
|
|
318
|
+
autocomplete: ["(scripting|script)-(none|initial-only|enabled)"]
|
|
319
|
+
};
|
|
297
320
|
const variantPrint = variantParentMatcher("print", "@media print");
|
|
298
321
|
const variantCustomMedia = {
|
|
299
322
|
name: "media",
|
|
@@ -315,7 +338,8 @@ const variantCustomMedia = {
|
|
|
315
338
|
}
|
|
316
339
|
}
|
|
317
340
|
},
|
|
318
|
-
multiPass: true
|
|
341
|
+
multiPass: true,
|
|
342
|
+
autocomplete: "media-$media"
|
|
319
343
|
};
|
|
320
344
|
const variantContrasts = [
|
|
321
345
|
variantParentMatcher("contrast-more", "@media (prefers-contrast: more)"),
|
|
@@ -552,6 +576,7 @@ function hasOpacityValue(body) {
|
|
|
552
576
|
return false;
|
|
553
577
|
}
|
|
554
578
|
|
|
579
|
+
const PseudoPlaceholder = "__pseudo_placeholder__";
|
|
555
580
|
const PseudoClasses = Object.fromEntries([
|
|
556
581
|
// pseudo elements part 1
|
|
557
582
|
["first-letter", "::first-letter"],
|
|
@@ -596,6 +621,7 @@ const PseudoClasses = Object.fromEntries([
|
|
|
596
621
|
["even", ":nth-child(even)"],
|
|
597
622
|
["odd-of-type", ":nth-of-type(odd)"],
|
|
598
623
|
["odd", ":nth-child(odd)"],
|
|
624
|
+
["nth", `:nth-child(${PseudoPlaceholder})`],
|
|
599
625
|
"first-of-type",
|
|
600
626
|
["first", ":first-child"],
|
|
601
627
|
"last-of-type",
|
|
@@ -727,12 +753,18 @@ function variantPseudoClassesAndElements() {
|
|
|
727
753
|
name: "pseudo",
|
|
728
754
|
match(input, ctx) {
|
|
729
755
|
if (!(PseudoClassesAndElementsRE && PseudoClassesAndElementsColonRE)) {
|
|
730
|
-
PseudoClassesAndElementsRE = new RegExp(`^(${PseudoClassesAndElementsStr})(?:${ctx.generator.config.separators.join("|")})`);
|
|
756
|
+
PseudoClassesAndElementsRE = new RegExp(`^(${PseudoClassesAndElementsStr})(?:-(\\[\\w+\\]))?(?:${ctx.generator.config.separators.join("|")})`);
|
|
731
757
|
PseudoClassesAndElementsColonRE = new RegExp(`^(${PseudoClassesAndElementsColonStr})(?:${ctx.generator.config.separators.filter((x) => x !== "-").join("|")})`);
|
|
732
758
|
}
|
|
733
759
|
const match = input.match(PseudoClassesAndElementsRE) || input.match(PseudoClassesAndElementsColonRE);
|
|
734
760
|
if (match) {
|
|
735
|
-
|
|
761
|
+
let pseudo = PseudoClasses[match[1]] || PseudoClassesColon[match[1]] || `:${match[1]}`;
|
|
762
|
+
if (match[2]) {
|
|
763
|
+
const anPlusB = h.bracket(match[2]);
|
|
764
|
+
if (anPlusB) {
|
|
765
|
+
pseudo = pseudo.replace(PseudoPlaceholder, anPlusB);
|
|
766
|
+
}
|
|
767
|
+
}
|
|
736
768
|
let index = PseudoClassesKeys.indexOf(match[1]);
|
|
737
769
|
if (index === -1)
|
|
738
770
|
index = PseudoClassesColonKeys.indexOf(match[1]);
|
|
@@ -890,6 +922,8 @@ function variants(options) {
|
|
|
890
922
|
variantStartingStyle,
|
|
891
923
|
variantImportant(),
|
|
892
924
|
variantSupports,
|
|
925
|
+
variantNoscript,
|
|
926
|
+
variantScripting,
|
|
893
927
|
variantPrint,
|
|
894
928
|
variantCustomMedia,
|
|
895
929
|
...variantContrasts,
|
|
@@ -919,4 +953,4 @@ function variants(options) {
|
|
|
919
953
|
].flat();
|
|
920
954
|
}
|
|
921
955
|
|
|
922
|
-
export {
|
|
956
|
+
export { variantScope as A, variantVariables as B, variantTheme as C, variantStickyHover as D, variantNegative as E, placeholderModifier as F, variantPseudoClassesAndElements as G, variantPseudoClassFunctions as H, variantTaggedPseudoClasses as I, variantPartClasses as J, variantStartingStyle as K, variantSupports as L, variantTaggedAriaAttributes as a, variantBreakpoints as b, calcMaxWidthBySize as c, variantChildren as d, variantCombinators as e, variantSvgCombinators as f, variantContainerQuery as g, variantColorsMediaOrClass as h, variantColorsScheme as i, variantDataAttribute as j, variantTaggedDataAttributes as k, variants as l, variantLanguageDirections as m, variantImportant as n, variantNoscript as o, variantScripting as p, variantPrint as q, variantCustomMedia as r, variantContrasts as s, variantMotions as t, variantOrientations as u, variantAria as v, variantForcedColors as w, variantSelector as x, variantCssLayer as y, variantInternalLayer as z };
|
package/dist/shortcuts.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { s as shortcuts } from './shared/preset-wind4.
|
|
2
|
-
import './shared/preset-wind4.
|
|
1
|
+
export { s as shortcuts } from './shared/preset-wind4.BTkJgmuQ.mjs';
|
|
2
|
+
import './shared/preset-wind4.D2A57N1S.mjs';
|
|
3
3
|
import '@unocss/core';
|
|
4
|
-
import './shared/preset-wind4.
|
|
4
|
+
import './shared/preset-wind4.DLkbGy_k.mjs';
|
|
5
5
|
import '@unocss/rule-utils';
|
package/dist/theme.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { colors } from './colors.mjs';
|
|
2
|
-
export { t as theme } from './shared/preset-wind4.
|
|
2
|
+
export { t as theme } from './shared/preset-wind4.Bga6atur.mjs';
|
|
3
3
|
import { T as Theme } from './shared/preset-wind4.BXbWGSRz.mjs';
|
|
4
4
|
export { C as Colors, a as ThemeAnimation } from './shared/preset-wind4.BXbWGSRz.mjs';
|
|
5
5
|
|
|
@@ -413,6 +413,7 @@ declare const tracking: {
|
|
|
413
413
|
widest: string;
|
|
414
414
|
};
|
|
415
415
|
declare const leading: {
|
|
416
|
+
none: string;
|
|
416
417
|
tight: string;
|
|
417
418
|
snug: string;
|
|
418
419
|
normal: string;
|
package/dist/theme.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { colors } from './colors.js';
|
|
2
|
-
export { t as theme } from './shared/preset-wind4.
|
|
2
|
+
export { t as theme } from './shared/preset-wind4.Bga6atur.js';
|
|
3
3
|
import { T as Theme } from './shared/preset-wind4.BXbWGSRz.js';
|
|
4
4
|
export { C as Colors, a as ThemeAnimation } from './shared/preset-wind4.BXbWGSRz.js';
|
|
5
5
|
|
|
@@ -413,6 +413,7 @@ declare const tracking: {
|
|
|
413
413
|
widest: string;
|
|
414
414
|
};
|
|
415
415
|
declare const leading: {
|
|
416
|
+
none: string;
|
|
416
417
|
tight: string;
|
|
417
418
|
snug: string;
|
|
418
419
|
normal: string;
|
package/dist/theme.mjs
CHANGED
package/dist/utils.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as remRE } from './shared/preset-wind4.
|
|
2
|
-
export { C as CONTROL_NO_NEGATIVE, P as PRESET_NAME, S as SpecialColorKey, I as camelize, y as colorCSSGenerator, z as colorResolver, A as colorableShadows, K as compressCSS, c as cornerMap, f as cssMathFnRE, j as cssVarFnRE, F as defineProperty, m as detectThemeValue, d as directionMap, o as directionSize, l as generateThemeVariable, w as getThemeByKey, g as globalKeywords, b as h, h as handler, B as hasParseableColor, J as hyphenate, i as insetMap, G as isCSSMathFn, H as isSize, E as makeGlobalStaticRules, n as numberResolver, q as parseColor, u as parseThemeColor, p as positionMap, r as resolveBreakpoints, D as resolveVerticalBreakpoints, s as splitShorthand, k as themeTracking, t as trackedTheme, v as valueHandlers, e as xyzArray, x as xyzMap } from './shared/preset-wind4.
|
|
1
|
+
import { a as remRE } from './shared/preset-wind4.DLkbGy_k.mjs';
|
|
2
|
+
export { C as CONTROL_NO_NEGATIVE, P as PRESET_NAME, S as SpecialColorKey, I as camelize, y as colorCSSGenerator, z as colorResolver, A as colorableShadows, K as compressCSS, c as cornerMap, f as cssMathFnRE, j as cssVarFnRE, F as defineProperty, m as detectThemeValue, d as directionMap, o as directionSize, l as generateThemeVariable, w as getThemeByKey, g as globalKeywords, b as h, h as handler, B as hasParseableColor, J as hyphenate, i as insetMap, G as isCSSMathFn, H as isSize, E as makeGlobalStaticRules, n as numberResolver, q as parseColor, u as parseThemeColor, p as positionMap, r as resolveBreakpoints, D as resolveVerticalBreakpoints, s as splitShorthand, k as themeTracking, t as trackedTheme, v as valueHandlers, e as xyzArray, x as xyzMap } from './shared/preset-wind4.DLkbGy_k.mjs';
|
|
3
3
|
export * from '@unocss/rule-utils';
|
|
4
4
|
import '@unocss/core';
|
|
5
5
|
|
package/dist/variants.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ import { PresetWind4Options } from './index.mjs';
|
|
|
4
4
|
export { variants } from './index.mjs';
|
|
5
5
|
import './shared/preset-wind4.D71xGC6i.mjs';
|
|
6
6
|
import './shortcuts.mjs';
|
|
7
|
-
import './shared/preset-wind4.
|
|
7
|
+
import './shared/preset-wind4.Bga6atur.mjs';
|
|
8
8
|
|
|
9
9
|
declare const variantAria: VariantObject<Theme>;
|
|
10
10
|
declare const variantTaggedAriaAttributes: Variant<Theme>[];
|
|
@@ -29,6 +29,8 @@ declare const variantLanguageDirections: Variant<Theme>[];
|
|
|
29
29
|
|
|
30
30
|
declare function variantImportant(): VariantObject<Theme>;
|
|
31
31
|
|
|
32
|
+
declare const variantNoscript: VariantObject;
|
|
33
|
+
declare const variantScripting: VariantObject<Theme>;
|
|
32
34
|
declare const variantPrint: VariantObject<Theme>;
|
|
33
35
|
declare const variantCustomMedia: VariantObject<Theme>;
|
|
34
36
|
declare const variantContrasts: Variant<Theme>[];
|
|
@@ -57,4 +59,4 @@ declare const variantStartingStyle: Variant<Theme>;
|
|
|
57
59
|
|
|
58
60
|
declare const variantSupports: VariantObject<Theme>;
|
|
59
61
|
|
|
60
|
-
export { calcMaxWidthBySize, placeholderModifier, variantAria, variantBreakpoints, variantChildren, variantColorsMediaOrClass, variantColorsScheme, variantCombinators, variantContainerQuery, variantContrasts, variantCssLayer, variantCustomMedia, variantDataAttribute, variantForcedColors, variantImportant, variantInternalLayer, variantLanguageDirections, variantMotions, variantNegative, variantOrientations, variantPartClasses, variantPrint, variantPseudoClassFunctions, variantPseudoClassesAndElements, variantScope, variantSelector, variantStartingStyle, variantStickyHover, variantSupports, variantSvgCombinators, variantTaggedAriaAttributes, variantTaggedDataAttributes, variantTaggedPseudoClasses, variantTheme, variantVariables };
|
|
62
|
+
export { calcMaxWidthBySize, placeholderModifier, variantAria, variantBreakpoints, variantChildren, variantColorsMediaOrClass, variantColorsScheme, variantCombinators, variantContainerQuery, variantContrasts, variantCssLayer, variantCustomMedia, variantDataAttribute, variantForcedColors, variantImportant, variantInternalLayer, variantLanguageDirections, variantMotions, variantNegative, variantNoscript, variantOrientations, variantPartClasses, variantPrint, variantPseudoClassFunctions, variantPseudoClassesAndElements, variantScope, variantScripting, variantSelector, variantStartingStyle, variantStickyHover, variantSupports, variantSvgCombinators, variantTaggedAriaAttributes, variantTaggedDataAttributes, variantTaggedPseudoClasses, variantTheme, variantVariables };
|
package/dist/variants.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { PresetWind4Options } from './index.js';
|
|
|
4
4
|
export { variants } from './index.js';
|
|
5
5
|
import './shared/preset-wind4.Ca5oWgxX.js';
|
|
6
6
|
import './shortcuts.js';
|
|
7
|
-
import './shared/preset-wind4.
|
|
7
|
+
import './shared/preset-wind4.Bga6atur.js';
|
|
8
8
|
|
|
9
9
|
declare const variantAria: VariantObject<Theme>;
|
|
10
10
|
declare const variantTaggedAriaAttributes: Variant<Theme>[];
|
|
@@ -29,6 +29,8 @@ declare const variantLanguageDirections: Variant<Theme>[];
|
|
|
29
29
|
|
|
30
30
|
declare function variantImportant(): VariantObject<Theme>;
|
|
31
31
|
|
|
32
|
+
declare const variantNoscript: VariantObject;
|
|
33
|
+
declare const variantScripting: VariantObject<Theme>;
|
|
32
34
|
declare const variantPrint: VariantObject<Theme>;
|
|
33
35
|
declare const variantCustomMedia: VariantObject<Theme>;
|
|
34
36
|
declare const variantContrasts: Variant<Theme>[];
|
|
@@ -57,4 +59,4 @@ declare const variantStartingStyle: Variant<Theme>;
|
|
|
57
59
|
|
|
58
60
|
declare const variantSupports: VariantObject<Theme>;
|
|
59
61
|
|
|
60
|
-
export { calcMaxWidthBySize, placeholderModifier, variantAria, variantBreakpoints, variantChildren, variantColorsMediaOrClass, variantColorsScheme, variantCombinators, variantContainerQuery, variantContrasts, variantCssLayer, variantCustomMedia, variantDataAttribute, variantForcedColors, variantImportant, variantInternalLayer, variantLanguageDirections, variantMotions, variantNegative, variantOrientations, variantPartClasses, variantPrint, variantPseudoClassFunctions, variantPseudoClassesAndElements, variantScope, variantSelector, variantStartingStyle, variantStickyHover, variantSupports, variantSvgCombinators, variantTaggedAriaAttributes, variantTaggedDataAttributes, variantTaggedPseudoClasses, variantTheme, variantVariables };
|
|
62
|
+
export { calcMaxWidthBySize, placeholderModifier, variantAria, variantBreakpoints, variantChildren, variantColorsMediaOrClass, variantColorsScheme, variantCombinators, variantContainerQuery, variantContrasts, variantCssLayer, variantCustomMedia, variantDataAttribute, variantForcedColors, variantImportant, variantInternalLayer, variantLanguageDirections, variantMotions, variantNegative, variantNoscript, variantOrientations, variantPartClasses, variantPrint, variantPseudoClassFunctions, variantPseudoClassesAndElements, variantScope, variantScripting, variantSelector, variantStartingStyle, variantStickyHover, variantSupports, variantSvgCombinators, variantTaggedAriaAttributes, variantTaggedDataAttributes, variantTaggedPseudoClasses, variantTheme, variantVariables };
|
package/dist/variants.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as calcMaxWidthBySize,
|
|
1
|
+
export { c as calcMaxWidthBySize, F as placeholderModifier, v as variantAria, b as variantBreakpoints, d as variantChildren, h as variantColorsMediaOrClass, i as variantColorsScheme, e as variantCombinators, g as variantContainerQuery, s as variantContrasts, y as variantCssLayer, r as variantCustomMedia, j as variantDataAttribute, w as variantForcedColors, n as variantImportant, z as variantInternalLayer, m as variantLanguageDirections, t as variantMotions, E as variantNegative, o as variantNoscript, u as variantOrientations, J as variantPartClasses, q as variantPrint, H as variantPseudoClassFunctions, G as variantPseudoClassesAndElements, A as variantScope, p as variantScripting, x as variantSelector, K as variantStartingStyle, D as variantStickyHover, L as variantSupports, f as variantSvgCombinators, a as variantTaggedAriaAttributes, k as variantTaggedDataAttributes, I as variantTaggedPseudoClasses, C as variantTheme, B as variantVariables, l as variants } from './shared/preset-wind4.ZZA6r7w6.mjs';
|
|
2
2
|
import '@unocss/rule-utils';
|
|
3
|
-
import './shared/preset-wind4.
|
|
3
|
+
import './shared/preset-wind4.DLkbGy_k.mjs';
|
|
4
4
|
import '@unocss/core';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-wind4",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.1.
|
|
4
|
+
"version": "66.1.2",
|
|
5
5
|
"description": "Tailwind 4 compact preset for UnoCSS",
|
|
6
6
|
"authors": [
|
|
7
7
|
{
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"dist"
|
|
75
75
|
],
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@unocss/core": "66.1.
|
|
78
|
-
"@unocss/extractor-arbitrary-variants": "66.1.
|
|
79
|
-
"@unocss/rule-utils": "66.1.
|
|
77
|
+
"@unocss/core": "66.1.2",
|
|
78
|
+
"@unocss/extractor-arbitrary-variants": "66.1.2",
|
|
79
|
+
"@unocss/rule-utils": "66.1.2"
|
|
80
80
|
},
|
|
81
81
|
"scripts": {
|
|
82
82
|
"build": "unbuild",
|