@removify/tailwind-preset 0.1.5 → 0.1.6
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/{chunk-XZXQ5L3D.js → chunk-3TXOIS2S.js} +1 -1
- package/dist/cli/index.cjs +2 -2
- package/dist/cli/index.js +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +15 -15
package/dist/cli/index.cjs
CHANGED
|
@@ -23,9 +23,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
23
23
|
));
|
|
24
24
|
|
|
25
25
|
// src/cli/index.ts
|
|
26
|
+
var import_node_process = __toESM(require("process"), 1);
|
|
26
27
|
var import_helpers = require("yargs/helpers");
|
|
27
28
|
var import_yargs = __toESM(require("yargs"), 1);
|
|
28
|
-
var import_node_process = __toESM(require("process"), 1);
|
|
29
29
|
|
|
30
30
|
// src/theme/colors.ts
|
|
31
31
|
var mainColors = {
|
|
@@ -33,7 +33,7 @@ var mainColors = {
|
|
|
33
33
|
current: "currentColor",
|
|
34
34
|
transparent: "transparent",
|
|
35
35
|
danger: "#EA3529",
|
|
36
|
-
warning: "#
|
|
36
|
+
warning: "#F97316",
|
|
37
37
|
success: "#15A46E",
|
|
38
38
|
info: "#3EC2C9",
|
|
39
39
|
special: "#686DF4",
|
package/dist/cli/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
colors
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-3TXOIS2S.js";
|
|
4
4
|
|
|
5
5
|
// src/cli/index.ts
|
|
6
|
+
import process from "process";
|
|
6
7
|
import { hideBin } from "yargs/helpers";
|
|
7
8
|
import yargs from "yargs";
|
|
8
|
-
import process from "process";
|
|
9
9
|
|
|
10
10
|
// src/cli/src/theme/color.ts
|
|
11
11
|
var css = String.raw;
|
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@removify/tailwind-preset",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"description": "Tailwind CSS preset for Removify",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"tailwind"
|
|
@@ -26,28 +26,28 @@
|
|
|
26
26
|
"tailwindcss": "^3.0.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"string-ts": "^2.
|
|
29
|
+
"string-ts": "^2.2.0",
|
|
30
30
|
"tailwindcss-animate": "^1.0.7",
|
|
31
31
|
"yargs": "17.7.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@commitlint/cli": "^19.3.0",
|
|
35
35
|
"@commitlint/config-conventional": "^19.2.2",
|
|
36
|
-
"@removify/eslint-config": "^1.3
|
|
37
|
-
"@types/node": "^20.14.
|
|
36
|
+
"@removify/eslint-config": "^1.4.0-beta.3",
|
|
37
|
+
"@types/node": "^20.14.11",
|
|
38
38
|
"@types/yargs": "^17.0.32",
|
|
39
39
|
"bumpp": "^9.4.1",
|
|
40
|
-
"eslint": "^9.
|
|
41
|
-
"husky": "^9.0
|
|
42
|
-
"lint-staged": "^15.2.
|
|
43
|
-
"rimraf": "^
|
|
44
|
-
"tailwind-config-viewer": "^2.0.
|
|
45
|
-
"tailwindcss": "^3.4.
|
|
46
|
-
"tsup": "^8.1.
|
|
47
|
-
"tsx": "^4.
|
|
48
|
-
"typescript": "^5.
|
|
49
|
-
"vitest": "^
|
|
50
|
-
"@removify/tailwind-preset": "0.1.
|
|
40
|
+
"eslint": "^9.7.0",
|
|
41
|
+
"husky": "^9.1.0",
|
|
42
|
+
"lint-staged": "^15.2.7",
|
|
43
|
+
"rimraf": "^6.0.1",
|
|
44
|
+
"tailwind-config-viewer": "^2.0.4",
|
|
45
|
+
"tailwindcss": "^3.4.6",
|
|
46
|
+
"tsup": "^8.1.2",
|
|
47
|
+
"tsx": "^4.16.2",
|
|
48
|
+
"typescript": "^5.5.3",
|
|
49
|
+
"vitest": "^2.0.3",
|
|
50
|
+
"@removify/tailwind-preset": "0.1.6"
|
|
51
51
|
},
|
|
52
52
|
"lint-staged": {
|
|
53
53
|
"**/*.{js,ts,vue,html}": [
|