@versini/ui-styles 3.2.9 → 3.2.11

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 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -7184,6 +7184,9 @@ const gi = "#ff3f3f", ee = {
7184
7184
  h1: {
7185
7185
  fontSize: "1.75em"
7186
7186
  },
7187
+ h2: {
7188
+ marginTop: "1em"
7189
+ },
7187
7190
  ".av-header h1, .av-header h2, .av-header h3, .av-header h4, .av-header h5, .av-header h6": {
7188
7191
  margin: "0"
7189
7192
  },
@@ -7296,8 +7299,14 @@ const gi = "#ff3f3f", ee = {
7296
7299
  ), F0 = [
7297
7300
  Yu,
7298
7301
  Ea,
7299
- xa(function({ addComponents: e }) {
7300
- e(Xu), e(Qu), e(Gu), e(Vu);
7302
+ xa(function({ addComponents: e, addVariant: t }) {
7303
+ e(Xu), e(Qu), e(Gu), e(Vu), t(
7304
+ "last-bubble-right",
7305
+ ".av-bubble-right:not(:has(+ .av-bubble-right)) &"
7306
+ ), t(
7307
+ "last-bubble-left",
7308
+ ".av-bubble-left:not(:has(+ .av-bubble-left)) &"
7309
+ );
7301
7310
  }, R0)
7302
7311
  ], H0 = {
7303
7312
  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.11",
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": "9b5a0759ddf758055284f56b5759eccd0c1b16d1"
44
44
  }