@versini/ui-styles 3.2.9 → 3.2.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 +8 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -7296,8 +7296,14 @@ const gi = "#ff3f3f", ee = {
7296
7296
  ), F0 = [
7297
7297
  Yu,
7298
7298
  Ea,
7299
- xa(function({ addComponents: e }) {
7300
- e(Xu), e(Qu), e(Gu), e(Vu);
7299
+ xa(function({ addComponents: e, addVariant: t }) {
7300
+ e(Xu), e(Qu), e(Gu), e(Vu), t(
7301
+ "last-bubble-right",
7302
+ ".av-bubble-right:not(:has(+ .av-bubble-right)) &"
7303
+ ), t(
7304
+ "last-bubble-left",
7305
+ ".av-bubble-left:not(:has(+ .av-bubble-left)) &"
7306
+ );
7301
7307
  }, R0)
7302
7308
  ], H0 = {
7303
7309
  merge: (e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "3.2.9",
3
+ "version": "3.2.10",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,5 +40,5 @@
40
40
  "fs-extra": "11.3.0",
41
41
  "tailwindcss": "3.4.17"
42
42
  },
43
- "gitHead": "6b75e3a6c6946e827dbe75b7b26bd700888c41f9"
43
+ "gitHead": "4cbc30853429f11b0a49c793460589526f1ecd76"
44
44
  }