@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/components/Tooltip/index.d.ts +8 -1
- package/lib/index.css +45 -44
- package/lib/index.css.map +2 -2
- package/lib/index.mjs +25 -24
- package/lib/index.mjs.map +3 -3
- package/package.json +1 -1
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-
|
|
7929
|
-
"select-label": "_select-
|
|
7930
|
-
"trigger": "
|
|
7931
|
-
"placeholder": "
|
|
7932
|
-
"openIcon": "
|
|
7933
|
-
"desktop-content": "_desktop-
|
|
7934
|
-
"slide-up": "_slide-
|
|
7935
|
-
"responsive": "
|
|
7936
|
-
"header": "
|
|
7937
|
-
"scrollAreaRoot": "
|
|
7938
|
-
"scrollAreaViewport": "
|
|
7939
|
-
"scrollAreaScrollbar": "
|
|
7940
|
-
"scrollAreaThumb": "
|
|
7941
|
-
"desktop-label": "_desktop-
|
|
7942
|
-
"item": "
|
|
7943
|
-
"icon": "
|
|
7944
|
-
"itemIndicator": "
|
|
7945
|
-
"badgeContainer": "
|
|
7946
|
-
"badge": "
|
|
7947
|
-
"slide-down": "_slide-
|
|
7948
|
-
"slide-in-right": "_slide-in-
|
|
7949
|
-
"slide-out-right": "_slide-out-
|
|
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:
|
|
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
|
] }) }) }),
|