@lukso/web-components 1.50.0 → 1.51.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.
Files changed (69) hide show
  1. package/dist/components/index.cjs +4 -3
  2. package/dist/components/index.js +4 -3
  3. package/dist/components/lukso-button/index.cjs +1 -1
  4. package/dist/components/lukso-button/index.js +1 -1
  5. package/dist/components/lukso-card/index.cjs +11 -296
  6. package/dist/components/lukso-card/index.d.ts +1 -0
  7. package/dist/components/lukso-card/index.d.ts.map +1 -1
  8. package/dist/components/lukso-card/index.js +6 -300
  9. package/dist/components/lukso-card/lukso-card.stories.d.ts.map +1 -1
  10. package/dist/components/lukso-checkbox/index.cjs +1 -1
  11. package/dist/components/lukso-checkbox/index.js +1 -1
  12. package/dist/components/lukso-footer/index.cjs +1 -2
  13. package/dist/components/lukso-footer/index.d.ts.map +1 -1
  14. package/dist/components/lukso-footer/index.js +1 -2
  15. package/dist/components/lukso-icon/index.cjs +2 -2
  16. package/dist/components/lukso-icon/index.js +2 -2
  17. package/dist/components/lukso-input/index.cjs +1 -1
  18. package/dist/components/lukso-input/index.js +1 -1
  19. package/dist/components/lukso-modal/index.cjs +1 -1
  20. package/dist/components/lukso-modal/index.js +1 -1
  21. package/dist/components/lukso-navbar/index.cjs +2 -2
  22. package/dist/components/lukso-navbar/index.js +2 -2
  23. package/dist/components/lukso-profile/index.cjs +2 -2
  24. package/dist/components/lukso-profile/index.js +2 -2
  25. package/dist/components/lukso-progress/index.cjs +2 -2
  26. package/dist/components/lukso-progress/index.js +2 -2
  27. package/dist/components/lukso-sanitize/index.cjs +1 -1
  28. package/dist/components/lukso-sanitize/index.js +1 -1
  29. package/dist/components/lukso-search/index.cjs +10 -7
  30. package/dist/components/lukso-search/index.d.ts.map +1 -1
  31. package/dist/components/lukso-search/index.js +10 -7
  32. package/dist/components/lukso-select/index.cjs +10 -6
  33. package/dist/components/lukso-select/index.d.ts.map +1 -1
  34. package/dist/components/lukso-select/index.js +10 -6
  35. package/dist/components/lukso-share/index.cjs +1 -1
  36. package/dist/components/lukso-share/index.js +1 -1
  37. package/dist/components/lukso-switch/index.cjs +2 -2
  38. package/dist/components/lukso-switch/index.js +2 -2
  39. package/dist/components/lukso-tag/index.cjs +2 -2
  40. package/dist/components/lukso-tag/index.js +2 -2
  41. package/dist/components/lukso-terms/index.cjs +2 -2
  42. package/dist/components/lukso-terms/index.js +2 -2
  43. package/dist/components/lukso-test/index.cjs +1 -1
  44. package/dist/components/lukso-test/index.js +1 -1
  45. package/dist/components/lukso-tooltip/index.cjs +4 -3
  46. package/dist/components/lukso-tooltip/index.d.ts.map +1 -1
  47. package/dist/components/lukso-tooltip/index.js +4 -3
  48. package/dist/components/lukso-username/index.cjs +1 -1
  49. package/dist/components/lukso-username/index.js +1 -1
  50. package/dist/components/lukso-wizard/index.cjs +1 -1
  51. package/dist/components/lukso-wizard/index.js +1 -1
  52. package/dist/index-2f5488b6.js +39 -0
  53. package/dist/index-87e624a1.cjs +2849 -0
  54. package/dist/index-aaa67d55.cjs +46 -0
  55. package/dist/index-d0d67b5f.js +2846 -0
  56. package/dist/index.cjs +47 -2569
  57. package/dist/index.js +4 -2530
  58. package/dist/shared/tailwind-element/index.cjs +1 -1
  59. package/dist/shared/tailwind-element/index.js +1 -1
  60. package/dist/{style-map-761568c8.cjs → style-map-74906707.cjs} +1 -1
  61. package/dist/{style-map-f7c09fa5.js → style-map-88b4d8ad.js} +1 -1
  62. package/dist/styles/main.css +230 -0
  63. package/dist/styles/main.css.map +1 -1
  64. package/package.json +1 -1
  65. package/tools/sass/main.scss +1 -0
  66. package/tools/sass/tippy.scss +275 -0
  67. package/tools/styles/main.css +230 -0
  68. package/dist/index-a134c0a6.js +0 -39
  69. package/dist/index-ae293272.cjs +0 -46
package/dist/index.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
5
  const components_luksoButton_index = require('./components/lukso-button/index.cjs');
6
- const components_luksoCard_index = require('./components/lukso-card/index.cjs');
6
+ const components_luksoCard_index = require('./index-87e624a1.cjs');
7
7
  const components_luksoCheckbox_index = require('./components/lukso-checkbox/index.cjs');
8
8
  const components_luksoFooter_index = require('./components/lukso-footer/index.cjs');
9
9
  const components_luksoIcon_index = require('./components/lukso-icon/index.cjs');
@@ -23,2622 +23,100 @@ const components_luksoTest_index = require('./components/lukso-test/index.cjs');
23
23
  const components_luksoTooltip_index = require('./components/lukso-tooltip/index.cjs');
24
24
  const components_luksoUsername_index = require('./components/lukso-username/index.cjs');
25
25
  const components_luksoWizard_index = require('./components/lukso-wizard/index.cjs');
26
- const shared_tailwindElement_index = require('./index-ae293272.cjs');
26
+ const shared_tailwindElement_index = require('./index-aaa67d55.cjs');
27
27
  require('./query-assigned-elements-1d5d9d4c.cjs');
28
28
  require('./state-f73a8b4f.cjs');
29
29
  require('./index-e9668573.cjs');
30
30
  require('./directive-8278ab14.cjs');
31
- require('./style-map-761568c8.cjs');
31
+ require('./style-map-74906707.cjs');
32
+ require('./color-palette.cjs');
32
33
 
33
- /**
34
- * The code in this file is copied from https://github.com/lukeed/clsx and modified to suit the needs of tailwind-merge better.
35
- *
36
- * Specifically:
37
- * - Runtime code from https://github.com/lukeed/clsx/blob/v1.2.1/src/index.js
38
- * - TypeScript types from https://github.com/lukeed/clsx/blob/v1.2.1/clsx.d.ts
39
- *
40
- * Original code has MIT license: Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
41
- */
42
- function twJoin() {
43
- var index = 0;
44
- var argument;
45
- var resolvedValue;
46
- var string = '';
47
- while (index < arguments.length) {
48
- if (argument = arguments[index++]) {
49
- if (resolvedValue = toValue(argument)) {
50
- string && (string += ' ');
51
- string += resolvedValue;
52
- }
53
- }
54
- }
55
- return string;
56
- }
57
- function toValue(mix) {
58
- if (typeof mix === 'string') {
59
- return mix;
60
- }
61
- var resolvedValue;
62
- var string = '';
63
- for (var k = 0; k < mix.length; k++) {
64
- if (mix[k]) {
65
- if (resolvedValue = toValue(mix[k])) {
66
- string && (string += ' ');
67
- string += resolvedValue;
68
- }
69
- }
70
- }
71
- return string;
72
- }
73
34
 
74
- var CLASS_PART_SEPARATOR = '-';
75
- function createClassUtils(config) {
76
- var classMap = createClassMap(config);
77
- var conflictingClassGroups = config.conflictingClassGroups,
78
- _config$conflictingCl = config.conflictingClassGroupModifiers,
79
- conflictingClassGroupModifiers = _config$conflictingCl === void 0 ? {} : _config$conflictingCl;
80
- function getClassGroupId(className) {
81
- var classParts = className.split(CLASS_PART_SEPARATOR);
82
- // Classes like `-inset-1` produce an empty string as first classPart. We assume that classes for negative values are used correctly and remove it from classParts.
83
- if (classParts[0] === '' && classParts.length !== 1) {
84
- classParts.shift();
85
- }
86
- return getGroupRecursive(classParts, classMap) || getGroupIdForArbitraryProperty(className);
87
- }
88
- function getConflictingClassGroupIds(classGroupId, hasPostfixModifier) {
89
- var conflicts = conflictingClassGroups[classGroupId] || [];
90
- if (hasPostfixModifier && conflictingClassGroupModifiers[classGroupId]) {
91
- return [].concat(conflicts, conflictingClassGroupModifiers[classGroupId]);
92
- }
93
- return conflicts;
94
- }
95
- return {
96
- getClassGroupId: getClassGroupId,
97
- getConflictingClassGroupIds: getConflictingClassGroupIds
98
- };
99
- }
100
- function getGroupRecursive(classParts, classPartObject) {
101
- if (classParts.length === 0) {
102
- return classPartObject.classGroupId;
103
- }
104
- var currentClassPart = classParts[0];
105
- var nextClassPartObject = classPartObject.nextPart.get(currentClassPart);
106
- var classGroupFromNextClassPart = nextClassPartObject ? getGroupRecursive(classParts.slice(1), nextClassPartObject) : undefined;
107
- if (classGroupFromNextClassPart) {
108
- return classGroupFromNextClassPart;
109
- }
110
- if (classPartObject.validators.length === 0) {
111
- return undefined;
112
- }
113
- var classRest = classParts.join(CLASS_PART_SEPARATOR);
114
- return classPartObject.validators.find(function (_ref) {
115
- var validator = _ref.validator;
116
- return validator(classRest);
117
- })?.classGroupId;
118
- }
119
- var arbitraryPropertyRegex = /^\[(.+)\]$/;
120
- function getGroupIdForArbitraryProperty(className) {
121
- if (arbitraryPropertyRegex.test(className)) {
122
- var arbitraryPropertyClassName = arbitraryPropertyRegex.exec(className)[1];
123
- var property = arbitraryPropertyClassName?.substring(0, arbitraryPropertyClassName.indexOf(':'));
124
- if (property) {
125
- // I use two dots here because one dot is used as prefix for class groups in plugins
126
- return 'arbitrary..' + property;
127
- }
128
- }
129
- }
130
- /**
131
- * Exported for testing only
132
- */
133
- function createClassMap(config) {
134
- var theme = config.theme,
135
- prefix = config.prefix;
136
- var classMap = {
137
- nextPart: new Map(),
138
- validators: []
139
- };
140
- var prefixedClassGroupEntries = getPrefixedClassGroupEntries(Object.entries(config.classGroups), prefix);
141
- prefixedClassGroupEntries.forEach(function (_ref2) {
142
- var classGroupId = _ref2[0],
143
- classGroup = _ref2[1];
144
- processClassesRecursively(classGroup, classMap, classGroupId, theme);
145
- });
146
- return classMap;
147
- }
148
- function processClassesRecursively(classGroup, classPartObject, classGroupId, theme) {
149
- classGroup.forEach(function (classDefinition) {
150
- if (typeof classDefinition === 'string') {
151
- var classPartObjectToEdit = classDefinition === '' ? classPartObject : getPart(classPartObject, classDefinition);
152
- classPartObjectToEdit.classGroupId = classGroupId;
153
- return;
154
- }
155
- if (typeof classDefinition === 'function') {
156
- if (isThemeGetter(classDefinition)) {
157
- processClassesRecursively(classDefinition(theme), classPartObject, classGroupId, theme);
158
- return;
159
- }
160
- classPartObject.validators.push({
161
- validator: classDefinition,
162
- classGroupId: classGroupId
163
- });
164
- return;
165
- }
166
- Object.entries(classDefinition).forEach(function (_ref3) {
167
- var key = _ref3[0],
168
- classGroup = _ref3[1];
169
- processClassesRecursively(classGroup, getPart(classPartObject, key), classGroupId, theme);
170
- });
171
- });
172
- }
173
- function getPart(classPartObject, path) {
174
- var currentClassPartObject = classPartObject;
175
- path.split(CLASS_PART_SEPARATOR).forEach(function (pathPart) {
176
- if (!currentClassPartObject.nextPart.has(pathPart)) {
177
- currentClassPartObject.nextPart.set(pathPart, {
178
- nextPart: new Map(),
179
- validators: []
180
- });
181
- }
182
- currentClassPartObject = currentClassPartObject.nextPart.get(pathPart);
183
- });
184
- return currentClassPartObject;
185
- }
186
- function isThemeGetter(func) {
187
- return func.isThemeGetter;
188
- }
189
- function getPrefixedClassGroupEntries(classGroupEntries, prefix) {
190
- if (!prefix) {
191
- return classGroupEntries;
192
- }
193
- return classGroupEntries.map(function (_ref4) {
194
- var classGroupId = _ref4[0],
195
- classGroup = _ref4[1];
196
- var prefixedClassGroup = classGroup.map(function (classDefinition) {
197
- if (typeof classDefinition === 'string') {
198
- return prefix + classDefinition;
199
- }
200
- if (typeof classDefinition === 'object') {
201
- return Object.fromEntries(Object.entries(classDefinition).map(function (_ref5) {
202
- var key = _ref5[0],
203
- value = _ref5[1];
204
- return [prefix + key, value];
205
- }));
206
- }
207
- return classDefinition;
208
- });
209
- return [classGroupId, prefixedClassGroup];
210
- });
211
- }
212
-
213
- // LRU cache inspired from hashlru (https://github.com/dominictarr/hashlru/blob/v1.0.4/index.js) but object replaced with Map to improve performance
214
- function createLruCache(maxCacheSize) {
215
- if (maxCacheSize < 1) {
216
- return {
217
- get: function get() {
218
- return undefined;
219
- },
220
- set: function set() {}
221
- };
222
- }
223
- var cacheSize = 0;
224
- var cache = new Map();
225
- var previousCache = new Map();
226
- function update(key, value) {
227
- cache.set(key, value);
228
- cacheSize++;
229
- if (cacheSize > maxCacheSize) {
230
- cacheSize = 0;
231
- previousCache = cache;
232
- cache = new Map();
233
- }
234
- }
235
- return {
236
- get: function get(key) {
237
- var value = cache.get(key);
238
- if (value !== undefined) {
239
- return value;
240
- }
241
- if ((value = previousCache.get(key)) !== undefined) {
242
- update(key, value);
243
- return value;
244
- }
245
- },
246
- set: function set(key, value) {
247
- if (cache.has(key)) {
248
- cache.set(key, value);
249
- } else {
250
- update(key, value);
251
- }
252
- }
253
- };
254
- }
255
-
256
- var IMPORTANT_MODIFIER = '!';
257
- function createSplitModifiers(config) {
258
- var separator = config.separator || ':';
259
- var isSeparatorSingleCharacter = separator.length === 1;
260
- var firstSeparatorCharacter = separator[0];
261
- var separatorLength = separator.length;
262
- // splitModifiers inspired by https://github.com/tailwindlabs/tailwindcss/blob/v3.2.2/src/util/splitAtTopLevelOnly.js
263
- return function splitModifiers(className) {
264
- var modifiers = [];
265
- var bracketDepth = 0;
266
- var modifierStart = 0;
267
- var postfixModifierPosition;
268
- for (var index = 0; index < className.length; index++) {
269
- var currentCharacter = className[index];
270
- if (bracketDepth === 0) {
271
- if (currentCharacter === firstSeparatorCharacter && (isSeparatorSingleCharacter || className.slice(index, index + separatorLength) === separator)) {
272
- modifiers.push(className.slice(modifierStart, index));
273
- modifierStart = index + separatorLength;
274
- continue;
275
- }
276
- if (currentCharacter === '/') {
277
- postfixModifierPosition = index;
278
- continue;
279
- }
280
- }
281
- if (currentCharacter === '[') {
282
- bracketDepth++;
283
- } else if (currentCharacter === ']') {
284
- bracketDepth--;
285
- }
286
- }
287
- var baseClassNameWithImportantModifier = modifiers.length === 0 ? className : className.substring(modifierStart);
288
- var hasImportantModifier = baseClassNameWithImportantModifier.startsWith(IMPORTANT_MODIFIER);
289
- var baseClassName = hasImportantModifier ? baseClassNameWithImportantModifier.substring(1) : baseClassNameWithImportantModifier;
290
- var maybePostfixModifierPosition = postfixModifierPosition && postfixModifierPosition > modifierStart ? postfixModifierPosition - modifierStart : undefined;
291
- return {
292
- modifiers: modifiers,
293
- hasImportantModifier: hasImportantModifier,
294
- baseClassName: baseClassName,
295
- maybePostfixModifierPosition: maybePostfixModifierPosition
296
- };
297
- };
298
- }
299
- /**
300
- * Sorts modifiers according to following schema:
301
- * - Predefined modifiers are sorted alphabetically
302
- * - When an arbitrary variant appears, it must be preserved which modifiers are before and after it
303
- */
304
- function sortModifiers(modifiers) {
305
- if (modifiers.length <= 1) {
306
- return modifiers;
307
- }
308
- var sortedModifiers = [];
309
- var unsortedModifiers = [];
310
- modifiers.forEach(function (modifier) {
311
- var isArbitraryVariant = modifier[0] === '[';
312
- if (isArbitraryVariant) {
313
- sortedModifiers.push.apply(sortedModifiers, unsortedModifiers.sort().concat([modifier]));
314
- unsortedModifiers = [];
315
- } else {
316
- unsortedModifiers.push(modifier);
317
- }
318
- });
319
- sortedModifiers.push.apply(sortedModifiers, unsortedModifiers.sort());
320
- return sortedModifiers;
321
- }
322
-
323
- function createConfigUtils(config) {
324
- return {
325
- cache: createLruCache(config.cacheSize),
326
- splitModifiers: createSplitModifiers(config),
327
- ...createClassUtils(config)
328
- };
329
- }
330
-
331
- var SPLIT_CLASSES_REGEX = /\s+/;
332
- function mergeClassList(classList, configUtils) {
333
- var splitModifiers = configUtils.splitModifiers,
334
- getClassGroupId = configUtils.getClassGroupId,
335
- getConflictingClassGroupIds = configUtils.getConflictingClassGroupIds;
336
- /**
337
- * Set of classGroupIds in following format:
338
- * `{importantModifier}{variantModifiers}{classGroupId}`
339
- * @example 'float'
340
- * @example 'hover:focus:bg-color'
341
- * @example 'md:!pr'
342
- */
343
- var classGroupsInConflict = new Set();
344
- return classList.trim().split(SPLIT_CLASSES_REGEX).map(function (originalClassName) {
345
- var _splitModifiers = splitModifiers(originalClassName),
346
- modifiers = _splitModifiers.modifiers,
347
- hasImportantModifier = _splitModifiers.hasImportantModifier,
348
- baseClassName = _splitModifiers.baseClassName,
349
- maybePostfixModifierPosition = _splitModifiers.maybePostfixModifierPosition;
350
- var classGroupId = getClassGroupId(maybePostfixModifierPosition ? baseClassName.substring(0, maybePostfixModifierPosition) : baseClassName);
351
- var hasPostfixModifier = Boolean(maybePostfixModifierPosition);
352
- if (!classGroupId) {
353
- if (!maybePostfixModifierPosition) {
354
- return {
355
- isTailwindClass: false,
356
- originalClassName: originalClassName
357
- };
358
- }
359
- classGroupId = getClassGroupId(baseClassName);
360
- if (!classGroupId) {
361
- return {
362
- isTailwindClass: false,
363
- originalClassName: originalClassName
364
- };
365
- }
366
- hasPostfixModifier = false;
367
- }
368
- var variantModifier = sortModifiers(modifiers).join(':');
369
- var modifierId = hasImportantModifier ? variantModifier + IMPORTANT_MODIFIER : variantModifier;
370
- return {
371
- isTailwindClass: true,
372
- modifierId: modifierId,
373
- classGroupId: classGroupId,
374
- originalClassName: originalClassName,
375
- hasPostfixModifier: hasPostfixModifier
376
- };
377
- }).reverse()
378
- // Last class in conflict wins, so we need to filter conflicting classes in reverse order.
379
- .filter(function (parsed) {
380
- if (!parsed.isTailwindClass) {
381
- return true;
382
- }
383
- var modifierId = parsed.modifierId,
384
- classGroupId = parsed.classGroupId,
385
- hasPostfixModifier = parsed.hasPostfixModifier;
386
- var classId = modifierId + classGroupId;
387
- if (classGroupsInConflict.has(classId)) {
388
- return false;
389
- }
390
- classGroupsInConflict.add(classId);
391
- getConflictingClassGroupIds(classGroupId, hasPostfixModifier).forEach(function (group) {
392
- return classGroupsInConflict.add(modifierId + group);
393
- });
394
- return true;
395
- }).reverse().map(function (parsed) {
396
- return parsed.originalClassName;
397
- }).join(' ');
398
- }
399
-
400
- function createTailwindMerge() {
401
- for (var _len = arguments.length, createConfig = new Array(_len), _key = 0; _key < _len; _key++) {
402
- createConfig[_key] = arguments[_key];
403
- }
404
- var configUtils;
405
- var cacheGet;
406
- var cacheSet;
407
- var functionToCall = initTailwindMerge;
408
- function initTailwindMerge(classList) {
409
- var firstCreateConfig = createConfig[0],
410
- restCreateConfig = createConfig.slice(1);
411
- var config = restCreateConfig.reduce(function (previousConfig, createConfigCurrent) {
412
- return createConfigCurrent(previousConfig);
413
- }, firstCreateConfig());
414
- configUtils = createConfigUtils(config);
415
- cacheGet = configUtils.cache.get;
416
- cacheSet = configUtils.cache.set;
417
- functionToCall = tailwindMerge;
418
- return tailwindMerge(classList);
419
- }
420
- function tailwindMerge(classList) {
421
- var cachedResult = cacheGet(classList);
422
- if (cachedResult) {
423
- return cachedResult;
424
- }
425
- var result = mergeClassList(classList, configUtils);
426
- cacheSet(classList, result);
427
- return result;
428
- }
429
- return function callTailwindMerge() {
430
- return functionToCall(twJoin.apply(null, arguments));
431
- };
432
- }
433
-
434
- function fromTheme(key) {
435
- var themeGetter = function themeGetter(theme) {
436
- return theme[key] || [];
437
- };
438
- themeGetter.isThemeGetter = true;
439
- return themeGetter;
440
- }
441
-
442
- var arbitraryValueRegex = /^\[(?:([a-z-]+):)?(.+)\]$/i;
443
- var fractionRegex = /^\d+\/\d+$/;
444
- var stringLengths = /*#__PURE__*/new Set(['px', 'full', 'screen']);
445
- var tshirtUnitRegex = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/;
446
- var lengthUnitRegex = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/;
447
- // Shadow always begins with x and y offset separated by underscore
448
- var shadowRegex = /^-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/;
449
- function isLength(value) {
450
- return isNumber(value) || stringLengths.has(value) || fractionRegex.test(value) || isArbitraryLength(value);
451
- }
452
- function isArbitraryLength(value) {
453
- return getIsArbitraryValue(value, 'length', isLengthOnly);
454
- }
455
- function isArbitrarySize(value) {
456
- return getIsArbitraryValue(value, 'size', isNever);
457
- }
458
- function isArbitraryPosition(value) {
459
- return getIsArbitraryValue(value, 'position', isNever);
460
- }
461
- function isArbitraryUrl(value) {
462
- return getIsArbitraryValue(value, 'url', isUrl);
463
- }
464
- function isArbitraryNumber(value) {
465
- return getIsArbitraryValue(value, 'number', isNumber);
466
- }
467
- function isNumber(value) {
468
- return !Number.isNaN(Number(value));
469
- }
470
- function isPercent(value) {
471
- return value.endsWith('%') && isNumber(value.slice(0, -1));
472
- }
473
- function isInteger(value) {
474
- return isIntegerOnly(value) || getIsArbitraryValue(value, 'number', isIntegerOnly);
475
- }
476
- function isArbitraryValue(value) {
477
- return arbitraryValueRegex.test(value);
478
- }
479
- function isAny() {
480
- return true;
481
- }
482
- function isTshirtSize(value) {
483
- return tshirtUnitRegex.test(value);
484
- }
485
- function isArbitraryShadow(value) {
486
- return getIsArbitraryValue(value, '', isShadow);
487
- }
488
- function getIsArbitraryValue(value, label, testValue) {
489
- var result = arbitraryValueRegex.exec(value);
490
- if (result) {
491
- if (result[1]) {
492
- return result[1] === label;
493
- }
494
- return testValue(result[2]);
495
- }
496
- return false;
497
- }
498
- function isLengthOnly(value) {
499
- return lengthUnitRegex.test(value);
500
- }
501
- function isNever() {
502
- return false;
503
- }
504
- function isUrl(value) {
505
- return value.startsWith('url(');
506
- }
507
- function isIntegerOnly(value) {
508
- return Number.isInteger(Number(value));
509
- }
510
- function isShadow(value) {
511
- return shadowRegex.test(value);
512
- }
513
-
514
- function getDefaultConfig() {
515
- var colors = fromTheme('colors');
516
- var spacing = fromTheme('spacing');
517
- var blur = fromTheme('blur');
518
- var brightness = fromTheme('brightness');
519
- var borderColor = fromTheme('borderColor');
520
- var borderRadius = fromTheme('borderRadius');
521
- var borderSpacing = fromTheme('borderSpacing');
522
- var borderWidth = fromTheme('borderWidth');
523
- var contrast = fromTheme('contrast');
524
- var grayscale = fromTheme('grayscale');
525
- var hueRotate = fromTheme('hueRotate');
526
- var invert = fromTheme('invert');
527
- var gap = fromTheme('gap');
528
- var gradientColorStops = fromTheme('gradientColorStops');
529
- var gradientColorStopPositions = fromTheme('gradientColorStopPositions');
530
- var inset = fromTheme('inset');
531
- var margin = fromTheme('margin');
532
- var opacity = fromTheme('opacity');
533
- var padding = fromTheme('padding');
534
- var saturate = fromTheme('saturate');
535
- var scale = fromTheme('scale');
536
- var sepia = fromTheme('sepia');
537
- var skew = fromTheme('skew');
538
- var space = fromTheme('space');
539
- var translate = fromTheme('translate');
540
- var getOverscroll = function getOverscroll() {
541
- return ['auto', 'contain', 'none'];
542
- };
543
- var getOverflow = function getOverflow() {
544
- return ['auto', 'hidden', 'clip', 'visible', 'scroll'];
545
- };
546
- var getSpacingWithAutoAndArbitrary = function getSpacingWithAutoAndArbitrary() {
547
- return ['auto', isArbitraryValue, spacing];
548
- };
549
- var getSpacingWithArbitrary = function getSpacingWithArbitrary() {
550
- return [isArbitraryValue, spacing];
551
- };
552
- var getLengthWithEmpty = function getLengthWithEmpty() {
553
- return ['', isLength];
554
- };
555
- var getNumberWithAutoAndArbitrary = function getNumberWithAutoAndArbitrary() {
556
- return ['auto', isNumber, isArbitraryValue];
557
- };
558
- var getPositions = function getPositions() {
559
- return ['bottom', 'center', 'left', 'left-bottom', 'left-top', 'right', 'right-bottom', 'right-top', 'top'];
560
- };
561
- var getLineStyles = function getLineStyles() {
562
- return ['solid', 'dashed', 'dotted', 'double', 'none'];
563
- };
564
- var getBlendModes = function getBlendModes() {
565
- return ['normal', 'multiply', 'screen', 'overlay', 'darken', 'lighten', 'color-dodge', 'color-burn', 'hard-light', 'soft-light', 'difference', 'exclusion', 'hue', 'saturation', 'color', 'luminosity', 'plus-lighter'];
566
- };
567
- var getAlign = function getAlign() {
568
- return ['start', 'end', 'center', 'between', 'around', 'evenly', 'stretch'];
569
- };
570
- var getZeroAndEmpty = function getZeroAndEmpty() {
571
- return ['', '0', isArbitraryValue];
572
- };
573
- var getBreaks = function getBreaks() {
574
- return ['auto', 'avoid', 'all', 'avoid-page', 'page', 'left', 'right', 'column'];
575
- };
576
- var getNumber = function getNumber() {
577
- return [isNumber, isArbitraryNumber];
578
- };
579
- var getNumberAndArbitrary = function getNumberAndArbitrary() {
580
- return [isNumber, isArbitraryValue];
581
- };
582
- return {
583
- cacheSize: 500,
584
- theme: {
585
- colors: [isAny],
586
- spacing: [isLength],
587
- blur: ['none', '', isTshirtSize, isArbitraryValue],
588
- brightness: getNumber(),
589
- borderColor: [colors],
590
- borderRadius: ['none', '', 'full', isTshirtSize, isArbitraryValue],
591
- borderSpacing: getSpacingWithArbitrary(),
592
- borderWidth: getLengthWithEmpty(),
593
- contrast: getNumber(),
594
- grayscale: getZeroAndEmpty(),
595
- hueRotate: getNumberAndArbitrary(),
596
- invert: getZeroAndEmpty(),
597
- gap: getSpacingWithArbitrary(),
598
- gradientColorStops: [colors],
599
- gradientColorStopPositions: [isPercent, isArbitraryLength],
600
- inset: getSpacingWithAutoAndArbitrary(),
601
- margin: getSpacingWithAutoAndArbitrary(),
602
- opacity: getNumber(),
603
- padding: getSpacingWithArbitrary(),
604
- saturate: getNumber(),
605
- scale: getNumber(),
606
- sepia: getZeroAndEmpty(),
607
- skew: getNumberAndArbitrary(),
608
- space: getSpacingWithArbitrary(),
609
- translate: getSpacingWithArbitrary()
610
- },
611
- classGroups: {
612
- // Layout
613
- /**
614
- * Aspect Ratio
615
- * @see https://tailwindcss.com/docs/aspect-ratio
616
- */
617
- aspect: [{
618
- aspect: ['auto', 'square', 'video', isArbitraryValue]
619
- }],
620
- /**
621
- * Container
622
- * @see https://tailwindcss.com/docs/container
623
- */
624
- container: ['container'],
625
- /**
626
- * Columns
627
- * @see https://tailwindcss.com/docs/columns
628
- */
629
- columns: [{
630
- columns: [isTshirtSize]
631
- }],
632
- /**
633
- * Break After
634
- * @see https://tailwindcss.com/docs/break-after
635
- */
636
- 'break-after': [{
637
- 'break-after': getBreaks()
638
- }],
639
- /**
640
- * Break Before
641
- * @see https://tailwindcss.com/docs/break-before
642
- */
643
- 'break-before': [{
644
- 'break-before': getBreaks()
645
- }],
646
- /**
647
- * Break Inside
648
- * @see https://tailwindcss.com/docs/break-inside
649
- */
650
- 'break-inside': [{
651
- 'break-inside': ['auto', 'avoid', 'avoid-page', 'avoid-column']
652
- }],
653
- /**
654
- * Box Decoration Break
655
- * @see https://tailwindcss.com/docs/box-decoration-break
656
- */
657
- 'box-decoration': [{
658
- 'box-decoration': ['slice', 'clone']
659
- }],
660
- /**
661
- * Box Sizing
662
- * @see https://tailwindcss.com/docs/box-sizing
663
- */
664
- box: [{
665
- box: ['border', 'content']
666
- }],
667
- /**
668
- * Display
669
- * @see https://tailwindcss.com/docs/display
670
- */
671
- display: ['block', 'inline-block', 'inline', 'flex', 'inline-flex', 'table', 'inline-table', 'table-caption', 'table-cell', 'table-column', 'table-column-group', 'table-footer-group', 'table-header-group', 'table-row-group', 'table-row', 'flow-root', 'grid', 'inline-grid', 'contents', 'list-item', 'hidden'],
672
- /**
673
- * Floats
674
- * @see https://tailwindcss.com/docs/float
675
- */
676
- "float": [{
677
- "float": ['right', 'left', 'none']
678
- }],
679
- /**
680
- * Clear
681
- * @see https://tailwindcss.com/docs/clear
682
- */
683
- clear: [{
684
- clear: ['left', 'right', 'both', 'none']
685
- }],
686
- /**
687
- * Isolation
688
- * @see https://tailwindcss.com/docs/isolation
689
- */
690
- isolation: ['isolate', 'isolation-auto'],
691
- /**
692
- * Object Fit
693
- * @see https://tailwindcss.com/docs/object-fit
694
- */
695
- 'object-fit': [{
696
- object: ['contain', 'cover', 'fill', 'none', 'scale-down']
697
- }],
698
- /**
699
- * Object Position
700
- * @see https://tailwindcss.com/docs/object-position
701
- */
702
- 'object-position': [{
703
- object: [].concat(getPositions(), [isArbitraryValue])
704
- }],
705
- /**
706
- * Overflow
707
- * @see https://tailwindcss.com/docs/overflow
708
- */
709
- overflow: [{
710
- overflow: getOverflow()
711
- }],
712
- /**
713
- * Overflow X
714
- * @see https://tailwindcss.com/docs/overflow
715
- */
716
- 'overflow-x': [{
717
- 'overflow-x': getOverflow()
718
- }],
719
- /**
720
- * Overflow Y
721
- * @see https://tailwindcss.com/docs/overflow
722
- */
723
- 'overflow-y': [{
724
- 'overflow-y': getOverflow()
725
- }],
726
- /**
727
- * Overscroll Behavior
728
- * @see https://tailwindcss.com/docs/overscroll-behavior
729
- */
730
- overscroll: [{
731
- overscroll: getOverscroll()
732
- }],
733
- /**
734
- * Overscroll Behavior X
735
- * @see https://tailwindcss.com/docs/overscroll-behavior
736
- */
737
- 'overscroll-x': [{
738
- 'overscroll-x': getOverscroll()
739
- }],
740
- /**
741
- * Overscroll Behavior Y
742
- * @see https://tailwindcss.com/docs/overscroll-behavior
743
- */
744
- 'overscroll-y': [{
745
- 'overscroll-y': getOverscroll()
746
- }],
747
- /**
748
- * Position
749
- * @see https://tailwindcss.com/docs/position
750
- */
751
- position: ['static', 'fixed', 'absolute', 'relative', 'sticky'],
752
- /**
753
- * Top / Right / Bottom / Left
754
- * @see https://tailwindcss.com/docs/top-right-bottom-left
755
- */
756
- inset: [{
757
- inset: [inset]
758
- }],
759
- /**
760
- * Right / Left
761
- * @see https://tailwindcss.com/docs/top-right-bottom-left
762
- */
763
- 'inset-x': [{
764
- 'inset-x': [inset]
765
- }],
766
- /**
767
- * Top / Bottom
768
- * @see https://tailwindcss.com/docs/top-right-bottom-left
769
- */
770
- 'inset-y': [{
771
- 'inset-y': [inset]
772
- }],
773
- /**
774
- * Start
775
- * @see https://tailwindcss.com/docs/top-right-bottom-left
776
- */
777
- start: [{
778
- start: [inset]
779
- }],
780
- /**
781
- * End
782
- * @see https://tailwindcss.com/docs/top-right-bottom-left
783
- */
784
- end: [{
785
- end: [inset]
786
- }],
787
- /**
788
- * Top
789
- * @see https://tailwindcss.com/docs/top-right-bottom-left
790
- */
791
- top: [{
792
- top: [inset]
793
- }],
794
- /**
795
- * Right
796
- * @see https://tailwindcss.com/docs/top-right-bottom-left
797
- */
798
- right: [{
799
- right: [inset]
800
- }],
801
- /**
802
- * Bottom
803
- * @see https://tailwindcss.com/docs/top-right-bottom-left
804
- */
805
- bottom: [{
806
- bottom: [inset]
807
- }],
808
- /**
809
- * Left
810
- * @see https://tailwindcss.com/docs/top-right-bottom-left
811
- */
812
- left: [{
813
- left: [inset]
814
- }],
815
- /**
816
- * Visibility
817
- * @see https://tailwindcss.com/docs/visibility
818
- */
819
- visibility: ['visible', 'invisible', 'collapse'],
820
- /**
821
- * Z-Index
822
- * @see https://tailwindcss.com/docs/z-index
823
- */
824
- z: [{
825
- z: ['auto', isInteger]
826
- }],
827
- // Flexbox and Grid
828
- /**
829
- * Flex Basis
830
- * @see https://tailwindcss.com/docs/flex-basis
831
- */
832
- basis: [{
833
- basis: getSpacingWithAutoAndArbitrary()
834
- }],
835
- /**
836
- * Flex Direction
837
- * @see https://tailwindcss.com/docs/flex-direction
838
- */
839
- 'flex-direction': [{
840
- flex: ['row', 'row-reverse', 'col', 'col-reverse']
841
- }],
842
- /**
843
- * Flex Wrap
844
- * @see https://tailwindcss.com/docs/flex-wrap
845
- */
846
- 'flex-wrap': [{
847
- flex: ['wrap', 'wrap-reverse', 'nowrap']
848
- }],
849
- /**
850
- * Flex
851
- * @see https://tailwindcss.com/docs/flex
852
- */
853
- flex: [{
854
- flex: ['1', 'auto', 'initial', 'none', isArbitraryValue]
855
- }],
856
- /**
857
- * Flex Grow
858
- * @see https://tailwindcss.com/docs/flex-grow
859
- */
860
- grow: [{
861
- grow: getZeroAndEmpty()
862
- }],
863
- /**
864
- * Flex Shrink
865
- * @see https://tailwindcss.com/docs/flex-shrink
866
- */
867
- shrink: [{
868
- shrink: getZeroAndEmpty()
869
- }],
870
- /**
871
- * Order
872
- * @see https://tailwindcss.com/docs/order
873
- */
874
- order: [{
875
- order: ['first', 'last', 'none', isInteger]
876
- }],
877
- /**
878
- * Grid Template Columns
879
- * @see https://tailwindcss.com/docs/grid-template-columns
880
- */
881
- 'grid-cols': [{
882
- 'grid-cols': [isAny]
883
- }],
884
- /**
885
- * Grid Column Start / End
886
- * @see https://tailwindcss.com/docs/grid-column
887
- */
888
- 'col-start-end': [{
889
- col: ['auto', {
890
- span: ['full', isInteger]
891
- }, isArbitraryValue]
892
- }],
893
- /**
894
- * Grid Column Start
895
- * @see https://tailwindcss.com/docs/grid-column
896
- */
897
- 'col-start': [{
898
- 'col-start': getNumberWithAutoAndArbitrary()
899
- }],
900
- /**
901
- * Grid Column End
902
- * @see https://tailwindcss.com/docs/grid-column
903
- */
904
- 'col-end': [{
905
- 'col-end': getNumberWithAutoAndArbitrary()
906
- }],
907
- /**
908
- * Grid Template Rows
909
- * @see https://tailwindcss.com/docs/grid-template-rows
910
- */
911
- 'grid-rows': [{
912
- 'grid-rows': [isAny]
913
- }],
914
- /**
915
- * Grid Row Start / End
916
- * @see https://tailwindcss.com/docs/grid-row
917
- */
918
- 'row-start-end': [{
919
- row: ['auto', {
920
- span: [isInteger]
921
- }, isArbitraryValue]
922
- }],
923
- /**
924
- * Grid Row Start
925
- * @see https://tailwindcss.com/docs/grid-row
926
- */
927
- 'row-start': [{
928
- 'row-start': getNumberWithAutoAndArbitrary()
929
- }],
930
- /**
931
- * Grid Row End
932
- * @see https://tailwindcss.com/docs/grid-row
933
- */
934
- 'row-end': [{
935
- 'row-end': getNumberWithAutoAndArbitrary()
936
- }],
937
- /**
938
- * Grid Auto Flow
939
- * @see https://tailwindcss.com/docs/grid-auto-flow
940
- */
941
- 'grid-flow': [{
942
- 'grid-flow': ['row', 'col', 'dense', 'row-dense', 'col-dense']
943
- }],
944
- /**
945
- * Grid Auto Columns
946
- * @see https://tailwindcss.com/docs/grid-auto-columns
947
- */
948
- 'auto-cols': [{
949
- 'auto-cols': ['auto', 'min', 'max', 'fr', isArbitraryValue]
950
- }],
951
- /**
952
- * Grid Auto Rows
953
- * @see https://tailwindcss.com/docs/grid-auto-rows
954
- */
955
- 'auto-rows': [{
956
- 'auto-rows': ['auto', 'min', 'max', 'fr', isArbitraryValue]
957
- }],
958
- /**
959
- * Gap
960
- * @see https://tailwindcss.com/docs/gap
961
- */
962
- gap: [{
963
- gap: [gap]
964
- }],
965
- /**
966
- * Gap X
967
- * @see https://tailwindcss.com/docs/gap
968
- */
969
- 'gap-x': [{
970
- 'gap-x': [gap]
971
- }],
972
- /**
973
- * Gap Y
974
- * @see https://tailwindcss.com/docs/gap
975
- */
976
- 'gap-y': [{
977
- 'gap-y': [gap]
978
- }],
979
- /**
980
- * Justify Content
981
- * @see https://tailwindcss.com/docs/justify-content
982
- */
983
- 'justify-content': [{
984
- justify: ['normal'].concat(getAlign())
985
- }],
986
- /**
987
- * Justify Items
988
- * @see https://tailwindcss.com/docs/justify-items
989
- */
990
- 'justify-items': [{
991
- 'justify-items': ['start', 'end', 'center', 'stretch']
992
- }],
993
- /**
994
- * Justify Self
995
- * @see https://tailwindcss.com/docs/justify-self
996
- */
997
- 'justify-self': [{
998
- 'justify-self': ['auto', 'start', 'end', 'center', 'stretch']
999
- }],
1000
- /**
1001
- * Align Content
1002
- * @see https://tailwindcss.com/docs/align-content
1003
- */
1004
- 'align-content': [{
1005
- content: ['normal'].concat(getAlign(), ['baseline'])
1006
- }],
1007
- /**
1008
- * Align Items
1009
- * @see https://tailwindcss.com/docs/align-items
1010
- */
1011
- 'align-items': [{
1012
- items: ['start', 'end', 'center', 'baseline', 'stretch']
1013
- }],
1014
- /**
1015
- * Align Self
1016
- * @see https://tailwindcss.com/docs/align-self
1017
- */
1018
- 'align-self': [{
1019
- self: ['auto', 'start', 'end', 'center', 'stretch', 'baseline']
1020
- }],
1021
- /**
1022
- * Place Content
1023
- * @see https://tailwindcss.com/docs/place-content
1024
- */
1025
- 'place-content': [{
1026
- 'place-content': [].concat(getAlign(), ['baseline'])
1027
- }],
1028
- /**
1029
- * Place Items
1030
- * @see https://tailwindcss.com/docs/place-items
1031
- */
1032
- 'place-items': [{
1033
- 'place-items': ['start', 'end', 'center', 'baseline', 'stretch']
1034
- }],
1035
- /**
1036
- * Place Self
1037
- * @see https://tailwindcss.com/docs/place-self
1038
- */
1039
- 'place-self': [{
1040
- 'place-self': ['auto', 'start', 'end', 'center', 'stretch']
1041
- }],
1042
- // Spacing
1043
- /**
1044
- * Padding
1045
- * @see https://tailwindcss.com/docs/padding
1046
- */
1047
- p: [{
1048
- p: [padding]
1049
- }],
1050
- /**
1051
- * Padding X
1052
- * @see https://tailwindcss.com/docs/padding
1053
- */
1054
- px: [{
1055
- px: [padding]
1056
- }],
1057
- /**
1058
- * Padding Y
1059
- * @see https://tailwindcss.com/docs/padding
1060
- */
1061
- py: [{
1062
- py: [padding]
1063
- }],
1064
- /**
1065
- * Padding Start
1066
- * @see https://tailwindcss.com/docs/padding
1067
- */
1068
- ps: [{
1069
- ps: [padding]
1070
- }],
1071
- /**
1072
- * Padding End
1073
- * @see https://tailwindcss.com/docs/padding
1074
- */
1075
- pe: [{
1076
- pe: [padding]
1077
- }],
1078
- /**
1079
- * Padding Top
1080
- * @see https://tailwindcss.com/docs/padding
1081
- */
1082
- pt: [{
1083
- pt: [padding]
1084
- }],
1085
- /**
1086
- * Padding Right
1087
- * @see https://tailwindcss.com/docs/padding
1088
- */
1089
- pr: [{
1090
- pr: [padding]
1091
- }],
1092
- /**
1093
- * Padding Bottom
1094
- * @see https://tailwindcss.com/docs/padding
1095
- */
1096
- pb: [{
1097
- pb: [padding]
1098
- }],
1099
- /**
1100
- * Padding Left
1101
- * @see https://tailwindcss.com/docs/padding
1102
- */
1103
- pl: [{
1104
- pl: [padding]
1105
- }],
1106
- /**
1107
- * Margin
1108
- * @see https://tailwindcss.com/docs/margin
1109
- */
1110
- m: [{
1111
- m: [margin]
1112
- }],
1113
- /**
1114
- * Margin X
1115
- * @see https://tailwindcss.com/docs/margin
1116
- */
1117
- mx: [{
1118
- mx: [margin]
1119
- }],
1120
- /**
1121
- * Margin Y
1122
- * @see https://tailwindcss.com/docs/margin
1123
- */
1124
- my: [{
1125
- my: [margin]
1126
- }],
1127
- /**
1128
- * Margin Start
1129
- * @see https://tailwindcss.com/docs/margin
1130
- */
1131
- ms: [{
1132
- ms: [margin]
1133
- }],
1134
- /**
1135
- * Margin End
1136
- * @see https://tailwindcss.com/docs/margin
1137
- */
1138
- me: [{
1139
- me: [margin]
1140
- }],
1141
- /**
1142
- * Margin Top
1143
- * @see https://tailwindcss.com/docs/margin
1144
- */
1145
- mt: [{
1146
- mt: [margin]
1147
- }],
1148
- /**
1149
- * Margin Right
1150
- * @see https://tailwindcss.com/docs/margin
1151
- */
1152
- mr: [{
1153
- mr: [margin]
1154
- }],
1155
- /**
1156
- * Margin Bottom
1157
- * @see https://tailwindcss.com/docs/margin
1158
- */
1159
- mb: [{
1160
- mb: [margin]
1161
- }],
1162
- /**
1163
- * Margin Left
1164
- * @see https://tailwindcss.com/docs/margin
1165
- */
1166
- ml: [{
1167
- ml: [margin]
1168
- }],
1169
- /**
1170
- * Space Between X
1171
- * @see https://tailwindcss.com/docs/space
1172
- */
1173
- 'space-x': [{
1174
- 'space-x': [space]
1175
- }],
1176
- /**
1177
- * Space Between X Reverse
1178
- * @see https://tailwindcss.com/docs/space
1179
- */
1180
- 'space-x-reverse': ['space-x-reverse'],
1181
- /**
1182
- * Space Between Y
1183
- * @see https://tailwindcss.com/docs/space
1184
- */
1185
- 'space-y': [{
1186
- 'space-y': [space]
1187
- }],
1188
- /**
1189
- * Space Between Y Reverse
1190
- * @see https://tailwindcss.com/docs/space
1191
- */
1192
- 'space-y-reverse': ['space-y-reverse'],
1193
- // Sizing
1194
- /**
1195
- * Width
1196
- * @see https://tailwindcss.com/docs/width
1197
- */
1198
- w: [{
1199
- w: ['auto', 'min', 'max', 'fit', isArbitraryValue, spacing]
1200
- }],
1201
- /**
1202
- * Min-Width
1203
- * @see https://tailwindcss.com/docs/min-width
1204
- */
1205
- 'min-w': [{
1206
- 'min-w': ['min', 'max', 'fit', isArbitraryValue, isLength]
1207
- }],
1208
- /**
1209
- * Max-Width
1210
- * @see https://tailwindcss.com/docs/max-width
1211
- */
1212
- 'max-w': [{
1213
- 'max-w': ['0', 'none', 'full', 'min', 'max', 'fit', 'prose', {
1214
- screen: [isTshirtSize]
1215
- }, isTshirtSize, isArbitraryValue]
1216
- }],
1217
- /**
1218
- * Height
1219
- * @see https://tailwindcss.com/docs/height
1220
- */
1221
- h: [{
1222
- h: [isArbitraryValue, spacing, 'auto', 'min', 'max', 'fit']
1223
- }],
1224
- /**
1225
- * Min-Height
1226
- * @see https://tailwindcss.com/docs/min-height
1227
- */
1228
- 'min-h': [{
1229
- 'min-h': ['min', 'max', 'fit', isArbitraryValue, isLength]
1230
- }],
1231
- /**
1232
- * Max-Height
1233
- * @see https://tailwindcss.com/docs/max-height
1234
- */
1235
- 'max-h': [{
1236
- 'max-h': [isArbitraryValue, spacing, 'min', 'max', 'fit']
1237
- }],
1238
- // Typography
1239
- /**
1240
- * Font Size
1241
- * @see https://tailwindcss.com/docs/font-size
1242
- */
1243
- 'font-size': [{
1244
- text: ['base', isTshirtSize, isArbitraryLength]
1245
- }],
1246
- /**
1247
- * Font Smoothing
1248
- * @see https://tailwindcss.com/docs/font-smoothing
1249
- */
1250
- 'font-smoothing': ['antialiased', 'subpixel-antialiased'],
1251
- /**
1252
- * Font Style
1253
- * @see https://tailwindcss.com/docs/font-style
1254
- */
1255
- 'font-style': ['italic', 'not-italic'],
1256
- /**
1257
- * Font Weight
1258
- * @see https://tailwindcss.com/docs/font-weight
1259
- */
1260
- 'font-weight': [{
1261
- font: ['thin', 'extralight', 'light', 'normal', 'medium', 'semibold', 'bold', 'extrabold', 'black', isArbitraryNumber]
1262
- }],
1263
- /**
1264
- * Font Family
1265
- * @see https://tailwindcss.com/docs/font-family
1266
- */
1267
- 'font-family': [{
1268
- font: [isAny]
1269
- }],
1270
- /**
1271
- * Font Variant Numeric
1272
- * @see https://tailwindcss.com/docs/font-variant-numeric
1273
- */
1274
- 'fvn-normal': ['normal-nums'],
1275
- /**
1276
- * Font Variant Numeric
1277
- * @see https://tailwindcss.com/docs/font-variant-numeric
1278
- */
1279
- 'fvn-ordinal': ['ordinal'],
1280
- /**
1281
- * Font Variant Numeric
1282
- * @see https://tailwindcss.com/docs/font-variant-numeric
1283
- */
1284
- 'fvn-slashed-zero': ['slashed-zero'],
1285
- /**
1286
- * Font Variant Numeric
1287
- * @see https://tailwindcss.com/docs/font-variant-numeric
1288
- */
1289
- 'fvn-figure': ['lining-nums', 'oldstyle-nums'],
1290
- /**
1291
- * Font Variant Numeric
1292
- * @see https://tailwindcss.com/docs/font-variant-numeric
1293
- */
1294
- 'fvn-spacing': ['proportional-nums', 'tabular-nums'],
1295
- /**
1296
- * Font Variant Numeric
1297
- * @see https://tailwindcss.com/docs/font-variant-numeric
1298
- */
1299
- 'fvn-fraction': ['diagonal-fractions', 'stacked-fractons'],
1300
- /**
1301
- * Letter Spacing
1302
- * @see https://tailwindcss.com/docs/letter-spacing
1303
- */
1304
- tracking: [{
1305
- tracking: ['tighter', 'tight', 'normal', 'wide', 'wider', 'widest', isArbitraryValue]
1306
- }],
1307
- /**
1308
- * Line Clamp
1309
- * @see https://tailwindcss.com/docs/line-clamp
1310
- */
1311
- 'line-clamp': [{
1312
- 'line-clamp': ['none', isNumber, isArbitraryNumber]
1313
- }],
1314
- /**
1315
- * Line Height
1316
- * @see https://tailwindcss.com/docs/line-height
1317
- */
1318
- leading: [{
1319
- leading: ['none', 'tight', 'snug', 'normal', 'relaxed', 'loose', isArbitraryValue, isLength]
1320
- }],
1321
- /**
1322
- * List Style Image
1323
- * @see https://tailwindcss.com/docs/list-style-image
1324
- */
1325
- 'list-image': [{
1326
- 'list-image': ['none', isArbitraryValue]
1327
- }],
1328
- /**
1329
- * List Style Type
1330
- * @see https://tailwindcss.com/docs/list-style-type
1331
- */
1332
- 'list-style-type': [{
1333
- list: ['none', 'disc', 'decimal', isArbitraryValue]
1334
- }],
1335
- /**
1336
- * List Style Position
1337
- * @see https://tailwindcss.com/docs/list-style-position
1338
- */
1339
- 'list-style-position': [{
1340
- list: ['inside', 'outside']
1341
- }],
1342
- /**
1343
- * Placeholder Color
1344
- * @deprecated since Tailwind CSS v3.0.0
1345
- * @see https://tailwindcss.com/docs/placeholder-color
1346
- */
1347
- 'placeholder-color': [{
1348
- placeholder: [colors]
1349
- }],
1350
- /**
1351
- * Placeholder Opacity
1352
- * @see https://tailwindcss.com/docs/placeholder-opacity
1353
- */
1354
- 'placeholder-opacity': [{
1355
- 'placeholder-opacity': [opacity]
1356
- }],
1357
- /**
1358
- * Text Alignment
1359
- * @see https://tailwindcss.com/docs/text-align
1360
- */
1361
- 'text-alignment': [{
1362
- text: ['left', 'center', 'right', 'justify', 'start', 'end']
1363
- }],
1364
- /**
1365
- * Text Color
1366
- * @see https://tailwindcss.com/docs/text-color
1367
- */
1368
- 'text-color': [{
1369
- text: [colors]
1370
- }],
1371
- /**
1372
- * Text Opacity
1373
- * @see https://tailwindcss.com/docs/text-opacity
1374
- */
1375
- 'text-opacity': [{
1376
- 'text-opacity': [opacity]
1377
- }],
1378
- /**
1379
- * Text Decoration
1380
- * @see https://tailwindcss.com/docs/text-decoration
1381
- */
1382
- 'text-decoration': ['underline', 'overline', 'line-through', 'no-underline'],
1383
- /**
1384
- * Text Decoration Style
1385
- * @see https://tailwindcss.com/docs/text-decoration-style
1386
- */
1387
- 'text-decoration-style': [{
1388
- decoration: [].concat(getLineStyles(), ['wavy'])
1389
- }],
1390
- /**
1391
- * Text Decoration Thickness
1392
- * @see https://tailwindcss.com/docs/text-decoration-thickness
1393
- */
1394
- 'text-decoration-thickness': [{
1395
- decoration: ['auto', 'from-font', isLength]
1396
- }],
1397
- /**
1398
- * Text Underline Offset
1399
- * @see https://tailwindcss.com/docs/text-underline-offset
1400
- */
1401
- 'underline-offset': [{
1402
- 'underline-offset': ['auto', isArbitraryValue, isLength]
1403
- }],
1404
- /**
1405
- * Text Decoration Color
1406
- * @see https://tailwindcss.com/docs/text-decoration-color
1407
- */
1408
- 'text-decoration-color': [{
1409
- decoration: [colors]
1410
- }],
1411
- /**
1412
- * Text Transform
1413
- * @see https://tailwindcss.com/docs/text-transform
1414
- */
1415
- 'text-transform': ['uppercase', 'lowercase', 'capitalize', 'normal-case'],
1416
- /**
1417
- * Text Overflow
1418
- * @see https://tailwindcss.com/docs/text-overflow
1419
- */
1420
- 'text-overflow': ['truncate', 'text-ellipsis', 'text-clip'],
1421
- /**
1422
- * Text Indent
1423
- * @see https://tailwindcss.com/docs/text-indent
1424
- */
1425
- indent: [{
1426
- indent: getSpacingWithArbitrary()
1427
- }],
1428
- /**
1429
- * Vertical Alignment
1430
- * @see https://tailwindcss.com/docs/vertical-align
1431
- */
1432
- 'vertical-align': [{
1433
- align: ['baseline', 'top', 'middle', 'bottom', 'text-top', 'text-bottom', 'sub', 'super', isArbitraryValue]
1434
- }],
1435
- /**
1436
- * Whitespace
1437
- * @see https://tailwindcss.com/docs/whitespace
1438
- */
1439
- whitespace: [{
1440
- whitespace: ['normal', 'nowrap', 'pre', 'pre-line', 'pre-wrap', 'break-spaces']
1441
- }],
1442
- /**
1443
- * Word Break
1444
- * @see https://tailwindcss.com/docs/word-break
1445
- */
1446
- "break": [{
1447
- "break": ['normal', 'words', 'all', 'keep']
1448
- }],
1449
- /**
1450
- * Hyphens
1451
- * @see https://tailwindcss.com/docs/hyphens
1452
- */
1453
- hyphens: [{
1454
- hyphens: ['none', 'manual', 'auto']
1455
- }],
1456
- /**
1457
- * Content
1458
- * @see https://tailwindcss.com/docs/content
1459
- */
1460
- content: [{
1461
- content: ['none', isArbitraryValue]
1462
- }],
1463
- // Backgrounds
1464
- /**
1465
- * Background Attachment
1466
- * @see https://tailwindcss.com/docs/background-attachment
1467
- */
1468
- 'bg-attachment': [{
1469
- bg: ['fixed', 'local', 'scroll']
1470
- }],
1471
- /**
1472
- * Background Clip
1473
- * @see https://tailwindcss.com/docs/background-clip
1474
- */
1475
- 'bg-clip': [{
1476
- 'bg-clip': ['border', 'padding', 'content', 'text']
1477
- }],
1478
- /**
1479
- * Background Opacity
1480
- * @deprecated since Tailwind CSS v3.0.0
1481
- * @see https://tailwindcss.com/docs/background-opacity
1482
- */
1483
- 'bg-opacity': [{
1484
- 'bg-opacity': [opacity]
1485
- }],
1486
- /**
1487
- * Background Origin
1488
- * @see https://tailwindcss.com/docs/background-origin
1489
- */
1490
- 'bg-origin': [{
1491
- 'bg-origin': ['border', 'padding', 'content']
1492
- }],
1493
- /**
1494
- * Background Position
1495
- * @see https://tailwindcss.com/docs/background-position
1496
- */
1497
- 'bg-position': [{
1498
- bg: [].concat(getPositions(), [isArbitraryPosition])
1499
- }],
1500
- /**
1501
- * Background Repeat
1502
- * @see https://tailwindcss.com/docs/background-repeat
1503
- */
1504
- 'bg-repeat': [{
1505
- bg: ['no-repeat', {
1506
- repeat: ['', 'x', 'y', 'round', 'space']
1507
- }]
1508
- }],
1509
- /**
1510
- * Background Size
1511
- * @see https://tailwindcss.com/docs/background-size
1512
- */
1513
- 'bg-size': [{
1514
- bg: ['auto', 'cover', 'contain', isArbitrarySize]
1515
- }],
1516
- /**
1517
- * Background Image
1518
- * @see https://tailwindcss.com/docs/background-image
1519
- */
1520
- 'bg-image': [{
1521
- bg: ['none', {
1522
- 'gradient-to': ['t', 'tr', 'r', 'br', 'b', 'bl', 'l', 'tl']
1523
- }, isArbitraryUrl]
1524
- }],
1525
- /**
1526
- * Background Color
1527
- * @see https://tailwindcss.com/docs/background-color
1528
- */
1529
- 'bg-color': [{
1530
- bg: [colors]
1531
- }],
1532
- /**
1533
- * Gradient Color Stops From Position
1534
- * @see https://tailwindcss.com/docs/gradient-color-stops
1535
- */
1536
- 'gradient-from-pos': [{
1537
- from: [gradientColorStopPositions]
1538
- }],
1539
- /**
1540
- * Gradient Color Stops Via Position
1541
- * @see https://tailwindcss.com/docs/gradient-color-stops
1542
- */
1543
- 'gradient-via-pos': [{
1544
- via: [gradientColorStopPositions]
1545
- }],
1546
- /**
1547
- * Gradient Color Stops To Position
1548
- * @see https://tailwindcss.com/docs/gradient-color-stops
1549
- */
1550
- 'gradient-to-pos': [{
1551
- to: [gradientColorStopPositions]
1552
- }],
1553
- /**
1554
- * Gradient Color Stops From
1555
- * @see https://tailwindcss.com/docs/gradient-color-stops
1556
- */
1557
- 'gradient-from': [{
1558
- from: [gradientColorStops]
1559
- }],
1560
- /**
1561
- * Gradient Color Stops Via
1562
- * @see https://tailwindcss.com/docs/gradient-color-stops
1563
- */
1564
- 'gradient-via': [{
1565
- via: [gradientColorStops]
1566
- }],
1567
- /**
1568
- * Gradient Color Stops To
1569
- * @see https://tailwindcss.com/docs/gradient-color-stops
1570
- */
1571
- 'gradient-to': [{
1572
- to: [gradientColorStops]
1573
- }],
1574
- // Borders
1575
- /**
1576
- * Border Radius
1577
- * @see https://tailwindcss.com/docs/border-radius
1578
- */
1579
- rounded: [{
1580
- rounded: [borderRadius]
1581
- }],
1582
- /**
1583
- * Border Radius Start
1584
- * @see https://tailwindcss.com/docs/border-radius
1585
- */
1586
- 'rounded-s': [{
1587
- 'rounded-s': [borderRadius]
1588
- }],
1589
- /**
1590
- * Border Radius End
1591
- * @see https://tailwindcss.com/docs/border-radius
1592
- */
1593
- 'rounded-e': [{
1594
- 'rounded-e': [borderRadius]
1595
- }],
1596
- /**
1597
- * Border Radius Top
1598
- * @see https://tailwindcss.com/docs/border-radius
1599
- */
1600
- 'rounded-t': [{
1601
- 'rounded-t': [borderRadius]
1602
- }],
1603
- /**
1604
- * Border Radius Right
1605
- * @see https://tailwindcss.com/docs/border-radius
1606
- */
1607
- 'rounded-r': [{
1608
- 'rounded-r': [borderRadius]
1609
- }],
1610
- /**
1611
- * Border Radius Bottom
1612
- * @see https://tailwindcss.com/docs/border-radius
1613
- */
1614
- 'rounded-b': [{
1615
- 'rounded-b': [borderRadius]
1616
- }],
1617
- /**
1618
- * Border Radius Left
1619
- * @see https://tailwindcss.com/docs/border-radius
1620
- */
1621
- 'rounded-l': [{
1622
- 'rounded-l': [borderRadius]
1623
- }],
1624
- /**
1625
- * Border Radius Start Start
1626
- * @see https://tailwindcss.com/docs/border-radius
1627
- */
1628
- 'rounded-ss': [{
1629
- 'rounded-ss': [borderRadius]
1630
- }],
1631
- /**
1632
- * Border Radius Start End
1633
- * @see https://tailwindcss.com/docs/border-radius
1634
- */
1635
- 'rounded-se': [{
1636
- 'rounded-se': [borderRadius]
1637
- }],
1638
- /**
1639
- * Border Radius End End
1640
- * @see https://tailwindcss.com/docs/border-radius
1641
- */
1642
- 'rounded-ee': [{
1643
- 'rounded-ee': [borderRadius]
1644
- }],
1645
- /**
1646
- * Border Radius End Start
1647
- * @see https://tailwindcss.com/docs/border-radius
1648
- */
1649
- 'rounded-es': [{
1650
- 'rounded-es': [borderRadius]
1651
- }],
1652
- /**
1653
- * Border Radius Top Left
1654
- * @see https://tailwindcss.com/docs/border-radius
1655
- */
1656
- 'rounded-tl': [{
1657
- 'rounded-tl': [borderRadius]
1658
- }],
1659
- /**
1660
- * Border Radius Top Right
1661
- * @see https://tailwindcss.com/docs/border-radius
1662
- */
1663
- 'rounded-tr': [{
1664
- 'rounded-tr': [borderRadius]
1665
- }],
1666
- /**
1667
- * Border Radius Bottom Right
1668
- * @see https://tailwindcss.com/docs/border-radius
1669
- */
1670
- 'rounded-br': [{
1671
- 'rounded-br': [borderRadius]
1672
- }],
1673
- /**
1674
- * Border Radius Bottom Left
1675
- * @see https://tailwindcss.com/docs/border-radius
1676
- */
1677
- 'rounded-bl': [{
1678
- 'rounded-bl': [borderRadius]
1679
- }],
1680
- /**
1681
- * Border Width
1682
- * @see https://tailwindcss.com/docs/border-width
1683
- */
1684
- 'border-w': [{
1685
- border: [borderWidth]
1686
- }],
1687
- /**
1688
- * Border Width X
1689
- * @see https://tailwindcss.com/docs/border-width
1690
- */
1691
- 'border-w-x': [{
1692
- 'border-x': [borderWidth]
1693
- }],
1694
- /**
1695
- * Border Width Y
1696
- * @see https://tailwindcss.com/docs/border-width
1697
- */
1698
- 'border-w-y': [{
1699
- 'border-y': [borderWidth]
1700
- }],
1701
- /**
1702
- * Border Width Start
1703
- * @see https://tailwindcss.com/docs/border-width
1704
- */
1705
- 'border-w-s': [{
1706
- 'border-s': [borderWidth]
1707
- }],
1708
- /**
1709
- * Border Width End
1710
- * @see https://tailwindcss.com/docs/border-width
1711
- */
1712
- 'border-w-e': [{
1713
- 'border-e': [borderWidth]
1714
- }],
1715
- /**
1716
- * Border Width Top
1717
- * @see https://tailwindcss.com/docs/border-width
1718
- */
1719
- 'border-w-t': [{
1720
- 'border-t': [borderWidth]
1721
- }],
1722
- /**
1723
- * Border Width Right
1724
- * @see https://tailwindcss.com/docs/border-width
1725
- */
1726
- 'border-w-r': [{
1727
- 'border-r': [borderWidth]
1728
- }],
1729
- /**
1730
- * Border Width Bottom
1731
- * @see https://tailwindcss.com/docs/border-width
1732
- */
1733
- 'border-w-b': [{
1734
- 'border-b': [borderWidth]
1735
- }],
1736
- /**
1737
- * Border Width Left
1738
- * @see https://tailwindcss.com/docs/border-width
1739
- */
1740
- 'border-w-l': [{
1741
- 'border-l': [borderWidth]
1742
- }],
1743
- /**
1744
- * Border Opacity
1745
- * @see https://tailwindcss.com/docs/border-opacity
1746
- */
1747
- 'border-opacity': [{
1748
- 'border-opacity': [opacity]
1749
- }],
1750
- /**
1751
- * Border Style
1752
- * @see https://tailwindcss.com/docs/border-style
1753
- */
1754
- 'border-style': [{
1755
- border: [].concat(getLineStyles(), ['hidden'])
1756
- }],
1757
- /**
1758
- * Divide Width X
1759
- * @see https://tailwindcss.com/docs/divide-width
1760
- */
1761
- 'divide-x': [{
1762
- 'divide-x': [borderWidth]
1763
- }],
1764
- /**
1765
- * Divide Width X Reverse
1766
- * @see https://tailwindcss.com/docs/divide-width
1767
- */
1768
- 'divide-x-reverse': ['divide-x-reverse'],
1769
- /**
1770
- * Divide Width Y
1771
- * @see https://tailwindcss.com/docs/divide-width
1772
- */
1773
- 'divide-y': [{
1774
- 'divide-y': [borderWidth]
1775
- }],
1776
- /**
1777
- * Divide Width Y Reverse
1778
- * @see https://tailwindcss.com/docs/divide-width
1779
- */
1780
- 'divide-y-reverse': ['divide-y-reverse'],
1781
- /**
1782
- * Divide Opacity
1783
- * @see https://tailwindcss.com/docs/divide-opacity
1784
- */
1785
- 'divide-opacity': [{
1786
- 'divide-opacity': [opacity]
1787
- }],
1788
- /**
1789
- * Divide Style
1790
- * @see https://tailwindcss.com/docs/divide-style
1791
- */
1792
- 'divide-style': [{
1793
- divide: getLineStyles()
1794
- }],
1795
- /**
1796
- * Border Color
1797
- * @see https://tailwindcss.com/docs/border-color
1798
- */
1799
- 'border-color': [{
1800
- border: [borderColor]
1801
- }],
1802
- /**
1803
- * Border Color X
1804
- * @see https://tailwindcss.com/docs/border-color
1805
- */
1806
- 'border-color-x': [{
1807
- 'border-x': [borderColor]
1808
- }],
1809
- /**
1810
- * Border Color Y
1811
- * @see https://tailwindcss.com/docs/border-color
1812
- */
1813
- 'border-color-y': [{
1814
- 'border-y': [borderColor]
1815
- }],
1816
- /**
1817
- * Border Color Top
1818
- * @see https://tailwindcss.com/docs/border-color
1819
- */
1820
- 'border-color-t': [{
1821
- 'border-t': [borderColor]
1822
- }],
1823
- /**
1824
- * Border Color Right
1825
- * @see https://tailwindcss.com/docs/border-color
1826
- */
1827
- 'border-color-r': [{
1828
- 'border-r': [borderColor]
1829
- }],
1830
- /**
1831
- * Border Color Bottom
1832
- * @see https://tailwindcss.com/docs/border-color
1833
- */
1834
- 'border-color-b': [{
1835
- 'border-b': [borderColor]
1836
- }],
1837
- /**
1838
- * Border Color Left
1839
- * @see https://tailwindcss.com/docs/border-color
1840
- */
1841
- 'border-color-l': [{
1842
- 'border-l': [borderColor]
1843
- }],
1844
- /**
1845
- * Divide Color
1846
- * @see https://tailwindcss.com/docs/divide-color
1847
- */
1848
- 'divide-color': [{
1849
- divide: [borderColor]
1850
- }],
1851
- /**
1852
- * Outline Style
1853
- * @see https://tailwindcss.com/docs/outline-style
1854
- */
1855
- 'outline-style': [{
1856
- outline: [''].concat(getLineStyles())
1857
- }],
1858
- /**
1859
- * Outline Offset
1860
- * @see https://tailwindcss.com/docs/outline-offset
1861
- */
1862
- 'outline-offset': [{
1863
- 'outline-offset': [isArbitraryValue, isLength]
1864
- }],
1865
- /**
1866
- * Outline Width
1867
- * @see https://tailwindcss.com/docs/outline-width
1868
- */
1869
- 'outline-w': [{
1870
- outline: [isLength]
1871
- }],
1872
- /**
1873
- * Outline Color
1874
- * @see https://tailwindcss.com/docs/outline-color
1875
- */
1876
- 'outline-color': [{
1877
- outline: [colors]
1878
- }],
1879
- /**
1880
- * Ring Width
1881
- * @see https://tailwindcss.com/docs/ring-width
1882
- */
1883
- 'ring-w': [{
1884
- ring: getLengthWithEmpty()
1885
- }],
1886
- /**
1887
- * Ring Width Inset
1888
- * @see https://tailwindcss.com/docs/ring-width
1889
- */
1890
- 'ring-w-inset': ['ring-inset'],
1891
- /**
1892
- * Ring Color
1893
- * @see https://tailwindcss.com/docs/ring-color
1894
- */
1895
- 'ring-color': [{
1896
- ring: [colors]
1897
- }],
1898
- /**
1899
- * Ring Opacity
1900
- * @see https://tailwindcss.com/docs/ring-opacity
1901
- */
1902
- 'ring-opacity': [{
1903
- 'ring-opacity': [opacity]
1904
- }],
1905
- /**
1906
- * Ring Offset Width
1907
- * @see https://tailwindcss.com/docs/ring-offset-width
1908
- */
1909
- 'ring-offset-w': [{
1910
- 'ring-offset': [isLength]
1911
- }],
1912
- /**
1913
- * Ring Offset Color
1914
- * @see https://tailwindcss.com/docs/ring-offset-color
1915
- */
1916
- 'ring-offset-color': [{
1917
- 'ring-offset': [colors]
1918
- }],
1919
- // Effects
1920
- /**
1921
- * Box Shadow
1922
- * @see https://tailwindcss.com/docs/box-shadow
1923
- */
1924
- shadow: [{
1925
- shadow: ['', 'inner', 'none', isTshirtSize, isArbitraryShadow]
1926
- }],
1927
- /**
1928
- * Box Shadow Color
1929
- * @see https://tailwindcss.com/docs/box-shadow-color
1930
- */
1931
- 'shadow-color': [{
1932
- shadow: [isAny]
1933
- }],
1934
- /**
1935
- * Opacity
1936
- * @see https://tailwindcss.com/docs/opacity
1937
- */
1938
- opacity: [{
1939
- opacity: [opacity]
1940
- }],
1941
- /**
1942
- * Mix Blend Mode
1943
- * @see https://tailwindcss.com/docs/mix-blend-mode
1944
- */
1945
- 'mix-blend': [{
1946
- 'mix-blend': getBlendModes()
1947
- }],
1948
- /**
1949
- * Background Blend Mode
1950
- * @see https://tailwindcss.com/docs/background-blend-mode
1951
- */
1952
- 'bg-blend': [{
1953
- 'bg-blend': getBlendModes()
1954
- }],
1955
- // Filters
1956
- /**
1957
- * Filter
1958
- * @deprecated since Tailwind CSS v3.0.0
1959
- * @see https://tailwindcss.com/docs/filter
1960
- */
1961
- filter: [{
1962
- filter: ['', 'none']
1963
- }],
1964
- /**
1965
- * Blur
1966
- * @see https://tailwindcss.com/docs/blur
1967
- */
1968
- blur: [{
1969
- blur: [blur]
1970
- }],
1971
- /**
1972
- * Brightness
1973
- * @see https://tailwindcss.com/docs/brightness
1974
- */
1975
- brightness: [{
1976
- brightness: [brightness]
1977
- }],
1978
- /**
1979
- * Contrast
1980
- * @see https://tailwindcss.com/docs/contrast
1981
- */
1982
- contrast: [{
1983
- contrast: [contrast]
1984
- }],
1985
- /**
1986
- * Drop Shadow
1987
- * @see https://tailwindcss.com/docs/drop-shadow
1988
- */
1989
- 'drop-shadow': [{
1990
- 'drop-shadow': ['', 'none', isTshirtSize, isArbitraryValue]
1991
- }],
1992
- /**
1993
- * Grayscale
1994
- * @see https://tailwindcss.com/docs/grayscale
1995
- */
1996
- grayscale: [{
1997
- grayscale: [grayscale]
1998
- }],
1999
- /**
2000
- * Hue Rotate
2001
- * @see https://tailwindcss.com/docs/hue-rotate
2002
- */
2003
- 'hue-rotate': [{
2004
- 'hue-rotate': [hueRotate]
2005
- }],
2006
- /**
2007
- * Invert
2008
- * @see https://tailwindcss.com/docs/invert
2009
- */
2010
- invert: [{
2011
- invert: [invert]
2012
- }],
2013
- /**
2014
- * Saturate
2015
- * @see https://tailwindcss.com/docs/saturate
2016
- */
2017
- saturate: [{
2018
- saturate: [saturate]
2019
- }],
2020
- /**
2021
- * Sepia
2022
- * @see https://tailwindcss.com/docs/sepia
2023
- */
2024
- sepia: [{
2025
- sepia: [sepia]
2026
- }],
2027
- /**
2028
- * Backdrop Filter
2029
- * @deprecated since Tailwind CSS v3.0.0
2030
- * @see https://tailwindcss.com/docs/backdrop-filter
2031
- */
2032
- 'backdrop-filter': [{
2033
- 'backdrop-filter': ['', 'none']
2034
- }],
2035
- /**
2036
- * Backdrop Blur
2037
- * @see https://tailwindcss.com/docs/backdrop-blur
2038
- */
2039
- 'backdrop-blur': [{
2040
- 'backdrop-blur': [blur]
2041
- }],
2042
- /**
2043
- * Backdrop Brightness
2044
- * @see https://tailwindcss.com/docs/backdrop-brightness
2045
- */
2046
- 'backdrop-brightness': [{
2047
- 'backdrop-brightness': [brightness]
2048
- }],
2049
- /**
2050
- * Backdrop Contrast
2051
- * @see https://tailwindcss.com/docs/backdrop-contrast
2052
- */
2053
- 'backdrop-contrast': [{
2054
- 'backdrop-contrast': [contrast]
2055
- }],
2056
- /**
2057
- * Backdrop Grayscale
2058
- * @see https://tailwindcss.com/docs/backdrop-grayscale
2059
- */
2060
- 'backdrop-grayscale': [{
2061
- 'backdrop-grayscale': [grayscale]
2062
- }],
2063
- /**
2064
- * Backdrop Hue Rotate
2065
- * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2066
- */
2067
- 'backdrop-hue-rotate': [{
2068
- 'backdrop-hue-rotate': [hueRotate]
2069
- }],
2070
- /**
2071
- * Backdrop Invert
2072
- * @see https://tailwindcss.com/docs/backdrop-invert
2073
- */
2074
- 'backdrop-invert': [{
2075
- 'backdrop-invert': [invert]
2076
- }],
2077
- /**
2078
- * Backdrop Opacity
2079
- * @see https://tailwindcss.com/docs/backdrop-opacity
2080
- */
2081
- 'backdrop-opacity': [{
2082
- 'backdrop-opacity': [opacity]
2083
- }],
2084
- /**
2085
- * Backdrop Saturate
2086
- * @see https://tailwindcss.com/docs/backdrop-saturate
2087
- */
2088
- 'backdrop-saturate': [{
2089
- 'backdrop-saturate': [saturate]
2090
- }],
2091
- /**
2092
- * Backdrop Sepia
2093
- * @see https://tailwindcss.com/docs/backdrop-sepia
2094
- */
2095
- 'backdrop-sepia': [{
2096
- 'backdrop-sepia': [sepia]
2097
- }],
2098
- // Tables
2099
- /**
2100
- * Border Collapse
2101
- * @see https://tailwindcss.com/docs/border-collapse
2102
- */
2103
- 'border-collapse': [{
2104
- border: ['collapse', 'separate']
2105
- }],
2106
- /**
2107
- * Border Spacing
2108
- * @see https://tailwindcss.com/docs/border-spacing
2109
- */
2110
- 'border-spacing': [{
2111
- 'border-spacing': [borderSpacing]
2112
- }],
2113
- /**
2114
- * Border Spacing X
2115
- * @see https://tailwindcss.com/docs/border-spacing
2116
- */
2117
- 'border-spacing-x': [{
2118
- 'border-spacing-x': [borderSpacing]
2119
- }],
2120
- /**
2121
- * Border Spacing Y
2122
- * @see https://tailwindcss.com/docs/border-spacing
2123
- */
2124
- 'border-spacing-y': [{
2125
- 'border-spacing-y': [borderSpacing]
2126
- }],
2127
- /**
2128
- * Table Layout
2129
- * @see https://tailwindcss.com/docs/table-layout
2130
- */
2131
- 'table-layout': [{
2132
- table: ['auto', 'fixed']
2133
- }],
2134
- /**
2135
- * Caption Side
2136
- * @see https://tailwindcss.com/docs/caption-side
2137
- */
2138
- caption: [{
2139
- caption: ['top', 'bottom']
2140
- }],
2141
- // Transitions and Animation
2142
- /**
2143
- * Tranisition Property
2144
- * @see https://tailwindcss.com/docs/transition-property
2145
- */
2146
- transition: [{
2147
- transition: ['none', 'all', '', 'colors', 'opacity', 'shadow', 'transform', isArbitraryValue]
2148
- }],
2149
- /**
2150
- * Transition Duration
2151
- * @see https://tailwindcss.com/docs/transition-duration
2152
- */
2153
- duration: [{
2154
- duration: getNumberAndArbitrary()
2155
- }],
2156
- /**
2157
- * Transition Timing Function
2158
- * @see https://tailwindcss.com/docs/transition-timing-function
2159
- */
2160
- ease: [{
2161
- ease: ['linear', 'in', 'out', 'in-out', isArbitraryValue]
2162
- }],
2163
- /**
2164
- * Transition Delay
2165
- * @see https://tailwindcss.com/docs/transition-delay
2166
- */
2167
- delay: [{
2168
- delay: getNumberAndArbitrary()
2169
- }],
2170
- /**
2171
- * Animation
2172
- * @see https://tailwindcss.com/docs/animation
2173
- */
2174
- animate: [{
2175
- animate: ['none', 'spin', 'ping', 'pulse', 'bounce', isArbitraryValue]
2176
- }],
2177
- // Transforms
2178
- /**
2179
- * Transform
2180
- * @see https://tailwindcss.com/docs/transform
2181
- */
2182
- transform: [{
2183
- transform: ['', 'gpu', 'none']
2184
- }],
2185
- /**
2186
- * Scale
2187
- * @see https://tailwindcss.com/docs/scale
2188
- */
2189
- scale: [{
2190
- scale: [scale]
2191
- }],
2192
- /**
2193
- * Scale X
2194
- * @see https://tailwindcss.com/docs/scale
2195
- */
2196
- 'scale-x': [{
2197
- 'scale-x': [scale]
2198
- }],
2199
- /**
2200
- * Scale Y
2201
- * @see https://tailwindcss.com/docs/scale
2202
- */
2203
- 'scale-y': [{
2204
- 'scale-y': [scale]
2205
- }],
2206
- /**
2207
- * Rotate
2208
- * @see https://tailwindcss.com/docs/rotate
2209
- */
2210
- rotate: [{
2211
- rotate: [isInteger, isArbitraryValue]
2212
- }],
2213
- /**
2214
- * Translate X
2215
- * @see https://tailwindcss.com/docs/translate
2216
- */
2217
- 'translate-x': [{
2218
- 'translate-x': [translate]
2219
- }],
2220
- /**
2221
- * Translate Y
2222
- * @see https://tailwindcss.com/docs/translate
2223
- */
2224
- 'translate-y': [{
2225
- 'translate-y': [translate]
2226
- }],
2227
- /**
2228
- * Skew X
2229
- * @see https://tailwindcss.com/docs/skew
2230
- */
2231
- 'skew-x': [{
2232
- 'skew-x': [skew]
2233
- }],
2234
- /**
2235
- * Skew Y
2236
- * @see https://tailwindcss.com/docs/skew
2237
- */
2238
- 'skew-y': [{
2239
- 'skew-y': [skew]
2240
- }],
2241
- /**
2242
- * Transform Origin
2243
- * @see https://tailwindcss.com/docs/transform-origin
2244
- */
2245
- 'transform-origin': [{
2246
- origin: ['center', 'top', 'top-right', 'right', 'bottom-right', 'bottom', 'bottom-left', 'left', 'top-left', isArbitraryValue]
2247
- }],
2248
- // Interactivity
2249
- /**
2250
- * Accent Color
2251
- * @see https://tailwindcss.com/docs/accent-color
2252
- */
2253
- accent: [{
2254
- accent: ['auto', colors]
2255
- }],
2256
- /**
2257
- * Appearance
2258
- * @see https://tailwindcss.com/docs/appearance
2259
- */
2260
- appearance: ['appearance-none'],
2261
- /**
2262
- * Cursor
2263
- * @see https://tailwindcss.com/docs/cursor
2264
- */
2265
- cursor: [{
2266
- cursor: ['auto', 'default', 'pointer', 'wait', 'text', 'move', 'help', 'not-allowed', 'none', 'context-menu', 'progress', 'cell', 'crosshair', 'vertical-text', 'alias', 'copy', 'no-drop', 'grab', 'grabbing', 'all-scroll', 'col-resize', 'row-resize', 'n-resize', 'e-resize', 's-resize', 'w-resize', 'ne-resize', 'nw-resize', 'se-resize', 'sw-resize', 'ew-resize', 'ns-resize', 'nesw-resize', 'nwse-resize', 'zoom-in', 'zoom-out', isArbitraryValue]
2267
- }],
2268
- /**
2269
- * Caret Color
2270
- * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2271
- */
2272
- 'caret-color': [{
2273
- caret: [colors]
2274
- }],
2275
- /**
2276
- * Pointer Events
2277
- * @see https://tailwindcss.com/docs/pointer-events
2278
- */
2279
- 'pointer-events': [{
2280
- 'pointer-events': ['none', 'auto']
2281
- }],
2282
- /**
2283
- * Resize
2284
- * @see https://tailwindcss.com/docs/resize
2285
- */
2286
- resize: [{
2287
- resize: ['none', 'y', 'x', '']
2288
- }],
2289
- /**
2290
- * Scroll Behavior
2291
- * @see https://tailwindcss.com/docs/scroll-behavior
2292
- */
2293
- 'scroll-behavior': [{
2294
- scroll: ['auto', 'smooth']
2295
- }],
2296
- /**
2297
- * Scroll Margin
2298
- * @see https://tailwindcss.com/docs/scroll-margin
2299
- */
2300
- 'scroll-m': [{
2301
- 'scroll-m': getSpacingWithArbitrary()
2302
- }],
2303
- /**
2304
- * Scroll Margin X
2305
- * @see https://tailwindcss.com/docs/scroll-margin
2306
- */
2307
- 'scroll-mx': [{
2308
- 'scroll-mx': getSpacingWithArbitrary()
2309
- }],
2310
- /**
2311
- * Scroll Margin Y
2312
- * @see https://tailwindcss.com/docs/scroll-margin
2313
- */
2314
- 'scroll-my': [{
2315
- 'scroll-my': getSpacingWithArbitrary()
2316
- }],
2317
- /**
2318
- * Scroll Margin Start
2319
- * @see https://tailwindcss.com/docs/scroll-margin
2320
- */
2321
- 'scroll-ms': [{
2322
- 'scroll-ms': getSpacingWithArbitrary()
2323
- }],
2324
- /**
2325
- * Scroll Margin End
2326
- * @see https://tailwindcss.com/docs/scroll-margin
2327
- */
2328
- 'scroll-me': [{
2329
- 'scroll-me': getSpacingWithArbitrary()
2330
- }],
2331
- /**
2332
- * Scroll Margin Top
2333
- * @see https://tailwindcss.com/docs/scroll-margin
2334
- */
2335
- 'scroll-mt': [{
2336
- 'scroll-mt': getSpacingWithArbitrary()
2337
- }],
2338
- /**
2339
- * Scroll Margin Right
2340
- * @see https://tailwindcss.com/docs/scroll-margin
2341
- */
2342
- 'scroll-mr': [{
2343
- 'scroll-mr': getSpacingWithArbitrary()
2344
- }],
2345
- /**
2346
- * Scroll Margin Bottom
2347
- * @see https://tailwindcss.com/docs/scroll-margin
2348
- */
2349
- 'scroll-mb': [{
2350
- 'scroll-mb': getSpacingWithArbitrary()
2351
- }],
2352
- /**
2353
- * Scroll Margin Left
2354
- * @see https://tailwindcss.com/docs/scroll-margin
2355
- */
2356
- 'scroll-ml': [{
2357
- 'scroll-ml': getSpacingWithArbitrary()
2358
- }],
2359
- /**
2360
- * Scroll Padding
2361
- * @see https://tailwindcss.com/docs/scroll-padding
2362
- */
2363
- 'scroll-p': [{
2364
- 'scroll-p': getSpacingWithArbitrary()
2365
- }],
2366
- /**
2367
- * Scroll Padding X
2368
- * @see https://tailwindcss.com/docs/scroll-padding
2369
- */
2370
- 'scroll-px': [{
2371
- 'scroll-px': getSpacingWithArbitrary()
2372
- }],
2373
- /**
2374
- * Scroll Padding Y
2375
- * @see https://tailwindcss.com/docs/scroll-padding
2376
- */
2377
- 'scroll-py': [{
2378
- 'scroll-py': getSpacingWithArbitrary()
2379
- }],
2380
- /**
2381
- * Scroll Padding Start
2382
- * @see https://tailwindcss.com/docs/scroll-padding
2383
- */
2384
- 'scroll-ps': [{
2385
- 'scroll-ps': getSpacingWithArbitrary()
2386
- }],
2387
- /**
2388
- * Scroll Padding End
2389
- * @see https://tailwindcss.com/docs/scroll-padding
2390
- */
2391
- 'scroll-pe': [{
2392
- 'scroll-pe': getSpacingWithArbitrary()
2393
- }],
2394
- /**
2395
- * Scroll Padding Top
2396
- * @see https://tailwindcss.com/docs/scroll-padding
2397
- */
2398
- 'scroll-pt': [{
2399
- 'scroll-pt': getSpacingWithArbitrary()
2400
- }],
2401
- /**
2402
- * Scroll Padding Right
2403
- * @see https://tailwindcss.com/docs/scroll-padding
2404
- */
2405
- 'scroll-pr': [{
2406
- 'scroll-pr': getSpacingWithArbitrary()
2407
- }],
2408
- /**
2409
- * Scroll Padding Bottom
2410
- * @see https://tailwindcss.com/docs/scroll-padding
2411
- */
2412
- 'scroll-pb': [{
2413
- 'scroll-pb': getSpacingWithArbitrary()
2414
- }],
2415
- /**
2416
- * Scroll Padding Left
2417
- * @see https://tailwindcss.com/docs/scroll-padding
2418
- */
2419
- 'scroll-pl': [{
2420
- 'scroll-pl': getSpacingWithArbitrary()
2421
- }],
2422
- /**
2423
- * Scroll Snap Align
2424
- * @see https://tailwindcss.com/docs/scroll-snap-align
2425
- */
2426
- 'snap-align': [{
2427
- snap: ['start', 'end', 'center', 'align-none']
2428
- }],
2429
- /**
2430
- * Scroll Snap Stop
2431
- * @see https://tailwindcss.com/docs/scroll-snap-stop
2432
- */
2433
- 'snap-stop': [{
2434
- snap: ['normal', 'always']
2435
- }],
2436
- /**
2437
- * Scroll Snap Type
2438
- * @see https://tailwindcss.com/docs/scroll-snap-type
2439
- */
2440
- 'snap-type': [{
2441
- snap: ['none', 'x', 'y', 'both']
2442
- }],
2443
- /**
2444
- * Scroll Snap Type Strictness
2445
- * @see https://tailwindcss.com/docs/scroll-snap-type
2446
- */
2447
- 'snap-strictness': [{
2448
- snap: ['mandatory', 'proximity']
2449
- }],
2450
- /**
2451
- * Touch Action
2452
- * @see https://tailwindcss.com/docs/touch-action
2453
- */
2454
- touch: [{
2455
- touch: ['auto', 'none', 'pinch-zoom', 'manipulation', {
2456
- pan: ['x', 'left', 'right', 'y', 'up', 'down']
2457
- }]
2458
- }],
2459
- /**
2460
- * User Select
2461
- * @see https://tailwindcss.com/docs/user-select
2462
- */
2463
- select: [{
2464
- select: ['none', 'text', 'all', 'auto']
2465
- }],
2466
- /**
2467
- * Will Change
2468
- * @see https://tailwindcss.com/docs/will-change
2469
- */
2470
- 'will-change': [{
2471
- 'will-change': ['auto', 'scroll', 'contents', 'transform', isArbitraryValue]
2472
- }],
2473
- // SVG
2474
- /**
2475
- * Fill
2476
- * @see https://tailwindcss.com/docs/fill
2477
- */
2478
- fill: [{
2479
- fill: [colors, 'none']
2480
- }],
2481
- /**
2482
- * Stroke Width
2483
- * @see https://tailwindcss.com/docs/stroke-width
2484
- */
2485
- 'stroke-w': [{
2486
- stroke: [isLength, isArbitraryNumber]
2487
- }],
2488
- /**
2489
- * Stroke
2490
- * @see https://tailwindcss.com/docs/stroke
2491
- */
2492
- stroke: [{
2493
- stroke: [colors, 'none']
2494
- }],
2495
- // Accessibility
2496
- /**
2497
- * Screen Readers
2498
- * @see https://tailwindcss.com/docs/screen-readers
2499
- */
2500
- sr: ['sr-only', 'not-sr-only']
2501
- },
2502
- conflictingClassGroups: {
2503
- overflow: ['overflow-x', 'overflow-y'],
2504
- overscroll: ['overscroll-x', 'overscroll-y'],
2505
- inset: ['inset-x', 'inset-y', 'start', 'end', 'top', 'right', 'bottom', 'left'],
2506
- 'inset-x': ['right', 'left'],
2507
- 'inset-y': ['top', 'bottom'],
2508
- flex: ['basis', 'grow', 'shrink'],
2509
- gap: ['gap-x', 'gap-y'],
2510
- p: ['px', 'py', 'ps', 'pe', 'pt', 'pr', 'pb', 'pl'],
2511
- px: ['pr', 'pl'],
2512
- py: ['pt', 'pb'],
2513
- m: ['mx', 'my', 'ms', 'me', 'mt', 'mr', 'mb', 'ml'],
2514
- mx: ['mr', 'ml'],
2515
- my: ['mt', 'mb'],
2516
- 'font-size': ['leading'],
2517
- 'fvn-normal': ['fvn-ordinal', 'fvn-slashed-zero', 'fvn-figure', 'fvn-spacing', 'fvn-fraction'],
2518
- 'fvn-ordinal': ['fvn-normal'],
2519
- 'fvn-slashed-zero': ['fvn-normal'],
2520
- 'fvn-figure': ['fvn-normal'],
2521
- 'fvn-spacing': ['fvn-normal'],
2522
- 'fvn-fraction': ['fvn-normal'],
2523
- rounded: ['rounded-s', 'rounded-e', 'rounded-t', 'rounded-r', 'rounded-b', 'rounded-l', 'rounded-ss', 'rounded-se', 'rounded-ee', 'rounded-es', 'rounded-tl', 'rounded-tr', 'rounded-br', 'rounded-bl'],
2524
- 'rounded-s': ['rounded-ss', 'rounded-es'],
2525
- 'rounded-e': ['rounded-se', 'rounded-ee'],
2526
- 'rounded-t': ['rounded-tl', 'rounded-tr'],
2527
- 'rounded-r': ['rounded-tr', 'rounded-br'],
2528
- 'rounded-b': ['rounded-br', 'rounded-bl'],
2529
- 'rounded-l': ['rounded-tl', 'rounded-bl'],
2530
- 'border-spacing': ['border-spacing-x', 'border-spacing-y'],
2531
- 'border-w': ['border-w-s', 'border-w-e', 'border-w-t', 'border-w-r', 'border-w-b', 'border-w-l'],
2532
- 'border-w-x': ['border-w-r', 'border-w-l'],
2533
- 'border-w-y': ['border-w-t', 'border-w-b'],
2534
- 'border-color': ['border-color-t', 'border-color-r', 'border-color-b', 'border-color-l'],
2535
- 'border-color-x': ['border-color-r', 'border-color-l'],
2536
- 'border-color-y': ['border-color-t', 'border-color-b'],
2537
- 'scroll-m': ['scroll-mx', 'scroll-my', 'scroll-ms', 'scroll-me', 'scroll-mt', 'scroll-mr', 'scroll-mb', 'scroll-ml'],
2538
- 'scroll-mx': ['scroll-mr', 'scroll-ml'],
2539
- 'scroll-my': ['scroll-mt', 'scroll-mb'],
2540
- 'scroll-p': ['scroll-px', 'scroll-py', 'scroll-ps', 'scroll-pe', 'scroll-pt', 'scroll-pr', 'scroll-pb', 'scroll-pl'],
2541
- 'scroll-px': ['scroll-pr', 'scroll-pl'],
2542
- 'scroll-py': ['scroll-pt', 'scroll-pb']
2543
- },
2544
- conflictingClassGroupModifiers: {
2545
- 'font-size': ['leading']
2546
- }
2547
- };
2548
- }
2549
-
2550
- var twMerge = /*#__PURE__*/createTailwindMerge(getDefaultConfig);
2551
-
2552
- function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}
2553
-
2554
- const cn = (...inputs) => {
2555
- return twMerge(clsx(inputs));
2556
- };
2557
35
 
2558
36
  Object.defineProperty(exports, 'LuksoButton', {
2559
- enumerable: true,
2560
- get: () => components_luksoButton_index.LuksoButton
37
+ enumerable: true,
38
+ get: () => components_luksoButton_index.LuksoButton
2561
39
  });
2562
40
  Object.defineProperty(exports, 'LuksoCard', {
2563
- enumerable: true,
2564
- get: () => components_luksoCard_index.LuksoCard
41
+ enumerable: true,
42
+ get: () => components_luksoCard_index.LuksoCard
2565
43
  });
44
+ exports.cn = components_luksoCard_index.cn;
2566
45
  Object.defineProperty(exports, 'LuksoCheckbox', {
2567
- enumerable: true,
2568
- get: () => components_luksoCheckbox_index.LuksoCheckbox
46
+ enumerable: true,
47
+ get: () => components_luksoCheckbox_index.LuksoCheckbox
2569
48
  });
2570
49
  Object.defineProperty(exports, 'LuksoFooter', {
2571
- enumerable: true,
2572
- get: () => components_luksoFooter_index.LuksoFooter
50
+ enumerable: true,
51
+ get: () => components_luksoFooter_index.LuksoFooter
2573
52
  });
2574
53
  Object.defineProperty(exports, 'LuksoIcon', {
2575
- enumerable: true,
2576
- get: () => components_luksoIcon_index.LuksoIcon
54
+ enumerable: true,
55
+ get: () => components_luksoIcon_index.LuksoIcon
2577
56
  });
2578
57
  Object.defineProperty(exports, 'LuksoInput', {
2579
- enumerable: true,
2580
- get: () => components_luksoInput_index.LuksoInput
58
+ enumerable: true,
59
+ get: () => components_luksoInput_index.LuksoInput
2581
60
  });
2582
61
  Object.defineProperty(exports, 'LuksoModal', {
2583
- enumerable: true,
2584
- get: () => components_luksoModal_index.LuksoModal
62
+ enumerable: true,
63
+ get: () => components_luksoModal_index.LuksoModal
2585
64
  });
2586
65
  Object.defineProperty(exports, 'LuksoNavbar', {
2587
- enumerable: true,
2588
- get: () => components_luksoNavbar_index.LuksoNavbar
66
+ enumerable: true,
67
+ get: () => components_luksoNavbar_index.LuksoNavbar
2589
68
  });
2590
69
  Object.defineProperty(exports, 'LuksoProfile', {
2591
- enumerable: true,
2592
- get: () => components_luksoProfile_index.LuksoProfile
70
+ enumerable: true,
71
+ get: () => components_luksoProfile_index.LuksoProfile
2593
72
  });
2594
73
  Object.defineProperty(exports, 'LuksoProgress', {
2595
- enumerable: true,
2596
- get: () => components_luksoProgress_index.LuksoProgress
74
+ enumerable: true,
75
+ get: () => components_luksoProgress_index.LuksoProgress
2597
76
  });
2598
77
  Object.defineProperty(exports, 'LuksoSanitize', {
2599
- enumerable: true,
2600
- get: () => components_luksoSanitize_index.LuksoSanitize
78
+ enumerable: true,
79
+ get: () => components_luksoSanitize_index.LuksoSanitize
2601
80
  });
2602
81
  Object.defineProperty(exports, 'LuksoSearch', {
2603
- enumerable: true,
2604
- get: () => components_luksoSearch_index.LuksoSearch
82
+ enumerable: true,
83
+ get: () => components_luksoSearch_index.LuksoSearch
2605
84
  });
2606
85
  Object.defineProperty(exports, 'LuksoSelect', {
2607
- enumerable: true,
2608
- get: () => components_luksoSelect_index.LuksoSelect
86
+ enumerable: true,
87
+ get: () => components_luksoSelect_index.LuksoSelect
2609
88
  });
2610
89
  Object.defineProperty(exports, 'LuksoShare', {
2611
- enumerable: true,
2612
- get: () => components_luksoShare_index.LuksoShare
90
+ enumerable: true,
91
+ get: () => components_luksoShare_index.LuksoShare
2613
92
  });
2614
93
  Object.defineProperty(exports, 'LuksoSwitch', {
2615
- enumerable: true,
2616
- get: () => components_luksoSwitch_index.LuksoSwitch
94
+ enumerable: true,
95
+ get: () => components_luksoSwitch_index.LuksoSwitch
2617
96
  });
2618
97
  Object.defineProperty(exports, 'LuksoTag', {
2619
- enumerable: true,
2620
- get: () => components_luksoTag_index.LuksoTag
98
+ enumerable: true,
99
+ get: () => components_luksoTag_index.LuksoTag
2621
100
  });
2622
101
  Object.defineProperty(exports, 'LuksoTerms', {
2623
- enumerable: true,
2624
- get: () => components_luksoTerms_index.LuksoTerms
102
+ enumerable: true,
103
+ get: () => components_luksoTerms_index.LuksoTerms
2625
104
  });
2626
105
  Object.defineProperty(exports, 'LuksoTest', {
2627
- enumerable: true,
2628
- get: () => components_luksoTest_index.LuksoTest
106
+ enumerable: true,
107
+ get: () => components_luksoTest_index.LuksoTest
2629
108
  });
2630
109
  Object.defineProperty(exports, 'LuksoTooltip', {
2631
- enumerable: true,
2632
- get: () => components_luksoTooltip_index.LuksoTooltip
110
+ enumerable: true,
111
+ get: () => components_luksoTooltip_index.LuksoTooltip
2633
112
  });
2634
113
  Object.defineProperty(exports, 'LuksoUsername', {
2635
- enumerable: true,
2636
- get: () => components_luksoUsername_index.LuksoUsername
114
+ enumerable: true,
115
+ get: () => components_luksoUsername_index.LuksoUsername
2637
116
  });
2638
117
  Object.defineProperty(exports, 'LuksoWizard', {
2639
- enumerable: true,
2640
- get: () => components_luksoWizard_index.LuksoWizard
118
+ enumerable: true,
119
+ get: () => components_luksoWizard_index.LuksoWizard
2641
120
  });
2642
121
  exports.TailwindElement = shared_tailwindElement_index.TailwindElement;
2643
122
  exports.TailwindStyledElement = shared_tailwindElement_index.TailwindStyledElement;
2644
- exports.cn = cn;