@liner-fe/prism 1.12.48 → 1.12.49

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
@@ -7397,17 +7397,17 @@ import clsx10 from "clsx";
7397
7397
 
7398
7398
  // src/components/IconButton/style.module.scss
7399
7399
  var style_module_default7 = {
7400
- "iconButton": "_iconButton_ec5n9_1",
7401
- "primary": "_primary_ec5n9_19",
7402
- "secondary": "_secondary_ec5n9_27",
7403
- "tertiary": "_tertiary_ec5n9_34",
7404
- "quaternary": "_quaternary_ec5n9_41",
7405
- "negative": "_negative_ec5n9_48",
7406
- "static": "_static_ec5n9_55",
7407
- "l": "_l_ec5n9_62",
7408
- "m": "_m_ec5n9_68",
7409
- "s": "_s_ec5n9_27",
7410
- "xs": "_xs_ec5n9_80"
7400
+ "iconButton": "_iconButton_1e3ip_1",
7401
+ "primary": "_primary_1e3ip_14",
7402
+ "secondary": "_secondary_1e3ip_22",
7403
+ "tertiary": "_tertiary_1e3ip_29",
7404
+ "quaternary": "_quaternary_1e3ip_36",
7405
+ "negative": "_negative_1e3ip_43",
7406
+ "static": "_static_1e3ip_50",
7407
+ "l": "_l_1e3ip_57",
7408
+ "m": "_m_1e3ip_63",
7409
+ "s": "_s_1e3ip_22",
7410
+ "xs": "_xs_1e3ip_75"
7411
7411
  };
7412
7412
 
7413
7413
  // src/components/IconButton/index.tsx
@@ -7829,25 +7829,25 @@ import * as ScrollArea from "@radix-ui/react-scroll-area";
7829
7829
 
7830
7830
  // src/components/Select/style.module.scss
7831
7831
  var style_module_default13 = {
7832
- "select-label": "_select-label_zmibk_101",
7833
- "trigger": "_trigger_zmibk_105",
7834
- "placeholder": "_placeholder_zmibk_146",
7835
- "openIcon": "_openIcon_zmibk_150",
7836
- "desktop-content": "_desktop-content_zmibk_166",
7837
- "slide-up": "_slide-up_zmibk_1",
7838
- "responsive": "_responsive_zmibk_182",
7839
- "header": "_header_zmibk_187",
7840
- "scrollAreaRoot": "_scrollAreaRoot_zmibk_195",
7841
- "scrollAreaViewport": "_scrollAreaViewport_zmibk_200",
7842
- "scrollAreaScrollbar": "_scrollAreaScrollbar_zmibk_207",
7843
- "scrollAreaThumb": "_scrollAreaThumb_zmibk_212",
7844
- "desktop-label": "_desktop-label_zmibk_217",
7845
- "item": "_item_zmibk_222",
7846
- "icon": "_icon_zmibk_250",
7847
- "itemIndicator": "_itemIndicator_zmibk_256",
7848
- "slide-down": "_slide-down_zmibk_1",
7849
- "slide-in-right": "_slide-in-right_zmibk_1",
7850
- "slide-out-right": "_slide-out-right_zmibk_1"
7832
+ "select-label": "_select-label_1h1x0_101",
7833
+ "trigger": "_trigger_1h1x0_105",
7834
+ "placeholder": "_placeholder_1h1x0_147",
7835
+ "openIcon": "_openIcon_1h1x0_151",
7836
+ "desktop-content": "_desktop-content_1h1x0_167",
7837
+ "slide-up": "_slide-up_1h1x0_1",
7838
+ "responsive": "_responsive_1h1x0_183",
7839
+ "header": "_header_1h1x0_188",
7840
+ "scrollAreaRoot": "_scrollAreaRoot_1h1x0_196",
7841
+ "scrollAreaViewport": "_scrollAreaViewport_1h1x0_201",
7842
+ "scrollAreaScrollbar": "_scrollAreaScrollbar_1h1x0_208",
7843
+ "scrollAreaThumb": "_scrollAreaThumb_1h1x0_213",
7844
+ "desktop-label": "_desktop-label_1h1x0_218",
7845
+ "item": "_item_1h1x0_223",
7846
+ "icon": "_icon_1h1x0_251",
7847
+ "itemIndicator": "_itemIndicator_1h1x0_257",
7848
+ "slide-down": "_slide-down_1h1x0_1",
7849
+ "slide-in-right": "_slide-in-right_1h1x0_1",
7850
+ "slide-out-right": "_slide-out-right_1h1x0_1"
7851
7851
  };
7852
7852
 
7853
7853
  // src/components/Select/index.tsx
@@ -7880,7 +7880,7 @@ var SelectContent = forwardRef15((props, ref) => {
7880
7880
  avoidCollisions: false,
7881
7881
  children: /* @__PURE__ */ jsxs108(ScrollArea.Root, { className: style_module_default13.scrollAreaRoot, type: "always", children: [
7882
7882
  /* @__PURE__ */ jsx156(SelectPrimitive.Viewport, { asChild: true, children: /* @__PURE__ */ jsx156(ScrollArea.Viewport, { className: style_module_default13.scrollAreaViewport, style: { overflowY: void 0 }, children: /* @__PURE__ */ jsxs108(SelectPrimitive.Group, { children: [
7883
- /* @__PURE__ */ jsx156(SelectPrimitive.Label, { asChild: true, children: /* @__PURE__ */ jsx156(Label, { className: style_module_default13["desktop-label"], level: "secondary", size: "m", offset: "low", children: listLabel }) }),
7883
+ listLabel && /* @__PURE__ */ jsx156(SelectPrimitive.Label, { asChild: true, children: /* @__PURE__ */ jsx156(Label, { className: style_module_default13["desktop-label"], level: "secondary", size: "m", offset: "low", children: listLabel }) }),
7884
7884
  children
7885
7885
  ] }) }) }),
7886
7886
  /* @__PURE__ */ jsx156(ScrollArea.Scrollbar, { className: style_module_default13.scrollAreaScrollbar, orientation: "vertical", children: /* @__PURE__ */ jsx156(ScrollArea.Thumb, { className: style_module_default13.scrollAreaThumb }) })