svelte-remix 2.0.0-next.6 → 2.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 +5 -5
- package/package.json +21 -21
package/README.md
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
<div class="flex gap-2 my-8">
|
|
4
4
|
<a href="https://github.com/sponsors/shinokada" target="_blank"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" alt="sponsor" height="25" style="height: 25px !important;"></a>
|
|
5
5
|
<a href="https://www.npmjs.com/package/svelte-remix" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/v/svelte-remix" alt="npm" height="25" style="height: 25px !important;"></a>
|
|
6
|
-
|
|
6
|
+
<img src="https://img.shields.io/npm/v/svelte-remix/v1-latest" alt="npm" height="25" style="height: 25px !important;"></a>
|
|
7
7
|
<a href="https://twitter.com/shinokada" rel="nofollow" target="_blank"><img src="https://img.shields.io/badge/created%20by-@shinokada-4BBAAB.svg" alt="Created by Shin Okada" height="25" style="height: 25px !important;"></a>
|
|
8
8
|
<a href="https://opensource.org/licenses/MIT" rel="nofollow" target="_blank"><img src="https://img.shields.io/github/license/shinokada/svelte-remix" alt="License" height="25" style="height: 25px !important;"></a>
|
|
9
9
|
<a href="https://www.npmjs.com/package/svelte-remix" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/dw/svelte-remix.svg" alt="npm" height="25" style="height: 25px !important;"></a>
|
|
10
10
|
</div>
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
2890+ SVG [RemixIcon](https://github.com/Remix-Design/RemixIcon) components for Svelte.
|
|
13
13
|
|
|
14
14
|
## Docs
|
|
15
15
|
|
|
@@ -25,16 +25,16 @@ See the [Svelte Remix documentation](https://svelte-remix.codewithshin.com/) to
|
|
|
25
25
|
|
|
26
26
|
## Installation
|
|
27
27
|
|
|
28
|
-
### Svelte
|
|
28
|
+
### Svelte 5 or later
|
|
29
29
|
|
|
30
30
|
```sh
|
|
31
31
|
pnpm i -D svelte-remix
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
### Svelte 5
|
|
34
|
+
### Svelte 4/5
|
|
35
35
|
|
|
36
36
|
```sh
|
|
37
|
-
pnpm i -D svelte-remix@
|
|
37
|
+
pnpm i -D svelte-remix@v1-latest
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
## Original source
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-remix",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "2270+ Remix SVG icons for Svelte 4, 5, and Runes",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://svelte-remix.codewithshin.com/",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"bugs": "https://github.com/shinokada/svelte-remix/issues",
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@changesets/cli": "^2.27.9",
|
|
23
|
-
"@playwright/test": "^1.48.
|
|
24
|
-
"@sveltejs/adapter-auto": "^3.
|
|
25
|
-
"@sveltejs/kit": "^2.7.
|
|
26
|
-
"@sveltejs/package": "^2.3.
|
|
27
|
-
"@sveltejs/vite-plugin-svelte": "4.0.0
|
|
28
|
-
"@svitejs/changesets-changelog-github-compact": "^1.
|
|
23
|
+
"@playwright/test": "^1.48.1",
|
|
24
|
+
"@sveltejs/adapter-auto": "^3.3.0",
|
|
25
|
+
"@sveltejs/kit": "^2.7.2",
|
|
26
|
+
"@sveltejs/package": "^2.3.6",
|
|
27
|
+
"@sveltejs/vite-plugin-svelte": "4.0.0",
|
|
28
|
+
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
|
|
29
29
|
"@types/eslint": "^9.6.1",
|
|
30
30
|
"autoprefixer": "^10.4.20",
|
|
31
|
-
"eslint": "^9.
|
|
31
|
+
"eslint": "^9.13.0",
|
|
32
32
|
"eslint-config-prettier": "^9.1.0",
|
|
33
|
-
"eslint-plugin-svelte": "2.
|
|
33
|
+
"eslint-plugin-svelte": "2.45.1",
|
|
34
34
|
"globals": "^15.11.0",
|
|
35
35
|
"highlight.js": "^11.10.0",
|
|
36
36
|
"postcss": "^8.4.47",
|
|
37
37
|
"prettier": "^3.3.3",
|
|
38
38
|
"prettier-plugin-svelte": "^3.2.7",
|
|
39
39
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
|
40
|
-
"publint": "^0.2.
|
|
40
|
+
"publint": "^0.2.12",
|
|
41
41
|
"runatics": "^0.1.3",
|
|
42
|
-
"runes-meta-tags": "^0.
|
|
43
|
-
"runes-webkit": "^0.9.
|
|
44
|
-
"svelte": "5.
|
|
45
|
-
"svelte-5-ui-lib": "^0.9.
|
|
42
|
+
"runes-meta-tags": "^0.4.0",
|
|
43
|
+
"runes-webkit": "^0.9.35",
|
|
44
|
+
"svelte": "5.1.2",
|
|
45
|
+
"svelte-5-ui-lib": "^0.9.23",
|
|
46
46
|
"svelte-check": "^4.0.5",
|
|
47
47
|
"svelte-lib-helpers": "^0.4.16",
|
|
48
48
|
"svelte-preprocess": "^6.0.3",
|
|
49
49
|
"svelte-rune-highlight": "^0.5.12",
|
|
50
|
-
"tailwind-merge": "^2.5.
|
|
51
|
-
"tailwindcss": "^3.4.
|
|
52
|
-
"tslib": "^2.
|
|
50
|
+
"tailwind-merge": "^2.5.4",
|
|
51
|
+
"tailwindcss": "^3.4.14",
|
|
52
|
+
"tslib": "^2.8.0",
|
|
53
53
|
"typescript": "^5.6.3",
|
|
54
|
-
"typescript-eslint": "^8.
|
|
55
|
-
"vite": "^5.4.
|
|
56
|
-
"vitest": "^2.1.
|
|
54
|
+
"typescript-eslint": "^8.11.0",
|
|
55
|
+
"vite": "^5.4.10",
|
|
56
|
+
"vitest": "^2.1.3"
|
|
57
57
|
},
|
|
58
58
|
"files": [
|
|
59
59
|
"dist",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"!dist/**/*.spec.*"
|
|
62
62
|
],
|
|
63
63
|
"peerDependencies": {
|
|
64
|
-
"svelte": "^5.0.0
|
|
64
|
+
"svelte": "^5.0.0"
|
|
65
65
|
},
|
|
66
66
|
"svelte": "./dist/index.js",
|
|
67
67
|
"types": "./dist/index.d.ts",
|