@liner-fe/prism 1.7.0 → 1.7.1

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.
@@ -4,5 +4,5 @@ interface ICCheckMarkFillProps {
4
4
  thick?: boolean;
5
5
  size?: 16 | 20 | 24 | 32 | 40;
6
6
  }
7
- export declare const ICCheckMarkFill: (props: ICCheckMarkFillProps) => import("react/jsx-runtime").JSX.Element | undefined;
7
+ export declare const ICCheckMarkFill: (props: ICCheckMarkFillProps) => import("react/jsx-runtime").JSX.Element;
8
8
  export {};
@@ -4,5 +4,5 @@ interface ICCloseFillProps {
4
4
  thick?: boolean;
5
5
  size?: 16 | 20 | 24 | 32 | 40;
6
6
  }
7
- export declare const ICCloseFill: (props: ICCloseFillProps) => import("react/jsx-runtime").JSX.Element | undefined;
7
+ export declare const ICCloseFill: (props: ICCloseFillProps) => import("react/jsx-runtime").JSX.Element;
8
8
  export {};
@@ -4,5 +4,5 @@ interface ICExclamationmarkFillProps {
4
4
  thick?: boolean;
5
5
  size?: 16 | 20 | 24 | 32 | 40;
6
6
  }
7
- export declare const ICExclamationmarkFill: (props: ICExclamationmarkFillProps) => import("react/jsx-runtime").JSX.Element | undefined;
7
+ export declare const ICExclamationmarkFill: (props: ICExclamationmarkFillProps) => import("react/jsx-runtime").JSX.Element;
8
8
  export {};
@@ -4,5 +4,5 @@ interface ICLinerVariationProps {
4
4
  thick?: boolean;
5
5
  size?: 16 | 20 | 24 | 32 | 40;
6
6
  }
7
- export declare const ICLinerVariation: (props: ICLinerVariationProps) => import("react/jsx-runtime").JSX.Element | undefined;
7
+ export declare const ICLinerVariation: (props: ICLinerVariationProps) => import("react/jsx-runtime").JSX.Element;
8
8
  export {};
@@ -4,5 +4,5 @@ interface ICLinerProps {
4
4
  thick?: boolean;
5
5
  size?: 16 | 20 | 24 | 32 | 40;
6
6
  }
7
- export declare const ICLiner: (props: ICLinerProps) => import("react/jsx-runtime").JSX.Element | undefined;
7
+ export declare const ICLiner: (props: ICLinerProps) => import("react/jsx-runtime").JSX.Element;
8
8
  export {};
@@ -4,5 +4,5 @@ interface ICMoreProps {
4
4
  thick?: boolean;
5
5
  size?: 16 | 20 | 24 | 32 | 40;
6
6
  }
7
- export declare const ICMore: (props: ICMoreProps) => import("react/jsx-runtime").JSX.Element | undefined;
7
+ export declare const ICMore: (props: ICMoreProps) => import("react/jsx-runtime").JSX.Element;
8
8
  export {};
@@ -4,5 +4,5 @@ interface ICPersonFillProps {
4
4
  thick?: boolean;
5
5
  size?: 16 | 20 | 24 | 32 | 40;
6
6
  }
7
- export declare const ICPersonFill: (props: ICPersonFillProps) => import("react/jsx-runtime").JSX.Element | undefined;
7
+ export declare const ICPersonFill: (props: ICPersonFillProps) => import("react/jsx-runtime").JSX.Element;
8
8
  export {};
package/lib/index.mjs CHANGED
@@ -25,6 +25,24 @@ var ICCloseFill = /* @__PURE__ */ __name((props) => {
25
25
  )
26
26
  ] });
27
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
+ ] });
28
46
  }, "ICCloseFill");
29
47
 
30
48
  // src/assets/more.tsx
@@ -56,6 +74,29 @@ var ICMore = /* @__PURE__ */ __name((props) => {
56
74
  )
57
75
  ] });
58
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
+ ] });
59
100
  }, "ICMore");
60
101
 
61
102
  // src/assets/liner.tsx
@@ -71,6 +112,13 @@ var ICLiner = /* @__PURE__ */ __name((props) => {
71
112
  }
72
113
  ) });
73
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
+ ) });
74
122
  }, "ICLiner");
75
123
 
76
124
  // src/assets/liner-variation.tsx
@@ -89,6 +137,16 @@ var ICLinerVariation = /* @__PURE__ */ __name((props) => {
89
137
  /* @__PURE__ */ jsx4("defs", { children: /* @__PURE__ */ jsx4("clipPath", { id: "clip0_1076_10079", children: /* @__PURE__ */ jsx4("rect", { width: size, height: size, fill: "white" }) }) })
90
138
  ] });
91
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
+ ] });
92
150
  }, "ICLinerVariation");
93
151
 
94
152
  // src/assets/person-fill.tsx
@@ -120,6 +178,29 @@ var ICPersonFill = /* @__PURE__ */ __name((props) => {
120
178
  )
121
179
  ] });
122
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
+ ] });
123
204
  }, "ICPersonFill");
124
205
 
125
206
  // src/assets/list.tsx
@@ -399,6 +480,18 @@ var ICCheckMarkFill = /* @__PURE__ */ __name((props) => {
399
480
  )
400
481
  ] });
401
482
  }
483
+ return /* @__PURE__ */ jsxs12("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
484
+ /* @__PURE__ */ jsx13("circle", { cx: "24", cy: "24", r: "20", fill: color }),
485
+ /* @__PURE__ */ jsx13(
486
+ "path",
487
+ {
488
+ "fill-rule": "evenodd",
489
+ "clip-rule": "evenodd",
490
+ 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",
491
+ fill: "white"
492
+ }
493
+ )
494
+ ] });
402
495
  }, "ICCheckMarkFill");
403
496
 
404
497
  // src/assets/exclamationmark-fill.tsx
@@ -437,6 +530,23 @@ var ICExclamationmarkFill = /* @__PURE__ */ __name((props) => {
437
530
  )
438
531
  ] });
439
532
  }
533
+ return /* @__PURE__ */ jsxs13("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
534
+ /* @__PURE__ */ jsx14(
535
+ "path",
536
+ {
537
+ 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",
538
+ fill: color
539
+ }
540
+ ),
541
+ /* @__PURE__ */ jsx14("path", { d: "M22.5 14V26H25.5V14H22.5Z", fill: "white" }),
542
+ /* @__PURE__ */ jsx14(
543
+ "path",
544
+ {
545
+ 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",
546
+ fill: "white"
547
+ }
548
+ )
549
+ ] });
440
550
  }, "ICExclamationmarkFill");
441
551
 
442
552
  // src/assets/plus.tsx