@versini/ui-bubble 6.1.3 → 6.1.4

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.
@@ -39,7 +39,7 @@ const p = "av-bubble", v = ({
39
39
  try {
40
40
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
41
41
  version: "4.2.2",
42
- buildTime: "10/20/2025 07:37 PM EDT",
42
+ buildTime: "10/24/2025 06:42 PM EDT",
43
43
  homepage: "https://github.com/aversini/ui-components",
44
44
  license: "MIT"
45
45
  });
@@ -90,13 +90,13 @@ const E = ({
90
90
  }
91
91
  );
92
92
  /*!
93
- @versini/ui-icons v4.14.0
93
+ @versini/ui-icons v4.14.1
94
94
  © 2025 gizmette.com
95
95
  */
96
96
  try {
97
97
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
98
- version: "4.14.0",
99
- buildTime: "10/20/2025 07:37 PM EDT",
98
+ version: "4.14.1",
99
+ buildTime: "10/24/2025 06:42 PM EDT",
100
100
  homepage: "https://github.com/aversini/ui-components",
101
101
  license: "MIT"
102
102
  });
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.3
3
+ @versini/ui-bubble v6.1.4
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
8
- version: "6.1.3",
9
- buildTime: "10/22/2025 05:50 PM EDT",
8
+ version: "6.1.4",
9
+ buildTime: "10/24/2025 07:48 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.3",
3
+ "version": "6.1.4",
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.19",
45
- "@versini/ui-button": "8.1.3",
46
- "@versini/ui-icons": "4.14.0",
45
+ "@versini/ui-button": "8.1.4",
46
+ "@versini/ui-icons": "4.14.1",
47
47
  "clsx": "2.1.1",
48
- "tailwindcss": "4.1.15"
48
+ "tailwindcss": "4.1.16"
49
49
  },
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "eeceef78affd19e3dcae621833a83a892f09c204"
53
+ "gitHead": "26763e1e738bcdcb0806c39612161666e4bc4459"
54
54
  }