@unocss/preset-mini 0.59.0-beta.1 → 0.59.0

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.mjs CHANGED
@@ -2,7 +2,7 @@ import { entriesToCss, toArray, definePreset } from '@unocss/core';
2
2
  import { extractorArbitraryVariants } from '@unocss/extractor-arbitrary-variants';
3
3
  import { g as globalKeywords } from './shared/preset-mini.CWuOZAHF.mjs';
4
4
  export { j as parseColor } from './shared/preset-mini.CWuOZAHF.mjs';
5
- import { t as theme } from './shared/preset-mini.DeOzy57x.mjs';
5
+ import { t as theme } from './shared/preset-mini.B-FeHxXU.mjs';
6
6
  import { r as rules } from './shared/preset-mini.BkfCAdS7.mjs';
7
7
  import { h as variants } from './shared/preset-mini.Cn7UNwSE.mjs';
8
8
  export { colors } from './colors.mjs';
@@ -176,7 +176,7 @@ const easing = {
176
176
  "in-out": "cubic-bezier(0.4, 0, 0.2, 1)"
177
177
  };
178
178
  const ringWidth = {
179
- DEFAULT: "1px",
179
+ DEFAULT: "3px",
180
180
  none: "0"
181
181
  };
182
182
  const zIndex = {
package/dist/theme.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  export { colors } from './colors.mjs';
2
- export { x as baseSize, b as blur, n as borderRadius, o as boxShadow, j as breakpoints, D as containers, d as dropShadow, m as duration, p as easing, f as fontFamily, a as fontSize, i as fontWeight, B as height, h as letterSpacing, l as lineHeight, k as lineWidth, C as maxHeight, A as maxWidth, q as media, u as preflightBase, r as ringWidth, s as spacing, c as textIndent, g as textShadow, e as textStrokeWidth, t as theme, v as verticalBreakpoints, y as width, w as wordSpacing, z as zIndex } from './shared/preset-mini.DeOzy57x.mjs';
2
+ export { x as baseSize, b as blur, n as borderRadius, o as boxShadow, j as breakpoints, D as containers, d as dropShadow, m as duration, p as easing, f as fontFamily, a as fontSize, i as fontWeight, B as height, h as letterSpacing, l as lineHeight, k as lineWidth, C as maxHeight, A as maxWidth, q as media, u as preflightBase, r as ringWidth, s as spacing, c as textIndent, g as textShadow, e as textStrokeWidth, t as theme, v as verticalBreakpoints, y as width, w as wordSpacing, z as zIndex } from './shared/preset-mini.B-FeHxXU.mjs';
3
3
  import './shared/preset-mini.BLqeNSHq.mjs';
4
4
  import './shared/preset-mini.CWuOZAHF.mjs';
5
5
  import '@unocss/core';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/preset-mini",
3
3
  "type": "module",
4
- "version": "0.59.0-beta.1",
4
+ "version": "0.59.0",
5
5
  "description": "The minimal preset for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -56,9 +56,9 @@
56
56
  "dist"
57
57
  ],
58
58
  "dependencies": {
59
- "@unocss/core": "0.59.0-beta.1",
60
- "@unocss/extractor-arbitrary-variants": "0.59.0-beta.1",
61
- "@unocss/rule-utils": "0.59.0-beta.1"
59
+ "@unocss/core": "0.59.0",
60
+ "@unocss/extractor-arbitrary-variants": "0.59.0",
61
+ "@unocss/rule-utils": "0.59.0"
62
62
  },
63
63
  "scripts": {
64
64
  "build": "unbuild",