@djcali570/component-lib 0.0.13 → 0.0.14
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/README.md +1 -0
- package/dist/Input5.svelte +1 -2
- package/package.json +2 -5
package/README.md
CHANGED
|
@@ -130,5 +130,6 @@ let apcs: AdminPanel5ColorScheme = {
|
|
|
130
130
|
```
|
|
131
131
|
|
|
132
132
|
# Updates
|
|
133
|
+
#### 0.0.14 - Fixed Input5 textarea height was not being applied. Removed Tailwind dependencies.
|
|
133
134
|
#### 0.0.13 - Added Admin Panel 5 Component.
|
|
134
135
|
#### 0.0.12 - Made all components colorScheme properties optional.
|
package/dist/Input5.svelte
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djcali570/component-lib",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"!dist/**/*.test.*",
|
|
@@ -20,8 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"svelte": "^5.0.0",
|
|
23
|
-
"@sveltejs/kit": "^2.16.0"
|
|
24
|
-
"tailwindcss": "^4.0.0"
|
|
23
|
+
"@sveltejs/kit": "^2.16.0"
|
|
25
24
|
},
|
|
26
25
|
"devDependencies": {
|
|
27
26
|
"@eslint/compat": "^1.2.5",
|
|
@@ -37,11 +36,9 @@
|
|
|
37
36
|
"globals": "^16.0.0",
|
|
38
37
|
"prettier": "^3.4.2",
|
|
39
38
|
"prettier-plugin-svelte": "^3.3.3",
|
|
40
|
-
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
41
39
|
"publint": "^0.3.2",
|
|
42
40
|
"svelte": "^5.0.0",
|
|
43
41
|
"svelte-check": "^4.0.0",
|
|
44
|
-
"tailwindcss": "^4.0.0",
|
|
45
42
|
"typescript": "^5.0.0",
|
|
46
43
|
"typescript-eslint": "^8.20.0",
|
|
47
44
|
"vite": "^6.2.6"
|