@unocss/preset-mini 66.5.10 → 66.5.11
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-gol_9zmq.mjs +36 -0
- package/dist/colors-CdGFctaC.d.mts +1377 -0
- package/dist/colors-Cxq9P2g9.mjs +362 -0
- package/dist/colors.d.mts +2 -354
- package/dist/colors.mjs +2 -360
- package/dist/index-RNt7vgvR.d.mts +69 -0
- package/dist/index.d.mts +5 -76
- package/dist/index.mjs +67 -70
- package/dist/rules-CuP-xMI2.mjs +1683 -0
- package/dist/rules.d.mts +70 -48
- package/dist/rules.mjs +4 -5
- package/dist/theme-B_nKnyti.d.mts +1084 -0
- package/dist/theme-DeYMqZAV.mjs +347 -0
- package/dist/theme.d.mts +3 -338
- package/dist/theme.mjs +5 -6
- package/dist/utils-BIIzJZek.d.mts +234 -0
- package/dist/utils-DLpYZ57Q.mjs +638 -0
- package/dist/utils.d.mts +2 -77
- package/dist/utils.mjs +5 -3
- package/dist/variants.d.mts +35 -24
- package/dist/variants.mjs +661 -4
- package/package.json +7 -8
- package/colors.d.ts +0 -1
- package/dist/colors.d.ts +0 -354
- package/dist/index.d.ts +0 -76
- package/dist/rules.d.ts +0 -130
- package/dist/shared/preset-mini.BSnAbT9I.d.mts +0 -748
- package/dist/shared/preset-mini.B_2UJsV2.mjs +0 -693
- package/dist/shared/preset-mini.BjJC-NnU.d.mts +0 -79
- package/dist/shared/preset-mini.BjJC-NnU.d.ts +0 -79
- package/dist/shared/preset-mini.CRliz1QB.d.ts +0 -76
- package/dist/shared/preset-mini.CVEK1uAa.mjs +0 -355
- package/dist/shared/preset-mini.CoOfBKs_.d.ts +0 -748
- package/dist/shared/preset-mini.DBTjVFxS.mjs +0 -580
- package/dist/shared/preset-mini.QLusboLD.mjs +0 -1064
- package/dist/shared/preset-mini.kmtdc_h1.mjs +0 -324
- package/dist/shared/preset-mini.oF7XTPi1.d.mts +0 -76
- package/dist/theme.d.ts +0 -338
- package/dist/utils.d.ts +0 -77
- package/dist/variants.d.ts +0 -52
- package/rules.d.ts +0 -1
- package/theme.d.ts +0 -1
- package/utils.d.ts +0 -1
- package/variants.d.ts +0 -1
package/dist/theme.d.ts
DELETED
|
@@ -1,338 +0,0 @@
|
|
|
1
|
-
export { colors } from './colors.js';
|
|
2
|
-
export { t as theme } from './shared/preset-mini.CoOfBKs_.js';
|
|
3
|
-
import { T as Theme } from './shared/preset-mini.BjJC-NnU.js';
|
|
4
|
-
export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.BjJC-NnU.js';
|
|
5
|
-
import '@unocss/core';
|
|
6
|
-
|
|
7
|
-
declare const blur: {
|
|
8
|
-
DEFAULT: string;
|
|
9
|
-
'0': string;
|
|
10
|
-
sm: string;
|
|
11
|
-
md: string;
|
|
12
|
-
lg: string;
|
|
13
|
-
xl: string;
|
|
14
|
-
'2xl': string;
|
|
15
|
-
'3xl': string;
|
|
16
|
-
};
|
|
17
|
-
declare const dropShadow: {
|
|
18
|
-
DEFAULT: string[];
|
|
19
|
-
sm: string;
|
|
20
|
-
md: string[];
|
|
21
|
-
lg: string[];
|
|
22
|
-
xl: string[];
|
|
23
|
-
'2xl': string;
|
|
24
|
-
none: string;
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
declare const fontFamily: {
|
|
28
|
-
sans: string;
|
|
29
|
-
serif: string;
|
|
30
|
-
mono: string;
|
|
31
|
-
};
|
|
32
|
-
declare const fontSize: Theme['fontSize'];
|
|
33
|
-
declare const textIndent: Theme['textIndent'];
|
|
34
|
-
declare const textStrokeWidth: Theme['textStrokeWidth'];
|
|
35
|
-
declare const textShadow: {
|
|
36
|
-
DEFAULT: string[];
|
|
37
|
-
none: string;
|
|
38
|
-
sm: string;
|
|
39
|
-
md: string[];
|
|
40
|
-
lg: string[];
|
|
41
|
-
xl: string[];
|
|
42
|
-
};
|
|
43
|
-
declare const lineHeight: {
|
|
44
|
-
none: string;
|
|
45
|
-
tight: string;
|
|
46
|
-
snug: string;
|
|
47
|
-
normal: string;
|
|
48
|
-
relaxed: string;
|
|
49
|
-
loose: string;
|
|
50
|
-
};
|
|
51
|
-
declare const letterSpacing: {
|
|
52
|
-
tighter: string;
|
|
53
|
-
tight: string;
|
|
54
|
-
normal: string;
|
|
55
|
-
wide: string;
|
|
56
|
-
wider: string;
|
|
57
|
-
widest: string;
|
|
58
|
-
};
|
|
59
|
-
declare const fontWeight: {
|
|
60
|
-
thin: string;
|
|
61
|
-
extralight: string;
|
|
62
|
-
light: string;
|
|
63
|
-
normal: string;
|
|
64
|
-
medium: string;
|
|
65
|
-
semibold: string;
|
|
66
|
-
bold: string;
|
|
67
|
-
extrabold: string;
|
|
68
|
-
black: string;
|
|
69
|
-
};
|
|
70
|
-
declare const wordSpacing: {
|
|
71
|
-
tighter: string;
|
|
72
|
-
tight: string;
|
|
73
|
-
normal: string;
|
|
74
|
-
wide: string;
|
|
75
|
-
wider: string;
|
|
76
|
-
widest: string;
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
declare const breakpoints: {
|
|
80
|
-
sm: string;
|
|
81
|
-
md: string;
|
|
82
|
-
lg: string;
|
|
83
|
-
xl: string;
|
|
84
|
-
'2xl': string;
|
|
85
|
-
};
|
|
86
|
-
declare const verticalBreakpoints: {
|
|
87
|
-
sm: string;
|
|
88
|
-
md: string;
|
|
89
|
-
lg: string;
|
|
90
|
-
xl: string;
|
|
91
|
-
'2xl': string;
|
|
92
|
-
};
|
|
93
|
-
declare const lineWidth: {
|
|
94
|
-
DEFAULT: string;
|
|
95
|
-
none: string;
|
|
96
|
-
};
|
|
97
|
-
declare const spacing: {
|
|
98
|
-
DEFAULT: string;
|
|
99
|
-
none: string;
|
|
100
|
-
xs: string;
|
|
101
|
-
sm: string;
|
|
102
|
-
lg: string;
|
|
103
|
-
xl: string;
|
|
104
|
-
'2xl': string;
|
|
105
|
-
'3xl': string;
|
|
106
|
-
'4xl': string;
|
|
107
|
-
'5xl': string;
|
|
108
|
-
'6xl': string;
|
|
109
|
-
'7xl': string;
|
|
110
|
-
'8xl': string;
|
|
111
|
-
'9xl': string;
|
|
112
|
-
};
|
|
113
|
-
declare const duration: {
|
|
114
|
-
DEFAULT: string;
|
|
115
|
-
none: string;
|
|
116
|
-
75: string;
|
|
117
|
-
100: string;
|
|
118
|
-
150: string;
|
|
119
|
-
200: string;
|
|
120
|
-
300: string;
|
|
121
|
-
500: string;
|
|
122
|
-
700: string;
|
|
123
|
-
1000: string;
|
|
124
|
-
};
|
|
125
|
-
declare const borderRadius: {
|
|
126
|
-
DEFAULT: string;
|
|
127
|
-
none: string;
|
|
128
|
-
sm: string;
|
|
129
|
-
md: string;
|
|
130
|
-
lg: string;
|
|
131
|
-
xl: string;
|
|
132
|
-
'2xl': string;
|
|
133
|
-
'3xl': string;
|
|
134
|
-
full: string;
|
|
135
|
-
};
|
|
136
|
-
declare const boxShadow: {
|
|
137
|
-
DEFAULT: string[];
|
|
138
|
-
none: string;
|
|
139
|
-
sm: string;
|
|
140
|
-
md: string[];
|
|
141
|
-
lg: string[];
|
|
142
|
-
xl: string[];
|
|
143
|
-
'2xl': string;
|
|
144
|
-
inner: string;
|
|
145
|
-
};
|
|
146
|
-
declare const ringWidth: {
|
|
147
|
-
DEFAULT: string;
|
|
148
|
-
none: string;
|
|
149
|
-
};
|
|
150
|
-
declare const zIndex: {
|
|
151
|
-
auto: string;
|
|
152
|
-
};
|
|
153
|
-
declare const media: {
|
|
154
|
-
mouse: string;
|
|
155
|
-
};
|
|
156
|
-
|
|
157
|
-
declare const preflightBase: {
|
|
158
|
-
'--un-ring-inset': string;
|
|
159
|
-
'--un-ring-offset-width': string;
|
|
160
|
-
'--un-ring-offset-color': string;
|
|
161
|
-
'--un-ring-width': string;
|
|
162
|
-
'--un-ring-color': string;
|
|
163
|
-
'--un-shadow': string;
|
|
164
|
-
'--un-ring-offset-shadow': string;
|
|
165
|
-
'--un-ring-shadow': string;
|
|
166
|
-
'--un-shadow-inset': string;
|
|
167
|
-
'--un-rotate': number;
|
|
168
|
-
'--un-rotate-x': number;
|
|
169
|
-
'--un-rotate-y': number;
|
|
170
|
-
'--un-rotate-z': number;
|
|
171
|
-
'--un-scale-x': number;
|
|
172
|
-
'--un-scale-y': number;
|
|
173
|
-
'--un-scale-z': number;
|
|
174
|
-
'--un-skew-x': number;
|
|
175
|
-
'--un-skew-y': number;
|
|
176
|
-
'--un-translate-x': number;
|
|
177
|
-
'--un-translate-y': number;
|
|
178
|
-
'--un-translate-z': number;
|
|
179
|
-
};
|
|
180
|
-
|
|
181
|
-
declare const baseSize: {
|
|
182
|
-
xs: string;
|
|
183
|
-
sm: string;
|
|
184
|
-
md: string;
|
|
185
|
-
lg: string;
|
|
186
|
-
xl: string;
|
|
187
|
-
'2xl': string;
|
|
188
|
-
'3xl': string;
|
|
189
|
-
'4xl': string;
|
|
190
|
-
'5xl': string;
|
|
191
|
-
'6xl': string;
|
|
192
|
-
'7xl': string;
|
|
193
|
-
prose: string;
|
|
194
|
-
};
|
|
195
|
-
declare const width: {
|
|
196
|
-
screen: string;
|
|
197
|
-
xs: string;
|
|
198
|
-
sm: string;
|
|
199
|
-
md: string;
|
|
200
|
-
lg: string;
|
|
201
|
-
xl: string;
|
|
202
|
-
'2xl': string;
|
|
203
|
-
'3xl': string;
|
|
204
|
-
'4xl': string;
|
|
205
|
-
'5xl': string;
|
|
206
|
-
'6xl': string;
|
|
207
|
-
'7xl': string;
|
|
208
|
-
prose: string;
|
|
209
|
-
auto: string;
|
|
210
|
-
};
|
|
211
|
-
declare const maxWidth: {
|
|
212
|
-
screen: string;
|
|
213
|
-
xs: string;
|
|
214
|
-
sm: string;
|
|
215
|
-
md: string;
|
|
216
|
-
lg: string;
|
|
217
|
-
xl: string;
|
|
218
|
-
'2xl': string;
|
|
219
|
-
'3xl': string;
|
|
220
|
-
'4xl': string;
|
|
221
|
-
'5xl': string;
|
|
222
|
-
'6xl': string;
|
|
223
|
-
'7xl': string;
|
|
224
|
-
prose: string;
|
|
225
|
-
none: string;
|
|
226
|
-
};
|
|
227
|
-
declare const blockSize: {
|
|
228
|
-
screen: string;
|
|
229
|
-
xs: string;
|
|
230
|
-
sm: string;
|
|
231
|
-
md: string;
|
|
232
|
-
lg: string;
|
|
233
|
-
xl: string;
|
|
234
|
-
'2xl': string;
|
|
235
|
-
'3xl': string;
|
|
236
|
-
'4xl': string;
|
|
237
|
-
'5xl': string;
|
|
238
|
-
'6xl': string;
|
|
239
|
-
'7xl': string;
|
|
240
|
-
prose: string;
|
|
241
|
-
auto: string;
|
|
242
|
-
};
|
|
243
|
-
declare const inlineSize: {
|
|
244
|
-
screen: string;
|
|
245
|
-
xs: string;
|
|
246
|
-
sm: string;
|
|
247
|
-
md: string;
|
|
248
|
-
lg: string;
|
|
249
|
-
xl: string;
|
|
250
|
-
'2xl': string;
|
|
251
|
-
'3xl': string;
|
|
252
|
-
'4xl': string;
|
|
253
|
-
'5xl': string;
|
|
254
|
-
'6xl': string;
|
|
255
|
-
'7xl': string;
|
|
256
|
-
prose: string;
|
|
257
|
-
auto: string;
|
|
258
|
-
};
|
|
259
|
-
declare const height: {
|
|
260
|
-
screen: string;
|
|
261
|
-
xs: string;
|
|
262
|
-
sm: string;
|
|
263
|
-
md: string;
|
|
264
|
-
lg: string;
|
|
265
|
-
xl: string;
|
|
266
|
-
'2xl': string;
|
|
267
|
-
'3xl': string;
|
|
268
|
-
'4xl': string;
|
|
269
|
-
'5xl': string;
|
|
270
|
-
'6xl': string;
|
|
271
|
-
'7xl': string;
|
|
272
|
-
prose: string;
|
|
273
|
-
auto: string;
|
|
274
|
-
};
|
|
275
|
-
declare const maxHeight: {
|
|
276
|
-
screen: string;
|
|
277
|
-
xs: string;
|
|
278
|
-
sm: string;
|
|
279
|
-
md: string;
|
|
280
|
-
lg: string;
|
|
281
|
-
xl: string;
|
|
282
|
-
'2xl': string;
|
|
283
|
-
'3xl': string;
|
|
284
|
-
'4xl': string;
|
|
285
|
-
'5xl': string;
|
|
286
|
-
'6xl': string;
|
|
287
|
-
'7xl': string;
|
|
288
|
-
prose: string;
|
|
289
|
-
none: string;
|
|
290
|
-
};
|
|
291
|
-
declare const maxBlockSize: {
|
|
292
|
-
screen: string;
|
|
293
|
-
xs: string;
|
|
294
|
-
sm: string;
|
|
295
|
-
md: string;
|
|
296
|
-
lg: string;
|
|
297
|
-
xl: string;
|
|
298
|
-
'2xl': string;
|
|
299
|
-
'3xl': string;
|
|
300
|
-
'4xl': string;
|
|
301
|
-
'5xl': string;
|
|
302
|
-
'6xl': string;
|
|
303
|
-
'7xl': string;
|
|
304
|
-
prose: string;
|
|
305
|
-
none: string;
|
|
306
|
-
};
|
|
307
|
-
declare const maxInlineSize: {
|
|
308
|
-
screen: string;
|
|
309
|
-
xs: string;
|
|
310
|
-
sm: string;
|
|
311
|
-
md: string;
|
|
312
|
-
lg: string;
|
|
313
|
-
xl: string;
|
|
314
|
-
'2xl': string;
|
|
315
|
-
'3xl': string;
|
|
316
|
-
'4xl': string;
|
|
317
|
-
'5xl': string;
|
|
318
|
-
'6xl': string;
|
|
319
|
-
'7xl': string;
|
|
320
|
-
prose: string;
|
|
321
|
-
none: string;
|
|
322
|
-
};
|
|
323
|
-
declare const containers: {
|
|
324
|
-
xs: string;
|
|
325
|
-
sm: string;
|
|
326
|
-
md: string;
|
|
327
|
-
lg: string;
|
|
328
|
-
xl: string;
|
|
329
|
-
'2xl': string;
|
|
330
|
-
'3xl': string;
|
|
331
|
-
'4xl': string;
|
|
332
|
-
'5xl': string;
|
|
333
|
-
'6xl': string;
|
|
334
|
-
'7xl': string;
|
|
335
|
-
prose: string;
|
|
336
|
-
};
|
|
337
|
-
|
|
338
|
-
export { Theme, baseSize, blockSize, blur, borderRadius, boxShadow, breakpoints, containers, dropShadow, duration, fontFamily, fontSize, fontWeight, height, inlineSize, letterSpacing, lineHeight, lineWidth, maxBlockSize, maxHeight, maxInlineSize, maxWidth, media, preflightBase, ringWidth, spacing, textIndent, textShadow, textStrokeWidth, verticalBreakpoints, width, wordSpacing, zIndex };
|
package/dist/utils.d.ts
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import * as _unocss_rule_utils from '@unocss/rule-utils';
|
|
2
|
-
export * from '@unocss/rule-utils';
|
|
3
|
-
export { C as CONTROL_MINI_NO_NEGATIVE, c as colorResolver, a as colorableShadows, d as directionSize, h as hasParseableColor, i as isCSSMathFn, e as isSize, m as makeGlobalStaticRules, p as parseColor, r as resolveBreakpoints, b as resolveVerticalBreakpoints, s as splitShorthand, t as transformXYZ } from './shared/preset-mini.CRliz1QB.js';
|
|
4
|
-
import '@unocss/core';
|
|
5
|
-
import './shared/preset-mini.BjJC-NnU.js';
|
|
6
|
-
|
|
7
|
-
declare function numberWithUnit(str: string): string | undefined;
|
|
8
|
-
declare function auto(str: string): "auto" | undefined;
|
|
9
|
-
declare function rem(str: string): string | undefined;
|
|
10
|
-
declare function px(str: string): string | undefined;
|
|
11
|
-
declare function number(str: string): number | undefined;
|
|
12
|
-
declare function percent(str: string): string | undefined;
|
|
13
|
-
declare function fraction(str: string): string | undefined;
|
|
14
|
-
declare function bracket(str: string): string | undefined;
|
|
15
|
-
declare function bracketOfColor(str: string): string | undefined;
|
|
16
|
-
declare function bracketOfLength(str: string): string | undefined;
|
|
17
|
-
declare function bracketOfPosition(str: string): string | undefined;
|
|
18
|
-
declare function cssvar(str: string): string | undefined;
|
|
19
|
-
declare function time(str: string): string | undefined;
|
|
20
|
-
declare function degree(str: string): string | undefined;
|
|
21
|
-
declare function global(str: string): string | undefined;
|
|
22
|
-
declare function properties(str: string): string | undefined;
|
|
23
|
-
declare function position(str: string): string | undefined;
|
|
24
|
-
|
|
25
|
-
declare const handlers_auto: typeof auto;
|
|
26
|
-
declare const handlers_bracket: typeof bracket;
|
|
27
|
-
declare const handlers_bracketOfColor: typeof bracketOfColor;
|
|
28
|
-
declare const handlers_bracketOfLength: typeof bracketOfLength;
|
|
29
|
-
declare const handlers_bracketOfPosition: typeof bracketOfPosition;
|
|
30
|
-
declare const handlers_cssvar: typeof cssvar;
|
|
31
|
-
declare const handlers_degree: typeof degree;
|
|
32
|
-
declare const handlers_fraction: typeof fraction;
|
|
33
|
-
declare const handlers_global: typeof global;
|
|
34
|
-
declare const handlers_number: typeof number;
|
|
35
|
-
declare const handlers_numberWithUnit: typeof numberWithUnit;
|
|
36
|
-
declare const handlers_percent: typeof percent;
|
|
37
|
-
declare const handlers_position: typeof position;
|
|
38
|
-
declare const handlers_properties: typeof properties;
|
|
39
|
-
declare const handlers_px: typeof px;
|
|
40
|
-
declare const handlers_rem: typeof rem;
|
|
41
|
-
declare const handlers_time: typeof time;
|
|
42
|
-
declare namespace handlers {
|
|
43
|
-
export {
|
|
44
|
-
handlers_auto as auto,
|
|
45
|
-
handlers_bracket as bracket,
|
|
46
|
-
handlers_bracketOfColor as bracketOfColor,
|
|
47
|
-
handlers_bracketOfLength as bracketOfLength,
|
|
48
|
-
handlers_bracketOfPosition as bracketOfPosition,
|
|
49
|
-
handlers_cssvar as cssvar,
|
|
50
|
-
handlers_degree as degree,
|
|
51
|
-
handlers_fraction as fraction,
|
|
52
|
-
handlers_global as global,
|
|
53
|
-
handlers_number as number,
|
|
54
|
-
handlers_numberWithUnit as numberWithUnit,
|
|
55
|
-
handlers_percent as percent,
|
|
56
|
-
handlers_position as position,
|
|
57
|
-
handlers_properties as properties,
|
|
58
|
-
handlers_px as px,
|
|
59
|
-
handlers_rem as rem,
|
|
60
|
-
handlers_time as time,
|
|
61
|
-
};
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
declare const handler: _unocss_rule_utils.ValueHandler<"number" | "numberWithUnit" | "auto" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "global" | "properties" | "position", object>;
|
|
65
|
-
declare const h: _unocss_rule_utils.ValueHandler<"number" | "numberWithUnit" | "auto" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "global" | "properties" | "position", object>;
|
|
66
|
-
|
|
67
|
-
declare const directionMap: Record<string, string[]>;
|
|
68
|
-
declare const insetMap: Record<string, string[]>;
|
|
69
|
-
declare const cornerMap: Record<string, string[]>;
|
|
70
|
-
declare const xyzMap: Record<string, string[]>;
|
|
71
|
-
declare const xyzArray: string[];
|
|
72
|
-
declare const positionMap: Record<string, string>;
|
|
73
|
-
declare const globalKeywords: string[];
|
|
74
|
-
declare const cssMathFnRE: RegExp;
|
|
75
|
-
declare const cssVarFnRE: RegExp;
|
|
76
|
-
|
|
77
|
-
export { cornerMap, cssMathFnRE, cssVarFnRE, directionMap, globalKeywords, h, handler, insetMap, positionMap, handlers as valueHandlers, xyzArray, xyzMap };
|
package/dist/variants.d.ts
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { VariantObject, Variant } from '@unocss/core';
|
|
2
|
-
import { PresetMiniOptions } from './index.js';
|
|
3
|
-
import { T as Theme } from './shared/preset-mini.BjJC-NnU.js';
|
|
4
|
-
import './colors.js';
|
|
5
|
-
import './shared/preset-mini.CoOfBKs_.js';
|
|
6
|
-
import './shared/preset-mini.CRliz1QB.js';
|
|
7
|
-
import '@unocss/rule-utils';
|
|
8
|
-
|
|
9
|
-
declare const variantAria: VariantObject;
|
|
10
|
-
declare function variantTaggedAriaAttributes(options?: PresetMiniOptions): Variant[];
|
|
11
|
-
|
|
12
|
-
declare function variantBreakpoints(): VariantObject;
|
|
13
|
-
|
|
14
|
-
declare const variantChildren: Variant[];
|
|
15
|
-
|
|
16
|
-
declare const variantCombinators: Variant[];
|
|
17
|
-
|
|
18
|
-
declare const variantContainerQuery: VariantObject;
|
|
19
|
-
|
|
20
|
-
declare function variantColorsMediaOrClass(options?: PresetMiniOptions): Variant[];
|
|
21
|
-
|
|
22
|
-
declare const variantDataAttribute: VariantObject;
|
|
23
|
-
declare function variantTaggedDataAttributes(options?: PresetMiniOptions): Variant[];
|
|
24
|
-
|
|
25
|
-
declare function variants(options: PresetMiniOptions): Variant<Theme>[];
|
|
26
|
-
|
|
27
|
-
declare const variantLanguageDirections: Variant[];
|
|
28
|
-
|
|
29
|
-
declare function variantImportant(): VariantObject;
|
|
30
|
-
|
|
31
|
-
declare const variantPrint: VariantObject;
|
|
32
|
-
declare const variantCustomMedia: VariantObject;
|
|
33
|
-
|
|
34
|
-
declare const variantSelector: Variant;
|
|
35
|
-
declare const variantCssLayer: Variant;
|
|
36
|
-
declare const variantInternalLayer: Variant;
|
|
37
|
-
declare const variantScope: Variant;
|
|
38
|
-
declare const variantVariables: Variant;
|
|
39
|
-
declare const variantTheme: Variant;
|
|
40
|
-
|
|
41
|
-
declare const variantNegative: Variant;
|
|
42
|
-
|
|
43
|
-
declare function variantPseudoClassesAndElements(): VariantObject[];
|
|
44
|
-
declare function variantPseudoClassFunctions(): VariantObject;
|
|
45
|
-
declare function variantTaggedPseudoClasses(options?: PresetMiniOptions): VariantObject[];
|
|
46
|
-
declare const variantPartClasses: VariantObject;
|
|
47
|
-
|
|
48
|
-
declare const variantStartingStyle: Variant;
|
|
49
|
-
|
|
50
|
-
declare const variantSupports: VariantObject;
|
|
51
|
-
|
|
52
|
-
export { variantAria, variantBreakpoints, variantChildren, variantColorsMediaOrClass, variantCombinators, variantContainerQuery, variantCssLayer, variantCustomMedia, variantDataAttribute, variantImportant, variantInternalLayer, variantLanguageDirections, variantNegative, variantPartClasses, variantPrint, variantPseudoClassFunctions, variantPseudoClassesAndElements, variantScope, variantSelector, variantStartingStyle, variantSupports, variantTaggedAriaAttributes, variantTaggedDataAttributes, variantTaggedPseudoClasses, variantTheme, variantVariables, variants };
|
package/rules.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './dist/rules'
|
package/theme.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './dist/theme'
|
package/utils.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './dist/utils'
|
package/variants.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './dist/variants'
|