@liner-fe/prism 1.7.5 → 1.7.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.
@@ -0,0 +1,8 @@
1
+ interface ICFolderOpenProps {
2
+ color?: string;
3
+ fill?: boolean;
4
+ thick?: boolean;
5
+ size?: 16 | 20 | 24 | 32 | 40;
6
+ }
7
+ export declare const ICFolderOpen: (props: ICFolderOpenProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -85,3 +85,4 @@ export { ICParaphase } from './paraphase';
85
85
  export { ICMakeEasy } from './make-easy';
86
86
  export { ICTranslate } from './translate';
87
87
  export { ICInfo } from './Info';
88
+ export { ICFolderOpen } from './folder-open';
@@ -1,7 +1,7 @@
1
1
  import { HTMLAttributes } from 'react';
2
- import { ACCENT, BOLD, MEDIUM } from './types';
2
+ import { ACCENT, BOLD, MEDIUM, NORMAL } from './types';
3
3
  export interface ITitleProps extends HTMLAttributes<HTMLDivElement> {
4
- type: ACCENT;
4
+ type: ACCENT | NORMAL;
5
5
  weight: BOLD | MEDIUM;
6
6
  size: 1 | 2 | 3 | 4;
7
7
  }
package/lib/index.mjs CHANGED
@@ -4193,6 +4193,63 @@ var ICInfo = /* @__PURE__ */ __name((props) => {
4193
4193
  ] });
4194
4194
  }, "ICInfo");
4195
4195
 
4196
+ // src/assets/folder-open.tsx
4197
+ import { jsx as jsx88, jsxs as jsxs64 } from "react/jsx-runtime";
4198
+ var ICFolderOpen = /* @__PURE__ */ __name((props) => {
4199
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F", ...rest } = props;
4200
+ if (fill && thick) {
4201
+ return /* @__PURE__ */ jsx88("svg", { ...rest, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx88(
4202
+ "path",
4203
+ {
4204
+ d: "M22.8 11.4L23.25 12H7.5H6V8.5C6 8.22386 6.22386 8 6.5 8H20.25L22.8 11.4ZM11.275 18H45.7352L42.2935 39.0806C42.254 39.3224 42.0451 39.5 41.8 39.5H6.5C6.22386 39.5 6 39.2761 6 39V31.8125L8.9804 32.0542L11.275 18Z",
4205
+ fill: color,
4206
+ stroke: "#1E1E1F",
4207
+ "stroke-width": "3"
4208
+ }
4209
+ ) });
4210
+ }
4211
+ if (fill) {
4212
+ return /* @__PURE__ */ jsxs64("svg", { ...rest, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4213
+ /* @__PURE__ */ jsx88("g", { "clip-path": "url(#clip0_975_1760)", children: /* @__PURE__ */ jsx88(
4214
+ "path",
4215
+ {
4216
+ d: "M22.4 11.7L23 12.5H8.5H6.5V8.5L20 8.5L22.4 11.7ZM10.4739 26.0098L11.6999 18.5H45.147L41.8 39H6.5L6.5 25.6875L10.4739 26.0098Z",
4217
+ fill: color,
4218
+ stroke: "#1E1E1F",
4219
+ "stroke-width": "4"
4220
+ }
4221
+ ) }),
4222
+ /* @__PURE__ */ jsx88("defs", { children: /* @__PURE__ */ jsx88("clipPath", { id: "clip0_975_1760", children: /* @__PURE__ */ jsx88("rect", { width: size, height: size, fill: "white" }) }) })
4223
+ ] });
4224
+ }
4225
+ if (thick) {
4226
+ /* @__PURE__ */ jsxs64("svg", { ...rest, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4227
+ /* @__PURE__ */ jsx88("g", { "clip-path": "url(#clip0_975_1749)", children: /* @__PURE__ */ jsx88(
4228
+ "path",
4229
+ {
4230
+ "fill-rule": "evenodd",
4231
+ "clip-rule": "evenodd",
4232
+ d: "M6.5 6.5H21L24 10.5H41.5C42.6046 10.5 43.5 11.3954 43.5 12.5V14.5H22L19 10.5H8.5V25.6875L10 16.5H47.5L43.7739 39.3223C43.616 40.2896 42.7802 41 41.8001 41H6.5C5.39543 41 4.5 40.1046 4.5 39V8.5C4.5 7.39543 5.39543 6.5 6.5 6.5ZM10.706 37L13.3999 20.5H42.794L40.1001 37H10.706Z",
4233
+ fill: color
4234
+ }
4235
+ ) }),
4236
+ /* @__PURE__ */ jsx88("defs", { children: /* @__PURE__ */ jsx88("clipPath", { id: "clip0_975_1749", children: /* @__PURE__ */ jsx88("rect", { width: size, height: size, fill: "white" }) }) })
4237
+ ] });
4238
+ }
4239
+ return /* @__PURE__ */ jsxs64("svg", { ...rest, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4240
+ /* @__PURE__ */ jsx88("g", { "clip-path": "url(#clip0_975_1738)", children: /* @__PURE__ */ jsx88(
4241
+ "path",
4242
+ {
4243
+ "fill-rule": "evenodd",
4244
+ "clip-rule": "evenodd",
4245
+ d: "M6.5 6.5H21L24 10.5H41.5C42.6046 10.5 43.5 11.3954 43.5 12.5V13.5H22.5L19.5 9.5H7.5V31.8125L10 16.5H47.5L43.7739 39.3223C43.616 40.2896 42.7802 41 41.8001 41H6.5C5.39543 41 4.5 40.1046 4.5 39V8.5C4.5 7.39543 5.39543 6.5 6.5 6.5ZM9.52952 38L12.5499 19.5H43.9705L40.9501 38H9.52952Z",
4246
+ fill: color
4247
+ }
4248
+ ) }),
4249
+ /* @__PURE__ */ jsx88("defs", { children: /* @__PURE__ */ jsx88("clipPath", { id: "clip0_975_1738", children: /* @__PURE__ */ jsx88("rect", { width: size, height: size, fill: "white" }) }) })
4250
+ ] });
4251
+ }, "ICFolderOpen");
4252
+
4196
4253
  // src/utils/icon.ts
4197
4254
  var iconMap = {
4198
4255
  "close-fill": ICCloseFill,
@@ -4281,7 +4338,8 @@ var iconMap = {
4281
4338
  paraphase: ICParaphase,
4282
4339
  "make-easy": ICMakeEasy,
4283
4340
  translate: ICTranslate,
4284
- Info: ICInfo
4341
+ Info: ICInfo,
4342
+ "folder-open": ICFolderOpen
4285
4343
  };
4286
4344
 
4287
4345
  // src/utils/object.ts
@@ -4355,7 +4413,7 @@ var style_module_default2 = {
4355
4413
  };
4356
4414
 
4357
4415
  // src/components/Icon/index.tsx
4358
- import { jsx as jsx88 } from "react/jsx-runtime";
4416
+ import { jsx as jsx89 } from "react/jsx-runtime";
4359
4417
  var iconSizeMap = {
4360
4418
  xs: 16,
4361
4419
  s: 20,
@@ -4401,7 +4459,7 @@ var Icon = /* @__PURE__ */ __name((props) => {
4401
4459
  } = props;
4402
4460
  const IconComponent = getIconComponent(name, iconMap);
4403
4461
  const iconSize = iconSizeMap[size];
4404
- return color ? /* @__PURE__ */ jsx88(IconComponent, { ...rest, color, size: iconSize, thick, fill }) : /* @__PURE__ */ jsx88(
4462
+ return color ? /* @__PURE__ */ jsx89(IconComponent, { ...rest, color, size: iconSize, thick, fill }) : /* @__PURE__ */ jsx89(
4405
4463
  IconComponent,
4406
4464
  {
4407
4465
  ...rest,
@@ -4414,7 +4472,7 @@ var Icon = /* @__PURE__ */ __name((props) => {
4414
4472
  }, "Icon");
4415
4473
 
4416
4474
  // src/components/Button/index.tsx
4417
- import { jsx as jsx89, jsxs as jsxs64 } from "react/jsx-runtime";
4475
+ import { jsx as jsx90, jsxs as jsxs65 } from "react/jsx-runtime";
4418
4476
  var buttonIconSizeMap = {
4419
4477
  cta: "m",
4420
4478
  l: "s",
@@ -4490,16 +4548,16 @@ var DefaultButton = forwardRef(
4490
4548
  rightIcon,
4491
4549
  ...rest
4492
4550
  }, ref) => {
4493
- return /* @__PURE__ */ jsx89(
4551
+ return /* @__PURE__ */ jsx90(
4494
4552
  "button",
4495
4553
  {
4496
4554
  ...rest,
4497
4555
  className: clsx2(defaultButtonVariants({ level, fill, align, size, width }), className),
4498
4556
  ref,
4499
- children: /* @__PURE__ */ jsxs64("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
4500
- !!leftIcon && /* @__PURE__ */ jsx89(Icon, { name: leftIcon.name, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] }),
4501
- /* @__PURE__ */ jsx89("p", { className: style_module_default.content, children: rest.children }),
4502
- !!rightIcon && /* @__PURE__ */ jsx89(Icon, { name: rightIcon.name, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] })
4557
+ children: /* @__PURE__ */ jsxs65("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
4558
+ !!leftIcon && /* @__PURE__ */ jsx90(Icon, { name: leftIcon.name, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] }),
4559
+ /* @__PURE__ */ jsx90("p", { className: style_module_default.content, children: rest.children }),
4560
+ !!rightIcon && /* @__PURE__ */ jsx90(Icon, { name: rightIcon.name, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] })
4503
4561
  ] })
4504
4562
  }
4505
4563
  );
@@ -4507,7 +4565,7 @@ var DefaultButton = forwardRef(
4507
4565
  );
4508
4566
  var TextButton = forwardRef(
4509
4567
  ({ level = "inversePrimary", className, ...rest }, ref) => {
4510
- return /* @__PURE__ */ jsx89("button", { ...rest, className: clsx2(textButtonVariants({ level }), className), ref });
4568
+ return /* @__PURE__ */ jsx90("button", { ...rest, className: clsx2(textButtonVariants({ level }), className), ref });
4511
4569
  }
4512
4570
  );
4513
4571
  var Button = forwardRef((props, ref) => {
@@ -4515,10 +4573,10 @@ var Button = forwardRef((props, ref) => {
4515
4573
  case "default":
4516
4574
  case void 0:
4517
4575
  const DefaultComp = props.asChild ? Slot : DefaultButton;
4518
- return /* @__PURE__ */ jsx89(DefaultComp, { ...props, ref });
4576
+ return /* @__PURE__ */ jsx90(DefaultComp, { ...props, ref });
4519
4577
  case "text":
4520
4578
  const TextComp = props.asChild ? Slot : TextButton;
4521
- return /* @__PURE__ */ jsx89(TextComp, { ...props, ref });
4579
+ return /* @__PURE__ */ jsx90(TextComp, { ...props, ref });
4522
4580
  }
4523
4581
  });
4524
4582
 
@@ -4563,9 +4621,9 @@ import { useEffect, useRef, useState } from "react";
4563
4621
 
4564
4622
  // src/components/Typography/Paragraph.tsx
4565
4623
  import clsx3 from "clsx";
4566
- import { jsx as jsx90 } from "react/jsx-runtime";
4624
+ import { jsx as jsx91 } from "react/jsx-runtime";
4567
4625
  var Paragraph = /* @__PURE__ */ __name((props) => {
4568
- return /* @__PURE__ */ jsx90(
4626
+ return /* @__PURE__ */ jsx91(
4569
4627
  "div",
4570
4628
  {
4571
4629
  ...props,
@@ -4577,13 +4635,13 @@ var Paragraph = /* @__PURE__ */ __name((props) => {
4577
4635
 
4578
4636
  // src/components/Toast/index.tsx
4579
4637
  import { useRecoilValue, useSetRecoilState as useSetRecoilState2 } from "recoil";
4580
- import { Fragment, jsx as jsx91, jsxs as jsxs65 } from "react/jsx-runtime";
4638
+ import { Fragment, jsx as jsx92, jsxs as jsxs66 } from "react/jsx-runtime";
4581
4639
  import { createElement } from "react";
4582
4640
  var Toaster = /* @__PURE__ */ __name(() => {
4583
4641
  const { list } = useRecoilValue(toastAtom);
4584
- return /* @__PURE__ */ jsxs65(Provider, { children: [
4642
+ return /* @__PURE__ */ jsxs66(Provider, { children: [
4585
4643
  list.map((props) => /* @__PURE__ */ createElement(SingleToast, { ...props, key: props.toastId })),
4586
- /* @__PURE__ */ jsx91(Viewport, { className: style_module_default3.ToastViewport })
4644
+ /* @__PURE__ */ jsx92(Viewport, { className: style_module_default3.ToastViewport })
4587
4645
  ] });
4588
4646
  }, "Toaster");
4589
4647
  var SingleToast = /* @__PURE__ */ __name((props) => {
@@ -4613,51 +4671,51 @@ var SingleToast = /* @__PURE__ */ __name((props) => {
4613
4671
  };
4614
4672
  }, []);
4615
4673
  const IconComponent = (() => {
4616
- if (!icon) return /* @__PURE__ */ jsx91(Fragment, {});
4674
+ if (!icon) return /* @__PURE__ */ jsx92(Fragment, {});
4617
4675
  switch (icon) {
4618
4676
  case "negative":
4619
- return /* @__PURE__ */ jsx91(Icon, { name: "exclamationmark", type: "function-label-negative", fill: true, size: "s" });
4677
+ return /* @__PURE__ */ jsx92(Icon, { name: "exclamationmark", type: "function-label-negative", fill: true, size: "s" });
4620
4678
  case "positive":
4621
- return /* @__PURE__ */ jsx91(Icon, { name: "check-mark", type: "function-label-positive", fill: true, size: "s" });
4679
+ return /* @__PURE__ */ jsx92(Icon, { name: "check-mark", type: "function-label-positive", fill: true, size: "s" });
4622
4680
  default:
4623
- return /* @__PURE__ */ jsx91(Fragment, {});
4681
+ return /* @__PURE__ */ jsx92(Fragment, {});
4624
4682
  }
4625
4683
  })();
4626
- return /* @__PURE__ */ jsxs65(Root, { className: style_module_default3.ToastRoot, open: isOpen, ...props, children: [
4627
- /* @__PURE__ */ jsx91("i", { className: style_module_default3.Icon, children: IconComponent }),
4628
- /* @__PURE__ */ jsxs65(Title, { className: style_module_default3.ToastTitle, children: [
4629
- /* @__PURE__ */ jsx91(Paragraph, { className: style_module_default3.TitleText, type: "normal", weight: "medium", size: 3, children: message }),
4630
- button && /* @__PURE__ */ jsx91(Button, { onClick: button.onClick, level: "inverse", size: "s", align: "center", children: button.label })
4684
+ return /* @__PURE__ */ jsxs66(Root, { className: style_module_default3.ToastRoot, open: isOpen, ...props, children: [
4685
+ /* @__PURE__ */ jsx92("i", { className: style_module_default3.Icon, children: IconComponent }),
4686
+ /* @__PURE__ */ jsxs66(Title, { className: style_module_default3.ToastTitle, children: [
4687
+ /* @__PURE__ */ jsx92(Paragraph, { className: style_module_default3.TitleText, type: "normal", weight: "medium", size: 3, children: message }),
4688
+ button && /* @__PURE__ */ jsx92(Button, { onClick: button.onClick, level: "inverse", size: "s", align: "center", children: button.label })
4631
4689
  ] })
4632
4690
  ] });
4633
4691
  }, "SingleToast");
4634
4692
 
4635
4693
  // src/components/Typography/Heading.tsx
4636
4694
  import clsx4 from "clsx";
4637
- import { jsx as jsx92 } from "react/jsx-runtime";
4695
+ import { jsx as jsx93 } from "react/jsx-runtime";
4638
4696
  var Heading = /* @__PURE__ */ __name((props) => {
4639
- return /* @__PURE__ */ jsx92("div", { ...props, className: clsx4(`lp-sys-typo-heading${props.size}-${props.type}`, props.className), children: props.children });
4697
+ return /* @__PURE__ */ jsx93("div", { ...props, className: clsx4(`lp-sys-typo-heading${props.size}-${props.type}`, props.className), children: props.children });
4640
4698
  }, "Heading");
4641
4699
 
4642
4700
  // src/components/Typography/Display.tsx
4643
4701
  import clsx5 from "clsx";
4644
- import { jsx as jsx93 } from "react/jsx-runtime";
4702
+ import { jsx as jsx94 } from "react/jsx-runtime";
4645
4703
  var Display = /* @__PURE__ */ __name((props) => {
4646
- return /* @__PURE__ */ jsx93("div", { ...props, className: clsx5(`lp-sys-typo-display${props.size}-${props.type}-${props.weight}`, props.className), children: props.children });
4704
+ return /* @__PURE__ */ jsx94("div", { ...props, className: clsx5(`lp-sys-typo-display${props.size}-${props.type}-${props.weight}`, props.className), children: props.children });
4647
4705
  }, "Display");
4648
4706
 
4649
4707
  // src/components/Typography/Title.tsx
4650
4708
  import clsx6 from "clsx";
4651
- import { jsx as jsx94 } from "react/jsx-runtime";
4709
+ import { jsx as jsx95 } from "react/jsx-runtime";
4652
4710
  var Title2 = /* @__PURE__ */ __name((props) => {
4653
- return /* @__PURE__ */ jsx94("div", { ...props, className: clsx6(`lp-sys-typo-title${props.size}-${props.type}-${props.weight}`, props.className), children: props.children });
4711
+ return /* @__PURE__ */ jsx95("div", { ...props, className: clsx6(`lp-sys-typo-title${props.size}-${props.type}-${props.weight}`, props.className), children: props.children });
4654
4712
  }, "Title");
4655
4713
 
4656
4714
  // src/components/Typography/Caption.tsx
4657
4715
  import clsx7 from "clsx";
4658
- import { jsx as jsx95 } from "react/jsx-runtime";
4716
+ import { jsx as jsx96 } from "react/jsx-runtime";
4659
4717
  var Caption = /* @__PURE__ */ __name(({ children, size, weight, type, className, ...rest }) => {
4660
- return /* @__PURE__ */ jsx95("div", { ...rest, className: clsx7(`lp-sys-typo-caption${size}-${type}-${weight}`, className), children });
4718
+ return /* @__PURE__ */ jsx96("div", { ...rest, className: clsx7(`lp-sys-typo-caption${size}-${type}-${weight}`, className), children });
4661
4719
  }, "Caption");
4662
4720
 
4663
4721
  // src/components/Popover/index.tsx
@@ -4683,7 +4741,7 @@ var style_module_default4 = {
4683
4741
  // src/components/Popover/index.tsx
4684
4742
  import { cva as cva3 } from "class-variance-authority";
4685
4743
  import { clsx as clsx8 } from "clsx";
4686
- import { jsx as jsx96, jsxs as jsxs66 } from "react/jsx-runtime";
4744
+ import { jsx as jsx97, jsxs as jsxs67 } from "react/jsx-runtime";
4687
4745
  var DEFAULT_OFFSET = -6;
4688
4746
  var popoverVariants = cva3(style_module_default4.content, {
4689
4747
  variants: {
@@ -4705,9 +4763,9 @@ var popoverTagVariants = cva3([style_module_default4.tag, "lp-sys-typo-caption3-
4705
4763
  var popoverTitleVariants = cva3([style_module_default4.title, "lp-sys-typo-paragraph3-normal-bold"]);
4706
4764
  var popoverSubtitleVariants = cva3([style_module_default4.subTitle, "lp-sys-typo-caption1-normal-regular"]);
4707
4765
  var popoverFooterVariants = cva3([style_module_default4.footer, "lp-sys-typo-caption1-normal-medium"]);
4708
- var PopoverRoot = /* @__PURE__ */ __name(({ isOpen, children, onChange }) => /* @__PURE__ */ jsx96(PopoverPrimitive.Root, { open: isOpen, onOpenChange: onChange, children }), "PopoverRoot");
4709
- var PopoverTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */ jsx96(PopoverPrimitive.Trigger, { asChild: true, children: by }), "PopoverTrigger");
4710
- var PopoverAnchor = /* @__PURE__ */ __name(({ className }) => /* @__PURE__ */ jsx96(
4766
+ var PopoverRoot = /* @__PURE__ */ __name(({ isOpen, children, onChange }) => /* @__PURE__ */ jsx97(PopoverPrimitive.Root, { open: isOpen, onOpenChange: onChange, children }), "PopoverRoot");
4767
+ var PopoverTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */ jsx97(PopoverPrimitive.Trigger, { asChild: true, children: by }), "PopoverTrigger");
4768
+ var PopoverAnchor = /* @__PURE__ */ __name(({ className }) => /* @__PURE__ */ jsx97(
4711
4769
  "svg",
4712
4770
  {
4713
4771
  className,
@@ -4717,7 +4775,7 @@ var PopoverAnchor = /* @__PURE__ */ __name(({ className }) => /* @__PURE__ */ js
4717
4775
  height: "10",
4718
4776
  viewBox: "0 0 30 10",
4719
4777
  fill: "none",
4720
- children: /* @__PURE__ */ jsx96(
4778
+ children: /* @__PURE__ */ jsx97(
4721
4779
  "path",
4722
4780
  {
4723
4781
  "fill-rule": "evenodd",
@@ -4742,7 +4800,7 @@ var PopoverContent = React.forwardRef(
4742
4800
  onClose,
4743
4801
  className,
4744
4802
  ...props
4745
- }, ref) => /* @__PURE__ */ jsx96(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsxs66(
4803
+ }, ref) => /* @__PURE__ */ jsx97(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsxs67(
4746
4804
  PopoverPrimitive.Content,
4747
4805
  {
4748
4806
  ref,
@@ -4752,24 +4810,24 @@ var PopoverContent = React.forwardRef(
4752
4810
  className: clsx8(popoverVariants({ level }), className),
4753
4811
  ...props,
4754
4812
  children: [
4755
- /* @__PURE__ */ jsxs66("div", { className: style_module_default4.contentContainer, children: [
4756
- /* @__PURE__ */ jsxs66("div", { className: style_module_default4.heading, children: [
4757
- tag && /* @__PURE__ */ jsx96("span", { className: popoverTagVariants(), children: tag }),
4758
- icon && /* @__PURE__ */ jsx96(Icon, { name: icon.name, size: "xs", thick: icon.thick, fill: icon.fill }),
4759
- /* @__PURE__ */ jsx96("p", { className: popoverTitleVariants(), children: title }),
4760
- /* @__PURE__ */ jsx96(
4813
+ /* @__PURE__ */ jsxs67("div", { className: style_module_default4.contentContainer, children: [
4814
+ /* @__PURE__ */ jsxs67("div", { className: style_module_default4.heading, children: [
4815
+ tag && /* @__PURE__ */ jsx97("span", { className: popoverTagVariants(), children: tag }),
4816
+ icon && /* @__PURE__ */ jsx97(Icon, { name: icon.name, size: "xs", thick: icon.thick, fill: icon.fill }),
4817
+ /* @__PURE__ */ jsx97("p", { className: popoverTitleVariants(), children: title }),
4818
+ /* @__PURE__ */ jsx97(
4761
4819
  PopoverPrimitive.PopoverClose,
4762
4820
  {
4763
4821
  className: style_module_default4.closeButton,
4764
4822
  onClick: () => {
4765
4823
  onClose?.();
4766
4824
  },
4767
- children: /* @__PURE__ */ jsx96(Icon, { name: "close-fill", size: "s", color: "#1E1E1F", fill: true, thick: true })
4825
+ children: /* @__PURE__ */ jsx97(Icon, { name: "close-fill", size: "s", color: "#1E1E1F", fill: true, thick: true })
4768
4826
  }
4769
4827
  )
4770
4828
  ] }),
4771
- /* @__PURE__ */ jsx96("p", { className: popoverSubtitleVariants(), children: subTitle }),
4772
- onConfirm && /* @__PURE__ */ jsx96("div", { className: popoverFooterVariants(), children: /* @__PURE__ */ jsx96(
4829
+ /* @__PURE__ */ jsx97("p", { className: popoverSubtitleVariants(), children: subTitle }),
4830
+ onConfirm && /* @__PURE__ */ jsx97("div", { className: popoverFooterVariants(), children: /* @__PURE__ */ jsx97(
4773
4831
  Button,
4774
4832
  {
4775
4833
  as: "text",
@@ -4781,7 +4839,7 @@ var PopoverContent = React.forwardRef(
4781
4839
  }
4782
4840
  ) })
4783
4841
  ] }),
4784
- /* @__PURE__ */ jsx96(PopoverPrimitive.Arrow, { asChild: true, children: /* @__PURE__ */ jsx96(PopoverAnchor, { className: clsx8(popoverAnchorVariants({ level })) }) })
4842
+ /* @__PURE__ */ jsx97(PopoverPrimitive.Arrow, { asChild: true, children: /* @__PURE__ */ jsx97(PopoverAnchor, { className: clsx8(popoverAnchorVariants({ level })) }) })
4785
4843
  ]
4786
4844
  }
4787
4845
  ) })
@@ -4806,14 +4864,14 @@ var style_module_default5 = {
4806
4864
  // src/components/Tooltip/index.tsx
4807
4865
  import { cva as cva4 } from "class-variance-authority";
4808
4866
  import clsx9 from "clsx";
4809
- import { jsx as jsx97 } from "react/jsx-runtime";
4867
+ import { jsx as jsx98 } from "react/jsx-runtime";
4810
4868
  var DEFAULT_OFFSET2 = 4;
4811
4869
  var tooltipVariants = cva4([style_module_default5.tooltip, "lp-sys-typo-caption1-normal-medium"]);
4812
4870
  var TooltipProvider = TooltipPrimitive.Provider;
4813
- var TooltipRoot = /* @__PURE__ */ __name(({ children }) => /* @__PURE__ */ jsx97(TooltipPrimitive.Root, { delayDuration: 0, children }), "TooltipRoot");
4814
- var TooltipTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */ jsx97(TooltipPrimitive.Trigger, { asChild: true, children: by }), "TooltipTrigger");
4871
+ var TooltipRoot = /* @__PURE__ */ __name(({ children }) => /* @__PURE__ */ jsx98(TooltipPrimitive.Root, { delayDuration: 0, children }), "TooltipRoot");
4872
+ var TooltipTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */ jsx98(TooltipPrimitive.Trigger, { asChild: true, children: by }), "TooltipTrigger");
4815
4873
  var TooltipContent = forwardRef3(
4816
- ({ description, position = "top", className, offset = DEFAULT_OFFSET2, ...props }, ref) => /* @__PURE__ */ jsx97(
4874
+ ({ description, position = "top", className, offset = DEFAULT_OFFSET2, ...props }, ref) => /* @__PURE__ */ jsx98(
4817
4875
  TooltipPrimitive.Content,
4818
4876
  {
4819
4877
  ref,
@@ -4821,7 +4879,7 @@ var TooltipContent = forwardRef3(
4821
4879
  sideOffset: offset,
4822
4880
  className: clsx9(tooltipVariants(), className),
4823
4881
  ...props,
4824
- children: /* @__PURE__ */ jsx97("p", { className: style_module_default5.tooltipContent, children: description })
4882
+ children: /* @__PURE__ */ jsx98("p", { className: style_module_default5.tooltipContent, children: description })
4825
4883
  }
4826
4884
  )
4827
4885
  );
@@ -4853,7 +4911,7 @@ var style_module_default6 = {
4853
4911
 
4854
4912
  // src/components/IconButton/index.tsx
4855
4913
  import { Slot as Slot2 } from "@radix-ui/react-slot";
4856
- import { jsx as jsx98 } from "react/jsx-runtime";
4914
+ import { jsx as jsx99 } from "react/jsx-runtime";
4857
4915
  var iconButtonSizeIconSizeMap = {
4858
4916
  l: "m",
4859
4917
  m: "s",
@@ -4881,7 +4939,7 @@ var iconButtonVariants = cva5([style_module_default6.iconButton], {
4881
4939
  var IconButton = forwardRef4(
4882
4940
  ({ asChild, level = "primary", name, thick = false, fill = false, size = "m", className, ...rest }, ref) => {
4883
4941
  const Comp = asChild ? Slot2 : "button";
4884
- return /* @__PURE__ */ jsx98(Comp, { ...rest, className: clsx10(iconButtonVariants({ level, size }), className), ref, children: /* @__PURE__ */ jsx98(Icon, { name, thick, fill, size: iconButtonSizeIconSizeMap[size] }) });
4942
+ return /* @__PURE__ */ jsx99(Comp, { ...rest, className: clsx10(iconButtonVariants({ level, size }), className), ref, children: /* @__PURE__ */ jsx99(Icon, { name, thick, fill, size: iconButtonSizeIconSizeMap[size] }) });
4885
4943
  }
4886
4944
  );
4887
4945
  export {