@grandbazar/ui-baza 1.2.2 → 1.2.3
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/README.md +69 -67
- package/dist/index.cjs +157 -60
- package/dist/index.d.ts +35 -9
- package/dist/index.js +155 -57
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -146,78 +146,78 @@ More components coming soon! 🎉
|
|
|
146
146
|
|
|
147
147
|
## 🎨 Icons
|
|
148
148
|
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
- **IconArrow** - Arrow
|
|
152
|
-
- **IconArrowCircle** - Arrow
|
|
153
|
-
- **IconArrowCircleUp** -
|
|
154
|
-
- **IconArrowDiagonal** - Diagonal arrow for external links
|
|
155
|
-
- **IconArrowUTurn** - U-turn arrow for undo
|
|
156
|
-
- **IconBell** -
|
|
157
|
-
- **IconBox** - Box/package icon for
|
|
158
|
-
- **IconCalendar** -
|
|
159
|
-
- **IconCharacteristic** -
|
|
160
|
-
- **IconCheck** -
|
|
161
|
-
- **
|
|
162
|
-
- **
|
|
163
|
-
- **
|
|
164
|
-
- **
|
|
165
|
-
- **
|
|
166
|
-
- **
|
|
167
|
-
- **
|
|
168
|
-
- **
|
|
169
|
-
- **
|
|
170
|
-
- **
|
|
171
|
-
- **
|
|
172
|
-
- **
|
|
173
|
-
- **
|
|
174
|
-
- **IconHanger** -
|
|
175
|
-
- **
|
|
176
|
-
- **
|
|
177
|
-
- **
|
|
178
|
-
- **
|
|
179
|
-
- **
|
|
180
|
-
- **
|
|
181
|
-
- **
|
|
182
|
-
- **
|
|
183
|
-
- **
|
|
184
|
-
- **
|
|
185
|
-
- **
|
|
186
|
-
- **
|
|
187
|
-
- **
|
|
188
|
-
- **
|
|
189
|
-
- **
|
|
190
|
-
- **
|
|
191
|
-
- **
|
|
192
|
-
- **
|
|
193
|
-
- **
|
|
194
|
-
- **
|
|
195
|
-
- **
|
|
196
|
-
- **
|
|
197
|
-
- **
|
|
198
|
-
- **
|
|
199
|
-
- **
|
|
200
|
-
- **IconYandex** - Yandex brand icon for sign-in and social links
|
|
149
|
+
All icons are exported from `@grandbazar/ui-baza` and accept standard SVG props (`React.SVGProps<SVGSVGElement>`):
|
|
150
|
+
|
|
151
|
+
- **IconArrow** - Arrow for direction and navigation.
|
|
152
|
+
- **IconArrowCircle** - Arrow in a circle for compact actions.
|
|
153
|
+
- **IconArrowCircleUp** - Up arrow in a circle for scroll-to-top actions.
|
|
154
|
+
- **IconArrowDiagonal** - Diagonal arrow for external links.
|
|
155
|
+
- **IconArrowUTurn** - U-turn arrow for return/undo style actions.
|
|
156
|
+
- **IconBell** - Notification icon.
|
|
157
|
+
- **IconBox** - Box/package icon for products and inventory.
|
|
158
|
+
- **IconCalendar** - Date and schedule icon.
|
|
159
|
+
- **IconCharacteristic** - Generic attribute/specification marker.
|
|
160
|
+
- **IconCheck** - Confirmation checkmark.
|
|
161
|
+
- **IconCheckCircle** - Checkmark in a circle for success states.
|
|
162
|
+
- **IconChevron** - Chevron for dropdowns and directional hints.
|
|
163
|
+
- **IconChevronDouble** - Double chevron for fast navigation.
|
|
164
|
+
- **IconClock** - Time/duration icon.
|
|
165
|
+
- **IconCollapse** - Collapse/expand state icon.
|
|
166
|
+
- **IconCopy** - Copy/duplicate action icon.
|
|
167
|
+
- **IconDots** - "More actions" menu icon.
|
|
168
|
+
- **IconDownload** - Download action icon.
|
|
169
|
+
- **IconEye** - Visibility and preview icon.
|
|
170
|
+
- **IconFace** - Face/emotion icon for feedback states.
|
|
171
|
+
- **IconFile** - File/document icon.
|
|
172
|
+
- **IconFilters** - Filter controls icon.
|
|
173
|
+
- **IconGear** - Settings/configuration icon.
|
|
174
|
+
- **IconHanger** - Catalog/fashion category icon.
|
|
175
|
+
- **IconHome** - Main page/navigation root icon.
|
|
176
|
+
- **IconInfo** - Informational hint icon.
|
|
177
|
+
- **IconLogOut** - Sign-out action icon.
|
|
178
|
+
- **IconMail** - Email/message icon.
|
|
179
|
+
- **IconMinus** - Remove/decrease action icon.
|
|
180
|
+
- **IconOneCircle** - Number marker in a circle.
|
|
181
|
+
- **IconPerson** - User/profile icon.
|
|
182
|
+
- **IconPhone** - Phone/call icon.
|
|
183
|
+
- **IconPlus** - Add/increase action icon.
|
|
184
|
+
- **IconPrize** - Reward/bonus icon.
|
|
185
|
+
- **IconProject** - Project/layers icon.
|
|
186
|
+
- **IconQRCode** - QR code icon.
|
|
187
|
+
- **IconRequest** - Request/workflow icon.
|
|
188
|
+
- **IconResizeCorner** - Corner resize handle icon.
|
|
189
|
+
- **IconScan** - Scan/recognition icon.
|
|
190
|
+
- **IconSearch** - Search icon.
|
|
191
|
+
- **IconShopping** - Shopping/cart icon.
|
|
192
|
+
- **IconSort** - Sort icon.
|
|
193
|
+
- **IconStar** - Favorite/rating icon.
|
|
194
|
+
- **IconSticker** - Label/sticker icon.
|
|
195
|
+
- **IconStop** - Stop/cancel action icon.
|
|
196
|
+
- **IconSwitch** - Toggle/switch state icon.
|
|
197
|
+
- **IconXMark** - Close/remove icon.
|
|
198
|
+
- **IconXMarkCircle** - Close icon in a circle.
|
|
199
|
+
- **IconLogo** - Brand icons namespace.
|
|
201
200
|
|
|
202
201
|
### Icon Variants
|
|
203
202
|
|
|
204
|
-
Some icons provide
|
|
205
|
-
|
|
206
|
-
- **
|
|
207
|
-
- **
|
|
208
|
-
- **
|
|
209
|
-
- **
|
|
210
|
-
- **
|
|
211
|
-
- **
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
- **
|
|
216
|
-
- **
|
|
217
|
-
- **
|
|
203
|
+
Some icons provide variants via Compound Components pattern, for example:
|
|
204
|
+
|
|
205
|
+
- **IconArrowCircleUp.Filled** - Filled scroll-up action variant.
|
|
206
|
+
- **IconArrowDiagonal.Up** - Upward diagonal direction variant.
|
|
207
|
+
- **IconEye.Off** - Visibility-off/hidden state variant.
|
|
208
|
+
- **IconFace.Sad** - Negative feedback/emotion variant.
|
|
209
|
+
- **IconFace.Smile** - Positive feedback/emotion variant.
|
|
210
|
+
- **IconXMark.Small** - Compact close icon for tight layouts.
|
|
211
|
+
|
|
212
|
+
Brand icons are available under `IconLogo`:
|
|
213
|
+
|
|
214
|
+
- **IconLogo.Google** - Google brand mark.
|
|
215
|
+
- **IconLogo.Telegram** - Telegram brand mark.
|
|
216
|
+
- **IconLogo.VK** - VK brand mark.
|
|
217
|
+
- **IconLogo.Yandex** - Yandex brand mark.
|
|
218
218
|
|
|
219
219
|
```tsx
|
|
220
|
-
import { IconCheck, IconShopping,
|
|
220
|
+
import { IconCheck, IconShopping, IconFace, IconLogo } from '@grandbazar/ui-baza';
|
|
221
221
|
|
|
222
222
|
function Example() {
|
|
223
223
|
return (
|
|
@@ -225,6 +225,8 @@ function Example() {
|
|
|
225
225
|
<IconCheck style={{ color: 'green', width: 16, height: 16 }} />
|
|
226
226
|
<IconShopping style={{ color: 'blue', width: 20, height: 20 }} />
|
|
227
227
|
<IconShopping.Filled style={{ color: 'red', width: 24, height: 24 }} />
|
|
228
|
+
<IconFace.Sad style={{ color: '#6b7280', width: 24, height: 24 }} />
|
|
229
|
+
<IconLogo.Google style={{ width: 24, height: 24 }} />
|
|
228
230
|
</div>
|
|
229
231
|
);
|
|
230
232
|
}
|
package/dist/index.cjs
CHANGED
|
@@ -229,6 +229,24 @@ function IconBell(props) {
|
|
|
229
229
|
}
|
|
230
230
|
) });
|
|
231
231
|
}
|
|
232
|
+
IconBell.Filled = function IconBellFilled(props) {
|
|
233
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
234
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
235
|
+
"path",
|
|
236
|
+
{
|
|
237
|
+
d: "M12.9204 19.4139C13.2169 19.0027 13.7826 18.8748 14.231 19.1336C14.6794 19.3925 14.852 19.9467 14.6441 20.409L14.5972 20.4998C14.334 20.9556 13.9554 21.3342 13.4995 21.5974C13.0436 21.8607 12.526 21.9997 11.9995 21.9998C11.473 21.9998 10.9556 21.8607 10.4995 21.5974C10.1005 21.367 9.76054 21.0484 9.50541 20.6668L9.40091 20.4998L9.35404 20.409C9.1462 19.9467 9.31872 19.3925 9.76713 19.1336C10.2155 18.8747 10.7812 19.0027 11.0777 19.4139L11.1333 19.4998L11.2056 19.6092C11.2852 19.7129 11.3856 19.8002 11.4995 19.866C11.6515 19.9536 11.8242 19.9998 11.9995 19.9998C12.1749 19.9997 12.3477 19.9537 12.4995 19.866C12.6514 19.7783 12.7771 19.6516 12.8648 19.4998L12.9204 19.4139Z",
|
|
238
|
+
fill: "currentColor"
|
|
239
|
+
}
|
|
240
|
+
),
|
|
241
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
242
|
+
"path",
|
|
243
|
+
{
|
|
244
|
+
d: "M3.26127 15.326C3.13063 15.4692 3.04442 15.6472 3.01312 15.8385C2.98183 16.0298 3.00679 16.226 3.08498 16.4034C3.16316 16.5807 3.2912 16.7316 3.45352 16.8375C3.61585 16.9434 3.80545 16.9999 3.99927 17H19.9993C20.1931 17.0001 20.3827 16.9438 20.5451 16.8381C20.7076 16.7324 20.8358 16.5817 20.9142 16.4045C20.9926 16.2273 21.0178 16.0311 20.9867 15.8398C20.9557 15.6485 20.8697 15.4703 20.7393 15.327C19.4093 13.956 17.9993 12.499 17.9993 8C17.9993 6.4087 17.3671 4.88258 16.2419 3.75736C15.1167 2.63214 13.5906 2 11.9993 2C10.408 2 8.88185 2.63214 7.75663 3.75736C6.63141 4.88258 5.99927 6.4087 5.99927 8C5.99927 12.499 4.58827 13.956 3.26127 15.326Z",
|
|
245
|
+
fill: "currentColor"
|
|
246
|
+
}
|
|
247
|
+
)
|
|
248
|
+
] });
|
|
249
|
+
};
|
|
232
250
|
|
|
233
251
|
function IconBox(props) {
|
|
234
252
|
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -276,6 +294,21 @@ function IconCheck(props) {
|
|
|
276
294
|
) });
|
|
277
295
|
}
|
|
278
296
|
|
|
297
|
+
function IconCheckCircle(props) {
|
|
298
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
299
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: "white" }),
|
|
300
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
301
|
+
"path",
|
|
302
|
+
{
|
|
303
|
+
fillRule: "evenodd",
|
|
304
|
+
clipRule: "evenodd",
|
|
305
|
+
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM16.6339 10.3839C17.122 9.89573 17.122 9.10427 16.6339 8.61612C16.1457 8.12796 15.3543 8.12796 14.8661 8.61612L10.75 12.7322L9.13388 11.1161C8.64573 10.628 7.85427 10.628 7.36612 11.1161C6.87796 11.6043 6.87796 12.3957 7.36612 12.8839L9.86612 15.3839C10.3543 15.872 11.1457 15.872 11.6339 15.3839L16.6339 10.3839Z",
|
|
306
|
+
fill: "#1A1B20"
|
|
307
|
+
}
|
|
308
|
+
)
|
|
309
|
+
] });
|
|
310
|
+
}
|
|
311
|
+
|
|
279
312
|
function IconChevron(props) {
|
|
280
313
|
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
281
314
|
"path",
|
|
@@ -323,16 +356,36 @@ function IconChevronDouble(props) {
|
|
|
323
356
|
}
|
|
324
357
|
|
|
325
358
|
function IconClock(props) {
|
|
326
|
-
return /* @__PURE__ */ jsxRuntime.
|
|
359
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
360
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
361
|
+
"path",
|
|
362
|
+
{
|
|
363
|
+
fillRule: "evenodd",
|
|
364
|
+
clipRule: "evenodd",
|
|
365
|
+
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
366
|
+
fill: "currentColor"
|
|
367
|
+
}
|
|
368
|
+
),
|
|
369
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
370
|
+
"path",
|
|
371
|
+
{
|
|
372
|
+
d: "M10.5 8.5C10.5 7.94771 10.9477 7.5 11.5 7.5C12.0523 7.5 12.5 7.94771 12.5 8.5L12.5 12.0859L14.207 13.793L14.2754 13.8691C14.5957 14.2619 14.5731 14.8409 14.207 15.207C13.8409 15.5731 13.2619 15.5957 12.8691 15.2754L12.793 15.207L10.793 13.207C10.6054 13.0195 10.5 12.7652 10.5 12.5L10.5 8.5Z",
|
|
373
|
+
fill: "currentColor"
|
|
374
|
+
}
|
|
375
|
+
)
|
|
376
|
+
] });
|
|
377
|
+
}
|
|
378
|
+
IconClock.Filled = function IconClockFilled(props) {
|
|
379
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
327
380
|
"path",
|
|
328
381
|
{
|
|
329
382
|
fillRule: "evenodd",
|
|
330
383
|
clipRule: "evenodd",
|
|
331
|
-
d: "
|
|
384
|
+
d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM11.5 7.5C10.9477 7.5 10.5 7.94772 10.5 8.5V12.5C10.5 12.7652 10.6054 13.0195 10.793 13.207L12.793 15.207L12.8691 15.2754C13.2619 15.5957 13.8409 15.5731 14.207 15.207C14.5731 14.8409 14.5957 14.2619 14.2754 13.8691L14.207 13.793L12.5 12.0859V8.5C12.5 7.94772 12.0523 7.5 11.5 7.5Z",
|
|
332
385
|
fill: "currentColor"
|
|
333
386
|
}
|
|
334
387
|
) });
|
|
335
|
-
}
|
|
388
|
+
};
|
|
336
389
|
|
|
337
390
|
function IconCollapse(props) {
|
|
338
391
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
@@ -434,7 +487,10 @@ function IconEyeOff(props) {
|
|
|
434
487
|
}
|
|
435
488
|
IconEye.Off = IconEyeOff;
|
|
436
489
|
|
|
437
|
-
function IconFace(
|
|
490
|
+
function IconFace() {
|
|
491
|
+
throw new Error("Do not render <IconFace /> directly.");
|
|
492
|
+
}
|
|
493
|
+
IconFace.Smile = function IconFace2(props) {
|
|
438
494
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
439
495
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
440
496
|
"path",
|
|
@@ -451,7 +507,7 @@ function IconFace(props) {
|
|
|
451
507
|
}
|
|
452
508
|
)
|
|
453
509
|
] });
|
|
454
|
-
}
|
|
510
|
+
};
|
|
455
511
|
IconFace.Sad = function IconFaceSad(props) {
|
|
456
512
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
457
513
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -514,6 +570,68 @@ IconGear.Filled = function IconGearFilled(props) {
|
|
|
514
570
|
) });
|
|
515
571
|
};
|
|
516
572
|
|
|
573
|
+
function IconHanger(props) {
|
|
574
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
575
|
+
"path",
|
|
576
|
+
{
|
|
577
|
+
d: "M13.9122 3.86347C14.9673 2.03591 17.3096 1.41301 19.1439 2.47205C20.9782 3.53109 21.6099 5.87097 20.5547 7.69854C19.7853 9.03124 18.3314 9.72334 16.8892 9.58977C16.3961 9.54411 15.8132 10.1393 16.0122 10.5927C16.779 12.3409 18.0997 15.5656 19.5281 20.0095C20.0051 21.4938 18.0983 22.6197 16.913 21.607C12.7601 18.0586 8.44577 15.6201 3.23441 13.8511C1.79178 13.3614 1.78285 11.3294 3.27362 11.0155C5.46031 10.5549 7.52724 10.2133 9 9.99232",
|
|
578
|
+
stroke: "currentColor",
|
|
579
|
+
strokeWidth: "3",
|
|
580
|
+
strokeLinecap: "round",
|
|
581
|
+
strokeLinejoin: "round"
|
|
582
|
+
}
|
|
583
|
+
) });
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
function IconHome(props) {
|
|
587
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
588
|
+
"path",
|
|
589
|
+
{
|
|
590
|
+
fillRule: "evenodd",
|
|
591
|
+
clipRule: "evenodd",
|
|
592
|
+
d: "M13.3287 4.50692C12.571 3.83288 11.429 3.83288 10.6713 4.50692L4.67127 9.84395C4.2443 10.2238 4 10.7681 4 11.3398V17.9972C4 19.1026 4.89543 19.9986 6 19.9986H18C19.1046 19.9986 20 19.1026 20 17.9972V11.3398C20 10.7681 19.7557 10.2238 19.3287 9.84395L13.3287 4.50692ZM9.34254 3.01106C10.8581 1.66298 13.1419 1.66298 14.6575 3.01106L20.6575 8.3481C21.5114 9.10769 22 10.1965 22 11.3398V17.9972C22 20.2079 20.2091 22 18 22H6C3.79086 22 2 20.2079 2 17.9972V11.3398C2 10.1965 2.48859 9.10769 3.34254 8.3481L9.34254 3.01106ZM9 16.9965C9 16.4439 9.44772 15.9958 10 15.9958H14C14.5523 15.9958 15 16.4439 15 16.9965C15 17.5492 14.5523 17.9972 14 17.9972H10C9.44772 17.9972 9 17.5492 9 16.9965Z",
|
|
593
|
+
fill: "currentColor"
|
|
594
|
+
}
|
|
595
|
+
) });
|
|
596
|
+
}
|
|
597
|
+
IconHome.Filled = function IconHomeFilled(props) {
|
|
598
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
599
|
+
"path",
|
|
600
|
+
{
|
|
601
|
+
fillRule: "evenodd",
|
|
602
|
+
clipRule: "evenodd",
|
|
603
|
+
d: "M14.6575 3.01106C13.1419 1.66298 10.8581 1.66298 9.34254 3.01106L3.34254 8.3481C2.48859 9.10769 2 10.1965 2 11.3398V17.9972C2 20.2079 3.79086 22 6 22H18C20.2091 22 22 20.2079 22 17.9972V11.3398C22 10.1965 21.5114 9.10769 20.6575 8.3481L14.6575 3.01106ZM8.75 16.9965C8.75 16.3056 9.30964 15.7456 10 15.7456H14C14.6904 15.7456 15.25 16.3056 15.25 16.9965C15.25 17.6873 14.6904 18.2473 14 18.2473H10C9.30964 18.2473 8.75 17.6873 8.75 16.9965Z",
|
|
604
|
+
fill: "currentColor"
|
|
605
|
+
}
|
|
606
|
+
) });
|
|
607
|
+
};
|
|
608
|
+
|
|
609
|
+
function IconInfo(props) {
|
|
610
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
611
|
+
"path",
|
|
612
|
+
{
|
|
613
|
+
fillRule: "evenodd",
|
|
614
|
+
clipRule: "evenodd",
|
|
615
|
+
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12 17C11.4477 17 11 16.5523 11 16L11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12L13 16C13 16.5523 12.5523 17 12 17ZM13 8C13 8.55229 12.5523 9 12 9L11.99 9C11.4377 9 10.99 8.55229 10.99 8C10.99 7.44772 11.4377 7 11.99 7L12 7C12.5523 7 13 7.44772 13 8Z",
|
|
616
|
+
fill: "currentColor"
|
|
617
|
+
}
|
|
618
|
+
) });
|
|
619
|
+
}
|
|
620
|
+
IconInfo.Filled = function IconInfoFilled(props) {
|
|
621
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
622
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: "white" }),
|
|
623
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
624
|
+
"path",
|
|
625
|
+
{
|
|
626
|
+
fillRule: "evenodd",
|
|
627
|
+
clipRule: "evenodd",
|
|
628
|
+
d: "M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM10.75 7C10.75 6.30964 11.3096 5.75 12 5.75C12.6904 5.75 13.25 6.30964 13.25 7C13.25 7.69036 12.6904 8.25 12 8.25C11.3096 8.25 10.75 7.69036 10.75 7ZM12 18.25C12.6904 18.25 13.25 17.6904 13.25 17L13.25 12C13.25 11.3096 12.6904 10.75 12 10.75C11.3096 10.75 10.75 11.3096 10.75 12L10.75 17C10.75 17.6904 11.3096 18.25 12 18.25Z",
|
|
629
|
+
fill: "currentColor"
|
|
630
|
+
}
|
|
631
|
+
)
|
|
632
|
+
] });
|
|
633
|
+
};
|
|
634
|
+
|
|
517
635
|
function IconGoogle(props) {
|
|
518
636
|
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
519
637
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -555,34 +673,44 @@ function IconGoogle(props) {
|
|
|
555
673
|
] });
|
|
556
674
|
}
|
|
557
675
|
|
|
558
|
-
function
|
|
676
|
+
function IconTelegram(props) {
|
|
559
677
|
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
560
678
|
"path",
|
|
561
679
|
{
|
|
562
|
-
d: "
|
|
563
|
-
|
|
564
|
-
strokeWidth: "3",
|
|
565
|
-
strokeLinecap: "round",
|
|
566
|
-
strokeLinejoin: "round"
|
|
680
|
+
d: "M2.90465 10.6054L20.1346 4.07987C20.9343 3.79608 21.6328 4.27149 21.3736 5.45928L21.3751 5.45782L18.4414 19.034C18.224 19.9965 17.6417 20.2306 16.8271 19.7771L12.3595 16.5429L10.2047 18.582C9.96641 18.8161 9.76537 19.0135 9.30372 19.0135L9.62091 14.5476L17.9008 7.20001C18.2612 6.88843 17.8204 6.7129 17.3454 7.02301L7.11311 13.3511L2.70212 11.9994C1.74456 11.701 1.72371 11.0589 2.90465 10.6054Z",
|
|
681
|
+
fill: "#039BE5"
|
|
567
682
|
}
|
|
568
683
|
) });
|
|
569
684
|
}
|
|
570
685
|
|
|
571
|
-
function
|
|
572
|
-
return /* @__PURE__ */ jsxRuntime.
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
"
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
686
|
+
function IconVK(props) {
|
|
687
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
688
|
+
"path",
|
|
689
|
+
{
|
|
690
|
+
d: "M22.0711 15.8962C21.5985 15.32 21.0735 14.7898 20.5028 14.3126C20.3235 14.1185 20.1267 13.9416 19.915 13.7844C19.3918 13.2561 19.3272 13.0591 19.7845 12.4655C20.068 12.0322 20.3733 11.6138 20.6991 11.2119C20.9601 10.8166 21.2869 10.4866 21.5479 10.0901L21.6138 10.0236C22.187 9.31758 22.6295 8.51291 22.9199 7.64826C23.0177 7.37111 23.0177 7.06834 22.9199 6.79119C22.8264 6.67066 22.7076 6.57265 22.5719 6.50428C22.4363 6.43591 22.2873 6.39888 22.1357 6.3959H18.4114C18.183 6.38679 17.9578 6.4525 17.7695 6.58322C17.5811 6.71394 17.4397 6.90265 17.3662 7.1212C17.1755 7.61675 16.9573 8.10106 16.7126 8.57182C16.2399 9.69109 15.5767 10.718 14.7528 11.606L14.687 11.6725C14.5565 11.8043 14.4906 11.936 14.3602 11.936H14.2943C14.098 11.8695 13.9675 11.4078 13.9675 11.2107V7.18769C13.9028 6.52766 13.7065 6.13237 12.987 6.0006H9.39552C9.16626 5.99381 8.93891 6.04447 8.73377 6.14804C8.52863 6.25161 8.35209 6.40488 8.21991 6.59415C8.14455 6.65738 8.08681 6.73936 8.05238 6.83199C8.01795 6.92463 8.00802 7.02472 8.02358 7.12241C8.08942 7.38594 8.35041 7.38594 8.4809 7.45243C8.69411 7.47028 8.89294 7.56821 9.03812 7.7269C9.1833 7.88558 9.26427 8.09347 9.26504 8.3095C9.38759 9.22782 9.40967 10.157 9.33087 11.0802C9.32502 11.3273 9.281 11.572 9.20039 11.8055C9.20039 11.872 9.13455 12.0037 9.06991 12.0037C9.00062 11.9955 8.93378 11.9728 8.87357 11.9372C8.60234 11.7046 8.36102 11.4386 8.15526 11.1455C7.338 9.95216 6.65839 8.6685 6.12966 7.31945C6.04836 7.08218 5.89963 6.87435 5.70205 6.72192C5.50446 6.56949 5.26679 6.47922 5.0187 6.46238H1.94798C1.78419 6.44323 1.61835 6.46998 1.46863 6.53971C1.31891 6.60943 1.19109 6.71944 1.09919 6.85767C1.03382 7.00267 1 7.16014 1 7.31945C1 7.47877 1.03382 7.63623 1.09919 7.78123C2.18576 10.3067 3.52092 12.7156 5.08454 14.9714C5.90352 16.138 6.94812 17.125 8.15526 17.8727C9.41443 18.5762 10.8321 18.9397 12.2711 18.928H12.7931C13.7077 18.8615 14.0345 18.5327 14.0992 17.6744C14.0846 17.2204 14.1739 16.7691 14.3602 16.3556C14.4906 16.092 14.6212 16.092 14.687 16.092C14.8022 16.118 14.9126 16.1625 15.0138 16.2238C15.202 16.361 15.3772 16.5156 15.537 16.6856C15.6833 16.825 15.8146 16.9798 15.9284 17.1474C16.1949 17.4702 16.4783 17.7785 16.7772 18.0709C17.0536 18.3851 17.3972 18.6316 17.782 18.7916C18.1668 18.9516 18.5827 19.021 18.998 18.9945H22.1345C22.2851 18.9932 22.4323 18.9493 22.5593 18.8676C22.6863 18.786 22.788 18.6699 22.8528 18.5327C22.9495 18.3501 23 18.1462 23 17.9392C23 17.7321 22.9495 17.5282 22.8528 17.3456C22.7051 16.8086 22.4377 16.3129 22.0711 15.8962Z",
|
|
691
|
+
fill: "#4B78A6"
|
|
692
|
+
}
|
|
693
|
+
) });
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
function IconYandex(props) {
|
|
697
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
698
|
+
"path",
|
|
699
|
+
{
|
|
700
|
+
d: "M7.24807 21.1831H9.06707C9.23207 21.1831 9.33207 21.1171 9.36707 21.0181L12.9061 14.0731H14.1961V21.0181C14.1989 21.0609 14.2172 21.1013 14.2475 21.1317C14.2779 21.162 14.3182 21.1803 14.3611 21.1831H15.9481C16.1131 21.1831 16.1481 21.1171 16.1481 20.9831V2.26612C16.1515 2.23047 16.147 2.1945 16.1348 2.1608C16.1227 2.1271 16.1033 2.09649 16.078 2.07117C16.0527 2.04585 16.0221 2.02643 15.9884 2.01432C15.9547 2.0022 15.9187 1.9977 15.8831 2.0011H12.9731C10.1291 2.0011 7.68107 4.1841 7.68107 8.3841C7.60722 9.50161 7.88265 10.6144 8.46924 11.5685C9.05582 12.5225 9.92453 13.2706 10.9551 13.7091L7.05507 20.7861C7.02562 20.822 7.00709 20.8656 7.00166 20.9118C6.99624 20.9579 7.00415 21.0046 7.02446 21.0464C7.04477 21.0882 7.07662 21.1233 7.11625 21.1475C7.15589 21.1717 7.20163 21.1841 7.24807 21.1831ZM9.79507 8.11911C9.79507 4.91111 11.3161 3.61911 12.8711 3.61911H14.1571V12.4191H13.1011C11.4481 12.4191 9.79407 11.1951 9.79407 8.11911H9.79507Z",
|
|
701
|
+
fill: "#FF0000"
|
|
702
|
+
}
|
|
703
|
+
) });
|
|
584
704
|
}
|
|
585
705
|
|
|
706
|
+
function IconLogo() {
|
|
707
|
+
throw new Error("Do not render <IconLogo /> directly.");
|
|
708
|
+
}
|
|
709
|
+
IconLogo.Google = IconGoogle;
|
|
710
|
+
IconLogo.Telegram = IconTelegram;
|
|
711
|
+
IconLogo.VK = IconVK;
|
|
712
|
+
IconLogo.Yandex = IconYandex;
|
|
713
|
+
|
|
586
714
|
function IconLogOut(props) {
|
|
587
715
|
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
588
716
|
"path",
|
|
@@ -804,10 +932,10 @@ function IconStar(props) {
|
|
|
804
932
|
}
|
|
805
933
|
|
|
806
934
|
function IconSticker(props) {
|
|
807
|
-
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0
|
|
935
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
808
936
|
"path",
|
|
809
937
|
{
|
|
810
|
-
d: "
|
|
938
|
+
d: "M7.20052 3.40278C5.26404 3.73718 3.73718 5.26404 3.40278 7.20052L5.87587 6.78906C6.34417 6.71101 6.71101 6.34417 6.78906 5.87587L7.20052 3.40278ZM14 11.5556C14 12.9056 12.9056 14 11.5556 14H4.44444C3.09442 14 2 12.9056 2 11.5556V8C2 4.68629 4.68629 2 8 2H11.5556C12.9056 2 14 3.09442 14 4.44444V11.5556Z",
|
|
811
939
|
fill: "currentColor"
|
|
812
940
|
}
|
|
813
941
|
) });
|
|
@@ -842,26 +970,6 @@ function IconSwitch(props) {
|
|
|
842
970
|
] });
|
|
843
971
|
}
|
|
844
972
|
|
|
845
|
-
function IconTelegram(props) {
|
|
846
|
-
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
847
|
-
"path",
|
|
848
|
-
{
|
|
849
|
-
d: "M2.90465 10.6054L20.1346 4.07987C20.9343 3.79608 21.6328 4.27149 21.3736 5.45928L21.3751 5.45782L18.4414 19.034C18.224 19.9965 17.6417 20.2306 16.8271 19.7771L12.3595 16.5429L10.2047 18.582C9.96641 18.8161 9.76537 19.0135 9.30372 19.0135L9.62091 14.5476L17.9008 7.20001C18.2612 6.88843 17.8204 6.7129 17.3454 7.02301L7.11311 13.3511L2.70212 11.9994C1.74456 11.701 1.72371 11.0589 2.90465 10.6054Z",
|
|
850
|
-
fill: "#039BE5"
|
|
851
|
-
}
|
|
852
|
-
) });
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
function IconVK(props) {
|
|
856
|
-
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
857
|
-
"path",
|
|
858
|
-
{
|
|
859
|
-
d: "M22.0711 15.8962C21.5985 15.32 21.0735 14.7898 20.5028 14.3126C20.3235 14.1185 20.1267 13.9416 19.915 13.7844C19.3918 13.2561 19.3272 13.0591 19.7845 12.4655C20.068 12.0322 20.3733 11.6138 20.6991 11.2119C20.9601 10.8166 21.2869 10.4866 21.5479 10.0901L21.6138 10.0236C22.187 9.31758 22.6295 8.51291 22.9199 7.64826C23.0177 7.37111 23.0177 7.06834 22.9199 6.79119C22.8264 6.67066 22.7076 6.57265 22.5719 6.50428C22.4363 6.43591 22.2873 6.39888 22.1357 6.3959H18.4114C18.183 6.38679 17.9578 6.4525 17.7695 6.58322C17.5811 6.71394 17.4397 6.90265 17.3662 7.1212C17.1755 7.61675 16.9573 8.10106 16.7126 8.57182C16.2399 9.69109 15.5767 10.718 14.7528 11.606L14.687 11.6725C14.5565 11.8043 14.4906 11.936 14.3602 11.936H14.2943C14.098 11.8695 13.9675 11.4078 13.9675 11.2107V7.18769C13.9028 6.52766 13.7065 6.13237 12.987 6.0006H9.39552C9.16626 5.99381 8.93891 6.04447 8.73377 6.14804C8.52863 6.25161 8.35209 6.40488 8.21991 6.59415C8.14455 6.65738 8.08681 6.73936 8.05238 6.83199C8.01795 6.92463 8.00802 7.02472 8.02358 7.12241C8.08942 7.38594 8.35041 7.38594 8.4809 7.45243C8.69411 7.47028 8.89294 7.56821 9.03812 7.7269C9.1833 7.88558 9.26427 8.09347 9.26504 8.3095C9.38759 9.22782 9.40967 10.157 9.33087 11.0802C9.32502 11.3273 9.281 11.572 9.20039 11.8055C9.20039 11.872 9.13455 12.0037 9.06991 12.0037C9.00062 11.9955 8.93378 11.9728 8.87357 11.9372C8.60234 11.7046 8.36102 11.4386 8.15526 11.1455C7.338 9.95216 6.65839 8.6685 6.12966 7.31945C6.04836 7.08218 5.89963 6.87435 5.70205 6.72192C5.50446 6.56949 5.26679 6.47922 5.0187 6.46238H1.94798C1.78419 6.44323 1.61835 6.46998 1.46863 6.53971C1.31891 6.60943 1.19109 6.71944 1.09919 6.85767C1.03382 7.00267 1 7.16014 1 7.31945C1 7.47877 1.03382 7.63623 1.09919 7.78123C2.18576 10.3067 3.52092 12.7156 5.08454 14.9714C5.90352 16.138 6.94812 17.125 8.15526 17.8727C9.41443 18.5762 10.8321 18.9397 12.2711 18.928H12.7931C13.7077 18.8615 14.0345 18.5327 14.0992 17.6744C14.0846 17.2204 14.1739 16.7691 14.3602 16.3556C14.4906 16.092 14.6212 16.092 14.687 16.092C14.8022 16.118 14.9126 16.1625 15.0138 16.2238C15.202 16.361 15.3772 16.5156 15.537 16.6856C15.6833 16.825 15.8146 16.9798 15.9284 17.1474C16.1949 17.4702 16.4783 17.7785 16.7772 18.0709C17.0536 18.3851 17.3972 18.6316 17.782 18.7916C18.1668 18.9516 18.5827 19.021 18.998 18.9945H22.1345C22.2851 18.9932 22.4323 18.9493 22.5593 18.8676C22.6863 18.786 22.788 18.6699 22.8528 18.5327C22.9495 18.3501 23 18.1462 23 17.9392C23 17.7321 22.9495 17.5282 22.8528 17.3456C22.7051 16.8086 22.4377 16.3129 22.0711 15.8962Z",
|
|
860
|
-
fill: "#4B78A6"
|
|
861
|
-
}
|
|
862
|
-
) });
|
|
863
|
-
}
|
|
864
|
-
|
|
865
973
|
function IconXMark(props) {
|
|
866
974
|
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
867
975
|
"path",
|
|
@@ -899,16 +1007,6 @@ function IconXMarkCircle(props) {
|
|
|
899
1007
|
] });
|
|
900
1008
|
}
|
|
901
1009
|
|
|
902
|
-
function IconYandex(props) {
|
|
903
|
-
return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
904
|
-
"path",
|
|
905
|
-
{
|
|
906
|
-
d: "M7.24807 21.1831H9.06707C9.23207 21.1831 9.33207 21.1171 9.36707 21.0181L12.9061 14.0731H14.1961V21.0181C14.1989 21.0609 14.2172 21.1013 14.2475 21.1317C14.2779 21.162 14.3182 21.1803 14.3611 21.1831H15.9481C16.1131 21.1831 16.1481 21.1171 16.1481 20.9831V2.26612C16.1515 2.23047 16.147 2.1945 16.1348 2.1608C16.1227 2.1271 16.1033 2.09649 16.078 2.07117C16.0527 2.04585 16.0221 2.02643 15.9884 2.01432C15.9547 2.0022 15.9187 1.9977 15.8831 2.0011H12.9731C10.1291 2.0011 7.68107 4.1841 7.68107 8.3841C7.60722 9.50161 7.88265 10.6144 8.46924 11.5685C9.05582 12.5225 9.92453 13.2706 10.9551 13.7091L7.05507 20.7861C7.02562 20.822 7.00709 20.8656 7.00166 20.9118C6.99624 20.9579 7.00415 21.0046 7.02446 21.0464C7.04477 21.0882 7.07662 21.1233 7.11625 21.1475C7.15589 21.1717 7.20163 21.1841 7.24807 21.1831ZM9.79507 8.11911C9.79507 4.91111 11.3161 3.61911 12.8711 3.61911H14.1571V12.4191H13.1011C11.4481 12.4191 9.79407 11.1951 9.79407 8.11911H9.79507Z",
|
|
907
|
-
fill: "#FF0000"
|
|
908
|
-
}
|
|
909
|
-
) });
|
|
910
|
-
}
|
|
911
|
-
|
|
912
1010
|
const breadcrumbs = "_breadcrumbs_1bfmb_2";
|
|
913
1011
|
const breadcrumbsItem = "_breadcrumbsItem_1bfmb_8";
|
|
914
1012
|
const defaultSeparator = "_defaultSeparator_1bfmb_14";
|
|
@@ -2716,6 +2814,7 @@ exports.IconBox = IconBox;
|
|
|
2716
2814
|
exports.IconCalendar = IconCalendar;
|
|
2717
2815
|
exports.IconCharacteristic = IconCharacteristic;
|
|
2718
2816
|
exports.IconCheck = IconCheck;
|
|
2817
|
+
exports.IconCheckCircle = IconCheckCircle;
|
|
2719
2818
|
exports.IconChevron = IconChevron;
|
|
2720
2819
|
exports.IconChevronDouble = IconChevronDouble;
|
|
2721
2820
|
exports.IconClock = IconClock;
|
|
@@ -2728,10 +2827,11 @@ exports.IconFace = IconFace;
|
|
|
2728
2827
|
exports.IconFile = IconFile;
|
|
2729
2828
|
exports.IconFilters = IconFilters;
|
|
2730
2829
|
exports.IconGear = IconGear;
|
|
2731
|
-
exports.IconGoogle = IconGoogle;
|
|
2732
2830
|
exports.IconHanger = IconHanger;
|
|
2831
|
+
exports.IconHome = IconHome;
|
|
2733
2832
|
exports.IconInfo = IconInfo;
|
|
2734
2833
|
exports.IconLogOut = IconLogOut;
|
|
2834
|
+
exports.IconLogo = IconLogo;
|
|
2735
2835
|
exports.IconMail = IconMail;
|
|
2736
2836
|
exports.IconMinus = IconMinus;
|
|
2737
2837
|
exports.IconOneCircle = IconOneCircle;
|
|
@@ -2751,11 +2851,8 @@ exports.IconStar = IconStar;
|
|
|
2751
2851
|
exports.IconSticker = IconSticker;
|
|
2752
2852
|
exports.IconStop = IconStop;
|
|
2753
2853
|
exports.IconSwitch = IconSwitch;
|
|
2754
|
-
exports.IconTelegram = IconTelegram;
|
|
2755
|
-
exports.IconVK = IconVK;
|
|
2756
2854
|
exports.IconXMark = IconXMark;
|
|
2757
2855
|
exports.IconXMarkCircle = IconXMarkCircle;
|
|
2758
|
-
exports.IconYandex = IconYandex;
|
|
2759
2856
|
exports.LOCALE_FIRST_DAY_OF_WEEK = LOCALE_FIRST_DAY_OF_WEEK;
|
|
2760
2857
|
exports.Pagination = Pagination;
|
|
2761
2858
|
exports.ProgressBar = ProgressBar;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { ComponentProps } from 'react';
|
|
2
2
|
import { default as default_2 } from 'react';
|
|
3
3
|
import { Dispatch } from 'react';
|
|
4
|
+
import { IconGoogle } from './logos';
|
|
5
|
+
import { IconTelegram } from './logos';
|
|
6
|
+
import { IconVK } from './logos';
|
|
7
|
+
import { IconYandex } from './logos';
|
|
4
8
|
import { JSX } from 'react/jsx-runtime';
|
|
5
9
|
import { ReactPortal } from 'react';
|
|
6
10
|
import { SetStateAction } from 'react';
|
|
@@ -230,6 +234,10 @@ export declare namespace IconArrowUTurn {
|
|
|
230
234
|
|
|
231
235
|
export declare function IconBell(props: TSvgIconProps): JSX.Element;
|
|
232
236
|
|
|
237
|
+
export declare namespace IconBell {
|
|
238
|
+
var Filled: (props: TSvgIconProps) => JSX.Element;
|
|
239
|
+
}
|
|
240
|
+
|
|
233
241
|
export declare function IconBox(props: TSvgIconProps): JSX.Element;
|
|
234
242
|
|
|
235
243
|
export declare function IconCalendar(props: TSvgIconProps): JSX.Element;
|
|
@@ -238,6 +246,8 @@ export declare function IconCharacteristic(props: TSvgIconProps): JSX.Element;
|
|
|
238
246
|
|
|
239
247
|
export declare function IconCheck(props: TSvgIconProps): JSX.Element;
|
|
240
248
|
|
|
249
|
+
export declare function IconCheckCircle(props: TSvgIconProps): JSX.Element;
|
|
250
|
+
|
|
241
251
|
export declare function IconChevron(props: TSvgIconProps): JSX.Element;
|
|
242
252
|
|
|
243
253
|
export declare namespace IconChevron {
|
|
@@ -248,6 +258,10 @@ export declare function IconChevronDouble(props: TSvgIconProps): JSX.Element;
|
|
|
248
258
|
|
|
249
259
|
export declare function IconClock(props: TSvgIconProps): JSX.Element;
|
|
250
260
|
|
|
261
|
+
export declare namespace IconClock {
|
|
262
|
+
var Filled: (props: TSvgIconProps) => JSX.Element;
|
|
263
|
+
}
|
|
264
|
+
|
|
251
265
|
export declare function IconCollapse(props: TSvgIconProps): JSX.Element;
|
|
252
266
|
|
|
253
267
|
export declare function IconCopy(props: TSvgIconProps): JSX.Element;
|
|
@@ -264,9 +278,10 @@ export declare namespace IconEye {
|
|
|
264
278
|
|
|
265
279
|
declare function IconEyeOff(props: TSvgIconProps): JSX.Element;
|
|
266
280
|
|
|
267
|
-
export declare function IconFace(
|
|
281
|
+
export declare function IconFace(): void;
|
|
268
282
|
|
|
269
283
|
export declare namespace IconFace {
|
|
284
|
+
var Smile: (props: TSvgIconProps) => JSX.Element;
|
|
270
285
|
var Sad: (props: TSvgIconProps) => JSX.Element;
|
|
271
286
|
}
|
|
272
287
|
|
|
@@ -280,12 +295,29 @@ export declare namespace IconGear {
|
|
|
280
295
|
var Filled: (props: TSvgIconProps) => JSX.Element;
|
|
281
296
|
}
|
|
282
297
|
|
|
283
|
-
export declare function IconGoogle(props: TSvgIconProps): JSX.Element;
|
|
284
|
-
|
|
285
298
|
export declare function IconHanger(props: TSvgIconProps): JSX.Element;
|
|
286
299
|
|
|
300
|
+
export declare function IconHome(props: TSvgIconProps): JSX.Element;
|
|
301
|
+
|
|
302
|
+
export declare namespace IconHome {
|
|
303
|
+
var Filled: (props: TSvgIconProps) => JSX.Element;
|
|
304
|
+
}
|
|
305
|
+
|
|
287
306
|
export declare function IconInfo(props: TSvgIconProps): JSX.Element;
|
|
288
307
|
|
|
308
|
+
export declare namespace IconInfo {
|
|
309
|
+
var Filled: (props: TSvgIconProps) => JSX.Element;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
export declare function IconLogo(): never;
|
|
313
|
+
|
|
314
|
+
export declare namespace IconLogo {
|
|
315
|
+
var Google: typeof IconGoogle;
|
|
316
|
+
var Telegram: typeof IconTelegram;
|
|
317
|
+
var VK: typeof IconVK;
|
|
318
|
+
var Yandex: typeof IconYandex;
|
|
319
|
+
}
|
|
320
|
+
|
|
289
321
|
export declare function IconLogOut(props: TSvgIconProps): JSX.Element;
|
|
290
322
|
|
|
291
323
|
export declare function IconMail(props: TSvgIconProps): JSX.Element;
|
|
@@ -338,10 +370,6 @@ export declare function IconStop(props: TSvgIconProps): JSX.Element;
|
|
|
338
370
|
|
|
339
371
|
export declare function IconSwitch(props: TSvgIconProps): JSX.Element;
|
|
340
372
|
|
|
341
|
-
export declare function IconTelegram(props: TSvgIconProps): JSX.Element;
|
|
342
|
-
|
|
343
|
-
export declare function IconVK(props: TSvgIconProps): JSX.Element;
|
|
344
|
-
|
|
345
373
|
export declare function IconXMark(props: TSvgIconProps): JSX.Element;
|
|
346
374
|
|
|
347
375
|
export declare namespace IconXMark {
|
|
@@ -352,8 +380,6 @@ export declare function IconXMarkCircle(props: TSvgIconProps): JSX.Element;
|
|
|
352
380
|
|
|
353
381
|
declare function IconXMarkSmall(props: TSvgIconProps): JSX.Element;
|
|
354
382
|
|
|
355
|
-
export declare function IconYandex(props: TSvgIconProps): JSX.Element;
|
|
356
|
-
|
|
357
383
|
export declare const LOCALE_FIRST_DAY_OF_WEEK: TLabel<number>;
|
|
358
384
|
|
|
359
385
|
declare const LOCALES: readonly ["en", "ru"];
|
package/dist/index.js
CHANGED
|
@@ -225,6 +225,24 @@ function IconBell(props) {
|
|
|
225
225
|
}
|
|
226
226
|
) });
|
|
227
227
|
}
|
|
228
|
+
IconBell.Filled = function IconBellFilled(props) {
|
|
229
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
230
|
+
/* @__PURE__ */ jsx(
|
|
231
|
+
"path",
|
|
232
|
+
{
|
|
233
|
+
d: "M12.9204 19.4139C13.2169 19.0027 13.7826 18.8748 14.231 19.1336C14.6794 19.3925 14.852 19.9467 14.6441 20.409L14.5972 20.4998C14.334 20.9556 13.9554 21.3342 13.4995 21.5974C13.0436 21.8607 12.526 21.9997 11.9995 21.9998C11.473 21.9998 10.9556 21.8607 10.4995 21.5974C10.1005 21.367 9.76054 21.0484 9.50541 20.6668L9.40091 20.4998L9.35404 20.409C9.1462 19.9467 9.31872 19.3925 9.76713 19.1336C10.2155 18.8747 10.7812 19.0027 11.0777 19.4139L11.1333 19.4998L11.2056 19.6092C11.2852 19.7129 11.3856 19.8002 11.4995 19.866C11.6515 19.9536 11.8242 19.9998 11.9995 19.9998C12.1749 19.9997 12.3477 19.9537 12.4995 19.866C12.6514 19.7783 12.7771 19.6516 12.8648 19.4998L12.9204 19.4139Z",
|
|
234
|
+
fill: "currentColor"
|
|
235
|
+
}
|
|
236
|
+
),
|
|
237
|
+
/* @__PURE__ */ jsx(
|
|
238
|
+
"path",
|
|
239
|
+
{
|
|
240
|
+
d: "M3.26127 15.326C3.13063 15.4692 3.04442 15.6472 3.01312 15.8385C2.98183 16.0298 3.00679 16.226 3.08498 16.4034C3.16316 16.5807 3.2912 16.7316 3.45352 16.8375C3.61585 16.9434 3.80545 16.9999 3.99927 17H19.9993C20.1931 17.0001 20.3827 16.9438 20.5451 16.8381C20.7076 16.7324 20.8358 16.5817 20.9142 16.4045C20.9926 16.2273 21.0178 16.0311 20.9867 15.8398C20.9557 15.6485 20.8697 15.4703 20.7393 15.327C19.4093 13.956 17.9993 12.499 17.9993 8C17.9993 6.4087 17.3671 4.88258 16.2419 3.75736C15.1167 2.63214 13.5906 2 11.9993 2C10.408 2 8.88185 2.63214 7.75663 3.75736C6.63141 4.88258 5.99927 6.4087 5.99927 8C5.99927 12.499 4.58827 13.956 3.26127 15.326Z",
|
|
241
|
+
fill: "currentColor"
|
|
242
|
+
}
|
|
243
|
+
)
|
|
244
|
+
] });
|
|
245
|
+
};
|
|
228
246
|
|
|
229
247
|
function IconBox(props) {
|
|
230
248
|
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
@@ -272,6 +290,21 @@ function IconCheck(props) {
|
|
|
272
290
|
) });
|
|
273
291
|
}
|
|
274
292
|
|
|
293
|
+
function IconCheckCircle(props) {
|
|
294
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
295
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10", fill: "white" }),
|
|
296
|
+
/* @__PURE__ */ jsx(
|
|
297
|
+
"path",
|
|
298
|
+
{
|
|
299
|
+
fillRule: "evenodd",
|
|
300
|
+
clipRule: "evenodd",
|
|
301
|
+
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM16.6339 10.3839C17.122 9.89573 17.122 9.10427 16.6339 8.61612C16.1457 8.12796 15.3543 8.12796 14.8661 8.61612L10.75 12.7322L9.13388 11.1161C8.64573 10.628 7.85427 10.628 7.36612 11.1161C6.87796 11.6043 6.87796 12.3957 7.36612 12.8839L9.86612 15.3839C10.3543 15.872 11.1457 15.872 11.6339 15.3839L16.6339 10.3839Z",
|
|
302
|
+
fill: "#1A1B20"
|
|
303
|
+
}
|
|
304
|
+
)
|
|
305
|
+
] });
|
|
306
|
+
}
|
|
307
|
+
|
|
275
308
|
function IconChevron(props) {
|
|
276
309
|
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
277
310
|
"path",
|
|
@@ -319,16 +352,36 @@ function IconChevronDouble(props) {
|
|
|
319
352
|
}
|
|
320
353
|
|
|
321
354
|
function IconClock(props) {
|
|
322
|
-
return /* @__PURE__ */
|
|
355
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
356
|
+
/* @__PURE__ */ jsx(
|
|
357
|
+
"path",
|
|
358
|
+
{
|
|
359
|
+
fillRule: "evenodd",
|
|
360
|
+
clipRule: "evenodd",
|
|
361
|
+
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
362
|
+
fill: "currentColor"
|
|
363
|
+
}
|
|
364
|
+
),
|
|
365
|
+
/* @__PURE__ */ jsx(
|
|
366
|
+
"path",
|
|
367
|
+
{
|
|
368
|
+
d: "M10.5 8.5C10.5 7.94771 10.9477 7.5 11.5 7.5C12.0523 7.5 12.5 7.94771 12.5 8.5L12.5 12.0859L14.207 13.793L14.2754 13.8691C14.5957 14.2619 14.5731 14.8409 14.207 15.207C13.8409 15.5731 13.2619 15.5957 12.8691 15.2754L12.793 15.207L10.793 13.207C10.6054 13.0195 10.5 12.7652 10.5 12.5L10.5 8.5Z",
|
|
369
|
+
fill: "currentColor"
|
|
370
|
+
}
|
|
371
|
+
)
|
|
372
|
+
] });
|
|
373
|
+
}
|
|
374
|
+
IconClock.Filled = function IconClockFilled(props) {
|
|
375
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
323
376
|
"path",
|
|
324
377
|
{
|
|
325
378
|
fillRule: "evenodd",
|
|
326
379
|
clipRule: "evenodd",
|
|
327
|
-
d: "
|
|
380
|
+
d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM11.5 7.5C10.9477 7.5 10.5 7.94772 10.5 8.5V12.5C10.5 12.7652 10.6054 13.0195 10.793 13.207L12.793 15.207L12.8691 15.2754C13.2619 15.5957 13.8409 15.5731 14.207 15.207C14.5731 14.8409 14.5957 14.2619 14.2754 13.8691L14.207 13.793L12.5 12.0859V8.5C12.5 7.94772 12.0523 7.5 11.5 7.5Z",
|
|
328
381
|
fill: "currentColor"
|
|
329
382
|
}
|
|
330
383
|
) });
|
|
331
|
-
}
|
|
384
|
+
};
|
|
332
385
|
|
|
333
386
|
function IconCollapse(props) {
|
|
334
387
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
@@ -430,7 +483,10 @@ function IconEyeOff(props) {
|
|
|
430
483
|
}
|
|
431
484
|
IconEye.Off = IconEyeOff;
|
|
432
485
|
|
|
433
|
-
function IconFace(
|
|
486
|
+
function IconFace() {
|
|
487
|
+
throw new Error("Do not render <IconFace /> directly.");
|
|
488
|
+
}
|
|
489
|
+
IconFace.Smile = function IconFace2(props) {
|
|
434
490
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
435
491
|
/* @__PURE__ */ jsx(
|
|
436
492
|
"path",
|
|
@@ -447,7 +503,7 @@ function IconFace(props) {
|
|
|
447
503
|
}
|
|
448
504
|
)
|
|
449
505
|
] });
|
|
450
|
-
}
|
|
506
|
+
};
|
|
451
507
|
IconFace.Sad = function IconFaceSad(props) {
|
|
452
508
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
453
509
|
/* @__PURE__ */ jsx(
|
|
@@ -510,6 +566,68 @@ IconGear.Filled = function IconGearFilled(props) {
|
|
|
510
566
|
) });
|
|
511
567
|
};
|
|
512
568
|
|
|
569
|
+
function IconHanger(props) {
|
|
570
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
571
|
+
"path",
|
|
572
|
+
{
|
|
573
|
+
d: "M13.9122 3.86347C14.9673 2.03591 17.3096 1.41301 19.1439 2.47205C20.9782 3.53109 21.6099 5.87097 20.5547 7.69854C19.7853 9.03124 18.3314 9.72334 16.8892 9.58977C16.3961 9.54411 15.8132 10.1393 16.0122 10.5927C16.779 12.3409 18.0997 15.5656 19.5281 20.0095C20.0051 21.4938 18.0983 22.6197 16.913 21.607C12.7601 18.0586 8.44577 15.6201 3.23441 13.8511C1.79178 13.3614 1.78285 11.3294 3.27362 11.0155C5.46031 10.5549 7.52724 10.2133 9 9.99232",
|
|
574
|
+
stroke: "currentColor",
|
|
575
|
+
strokeWidth: "3",
|
|
576
|
+
strokeLinecap: "round",
|
|
577
|
+
strokeLinejoin: "round"
|
|
578
|
+
}
|
|
579
|
+
) });
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
function IconHome(props) {
|
|
583
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
584
|
+
"path",
|
|
585
|
+
{
|
|
586
|
+
fillRule: "evenodd",
|
|
587
|
+
clipRule: "evenodd",
|
|
588
|
+
d: "M13.3287 4.50692C12.571 3.83288 11.429 3.83288 10.6713 4.50692L4.67127 9.84395C4.2443 10.2238 4 10.7681 4 11.3398V17.9972C4 19.1026 4.89543 19.9986 6 19.9986H18C19.1046 19.9986 20 19.1026 20 17.9972V11.3398C20 10.7681 19.7557 10.2238 19.3287 9.84395L13.3287 4.50692ZM9.34254 3.01106C10.8581 1.66298 13.1419 1.66298 14.6575 3.01106L20.6575 8.3481C21.5114 9.10769 22 10.1965 22 11.3398V17.9972C22 20.2079 20.2091 22 18 22H6C3.79086 22 2 20.2079 2 17.9972V11.3398C2 10.1965 2.48859 9.10769 3.34254 8.3481L9.34254 3.01106ZM9 16.9965C9 16.4439 9.44772 15.9958 10 15.9958H14C14.5523 15.9958 15 16.4439 15 16.9965C15 17.5492 14.5523 17.9972 14 17.9972H10C9.44772 17.9972 9 17.5492 9 16.9965Z",
|
|
589
|
+
fill: "currentColor"
|
|
590
|
+
}
|
|
591
|
+
) });
|
|
592
|
+
}
|
|
593
|
+
IconHome.Filled = function IconHomeFilled(props) {
|
|
594
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
595
|
+
"path",
|
|
596
|
+
{
|
|
597
|
+
fillRule: "evenodd",
|
|
598
|
+
clipRule: "evenodd",
|
|
599
|
+
d: "M14.6575 3.01106C13.1419 1.66298 10.8581 1.66298 9.34254 3.01106L3.34254 8.3481C2.48859 9.10769 2 10.1965 2 11.3398V17.9972C2 20.2079 3.79086 22 6 22H18C20.2091 22 22 20.2079 22 17.9972V11.3398C22 10.1965 21.5114 9.10769 20.6575 8.3481L14.6575 3.01106ZM8.75 16.9965C8.75 16.3056 9.30964 15.7456 10 15.7456H14C14.6904 15.7456 15.25 16.3056 15.25 16.9965C15.25 17.6873 14.6904 18.2473 14 18.2473H10C9.30964 18.2473 8.75 17.6873 8.75 16.9965Z",
|
|
600
|
+
fill: "currentColor"
|
|
601
|
+
}
|
|
602
|
+
) });
|
|
603
|
+
};
|
|
604
|
+
|
|
605
|
+
function IconInfo(props) {
|
|
606
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
607
|
+
"path",
|
|
608
|
+
{
|
|
609
|
+
fillRule: "evenodd",
|
|
610
|
+
clipRule: "evenodd",
|
|
611
|
+
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12 17C11.4477 17 11 16.5523 11 16L11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12L13 16C13 16.5523 12.5523 17 12 17ZM13 8C13 8.55229 12.5523 9 12 9L11.99 9C11.4377 9 10.99 8.55229 10.99 8C10.99 7.44772 11.4377 7 11.99 7L12 7C12.5523 7 13 7.44772 13 8Z",
|
|
612
|
+
fill: "currentColor"
|
|
613
|
+
}
|
|
614
|
+
) });
|
|
615
|
+
}
|
|
616
|
+
IconInfo.Filled = function IconInfoFilled(props) {
|
|
617
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
618
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10", fill: "white" }),
|
|
619
|
+
/* @__PURE__ */ jsx(
|
|
620
|
+
"path",
|
|
621
|
+
{
|
|
622
|
+
fillRule: "evenodd",
|
|
623
|
+
clipRule: "evenodd",
|
|
624
|
+
d: "M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM10.75 7C10.75 6.30964 11.3096 5.75 12 5.75C12.6904 5.75 13.25 6.30964 13.25 7C13.25 7.69036 12.6904 8.25 12 8.25C11.3096 8.25 10.75 7.69036 10.75 7ZM12 18.25C12.6904 18.25 13.25 17.6904 13.25 17L13.25 12C13.25 11.3096 12.6904 10.75 12 10.75C11.3096 10.75 10.75 11.3096 10.75 12L10.75 17C10.75 17.6904 11.3096 18.25 12 18.25Z",
|
|
625
|
+
fill: "currentColor"
|
|
626
|
+
}
|
|
627
|
+
)
|
|
628
|
+
] });
|
|
629
|
+
};
|
|
630
|
+
|
|
513
631
|
function IconGoogle(props) {
|
|
514
632
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: [
|
|
515
633
|
/* @__PURE__ */ jsx(
|
|
@@ -551,34 +669,44 @@ function IconGoogle(props) {
|
|
|
551
669
|
] });
|
|
552
670
|
}
|
|
553
671
|
|
|
554
|
-
function
|
|
672
|
+
function IconTelegram(props) {
|
|
555
673
|
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
556
674
|
"path",
|
|
557
675
|
{
|
|
558
|
-
d: "
|
|
559
|
-
|
|
560
|
-
strokeWidth: "3",
|
|
561
|
-
strokeLinecap: "round",
|
|
562
|
-
strokeLinejoin: "round"
|
|
676
|
+
d: "M2.90465 10.6054L20.1346 4.07987C20.9343 3.79608 21.6328 4.27149 21.3736 5.45928L21.3751 5.45782L18.4414 19.034C18.224 19.9965 17.6417 20.2306 16.8271 19.7771L12.3595 16.5429L10.2047 18.582C9.96641 18.8161 9.76537 19.0135 9.30372 19.0135L9.62091 14.5476L17.9008 7.20001C18.2612 6.88843 17.8204 6.7129 17.3454 7.02301L7.11311 13.3511L2.70212 11.9994C1.74456 11.701 1.72371 11.0589 2.90465 10.6054Z",
|
|
677
|
+
fill: "#039BE5"
|
|
563
678
|
}
|
|
564
679
|
) });
|
|
565
680
|
}
|
|
566
681
|
|
|
567
|
-
function
|
|
568
|
-
return /* @__PURE__ */
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
"
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
682
|
+
function IconVK(props) {
|
|
683
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
684
|
+
"path",
|
|
685
|
+
{
|
|
686
|
+
d: "M22.0711 15.8962C21.5985 15.32 21.0735 14.7898 20.5028 14.3126C20.3235 14.1185 20.1267 13.9416 19.915 13.7844C19.3918 13.2561 19.3272 13.0591 19.7845 12.4655C20.068 12.0322 20.3733 11.6138 20.6991 11.2119C20.9601 10.8166 21.2869 10.4866 21.5479 10.0901L21.6138 10.0236C22.187 9.31758 22.6295 8.51291 22.9199 7.64826C23.0177 7.37111 23.0177 7.06834 22.9199 6.79119C22.8264 6.67066 22.7076 6.57265 22.5719 6.50428C22.4363 6.43591 22.2873 6.39888 22.1357 6.3959H18.4114C18.183 6.38679 17.9578 6.4525 17.7695 6.58322C17.5811 6.71394 17.4397 6.90265 17.3662 7.1212C17.1755 7.61675 16.9573 8.10106 16.7126 8.57182C16.2399 9.69109 15.5767 10.718 14.7528 11.606L14.687 11.6725C14.5565 11.8043 14.4906 11.936 14.3602 11.936H14.2943C14.098 11.8695 13.9675 11.4078 13.9675 11.2107V7.18769C13.9028 6.52766 13.7065 6.13237 12.987 6.0006H9.39552C9.16626 5.99381 8.93891 6.04447 8.73377 6.14804C8.52863 6.25161 8.35209 6.40488 8.21991 6.59415C8.14455 6.65738 8.08681 6.73936 8.05238 6.83199C8.01795 6.92463 8.00802 7.02472 8.02358 7.12241C8.08942 7.38594 8.35041 7.38594 8.4809 7.45243C8.69411 7.47028 8.89294 7.56821 9.03812 7.7269C9.1833 7.88558 9.26427 8.09347 9.26504 8.3095C9.38759 9.22782 9.40967 10.157 9.33087 11.0802C9.32502 11.3273 9.281 11.572 9.20039 11.8055C9.20039 11.872 9.13455 12.0037 9.06991 12.0037C9.00062 11.9955 8.93378 11.9728 8.87357 11.9372C8.60234 11.7046 8.36102 11.4386 8.15526 11.1455C7.338 9.95216 6.65839 8.6685 6.12966 7.31945C6.04836 7.08218 5.89963 6.87435 5.70205 6.72192C5.50446 6.56949 5.26679 6.47922 5.0187 6.46238H1.94798C1.78419 6.44323 1.61835 6.46998 1.46863 6.53971C1.31891 6.60943 1.19109 6.71944 1.09919 6.85767C1.03382 7.00267 1 7.16014 1 7.31945C1 7.47877 1.03382 7.63623 1.09919 7.78123C2.18576 10.3067 3.52092 12.7156 5.08454 14.9714C5.90352 16.138 6.94812 17.125 8.15526 17.8727C9.41443 18.5762 10.8321 18.9397 12.2711 18.928H12.7931C13.7077 18.8615 14.0345 18.5327 14.0992 17.6744C14.0846 17.2204 14.1739 16.7691 14.3602 16.3556C14.4906 16.092 14.6212 16.092 14.687 16.092C14.8022 16.118 14.9126 16.1625 15.0138 16.2238C15.202 16.361 15.3772 16.5156 15.537 16.6856C15.6833 16.825 15.8146 16.9798 15.9284 17.1474C16.1949 17.4702 16.4783 17.7785 16.7772 18.0709C17.0536 18.3851 17.3972 18.6316 17.782 18.7916C18.1668 18.9516 18.5827 19.021 18.998 18.9945H22.1345C22.2851 18.9932 22.4323 18.9493 22.5593 18.8676C22.6863 18.786 22.788 18.6699 22.8528 18.5327C22.9495 18.3501 23 18.1462 23 17.9392C23 17.7321 22.9495 17.5282 22.8528 17.3456C22.7051 16.8086 22.4377 16.3129 22.0711 15.8962Z",
|
|
687
|
+
fill: "#4B78A6"
|
|
688
|
+
}
|
|
689
|
+
) });
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
function IconYandex(props) {
|
|
693
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
694
|
+
"path",
|
|
695
|
+
{
|
|
696
|
+
d: "M7.24807 21.1831H9.06707C9.23207 21.1831 9.33207 21.1171 9.36707 21.0181L12.9061 14.0731H14.1961V21.0181C14.1989 21.0609 14.2172 21.1013 14.2475 21.1317C14.2779 21.162 14.3182 21.1803 14.3611 21.1831H15.9481C16.1131 21.1831 16.1481 21.1171 16.1481 20.9831V2.26612C16.1515 2.23047 16.147 2.1945 16.1348 2.1608C16.1227 2.1271 16.1033 2.09649 16.078 2.07117C16.0527 2.04585 16.0221 2.02643 15.9884 2.01432C15.9547 2.0022 15.9187 1.9977 15.8831 2.0011H12.9731C10.1291 2.0011 7.68107 4.1841 7.68107 8.3841C7.60722 9.50161 7.88265 10.6144 8.46924 11.5685C9.05582 12.5225 9.92453 13.2706 10.9551 13.7091L7.05507 20.7861C7.02562 20.822 7.00709 20.8656 7.00166 20.9118C6.99624 20.9579 7.00415 21.0046 7.02446 21.0464C7.04477 21.0882 7.07662 21.1233 7.11625 21.1475C7.15589 21.1717 7.20163 21.1841 7.24807 21.1831ZM9.79507 8.11911C9.79507 4.91111 11.3161 3.61911 12.8711 3.61911H14.1571V12.4191H13.1011C11.4481 12.4191 9.79407 11.1951 9.79407 8.11911H9.79507Z",
|
|
697
|
+
fill: "#FF0000"
|
|
698
|
+
}
|
|
699
|
+
) });
|
|
580
700
|
}
|
|
581
701
|
|
|
702
|
+
function IconLogo() {
|
|
703
|
+
throw new Error("Do not render <IconLogo /> directly.");
|
|
704
|
+
}
|
|
705
|
+
IconLogo.Google = IconGoogle;
|
|
706
|
+
IconLogo.Telegram = IconTelegram;
|
|
707
|
+
IconLogo.VK = IconVK;
|
|
708
|
+
IconLogo.Yandex = IconYandex;
|
|
709
|
+
|
|
582
710
|
function IconLogOut(props) {
|
|
583
711
|
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
584
712
|
"path",
|
|
@@ -800,10 +928,10 @@ function IconStar(props) {
|
|
|
800
928
|
}
|
|
801
929
|
|
|
802
930
|
function IconSticker(props) {
|
|
803
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0
|
|
931
|
+
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
804
932
|
"path",
|
|
805
933
|
{
|
|
806
|
-
d: "
|
|
934
|
+
d: "M7.20052 3.40278C5.26404 3.73718 3.73718 5.26404 3.40278 7.20052L5.87587 6.78906C6.34417 6.71101 6.71101 6.34417 6.78906 5.87587L7.20052 3.40278ZM14 11.5556C14 12.9056 12.9056 14 11.5556 14H4.44444C3.09442 14 2 12.9056 2 11.5556V8C2 4.68629 4.68629 2 8 2H11.5556C12.9056 2 14 3.09442 14 4.44444V11.5556Z",
|
|
807
935
|
fill: "currentColor"
|
|
808
936
|
}
|
|
809
937
|
) });
|
|
@@ -838,26 +966,6 @@ function IconSwitch(props) {
|
|
|
838
966
|
] });
|
|
839
967
|
}
|
|
840
968
|
|
|
841
|
-
function IconTelegram(props) {
|
|
842
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
843
|
-
"path",
|
|
844
|
-
{
|
|
845
|
-
d: "M2.90465 10.6054L20.1346 4.07987C20.9343 3.79608 21.6328 4.27149 21.3736 5.45928L21.3751 5.45782L18.4414 19.034C18.224 19.9965 17.6417 20.2306 16.8271 19.7771L12.3595 16.5429L10.2047 18.582C9.96641 18.8161 9.76537 19.0135 9.30372 19.0135L9.62091 14.5476L17.9008 7.20001C18.2612 6.88843 17.8204 6.7129 17.3454 7.02301L7.11311 13.3511L2.70212 11.9994C1.74456 11.701 1.72371 11.0589 2.90465 10.6054Z",
|
|
846
|
-
fill: "#039BE5"
|
|
847
|
-
}
|
|
848
|
-
) });
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
function IconVK(props) {
|
|
852
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
853
|
-
"path",
|
|
854
|
-
{
|
|
855
|
-
d: "M22.0711 15.8962C21.5985 15.32 21.0735 14.7898 20.5028 14.3126C20.3235 14.1185 20.1267 13.9416 19.915 13.7844C19.3918 13.2561 19.3272 13.0591 19.7845 12.4655C20.068 12.0322 20.3733 11.6138 20.6991 11.2119C20.9601 10.8166 21.2869 10.4866 21.5479 10.0901L21.6138 10.0236C22.187 9.31758 22.6295 8.51291 22.9199 7.64826C23.0177 7.37111 23.0177 7.06834 22.9199 6.79119C22.8264 6.67066 22.7076 6.57265 22.5719 6.50428C22.4363 6.43591 22.2873 6.39888 22.1357 6.3959H18.4114C18.183 6.38679 17.9578 6.4525 17.7695 6.58322C17.5811 6.71394 17.4397 6.90265 17.3662 7.1212C17.1755 7.61675 16.9573 8.10106 16.7126 8.57182C16.2399 9.69109 15.5767 10.718 14.7528 11.606L14.687 11.6725C14.5565 11.8043 14.4906 11.936 14.3602 11.936H14.2943C14.098 11.8695 13.9675 11.4078 13.9675 11.2107V7.18769C13.9028 6.52766 13.7065 6.13237 12.987 6.0006H9.39552C9.16626 5.99381 8.93891 6.04447 8.73377 6.14804C8.52863 6.25161 8.35209 6.40488 8.21991 6.59415C8.14455 6.65738 8.08681 6.73936 8.05238 6.83199C8.01795 6.92463 8.00802 7.02472 8.02358 7.12241C8.08942 7.38594 8.35041 7.38594 8.4809 7.45243C8.69411 7.47028 8.89294 7.56821 9.03812 7.7269C9.1833 7.88558 9.26427 8.09347 9.26504 8.3095C9.38759 9.22782 9.40967 10.157 9.33087 11.0802C9.32502 11.3273 9.281 11.572 9.20039 11.8055C9.20039 11.872 9.13455 12.0037 9.06991 12.0037C9.00062 11.9955 8.93378 11.9728 8.87357 11.9372C8.60234 11.7046 8.36102 11.4386 8.15526 11.1455C7.338 9.95216 6.65839 8.6685 6.12966 7.31945C6.04836 7.08218 5.89963 6.87435 5.70205 6.72192C5.50446 6.56949 5.26679 6.47922 5.0187 6.46238H1.94798C1.78419 6.44323 1.61835 6.46998 1.46863 6.53971C1.31891 6.60943 1.19109 6.71944 1.09919 6.85767C1.03382 7.00267 1 7.16014 1 7.31945C1 7.47877 1.03382 7.63623 1.09919 7.78123C2.18576 10.3067 3.52092 12.7156 5.08454 14.9714C5.90352 16.138 6.94812 17.125 8.15526 17.8727C9.41443 18.5762 10.8321 18.9397 12.2711 18.928H12.7931C13.7077 18.8615 14.0345 18.5327 14.0992 17.6744C14.0846 17.2204 14.1739 16.7691 14.3602 16.3556C14.4906 16.092 14.6212 16.092 14.687 16.092C14.8022 16.118 14.9126 16.1625 15.0138 16.2238C15.202 16.361 15.3772 16.5156 15.537 16.6856C15.6833 16.825 15.8146 16.9798 15.9284 17.1474C16.1949 17.4702 16.4783 17.7785 16.7772 18.0709C17.0536 18.3851 17.3972 18.6316 17.782 18.7916C18.1668 18.9516 18.5827 19.021 18.998 18.9945H22.1345C22.2851 18.9932 22.4323 18.9493 22.5593 18.8676C22.6863 18.786 22.788 18.6699 22.8528 18.5327C22.9495 18.3501 23 18.1462 23 17.9392C23 17.7321 22.9495 17.5282 22.8528 17.3456C22.7051 16.8086 22.4377 16.3129 22.0711 15.8962Z",
|
|
856
|
-
fill: "#4B78A6"
|
|
857
|
-
}
|
|
858
|
-
) });
|
|
859
|
-
}
|
|
860
|
-
|
|
861
969
|
function IconXMark(props) {
|
|
862
970
|
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
863
971
|
"path",
|
|
@@ -895,16 +1003,6 @@ function IconXMarkCircle(props) {
|
|
|
895
1003
|
] });
|
|
896
1004
|
}
|
|
897
1005
|
|
|
898
|
-
function IconYandex(props) {
|
|
899
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx(
|
|
900
|
-
"path",
|
|
901
|
-
{
|
|
902
|
-
d: "M7.24807 21.1831H9.06707C9.23207 21.1831 9.33207 21.1171 9.36707 21.0181L12.9061 14.0731H14.1961V21.0181C14.1989 21.0609 14.2172 21.1013 14.2475 21.1317C14.2779 21.162 14.3182 21.1803 14.3611 21.1831H15.9481C16.1131 21.1831 16.1481 21.1171 16.1481 20.9831V2.26612C16.1515 2.23047 16.147 2.1945 16.1348 2.1608C16.1227 2.1271 16.1033 2.09649 16.078 2.07117C16.0527 2.04585 16.0221 2.02643 15.9884 2.01432C15.9547 2.0022 15.9187 1.9977 15.8831 2.0011H12.9731C10.1291 2.0011 7.68107 4.1841 7.68107 8.3841C7.60722 9.50161 7.88265 10.6144 8.46924 11.5685C9.05582 12.5225 9.92453 13.2706 10.9551 13.7091L7.05507 20.7861C7.02562 20.822 7.00709 20.8656 7.00166 20.9118C6.99624 20.9579 7.00415 21.0046 7.02446 21.0464C7.04477 21.0882 7.07662 21.1233 7.11625 21.1475C7.15589 21.1717 7.20163 21.1841 7.24807 21.1831ZM9.79507 8.11911C9.79507 4.91111 11.3161 3.61911 12.8711 3.61911H14.1571V12.4191H13.1011C11.4481 12.4191 9.79407 11.1951 9.79407 8.11911H9.79507Z",
|
|
903
|
-
fill: "#FF0000"
|
|
904
|
-
}
|
|
905
|
-
) });
|
|
906
|
-
}
|
|
907
|
-
|
|
908
1006
|
const breadcrumbs = "_breadcrumbs_1bfmb_2";
|
|
909
1007
|
const breadcrumbsItem = "_breadcrumbsItem_1bfmb_8";
|
|
910
1008
|
const defaultSeparator = "_defaultSeparator_1bfmb_14";
|
|
@@ -2691,4 +2789,4 @@ function Tooltip(props) {
|
|
|
2691
2789
|
}
|
|
2692
2790
|
Tooltip.Content = TooltipContent;
|
|
2693
2791
|
|
|
2694
|
-
export { Badge, BadgeTabs, Breadcrumbs, Button, Checkbox, Chip, Counter, DatePicker, DropdownMenu, I18N_MONTH_LABELS, I18N_WEEKDAY_LABELS, IconArrow, IconArrowCircle, IconArrowCircleUp, IconArrowDiagonal, IconArrowUTurn, IconBell, IconBox, IconCalendar, IconCharacteristic, IconCheck, IconChevron, IconChevronDouble, IconClock, IconCollapse, IconCopy, IconDots, IconDownload, IconEye, IconFace, IconFile, IconFilters, IconGear,
|
|
2792
|
+
export { Badge, BadgeTabs, Breadcrumbs, Button, Checkbox, Chip, Counter, DatePicker, DropdownMenu, I18N_MONTH_LABELS, I18N_WEEKDAY_LABELS, IconArrow, IconArrowCircle, IconArrowCircleUp, IconArrowDiagonal, IconArrowUTurn, IconBell, IconBox, IconCalendar, IconCharacteristic, IconCheck, IconCheckCircle, IconChevron, IconChevronDouble, IconClock, IconCollapse, IconCopy, IconDots, IconDownload, IconEye, IconFace, IconFile, IconFilters, IconGear, IconHanger, IconHome, IconInfo, IconLogOut, IconLogo, IconMail, IconMinus, IconOneCircle, IconPerson, IconPhone, IconPlus, IconPrize, IconProject, IconQRCode, IconRequest, IconResizeCorner, IconScan, IconSearch, IconShopping, IconSort, IconStar, IconSticker, IconStop, IconSwitch, IconXMark, IconXMarkCircle, LOCALE_FIRST_DAY_OF_WEEK, Pagination, ProgressBar, RadioButton, Search, SegmentControl, Switch, Tabs, Tag, TextField, Tooltip, useDatePickerControls, useDatePickerMultiSelect, useDatePickerSelect };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grandbazar/ui-baza",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "A lightweight and modular UI kit for building modern, accessible web interfaces. Designed for flexibility, scalability, and developer happiness.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|