@versini/ui-dropdown 1.3.0 → 1.3.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-dropdown v1.3.0
2
+ @versini/ui-dropdown v1.3.1
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-dropdown v1.3.0
2
+ @versini/ui-dropdown v1.3.1
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-dropdown v1.3.0
2
+ @versini/ui-dropdown v1.3.1
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-dropdown v1.3.0
2
+ @versini/ui-dropdown v1.3.1
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-dropdown v1.3.0
2
+ @versini/ui-dropdown v1.3.1
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -7,7 +7,6 @@ export * from "./DropdownMenu/DropdownMenu.js";
7
7
  export * from "./DropdownMenu/DropdownMenuItem.js";
8
8
 
9
9
  ;// CONCATENATED MODULE: ./src/components/index.ts
10
- // force new release
11
10
 
12
11
 
13
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-dropdown",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -23,7 +23,7 @@
23
23
  "build:js": "rslib build",
24
24
  "build:types": "echo 'Types now built with rslib'",
25
25
  "build": "npm-run-all --serial clean build:check build:js",
26
- "clean": "rimraf dist tmp",
26
+ "clean": "rimraf dist tmp coverage",
27
27
  "dev:js": "rslib build --watch",
28
28
  "dev:types": "echo 'Types now watched with rslib'",
29
29
  "dev": "rslib build --watch",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@testing-library/jest-dom": "6.9.1",
41
- "@versini/ui-types": "8.1.0"
41
+ "@versini/ui-types": "8.1.1"
42
42
  },
43
43
  "dependencies": {
44
44
  "@radix-ui/react-dropdown-menu": "2.1.16",
@@ -50,5 +50,5 @@
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "b2ee2e328ecadfbedcb26d14afa896a30f0ab54b"
53
+ "gitHead": "a3730974df8fcea3c016bd83844c4243dbb10208"
54
54
  }