@versini/ui-menu 5.0.1 → 5.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.
@@ -34,13 +34,13 @@ const C = ({
34
34
  );
35
35
  };
36
36
  /*!
37
- @versini/ui-svgicon v4.2.1
37
+ @versini/ui-svgicon v4.2.2
38
38
  © 2025 gizmette.com
39
39
  */
40
40
  try {
41
41
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
42
- version: "4.2.1",
43
- buildTime: "08/27/2025 08:27 AM EDT",
42
+ version: "4.2.2",
43
+ buildTime: "10/17/2025 12:12 PM EDT",
44
44
  homepage: "https://github.com/aversini/ui-components",
45
45
  license: "MIT"
46
46
  });
@@ -74,13 +74,13 @@ const M = ({
74
74
  }
75
75
  );
76
76
  /*!
77
- @versini/ui-icons v4.11.0
77
+ @versini/ui-icons v4.12.3
78
78
  © 2025 gizmette.com
79
79
  */
80
80
  try {
81
81
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
82
- version: "4.11.0",
83
- buildTime: "08/27/2025 08:28 AM EDT",
82
+ version: "4.12.3",
83
+ buildTime: "10/17/2025 12:12 PM EDT",
84
84
  homepage: "https://github.com/aversini/ui-components",
85
85
  license: "MIT"
86
86
  });
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { Menu as _ } from "./components/Menu/Menu.js";
2
2
  import { MenuGroupLabel as n, MenuItem as t, MenuSeparator as u } from "./components/Menu/MenuItem.js";
3
3
  /*!
4
- @versini/ui-menu v5.0.1
4
+ @versini/ui-menu v5.0.2
5
5
  © 2025 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_MENU__ || (window.__VERSINI_UI_MENU__ = {
9
- version: "5.0.1",
10
- buildTime: "09/01/2025 04:02 PM EDT",
9
+ version: "5.0.2",
10
+ buildTime: "10/17/2025 12:53 PM EDT",
11
11
  homepage: "https://github.com/aversini/ui-components",
12
12
  license: "MIT"
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-menu",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -36,23 +36,19 @@
36
36
  "test:watch": "vitest",
37
37
  "test": "vitest run"
38
38
  },
39
- "peerDependencies": {
40
- "react": "^19.1.0",
41
- "react-dom": "^19.1.0"
42
- },
43
39
  "devDependencies": {
44
- "@testing-library/jest-dom": "6.8.0",
45
- "@versini/ui-types": "6.0.1"
40
+ "@testing-library/jest-dom": "6.9.1",
41
+ "@versini/ui-types": "6.0.2"
46
42
  },
47
43
  "dependencies": {
48
44
  "@floating-ui/react": "0.27.16",
49
- "@tailwindcss/typography": "0.5.16",
50
- "@versini/ui-icons": "4.11.0",
45
+ "@tailwindcss/typography": "0.5.19",
46
+ "@versini/ui-icons": "4.12.3",
51
47
  "clsx": "2.1.1",
52
- "tailwindcss": "4.1.12"
48
+ "tailwindcss": "4.1.14"
53
49
  },
54
50
  "sideEffects": [
55
51
  "**/*.css"
56
52
  ],
57
- "gitHead": "dcc216644c8c3e7d43a49ea655a22aed21fa4b83"
53
+ "gitHead": "67e049c9b2e46e8f52509bf6198ca0cdaf5d970a"
58
54
  }