@ovotech/element-native 4.0.1 → 4.0.2-canary-242da35-253
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/components/Disclosure/Disclosure.js +1 -1
- package/dist/components/FilterSelect/FilterSelect.js +2 -2
- package/dist/components/TextLink/TextLink.js +1 -1
- package/dist/esm/components/Disclosure/Disclosure.js +1 -1
- package/dist/esm/components/FilterSelect/FilterSelect.js +2 -2
- package/dist/esm/components/TextLink/TextLink.js +1 -1
- package/dist/esm/providers/IconsProvider.js +22 -24
- package/dist/esm/providers/icons/CaretArrowDown.js +14 -0
- package/dist/esm/providers/icons/CaretArrowLeft.js +14 -0
- package/dist/esm/providers/icons/CaretArrowRight.js +14 -0
- package/dist/esm/providers/icons/CaretArrowUp.js +14 -0
- package/dist/esm/providers/icons/Chart.js +1 -1
- package/dist/esm/providers/icons/ChartFilled.js +1 -1
- package/dist/esm/providers/icons/Gas.js +1 -1
- package/dist/esm/providers/icons/HomeFilled.js +1 -1
- package/dist/esm/providers/icons/Logo.js +2 -2
- package/dist/esm/providers/icons/MessageFilled.js +1 -1
- package/dist/esm/providers/icons/Show.js +1 -1
- package/dist/esm/providers/icons/StarFilled.js +1 -1
- package/dist/esm/providers/icons/Trees.js +1 -1
- package/dist/esm/providers/icons/User.js +1 -1
- package/dist/esm/providers/icons/UserFilled.js +1 -1
- package/dist/esm/providers/icons/index.js +19 -21
- package/dist/providers/IconsProvider.js +21 -23
- package/dist/providers/icons/CaretArrowDown.d.ts +2 -0
- package/dist/providers/icons/CaretArrowDown.js +41 -0
- package/dist/providers/icons/CaretArrowLeft.d.ts +2 -0
- package/dist/providers/icons/CaretArrowLeft.js +41 -0
- package/dist/providers/icons/CaretArrowRight.d.ts +2 -0
- package/dist/providers/icons/CaretArrowRight.js +41 -0
- package/dist/providers/icons/CaretArrowUp.d.ts +2 -0
- package/dist/providers/icons/CaretArrowUp.js +41 -0
- package/dist/providers/icons/Chart.js +1 -1
- package/dist/providers/icons/ChartFilled.js +1 -1
- package/dist/providers/icons/Gas.js +1 -1
- package/dist/providers/icons/HomeFilled.js +1 -1
- package/dist/providers/icons/Logo.js +25 -2
- package/dist/providers/icons/MessageFilled.js +1 -1
- package/dist/providers/icons/Show.js +1 -1
- package/dist/providers/icons/StarFilled.js +1 -1
- package/dist/providers/icons/Trees.js +1 -1
- package/dist/providers/icons/User.js +1 -1
- package/dist/providers/icons/UserFilled.js +1 -1
- package/dist/providers/icons/index.d.ts +19 -21
- package/dist/providers/icons/index.js +19 -21
- package/dist/providers/types.d.ts +1 -1
- package/package.json +3 -3
|
@@ -76,6 +76,6 @@ exports.Disclosure = (0, react_1.forwardRef)(function (_a, ref) {
|
|
|
76
76
|
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(DisclosureButton, __assign({ onPress: function () {
|
|
77
77
|
setIsExpanded(!isExpanded);
|
|
78
78
|
onToggle && onToggle(!isExpanded);
|
|
79
|
-
}, ref: ref, accessibilityState: { expanded: isExpanded } }, rest, { children: [(0, jsx_runtime_1.jsx)(DisclosureButtonIcon, __assign({ name: "caret-down" }, breakpoints, { size: 14, expanded: isExpanded })), (0, jsx_runtime_1.jsx)(DisclosureButtonText, __assign({}, breakpoints, { children: title }))] })), isExpanded && ((0, jsx_runtime_1.jsx)(DisclosurePanel, __assign({}, breakpoints, { children: children })))] }));
|
|
79
|
+
}, ref: ref, accessibilityState: { expanded: isExpanded } }, rest, { children: [(0, jsx_runtime_1.jsx)(DisclosureButtonIcon, __assign({ name: "caret-arrow-down" }, breakpoints, { size: 14, expanded: isExpanded })), (0, jsx_runtime_1.jsx)(DisclosureButtonText, __assign({}, breakpoints, { children: title }))] })), isExpanded && ((0, jsx_runtime_1.jsx)(DisclosurePanel, __assign({}, breakpoints, { children: children })))] }));
|
|
80
80
|
});
|
|
81
81
|
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
|
|
@@ -70,10 +70,10 @@ var FilterSelect = function (_a) {
|
|
|
70
70
|
(_a = selectRef.current) === null || _a === void 0 ? void 0 : _a.measureInWindow(function (x, y) {
|
|
71
71
|
setMeasure({ top: y - 12, left: x });
|
|
72
72
|
});
|
|
73
|
-
}, children: [(0, jsx_runtime_1.jsx)(P_1.P, { children: (0, jsx_runtime_1.jsx)(Strong_1.Strong, { children: selected.value === 'default' ? '' : selected.label }) }), (0, jsx_runtime_1.jsx)(Icon_1.Icon, { name: "caret-down", size: 14, style: { marginLeft: 2 } })] }, String(isOpen)), rightText ? (0, jsx_runtime_1.jsxs)(P_1.P, { children: [" ", rightText] }) : null, (0, jsx_runtime_1.jsx)(react_native_1.Modal, { transparent: true, visible: isOpen, animationType: "fade", onRequestClose: function () { return setOpen(false); }, children: (0, jsx_runtime_1.jsx)(DropdownWrapper, { children: (0, jsx_runtime_1.jsx)(DropdownContainer, { style: {
|
|
73
|
+
}, children: [(0, jsx_runtime_1.jsx)(P_1.P, { children: (0, jsx_runtime_1.jsx)(Strong_1.Strong, { children: selected.value === 'default' ? '' : selected.label }) }), (0, jsx_runtime_1.jsx)(Icon_1.Icon, { name: "caret-arrow-down", size: 14, style: { marginLeft: 2 } })] }, String(isOpen)), rightText ? (0, jsx_runtime_1.jsxs)(P_1.P, { children: [" ", rightText] }) : null, (0, jsx_runtime_1.jsx)(react_native_1.Modal, { transparent: true, visible: isOpen, animationType: "fade", onRequestClose: function () { return setOpen(false); }, children: (0, jsx_runtime_1.jsx)(DropdownWrapper, { children: (0, jsx_runtime_1.jsx)(DropdownContainer, { style: {
|
|
74
74
|
top: measure === null || measure === void 0 ? void 0 : measure.top,
|
|
75
75
|
left: measure === null || measure === void 0 ? void 0 : measure.left,
|
|
76
|
-
}, children: (0, jsx_runtime_1.jsx)(react_native_1.ScrollView, { nestedScrollEnabled: true, children: options.map(function (option, i) { return ((0, jsx_runtime_1.jsxs)(react_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(SelectOption, { accessible: true, accessibilityRole: "
|
|
76
|
+
}, children: (0, jsx_runtime_1.jsx)(react_native_1.ScrollView, { nestedScrollEnabled: true, children: options.map(function (option, i) { return ((0, jsx_runtime_1.jsxs)(react_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(SelectOption, { accessible: true, accessibilityRole: "button", onPress: function () { return handleOptionPress(option); }, children: (0, jsx_runtime_1.jsx)(Margin_1.Margin, { vertical: 3, children: (0, jsx_runtime_1.jsx)(P_1.P, { children: (0, jsx_runtime_1.jsx)(Strong_1.Strong, { children: option.label }) }) }) }), i === options.length - 1 ? null : ((0, jsx_runtime_1.jsx)(Divider_1.Divider, { type: "differentiated" }))] }, option.label)); }) }) }) }) })] }));
|
|
77
77
|
};
|
|
78
78
|
exports.FilterSelect = FilterSelect;
|
|
79
79
|
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
|
|
@@ -62,7 +62,7 @@ var StyledText = styled_native_1.default.Text(function (_a) {
|
|
|
62
62
|
});
|
|
63
63
|
var StyledIcon = (0, styled_native_1.default)(Icon_1.Icon)(function (_a) {
|
|
64
64
|
var semantic = _a.theme.semantic;
|
|
65
|
-
return (0, styled_native_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n
|
|
65
|
+
return (0, styled_native_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n color: ", ";\n "], ["\n color: ", ";\n "])), semantic.message.branded);
|
|
66
66
|
});
|
|
67
67
|
var TextLink = (0, react_1.forwardRef)(function (_a, ref) {
|
|
68
68
|
var children = _a.children, _b = _a.opensInNewWindow, opensInNewWindow = _b === void 0 ? false : _b, accessibilityLabel = _a.accessibilityLabel, rest = __rest(_a, ["children", "opensInNewWindow", "accessibilityLabel"]);
|
|
@@ -50,6 +50,6 @@ export var Disclosure = forwardRef(function (_a, ref) {
|
|
|
50
50
|
return (_jsxs(_Fragment, { children: [_jsxs(DisclosureButton, __assign({ onPress: function () {
|
|
51
51
|
setIsExpanded(!isExpanded);
|
|
52
52
|
onToggle && onToggle(!isExpanded);
|
|
53
|
-
}, ref: ref, accessibilityState: { expanded: isExpanded } }, rest, { children: [_jsx(DisclosureButtonIcon, __assign({ name: "caret-down" }, breakpoints, { size: 14, expanded: isExpanded })), _jsx(DisclosureButtonText, __assign({}, breakpoints, { children: title }))] })), isExpanded && (_jsx(DisclosurePanel, __assign({}, breakpoints, { children: children })))] }));
|
|
53
|
+
}, ref: ref, accessibilityState: { expanded: isExpanded } }, rest, { children: [_jsx(DisclosureButtonIcon, __assign({ name: "caret-arrow-down" }, breakpoints, { size: 14, expanded: isExpanded })), _jsx(DisclosureButtonText, __assign({}, breakpoints, { children: title }))] })), isExpanded && (_jsx(DisclosurePanel, __assign({}, breakpoints, { children: children })))] }));
|
|
54
54
|
});
|
|
55
55
|
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
|
|
@@ -44,9 +44,9 @@ export var FilterSelect = function (_a) {
|
|
|
44
44
|
(_a = selectRef.current) === null || _a === void 0 ? void 0 : _a.measureInWindow(function (x, y) {
|
|
45
45
|
setMeasure({ top: y - 12, left: x });
|
|
46
46
|
});
|
|
47
|
-
}, children: [_jsx(P, { children: _jsx(Strong, { children: selected.value === 'default' ? '' : selected.label }) }), _jsx(Icon, { name: "caret-down", size: 14, style: { marginLeft: 2 } })] }, String(isOpen)), rightText ? _jsxs(P, { children: [" ", rightText] }) : null, _jsx(Modal, { transparent: true, visible: isOpen, animationType: "fade", onRequestClose: function () { return setOpen(false); }, children: _jsx(DropdownWrapper, { children: _jsx(DropdownContainer, { style: {
|
|
47
|
+
}, children: [_jsx(P, { children: _jsx(Strong, { children: selected.value === 'default' ? '' : selected.label }) }), _jsx(Icon, { name: "caret-arrow-down", size: 14, style: { marginLeft: 2 } })] }, String(isOpen)), rightText ? _jsxs(P, { children: [" ", rightText] }) : null, _jsx(Modal, { transparent: true, visible: isOpen, animationType: "fade", onRequestClose: function () { return setOpen(false); }, children: _jsx(DropdownWrapper, { children: _jsx(DropdownContainer, { style: {
|
|
48
48
|
top: measure === null || measure === void 0 ? void 0 : measure.top,
|
|
49
49
|
left: measure === null || measure === void 0 ? void 0 : measure.left,
|
|
50
|
-
}, children: _jsx(ScrollView, { nestedScrollEnabled: true, children: options.map(function (option, i) { return (_jsxs(Fragment, { children: [_jsx(SelectOption, { accessible: true, accessibilityRole: "
|
|
50
|
+
}, children: _jsx(ScrollView, { nestedScrollEnabled: true, children: options.map(function (option, i) { return (_jsxs(Fragment, { children: [_jsx(SelectOption, { accessible: true, accessibilityRole: "button", onPress: function () { return handleOptionPress(option); }, children: _jsx(Margin, { vertical: 3, children: _jsx(P, { children: _jsx(Strong, { children: option.label }) }) }) }), i === options.length - 1 ? null : (_jsx(Divider, { type: "differentiated" }))] }, option.label)); }) }) }) }) })] }));
|
|
51
51
|
};
|
|
52
52
|
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
|
|
@@ -36,7 +36,7 @@ var StyledText = styled.Text(function (_a) {
|
|
|
36
36
|
});
|
|
37
37
|
var StyledIcon = styled(Icon)(function (_a) {
|
|
38
38
|
var semantic = _a.theme.semantic;
|
|
39
|
-
return css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n
|
|
39
|
+
return css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n color: ", ";\n "], ["\n color: ", ";\n "])), semantic.message.branded);
|
|
40
40
|
});
|
|
41
41
|
var TextLink = forwardRef(function (_a, ref) {
|
|
42
42
|
var children = _a.children, _b = _a.opensInNewWindow, opensInNewWindow = _b === void 0 ? false : _b, accessibilityLabel = _a.accessibilityLabel, rest = __rest(_a, ["children", "opensInNewWindow", "accessibilityLabel"]);
|
|
@@ -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,
|
|
14
|
+
import { Address, Advice, Archive, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Award, Battery, CalBook, Cal, CaretArrowDown, CaretArrowLeft, CaretArrowRight, CaretArrowUp, ChartFilled, Chart, CheckCircle, Check, ChevronDown, ChevronLeftSmallFirst, ChevronLeftSmall, ChevronLeft, ChevronRightSmallLast, ChevronRightSmall, ChevronRight, ChevronUp, CloseCircle, Cross, Doc, Dollar, Download, EcoHome, Eco, Edit, ElectricCar, ElectricHome, Electricity, EnergyAdvice, Equals, Euro, Gas, GlobeAddress, HelpFilled, Help, Hide, HomeFilled, Home, HydroPower, Info, Link, Logo, MailOpen, Mail, Menu, MessageFilled, Message, Minus, Mobile, NewWindow, PaymentCardFilled, PaymentCard, Phone, Plus, Pound, Pricing, Search, Security, Show, SmartHome, SmartMeter, Solar, StarFilled, Star, Sun, Torch, Trees, Tune, UserFilled, User, Wallet, WarmHome, Warning, WebAddress, WindPower, } from './icons';
|
|
15
15
|
var defaultIcons = {
|
|
16
16
|
address: Address,
|
|
17
17
|
advice: Advice,
|
|
@@ -22,32 +22,31 @@ var defaultIcons = {
|
|
|
22
22
|
'arrow-up': ArrowUp,
|
|
23
23
|
award: Award,
|
|
24
24
|
battery: Battery,
|
|
25
|
-
cal: Cal,
|
|
26
25
|
'cal-book': CalBook,
|
|
27
|
-
|
|
28
|
-
'caret-
|
|
29
|
-
'caret-
|
|
30
|
-
'caret-
|
|
31
|
-
|
|
26
|
+
cal: Cal,
|
|
27
|
+
'caret-arrow-down': CaretArrowDown,
|
|
28
|
+
'caret-arrow-left': CaretArrowLeft,
|
|
29
|
+
'caret-arrow-right': CaretArrowRight,
|
|
30
|
+
'caret-arrow-up': CaretArrowUp,
|
|
32
31
|
'chart-filled': ChartFilled,
|
|
33
|
-
|
|
32
|
+
chart: Chart,
|
|
34
33
|
'check-circle': CheckCircle,
|
|
35
|
-
|
|
36
|
-
'chevron-
|
|
34
|
+
check: Check,
|
|
35
|
+
'chevron-down': ChevronDown,
|
|
37
36
|
'chevron-left-small-first': ChevronLeftSmallFirst,
|
|
38
|
-
'chevron-
|
|
39
|
-
'chevron-
|
|
37
|
+
'chevron-left-small': ChevronLeftSmall,
|
|
38
|
+
'chevron-left': ChevronLeft,
|
|
40
39
|
'chevron-right-small-last': ChevronRightSmallLast,
|
|
40
|
+
'chevron-right-small': ChevronRightSmall,
|
|
41
|
+
'chevron-right': ChevronRight,
|
|
41
42
|
'chevron-up': ChevronUp,
|
|
42
|
-
'chevron-down': ChevronDown,
|
|
43
|
-
circle: Circle,
|
|
44
43
|
'close-circle': CloseCircle,
|
|
45
44
|
cross: Cross,
|
|
46
45
|
doc: Doc,
|
|
47
46
|
dollar: Dollar,
|
|
48
47
|
download: Download,
|
|
49
|
-
eco: Eco,
|
|
50
48
|
'eco-home': EcoHome,
|
|
49
|
+
eco: Eco,
|
|
51
50
|
edit: Edit,
|
|
52
51
|
'electric-car': ElectricCar,
|
|
53
52
|
'electric-home': ElectricHome,
|
|
@@ -57,25 +56,25 @@ var defaultIcons = {
|
|
|
57
56
|
euro: Euro,
|
|
58
57
|
gas: Gas,
|
|
59
58
|
'globe-address': GlobeAddress,
|
|
60
|
-
help: Help,
|
|
61
59
|
'help-filled': HelpFilled,
|
|
60
|
+
help: Help,
|
|
62
61
|
hide: Hide,
|
|
63
|
-
home: Home,
|
|
64
62
|
'home-filled': HomeFilled,
|
|
63
|
+
home: Home,
|
|
65
64
|
'hydro-power': HydroPower,
|
|
66
65
|
info: Info,
|
|
67
|
-
'new-window': NewWindow,
|
|
68
66
|
link: Link,
|
|
69
67
|
logo: Logo,
|
|
70
|
-
mail: Mail,
|
|
71
68
|
'mail-open': MailOpen,
|
|
69
|
+
mail: Mail,
|
|
72
70
|
menu: Menu,
|
|
73
|
-
message: Message,
|
|
74
71
|
'message-filled': MessageFilled,
|
|
72
|
+
message: Message,
|
|
75
73
|
minus: Minus,
|
|
76
74
|
mobile: Mobile,
|
|
77
|
-
'
|
|
75
|
+
'new-window': NewWindow,
|
|
78
76
|
'payment-card-filled': PaymentCardFilled,
|
|
77
|
+
'payment-card': PaymentCard,
|
|
79
78
|
phone: Phone,
|
|
80
79
|
plus: Plus,
|
|
81
80
|
pound: Pound,
|
|
@@ -86,16 +85,15 @@ var defaultIcons = {
|
|
|
86
85
|
'smart-home': SmartHome,
|
|
87
86
|
'smart-meter': SmartMeter,
|
|
88
87
|
solar: Solar,
|
|
89
|
-
star: Star,
|
|
90
88
|
'star-filled': StarFilled,
|
|
89
|
+
star: Star,
|
|
91
90
|
sun: Sun,
|
|
92
91
|
torch: Torch,
|
|
93
92
|
trees: Trees,
|
|
94
93
|
tune: Tune,
|
|
95
|
-
user: User,
|
|
96
94
|
'user-filled': UserFilled,
|
|
95
|
+
user: User,
|
|
97
96
|
wallet: Wallet,
|
|
98
|
-
'wallet-filled': WalletFilled,
|
|
99
97
|
'warm-home': WarmHome,
|
|
100
98
|
warning: Warning,
|
|
101
99
|
'web-address': WebAddress,
|
|
@@ -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 CaretArrowDown = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m8 11.5-5-5h10l-5 5Z" }) }))); };
|
|
@@ -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 CaretArrowLeft = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m4.5 8 5-5v10l-5-5Z" }) }))); };
|
|
@@ -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 CaretArrowRight = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m11.5 8-5 5V3l5 5Z" }) }))); };
|
|
@@ -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 CaretArrowUp = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "m8 4.5 5 5H3l5-5Z" }) }))); };
|
|
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import Svg, { Path } from 'react-native-svg';
|
|
14
|
-
export var Chart = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M3 13h11.099l.401 1.496v.004h-13V1.902L3 1.
|
|
14
|
+
export var Chart = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M3 13h11.099l.401 1.496v.004h-13V1.902L3 1.501V13Zm4.989-9.585 1.5-.401v9.072h-1.5v-8.67ZM6.026 5.506l-1.5.402v6.177h1.5V5.506Zm5.425 2.92 1.5-.402v4.062h-1.5v-3.66Z", clipRule: "evenodd" }) }))); };
|
|
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import Svg, { Path } from 'react-native-svg';
|
|
14
|
-
export var ChartFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0
|
|
14
|
+
export var ChartFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M1.5 1.5v13h13v-13h-13Zm3.775 10.585h-1.5V5.91l1.5-.4v6.58-.005Zm3.46 0h-1.5v-8.67l1.5-.4v9.07Zm3.46 0h-1.5v-3.66l1.5-.4v4.06Z" }) }))); };
|
|
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import Svg, { Path } from 'react-native-svg';
|
|
14
|
-
export var Gas = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M13.047 9.242c-.376-2.493-3.
|
|
14
|
+
export var Gas = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M13.047 9.242c-.376-2.493-3.573-5.79-3.573-5.79l-.796.86L7.933 1.5s-4.527 4.756-5 7.922c-.34 2.272.982 5.077 4.999 5.078 4.713 0 5.452-3.026 5.115-5.258ZM6.99 12.677c-.416-.272-.473-.572-.473-.83 0-.393.368-.998.983-1.619.146-.147.293-.283.433-.405.129.113.264.237.399.372.636.634 1.016 1.252 1.016 1.652 0 .258-.056.557-.472.83-.376.246-.823.322-.943.322-.121 0-.568-.076-.943-.322Zm4.563-1.801c-.087.447-.26.824-.514 1.12a2.104 2.104 0 0 1-.214.213c.016-.115.024-.236.024-.361 0-2.021-2.916-3.916-2.916-3.916s-2.915 1.894-2.915 3.915l.001.087c-.503-.59-.729-1.444-.602-2.29.153-1.029.997-2.607 2.374-4.445.143-.19.285-.375.424-.551l.013.048.699 2.636L9.44 5.696c.16.198.328.413.497.641.934 1.259 1.512 2.371 1.627 3.13.075.497.07.985-.012 1.41v-.001Z" }) }))); };
|
|
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import Svg, { Path } from 'react-native-svg';
|
|
14
|
-
export var HomeFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0
|
|
14
|
+
export var HomeFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M14.5 14.5V5L8 1.5 1.5 5v9.5H7v-5h2v5h5.5Z" }) }))); };
|
|
@@ -10,5 +10,5 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Path
|
|
14
|
-
export var Logo = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 48 48"
|
|
13
|
+
import Svg, { Path } from 'react-native-svg';
|
|
14
|
+
export var Logo = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 48 48" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M14.316 16.104c-1.837-1.34-4.186-2.084-6.733-2.084-2.262 0-4.364.589-6.1 1.66L0 10.143 37.861 0l3.767 14.063a12.37 12.37 0 0 0-1.054-.045c-2.562 0-4.924.752-6.771 2.109l.697-1.803h-7.311l-2.562 8.771c-.278.95-.565 1.982-.565 1.982l-.557-1.982-2.56-8.77h-7.316l.687 1.779Zm22.654 8.023c0-2.05 1.382-3.76 3.606-3.76 1.711 0 2.919 1.013 3.387 2.414l.127.472c.058.28.092.57.092.873 0 2.2-1.484 3.71-3.606 3.71s-3.606-1.51-3.606-3.71Zm-25.781 0c0-2.05-1.384-3.76-3.606-3.76-2.224 0-3.61 1.71-3.61 3.76 0 2.2 1.489 3.71 3.61 3.71 2.122 0 3.606-1.51 3.606-3.71Zm18.866 1.69c.835 5.104 5.232 8.101 10.521 8.101 2.209 0 4.265-.52 5.972-1.5l1.456 5.44L10.143 48 6.357 33.865c.401.036.814.055 1.226.055 5.27 0 9.659-2.98 10.515-8.057l3 7.753h5.934l3.023-7.8Z" }) }))); };
|
|
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import Svg, { Path } from 'react-native-svg';
|
|
14
|
-
export var MessageFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0
|
|
14
|
+
export var MessageFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 13 13 11.523l1.5 1.479h-9l-4 1.498V3h13v10Z", clipRule: "evenodd" }) }))); };
|
|
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import Svg, { Path } from 'react-native-svg';
|
|
14
|
-
export var Show = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1 8c1.815-2.435 4.28-3.94 7-3.94 2.72 0 5.185 1.505 7 3.94-1.815 2.435-4.28 3.94-7 3.94-2.72 0-5.185-1.505-7-3.94Zm1.95-.005c1.47 1.585 3.23 2.44 5.05 2.44 1.815 0 3.58-.86 5.05-2.44C11.58 6.41 9.815 5.555 8 5.555s-3.58.86-5.05 2.44ZM8 10a2 2 0 1 1-.001-3.
|
|
14
|
+
export var Show = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1 8c1.815-2.435 4.28-3.94 7-3.94 2.72 0 5.185 1.505 7 3.94-1.815 2.435-4.28 3.94-7 3.94-2.72 0-5.185-1.505-7-3.94Zm1.95-.005c1.47 1.585 3.23 2.44 5.05 2.44 1.815 0 3.58-.86 5.05-2.44C11.58 6.41 9.815 5.555 8 5.555s-3.58.86-5.05 2.44ZM8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10Zm0-1.5c.275 0 .5-.225.5-.5s-.225-.5-.5-.5-.5.225-.5.5.225.5.5.5Z", clipRule: "evenodd" }) }))); };
|
|
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import Svg, { Path } from 'react-native-svg';
|
|
14
|
-
export var StarFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M8 1.
|
|
14
|
+
export var StarFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", d: "M8 1.948v.001l2.089 3.722 4.41 1.255-3.118 2.72.799 4.38L8 12.085l-4.18 1.943.798-4.38L1.5 6.924l4.41-1.253L8 1.95h-.001H8Z" }) }))); };
|
|
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import Svg, { Path } from 'react-native-svg';
|
|
14
|
-
export var Trees = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M9.755 2.7a3.093 3.093 0 0 1 3.043 2.542 3.093 3.093 0 0 1-2.047 5.785V14.5h-1.5v-2.877a3.093 3.093 0 0 1-2.565-5.456A3.093 3.093 0 0 1 9.755 2.7Zm1.218 6.836A1.595 1.595 0 0 0 13 8.003c0-.604-.336-1.149-.877-1.422l-.669-.337-.133-.737A1.589 1.589 0 0 0 9.755 4.2a1.595 1.595 0 0 0-1.58 1.787l.1.838-.664.522A1.585 1.585 0 0 0 7 8.599a1.595 1.595 0 0 0 2.25 1.453V7.89l1.5-.402v1.984l.223.063Zm-6.264.422.218-.18a3.71 3.71 0 0 0 1.472 1.945v2.788h-1.5v-2.96a2.543 2.543 0 0 1-2.424-4.397 2.543 2.543 0 0 1 3.662-2.582 3.689 3.689 0 0 0-.225 1.19l-.003.196-.135.
|
|
14
|
+
export var Trees = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M9.755 2.7a3.093 3.093 0 0 1 3.043 2.542 3.093 3.093 0 0 1-2.047 5.785V14.5h-1.5v-2.877a3.093 3.093 0 0 1-2.565-5.456A3.093 3.093 0 0 1 9.755 2.7Zm1.218 6.836A1.595 1.595 0 0 0 13 8.003c0-.604-.336-1.149-.877-1.422l-.669-.337-.133-.737A1.589 1.589 0 0 0 9.755 4.2a1.595 1.595 0 0 0-1.58 1.787l.1.838-.664.522A1.585 1.585 0 0 0 7 8.599a1.595 1.595 0 0 0 2.25 1.453V7.89l1.5-.402v1.984l.223.063Zm-6.264.422.218-.18a3.71 3.71 0 0 0 1.472 1.945v2.788h-1.5v-2.96a2.543 2.543 0 0 1-2.424-4.397 2.543 2.543 0 0 1 3.662-2.582 3.689 3.689 0 0 0-.225 1.19l-.003.196-.135.14a.922.922 0 0 0-.011.012l-.011.012a1.043 1.043 0 0 0-1.788.851l.101.838-.664.521a1.045 1.045 0 1 0 1.308 1.626Z", clipRule: "evenodd" }) }))); };
|
|
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import Svg, { Path } from 'react-native-svg';
|
|
14
|
-
export var User = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0Zm-1.5 0C9.755 3.786 8.968 3 8 3c-.968 0-1.755.
|
|
14
|
+
export var User = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0Zm-1.5 0C9.755 3.786 8.968 3 8 3c-.968 0-1.755.788-1.755 1.755 0 .968.787 1.756 1.755 1.756.968 0 1.755-.788 1.755-1.756ZM14.5 9.979v2.619l-1.5.401v-1.865L8 9.813l-5 1.321V13h9.999l.402 1.5H1.5V9.979L8 8.262l6.5 1.717Z", clipRule: "evenodd" }) }))); };
|
|
@@ -11,4 +11,4 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import Svg, { Path } from 'react-native-svg';
|
|
14
|
-
export var UserFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0
|
|
14
|
+
export var UserFilled = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0ZM14.5 14.5V9.979L8 8.262 1.5 9.979V14.5h13Zm0 0L12.999 13H3h10v-.001l1.5 1.501Z", clipRule: "evenodd" }) }))); };
|
|
@@ -7,32 +7,31 @@ export * from './ArrowRight';
|
|
|
7
7
|
export * from './ArrowUp';
|
|
8
8
|
export * from './Award';
|
|
9
9
|
export * from './Battery';
|
|
10
|
-
export * from './Cal';
|
|
11
10
|
export * from './CalBook';
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
11
|
+
export * from './Cal';
|
|
12
|
+
export * from './CaretArrowDown';
|
|
13
|
+
export * from './CaretArrowLeft';
|
|
14
|
+
export * from './CaretArrowRight';
|
|
15
|
+
export * from './CaretArrowUp';
|
|
17
16
|
export * from './ChartFilled';
|
|
18
|
-
export * from './
|
|
17
|
+
export * from './Chart';
|
|
19
18
|
export * from './CheckCircle';
|
|
19
|
+
export * from './Check';
|
|
20
20
|
export * from './ChevronDown';
|
|
21
|
-
export * from './ChevronLeft';
|
|
22
|
-
export * from './ChevronLeftSmall';
|
|
23
21
|
export * from './ChevronLeftSmallFirst';
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
22
|
+
export * from './ChevronLeftSmall';
|
|
23
|
+
export * from './ChevronLeft';
|
|
26
24
|
export * from './ChevronRightSmallLast';
|
|
25
|
+
export * from './ChevronRightSmall';
|
|
26
|
+
export * from './ChevronRight';
|
|
27
27
|
export * from './ChevronUp';
|
|
28
|
-
export * from './Circle';
|
|
29
28
|
export * from './CloseCircle';
|
|
30
29
|
export * from './Cross';
|
|
31
30
|
export * from './Doc';
|
|
32
31
|
export * from './Dollar';
|
|
33
32
|
export * from './Download';
|
|
34
|
-
export * from './Eco';
|
|
35
33
|
export * from './EcoHome';
|
|
34
|
+
export * from './Eco';
|
|
36
35
|
export * from './Edit';
|
|
37
36
|
export * from './ElectricCar';
|
|
38
37
|
export * from './ElectricHome';
|
|
@@ -42,25 +41,25 @@ export * from './Equals';
|
|
|
42
41
|
export * from './Euro';
|
|
43
42
|
export * from './Gas';
|
|
44
43
|
export * from './GlobeAddress';
|
|
45
|
-
export * from './Help';
|
|
46
44
|
export * from './HelpFilled';
|
|
45
|
+
export * from './Help';
|
|
47
46
|
export * from './Hide';
|
|
48
|
-
export * from './Home';
|
|
49
47
|
export * from './HomeFilled';
|
|
48
|
+
export * from './Home';
|
|
50
49
|
export * from './HydroPower';
|
|
51
50
|
export * from './Info';
|
|
52
51
|
export * from './Link';
|
|
53
52
|
export * from './Logo';
|
|
54
|
-
export * from './Mail';
|
|
55
53
|
export * from './MailOpen';
|
|
54
|
+
export * from './Mail';
|
|
56
55
|
export * from './Menu';
|
|
57
|
-
export * from './Message';
|
|
58
56
|
export * from './MessageFilled';
|
|
57
|
+
export * from './Message';
|
|
59
58
|
export * from './Minus';
|
|
60
59
|
export * from './Mobile';
|
|
61
60
|
export * from './NewWindow';
|
|
62
|
-
export * from './PaymentCard';
|
|
63
61
|
export * from './PaymentCardFilled';
|
|
62
|
+
export * from './PaymentCard';
|
|
64
63
|
export * from './Phone';
|
|
65
64
|
export * from './Plus';
|
|
66
65
|
export * from './Pound';
|
|
@@ -71,16 +70,15 @@ export * from './Show';
|
|
|
71
70
|
export * from './SmartHome';
|
|
72
71
|
export * from './SmartMeter';
|
|
73
72
|
export * from './Solar';
|
|
74
|
-
export * from './Star';
|
|
75
73
|
export * from './StarFilled';
|
|
74
|
+
export * from './Star';
|
|
76
75
|
export * from './Sun';
|
|
77
76
|
export * from './Torch';
|
|
78
77
|
export * from './Trees';
|
|
79
78
|
export * from './Tune';
|
|
80
|
-
export * from './User';
|
|
81
79
|
export * from './UserFilled';
|
|
80
|
+
export * from './User';
|
|
82
81
|
export * from './Wallet';
|
|
83
|
-
export * from './WalletFilled';
|
|
84
82
|
export * from './WarmHome';
|
|
85
83
|
export * from './Warning';
|
|
86
84
|
export * from './WebAddress';
|
|
@@ -25,32 +25,31 @@ var defaultIcons = {
|
|
|
25
25
|
'arrow-up': icons_1.ArrowUp,
|
|
26
26
|
award: icons_1.Award,
|
|
27
27
|
battery: icons_1.Battery,
|
|
28
|
-
cal: icons_1.Cal,
|
|
29
28
|
'cal-book': icons_1.CalBook,
|
|
30
|
-
|
|
31
|
-
'caret-
|
|
32
|
-
'caret-
|
|
33
|
-
'caret-
|
|
34
|
-
|
|
29
|
+
cal: icons_1.Cal,
|
|
30
|
+
'caret-arrow-down': icons_1.CaretArrowDown,
|
|
31
|
+
'caret-arrow-left': icons_1.CaretArrowLeft,
|
|
32
|
+
'caret-arrow-right': icons_1.CaretArrowRight,
|
|
33
|
+
'caret-arrow-up': icons_1.CaretArrowUp,
|
|
35
34
|
'chart-filled': icons_1.ChartFilled,
|
|
36
|
-
|
|
35
|
+
chart: icons_1.Chart,
|
|
37
36
|
'check-circle': icons_1.CheckCircle,
|
|
38
|
-
|
|
39
|
-
'chevron-
|
|
37
|
+
check: icons_1.Check,
|
|
38
|
+
'chevron-down': icons_1.ChevronDown,
|
|
40
39
|
'chevron-left-small-first': icons_1.ChevronLeftSmallFirst,
|
|
41
|
-
'chevron-
|
|
42
|
-
'chevron-
|
|
40
|
+
'chevron-left-small': icons_1.ChevronLeftSmall,
|
|
41
|
+
'chevron-left': icons_1.ChevronLeft,
|
|
43
42
|
'chevron-right-small-last': icons_1.ChevronRightSmallLast,
|
|
43
|
+
'chevron-right-small': icons_1.ChevronRightSmall,
|
|
44
|
+
'chevron-right': icons_1.ChevronRight,
|
|
44
45
|
'chevron-up': icons_1.ChevronUp,
|
|
45
|
-
'chevron-down': icons_1.ChevronDown,
|
|
46
|
-
circle: icons_1.Circle,
|
|
47
46
|
'close-circle': icons_1.CloseCircle,
|
|
48
47
|
cross: icons_1.Cross,
|
|
49
48
|
doc: icons_1.Doc,
|
|
50
49
|
dollar: icons_1.Dollar,
|
|
51
50
|
download: icons_1.Download,
|
|
52
|
-
eco: icons_1.Eco,
|
|
53
51
|
'eco-home': icons_1.EcoHome,
|
|
52
|
+
eco: icons_1.Eco,
|
|
54
53
|
edit: icons_1.Edit,
|
|
55
54
|
'electric-car': icons_1.ElectricCar,
|
|
56
55
|
'electric-home': icons_1.ElectricHome,
|
|
@@ -60,25 +59,25 @@ var defaultIcons = {
|
|
|
60
59
|
euro: icons_1.Euro,
|
|
61
60
|
gas: icons_1.Gas,
|
|
62
61
|
'globe-address': icons_1.GlobeAddress,
|
|
63
|
-
help: icons_1.Help,
|
|
64
62
|
'help-filled': icons_1.HelpFilled,
|
|
63
|
+
help: icons_1.Help,
|
|
65
64
|
hide: icons_1.Hide,
|
|
66
|
-
home: icons_1.Home,
|
|
67
65
|
'home-filled': icons_1.HomeFilled,
|
|
66
|
+
home: icons_1.Home,
|
|
68
67
|
'hydro-power': icons_1.HydroPower,
|
|
69
68
|
info: icons_1.Info,
|
|
70
|
-
'new-window': icons_1.NewWindow,
|
|
71
69
|
link: icons_1.Link,
|
|
72
70
|
logo: icons_1.Logo,
|
|
73
|
-
mail: icons_1.Mail,
|
|
74
71
|
'mail-open': icons_1.MailOpen,
|
|
72
|
+
mail: icons_1.Mail,
|
|
75
73
|
menu: icons_1.Menu,
|
|
76
|
-
message: icons_1.Message,
|
|
77
74
|
'message-filled': icons_1.MessageFilled,
|
|
75
|
+
message: icons_1.Message,
|
|
78
76
|
minus: icons_1.Minus,
|
|
79
77
|
mobile: icons_1.Mobile,
|
|
80
|
-
'
|
|
78
|
+
'new-window': icons_1.NewWindow,
|
|
81
79
|
'payment-card-filled': icons_1.PaymentCardFilled,
|
|
80
|
+
'payment-card': icons_1.PaymentCard,
|
|
82
81
|
phone: icons_1.Phone,
|
|
83
82
|
plus: icons_1.Plus,
|
|
84
83
|
pound: icons_1.Pound,
|
|
@@ -89,16 +88,15 @@ var defaultIcons = {
|
|
|
89
88
|
'smart-home': icons_1.SmartHome,
|
|
90
89
|
'smart-meter': icons_1.SmartMeter,
|
|
91
90
|
solar: icons_1.Solar,
|
|
92
|
-
star: icons_1.Star,
|
|
93
91
|
'star-filled': icons_1.StarFilled,
|
|
92
|
+
star: icons_1.Star,
|
|
94
93
|
sun: icons_1.Sun,
|
|
95
94
|
torch: icons_1.Torch,
|
|
96
95
|
trees: icons_1.Trees,
|
|
97
96
|
tune: icons_1.Tune,
|
|
98
|
-
user: icons_1.User,
|
|
99
97
|
'user-filled': icons_1.UserFilled,
|
|
98
|
+
user: icons_1.User,
|
|
100
99
|
wallet: icons_1.Wallet,
|
|
101
|
-
'wallet-filled': icons_1.WalletFilled,
|
|
102
100
|
'warm-home': icons_1.WarmHome,
|
|
103
101
|
warning: icons_1.Warning,
|
|
104
102
|
'web-address': icons_1.WebAddress,
|
|
@@ -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.CaretArrowDown = void 0;
|
|
38
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
+
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
+
var CaretArrowDown = 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: "m8 11.5-5-5h10l-5 5Z" }) }))); };
|
|
41
|
+
exports.CaretArrowDown = CaretArrowDown;
|
|
@@ -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.CaretArrowLeft = void 0;
|
|
38
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
+
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
+
var CaretArrowLeft = 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: "m4.5 8 5-5v10l-5-5Z" }) }))); };
|
|
41
|
+
exports.CaretArrowLeft = CaretArrowLeft;
|
|
@@ -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.CaretArrowRight = void 0;
|
|
38
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
+
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
+
var CaretArrowRight = 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.5 8-5 5V3l5 5Z" }) }))); };
|
|
41
|
+
exports.CaretArrowRight = CaretArrowRight;
|
|
@@ -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.CaretArrowUp = void 0;
|
|
38
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
+
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
+
var CaretArrowUp = 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: "m8 4.5 5 5H3l5-5Z" }) }))); };
|
|
41
|
+
exports.CaretArrowUp = CaretArrowUp;
|
|
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.Chart = void 0;
|
|
38
38
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
39
|
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var Chart = 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: "M3 13h11.099l.401 1.496v.004h-13V1.902L3 1.
|
|
40
|
+
var Chart = 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: "M3 13h11.099l.401 1.496v.004h-13V1.902L3 1.501V13Zm4.989-9.585 1.5-.401v9.072h-1.5v-8.67ZM6.026 5.506l-1.5.402v6.177h1.5V5.506Zm5.425 2.92 1.5-.402v4.062h-1.5v-3.66Z", clipRule: "evenodd" }) }))); };
|
|
41
41
|
exports.Chart = Chart;
|
|
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.ChartFilled = void 0;
|
|
38
38
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
39
|
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var ChartFilled = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0
|
|
40
|
+
var ChartFilled = 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: "M1.5 1.5v13h13v-13h-13Zm3.775 10.585h-1.5V5.91l1.5-.4v6.58-.005Zm3.46 0h-1.5v-8.67l1.5-.4v9.07Zm3.46 0h-1.5v-3.66l1.5-.4v4.06Z" }) }))); };
|
|
41
41
|
exports.ChartFilled = ChartFilled;
|
|
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.Gas = void 0;
|
|
38
38
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
39
|
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var Gas = 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: "M13.047 9.242c-.376-2.493-3.
|
|
40
|
+
var Gas = 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: "M13.047 9.242c-.376-2.493-3.573-5.79-3.573-5.79l-.796.86L7.933 1.5s-4.527 4.756-5 7.922c-.34 2.272.982 5.077 4.999 5.078 4.713 0 5.452-3.026 5.115-5.258ZM6.99 12.677c-.416-.272-.473-.572-.473-.83 0-.393.368-.998.983-1.619.146-.147.293-.283.433-.405.129.113.264.237.399.372.636.634 1.016 1.252 1.016 1.652 0 .258-.056.557-.472.83-.376.246-.823.322-.943.322-.121 0-.568-.076-.943-.322Zm4.563-1.801c-.087.447-.26.824-.514 1.12a2.104 2.104 0 0 1-.214.213c.016-.115.024-.236.024-.361 0-2.021-2.916-3.916-2.916-3.916s-2.915 1.894-2.915 3.915l.001.087c-.503-.59-.729-1.444-.602-2.29.153-1.029.997-2.607 2.374-4.445.143-.19.285-.375.424-.551l.013.048.699 2.636L9.44 5.696c.16.198.328.413.497.641.934 1.259 1.512 2.371 1.627 3.13.075.497.07.985-.012 1.41v-.001Z" }) }))); };
|
|
41
41
|
exports.Gas = Gas;
|
|
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.HomeFilled = void 0;
|
|
38
38
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
39
|
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var HomeFilled = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0
|
|
40
|
+
var HomeFilled = 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: "M14.5 14.5V5L8 1.5 1.5 5v9.5H7v-5h2v5h5.5Z" }) }))); };
|
|
41
41
|
exports.HomeFilled = HomeFilled;
|
|
@@ -10,9 +10,32 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
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
|
+
};
|
|
13
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
37
|
exports.Logo = void 0;
|
|
15
38
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
-
var react_native_svg_1 = require("react-native-svg");
|
|
17
|
-
var Logo = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.
|
|
39
|
+
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
+
var Logo = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 48 48" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M14.316 16.104c-1.837-1.34-4.186-2.084-6.733-2.084-2.262 0-4.364.589-6.1 1.66L0 10.143 37.861 0l3.767 14.063a12.37 12.37 0 0 0-1.054-.045c-2.562 0-4.924.752-6.771 2.109l.697-1.803h-7.311l-2.562 8.771c-.278.95-.565 1.982-.565 1.982l-.557-1.982-2.56-8.77h-7.316l.687 1.779Zm22.654 8.023c0-2.05 1.382-3.76 3.606-3.76 1.711 0 2.919 1.013 3.387 2.414l.127.472c.058.28.092.57.092.873 0 2.2-1.484 3.71-3.606 3.71s-3.606-1.51-3.606-3.71Zm-25.781 0c0-2.05-1.384-3.76-3.606-3.76-2.224 0-3.61 1.71-3.61 3.76 0 2.2 1.489 3.71 3.61 3.71 2.122 0 3.606-1.51 3.606-3.71Zm18.866 1.69c.835 5.104 5.232 8.101 10.521 8.101 2.209 0 4.265-.52 5.972-1.5l1.456 5.44L10.143 48 6.357 33.865c.401.036.814.055 1.226.055 5.27 0 9.659-2.98 10.515-8.057l3 7.753h5.934l3.023-7.8Z" }) }))); };
|
|
18
41
|
exports.Logo = Logo;
|
|
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.MessageFilled = void 0;
|
|
38
38
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
39
|
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var MessageFilled = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0
|
|
40
|
+
var MessageFilled = 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 13 13 11.523l1.5 1.479h-9l-4 1.498V3h13v10Z", clipRule: "evenodd" }) }))); };
|
|
41
41
|
exports.MessageFilled = MessageFilled;
|
|
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.Show = void 0;
|
|
38
38
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
39
|
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var Show = 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: "M1 8c1.815-2.435 4.28-3.94 7-3.94 2.72 0 5.185 1.505 7 3.94-1.815 2.435-4.28 3.94-7 3.94-2.72 0-5.185-1.505-7-3.94Zm1.95-.005c1.47 1.585 3.23 2.44 5.05 2.44 1.815 0 3.58-.86 5.05-2.44C11.58 6.41 9.815 5.555 8 5.555s-3.58.86-5.05 2.44ZM8 10a2 2 0 1 1-.001-3.
|
|
40
|
+
var Show = 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: "M1 8c1.815-2.435 4.28-3.94 7-3.94 2.72 0 5.185 1.505 7 3.94-1.815 2.435-4.28 3.94-7 3.94-2.72 0-5.185-1.505-7-3.94Zm1.95-.005c1.47 1.585 3.23 2.44 5.05 2.44 1.815 0 3.58-.86 5.05-2.44C11.58 6.41 9.815 5.555 8 5.555s-3.58.86-5.05 2.44ZM8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10Zm0-1.5c.275 0 .5-.225.5-.5s-.225-.5-.5-.5-.5.225-.5.5.225.5.5.5Z", clipRule: "evenodd" }) }))); };
|
|
41
41
|
exports.Show = Show;
|
|
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.StarFilled = void 0;
|
|
38
38
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
39
|
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var StarFilled = 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: "M8 1.
|
|
40
|
+
var StarFilled = 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: "M8 1.948v.001l2.089 3.722 4.41 1.255-3.118 2.72.799 4.38L8 12.085l-4.18 1.943.798-4.38L1.5 6.924l4.41-1.253L8 1.95h-.001H8Z" }) }))); };
|
|
41
41
|
exports.StarFilled = StarFilled;
|
|
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.Trees = void 0;
|
|
38
38
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
39
|
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var Trees = 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: "M9.755 2.7a3.093 3.093 0 0 1 3.043 2.542 3.093 3.093 0 0 1-2.047 5.785V14.5h-1.5v-2.877a3.093 3.093 0 0 1-2.565-5.456A3.093 3.093 0 0 1 9.755 2.7Zm1.218 6.836A1.595 1.595 0 0 0 13 8.003c0-.604-.336-1.149-.877-1.422l-.669-.337-.133-.737A1.589 1.589 0 0 0 9.755 4.2a1.595 1.595 0 0 0-1.58 1.787l.1.838-.664.522A1.585 1.585 0 0 0 7 8.599a1.595 1.595 0 0 0 2.25 1.453V7.89l1.5-.402v1.984l.223.063Zm-6.264.422.218-.18a3.71 3.71 0 0 0 1.472 1.945v2.788h-1.5v-2.96a2.543 2.543 0 0 1-2.424-4.397 2.543 2.543 0 0 1 3.662-2.582 3.689 3.689 0 0 0-.225 1.19l-.003.196-.135.
|
|
40
|
+
var Trees = 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: "M9.755 2.7a3.093 3.093 0 0 1 3.043 2.542 3.093 3.093 0 0 1-2.047 5.785V14.5h-1.5v-2.877a3.093 3.093 0 0 1-2.565-5.456A3.093 3.093 0 0 1 9.755 2.7Zm1.218 6.836A1.595 1.595 0 0 0 13 8.003c0-.604-.336-1.149-.877-1.422l-.669-.337-.133-.737A1.589 1.589 0 0 0 9.755 4.2a1.595 1.595 0 0 0-1.58 1.787l.1.838-.664.522A1.585 1.585 0 0 0 7 8.599a1.595 1.595 0 0 0 2.25 1.453V7.89l1.5-.402v1.984l.223.063Zm-6.264.422.218-.18a3.71 3.71 0 0 0 1.472 1.945v2.788h-1.5v-2.96a2.543 2.543 0 0 1-2.424-4.397 2.543 2.543 0 0 1 3.662-2.582 3.689 3.689 0 0 0-.225 1.19l-.003.196-.135.14a.922.922 0 0 0-.011.012l-.011.012a1.043 1.043 0 0 0-1.788.851l.101.838-.664.521a1.045 1.045 0 1 0 1.308 1.626Z", clipRule: "evenodd" }) }))); };
|
|
41
41
|
exports.Trees = Trees;
|
|
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.User = void 0;
|
|
38
38
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
39
|
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var User = 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.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0Zm-1.5 0C9.755 3.786 8.968 3 8 3c-.968 0-1.755.
|
|
40
|
+
var User = 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.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0Zm-1.5 0C9.755 3.786 8.968 3 8 3c-.968 0-1.755.788-1.755 1.755 0 .968.787 1.756 1.755 1.756.968 0 1.755-.788 1.755-1.756ZM14.5 9.979v2.619l-1.5.401v-1.865L8 9.813l-5 1.321V13h9.999l.402 1.5H1.5V9.979L8 8.262l6.5 1.717Z", clipRule: "evenodd" }) }))); };
|
|
41
41
|
exports.User = User;
|
|
@@ -37,5 +37,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.UserFilled = void 0;
|
|
38
38
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
39
|
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var UserFilled = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0
|
|
40
|
+
var UserFilled = 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.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0ZM14.5 14.5V9.979L8 8.262 1.5 9.979V14.5h13Zm0 0L12.999 13H3h10v-.001l1.5 1.501Z", clipRule: "evenodd" }) }))); };
|
|
41
41
|
exports.UserFilled = UserFilled;
|
|
@@ -7,32 +7,31 @@ export * from './ArrowRight';
|
|
|
7
7
|
export * from './ArrowUp';
|
|
8
8
|
export * from './Award';
|
|
9
9
|
export * from './Battery';
|
|
10
|
-
export * from './Cal';
|
|
11
10
|
export * from './CalBook';
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
11
|
+
export * from './Cal';
|
|
12
|
+
export * from './CaretArrowDown';
|
|
13
|
+
export * from './CaretArrowLeft';
|
|
14
|
+
export * from './CaretArrowRight';
|
|
15
|
+
export * from './CaretArrowUp';
|
|
17
16
|
export * from './ChartFilled';
|
|
18
|
-
export * from './
|
|
17
|
+
export * from './Chart';
|
|
19
18
|
export * from './CheckCircle';
|
|
19
|
+
export * from './Check';
|
|
20
20
|
export * from './ChevronDown';
|
|
21
|
-
export * from './ChevronLeft';
|
|
22
|
-
export * from './ChevronLeftSmall';
|
|
23
21
|
export * from './ChevronLeftSmallFirst';
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
22
|
+
export * from './ChevronLeftSmall';
|
|
23
|
+
export * from './ChevronLeft';
|
|
26
24
|
export * from './ChevronRightSmallLast';
|
|
25
|
+
export * from './ChevronRightSmall';
|
|
26
|
+
export * from './ChevronRight';
|
|
27
27
|
export * from './ChevronUp';
|
|
28
|
-
export * from './Circle';
|
|
29
28
|
export * from './CloseCircle';
|
|
30
29
|
export * from './Cross';
|
|
31
30
|
export * from './Doc';
|
|
32
31
|
export * from './Dollar';
|
|
33
32
|
export * from './Download';
|
|
34
|
-
export * from './Eco';
|
|
35
33
|
export * from './EcoHome';
|
|
34
|
+
export * from './Eco';
|
|
36
35
|
export * from './Edit';
|
|
37
36
|
export * from './ElectricCar';
|
|
38
37
|
export * from './ElectricHome';
|
|
@@ -42,25 +41,25 @@ export * from './Equals';
|
|
|
42
41
|
export * from './Euro';
|
|
43
42
|
export * from './Gas';
|
|
44
43
|
export * from './GlobeAddress';
|
|
45
|
-
export * from './Help';
|
|
46
44
|
export * from './HelpFilled';
|
|
45
|
+
export * from './Help';
|
|
47
46
|
export * from './Hide';
|
|
48
|
-
export * from './Home';
|
|
49
47
|
export * from './HomeFilled';
|
|
48
|
+
export * from './Home';
|
|
50
49
|
export * from './HydroPower';
|
|
51
50
|
export * from './Info';
|
|
52
51
|
export * from './Link';
|
|
53
52
|
export * from './Logo';
|
|
54
|
-
export * from './Mail';
|
|
55
53
|
export * from './MailOpen';
|
|
54
|
+
export * from './Mail';
|
|
56
55
|
export * from './Menu';
|
|
57
|
-
export * from './Message';
|
|
58
56
|
export * from './MessageFilled';
|
|
57
|
+
export * from './Message';
|
|
59
58
|
export * from './Minus';
|
|
60
59
|
export * from './Mobile';
|
|
61
60
|
export * from './NewWindow';
|
|
62
|
-
export * from './PaymentCard';
|
|
63
61
|
export * from './PaymentCardFilled';
|
|
62
|
+
export * from './PaymentCard';
|
|
64
63
|
export * from './Phone';
|
|
65
64
|
export * from './Plus';
|
|
66
65
|
export * from './Pound';
|
|
@@ -71,16 +70,15 @@ export * from './Show';
|
|
|
71
70
|
export * from './SmartHome';
|
|
72
71
|
export * from './SmartMeter';
|
|
73
72
|
export * from './Solar';
|
|
74
|
-
export * from './Star';
|
|
75
73
|
export * from './StarFilled';
|
|
74
|
+
export * from './Star';
|
|
76
75
|
export * from './Sun';
|
|
77
76
|
export * from './Torch';
|
|
78
77
|
export * from './Trees';
|
|
79
78
|
export * from './Tune';
|
|
80
|
-
export * from './User';
|
|
81
79
|
export * from './UserFilled';
|
|
80
|
+
export * from './User';
|
|
82
81
|
export * from './Wallet';
|
|
83
|
-
export * from './WalletFilled';
|
|
84
82
|
export * from './WarmHome';
|
|
85
83
|
export * from './Warning';
|
|
86
84
|
export * from './WebAddress';
|
|
@@ -23,32 +23,31 @@ __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("./Cal"), exports);
|
|
27
26
|
__exportStar(require("./CalBook"), exports);
|
|
28
|
-
__exportStar(require("./
|
|
29
|
-
__exportStar(require("./
|
|
30
|
-
__exportStar(require("./
|
|
31
|
-
__exportStar(require("./
|
|
32
|
-
__exportStar(require("./
|
|
27
|
+
__exportStar(require("./Cal"), exports);
|
|
28
|
+
__exportStar(require("./CaretArrowDown"), exports);
|
|
29
|
+
__exportStar(require("./CaretArrowLeft"), exports);
|
|
30
|
+
__exportStar(require("./CaretArrowRight"), exports);
|
|
31
|
+
__exportStar(require("./CaretArrowUp"), exports);
|
|
33
32
|
__exportStar(require("./ChartFilled"), exports);
|
|
34
|
-
__exportStar(require("./
|
|
33
|
+
__exportStar(require("./Chart"), exports);
|
|
35
34
|
__exportStar(require("./CheckCircle"), exports);
|
|
35
|
+
__exportStar(require("./Check"), exports);
|
|
36
36
|
__exportStar(require("./ChevronDown"), exports);
|
|
37
|
-
__exportStar(require("./ChevronLeft"), exports);
|
|
38
|
-
__exportStar(require("./ChevronLeftSmall"), exports);
|
|
39
37
|
__exportStar(require("./ChevronLeftSmallFirst"), exports);
|
|
40
|
-
__exportStar(require("./
|
|
41
|
-
__exportStar(require("./
|
|
38
|
+
__exportStar(require("./ChevronLeftSmall"), exports);
|
|
39
|
+
__exportStar(require("./ChevronLeft"), exports);
|
|
42
40
|
__exportStar(require("./ChevronRightSmallLast"), exports);
|
|
41
|
+
__exportStar(require("./ChevronRightSmall"), exports);
|
|
42
|
+
__exportStar(require("./ChevronRight"), exports);
|
|
43
43
|
__exportStar(require("./ChevronUp"), exports);
|
|
44
|
-
__exportStar(require("./Circle"), exports);
|
|
45
44
|
__exportStar(require("./CloseCircle"), exports);
|
|
46
45
|
__exportStar(require("./Cross"), exports);
|
|
47
46
|
__exportStar(require("./Doc"), exports);
|
|
48
47
|
__exportStar(require("./Dollar"), exports);
|
|
49
48
|
__exportStar(require("./Download"), exports);
|
|
50
|
-
__exportStar(require("./Eco"), exports);
|
|
51
49
|
__exportStar(require("./EcoHome"), exports);
|
|
50
|
+
__exportStar(require("./Eco"), exports);
|
|
52
51
|
__exportStar(require("./Edit"), exports);
|
|
53
52
|
__exportStar(require("./ElectricCar"), exports);
|
|
54
53
|
__exportStar(require("./ElectricHome"), exports);
|
|
@@ -58,25 +57,25 @@ __exportStar(require("./Equals"), exports);
|
|
|
58
57
|
__exportStar(require("./Euro"), exports);
|
|
59
58
|
__exportStar(require("./Gas"), exports);
|
|
60
59
|
__exportStar(require("./GlobeAddress"), exports);
|
|
61
|
-
__exportStar(require("./Help"), exports);
|
|
62
60
|
__exportStar(require("./HelpFilled"), exports);
|
|
61
|
+
__exportStar(require("./Help"), exports);
|
|
63
62
|
__exportStar(require("./Hide"), exports);
|
|
64
|
-
__exportStar(require("./Home"), exports);
|
|
65
63
|
__exportStar(require("./HomeFilled"), exports);
|
|
64
|
+
__exportStar(require("./Home"), exports);
|
|
66
65
|
__exportStar(require("./HydroPower"), exports);
|
|
67
66
|
__exportStar(require("./Info"), exports);
|
|
68
67
|
__exportStar(require("./Link"), exports);
|
|
69
68
|
__exportStar(require("./Logo"), exports);
|
|
70
|
-
__exportStar(require("./Mail"), exports);
|
|
71
69
|
__exportStar(require("./MailOpen"), exports);
|
|
70
|
+
__exportStar(require("./Mail"), exports);
|
|
72
71
|
__exportStar(require("./Menu"), exports);
|
|
73
|
-
__exportStar(require("./Message"), exports);
|
|
74
72
|
__exportStar(require("./MessageFilled"), exports);
|
|
73
|
+
__exportStar(require("./Message"), exports);
|
|
75
74
|
__exportStar(require("./Minus"), exports);
|
|
76
75
|
__exportStar(require("./Mobile"), exports);
|
|
77
76
|
__exportStar(require("./NewWindow"), exports);
|
|
78
|
-
__exportStar(require("./PaymentCard"), exports);
|
|
79
77
|
__exportStar(require("./PaymentCardFilled"), exports);
|
|
78
|
+
__exportStar(require("./PaymentCard"), exports);
|
|
80
79
|
__exportStar(require("./Phone"), exports);
|
|
81
80
|
__exportStar(require("./Plus"), exports);
|
|
82
81
|
__exportStar(require("./Pound"), exports);
|
|
@@ -87,16 +86,15 @@ __exportStar(require("./Show"), exports);
|
|
|
87
86
|
__exportStar(require("./SmartHome"), exports);
|
|
88
87
|
__exportStar(require("./SmartMeter"), exports);
|
|
89
88
|
__exportStar(require("./Solar"), exports);
|
|
90
|
-
__exportStar(require("./Star"), exports);
|
|
91
89
|
__exportStar(require("./StarFilled"), exports);
|
|
90
|
+
__exportStar(require("./Star"), exports);
|
|
92
91
|
__exportStar(require("./Sun"), exports);
|
|
93
92
|
__exportStar(require("./Torch"), exports);
|
|
94
93
|
__exportStar(require("./Trees"), exports);
|
|
95
94
|
__exportStar(require("./Tune"), exports);
|
|
96
|
-
__exportStar(require("./User"), exports);
|
|
97
95
|
__exportStar(require("./UserFilled"), exports);
|
|
96
|
+
__exportStar(require("./User"), exports);
|
|
98
97
|
__exportStar(require("./Wallet"), exports);
|
|
99
|
-
__exportStar(require("./WalletFilled"), exports);
|
|
100
98
|
__exportStar(require("./WarmHome"), exports);
|
|
101
99
|
__exportStar(require("./Warning"), exports);
|
|
102
100
|
__exportStar(require("./WebAddress"), 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' | 'cal
|
|
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' | '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' | 'search' | 'security' | '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": "4.0.
|
|
3
|
+
"version": "4.0.2-canary-242da35-253",
|
|
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": "3.0.1-canary-242da35-253",
|
|
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": "3.0.1"
|
|
20
|
+
"react-native-reanimated-carousel": "^3.5.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@babel/core": "^7.11.5",
|