@versini/ui-bubble 10.2.0 → 10.2.2

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-bubble v10.2.0
2
+ @versini/ui-bubble v10.2.2
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-bubble v10.2.0
2
+ @versini/ui-bubble v10.2.2
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-bubble v10.2.0
2
+ @versini/ui-bubble v10.2.2
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-bubble v10.2.0
2
+ @versini/ui-bubble v10.2.2
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-bubble v10.2.0
2
+ @versini/ui-bubble v10.2.2
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-bubble v10.2.0
2
+ @versini/ui-bubble v10.2.2
3
3
  © 2025 gizmette.com
4
4
  */
5
5
 
@@ -10,7 +10,6 @@ export * from "./Bubble/Bubble.js";
10
10
  ;// CONCATENATED MODULE: external "./BubbleConstants/BubbleConstants.js"
11
11
 
12
12
  ;// CONCATENATED MODULE: ./src/components/index.ts
13
- // force new release
14
13
 
15
14
 
16
15
  // Export constants through a dedicated module entry for better tree-shaking.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-bubble",
3
- "version": "10.2.0",
3
+ "version": "10.2.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -31,7 +31,7 @@
31
31
  "build:js": "rslib build",
32
32
  "build:types": "echo 'Types now built with rslib'",
33
33
  "build": "npm-run-all --serial clean build:check build:js",
34
- "clean": "rimraf dist tmp",
34
+ "clean": "rimraf dist tmp coverage",
35
35
  "dev:js": "rslib build --watch",
36
36
  "dev:types": "echo 'Types now watched with rslib'",
37
37
  "dev": "rslib build --watch",
@@ -46,11 +46,11 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@testing-library/jest-dom": "6.9.1",
49
- "@versini/ui-types": "8.1.0"
49
+ "@versini/ui-types": "8.2.0"
50
50
  },
51
51
  "dependencies": {
52
52
  "@tailwindcss/typography": "0.5.19",
53
- "@versini/ui-button": "11.1.0",
53
+ "@versini/ui-button": "11.2.0",
54
54
  "@versini/ui-icons": "4.15.1",
55
55
  "clsx": "2.1.1",
56
56
  "tailwindcss": "4.1.18"
@@ -58,5 +58,5 @@
58
58
  "sideEffects": [
59
59
  "**/*.css"
60
60
  ],
61
- "gitHead": "b2ee2e328ecadfbedcb26d14afa896a30f0ab54b"
61
+ "gitHead": "5cc3c9aaf61ca3843f16a3d6b322a92f7fb210ca"
62
62
  }