@ornikar/kitt-universal 25.59.1 → 25.60.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/dist/index.es.js CHANGED
@@ -3671,7 +3671,7 @@ var ActionsItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
3671
3671
  icon: isLoading ? /*#__PURE__*/jsx(LoaderIcon, {}) : icon,
3672
3672
  onPress: function handlePress(e) {
3673
3673
  var callPressAndUpdateLoadingState = /*#__PURE__*/function () {
3674
- var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
3674
+ var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
3675
3675
  return _regeneratorRuntime().wrap(function (_context) {
3676
3676
  while (1) switch (_context.prev = _context.next) {
3677
3677
  case 0:
@@ -4962,7 +4962,7 @@ function ExternalAppLink(_ref) {
4962
4962
  rest = _objectWithoutProperties(_ref, _excluded$D);
4963
4963
  var href = "".concat(appScheme, ":").concat(appValue);
4964
4964
  var handleOnPress = /*#__PURE__*/function () {
4965
- var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(e) {
4965
+ var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(e) {
4966
4966
  var canOpen;
4967
4967
  return _regeneratorRuntime().wrap(function (_context) {
4968
4968
  while (1) switch (_context.prev = _context.next) {
@@ -5056,7 +5056,7 @@ var defaultOpenLinkBehavior = {
5056
5056
 
5057
5057
  function useOpenExternalLink(errorHandler) {
5058
5058
  return /*#__PURE__*/function () {
5059
- var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(_ref) {
5059
+ var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(_ref) {
5060
5060
  var href, _ref$behavior, behavior, encodedURL, canOpenURL;
5061
5061
  return _regeneratorRuntime().wrap(function (_context) {
5062
5062
  while (1) switch (_context.prev = _context.next) {
@@ -6424,7 +6424,7 @@ function DocumentPicker(_ref) {
6424
6424
  documentPickerOptions = _ref.documentPickerOptions;
6425
6425
  var childElement = Children.only(children);
6426
6426
  var handlePickDocument = /*#__PURE__*/function () {
6427
- var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
6427
+ var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
6428
6428
  var _childElement$props$o, _childElement$props;
6429
6429
  var result;
6430
6430
  return _regeneratorRuntime().wrap(function (_context) {
@@ -6471,7 +6471,7 @@ function ImagePicker(_ref) {
6471
6471
  imagePickerOptions = _ref.imagePickerOptions;
6472
6472
  var childElement = Children.only(children);
6473
6473
  var handlePickImage = /*#__PURE__*/function () {
6474
- var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
6474
+ var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
6475
6475
  var _childElement$props$o, _childElement$props;
6476
6476
  var result;
6477
6477
  return _regeneratorRuntime().wrap(function (_context) {
@@ -6761,7 +6761,7 @@ function useGoogleMapsApi() {
6761
6761
  var googlePlacesServices = {
6762
6762
  autoComplete: {
6763
6763
  getPlacePredictions: function () {
6764
- var _getPlacePredictions = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(input) {
6764
+ var _getPlacePredictions = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(input) {
6765
6765
  var response, data;
6766
6766
  return _regeneratorRuntime().wrap(function (_context) {
6767
6767
  while (1) switch (_context.prev = _context.next) {
@@ -6809,7 +6809,7 @@ function useGoogleMapsApi() {
6809
6809
  },
6810
6810
  placesService: {
6811
6811
  getDetails: function () {
6812
- var _getDetails = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(placeId) {
6812
+ var _getDetails = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2(placeId) {
6813
6813
  var response, data;
6814
6814
  return _regeneratorRuntime().wrap(function (_context2) {
6815
6815
  while (1) switch (_context2.prev = _context2.next) {
@@ -6990,8 +6990,8 @@ function GoogleMapsAutocompleteProvider(_ref) {
6990
6990
  _useReducer2 = _slicedToArray(_useReducer, 2),
6991
6991
  state = _useReducer2[0],
6992
6992
  dispatch = _useReducer2[1];
6993
- var handleInputChange = useDebouncedCallback(useCallback( /*#__PURE__*/function () {
6994
- var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(value) {
6993
+ var handleInputChange = useDebouncedCallback(useCallback(/*#__PURE__*/function () {
6994
+ var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(value) {
6995
6995
  var predictionsPromise, _yield$predictionsPro, results, status;
6996
6996
  return _regeneratorRuntime().wrap(function (_context) {
6997
6997
  while (1) switch (_context.prev = _context.next) {
@@ -7053,8 +7053,8 @@ function GoogleMapsAutocompleteProvider(_ref) {
7053
7053
  return _ref2.apply(this, arguments);
7054
7054
  };
7055
7055
  }(), [mapsApi.autoComplete, minCharsToSearch]), debounceTimeout);
7056
- var handleSelectItem = useCallback( /*#__PURE__*/function () {
7057
- var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(item, onChange) {
7056
+ var handleSelectItem = useCallback(/*#__PURE__*/function () {
7057
+ var _ref3 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2(item, onChange) {
7058
7058
  var placePromise, place, formattedAddress;
7059
7059
  return _regeneratorRuntime().wrap(function (_context2) {
7060
7060
  while (1) switch (_context2.prev = _context2.next) {
@@ -13040,12 +13040,12 @@ function StoryGridRow(_ref) {
13040
13040
  })
13041
13041
  });
13042
13042
  }
13043
- function StoryGridCol(_ref10) {
13044
- var title = _ref10.title,
13045
- titleColor = _ref10.titleColor,
13046
- children = _ref10.children,
13047
- _ref10$platform = _ref10.platform,
13048
- platform = _ref10$platform === void 0 ? 'all' : _ref10$platform;
13043
+ function StoryGridCol(_ref0) {
13044
+ var title = _ref0.title,
13045
+ titleColor = _ref0.titleColor,
13046
+ children = _ref0.children,
13047
+ _ref0$platform = _ref0.platform,
13048
+ platform = _ref0$platform === void 0 ? 'all' : _ref0$platform;
13049
13049
  var isNative = Platform.OS === 'ios' || Platform.OS === 'android';
13050
13050
  if (Platform.OS === 'web' && platform === 'native') {
13051
13051
  return null;