@versini/ui-styles 3.2.8 → 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 +11 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4980,7 +4980,6 @@ const Yu = /* @__PURE__ */ Nt(ju), Gu = {
4980
4980
  "@versini/ui-pill",
4981
4981
  "@versini/ui-spinner",
4982
4982
  "@versini/ui-styles",
4983
- "@versini/ui-svgicon",
4984
4983
  "@versini/ui-system",
4985
4984
  "@versini/ui-table",
4986
4985
  "@versini/ui-textarea",
@@ -7182,6 +7181,9 @@ const gi = "#ff3f3f", ee = {
7182
7181
  fontFamily: "Open Sans, ui-sans-serif, system-ui, sans-serif",
7183
7182
  fontWeight: "400"
7184
7183
  },
7184
+ h1: {
7185
+ fontSize: "1.75em"
7186
+ },
7185
7187
  ".av-header h1, .av-header h2, .av-header h3, .av-header h4, .av-header h5, .av-header h6": {
7186
7188
  margin: "0"
7187
7189
  },
@@ -7294,8 +7296,14 @@ const gi = "#ff3f3f", ee = {
7294
7296
  ), F0 = [
7295
7297
  Yu,
7296
7298
  Ea,
7297
- xa(function({ addComponents: e }) {
7298
- 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
+ );
7299
7307
  }, R0)
7300
7308
  ], H0 = {
7301
7309
  merge: (e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "3.2.8",
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": "37e68515f0677136de4b5617c54d8bb3337bd8c0"
43
+ "gitHead": "4cbc30853429f11b0a49c793460589526f1ecd76"
44
44
  }