@draftbit/core 46.4.1-2f2c24.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 (192) hide show
  1. package/lib/commonjs/components/Container.js +5 -17
  2. package/lib/commonjs/index.js +0 -38
  3. package/lib/commonjs/mappings/ActionSheet.js +1 -1
  4. package/lib/commonjs/mappings/ActionSheetCancel.js +1 -1
  5. package/lib/commonjs/mappings/ActionSheetItem.js +1 -1
  6. package/lib/commonjs/mappings/ActivityIndicator.js +1 -1
  7. package/lib/commonjs/mappings/Banner.js +1 -1
  8. package/lib/commonjs/mappings/BlurView.js +1 -1
  9. package/lib/commonjs/mappings/Button.js +4 -12
  10. package/lib/commonjs/mappings/Checkbox.js +1 -1
  11. package/lib/commonjs/mappings/CheckboxRow.js +1 -1
  12. package/lib/commonjs/mappings/CircleImage.js +1 -1
  13. package/lib/commonjs/mappings/CustomCode.js +1 -1
  14. package/lib/commonjs/mappings/FAB.js +1 -1
  15. package/lib/commonjs/mappings/FieldSearchBarFull.js +1 -1
  16. package/lib/commonjs/mappings/Image.js +15 -2
  17. package/lib/commonjs/mappings/KeyboardAvoidingView.js +1 -1
  18. package/lib/commonjs/mappings/KeyboardAwareScrollView.js +1 -1
  19. package/lib/commonjs/mappings/Layout.js +2 -2
  20. package/lib/commonjs/mappings/MapCallout.js +1 -1
  21. package/lib/commonjs/mappings/MapMarker.js +1 -1
  22. package/lib/commonjs/mappings/MapView.js +1 -1
  23. package/lib/commonjs/mappings/Modal.js +1 -1
  24. package/lib/commonjs/mappings/RadioButton.js +1 -1
  25. package/lib/commonjs/mappings/RadioButtonGroup.js +1 -1
  26. package/lib/commonjs/mappings/RadioButtonRow.js +1 -1
  27. package/lib/commonjs/mappings/ScrollView.js +1 -1
  28. package/lib/commonjs/mappings/Slider.js +1 -1
  29. package/lib/commonjs/mappings/StarRating.js +1 -1
  30. package/lib/commonjs/mappings/Stepper.js +1 -1
  31. package/lib/commonjs/mappings/Surface.js +1 -1
  32. package/lib/commonjs/mappings/Swiper.js +1 -1
  33. package/lib/commonjs/mappings/SwiperItem.js +1 -1
  34. package/lib/commonjs/mappings/Switch.js +2 -2
  35. package/lib/commonjs/mappings/WebView.js +1 -1
  36. package/lib/commonjs/utilities.js +2 -2
  37. package/lib/module/components/AvatarEdit.js +16 -5
  38. package/lib/module/components/Checkbox/CheckboxGroupRow.js +24 -6
  39. package/lib/module/components/IconButton.js +22 -5
  40. package/lib/module/components/Layout.js +43 -21
  41. package/lib/module/components/Portal/Portal.js +3 -6
  42. package/lib/module/constants.js +1 -0
  43. package/lib/module/index.js +0 -1
  44. package/lib/module/mappings/ActionSheet.js +1 -1
  45. package/lib/module/mappings/ActionSheetCancel.js +1 -1
  46. package/lib/module/mappings/ActionSheetItem.js +1 -1
  47. package/lib/module/mappings/ActivityIndicator.js +1 -1
  48. package/lib/module/mappings/Banner.js +1 -1
  49. package/lib/module/mappings/BlurView.js +1 -1
  50. package/lib/module/mappings/Button.js +5 -13
  51. package/lib/module/mappings/Checkbox.js +1 -1
  52. package/lib/module/mappings/CheckboxRow.js +1 -1
  53. package/lib/module/mappings/CircleImage.js +1 -1
  54. package/lib/module/mappings/CustomCode.js +1 -1
  55. package/lib/module/mappings/FAB.js +1 -1
  56. package/lib/module/mappings/FieldSearchBarFull.js +1 -1
  57. package/lib/module/mappings/Image.js +16 -3
  58. package/lib/module/mappings/KeyboardAvoidingView.js +1 -1
  59. package/lib/module/mappings/KeyboardAwareScrollView.js +1 -1
  60. package/lib/module/mappings/Layout.js +2 -2
  61. package/lib/module/mappings/MapCallout.js +1 -1
  62. package/lib/module/mappings/MapMarker.js +1 -1
  63. package/lib/module/mappings/MapView.js +1 -1
  64. package/lib/module/mappings/Modal.js +1 -1
  65. package/lib/module/mappings/RadioButton.js +1 -1
  66. package/lib/module/mappings/RadioButtonGroup.js +1 -1
  67. package/lib/module/mappings/RadioButtonRow.js +1 -1
  68. package/lib/module/mappings/ScrollView.js +1 -1
  69. package/lib/module/mappings/Slider.js +1 -1
  70. package/lib/module/mappings/StarRating.js +1 -1
  71. package/lib/module/mappings/Stepper.js +1 -1
  72. package/lib/module/mappings/Surface.js +1 -1
  73. package/lib/module/mappings/Swiper.js +1 -1
  74. package/lib/module/mappings/SwiperItem.js +1 -1
  75. package/lib/module/mappings/Switch.js +2 -2
  76. package/lib/module/mappings/WebView.js +1 -1
  77. package/lib/module/utilities.js +3 -3
  78. package/lib/typescript/src/index.d.ts +0 -1
  79. package/lib/typescript/src/mappings/Button.d.ts +16 -16
  80. package/lib/typescript/src/mappings/Image.d.ts +13 -0
  81. package/lib/typescript/src/utilities.d.ts +3 -3
  82. package/package.json +3 -3
  83. package/src/index.js +0 -1
  84. package/src/index.tsx +0 -9
  85. package/src/mappings/ActionSheet.js +1 -1
  86. package/src/mappings/ActionSheet.ts +1 -1
  87. package/src/mappings/ActionSheetCancel.js +1 -1
  88. package/src/mappings/ActionSheetCancel.ts +1 -1
  89. package/src/mappings/ActionSheetItem.js +1 -1
  90. package/src/mappings/ActionSheetItem.ts +1 -1
  91. package/src/mappings/ActivityIndicator.js +1 -1
  92. package/src/mappings/ActivityIndicator.ts +1 -1
  93. package/src/mappings/Banner.js +1 -1
  94. package/src/mappings/Banner.ts +1 -1
  95. package/src/mappings/BlurView.js +1 -1
  96. package/src/mappings/BlurView.ts +1 -1
  97. package/src/mappings/Button.js +5 -13
  98. package/src/mappings/Button.ts +6 -14
  99. package/src/mappings/Checkbox.js +1 -1
  100. package/src/mappings/Checkbox.ts +1 -1
  101. package/src/mappings/CheckboxRow.js +1 -1
  102. package/src/mappings/CheckboxRow.ts +1 -1
  103. package/src/mappings/CircleImage.js +1 -1
  104. package/src/mappings/CircleImage.ts +1 -1
  105. package/src/mappings/CustomCode.js +1 -1
  106. package/src/mappings/CustomCode.ts +1 -1
  107. package/src/mappings/FAB.js +1 -1
  108. package/src/mappings/FAB.ts +1 -1
  109. package/src/mappings/FieldSearchBarFull.js +1 -1
  110. package/src/mappings/FieldSearchBarFull.ts +1 -1
  111. package/src/mappings/Image.js +15 -1
  112. package/src/mappings/Image.ts +17 -0
  113. package/src/mappings/KeyboardAvoidingView.js +1 -1
  114. package/src/mappings/KeyboardAvoidingView.ts +1 -1
  115. package/src/mappings/KeyboardAwareScrollView.js +1 -1
  116. package/src/mappings/KeyboardAwareScrollView.ts +1 -1
  117. package/src/mappings/Layout.js +2 -2
  118. package/src/mappings/Layout.ts +2 -2
  119. package/src/mappings/MapCallout.js +1 -1
  120. package/src/mappings/MapCallout.ts +1 -1
  121. package/src/mappings/MapMarker.js +1 -1
  122. package/src/mappings/MapMarker.ts +1 -1
  123. package/src/mappings/MapView.js +1 -1
  124. package/src/mappings/MapView.ts +1 -1
  125. package/src/mappings/Modal.js +1 -1
  126. package/src/mappings/Modal.ts +1 -1
  127. package/src/mappings/RadioButton.js +1 -1
  128. package/src/mappings/RadioButton.ts +1 -1
  129. package/src/mappings/RadioButtonGroup.js +1 -1
  130. package/src/mappings/RadioButtonGroup.ts +1 -1
  131. package/src/mappings/RadioButtonRow.js +1 -1
  132. package/src/mappings/RadioButtonRow.ts +1 -1
  133. package/src/mappings/ScrollView.js +1 -1
  134. package/src/mappings/ScrollView.ts +1 -1
  135. package/src/mappings/Slider.js +1 -1
  136. package/src/mappings/Slider.ts +1 -1
  137. package/src/mappings/StarRating.js +1 -1
  138. package/src/mappings/StarRating.ts +1 -1
  139. package/src/mappings/Stepper.js +1 -1
  140. package/src/mappings/Stepper.ts +1 -1
  141. package/src/mappings/Surface.js +1 -1
  142. package/src/mappings/Surface.ts +1 -1
  143. package/src/mappings/Swiper.js +1 -1
  144. package/src/mappings/Swiper.ts +1 -1
  145. package/src/mappings/SwiperItem.js +1 -1
  146. package/src/mappings/SwiperItem.ts +1 -1
  147. package/src/mappings/Switch.js +2 -2
  148. package/src/mappings/Switch.ts +2 -2
  149. package/src/mappings/WebView.js +1 -1
  150. package/src/mappings/WebView.ts +1 -1
  151. package/src/utilities.js +2 -5
  152. package/src/utilities.ts +2 -13
  153. package/lib/commonjs/components/Table/Table.js +0 -35
  154. package/lib/commonjs/components/Table/TableCell.js +0 -50
  155. package/lib/commonjs/components/Table/TableHeader.js +0 -41
  156. package/lib/commonjs/components/Table/TablePaginator.js +0 -17
  157. package/lib/commonjs/components/Table/TableRow.js +0 -47
  158. package/lib/commonjs/components/Table/TableTitle.js +0 -60
  159. package/lib/commonjs/components/Table/index.js +0 -55
  160. package/lib/commonjs/mappings/Table.js +0 -103
  161. package/lib/module/components/Table/Table.js +0 -23
  162. package/lib/module/components/Table/TableCell.js +0 -37
  163. package/lib/module/components/Table/TableHeader.js +0 -27
  164. package/lib/module/components/Table/TablePaginator.js +0 -6
  165. package/lib/module/components/Table/TableRow.js +0 -33
  166. package/lib/module/components/Table/TableTitle.js +0 -47
  167. package/lib/module/components/Table/index.js +0 -6
  168. package/lib/module/mappings/Table.js +0 -94
  169. package/lib/typescript/src/components/Table/Table.d.ts +0 -8
  170. package/lib/typescript/src/components/Table/TableCell.d.ts +0 -10
  171. package/lib/typescript/src/components/Table/TableHeader.d.ts +0 -12
  172. package/lib/typescript/src/components/Table/TablePaginator.d.ts +0 -3
  173. package/lib/typescript/src/components/Table/TableRow.d.ts +0 -12
  174. package/lib/typescript/src/components/Table/TableTitle.d.ts +0 -12
  175. package/lib/typescript/src/components/Table/index.d.ts +0 -6
  176. package/lib/typescript/src/mappings/Table.d.ts +0 -153
  177. package/src/components/Table/Table.js +0 -10
  178. package/src/components/Table/Table.tsx +0 -22
  179. package/src/components/Table/TableCell.js +0 -21
  180. package/src/components/Table/TableCell.tsx +0 -44
  181. package/src/components/Table/TableHeader.js +0 -11
  182. package/src/components/Table/TableHeader.tsx +0 -28
  183. package/src/components/Table/TablePaginator.js +0 -5
  184. package/src/components/Table/TablePaginator.tsx +0 -10
  185. package/src/components/Table/TableRow.js +0 -16
  186. package/src/components/Table/TableRow.tsx +0 -31
  187. package/src/components/Table/TableTitle.js +0 -28
  188. package/src/components/Table/TableTitle.tsx +0 -58
  189. package/src/components/Table/index.js +0 -6
  190. package/src/components/Table/index.tsx +0 -6
  191. package/src/mappings/Table.js +0 -137
  192. package/src/mappings/Table.ts +0 -145
@@ -19,6 +19,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
19
19
 
20
20
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
21
21
 
22
+ 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); }
23
+
22
24
  const Container = _ref => {
23
25
  let {
24
26
  useThemeGutterPadding,
@@ -80,10 +82,9 @@ const Container = _ref => {
80
82
  };
81
83
  const Wrap = elevation ? _Elevation.default : _reactNative.View;
82
84
  if (elevation) containerStyle.elevation = elevation;
83
- return /*#__PURE__*/React.createElement(Wrap, {
84
- style: [containerStyle, style],
85
- ...rest
86
- }, backgroundImage ? /*#__PURE__*/React.createElement(_reactNative.ImageBackground, {
85
+ return /*#__PURE__*/React.createElement(Wrap, _extends({
86
+ style: [containerStyle, style]
87
+ }, rest), backgroundImage ? /*#__PURE__*/React.createElement(_reactNative.ImageBackground, {
87
88
  source: typeof backgroundImage === "string" ? {
88
89
  uri: backgroundImage
89
90
  } : backgroundImage,
@@ -100,17 +101,4 @@ const Container = _ref => {
100
101
 
101
102
  var _default = (0, _theming.withTheme)(Container);
102
103
 
103
- exports.default = _default;izeMode: backgroundImageResizeMode,
104
- style: {
105
- flex: 1
106
- }
107
- }, /*#__PURE__*/React.createElement(_reactNative.View, {
108
- style: innerStyle
109
- }, children)) : /*#__PURE__*/React.createElement(_reactNative.View, {
110
- style: innerStyle
111
- }, children));
112
- };
113
-
114
- var _default = (0, _theming.withTheme)(Container);
115
-
116
104
  exports.default = _default;
@@ -369,42 +369,6 @@ Object.defineProperty(exports, "SwitchRow", {
369
369
  return _Switch.SwitchRow;
370
370
  }
371
371
  });
372
- Object.defineProperty(exports, "Table", {
373
- enumerable: true,
374
- get: function () {
375
- return _Table.Table;
376
- }
377
- });
378
- Object.defineProperty(exports, "TableCell", {
379
- enumerable: true,
380
- get: function () {
381
- return _Table.TableCell;
382
- }
383
- });
384
- Object.defineProperty(exports, "TableHeader", {
385
- enumerable: true,
386
- get: function () {
387
- return _Table.TableHeader;
388
- }
389
- });
390
- Object.defineProperty(exports, "TablePaginator", {
391
- enumerable: true,
392
- get: function () {
393
- return _Table.TablePaginator;
394
- }
395
- });
396
- Object.defineProperty(exports, "TableRow", {
397
- enumerable: true,
398
- get: function () {
399
- return _Table.TableRow;
400
- }
401
- });
402
- Object.defineProperty(exports, "TableTitle", {
403
- enumerable: true,
404
- get: function () {
405
- return _Table.TableTitle;
406
- }
407
- });
408
372
  Object.defineProperty(exports, "TextField", {
409
373
  enumerable: true,
410
374
  get: function () {
@@ -512,8 +476,6 @@ var _Layout = require("./components/Layout");
512
476
 
513
477
  var _index = require("./components/RadioButton/index");
514
478
 
515
- var _Table = require("./components/Table");
516
-
517
479
  var _DeprecatedButton = _interopRequireDefault(require("./components/DeprecatedButton"));
518
480
 
519
481
  var _CardBlock = _interopRequireDefault(require("./components/CardBlock"));
@@ -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,
@@ -19,16 +19,8 @@ const SEED_DATA_PROPS = {
19
19
  description: "Button Label",
20
20
  defaultValue: "Get Started"
21
21
  }),
22
- disabled: (0, _types.createBoolProp)({
23
- group: _types.GROUPS.basic,
24
- label: "Disabled",
25
- description: "Whether the button should be disabled"
26
- }),
27
- loading: (0, _types.createBoolProp)({
28
- group: _types.GROUPS.basic,
29
- label: "Loading",
30
- description: "Whether to show a loading indicator"
31
- })
22
+ disabled: (0, _types.createDisabledProp)(),
23
+ loading: (0, _types.createLoadingProp)()
32
24
  };
33
25
  const LAYOUT = {
34
26
  backgroundColor: "transparent",
@@ -38,7 +30,7 @@ const LAYOUT = {
38
30
  const SEED_DATA = [{
39
31
  name: "Button Outline",
40
32
  tag: "ButtonOutline",
41
- category: _types.COMPONENT_TYPES.button,
33
+ category: _types.COMPONENT_TYPES.deprecated,
42
34
  stylesPanelSections: [_types.StylesPanelSections.Typography, _types.StylesPanelSections.Background, _types.StylesPanelSections.Borders, _types.StylesPanelSections.Size, _types.StylesPanelSections.MarginsAndPaddings, _types.StylesPanelSections.Position, _types.StylesPanelSections.Effects],
43
35
  layout: { ...LAYOUT,
44
36
  backgroundColor: "transparent",
@@ -48,7 +40,7 @@ const SEED_DATA = [{
48
40
  triggers: SEED_DATA_TRIGGERS,
49
41
  props: SEED_DATA_PROPS
50
42
  }, {
51
- name: "Button Solid",
43
+ name: "Button",
52
44
  tag: "ButtonSolid",
53
45
  category: _types.COMPONENT_TYPES.button,
54
46
  stylesPanelSections: [_types.StylesPanelSections.Typography, _types.StylesPanelSections.Background, _types.StylesPanelSections.Borders, _types.StylesPanelSections.Size, _types.StylesPanelSections.MarginsAndPaddings, _types.StylesPanelSections.Position, _types.StylesPanelSections.Effects],
@@ -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: "Circle Image",
12
12
  tag: "CircleImage",
13
13
  description: "A circle image",
14
- category: _types.COMPONENT_TYPES.media,
14
+ category: _types.COMPONENT_TYPES.deprecated,
15
15
  stylesPanelSections: _types.BLOCK_STYLES_SECTIONS,
16
16
  props: {
17
17
  source: (0, _types.createImageProp)(),
@@ -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,
@@ -12,14 +12,27 @@ const SEED_DATA = {
12
12
  tag: "Image",
13
13
  description: "A basic Image Component",
14
14
  category: _types.COMPONENT_TYPES.media,
15
- stylesPanelSections: [_types.StylesPanelSections.Size, _types.StylesPanelSections.Margins, _types.StylesPanelSections.Position, _types.StylesPanelSections.Effects],
15
+ stylesPanelSections: [_types.StylesPanelSections.Size, _types.StylesPanelSections.Margins, _types.StylesPanelSections.Position, _types.StylesPanelSections.Effects, _types.StylesPanelSections.Borders],
16
16
  layout: {
17
17
  width: 100,
18
18
  height: 100
19
19
  },
20
20
  props: {
21
21
  source: (0, _types.createImageProp)(),
22
- resizeMode: (0, _types.createResizeModeProp)()
22
+ resizeMode: (0, _types.createResizeModeProp)(),
23
+ blurRadius: {
24
+ group: _types.GROUPS.basic,
25
+ name: "blurRadius",
26
+ label: "Blur Radius",
27
+ defaultValue: null,
28
+ description: "The blur radius of the blur filter added to the image.",
29
+ editable: true,
30
+ required: false,
31
+ formType: _types.FORM_TYPES.number,
32
+ propType: _types.PROP_TYPES.NUMBER,
33
+ step: 5,
34
+ precision: 1
35
+ }
23
36
  }
24
37
  };
25
38
  exports.SEED_DATA = SEED_DATA;
@@ -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
@@ -44,8 +44,8 @@ function extractStyles(style) {
44
44
  textDecorationStyle
45
45
  };
46
46
  return {
47
- viewStyles: (0, _lodash.omitBy)(viewStyles, _lodash.isNil),
48
- textStyles: (0, _lodash.omitBy)(textStyles, _lodash.isNil)
47
+ viewStyles,
48
+ textStyles
49
49
  };
50
50
  }
51
51
 
@@ -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,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,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, StyleSheet, ActivityIndicator, Pressable, Platform } from "react-native";
5
3
  import { withTheme } from "../theming";
@@ -18,7 +16,7 @@ const IconButton = _ref => {
18
16
  ...props
19
17
  } = _ref;
20
18
  const iconColor = customColor || theme.colors.primary;
21
- return /*#__PURE__*/React.createElement(Pressable, _extends({
19
+ return /*#__PURE__*/React.createElement(Pressable, {
22
20
  onPress: onPress,
23
21
  disabled: disabled || loading,
24
22
  style: _ref2 => {
@@ -32,8 +30,9 @@ const IconButton = _ref => {
32
30
  alignItems: "center",
33
31
  justifyContent: "center"
34
32
  }, style];
35
- }
36
- }, props), /*#__PURE__*/React.createElement(View, null, icon && !loading ? /*#__PURE__*/React.createElement(Icon, {
33
+ },
34
+ ...props
35
+ }, /*#__PURE__*/React.createElement(View, null, icon && !loading ? /*#__PURE__*/React.createElement(Icon, {
37
36
  name: icon,
38
37
  size: size - 2,
39
38
  color: iconColor
@@ -43,6 +42,24 @@ const IconButton = _ref => {
43
42
  }) : null));
44
43
  };
45
44
 
45
+ const styles = StyleSheet.create({
46
+ container: {
47
+ alignItems: "center",
48
+ justifyContent: "center",
49
+ ...Platform.select({
50
+ web: {
51
+ cursor: "pointer",
52
+ userSelect: "none"
53
+ }
54
+ })
55
+ }
56
+ });
57
+ export default withTheme(IconButton);ement(ActivityIndicator, {
58
+ size: "small",
59
+ color: iconColor
60
+ }) : null));
61
+ };
62
+
46
63
  const styles = StyleSheet.create({
47
64
  container: {
48
65
  alignItems: "center",