@ovotech/element-native 3.2.0 → 3.2.1-canary-e0b073e-118

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.
Files changed (31) hide show
  1. package/dist/components/CTAButton/CTAButton.js +3 -1
  2. package/dist/components/Notification/Notification.js +1 -1
  3. package/dist/components/Radio/Radio.js +1 -1
  4. package/dist/esm/components/CTAButton/CTAButton.js +3 -1
  5. package/dist/esm/components/Notification/Notification.js +1 -1
  6. package/dist/esm/components/Radio/Radio.js +1 -1
  7. package/dist/esm/providers/IconsProvider.js +3 -1
  8. package/dist/esm/{components/Input/TelInput.js → providers/icons/Circle.js} +3 -4
  9. package/dist/esm/providers/icons/{Usage.js → Tune.js} +2 -3
  10. package/dist/esm/providers/icons/index.js +2 -0
  11. package/dist/providers/IconsProvider.js +2 -0
  12. package/dist/providers/icons/Circle.d.ts +2 -0
  13. package/dist/providers/icons/Circle.js +18 -0
  14. package/dist/providers/icons/Tune.d.ts +2 -0
  15. package/dist/providers/icons/Tune.js +18 -0
  16. package/dist/providers/icons/index.d.ts +2 -0
  17. package/dist/providers/icons/index.js +2 -0
  18. package/package.json +3 -3
  19. package/dist/components/Input/TelInput.d.ts +0 -10
  20. package/dist/components/Input/TelInput.js +0 -41
  21. package/dist/esm/providers/icons/HidePassword.js +0 -15
  22. package/dist/esm/providers/icons/Payment.js +0 -15
  23. package/dist/esm/providers/icons/ShowPassword.js +0 -15
  24. package/dist/providers/icons/HidePassword.d.ts +0 -2
  25. package/dist/providers/icons/HidePassword.js +0 -22
  26. package/dist/providers/icons/Payment.d.ts +0 -2
  27. package/dist/providers/icons/Payment.js +0 -22
  28. package/dist/providers/icons/ShowPassword.d.ts +0 -2
  29. package/dist/providers/icons/ShowPassword.js +0 -22
  30. package/dist/providers/icons/Usage.d.ts +0 -2
  31. package/dist/providers/icons/Usage.js +0 -22
@@ -64,7 +64,9 @@ var StyledInner = styled_native_1.default.View(function (_a) {
64
64
  var _b = _a.theme, core = _b.core, component = _b.component, fullWidth = _a.fullWidth, variant = _a.variant;
65
65
  var currentVariant = component.cta[variant];
66
66
  var borderRadius = parseFloat(core.space[11]) / 2 + 'px';
67
- return (0, styled_native_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n padding: ", " ", ";\n background-color: ", ";\n border-radius: ", ";\n min-height: ", ";\n border: none;\n justify-content: center;\n align-items: center;\n flex-direction: row;\n flex-grow: 1;\n\n ", ";\n "], ["\n padding: ", " ", ";\n background-color: ", ";\n border-radius: ", ";\n min-height: ", ";\n border: none;\n justify-content: center;\n align-items: center;\n flex-direction: row;\n flex-grow: 1;\n\n ", ";\n "])), core.space[2], core.space[4], currentVariant.surface, borderRadius, core.space[11], fullWidth === 'never'
67
+ return (0, styled_native_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n padding: ", " ", ";\n background-color: ", ";\n border-radius: ", ";\n min-height: ", ";\n border: ", ";\n justify-content: center;\n align-items: center;\n flex-direction: row;\n flex-grow: 1;\n\n ", ";\n "], ["\n padding: ", " ", ";\n background-color: ", ";\n border-radius: ", ";\n min-height: ", ";\n border: ", ";\n justify-content: center;\n align-items: center;\n flex-direction: row;\n flex-grow: 1;\n\n ", ";\n "])), core.space[2], core.space[4], currentVariant.surface, borderRadius, core.space[11], variant === 'secondary'
68
+ ? "solid ".concat(core.borderWidth.small, " ").concat(core.color.brand.forest)
69
+ : 'none', fullWidth === 'never'
68
70
  ? (0, styled_native_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n flex-grow: 0;\n "], ["\n flex-grow: 0;\n "]))) : '');
69
71
  });
70
72
  var StyledRightIcon = (0, styled_native_1.default)(Icon_1.Icon)(function (_a) {
@@ -84,7 +84,7 @@ var StyledIcon = (0, styled_native_1.default)(Icon_1.Icon)(function (_a) {
84
84
  exports.Notification = (0, react_1.forwardRef)(function (_a, ref) {
85
85
  var _b = _a.variant, variant = _b === void 0 ? 'info' : _b, children = _a.children, title = _a.title, noMargin = _a.noMargin, dismissible = _a.dismissible, onDismiss = _a.onDismiss, rest = __rest(_a, ["variant", "children", "title", "noMargin", "dismissible", "onDismiss"]);
86
86
  var _c = (0, react_1.useState)(false), dismissed = _c[0], setDismissed = _c[1];
87
- if (dismissed || !children) {
87
+ if (dismissed || (!title && !children)) {
88
88
  return null;
89
89
  }
90
90
  return ((0, jsx_runtime_1.jsx)(react_native_1.View, __assign({ ref: ref }, rest, { children: (0, jsx_runtime_1.jsxs)(NotificationBox, __assign({ noMargin: noMargin, testID: "nb-notification" }, { children: [(0, jsx_runtime_1.jsxs)(exports.NotificationTitleBox, __assign({ variant: variant, dismissible: dismissible }, { children: [(0, jsx_runtime_1.jsx)(NotificationTitleText, __assign({ variant: variant }, { children: title })), dismissible ? ((0, jsx_runtime_1.jsx)(DismissButton, __assign({ accessibilityLabel: "Dismiss", testID: "nb-notification-dismiss", onPress: function () {
@@ -39,7 +39,7 @@ var StyledRadioInputWrapper = styled_native_1.default.View(function (_a) {
39
39
  var StyledRadioInput = styled_native_1.default.View(function (_a) {
40
40
  var _b = _a.theme, core = _b.core, semantic = _b.semantic, invalid = _a.invalid, checked = _a.checked;
41
41
  return "\n width: ".concat(core.space[6], ";\n height: ").concat(core.space[6], ";\n border: ").concat(core.borderWidth.small, " solid;\n align-items: center;\n justify-content: center;\n border-radius: ").concat(core.space[6], ";\n border-color: ").concat(invalid
42
- ? semantic.error.border
42
+ ? semantic.message.error
43
43
  : checked
44
44
  ? core.color.blue.dark
45
45
  : semantic.border.functional, ";\n background: ").concat(checked ? core.color.blue.lightest : 'transparent', ";\n ");
@@ -38,7 +38,9 @@ var StyledInner = styled.View(function (_a) {
38
38
  var _b = _a.theme, core = _b.core, component = _b.component, fullWidth = _a.fullWidth, variant = _a.variant;
39
39
  var currentVariant = component.cta[variant];
40
40
  var borderRadius = parseFloat(core.space[11]) / 2 + 'px';
41
- return css(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n padding: ", " ", ";\n background-color: ", ";\n border-radius: ", ";\n min-height: ", ";\n border: none;\n justify-content: center;\n align-items: center;\n flex-direction: row;\n flex-grow: 1;\n\n ", ";\n "], ["\n padding: ", " ", ";\n background-color: ", ";\n border-radius: ", ";\n min-height: ", ";\n border: none;\n justify-content: center;\n align-items: center;\n flex-direction: row;\n flex-grow: 1;\n\n ", ";\n "])), core.space[2], core.space[4], currentVariant.surface, borderRadius, core.space[11], fullWidth === 'never'
41
+ return css(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n padding: ", " ", ";\n background-color: ", ";\n border-radius: ", ";\n min-height: ", ";\n border: ", ";\n justify-content: center;\n align-items: center;\n flex-direction: row;\n flex-grow: 1;\n\n ", ";\n "], ["\n padding: ", " ", ";\n background-color: ", ";\n border-radius: ", ";\n min-height: ", ";\n border: ", ";\n justify-content: center;\n align-items: center;\n flex-direction: row;\n flex-grow: 1;\n\n ", ";\n "])), core.space[2], core.space[4], currentVariant.surface, borderRadius, core.space[11], variant === 'secondary'
42
+ ? "solid ".concat(core.borderWidth.small, " ").concat(core.color.brand.forest)
43
+ : 'none', fullWidth === 'never'
42
44
  ? css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n flex-grow: 0;\n "], ["\n flex-grow: 0;\n "]))) : '');
43
45
  });
44
46
  var StyledRightIcon = styled(Icon)(function (_a) {
@@ -58,7 +58,7 @@ var StyledIcon = styled(Icon)(function (_a) {
58
58
  export var Notification = forwardRef(function (_a, ref) {
59
59
  var _b = _a.variant, variant = _b === void 0 ? 'info' : _b, children = _a.children, title = _a.title, noMargin = _a.noMargin, dismissible = _a.dismissible, onDismiss = _a.onDismiss, rest = __rest(_a, ["variant", "children", "title", "noMargin", "dismissible", "onDismiss"]);
60
60
  var _c = useState(false), dismissed = _c[0], setDismissed = _c[1];
61
- if (dismissed || !children) {
61
+ if (dismissed || (!title && !children)) {
62
62
  return null;
63
63
  }
64
64
  return (_jsx(View, __assign({ ref: ref }, rest, { children: _jsxs(NotificationBox, __assign({ noMargin: noMargin, testID: "nb-notification" }, { children: [_jsxs(NotificationTitleBox, __assign({ variant: variant, dismissible: dismissible }, { children: [_jsx(NotificationTitleText, __assign({ variant: variant }, { children: title })), dismissible ? (_jsx(DismissButton, __assign({ accessibilityLabel: "Dismiss", testID: "nb-notification-dismiss", onPress: function () {
@@ -33,7 +33,7 @@ var StyledRadioInputWrapper = styled.View(function (_a) {
33
33
  var StyledRadioInput = styled.View(function (_a) {
34
34
  var _b = _a.theme, core = _b.core, semantic = _b.semantic, invalid = _a.invalid, checked = _a.checked;
35
35
  return "\n width: ".concat(core.space[6], ";\n height: ").concat(core.space[6], ";\n border: ").concat(core.borderWidth.small, " solid;\n align-items: center;\n justify-content: center;\n border-radius: ").concat(core.space[6], ";\n border-color: ").concat(invalid
36
- ? semantic.error.border
36
+ ? semantic.message.error
37
37
  : checked
38
38
  ? core.color.blue.dark
39
39
  : semantic.border.functional, ";\n background: ").concat(checked ? core.color.blue.lightest : 'transparent', ";\n ");
@@ -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 { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, CaretDown, CaretLeft, CaretRight, CaretUp, Chart, Check, ChevronDown, ChevronLeft, ChevronLeftSmall, ChevronLeftSmallFirst, ChevronRight, ChevronRightSmall, ChevronRightSmallLast, ChevronUp, Cross, Dollar, Download, Electricity, Euro, Gas, Help, Hide, Home, Info, Link, Logo, Minus, NewWindow, PaymentCard, Plus, Pound, Search, Show, User, } from './icons';
14
+ import { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, CaretDown, CaretLeft, CaretRight, CaretUp, Chart, Check, ChevronDown, ChevronLeft, ChevronLeftSmall, ChevronLeftSmallFirst, ChevronRight, ChevronRightSmall, ChevronRightSmallLast, ChevronUp, Cross, Dollar, Download, Electricity, Euro, Gas, Help, Hide, Home, Info, Link, Logo, Minus, NewWindow, PaymentCard, Plus, Pound, Search, Show, User, Tune, Circle, } from './icons';
15
15
  var defaultIcons = {
16
16
  'arrow-down': ArrowDown,
17
17
  'arrow-left': ArrowLeft,
@@ -51,6 +51,8 @@ var defaultIcons = {
51
51
  search: Search,
52
52
  show: Show,
53
53
  user: User,
54
+ tune: Tune,
55
+ circle: Circle,
54
56
  };
55
57
  var IconsContext = createContext(null);
56
58
  function useIcons() {
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
- import React, { forwardRef } from 'react';
13
- import { Input } from './Input';
14
- var TelInput = forwardRef(function (props, ref) { return (React.createElement(Input, __assign({}, props, { keyboardType: "phone-pad", autoCapitalize: "none", autoCorrect: false, ref: ref }))); });
15
- export { TelInput };
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import { Circle as CircleSvg, Svg } from 'react-native-svg';
14
+ export var Circle = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(CircleSvg, { cx: "8", cy: "8", r: "8", fill: "currentColor" }) }))); };
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
- import React from 'react';
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import { Path, Svg } from 'react-native-svg';
14
- export var Usage = function (props) { return (React.createElement(Svg, __assign({ viewBox: "0 0 16 16" }, props),
15
- React.createElement(Path, { d: "M2 14V0H0V16H16V14H2ZM5 10H3V13H5V10ZM6.33 3H8.33V13H6.33V3ZM11.67 9H9.67V13H11.67V9ZM13 7H15V13H13V7Z", fill: "currentColor", fillRule: "evenodd" }))); };
14
+ export var Tune = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M2 0H4V3H5V5H4H2H1V3H2V0ZM2 6H4V16H2V6ZM14 10H12V16H14V10ZM7 13.9H9V16H7V13.9ZM9 0H7V11H6V13H7H9H10V12.9V11H9V0ZM14 0V7H15V9H14H12H11V7H12V0H14Z", fill: "currentColor" }) }))); };
@@ -36,3 +36,5 @@ export * from './Search';
36
36
  export * from './Show';
37
37
  export * from './Chart';
38
38
  export * from './User';
39
+ export * from './Tune';
40
+ export * from './Circle';
@@ -54,6 +54,8 @@ var defaultIcons = {
54
54
  search: icons_1.Search,
55
55
  show: icons_1.Show,
56
56
  user: icons_1.User,
57
+ tune: icons_1.Tune,
58
+ circle: icons_1.Circle,
57
59
  };
58
60
  exports.defaultIcons = defaultIcons;
59
61
  var IconsContext = (0, react_1.createContext)(null);
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Circle: (props: SvgProps) => JSX.Element;
@@ -0,0 +1,18 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.Circle = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var react_native_svg_1 = require("react-native-svg");
17
+ var Circle = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Circle, { cx: "8", cy: "8", r: "8", fill: "currentColor" }) }))); };
18
+ exports.Circle = Circle;
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Tune: (props: SvgProps) => JSX.Element;
@@ -0,0 +1,18 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.Tune = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var react_native_svg_1 = require("react-native-svg");
17
+ var Tune = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { d: "M2 0H4V3H5V5H4H2H1V3H2V0ZM2 6H4V16H2V6ZM14 10H12V16H14V10ZM7 13.9H9V16H7V13.9ZM9 0H7V11H6V13H7H9H10V12.9V11H9V0ZM14 0V7H15V9H14H12H11V7H12V0H14Z", fill: "currentColor" }) }))); };
18
+ exports.Tune = Tune;
@@ -36,3 +36,5 @@ export * from './Search';
36
36
  export * from './Show';
37
37
  export * from './Chart';
38
38
  export * from './User';
39
+ export * from './Tune';
40
+ export * from './Circle';
@@ -52,3 +52,5 @@ __exportStar(require("./Search"), exports);
52
52
  __exportStar(require("./Show"), exports);
53
53
  __exportStar(require("./Chart"), exports);
54
54
  __exportStar(require("./User"), exports);
55
+ __exportStar(require("./Tune"), exports);
56
+ __exportStar(require("./Circle"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovotech/element-native",
3
- "version": "3.2.0",
3
+ "version": "3.2.1-canary-e0b073e-118",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "url": "@ovotech/element"
14
14
  },
15
15
  "dependencies": {
16
- "@ovotech/element-core": "^2.0.0",
16
+ "@ovotech/element-core": "^2.0.1-canary-e0b073e-118",
17
17
  "deepmerge": "^4.2.2",
18
18
  "lodash.groupby": "^4.6.0"
19
19
  },
@@ -31,7 +31,7 @@
31
31
  "@types/react-router-dom": "^5.1.5",
32
32
  "@types/styled-components": "^5.1.3",
33
33
  "@types/styled-components-react-native": "^5.1.1",
34
- "babel-jest": "^28.1.1",
34
+ "babel-jest": "^29.0.0",
35
35
  "babel-plugin-require-context-hook": "^1.0.0",
36
36
  "jest": "^28.1.1",
37
37
  "jest-styled-components": "^7.0.3",
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { TextInput } from 'react-native';
3
- declare const TelInput: React.ForwardRefExoticComponent<import("react-native/types").TextInputProps & {
4
- invalid?: boolean | undefined;
5
- stretch?: boolean | undefined;
6
- iconLeft?: (string & {}) | import("../../providers").IconName | undefined;
7
- iconRight?: (string & {}) | import("../../providers").IconName | undefined;
8
- rightSlot?: React.ReactNode;
9
- } & React.RefAttributes<TextInput>>;
10
- export { TelInput };
@@ -1,41 +0,0 @@
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.TelInput = void 0;
38
- var react_1 = __importStar(require("react"));
39
- var Input_1 = require("./Input");
40
- var TelInput = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement(Input_1.Input, __assign({}, props, { keyboardType: "phone-pad", autoCapitalize: "none", autoCorrect: false, ref: ref }))); });
41
- exports.TelInput = TelInput;
@@ -1,15 +0,0 @@
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 React from 'react';
13
- import { Path, Svg } from 'react-native-svg';
14
- export var HidePassword = function (props) { return (React.createElement(Svg, __assign({ viewBox: "0 0 16 16" }, props),
15
- React.createElement(Path, { d: "M15.8125 1.3125L14.5781 0.078125L10.7093 3.947C9.8406 3.65492 8.93342 3.5 8 3.5C4.89086 3.5 2.07286 5.21886 0 8C0.996343 9.33679 2.16484 10.4282 3.45507 11.2012L0.0937505 14.5625L1.32813 15.7969L5.12836 11.9966C6.04613 12.3251 7.00825 12.5 8 12.5C11.1091 12.5 13.9271 10.7811 16 8C14.9683 6.61581 13.7521 5.49476 12.4072 4.71779L15.8125 1.3125ZM9.3408 5.31545C8.93732 5.11358 8.48195 5 8 5C6.34286 5 5 6.34286 5 8C5 8.48195 5.11358 8.93732 5.31545 9.3408L6.50731 8.14894C6.50247 8.09995 6.5 8.05026 6.5 8C6.5 7.17171 7.17171 6.5 8 6.5C8.05026 6.5 8.09995 6.50247 8.14894 6.50731L9.3408 5.31545ZM9.46198 7.66302L10.6083 6.51665C10.8576 6.9541 11 7.46039 11 8C11 9.65714 9.65714 11 8 11C7.46039 11 6.9541 10.8576 6.51665 10.6083L7.66302 9.46198C7.77134 9.48686 7.88414 9.5 8 9.5C8.82829 9.5 9.5 8.82829 9.5 8C9.5 7.88414 9.48686 7.77134 9.46198 7.66302Z", fill: "currentColor", fillRule: "evenodd" }))); };
@@ -1,15 +0,0 @@
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 React from 'react';
13
- import { Path, Svg } from 'react-native-svg';
14
- export var Payment = function (props) { return (React.createElement(Svg, __assign({ viewBox: "0 0 16 16" }, props),
15
- React.createElement(Path, { d: "M2 1H11C12.1 1 13 1.9 13 3V10C13 11.1 12.1 12 11 12H2C0.9 12 0 11.1 0 10V3C0 1.9 0.9 1 2 1ZM11 3H2V4.5H11V3ZM2 6.5V10H11V6.5H2ZM2 15.19H11.25C13.87 15.19 16 13.06 16 10.44V4.5H14V10.44C14 11.96 12.76 13.19 11.25 13.19H2V15.19Z", fill: "currentColor", fillRule: "evenodd" }))); };
@@ -1,15 +0,0 @@
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 React from 'react';
13
- import { Path, Svg } from 'react-native-svg';
14
- export var ShowPassword = function (props) { return (React.createElement(Svg, __assign({ viewBox: "0 0 16 16" }, props),
15
- React.createElement(Path, { d: "M8 3.5C4.89086 3.5 2.07286 5.21886 0 8C2.07286 10.7811 4.89086 12.5 8 12.5C11.1091 12.5 13.9271 10.7811 16 8C13.9271 5.21886 11.1091 3.5 8 3.5ZM8 5C9.65714 5 11 6.34286 11 8C11 9.65714 9.65714 11 8 11C6.34286 11 5 9.65714 5 8C5 6.34286 6.34286 5 8 5ZM8 6.5C7.17171 6.5 6.5 7.17171 6.5 8C6.5 8.82829 7.17171 9.5 8 9.5C8.82829 9.5 9.5 8.82829 9.5 8C9.5 7.17171 8.82829 6.5 8 6.5Z", fill: "currentColor" }))); };
@@ -1,2 +0,0 @@
1
- import { SvgProps } from 'react-native-svg';
2
- export declare const HidePassword: (props: SvgProps) => JSX.Element;
@@ -1,22 +0,0 @@
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 __importDefault = (this && this.__importDefault) || function (mod) {
14
- return (mod && mod.__esModule) ? mod : { "default": mod };
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.HidePassword = void 0;
18
- var react_1 = __importDefault(require("react"));
19
- var react_native_svg_1 = require("react-native-svg");
20
- var HidePassword = function (props) { return (react_1.default.createElement(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props),
21
- react_1.default.createElement(react_native_svg_1.Path, { d: "M15.8125 1.3125L14.5781 0.078125L10.7093 3.947C9.8406 3.65492 8.93342 3.5 8 3.5C4.89086 3.5 2.07286 5.21886 0 8C0.996343 9.33679 2.16484 10.4282 3.45507 11.2012L0.0937505 14.5625L1.32813 15.7969L5.12836 11.9966C6.04613 12.3251 7.00825 12.5 8 12.5C11.1091 12.5 13.9271 10.7811 16 8C14.9683 6.61581 13.7521 5.49476 12.4072 4.71779L15.8125 1.3125ZM9.3408 5.31545C8.93732 5.11358 8.48195 5 8 5C6.34286 5 5 6.34286 5 8C5 8.48195 5.11358 8.93732 5.31545 9.3408L6.50731 8.14894C6.50247 8.09995 6.5 8.05026 6.5 8C6.5 7.17171 7.17171 6.5 8 6.5C8.05026 6.5 8.09995 6.50247 8.14894 6.50731L9.3408 5.31545ZM9.46198 7.66302L10.6083 6.51665C10.8576 6.9541 11 7.46039 11 8C11 9.65714 9.65714 11 8 11C7.46039 11 6.9541 10.8576 6.51665 10.6083L7.66302 9.46198C7.77134 9.48686 7.88414 9.5 8 9.5C8.82829 9.5 9.5 8.82829 9.5 8C9.5 7.88414 9.48686 7.77134 9.46198 7.66302Z", fill: "currentColor", fillRule: "evenodd" }))); };
22
- exports.HidePassword = HidePassword;
@@ -1,2 +0,0 @@
1
- import { SvgProps } from 'react-native-svg';
2
- export declare const Payment: (props: SvgProps) => JSX.Element;
@@ -1,22 +0,0 @@
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 __importDefault = (this && this.__importDefault) || function (mod) {
14
- return (mod && mod.__esModule) ? mod : { "default": mod };
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.Payment = void 0;
18
- var react_1 = __importDefault(require("react"));
19
- var react_native_svg_1 = require("react-native-svg");
20
- var Payment = function (props) { return (react_1.default.createElement(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props),
21
- react_1.default.createElement(react_native_svg_1.Path, { d: "M2 1H11C12.1 1 13 1.9 13 3V10C13 11.1 12.1 12 11 12H2C0.9 12 0 11.1 0 10V3C0 1.9 0.9 1 2 1ZM11 3H2V4.5H11V3ZM2 6.5V10H11V6.5H2ZM2 15.19H11.25C13.87 15.19 16 13.06 16 10.44V4.5H14V10.44C14 11.96 12.76 13.19 11.25 13.19H2V15.19Z", fill: "currentColor", fillRule: "evenodd" }))); };
22
- exports.Payment = Payment;
@@ -1,2 +0,0 @@
1
- import { SvgProps } from 'react-native-svg';
2
- export declare const ShowPassword: (props: SvgProps) => JSX.Element;
@@ -1,22 +0,0 @@
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 __importDefault = (this && this.__importDefault) || function (mod) {
14
- return (mod && mod.__esModule) ? mod : { "default": mod };
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.ShowPassword = void 0;
18
- var react_1 = __importDefault(require("react"));
19
- var react_native_svg_1 = require("react-native-svg");
20
- var ShowPassword = function (props) { return (react_1.default.createElement(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props),
21
- react_1.default.createElement(react_native_svg_1.Path, { d: "M8 3.5C4.89086 3.5 2.07286 5.21886 0 8C2.07286 10.7811 4.89086 12.5 8 12.5C11.1091 12.5 13.9271 10.7811 16 8C13.9271 5.21886 11.1091 3.5 8 3.5ZM8 5C9.65714 5 11 6.34286 11 8C11 9.65714 9.65714 11 8 11C6.34286 11 5 9.65714 5 8C5 6.34286 6.34286 5 8 5ZM8 6.5C7.17171 6.5 6.5 7.17171 6.5 8C6.5 8.82829 7.17171 9.5 8 9.5C8.82829 9.5 9.5 8.82829 9.5 8C9.5 7.17171 8.82829 6.5 8 6.5Z", fill: "currentColor" }))); };
22
- exports.ShowPassword = ShowPassword;
@@ -1,2 +0,0 @@
1
- import { SvgProps } from 'react-native-svg';
2
- export declare const Usage: (props: SvgProps) => JSX.Element;
@@ -1,22 +0,0 @@
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 __importDefault = (this && this.__importDefault) || function (mod) {
14
- return (mod && mod.__esModule) ? mod : { "default": mod };
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.Usage = void 0;
18
- var react_1 = __importDefault(require("react"));
19
- var react_native_svg_1 = require("react-native-svg");
20
- var Usage = function (props) { return (react_1.default.createElement(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props),
21
- react_1.default.createElement(react_native_svg_1.Path, { d: "M2 14V0H0V16H16V14H2ZM5 10H3V13H5V10ZM6.33 3H8.33V13H6.33V3ZM11.67 9H9.67V13H11.67V9ZM13 7H15V13H13V7Z", fill: "currentColor", fillRule: "evenodd" }))); };
22
- exports.Usage = Usage;