@ecohouse/ui 0.1.32 → 0.1.33
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.cjs +796 -509
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +74 -8
- package/dist/index.d.ts +74 -8
- package/dist/index.js +729 -448
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/DatePicker/DatePicker.tsx +115 -45
- package/src/components/Select/Select.tsx +5 -2
- package/src/components/Sidebar/Sidebar.tsx +25 -11
- package/src/components/StepPager/StepPager.tsx +150 -0
- package/src/components/StepPager/index.ts +2 -0
- package/src/components/index.ts +3 -0
- package/src/icons/Ban/BanIcon.tsx +15 -0
- package/src/icons/Ban/banPath.ts +2 -0
- package/src/icons/Ban/index.ts +1 -0
- package/src/icons/Fullscreen/FullscreenIcon.tsx +21 -0
- package/src/icons/Fullscreen/fullscreenPath.ts +2 -0
- package/src/icons/Fullscreen/index.ts +1 -0
- package/src/icons/Home/homePath.ts +1 -1
- package/src/icons/Sort/SortIcon.tsx +3 -3
- package/src/icons/Sort/SortIcon.web.tsx +2 -2
- package/src/icons/Sort/sortPath.ts +3 -2
- package/src/icons/VideoOff/VideoOffIcon.tsx +21 -0
- package/src/icons/VideoOff/VideoOffIcon.web.tsx +27 -0
- package/src/icons/VideoOff/index.ts +1 -0
- package/src/icons/VideoOff/videoOffPath.ts +2 -0
- package/src/icons/ZoomOut/ZoomOutIcon.tsx +21 -0
- package/src/icons/ZoomOut/index.ts +1 -0
- package/src/icons/ZoomOut/zoomOutPath.ts +2 -0
- package/src/icons/index.ts +4 -0
- package/src/icons/registry.ts +12 -0
- package/src/index.ts +8 -0
- package/src/theme/colors.test.ts +1 -1
- package/src/theme/typography.ts +4 -4
- package/src/utils/popoverAlign.ts +85 -0
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { forwardRef, useRef, useMemo, useState, useCallback, useEffect,
|
|
1
|
+
import { forwardRef, useRef, useMemo, useState, useCallback, useEffect, useLayoutEffect, useImperativeHandle, isValidElement, cloneElement } from 'react';
|
|
2
2
|
import { View, Text, Platform, Pressable, StyleSheet, Image, Animated, Easing, TouchableOpacity, TextInput, useWindowDimensions, ScrollView, PanResponder } from 'react-native';
|
|
3
|
-
import
|
|
3
|
+
import Svg19, { Path } from 'react-native-svg';
|
|
4
4
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
5
5
|
|
|
6
6
|
// src/components/Avatar/Avatar.tsx
|
|
@@ -170,7 +170,7 @@ var inputTypography = {
|
|
|
170
170
|
fontFamily: fonts.sans,
|
|
171
171
|
fontSize: 12,
|
|
172
172
|
fontWeight: "400",
|
|
173
|
-
lineHeight:
|
|
173
|
+
lineHeight: 16,
|
|
174
174
|
letterSpacing: 0.36
|
|
175
175
|
},
|
|
176
176
|
hint: {
|
|
@@ -193,7 +193,7 @@ var selectTypography = {
|
|
|
193
193
|
fontFamily: fonts.sans,
|
|
194
194
|
fontSize: 12,
|
|
195
195
|
fontWeight: "400",
|
|
196
|
-
lineHeight:
|
|
196
|
+
lineHeight: 16,
|
|
197
197
|
letterSpacing: 0.36
|
|
198
198
|
},
|
|
199
199
|
hint: {
|
|
@@ -216,7 +216,7 @@ var avatarTypography = {
|
|
|
216
216
|
fontFamily: fonts.sans,
|
|
217
217
|
fontSize: 12,
|
|
218
218
|
fontWeight: "400",
|
|
219
|
-
lineHeight:
|
|
219
|
+
lineHeight: 14,
|
|
220
220
|
letterSpacing: 0
|
|
221
221
|
},
|
|
222
222
|
menuItem: {
|
|
@@ -292,7 +292,7 @@ var textareaTypography = {
|
|
|
292
292
|
fontFamily: fonts.sans,
|
|
293
293
|
fontSize: 12,
|
|
294
294
|
fontWeight: "400",
|
|
295
|
-
lineHeight:
|
|
295
|
+
lineHeight: 16,
|
|
296
296
|
letterSpacing: 0.36
|
|
297
297
|
},
|
|
298
298
|
hint: {
|
|
@@ -308,7 +308,7 @@ function ArrowRightIcon({
|
|
|
308
308
|
color = colors.primary,
|
|
309
309
|
strokeWidth = 2
|
|
310
310
|
}) {
|
|
311
|
-
return /* @__PURE__ */ jsx(
|
|
311
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
312
312
|
Path,
|
|
313
313
|
{
|
|
314
314
|
d: ARROW_RIGHT_PATH,
|
|
@@ -323,7 +323,7 @@ function ArrowRightIcon({
|
|
|
323
323
|
// src/icons/AlertTriangle/alertTrianglePath.ts
|
|
324
324
|
var ALERT_TRIANGLE_PATH = "M8.00049 6.00015V8.66682M8.00049 11.3335H8.00715M7.07737 2.59464L1.59411 12.0657C1.28997 12.591 1.1379 12.8537 1.16038 13.0693C1.17998 13.2573 1.2785 13.4282 1.4314 13.5394C1.60671 13.6668 1.91022 13.6668 2.51723 13.6668H13.4837C14.0908 13.6668 14.3943 13.6668 14.5696 13.5394C14.7225 13.4282 14.821 13.2573 14.8406 13.0693C14.8631 12.8537 14.711 12.591 14.4069 12.0657L8.92361 2.59463C8.62056 2.07119 8.46904 1.80947 8.27135 1.72157C8.09892 1.64489 7.90206 1.64489 7.72962 1.72157C7.53194 1.80947 7.38041 2.07119 7.07737 2.59464Z";
|
|
325
325
|
function AlertTriangleIcon({ size = 16, color = "#E38E5E", strokeWidth = 1.5 }) {
|
|
326
|
-
return /* @__PURE__ */ jsx(
|
|
326
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
|
|
327
327
|
Path,
|
|
328
328
|
{
|
|
329
329
|
d: ALERT_TRIANGLE_PATH,
|
|
@@ -359,16 +359,16 @@ var GOOGLE_PLAY_PATHS = [
|
|
|
359
359
|
}
|
|
360
360
|
];
|
|
361
361
|
function AppleIcon({ size = 30, color = colors.white }) {
|
|
362
|
-
return /* @__PURE__ */ jsx(
|
|
362
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size * 25 / 30, height: size, viewBox: "0 0 25 30", fill: "none", children: APPLE_PATHS.map((path) => /* @__PURE__ */ jsx(Path, { d: path, fill: color }, path)) });
|
|
363
363
|
}
|
|
364
364
|
function GooglePlayIcon({ size = 30 }) {
|
|
365
|
-
return /* @__PURE__ */ jsx(
|
|
365
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size * 27 / 30, height: size, viewBox: "0 0 27 30", fill: "none", children: GOOGLE_PLAY_PATHS.map((path) => /* @__PURE__ */ jsx(Path, { d: path.d, fill: path.color }, path.d)) });
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
// src/icons/Bag/bagPath.ts
|
|
369
369
|
var BAG_PATH = "M9.23047 9H7.2002C6.08009 9 5.51962 9 5.0918 9.21799C4.71547 9.40973 4.40973 9.71547 4.21799 10.0918C4 10.5196 4 11.0801 4 12.2002V17.8002C4 18.9203 4 19.4801 4.21799 19.9079C4.40973 20.2842 4.71547 20.5905 5.0918 20.7822C5.5192 21 6.07902 21 7.19694 21H16.8031C17.921 21 18.48 21 18.9074 20.7822C19.2837 20.5905 19.5905 20.2842 19.7822 19.9079C20 19.4805 20 18.9215 20 17.8036V12.1969C20 11.079 20 10.5192 19.7822 10.0918C19.5905 9.71547 19.2837 9.40973 18.9074 9.21799C18.4796 9 17.9203 9 16.8002 9H14.7689M9.23047 9H14.7689M9.23047 9C9.10302 9 9 8.89668 9 8.76923V6C9 4.34315 10.3431 3 12 3C13.6569 3 15 4.34315 15 6V8.76923C15 8.89668 14.8964 9 14.7689 9";
|
|
370
370
|
function BagIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
371
|
-
return /* @__PURE__ */ jsx(
|
|
371
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx(
|
|
372
372
|
Path,
|
|
373
373
|
{
|
|
374
374
|
d: BAG_PATH,
|
|
@@ -380,10 +380,16 @@ function BagIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
|
380
380
|
) });
|
|
381
381
|
}
|
|
382
382
|
|
|
383
|
+
// src/icons/Ban/banPath.ts
|
|
384
|
+
var BAN_PATH = "M14.0007 2.33301C11.6932 2.33301 9.43758 3.01725 7.519 4.2992C5.60043 5.58115 4.10508 7.40323 3.22206 9.53503C2.33904 11.6668 2.108 14.0126 2.55816 16.2757C3.00832 18.5388 4.11946 20.6176 5.75108 22.2493C7.38269 23.8809 9.46149 24.992 11.7246 25.4422C13.9877 25.8923 16.3335 25.6613 18.4653 24.7783C20.5971 23.8952 22.4192 22.3999 23.7011 20.4813C24.9831 18.5628 25.6673 16.3071 25.6673 13.9997C25.6673 12.4676 25.3656 10.9505 24.7793 9.53503C24.1929 8.11957 23.3336 6.83345 22.2502 5.7501C21.1669 4.66675 19.8808 3.80738 18.4653 3.22108C17.0498 2.63478 15.5327 2.33301 14.0007 2.33301ZM14.0007 23.333C11.5253 23.333 9.15133 22.3497 7.40099 20.5993C5.65065 18.849 4.66732 16.475 4.66732 13.9997C4.66475 11.9269 5.35917 9.91348 6.63899 8.28301L19.7173 21.3613C18.0869 22.6412 16.0734 23.3356 14.0007 23.333ZM21.3623 19.7163L8.28399 6.63801C9.91446 5.35819 11.9279 4.66376 14.0007 4.66634C16.476 4.66634 18.85 5.64967 20.6003 7.40001C22.3507 9.15035 23.334 11.5243 23.334 13.9997C23.3366 16.0724 22.6421 18.0859 21.3623 19.7163Z";
|
|
385
|
+
function BanIcon({ size = 28, color = colors.primary }) {
|
|
386
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 28 28", fill: "none", children: /* @__PURE__ */ jsx(Path, { d: BAN_PATH, fill: color }) });
|
|
387
|
+
}
|
|
388
|
+
|
|
383
389
|
// src/icons/Bell/bellPath.ts
|
|
384
390
|
var BELL_PATH = "M6.23597 14C6.70606 14.4149 7.32355 14.6667 7.99985 14.6667C8.67615 14.6667 9.29364 14.4149 9.76373 14M11.9998 5.33337C11.9998 4.27251 11.5784 3.25509 10.8283 2.50495C10.0781 1.7548 9.06072 1.33337 7.99985 1.33337C6.93898 1.33337 5.92157 1.7548 5.17142 2.50495C4.42128 3.25509 3.99985 4.27251 3.99985 5.33337C3.99985 7.3935 3.48016 8.80401 2.89963 9.73698C2.40993 10.524 2.16509 10.9174 2.17407 11.0272C2.18401 11.1488 2.20976 11.1951 2.3077 11.2678C2.39616 11.3334 2.79491 11.3334 3.59242 11.3334H12.4073C13.2048 11.3334 13.6035 11.3334 13.692 11.2678C13.7899 11.1951 13.8157 11.1488 13.8256 11.0272C13.8346 10.9174 13.5898 10.524 13.1001 9.73698C12.5195 8.80401 11.9998 7.3935 11.9998 5.33337Z";
|
|
385
391
|
function BellIcon({ size = 16, color = colors.white, strokeWidth = 1.5 }) {
|
|
386
|
-
return /* @__PURE__ */ jsx(
|
|
392
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
|
|
387
393
|
Path,
|
|
388
394
|
{
|
|
389
395
|
d: BELL_PATH,
|
|
@@ -398,7 +404,7 @@ function BellIcon({ size = 16, color = colors.white, strokeWidth = 1.5 }) {
|
|
|
398
404
|
// src/icons/Building/buildingPath.ts
|
|
399
405
|
var BUILDING_PATH = "M7.5 9.16659V16.6666M7.5 9.16659H3.83301C3.3663 9.16659 3.13318 9.16659 2.95492 9.25741C2.79811 9.33731 2.67072 9.4647 2.59083 9.6215C2.5 9.79976 2.5 10.0333 2.5 10.5V16.6666H7.5M7.5 9.16659V4.66667C7.5 4.19996 7.5 3.96643 7.59083 3.78817C7.67072 3.63137 7.79811 3.50397 7.95492 3.42408C8.13317 3.33325 8.3663 3.33325 8.83301 3.33325H11.1663C11.6331 3.33325 11.8669 3.33325 12.0452 3.42408C12.202 3.50397 12.329 3.63137 12.4089 3.78817C12.4997 3.96643 12.5 4.19996 12.5 4.66667V6.66659M7.5 16.6666H12.5M12.5 16.6666L17.5 16.6667V8C17.5 7.53329 17.4997 7.29976 17.4089 7.1215C17.329 6.9647 17.2024 6.83731 17.0456 6.75741C16.8674 6.66659 16.6334 6.66659 16.1667 6.66659H12.5M12.5 16.6666V6.66659";
|
|
400
406
|
function BuildingIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
401
|
-
return /* @__PURE__ */ jsx(
|
|
407
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
402
408
|
Path,
|
|
403
409
|
{
|
|
404
410
|
d: BUILDING_PATH,
|
|
@@ -413,7 +419,7 @@ function BuildingIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
413
419
|
// src/icons/Calendar/calendarPath.ts
|
|
414
420
|
var CALENDAR_PATH = "M14 6.66668H2M14 8.33334V5.86668C14 4.74657 14 4.18652 13.782 3.7587C13.5903 3.38237 13.2843 3.07641 12.908 2.88466C12.4802 2.66668 11.9201 2.66668 10.8 2.66668H5.2C4.0799 2.66668 3.51984 2.66668 3.09202 2.88466C2.71569 3.07641 2.40973 3.38237 2.21799 3.7587C2 4.18652 2 4.74657 2 5.86668V11.4667C2 12.5868 2 13.1468 2.21799 13.5747C2.40973 13.951 2.71569 14.2569 3.09202 14.4487C3.51984 14.6667 4.0799 14.6667 5.2 14.6667H8M10.6667 1.33334V4.00001M5.33333 1.33334V4.00001M9.66667 12.6667L11 14L14 11";
|
|
415
421
|
function CalendarIcon({ size = 20, color = colors.primary, strokeWidth = 1.5 }) {
|
|
416
|
-
return /* @__PURE__ */ jsx(
|
|
422
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
|
|
417
423
|
Path,
|
|
418
424
|
{
|
|
419
425
|
d: CALENDAR_PATH,
|
|
@@ -432,7 +438,7 @@ function CalendarOutlineIcon({
|
|
|
432
438
|
color = colors.primary,
|
|
433
439
|
strokeWidth = 1.5
|
|
434
440
|
}) {
|
|
435
|
-
return /* @__PURE__ */ jsx(
|
|
441
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
|
|
436
442
|
Path,
|
|
437
443
|
{
|
|
438
444
|
d: CALENDAR_OUTLINE_PATH,
|
|
@@ -447,7 +453,7 @@ function CalendarOutlineIcon({
|
|
|
447
453
|
// src/icons/Camera/cameraPath.ts
|
|
448
454
|
var CAMERA_PATH = "M9.48898 7H6.2002C5.08009 7 4.51962 7 4.0918 7.21799C3.71547 7.40973 3.40973 7.71547 3.21799 8.0918C3 8.51962 3 9.08009 3 10.2002V15.8002C3 16.9203 3 17.4796 3.21799 17.9074C3.40973 18.2837 3.71547 18.5905 4.0918 18.7822C4.5192 19 5.07899 19 6.19691 19H17.8031C18.921 19 19.48 19 19.9074 18.7822C20.2837 18.5905 20.5905 18.2837 20.7822 17.9074C21 17.48 21 16.921 21 15.8031V10.1969C21 9.07899 21 8.5192 20.7822 8.0918C20.5905 7.71547 20.2837 7.40973 19.9074 7.21799C19.4796 7 18.9203 7 17.8002 7H14.5108M9.48898 7H9.55078M9.48898 7C9.50151 7.00001 9.51468 7 9.52857 7L9.55078 7M9.48898 7C9.38286 6.99995 9.32339 6.99941 9.27637 6.99414C8.68878 6.92835 8.28578 6.36908 8.40918 5.79084C8.42066 5.73703 8.44336 5.66894 8.4883 5.53412L8.49023 5.52841C8.54156 5.37443 8.56723 5.29743 8.59558 5.22949C8.88586 4.53389 9.54322 4.06083 10.2949 4.00541C10.3683 4 10.449 4 10.6113 4H13.3886C13.5509 4 13.6322 4 13.7057 4.00541C14.4574 4.06083 15.114 4.53389 15.4043 5.22949C15.4326 5.29743 15.4584 5.37434 15.5098 5.52832C15.556 5.66699 15.5791 5.73636 15.5908 5.79093C15.7142 6.36917 15.3118 6.92835 14.7242 6.99414C14.6772 6.99941 14.6171 6.99995 14.5108 7M9.55078 7H14.449M14.449 7H14.5108M14.449 7L14.4712 7C14.4851 7 14.4983 7.00001 14.5108 7M12 16C10.3431 16 9 14.6569 9 13C9 11.3431 10.3431 10 12 10C13.6569 10 15 11.3431 15 13C15 14.6569 13.6569 16 12 16Z";
|
|
449
455
|
function CameraIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
450
|
-
return /* @__PURE__ */ jsx(
|
|
456
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx(
|
|
451
457
|
Path,
|
|
452
458
|
{
|
|
453
459
|
d: CAMERA_PATH,
|
|
@@ -462,7 +468,7 @@ function CameraIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
|
462
468
|
// src/icons/Check/checkPath.ts
|
|
463
469
|
var CHECK_PATH = "M4.16669 10.8333L7.50002 14.1667L15.8334 5.83334";
|
|
464
470
|
function CheckIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
465
|
-
return /* @__PURE__ */ jsx(
|
|
471
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
466
472
|
Path,
|
|
467
473
|
{
|
|
468
474
|
d: CHECK_PATH,
|
|
@@ -477,7 +483,7 @@ function CheckIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
477
483
|
// src/icons/CheckBadge/checkBadgePath.ts
|
|
478
484
|
var CHECK_BADGE_PATH = "M12.5 8.33317L9.16663 11.6665L7.49996 9.99984M11.0384 2.88233L12.0558 3.74941C12.3122 3.96786 12.6305 4.09992 12.9662 4.12671L14.2987 4.23291C15.0822 4.29543 15.7045 4.91733 15.767 5.70077L15.8729 7.03353C15.8997 7.36925 16.0322 7.68799 16.2507 7.94433L17.1174 8.96152C17.6272 9.5597 17.6272 10.4396 17.1175 11.0378L16.2508 12.0551C16.0323 12.3115 15.9 12.6303 15.8732 12.9661L15.7666 14.2986C15.704 15.082 15.0827 15.7043 14.2993 15.7668L12.9663 15.8732C12.6305 15.9 12.312 16.0317 12.0556 16.2502L11.0384 17.1173C10.4402 17.627 9.55973 17.6271 8.96155 17.1174L7.9443 16.2502C7.68796 16.0318 7.36938 15.8998 7.03365 15.8731L5.70064 15.7668C4.9172 15.7043 4.29588 15.0822 4.23336 14.2987L4.12675 12.9661C4.09996 12.6304 3.96759 12.3118 3.74915 12.0555L2.88245 11.0378C2.37268 10.4397 2.37244 9.56002 2.88221 8.96184L3.74969 7.94418C3.96814 7.68784 4.09923 7.36926 4.12602 7.03353L4.23263 5.70093C4.29515 4.91749 4.91826 4.29535 5.70171 4.23283L7.03324 4.12663C7.36897 4.09984 7.68771 3.96788 7.94404 3.74943L8.96164 2.88233C9.55982 2.37256 10.4402 2.37256 11.0384 2.88233Z";
|
|
479
485
|
function CheckBadgeIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
480
|
-
return /* @__PURE__ */ jsx(
|
|
486
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
481
487
|
Path,
|
|
482
488
|
{
|
|
483
489
|
d: CHECK_BADGE_PATH,
|
|
@@ -496,7 +502,7 @@ function ChevronDownIcon({
|
|
|
496
502
|
color = colors.primary,
|
|
497
503
|
strokeWidth = 2
|
|
498
504
|
}) {
|
|
499
|
-
return /* @__PURE__ */ jsx(
|
|
505
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
500
506
|
Path,
|
|
501
507
|
{
|
|
502
508
|
d: CHEVRON_DOWN_PATH,
|
|
@@ -511,7 +517,7 @@ function ChevronDownIcon({
|
|
|
511
517
|
// src/icons/ChevronLeft/chevronLeftPath.ts
|
|
512
518
|
var CHEVRON_LEFT_PATH = "M12.5 15L7.5 10L12.5 5";
|
|
513
519
|
function ChevronLeftIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
514
|
-
return /* @__PURE__ */ jsx(
|
|
520
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
515
521
|
Path,
|
|
516
522
|
{
|
|
517
523
|
d: CHEVRON_LEFT_PATH,
|
|
@@ -526,7 +532,7 @@ function ChevronLeftIcon({ size = 20, color = colors.primary, strokeWidth = 2 })
|
|
|
526
532
|
// src/icons/Clock/clockPath.ts
|
|
527
533
|
var CLOCK_PATH = "M12 7V12H17M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z";
|
|
528
534
|
function ClockIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
529
|
-
return /* @__PURE__ */ jsx(
|
|
535
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx(
|
|
530
536
|
Path,
|
|
531
537
|
{
|
|
532
538
|
d: CLOCK_PATH,
|
|
@@ -541,7 +547,7 @@ function ClockIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
|
541
547
|
// src/icons/Close/closePath.ts
|
|
542
548
|
var CLOSE_PATH = "M15 5L5 15M5 5L15 15";
|
|
543
549
|
function CloseIcon({ size = 20, color = colors.white, strokeWidth = 2 }) {
|
|
544
|
-
return /* @__PURE__ */ jsx(
|
|
550
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
545
551
|
Path,
|
|
546
552
|
{
|
|
547
553
|
d: CLOSE_PATH,
|
|
@@ -556,7 +562,7 @@ function CloseIcon({ size = 20, color = colors.white, strokeWidth = 2 }) {
|
|
|
556
562
|
// src/icons/Edit/editPath.ts
|
|
557
563
|
var EDIT_PATH = "M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7M18.375 2.625a2.121 2.121 0 1 1 3 3L12.15 13.85a.75.75 0 0 1-.33.2l-3.07.8a.5.5 0 0 1-.61-.61l.8-3.07a.75.75 0 0 1 .2-.33z";
|
|
558
564
|
function EditIcon({ size = 12, color = colors.grey0, strokeWidth = 2 }) {
|
|
559
|
-
return /* @__PURE__ */ jsx(
|
|
565
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx(
|
|
560
566
|
Path,
|
|
561
567
|
{
|
|
562
568
|
d: EDIT_PATH,
|
|
@@ -583,7 +589,7 @@ function SaveHeartIcon({
|
|
|
583
589
|
strokeWidth = 2,
|
|
584
590
|
fillOpacity = 0
|
|
585
591
|
}) {
|
|
586
|
-
return /* @__PURE__ */ jsx(
|
|
592
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
|
|
587
593
|
Path,
|
|
588
594
|
{
|
|
589
595
|
d: SAVE_HEART_PATH,
|
|
@@ -597,7 +603,7 @@ function SaveHeartIcon({
|
|
|
597
603
|
) });
|
|
598
604
|
}
|
|
599
605
|
function RatingStarIcon({ size = 12, color = "#E38E5E", strokeWidth = 2 }) {
|
|
600
|
-
return /* @__PURE__ */ jsx(
|
|
606
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 12 12", fill: "none", children: /* @__PURE__ */ jsx(
|
|
601
607
|
Path,
|
|
602
608
|
{
|
|
603
609
|
d: RATING_STAR_PATH,
|
|
@@ -615,7 +621,7 @@ function CardLocationIcon({
|
|
|
615
621
|
strokeWidth = 1.5,
|
|
616
622
|
secondaryColor = colors.grey700
|
|
617
623
|
}) {
|
|
618
|
-
return /* @__PURE__ */ jsxs(
|
|
624
|
+
return /* @__PURE__ */ jsxs(Svg19, { width: size, height: size, viewBox: "0 0 13 13", fill: "none", children: [
|
|
619
625
|
/* @__PURE__ */ jsx(
|
|
620
626
|
Path,
|
|
621
627
|
{
|
|
@@ -654,7 +660,7 @@ function FilledCardIcon({
|
|
|
654
660
|
color,
|
|
655
661
|
fillOpacity
|
|
656
662
|
}) {
|
|
657
|
-
return /* @__PURE__ */ jsx(
|
|
663
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(Path, { d: path, fill: color, fillOpacity }) });
|
|
658
664
|
}
|
|
659
665
|
function GuestsIcon({ size = 16, color = colors.white, fillOpacity = 0.4 }) {
|
|
660
666
|
return /* @__PURE__ */ jsx(FilledCardIcon, { path: GUESTS_PATH, size, color, fillOpacity });
|
|
@@ -682,7 +688,7 @@ var COPY_PATH = "M6.66699 13.3337V15.667C6.66699 16.6004 6.66699 17.0671 6.84865
|
|
|
682
688
|
var CHECK_SUCCESS_PATH = "M16.6663 5L7.49967 14.1667L3.33301 10";
|
|
683
689
|
var TOOLTIP_ARROW_PATH = "M3.21121 6.42229C3.94826 7.89639 6.05187 7.89639 6.78892 6.42229L10.0001 0H6.2595e-05L3.21121 6.42229Z";
|
|
684
690
|
function ShareIcon({ size = 20, color = colors.white, strokeWidth = 2 }) {
|
|
685
|
-
return /* @__PURE__ */ jsx(
|
|
691
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
686
692
|
Path,
|
|
687
693
|
{
|
|
688
694
|
d: SHARE_PATH,
|
|
@@ -694,7 +700,7 @@ function ShareIcon({ size = 20, color = colors.white, strokeWidth = 2 }) {
|
|
|
694
700
|
) });
|
|
695
701
|
}
|
|
696
702
|
function DownloadIcon({ size = 24, color = colors.white, strokeWidth = 2 }) {
|
|
697
|
-
return /* @__PURE__ */ jsx(
|
|
703
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx(
|
|
698
704
|
Path,
|
|
699
705
|
{
|
|
700
706
|
d: DOWNLOAD_PATH,
|
|
@@ -706,7 +712,7 @@ function DownloadIcon({ size = 24, color = colors.white, strokeWidth = 2 }) {
|
|
|
706
712
|
) });
|
|
707
713
|
}
|
|
708
714
|
function AreaExpandIcon({ size = 24, color = colors.white, strokeWidth = 2 }) {
|
|
709
|
-
return /* @__PURE__ */ jsx(
|
|
715
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: AREA_EXPAND_PATHS.map((path) => /* @__PURE__ */ jsx(
|
|
710
716
|
Path,
|
|
711
717
|
{
|
|
712
718
|
d: path,
|
|
@@ -719,16 +725,16 @@ function AreaExpandIcon({ size = 24, color = colors.white, strokeWidth = 2 }) {
|
|
|
719
725
|
)) });
|
|
720
726
|
}
|
|
721
727
|
function ClockFilledIcon({ size = 16, color = colors.white }) {
|
|
722
|
-
return /* @__PURE__ */ jsx(
|
|
728
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(Path, { d: CLOCK_FILLED_PATH, fill: color }) });
|
|
723
729
|
}
|
|
724
730
|
function QrCodeIcon({ size = 24, color = colors.primary }) {
|
|
725
|
-
return /* @__PURE__ */ jsx(
|
|
731
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx(Path, { d: QR_CODE_PATH, fill: color }) });
|
|
726
732
|
}
|
|
727
733
|
function WhatsAppIcon({ size = 24, color = colors.white }) {
|
|
728
|
-
return /* @__PURE__ */ jsx(
|
|
734
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx(Path, { d: WHATSAPP_PATH, fill: color }) });
|
|
729
735
|
}
|
|
730
736
|
function CopyIcon({ size = 20, color = colors.grey200, strokeWidth = 2 }) {
|
|
731
|
-
return /* @__PURE__ */ jsx(
|
|
737
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
732
738
|
Path,
|
|
733
739
|
{
|
|
734
740
|
d: COPY_PATH,
|
|
@@ -740,7 +746,7 @@ function CopyIcon({ size = 20, color = colors.grey200, strokeWidth = 2 }) {
|
|
|
740
746
|
) });
|
|
741
747
|
}
|
|
742
748
|
function CheckSuccessIcon({ size = 20, color = colors.green, strokeWidth = 2 }) {
|
|
743
|
-
return /* @__PURE__ */ jsx(
|
|
749
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
744
750
|
Path,
|
|
745
751
|
{
|
|
746
752
|
d: CHECK_SUCCESS_PATH,
|
|
@@ -752,7 +758,7 @@ function CheckSuccessIcon({ size = 20, color = colors.green, strokeWidth = 2 })
|
|
|
752
758
|
) });
|
|
753
759
|
}
|
|
754
760
|
function TooltipArrowIcon({ size = 10, color = colors.grey600 }) {
|
|
755
|
-
return /* @__PURE__ */ jsx(
|
|
761
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size * 8 / 10, viewBox: "0 0 10 8", fill: "none", children: /* @__PURE__ */ jsx(Path, { d: TOOLTIP_ARROW_PATH, fill: color }) });
|
|
756
762
|
}
|
|
757
763
|
|
|
758
764
|
// src/icons/HouseRules/houseRulesPaths.ts
|
|
@@ -772,10 +778,10 @@ var PAW_PATHS = [
|
|
|
772
778
|
];
|
|
773
779
|
var TRASH_PATH = "M7.5 2.5H12.5M2.5 5H17.5M15.8333 5L15.2489 13.7661C15.1612 15.0813 15.1174 15.7389 14.8333 16.2375C14.5833 16.6765 14.206 17.0294 13.7514 17.2497C13.235 17.5 12.5759 17.5 11.2578 17.5H8.74221C7.42409 17.5 6.76503 17.5 6.24861 17.2497C5.79396 17.0294 5.41674 16.6765 5.16665 16.2375C4.88259 15.7389 4.83875 15.0813 4.75107 13.7661L4.16667 5M8.33333 8.75V12.9167M11.6667 8.75V12.9167";
|
|
774
780
|
function QuietHoursIcon({ size = 20, color = colors.white }) {
|
|
775
|
-
return /* @__PURE__ */ jsx(
|
|
781
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(Path, { d: QUIET_HOURS_PATH, fill: color }) });
|
|
776
782
|
}
|
|
777
783
|
function NoSmokingIcon({ size = 20, color = colors.white, strokeWidth = 1.5 }) {
|
|
778
|
-
return /* @__PURE__ */ jsx(
|
|
784
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: NO_SMOKING_PATHS.map((d) => /* @__PURE__ */ jsx(
|
|
779
785
|
Path,
|
|
780
786
|
{
|
|
781
787
|
d,
|
|
@@ -788,7 +794,7 @@ function NoSmokingIcon({ size = 20, color = colors.white, strokeWidth = 1.5 }) {
|
|
|
788
794
|
)) });
|
|
789
795
|
}
|
|
790
796
|
function PawIcon({ size = 20, color = colors.white, strokeWidth = 1.5 }) {
|
|
791
|
-
return /* @__PURE__ */ jsx(
|
|
797
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: PAW_PATHS.map((d) => /* @__PURE__ */ jsx(
|
|
792
798
|
Path,
|
|
793
799
|
{
|
|
794
800
|
d,
|
|
@@ -801,7 +807,7 @@ function PawIcon({ size = 20, color = colors.white, strokeWidth = 1.5 }) {
|
|
|
801
807
|
)) });
|
|
802
808
|
}
|
|
803
809
|
function TrashIcon({ size = 20, color = colors.white, strokeWidth = 2 }) {
|
|
804
|
-
return /* @__PURE__ */ jsx(
|
|
810
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
805
811
|
Path,
|
|
806
812
|
{
|
|
807
813
|
d: TRASH_PATH,
|
|
@@ -816,13 +822,13 @@ function TrashIcon({ size = 20, color = colors.white, strokeWidth = 2 }) {
|
|
|
816
822
|
// src/icons/Facebook/facebookPath.ts
|
|
817
823
|
var FACEBOOK_PATH = "M10.0003 1.69922C5.41699 1.69922 1.66699 5.44089 1.66699 10.0492C1.66699 14.2159 4.71699 17.6742 8.70033 18.2992V12.4659H6.58366V10.0492H8.70033V8.20755C8.70033 6.11589 9.94199 4.96589 11.8503 4.96589C12.7587 4.96589 13.7087 5.12422 13.7087 5.12422V7.18255H12.6587C11.6253 7.18255 11.3003 7.82422 11.3003 8.48255V10.0492H13.617L13.242 12.4659H11.3003V18.2992C13.264 17.9891 15.0522 16.9871 16.3419 15.4743C17.6317 13.9614 18.3381 12.0373 18.3337 10.0492C18.3337 5.44089 14.5837 1.69922 10.0003 1.69922Z";
|
|
818
824
|
function FacebookIcon({ size = 20, color = colors.white }) {
|
|
819
|
-
return /* @__PURE__ */ jsx(
|
|
825
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(Path, { d: FACEBOOK_PATH, fill: color }) });
|
|
820
826
|
}
|
|
821
827
|
|
|
822
828
|
// src/icons/Filters/filtersPath.ts
|
|
823
829
|
var FILTERS_PATH = "M5 10H15M2.5 5H17.5M7.5 15H12.5";
|
|
824
830
|
function FiltersIcon({ size = 20, color = colors.grey200, strokeWidth = 2 }) {
|
|
825
|
-
return /* @__PURE__ */ jsx(
|
|
831
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
826
832
|
Path,
|
|
827
833
|
{
|
|
828
834
|
d: FILTERS_PATH,
|
|
@@ -834,10 +840,25 @@ function FiltersIcon({ size = 20, color = colors.grey200, strokeWidth = 2 }) {
|
|
|
834
840
|
) });
|
|
835
841
|
}
|
|
836
842
|
|
|
843
|
+
// src/icons/Fullscreen/fullscreenPath.ts
|
|
844
|
+
var FULLSCREEN_PATH = "M16 8L21 3M21 8V3H16M8 8L3 3M8 3L3 3L3 8M8 16L3 21M3 16L3 21H8M16 16L21 21M16 21H21V16";
|
|
845
|
+
function FullscreenIcon({ size = 24, color = colors.white, strokeWidth = 2 }) {
|
|
846
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx(
|
|
847
|
+
Path,
|
|
848
|
+
{
|
|
849
|
+
d: FULLSCREEN_PATH,
|
|
850
|
+
stroke: color,
|
|
851
|
+
strokeWidth,
|
|
852
|
+
strokeLinecap: "round",
|
|
853
|
+
strokeLinejoin: "round"
|
|
854
|
+
}
|
|
855
|
+
) });
|
|
856
|
+
}
|
|
857
|
+
|
|
837
858
|
// src/icons/Heart/heartPath.ts
|
|
838
859
|
var HEART_PATH = "M7.99547 3.42388C6.66257 1.8656 4.43987 1.44643 2.76984 2.87334C1.0998 4.30026 0.864686 6.68598 2.17617 8.3736C3.26659 9.77674 6.56656 12.7361 7.64811 13.6939C7.76911 13.801 7.82961 13.8546 7.90018 13.8757C7.96178 13.8941 8.02917 13.8941 8.09077 13.8757C8.16134 13.8546 8.22184 13.801 8.34284 13.6939C9.42439 12.7361 12.7244 9.77674 13.8148 8.3736C15.1263 6.68598 14.9199 4.28525 13.2211 2.87334C11.5224 1.46144 9.32838 1.8656 7.99547 3.42388Z";
|
|
839
860
|
function HeartIcon({ size = 20, color = colors.primary, strokeWidth = 1.5 }) {
|
|
840
|
-
return /* @__PURE__ */ jsx(
|
|
861
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
|
|
841
862
|
Path,
|
|
842
863
|
{
|
|
843
864
|
d: HEART_PATH,
|
|
@@ -854,7 +875,7 @@ function HeartIcon({ size = 20, color = colors.primary, strokeWidth = 1.5 }) {
|
|
|
854
875
|
// src/icons/Globe/globePath.ts
|
|
855
876
|
var GLOBE_PATH = "M18.3333 10C18.3333 14.6024 14.6024 18.3333 10 18.3333M18.3333 10C18.3333 5.39763 14.6024 1.66667 10 1.66667M18.3333 10H1.66667M10 18.3333C5.39763 18.3333 1.66667 14.6024 1.66667 10M10 18.3333C12.0833 16.0511 13.2675 13.0836 13.3333 10C13.2675 6.91643 12.0833 3.94892 10 1.66667M10 18.3333C7.91667 16.0511 6.73248 13.0836 6.66667 10C6.73248 6.91643 7.91667 3.94892 10 1.66667M1.66667 10C1.66667 5.39763 5.39763 1.66667 10 1.66667";
|
|
856
877
|
function GlobeIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
857
|
-
return /* @__PURE__ */ jsx(
|
|
878
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
858
879
|
Path,
|
|
859
880
|
{
|
|
860
881
|
d: GLOBE_PATH,
|
|
@@ -873,7 +894,7 @@ function HelpCircleIcon({
|
|
|
873
894
|
color = colors.primary,
|
|
874
895
|
strokeWidth = 1.5
|
|
875
896
|
}) {
|
|
876
|
-
return /* @__PURE__ */ jsx(
|
|
897
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
|
|
877
898
|
Path,
|
|
878
899
|
{
|
|
879
900
|
d: HELP_CIRCLE_PATH,
|
|
@@ -886,9 +907,9 @@ function HelpCircleIcon({
|
|
|
886
907
|
}
|
|
887
908
|
|
|
888
909
|
// src/icons/Home/homePath.ts
|
|
889
|
-
var HOME_PATH = "
|
|
910
|
+
var HOME_PATH = "M6.77168 11.6663C7.14172 13.104 8.4468 14.1663 10 14.1663C11.5532 14.1663 12.8583 13.104 13.2283 11.6663M9.18141 2.30297L3.52949 6.6989C3.15168 6.99276 2.96278 7.13968 2.82669 7.32368C2.70614 7.48667 2.61633 7.67029 2.56169 7.86551C2.5 8.0859 2.5 8.32521 2.5 8.80384V14.833C2.5 15.7664 2.5 16.2331 2.68166 16.5896C2.84144 16.9032 3.09641 17.1582 3.41002 17.318C3.76654 17.4996 4.23325 17.4996 5.16667 17.4996H14.8333C15.7668 17.4996 16.2335 17.4996 16.59 17.318C16.9036 17.1582 17.1586 16.9032 17.3183 16.5896C17.5 16.2331 17.5 15.7664 17.5 14.833V8.80384C17.5 8.32521 17.5 8.0859 17.4383 7.86551C17.3837 7.67029 17.2939 7.48667 17.1733 7.32368C17.0372 7.13968 16.8483 6.99276 16.4705 6.69891L10.8186 2.30297C10.5258 2.07526 10.3794 1.9614 10.2178 1.91763C10.0752 1.87902 9.92484 1.87902 9.78221 1.91763C9.62057 1.9614 9.47418 2.07526 9.18141 2.30297Z";
|
|
890
911
|
function HomeIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
891
|
-
return /* @__PURE__ */ jsx(
|
|
912
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
892
913
|
Path,
|
|
893
914
|
{
|
|
894
915
|
d: HOME_PATH,
|
|
@@ -903,13 +924,13 @@ function HomeIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
903
924
|
// src/icons/Instagram/instagramPath.ts
|
|
904
925
|
var INSTAGRAM_PATH = "M6.49984 1.66748H13.4998C16.1665 1.66748 18.3332 3.83415 18.3332 6.50081V13.5008C18.3332 14.7827 17.8239 16.0121 16.9175 16.9185C16.0111 17.8249 14.7817 18.3341 13.4998 18.3341H6.49984C3.83317 18.3341 1.6665 16.1675 1.6665 13.5008V6.50081C1.6665 5.21893 2.17573 3.98956 3.08215 3.08313C3.98858 2.17671 5.21796 1.66748 6.49984 1.66748ZM6.33317 3.33415C5.53752 3.33415 4.77446 3.65022 4.21185 4.21283C3.64924 4.77544 3.33317 5.5385 3.33317 6.33415V13.6675C3.33317 15.3258 4.67484 16.6675 6.33317 16.6675H13.6665C14.4622 16.6675 15.2252 16.3514 15.7878 15.7888C16.3504 15.2262 16.6665 14.4631 16.6665 13.6675V6.33415C16.6665 4.67581 15.3248 3.33415 13.6665 3.33415H6.33317ZM14.3748 4.58415C14.6511 4.58415 14.9161 4.69389 15.1114 4.88924C15.3068 5.08459 15.4165 5.34955 15.4165 5.62581C15.4165 5.90208 15.3068 6.16703 15.1114 6.36238C14.9161 6.55773 14.6511 6.66748 14.3748 6.66748C14.0986 6.66748 13.8336 6.55773 13.6383 6.36238C13.4429 6.16703 13.3332 5.90208 13.3332 5.62581C13.3332 5.34955 13.4429 5.08459 13.6383 4.88924C13.8336 4.69389 14.0986 4.58415 14.3748 4.58415ZM9.99984 5.83415C11.1049 5.83415 12.1647 6.27313 12.9461 7.05454C13.7275 7.83594 14.1665 8.89574 14.1665 10.0008C14.1665 11.1059 13.7275 12.1657 12.9461 12.9471C12.1647 13.7285 11.1049 14.1675 9.99984 14.1675C8.89477 14.1675 7.83496 13.7285 7.05356 12.9471C6.27216 12.1657 5.83317 11.1059 5.83317 10.0008C5.83317 8.89574 6.27216 7.83594 7.05356 7.05454C7.83496 6.27313 8.89477 5.83415 9.99984 5.83415ZM9.99984 7.50081C9.3368 7.50081 8.70091 7.76421 8.23207 8.23305C7.76323 8.70189 7.49984 9.33777 7.49984 10.0008C7.49984 10.6639 7.76323 11.2997 8.23207 11.7686C8.70091 12.2374 9.3368 12.5008 9.99984 12.5008C10.6629 12.5008 11.2988 12.2374 11.7676 11.7686C12.2364 11.2997 12.4998 10.6639 12.4998 10.0008C12.4998 9.33777 12.2364 8.70189 11.7676 8.23305C11.2988 7.76421 10.6629 7.50081 9.99984 7.50081Z";
|
|
905
926
|
function InstagramIcon({ size = 20, color = colors.white }) {
|
|
906
|
-
return /* @__PURE__ */ jsx(
|
|
927
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(Path, { d: INSTAGRAM_PATH, fill: color }) });
|
|
907
928
|
}
|
|
908
929
|
|
|
909
930
|
// src/icons/Key/keyPath.ts
|
|
910
931
|
var KEY_PATH = "M5.28673 10.0002L7.0545 11.768M7.6435 7.64301L9.41127 9.41078M10.0003 5.28624L11.768 7.05401M4.22553 11.0604L11.0609 4.22505C11.7209 3.56502 12.0513 3.235 12.4318 3.11136C12.7666 3.00259 13.127 3.00259 13.4618 3.11136C13.8421 3.23494 14.1718 3.56464 14.8311 4.22393L15.775 5.16785C16.4351 5.82788 16.7654 6.15867 16.8891 6.53922C16.9979 6.87396 16.9976 7.23381 16.8889 7.56855C16.7652 7.9491 16.4353 8.27937 15.7753 8.9394L8.93989 15.7748C8.27986 16.4348 7.94959 16.7647 7.56904 16.8884C7.2343 16.9971 6.87445 16.9974 6.53971 16.8886C6.15916 16.765 5.82837 16.4346 5.16834 15.7745L4.22441 14.8306C3.56513 14.1713 3.23542 13.8416 3.11185 13.4613C3.00308 13.1266 3.00308 12.7661 3.11185 12.4313C3.23549 12.0508 3.56551 11.7204 4.22553 11.0604Z";
|
|
911
932
|
function KeyIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
912
|
-
return /* @__PURE__ */ jsx(
|
|
933
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
913
934
|
Path,
|
|
914
935
|
{
|
|
915
936
|
d: KEY_PATH,
|
|
@@ -928,7 +949,7 @@ function LayoutGridIcon({
|
|
|
928
949
|
color = colors.primary,
|
|
929
950
|
strokeWidth = 1.5
|
|
930
951
|
}) {
|
|
931
|
-
return /* @__PURE__ */ jsx(
|
|
952
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
|
|
932
953
|
Path,
|
|
933
954
|
{
|
|
934
955
|
d: LAYOUT_GRID_PATH,
|
|
@@ -943,13 +964,13 @@ function LayoutGridIcon({
|
|
|
943
964
|
// src/icons/LinkedIn/linkedinPath.ts
|
|
944
965
|
var LINKEDIN_PATH = "M15.8333 2.50098C16.2754 2.50098 16.6993 2.67657 17.0118 2.98913C17.3244 3.30169 17.5 3.72562 17.5 4.16764V15.8343C17.5 16.2763 17.3244 16.7003 17.0118 17.0128C16.6993 17.3254 16.2754 17.501 15.8333 17.501H4.16667C3.72464 17.501 3.30072 17.3254 2.98816 17.0128C2.67559 16.7003 2.5 16.2763 2.5 15.8343V4.16764C2.5 3.72562 2.67559 3.30169 2.98816 2.98913C3.30072 2.67657 3.72464 2.50098 4.16667 2.50098H15.8333ZM15.4167 15.4176V11.001C15.4167 10.2805 15.1304 9.58948 14.621 9.08C14.1115 8.57053 13.4205 8.28431 12.7 8.28431C11.9917 8.28431 11.1667 8.71764 10.7667 9.36764V8.44264H8.44167V15.4176H10.7667V11.3093C10.7667 10.6676 11.2833 10.1426 11.925 10.1426C12.2344 10.1426 12.5312 10.2656 12.75 10.4844C12.9687 10.7031 13.0917 10.9999 13.0917 11.3093V15.4176H15.4167ZM5.73333 7.13431C6.10464 7.13431 6.46073 6.98681 6.72328 6.72426C6.98583 6.46171 7.13333 6.10561 7.13333 5.73431C7.13333 4.95931 6.50833 4.32598 5.73333 4.32598C5.35982 4.32598 5.0016 4.47435 4.73749 4.73847C4.47338 5.00258 4.325 5.3608 4.325 5.73431C4.325 6.50931 4.95833 7.13431 5.73333 7.13431ZM6.89167 15.4176V8.44264H4.58333V15.4176H6.89167Z";
|
|
945
966
|
function LinkedInIcon({ size = 20, color = colors.white }) {
|
|
946
|
-
return /* @__PURE__ */ jsx(
|
|
967
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(Path, { d: LINKEDIN_PATH, fill: color }) });
|
|
947
968
|
}
|
|
948
969
|
|
|
949
970
|
// src/icons/ListView/listViewPath.ts
|
|
950
971
|
var LIST_VIEW_PATH = "M7 2.5H3.83333C3.36662 2.5 3.13327 2.5 2.95501 2.59083C2.79821 2.67072 2.67072 2.79821 2.59083 2.95501C2.5 3.13327 2.5 3.36662 2.5 3.83333V7C2.5 7.46671 2.5 7.70007 2.59083 7.87833C2.67072 8.03513 2.79821 8.16261 2.95501 8.24251C3.13327 8.33333 3.36662 8.33333 3.83333 8.33333H7C7.46671 8.33333 7.70007 8.33333 7.87833 8.24251C8.03513 8.16261 8.16261 8.03513 8.24251 7.87833C8.33333 7.70007 8.33333 7.46671 8.33333 7V3.83333C8.33333 3.36662 8.33333 3.13327 8.24251 2.95501C8.16261 2.79821 8.03513 2.67072 7.87833 2.59083C7.70007 2.5 7.46671 2.5 7 2.5ZM16.1667 2.5H13C12.5333 2.5 12.2999 2.5 12.1217 2.59083C11.9649 2.67072 11.8374 2.79821 11.7575 2.95501C11.6667 3.13327 11.6667 3.36662 11.6667 3.83333V7C11.6667 7.46671 11.6667 7.70007 11.7575 7.87833C11.8374 8.03513 11.9649 8.16261 12.1217 8.24251C12.2999 8.33333 12.5333 8.33333 13 8.33333H16.1667C16.6334 8.33333 16.8667 8.33333 17.045 8.24251C17.2018 8.16261 17.3293 8.03513 17.4092 7.87833C17.5 7.70007 17.5 7.46671 17.5 7V3.83333C17.5 3.36662 17.5 3.13327 17.4092 2.95501C17.3293 2.79821 17.2018 2.67072 17.045 2.59083C16.8667 2.5 16.6334 2.5 16.1667 2.5ZM16.1667 11.6667H13C12.5333 11.6667 12.2999 11.6667 12.1217 11.7575C11.9649 11.8374 11.8374 11.9649 11.7575 12.1217C11.6667 12.2999 11.6667 12.5333 11.6667 13V16.1667C11.6667 16.6334 11.6667 16.8667 11.7575 17.045C11.8374 17.2018 11.9649 17.3293 12.1217 17.4092C12.2999 17.5 12.5333 17.5 13 17.5H16.1667C16.6334 17.5 16.8667 17.5 17.045 17.4092C17.2018 17.3293 17.3293 17.2018 17.4092 17.045C17.5 16.8667 17.5 16.6334 17.5 16.1667V13C17.5 12.5333 17.5 12.2999 17.4092 12.1217C17.3293 11.9649 17.2018 11.8374 17.045 11.7575C16.8667 11.6667 16.6334 11.6667 16.1667 11.6667ZM7 11.6667H3.83333C3.36662 11.6667 3.13327 11.6667 2.95501 11.7575C2.79821 11.8374 2.67072 11.9649 2.59083 12.1217C2.5 12.2999 2.5 12.5333 2.5 13V16.1667C2.5 16.6334 2.5 16.8667 2.59083 17.045C2.67072 17.2018 2.79821 17.3293 2.95501 17.4092C3.13327 17.5 3.36662 17.5 3.83333 17.5H7C7.46671 17.5 7.70007 17.5 7.87833 17.4092C8.03513 17.3293 8.16261 17.2018 8.24251 17.045C8.33333 16.8667 8.33333 16.6334 8.33333 16.1667V13C8.33333 12.5333 8.33333 12.2999 8.24251 12.1217C8.16261 11.9649 8.03513 11.8374 7.87833 11.7575C7.70007 11.6667 7.46671 11.6667 7 11.6667Z";
|
|
951
972
|
function ListViewIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
952
|
-
return /* @__PURE__ */ jsx(
|
|
973
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
953
974
|
Path,
|
|
954
975
|
{
|
|
955
976
|
d: LIST_VIEW_PATH,
|
|
@@ -964,7 +985,7 @@ function ListViewIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
964
985
|
// src/icons/LocationPin/locationPinPath.ts
|
|
965
986
|
var LOCATION_PIN_PATH = "M4.16675 8.26904C4.16675 12.3122 7.70381 15.6558 9.26941 16.9377C9.49347 17.1211 9.60684 17.214 9.774 17.261C9.90417 17.2977 10.0957 17.2977 10.2259 17.261C10.3934 17.2139 10.506 17.122 10.7309 16.9378C12.2965 15.6559 15.8333 12.3126 15.8333 8.26941C15.8333 6.73932 15.2188 5.27171 14.1248 4.18977C13.0309 3.10783 11.5472 2.5 10.0001 2.5C8.45305 2.5 6.96925 3.10792 5.87529 4.18986C4.78133 5.2718 4.16675 6.73895 4.16675 8.26904ZM8.33341 7.5C8.33341 8.42047 9.07961 9.16667 10.0001 9.16667C10.9206 9.16667 11.6667 8.42047 11.6667 7.5C11.6667 6.57953 10.9206 5.83333 10.0001 5.83333C9.07961 5.83333 8.33341 6.57953 8.33341 7.5Z";
|
|
966
987
|
function LocationPinIcon({ size = 20, color = colors.grey200, strokeWidth = 2 }) {
|
|
967
|
-
return /* @__PURE__ */ jsx(
|
|
988
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
968
989
|
Path,
|
|
969
990
|
{
|
|
970
991
|
d: LOCATION_PIN_PATH,
|
|
@@ -979,13 +1000,13 @@ function LocationPinIcon({ size = 20, color = colors.grey200, strokeWidth = 2 })
|
|
|
979
1000
|
// src/icons/LocationUser/locationUserPath.ts
|
|
980
1001
|
var LOCATION_USER_PATH = "M10.9127 8.5267C10.8313 8.4943 10.7443 8.47826 10.6566 8.47949C10.569 8.48073 10.4825 8.4992 10.402 8.53387C10.3216 8.56854 10.2487 8.61872 10.1876 8.68154C10.1265 8.74437 10.0784 8.81861 10.046 8.90003C10.0136 8.98145 9.99758 9.06845 9.99882 9.15607C10 9.24369 10.0185 9.3302 10.0532 9.41068C10.0879 9.49116 10.138 9.56402 10.2009 9.62511C10.2637 9.68619 10.3379 9.7343 10.4193 9.7667C11.3927 10.1534 11.9993 10.7534 11.9993 11.3334C11.9993 12.28 10.3593 13.3334 7.99935 13.3334C5.63935 13.3334 3.99935 12.28 3.99935 11.3334C3.99935 10.7534 4.60602 10.1534 5.57935 9.7667C5.74378 9.70128 5.87549 9.57321 5.94551 9.41068C6.01552 9.24815 6.0181 9.06446 5.95268 8.90003C5.88726 8.73559 5.7592 8.60388 5.59667 8.53387C5.43414 8.46386 5.25045 8.46128 5.08602 8.5267C3.57268 9.1267 2.66602 10.1734 2.66602 11.3334C2.66602 13.2 5.00602 14.6667 7.99935 14.6667C10.9927 14.6667 13.3327 13.2 13.3327 11.3334C13.3327 10.1734 12.426 9.1267 10.9127 8.5267ZM7.33268 6.57336V11.3334C7.33268 11.5102 7.40292 11.6797 7.52794 11.8048C7.65297 11.9298 7.82254 12 7.99935 12C8.17616 12 8.34573 11.9298 8.47075 11.8048C8.59578 11.6797 8.66602 11.5102 8.66602 11.3334V6.57336C9.29445 6.4111 9.84214 6.02521 10.2064 5.48802C10.5707 4.95084 10.7265 4.29924 10.6448 3.65536C10.563 3.01149 10.2492 2.41954 9.76217 1.99048C9.27517 1.56142 8.6484 1.32471 7.99935 1.32471C7.3503 1.32471 6.72353 1.56142 6.23653 1.99048C5.74952 2.41954 5.43572 3.01149 5.35394 3.65536C5.27215 4.29924 5.42801 4.95084 5.79228 5.48802C6.15656 6.02521 6.70424 6.4111 7.33268 6.57336V6.57336ZM7.99935 2.6667C8.26306 2.6667 8.52084 2.74489 8.74011 2.8914C8.95937 3.03791 9.13027 3.24615 9.23119 3.48978C9.33211 3.73342 9.35851 4.00151 9.30706 4.26015C9.25562 4.51879 9.12863 4.75637 8.94216 4.94284C8.75569 5.12931 8.51811 5.2563 8.25947 5.30774C8.00083 5.35919 7.73274 5.33279 7.4891 5.23187C7.24547 5.13095 7.03723 4.96005 6.89072 4.74079C6.74421 4.52152 6.66602 4.26374 6.66602 4.00003C6.66602 3.64641 6.80649 3.30727 7.05654 3.05722C7.30659 2.80717 7.64573 2.6667 7.99935 2.6667Z";
|
|
981
1002
|
function LocationUserIcon({ size = 16, color = colors.grey0 }) {
|
|
982
|
-
return /* @__PURE__ */ jsx(
|
|
1003
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(Path, { d: LOCATION_USER_PATH, fill: color }) });
|
|
983
1004
|
}
|
|
984
1005
|
|
|
985
1006
|
// src/icons/Lock/lockPath.ts
|
|
986
1007
|
var LOCK_PATH = "M22.6673 13.3333V10.6667C22.6673 6.98477 19.6825 4 16.0007 4C12.3188 4 9.33398 6.98477 9.33398 10.6667V13.3333M16.0007 19.3333V22M11.734 28H20.2673C22.5075 28 23.6276 28 24.4833 27.564C25.2359 27.1805 25.8479 26.5686 26.2313 25.816C26.6673 24.9603 26.6673 23.8402 26.6673 21.6V19.7333C26.6673 17.4931 26.6673 16.373 26.2313 15.5174C25.8479 14.7647 25.2359 14.1528 24.4833 13.7693C23.6276 13.3333 22.5075 13.3333 20.2673 13.3333H11.734C9.49377 13.3333 8.37367 13.3333 7.51802 13.7693C6.76537 14.1528 6.15345 14.7647 5.76996 15.5174C5.33398 16.373 5.33398 17.4931 5.33398 19.7333V21.6C5.33398 23.8402 5.33398 24.9603 5.76996 25.816C6.15345 26.5686 6.76537 27.1805 7.51802 27.564C8.37367 28 9.49377 28 11.734 28Z";
|
|
987
1008
|
function LockIcon({ size = 32, color = colors.primary, strokeWidth = 2 }) {
|
|
988
|
-
return /* @__PURE__ */ jsx(
|
|
1009
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ jsx(
|
|
989
1010
|
Path,
|
|
990
1011
|
{
|
|
991
1012
|
d: LOCK_PATH,
|
|
@@ -1000,7 +1021,7 @@ function LockIcon({ size = 32, color = colors.primary, strokeWidth = 2 }) {
|
|
|
1000
1021
|
// src/icons/LogOut/logOutPath.ts
|
|
1001
1022
|
var LOG_OUT_PATH = "M10.6667 4.66667L14 8L10.6667 11.3333M14 8H6M6 2H5.2C4.0799 2 3.51984 2 3.09202 2.21799C2.7157 2.40973 2.40973 2.71569 2.21799 3.09202C2 3.51984 2 4.07989 2 5.2V10.8C2 11.9201 2 12.4802 2.21799 12.908C2.40973 13.2843 2.71569 13.5903 3.09202 13.782C3.51984 14 4.0799 14 5.2 14H6";
|
|
1002
1023
|
function LogOutIcon({ size = 20, color = colors.red, strokeWidth = 1.5 }) {
|
|
1003
|
-
return /* @__PURE__ */ jsx(
|
|
1024
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1004
1025
|
Path,
|
|
1005
1026
|
{
|
|
1006
1027
|
d: LOG_OUT_PATH,
|
|
@@ -1015,7 +1036,7 @@ function LogOutIcon({ size = 20, color = colors.red, strokeWidth = 1.5 }) {
|
|
|
1015
1036
|
// src/icons/Mail/mailPath.ts
|
|
1016
1037
|
var MAIL_PATH = "M3.33333 4.99984L8.42303 8.84339L8.42473 8.8448C8.98987 9.25924 9.27261 9.46658 9.5823 9.54668C9.85602 9.61748 10.1438 9.61748 10.4175 9.54668C10.7274 9.46651 11.011 9.25856 11.5771 8.84339C11.5771 8.84339 14.8417 6.33812 16.6667 4.99984M2.5 13.1667V6.83333C2.5 5.89991 2.5 5.43285 2.68166 5.07633C2.84144 4.76273 3.09623 4.50795 3.40983 4.34816C3.76635 4.1665 4.23341 4.1665 5.16683 4.1665H14.8335C15.7669 4.1665 16.233 4.1665 16.5895 4.34816C16.9031 4.50795 17.1587 4.76273 17.3185 5.07633C17.5 5.43251 17.5 5.899 17.5 6.8306V13.1695C17.5 14.1011 17.5 14.5669 17.3185 14.9231C17.1587 15.2367 16.9031 15.4919 16.5895 15.6517C16.2333 15.8332 15.7675 15.8332 14.8359 15.8332H5.16409C4.23249 15.8332 3.766 15.8332 3.40983 15.6517C3.09623 15.4919 2.84144 15.2367 2.68166 14.9231C2.5 14.5666 2.5 14.1001 2.5 13.1667Z";
|
|
1017
1038
|
function MailIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
1018
|
-
return /* @__PURE__ */ jsx(
|
|
1039
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1019
1040
|
Path,
|
|
1020
1041
|
{
|
|
1021
1042
|
d: MAIL_PATH,
|
|
@@ -1030,7 +1051,7 @@ function MailIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
1030
1051
|
// src/icons/MapView/mapViewPath.ts
|
|
1031
1052
|
var MAP_VIEW_PATH = "M13.3332 4.99984L7.49984 1.6665L1.6665 4.99984V18.3332L7.49984 14.9998M13.3332 4.99984L18.3332 1.6665V14.9998L13.3332 18.3332L7.49984 14.9998M7.49984 14.9998V1.6665M13.3332 18.3332V4.99984";
|
|
1032
1053
|
function MapViewIcon({ size = 20, color = colors.grey400, strokeWidth = 2 }) {
|
|
1033
|
-
return /* @__PURE__ */ jsx(
|
|
1054
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1034
1055
|
Path,
|
|
1035
1056
|
{
|
|
1036
1057
|
d: MAP_VIEW_PATH,
|
|
@@ -1051,7 +1072,7 @@ function MapControlIcon({
|
|
|
1051
1072
|
color = colors.white,
|
|
1052
1073
|
strokeWidth = 2
|
|
1053
1074
|
}) {
|
|
1054
|
-
return /* @__PURE__ */ jsx(
|
|
1075
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1055
1076
|
Path,
|
|
1056
1077
|
{
|
|
1057
1078
|
d: path,
|
|
@@ -1078,7 +1099,7 @@ function MenuIcon({
|
|
|
1078
1099
|
strokeWidth = 2,
|
|
1079
1100
|
open = false
|
|
1080
1101
|
}) {
|
|
1081
|
-
return /* @__PURE__ */ jsx(
|
|
1102
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 19 19", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1082
1103
|
Path,
|
|
1083
1104
|
{
|
|
1084
1105
|
d: open ? MENU_CLOSE_PATH : MENU_PATH,
|
|
@@ -1094,7 +1115,7 @@ function MenuIcon({
|
|
|
1094
1115
|
// src/icons/Minus/minusPath.ts
|
|
1095
1116
|
var MINUS_PATH = "M3.33337 8H12.6667";
|
|
1096
1117
|
function MinusIcon({ size = 16, color = colors.white, strokeWidth = 2 }) {
|
|
1097
|
-
return /* @__PURE__ */ jsx(
|
|
1118
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1098
1119
|
Path,
|
|
1099
1120
|
{
|
|
1100
1121
|
d: MINUS_PATH,
|
|
@@ -1109,7 +1130,7 @@ function MinusIcon({ size = 16, color = colors.white, strokeWidth = 2 }) {
|
|
|
1109
1130
|
// src/icons/Navigate/navigatePath.ts
|
|
1110
1131
|
var NAVIGATE_PATH = "M5.691 14.2339C11.5836 17.7694 16.2976 13.0554 15.7084 4.21658C6.86968 3.62732 2.15584 8.34151 5.691 14.2339ZM5.691 14.2339C5.69093 14.2338 5.69107 14.234 5.691 14.2339ZM5.691 14.2339L4.16675 15.7576M5.691 14.2339L8.88079 11.0436";
|
|
1111
1132
|
function NavigateIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
1112
|
-
return /* @__PURE__ */ jsx(
|
|
1133
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1113
1134
|
Path,
|
|
1114
1135
|
{
|
|
1115
1136
|
d: NAVIGATE_PATH,
|
|
@@ -1124,7 +1145,7 @@ function NavigateIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
1124
1145
|
// src/icons/Phone/phonePath.ts
|
|
1125
1146
|
var PHONE_PATH = "M7.91872 3.54768C7.66561 2.91492 7.05276 2.5 6.37126 2.5H4.07895C3.20692 2.5 2.5 3.20675 2.5 4.07878C2.5 11.491 8.50898 17.5 15.9212 17.5C16.7933 17.5 17.5 16.793 17.5 15.921L17.5004 13.6283C17.5004 12.9468 17.0856 12.334 16.4528 12.0809L14.2558 11.2024C13.6874 10.9751 13.0402 11.0774 12.57 11.4693L12.0029 11.9422C11.3407 12.4941 10.3664 12.4502 9.75683 11.8407L8.16018 10.2425C7.55066 9.63302 7.50561 8.65945 8.05745 7.99724L8.53027 7.43025C8.92218 6.95996 9.02541 6.31263 8.79805 5.74424L7.91872 3.54768Z";
|
|
1126
1147
|
function PhoneIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
1127
|
-
return /* @__PURE__ */ jsx(
|
|
1148
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1128
1149
|
Path,
|
|
1129
1150
|
{
|
|
1130
1151
|
d: PHONE_PATH,
|
|
@@ -1139,7 +1160,7 @@ function PhoneIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
1139
1160
|
// src/icons/Plus/plusPath.ts
|
|
1140
1161
|
var PLUS_PATH = "M8.00004 3.33325V12.6666M3.33337 7.99992H12.6667";
|
|
1141
1162
|
function PlusIcon({ size = 16, color = colors.white, strokeWidth = 2 }) {
|
|
1142
|
-
return /* @__PURE__ */ jsx(
|
|
1163
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1143
1164
|
Path,
|
|
1144
1165
|
{
|
|
1145
1166
|
d: PLUS_PATH,
|
|
@@ -1154,7 +1175,7 @@ function PlusIcon({ size = 16, color = colors.white, strokeWidth = 2 }) {
|
|
|
1154
1175
|
// src/icons/Refresh/refreshPath.ts
|
|
1155
1176
|
var REFRESH_PATH = "M17.4993 8.33333C17.4993 8.33333 15.8285 6.05685 14.4712 4.69854C13.1138 3.34022 11.238 2.5 9.16602 2.5C5.02388 2.5 1.66602 5.85786 1.66602 10C1.66602 14.1421 5.02388 17.5 9.16602 17.5C12.5853 17.5 15.4701 15.2119 16.3729 12.0833M12.4993 8.33333H17.4993V3.33333";
|
|
1156
1177
|
function RefreshIcon({ size = 20, color = colors.white, strokeWidth = 2 }) {
|
|
1157
|
-
return /* @__PURE__ */ jsx(
|
|
1178
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1158
1179
|
Path,
|
|
1159
1180
|
{
|
|
1160
1181
|
d: REFRESH_PATH,
|
|
@@ -1173,7 +1194,7 @@ function RefundStatusIcon({
|
|
|
1173
1194
|
color = colors.primary,
|
|
1174
1195
|
strokeWidth = 2
|
|
1175
1196
|
}) {
|
|
1176
|
-
return /* @__PURE__ */ jsx(
|
|
1197
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1177
1198
|
Path,
|
|
1178
1199
|
{
|
|
1179
1200
|
d: REFUND_STATUS_PATH,
|
|
@@ -1193,7 +1214,7 @@ function SearchIcon({
|
|
|
1193
1214
|
color = colors.primary,
|
|
1194
1215
|
strokeWidth = 2
|
|
1195
1216
|
}) {
|
|
1196
|
-
return /* @__PURE__ */ jsxs(
|
|
1217
|
+
return /* @__PURE__ */ jsxs(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: [
|
|
1197
1218
|
/* @__PURE__ */ jsx(
|
|
1198
1219
|
Path,
|
|
1199
1220
|
{
|
|
@@ -1220,7 +1241,7 @@ function SearchIcon({
|
|
|
1220
1241
|
// src/icons/Settings/settingsPath.ts
|
|
1221
1242
|
var SETTINGS_PATH = "M8.00004 10C9.10461 10 10 9.10457 10 8C10 6.89543 9.10461 6 8.00004 6C6.89547 6 6.00004 6.89543 6.00004 8C6.00004 9.10457 6.89547 10 8.00004 10Z M12.4849 9.81818C12.4042 10.001 12.3801 10.2038 12.4158 10.4004C12.4514 10.597 12.5452 10.7784 12.6849 10.9212L12.7213 10.9576C12.834 11.0702 12.9234 11.2038 12.9844 11.351C13.0454 11.4981 13.0768 11.6559 13.0768 11.8152C13.0768 11.9744 13.0454 12.1322 12.9844 12.2793C12.9234 12.4265 12.834 12.5602 12.7213 12.6727C12.6087 12.7854 12.475 12.8748 12.3278 12.9358C12.1807 12.9968 12.023 13.0282 11.8637 13.0282C11.7044 13.0282 11.5467 12.9968 11.3995 12.9358C11.2524 12.8748 11.1187 12.7854 11.0061 12.6727L10.9697 12.6364C10.8269 12.4966 10.6455 12.4029 10.4489 12.3673C10.2523 12.3316 10.0495 12.3557 9.86671 12.4364C9.68745 12.5132 9.53458 12.6408 9.42689 12.8034C9.31921 12.966 9.26142 13.1565 9.26065 13.3515V13.4545C9.26065 13.776 9.13294 14.0843 8.90562 14.3116C8.67831 14.539 8.37 14.6667 8.04853 14.6667C7.72705 14.6667 7.41874 14.539 7.19143 14.3116C6.96411 14.0843 6.8364 13.776 6.8364 13.4545V13.4C6.83171 13.1994 6.76678 13.0048 6.65005 12.8416C6.53331 12.6784 6.37018 12.5541 6.18186 12.4848C5.99906 12.4042 5.79629 12.3801 5.59968 12.4158C5.40308 12.4514 5.22166 12.5451 5.07883 12.6849L5.04246 12.7212C4.92989 12.8339 4.79621 12.9233 4.64906 12.9843C4.50191 13.0453 4.34418 13.0767 4.18489 13.0767C4.0256 13.0767 3.86787 13.0453 3.72072 12.9843C3.57357 12.9233 3.43989 12.8339 3.32731 12.7212C3.21461 12.6086 3.12521 12.475 3.06421 12.3278C3.00321 12.1807 2.97181 12.0229 2.97181 11.8636C2.97181 11.7043 3.00321 11.5466 3.06421 11.3995C3.12521 11.2523 3.21461 11.1186 3.32731 11.0061L3.36368 10.9697C3.5034 10.8269 3.59712 10.6454 3.63277 10.4488C3.66842 10.2522 3.64435 10.0495 3.56368 9.86667C3.48685 9.68741 3.35929 9.53454 3.19669 9.42686C3.03409 9.31917 2.84355 9.26139 2.64853 9.26061H2.5455C2.22402 9.26061 1.91571 9.1329 1.6884 8.90559C1.46108 8.67827 1.33337 8.36996 1.33337 8.04849C1.33337 7.72701 1.46108 7.4187 1.6884 7.19139C1.91571 6.96407 2.22402 6.83637 2.5455 6.83637H2.60004C2.80064 6.83167 2.9952 6.76674 3.1584 6.65001C3.32161 6.53328 3.44593 6.37014 3.51519 6.18182C3.59587 5.99902 3.61993 5.79625 3.58429 5.59965C3.54864 5.40304 3.45491 5.22163 3.31519 5.07879L3.27883 5.04243C3.16613 4.92985 3.07672 4.79617 3.01573 4.64902C2.95473 4.50187 2.92333 4.34414 2.92333 4.18485C2.92333 4.02556 2.95473 3.86783 3.01573 3.72068C3.07672 3.57353 3.16613 3.43985 3.27883 3.32728C3.3914 3.21458 3.52509 3.12517 3.67223 3.06417C3.81938 3.00317 3.97711 2.97178 4.1364 2.97178C4.2957 2.97178 4.45343 3.00317 4.60057 3.06417C4.74772 3.12517 4.88141 3.21458 4.99398 3.32728L5.03034 3.36364C5.17318 3.50336 5.3546 3.59708 5.5512 3.63273C5.7478 3.66838 5.95058 3.64431 6.13337 3.56364H6.18186C6.36111 3.48681 6.51399 3.35925 6.62167 3.19665C6.72935 3.03405 6.78714 2.84351 6.78792 2.64849V2.54546C6.78792 2.22398 6.91562 1.91567 7.14294 1.68836C7.37026 1.46104 7.67857 1.33334 8.00004 1.33334C8.32151 1.33334 8.62982 1.46104 8.85714 1.68836C9.08446 1.91567 9.21216 2.22398 9.21216 2.54546V2.6C9.21294 2.79502 9.27073 2.98556 9.37841 3.14816C9.48609 3.31076 9.63897 3.43833 9.81822 3.51515C10.001 3.59583 10.2038 3.6199 10.4004 3.58425C10.597 3.5486 10.7784 3.45487 10.9213 3.31515L10.9576 3.27879C11.0702 3.16609 11.2039 3.07669 11.351 3.01569C11.4982 2.95469 11.6559 2.92329 11.8152 2.92329C11.9745 2.92329 12.1322 2.95469 12.2794 3.01569C12.4265 3.07669 12.5602 3.16609 12.6728 3.27879C12.7855 3.39136 12.8749 3.52505 12.9359 3.6722C12.9969 3.81935 13.0283 3.97707 13.0283 4.13637C13.0283 4.29566 12.9969 4.45339 12.9359 4.60054C12.8749 4.74769 12.7855 4.88137 12.6728 4.99394L12.6364 5.03031C12.4967 5.17314 12.403 5.35456 12.3673 5.55116C12.3317 5.74776 12.3557 5.95054 12.4364 6.13334V6.18182C12.5132 6.36107 12.6408 6.51395 12.8034 6.62163C12.966 6.72932 13.1565 6.7871 13.3516 6.78788H13.4546C13.7761 6.78788 14.0844 6.91559 14.3117 7.1429C14.539 7.37022 14.6667 7.67853 14.6667 8C14.6667 8.32148 14.539 8.62978 14.3117 8.8571C14.0844 9.08442 13.7761 9.21212 13.4546 9.21212H13.4C13.205 9.2129 13.0145 9.27069 12.8519 9.37837C12.6893 9.48605 12.5617 9.63893 12.4849 9.81818Z";
|
|
1222
1243
|
function SettingsIcon({ size = 20, color = colors.primary, strokeWidth = 1.5 }) {
|
|
1223
|
-
return /* @__PURE__ */ jsx(
|
|
1244
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1224
1245
|
Path,
|
|
1225
1246
|
{
|
|
1226
1247
|
d: SETTINGS_PATH,
|
|
@@ -1236,7 +1257,7 @@ function SettingsIcon({ size = 20, color = colors.primary, strokeWidth = 1.5 })
|
|
|
1236
1257
|
var SHOW_PATH = "M1.66669 10C1.66669 10 4.16669 4.16667 10 4.16667C15.8334 4.16667 18.3334 10 18.3334 10C18.3334 10 15.8334 15.8333 10 15.8333C4.16669 15.8333 1.66669 10 1.66669 10Z";
|
|
1237
1258
|
var SHOW_PUPIL_PATH = "M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61929 11.3807 7.5 10 7.5C8.61929 7.5 7.5 8.61929 7.5 10C7.5 11.3807 8.61929 12.5 10 12.5Z";
|
|
1238
1259
|
function ShowIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
1239
|
-
return /* @__PURE__ */ jsxs(
|
|
1260
|
+
return /* @__PURE__ */ jsxs(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: [
|
|
1240
1261
|
/* @__PURE__ */ jsx(
|
|
1241
1262
|
Path,
|
|
1242
1263
|
{
|
|
@@ -1263,7 +1284,7 @@ function ShowIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
1263
1284
|
// src/icons/Sidebar/sidebarPath.ts
|
|
1264
1285
|
var SIDEBAR_PATH = "M12.5 2.5V17.5M6.5 2.5H13.5C14.9001 2.5 15.6002 2.5 16.135 2.77248C16.6054 3.01217 16.9878 3.39462 17.2275 3.86502C17.5 4.3998 17.5 5.09987 17.5 6.5V13.5C17.5 14.9001 17.5 15.6002 17.2275 16.135C16.9878 16.6054 16.6054 16.9878 16.135 17.2275C15.6002 17.5 14.9001 17.5 13.5 17.5H6.5C5.09987 17.5 4.3998 17.5 3.86502 17.2275C3.39462 16.9878 3.01217 16.6054 2.77248 16.135C2.5 15.6002 2.5 14.9001 2.5 13.5V6.5C2.5 5.09987 2.5 4.3998 2.77248 3.86502C3.01217 3.39462 3.39462 3.01217 3.86502 2.77248C4.3998 2.5 5.09987 2.5 6.5 2.5Z";
|
|
1265
1286
|
function SidebarIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
1266
|
-
return /* @__PURE__ */ jsx(
|
|
1287
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1267
1288
|
Path,
|
|
1268
1289
|
{
|
|
1269
1290
|
d: SIDEBAR_PATH,
|
|
@@ -1276,9 +1297,9 @@ function SidebarIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
1276
1297
|
}
|
|
1277
1298
|
|
|
1278
1299
|
// src/icons/Sort/sortPath.ts
|
|
1279
|
-
var SORT_PATH = "
|
|
1280
|
-
function SortIcon({ size =
|
|
1281
|
-
return /* @__PURE__ */ jsx(
|
|
1300
|
+
var SORT_PATH = "M5.83333 3.33301V16.6663M9.16667 13.333L5.83333 16.6663L2.5 13.333M14.1667 16.6663V3.33301M17.5 6.66634L14.1667 3.33301L10.8333 6.66634";
|
|
1301
|
+
function SortIcon({ size = 20, color = colors.grey300, strokeWidth = 2 }) {
|
|
1302
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1282
1303
|
Path,
|
|
1283
1304
|
{
|
|
1284
1305
|
d: SORT_PATH,
|
|
@@ -1300,7 +1321,7 @@ function StarIcon({
|
|
|
1300
1321
|
strokeWidth = 2
|
|
1301
1322
|
}) {
|
|
1302
1323
|
const resolvedColor = color ?? (active ? "#E38E5E" : colors.grey150);
|
|
1303
|
-
return /* @__PURE__ */ jsx(
|
|
1324
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: height ?? size * 26 / 28, viewBox: "0 0 28 26", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1304
1325
|
Path,
|
|
1305
1326
|
{
|
|
1306
1327
|
d: STAR_PATH,
|
|
@@ -1318,7 +1339,7 @@ function StarFilledIcon({
|
|
|
1318
1339
|
color = "#E38E5E",
|
|
1319
1340
|
strokeWidth = 2
|
|
1320
1341
|
}) {
|
|
1321
|
-
return /* @__PURE__ */ jsx(
|
|
1342
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: height ?? size * 26 / 28, viewBox: "0 0 28 26", fill: color, children: /* @__PURE__ */ jsx(
|
|
1322
1343
|
Path,
|
|
1323
1344
|
{
|
|
1324
1345
|
d: STAR_PATH,
|
|
@@ -1334,7 +1355,7 @@ function StarFilledIcon({
|
|
|
1334
1355
|
// src/icons/User/userPath.ts
|
|
1335
1356
|
var USER_PATH = "M15.8334 17.5C15.8334 14.2783 13.2217 11.6667 10 11.6667C6.77836 11.6667 4.16669 14.2783 4.16669 17.5M10 9.16667C8.15907 9.16667 6.66669 7.67428 6.66669 5.83333C6.66669 3.99238 8.15907 2.5 10 2.5C11.841 2.5 13.3334 3.99238 13.3334 5.83333C13.3334 7.67428 11.841 9.16667 10 9.16667Z";
|
|
1336
1357
|
function UserIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
1337
|
-
return /* @__PURE__ */ jsx(
|
|
1358
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1338
1359
|
Path,
|
|
1339
1360
|
{
|
|
1340
1361
|
d: USER_PATH,
|
|
@@ -1349,7 +1370,7 @@ function UserIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
|
1349
1370
|
// src/icons/UsersAlt/usersAltPath.ts
|
|
1350
1371
|
var USERS_ALT_PATH = "M14.35 14.2566C14.9725 13.7177 15.4718 13.0513 15.814 12.3024C16.1562 11.5536 16.3333 10.7399 16.3333 9.91659C16.3333 8.36949 15.7187 6.88576 14.6248 5.7918C13.5308 4.69783 12.0471 4.08325 10.5 4.08325C8.95289 4.08325 7.46916 4.69783 6.3752 5.7918C5.28124 6.88576 4.66666 8.36949 4.66666 9.91659C4.66665 10.7399 4.84376 11.5536 5.18597 12.3024C5.52818 13.0513 6.02748 13.7177 6.64999 14.2566C5.01682 14.9961 3.6312 16.1904 2.6588 17.6966C1.6864 19.2027 1.16837 20.9571 1.16666 22.7499C1.16666 23.0593 1.28957 23.3561 1.50837 23.5749C1.72716 23.7937 2.0239 23.9166 2.33332 23.9166C2.64274 23.9166 2.93949 23.7937 3.15828 23.5749C3.37707 23.3561 3.49999 23.0593 3.49999 22.7499C3.49999 20.8934 4.23749 19.1129 5.55024 17.8002C6.863 16.4874 8.64347 15.7499 10.5 15.7499C12.3565 15.7499 14.137 16.4874 15.4497 17.8002C16.7625 19.1129 17.5 20.8934 17.5 22.7499C17.5 23.0593 17.6229 23.3561 17.8417 23.5749C18.0605 23.7937 18.3572 23.9166 18.6667 23.9166C18.9761 23.9166 19.2728 23.7937 19.4916 23.5749C19.7104 23.3561 19.8333 23.0593 19.8333 22.7499C19.8316 20.9571 19.3136 19.2027 18.3412 17.6966C17.3688 16.1904 15.9832 14.9961 14.35 14.2566ZM10.5 13.4166C9.80775 13.4166 9.13107 13.2113 8.55549 12.8267C7.97992 12.4421 7.53132 11.8955 7.26641 11.256C7.0015 10.6164 6.93219 9.9127 7.06724 9.23377C7.20229 8.55484 7.53563 7.9312 8.02512 7.44171C8.5146 6.95223 9.13824 6.61889 9.81717 6.48384C10.4961 6.34879 11.1998 6.4181 11.8394 6.68301C12.4789 6.94791 13.0255 7.39652 13.4101 7.97209C13.7947 8.54766 14 9.22435 14 9.91659C14 10.8448 13.6312 11.7351 12.9749 12.3915C12.3185 13.0478 11.4282 13.4166 10.5 13.4166ZM21.8633 13.7899C22.61 12.9491 23.0977 11.9105 23.2678 10.799C23.4378 9.68748 23.2831 8.55051 22.822 7.52492C22.361 6.49933 21.6134 5.62885 20.6692 5.01825C19.725 4.40764 18.6244 4.08295 17.5 4.08325C17.1906 4.08325 16.8938 4.20617 16.675 4.42496C16.4562 4.64375 16.3333 4.9405 16.3333 5.24992C16.3333 5.55934 16.4562 5.85608 16.675 6.07488C16.8938 6.29367 17.1906 6.41659 17.5 6.41659C18.4282 6.41659 19.3185 6.78533 19.9749 7.44171C20.6312 8.09809 21 8.98833 21 9.91659C20.9983 10.5294 20.8358 11.131 20.5287 11.6612C20.2216 12.1915 19.7807 12.6319 19.25 12.9383C19.077 13.038 18.9325 13.1805 18.8304 13.3521C18.7283 13.5237 18.6719 13.7186 18.6667 13.9183C18.6618 14.1163 18.7074 14.3123 18.7993 14.4879C18.8911 14.6634 19.0262 14.8127 19.1917 14.9216L19.6467 15.2249L19.7983 15.3066C21.2046 15.9736 22.391 17.0286 23.2178 18.3473C24.0446 19.666 24.4773 21.1935 24.465 22.7499C24.465 23.0593 24.5879 23.3561 24.8067 23.5749C25.0255 23.7937 25.3222 23.9166 25.6317 23.9166C25.9411 23.9166 26.2378 23.7937 26.4566 23.5749C26.6754 23.3561 26.7983 23.0593 26.7983 22.7499C26.8079 20.9596 26.3594 19.1965 25.4957 17.6283C24.632 16.0601 23.3816 14.7388 21.8633 13.7899Z";
|
|
1351
1372
|
function UsersAltIcon({ size = 28, color = colors.white }) {
|
|
1352
|
-
return /* @__PURE__ */ jsx(
|
|
1373
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 28 28", fill: "none", children: /* @__PURE__ */ jsx(Path, { d: USERS_ALT_PATH, fill: color }) });
|
|
1353
1374
|
}
|
|
1354
1375
|
|
|
1355
1376
|
// src/icons/Video/videoPath.ts
|
|
@@ -1358,7 +1379,7 @@ var VIDEO_PATHS = [
|
|
|
1358
1379
|
"M1.33337 6.53333C1.33337 5.41322 1.33337 4.85317 1.55136 4.42535C1.74311 4.04902 2.04907 3.74306 2.42539 3.55132C2.85322 3.33333 3.41327 3.33333 4.53337 3.33333H8.13337C9.25348 3.33333 9.81353 3.33333 10.2414 3.55132C10.6177 3.74306 10.9236 4.04902 11.1154 4.42535C11.3334 4.85317 11.3334 5.41322 11.3334 6.53333V9.46666C11.3334 10.5868 11.3334 11.1468 11.1154 11.5746C10.9236 11.951 10.6177 12.2569 10.2414 12.4487C9.81353 12.6667 9.25348 12.6667 8.13337 12.6667H4.53337C3.41327 12.6667 2.85322 12.6667 2.42539 12.4487C2.04907 12.2569 1.74311 11.951 1.55136 11.5746C1.33337 11.1468 1.33337 10.5868 1.33337 9.46666V6.53333Z"
|
|
1359
1380
|
];
|
|
1360
1381
|
function VideoIcon({ size = 20, color = colors.primary, strokeWidth = 1.5 }) {
|
|
1361
|
-
return /* @__PURE__ */ jsx(
|
|
1382
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", children: VIDEO_PATHS.map((path) => /* @__PURE__ */ jsx(
|
|
1362
1383
|
Path,
|
|
1363
1384
|
{
|
|
1364
1385
|
d: path,
|
|
@@ -1371,6 +1392,36 @@ function VideoIcon({ size = 20, color = colors.primary, strokeWidth = 1.5 }) {
|
|
|
1371
1392
|
)) });
|
|
1372
1393
|
}
|
|
1373
1394
|
|
|
1395
|
+
// src/icons/VideoOff/videoOffPath.ts
|
|
1396
|
+
var VIDEO_OFF_PATH = "M5 5C3.34315 5 2 6.34315 2 8V16C2 17.6569 3.34315 19 5 19H14C15.3527 19 16.4962 18.1048 16.8705 16.8745M17 12L20.6343 8.36569C21.0627 7.93731 21.2769 7.72312 21.4608 7.70865C21.6203 7.69609 21.7763 7.76068 21.8802 7.88238C22 8.02265 22 8.32556 22 8.93137V15.0686C22 15.6744 22 15.9774 21.8802 16.1176C21.7763 16.2393 21.6203 16.3039 21.4608 16.2914C21.2769 16.2769 21.0627 16.0627 20.6343 15.6343L17 12ZM17 12V9.8C17 8.11984 17 7.27976 16.673 6.63803C16.3854 6.07354 15.9265 5.6146 15.362 5.32698C14.7202 5 13.8802 5 12.2 5H9.5M2 2L22 22";
|
|
1397
|
+
function VideoOffIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
1398
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1399
|
+
Path,
|
|
1400
|
+
{
|
|
1401
|
+
d: VIDEO_OFF_PATH,
|
|
1402
|
+
stroke: color,
|
|
1403
|
+
strokeWidth,
|
|
1404
|
+
strokeLinecap: "round",
|
|
1405
|
+
strokeLinejoin: "round"
|
|
1406
|
+
}
|
|
1407
|
+
) });
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
// src/icons/ZoomOut/zoomOutPath.ts
|
|
1411
|
+
var ZOOM_OUT_PATH = "M3 8H3.2C4.88016 8 5.72024 8 6.36197 7.67302C6.92646 7.3854 7.3854 6.92646 7.67302 6.36197C8 5.72024 8 4.88016 8 3.2V3M3 16H3.2C4.88016 16 5.72024 16 6.36197 16.327C6.92646 16.6146 7.3854 17.0735 7.67302 17.638C8 18.2798 8 19.1198 8 20.8V21M16 3V3.2C16 4.88016 16 5.72024 16.327 6.36197C16.6146 6.92646 17.0735 7.3854 17.638 7.67302C18.2798 8 19.1198 8 20.8 8H21M16 21V20.8C16 19.1198 16 18.2798 16.327 17.638C16.6146 17.0735 17.0735 16.6146 17.638 16.327C18.2798 16 19.1198 16 20.8 16H21";
|
|
1412
|
+
function ZoomOutIcon({ size = 24, color = colors.primary, strokeWidth = 2 }) {
|
|
1413
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1414
|
+
Path,
|
|
1415
|
+
{
|
|
1416
|
+
d: ZOOM_OUT_PATH,
|
|
1417
|
+
stroke: color,
|
|
1418
|
+
strokeWidth,
|
|
1419
|
+
strokeLinecap: "round",
|
|
1420
|
+
strokeLinejoin: "round"
|
|
1421
|
+
}
|
|
1422
|
+
) });
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1374
1425
|
// src/icons/registry.ts
|
|
1375
1426
|
var icons = {
|
|
1376
1427
|
alertTriangle: AlertTriangleIcon,
|
|
@@ -1378,6 +1429,7 @@ var icons = {
|
|
|
1378
1429
|
apple: AppleIcon,
|
|
1379
1430
|
arrowRight: ArrowRightIcon,
|
|
1380
1431
|
bag: BagIcon,
|
|
1432
|
+
ban: BanIcon,
|
|
1381
1433
|
bell: BellIcon,
|
|
1382
1434
|
building: BuildingIcon,
|
|
1383
1435
|
calendar: CalendarIcon,
|
|
@@ -1399,6 +1451,7 @@ var icons = {
|
|
|
1399
1451
|
cardLocation: CardLocationIcon,
|
|
1400
1452
|
facebook: FacebookIcon,
|
|
1401
1453
|
filters: FiltersIcon,
|
|
1454
|
+
fullscreen: FullscreenIcon,
|
|
1402
1455
|
guests: GuestsIcon,
|
|
1403
1456
|
heart: HeartIcon,
|
|
1404
1457
|
globe: GlobeIcon,
|
|
@@ -1444,7 +1497,9 @@ var icons = {
|
|
|
1444
1497
|
user: UserIcon,
|
|
1445
1498
|
usersAlt: UsersAltIcon,
|
|
1446
1499
|
video: VideoIcon,
|
|
1447
|
-
|
|
1500
|
+
videoOff: VideoOffIcon,
|
|
1501
|
+
whatsApp: WhatsAppIcon,
|
|
1502
|
+
zoomOut: ZoomOutIcon
|
|
1448
1503
|
};
|
|
1449
1504
|
var iconNames = Object.keys(icons);
|
|
1450
1505
|
var iconGroups = {
|
|
@@ -1465,6 +1520,7 @@ var iconGroups = {
|
|
|
1465
1520
|
actions: [
|
|
1466
1521
|
"show",
|
|
1467
1522
|
"alertTriangle",
|
|
1523
|
+
"ban",
|
|
1468
1524
|
"bell",
|
|
1469
1525
|
"camera",
|
|
1470
1526
|
"key",
|
|
@@ -1482,7 +1538,9 @@ var iconGroups = {
|
|
|
1482
1538
|
"saveHeart",
|
|
1483
1539
|
"share",
|
|
1484
1540
|
"filters",
|
|
1541
|
+
"fullscreen",
|
|
1485
1542
|
"heart",
|
|
1543
|
+
"zoomOut",
|
|
1486
1544
|
"star",
|
|
1487
1545
|
"starFilled",
|
|
1488
1546
|
"minus",
|
|
@@ -1509,6 +1567,7 @@ var iconGroups = {
|
|
|
1509
1567
|
"user",
|
|
1510
1568
|
"usersAlt",
|
|
1511
1569
|
"video",
|
|
1570
|
+
"videoOff",
|
|
1512
1571
|
"whatsApp"
|
|
1513
1572
|
],
|
|
1514
1573
|
communication: ["mail", "phone"],
|
|
@@ -1592,7 +1651,7 @@ var AMENITY_PATHS = {
|
|
|
1592
1651
|
]
|
|
1593
1652
|
};
|
|
1594
1653
|
function AmenityIcon({ name, size = 20, color = colors.primary }) {
|
|
1595
|
-
return /* @__PURE__ */ jsx(
|
|
1654
|
+
return /* @__PURE__ */ jsx(Svg19, { width: size, height: size, viewBox: "0 0 20 20", fill: "none", children: AMENITY_PATHS[name].map((path, index) => /* @__PURE__ */ jsx(
|
|
1596
1655
|
Path,
|
|
1597
1656
|
{
|
|
1598
1657
|
d: path.d,
|
|
@@ -2016,7 +2075,7 @@ function BrandLogo({
|
|
|
2016
2075
|
const size = resolveBrandLogoSize(width, height);
|
|
2017
2076
|
const fill = BRAND_LOGO_COLORS[variant];
|
|
2018
2077
|
return /* @__PURE__ */ jsx(
|
|
2019
|
-
|
|
2078
|
+
Svg19,
|
|
2020
2079
|
{
|
|
2021
2080
|
width: size.width,
|
|
2022
2081
|
height: size.height,
|
|
@@ -2794,14 +2853,122 @@ var styles9 = StyleSheet.create({
|
|
|
2794
2853
|
backgroundColor: colors.whiteAlpha40
|
|
2795
2854
|
}
|
|
2796
2855
|
});
|
|
2856
|
+
var WIDTH = 121;
|
|
2857
|
+
var HEIGHT = 48;
|
|
2858
|
+
var ICON_SIZE4 = 24;
|
|
2859
|
+
var StepPager = forwardRef(function StepPager2({
|
|
2860
|
+
index,
|
|
2861
|
+
count,
|
|
2862
|
+
onPrevious,
|
|
2863
|
+
onNext,
|
|
2864
|
+
previousAccessibilityLabel = "Previous",
|
|
2865
|
+
nextAccessibilityLabel = "Next",
|
|
2866
|
+
style,
|
|
2867
|
+
className,
|
|
2868
|
+
accessibilityLabel,
|
|
2869
|
+
...rest
|
|
2870
|
+
}, forwardedRef) {
|
|
2871
|
+
const containerRef = useRef(null);
|
|
2872
|
+
const setContainerRef = useMemo(() => mergeRefs(containerRef, forwardedRef), [forwardedRef]);
|
|
2873
|
+
const safeCount = Math.max(0, count);
|
|
2874
|
+
const safeIndex = safeCount === 0 ? 0 : Math.min(Math.max(index, 0), safeCount - 1);
|
|
2875
|
+
const label = safeCount === 0 ? "0/0" : `${safeIndex + 1}/${safeCount}`;
|
|
2876
|
+
const atStart = safeIndex <= 0;
|
|
2877
|
+
const atEnd = safeIndex >= safeCount - 1;
|
|
2878
|
+
useApplyWebClassName(containerRef, className);
|
|
2879
|
+
return /* @__PURE__ */ jsxs(
|
|
2880
|
+
View,
|
|
2881
|
+
{
|
|
2882
|
+
...rest,
|
|
2883
|
+
ref: setContainerRef,
|
|
2884
|
+
accessibilityRole: "adjustable",
|
|
2885
|
+
accessibilityLabel: accessibilityLabel ?? label,
|
|
2886
|
+
accessibilityValue: {
|
|
2887
|
+
min: safeCount === 0 ? 0 : 1,
|
|
2888
|
+
max: safeCount,
|
|
2889
|
+
now: safeCount === 0 ? 0 : safeIndex + 1,
|
|
2890
|
+
text: label
|
|
2891
|
+
},
|
|
2892
|
+
style: [styles10.root, webBlurStyle4, style],
|
|
2893
|
+
children: [
|
|
2894
|
+
/* @__PURE__ */ jsx(
|
|
2895
|
+
Pressable,
|
|
2896
|
+
{
|
|
2897
|
+
onPress: onPrevious,
|
|
2898
|
+
disabled: atStart || !onPrevious,
|
|
2899
|
+
hitSlop: 4,
|
|
2900
|
+
accessibilityRole: "button",
|
|
2901
|
+
accessibilityLabel: previousAccessibilityLabel,
|
|
2902
|
+
accessibilityState: { disabled: atStart || !onPrevious },
|
|
2903
|
+
style: [styles10.navButton, (atStart || !onPrevious) && styles10.navDisabled],
|
|
2904
|
+
children: /* @__PURE__ */ jsx(ChevronLeftIcon, { size: ICON_SIZE4, color: colors.white, strokeWidth: 2 })
|
|
2905
|
+
}
|
|
2906
|
+
),
|
|
2907
|
+
/* @__PURE__ */ jsx(Text, { style: styles10.label, children: label }),
|
|
2908
|
+
/* @__PURE__ */ jsx(
|
|
2909
|
+
Pressable,
|
|
2910
|
+
{
|
|
2911
|
+
onPress: onNext,
|
|
2912
|
+
disabled: atEnd || !onNext,
|
|
2913
|
+
hitSlop: 4,
|
|
2914
|
+
accessibilityRole: "button",
|
|
2915
|
+
accessibilityLabel: nextAccessibilityLabel,
|
|
2916
|
+
accessibilityState: { disabled: atEnd || !onNext },
|
|
2917
|
+
style: [styles10.navButton, (atEnd || !onNext) && styles10.navDisabled],
|
|
2918
|
+
children: /* @__PURE__ */ jsx(View, { style: styles10.chevronRight, children: /* @__PURE__ */ jsx(ChevronLeftIcon, { size: ICON_SIZE4, color: colors.white, strokeWidth: 2 }) })
|
|
2919
|
+
}
|
|
2920
|
+
)
|
|
2921
|
+
]
|
|
2922
|
+
}
|
|
2923
|
+
);
|
|
2924
|
+
});
|
|
2925
|
+
var webBlurStyle4 = Platform.OS === "web" ? {
|
|
2926
|
+
backdropFilter: "blur(50px)",
|
|
2927
|
+
WebkitBackdropFilter: "blur(50px)"
|
|
2928
|
+
} : {};
|
|
2929
|
+
var styles10 = StyleSheet.create({
|
|
2930
|
+
root: {
|
|
2931
|
+
width: WIDTH,
|
|
2932
|
+
height: HEIGHT,
|
|
2933
|
+
flexDirection: "row",
|
|
2934
|
+
alignItems: "center",
|
|
2935
|
+
justifyContent: "center",
|
|
2936
|
+
gap: 12,
|
|
2937
|
+
padding: 12,
|
|
2938
|
+
borderRadius: 77,
|
|
2939
|
+
backgroundColor: colors.whiteAlpha6,
|
|
2940
|
+
overflow: "hidden"
|
|
2941
|
+
},
|
|
2942
|
+
navButton: {
|
|
2943
|
+
width: ICON_SIZE4,
|
|
2944
|
+
height: ICON_SIZE4,
|
|
2945
|
+
alignItems: "center",
|
|
2946
|
+
justifyContent: "center"
|
|
2947
|
+
},
|
|
2948
|
+
navDisabled: {
|
|
2949
|
+
opacity: 0.35
|
|
2950
|
+
},
|
|
2951
|
+
chevronRight: {
|
|
2952
|
+
transform: [{ scaleX: -1 }]
|
|
2953
|
+
},
|
|
2954
|
+
label: {
|
|
2955
|
+
fontFamily: fonts.sans,
|
|
2956
|
+
fontSize: 16,
|
|
2957
|
+
fontWeight: "700",
|
|
2958
|
+
lineHeight: 16,
|
|
2959
|
+
letterSpacing: 0,
|
|
2960
|
+
color: colors.white,
|
|
2961
|
+
textAlign: "center"
|
|
2962
|
+
}
|
|
2963
|
+
});
|
|
2797
2964
|
var ICON_SLOT = 36;
|
|
2798
|
-
var
|
|
2965
|
+
var ICON_SIZE5 = 20;
|
|
2799
2966
|
var InfoTile = forwardRef(function InfoTile2({
|
|
2800
2967
|
title,
|
|
2801
2968
|
description,
|
|
2802
2969
|
icon: Icon2,
|
|
2803
2970
|
iconProps,
|
|
2804
|
-
iconSize =
|
|
2971
|
+
iconSize = ICON_SIZE5,
|
|
2805
2972
|
iconSlotBackgroundColor = colors.grey600,
|
|
2806
2973
|
style,
|
|
2807
2974
|
className,
|
|
@@ -2819,18 +2986,18 @@ var InfoTile = forwardRef(function InfoTile2({
|
|
|
2819
2986
|
ref: setContainerRef,
|
|
2820
2987
|
accessibilityRole: "text",
|
|
2821
2988
|
accessibilityLabel: accessibilityLabel ?? (hasDescription ? `${title}. ${description}` : title),
|
|
2822
|
-
style: [
|
|
2989
|
+
style: [styles11.root, style],
|
|
2823
2990
|
children: [
|
|
2824
|
-
/* @__PURE__ */ jsx(View, { style: [
|
|
2825
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
2826
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
2827
|
-
hasDescription ? /* @__PURE__ */ jsx(Text, { style:
|
|
2991
|
+
/* @__PURE__ */ jsx(View, { style: [styles11.iconSlot, { backgroundColor: iconSlotBackgroundColor }], children: /* @__PURE__ */ jsx(Icon2, { ...iconProps, size: iconSize, color: iconProps?.color ?? colors.white }) }),
|
|
2992
|
+
/* @__PURE__ */ jsxs(View, { style: styles11.textBlock, children: [
|
|
2993
|
+
/* @__PURE__ */ jsx(Text, { style: styles11.title, children: title }),
|
|
2994
|
+
hasDescription ? /* @__PURE__ */ jsx(Text, { style: styles11.description, children: description }) : null
|
|
2828
2995
|
] })
|
|
2829
2996
|
]
|
|
2830
2997
|
}
|
|
2831
2998
|
);
|
|
2832
2999
|
});
|
|
2833
|
-
var
|
|
3000
|
+
var styles11 = StyleSheet.create({
|
|
2834
3001
|
root: {
|
|
2835
3002
|
flexDirection: "row",
|
|
2836
3003
|
alignItems: "center",
|
|
@@ -2877,7 +3044,7 @@ var ROW_GAP = 12;
|
|
|
2877
3044
|
var CONNECTOR_WIDTH = 2;
|
|
2878
3045
|
var CONNECTOR_HEIGHT = 19;
|
|
2879
3046
|
var CONNECTOR_GAP = 8;
|
|
2880
|
-
var
|
|
3047
|
+
var webBlurStyle5 = Platform.OS === "web" ? {
|
|
2881
3048
|
backdropFilter: "blur(20px)",
|
|
2882
3049
|
WebkitBackdropFilter: "blur(20px)"
|
|
2883
3050
|
} : {};
|
|
@@ -2895,18 +3062,18 @@ var StepList = forwardRef(function StepList2({ steps, style, className, accessib
|
|
|
2895
3062
|
ref: setContainerRef,
|
|
2896
3063
|
accessibilityRole: "summary",
|
|
2897
3064
|
accessibilityLabel,
|
|
2898
|
-
style: [
|
|
3065
|
+
style: [styles12.root, style],
|
|
2899
3066
|
children: steps.map((description, index) => {
|
|
2900
3067
|
const isLast = index === steps.length - 1;
|
|
2901
3068
|
const number = index + 1;
|
|
2902
|
-
return /* @__PURE__ */ jsxs(View, { style:
|
|
2903
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
2904
|
-
/* @__PURE__ */ jsx(View, { style: [
|
|
3069
|
+
return /* @__PURE__ */ jsxs(View, { style: styles12.stepBlock, children: [
|
|
3070
|
+
/* @__PURE__ */ jsxs(View, { style: styles12.row, children: [
|
|
3071
|
+
/* @__PURE__ */ jsx(View, { style: [styles12.badge, webBlurStyle5], children: /* @__PURE__ */ jsx(
|
|
2905
3072
|
Text,
|
|
2906
3073
|
{
|
|
2907
3074
|
style: [
|
|
2908
|
-
|
|
2909
|
-
Platform.OS === "android" ?
|
|
3075
|
+
styles12.badgeLabel,
|
|
3076
|
+
Platform.OS === "android" ? styles12.labelAndroid : null
|
|
2910
3077
|
],
|
|
2911
3078
|
children: String(number)
|
|
2912
3079
|
}
|
|
@@ -2914,18 +3081,18 @@ var StepList = forwardRef(function StepList2({ steps, style, className, accessib
|
|
|
2914
3081
|
/* @__PURE__ */ jsx(
|
|
2915
3082
|
Text,
|
|
2916
3083
|
{
|
|
2917
|
-
style: [
|
|
3084
|
+
style: [styles12.description, Platform.OS === "android" ? styles12.labelAndroid : null],
|
|
2918
3085
|
children: description
|
|
2919
3086
|
}
|
|
2920
3087
|
)
|
|
2921
3088
|
] }),
|
|
2922
|
-
!isLast ? /* @__PURE__ */ jsx(View, { style:
|
|
3089
|
+
!isLast ? /* @__PURE__ */ jsx(View, { style: styles12.connectorSlot, children: /* @__PURE__ */ jsx(View, { style: styles12.connector }) }) : null
|
|
2923
3090
|
] }, `${number}-${description}`);
|
|
2924
3091
|
})
|
|
2925
3092
|
}
|
|
2926
3093
|
);
|
|
2927
3094
|
});
|
|
2928
|
-
var
|
|
3095
|
+
var styles12 = StyleSheet.create({
|
|
2929
3096
|
root: {
|
|
2930
3097
|
width: "100%"
|
|
2931
3098
|
},
|
|
@@ -2983,7 +3150,7 @@ var styles11 = StyleSheet.create({
|
|
|
2983
3150
|
}
|
|
2984
3151
|
});
|
|
2985
3152
|
var BUTTON_SIZE = 32;
|
|
2986
|
-
var
|
|
3153
|
+
var webBlurStyle6 = Platform.OS === "web" ? {
|
|
2987
3154
|
backdropFilter: "blur(20px)",
|
|
2988
3155
|
WebkitBackdropFilter: "blur(20px)"
|
|
2989
3156
|
} : {};
|
|
@@ -3020,7 +3187,7 @@ var Counter = forwardRef(function Counter2({
|
|
|
3020
3187
|
if (!isControlled) setUncontrolledValue(next);
|
|
3021
3188
|
onValueChange?.(next);
|
|
3022
3189
|
};
|
|
3023
|
-
return /* @__PURE__ */ jsxs(View, { ...rest, ref: setContainerRef, style: [
|
|
3190
|
+
return /* @__PURE__ */ jsxs(View, { ...rest, ref: setContainerRef, style: [styles13.base, style], children: [
|
|
3024
3191
|
/* @__PURE__ */ jsx(
|
|
3025
3192
|
Pressable,
|
|
3026
3193
|
{
|
|
@@ -3030,11 +3197,11 @@ var Counter = forwardRef(function Counter2({
|
|
|
3030
3197
|
accessibilityRole: "button",
|
|
3031
3198
|
accessibilityLabel: "Decrease value",
|
|
3032
3199
|
accessibilityState: { disabled: decrementDisabled },
|
|
3033
|
-
style: [
|
|
3200
|
+
style: [styles13.button, webBlurStyle6, decrementDisabled && styles13.buttonDisabled],
|
|
3034
3201
|
children: /* @__PURE__ */ jsx(MinusIcon, {})
|
|
3035
3202
|
}
|
|
3036
3203
|
),
|
|
3037
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
3204
|
+
/* @__PURE__ */ jsx(Text, { style: styles13.value, children: resolvedValue }),
|
|
3038
3205
|
/* @__PURE__ */ jsx(
|
|
3039
3206
|
Pressable,
|
|
3040
3207
|
{
|
|
@@ -3044,13 +3211,13 @@ var Counter = forwardRef(function Counter2({
|
|
|
3044
3211
|
accessibilityRole: "button",
|
|
3045
3212
|
accessibilityLabel: "Increase value",
|
|
3046
3213
|
accessibilityState: { disabled: incrementDisabled },
|
|
3047
|
-
style: [
|
|
3214
|
+
style: [styles13.button, webBlurStyle6, incrementDisabled && styles13.buttonDisabled],
|
|
3048
3215
|
children: /* @__PURE__ */ jsx(PlusIcon, {})
|
|
3049
3216
|
}
|
|
3050
3217
|
)
|
|
3051
3218
|
] });
|
|
3052
3219
|
});
|
|
3053
|
-
var
|
|
3220
|
+
var styles13 = StyleSheet.create({
|
|
3054
3221
|
base: {
|
|
3055
3222
|
flexDirection: "row",
|
|
3056
3223
|
alignItems: "center",
|
|
@@ -3074,7 +3241,7 @@ var styles12 = StyleSheet.create({
|
|
|
3074
3241
|
color: colors.white
|
|
3075
3242
|
}
|
|
3076
3243
|
});
|
|
3077
|
-
var
|
|
3244
|
+
var ICON_SIZE6 = 20;
|
|
3078
3245
|
var ANIMATION_DURATION = 200;
|
|
3079
3246
|
var OPTION_HORIZONTAL_PADDING = 16;
|
|
3080
3247
|
var OPTION_CONTENT_GAP = 12;
|
|
@@ -3170,9 +3337,9 @@ var SegmentedToggle = forwardRef(
|
|
|
3170
3337
|
onLayout?.(event);
|
|
3171
3338
|
},
|
|
3172
3339
|
style: [
|
|
3173
|
-
|
|
3174
|
-
fullWidth ?
|
|
3175
|
-
disabled &&
|
|
3340
|
+
styles14.base,
|
|
3341
|
+
fullWidth ? styles14.fullWidth : styles14.contentWidth,
|
|
3342
|
+
disabled && styles14.disabled,
|
|
3176
3343
|
style
|
|
3177
3344
|
],
|
|
3178
3345
|
accessibilityRole: "radiogroup",
|
|
@@ -3193,10 +3360,10 @@ var SegmentedToggle = forwardRef(
|
|
|
3193
3360
|
return nextWidths;
|
|
3194
3361
|
});
|
|
3195
3362
|
},
|
|
3196
|
-
style:
|
|
3363
|
+
style: styles14.optionMeasurement,
|
|
3197
3364
|
children: [
|
|
3198
|
-
Icon2 ? /* @__PURE__ */ jsx(Icon2, { size:
|
|
3199
|
-
/* @__PURE__ */ jsx(Text, { style: [
|
|
3365
|
+
Icon2 ? /* @__PURE__ */ jsx(Icon2, { size: ICON_SIZE6 }) : null,
|
|
3366
|
+
/* @__PURE__ */ jsx(Text, { style: [styles14.label, styles14.contentWidthLabel], children: label })
|
|
3200
3367
|
]
|
|
3201
3368
|
},
|
|
3202
3369
|
`${optionValue}-measurement`
|
|
@@ -3206,7 +3373,7 @@ var SegmentedToggle = forwardRef(
|
|
|
3206
3373
|
{
|
|
3207
3374
|
pointerEvents: "none",
|
|
3208
3375
|
style: [
|
|
3209
|
-
|
|
3376
|
+
styles14.activeIndicator,
|
|
3210
3377
|
{ width: selectedOptionWidth, transform: [{ translateX: indicatorTranslateX }] }
|
|
3211
3378
|
]
|
|
3212
3379
|
}
|
|
@@ -3226,18 +3393,18 @@ var SegmentedToggle = forwardRef(
|
|
|
3226
3393
|
accessibilityLabel: label,
|
|
3227
3394
|
accessibilityState: { selected, disabled },
|
|
3228
3395
|
style: [
|
|
3229
|
-
|
|
3230
|
-
fullWidth ?
|
|
3396
|
+
styles14.option,
|
|
3397
|
+
fullWidth ? styles14.optionFullWidth : [styles14.optionContentWidth, optionWidth > 0 && { width: optionWidth }]
|
|
3231
3398
|
],
|
|
3232
|
-
children: /* @__PURE__ */ jsxs(View, { style:
|
|
3233
|
-
Icon2 ? /* @__PURE__ */ jsx(Icon2, { size:
|
|
3399
|
+
children: /* @__PURE__ */ jsxs(View, { style: styles14.optionContent, children: [
|
|
3400
|
+
Icon2 ? /* @__PURE__ */ jsx(Icon2, { size: ICON_SIZE6, color: iconColor }) : null,
|
|
3234
3401
|
/* @__PURE__ */ jsx(
|
|
3235
3402
|
Text,
|
|
3236
3403
|
{
|
|
3237
3404
|
numberOfLines: fullWidth ? 1 : void 0,
|
|
3238
3405
|
style: [
|
|
3239
|
-
|
|
3240
|
-
!fullWidth &&
|
|
3406
|
+
styles14.label,
|
|
3407
|
+
!fullWidth && styles14.contentWidthLabel,
|
|
3241
3408
|
{ color: labelColor }
|
|
3242
3409
|
],
|
|
3243
3410
|
children: label
|
|
@@ -3253,7 +3420,7 @@ var SegmentedToggle = forwardRef(
|
|
|
3253
3420
|
);
|
|
3254
3421
|
}
|
|
3255
3422
|
);
|
|
3256
|
-
var
|
|
3423
|
+
var styles14 = StyleSheet.create({
|
|
3257
3424
|
base: {
|
|
3258
3425
|
height: 44,
|
|
3259
3426
|
flexDirection: "row",
|
|
@@ -3338,6 +3505,7 @@ var Sidebar = forwardRef(function Sidebar2({
|
|
|
3338
3505
|
collapsed: collapsedProp,
|
|
3339
3506
|
defaultCollapsed = false,
|
|
3340
3507
|
onCollapsedChange,
|
|
3508
|
+
showCollapseToggle = true,
|
|
3341
3509
|
style,
|
|
3342
3510
|
className,
|
|
3343
3511
|
...rest
|
|
@@ -3378,53 +3546,63 @@ var Sidebar = forwardRef(function Sidebar2({
|
|
|
3378
3546
|
{
|
|
3379
3547
|
...rest,
|
|
3380
3548
|
ref: setContainerRef,
|
|
3381
|
-
style: [
|
|
3549
|
+
style: [styles15.root, { width: widthAnim }, style],
|
|
3382
3550
|
accessibilityRole: "menu",
|
|
3383
3551
|
children: [
|
|
3384
|
-
/* @__PURE__ */ jsxs(
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3552
|
+
/* @__PURE__ */ jsxs(
|
|
3553
|
+
View,
|
|
3554
|
+
{
|
|
3555
|
+
style: [
|
|
3556
|
+
styles15.header,
|
|
3557
|
+
collapsed ? styles15.headerCollapsed : styles15.headerExpanded,
|
|
3558
|
+
!showCollapseToggle ? styles15.headerNoToggle : null
|
|
3559
|
+
],
|
|
3560
|
+
children: [
|
|
3561
|
+
/* @__PURE__ */ jsx(
|
|
3562
|
+
Animated.View,
|
|
3391
3563
|
{
|
|
3392
|
-
|
|
3393
|
-
|
|
3564
|
+
pointerEvents: collapsed ? "none" : "auto",
|
|
3565
|
+
style: [
|
|
3566
|
+
styles15.logoSlot,
|
|
3567
|
+
{
|
|
3568
|
+
opacity: labelOpacity,
|
|
3569
|
+
maxWidth: collapsed ? 0 : LOGO_WIDTH
|
|
3570
|
+
}
|
|
3571
|
+
],
|
|
3572
|
+
accessibilityElementsHidden: collapsed,
|
|
3573
|
+
importantForAccessibility: collapsed ? "no-hide-descendants" : "auto",
|
|
3574
|
+
children: /* @__PURE__ */ jsx(
|
|
3575
|
+
BrandLogo,
|
|
3576
|
+
{
|
|
3577
|
+
accessibilityLabel: logoAccessibilityLabel,
|
|
3578
|
+
height: LOGO_HEIGHT,
|
|
3579
|
+
variant: "brand",
|
|
3580
|
+
width: LOGO_WIDTH
|
|
3581
|
+
}
|
|
3582
|
+
)
|
|
3394
3583
|
}
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
children: /* @__PURE__ */ jsx(
|
|
3399
|
-
BrandLogo,
|
|
3584
|
+
),
|
|
3585
|
+
showCollapseToggle ? /* @__PURE__ */ jsx(
|
|
3586
|
+
Pressable,
|
|
3400
3587
|
{
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3588
|
+
accessibilityRole: "button",
|
|
3589
|
+
accessibilityLabel: collapsed ? expandAccessibilityLabel : collapseAccessibilityLabel,
|
|
3590
|
+
accessibilityState: { expanded: !collapsed },
|
|
3591
|
+
hitSlop: 8,
|
|
3592
|
+
onPress: () => setCollapsed(!collapsed),
|
|
3593
|
+
style: styles15.toggleButton,
|
|
3594
|
+
children: /* @__PURE__ */ jsx(SidebarIcon, { color: colors.grey100, size: TOGGLE_SIZE, strokeWidth: 2 })
|
|
3405
3595
|
}
|
|
3406
|
-
)
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
Pressable,
|
|
3411
|
-
{
|
|
3412
|
-
accessibilityRole: "button",
|
|
3413
|
-
accessibilityLabel: collapsed ? expandAccessibilityLabel : collapseAccessibilityLabel,
|
|
3414
|
-
accessibilityState: { expanded: !collapsed },
|
|
3415
|
-
hitSlop: 8,
|
|
3416
|
-
onPress: () => setCollapsed(!collapsed),
|
|
3417
|
-
style: styles14.toggleButton,
|
|
3418
|
-
children: /* @__PURE__ */ jsx(SidebarIcon, { color: colors.grey100, size: TOGGLE_SIZE, strokeWidth: 2 })
|
|
3419
|
-
}
|
|
3420
|
-
)
|
|
3421
|
-
] }),
|
|
3596
|
+
) : null
|
|
3597
|
+
]
|
|
3598
|
+
}
|
|
3599
|
+
),
|
|
3422
3600
|
/* @__PURE__ */ jsx(
|
|
3423
3601
|
View,
|
|
3424
3602
|
{
|
|
3425
3603
|
accessibilityLabel: navigationAccessibilityLabel,
|
|
3426
3604
|
accessibilityRole: "menu",
|
|
3427
|
-
style:
|
|
3605
|
+
style: styles15.nav,
|
|
3428
3606
|
children: items.map((item) => {
|
|
3429
3607
|
const isActive = Boolean(item.active);
|
|
3430
3608
|
const iconColor = isActive ? colors.primary : colors.grey300;
|
|
@@ -3440,18 +3618,18 @@ var Sidebar = forwardRef(function Sidebar2({
|
|
|
3440
3618
|
hoverColor: colors.grey700,
|
|
3441
3619
|
onPress: item.onPress,
|
|
3442
3620
|
labelStyle: [
|
|
3443
|
-
|
|
3621
|
+
styles15.menuLabel,
|
|
3444
3622
|
{ color: isActive ? colors.white : colors.grey200 },
|
|
3445
|
-
collapsed ?
|
|
3623
|
+
collapsed ? styles15.menuLabelCollapsed : styles15.menuLabelExpanded
|
|
3446
3624
|
],
|
|
3447
|
-
style: [
|
|
3625
|
+
style: [styles15.menuItem, collapsed ? styles15.menuItemCollapsed : null]
|
|
3448
3626
|
},
|
|
3449
3627
|
item.key
|
|
3450
3628
|
);
|
|
3451
3629
|
})
|
|
3452
3630
|
}
|
|
3453
3631
|
),
|
|
3454
|
-
/* @__PURE__ */ jsx(View, { style: [
|
|
3632
|
+
/* @__PURE__ */ jsx(View, { style: [styles15.footer, collapsed ? styles15.footerCollapsed : styles15.footerExpanded], children: /* @__PURE__ */ jsx(
|
|
3455
3633
|
AvatarSimple,
|
|
3456
3634
|
{
|
|
3457
3635
|
name: user.name,
|
|
@@ -3466,7 +3644,7 @@ var Sidebar = forwardRef(function Sidebar2({
|
|
|
3466
3644
|
}
|
|
3467
3645
|
);
|
|
3468
3646
|
});
|
|
3469
|
-
var
|
|
3647
|
+
var styles15 = StyleSheet.create({
|
|
3470
3648
|
root: {
|
|
3471
3649
|
flexDirection: "column",
|
|
3472
3650
|
alignSelf: "stretch",
|
|
@@ -3492,6 +3670,9 @@ var styles14 = StyleSheet.create({
|
|
|
3492
3670
|
justifyContent: "space-between",
|
|
3493
3671
|
paddingHorizontal: 24
|
|
3494
3672
|
},
|
|
3673
|
+
headerNoToggle: {
|
|
3674
|
+
justifyContent: "flex-start"
|
|
3675
|
+
},
|
|
3495
3676
|
headerCollapsed: {
|
|
3496
3677
|
justifyContent: "center",
|
|
3497
3678
|
paddingHorizontal: 0
|
|
@@ -3568,7 +3749,7 @@ var defaultLanguageOptions = [
|
|
|
3568
3749
|
];
|
|
3569
3750
|
var CONTROL_WIDTH = 90;
|
|
3570
3751
|
var CONTROL_HEIGHT = 35;
|
|
3571
|
-
var
|
|
3752
|
+
var ICON_SIZE7 = 16;
|
|
3572
3753
|
var LanguageSwitcher = forwardRef(
|
|
3573
3754
|
function LanguageSwitcher2({
|
|
3574
3755
|
options = defaultLanguageOptions,
|
|
@@ -3648,7 +3829,7 @@ var LanguageSwitcher = forwardRef(
|
|
|
3648
3829
|
{
|
|
3649
3830
|
...rest,
|
|
3650
3831
|
ref: setWrapperRef,
|
|
3651
|
-
style: [
|
|
3832
|
+
style: [styles16.wrapper, isOpen && styles16.wrapperOpen, disabled && styles16.disabled, style],
|
|
3652
3833
|
children: [
|
|
3653
3834
|
/* @__PURE__ */ jsxs(
|
|
3654
3835
|
Pressable,
|
|
@@ -3663,17 +3844,17 @@ var LanguageSwitcher = forwardRef(
|
|
|
3663
3844
|
onHoverIn: () => setTriggerHovered(true),
|
|
3664
3845
|
onHoverOut: () => setTriggerHovered(false),
|
|
3665
3846
|
style: ({ pressed }) => [
|
|
3666
|
-
|
|
3667
|
-
(triggerHovered || pressed || isOpen) &&
|
|
3847
|
+
styles16.trigger,
|
|
3848
|
+
(triggerHovered || pressed || isOpen) && styles16.triggerActive
|
|
3668
3849
|
],
|
|
3669
3850
|
children: [
|
|
3670
|
-
/* @__PURE__ */ jsx(GlobeIcon, { size:
|
|
3671
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
3672
|
-
/* @__PURE__ */ jsx(View, { style: [
|
|
3851
|
+
/* @__PURE__ */ jsx(GlobeIcon, { size: ICON_SIZE7, color: colors.white, strokeWidth: 2 }),
|
|
3852
|
+
/* @__PURE__ */ jsx(Text, { style: styles16.triggerLabel, numberOfLines: 1, children: selectedOption?.label ?? "" }),
|
|
3853
|
+
/* @__PURE__ */ jsx(View, { style: [styles16.chevron, isOpen && styles16.chevronOpen], children: /* @__PURE__ */ jsx(ChevronDownIcon, { size: ICON_SIZE7, color: colors.white, strokeWidth: 2 }) })
|
|
3673
3854
|
]
|
|
3674
3855
|
}
|
|
3675
3856
|
),
|
|
3676
|
-
isOpen && options.length > 0 ? /* @__PURE__ */ jsx(View, { style:
|
|
3857
|
+
isOpen && options.length > 0 ? /* @__PURE__ */ jsx(View, { style: styles16.menu, accessibilityRole: "menu", children: options.map((option) => {
|
|
3677
3858
|
const selected = option.value === selectedValue;
|
|
3678
3859
|
return /* @__PURE__ */ jsx(
|
|
3679
3860
|
Pressable,
|
|
@@ -3685,10 +3866,10 @@ var LanguageSwitcher = forwardRef(
|
|
|
3685
3866
|
onHoverIn: () => setHoveredValue(option.value),
|
|
3686
3867
|
onHoverOut: () => setHoveredValue(null),
|
|
3687
3868
|
style: ({ pressed }) => [
|
|
3688
|
-
|
|
3689
|
-
selected ?
|
|
3869
|
+
styles16.item,
|
|
3870
|
+
selected ? styles16.itemSelected : (hoveredValue === option.value || pressed) && styles16.itemHovered
|
|
3690
3871
|
],
|
|
3691
|
-
children: /* @__PURE__ */ jsx(Text, { style: [
|
|
3872
|
+
children: /* @__PURE__ */ jsx(Text, { style: [styles16.itemLabel, selected && styles16.itemLabelSelected], children: option.label })
|
|
3692
3873
|
},
|
|
3693
3874
|
option.value
|
|
3694
3875
|
);
|
|
@@ -3698,7 +3879,7 @@ var LanguageSwitcher = forwardRef(
|
|
|
3698
3879
|
);
|
|
3699
3880
|
}
|
|
3700
3881
|
);
|
|
3701
|
-
var
|
|
3882
|
+
var styles16 = StyleSheet.create({
|
|
3702
3883
|
wrapper: {
|
|
3703
3884
|
position: "relative",
|
|
3704
3885
|
width: CONTROL_WIDTH,
|
|
@@ -3731,8 +3912,8 @@ var styles15 = StyleSheet.create({
|
|
|
3731
3912
|
color: colors.white
|
|
3732
3913
|
},
|
|
3733
3914
|
chevron: {
|
|
3734
|
-
width:
|
|
3735
|
-
height:
|
|
3915
|
+
width: ICON_SIZE7,
|
|
3916
|
+
height: ICON_SIZE7,
|
|
3736
3917
|
flexShrink: 0,
|
|
3737
3918
|
alignItems: "center",
|
|
3738
3919
|
justifyContent: "center"
|
|
@@ -3774,12 +3955,12 @@ var styles15 = StyleSheet.create({
|
|
|
3774
3955
|
color: colors.primary
|
|
3775
3956
|
}
|
|
3776
3957
|
});
|
|
3777
|
-
var
|
|
3958
|
+
var ICON_SIZE8 = 25.63181;
|
|
3778
3959
|
var StatCard = forwardRef(function StatCard2({
|
|
3779
3960
|
label,
|
|
3780
3961
|
icon: Icon2,
|
|
3781
3962
|
iconProps,
|
|
3782
|
-
iconSize =
|
|
3963
|
+
iconSize = ICON_SIZE8,
|
|
3783
3964
|
style,
|
|
3784
3965
|
className,
|
|
3785
3966
|
accessibilityLabel,
|
|
@@ -3794,17 +3975,17 @@ var StatCard = forwardRef(function StatCard2({
|
|
|
3794
3975
|
{
|
|
3795
3976
|
...rest,
|
|
3796
3977
|
ref: setContainerRef,
|
|
3797
|
-
style: [
|
|
3978
|
+
style: [styles17.base, style],
|
|
3798
3979
|
accessibilityRole: "text",
|
|
3799
3980
|
accessibilityLabel: accessibilityLabel ?? label,
|
|
3800
3981
|
children: [
|
|
3801
3982
|
/* @__PURE__ */ jsx(Icon2, { ...iconProps, size: iconSize, color: iconProps?.color ?? colors.white }),
|
|
3802
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
3983
|
+
/* @__PURE__ */ jsx(Text, { style: styles17.label, children: label })
|
|
3803
3984
|
]
|
|
3804
3985
|
}
|
|
3805
3986
|
);
|
|
3806
3987
|
});
|
|
3807
|
-
var
|
|
3988
|
+
var styles17 = StyleSheet.create({
|
|
3808
3989
|
base: {
|
|
3809
3990
|
width: 204.5,
|
|
3810
3991
|
minHeight: 114,
|
|
@@ -3891,7 +4072,7 @@ var Button = forwardRef(
|
|
|
3891
4072
|
useApplyWebClassName(textRef, textClassName);
|
|
3892
4073
|
const iconNode = customIcon ?? /* @__PURE__ */ jsx(ArrowRightIcon, { size: metrics.iconSize, color: preset.iconColor });
|
|
3893
4074
|
const containerStyle = [
|
|
3894
|
-
|
|
4075
|
+
styles18.base,
|
|
3895
4076
|
{
|
|
3896
4077
|
minHeight: metrics.minHeight,
|
|
3897
4078
|
borderRadius: metrics.borderRadius,
|
|
@@ -3902,16 +4083,16 @@ var Button = forwardRef(
|
|
|
3902
4083
|
paddingRight: hasIcon ? metrics.paddingRightWithIcon : metrics.paddingRight,
|
|
3903
4084
|
gap: hasIcon ? metrics.gap : 0
|
|
3904
4085
|
},
|
|
3905
|
-
hasIcon ?
|
|
3906
|
-
disabled &&
|
|
4086
|
+
hasIcon ? styles18.contentWithIcon : styles18.contentWithoutIcon,
|
|
4087
|
+
disabled && styles18.disabled,
|
|
3907
4088
|
style
|
|
3908
4089
|
];
|
|
3909
4090
|
const labelStyle = [
|
|
3910
|
-
|
|
4091
|
+
styles18.label,
|
|
3911
4092
|
metrics.text,
|
|
3912
4093
|
{ color: preset.textColor },
|
|
3913
|
-
Platform.OS === "android" ?
|
|
3914
|
-
!hasIcon &&
|
|
4094
|
+
Platform.OS === "android" ? styles18.labelAndroid : null,
|
|
4095
|
+
!hasIcon && styles18.labelCentered,
|
|
3915
4096
|
textStyle
|
|
3916
4097
|
];
|
|
3917
4098
|
return /* @__PURE__ */ jsxs(
|
|
@@ -3932,7 +4113,7 @@ var Button = forwardRef(
|
|
|
3932
4113
|
View,
|
|
3933
4114
|
{
|
|
3934
4115
|
style: [
|
|
3935
|
-
|
|
4116
|
+
styles18.iconContainer,
|
|
3936
4117
|
{
|
|
3937
4118
|
width: metrics.iconContainerSize,
|
|
3938
4119
|
height: metrics.iconContainerSize,
|
|
@@ -3948,7 +4129,7 @@ var Button = forwardRef(
|
|
|
3948
4129
|
);
|
|
3949
4130
|
}
|
|
3950
4131
|
);
|
|
3951
|
-
var
|
|
4132
|
+
var styles18 = StyleSheet.create({
|
|
3952
4133
|
base: {
|
|
3953
4134
|
flexDirection: "row",
|
|
3954
4135
|
alignItems: "center",
|
|
@@ -4032,13 +4213,13 @@ var Checkbox = forwardRef(function Checkbox2({
|
|
|
4032
4213
|
accessibilityRole: "checkbox",
|
|
4033
4214
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
4034
4215
|
accessibilityState: { checked: isActive, disabled },
|
|
4035
|
-
style: [
|
|
4216
|
+
style: [styles19.root, disabled && styles19.disabled, style],
|
|
4036
4217
|
children: [
|
|
4037
4218
|
/* @__PURE__ */ jsx(
|
|
4038
4219
|
View,
|
|
4039
4220
|
{
|
|
4040
4221
|
style: [
|
|
4041
|
-
|
|
4222
|
+
styles19.box,
|
|
4042
4223
|
{
|
|
4043
4224
|
backgroundColor: chrome.backgroundColor,
|
|
4044
4225
|
borderColor: chrome.borderColor
|
|
@@ -4047,12 +4228,12 @@ var Checkbox = forwardRef(function Checkbox2({
|
|
|
4047
4228
|
children: isActive ? /* @__PURE__ */ jsx(CheckIcon, { size: CHECK_SIZE, color: colors.primary, strokeWidth: CHECK_STROKE }) : null
|
|
4048
4229
|
}
|
|
4049
4230
|
),
|
|
4050
|
-
labelContent != null && labelContent !== false ? typeof labelContent === "string" || typeof labelContent === "number" ? /* @__PURE__ */ jsx(Text, { style: [
|
|
4231
|
+
labelContent != null && labelContent !== false ? typeof labelContent === "string" || typeof labelContent === "number" ? /* @__PURE__ */ jsx(Text, { style: [styles19.label, labelStyle], children: labelContent }) : labelContent : null
|
|
4051
4232
|
]
|
|
4052
4233
|
}
|
|
4053
4234
|
);
|
|
4054
4235
|
});
|
|
4055
|
-
var
|
|
4236
|
+
var styles19 = StyleSheet.create({
|
|
4056
4237
|
root: {
|
|
4057
4238
|
flexDirection: "row",
|
|
4058
4239
|
alignItems: "center",
|
|
@@ -4169,7 +4350,7 @@ var RANGE_TRIGGER_WIDTH = 382;
|
|
|
4169
4350
|
var TRIGGER_HEIGHT = 44;
|
|
4170
4351
|
var TRIGGER_RADIUS = 60;
|
|
4171
4352
|
var MENU_RADIUS2 = 20;
|
|
4172
|
-
var
|
|
4353
|
+
var ICON_SIZE9 = 20;
|
|
4173
4354
|
var NAV_ICON_SIZE = 20;
|
|
4174
4355
|
var DAY_CELL_HEIGHT = 44;
|
|
4175
4356
|
var DAY_CIRCLE_SIZE = 44;
|
|
@@ -4178,13 +4359,13 @@ function RangeTriggerField({
|
|
|
4178
4359
|
value,
|
|
4179
4360
|
time
|
|
4180
4361
|
}) {
|
|
4181
|
-
return /* @__PURE__ */ jsxs(View, { style:
|
|
4182
|
-
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style:
|
|
4183
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
4184
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
4185
|
-
time ? /* @__PURE__ */ jsxs(View, { style:
|
|
4362
|
+
return /* @__PURE__ */ jsxs(View, { style: styles20.rangeField, children: [
|
|
4363
|
+
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style: styles20.rangeLabel, children: label }),
|
|
4364
|
+
/* @__PURE__ */ jsxs(View, { style: styles20.rangeValueRow, children: [
|
|
4365
|
+
/* @__PURE__ */ jsx(Text, { style: styles20.rangeDate, children: value }),
|
|
4366
|
+
time ? /* @__PURE__ */ jsxs(View, { style: styles20.rangeTimeWrap, children: [
|
|
4186
4367
|
/* @__PURE__ */ jsx(ClockFilledIcon, { color: colors.lightGrey, size: 16 }),
|
|
4187
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
4368
|
+
/* @__PURE__ */ jsx(Text, { style: styles20.rangeTime, children: time })
|
|
4188
4369
|
] }) : null
|
|
4189
4370
|
] })
|
|
4190
4371
|
] });
|
|
@@ -4213,6 +4394,7 @@ var DatePicker = forwardRef(
|
|
|
4213
4394
|
formatValue: formatValueProp,
|
|
4214
4395
|
weekStartsOn = 1,
|
|
4215
4396
|
calendarStyle,
|
|
4397
|
+
hideTrigger = false,
|
|
4216
4398
|
style,
|
|
4217
4399
|
className,
|
|
4218
4400
|
accessibilityLabel,
|
|
@@ -4241,9 +4423,16 @@ var DatePicker = forwardRef(
|
|
|
4241
4423
|
);
|
|
4242
4424
|
const [uncontrolledOpen, setUncontrolledOpen] = useState(defaultOpen);
|
|
4243
4425
|
const [hoveredDayKey, setHoveredDayKey] = useState(null);
|
|
4426
|
+
const [menuAlignEnd, setMenuAlignEnd] = useState(false);
|
|
4244
4427
|
const rangeValue = isRange ? isValueControlled ? valueProp ?? EMPTY_RANGE : uncontrolledRange : EMPTY_RANGE;
|
|
4245
4428
|
const singleValue = !isRange ? isValueControlled ? valueProp ?? null : uncontrolledSingle : null;
|
|
4246
4429
|
const isOpen = isOpenControlled ? openProp : uncontrolledOpen;
|
|
4430
|
+
const defaultMenuWidth = usesRangeTrigger ? RANGE_TRIGGER_WIDTH : DEFAULT_WIDTH;
|
|
4431
|
+
const resolvedMenuWidth = useMemo(() => {
|
|
4432
|
+
const flat = StyleSheet.flatten(calendarStyle);
|
|
4433
|
+
const width = flat?.width;
|
|
4434
|
+
return typeof width === "number" ? width : defaultMenuWidth;
|
|
4435
|
+
}, [calendarStyle, defaultMenuWidth]);
|
|
4247
4436
|
const [visibleMonth, setVisibleMonth] = useState(() => {
|
|
4248
4437
|
const anchor = defaultVisibleMonth ?? (isRange ? rangeValue.start : singleValue) ?? /* @__PURE__ */ new Date();
|
|
4249
4438
|
return new Date(anchor.getFullYear(), anchor.getMonth(), 1);
|
|
@@ -4258,10 +4447,25 @@ var DatePicker = forwardRef(
|
|
|
4258
4447
|
setVisibleMonth(new Date(anchor.getFullYear(), anchor.getMonth(), 1));
|
|
4259
4448
|
} else {
|
|
4260
4449
|
setHoveredDayKey(null);
|
|
4450
|
+
setMenuAlignEnd(false);
|
|
4261
4451
|
}
|
|
4262
4452
|
},
|
|
4263
4453
|
[isOpenControlled, isRange, onOpenChange, rangeValue.start, singleValue]
|
|
4264
4454
|
);
|
|
4455
|
+
useLayoutEffect(() => {
|
|
4456
|
+
if (Platform.OS !== "web" || !isOpen || hideTrigger) return;
|
|
4457
|
+
const updateMenuAlign = () => {
|
|
4458
|
+
const trigger = triggerRef.current;
|
|
4459
|
+
const rect = trigger?.getBoundingClientRect?.();
|
|
4460
|
+
if (!rect) return;
|
|
4461
|
+
const viewportPadding = 8;
|
|
4462
|
+
const overflowsRight = rect.left + resolvedMenuWidth > window.innerWidth - viewportPadding;
|
|
4463
|
+
setMenuAlignEnd(overflowsRight);
|
|
4464
|
+
};
|
|
4465
|
+
updateMenuAlign();
|
|
4466
|
+
window.addEventListener("resize", updateMenuAlign);
|
|
4467
|
+
return () => window.removeEventListener("resize", updateMenuAlign);
|
|
4468
|
+
}, [hideTrigger, isOpen, resolvedMenuWidth]);
|
|
4265
4469
|
useEffect(() => {
|
|
4266
4470
|
if (Platform.OS !== "web" || !isOpen) return;
|
|
4267
4471
|
const handlePointerDown = (event) => {
|
|
@@ -4351,15 +4555,16 @@ var DatePicker = forwardRef(
|
|
|
4351
4555
|
...rest,
|
|
4352
4556
|
ref: setRootRef,
|
|
4353
4557
|
style: [
|
|
4354
|
-
|
|
4355
|
-
usesRangeTrigger &&
|
|
4356
|
-
|
|
4357
|
-
|
|
4558
|
+
styles20.root,
|
|
4559
|
+
usesRangeTrigger && styles20.rangeRoot,
|
|
4560
|
+
hideTrigger && styles20.rootHideTrigger,
|
|
4561
|
+
isOpen && styles20.rootOpen,
|
|
4562
|
+
disabled && styles20.disabled,
|
|
4358
4563
|
style
|
|
4359
4564
|
],
|
|
4360
4565
|
accessibilityState: { disabled, expanded: isOpen },
|
|
4361
|
-
children: /* @__PURE__ */ jsxs(View, { style: [
|
|
4362
|
-
/* @__PURE__ */ jsx(
|
|
4566
|
+
children: /* @__PURE__ */ jsxs(View, { style: [styles20.triggerWrap, isOpen && styles20.triggerWrapOpen], children: [
|
|
4567
|
+
hideTrigger ? null : /* @__PURE__ */ jsx(
|
|
4363
4568
|
Pressable,
|
|
4364
4569
|
{
|
|
4365
4570
|
ref: triggerRef,
|
|
@@ -4369,9 +4574,9 @@ var DatePicker = forwardRef(
|
|
|
4369
4574
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
4370
4575
|
accessibilityState: { disabled, expanded: isOpen },
|
|
4371
4576
|
style: [
|
|
4372
|
-
|
|
4373
|
-
usesRangeTrigger &&
|
|
4374
|
-
usesRangeTrigger && (usesVerticalRangeTrigger ?
|
|
4577
|
+
styles20.trigger,
|
|
4578
|
+
usesRangeTrigger && styles20.rangeTrigger,
|
|
4579
|
+
usesRangeTrigger && (usesVerticalRangeTrigger ? styles20.rangeTriggerVertical : styles20.rangeTriggerHorizontal),
|
|
4375
4580
|
{
|
|
4376
4581
|
borderColor: triggerBorderColor,
|
|
4377
4582
|
backgroundColor: usesRangeTrigger ? "transparent" : colors.grey700
|
|
@@ -4382,156 +4587,171 @@ var DatePicker = forwardRef(
|
|
|
4382
4587
|
/* @__PURE__ */ jsx(
|
|
4383
4588
|
View,
|
|
4384
4589
|
{
|
|
4385
|
-
style: usesVerticalRangeTrigger ?
|
|
4590
|
+
style: usesVerticalRangeTrigger ? styles20.rangeDividerVertical : styles20.rangeDividerHorizontal
|
|
4386
4591
|
}
|
|
4387
4592
|
),
|
|
4388
4593
|
/* @__PURE__ */ jsx(RangeTriggerField, { label: endLabel, time: endTime, value: endValue })
|
|
4389
4594
|
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
4390
|
-
/* @__PURE__ */ jsx(Text, { style: [
|
|
4391
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
4595
|
+
/* @__PURE__ */ jsx(Text, { style: [styles20.triggerText, { color: triggerTextColor }], numberOfLines: 1, children: triggerLabel }),
|
|
4596
|
+
/* @__PURE__ */ jsx(View, { style: styles20.iconSlot, children: /* @__PURE__ */ jsx(CalendarOutlineIcon, { size: ICON_SIZE9, color: colors.grey100 }) })
|
|
4392
4597
|
] })
|
|
4393
4598
|
}
|
|
4394
4599
|
),
|
|
4395
|
-
isOpen ? /* @__PURE__ */ jsxs(
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
{
|
|
4416
|
-
onPress: handleNextMonth,
|
|
4417
|
-
hitSlop: 8,
|
|
4418
|
-
accessibilityRole: "button",
|
|
4419
|
-
accessibilityLabel: "Next month",
|
|
4420
|
-
style: styles19.navButton,
|
|
4421
|
-
children: /* @__PURE__ */ jsx(View, { style: styles19.navIconMirror, children: /* @__PURE__ */ jsx(ChevronLeftIcon, { size: NAV_ICON_SIZE, color: colors.white }) })
|
|
4422
|
-
}
|
|
4423
|
-
)
|
|
4424
|
-
] }),
|
|
4425
|
-
/* @__PURE__ */ jsxs(View, { children: [
|
|
4426
|
-
/* @__PURE__ */ jsx(View, { style: styles19.weekdayRow, children: weekdayLabels.map((weekdayLabel, index) => /* @__PURE__ */ jsx(View, { style: styles19.dayCellWrap, children: /* @__PURE__ */ jsx(Text, { style: styles19.weekdayText, children: weekdayLabel }) }, `${weekdayLabel}-${index}`)) }),
|
|
4427
|
-
weeks.map((week, weekIndex) => {
|
|
4428
|
-
let rangeHighlightStyle = null;
|
|
4429
|
-
if (isRange && rangeValue.start && rangeValue.end) {
|
|
4430
|
-
const rangeIndices = week.reduce((acc, day, index) => {
|
|
4431
|
-
if (isWithinRange(day, rangeValue.start, rangeValue.end)) {
|
|
4432
|
-
acc.push(index);
|
|
4433
|
-
}
|
|
4434
|
-
return acc;
|
|
4435
|
-
}, []);
|
|
4436
|
-
if (rangeIndices.length > 0) {
|
|
4437
|
-
const first = rangeIndices[0];
|
|
4438
|
-
const last = rangeIndices[rangeIndices.length - 1];
|
|
4439
|
-
const startsHere = isSameDay(week[first], rangeValue.start);
|
|
4440
|
-
const endsHere = isSameDay(week[last], rangeValue.end);
|
|
4441
|
-
const cellPct = 100 / 7;
|
|
4442
|
-
const halfCellPct = cellPct / 2;
|
|
4443
|
-
let leftPct = first * cellPct;
|
|
4444
|
-
let widthPct = (last - first + 1) * cellPct;
|
|
4445
|
-
if (startsHere) {
|
|
4446
|
-
leftPct += halfCellPct;
|
|
4447
|
-
widthPct -= halfCellPct;
|
|
4448
|
-
}
|
|
4449
|
-
if (endsHere) {
|
|
4450
|
-
widthPct -= halfCellPct;
|
|
4600
|
+
isOpen ? /* @__PURE__ */ jsxs(
|
|
4601
|
+
View,
|
|
4602
|
+
{
|
|
4603
|
+
style: [
|
|
4604
|
+
styles20.menu,
|
|
4605
|
+
usesRangeTrigger && styles20.rangeMenu,
|
|
4606
|
+
hideTrigger ? styles20.menuInline : menuAlignEnd ? styles20.menuAlignEnd : styles20.menuAlignStart,
|
|
4607
|
+
calendarStyle
|
|
4608
|
+
],
|
|
4609
|
+
children: [
|
|
4610
|
+
/* @__PURE__ */ jsxs(View, { style: styles20.calendarHeader, children: [
|
|
4611
|
+
/* @__PURE__ */ jsx(
|
|
4612
|
+
Pressable,
|
|
4613
|
+
{
|
|
4614
|
+
onPress: handlePrevMonth,
|
|
4615
|
+
hitSlop: 8,
|
|
4616
|
+
accessibilityRole: "button",
|
|
4617
|
+
accessibilityLabel: "Previous month",
|
|
4618
|
+
style: styles20.navButton,
|
|
4619
|
+
children: /* @__PURE__ */ jsx(ChevronLeftIcon, { size: NAV_ICON_SIZE, color: colors.white })
|
|
4451
4620
|
}
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4621
|
+
),
|
|
4622
|
+
/* @__PURE__ */ jsxs(Text, { style: styles20.monthHeading, children: [
|
|
4623
|
+
monthNames[visibleMonth.getMonth()],
|
|
4624
|
+
" ",
|
|
4625
|
+
visibleMonth.getFullYear()
|
|
4626
|
+
] }),
|
|
4627
|
+
/* @__PURE__ */ jsx(
|
|
4628
|
+
Pressable,
|
|
4629
|
+
{
|
|
4630
|
+
onPress: handleNextMonth,
|
|
4631
|
+
hitSlop: 8,
|
|
4632
|
+
accessibilityRole: "button",
|
|
4633
|
+
accessibilityLabel: "Next month",
|
|
4634
|
+
style: styles20.navButton,
|
|
4635
|
+
children: /* @__PURE__ */ jsx(View, { style: styles20.navIconMirror, children: /* @__PURE__ */ jsx(ChevronLeftIcon, { size: NAV_ICON_SIZE, color: colors.white }) })
|
|
4457
4636
|
}
|
|
4458
|
-
|
|
4459
|
-
}
|
|
4460
|
-
|
|
4461
|
-
View,
|
|
4462
|
-
{
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
pointerEvents: "none",
|
|
4469
|
-
style: [styles19.rangeHighlight, rangeHighlightStyle]
|
|
4637
|
+
)
|
|
4638
|
+
] }),
|
|
4639
|
+
/* @__PURE__ */ jsxs(View, { children: [
|
|
4640
|
+
/* @__PURE__ */ jsx(View, { style: styles20.weekdayRow, children: weekdayLabels.map((weekdayLabel, index) => /* @__PURE__ */ jsx(View, { style: styles20.dayCellWrap, children: /* @__PURE__ */ jsx(Text, { style: styles20.weekdayText, children: weekdayLabel }) }, `${weekdayLabel}-${index}`)) }),
|
|
4641
|
+
weeks.map((week, weekIndex) => {
|
|
4642
|
+
let rangeHighlightStyle = null;
|
|
4643
|
+
if (isRange && rangeValue.start && rangeValue.end) {
|
|
4644
|
+
const rangeIndices = week.reduce((acc, day, index) => {
|
|
4645
|
+
if (isWithinRange(day, rangeValue.start, rangeValue.end)) {
|
|
4646
|
+
acc.push(index);
|
|
4470
4647
|
}
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
const
|
|
4475
|
-
const
|
|
4476
|
-
const
|
|
4477
|
-
const
|
|
4478
|
-
const
|
|
4479
|
-
const
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4648
|
+
return acc;
|
|
4649
|
+
}, []);
|
|
4650
|
+
if (rangeIndices.length > 0) {
|
|
4651
|
+
const first = rangeIndices[0];
|
|
4652
|
+
const last = rangeIndices[rangeIndices.length - 1];
|
|
4653
|
+
const startsHere = isSameDay(week[first], rangeValue.start);
|
|
4654
|
+
const endsHere = isSameDay(week[last], rangeValue.end);
|
|
4655
|
+
const cellPct = 100 / 7;
|
|
4656
|
+
const halfCellPct = cellPct / 2;
|
|
4657
|
+
let leftPct = first * cellPct;
|
|
4658
|
+
let widthPct = (last - first + 1) * cellPct;
|
|
4659
|
+
if (startsHere) {
|
|
4660
|
+
leftPct += halfCellPct;
|
|
4661
|
+
widthPct -= halfCellPct;
|
|
4662
|
+
}
|
|
4663
|
+
if (endsHere) {
|
|
4664
|
+
widthPct -= halfCellPct;
|
|
4665
|
+
}
|
|
4666
|
+
if (widthPct > 0) {
|
|
4667
|
+
rangeHighlightStyle = {
|
|
4668
|
+
left: `${leftPct}%`,
|
|
4669
|
+
width: `${widthPct}%`
|
|
4670
|
+
};
|
|
4671
|
+
}
|
|
4672
|
+
}
|
|
4673
|
+
}
|
|
4674
|
+
return /* @__PURE__ */ jsxs(
|
|
4675
|
+
View,
|
|
4676
|
+
{
|
|
4677
|
+
style: [styles20.weekRow, weekIndex > 0 && styles20.weekRowSpaced],
|
|
4678
|
+
children: [
|
|
4679
|
+
rangeHighlightStyle ? /* @__PURE__ */ jsx(
|
|
4680
|
+
View,
|
|
4681
|
+
{
|
|
4682
|
+
pointerEvents: "none",
|
|
4683
|
+
style: [styles20.rangeHighlight, rangeHighlightStyle]
|
|
4684
|
+
}
|
|
4685
|
+
) : null,
|
|
4686
|
+
week.map((day, dayIndex) => {
|
|
4687
|
+
const inCurrentMonth = isSameMonth(day, visibleMonth);
|
|
4688
|
+
const isToday = isSameDay(day, today);
|
|
4689
|
+
const isSelectedSingle = !isRange && isSameDay(day, singleValue);
|
|
4690
|
+
const isRangeStart = isRange && isSameDay(day, rangeValue.start);
|
|
4691
|
+
const isRangeEnd = isRange && isSameDay(day, rangeValue.end);
|
|
4692
|
+
const isSelectedEndpoint = isSelectedSingle || isRangeStart || isRangeEnd;
|
|
4693
|
+
const dayDisabled = disabled || isDateDisabled(day, minDate, maxDate);
|
|
4694
|
+
const dayKey = startOfDay(day).getTime();
|
|
4695
|
+
const isHovered = !dayDisabled && !isSelectedEndpoint && hoveredDayKey === dayKey;
|
|
4696
|
+
const dayTextColor = isSelectedEndpoint ? colors.white : dayDisabled ? colors.grey400 : isToday ? colors.primary : !inCurrentMonth ? colors.grey300 : colors.white;
|
|
4697
|
+
return /* @__PURE__ */ jsxs(
|
|
4698
|
+
Pressable,
|
|
4699
|
+
{
|
|
4700
|
+
onPress: () => handleDayPress(day),
|
|
4701
|
+
disabled: dayDisabled,
|
|
4702
|
+
onHoverIn: () => setHoveredDayKey(dayKey),
|
|
4703
|
+
onHoverOut: () => setHoveredDayKey((current) => current === dayKey ? null : current),
|
|
4704
|
+
onPressIn: () => setHoveredDayKey(dayKey),
|
|
4705
|
+
onPressOut: () => setHoveredDayKey((current) => current === dayKey ? null : current),
|
|
4706
|
+
style: styles20.dayCellWrap,
|
|
4707
|
+
accessibilityRole: "button",
|
|
4708
|
+
accessibilityLabel: formatValue(day),
|
|
4709
|
+
accessibilityState: {
|
|
4710
|
+
disabled: dayDisabled,
|
|
4711
|
+
selected: isSelectedEndpoint
|
|
4712
|
+
},
|
|
4713
|
+
children: [
|
|
4714
|
+
/* @__PURE__ */ jsx(
|
|
4715
|
+
View,
|
|
4716
|
+
{
|
|
4717
|
+
style: [
|
|
4718
|
+
styles20.dayCircle,
|
|
4719
|
+
isSelectedEndpoint && styles20.dayCircleSelected,
|
|
4720
|
+
isHovered && styles20.dayCircleHovered
|
|
4721
|
+
],
|
|
4722
|
+
children: /* @__PURE__ */ jsx(Text, { style: [styles20.dayText, { color: dayTextColor }], children: day.getDate() })
|
|
4723
|
+
}
|
|
4724
|
+
),
|
|
4725
|
+
isToday && !isSelectedEndpoint ? /* @__PURE__ */ jsx(View, { style: styles20.todayDot }) : null
|
|
4726
|
+
]
|
|
4727
|
+
},
|
|
4728
|
+
dayIndex
|
|
4729
|
+
);
|
|
4730
|
+
})
|
|
4731
|
+
]
|
|
4732
|
+
},
|
|
4733
|
+
weekIndex
|
|
4734
|
+
);
|
|
4735
|
+
})
|
|
4736
|
+
] })
|
|
4737
|
+
]
|
|
4738
|
+
}
|
|
4739
|
+
) : null
|
|
4524
4740
|
] })
|
|
4525
4741
|
}
|
|
4526
4742
|
);
|
|
4527
4743
|
}
|
|
4528
4744
|
);
|
|
4529
|
-
var
|
|
4745
|
+
var styles20 = StyleSheet.create({
|
|
4530
4746
|
root: {
|
|
4531
4747
|
width: DEFAULT_WIDTH,
|
|
4532
4748
|
gap: 8,
|
|
4533
4749
|
alignSelf: "flex-start"
|
|
4534
4750
|
},
|
|
4751
|
+
rootHideTrigger: {
|
|
4752
|
+
width: "auto",
|
|
4753
|
+
gap: 0
|
|
4754
|
+
},
|
|
4535
4755
|
rootOpen: {
|
|
4536
4756
|
zIndex: 30
|
|
4537
4757
|
},
|
|
@@ -4627,8 +4847,8 @@ var styles19 = StyleSheet.create({
|
|
|
4627
4847
|
backgroundColor: colors.grey500
|
|
4628
4848
|
},
|
|
4629
4849
|
iconSlot: {
|
|
4630
|
-
width:
|
|
4631
|
-
height:
|
|
4850
|
+
width: ICON_SIZE9,
|
|
4851
|
+
height: ICON_SIZE9,
|
|
4632
4852
|
alignItems: "center",
|
|
4633
4853
|
justifyContent: "center",
|
|
4634
4854
|
flexShrink: 0
|
|
@@ -4636,7 +4856,6 @@ var styles19 = StyleSheet.create({
|
|
|
4636
4856
|
menu: {
|
|
4637
4857
|
position: "absolute",
|
|
4638
4858
|
top: "100%",
|
|
4639
|
-
left: 0,
|
|
4640
4859
|
width: DEFAULT_WIDTH,
|
|
4641
4860
|
marginTop: 8,
|
|
4642
4861
|
zIndex: 10,
|
|
@@ -4653,6 +4872,21 @@ var styles19 = StyleSheet.create({
|
|
|
4653
4872
|
}
|
|
4654
4873
|
})
|
|
4655
4874
|
},
|
|
4875
|
+
menuAlignStart: {
|
|
4876
|
+
left: 0,
|
|
4877
|
+
right: "auto"
|
|
4878
|
+
},
|
|
4879
|
+
menuAlignEnd: {
|
|
4880
|
+
left: "auto",
|
|
4881
|
+
right: 0
|
|
4882
|
+
},
|
|
4883
|
+
menuInline: {
|
|
4884
|
+
position: "relative",
|
|
4885
|
+
top: "auto",
|
|
4886
|
+
left: "auto",
|
|
4887
|
+
right: "auto",
|
|
4888
|
+
marginTop: 0
|
|
4889
|
+
},
|
|
4656
4890
|
rangeMenu: {
|
|
4657
4891
|
width: RANGE_TRIGGER_WIDTH
|
|
4658
4892
|
},
|
|
@@ -4732,7 +4966,7 @@ var styles19 = StyleSheet.create({
|
|
|
4732
4966
|
});
|
|
4733
4967
|
var SIZE = 48;
|
|
4734
4968
|
var PADDING = 12;
|
|
4735
|
-
var
|
|
4969
|
+
var ICON_SIZE10 = 24;
|
|
4736
4970
|
var RADIUS = 64;
|
|
4737
4971
|
var FloatingActionButton = forwardRef(function FloatingActionButton2({ onPress, disabled = false, icon, accessibilityLabel = "Add", style, className, ...rest }, forwardedRef) {
|
|
4738
4972
|
const containerRef = useRef(null);
|
|
@@ -4750,12 +4984,12 @@ var FloatingActionButton = forwardRef(function FloatingActionButton2({ onPress,
|
|
|
4750
4984
|
accessibilityRole: "button",
|
|
4751
4985
|
accessibilityLabel,
|
|
4752
4986
|
accessibilityState: { disabled },
|
|
4753
|
-
style: [
|
|
4754
|
-
children: icon ?? /* @__PURE__ */ jsx(PlusIcon, { color: colors.white, size:
|
|
4987
|
+
style: [styles21.base, disabled && styles21.disabled, style],
|
|
4988
|
+
children: icon ?? /* @__PURE__ */ jsx(PlusIcon, { color: colors.white, size: ICON_SIZE10, strokeWidth: 2 })
|
|
4755
4989
|
}
|
|
4756
4990
|
);
|
|
4757
4991
|
});
|
|
4758
|
-
var
|
|
4992
|
+
var styles21 = StyleSheet.create({
|
|
4759
4993
|
base: {
|
|
4760
4994
|
width: SIZE,
|
|
4761
4995
|
height: SIZE,
|
|
@@ -4913,13 +5147,13 @@ var Input = forwardRef(function Input2({
|
|
|
4913
5147
|
});
|
|
4914
5148
|
useApplyWebClassName(rootRef, className);
|
|
4915
5149
|
useApplyWebClassName(inputRef, inputClassName);
|
|
4916
|
-
return /* @__PURE__ */ jsxs(View, { ref: rootRef, style: [
|
|
4917
|
-
showLabel && label ? /* @__PURE__ */ jsx(Text, { style: [
|
|
5150
|
+
return /* @__PURE__ */ jsxs(View, { ref: rootRef, style: [styles22.root, disabled && styles22.disabled, style], children: [
|
|
5151
|
+
showLabel && label ? /* @__PURE__ */ jsx(Text, { style: [styles22.label, { color: chrome.labelColor }], children: label }) : null,
|
|
4918
5152
|
/* @__PURE__ */ jsxs(
|
|
4919
5153
|
View,
|
|
4920
5154
|
{
|
|
4921
5155
|
style: [
|
|
4922
|
-
|
|
5156
|
+
styles22.field,
|
|
4923
5157
|
{
|
|
4924
5158
|
height: metrics.height,
|
|
4925
5159
|
borderRadius: metrics.borderRadius,
|
|
@@ -4934,7 +5168,7 @@ var Input = forwardRef(function Input2({
|
|
|
4934
5168
|
fieldStyle
|
|
4935
5169
|
],
|
|
4936
5170
|
children: [
|
|
4937
|
-
hasLeftIcon ? /* @__PURE__ */ jsx(View, { style: [
|
|
5171
|
+
hasLeftIcon ? /* @__PURE__ */ jsx(View, { style: [styles22.iconSlot, { width: metrics.iconSize, height: metrics.iconSize }], children: leftIconNode }) : null,
|
|
4938
5172
|
/* @__PURE__ */ jsx(
|
|
4939
5173
|
TextInput,
|
|
4940
5174
|
{
|
|
@@ -4958,11 +5192,11 @@ var Input = forwardRef(function Input2({
|
|
|
4958
5192
|
onBlur?.(event);
|
|
4959
5193
|
},
|
|
4960
5194
|
style: [
|
|
4961
|
-
|
|
5195
|
+
styles22.input,
|
|
4962
5196
|
metrics.text,
|
|
4963
5197
|
{ color: chrome.textColor },
|
|
4964
|
-
Platform.OS === "web" ?
|
|
4965
|
-
Platform.OS === "android" ?
|
|
5198
|
+
Platform.OS === "web" ? styles22.inputWeb : null,
|
|
5199
|
+
Platform.OS === "android" ? styles22.inputAndroid : null,
|
|
4966
5200
|
inputStyle
|
|
4967
5201
|
],
|
|
4968
5202
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
@@ -4974,20 +5208,20 @@ var Input = forwardRef(function Input2({
|
|
|
4974
5208
|
{
|
|
4975
5209
|
onPress: onRightIconPress,
|
|
4976
5210
|
disabled,
|
|
4977
|
-
style: [
|
|
5211
|
+
style: [styles22.iconSlot, { width: metrics.iconSize, height: metrics.iconSize }],
|
|
4978
5212
|
accessibilityRole: "button",
|
|
4979
5213
|
accessibilityLabel: rightIconAccessibilityLabel,
|
|
4980
5214
|
hitSlop: 8,
|
|
4981
5215
|
children: rightIconNode
|
|
4982
5216
|
}
|
|
4983
|
-
) : /* @__PURE__ */ jsx(View, { style: [
|
|
5217
|
+
) : /* @__PURE__ */ jsx(View, { style: [styles22.iconSlot, { width: metrics.iconSize, height: metrics.iconSize }], children: rightIconNode }) : null
|
|
4984
5218
|
]
|
|
4985
5219
|
}
|
|
4986
5220
|
),
|
|
4987
|
-
showHint && hint ? /* @__PURE__ */ jsx(Text, { style: [
|
|
5221
|
+
showHint && hint ? /* @__PURE__ */ jsx(Text, { style: [styles22.hint, { color: chrome.hintColor }], children: hint }) : null
|
|
4988
5222
|
] });
|
|
4989
5223
|
});
|
|
4990
|
-
var
|
|
5224
|
+
var styles22 = StyleSheet.create({
|
|
4991
5225
|
root: {
|
|
4992
5226
|
width: DEFAULT_WIDTH2,
|
|
4993
5227
|
gap: 8,
|
|
@@ -5145,9 +5379,9 @@ var VerificationCodeInput = forwardRef(function VerificationCodeInput2({
|
|
|
5145
5379
|
...viewProps,
|
|
5146
5380
|
ref: rootRef,
|
|
5147
5381
|
style: [
|
|
5148
|
-
|
|
5382
|
+
styles23.root,
|
|
5149
5383
|
{ width: rootWidth, maxWidth: "100%", gap: cellGap },
|
|
5150
|
-
disabled &&
|
|
5384
|
+
disabled && styles23.disabled,
|
|
5151
5385
|
style
|
|
5152
5386
|
],
|
|
5153
5387
|
children: Array.from({ length: safeLength }, (_, index) => {
|
|
@@ -5175,15 +5409,15 @@ var VerificationCodeInput = forwardRef(function VerificationCodeInput2({
|
|
|
5175
5409
|
onSubmitEditing: () => onSubmit?.(currentCode),
|
|
5176
5410
|
selectTextOnFocus: true,
|
|
5177
5411
|
style: [
|
|
5178
|
-
|
|
5412
|
+
styles23.cell,
|
|
5179
5413
|
{
|
|
5180
5414
|
width: cellWidth,
|
|
5181
5415
|
height: CELL_HEIGHT,
|
|
5182
5416
|
borderColor,
|
|
5183
5417
|
color: error ? colors.red : colors.white
|
|
5184
5418
|
},
|
|
5185
|
-
Platform.OS === "web" ?
|
|
5186
|
-
Platform.OS === "android" ?
|
|
5419
|
+
Platform.OS === "web" ? styles23.cellWeb : null,
|
|
5420
|
+
Platform.OS === "android" ? styles23.cellAndroid : null,
|
|
5187
5421
|
inputStyle
|
|
5188
5422
|
],
|
|
5189
5423
|
value: currentCode[index] ?? ""
|
|
@@ -5194,7 +5428,7 @@ var VerificationCodeInput = forwardRef(function VerificationCodeInput2({
|
|
|
5194
5428
|
}
|
|
5195
5429
|
);
|
|
5196
5430
|
});
|
|
5197
|
-
var
|
|
5431
|
+
var styles23 = StyleSheet.create({
|
|
5198
5432
|
root: {
|
|
5199
5433
|
minWidth: 0,
|
|
5200
5434
|
alignSelf: "center",
|
|
@@ -5231,7 +5465,7 @@ var TRIGGER_RADIUS2 = 60;
|
|
|
5231
5465
|
var MENU_RADIUS3 = 24;
|
|
5232
5466
|
var MENU_MAX_LIST_HEIGHT = 248;
|
|
5233
5467
|
var ITEM_RADIUS2 = 12;
|
|
5234
|
-
var
|
|
5468
|
+
var ICON_SIZE11 = 20;
|
|
5235
5469
|
var CHIP_GAP = 6;
|
|
5236
5470
|
var FALLBACK_ELLIPSIS_WIDTH = 20;
|
|
5237
5471
|
function itemBackground(state) {
|
|
@@ -5304,25 +5538,25 @@ function MultiValueChips({ options, disabled, onRemove }) {
|
|
|
5304
5538
|
const next = Math.ceil(event.nativeEvent.layout.width);
|
|
5305
5539
|
setEllipsisWidth((current) => current === next ? current : next);
|
|
5306
5540
|
};
|
|
5307
|
-
return /* @__PURE__ */ jsxs(View, { style:
|
|
5308
|
-
/* @__PURE__ */ jsxs(View, { pointerEvents: "none", style:
|
|
5541
|
+
return /* @__PURE__ */ jsxs(View, { style: styles24.multiValueRoot, children: [
|
|
5542
|
+
/* @__PURE__ */ jsxs(View, { pointerEvents: "none", style: styles24.measureRow, children: [
|
|
5309
5543
|
options.map((option) => /* @__PURE__ */ jsxs(
|
|
5310
5544
|
View,
|
|
5311
5545
|
{
|
|
5312
|
-
style:
|
|
5546
|
+
style: styles24.chip,
|
|
5313
5547
|
onLayout: (event) => handleChipLayout(option.value, event),
|
|
5314
5548
|
children: [
|
|
5315
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
5316
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
5549
|
+
/* @__PURE__ */ jsx(Text, { style: styles24.chipLabel, numberOfLines: 1, children: option.label }),
|
|
5550
|
+
/* @__PURE__ */ jsx(Text, { style: styles24.chipRemove, children: "\xD7" })
|
|
5317
5551
|
]
|
|
5318
5552
|
},
|
|
5319
5553
|
`measure-${option.value}`
|
|
5320
5554
|
)),
|
|
5321
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
5555
|
+
/* @__PURE__ */ jsx(View, { style: styles24.ellipsis, onLayout: handleEllipsisLayout, children: /* @__PURE__ */ jsx(Text, { style: styles24.ellipsisText, children: "..." }) })
|
|
5322
5556
|
] }),
|
|
5323
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
5324
|
-
visible.map((option) => /* @__PURE__ */ jsxs(View, { style:
|
|
5325
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
5557
|
+
/* @__PURE__ */ jsxs(View, { style: styles24.chipsRow, onLayout: handleContainerLayout, children: [
|
|
5558
|
+
visible.map((option) => /* @__PURE__ */ jsxs(View, { style: styles24.chip, children: [
|
|
5559
|
+
/* @__PURE__ */ jsx(Text, { style: styles24.chipLabel, numberOfLines: 1, children: option.label }),
|
|
5326
5560
|
/* @__PURE__ */ jsx(
|
|
5327
5561
|
Pressable,
|
|
5328
5562
|
{
|
|
@@ -5334,11 +5568,11 @@ function MultiValueChips({ options, disabled, onRemove }) {
|
|
|
5334
5568
|
hitSlop: 6,
|
|
5335
5569
|
accessibilityRole: "button",
|
|
5336
5570
|
accessibilityLabel: `Remove ${option.label}`,
|
|
5337
|
-
children: /* @__PURE__ */ jsx(Text, { style:
|
|
5571
|
+
children: /* @__PURE__ */ jsx(Text, { style: styles24.chipRemove, children: "\xD7" })
|
|
5338
5572
|
}
|
|
5339
5573
|
)
|
|
5340
5574
|
] }, option.value)),
|
|
5341
|
-
hasOverflow ? /* @__PURE__ */ jsx(View, { style:
|
|
5575
|
+
hasOverflow ? /* @__PURE__ */ jsx(View, { style: styles24.ellipsis, children: /* @__PURE__ */ jsx(Text, { style: styles24.ellipsisText, children: "..." }) }) : null
|
|
5342
5576
|
] })
|
|
5343
5577
|
] });
|
|
5344
5578
|
}
|
|
@@ -5363,6 +5597,7 @@ var Select = forwardRef(
|
|
|
5363
5597
|
onSearchChange,
|
|
5364
5598
|
loading = false,
|
|
5365
5599
|
emptyText = "No results",
|
|
5600
|
+
valueColor,
|
|
5366
5601
|
style,
|
|
5367
5602
|
className,
|
|
5368
5603
|
accessibilityLabel,
|
|
@@ -5547,12 +5782,12 @@ var Select = forwardRef(
|
|
|
5547
5782
|
setOpen
|
|
5548
5783
|
]);
|
|
5549
5784
|
const leftIconNode = renderStatefulIcon(leftIcon, UserIcon, {
|
|
5550
|
-
size:
|
|
5551
|
-
color: error ? colors.red :
|
|
5785
|
+
size: ICON_SIZE11,
|
|
5786
|
+
color: error ? colors.red : colors.primary
|
|
5552
5787
|
});
|
|
5553
5788
|
const hasLeftIcon = showLeftIcon || leftIcon != null;
|
|
5554
5789
|
const triggerBorderColor = error ? colors.redMuted : isOpen ? colors.primaryMuted : colors.grey700;
|
|
5555
|
-
const triggerTextColor = hasValue ? error ? colors.red : colors.white : error ? colors.red : colors.grey100;
|
|
5790
|
+
const triggerTextColor = hasValue ? error ? colors.red : valueColor ?? colors.white : error ? colors.red : colors.grey100;
|
|
5556
5791
|
const labelColor = error ? colors.red : colors.white;
|
|
5557
5792
|
const hintColor = error ? colors.red : colors.grey100;
|
|
5558
5793
|
const singleLabel = selectedOptions[0]?.label ?? placeholder;
|
|
@@ -5562,11 +5797,11 @@ var Select = forwardRef(
|
|
|
5562
5797
|
{
|
|
5563
5798
|
...rest,
|
|
5564
5799
|
ref: setRootRef,
|
|
5565
|
-
style: [
|
|
5800
|
+
style: [styles24.root, isOpen && styles24.rootOpen, disabled && styles24.disabled, style],
|
|
5566
5801
|
accessibilityState: { disabled, expanded: isOpen },
|
|
5567
5802
|
children: [
|
|
5568
|
-
showLabel && label ? /* @__PURE__ */ jsx(Text, { style: [
|
|
5569
|
-
/* @__PURE__ */ jsxs(View, { style: [
|
|
5803
|
+
showLabel && label ? /* @__PURE__ */ jsx(Text, { style: [styles24.label, { color: labelColor }], children: label }) : null,
|
|
5804
|
+
/* @__PURE__ */ jsxs(View, { style: [styles24.triggerWrap, isOpen && styles24.triggerWrapOpen], children: [
|
|
5570
5805
|
/* @__PURE__ */ jsxs(
|
|
5571
5806
|
Pressable,
|
|
5572
5807
|
{
|
|
@@ -5577,29 +5812,29 @@ var Select = forwardRef(
|
|
|
5577
5812
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
5578
5813
|
accessibilityState: { disabled, expanded: isOpen },
|
|
5579
5814
|
style: [
|
|
5580
|
-
|
|
5815
|
+
styles24.trigger,
|
|
5581
5816
|
{
|
|
5582
5817
|
borderColor: triggerBorderColor,
|
|
5583
5818
|
backgroundColor: colors.grey700
|
|
5584
5819
|
}
|
|
5585
5820
|
],
|
|
5586
5821
|
children: [
|
|
5587
|
-
hasLeftIcon ? /* @__PURE__ */ jsx(View, { style:
|
|
5588
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
5822
|
+
hasLeftIcon ? /* @__PURE__ */ jsx(View, { style: styles24.iconSlot, children: leftIconNode }) : null,
|
|
5823
|
+
/* @__PURE__ */ jsx(View, { style: styles24.triggerContent, children: multiple && hasValue ? /* @__PURE__ */ jsx(
|
|
5589
5824
|
MultiValueChips,
|
|
5590
5825
|
{
|
|
5591
5826
|
options: selectedOptions,
|
|
5592
5827
|
disabled,
|
|
5593
5828
|
onRemove: handleRemoveChip
|
|
5594
5829
|
}
|
|
5595
|
-
) : /* @__PURE__ */ jsx(Text, { style: [
|
|
5596
|
-
/* @__PURE__ */ jsx(View, { style: [
|
|
5830
|
+
) : /* @__PURE__ */ jsx(Text, { style: [styles24.triggerText, { color: triggerTextColor }], numberOfLines: 1, children: multiple ? placeholder : singleLabel }) }),
|
|
5831
|
+
/* @__PURE__ */ jsx(View, { style: [styles24.iconSlot, isOpen && styles24.chevronOpen], children: /* @__PURE__ */ jsx(ChevronDownIcon, { size: ICON_SIZE11, color: isOpen ? colors.primary : colors.grey100 }) })
|
|
5597
5832
|
]
|
|
5598
5833
|
}
|
|
5599
5834
|
),
|
|
5600
|
-
isOpen ? /* @__PURE__ */ jsxs(View, { style:
|
|
5601
|
-
showSearch ? /* @__PURE__ */ jsxs(View, { style:
|
|
5602
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
5835
|
+
isOpen ? /* @__PURE__ */ jsxs(View, { style: styles24.menu, children: [
|
|
5836
|
+
showSearch ? /* @__PURE__ */ jsxs(View, { style: styles24.searchField, children: [
|
|
5837
|
+
/* @__PURE__ */ jsx(View, { style: styles24.iconSlot, children: /* @__PURE__ */ jsx(SearchIcon, { size: ICON_SIZE11, color: colors.grey100 }) }),
|
|
5603
5838
|
/* @__PURE__ */ jsx(
|
|
5604
5839
|
TextInput,
|
|
5605
5840
|
{
|
|
@@ -5610,9 +5845,9 @@ var Select = forwardRef(
|
|
|
5610
5845
|
placeholder: searchPlaceholder,
|
|
5611
5846
|
placeholderTextColor: colors.grey100,
|
|
5612
5847
|
style: [
|
|
5613
|
-
|
|
5614
|
-
Platform.OS === "web" ?
|
|
5615
|
-
Platform.OS === "android" ?
|
|
5848
|
+
styles24.searchInput,
|
|
5849
|
+
Platform.OS === "web" ? styles24.searchInputWeb : null,
|
|
5850
|
+
Platform.OS === "android" ? styles24.searchInputAndroid : null
|
|
5616
5851
|
],
|
|
5617
5852
|
accessibilityLabel: searchPlaceholder
|
|
5618
5853
|
}
|
|
@@ -5621,12 +5856,12 @@ var Select = forwardRef(
|
|
|
5621
5856
|
/* @__PURE__ */ jsxs(
|
|
5622
5857
|
ScrollView,
|
|
5623
5858
|
{
|
|
5624
|
-
style:
|
|
5625
|
-
contentContainerStyle:
|
|
5859
|
+
style: styles24.optionList,
|
|
5860
|
+
contentContainerStyle: styles24.optionListContent,
|
|
5626
5861
|
keyboardShouldPersistTaps: "handled",
|
|
5627
5862
|
showsVerticalScrollIndicator: false,
|
|
5628
5863
|
children: [
|
|
5629
|
-
loading ? /* @__PURE__ */ jsx(View, { style:
|
|
5864
|
+
loading ? /* @__PURE__ */ jsx(View, { style: styles24.statusRow, children: /* @__PURE__ */ jsx(Text, { style: styles24.statusText, children: "Loading..." }) }) : filteredOptions.length === 0 ? /* @__PURE__ */ jsx(View, { style: styles24.statusRow, children: /* @__PURE__ */ jsx(Text, { style: styles24.statusText, children: emptyText }) }) : null,
|
|
5630
5865
|
!loading && filteredOptions.map((option) => {
|
|
5631
5866
|
const isSelected = selectedValues.includes(option.value);
|
|
5632
5867
|
const isHovered = hoveredValue === option.value;
|
|
@@ -5643,14 +5878,14 @@ var Select = forwardRef(
|
|
|
5643
5878
|
accessibilityRole: multiple ? "checkbox" : "button",
|
|
5644
5879
|
accessibilityState: { selected: isSelected, checked: isSelected, disabled },
|
|
5645
5880
|
style: [
|
|
5646
|
-
|
|
5881
|
+
styles24.item,
|
|
5647
5882
|
{
|
|
5648
5883
|
backgroundColor: itemBackground(visualState)
|
|
5649
5884
|
}
|
|
5650
5885
|
],
|
|
5651
5886
|
children: [
|
|
5652
|
-
multiple ? /* @__PURE__ */ jsx(View, { pointerEvents: "none", style:
|
|
5653
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
5887
|
+
multiple ? /* @__PURE__ */ jsx(View, { pointerEvents: "none", style: styles24.itemCheckbox, children: /* @__PURE__ */ jsx(Checkbox, { value: isSelected, variant: "light" }) }) : null,
|
|
5888
|
+
/* @__PURE__ */ jsx(Text, { style: styles24.itemLabel, numberOfLines: 1, children: option.label })
|
|
5654
5889
|
]
|
|
5655
5890
|
},
|
|
5656
5891
|
option.value
|
|
@@ -5661,13 +5896,13 @@ var Select = forwardRef(
|
|
|
5661
5896
|
)
|
|
5662
5897
|
] }) : null
|
|
5663
5898
|
] }),
|
|
5664
|
-
showHint && hint ? /* @__PURE__ */ jsx(Text, { style: [
|
|
5899
|
+
showHint && hint ? /* @__PURE__ */ jsx(Text, { style: [styles24.hint, { color: hintColor }], children: hint }) : null
|
|
5665
5900
|
]
|
|
5666
5901
|
}
|
|
5667
5902
|
);
|
|
5668
5903
|
}
|
|
5669
5904
|
);
|
|
5670
|
-
var
|
|
5905
|
+
var styles24 = StyleSheet.create({
|
|
5671
5906
|
root: {
|
|
5672
5907
|
width: DEFAULT_WIDTH3,
|
|
5673
5908
|
gap: 8,
|
|
@@ -5757,8 +5992,8 @@ var styles23 = StyleSheet.create({
|
|
|
5757
5992
|
lineHeight: 16
|
|
5758
5993
|
},
|
|
5759
5994
|
iconSlot: {
|
|
5760
|
-
width:
|
|
5761
|
-
height:
|
|
5995
|
+
width: ICON_SIZE11,
|
|
5996
|
+
height: ICON_SIZE11,
|
|
5762
5997
|
alignItems: "center",
|
|
5763
5998
|
justifyContent: "center",
|
|
5764
5999
|
flexShrink: 0
|
|
@@ -5929,13 +6164,13 @@ var Textarea = forwardRef(function Textarea2({
|
|
|
5929
6164
|
const resolvedAccessibilityLabel = accessibilityLabel ?? (showLabel ? void 0 : label);
|
|
5930
6165
|
useApplyWebClassName(rootRef, className);
|
|
5931
6166
|
useApplyWebClassName(inputRef, inputClassName);
|
|
5932
|
-
return /* @__PURE__ */ jsxs(View, { ref: rootRef, style: [
|
|
5933
|
-
showLabel && label ? /* @__PURE__ */ jsx(Text, { style: [
|
|
6167
|
+
return /* @__PURE__ */ jsxs(View, { ref: rootRef, style: [styles25.root, disabled && styles25.disabled, style], children: [
|
|
6168
|
+
showLabel && label ? /* @__PURE__ */ jsx(Text, { style: [styles25.label, { color: chrome.labelColor }], children: label }) : null,
|
|
5934
6169
|
/* @__PURE__ */ jsx(
|
|
5935
6170
|
View,
|
|
5936
6171
|
{
|
|
5937
6172
|
style: [
|
|
5938
|
-
|
|
6173
|
+
styles25.field,
|
|
5939
6174
|
{
|
|
5940
6175
|
borderColor: chrome.borderColor,
|
|
5941
6176
|
backgroundColor: chrome.backgroundColor
|
|
@@ -5967,11 +6202,11 @@ var Textarea = forwardRef(function Textarea2({
|
|
|
5967
6202
|
onBlur?.(event);
|
|
5968
6203
|
},
|
|
5969
6204
|
style: [
|
|
5970
|
-
|
|
6205
|
+
styles25.input,
|
|
5971
6206
|
textareaTypography.field,
|
|
5972
6207
|
{ color: chrome.textColor },
|
|
5973
|
-
Platform.OS === "web" ?
|
|
5974
|
-
Platform.OS === "android" ?
|
|
6208
|
+
Platform.OS === "web" ? styles25.inputWeb : null,
|
|
6209
|
+
Platform.OS === "android" ? styles25.inputAndroid : null,
|
|
5975
6210
|
inputStyle
|
|
5976
6211
|
],
|
|
5977
6212
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
@@ -5980,10 +6215,10 @@ var Textarea = forwardRef(function Textarea2({
|
|
|
5980
6215
|
)
|
|
5981
6216
|
}
|
|
5982
6217
|
),
|
|
5983
|
-
showHint && hint ? /* @__PURE__ */ jsx(Text, { style: [
|
|
6218
|
+
showHint && hint ? /* @__PURE__ */ jsx(Text, { style: [styles25.hint, { color: chrome.hintColor }], children: hint }) : null
|
|
5984
6219
|
] });
|
|
5985
6220
|
});
|
|
5986
|
-
var
|
|
6221
|
+
var styles25 = StyleSheet.create({
|
|
5987
6222
|
root: {
|
|
5988
6223
|
width: DEFAULT_WIDTH4,
|
|
5989
6224
|
gap: 8,
|
|
@@ -6083,13 +6318,13 @@ var Toggle = forwardRef(function Toggle2({
|
|
|
6083
6318
|
accessibilityRole: "switch",
|
|
6084
6319
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
6085
6320
|
accessibilityState: { checked: isActive, disabled },
|
|
6086
|
-
style: [
|
|
6321
|
+
style: [styles26.pressable, disabled && styles26.disabled, style],
|
|
6087
6322
|
children: [
|
|
6088
6323
|
/* @__PURE__ */ jsx(
|
|
6089
6324
|
Animated.View,
|
|
6090
6325
|
{
|
|
6091
6326
|
style: [
|
|
6092
|
-
|
|
6327
|
+
styles26.track,
|
|
6093
6328
|
{
|
|
6094
6329
|
backgroundColor: trackBackgroundColor
|
|
6095
6330
|
}
|
|
@@ -6098,7 +6333,7 @@ var Toggle = forwardRef(function Toggle2({
|
|
|
6098
6333
|
Animated.View,
|
|
6099
6334
|
{
|
|
6100
6335
|
style: [
|
|
6101
|
-
|
|
6336
|
+
styles26.thumb,
|
|
6102
6337
|
{
|
|
6103
6338
|
transform: [{ translateX: thumbTranslateX }]
|
|
6104
6339
|
}
|
|
@@ -6107,12 +6342,12 @@ var Toggle = forwardRef(function Toggle2({
|
|
|
6107
6342
|
)
|
|
6108
6343
|
}
|
|
6109
6344
|
),
|
|
6110
|
-
labelContent != null && labelContent !== false ? typeof labelContent === "string" || typeof labelContent === "number" ? /* @__PURE__ */ jsx(Text, { style: [
|
|
6345
|
+
labelContent != null && labelContent !== false ? typeof labelContent === "string" || typeof labelContent === "number" ? /* @__PURE__ */ jsx(Text, { style: [styles26.label, labelStyle], children: labelContent }) : labelContent : null
|
|
6111
6346
|
]
|
|
6112
6347
|
}
|
|
6113
6348
|
);
|
|
6114
6349
|
});
|
|
6115
|
-
var
|
|
6350
|
+
var styles26 = StyleSheet.create({
|
|
6116
6351
|
pressable: {
|
|
6117
6352
|
flexDirection: "row",
|
|
6118
6353
|
alignItems: "center",
|
|
@@ -6187,21 +6422,21 @@ var RatingInput = forwardRef(
|
|
|
6187
6422
|
{
|
|
6188
6423
|
...rest,
|
|
6189
6424
|
ref: setContainerRef,
|
|
6190
|
-
style: [
|
|
6425
|
+
style: [styles27.root, disabled && styles27.disabled, style],
|
|
6191
6426
|
children: [
|
|
6192
|
-
showValue ? /* @__PURE__ */ jsx(Text, { numberOfLines: 1, style: [
|
|
6427
|
+
showValue ? /* @__PURE__ */ jsx(Text, { numberOfLines: 1, style: [styles27.value, valueStyle], children: selectedValue.toFixed(precision) }) : null,
|
|
6193
6428
|
/* @__PURE__ */ jsx(
|
|
6194
6429
|
View,
|
|
6195
6430
|
{
|
|
6196
6431
|
accessibilityRole: readOnly ? "image" : "radiogroup",
|
|
6197
6432
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
6198
6433
|
accessibilityState: { disabled },
|
|
6199
|
-
style: [
|
|
6434
|
+
style: [styles27.stars, { gap: resolvedStarGap }],
|
|
6200
6435
|
children: Array.from({ length: STAR_COUNT }, (_, index) => {
|
|
6201
6436
|
const starValue = index + 1;
|
|
6202
6437
|
const isSelected = starValue <= selectedStarCount;
|
|
6203
6438
|
const icon = isSelected ? /* @__PURE__ */ jsx(StarFilledIcon, { size: iconWidth, height: iconHeight }) : /* @__PURE__ */ jsx(StarIcon, { size: iconWidth, height: iconHeight });
|
|
6204
|
-
const itemStyle = [
|
|
6439
|
+
const itemStyle = [styles27.starItem, { width: size, height: size }];
|
|
6205
6440
|
if (readOnly) {
|
|
6206
6441
|
return /* @__PURE__ */ jsx(View, { style: itemStyle, children: icon }, starValue);
|
|
6207
6442
|
}
|
|
@@ -6227,7 +6462,7 @@ var RatingInput = forwardRef(
|
|
|
6227
6462
|
);
|
|
6228
6463
|
}
|
|
6229
6464
|
);
|
|
6230
|
-
var
|
|
6465
|
+
var styles27 = StyleSheet.create({
|
|
6231
6466
|
root: {
|
|
6232
6467
|
flexDirection: "row",
|
|
6233
6468
|
alignItems: "center",
|
|
@@ -6291,19 +6526,19 @@ var CommentCard = forwardRef(
|
|
|
6291
6526
|
setExpanded(next);
|
|
6292
6527
|
onExpandedChange?.(next);
|
|
6293
6528
|
};
|
|
6294
|
-
return /* @__PURE__ */ jsxs(View, { ...rest, ref: setContainerRef, style: [
|
|
6295
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
6296
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
6529
|
+
return /* @__PURE__ */ jsxs(View, { ...rest, ref: setContainerRef, style: [styles28.root, style], children: [
|
|
6530
|
+
/* @__PURE__ */ jsxs(View, { style: styles28.header, children: [
|
|
6531
|
+
/* @__PURE__ */ jsx(View, { style: styles28.avatar, children: hasImage ? /* @__PURE__ */ jsx(
|
|
6297
6532
|
Image,
|
|
6298
6533
|
{
|
|
6299
6534
|
source: { uri: imageUrl ?? void 0 },
|
|
6300
|
-
style:
|
|
6535
|
+
style: styles28.avatarImage,
|
|
6301
6536
|
onError: () => setImageFailed(true)
|
|
6302
6537
|
}
|
|
6303
6538
|
) : /* @__PURE__ */ jsx(UserIcon, { size: 20, color: colors.primary }) }),
|
|
6304
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
6305
|
-
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style:
|
|
6306
|
-
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style:
|
|
6539
|
+
/* @__PURE__ */ jsxs(View, { style: styles28.identity, children: [
|
|
6540
|
+
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style: styles28.name, children: userName }),
|
|
6541
|
+
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style: styles28.date, children: date })
|
|
6307
6542
|
] }),
|
|
6308
6543
|
/* @__PURE__ */ jsx(RatingInput, { value: rating, readOnly: true, showValue: false, size: 16 })
|
|
6309
6544
|
] }),
|
|
@@ -6311,7 +6546,7 @@ var CommentCard = forwardRef(
|
|
|
6311
6546
|
Text,
|
|
6312
6547
|
{
|
|
6313
6548
|
numberOfLines: expanded ? void 0 : maxCommentLines,
|
|
6314
|
-
style: [
|
|
6549
|
+
style: [styles28.comment, commentStyle],
|
|
6315
6550
|
children: commentText
|
|
6316
6551
|
}
|
|
6317
6552
|
),
|
|
@@ -6324,14 +6559,14 @@ var CommentCard = forwardRef(
|
|
|
6324
6559
|
hitSlop: 6,
|
|
6325
6560
|
onHoverIn: () => setActionHovered(true),
|
|
6326
6561
|
onHoverOut: () => setActionHovered(false),
|
|
6327
|
-
style:
|
|
6562
|
+
style: styles28.action,
|
|
6328
6563
|
children: /* @__PURE__ */ jsx(
|
|
6329
6564
|
Text,
|
|
6330
6565
|
{
|
|
6331
6566
|
style: [
|
|
6332
|
-
|
|
6333
|
-
expanded &&
|
|
6334
|
-
actionHovered && (expanded ?
|
|
6567
|
+
styles28.actionText,
|
|
6568
|
+
expanded && styles28.closeActionText,
|
|
6569
|
+
actionHovered && (expanded ? styles28.closeActionTextHovered : styles28.openActionTextHovered)
|
|
6335
6570
|
],
|
|
6336
6571
|
children: expanded ? readLessLabel : readMoreLabel
|
|
6337
6572
|
}
|
|
@@ -6341,7 +6576,7 @@ var CommentCard = forwardRef(
|
|
|
6341
6576
|
] });
|
|
6342
6577
|
}
|
|
6343
6578
|
);
|
|
6344
|
-
var
|
|
6579
|
+
var styles28 = StyleSheet.create({
|
|
6345
6580
|
root: {
|
|
6346
6581
|
width: CARD_WIDTH2,
|
|
6347
6582
|
minHeight: CARD_MIN_HEIGHT,
|
|
@@ -6780,7 +7015,7 @@ var Range = forwardRef(function Range2({
|
|
|
6780
7015
|
...rest,
|
|
6781
7016
|
ref: setRootRef,
|
|
6782
7017
|
onLayout,
|
|
6783
|
-
style: [
|
|
7018
|
+
style: [styles29.root, disabled && styles29.disabled, style],
|
|
6784
7019
|
children: [
|
|
6785
7020
|
/* @__PURE__ */ jsxs(
|
|
6786
7021
|
Pressable,
|
|
@@ -6794,16 +7029,16 @@ var Range = forwardRef(function Range2({
|
|
|
6794
7029
|
updateNearestFromTrack(event.nativeEvent.offsetX);
|
|
6795
7030
|
} : void 0,
|
|
6796
7031
|
onPress: Platform.OS === "web" ? void 0 : handleTrackPress,
|
|
6797
|
-
style:
|
|
7032
|
+
style: styles29.sliderPlane,
|
|
6798
7033
|
tabIndex: -1,
|
|
6799
7034
|
children: [
|
|
6800
|
-
/* @__PURE__ */ jsx(View, { pointerEvents: "none", style:
|
|
7035
|
+
/* @__PURE__ */ jsx(View, { pointerEvents: "none", style: styles29.track }),
|
|
6801
7036
|
/* @__PURE__ */ jsx(
|
|
6802
7037
|
View,
|
|
6803
7038
|
{
|
|
6804
7039
|
pointerEvents: "none",
|
|
6805
7040
|
style: [
|
|
6806
|
-
|
|
7041
|
+
styles29.activeTrack,
|
|
6807
7042
|
{
|
|
6808
7043
|
left: TRACK_HORIZONTAL_INSET + fromOffset,
|
|
6809
7044
|
width: toOffset - fromOffset + THUMB_SIZE2
|
|
@@ -6845,9 +7080,9 @@ var Range = forwardRef(function Range2({
|
|
|
6845
7080
|
onAccessibilityAction: (event) => handleAccessibilityAction(event, effectiveFrom, updateFromInput),
|
|
6846
7081
|
pointerEvents: disabled ? "none" : "auto",
|
|
6847
7082
|
style: [
|
|
6848
|
-
|
|
6849
|
-
Platform.OS === "web" &&
|
|
6850
|
-
focusedThumb === "from" && Platform.OS === "web" &&
|
|
7083
|
+
styles29.thumb,
|
|
7084
|
+
Platform.OS === "web" && styles29.thumbWeb,
|
|
7085
|
+
focusedThumb === "from" && Platform.OS === "web" && styles29.thumbFocusedWeb,
|
|
6851
7086
|
{ left: TRACK_HORIZONTAL_INSET + fromOffset }
|
|
6852
7087
|
],
|
|
6853
7088
|
tabIndex: disabled ? -1 : 0
|
|
@@ -6887,9 +7122,9 @@ var Range = forwardRef(function Range2({
|
|
|
6887
7122
|
onAccessibilityAction: (event) => handleAccessibilityAction(event, effectiveTo, updateToInput),
|
|
6888
7123
|
pointerEvents: disabled ? "none" : "auto",
|
|
6889
7124
|
style: [
|
|
6890
|
-
|
|
6891
|
-
Platform.OS === "web" &&
|
|
6892
|
-
focusedThumb === "to" && Platform.OS === "web" &&
|
|
7125
|
+
styles29.thumb,
|
|
7126
|
+
Platform.OS === "web" && styles29.thumbWeb,
|
|
7127
|
+
focusedThumb === "to" && Platform.OS === "web" && styles29.thumbFocusedWeb,
|
|
6893
7128
|
{ left: TRACK_HORIZONTAL_INSET + toOffset }
|
|
6894
7129
|
],
|
|
6895
7130
|
tabIndex: disabled ? -1 : 0
|
|
@@ -6898,7 +7133,7 @@ var Range = forwardRef(function Range2({
|
|
|
6898
7133
|
]
|
|
6899
7134
|
}
|
|
6900
7135
|
),
|
|
6901
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
7136
|
+
/* @__PURE__ */ jsxs(View, { style: styles29.inputs, children: [
|
|
6902
7137
|
/* @__PURE__ */ jsx(
|
|
6903
7138
|
RangeInput,
|
|
6904
7139
|
{
|
|
@@ -6949,7 +7184,7 @@ function RangeInput({
|
|
|
6949
7184
|
placeholder,
|
|
6950
7185
|
value
|
|
6951
7186
|
}) {
|
|
6952
|
-
return /* @__PURE__ */ jsxs(View, { style: [
|
|
7187
|
+
return /* @__PURE__ */ jsxs(View, { style: [styles29.inputField, focused && styles29.inputFieldFocused], children: [
|
|
6953
7188
|
/* @__PURE__ */ jsx(
|
|
6954
7189
|
TextInput,
|
|
6955
7190
|
{
|
|
@@ -6965,15 +7200,15 @@ function RangeInput({
|
|
|
6965
7200
|
placeholder,
|
|
6966
7201
|
placeholderTextColor: colors.grey150,
|
|
6967
7202
|
returnKeyType: "done",
|
|
6968
|
-
style: [
|
|
7203
|
+
style: [styles29.input, Platform.OS === "web" && styles29.inputWeb],
|
|
6969
7204
|
tabIndex: disabled ? -1 : void 0,
|
|
6970
7205
|
value
|
|
6971
7206
|
}
|
|
6972
7207
|
),
|
|
6973
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
7208
|
+
/* @__PURE__ */ jsx(View, { style: styles29.currencySlot, children: /* @__PURE__ */ jsx(Text, { style: styles29.currency, children: currency }) })
|
|
6974
7209
|
] });
|
|
6975
7210
|
}
|
|
6976
|
-
var
|
|
7211
|
+
var styles29 = StyleSheet.create({
|
|
6977
7212
|
root: {
|
|
6978
7213
|
width: DEFAULT_WIDTH5,
|
|
6979
7214
|
gap: 15,
|
|
@@ -7077,6 +7312,52 @@ var styles28 = StyleSheet.create({
|
|
|
7077
7312
|
}
|
|
7078
7313
|
});
|
|
7079
7314
|
|
|
7080
|
-
|
|
7315
|
+
// src/utils/popoverAlign.ts
|
|
7316
|
+
function fitsCenter(triggerRect, panelWidth, viewportWidth, padding) {
|
|
7317
|
+
const centerX = triggerRect.left + triggerRect.width / 2;
|
|
7318
|
+
const left = centerX - panelWidth / 2;
|
|
7319
|
+
const right = centerX + panelWidth / 2;
|
|
7320
|
+
return left >= padding && right <= viewportWidth - padding;
|
|
7321
|
+
}
|
|
7322
|
+
function fitsEnd(triggerRect, panelWidth, padding) {
|
|
7323
|
+
return triggerRect.right - panelWidth >= padding;
|
|
7324
|
+
}
|
|
7325
|
+
function fitsStart(triggerRect, panelWidth, viewportWidth, padding) {
|
|
7326
|
+
return triggerRect.left + panelWidth <= viewportWidth - padding;
|
|
7327
|
+
}
|
|
7328
|
+
function resolvePopoverAlign({
|
|
7329
|
+
triggerRect,
|
|
7330
|
+
panelWidth,
|
|
7331
|
+
viewportWidth,
|
|
7332
|
+
padding = 8,
|
|
7333
|
+
preferred = "auto"
|
|
7334
|
+
}) {
|
|
7335
|
+
if (preferred !== "auto") {
|
|
7336
|
+
return preferred;
|
|
7337
|
+
}
|
|
7338
|
+
if (fitsCenter(triggerRect, panelWidth, viewportWidth, padding)) {
|
|
7339
|
+
return "center";
|
|
7340
|
+
}
|
|
7341
|
+
const spaceLeft = triggerRect.right - padding;
|
|
7342
|
+
const spaceRight = viewportWidth - padding - triggerRect.left;
|
|
7343
|
+
if (spaceRight >= spaceLeft) {
|
|
7344
|
+
if (fitsStart(triggerRect, panelWidth, viewportWidth, padding)) {
|
|
7345
|
+
return "start";
|
|
7346
|
+
}
|
|
7347
|
+
if (fitsEnd(triggerRect, panelWidth, padding)) {
|
|
7348
|
+
return "end";
|
|
7349
|
+
}
|
|
7350
|
+
} else {
|
|
7351
|
+
if (fitsEnd(triggerRect, panelWidth, padding)) {
|
|
7352
|
+
return "end";
|
|
7353
|
+
}
|
|
7354
|
+
if (fitsStart(triggerRect, panelWidth, viewportWidth, padding)) {
|
|
7355
|
+
return "start";
|
|
7356
|
+
}
|
|
7357
|
+
}
|
|
7358
|
+
return spaceRight >= spaceLeft ? "start" : "end";
|
|
7359
|
+
}
|
|
7360
|
+
|
|
7361
|
+
export { AccountHeader, AlertTriangleIcon, Amenity, AmenityIcon, AppleIcon, AreaExpandIcon, ArrowRightIcon, Avatar, AvatarSimple, BRAND_LOGO_COLORS, BRAND_LOGO_DEFAULT_HEIGHT, BRAND_LOGO_DEFAULT_WIDTH, Badge, BagIcon, BanIcon, BathroomsIcon, BedroomsIcon, BellIcon, BrandLogo, BuildingIcon, Button, CalendarIcon, CalendarOutlineIcon, CameraIcon, CardLocationIcon, CheckBadgeIcon, CheckIcon, CheckSuccessIcon, Checkbox, ChevronDownIcon, ChevronLeftIcon, ClockFilledIcon, ClockIcon, CloseIcon, CommentCard, CopyIcon, Counter, DatePicker, DownloadIcon, EditIcon, FacebookIcon, FavoritesButton, FiltersIcon, FloatingActionButton, FullscreenIcon, GlobeIcon, GooglePlayIcon, GuestsIcon, HeartIcon, HelpCircleIcon, HomeIcon, Icon, InfoTile, Input, InstagramIcon, KeyIcon, LanguageSwitcher, LayoutGridIcon, LinkedInIcon, ListViewIcon, LocationPinIcon, LocationUserIcon, LockIcon, LogOutIcon, MailIcon, MapCollapseIcon, MapExpandIcon, MapViewIcon, MenuIcon, MenuItem, MinusIcon, NavigateIcon, NoSmokingIcon, PaginationDots, PawIcon, PhoneIcon, PlusIcon, QrCodeIcon, QuietHoursIcon, Range, RatingInput, RatingStarIcon, RefreshIcon, RefundStatusIcon, SaveHeartIcon, SearchIcon, SegmentedToggle, Select, SettingsIcon, ShareIcon, ShowIcon, Sidebar, SidebarIcon, SortIcon, StarFilledIcon, StarIcon, StatCard, StatusBadge, StepList, StepPager, Textarea, Toggle, TooltipArrowIcon, TrashIcon, UserIcon, UsersAltIcon, VerificationCodeInput, VideoIcon, VideoOffIcon, WhatsAppIcon, ZoomOutIcon, abbreviateMonthName, avatarTypography, badgeTypography, buttonTypography, colors, commentCardTypography, counterTypography, datePickerTypography, defaultLanguageOptions, fonts, formatDate, formatDateDayShortMonth, getIconsByGroup, grey, iconGroupNames, iconGroups, iconNames, icons, inputTypography, languageSwitcherTypography, ratingTypography, resolvePopoverAlign, segmentedToggleTypography, selectTypography, statCardTypography, textareaTypography };
|
|
7081
7362
|
//# sourceMappingURL=index.js.map
|
|
7082
7363
|
//# sourceMappingURL=index.js.map
|