@versini/ui-menu 3.2.11 → 3.2.13

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 -4
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 v3.2.11
4
+ @versini/ui-menu v3.2.13
5
5
  © 2025 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_MENU__ || (window.__VERSINI_UI_MENU__ = {
9
- version: "3.2.11",
10
- buildTime: "01/21/2025 12:42 PM EST",
9
+ version: "3.2.13",
10
+ buildTime: "01/29/2025 03:18 PM EST",
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": "3.2.11",
3
+ "version": "3.2.13",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -27,6 +27,7 @@
27
27
  "dev:types": "tsup --watch src",
28
28
  "dev": "npm-run-all clean --parallel dev:js dev:types",
29
29
  "lint": "biome lint src",
30
+ "prettier": "biome check --write --no-errors-on-unmatched",
30
31
  "start": "static-server dist --port 5173",
31
32
  "test:coverage:ui": "vitest --coverage --ui",
32
33
  "test:coverage": "vitest run --coverage",
@@ -38,8 +39,8 @@
38
39
  "react-dom": "^18.3.1 || ^19.0.0"
39
40
  },
40
41
  "devDependencies": {
41
- "@versini/ui-icons": "4.6.0",
42
- "@versini/ui-types": "4.4.0"
42
+ "@versini/ui-icons": "4.6.1",
43
+ "@versini/ui-types": "4.5.0"
43
44
  },
44
45
  "dependencies": {
45
46
  "@floating-ui/react": "0.27.3",
@@ -50,5 +51,5 @@
50
51
  "sideEffects": [
51
52
  "**/*.css"
52
53
  ],
53
- "gitHead": "93a6b878bedcd90d259049a50d2f7a2d13e49c55"
54
+ "gitHead": "7924430ddd05d614e8d16256c5dcc14564c91c14"
54
55
  }