@versini/ui-utilities 1.3.0 → 1.4.0
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 +2 -13
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,22 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-utilities v1.
|
|
2
|
+
@versini/ui-utilities v1.4.0
|
|
3
3
|
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
|
-
try {
|
|
6
|
-
if (!window.__VERSINI_UI_UTILITIES__) {
|
|
7
|
-
window.__VERSINI_UI_UTILITIES__ = {
|
|
8
|
-
version: "1.3.0",
|
|
9
|
-
buildTime: "12/19/2025 08:08 PM EST",
|
|
10
|
-
homepage: "https://www.npmjs.com/package/@versini/ui-utilities",
|
|
11
|
-
license: "MIT",
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
} catch (error) {
|
|
15
|
-
// nothing to declare officer
|
|
16
|
-
}
|
|
17
5
|
|
|
18
6
|
|
|
19
7
|
;// CONCATENATED MODULE: ./src/components/index.ts
|
|
8
|
+
// force new release
|
|
20
9
|
/**
|
|
21
10
|
* Creates a debounced function that delays invoking the provided function until
|
|
22
11
|
* after the specified wait time has elapsed since the last time the debounced
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-utilities",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"sideEffects": [
|
|
40
40
|
"**/*.css"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "b2ee2e328ecadfbedcb26d14afa896a30f0ab54b"
|
|
43
43
|
}
|