@versini/ui-bubble 2.0.6 → 2.0.7

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 +13 -13
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2,19 +2,19 @@ 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.6
5
+ @versini/ui-bubble v2.0.7
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
10
- version: "2.0.6",
11
- buildTime: "12/30/2024 05:27 PM EST",
10
+ version: "2.0.7",
11
+ buildTime: "12/30/2024 05:51 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
15
15
  } catch {
16
16
  }
17
- const U = "av-bubble", T = "av-button", N = "icon", H = "button", O = "link", j = ({
17
+ const U = "av-bubble", z = "av-button", N = "icon", H = "button", O = "link", j = ({
18
18
  type: e,
19
19
  size: r,
20
20
  labelRight: t,
@@ -217,7 +217,7 @@ const U = "av-bubble", T = "av-button", N = "icon", H = "button", O = "link", j
217
217
  "focus:outline-focus-light": e === "light",
218
218
  "focus:outline-focus-light dark:focus:outline-focus-dark": e === "alt-system",
219
219
  "focus:outline-focus-dark dark:focus:outline-focus-light": e === "system"
220
- }), z = ({
220
+ }), T = ({
221
221
  type: e,
222
222
  className: r,
223
223
  raw: t,
@@ -234,8 +234,8 @@ const U = "av-bubble", T = "av-button", N = "icon", H = "button", O = "link", j
234
234
  noTruncate: s,
235
235
  align: p,
236
236
  radius: f
237
- }) => (n || (n = "primary"), t ? i(T, r) : i(
238
- T,
237
+ }) => (n || (n = "primary"), t ? i(z, r) : i(
238
+ z,
239
239
  W({
240
240
  mode: o,
241
241
  variant: n,
@@ -291,7 +291,7 @@ const C = _.forwardRef(
291
291
  radius: k = "large",
292
292
  ...y
293
293
  }, x) => {
294
- const w = z({
294
+ const w = T({
295
295
  type: N,
296
296
  mode: t,
297
297
  focusMode: o,
@@ -338,7 +338,7 @@ C.displayName = "ButtonIcon";
338
338
  try {
339
339
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
340
340
  version: "3.0.1",
341
- buildTime: "12/30/2024 05:27 PM EST",
341
+ buildTime: "12/30/2024 05:51 PM EST",
342
342
  homepage: "https://github.com/aversini/ui-components",
343
343
  license: "MIT"
344
344
  });
@@ -366,7 +366,7 @@ const F = _.forwardRef(
366
366
  radius: y = "large",
367
367
  ...x
368
368
  }, w) => {
369
- const B = z({
369
+ const B = T({
370
370
  type: N,
371
371
  mode: t,
372
372
  focusMode: o,
@@ -459,7 +459,7 @@ const M = ({
459
459
  try {
460
460
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
461
461
  version: "3.0.1",
462
- buildTime: "12/30/2024 05:27 PM EST",
462
+ buildTime: "12/30/2024 05:51 PM EST",
463
463
  homepage: "https://github.com/aversini/ui-components",
464
464
  license: "MIT"
465
465
  });
@@ -516,7 +516,7 @@ const J = ({
516
516
  try {
517
517
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
518
518
  version: "3.0.1",
519
- buildTime: "12/30/2024 05:27 PM EST",
519
+ buildTime: "12/30/2024 05:51 PM EST",
520
520
  homepage: "https://github.com/aversini/ui-components",
521
521
  license: "MIT"
522
522
  });
@@ -601,7 +601,7 @@ const Q = () => "p-4 max-w-md md:max-w-2xl", X = ({ kind: e }) => i({
601
601
  label: h ? "Copied to clipboard" : "Copy to clipboard",
602
602
  onClick: n,
603
603
  disabled: h,
604
- children: h ? /* @__PURE__ */ c(J, { className: "size-3" }) : /* @__PURE__ */ c(K, { className: "size-3" })
604
+ children: h ? /* @__PURE__ */ c(J, { size: "size-3" }) : /* @__PURE__ */ c(K, { size: "size-3" })
605
605
  }
606
606
  ) })
607
607
  ] });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-bubble",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -48,5 +48,5 @@
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "c83e1c1ff281bb8d84e899777a6d055c74451090"
51
+ "gitHead": "65135bffd96178008f4a8cccba0f294ab6e47269"
52
52
  }