@versini/ui-panel 8.0.6 → 8.0.7
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-panel v8.0.
|
|
2
|
+
@versini/ui-panel v8.0.7
|
|
3
3
|
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
try {
|
|
6
6
|
if (!window.__VERSINI_UI_PANEL__) {
|
|
7
7
|
window.__VERSINI_UI_PANEL__ = {
|
|
8
|
-
version: "8.0.
|
|
9
|
-
buildTime: "12/18/2025 07:
|
|
8
|
+
version: "8.0.7",
|
|
9
|
+
buildTime: "12/18/2025 07:40 PM EST",
|
|
10
10
|
homepage: "https://www.npmjs.com/package/@versini/ui-panel",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
};
|
|
@@ -42,13 +42,13 @@ const NONE = "none";
|
|
|
42
42
|
|
|
43
43
|
;// CONCATENATED MODULE: ../ui-modal/dist/index.js
|
|
44
44
|
/*!
|
|
45
|
-
@versini/ui-modal v3.2.
|
|
45
|
+
@versini/ui-modal v3.2.1
|
|
46
46
|
© 2025 gizmette.com
|
|
47
47
|
*/ try {
|
|
48
48
|
if (!window.__VERSINI_UI_MODAL__) {
|
|
49
49
|
window.__VERSINI_UI_MODAL__ = {
|
|
50
|
-
version: "3.2.
|
|
51
|
-
buildTime: "12/18/2025 07:
|
|
50
|
+
version: "3.2.1",
|
|
51
|
+
buildTime: "12/18/2025 07:40 PM EST",
|
|
52
52
|
homepage: "https://github.com/aversini/ui-components",
|
|
53
53
|
license: "MIT"
|
|
54
54
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-panel",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@testing-library/jest-dom": "6.9.1",
|
|
46
|
-
"@versini/ui-modal": "3.2.
|
|
46
|
+
"@versini/ui-modal": "3.2.1"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@tailwindcss/typography": "0.5.19",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"sideEffects": [
|
|
54
54
|
"**/*.css"
|
|
55
55
|
],
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "fb7669ae0c6d32d93751d7116fa6f5388a26ab55"
|
|
57
57
|
}
|