@unocss/preset-uno 0.12.2 → 0.12.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/{chunk-D3O3OLB6.js → chunk-7O4GGKN3.js} +1 -211
- package/dist/{chunk-F5VW77AU.mjs → chunk-D35XCCQO.mjs} +1194 -1087
- package/dist/chunk-JDNCYLAD.js +234 -0
- package/dist/{chunk-URBMB274.mjs → chunk-KDBQV2WO.mjs} +22 -12
- package/dist/{chunk-ZUP75OYP.mjs → chunk-P5HELYQA.mjs} +1 -211
- package/dist/chunk-P5IQIS5F.mjs +234 -0
- package/dist/{chunk-PIBKKHAP.js → chunk-QSG3YZHA.js} +1262 -1155
- package/dist/{chunk-TOS4ZSIW.mjs → chunk-RMDOQ4VS.mjs} +73 -71
- package/dist/{chunk-SCNDCSE5.js → chunk-VRFK5755.js} +23 -13
- package/dist/{chunk-5WWOD4UI.js → chunk-XTJ2PYTE.js} +74 -72
- package/dist/{colors-5537fdf0.d.ts → colors-d6b5a5b4.d.ts} +1 -1
- package/dist/colors.d.ts +2 -0
- package/dist/colors.js +7 -0
- package/dist/colors.mjs +7 -0
- package/dist/default-c7c67d23.d.ts +5 -0
- package/dist/index.d.ts +4 -3
- package/dist/index.js +12 -10
- package/dist/index.mjs +7 -5
- package/dist/rules.d.ts +156 -2
- package/dist/rules.js +219 -3
- package/dist/rules.mjs +220 -4
- package/dist/theme.d.ts +162 -2
- package/dist/theme.js +40 -2
- package/dist/theme.mjs +42 -4
- package/dist/{index-9dcba0ca.d.ts → types-7963d0b3.d.ts} +1 -2
- package/dist/utils.d.ts +56 -0
- package/dist/utils.js +37 -0
- package/dist/utils.mjs +37 -0
- package/dist/variants.d.ts +8 -7
- package/dist/variants.js +3 -3
- package/dist/variants.mjs +2 -2
- package/package.json +22 -7
package/dist/rules.js
CHANGED
|
@@ -1,8 +1,224 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
var _chunkQSG3YZHAjs = require('./chunk-QSG3YZHA.js');
|
|
112
|
+
require('./chunk-VRFK5755.js');
|
|
5
113
|
require('./chunk-Y6EUTGDC.js');
|
|
6
114
|
|
|
7
115
|
|
|
8
|
-
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
exports.alignContents = _chunkQSG3YZHAjs.alignContents; exports.alignItems = _chunkQSG3YZHAjs.alignItems; exports.alignSelfs = _chunkQSG3YZHAjs.alignSelfs; exports.animations = _chunkQSG3YZHAjs.animations; exports.appearance = _chunkQSG3YZHAjs.appearance; exports.appearances = _chunkQSG3YZHAjs.appearances; exports.aspectRatio = _chunkQSG3YZHAjs.aspectRatio; exports.bgAttachments = _chunkQSG3YZHAjs.bgAttachments; exports.bgBlendModes = _chunkQSG3YZHAjs.bgBlendModes; exports.bgClips = _chunkQSG3YZHAjs.bgClips; exports.bgColors = _chunkQSG3YZHAjs.bgColors; exports.bgGradients = _chunkQSG3YZHAjs.bgGradients; exports.bgImages = _chunkQSG3YZHAjs.bgImages; exports.bgOrigins = _chunkQSG3YZHAjs.bgOrigins; exports.bgPositions = _chunkQSG3YZHAjs.bgPositions; exports.bgRepeats = _chunkQSG3YZHAjs.bgRepeats; exports.bgSizes = _chunkQSG3YZHAjs.bgSizes; exports.borderColors = _chunkQSG3YZHAjs.borderColors; exports.borderRadius = _chunkQSG3YZHAjs.borderRadius; exports.borderSizes = _chunkQSG3YZHAjs.borderSizes; exports.borderStyles = _chunkQSG3YZHAjs.borderStyles; exports.borders = _chunkQSG3YZHAjs.borders; exports.boxDecorationBreaks = _chunkQSG3YZHAjs.boxDecorationBreaks; exports.boxShadows = _chunkQSG3YZHAjs.boxShadows; exports.boxSizing = _chunkQSG3YZHAjs.boxSizing; exports.breaks = _chunkQSG3YZHAjs.breaks; exports.caretColors = _chunkQSG3YZHAjs.caretColors; exports.caretOpacity = _chunkQSG3YZHAjs.caretOpacity; exports.colorResolver = _chunkQSG3YZHAjs.colorResolver; exports.container = _chunkQSG3YZHAjs.container; exports.containerShortcuts = _chunkQSG3YZHAjs.containerShortcuts; exports.cssVariables = _chunkQSG3YZHAjs.cssVariables; exports.cursors = _chunkQSG3YZHAjs.cursors; exports.displays = _chunkQSG3YZHAjs.displays; exports.divideColors = _chunkQSG3YZHAjs.divideColors; exports.divideSizes = _chunkQSG3YZHAjs.divideSizes; exports.divideStyles = _chunkQSG3YZHAjs.divideStyles; exports.divides = _chunkQSG3YZHAjs.divides; exports.fillColors = _chunkQSG3YZHAjs.fillColors; exports.filters = _chunkQSG3YZHAjs.filters; exports.flex = _chunkQSG3YZHAjs.flex; exports.floats = _chunkQSG3YZHAjs.floats; exports.fontSizes = _chunkQSG3YZHAjs.fontSizes; exports.fontSmoothings = _chunkQSG3YZHAjs.fontSmoothings; exports.fontStyles = _chunkQSG3YZHAjs.fontStyles; exports.fontWeights = _chunkQSG3YZHAjs.fontWeights; exports.fonts = _chunkQSG3YZHAjs.fonts; exports.fontsFamilies = _chunkQSG3YZHAjs.fontsFamilies; exports.gaps = _chunkQSG3YZHAjs.gaps; exports.grids = _chunkQSG3YZHAjs.grids; exports.hyphens = _chunkQSG3YZHAjs.hyphens; exports.imageRenderings = _chunkQSG3YZHAjs.imageRenderings; exports.insets = _chunkQSG3YZHAjs.insets; exports.isolations = _chunkQSG3YZHAjs.isolations; exports.justifies = _chunkQSG3YZHAjs.justifies; exports.justifyItems = _chunkQSG3YZHAjs.justifyItems; exports.justifySelfs = _chunkQSG3YZHAjs.justifySelfs; exports.leadings = _chunkQSG3YZHAjs.leadings; exports.lineClamps = _chunkQSG3YZHAjs.lineClamps; exports.listStyle = _chunkQSG3YZHAjs.listStyle; exports.margins = _chunkQSG3YZHAjs.margins; exports.mixBlendModes = _chunkQSG3YZHAjs.mixBlendModes; exports.objectPositions = _chunkQSG3YZHAjs.objectPositions; exports.opacity = _chunkQSG3YZHAjs.opacity; exports.orders = _chunkQSG3YZHAjs.orders; exports.outline = _chunkQSG3YZHAjs.outline; exports.overflows = _chunkQSG3YZHAjs.overflows; exports.overscrolls = _chunkQSG3YZHAjs.overscrolls; exports.paddings = _chunkQSG3YZHAjs.paddings; exports.parseColorUtil = _chunkQSG3YZHAjs.parseColorUtil; exports.placeContents = _chunkQSG3YZHAjs.placeContents; exports.placeItems = _chunkQSG3YZHAjs.placeItems; exports.placeSelfs = _chunkQSG3YZHAjs.placeSelfs; exports.placeholder = _chunkQSG3YZHAjs.placeholder; exports.pointerEvents = _chunkQSG3YZHAjs.pointerEvents; exports.positions = _chunkQSG3YZHAjs.positions; exports.questionMark = _chunkQSG3YZHAjs.questionMark; exports.resizes = _chunkQSG3YZHAjs.resizes; exports.ringColors = _chunkQSG3YZHAjs.ringColors; exports.ringOffsetColors = _chunkQSG3YZHAjs.ringOffsetColors; exports.rings = _chunkQSG3YZHAjs.rings; exports.rules = _chunkQSG3YZHAjs.rules; exports.screenReadersAccess = _chunkQSG3YZHAjs.screenReadersAccess; exports.sizes = _chunkQSG3YZHAjs.sizes; exports.tabSizes = _chunkQSG3YZHAjs.tabSizes; exports.tables = _chunkQSG3YZHAjs.tables; exports.textAligns = _chunkQSG3YZHAjs.textAligns; exports.textColors = _chunkQSG3YZHAjs.textColors; exports.textDecorationColors = _chunkQSG3YZHAjs.textDecorationColors; exports.textDecorationLengths = _chunkQSG3YZHAjs.textDecorationLengths; exports.textDecorationOffsets = _chunkQSG3YZHAjs.textDecorationOffsets; exports.textDecorationStyles = _chunkQSG3YZHAjs.textDecorationStyles; exports.textDecorations = _chunkQSG3YZHAjs.textDecorations; exports.textIndents = _chunkQSG3YZHAjs.textIndents; exports.textOverflows = _chunkQSG3YZHAjs.textOverflows; exports.textShadows = _chunkQSG3YZHAjs.textShadows; exports.textStrokeColors = _chunkQSG3YZHAjs.textStrokeColors; exports.textStrokeWidths = _chunkQSG3YZHAjs.textStrokeWidths; exports.textTransforms = _chunkQSG3YZHAjs.textTransforms; exports.trackings = _chunkQSG3YZHAjs.trackings; exports.transforms = _chunkQSG3YZHAjs.transforms; exports.transitions = _chunkQSG3YZHAjs.transitions; exports.userSelects = _chunkQSG3YZHAjs.userSelects; exports.verticalAligns = _chunkQSG3YZHAjs.verticalAligns; exports.whitespaces = _chunkQSG3YZHAjs.whitespaces; exports.wordSpacings = _chunkQSG3YZHAjs.wordSpacings; exports.writingModes = _chunkQSG3YZHAjs.writingModes; exports.writingOrientations = _chunkQSG3YZHAjs.writingOrientations; exports.zIndexes = _chunkQSG3YZHAjs.zIndexes;
|
package/dist/rules.mjs
CHANGED
|
@@ -1,8 +1,224 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
alignContents,
|
|
3
|
+
alignItems,
|
|
4
|
+
alignSelfs,
|
|
5
|
+
animations,
|
|
6
|
+
appearance,
|
|
7
|
+
appearances,
|
|
8
|
+
aspectRatio,
|
|
9
|
+
bgAttachments,
|
|
10
|
+
bgBlendModes,
|
|
11
|
+
bgClips,
|
|
12
|
+
bgColors,
|
|
13
|
+
bgGradients,
|
|
14
|
+
bgImages,
|
|
15
|
+
bgOrigins,
|
|
16
|
+
bgPositions,
|
|
17
|
+
bgRepeats,
|
|
18
|
+
bgSizes,
|
|
19
|
+
borderColors,
|
|
20
|
+
borderRadius,
|
|
21
|
+
borderSizes,
|
|
22
|
+
borderStyles,
|
|
23
|
+
borders,
|
|
24
|
+
boxDecorationBreaks,
|
|
25
|
+
boxShadows,
|
|
26
|
+
boxSizing,
|
|
27
|
+
breaks,
|
|
28
|
+
caretColors,
|
|
29
|
+
caretOpacity,
|
|
30
|
+
colorResolver,
|
|
31
|
+
container,
|
|
32
|
+
containerShortcuts,
|
|
33
|
+
cssVariables,
|
|
34
|
+
cursors,
|
|
35
|
+
displays,
|
|
36
|
+
divideColors,
|
|
37
|
+
divideSizes,
|
|
38
|
+
divideStyles,
|
|
39
|
+
divides,
|
|
40
|
+
fillColors,
|
|
41
|
+
filters,
|
|
42
|
+
flex,
|
|
43
|
+
floats,
|
|
44
|
+
fontSizes,
|
|
45
|
+
fontSmoothings,
|
|
46
|
+
fontStyles,
|
|
47
|
+
fontWeights,
|
|
48
|
+
fonts,
|
|
49
|
+
fontsFamilies,
|
|
50
|
+
gaps,
|
|
51
|
+
grids,
|
|
52
|
+
hyphens,
|
|
53
|
+
imageRenderings,
|
|
54
|
+
insets,
|
|
55
|
+
isolations,
|
|
56
|
+
justifies,
|
|
57
|
+
justifyItems,
|
|
58
|
+
justifySelfs,
|
|
59
|
+
leadings,
|
|
60
|
+
lineClamps,
|
|
61
|
+
listStyle,
|
|
62
|
+
margins,
|
|
63
|
+
mixBlendModes,
|
|
64
|
+
objectPositions,
|
|
65
|
+
opacity,
|
|
66
|
+
orders,
|
|
67
|
+
outline,
|
|
68
|
+
overflows,
|
|
69
|
+
overscrolls,
|
|
70
|
+
paddings,
|
|
71
|
+
parseColorUtil,
|
|
72
|
+
placeContents,
|
|
73
|
+
placeItems,
|
|
74
|
+
placeSelfs,
|
|
75
|
+
placeholder,
|
|
76
|
+
pointerEvents,
|
|
77
|
+
positions,
|
|
78
|
+
questionMark,
|
|
79
|
+
resizes,
|
|
80
|
+
ringColors,
|
|
81
|
+
ringOffsetColors,
|
|
82
|
+
rings,
|
|
83
|
+
rules,
|
|
84
|
+
screenReadersAccess,
|
|
85
|
+
sizes,
|
|
86
|
+
tabSizes,
|
|
87
|
+
tables,
|
|
88
|
+
textAligns,
|
|
89
|
+
textColors,
|
|
90
|
+
textDecorationColors,
|
|
91
|
+
textDecorationLengths,
|
|
92
|
+
textDecorationOffsets,
|
|
93
|
+
textDecorationStyles,
|
|
94
|
+
textDecorations,
|
|
95
|
+
textIndents,
|
|
96
|
+
textOverflows,
|
|
97
|
+
textShadows,
|
|
98
|
+
textStrokeColors,
|
|
99
|
+
textStrokeWidths,
|
|
100
|
+
textTransforms,
|
|
101
|
+
trackings,
|
|
102
|
+
transforms,
|
|
103
|
+
transitions,
|
|
104
|
+
userSelects,
|
|
105
|
+
verticalAligns,
|
|
106
|
+
whitespaces,
|
|
107
|
+
wordSpacings,
|
|
108
|
+
writingModes,
|
|
109
|
+
writingOrientations,
|
|
110
|
+
zIndexes
|
|
111
|
+
} from "./chunk-D35XCCQO.mjs";
|
|
112
|
+
import "./chunk-KDBQV2WO.mjs";
|
|
5
113
|
import "./chunk-5SH5BFJ4.mjs";
|
|
6
114
|
export {
|
|
7
|
-
|
|
115
|
+
alignContents,
|
|
116
|
+
alignItems,
|
|
117
|
+
alignSelfs,
|
|
118
|
+
animations,
|
|
119
|
+
appearance,
|
|
120
|
+
appearances,
|
|
121
|
+
aspectRatio,
|
|
122
|
+
bgAttachments,
|
|
123
|
+
bgBlendModes,
|
|
124
|
+
bgClips,
|
|
125
|
+
bgColors,
|
|
126
|
+
bgGradients,
|
|
127
|
+
bgImages,
|
|
128
|
+
bgOrigins,
|
|
129
|
+
bgPositions,
|
|
130
|
+
bgRepeats,
|
|
131
|
+
bgSizes,
|
|
132
|
+
borderColors,
|
|
133
|
+
borderRadius,
|
|
134
|
+
borderSizes,
|
|
135
|
+
borderStyles,
|
|
136
|
+
borders,
|
|
137
|
+
boxDecorationBreaks,
|
|
138
|
+
boxShadows,
|
|
139
|
+
boxSizing,
|
|
140
|
+
breaks,
|
|
141
|
+
caretColors,
|
|
142
|
+
caretOpacity,
|
|
143
|
+
colorResolver,
|
|
144
|
+
container,
|
|
145
|
+
containerShortcuts,
|
|
146
|
+
cssVariables,
|
|
147
|
+
cursors,
|
|
148
|
+
displays,
|
|
149
|
+
divideColors,
|
|
150
|
+
divideSizes,
|
|
151
|
+
divideStyles,
|
|
152
|
+
divides,
|
|
153
|
+
fillColors,
|
|
154
|
+
filters,
|
|
155
|
+
flex,
|
|
156
|
+
floats,
|
|
157
|
+
fontSizes,
|
|
158
|
+
fontSmoothings,
|
|
159
|
+
fontStyles,
|
|
160
|
+
fontWeights,
|
|
161
|
+
fonts,
|
|
162
|
+
fontsFamilies,
|
|
163
|
+
gaps,
|
|
164
|
+
grids,
|
|
165
|
+
hyphens,
|
|
166
|
+
imageRenderings,
|
|
167
|
+
insets,
|
|
168
|
+
isolations,
|
|
169
|
+
justifies,
|
|
170
|
+
justifyItems,
|
|
171
|
+
justifySelfs,
|
|
172
|
+
leadings,
|
|
173
|
+
lineClamps,
|
|
174
|
+
listStyle,
|
|
175
|
+
margins,
|
|
176
|
+
mixBlendModes,
|
|
177
|
+
objectPositions,
|
|
178
|
+
opacity,
|
|
179
|
+
orders,
|
|
180
|
+
outline,
|
|
181
|
+
overflows,
|
|
182
|
+
overscrolls,
|
|
183
|
+
paddings,
|
|
184
|
+
parseColorUtil,
|
|
185
|
+
placeContents,
|
|
186
|
+
placeItems,
|
|
187
|
+
placeSelfs,
|
|
188
|
+
placeholder,
|
|
189
|
+
pointerEvents,
|
|
190
|
+
positions,
|
|
191
|
+
questionMark,
|
|
192
|
+
resizes,
|
|
193
|
+
ringColors,
|
|
194
|
+
ringOffsetColors,
|
|
195
|
+
rings,
|
|
196
|
+
rules,
|
|
197
|
+
screenReadersAccess,
|
|
198
|
+
sizes,
|
|
199
|
+
tabSizes,
|
|
200
|
+
tables,
|
|
201
|
+
textAligns,
|
|
202
|
+
textColors,
|
|
203
|
+
textDecorationColors,
|
|
204
|
+
textDecorationLengths,
|
|
205
|
+
textDecorationOffsets,
|
|
206
|
+
textDecorationStyles,
|
|
207
|
+
textDecorations,
|
|
208
|
+
textIndents,
|
|
209
|
+
textOverflows,
|
|
210
|
+
textShadows,
|
|
211
|
+
textStrokeColors,
|
|
212
|
+
textStrokeWidths,
|
|
213
|
+
textTransforms,
|
|
214
|
+
trackings,
|
|
215
|
+
transforms,
|
|
216
|
+
transitions,
|
|
217
|
+
userSelects,
|
|
218
|
+
verticalAligns,
|
|
219
|
+
whitespaces,
|
|
220
|
+
wordSpacings,
|
|
221
|
+
writingModes,
|
|
222
|
+
writingOrientations,
|
|
223
|
+
zIndexes
|
|
8
224
|
};
|
package/dist/theme.d.ts
CHANGED
|
@@ -1,2 +1,162 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
1
|
+
export { c as colors } from './colors-d6b5a5b4';
|
|
2
|
+
export { t as theme } from './default-c7c67d23';
|
|
3
|
+
import { T as Theme } from './types-7963d0b3';
|
|
4
|
+
export { T as Theme } from './types-7963d0b3';
|
|
5
|
+
|
|
6
|
+
declare const blur: {
|
|
7
|
+
DEFAULT: string;
|
|
8
|
+
'0': string;
|
|
9
|
+
sm: string;
|
|
10
|
+
md: string;
|
|
11
|
+
lg: string;
|
|
12
|
+
xl: string;
|
|
13
|
+
'2xl': string;
|
|
14
|
+
'3xl': string;
|
|
15
|
+
};
|
|
16
|
+
declare const dropShadow: {
|
|
17
|
+
DEFAULT: string[];
|
|
18
|
+
sm: string;
|
|
19
|
+
md: string[];
|
|
20
|
+
lg: string[];
|
|
21
|
+
xl: string[];
|
|
22
|
+
'2xl': string;
|
|
23
|
+
none: string;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
declare const fontFamily: {
|
|
27
|
+
sans: string;
|
|
28
|
+
serif: string;
|
|
29
|
+
mono: string;
|
|
30
|
+
};
|
|
31
|
+
declare const fontSize: Theme['fontSize'];
|
|
32
|
+
declare const textIndent: Theme['textIndent'];
|
|
33
|
+
declare const textStrokeWidth: Theme['textStrokeWidth'];
|
|
34
|
+
declare const textShadow: Theme['textShadow'];
|
|
35
|
+
declare const lineHeight: Theme['lineHeight'];
|
|
36
|
+
declare const letterSpacing: Theme['letterSpacing'];
|
|
37
|
+
declare const wordSpacing: Theme['wordSpacing'];
|
|
38
|
+
|
|
39
|
+
declare const breakpoints: {
|
|
40
|
+
sm: string;
|
|
41
|
+
md: string;
|
|
42
|
+
lg: string;
|
|
43
|
+
xl: string;
|
|
44
|
+
'2xl': string;
|
|
45
|
+
};
|
|
46
|
+
declare const borderRadius: {
|
|
47
|
+
DEFAULT: string;
|
|
48
|
+
none: string;
|
|
49
|
+
sm: string;
|
|
50
|
+
md: string;
|
|
51
|
+
lg: string;
|
|
52
|
+
xl: string;
|
|
53
|
+
'2xl': string;
|
|
54
|
+
'3xl': string;
|
|
55
|
+
full: string;
|
|
56
|
+
};
|
|
57
|
+
declare const boxShadow: {
|
|
58
|
+
DEFAULT: string;
|
|
59
|
+
sm: string;
|
|
60
|
+
md: string;
|
|
61
|
+
lg: string;
|
|
62
|
+
xl: string;
|
|
63
|
+
'2xl': string;
|
|
64
|
+
inner: string;
|
|
65
|
+
none: string;
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
declare const baseSize: {
|
|
69
|
+
xs: string;
|
|
70
|
+
sm: string;
|
|
71
|
+
md: string;
|
|
72
|
+
lg: string;
|
|
73
|
+
xl: string;
|
|
74
|
+
'2xl': string;
|
|
75
|
+
'3xl': string;
|
|
76
|
+
'4xl': string;
|
|
77
|
+
'5xl': string;
|
|
78
|
+
'6xl': string;
|
|
79
|
+
'7xl': string;
|
|
80
|
+
full: string;
|
|
81
|
+
min: string;
|
|
82
|
+
max: string;
|
|
83
|
+
prose: string;
|
|
84
|
+
};
|
|
85
|
+
declare const width: {
|
|
86
|
+
screen: string;
|
|
87
|
+
xs: string;
|
|
88
|
+
sm: string;
|
|
89
|
+
md: string;
|
|
90
|
+
lg: string;
|
|
91
|
+
xl: string;
|
|
92
|
+
'2xl': string;
|
|
93
|
+
'3xl': string;
|
|
94
|
+
'4xl': string;
|
|
95
|
+
'5xl': string;
|
|
96
|
+
'6xl': string;
|
|
97
|
+
'7xl': string;
|
|
98
|
+
full: string;
|
|
99
|
+
min: string;
|
|
100
|
+
max: string;
|
|
101
|
+
prose: string;
|
|
102
|
+
auto: string;
|
|
103
|
+
};
|
|
104
|
+
declare const maxWidth: {
|
|
105
|
+
screen: string;
|
|
106
|
+
xs: string;
|
|
107
|
+
sm: string;
|
|
108
|
+
md: string;
|
|
109
|
+
lg: string;
|
|
110
|
+
xl: string;
|
|
111
|
+
'2xl': string;
|
|
112
|
+
'3xl': string;
|
|
113
|
+
'4xl': string;
|
|
114
|
+
'5xl': string;
|
|
115
|
+
'6xl': string;
|
|
116
|
+
'7xl': string;
|
|
117
|
+
full: string;
|
|
118
|
+
min: string;
|
|
119
|
+
max: string;
|
|
120
|
+
prose: string;
|
|
121
|
+
none: string;
|
|
122
|
+
};
|
|
123
|
+
declare const height: {
|
|
124
|
+
screen: string;
|
|
125
|
+
xs: string;
|
|
126
|
+
sm: string;
|
|
127
|
+
md: string;
|
|
128
|
+
lg: string;
|
|
129
|
+
xl: string;
|
|
130
|
+
'2xl': string;
|
|
131
|
+
'3xl': string;
|
|
132
|
+
'4xl': string;
|
|
133
|
+
'5xl': string;
|
|
134
|
+
'6xl': string;
|
|
135
|
+
'7xl': string;
|
|
136
|
+
full: string;
|
|
137
|
+
min: string;
|
|
138
|
+
max: string;
|
|
139
|
+
prose: string;
|
|
140
|
+
auto: string;
|
|
141
|
+
};
|
|
142
|
+
declare const maxHeight: {
|
|
143
|
+
screen: string;
|
|
144
|
+
xs: string;
|
|
145
|
+
sm: string;
|
|
146
|
+
md: string;
|
|
147
|
+
lg: string;
|
|
148
|
+
xl: string;
|
|
149
|
+
'2xl': string;
|
|
150
|
+
'3xl': string;
|
|
151
|
+
'4xl': string;
|
|
152
|
+
'5xl': string;
|
|
153
|
+
'6xl': string;
|
|
154
|
+
'7xl': string;
|
|
155
|
+
full: string;
|
|
156
|
+
min: string;
|
|
157
|
+
max: string;
|
|
158
|
+
prose: string;
|
|
159
|
+
none: string;
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
export { baseSize, blur, borderRadius, boxShadow, breakpoints, dropShadow, fontFamily, fontSize, height, letterSpacing, lineHeight, maxHeight, maxWidth, textIndent, textShadow, textStrokeWidth, width, wordSpacing };
|
package/dist/theme.js
CHANGED
|
@@ -1,9 +1,47 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
var _chunkJDNCYLADjs = require('./chunk-JDNCYLAD.js');
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
var _chunk7O4GGKN3js = require('./chunk-7O4GGKN3.js');
|
|
5
25
|
require('./chunk-Y6EUTGDC.js');
|
|
6
26
|
|
|
7
27
|
|
|
8
28
|
|
|
9
|
-
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
exports.baseSize = _chunkJDNCYLADjs.baseSize; exports.blur = _chunkJDNCYLADjs.blur; exports.borderRadius = _chunkJDNCYLADjs.borderRadius; exports.boxShadow = _chunkJDNCYLADjs.boxShadow; exports.breakpoints = _chunkJDNCYLADjs.breakpoints; exports.colors = _chunk7O4GGKN3js.colors; exports.dropShadow = _chunkJDNCYLADjs.dropShadow; exports.fontFamily = _chunkJDNCYLADjs.fontFamily; exports.fontSize = _chunkJDNCYLADjs.fontSize; exports.height = _chunkJDNCYLADjs.height; exports.letterSpacing = _chunkJDNCYLADjs.letterSpacing; exports.lineHeight = _chunkJDNCYLADjs.lineHeight; exports.maxHeight = _chunkJDNCYLADjs.maxHeight; exports.maxWidth = _chunkJDNCYLADjs.maxWidth; exports.textIndent = _chunkJDNCYLADjs.textIndent; exports.textShadow = _chunkJDNCYLADjs.textShadow; exports.textStrokeWidth = _chunkJDNCYLADjs.textStrokeWidth; exports.theme = _chunkJDNCYLADjs.theme; exports.width = _chunkJDNCYLADjs.width; exports.wordSpacing = _chunkJDNCYLADjs.wordSpacing;
|
package/dist/theme.mjs
CHANGED
|
@@ -1,9 +1,47 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
baseSize,
|
|
3
|
+
blur,
|
|
4
|
+
borderRadius,
|
|
5
|
+
boxShadow,
|
|
6
|
+
breakpoints,
|
|
7
|
+
dropShadow,
|
|
8
|
+
fontFamily,
|
|
9
|
+
fontSize,
|
|
10
|
+
height,
|
|
11
|
+
letterSpacing,
|
|
12
|
+
lineHeight,
|
|
13
|
+
maxHeight,
|
|
14
|
+
maxWidth,
|
|
15
|
+
textIndent,
|
|
16
|
+
textShadow,
|
|
17
|
+
textStrokeWidth,
|
|
18
|
+
theme,
|
|
19
|
+
width,
|
|
20
|
+
wordSpacing
|
|
21
|
+
} from "./chunk-P5IQIS5F.mjs";
|
|
22
|
+
import {
|
|
23
|
+
colors
|
|
24
|
+
} from "./chunk-P5HELYQA.mjs";
|
|
5
25
|
import "./chunk-5SH5BFJ4.mjs";
|
|
6
26
|
export {
|
|
27
|
+
baseSize,
|
|
28
|
+
blur,
|
|
29
|
+
borderRadius,
|
|
30
|
+
boxShadow,
|
|
31
|
+
breakpoints,
|
|
7
32
|
colors,
|
|
8
|
-
|
|
33
|
+
dropShadow,
|
|
34
|
+
fontFamily,
|
|
35
|
+
fontSize,
|
|
36
|
+
height,
|
|
37
|
+
letterSpacing,
|
|
38
|
+
lineHeight,
|
|
39
|
+
maxHeight,
|
|
40
|
+
maxWidth,
|
|
41
|
+
textIndent,
|
|
42
|
+
textShadow,
|
|
43
|
+
textStrokeWidth,
|
|
44
|
+
theme,
|
|
45
|
+
width,
|
|
46
|
+
wordSpacing
|
|
9
47
|
};
|