@ornikar/kitt-universal 9.33.2 → 9.34.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/definitions/IconButton/PressableAnimatedContainer.web.d.ts +1 -1
- package/dist/definitions/IconButton/PressableAnimatedContainer.web.d.ts.map +1 -1
- package/dist/index-browser-all.es.android.js +7 -7
- package/dist/index-browser-all.es.android.js.map +1 -1
- package/dist/index-browser-all.es.ios.js +7 -7
- package/dist/index-browser-all.es.ios.js.map +1 -1
- package/dist/index-browser-all.es.js +8 -8
- package/dist/index-browser-all.es.js.map +1 -1
- package/dist/index-browser-all.es.web.js +68 -64
- package/dist/index-browser-all.es.web.js.map +1 -1
- package/dist/index-node-14.17.cjs.js +22 -9
- package/dist/index-node-14.17.cjs.js.map +1 -1
- package/dist/index-node-14.17.cjs.web.js +81 -66
- package/dist/index-node-14.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
- package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { ReactElement } from 'react';
|
|
2
2
|
import type { PressableAnimatedContainerProps } from './PressableAnimatedContainer';
|
|
3
|
-
export declare function PressableAnimatedContainer({ children, color, disabled, onPress, }: PressableAnimatedContainerProps): ReactElement;
|
|
3
|
+
export declare function PressableAnimatedContainer({ children, color, disabled, testID, onPress, }: PressableAnimatedContainerProps): ReactElement;
|
|
4
4
|
//# sourceMappingURL=PressableAnimatedContainer.web.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PressableAnimatedContainer.web.d.ts","sourceRoot":"","sources":["../../../src/IconButton/PressableAnimatedContainer.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,8BAA8B,CAAC;AAGpF,wBAAgB,0BAA0B,CAAC,EACzC,QAAQ,EACR,KAAK,EACL,QAAQ,EACR,OAAO,GACR,EAAE,+BAA+B,GAAG,YAAY,CAMhD"}
|
|
1
|
+
{"version":3,"file":"PressableAnimatedContainer.web.d.ts","sourceRoot":"","sources":["../../../src/IconButton/PressableAnimatedContainer.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,8BAA8B,CAAC;AAGpF,wBAAgB,0BAA0B,CAAC,EACzC,QAAQ,EACR,KAAK,EACL,QAAQ,EACR,MAAM,EACN,OAAO,GACR,EAAE,+BAA+B,GAAG,YAAY,CAMhD"}
|
|
@@ -5,7 +5,7 @@ export { useBreakpointValue, useClipboard, useToken } from 'native-base';
|
|
|
5
5
|
import _objectDestructuringEmpty from '@babel/runtime/helpers/objectDestructuringEmpty';
|
|
6
6
|
import _extends from '@babel/runtime/helpers/extends';
|
|
7
7
|
import React, { useContext, createContext, cloneElement, forwardRef, useRef, useEffect, useState, useMemo, Children, useReducer, Fragment as Fragment$1, useCallback } from 'react';
|
|
8
|
-
import Animated, {
|
|
8
|
+
import Animated, { useSharedValue, useAnimatedStyle, interpolateColor, withSpring, withTiming, Easing as Easing$1, runOnJS, useDerivedValue, useAnimatedProps, withDelay, withRepeat, interpolate } from 'react-native-reanimated';
|
|
9
9
|
import styled, { useTheme, css, withTheme as withTheme$1, ThemeProvider } from 'styled-components/native';
|
|
10
10
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
11
11
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
@@ -18,7 +18,7 @@ export * from '@ornikar/kitt-icons';
|
|
|
18
18
|
import { BottomSheetScrollView, BottomSheetView, useBottomSheetDynamicSnapPoints, BottomSheetModal, BottomSheetHandle, BottomSheetBackdrop } from '@gorhom/bottom-sheet';
|
|
19
19
|
import { SafeAreaView, useSafeAreaInsets } from 'react-native-safe-area-context';
|
|
20
20
|
import { parse } from 'twemoji-parser';
|
|
21
|
-
import
|
|
21
|
+
import * as WebBrowser from 'expo-web-browser';
|
|
22
22
|
import DateTimePicker, { DateTimePickerAndroid } from '@react-native-community/datetimepicker';
|
|
23
23
|
import { FormattedMessage } from 'react-intl';
|
|
24
24
|
import Svg, { LinearGradient, Stop, Mask, Path, G, Defs, Circle as Circle$1 } from 'react-native-svg';
|
|
@@ -2403,7 +2403,7 @@ function ExternalLink(_ref) {
|
|
|
2403
2403
|
switch (openLinkBehavior["native"]) {
|
|
2404
2404
|
case 'openInModal':
|
|
2405
2405
|
case undefined:
|
|
2406
|
-
openBrowserAsync(href)["catch"](function (error) {
|
|
2406
|
+
WebBrowser.openBrowserAsync(href)["catch"](function (error) {
|
|
2407
2407
|
console.error("An error occurred while opening ".concat(href), error);
|
|
2408
2408
|
});
|
|
2409
2409
|
break;
|
|
@@ -5287,7 +5287,7 @@ var SvgMarkerLargeinline = function SvgMarkerLargeinline(props) {
|
|
|
5287
5287
|
x: 3,
|
|
5288
5288
|
y: 3,
|
|
5289
5289
|
children: /*#__PURE__*/jsx(Path, {
|
|
5290
|
-
d: "M16.303 44.99a3.002 3.002 0
|
|
5290
|
+
d: "M16.303 44.99a3.002 3.002 0 0 0 4.394 0C29.631 35.38 34 26.678 34 18.938 34 10.12 27.04 3 18.5 3S3 10.12 3 18.938c0 7.74 4.369 16.442 13.303 26.052z",
|
|
5291
5291
|
fill: "#fff"
|
|
5292
5292
|
})
|
|
5293
5293
|
}), /*#__PURE__*/jsx(G, {
|
|
@@ -5323,7 +5323,7 @@ var SvgMarkerinline = function SvgMarkerinline(props) {
|
|
|
5323
5323
|
opacity: 0.25,
|
|
5324
5324
|
filter: "url(#marker_inline_svg__b)"
|
|
5325
5325
|
}), /*#__PURE__*/jsx(Path, {
|
|
5326
|
-
d: "M10.89 29.536a2.81 2.81 0
|
|
5326
|
+
d: "M10.89 29.536a2.81 2.81 0 0 0 4.22 0C20.428 23.492 23 18.054 23 13.256 23 7.58 18.507 3 13 3S3 7.58 3 13.256c0 4.798 2.572 10.236 7.89 16.28z",
|
|
5327
5327
|
fill: "#4C34E0"
|
|
5328
5328
|
}), /*#__PURE__*/jsx(Mask, {
|
|
5329
5329
|
id: "marker_inline_svg__c",
|
|
@@ -5336,7 +5336,7 @@ var SvgMarkerinline = function SvgMarkerinline(props) {
|
|
|
5336
5336
|
width: 20,
|
|
5337
5337
|
height: 28,
|
|
5338
5338
|
children: /*#__PURE__*/jsx(Path, {
|
|
5339
|
-
d: "M10.89 29.536a2.81 2.81 0
|
|
5339
|
+
d: "M10.89 29.536a2.81 2.81 0 0 0 4.22 0C20.428 23.492 23 18.054 23 13.256 23 7.58 18.507 3 13 3S3 7.58 3 13.256c0 4.798 2.572 10.236 7.89 16.28z",
|
|
5340
5340
|
fill: "#fff"
|
|
5341
5341
|
})
|
|
5342
5342
|
}), /*#__PURE__*/jsx(G, {
|
|
@@ -5381,7 +5381,7 @@ var SvgPositionMarkerinline = function SvgPositionMarkerinline(props) {
|
|
|
5381
5381
|
opacity: 0.8,
|
|
5382
5382
|
filter: "url(#position-marker_inline_svg__a)"
|
|
5383
5383
|
}), /*#__PURE__*/jsx(Path, {
|
|
5384
|
-
d: "M31 18.5a7.5 7.5 0
|
|
5384
|
+
d: "M31 18.5a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0z",
|
|
5385
5385
|
fill: "#fff",
|
|
5386
5386
|
stroke: "#38836D",
|
|
5387
5387
|
strokeWidth: 10
|