@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.
@@ -747,6 +747,7 @@ exports.floats = floats;
747
747
  exports.fonts = fonts;
748
748
  exports.gaps = gaps;
749
749
  exports.grids = grids;
750
+ exports.handlerBorderStyle = handlerBorderStyle;
750
751
  exports.insets = insets;
751
752
  exports.justifies = justifies;
752
753
  exports.margins = margins;
@@ -731,4 +731,4 @@ const rules = [
731
731
  questionMark
732
732
  ].flat(1);
733
733
 
734
- export { aspectRatio as A, paddings as B, margins as C, svgUtilities as D, transitions as E, fonts as F, tabSizes as G, textIndents as H, textStrokes as I, textShadows as J, cssVariables as K, cssProperty as L, textDecorations as M, appearance as a, borderStyles as b, borders as c, opacity as d, textColors as e, bgColors as f, flex as g, gaps as h, grids as i, overflows as j, justifies as k, orders as l, alignments as m, placements as n, outline as o, positions as p, insets as q, rules as r, floats as s, textAligns as t, boxSizing as u, verticalAligns as v, willChange as w, questionMark as x, sizes as y, zIndexes as z };
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 { m as alignments, a as appearance, A as aspectRatio, f as bgColors, b as borderStyles, c as borders, u as boxSizing, L as cssProperty, K as cssVariables, g as flex, s as floats, F as fonts, h as gaps, i as grids, q as insets, k as justifies, C as margins, d as opacity, l as orders, o as outline, j as overflows, B as paddings, n as placements, p as positions, x as questionMark, r as rules, y as sizes, D as svgUtilities, G as tabSizes, t as textAligns, e as textColors, M as textDecorations, H as textIndents, J as textShadows, I as textStrokes, E as transitions, v as verticalAligns, w as willChange, z as zIndexes } from './chunks/default2.mjs';
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.1",
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.1"
64
+ "@unocss/core": "0.43.2"
65
65
  },
66
66
  "scripts": {
67
67
  "build": "unbuild",