@versini/ui-bubble 2.0.10 → 2.0.12

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 +17 -17
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import { jsx as c, jsxs as v, Fragment as S } from "react/jsx-runtime";
2
2
  import i from "clsx";
3
3
  import _, { useState as R, useEffect as L } from "react";
4
4
  /*!
5
- @versini/ui-bubble v2.0.10
6
- © 2024 gizmette.com
5
+ @versini/ui-bubble v2.0.12
6
+ © 2025 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
10
- version: "2.0.10",
11
- buildTime: "12/30/2024 11:46 PM EST",
10
+ version: "2.0.12",
11
+ buildTime: "01/01/2025 07:31 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -30,7 +30,7 @@ const U = "av-bubble", z = "av-button", N = "icon", H = "button", O = "link", j
30
30
  [l]: r === "large"
31
31
  });
32
32
  case O:
33
- return i("px-4 text-center", {
33
+ return i("text-center", {
34
34
  [d]: r === "small",
35
35
  [g]: r === "medium",
36
36
  [l]: r === "large"
@@ -41,9 +41,9 @@ const U = "av-bubble", z = "av-button", N = "icon", H = "button", O = "link", j
41
41
  "justify-start": a === "left",
42
42
  "justify-end": a === "right",
43
43
  "h-6 w-6 p-0": r === "small" && !(t || o),
44
- "h-6 px-4 text-sm font-medium": r === "small" && (t || o),
44
+ "h-6 px-2 text-sm font-medium": r === "small" && (t || o),
45
45
  "h-8 w-8 p-1": r === "medium" && !(t || o),
46
- "h-8 px-4 text-base font-medium": r === "medium" && (t || o),
46
+ "h-8 px-3 text-base font-medium": r === "medium" && (t || o),
47
47
  "h-12 w-12 p-2": r === "large" && !(t || o),
48
48
  "h-12 px-4 text-lg font-medium": r === "large" && (t || o)
49
49
  });
@@ -338,13 +338,13 @@ const C = _.forwardRef(
338
338
  );
339
339
  C.displayName = "ButtonIcon";
340
340
  /*!
341
- @versini/ui-button v3.1.0
342
- © 2024 gizmette.com
341
+ @versini/ui-button v3.2.1
342
+ © 2025 gizmette.com
343
343
  */
344
344
  try {
345
345
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
346
- version: "3.1.0",
347
- buildTime: "12/30/2024 11:46 PM EST",
346
+ version: "3.2.1",
347
+ buildTime: "01/01/2025 07:31 PM EST",
348
348
  homepage: "https://github.com/aversini/ui-components",
349
349
  license: "MIT"
350
350
  });
@@ -460,12 +460,12 @@ const M = ({
460
460
  };
461
461
  /*!
462
462
  @versini/ui-svgicon v3.0.2
463
- © 2024 gizmette.com
463
+ © 2025 gizmette.com
464
464
  */
465
465
  try {
466
466
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
467
467
  version: "3.0.2",
468
- buildTime: "12/30/2024 11:46 PM EST",
468
+ buildTime: "01/01/2025 07:31 PM EST",
469
469
  homepage: "https://github.com/aversini/ui-components",
470
470
  license: "MIT"
471
471
  });
@@ -516,13 +516,13 @@ const J = ({
516
516
  }
517
517
  );
518
518
  /*!
519
- @versini/ui-icons v3.0.2
520
- © 2024 gizmette.com
519
+ @versini/ui-icons v3.1.0
520
+ © 2025 gizmette.com
521
521
  */
522
522
  try {
523
523
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
524
- version: "3.0.2",
525
- buildTime: "12/30/2024 11:46 PM EST",
524
+ version: "3.1.0",
525
+ buildTime: "01/01/2025 07:31 PM EST",
526
526
  homepage: "https://github.com/aversini/ui-components",
527
527
  license: "MIT"
528
528
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-bubble",
3
- "version": "2.0.10",
3
+ "version": "2.0.12",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,8 +39,8 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-button": "3.1.0",
43
- "@versini/ui-icons": "3.0.2",
42
+ "@versini/ui-button": "3.2.1",
43
+ "@versini/ui-icons": "3.1.0",
44
44
  "@versini/ui-types": "3.0.2",
45
45
  "clsx": "2.1.1",
46
46
  "tailwindcss": "3.4.17"
@@ -48,5 +48,5 @@
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "45ace52c02085dad8783b8d96407f0e0d9b6c900"
51
+ "gitHead": "d052f6a22a228e03504ab6eef71c817bd53dd656"
52
52
  }