@flint.fyi/css 0.3.1 → 0.3.2
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/index.d.mts +2 -6
- package/package.json +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
//#region src/plugin.d.ts
|
|
2
|
-
declare const css: import("@flint.fyi/core").Plugin<import("@flint.fyi/core").RuleAbout<string>, "all", [import("@flint.fyi/core").Rule<{
|
|
2
|
+
export declare const css: import("@flint.fyi/core").Plugin<import("@flint.fyi/core").RuleAbout<string>, "all", [import("@flint.fyi/core").Rule<import("@flint.fyi/core").PluginRuleAbout<string> & {
|
|
3
3
|
readonly description: "Reports hex colors with invalid values.";
|
|
4
4
|
readonly id: "hexColorValidity";
|
|
5
5
|
readonly presets: readonly ["logical"];
|
|
6
|
-
} & {
|
|
7
|
-
readonly pluginId: string;
|
|
8
|
-
readonly url: string;
|
|
9
6
|
}, "invalid", undefined>]>;
|
|
10
|
-
//#endregion
|
|
11
|
-
export { css };
|
|
7
|
+
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flint.fyi/css",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "[Experimental] A Flint plugin for CSS code.",
|
|
5
5
|
"homepage": "https://flint.fyi/rules/css",
|
|
6
6
|
"repository": {
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"dist/"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@flint.fyi/core": "^0.
|
|
26
|
-
"@flint.fyi/css-language": "^0.
|
|
27
|
-
"typescript": "^6.0.
|
|
25
|
+
"@flint.fyi/core": "^0.27.0",
|
|
26
|
+
"@flint.fyi/css-language": "^0.3.0",
|
|
27
|
+
"typescript": "^6.0.3"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@flint.fyi/build": "^0.1.0",
|
|
31
|
-
"@flint.fyi/rule-tester": "^0.
|
|
32
|
-
"tsdown": "0.
|
|
33
|
-
"vitest": "
|
|
31
|
+
"@flint.fyi/rule-tester": "^0.20.0",
|
|
32
|
+
"tsdown": "0.23.0",
|
|
33
|
+
"vitest": "5.0.1"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": ">=26.1.0"
|