@quasar/extras 1.16.14 → 1.16.15
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 +6 -6
- package/bootstrap-icons/index.js +2050 -2050
- package/bootstrap-icons/index.mjs +2050 -2050
- package/ionicons-v6/index.js +1 -1
- package/ionicons-v7/index.js +21 -21
- package/ionicons-v7/index.mjs +21 -21
- package/material-icons/index.js +13 -13
- package/material-icons/index.mjs +12 -12
- package/material-icons-outlined/index.js +12 -12
- package/material-icons-outlined/index.mjs +11 -11
- package/material-icons-round/index.js +13 -13
- package/material-icons-round/index.mjs +12 -12
- package/material-icons-sharp/index.js +15 -15
- package/material-icons-sharp/index.mjs +14 -14
- package/material-symbols-outlined/icons.json +4 -0
- package/material-symbols-outlined/index.d.ts +4 -0
- package/material-symbols-outlined/index.js +5 -1
- package/material-symbols-outlined/index.mjs +5 -1
- package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
- package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
- package/material-symbols-rounded/icons.json +4 -0
- package/material-symbols-rounded/index.d.ts +4 -0
- package/material-symbols-rounded/index.js +6 -2
- package/material-symbols-rounded/index.mjs +6 -2
- package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
- package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
- package/material-symbols-sharp/icons.json +4 -0
- package/material-symbols-sharp/index.d.ts +4 -0
- package/material-symbols-sharp/index.js +5 -1
- package/material-symbols-sharp/index.mjs +5 -1
- package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
- package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
- package/mdi-v6/index.js +1 -1
- package/package.json +6 -3
- package/postcss.config.cjs +0 -5
package/README.md
CHANGED
|
@@ -28,9 +28,9 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
28
28
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v109 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2+ | [License](material-icons-outlined/LICENSE) |
|
|
29
29
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v108 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2+ | [License](material-icons-round/LICENSE) |
|
|
30
30
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v109 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2+ | [License](material-icons-sharp/LICENSE) |
|
|
31
|
-
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN
|
|
32
|
-
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN
|
|
33
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN
|
|
31
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v222 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
32
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v222 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
33
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v218 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
34
34
|
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.4.47 | `mdi-v7` | Extended Material Design icons font | Requires: @quasar/extras 1.15+ | [License](mdi-v7/LICENSE) |
|
|
35
35
|
| MDI v6 (Material Design Icons) | 6.9.96 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
|
|
36
36
|
| MDI v5 (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
|
|
@@ -59,9 +59,9 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
59
59
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v109 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
|
|
60
60
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v108 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
|
|
61
61
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v109 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
|
|
62
|
-
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN
|
|
63
|
-
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN
|
|
64
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN
|
|
62
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v222 | `svg-material-symbols-outlined` | `@quasar/extras/material-symbols-outlined` | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
63
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN v222 | `svg-material-symbols-rounded` | `@quasar/extras/material-symbols-rounded` | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
64
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN v218 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
65
65
|
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.4.47 | `svg-mdi-v7` | `@quasar/extras/mdi-v7` | | [License](mdi-v7/LICENSE) |
|
|
66
66
|
| MDI v6 (Material Design Icons) | 6.9.96 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
|
|
67
67
|
| MDI v5 (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
|