laif-ds 0.2.21 → 0.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/index.js +5 -3
- package/dist/_virtual/index3.js +2 -5
- package/dist/_virtual/index4.js +3 -5
- package/dist/_virtual/index6.js +5 -2
- package/dist/components/ui/app-select.js +92 -109
- package/dist/components/ui/gantt/constants/DimensionsSettings.js +6 -6
- package/dist/components/ui/gantt/constants/DragStepOptions.js +9 -9
- package/dist/components/ui/message-input.js +23 -23
- package/dist/components/ui/sidebar.js +1 -1
- package/dist/index.d.ts +4 -6
- package/dist/lib/audio-utils.js +2 -2
- package/dist/node_modules/@date-fns/tz/date/index.js +2 -7
- package/dist/node_modules/@date-fns/tz/date/mini.js +32 -27
- package/dist/node_modules/@date-fns/tz/tzName/index.js +12 -0
- package/dist/node_modules/@date-fns/tz/tzOffset/index.js +11 -12
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +137 -139
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +238 -235
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +88 -83
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +70 -69
- package/dist/node_modules/@lexical/clipboard/LexicalClipboard.prod.js +13 -13
- package/dist/node_modules/@lexical/code/LexicalCode.prod.js +3 -3
- package/dist/node_modules/@lexical/dragon/LexicalDragon.prod.js +2 -2
- package/dist/node_modules/@lexical/history/LexicalHistory.prod.js +9 -9
- package/dist/node_modules/@lexical/html/LexicalHtml.prod.js +6 -6
- package/dist/node_modules/@lexical/list/LexicalList.prod.js +48 -48
- package/dist/node_modules/@lexical/markdown/LexicalMarkdown.prod.js +29 -29
- package/dist/node_modules/@lexical/react/LexicalCheckListPlugin.prod.js +1 -1
- package/dist/node_modules/@lexical/react/LexicalClearEditorPlugin.prod.js +2 -2
- package/dist/node_modules/@lexical/react/LexicalComposer.prod.js +10 -10
- package/dist/node_modules/@lexical/react/LexicalComposerContext.prod.js +2 -2
- package/dist/node_modules/@lexical/react/LexicalContentEditable.prod.js +17 -17
- package/dist/node_modules/@lexical/react/LexicalErrorBoundary.prod.js +4 -4
- package/dist/node_modules/@lexical/react/LexicalHistoryPlugin.prod.js +4 -4
- package/dist/node_modules/@lexical/react/LexicalListPlugin.prod.js +5 -5
- package/dist/node_modules/@lexical/react/LexicalOnChangePlugin.prod.js +4 -4
- package/dist/node_modules/@lexical/react/LexicalRichTextPlugin.prod.js +20 -20
- package/dist/node_modules/@lexical/react/useLexicalEditable.prod.js +7 -7
- package/dist/node_modules/@lexical/rich-text/LexicalRichText.prod.js +43 -43
- package/dist/node_modules/@lexical/table/LexicalTable.prod.js +16 -16
- package/dist/node_modules/@lexical/utils/LexicalUtils.prod.js +3 -3
- package/dist/node_modules/@radix-ui/react-popper/dist/index.js +43 -42
- package/dist/node_modules/@radix-ui/react-presence/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-scroll-area/dist/index.js +2 -2
- package/dist/node_modules/@radix-ui/react-select/dist/index.js +2 -2
- package/dist/node_modules/@radix-ui/react-use-is-hydrated/dist/index.js +1 -1
- package/dist/node_modules/@reduxjs/toolkit/dist/redux-toolkit.modern.js +183 -175
- package/dist/node_modules/@shikijs/core/dist/index.js +195 -175
- package/dist/node_modules/@shikijs/langs/dist/asciidoc.js +2 -2
- package/dist/node_modules/@shikijs/langs/dist/cobol.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/erlang.js +5 -3
- package/dist/node_modules/@shikijs/langs/dist/fsharp.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/gdscript.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/go.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/haxe.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/julia.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/latex.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/lean.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/markdown.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/marko.js +5 -5
- package/dist/node_modules/@shikijs/langs/dist/mermaid.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/nextflow.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/purescript.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/r.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/sql.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/swift.js +2 -2
- package/dist/node_modules/@shikijs/langs/dist/templ.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/tex.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/vue-vine.js +21 -0
- package/dist/node_modules/@shikijs/langs/dist/vue.js +1 -1
- package/dist/node_modules/@shikijs/langs/dist/zig.js +1 -1
- package/dist/node_modules/@shikijs/themes/dist/andromeeda.js +1 -1
- package/dist/node_modules/@shikijs/themes/dist/catppuccin-frappe.js +1 -1
- package/dist/node_modules/@shikijs/themes/dist/catppuccin-latte.js +1 -1
- package/dist/node_modules/@shikijs/themes/dist/catppuccin-macchiato.js +1 -1
- package/dist/node_modules/@shikijs/themes/dist/catppuccin-mocha.js +1 -1
- package/dist/node_modules/@shikijs/themes/dist/gruvbox-dark-hard.js +1 -1
- package/dist/node_modules/@shikijs/themes/dist/gruvbox-dark-medium.js +1 -1
- package/dist/node_modules/@shikijs/themes/dist/gruvbox-dark-soft.js +1 -1
- package/dist/node_modules/@shikijs/themes/dist/gruvbox-light-hard.js +1 -1
- package/dist/node_modules/@shikijs/themes/dist/gruvbox-light-medium.js +1 -1
- package/dist/node_modules/@shikijs/themes/dist/gruvbox-light-soft.js +1 -1
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +215 -208
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +1 -1
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +1 -1
- package/dist/node_modules/classnames/index.js +2 -2
- package/dist/node_modules/d3-interpolate/src/rgb.js +2 -2
- package/dist/node_modules/dayjs/dayjs.min.js +14 -14
- package/dist/node_modules/dayjs/locale/it.js +4 -4
- package/dist/node_modules/dayjs/plugin/isoWeek.js +4 -4
- package/dist/node_modules/dayjs/plugin/localizedFormat.js +10 -10
- package/dist/node_modules/decimal.js-light/decimal.js +2 -2
- package/dist/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js +2 -2
- package/dist/node_modules/es-toolkit/dist/array/flatten.js +2 -2
- package/dist/node_modules/es-toolkit/dist/array/uniqBy.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/_internal/compareValues.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/_internal/getTag.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/_internal/isIndex.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/_internal/isKey.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/_internal/tags.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/_internal/toKey.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/array/orderBy.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/array/sortBy.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/array/uniqBy.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/function/debounce.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/function/throttle.js +14 -15
- package/dist/node_modules/es-toolkit/dist/compat/math/range.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/object/cloneDeep.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js +11 -11
- package/dist/node_modules/es-toolkit/dist/compat/object/get.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/object/has.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/object/property.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isArguments.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isMatch.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isObject.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isSymbol.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/predicate/matches.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/util/eq.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/util/iteratee.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/util/toFinite.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/util/toNumber.js +2 -2
- package/dist/node_modules/es-toolkit/dist/compat/util/toPath.js +2 -2
- package/dist/node_modules/es-toolkit/dist/function/debounce.js +15 -15
- package/dist/node_modules/es-toolkit/dist/function/identity.js +2 -2
- package/dist/node_modules/es-toolkit/dist/function/noop.js +2 -10
- package/dist/node_modules/es-toolkit/dist/object/cloneDeep.js +2 -2
- package/dist/node_modules/es-toolkit/dist/object/cloneDeepWith.js +3 -3
- package/dist/node_modules/es-toolkit/dist/predicate/isLength.js +2 -2
- package/dist/node_modules/es-toolkit/dist/predicate/isPrimitive.js +2 -2
- package/dist/node_modules/es-toolkit/dist/predicate/isTypedArray.js +2 -2
- package/dist/node_modules/eventemitter3/index.js +1 -1
- package/dist/node_modules/eventemitter3/index2.js +3 -3
- package/dist/node_modules/immer/dist/immer.js +213 -216
- package/dist/node_modules/lexical/Lexical.prod.js +212 -212
- package/dist/node_modules/lodash/_baseCreate.js +2 -2
- package/dist/node_modules/lodash/_cloneBuffer.js +2 -2
- package/dist/node_modules/lodash/_defineProperty.js +2 -2
- package/dist/node_modules/lodash/_isMasked.js +2 -2
- package/dist/node_modules/lodash/_nodeUtil.js +4 -4
- package/dist/node_modules/lodash/isArguments.js +2 -2
- package/dist/node_modules/lodash/isBuffer.js +2 -2
- package/dist/node_modules/lodash/lodash.js +16 -16
- package/dist/node_modules/prismjs/components/prism-cpp.js +2 -2
- package/dist/node_modules/prismjs/components/prism-java.js +2 -2
- package/dist/node_modules/prismjs/components/prism-rust.js +2 -2
- package/dist/node_modules/prismjs/components/prism-typescript.js +2 -2
- package/dist/node_modules/prismjs/prism.js +8 -8
- package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +183 -164
- package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +14 -14
- package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +10 -7
- package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +6 -6
- package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +30 -30
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +5 -5
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +9 -9
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +11 -11
- package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +12 -12
- package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +19 -19
- package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +9 -9
- package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +10 -10
- package/dist/node_modules/react-hook-form/dist/index.esm.js +150 -117
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +48 -48
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +9 -9
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +43 -39
- package/dist/node_modules/react-resizable-panels/dist/react-resizable-panels.browser.js +95 -94
- package/dist/node_modules/react-window/dist/index.esm.js +2 -2
- package/dist/node_modules/recharts/es6/animation/AnimationManager.js +14 -14
- package/dist/node_modules/recharts/es6/animation/JavascriptAnimate.js +49 -0
- package/dist/node_modules/recharts/es6/animation/createDefaultAnimationManager.js +9 -0
- package/dist/node_modules/recharts/es6/animation/useAnimationManager.js +12 -0
- package/dist/node_modules/recharts/es6/component/Cursor.js +5 -5
- package/dist/node_modules/recharts/es6/component/DefaultLegendContent.js +55 -58
- package/dist/node_modules/recharts/es6/component/Legend.js +32 -27
- package/dist/node_modules/recharts/es6/component/ResponsiveContainer.js +44 -40
- package/dist/node_modules/recharts/es6/context/chartLayoutContext.js +15 -23
- package/dist/node_modules/recharts/es6/context/useTooltipAxis.js +8 -7
- package/dist/node_modules/recharts/es6/shape/Curve.js +10 -10
- package/dist/node_modules/recharts/es6/shape/Rectangle.js +136 -99
- package/dist/node_modules/recharts/es6/shape/Symbols.js +55 -53
- package/dist/node_modules/recharts/es6/state/legendSlice.js +5 -4
- package/dist/node_modules/recharts/es6/state/selectors/axisSelectors.js +352 -307
- package/dist/node_modules/recharts/es6/state/selectors/brushSelectors.js +9 -9
- package/dist/node_modules/recharts/es6/state/selectors/combiners/combineDisplayedStackedData.js +26 -0
- package/dist/node_modules/recharts/es6/state/selectors/combiners/combineTooltipPayload.js +117 -0
- package/dist/node_modules/recharts/es6/state/selectors/dataSelectors.js +4 -4
- package/dist/node_modules/recharts/es6/state/selectors/legendSelectors.js +10 -4
- package/dist/node_modules/recharts/es6/state/selectors/polarAxisSelectors.js +33 -32
- package/dist/node_modules/recharts/es6/state/selectors/selectChartOffsetInternal.js +108 -0
- package/dist/node_modules/recharts/es6/state/selectors/selectTooltipAxis.js +13 -0
- package/dist/node_modules/recharts/es6/state/selectors/selectTooltipAxisId.js +5 -0
- package/dist/node_modules/recharts/es6/state/selectors/selectTooltipAxisType.js +9 -0
- package/dist/node_modules/recharts/es6/state/selectors/selectors.js +40 -143
- package/dist/node_modules/recharts/es6/state/selectors/tooltipSelectors.js +68 -63
- package/dist/node_modules/recharts/es6/state/types/StackedGraphicalItem.js +7 -0
- package/dist/node_modules/recharts/es6/util/ChartUtils.js +58 -57
- package/dist/node_modules/recharts/es6/util/DataUtils.js +34 -26
- package/dist/node_modules/recharts/es6/util/Events.js +1 -1
- package/dist/node_modules/recharts/es6/util/ReactUtils.js +20 -15
- package/dist/node_modules/recharts/es6/util/excludeEventProps.js +11 -0
- package/dist/node_modules/recharts/es6/util/getSliced.js +7 -0
- package/dist/node_modules/recharts/es6/util/scale/getNiceTickValues.js +44 -44
- package/dist/node_modules/recharts/es6/util/stacks/getStackSeriesIdentifier.js +7 -0
- package/dist/node_modules/recharts/es6/util/svgPropertiesNoEvents.js +328 -0
- package/dist/node_modules/recharts/es6/util/types.js +22 -332
- package/dist/node_modules/recharts/es6/util/useAnimationId.js +10 -0
- package/dist/node_modules/recharts/es6/util/useElementOffset.js +20 -16
- package/dist/node_modules/remeda/dist/hasAtLeast-F1Oj_xBB.js +9 -0
- package/dist/node_modules/remeda/dist/lazyDataLastImpl-BDhrIOwR.js +8 -0
- package/dist/node_modules/remeda/dist/omit-HZOiLuMO.js +19 -0
- package/dist/node_modules/remeda/dist/purry-DH9cw9sy.js +11 -0
- package/dist/node_modules/shiki/dist/langs.js +225 -220
- package/dist/node_modules/shiki/dist/themes.js +60 -60
- package/dist/node_modules/sonner/dist/index.js +309 -305
- package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +169 -168
- package/dist/node_modules/unified/lib/callable-instance.js +2 -2
- package/dist/node_modules/unified/lib/index.js +1 -1
- package/dist/node_modules/unist-util-is/lib/index.js +2 -2
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +2 -2
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +2 -2
- package/dist/node_modules/vfile-message/lib/index.js +1 -1
- package/dist/styles.v3.css +1 -1
- package/package.json +1 -1
- package/dist/_virtual/isEqual.js +0 -8
- package/dist/_virtual/isEqual2.js +0 -5
- package/dist/_virtual/isEqualWith.js +0 -5
- package/dist/_virtual/isPlainObject.js +0 -5
- package/dist/_virtual/noop.js +0 -5
- package/dist/node_modules/es-toolkit/compat/isEqual.js +0 -9
- package/dist/node_modules/es-toolkit/dist/predicate/isEqual.js +0 -18
- package/dist/node_modules/es-toolkit/dist/predicate/isEqualWith.js +0 -139
- package/dist/node_modules/es-toolkit/dist/predicate/isPlainObject.js +0 -18
- package/dist/node_modules/recharts/es6/animation/Animate.js +0 -270
- package/dist/node_modules/recharts/es6/state/selectors/selectChartOffset.js +0 -98
- package/dist/node_modules/remeda/dist/chunk-AIG3BDKO.js +0 -9
- package/dist/node_modules/remeda/dist/chunk-D6FCK2GA.js +0 -8
- package/dist/node_modules/remeda/dist/chunk-KI5X74E2.js +0 -19
- package/dist/node_modules/remeda/dist/chunk-WIMGWYZL.js +0 -11
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const
|
|
3
|
-
const n =
|
|
2
|
+
const Re = (e) => {
|
|
3
|
+
const n = Me(e), {
|
|
4
4
|
conflictingClassGroups: s,
|
|
5
5
|
conflictingClassGroupModifiers: t
|
|
6
6
|
} = e;
|
|
7
7
|
return {
|
|
8
8
|
getClassGroupId: (i) => {
|
|
9
|
-
const u = i.split(
|
|
10
|
-
return u[0] === "" && u.length !== 1 && u.shift(),
|
|
9
|
+
const u = i.split("-");
|
|
10
|
+
return u[0] === "" && u.length !== 1 && u.shift(), be(u, n) || Se(i);
|
|
11
11
|
},
|
|
12
12
|
getConflictingClassGroupIds: (i, u) => {
|
|
13
13
|
const p = s[i] || [];
|
|
14
14
|
return u && t[i] ? [...p, ...t[i]] : p;
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
},
|
|
17
|
+
}, be = (e, n) => {
|
|
18
18
|
if (e.length === 0)
|
|
19
19
|
return n.classGroupId;
|
|
20
|
-
const s = e[0], t = n.nextPart.get(s), c = t ?
|
|
20
|
+
const s = e[0], t = n.nextPart.get(s), c = t ? be(e.slice(1), t) : void 0;
|
|
21
21
|
if (c)
|
|
22
22
|
return c;
|
|
23
23
|
if (n.validators.length === 0)
|
|
24
24
|
return;
|
|
25
|
-
const m = e.join(
|
|
25
|
+
const m = e.join("-");
|
|
26
26
|
return n.validators.find(({
|
|
27
27
|
validator: i
|
|
28
28
|
}) => i(m))?.classGroupId;
|
|
29
|
-
},
|
|
30
|
-
if (
|
|
31
|
-
const n =
|
|
29
|
+
}, me = /^\[(.+)\]$/, Se = (e) => {
|
|
30
|
+
if (me.test(e)) {
|
|
31
|
+
const n = me.exec(e)[1], s = n?.substring(0, n.indexOf(":"));
|
|
32
32
|
if (s)
|
|
33
33
|
return "arbitrary.." + s;
|
|
34
34
|
}
|
|
35
|
-
},
|
|
35
|
+
}, Me = (e) => {
|
|
36
36
|
const {
|
|
37
37
|
theme: n,
|
|
38
38
|
classGroups: s
|
|
@@ -46,12 +46,12 @@ const ne = "-", Ie = (e) => {
|
|
|
46
46
|
}, re = (e, n, s, t) => {
|
|
47
47
|
e.forEach((c) => {
|
|
48
48
|
if (typeof c == "string") {
|
|
49
|
-
const m = c === "" ? n :
|
|
49
|
+
const m = c === "" ? n : pe(n, c);
|
|
50
50
|
m.classGroupId = s;
|
|
51
51
|
return;
|
|
52
52
|
}
|
|
53
53
|
if (typeof c == "function") {
|
|
54
|
-
if (
|
|
54
|
+
if (Ie(c)) {
|
|
55
55
|
re(c(t), n, s, t);
|
|
56
56
|
return;
|
|
57
57
|
}
|
|
@@ -62,18 +62,18 @@ const ne = "-", Ie = (e) => {
|
|
|
62
62
|
return;
|
|
63
63
|
}
|
|
64
64
|
Object.entries(c).forEach(([m, i]) => {
|
|
65
|
-
re(i,
|
|
65
|
+
re(i, pe(n, m), s, t);
|
|
66
66
|
});
|
|
67
67
|
});
|
|
68
|
-
},
|
|
68
|
+
}, pe = (e, n) => {
|
|
69
69
|
let s = e;
|
|
70
|
-
return n.split(
|
|
70
|
+
return n.split("-").forEach((t) => {
|
|
71
71
|
s.nextPart.has(t) || s.nextPart.set(t, {
|
|
72
72
|
nextPart: /* @__PURE__ */ new Map(),
|
|
73
73
|
validators: []
|
|
74
74
|
}), s = s.nextPart.get(t);
|
|
75
75
|
}), s;
|
|
76
|
-
},
|
|
76
|
+
}, Ie = (e) => e.isThemeGetter, Ce = (e) => {
|
|
77
77
|
if (e < 1)
|
|
78
78
|
return {
|
|
79
79
|
get: () => {
|
|
@@ -97,7 +97,8 @@ const ne = "-", Ie = (e) => {
|
|
|
97
97
|
s.has(m) ? s.set(m, i) : c(m, i);
|
|
98
98
|
}
|
|
99
99
|
};
|
|
100
|
-
}
|
|
100
|
+
};
|
|
101
|
+
const Pe = (e) => {
|
|
101
102
|
const {
|
|
102
103
|
prefix: n,
|
|
103
104
|
experimentalParseClassName: s
|
|
@@ -108,8 +109,8 @@ const ne = "-", Ie = (e) => {
|
|
|
108
109
|
for (let k = 0; k < c.length; k++) {
|
|
109
110
|
let y = c[k];
|
|
110
111
|
if (i === 0 && u === 0) {
|
|
111
|
-
if (y ===
|
|
112
|
-
m.push(c.slice(p, k)), p = k +
|
|
112
|
+
if (y === ":") {
|
|
113
|
+
m.push(c.slice(p, k)), p = k + 1;
|
|
113
114
|
continue;
|
|
114
115
|
}
|
|
115
116
|
if (y === "/") {
|
|
@@ -119,16 +120,16 @@ const ne = "-", Ie = (e) => {
|
|
|
119
120
|
}
|
|
120
121
|
y === "[" ? i++ : y === "]" ? i-- : y === "(" ? u++ : y === ")" && u--;
|
|
121
122
|
}
|
|
122
|
-
const h = m.length === 0 ? c : c.substring(p),
|
|
123
|
+
const h = m.length === 0 ? c : c.substring(p), R = Te(h), F = R !== h, V = g && g > p ? g - p : void 0;
|
|
123
124
|
return {
|
|
124
125
|
modifiers: m,
|
|
125
|
-
hasImportantModifier:
|
|
126
|
-
baseClassName:
|
|
127
|
-
maybePostfixModifierPosition:
|
|
126
|
+
hasImportantModifier: F,
|
|
127
|
+
baseClassName: R,
|
|
128
|
+
maybePostfixModifierPosition: V
|
|
128
129
|
};
|
|
129
130
|
};
|
|
130
131
|
if (n) {
|
|
131
|
-
const c = n +
|
|
132
|
+
const c = n + ":", m = t;
|
|
132
133
|
t = (i) => i.startsWith(c) ? m(i.substring(c.length)) : {
|
|
133
134
|
isExternal: !0,
|
|
134
135
|
modifiers: [],
|
|
@@ -145,7 +146,7 @@ const ne = "-", Ie = (e) => {
|
|
|
145
146
|
});
|
|
146
147
|
}
|
|
147
148
|
return t;
|
|
148
|
-
},
|
|
149
|
+
}, Te = (e) => e.endsWith("!") ? e.substring(0, e.length - 1) : e.startsWith("!") ? e.substring(1) : e, Ee = (e) => {
|
|
149
150
|
const n = Object.fromEntries(e.orderSensitiveModifiers.map((t) => [t, !0]));
|
|
150
151
|
return (t) => {
|
|
151
152
|
if (t.length <= 1)
|
|
@@ -156,12 +157,12 @@ const ne = "-", Ie = (e) => {
|
|
|
156
157
|
i[0] === "[" || n[i] ? (c.push(...m.sort(), i), m = []) : m.push(i);
|
|
157
158
|
}), c.push(...m.sort()), c;
|
|
158
159
|
};
|
|
159
|
-
},
|
|
160
|
-
cache:
|
|
161
|
-
parseClassName:
|
|
162
|
-
sortModifiers:
|
|
163
|
-
...
|
|
164
|
-
}), Oe = /\s+/,
|
|
160
|
+
}, Ge = (e) => ({
|
|
161
|
+
cache: Ce(e.cacheSize),
|
|
162
|
+
parseClassName: Pe(e),
|
|
163
|
+
sortModifiers: Ee(e),
|
|
164
|
+
...Re(e)
|
|
165
|
+
}), Oe = /\s+/, _e = (e, n) => {
|
|
165
166
|
const {
|
|
166
167
|
parseClassName: s,
|
|
167
168
|
getClassGroupId: t,
|
|
@@ -171,88 +172,88 @@ const ne = "-", Ie = (e) => {
|
|
|
171
172
|
let p = "";
|
|
172
173
|
for (let g = u.length - 1; g >= 0; g -= 1) {
|
|
173
174
|
const h = u[g], {
|
|
174
|
-
isExternal:
|
|
175
|
-
modifiers:
|
|
176
|
-
hasImportantModifier:
|
|
175
|
+
isExternal: R,
|
|
176
|
+
modifiers: F,
|
|
177
|
+
hasImportantModifier: V,
|
|
177
178
|
baseClassName: k,
|
|
178
179
|
maybePostfixModifierPosition: y
|
|
179
180
|
} = s(h);
|
|
180
|
-
if (
|
|
181
|
+
if (R) {
|
|
181
182
|
p = h + (p.length > 0 ? " " + p : p);
|
|
182
183
|
continue;
|
|
183
184
|
}
|
|
184
|
-
let
|
|
185
|
-
if (!
|
|
186
|
-
if (!
|
|
185
|
+
let T = !!y, M = t(T ? k.substring(0, y) : k);
|
|
186
|
+
if (!M) {
|
|
187
|
+
if (!T) {
|
|
187
188
|
p = h + (p.length > 0 ? " " + p : p);
|
|
188
189
|
continue;
|
|
189
190
|
}
|
|
190
|
-
if (
|
|
191
|
+
if (M = t(k), !M) {
|
|
191
192
|
p = h + (p.length > 0 ? " " + p : p);
|
|
192
193
|
continue;
|
|
193
194
|
}
|
|
194
|
-
|
|
195
|
+
T = !1;
|
|
195
196
|
}
|
|
196
|
-
const $ = m(
|
|
197
|
-
if (i.includes(
|
|
197
|
+
const $ = m(F).join(":"), j = V ? $ + "!" : $, E = j + M;
|
|
198
|
+
if (i.includes(E))
|
|
198
199
|
continue;
|
|
199
|
-
i.push(
|
|
200
|
-
const
|
|
201
|
-
for (let I = 0; I <
|
|
202
|
-
const B =
|
|
203
|
-
i.push(
|
|
200
|
+
i.push(E);
|
|
201
|
+
const G = c(M, T);
|
|
202
|
+
for (let I = 0; I < G.length; ++I) {
|
|
203
|
+
const B = G[I];
|
|
204
|
+
i.push(j + B);
|
|
204
205
|
}
|
|
205
206
|
p = h + (p.length > 0 ? " " + p : p);
|
|
206
207
|
}
|
|
207
208
|
return p;
|
|
208
209
|
};
|
|
209
|
-
function
|
|
210
|
+
function Ne() {
|
|
210
211
|
let e = 0, n, s, t = "";
|
|
211
212
|
for (; e < arguments.length; )
|
|
212
|
-
(n = arguments[e++]) && (s =
|
|
213
|
+
(n = arguments[e++]) && (s = ge(n)) && (t && (t += " "), t += s);
|
|
213
214
|
return t;
|
|
214
215
|
}
|
|
215
|
-
const
|
|
216
|
+
const ge = (e) => {
|
|
216
217
|
if (typeof e == "string")
|
|
217
218
|
return e;
|
|
218
219
|
let n, s = "";
|
|
219
220
|
for (let t = 0; t < e.length; t++)
|
|
220
|
-
e[t] && (n =
|
|
221
|
+
e[t] && (n = ge(e[t])) && (s && (s += " "), s += n);
|
|
221
222
|
return s;
|
|
222
223
|
};
|
|
223
|
-
function
|
|
224
|
+
function Le(e, ...n) {
|
|
224
225
|
let s, t, c, m = i;
|
|
225
226
|
function i(p) {
|
|
226
|
-
const g = n.reduce((h,
|
|
227
|
-
return s =
|
|
227
|
+
const g = n.reduce((h, R) => R(h), e());
|
|
228
|
+
return s = Ge(g), t = s.cache.get, c = s.cache.set, m = u, u(p);
|
|
228
229
|
}
|
|
229
230
|
function u(p) {
|
|
230
231
|
const g = t(p);
|
|
231
232
|
if (g)
|
|
232
233
|
return g;
|
|
233
|
-
const h =
|
|
234
|
+
const h = _e(p, s);
|
|
234
235
|
return c(p, h), h;
|
|
235
236
|
}
|
|
236
237
|
return function() {
|
|
237
|
-
return m(
|
|
238
|
+
return m(Ne.apply(null, arguments));
|
|
238
239
|
};
|
|
239
240
|
}
|
|
240
241
|
const f = (e) => {
|
|
241
242
|
const n = (s) => s[e] || [];
|
|
242
243
|
return n.isThemeGetter = !0, n;
|
|
243
|
-
},
|
|
244
|
+
}, he = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, xe = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Fe = /^\d+\/\d+$/, Ve = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, je = /\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$/, Be = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, We = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, $e = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, _ = (e) => Fe.test(e), d = (e) => !!e && !Number.isNaN(Number(e)), S = (e) => !!e && Number.isInteger(Number(e)), ee = (e) => e.endsWith("%") && d(e.slice(0, -1)), z = (e) => Ve.test(e), De = () => !0, Ue = (e) => (
|
|
244
245
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
245
246
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
246
247
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
247
|
-
|
|
248
|
-
),
|
|
249
|
-
const t =
|
|
248
|
+
je.test(e) && !Be.test(e)
|
|
249
|
+
), we = () => !1, qe = (e) => We.test(e), He = (e) => $e.test(e), Je = (e) => !o(e) && !r(e), Xe = (e) => N(e, ve, we), o = (e) => he.test(e), P = (e) => N(e, Ae, Ue), oe = (e) => N(e, eo, d), ue = (e) => N(e, ke, we), Ke = (e) => N(e, ye, He), X = (e) => N(e, ze, qe), r = (e) => xe.test(e), W = (e) => L(e, Ae), Qe = (e) => L(e, oo), fe = (e) => L(e, ke), Ye = (e) => L(e, ve), Ze = (e) => L(e, ye), K = (e) => L(e, ze, !0), N = (e, n, s) => {
|
|
250
|
+
const t = he.exec(e);
|
|
250
251
|
return t ? t[1] ? n(t[1]) : s(t[2]) : !1;
|
|
251
|
-
},
|
|
252
|
-
const t =
|
|
252
|
+
}, L = (e, n, s = !1) => {
|
|
253
|
+
const t = xe.exec(e);
|
|
253
254
|
return t ? t[1] ? n(t[1]) : s : !1;
|
|
254
|
-
},
|
|
255
|
-
const e = f("color"), n = f("font"), s = f("text"), t = f("font-weight"), c = f("tracking"), m = f("leading"), i = f("breakpoint"), u = f("container"), p = f("spacing"), g = f("radius"), h = f("shadow"),
|
|
255
|
+
}, ke = (e) => e === "position" || e === "percentage", ye = (e) => e === "image" || e === "url", ve = (e) => e === "length" || e === "size" || e === "bg-size", Ae = (e) => e === "length", eo = (e) => e === "number", oo = (e) => e === "family-name", ze = (e) => e === "shadow", ro = () => {
|
|
256
|
+
const e = f("color"), n = f("font"), s = f("text"), t = f("font-weight"), c = f("tracking"), m = f("leading"), i = f("breakpoint"), u = f("container"), p = f("spacing"), g = f("radius"), h = f("shadow"), R = f("inset-shadow"), F = f("text-shadow"), V = f("drop-shadow"), k = f("blur"), y = f("perspective"), T = f("aspect"), M = f("ease"), $ = f("animate"), j = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], E = () => [
|
|
256
257
|
"center",
|
|
257
258
|
"top",
|
|
258
259
|
"bottom",
|
|
@@ -270,15 +271,15 @@ const f = (e) => {
|
|
|
270
271
|
"bottom-left",
|
|
271
272
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
272
273
|
"left-bottom"
|
|
273
|
-
],
|
|
274
|
+
], G = () => [...E(), r, o], I = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], l = () => [r, o, p], v = () => [_, "full", "auto", ...l()], te = () => [S, "none", "subgrid", r, o], se = () => ["auto", {
|
|
274
275
|
span: ["full", S, r, o]
|
|
275
|
-
}, S, r, o],
|
|
276
|
+
}, S, r, o], D = () => [S, "auto", r, o], ne = () => ["auto", "min", "max", "fr", r, o], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], O = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], A = () => ["auto", ...l()], C = () => [_, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...l()], a = () => [e, r, o], ae = () => [...E(), fe, ue, {
|
|
276
277
|
position: [r, o]
|
|
277
|
-
}],
|
|
278
|
+
}], ie = () => ["no-repeat", {
|
|
278
279
|
repeat: ["", "x", "y", "space", "round"]
|
|
279
|
-
}],
|
|
280
|
+
}], le = () => ["auto", "cover", "contain", Ye, Xe, {
|
|
280
281
|
size: [r, o]
|
|
281
|
-
}], Y = () => [ee, W,
|
|
282
|
+
}], Y = () => [ee, W, P], x = () => [
|
|
282
283
|
// Deprecated since Tailwind CSS v4.0.0
|
|
283
284
|
"",
|
|
284
285
|
"none",
|
|
@@ -286,35 +287,35 @@ const f = (e) => {
|
|
|
286
287
|
g,
|
|
287
288
|
r,
|
|
288
289
|
o
|
|
289
|
-
], w = () => ["", d, W,
|
|
290
|
+
], w = () => ["", d, W, P], U = () => ["solid", "dashed", "dotted", "double"], ce = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], b = () => [d, ee, fe, ue], de = () => [
|
|
290
291
|
// Deprecated since Tailwind CSS v4.0.0
|
|
291
292
|
"",
|
|
292
293
|
"none",
|
|
293
294
|
k,
|
|
294
295
|
r,
|
|
295
296
|
o
|
|
296
|
-
],
|
|
297
|
+
], q = () => ["none", d, r, o], H = () => ["none", d, r, o], Z = () => [d, r, o], J = () => [_, "full", ...l()];
|
|
297
298
|
return {
|
|
298
299
|
cacheSize: 500,
|
|
299
300
|
theme: {
|
|
300
301
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
301
302
|
aspect: ["video"],
|
|
302
|
-
blur: [
|
|
303
|
-
breakpoint: [
|
|
304
|
-
color: [
|
|
305
|
-
container: [
|
|
306
|
-
"drop-shadow": [
|
|
303
|
+
blur: [z],
|
|
304
|
+
breakpoint: [z],
|
|
305
|
+
color: [De],
|
|
306
|
+
container: [z],
|
|
307
|
+
"drop-shadow": [z],
|
|
307
308
|
ease: ["in", "out", "in-out"],
|
|
308
|
-
font: [
|
|
309
|
+
font: [Je],
|
|
309
310
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
310
|
-
"inset-shadow": [
|
|
311
|
+
"inset-shadow": [z],
|
|
311
312
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
312
313
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
313
|
-
radius: [
|
|
314
|
-
shadow: [
|
|
314
|
+
radius: [z],
|
|
315
|
+
shadow: [z],
|
|
315
316
|
spacing: ["px", d],
|
|
316
|
-
text: [
|
|
317
|
-
"text-shadow": [
|
|
317
|
+
text: [z],
|
|
318
|
+
"text-shadow": [z],
|
|
318
319
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
319
320
|
},
|
|
320
321
|
classGroups: {
|
|
@@ -326,7 +327,7 @@ const f = (e) => {
|
|
|
326
327
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
327
328
|
*/
|
|
328
329
|
aspect: [{
|
|
329
|
-
aspect: ["auto", "square",
|
|
330
|
+
aspect: ["auto", "square", _, o, r, T]
|
|
330
331
|
}],
|
|
331
332
|
/**
|
|
332
333
|
* Container
|
|
@@ -346,14 +347,14 @@ const f = (e) => {
|
|
|
346
347
|
* @see https://tailwindcss.com/docs/break-after
|
|
347
348
|
*/
|
|
348
349
|
"break-after": [{
|
|
349
|
-
"break-after":
|
|
350
|
+
"break-after": j()
|
|
350
351
|
}],
|
|
351
352
|
/**
|
|
352
353
|
* Break Before
|
|
353
354
|
* @see https://tailwindcss.com/docs/break-before
|
|
354
355
|
*/
|
|
355
356
|
"break-before": [{
|
|
356
|
-
"break-before":
|
|
357
|
+
"break-before": j()
|
|
357
358
|
}],
|
|
358
359
|
/**
|
|
359
360
|
* Break Inside
|
|
@@ -417,7 +418,7 @@ const f = (e) => {
|
|
|
417
418
|
* @see https://tailwindcss.com/docs/object-position
|
|
418
419
|
*/
|
|
419
420
|
"object-position": [{
|
|
420
|
-
object:
|
|
421
|
+
object: G()
|
|
421
422
|
}],
|
|
422
423
|
/**
|
|
423
424
|
* Overflow
|
|
@@ -549,7 +550,7 @@ const f = (e) => {
|
|
|
549
550
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
550
551
|
*/
|
|
551
552
|
basis: [{
|
|
552
|
-
basis: [
|
|
553
|
+
basis: [_, "full", "auto", u, ...l()]
|
|
553
554
|
}],
|
|
554
555
|
/**
|
|
555
556
|
* Flex Direction
|
|
@@ -570,7 +571,7 @@ const f = (e) => {
|
|
|
570
571
|
* @see https://tailwindcss.com/docs/flex
|
|
571
572
|
*/
|
|
572
573
|
flex: [{
|
|
573
|
-
flex: [d,
|
|
574
|
+
flex: [d, _, "auto", "initial", "none", o]
|
|
574
575
|
}],
|
|
575
576
|
/**
|
|
576
577
|
* Flex Grow
|
|
@@ -598,56 +599,56 @@ const f = (e) => {
|
|
|
598
599
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
599
600
|
*/
|
|
600
601
|
"grid-cols": [{
|
|
601
|
-
"grid-cols":
|
|
602
|
+
"grid-cols": te()
|
|
602
603
|
}],
|
|
603
604
|
/**
|
|
604
605
|
* Grid Column Start / End
|
|
605
606
|
* @see https://tailwindcss.com/docs/grid-column
|
|
606
607
|
*/
|
|
607
608
|
"col-start-end": [{
|
|
608
|
-
col:
|
|
609
|
+
col: se()
|
|
609
610
|
}],
|
|
610
611
|
/**
|
|
611
612
|
* Grid Column Start
|
|
612
613
|
* @see https://tailwindcss.com/docs/grid-column
|
|
613
614
|
*/
|
|
614
615
|
"col-start": [{
|
|
615
|
-
"col-start":
|
|
616
|
+
"col-start": D()
|
|
616
617
|
}],
|
|
617
618
|
/**
|
|
618
619
|
* Grid Column End
|
|
619
620
|
* @see https://tailwindcss.com/docs/grid-column
|
|
620
621
|
*/
|
|
621
622
|
"col-end": [{
|
|
622
|
-
"col-end":
|
|
623
|
+
"col-end": D()
|
|
623
624
|
}],
|
|
624
625
|
/**
|
|
625
626
|
* Grid Template Rows
|
|
626
627
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
627
628
|
*/
|
|
628
629
|
"grid-rows": [{
|
|
629
|
-
"grid-rows":
|
|
630
|
+
"grid-rows": te()
|
|
630
631
|
}],
|
|
631
632
|
/**
|
|
632
633
|
* Grid Row Start / End
|
|
633
634
|
* @see https://tailwindcss.com/docs/grid-row
|
|
634
635
|
*/
|
|
635
636
|
"row-start-end": [{
|
|
636
|
-
row:
|
|
637
|
+
row: se()
|
|
637
638
|
}],
|
|
638
639
|
/**
|
|
639
640
|
* Grid Row Start
|
|
640
641
|
* @see https://tailwindcss.com/docs/grid-row
|
|
641
642
|
*/
|
|
642
643
|
"row-start": [{
|
|
643
|
-
"row-start":
|
|
644
|
+
"row-start": D()
|
|
644
645
|
}],
|
|
645
646
|
/**
|
|
646
647
|
* Grid Row End
|
|
647
648
|
* @see https://tailwindcss.com/docs/grid-row
|
|
648
649
|
*/
|
|
649
650
|
"row-end": [{
|
|
650
|
-
"row-end":
|
|
651
|
+
"row-end": D()
|
|
651
652
|
}],
|
|
652
653
|
/**
|
|
653
654
|
* Grid Auto Flow
|
|
@@ -661,14 +662,14 @@ const f = (e) => {
|
|
|
661
662
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
662
663
|
*/
|
|
663
664
|
"auto-cols": [{
|
|
664
|
-
"auto-cols":
|
|
665
|
+
"auto-cols": ne()
|
|
665
666
|
}],
|
|
666
667
|
/**
|
|
667
668
|
* Grid Auto Rows
|
|
668
669
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
669
670
|
*/
|
|
670
671
|
"auto-rows": [{
|
|
671
|
-
"auto-rows":
|
|
672
|
+
"auto-rows": ne()
|
|
672
673
|
}],
|
|
673
674
|
/**
|
|
674
675
|
* Gap
|
|
@@ -703,14 +704,14 @@ const f = (e) => {
|
|
|
703
704
|
* @see https://tailwindcss.com/docs/justify-items
|
|
704
705
|
*/
|
|
705
706
|
"justify-items": [{
|
|
706
|
-
"justify-items": [...
|
|
707
|
+
"justify-items": [...O(), "normal"]
|
|
707
708
|
}],
|
|
708
709
|
/**
|
|
709
710
|
* Justify Self
|
|
710
711
|
* @see https://tailwindcss.com/docs/justify-self
|
|
711
712
|
*/
|
|
712
713
|
"justify-self": [{
|
|
713
|
-
"justify-self": ["auto", ...
|
|
714
|
+
"justify-self": ["auto", ...O()]
|
|
714
715
|
}],
|
|
715
716
|
/**
|
|
716
717
|
* Align Content
|
|
@@ -724,7 +725,7 @@ const f = (e) => {
|
|
|
724
725
|
* @see https://tailwindcss.com/docs/align-items
|
|
725
726
|
*/
|
|
726
727
|
"align-items": [{
|
|
727
|
-
items: [...
|
|
728
|
+
items: [...O(), {
|
|
728
729
|
baseline: ["", "last"]
|
|
729
730
|
}]
|
|
730
731
|
}],
|
|
@@ -733,7 +734,7 @@ const f = (e) => {
|
|
|
733
734
|
* @see https://tailwindcss.com/docs/align-self
|
|
734
735
|
*/
|
|
735
736
|
"align-self": [{
|
|
736
|
-
self: ["auto", ...
|
|
737
|
+
self: ["auto", ...O(), {
|
|
737
738
|
baseline: ["", "last"]
|
|
738
739
|
}]
|
|
739
740
|
}],
|
|
@@ -749,14 +750,14 @@ const f = (e) => {
|
|
|
749
750
|
* @see https://tailwindcss.com/docs/place-items
|
|
750
751
|
*/
|
|
751
752
|
"place-items": [{
|
|
752
|
-
"place-items": [...
|
|
753
|
+
"place-items": [...O(), "baseline"]
|
|
753
754
|
}],
|
|
754
755
|
/**
|
|
755
756
|
* Place Self
|
|
756
757
|
* @see https://tailwindcss.com/docs/place-self
|
|
757
758
|
*/
|
|
758
759
|
"place-self": [{
|
|
759
|
-
"place-self": ["auto", ...
|
|
760
|
+
"place-self": ["auto", ...O()]
|
|
760
761
|
}],
|
|
761
762
|
// Spacing
|
|
762
763
|
/**
|
|
@@ -827,63 +828,63 @@ const f = (e) => {
|
|
|
827
828
|
* @see https://tailwindcss.com/docs/margin
|
|
828
829
|
*/
|
|
829
830
|
m: [{
|
|
830
|
-
m:
|
|
831
|
+
m: A()
|
|
831
832
|
}],
|
|
832
833
|
/**
|
|
833
834
|
* Margin X
|
|
834
835
|
* @see https://tailwindcss.com/docs/margin
|
|
835
836
|
*/
|
|
836
837
|
mx: [{
|
|
837
|
-
mx:
|
|
838
|
+
mx: A()
|
|
838
839
|
}],
|
|
839
840
|
/**
|
|
840
841
|
* Margin Y
|
|
841
842
|
* @see https://tailwindcss.com/docs/margin
|
|
842
843
|
*/
|
|
843
844
|
my: [{
|
|
844
|
-
my:
|
|
845
|
+
my: A()
|
|
845
846
|
}],
|
|
846
847
|
/**
|
|
847
848
|
* Margin Start
|
|
848
849
|
* @see https://tailwindcss.com/docs/margin
|
|
849
850
|
*/
|
|
850
851
|
ms: [{
|
|
851
|
-
ms:
|
|
852
|
+
ms: A()
|
|
852
853
|
}],
|
|
853
854
|
/**
|
|
854
855
|
* Margin End
|
|
855
856
|
* @see https://tailwindcss.com/docs/margin
|
|
856
857
|
*/
|
|
857
858
|
me: [{
|
|
858
|
-
me:
|
|
859
|
+
me: A()
|
|
859
860
|
}],
|
|
860
861
|
/**
|
|
861
862
|
* Margin Top
|
|
862
863
|
* @see https://tailwindcss.com/docs/margin
|
|
863
864
|
*/
|
|
864
865
|
mt: [{
|
|
865
|
-
mt:
|
|
866
|
+
mt: A()
|
|
866
867
|
}],
|
|
867
868
|
/**
|
|
868
869
|
* Margin Right
|
|
869
870
|
* @see https://tailwindcss.com/docs/margin
|
|
870
871
|
*/
|
|
871
872
|
mr: [{
|
|
872
|
-
mr:
|
|
873
|
+
mr: A()
|
|
873
874
|
}],
|
|
874
875
|
/**
|
|
875
876
|
* Margin Bottom
|
|
876
877
|
* @see https://tailwindcss.com/docs/margin
|
|
877
878
|
*/
|
|
878
879
|
mb: [{
|
|
879
|
-
mb:
|
|
880
|
+
mb: A()
|
|
880
881
|
}],
|
|
881
882
|
/**
|
|
882
883
|
* Margin Left
|
|
883
884
|
* @see https://tailwindcss.com/docs/margin
|
|
884
885
|
*/
|
|
885
886
|
ml: [{
|
|
886
|
-
ml:
|
|
887
|
+
ml: A()
|
|
887
888
|
}],
|
|
888
889
|
/**
|
|
889
890
|
* Space Between X
|
|
@@ -917,14 +918,14 @@ const f = (e) => {
|
|
|
917
918
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
918
919
|
*/
|
|
919
920
|
size: [{
|
|
920
|
-
size:
|
|
921
|
+
size: C()
|
|
921
922
|
}],
|
|
922
923
|
/**
|
|
923
924
|
* Width
|
|
924
925
|
* @see https://tailwindcss.com/docs/width
|
|
925
926
|
*/
|
|
926
927
|
w: [{
|
|
927
|
-
w: [u, "screen", ...
|
|
928
|
+
w: [u, "screen", ...C()]
|
|
928
929
|
}],
|
|
929
930
|
/**
|
|
930
931
|
* Min-Width
|
|
@@ -936,7 +937,7 @@ const f = (e) => {
|
|
|
936
937
|
"screen",
|
|
937
938
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
938
939
|
"none",
|
|
939
|
-
...
|
|
940
|
+
...C()
|
|
940
941
|
]
|
|
941
942
|
}],
|
|
942
943
|
/**
|
|
@@ -954,7 +955,7 @@ const f = (e) => {
|
|
|
954
955
|
{
|
|
955
956
|
screen: [i]
|
|
956
957
|
},
|
|
957
|
-
...
|
|
958
|
+
...C()
|
|
958
959
|
]
|
|
959
960
|
}],
|
|
960
961
|
/**
|
|
@@ -962,21 +963,21 @@ const f = (e) => {
|
|
|
962
963
|
* @see https://tailwindcss.com/docs/height
|
|
963
964
|
*/
|
|
964
965
|
h: [{
|
|
965
|
-
h: ["screen", "lh", ...
|
|
966
|
+
h: ["screen", "lh", ...C()]
|
|
966
967
|
}],
|
|
967
968
|
/**
|
|
968
969
|
* Min-Height
|
|
969
970
|
* @see https://tailwindcss.com/docs/min-height
|
|
970
971
|
*/
|
|
971
972
|
"min-h": [{
|
|
972
|
-
"min-h": ["screen", "lh", "none", ...
|
|
973
|
+
"min-h": ["screen", "lh", "none", ...C()]
|
|
973
974
|
}],
|
|
974
975
|
/**
|
|
975
976
|
* Max-Height
|
|
976
977
|
* @see https://tailwindcss.com/docs/max-height
|
|
977
978
|
*/
|
|
978
979
|
"max-h": [{
|
|
979
|
-
"max-h": ["screen", "lh", ...
|
|
980
|
+
"max-h": ["screen", "lh", ...C()]
|
|
980
981
|
}],
|
|
981
982
|
// ------------------
|
|
982
983
|
// --- Typography ---
|
|
@@ -986,7 +987,7 @@ const f = (e) => {
|
|
|
986
987
|
* @see https://tailwindcss.com/docs/font-size
|
|
987
988
|
*/
|
|
988
989
|
"font-size": [{
|
|
989
|
-
text: ["base", s, W,
|
|
990
|
+
text: ["base", s, W, P]
|
|
990
991
|
}],
|
|
991
992
|
/**
|
|
992
993
|
* Font Smoothing
|
|
@@ -1017,7 +1018,7 @@ const f = (e) => {
|
|
|
1017
1018
|
* @see https://tailwindcss.com/docs/font-family
|
|
1018
1019
|
*/
|
|
1019
1020
|
"font-family": [{
|
|
1020
|
-
font: [
|
|
1021
|
+
font: [Qe, o, n]
|
|
1021
1022
|
}],
|
|
1022
1023
|
/**
|
|
1023
1024
|
* Font Variant Numeric
|
|
@@ -1127,14 +1128,14 @@ const f = (e) => {
|
|
|
1127
1128
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1128
1129
|
*/
|
|
1129
1130
|
"text-decoration-style": [{
|
|
1130
|
-
decoration: [...
|
|
1131
|
+
decoration: [...U(), "wavy"]
|
|
1131
1132
|
}],
|
|
1132
1133
|
/**
|
|
1133
1134
|
* Text Decoration Thickness
|
|
1134
1135
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1135
1136
|
*/
|
|
1136
1137
|
"text-decoration-thickness": [{
|
|
1137
|
-
decoration: [d, "from-font", "auto", r,
|
|
1138
|
+
decoration: [d, "from-font", "auto", r, P]
|
|
1138
1139
|
}],
|
|
1139
1140
|
/**
|
|
1140
1141
|
* Text Decoration Color
|
|
@@ -1245,21 +1246,21 @@ const f = (e) => {
|
|
|
1245
1246
|
* @see https://tailwindcss.com/docs/background-position
|
|
1246
1247
|
*/
|
|
1247
1248
|
"bg-position": [{
|
|
1248
|
-
bg:
|
|
1249
|
+
bg: ae()
|
|
1249
1250
|
}],
|
|
1250
1251
|
/**
|
|
1251
1252
|
* Background Repeat
|
|
1252
1253
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1253
1254
|
*/
|
|
1254
1255
|
"bg-repeat": [{
|
|
1255
|
-
bg:
|
|
1256
|
+
bg: ie()
|
|
1256
1257
|
}],
|
|
1257
1258
|
/**
|
|
1258
1259
|
* Background Size
|
|
1259
1260
|
* @see https://tailwindcss.com/docs/background-size
|
|
1260
1261
|
*/
|
|
1261
1262
|
"bg-size": [{
|
|
1262
|
-
bg:
|
|
1263
|
+
bg: le()
|
|
1263
1264
|
}],
|
|
1264
1265
|
/**
|
|
1265
1266
|
* Background Image
|
|
@@ -1272,7 +1273,7 @@ const f = (e) => {
|
|
|
1272
1273
|
}, S, r, o],
|
|
1273
1274
|
radial: ["", r, o],
|
|
1274
1275
|
conic: [S, r, o]
|
|
1275
|
-
},
|
|
1276
|
+
}, Ze, Ke]
|
|
1276
1277
|
}],
|
|
1277
1278
|
/**
|
|
1278
1279
|
* Background Color
|
|
@@ -1523,14 +1524,14 @@ const f = (e) => {
|
|
|
1523
1524
|
* @see https://tailwindcss.com/docs/border-style
|
|
1524
1525
|
*/
|
|
1525
1526
|
"border-style": [{
|
|
1526
|
-
border: [...
|
|
1527
|
+
border: [...U(), "hidden", "none"]
|
|
1527
1528
|
}],
|
|
1528
1529
|
/**
|
|
1529
1530
|
* Divide Style
|
|
1530
1531
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1531
1532
|
*/
|
|
1532
1533
|
"divide-style": [{
|
|
1533
|
-
divide: [...
|
|
1534
|
+
divide: [...U(), "hidden", "none"]
|
|
1534
1535
|
}],
|
|
1535
1536
|
/**
|
|
1536
1537
|
* Border Color
|
|
@@ -1607,7 +1608,7 @@ const f = (e) => {
|
|
|
1607
1608
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1608
1609
|
*/
|
|
1609
1610
|
"outline-style": [{
|
|
1610
|
-
outline: [...
|
|
1611
|
+
outline: [...U(), "none", "hidden"]
|
|
1611
1612
|
}],
|
|
1612
1613
|
/**
|
|
1613
1614
|
* Outline Offset
|
|
@@ -1621,7 +1622,7 @@ const f = (e) => {
|
|
|
1621
1622
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1622
1623
|
*/
|
|
1623
1624
|
"outline-w": [{
|
|
1624
|
-
outline: ["", d, W,
|
|
1625
|
+
outline: ["", d, W, P]
|
|
1625
1626
|
}],
|
|
1626
1627
|
/**
|
|
1627
1628
|
* Outline Color
|
|
@@ -1644,7 +1645,7 @@ const f = (e) => {
|
|
|
1644
1645
|
"none",
|
|
1645
1646
|
h,
|
|
1646
1647
|
K,
|
|
1647
|
-
|
|
1648
|
+
X
|
|
1648
1649
|
]
|
|
1649
1650
|
}],
|
|
1650
1651
|
/**
|
|
@@ -1659,7 +1660,7 @@ const f = (e) => {
|
|
|
1659
1660
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1660
1661
|
*/
|
|
1661
1662
|
"inset-shadow": [{
|
|
1662
|
-
"inset-shadow": ["none",
|
|
1663
|
+
"inset-shadow": ["none", R, K, X]
|
|
1663
1664
|
}],
|
|
1664
1665
|
/**
|
|
1665
1666
|
* Inset Box Shadow Color
|
|
@@ -1696,7 +1697,7 @@ const f = (e) => {
|
|
|
1696
1697
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1697
1698
|
*/
|
|
1698
1699
|
"ring-offset-w": [{
|
|
1699
|
-
"ring-offset": [d,
|
|
1700
|
+
"ring-offset": [d, P]
|
|
1700
1701
|
}],
|
|
1701
1702
|
/**
|
|
1702
1703
|
* Ring Offset Color
|
|
@@ -1726,7 +1727,7 @@ const f = (e) => {
|
|
|
1726
1727
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1727
1728
|
*/
|
|
1728
1729
|
"text-shadow": [{
|
|
1729
|
-
"text-shadow": ["none",
|
|
1730
|
+
"text-shadow": ["none", F, K, X]
|
|
1730
1731
|
}],
|
|
1731
1732
|
/**
|
|
1732
1733
|
* Text Shadow Color
|
|
@@ -1747,14 +1748,14 @@ const f = (e) => {
|
|
|
1747
1748
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1748
1749
|
*/
|
|
1749
1750
|
"mix-blend": [{
|
|
1750
|
-
"mix-blend": [...
|
|
1751
|
+
"mix-blend": [...ce(), "plus-darker", "plus-lighter"]
|
|
1751
1752
|
}],
|
|
1752
1753
|
/**
|
|
1753
1754
|
* Background Blend Mode
|
|
1754
1755
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1755
1756
|
*/
|
|
1756
1757
|
"bg-blend": [{
|
|
1757
|
-
"bg-blend":
|
|
1758
|
+
"bg-blend": ce()
|
|
1758
1759
|
}],
|
|
1759
1760
|
/**
|
|
1760
1761
|
* Mask Clip
|
|
@@ -1886,7 +1887,7 @@ const f = (e) => {
|
|
|
1886
1887
|
}]
|
|
1887
1888
|
}],
|
|
1888
1889
|
"mask-image-radial-pos": [{
|
|
1889
|
-
"mask-radial-at":
|
|
1890
|
+
"mask-radial-at": E()
|
|
1890
1891
|
}],
|
|
1891
1892
|
"mask-image-conic-pos": [{
|
|
1892
1893
|
"mask-conic": [d]
|
|
@@ -1922,21 +1923,21 @@ const f = (e) => {
|
|
|
1922
1923
|
* @see https://tailwindcss.com/docs/mask-position
|
|
1923
1924
|
*/
|
|
1924
1925
|
"mask-position": [{
|
|
1925
|
-
mask:
|
|
1926
|
+
mask: ae()
|
|
1926
1927
|
}],
|
|
1927
1928
|
/**
|
|
1928
1929
|
* Mask Repeat
|
|
1929
1930
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
1930
1931
|
*/
|
|
1931
1932
|
"mask-repeat": [{
|
|
1932
|
-
mask:
|
|
1933
|
+
mask: ie()
|
|
1933
1934
|
}],
|
|
1934
1935
|
/**
|
|
1935
1936
|
* Mask Size
|
|
1936
1937
|
* @see https://tailwindcss.com/docs/mask-size
|
|
1937
1938
|
*/
|
|
1938
1939
|
"mask-size": [{
|
|
1939
|
-
mask:
|
|
1940
|
+
mask: le()
|
|
1940
1941
|
}],
|
|
1941
1942
|
/**
|
|
1942
1943
|
* Mask Type
|
|
@@ -1973,7 +1974,7 @@ const f = (e) => {
|
|
|
1973
1974
|
* @see https://tailwindcss.com/docs/blur
|
|
1974
1975
|
*/
|
|
1975
1976
|
blur: [{
|
|
1976
|
-
blur:
|
|
1977
|
+
blur: de()
|
|
1977
1978
|
}],
|
|
1978
1979
|
/**
|
|
1979
1980
|
* Brightness
|
|
@@ -1998,9 +1999,9 @@ const f = (e) => {
|
|
|
1998
1999
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1999
2000
|
"",
|
|
2000
2001
|
"none",
|
|
2001
|
-
|
|
2002
|
+
V,
|
|
2002
2003
|
K,
|
|
2003
|
-
|
|
2004
|
+
X
|
|
2004
2005
|
]
|
|
2005
2006
|
}],
|
|
2006
2007
|
/**
|
|
@@ -2063,7 +2064,7 @@ const f = (e) => {
|
|
|
2063
2064
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2064
2065
|
*/
|
|
2065
2066
|
"backdrop-blur": [{
|
|
2066
|
-
"backdrop-blur":
|
|
2067
|
+
"backdrop-blur": de()
|
|
2067
2068
|
}],
|
|
2068
2069
|
/**
|
|
2069
2070
|
* Backdrop Brightness
|
|
@@ -2195,7 +2196,7 @@ const f = (e) => {
|
|
|
2195
2196
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2196
2197
|
*/
|
|
2197
2198
|
ease: [{
|
|
2198
|
-
ease: ["linear", "initial",
|
|
2199
|
+
ease: ["linear", "initial", M, r, o]
|
|
2199
2200
|
}],
|
|
2200
2201
|
/**
|
|
2201
2202
|
* Transition Delay
|
|
@@ -2233,63 +2234,63 @@ const f = (e) => {
|
|
|
2233
2234
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2234
2235
|
*/
|
|
2235
2236
|
"perspective-origin": [{
|
|
2236
|
-
"perspective-origin":
|
|
2237
|
+
"perspective-origin": G()
|
|
2237
2238
|
}],
|
|
2238
2239
|
/**
|
|
2239
2240
|
* Rotate
|
|
2240
2241
|
* @see https://tailwindcss.com/docs/rotate
|
|
2241
2242
|
*/
|
|
2242
2243
|
rotate: [{
|
|
2243
|
-
rotate:
|
|
2244
|
+
rotate: q()
|
|
2244
2245
|
}],
|
|
2245
2246
|
/**
|
|
2246
2247
|
* Rotate X
|
|
2247
2248
|
* @see https://tailwindcss.com/docs/rotate
|
|
2248
2249
|
*/
|
|
2249
2250
|
"rotate-x": [{
|
|
2250
|
-
"rotate-x":
|
|
2251
|
+
"rotate-x": q()
|
|
2251
2252
|
}],
|
|
2252
2253
|
/**
|
|
2253
2254
|
* Rotate Y
|
|
2254
2255
|
* @see https://tailwindcss.com/docs/rotate
|
|
2255
2256
|
*/
|
|
2256
2257
|
"rotate-y": [{
|
|
2257
|
-
"rotate-y":
|
|
2258
|
+
"rotate-y": q()
|
|
2258
2259
|
}],
|
|
2259
2260
|
/**
|
|
2260
2261
|
* Rotate Z
|
|
2261
2262
|
* @see https://tailwindcss.com/docs/rotate
|
|
2262
2263
|
*/
|
|
2263
2264
|
"rotate-z": [{
|
|
2264
|
-
"rotate-z":
|
|
2265
|
+
"rotate-z": q()
|
|
2265
2266
|
}],
|
|
2266
2267
|
/**
|
|
2267
2268
|
* Scale
|
|
2268
2269
|
* @see https://tailwindcss.com/docs/scale
|
|
2269
2270
|
*/
|
|
2270
2271
|
scale: [{
|
|
2271
|
-
scale:
|
|
2272
|
+
scale: H()
|
|
2272
2273
|
}],
|
|
2273
2274
|
/**
|
|
2274
2275
|
* Scale X
|
|
2275
2276
|
* @see https://tailwindcss.com/docs/scale
|
|
2276
2277
|
*/
|
|
2277
2278
|
"scale-x": [{
|
|
2278
|
-
"scale-x":
|
|
2279
|
+
"scale-x": H()
|
|
2279
2280
|
}],
|
|
2280
2281
|
/**
|
|
2281
2282
|
* Scale Y
|
|
2282
2283
|
* @see https://tailwindcss.com/docs/scale
|
|
2283
2284
|
*/
|
|
2284
2285
|
"scale-y": [{
|
|
2285
|
-
"scale-y":
|
|
2286
|
+
"scale-y": H()
|
|
2286
2287
|
}],
|
|
2287
2288
|
/**
|
|
2288
2289
|
* Scale Z
|
|
2289
2290
|
* @see https://tailwindcss.com/docs/scale
|
|
2290
2291
|
*/
|
|
2291
2292
|
"scale-z": [{
|
|
2292
|
-
"scale-z":
|
|
2293
|
+
"scale-z": H()
|
|
2293
2294
|
}],
|
|
2294
2295
|
/**
|
|
2295
2296
|
* Scale 3D
|
|
@@ -2329,7 +2330,7 @@ const f = (e) => {
|
|
|
2329
2330
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2330
2331
|
*/
|
|
2331
2332
|
"transform-origin": [{
|
|
2332
|
-
origin:
|
|
2333
|
+
origin: G()
|
|
2333
2334
|
}],
|
|
2334
2335
|
/**
|
|
2335
2336
|
* Transform Style
|
|
@@ -2343,28 +2344,28 @@ const f = (e) => {
|
|
|
2343
2344
|
* @see https://tailwindcss.com/docs/translate
|
|
2344
2345
|
*/
|
|
2345
2346
|
translate: [{
|
|
2346
|
-
translate:
|
|
2347
|
+
translate: J()
|
|
2347
2348
|
}],
|
|
2348
2349
|
/**
|
|
2349
2350
|
* Translate X
|
|
2350
2351
|
* @see https://tailwindcss.com/docs/translate
|
|
2351
2352
|
*/
|
|
2352
2353
|
"translate-x": [{
|
|
2353
|
-
"translate-x":
|
|
2354
|
+
"translate-x": J()
|
|
2354
2355
|
}],
|
|
2355
2356
|
/**
|
|
2356
2357
|
* Translate Y
|
|
2357
2358
|
* @see https://tailwindcss.com/docs/translate
|
|
2358
2359
|
*/
|
|
2359
2360
|
"translate-y": [{
|
|
2360
|
-
"translate-y":
|
|
2361
|
+
"translate-y": J()
|
|
2361
2362
|
}],
|
|
2362
2363
|
/**
|
|
2363
2364
|
* Translate Z
|
|
2364
2365
|
* @see https://tailwindcss.com/docs/translate
|
|
2365
2366
|
*/
|
|
2366
2367
|
"translate-z": [{
|
|
2367
|
-
"translate-z":
|
|
2368
|
+
"translate-z": J()
|
|
2368
2369
|
}],
|
|
2369
2370
|
/**
|
|
2370
2371
|
* Translate None
|
|
@@ -2646,7 +2647,7 @@ const f = (e) => {
|
|
|
2646
2647
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2647
2648
|
*/
|
|
2648
2649
|
"stroke-w": [{
|
|
2649
|
-
stroke: [d, W,
|
|
2650
|
+
stroke: [d, W, P, oe]
|
|
2650
2651
|
}],
|
|
2651
2652
|
/**
|
|
2652
2653
|
* Stroke
|
|
@@ -2721,11 +2722,11 @@ const f = (e) => {
|
|
|
2721
2722
|
},
|
|
2722
2723
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2723
2724
|
};
|
|
2724
|
-
},
|
|
2725
|
+
}, to = /* @__PURE__ */ Le(ro);
|
|
2725
2726
|
export {
|
|
2726
|
-
|
|
2727
|
+
Le as createTailwindMerge,
|
|
2727
2728
|
f as fromTheme,
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2729
|
+
ro as getDefaultConfig,
|
|
2730
|
+
Ne as twJoin,
|
|
2731
|
+
to as twMerge
|
|
2731
2732
|
};
|