@versini/ui-modal 3.2.2 → 3.3.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -13
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,19 +1,7 @@
1
1
  /*!
2
- @versini/ui-modal v3.2.2
2
+ @versini/ui-modal v3.3.0
3
3
  © 2025 gizmette.com
4
4
  */
5
- try {
6
- if (!window.__VERSINI_UI_MODAL__) {
7
- window.__VERSINI_UI_MODAL__ = {
8
- version: "3.2.2",
9
- buildTime: "12/24/2025 09:19 AM EST",
10
- homepage: "https://github.com/aversini/ui-components",
11
- license: "MIT",
12
- };
13
- }
14
- } catch (error) {
15
- // nothing to declare officer
16
- }
17
5
 
18
6
  import { jsx } from "react/jsx-runtime";
19
7
  import { FloatingFocusManager, FloatingOverlay, FloatingPortal, useClick, useDismiss, useFloating, useInteractions, useMergeRefs, useRole } from "@floating-ui/react";
@@ -190,6 +178,7 @@ const Modal_ModalClose = /*#__PURE__*/ forwardRef(function ModalClose(props, ref
190
178
  });
191
179
 
192
180
  ;// CONCATENATED MODULE: ./src/components/index.ts
181
+ // force new release
193
182
  /* v8 ignore start */ /* v8 ignore stop */
194
183
 
195
184
  export { Modal, Modal_ModalClose as ModalClose, Modal_ModalContent as ModalContent, Modal_ModalDescription as ModalDescription, Modal_ModalHeading as ModalHeading };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-modal",
3
- "version": "3.2.2",
3
+ "version": "3.3.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -33,7 +33,7 @@
33
33
  "start": "static-server dist --port 5173"
34
34
  },
35
35
  "devDependencies": {
36
- "@versini/ui-types": "8.0.0"
36
+ "@versini/ui-types": "8.1.0"
37
37
  },
38
38
  "dependencies": {
39
39
  "@floating-ui/react": "0.27.16",
@@ -42,5 +42,5 @@
42
42
  "sideEffects": [
43
43
  "**/*.css"
44
44
  ],
45
- "gitHead": "7b2640a0650a4c3aa6ca078888f765cb400f9f13"
45
+ "gitHead": "b2ee2e328ecadfbedcb26d14afa896a30f0ab54b"
46
46
  }