@versini/ui-icons 4.19.1 → 4.19.2
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/dist/index.js +6 -6
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-icons v4.19.
|
|
2
|
+
@versini/ui-icons v4.19.2
|
|
3
3
|
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
try {
|
|
6
6
|
if (!window.__VERSINI_UI_ICONS__) {
|
|
7
7
|
window.__VERSINI_UI_ICONS__ = {
|
|
8
|
-
version: "4.19.
|
|
9
|
-
buildTime: "03/10/2026
|
|
8
|
+
version: "4.19.2",
|
|
9
|
+
buildTime: "03/10/2026 04:00 PM EDT",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-icons",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
};
|
|
@@ -22,13 +22,13 @@ import clsx from "clsx";
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
/*!
|
|
25
|
-
@versini/ui-svgicon v4.3.
|
|
25
|
+
@versini/ui-svgicon v4.3.1
|
|
26
26
|
© 2026 gizmette.com
|
|
27
27
|
*/ try {
|
|
28
28
|
if (!window.__VERSINI_UI_SVGICON__) {
|
|
29
29
|
window.__VERSINI_UI_SVGICON__ = {
|
|
30
|
-
version: "4.3.
|
|
31
|
-
buildTime: "03/10/2026
|
|
30
|
+
version: "4.3.1",
|
|
31
|
+
buildTime: "03/10/2026 04:00 PM EDT",
|
|
32
32
|
homepage: "https://github.com/aversini/ui-icons",
|
|
33
33
|
license: "MIT"
|
|
34
34
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-icons",
|
|
3
|
-
"version": "4.19.
|
|
3
|
+
"version": "4.19.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"sideEffects": [
|
|
43
43
|
"**/*.css"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "81334809d70aee9964aa05e38ceea3f2bb1d9599"
|
|
46
46
|
}
|