@versini/ui-modal 3.0.1 → 3.0.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +3 -7
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 v3.0.1
3
+ @versini/ui-modal v3.0.2
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
8
- version: "3.0.1",
9
- buildTime: "09/01/2025 04:01 PM EDT",
8
+ version: "3.0.2",
9
+ buildTime: "10/17/2025 12:52 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": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -32,12 +32,8 @@
32
32
  "prettier": "biome check --write --no-errors-on-unmatched",
33
33
  "start": "static-server dist --port 5173"
34
34
  },
35
- "peerDependencies": {
36
- "react": "^19.1.0",
37
- "react-dom": "^19.1.0"
38
- },
39
35
  "devDependencies": {
40
- "@versini/ui-types": "6.0.1"
36
+ "@versini/ui-types": "6.0.2"
41
37
  },
42
38
  "dependencies": {
43
39
  "@floating-ui/react": "0.27.16",
@@ -46,5 +42,5 @@
46
42
  "sideEffects": [
47
43
  "**/*.css"
48
44
  ],
49
- "gitHead": "dcc216644c8c3e7d43a49ea655a22aed21fa4b83"
45
+ "gitHead": "67e049c9b2e46e8f52509bf6198ca0cdaf5d970a"
50
46
  }