etendo-ui-library 1.7.2 → 1.7.3

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.
@@ -15,4 +15,4 @@ import { Cards } from './cards';
15
15
  import { Alert, setAlertDefaultDuration, show } from './alert';
16
16
  import { Signature } from './signature';
17
17
  import { TextMessageRN } from './text-message-rn';
18
- export { Alert, Button, CardDropdown, Cards, DatePickerInput, DrawerLateral, FileSearchInput, Input, InputBase, DropdownInput, SearchInput, PasswordInput, TextInput, Layout, Modal, Navbar, Pagination, SearchContainer, setAlertDefaultDuration, show, SkeletonItem, StatusBar, Signature, Tab, Table, TextMessageRN, TitleContainer, ViewEtendo, };
18
+ export { Alert, Button, CardDropdown, Cards, DatePickerInput, DrawerLateral, FileSearchInput, Input, InputBase, DropdownInput, SearchInput, PasswordInput, TextInput, Layout, Modal, Navbar, Pagination, SearchContainer, setAlertDefaultDuration, show, SkeletonItem, StatusBar, Signature, Tab, Table, TitleContainer, TextMessageRN, ViewEtendo, };
@@ -15,4 +15,4 @@ import { Cards } from './cards';
15
15
  import { Alert, setAlertDefaultDuration, show } from './alert';
16
16
  import { Signature } from './signature';
17
17
  import { TextMessageRN } from './text-message-rn';
18
- export { Alert, Button, CardDropdown, Cards, DatePickerInput, DrawerLateral, FileSearchInput, Input, InputBase, DropdownInput, SearchInput, PasswordInput, TextInput, Layout, Modal, Navbar, Pagination, SearchContainer, setAlertDefaultDuration, show, SkeletonItem, StatusBar, Signature, Tab, Table, TextMessageRN, TitleContainer, ViewEtendo, };
18
+ export { Alert, Button, CardDropdown, Cards, DatePickerInput, DrawerLateral, FileSearchInput, Input, InputBase, DropdownInput, SearchInput, PasswordInput, TextInput, Layout, Modal, Navbar, Pagination, SearchContainer, setAlertDefaultDuration, show, SkeletonItem, StatusBar, Signature, Tab, Table, TitleContainer, TextMessageRN, ViewEtendo, };
@@ -15,4 +15,4 @@ import { Cards } from "./cards";
15
15
  import { Alert, setAlertDefaultDuration, show } from "./alert";
16
16
  import { Signature } from "./signature";
17
17
  import { TextMessageRN } from "./text-message-rn";
18
- export { Alert, Button, CardDropdown, Cards, DatePickerInput, DrawerLateral, FileSearchInput, Input, InputBase, DropdownInput, SearchInput, PasswordInput, TextInput, Layout, Modal, Navbar, Pagination, SearchContainer, setAlertDefaultDuration, show, SkeletonItem, StatusBar, Signature, Tab, Table, TextMessageRN, TitleContainer, ViewEtendo };
18
+ export { Alert, Button, CardDropdown, Cards, DatePickerInput, DrawerLateral, FileSearchInput, Input, InputBase, DropdownInput, SearchInput, PasswordInput, TextInput, Layout, Modal, Navbar, Pagination, SearchContainer, setAlertDefaultDuration, show, SkeletonItem, StatusBar, Signature, Tab, Table, TitleContainer, TextMessageRN, ViewEtendo };
package/index.d.ts CHANGED
@@ -36,6 +36,7 @@ const {
36
36
  Tab,
37
37
  Table,
38
38
  TitleContainer,
39
+ TextMessageRN,
39
40
  ViewEtendo,
40
41
  } = isNativeEnvironment ? NativeComponents : WebComponents;
41
42
 
@@ -361,6 +362,7 @@ export {
361
362
  Tab,
362
363
  Table,
363
364
  TitleContainer,
365
+ TextMessageRN,
364
366
  ViewEtendo,
365
367
  ActivityIcon,
366
368
  ArrowUpRightIcon,
package/index.js CHANGED
@@ -36,6 +36,7 @@ const {
36
36
  Tab,
37
37
  Table,
38
38
  TitleContainer,
39
+ TextMessageRN,
39
40
  ViewEtendo,
40
41
  } = isNativeEnvironment ? NativeComponents : WebComponents;
41
42
 
@@ -361,6 +362,7 @@ export {
361
362
  Tab,
362
363
  Table,
363
364
  TitleContainer,
365
+ TextMessageRN,
364
366
  ViewEtendo,
365
367
  ActivityIcon,
366
368
  ArrowUpRightIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "etendo-ui-library",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "android": "react-native run-android",