@versini/ui-panel 4.0.0 → 5.0.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.
Files changed (2) hide show
  1. package/dist/index.js +8 -8
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  /*!
2
- @versini/ui-panel v4.0.0
2
+ @versini/ui-panel v5.0.0
3
3
  © 2025 gizmette.com
4
4
  */
5
5
  try {
6
6
  if (!window.__VERSINI_UI_PANEL__) {
7
7
  window.__VERSINI_UI_PANEL__ = {
8
- version: "4.0.0",
9
- buildTime: "11/28/2025 01:51 PM EST",
8
+ version: "5.0.0",
9
+ buildTime: "12/04/2025 04:01 PM EST",
10
10
  homepage: "https://github.com/aversini/ui-components",
11
11
  license: "MIT",
12
12
  };
@@ -16,7 +16,7 @@ try {
16
16
  }
17
17
 
18
18
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
19
- import { ButtonIcon } from "@versini/ui-button";
19
+ import { ButtonIcon } from "@versini/ui-button/button-icon";
20
20
  import { IconClose } from "@versini/ui-icons";
21
21
  import { FloatingFocusManager, FloatingOverlay, FloatingPortal, useClick, useDismiss, useFloating, useInteractions, useMergeRefs, useRole } from "@floating-ui/react";
22
22
  import clsx from "clsx";
@@ -28,7 +28,7 @@ const PANEL_CLASSNAME = "av-panel";
28
28
 
29
29
  ;// CONCATENATED MODULE: external "react/jsx-runtime"
30
30
 
31
- ;// CONCATENATED MODULE: external "@versini/ui-button"
31
+ ;// CONCATENATED MODULE: external "@versini/ui-button/button-icon"
32
32
 
33
33
  ;// CONCATENATED MODULE: external "@versini/ui-icons"
34
34
 
@@ -40,13 +40,13 @@ const PANEL_CLASSNAME = "av-panel";
40
40
 
41
41
  ;// CONCATENATED MODULE: ../ui-modal/dist/index.js
42
42
  /*!
43
- @versini/ui-modal v3.1.0
43
+ @versini/ui-modal v3.1.1
44
44
  © 2025 gizmette.com
45
45
  */ try {
46
46
  if (!window.__VERSINI_UI_MODAL__) {
47
47
  window.__VERSINI_UI_MODAL__ = {
48
- version: "3.1.0",
49
- buildTime: "11/28/2025 01:51 PM EST",
48
+ version: "3.1.1",
49
+ buildTime: "12/04/2025 04:01 PM EST",
50
50
  homepage: "https://github.com/aversini/ui-components",
51
51
  license: "MIT"
52
52
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-panel",
3
- "version": "4.0.0",
3
+ "version": "5.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -38,11 +38,11 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@testing-library/jest-dom": "6.9.1",
41
- "@versini/ui-modal": "3.1.0"
41
+ "@versini/ui-modal": "3.1.1"
42
42
  },
43
43
  "dependencies": {
44
44
  "@tailwindcss/typography": "0.5.19",
45
- "@versini/ui-button": "8.3.2",
45
+ "@versini/ui-button": "9.0.0",
46
46
  "@versini/ui-icons": "4.15.1",
47
47
  "clsx": "2.1.1",
48
48
  "tailwindcss": "4.1.17"
@@ -50,5 +50,5 @@
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "278b6a2454814292c7b6b61ddaeb1c769630082e"
53
+ "gitHead": "bcc3eca77d4db14fb4b68356571588dcc209ea07"
54
54
  }