@versini/ui-bubble 1.0.7 → 1.0.9

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 +20 -20
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import { jsx as d, jsxs as v, Fragment as z } from "react/jsx-runtime";
2
2
  import i from "clsx";
3
3
  import _, { useState as L, useEffect as S } from "react";
4
4
  /*!
5
- @versini/ui-bubble v1.0.7
5
+ @versini/ui-bubble v1.0.9
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
10
- version: "1.0.7",
11
- buildTime: "09/26/2024 10:50 PM EDT",
10
+ version: "1.0.9",
11
+ buildTime: "09/27/2024 11:56 AM EDT",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -23,7 +23,7 @@ const U = "av-bubble", T = "av-button", $ = (e) => {
23
23
  (e == null ? void 0 : e.t) !== void 0 && t.push(`mt-${e.t}`), (e == null ? void 0 : e.r) !== void 0 && t.push(`mr-${e.r}`), (e == null ? void 0 : e.b) !== void 0 && t.push(`mb-${e.b}`), (e == null ? void 0 : e.l) !== void 0 && t.push(`ml-${e.l}`), r = t.join(" ");
24
24
  }
25
25
  return r;
26
- }, N = "icon", j = "button", H = "link", O = ({
26
+ }, N = "icon", j = "button", H = "link", A = ({
27
27
  type: e,
28
28
  size: r,
29
29
  labelRight: t,
@@ -57,7 +57,7 @@ const U = "av-bubble", T = "av-button", $ = (e) => {
57
57
  "h-12 px-4 text-lg font-medium": r === "large" && (t || a)
58
58
  });
59
59
  }
60
- }, P = ({
60
+ }, O = ({
61
61
  mode: e,
62
62
  noBackground: r,
63
63
  noTruncate: t,
@@ -117,7 +117,7 @@ const U = "av-bubble", T = "av-button", $ = (e) => {
117
117
  "hover:bg-action-danger-dark-hover dark:hover:bg-action-danger-light-hover": e === "system",
118
118
  "hover:bg-action-danger-light-hover dark:hover:bg-action-danger-dark-hover": e === "alt-system"
119
119
  });
120
- }, A = ({
120
+ }, D = ({
121
121
  mode: e,
122
122
  disabled: r,
123
123
  variant: t
@@ -145,7 +145,7 @@ const U = "av-bubble", T = "av-button", $ = (e) => {
145
145
  "active:bg-action-danger-dark-active dark:active:bg-action-danger-light-active": e === "system",
146
146
  "active:bg-action-danger-light-active dark:active:bg-action-danger-dark-active": e === "alt-system"
147
147
  });
148
- }, D = ({
148
+ }, P = ({
149
149
  mode: e,
150
150
  noBorder: r,
151
151
  variant: t
@@ -199,12 +199,12 @@ const U = "av-bubble", T = "av-button", $ = (e) => {
199
199
  T,
200
200
  r,
201
201
  $(h),
202
- P({ mode: a, variant: c, noBackground: m, noTruncate: u }),
203
- O({ type: e, size: l, labelRight: g, labelLeft: p, align: f }),
204
- D({ mode: a, variant: c, noBorder: b }),
202
+ O({ mode: a, variant: c, noBackground: m, noTruncate: u }),
203
+ A({ type: e, size: l, labelRight: g, labelLeft: p, align: f }),
204
+ P({ mode: a, variant: c, noBorder: b }),
205
205
  q({ focusMode: n }),
206
206
  W({ mode: a, variant: c, disabled: o }),
207
- A({ mode: a, variant: c, disabled: o }),
207
+ D({ mode: a, variant: c, disabled: o }),
208
208
  {
209
209
  "w-full": s,
210
210
  "disabled:cursor-not-allowed disabled:opacity-50": o
@@ -288,13 +288,13 @@ const E = _.forwardRef(
288
288
  );
289
289
  E.displayName = "ButtonIcon";
290
290
  /*!
291
- @versini/ui-button v1.1.7
291
+ @versini/ui-button v1.1.9
292
292
  © 2024 gizmette.com
293
293
  */
294
294
  try {
295
295
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
296
- version: "1.1.7",
297
- buildTime: "09/26/2024 10:50 PM EDT",
296
+ version: "1.1.9",
297
+ buildTime: "09/27/2024 11:56 AM EDT",
298
298
  homepage: "https://github.com/aversini/ui-components",
299
299
  license: "MIT"
300
300
  });
@@ -422,13 +422,13 @@ const J = (e) => {
422
422
  ] });
423
423
  };
424
424
  /*!
425
- @versini/ui-private v1.4.16
425
+ @versini/ui-private v1.4.17
426
426
  © 2024 gizmette.com
427
427
  */
428
428
  try {
429
429
  window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
430
- version: "1.4.16",
431
- buildTime: "09/26/2024 10:50 PM EDT",
430
+ version: "1.4.17",
431
+ buildTime: "09/27/2024 11:55 AM EDT",
432
432
  homepage: "https://github.com/aversini/ui-components",
433
433
  license: "MIT"
434
434
  });
@@ -483,13 +483,13 @@ const K = ({
483
483
  }
484
484
  );
485
485
  /*!
486
- @versini/ui-icons v1.12.8
486
+ @versini/ui-icons v1.13.1
487
487
  © 2024 gizmette.com
488
488
  */
489
489
  try {
490
490
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
491
- version: "1.12.8",
492
- buildTime: "09/26/2024 10:50 PM EDT",
491
+ version: "1.13.1",
492
+ buildTime: "09/27/2024 11:55 AM EDT",
493
493
  homepage: "https://github.com/aversini/ui-components",
494
494
  license: "MIT"
495
495
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-bubble",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -42,14 +42,14 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@tailwindcss/typography": "0.5.15",
45
- "@versini/ui-button": "1.1.7",
46
- "@versini/ui-icons": "1.12.8",
47
- "@versini/ui-private": "1.4.16",
45
+ "@versini/ui-button": "1.1.9",
46
+ "@versini/ui-icons": "1.13.1",
47
+ "@versini/ui-private": "1.4.17",
48
48
  "clsx": "2.1.1",
49
49
  "tailwindcss": "3.4.13"
50
50
  },
51
51
  "sideEffects": [
52
52
  "**/*.css"
53
53
  ],
54
- "gitHead": "b4cbab083052f7f45b00e98c2992fffa31d05c1f"
54
+ "gitHead": "59a50c5bf72988d53a6b7d23afaf87c38bfb1e8f"
55
55
  }