@ornikar/kitt-universal 3.0.1 → 3.1.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.
@@ -11,6 +11,7 @@ const twemojiParser = require('twemoji-parser');
11
11
  const WebBrowser = require('expo-web-browser');
12
12
  const reactNativeSafeAreaContext = require('react-native-safe-area-context');
13
13
  const Animated = require('react-native-reanimated');
14
+ const react$1 = require('@linaria/react');
14
15
  const DateTimePicker = require('@react-native-community/datetimepicker');
15
16
  const reactIntl = require('react-intl');
16
17
  const reactNative$1 = require('@floating-ui/react-native');
@@ -1194,7 +1195,7 @@ WrappedComponent) {
1194
1195
  };
1195
1196
  }
1196
1197
 
1197
- const PressableIconButtonWebWrapper = withTheme( /*#__PURE__*/styledLinaria("div")({
1198
+ const PressableIconButtonWebWrapper = withTheme( /*#__PURE__*/react$1.styled("div")({
1198
1199
  name: "PressableIconButtonWebWrapper",
1199
1200
  class: "p1nlccvg",
1200
1201
  vars: {
@@ -3037,7 +3038,7 @@ function TypographyEmoji({
3037
3038
  });
3038
3039
  }
3039
3040
 
3040
- const TypographyLinkWebWrapper = withTheme( /*#__PURE__*/styledLinaria("span")({
3041
+ const TypographyLinkWebWrapper = withTheme( /*#__PURE__*/react$1.styled("span")({
3041
3042
  name: "TypographyLinkWebWrapper",
3042
3043
  class: "tcwz3nt"
3043
3044
  }));