@removify/tailwind-preset 1.0.3 → 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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +28 -21
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.
|
|
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
|
-
|
|
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
|
+
}
|