@versini/ui-bubble 2.0.2 → 2.0.3

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 +4 -4
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import { jsx as c, jsxs as v, Fragment as z } from "react/jsx-runtime";
2
2
  import i from "clsx";
3
3
  import N, { useState as R, useEffect as L } from "react";
4
4
  /*!
5
- @versini/ui-bubble v2.0.2
5
+ @versini/ui-bubble v2.0.3
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
10
- version: "2.0.2",
11
- buildTime: "12/30/2024 12:27 PM EST",
10
+ version: "2.0.3",
11
+ buildTime: "12/30/2024 02:26 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -332,13 +332,13 @@ const M = N.forwardRef(
332
332
  );
333
333
  M.displayName = "ButtonIcon";
334
334
  /*!
335
- @versini/ui-button v2.2.0
335
+ @versini/ui-button v2.2.1
336
336
  © 2024 gizmette.com
337
337
  */
338
338
  try {
339
339
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
340
- version: "2.2.0",
341
- buildTime: "12/30/2024 12:27 PM EST",
340
+ version: "2.2.1",
341
+ buildTime: "12/30/2024 02:25 PM EST",
342
342
  homepage: "https://github.com/aversini/ui-components",
343
343
  license: "MIT"
344
344
  });
@@ -433,7 +433,7 @@ const V = ({
433
433
  semantic: l = !1,
434
434
  ...h
435
435
  }) => {
436
- const m = i(o || d);
436
+ const m = i(d, o);
437
437
  return /* @__PURE__ */ v(z, { children: [
438
438
  /* @__PURE__ */ c(
439
439
  "svg",
@@ -453,13 +453,13 @@ const V = ({
453
453
  ] });
454
454
  };
455
455
  /*!
456
- @versini/ui-svgicon v2.0.2
456
+ @versini/ui-svgicon v2.0.3
457
457
  © 2024 gizmette.com
458
458
  */
459
459
  try {
460
460
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
461
- version: "2.0.2",
462
- buildTime: "12/30/2024 12:27 PM EST",
461
+ version: "2.0.3",
462
+ buildTime: "12/30/2024 02:25 PM EST",
463
463
  homepage: "https://github.com/aversini/ui-components",
464
464
  license: "MIT"
465
465
  });
@@ -510,13 +510,13 @@ const J = ({
510
510
  }
511
511
  );
512
512
  /*!
513
- @versini/ui-icons v2.0.2
513
+ @versini/ui-icons v2.0.3
514
514
  © 2024 gizmette.com
515
515
  */
516
516
  try {
517
517
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
518
- version: "2.0.2",
519
- buildTime: "12/30/2024 12:27 PM EST",
518
+ version: "2.0.3",
519
+ buildTime: "12/30/2024 02:25 PM EST",
520
520
  homepage: "https://github.com/aversini/ui-components",
521
521
  license: "MIT"
522
522
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-bubble",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
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": "2.2.0",
43
- "@versini/ui-icons": "2.0.2",
42
+ "@versini/ui-button": "2.2.1",
43
+ "@versini/ui-icons": "2.0.3",
44
44
  "@versini/ui-types": "2.2.0",
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": "914bac4e3074de68e54cd84fe91e6fe50c38b554"
51
+ "gitHead": "2a29d0fa51876f41fb9acab344a9c8e87fc6a0a2"
52
52
  }