@ovotech/element-native 5.0.1 → 5.0.2-canary-86aa7ab-348

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, Download, Eco, EcoHome, Edit, ElectricCar, ElectricHome, Electricity, EnergyAdvice, Equals, Euro, Gas, GlobeAddress, Help, HelpFilled, Hide, Home, HomeFilled, HydroPower, Info, Link, Logo, Mail, MailOpen, Menu, Message, MessageFilled, Minus, Mobile, NewWindow, PaymentCard, PaymentCardFilled, Phone, Plus, Pound, Pricing, PricingFilled, Search, Security, 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, 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';
15
15
  var defaultIcons = {
16
16
  address: Address,
17
17
  advice: Advice,
@@ -49,6 +49,7 @@ var defaultIcons = {
49
49
  cross: Cross,
50
50
  doc: Doc,
51
51
  dollar: Dollar,
52
+ dots: Dots,
52
53
  download: Download,
53
54
  'eco-home': EcoHome,
54
55
  eco: Eco,
@@ -56,6 +57,7 @@ var defaultIcons = {
56
57
  'electric-car': ElectricCar,
57
58
  'electric-home': ElectricHome,
58
59
  electricity: Electricity,
60
+ ellipsis: Ellipsis,
59
61
  'energy-advice': EnergyAdvice,
60
62
  equals: Equals,
61
63
  euro: Euro,
@@ -78,15 +80,18 @@ var defaultIcons = {
78
80
  minus: Minus,
79
81
  mobile: Mobile,
80
82
  'new-window': NewWindow,
83
+ pause: Pause,
81
84
  'payment-card-filled': PaymentCardFilled,
82
85
  'payment-card': PaymentCard,
83
86
  phone: Phone,
87
+ 'plus-filled': PlusFilled,
84
88
  plus: Plus,
85
89
  pound: Pound,
86
90
  'pricing-filled': PricingFilled,
87
91
  pricing: Pricing,
88
92
  search: Search,
89
93
  security: Security,
94
+ share: Share,
90
95
  'shop-filled': ShopFilled,
91
96
  shop: Shop,
92
97
  show: Show,
@@ -118,4 +123,4 @@ function IconsProvider(_a) {
118
123
  var mergedIcons = __assign(__assign({}, baseIcons), icons);
119
124
  return (_jsx(IconsContext.Provider, { value: mergedIcons, children: children }));
120
125
  }
121
- export { useIcons, IconsProvider, defaultIcons };
126
+ export { defaultIcons, IconsProvider, useIcons };
@@ -0,0 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ import Svg, { Circle } from 'react-native-svg';
14
+ export var Dots = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Circle, { cx: 4.25, cy: 8.25, r: 1.25, fill: "currentColor" }), _jsx(Circle, { cx: 8.25, cy: 8.25, r: 1.25, fill: "currentColor" }), _jsx(Circle, { cx: 12.25, cy: 8.25, r: 1.25, fill: "currentColor" })] }))); };
@@ -0,0 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Ellipsis = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M11.133 9.496V7h2.5v2.496h-2.5ZM6.566 9.496V7h2.5v2.496h-2.5ZM2 9.496V7h2.5v2.496H2Z" }) }))); };
@@ -0,0 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Pause = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M4.75 13.5v-11h1.5v11h-1.5ZM9.75 13.5v-11h1.5v11h-1.5Z", clipRule: "evenodd" }) }))); };
@@ -0,0 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var PlusFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 1.5h-13v13h13v-13Zm-1.81 5.932L13 8.586H8.577v4.104L7.423 13V8.586H3.31L3 7.432h4.423V3.31L8.577 3v4.432h4.113Z", clipRule: "evenodd" }) }))); };
@@ -0,0 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import Svg, { Path } from 'react-native-svg';
14
+ export var Share = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.5 6.5a2.5 2.5 0 1 0-2.458-2.04l-3.29 1.756a2.5 2.5 0 1 0 0 3.568l3.29 1.755a2.5 2.5 0 1 0 .706-1.323L6.459 8.46a2.514 2.514 0 0 0 0-.922l3.29-1.755c.452.443 1.07.716 1.752.716Zm0-1.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", clipRule: "evenodd" }) }))); };
@@ -34,6 +34,7 @@ export * from './CloseCircle';
34
34
  export * from './Cross';
35
35
  export * from './Doc';
36
36
  export * from './Dollar';
37
+ export * from './Dots';
37
38
  export * from './Download';
38
39
  export * from './EcoHome';
39
40
  export * from './Eco';
@@ -41,6 +42,7 @@ export * from './Edit';
41
42
  export * from './ElectricCar';
42
43
  export * from './ElectricHome';
43
44
  export * from './Electricity';
45
+ export * from './Ellipsis';
44
46
  export * from './EnergyAdvice';
45
47
  export * from './Equals';
46
48
  export * from './Euro';
@@ -63,15 +65,18 @@ export * from './Message';
63
65
  export * from './Minus';
64
66
  export * from './Mobile';
65
67
  export * from './NewWindow';
68
+ export * from './Pause';
66
69
  export * from './PaymentCardFilled';
67
70
  export * from './PaymentCard';
68
71
  export * from './Phone';
72
+ export * from './PlusFilled';
69
73
  export * from './Plus';
70
74
  export * from './Pound';
71
75
  export * from './PricingFilled';
72
76
  export * from './Pricing';
73
77
  export * from './Search';
74
78
  export * from './Security';
79
+ export * from './Share';
75
80
  export * from './ShopFilled';
76
81
  export * from './Shop';
77
82
  export * from './Show';
@@ -5,4 +5,4 @@ declare function useIcons<T extends IconsType = string & object>(): IconsType &
5
5
  declare function IconsProvider({ children, icons, }: PropsWithChildren<{
6
6
  icons?: IconsType;
7
7
  }>): import("react/jsx-runtime").JSX.Element;
8
- export { useIcons, IconsProvider, defaultIcons };
8
+ export { defaultIcons, IconsProvider, useIcons };
@@ -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.defaultIcons = exports.IconsProvider = exports.useIcons = void 0;
14
+ exports.useIcons = exports.IconsProvider = exports.defaultIcons = void 0;
15
15
  var jsx_runtime_1 = require("react/jsx-runtime");
16
16
  var react_1 = require("react");
17
17
  var icons_1 = require("./icons");
@@ -52,6 +52,7 @@ var defaultIcons = {
52
52
  cross: icons_1.Cross,
53
53
  doc: icons_1.Doc,
54
54
  dollar: icons_1.Dollar,
55
+ dots: icons_1.Dots,
55
56
  download: icons_1.Download,
56
57
  'eco-home': icons_1.EcoHome,
57
58
  eco: icons_1.Eco,
@@ -59,6 +60,7 @@ var defaultIcons = {
59
60
  'electric-car': icons_1.ElectricCar,
60
61
  'electric-home': icons_1.ElectricHome,
61
62
  electricity: icons_1.Electricity,
63
+ ellipsis: icons_1.Ellipsis,
62
64
  'energy-advice': icons_1.EnergyAdvice,
63
65
  equals: icons_1.Equals,
64
66
  euro: icons_1.Euro,
@@ -81,15 +83,18 @@ var defaultIcons = {
81
83
  minus: icons_1.Minus,
82
84
  mobile: icons_1.Mobile,
83
85
  'new-window': icons_1.NewWindow,
86
+ pause: icons_1.Pause,
84
87
  'payment-card-filled': icons_1.PaymentCardFilled,
85
88
  'payment-card': icons_1.PaymentCard,
86
89
  phone: icons_1.Phone,
90
+ 'plus-filled': icons_1.PlusFilled,
87
91
  plus: icons_1.Plus,
88
92
  pound: icons_1.Pound,
89
93
  'pricing-filled': icons_1.PricingFilled,
90
94
  pricing: icons_1.Pricing,
91
95
  search: icons_1.Search,
92
96
  security: icons_1.Security,
97
+ share: icons_1.Share,
93
98
  'shop-filled': icons_1.ShopFilled,
94
99
  shop: icons_1.Shop,
95
100
  show: icons_1.Show,
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Dots: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.Dots = void 0;
38
+ var jsx_runtime_1 = require("react/jsx-runtime");
39
+ var react_native_svg_1 = __importStar(require("react-native-svg"));
40
+ var Dots = function (props) { return ((0, jsx_runtime_1.jsxs)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: [(0, jsx_runtime_1.jsx)(react_native_svg_1.Circle, { cx: 4.25, cy: 8.25, r: 1.25, fill: "currentColor" }), (0, jsx_runtime_1.jsx)(react_native_svg_1.Circle, { cx: 8.25, cy: 8.25, r: 1.25, fill: "currentColor" }), (0, jsx_runtime_1.jsx)(react_native_svg_1.Circle, { cx: 12.25, cy: 8.25, r: 1.25, fill: "currentColor" })] }))); };
41
+ exports.Dots = Dots;
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Ellipsis: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.Ellipsis = void 0;
38
+ var jsx_runtime_1 = require("react/jsx-runtime");
39
+ var react_native_svg_1 = __importStar(require("react-native-svg"));
40
+ var Ellipsis = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M11.133 9.496V7h2.5v2.496h-2.5ZM6.566 9.496V7h2.5v2.496h-2.5ZM2 9.496V7h2.5v2.496H2Z" }) }))); };
41
+ exports.Ellipsis = Ellipsis;
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Pause: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.Pause = void 0;
38
+ var jsx_runtime_1 = require("react/jsx-runtime");
39
+ var react_native_svg_1 = __importStar(require("react-native-svg"));
40
+ var Pause = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", fillRule: "evenodd", d: "M4.75 13.5v-11h1.5v11h-1.5ZM9.75 13.5v-11h1.5v11h-1.5Z", clipRule: "evenodd" }) }))); };
41
+ exports.Pause = Pause;
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const PlusFilled: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.PlusFilled = void 0;
38
+ var jsx_runtime_1 = require("react/jsx-runtime");
39
+ var react_native_svg_1 = __importStar(require("react-native-svg"));
40
+ var PlusFilled = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 1.5h-13v13h13v-13Zm-1.81 5.932L13 8.586H8.577v4.104L7.423 13V8.586H3.31L3 7.432h4.423V3.31L8.577 3v4.432h4.113Z", clipRule: "evenodd" }) }))); };
41
+ exports.PlusFilled = PlusFilled;
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Share: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.Share = void 0;
38
+ var jsx_runtime_1 = require("react/jsx-runtime");
39
+ var react_native_svg_1 = __importStar(require("react-native-svg"));
40
+ var Share = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.5 6.5a2.5 2.5 0 1 0-2.458-2.04l-3.29 1.756a2.5 2.5 0 1 0 0 3.568l3.29 1.755a2.5 2.5 0 1 0 .706-1.323L6.459 8.46a2.514 2.514 0 0 0 0-.922l3.29-1.755c.452.443 1.07.716 1.752.716Zm0-1.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", clipRule: "evenodd" }) }))); };
41
+ exports.Share = Share;
@@ -34,6 +34,7 @@ export * from './CloseCircle';
34
34
  export * from './Cross';
35
35
  export * from './Doc';
36
36
  export * from './Dollar';
37
+ export * from './Dots';
37
38
  export * from './Download';
38
39
  export * from './EcoHome';
39
40
  export * from './Eco';
@@ -41,6 +42,7 @@ export * from './Edit';
41
42
  export * from './ElectricCar';
42
43
  export * from './ElectricHome';
43
44
  export * from './Electricity';
45
+ export * from './Ellipsis';
44
46
  export * from './EnergyAdvice';
45
47
  export * from './Equals';
46
48
  export * from './Euro';
@@ -63,15 +65,18 @@ export * from './Message';
63
65
  export * from './Minus';
64
66
  export * from './Mobile';
65
67
  export * from './NewWindow';
68
+ export * from './Pause';
66
69
  export * from './PaymentCardFilled';
67
70
  export * from './PaymentCard';
68
71
  export * from './Phone';
72
+ export * from './PlusFilled';
69
73
  export * from './Plus';
70
74
  export * from './Pound';
71
75
  export * from './PricingFilled';
72
76
  export * from './Pricing';
73
77
  export * from './Search';
74
78
  export * from './Security';
79
+ export * from './Share';
75
80
  export * from './ShopFilled';
76
81
  export * from './Shop';
77
82
  export * from './Show';
@@ -50,6 +50,7 @@ __exportStar(require("./CloseCircle"), exports);
50
50
  __exportStar(require("./Cross"), exports);
51
51
  __exportStar(require("./Doc"), exports);
52
52
  __exportStar(require("./Dollar"), exports);
53
+ __exportStar(require("./Dots"), exports);
53
54
  __exportStar(require("./Download"), exports);
54
55
  __exportStar(require("./EcoHome"), exports);
55
56
  __exportStar(require("./Eco"), exports);
@@ -57,6 +58,7 @@ __exportStar(require("./Edit"), exports);
57
58
  __exportStar(require("./ElectricCar"), exports);
58
59
  __exportStar(require("./ElectricHome"), exports);
59
60
  __exportStar(require("./Electricity"), exports);
61
+ __exportStar(require("./Ellipsis"), exports);
60
62
  __exportStar(require("./EnergyAdvice"), exports);
61
63
  __exportStar(require("./Equals"), exports);
62
64
  __exportStar(require("./Euro"), exports);
@@ -79,15 +81,18 @@ __exportStar(require("./Message"), exports);
79
81
  __exportStar(require("./Minus"), exports);
80
82
  __exportStar(require("./Mobile"), exports);
81
83
  __exportStar(require("./NewWindow"), exports);
84
+ __exportStar(require("./Pause"), exports);
82
85
  __exportStar(require("./PaymentCardFilled"), exports);
83
86
  __exportStar(require("./PaymentCard"), exports);
84
87
  __exportStar(require("./Phone"), exports);
88
+ __exportStar(require("./PlusFilled"), exports);
85
89
  __exportStar(require("./Plus"), exports);
86
90
  __exportStar(require("./Pound"), exports);
87
91
  __exportStar(require("./PricingFilled"), exports);
88
92
  __exportStar(require("./Pricing"), exports);
89
93
  __exportStar(require("./Search"), exports);
90
94
  __exportStar(require("./Security"), exports);
95
+ __exportStar(require("./Share"), exports);
91
96
  __exportStar(require("./ShopFilled"), exports);
92
97
  __exportStar(require("./Shop"), exports);
93
98
  __exportStar(require("./Show"), 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' | 'download' | 'eco-home' | 'eco' | 'edit' | 'electric-car' | 'electric-home' | 'electricity' | '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' | 'payment-card-filled' | 'payment-card' | 'phone' | 'plus' | 'pound' | 'pricing-filled' | 'pricing' | 'search' | 'security' | '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' | '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';
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.1",
3
+ "version": "5.0.2-canary-86aa7ab-348",
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-86aa7ab-348",
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",