@unocss/preset-mini 0.43.1 → 0.43.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/chunks/default2.cjs +1 -0
- package/dist/chunks/default2.mjs +1 -1
- package/dist/rules.cjs +1 -0
- package/dist/rules.d.ts +3 -2
- package/dist/rules.mjs +1 -1
- package/package.json +2 -2
package/dist/chunks/default2.cjs
CHANGED
package/dist/chunks/default2.mjs
CHANGED
|
@@ -731,4 +731,4 @@ const rules = [
|
|
|
731
731
|
questionMark
|
|
732
732
|
].flat(1);
|
|
733
733
|
|
|
734
|
-
export {
|
|
734
|
+
export { sizes as A, aspectRatio as B, paddings as C, margins as D, svgUtilities as E, transitions as F, fonts as G, tabSizes as H, textIndents as I, textStrokes as J, textShadows as K, cssVariables as L, cssProperty as M, textDecorations as N, appearance as a, borderStyles as b, borders as c, opacity as d, textColors as e, bgColors as f, flex as g, handlerBorderStyle as h, gaps as i, grids as j, overflows as k, justifies as l, orders as m, alignments as n, outline as o, positions as p, placements as q, rules as r, insets as s, textAligns as t, floats as u, verticalAligns as v, willChange as w, boxSizing as x, questionMark as y, zIndexes as z };
|
package/dist/rules.cjs
CHANGED
|
@@ -23,6 +23,7 @@ exports.floats = _default.floats;
|
|
|
23
23
|
exports.fonts = _default.fonts;
|
|
24
24
|
exports.gaps = _default.gaps;
|
|
25
25
|
exports.grids = _default.grids;
|
|
26
|
+
exports.handlerBorderStyle = _default.handlerBorderStyle;
|
|
26
27
|
exports.insets = _default.insets;
|
|
27
28
|
exports.justifies = _default.justifies;
|
|
28
29
|
exports.margins = _default.margins;
|
package/dist/rules.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Rule } from '@unocss/core';
|
|
1
|
+
import { Rule, CSSEntries } from '@unocss/core';
|
|
2
2
|
import { T as Theme } from './types-9e30040a.js';
|
|
3
3
|
|
|
4
4
|
declare const verticalAligns: Rule[];
|
|
@@ -10,6 +10,7 @@ declare const willChange: Rule[];
|
|
|
10
10
|
|
|
11
11
|
declare const borderStyles: string[];
|
|
12
12
|
declare const borders: Rule[];
|
|
13
|
+
declare function handlerBorderStyle([, a, s]: string[]): CSSEntries | undefined;
|
|
13
14
|
|
|
14
15
|
/**
|
|
15
16
|
* @example op10 op-30 opacity-100
|
|
@@ -118,4 +119,4 @@ declare const cssProperty: Rule[];
|
|
|
118
119
|
|
|
119
120
|
declare const textDecorations: Rule<Theme>[];
|
|
120
121
|
|
|
121
|
-
export { alignments, appearance, appearances, aspectRatio, bgColors, borderStyles, borders, boxShadows, boxShadowsBase, boxSizing, breaks, contents, cssProperty, cssVariables, cursors, displays, flex, floats, fontSmoothings, fontStyles, fonts, gaps, grids, insets, justifies, margins, opacity, orders, outline, overflows, paddings, placements, pointerEvents, positions, questionMark, resizes, ringBase, rings, rules, sizes, svgUtilities, tabSizes, textAligns, textColors, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, transformBase, transforms, transitions, userSelects, varEmpty, verticalAligns, whitespaces, willChange, zIndexes };
|
|
122
|
+
export { alignments, appearance, appearances, aspectRatio, bgColors, borderStyles, borders, boxShadows, boxShadowsBase, boxSizing, breaks, contents, cssProperty, cssVariables, cursors, displays, flex, floats, fontSmoothings, fontStyles, fonts, gaps, grids, handlerBorderStyle, insets, justifies, margins, opacity, orders, outline, overflows, paddings, placements, pointerEvents, positions, questionMark, resizes, ringBase, rings, rules, sizes, svgUtilities, tabSizes, textAligns, textColors, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, transformBase, transforms, transitions, userSelects, varEmpty, verticalAligns, whitespaces, willChange, zIndexes };
|
package/dist/rules.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { n as alignments, a as appearance, B as aspectRatio, f as bgColors, b as borderStyles, c as borders, x as boxSizing, M as cssProperty, L as cssVariables, g as flex, u as floats, G as fonts, i as gaps, j as grids, h as handlerBorderStyle, s as insets, l as justifies, D as margins, d as opacity, m as orders, o as outline, k as overflows, C as paddings, q as placements, p as positions, y as questionMark, r as rules, A as sizes, E as svgUtilities, H as tabSizes, t as textAligns, e as textColors, N as textDecorations, I as textIndents, K as textShadows, J as textStrokes, F as transitions, v as verticalAligns, w as willChange, z as zIndexes } from './chunks/default2.mjs';
|
|
2
2
|
export { k as appearances, h as boxShadows, b as boxShadowsBase, m as breaks, c as contents, j as cursors, d as displays, g as fontSmoothings, f as fontStyles, p as pointerEvents, l as resizes, r as ringBase, i as rings, a as textOverflows, e as textTransforms, t as transformBase, n as transforms, u as userSelects, v as varEmpty, w as whitespaces } from './chunks/transform.mjs';
|
|
3
3
|
import './chunks/colors2.mjs';
|
|
4
4
|
import '@unocss/core';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-mini",
|
|
3
|
-
"version": "0.43.
|
|
3
|
+
"version": "0.43.2",
|
|
4
4
|
"description": "The minimal preset for UnoCSS",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"*.css"
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@unocss/core": "0.43.
|
|
64
|
+
"@unocss/core": "0.43.2"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"build": "unbuild",
|