@versini/ui-bubble 6.1.2 → 6.1.3

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 +3 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { BUBBLE_CLASSNAME as i, BUBBLE_FOOTER_EMPTY as o, Bubble as E } from "./components/Bubble/Bubble.js";
2
2
  /*!
3
- @versini/ui-bubble v6.1.2
3
+ @versini/ui-bubble v6.1.3
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
8
- version: "6.1.2",
9
- buildTime: "10/22/2025 02:45 PM EDT",
8
+ version: "6.1.3",
9
+ buildTime: "10/22/2025 05:50 PM EDT",
10
10
  homepage: "https://github.com/aversini/ui-components",
11
11
  license: "MIT"
12
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-bubble",
3
- "version": "6.1.2",
3
+ "version": "6.1.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@tailwindcss/typography": "0.5.19",
45
- "@versini/ui-button": "8.1.2",
45
+ "@versini/ui-button": "8.1.3",
46
46
  "@versini/ui-icons": "4.14.0",
47
47
  "clsx": "2.1.1",
48
48
  "tailwindcss": "4.1.15"
@@ -50,5 +50,5 @@
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "e2e7b5c53c77d1773d7e0e463bac2a75b936a0d3"
53
+ "gitHead": "eeceef78affd19e3dcae621833a83a892f09c204"
54
54
  }