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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/configs/config.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAU,MAAM,EAAE,MAAM,QAAQ,CAAC;AAM7C,KAAK,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;AAEjC,KAAK,WAAW,GAAG,OAAO,KAAK,CAAC,MAAM,CAAC,CAAC;AAIxC,KAAK,UAAU,GAAG;KACf,IAAI,IAAI,WAAW,IAAI,IAAI,SAAS,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC;CAC/E,CAAC;AAOF,QAAA,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/configs/config.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAU,MAAM,EAAE,MAAM,QAAQ,CAAC;AAM7C,KAAK,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;AAEjC,KAAK,WAAW,GAAG,OAAO,KAAK,CAAC,MAAM,CAAC,CAAC;AAIxC,KAAK,UAAU,GAAG;KACf,IAAI,IAAI,WAAW,IAAI,IAAI,SAAS,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC;CAC/E,CAAC;AAOF,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAaD,CAAC;AA8EX,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;oCAlEL,UAAU;;;;;;;;;;;oCAAV,UAAU;;;;;;;;;;;oCAAV,UAAU;;;;;;;;;;;;;;;;;;;;;;;oCAAV,UAAU;;;;;;;;;;;oCAAV,UAAU;;;;;;;;;;;oCAAV,UAAU;;;;;;;;;;;;;;;;;;;;;;;oCAAV,UAAU;;;;;;;;;;;oCAAV,UAAU;;;;;;;;;;;oCAAV,UAAU;;;;;;;;;WAAV,UAAU;CA0EQ,CAAC;AAE1B,eAAe,MAAM,CAAC;AAEtB,OAAO,EAAE,MAAM,IAAI,gBAAgB,EAAE,CAAC"}
|
|
@@ -1,14 +1,30 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export declare const CC_STRINGS:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export declare const CC_STRINGS: {
|
|
3
|
+
kind: SelectorKind.Callee;
|
|
4
|
+
match: {
|
|
5
|
+
type: MatcherType.String;
|
|
6
|
+
}[];
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const CC_OBJECT_KEYS: {
|
|
10
|
+
kind: SelectorKind.Callee;
|
|
11
|
+
match: {
|
|
12
|
+
type: MatcherType.ObjectKey;
|
|
13
|
+
}[];
|
|
14
|
+
name: string;
|
|
15
|
+
};
|
|
8
16
|
/** @see https://github.com/jorgebucaran/classcat */
|
|
9
|
-
export declare const CC: (
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}[]
|
|
17
|
+
export declare const CC: ({
|
|
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=cc.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cc.d.ts","sourceRoot":"","sources":["../../../src/options/callees/cc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"cc.d.ts","sourceRoot":"","sources":["../../../src/options/callees/cc.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,oDAAoD;AACpD,eAAO,MAAM,EAAE;;;;;;;;;;;;IAGM,CAAC"}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export const CC_STRINGS =
|
|
3
|
-
|
|
4
|
-
[
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export const CC_STRINGS = {
|
|
3
|
+
kind: SelectorKind.Callee,
|
|
4
|
+
match: [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
type: MatcherType.String
|
|
7
7
|
}
|
|
8
|
-
]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
],
|
|
9
|
+
name: "cc"
|
|
10
|
+
};
|
|
11
|
+
export const CC_OBJECT_KEYS = {
|
|
12
|
+
kind: SelectorKind.Callee,
|
|
13
|
+
match: [
|
|
13
14
|
{
|
|
14
|
-
|
|
15
|
+
type: MatcherType.ObjectKey
|
|
15
16
|
}
|
|
16
|
-
]
|
|
17
|
-
|
|
17
|
+
],
|
|
18
|
+
name: "cc"
|
|
19
|
+
};
|
|
18
20
|
/** @see https://github.com/jorgebucaran/classcat */
|
|
19
21
|
export const CC = [
|
|
20
22
|
CC_STRINGS,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cc.js","sourceRoot":"","sources":["../../../src/options/callees/cc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"cc.js","sourceRoot":"","sources":["../../../src/options/callees/cc.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,oDAAoD;AACpD,MAAM,CAAC,MAAM,EAAE,GAAG;IAChB,UAAU;IACV,cAAc;CACK,CAAC"}
|
|
@@ -1,19 +1,35 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export declare const CLB_BASE_VALUES:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
export declare const
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export declare const CLB_BASE_VALUES: {
|
|
3
|
+
kind: SelectorKind.Callee;
|
|
4
|
+
match: {
|
|
5
|
+
path: string;
|
|
6
|
+
type: MatcherType.ObjectValue;
|
|
7
|
+
}[];
|
|
8
|
+
name: string;
|
|
9
|
+
};
|
|
10
|
+
export declare const CLB_VARIANT_VALUES: {
|
|
11
|
+
kind: SelectorKind.Callee;
|
|
12
|
+
match: {
|
|
13
|
+
path: string;
|
|
14
|
+
type: MatcherType.ObjectValue;
|
|
15
|
+
}[];
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
18
|
+
export declare const CLB_COMPOUND_VARIANTS_CLASSES: {
|
|
19
|
+
kind: SelectorKind.Callee;
|
|
20
|
+
match: {
|
|
21
|
+
path: string;
|
|
22
|
+
type: MatcherType.ObjectValue;
|
|
23
|
+
}[];
|
|
24
|
+
name: string;
|
|
25
|
+
};
|
|
14
26
|
/** @see https://github.com/crswll/clb */
|
|
15
|
-
export declare const CLB:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
27
|
+
export declare const CLB: {
|
|
28
|
+
kind: SelectorKind.Callee;
|
|
29
|
+
match: {
|
|
30
|
+
path: string;
|
|
31
|
+
type: MatcherType.ObjectValue;
|
|
32
|
+
}[];
|
|
33
|
+
name: string;
|
|
34
|
+
}[];
|
|
19
35
|
//# sourceMappingURL=clb.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clb.d.ts","sourceRoot":"","sources":["../../../src/options/callees/clb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"clb.d.ts","sourceRoot":"","sources":["../../../src/options/callees/clb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,eAAO,MAAM,eAAe;;;;;;;CASF,CAAC;AAE3B,eAAO,MAAM,kBAAkB;;;;;;;CASL,CAAC;AAE3B,eAAO,MAAM,6BAA6B;;;;;;;CAShB,CAAC;AAE3B,yCAAyC;AACzC,eAAO,MAAM,GAAG;;;;;;;GAKK,CAAC"}
|
|
@@ -1,31 +1,34 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export const CLB_BASE_VALUES =
|
|
3
|
-
|
|
4
|
-
[
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export const CLB_BASE_VALUES = {
|
|
3
|
+
kind: SelectorKind.Callee,
|
|
4
|
+
match: [
|
|
5
5
|
{
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
path: "^base$",
|
|
7
|
+
type: MatcherType.ObjectValue
|
|
8
8
|
}
|
|
9
|
-
]
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
],
|
|
10
|
+
name: "clb"
|
|
11
|
+
};
|
|
12
|
+
export const CLB_VARIANT_VALUES = {
|
|
13
|
+
kind: SelectorKind.Callee,
|
|
14
|
+
match: [
|
|
14
15
|
{
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
path: "^variants.*$",
|
|
17
|
+
type: MatcherType.ObjectValue
|
|
17
18
|
}
|
|
18
|
-
]
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
],
|
|
20
|
+
name: "clb"
|
|
21
|
+
};
|
|
22
|
+
export const CLB_COMPOUND_VARIANTS_CLASSES = {
|
|
23
|
+
kind: SelectorKind.Callee,
|
|
24
|
+
match: [
|
|
23
25
|
{
|
|
24
|
-
|
|
25
|
-
|
|
26
|
+
path: "^compoundVariants\\[\\d+\\]\\.classes$",
|
|
27
|
+
type: MatcherType.ObjectValue
|
|
26
28
|
}
|
|
27
|
-
]
|
|
28
|
-
|
|
29
|
+
],
|
|
30
|
+
name: "clb"
|
|
31
|
+
};
|
|
29
32
|
/** @see https://github.com/crswll/clb */
|
|
30
33
|
export const CLB = [
|
|
31
34
|
CLB_BASE_VALUES,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clb.js","sourceRoot":"","sources":["../../../src/options/callees/clb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"clb.js","sourceRoot":"","sources":["../../../src/options/callees/clb.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,QAAQ;YACd,IAAI,EAAE,WAAW,CAAC,WAAW;SAC9B;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,6BAA6B,GAAG;IAC3C,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,wCAAwC;YAC9C,IAAI,EAAE,WAAW,CAAC,WAAW;SAC9B;KACF;IACD,IAAI,EAAE,KAAK;CACa,CAAC;AAE3B,yCAAyC;AACzC,MAAM,CAAC,MAAM,GAAG,GAAG;IACjB,eAAe;IACf,kBAAkB;IAClB,6BAA6B;IAC7B,wCAAwC;CACrB,CAAC"}
|
|
@@ -1,14 +1,30 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export declare const CLSX_STRINGS:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export declare const CLSX_STRINGS: {
|
|
3
|
+
kind: SelectorKind.Callee;
|
|
4
|
+
match: {
|
|
5
|
+
type: MatcherType.String;
|
|
6
|
+
}[];
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const CLSX_OBJECT_KEYS: {
|
|
10
|
+
kind: SelectorKind.Callee;
|
|
11
|
+
match: {
|
|
12
|
+
type: MatcherType.ObjectKey;
|
|
13
|
+
}[];
|
|
14
|
+
name: string;
|
|
15
|
+
};
|
|
8
16
|
/** @see https://github.com/lukeed/clsx */
|
|
9
|
-
export declare const CLSX: (
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}[]
|
|
17
|
+
export declare const CLSX: ({
|
|
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=clsx.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clsx.d.ts","sourceRoot":"","sources":["../../../src/options/callees/clsx.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"clsx.d.ts","sourceRoot":"","sources":["../../../src/options/callees/clsx.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,0CAA0C;AAC1C,eAAO,MAAM,IAAI;;;;;;;;;;;;IAGI,CAAC"}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export const CLSX_STRINGS =
|
|
3
|
-
|
|
4
|
-
[
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export const CLSX_STRINGS = {
|
|
3
|
+
kind: SelectorKind.Callee,
|
|
4
|
+
match: [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
type: MatcherType.String
|
|
7
7
|
}
|
|
8
|
-
]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
],
|
|
9
|
+
name: "clsx"
|
|
10
|
+
};
|
|
11
|
+
export const CLSX_OBJECT_KEYS = {
|
|
12
|
+
kind: SelectorKind.Callee,
|
|
13
|
+
match: [
|
|
13
14
|
{
|
|
14
|
-
|
|
15
|
+
type: MatcherType.ObjectKey
|
|
15
16
|
}
|
|
16
|
-
]
|
|
17
|
-
|
|
17
|
+
],
|
|
18
|
+
name: "clsx"
|
|
19
|
+
};
|
|
18
20
|
/** @see https://github.com/lukeed/clsx */
|
|
19
21
|
export const CLSX = [
|
|
20
22
|
CLSX_STRINGS,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clsx.js","sourceRoot":"","sources":["../../../src/options/callees/clsx.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"clsx.js","sourceRoot":"","sources":["../../../src/options/callees/clsx.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,0CAA0C;AAC1C,MAAM,CAAC,MAAM,IAAI,GAAG;IAClB,YAAY;IACZ,gBAAgB;CACG,CAAC"}
|
|
@@ -1,14 +1,30 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export declare const CN_STRINGS:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export declare const CN_STRINGS: {
|
|
3
|
+
kind: SelectorKind.Callee;
|
|
4
|
+
match: {
|
|
5
|
+
type: MatcherType.String;
|
|
6
|
+
}[];
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const CN_OBJECT_KEYS: {
|
|
10
|
+
kind: SelectorKind.Callee;
|
|
11
|
+
match: {
|
|
12
|
+
type: MatcherType.ObjectKey;
|
|
13
|
+
}[];
|
|
14
|
+
name: string;
|
|
15
|
+
};
|
|
8
16
|
/** @see https://ui.shadcn.com/docs/installation/manual */
|
|
9
|
-
export declare const CN: (
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}[]
|
|
17
|
+
export declare const CN: ({
|
|
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=cn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../../src/options/callees/cn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../../src/options/callees/cn.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,0DAA0D;AAC1D,eAAO,MAAM,EAAE;;;;;;;;;;;;IAGM,CAAC"}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export const CN_STRINGS =
|
|
3
|
-
|
|
4
|
-
[
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export const CN_STRINGS = {
|
|
3
|
+
kind: SelectorKind.Callee,
|
|
4
|
+
match: [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
type: MatcherType.String
|
|
7
7
|
}
|
|
8
|
-
]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
],
|
|
9
|
+
name: "cn"
|
|
10
|
+
};
|
|
11
|
+
export const CN_OBJECT_KEYS = {
|
|
12
|
+
kind: SelectorKind.Callee,
|
|
13
|
+
match: [
|
|
13
14
|
{
|
|
14
|
-
|
|
15
|
+
type: MatcherType.ObjectKey
|
|
15
16
|
}
|
|
16
|
-
]
|
|
17
|
-
|
|
17
|
+
],
|
|
18
|
+
name: "cn"
|
|
19
|
+
};
|
|
18
20
|
/** @see https://ui.shadcn.com/docs/installation/manual */
|
|
19
21
|
export const CN = [
|
|
20
22
|
CN_STRINGS,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cn.js","sourceRoot":"","sources":["../../../src/options/callees/cn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"cn.js","sourceRoot":"","sources":["../../../src/options/callees/cn.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,0DAA0D;AAC1D,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 CNB_STRINGS:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export declare const CNB_STRINGS: {
|
|
3
|
+
kind: SelectorKind.Callee;
|
|
4
|
+
match: {
|
|
5
|
+
type: MatcherType.String;
|
|
6
|
+
}[];
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const CNB_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 CNB: (
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}[]
|
|
17
|
+
export declare const CNB: ({
|
|
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=cnb.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cnb.d.ts","sourceRoot":"","sources":["../../../src/options/callees/cnb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"cnb.d.ts","sourceRoot":"","sources":["../../../src/options/callees/cnb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,eAAO,MAAM,WAAW;;;;;;CAQE,CAAC;AAE3B,eAAO,MAAM,eAAe;;;;;;CAQF,CAAC;AAE3B,gDAAgD;AAChD,eAAO,MAAM,GAAG;;;;;;;;;;;;IAGK,CAAC"}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export const CNB_STRINGS =
|
|
3
|
-
|
|
4
|
-
[
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export const CNB_STRINGS = {
|
|
3
|
+
kind: SelectorKind.Callee,
|
|
4
|
+
match: [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
type: MatcherType.String
|
|
7
7
|
}
|
|
8
|
-
]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
],
|
|
9
|
+
name: "cnb"
|
|
10
|
+
};
|
|
11
|
+
export const CNB_OBJECT_KEYS = {
|
|
12
|
+
kind: SelectorKind.Callee,
|
|
13
|
+
match: [
|
|
13
14
|
{
|
|
14
|
-
|
|
15
|
+
type: MatcherType.ObjectKey
|
|
15
16
|
}
|
|
16
|
-
]
|
|
17
|
-
|
|
17
|
+
],
|
|
18
|
+
name: "cnb"
|
|
19
|
+
};
|
|
18
20
|
/** @see https://github.com/xobotyi/cnbuilder */
|
|
19
21
|
export const CNB = [
|
|
20
22
|
CNB_STRINGS,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cnb.js","sourceRoot":"","sources":["../../../src/options/callees/cnb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"cnb.js","sourceRoot":"","sources":["../../../src/options/callees/cnb.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,eAAe,GAAG;IAC7B,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,WAAW,CAAC,SAAS;SAC5B;KACF;IACD,IAAI,EAAE,KAAK;CACa,CAAC;AAE3B,gDAAgD;AAChD,MAAM,CAAC,MAAM,GAAG,GAAG;IACjB,WAAW;IACX,eAAe;CACI,CAAC"}
|
|
@@ -1,9 +1,17 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export declare const CTL_STRINGS:
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export declare const CTL_STRINGS: {
|
|
3
|
+
kind: SelectorKind.Callee;
|
|
4
|
+
match: {
|
|
5
|
+
type: MatcherType.String;
|
|
6
|
+
}[];
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
5
9
|
/** @see https://github.com/netlify/classnames-template-literals */
|
|
6
|
-
export declare const CTL:
|
|
7
|
-
|
|
8
|
-
|
|
10
|
+
export declare const CTL: {
|
|
11
|
+
kind: SelectorKind.Callee;
|
|
12
|
+
match: {
|
|
13
|
+
type: MatcherType.String;
|
|
14
|
+
}[];
|
|
15
|
+
name: string;
|
|
16
|
+
}[];
|
|
9
17
|
//# sourceMappingURL=ctl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ctl.d.ts","sourceRoot":"","sources":["../../../src/options/callees/ctl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"ctl.d.ts","sourceRoot":"","sources":["../../../src/options/callees/ctl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,eAAO,MAAM,WAAW;;;;;;CAQE,CAAC;AAE3B,mEAAmE;AACnE,eAAO,MAAM,GAAG;;;;;;GAEK,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export const CTL_STRINGS =
|
|
3
|
-
|
|
4
|
-
[
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export const CTL_STRINGS = {
|
|
3
|
+
kind: SelectorKind.Callee,
|
|
4
|
+
match: [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
type: MatcherType.String
|
|
7
7
|
}
|
|
8
|
-
]
|
|
9
|
-
|
|
8
|
+
],
|
|
9
|
+
name: "ctl"
|
|
10
|
+
};
|
|
10
11
|
/** @see https://github.com/netlify/classnames-template-literals */
|
|
11
12
|
export const CTL = [
|
|
12
13
|
CTL_STRINGS
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ctl.js","sourceRoot":"","sources":["../../../src/options/callees/ctl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"ctl.js","sourceRoot":"","sources":["../../../src/options/callees/ctl.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,mEAAmE;AACnE,MAAM,CAAC,MAAM,GAAG,GAAG;IACjB,WAAW;CACQ,CAAC"}
|
|
@@ -1,20 +1,40 @@
|
|
|
1
|
-
import { MatcherType } from "../../types/rule.js";
|
|
2
|
-
export declare const CVA_STRINGS:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
export declare const
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export declare const CVA_STRINGS: {
|
|
3
|
+
kind: SelectorKind.Callee;
|
|
4
|
+
match: {
|
|
5
|
+
type: MatcherType.String;
|
|
6
|
+
}[];
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const CVA_VARIANT_VALUES: {
|
|
10
|
+
kind: SelectorKind.Callee;
|
|
11
|
+
match: {
|
|
12
|
+
path: string;
|
|
13
|
+
type: MatcherType.ObjectValue;
|
|
14
|
+
}[];
|
|
15
|
+
name: string;
|
|
16
|
+
};
|
|
17
|
+
export declare const CVA_COMPOUND_VARIANTS_CLASS: {
|
|
18
|
+
kind: SelectorKind.Callee;
|
|
19
|
+
match: {
|
|
20
|
+
path: string;
|
|
21
|
+
type: MatcherType.ObjectValue;
|
|
22
|
+
}[];
|
|
23
|
+
name: string;
|
|
24
|
+
};
|
|
13
25
|
/** @see https://github.com/joe-bell/cva */
|
|
14
|
-
export declare const CVA: (
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
26
|
+
export declare const CVA: ({
|
|
27
|
+
kind: SelectorKind.Callee;
|
|
28
|
+
match: {
|
|
29
|
+
type: MatcherType.String;
|
|
30
|
+
}[];
|
|
31
|
+
name: string;
|
|
32
|
+
} | {
|
|
33
|
+
kind: SelectorKind.Callee;
|
|
34
|
+
match: {
|
|
35
|
+
path: string;
|
|
36
|
+
type: MatcherType.ObjectValue;
|
|
37
|
+
}[];
|
|
38
|
+
name: string;
|
|
39
|
+
})[];
|
|
20
40
|
//# sourceMappingURL=cva.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cva.d.ts","sourceRoot":"","sources":["../../../src/options/callees/cva.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"cva.d.ts","sourceRoot":"","sources":["../../../src/options/callees/cva.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,eAAO,MAAM,WAAW;;;;;;CAQE,CAAC;AAE3B,eAAO,MAAM,kBAAkB;;;;;;;CASL,CAAC;AAE3B,eAAO,MAAM,2BAA2B;;;;;;;CASd,CAAC;AAE3B,2CAA2C;AAC3C,eAAO,MAAM,GAAG;;;;;;;;;;;;;IAIK,CAAC"}
|