@versini/ui-bubble 3.1.0 → 3.1.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.
Files changed (2) hide show
  1. package/dist/index.js +12 -12
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import { jsx as s, jsxs as p, Fragment as U } from "react/jsx-runtime";
2
2
  import i from "clsx";
3
3
  import z, { useState as V, useEffect as O } from "react";
4
4
  /*!
5
- @versini/ui-bubble v3.1.0
5
+ @versini/ui-bubble v3.1.1
6
6
  © 2025 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
10
- version: "3.1.0",
11
- buildTime: "01/06/2025 07:49 PM EST",
10
+ version: "3.1.1",
11
+ buildTime: "01/06/2025 08:01 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -360,13 +360,13 @@ const M = z.forwardRef(
360
360
  );
361
361
  M.displayName = "ButtonIcon";
362
362
  /*!
363
- @versini/ui-button v4.0.3
363
+ @versini/ui-button v4.0.4
364
364
  © 2025 gizmette.com
365
365
  */
366
366
  try {
367
367
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
368
- version: "4.0.3",
369
- buildTime: "01/06/2025 07:49 PM EST",
368
+ version: "4.0.4",
369
+ buildTime: "01/06/2025 08:01 PM EST",
370
370
  homepage: "https://github.com/aversini/ui-components",
371
371
  license: "MIT"
372
372
  });
@@ -481,13 +481,13 @@ const S = ({
481
481
  ] });
482
482
  };
483
483
  /*!
484
- @versini/ui-svgicon v4.0.0
484
+ @versini/ui-svgicon v4.0.1
485
485
  © 2025 gizmette.com
486
486
  */
487
487
  try {
488
488
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
489
- version: "4.0.0",
490
- buildTime: "01/06/2025 07:49 PM EST",
489
+ version: "4.0.1",
490
+ buildTime: "01/06/2025 08:00 PM EST",
491
491
  homepage: "https://github.com/aversini/ui-components",
492
492
  license: "MIT"
493
493
  });
@@ -545,13 +545,13 @@ const X = ({
545
545
  }
546
546
  );
547
547
  /*!
548
- @versini/ui-icons v4.2.0
548
+ @versini/ui-icons v4.2.1
549
549
  © 2025 gizmette.com
550
550
  */
551
551
  try {
552
552
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
553
- version: "4.2.0",
554
- buildTime: "01/06/2025 07:49 PM EST",
553
+ version: "4.2.1",
554
+ buildTime: "01/06/2025 08:00 PM EST",
555
555
  homepage: "https://github.com/aversini/ui-components",
556
556
  license: "MIT"
557
557
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-bubble",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -42,13 +42,13 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@tailwindcss/typography": "0.5.15",
45
- "@versini/ui-button": "4.0.3",
46
- "@versini/ui-icons": "4.2.0",
45
+ "@versini/ui-button": "4.0.4",
46
+ "@versini/ui-icons": "4.2.1",
47
47
  "clsx": "2.1.1",
48
48
  "tailwindcss": "3.4.17"
49
49
  },
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "eae93a7674594408093f1f37e036572ebf5a4cc3"
53
+ "gitHead": "0769d7ea2b70f5ea7b50f587faf90a079d33f9b9"
54
54
  }