svelte-remix 0.4.4 → 0.4.5
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 +0 -4
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
|
|
17
17
|
2270+ SVG [RemixIcon](https://github.com/Remix-Design/RemixIcon) components for Svelte. Svelte-Remix support major CSS frameworks using the `class` props.
|
|
18
18
|
|
|
19
|
-
|
|
20
19
|
Thank you for considering my open-source package. If you use it in a commercial project, please support me by sponsoring me on GitHub: https://github.com/sponsors/shinokada. Your support helps me maintain and improve this package for the benefit of the community.
|
|
21
20
|
|
|
22
21
|
<p align="center">
|
|
@@ -102,7 +101,6 @@ To avoid any complaints from the editor, add `node16` or `nodenext` to `moduleRe
|
|
|
102
101
|
|
|
103
102
|
If you are using an LSP-compatible editor, such as VSCode, Atom, Sublime Text, or Neovim, hovering over a component name will display a documentation link, features, props, events, and an example.
|
|
104
103
|
|
|
105
|
-
|
|
106
104
|
## Size
|
|
107
105
|
|
|
108
106
|
Use the `size` prop to change the size of icons.
|
|
@@ -170,7 +168,6 @@ If you want to make an icon unfocusable, add `tabindex="-1"`.
|
|
|
170
168
|
|
|
171
169
|
All icons have the following events:
|
|
172
170
|
|
|
173
|
-
|
|
174
171
|
- on:click
|
|
175
172
|
- on:keydown
|
|
176
173
|
- on:keyup
|
|
@@ -181,7 +178,6 @@ All icons have the following events:
|
|
|
181
178
|
- on:mouseover
|
|
182
179
|
- on:mouseout
|
|
183
180
|
|
|
184
|
-
|
|
185
181
|
## Passing down other attributes
|
|
186
182
|
|
|
187
183
|
You can pass other attibutes as well.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-remix",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
4
4
|
"description": "Svelte Remix Icon components",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Shinichi Okada",
|
|
@@ -9963,23 +9963,23 @@
|
|
|
9963
9963
|
"svelte": "^3.54.0 || ^4.0.0"
|
|
9964
9964
|
},
|
|
9965
9965
|
"devDependencies": {
|
|
9966
|
-
"@playwright/test": "^1.
|
|
9967
|
-
"@sveltejs/adapter-auto": "^2.0
|
|
9968
|
-
"@sveltejs/kit": "^1.
|
|
9966
|
+
"@playwright/test": "^1.35.0",
|
|
9967
|
+
"@sveltejs/adapter-auto": "^2.1.0",
|
|
9968
|
+
"@sveltejs/kit": "^1.20.2",
|
|
9969
9969
|
"@sveltejs/package": "^2.0.2",
|
|
9970
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
9971
|
-
"@typescript-eslint/parser": "^5.59.
|
|
9972
|
-
"eslint": "^8.
|
|
9970
|
+
"@typescript-eslint/eslint-plugin": "^5.59.11",
|
|
9971
|
+
"@typescript-eslint/parser": "^5.59.11",
|
|
9972
|
+
"eslint": "^8.42.0",
|
|
9973
9973
|
"eslint-config-prettier": "^8.8.0",
|
|
9974
9974
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
9975
9975
|
"prettier": "^2.8.8",
|
|
9976
|
-
"prettier-plugin-svelte": "^2.10.
|
|
9977
|
-
"publint": "^0.1.
|
|
9976
|
+
"prettier-plugin-svelte": "^2.10.1",
|
|
9977
|
+
"publint": "^0.1.12",
|
|
9978
9978
|
"svelte": "^3.59.1",
|
|
9979
|
-
"svelte-check": "^3.3
|
|
9980
|
-
"tslib": "^2.5.
|
|
9979
|
+
"svelte-check": "^3.4.3",
|
|
9980
|
+
"tslib": "^2.5.3",
|
|
9981
9981
|
"typescript": "^4.9.5",
|
|
9982
|
-
"vite": "^4.3.
|
|
9982
|
+
"vite": "^4.3.9",
|
|
9983
9983
|
"vitest": "^0.25.8"
|
|
9984
9984
|
},
|
|
9985
9985
|
"svelte": "./dist/index.js",
|