@unocss/preset-mini 0.52.2 → 0.52.3

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.cjs CHANGED
@@ -4,11 +4,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const extractorArbitraryVariants = require('@unocss/extractor-arbitrary-variants');
6
6
  const core = require('@unocss/core');
7
- require('./shared/preset-mini.b1660e10.cjs');
8
- const _default$1 = require('./shared/preset-mini.0ce92be0.cjs');
7
+ require('./shared/preset-mini.00f53c18.cjs');
8
+ const _default$1 = require('./shared/preset-mini.abe7573f.cjs');
9
9
  const colors$1 = require('./shared/preset-mini.fcd935e5.cjs');
10
10
  const colors = require('./shared/preset-mini.f3fc54d2.cjs');
11
- const _default = require('./shared/preset-mini.bd2381f0.cjs');
11
+ const _default = require('./shared/preset-mini.0e931904.cjs');
12
12
  const _default$2 = require('./shared/preset-mini.3e77961f.cjs');
13
13
  require('./shared/preset-mini.dd2d059b.cjs');
14
14
 
package/dist/index.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  import { extractorArbitraryVariants } from '@unocss/extractor-arbitrary-variants';
2
2
  import { entriesToCss, toArray } from '@unocss/core';
3
- import './shared/preset-mini.d166766b.mjs';
4
- import { r as rules } from './shared/preset-mini.58153c06.mjs';
3
+ import './shared/preset-mini.ca4ea557.mjs';
4
+ import { r as rules } from './shared/preset-mini.3ea3bf00.mjs';
5
5
  export { p as parseColor } from './shared/preset-mini.9dd74f3a.mjs';
6
6
  export { c as colors } from './shared/preset-mini.1c66bf79.mjs';
7
- import { t as theme } from './shared/preset-mini.14f33713.mjs';
8
- export { t as theme } from './shared/preset-mini.14f33713.mjs';
7
+ import { t as theme } from './shared/preset-mini.38d3931e.mjs';
8
+ export { t as theme } from './shared/preset-mini.38d3931e.mjs';
9
9
  import { v as variants } from './shared/preset-mini.27c86dd4.mjs';
10
10
  import './shared/preset-mini.dfe8388f.mjs';
11
11
 
package/dist/rules.cjs CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const transform = require('./shared/preset-mini.b1660e10.cjs');
6
- const _default = require('./shared/preset-mini.0ce92be0.cjs');
5
+ const transform = require('./shared/preset-mini.00f53c18.cjs');
6
+ const _default = require('./shared/preset-mini.abe7573f.cjs');
7
7
  require('./shared/preset-mini.fcd935e5.cjs');
8
8
  require('@unocss/core');
9
9
 
package/dist/rules.mjs CHANGED
@@ -1,4 +1,4 @@
1
- export { I as alignments, F as appearance, w as appearances, b as bgColors, W as borderStyles, a as borders, r as boxShadows, U as boxShadowsBase, O as boxSizing, C as breaks, S as contains, c as contentVisibility, e as contents, v as cursors, d as displays, K as flexGridJustifiesAlignments, M as floats, q as fontSmoothings, p as fontStyles, f as fonts, X as handlerBorderStyle, L as insets, H as justifies, o as opacity, G as orders, E as outline, D as overflows, J as placements, x as pointerEvents, u as positions, y as resizes, V as ringBase, s as rings, t as tabSizes, m as textAligns, n as textColors, i as textDecorations, g as textIndents, h as textOverflows, k as textShadows, j as textStrokes, l as textTransforms, T as transformBase, Q as transforms, P as transitions, A as userSelects, Y as varEmpty, z as verticalAligns, B as whitespaces, R as willChange, N as zIndexes } from './shared/preset-mini.d166766b.mjs';
2
- export { b as aspectRatio, c as containerParent, h as cssProperty, e as cssVariables, f as flex, g as gaps, a as grids, m as margins, p as paddings, q as questionMark, r as rules, s as sizes, d as svgUtilities } from './shared/preset-mini.58153c06.mjs';
1
+ export { I as alignments, F as appearance, w as appearances, b as bgColors, W as borderStyles, a as borders, r as boxShadows, U as boxShadowsBase, O as boxSizing, C as breaks, S as contains, c as contentVisibility, e as contents, v as cursors, d as displays, K as flexGridJustifiesAlignments, M as floats, q as fontSmoothings, p as fontStyles, f as fonts, X as handlerBorderStyle, L as insets, H as justifies, o as opacity, G as orders, E as outline, D as overflows, J as placements, x as pointerEvents, u as positions, y as resizes, V as ringBase, s as rings, t as tabSizes, m as textAligns, n as textColors, i as textDecorations, g as textIndents, h as textOverflows, k as textShadows, j as textStrokes, l as textTransforms, T as transformBase, Q as transforms, P as transitions, A as userSelects, Y as varEmpty, z as verticalAligns, B as whitespaces, R as willChange, N as zIndexes } from './shared/preset-mini.ca4ea557.mjs';
2
+ export { b as aspectRatio, c as containerParent, h as cssProperty, e as cssVariables, f as flex, g as gaps, a as grids, m as margins, p as paddings, q as questionMark, r as rules, s as sizes, d as svgUtilities } from './shared/preset-mini.3ea3bf00.mjs';
3
3
  import './shared/preset-mini.9dd74f3a.mjs';
4
4
  import '@unocss/core';
@@ -549,7 +549,7 @@ const contentVisibility = [
549
549
  const contents = [
550
550
  [/^content-(.+)$/, ([, v]) => ({ content: colors.handler.bracket.cssvar(v) })],
551
551
  ["content-empty", { content: '""' }],
552
- ["content-none", { content: '""' }]
552
+ ["content-none", { content: "none" }]
553
553
  ];
554
554
  const breaks = [
555
555
  ["break-normal", { "overflow-wrap": "normal", "word-break": "normal" }],
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const colors = require('./preset-mini.f3fc54d2.cjs');
4
- const transform = require('./preset-mini.b1660e10.cjs');
4
+ const transform = require('./preset-mini.00f53c18.cjs');
5
5
  require('@unocss/core');
6
6
  require('./preset-mini.fcd935e5.cjs');
7
7
 
@@ -1,5 +1,5 @@
1
1
  import { c as colors } from './preset-mini.1c66bf79.mjs';
2
- import { T as transformBase, U as boxShadowsBase, V as ringBase } from './preset-mini.d166766b.mjs';
2
+ import { T as transformBase, U as boxShadowsBase, V as ringBase } from './preset-mini.ca4ea557.mjs';
3
3
  import '@unocss/core';
4
4
  import './preset-mini.9dd74f3a.mjs';
5
5
 
@@ -1,4 +1,4 @@
1
- import { d as displays, o as opacity, b as bgColors, a as borders, c as contentVisibility, e as contents, f as fonts, t as tabSizes, g as textIndents, h as textOverflows, i as textDecorations, j as textStrokes, k as textShadows, l as textTransforms, m as textAligns, n as textColors, p as fontStyles, q as fontSmoothings, r as boxShadows, s as rings, u as positions, v as cursors, w as appearances, x as pointerEvents, y as resizes, z as verticalAligns, A as userSelects, B as whitespaces, C as breaks, D as overflows, E as outline, F as appearance, G as orders, H as justifies, I as alignments, J as placements, K as flexGridJustifiesAlignments, L as insets, M as floats, N as zIndexes, O as boxSizing, P as transitions, Q as transforms, R as willChange, S as contains } from './preset-mini.d166766b.mjs';
1
+ import { d as displays, o as opacity, b as bgColors, a as borders, c as contentVisibility, e as contents, f as fonts, t as tabSizes, g as textIndents, h as textOverflows, i as textDecorations, j as textStrokes, k as textShadows, l as textTransforms, m as textAligns, n as textColors, p as fontStyles, q as fontSmoothings, r as boxShadows, s as rings, u as positions, v as cursors, w as appearances, x as pointerEvents, y as resizes, z as verticalAligns, A as userSelects, B as whitespaces, C as breaks, D as overflows, E as outline, F as appearance, G as orders, H as justifies, I as alignments, J as placements, K as flexGridJustifiesAlignments, L as insets, M as floats, N as zIndexes, O as boxSizing, P as transitions, Q as transforms, R as willChange, S as contains } from './preset-mini.ca4ea557.mjs';
2
2
  import { h as handler, r as resolveVerticalBreakpoints, l as resolveBreakpoints, o as directionSize, c as colorResolver } from './preset-mini.9dd74f3a.mjs';
3
3
  import { warnOnce } from '@unocss/core';
4
4
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const transform = require('./preset-mini.b1660e10.cjs');
3
+ const transform = require('./preset-mini.00f53c18.cjs');
4
4
  const colors = require('./preset-mini.fcd935e5.cjs');
5
5
  const core = require('@unocss/core');
6
6
 
@@ -547,7 +547,7 @@ const contentVisibility = [
547
547
  const contents = [
548
548
  [/^content-(.+)$/, ([, v]) => ({ content: handler.bracket.cssvar(v) })],
549
549
  ["content-empty", { content: '""' }],
550
- ["content-none", { content: '""' }]
550
+ ["content-none", { content: "none" }]
551
551
  ];
552
552
  const breaks = [
553
553
  ["break-normal", { "overflow-wrap": "normal", "word-break": "normal" }],
package/dist/theme.cjs CHANGED
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const colors = require('./shared/preset-mini.f3fc54d2.cjs');
6
- const _default = require('./shared/preset-mini.bd2381f0.cjs');
7
- require('./shared/preset-mini.b1660e10.cjs');
6
+ const _default = require('./shared/preset-mini.0e931904.cjs');
7
+ require('./shared/preset-mini.00f53c18.cjs');
8
8
  require('./shared/preset-mini.fcd935e5.cjs');
9
9
  require('@unocss/core');
10
10
 
package/dist/theme.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  export { c as colors } from './shared/preset-mini.1c66bf79.mjs';
2
- export { q as baseSize, b as blur, m as borderRadius, n as boxShadow, i as breakpoints, A as containers, d as dropShadow, k as duration, o as easing, f as fontFamily, a as fontSize, y as height, h as letterSpacing, l as lineHeight, j as lineWidth, z as maxHeight, x as maxWidth, p as preflightBase, r as ringWidth, s as spacing, c as textIndent, g as textShadow, e as textStrokeWidth, t as theme, v as verticalBreakpoints, u as width, w as wordSpacing } from './shared/preset-mini.14f33713.mjs';
3
- import './shared/preset-mini.d166766b.mjs';
2
+ export { q as baseSize, b as blur, m as borderRadius, n as boxShadow, i as breakpoints, A as containers, d as dropShadow, k as duration, o as easing, f as fontFamily, a as fontSize, y as height, h as letterSpacing, l as lineHeight, j as lineWidth, z as maxHeight, x as maxWidth, p as preflightBase, r as ringWidth, s as spacing, c as textIndent, g as textShadow, e as textStrokeWidth, t as theme, v as verticalBreakpoints, u as width, w as wordSpacing } from './shared/preset-mini.38d3931e.mjs';
3
+ import './shared/preset-mini.ca4ea557.mjs';
4
4
  import './shared/preset-mini.9dd74f3a.mjs';
5
5
  import '@unocss/core';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-mini",
3
- "version": "0.52.2",
3
+ "version": "0.52.3",
4
4
  "description": "The minimal preset for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -61,8 +61,8 @@
61
61
  "*.css"
62
62
  ],
63
63
  "dependencies": {
64
- "@unocss/core": "0.52.2",
65
- "@unocss/extractor-arbitrary-variants": "0.52.2"
64
+ "@unocss/core": "0.52.3",
65
+ "@unocss/extractor-arbitrary-variants": "0.52.3"
66
66
  },
67
67
  "scripts": {
68
68
  "build": "unbuild",