@draftbit/core 43.7.2-5b80c5.1 → 43.7.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 (232) hide show
  1. package/lib/commonjs/components/DeprecatedButton.js +4 -19
  2. package/lib/commonjs/components/DeprecatedButton.js.map +1 -1
  3. package/lib/commonjs/components/DeprecatedCardWrapper.js +2 -14
  4. package/lib/commonjs/components/DeprecatedCardWrapper.js.map +1 -1
  5. package/lib/commonjs/components/Justification.js +0 -3
  6. package/lib/commonjs/components/ResizeMode.js +0 -3
  7. package/lib/commonjs/mappings/RadioButtonGroup.js.map +1 -1
  8. package/lib/commonjs/mappings/RadioButtonRow.js.map +1 -1
  9. package/lib/module/components/AnimatedCircularProgress.js +2 -10
  10. package/lib/module/components/AnimatedCircularProgress.js.map +1 -1
  11. package/lib/module/components/AvatarEdit.js +5 -16
  12. package/lib/module/components/AvatarEdit.js.map +1 -1
  13. package/lib/module/components/CardContainer.js +5 -14
  14. package/lib/module/components/CardContainer.js.map +1 -1
  15. package/lib/module/components/CardContainerShortImage.js +5 -16
  16. package/lib/module/components/CardContainerShortImage.js.map +1 -1
  17. package/lib/module/components/Checkbox/CheckboxGroupRow.js +6 -22
  18. package/lib/module/components/Checkbox/CheckboxGroupRow.js.map +1 -1
  19. package/lib/module/components/DeprecatedFAB.js +4 -19
  20. package/lib/module/components/DeprecatedFAB.js.map +1 -1
  21. package/lib/module/components/Divider.js +2 -16
  22. package/lib/module/components/Divider.js.map +1 -1
  23. package/lib/module/components/FormRow.js +4 -17
  24. package/lib/module/components/FormRow.js.map +1 -1
  25. package/lib/module/components/Header.js.map +1 -1
  26. package/lib/module/components/Image.js +3 -18
  27. package/lib/module/components/Image.js.map +1 -1
  28. package/lib/module/components/Justification.js +1 -1
  29. package/lib/module/components/Justification.js.map +1 -1
  30. package/lib/module/components/Layout.js +21 -40
  31. package/lib/module/components/Layout.js.map +1 -1
  32. package/lib/module/components/NumberInput.js +2 -12
  33. package/lib/module/components/NumberInput.js.map +1 -1
  34. package/lib/module/components/Portal/Portal.js +1 -1
  35. package/lib/module/components/Portal/Portal.js.map +1 -1
  36. package/lib/module/components/RadioButton/RadioButton.js +3 -14
  37. package/lib/module/components/RadioButton/RadioButton.js.map +1 -1
  38. package/lib/module/components/ResizeMode.js +1 -1
  39. package/lib/module/components/Row.js.map +1 -1
  40. package/lib/module/components/StepIndicator.js.map +1 -1
  41. package/lib/module/components/Touchable.js +3 -16
  42. package/lib/module/components/Touchable.js.map +1 -1
  43. package/lib/module/components/useAuthState.js.map +1 -1
  44. package/lib/module/mappings/ActionSheetItem.js.map +1 -1
  45. package/lib/module/mappings/CardContainerShortImage.js.map +1 -1
  46. package/lib/module/mappings/CircleImage.js.map +1 -1
  47. package/lib/module/mappings/Divider.js.map +1 -1
  48. package/lib/module/mappings/Fetch.js.map +1 -1
  49. package/lib/module/mappings/HeaderOverline.js.map +1 -1
  50. package/lib/module/mappings/IconButton.js.map +1 -1
  51. package/lib/module/mappings/Picker.js.map +1 -1
  52. package/lib/module/mappings/StarRating.js +2 -6
  53. package/lib/module/mappings/StarRating.js.map +1 -1
  54. package/lib/module/mappings/Swiper.js.map +1 -1
  55. package/lib/module/mappings/ToggleButton.js.map +1 -1
  56. package/lib/module/utilities.js.map +1 -1
  57. package/package.json +3 -3
  58. package/src/Provider.js +0 -9
  59. package/src/components/Accordion/AccordionGroup.js +0 -44
  60. package/src/components/Accordion/AccordionItem.js +0 -32
  61. package/src/components/Accordion/index.js +0 -2
  62. package/src/components/ActionSheet/ActionSheet.js +0 -45
  63. package/src/components/ActionSheet/ActionSheetCancel.js +0 -6
  64. package/src/components/ActionSheet/ActionSheetItem.js +0 -30
  65. package/src/components/ActionSheet/index.js +0 -3
  66. package/src/components/AnimatedCircularProgress.js +0 -43
  67. package/src/components/AspectRatio.js +0 -18
  68. package/src/components/AvatarEdit.js +0 -30
  69. package/src/components/Banner.js +0 -109
  70. package/src/components/Button.js +0 -112
  71. package/src/components/Card.js +0 -57
  72. package/src/components/CardBlock.js +0 -54
  73. package/src/components/CardContainer.js +0 -69
  74. package/src/components/CardContainerRating.js +0 -79
  75. package/src/components/CardContainerShortImage.js +0 -33
  76. package/src/components/CardInline.js +0 -36
  77. package/src/components/Carousel.js +0 -66
  78. package/src/components/Checkbox/Checkbox.js +0 -63
  79. package/src/components/Checkbox/CheckboxGroup.js +0 -21
  80. package/src/components/Checkbox/CheckboxGroupRow.js +0 -77
  81. package/src/components/Checkbox/CheckboxRow.js +0 -78
  82. package/src/components/Checkbox/context.js +0 -14
  83. package/src/components/Checkbox/index.js +0 -3
  84. package/src/components/CircleImage.js +0 -8
  85. package/src/components/CircularProgress.js +0 -78
  86. package/src/components/Config.js +0 -63
  87. package/src/components/Container.js +0 -44
  88. package/src/components/DatePicker/DatePicker.js +0 -368
  89. package/src/components/DatePicker/DatePickerComponent.js +0 -13
  90. package/src/components/DatePicker/DatePickerComponent.web.js +0 -30
  91. package/src/components/DatePicker/DatePickerComponentType.js +0 -1
  92. package/src/components/DeprecatedButton.js +0 -95
  93. package/src/components/DeprecatedCardWrapper.js +0 -18
  94. package/src/components/DeprecatedFAB.js +0 -115
  95. package/src/components/Divider.js +0 -13
  96. package/src/components/Elevation.js +0 -20
  97. package/src/components/FAB.js +0 -46
  98. package/src/components/FieldSearchBarFull.js +0 -53
  99. package/src/components/FormRow.js +0 -19
  100. package/src/components/Header.js +0 -44
  101. package/src/components/HeaderLarge.js +0 -7
  102. package/src/components/HeaderMedium.js +0 -7
  103. package/src/components/HeaderOverline.js +0 -7
  104. package/src/components/IconButton.js +0 -35
  105. package/src/components/Image.js +0 -47
  106. package/src/components/Justification.js +0 -1
  107. package/src/components/Layout.js +0 -50
  108. package/src/components/NumberInput.js +0 -49
  109. package/src/components/Picker/Picker.js +0 -56
  110. package/src/components/Picker/PickerComponent.android.js +0 -68
  111. package/src/components/Picker/PickerComponent.ios.js +0 -78
  112. package/src/components/Picker/PickerComponent.web.js +0 -69
  113. package/src/components/Picker/PickerTypes.js +0 -1
  114. package/src/components/Portal/Portal.js +0 -35
  115. package/src/components/Portal/PortalConsumer.js +0 -28
  116. package/src/components/Portal/PortalHost.js +0 -105
  117. package/src/components/Portal/PortalManager.js +0 -29
  118. package/src/components/ProgressBar.js +0 -118
  119. package/src/components/ProgressCircle.js +0 -13
  120. package/src/components/ProgressIndicator.js +0 -27
  121. package/src/components/RadioButton/RadioButton.js +0 -17
  122. package/src/components/RadioButton/RadioButtonFieldGroup.js +0 -17
  123. package/src/components/RadioButton/RadioButtonGroup.js +0 -43
  124. package/src/components/RadioButton/RadioButtonRow.js +0 -76
  125. package/src/components/RadioButton/context.js +0 -14
  126. package/src/components/RadioButton/index.js +0 -4
  127. package/src/components/ResizeMode.js +0 -1
  128. package/src/components/Row.js +0 -48
  129. package/src/components/RowBodyIcon.js +0 -8
  130. package/src/components/RowHeadlineImageCaption.js +0 -12
  131. package/src/components/RowHeadlineImageIcon.js +0 -14
  132. package/src/components/ScreenContainer.js +0 -34
  133. package/src/components/Slider.js +0 -63
  134. package/src/components/StarRating.js +0 -50
  135. package/src/components/StepIndicator.js +0 -346
  136. package/src/components/Stepper.js +0 -39
  137. package/src/components/Surface.js +0 -32
  138. package/src/components/Swiper/Swiper.js +0 -18
  139. package/src/components/Swiper/SwiperItem.js +0 -9
  140. package/src/components/Swiper/index.js +0 -2
  141. package/src/components/Switch.js +0 -56
  142. package/src/components/Text.js +0 -28
  143. package/src/components/TextField.js +0 -420
  144. package/src/components/ToggleButton.js +0 -39
  145. package/src/components/Touchable.js +0 -12
  146. package/src/components/Touchable.web.js +0 -2
  147. package/src/components/Typography.js +0 -36
  148. package/src/components/useAuthState.js +0 -31
  149. package/src/constants.js +0 -10
  150. package/src/hooks.js +0 -12
  151. package/src/index.js +0 -52
  152. package/src/interfaces/Icon.js +0 -8
  153. package/src/mappings/Accordion.js +0 -41
  154. package/src/mappings/AccordionItem.js +0 -16
  155. package/src/mappings/ActionSheet.js +0 -13
  156. package/src/mappings/ActionSheetCancel.js +0 -19
  157. package/src/mappings/ActionSheetItem.js +0 -23
  158. package/src/mappings/ActivityIndicator.js +0 -53
  159. package/src/mappings/AudioPlayer.js +0 -20
  160. package/src/mappings/AvatarEdit.js +0 -37
  161. package/src/mappings/Banner.js +0 -32
  162. package/src/mappings/BlurView.js +0 -41
  163. package/src/mappings/Button.js +0 -56
  164. package/src/mappings/Card.js +0 -52
  165. package/src/mappings/CardBlock.js +0 -122
  166. package/src/mappings/CardContainer.js +0 -102
  167. package/src/mappings/CardContainerRating.js +0 -124
  168. package/src/mappings/CardContainerShortImage.js +0 -118
  169. package/src/mappings/CardInline.js +0 -51
  170. package/src/mappings/Carousel.js +0 -18
  171. package/src/mappings/Checkbox.js +0 -45
  172. package/src/mappings/CheckboxGroup.js +0 -25
  173. package/src/mappings/CheckboxRow.js +0 -56
  174. package/src/mappings/CircleImage.js +0 -24
  175. package/src/mappings/Container.js +0 -29
  176. package/src/mappings/CustomCode.js +0 -8
  177. package/src/mappings/DatePicker.js +0 -146
  178. package/src/mappings/Divider.js +0 -26
  179. package/src/mappings/FAB.js +0 -36
  180. package/src/mappings/Fetch.js +0 -12
  181. package/src/mappings/FieldSearchBarFull.js +0 -49
  182. package/src/mappings/FlatList.js +0 -19
  183. package/src/mappings/HeaderLarge.js +0 -28
  184. package/src/mappings/HeaderMedium.js +0 -54
  185. package/src/mappings/HeaderOverline.js +0 -54
  186. package/src/mappings/Icon.js +0 -25
  187. package/src/mappings/IconButton.js +0 -30
  188. package/src/mappings/Image.js +0 -15
  189. package/src/mappings/ImageBackground.js +0 -28
  190. package/src/mappings/KeyboardAvoidingView.js +0 -40
  191. package/src/mappings/KeyboardAwareScrollView.js +0 -43
  192. package/src/mappings/Layout.js +0 -195
  193. package/src/mappings/LinearGradient.js +0 -77
  194. package/src/mappings/MapCallout.js +0 -20
  195. package/src/mappings/MapMarker.js +0 -47
  196. package/src/mappings/MapView.js +0 -129
  197. package/src/mappings/Modal.js +0 -41
  198. package/src/mappings/Picker.js +0 -137
  199. package/src/mappings/ProgressBar.js +0 -100
  200. package/src/mappings/ProgressCircle.js +0 -108
  201. package/src/mappings/ProgressIndicator.js +0 -180
  202. package/src/mappings/RadioButton.js +0 -50
  203. package/src/mappings/RadioButtonGroup.js +0 -16
  204. package/src/mappings/RadioButtonRow.js +0 -37
  205. package/src/mappings/RowBodyIcon.js +0 -75
  206. package/src/mappings/RowHeadlineImageCaption.js +0 -167
  207. package/src/mappings/RowHeadlineImageIcon.js +0 -99
  208. package/src/mappings/SafeAreaView.js +0 -33
  209. package/src/mappings/ScrollView.js +0 -30
  210. package/src/mappings/Slider.js +0 -59
  211. package/src/mappings/StarRating.js +0 -42
  212. package/src/mappings/Stepper.js +0 -28
  213. package/src/mappings/Surface.js +0 -13
  214. package/src/mappings/Swiper.js +0 -60
  215. package/src/mappings/SwiperItem.js +0 -8
  216. package/src/mappings/Switch.js +0 -75
  217. package/src/mappings/Text.js +0 -232
  218. package/src/mappings/TextArea.js +0 -52
  219. package/src/mappings/TextField.js +0 -158
  220. package/src/mappings/TextInput.js +0 -208
  221. package/src/mappings/ToggleButton.js +0 -45
  222. package/src/mappings/Touchable.js +0 -12
  223. package/src/mappings/Video.js +0 -74
  224. package/src/mappings/View.js +0 -206
  225. package/src/mappings/WebView.js +0 -18
  226. package/src/styles/DarkTheme.js +0 -26
  227. package/src/styles/DefaultTheme.js +0 -111
  228. package/src/styles/fonts.js +0 -62
  229. package/src/styles/overlay.js +0 -60
  230. package/src/styles/shadow.js +0 -51
  231. package/src/theming.js +0 -3
  232. package/src/utilities.js +0 -54
@@ -16,7 +16,9 @@ export const SEED_DATA = {
16
16
  }),
17
17
  fieldName: createFieldNameProp({
18
18
  defaultValue: "ratingValue",
19
+ // this is the name of the variable declared on the screen in Draftbit
19
20
  handlerPropName: "onPress",
21
+ // the change handler prop in this component
20
22
  valuePropName: "rating" // the value prop in this component
21
23
 
22
24
  }),
@@ -41,10 +43,4 @@ export const SEED_DATA = {
41
43
  })
42
44
  }
43
45
  };
44
- //# sourceMappingURL=StarRating.js.mapateColorProp({
45
- label: "Inactive Color",
46
- defaultValue: "divider"
47
- })
48
- }
49
- };
50
46
  //# sourceMappingURL=StarRating.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["StarRating.js"],"names":["COMPONENT_TYPES","createStaticNumberProp","createFieldNameProp","createStaticBoolProp","Triggers","createColorProp","SEED_DATA","name","tag","description","category","button","triggers","OnPress","props","starSize","label","defaultValue","min","max","step","fieldName","handlerPropName","valuePropName","maxStars","isEditable","activeColor","inactiveColor"],"mappings":"AAAA,SAASA,eAAT,EAA0BC,sBAA1B,EAAkDC,mBAAlD,EAAuEC,oBAAvE,EAA6FC,QAA7F,EAAuGC,eAAvG,QAA+H,iBAA/H;AACA,OAAO,MAAMC,SAAS,GAAG;AACrBC,EAAAA,IAAI,EAAE,aADe;AAErBC,EAAAA,GAAG,EAAE,YAFgB;AAGrBC,EAAAA,WAAW,EAAE,yBAHQ;AAIrBC,EAAAA,QAAQ,EAAEV,eAAe,CAACW,MAJL;AAKrBC,EAAAA,QAAQ,EAAE,CAACR,QAAQ,CAACS,OAAV,CALW;AAMrBC,EAAAA,KAAK,EAAE;AACHC,IAAAA,QAAQ,EAAEd,sBAAsB,CAAC;AAC7Be,MAAAA,KAAK,EAAE,WADsB;AAE7BP,MAAAA,WAAW,EAAE,8BAFgB;AAG7BQ,MAAAA,YAAY,EAAE,EAHe;AAI7BC,MAAAA,GAAG,EAAE,CAJwB;AAK7BC,MAAAA,GAAG,EAAE,EALwB;AAM7BC,MAAAA,IAAI,EAAE;AANuB,KAAD,CAD7B;AASHC,IAAAA,SAAS,EAAEnB,mBAAmB,CAAC;AAC3Be,MAAAA,YAAY,EAAE,aADa;AAE3BK,MAAAA,eAAe,EAAE,SAFU;AAG3BC,MAAAA,aAAa,EAAE,QAHY,CAGF;;AAHE,KAAD,CAT3B;AAcHC,IAAAA,QAAQ,EAAEvB,sBAAsB,CAAC;AAC7Be,MAAAA,KAAK,EAAE,WADsB;AAE7BP,MAAAA,WAAW,EAAE,yBAFgB;AAG7BQ,MAAAA,YAAY,EAAE,CAHe;AAI7BC,MAAAA,GAAG,EAAE,CAJwB;AAK7BC,MAAAA,GAAG,EAAE,EALwB;AAM7BC,MAAAA,IAAI,EAAE;AANuB,KAAD,CAd7B;AAsBHK,IAAAA,UAAU,EAAEtB,oBAAoB,CAAC;AAC7Ba,MAAAA,KAAK,EAAE;AADsB,KAAD,CAtB7B;AAyBHU,IAAAA,WAAW,EAAErB,eAAe,CAAC;AACzBW,MAAAA,KAAK,EAAE,cADkB;AAEzBC,MAAAA,YAAY,EAAE;AAFW,KAAD,CAzBzB;AA6BHU,IAAAA,aAAa,EAAEtB,eAAe,CAAC;AAC3BW,MAAAA,KAAK,EAAE,gBADoB;AAE3BC,MAAAA,YAAY,EAAE;AAFa,KAAD;AA7B3B;AANc,CAAlB","sourcesContent":["import { COMPONENT_TYPES, createStaticNumberProp, createFieldNameProp, createStaticBoolProp, Triggers, createColorProp, } from \"@draftbit/types\";\nexport const SEED_DATA = {\n name: \"Star Rating\",\n tag: \"StarRating\",\n description: \"A star rating component\",\n category: COMPONENT_TYPES.button,\n triggers: [Triggers.OnPress],\n props: {\n starSize: createStaticNumberProp({\n label: \"Star size\",\n description: \"Size of each individual star\",\n defaultValue: 16,\n min: 8,\n max: 36,\n step: 1,\n }),\n fieldName: createFieldNameProp({\n defaultValue: \"ratingValue\",\n handlerPropName: \"onPress\",\n valuePropName: \"rating\", // the value prop in this component\n }),\n maxStars: createStaticNumberProp({\n label: \"Max stars\",\n description: \"The max number of stars\",\n defaultValue: 5,\n min: 0,\n max: 10,\n step: 1,\n }),\n isEditable: createStaticBoolProp({\n label: \"Editable\",\n }),\n activeColor: createColorProp({\n label: \"Active Color\",\n defaultValue: \"primary\",\n }),\n inactiveColor: createColorProp({\n label: \"Inactive Color\",\n defaultValue: \"divider\",\n }),\n },\n};\n"]}
1
+ {"version":3,"sources":["StarRating.ts"],"names":["COMPONENT_TYPES","createStaticNumberProp","createFieldNameProp","createStaticBoolProp","Triggers","createColorProp","SEED_DATA","name","tag","description","category","button","triggers","OnPress","props","starSize","label","defaultValue","min","max","step","fieldName","handlerPropName","valuePropName","maxStars","isEditable","activeColor","inactiveColor"],"mappings":"AAAA,SACEA,eADF,EAEEC,sBAFF,EAGEC,mBAHF,EAIEC,oBAJF,EAKEC,QALF,EAMEC,eANF,QAOO,iBAPP;AASA,OAAO,MAAMC,SAAS,GAAG;AACvBC,EAAAA,IAAI,EAAE,aADiB;AAEvBC,EAAAA,GAAG,EAAE,YAFkB;AAGvBC,EAAAA,WAAW,EAAE,yBAHU;AAIvBC,EAAAA,QAAQ,EAAEV,eAAe,CAACW,MAJH;AAKvBC,EAAAA,QAAQ,EAAE,CAACR,QAAQ,CAACS,OAAV,CALa;AAMvBC,EAAAA,KAAK,EAAE;AACLC,IAAAA,QAAQ,EAAEd,sBAAsB,CAAC;AAC/Be,MAAAA,KAAK,EAAE,WADwB;AAE/BP,MAAAA,WAAW,EAAE,8BAFkB;AAG/BQ,MAAAA,YAAY,EAAE,EAHiB;AAI/BC,MAAAA,GAAG,EAAE,CAJ0B;AAK/BC,MAAAA,GAAG,EAAE,EAL0B;AAM/BC,MAAAA,IAAI,EAAE;AANyB,KAAD,CAD3B;AASLC,IAAAA,SAAS,EAAEnB,mBAAmB,CAAC;AAC7Be,MAAAA,YAAY,EAAE,aADe;AACA;AAC7BK,MAAAA,eAAe,EAAE,SAFY;AAED;AAC5BC,MAAAA,aAAa,EAAE,QAHc,CAGJ;;AAHI,KAAD,CATzB;AAcLC,IAAAA,QAAQ,EAAEvB,sBAAsB,CAAC;AAC/Be,MAAAA,KAAK,EAAE,WADwB;AAE/BP,MAAAA,WAAW,EAAE,yBAFkB;AAG/BQ,MAAAA,YAAY,EAAE,CAHiB;AAI/BC,MAAAA,GAAG,EAAE,CAJ0B;AAK/BC,MAAAA,GAAG,EAAE,EAL0B;AAM/BC,MAAAA,IAAI,EAAE;AANyB,KAAD,CAd3B;AAsBLK,IAAAA,UAAU,EAAEtB,oBAAoB,CAAC;AAC/Ba,MAAAA,KAAK,EAAE;AADwB,KAAD,CAtB3B;AAyBLU,IAAAA,WAAW,EAAErB,eAAe,CAAC;AAC3BW,MAAAA,KAAK,EAAE,cADoB;AAE3BC,MAAAA,YAAY,EAAE;AAFa,KAAD,CAzBvB;AA6BLU,IAAAA,aAAa,EAAEtB,eAAe,CAAC;AAC7BW,MAAAA,KAAK,EAAE,gBADsB;AAE7BC,MAAAA,YAAY,EAAE;AAFe,KAAD;AA7BzB;AANgB,CAAlB","sourcesContent":["import {\n COMPONENT_TYPES,\n createStaticNumberProp,\n createFieldNameProp,\n createStaticBoolProp,\n Triggers,\n createColorProp,\n} from \"@draftbit/types\";\n\nexport const SEED_DATA = {\n name: \"Star Rating\",\n tag: \"StarRating\",\n description: \"A star rating component\",\n category: COMPONENT_TYPES.button,\n triggers: [Triggers.OnPress],\n props: {\n starSize: createStaticNumberProp({\n label: \"Star size\",\n description: \"Size of each individual star\",\n defaultValue: 16,\n min: 8,\n max: 36,\n step: 1,\n }),\n fieldName: createFieldNameProp({\n defaultValue: \"ratingValue\", // this is the name of the variable declared on the screen in Draftbit\n handlerPropName: \"onPress\", // the change handler prop in this component\n valuePropName: \"rating\", // the value prop in this component\n }),\n maxStars: createStaticNumberProp({\n label: \"Max stars\",\n description: \"The max number of stars\",\n defaultValue: 5,\n min: 0,\n max: 10,\n step: 1,\n }),\n isEditable: createStaticBoolProp({\n label: \"Editable\",\n }),\n activeColor: createColorProp({\n label: \"Active Color\",\n defaultValue: \"primary\",\n }),\n inactiveColor: createColorProp({\n label: \"Inactive Color\",\n defaultValue: \"divider\",\n }),\n },\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"sources":["Swiper.js"],"names":["COMPONENT_TYPES","createBoolProp","createNumberProp","createTextProp","createColorProp","GROUPS","SEED_DATA","name","tag","description","category","container","layout","height","width","props","from","group","basic","label","loop","timeout","defaultValue","vertical","prevTitle","nextTitle","prevTitleColor","nextTitleColor","dotColor","dotActiveColor","dotsTouchable"],"mappings":"AAAA,SAASA,eAAT,EAA0BC,cAA1B,EAA0CC,gBAA1C,EAA4DC,cAA5D,EAA4EC,eAA5E,EAA6FC,MAA7F,QAA4G,iBAA5G;AACA,OAAO,MAAMC,SAAS,GAAG;AACrBC,EAAAA,IAAI,EAAE,QADe;AAErBC,EAAAA,GAAG,EAAE,QAFgB;AAGrBC,EAAAA,WAAW,EAAE,kBAHQ;AAIrBC,EAAAA,QAAQ,EAAEV,eAAe,CAACW,SAJL;AAKrBC,EAAAA,MAAM,EAAE;AACJC,IAAAA,MAAM,EAAE,GADJ;AAEJC,IAAAA,KAAK,EAAE;AAFH,GALa;AASrBC,EAAAA,KAAK,EAAE;AACHC,IAAAA,IAAI,EAAEd,gBAAgB,CAAC;AACnBe,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADK;AAEnBC,MAAAA,KAAK,EAAE;AAFY,KAAD,CADnB;AAKHC,IAAAA,IAAI,EAAEnB,cAAc,CAAC;AACjBgB,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADG;AAEjBC,MAAAA,KAAK,EAAE;AAFU,KAAD,CALjB;AASHE,IAAAA,OAAO,EAAEnB,gBAAgB,CAAC;AACtBe,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADQ;AAEtBC,MAAAA,KAAK,EAAE,SAFe;AAGtBG,MAAAA,YAAY,EAAE;AAHQ,KAAD,CATtB;AAcHC,IAAAA,QAAQ,EAAEtB,cAAc,CAAC;AACrBgB,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADO;AAErBC,MAAAA,KAAK,EAAE,UAFc;AAGrBG,MAAAA,YAAY,EAAE;AAHO,KAAD,CAdrB;AAmBHE,IAAAA,SAAS,EAAErB,cAAc,CAAC;AACtBc,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADQ;AAEtBC,MAAAA,KAAK,EAAE,gBAFe;AAGtBG,MAAAA,YAAY,EAAE;AAHQ,KAAD,CAnBtB;AAwBHG,IAAAA,SAAS,EAAEtB,cAAc,CAAC;AACtBc,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADQ;AAEtBC,MAAAA,KAAK,EAAE,YAFe;AAGtBG,MAAAA,YAAY,EAAE;AAHQ,KAAD,CAxBtB;AA6BHI,IAAAA,cAAc,EAAEtB,eAAe,CAAC;AAC5Be,MAAAA,KAAK,EAAE;AADqB,KAAD,CA7B5B;AAgCHQ,IAAAA,cAAc,EAAEvB,eAAe,CAAC;AAC5Be,MAAAA,KAAK,EAAE;AADqB,KAAD,CAhC5B;AAmCHS,IAAAA,QAAQ,EAAExB,eAAe,CAAC;AACtBe,MAAAA,KAAK,EAAE,WADe;AAEtBG,MAAAA,YAAY,EAAE;AAFQ,KAAD,CAnCtB;AAuCHO,IAAAA,cAAc,EAAEzB,eAAe,CAAC;AAC5Be,MAAAA,KAAK,EAAE,kBADqB;AAE5BG,MAAAA,YAAY,EAAE;AAFc,KAAD,CAvC5B;AA2CHQ,IAAAA,aAAa,EAAE7B,cAAc,CAAC;AAC1BgB,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADY;AAE1BC,MAAAA,KAAK,EAAE,gBAFmB;AAG1BG,MAAAA,YAAY,EAAE;AAHY,KAAD;AA3C1B;AATc,CAAlB","sourcesContent":["import { COMPONENT_TYPES, createBoolProp, createNumberProp, createTextProp, createColorProp, GROUPS, } from \"@draftbit/types\";\nexport const SEED_DATA = {\n name: \"Swiper\",\n tag: \"Swiper\",\n description: \"Swiper container\",\n category: COMPONENT_TYPES.container,\n layout: {\n height: 300,\n width: \"100%\",\n },\n props: {\n from: createNumberProp({\n group: GROUPS.basic,\n label: \"Initial Slide\",\n }),\n loop: createBoolProp({\n group: GROUPS.basic,\n label: \"Loop\",\n }),\n timeout: createNumberProp({\n group: GROUPS.basic,\n label: \"Timeout\",\n defaultValue: 0,\n }),\n vertical: createBoolProp({\n group: GROUPS.basic,\n label: \"Vertical\",\n defaultValue: false,\n }),\n prevTitle: createTextProp({\n group: GROUPS.basic,\n label: \"Previous Title\",\n defaultValue: \"\",\n }),\n nextTitle: createTextProp({\n group: GROUPS.basic,\n label: \"Next Title\",\n defaultValue: \"\",\n }),\n prevTitleColor: createColorProp({\n label: \"Previous Title Color\",\n }),\n nextTitleColor: createColorProp({\n label: \"Next Title Color\",\n }),\n dotColor: createColorProp({\n label: \"Dot Color\",\n defaultValue: \"light\",\n }),\n dotActiveColor: createColorProp({\n label: \"Dot Active Color\",\n defaultValue: \"primary\",\n }),\n dotsTouchable: createBoolProp({\n group: GROUPS.basic,\n label: \"Dots Touchable\",\n defaultValue: true,\n }),\n },\n};\n"]}
1
+ {"version":3,"sources":["Swiper.ts"],"names":["COMPONENT_TYPES","createBoolProp","createNumberProp","createTextProp","createColorProp","GROUPS","SEED_DATA","name","tag","description","category","container","layout","height","width","props","from","group","basic","label","loop","timeout","defaultValue","vertical","prevTitle","nextTitle","prevTitleColor","nextTitleColor","dotColor","dotActiveColor","dotsTouchable"],"mappings":"AAAA,SACEA,eADF,EAEEC,cAFF,EAGEC,gBAHF,EAIEC,cAJF,EAKEC,eALF,EAMEC,MANF,QAOO,iBAPP;AASA,OAAO,MAAMC,SAAS,GAAG;AACvBC,EAAAA,IAAI,EAAE,QADiB;AAEvBC,EAAAA,GAAG,EAAE,QAFkB;AAGvBC,EAAAA,WAAW,EAAE,kBAHU;AAIvBC,EAAAA,QAAQ,EAAEV,eAAe,CAACW,SAJH;AAKvBC,EAAAA,MAAM,EAAE;AACNC,IAAAA,MAAM,EAAE,GADF;AAENC,IAAAA,KAAK,EAAE;AAFD,GALe;AASvBC,EAAAA,KAAK,EAAE;AACLC,IAAAA,IAAI,EAAEd,gBAAgB,CAAC;AACrBe,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADO;AAErBC,MAAAA,KAAK,EAAE;AAFc,KAAD,CADjB;AAKLC,IAAAA,IAAI,EAAEnB,cAAc,CAAC;AACnBgB,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADK;AAEnBC,MAAAA,KAAK,EAAE;AAFY,KAAD,CALf;AASLE,IAAAA,OAAO,EAAEnB,gBAAgB,CAAC;AACxBe,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADU;AAExBC,MAAAA,KAAK,EAAE,SAFiB;AAGxBG,MAAAA,YAAY,EAAE;AAHU,KAAD,CATpB;AAcLC,IAAAA,QAAQ,EAAEtB,cAAc,CAAC;AACvBgB,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADS;AAEvBC,MAAAA,KAAK,EAAE,UAFgB;AAGvBG,MAAAA,YAAY,EAAE;AAHS,KAAD,CAdnB;AAmBLE,IAAAA,SAAS,EAAErB,cAAc,CAAC;AACxBc,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADU;AAExBC,MAAAA,KAAK,EAAE,gBAFiB;AAGxBG,MAAAA,YAAY,EAAE;AAHU,KAAD,CAnBpB;AAwBLG,IAAAA,SAAS,EAAEtB,cAAc,CAAC;AACxBc,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADU;AAExBC,MAAAA,KAAK,EAAE,YAFiB;AAGxBG,MAAAA,YAAY,EAAE;AAHU,KAAD,CAxBpB;AA6BLI,IAAAA,cAAc,EAAEtB,eAAe,CAAC;AAC9Be,MAAAA,KAAK,EAAE;AADuB,KAAD,CA7B1B;AAgCLQ,IAAAA,cAAc,EAAEvB,eAAe,CAAC;AAC9Be,MAAAA,KAAK,EAAE;AADuB,KAAD,CAhC1B;AAmCLS,IAAAA,QAAQ,EAAExB,eAAe,CAAC;AACxBe,MAAAA,KAAK,EAAE,WADiB;AAExBG,MAAAA,YAAY,EAAE;AAFU,KAAD,CAnCpB;AAuCLO,IAAAA,cAAc,EAAEzB,eAAe,CAAC;AAC9Be,MAAAA,KAAK,EAAE,kBADuB;AAE9BG,MAAAA,YAAY,EAAE;AAFgB,KAAD,CAvC1B;AA2CLQ,IAAAA,aAAa,EAAE7B,cAAc,CAAC;AAC5BgB,MAAAA,KAAK,EAAEZ,MAAM,CAACa,KADc;AAE5BC,MAAAA,KAAK,EAAE,gBAFqB;AAG5BG,MAAAA,YAAY,EAAE;AAHc,KAAD;AA3CxB;AATgB,CAAlB","sourcesContent":["import {\n COMPONENT_TYPES,\n createBoolProp,\n createNumberProp,\n createTextProp,\n createColorProp,\n GROUPS,\n} from \"@draftbit/types\";\n\nexport const SEED_DATA = {\n name: \"Swiper\",\n tag: \"Swiper\",\n description: \"Swiper container\",\n category: COMPONENT_TYPES.container,\n layout: {\n height: 300,\n width: \"100%\",\n },\n props: {\n from: createNumberProp({\n group: GROUPS.basic,\n label: \"Initial Slide\",\n }),\n loop: createBoolProp({\n group: GROUPS.basic,\n label: \"Loop\",\n }),\n timeout: createNumberProp({\n group: GROUPS.basic,\n label: \"Timeout\",\n defaultValue: 0,\n }),\n vertical: createBoolProp({\n group: GROUPS.basic,\n label: \"Vertical\",\n defaultValue: false,\n }),\n prevTitle: createTextProp({\n group: GROUPS.basic,\n label: \"Previous Title\",\n defaultValue: \"\",\n }),\n nextTitle: createTextProp({\n group: GROUPS.basic,\n label: \"Next Title\",\n defaultValue: \"\",\n }),\n prevTitleColor: createColorProp({\n label: \"Previous Title Color\",\n }),\n nextTitleColor: createColorProp({\n label: \"Next Title Color\",\n }),\n dotColor: createColorProp({\n label: \"Dot Color\",\n defaultValue: \"light\",\n }),\n dotActiveColor: createColorProp({\n label: \"Dot Active Color\",\n defaultValue: \"primary\",\n }),\n dotsTouchable: createBoolProp({\n group: GROUPS.basic,\n label: \"Dots Touchable\",\n defaultValue: true,\n }),\n },\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"sources":["ToggleButton.js"],"names":["GROUPS","COMPONENT_TYPES","createIconProp","createBoolProp","createColorProp","createStaticNumberProp","createFieldNameProp","createIconSizeProp","createActionProp","Triggers","SEED_DATA","name","tag","category","deprecated","layout","triggers","OnPress","props","onPress","icon","required","iconSize","fieldName","defaultValue","valuePropName","disabled","label","description","group","basic","color","colorSecondary","borderColor","width","height"],"mappings":"AAAA,SAASA,MAAT,EAAiBC,eAAjB,EAAkCC,cAAlC,EAAkDC,cAAlD,EAAkEC,eAAlE,EAAmFC,sBAAnF,EAA2GC,mBAA3G,EAAgIC,kBAAhI,EAAoJC,gBAApJ,EAAsKC,QAAtK,QAAuL,iBAAvL;AACA,OAAO,MAAMC,SAAS,GAAG;AACrBC,EAAAA,IAAI,EAAE,eADe;AAErBC,EAAAA,GAAG,EAAE,cAFgB;AAGrBC,EAAAA,QAAQ,EAAEZ,eAAe,CAACa,UAHL;AAIrBC,EAAAA,MAAM,EAAE,EAJa;AAKrBC,EAAAA,QAAQ,EAAE,CAACP,QAAQ,CAACQ,OAAV,CALW;AAMrBC,EAAAA,KAAK,EAAE;AACHC,IAAAA,OAAO,EAAEX,gBAAgB,EADtB;AAEHY,IAAAA,IAAI,EAAElB,cAAc,CAAC;AACjBmB,MAAAA,QAAQ,EAAE;AADO,KAAD,CAFjB;AAKHC,IAAAA,QAAQ,EAAEf,kBAAkB,EALzB;AAMHgB,IAAAA,SAAS,EAAEjB,mBAAmB,CAAC;AAC3BkB,MAAAA,YAAY,EAAE,KADa;AAE3BC,MAAAA,aAAa,EAAE;AAFY,KAAD,CAN3B;AAUHC,IAAAA,QAAQ,EAAEvB,cAAc,CAAC;AACrBwB,MAAAA,KAAK,EAAE,UADc;AAErBC,MAAAA,WAAW,EAAE,uCAFQ;AAGrBC,MAAAA,KAAK,EAAE7B,MAAM,CAAC8B;AAHO,KAAD,CAVrB;AAeHC,IAAAA,KAAK,EAAE3B,eAAe,CAAC;AACnByB,MAAAA,KAAK,EAAE7B,MAAM,CAAC8B;AADK,KAAD,CAfnB;AAkBHE,IAAAA,cAAc,EAAE5B,eAAe,CAAC;AAC5BuB,MAAAA,KAAK,EAAE,iBADqB;AAE5BE,MAAAA,KAAK,EAAE7B,MAAM,CAAC8B;AAFc,KAAD,CAlB5B;AAsBHG,IAAAA,WAAW,EAAE7B,eAAe,CAAC;AACzBuB,MAAAA,KAAK,EAAE,cADkB;AAEzBE,MAAAA,KAAK,EAAE7B,MAAM,CAAC8B;AAFW,KAAD,CAtBzB;AA0BHI,IAAAA,KAAK,EAAE7B,sBAAsB,CAAC;AAC1BsB,MAAAA,KAAK,EAAE,OADmB;AAE1BC,MAAAA,WAAW,EAAE,OAFa;AAG1BJ,MAAAA,YAAY,EAAE;AAHY,KAAD,CA1B1B;AA+BHW,IAAAA,MAAM,EAAE9B,sBAAsB,CAAC;AAC3BsB,MAAAA,KAAK,EAAE,QADoB;AAE3BC,MAAAA,WAAW,EAAE,QAFc;AAG3BJ,MAAAA,YAAY,EAAE;AAHa,KAAD;AA/B3B;AANc,CAAlB","sourcesContent":["import { GROUPS, COMPONENT_TYPES, createIconProp, createBoolProp, createColorProp, createStaticNumberProp, createFieldNameProp, createIconSizeProp, createActionProp, Triggers, } from \"@draftbit/types\";\nexport const SEED_DATA = {\n name: \"Toggle Button\",\n tag: \"ToggleButton\",\n category: COMPONENT_TYPES.deprecated,\n layout: {},\n triggers: [Triggers.OnPress],\n props: {\n onPress: createActionProp(),\n icon: createIconProp({\n required: true,\n }),\n iconSize: createIconSizeProp(),\n fieldName: createFieldNameProp({\n defaultValue: false,\n valuePropName: \"toggled\",\n }),\n disabled: createBoolProp({\n label: \"Disabled\",\n description: \"Whether the button should be disabled\",\n group: GROUPS.basic,\n }),\n color: createColorProp({\n group: GROUPS.basic,\n }),\n colorSecondary: createColorProp({\n label: \"Secondary Color\",\n group: GROUPS.basic,\n }),\n borderColor: createColorProp({\n label: \"Border Color\",\n group: GROUPS.basic,\n }),\n width: createStaticNumberProp({\n label: \"Width\",\n description: \"Width\",\n defaultValue: 50,\n }),\n height: createStaticNumberProp({\n label: \"Height\",\n description: \"Height\",\n defaultValue: 50,\n }),\n },\n};\n"]}
1
+ {"version":3,"sources":["ToggleButton.ts"],"names":["GROUPS","COMPONENT_TYPES","createIconProp","createBoolProp","createColorProp","createStaticNumberProp","createFieldNameProp","createIconSizeProp","createActionProp","Triggers","SEED_DATA","name","tag","category","deprecated","layout","triggers","OnPress","props","onPress","icon","required","iconSize","fieldName","defaultValue","valuePropName","disabled","label","description","group","basic","color","colorSecondary","borderColor","width","height"],"mappings":"AAAA,SACEA,MADF,EAEEC,eAFF,EAGEC,cAHF,EAIEC,cAJF,EAKEC,eALF,EAMEC,sBANF,EAOEC,mBAPF,EAQEC,kBARF,EASEC,gBATF,EAUEC,QAVF,QAWO,iBAXP;AAaA,OAAO,MAAMC,SAAS,GAAG;AACvBC,EAAAA,IAAI,EAAE,eADiB;AAEvBC,EAAAA,GAAG,EAAE,cAFkB;AAGvBC,EAAAA,QAAQ,EAAEZ,eAAe,CAACa,UAHH;AAIvBC,EAAAA,MAAM,EAAE,EAJe;AAKvBC,EAAAA,QAAQ,EAAE,CAACP,QAAQ,CAACQ,OAAV,CALa;AAMvBC,EAAAA,KAAK,EAAE;AACLC,IAAAA,OAAO,EAAEX,gBAAgB,EADpB;AAELY,IAAAA,IAAI,EAAElB,cAAc,CAAC;AACnBmB,MAAAA,QAAQ,EAAE;AADS,KAAD,CAFf;AAKLC,IAAAA,QAAQ,EAAEf,kBAAkB,EALvB;AAMLgB,IAAAA,SAAS,EAAEjB,mBAAmB,CAAC;AAC7BkB,MAAAA,YAAY,EAAE,KADe;AAE7BC,MAAAA,aAAa,EAAE;AAFc,KAAD,CANzB;AAULC,IAAAA,QAAQ,EAAEvB,cAAc,CAAC;AACvBwB,MAAAA,KAAK,EAAE,UADgB;AAEvBC,MAAAA,WAAW,EAAE,uCAFU;AAGvBC,MAAAA,KAAK,EAAE7B,MAAM,CAAC8B;AAHS,KAAD,CAVnB;AAeLC,IAAAA,KAAK,EAAE3B,eAAe,CAAC;AACrByB,MAAAA,KAAK,EAAE7B,MAAM,CAAC8B;AADO,KAAD,CAfjB;AAkBLE,IAAAA,cAAc,EAAE5B,eAAe,CAAC;AAC9BuB,MAAAA,KAAK,EAAE,iBADuB;AAE9BE,MAAAA,KAAK,EAAE7B,MAAM,CAAC8B;AAFgB,KAAD,CAlB1B;AAsBLG,IAAAA,WAAW,EAAE7B,eAAe,CAAC;AAC3BuB,MAAAA,KAAK,EAAE,cADoB;AAE3BE,MAAAA,KAAK,EAAE7B,MAAM,CAAC8B;AAFa,KAAD,CAtBvB;AA0BLI,IAAAA,KAAK,EAAE7B,sBAAsB,CAAC;AAC5BsB,MAAAA,KAAK,EAAE,OADqB;AAE5BC,MAAAA,WAAW,EAAE,OAFe;AAG5BJ,MAAAA,YAAY,EAAE;AAHc,KAAD,CA1BxB;AA+BLW,IAAAA,MAAM,EAAE9B,sBAAsB,CAAC;AAC7BsB,MAAAA,KAAK,EAAE,QADsB;AAE7BC,MAAAA,WAAW,EAAE,QAFgB;AAG7BJ,MAAAA,YAAY,EAAE;AAHe,KAAD;AA/BzB;AANgB,CAAlB","sourcesContent":["import {\n GROUPS,\n COMPONENT_TYPES,\n createIconProp,\n createBoolProp,\n createColorProp,\n createStaticNumberProp,\n createFieldNameProp,\n createIconSizeProp,\n createActionProp,\n Triggers,\n} from \"@draftbit/types\";\n\nexport const SEED_DATA = {\n name: \"Toggle Button\",\n tag: \"ToggleButton\",\n category: COMPONENT_TYPES.deprecated,\n layout: {},\n triggers: [Triggers.OnPress],\n props: {\n onPress: createActionProp(),\n icon: createIconProp({\n required: true,\n }),\n iconSize: createIconSizeProp(),\n fieldName: createFieldNameProp({\n defaultValue: false,\n valuePropName: \"toggled\",\n }),\n disabled: createBoolProp({\n label: \"Disabled\",\n description: \"Whether the button should be disabled\",\n group: GROUPS.basic,\n }),\n color: createColorProp({\n group: GROUPS.basic,\n }),\n colorSecondary: createColorProp({\n label: \"Secondary Color\",\n group: GROUPS.basic,\n }),\n borderColor: createColorProp({\n label: \"Border Color\",\n group: GROUPS.basic,\n }),\n width: createStaticNumberProp({\n label: \"Width\",\n description: \"Width\",\n defaultValue: 50,\n }),\n height: createStaticNumberProp({\n label: \"Height\",\n description: \"Height\",\n defaultValue: 50,\n }),\n },\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"sources":["utilities.js"],"names":["StyleSheet","isString","isNumber","extractStyles","style","color","fontFamily","fontWeight","fontSize","lineHeight","letterSpacing","textTransform","textAlign","textDecorationLine","textDecorationColor","textDecorationStyle","viewStyles","flatten","textStyles","applyStyles","baseStyles","stylesToApply","flattenedStyles","key","value","Object","entries","getValueForRadioButton","String","Error"],"mappings":"AAAA,SAASA,UAAT,QAA2B,cAA3B;AACA,SAASC,QAAT,EAAmBC,QAAnB,QAAmC,QAAnC;AACA,OAAO,SAASC,aAAT,CAAuBC,KAAvB,EAA8B;AACjC,QAAM;AAAEC,IAAAA,KAAF;AAASC,IAAAA,UAAT;AAAqBC,IAAAA,UAArB;AAAiCC,IAAAA,QAAjC;AAA2CC,IAAAA,UAA3C;AAAuDC,IAAAA,aAAvD;AAAsEC,IAAAA,aAAtE;AAAqFC,IAAAA,SAArF;AAAgGC,IAAAA,kBAAhG;AAAoHC,IAAAA,mBAApH;AAAyIC,IAAAA,mBAAzI;AAA8J,OAAGC;AAAjK,MAAgLhB,UAAU,CAACiB,OAAX,CAAmBb,KAAK,IAAI,EAA5B,CAAtL;AACA,QAAMc,UAAU,GAAG;AACfb,IAAAA,KADe;AAEfC,IAAAA,UAFe;AAGfC,IAAAA,UAHe;AAIfC,IAAAA,QAJe;AAKfC,IAAAA,UALe;AAMfC,IAAAA,aANe;AAOfC,IAAAA,aAPe;AAQfC,IAAAA,SARe;AASfC,IAAAA,kBATe;AAUfC,IAAAA,mBAVe;AAWfC,IAAAA;AAXe,GAAnB;AAaA,SAAO;AAAEC,IAAAA,UAAF;AAAcE,IAAAA;AAAd,GAAP;AACH;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,OAAO,SAASC,WAAT,CAAqBC,UAArB,EAAiCC,aAAjC,EAAgD;AACnD,MAAI,CAACA,aAAL,EAAoB;AAChB;AACH;;AACD,QAAMC,eAAe,GAAGtB,UAAU,CAACiB,OAAX,CAAmBG,UAAnB,CAAxB;;AACA,OAAK,MAAM,CAACG,GAAD,EAAMC,KAAN,CAAX,IAA2BC,MAAM,CAACC,OAAP,CAAeL,aAAf,CAA3B,EAA0D;AACtD,QAAIG,KAAK,IAAI,IAAb,EAAmB;AACfF,MAAAA,eAAe,CAACC,GAAD,CAAf,GAAuBC,KAAvB;AACH;AACJ;;AACD,SAAOF,eAAP;AACH;AACD,OAAO,SAASK,sBAAT,CAAgCH,KAAhC,EAAuC;AAC1C,MAAIvB,QAAQ,CAACuB,KAAD,CAAZ,EAAqB;AACjB,WAAOA,KAAP;AACH,GAFD,MAGK,IAAItB,QAAQ,CAACsB,KAAD,CAAZ,EAAqB;AACtB,WAAOI,MAAM,CAACJ,KAAD,CAAb;AACH,GAFI,MAGA;AACD,UAAM,IAAIK,KAAJ,CAAW,kBAAiBL,KAAM,EAAlC,CAAN;AACH;AACJ","sourcesContent":["import { StyleSheet } from \"react-native\";\nimport { isString, isNumber } from \"lodash\";\nexport function extractStyles(style) {\n const { color, fontFamily, fontWeight, fontSize, lineHeight, letterSpacing, textTransform, textAlign, textDecorationLine, textDecorationColor, textDecorationStyle, ...viewStyles } = StyleSheet.flatten(style || {});\n const textStyles = {\n color,\n fontFamily,\n fontWeight,\n fontSize,\n lineHeight,\n letterSpacing,\n textTransform,\n textAlign,\n textDecorationLine,\n textDecorationColor,\n textDecorationStyle,\n };\n return { viewStyles, textStyles };\n}\n/**\n * Merges a style object on top of another style object. In React Native,\n * keys with undefined values in a style object will still override styles\n * that appear earlier in a sequence. This avoids that problem.\n *\n * This lets us avoid the `...(something ? { something } : {})` pattern.\n * There doesn't seem to be a better way to do this. These all seem to not\n * work (i.e. they all result in `{ color: undefined }`:\n * `const mergedStyles = [{ color: \"red\" }, { color: undefined }]`\n * `const mergedStyles = StyleSheet.compose({ color: \"red\" }, { color: undefined })`\n * `const mergedStyles = StyleSheet.flatten([{ color: \"red\" }, { color: undefined }])`\n */\nexport function applyStyles(baseStyles, stylesToApply) {\n if (!stylesToApply) {\n return;\n }\n const flattenedStyles = StyleSheet.flatten(baseStyles);\n for (const [key, value] of Object.entries(stylesToApply)) {\n if (value != null) {\n flattenedStyles[key] = value;\n }\n }\n return flattenedStyles;\n}\nexport function getValueForRadioButton(value) {\n if (isString(value)) {\n return value;\n }\n else if (isNumber(value)) {\n return String(value);\n }\n else {\n throw new Error(`Invalid value: ${value}`);\n }\n}\n"]}
1
+ {"version":3,"sources":["utilities.ts"],"names":["StyleSheet","isString","isNumber","extractStyles","style","color","fontFamily","fontWeight","fontSize","lineHeight","letterSpacing","textTransform","textAlign","textDecorationLine","textDecorationColor","textDecorationStyle","viewStyles","flatten","textStyles","applyStyles","baseStyles","stylesToApply","flattenedStyles","key","value","Object","entries","getValueForRadioButton","String","Error"],"mappings":"AAAA,SAASA,UAAT,QAAiD,cAAjD;AACA,SAASC,QAAT,EAAmBC,QAAnB,QAAmC,QAAnC;AAEA,OAAO,SAASC,aAAT,CAAuBC,KAAvB,EAA8C;AACnD,QAAM;AACJC,IAAAA,KADI;AAEJC,IAAAA,UAFI;AAGJC,IAAAA,UAHI;AAIJC,IAAAA,QAJI;AAKJC,IAAAA,UALI;AAMJC,IAAAA,aANI;AAOJC,IAAAA,aAPI;AAQJC,IAAAA,SARI;AASJC,IAAAA,kBATI;AAUJC,IAAAA,mBAVI;AAWJC,IAAAA,mBAXI;AAYJ,OAAGC;AAZC,MAaFhB,UAAU,CAACiB,OAAX,CAAmBb,KAAK,IAAI,EAA5B,CAbJ;AAeA,QAAMc,UAAqB,GAAG;AAC5Bb,IAAAA,KAD4B;AAE5BC,IAAAA,UAF4B;AAG5BC,IAAAA,UAH4B;AAI5BC,IAAAA,QAJ4B;AAK5BC,IAAAA,UAL4B;AAM5BC,IAAAA,aAN4B;AAO5BC,IAAAA,aAP4B;AAQ5BC,IAAAA,SAR4B;AAS5BC,IAAAA,kBAT4B;AAU5BC,IAAAA,mBAV4B;AAW5BC,IAAAA;AAX4B,GAA9B;AAcA,SAAO;AAAEC,IAAAA,UAAF;AAAcE,IAAAA;AAAd,GAAP;AACD;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,OAAO,SAASC,WAAT,CACLC,UADK,EAELC,aAFK,EAGL;AACA,MAAI,CAACA,aAAL,EAAoB;AAClB;AACD;;AAED,QAAMC,eAAe,GAAGtB,UAAU,CAACiB,OAAX,CAAmBG,UAAnB,CAAxB;;AAEA,OAAK,MAAM,CAACG,GAAD,EAAMC,KAAN,CAAX,IAA2BC,MAAM,CAACC,OAAP,CAAeL,aAAf,CAA3B,EAA0D;AACxD,QAAIG,KAAK,IAAI,IAAb,EAAmB;AACjBF,MAAAA,eAAe,CAACC,GAAD,CAAf,GAAuBC,KAAvB;AACD;AACF;;AAED,SAAOF,eAAP;AACD;AAED,OAAO,SAASK,sBAAT,CAAgCH,KAAhC,EAAwD;AAC7D,MAAIvB,QAAQ,CAACuB,KAAD,CAAZ,EAAqB;AACnB,WAAOA,KAAP;AACD,GAFD,MAEO,IAAItB,QAAQ,CAACsB,KAAD,CAAZ,EAAqB;AAC1B,WAAOI,MAAM,CAACJ,KAAD,CAAb;AACD,GAFM,MAEA;AACL,UAAM,IAAIK,KAAJ,CAAW,kBAAiBL,KAAM,EAAlC,CAAN;AACD;AACF","sourcesContent":["import { StyleSheet, StyleProp, TextStyle } from \"react-native\";\nimport { isString, isNumber } from \"lodash\";\n\nexport function extractStyles(style: StyleProp<any>) {\n const {\n color,\n fontFamily,\n fontWeight,\n fontSize,\n lineHeight,\n letterSpacing,\n textTransform,\n textAlign,\n textDecorationLine,\n textDecorationColor,\n textDecorationStyle,\n ...viewStyles\n } = StyleSheet.flatten(style || {});\n\n const textStyles: TextStyle = {\n color,\n fontFamily,\n fontWeight,\n fontSize,\n lineHeight,\n letterSpacing,\n textTransform,\n textAlign,\n textDecorationLine,\n textDecorationColor,\n textDecorationStyle,\n };\n\n return { viewStyles, textStyles };\n}\n\n/**\n * Merges a style object on top of another style object. In React Native,\n * keys with undefined values in a style object will still override styles\n * that appear earlier in a sequence. This avoids that problem.\n *\n * This lets us avoid the `...(something ? { something } : {})` pattern.\n * There doesn't seem to be a better way to do this. These all seem to not\n * work (i.e. they all result in `{ color: undefined }`:\n * `const mergedStyles = [{ color: \"red\" }, { color: undefined }]`\n * `const mergedStyles = StyleSheet.compose({ color: \"red\" }, { color: undefined })`\n * `const mergedStyles = StyleSheet.flatten([{ color: \"red\" }, { color: undefined }])`\n */\nexport function applyStyles(\n baseStyles: Array<StyleProp<any>>,\n stylesToApply: StyleProp<any> | undefined\n) {\n if (!stylesToApply) {\n return;\n }\n\n const flattenedStyles = StyleSheet.flatten(baseStyles);\n\n for (const [key, value] of Object.entries(stylesToApply)) {\n if (value != null) {\n flattenedStyles[key] = value;\n }\n }\n\n return flattenedStyles;\n}\n\nexport function getValueForRadioButton(value: string | number) {\n if (isString(value)) {\n return value;\n } else if (isNumber(value)) {\n return String(value);\n } else {\n throw new Error(`Invalid value: ${value}`);\n }\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draftbit/core",
3
- "version": "43.7.2-5b80c5.1+5b80c5be",
3
+ "version": "43.7.2",
4
4
  "description": "Core (non-native) Components",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@date-io/date-fns": "^1.3.13",
43
43
  "@draftbit/react-theme-provider": "^2.1.1",
44
- "@draftbit/types": "^43.7.2-5b80c5.1+5b80c5be",
44
+ "@draftbit/types": "^43.7.2",
45
45
  "@material-ui/core": "^4.11.0",
46
46
  "@material-ui/pickers": "^3.2.10",
47
47
  "@react-native-community/slider": "4.1.7",
@@ -80,5 +80,5 @@
80
80
  ]
81
81
  ]
82
82
  },
83
- "gitHead": "5b80c5be0e842262b3641ec00f42adb137d81417"
83
+ "gitHead": "ce71c4f1b10d8bcd5ca401e53b4b25606181c2ca"
84
84
  }
package/src/Provider.js DELETED
@@ -1,9 +0,0 @@
1
- import * as React from "react";
2
- import { ThemeProvider } from "./theming";
3
- import PortalHost from "./components/Portal/PortalHost";
4
- export default class Provider extends React.Component {
5
- render() {
6
- return (React.createElement(PortalHost, null,
7
- React.createElement(ThemeProvider, { theme: this.props.theme }, this.props.children)));
8
- }
9
- }
@@ -1,44 +0,0 @@
1
- import * as React from "react";
2
- import { View, StyleSheet, Pressable, } from "react-native";
3
- import Text from "../Text";
4
- import { withTheme } from "../../theming";
5
- import { extractStyles } from "../../utilities";
6
- const AccordionGroup = ({ label, expanded: expandedProp = false, openColor, closedColor, caretColor: caretColorProp, caretSize = 24, icon, iconSize = 24, style, children, theme, Icon, }) => {
7
- const [expanded, setExpanded] = React.useState(expandedProp);
8
- const { textStyles, viewStyles } = extractStyles(style);
9
- const expandedColor = openColor || theme.colors.primary;
10
- const collapsedColor = closedColor || theme.colors.primary;
11
- const labelColor = expanded ? expandedColor : collapsedColor;
12
- const caretColor = caretColorProp || labelColor;
13
- const handlePressAction = () => {
14
- setExpanded(!expanded);
15
- };
16
- return (React.createElement(React.Fragment, null,
17
- React.createElement(Pressable, { style: [styles.row, viewStyles], onPress: handlePressAction, accessibilityRole: "button" },
18
- icon ? (React.createElement(Icon, { name: icon, size: iconSize, color: labelColor, style: styles.icon })) : null,
19
- React.createElement(View, { style: styles.content },
20
- React.createElement(Text, { selectable: false, style: [
21
- textStyles,
22
- {
23
- color: labelColor,
24
- },
25
- ] }, label)),
26
- React.createElement(Icon, { name: expanded
27
- ? "MaterialIcons/keyboard-arrow-up"
28
- : "MaterialIcons/keyboard-arrow-down", color: caretColor, size: caretSize })),
29
- expanded ? children : null));
30
- };
31
- const styles = StyleSheet.create({
32
- row: {
33
- flexDirection: "row",
34
- alignItems: "center",
35
- },
36
- content: {
37
- flex: 1,
38
- justifyContent: "center",
39
- },
40
- icon: {
41
- marginRight: 8,
42
- },
43
- });
44
- export default withTheme(AccordionGroup);
@@ -1,32 +0,0 @@
1
- import * as React from "react";
2
- import { Pressable, StyleSheet, View, } from "react-native";
3
- import Text from "../Text";
4
- import { extractStyles } from "../../utilities";
5
- import { withTheme } from "../../theming";
6
- const AccordionItem = ({ Icon, icon, label, style, iconColor, theme, ...rest }) => {
7
- const { textStyles, viewStyles } = extractStyles(style);
8
- return (React.createElement(Pressable, { style: [styles.container, viewStyles], ...rest },
9
- React.createElement(View, { style: styles.row },
10
- icon ? (React.createElement(Icon, { name: icon, size: 24, color: iconColor || theme.colors.primary })) : null,
11
- React.createElement(View, { style: [styles.item, styles.content] },
12
- React.createElement(Text, { selectable: false, style: textStyles }, label)))));
13
- };
14
- const styles = StyleSheet.create({
15
- container: {
16
- padding: 8,
17
- },
18
- row: {
19
- flexDirection: "row",
20
- alignItems: "center",
21
- paddingLeft: 8,
22
- },
23
- item: {
24
- marginVertical: 6,
25
- paddingLeft: 8,
26
- },
27
- content: {
28
- flex: 1,
29
- justifyContent: "center",
30
- },
31
- });
32
- export default withTheme(AccordionItem);
@@ -1,2 +0,0 @@
1
- export { default as AccordionGroup } from "./AccordionGroup";
2
- export { default as AccordionItem } from "./AccordionItem";
@@ -1,45 +0,0 @@
1
- import React from "react";
2
- import { View, StyleSheet } from "react-native";
3
- import Portal from "../Portal/Portal";
4
- import Touchable from "../Touchable";
5
- import ActionSheetCancel from "./ActionSheetCancel";
6
- const ActionSheet = ({ visible = false, onClose, children }) => {
7
- return visible ? (React.createElement(Portal, null,
8
- React.createElement(Touchable, { style: styles.wrapper, onPress: onClose },
9
- React.createElement(View, { style: styles.overlay }),
10
- React.createElement(View, { style: styles.groupWrapper },
11
- React.createElement(View, { style: styles.group }, React.Children.toArray(children).filter((child) => child?.type !== ActionSheetCancel)),
12
- React.createElement(View, { style: styles.group }, React.Children.toArray(children).filter((child) => child.type === ActionSheetCancel)))))) : (React.createElement(React.Fragment, null));
13
- };
14
- const styles = StyleSheet.create({
15
- wrapper: {
16
- flex: 1,
17
- display: "flex",
18
- flexDirection: "column",
19
- },
20
- overlay: {
21
- position: "absolute",
22
- top: 0,
23
- left: 0,
24
- right: 0,
25
- bottom: 0,
26
- backgroundColor: "#000000",
27
- opacity: 0.3,
28
- },
29
- groupWrapper: {
30
- flex: 1,
31
- flexDirection: "column",
32
- justifyContent: "flex-end",
33
- display: "flex",
34
- marginBottom: 25,
35
- },
36
- group: {
37
- display: "flex",
38
- flexDirection: "column",
39
- borderRadius: 10,
40
- marginHorizontal: 7,
41
- marginVertical: 2.5,
42
- overflow: "hidden",
43
- },
44
- });
45
- export default ActionSheet;
@@ -1,6 +0,0 @@
1
- import React from "react";
2
- import ActionSheetItem from "./ActionSheetItem";
3
- const ActionSheetCancel = ({ label = "Cancel", color, style, onPress, }) => {
4
- return (React.createElement(ActionSheetItem, { label: label, color: color || "#FF453A", style: [style], onPress: onPress }));
5
- };
6
- export default ActionSheetCancel;
@@ -1,30 +0,0 @@
1
- import React from "react";
2
- import { Text, StyleSheet, TouchableOpacity, } from "react-native";
3
- import { extractStyles } from "../../utilities";
4
- const ActionSheetItem = ({ label, style, color, onPress }) => {
5
- const { textStyles, viewStyles } = extractStyles(style);
6
- return (React.createElement(TouchableOpacity, { activeOpacity: 0.7, style: [styles.wrapper, viewStyles], onPress: onPress },
7
- React.createElement(Text, { style: [styles.label, textStyles, { color }] }, label)));
8
- };
9
- const styles = StyleSheet.create({
10
- wrapper: {
11
- borderBottomWidth: StyleSheet.hairlineWidth,
12
- borderBottomColor: "#CCCCCC",
13
- backgroundColor: "#F1F1F1",
14
- minHeight: 50,
15
- overflow: "hidden",
16
- display: "flex",
17
- justifyContent: "center",
18
- },
19
- label: {
20
- fontSize: 16,
21
- textAlign: "center",
22
- color: "#0A84FF",
23
- fontWeight: "500",
24
- overflow: "hidden",
25
- paddingHorizontal: 20,
26
- paddingVertical: 10,
27
- alignSelf: "center",
28
- },
29
- });
30
- export default ActionSheetItem;
@@ -1,3 +0,0 @@
1
- export { default as ActionSheet } from "./ActionSheet";
2
- export { default as ActionSheetItem } from "./ActionSheetItem";
3
- export { default as ActionSheetCancel } from "./ActionSheetCancel";
@@ -1,43 +0,0 @@
1
- import * as React from "react";
2
- import { Animated, Easing, } from "react-native";
3
- import CircularProgress from "./CircularProgress";
4
- const AnimatedProgress = Animated.createAnimatedComponent(CircularProgress);
5
- const AnimatedCircularProgress = ({ duration = 500, easing = Easing.out(Easing.ease), fill, prefill = 0, useNativeDriver = false, tintColorSecondary, onAnimationComplete, tintColor = "black", ...other }) => {
6
- const [fillAnimation] = React.useState(new Animated.Value(prefill));
7
- const animate = React.useCallback((toVal = -1, dur, ease) => {
8
- const toValue = toVal >= 0 ? toVal : fill;
9
- const dura = dur || duration;
10
- const eas = ease || easing;
11
- const useNative = useNativeDriver;
12
- const anim = Animated.timing(fillAnimation, {
13
- useNativeDriver: useNative,
14
- toValue,
15
- easing: eas,
16
- duration: dura,
17
- });
18
- anim.start(onAnimationComplete);
19
- return anim;
20
- }, [
21
- duration,
22
- easing,
23
- fill,
24
- useNativeDriver,
25
- fillAnimation,
26
- onAnimationComplete,
27
- ]);
28
- const animateColor = () => {
29
- if (!tintColorSecondary) {
30
- return tintColor;
31
- }
32
- const tintAnimation = fillAnimation.interpolate({
33
- inputRange: [0, 100],
34
- outputRange: [tintColor, tintColorSecondary],
35
- });
36
- return tintAnimation;
37
- };
38
- React.useEffect(() => {
39
- animate();
40
- }, [fill, animate]);
41
- return (React.createElement(AnimatedProgress, { ...other, style: other.style, childrenContainerStyle: other.childrenContainerStyle, fill: fillAnimation, tintColor: animateColor() }));
42
- };
43
- export default AnimatedCircularProgress;
@@ -1,18 +0,0 @@
1
- import React from "react";
2
- import { View, StyleSheet, } from "react-native";
3
- const AspectRatio = (props) => {
4
- const [layout, setLayout] = React.useState(null);
5
- const { aspectRatio = 1, ...inputStyle } = StyleSheet.flatten(props.style) || {};
6
- const style = [inputStyle, { aspectRatio }];
7
- if (layout) {
8
- const { width = 0, height = 0 } = layout;
9
- if (width === 0) {
10
- style.push({ width: height * (1 / aspectRatio), height });
11
- }
12
- else {
13
- style.push({ width, height: width * (1 / aspectRatio) });
14
- }
15
- }
16
- return (React.createElement(View, { ...props, style: style, onLayout: ({ nativeEvent: { layout: l } }) => setLayout(l) }, props.children));
17
- };
18
- export default AspectRatio;
@@ -1,30 +0,0 @@
1
- import * as React from "react";
2
- import { View } from "react-native";
3
- import Touchable from "./Touchable";
4
- import CircleImage from "./CircleImage";
5
- import { withTheme } from "../theming";
6
- const AvatarEdit = ({ Icon, image, size = 80, onPress = () => { }, style, theme, ...rest }) => {
7
- const colorStyles = {
8
- editBackgroundColor: theme.colors.primary,
9
- editIconColor: theme.colors.surface,
10
- editBorderColor: theme.colors.surface,
11
- };
12
- const dimensions = {
13
- width: size,
14
- height: size,
15
- };
16
- return (React.createElement(View, { style: [style, dimensions], ...rest },
17
- React.createElement(Touchable, { onPress: onPress },
18
- React.createElement(CircleImage, { source: image, size: size }),
19
- React.createElement(View, { style: {
20
- position: "absolute",
21
- top: -3,
22
- right: -3,
23
- borderColor: colorStyles.editBorderColor,
24
- backgroundColor: colorStyles.editBackgroundColor,
25
- borderRadius: size * (3 / 16),
26
- padding: size * (3 / 32),
27
- } },
28
- React.createElement(Icon, { name: "MaterialIcons/edit", color: colorStyles.editIconColor, size: size * (3 / 16) })))));
29
- };
30
- export default withTheme(AvatarEdit);
@@ -1,109 +0,0 @@
1
- import * as React from "react";
2
- import { Button, Text, View, StyleSheet, Animated, } from "react-native";
3
- import Surface from "./Surface";
4
- import shadow from "../styles/shadow";
5
- import { withTheme } from "../theming";
6
- const ELEVATION = 1;
7
- const DEFAULT_MAX_WIDTH = 960;
8
- const Banner = ({ initiallyVisible = true, dismissable = true, icon, buttonColor, content, contentStyle, style, theme, Icon, ...rest }) => {
9
- const [visible, setVisible] = React.useState(initiallyVisible);
10
- React.useEffect(() => {
11
- if (initiallyVisible) {
12
- setVisible(true);
13
- }
14
- }, [initiallyVisible]);
15
- const { current: position } = React.useRef(new Animated.Value(visible ? 1 : 0));
16
- const [layout, setLayout] = React.useState({
17
- height: 0,
18
- measured: false,
19
- });
20
- React.useEffect(() => {
21
- if (visible) {
22
- // show
23
- Animated.timing(position, {
24
- duration: 250,
25
- toValue: 1,
26
- useNativeDriver: false,
27
- }).start();
28
- }
29
- else {
30
- // hide
31
- Animated.timing(position, {
32
- duration: 200,
33
- toValue: 0,
34
- useNativeDriver: false,
35
- }).start();
36
- }
37
- }, [visible, position]);
38
- const handleLayout = ({ nativeEvent }) => {
39
- const { height } = nativeEvent.layout;
40
- setLayout({ height, measured: true });
41
- };
42
- // The banner animation has 2 parts:
43
- // 1. Blank spacer element which animates its height to move the content
44
- // 2. Actual banner which animates its translateY
45
- // In initial render, we position everything normally and measure the height of the banner
46
- // Once we have the height, we apply the height to the spacer and switch the banner to position: absolute
47
- // We need this because we need to move the content below as if banner's height was being animated
48
- // However we can't animated banner's height directly as it'll also resize the content inside
49
- const height = Animated.multiply(position, layout.height);
50
- const translateY = Animated.multiply(Animated.add(position, -1), layout.height);
51
- return (React.createElement(Surface, { ...rest, style: [styles.container, shadow(ELEVATION), style] },
52
- React.createElement(View, { style: [styles.wrapper, contentStyle] },
53
- React.createElement(Animated.View, { style: { height } }),
54
- React.createElement(Animated.View, { onLayout: handleLayout, style: [
55
- layout.measured || !visible
56
- ? // If we have measured banner's height or it's invisible,
57
- // Position it absolutely, the layout will be taken care of the spacer
58
- [styles.absolute, { transform: [{ translateY }] }]
59
- : // Otherwise position it normally
60
- null,
61
- !layout.measured && !visible
62
- ? // If we haven't measured banner's height yet and it's invisible,
63
- // hide it with opacity: 0 so user doesn't see it
64
- { opacity: 0 }
65
- : null,
66
- ] },
67
- React.createElement(View, { style: [styles.content, { marginBottom: dismissable ? 0 : 16 }] },
68
- icon ? (React.createElement(View, { style: styles.icon },
69
- React.createElement(Icon, { name: icon, size: 40 }))) : null,
70
- React.createElement(Text, { style: [styles.message, { color: theme.colors.text }], accessibilityLiveRegion: visible ? "polite" : "none", accessibilityRole: "alert" }, content)),
71
- dismissable ? (React.createElement(View, { style: styles.actions },
72
- React.createElement(Button, { color: buttonColor || theme.colors.primary, title: "Close", onPress: () => setVisible(false) }))) : null))));
73
- };
74
- const styles = StyleSheet.create({
75
- container: {
76
- elevation: ELEVATION,
77
- },
78
- wrapper: {
79
- overflow: "hidden",
80
- alignSelf: "center",
81
- width: "100%",
82
- maxWidth: DEFAULT_MAX_WIDTH,
83
- },
84
- absolute: {
85
- position: "absolute",
86
- top: 0,
87
- width: "100%",
88
- },
89
- content: {
90
- flexDirection: "row",
91
- justifyContent: "flex-start",
92
- marginHorizontal: 8,
93
- marginTop: 16,
94
- marginBottom: 0,
95
- },
96
- icon: {
97
- margin: 8,
98
- },
99
- message: {
100
- flex: 1,
101
- margin: 8,
102
- },
103
- actions: {
104
- flexDirection: "row",
105
- justifyContent: "flex-end",
106
- margin: 8,
107
- },
108
- });
109
- export default withTheme(Banner);