@versini/ui-bubble 5.0.1 → 5.0.2

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.
@@ -24,7 +24,7 @@ const R = "av-bubble", q = "av-button", j = "icon", Y = "button", L = "link", oe
24
24
  "justify-start": i === "left",
25
25
  "justify-end": i === "right",
26
26
  "h-6 w-6 p-0": r === "small" && !l && !(t || a),
27
- "h-6 px-2": r === "small" && !l && (t || a),
27
+ "h-6 px-1 sm:px-2": r === "small" && !l && (t || a),
28
28
  "h-8 w-8 p-1": r === "medium" && !l && !(t || a),
29
29
  "h-8 px-3": r === "medium" && !l && (t || a),
30
30
  "h-12 w-12 p-2": r === "large" && !l && !(t || a),
@@ -504,13 +504,13 @@ const z = {
504
504
  );
505
505
  H.displayName = "ButtonIcon";
506
506
  /*!
507
- @versini/ui-button v7.1.0
507
+ @versini/ui-button v7.1.1
508
508
  © 2025 gizmette.com
509
509
  */
510
510
  try {
511
511
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
512
- version: "7.1.0",
513
- buildTime: "08/10/2025 12:46 PM EDT",
512
+ version: "7.1.1",
513
+ buildTime: "08/10/2025 01:26 PM EDT",
514
514
  homepage: "https://github.com/aversini/ui-components",
515
515
  license: "MIT"
516
516
  });
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 v5.0.1
3
+ @versini/ui-bubble v5.0.2
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
8
- version: "5.0.1",
9
- buildTime: "08/10/2025 12:46 PM EDT",
8
+ version: "5.0.2",
9
+ buildTime: "08/10/2025 01:26 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": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@tailwindcss/typography": "0.5.16",
48
- "@versini/ui-button": "7.1.0",
48
+ "@versini/ui-button": "7.1.1",
49
49
  "@versini/ui-icons": "4.10.0",
50
50
  "clsx": "2.1.1",
51
51
  "tailwindcss": "4.1.11"
@@ -53,5 +53,5 @@
53
53
  "sideEffects": [
54
54
  "**/*.css"
55
55
  ],
56
- "gitHead": "6d8fef53d038c1153effea9b0cfaf01f983c1774"
56
+ "gitHead": "381a563cd0bb01eeddea33e57c0f5705663b5be4"
57
57
  }