@versini/ui-bubble 3.1.9 → 3.1.10

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 +12 -12
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import { jsx as l, jsxs as f, Fragment as L } from "react/jsx-runtime";
2
2
  import i from "clsx";
3
3
  import T, { useState as U, useEffect as O } from "react";
4
4
  /*!
5
- @versini/ui-bubble v3.1.9
5
+ @versini/ui-bubble v3.1.10
6
6
  © 2025 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
10
- version: "3.1.9",
11
- buildTime: "01/19/2025 01:35 PM EST",
10
+ version: "3.1.10",
11
+ buildTime: "01/20/2025 01:06 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -368,13 +368,13 @@ const M = T.forwardRef(
368
368
  );
369
369
  M.displayName = "ButtonIcon";
370
370
  /*!
371
- @versini/ui-button v4.1.1
371
+ @versini/ui-button v4.1.2
372
372
  © 2025 gizmette.com
373
373
  */
374
374
  try {
375
375
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
376
- version: "4.1.1",
377
- buildTime: "01/19/2025 01:35 PM EST",
376
+ version: "4.1.2",
377
+ buildTime: "01/20/2025 01:05 PM EST",
378
378
  homepage: "https://github.com/aversini/ui-components",
379
379
  license: "MIT"
380
380
  });
@@ -489,13 +489,13 @@ const V = ({
489
489
  ] });
490
490
  };
491
491
  /*!
492
- @versini/ui-svgicon v4.0.5
492
+ @versini/ui-svgicon v4.0.6
493
493
  © 2025 gizmette.com
494
494
  */
495
495
  try {
496
496
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
497
- version: "4.0.5",
498
- buildTime: "01/19/2025 01:35 PM EST",
497
+ version: "4.0.6",
498
+ buildTime: "01/20/2025 01:04 PM EST",
499
499
  homepage: "https://github.com/aversini/ui-components",
500
500
  license: "MIT"
501
501
  });
@@ -546,13 +546,13 @@ const Q = ({
546
546
  }
547
547
  );
548
548
  /*!
549
- @versini/ui-icons v4.5.0
549
+ @versini/ui-icons v4.5.1
550
550
  © 2025 gizmette.com
551
551
  */
552
552
  try {
553
553
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
554
- version: "4.5.0",
555
- buildTime: "01/19/2025 01:35 PM EST",
554
+ version: "4.5.1",
555
+ buildTime: "01/20/2025 01:05 PM EST",
556
556
  homepage: "https://github.com/aversini/ui-components",
557
557
  license: "MIT"
558
558
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-bubble",
3
- "version": "3.1.9",
3
+ "version": "3.1.10",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -38,17 +38,17 @@
38
38
  "react-dom": "^18.3.1 || ^19.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@versini/ui-types": "4.3.0"
41
+ "@versini/ui-types": "4.3.1"
42
42
  },
43
43
  "dependencies": {
44
44
  "@tailwindcss/typography": "0.5.16",
45
- "@versini/ui-button": "4.1.1",
46
- "@versini/ui-icons": "4.5.0",
45
+ "@versini/ui-button": "4.1.2",
46
+ "@versini/ui-icons": "4.5.1",
47
47
  "clsx": "2.1.1",
48
48
  "tailwindcss": "3.4.17"
49
49
  },
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "bcefcad80e918262a953b30742e66db32b2fefa5"
53
+ "gitHead": "1542a19c98ab5af85458a93e788576f97549e589"
54
54
  }