svelte-remix 0.6.2 → 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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +29 -28
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
-
2
-
3
1
  # Svelte Remix
4
2
 
5
3
  <div class="flex gap-2 my-8">
@@ -91,7 +89,6 @@ If you are using Tailwind CSS, you can add a custom size using Tailwind CSS by i
91
89
  <BankFillBUILDINGS class="shrink-0 h-20 w-20" />
92
90
  ```
93
91
 
94
-
95
92
  ## Setting Global Icon using setContext
96
93
 
97
94
  You can establish global icon preferences in your Svelte application using `setContext`. This allows you to configure icon-related properties once and share them across multiple components. Here's how you can do it:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-remix",
3
- "version": "0.6.2",
3
+ "version": "1.0.1",
4
4
  "main": "dist/index.js",
5
5
  "description": "Svelte Remix Icon components",
6
6
  "author": {
@@ -35,38 +35,39 @@
35
35
  "dist"
36
36
  ],
37
37
  "peerDependencies": {
38
- "svelte": "^3.54.0 || ^4.0.0"
38
+ "svelte": "^3.54.0 || ^4.0.0 || ^5.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@floating-ui/dom": "^1.5.3",
42
- "@playwright/test": "^1.38.0",
43
- "@sveltejs/adapter-auto": "^2.1.0",
44
- "@sveltejs/kit": "^1.25.0",
45
- "@sveltejs/package": "^2.2.2",
46
- "@typescript-eslint/eslint-plugin": "^6.7.2",
47
- "@typescript-eslint/parser": "^6.7.2",
48
- "autoprefixer": "^10.4.16",
49
- "eslint": "^8.49.0",
50
- "eslint-config-prettier": "^9.0.0",
51
- "eslint-plugin-svelte": "^2.33.2",
52
- "flowbite-svelte": "^0.44.15",
41
+ "@floating-ui/dom": "^1.6.0",
42
+ "@playwright/test": "^1.41.1",
43
+ "@sveltejs/adapter-auto": "^3.1.1",
44
+ "@sveltejs/kit": "^2.5.0",
45
+ "@sveltejs/package": "^2.2.6",
46
+ "@sveltejs/vite-plugin-svelte": "^3.0.1",
47
+ "@typescript-eslint/eslint-plugin": "^6.19.1",
48
+ "@typescript-eslint/parser": "^6.19.1",
49
+ "autoprefixer": "^10.4.17",
50
+ "eslint": "^8.56.0",
51
+ "eslint-config-prettier": "^9.1.0",
52
+ "eslint-plugin-svelte": "^2.35.1",
53
+ "flowbite-svelte": "^0.44.22",
53
54
  "mdsvex": "^0.11.0",
54
- "postcss": "^8.4.30",
55
- "postcss-load-config": "^4.0.1",
56
- "prettier": "^3.0.3",
57
- "prettier-plugin-svelte": "^3.0.3",
58
- "publint": "^0.2.2",
59
- "svelte": "^4.2.1",
60
- "svelte-check": "^3.5.2",
55
+ "postcss": "^8.4.33",
56
+ "postcss-load-config": "^5.0.2",
57
+ "prettier": "^3.2.4",
58
+ "prettier-plugin-svelte": "^3.1.2",
59
+ "publint": "^0.2.7",
60
+ "svelte": "^4.2.9",
61
+ "svelte-check": "^3.6.3",
61
62
  "svelte-lib-helpers": "^0.3.15",
62
- "svelte-meta-tags": "^3.0.4",
63
- "svelte-preprocess": "^5.0.4",
64
- "tailwind-merge": "^1.14.0",
65
- "tailwindcss": "^3.3.3",
63
+ "svelte-meta-tags": "^3.1.0",
64
+ "svelte-preprocess": "^5.1.3",
65
+ "tailwind-merge": "^2.2.1",
66
+ "tailwindcss": "^3.4.1",
66
67
  "tslib": "^2.6.2",
67
- "typescript": "^5.2.2",
68
- "vite": "^4.4.9",
69
- "vitest": "^0.34.4"
68
+ "typescript": "^5.3.3",
69
+ "vite": "^5.0.12",
70
+ "vitest": "^1.2.2"
70
71
  },
71
72
  "svelte": "./dist/index.js",
72
73
  "types": "./dist/index.d.ts",