@webamoki/web-svelte 1.0.0 → 1.0.1
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 +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Web-Svelte
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@webamoki/web-svelte)
|
|
4
|
+
|
|
3
5
|
A shared Svelte UI components and utilities library.
|
|
4
6
|
|
|
5
7
|
## 🚀 Setup
|
|
@@ -12,9 +14,7 @@ Install the library in your project via your preferred package manager:
|
|
|
12
14
|
pnpm add @webamoki/web-svelte
|
|
13
15
|
```
|
|
14
16
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### 🎨 Styling
|
|
17
|
+
### 2. 🎨 Styling
|
|
18
18
|
|
|
19
19
|
This library is built with Tailwind CSS. To ensure styles are applied correctly in your host project, follow these steps:
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public",
|
|
5
5
|
"provenance": true
|
|
6
6
|
},
|
|
7
|
-
"version": "1.0.
|
|
7
|
+
"version": "1.0.1",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@tailwindcss/forms": "^0.5.11",
|
|
99
99
|
"@tailwindcss/typography": "^0.5.19",
|
|
100
100
|
"@tailwindcss/vite": "^4.2.1",
|
|
101
|
-
"@types/node": "^25.
|
|
101
|
+
"@types/node": "^25.5.0",
|
|
102
102
|
"@types/ramda": "^0.31.1",
|
|
103
103
|
"@types/sorted-array-functions": "^1.3.3",
|
|
104
104
|
"clsx": "^2.1.1",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"publint": "^0.3.18",
|
|
114
114
|
"semantic-release": "^25.0.3",
|
|
115
115
|
"shiki": "^4.0.2",
|
|
116
|
-
"svelte": "^5.53.
|
|
116
|
+
"svelte": "^5.53.11",
|
|
117
117
|
"svelte-check": "^4.4.5",
|
|
118
118
|
"svelte-eslint-parser": "^1.6.0",
|
|
119
119
|
"tailwind-merge": "^3.5.0",
|
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
"tw-animate-css": "^1.4.0",
|
|
123
123
|
"typescript": "^5.9.3",
|
|
124
124
|
"typescript-eslint": "^8.57.0",
|
|
125
|
-
"vite": "^
|
|
126
|
-
"vitest": "^4.0
|
|
125
|
+
"vite": "^8.0.0",
|
|
126
|
+
"vitest": "^4.1.0"
|
|
127
127
|
},
|
|
128
128
|
"keywords": [
|
|
129
129
|
"svelte"
|