@versini/ui-dropdown 1.2.2 → 1.3.0

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,19 +1,7 @@
1
1
  /*!
2
- @versini/ui-dropdown v1.2.2
2
+ @versini/ui-dropdown v1.3.0
3
3
  © 2025 gizmette.com
4
4
  */
5
- try {
6
- if (!window.__VERSINI_UI_DROPDOWN__) {
7
- window.__VERSINI_UI_DROPDOWN__ = {
8
- version: "1.2.2",
9
- buildTime: "12/24/2025 09:20 AM EST",
10
- homepage: "https://www.npmjs.com/package/@versini/ui-dropdown",
11
- license: "MIT",
12
- };
13
- }
14
- } catch (error) {
15
- // nothing to declare officer
16
- }
17
5
 
18
6
  import { jsx, jsxs } from "react/jsx-runtime";
19
7
  import { Content, Label, Portal, Root, Separator, Sub, SubContent, SubTrigger, Trigger } from "@radix-ui/react-dropdown-menu";
@@ -1,19 +1,7 @@
1
1
  /*!
2
- @versini/ui-dropdown v1.2.2
2
+ @versini/ui-dropdown v1.3.0
3
3
  © 2025 gizmette.com
4
4
  */
5
- try {
6
- if (!window.__VERSINI_UI_DROPDOWN__) {
7
- window.__VERSINI_UI_DROPDOWN__ = {
8
- version: "1.2.2",
9
- buildTime: "12/24/2025 09:20 AM EST",
10
- homepage: "https://www.npmjs.com/package/@versini/ui-dropdown",
11
- license: "MIT",
12
- };
13
- }
14
- } catch (error) {
15
- // nothing to declare officer
16
- }
17
5
 
18
6
  import { jsx, jsxs } from "react/jsx-runtime";
19
7
  import { Item } from "@radix-ui/react-dropdown-menu";
@@ -1,19 +1,7 @@
1
1
  /*!
2
- @versini/ui-dropdown v1.2.2
2
+ @versini/ui-dropdown v1.3.0
3
3
  © 2025 gizmette.com
4
4
  */
5
- try {
6
- if (!window.__VERSINI_UI_DROPDOWN__) {
7
- window.__VERSINI_UI_DROPDOWN__ = {
8
- version: "1.2.2",
9
- buildTime: "12/24/2025 09:20 AM EST",
10
- homepage: "https://www.npmjs.com/package/@versini/ui-dropdown",
11
- license: "MIT",
12
- };
13
- }
14
- } catch (error) {
15
- // nothing to declare officer
16
- }
17
5
 
18
6
 
19
7
  ;// CONCATENATED MODULE: ./src/components/DropdownMenu/DropdownMenuTypes.ts
@@ -1,19 +1,7 @@
1
1
  /*!
2
- @versini/ui-dropdown v1.2.2
2
+ @versini/ui-dropdown v1.3.0
3
3
  © 2025 gizmette.com
4
4
  */
5
- try {
6
- if (!window.__VERSINI_UI_DROPDOWN__) {
7
- window.__VERSINI_UI_DROPDOWN__ = {
8
- version: "1.2.2",
9
- buildTime: "12/24/2025 09:20 AM EST",
10
- homepage: "https://www.npmjs.com/package/@versini/ui-dropdown",
11
- license: "MIT",
12
- };
13
- }
14
- } catch (error) {
15
- // nothing to declare officer
16
- }
17
5
 
18
6
 
19
7
  ;// CONCATENATED MODULE: ./src/components/DropdownMenu/utilities.ts
package/dist/index.js CHANGED
@@ -1,24 +1,13 @@
1
1
  /*!
2
- @versini/ui-dropdown v1.2.2
2
+ @versini/ui-dropdown v1.3.0
3
3
  © 2025 gizmette.com
4
4
  */
5
- try {
6
- if (!window.__VERSINI_UI_DROPDOWN__) {
7
- window.__VERSINI_UI_DROPDOWN__ = {
8
- version: "1.2.2",
9
- buildTime: "12/24/2025 09:20 AM EST",
10
- homepage: "https://www.npmjs.com/package/@versini/ui-dropdown",
11
- license: "MIT",
12
- };
13
- }
14
- } catch (error) {
15
- // nothing to declare officer
16
- }
17
5
 
18
6
  export * from "./DropdownMenu/DropdownMenu.js";
19
7
  export * from "./DropdownMenu/DropdownMenuItem.js";
20
8
 
21
9
  ;// CONCATENATED MODULE: ./src/components/index.ts
10
+ // force new release
22
11
 
23
12
 
24
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-dropdown",
3
- "version": "1.2.2",
3
+ "version": "1.3.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@testing-library/jest-dom": "6.9.1",
41
- "@versini/ui-types": "8.0.0"
41
+ "@versini/ui-types": "8.1.0"
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": "7b2640a0650a4c3aa6ca078888f765cb400f9f13"
53
+ "gitHead": "b2ee2e328ecadfbedcb26d14afa896a30f0ab54b"
54
54
  }