@almadar/ui 4.41.1 → 4.41.2

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.
@@ -53202,7 +53202,9 @@ var AvlOrbitalsCosmicZoom = ({
53202
53202
  flexDirection: "column",
53203
53203
  gap: 8,
53204
53204
  borderLeft: `1px solid ${color}`,
53205
- opacity: 0.95
53205
+ opacity: 0.95,
53206
+ overflowY: "auto",
53207
+ minHeight: 0
53206
53208
  },
53207
53209
  children: [
53208
53210
  /* @__PURE__ */ jsxRuntime.jsxs(Typography, { variant: "small", weight: "semibold", style: { color, marginBottom: 4 }, children: [
package/dist/avl/index.js CHANGED
@@ -53156,7 +53156,9 @@ var AvlOrbitalsCosmicZoom = ({
53156
53156
  flexDirection: "column",
53157
53157
  gap: 8,
53158
53158
  borderLeft: `1px solid ${color}`,
53159
- opacity: 0.95
53159
+ opacity: 0.95,
53160
+ overflowY: "auto",
53161
+ minHeight: 0
53160
53162
  },
53161
53163
  children: [
53162
53164
  /* @__PURE__ */ jsxs(Typography, { variant: "small", weight: "semibold", style: { color, marginBottom: 4 }, children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "4.41.1",
3
+ "version": "4.41.2",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [