@versini/ui-bubble 1.3.0 → 1.4.0

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.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { SpacingTypes } from '@versini/ui-spacing-types';
2
+ import { SpacingTypes } from '@versini/ui-types';
3
3
 
4
4
  declare const BUBBLE_CLASSNAME = "av-bubble";
5
5
 
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.4.0
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.4.0",
11
+ buildTime: "12/26/2024 06:06 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -16,13 +16,13 @@ try {
16
16
  }
17
17
  const L = "av-bubble", S = "av-button";
18
18
  /*!
19
- @versini/ui-spacing v1.0.0
19
+ @versini/ui-spacing v1.1.0
20
20
  © 2024 gizmette.com
21
21
  */
22
22
  try {
23
23
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
24
- version: "1.0.0",
25
- buildTime: "12/25/2024 12:30 PM EST",
24
+ version: "1.1.0",
25
+ buildTime: "12/26/2024 06:05 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.6.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.6.0",
311
+ buildTime: "12/26/2024 06:05 PM EST",
312
312
  homepage: "https://github.com/aversini/ui-components",
313
313
  license: "MIT"
314
314
  });
@@ -393,13 +393,13 @@ const F = I.forwardRef(
393
393
  );
394
394
  F.displayName = "ButtonSort";
395
395
  /*!
396
- @versini/ui-spacing v1.0.0
396
+ @versini/ui-spacing v1.1.0
397
397
  © 2024 gizmette.com
398
398
  */
399
399
  try {
400
400
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
401
- version: "1.0.0",
402
- buildTime: "12/25/2024 12:30 PM EST",
401
+ version: "1.1.0",
402
+ buildTime: "12/26/2024 06:05 PM EST",
403
403
  homepage: "https://github.com/aversini/ui-components",
404
404
  license: "MIT"
405
405
  });
@@ -449,13 +449,13 @@ const J = (e) => {
449
449
  ] });
450
450
  };
451
451
  /*!
452
- @versini/ui-svgicon v1.0.0
452
+ @versini/ui-svgicon v1.1.0
453
453
  © 2024 gizmette.com
454
454
  */
455
455
  try {
456
456
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
457
- version: "1.0.0",
458
- buildTime: "12/25/2024 12:30 PM EST",
457
+ version: "1.1.0",
458
+ buildTime: "12/26/2024 06:05 PM EST",
459
459
  homepage: "https://github.com/aversini/ui-components",
460
460
  license: "MIT"
461
461
  });
@@ -510,26 +510,26 @@ const K = ({
510
510
  }
511
511
  );
512
512
  /*!
513
- @versini/ui-icons v1.18.0
513
+ @versini/ui-icons v1.19.0
514
514
  © 2024 gizmette.com
515
515
  */
516
516
  try {
517
517
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
518
- version: "1.18.0",
519
- buildTime: "12/25/2024 12:30 PM EST",
518
+ version: "1.19.0",
519
+ buildTime: "12/26/2024 06:05 PM EST",
520
520
  homepage: "https://github.com/aversini/ui-components",
521
521
  license: "MIT"
522
522
  });
523
523
  } catch {
524
524
  }
525
525
  /*!
526
- @versini/ui-spacing v1.0.0
526
+ @versini/ui-spacing v1.1.0
527
527
  © 2024 gizmette.com
528
528
  */
529
529
  try {
530
530
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
531
- version: "1.0.0",
532
- buildTime: "12/25/2024 12:30 PM EST",
531
+ version: "1.1.0",
532
+ buildTime: "12/26/2024 06:05 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.4.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,15 +39,15 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-button": "1.4.0",
43
- "@versini/ui-icons": "1.18.0",
44
- "@versini/ui-spacing": "1.0.0",
45
- "@versini/ui-spacing-types": "1.0.0",
42
+ "@versini/ui-button": "1.6.0",
43
+ "@versini/ui-icons": "1.19.0",
44
+ "@versini/ui-spacing": "1.1.0",
45
+ "@versini/ui-types": "1.0.0",
46
46
  "clsx": "2.1.1",
47
47
  "tailwindcss": "3.4.17"
48
48
  },
49
49
  "sideEffects": [
50
50
  "**/*.css"
51
51
  ],
52
- "gitHead": "51f74738512b2962734cd6087ded58d17ef0f8d4"
52
+ "gitHead": "abbb7b1770a9130157721d514fe20267fd15f35e"
53
53
  }