@liner-fe/prism 1.6.11 → 1.6.13

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
@@ -1,71 +1,6 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
3
 
4
- // src/utils/object.ts
5
- var objectToArray = /* @__PURE__ */ __name((obj) => {
6
- return Object.entries(obj);
7
- }, "objectToArray");
8
-
9
- // src/components/Button/index.tsx
10
- import { forwardRef } from "react";
11
-
12
- // src/components/Button/style.module.scss
13
- var style_module_default = {
14
- "button": "_button_1qgmc_1",
15
- "default": "_default_1qgmc_22",
16
- "text": "_text_1qgmc_30",
17
- "primary": "_primary_1qgmc_39",
18
- "secondary": "_secondary_1qgmc_46",
19
- "tertiary": "_tertiary_1qgmc_53",
20
- "quaternary": "_quaternary_1qgmc_64",
21
- "error": "_error_1qgmc_83",
22
- "inverse": "_inverse_1qgmc_90",
23
- "ghost": "_ghost_1qgmc_108",
24
- "cta": "_cta_1qgmc_143",
25
- "l": "_l_1qgmc_150",
26
- "m": "_m_1qgmc_156",
27
- "s": "_s_1qgmc_46",
28
- "align-center": "_align-center_1qgmc_168",
29
- "align-space-between": "_align-space-between_1qgmc_172",
30
- "neutral-primary": "_neutral-primary_1qgmc_176",
31
- "inverse-primary": "_inverse-primary_1qgmc_181",
32
- "inverse-static-primary": "_inverse-static-primary_1qgmc_185",
33
- "content": "_content_1qgmc_189",
34
- "full": "_full_1qgmc_194",
35
- "fit-content": "_fit-content_1qgmc_198",
36
- "children": "_children_1qgmc_202",
37
- "cta-children": "_cta-children_1qgmc_208",
38
- "l-children": "_l-children_1qgmc_213",
39
- "m-children": "_m-children_1qgmc_218",
40
- "s-children": "_s-children_1qgmc_223"
41
- };
42
-
43
- // src/components/Button/index.tsx
44
- import { cva as cva2 } from "class-variance-authority";
45
- import { Slot } from "@radix-ui/react-slot";
46
- import clsx2 from "clsx";
47
-
48
- // src/components/Icon/index.tsx
49
- import { cva } from "class-variance-authority";
50
- import clsx from "clsx";
51
-
52
- // src/components/Icon/style.module.scss
53
- var style_module_default2 = {
54
- "icon": "_icon_uzk33_1",
55
- "neutralLabelPrimary": "_neutralLabelPrimary_uzk33_5",
56
- "neutral-label-primary": "_neutral-label-primary_uzk33_9",
57
- "neutral-label-secondary": "_neutral-label-secondary_uzk33_13",
58
- "neutral-label-tertiary": "_neutral-label-tertiary_uzk33_17",
59
- "neutral-label-quaternary": "_neutral-label-quaternary_uzk33_21",
60
- "neutral-label-static-primary": "_neutral-label-static-primary_uzk33_25",
61
- "neutral-label-static-secondary": "_neutral-label-static-secondary_uzk33_29",
62
- "brand-label-primary": "_brand-label-primary_uzk33_33",
63
- "brand-label-secondary": "_brand-label-secondary_uzk33_37",
64
- "function-label-positive": "_function-label-positive_uzk33_41",
65
- "function-label-negative": "_function-label-negative_uzk33_45",
66
- "function-label-caution": "_function-label-caution_uzk33_49"
67
- };
68
-
69
4
  // src/assets/close-fill.tsx
70
5
  import { jsx, jsxs } from "react/jsx-runtime";
71
6
  var ICCloseFill = /* @__PURE__ */ __name((props) => {
@@ -90,6 +25,24 @@ var ICCloseFill = /* @__PURE__ */ __name((props) => {
90
25
  )
91
26
  ] });
92
27
  }
28
+ return /* @__PURE__ */ jsxs("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
29
+ /* @__PURE__ */ jsx(
30
+ "path",
31
+ {
32
+ d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z",
33
+ fill: color
34
+ }
35
+ ),
36
+ /* @__PURE__ */ jsx(
37
+ "path",
38
+ {
39
+ "fill-rule": "evenodd",
40
+ "clip-rule": "evenodd",
41
+ d: "M21.2019 24.0526L15.6575 29.5971L18.4859 32.4255L24.0304 26.8811L29.622 32.4727L32.4504 29.6443L26.8588 24.0526L32.4973 18.4141L29.6689 15.5857L24.0304 21.2242L18.439 15.6329L15.6106 18.4613L21.2019 24.0526Z",
42
+ fill: "white"
43
+ }
44
+ )
45
+ ] });
93
46
  }, "ICCloseFill");
94
47
 
95
48
  // src/assets/more.tsx
@@ -121,6 +74,29 @@ var ICMore = /* @__PURE__ */ __name((props) => {
121
74
  )
122
75
  ] });
123
76
  }
77
+ return /* @__PURE__ */ jsxs2("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
78
+ /* @__PURE__ */ jsx2(
79
+ "path",
80
+ {
81
+ d: "M6 22C6 20.8954 6.89543 20 8 20H12C13.1046 20 14 20.8954 14 22V26C14 27.1046 13.1046 28 12 28H8C6.89543 28 6 27.1046 6 26V22Z",
82
+ fill: color
83
+ }
84
+ ),
85
+ /* @__PURE__ */ jsx2(
86
+ "path",
87
+ {
88
+ d: "M20 22C20 20.8954 20.8954 20 22 20H26C27.1046 20 28 20.8954 28 22V26C28 27.1046 27.1046 28 26 28H22C20.8954 28 20 27.1046 20 26V22Z",
89
+ fill: color
90
+ }
91
+ ),
92
+ /* @__PURE__ */ jsx2(
93
+ "path",
94
+ {
95
+ d: "M36 20C34.8954 20 34 20.8954 34 22V26C34 27.1046 34.8954 28 36 28H40C41.1046 28 42 27.1046 42 26V22C42 20.8954 41.1046 20 40 20H36Z",
96
+ fill: color
97
+ }
98
+ )
99
+ ] });
124
100
  }, "ICMore");
125
101
 
126
102
  // src/assets/liner.tsx
@@ -136,6 +112,13 @@ var ICLiner = /* @__PURE__ */ __name((props) => {
136
112
  }
137
113
  ) });
138
114
  }
115
+ return /* @__PURE__ */ jsx3("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx3(
116
+ "path",
117
+ {
118
+ d: "M36.9338 9H28.1826C27.6282 9 27.1103 9.21446 26.718 9.60677L20.5823 15.7425C20.3783 15.9465 20.1063 16.0616 19.8134 16.0616H10.1364C9.58192 16.0616 9.06407 16.276 8.67176 16.6683L4.76436 20.5758C4.16281 21.1773 3.9902 22.0456 4.31451 22.8302C4.63882 23.6201 5.37636 24.1065 6.22898 24.1065H11.8259C12.4222 24.1065 12.9139 24.593 12.9139 25.1946V32.8054C12.9139 34.066 13.9392 35.0912 15.1998 35.0912H22.8106C23.4069 35.0912 23.8986 35.5777 23.8986 36.1792V41.7762C23.8986 42.6288 24.3903 43.3611 25.1749 43.6907C25.4417 43.8005 25.7137 43.8528 25.9805 43.8528C26.514 43.8528 27.0319 43.6436 27.4294 43.2408L31.3368 39.3334C31.7291 38.9411 31.9436 38.4232 31.9436 37.8688V28.1081C31.9436 27.8727 32.0325 27.6478 32.1999 27.4804L38.3932 21.2871C38.7802 20.9001 38.9999 20.3665 38.9999 19.8225V11.0714C38.9999 9.93108 38.0689 9 36.9285 9H36.9338ZM20.9641 18.133C20.9641 17.5367 21.4506 17.0502 22.0521 17.0502H29.8774C30.4737 17.0502 30.9654 17.5367 30.9654 18.133V25.9582C30.9654 26.5546 30.479 27.0463 29.8774 27.0463H22.0521C21.4558 27.0463 20.9641 26.5598 20.9641 25.9582V18.133Z",
119
+ fill: color
120
+ }
121
+ ) });
139
122
  }, "ICLiner");
140
123
 
141
124
  // src/assets/liner-variation.tsx
@@ -154,10 +137,71 @@ var ICLinerVariation = /* @__PURE__ */ __name((props) => {
154
137
  /* @__PURE__ */ jsx4("defs", { children: /* @__PURE__ */ jsx4("clipPath", { id: "clip0_1076_10079", children: /* @__PURE__ */ jsx4("rect", { width: size, height: size, fill: "white" }) }) })
155
138
  ] });
156
139
  }
140
+ return /* @__PURE__ */ jsxs3("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
141
+ /* @__PURE__ */ jsx4("g", { "clip-path": "url(#clip0_1076_10079)", children: /* @__PURE__ */ jsx4(
142
+ "path",
143
+ {
144
+ d: "M45.1539 0H33.0996C32.3358 0 31.6225 0.295362 31.0821 0.83566L22.6303 9.28591C22.3493 9.56686 21.9747 9.72535 21.5712 9.72535H8.24147C7.47771 9.72535 6.76439 10.0207 6.224 10.561L0.84168 15.9424C0.013077 16.7708 -0.224696 17.9667 0.222029 19.0473C0.668754 20.1351 1.68469 20.805 2.85915 20.805H10.5688C11.3902 20.805 12.0675 21.475 12.0675 22.3035V32.7852C12.0675 34.5214 13.4797 35.9334 15.2161 35.9334H25.6998C26.5212 35.9334 27.1985 36.6033 27.1985 37.4318V45.14C27.1985 46.3143 27.8758 47.3228 28.9565 47.7767C29.324 47.928 29.6987 48 30.0661 48C30.8011 48 31.5144 47.7118 32.062 47.1571L37.4443 41.7758C37.9847 41.2355 38.2801 40.5223 38.2801 39.7587V26.3161C38.2801 25.9919 38.4026 25.6821 38.6332 25.4516L47.1642 16.9221C47.6974 16.389 48 15.6542 48 14.905V2.85277C48 1.28231 46.7175 0 45.1467 0H45.1539ZM23.1563 12.5781C23.1563 11.7569 23.8264 11.0869 24.655 11.0869H35.4341C36.2555 11.0869 36.9327 11.7569 36.9327 12.5781V23.3552C36.9327 24.1765 36.2627 24.8537 35.4341 24.8537H24.655C23.8336 24.8537 23.1563 24.1837 23.1563 23.3552V12.5781Z",
145
+ fill: color
146
+ }
147
+ ) }),
148
+ /* @__PURE__ */ jsx4("defs", { children: /* @__PURE__ */ jsx4("clipPath", { id: "clip0_1076_10079", children: /* @__PURE__ */ jsx4("rect", { width: size, height: size, fill: "white" }) }) })
149
+ ] });
157
150
  }, "ICLinerVariation");
158
151
 
159
152
  // src/assets/person-fill.tsx
160
153
  import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
154
+ var ICPersonFill = /* @__PURE__ */ __name((props) => {
155
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
156
+ if (fill && thick) {
157
+ return /* @__PURE__ */ jsxs4("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
158
+ /* @__PURE__ */ jsx5(
159
+ "path",
160
+ {
161
+ d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 21.6624 4.40103 19.4185 5.13804 17.3333C7.88361 9.56538 15.2919 4 24 4C32.7081 4 40.1164 9.56538 42.862 17.3333C43.599 19.4185 44 21.6624 44 24Z",
162
+ fill: color
163
+ }
164
+ ),
165
+ /* @__PURE__ */ jsx5(
166
+ "path",
167
+ {
168
+ d: "M24 23.5C27.0376 23.5 29.5 21.0376 29.5 18C29.5 14.9624 27.0376 12.5 24 12.5C20.9624 12.5 18.5 14.9624 18.5 18C18.5 21.0376 20.9624 23.5 24 23.5Z",
169
+ fill: "white"
170
+ }
171
+ ),
172
+ /* @__PURE__ */ jsx5(
173
+ "path",
174
+ {
175
+ d: "M11 38V39.1992C14.4961 42.1922 19.0369 44 24 44C28.9631 44 33.5039 42.1922 37 39.1992V38C37 31.9249 32.0751 27 26 27H22C15.9249 27 11 31.9249 11 38Z",
176
+ fill: "white"
177
+ }
178
+ )
179
+ ] });
180
+ }
181
+ return /* @__PURE__ */ jsxs4("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
182
+ /* @__PURE__ */ jsx5(
183
+ "path",
184
+ {
185
+ d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 21.6624 4.40103 19.4185 5.13804 17.3333C7.88361 9.56538 15.2919 4 24 4C32.7081 4 40.1164 9.56538 42.862 17.3333C43.599 19.4185 44 21.6624 44 24Z",
186
+ fill: color
187
+ }
188
+ ),
189
+ /* @__PURE__ */ jsx5(
190
+ "path",
191
+ {
192
+ d: "M24 23.5C27.0376 23.5 29.5 21.0376 29.5 18C29.5 14.9624 27.0376 12.5 24 12.5C20.9624 12.5 18.5 14.9624 18.5 18C18.5 21.0376 20.9624 23.5 24 23.5Z",
193
+ fill: "white"
194
+ }
195
+ ),
196
+ /* @__PURE__ */ jsx5(
197
+ "path",
198
+ {
199
+ d: "M11 38V39.1992C14.4961 42.1922 19.0369 44 24 44C28.9631 44 33.5039 42.1922 37 39.1992V38C37 31.9249 32.0751 27 26 27H22C15.9249 27 11 31.9249 11 38Z",
200
+ fill: "white"
201
+ }
202
+ )
203
+ ] });
204
+ }, "ICPersonFill");
161
205
 
162
206
  // src/assets/history.tsx
163
207
  import { jsx as jsx6, jsxs as jsxs5 } from "react/jsx-runtime";
@@ -404,6 +448,18 @@ var ICCheckMarkFill = /* @__PURE__ */ __name((props) => {
404
448
  )
405
449
  ] });
406
450
  }
451
+ return /* @__PURE__ */ jsxs11("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
452
+ /* @__PURE__ */ jsx12("circle", { cx: "24", cy: "24", r: "20", fill: color }),
453
+ /* @__PURE__ */ jsx12(
454
+ "path",
455
+ {
456
+ "fill-rule": "evenodd",
457
+ "clip-rule": "evenodd",
458
+ d: "M16.0757 21.6861L22.262 27.8724C22.457 28.0674 22.7731 28.0677 22.9685 27.873L33.6489 17.2298L35.7665 19.3548L25.0861 29.998C23.7185 31.3608 21.5058 31.3588 20.1407 29.9937L13.9543 23.8074L16.0757 21.6861Z",
459
+ fill: "white"
460
+ }
461
+ )
462
+ ] });
407
463
  }, "ICCheckMarkFill");
408
464
 
409
465
  // src/assets/exclamationmark-fill.tsx
@@ -442,6 +498,23 @@ var ICExclamationmarkFill = /* @__PURE__ */ __name((props) => {
442
498
  )
443
499
  ] });
444
500
  }
501
+ return /* @__PURE__ */ jsxs12("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
502
+ /* @__PURE__ */ jsx13(
503
+ "path",
504
+ {
505
+ d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z",
506
+ fill: color
507
+ }
508
+ ),
509
+ /* @__PURE__ */ jsx13("path", { d: "M22.5 14V26H25.5V14H22.5Z", fill: "white" }),
510
+ /* @__PURE__ */ jsx13(
511
+ "path",
512
+ {
513
+ d: "M22.5807 30.582C22.9669 30.1955 23.455 30 24 30C24.545 30 25.0331 30.1955 25.4193 30.582C25.8054 30.9685 26 31.4562 26 32C26 32.5438 25.8054 33.0315 25.4193 33.418C25.0331 33.8045 24.545 34 24 34C23.455 34 22.9669 33.8045 22.5807 33.418C22.1946 33.0315 22 32.5438 22 32C22 31.4562 22.1946 30.9685 22.5807 30.582Z",
514
+ fill: "white"
515
+ }
516
+ )
517
+ ] });
445
518
  }, "ICExclamationmarkFill");
446
519
 
447
520
  // src/assets/plus.tsx
@@ -1072,6 +1145,51 @@ var ICArrowRight = /* @__PURE__ */ __name((props) => {
1072
1145
 
1073
1146
  // src/assets/step.tsx
1074
1147
  import { jsx as jsx34, jsxs as jsxs22 } from "react/jsx-runtime";
1148
+ var ICStep = /* @__PURE__ */ __name((props) => {
1149
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1150
+ if (thick) {
1151
+ return /* @__PURE__ */ jsxs22("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1152
+ /* @__PURE__ */ jsx34(
1153
+ "path",
1154
+ {
1155
+ "fill-rule": "evenodd",
1156
+ "clip-rule": "evenodd",
1157
+ d: "M22.8654 14.6163C23.2221 8.92215 19.9812 1.8611 14.084 1.78885C8.06671 1.71513 4.9647 6.96132 4.33886 13.9625C3.91046 18.7548 5.17618 24.4113 8.05642 27.5034C7.96404 29.3709 8.50755 31.3685 8.96795 33.0606C10.0244 36.9432 13.9048 39.2679 17.6352 38.2529C21.3656 37.238 23.5332 33.2677 22.4768 29.385C22.0083 27.663 21.4537 25.6245 20.3922 24.0495C20.8192 23.1808 21.1881 22.2612 21.5019 21.326C22.2359 19.1392 22.6688 16.8673 22.8391 14.9626C22.8493 14.8478 22.8581 14.7323 22.8654 14.6163ZM12.0681 28.4634L17.4239 26.8878C17.8669 27.7717 18.2109 28.9422 18.6172 30.4352C19.1336 32.3331 18.0397 33.9975 16.585 34.3932C15.1304 34.789 13.344 33.9084 12.8276 32.0104C12.4386 30.5806 12.1486 29.432 12.0681 28.4634ZM8.32297 14.3186C7.96052 18.3732 9.104 22.6274 10.8665 24.6474L16.4483 23.0053L16.8024 22.285C17.9624 19.9249 18.6447 16.959 18.855 14.6065C19.0407 12.5284 18.5238 10.0884 17.4582 8.267C16.4101 6.4754 15.1987 5.80281 14.035 5.78855C12.3979 5.7685 11.3017 6.38607 10.4088 7.59676C9.39334 8.97371 8.59872 11.2339 8.32297 14.3186Z",
1158
+ fill: color
1159
+ }
1160
+ ),
1161
+ /* @__PURE__ */ jsx34(
1162
+ "path",
1163
+ {
1164
+ "fill-rule": "evenodd",
1165
+ "clip-rule": "evenodd",
1166
+ d: "M27.9966 32.0495C26.9352 33.6245 26.3805 35.663 25.912 37.385C24.8556 41.2677 27.0233 45.238 30.7536 46.2529C34.484 47.2679 38.3645 44.9432 39.4209 41.0605C39.8813 39.3684 40.4248 37.3709 40.3324 35.5034C43.2127 32.4113 44.4784 26.7548 44.05 21.9625C43.4241 14.9613 40.3221 9.71513 34.3048 9.78885C30.7968 9.83183 28.2287 12.3479 26.7988 15.5781C25.9156 17.5733 25.4665 19.841 25.4984 21.9667C25.5034 22.3028 25.5205 22.6353 25.5497 22.9626C25.7928 25.6818 26.5712 29.1494 27.9966 32.0495ZM31.7806 30.68L37.7078 32.4237C39.3642 30.3252 40.4154 26.2291 40.0659 22.3186C39.7901 19.2339 38.9955 16.9737 37.98 15.5968C37.0871 14.3861 35.9909 13.7685 34.3538 13.7886C33.1902 13.8028 31.9787 14.4754 30.9306 16.267C29.865 18.0884 29.3481 20.5284 29.5339 22.6065C29.7442 24.959 30.4264 27.9249 31.5865 30.285L31.7806 30.68ZM36.338 36.1902L31.0922 34.647C30.5858 35.5552 30.216 36.8023 29.7717 38.4352C29.2553 40.3332 30.3491 41.9975 31.8038 42.3932C33.2585 42.789 35.0448 41.9084 35.5612 40.0104C35.9875 38.4437 36.2948 37.2148 36.338 36.1902Z",
1167
+ fill: color
1168
+ }
1169
+ )
1170
+ ] });
1171
+ }
1172
+ return /* @__PURE__ */ jsxs22("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1173
+ /* @__PURE__ */ jsx34(
1174
+ "path",
1175
+ {
1176
+ "fill-rule": "evenodd",
1177
+ "clip-rule": "evenodd",
1178
+ d: "M20.3922 24.0495C21.8176 21.1494 22.596 17.6818 22.8391 14.9626C23.3531 9.2128 20.1014 1.86258 14.084 1.78885C8.06671 1.71513 4.9647 6.96132 4.33886 13.9625C3.91046 18.7548 5.17618 24.4113 8.05642 27.5034C7.96404 29.3709 8.50755 31.3685 8.96795 33.0606C10.0244 36.9432 13.9048 39.2679 17.6352 38.2529C21.3656 37.238 23.5332 33.2677 22.4768 29.385C22.0083 27.663 21.4537 25.6245 20.3922 24.0495ZM11.0524 28.241L18.1636 26.149C18.7498 27.1978 19.1463 28.5711 19.5821 30.1726C20.2335 32.5668 18.8712 34.8076 16.8476 35.3582C14.824 35.9088 12.5141 34.6671 11.8627 32.273C11.4469 30.7447 11.104 29.4109 11.0524 28.241ZM7.32694 14.2296C6.9469 18.481 8.12976 23.0955 10.173 25.3726L17.4515 23.2314L17.6998 22.7262C18.9262 20.231 19.6325 17.1397 19.851 14.6955C20.0546 12.4182 19.4957 9.76951 18.3214 7.76205C17.1601 5.77698 15.6722 4.80854 14.0473 4.78863C12.0673 4.76437 10.6752 5.55083 9.60404 7.00322C8.44094 8.5803 7.61198 11.0409 7.32694 14.2296Z",
1179
+ fill: color
1180
+ }
1181
+ ),
1182
+ /* @__PURE__ */ jsx34(
1183
+ "path",
1184
+ {
1185
+ "fill-rule": "evenodd",
1186
+ "clip-rule": "evenodd",
1187
+ d: "M27.9966 32.0495C26.9352 33.6245 26.3805 35.663 25.912 37.385C24.8556 41.2677 27.0233 45.238 30.7536 46.2529C34.484 47.2679 38.3645 44.9432 39.4209 41.0605C39.8813 39.3684 40.4248 37.3709 40.3324 35.5034C43.2127 32.4113 44.4784 26.7548 44.05 21.9625C43.4241 14.9613 40.3221 9.71513 34.3048 9.78885C28.2875 9.86258 25.0358 17.2128 25.5497 22.9626C25.7928 25.6818 26.5712 29.1494 27.9966 32.0495ZM30.985 31.3283L38.3671 33.1979C40.3171 30.8656 41.4325 26.375 41.0619 22.2296C40.7768 19.0409 39.9479 16.5803 38.7848 15.0032C37.7136 13.5508 36.3216 12.7644 34.3415 12.7886C32.7166 12.8085 31.2288 13.777 30.0675 15.762C28.8931 17.7695 28.3343 20.4182 28.5378 22.6955C28.7563 25.1397 29.4626 28.231 30.689 30.7261L30.985 31.3283ZM37.3425 36.0332L30.1858 34.2206C29.6211 35.26 29.2327 36.6072 28.8067 38.1726C28.1553 40.5668 29.5177 42.8076 31.5413 43.3582C33.5648 43.9088 35.8747 42.6671 36.5261 40.273C36.9667 38.6535 37.3255 37.2523 37.3425 36.0332Z",
1188
+ fill: color
1189
+ }
1190
+ )
1191
+ ] });
1192
+ }, "ICStep");
1075
1193
 
1076
1194
  // src/assets/chart-bar.tsx
1077
1195
  import { jsx as jsx35, jsxs as jsxs23 } from "react/jsx-runtime";
@@ -3002,12 +3120,13 @@ var ICThumbDown = /* @__PURE__ */ __name((props) => {
3002
3120
  ) });
3003
3121
  }, "ICThumbDown");
3004
3122
 
3005
- // src/utils/icon.tsx
3123
+ // src/utils/icon.ts
3006
3124
  var iconMap = {
3007
3125
  "close-fill": ICCloseFill,
3008
3126
  more: ICMore,
3009
3127
  liner: ICLiner,
3010
3128
  "liner-variation": ICLinerVariation,
3129
+ "person-fill": ICPersonFill,
3011
3130
  history: ICHistory,
3012
3131
  start: ICStart,
3013
3132
  end: ICEnd,
@@ -3036,6 +3155,7 @@ var iconMap = {
3036
3155
  menu: ICMenu,
3037
3156
  "document-warning": ICDocumentWarning,
3038
3157
  "arrow-right": ICArrowRight,
3158
+ step: ICStep,
3039
3159
  "chart-bar": ICChartBar,
3040
3160
  "chart-line-uptrend": ICChartLineUptrend,
3041
3161
  folder: ICFolder,
@@ -3067,6 +3187,71 @@ var iconMap = {
3067
3187
  "thumb-down": ICThumbDown
3068
3188
  };
3069
3189
 
3190
+ // src/utils/object.ts
3191
+ var objectToArray = /* @__PURE__ */ __name((obj) => {
3192
+ return Object.entries(obj);
3193
+ }, "objectToArray");
3194
+
3195
+ // src/components/Button/index.tsx
3196
+ import { forwardRef } from "react";
3197
+
3198
+ // src/components/Button/style.module.scss
3199
+ var style_module_default = {
3200
+ "button": "_button_1qgmc_1",
3201
+ "default": "_default_1qgmc_22",
3202
+ "text": "_text_1qgmc_30",
3203
+ "primary": "_primary_1qgmc_39",
3204
+ "secondary": "_secondary_1qgmc_46",
3205
+ "tertiary": "_tertiary_1qgmc_53",
3206
+ "quaternary": "_quaternary_1qgmc_64",
3207
+ "error": "_error_1qgmc_83",
3208
+ "inverse": "_inverse_1qgmc_90",
3209
+ "ghost": "_ghost_1qgmc_108",
3210
+ "cta": "_cta_1qgmc_143",
3211
+ "l": "_l_1qgmc_150",
3212
+ "m": "_m_1qgmc_156",
3213
+ "s": "_s_1qgmc_46",
3214
+ "align-center": "_align-center_1qgmc_168",
3215
+ "align-space-between": "_align-space-between_1qgmc_172",
3216
+ "neutral-primary": "_neutral-primary_1qgmc_176",
3217
+ "inverse-primary": "_inverse-primary_1qgmc_181",
3218
+ "inverse-static-primary": "_inverse-static-primary_1qgmc_185",
3219
+ "content": "_content_1qgmc_189",
3220
+ "full": "_full_1qgmc_194",
3221
+ "fit-content": "_fit-content_1qgmc_198",
3222
+ "children": "_children_1qgmc_202",
3223
+ "cta-children": "_cta-children_1qgmc_208",
3224
+ "l-children": "_l-children_1qgmc_213",
3225
+ "m-children": "_m-children_1qgmc_218",
3226
+ "s-children": "_s-children_1qgmc_223"
3227
+ };
3228
+
3229
+ // src/components/Button/index.tsx
3230
+ import { cva as cva2 } from "class-variance-authority";
3231
+ import { Slot } from "@radix-ui/react-slot";
3232
+ import clsx2 from "clsx";
3233
+
3234
+ // src/components/Icon/index.tsx
3235
+ import { cva } from "class-variance-authority";
3236
+ import clsx from "clsx";
3237
+
3238
+ // src/components/Icon/style.module.scss
3239
+ var style_module_default2 = {
3240
+ "icon": "_icon_uzk33_1",
3241
+ "neutralLabelPrimary": "_neutralLabelPrimary_uzk33_5",
3242
+ "neutral-label-primary": "_neutral-label-primary_uzk33_9",
3243
+ "neutral-label-secondary": "_neutral-label-secondary_uzk33_13",
3244
+ "neutral-label-tertiary": "_neutral-label-tertiary_uzk33_17",
3245
+ "neutral-label-quaternary": "_neutral-label-quaternary_uzk33_21",
3246
+ "neutral-label-static-primary": "_neutral-label-static-primary_uzk33_25",
3247
+ "neutral-label-static-secondary": "_neutral-label-static-secondary_uzk33_29",
3248
+ "brand-label-primary": "_brand-label-primary_uzk33_33",
3249
+ "brand-label-secondary": "_brand-label-secondary_uzk33_37",
3250
+ "function-label-positive": "_function-label-positive_uzk33_41",
3251
+ "function-label-negative": "_function-label-negative_uzk33_45",
3252
+ "function-label-caution": "_function-label-caution_uzk33_49"
3253
+ };
3254
+
3070
3255
  // src/components/Icon/index.tsx
3071
3256
  import { jsx as jsx64 } from "react/jsx-runtime";
3072
3257
  var iconSizeMap = {
@@ -3136,9 +3321,9 @@ var defaultButtonVariants = cva2([style_module_default.button, style_module_defa
3136
3321
  },
3137
3322
  size: {
3138
3323
  cta: [style_module_default.cta, "lp-sys-typo-paragraph2-normal-bold"],
3139
- l: [style_module_default.l, "lp-sys-typo-paragraph3-normal-medium"],
3140
- m: [style_module_default.m, "lp-sys-typo-paragraph4-normal-regular"],
3141
- s: [style_module_default.s, "lp-sys-typo-caption1-normal-regular"]
3324
+ l: [style_module_default.l, "lp-sys-typo-paragraph3-normal-bold"],
3325
+ m: [style_module_default.m, "lp-sys-typo-paragraph4-normal-medium"],
3326
+ s: [style_module_default.s, "lp-sys-typo-caption1-normal-medium"]
3142
3327
  },
3143
3328
  width: {
3144
3329
  full: style_module_default.full,
@@ -3336,18 +3521,18 @@ import * as PopoverPrimitive from "@radix-ui/react-popover";
3336
3521
 
3337
3522
  // src/components/Popover/style.module.scss
3338
3523
  var style_module_default4 = {
3339
- "content": "_content_ht5de_1",
3340
- "contentContainer": "_contentContainer_ht5de_6",
3341
- "heading": "_heading_ht5de_6",
3342
- "anchor": "_anchor_ht5de_13",
3343
- "primary": "_primary_ht5de_13",
3344
- "secondary": "_secondary_ht5de_19",
3345
- "tag": "_tag_ht5de_47",
3346
- "title": "_title_ht5de_58",
3347
- "subTitle": "_subTitle_ht5de_63",
3348
- "footer": "_footer_ht5de_69",
3349
- "arrow": "_arrow_ht5de_75",
3350
- "closeButton": "_closeButton_ht5de_79"
3524
+ "content": "_content_14pnl_1",
3525
+ "anchor": "_anchor_14pnl_7",
3526
+ "primary": "_primary_14pnl_7",
3527
+ "secondary": "_secondary_14pnl_13",
3528
+ "contentContainer": "_contentContainer_14pnl_28",
3529
+ "heading": "_heading_14pnl_35",
3530
+ "tag": "_tag_14pnl_41",
3531
+ "title": "_title_14pnl_52",
3532
+ "subTitle": "_subTitle_14pnl_57",
3533
+ "footer": "_footer_14pnl_63",
3534
+ "arrow": "_arrow_14pnl_69",
3535
+ "closeButton": "_closeButton_14pnl_73"
3351
3536
  };
3352
3537
 
3353
3538
  // src/components/Popover/index.tsx
@@ -3433,7 +3618,7 @@ var PopoverContent = React.forwardRef(
3433
3618
  onClick: () => {
3434
3619
  onClose?.();
3435
3620
  },
3436
- children: /* @__PURE__ */ jsx71(Icon, { name: "close-fill", size: "s", fill: true, thick: true })
3621
+ children: /* @__PURE__ */ jsx71(Icon, { name: "close-fill", size: "s", color: "#1E1E1F", fill: true, thick: true })
3437
3622
  }
3438
3623
  )
3439
3624
  ] }),
@@ -3557,6 +3742,7 @@ export {
3557
3742
  Tooltip,
3558
3743
  getIconComponent,
3559
3744
  iconKeyOptions,
3745
+ iconMap,
3560
3746
  objectToArray,
3561
3747
  useToast
3562
3748
  };