@versini/ui-bubble 1.3.0 → 1.3.1

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 +11 -11
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import { jsx as c, jsxs as v, Fragment as R } from "react/jsx-runtime";
2
2
  import i from "clsx";
3
3
  import I, { useState as U, useEffect as z } from "react";
4
4
  /*!
5
- @versini/ui-bubble v1.3.0
5
+ @versini/ui-bubble v1.3.1
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
10
- version: "1.3.0",
11
- buildTime: "12/25/2024 12:30 PM EST",
10
+ version: "1.3.1",
11
+ buildTime: "12/25/2024 03:29 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -22,7 +22,7 @@ const L = "av-bubble", S = "av-button";
22
22
  try {
23
23
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
24
24
  version: "1.0.0",
25
- buildTime: "12/25/2024 12:30 PM EST",
25
+ buildTime: "12/25/2024 03:29 PM EST",
26
26
  homepage: "https://github.com/aversini/ui-components",
27
27
  license: "MIT"
28
28
  });
@@ -302,13 +302,13 @@ const C = I.forwardRef(
302
302
  );
303
303
  C.displayName = "ButtonIcon";
304
304
  /*!
305
- @versini/ui-button v1.4.0
305
+ @versini/ui-button v1.5.0
306
306
  © 2024 gizmette.com
307
307
  */
308
308
  try {
309
309
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
310
- version: "1.4.0",
311
- buildTime: "12/25/2024 12:30 PM EST",
310
+ version: "1.5.0",
311
+ buildTime: "12/25/2024 03:29 PM EST",
312
312
  homepage: "https://github.com/aversini/ui-components",
313
313
  license: "MIT"
314
314
  });
@@ -399,7 +399,7 @@ F.displayName = "ButtonSort";
399
399
  try {
400
400
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
401
401
  version: "1.0.0",
402
- buildTime: "12/25/2024 12:30 PM EST",
402
+ buildTime: "12/25/2024 03:29 PM EST",
403
403
  homepage: "https://github.com/aversini/ui-components",
404
404
  license: "MIT"
405
405
  });
@@ -455,7 +455,7 @@ const J = (e) => {
455
455
  try {
456
456
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
457
457
  version: "1.0.0",
458
- buildTime: "12/25/2024 12:30 PM EST",
458
+ buildTime: "12/25/2024 03:29 PM EST",
459
459
  homepage: "https://github.com/aversini/ui-components",
460
460
  license: "MIT"
461
461
  });
@@ -516,7 +516,7 @@ const K = ({
516
516
  try {
517
517
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
518
518
  version: "1.18.0",
519
- buildTime: "12/25/2024 12:30 PM EST",
519
+ buildTime: "12/25/2024 03:29 PM EST",
520
520
  homepage: "https://github.com/aversini/ui-components",
521
521
  license: "MIT"
522
522
  });
@@ -529,7 +529,7 @@ try {
529
529
  try {
530
530
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
531
531
  version: "1.0.0",
532
- buildTime: "12/25/2024 12:30 PM EST",
532
+ buildTime: "12/25/2024 03:29 PM EST",
533
533
  homepage: "https://github.com/aversini/ui-components",
534
534
  license: "MIT"
535
535
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-bubble",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-button": "1.4.0",
42
+ "@versini/ui-button": "1.5.0",
43
43
  "@versini/ui-icons": "1.18.0",
44
44
  "@versini/ui-spacing": "1.0.0",
45
45
  "@versini/ui-spacing-types": "1.0.0",
@@ -49,5 +49,5 @@
49
49
  "sideEffects": [
50
50
  "**/*.css"
51
51
  ],
52
- "gitHead": "51f74738512b2962734cd6087ded58d17ef0f8d4"
52
+ "gitHead": "71a571acd6f461c8005c0efab801d8b2fe6bff76"
53
53
  }