@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.
@@ -4,7 +4,7 @@ var mainColors = {
4
4
  current: "currentColor",
5
5
  transparent: "transparent",
6
6
  danger: "#EA3529",
7
- warning: "#FFA037",
7
+ warning: "#F97316",
8
8
  success: "#15A46E",
9
9
  info: "#3EC2C9",
10
10
  special: "#686DF4",
@@ -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: "#FFA037",
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-XZXQ5L3D.js";
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
@@ -50,7 +50,7 @@ var mainColors = {
50
50
  current: "currentColor",
51
51
  transparent: "transparent",
52
52
  danger: "#EA3529",
53
- warning: "#FFA037",
53
+ warning: "#F97316",
54
54
  success: "#15A46E",
55
55
  info: "#3EC2C9",
56
56
  special: "#686DF4",
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  shadows,
8
8
  theme,
9
9
  unocssTheme
10
- } from "./chunk-XZXQ5L3D.js";
10
+ } from "./chunk-3TXOIS2S.js";
11
11
 
12
12
  // src/plugins/index.ts
13
13
  import animation2 from "tailwindcss-animate";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@removify/tailwind-preset",
3
3
  "type": "module",
4
- "version": "0.1.5",
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.1.1",
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.9",
37
- "@types/node": "^20.14.2",
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.4.0",
41
- "husky": "^9.0.11",
42
- "lint-staged": "^15.2.6",
43
- "rimraf": "^5.0.7",
44
- "tailwind-config-viewer": "^2.0.2",
45
- "tailwindcss": "^3.4.4",
46
- "tsup": "^8.1.0",
47
- "tsx": "^4.15.2",
48
- "typescript": "^5.4.5",
49
- "vitest": "^1.6.0",
50
- "@removify/tailwind-preset": "0.1.5"
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}": [