iconly 1.5.2-dev.7 → 1.5.2-dev.8

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 +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  [![GitHub package version](https://img.shields.io/github/package-json/v/ux-ui-pro/iconly.svg)](https://github.com/ux-ui-pro/iconly)
10
10
  [![NPM Downloads](https://img.shields.io/npm/dm/iconly.svg?style=flat)](https://www.npmjs.org/package/iconly)
11
11
 
12
- <sup>1kB gzipped</sup>
12
+ <sup>1.5kB gzipped</sup>
13
13
 
14
14
  <a href="https://codepen.io/ux-ui/pen/zYmyqWR">Demo</a>
15
15
 
@@ -49,7 +49,7 @@ iconly.init().then(() => console.log('Iconly is initialized and icons are loaded
49
49
  ```
50
50
  <sub>File with icons</sub>
51
51
  ```HTML
52
- <svg preserveAspectRatio="none" fill="none">
52
+ <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" fill="none">
53
53
  <symbol id="icon-one" viewBox="0 0 300 300">
54
54
  <path ... />
55
55
  </symbol>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iconly",
3
- "version": "1.5.2-dev.7",
3
+ "version": "1.5.2-dev.8",
4
4
  "description": "Iconly is designed to load and cache SVG icons in the browser, using IndexedDB to store the data. It retrieves the icons from a given SVG file, stores them in IndexedDB, and inserts them into the DOM for easy access and use.",
5
5
  "author": "ux-ui.pro",
6
6
  "license": "MIT",
@@ -37,19 +37,19 @@
37
37
  "devDependencies": {
38
38
  "@eslint/js": "9.21.0",
39
39
  "@rollup/plugin-terser": "0.4.4",
40
- "@types/node": "22.13.8",
41
- "@typescript-eslint/eslint-plugin": "8.25.0",
42
- "@typescript-eslint/parser": "8.25.0",
43
- "eslint": "9.18.0",
40
+ "@types/node": "22.13.9",
41
+ "@typescript-eslint/eslint-plugin": "8.26.0",
42
+ "@typescript-eslint/parser": "8.26.0",
43
+ "eslint": "9.21.0",
44
44
  "eslint-config-prettier": "10.0.2",
45
45
  "eslint-import-resolver-typescript": "3.8.3",
46
46
  "eslint-plugin-import": "2.31.0",
47
47
  "globals": "16.0.0",
48
- "prettier": "3.5.2",
48
+ "prettier": "3.5.3",
49
49
  "rimraf": "6.0.1",
50
50
  "typescript": "5.8.2",
51
51
  "vite": "6.2.0",
52
- "vite-plugin-dts": "4.5.1"
52
+ "vite-plugin-dts": "4.5.3"
53
53
  },
54
54
  "keywords": [
55
55
  "icon",