@versini/ui-bubble 3.2.5 → 3.2.7

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 +6 -6
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import { jsx as s, jsxs as x, Fragment as Q } from "react/jsx-runtime";
2
2
  import S, { useRef as _, useLayoutEffect as O, useMemo as A, useState as H, useEffect as M, useCallback as Y } from "react";
3
3
  import o from "clsx";
4
4
  /*!
5
- @versini/ui-bubble v3.2.5
5
+ @versini/ui-bubble v3.2.7
6
6
  © 2025 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
10
- version: "3.2.5",
11
- buildTime: "02/16/2025 02:04 PM EST",
10
+ version: "3.2.7",
11
+ buildTime: "02/16/2025 03:46 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -469,13 +469,13 @@ const ve = {
469
469
  }) => /* @__PURE__ */ s("span", { ref: e, className: r, children: t && /* @__PURE__ */ s("span", { className: a, children: t }) });
470
470
  V.displayName = "ButtonIcon";
471
471
  /*!
472
- @versini/ui-button v4.2.5
472
+ @versini/ui-button v4.2.7
473
473
  © 2025 gizmette.com
474
474
  */
475
475
  try {
476
476
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
477
- version: "4.2.5",
478
- buildTime: "02/16/2025 02:04 PM EST",
477
+ version: "4.2.7",
478
+ buildTime: "02/16/2025 03:46 PM EST",
479
479
  homepage: "https://github.com/aversini/ui-components",
480
480
  license: "MIT"
481
481
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-bubble",
3
- "version": "3.2.5",
3
+ "version": "3.2.7",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@tailwindcss/typography": "0.5.16",
46
- "@versini/ui-button": "4.2.5",
46
+ "@versini/ui-button": "4.2.7",
47
47
  "@versini/ui-icons": "4.6.1",
48
48
  "clsx": "2.1.1",
49
49
  "tailwindcss": "3.4.17"
@@ -51,5 +51,5 @@
51
51
  "sideEffects": [
52
52
  "**/*.css"
53
53
  ],
54
- "gitHead": "a9729c1de84e630491acba230563910a17ad697f"
54
+ "gitHead": "abbc90128d549ac5e9aaae278d3dfe06ec0ee722"
55
55
  }