@versini/ui-modal 2.0.10 → 3.0.1

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 +3 -3
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { Modal as _, ModalClose as n, ModalContent as t, ModalDescription as a, ModalHeading as d } from "./components/Modal/Modal.js";
2
2
  /*!
3
- @versini/ui-modal v2.0.10
3
+ @versini/ui-modal v3.0.1
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
8
- version: "2.0.10",
9
- buildTime: "09/01/2025 02:19 PM EDT",
8
+ version: "3.0.1",
9
+ buildTime: "09/01/2025 04:01 PM EDT",
10
10
  homepage: "https://github.com/aversini/ui-components",
11
11
  license: "MIT"
12
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-modal",
3
- "version": "2.0.10",
3
+ "version": "3.0.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -33,11 +33,11 @@
33
33
  "start": "static-server dist --port 5173"
34
34
  },
35
35
  "peerDependencies": {
36
- "react": "^18.3.1 || ^19.0.0",
37
- "react-dom": "^18.3.1 || ^19.0.0"
36
+ "react": "^19.1.0",
37
+ "react-dom": "^19.1.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@versini/ui-types": "5.0.7"
40
+ "@versini/ui-types": "6.0.1"
41
41
  },
42
42
  "dependencies": {
43
43
  "@floating-ui/react": "0.27.16",
@@ -46,5 +46,5 @@
46
46
  "sideEffects": [
47
47
  "**/*.css"
48
48
  ],
49
- "gitHead": "c577149643ec36cad454587166e62410a77aed38"
49
+ "gitHead": "dcc216644c8c3e7d43a49ea655a22aed21fa4b83"
50
50
  }