@draftbit/core 46.4.1-23a982.2 → 46.4.1-2fa4f7.2

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 (132) hide show
  1. package/lib/commonjs/mappings/ActionSheet.js +1 -1
  2. package/lib/commonjs/mappings/ActionSheetCancel.js +1 -1
  3. package/lib/commonjs/mappings/ActionSheetItem.js +1 -1
  4. package/lib/commonjs/mappings/ActivityIndicator.js +1 -1
  5. package/lib/commonjs/mappings/Banner.js +1 -1
  6. package/lib/commonjs/mappings/BlurView.js +1 -1
  7. package/lib/commonjs/mappings/Checkbox.js +1 -1
  8. package/lib/commonjs/mappings/CheckboxRow.js +1 -1
  9. package/lib/commonjs/mappings/CustomCode.js +1 -1
  10. package/lib/commonjs/mappings/FAB.js +1 -1
  11. package/lib/commonjs/mappings/FieldSearchBarFull.js +1 -1
  12. package/lib/commonjs/mappings/KeyboardAvoidingView.js +1 -1
  13. package/lib/commonjs/mappings/KeyboardAwareScrollView.js +1 -1
  14. package/lib/commonjs/mappings/Layout.js +2 -2
  15. package/lib/commonjs/mappings/MapCallout.js +1 -1
  16. package/lib/commonjs/mappings/MapMarker.js +1 -1
  17. package/lib/commonjs/mappings/MapView.js +1 -1
  18. package/lib/commonjs/mappings/Modal.js +1 -1
  19. package/lib/commonjs/mappings/RadioButton.js +1 -1
  20. package/lib/commonjs/mappings/RadioButtonGroup.js +1 -1
  21. package/lib/commonjs/mappings/RadioButtonRow.js +1 -1
  22. package/lib/commonjs/mappings/ScrollView.js +1 -1
  23. package/lib/commonjs/mappings/Slider.js +1 -1
  24. package/lib/commonjs/mappings/StarRating.js +1 -1
  25. package/lib/commonjs/mappings/Stepper.js +1 -1
  26. package/lib/commonjs/mappings/Surface.js +1 -1
  27. package/lib/commonjs/mappings/Swiper.js +1 -1
  28. package/lib/commonjs/mappings/SwiperItem.js +1 -1
  29. package/lib/commonjs/mappings/Switch.js +2 -2
  30. package/lib/commonjs/mappings/WebView.js +1 -1
  31. package/lib/module/components/AvatarEdit.js +16 -5
  32. package/lib/module/components/Carousel.js +10 -35
  33. package/lib/module/components/Checkbox/Checkbox.js +4 -2
  34. package/lib/module/components/Checkbox/CheckboxGroup.js +3 -17
  35. package/lib/module/components/Checkbox/CheckboxGroupRow.js +24 -6
  36. package/lib/module/components/Checkbox/CheckboxRow.js +6 -24
  37. package/lib/module/components/IconButton.js +22 -5
  38. package/lib/module/components/Image.js +3 -18
  39. package/lib/module/components/Layout.js +43 -21
  40. package/lib/module/components/Portal/Portal.js +3 -6
  41. package/lib/module/components/RadioButton/RadioButton.js +2 -15
  42. package/lib/module/mappings/ActionSheet.js +1 -1
  43. package/lib/module/mappings/ActionSheetCancel.js +1 -1
  44. package/lib/module/mappings/ActionSheetItem.js +1 -1
  45. package/lib/module/mappings/ActivityIndicator.js +1 -1
  46. package/lib/module/mappings/Banner.js +1 -1
  47. package/lib/module/mappings/BlurView.js +1 -1
  48. package/lib/module/mappings/Checkbox.js +1 -1
  49. package/lib/module/mappings/CheckboxRow.js +1 -1
  50. package/lib/module/mappings/CustomCode.js +1 -1
  51. package/lib/module/mappings/FAB.js +1 -1
  52. package/lib/module/mappings/FieldSearchBarFull.js +1 -1
  53. package/lib/module/mappings/KeyboardAvoidingView.js +1 -1
  54. package/lib/module/mappings/KeyboardAwareScrollView.js +1 -1
  55. package/lib/module/mappings/Layout.js +2 -2
  56. package/lib/module/mappings/MapCallout.js +1 -1
  57. package/lib/module/mappings/MapMarker.js +1 -1
  58. package/lib/module/mappings/MapView.js +1 -1
  59. package/lib/module/mappings/Modal.js +1 -1
  60. package/lib/module/mappings/RadioButton.js +1 -1
  61. package/lib/module/mappings/RadioButtonGroup.js +1 -1
  62. package/lib/module/mappings/RadioButtonRow.js +1 -1
  63. package/lib/module/mappings/ScrollView.js +1 -1
  64. package/lib/module/mappings/Slider.js +1 -1
  65. package/lib/module/mappings/StarRating.js +1 -1
  66. package/lib/module/mappings/Stepper.js +1 -1
  67. package/lib/module/mappings/Surface.js +1 -1
  68. package/lib/module/mappings/Swiper.js +1 -1
  69. package/lib/module/mappings/SwiperItem.js +1 -1
  70. package/lib/module/mappings/Switch.js +2 -2
  71. package/lib/module/mappings/WebView.js +1 -1
  72. package/package.json +3 -3
  73. package/src/mappings/ActionSheet.js +1 -1
  74. package/src/mappings/ActionSheet.ts +1 -1
  75. package/src/mappings/ActionSheetCancel.js +1 -1
  76. package/src/mappings/ActionSheetCancel.ts +1 -1
  77. package/src/mappings/ActionSheetItem.js +1 -1
  78. package/src/mappings/ActionSheetItem.ts +1 -1
  79. package/src/mappings/ActivityIndicator.js +1 -1
  80. package/src/mappings/ActivityIndicator.ts +1 -1
  81. package/src/mappings/Banner.js +1 -1
  82. package/src/mappings/Banner.ts +1 -1
  83. package/src/mappings/BlurView.js +1 -1
  84. package/src/mappings/BlurView.ts +1 -1
  85. package/src/mappings/Checkbox.js +1 -1
  86. package/src/mappings/Checkbox.ts +1 -1
  87. package/src/mappings/CheckboxRow.js +1 -1
  88. package/src/mappings/CheckboxRow.ts +1 -1
  89. package/src/mappings/CustomCode.js +1 -1
  90. package/src/mappings/CustomCode.ts +1 -1
  91. package/src/mappings/FAB.js +1 -1
  92. package/src/mappings/FAB.ts +1 -1
  93. package/src/mappings/FieldSearchBarFull.js +1 -1
  94. package/src/mappings/FieldSearchBarFull.ts +1 -1
  95. package/src/mappings/KeyboardAvoidingView.js +1 -1
  96. package/src/mappings/KeyboardAvoidingView.ts +1 -1
  97. package/src/mappings/KeyboardAwareScrollView.js +1 -1
  98. package/src/mappings/KeyboardAwareScrollView.ts +1 -1
  99. package/src/mappings/Layout.js +2 -2
  100. package/src/mappings/Layout.ts +2 -2
  101. package/src/mappings/MapCallout.js +1 -1
  102. package/src/mappings/MapCallout.ts +1 -1
  103. package/src/mappings/MapMarker.js +1 -1
  104. package/src/mappings/MapMarker.ts +1 -1
  105. package/src/mappings/MapView.js +1 -1
  106. package/src/mappings/MapView.ts +1 -1
  107. package/src/mappings/Modal.js +1 -1
  108. package/src/mappings/Modal.ts +1 -1
  109. package/src/mappings/RadioButton.js +1 -1
  110. package/src/mappings/RadioButton.ts +1 -1
  111. package/src/mappings/RadioButtonGroup.js +1 -1
  112. package/src/mappings/RadioButtonGroup.ts +1 -1
  113. package/src/mappings/RadioButtonRow.js +1 -1
  114. package/src/mappings/RadioButtonRow.ts +1 -1
  115. package/src/mappings/ScrollView.js +1 -1
  116. package/src/mappings/ScrollView.ts +1 -1
  117. package/src/mappings/Slider.js +1 -1
  118. package/src/mappings/Slider.ts +1 -1
  119. package/src/mappings/StarRating.js +1 -1
  120. package/src/mappings/StarRating.ts +1 -1
  121. package/src/mappings/Stepper.js +1 -1
  122. package/src/mappings/Stepper.ts +1 -1
  123. package/src/mappings/Surface.js +1 -1
  124. package/src/mappings/Surface.ts +1 -1
  125. package/src/mappings/Swiper.js +1 -1
  126. package/src/mappings/Swiper.ts +1 -1
  127. package/src/mappings/SwiperItem.js +1 -1
  128. package/src/mappings/SwiperItem.ts +1 -1
  129. package/src/mappings/Switch.js +2 -2
  130. package/src/mappings/Switch.ts +2 -2
  131. package/src/mappings/WebView.js +1 -1
  132. package/src/mappings/WebView.ts +1 -1
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Action Sheet",
12
12
  tag: "ActionSheet",
13
13
  description: "Action Sheet container",
14
- category: _types.COMPONENT_TYPES.container,
14
+ category: _types.COMPONENT_TYPES.actionsheet,
15
15
  props: {
16
16
  visible: (0, _types.createStaticBoolProp)({
17
17
  group: _types.GROUPS.data,
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Action Sheet Cancel",
12
12
  tag: "ActionSheetCancel",
13
13
  description: "Action Sheet cancel",
14
- category: _types.COMPONENT_TYPES.button,
14
+ category: _types.COMPONENT_TYPES.actionsheet,
15
15
  triggers: [_types.Triggers.OnPress],
16
16
  props: {
17
17
  onPress: (0, _types.createActionProp)(),
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Action Sheet Item",
12
12
  tag: "ActionSheetItem",
13
13
  description: "Action Sheet item",
14
- category: _types.COMPONENT_TYPES.button,
14
+ category: _types.COMPONENT_TYPES.actionsheet,
15
15
  triggers: [_types.Triggers.OnPress],
16
16
  layout: {
17
17
  textAlign: "center"
@@ -13,7 +13,7 @@ const SEED_DATA = {
13
13
  description: "Displays a circular loading indicator.",
14
14
  doc_link: "https://docs.expo.io/versions/latest/react-native/activityindicator/",
15
15
  code_link: "https://github.com/expo/expo/blob/master/ios/versioned-react-native/ABI32_0_0/Libraries/Components/ActivityIndicator/ActivityIndicator.js",
16
- category: _types.COMPONENT_TYPES.input,
16
+ category: _types.COMPONENT_TYPES.utility,
17
17
  stylesPanelSections: [_types.StylesPanelSections.Size, _types.StylesPanelSections.Margins, _types.StylesPanelSections.Borders],
18
18
  layout: {
19
19
  width: 36,
@@ -10,7 +10,7 @@ var _types = require("@draftbit/types");
10
10
  const SEED_DATA = {
11
11
  name: "Banner",
12
12
  tag: "Banner",
13
- category: _types.COMPONENT_TYPES.button,
13
+ category: _types.COMPONENT_TYPES.deprecated,
14
14
  props: {
15
15
  icon: (0, _types.createIconProp)({
16
16
  defaultValue: null,
@@ -13,7 +13,7 @@ const SEED_DATA = {
13
13
  description: "Expo Blur View",
14
14
  doc_link: "https://docs.expo.io/versions/latest/sdk/blur-view/",
15
15
  code_link: "https://github.com/expo/expo/blob/master/packages/expo/src/effects/BlurView.d.ts",
16
- category: _types.COMPONENT_TYPES.layout,
16
+ category: _types.COMPONENT_TYPES.view,
17
17
  stylesPanelSections: _types.CONTAINER_COMPONENT_STYLES_SECTIONS,
18
18
  layout: {
19
19
  flexGrow: 1,
@@ -10,7 +10,7 @@ var _types = require("@draftbit/types");
10
10
  const SEED_DATA = {
11
11
  name: "Checkbox",
12
12
  tag: "Checkbox",
13
- category: _types.COMPONENT_TYPES.input,
13
+ category: _types.COMPONENT_TYPES.control,
14
14
  stylesPanelSections: _types.BLOCK_STYLES_SECTIONS,
15
15
  triggers: [_types.Triggers.OnPress, _types.Triggers.OnCheck, _types.Triggers.OnUncheck],
16
16
  props: {
@@ -10,7 +10,7 @@ var _types = require("@draftbit/types");
10
10
  const SEED_DATA = {
11
11
  name: "Checkbox Row",
12
12
  tag: "CheckboxRow",
13
- category: _types.COMPONENT_TYPES.input,
13
+ category: _types.COMPONENT_TYPES.control,
14
14
  stylesPanelSections: [_types.StylesPanelSections.Typography, _types.StylesPanelSections.Margins, _types.StylesPanelSections.Effects],
15
15
  layout: {
16
16
  minHeight: 50
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Custom Code",
12
12
  tag: "CustomCode",
13
13
  description: "A component that allows usage of custom code",
14
- category: _types.COMPONENT_TYPES.data,
14
+ category: _types.COMPONENT_TYPES.utility,
15
15
  props: {}
16
16
  };
17
17
  exports.SEED_DATA = SEED_DATA;
@@ -10,7 +10,7 @@ var _types = require("@draftbit/types");
10
10
  const SEED_DATA = {
11
11
  name: "FAB",
12
12
  tag: "FAB",
13
- category: _types.COMPONENT_TYPES.button,
13
+ category: _types.COMPONENT_TYPES.deprecated,
14
14
  stylesPanelSections: _types.BLOCK_STYLES_SECTIONS,
15
15
  description: "A mini round icon FAB",
16
16
  layout: {},
@@ -11,7 +11,7 @@ const SEED_DATA = [{
11
11
  name: "Search Bar",
12
12
  tag: "FieldSearchBarFull",
13
13
  description: "A search bar with accompanying search icon and clear button.",
14
- category: _types.COMPONENT_TYPES.input,
14
+ category: _types.COMPONENT_TYPES.deprecated,
15
15
  stylesPanelSections: _types.BLOCK_STYLES_SECTIONS,
16
16
  preview_image_url: "{CLOUDINARY_URL}/Field_SearchBar_Full.png",
17
17
  supports_list_render: false,
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Keyboard Avoiding View",
12
12
  tag: "KeyboardAvoidingView",
13
13
  description: "View that moves out of the way of the virtual keyboard. ",
14
- category: _types.COMPONENT_TYPES.layout,
14
+ category: _types.COMPONENT_TYPES.view,
15
15
  stylesPanelSections: _types.CONTAINER_COMPONENT_STYLES_SECTIONS,
16
16
  props: {
17
17
  enabled: {
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Keyboard Aware Scroll View",
12
12
  tag: "KeyboardAwareScrollView",
13
13
  description: "View that moves pushes the content when virtual keyboard is open.",
14
- category: _types.COMPONENT_TYPES.layout,
14
+ category: _types.COMPONENT_TYPES.view,
15
15
  stylesPanelSections: _types.CONTAINER_COMPONENT_STYLES_SECTIONS,
16
16
  layout: {},
17
17
  props: {
@@ -10,7 +10,7 @@ var _types = require("@draftbit/types");
10
10
  const SEED_DATA = [{
11
11
  name: "Row",
12
12
  tag: "Row",
13
- category: _types.COMPONENT_TYPES.layout,
13
+ category: _types.COMPONENT_TYPES.deprecated,
14
14
  stylesPanelSections: [_types.StylesPanelSections.NoStyles],
15
15
  props: {
16
16
  justifyContent: {
@@ -83,7 +83,7 @@ const SEED_DATA = [{
83
83
  }, {
84
84
  name: "Stack",
85
85
  tag: "Stack",
86
- category: _types.COMPONENT_TYPES.layout,
86
+ category: _types.COMPONENT_TYPES.deprecated,
87
87
  stylesPanelSections: [_types.StylesPanelSections.NoStyles],
88
88
  props: {
89
89
  justifyContent: {
@@ -12,7 +12,7 @@ const SEED_DATA = {
12
12
  tag: "MapCallout",
13
13
  packageName: "@draftbit/maps",
14
14
  description: "An info window to display on top of a marker when it is clicked",
15
- category: _types.COMPONENT_TYPES.media,
15
+ category: _types.COMPONENT_TYPES.map,
16
16
  triggers: [_types.Triggers.OnPress],
17
17
  layout: {},
18
18
  props: {
@@ -12,7 +12,7 @@ const SEED_DATA = {
12
12
  tag: "MapMarker",
13
13
  packageName: "@draftbit/maps",
14
14
  description: "A marker to show inside map view",
15
- category: _types.COMPONENT_TYPES.media,
15
+ category: _types.COMPONENT_TYPES.map,
16
16
  layout: {},
17
17
  props: {
18
18
  latitude: (0, _types.createNumberProp)({
@@ -12,7 +12,7 @@ const SEED_DATA = {
12
12
  tag: "MapView",
13
13
  packageName: "@draftbit/maps",
14
14
  description: "A map view",
15
- category: _types.COMPONENT_TYPES.media,
15
+ category: _types.COMPONENT_TYPES.map,
16
16
  layout: {
17
17
  flex: 1
18
18
  },
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Modal",
12
12
  tag: "Modal",
13
13
  description: "A basic Modal Component",
14
- category: _types.COMPONENT_TYPES.container,
14
+ category: _types.COMPONENT_TYPES.layout,
15
15
  stylesPanelSections: [_types.StylesPanelSections.NoStyles],
16
16
  props: {
17
17
  animationType: {
@@ -10,7 +10,7 @@ var _types = require("@draftbit/types");
10
10
  const SEED_DATA = {
11
11
  name: "Radio Button",
12
12
  tag: "RadioButton",
13
- category: _types.COMPONENT_TYPES.input,
13
+ category: _types.COMPONENT_TYPES.control,
14
14
  stylesPanelSections: _types.BLOCK_STYLES_SECTIONS,
15
15
  triggers: [_types.Triggers.OnPress],
16
16
  props: {
@@ -10,7 +10,7 @@ var _types = require("@draftbit/types");
10
10
  const SEED_DATA = {
11
11
  name: "Radio Button Group",
12
12
  tag: "RadioButtonGroup",
13
- category: _types.COMPONENT_TYPES.input,
13
+ category: _types.COMPONENT_TYPES.control,
14
14
  stylesPanelSections: [_types.StylesPanelSections.Margins],
15
15
  layout: {},
16
16
  triggers: [_types.Triggers.OnValueChange],
@@ -10,7 +10,7 @@ var _types = require("@draftbit/types");
10
10
  const SEED_DATA = {
11
11
  name: "Radio Button Row",
12
12
  tag: "RadioButtonRow",
13
- category: _types.COMPONENT_TYPES.input,
13
+ category: _types.COMPONENT_TYPES.control,
14
14
  stylesPanelSections: [_types.StylesPanelSections.Typography, _types.StylesPanelSections.Margins, _types.StylesPanelSections.Effects],
15
15
  layout: {},
16
16
  props: {
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Scroll View",
12
12
  tag: "ScrollView",
13
13
  description: "A basic ScrollView component",
14
- category: _types.COMPONENT_TYPES.layout,
14
+ category: _types.COMPONENT_TYPES.view,
15
15
  stylesPanelSections: _types.CONTAINER_COMPONENT_STYLES_SECTIONS,
16
16
  layout: {},
17
17
  props: {
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Slider",
12
12
  tag: "Slider",
13
13
  description: "A component used to set a value in a range",
14
- category: _types.COMPONENT_TYPES.input,
14
+ category: _types.COMPONENT_TYPES.control,
15
15
  stylesPanelSections: _types.BLOCK_STYLES_SECTIONS,
16
16
  layout: {
17
17
  marginLeft: 12,
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Star Rating",
12
12
  tag: "StarRating",
13
13
  description: "A star rating component",
14
- category: _types.COMPONENT_TYPES.button,
14
+ category: _types.COMPONENT_TYPES.control,
15
15
  stylesPanelSections: _types.BLOCK_STYLES_SECTIONS,
16
16
  triggers: [_types.Triggers.OnPress],
17
17
  props: {
@@ -11,7 +11,7 @@ const SEED_DATA = [{
11
11
  name: "Stepper",
12
12
  tag: "Stepper",
13
13
  description: "A component used to control the quantity of something",
14
- category: _types.COMPONENT_TYPES.input,
14
+ category: _types.COMPONENT_TYPES.control,
15
15
  stylesPanelSections: _types.BLOCK_STYLES_SECTIONS,
16
16
  layout: {},
17
17
  triggers: [_types.Triggers.OnChange],
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Surface",
12
12
  tag: "Surface",
13
13
  description: "An elevated container",
14
- category: _types.COMPONENT_TYPES.layout,
14
+ category: _types.COMPONENT_TYPES.container,
15
15
  stylesPanelSections: _types.CONTAINER_COMPONENT_STYLES_SECTIONS,
16
16
  layout: {
17
17
  minHeight: 40
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Swiper",
12
12
  tag: "Swiper",
13
13
  description: "Swiper container",
14
- category: _types.COMPONENT_TYPES.container,
14
+ category: _types.COMPONENT_TYPES.swiper,
15
15
  layout: {
16
16
  height: 300,
17
17
  width: "100%"
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Swiper Item",
12
12
  tag: "SwiperItem",
13
13
  description: "Swiper item",
14
- category: _types.COMPONENT_TYPES.button,
14
+ category: _types.COMPONENT_TYPES.swiper,
15
15
  props: {}
16
16
  };
17
17
  exports.SEED_DATA = SEED_DATA;
@@ -11,7 +11,7 @@ const SEED_DATA_TRIGGERS = [_types.Triggers.OnValueChange];
11
11
  const SEED_DATA = [{
12
12
  name: "Switch",
13
13
  tag: "Switch",
14
- category: _types.COMPONENT_TYPES.input,
14
+ category: _types.COMPONENT_TYPES.control,
15
15
  stylesPanelSections: _types.BLOCK_STYLES_SECTIONS,
16
16
  layout: {},
17
17
  triggers: SEED_DATA_TRIGGERS,
@@ -41,7 +41,7 @@ const SEED_DATA = [{
41
41
  }, {
42
42
  name: "Switch Row",
43
43
  tag: "SwitchRow",
44
- category: _types.COMPONENT_TYPES.input,
44
+ category: _types.COMPONENT_TYPES.control,
45
45
  stylesPanelSections: [_types.StylesPanelSections.Typography, _types.StylesPanelSections.Margins, _types.StylesPanelSections.Effects],
46
46
  layout: {
47
47
  marginLeft: 0,
@@ -11,7 +11,7 @@ const SEED_DATA = {
11
11
  name: "Web View",
12
12
  tag: "WebView",
13
13
  description: "Render web content inside a view",
14
- category: _types.COMPONENT_TYPES.media,
14
+ category: _types.COMPONENT_TYPES.utility,
15
15
  stylesPanelSections: [_types.StylesPanelSections.Size, _types.StylesPanelSections.Margins, _types.StylesPanelSections.Borders],
16
16
  layout: {
17
17
  flex: 1
@@ -1,5 +1,3 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
1
  import * as React from "react";
4
2
  import { View } from "react-native";
5
3
  import Touchable from "./Touchable";
@@ -25,9 +23,10 @@ const AvatarEdit = _ref => {
25
23
  width: size,
26
24
  height: size
27
25
  };
28
- return /*#__PURE__*/React.createElement(View, _extends({
29
- style: [style, dimensions]
30
- }, rest), /*#__PURE__*/React.createElement(Touchable, {
26
+ return /*#__PURE__*/React.createElement(View, {
27
+ style: [style, dimensions],
28
+ ...rest
29
+ }, /*#__PURE__*/React.createElement(Touchable, {
31
30
  onPress: onPress
32
31
  }, /*#__PURE__*/React.createElement(CircleImage, {
33
32
  source: image,
@@ -49,4 +48,16 @@ const AvatarEdit = _ref => {
49
48
  }))));
50
49
  };
51
50
 
51
+ export default withTheme(AvatarEdit);yles.editBorderColor,
52
+ backgroundColor: colorStyles.editBackgroundColor,
53
+ borderRadius: size * (3 / 16),
54
+ padding: size * (3 / 32)
55
+ }
56
+ }, /*#__PURE__*/React.createElement(Icon, {
57
+ name: "MaterialIcons/edit",
58
+ color: colorStyles.editIconColor,
59
+ size: size * (3 / 16)
60
+ }))));
61
+ };
62
+
52
63
  export default withTheme(AvatarEdit);
@@ -1,3 +1,5 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import * as React from "react";
2
4
  import { withTheme } from "../theming";
3
5
  import { ScrollView, View, StyleSheet, Dimensions } from "react-native";
@@ -31,6 +33,8 @@ function Pager(_ref) {
31
33
  }
32
34
 
33
35
  function Carousel(_ref2) {
36
+ var _data$length;
37
+
34
38
  let {
35
39
  data,
36
40
  children,
@@ -38,12 +42,9 @@ function Carousel(_ref2) {
38
42
  style,
39
43
  ...rest
40
44
  } = _ref2;
41
-
42
- var _a;
43
-
44
45
  const [index, setIndex] = React.useState(0);
45
46
  const length = React.Children.count(children);
46
- const itemsLength = ((_a = data === null || data === void 0 ? void 0 : data.length) !== null && _a !== void 0 ? _a : 0) + length;
47
+ const itemsLength = ((_data$length = data === null || data === void 0 ? void 0 : data.length) !== null && _data$length !== void 0 ? _data$length : 0) + length;
47
48
  const slides = Array.isArray(data) ? data : [];
48
49
  const {
49
50
  width,
@@ -51,10 +52,9 @@ function Carousel(_ref2) {
51
52
  } = StyleSheet.flatten(style || {});
52
53
  const slideWidth = width || screenWidth;
53
54
  const slideHeight = height || 250;
54
- return /*#__PURE__*/React.createElement(View, {
55
- style: [styles.container, style],
56
- ...rest
57
- }, /*#__PURE__*/React.createElement(ScrollView, {
55
+ return /*#__PURE__*/React.createElement(View, _extends({
56
+ style: [styles.container, style]
57
+ }, rest), /*#__PURE__*/React.createElement(ScrollView, {
58
58
  pagingEnabled: true,
59
59
  horizontal: true,
60
60
  decelerationRate: "fast",
@@ -82,9 +82,9 @@ function Carousel(_ref2) {
82
82
  }]
83
83
  });
84
84
  }) : null, React.Children.map(children, child => {
85
- var _a;
85
+ var _child$props;
86
86
 
87
- const s = ((_a = child === null || child === void 0 ? void 0 : child.props) === null || _a === void 0 ? void 0 : _a.style) || {};
87
+ const s = (child === null || child === void 0 ? void 0 : (_child$props = child.props) === null || _child$props === void 0 ? void 0 : _child$props.style) || {};
88
88
  return /*#__PURE__*/React.createElement(View, {
89
89
  style: {
90
90
  width: slideWidth
@@ -101,31 +101,6 @@ function Carousel(_ref2) {
101
101
  }));
102
102
  }
103
103
 
104
- const styles = StyleSheet.create({
105
- container: {
106
- backgroundColor: "#eee"
107
- },
108
- pager: {
109
- position: "absolute",
110
- bottom: 12,
111
- left: 0,
112
- right: 0,
113
- flexDirection: "row",
114
- justifyContent: "center",
115
- alignItems: "center"
116
- },
117
- bullet: {
118
- marginHorizontal: 2,
119
- width: 10,
120
- height: 10,
121
- borderRadius: 20,
122
- backgroundColor: "#000"
123
- }
124
- });
125
- export default withTheme(Carousel);th
126
- }));
127
- }
128
-
129
104
  const styles = StyleSheet.create({
130
105
  container: {
131
106
  backgroundColor: "#eee"
@@ -1,3 +1,5 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import * as React from "react";
2
4
  import { View, StyleSheet } from "react-native";
3
5
  import { useTheme } from "../../theming";
@@ -54,7 +56,7 @@ const Checkbox = _ref => {
54
56
  }
55
57
  };
56
58
 
57
- return /*#__PURE__*/React.createElement(Touchable, { ...rest,
59
+ return /*#__PURE__*/React.createElement(Touchable, _extends({}, rest, {
58
60
  onPress: handlePress,
59
61
  disabled: disabled,
60
62
  accessibilityState: {
@@ -66,7 +68,7 @@ const Checkbox = _ref => {
66
68
  width: size,
67
69
  height: size
68
70
  }]
69
- }, /*#__PURE__*/React.createElement(Icon, {
71
+ }), /*#__PURE__*/React.createElement(Icon, {
70
72
  style: styles.icon,
71
73
  name: internalValue ? checkedIcon : uncheckedIcon,
72
74
  size: size,
@@ -1,3 +1,5 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import * as React from "react";
2
4
  import { View } from "react-native";
3
5
  import { checkboxGroupContext, Direction } from "./context";
@@ -25,23 +27,7 @@ const CheckboxGroup = _ref => {
25
27
  });
26
28
  }
27
29
 
28
- return /*#__PURE__*/React.createElement(View, {
29
- style: [{
30
- minHeight: 40
31
- }, style],
32
- ...rest
33
- }, /*#__PURE__*/React.createElement(Provider, {
34
- value: {
35
- values,
36
- onValueChange,
37
- direction
38
- }
39
- }, /*#__PURE__*/React.createElement(View, {
40
- style: _containerStyle
41
- }, children)));
42
- };
43
-
44
- export default CheckboxGroup;PURE__*/React.createElement(View, _extends({
30
+ return /*#__PURE__*/React.createElement(View, _extends({
45
31
  style: [{
46
32
  minHeight: 40
47
33
  }, style]
@@ -1,5 +1,3 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
1
  import * as React from "react";
4
2
  import { StyleSheet, View, Platform } from "react-native";
5
3
  import Checkbox from "./Checkbox";
@@ -8,7 +6,7 @@ import { useCheckboxGroupContext } from "./context";
8
6
  import { Direction as GroupDirection } from "./context";
9
7
  import Touchable from "../Touchable";
10
8
  import { extractStyles } from "../../utilities";
11
- export let Direction;
9
+ export var Direction;
12
10
 
13
11
  (function (Direction) {
14
12
  Direction["Row"] = "row";
@@ -71,13 +69,14 @@ const CheckboxGroupRow = _ref => {
71
69
  textStyles,
72
70
  viewStyles
73
71
  } = extractStyles(style);
74
- return /*#__PURE__*/React.createElement(Touchable, _extends({
72
+ return /*#__PURE__*/React.createElement(Touchable, {
75
73
  onPress: handlePress,
76
74
  style: [styles.mainParent, {
77
75
  flexDirection: direction
78
76
  }, viewStyles],
79
- disabled: disabled
80
- }, rest), /*#__PURE__*/React.createElement(View, {
77
+ disabled: disabled,
78
+ ...rest
79
+ }, /*#__PURE__*/React.createElement(View, {
81
80
  style: [styles.label, {
82
81
  alignItems: direction === Direction.Row ? "flex-start" : "flex-end"
83
82
  }, labelContainerStyle]
@@ -116,4 +115,23 @@ const styles = StyleSheet.create({
116
115
  flex: 3
117
116
  }
118
117
  });
118
+ export default CheckboxGroupRow;create({
119
+ mainParent: {
120
+ alignItems: "center",
121
+ justifyContent: "space-around",
122
+ paddingStart: 20,
123
+ minHeight: 50,
124
+ paddingEnd: 20,
125
+ display: "flex",
126
+ ...Platform.select({
127
+ web: {
128
+ cursor: "pointer",
129
+ userSelect: "none"
130
+ }
131
+ })
132
+ },
133
+ label: {
134
+ flex: 3
135
+ }
136
+ });
119
137
  export default CheckboxGroupRow;
@@ -1,3 +1,5 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import * as React from "react";
2
4
  import { StyleSheet, View, Platform } from "react-native";
3
5
  import { isString } from "lodash";
@@ -6,7 +8,7 @@ import { usePrevious } from "../../hooks";
6
8
  import Text from "../Text";
7
9
  import Touchable from "../Touchable";
8
10
  import Checkbox from "./Checkbox";
9
- export var Direction;
11
+ export let Direction;
10
12
 
11
13
  (function (Direction) {
12
14
  Direction["Row"] = "row";
@@ -78,14 +80,13 @@ const CheckboxRow = _ref => {
78
80
  textStyles,
79
81
  viewStyles
80
82
  } = extractStyles(style);
81
- return /*#__PURE__*/React.createElement(Touchable, {
83
+ return /*#__PURE__*/React.createElement(Touchable, _extends({
82
84
  onPress: handlePress,
83
85
  style: [viewStyles, styles.mainParent, {
84
86
  flexDirection: direction
85
87
  }],
86
- disabled: disabled,
87
- ...rest
88
- }, /*#__PURE__*/React.createElement(View, {
88
+ disabled: disabled
89
+ }, rest), /*#__PURE__*/React.createElement(View, {
89
90
  style: [styles.label, {
90
91
  alignItems: direction === Direction.Row ? "flex-start" : "flex-end"
91
92
  }, labelContainerStyle]
@@ -122,23 +123,4 @@ const styles = StyleSheet.create({
122
123
  flex: 3
123
124
  }
124
125
  });
125
- export default CheckboxRow;heet.create({
126
- mainParent: {
127
- alignItems: "center",
128
- justifyContent: "space-around",
129
- paddingStart: 20,
130
- minHeight: 50,
131
- paddingEnd: 20,
132
- display: "flex",
133
- ...Platform.select({
134
- web: {
135
- cursor: "pointer",
136
- userSelect: "none"
137
- }
138
- })
139
- },
140
- label: {
141
- flex: 3
142
- }
143
- });
144
126
  export default CheckboxRow;