@versini/ui-panel 1.2.7 → 1.2.8

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 +14 -14
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -4,13 +4,13 @@ import * as h from "react";
4
4
  import S, { useId as O, useRef as F, useEffect as D } from "react";
5
5
  import { useFloating as j, useClick as W, useDismiss as G, useRole as X, useInteractions as Y, useMergeRefs as q, FloatingPortal as H, FloatingOverlay as J, FloatingFocusManager as K } from "@floating-ui/react";
6
6
  /*!
7
- @versini/ui-panel v1.2.7
7
+ @versini/ui-panel v1.2.8
8
8
  © 2024 gizmette.com
9
9
  */
10
10
  try {
11
11
  window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
12
- version: "1.2.7",
13
- buildTime: "12/30/2024 12:27 PM EST",
12
+ version: "1.2.8",
13
+ buildTime: "12/30/2024 02:26 PM EST",
14
14
  homepage: "https://github.com/aversini/ui-components",
15
15
  license: "MIT"
16
16
  });
@@ -334,13 +334,13 @@ const V = S.forwardRef(
334
334
  );
335
335
  V.displayName = "ButtonIcon";
336
336
  /*!
337
- @versini/ui-button v2.2.0
337
+ @versini/ui-button v2.2.1
338
338
  © 2024 gizmette.com
339
339
  */
340
340
  try {
341
341
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
342
- version: "2.2.0",
343
- buildTime: "12/30/2024 12:27 PM EST",
342
+ version: "2.2.1",
343
+ buildTime: "12/30/2024 02:25 PM EST",
344
344
  homepage: "https://github.com/aversini/ui-components",
345
345
  license: "MIT"
346
346
  });
@@ -435,7 +435,7 @@ const ne = ({
435
435
  semantic: l = !1,
436
436
  ...m
437
437
  }) => {
438
- const g = i(o || n);
438
+ const g = i(n, o);
439
439
  return /* @__PURE__ */ x(P, { children: [
440
440
  /* @__PURE__ */ d(
441
441
  "svg",
@@ -455,13 +455,13 @@ const ne = ({
455
455
  ] });
456
456
  };
457
457
  /*!
458
- @versini/ui-svgicon v2.0.2
458
+ @versini/ui-svgicon v2.0.3
459
459
  © 2024 gizmette.com
460
460
  */
461
461
  try {
462
462
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
463
- version: "2.0.2",
464
- buildTime: "12/30/2024 12:27 PM EST",
463
+ version: "2.0.3",
464
+ buildTime: "12/30/2024 02:25 PM EST",
465
465
  homepage: "https://github.com/aversini/ui-components",
466
466
  license: "MIT"
467
467
  });
@@ -486,13 +486,13 @@ const ce = ({
486
486
  }
487
487
  );
488
488
  /*!
489
- @versini/ui-icons v2.0.2
489
+ @versini/ui-icons v2.0.3
490
490
  © 2024 gizmette.com
491
491
  */
492
492
  try {
493
493
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
494
- version: "2.0.2",
495
- buildTime: "12/30/2024 12:27 PM EST",
494
+ version: "2.0.3",
495
+ buildTime: "12/30/2024 02:25 PM EST",
496
496
  homepage: "https://github.com/aversini/ui-components",
497
497
  license: "MIT"
498
498
  });
@@ -579,7 +579,7 @@ const he = h.forwardRef(function(e, t) {
579
579
  try {
580
580
  window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
581
581
  version: "1.1.4",
582
- buildTime: "12/30/2024 12:27 PM EST",
582
+ buildTime: "12/30/2024 02:25 PM EST",
583
583
  homepage: "https://github.com/aversini/ui-components",
584
584
  license: "MIT"
585
585
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-panel",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,8 +39,8 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-button": "2.2.0",
43
- "@versini/ui-icons": "2.0.2",
42
+ "@versini/ui-button": "2.2.1",
43
+ "@versini/ui-icons": "2.0.3",
44
44
  "@versini/ui-modal": "1.1.4",
45
45
  "clsx": "2.1.1",
46
46
  "tailwindcss": "3.4.17"
@@ -48,5 +48,5 @@
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "914bac4e3074de68e54cd84fe91e6fe50c38b554"
51
+ "gitHead": "2a29d0fa51876f41fb9acab344a9c8e87fc6a0a2"
52
52
  }