@unocss/preset-wind4 66.6.7 → 66.7.0-beta.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/{container-_7pdPWQl.mjs → container-BwY4Hhe2.mjs} +1 -1
- package/dist/{index-Br5yJM3P.d.mts → index-DRmQ2SKQ.d.mts} +3 -4
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/postprocess.d.mts +1 -1
- package/dist/rules.mjs +203 -195
- package/dist/shortcuts.d.mts +1 -1
- package/dist/shortcuts.mjs +1 -1
- package/dist/{utils-BamiTVVE.mjs → utils-CqAvZsCu.mjs} +42 -27
- package/dist/utils.d.mts +3 -4
- package/dist/utils.mjs +1 -1
- package/dist/{variants-BQhcPCjX.mjs → variants-pAIxzNbQ.mjs} +19 -19
- package/dist/variants.d.mts +1 -1
- package/dist/variants.mjs +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { w as resolveBreakpoints } from "./utils-
|
|
1
|
+
import { w as resolveBreakpoints } from "./utils-CqAvZsCu.mjs";
|
|
2
2
|
import { isString } from "@unocss/core";
|
|
3
3
|
//#region src/rules/container.ts
|
|
4
4
|
const containerParent = [[/^@container(?:\/(\w+))?(?:-(normal))?$/, ([, l, v]) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { C as Theme } from "./theme-C7zgiweA.mjs";
|
|
2
|
-
import * as _unocss_core0 from "@unocss/core";
|
|
3
2
|
import { Arrayable, CSSEntry, Postprocessor, Preflight, PreflightContext, PresetOptions, Variant, VariantFunction, VariantObject } from "@unocss/core";
|
|
4
3
|
|
|
5
4
|
//#region src/postprocess/default.d.ts
|
|
@@ -19,7 +18,7 @@ declare function varPrefix({
|
|
|
19
18
|
declare const preflights: (options: PresetWind4Options) => Preflight<Theme>[];
|
|
20
19
|
//#endregion
|
|
21
20
|
//#region src/shortcuts/index.d.ts
|
|
22
|
-
declare const shortcuts:
|
|
21
|
+
declare const shortcuts: import("@unocss/core").Shortcut<Theme>[];
|
|
23
22
|
//#endregion
|
|
24
23
|
//#region src/shorthands.d.ts
|
|
25
24
|
declare const shorthands: {
|
|
@@ -79,7 +78,7 @@ declare const variantScope: Variant<Theme>;
|
|
|
79
78
|
declare const variantVariables: Variant<Theme>;
|
|
80
79
|
declare const variantTheme: Variant<Theme>;
|
|
81
80
|
declare const variantStickyHover: Variant<Theme>[];
|
|
82
|
-
declare const variantImplicitGroup: Variant
|
|
81
|
+
declare const variantImplicitGroup: Variant<Theme>;
|
|
83
82
|
//#endregion
|
|
84
83
|
//#region src/variants/negative.d.ts
|
|
85
84
|
declare const variantNegative: Variant<Theme>;
|
|
@@ -221,6 +220,6 @@ interface PresetWind4Options extends PresetOptions {
|
|
|
221
220
|
};
|
|
222
221
|
};
|
|
223
222
|
}
|
|
224
|
-
declare const presetWind4:
|
|
223
|
+
declare const presetWind4: import("@unocss/core").PresetFactory<Theme, PresetWind4Options>;
|
|
225
224
|
//#endregion
|
|
226
225
|
export { variantLanguageDirections as A, variantBreakpoints as B, variantForcedColors as C, variantPrint as D, variantOrientations as E, variantColorsScheme as F, preflights as G, variantTaggedAriaAttributes as H, variantContainerQuery as I, postprocessors as J, varPrefix as K, variantCombinators as L, variantDataAttribute as M, variantTaggedDataAttributes as N, variantScripting as O, variantColorsMediaOrClass as P, variantSvgCombinators as R, variantCustomMedia as S, variantNoscript as T, shorthands as U, variantAria as V, shortcuts as W, variantSelector as _, variantSupports as a, variantVariables as b, variantPseudoClassFunctions as c, placeholderModifier as d, variantNegative as f, variantScope as g, variantInternalLayer as h, presetWind4 as i, variants as j, variantImportant as k, variantPseudoClassesAndElements as l, variantImplicitGroup as m, PreflightsTheme as n, variantStartingStyle as o, variantCssLayer as p, important as q, PresetWind4Options as r, variantPartClasses as s, DarkModeSelectors as t, variantTaggedPseudoClasses as u, variantStickyHover as v, variantMotions as w, variantContrasts as x, variantTheme as y, variantChildren as z };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { C as Theme, E as theme } from "./theme-C7zgiweA.mjs";
|
|
2
|
-
import { G as preflights, J as postprocessors, U as shorthands, W as shortcuts, i as presetWind4, j as variants, n as PreflightsTheme, r as PresetWind4Options, t as DarkModeSelectors } from "./index-
|
|
2
|
+
import { G as preflights, J as postprocessors, U as shorthands, W as shortcuts, i as presetWind4, j as variants, n as PreflightsTheme, r as PresetWind4Options, t as DarkModeSelectors } from "./index-DRmQ2SKQ.mjs";
|
|
3
3
|
import { bt as rules } from "./rules-BpaLAJkj.mjs";
|
|
4
|
-
export { DarkModeSelectors, PreflightsTheme, PresetWind4Options, Theme, presetWind4 as default, presetWind4, postprocessors, preflights, rules, shortcuts, shorthands, theme, variants };
|
|
4
|
+
export { DarkModeSelectors, PreflightsTheme, PresetWind4Options, type Theme, presetWind4 as default, presetWind4, postprocessors, preflights, rules, shortcuts, shorthands, theme, variants };
|
package/dist/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { postprocessors } from "./postprocess.mjs";
|
|
2
|
-
import { H as PRESET_NAME, I as globalKeywords, a as themeTracking, f as compressCSS, h as getThemeByKey, n as detectThemeValue, o as trackedProperties, s as trackedTheme } from "./utils-
|
|
2
|
+
import { H as PRESET_NAME, I as globalKeywords, a as themeTracking, f as compressCSS, h as getThemeByKey, n as detectThemeValue, o as trackedProperties, s as trackedTheme } from "./utils-CqAvZsCu.mjs";
|
|
3
3
|
import { rules } from "./rules.mjs";
|
|
4
4
|
import { shortcuts } from "./shortcuts.mjs";
|
|
5
5
|
import { theme } from "./theme.mjs";
|
|
6
|
-
import { t as variants } from "./variants-
|
|
6
|
+
import { t as variants } from "./variants-pAIxzNbQ.mjs";
|
|
7
7
|
import { definePreset, escapeSelector, toArray, uniq } from "@unocss/core";
|
|
8
8
|
import { extractorArbitraryVariants } from "@unocss/extractor-arbitrary-variants";
|
|
9
9
|
import { alphaPlaceholdersRE } from "@unocss/rule-utils";
|
package/dist/postprocess.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { J as postprocessors, K as varPrefix, q as important } from "./index-
|
|
1
|
+
import { J as postprocessors, K as varPrefix, q as important } from "./index-DRmQ2SKQ.mjs";
|
|
2
2
|
export { important, postprocessors, varPrefix };
|