@versini/ui-bubble 3.1.3 → 3.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.
Files changed (2) hide show
  1. package/dist/index.js +18 -18
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -2,19 +2,19 @@ import { jsx as c, 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.3
5
+ @versini/ui-bubble v3.1.4
6
6
  © 2025 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
10
- version: "3.1.3",
11
- buildTime: "01/12/2025 07:17 PM EST",
10
+ version: "3.1.4",
11
+ buildTime: "01/13/2025 05:57 AM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
15
15
  } catch {
16
16
  }
17
- const j = "av-bubble", C = "av-button", y = "icon", E = "button", I = "link", P = ({
17
+ const j = "av-bubble", C = "av-button", y = "icon", E = "button", I = "link", A = ({
18
18
  type: e,
19
19
  size: r,
20
20
  labelRight: t,
@@ -66,7 +66,7 @@ const j = "av-bubble", C = "av-button", y = "icon", E = "button", I = "link", P
66
66
  [d]: r === "large" && (t || a)
67
67
  });
68
68
  }
69
- }, A = ({
69
+ }, G = ({
70
70
  mode: e,
71
71
  noBackground: r,
72
72
  noTruncate: t,
@@ -102,7 +102,7 @@ const j = "av-bubble", C = "av-button", y = "icon", E = "button", I = "link", P
102
102
  return i("not-prose text-copy-lighter", {
103
103
  truncate: !t
104
104
  });
105
- }, G = ({
105
+ }, q = ({
106
106
  mode: e,
107
107
  noBackground: r,
108
108
  variant: t
@@ -132,7 +132,7 @@ const j = "av-bubble", C = "av-button", y = "icon", E = "button", I = "link", P
132
132
  if (t === "selected")
133
133
  return "bg-action-selected-dark";
134
134
  }
135
- }, q = ({
135
+ }, P = ({
136
136
  radius: e
137
137
  }) => i({
138
138
  "rounded-full": e === "large",
@@ -254,15 +254,15 @@ const j = "av-bubble", C = "av-button", y = "icon", E = "button", I = "link", P
254
254
  radius: v
255
255
  }) => (n || (n = "primary"), t ? i(C, r) : i(
256
256
  C,
257
- A({
257
+ G({
258
258
  mode: a,
259
259
  variant: n,
260
260
  noBackground: h,
261
261
  noTruncate: b
262
262
  }),
263
- G({ mode: a, noBackground: h, variant: n }),
264
- q({ radius: v }),
265
- P({
263
+ q({ mode: a, noBackground: h, variant: n }),
264
+ P({ radius: v }),
265
+ A({
266
266
  type: e,
267
267
  size: s,
268
268
  labelRight: g,
@@ -360,13 +360,13 @@ const M = z.forwardRef(
360
360
  );
361
361
  M.displayName = "ButtonIcon";
362
362
  /*!
363
- @versini/ui-button v4.0.6
363
+ @versini/ui-button v4.0.7
364
364
  © 2025 gizmette.com
365
365
  */
366
366
  try {
367
367
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
368
- version: "4.0.6",
369
- buildTime: "01/12/2025 07:16 PM EST",
368
+ version: "4.0.7",
369
+ buildTime: "01/13/2025 05:57 AM EST",
370
370
  homepage: "https://github.com/aversini/ui-components",
371
371
  license: "MIT"
372
372
  });
@@ -487,7 +487,7 @@ const S = ({
487
487
  try {
488
488
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
489
489
  version: "4.0.1",
490
- buildTime: "01/12/2025 07:16 PM EST",
490
+ buildTime: "01/13/2025 05:57 AM 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.3.0
548
+ @versini/ui-icons v4.4.0
549
549
  © 2025 gizmette.com
550
550
  */
551
551
  try {
552
552
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
553
- version: "4.3.0",
554
- buildTime: "01/12/2025 07:16 PM EST",
553
+ version: "4.4.0",
554
+ buildTime: "01/13/2025 05:57 AM 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.3",
3
+ "version": "3.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.15",
45
- "@versini/ui-button": "4.0.6",
46
- "@versini/ui-icons": "4.3.0",
45
+ "@versini/ui-button": "4.0.7",
46
+ "@versini/ui-icons": "4.4.0",
47
47
  "clsx": "2.1.1",
48
48
  "tailwindcss": "3.4.17"
49
49
  },
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "7b8f2e1479b0f4ba96ac34b63e1cf9120416c874"
53
+ "gitHead": "fb567ac53fe1c467ed97c8c9d53ca363137f9c0f"
54
54
  }