@ecohouse/ui 0.1.35 → 0.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.cjs +508 -347
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +158 -128
- package/dist/index.d.ts +158 -128
- package/dist/index.js +505 -348
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/SegmentedToggle/SegmentedToggle.stories.tsx +9 -0
- package/src/components/SegmentedToggle/SegmentedToggle.tsx +19 -13
- package/src/icons/MoreHorizontal/MoreHorizontalIcon.tsx +26 -0
- package/src/icons/MoreHorizontal/MoreHorizontalIcon.web.tsx +25 -0
- package/src/icons/MoreHorizontal/index.ts +1 -0
- package/src/icons/MoreHorizontal/moreHorizontalPath.ts +2 -0
- package/src/icons/TableView/TableViewIcon.tsx +20 -0
- package/src/icons/TableView/TableViewIcon.web.tsx +26 -0
- package/src/icons/TableView/index.ts +1 -0
- package/src/icons/TableView/tableViewPath.ts +2 -0
- package/src/icons/index.ts +2 -0
- package/src/icons/registry.ts +6 -0
- package/src/index.ts +6 -0
- package/src/primitives/IconStatusBadge/IconStatusBadge.stories.tsx +21 -0
- package/src/primitives/IconStatusBadge/IconStatusBadge.tsx +76 -0
- package/src/primitives/IconStatusBadge/index.ts +2 -0
- package/src/primitives/InfoCardV2/InfoCardV2.stories.tsx +64 -0
- package/src/primitives/InfoCardV2/InfoCardV2.tsx +116 -0
- package/src/primitives/InfoCardV2/index.ts +2 -0
- package/src/primitives/index.ts +7 -0
package/dist/index.js
CHANGED
|
@@ -9449,15 +9449,15 @@ var require_react_dom_development = __commonJS({
|
|
|
9449
9449
|
};
|
|
9450
9450
|
}
|
|
9451
9451
|
var warnValidStyle$1 = warnValidStyle;
|
|
9452
|
-
function createDangerousStringForStyles(
|
|
9452
|
+
function createDangerousStringForStyles(styles36) {
|
|
9453
9453
|
{
|
|
9454
9454
|
var serialized = "";
|
|
9455
9455
|
var delimiter = "";
|
|
9456
|
-
for (var styleName in
|
|
9457
|
-
if (!
|
|
9456
|
+
for (var styleName in styles36) {
|
|
9457
|
+
if (!styles36.hasOwnProperty(styleName)) {
|
|
9458
9458
|
continue;
|
|
9459
9459
|
}
|
|
9460
|
-
var styleValue =
|
|
9460
|
+
var styleValue = styles36[styleName];
|
|
9461
9461
|
if (styleValue != null) {
|
|
9462
9462
|
var isCustomProperty = styleName.indexOf("--") === 0;
|
|
9463
9463
|
serialized += delimiter + (isCustomProperty ? styleName : hyphenateStyleName(styleName)) + ":";
|
|
@@ -9468,19 +9468,19 @@ var require_react_dom_development = __commonJS({
|
|
|
9468
9468
|
return serialized || null;
|
|
9469
9469
|
}
|
|
9470
9470
|
}
|
|
9471
|
-
function setValueForStyles(node,
|
|
9471
|
+
function setValueForStyles(node, styles36) {
|
|
9472
9472
|
var style2 = node.style;
|
|
9473
|
-
for (var styleName in
|
|
9474
|
-
if (!
|
|
9473
|
+
for (var styleName in styles36) {
|
|
9474
|
+
if (!styles36.hasOwnProperty(styleName)) {
|
|
9475
9475
|
continue;
|
|
9476
9476
|
}
|
|
9477
9477
|
var isCustomProperty = styleName.indexOf("--") === 0;
|
|
9478
9478
|
{
|
|
9479
9479
|
if (!isCustomProperty) {
|
|
9480
|
-
warnValidStyle$1(styleName,
|
|
9480
|
+
warnValidStyle$1(styleName, styles36[styleName]);
|
|
9481
9481
|
}
|
|
9482
9482
|
}
|
|
9483
|
-
var styleValue = dangerousStyleValue(styleName,
|
|
9483
|
+
var styleValue = dangerousStyleValue(styleName, styles36[styleName], isCustomProperty);
|
|
9484
9484
|
if (styleName === "float") {
|
|
9485
9485
|
styleName = "cssFloat";
|
|
9486
9486
|
}
|
|
@@ -9494,9 +9494,9 @@ var require_react_dom_development = __commonJS({
|
|
|
9494
9494
|
function isValueEmpty(value) {
|
|
9495
9495
|
return value == null || typeof value === "boolean" || value === "";
|
|
9496
9496
|
}
|
|
9497
|
-
function expandShorthandMap(
|
|
9497
|
+
function expandShorthandMap(styles36) {
|
|
9498
9498
|
var expanded = {};
|
|
9499
|
-
for (var key in
|
|
9499
|
+
for (var key in styles36) {
|
|
9500
9500
|
var longhands = shorthandToLonghand[key] || [key];
|
|
9501
9501
|
for (var i = 0; i < longhands.length; i++) {
|
|
9502
9502
|
expanded[longhands[i]] = key;
|
|
@@ -29693,6 +29693,26 @@ function MinusIcon({ size = 16, color = colors.white, strokeWidth = 2 }) {
|
|
|
29693
29693
|
) });
|
|
29694
29694
|
}
|
|
29695
29695
|
|
|
29696
|
+
// src/icons/MoreHorizontal/moreHorizontalPath.ts
|
|
29697
|
+
var MORE_HORIZONTAL_PATH = "M6.33333 2.33333C6.70152 2.33333 7 2.03486 7 1.66667C7 1.29848 6.70152 1 6.33333 1C5.96514 1 5.66667 1.29848 5.66667 1.66667C5.66667 2.03486 5.96514 2.33333 6.33333 2.33333ZM11 2.33333C11.3682 2.33333 11.6667 2.03486 11.6667 1.66667C11.6667 1.29848 11.3682 1 11 1C10.6318 1 10.3333 1.29848 10.3333 1.66667C10.3333 2.03486 10.6318 2.33333 11 2.33333ZM1.66667 2.33333C2.03486 2.33333 2.33333 2.03486 2.33333 1.66667C2.33333 1.29848 2.03486 1 1.66667 1C1.29848 1 1 1.29848 1 1.66667C1 2.03486 1.29848 2.33333 1.66667 2.33333Z";
|
|
29698
|
+
var ASPECT_RATIO = 4 / 13;
|
|
29699
|
+
function MoreHorizontalIcon({
|
|
29700
|
+
size = 13,
|
|
29701
|
+
color = colors.white,
|
|
29702
|
+
strokeWidth = 2
|
|
29703
|
+
}) {
|
|
29704
|
+
return /* @__PURE__ */ jsx(Svg20, { width: size, height: size * ASPECT_RATIO, viewBox: "0 0 13 4", fill: "none", children: /* @__PURE__ */ jsx(
|
|
29705
|
+
Path,
|
|
29706
|
+
{
|
|
29707
|
+
d: MORE_HORIZONTAL_PATH,
|
|
29708
|
+
stroke: color,
|
|
29709
|
+
strokeWidth,
|
|
29710
|
+
strokeLinecap: "round",
|
|
29711
|
+
strokeLinejoin: "round"
|
|
29712
|
+
}
|
|
29713
|
+
) });
|
|
29714
|
+
}
|
|
29715
|
+
|
|
29696
29716
|
// src/icons/Navigate/navigatePath.ts
|
|
29697
29717
|
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";
|
|
29698
29718
|
function NavigateIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
@@ -29918,6 +29938,21 @@ function StarFilledIcon({
|
|
|
29918
29938
|
) });
|
|
29919
29939
|
}
|
|
29920
29940
|
|
|
29941
|
+
// src/icons/TableView/tableViewPath.ts
|
|
29942
|
+
var TABLE_VIEW_PATH = "M1 6L16 6M6 1L6 16M5 1H12C13.4001 1 14.1002 1 14.635 1.27248C15.1054 1.51217 15.4878 1.89462 15.7275 2.36502C16 2.8998 16 3.59987 16 5V12C16 13.4001 16 14.1002 15.7275 14.635C15.4878 15.1054 15.1054 15.4878 14.635 15.7275C14.1002 16 13.4001 16 12 16H5C3.59987 16 2.8998 16 2.36502 15.7275C1.89462 15.4878 1.51217 15.1054 1.27248 14.635C1 14.1002 1 13.4001 1 12V5C1 3.59987 1 2.8998 1.27248 2.36502C1.51217 1.89462 1.89462 1.51217 2.36502 1.27248C2.8998 1 3.59987 1 5 1Z";
|
|
29943
|
+
function TableViewIcon({ size = 17, color = colors.grey400, strokeWidth = 2 }) {
|
|
29944
|
+
return /* @__PURE__ */ jsx(Svg20, { width: size, height: size, viewBox: "0 0 17 17", fill: "none", children: /* @__PURE__ */ jsx(
|
|
29945
|
+
Path,
|
|
29946
|
+
{
|
|
29947
|
+
d: TABLE_VIEW_PATH,
|
|
29948
|
+
stroke: color,
|
|
29949
|
+
strokeWidth,
|
|
29950
|
+
strokeLinecap: "round",
|
|
29951
|
+
strokeLinejoin: "round"
|
|
29952
|
+
}
|
|
29953
|
+
) });
|
|
29954
|
+
}
|
|
29955
|
+
|
|
29921
29956
|
// src/icons/User/userPath.ts
|
|
29922
29957
|
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";
|
|
29923
29958
|
function UserIcon({ size = 20, color = colors.primary, strokeWidth = 2 }) {
|
|
@@ -30043,6 +30078,7 @@ var icons = {
|
|
|
30043
30078
|
menu: MenuIcon,
|
|
30044
30079
|
menuLines: MenuLinesIcon,
|
|
30045
30080
|
minus: MinusIcon,
|
|
30081
|
+
moreHorizontal: MoreHorizontalIcon,
|
|
30046
30082
|
navigate: NavigateIcon,
|
|
30047
30083
|
noSmoking: NoSmokingIcon,
|
|
30048
30084
|
paw: PawIcon,
|
|
@@ -30062,6 +30098,7 @@ var icons = {
|
|
|
30062
30098
|
sort: SortIcon,
|
|
30063
30099
|
star: StarIcon,
|
|
30064
30100
|
starFilled: StarFilledIcon,
|
|
30101
|
+
tableView: TableViewIcon,
|
|
30065
30102
|
tooltipArrow: TooltipArrowIcon,
|
|
30066
30103
|
trash: TrashIcon,
|
|
30067
30104
|
user: UserIcon,
|
|
@@ -30086,7 +30123,8 @@ var iconGroups = {
|
|
|
30086
30123
|
"mapView",
|
|
30087
30124
|
"menu",
|
|
30088
30125
|
"menuLines",
|
|
30089
|
-
"navigate"
|
|
30126
|
+
"navigate",
|
|
30127
|
+
"tableView"
|
|
30090
30128
|
],
|
|
30091
30129
|
actions: [
|
|
30092
30130
|
"show",
|
|
@@ -30117,6 +30155,7 @@ var iconGroups = {
|
|
|
30117
30155
|
"star",
|
|
30118
30156
|
"starFilled",
|
|
30119
30157
|
"minus",
|
|
30158
|
+
"moreHorizontal",
|
|
30120
30159
|
"plus",
|
|
30121
30160
|
"refresh",
|
|
30122
30161
|
"refundStatus",
|
|
@@ -30514,7 +30553,87 @@ var styles2 = StyleSheet.create({
|
|
|
30514
30553
|
flex: 1
|
|
30515
30554
|
}
|
|
30516
30555
|
});
|
|
30517
|
-
var
|
|
30556
|
+
var ICON_SLOT_SIZE = 41;
|
|
30557
|
+
var ICON_SIZE2 = 20;
|
|
30558
|
+
var InfoCardV2 = forwardRef(
|
|
30559
|
+
function InfoCardV22({
|
|
30560
|
+
label,
|
|
30561
|
+
value,
|
|
30562
|
+
icon: Icon2,
|
|
30563
|
+
iconProps,
|
|
30564
|
+
iconSize = ICON_SIZE2,
|
|
30565
|
+
style,
|
|
30566
|
+
className,
|
|
30567
|
+
accessibilityLabel,
|
|
30568
|
+
...rest
|
|
30569
|
+
}, forwardedRef) {
|
|
30570
|
+
const containerRef = useRef(null);
|
|
30571
|
+
const setContainerRef = useMemo(() => mergeRefs(containerRef, forwardedRef), [forwardedRef]);
|
|
30572
|
+
useApplyWebClassName(containerRef, className?.trim() || void 0);
|
|
30573
|
+
return /* @__PURE__ */ jsxs(
|
|
30574
|
+
View,
|
|
30575
|
+
{
|
|
30576
|
+
...rest,
|
|
30577
|
+
ref: setContainerRef,
|
|
30578
|
+
accessibilityRole: "text",
|
|
30579
|
+
accessibilityLabel: accessibilityLabel ?? `${label}. ${value}`,
|
|
30580
|
+
style: [styles3.root, style],
|
|
30581
|
+
children: [
|
|
30582
|
+
/* @__PURE__ */ jsx(View, { style: styles3.iconSlot, children: /* @__PURE__ */ jsx(Icon2, { ...iconProps, size: iconSize, color: iconProps?.color ?? colors.primary }) }),
|
|
30583
|
+
/* @__PURE__ */ jsxs(View, { style: styles3.content, children: [
|
|
30584
|
+
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style: styles3.label, children: label }),
|
|
30585
|
+
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style: styles3.value, children: value })
|
|
30586
|
+
] })
|
|
30587
|
+
]
|
|
30588
|
+
}
|
|
30589
|
+
);
|
|
30590
|
+
}
|
|
30591
|
+
);
|
|
30592
|
+
var styles3 = StyleSheet.create({
|
|
30593
|
+
root: {
|
|
30594
|
+
minHeight: 65,
|
|
30595
|
+
padding: 12,
|
|
30596
|
+
flexDirection: "row",
|
|
30597
|
+
alignItems: "center",
|
|
30598
|
+
flexGrow: 1,
|
|
30599
|
+
flexShrink: 0,
|
|
30600
|
+
flexBasis: 0,
|
|
30601
|
+
gap: 16,
|
|
30602
|
+
borderRadius: 16,
|
|
30603
|
+
backgroundColor: colors.grey700
|
|
30604
|
+
},
|
|
30605
|
+
iconSlot: {
|
|
30606
|
+
width: ICON_SLOT_SIZE,
|
|
30607
|
+
height: ICON_SLOT_SIZE,
|
|
30608
|
+
borderRadius: 10,
|
|
30609
|
+
alignItems: "center",
|
|
30610
|
+
justifyContent: "center",
|
|
30611
|
+
flexShrink: 0,
|
|
30612
|
+
backgroundColor: colors.grey600
|
|
30613
|
+
},
|
|
30614
|
+
content: {
|
|
30615
|
+
minWidth: 0,
|
|
30616
|
+
flexShrink: 1,
|
|
30617
|
+
gap: 6
|
|
30618
|
+
},
|
|
30619
|
+
label: {
|
|
30620
|
+
fontFamily: fonts.sans,
|
|
30621
|
+
fontSize: 14,
|
|
30622
|
+
fontWeight: "500",
|
|
30623
|
+
lineHeight: 16,
|
|
30624
|
+
letterSpacing: 0,
|
|
30625
|
+
color: colors.lightGrey
|
|
30626
|
+
},
|
|
30627
|
+
value: {
|
|
30628
|
+
fontFamily: fonts.sans,
|
|
30629
|
+
fontSize: 16,
|
|
30630
|
+
fontWeight: "700",
|
|
30631
|
+
lineHeight: 19,
|
|
30632
|
+
letterSpacing: 0,
|
|
30633
|
+
color: colors.white
|
|
30634
|
+
}
|
|
30635
|
+
});
|
|
30636
|
+
var ICON_SIZE3 = 16;
|
|
30518
30637
|
var BACKGROUND_COLOR = "#09090966";
|
|
30519
30638
|
var webBlurStyle = Platform.OS === "web" ? {
|
|
30520
30639
|
backdropFilter: "blur(10px)",
|
|
@@ -30555,10 +30674,10 @@ var FavoritesButton = forwardRef(
|
|
|
30555
30674
|
hitSlop,
|
|
30556
30675
|
onPress: handlePress,
|
|
30557
30676
|
style: ({ pressed }) => [
|
|
30558
|
-
|
|
30677
|
+
styles4.button,
|
|
30559
30678
|
webBlurStyle,
|
|
30560
|
-
pressed &&
|
|
30561
|
-
disabled &&
|
|
30679
|
+
pressed && styles4.pressed,
|
|
30680
|
+
disabled && styles4.disabled,
|
|
30562
30681
|
style
|
|
30563
30682
|
],
|
|
30564
30683
|
children: /* @__PURE__ */ jsx(
|
|
@@ -30566,7 +30685,7 @@ var FavoritesButton = forwardRef(
|
|
|
30566
30685
|
{
|
|
30567
30686
|
color: isActive ? colors.red : colors.white,
|
|
30568
30687
|
fillOpacity: isActive ? 1 : 0,
|
|
30569
|
-
size:
|
|
30688
|
+
size: ICON_SIZE3,
|
|
30570
30689
|
strokeWidth: 2
|
|
30571
30690
|
}
|
|
30572
30691
|
)
|
|
@@ -30574,7 +30693,7 @@ var FavoritesButton = forwardRef(
|
|
|
30574
30693
|
);
|
|
30575
30694
|
}
|
|
30576
30695
|
);
|
|
30577
|
-
var
|
|
30696
|
+
var styles4 = StyleSheet.create({
|
|
30578
30697
|
button: {
|
|
30579
30698
|
padding: 12,
|
|
30580
30699
|
gap: 10,
|
|
@@ -30593,6 +30712,44 @@ var styles3 = StyleSheet.create({
|
|
|
30593
30712
|
opacity: 0.5
|
|
30594
30713
|
}
|
|
30595
30714
|
});
|
|
30715
|
+
var webBlurStyle2 = Platform.OS === "web" ? {
|
|
30716
|
+
backdropFilter: "blur(10px)",
|
|
30717
|
+
WebkitBackdropFilter: "blur(10px)"
|
|
30718
|
+
} : {};
|
|
30719
|
+
var IconStatusBadge = forwardRef(
|
|
30720
|
+
function IconStatusBadge2({ label, icon: Icon2, iconProps, iconSize = 16, style, className, ...rest }, forwardedRef) {
|
|
30721
|
+
const badgeRef = useRef(null);
|
|
30722
|
+
const setBadgeRef = useMemo(() => mergeRefs(badgeRef, forwardedRef), [forwardedRef]);
|
|
30723
|
+
useApplyWebClassName(badgeRef, className);
|
|
30724
|
+
return /* @__PURE__ */ jsxs(View, { ...rest, ref: setBadgeRef, style: [styles5.root, webBlurStyle2, style], children: [
|
|
30725
|
+
/* @__PURE__ */ jsx(Icon2, { ...iconProps, size: iconSize }),
|
|
30726
|
+
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style: styles5.label, children: label })
|
|
30727
|
+
] });
|
|
30728
|
+
}
|
|
30729
|
+
);
|
|
30730
|
+
var styles5 = StyleSheet.create({
|
|
30731
|
+
root: {
|
|
30732
|
+
minHeight: 34,
|
|
30733
|
+
paddingHorizontal: 12,
|
|
30734
|
+
paddingVertical: 8,
|
|
30735
|
+
flexDirection: "row",
|
|
30736
|
+
alignItems: "center",
|
|
30737
|
+
justifyContent: "center",
|
|
30738
|
+
gap: 10,
|
|
30739
|
+
alignSelf: "flex-start",
|
|
30740
|
+
borderRadius: 39,
|
|
30741
|
+
borderWidth: 1,
|
|
30742
|
+
borderColor: colors.whiteAlpha10,
|
|
30743
|
+
backgroundColor: "#09090966"
|
|
30744
|
+
},
|
|
30745
|
+
label: {
|
|
30746
|
+
color: colors.white,
|
|
30747
|
+
fontFamily: fonts.sans,
|
|
30748
|
+
fontSize: 12,
|
|
30749
|
+
fontWeight: "700",
|
|
30750
|
+
lineHeight: 15
|
|
30751
|
+
}
|
|
30752
|
+
});
|
|
30596
30753
|
|
|
30597
30754
|
// src/primitives/BrandLogo/brandLogoPaths.ts
|
|
30598
30755
|
var BRAND_LOGO_PATHS = [
|
|
@@ -30752,7 +30909,7 @@ var Avatar = forwardRef(function Avatar2({
|
|
|
30752
30909
|
}, [isOpen, closeAndFocusTrigger]);
|
|
30753
30910
|
const hasImage = Boolean(imageUrl) && !imageFailed;
|
|
30754
30911
|
const resolvedAccessibilityLabel = accessibilityLabel ?? [name, email].filter(Boolean).join(", ");
|
|
30755
|
-
return /* @__PURE__ */ jsxs(View, { ref: wrapperRef, style: [
|
|
30912
|
+
return /* @__PURE__ */ jsxs(View, { ref: wrapperRef, style: [styles6.wrapper, isOpen && styles6.wrapperOpen], children: [
|
|
30756
30913
|
/* @__PURE__ */ jsxs(
|
|
30757
30914
|
Pressable,
|
|
30758
30915
|
{
|
|
@@ -30764,25 +30921,25 @@ var Avatar = forwardRef(function Avatar2({
|
|
|
30764
30921
|
accessibilityRole: isInteractive ? "button" : void 0,
|
|
30765
30922
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
30766
30923
|
accessibilityState: isInteractive ? { disabled, expanded: hasMenu ? isOpen : void 0 } : void 0,
|
|
30767
|
-
style: [
|
|
30924
|
+
style: [styles6.root, disabled && styles6.disabled, style],
|
|
30768
30925
|
children: [
|
|
30769
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
30926
|
+
/* @__PURE__ */ jsx(View, { style: styles6.imageWrap, children: hasImage ? /* @__PURE__ */ jsx(
|
|
30770
30927
|
Image,
|
|
30771
30928
|
{
|
|
30772
30929
|
source: { uri: imageUrl ?? void 0 },
|
|
30773
|
-
style:
|
|
30930
|
+
style: styles6.image,
|
|
30774
30931
|
onError: () => setImageFailed(true)
|
|
30775
30932
|
}
|
|
30776
|
-
) : /* @__PURE__ */ jsx(View, { style:
|
|
30777
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
30778
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
30779
|
-
email ? /* @__PURE__ */ jsx(Text, { style:
|
|
30933
|
+
) : /* @__PURE__ */ jsx(View, { style: styles6.imageFallback, children: /* @__PURE__ */ jsx(UserIcon, { size: FALLBACK_ICON_SIZE, color: colors.primary }) }) }),
|
|
30934
|
+
/* @__PURE__ */ jsxs(View, { style: styles6.textColumn, children: [
|
|
30935
|
+
/* @__PURE__ */ jsx(Text, { style: styles6.name, numberOfLines: 1, children: name }),
|
|
30936
|
+
email ? /* @__PURE__ */ jsx(Text, { style: styles6.email, numberOfLines: 1, children: email }) : null
|
|
30780
30937
|
] }),
|
|
30781
|
-
showChevron ? /* @__PURE__ */ jsx(View, { style: [
|
|
30938
|
+
showChevron ? /* @__PURE__ */ jsx(View, { style: [styles6.chevronSlot, isOpen && styles6.chevronOpen], children: /* @__PURE__ */ jsx(ChevronDownIcon, { size: CHEVRON_SIZE, color: isOpen ? colors.primary : colors.grey100 }) }) : null
|
|
30782
30939
|
]
|
|
30783
30940
|
}
|
|
30784
30941
|
),
|
|
30785
|
-
hasMenu && isOpen ? /* @__PURE__ */ jsx(View, { style: [
|
|
30942
|
+
hasMenu && isOpen ? /* @__PURE__ */ jsx(View, { style: [styles6.menu, menuWidth != null && { right: void 0, width: menuWidth }], children: resolvedMenuItems.map((item) => {
|
|
30786
30943
|
const itemKey = item.key ?? item.label;
|
|
30787
30944
|
return /* @__PURE__ */ jsx(
|
|
30788
30945
|
MenuItem,
|
|
@@ -30799,7 +30956,7 @@ var Avatar = forwardRef(function Avatar2({
|
|
|
30799
30956
|
}) }) : null
|
|
30800
30957
|
] });
|
|
30801
30958
|
});
|
|
30802
|
-
var
|
|
30959
|
+
var styles6 = StyleSheet.create({
|
|
30803
30960
|
wrapper: {
|
|
30804
30961
|
position: "relative",
|
|
30805
30962
|
alignSelf: "flex-start"
|
|
@@ -30910,23 +31067,23 @@ var AvatarSimple = forwardRef(
|
|
|
30910
31067
|
{
|
|
30911
31068
|
...rest,
|
|
30912
31069
|
ref: setContainerRef,
|
|
30913
|
-
style: [
|
|
31070
|
+
style: [styles7.root, compact ? styles7.rootCompact : styles7.rootCard, style],
|
|
30914
31071
|
accessibilityRole: "summary",
|
|
30915
31072
|
accessibilityLabel: `${name}, ${email}`,
|
|
30916
31073
|
children: [
|
|
30917
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
31074
|
+
/* @__PURE__ */ jsx(View, { style: styles7.avatar, children: showImage ? /* @__PURE__ */ jsx(
|
|
30918
31075
|
Image,
|
|
30919
31076
|
{
|
|
30920
31077
|
source: { uri: imageUrl ?? void 0 },
|
|
30921
|
-
style:
|
|
31078
|
+
style: styles7.avatarImage,
|
|
30922
31079
|
onError: () => setImageFailed(true),
|
|
30923
31080
|
accessibilityIgnoresInvertColors: true
|
|
30924
31081
|
}
|
|
30925
31082
|
) : null }),
|
|
30926
|
-
!compact ? /* @__PURE__ */ jsxs(View, { style:
|
|
30927
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
30928
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
30929
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
31083
|
+
!compact ? /* @__PURE__ */ jsxs(View, { style: styles7.details, children: [
|
|
31084
|
+
/* @__PURE__ */ jsxs(View, { style: styles7.textBlock, children: [
|
|
31085
|
+
/* @__PURE__ */ jsx(Text, { style: styles7.name, numberOfLines: 1, ellipsizeMode: "tail", children: name }),
|
|
31086
|
+
/* @__PURE__ */ jsx(Text, { style: styles7.email, numberOfLines: 1, ellipsizeMode: "tail", children: email })
|
|
30930
31087
|
] }),
|
|
30931
31088
|
/* @__PURE__ */ jsx(
|
|
30932
31089
|
Pressable,
|
|
@@ -30935,7 +31092,7 @@ var AvatarSimple = forwardRef(
|
|
|
30935
31092
|
accessibilityRole: "button",
|
|
30936
31093
|
accessibilityLabel: logOutAccessibilityLabel,
|
|
30937
31094
|
hitSlop: 8,
|
|
30938
|
-
style:
|
|
31095
|
+
style: styles7.logOutButton,
|
|
30939
31096
|
children: /* @__PURE__ */ jsx(LogOutIcon, { color: colors.primary, size: LOG_OUT_SIZE, strokeWidth: 2 })
|
|
30940
31097
|
}
|
|
30941
31098
|
)
|
|
@@ -30945,7 +31102,7 @@ var AvatarSimple = forwardRef(
|
|
|
30945
31102
|
);
|
|
30946
31103
|
}
|
|
30947
31104
|
);
|
|
30948
|
-
var
|
|
31105
|
+
var styles7 = StyleSheet.create({
|
|
30949
31106
|
root: {
|
|
30950
31107
|
flexDirection: "row",
|
|
30951
31108
|
alignItems: "center",
|
|
@@ -31054,15 +31211,15 @@ var AccountHeader = forwardRef(
|
|
|
31054
31211
|
...webClassName(className),
|
|
31055
31212
|
ref: setContainerRef,
|
|
31056
31213
|
accessibilityRole: "header",
|
|
31057
|
-
style: [
|
|
31214
|
+
style: [styles8.base, style],
|
|
31058
31215
|
children: [
|
|
31059
31216
|
/* @__PURE__ */ jsxs(
|
|
31060
31217
|
View,
|
|
31061
31218
|
{
|
|
31062
31219
|
style: [
|
|
31063
|
-
|
|
31064
|
-
showBack ?
|
|
31065
|
-
showMenu ?
|
|
31220
|
+
styles8.start,
|
|
31221
|
+
showBack ? styles8.startWithBack : null,
|
|
31222
|
+
showMenu ? styles8.startWithMenu : null
|
|
31066
31223
|
],
|
|
31067
31224
|
children: [
|
|
31068
31225
|
showBack ? /* @__PURE__ */ jsx(
|
|
@@ -31072,7 +31229,7 @@ var AccountHeader = forwardRef(
|
|
|
31072
31229
|
accessibilityLabel: backAccessibilityLabel,
|
|
31073
31230
|
hitSlop: 8,
|
|
31074
31231
|
onPress: onBackPress,
|
|
31075
|
-
style:
|
|
31232
|
+
style: styles8.iconButton,
|
|
31076
31233
|
children: /* @__PURE__ */ jsx(
|
|
31077
31234
|
ChevronLeftIcon,
|
|
31078
31235
|
{
|
|
@@ -31093,34 +31250,34 @@ var AccountHeader = forwardRef(
|
|
|
31093
31250
|
accessibilityLabel: menuAccessibilityLabel,
|
|
31094
31251
|
hitSlop: 8,
|
|
31095
31252
|
onPress: onMenuPress,
|
|
31096
|
-
style:
|
|
31253
|
+
style: styles8.menuButton,
|
|
31097
31254
|
children: /* @__PURE__ */ jsx(MenuLinesIcon, { color: colors.white, size: MENU_ICON_SIZE, strokeWidth: 2 })
|
|
31098
31255
|
}
|
|
31099
31256
|
) : null,
|
|
31100
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
31257
|
+
/* @__PURE__ */ jsxs(View, { style: styles8.titleRow, children: [
|
|
31101
31258
|
/* @__PURE__ */ jsx(
|
|
31102
31259
|
Text,
|
|
31103
31260
|
{
|
|
31104
31261
|
...webClassName("account-header-title"),
|
|
31105
31262
|
numberOfLines: 1,
|
|
31106
|
-
style: [
|
|
31263
|
+
style: [styles8.title, titleStyle],
|
|
31107
31264
|
children: title
|
|
31108
31265
|
}
|
|
31109
31266
|
),
|
|
31110
|
-
badge != null ? /* @__PURE__ */ jsx(View, { style:
|
|
31267
|
+
badge != null ? /* @__PURE__ */ jsx(View, { style: styles8.badgeSlot, children: badge }) : null
|
|
31111
31268
|
] })
|
|
31112
31269
|
]
|
|
31113
31270
|
}
|
|
31114
31271
|
),
|
|
31115
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
31116
|
-
languageSlot != null ? /* @__PURE__ */ jsx(View, { style:
|
|
31272
|
+
/* @__PURE__ */ jsxs(View, { style: styles8.end, children: [
|
|
31273
|
+
languageSlot != null ? /* @__PURE__ */ jsx(View, { style: styles8.languageSlot, children: languageSlot }) : null,
|
|
31117
31274
|
/* @__PURE__ */ jsx(
|
|
31118
31275
|
Pressable,
|
|
31119
31276
|
{
|
|
31120
31277
|
accessibilityRole: "button",
|
|
31121
31278
|
accessibilityLabel: notificationsAccessibilityLabel,
|
|
31122
31279
|
onPress: onNotificationsPress,
|
|
31123
|
-
style:
|
|
31280
|
+
style: styles8.iconButton,
|
|
31124
31281
|
children: /* @__PURE__ */ jsx(BellIcon, { color: colors.white, size: ICON_BUTTON_ICON_SIZE, strokeWidth: 1.5 })
|
|
31125
31282
|
}
|
|
31126
31283
|
)
|
|
@@ -31130,7 +31287,7 @@ var AccountHeader = forwardRef(
|
|
|
31130
31287
|
);
|
|
31131
31288
|
}
|
|
31132
31289
|
);
|
|
31133
|
-
var
|
|
31290
|
+
var styles8 = StyleSheet.create({
|
|
31134
31291
|
base: {
|
|
31135
31292
|
height: HEADER_HEIGHT,
|
|
31136
31293
|
width: "100%",
|
|
@@ -31213,8 +31370,8 @@ var styles6 = StyleSheet.create({
|
|
|
31213
31370
|
flexShrink: 0
|
|
31214
31371
|
}
|
|
31215
31372
|
});
|
|
31216
|
-
var
|
|
31217
|
-
var
|
|
31373
|
+
var ICON_SIZE4 = 20;
|
|
31374
|
+
var webBlurStyle3 = Platform.OS === "web" ? {
|
|
31218
31375
|
backdropFilter: "blur(10.3px)",
|
|
31219
31376
|
WebkitBackdropFilter: "blur(10.3px)"
|
|
31220
31377
|
} : {};
|
|
@@ -31244,22 +31401,22 @@ var Badge = forwardRef(function Badge2({ label, variant = "default", icon: Icon2
|
|
|
31244
31401
|
...rest,
|
|
31245
31402
|
ref: setContainerRef,
|
|
31246
31403
|
style: [
|
|
31247
|
-
|
|
31404
|
+
styles9.base,
|
|
31248
31405
|
{ backgroundColor: preset.backgroundColor },
|
|
31249
|
-
preset.border ?
|
|
31250
|
-
preset.blur ?
|
|
31406
|
+
preset.border ? styles9.transparentBorder : null,
|
|
31407
|
+
preset.blur ? webBlurStyle3 : null,
|
|
31251
31408
|
style
|
|
31252
31409
|
],
|
|
31253
31410
|
accessibilityRole: "text",
|
|
31254
31411
|
accessibilityLabel: accessibilityLabel ?? label,
|
|
31255
31412
|
children: [
|
|
31256
|
-
Icon2 ? /* @__PURE__ */ jsx(View, { style:
|
|
31257
|
-
/* @__PURE__ */ jsx(Text, { style: [
|
|
31413
|
+
Icon2 ? /* @__PURE__ */ jsx(View, { style: styles9.iconSlot, children: /* @__PURE__ */ jsx(Icon2, { size: ICON_SIZE4, color: preset.iconColor }) }) : null,
|
|
31414
|
+
/* @__PURE__ */ jsx(Text, { style: [styles9.label, Platform.OS === "android" ? styles9.labelAndroid : null], children: label })
|
|
31258
31415
|
]
|
|
31259
31416
|
}
|
|
31260
31417
|
);
|
|
31261
31418
|
});
|
|
31262
|
-
var
|
|
31419
|
+
var styles9 = StyleSheet.create({
|
|
31263
31420
|
base: {
|
|
31264
31421
|
flexDirection: "row",
|
|
31265
31422
|
alignItems: "center",
|
|
@@ -31280,8 +31437,8 @@ var styles7 = StyleSheet.create({
|
|
|
31280
31437
|
borderStyle: "solid"
|
|
31281
31438
|
},
|
|
31282
31439
|
iconSlot: {
|
|
31283
|
-
width:
|
|
31284
|
-
height:
|
|
31440
|
+
width: ICON_SIZE4,
|
|
31441
|
+
height: ICON_SIZE4,
|
|
31285
31442
|
alignItems: "center",
|
|
31286
31443
|
justifyContent: "center",
|
|
31287
31444
|
flexShrink: 0
|
|
@@ -31308,7 +31465,7 @@ var toneConfig = {
|
|
|
31308
31465
|
color: colors.red
|
|
31309
31466
|
}
|
|
31310
31467
|
};
|
|
31311
|
-
var
|
|
31468
|
+
var webBlurStyle4 = Platform.OS === "web" ? {
|
|
31312
31469
|
backdropFilter: "blur(39.5px)",
|
|
31313
31470
|
WebkitBackdropFilter: "blur(39.5px)"
|
|
31314
31471
|
} : {};
|
|
@@ -31325,14 +31482,14 @@ var StatusBadge = forwardRef(
|
|
|
31325
31482
|
ref: setContainerRef,
|
|
31326
31483
|
accessibilityRole: "text",
|
|
31327
31484
|
accessibilityLabel: accessibilityLabel ?? label,
|
|
31328
|
-
style: [
|
|
31485
|
+
style: [styles10.base, { backgroundColor: preset.backgroundColor }, webBlurStyle4, style],
|
|
31329
31486
|
children: /* @__PURE__ */ jsx(
|
|
31330
31487
|
Text,
|
|
31331
31488
|
{
|
|
31332
31489
|
style: [
|
|
31333
|
-
|
|
31490
|
+
styles10.label,
|
|
31334
31491
|
{ color: preset.color },
|
|
31335
|
-
Platform.OS === "android" ?
|
|
31492
|
+
Platform.OS === "android" ? styles10.labelAndroid : null
|
|
31336
31493
|
],
|
|
31337
31494
|
children: label
|
|
31338
31495
|
}
|
|
@@ -31341,7 +31498,7 @@ var StatusBadge = forwardRef(
|
|
|
31341
31498
|
);
|
|
31342
31499
|
}
|
|
31343
31500
|
);
|
|
31344
|
-
var
|
|
31501
|
+
var styles10 = StyleSheet.create({
|
|
31345
31502
|
base: {
|
|
31346
31503
|
height: 28,
|
|
31347
31504
|
minHeight: 28,
|
|
@@ -31393,7 +31550,7 @@ var PaginationDots = forwardRef(
|
|
|
31393
31550
|
ref: setContainerRef,
|
|
31394
31551
|
accessibilityRole: "adjustable",
|
|
31395
31552
|
accessibilityLabel: accessibilityLabel ?? `Slide ${safeActive + 1} of ${safeCount}`,
|
|
31396
|
-
style: [
|
|
31553
|
+
style: [styles11.root, style],
|
|
31397
31554
|
children: Array.from({ length: safeCount }, (_, index) => {
|
|
31398
31555
|
const active = index === safeActive;
|
|
31399
31556
|
return /* @__PURE__ */ jsx(
|
|
@@ -31406,8 +31563,8 @@ var PaginationDots = forwardRef(
|
|
|
31406
31563
|
hitSlop: 8,
|
|
31407
31564
|
onPress: () => onDotPress?.(index),
|
|
31408
31565
|
style: [
|
|
31409
|
-
|
|
31410
|
-
active ? [
|
|
31566
|
+
styles11.dot,
|
|
31567
|
+
active ? [styles11.dotActive, { width: pillWidth }] : styles11.dotInactive
|
|
31411
31568
|
]
|
|
31412
31569
|
},
|
|
31413
31570
|
index
|
|
@@ -31417,7 +31574,7 @@ var PaginationDots = forwardRef(
|
|
|
31417
31574
|
);
|
|
31418
31575
|
}
|
|
31419
31576
|
);
|
|
31420
|
-
var
|
|
31577
|
+
var styles11 = StyleSheet.create({
|
|
31421
31578
|
root: {
|
|
31422
31579
|
width: TRACK_WIDTH,
|
|
31423
31580
|
flexDirection: "row",
|
|
@@ -31439,7 +31596,7 @@ var styles9 = StyleSheet.create({
|
|
|
31439
31596
|
});
|
|
31440
31597
|
var WIDTH = 121;
|
|
31441
31598
|
var HEIGHT = 48;
|
|
31442
|
-
var
|
|
31599
|
+
var ICON_SIZE5 = 24;
|
|
31443
31600
|
var StepPager = forwardRef(function StepPager2({
|
|
31444
31601
|
index,
|
|
31445
31602
|
count,
|
|
@@ -31473,7 +31630,7 @@ var StepPager = forwardRef(function StepPager2({
|
|
|
31473
31630
|
now: safeCount === 0 ? 0 : safeIndex + 1,
|
|
31474
31631
|
text: label
|
|
31475
31632
|
},
|
|
31476
|
-
style: [
|
|
31633
|
+
style: [styles12.root, webBlurStyle5, style],
|
|
31477
31634
|
children: [
|
|
31478
31635
|
/* @__PURE__ */ jsx(
|
|
31479
31636
|
Pressable,
|
|
@@ -31484,11 +31641,11 @@ var StepPager = forwardRef(function StepPager2({
|
|
|
31484
31641
|
accessibilityRole: "button",
|
|
31485
31642
|
accessibilityLabel: previousAccessibilityLabel,
|
|
31486
31643
|
accessibilityState: { disabled: atStart || !onPrevious },
|
|
31487
|
-
style: [
|
|
31488
|
-
children: /* @__PURE__ */ jsx(ChevronLeftIcon, { size:
|
|
31644
|
+
style: [styles12.navButton, (atStart || !onPrevious) && styles12.navDisabled],
|
|
31645
|
+
children: /* @__PURE__ */ jsx(ChevronLeftIcon, { size: ICON_SIZE5, color: colors.white, strokeWidth: 2 })
|
|
31489
31646
|
}
|
|
31490
31647
|
),
|
|
31491
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
31648
|
+
/* @__PURE__ */ jsx(Text, { style: styles12.label, children: label }),
|
|
31492
31649
|
/* @__PURE__ */ jsx(
|
|
31493
31650
|
Pressable,
|
|
31494
31651
|
{
|
|
@@ -31498,19 +31655,19 @@ var StepPager = forwardRef(function StepPager2({
|
|
|
31498
31655
|
accessibilityRole: "button",
|
|
31499
31656
|
accessibilityLabel: nextAccessibilityLabel,
|
|
31500
31657
|
accessibilityState: { disabled: atEnd || !onNext },
|
|
31501
|
-
style: [
|
|
31502
|
-
children: /* @__PURE__ */ jsx(View, { style:
|
|
31658
|
+
style: [styles12.navButton, (atEnd || !onNext) && styles12.navDisabled],
|
|
31659
|
+
children: /* @__PURE__ */ jsx(View, { style: styles12.chevronRight, children: /* @__PURE__ */ jsx(ChevronLeftIcon, { size: ICON_SIZE5, color: colors.white, strokeWidth: 2 }) })
|
|
31503
31660
|
}
|
|
31504
31661
|
)
|
|
31505
31662
|
]
|
|
31506
31663
|
}
|
|
31507
31664
|
);
|
|
31508
31665
|
});
|
|
31509
|
-
var
|
|
31666
|
+
var webBlurStyle5 = Platform.OS === "web" ? {
|
|
31510
31667
|
backdropFilter: "blur(50px)",
|
|
31511
31668
|
WebkitBackdropFilter: "blur(50px)"
|
|
31512
31669
|
} : {};
|
|
31513
|
-
var
|
|
31670
|
+
var styles12 = StyleSheet.create({
|
|
31514
31671
|
root: {
|
|
31515
31672
|
width: WIDTH,
|
|
31516
31673
|
height: HEIGHT,
|
|
@@ -31524,8 +31681,8 @@ var styles10 = StyleSheet.create({
|
|
|
31524
31681
|
overflow: "hidden"
|
|
31525
31682
|
},
|
|
31526
31683
|
navButton: {
|
|
31527
|
-
width:
|
|
31528
|
-
height:
|
|
31684
|
+
width: ICON_SIZE5,
|
|
31685
|
+
height: ICON_SIZE5,
|
|
31529
31686
|
alignItems: "center",
|
|
31530
31687
|
justifyContent: "center"
|
|
31531
31688
|
},
|
|
@@ -31546,13 +31703,13 @@ var styles10 = StyleSheet.create({
|
|
|
31546
31703
|
}
|
|
31547
31704
|
});
|
|
31548
31705
|
var ICON_SLOT = 36;
|
|
31549
|
-
var
|
|
31706
|
+
var ICON_SIZE6 = 20;
|
|
31550
31707
|
var InfoTile = forwardRef(function InfoTile2({
|
|
31551
31708
|
title,
|
|
31552
31709
|
description,
|
|
31553
31710
|
icon: Icon2,
|
|
31554
31711
|
iconProps,
|
|
31555
|
-
iconSize =
|
|
31712
|
+
iconSize = ICON_SIZE6,
|
|
31556
31713
|
iconSlotBackgroundColor = colors.grey600,
|
|
31557
31714
|
style,
|
|
31558
31715
|
className,
|
|
@@ -31570,18 +31727,18 @@ var InfoTile = forwardRef(function InfoTile2({
|
|
|
31570
31727
|
ref: setContainerRef,
|
|
31571
31728
|
accessibilityRole: "text",
|
|
31572
31729
|
accessibilityLabel: accessibilityLabel ?? (hasDescription ? `${title}. ${description}` : title),
|
|
31573
|
-
style: [
|
|
31730
|
+
style: [styles13.root, style],
|
|
31574
31731
|
children: [
|
|
31575
|
-
/* @__PURE__ */ jsx(View, { style: [
|
|
31576
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
31577
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
31578
|
-
hasDescription ? /* @__PURE__ */ jsx(Text, { style:
|
|
31732
|
+
/* @__PURE__ */ jsx(View, { style: [styles13.iconSlot, { backgroundColor: iconSlotBackgroundColor }], children: /* @__PURE__ */ jsx(Icon2, { ...iconProps, size: iconSize, color: iconProps?.color ?? colors.white }) }),
|
|
31733
|
+
/* @__PURE__ */ jsxs(View, { style: styles13.textBlock, children: [
|
|
31734
|
+
/* @__PURE__ */ jsx(Text, { style: styles13.title, children: title }),
|
|
31735
|
+
hasDescription ? /* @__PURE__ */ jsx(Text, { style: styles13.description, children: description }) : null
|
|
31579
31736
|
] })
|
|
31580
31737
|
]
|
|
31581
31738
|
}
|
|
31582
31739
|
);
|
|
31583
31740
|
});
|
|
31584
|
-
var
|
|
31741
|
+
var styles13 = StyleSheet.create({
|
|
31585
31742
|
root: {
|
|
31586
31743
|
flexDirection: "row",
|
|
31587
31744
|
alignItems: "center",
|
|
@@ -31631,7 +31788,7 @@ var CARD_PADDING_DESKTOP = 24;
|
|
|
31631
31788
|
var CARD_GAP_MOBILE = 16;
|
|
31632
31789
|
var CARD_GAP_DESKTOP = 24;
|
|
31633
31790
|
var ICON_SLOT2 = 48;
|
|
31634
|
-
var
|
|
31791
|
+
var ICON_SIZE7 = 24;
|
|
31635
31792
|
var ICON_SLOT_BG = "#E38E5E0F";
|
|
31636
31793
|
var ICON_COLOR = "#B76533";
|
|
31637
31794
|
var ContactInfoCard = forwardRef(
|
|
@@ -31640,7 +31797,7 @@ var ContactInfoCard = forwardRef(
|
|
|
31640
31797
|
value,
|
|
31641
31798
|
icon: Icon2,
|
|
31642
31799
|
iconProps,
|
|
31643
|
-
iconSize =
|
|
31800
|
+
iconSize = ICON_SIZE7,
|
|
31644
31801
|
iconSlotBackgroundColor = ICON_SLOT_BG,
|
|
31645
31802
|
style,
|
|
31646
31803
|
className,
|
|
@@ -31660,7 +31817,7 @@ var ContactInfoCard = forwardRef(
|
|
|
31660
31817
|
accessibilityRole: "text",
|
|
31661
31818
|
accessibilityLabel: accessibilityLabel ?? `${title}. ${value}`,
|
|
31662
31819
|
style: [
|
|
31663
|
-
|
|
31820
|
+
styles14.root,
|
|
31664
31821
|
{
|
|
31665
31822
|
height: isDesktop ? CARD_HEIGHT_DESKTOP : CARD_HEIGHT_MOBILE,
|
|
31666
31823
|
gap: isDesktop ? CARD_GAP_DESKTOP : CARD_GAP_MOBILE,
|
|
@@ -31669,7 +31826,7 @@ var ContactInfoCard = forwardRef(
|
|
|
31669
31826
|
style
|
|
31670
31827
|
],
|
|
31671
31828
|
children: [
|
|
31672
|
-
/* @__PURE__ */ jsx(View, { style: [
|
|
31829
|
+
/* @__PURE__ */ jsx(View, { style: [styles14.iconSlot, { backgroundColor: iconSlotBackgroundColor }], children: /* @__PURE__ */ jsx(
|
|
31673
31830
|
Icon2,
|
|
31674
31831
|
{
|
|
31675
31832
|
...iconProps,
|
|
@@ -31678,16 +31835,16 @@ var ContactInfoCard = forwardRef(
|
|
|
31678
31835
|
strokeWidth: iconProps?.strokeWidth ?? 2
|
|
31679
31836
|
}
|
|
31680
31837
|
) }),
|
|
31681
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
31682
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
31683
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
31838
|
+
/* @__PURE__ */ jsxs(View, { style: styles14.textBlock, children: [
|
|
31839
|
+
/* @__PURE__ */ jsx(Text, { style: styles14.title, children: title }),
|
|
31840
|
+
/* @__PURE__ */ jsx(Text, { style: styles14.value, children: value })
|
|
31684
31841
|
] })
|
|
31685
31842
|
]
|
|
31686
31843
|
}
|
|
31687
31844
|
);
|
|
31688
31845
|
}
|
|
31689
31846
|
);
|
|
31690
|
-
var
|
|
31847
|
+
var styles14 = StyleSheet.create({
|
|
31691
31848
|
root: {
|
|
31692
31849
|
width: "100%",
|
|
31693
31850
|
flexDirection: "row",
|
|
@@ -31792,7 +31949,7 @@ var AccordionItem = forwardRef(
|
|
|
31792
31949
|
inputRange: [0, 1],
|
|
31793
31950
|
outputRange: ["0deg", "180deg"]
|
|
31794
31951
|
});
|
|
31795
|
-
const bodyTextStyle = [
|
|
31952
|
+
const bodyTextStyle = [styles15.body, { fontSize: bodyFontSize, lineHeight: bodyLineHeight }];
|
|
31796
31953
|
return /* @__PURE__ */ jsxs(
|
|
31797
31954
|
Pressable,
|
|
31798
31955
|
{
|
|
@@ -31803,19 +31960,19 @@ var AccordionItem = forwardRef(
|
|
|
31803
31960
|
accessibilityLabel: accessibilityLabel ?? title,
|
|
31804
31961
|
onPress: toggle,
|
|
31805
31962
|
style: [
|
|
31806
|
-
|
|
31963
|
+
styles15.root,
|
|
31807
31964
|
{
|
|
31808
31965
|
borderRadius: isDesktop ? RADIUS_DESKTOP : RADIUS_MOBILE,
|
|
31809
31966
|
paddingRight: paddingX,
|
|
31810
31967
|
paddingLeft: paddingX
|
|
31811
31968
|
},
|
|
31812
|
-
Platform.OS === "web" ?
|
|
31969
|
+
Platform.OS === "web" ? styles15.rootWeb : null,
|
|
31813
31970
|
style
|
|
31814
31971
|
],
|
|
31815
31972
|
children: [
|
|
31816
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
31817
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
31818
|
-
/* @__PURE__ */ jsx(Animated.View, { style: [
|
|
31973
|
+
/* @__PURE__ */ jsxs(View, { style: styles15.header, children: [
|
|
31974
|
+
/* @__PURE__ */ jsx(Text, { style: styles15.title, children: title }),
|
|
31975
|
+
/* @__PURE__ */ jsx(Animated.View, { style: [styles15.chevron, { transform: [{ rotate: chevronRotate }] }], children: /* @__PURE__ */ jsx(
|
|
31819
31976
|
ChevronDownIcon,
|
|
31820
31977
|
{
|
|
31821
31978
|
size: CHEVRON_SIZE2,
|
|
@@ -31827,19 +31984,19 @@ var AccordionItem = forwardRef(
|
|
|
31827
31984
|
/* @__PURE__ */ jsx(
|
|
31828
31985
|
View,
|
|
31829
31986
|
{
|
|
31830
|
-
style: [
|
|
31987
|
+
style: [styles15.measureHidden, { left: paddingX, right: paddingX }],
|
|
31831
31988
|
pointerEvents: "none",
|
|
31832
31989
|
onLayout: onBodyLayout,
|
|
31833
31990
|
children: /* @__PURE__ */ jsx(Text, { style: bodyTextStyle, children })
|
|
31834
31991
|
}
|
|
31835
31992
|
),
|
|
31836
|
-
/* @__PURE__ */ jsx(Animated.View, { style: [
|
|
31993
|
+
/* @__PURE__ */ jsx(Animated.View, { style: [styles15.bodyClip, { height: bodyHeight }], pointerEvents: "none", children: /* @__PURE__ */ jsx(View, { style: styles15.bodyInner, children: /* @__PURE__ */ jsx(Text, { style: bodyTextStyle, children }) }) })
|
|
31837
31994
|
]
|
|
31838
31995
|
}
|
|
31839
31996
|
);
|
|
31840
31997
|
}
|
|
31841
31998
|
);
|
|
31842
|
-
var
|
|
31999
|
+
var styles15 = StyleSheet.create({
|
|
31843
32000
|
root: {
|
|
31844
32001
|
width: "100%",
|
|
31845
32002
|
paddingTop: 16,
|
|
@@ -31898,7 +32055,7 @@ var ROW_GAP = 12;
|
|
|
31898
32055
|
var CONNECTOR_WIDTH = 2;
|
|
31899
32056
|
var CONNECTOR_HEIGHT = 19;
|
|
31900
32057
|
var CONNECTOR_GAP = 8;
|
|
31901
|
-
var
|
|
32058
|
+
var webBlurStyle6 = Platform.OS === "web" ? {
|
|
31902
32059
|
backdropFilter: "blur(20px)",
|
|
31903
32060
|
WebkitBackdropFilter: "blur(20px)"
|
|
31904
32061
|
} : {};
|
|
@@ -31916,18 +32073,18 @@ var StepList = forwardRef(function StepList2({ steps, style, className, accessib
|
|
|
31916
32073
|
ref: setContainerRef,
|
|
31917
32074
|
accessibilityRole: "summary",
|
|
31918
32075
|
accessibilityLabel,
|
|
31919
|
-
style: [
|
|
32076
|
+
style: [styles16.root, style],
|
|
31920
32077
|
children: steps.map((description, index) => {
|
|
31921
32078
|
const isLast = index === steps.length - 1;
|
|
31922
32079
|
const number = index + 1;
|
|
31923
|
-
return /* @__PURE__ */ jsxs(View, { style:
|
|
31924
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
31925
|
-
/* @__PURE__ */ jsx(View, { style: [
|
|
32080
|
+
return /* @__PURE__ */ jsxs(View, { style: styles16.stepBlock, children: [
|
|
32081
|
+
/* @__PURE__ */ jsxs(View, { style: styles16.row, children: [
|
|
32082
|
+
/* @__PURE__ */ jsx(View, { style: [styles16.badge, webBlurStyle6], children: /* @__PURE__ */ jsx(
|
|
31926
32083
|
Text,
|
|
31927
32084
|
{
|
|
31928
32085
|
style: [
|
|
31929
|
-
|
|
31930
|
-
Platform.OS === "android" ?
|
|
32086
|
+
styles16.badgeLabel,
|
|
32087
|
+
Platform.OS === "android" ? styles16.labelAndroid : null
|
|
31931
32088
|
],
|
|
31932
32089
|
children: String(number)
|
|
31933
32090
|
}
|
|
@@ -31935,18 +32092,18 @@ var StepList = forwardRef(function StepList2({ steps, style, className, accessib
|
|
|
31935
32092
|
/* @__PURE__ */ jsx(
|
|
31936
32093
|
Text,
|
|
31937
32094
|
{
|
|
31938
|
-
style: [
|
|
32095
|
+
style: [styles16.description, Platform.OS === "android" ? styles16.labelAndroid : null],
|
|
31939
32096
|
children: description
|
|
31940
32097
|
}
|
|
31941
32098
|
)
|
|
31942
32099
|
] }),
|
|
31943
|
-
!isLast ? /* @__PURE__ */ jsx(View, { style:
|
|
32100
|
+
!isLast ? /* @__PURE__ */ jsx(View, { style: styles16.connectorSlot, children: /* @__PURE__ */ jsx(View, { style: styles16.connector }) }) : null
|
|
31944
32101
|
] }, `${number}-${description}`);
|
|
31945
32102
|
})
|
|
31946
32103
|
}
|
|
31947
32104
|
);
|
|
31948
32105
|
});
|
|
31949
|
-
var
|
|
32106
|
+
var styles16 = StyleSheet.create({
|
|
31950
32107
|
root: {
|
|
31951
32108
|
width: "100%"
|
|
31952
32109
|
},
|
|
@@ -32004,7 +32161,7 @@ var styles14 = StyleSheet.create({
|
|
|
32004
32161
|
}
|
|
32005
32162
|
});
|
|
32006
32163
|
var BUTTON_SIZE = 32;
|
|
32007
|
-
var
|
|
32164
|
+
var webBlurStyle7 = Platform.OS === "web" ? {
|
|
32008
32165
|
backdropFilter: "blur(20px)",
|
|
32009
32166
|
WebkitBackdropFilter: "blur(20px)"
|
|
32010
32167
|
} : {};
|
|
@@ -32041,7 +32198,7 @@ var Counter = forwardRef(function Counter2({
|
|
|
32041
32198
|
if (!isControlled) setUncontrolledValue(next);
|
|
32042
32199
|
onValueChange?.(next);
|
|
32043
32200
|
};
|
|
32044
|
-
return /* @__PURE__ */ jsxs(View, { ...rest, ref: setContainerRef, style: [
|
|
32201
|
+
return /* @__PURE__ */ jsxs(View, { ...rest, ref: setContainerRef, style: [styles17.base, style], children: [
|
|
32045
32202
|
/* @__PURE__ */ jsx(
|
|
32046
32203
|
Pressable,
|
|
32047
32204
|
{
|
|
@@ -32051,11 +32208,11 @@ var Counter = forwardRef(function Counter2({
|
|
|
32051
32208
|
accessibilityRole: "button",
|
|
32052
32209
|
accessibilityLabel: "Decrease value",
|
|
32053
32210
|
accessibilityState: { disabled: decrementDisabled },
|
|
32054
|
-
style: [
|
|
32211
|
+
style: [styles17.button, webBlurStyle7, decrementDisabled && styles17.buttonDisabled],
|
|
32055
32212
|
children: /* @__PURE__ */ jsx(MinusIcon, {})
|
|
32056
32213
|
}
|
|
32057
32214
|
),
|
|
32058
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
32215
|
+
/* @__PURE__ */ jsx(Text, { style: styles17.value, children: resolvedValue }),
|
|
32059
32216
|
/* @__PURE__ */ jsx(
|
|
32060
32217
|
Pressable,
|
|
32061
32218
|
{
|
|
@@ -32065,13 +32222,13 @@ var Counter = forwardRef(function Counter2({
|
|
|
32065
32222
|
accessibilityRole: "button",
|
|
32066
32223
|
accessibilityLabel: "Increase value",
|
|
32067
32224
|
accessibilityState: { disabled: incrementDisabled },
|
|
32068
|
-
style: [
|
|
32225
|
+
style: [styles17.button, webBlurStyle7, incrementDisabled && styles17.buttonDisabled],
|
|
32069
32226
|
children: /* @__PURE__ */ jsx(PlusIcon, {})
|
|
32070
32227
|
}
|
|
32071
32228
|
)
|
|
32072
32229
|
] });
|
|
32073
32230
|
});
|
|
32074
|
-
var
|
|
32231
|
+
var styles17 = StyleSheet.create({
|
|
32075
32232
|
base: {
|
|
32076
32233
|
flexDirection: "row",
|
|
32077
32234
|
alignItems: "center",
|
|
@@ -32095,7 +32252,7 @@ var styles15 = StyleSheet.create({
|
|
|
32095
32252
|
color: colors.white
|
|
32096
32253
|
}
|
|
32097
32254
|
});
|
|
32098
|
-
var
|
|
32255
|
+
var ICON_SIZE8 = 20;
|
|
32099
32256
|
var ANIMATION_DURATION2 = 200;
|
|
32100
32257
|
var OPTION_HORIZONTAL_PADDING = 16;
|
|
32101
32258
|
var OPTION_CONTENT_GAP = 12;
|
|
@@ -32191,14 +32348,14 @@ var SegmentedToggle = forwardRef(
|
|
|
32191
32348
|
onLayout?.(event);
|
|
32192
32349
|
},
|
|
32193
32350
|
style: [
|
|
32194
|
-
|
|
32195
|
-
fullWidth ?
|
|
32196
|
-
disabled &&
|
|
32351
|
+
styles18.base,
|
|
32352
|
+
fullWidth ? styles18.fullWidth : styles18.contentWidth,
|
|
32353
|
+
disabled && styles18.disabled,
|
|
32197
32354
|
style
|
|
32198
32355
|
],
|
|
32199
32356
|
accessibilityRole: "radiogroup",
|
|
32200
32357
|
children: [
|
|
32201
|
-
!fullWidth ? options.map(({ value: optionValue, label, icon: Icon2 }, index) => /* @__PURE__ */ jsxs(
|
|
32358
|
+
!fullWidth ? options.map(({ value: optionValue, label, icon: Icon2, showLabel = true }, index) => /* @__PURE__ */ jsxs(
|
|
32202
32359
|
View,
|
|
32203
32360
|
{
|
|
32204
32361
|
pointerEvents: "none",
|
|
@@ -32214,10 +32371,10 @@ var SegmentedToggle = forwardRef(
|
|
|
32214
32371
|
return nextWidths;
|
|
32215
32372
|
});
|
|
32216
32373
|
},
|
|
32217
|
-
style:
|
|
32374
|
+
style: styles18.optionMeasurement,
|
|
32218
32375
|
children: [
|
|
32219
|
-
Icon2 ? /* @__PURE__ */ jsx(Icon2, { size:
|
|
32220
|
-
/* @__PURE__ */ jsx(Text, { style: [
|
|
32376
|
+
Icon2 ? /* @__PURE__ */ jsx(Icon2, { size: ICON_SIZE8 }) : null,
|
|
32377
|
+
showLabel ? /* @__PURE__ */ jsx(Text, { style: [styles18.label, styles18.contentWidthLabel], children: label }) : null
|
|
32221
32378
|
]
|
|
32222
32379
|
},
|
|
32223
32380
|
`${optionValue}-measurement`
|
|
@@ -32227,12 +32384,12 @@ var SegmentedToggle = forwardRef(
|
|
|
32227
32384
|
{
|
|
32228
32385
|
pointerEvents: "none",
|
|
32229
32386
|
style: [
|
|
32230
|
-
|
|
32387
|
+
styles18.activeIndicator,
|
|
32231
32388
|
{ width: selectedOptionWidth, transform: [{ translateX: indicatorTranslateX }] }
|
|
32232
32389
|
]
|
|
32233
32390
|
}
|
|
32234
32391
|
) : null,
|
|
32235
|
-
options.map(({ value: optionValue, label, icon: Icon2 }, index) => {
|
|
32392
|
+
options.map(({ value: optionValue, label, icon: Icon2, showLabel = true }, index) => {
|
|
32236
32393
|
const selected = optionValue === selectedValue;
|
|
32237
32394
|
const iconColor = selected ? colors.primary : colors.whiteAlpha20;
|
|
32238
32395
|
const labelColor = selected ? colors.whiteAlpha86 : colors.whiteAlpha40;
|
|
@@ -32247,23 +32404,23 @@ var SegmentedToggle = forwardRef(
|
|
|
32247
32404
|
accessibilityLabel: label,
|
|
32248
32405
|
accessibilityState: { selected, disabled },
|
|
32249
32406
|
style: [
|
|
32250
|
-
|
|
32251
|
-
fullWidth ?
|
|
32407
|
+
styles18.option,
|
|
32408
|
+
fullWidth ? styles18.optionFullWidth : [styles18.optionContentWidth, optionWidth > 0 && { width: optionWidth }]
|
|
32252
32409
|
],
|
|
32253
|
-
children: /* @__PURE__ */ jsxs(View, { style:
|
|
32254
|
-
Icon2 ? /* @__PURE__ */ jsx(Icon2, { size:
|
|
32255
|
-
/* @__PURE__ */ jsx(
|
|
32410
|
+
children: /* @__PURE__ */ jsxs(View, { style: styles18.optionContent, children: [
|
|
32411
|
+
Icon2 ? /* @__PURE__ */ jsx(Icon2, { size: ICON_SIZE8, color: iconColor }) : null,
|
|
32412
|
+
showLabel ? /* @__PURE__ */ jsx(
|
|
32256
32413
|
Text,
|
|
32257
32414
|
{
|
|
32258
32415
|
numberOfLines: fullWidth ? 1 : void 0,
|
|
32259
32416
|
style: [
|
|
32260
|
-
|
|
32261
|
-
!fullWidth &&
|
|
32417
|
+
styles18.label,
|
|
32418
|
+
!fullWidth && styles18.contentWidthLabel,
|
|
32262
32419
|
{ color: labelColor }
|
|
32263
32420
|
],
|
|
32264
32421
|
children: label
|
|
32265
32422
|
}
|
|
32266
|
-
)
|
|
32423
|
+
) : null
|
|
32267
32424
|
] })
|
|
32268
32425
|
},
|
|
32269
32426
|
optionValue
|
|
@@ -32274,7 +32431,7 @@ var SegmentedToggle = forwardRef(
|
|
|
32274
32431
|
);
|
|
32275
32432
|
}
|
|
32276
32433
|
);
|
|
32277
|
-
var
|
|
32434
|
+
var styles18 = StyleSheet.create({
|
|
32278
32435
|
base: {
|
|
32279
32436
|
height: 44,
|
|
32280
32437
|
flexDirection: "row",
|
|
@@ -32402,16 +32559,16 @@ var Sidebar = forwardRef(function Sidebar2({
|
|
|
32402
32559
|
{
|
|
32403
32560
|
...rest,
|
|
32404
32561
|
ref: setContainerRef,
|
|
32405
|
-
style: [
|
|
32562
|
+
style: [styles19.root, { width: widthAnim }, style],
|
|
32406
32563
|
accessibilityRole: "menu",
|
|
32407
32564
|
children: [
|
|
32408
32565
|
/* @__PURE__ */ jsxs(
|
|
32409
32566
|
View,
|
|
32410
32567
|
{
|
|
32411
32568
|
style: [
|
|
32412
|
-
|
|
32413
|
-
collapsed ?
|
|
32414
|
-
!showCollapseToggle && !onClose ?
|
|
32569
|
+
styles19.header,
|
|
32570
|
+
collapsed ? styles19.headerCollapsed : styles19.headerExpanded,
|
|
32571
|
+
!showCollapseToggle && !onClose ? styles19.headerNoToggle : null
|
|
32415
32572
|
],
|
|
32416
32573
|
children: [
|
|
32417
32574
|
/* @__PURE__ */ jsx(
|
|
@@ -32419,7 +32576,7 @@ var Sidebar = forwardRef(function Sidebar2({
|
|
|
32419
32576
|
{
|
|
32420
32577
|
pointerEvents: collapsed ? "none" : "auto",
|
|
32421
32578
|
style: [
|
|
32422
|
-
|
|
32579
|
+
styles19.logoSlot,
|
|
32423
32580
|
{
|
|
32424
32581
|
opacity: labelOpacity,
|
|
32425
32582
|
maxWidth: collapsed ? 0 : LOGO_WIDTH
|
|
@@ -32445,7 +32602,7 @@ var Sidebar = forwardRef(function Sidebar2({
|
|
|
32445
32602
|
accessibilityLabel: closeAccessibilityLabel,
|
|
32446
32603
|
hitSlop: 8,
|
|
32447
32604
|
onPress: onClose,
|
|
32448
|
-
style:
|
|
32605
|
+
style: styles19.toggleButton,
|
|
32449
32606
|
children: /* @__PURE__ */ jsx(CloseIcon, { color: colors.grey100, size: TOGGLE_SIZE, strokeWidth: 2 })
|
|
32450
32607
|
}
|
|
32451
32608
|
) : showCollapseToggle ? /* @__PURE__ */ jsx(
|
|
@@ -32456,7 +32613,7 @@ var Sidebar = forwardRef(function Sidebar2({
|
|
|
32456
32613
|
accessibilityState: { expanded: !collapsed },
|
|
32457
32614
|
hitSlop: 8,
|
|
32458
32615
|
onPress: () => setCollapsed(!collapsed),
|
|
32459
|
-
style:
|
|
32616
|
+
style: styles19.toggleButton,
|
|
32460
32617
|
children: /* @__PURE__ */ jsx(SidebarIcon, { color: colors.grey100, size: TOGGLE_SIZE, strokeWidth: 2 })
|
|
32461
32618
|
}
|
|
32462
32619
|
) : null
|
|
@@ -32468,7 +32625,7 @@ var Sidebar = forwardRef(function Sidebar2({
|
|
|
32468
32625
|
{
|
|
32469
32626
|
accessibilityLabel: navigationAccessibilityLabel,
|
|
32470
32627
|
accessibilityRole: "menu",
|
|
32471
|
-
style:
|
|
32628
|
+
style: styles19.nav,
|
|
32472
32629
|
children: items.map((item) => {
|
|
32473
32630
|
const isActive = Boolean(item.active);
|
|
32474
32631
|
const iconColor = isActive ? colors.primary : colors.grey300;
|
|
@@ -32484,18 +32641,18 @@ var Sidebar = forwardRef(function Sidebar2({
|
|
|
32484
32641
|
hoverColor: colors.grey700,
|
|
32485
32642
|
onPress: item.onPress,
|
|
32486
32643
|
labelStyle: [
|
|
32487
|
-
|
|
32644
|
+
styles19.menuLabel,
|
|
32488
32645
|
{ color: isActive ? colors.white : colors.grey200 },
|
|
32489
|
-
collapsed ?
|
|
32646
|
+
collapsed ? styles19.menuLabelCollapsed : styles19.menuLabelExpanded
|
|
32490
32647
|
],
|
|
32491
|
-
style: [
|
|
32648
|
+
style: [styles19.menuItem, collapsed ? styles19.menuItemCollapsed : null]
|
|
32492
32649
|
},
|
|
32493
32650
|
item.key
|
|
32494
32651
|
);
|
|
32495
32652
|
})
|
|
32496
32653
|
}
|
|
32497
32654
|
),
|
|
32498
|
-
/* @__PURE__ */ jsx(View, { style: [
|
|
32655
|
+
/* @__PURE__ */ jsx(View, { style: [styles19.footer, collapsed ? styles19.footerCollapsed : styles19.footerExpanded], children: /* @__PURE__ */ jsx(
|
|
32499
32656
|
AvatarSimple,
|
|
32500
32657
|
{
|
|
32501
32658
|
name: user.name,
|
|
@@ -32510,7 +32667,7 @@ var Sidebar = forwardRef(function Sidebar2({
|
|
|
32510
32667
|
}
|
|
32511
32668
|
);
|
|
32512
32669
|
});
|
|
32513
|
-
var
|
|
32670
|
+
var styles19 = StyleSheet.create({
|
|
32514
32671
|
root: {
|
|
32515
32672
|
flexDirection: "column",
|
|
32516
32673
|
alignSelf: "stretch",
|
|
@@ -32615,7 +32772,7 @@ var defaultLanguageOptions = [
|
|
|
32615
32772
|
];
|
|
32616
32773
|
var CONTROL_WIDTH = 90;
|
|
32617
32774
|
var CONTROL_HEIGHT = 35;
|
|
32618
|
-
var
|
|
32775
|
+
var ICON_SIZE9 = 16;
|
|
32619
32776
|
var ICON_BUTTON_SIZE2 = 32;
|
|
32620
32777
|
var ICON_MENU_WIDTH = 67;
|
|
32621
32778
|
var ICON_MENU_HEIGHT = 129;
|
|
@@ -32704,11 +32861,11 @@ var LanguageSwitcher = forwardRef(
|
|
|
32704
32861
|
...rest,
|
|
32705
32862
|
ref: setWrapperRef,
|
|
32706
32863
|
style: [
|
|
32707
|
-
|
|
32708
|
-
isIconVariant ?
|
|
32709
|
-
isOpen &&
|
|
32710
|
-
isOpen && isIconVariant &&
|
|
32711
|
-
disabled &&
|
|
32864
|
+
styles20.wrapper,
|
|
32865
|
+
isIconVariant ? styles20.wrapperIcon : styles20.wrapperDefault,
|
|
32866
|
+
isOpen && styles20.wrapperOpen,
|
|
32867
|
+
isOpen && isIconVariant && styles20.wrapperOpenIcon,
|
|
32868
|
+
disabled && styles20.disabled,
|
|
32712
32869
|
style
|
|
32713
32870
|
],
|
|
32714
32871
|
children: [
|
|
@@ -32725,14 +32882,14 @@ var LanguageSwitcher = forwardRef(
|
|
|
32725
32882
|
onHoverIn: () => setTriggerHovered(true),
|
|
32726
32883
|
onHoverOut: () => setTriggerHovered(false),
|
|
32727
32884
|
style: ({ pressed }) => [
|
|
32728
|
-
isIconVariant ?
|
|
32729
|
-
!isIconVariant && (triggerHovered || pressed || isOpen) &&
|
|
32885
|
+
isIconVariant ? styles20.triggerIcon : styles20.trigger,
|
|
32886
|
+
!isIconVariant && (triggerHovered || pressed || isOpen) && styles20.triggerActive
|
|
32730
32887
|
],
|
|
32731
32888
|
children: [
|
|
32732
|
-
/* @__PURE__ */ jsx(GlobeIcon, { size:
|
|
32889
|
+
/* @__PURE__ */ jsx(GlobeIcon, { size: ICON_SIZE9, color: colors.white, strokeWidth: isIconVariant ? 1.5 : 2 }),
|
|
32733
32890
|
!isIconVariant ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
32734
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
32735
|
-
/* @__PURE__ */ jsx(View, { style: [
|
|
32891
|
+
/* @__PURE__ */ jsx(Text, { style: styles20.triggerLabel, numberOfLines: 1, children: selectedOption?.label ?? "" }),
|
|
32892
|
+
/* @__PURE__ */ jsx(View, { style: [styles20.chevron, isOpen && styles20.chevronOpen], children: /* @__PURE__ */ jsx(ChevronDownIcon, { size: ICON_SIZE9, color: colors.white, strokeWidth: 2 }) })
|
|
32736
32893
|
] }) : null
|
|
32737
32894
|
]
|
|
32738
32895
|
}
|
|
@@ -32740,7 +32897,7 @@ var LanguageSwitcher = forwardRef(
|
|
|
32740
32897
|
isOpen && options.length > 0 ? /* @__PURE__ */ jsx(
|
|
32741
32898
|
View,
|
|
32742
32899
|
{
|
|
32743
|
-
style: [
|
|
32900
|
+
style: [styles20.menu, isIconVariant ? styles20.menuIcon : styles20.menuDefault],
|
|
32744
32901
|
accessibilityRole: "menu",
|
|
32745
32902
|
children: options.map((option) => {
|
|
32746
32903
|
const selected = option.value === selectedValue;
|
|
@@ -32754,16 +32911,16 @@ var LanguageSwitcher = forwardRef(
|
|
|
32754
32911
|
onHoverIn: () => setHoveredValue(option.value),
|
|
32755
32912
|
onHoverOut: () => setHoveredValue(null),
|
|
32756
32913
|
style: ({ pressed }) => [
|
|
32757
|
-
|
|
32758
|
-
isIconVariant ?
|
|
32759
|
-
selected ? isIconVariant ?
|
|
32914
|
+
styles20.item,
|
|
32915
|
+
isIconVariant ? styles20.itemIcon : null,
|
|
32916
|
+
selected ? isIconVariant ? styles20.itemSelectedIcon : styles20.itemSelected : (hoveredValue === option.value || pressed) && styles20.itemHovered
|
|
32760
32917
|
],
|
|
32761
32918
|
children: /* @__PURE__ */ jsx(
|
|
32762
32919
|
Text,
|
|
32763
32920
|
{
|
|
32764
32921
|
style: [
|
|
32765
|
-
|
|
32766
|
-
selected && (isIconVariant ?
|
|
32922
|
+
styles20.itemLabel,
|
|
32923
|
+
selected && (isIconVariant ? styles20.itemLabelSelectedIcon : styles20.itemLabelSelected)
|
|
32767
32924
|
],
|
|
32768
32925
|
children: option.label
|
|
32769
32926
|
}
|
|
@@ -32779,7 +32936,7 @@ var LanguageSwitcher = forwardRef(
|
|
|
32779
32936
|
);
|
|
32780
32937
|
}
|
|
32781
32938
|
);
|
|
32782
|
-
var
|
|
32939
|
+
var styles20 = StyleSheet.create({
|
|
32783
32940
|
wrapper: {
|
|
32784
32941
|
position: "relative",
|
|
32785
32942
|
alignSelf: "flex-start"
|
|
@@ -32831,8 +32988,8 @@ var styles18 = StyleSheet.create({
|
|
|
32831
32988
|
color: colors.white
|
|
32832
32989
|
},
|
|
32833
32990
|
chevron: {
|
|
32834
|
-
width:
|
|
32835
|
-
height:
|
|
32991
|
+
width: ICON_SIZE9,
|
|
32992
|
+
height: ICON_SIZE9,
|
|
32836
32993
|
flexShrink: 0,
|
|
32837
32994
|
alignItems: "center",
|
|
32838
32995
|
justifyContent: "center"
|
|
@@ -32900,12 +33057,12 @@ var styles18 = StyleSheet.create({
|
|
|
32900
33057
|
color: colors.primary
|
|
32901
33058
|
}
|
|
32902
33059
|
});
|
|
32903
|
-
var
|
|
33060
|
+
var ICON_SIZE10 = 25.63181;
|
|
32904
33061
|
var StatCard = forwardRef(function StatCard2({
|
|
32905
33062
|
label,
|
|
32906
33063
|
icon: Icon2,
|
|
32907
33064
|
iconProps,
|
|
32908
|
-
iconSize =
|
|
33065
|
+
iconSize = ICON_SIZE10,
|
|
32909
33066
|
style,
|
|
32910
33067
|
className,
|
|
32911
33068
|
accessibilityLabel,
|
|
@@ -32920,17 +33077,17 @@ var StatCard = forwardRef(function StatCard2({
|
|
|
32920
33077
|
{
|
|
32921
33078
|
...rest,
|
|
32922
33079
|
ref: setContainerRef,
|
|
32923
|
-
style: [
|
|
33080
|
+
style: [styles21.base, style],
|
|
32924
33081
|
accessibilityRole: "text",
|
|
32925
33082
|
accessibilityLabel: accessibilityLabel ?? label,
|
|
32926
33083
|
children: [
|
|
32927
33084
|
/* @__PURE__ */ jsx(Icon2, { ...iconProps, size: iconSize, color: iconProps?.color ?? colors.white }),
|
|
32928
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
33085
|
+
/* @__PURE__ */ jsx(Text, { style: styles21.label, children: label })
|
|
32929
33086
|
]
|
|
32930
33087
|
}
|
|
32931
33088
|
);
|
|
32932
33089
|
});
|
|
32933
|
-
var
|
|
33090
|
+
var styles21 = StyleSheet.create({
|
|
32934
33091
|
base: {
|
|
32935
33092
|
width: 204.5,
|
|
32936
33093
|
minHeight: 114,
|
|
@@ -33042,7 +33199,7 @@ var Button = forwardRef(
|
|
|
33042
33199
|
useApplyWebClassName(textRef, textClassName);
|
|
33043
33200
|
const iconNode = customIcon ?? /* @__PURE__ */ jsx(ArrowRightIcon, { size: metrics.iconSize, color: preset.iconColor });
|
|
33044
33201
|
const containerStyle = [
|
|
33045
|
-
|
|
33202
|
+
styles22.base,
|
|
33046
33203
|
{
|
|
33047
33204
|
minHeight: metrics.minHeight,
|
|
33048
33205
|
height: variant === "danger" ? 33 : void 0,
|
|
@@ -33054,16 +33211,16 @@ var Button = forwardRef(
|
|
|
33054
33211
|
paddingRight: hasIcon ? metrics.paddingRightWithIcon : metrics.paddingRight,
|
|
33055
33212
|
gap: hasIcon ? metrics.gap : 0
|
|
33056
33213
|
},
|
|
33057
|
-
hasIcon ?
|
|
33058
|
-
disabled &&
|
|
33214
|
+
hasIcon ? styles22.contentWithIcon : styles22.contentWithoutIcon,
|
|
33215
|
+
disabled && styles22.disabled,
|
|
33059
33216
|
style
|
|
33060
33217
|
];
|
|
33061
33218
|
const labelStyle = [
|
|
33062
|
-
|
|
33219
|
+
styles22.label,
|
|
33063
33220
|
metrics.text,
|
|
33064
33221
|
{ color: preset.textColor },
|
|
33065
|
-
Platform.OS === "android" ?
|
|
33066
|
-
!hasIcon &&
|
|
33222
|
+
Platform.OS === "android" ? styles22.labelAndroid : null,
|
|
33223
|
+
!hasIcon && styles22.labelCentered,
|
|
33067
33224
|
textStyle
|
|
33068
33225
|
];
|
|
33069
33226
|
return /* @__PURE__ */ jsxs(
|
|
@@ -33084,7 +33241,7 @@ var Button = forwardRef(
|
|
|
33084
33241
|
View,
|
|
33085
33242
|
{
|
|
33086
33243
|
style: [
|
|
33087
|
-
|
|
33244
|
+
styles22.iconContainer,
|
|
33088
33245
|
{
|
|
33089
33246
|
width: metrics.iconContainerSize,
|
|
33090
33247
|
height: metrics.iconContainerSize,
|
|
@@ -33100,7 +33257,7 @@ var Button = forwardRef(
|
|
|
33100
33257
|
);
|
|
33101
33258
|
}
|
|
33102
33259
|
);
|
|
33103
|
-
var
|
|
33260
|
+
var styles22 = StyleSheet.create({
|
|
33104
33261
|
base: {
|
|
33105
33262
|
flexDirection: "row",
|
|
33106
33263
|
alignItems: "center",
|
|
@@ -33184,13 +33341,13 @@ var Checkbox = forwardRef(function Checkbox2({
|
|
|
33184
33341
|
accessibilityRole: "checkbox",
|
|
33185
33342
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
33186
33343
|
accessibilityState: { checked: isActive, disabled },
|
|
33187
|
-
style: [
|
|
33344
|
+
style: [styles23.root, disabled && styles23.disabled, style],
|
|
33188
33345
|
children: [
|
|
33189
33346
|
/* @__PURE__ */ jsx(
|
|
33190
33347
|
View,
|
|
33191
33348
|
{
|
|
33192
33349
|
style: [
|
|
33193
|
-
|
|
33350
|
+
styles23.box,
|
|
33194
33351
|
{
|
|
33195
33352
|
backgroundColor: chrome.backgroundColor,
|
|
33196
33353
|
borderColor: chrome.borderColor
|
|
@@ -33199,12 +33356,12 @@ var Checkbox = forwardRef(function Checkbox2({
|
|
|
33199
33356
|
children: isActive ? /* @__PURE__ */ jsx(CheckIcon, { size: CHECK_SIZE, color: colors.primary, strokeWidth: CHECK_STROKE }) : null
|
|
33200
33357
|
}
|
|
33201
33358
|
),
|
|
33202
|
-
labelContent != null && labelContent !== false ? typeof labelContent === "string" || typeof labelContent === "number" ? /* @__PURE__ */ jsx(Text, { style: [
|
|
33359
|
+
labelContent != null && labelContent !== false ? typeof labelContent === "string" || typeof labelContent === "number" ? /* @__PURE__ */ jsx(Text, { style: [styles23.label, labelStyle], children: labelContent }) : labelContent : null
|
|
33203
33360
|
]
|
|
33204
33361
|
}
|
|
33205
33362
|
);
|
|
33206
33363
|
});
|
|
33207
|
-
var
|
|
33364
|
+
var styles23 = StyleSheet.create({
|
|
33208
33365
|
root: {
|
|
33209
33366
|
flexDirection: "row",
|
|
33210
33367
|
alignItems: "center",
|
|
@@ -33324,7 +33481,7 @@ var TRIGGER_HEIGHT = 44;
|
|
|
33324
33481
|
var TRIGGER_RADIUS = 60;
|
|
33325
33482
|
var MENU_RADIUS2 = 20;
|
|
33326
33483
|
var MENU_PADDING = 12;
|
|
33327
|
-
var
|
|
33484
|
+
var ICON_SIZE11 = 20;
|
|
33328
33485
|
var NAV_ICON_SIZE = 20;
|
|
33329
33486
|
var HEADER_HEIGHT3 = 36;
|
|
33330
33487
|
var WEEKDAY_ROW_HEIGHT = 44;
|
|
@@ -33339,13 +33496,13 @@ function RangeTriggerField({
|
|
|
33339
33496
|
value,
|
|
33340
33497
|
time
|
|
33341
33498
|
}) {
|
|
33342
|
-
return /* @__PURE__ */ jsxs(View, { style:
|
|
33343
|
-
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style:
|
|
33344
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
33345
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
33346
|
-
time ? /* @__PURE__ */ jsxs(View, { style:
|
|
33499
|
+
return /* @__PURE__ */ jsxs(View, { style: styles24.rangeField, children: [
|
|
33500
|
+
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style: styles24.rangeLabel, children: label }),
|
|
33501
|
+
/* @__PURE__ */ jsxs(View, { style: styles24.rangeValueRow, children: [
|
|
33502
|
+
/* @__PURE__ */ jsx(Text, { style: styles24.rangeDate, children: value }),
|
|
33503
|
+
time ? /* @__PURE__ */ jsxs(View, { style: styles24.rangeTimeWrap, children: [
|
|
33347
33504
|
/* @__PURE__ */ jsx(ClockFilledIcon, { color: colors.lightGrey, size: 16 }),
|
|
33348
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
33505
|
+
/* @__PURE__ */ jsx(Text, { style: styles24.rangeTime, children: time })
|
|
33349
33506
|
] }) : null
|
|
33350
33507
|
] })
|
|
33351
33508
|
] });
|
|
@@ -33535,15 +33692,15 @@ var DatePicker = forwardRef(
|
|
|
33535
33692
|
...rest,
|
|
33536
33693
|
ref: setRootRef,
|
|
33537
33694
|
style: [
|
|
33538
|
-
|
|
33539
|
-
usesRangeTrigger &&
|
|
33540
|
-
hideTrigger &&
|
|
33541
|
-
isOpen &&
|
|
33542
|
-
disabled &&
|
|
33695
|
+
styles24.root,
|
|
33696
|
+
usesRangeTrigger && styles24.rangeRoot,
|
|
33697
|
+
hideTrigger && styles24.rootHideTrigger,
|
|
33698
|
+
isOpen && styles24.rootOpen,
|
|
33699
|
+
disabled && styles24.disabled,
|
|
33543
33700
|
style
|
|
33544
33701
|
],
|
|
33545
33702
|
accessibilityState: { disabled, expanded: isOpen },
|
|
33546
|
-
children: /* @__PURE__ */ jsxs(View, { style: [
|
|
33703
|
+
children: /* @__PURE__ */ jsxs(View, { style: [styles24.triggerWrap, isOpen && styles24.triggerWrapOpen], children: [
|
|
33547
33704
|
hideTrigger ? null : /* @__PURE__ */ jsx(
|
|
33548
33705
|
Pressable,
|
|
33549
33706
|
{
|
|
@@ -33554,9 +33711,9 @@ var DatePicker = forwardRef(
|
|
|
33554
33711
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
33555
33712
|
accessibilityState: { disabled, expanded: isOpen },
|
|
33556
33713
|
style: [
|
|
33557
|
-
|
|
33558
|
-
usesRangeTrigger &&
|
|
33559
|
-
usesRangeTrigger && (usesVerticalRangeTrigger ?
|
|
33714
|
+
styles24.trigger,
|
|
33715
|
+
usesRangeTrigger && styles24.rangeTrigger,
|
|
33716
|
+
usesRangeTrigger && (usesVerticalRangeTrigger ? styles24.rangeTriggerVertical : styles24.rangeTriggerHorizontal),
|
|
33560
33717
|
{
|
|
33561
33718
|
borderColor: triggerBorderColor,
|
|
33562
33719
|
backgroundColor: usesRangeTrigger ? "transparent" : colors.grey700
|
|
@@ -33567,13 +33724,13 @@ var DatePicker = forwardRef(
|
|
|
33567
33724
|
/* @__PURE__ */ jsx(
|
|
33568
33725
|
View,
|
|
33569
33726
|
{
|
|
33570
|
-
style: usesVerticalRangeTrigger ?
|
|
33727
|
+
style: usesVerticalRangeTrigger ? styles24.rangeDividerVertical : styles24.rangeDividerHorizontal
|
|
33571
33728
|
}
|
|
33572
33729
|
),
|
|
33573
33730
|
/* @__PURE__ */ jsx(RangeTriggerField, { label: endLabel, time: endTime, value: endValue })
|
|
33574
33731
|
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
33575
|
-
/* @__PURE__ */ jsx(Text, { style: [
|
|
33576
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
33732
|
+
/* @__PURE__ */ jsx(Text, { style: [styles24.triggerText, { color: triggerTextColor }], numberOfLines: 1, children: triggerLabel }),
|
|
33733
|
+
/* @__PURE__ */ jsx(View, { style: styles24.iconSlot, children: /* @__PURE__ */ jsx(CalendarOutlineIcon, { size: ICON_SIZE11, color: colors.grey100 }) })
|
|
33577
33734
|
] })
|
|
33578
33735
|
}
|
|
33579
33736
|
),
|
|
@@ -33581,13 +33738,13 @@ var DatePicker = forwardRef(
|
|
|
33581
33738
|
View,
|
|
33582
33739
|
{
|
|
33583
33740
|
style: [
|
|
33584
|
-
|
|
33585
|
-
usesRangeTrigger &&
|
|
33586
|
-
hideTrigger ?
|
|
33741
|
+
styles24.menu,
|
|
33742
|
+
usesRangeTrigger && styles24.rangeMenu,
|
|
33743
|
+
hideTrigger ? styles24.menuInline : menuAlignEnd ? styles24.menuAlignEnd : styles24.menuAlignStart,
|
|
33587
33744
|
calendarStyle
|
|
33588
33745
|
],
|
|
33589
33746
|
children: [
|
|
33590
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
33747
|
+
/* @__PURE__ */ jsxs(View, { style: styles24.calendarHeader, children: [
|
|
33591
33748
|
/* @__PURE__ */ jsx(
|
|
33592
33749
|
Pressable,
|
|
33593
33750
|
{
|
|
@@ -33595,11 +33752,11 @@ var DatePicker = forwardRef(
|
|
|
33595
33752
|
hitSlop: 8,
|
|
33596
33753
|
accessibilityRole: "button",
|
|
33597
33754
|
accessibilityLabel: "Previous month",
|
|
33598
|
-
style:
|
|
33755
|
+
style: styles24.navButton,
|
|
33599
33756
|
children: /* @__PURE__ */ jsx(ChevronLeftIcon, { size: NAV_ICON_SIZE, color: colors.white })
|
|
33600
33757
|
}
|
|
33601
33758
|
),
|
|
33602
|
-
/* @__PURE__ */ jsxs(Text, { style:
|
|
33759
|
+
/* @__PURE__ */ jsxs(Text, { style: styles24.monthHeading, children: [
|
|
33603
33760
|
monthNames[visibleMonth.getMonth()],
|
|
33604
33761
|
" ",
|
|
33605
33762
|
visibleMonth.getFullYear()
|
|
@@ -33611,13 +33768,13 @@ var DatePicker = forwardRef(
|
|
|
33611
33768
|
hitSlop: 8,
|
|
33612
33769
|
accessibilityRole: "button",
|
|
33613
33770
|
accessibilityLabel: "Next month",
|
|
33614
|
-
style:
|
|
33615
|
-
children: /* @__PURE__ */ jsx(View, { style:
|
|
33771
|
+
style: styles24.navButton,
|
|
33772
|
+
children: /* @__PURE__ */ jsx(View, { style: styles24.navIconMirror, children: /* @__PURE__ */ jsx(ChevronLeftIcon, { size: NAV_ICON_SIZE, color: colors.white }) })
|
|
33616
33773
|
}
|
|
33617
33774
|
)
|
|
33618
33775
|
] }),
|
|
33619
33776
|
/* @__PURE__ */ jsxs(View, { children: [
|
|
33620
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
33777
|
+
/* @__PURE__ */ jsx(View, { style: styles24.weekdayRow, children: weekdayLabels.map((weekdayLabel, index) => /* @__PURE__ */ jsx(View, { style: styles24.weekdayCell, children: /* @__PURE__ */ jsx(Text, { style: styles24.weekdayText, children: weekdayLabel }) }, `${weekdayLabel}-${index}`)) }),
|
|
33621
33778
|
weeks.map((week, weekIndex) => {
|
|
33622
33779
|
let rangeHighlightStyle = null;
|
|
33623
33780
|
if (isRange && rangeValue.start && rangeValue.end) {
|
|
@@ -33654,13 +33811,13 @@ var DatePicker = forwardRef(
|
|
|
33654
33811
|
return /* @__PURE__ */ jsxs(
|
|
33655
33812
|
View,
|
|
33656
33813
|
{
|
|
33657
|
-
style: [
|
|
33814
|
+
style: [styles24.weekRow, weekIndex > 0 && styles24.weekRowSpaced],
|
|
33658
33815
|
children: [
|
|
33659
33816
|
rangeHighlightStyle ? /* @__PURE__ */ jsx(
|
|
33660
33817
|
View,
|
|
33661
33818
|
{
|
|
33662
33819
|
pointerEvents: "none",
|
|
33663
|
-
style: [
|
|
33820
|
+
style: [styles24.rangeHighlight, rangeHighlightStyle]
|
|
33664
33821
|
}
|
|
33665
33822
|
) : null,
|
|
33666
33823
|
week.map((day, dayIndex) => {
|
|
@@ -33683,7 +33840,7 @@ var DatePicker = forwardRef(
|
|
|
33683
33840
|
onHoverOut: () => setHoveredDayKey((current) => current === dayKey ? null : current),
|
|
33684
33841
|
onPressIn: () => setHoveredDayKey(dayKey),
|
|
33685
33842
|
onPressOut: () => setHoveredDayKey((current) => current === dayKey ? null : current),
|
|
33686
|
-
style:
|
|
33843
|
+
style: styles24.dayCellWrap,
|
|
33687
33844
|
accessibilityRole: "button",
|
|
33688
33845
|
accessibilityLabel: formatValue(day),
|
|
33689
33846
|
accessibilityState: {
|
|
@@ -33695,14 +33852,14 @@ var DatePicker = forwardRef(
|
|
|
33695
33852
|
View,
|
|
33696
33853
|
{
|
|
33697
33854
|
style: [
|
|
33698
|
-
|
|
33699
|
-
isSelectedEndpoint &&
|
|
33700
|
-
isHovered &&
|
|
33855
|
+
styles24.dayCircle,
|
|
33856
|
+
isSelectedEndpoint && styles24.dayCircleSelected,
|
|
33857
|
+
isHovered && styles24.dayCircleHovered
|
|
33701
33858
|
],
|
|
33702
|
-
children: /* @__PURE__ */ jsx(Text, { style: [
|
|
33859
|
+
children: /* @__PURE__ */ jsx(Text, { style: [styles24.dayText, { color: dayTextColor }], children: day.getDate() })
|
|
33703
33860
|
}
|
|
33704
33861
|
),
|
|
33705
|
-
isToday && !isSelectedEndpoint ? /* @__PURE__ */ jsx(View, { style:
|
|
33862
|
+
isToday && !isSelectedEndpoint ? /* @__PURE__ */ jsx(View, { style: styles24.todayDot }) : null
|
|
33706
33863
|
]
|
|
33707
33864
|
},
|
|
33708
33865
|
dayIndex
|
|
@@ -33722,7 +33879,7 @@ var DatePicker = forwardRef(
|
|
|
33722
33879
|
);
|
|
33723
33880
|
}
|
|
33724
33881
|
);
|
|
33725
|
-
var
|
|
33882
|
+
var styles24 = StyleSheet.create({
|
|
33726
33883
|
root: {
|
|
33727
33884
|
width: DEFAULT_WIDTH,
|
|
33728
33885
|
gap: 8,
|
|
@@ -33827,8 +33984,8 @@ var styles22 = StyleSheet.create({
|
|
|
33827
33984
|
backgroundColor: colors.grey500
|
|
33828
33985
|
},
|
|
33829
33986
|
iconSlot: {
|
|
33830
|
-
width:
|
|
33831
|
-
height:
|
|
33987
|
+
width: ICON_SIZE11,
|
|
33988
|
+
height: ICON_SIZE11,
|
|
33832
33989
|
alignItems: "center",
|
|
33833
33990
|
justifyContent: "center",
|
|
33834
33991
|
flexShrink: 0
|
|
@@ -33973,7 +34130,7 @@ var styles22 = StyleSheet.create({
|
|
|
33973
34130
|
});
|
|
33974
34131
|
var SIZE = 48;
|
|
33975
34132
|
var PADDING = 12;
|
|
33976
|
-
var
|
|
34133
|
+
var ICON_SIZE12 = 24;
|
|
33977
34134
|
var RADIUS = 64;
|
|
33978
34135
|
var FloatingActionButton = forwardRef(function FloatingActionButton2({ onPress, disabled = false, icon, accessibilityLabel = "Add", style, className, ...rest }, forwardedRef) {
|
|
33979
34136
|
const containerRef = useRef(null);
|
|
@@ -33991,12 +34148,12 @@ var FloatingActionButton = forwardRef(function FloatingActionButton2({ onPress,
|
|
|
33991
34148
|
accessibilityRole: "button",
|
|
33992
34149
|
accessibilityLabel,
|
|
33993
34150
|
accessibilityState: { disabled },
|
|
33994
|
-
style: [
|
|
33995
|
-
children: icon ?? /* @__PURE__ */ jsx(PlusIcon, { color: colors.white, size:
|
|
34151
|
+
style: [styles25.base, disabled && styles25.disabled, style],
|
|
34152
|
+
children: icon ?? /* @__PURE__ */ jsx(PlusIcon, { color: colors.white, size: ICON_SIZE12, strokeWidth: 2 })
|
|
33996
34153
|
}
|
|
33997
34154
|
);
|
|
33998
34155
|
});
|
|
33999
|
-
var
|
|
34156
|
+
var styles25 = StyleSheet.create({
|
|
34000
34157
|
base: {
|
|
34001
34158
|
width: SIZE,
|
|
34002
34159
|
height: SIZE,
|
|
@@ -34071,7 +34228,7 @@ var Modal = forwardRef(function Modal2({
|
|
|
34071
34228
|
View,
|
|
34072
34229
|
{
|
|
34073
34230
|
ref: setContentRef,
|
|
34074
|
-
style: [
|
|
34231
|
+
style: [styles26.content, contentStyle],
|
|
34075
34232
|
onStartShouldSetResponder: () => true,
|
|
34076
34233
|
children
|
|
34077
34234
|
}
|
|
@@ -34103,7 +34260,7 @@ var Modal = forwardRef(function Modal2({
|
|
|
34103
34260
|
animationType: "fade",
|
|
34104
34261
|
onRequestClose: onClose,
|
|
34105
34262
|
statusBarTranslucent: true,
|
|
34106
|
-
children: /* @__PURE__ */ jsxs(View, { style:
|
|
34263
|
+
children: /* @__PURE__ */ jsxs(View, { style: styles26.root, accessibilityViewIsModal: true, children: [
|
|
34107
34264
|
/* @__PURE__ */ jsx(
|
|
34108
34265
|
Pressable,
|
|
34109
34266
|
{
|
|
@@ -34111,7 +34268,7 @@ var Modal = forwardRef(function Modal2({
|
|
|
34111
34268
|
accessibilityLabel: backdropAccessibilityLabel,
|
|
34112
34269
|
disabled: !closeOnBackdropPress,
|
|
34113
34270
|
onPress: closeOnBackdropPress ? onClose : void 0,
|
|
34114
|
-
style:
|
|
34271
|
+
style: styles26.backdrop
|
|
34115
34272
|
}
|
|
34116
34273
|
),
|
|
34117
34274
|
content
|
|
@@ -34119,7 +34276,7 @@ var Modal = forwardRef(function Modal2({
|
|
|
34119
34276
|
}
|
|
34120
34277
|
);
|
|
34121
34278
|
});
|
|
34122
|
-
var
|
|
34279
|
+
var styles26 = StyleSheet.create({
|
|
34123
34280
|
root: {
|
|
34124
34281
|
flex: 1,
|
|
34125
34282
|
alignItems: "center",
|
|
@@ -34285,7 +34442,7 @@ var Input = forwardRef(function Input2({
|
|
|
34285
34442
|
useApplyWebClassName(rootRef, className);
|
|
34286
34443
|
useApplyWebClassName(inputRef, inputClassName);
|
|
34287
34444
|
const fieldChromeStyle = [
|
|
34288
|
-
|
|
34445
|
+
styles27.field,
|
|
34289
34446
|
{
|
|
34290
34447
|
height: metrics.height,
|
|
34291
34448
|
borderRadius: metrics.borderRadius,
|
|
@@ -34297,11 +34454,11 @@ var Input = forwardRef(function Input2({
|
|
|
34297
34454
|
borderColor: chrome.borderColor,
|
|
34298
34455
|
backgroundColor: chrome.backgroundColor
|
|
34299
34456
|
},
|
|
34300
|
-
Platform.OS === "web" ?
|
|
34457
|
+
Platform.OS === "web" ? styles27.fieldWeb : null,
|
|
34301
34458
|
fieldStyle
|
|
34302
34459
|
];
|
|
34303
|
-
return /* @__PURE__ */ jsxs(View, { ref: rootRef, style: [
|
|
34304
|
-
showLabel && label ? /* @__PURE__ */ jsx(Pressable, { disabled, onPress: focusInput, style:
|
|
34460
|
+
return /* @__PURE__ */ jsxs(View, { ref: rootRef, style: [styles27.root, disabled && styles27.disabled, style], children: [
|
|
34461
|
+
showLabel && label ? /* @__PURE__ */ jsx(Pressable, { disabled, onPress: focusInput, style: styles27.labelPressable, children: /* @__PURE__ */ jsx(Text, { style: [styles27.label, { color: chrome.labelColor }], children: label }) }) : null,
|
|
34305
34462
|
/* @__PURE__ */ jsxs(
|
|
34306
34463
|
Pressable,
|
|
34307
34464
|
{
|
|
@@ -34310,7 +34467,7 @@ var Input = forwardRef(function Input2({
|
|
|
34310
34467
|
onPress: focusInput,
|
|
34311
34468
|
style: fieldChromeStyle,
|
|
34312
34469
|
children: [
|
|
34313
|
-
hasLeftIcon ? /* @__PURE__ */ jsx(View, { style: [
|
|
34470
|
+
hasLeftIcon ? /* @__PURE__ */ jsx(View, { style: [styles27.iconSlot, { width: metrics.iconSize, height: metrics.iconSize }], children: leftIconNode }) : null,
|
|
34314
34471
|
/* @__PURE__ */ jsx(
|
|
34315
34472
|
TextInput,
|
|
34316
34473
|
{
|
|
@@ -34335,11 +34492,11 @@ var Input = forwardRef(function Input2({
|
|
|
34335
34492
|
onBlur?.(event);
|
|
34336
34493
|
},
|
|
34337
34494
|
style: [
|
|
34338
|
-
|
|
34495
|
+
styles27.input,
|
|
34339
34496
|
metrics.text,
|
|
34340
34497
|
{ color: chrome.textColor },
|
|
34341
|
-
Platform.OS === "web" ?
|
|
34342
|
-
Platform.OS === "android" ?
|
|
34498
|
+
Platform.OS === "web" ? styles27.inputWeb : null,
|
|
34499
|
+
Platform.OS === "android" ? styles27.inputAndroid : null,
|
|
34343
34500
|
inputStyle
|
|
34344
34501
|
],
|
|
34345
34502
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
@@ -34351,7 +34508,7 @@ var Input = forwardRef(function Input2({
|
|
|
34351
34508
|
{
|
|
34352
34509
|
onPress: onRightIconPress,
|
|
34353
34510
|
disabled,
|
|
34354
|
-
style: [
|
|
34511
|
+
style: [styles27.iconSlot, { width: metrics.iconSize, height: metrics.iconSize }],
|
|
34355
34512
|
accessibilityRole: "button",
|
|
34356
34513
|
accessibilityLabel: rightIconAccessibilityLabel,
|
|
34357
34514
|
hitSlop: 8,
|
|
@@ -34363,17 +34520,17 @@ var Input = forwardRef(function Input2({
|
|
|
34363
34520
|
accessibilityRole: "none",
|
|
34364
34521
|
disabled,
|
|
34365
34522
|
onPress: focusInput,
|
|
34366
|
-
style: [
|
|
34523
|
+
style: [styles27.iconSlot, { width: metrics.iconSize, height: metrics.iconSize }],
|
|
34367
34524
|
children: rightIconNode
|
|
34368
34525
|
}
|
|
34369
34526
|
) : null
|
|
34370
34527
|
]
|
|
34371
34528
|
}
|
|
34372
34529
|
),
|
|
34373
|
-
showHint && hint ? /* @__PURE__ */ jsx(Text, { style: [
|
|
34530
|
+
showHint && hint ? /* @__PURE__ */ jsx(Text, { style: [styles27.hint, { color: chrome.hintColor }], children: hint }) : null
|
|
34374
34531
|
] });
|
|
34375
34532
|
});
|
|
34376
|
-
var
|
|
34533
|
+
var styles27 = StyleSheet.create({
|
|
34377
34534
|
root: {
|
|
34378
34535
|
width: DEFAULT_WIDTH2,
|
|
34379
34536
|
gap: 8,
|
|
@@ -34540,8 +34697,8 @@ var VerificationCodeInput = forwardRef(function VerificationCodeInput2({
|
|
|
34540
34697
|
const cellGap = mobile ? MOBILE_GAP : DESKTOP_GAP;
|
|
34541
34698
|
const rowWidth = cellWidth * safeLength + cellGap * Math.max(0, safeLength - 1);
|
|
34542
34699
|
const showErrorMessage = Boolean(error && errorMessage);
|
|
34543
|
-
return /* @__PURE__ */ jsxs(View, { ...viewProps, ref: rootRef, style: [
|
|
34544
|
-
/* @__PURE__ */ jsx(View, { style: [
|
|
34700
|
+
return /* @__PURE__ */ jsxs(View, { ...viewProps, ref: rootRef, style: [styles28.wrapper, disabled && styles28.disabled, style], children: [
|
|
34701
|
+
/* @__PURE__ */ jsx(View, { style: [styles28.row, { width: rowWidth, maxWidth: "100%", gap: cellGap }], children: Array.from({ length: safeLength }, (_, index) => {
|
|
34545
34702
|
const active = focusedIndex === index;
|
|
34546
34703
|
const borderColor = error ? colors.red : active ? colors.primary : colors.grey600;
|
|
34547
34704
|
return /* @__PURE__ */ jsx(
|
|
@@ -34566,15 +34723,15 @@ var VerificationCodeInput = forwardRef(function VerificationCodeInput2({
|
|
|
34566
34723
|
onSubmitEditing: () => onSubmit?.(currentCode),
|
|
34567
34724
|
selectTextOnFocus: true,
|
|
34568
34725
|
style: [
|
|
34569
|
-
|
|
34726
|
+
styles28.cell,
|
|
34570
34727
|
{
|
|
34571
34728
|
width: cellWidth,
|
|
34572
34729
|
height: cellHeight,
|
|
34573
34730
|
borderColor,
|
|
34574
34731
|
color: error ? colors.red : colors.white
|
|
34575
34732
|
},
|
|
34576
|
-
Platform.OS === "web" ?
|
|
34577
|
-
Platform.OS === "android" ?
|
|
34733
|
+
Platform.OS === "web" ? styles28.cellWeb : null,
|
|
34734
|
+
Platform.OS === "android" ? styles28.cellAndroid : null,
|
|
34578
34735
|
inputStyle
|
|
34579
34736
|
],
|
|
34580
34737
|
value: currentCode[index] ?? ""
|
|
@@ -34582,10 +34739,10 @@ var VerificationCodeInput = forwardRef(function VerificationCodeInput2({
|
|
|
34582
34739
|
index
|
|
34583
34740
|
);
|
|
34584
34741
|
}) }),
|
|
34585
|
-
showErrorMessage ? /* @__PURE__ */ jsx(Text, { accessibilityLiveRegion: "assertive", style:
|
|
34742
|
+
showErrorMessage ? /* @__PURE__ */ jsx(Text, { accessibilityLiveRegion: "assertive", style: styles28.errorMessage, children: errorMessage }) : null
|
|
34586
34743
|
] });
|
|
34587
34744
|
});
|
|
34588
|
-
var
|
|
34745
|
+
var styles28 = StyleSheet.create({
|
|
34589
34746
|
wrapper: {
|
|
34590
34747
|
minWidth: 0,
|
|
34591
34748
|
alignSelf: "center",
|
|
@@ -34636,7 +34793,7 @@ var TRIGGER_RADIUS2 = 60;
|
|
|
34636
34793
|
var MENU_RADIUS3 = 24;
|
|
34637
34794
|
var MENU_MAX_LIST_HEIGHT = 248;
|
|
34638
34795
|
var ITEM_RADIUS2 = 12;
|
|
34639
|
-
var
|
|
34796
|
+
var ICON_SIZE13 = 20;
|
|
34640
34797
|
var CHIP_GAP = 6;
|
|
34641
34798
|
var FALLBACK_ELLIPSIS_WIDTH = 20;
|
|
34642
34799
|
function itemBackground(state) {
|
|
@@ -34709,25 +34866,25 @@ function MultiValueChips({ options, disabled, onRemove }) {
|
|
|
34709
34866
|
const next = Math.ceil(event.nativeEvent.layout.width);
|
|
34710
34867
|
setEllipsisWidth((current) => current === next ? current : next);
|
|
34711
34868
|
};
|
|
34712
|
-
return /* @__PURE__ */ jsxs(View, { style:
|
|
34713
|
-
/* @__PURE__ */ jsxs(View, { pointerEvents: "none", style:
|
|
34869
|
+
return /* @__PURE__ */ jsxs(View, { style: styles29.multiValueRoot, children: [
|
|
34870
|
+
/* @__PURE__ */ jsxs(View, { pointerEvents: "none", style: styles29.measureRow, children: [
|
|
34714
34871
|
options.map((option) => /* @__PURE__ */ jsxs(
|
|
34715
34872
|
View,
|
|
34716
34873
|
{
|
|
34717
|
-
style:
|
|
34874
|
+
style: styles29.chip,
|
|
34718
34875
|
onLayout: (event) => handleChipLayout(option.value, event),
|
|
34719
34876
|
children: [
|
|
34720
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
34721
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
34877
|
+
/* @__PURE__ */ jsx(Text, { style: styles29.chipLabel, numberOfLines: 1, children: option.label }),
|
|
34878
|
+
/* @__PURE__ */ jsx(Text, { style: styles29.chipRemove, children: "\xD7" })
|
|
34722
34879
|
]
|
|
34723
34880
|
},
|
|
34724
34881
|
`measure-${option.value}`
|
|
34725
34882
|
)),
|
|
34726
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
34883
|
+
/* @__PURE__ */ jsx(View, { style: styles29.ellipsis, onLayout: handleEllipsisLayout, children: /* @__PURE__ */ jsx(Text, { style: styles29.ellipsisText, children: "..." }) })
|
|
34727
34884
|
] }),
|
|
34728
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
34729
|
-
visible.map((option) => /* @__PURE__ */ jsxs(View, { style:
|
|
34730
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
34885
|
+
/* @__PURE__ */ jsxs(View, { style: styles29.chipsRow, onLayout: handleContainerLayout, children: [
|
|
34886
|
+
visible.map((option) => /* @__PURE__ */ jsxs(View, { style: styles29.chip, children: [
|
|
34887
|
+
/* @__PURE__ */ jsx(Text, { style: styles29.chipLabel, numberOfLines: 1, children: option.label }),
|
|
34731
34888
|
/* @__PURE__ */ jsx(
|
|
34732
34889
|
Pressable,
|
|
34733
34890
|
{
|
|
@@ -34739,11 +34896,11 @@ function MultiValueChips({ options, disabled, onRemove }) {
|
|
|
34739
34896
|
hitSlop: 6,
|
|
34740
34897
|
accessibilityRole: "button",
|
|
34741
34898
|
accessibilityLabel: `Remove ${option.label}`,
|
|
34742
|
-
children: /* @__PURE__ */ jsx(Text, { style:
|
|
34899
|
+
children: /* @__PURE__ */ jsx(Text, { style: styles29.chipRemove, children: "\xD7" })
|
|
34743
34900
|
}
|
|
34744
34901
|
)
|
|
34745
34902
|
] }, option.value)),
|
|
34746
|
-
hasOverflow ? /* @__PURE__ */ jsx(View, { style:
|
|
34903
|
+
hasOverflow ? /* @__PURE__ */ jsx(View, { style: styles29.ellipsis, children: /* @__PURE__ */ jsx(Text, { style: styles29.ellipsisText, children: "..." }) }) : null
|
|
34747
34904
|
] })
|
|
34748
34905
|
] });
|
|
34749
34906
|
}
|
|
@@ -34999,7 +35156,7 @@ var Select = forwardRef(
|
|
|
34999
35156
|
setOpen
|
|
35000
35157
|
]);
|
|
35001
35158
|
const leftIconNode = renderStatefulIcon(leftIcon, UserIcon, {
|
|
35002
|
-
size:
|
|
35159
|
+
size: ICON_SIZE13,
|
|
35003
35160
|
color: error ? colors.red : colors.primary
|
|
35004
35161
|
});
|
|
35005
35162
|
const hasLeftIcon = showLeftIcon || leftIcon != null;
|
|
@@ -35014,11 +35171,11 @@ var Select = forwardRef(
|
|
|
35014
35171
|
{
|
|
35015
35172
|
...rest,
|
|
35016
35173
|
ref: setRootRef,
|
|
35017
|
-
style: [
|
|
35174
|
+
style: [styles29.root, isOpen && styles29.rootOpen, disabled && styles29.disabled, style],
|
|
35018
35175
|
accessibilityState: { disabled, expanded: isOpen },
|
|
35019
35176
|
children: [
|
|
35020
|
-
showLabel && label ? /* @__PURE__ */ jsx(Text, { style: [
|
|
35021
|
-
/* @__PURE__ */ jsxs(View, { style: [
|
|
35177
|
+
showLabel && label ? /* @__PURE__ */ jsx(Text, { style: [styles29.label, { color: labelColor }], children: label }) : null,
|
|
35178
|
+
/* @__PURE__ */ jsxs(View, { style: [styles29.triggerWrap, isOpen && styles29.triggerWrapOpen], children: [
|
|
35022
35179
|
/* @__PURE__ */ jsxs(
|
|
35023
35180
|
Pressable,
|
|
35024
35181
|
{
|
|
@@ -35029,23 +35186,23 @@ var Select = forwardRef(
|
|
|
35029
35186
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
35030
35187
|
accessibilityState: { disabled, expanded: isOpen },
|
|
35031
35188
|
style: [
|
|
35032
|
-
|
|
35189
|
+
styles29.trigger,
|
|
35033
35190
|
{
|
|
35034
35191
|
borderColor: triggerBorderColor,
|
|
35035
35192
|
backgroundColor: colors.grey700
|
|
35036
35193
|
}
|
|
35037
35194
|
],
|
|
35038
35195
|
children: [
|
|
35039
|
-
hasLeftIcon ? /* @__PURE__ */ jsx(View, { style:
|
|
35040
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
35196
|
+
hasLeftIcon ? /* @__PURE__ */ jsx(View, { style: styles29.iconSlot, children: leftIconNode }) : null,
|
|
35197
|
+
/* @__PURE__ */ jsx(View, { style: styles29.triggerContent, children: multiple && hasValue ? /* @__PURE__ */ jsx(
|
|
35041
35198
|
MultiValueChips,
|
|
35042
35199
|
{
|
|
35043
35200
|
options: selectedOptions,
|
|
35044
35201
|
disabled,
|
|
35045
35202
|
onRemove: handleRemoveChip
|
|
35046
35203
|
}
|
|
35047
|
-
) : /* @__PURE__ */ jsx(Text, { style: [
|
|
35048
|
-
/* @__PURE__ */ jsx(View, { style: [
|
|
35204
|
+
) : /* @__PURE__ */ jsx(Text, { style: [styles29.triggerText, { color: triggerTextColor }], numberOfLines: 1, children: multiple ? placeholder : singleLabel }) }),
|
|
35205
|
+
/* @__PURE__ */ jsx(View, { style: [styles29.iconSlot, isOpen && styles29.chevronOpen], children: /* @__PURE__ */ jsx(ChevronDownIcon, { size: ICON_SIZE13, color: isOpen ? colors.primary : colors.grey100 }) })
|
|
35049
35206
|
]
|
|
35050
35207
|
}
|
|
35051
35208
|
),
|
|
@@ -35053,14 +35210,14 @@ var Select = forwardRef(
|
|
|
35053
35210
|
View,
|
|
35054
35211
|
{
|
|
35055
35212
|
style: [
|
|
35056
|
-
|
|
35057
|
-
menuAlignEnd ?
|
|
35058
|
-
menuPlaceAbove ?
|
|
35213
|
+
styles29.menu,
|
|
35214
|
+
menuAlignEnd ? styles29.menuAlignEnd : styles29.menuAlignStart,
|
|
35215
|
+
menuPlaceAbove ? styles29.menuAbove : styles29.menuBelow,
|
|
35059
35216
|
menuStyle
|
|
35060
35217
|
],
|
|
35061
35218
|
children: [
|
|
35062
|
-
showSearch ? /* @__PURE__ */ jsxs(View, { style:
|
|
35063
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
35219
|
+
showSearch ? /* @__PURE__ */ jsxs(View, { style: styles29.searchField, children: [
|
|
35220
|
+
/* @__PURE__ */ jsx(View, { style: styles29.iconSlot, children: /* @__PURE__ */ jsx(SearchIcon, { size: ICON_SIZE13, color: colors.grey100 }) }),
|
|
35064
35221
|
/* @__PURE__ */ jsx(
|
|
35065
35222
|
TextInput,
|
|
35066
35223
|
{
|
|
@@ -35071,9 +35228,9 @@ var Select = forwardRef(
|
|
|
35071
35228
|
placeholder: searchPlaceholder,
|
|
35072
35229
|
placeholderTextColor: colors.grey100,
|
|
35073
35230
|
style: [
|
|
35074
|
-
|
|
35075
|
-
Platform.OS === "web" ?
|
|
35076
|
-
Platform.OS === "android" ?
|
|
35231
|
+
styles29.searchInput,
|
|
35232
|
+
Platform.OS === "web" ? styles29.searchInputWeb : null,
|
|
35233
|
+
Platform.OS === "android" ? styles29.searchInputAndroid : null
|
|
35077
35234
|
],
|
|
35078
35235
|
accessibilityLabel: searchPlaceholder
|
|
35079
35236
|
}
|
|
@@ -35082,12 +35239,12 @@ var Select = forwardRef(
|
|
|
35082
35239
|
/* @__PURE__ */ jsxs(
|
|
35083
35240
|
ScrollView,
|
|
35084
35241
|
{
|
|
35085
|
-
style:
|
|
35086
|
-
contentContainerStyle:
|
|
35242
|
+
style: styles29.optionList,
|
|
35243
|
+
contentContainerStyle: styles29.optionListContent,
|
|
35087
35244
|
keyboardShouldPersistTaps: "handled",
|
|
35088
35245
|
showsVerticalScrollIndicator: false,
|
|
35089
35246
|
children: [
|
|
35090
|
-
loading ? /* @__PURE__ */ jsx(View, { style:
|
|
35247
|
+
loading ? /* @__PURE__ */ jsx(View, { style: styles29.statusRow, children: /* @__PURE__ */ jsx(Text, { style: styles29.statusText, children: "Loading..." }) }) : filteredOptions.length === 0 ? /* @__PURE__ */ jsx(View, { style: styles29.statusRow, children: /* @__PURE__ */ jsx(Text, { style: styles29.statusText, children: emptyText }) }) : null,
|
|
35091
35248
|
!loading && filteredOptions.map((option) => {
|
|
35092
35249
|
const isSelected = selectedValues.includes(option.value);
|
|
35093
35250
|
const isHovered = hoveredValue === option.value;
|
|
@@ -35104,14 +35261,14 @@ var Select = forwardRef(
|
|
|
35104
35261
|
accessibilityRole: multiple ? "checkbox" : "button",
|
|
35105
35262
|
accessibilityState: { selected: isSelected, checked: isSelected, disabled },
|
|
35106
35263
|
style: [
|
|
35107
|
-
|
|
35264
|
+
styles29.item,
|
|
35108
35265
|
{
|
|
35109
35266
|
backgroundColor: itemBackground(visualState)
|
|
35110
35267
|
}
|
|
35111
35268
|
],
|
|
35112
35269
|
children: [
|
|
35113
|
-
multiple ? /* @__PURE__ */ jsx(View, { pointerEvents: "none", style:
|
|
35114
|
-
/* @__PURE__ */ jsx(Text, { style:
|
|
35270
|
+
multiple ? /* @__PURE__ */ jsx(View, { pointerEvents: "none", style: styles29.itemCheckbox, children: /* @__PURE__ */ jsx(Checkbox, { value: isSelected, variant: "light" }) }) : null,
|
|
35271
|
+
/* @__PURE__ */ jsx(Text, { style: styles29.itemLabel, numberOfLines: 1, children: option.label })
|
|
35115
35272
|
]
|
|
35116
35273
|
},
|
|
35117
35274
|
option.value
|
|
@@ -35124,13 +35281,13 @@ var Select = forwardRef(
|
|
|
35124
35281
|
}
|
|
35125
35282
|
) : null
|
|
35126
35283
|
] }),
|
|
35127
|
-
showHint && hint ? /* @__PURE__ */ jsx(Text, { style: [
|
|
35284
|
+
showHint && hint ? /* @__PURE__ */ jsx(Text, { style: [styles29.hint, { color: hintColor }], children: hint }) : null
|
|
35128
35285
|
]
|
|
35129
35286
|
}
|
|
35130
35287
|
);
|
|
35131
35288
|
}
|
|
35132
35289
|
);
|
|
35133
|
-
var
|
|
35290
|
+
var styles29 = StyleSheet.create({
|
|
35134
35291
|
root: {
|
|
35135
35292
|
width: DEFAULT_WIDTH3,
|
|
35136
35293
|
gap: 8,
|
|
@@ -35220,8 +35377,8 @@ var styles27 = StyleSheet.create({
|
|
|
35220
35377
|
lineHeight: 16
|
|
35221
35378
|
},
|
|
35222
35379
|
iconSlot: {
|
|
35223
|
-
width:
|
|
35224
|
-
height:
|
|
35380
|
+
width: ICON_SIZE13,
|
|
35381
|
+
height: ICON_SIZE13,
|
|
35225
35382
|
alignItems: "center",
|
|
35226
35383
|
justifyContent: "center",
|
|
35227
35384
|
flexShrink: 0
|
|
@@ -35415,8 +35572,8 @@ var Textarea = forwardRef(function Textarea2({
|
|
|
35415
35572
|
};
|
|
35416
35573
|
useApplyWebClassName(rootRef, className);
|
|
35417
35574
|
useApplyWebClassName(inputRef, inputClassName);
|
|
35418
|
-
return /* @__PURE__ */ jsxs(View, { ref: rootRef, style: [
|
|
35419
|
-
showLabel && label ? /* @__PURE__ */ jsx(Pressable, { disabled, onPress: focusInput, style:
|
|
35575
|
+
return /* @__PURE__ */ jsxs(View, { ref: rootRef, style: [styles30.root, disabled && styles30.disabled, style], children: [
|
|
35576
|
+
showLabel && label ? /* @__PURE__ */ jsx(Pressable, { disabled, onPress: focusInput, style: styles30.labelPressable, children: /* @__PURE__ */ jsx(Text, { style: [styles30.label, { color: chrome.labelColor }], children: label }) }) : null,
|
|
35420
35577
|
/* @__PURE__ */ jsx(
|
|
35421
35578
|
Pressable,
|
|
35422
35579
|
{
|
|
@@ -35424,12 +35581,12 @@ var Textarea = forwardRef(function Textarea2({
|
|
|
35424
35581
|
disabled,
|
|
35425
35582
|
onPress: focusInput,
|
|
35426
35583
|
style: [
|
|
35427
|
-
|
|
35584
|
+
styles30.field,
|
|
35428
35585
|
{
|
|
35429
35586
|
borderColor: chrome.borderColor,
|
|
35430
35587
|
backgroundColor: chrome.backgroundColor
|
|
35431
35588
|
},
|
|
35432
|
-
Platform.OS === "web" ?
|
|
35589
|
+
Platform.OS === "web" ? styles30.fieldWeb : null,
|
|
35433
35590
|
fieldStyle
|
|
35434
35591
|
],
|
|
35435
35592
|
children: /* @__PURE__ */ jsx(
|
|
@@ -35458,11 +35615,11 @@ var Textarea = forwardRef(function Textarea2({
|
|
|
35458
35615
|
onBlur?.(event);
|
|
35459
35616
|
},
|
|
35460
35617
|
style: [
|
|
35461
|
-
|
|
35618
|
+
styles30.input,
|
|
35462
35619
|
textareaTypography.field,
|
|
35463
35620
|
{ color: chrome.textColor },
|
|
35464
|
-
Platform.OS === "web" ?
|
|
35465
|
-
Platform.OS === "android" ?
|
|
35621
|
+
Platform.OS === "web" ? styles30.inputWeb : null,
|
|
35622
|
+
Platform.OS === "android" ? styles30.inputAndroid : null,
|
|
35466
35623
|
inputStyle
|
|
35467
35624
|
],
|
|
35468
35625
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
@@ -35471,10 +35628,10 @@ var Textarea = forwardRef(function Textarea2({
|
|
|
35471
35628
|
)
|
|
35472
35629
|
}
|
|
35473
35630
|
),
|
|
35474
|
-
showHint && hint ? /* @__PURE__ */ jsx(Text, { style: [
|
|
35631
|
+
showHint && hint ? /* @__PURE__ */ jsx(Text, { style: [styles30.hint, { color: chrome.hintColor }], children: hint }) : null
|
|
35475
35632
|
] });
|
|
35476
35633
|
});
|
|
35477
|
-
var
|
|
35634
|
+
var styles30 = StyleSheet.create({
|
|
35478
35635
|
root: {
|
|
35479
35636
|
width: DEFAULT_WIDTH4,
|
|
35480
35637
|
gap: 8,
|
|
@@ -35584,13 +35741,13 @@ var Toggle = forwardRef(function Toggle2({
|
|
|
35584
35741
|
accessibilityRole: "switch",
|
|
35585
35742
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
35586
35743
|
accessibilityState: { checked: isActive, disabled },
|
|
35587
|
-
style: [
|
|
35744
|
+
style: [styles31.pressable, disabled && styles31.disabled, style],
|
|
35588
35745
|
children: [
|
|
35589
35746
|
/* @__PURE__ */ jsx(
|
|
35590
35747
|
Animated.View,
|
|
35591
35748
|
{
|
|
35592
35749
|
style: [
|
|
35593
|
-
|
|
35750
|
+
styles31.track,
|
|
35594
35751
|
{
|
|
35595
35752
|
backgroundColor: trackBackgroundColor
|
|
35596
35753
|
}
|
|
@@ -35599,7 +35756,7 @@ var Toggle = forwardRef(function Toggle2({
|
|
|
35599
35756
|
Animated.View,
|
|
35600
35757
|
{
|
|
35601
35758
|
style: [
|
|
35602
|
-
|
|
35759
|
+
styles31.thumb,
|
|
35603
35760
|
{
|
|
35604
35761
|
transform: [{ translateX: thumbTranslateX }]
|
|
35605
35762
|
}
|
|
@@ -35608,12 +35765,12 @@ var Toggle = forwardRef(function Toggle2({
|
|
|
35608
35765
|
)
|
|
35609
35766
|
}
|
|
35610
35767
|
),
|
|
35611
|
-
labelContent != null && labelContent !== false ? typeof labelContent === "string" || typeof labelContent === "number" ? /* @__PURE__ */ jsx(Text, { style: [
|
|
35768
|
+
labelContent != null && labelContent !== false ? typeof labelContent === "string" || typeof labelContent === "number" ? /* @__PURE__ */ jsx(Text, { style: [styles31.label, labelStyle], children: labelContent }) : labelContent : null
|
|
35612
35769
|
]
|
|
35613
35770
|
}
|
|
35614
35771
|
);
|
|
35615
35772
|
});
|
|
35616
|
-
var
|
|
35773
|
+
var styles31 = StyleSheet.create({
|
|
35617
35774
|
pressable: {
|
|
35618
35775
|
flexDirection: "row",
|
|
35619
35776
|
alignItems: "center",
|
|
@@ -35666,13 +35823,13 @@ var ToggleRow = forwardRef(function ToggleRow2({
|
|
|
35666
35823
|
...rest,
|
|
35667
35824
|
ref: setContainerRef,
|
|
35668
35825
|
style: [
|
|
35669
|
-
|
|
35826
|
+
styles32.root,
|
|
35670
35827
|
{
|
|
35671
35828
|
minHeight: isDesktop ? 65 : 57,
|
|
35672
35829
|
paddingTop: isDesktop ? 20 : 16,
|
|
35673
35830
|
paddingBottom: isDesktop ? 20 : 16
|
|
35674
35831
|
},
|
|
35675
|
-
!showBorder &&
|
|
35832
|
+
!showBorder && styles32.noBorder,
|
|
35676
35833
|
style
|
|
35677
35834
|
],
|
|
35678
35835
|
children: [
|
|
@@ -35680,7 +35837,7 @@ var ToggleRow = forwardRef(function ToggleRow2({
|
|
|
35680
35837
|
Text,
|
|
35681
35838
|
{
|
|
35682
35839
|
style: [
|
|
35683
|
-
|
|
35840
|
+
styles32.label,
|
|
35684
35841
|
{
|
|
35685
35842
|
fontSize: labelSize,
|
|
35686
35843
|
lineHeight: isDesktop ? 20 : 18,
|
|
@@ -35705,7 +35862,7 @@ var ToggleRow = forwardRef(function ToggleRow2({
|
|
|
35705
35862
|
}
|
|
35706
35863
|
);
|
|
35707
35864
|
});
|
|
35708
|
-
var
|
|
35865
|
+
var styles32 = StyleSheet.create({
|
|
35709
35866
|
root: {
|
|
35710
35867
|
width: "100%",
|
|
35711
35868
|
flexDirection: "row",
|
|
@@ -35777,21 +35934,21 @@ var RatingInput = forwardRef(
|
|
|
35777
35934
|
{
|
|
35778
35935
|
...rest,
|
|
35779
35936
|
ref: setContainerRef,
|
|
35780
|
-
style: [
|
|
35937
|
+
style: [styles33.root, disabled && styles33.disabled, style],
|
|
35781
35938
|
children: [
|
|
35782
|
-
showValue ? /* @__PURE__ */ jsx(Text, { numberOfLines: 1, style: [
|
|
35939
|
+
showValue ? /* @__PURE__ */ jsx(Text, { numberOfLines: 1, style: [styles33.value, valueStyle], children: selectedValue.toFixed(precision) }) : null,
|
|
35783
35940
|
/* @__PURE__ */ jsx(
|
|
35784
35941
|
View,
|
|
35785
35942
|
{
|
|
35786
35943
|
accessibilityRole: readOnly ? "image" : "radiogroup",
|
|
35787
35944
|
accessibilityLabel: resolvedAccessibilityLabel,
|
|
35788
35945
|
accessibilityState: { disabled },
|
|
35789
|
-
style: [
|
|
35946
|
+
style: [styles33.stars, { gap: resolvedStarGap }],
|
|
35790
35947
|
children: Array.from({ length: STAR_COUNT }, (_, index) => {
|
|
35791
35948
|
const starValue = index + 1;
|
|
35792
35949
|
const isSelected = starValue <= selectedStarCount;
|
|
35793
35950
|
const icon = isSelected ? /* @__PURE__ */ jsx(StarFilledIcon, { size: iconWidth, height: iconHeight }) : /* @__PURE__ */ jsx(StarIcon, { size: iconWidth, height: iconHeight });
|
|
35794
|
-
const itemStyle = [
|
|
35951
|
+
const itemStyle = [styles33.starItem, { width: size, height: size }];
|
|
35795
35952
|
if (readOnly) {
|
|
35796
35953
|
return /* @__PURE__ */ jsx(View, { style: itemStyle, children: icon }, starValue);
|
|
35797
35954
|
}
|
|
@@ -35817,7 +35974,7 @@ var RatingInput = forwardRef(
|
|
|
35817
35974
|
);
|
|
35818
35975
|
}
|
|
35819
35976
|
);
|
|
35820
|
-
var
|
|
35977
|
+
var styles33 = StyleSheet.create({
|
|
35821
35978
|
root: {
|
|
35822
35979
|
flexDirection: "row",
|
|
35823
35980
|
alignItems: "center",
|
|
@@ -35881,19 +36038,19 @@ var CommentCard = forwardRef(
|
|
|
35881
36038
|
setExpanded(next);
|
|
35882
36039
|
onExpandedChange?.(next);
|
|
35883
36040
|
};
|
|
35884
|
-
return /* @__PURE__ */ jsxs(View, { ...rest, ref: setContainerRef, style: [
|
|
35885
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
35886
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
36041
|
+
return /* @__PURE__ */ jsxs(View, { ...rest, ref: setContainerRef, style: [styles34.root, style], children: [
|
|
36042
|
+
/* @__PURE__ */ jsxs(View, { style: styles34.header, children: [
|
|
36043
|
+
/* @__PURE__ */ jsx(View, { style: styles34.avatar, children: hasImage ? /* @__PURE__ */ jsx(
|
|
35887
36044
|
Image,
|
|
35888
36045
|
{
|
|
35889
36046
|
source: { uri: imageUrl ?? void 0 },
|
|
35890
|
-
style:
|
|
36047
|
+
style: styles34.avatarImage,
|
|
35891
36048
|
onError: () => setImageFailed(true)
|
|
35892
36049
|
}
|
|
35893
36050
|
) : /* @__PURE__ */ jsx(UserIcon, { size: 20, color: colors.primary }) }),
|
|
35894
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
35895
|
-
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style:
|
|
35896
|
-
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style:
|
|
36051
|
+
/* @__PURE__ */ jsxs(View, { style: styles34.identity, children: [
|
|
36052
|
+
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style: styles34.name, children: userName }),
|
|
36053
|
+
/* @__PURE__ */ jsx(Text, { numberOfLines: 1, style: styles34.date, children: date })
|
|
35897
36054
|
] }),
|
|
35898
36055
|
/* @__PURE__ */ jsx(RatingInput, { value: rating, readOnly: true, showValue: false, size: 16 })
|
|
35899
36056
|
] }),
|
|
@@ -35901,7 +36058,7 @@ var CommentCard = forwardRef(
|
|
|
35901
36058
|
Text,
|
|
35902
36059
|
{
|
|
35903
36060
|
numberOfLines: expanded ? void 0 : maxCommentLines,
|
|
35904
|
-
style: [
|
|
36061
|
+
style: [styles34.comment, commentStyle],
|
|
35905
36062
|
children: commentText
|
|
35906
36063
|
}
|
|
35907
36064
|
),
|
|
@@ -35914,14 +36071,14 @@ var CommentCard = forwardRef(
|
|
|
35914
36071
|
hitSlop: 6,
|
|
35915
36072
|
onHoverIn: () => setActionHovered(true),
|
|
35916
36073
|
onHoverOut: () => setActionHovered(false),
|
|
35917
|
-
style:
|
|
36074
|
+
style: styles34.action,
|
|
35918
36075
|
children: /* @__PURE__ */ jsx(
|
|
35919
36076
|
Text,
|
|
35920
36077
|
{
|
|
35921
36078
|
style: [
|
|
35922
|
-
|
|
35923
|
-
expanded &&
|
|
35924
|
-
actionHovered && (expanded ?
|
|
36079
|
+
styles34.actionText,
|
|
36080
|
+
expanded && styles34.closeActionText,
|
|
36081
|
+
actionHovered && (expanded ? styles34.closeActionTextHovered : styles34.openActionTextHovered)
|
|
35925
36082
|
],
|
|
35926
36083
|
children: expanded ? readLessLabel : readMoreLabel
|
|
35927
36084
|
}
|
|
@@ -35931,7 +36088,7 @@ var CommentCard = forwardRef(
|
|
|
35931
36088
|
] });
|
|
35932
36089
|
}
|
|
35933
36090
|
);
|
|
35934
|
-
var
|
|
36091
|
+
var styles34 = StyleSheet.create({
|
|
35935
36092
|
root: {
|
|
35936
36093
|
width: CARD_WIDTH2,
|
|
35937
36094
|
minHeight: CARD_MIN_HEIGHT,
|
|
@@ -36370,7 +36527,7 @@ var Range = forwardRef(function Range2({
|
|
|
36370
36527
|
...rest,
|
|
36371
36528
|
ref: setRootRef,
|
|
36372
36529
|
onLayout,
|
|
36373
|
-
style: [
|
|
36530
|
+
style: [styles35.root, disabled && styles35.disabled, style],
|
|
36374
36531
|
children: [
|
|
36375
36532
|
/* @__PURE__ */ jsxs(
|
|
36376
36533
|
Pressable,
|
|
@@ -36384,16 +36541,16 @@ var Range = forwardRef(function Range2({
|
|
|
36384
36541
|
updateNearestFromTrack(event.nativeEvent.offsetX);
|
|
36385
36542
|
} : void 0,
|
|
36386
36543
|
onPress: Platform.OS === "web" ? void 0 : handleTrackPress,
|
|
36387
|
-
style:
|
|
36544
|
+
style: styles35.sliderPlane,
|
|
36388
36545
|
tabIndex: -1,
|
|
36389
36546
|
children: [
|
|
36390
|
-
/* @__PURE__ */ jsx(View, { pointerEvents: "none", style:
|
|
36547
|
+
/* @__PURE__ */ jsx(View, { pointerEvents: "none", style: styles35.track }),
|
|
36391
36548
|
/* @__PURE__ */ jsx(
|
|
36392
36549
|
View,
|
|
36393
36550
|
{
|
|
36394
36551
|
pointerEvents: "none",
|
|
36395
36552
|
style: [
|
|
36396
|
-
|
|
36553
|
+
styles35.activeTrack,
|
|
36397
36554
|
{
|
|
36398
36555
|
left: TRACK_HORIZONTAL_INSET + fromOffset,
|
|
36399
36556
|
width: toOffset - fromOffset + THUMB_SIZE2
|
|
@@ -36435,9 +36592,9 @@ var Range = forwardRef(function Range2({
|
|
|
36435
36592
|
onAccessibilityAction: (event) => handleAccessibilityAction(event, effectiveFrom, updateFromInput),
|
|
36436
36593
|
pointerEvents: disabled ? "none" : "auto",
|
|
36437
36594
|
style: [
|
|
36438
|
-
|
|
36439
|
-
Platform.OS === "web" &&
|
|
36440
|
-
focusedThumb === "from" && Platform.OS === "web" &&
|
|
36595
|
+
styles35.thumb,
|
|
36596
|
+
Platform.OS === "web" && styles35.thumbWeb,
|
|
36597
|
+
focusedThumb === "from" && Platform.OS === "web" && styles35.thumbFocusedWeb,
|
|
36441
36598
|
{ left: TRACK_HORIZONTAL_INSET + fromOffset }
|
|
36442
36599
|
],
|
|
36443
36600
|
tabIndex: disabled ? -1 : 0
|
|
@@ -36477,9 +36634,9 @@ var Range = forwardRef(function Range2({
|
|
|
36477
36634
|
onAccessibilityAction: (event) => handleAccessibilityAction(event, effectiveTo, updateToInput),
|
|
36478
36635
|
pointerEvents: disabled ? "none" : "auto",
|
|
36479
36636
|
style: [
|
|
36480
|
-
|
|
36481
|
-
Platform.OS === "web" &&
|
|
36482
|
-
focusedThumb === "to" && Platform.OS === "web" &&
|
|
36637
|
+
styles35.thumb,
|
|
36638
|
+
Platform.OS === "web" && styles35.thumbWeb,
|
|
36639
|
+
focusedThumb === "to" && Platform.OS === "web" && styles35.thumbFocusedWeb,
|
|
36483
36640
|
{ left: TRACK_HORIZONTAL_INSET + toOffset }
|
|
36484
36641
|
],
|
|
36485
36642
|
tabIndex: disabled ? -1 : 0
|
|
@@ -36488,7 +36645,7 @@ var Range = forwardRef(function Range2({
|
|
|
36488
36645
|
]
|
|
36489
36646
|
}
|
|
36490
36647
|
),
|
|
36491
|
-
/* @__PURE__ */ jsxs(View, { style:
|
|
36648
|
+
/* @__PURE__ */ jsxs(View, { style: styles35.inputs, children: [
|
|
36492
36649
|
/* @__PURE__ */ jsx(
|
|
36493
36650
|
RangeInput,
|
|
36494
36651
|
{
|
|
@@ -36539,7 +36696,7 @@ function RangeInput({
|
|
|
36539
36696
|
placeholder,
|
|
36540
36697
|
value
|
|
36541
36698
|
}) {
|
|
36542
|
-
return /* @__PURE__ */ jsxs(View, { style: [
|
|
36699
|
+
return /* @__PURE__ */ jsxs(View, { style: [styles35.inputField, focused && styles35.inputFieldFocused], children: [
|
|
36543
36700
|
/* @__PURE__ */ jsx(
|
|
36544
36701
|
TextInput,
|
|
36545
36702
|
{
|
|
@@ -36555,15 +36712,15 @@ function RangeInput({
|
|
|
36555
36712
|
placeholder,
|
|
36556
36713
|
placeholderTextColor: colors.grey150,
|
|
36557
36714
|
returnKeyType: "done",
|
|
36558
|
-
style: [
|
|
36715
|
+
style: [styles35.input, Platform.OS === "web" && styles35.inputWeb],
|
|
36559
36716
|
tabIndex: disabled ? -1 : void 0,
|
|
36560
36717
|
value
|
|
36561
36718
|
}
|
|
36562
36719
|
),
|
|
36563
|
-
/* @__PURE__ */ jsx(View, { style:
|
|
36720
|
+
/* @__PURE__ */ jsx(View, { style: styles35.currencySlot, children: /* @__PURE__ */ jsx(Text, { style: styles35.currency, children: currency }) })
|
|
36564
36721
|
] });
|
|
36565
36722
|
}
|
|
36566
|
-
var
|
|
36723
|
+
var styles35 = StyleSheet.create({
|
|
36567
36724
|
root: {
|
|
36568
36725
|
width: DEFAULT_WIDTH5,
|
|
36569
36726
|
gap: 15,
|
|
@@ -36772,6 +36929,6 @@ react-dom/cjs/react-dom.development.js:
|
|
|
36772
36929
|
*)
|
|
36773
36930
|
*/
|
|
36774
36931
|
|
|
36775
|
-
export { AccordionItem, 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, CameraFilledIcon, CameraIcon, CardLocationIcon, CheckBadgeIcon, CheckIcon, CheckSuccessIcon, Checkbox, ChevronDownIcon, ChevronLeftIcon, ClockFilledIcon, ClockIcon, CloseIcon, CommentCard, ContactInfoCard, CopyIcon, Counter, DatePicker, DownloadIcon, EditIcon, FacebookIcon, FavoritesButton, FiltersIcon, FloatingActionButton, FullscreenIcon, GlobeIcon, GooglePlayIcon, GuestsIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HideIcon, HomeIcon, Icon, InfoTile, Input, InstagramIcon, KeyIcon, LanguageSwitcher, LayoutGridIcon, LinkedInIcon, ListViewIcon, LocationPinIcon, LocationUserIcon, LockIcon, LogOutIcon, MailIcon, MapCollapseIcon, MapExpandIcon, MapViewIcon, MenuIcon, MenuItem, MenuLinesIcon, MinusIcon, Modal, 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, ToggleRow, 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 };
|
|
36932
|
+
export { AccordionItem, 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, CameraFilledIcon, CameraIcon, CardLocationIcon, CheckBadgeIcon, CheckIcon, CheckSuccessIcon, Checkbox, ChevronDownIcon, ChevronLeftIcon, ClockFilledIcon, ClockIcon, CloseIcon, CommentCard, ContactInfoCard, CopyIcon, Counter, DatePicker, DownloadIcon, EditIcon, FacebookIcon, FavoritesButton, FiltersIcon, FloatingActionButton, FullscreenIcon, GlobeIcon, GooglePlayIcon, GuestsIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HideIcon, HomeIcon, Icon, IconStatusBadge, InfoCardV2, InfoTile, Input, InstagramIcon, KeyIcon, LanguageSwitcher, LayoutGridIcon, LinkedInIcon, ListViewIcon, LocationPinIcon, LocationUserIcon, LockIcon, LogOutIcon, MailIcon, MapCollapseIcon, MapExpandIcon, MapViewIcon, MenuIcon, MenuItem, MenuLinesIcon, MinusIcon, Modal, MoreHorizontalIcon, 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, TableViewIcon, Textarea, Toggle, ToggleRow, 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 };
|
|
36776
36933
|
//# sourceMappingURL=index.js.map
|
|
36777
36934
|
//# sourceMappingURL=index.js.map
|