@liner-fe/prism 1.12.23 → 1.12.25

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.
package/lib/index.mjs CHANGED
@@ -7890,7 +7890,7 @@ var SelectRoot = forwardRef10((props, ref) => {
7890
7890
  }
7891
7891
  )
7892
7892
  ] }),
7893
- /* @__PURE__ */ jsx153(ScrollArea.Viewport, { className: style_module_default13["mobile-viewport"], children })
7893
+ /* @__PURE__ */ jsx153(ScrollArea.Viewport, { className: style_module_default13["mobile-viewport"], style: { overflowY: void 0 }, children })
7894
7894
  ] }) }),
7895
7895
  /* @__PURE__ */ jsx153(ScrollArea.Scrollbar, { className: style_module_default13.scrollAreaScrollbar, orientation: "vertical", children: /* @__PURE__ */ jsx153(ScrollArea.Thumb, { className: style_module_default13.scrollAreaThumb }) })
7896
7896
  ] })
@@ -7906,7 +7906,7 @@ var SelectRoot = forwardRef10((props, ref) => {
7906
7906
  sideOffset,
7907
7907
  avoidCollisions: false,
7908
7908
  children: /* @__PURE__ */ jsxs107(ScrollArea.Root, { className: style_module_default13.scrollAreaRoot, type: "scroll", children: [
7909
- /* @__PURE__ */ jsx153(SelectPrimitive.Viewport, { asChild: true, children: /* @__PURE__ */ jsx153(ScrollArea.Viewport, { className: style_module_default13.scrollAreaViewport, children: /* @__PURE__ */ jsxs107(SelectPrimitive.Group, { children: [
7909
+ /* @__PURE__ */ jsx153(SelectPrimitive.Viewport, { asChild: true, children: /* @__PURE__ */ jsx153(ScrollArea.Viewport, { className: style_module_default13.scrollAreaViewport, style: { overflowY: void 0 }, children: /* @__PURE__ */ jsxs107(SelectPrimitive.Group, { children: [
7910
7910
  /* @__PURE__ */ jsx153(SelectPrimitive.Label, { asChild: true, children: /* @__PURE__ */ jsx153(Label, { className: style_module_default13["desktop-label"], level: "secondary", size: "m", offset: "low", children: listLabel }) }),
7911
7911
  children
7912
7912
  ] }) }) }),