eslint-plugin-better-tailwindcss 4.1.1 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/api/defaults.d.ts +84 -14
- package/lib/api/defaults.d.ts.map +1 -1
- package/lib/api/defaults.js +25 -5
- package/lib/api/defaults.js.map +1 -1
- package/lib/api/types.d.ts +2 -2
- package/lib/api/types.d.ts.map +1 -1
- package/lib/api/types.js +1 -1
- package/lib/api/types.js.map +1 -1
- package/lib/async-utils/operations.d.ts +21 -0
- package/lib/async-utils/operations.d.ts.map +1 -0
- package/lib/async-utils/operations.js +2 -0
- package/lib/async-utils/operations.js.map +1 -0
- package/lib/configs/config.d.ts +1754 -194
- package/lib/configs/config.d.ts.map +1 -1
- package/lib/options/callees/cc.d.ts +28 -12
- package/lib/options/callees/cc.d.ts.map +1 -1
- package/lib/options/callees/cc.js +15 -13
- package/lib/options/callees/cc.js.map +1 -1
- package/lib/options/callees/clb.d.ts +33 -17
- package/lib/options/callees/clb.d.ts.map +1 -1
- package/lib/options/callees/clb.js +25 -22
- package/lib/options/callees/clb.js.map +1 -1
- package/lib/options/callees/clsx.d.ts +28 -12
- package/lib/options/callees/clsx.d.ts.map +1 -1
- package/lib/options/callees/clsx.js +15 -13
- package/lib/options/callees/clsx.js.map +1 -1
- package/lib/options/callees/cn.d.ts +28 -12
- package/lib/options/callees/cn.d.ts.map +1 -1
- package/lib/options/callees/cn.js +15 -13
- package/lib/options/callees/cn.js.map +1 -1
- package/lib/options/callees/cnb.d.ts +28 -12
- package/lib/options/callees/cnb.d.ts.map +1 -1
- package/lib/options/callees/cnb.js +15 -13
- package/lib/options/callees/cnb.js.map +1 -1
- package/lib/options/callees/ctl.d.ts +15 -7
- package/lib/options/callees/ctl.d.ts.map +1 -1
- package/lib/options/callees/ctl.js +8 -7
- package/lib/options/callees/ctl.js.map +1 -1
- package/lib/options/callees/cva.d.ts +38 -18
- package/lib/options/callees/cva.d.ts.map +1 -1
- package/lib/options/callees/cva.js +24 -21
- package/lib/options/callees/cva.js.map +1 -1
- package/lib/options/callees/cx.d.ts +28 -12
- package/lib/options/callees/cx.d.ts.map +1 -1
- package/lib/options/callees/cx.js +15 -13
- package/lib/options/callees/cx.js.map +1 -1
- package/lib/options/callees/dcnb.d.ts +28 -12
- package/lib/options/callees/dcnb.d.ts.map +1 -1
- package/lib/options/callees/dcnb.js +15 -13
- package/lib/options/callees/dcnb.js.map +1 -1
- package/lib/options/callees/objstr.d.ts +22 -10
- package/lib/options/callees/objstr.d.ts.map +1 -1
- package/lib/options/callees/objstr.js +15 -13
- package/lib/options/callees/objstr.js.map +1 -1
- package/lib/options/callees/tv.d.ts +62 -30
- package/lib/options/callees/tv.d.ts.map +1 -1
- package/lib/options/callees/tv.js +48 -42
- package/lib/options/callees/tv.js.map +1 -1
- package/lib/options/callees/twJoin.d.ts +15 -7
- package/lib/options/callees/twJoin.d.ts.map +1 -1
- package/lib/options/callees/twJoin.js +8 -7
- package/lib/options/callees/twJoin.js.map +1 -1
- package/lib/options/callees/twMerge.d.ts +15 -7
- package/lib/options/callees/twMerge.d.ts.map +1 -1
- package/lib/options/callees/twMerge.js +8 -7
- package/lib/options/callees/twMerge.js.map +1 -1
- package/lib/options/default-options.d.ts +78 -13
- package/lib/options/default-options.d.ts.map +1 -1
- package/lib/options/default-options.js +97 -50
- package/lib/options/default-options.js.map +1 -1
- package/lib/options/descriptions.d.ts +210 -17
- package/lib/options/descriptions.d.ts.map +1 -1
- package/lib/options/descriptions.js +2 -0
- package/lib/options/descriptions.js.map +1 -1
- package/lib/options/migrate.d.ts +16 -0
- package/lib/options/migrate.d.ts.map +1 -0
- package/lib/options/migrate.js +115 -0
- package/lib/options/migrate.js.map +1 -0
- package/lib/options/schemas/attributes.d.ts +1 -5
- package/lib/options/schemas/attributes.d.ts.map +1 -1
- package/lib/options/schemas/attributes.js +1 -2
- package/lib/options/schemas/attributes.js.map +1 -1
- package/lib/options/schemas/callees.d.ts +1 -8
- package/lib/options/schemas/callees.d.ts.map +1 -1
- package/lib/options/schemas/callees.js +1 -2
- package/lib/options/schemas/callees.js.map +1 -1
- package/lib/options/schemas/selectors.d.ts +488 -0
- package/lib/options/schemas/selectors.d.ts.map +1 -0
- package/lib/options/schemas/selectors.js +69 -0
- package/lib/options/schemas/selectors.js.map +1 -0
- package/lib/options/schemas/tags.d.ts +1 -1
- package/lib/options/schemas/tags.d.ts.map +1 -1
- package/lib/options/schemas/tags.js +1 -2
- package/lib/options/schemas/tags.js.map +1 -1
- package/lib/options/schemas/variables.d.ts +1 -3
- package/lib/options/schemas/variables.d.ts.map +1 -1
- package/lib/options/schemas/variables.js +1 -2
- package/lib/options/schemas/variables.js.map +1 -1
- package/lib/parsers/angular.d.ts +2 -2
- package/lib/parsers/angular.d.ts.map +1 -1
- package/lib/parsers/angular.js +21 -25
- package/lib/parsers/angular.js.map +1 -1
- package/lib/parsers/es.d.ts +5 -8
- package/lib/parsers/es.d.ts.map +1 -1
- package/lib/parsers/es.js +109 -47
- package/lib/parsers/es.js.map +1 -1
- package/lib/parsers/html.d.ts +2 -2
- package/lib/parsers/html.d.ts.map +1 -1
- package/lib/parsers/html.js +7 -10
- package/lib/parsers/html.js.map +1 -1
- package/lib/parsers/jsx.d.ts +2 -2
- package/lib/parsers/jsx.d.ts.map +1 -1
- package/lib/parsers/jsx.js +8 -13
- package/lib/parsers/jsx.js.map +1 -1
- package/lib/parsers/svelte.d.ts +3 -3
- package/lib/parsers/svelte.d.ts.map +1 -1
- package/lib/parsers/svelte.js +22 -25
- package/lib/parsers/svelte.js.map +1 -1
- package/lib/parsers/vue.d.ts +2 -2
- package/lib/parsers/vue.d.ts.map +1 -1
- package/lib/parsers/vue.js +14 -18
- package/lib/parsers/vue.js.map +1 -1
- package/lib/rules/enforce-canonical-classes.d.ts +146 -16
- package/lib/rules/enforce-canonical-classes.d.ts.map +1 -1
- package/lib/rules/enforce-consistent-class-order.d.ts +146 -16
- package/lib/rules/enforce-consistent-class-order.d.ts.map +1 -1
- package/lib/rules/enforce-consistent-important-position.d.ts +146 -16
- package/lib/rules/enforce-consistent-important-position.d.ts.map +1 -1
- package/lib/rules/enforce-consistent-line-wrapping.d.ts +146 -16
- package/lib/rules/enforce-consistent-line-wrapping.d.ts.map +1 -1
- package/lib/rules/enforce-consistent-variable-syntax.d.ts +148 -18
- package/lib/rules/enforce-consistent-variable-syntax.d.ts.map +1 -1
- package/lib/rules/enforce-shorthand-classes.d.ts +146 -16
- package/lib/rules/enforce-shorthand-classes.d.ts.map +1 -1
- package/lib/rules/no-conflicting-classes.d.ts +146 -16
- package/lib/rules/no-conflicting-classes.d.ts.map +1 -1
- package/lib/rules/no-deprecated-classes.d.ts +146 -16
- package/lib/rules/no-deprecated-classes.d.ts.map +1 -1
- package/lib/rules/no-duplicate-classes.d.ts +146 -16
- package/lib/rules/no-duplicate-classes.d.ts.map +1 -1
- package/lib/rules/no-restricted-classes.d.ts +146 -16
- package/lib/rules/no-restricted-classes.d.ts.map +1 -1
- package/lib/rules/no-unknown-classes.d.ts +146 -16
- package/lib/rules/no-unknown-classes.d.ts.map +1 -1
- package/lib/rules/no-unnecessary-whitespace.d.ts +146 -16
- package/lib/rules/no-unnecessary-whitespace.d.ts.map +1 -1
- package/lib/tailwindcss/canonical-classes.d.ts.map +1 -1
- package/lib/tailwindcss/canonical-classes.js +3 -7
- package/lib/tailwindcss/canonical-classes.js.map +1 -1
- package/lib/tailwindcss/class-order.async.v3.d.ts +1 -1
- package/lib/tailwindcss/class-order.async.v3.d.ts.map +1 -1
- package/lib/tailwindcss/class-order.async.v3.js +2 -2
- package/lib/tailwindcss/class-order.async.v3.js.map +1 -1
- package/lib/tailwindcss/class-order.async.v4.d.ts +1 -1
- package/lib/tailwindcss/class-order.async.v4.d.ts.map +1 -1
- package/lib/tailwindcss/class-order.async.v4.js +2 -2
- package/lib/tailwindcss/class-order.async.v4.js.map +1 -1
- package/lib/tailwindcss/class-order.d.ts.map +1 -1
- package/lib/tailwindcss/class-order.js +3 -7
- package/lib/tailwindcss/class-order.js.map +1 -1
- package/lib/tailwindcss/conflicting-classes.async.v4.d.ts +1 -1
- package/lib/tailwindcss/conflicting-classes.async.v4.d.ts.map +1 -1
- package/lib/tailwindcss/conflicting-classes.async.v4.js +3 -3
- package/lib/tailwindcss/conflicting-classes.async.v4.js.map +1 -1
- package/lib/tailwindcss/conflicting-classes.d.ts.map +1 -1
- package/lib/tailwindcss/conflicting-classes.js +3 -7
- package/lib/tailwindcss/conflicting-classes.js.map +1 -1
- package/lib/tailwindcss/custom-component-classes.async.v3.d.ts +3 -1
- package/lib/tailwindcss/custom-component-classes.async.v3.d.ts.map +1 -1
- package/lib/tailwindcss/custom-component-classes.async.v3.js +3 -4
- package/lib/tailwindcss/custom-component-classes.async.v3.js.map +1 -1
- package/lib/tailwindcss/custom-component-classes.async.v4.d.ts +3 -1
- package/lib/tailwindcss/custom-component-classes.async.v4.d.ts.map +1 -1
- package/lib/tailwindcss/custom-component-classes.async.v4.js +3 -5
- package/lib/tailwindcss/custom-component-classes.async.v4.js.map +1 -1
- package/lib/tailwindcss/custom-component-classes.d.ts.map +1 -1
- package/lib/tailwindcss/custom-component-classes.js +3 -7
- package/lib/tailwindcss/custom-component-classes.js.map +1 -1
- package/lib/tailwindcss/dissect-classes.d.ts.map +1 -1
- package/lib/tailwindcss/dissect-classes.js +3 -7
- package/lib/tailwindcss/dissect-classes.js.map +1 -1
- package/lib/tailwindcss/prefix.async.v3.d.ts +2 -2
- package/lib/tailwindcss/prefix.async.v3.d.ts.map +1 -1
- package/lib/tailwindcss/prefix.async.v3.js +3 -3
- package/lib/tailwindcss/prefix.async.v3.js.map +1 -1
- package/lib/tailwindcss/prefix.async.v4.d.ts +2 -2
- package/lib/tailwindcss/prefix.async.v4.d.ts.map +1 -1
- package/lib/tailwindcss/prefix.async.v4.js +4 -4
- package/lib/tailwindcss/prefix.async.v4.js.map +1 -1
- package/lib/tailwindcss/prefix.d.ts.map +1 -1
- package/lib/tailwindcss/prefix.js +3 -7
- package/lib/tailwindcss/prefix.js.map +1 -1
- package/lib/tailwindcss/tailwind.async.worker.v3.d.ts +2 -0
- package/lib/tailwindcss/tailwind.async.worker.v3.d.ts.map +1 -0
- package/lib/tailwindcss/tailwind.async.worker.v3.js +52 -0
- package/lib/tailwindcss/tailwind.async.worker.v3.js.map +1 -0
- package/lib/tailwindcss/tailwind.async.worker.v4.d.ts +2 -0
- package/lib/tailwindcss/tailwind.async.worker.v4.d.ts.map +1 -0
- package/lib/tailwindcss/tailwind.async.worker.v4.js +50 -0
- package/lib/tailwindcss/tailwind.async.worker.v4.js.map +1 -0
- package/lib/tailwindcss/unknown-classes.d.ts.map +1 -1
- package/lib/tailwindcss/unknown-classes.js +3 -7
- package/lib/tailwindcss/unknown-classes.js.map +1 -1
- package/lib/types/rule.d.ts +39 -0
- package/lib/types/rule.d.ts.map +1 -1
- package/lib/types/rule.js +7 -0
- package/lib/types/rule.js.map +1 -1
- package/lib/utils/rule.d.ts.map +1 -1
- package/lib/utils/rule.js +42 -2
- package/lib/utils/rule.js.map +1 -1
- package/lib/utils/selectors.d.ts +3 -0
- package/lib/utils/selectors.d.ts.map +1 -0
- package/lib/utils/selectors.js +4 -0
- package/lib/utils/selectors.js.map +1 -0
- package/package.json +10 -11
- package/lib/tailwindcss/canonical-classes.async.worker.v3.d.ts +0 -2
- package/lib/tailwindcss/canonical-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/tailwindcss/canonical-classes.async.worker.v3.js +0 -15
- package/lib/tailwindcss/canonical-classes.async.worker.v3.js.map +0 -1
- package/lib/tailwindcss/canonical-classes.async.worker.v4.d.ts +0 -2
- package/lib/tailwindcss/canonical-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/tailwindcss/canonical-classes.async.worker.v4.js +0 -9
- package/lib/tailwindcss/canonical-classes.async.worker.v4.js.map +0 -1
- package/lib/tailwindcss/class-order.async.worker.v3.d.ts +0 -2
- package/lib/tailwindcss/class-order.async.worker.v3.d.ts.map +0 -1
- package/lib/tailwindcss/class-order.async.worker.v3.js +0 -9
- package/lib/tailwindcss/class-order.async.worker.v3.js.map +0 -1
- package/lib/tailwindcss/class-order.async.worker.v4.d.ts +0 -2
- package/lib/tailwindcss/class-order.async.worker.v4.d.ts.map +0 -1
- package/lib/tailwindcss/class-order.async.worker.v4.js +0 -9
- package/lib/tailwindcss/class-order.async.worker.v4.js.map +0 -1
- package/lib/tailwindcss/conflicting-classes.async.worker.v3.d.ts +0 -2
- package/lib/tailwindcss/conflicting-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/tailwindcss/conflicting-classes.async.worker.v3.js +0 -5
- package/lib/tailwindcss/conflicting-classes.async.worker.v3.js.map +0 -1
- package/lib/tailwindcss/conflicting-classes.async.worker.v4.d.ts +0 -2
- package/lib/tailwindcss/conflicting-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/tailwindcss/conflicting-classes.async.worker.v4.js +0 -9
- package/lib/tailwindcss/conflicting-classes.async.worker.v4.js.map +0 -1
- package/lib/tailwindcss/dissect-classes.async.worker.v3.d.ts +0 -2
- package/lib/tailwindcss/dissect-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/tailwindcss/dissect-classes.async.worker.v3.js +0 -9
- package/lib/tailwindcss/dissect-classes.async.worker.v3.js.map +0 -1
- package/lib/tailwindcss/dissect-classes.async.worker.v4.d.ts +0 -2
- package/lib/tailwindcss/dissect-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/tailwindcss/dissect-classes.async.worker.v4.js +0 -9
- package/lib/tailwindcss/dissect-classes.async.worker.v4.js.map +0 -1
- package/lib/tailwindcss/prefix.async.worker.v3.d.ts +0 -2
- package/lib/tailwindcss/prefix.async.worker.v3.d.ts.map +0 -1
- package/lib/tailwindcss/prefix.async.worker.v3.js +0 -10
- package/lib/tailwindcss/prefix.async.worker.v3.js.map +0 -1
- package/lib/tailwindcss/prefix.async.worker.v4.d.ts +0 -2
- package/lib/tailwindcss/prefix.async.worker.v4.d.ts.map +0 -1
- package/lib/tailwindcss/prefix.async.worker.v4.js +0 -10
- package/lib/tailwindcss/prefix.async.worker.v4.js.map +0 -1
- package/lib/tailwindcss/unknown-classes.async.worker.v3.d.ts +0 -2
- package/lib/tailwindcss/unknown-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/tailwindcss/unknown-classes.async.worker.v3.js +0 -9
- package/lib/tailwindcss/unknown-classes.async.worker.v3.js.map +0 -1
- package/lib/tailwindcss/unknown-classes.async.worker.v4.d.ts +0 -2
- package/lib/tailwindcss/unknown-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/tailwindcss/unknown-classes.async.worker.v4.js +0 -9
- package/lib/tailwindcss/unknown-classes.async.worker.v4.js.map +0 -1
|
@@ -1,30 +1,33 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export const CVA_STRINGS =
|
|
3
|
-
|
|
4
|
-
[
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export const CVA_STRINGS = {
|
|
3
|
+
kind: SelectorKind.Callee,
|
|
4
|
+
match: [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
type: MatcherType.String
|
|
7
7
|
}
|
|
8
|
-
]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
],
|
|
9
|
+
name: "cva"
|
|
10
|
+
};
|
|
11
|
+
export const CVA_VARIANT_VALUES = {
|
|
12
|
+
kind: SelectorKind.Callee,
|
|
13
|
+
match: [
|
|
13
14
|
{
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
path: "^variants.*$",
|
|
16
|
+
type: MatcherType.ObjectValue
|
|
16
17
|
}
|
|
17
|
-
]
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
],
|
|
19
|
+
name: "cva"
|
|
20
|
+
};
|
|
21
|
+
export const CVA_COMPOUND_VARIANTS_CLASS = {
|
|
22
|
+
kind: SelectorKind.Callee,
|
|
23
|
+
match: [
|
|
22
24
|
{
|
|
23
|
-
|
|
24
|
-
|
|
25
|
+
path: "^compoundVariants\\[\\d+\\]\\.(?:className|class)$",
|
|
26
|
+
type: MatcherType.ObjectValue
|
|
25
27
|
}
|
|
26
|
-
]
|
|
27
|
-
|
|
28
|
+
],
|
|
29
|
+
name: "cva"
|
|
30
|
+
};
|
|
28
31
|
/** @see https://github.com/joe-bell/cva */
|
|
29
32
|
export const CVA = [
|
|
30
33
|
CVA_STRINGS,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cva.js","sourceRoot":"","sources":["../../../src/options/callees/cva.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"cva.js","sourceRoot":"","sources":["../../../src/options/callees/cva.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,WAAW,CAAC,MAAM;SACzB;KACF;IACD,IAAI,EAAE,KAAK;CACa,CAAC;AAE3B,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,cAAc;YACpB,IAAI,EAAE,WAAW,CAAC,WAAW;SAC9B;KACF;IACD,IAAI,EAAE,KAAK;CACa,CAAC;AAE3B,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,oDAAoD;YAC1D,IAAI,EAAE,WAAW,CAAC,WAAW;SAC9B;KACF;IACD,IAAI,EAAE,KAAK;CACa,CAAC;AAE3B,2CAA2C;AAC3C,MAAM,CAAC,MAAM,GAAG,GAAG;IACjB,WAAW;IACX,kBAAkB;IAClB,2BAA2B;CACR,CAAC"}
|
|
@@ -1,14 +1,30 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export declare const CX_STRINGS:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export declare const CX_STRINGS: {
|
|
3
|
+
kind: SelectorKind.Callee;
|
|
4
|
+
match: {
|
|
5
|
+
type: MatcherType.String;
|
|
6
|
+
}[];
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const CX_OBJECT_KEYS: {
|
|
10
|
+
kind: SelectorKind.Callee;
|
|
11
|
+
match: {
|
|
12
|
+
type: MatcherType.ObjectKey;
|
|
13
|
+
}[];
|
|
14
|
+
name: string;
|
|
15
|
+
};
|
|
8
16
|
/** @see https://cva.style/docs/api-reference#cx */
|
|
9
|
-
export declare const CX: (
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}[]
|
|
17
|
+
export declare const CX: ({
|
|
18
|
+
kind: SelectorKind.Callee;
|
|
19
|
+
match: {
|
|
20
|
+
type: MatcherType.String;
|
|
21
|
+
}[];
|
|
22
|
+
name: string;
|
|
23
|
+
} | {
|
|
24
|
+
kind: SelectorKind.Callee;
|
|
25
|
+
match: {
|
|
26
|
+
type: MatcherType.ObjectKey;
|
|
27
|
+
}[];
|
|
28
|
+
name: string;
|
|
29
|
+
})[];
|
|
14
30
|
//# sourceMappingURL=cx.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cx.d.ts","sourceRoot":"","sources":["../../../src/options/callees/cx.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"cx.d.ts","sourceRoot":"","sources":["../../../src/options/callees/cx.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,eAAO,MAAM,UAAU;;;;;;CAQG,CAAC;AAE3B,eAAO,MAAM,cAAc;;;;;;CAQD,CAAC;AAE3B,mDAAmD;AACnD,eAAO,MAAM,EAAE;;;;;;;;;;;;IAGM,CAAC"}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export const CX_STRINGS =
|
|
3
|
-
|
|
4
|
-
[
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export const CX_STRINGS = {
|
|
3
|
+
kind: SelectorKind.Callee,
|
|
4
|
+
match: [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
type: MatcherType.String
|
|
7
7
|
}
|
|
8
|
-
]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
],
|
|
9
|
+
name: "cx"
|
|
10
|
+
};
|
|
11
|
+
export const CX_OBJECT_KEYS = {
|
|
12
|
+
kind: SelectorKind.Callee,
|
|
13
|
+
match: [
|
|
13
14
|
{
|
|
14
|
-
|
|
15
|
+
type: MatcherType.ObjectKey
|
|
15
16
|
}
|
|
16
|
-
]
|
|
17
|
-
|
|
17
|
+
],
|
|
18
|
+
name: "cx"
|
|
19
|
+
};
|
|
18
20
|
/** @see https://cva.style/docs/api-reference#cx */
|
|
19
21
|
export const CX = [
|
|
20
22
|
CX_STRINGS,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cx.js","sourceRoot":"","sources":["../../../src/options/callees/cx.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"cx.js","sourceRoot":"","sources":["../../../src/options/callees/cx.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,WAAW,CAAC,MAAM;SACzB;KACF;IACD,IAAI,EAAE,IAAI;CACc,CAAC;AAE3B,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,WAAW,CAAC,SAAS;SAC5B;KACF;IACD,IAAI,EAAE,IAAI;CACc,CAAC;AAE3B,mDAAmD;AACnD,MAAM,CAAC,MAAM,EAAE,GAAG;IAChB,UAAU;IACV,cAAc;CACK,CAAC"}
|
|
@@ -1,14 +1,30 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export declare const DCNB_STRINGS:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export declare const DCNB_STRINGS: {
|
|
3
|
+
kind: SelectorKind.Callee;
|
|
4
|
+
match: {
|
|
5
|
+
type: MatcherType.String;
|
|
6
|
+
}[];
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const DCNB_OBJECT_KEYS: {
|
|
10
|
+
kind: SelectorKind.Callee;
|
|
11
|
+
match: {
|
|
12
|
+
type: MatcherType.ObjectKey;
|
|
13
|
+
}[];
|
|
14
|
+
name: string;
|
|
15
|
+
};
|
|
8
16
|
/** @see https://github.com/xobotyi/cnbuilder */
|
|
9
|
-
export declare const DCNB: (
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}[]
|
|
17
|
+
export declare const DCNB: ({
|
|
18
|
+
kind: SelectorKind.Callee;
|
|
19
|
+
match: {
|
|
20
|
+
type: MatcherType.String;
|
|
21
|
+
}[];
|
|
22
|
+
name: string;
|
|
23
|
+
} | {
|
|
24
|
+
kind: SelectorKind.Callee;
|
|
25
|
+
match: {
|
|
26
|
+
type: MatcherType.ObjectKey;
|
|
27
|
+
}[];
|
|
28
|
+
name: string;
|
|
29
|
+
})[];
|
|
14
30
|
//# sourceMappingURL=dcnb.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dcnb.d.ts","sourceRoot":"","sources":["../../../src/options/callees/dcnb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"dcnb.d.ts","sourceRoot":"","sources":["../../../src/options/callees/dcnb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,eAAO,MAAM,YAAY;;;;;;CAQC,CAAC;AAE3B,eAAO,MAAM,gBAAgB;;;;;;CAQH,CAAC;AAE3B,gDAAgD;AAChD,eAAO,MAAM,IAAI;;;;;;;;;;;;IAGI,CAAC"}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export const DCNB_STRINGS =
|
|
3
|
-
|
|
4
|
-
[
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export const DCNB_STRINGS = {
|
|
3
|
+
kind: SelectorKind.Callee,
|
|
4
|
+
match: [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
type: MatcherType.String
|
|
7
7
|
}
|
|
8
|
-
]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
],
|
|
9
|
+
name: "dcnb"
|
|
10
|
+
};
|
|
11
|
+
export const DCNB_OBJECT_KEYS = {
|
|
12
|
+
kind: SelectorKind.Callee,
|
|
13
|
+
match: [
|
|
13
14
|
{
|
|
14
|
-
|
|
15
|
+
type: MatcherType.ObjectKey
|
|
15
16
|
}
|
|
16
|
-
]
|
|
17
|
-
|
|
17
|
+
],
|
|
18
|
+
name: "dcnb"
|
|
19
|
+
};
|
|
18
20
|
/** @see https://github.com/xobotyi/cnbuilder */
|
|
19
21
|
export const DCNB = [
|
|
20
22
|
DCNB_STRINGS,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dcnb.js","sourceRoot":"","sources":["../../../src/options/callees/dcnb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"dcnb.js","sourceRoot":"","sources":["../../../src/options/callees/dcnb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,WAAW,CAAC,MAAM;SACzB;KACF;IACD,IAAI,EAAE,MAAM;CACY,CAAC;AAE3B,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,WAAW,CAAC,SAAS;SAC5B;KACF;IACD,IAAI,EAAE,MAAM;CACY,CAAC;AAE3B,gDAAgD;AAChD,MAAM,CAAC,MAAM,IAAI,GAAG;IAClB,YAAY;IACZ,gBAAgB;CACG,CAAC"}
|
|
@@ -1,12 +1,24 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export declare const OBJSTR_STRINGS:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export declare const OBJSTR_STRINGS: {
|
|
3
|
+
kind: SelectorKind.Callee;
|
|
4
|
+
match: {
|
|
5
|
+
type: MatcherType.String;
|
|
6
|
+
}[];
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const OBJSTR_OBJECT_KEYS: {
|
|
10
|
+
kind: SelectorKind.Callee;
|
|
11
|
+
match: {
|
|
12
|
+
type: MatcherType.ObjectKey;
|
|
13
|
+
}[];
|
|
14
|
+
name: string;
|
|
15
|
+
};
|
|
8
16
|
/** @see https://github.com/lukeed/obj-str */
|
|
9
|
-
export declare const OBJSTR:
|
|
10
|
-
|
|
11
|
-
|
|
17
|
+
export declare const OBJSTR: {
|
|
18
|
+
kind: SelectorKind.Callee;
|
|
19
|
+
match: {
|
|
20
|
+
type: MatcherType.ObjectKey;
|
|
21
|
+
}[];
|
|
22
|
+
name: string;
|
|
23
|
+
}[];
|
|
12
24
|
//# sourceMappingURL=objstr.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"objstr.d.ts","sourceRoot":"","sources":["../../../src/options/callees/objstr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"objstr.d.ts","sourceRoot":"","sources":["../../../src/options/callees/objstr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,eAAO,MAAM,cAAc;;;;;;CAQD,CAAC;AAE3B,eAAO,MAAM,kBAAkB;;;;;;CAQL,CAAC;AAE3B,6CAA6C;AAC7C,eAAO,MAAM,MAAM;;;;;;GAEE,CAAC"}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export const OBJSTR_STRINGS =
|
|
3
|
-
|
|
4
|
-
[
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export const OBJSTR_STRINGS = {
|
|
3
|
+
kind: SelectorKind.Callee,
|
|
4
|
+
match: [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
type: MatcherType.String
|
|
7
7
|
}
|
|
8
|
-
]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
],
|
|
9
|
+
name: "objstr"
|
|
10
|
+
};
|
|
11
|
+
export const OBJSTR_OBJECT_KEYS = {
|
|
12
|
+
kind: SelectorKind.Callee,
|
|
13
|
+
match: [
|
|
13
14
|
{
|
|
14
|
-
|
|
15
|
+
type: MatcherType.ObjectKey
|
|
15
16
|
}
|
|
16
|
-
]
|
|
17
|
-
|
|
17
|
+
],
|
|
18
|
+
name: "objstr"
|
|
19
|
+
};
|
|
18
20
|
/** @see https://github.com/lukeed/obj-str */
|
|
19
21
|
export const OBJSTR = [
|
|
20
22
|
OBJSTR_OBJECT_KEYS
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"objstr.js","sourceRoot":"","sources":["../../../src/options/callees/objstr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"objstr.js","sourceRoot":"","sources":["../../../src/options/callees/objstr.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,WAAW,CAAC,MAAM;SACzB;KACF;IACD,IAAI,EAAE,QAAQ;CACU,CAAC;AAE3B,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,WAAW,CAAC,SAAS;SAC5B;KACF;IACD,IAAI,EAAE,QAAQ;CACU,CAAC;AAE3B,6CAA6C;AAC7C,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,kBAAkB;CACC,CAAC"}
|
|
@@ -1,32 +1,64 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export declare const TV_STRINGS:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
export declare const
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
export declare const
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export declare const TV_STRINGS: {
|
|
3
|
+
kind: SelectorKind.Callee;
|
|
4
|
+
match: {
|
|
5
|
+
type: MatcherType.String;
|
|
6
|
+
}[];
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const TV_VARIANT_VALUES: {
|
|
10
|
+
kind: SelectorKind.Callee;
|
|
11
|
+
match: {
|
|
12
|
+
path: string;
|
|
13
|
+
type: MatcherType.ObjectValue;
|
|
14
|
+
}[];
|
|
15
|
+
name: string;
|
|
16
|
+
};
|
|
17
|
+
export declare const TV_BASE_VALUES: {
|
|
18
|
+
kind: SelectorKind.Callee;
|
|
19
|
+
match: {
|
|
20
|
+
path: string;
|
|
21
|
+
type: MatcherType.ObjectValue;
|
|
22
|
+
}[];
|
|
23
|
+
name: string;
|
|
24
|
+
};
|
|
25
|
+
export declare const TV_SLOTS_VALUES: {
|
|
26
|
+
kind: SelectorKind.Callee;
|
|
27
|
+
match: {
|
|
28
|
+
path: string;
|
|
29
|
+
type: MatcherType.ObjectValue;
|
|
30
|
+
}[];
|
|
31
|
+
name: string;
|
|
32
|
+
};
|
|
33
|
+
export declare const TV_COMPOUND_VARIANTS_CLASS: {
|
|
34
|
+
kind: SelectorKind.Callee;
|
|
35
|
+
match: {
|
|
36
|
+
path: string;
|
|
37
|
+
type: MatcherType.ObjectValue;
|
|
38
|
+
}[];
|
|
39
|
+
name: string;
|
|
40
|
+
};
|
|
41
|
+
export declare const TV_COMPOUND_SLOTS_CLASS: {
|
|
42
|
+
kind: SelectorKind.Callee;
|
|
43
|
+
match: {
|
|
44
|
+
path: string;
|
|
45
|
+
type: MatcherType.ObjectValue;
|
|
46
|
+
}[];
|
|
47
|
+
name: string;
|
|
48
|
+
};
|
|
25
49
|
/** @see https://github.com/nextui-org/tailwind-variants?tab=readme-ov-file */
|
|
26
|
-
export declare const TV: (
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
50
|
+
export declare const TV: ({
|
|
51
|
+
kind: SelectorKind.Callee;
|
|
52
|
+
match: {
|
|
53
|
+
type: MatcherType.String;
|
|
54
|
+
}[];
|
|
55
|
+
name: string;
|
|
56
|
+
} | {
|
|
57
|
+
kind: SelectorKind.Callee;
|
|
58
|
+
match: {
|
|
59
|
+
path: string;
|
|
60
|
+
type: MatcherType.ObjectValue;
|
|
61
|
+
}[];
|
|
62
|
+
name: string;
|
|
63
|
+
})[];
|
|
32
64
|
//# sourceMappingURL=tv.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tv.d.ts","sourceRoot":"","sources":["../../../src/options/callees/tv.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"tv.d.ts","sourceRoot":"","sources":["../../../src/options/callees/tv.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,eAAO,MAAM,UAAU;;;;;;CAQG,CAAC;AAE3B,eAAO,MAAM,iBAAiB;;;;;;;CASJ,CAAC;AAE3B,eAAO,MAAM,cAAc;;;;;;;CASD,CAAC;AAE3B,eAAO,MAAM,eAAe;;;;;;;CASF,CAAC;AAE3B,eAAO,MAAM,0BAA0B;;;;;;;CASb,CAAC;AAE3B,eAAO,MAAM,uBAAuB;;;;;;;CASV,CAAC;AAE3B,8EAA8E;AAC9E,eAAO,MAAM,EAAE;;;;;;;;;;;;;IAOM,CAAC"}
|
|
@@ -1,57 +1,63 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export const TV_STRINGS =
|
|
3
|
-
|
|
4
|
-
[
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export const TV_STRINGS = {
|
|
3
|
+
kind: SelectorKind.Callee,
|
|
4
|
+
match: [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
type: MatcherType.String
|
|
7
7
|
}
|
|
8
|
-
]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
],
|
|
9
|
+
name: "tv"
|
|
10
|
+
};
|
|
11
|
+
export const TV_VARIANT_VALUES = {
|
|
12
|
+
kind: SelectorKind.Callee,
|
|
13
|
+
match: [
|
|
13
14
|
{
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
path: "^variants.*$",
|
|
16
|
+
type: MatcherType.ObjectValue
|
|
16
17
|
}
|
|
17
|
-
]
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
],
|
|
19
|
+
name: "tv"
|
|
20
|
+
};
|
|
21
|
+
export const TV_BASE_VALUES = {
|
|
22
|
+
kind: SelectorKind.Callee,
|
|
23
|
+
match: [
|
|
22
24
|
{
|
|
23
|
-
|
|
24
|
-
|
|
25
|
+
path: "^base$",
|
|
26
|
+
type: MatcherType.ObjectValue
|
|
25
27
|
}
|
|
26
|
-
]
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
],
|
|
29
|
+
name: "tv"
|
|
30
|
+
};
|
|
31
|
+
export const TV_SLOTS_VALUES = {
|
|
32
|
+
kind: SelectorKind.Callee,
|
|
33
|
+
match: [
|
|
31
34
|
{
|
|
32
|
-
|
|
33
|
-
|
|
35
|
+
path: "^slots.*$",
|
|
36
|
+
type: MatcherType.ObjectValue
|
|
34
37
|
}
|
|
35
|
-
]
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
],
|
|
39
|
+
name: "tv"
|
|
40
|
+
};
|
|
41
|
+
export const TV_COMPOUND_VARIANTS_CLASS = {
|
|
42
|
+
kind: SelectorKind.Callee,
|
|
43
|
+
match: [
|
|
40
44
|
{
|
|
41
|
-
|
|
42
|
-
|
|
45
|
+
path: "^compoundVariants\\[\\d+\\]\\.(?:className|class).*$",
|
|
46
|
+
type: MatcherType.ObjectValue
|
|
43
47
|
}
|
|
44
|
-
]
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
48
|
+
],
|
|
49
|
+
name: "tv"
|
|
50
|
+
};
|
|
51
|
+
export const TV_COMPOUND_SLOTS_CLASS = {
|
|
52
|
+
kind: SelectorKind.Callee,
|
|
53
|
+
match: [
|
|
49
54
|
{
|
|
50
|
-
|
|
51
|
-
|
|
55
|
+
path: "^compoundSlots\\[\\d+\\]\\.(?:className|class).*$",
|
|
56
|
+
type: MatcherType.ObjectValue
|
|
52
57
|
}
|
|
53
|
-
]
|
|
54
|
-
|
|
58
|
+
],
|
|
59
|
+
name: "tv"
|
|
60
|
+
};
|
|
55
61
|
/** @see https://github.com/nextui-org/tailwind-variants?tab=readme-ov-file */
|
|
56
62
|
export const TV = [
|
|
57
63
|
TV_STRINGS,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tv.js","sourceRoot":"","sources":["../../../src/options/callees/tv.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"tv.js","sourceRoot":"","sources":["../../../src/options/callees/tv.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,WAAW,CAAC,MAAM;SACzB;KACF;IACD,IAAI,EAAE,IAAI;CACc,CAAC;AAE3B,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,cAAc;YACpB,IAAI,EAAE,WAAW,CAAC,WAAW;SAC9B;KACF;IACD,IAAI,EAAE,IAAI;CACc,CAAC;AAE3B,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,WAAW,CAAC,WAAW;SAC9B;KACF;IACD,IAAI,EAAE,IAAI;CACc,CAAC;AAE3B,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,WAAW,CAAC,WAAW;SAC9B;KACF;IACD,IAAI,EAAE,IAAI;CACc,CAAC;AAE3B,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,sDAAsD;YAC5D,IAAI,EAAE,WAAW,CAAC,WAAW;SAC9B;KACF;IACD,IAAI,EAAE,IAAI;CACc,CAAC;AAE3B,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,mDAAmD;YACzD,IAAI,EAAE,WAAW,CAAC,WAAW;SAC9B;KACF;IACD,IAAI,EAAE,IAAI;CACc,CAAC;AAE3B,8EAA8E;AAC9E,MAAM,CAAC,MAAM,EAAE,GAAG;IAChB,UAAU;IACV,iBAAiB;IACjB,0BAA0B;IAC1B,cAAc;IACd,eAAe;IACf,uBAAuB;CACJ,CAAC"}
|
|
@@ -1,9 +1,17 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export declare const TW_JOIN_STRINGS:
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export declare const TW_JOIN_STRINGS: {
|
|
3
|
+
kind: SelectorKind.Callee;
|
|
4
|
+
match: {
|
|
5
|
+
type: MatcherType.String;
|
|
6
|
+
}[];
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
5
9
|
/** @see https://github.com/dcastil/tailwind-merge */
|
|
6
|
-
export declare const TW_JOIN:
|
|
7
|
-
|
|
8
|
-
|
|
10
|
+
export declare const TW_JOIN: {
|
|
11
|
+
kind: SelectorKind.Callee;
|
|
12
|
+
match: {
|
|
13
|
+
type: MatcherType.String;
|
|
14
|
+
}[];
|
|
15
|
+
name: string;
|
|
16
|
+
}[];
|
|
9
17
|
//# sourceMappingURL=twJoin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"twJoin.d.ts","sourceRoot":"","sources":["../../../src/options/callees/twJoin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"twJoin.d.ts","sourceRoot":"","sources":["../../../src/options/callees/twJoin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,eAAO,MAAM,eAAe;;;;;;CAQF,CAAC;AAE3B,qDAAqD;AACrD,eAAO,MAAM,OAAO;;;;;;GAEC,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export const TW_JOIN_STRINGS =
|
|
3
|
-
|
|
4
|
-
[
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export const TW_JOIN_STRINGS = {
|
|
3
|
+
kind: SelectorKind.Callee,
|
|
4
|
+
match: [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
type: MatcherType.String
|
|
7
7
|
}
|
|
8
|
-
]
|
|
9
|
-
|
|
8
|
+
],
|
|
9
|
+
name: "twJoin"
|
|
10
|
+
};
|
|
10
11
|
/** @see https://github.com/dcastil/tailwind-merge */
|
|
11
12
|
export const TW_JOIN = [
|
|
12
13
|
TW_JOIN_STRINGS
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"twJoin.js","sourceRoot":"","sources":["../../../src/options/callees/twJoin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"twJoin.js","sourceRoot":"","sources":["../../../src/options/callees/twJoin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,WAAW,CAAC,MAAM;SACzB;KACF;IACD,IAAI,EAAE,QAAQ;CACU,CAAC;AAE3B,qDAAqD;AACrD,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,eAAe;CACI,CAAC"}
|
|
@@ -1,9 +1,17 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export declare const TW_MERGE_STRINGS:
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export declare const TW_MERGE_STRINGS: {
|
|
3
|
+
kind: SelectorKind.Callee;
|
|
4
|
+
match: {
|
|
5
|
+
type: MatcherType.String;
|
|
6
|
+
}[];
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
5
9
|
/** @see https://github.com/dcastil/tailwind-merge */
|
|
6
|
-
export declare const TW_MERGE:
|
|
7
|
-
|
|
8
|
-
|
|
10
|
+
export declare const TW_MERGE: {
|
|
11
|
+
kind: SelectorKind.Callee;
|
|
12
|
+
match: {
|
|
13
|
+
type: MatcherType.String;
|
|
14
|
+
}[];
|
|
15
|
+
name: string;
|
|
16
|
+
}[];
|
|
9
17
|
//# sourceMappingURL=twMerge.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"twMerge.d.ts","sourceRoot":"","sources":["../../../src/options/callees/twMerge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"twMerge.d.ts","sourceRoot":"","sources":["../../../src/options/callees/twMerge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,eAAO,MAAM,gBAAgB;;;;;;CAQH,CAAC;AAE3B,qDAAqD;AACrD,eAAO,MAAM,QAAQ;;;;;;GAEA,CAAC"}
|