@ornikar/kitt-universal 27.9.1-canary.4b911192ae095bb2eb65643367ed285b3f849cd8.0 → 27.9.1-canary.7887d5a9313c31fdf8e4d5a4b645a75389e9e991.0
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/CHANGELOG.md +3 -7
- package/dist/definitions/CardModal/CardModalBody.d.ts +1 -1
- package/dist/definitions/CardModal/CardModalBody.d.ts.map +1 -1
- package/dist/definitions/CardModal/CardModalHeader.d.ts +17 -3
- package/dist/definitions/CardModal/CardModalHeader.d.ts.map +1 -1
- package/dist/definitions/FullscreenModal/Header.d.ts +18 -3
- package/dist/definitions/FullscreenModal/Header.d.ts.map +1 -1
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.d.ts +7 -6
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.d.ts.map +1 -1
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.web.d.ts +1 -1
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.web.d.ts.map +1 -1
- package/dist/definitions/Picker/Picker.d.ts.map +1 -1
- package/dist/definitions/TopNavBar/TopNavBar.d.ts +1 -1
- package/dist/definitions/TopNavBar/TopNavBar.d.ts.map +1 -1
- package/dist/definitions/forms/DatePicker/components/NativeUIDatePicker/ModalPlatformDateTimePicker.d.ts.map +1 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +12 -14
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
- package/dist/definitions/themes/default.d.ts +1 -0
- package/dist/definitions/themes/default.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts +1 -1
- package/dist/definitions/themes/late-ocean/fullscreenModal.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/iconButton.d.ts +6 -0
- package/dist/definitions/themes/late-ocean/iconButton.d.ts.map +1 -0
- package/dist/index-metro.es.android.js +285 -153
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +285 -153
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +275 -151
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +261 -142
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +276 -152
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +262 -143
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +291 -159
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +345 -219
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +8 -2
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +8 -2
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.js +8 -2
- package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.web.js +8 -2
- package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-22.17.es.mjs +8 -2
- package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
- package/dist/linaria-themes-node-22.17.es.web.mjs +8 -2
- package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +8 -2
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +8 -2
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -13,7 +13,7 @@ export { useWindowDimensions as useWindowSize } from 'react-native';
|
|
|
13
13
|
import _typeof from '@babel/runtime/helpers/typeof';
|
|
14
14
|
import _regeneratorRuntime from '@babel/runtime/helpers/regeneratorRuntime';
|
|
15
15
|
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
16
|
-
import { SpinnerGapRegularIcon, UserRegularIcon,
|
|
16
|
+
import { SpinnerGapRegularIcon, UserRegularIcon, CaretUpFillIcon, CaretDownFillIcon, MapPinRegularIcon, EyeClosedRegularIcon, EyeRegularIcon, CheckCircleFillIcon, CaretDownRegularIcon, XRegularIcon, CaretRightRegularIcon, InfoRegularIcon, WarningRegularIcon, CheckRegularIcon, WarningCircleRegularIcon, ArrowCounterClockwiseRegularIcon, InfoFillIcon, WarningCircleFillIcon, WarningFillIcon, ArrowLeftRegularIcon } from '@ornikar/kitt-icons/phosphor';
|
|
17
17
|
import { BottomSheetView, BottomSheetScrollView, BottomSheetSectionList, BottomSheetFlatList, BottomSheetHandle, BottomSheetBackdrop, BottomSheetFooter, BottomSheetTextInput, BottomSheetModal, useBottomSheetModal } from '@gorhom/bottom-sheet';
|
|
18
18
|
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
|
19
19
|
import { parse } from '@twemoji/parser';
|
|
@@ -1820,12 +1820,12 @@ var fullscreenModal = {
|
|
|
1820
1820
|
header: {
|
|
1821
1821
|
height: 56
|
|
1822
1822
|
},
|
|
1823
|
-
|
|
1823
|
+
sharedHorizontalPadding: 16,
|
|
1824
1824
|
footer: {
|
|
1825
1825
|
verticalPadding: 12
|
|
1826
1826
|
},
|
|
1827
1827
|
body: {
|
|
1828
|
-
verticalPadding:
|
|
1828
|
+
verticalPadding: 24
|
|
1829
1829
|
},
|
|
1830
1830
|
animation: {
|
|
1831
1831
|
overlay: {
|
|
@@ -1912,6 +1912,11 @@ var icon = {
|
|
|
1912
1912
|
defaultSize: 20
|
|
1913
1913
|
};
|
|
1914
1914
|
|
|
1915
|
+
var iconButton = {
|
|
1916
|
+
width: button.height.medium,
|
|
1917
|
+
height: button.height.medium
|
|
1918
|
+
};
|
|
1919
|
+
|
|
1915
1920
|
var listItem = {
|
|
1916
1921
|
padding: '12px 16px',
|
|
1917
1922
|
verticalPadding: 12,
|
|
@@ -2643,6 +2648,7 @@ var theme = {
|
|
|
2643
2648
|
highlight: highlight,
|
|
2644
2649
|
icon: icon,
|
|
2645
2650
|
buttonBadge: buttonBadge,
|
|
2651
|
+
iconButton: iconButton,
|
|
2646
2652
|
listItem: listItem,
|
|
2647
2653
|
pageLoader: pageLoader,
|
|
2648
2654
|
picker: picker,
|
|
@@ -4373,16 +4379,25 @@ function CardModalBehaviour(_ref) {
|
|
|
4373
4379
|
});
|
|
4374
4380
|
}
|
|
4375
4381
|
|
|
4376
|
-
var _excluded$J = ["children", "
|
|
4382
|
+
var _excluded$J = ["children", "paddingX", "paddingY"];
|
|
4377
4383
|
function CardModalBody(_ref) {
|
|
4378
4384
|
var children = _ref.children,
|
|
4379
|
-
_ref$
|
|
4380
|
-
|
|
4385
|
+
_ref$paddingX = _ref.paddingX,
|
|
4386
|
+
paddingX = _ref$paddingX === void 0 ? {
|
|
4387
|
+
base: 'kitt.4',
|
|
4388
|
+
medium: 'kitt.6'
|
|
4389
|
+
} : _ref$paddingX,
|
|
4390
|
+
_ref$paddingY = _ref.paddingY,
|
|
4391
|
+
paddingY = _ref$paddingY === void 0 ? {
|
|
4392
|
+
base: 'kitt.4',
|
|
4393
|
+
medium: 'kitt.6'
|
|
4394
|
+
} : _ref$paddingY,
|
|
4381
4395
|
props = _objectWithoutProperties(_ref, _excluded$J);
|
|
4382
4396
|
return /*#__PURE__*/jsx(ScrollView, _objectSpread(_objectSpread({
|
|
4383
4397
|
showsVerticalScrollIndicator: false,
|
|
4384
4398
|
_contentContainerStyle: {
|
|
4385
|
-
|
|
4399
|
+
paddingX: paddingX,
|
|
4400
|
+
paddingY: paddingY
|
|
4386
4401
|
}
|
|
4387
4402
|
}, props), {}, {
|
|
4388
4403
|
children: children
|
|
@@ -4413,145 +4428,55 @@ function CardModalFooter(_ref) {
|
|
|
4413
4428
|
}));
|
|
4414
4429
|
}
|
|
4415
4430
|
|
|
4416
|
-
var
|
|
4417
|
-
|
|
4418
|
-
|
|
4419
|
-
return {
|
|
4420
|
-
type: 'tertiary'
|
|
4421
|
-
};
|
|
4422
|
-
case 'secondary':
|
|
4423
|
-
return {
|
|
4424
|
-
type: 'secondary'
|
|
4425
|
-
};
|
|
4426
|
-
case 'primary':
|
|
4427
|
-
return {
|
|
4428
|
-
type: 'primary'
|
|
4429
|
-
};
|
|
4430
|
-
case 'primary-plain':
|
|
4431
|
-
return {
|
|
4432
|
-
type: 'primary'
|
|
4433
|
-
};
|
|
4434
|
-
case 'ghost':
|
|
4435
|
-
return {
|
|
4436
|
-
type: 'tertiary',
|
|
4437
|
-
variant: 'revert'
|
|
4438
|
-
};
|
|
4439
|
-
default:
|
|
4440
|
-
return {
|
|
4441
|
-
type: 'secondary'
|
|
4442
|
-
};
|
|
4443
|
-
}
|
|
4444
|
-
};
|
|
4445
|
-
|
|
4446
|
-
var _excluded$H = ["color", "ariaLabel"];
|
|
4447
|
-
/**
|
|
4448
|
-
* @deprecated IconButton should only be used as a navigation button
|
|
4449
|
-
* Other use cases should use a <Button> component with an icon
|
|
4450
|
-
*/
|
|
4451
|
-
function IconButton(_ref) {
|
|
4452
|
-
var _ref$color = _ref.color,
|
|
4453
|
-
color = _ref$color === void 0 ? 'black' : _ref$color;
|
|
4454
|
-
_ref.ariaLabel;
|
|
4455
|
-
var props = _objectWithoutProperties(_ref, _excluded$H);
|
|
4456
|
-
var _getButtonTypeAndVari = getButtonTypeAndVariant(color),
|
|
4457
|
-
legacyColorToType = _getButtonTypeAndVari.type,
|
|
4458
|
-
legacyColorToVariant = _getButtonTypeAndVari.variant;
|
|
4459
|
-
return /*#__PURE__*/jsx(Button, _objectSpread({
|
|
4460
|
-
variant: legacyColorToVariant,
|
|
4461
|
-
type: legacyColorToType
|
|
4462
|
-
}, props));
|
|
4463
|
-
}
|
|
4464
|
-
function CloseIconButton(props) {
|
|
4465
|
-
return /*#__PURE__*/jsx(IconButton, _objectSpread({
|
|
4466
|
-
icon: /*#__PURE__*/jsx(XRegularIcon, {})
|
|
4467
|
-
}, props));
|
|
4468
|
-
}
|
|
4469
|
-
|
|
4470
|
-
function TopNavBar(_ref) {
|
|
4471
|
-
var left = _ref.left,
|
|
4472
|
-
right = _ref.right,
|
|
4431
|
+
var _excluded$H = ["children", "title", "paddingBottom", "hasSeparator", "right", "left"];
|
|
4432
|
+
function CardModalHeader(_ref) {
|
|
4433
|
+
var children = _ref.children,
|
|
4473
4434
|
title = _ref.title,
|
|
4474
|
-
_ref$
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
|
|
4435
|
+
_ref$paddingBottom = _ref.paddingBottom,
|
|
4436
|
+
paddingBottom = _ref$paddingBottom === void 0 ? {
|
|
4437
|
+
base: 'kitt.4',
|
|
4438
|
+
medium: 'kitt.2'
|
|
4439
|
+
} : _ref$paddingBottom,
|
|
4479
4440
|
_ref$hasSeparator = _ref.hasSeparator,
|
|
4480
|
-
hasSeparator = _ref$hasSeparator === void 0 ? true : _ref$hasSeparator
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
paddingTop: isLargeTitleMode ? 'kitt.2' : 'kitt.3',
|
|
4492
|
-
paddingBottom: "kitt.3",
|
|
4493
|
-
borderBottomWidth: hasSeparator && mode === 'default' ? 1 : 0,
|
|
4441
|
+
hasSeparator = _ref$hasSeparator === void 0 ? true : _ref$hasSeparator,
|
|
4442
|
+
right = _ref.right,
|
|
4443
|
+
left = _ref.left,
|
|
4444
|
+
props = _objectWithoutProperties(_ref, _excluded$H);
|
|
4445
|
+
var defaultContainerPadding = {
|
|
4446
|
+
base: 'kitt.4',
|
|
4447
|
+
medium: 'kitt.6'
|
|
4448
|
+
};
|
|
4449
|
+
return /*#__PURE__*/jsx(View, _objectSpread(_objectSpread({}, props), {}, {
|
|
4450
|
+
padding: paddingBottom,
|
|
4451
|
+
borderBottomWidth: hasSeparator ? 'kitt.cardModal.footer.borderWidth' : 0,
|
|
4494
4452
|
borderColor: "kitt.separator",
|
|
4495
|
-
|
|
4453
|
+
justifyContent: "center",
|
|
4454
|
+
width: "100%",
|
|
4455
|
+
height: "kitt.cardModal.header.height",
|
|
4456
|
+
paddingRight: right ? 'kitt.2' : defaultContainerPadding,
|
|
4457
|
+
paddingLeft: left ? 'kitt.2' : defaultContainerPadding,
|
|
4458
|
+
children: /*#__PURE__*/jsxs(View, {
|
|
4496
4459
|
alignItems: "center",
|
|
4497
|
-
|
|
4498
|
-
|
|
4460
|
+
flexDirection: "row",
|
|
4461
|
+
justifyContent: !children && !left ? 'flex-end' : 'space-between',
|
|
4462
|
+
children: [left ? /*#__PURE__*/jsx(View, {
|
|
4463
|
+
width: "kitt.iconButton.width",
|
|
4464
|
+
children: left
|
|
4465
|
+
}) : null, /*#__PURE__*/jsxs(View, {
|
|
4499
4466
|
flexGrow: "1",
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
textAlign: titleAlign,
|
|
4467
|
+
paddingRight: right ? 'kitt.2' : 0,
|
|
4468
|
+
paddingLeft: left ? 'kitt.2' : 0,
|
|
4469
|
+
children: [title ? /*#__PURE__*/jsx(Typography.Text, {
|
|
4470
|
+
textAlign: !left && right ? 'left' : 'center',
|
|
4505
4471
|
variant: "bold",
|
|
4506
|
-
ellipsizeMode: "tail",
|
|
4507
|
-
numberOfLines: 1,
|
|
4508
4472
|
children: title
|
|
4509
|
-
}) : null
|
|
4510
|
-
})
|
|
4511
|
-
width: "kitt.
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
children: [stickers ? /*#__PURE__*/jsx(HStack, {
|
|
4517
|
-
width: "100%",
|
|
4518
|
-
space: "kitt.1",
|
|
4519
|
-
flexShrink: 1,
|
|
4520
|
-
flexWrap: "wrap",
|
|
4521
|
-
style: {
|
|
4522
|
-
rowGap: theme.getSpacing(1)
|
|
4523
|
-
},
|
|
4524
|
-
children: stickers.map(function (sticker, index) {
|
|
4525
|
-
return (
|
|
4526
|
-
/*#__PURE__*/
|
|
4527
|
-
// eslint-disable-next-line react/no-array-index-key
|
|
4528
|
-
jsx(View, {
|
|
4529
|
-
children: sticker
|
|
4530
|
-
}, index)
|
|
4531
|
-
);
|
|
4532
|
-
})
|
|
4533
|
-
}) : null, /*#__PURE__*/jsx(Typography.Text, {
|
|
4534
|
-
base: "heading-m",
|
|
4535
|
-
children: title
|
|
4536
|
-
})]
|
|
4537
|
-
}) : null]
|
|
4538
|
-
});
|
|
4539
|
-
}
|
|
4540
|
-
function CloseButton(props) {
|
|
4541
|
-
return /*#__PURE__*/jsx(IconButton, _objectSpread({
|
|
4542
|
-
icon: /*#__PURE__*/jsx(XRegularIcon, {})
|
|
4543
|
-
}, props));
|
|
4544
|
-
}
|
|
4545
|
-
function BackButton(props) {
|
|
4546
|
-
return /*#__PURE__*/jsx(IconButton, _objectSpread({
|
|
4547
|
-
icon: /*#__PURE__*/jsx(ArrowLeftRegularIcon, {})
|
|
4548
|
-
}, props));
|
|
4549
|
-
}
|
|
4550
|
-
TopNavBar.CloseButton = CloseButton;
|
|
4551
|
-
TopNavBar.BackButton = BackButton;
|
|
4552
|
-
|
|
4553
|
-
function CardModalHeader(props) {
|
|
4554
|
-
return /*#__PURE__*/jsx(TopNavBar, _objectSpread({}, props));
|
|
4473
|
+
}) : null, children]
|
|
4474
|
+
}), right ? /*#__PURE__*/jsx(View, {
|
|
4475
|
+
width: "kitt.iconButton.width",
|
|
4476
|
+
children: right
|
|
4477
|
+
}) : null]
|
|
4478
|
+
})
|
|
4479
|
+
}));
|
|
4555
4480
|
}
|
|
4556
4481
|
|
|
4557
4482
|
var _excluded$G = ["backgroundColor", "maxWidth", "withoutShadow", "children", "header", "body", "footer"];
|
|
@@ -6446,7 +6371,11 @@ var _excluded$u = ["title", "isVisible", "value", "validateButtonLabel", "onClos
|
|
|
6446
6371
|
function ModalTitle(_ref) {
|
|
6447
6372
|
var children = _ref.children;
|
|
6448
6373
|
return /*#__PURE__*/jsx(CardModal.Header, {
|
|
6449
|
-
|
|
6374
|
+
children: /*#__PURE__*/jsx(Typography.Text, {
|
|
6375
|
+
base: "body-m",
|
|
6376
|
+
variant: "bold",
|
|
6377
|
+
children: children
|
|
6378
|
+
})
|
|
6450
6379
|
});
|
|
6451
6380
|
}
|
|
6452
6381
|
function ModalPlatformDateTimePicker(_ref2) {
|
|
@@ -8526,17 +8455,64 @@ function FullscreenModalContainer(_ref) {
|
|
|
8526
8455
|
});
|
|
8527
8456
|
}
|
|
8528
8457
|
|
|
8529
|
-
var _excluded$c = ["shouldHandleTopNotch"];
|
|
8458
|
+
var _excluded$c = ["hasSeparator", "isTransparent", "title", "children", "right", "left", "shouldHandleTopNotch"];
|
|
8530
8459
|
function FullscreenModalHeader(_ref) {
|
|
8531
|
-
var _ref$
|
|
8460
|
+
var _ref$hasSeparator = _ref.hasSeparator,
|
|
8461
|
+
hasSeparator = _ref$hasSeparator === void 0 ? true : _ref$hasSeparator,
|
|
8462
|
+
isTransparent = _ref.isTransparent,
|
|
8463
|
+
title = _ref.title,
|
|
8464
|
+
children = _ref.children,
|
|
8465
|
+
right = _ref.right,
|
|
8466
|
+
left = _ref.left,
|
|
8467
|
+
_ref$shouldHandleTopN = _ref.shouldHandleTopNotch,
|
|
8532
8468
|
shouldHandleTopNotch = _ref$shouldHandleTopN === void 0 ? true : _ref$shouldHandleTopN,
|
|
8533
8469
|
props = _objectWithoutProperties(_ref, _excluded$c);
|
|
8534
8470
|
var _useSafeAreaInsets = useSafeAreaInsets(),
|
|
8535
8471
|
top = _useSafeAreaInsets.top;
|
|
8536
|
-
|
|
8472
|
+
var hasRight = Boolean(right);
|
|
8473
|
+
var hasLeft = Boolean(left);
|
|
8474
|
+
var hasContent = Boolean(title || children);
|
|
8475
|
+
return /*#__PURE__*/jsx(View, _objectSpread(_objectSpread({
|
|
8476
|
+
backgroundColor: isTransparent ? 'kitt.transparent' : 'kitt.uiBackgroundLight',
|
|
8477
|
+
minHeight: "kitt.fullscreenModal.header.height",
|
|
8478
|
+
width: "100%",
|
|
8479
|
+
justifyContent: "center",
|
|
8537
8480
|
paddingTop: shouldHandleTopNotch ? top : undefined,
|
|
8538
|
-
|
|
8539
|
-
|
|
8481
|
+
paddingRight: hasRight ? 'kitt.2' : 'kitt.fullscreenModal.horizontalPadding',
|
|
8482
|
+
paddingLeft: hasLeft ? 'kitt.2' : 'kitt.fullscreenModal.horizontalPadding',
|
|
8483
|
+
borderBottomColor: "kitt.separator",
|
|
8484
|
+
borderBottomWidth: hasSeparator ? 1 : undefined
|
|
8485
|
+
}, props), {}, {
|
|
8486
|
+
children: /*#__PURE__*/jsxs(View, {
|
|
8487
|
+
flexDirection: "row",
|
|
8488
|
+
alignItems: "center",
|
|
8489
|
+
justifyContent: !hasContent && !hasLeft ? 'flex-end' : 'space-between',
|
|
8490
|
+
children: [left ? /*#__PURE__*/jsx(View, {
|
|
8491
|
+
width: "kitt.iconButton.width",
|
|
8492
|
+
children: left
|
|
8493
|
+
}) : null, title ? /*#__PURE__*/jsx(View, {
|
|
8494
|
+
flexGrow: 1,
|
|
8495
|
+
flexShrink: 1,
|
|
8496
|
+
paddingLeft: hasLeft ? 'kitt.2' : undefined,
|
|
8497
|
+
paddingRight: hasRight ? 'kitt.2' : 0,
|
|
8498
|
+
children: /*#__PURE__*/jsx(Typography.Text, {
|
|
8499
|
+
variant: "bold",
|
|
8500
|
+
textAlign: !hasLeft && hasRight ? 'left' : 'center',
|
|
8501
|
+
children: title
|
|
8502
|
+
})
|
|
8503
|
+
}) : null, children ? /*#__PURE__*/jsx(View, {
|
|
8504
|
+
flexGrow: 1,
|
|
8505
|
+
flexShrink: 1,
|
|
8506
|
+
alignItems: "center",
|
|
8507
|
+
paddingLeft: hasLeft ? 'kitt.2' : undefined,
|
|
8508
|
+
paddingRight: hasRight ? 'kitt.2' : undefined,
|
|
8509
|
+
children: children
|
|
8510
|
+
}) : null, right || left ? /*#__PURE__*/jsx(View, {
|
|
8511
|
+
width: "kitt.iconButton.width",
|
|
8512
|
+
children: right
|
|
8513
|
+
}) : null]
|
|
8514
|
+
})
|
|
8515
|
+
}));
|
|
8540
8516
|
}
|
|
8541
8517
|
|
|
8542
8518
|
function FullscreenModal(_ref) {
|
|
@@ -8835,6 +8811,60 @@ function Highlight(_ref) {
|
|
|
8835
8811
|
});
|
|
8836
8812
|
}
|
|
8837
8813
|
|
|
8814
|
+
var getButtonTypeAndVariant = function (iconColor) {
|
|
8815
|
+
switch (iconColor) {
|
|
8816
|
+
case 'black':
|
|
8817
|
+
return {
|
|
8818
|
+
type: 'tertiary'
|
|
8819
|
+
};
|
|
8820
|
+
case 'secondary':
|
|
8821
|
+
return {
|
|
8822
|
+
type: 'secondary'
|
|
8823
|
+
};
|
|
8824
|
+
case 'primary':
|
|
8825
|
+
return {
|
|
8826
|
+
type: 'primary'
|
|
8827
|
+
};
|
|
8828
|
+
case 'primary-plain':
|
|
8829
|
+
return {
|
|
8830
|
+
type: 'primary'
|
|
8831
|
+
};
|
|
8832
|
+
case 'ghost':
|
|
8833
|
+
return {
|
|
8834
|
+
type: 'tertiary',
|
|
8835
|
+
variant: 'revert'
|
|
8836
|
+
};
|
|
8837
|
+
default:
|
|
8838
|
+
return {
|
|
8839
|
+
type: 'secondary'
|
|
8840
|
+
};
|
|
8841
|
+
}
|
|
8842
|
+
};
|
|
8843
|
+
|
|
8844
|
+
var _excluded$b = ["color", "ariaLabel"];
|
|
8845
|
+
/**
|
|
8846
|
+
* @deprecated IconButton should only be used as a navigation button
|
|
8847
|
+
* Other use cases should use a <Button> component with an icon
|
|
8848
|
+
*/
|
|
8849
|
+
function IconButton(_ref) {
|
|
8850
|
+
var _ref$color = _ref.color,
|
|
8851
|
+
color = _ref$color === void 0 ? 'black' : _ref$color;
|
|
8852
|
+
_ref.ariaLabel;
|
|
8853
|
+
var props = _objectWithoutProperties(_ref, _excluded$b);
|
|
8854
|
+
var _getButtonTypeAndVari = getButtonTypeAndVariant(color),
|
|
8855
|
+
legacyColorToType = _getButtonTypeAndVari.type,
|
|
8856
|
+
legacyColorToVariant = _getButtonTypeAndVari.variant;
|
|
8857
|
+
return /*#__PURE__*/jsx(Button, _objectSpread({
|
|
8858
|
+
variant: legacyColorToVariant,
|
|
8859
|
+
type: legacyColorToType
|
|
8860
|
+
}, props));
|
|
8861
|
+
}
|
|
8862
|
+
function CloseIconButton(props) {
|
|
8863
|
+
return /*#__PURE__*/jsx(IconButton, _objectSpread({
|
|
8864
|
+
icon: /*#__PURE__*/jsx(XRegularIcon, {})
|
|
8865
|
+
}, props));
|
|
8866
|
+
}
|
|
8867
|
+
|
|
8838
8868
|
function InfoCard(_ref) {
|
|
8839
8869
|
var title = _ref.title,
|
|
8840
8870
|
action = _ref.action,
|
|
@@ -9056,7 +9086,7 @@ var getBackgroundColor = function (_ref) {
|
|
|
9056
9086
|
return isSelected || isHovered ? theme.mapMarker.meetingPoint.selected : theme.mapMarker.meetingPoint["default"];
|
|
9057
9087
|
};
|
|
9058
9088
|
|
|
9059
|
-
var _excluded$
|
|
9089
|
+
var _excluded$a = ["onPress", "testID"];
|
|
9060
9090
|
function StaticMapMarker$1(_ref) {
|
|
9061
9091
|
var variant = _ref.variant,
|
|
9062
9092
|
isHovered = _ref.isHovered,
|
|
@@ -9115,7 +9145,7 @@ function StaticMapMarker$1(_ref) {
|
|
|
9115
9145
|
function MapMarker(_ref2) {
|
|
9116
9146
|
var onPress = _ref2.onPress,
|
|
9117
9147
|
testID = _ref2.testID,
|
|
9118
|
-
props = _objectWithoutProperties(_ref2, _excluded$
|
|
9148
|
+
props = _objectWithoutProperties(_ref2, _excluded$a);
|
|
9119
9149
|
return /*#__PURE__*/jsx(Pressable$1, {
|
|
9120
9150
|
testID: testID,
|
|
9121
9151
|
onPress: onPress,
|
|
@@ -10562,6 +10592,9 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
10562
10592
|
},
|
|
10563
10593
|
icon: theme.icon,
|
|
10564
10594
|
cardModal: {
|
|
10595
|
+
header: {
|
|
10596
|
+
height: theme.cardModal.header.height
|
|
10597
|
+
},
|
|
10565
10598
|
maxWidth: theme.cardModal.maxWidth,
|
|
10566
10599
|
maxWidthWithPadding: theme.cardModal.maxWidthWithPadding,
|
|
10567
10600
|
minHeight: theme.cardModal.minHeight
|
|
@@ -10862,6 +10895,15 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
10862
10895
|
}
|
|
10863
10896
|
}
|
|
10864
10897
|
},
|
|
10898
|
+
iconButton: {
|
|
10899
|
+
width: theme.iconButton.width,
|
|
10900
|
+
height: theme.iconButton.height
|
|
10901
|
+
},
|
|
10902
|
+
fullscreenModal: {
|
|
10903
|
+
header: {
|
|
10904
|
+
height: theme.fullscreenModal.header.height
|
|
10905
|
+
}
|
|
10906
|
+
},
|
|
10865
10907
|
pageLoader: {
|
|
10866
10908
|
size: theme.pageLoader.size
|
|
10867
10909
|
},
|
|
@@ -10956,7 +10998,7 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
10956
10998
|
}
|
|
10957
10999
|
},
|
|
10958
11000
|
fullscreenModal: {
|
|
10959
|
-
horizontalPadding: theme.fullscreenModal.
|
|
11001
|
+
horizontalPadding: theme.fullscreenModal.sharedHorizontalPadding,
|
|
10960
11002
|
body: {
|
|
10961
11003
|
verticalPadding: theme.fullscreenModal.body.verticalPadding
|
|
10962
11004
|
},
|
|
@@ -11777,7 +11819,6 @@ function KittNativeBaseProvider(_ref) {
|
|
|
11777
11819
|
});
|
|
11778
11820
|
}
|
|
11779
11821
|
|
|
11780
|
-
var _excluded$a = ["right"];
|
|
11781
11822
|
function NavigationBottomSheet(_ref) {
|
|
11782
11823
|
var children = _ref.children,
|
|
11783
11824
|
hasScrollView = _ref.hasScrollView,
|
|
@@ -11816,15 +11857,19 @@ function NavigationBottomSheet(_ref) {
|
|
|
11816
11857
|
})
|
|
11817
11858
|
});
|
|
11818
11859
|
}
|
|
11819
|
-
|
|
11820
|
-
/**
|
|
11821
|
-
* Web only: display right CloseButton
|
|
11822
|
-
*/
|
|
11823
|
-
|
|
11824
11860
|
function NavigationBottomSheetHeader(_ref2) {
|
|
11825
|
-
_ref2.
|
|
11826
|
-
|
|
11827
|
-
return /*#__PURE__*/jsx(
|
|
11861
|
+
var children = _ref2.children;
|
|
11862
|
+
_ref2.left;
|
|
11863
|
+
return /*#__PURE__*/jsx(HStack, {
|
|
11864
|
+
marginBottom: "kitt.6",
|
|
11865
|
+
children: /*#__PURE__*/jsx(Typography.Text, {
|
|
11866
|
+
flexGrow: 1,
|
|
11867
|
+
flexShrink: 1,
|
|
11868
|
+
variant: "bold",
|
|
11869
|
+
textAlign: "center",
|
|
11870
|
+
children: children
|
|
11871
|
+
})
|
|
11872
|
+
});
|
|
11828
11873
|
}
|
|
11829
11874
|
function NavigationBottomSheetBody(props) {
|
|
11830
11875
|
return /*#__PURE__*/jsx(VStack, _objectSpread({
|
|
@@ -12268,9 +12313,14 @@ function Picker(_ref) {
|
|
|
12268
12313
|
onClose: handleClose,
|
|
12269
12314
|
children: /*#__PURE__*/jsxs(CardModal, {
|
|
12270
12315
|
children: [/*#__PURE__*/jsx(CardModal.Header, {
|
|
12271
|
-
|
|
12272
|
-
|
|
12316
|
+
right: /*#__PURE__*/jsx(IconButton, {
|
|
12317
|
+
icon: /*#__PURE__*/jsx(XRegularIcon, {}),
|
|
12273
12318
|
onPress: handleClose
|
|
12319
|
+
}),
|
|
12320
|
+
children: /*#__PURE__*/jsx(Typography.Text, {
|
|
12321
|
+
base: "body-m",
|
|
12322
|
+
variant: "bold",
|
|
12323
|
+
children: title
|
|
12274
12324
|
})
|
|
12275
12325
|
}), Platform.OS === 'ios' && shouldDisplayNativePickerOnIOS ? /*#__PURE__*/jsx(Picker$1, {
|
|
12276
12326
|
testID: testID,
|
|
@@ -13852,6 +13902,88 @@ function Tooltip(_ref) {
|
|
|
13852
13902
|
Tooltip.Arrow = Arrow;
|
|
13853
13903
|
Tooltip.Content = TooltipContent;
|
|
13854
13904
|
|
|
13905
|
+
function TopNavBar(_ref) {
|
|
13906
|
+
var left = _ref.left,
|
|
13907
|
+
right = _ref.right,
|
|
13908
|
+
title = _ref.title,
|
|
13909
|
+
_ref$titleAlign = _ref.titleAlign,
|
|
13910
|
+
titleAlign = _ref$titleAlign === void 0 ? 'center' : _ref$titleAlign,
|
|
13911
|
+
stickers = _ref.stickers,
|
|
13912
|
+
_ref$mode = _ref.mode,
|
|
13913
|
+
mode = _ref$mode === void 0 ? 'default' : _ref$mode,
|
|
13914
|
+
_ref$hasSeparator = _ref.hasSeparator,
|
|
13915
|
+
hasSeparator = _ref$hasSeparator === void 0 ? true : _ref$hasSeparator;
|
|
13916
|
+
var isLargeTitleMode = mode === 'largeTitle';
|
|
13917
|
+
return /*#__PURE__*/jsxs(VStack, {
|
|
13918
|
+
space: isLargeTitleMode ? 'kitt.2' : undefined,
|
|
13919
|
+
width: "100%",
|
|
13920
|
+
height: mode === 'default' ? 56 : undefined,
|
|
13921
|
+
justifyContent: "center",
|
|
13922
|
+
paddingX: "kitt.2",
|
|
13923
|
+
paddingTop: isLargeTitleMode ? 'kitt.2' : 'kitt.3',
|
|
13924
|
+
paddingBottom: "kitt.3",
|
|
13925
|
+
borderBottomWidth: hasSeparator && mode === 'default' ? 1 : 0,
|
|
13926
|
+
borderColor: "kitt.separator",
|
|
13927
|
+
children: [/*#__PURE__*/jsxs(HStack, {
|
|
13928
|
+
alignItems: "center",
|
|
13929
|
+
justifyContent: !title && !left ? 'flex-end' : 'space-between',
|
|
13930
|
+
children: [left !== null && left !== void 0 ? left : /*#__PURE__*/jsx(View, {
|
|
13931
|
+
width: "kitt.button.minWidth"
|
|
13932
|
+
}), mode === 'default' ? /*#__PURE__*/jsx(View, {
|
|
13933
|
+
flexGrow: "1",
|
|
13934
|
+
flexShrink: 1,
|
|
13935
|
+
paddingRight: "kitt.2",
|
|
13936
|
+
paddingLeft: "kitt.2",
|
|
13937
|
+
children: title ? /*#__PURE__*/jsx(Typography.Text, {
|
|
13938
|
+
textAlign: titleAlign,
|
|
13939
|
+
variant: "bold",
|
|
13940
|
+
ellipsizeMode: "tail",
|
|
13941
|
+
numberOfLines: 1,
|
|
13942
|
+
children: title
|
|
13943
|
+
}) : null
|
|
13944
|
+
}) : null, right !== null && right !== void 0 ? right : /*#__PURE__*/jsx(View, {
|
|
13945
|
+
width: "kitt.button.minWidth"
|
|
13946
|
+
})]
|
|
13947
|
+
}), mode === 'largeTitle' ? /*#__PURE__*/jsxs(VStack, {
|
|
13948
|
+
space: "kitt.4",
|
|
13949
|
+
paddingX: "kitt.2",
|
|
13950
|
+
children: [stickers ? /*#__PURE__*/jsx(HStack, {
|
|
13951
|
+
width: "100%",
|
|
13952
|
+
space: "kitt.1",
|
|
13953
|
+
flexShrink: 1,
|
|
13954
|
+
flexWrap: "wrap",
|
|
13955
|
+
style: {
|
|
13956
|
+
rowGap: theme.getSpacing(1)
|
|
13957
|
+
},
|
|
13958
|
+
children: stickers.map(function (sticker, index) {
|
|
13959
|
+
return (
|
|
13960
|
+
/*#__PURE__*/
|
|
13961
|
+
// eslint-disable-next-line react/no-array-index-key
|
|
13962
|
+
jsx(View, {
|
|
13963
|
+
children: sticker
|
|
13964
|
+
}, index)
|
|
13965
|
+
);
|
|
13966
|
+
})
|
|
13967
|
+
}) : null, /*#__PURE__*/jsx(Typography.Text, {
|
|
13968
|
+
base: "heading-m",
|
|
13969
|
+
children: title
|
|
13970
|
+
})]
|
|
13971
|
+
}) : null]
|
|
13972
|
+
});
|
|
13973
|
+
}
|
|
13974
|
+
function CloseButton(props) {
|
|
13975
|
+
return /*#__PURE__*/jsx(IconButton, _objectSpread({
|
|
13976
|
+
icon: /*#__PURE__*/jsx(XRegularIcon, {})
|
|
13977
|
+
}, props));
|
|
13978
|
+
}
|
|
13979
|
+
function BackButton(props) {
|
|
13980
|
+
return /*#__PURE__*/jsx(IconButton, _objectSpread({
|
|
13981
|
+
icon: /*#__PURE__*/jsx(ArrowLeftRegularIcon, {})
|
|
13982
|
+
}, props));
|
|
13983
|
+
}
|
|
13984
|
+
TopNavBar.CloseButton = CloseButton;
|
|
13985
|
+
TopNavBar.BackButton = BackButton;
|
|
13986
|
+
|
|
13855
13987
|
function getTypographyTypeConfig(type, theme) {
|
|
13856
13988
|
var configs = theme.kitt.typography.types[getTypographyFamily(type)].configs;
|
|
13857
13989
|
return configs[type];
|