@loadsmart/loadsmart-ui 8.0.7 → 8.0.8

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/dist/index.js CHANGED
@@ -3,11 +3,11 @@ import { getToken } from "./theming/index.js";
3
3
  import { toArray } from "./toArray.js";
4
4
  import { conditional, prop, whenProps } from "./tools.js";
5
5
  import { DragDropFileProvider, useDragDropFileContext } from "./DragDropFile.context.js";
6
+ import * as React$1 from "react";
6
7
  import React, { Children, Fragment, createContext, forwardRef, isValidElement, useCallback, useContext, useEffect, useLayoutEffect, useMemo, useReducer, useRef, useState } from "react";
7
8
  import styled, { css, keyframes, useTheme } from "styled-components";
8
9
  import { identity, isFunction } from "@loadsmart/utils-function";
9
10
  import { isEmpty, omit, range } from "lodash-es";
10
- import { jsx, jsxs } from "react/jsx-runtime.js";
11
11
  import { isNil } from "@loadsmart/utils-object";
12
12
  import clsx from "clsx";
13
13
  import { isBlank } from "@loadsmart/utils-string";
@@ -64,273 +64,252 @@ function IconFactory(map) {
64
64
  }
65
65
  //#endregion
66
66
  //#region src/components/Icon/assets/back.svg
67
- var SvgBack = (props) => /* @__PURE__ */ jsxs("svg", {
67
+ var SvgBack = (props) => /* @__PURE__ */ React$1.createElement("svg", {
68
68
  xmlns: "http://www.w3.org/2000/svg",
69
69
  viewBox: "0 0 24 24",
70
- ...props,
71
- children: [/* @__PURE__ */ jsx("path", {
72
- d: "M0 0h24v24H0V0z",
73
- fill: "none"
74
- }), /* @__PURE__ */ jsx("path", { d: "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" })]
75
- });
70
+ ...props
71
+ }, /* @__PURE__ */ React$1.createElement("path", {
72
+ d: "M0 0h24v24H0V0z",
73
+ fill: "none"
74
+ }), /* @__PURE__ */ React$1.createElement("path", { d: "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" }));
76
75
  //#endregion
77
76
  //#region src/components/Icon/assets/burger-menu.svg
78
- var SvgBurgerMenu = (props) => /* @__PURE__ */ jsx("svg", {
77
+ var SvgBurgerMenu = (props) => /* @__PURE__ */ React$1.createElement("svg", {
79
78
  viewBox: "0 0 48 48",
80
79
  fill: "none",
81
80
  xmlns: "http://www.w3.org/2000/svg",
82
- ...props,
83
- children: /* @__PURE__ */ jsx("path", {
84
- d: "M4 37.6667H44V33.2222H4V37.6667ZM4 26.5556H44V22.1111H4V26.5556ZM4 11V15.4444H44V11H4Z",
85
- fill: "#313336"
86
- })
87
- });
81
+ ...props
82
+ }, /* @__PURE__ */ React$1.createElement("path", {
83
+ d: "M4 37.6667H44V33.2222H4V37.6667ZM4 26.5556H44V22.1111H4V26.5556ZM4 11V15.4444H44V11H4Z",
84
+ fill: "#313336"
85
+ }));
88
86
  //#endregion
89
87
  //#region src/components/Icon/assets/calendar.svg
90
- var SvgCalendar = (props) => /* @__PURE__ */ jsxs("svg", {
88
+ var SvgCalendar = (props) => /* @__PURE__ */ React$1.createElement("svg", {
91
89
  xmlns: "http://www.w3.org/2000/svg",
92
90
  viewBox: "0 0 24 24",
93
- ...props,
94
- children: [/* @__PURE__ */ jsx("path", {
95
- d: "M0 0h24v24H0V0z",
96
- fill: "none"
97
- }), /* @__PURE__ */ jsx("path", { d: "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z" })]
98
- });
91
+ ...props
92
+ }, /* @__PURE__ */ React$1.createElement("path", {
93
+ d: "M0 0h24v24H0V0z",
94
+ fill: "none"
95
+ }), /* @__PURE__ */ React$1.createElement("path", { d: "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z" }));
99
96
  //#endregion
100
97
  //#region src/components/Icon/assets/caret-down.svg
101
- var SvgCaretDown = (props) => /* @__PURE__ */ jsx("svg", {
98
+ var SvgCaretDown = (props) => /* @__PURE__ */ React$1.createElement("svg", {
102
99
  viewBox: "0 0 48 48",
103
100
  xmlns: "http://www.w3.org/2000/svg",
104
- ...props,
105
- children: /* @__PURE__ */ jsx("path", {
106
- d: "M24 30L13 19H35L24 30Z",
107
- clipRule: "evenodd"
108
- })
109
- });
101
+ ...props
102
+ }, /* @__PURE__ */ React$1.createElement("path", {
103
+ d: "M24 30L13 19H35L24 30Z",
104
+ clipRule: "evenodd"
105
+ }));
110
106
  //#endregion
111
107
  //#region src/components/Icon/assets/caret-left.svg
112
- var SvgCaretLeft = (props) => /* @__PURE__ */ jsx("svg", {
108
+ var SvgCaretLeft = (props) => /* @__PURE__ */ React$1.createElement("svg", {
113
109
  viewBox: "0 0 48 48",
114
110
  fill: "none",
115
111
  xmlns: "http://www.w3.org/2000/svg",
116
- ...props,
117
- children: /* @__PURE__ */ jsx("path", {
118
- fillRule: "evenodd",
119
- clipRule: "evenodd",
120
- d: "M30 42.3848L34.2426 38.1421L20.1005 24L34.2426 9.85786L30 5.61522L15.8579 19.7574L11.6152 24L15.8579 28.2426L30 42.3848Z"
121
- })
122
- });
112
+ ...props
113
+ }, /* @__PURE__ */ React$1.createElement("path", {
114
+ fillRule: "evenodd",
115
+ clipRule: "evenodd",
116
+ d: "M30 42.3848L34.2426 38.1421L20.1005 24L34.2426 9.85786L30 5.61522L15.8579 19.7574L11.6152 24L15.8579 28.2426L30 42.3848Z"
117
+ }));
123
118
  //#endregion
124
119
  //#region src/components/Icon/assets/check.svg
125
- var SvgCheck = (props) => /* @__PURE__ */ jsx("svg", {
120
+ var SvgCheck = (props) => /* @__PURE__ */ React$1.createElement("svg", {
126
121
  viewBox: "0 0 48 48",
127
122
  xmlns: "http://www.w3.org/2000/svg",
128
- ...props,
129
- children: /* @__PURE__ */ jsx("path", {
130
- fillRule: "evenodd",
131
- clipRule: "evenodd",
132
- d: "M44.4203 13.3431L40.1777 9.1005L18.9645 30.3137L9.06496 20.4142L4.82232 24.6569L14.7218 34.5563L18.9645 38.799L23.2071 34.5563L44.4203 13.3431Z"
133
- })
134
- });
123
+ ...props
124
+ }, /* @__PURE__ */ React$1.createElement("path", {
125
+ fillRule: "evenodd",
126
+ clipRule: "evenodd",
127
+ d: "M44.4203 13.3431L40.1777 9.1005L18.9645 30.3137L9.06496 20.4142L4.82232 24.6569L14.7218 34.5563L18.9645 38.799L23.2071 34.5563L44.4203 13.3431Z"
128
+ }));
135
129
  //#endregion
136
130
  //#region src/components/Icon/assets/chevron-down.svg
137
- var SvgChevronDown = (props) => /* @__PURE__ */ jsx("svg", {
131
+ var SvgChevronDown = (props) => /* @__PURE__ */ React$1.createElement("svg", {
138
132
  xmlns: "http://www.w3.org/2000/svg",
139
133
  viewBox: "0 0 24 24",
140
- ...props,
141
- children: /* @__PURE__ */ jsx("path", { d: "M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z" })
142
- });
134
+ ...props
135
+ }, /* @__PURE__ */ React$1.createElement("path", { d: "M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z" }));
143
136
  //#endregion
144
137
  //#region src/components/Icon/assets/caret-right.svg
145
- var SvgCaretRight = (props) => /* @__PURE__ */ jsx("svg", {
138
+ var SvgCaretRight = (props) => /* @__PURE__ */ React$1.createElement("svg", {
146
139
  viewBox: "0 0 48 48",
147
140
  xmlns: "http://www.w3.org/2000/svg",
148
- ...props,
149
- children: /* @__PURE__ */ jsx("path", {
150
- fillRule: "evenodd",
151
- clipRule: "evenodd",
152
- d: "M18 5.61522L13.7574 9.85786L27.8995 24L13.7574 38.1421L18 42.3848L32.1421 28.2426L36.3848 24L32.1421 19.7574L18 5.61522Z"
153
- })
154
- });
141
+ ...props
142
+ }, /* @__PURE__ */ React$1.createElement("path", {
143
+ fillRule: "evenodd",
144
+ clipRule: "evenodd",
145
+ d: "M18 5.61522L13.7574 9.85786L27.8995 24L13.7574 38.1421L18 42.3848L32.1421 28.2426L36.3848 24L32.1421 19.7574L18 5.61522Z"
146
+ }));
155
147
  //#endregion
156
148
  //#region src/components/Icon/assets/circle.svg
157
- var SvgCircle = (props) => /* @__PURE__ */ jsx("svg", {
149
+ var SvgCircle = (props) => /* @__PURE__ */ React$1.createElement("svg", {
158
150
  xmlns: "http://www.w3.org/2000/svg",
159
151
  viewBox: "0 0 18 18",
160
- ...props,
161
- children: /* @__PURE__ */ jsx("circle", {
162
- cx: 9,
163
- cy: 9,
164
- r: 9,
165
- fillRule: "evenodd"
166
- })
167
- });
152
+ ...props
153
+ }, /* @__PURE__ */ React$1.createElement("circle", {
154
+ cx: 9,
155
+ cy: 9,
156
+ r: 9,
157
+ fillRule: "evenodd"
158
+ }));
168
159
  //#endregion
169
160
  //#region src/components/Icon/assets/close.svg
170
- var SvgClose = (props) => /* @__PURE__ */ jsx("svg", {
161
+ var SvgClose = (props) => /* @__PURE__ */ React$1.createElement("svg", {
171
162
  viewBox: "0 0 20 20",
172
163
  xmlns: "http://www.w3.org/2000/svg",
173
- ...props,
174
- children: /* @__PURE__ */ jsx("path", { d: "M17.0711 4.69671L15.3033 2.92894L10 8.23224L4.6967 2.92894L2.92893 4.69671L8.23223 10L2.92893 15.3033L4.6967 17.0711L10 11.7678L15.3033 17.0711L17.0711 15.3033L11.7678 10L17.0711 4.69671Z" })
175
- });
164
+ ...props
165
+ }, /* @__PURE__ */ React$1.createElement("path", { d: "M17.0711 4.69671L15.3033 2.92894L10 8.23224L4.6967 2.92894L2.92893 4.69671L8.23223 10L2.92893 15.3033L4.6967 17.0711L10 11.7678L15.3033 17.0711L17.0711 15.3033L11.7678 10L17.0711 4.69671Z" }));
176
166
  //#endregion
177
167
  //#region src/components/Icon/assets/information.svg
178
- var SvgInformation = (props) => /* @__PURE__ */ jsx("svg", {
168
+ var SvgInformation = (props) => /* @__PURE__ */ React$1.createElement("svg", {
179
169
  viewBox: "0 0 24 24",
180
170
  xmlns: "http://www.w3.org/2000/svg",
181
- ...props,
182
- children: /* @__PURE__ */ jsx("path", {
183
- fillRule: "evenodd",
184
- clipRule: "evenodd",
185
- d: "M12 2C6.48625 2 2 6.48625 2 12C2 17.5138 6.48625 22 12 22C17.5138 22 22 17.5138 22 12C22 6.48625 17.5138 2 12 2ZM12 19.2727C11.2473 19.2727 10.6364 18.6618 10.6364 17.9091C10.6364 17.1564 11.2473 16.5455 12 16.5455C12.7527 16.5455 13.3636 17.1564 13.3636 17.9091C13.3636 18.6618 12.7527 19.2727 12 19.2727ZM13.3636 14.2727H10.6364L10.6364 5.18182L13.3636 5.18182L13.3636 14.2727Z"
186
- })
187
- });
171
+ ...props
172
+ }, /* @__PURE__ */ React$1.createElement("path", {
173
+ fillRule: "evenodd",
174
+ clipRule: "evenodd",
175
+ d: "M12 2C6.48625 2 2 6.48625 2 12C2 17.5138 6.48625 22 12 22C17.5138 22 22 17.5138 22 12C22 6.48625 17.5138 2 12 2ZM12 19.2727C11.2473 19.2727 10.6364 18.6618 10.6364 17.9091C10.6364 17.1564 11.2473 16.5455 12 16.5455C12.7527 16.5455 13.3636 17.1564 13.3636 17.9091C13.3636 18.6618 12.7527 19.2727 12 19.2727ZM13.3636 14.2727H10.6364L10.6364 5.18182L13.3636 5.18182L13.3636 14.2727Z"
176
+ }));
188
177
  //#endregion
189
178
  //#region src/components/Icon/assets/minus.svg
190
- var SvgMinus = (props) => /* @__PURE__ */ jsxs("svg", {
179
+ var SvgMinus = (props) => /* @__PURE__ */ React$1.createElement("svg", {
191
180
  xmlns: "http://www.w3.org/2000/svg",
192
181
  viewBox: "0 0 24 24",
193
- ...props,
194
- children: [/* @__PURE__ */ jsx("path", {
195
- d: "M0 0h24v24H0V0z",
196
- fill: "none"
197
- }), /* @__PURE__ */ jsx("path", { d: "M19 13H5v-2h14v2z" })]
198
- });
182
+ ...props
183
+ }, /* @__PURE__ */ React$1.createElement("path", {
184
+ d: "M0 0h24v24H0V0z",
185
+ fill: "none"
186
+ }), /* @__PURE__ */ React$1.createElement("path", { d: "M19 13H5v-2h14v2z" }));
199
187
  //#endregion
200
188
  //#region src/components/Icon/assets/plus.svg
201
- var SvgPlus = (props) => /* @__PURE__ */ jsxs("svg", {
189
+ var SvgPlus = (props) => /* @__PURE__ */ React$1.createElement("svg", {
202
190
  xmlns: "http://www.w3.org/2000/svg",
203
191
  viewBox: "0 0 24 24",
204
- ...props,
205
- children: [/* @__PURE__ */ jsx("rect", {
206
- fill: "none",
207
- height: 24,
208
- width: 24
209
- }), /* @__PURE__ */ jsx("path", { d: "M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6V13z" })]
210
- });
192
+ ...props
193
+ }, /* @__PURE__ */ React$1.createElement("rect", {
194
+ fill: "none",
195
+ height: 24,
196
+ width: 24
197
+ }), /* @__PURE__ */ React$1.createElement("path", { d: "M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6V13z" }));
211
198
  //#endregion
212
199
  //#region src/components/Icon/assets/refresh.svg
213
- var SvgRefresh = (props) => /* @__PURE__ */ jsx("svg", {
200
+ var SvgRefresh = (props) => /* @__PURE__ */ React$1.createElement("svg", {
214
201
  viewBox: "0 0 12 12",
215
202
  xmlns: "http://www.w3.org/2000/svg",
216
- ...props,
217
- children: /* @__PURE__ */ jsx("path", { d: "M6.782 1.5a4.499 4.499 0 0 0-4.437 3.785l-.89-.888-.705.705 2.123 2.123 2.12-2.122-.708-.708-.935.935A3.503 3.503 0 0 1 6.782 2.5c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5v1a4.5 4.5 0 0 0 0-9Z" })
218
- });
203
+ ...props
204
+ }, /* @__PURE__ */ React$1.createElement("path", { d: "M6.782 1.5a4.499 4.499 0 0 0-4.437 3.785l-.89-.888-.705.705 2.123 2.123 2.12-2.122-.708-.708-.935.935A3.503 3.503 0 0 1 6.782 2.5c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5v1a4.5 4.5 0 0 0 0-9Z" }));
219
205
  //#endregion
220
206
  //#region src/components/Icon/assets/sort-asc.svg
221
- var SvgSortAsc = (props) => /* @__PURE__ */ jsxs("svg", {
207
+ var SvgSortAsc = (props) => /* @__PURE__ */ React$1.createElement("svg", {
222
208
  viewBox: "0 0 10 11",
223
209
  xmlns: "http://www.w3.org/2000/svg",
224
210
  fill: "none",
225
- ...props,
226
- children: [/* @__PURE__ */ jsx("path", {
227
- id: "svg_1",
228
- fill: "#313336",
229
- d: "m4.58334,0l4.58332,4.41667l-9.16666,0l4.58334,-4.41667z",
230
- clipRule: "evenodd",
231
- fillRule: "evenodd"
232
- }), /* @__PURE__ */ jsx("path", {
233
- id: "svg_2",
234
- fill: "#CACCCF",
235
- d: "m4.58335,10.83337l-4.58333,-4.4167l9.16664,0l-4.58331,4.4167z",
236
- clipRule: "evenodd",
237
- fillRule: "evenodd"
238
- })]
239
- });
211
+ ...props
212
+ }, /* @__PURE__ */ React$1.createElement("path", {
213
+ id: "svg_1",
214
+ fill: "#313336",
215
+ d: "m4.58334,0l4.58332,4.41667l-9.16666,0l4.58334,-4.41667z",
216
+ clipRule: "evenodd",
217
+ fillRule: "evenodd"
218
+ }), /* @__PURE__ */ React$1.createElement("path", {
219
+ id: "svg_2",
220
+ fill: "#CACCCF",
221
+ d: "m4.58335,10.83337l-4.58333,-4.4167l9.16664,0l-4.58331,4.4167z",
222
+ clipRule: "evenodd",
223
+ fillRule: "evenodd"
224
+ }));
240
225
  //#endregion
241
226
  //#region src/components/Icon/assets/sort-desc.svg
242
- var SvgSortDesc = (props) => /* @__PURE__ */ jsxs("svg", {
227
+ var SvgSortDesc = (props) => /* @__PURE__ */ React$1.createElement("svg", {
243
228
  viewBox: "0 0 10 11",
244
229
  xmlns: "http://www.w3.org/2000/svg",
245
230
  fill: "none",
246
- ...props,
247
- children: [/* @__PURE__ */ jsx("path", {
248
- id: "svg_1",
249
- fill: "#CACCCF",
250
- d: "m4.58334,0l4.58332,4.41667l-9.16666,0l4.58334,-4.41667z",
251
- clipRule: "evenodd",
252
- fillRule: "evenodd"
253
- }), /* @__PURE__ */ jsx("path", {
254
- id: "svg_2",
255
- fill: "#313336",
256
- d: "m4.58335,10.83337l-4.58333,-4.4167l9.16664,0l-4.58331,4.4167z",
257
- clipRule: "evenodd",
258
- fillRule: "evenodd"
259
- })]
260
- });
231
+ ...props
232
+ }, /* @__PURE__ */ React$1.createElement("path", {
233
+ id: "svg_1",
234
+ fill: "#CACCCF",
235
+ d: "m4.58334,0l4.58332,4.41667l-9.16666,0l4.58334,-4.41667z",
236
+ clipRule: "evenodd",
237
+ fillRule: "evenodd"
238
+ }), /* @__PURE__ */ React$1.createElement("path", {
239
+ id: "svg_2",
240
+ fill: "#313336",
241
+ d: "m4.58335,10.83337l-4.58333,-4.4167l9.16664,0l-4.58331,4.4167z",
242
+ clipRule: "evenodd",
243
+ fillRule: "evenodd"
244
+ }));
261
245
  //#endregion
262
246
  //#region src/components/Icon/assets/sort.svg
263
- var SvgSort = (props) => /* @__PURE__ */ jsxs("svg", {
247
+ var SvgSort = (props) => /* @__PURE__ */ React$1.createElement("svg", {
264
248
  viewBox: "0 0 10 11",
265
249
  xmlns: "http://www.w3.org/2000/svg",
266
250
  fill: "none",
267
- ...props,
268
- children: [/* @__PURE__ */ jsx("path", {
269
- id: "svg_1",
270
- fill: "#313336",
271
- d: "m4.58334,0l4.58332,4.41667l-9.16666,0l4.58334,-4.41667z",
272
- clipRule: "evenodd",
273
- fillRule: "evenodd"
274
- }), /* @__PURE__ */ jsx("path", {
275
- id: "svg_2",
276
- fill: "#313336",
277
- d: "m4.58335,10.83337l-4.58333,-4.4167l9.16664,0l-4.58331,4.4167z",
278
- clipRule: "evenodd",
279
- fillRule: "evenodd"
280
- })]
281
- });
251
+ ...props
252
+ }, /* @__PURE__ */ React$1.createElement("path", {
253
+ id: "svg_1",
254
+ fill: "#313336",
255
+ d: "m4.58334,0l4.58332,4.41667l-9.16666,0l4.58334,-4.41667z",
256
+ clipRule: "evenodd",
257
+ fillRule: "evenodd"
258
+ }), /* @__PURE__ */ React$1.createElement("path", {
259
+ id: "svg_2",
260
+ fill: "#313336",
261
+ d: "m4.58335,10.83337l-4.58333,-4.4167l9.16664,0l-4.58331,4.4167z",
262
+ clipRule: "evenodd",
263
+ fillRule: "evenodd"
264
+ }));
282
265
  //#endregion
283
266
  //#region src/components/Icon/assets/upload.svg
284
- var SvgUpload = (props) => /* @__PURE__ */ jsx("svg", {
267
+ var SvgUpload = (props) => /* @__PURE__ */ React$1.createElement("svg", {
285
268
  viewBox: "0 0 48 48",
286
269
  xmlns: "http://www.w3.org/2000/svg",
287
- ...props,
288
- children: /* @__PURE__ */ jsx("path", {
289
- fillRule: "evenodd",
290
- clipRule: "evenodd",
291
- d: "M39.0129 20.0894H29.9817V36.097H19.0291V20.0894H9.01953L24.1351 5L39.0129 20.0894ZM9 40V44H39V40H9Z"
292
- })
293
- });
270
+ ...props
271
+ }, /* @__PURE__ */ React$1.createElement("path", {
272
+ fillRule: "evenodd",
273
+ clipRule: "evenodd",
274
+ d: "M39.0129 20.0894H29.9817V36.097H19.0291V20.0894H9.01953L24.1351 5L39.0129 20.0894ZM9 40V44H39V40H9Z"
275
+ }));
294
276
  //#endregion
295
277
  //#region src/components/Icon/assets/warning.svg
296
- var SvgWarning = (props) => /* @__PURE__ */ jsx("svg", {
278
+ var SvgWarning = (props) => /* @__PURE__ */ React$1.createElement("svg", {
297
279
  viewBox: "0 0 24 24",
298
280
  xmlns: "http://www.w3.org/2000/svg",
299
- ...props,
300
- children: /* @__PURE__ */ jsx("path", {
301
- clipRule: "evenodd",
302
- d: "M3.79753 20.9444H20.2031C21.1809 20.9444 21.8064 19.9034 21.3454 19.0421L13.142 3.68477C12.655 2.77174 11.3443 2.77174 10.856 3.68477L2.65392 19.0421C2.19415 19.9034 2.8197 20.9444 3.79753 20.9444ZM10.7045 9.30522H13.2948V14.4782H10.7045V9.30522ZM11.9996 15.7715C12.7146 15.7715 13.2948 16.3508 13.2948 17.0647C13.2948 17.7786 12.7146 18.358 11.9996 18.358C11.2847 18.358 10.7045 17.7786 10.7045 17.0647C10.7045 16.3508 11.2847 15.7715 11.9996 15.7715Z"
303
- })
304
- });
281
+ ...props
282
+ }, /* @__PURE__ */ React$1.createElement("path", {
283
+ clipRule: "evenodd",
284
+ d: "M3.79753 20.9444H20.2031C21.1809 20.9444 21.8064 19.9034 21.3454 19.0421L13.142 3.68477C12.655 2.77174 11.3443 2.77174 10.856 3.68477L2.65392 19.0421C2.19415 19.9034 2.8197 20.9444 3.79753 20.9444ZM10.7045 9.30522H13.2948V14.4782H10.7045V9.30522ZM11.9996 15.7715C12.7146 15.7715 13.2948 16.3508 13.2948 17.0647C13.2948 17.7786 12.7146 18.358 11.9996 18.358C11.2847 18.358 10.7045 17.7786 10.7045 17.0647C10.7045 16.3508 11.2847 15.7715 11.9996 15.7715Z"
285
+ }));
305
286
  //#endregion
306
287
  //#region src/components/Icon/assets/dots-horizontal.svg
307
- var SvgDotsHorizontal = (props) => /* @__PURE__ */ jsx("svg", {
288
+ var SvgDotsHorizontal = (props) => /* @__PURE__ */ React$1.createElement("svg", {
308
289
  viewBox: "0 0 48 48",
309
290
  xmlns: "http://www.w3.org/2000/svg",
310
- ...props,
311
- children: /* @__PURE__ */ jsx("path", {
312
- d: "M14 24a5 5 0 11-10 0 5 5 0 0110 0zm15 0a5 5 0 11-10 0 5 5 0 0110 0zm15 0a5 5 0 11-10 0 5 5 0 0110 0z",
313
- fill: "currentColor",
314
- fillRule: "evenodd"
315
- })
316
- });
291
+ ...props
292
+ }, /* @__PURE__ */ React$1.createElement("path", {
293
+ d: "M14 24a5 5 0 11-10 0 5 5 0 0110 0zm15 0a5 5 0 11-10 0 5 5 0 0110 0zm15 0a5 5 0 11-10 0 5 5 0 0110 0z",
294
+ fill: "currentColor",
295
+ fillRule: "evenodd"
296
+ }));
317
297
  //#endregion
318
298
  //#region src/components/Icon/assets/caret-right-last.svg
319
- var SvgCaretRightLast = (props) => /* @__PURE__ */ jsxs("svg", {
299
+ var SvgCaretRightLast = (props) => /* @__PURE__ */ React$1.createElement("svg", {
320
300
  viewBox: "0 0 48 48",
321
301
  fill: "currentColor",
322
302
  xmlns: "http://www.w3.org/2000/svg",
323
- ...props,
324
- children: [/* @__PURE__ */ jsx("path", {
325
- fillRule: "evenodd",
326
- clipRule: "evenodd",
327
- d: "M18.2501 6.38126L14.1842 10.4471L27.7371 24L14.1842 37.5529L18.2501 41.6187L31.803 28.0659L35.8688 24L31.803 19.9341L18.2501 6.38126Z"
328
- }), /* @__PURE__ */ jsx("path", {
329
- fillRule: "evenodd",
330
- clipRule: "evenodd",
331
- d: "M40.2922 38.375L44.1256 38.375L44.1256 9.625L40.2922 9.625L40.2922 38.375Z"
332
- })]
333
- });
303
+ ...props
304
+ }, /* @__PURE__ */ React$1.createElement("path", {
305
+ fillRule: "evenodd",
306
+ clipRule: "evenodd",
307
+ d: "M18.2501 6.38126L14.1842 10.4471L27.7371 24L14.1842 37.5529L18.2501 41.6187L31.803 28.0659L35.8688 24L31.803 19.9341L18.2501 6.38126Z"
308
+ }), /* @__PURE__ */ React$1.createElement("path", {
309
+ fillRule: "evenodd",
310
+ clipRule: "evenodd",
311
+ d: "M40.2922 38.375L44.1256 38.375L44.1256 9.625L40.2922 9.625L40.2922 38.375Z"
312
+ }));
334
313
  //#endregion
335
314
  //#region src/components/Icon/Icon.tsx
336
315
  var Icon = IconFactory({