@ovotech/element-native 5.0.2 → 5.1.0-canary-9390829-351

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,7 +11,7 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import { createContext, useContext } from 'react';
14
- import { Address, Advice, Archive, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Award, Battery, Cal, CalBook, CaretArrowDown, CaretArrowLeft, CaretArrowRight, CaretArrowUp, CaretDown, CaretLeft, CaretRight, CaretUp, Chart, ChartFilled, Check, CheckCircle, ChevronDown, ChevronLeft, ChevronLeftSmall, ChevronLeftSmallFirst, ChevronRight, ChevronRightSmall, ChevronRightSmallLast, ChevronUp, Circle, CloseCircle, Cross, Doc, Dollar, Dots, Download, Eco, EcoHome, Edit, ElectricCar, ElectricHome, Electricity, Ellipsis, EnergyAdvice, Equals, Euro, Gas, GlobeAddress, Help, HelpFilled, Hide, Home, HomeFilled, HydroPower, Info, Link, Logo, Mail, MailOpen, Menu, Message, MessageFilled, Minus, Mobile, NewWindow, Pause, PaymentCard, PaymentCardFilled, Phone, Plus, PlusFilled, Pound, Pricing, PricingFilled, Search, Security, Share, Shop, ShopFilled, Show, SmartHome, SmartMeter, Solar, Star, StarFilled, Sun, Torch, Trees, Tune, User, UserFilled, Wallet, WarmHome, Warning, WebAddress, WindPower, } from './icons';
14
+ import { Address, Advice, Archive, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Award, Battery, Cal, CalBook, CaretArrowDown, CaretArrowLeft, CaretArrowRight, CaretArrowUp, Chart, ChartFilled, Check, CheckCircle, ChevronDown, ChevronLeft, ChevronLeftSmall, ChevronLeftSmallFirst, ChevronRight, ChevronRightSmall, ChevronRightSmallLast, ChevronUp, Circle, CloseCircle, Cross, Doc, Dollar, Dots, Download, Eco, EcoHome, Edit, ElectricCar, ElectricHome, Electricity, Ellipsis, EnergyAdvice, Equals, Euro, Gas, GlobeAddress, Help, HelpFilled, Hide, Home, HomeFilled, HydroPower, Info, Link, Logo, Mail, MailOpen, Menu, Message, MessageFilled, Minus, Mobile, NewWindow, Pause, PaymentCard, PaymentCardFilled, Phone, Plus, PlusFilled, Pound, Pricing, PricingFilled, Search, Security, Share, Show, SmartHome, SmartMeter, Solar, Star, StarFilled, Sun, Torch, Trees, Tune, User, UserFilled, Wallet, WarmHome, Warning, WebAddress, WindPower, } from './icons';
15
15
  var defaultIcons = {
16
16
  address: Address,
17
17
  advice: Advice,
@@ -28,10 +28,6 @@ var defaultIcons = {
28
28
  'caret-arrow-left': CaretArrowLeft,
29
29
  'caret-arrow-right': CaretArrowRight,
30
30
  'caret-arrow-up': CaretArrowUp,
31
- 'caret-down': CaretDown,
32
- 'caret-left': CaretLeft,
33
- 'caret-right': CaretRight,
34
- 'caret-up': CaretUp,
35
31
  'chart-filled': ChartFilled,
36
32
  chart: Chart,
37
33
  'check-circle': CheckCircle,
@@ -92,8 +88,6 @@ var defaultIcons = {
92
88
  search: Search,
93
89
  security: Security,
94
90
  share: Share,
95
- 'shop-filled': ShopFilled,
96
- shop: Shop,
97
91
  show: Show,
98
92
  'smart-home': SmartHome,
99
93
  'smart-meter': SmartMeter,
@@ -180,4 +180,4 @@ function PictogramsProvider(_a) {
180
180
  var mergedPictograms = __assign(__assign({}, basePictograms), pictograms);
181
181
  return (_jsx(PictogramsContext.Provider, { value: mergedPictograms, children: children }));
182
182
  }
183
- export { usePictograms, PictogramsProvider, defaultPictograms };
183
+ export { defaultPictograms, PictogramsProvider, usePictograms };
@@ -7,27 +7,23 @@ export * from './ArrowRight';
7
7
  export * from './ArrowUp';
8
8
  export * from './Award';
9
9
  export * from './Battery';
10
- export * from './CalBook';
11
10
  export * from './Cal';
11
+ export * from './CalBook';
12
12
  export * from './CaretArrowDown';
13
13
  export * from './CaretArrowLeft';
14
14
  export * from './CaretArrowRight';
15
15
  export * from './CaretArrowUp';
16
- export * from './CaretDown';
17
- export * from './CaretLeft';
18
- export * from './CaretRight';
19
- export * from './CaretUp';
20
- export * from './ChartFilled';
21
16
  export * from './Chart';
22
- export * from './CheckCircle';
17
+ export * from './ChartFilled';
23
18
  export * from './Check';
19
+ export * from './CheckCircle';
24
20
  export * from './ChevronDown';
25
- export * from './ChevronLeftSmallFirst';
26
- export * from './ChevronLeftSmall';
27
21
  export * from './ChevronLeft';
28
- export * from './ChevronRightSmallLast';
29
- export * from './ChevronRightSmall';
22
+ export * from './ChevronLeftSmall';
23
+ export * from './ChevronLeftSmallFirst';
30
24
  export * from './ChevronRight';
25
+ export * from './ChevronRightSmall';
26
+ export * from './ChevronRightSmallLast';
31
27
  export * from './ChevronUp';
32
28
  export * from './Circle';
33
29
  export * from './CloseCircle';
@@ -36,8 +32,8 @@ export * from './Doc';
36
32
  export * from './Dollar';
37
33
  export * from './Dots';
38
34
  export * from './Download';
39
- export * from './EcoHome';
40
35
  export * from './Eco';
36
+ export * from './EcoHome';
41
37
  export * from './Edit';
42
38
  export * from './ElectricCar';
43
39
  export * from './ElectricHome';
@@ -48,49 +44,47 @@ export * from './Equals';
48
44
  export * from './Euro';
49
45
  export * from './Gas';
50
46
  export * from './GlobeAddress';
51
- export * from './HelpFilled';
52
47
  export * from './Help';
48
+ export * from './HelpFilled';
53
49
  export * from './Hide';
54
- export * from './HomeFilled';
55
50
  export * from './Home';
51
+ export * from './HomeFilled';
56
52
  export * from './HydroPower';
57
53
  export * from './Info';
58
54
  export * from './Link';
59
55
  export * from './Logo';
60
- export * from './MailOpen';
61
56
  export * from './Mail';
57
+ export * from './MailOpen';
62
58
  export * from './Menu';
63
- export * from './MessageFilled';
64
59
  export * from './Message';
60
+ export * from './MessageFilled';
65
61
  export * from './Minus';
66
62
  export * from './Mobile';
67
63
  export * from './NewWindow';
68
64
  export * from './Pause';
69
- export * from './PaymentCardFilled';
70
65
  export * from './PaymentCard';
66
+ export * from './PaymentCardFilled';
71
67
  export * from './Phone';
72
- export * from './PlusFilled';
73
68
  export * from './Plus';
69
+ export * from './PlusFilled';
74
70
  export * from './Pound';
75
- export * from './PricingFilled';
76
71
  export * from './Pricing';
72
+ export * from './PricingFilled';
77
73
  export * from './Search';
78
74
  export * from './Security';
79
75
  export * from './Share';
80
- export * from './ShopFilled';
81
- export * from './Shop';
82
76
  export * from './Show';
83
77
  export * from './SmartHome';
84
78
  export * from './SmartMeter';
85
79
  export * from './Solar';
86
- export * from './StarFilled';
87
80
  export * from './Star';
81
+ export * from './StarFilled';
88
82
  export * from './Sun';
89
83
  export * from './Torch';
90
84
  export * from './Trees';
91
85
  export * from './Tune';
92
- export * from './UserFilled';
93
86
  export * from './User';
87
+ export * from './UserFilled';
94
88
  export * from './Wallet';
95
89
  export * from './WarmHome';
96
90
  export * from './Warning';
@@ -31,10 +31,6 @@ var defaultIcons = {
31
31
  'caret-arrow-left': icons_1.CaretArrowLeft,
32
32
  'caret-arrow-right': icons_1.CaretArrowRight,
33
33
  'caret-arrow-up': icons_1.CaretArrowUp,
34
- 'caret-down': icons_1.CaretDown,
35
- 'caret-left': icons_1.CaretLeft,
36
- 'caret-right': icons_1.CaretRight,
37
- 'caret-up': icons_1.CaretUp,
38
34
  'chart-filled': icons_1.ChartFilled,
39
35
  chart: icons_1.Chart,
40
36
  'check-circle': icons_1.CheckCircle,
@@ -95,8 +91,6 @@ var defaultIcons = {
95
91
  search: icons_1.Search,
96
92
  security: icons_1.Security,
97
93
  share: icons_1.Share,
98
- 'shop-filled': icons_1.ShopFilled,
99
- shop: icons_1.Shop,
100
94
  show: icons_1.Show,
101
95
  'smart-home': icons_1.SmartHome,
102
96
  'smart-meter': icons_1.SmartMeter,
@@ -5,4 +5,4 @@ declare function usePictograms<T extends PictogramsType = string & object>(): Pi
5
5
  declare function PictogramsProvider({ children, pictograms, }: PropsWithChildren<{
6
6
  pictograms?: PictogramsType;
7
7
  }>): import("react/jsx-runtime").JSX.Element;
8
- export { usePictograms, PictogramsProvider, defaultPictograms };
8
+ export { defaultPictograms, PictogramsProvider, usePictograms };
@@ -11,7 +11,7 @@ var __assign = (this && this.__assign) || function () {
11
11
  return __assign.apply(this, arguments);
12
12
  };
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.defaultPictograms = exports.PictogramsProvider = exports.usePictograms = void 0;
14
+ exports.usePictograms = exports.PictogramsProvider = exports.defaultPictograms = void 0;
15
15
  var jsx_runtime_1 = require("react/jsx-runtime");
16
16
  var react_1 = require("react");
17
17
  var pictograms_1 = require("./pictograms");
@@ -7,27 +7,23 @@ export * from './ArrowRight';
7
7
  export * from './ArrowUp';
8
8
  export * from './Award';
9
9
  export * from './Battery';
10
- export * from './CalBook';
11
10
  export * from './Cal';
11
+ export * from './CalBook';
12
12
  export * from './CaretArrowDown';
13
13
  export * from './CaretArrowLeft';
14
14
  export * from './CaretArrowRight';
15
15
  export * from './CaretArrowUp';
16
- export * from './CaretDown';
17
- export * from './CaretLeft';
18
- export * from './CaretRight';
19
- export * from './CaretUp';
20
- export * from './ChartFilled';
21
16
  export * from './Chart';
22
- export * from './CheckCircle';
17
+ export * from './ChartFilled';
23
18
  export * from './Check';
19
+ export * from './CheckCircle';
24
20
  export * from './ChevronDown';
25
- export * from './ChevronLeftSmallFirst';
26
- export * from './ChevronLeftSmall';
27
21
  export * from './ChevronLeft';
28
- export * from './ChevronRightSmallLast';
29
- export * from './ChevronRightSmall';
22
+ export * from './ChevronLeftSmall';
23
+ export * from './ChevronLeftSmallFirst';
30
24
  export * from './ChevronRight';
25
+ export * from './ChevronRightSmall';
26
+ export * from './ChevronRightSmallLast';
31
27
  export * from './ChevronUp';
32
28
  export * from './Circle';
33
29
  export * from './CloseCircle';
@@ -36,8 +32,8 @@ export * from './Doc';
36
32
  export * from './Dollar';
37
33
  export * from './Dots';
38
34
  export * from './Download';
39
- export * from './EcoHome';
40
35
  export * from './Eco';
36
+ export * from './EcoHome';
41
37
  export * from './Edit';
42
38
  export * from './ElectricCar';
43
39
  export * from './ElectricHome';
@@ -48,49 +44,47 @@ export * from './Equals';
48
44
  export * from './Euro';
49
45
  export * from './Gas';
50
46
  export * from './GlobeAddress';
51
- export * from './HelpFilled';
52
47
  export * from './Help';
48
+ export * from './HelpFilled';
53
49
  export * from './Hide';
54
- export * from './HomeFilled';
55
50
  export * from './Home';
51
+ export * from './HomeFilled';
56
52
  export * from './HydroPower';
57
53
  export * from './Info';
58
54
  export * from './Link';
59
55
  export * from './Logo';
60
- export * from './MailOpen';
61
56
  export * from './Mail';
57
+ export * from './MailOpen';
62
58
  export * from './Menu';
63
- export * from './MessageFilled';
64
59
  export * from './Message';
60
+ export * from './MessageFilled';
65
61
  export * from './Minus';
66
62
  export * from './Mobile';
67
63
  export * from './NewWindow';
68
64
  export * from './Pause';
69
- export * from './PaymentCardFilled';
70
65
  export * from './PaymentCard';
66
+ export * from './PaymentCardFilled';
71
67
  export * from './Phone';
72
- export * from './PlusFilled';
73
68
  export * from './Plus';
69
+ export * from './PlusFilled';
74
70
  export * from './Pound';
75
- export * from './PricingFilled';
76
71
  export * from './Pricing';
72
+ export * from './PricingFilled';
77
73
  export * from './Search';
78
74
  export * from './Security';
79
75
  export * from './Share';
80
- export * from './ShopFilled';
81
- export * from './Shop';
82
76
  export * from './Show';
83
77
  export * from './SmartHome';
84
78
  export * from './SmartMeter';
85
79
  export * from './Solar';
86
- export * from './StarFilled';
87
80
  export * from './Star';
81
+ export * from './StarFilled';
88
82
  export * from './Sun';
89
83
  export * from './Torch';
90
84
  export * from './Trees';
91
85
  export * from './Tune';
92
- export * from './UserFilled';
93
86
  export * from './User';
87
+ export * from './UserFilled';
94
88
  export * from './Wallet';
95
89
  export * from './WarmHome';
96
90
  export * from './Warning';
@@ -23,27 +23,23 @@ __exportStar(require("./ArrowRight"), exports);
23
23
  __exportStar(require("./ArrowUp"), exports);
24
24
  __exportStar(require("./Award"), exports);
25
25
  __exportStar(require("./Battery"), exports);
26
- __exportStar(require("./CalBook"), exports);
27
26
  __exportStar(require("./Cal"), exports);
27
+ __exportStar(require("./CalBook"), exports);
28
28
  __exportStar(require("./CaretArrowDown"), exports);
29
29
  __exportStar(require("./CaretArrowLeft"), exports);
30
30
  __exportStar(require("./CaretArrowRight"), exports);
31
31
  __exportStar(require("./CaretArrowUp"), exports);
32
- __exportStar(require("./CaretDown"), exports);
33
- __exportStar(require("./CaretLeft"), exports);
34
- __exportStar(require("./CaretRight"), exports);
35
- __exportStar(require("./CaretUp"), exports);
36
- __exportStar(require("./ChartFilled"), exports);
37
32
  __exportStar(require("./Chart"), exports);
38
- __exportStar(require("./CheckCircle"), exports);
33
+ __exportStar(require("./ChartFilled"), exports);
39
34
  __exportStar(require("./Check"), exports);
35
+ __exportStar(require("./CheckCircle"), exports);
40
36
  __exportStar(require("./ChevronDown"), exports);
41
- __exportStar(require("./ChevronLeftSmallFirst"), exports);
42
- __exportStar(require("./ChevronLeftSmall"), exports);
43
37
  __exportStar(require("./ChevronLeft"), exports);
44
- __exportStar(require("./ChevronRightSmallLast"), exports);
45
- __exportStar(require("./ChevronRightSmall"), exports);
38
+ __exportStar(require("./ChevronLeftSmall"), exports);
39
+ __exportStar(require("./ChevronLeftSmallFirst"), exports);
46
40
  __exportStar(require("./ChevronRight"), exports);
41
+ __exportStar(require("./ChevronRightSmall"), exports);
42
+ __exportStar(require("./ChevronRightSmallLast"), exports);
47
43
  __exportStar(require("./ChevronUp"), exports);
48
44
  __exportStar(require("./Circle"), exports);
49
45
  __exportStar(require("./CloseCircle"), exports);
@@ -52,8 +48,8 @@ __exportStar(require("./Doc"), exports);
52
48
  __exportStar(require("./Dollar"), exports);
53
49
  __exportStar(require("./Dots"), exports);
54
50
  __exportStar(require("./Download"), exports);
55
- __exportStar(require("./EcoHome"), exports);
56
51
  __exportStar(require("./Eco"), exports);
52
+ __exportStar(require("./EcoHome"), exports);
57
53
  __exportStar(require("./Edit"), exports);
58
54
  __exportStar(require("./ElectricCar"), exports);
59
55
  __exportStar(require("./ElectricHome"), exports);
@@ -64,49 +60,47 @@ __exportStar(require("./Equals"), exports);
64
60
  __exportStar(require("./Euro"), exports);
65
61
  __exportStar(require("./Gas"), exports);
66
62
  __exportStar(require("./GlobeAddress"), exports);
67
- __exportStar(require("./HelpFilled"), exports);
68
63
  __exportStar(require("./Help"), exports);
64
+ __exportStar(require("./HelpFilled"), exports);
69
65
  __exportStar(require("./Hide"), exports);
70
- __exportStar(require("./HomeFilled"), exports);
71
66
  __exportStar(require("./Home"), exports);
67
+ __exportStar(require("./HomeFilled"), exports);
72
68
  __exportStar(require("./HydroPower"), exports);
73
69
  __exportStar(require("./Info"), exports);
74
70
  __exportStar(require("./Link"), exports);
75
71
  __exportStar(require("./Logo"), exports);
76
- __exportStar(require("./MailOpen"), exports);
77
72
  __exportStar(require("./Mail"), exports);
73
+ __exportStar(require("./MailOpen"), exports);
78
74
  __exportStar(require("./Menu"), exports);
79
- __exportStar(require("./MessageFilled"), exports);
80
75
  __exportStar(require("./Message"), exports);
76
+ __exportStar(require("./MessageFilled"), exports);
81
77
  __exportStar(require("./Minus"), exports);
82
78
  __exportStar(require("./Mobile"), exports);
83
79
  __exportStar(require("./NewWindow"), exports);
84
80
  __exportStar(require("./Pause"), exports);
85
- __exportStar(require("./PaymentCardFilled"), exports);
86
81
  __exportStar(require("./PaymentCard"), exports);
82
+ __exportStar(require("./PaymentCardFilled"), exports);
87
83
  __exportStar(require("./Phone"), exports);
88
- __exportStar(require("./PlusFilled"), exports);
89
84
  __exportStar(require("./Plus"), exports);
85
+ __exportStar(require("./PlusFilled"), exports);
90
86
  __exportStar(require("./Pound"), exports);
91
- __exportStar(require("./PricingFilled"), exports);
92
87
  __exportStar(require("./Pricing"), exports);
88
+ __exportStar(require("./PricingFilled"), exports);
93
89
  __exportStar(require("./Search"), exports);
94
90
  __exportStar(require("./Security"), exports);
95
91
  __exportStar(require("./Share"), exports);
96
- __exportStar(require("./ShopFilled"), exports);
97
- __exportStar(require("./Shop"), exports);
98
92
  __exportStar(require("./Show"), exports);
99
93
  __exportStar(require("./SmartHome"), exports);
100
94
  __exportStar(require("./SmartMeter"), exports);
101
95
  __exportStar(require("./Solar"), exports);
102
- __exportStar(require("./StarFilled"), exports);
103
96
  __exportStar(require("./Star"), exports);
97
+ __exportStar(require("./StarFilled"), exports);
104
98
  __exportStar(require("./Sun"), exports);
105
99
  __exportStar(require("./Torch"), exports);
106
100
  __exportStar(require("./Trees"), exports);
107
101
  __exportStar(require("./Tune"), exports);
108
- __exportStar(require("./UserFilled"), exports);
109
102
  __exportStar(require("./User"), exports);
103
+ __exportStar(require("./UserFilled"), exports);
110
104
  __exportStar(require("./Wallet"), exports);
111
105
  __exportStar(require("./WarmHome"), exports);
112
106
  __exportStar(require("./Warning"), exports);
@@ -1,5 +1,5 @@
1
1
  import { FunctionComponent } from 'react';
2
2
  import { SvgProps } from 'react-native-svg';
3
- export type IconName = 'address' | 'advice' | 'archive' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'award' | 'battery' | 'cal-book' | 'cal' | 'caret-arrow-down' | 'caret-arrow-left' | 'caret-arrow-right' | 'caret-arrow-up' | 'caret-down' | 'caret-left' | 'caret-right' | 'caret-up' | 'chart-filled' | 'chart' | 'check-circle' | 'check' | 'chevron-down' | 'chevron-left-small-first' | 'chevron-left-small' | 'chevron-left' | 'chevron-right-small-last' | 'chevron-right-small' | 'chevron-right' | 'chevron-up' | 'circle' | 'close-circle' | 'cross' | 'doc' | 'dollar' | 'dots' | 'download' | 'eco-home' | 'eco' | 'edit' | 'electric-car' | 'electric-home' | 'electricity' | 'ellipsis' | 'energy-advice' | 'equals' | 'euro' | 'gas' | 'globe-address' | 'help-filled' | 'help' | 'hide' | 'home-filled' | 'home' | 'hydro-power' | 'info' | 'link' | 'logo' | 'mail-open' | 'mail' | 'menu' | 'message-filled' | 'message' | 'minus' | 'mobile' | 'new-window' | 'pause' | 'payment-card-filled' | 'payment-card' | 'phone' | 'plus-filled' | 'plus' | 'pound' | 'pricing-filled' | 'pricing' | 'search' | 'security' | 'share' | 'shop-filled' | 'shop' | 'show' | 'smart-home' | 'smart-meter' | 'solar' | 'star-filled' | 'star' | 'sun' | 'torch' | 'trees' | 'tune' | 'user-filled' | 'user' | 'wallet' | 'warm-home' | 'warning' | 'web-address' | 'wind-power';
3
+ export type IconName = 'address' | 'advice' | 'archive' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'award' | 'battery' | 'cal-book' | 'cal' | 'caret-arrow-down' | 'caret-arrow-left' | 'caret-arrow-right' | 'caret-arrow-up' | 'chart-filled' | 'chart' | 'check-circle' | 'check' | 'chevron-down' | 'chevron-left-small-first' | 'chevron-left-small' | 'chevron-left' | 'chevron-right-small-last' | 'chevron-right-small' | 'chevron-right' | 'chevron-up' | 'circle' | 'close-circle' | 'cross' | 'doc' | 'dollar' | 'dots' | 'download' | 'eco-home' | 'eco' | 'edit' | 'electric-car' | 'electric-home' | 'electricity' | 'ellipsis' | 'energy-advice' | 'equals' | 'euro' | 'gas' | 'globe-address' | 'help-filled' | 'help' | 'hide' | 'home-filled' | 'home' | 'hydro-power' | 'info' | 'link' | 'logo' | 'mail-open' | 'mail' | 'menu' | 'message-filled' | 'message' | 'minus' | 'mobile' | 'new-window' | 'pause' | 'payment-card-filled' | 'payment-card' | 'phone' | 'plus-filled' | 'plus' | 'pound' | 'pricing-filled' | 'pricing' | 'search' | 'security' | 'share' | 'show' | 'smart-home' | 'smart-meter' | 'solar' | 'star-filled' | 'star' | 'sun' | 'torch' | 'trees' | 'tune' | 'user-filled' | 'user' | 'wallet' | 'warm-home' | 'warning' | 'web-address' | 'wind-power';
4
4
  export type IconNameExtended = IconName | (string & {});
5
5
  export type IconsType = Record<string, FunctionComponent<SvgProps>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovotech/element-native",
3
- "version": "5.0.2",
3
+ "version": "5.1.0-canary-9390829-351",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@backpackapp-io/react-native-toast": "^0.10.0",
17
+ "@ovotech/element-core": "4.0.0-canary-9390829-351",
17
18
  "deepmerge": "^4.2.2",
18
19
  "lodash.groupby": "^4.6.0",
19
- "react-native-reanimated-carousel": "^3.5.1",
20
- "@ovotech/element-core": "4.0.0"
20
+ "react-native-reanimated-carousel": "^3.5.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@babel/core": "^7.11.5",