kaleido-ui 0.1.94 → 0.1.95

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.
@@ -2808,7 +2808,7 @@ function OptionSelector({
2808
2808
  !compact && "w-full"
2809
2809
  ),
2810
2810
  children: [
2811
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "truncate", children: selected?.label }),
2811
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "truncate leading-normal", children: selected?.label }),
2812
2812
  /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2813
2813
  Icon,
2814
2814
  {
package/dist/web/index.js CHANGED
@@ -2626,7 +2626,7 @@ function OptionSelector({
2626
2626
  !compact && "w-full"
2627
2627
  ),
2628
2628
  children: [
2629
- /* @__PURE__ */ jsx32("span", { className: "truncate", children: selected?.label }),
2629
+ /* @__PURE__ */ jsx32("span", { className: "truncate leading-normal", children: selected?.label }),
2630
2630
  /* @__PURE__ */ jsx32(
2631
2631
  Icon,
2632
2632
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaleido-ui",
3
- "version": "0.1.94",
3
+ "version": "0.1.95",
4
4
  "description": "KaleidoSwap shared UI library — design tokens, web components (Tailwind + Radix), and React Native components extending WDK UI Kit",
5
5
  "license": "MIT",
6
6
  "type": "module",