@removify/tailwind-preset 1.0.2 → 1.0.4

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.cts CHANGED
@@ -697,4 +697,4 @@ declare const unocssTheme: {
697
697
 
698
698
  declare function buildPreset(extend?: boolean, buildOptions?: BuildThemeOptions): Partial<Config>;
699
699
 
700
- export { type BuildThemeOptions, type ColorString, type Colors, type ColorsNames, type ConfiguredThemes, type FontSizeDetail, type FontSizes, type Screens, type ScreensNumber, type Shadows, type ThemeOptions, type UnocssFontSizes, animation, boxShadow, buildPreset, buildTheme, colors, colorsNames, configuredThemes, defaultTheme, factory, customFontFamily as fontFamily, fontSize, isDetailFont, keyframes, screenSizes, screens, screensNumber, unocssTheme };
700
+ export { type BorderSize, type BuildThemeOptions, type ColorString, type Colors, type ColorsNames, type ColorsVariations, type ConfiguredThemes, type DefaultColors, type DetailFont, type DisplayKeys, type ExtractNumber, type FontAndLineHeight, type FontSize, type FontSizeDetail, type FontSizeKeys, type FontSizes, type FontValue, type HeadingKeys, type MainColors, type RatingVariations, type RgbValue, type Screens, type ScreensNumber, type Shadow, type ShadowSize, type Shadows, type SizeKeys, type ThemeOptions, type UnocssDetailFont, type UnocssFontSize, type UnocssFontSizes, animation, boxShadow, buildPreset, buildTheme, colors, colorsNames, configuredThemes, defaultTheme, factory, customFontFamily as fontFamily, fontSize, isDetailFont, keyframes, screenSizes, screens, screensNumber, unocssTheme };
package/dist/index.d.ts CHANGED
@@ -697,4 +697,4 @@ declare const unocssTheme: {
697
697
 
698
698
  declare function buildPreset(extend?: boolean, buildOptions?: BuildThemeOptions): Partial<Config>;
699
699
 
700
- export { type BuildThemeOptions, type ColorString, type Colors, type ColorsNames, type ConfiguredThemes, type FontSizeDetail, type FontSizes, type Screens, type ScreensNumber, type Shadows, type ThemeOptions, type UnocssFontSizes, animation, boxShadow, buildPreset, buildTheme, colors, colorsNames, configuredThemes, defaultTheme, factory, customFontFamily as fontFamily, fontSize, isDetailFont, keyframes, screenSizes, screens, screensNumber, unocssTheme };
700
+ export { type BorderSize, type BuildThemeOptions, type ColorString, type Colors, type ColorsNames, type ColorsVariations, type ConfiguredThemes, type DefaultColors, type DetailFont, type DisplayKeys, type ExtractNumber, type FontAndLineHeight, type FontSize, type FontSizeDetail, type FontSizeKeys, type FontSizes, type FontValue, type HeadingKeys, type MainColors, type RatingVariations, type RgbValue, type Screens, type ScreensNumber, type Shadow, type ShadowSize, type Shadows, type SizeKeys, type ThemeOptions, type UnocssDetailFont, type UnocssFontSize, type UnocssFontSizes, animation, boxShadow, buildPreset, buildTheme, colors, colorsNames, configuredThemes, defaultTheme, factory, customFontFamily as fontFamily, fontSize, isDetailFont, keyframes, screenSizes, screens, screensNumber, unocssTheme };
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@removify/tailwind-preset",
3
3
  "type": "module",
4
- "version": "1.0.2",
4
+ "version": "1.0.4",
5
+ "packageManager": "pnpm@10.13.1",
5
6
  "description": "Tailwind CSS preset for Removify",
6
7
  "keywords": [
7
8
  "tailwind"
@@ -31,6 +32,24 @@
31
32
  "engines": {
32
33
  "node": ">=22"
33
34
  },
35
+ "scripts": {
36
+ "start": "pnpm exec tsx ./src/index.ts",
37
+ "build": "rimraf dist && tsup src/index.ts --format esm,cjs --clean --dts && pnpm generate:tailwind-v4",
38
+ "generate:tailwind-v4": "tsx ./scripts/generate-tailwind-v4.ts",
39
+ "update-animation:v4": "curl https://raw.githubusercontent.com/Wombosvideo/tw-animate-css/refs/heads/main/src/tw-animate.css > ./tailwind-dist/tailwindcss-animate.css",
40
+ "typecheck": "tsc --noEmit",
41
+ "prepack": "pnpm build",
42
+ "watch": "tsup --format esm,cjs --watch",
43
+ "dev": "tsx watch ./src/index.ts",
44
+ "dev:playground": "pnpm --filter playground dev",
45
+ "test": "vitest",
46
+ "lint": "eslint .",
47
+ "lint:fix": "eslint --fix .",
48
+ "husky:install": "husky",
49
+ "release": "bumpp && pnpm publish --access=public",
50
+ "tailwind-config-viewer": "tailwind-config-viewer -o -c tailwind.config.js",
51
+ "tailwind-config-viewer:build": "pnpm build && tailwind-config-viewer export tailwind-dist -c tailwind.config.js"
52
+ },
34
53
  "peerDependencies": {
35
54
  "tailwindcss": "^3.0.0 || ^4.0.0"
36
55
  },
@@ -42,6 +61,7 @@
42
61
  "@commitlint/cli": "^19.8.1",
43
62
  "@commitlint/config-conventional": "^19.8.1",
44
63
  "@removify/eslint-config": "^3.1.2",
64
+ "@removify/tailwind-preset": "workspace:*",
45
65
  "@types/node": "^22.16.5",
46
66
  "bumpp": "^10.2.0",
47
67
  "eslint": "^9.31.0",
@@ -53,29 +73,16 @@
53
73
  "tsup": "^8.5.0",
54
74
  "tsx": "^4.20.3",
55
75
  "typescript": "^5.8.3",
56
- "vitest": "^3.2.4",
57
- "@removify/tailwind-preset": "1.0.2"
76
+ "vitest": "^3.2.4"
77
+ },
78
+ "pnpm": {
79
+ "overrides": {
80
+ "koa": ">=3.0.1"
81
+ }
58
82
  },
59
83
  "lint-staged": {
60
84
  "**/*.{js,ts,vue,html}": [
61
85
  "pnpm lint:fix"
62
86
  ]
63
- },
64
- "scripts": {
65
- "start": "pnpm exec tsx ./src/index.ts",
66
- "build": "rimraf dist && tsup src/index.ts --format esm,cjs --clean --dts && pnpm generate:tailwind-v4",
67
- "generate:tailwind-v4": "tsx ./scripts/generate-tailwind-v4.ts",
68
- "update-animation:v4": "curl https://raw.githubusercontent.com/Wombosvideo/tw-animate-css/refs/heads/main/src/tw-animate.css > ./tailwind-dist/tailwindcss-animate.css",
69
- "typecheck": "tsc --noEmit",
70
- "watch": "tsup --format esm,cjs --watch",
71
- "dev": "tsx watch ./src/index.ts",
72
- "dev:playground": "pnpm --filter playground dev",
73
- "test": "vitest",
74
- "lint": "eslint .",
75
- "lint:fix": "eslint --fix .",
76
- "husky:install": "husky",
77
- "release": "bumpp && pnpm publish --access=public",
78
- "tailwind-config-viewer": "tailwind-config-viewer -o -c tailwind.config.js",
79
- "tailwind-config-viewer:build": "pnpm build && tailwind-config-viewer export tailwind-dist -c tailwind.config.js"
80
87
  }
81
- }
88
+ }
@@ -18,7 +18,7 @@
18
18
  --color-bateau-800: #155675;
19
19
  --color-bateau-900: #114660;
20
20
  --color-bateau-950: #0C3144;
21
- --color-bateau-DEFAULT: #1C749F;
21
+ --color-bateau: #1C749F;
22
22
  --color-pompelmo-50: #FFF4F4;
23
23
  --color-pompelmo-100: #FFEBEA;
24
24
  --color-pompelmo-200: #FFD4D4;
@@ -30,7 +30,7 @@
30
30
  --color-pompelmo-800: #BC4B49;
31
31
  --color-pompelmo-900: #9A3E3C;
32
32
  --color-pompelmo-950: #6D2C2A;
33
- --color-pompelmo-DEFAULT: #FF6663;
33
+ --color-pompelmo: #FF6663;
34
34
  --color-neutral-50: #F9FAFB;
35
35
  --color-neutral-100: #F4F6F7;
36
36
  --color-neutral-200: #E9ECEF;
@@ -42,7 +42,7 @@
42
42
  --color-neutral-800: #8C939A;
43
43
  --color-neutral-900: #73787E;
44
44
  --color-neutral-950: #515559;
45
- --color-neutral-DEFAULT: #BEC7D1;
45
+ --color-neutral: #BEC7D1;
46
46
  --color-orange-50: #FEF5F2;
47
47
  --color-orange-100: #FEECE7;
48
48
  --color-orange-200: #FDD7CC;
@@ -54,7 +54,7 @@
54
54
  --color-orange-800: #B85510;
55
55
  --color-orange-900: #96450D;
56
56
  --color-orange-950: #6A3109;
57
- --color-orange-DEFAULT: #F97316;
57
+ --color-orange: #F97316;
58
58
  --color-amber-50: #FFF9F2;
59
59
  --color-amber-100: #FEF5E7;
60
60
  --color-amber-200: #FEEACD;
@@ -66,7 +66,7 @@
66
66
  --color-amber-800: #B98D1B;
67
67
  --color-amber-900: #977316;
68
68
  --color-amber-950: #6B510F;
69
- --color-amber-DEFAULT: #FBBF24;
69
+ --color-amber: #FBBF24;
70
70
  --color-indigo-50: #F4F4FE;
71
71
  --color-indigo-100: #EBEBFD;
72
72
  --color-indigo-200: #D5D6FB;
@@ -78,7 +78,7 @@
78
78
  --color-indigo-800: #4D51B4;
79
79
  --color-indigo-900: #3F4293;
80
80
  --color-indigo-950: #2C2F68;
81
- --color-indigo-DEFAULT: #686DF4;
81
+ --color-indigo: #686DF4;
82
82
  --color-seafoam-50: #F3FAFA;
83
83
  --color-seafoam-100: #E8F5F6;
84
84
  --color-seafoam-200: #CFEBED;
@@ -90,7 +90,7 @@
90
90
  --color-seafoam-800: #2E8F95;
91
91
  --color-seafoam-900: #257579;
92
92
  --color-seafoam-950: #1A5356;
93
- --color-seafoam-DEFAULT: #3EC2C9;
93
+ --color-seafoam: #3EC2C9;
94
94
  --color-green-50: #F2F7F4;
95
95
  --color-green-100: #E7F1EB;
96
96
  --color-green-200: #CCE2D6;
@@ -102,7 +102,7 @@
102
102
  --color-green-800: #107951;
103
103
  --color-green-900: #0D6342;
104
104
  --color-green-950: #09462F;
105
- --color-green-DEFAULT: #15A46E;
105
+ --color-green: #15A46E;
106
106
  --color-fuchsia-50: #FAF3FD;
107
107
  --color-fuchsia-100: #F5E8FB;
108
108
  --color-fuchsia-200: #ECCFF7;
@@ -114,7 +114,7 @@
114
114
  --color-fuchsia-800: #922DAB;
115
115
  --color-fuchsia-900: #77258B;
116
116
  --color-fuchsia-950: #541A63;
117
- --color-fuchsia-DEFAULT: #C53DE7;
117
+ --color-fuchsia: #C53DE7;
118
118
  --color-red-50: #FDF2F2;
119
119
  --color-red-100: #FBE8E7;
120
120
  --color-red-200: #F8CECD;
@@ -126,7 +126,7 @@
126
126
  --color-red-800: #AD271E;
127
127
  --color-red-900: #8D2019;
128
128
  --color-red-950: #641711;
129
- --color-red-DEFAULT: #EA3529;
129
+ --color-red: #EA3529;
130
130
  --color-rating-high: #15A46E;
131
131
  --color-rating-medium: #EC5818;
132
132
  --color-rating-low: #EA3529;
@@ -144,7 +144,7 @@
144
144
  --color-primary-800: #155675;
145
145
  --color-primary-900: #114660;
146
146
  --color-primary-950: #0C3144;
147
- --color-primary-DEFAULT: #1C749F;
147
+ --color-primary: #1C749F;
148
148
  --color-secondary-50: #FFF4F4;
149
149
  --color-secondary-100: #FFEBEA;
150
150
  --color-secondary-200: #FFD4D4;
@@ -156,7 +156,7 @@
156
156
  --color-secondary-800: #BC4B49;
157
157
  --color-secondary-900: #9A3E3C;
158
158
  --color-secondary-950: #6D2C2A;
159
- --color-secondary-DEFAULT: #FF6663;
159
+ --color-secondary: #FF6663;
160
160
 
161
161
  --font-sans: DM Sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
162
162