@versini/ui-bubble 5.0.4 → 5.0.5
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/README.md +1 -1
- package/dist/components/Bubble/Bubble.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ The Bubble component provides chat-style message bubbles with support for footer
|
|
|
29
29
|
npm install @versini/ui-bubble
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
> **Note**: This component requires TailwindCSS and the `@versini/ui-styles` plugin for proper styling. See the [
|
|
32
|
+
> **Note**: This component requires TailwindCSS and the `@versini/ui-styles` plugin for proper styling. See the [installation documentation](https://versini-org.github.io/ui-components/?path=/docs/getting-started-installation--docs) for complete setup instructions.
|
|
33
33
|
|
|
34
34
|
## Usage
|
|
35
35
|
|
|
@@ -504,13 +504,13 @@ const z = {
|
|
|
504
504
|
);
|
|
505
505
|
H.displayName = "ButtonIcon";
|
|
506
506
|
/*!
|
|
507
|
-
@versini/ui-button v7.1.
|
|
507
|
+
@versini/ui-button v7.1.4
|
|
508
508
|
© 2025 gizmette.com
|
|
509
509
|
*/
|
|
510
510
|
try {
|
|
511
511
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
512
|
-
version: "7.1.
|
|
513
|
-
buildTime: "08/23/2025
|
|
512
|
+
version: "7.1.4",
|
|
513
|
+
buildTime: "08/23/2025 10:05 AM EDT",
|
|
514
514
|
homepage: "https://github.com/aversini/ui-components",
|
|
515
515
|
license: "MIT"
|
|
516
516
|
});
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { BUBBLE_CLASSNAME as i, BUBBLE_FOOTER_EMPTY as o, Bubble as E } from "./components/Bubble/Bubble.js";
|
|
2
2
|
/*!
|
|
3
|
-
@versini/ui-bubble v5.0.
|
|
3
|
+
@versini/ui-bubble v5.0.5
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
8
|
-
version: "5.0.
|
|
9
|
-
buildTime: "08/23/2025
|
|
8
|
+
version: "5.0.5",
|
|
9
|
+
buildTime: "08/23/2025 10:07 AM EDT",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-components",
|
|
11
11
|
license: "MIT"
|
|
12
12
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-bubble",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"sideEffects": [
|
|
55
55
|
"**/*.css"
|
|
56
56
|
],
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "a1afd6e4613b1da7abf61d10a72614611521fb39"
|
|
58
58
|
}
|