@ovotech/element-native 4.4.2 → 4.4.3-canary-a2e1e61-317

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 (131) hide show
  1. package/dist/components/ActionList/ActionList.js +1 -1
  2. package/dist/components/Stretch/Stretch.js +1 -1
  3. package/dist/esm/components/ActionList/ActionList.js +1 -1
  4. package/dist/esm/components/Stretch/Stretch.js +1 -1
  5. package/package.json +3 -3
  6. package/dist/components/Accordion/hooks.d.ts +0 -9
  7. package/dist/components/Accordion/hooks.js +0 -20
  8. package/dist/components/Heading/Heading.d.ts +0 -18
  9. package/dist/components/Heading/Heading.js +0 -104
  10. package/dist/components/Heading/index.d.ts +0 -1
  11. package/dist/components/Heading/index.js +0 -8
  12. package/dist/components/HorizontalCarousel/HorizontalCarousel.d.ts +0 -23
  13. package/dist/components/HorizontalCarousel/HorizontalCarousel.js +0 -92
  14. package/dist/components/HorizontalCarousel/NavigationDots.d.ts +0 -8
  15. package/dist/components/HorizontalCarousel/NavigationDots.js +0 -88
  16. package/dist/components/HorizontalCarousel/index.d.ts +0 -1
  17. package/dist/components/HorizontalCarousel/index.js +0 -17
  18. package/dist/components/Input/CurrencyInput.d.ts +0 -18
  19. package/dist/components/Input/CurrencyInput.js +0 -37
  20. package/dist/components/Input/EmailInput.d.ts +0 -12
  21. package/dist/components/Input/EmailInput.js +0 -19
  22. package/dist/components/Input/NumberInput.d.ts +0 -12
  23. package/dist/components/Input/NumberInput.js +0 -19
  24. package/dist/components/Input/PasswordInput.d.ts +0 -14
  25. package/dist/components/Input/PasswordInput.js +0 -35
  26. package/dist/components/Input/PasswordInput.styled.d.ts +0 -274
  27. package/dist/components/Input/PasswordInput.styled.js +0 -37
  28. package/dist/components/Input/PasswordVisibilityToggle.d.ts +0 -16
  29. package/dist/components/Input/PasswordVisibilityToggle.js +0 -39
  30. package/dist/components/Input/PhoneInput.d.ts +0 -12
  31. package/dist/components/Input/PhoneInput.js +0 -19
  32. package/dist/components/Input/TelInput.d.ts +0 -12
  33. package/dist/components/Input/TelInput.js +0 -41
  34. package/dist/components/Input/TextInput.d.ts +0 -12
  35. package/dist/components/Input/TextInput.js +0 -19
  36. package/dist/components/Input/TextareaInput.d.ts +0 -18
  37. package/dist/components/Input/TextareaInput.js +0 -67
  38. package/dist/components/Input/index.d.ts +0 -7
  39. package/dist/components/Input/index.js +0 -17
  40. package/dist/components/SegmentedControls/constants.d.ts +0 -28
  41. package/dist/components/SegmentedControls/constants.js +0 -2
  42. package/dist/components/SkeletonLoading/Skeleton.d.ts +0 -268
  43. package/dist/components/SkeletonLoading/Skeleton.js +0 -13
  44. package/dist/components/SkeletonLoading/SkeletonAnimation.d.ts +0 -10
  45. package/dist/components/SkeletonLoading/SkeletonAnimation.js +0 -46
  46. package/dist/components/SkeletonLoading/SkeletonCTA.d.ts +0 -6
  47. package/dist/components/SkeletonLoading/SkeletonCTA.js +0 -42
  48. package/dist/components/SkeletonLoading/SkeletonCircle.d.ts +0 -6
  49. package/dist/components/SkeletonLoading/SkeletonCircle.js +0 -46
  50. package/dist/components/SkeletonLoading/SkeletonHeading.d.ts +0 -12
  51. package/dist/components/SkeletonLoading/SkeletonHeading.js +0 -42
  52. package/dist/components/SkeletonLoading/SkeletonText.d.ts +0 -6
  53. package/dist/components/SkeletonLoading/SkeletonText.js +0 -48
  54. package/dist/components/SkeletonLoading/index.d.ts +0 -5
  55. package/dist/components/SkeletonLoading/index.js +0 -21
  56. package/dist/components/SummaryList/SummaryList.d.ts +0 -22
  57. package/dist/components/SummaryList/SummaryList.js +0 -47
  58. package/dist/components/SummaryList/index.d.ts +0 -1
  59. package/dist/components/SummaryList/index.js +0 -6
  60. package/dist/components/Text/Text.d.ts +0 -1436
  61. package/dist/components/Text/Text.js +0 -93
  62. package/dist/components/Text/index.d.ts +0 -1
  63. package/dist/components/Text/index.js +0 -10
  64. package/dist/components/TextField/CurrencyField.d.ts +0 -15
  65. package/dist/components/TextField/CurrencyField.js +0 -33
  66. package/dist/components/TextField/EmailField.d.ts +0 -13
  67. package/dist/components/TextField/EmailField.js +0 -33
  68. package/dist/components/TextField/NumberField.d.ts +0 -13
  69. package/dist/components/TextField/NumberField.js +0 -33
  70. package/dist/components/TextField/PasswordField.d.ts +0 -15
  71. package/dist/components/TextField/PasswordField.js +0 -33
  72. package/dist/components/TextField/PhoneField.d.ts +0 -13
  73. package/dist/components/TextField/PhoneField.js +0 -33
  74. package/dist/components/TextField/TelField.d.ts +0 -17
  75. package/dist/components/TextField/TelField.js +0 -38
  76. package/dist/components/TextField/TextareaField.d.ts +0 -15
  77. package/dist/components/TextField/TextareaField.js +0 -33
  78. package/dist/esm/components/Accordion/hooks.js +0 -16
  79. package/dist/esm/components/Heading/Heading.js +0 -74
  80. package/dist/esm/components/Heading/index.js +0 -1
  81. package/dist/esm/components/HorizontalCarousel/HorizontalCarousel.js +0 -62
  82. package/dist/esm/components/HorizontalCarousel/NavigationDots.js +0 -61
  83. package/dist/esm/components/HorizontalCarousel/index.js +0 -1
  84. package/dist/esm/components/Input/CurrencyInput.js +0 -34
  85. package/dist/esm/components/Input/EmailInput.js +0 -16
  86. package/dist/esm/components/Input/NumberInput.js +0 -16
  87. package/dist/esm/components/Input/PasswordInput.js +0 -32
  88. package/dist/esm/components/Input/PasswordInput.styled.js +0 -11
  89. package/dist/esm/components/Input/PasswordVisibilityToggle.js +0 -34
  90. package/dist/esm/components/Input/PhoneInput.js +0 -16
  91. package/dist/esm/components/Input/TelInput.js +0 -15
  92. package/dist/esm/components/Input/TextInput.js +0 -16
  93. package/dist/esm/components/Input/TextareaInput.js +0 -41
  94. package/dist/esm/components/Input/index.js +0 -7
  95. package/dist/esm/components/SegmentedControls/constants.js +0 -1
  96. package/dist/esm/components/SkeletonLoading/Skeleton.js +0 -7
  97. package/dist/esm/components/SkeletonLoading/SkeletonAnimation.js +0 -42
  98. package/dist/esm/components/SkeletonLoading/SkeletonCTA.js +0 -35
  99. package/dist/esm/components/SkeletonLoading/SkeletonCircle.js +0 -39
  100. package/dist/esm/components/SkeletonLoading/SkeletonHeading.js +0 -35
  101. package/dist/esm/components/SkeletonLoading/SkeletonText.js +0 -41
  102. package/dist/esm/components/SkeletonLoading/index.js +0 -5
  103. package/dist/esm/components/SummaryList/SummaryList.js +0 -43
  104. package/dist/esm/components/SummaryList/index.js +0 -1
  105. package/dist/esm/components/Text/Text.js +0 -66
  106. package/dist/esm/components/Text/index.js +0 -1
  107. package/dist/esm/components/TextField/CurrencyField.js +0 -30
  108. package/dist/esm/components/TextField/EmailField.js +0 -30
  109. package/dist/esm/components/TextField/NumberField.js +0 -30
  110. package/dist/esm/components/TextField/PasswordField.js +0 -30
  111. package/dist/esm/components/TextField/PhoneField.js +0 -30
  112. package/dist/esm/components/TextField/TelField.js +0 -35
  113. package/dist/esm/components/TextField/TextareaField.js +0 -30
  114. package/dist/esm/providers/icons/HidePassword.js +0 -15
  115. package/dist/esm/providers/icons/Payment.js +0 -15
  116. package/dist/esm/providers/icons/ShowPassword.js +0 -15
  117. package/dist/esm/providers/icons/Usage.js +0 -15
  118. package/dist/esm/theme/create-theme.js +0 -330
  119. package/dist/esm/theme/theme.js +0 -1
  120. package/dist/providers/icons/HidePassword.d.ts +0 -2
  121. package/dist/providers/icons/HidePassword.js +0 -22
  122. package/dist/providers/icons/Payment.d.ts +0 -2
  123. package/dist/providers/icons/Payment.js +0 -22
  124. package/dist/providers/icons/ShowPassword.d.ts +0 -2
  125. package/dist/providers/icons/ShowPassword.js +0 -22
  126. package/dist/providers/icons/Usage.d.ts +0 -2
  127. package/dist/providers/icons/Usage.js +0 -22
  128. package/dist/theme/create-theme.d.ts +0 -34
  129. package/dist/theme/create-theme.js +0 -337
  130. package/dist/theme/theme.d.ts +0 -235
  131. package/dist/theme/theme.js +0 -2
@@ -1,66 +0,0 @@
1
- var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
2
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
3
- return cooked;
4
- };
5
- var __assign = (this && this.__assign) || function () {
6
- __assign = Object.assign || function(t) {
7
- for (var s, i = 1, n = arguments.length; i < n; i++) {
8
- s = arguments[i];
9
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
10
- t[p] = s[p];
11
- }
12
- return t;
13
- };
14
- return __assign.apply(this, arguments);
15
- };
16
- var __rest = (this && this.__rest) || function (s, e) {
17
- var t = {};
18
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
19
- t[p] = s[p];
20
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
21
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
22
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
23
- t[p[i]] = s[p[i]];
24
- }
25
- return t;
26
- };
27
- import { jsx as _jsx } from "react/jsx-runtime";
28
- import { Children, isValidElement, cloneElement, } from 'react';
29
- import { View } from 'react-native';
30
- import styled, { css } from '../../styled.native';
31
- import { styledComponentWithBreakpoints } from '../../utils';
32
- var StyledP = styled.Text(function (_a) {
33
- var _b = _a.theme, core = _b.core, semantic = _b.semantic, smallAndUp = _a.smallAndUp;
34
- return css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n font-family: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n "], ["\n font-family: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n "])), core.fontFamily.body.native, core.fontSize.body[smallAndUp ? 'large' : 'small'], core.lineHeight.body[smallAndUp ? 'large' : 'small'], semantic.message.base);
35
- });
36
- export var P = styledComponentWithBreakpoints(StyledP);
37
- var StyledSmall = styled.Text(function (_a) {
38
- var core = _a.theme.core, smallAndUp = _a.smallAndUp;
39
- return css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n "], ["\n font-size: ", ";\n line-height: ", ";\n "])), core.fontSize.small[smallAndUp ? 'large' : 'small'], core.lineHeight.small[smallAndUp ? 'large' : 'small']);
40
- });
41
- export var Small = styledComponentWithBreakpoints(StyledSmall);
42
- export var Strong = styled.Text(function (_a) {
43
- var core = _a.theme.core;
44
- return "\n font-family: ".concat(core.fontFamily.bodyBold.native, ";\n ");
45
- });
46
- export var Em = styled.Text(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n font-family: 'System font';\n font-style: italic;\n"], ["\n font-family: 'System font';\n font-style: italic;\n"])));
47
- export var LineThrough = styled.Text(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n text-decoration: line-through;\n"], ["\n text-decoration: line-through;\n"])));
48
- export var TextGroup = function (_a) {
49
- var children = _a.children, rest = __rest(_a, ["children"]);
50
- var filteredChildren = [];
51
- Children.forEach(children, function (child) {
52
- if (isValidElement(child)) {
53
- filteredChildren.push(child);
54
- }
55
- });
56
- return (_jsx(View, __assign({}, rest, { children: Children.map(filteredChildren, function (child, index) {
57
- if (!isValidElement(child)) {
58
- return;
59
- }
60
- var style = __assign(__assign(__assign({}, child.props.style), (index === 0 ? { marginTop: 0 } : {})), { marginBottom: 0 });
61
- return cloneElement(child, {
62
- style: style,
63
- });
64
- }) })));
65
- };
66
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
@@ -1 +0,0 @@
1
- export { P, Strong, Em, Small, LineThrough, TextGroup } from './Text';
@@ -1,30 +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
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
25
- import { Field } from '../Field';
26
- import { CurrencyInput } from '../Input/CurrencyInput';
27
- export var CurrencyField = forwardRef(function (_a, ref) {
28
- var rest = __rest(_a, []);
29
- return (_jsx(Field, __assign({ affixWidth: 40 }, rest, { ref: ref }, { children: _jsx(CurrencyInput, {}) })));
30
- });
@@ -1,30 +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
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
25
- import { Field } from '../Field';
26
- import { EmailInput } from '../Input/EmailInput';
27
- export var EmailField = forwardRef(function (_a, ref) {
28
- var rest = __rest(_a, []);
29
- return (_jsx(Field, __assign({}, rest, { ref: ref }, { children: _jsx(EmailInput, {}) })));
30
- });
@@ -1,30 +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
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
25
- import { Field } from '../Field';
26
- import { NumberInput } from '../Input/NumberInput';
27
- export var NumberField = forwardRef(function (_a, ref) {
28
- var rest = __rest(_a, []);
29
- return (_jsx(Field, __assign({}, rest, { ref: ref }, { children: _jsx(NumberInput, {}) })));
30
- });
@@ -1,30 +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
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
25
- import { Field } from '../Field';
26
- import { PasswordInput } from '../Input/PasswordInput';
27
- export var PasswordField = forwardRef(function (_a, ref) {
28
- var hasVisibilityToggle = _a.hasVisibilityToggle, rest = __rest(_a, ["hasVisibilityToggle"]);
29
- return (_jsx(Field, __assign({}, rest, { ref: ref }, { children: _jsx(PasswordInput, { hasVisibilityToggle: hasVisibilityToggle }) })));
30
- });
@@ -1,30 +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
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
25
- import { Field } from '../Field';
26
- import { PhoneInput } from '../Input/PhoneInput';
27
- export var PhoneField = forwardRef(function (_a, ref) {
28
- var rest = __rest(_a, []);
29
- return (_jsx(Field, __assign({}, rest, { ref: ref }, { children: _jsx(PhoneInput, {}) })));
30
- });
@@ -1,35 +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
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
25
- import { Field } from '../Field';
26
- import { PhoneInput } from '../Input/PhoneInput';
27
- /**
28
- * @deprecated This component has been deprecated and will be removed in a future release.
29
- * Please use the PhoneField component instead.
30
- * */
31
- export var TelField = forwardRef(function (_a, ref) {
32
- var rest = __rest(_a, []);
33
- console.warn('TelField component has been deprecated and will be removed in a future release. Please use the PhoneField component instead.');
34
- return (_jsx(Field, __assign({}, rest, { ref: ref }, { children: _jsx(PhoneInput, {}) })));
35
- });
@@ -1,30 +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
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
25
- import { Field } from '../Field';
26
- import { TextareaInput } from '../Input/TextareaInput';
27
- export var TextareaField = forwardRef(function (_a, ref) {
28
- var rest = __rest(_a, []);
29
- return (_jsx(Field, __assign({}, rest, { ref: ref }, { children: _jsx(TextareaInput, {}) })));
30
- });
@@ -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,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 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" }))); };