@versini/ui-menu 4.0.0 → 4.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.
@@ -34,13 +34,13 @@ const V = ({
34
34
  ) });
35
35
  };
36
36
  /*!
37
- @versini/ui-svgicon v4.1.1
37
+ @versini/ui-svgicon v4.2.0
38
38
  © 2025 gizmette.com
39
39
  */
40
40
  try {
41
41
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
42
- version: "4.1.1",
43
- buildTime: "02/27/2025 03:46 PM EST",
42
+ version: "4.2.0",
43
+ buildTime: "03/19/2025 05:27 PM EDT",
44
44
  homepage: "https://github.com/aversini/ui-components",
45
45
  license: "MIT"
46
46
  });
@@ -74,13 +74,13 @@ const y = ({
74
74
  }
75
75
  );
76
76
  /*!
77
- @versini/ui-icons v4.8.1
77
+ @versini/ui-icons v4.8.2
78
78
  © 2025 gizmette.com
79
79
  */
80
80
  try {
81
81
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
82
- version: "4.8.1",
83
- buildTime: "02/27/2025 03:46 PM EST",
82
+ version: "4.8.2",
83
+ buildTime: "03/19/2025 05:27 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 v4.0.0
4
+ @versini/ui-menu v4.0.1
5
5
  © 2025 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_MENU__ || (window.__VERSINI_UI_MENU__ = {
9
- version: "4.0.0",
10
- buildTime: "03/18/2025 07:53 PM EDT",
9
+ version: "4.0.1",
10
+ buildTime: "03/19/2025 06:10 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": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -44,12 +44,12 @@
44
44
  "dependencies": {
45
45
  "@floating-ui/react": "0.27.5",
46
46
  "@tailwindcss/typography": "0.5.16",
47
- "@versini/ui-icons": "4.8.1",
47
+ "@versini/ui-icons": "4.8.2",
48
48
  "clsx": "2.1.1",
49
49
  "tailwindcss": "4.0.14"
50
50
  },
51
51
  "sideEffects": [
52
52
  "**/*.css"
53
53
  ],
54
- "gitHead": "40a943e1215f5344afa169a21267769e60ed81fd"
54
+ "gitHead": "b49e510e164843553df3b3dd194c17b7e122e986"
55
55
  }