@liner-fe/prism 1.13.5 → 1.13.7

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
@@ -7454,12 +7454,13 @@ var TooltipProvider = TooltipPrimitive.Provider;
7454
7454
  var TooltipRoot = /* @__PURE__ */ __name(({ children }) => /* @__PURE__ */ jsx150(TooltipPrimitive.Root, { delayDuration: 0, children }), "TooltipRoot");
7455
7455
  var TooltipTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */ jsx150(TooltipPrimitive.Trigger, { asChild: true, children: by }), "TooltipTrigger");
7456
7456
  var TooltipContent = forwardRef8(
7457
- ({ description, position = "top", className, offset = DEFAULT_OFFSET2, ...props }, ref) => /* @__PURE__ */ jsx150(
7457
+ ({ description, position = "top", className, offset = DEFAULT_OFFSET2, collisionPadding, ...props }, ref) => /* @__PURE__ */ jsx150(
7458
7458
  TooltipPrimitive.Content,
7459
7459
  {
7460
7460
  ref,
7461
7461
  side: position,
7462
7462
  sideOffset: offset === "medium" ? 4 : 8,
7463
+ collisionPadding,
7463
7464
  className: clsx9(tooltipVariants(), className),
7464
7465
  ...props,
7465
7466
  children: /* @__PURE__ */ jsx150("p", { className: style_module_default6.tooltipContent, children: description })
@@ -7925,28 +7926,28 @@ import * as ScrollArea from "@radix-ui/react-scroll-area";
7925
7926
 
7926
7927
  // src/components/Select/style.module.scss
7927
7928
  var style_module_default13 = {
7928
- "label-container": "_label-container_xxhxg_101",
7929
- "select-label": "_select-label_xxhxg_107",
7930
- "trigger": "_trigger_xxhxg_112",
7931
- "placeholder": "_placeholder_xxhxg_156",
7932
- "openIcon": "_openIcon_xxhxg_160",
7933
- "desktop-content": "_desktop-content_xxhxg_176",
7934
- "slide-up": "_slide-up_xxhxg_1",
7935
- "responsive": "_responsive_xxhxg_192",
7936
- "header": "_header_xxhxg_197",
7937
- "scrollAreaRoot": "_scrollAreaRoot_xxhxg_205",
7938
- "scrollAreaViewport": "_scrollAreaViewport_xxhxg_210",
7939
- "scrollAreaScrollbar": "_scrollAreaScrollbar_xxhxg_217",
7940
- "scrollAreaThumb": "_scrollAreaThumb_xxhxg_222",
7941
- "desktop-label": "_desktop-label_xxhxg_227",
7942
- "item": "_item_xxhxg_232",
7943
- "icon": "_icon_xxhxg_260",
7944
- "itemIndicator": "_itemIndicator_xxhxg_266",
7945
- "badgeContainer": "_badgeContainer_xxhxg_272",
7946
- "badge": "_badge_xxhxg_272",
7947
- "slide-down": "_slide-down_xxhxg_1",
7948
- "slide-in-right": "_slide-in-right_xxhxg_1",
7949
- "slide-out-right": "_slide-out-right_xxhxg_1"
7929
+ "label-container": "_label-container_1fas4_101",
7930
+ "select-label": "_select-label_1fas4_107",
7931
+ "trigger": "_trigger_1fas4_112",
7932
+ "placeholder": "_placeholder_1fas4_156",
7933
+ "openIcon": "_openIcon_1fas4_160",
7934
+ "desktop-content": "_desktop-content_1fas4_176",
7935
+ "slide-up": "_slide-up_1fas4_1",
7936
+ "responsive": "_responsive_1fas4_193",
7937
+ "header": "_header_1fas4_198",
7938
+ "scrollAreaRoot": "_scrollAreaRoot_1fas4_206",
7939
+ "scrollAreaViewport": "_scrollAreaViewport_1fas4_211",
7940
+ "scrollAreaScrollbar": "_scrollAreaScrollbar_1fas4_218",
7941
+ "scrollAreaThumb": "_scrollAreaThumb_1fas4_223",
7942
+ "desktop-label": "_desktop-label_1fas4_228",
7943
+ "item": "_item_1fas4_233",
7944
+ "icon": "_icon_1fas4_261",
7945
+ "itemIndicator": "_itemIndicator_1fas4_267",
7946
+ "badgeContainer": "_badgeContainer_1fas4_273",
7947
+ "badge": "_badge_1fas4_273",
7948
+ "slide-down": "_slide-down_1fas4_1",
7949
+ "slide-in-right": "_slide-in-right_1fas4_1",
7950
+ "slide-out-right": "_slide-out-right_1fas4_1"
7950
7951
  };
7951
7952
 
7952
7953
  // src/components/Select/index.tsx
@@ -7983,7 +7984,7 @@ var SelectContent = forwardRef15((props, ref) => {
7983
7984
  sideOffset,
7984
7985
  avoidCollisions: false,
7985
7986
  children: /* @__PURE__ */ jsxs108(ScrollArea.Root, { className: style_module_default13.scrollAreaRoot, type: "always", children: [
7986
- /* @__PURE__ */ jsx157(SelectPrimitive.Viewport, { asChild: true, children: /* @__PURE__ */ jsx157(ScrollArea.Viewport, { className: style_module_default13.scrollAreaViewport, style: { overflowY: void 0 }, children: /* @__PURE__ */ jsxs108(SelectPrimitive.Group, { children: [
7987
+ /* @__PURE__ */ jsx157(SelectPrimitive.Viewport, { asChild: true, children: /* @__PURE__ */ jsx157(ScrollArea.Viewport, { className: style_module_default13.scrollAreaViewport, style: { maxHeight: "268px", overflowY: "auto" }, children: /* @__PURE__ */ jsxs108(SelectPrimitive.Group, { children: [
7987
7988
  listLabel && /* @__PURE__ */ jsx157(SelectPrimitive.Label, { asChild: true, children: /* @__PURE__ */ jsx157(Label, { className: style_module_default13["desktop-label"], level: "secondary", size: "m", offset: "low", children: listLabel }) }),
7988
7989
  children
7989
7990
  ] }) }) }),