@snmt-react-ui/async-select 1.8.20 → 1.8.21

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.
@@ -2890,7 +2890,7 @@ const h2 = ({
2890
2890
  i && i !== "inherit" && (v += ` snmt-typography-align-${i}`), a && (v += " collapsed"), n && (v += " collapsed");
2891
2891
  const V = {
2892
2892
  className: v,
2893
- style: { color: o, whiteSpace: n ? "nowrap" : g },
2893
+ style: { color: o, whiteSpace: n ? "nowrap" : g, display: n ? "block" : "" },
2894
2894
  onClick: r,
2895
2895
  ref: d
2896
2896
  }, I = N ? /* @__PURE__ */ t(f5, { level: _5[e], ...V, children: l }) : /* @__PURE__ */ t(M5, { ...V, children: l });
@@ -5611,7 +5611,7 @@ const A1 = ({
5611
5611
  i && i !== "inherit" && (v += ` snmt-typography-align-${i}`), a && (v += " collapsed"), n && (v += " collapsed");
5612
5612
  const V = {
5613
5613
  className: v,
5614
- style: { color: o, whiteSpace: n ? "nowrap" : g },
5614
+ style: { color: o, whiteSpace: n ? "nowrap" : g, display: n ? "block" : "" },
5615
5615
  onClick: r,
5616
5616
  ref: d
5617
5617
  }, I = N ? /* @__PURE__ */ t(O3, { level: F3[e], ...V, children: l }) : /* @__PURE__ */ t(Y3, { ...V, children: l });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@snmt-react-ui/async-select",
3
3
  "private": false,
4
- "version": "1.8.20",
4
+ "version": "1.8.21",
5
5
  "type": "module",
6
6
  "main": "dist/async-select.js",
7
7
  "types": "dist/index.d.ts",
@@ -18,10 +18,10 @@
18
18
  "build": "tsc && vite build"
19
19
  },
20
20
  "dependencies": {
21
- "@snmt-react-ui/select": "^1.17.19"
21
+ "@snmt-react-ui/select": "^1.17.20"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "antd": "^5.18.3"
25
25
  },
26
- "gitHead": "df773045b2a21acc1d6f18618eaf2a62a0a5f286"
26
+ "gitHead": "e0f7c1491491057af408503bb40f4a7504f67ab9"
27
27
  }