a||125d?(a.sortIndex=c,f(t,a),null===h(r)&&a===h(t)&&(B?(E(L),L=-1):B=!0,K(H,c-d))):(a.sortIndex=e,f(r,a),A||z||(A=!0,I(J)));return a};\nexports.unstable_shouldYield=M;exports.unstable_wrapCallback=function(a){var b=y;return function(){var c=y;y=b;try{return a.apply(this,arguments)}finally{y=c}}};\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/scheduler.production.min.js');\n} else {\n module.exports = require('./cjs/scheduler.development.js');\n}\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","var getProto = Object.getPrototypeOf ? function(obj) { return Object.getPrototypeOf(obj); } : function(obj) { return obj.__proto__; };\nvar leafPrototypes;\n// create a fake namespace object\n// mode & 1: value is a module id, require it\n// mode & 2: merge all properties of value into the ns\n// mode & 4: return value when already ns object\n// mode & 16: return value when it's Promise-like\n// mode & 8|1: behave like require\n__webpack_require__.t = function(value, mode) {\n\tif(mode & 1) value = this(value);\n\tif(mode & 8) return value;\n\tif(typeof value === 'object' && value) {\n\t\tif((mode & 4) && value.__esModule) return value;\n\t\tif((mode & 16) && typeof value.then === 'function') return value;\n\t}\n\tvar ns = Object.create(null);\n\t__webpack_require__.r(ns);\n\tvar def = {};\n\tleafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];\n\tfor(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {\n\t\tObject.getOwnPropertyNames(current).forEach(function(key) { def[key] = function() { return value[key]; }; });\n\t}\n\tdef['default'] = function() { return value; };\n\t__webpack_require__.d(ns, def);\n\treturn ns;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","export default function _arrayLikeToArray(arr, len) {\n if (len == null || len > arr.length) len = arr.length;\n\n for (var i = 0, arr2 = new Array(len); i < len; i++) {\n arr2[i] = arr[i];\n }\n\n return arr2;\n}","import arrayLikeToArray from \"./arrayLikeToArray.js\";\nexport default function _unsupportedIterableToArray(o, minLen) {\n if (!o) return;\n if (typeof o === \"string\") return arrayLikeToArray(o, minLen);\n var n = Object.prototype.toString.call(o).slice(8, -1);\n if (n === \"Object\" && o.constructor) n = o.constructor.name;\n if (n === \"Map\" || n === \"Set\") return Array.from(o);\n if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen);\n}","import arrayWithHoles from \"./arrayWithHoles.js\";\nimport iterableToArrayLimit from \"./iterableToArrayLimit.js\";\nimport unsupportedIterableToArray from \"./unsupportedIterableToArray.js\";\nimport nonIterableRest from \"./nonIterableRest.js\";\nexport default function _slicedToArray(arr, i) {\n return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();\n}","export default function _arrayWithHoles(arr) {\n if (Array.isArray(arr)) return arr;\n}","export default function _iterableToArrayLimit(arr, i) {\n var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"];\n\n if (_i == null) return;\n var _arr = [];\n var _n = true;\n var _d = false;\n\n var _s, _e;\n\n try {\n for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {\n _arr.push(_s.value);\n\n if (i && _arr.length === i) break;\n }\n } catch (err) {\n _d = true;\n _e = err;\n } finally {\n try {\n if (!_n && _i[\"return\"] != null) _i[\"return\"]();\n } finally {\n if (_d) throw _e;\n }\n }\n\n return _arr;\n}","export default function _nonIterableRest() {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}","import arrayWithoutHoles from \"./arrayWithoutHoles.js\";\nimport iterableToArray from \"./iterableToArray.js\";\nimport unsupportedIterableToArray from \"./unsupportedIterableToArray.js\";\nimport nonIterableSpread from \"./nonIterableSpread.js\";\nexport default function _toConsumableArray(arr) {\n return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread();\n}","import arrayLikeToArray from \"./arrayLikeToArray.js\";\nexport default function _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) return arrayLikeToArray(arr);\n}","export default function _iterableToArray(iter) {\n if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter);\n}","export default function _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}","export default function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n\n return obj;\n}","function toVal(mix) {\n\tvar k, y, str='';\n\n\tif (typeof mix === 'string' || typeof mix === 'number') {\n\t\tstr += mix;\n\t} else if (typeof mix === 'object') {\n\t\tif (Array.isArray(mix)) {\n\t\t\tfor (k=0; k < mix.length; k++) {\n\t\t\t\tif (mix[k]) {\n\t\t\t\t\tif (y = toVal(mix[k])) {\n\t\t\t\t\t\tstr && (str += ' ');\n\t\t\t\t\t\tstr += y;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor (k in mix) {\n\t\t\t\tif (mix[k]) {\n\t\t\t\t\tstr && (str += ' ');\n\t\t\t\t\tstr += k;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn str;\n}\n\nexport default function () {\n\tvar i=0, tmp, x, str='';\n\twhile (i < arguments.length) {\n\t\tif (tmp = arguments[i++]) {\n\t\t\tif (x = toVal(tmp)) {\n\t\t\t\tstr && (str += ' ');\n\t\t\t\tstr += x\n\t\t\t}\n\t\t}\n\t}\n\treturn str;\n}\n","function _extends() {\n _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n };\n\n return _extends.apply(this, arguments);\n}\n\nexport { _extends as extends };\n//# sourceMappingURL=_rollupPluginBabelHelpers.mjs.map\n","module.exports = function (max) {\n\n if (!max) throw Error('hashlru must have a max value, of type number, greater than 0')\n\n var size = 0, cache = Object.create(null), _cache = Object.create(null)\n\n function update (key, value) {\n cache[key] = value\n size ++\n if(size >= max) {\n size = 0\n _cache = cache\n cache = Object.create(null)\n }\n }\n\n return {\n has: function (key) {\n return cache[key] !== undefined || _cache[key] !== undefined\n },\n remove: function (key) {\n if(cache[key] !== undefined)\n cache[key] = undefined\n if(_cache[key] !== undefined)\n _cache[key] = undefined\n },\n get: function (key) {\n var v = cache[key]\n if(v !== undefined) return v\n if((v = _cache[key]) !== undefined) {\n update(key, v)\n return v\n }\n },\n set: function (key, value) {\n if(cache[key] !== undefined) cache[key] = value\n else update(key, value)\n },\n clear: function () {\n cache = Object.create(null)\n _cache = Object.create(null)\n }\n }\n}\n\n\n\n\n\n\n\n","var CLASS_PART_SEPARATOR = '-';\nfunction createClassUtils(config) {\n var classMap = createClassMap(config);\n\n function getClassGroupId(className) {\n var classParts = className.split(CLASS_PART_SEPARATOR); // 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.\n\n if (classParts[0] === '' && classParts.length !== 1) {\n classParts.shift();\n }\n\n return getGroupRecursive(classParts, classMap) || getGroupIdForArbitraryProperty(className);\n }\n\n function getConflictingClassGroupIds(classGroupId) {\n return config.conflictingClassGroups[classGroupId] || [];\n }\n\n return {\n getClassGroupId: getClassGroupId,\n getConflictingClassGroupIds: getConflictingClassGroupIds\n };\n}\n\nfunction getGroupRecursive(classParts, classPartObject) {\n var _classPartObject$vali;\n\n if (classParts.length === 0) {\n return classPartObject.classGroupId;\n }\n\n var currentClassPart = classParts[0];\n var nextClassPartObject = classPartObject.nextPart[currentClassPart];\n var classGroupFromNextClassPart = nextClassPartObject ? getGroupRecursive(classParts.slice(1), nextClassPartObject) : undefined;\n\n if (classGroupFromNextClassPart) {\n return classGroupFromNextClassPart;\n }\n\n if (classPartObject.validators.length === 0) {\n return undefined;\n }\n\n var classRest = classParts.join(CLASS_PART_SEPARATOR);\n return (_classPartObject$vali = classPartObject.validators.find(function (_ref) {\n var validator = _ref.validator;\n return validator(classRest);\n })) == null ? void 0 : _classPartObject$vali.classGroupId;\n}\n\nvar arbitraryPropertyRegex = /^\\[(.+)\\]$/;\n\nfunction getGroupIdForArbitraryProperty(className) {\n if (arbitraryPropertyRegex.test(className)) {\n var arbitraryPropertyClassName = arbitraryPropertyRegex.exec(className)[1];\n var property = arbitraryPropertyClassName == null ? void 0 : arbitraryPropertyClassName.substring(0, arbitraryPropertyClassName.indexOf(':'));\n\n if (property) {\n // I use two dots here because one dot is used as prefix for class groups in plugins\n return 'arbitrary..' + property;\n }\n }\n}\n/**\r\n * Exported for testing only\r\n */\n\n\nfunction createClassMap(config) {\n var theme = config.theme,\n prefix = config.prefix;\n var classMap = {\n nextPart: {},\n validators: []\n };\n var prefixedClassGroupEntries = getPrefixedClassGroupEntries(Object.entries(config.classGroups), prefix);\n prefixedClassGroupEntries.forEach(function (_ref2) {\n var classGroupId = _ref2[0],\n classGroup = _ref2[1];\n processClassesRecursively(classGroup, classMap, classGroupId, theme);\n });\n return classMap;\n}\n\nfunction processClassesRecursively(classGroup, classPartObject, classGroupId, theme) {\n classGroup.forEach(function (classDefinition) {\n if (typeof classDefinition === 'string') {\n var classPartObjectToEdit = classDefinition === '' ? classPartObject : getPart(classPartObject, classDefinition);\n classPartObjectToEdit.classGroupId = classGroupId;\n return;\n }\n\n if (typeof classDefinition === 'function') {\n if (isThemeGetter(classDefinition)) {\n processClassesRecursively(classDefinition(theme), classPartObject, classGroupId, theme);\n return;\n }\n\n classPartObject.validators.push({\n validator: classDefinition,\n classGroupId: classGroupId\n });\n return;\n }\n\n Object.entries(classDefinition).forEach(function (_ref3) {\n var key = _ref3[0],\n classGroup = _ref3[1];\n processClassesRecursively(classGroup, getPart(classPartObject, key), classGroupId, theme);\n });\n });\n}\n\nfunction getPart(classPartObject, path) {\n var currentClassPartObject = classPartObject;\n path.split(CLASS_PART_SEPARATOR).forEach(function (pathPart) {\n if (currentClassPartObject.nextPart[pathPart] === undefined) {\n currentClassPartObject.nextPart[pathPart] = {\n nextPart: {},\n validators: []\n };\n }\n\n currentClassPartObject = currentClassPartObject.nextPart[pathPart];\n });\n return currentClassPartObject;\n}\n\nfunction isThemeGetter(func) {\n return func.isThemeGetter;\n}\n\nfunction getPrefixedClassGroupEntries(classGroupEntries, prefix) {\n if (!prefix) {\n return classGroupEntries;\n }\n\n return classGroupEntries.map(function (_ref4) {\n var classGroupId = _ref4[0],\n classGroup = _ref4[1];\n var prefixedClassGroup = classGroup.map(function (classDefinition) {\n if (typeof classDefinition === 'string') {\n return prefix + classDefinition;\n }\n\n if (typeof classDefinition === 'object') {\n return Object.fromEntries(Object.entries(classDefinition).map(function (_ref5) {\n var key = _ref5[0],\n value = _ref5[1];\n return [prefix + key, value];\n }));\n }\n\n return classDefinition;\n });\n return [classGroupId, prefixedClassGroup];\n });\n}\n\nexport { createClassMap, createClassUtils };\n//# sourceMappingURL=class-utils.mjs.map\n","import { extends as _extends } from '../_virtual/_rollupPluginBabelHelpers.mjs';\nimport { getLruCache } from './lru-cache.mjs';\nimport { createClassUtils } from './class-utils.mjs';\n\nfunction createConfigUtils(config) {\n return _extends({\n cache: getLruCache(config.cacheSize)\n }, createClassUtils(config));\n}\n\nexport { createConfigUtils };\n//# sourceMappingURL=config-utils.mjs.map\n","import HLRU from 'hashlru';\n\nfunction getLruCache(cacheSize) {\n if (cacheSize >= 1) {\n return HLRU(cacheSize);\n }\n\n return {\n get: function get() {\n return undefined;\n },\n set: function set() {}\n };\n}\n\nexport { getLruCache };\n//# sourceMappingURL=lru-cache.mjs.map\n","var SPLIT_CLASSES_REGEX = /\\s+/;\nvar IMPORTANT_MODIFIER = '!'; // Regex is needed so we don't match against colons in labels for arbitrary values like `text-[color:var(--mystery-var)]`\n// I'd prefer to use a negative lookbehind for all supported labels, but lookbheinds don't have good browser support yet. More info: https://caniuse.com/js-regexp-lookbehind\n\nvar MODIFIER_SEPARATOR_REGEX = /:(?![^[]*\\])/;\nvar MODIFIER_SEPARATOR = ':';\nfunction mergeClassList(classList, configUtils) {\n var getClassGroupId = configUtils.getClassGroupId,\n getConflictingClassGroupIds = configUtils.getConflictingClassGroupIds;\n /**\r\n * Set of classGroupIds in following format:\r\n * `{importantModifier}{variantModifiers}{classGroupId}`\r\n * @example 'float'\r\n * @example 'hover:focus:bg-color'\r\n * @example '!md:pr'\r\n */\n\n var classGroupsInConflict = new Set();\n return classList.trim().split(SPLIT_CLASSES_REGEX).map(function (originalClassName) {\n var modifiers = originalClassName.split(MODIFIER_SEPARATOR_REGEX);\n var classNameWithImportantModifier = modifiers.pop();\n var hasImportantModifier = classNameWithImportantModifier.startsWith(IMPORTANT_MODIFIER);\n var className = hasImportantModifier ? classNameWithImportantModifier.substring(1) : classNameWithImportantModifier;\n var classGroupId = getClassGroupId(className);\n\n if (!classGroupId) {\n return {\n isTailwindClass: false,\n originalClassName: originalClassName\n };\n }\n\n var variantModifier = modifiers.length === 0 ? '' : modifiers.sort().concat('').join(MODIFIER_SEPARATOR);\n var fullModifier = hasImportantModifier ? IMPORTANT_MODIFIER + variantModifier : variantModifier;\n return {\n isTailwindClass: true,\n modifier: fullModifier,\n classGroupId: classGroupId,\n originalClassName: originalClassName\n };\n }).reverse() // Last class in conflict wins, so we need to filter conflicting classes in reverse order.\n .filter(function (parsed) {\n if (!parsed.isTailwindClass) {\n return true;\n }\n\n var modifier = parsed.modifier,\n classGroupId = parsed.classGroupId;\n var classId = modifier + \":\" + classGroupId;\n\n if (classGroupsInConflict.has(classId)) {\n return false;\n }\n\n classGroupsInConflict.add(classId);\n getConflictingClassGroupIds(classGroupId).forEach(function (group) {\n return classGroupsInConflict.add(modifier + \":\" + group);\n });\n return true;\n }).reverse().map(function (parsed) {\n return parsed.originalClassName;\n }).join(' ');\n}\n\nexport { mergeClassList };\n//# sourceMappingURL=merge-classlist.mjs.map\n","import { createConfigUtils } from './config-utils.mjs';\nimport { mergeClassList } from './merge-classlist.mjs';\n\nfunction createTailwindMerge() {\n for (var _len = arguments.length, createConfig = new Array(_len), _key = 0; _key < _len; _key++) {\n createConfig[_key] = arguments[_key];\n }\n\n var configUtils;\n var cacheGet;\n var cacheSet;\n var functionToCall = initTailwindMerge;\n\n function initTailwindMerge(classList) {\n var firstCreateConfig = createConfig[0],\n restCreateConfig = createConfig.slice(1);\n var config = restCreateConfig.reduce(function (previousConfig, createConfigCurrent) {\n return createConfigCurrent(previousConfig);\n }, firstCreateConfig());\n configUtils = createConfigUtils(config);\n cacheGet = configUtils.cache.get;\n cacheSet = configUtils.cache.set;\n functionToCall = tailwindMerge;\n return tailwindMerge(classList);\n }\n\n function tailwindMerge(classList) {\n var cachedResult = cacheGet(classList);\n\n if (cachedResult) {\n return cachedResult;\n }\n\n var result = mergeClassList(classList, configUtils);\n cacheSet(classList, result);\n return result;\n }\n\n return function callTailwindMerge() {\n var classList = '';\n var temp; // Credits → https://github.com/lukeed/clsx/blob/v1.1.1/src/index.js\n\n for (var index = 0; index < arguments.length; index += 1) {\n if (temp = arguments[index]) {\n classList && (classList += ' ');\n classList += temp;\n }\n }\n\n return functionToCall(classList);\n };\n}\n\nexport { createTailwindMerge };\n//# sourceMappingURL=create-tailwind-merge.mjs.map\n","function fromTheme(key) {\n var themeGetter = function themeGetter(theme) {\n return theme[key] || [];\n };\n\n themeGetter.isThemeGetter = true;\n return themeGetter;\n}\n\nexport { fromTheme };\n//# sourceMappingURL=from-theme.mjs.map\n","var arbitraryValueRegex = /^\\[(.+)\\]$/;\nvar fractionRegex = /^\\d+\\/\\d+$/;\nvar stringLengths = /*#__PURE__*/new Set(['px', 'full', 'screen']);\nvar tshirtUnitRegex = /^(\\d+)?(xs|sm|md|lg|xl)$/;\nvar lengthUnitRegex = /\\d+(%|px|em|rem|vh|vw|pt|pc|in|cm|mm|cap|ch|ex|lh|rlh|vi|vb|vmin|vmax)/; // Shadow always begins with x and y offset separated by underscore\n\nvar shadowRegex = /^-?((\\d+)?\\.?(\\d+)[a-z]+|0)_-?((\\d+)?\\.?(\\d+)[a-z]+|0)/;\nfunction isLength(classPart) {\n return !Number.isNaN(Number(classPart)) || stringLengths.has(classPart) || fractionRegex.test(classPart) || isArbitraryLength(classPart);\n}\nfunction isArbitraryLength(classPart) {\n var _arbitraryValueRegex$;\n\n var arbitraryValue = (_arbitraryValueRegex$ = arbitraryValueRegex.exec(classPart)) == null ? void 0 : _arbitraryValueRegex$[1];\n\n if (arbitraryValue) {\n return arbitraryValue.startsWith('length:') || lengthUnitRegex.test(arbitraryValue);\n }\n\n return false;\n}\nfunction isArbitrarySize(classPart) {\n var _arbitraryValueRegex$2;\n\n var arbitraryValue = (_arbitraryValueRegex$2 = arbitraryValueRegex.exec(classPart)) == null ? void 0 : _arbitraryValueRegex$2[1];\n return arbitraryValue ? arbitraryValue.startsWith('size:') : false;\n}\nfunction isArbitraryPosition(classPart) {\n var _arbitraryValueRegex$3;\n\n var arbitraryValue = (_arbitraryValueRegex$3 = arbitraryValueRegex.exec(classPart)) == null ? void 0 : _arbitraryValueRegex$3[1];\n return arbitraryValue ? arbitraryValue.startsWith('position:') : false;\n}\nfunction isArbitraryUrl(classPart) {\n var _arbitraryValueRegex$4;\n\n var arbitraryValue = (_arbitraryValueRegex$4 = arbitraryValueRegex.exec(classPart)) == null ? void 0 : _arbitraryValueRegex$4[1];\n return arbitraryValue ? arbitraryValue.startsWith('url(') || arbitraryValue.startsWith('url:') : false;\n}\nfunction isArbitraryWeight(classPart) {\n var _arbitraryValueRegex$5;\n\n var arbitraryValue = (_arbitraryValueRegex$5 = arbitraryValueRegex.exec(classPart)) == null ? void 0 : _arbitraryValueRegex$5[1];\n return arbitraryValue ? !Number.isNaN(Number(arbitraryValue)) || arbitraryValue.startsWith('weight:') : false;\n}\nfunction isInteger(classPart) {\n var _arbitraryValueRegex$6;\n\n var arbitraryValue = (_arbitraryValueRegex$6 = arbitraryValueRegex.exec(classPart)) == null ? void 0 : _arbitraryValueRegex$6[1];\n\n if (arbitraryValue) {\n return Number.isInteger(Number(arbitraryValue));\n }\n\n return Number.isInteger(Number(classPart));\n}\nfunction isArbitraryValue(classPart) {\n return arbitraryValueRegex.test(classPart);\n}\nfunction isAny() {\n return true;\n}\nfunction isTshirtSize(classPart) {\n return tshirtUnitRegex.test(classPart);\n}\nfunction isArbitraryShadow(classPart) {\n var _arbitraryValueRegex$7;\n\n var arbitraryValue = (_arbitraryValueRegex$7 = arbitraryValueRegex.exec(classPart)) == null ? void 0 : _arbitraryValueRegex$7[1];\n\n if (arbitraryValue) {\n return shadowRegex.test(arbitraryValue);\n }\n\n return false;\n}\n\nexport { isAny, isArbitraryLength, isArbitraryPosition, isArbitraryShadow, isArbitrarySize, isArbitraryUrl, isArbitraryValue, isArbitraryWeight, isInteger, isLength, isTshirtSize };\n//# sourceMappingURL=validators.mjs.map\n","import { fromTheme } from './from-theme.mjs';\nimport { isAny, isLength, isTshirtSize, isArbitraryLength, isInteger, isArbitraryValue, isArbitraryWeight, isArbitraryPosition, isArbitrarySize, isArbitraryUrl, isArbitraryShadow } from './validators.mjs';\n\nfunction getDefaultConfig() {\n var colors = fromTheme('colors');\n var spacing = fromTheme('spacing');\n var blur = fromTheme('blur');\n var brightness = fromTheme('brightness');\n var borderColor = fromTheme('borderColor');\n var borderRadius = fromTheme('borderRadius');\n var borderWidth = fromTheme('borderWidth');\n var contrast = fromTheme('contrast');\n var grayscale = fromTheme('grayscale');\n var hueRotate = fromTheme('hueRotate');\n var invert = fromTheme('invert');\n var gap = fromTheme('gap');\n var gradientColorStops = fromTheme('gradientColorStops');\n var inset = fromTheme('inset');\n var margin = fromTheme('margin');\n var opacity = fromTheme('opacity');\n var padding = fromTheme('padding');\n var saturate = fromTheme('saturate');\n var scale = fromTheme('scale');\n var sepia = fromTheme('sepia');\n var skew = fromTheme('skew');\n var space = fromTheme('space');\n var translate = fromTheme('translate');\n\n var getOverscroll = function getOverscroll() {\n return ['auto', 'contain', 'none'];\n };\n\n var getOverflow = function getOverflow() {\n return ['auto', 'hidden', 'clip', 'visible', 'scroll'];\n };\n\n var getSpacingWithAuto = function getSpacingWithAuto() {\n return ['auto', spacing];\n };\n\n var getLengthWithEmpty = function getLengthWithEmpty() {\n return ['', isLength];\n };\n\n var getIntegerWithAuto = function getIntegerWithAuto() {\n return ['auto', isInteger];\n };\n\n var getPositions = function getPositions() {\n return ['bottom', 'center', 'left', 'left-bottom', 'left-top', 'right', 'right-bottom', 'right-top', 'top'];\n };\n\n var getLineStyles = function getLineStyles() {\n return ['solid', 'dashed', 'dotted', 'double', 'none'];\n };\n\n var getBlendModes = function getBlendModes() {\n return ['normal', 'multiply', 'screen', 'overlay', 'darken', 'lighten', 'color-dodge', 'color-burn', 'hard-light', 'soft-light', 'difference', 'exclusion', 'hue', 'saturation', 'color', 'luminosity'];\n };\n\n var getAlign = function getAlign() {\n return ['start', 'end', 'center', 'between', 'around', 'evenly'];\n };\n\n var getZeroAndEmpty = function getZeroAndEmpty() {\n return ['', '0', isArbitraryValue];\n };\n\n var getBreaks = function getBreaks() {\n return ['auto', 'avoid', 'all', 'avoid-page', 'page', 'left', 'right', 'column'];\n };\n\n return {\n cacheSize: 500,\n theme: {\n colors: [isAny],\n spacing: [isLength],\n blur: ['none', '', isTshirtSize, isArbitraryLength],\n brightness: [isInteger],\n borderColor: [colors],\n borderRadius: ['none', '', 'full', isTshirtSize, isArbitraryLength],\n borderWidth: getLengthWithEmpty(),\n contrast: [isInteger],\n grayscale: getZeroAndEmpty(),\n hueRotate: [isInteger],\n invert: getZeroAndEmpty(),\n gap: [spacing],\n gradientColorStops: [colors],\n inset: getSpacingWithAuto(),\n margin: getSpacingWithAuto(),\n opacity: [isInteger],\n padding: [spacing],\n saturate: [isInteger],\n scale: [isInteger],\n sepia: getZeroAndEmpty(),\n skew: [isInteger, isArbitraryValue],\n space: [spacing],\n translate: [spacing]\n },\n classGroups: {\n // Layout\n\n /**\r\n * Aspect Ratio\r\n * @see https://tailwindcss.com/docs/aspect-ratio\r\n */\n aspect: [{\n aspect: ['auto', 'square', 'video', isArbitraryValue]\n }],\n\n /**\r\n * Container\r\n * @see https://tailwindcss.com/docs/container\r\n */\n container: ['container'],\n\n /**\r\n * Columns\r\n * @see https://tailwindcss.com/docs/columns\r\n */\n columns: [{\n columns: [isTshirtSize]\n }],\n\n /**\r\n * Break After\r\n * @see https://tailwindcss.com/docs/break-after\r\n */\n 'break-after': [{\n 'break-after': getBreaks()\n }],\n\n /**\r\n * Break Before\r\n * @see https://tailwindcss.com/docs/break-before\r\n */\n 'break-before': [{\n 'break-before': getBreaks()\n }],\n\n /**\r\n * Break Inside\r\n * @see https://tailwindcss.com/docs/break-inside\r\n */\n 'break-inside': [{\n 'break-inside': ['auto', 'avoid', 'avoid-page', 'avoid-column']\n }],\n\n /**\r\n * Box Decoration Break\r\n * @see https://tailwindcss.com/docs/box-decoration-break\r\n */\n 'box-decoration': [{\n 'box-decoration': ['slice', 'clone']\n }],\n\n /**\r\n * Box Sizing\r\n * @see https://tailwindcss.com/docs/box-sizing\r\n */\n box: [{\n box: ['border', 'content']\n }],\n\n /**\r\n * Display\r\n * @see https://tailwindcss.com/docs/display\r\n */\n 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'],\n\n /**\r\n * Floats\r\n * @see https://tailwindcss.com/docs/float\r\n */\n \"float\": [{\n \"float\": ['right', 'left', 'none']\n }],\n\n /**\r\n * Clear\r\n * @see https://tailwindcss.com/docs/clear\r\n */\n clear: [{\n clear: ['left', 'right', 'both', 'none']\n }],\n\n /**\r\n * Isolation\r\n * @see https://tailwindcss.com/docs/isolation\r\n */\n isolation: ['isolate', 'isolation-auto'],\n\n /**\r\n * Object Fit\r\n * @see https://tailwindcss.com/docs/object-fit\r\n */\n 'object-fit': [{\n object: ['contain', 'cover', 'fill', 'none', 'scale-down']\n }],\n\n /**\r\n * Object Position\r\n * @see https://tailwindcss.com/docs/object-position\r\n */\n 'object-position': [{\n object: [].concat(getPositions(), [isArbitraryValue])\n }],\n\n /**\r\n * Overflow\r\n * @see https://tailwindcss.com/docs/overflow\r\n */\n overflow: [{\n overflow: getOverflow()\n }],\n\n /**\r\n * Overflow X\r\n * @see https://tailwindcss.com/docs/overflow\r\n */\n 'overflow-x': [{\n 'overflow-x': getOverflow()\n }],\n\n /**\r\n * Overflow Y\r\n * @see https://tailwindcss.com/docs/overflow\r\n */\n 'overflow-y': [{\n 'overflow-y': getOverflow()\n }],\n\n /**\r\n * Overscroll Behavior\r\n * @see https://tailwindcss.com/docs/overscroll-behavior\r\n */\n overscroll: [{\n overscroll: getOverscroll()\n }],\n\n /**\r\n * Overscroll Behavior X\r\n * @see https://tailwindcss.com/docs/overscroll-behavior\r\n */\n 'overscroll-x': [{\n 'overscroll-x': getOverscroll()\n }],\n\n /**\r\n * Overscroll Behavior Y\r\n * @see https://tailwindcss.com/docs/overscroll-behavior\r\n */\n 'overscroll-y': [{\n 'overscroll-y': getOverscroll()\n }],\n\n /**\r\n * Position\r\n * @see https://tailwindcss.com/docs/position\r\n */\n position: ['static', 'fixed', 'absolute', 'relative', 'sticky'],\n\n /**\r\n * Top / Right / Bottom / Left\r\n * @see https://tailwindcss.com/docs/top-right-bottom-left\r\n */\n inset: [{\n inset: [inset]\n }],\n\n /**\r\n * Right / Left\r\n * @see https://tailwindcss.com/docs/top-right-bottom-left\r\n */\n 'inset-x': [{\n 'inset-x': [inset]\n }],\n\n /**\r\n * Top / Bottom\r\n * @see https://tailwindcss.com/docs/top-right-bottom-left\r\n */\n 'inset-y': [{\n 'inset-y': [inset]\n }],\n\n /**\r\n * Top\r\n * @see https://tailwindcss.com/docs/top-right-bottom-left\r\n */\n top: [{\n top: [inset]\n }],\n\n /**\r\n * Right\r\n * @see https://tailwindcss.com/docs/top-right-bottom-left\r\n */\n right: [{\n right: [inset]\n }],\n\n /**\r\n * Bottom\r\n * @see https://tailwindcss.com/docs/top-right-bottom-left\r\n */\n bottom: [{\n bottom: [inset]\n }],\n\n /**\r\n * Left\r\n * @see https://tailwindcss.com/docs/top-right-bottom-left\r\n */\n left: [{\n left: [inset]\n }],\n\n /**\r\n * Visibility\r\n * @see https://tailwindcss.com/docs/visibility\r\n */\n visibility: ['visible', 'invisible'],\n\n /**\r\n * Z-Index\r\n * @see https://tailwindcss.com/docs/z-index\r\n */\n z: [{\n z: [isLength]\n }],\n // Flexbox and Grid\n\n /**\r\n * Flex Basis\r\n * @see https://tailwindcss.com/docs/flex-basis\r\n */\n basis: [{\n basis: [spacing]\n }],\n\n /**\r\n * Flex Direction\r\n * @see https://tailwindcss.com/docs/flex-direction\r\n */\n 'flex-direction': [{\n flex: ['row', 'row-reverse', 'col', 'col-reverse']\n }],\n\n /**\r\n * Flex Wrap\r\n * @see https://tailwindcss.com/docs/flex-wrap\r\n */\n 'flex-wrap': [{\n flex: ['wrap', 'wrap-reverse', 'nowrap']\n }],\n\n /**\r\n * Flex\r\n * @see https://tailwindcss.com/docs/flex\r\n */\n flex: [{\n flex: ['1', 'auto', 'initial', 'none', isArbitraryValue]\n }],\n\n /**\r\n * Flex Grow\r\n * @see https://tailwindcss.com/docs/flex-grow\r\n */\n grow: [{\n grow: getZeroAndEmpty()\n }],\n\n /**\r\n * Flex Shrink\r\n * @see https://tailwindcss.com/docs/flex-shrink\r\n */\n shrink: [{\n shrink: getZeroAndEmpty()\n }],\n\n /**\r\n * Order\r\n * @see https://tailwindcss.com/docs/order\r\n */\n order: [{\n order: ['first', 'last', 'none', isInteger]\n }],\n\n /**\r\n * Grid Template Columns\r\n * @see https://tailwindcss.com/docs/grid-template-columns\r\n */\n 'grid-cols': [{\n 'grid-cols': [isAny]\n }],\n\n /**\r\n * Grid Column Start / End\r\n * @see https://tailwindcss.com/docs/grid-column\r\n */\n 'col-start-end': [{\n col: ['auto', {\n span: [isInteger]\n }]\n }],\n\n /**\r\n * Grid Column Start\r\n * @see https://tailwindcss.com/docs/grid-column\r\n */\n 'col-start': [{\n 'col-start': getIntegerWithAuto()\n }],\n\n /**\r\n * Grid Column End\r\n * @see https://tailwindcss.com/docs/grid-column\r\n */\n 'col-end': [{\n 'col-end': getIntegerWithAuto()\n }],\n\n /**\r\n * Grid Template Rows\r\n * @see https://tailwindcss.com/docs/grid-template-rows\r\n */\n 'grid-rows': [{\n 'grid-rows': [isAny]\n }],\n\n /**\r\n * Grid Row Start / End\r\n * @see https://tailwindcss.com/docs/grid-row\r\n */\n 'row-start-end': [{\n row: ['auto', {\n span: [isInteger]\n }]\n }],\n\n /**\r\n * Grid Row Start\r\n * @see https://tailwindcss.com/docs/grid-row\r\n */\n 'row-start': [{\n 'row-start': getIntegerWithAuto()\n }],\n\n /**\r\n * Grid Row End\r\n * @see https://tailwindcss.com/docs/grid-row\r\n */\n 'row-end': [{\n 'row-end': getIntegerWithAuto()\n }],\n\n /**\r\n * Grid Auto Flow\r\n * @see https://tailwindcss.com/docs/grid-auto-flow\r\n */\n 'grid-flow': [{\n 'grid-flow': ['row', 'col', 'row-dense', 'col-dense']\n }],\n\n /**\r\n * Grid Auto Columns\r\n * @see https://tailwindcss.com/docs/grid-auto-columns\r\n */\n 'auto-cols': [{\n 'auto-cols': ['auto', 'min', 'max', 'fr', isArbitraryValue]\n }],\n\n /**\r\n * Grid Auto Rows\r\n * @see https://tailwindcss.com/docs/grid-auto-rows\r\n */\n 'auto-rows': [{\n 'auto-rows': ['auto', 'min', 'max', 'fr', isArbitraryValue]\n }],\n\n /**\r\n * Gap\r\n * @see https://tailwindcss.com/docs/gap\r\n */\n gap: [{\n gap: [gap]\n }],\n\n /**\r\n * Gap X\r\n * @see https://tailwindcss.com/docs/gap\r\n */\n 'gap-x': [{\n 'gap-x': [gap]\n }],\n\n /**\r\n * Gap Y\r\n * @see https://tailwindcss.com/docs/gap\r\n */\n 'gap-y': [{\n 'gap-y': [gap]\n }],\n\n /**\r\n * Justify Content\r\n * @see https://tailwindcss.com/docs/justify-content\r\n */\n 'justify-content': [{\n justify: getAlign()\n }],\n\n /**\r\n * Justify Items\r\n * @see https://tailwindcss.com/docs/justify-items\r\n */\n 'justify-items': [{\n 'justify-items': ['start', 'end', 'center', 'stretch']\n }],\n\n /**\r\n * Justify Self\r\n * @see https://tailwindcss.com/docs/justify-self\r\n */\n 'justify-self': [{\n 'justify-self': ['auto', 'start', 'end', 'center', 'stretch']\n }],\n\n /**\r\n * Align Content\r\n * @see https://tailwindcss.com/docs/align-content\r\n */\n 'align-content': [{\n content: getAlign()\n }],\n\n /**\r\n * Align Items\r\n * @see https://tailwindcss.com/docs/align-items\r\n */\n 'align-items': [{\n items: ['start', 'end', 'center', 'baseline', 'stretch']\n }],\n\n /**\r\n * Align Self\r\n * @see https://tailwindcss.com/docs/align-self\r\n */\n 'align-self': [{\n self: ['auto', 'start', 'end', 'center', 'stretch', 'baseline']\n }],\n\n /**\r\n * Place Content\r\n * @see https://tailwindcss.com/docs/place-content\r\n */\n 'place-content': [{\n 'place-content': [].concat(getAlign(), ['stretch'])\n }],\n\n /**\r\n * Place Items\r\n * @see https://tailwindcss.com/docs/place-items\r\n */\n 'place-items': [{\n 'place-items': ['start', 'end', 'center', 'stretch']\n }],\n\n /**\r\n * Place Self\r\n * @see https://tailwindcss.com/docs/place-self\r\n */\n 'place-self': [{\n 'place-self': ['auto', 'start', 'end', 'center', 'stretch']\n }],\n // Spacing\n\n /**\r\n * Padding\r\n * @see https://tailwindcss.com/docs/padding\r\n */\n p: [{\n p: [padding]\n }],\n\n /**\r\n * Padding X\r\n * @see https://tailwindcss.com/docs/padding\r\n */\n px: [{\n px: [padding]\n }],\n\n /**\r\n * Padding Y\r\n * @see https://tailwindcss.com/docs/padding\r\n */\n py: [{\n py: [padding]\n }],\n\n /**\r\n * Padding Top\r\n * @see https://tailwindcss.com/docs/padding\r\n */\n pt: [{\n pt: [padding]\n }],\n\n /**\r\n * Padding Right\r\n * @see https://tailwindcss.com/docs/padding\r\n */\n pr: [{\n pr: [padding]\n }],\n\n /**\r\n * Padding Bottom\r\n * @see https://tailwindcss.com/docs/padding\r\n */\n pb: [{\n pb: [padding]\n }],\n\n /**\r\n * Padding Left\r\n * @see https://tailwindcss.com/docs/padding\r\n */\n pl: [{\n pl: [padding]\n }],\n\n /**\r\n * Margin\r\n * @see https://tailwindcss.com/docs/margin\r\n */\n m: [{\n m: [margin]\n }],\n\n /**\r\n * Margin X\r\n * @see https://tailwindcss.com/docs/margin\r\n */\n mx: [{\n mx: [margin]\n }],\n\n /**\r\n * Margin Y\r\n * @see https://tailwindcss.com/docs/margin\r\n */\n my: [{\n my: [margin]\n }],\n\n /**\r\n * Margin Top\r\n * @see https://tailwindcss.com/docs/margin\r\n */\n mt: [{\n mt: [margin]\n }],\n\n /**\r\n * Margin Right\r\n * @see https://tailwindcss.com/docs/margin\r\n */\n mr: [{\n mr: [margin]\n }],\n\n /**\r\n * Margin Bottom\r\n * @see https://tailwindcss.com/docs/margin\r\n */\n mb: [{\n mb: [margin]\n }],\n\n /**\r\n * Margin Left\r\n * @see https://tailwindcss.com/docs/margin\r\n */\n ml: [{\n ml: [margin]\n }],\n\n /**\r\n * Space Between X\r\n * @see https://tailwindcss.com/docs/space\r\n */\n 'space-x': [{\n 'space-x': [space]\n }],\n\n /**\r\n * Space Between X Reverse\r\n * @see https://tailwindcss.com/docs/space\r\n */\n 'space-x-reverse': ['space-x-reverse'],\n\n /**\r\n * Space Between Y\r\n * @see https://tailwindcss.com/docs/space\r\n */\n 'space-y': [{\n 'space-y': [space]\n }],\n\n /**\r\n * Space Between Y Reverse\r\n * @see https://tailwindcss.com/docs/space\r\n */\n 'space-y-reverse': ['space-y-reverse'],\n // Sizing\n\n /**\r\n * Width\r\n * @see https://tailwindcss.com/docs/width\r\n */\n w: [{\n w: ['auto', 'min', 'max', spacing]\n }],\n\n /**\r\n * Min-Width\r\n * @see https://tailwindcss.com/docs/min-width\r\n */\n 'min-w': [{\n 'min-w': ['min', 'max', 'fit', isLength]\n }],\n\n /**\r\n * Max-Width\r\n * @see https://tailwindcss.com/docs/max-width\r\n */\n 'max-w': [{\n 'max-w': ['0', 'none', 'full', 'min', 'max', 'fit', 'prose', {\n screen: [isTshirtSize]\n }, isTshirtSize, isArbitraryLength]\n }],\n\n /**\r\n * Height\r\n * @see https://tailwindcss.com/docs/height\r\n */\n h: [{\n h: getSpacingWithAuto()\n }],\n\n /**\r\n * Min-Height\r\n * @see https://tailwindcss.com/docs/min-height\r\n */\n 'min-h': [{\n 'min-h': ['min', 'max', 'fit', isLength]\n }],\n\n /**\r\n * Max-Height\r\n * @see https://tailwindcss.com/docs/max-height\r\n */\n 'max-h': [{\n 'max-h': [spacing, 'min', 'max', 'fit']\n }],\n // Typography\n\n /**\r\n * Font Size\r\n * @see https://tailwindcss.com/docs/font-size\r\n */\n 'font-size': [{\n text: ['base', isTshirtSize, isArbitraryLength]\n }],\n\n /**\r\n * Font Smoothing\r\n * @see https://tailwindcss.com/docs/font-smoothing\r\n */\n 'font-smoothing': ['antialiased', 'subpixel-antialiased'],\n\n /**\r\n * Font Style\r\n * @see https://tailwindcss.com/docs/font-style\r\n */\n 'font-style': ['italic', 'not-italic'],\n\n /**\r\n * Font Weight\r\n * @see https://tailwindcss.com/docs/font-weight\r\n */\n 'font-weight': [{\n font: ['thin', 'extralight', 'light', 'normal', 'medium', 'semibold', 'bold', 'extrabold', 'black', isArbitraryWeight]\n }],\n\n /**\r\n * Font Family\r\n * @see https://tailwindcss.com/docs/font-family\r\n */\n 'font-family': [{\n font: [isAny]\n }],\n\n /**\r\n * Font Variant Numeric\r\n * @see https://tailwindcss.com/docs/font-variant-numeric\r\n */\n 'fvn-normal': ['normal-nums'],\n\n /**\r\n * Font Variant Numeric\r\n * @see https://tailwindcss.com/docs/font-variant-numeric\r\n */\n 'fvn-ordinal': ['ordinal'],\n\n /**\r\n * Font Variant Numeric\r\n * @see https://tailwindcss.com/docs/font-variant-numeric\r\n */\n 'fvn-slashed-zero': ['slashed-zero'],\n\n /**\r\n * Font Variant Numeric\r\n * @see https://tailwindcss.com/docs/font-variant-numeric\r\n */\n 'fvn-figure': ['lining-nums', 'oldstyle-nums'],\n\n /**\r\n * Font Variant Numeric\r\n * @see https://tailwindcss.com/docs/font-variant-numeric\r\n */\n 'fvn-spacing': ['proportional-nums', 'tabular-nums'],\n\n /**\r\n * Font Variant Numeric\r\n * @see https://tailwindcss.com/docs/font-variant-numeric\r\n */\n 'fvn-fraction': ['diagonal-fractions', 'stacked-fractons'],\n\n /**\r\n * Letter Spacing\r\n * @see https://tailwindcss.com/docs/letter-spacing\r\n */\n tracking: [{\n tracking: ['tighter', 'tight', 'normal', 'wide', 'wider', 'widest', isArbitraryLength]\n }],\n\n /**\r\n * Line Height\r\n * @see https://tailwindcss.com/docs/line-height\r\n */\n leading: [{\n leading: ['none', 'tight', 'snug', 'normal', 'relaxed', 'loose', isLength]\n }],\n\n /**\r\n * List Style Type\r\n * @see https://tailwindcss.com/docs/list-style-type\r\n */\n 'list-style-type': [{\n list: ['none', 'disc', 'decimal', isArbitraryValue]\n }],\n\n /**\r\n * List Style Position\r\n * @see https://tailwindcss.com/docs/list-style-position\r\n */\n 'list-style-position': [{\n list: ['inside', 'outside']\n }],\n\n /**\r\n * Placeholder Color\r\n * @deprecated since Tailwind CSS v3.0.0\r\n * @see https://tailwindcss.com/docs/placeholder-color\r\n */\n 'placeholder-color': [{\n placeholder: [colors]\n }],\n\n /**\r\n * Placeholder Opacity\r\n * @see https://tailwindcss.com/docs/placeholder-opacity\r\n */\n 'placeholder-opacity': [{\n 'placeholder-opacity': [opacity]\n }],\n\n /**\r\n * Text Alignment\r\n * @see https://tailwindcss.com/docs/text-align\r\n */\n 'text-alignment': [{\n text: ['left', 'center', 'right', 'justify']\n }],\n\n /**\r\n * Text Color\r\n * @see https://tailwindcss.com/docs/text-color\r\n */\n 'text-color': [{\n text: [colors]\n }],\n\n /**\r\n * Text Opacity\r\n * @see https://tailwindcss.com/docs/text-opacity\r\n */\n 'text-opacity': [{\n 'text-opacity': [opacity]\n }],\n\n /**\r\n * Text Decoration\r\n * @see https://tailwindcss.com/docs/text-decoration\r\n */\n 'text-decoration': ['underline', 'overline', 'line-through', 'no-underline'],\n\n /**\r\n * Text Decoration Style\r\n * @see https://tailwindcss.com/docs/text-decoration-style\r\n */\n 'text-decoration-style': [{\n decoration: [].concat(getLineStyles(), ['wavy'])\n }],\n\n /**\r\n * Text Decoration Thickness\r\n * @see https://tailwindcss.com/docs/text-decoration-thickness\r\n */\n 'text-decoration-thickness': [{\n decoration: ['auto', 'from-font', isLength]\n }],\n\n /**\r\n * Text Underline Offset\r\n * @see https://tailwindcss.com/docs/text-underline-offset\r\n */\n 'underline-offset': [{\n 'underline-offset': ['auto', isLength]\n }],\n\n /**\r\n * Text Decoration Color\r\n * @see https://tailwindcss.com/docs/text-decoration-color\r\n */\n 'text-decoration-color': [{\n decoration: [colors]\n }],\n\n /**\r\n * Text Transform\r\n * @see https://tailwindcss.com/docs/text-transform\r\n */\n 'text-transform': ['uppercase', 'lowercase', 'capitalize', 'normal-case'],\n\n /**\r\n * Text Overflow\r\n * @see https://tailwindcss.com/docs/text-overflow\r\n */\n 'text-overflow': ['truncate', 'text-ellipsis', 'text-clip'],\n\n /**\r\n * Text Indent\r\n * @see https://tailwindcss.com/docs/text-indent\r\n */\n indent: [{\n indent: [spacing]\n }],\n\n /**\r\n * Vertical Alignment\r\n * @see https://tailwindcss.com/docs/vertical-align\r\n */\n 'vertical-align': [{\n align: ['baseline', 'top', 'middle', 'bottom', 'text-top', 'text-bottom', 'sub', 'super', isArbitraryLength]\n }],\n\n /**\r\n * Whitespace\r\n * @see https://tailwindcss.com/docs/whitespace\r\n */\n whitespace: [{\n whitespace: ['normal', 'nowrap', 'pre', 'pre-line', 'pre-wrap']\n }],\n\n /**\r\n * Word Break\r\n * @see https://tailwindcss.com/docs/word-break\r\n */\n \"break\": [{\n \"break\": ['normal', 'words', 'all']\n }],\n\n /**\r\n * Content\r\n * @see https://tailwindcss.com/docs/content\r\n */\n content: [{\n content: ['none', isArbitraryValue]\n }],\n // Backgrounds\n\n /**\r\n * Background Attachment\r\n * @see https://tailwindcss.com/docs/background-attachment\r\n */\n 'bg-attachment': [{\n bg: ['fixed', 'local', 'scroll']\n }],\n\n /**\r\n * Background Clip\r\n * @see https://tailwindcss.com/docs/background-clip\r\n */\n 'bg-clip': [{\n 'bg-clip': ['border', 'padding', 'content', 'text']\n }],\n\n /**\r\n * Background Opacity\r\n * @deprecated since Tailwind CSS v3.0.0\r\n * @see https://tailwindcss.com/docs/background-opacity\r\n */\n 'bg-opacity': [{\n 'bg-opacity': [opacity]\n }],\n\n /**\r\n * Background Origin\r\n * @see https://tailwindcss.com/docs/background-origin\r\n */\n 'bg-origin': [{\n 'bg-origin': ['border', 'padding', 'content']\n }],\n\n /**\r\n * Background Position\r\n * @see https://tailwindcss.com/docs/background-position\r\n */\n 'bg-position': [{\n bg: [].concat(getPositions(), [isArbitraryPosition])\n }],\n\n /**\r\n * Background Repeat\r\n * @see https://tailwindcss.com/docs/background-repeat\r\n */\n 'bg-repeat': [{\n bg: ['no-repeat', {\n repeat: ['', 'x', 'y', 'round', 'space']\n }]\n }],\n\n /**\r\n * Background Size\r\n * @see https://tailwindcss.com/docs/background-size\r\n */\n 'bg-size': [{\n bg: ['auto', 'cover', 'contain', isArbitrarySize]\n }],\n\n /**\r\n * Background Image\r\n * @see https://tailwindcss.com/docs/background-image\r\n */\n 'bg-image': [{\n bg: ['none', {\n 'gradient-to': ['t', 'tr', 'r', 'br', 'b', 'bl', 'l', 'tl']\n }, isArbitraryUrl]\n }],\n\n /**\r\n * Background Color\r\n * @see https://tailwindcss.com/docs/background-color\r\n */\n 'bg-color': [{\n bg: [colors]\n }],\n\n /**\r\n * Gradient Color Stops From\r\n * @see https://tailwindcss.com/docs/gradient-color-stops\r\n */\n 'gradient-from': [{\n from: [gradientColorStops]\n }],\n\n /**\r\n * Gradient Color Stops Via\r\n * @see https://tailwindcss.com/docs/gradient-color-stops\r\n */\n 'gradient-via': [{\n via: [gradientColorStops]\n }],\n\n /**\r\n * Gradient Color Stops To\r\n * @see https://tailwindcss.com/docs/gradient-color-stops\r\n */\n 'gradient-to': [{\n to: [gradientColorStops]\n }],\n // Borders\n\n /**\r\n * Border Radius\r\n * @see https://tailwindcss.com/docs/border-radius\r\n */\n rounded: [{\n rounded: [borderRadius]\n }],\n\n /**\r\n * Border Radius Top\r\n * @see https://tailwindcss.com/docs/border-radius\r\n */\n 'rounded-t': [{\n 'rounded-t': [borderRadius]\n }],\n\n /**\r\n * Border Radius Right\r\n * @see https://tailwindcss.com/docs/border-radius\r\n */\n 'rounded-r': [{\n 'rounded-r': [borderRadius]\n }],\n\n /**\r\n * Border Radius Bottom\r\n * @see https://tailwindcss.com/docs/border-radius\r\n */\n 'rounded-b': [{\n 'rounded-b': [borderRadius]\n }],\n\n /**\r\n * Border Radius Left\r\n * @see https://tailwindcss.com/docs/border-radius\r\n */\n 'rounded-l': [{\n 'rounded-l': [borderRadius]\n }],\n\n /**\r\n * Border Radius Top Left\r\n * @see https://tailwindcss.com/docs/border-radius\r\n */\n 'rounded-tl': [{\n 'rounded-tl': [borderRadius]\n }],\n\n /**\r\n * Border Radius Top Right\r\n * @see https://tailwindcss.com/docs/border-radius\r\n */\n 'rounded-tr': [{\n 'rounded-tr': [borderRadius]\n }],\n\n /**\r\n * Border Radius Bottom Right\r\n * @see https://tailwindcss.com/docs/border-radius\r\n */\n 'rounded-br': [{\n 'rounded-br': [borderRadius]\n }],\n\n /**\r\n * Border Radius Bottom Left\r\n * @see https://tailwindcss.com/docs/border-radius\r\n */\n 'rounded-bl': [{\n 'rounded-bl': [borderRadius]\n }],\n\n /**\r\n * Border Width\r\n * @see https://tailwindcss.com/docs/border-width\r\n */\n 'border-w': [{\n border: [borderWidth]\n }],\n\n /**\r\n * Border Width X\r\n * @see https://tailwindcss.com/docs/border-width\r\n */\n 'border-w-x': [{\n 'border-x': [borderWidth]\n }],\n\n /**\r\n * Border Width Y\r\n * @see https://tailwindcss.com/docs/border-width\r\n */\n 'border-w-y': [{\n 'border-y': [borderWidth]\n }],\n\n /**\r\n * Border Width Top\r\n * @see https://tailwindcss.com/docs/border-width\r\n */\n 'border-w-t': [{\n 'border-t': [borderWidth]\n }],\n\n /**\r\n * Border Width Right\r\n * @see https://tailwindcss.com/docs/border-width\r\n */\n 'border-w-r': [{\n 'border-r': [borderWidth]\n }],\n\n /**\r\n * Border Width Bottom\r\n * @see https://tailwindcss.com/docs/border-width\r\n */\n 'border-w-b': [{\n 'border-b': [borderWidth]\n }],\n\n /**\r\n * Border Width Left\r\n * @see https://tailwindcss.com/docs/border-width\r\n */\n 'border-w-l': [{\n 'border-l': [borderWidth]\n }],\n\n /**\r\n * Border Opacity\r\n * @see https://tailwindcss.com/docs/border-opacity\r\n */\n 'border-opacity': [{\n 'border-opacity': [opacity]\n }],\n\n /**\r\n * Border Style\r\n * @see https://tailwindcss.com/docs/border-style\r\n */\n 'border-style': [{\n border: [].concat(getLineStyles(), ['hidden'])\n }],\n\n /**\r\n * Divide Width X\r\n * @see https://tailwindcss.com/docs/divide-width\r\n */\n 'divide-x': [{\n 'divide-x': [borderWidth]\n }],\n\n /**\r\n * Divide Width X Reverse\r\n * @see https://tailwindcss.com/docs/divide-width\r\n */\n 'divide-x-reverse': ['divide-x-reverse'],\n\n /**\r\n * Divide Width Y\r\n * @see https://tailwindcss.com/docs/divide-width\r\n */\n 'divide-y': [{\n 'divide-y': [borderWidth]\n }],\n\n /**\r\n * Divide Width Y Reverse\r\n * @see https://tailwindcss.com/docs/divide-width\r\n */\n 'divide-y-reverse': ['divide-y-reverse'],\n\n /**\r\n * Divide Opacity\r\n * @see https://tailwindcss.com/docs/divide-opacity\r\n */\n 'divide-opacity': [{\n 'divide-opacity': [opacity]\n }],\n\n /**\r\n * Divide Style\r\n * @see https://tailwindcss.com/docs/divide-style\r\n */\n 'divide-style': [{\n divide: getLineStyles()\n }],\n\n /**\r\n * Border Color\r\n * @see https://tailwindcss.com/docs/border-color\r\n */\n 'border-color': [{\n border: [borderColor]\n }],\n\n /**\r\n * Border Color X\r\n * @see https://tailwindcss.com/docs/border-color\r\n */\n 'border-color-x': [{\n 'border-x': [borderColor]\n }],\n\n /**\r\n * Border Color Y\r\n * @see https://tailwindcss.com/docs/border-color\r\n */\n 'border-color-y': [{\n 'border-y': [borderColor]\n }],\n\n /**\r\n * Border Color Top\r\n * @see https://tailwindcss.com/docs/border-color\r\n */\n 'border-color-t': [{\n 'border-t': [borderColor]\n }],\n\n /**\r\n * Border Color Right\r\n * @see https://tailwindcss.com/docs/border-color\r\n */\n 'border-color-r': [{\n 'border-r': [borderColor]\n }],\n\n /**\r\n * Border Color Bottom\r\n * @see https://tailwindcss.com/docs/border-color\r\n */\n 'border-color-b': [{\n 'border-b': [borderColor]\n }],\n\n /**\r\n * Border Color Left\r\n * @see https://tailwindcss.com/docs/border-color\r\n */\n 'border-color-l': [{\n 'border-l': [borderColor]\n }],\n\n /**\r\n * Divide Color\r\n * @see https://tailwindcss.com/docs/divide-color\r\n */\n 'divide-color': [{\n divide: [borderColor]\n }],\n\n /**\r\n * Outline Style\r\n * @see https://tailwindcss.com/docs/outline-style\r\n */\n 'outline-style': [{\n outline: [''].concat(getLineStyles(), ['hidden'])\n }],\n\n /**\r\n * Outline Offset\r\n * @see https://tailwindcss.com/docs/outline-offset\r\n */\n 'outline-offset': [{\n 'outline-offset': [isLength]\n }],\n\n /**\r\n * Outline Width\r\n * @see https://tailwindcss.com/docs/outline-width\r\n */\n 'outline-w': [{\n outline: [isLength]\n }],\n\n /**\r\n * Outline Color\r\n * @see https://tailwindcss.com/docs/outline-color\r\n */\n 'outline-color': [{\n outline: [colors]\n }],\n\n /**\r\n * Ring Width\r\n * @see https://tailwindcss.com/docs/ring-width\r\n */\n 'ring-w': [{\n ring: getLengthWithEmpty()\n }],\n\n /**\r\n * Ring Width Inset\r\n * @see https://tailwindcss.com/docs/ring-width\r\n */\n 'ring-w-inset': ['ring-inset'],\n\n /**\r\n * Ring Color\r\n * @see https://tailwindcss.com/docs/ring-color\r\n */\n 'ring-color': [{\n ring: [colors]\n }],\n\n /**\r\n * Ring Opacity\r\n * @see https://tailwindcss.com/docs/ring-opacity\r\n */\n 'ring-opacity': [{\n 'ring-opacity': [opacity]\n }],\n\n /**\r\n * Ring Offset Width\r\n * @see https://tailwindcss.com/docs/ring-offset-width\r\n */\n 'ring-offset-w': [{\n 'ring-offset': [isLength]\n }],\n\n /**\r\n * Ring Offset Color\r\n * @see https://tailwindcss.com/docs/ring-offset-color\r\n */\n 'ring-offset-color': [{\n 'ring-offset': [colors]\n }],\n // Effects\n\n /**\r\n * Box Shadow\r\n * @see https://tailwindcss.com/docs/box-shadow\r\n */\n shadow: [{\n shadow: ['', 'inner', 'none', isTshirtSize, isArbitraryShadow]\n }],\n\n /**\r\n * Box Shadow Color\r\n * @see https://tailwindcss.com/docs/box-shadow-color\r\n */\n 'shadow-color': [{\n shadow: [isAny]\n }],\n\n /**\r\n * Opacity\r\n * @see https://tailwindcss.com/docs/opacity\r\n */\n opacity: [{\n opacity: [opacity]\n }],\n\n /**\r\n * Mix Beldn Mode\r\n * @see https://tailwindcss.com/docs/mix-blend-mode\r\n */\n 'mix-blend': [{\n 'mix-blend': getBlendModes()\n }],\n\n /**\r\n * Background Blend Mode\r\n * @see https://tailwindcss.com/docs/background-blend-mode\r\n */\n 'bg-blend': [{\n 'bg-blend': getBlendModes()\n }],\n // Filters\n\n /**\r\n * Filter\r\n * @deprecated since Tailwind CSS v3.0.0\r\n * @see https://tailwindcss.com/docs/filter\r\n */\n filter: [{\n filter: ['', 'none']\n }],\n\n /**\r\n * Blur\r\n * @see https://tailwindcss.com/docs/blur\r\n */\n blur: [{\n blur: [blur]\n }],\n\n /**\r\n * Brightness\r\n * @see https://tailwindcss.com/docs/brightness\r\n */\n brightness: [{\n brightness: [brightness]\n }],\n\n /**\r\n * Contrast\r\n * @see https://tailwindcss.com/docs/contrast\r\n */\n contrast: [{\n contrast: [contrast]\n }],\n\n /**\r\n * Drop Shadow\r\n * @see https://tailwindcss.com/docs/drop-shadow\r\n */\n 'drop-shadow': [{\n 'drop-shadow': ['', 'none', isTshirtSize, isArbitraryValue]\n }],\n\n /**\r\n * Grayscale\r\n * @see https://tailwindcss.com/docs/grayscale\r\n */\n grayscale: [{\n grayscale: [grayscale]\n }],\n\n /**\r\n * Hue Rotate\r\n * @see https://tailwindcss.com/docs/hue-rotate\r\n */\n 'hue-rotate': [{\n 'hue-rotate': [hueRotate]\n }],\n\n /**\r\n * Invert\r\n * @see https://tailwindcss.com/docs/invert\r\n */\n invert: [{\n invert: [invert]\n }],\n\n /**\r\n * Saturate\r\n * @see https://tailwindcss.com/docs/saturate\r\n */\n saturate: [{\n saturate: [saturate]\n }],\n\n /**\r\n * Sepia\r\n * @see https://tailwindcss.com/docs/sepia\r\n */\n sepia: [{\n sepia: [sepia]\n }],\n\n /**\r\n * Backdrop Filter\r\n * @deprecated since Tailwind CSS v3.0.0\r\n * @see https://tailwindcss.com/docs/backdrop-filter\r\n */\n 'backdrop-filter': [{\n 'backdrop-filter': ['', 'none']\n }],\n\n /**\r\n * Backdrop Blur\r\n * @see https://tailwindcss.com/docs/backdrop-blur\r\n */\n 'backdrop-blur': [{\n 'backdrop-blur': [blur]\n }],\n\n /**\r\n * Backdrop Brightness\r\n * @see https://tailwindcss.com/docs/backdrop-brightness\r\n */\n 'backdrop-brightness': [{\n 'backdrop-brightness': [brightness]\n }],\n\n /**\r\n * Backdrop Contrast\r\n * @see https://tailwindcss.com/docs/backdrop-contrast\r\n */\n 'backdrop-contrast': [{\n 'backdrop-contrast': [contrast]\n }],\n\n /**\r\n * Backdrop Grayscale\r\n * @see https://tailwindcss.com/docs/backdrop-grayscale\r\n */\n 'backdrop-grayscale': [{\n 'backdrop-grayscale': [grayscale]\n }],\n\n /**\r\n * Backdrop Hue Rotate\r\n * @see https://tailwindcss.com/docs/backdrop-hue-rotate\r\n */\n 'backdrop-hue-rotate': [{\n 'backdrop-hue-rotate': [hueRotate]\n }],\n\n /**\r\n * Backdrop Invert\r\n * @see https://tailwindcss.com/docs/backdrop-invert\r\n */\n 'backdrop-invert': [{\n 'backdrop-invert': [invert]\n }],\n\n /**\r\n * Backdrop Opacity\r\n * @see https://tailwindcss.com/docs/backdrop-opacity\r\n */\n 'backdrop-opacity': [{\n 'backdrop-opacity': [opacity]\n }],\n\n /**\r\n * Backdrop Saturate\r\n * @see https://tailwindcss.com/docs/backdrop-saturate\r\n */\n 'backdrop-saturate': [{\n 'backdrop-saturate': [saturate]\n }],\n\n /**\r\n * Backdrop Sepia\r\n * @see https://tailwindcss.com/docs/backdrop-sepia\r\n */\n 'backdrop-sepia': [{\n 'backdrop-sepia': [sepia]\n }],\n // Tables\n\n /**\r\n * Border Collapse\r\n * @see https://tailwindcss.com/docs/border-collapse\r\n */\n 'border-collapse': [{\n border: ['collapse', 'separate']\n }],\n\n /**\r\n * Table Layout\r\n * @see https://tailwindcss.com/docs/table-layout\r\n */\n 'table-layout': [{\n table: ['auto', 'fixed']\n }],\n // Transitions and Animation\n\n /**\r\n * Tranisition Property\r\n * @see https://tailwindcss.com/docs/transition-property\r\n */\n transition: [{\n transition: ['none', 'all', '', 'colors', 'opacity', 'shadow', 'transform', isArbitraryValue]\n }],\n\n /**\r\n * Transition Duration\r\n * @see https://tailwindcss.com/docs/transition-duration\r\n */\n duration: [{\n duration: [isInteger]\n }],\n\n /**\r\n * Transition Timing Function\r\n * @see https://tailwindcss.com/docs/transition-timing-function\r\n */\n ease: [{\n ease: ['linear', 'in', 'out', 'in-out', isArbitraryValue]\n }],\n\n /**\r\n * Transition Delay\r\n * @see https://tailwindcss.com/docs/transition-delay\r\n */\n delay: [{\n delay: [isInteger]\n }],\n\n /**\r\n * Animation\r\n * @see https://tailwindcss.com/docs/animation\r\n */\n animate: [{\n animate: ['none', 'spin', 'ping', 'pulse', 'bounce', isArbitraryValue]\n }],\n // Transforms\n\n /**\r\n * Transform\r\n * @see https://tailwindcss.com/docs/transform\r\n */\n transform: [{\n transform: ['', 'gpu', 'none']\n }],\n\n /**\r\n * Scale\r\n * @see https://tailwindcss.com/docs/scale\r\n */\n scale: [{\n scale: [scale]\n }],\n\n /**\r\n * Scale X\r\n * @see https://tailwindcss.com/docs/scale\r\n */\n 'scale-x': [{\n 'scale-x': [scale]\n }],\n\n /**\r\n * Scale Y\r\n * @see https://tailwindcss.com/docs/scale\r\n */\n 'scale-y': [{\n 'scale-y': [scale]\n }],\n\n /**\r\n * Rotate\r\n * @see https://tailwindcss.com/docs/rotate\r\n */\n rotate: [{\n rotate: [isInteger, isArbitraryValue]\n }],\n\n /**\r\n * Translate X\r\n * @see https://tailwindcss.com/docs/translate\r\n */\n 'translate-x': [{\n 'translate-x': [translate]\n }],\n\n /**\r\n * Translate Y\r\n * @see https://tailwindcss.com/docs/translate\r\n */\n 'translate-y': [{\n 'translate-y': [translate]\n }],\n\n /**\r\n * Skew X\r\n * @see https://tailwindcss.com/docs/skew\r\n */\n 'skew-x': [{\n 'skew-x': [skew]\n }],\n\n /**\r\n * Skew Y\r\n * @see https://tailwindcss.com/docs/skew\r\n */\n 'skew-y': [{\n 'skew-y': [skew]\n }],\n\n /**\r\n * Transform Origin\r\n * @see https://tailwindcss.com/docs/transform-origin\r\n */\n 'transform-origin': [{\n origin: ['center', 'top', 'top-right', 'right', 'bottom-right', 'bottom', 'bottom-left', 'left', 'top-left', isArbitraryValue]\n }],\n // Interactivity\n\n /**\r\n * Accent Color\r\n * @see https://tailwindcss.com/docs/accent-color\r\n */\n accent: [{\n accent: ['auto', colors]\n }],\n\n /**\r\n * Appearance\r\n * @see https://tailwindcss.com/docs/appearance\r\n */\n appearance: ['appearance-none'],\n\n /**\r\n * Cursor\r\n * @see https://tailwindcss.com/docs/cursor\r\n */\n cursor: [{\n 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]\n }],\n\n /**\r\n * Caret Color\r\n * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities\r\n */\n 'caret-color': [{\n caret: [colors]\n }],\n\n /**\r\n * Pointer Events\r\n * @see https://tailwindcss.com/docs/pointer-events\r\n */\n 'pointer-events': [{\n 'pointer-events': ['none', 'auto']\n }],\n\n /**\r\n * Resize\r\n * @see https://tailwindcss.com/docs/resize\r\n */\n resize: [{\n resize: ['none', 'y', 'x', '']\n }],\n\n /**\r\n * Scroll Behavior\r\n * @see https://tailwindcss.com/docs/scroll-behavior\r\n */\n 'scroll-behavior': [{\n scroll: ['auto', 'smooth']\n }],\n\n /**\r\n * Scroll Margin\r\n * @see https://tailwindcss.com/docs/scroll-margin\r\n */\n 'scroll-m': [{\n 'scroll-m': [spacing]\n }],\n\n /**\r\n * Scroll Margin X\r\n * @see https://tailwindcss.com/docs/scroll-margin\r\n */\n 'scroll-mx': [{\n 'scroll-mx': [spacing]\n }],\n\n /**\r\n * Scroll Margin Y\r\n * @see https://tailwindcss.com/docs/scroll-margin\r\n */\n 'scroll-my': [{\n 'scroll-my': [spacing]\n }],\n\n /**\r\n * Scroll Margin Top\r\n * @see https://tailwindcss.com/docs/scroll-margin\r\n */\n 'scroll-mt': [{\n 'scroll-mt': [spacing]\n }],\n\n /**\r\n * Scroll Margin Right\r\n * @see https://tailwindcss.com/docs/scroll-margin\r\n */\n 'scroll-mr': [{\n 'scroll-mr': [spacing]\n }],\n\n /**\r\n * Scroll Margin Bottom\r\n * @see https://tailwindcss.com/docs/scroll-margin\r\n */\n 'scroll-mb': [{\n 'scroll-mb': [spacing]\n }],\n\n /**\r\n * Scroll Margin Left\r\n * @see https://tailwindcss.com/docs/scroll-margin\r\n */\n 'scroll-ml': [{\n 'scroll-ml': [spacing]\n }],\n\n /**\r\n * Scroll Padding\r\n * @see https://tailwindcss.com/docs/scroll-padding\r\n */\n 'scroll-p': [{\n 'scroll-p': [spacing]\n }],\n\n /**\r\n * Scroll Padding X\r\n * @see https://tailwindcss.com/docs/scroll-padding\r\n */\n 'scroll-px': [{\n 'scroll-px': [spacing]\n }],\n\n /**\r\n * Scroll Padding Y\r\n * @see https://tailwindcss.com/docs/scroll-padding\r\n */\n 'scroll-py': [{\n 'scroll-py': [spacing]\n }],\n\n /**\r\n * Scroll Padding Top\r\n * @see https://tailwindcss.com/docs/scroll-padding\r\n */\n 'scroll-pt': [{\n 'scroll-pt': [spacing]\n }],\n\n /**\r\n * Scroll Padding Right\r\n * @see https://tailwindcss.com/docs/scroll-padding\r\n */\n 'scroll-pr': [{\n 'scroll-pr': [spacing]\n }],\n\n /**\r\n * Scroll Padding Bottom\r\n * @see https://tailwindcss.com/docs/scroll-padding\r\n */\n 'scroll-pb': [{\n 'scroll-pb': [spacing]\n }],\n\n /**\r\n * Scroll Padding Left\r\n * @see https://tailwindcss.com/docs/scroll-padding\r\n */\n 'scroll-pl': [{\n 'scroll-pl': [spacing]\n }],\n\n /**\r\n * Scroll Snap Align\r\n * @see https://tailwindcss.com/docs/scroll-snap-align\r\n */\n 'snap-align': [{\n snap: ['start', 'end', 'center', 'align-none']\n }],\n\n /**\r\n * Scroll Snap Stop\r\n * @see https://tailwindcss.com/docs/scroll-snap-stop\r\n */\n 'snap-stop': [{\n snap: ['normal', 'always']\n }],\n\n /**\r\n * Scroll Snap Type\r\n * @see https://tailwindcss.com/docs/scroll-snap-type\r\n */\n 'snap-type': [{\n snap: ['none', 'x', 'y', 'both']\n }],\n\n /**\r\n * Scroll Snap Type Strictness\r\n * @see https://tailwindcss.com/docs/scroll-snap-type\r\n */\n 'snap-strictness': [{\n snap: ['mandatory', 'proximity']\n }],\n\n /**\r\n * Touch Action\r\n * @see https://tailwindcss.com/docs/touch-action\r\n */\n touch: [{\n touch: ['auto', 'none', 'pinch-zoom', 'manipulation', {\n pan: ['x', 'left', 'right', 'y', 'up', 'down']\n }]\n }],\n\n /**\r\n * User Select\r\n * @see https://tailwindcss.com/docs/user-select\r\n */\n select: [{\n select: ['none', 'text', 'all', 'auto']\n }],\n\n /**\r\n * Will Change\r\n * @see https://tailwindcss.com/docs/will-change\r\n */\n 'will-change': [{\n 'will-change': ['auto', 'scroll', 'contents', 'transform', isArbitraryValue]\n }],\n // SVG\n\n /**\r\n * Fill\r\n * @see https://tailwindcss.com/docs/fill\r\n */\n fill: [{\n fill: [colors]\n }],\n\n /**\r\n * Stroke Width\r\n * @see https://tailwindcss.com/docs/stroke-width\r\n */\n 'stroke-w': [{\n stroke: [isLength]\n }],\n\n /**\r\n * Stroke\r\n * @see https://tailwindcss.com/docs/stroke\r\n */\n stroke: [{\n stroke: [colors]\n }],\n // Accessibility\n\n /**\r\n * Screen Readers\r\n * @see https://tailwindcss.com/docs/screen-readers\r\n */\n sr: ['sr-only', 'not-sr-only']\n },\n conflictingClassGroups: {\n overflow: ['overflow-x', 'overflow-y'],\n overscroll: ['overscroll-x', 'overscroll-y'],\n inset: ['inset-x', 'inset-y', 'top', 'right', 'bottom', 'left'],\n 'inset-x': ['right', 'left'],\n 'inset-y': ['top', 'bottom'],\n flex: ['basis', 'grow', 'shrink'],\n 'col-start-end': ['col-start', 'col-end'],\n 'row-start-end': ['row-start', 'row-end'],\n gap: ['gap-x', 'gap-y'],\n p: ['px', 'py', 'pt', 'pr', 'pb', 'pl'],\n px: ['pr', 'pl'],\n py: ['pt', 'pb'],\n m: ['mx', 'my', 'mt', 'mr', 'mb', 'ml'],\n mx: ['mr', 'ml'],\n my: ['mt', 'mb'],\n 'font-size': ['leading'],\n 'fvn-normal': ['fvn-ordinal', 'fvn-slashed-zero', 'fvn-figure', 'fvn-spacing', 'fvn-fraction'],\n 'fvn-ordinal': ['fvn-normal'],\n 'fvn-slashed-zero': ['fvn-normal'],\n 'fvn-figure': ['fvn-normal'],\n 'fvn-spacing': ['fvn-normal'],\n 'fvn-fraction': ['fvn-normal'],\n rounded: ['rounded-t', 'rounded-r', 'rounded-b', 'rounded-l', 'rounded-tl', 'rounded-tr', 'rounded-br', 'rounded-bl'],\n 'rounded-t': ['rounded-tl', 'rounded-tr'],\n 'rounded-r': ['rounded-tr', 'rounded-br'],\n 'rounded-b': ['rounded-br', 'rounded-bl'],\n 'rounded-l': ['rounded-tl', 'rounded-bl'],\n 'border-w': ['border-w-t', 'border-w-r', 'border-w-b', 'border-w-l'],\n 'border-w-x': ['border-w-r', 'border-w-l'],\n 'border-w-y': ['border-w-t', 'border-w-b'],\n 'border-color': ['border-color-t', 'border-color-r', 'border-color-b', 'border-color-l'],\n 'border-color-x': ['border-color-r', 'border-color-l'],\n 'border-color-y': ['border-color-t', 'border-color-b'],\n 'scroll-m': ['scroll-mx', 'scroll-my', 'scroll-mt', 'scroll-mr', 'scroll-mb', 'scroll-ml'],\n 'scroll-mx': ['scroll-mr', 'scroll-ml'],\n 'scroll-my': ['scroll-mt', 'scroll-mb'],\n 'scroll-p': ['scroll-px', 'scroll-py', 'scroll-pt', 'scroll-pr', 'scroll-pb', 'scroll-pl'],\n 'scroll-px': ['scroll-pr', 'scroll-pl'],\n 'scroll-py': ['scroll-pt', 'scroll-pb']\n }\n };\n}\n\nexport { getDefaultConfig };\n//# sourceMappingURL=default-config.mjs.map\n","import { createTailwindMerge } from './create-tailwind-merge.mjs';\nimport { getDefaultConfig } from './default-config.mjs';\n\nvar twMerge = /*#__PURE__*/createTailwindMerge(getDefaultConfig);\n\nexport { twMerge };\n//# sourceMappingURL=tailwind-merge.mjs.map\n","import React, { forwardRef, ReactNode } from 'react'\nimport clsx from 'clsx'\nimport { twMerge } from 'tailwind-merge'\n\nimport {\n IComponentBaseProps,\n ComponentColor,\n ComponentShape,\n ComponentSize,\n} from '../types'\n\nexport type ButtonProps = Omit<\n React.ButtonHTMLAttributes{item}
\n \n )\n}\n\nexport default DropdownMenu\n","import React from 'react'\nimport { twMerge } from 'tailwind-merge'\n\nimport { IComponentBaseProps } from '../types'\n\ntype ModalActionsProps = React.HTMLAttributes
\n
\n
: children}\n {hasButtons && (\n
\n {children?.map((child) => {\n return \n \n )\n }\n)\nexport default TableHead\n","import React from 'react'\n\nexport type TableBodyProps = React.TableHTMLAttributes{child} \n })}\n \n {children?.map((child, i) => \n i < 1 ? \n )\n }\n)\n\nexport default TableRow\n","import React, { ReactElement } from 'react'\n\nimport { IComponentBaseProps } from '../types'\n\nexport type TableFooterProps =\n React.TableHTMLAttributes{child} : {child} \n )}\n \n {children?.map((child) => {\n return \n \n )\n }\n)\n\nexport default TableFooter\n","import React from 'react'\nimport clsx from 'clsx'\nimport { twMerge } from 'tailwind-merge'\n\nimport { IComponentBaseProps } from '../types'\n\nimport TableHead from './TableHead'\nimport TableBody from './TableBody'\nimport TableRow from './TableRow'\nimport TableFooter from './TableFooter'\n\nexport type TableProps = React.TableHTMLAttributes{child} \n })}\n \n {children}\n
\n )\n }\n)\n\nexport default Object.assign(Table, {\n Head: TableHead,\n Body: TableBody,\n Row: TableRow,\n Footer: TableFooter,\n})\n","import React, { forwardRef } from 'react'\nimport clsx from 'clsx'\nimport { twMerge } from 'tailwind-merge'\n\nimport {\n IComponentBaseProps,\n ComponentColor,\n ComponentPosition,\n} from '../types'\n\nexport type TooltipProps = Omit\n )\n }\n)\n\nexport default Object.assign(Menu, { Title: MenuTitle, Item: MenuItem })\n","import React from 'react'\nimport clsx from 'clsx'\nimport { twMerge } from 'tailwind-merge'\n\nimport { NavbarProps } from './Navbar'\n\nexport type NavbarSectionProps = NavbarProps & {\n section: 'start' | 'center' | 'end'\n}\n\nconst NavbarSection = React.forwardRef
\n {children}\n
\n )\n }\n)\n\nexport default Object.assign(Steps, { Step })\n","import React from 'react'\nimport clsx from 'clsx'\nimport { twMerge } from 'tailwind-merge'\n\nimport { ComponentSize } from '../types'\n\nexport type TabProps\n
\n )\n }\n)\n\nCodeMockupLine.displayName = 'CodeMockup.Line'\n","import React, { forwardRef } from 'react'\nimport { twMerge } from 'tailwind-merge'\n\nimport { IComponentBaseProps } from '../types'\nimport { CodeMockupLine } from './CodeMockupLine'\n\nexport type CodeMockupProps = React.HTMLAttributes\n {children}\n
\n