@unocss/preset-mini 0.61.6 → 0.61.7
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
|
@@ -3,7 +3,7 @@ import { extractorArbitraryVariants } from '@unocss/extractor-arbitrary-variants
|
|
|
3
3
|
import { g as globalKeywords } from './shared/preset-mini.B66ZMXnT.mjs';
|
|
4
4
|
export { k as parseColor } from './shared/preset-mini.B66ZMXnT.mjs';
|
|
5
5
|
import { t as theme } from './shared/preset-mini.Cx7ylRNC.mjs';
|
|
6
|
-
import { r as rules } from './shared/preset-mini.
|
|
6
|
+
import { r as rules } from './shared/preset-mini.CT54FBqM.mjs';
|
|
7
7
|
import { j as variants } from './shared/preset-mini.BsntrdsY.mjs';
|
|
8
8
|
export { colors } from './colors.mjs';
|
|
9
9
|
import '@unocss/rule-utils';
|
package/dist/rules.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as alignments, a as appearance, E as aspectRatio, e as bgColors, b as borderStyles, c as borders, B as boxSizing, f as colorScheme, g as containerParent, P as cssProperty, O as cssVariables, j as flex, x as flexGridJustifiesAlignments, z as floats, J as fonts, k as gaps, l as grids, h as handlerBorderStyle, y as insets, n as justifies, G as margins, d as opacity, q as orders, o as outline, m as overflows, F as paddings, u as placements, p as positions, C as questionMark, r as rules, D as sizes, H as svgUtilities, K as tabSizes, t as textAligns, i as textDecorations, L as textIndents, N as textShadows, M as textStrokes, I as transitions, v as verticalAligns, w as willChange, A as zIndexes } from './shared/preset-mini.
|
|
1
|
+
export { s as alignments, a as appearance, E as aspectRatio, e as bgColors, b as borderStyles, c as borders, B as boxSizing, f as colorScheme, g as containerParent, P as cssProperty, O as cssVariables, j as flex, x as flexGridJustifiesAlignments, z as floats, J as fonts, k as gaps, l as grids, h as handlerBorderStyle, y as insets, n as justifies, G as margins, d as opacity, q as orders, o as outline, m as overflows, F as paddings, u as placements, p as positions, C as questionMark, r as rules, D as sizes, H as svgUtilities, K as tabSizes, t as textAligns, i as textDecorations, L as textIndents, N as textShadows, M as textStrokes, I as transitions, v as verticalAligns, w as willChange, A as zIndexes } from './shared/preset-mini.CT54FBqM.mjs';
|
|
2
2
|
export { e as appearances, c as boxShadows, b as boxShadowsBase, k as breaks, g as contains, i as contentVisibility, j as contents, f as cursors, d as displays, o as fontSmoothings, n as fontStyles, p as pointerEvents, h as resizes, r as ringBase, a as rings, l as textOverflows, m as textTransforms, t as textWraps, q as transformBase, s as transforms, u as userSelects, v as varEmpty, w as whitespaces } from './shared/preset-mini.BWouCBA3.mjs';
|
|
3
3
|
import './shared/preset-mini.B66ZMXnT.mjs';
|
|
4
4
|
import '@unocss/core';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { g as globalKeywords, f as h, t as isCSSMathFn, l as colorResolver, d as directionMap, n as hasParseableColor, c as cornerMap, k as parseColor, u as isSize, q as makeGlobalStaticRules, m as colorableShadows, s as splitShorthand, i as insetMap, r as resolveBreakpoints, j as directionSize } from './preset-mini.B66ZMXnT.mjs';
|
|
2
2
|
import { colorToString, colorOpacityToString } from '@unocss/rule-utils';
|
|
3
3
|
import { warnOnce, toArray } from '@unocss/core';
|
|
4
|
-
import {
|
|
4
|
+
import { g as contains, p as pointerEvents, e as appearances, d as displays, s as transforms, f as cursors, u as userSelects, h as resizes, l as textOverflows, w as whitespaces, k as breaks, t as textWraps, m as textTransforms, n as fontStyles, o as fontSmoothings, c as boxShadows, a as rings, i as contentVisibility, j as contents } from './preset-mini.BWouCBA3.mjs';
|
|
5
5
|
|
|
6
6
|
const verticalAlignAlias = {
|
|
7
7
|
"mid": "middle",
|
|
@@ -966,61 +966,61 @@ function handleColorOrWidth(match, ctx) {
|
|
|
966
966
|
const rules = [
|
|
967
967
|
cssVariables,
|
|
968
968
|
cssProperty,
|
|
969
|
-
|
|
969
|
+
contains,
|
|
970
|
+
pointerEvents,
|
|
971
|
+
appearances,
|
|
972
|
+
positions,
|
|
973
|
+
insets,
|
|
974
|
+
zIndexes,
|
|
975
|
+
orders,
|
|
976
|
+
grids,
|
|
977
|
+
floats,
|
|
970
978
|
margins,
|
|
979
|
+
boxSizing,
|
|
971
980
|
displays,
|
|
972
|
-
|
|
981
|
+
aspectRatio,
|
|
982
|
+
sizes,
|
|
983
|
+
flex,
|
|
984
|
+
transforms,
|
|
985
|
+
cursors,
|
|
986
|
+
userSelects,
|
|
987
|
+
resizes,
|
|
988
|
+
appearance,
|
|
989
|
+
placements,
|
|
990
|
+
alignments,
|
|
991
|
+
justifies,
|
|
992
|
+
gaps,
|
|
993
|
+
flexGridJustifiesAlignments,
|
|
994
|
+
overflows,
|
|
995
|
+
textOverflows,
|
|
996
|
+
whitespaces,
|
|
997
|
+
breaks,
|
|
998
|
+
borders,
|
|
973
999
|
bgColors,
|
|
974
1000
|
colorScheme,
|
|
975
1001
|
svgUtilities,
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
contents,
|
|
979
|
-
fonts,
|
|
980
|
-
tabSizes,
|
|
1002
|
+
paddings,
|
|
1003
|
+
textAligns,
|
|
981
1004
|
textIndents,
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
textShadows,
|
|
1005
|
+
textWraps,
|
|
1006
|
+
verticalAligns,
|
|
1007
|
+
fonts,
|
|
986
1008
|
textTransforms,
|
|
987
|
-
textAligns,
|
|
988
1009
|
fontStyles,
|
|
1010
|
+
textDecorations,
|
|
989
1011
|
fontSmoothings,
|
|
1012
|
+
tabSizes,
|
|
1013
|
+
textStrokes,
|
|
1014
|
+
textShadows,
|
|
1015
|
+
opacity,
|
|
990
1016
|
boxShadows,
|
|
991
|
-
rings,
|
|
992
|
-
flex,
|
|
993
|
-
grids,
|
|
994
|
-
gaps,
|
|
995
|
-
positions,
|
|
996
|
-
sizes,
|
|
997
|
-
aspectRatio,
|
|
998
|
-
cursors,
|
|
999
|
-
appearances,
|
|
1000
|
-
pointerEvents,
|
|
1001
|
-
resizes,
|
|
1002
|
-
verticalAligns,
|
|
1003
|
-
userSelects,
|
|
1004
|
-
whitespaces,
|
|
1005
|
-
breaks,
|
|
1006
|
-
overflows,
|
|
1007
1017
|
outline,
|
|
1008
|
-
|
|
1009
|
-
orders,
|
|
1010
|
-
justifies,
|
|
1011
|
-
alignments,
|
|
1012
|
-
placements,
|
|
1013
|
-
flexGridJustifiesAlignments,
|
|
1014
|
-
insets,
|
|
1015
|
-
floats,
|
|
1016
|
-
zIndexes,
|
|
1017
|
-
boxSizing,
|
|
1018
|
+
rings,
|
|
1018
1019
|
transitions,
|
|
1019
|
-
transforms,
|
|
1020
1020
|
willChange,
|
|
1021
|
+
contentVisibility,
|
|
1022
|
+
contents,
|
|
1021
1023
|
containerParent,
|
|
1022
|
-
contains,
|
|
1023
|
-
textWraps,
|
|
1024
1024
|
// should be the last
|
|
1025
1025
|
questionMark
|
|
1026
1026
|
].flat(1);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-mini",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.61.
|
|
4
|
+
"version": "0.61.7",
|
|
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.61.
|
|
60
|
-
"@unocss/rule-utils": "0.61.
|
|
61
|
-
"@unocss/extractor-arbitrary-variants": "0.61.
|
|
59
|
+
"@unocss/core": "0.61.7",
|
|
60
|
+
"@unocss/rule-utils": "0.61.7",
|
|
61
|
+
"@unocss/extractor-arbitrary-variants": "0.61.7"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"build": "unbuild",
|