@unocss/preset-wind3 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
CHANGED
|
@@ -26,7 +26,7 @@ interface PresetWind3Options extends PresetMiniOptions {
|
|
|
26
26
|
/**
|
|
27
27
|
* The Tailwind CSS v3 / Windi CSS compact preset for UnoCSS.
|
|
28
28
|
*
|
|
29
|
-
* @see https://unocss.dev/presets/
|
|
29
|
+
* @see https://unocss.dev/presets/wind3
|
|
30
30
|
*/
|
|
31
31
|
declare const presetWind3: _unocss_core.PresetFactory<_unocss_preset_mini.Theme, PresetWind3Options>;
|
|
32
32
|
|
package/dist/index.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ interface PresetWind3Options extends PresetMiniOptions {
|
|
|
26
26
|
/**
|
|
27
27
|
* The Tailwind CSS v3 / Windi CSS compact preset for UnoCSS.
|
|
28
28
|
*
|
|
29
|
-
* @see https://unocss.dev/presets/
|
|
29
|
+
* @see https://unocss.dev/presets/wind3
|
|
30
30
|
*/
|
|
31
31
|
declare const presetWind3: _unocss_core.PresetFactory<_unocss_preset_mini.Theme, PresetWind3Options>;
|
|
32
32
|
|
package/dist/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ export { colors, preflights } from '@unocss/preset-mini';
|
|
|
4
4
|
import { shortcuts } from './shortcuts.mjs';
|
|
5
5
|
import { theme } from './theme.mjs';
|
|
6
6
|
import { b as variants } from './shared/preset-wind3.DIaVUBWk.mjs';
|
|
7
|
-
import { r as rules } from './shared/preset-wind3.
|
|
7
|
+
import { r as rules } from './shared/preset-wind3.B6YTuXU2.mjs';
|
|
8
8
|
import './shared/preset-wind3.BzmnsdqZ.mjs';
|
|
9
9
|
import '@unocss/preset-mini/utils';
|
|
10
10
|
import '@unocss/preset-mini/rules';
|
package/dist/rules.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as accents, a as animations, u as backgroundBlendModes, b as backgroundStyles, d as carets, e as columns, y as cssVariables, f as divides, x as dynamicViewportHeight, j as hyphens, i as imageRenderings, n as isolations, g as lineClamps, l as listStyle, v as mixBlendModes, q as objectPositions, o as overscrolls, p as placeholders, r as rules, m as screenReadersAccess, s as scrollBehaviors, h as spaces, t as textTransforms, z as viewTransition, w as writingModes, k as writingOrientations } from './shared/preset-wind3.
|
|
1
|
+
export { c as accents, a as animations, u as backgroundBlendModes, b as backgroundStyles, d as carets, e as columns, y as cssVariables, f as divides, x as dynamicViewportHeight, j as hyphens, i as imageRenderings, n as isolations, g as lineClamps, l as listStyle, v as mixBlendModes, q as objectPositions, o as overscrolls, p as placeholders, r as rules, m as screenReadersAccess, s as scrollBehaviors, h as spaces, t as textTransforms, z as viewTransition, w as writingModes, k as writingOrientations } from './shared/preset-wind3.B6YTuXU2.mjs';
|
|
2
2
|
export { c as container, a as containerShortcuts } from './shared/preset-wind3.BzmnsdqZ.mjs';
|
|
3
3
|
export { b as backdropFilterBase, d as borderSpacingBase, f as filterBase, a as filters, i as fontVariantNumeric, h as fontVariantNumericBase, s as scrollSnapTypeBase, c as scrolls, t as tables, e as touchActionBase, g as touchActions } from './shared/preset-wind3.DjKJQ_OR.mjs';
|
|
4
4
|
import '@unocss/preset-mini/rules';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-wind3",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.1.
|
|
4
|
+
"version": "66.1.2",
|
|
5
5
|
"description": "Tailwind 3 / Windi CSS compact preset for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"dist"
|
|
61
61
|
],
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@unocss/core": "66.1.
|
|
64
|
-
"@unocss/preset-mini": "66.1.
|
|
65
|
-
"@unocss/rule-utils": "66.1.
|
|
63
|
+
"@unocss/core": "66.1.2",
|
|
64
|
+
"@unocss/preset-mini": "66.1.2",
|
|
65
|
+
"@unocss/rule-utils": "66.1.2"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"build": "unbuild",
|