@unocss/preset-mini 0.58.9 → 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 +1 -1
- package/dist/shared/{preset-mini.DeOzy57x.mjs → preset-mini.B-FeHxXU.mjs} +1 -1
- package/dist/theme.mjs +1 -1
- package/package.json +18 -23
- package/dist/colors.cjs +0 -363
- package/dist/colors.d.cts +0 -354
- package/dist/index.cjs +0 -91
- package/dist/index.d.cts +0 -75
- package/dist/rules.cjs +0 -75
- package/dist/rules.d.cts +0 -129
- package/dist/shared/preset-mini.BP7cviYW.d.cts +0 -75
- package/dist/shared/preset-mini.D_Gfuejm.cjs +0 -1033
- package/dist/shared/preset-mini.DahJgnb1.cjs +0 -593
- package/dist/shared/preset-mini.P5Rzuhf5.d.cts +0 -77
- package/dist/shared/preset-mini.St8sZgQd.cjs +0 -322
- package/dist/shared/preset-mini.YtS7XCIs.cjs +0 -796
- package/dist/shared/preset-mini.bn9iWcrm.d.cts +0 -728
- package/dist/shared/preset-mini.mjThnwTD.cjs +0 -352
- package/dist/theme.cjs +0 -42
- package/dist/theme.d.cts +0 -270
- package/dist/utils.cjs +0 -42
- package/dist/utils.d.cts +0 -58
- package/dist/variants.cjs +0 -34
- package/dist/variants.d.cts +0 -47
package/dist/colors.d.cts
DELETED
|
@@ -1,354 +0,0 @@
|
|
|
1
|
-
import { C as Colors } from './shared/preset-mini.P5Rzuhf5.cjs';
|
|
2
|
-
import '@unocss/core';
|
|
3
|
-
|
|
4
|
-
declare const colors: {
|
|
5
|
-
inherit: string;
|
|
6
|
-
current: string;
|
|
7
|
-
transparent: string;
|
|
8
|
-
black: string;
|
|
9
|
-
white: string;
|
|
10
|
-
rose: {
|
|
11
|
-
50: string;
|
|
12
|
-
100: string;
|
|
13
|
-
200: string;
|
|
14
|
-
300: string;
|
|
15
|
-
400: string;
|
|
16
|
-
500: string;
|
|
17
|
-
600: string;
|
|
18
|
-
700: string;
|
|
19
|
-
800: string;
|
|
20
|
-
900: string;
|
|
21
|
-
950: string;
|
|
22
|
-
};
|
|
23
|
-
pink: {
|
|
24
|
-
50: string;
|
|
25
|
-
100: string;
|
|
26
|
-
200: string;
|
|
27
|
-
300: string;
|
|
28
|
-
400: string;
|
|
29
|
-
500: string;
|
|
30
|
-
600: string;
|
|
31
|
-
700: string;
|
|
32
|
-
800: string;
|
|
33
|
-
900: string;
|
|
34
|
-
950: string;
|
|
35
|
-
};
|
|
36
|
-
fuchsia: {
|
|
37
|
-
50: string;
|
|
38
|
-
100: string;
|
|
39
|
-
200: string;
|
|
40
|
-
300: string;
|
|
41
|
-
400: string;
|
|
42
|
-
500: string;
|
|
43
|
-
600: string;
|
|
44
|
-
700: string;
|
|
45
|
-
800: string;
|
|
46
|
-
900: string;
|
|
47
|
-
950: string;
|
|
48
|
-
};
|
|
49
|
-
purple: {
|
|
50
|
-
50: string;
|
|
51
|
-
100: string;
|
|
52
|
-
200: string;
|
|
53
|
-
300: string;
|
|
54
|
-
400: string;
|
|
55
|
-
500: string;
|
|
56
|
-
600: string;
|
|
57
|
-
700: string;
|
|
58
|
-
800: string;
|
|
59
|
-
900: string;
|
|
60
|
-
950: string;
|
|
61
|
-
};
|
|
62
|
-
violet: {
|
|
63
|
-
50: string;
|
|
64
|
-
100: string;
|
|
65
|
-
200: string;
|
|
66
|
-
300: string;
|
|
67
|
-
400: string;
|
|
68
|
-
500: string;
|
|
69
|
-
600: string;
|
|
70
|
-
700: string;
|
|
71
|
-
800: string;
|
|
72
|
-
900: string;
|
|
73
|
-
950: string;
|
|
74
|
-
};
|
|
75
|
-
indigo: {
|
|
76
|
-
50: string;
|
|
77
|
-
100: string;
|
|
78
|
-
200: string;
|
|
79
|
-
300: string;
|
|
80
|
-
400: string;
|
|
81
|
-
500: string;
|
|
82
|
-
600: string;
|
|
83
|
-
700: string;
|
|
84
|
-
800: string;
|
|
85
|
-
900: string;
|
|
86
|
-
950: string;
|
|
87
|
-
};
|
|
88
|
-
blue: {
|
|
89
|
-
50: string;
|
|
90
|
-
100: string;
|
|
91
|
-
200: string;
|
|
92
|
-
300: string;
|
|
93
|
-
400: string;
|
|
94
|
-
500: string;
|
|
95
|
-
600: string;
|
|
96
|
-
700: string;
|
|
97
|
-
800: string;
|
|
98
|
-
900: string;
|
|
99
|
-
950: string;
|
|
100
|
-
};
|
|
101
|
-
sky: {
|
|
102
|
-
50: string;
|
|
103
|
-
100: string;
|
|
104
|
-
200: string;
|
|
105
|
-
300: string;
|
|
106
|
-
400: string;
|
|
107
|
-
500: string;
|
|
108
|
-
600: string;
|
|
109
|
-
700: string;
|
|
110
|
-
800: string;
|
|
111
|
-
900: string;
|
|
112
|
-
950: string;
|
|
113
|
-
};
|
|
114
|
-
cyan: {
|
|
115
|
-
50: string;
|
|
116
|
-
100: string;
|
|
117
|
-
200: string;
|
|
118
|
-
300: string;
|
|
119
|
-
400: string;
|
|
120
|
-
500: string;
|
|
121
|
-
600: string;
|
|
122
|
-
700: string;
|
|
123
|
-
800: string;
|
|
124
|
-
900: string;
|
|
125
|
-
950: string;
|
|
126
|
-
};
|
|
127
|
-
teal: {
|
|
128
|
-
50: string;
|
|
129
|
-
100: string;
|
|
130
|
-
200: string;
|
|
131
|
-
300: string;
|
|
132
|
-
400: string;
|
|
133
|
-
500: string;
|
|
134
|
-
600: string;
|
|
135
|
-
700: string;
|
|
136
|
-
800: string;
|
|
137
|
-
900: string;
|
|
138
|
-
950: string;
|
|
139
|
-
};
|
|
140
|
-
emerald: {
|
|
141
|
-
50: string;
|
|
142
|
-
100: string;
|
|
143
|
-
200: string;
|
|
144
|
-
300: string;
|
|
145
|
-
400: string;
|
|
146
|
-
500: string;
|
|
147
|
-
600: string;
|
|
148
|
-
700: string;
|
|
149
|
-
800: string;
|
|
150
|
-
900: string;
|
|
151
|
-
950: string;
|
|
152
|
-
};
|
|
153
|
-
green: {
|
|
154
|
-
50: string;
|
|
155
|
-
100: string;
|
|
156
|
-
200: string;
|
|
157
|
-
300: string;
|
|
158
|
-
400: string;
|
|
159
|
-
500: string;
|
|
160
|
-
600: string;
|
|
161
|
-
700: string;
|
|
162
|
-
800: string;
|
|
163
|
-
900: string;
|
|
164
|
-
950: string;
|
|
165
|
-
};
|
|
166
|
-
lime: {
|
|
167
|
-
50: string;
|
|
168
|
-
100: string;
|
|
169
|
-
200: string;
|
|
170
|
-
300: string;
|
|
171
|
-
400: string;
|
|
172
|
-
500: string;
|
|
173
|
-
600: string;
|
|
174
|
-
700: string;
|
|
175
|
-
800: string;
|
|
176
|
-
900: string;
|
|
177
|
-
950: string;
|
|
178
|
-
};
|
|
179
|
-
yellow: {
|
|
180
|
-
50: string;
|
|
181
|
-
100: string;
|
|
182
|
-
200: string;
|
|
183
|
-
300: string;
|
|
184
|
-
400: string;
|
|
185
|
-
500: string;
|
|
186
|
-
600: string;
|
|
187
|
-
700: string;
|
|
188
|
-
800: string;
|
|
189
|
-
900: string;
|
|
190
|
-
950: string;
|
|
191
|
-
};
|
|
192
|
-
amber: {
|
|
193
|
-
50: string;
|
|
194
|
-
100: string;
|
|
195
|
-
200: string;
|
|
196
|
-
300: string;
|
|
197
|
-
400: string;
|
|
198
|
-
500: string;
|
|
199
|
-
600: string;
|
|
200
|
-
700: string;
|
|
201
|
-
800: string;
|
|
202
|
-
900: string;
|
|
203
|
-
950: string;
|
|
204
|
-
};
|
|
205
|
-
orange: {
|
|
206
|
-
50: string;
|
|
207
|
-
100: string;
|
|
208
|
-
200: string;
|
|
209
|
-
300: string;
|
|
210
|
-
400: string;
|
|
211
|
-
500: string;
|
|
212
|
-
600: string;
|
|
213
|
-
700: string;
|
|
214
|
-
800: string;
|
|
215
|
-
900: string;
|
|
216
|
-
950: string;
|
|
217
|
-
};
|
|
218
|
-
red: {
|
|
219
|
-
50: string;
|
|
220
|
-
100: string;
|
|
221
|
-
200: string;
|
|
222
|
-
300: string;
|
|
223
|
-
400: string;
|
|
224
|
-
500: string;
|
|
225
|
-
600: string;
|
|
226
|
-
700: string;
|
|
227
|
-
800: string;
|
|
228
|
-
900: string;
|
|
229
|
-
950: string;
|
|
230
|
-
};
|
|
231
|
-
gray: {
|
|
232
|
-
50: string;
|
|
233
|
-
100: string;
|
|
234
|
-
200: string;
|
|
235
|
-
300: string;
|
|
236
|
-
400: string;
|
|
237
|
-
500: string;
|
|
238
|
-
600: string;
|
|
239
|
-
700: string;
|
|
240
|
-
800: string;
|
|
241
|
-
900: string;
|
|
242
|
-
950: string;
|
|
243
|
-
};
|
|
244
|
-
slate: {
|
|
245
|
-
50: string;
|
|
246
|
-
100: string;
|
|
247
|
-
200: string;
|
|
248
|
-
300: string;
|
|
249
|
-
400: string;
|
|
250
|
-
500: string;
|
|
251
|
-
600: string;
|
|
252
|
-
700: string;
|
|
253
|
-
800: string;
|
|
254
|
-
900: string;
|
|
255
|
-
950: string;
|
|
256
|
-
};
|
|
257
|
-
zinc: {
|
|
258
|
-
50: string;
|
|
259
|
-
100: string;
|
|
260
|
-
200: string;
|
|
261
|
-
300: string;
|
|
262
|
-
400: string;
|
|
263
|
-
500: string;
|
|
264
|
-
600: string;
|
|
265
|
-
700: string;
|
|
266
|
-
800: string;
|
|
267
|
-
900: string;
|
|
268
|
-
950: string;
|
|
269
|
-
};
|
|
270
|
-
neutral: {
|
|
271
|
-
50: string;
|
|
272
|
-
100: string;
|
|
273
|
-
200: string;
|
|
274
|
-
300: string;
|
|
275
|
-
400: string;
|
|
276
|
-
500: string;
|
|
277
|
-
600: string;
|
|
278
|
-
700: string;
|
|
279
|
-
800: string;
|
|
280
|
-
900: string;
|
|
281
|
-
950: string;
|
|
282
|
-
};
|
|
283
|
-
stone: {
|
|
284
|
-
50: string;
|
|
285
|
-
100: string;
|
|
286
|
-
200: string;
|
|
287
|
-
300: string;
|
|
288
|
-
400: string;
|
|
289
|
-
500: string;
|
|
290
|
-
600: string;
|
|
291
|
-
700: string;
|
|
292
|
-
800: string;
|
|
293
|
-
900: string;
|
|
294
|
-
950: string;
|
|
295
|
-
};
|
|
296
|
-
light: {
|
|
297
|
-
50: string;
|
|
298
|
-
100: string;
|
|
299
|
-
200: string;
|
|
300
|
-
300: string;
|
|
301
|
-
400: string;
|
|
302
|
-
500: string;
|
|
303
|
-
600: string;
|
|
304
|
-
700: string;
|
|
305
|
-
800: string;
|
|
306
|
-
900: string;
|
|
307
|
-
950: string;
|
|
308
|
-
};
|
|
309
|
-
dark: {
|
|
310
|
-
50: string;
|
|
311
|
-
100: string;
|
|
312
|
-
200: string;
|
|
313
|
-
300: string;
|
|
314
|
-
400: string;
|
|
315
|
-
500: string;
|
|
316
|
-
600: string;
|
|
317
|
-
700: string;
|
|
318
|
-
800: string;
|
|
319
|
-
900: string;
|
|
320
|
-
950: string;
|
|
321
|
-
};
|
|
322
|
-
readonly lightblue: string | (Colors & {
|
|
323
|
-
DEFAULT?: string | undefined;
|
|
324
|
-
});
|
|
325
|
-
readonly lightBlue: string | (Colors & {
|
|
326
|
-
DEFAULT?: string | undefined;
|
|
327
|
-
});
|
|
328
|
-
readonly warmgray: string | (Colors & {
|
|
329
|
-
DEFAULT?: string | undefined;
|
|
330
|
-
});
|
|
331
|
-
readonly warmGray: string | (Colors & {
|
|
332
|
-
DEFAULT?: string | undefined;
|
|
333
|
-
});
|
|
334
|
-
readonly truegray: string | (Colors & {
|
|
335
|
-
DEFAULT?: string | undefined;
|
|
336
|
-
});
|
|
337
|
-
readonly trueGray: string | (Colors & {
|
|
338
|
-
DEFAULT?: string | undefined;
|
|
339
|
-
});
|
|
340
|
-
readonly coolgray: string | (Colors & {
|
|
341
|
-
DEFAULT?: string | undefined;
|
|
342
|
-
});
|
|
343
|
-
readonly coolGray: string | (Colors & {
|
|
344
|
-
DEFAULT?: string | undefined;
|
|
345
|
-
});
|
|
346
|
-
readonly bluegray: string | (Colors & {
|
|
347
|
-
DEFAULT?: string | undefined;
|
|
348
|
-
});
|
|
349
|
-
readonly blueGray: string | (Colors & {
|
|
350
|
-
DEFAULT?: string | undefined;
|
|
351
|
-
});
|
|
352
|
-
};
|
|
353
|
-
|
|
354
|
-
export { colors };
|
package/dist/index.cjs
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const core = require('@unocss/core');
|
|
6
|
-
const extractorArbitraryVariants = require('@unocss/extractor-arbitrary-variants');
|
|
7
|
-
const utilities = require('./shared/preset-mini.DahJgnb1.cjs');
|
|
8
|
-
const _default = require('./shared/preset-mini.St8sZgQd.cjs');
|
|
9
|
-
const _default$1 = require('./shared/preset-mini.D_Gfuejm.cjs');
|
|
10
|
-
const _default$2 = require('./shared/preset-mini.YtS7XCIs.cjs');
|
|
11
|
-
const colors = require('./colors.cjs');
|
|
12
|
-
require('@unocss/rule-utils');
|
|
13
|
-
require('./shared/preset-mini.mjThnwTD.cjs');
|
|
14
|
-
|
|
15
|
-
const preflights = [
|
|
16
|
-
{
|
|
17
|
-
layer: "preflights",
|
|
18
|
-
getCSS(ctx) {
|
|
19
|
-
if (ctx.theme.preflightBase) {
|
|
20
|
-
const css = core.entriesToCss(Object.entries(ctx.theme.preflightBase));
|
|
21
|
-
const roots = core.toArray(ctx.theme.preflightRoot ?? ["*,::before,::after", "::backdrop"]);
|
|
22
|
-
return roots.map((root) => `${root}{${css}}`).join("");
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
];
|
|
27
|
-
|
|
28
|
-
const shorthands = {
|
|
29
|
-
position: [
|
|
30
|
-
"relative",
|
|
31
|
-
"absolute",
|
|
32
|
-
"fixed",
|
|
33
|
-
"sticky",
|
|
34
|
-
"static"
|
|
35
|
-
],
|
|
36
|
-
globalKeyword: utilities.globalKeywords
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
const presetMini = core.definePreset((options = {}) => {
|
|
40
|
-
options.dark = options.dark ?? "class";
|
|
41
|
-
options.attributifyPseudo = options.attributifyPseudo ?? false;
|
|
42
|
-
options.preflight = options.preflight ?? true;
|
|
43
|
-
options.variablePrefix = options.variablePrefix ?? "un-";
|
|
44
|
-
return {
|
|
45
|
-
name: "@unocss/preset-mini",
|
|
46
|
-
theme: _default.theme,
|
|
47
|
-
rules: _default$1.rules,
|
|
48
|
-
variants: _default$2.variants(options),
|
|
49
|
-
options,
|
|
50
|
-
prefix: options.prefix,
|
|
51
|
-
postprocess: VarPrefixPostprocessor(options.variablePrefix),
|
|
52
|
-
preflights: options.preflight ? normalizePreflights(preflights, options.variablePrefix) : [],
|
|
53
|
-
extractorDefault: options.arbitraryVariants === false ? void 0 : extractorArbitraryVariants.extractorArbitraryVariants,
|
|
54
|
-
autocomplete: {
|
|
55
|
-
shorthands
|
|
56
|
-
}
|
|
57
|
-
};
|
|
58
|
-
});
|
|
59
|
-
function VarPrefixPostprocessor(prefix) {
|
|
60
|
-
if (prefix !== "un-") {
|
|
61
|
-
return (obj) => {
|
|
62
|
-
obj.entries.forEach((i) => {
|
|
63
|
-
i[0] = i[0].replace(/^--un-/, `--${prefix}`);
|
|
64
|
-
if (typeof i[1] === "string")
|
|
65
|
-
i[1] = i[1].replace(/var\(--un-/g, `var(--${prefix}`);
|
|
66
|
-
});
|
|
67
|
-
};
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
function normalizePreflights(preflights3, variablePrefix) {
|
|
71
|
-
if (variablePrefix !== "un-") {
|
|
72
|
-
return preflights3.map((p) => ({
|
|
73
|
-
...p,
|
|
74
|
-
getCSS: /* @__PURE__ */ (() => async (ctx) => {
|
|
75
|
-
const css = await p.getCSS(ctx);
|
|
76
|
-
if (css)
|
|
77
|
-
return css.replace(/--un-/g, `--${variablePrefix}`);
|
|
78
|
-
})()
|
|
79
|
-
}));
|
|
80
|
-
}
|
|
81
|
-
return preflights3;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
exports.parseColor = utilities.parseColor;
|
|
85
|
-
exports.theme = _default.theme;
|
|
86
|
-
exports.colors = colors.colors;
|
|
87
|
-
exports.VarPrefixPostprocessor = VarPrefixPostprocessor;
|
|
88
|
-
exports.default = presetMini;
|
|
89
|
-
exports.normalizePreflights = normalizePreflights;
|
|
90
|
-
exports.preflights = preflights;
|
|
91
|
-
exports.presetMini = presetMini;
|
package/dist/index.d.cts
DELETED
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import * as _unocss_core from '@unocss/core';
|
|
2
|
-
import { Preflight, PresetOptions, Postprocessor } from '@unocss/core';
|
|
3
|
-
import { T as Theme } from './shared/preset-mini.P5Rzuhf5.cjs';
|
|
4
|
-
export { a as ThemeAnimation } from './shared/preset-mini.P5Rzuhf5.cjs';
|
|
5
|
-
export { t as theme } from './shared/preset-mini.bn9iWcrm.cjs';
|
|
6
|
-
export { colors } from './colors.cjs';
|
|
7
|
-
export { p as parseColor } from './shared/preset-mini.BP7cviYW.cjs';
|
|
8
|
-
|
|
9
|
-
declare const preflights: Preflight<Theme>[];
|
|
10
|
-
|
|
11
|
-
interface DarkModeSelectors {
|
|
12
|
-
/**
|
|
13
|
-
* Selector for light variant.
|
|
14
|
-
*
|
|
15
|
-
* @default '.light'
|
|
16
|
-
*/
|
|
17
|
-
light?: string;
|
|
18
|
-
/**
|
|
19
|
-
* Selector for dark variant.
|
|
20
|
-
*
|
|
21
|
-
* @default '.dark'
|
|
22
|
-
*/
|
|
23
|
-
dark?: string;
|
|
24
|
-
}
|
|
25
|
-
interface PresetMiniOptions extends PresetOptions {
|
|
26
|
-
/**
|
|
27
|
-
* Dark mode options
|
|
28
|
-
*
|
|
29
|
-
* @default 'class'
|
|
30
|
-
*/
|
|
31
|
-
dark?: 'class' | 'media' | DarkModeSelectors;
|
|
32
|
-
/**
|
|
33
|
-
* Generate tagged pseudo selector as `[group=""]` instead of `.group`
|
|
34
|
-
*
|
|
35
|
-
* @default false
|
|
36
|
-
*/
|
|
37
|
-
attributifyPseudo?: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* Prefix for CSS variables.
|
|
40
|
-
*
|
|
41
|
-
* @default 'un-'
|
|
42
|
-
*/
|
|
43
|
-
variablePrefix?: string;
|
|
44
|
-
/**
|
|
45
|
-
* Utils prefix. When using tagged pseudo selector, only the first truthy prefix will be used.
|
|
46
|
-
*
|
|
47
|
-
* @default undefined
|
|
48
|
-
*/
|
|
49
|
-
prefix?: string | string[];
|
|
50
|
-
/**
|
|
51
|
-
* Generate preflight
|
|
52
|
-
*
|
|
53
|
-
* @default true
|
|
54
|
-
*/
|
|
55
|
-
preflight?: boolean;
|
|
56
|
-
/**
|
|
57
|
-
* Enable arbitrary variants, for example `<div class="[&>*]:m-1 [&[open]]:p-2"></div>`.
|
|
58
|
-
*
|
|
59
|
-
* Disable this might slightly improve the performance.
|
|
60
|
-
*
|
|
61
|
-
* @default true
|
|
62
|
-
*/
|
|
63
|
-
arbitraryVariants?: boolean;
|
|
64
|
-
}
|
|
65
|
-
/**
|
|
66
|
-
* The basic preset for UnoCSS, with only the most essential utilities.
|
|
67
|
-
*
|
|
68
|
-
* @see https://unocss.dev/presets/mini
|
|
69
|
-
*/
|
|
70
|
-
declare const presetMini: _unocss_core.PresetFactory<Theme, PresetMiniOptions>;
|
|
71
|
-
|
|
72
|
-
declare function VarPrefixPostprocessor(prefix: string): Postprocessor | undefined;
|
|
73
|
-
declare function normalizePreflights<Theme extends object>(preflights: Preflight<Theme>[], variablePrefix: string): Preflight<Theme>[];
|
|
74
|
-
|
|
75
|
-
export { type DarkModeSelectors, type PresetMiniOptions, Theme, VarPrefixPostprocessor, presetMini as default, normalizePreflights, preflights, presetMini };
|
package/dist/rules.cjs
DELETED
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
const _default = require('./shared/preset-mini.D_Gfuejm.cjs');
|
|
4
|
-
const transform = require('./shared/preset-mini.mjThnwTD.cjs');
|
|
5
|
-
require('./shared/preset-mini.DahJgnb1.cjs');
|
|
6
|
-
require('@unocss/core');
|
|
7
|
-
require('@unocss/rule-utils');
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
exports.alignments = _default.alignments;
|
|
12
|
-
exports.appearance = _default.appearance;
|
|
13
|
-
exports.aspectRatio = _default.aspectRatio;
|
|
14
|
-
exports.bgColors = _default.bgColors;
|
|
15
|
-
exports.borderStyles = _default.borderStyles;
|
|
16
|
-
exports.borders = _default.borders;
|
|
17
|
-
exports.boxSizing = _default.boxSizing;
|
|
18
|
-
exports.colorScheme = _default.colorScheme;
|
|
19
|
-
exports.containerParent = _default.containerParent;
|
|
20
|
-
exports.cssProperty = _default.cssProperty;
|
|
21
|
-
exports.cssVariables = _default.cssVariables;
|
|
22
|
-
exports.flex = _default.flex;
|
|
23
|
-
exports.flexGridJustifiesAlignments = _default.flexGridJustifiesAlignments;
|
|
24
|
-
exports.floats = _default.floats;
|
|
25
|
-
exports.fonts = _default.fonts;
|
|
26
|
-
exports.gaps = _default.gaps;
|
|
27
|
-
exports.grids = _default.grids;
|
|
28
|
-
exports.handlerBorderStyle = _default.handlerBorderStyle;
|
|
29
|
-
exports.insets = _default.insets;
|
|
30
|
-
exports.justifies = _default.justifies;
|
|
31
|
-
exports.margins = _default.margins;
|
|
32
|
-
exports.opacity = _default.opacity;
|
|
33
|
-
exports.orders = _default.orders;
|
|
34
|
-
exports.outline = _default.outline;
|
|
35
|
-
exports.overflows = _default.overflows;
|
|
36
|
-
exports.paddings = _default.paddings;
|
|
37
|
-
exports.placements = _default.placements;
|
|
38
|
-
exports.positions = _default.positions;
|
|
39
|
-
exports.questionMark = _default.questionMark;
|
|
40
|
-
exports.rules = _default.rules;
|
|
41
|
-
exports.sizes = _default.sizes;
|
|
42
|
-
exports.svgUtilities = _default.svgUtilities;
|
|
43
|
-
exports.tabSizes = _default.tabSizes;
|
|
44
|
-
exports.textAligns = _default.textAligns;
|
|
45
|
-
exports.textDecorations = _default.textDecorations;
|
|
46
|
-
exports.textIndents = _default.textIndents;
|
|
47
|
-
exports.textShadows = _default.textShadows;
|
|
48
|
-
exports.textStrokes = _default.textStrokes;
|
|
49
|
-
exports.transitions = _default.transitions;
|
|
50
|
-
exports.verticalAligns = _default.verticalAligns;
|
|
51
|
-
exports.willChange = _default.willChange;
|
|
52
|
-
exports.zIndexes = _default.zIndexes;
|
|
53
|
-
exports.appearances = transform.appearances;
|
|
54
|
-
exports.boxShadows = transform.boxShadows;
|
|
55
|
-
exports.boxShadowsBase = transform.boxShadowsBase;
|
|
56
|
-
exports.breaks = transform.breaks;
|
|
57
|
-
exports.contains = transform.contains;
|
|
58
|
-
exports.contentVisibility = transform.contentVisibility;
|
|
59
|
-
exports.contents = transform.contents;
|
|
60
|
-
exports.cursors = transform.cursors;
|
|
61
|
-
exports.displays = transform.displays;
|
|
62
|
-
exports.fontSmoothings = transform.fontSmoothings;
|
|
63
|
-
exports.fontStyles = transform.fontStyles;
|
|
64
|
-
exports.pointerEvents = transform.pointerEvents;
|
|
65
|
-
exports.resizes = transform.resizes;
|
|
66
|
-
exports.ringBase = transform.ringBase;
|
|
67
|
-
exports.rings = transform.rings;
|
|
68
|
-
exports.textOverflows = transform.textOverflows;
|
|
69
|
-
exports.textTransforms = transform.textTransforms;
|
|
70
|
-
exports.textWraps = transform.textWraps;
|
|
71
|
-
exports.transformBase = transform.transformBase;
|
|
72
|
-
exports.transforms = transform.transforms;
|
|
73
|
-
exports.userSelects = transform.userSelects;
|
|
74
|
-
exports.varEmpty = transform.varEmpty;
|
|
75
|
-
exports.whitespaces = transform.whitespaces;
|