@removify/tailwind-preset 0.1.0 → 0.1.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.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +10 -10
package/dist/index.d.cts
CHANGED
|
@@ -495,4 +495,4 @@ type Shadows = {
|
|
|
495
495
|
declare function config(extend?: boolean): Partial<Config>;
|
|
496
496
|
declare const _default: Partial<tailwindcss_types_config.Config>;
|
|
497
497
|
|
|
498
|
-
export { type ColorString, type Colors, type FontSizes, type Shadows, colors, config, _default as default, customFontFamily as fontFamily, fontSizes, shadows, theme, unocssTheme };
|
|
498
|
+
export { type ColorString, type Colors, type ColorsNames, type FontSizes, type Shadows, colors, config, _default as default, customFontFamily as fontFamily, fontSizes, shadows, theme, unocssTheme };
|
package/dist/index.d.ts
CHANGED
|
@@ -495,4 +495,4 @@ type Shadows = {
|
|
|
495
495
|
declare function config(extend?: boolean): Partial<Config>;
|
|
496
496
|
declare const _default: Partial<tailwindcss_types_config.Config>;
|
|
497
497
|
|
|
498
|
-
export { type ColorString, type Colors, type FontSizes, type Shadows, colors, config, _default as default, customFontFamily as fontFamily, fontSizes, shadows, theme, unocssTheme };
|
|
498
|
+
export { type ColorString, type Colors, type ColorsNames, type FontSizes, type Shadows, colors, config, _default as default, customFontFamily as fontFamily, fontSizes, shadows, theme, unocssTheme };
|
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.2",
|
|
5
5
|
"description": "Tailwind CSS preset for Removify",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"tailwind"
|
|
@@ -26,27 +26,27 @@
|
|
|
26
26
|
"tailwindcss": "^3.0.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"string-ts": "^2.1.
|
|
29
|
+
"string-ts": "^2.1.1",
|
|
30
30
|
"yargs": "17.7.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@commitlint/cli": "^19.
|
|
33
|
+
"@commitlint/cli": "^19.3.0",
|
|
34
34
|
"@commitlint/config-conventional": "^19.2.2",
|
|
35
|
-
"@removify/eslint-config": "^1.3.
|
|
35
|
+
"@removify/eslint-config": "^1.3.4",
|
|
36
36
|
"@types/node": "^20.12.7",
|
|
37
37
|
"@types/yargs": "^17.0.32",
|
|
38
|
-
"bumpp": "^9.4.
|
|
39
|
-
"eslint": "^9.1.
|
|
38
|
+
"bumpp": "^9.4.1",
|
|
39
|
+
"eslint": "^9.1.1",
|
|
40
40
|
"husky": "^9.0.11",
|
|
41
41
|
"lint-staged": "^15.2.2",
|
|
42
42
|
"rimraf": "^5.0.5",
|
|
43
|
-
"tailwind-config-viewer": "^2.0.
|
|
43
|
+
"tailwind-config-viewer": "^2.0.2",
|
|
44
44
|
"tailwindcss": "^3.4.3",
|
|
45
45
|
"tsup": "^8.0.2",
|
|
46
|
-
"tsx": "^4.7.
|
|
46
|
+
"tsx": "^4.7.3",
|
|
47
47
|
"typescript": "^5.4.5",
|
|
48
|
-
"vitest": "^1.5.
|
|
49
|
-
"@removify/tailwind-preset": "0.1.
|
|
48
|
+
"vitest": "^1.5.2",
|
|
49
|
+
"@removify/tailwind-preset": "0.1.2"
|
|
50
50
|
},
|
|
51
51
|
"lint-staged": {
|
|
52
52
|
"**/*.{js,ts,vue,html}": [
|