@draftbit/core 46.4.1-edd1c2.0 → 46.4.1

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 (288) hide show
  1. package/lib/commonjs/components/Checkbox/context.js +1 -1
  2. package/lib/commonjs/components/Justification.js +1 -5
  3. package/lib/commonjs/components/Picker/PickerComponent.ios.js +13 -42
  4. package/lib/commonjs/components/ResizeMode.js +1 -5
  5. package/lib/commonjs/constants.js +1 -1
  6. package/lib/commonjs/mappings/ActionSheet.js +1 -1
  7. package/lib/commonjs/mappings/ActionSheetCancel.js +1 -1
  8. package/lib/commonjs/mappings/ActionSheetItem.js +1 -1
  9. package/lib/commonjs/mappings/ActivityIndicator.js +1 -1
  10. package/lib/commonjs/mappings/Banner.js +1 -1
  11. package/lib/commonjs/mappings/BlurView.js +1 -1
  12. package/lib/commonjs/mappings/Button.js +4 -12
  13. package/lib/commonjs/mappings/Checkbox.js +1 -1
  14. package/lib/commonjs/mappings/CheckboxRow.js +1 -1
  15. package/lib/commonjs/mappings/CircleImage.js +1 -1
  16. package/lib/commonjs/mappings/CustomCode.js +1 -1
  17. package/lib/commonjs/mappings/FAB.js +1 -1
  18. package/lib/commonjs/mappings/FieldSearchBarFull.js +1 -1
  19. package/lib/commonjs/mappings/Image.js +15 -2
  20. package/lib/commonjs/mappings/KeyboardAvoidingView.js +1 -1
  21. package/lib/commonjs/mappings/KeyboardAwareScrollView.js +1 -1
  22. package/lib/commonjs/mappings/Layout.js +2 -2
  23. package/lib/commonjs/mappings/MapCallout.js +1 -1
  24. package/lib/commonjs/mappings/MapMarker.js +1 -1
  25. package/lib/commonjs/mappings/MapView.js +1 -1
  26. package/lib/commonjs/mappings/Modal.js +1 -1
  27. package/lib/commonjs/mappings/RadioButton.js +1 -1
  28. package/lib/commonjs/mappings/RadioButtonGroup.js +1 -1
  29. package/lib/commonjs/mappings/RadioButtonRow.js +1 -1
  30. package/lib/commonjs/mappings/ScrollView.js +1 -1
  31. package/lib/commonjs/mappings/Slider.js +1 -1
  32. package/lib/commonjs/mappings/StarRating.js +1 -1
  33. package/lib/commonjs/mappings/Stepper.js +1 -1
  34. package/lib/commonjs/mappings/Surface.js +1 -1
  35. package/lib/commonjs/mappings/Swiper.js +1 -1
  36. package/lib/commonjs/mappings/SwiperItem.js +1 -1
  37. package/lib/commonjs/mappings/Switch.js +2 -2
  38. package/lib/commonjs/mappings/WebView.js +1 -1
  39. package/lib/module/components/Justification.js +0 -1
  40. package/lib/module/components/ResizeMode.js +0 -1
  41. package/lib/module/mappings/ActionSheet.js +1 -1
  42. package/lib/module/mappings/ActionSheetCancel.js +1 -1
  43. package/lib/module/mappings/ActionSheetItem.js +1 -1
  44. package/lib/module/mappings/ActivityIndicator.js +1 -1
  45. package/lib/module/mappings/Banner.js +1 -1
  46. package/lib/module/mappings/BlurView.js +1 -1
  47. package/lib/module/mappings/Button.js +5 -13
  48. package/lib/module/mappings/Checkbox.js +1 -1
  49. package/lib/module/mappings/CheckboxRow.js +1 -1
  50. package/lib/module/mappings/CircleImage.js +1 -1
  51. package/lib/module/mappings/CustomCode.js +1 -1
  52. package/lib/module/mappings/FAB.js +1 -1
  53. package/lib/module/mappings/FieldSearchBarFull.js +1 -1
  54. package/lib/module/mappings/Image.js +16 -3
  55. package/lib/module/mappings/KeyboardAvoidingView.js +1 -1
  56. package/lib/module/mappings/KeyboardAwareScrollView.js +1 -1
  57. package/lib/module/mappings/Layout.js +2 -2
  58. package/lib/module/mappings/MapCallout.js +1 -1
  59. package/lib/module/mappings/MapMarker.js +1 -1
  60. package/lib/module/mappings/MapView.js +1 -1
  61. package/lib/module/mappings/Modal.js +1 -1
  62. package/lib/module/mappings/RadioButton.js +1 -1
  63. package/lib/module/mappings/RadioButtonGroup.js +1 -1
  64. package/lib/module/mappings/RadioButtonRow.js +1 -1
  65. package/lib/module/mappings/ScrollView.js +1 -1
  66. package/lib/module/mappings/Slider.js +1 -1
  67. package/lib/module/mappings/StarRating.js +1 -1
  68. package/lib/module/mappings/Stepper.js +1 -1
  69. package/lib/module/mappings/Surface.js +1 -1
  70. package/lib/module/mappings/Swiper.js +1 -1
  71. package/lib/module/mappings/SwiperItem.js +1 -1
  72. package/lib/module/mappings/Switch.js +2 -2
  73. package/lib/module/mappings/WebView.js +1 -1
  74. package/lib/typescript/src/mappings/Button.d.ts +16 -16
  75. package/lib/typescript/src/mappings/Image.d.ts +13 -0
  76. package/package.json +3 -3
  77. package/src/mappings/ActionSheet.ts +1 -1
  78. package/src/mappings/ActionSheetCancel.ts +1 -1
  79. package/src/mappings/ActionSheetItem.ts +1 -1
  80. package/src/mappings/ActivityIndicator.ts +1 -1
  81. package/src/mappings/Banner.ts +1 -1
  82. package/src/mappings/BlurView.ts +1 -1
  83. package/src/mappings/Button.ts +6 -14
  84. package/src/mappings/Checkbox.ts +1 -1
  85. package/src/mappings/CheckboxRow.ts +1 -1
  86. package/src/mappings/CircleImage.ts +1 -1
  87. package/src/mappings/CustomCode.ts +1 -1
  88. package/src/mappings/FAB.ts +1 -1
  89. package/src/mappings/FieldSearchBarFull.ts +1 -1
  90. package/src/mappings/Image.ts +17 -0
  91. package/src/mappings/KeyboardAvoidingView.ts +1 -1
  92. package/src/mappings/KeyboardAwareScrollView.ts +1 -1
  93. package/src/mappings/Layout.ts +2 -2
  94. package/src/mappings/MapCallout.ts +1 -1
  95. package/src/mappings/MapMarker.ts +1 -1
  96. package/src/mappings/MapView.ts +1 -1
  97. package/src/mappings/Modal.ts +1 -1
  98. package/src/mappings/RadioButton.ts +1 -1
  99. package/src/mappings/RadioButtonGroup.ts +1 -1
  100. package/src/mappings/RadioButtonRow.ts +1 -1
  101. package/src/mappings/ScrollView.ts +1 -1
  102. package/src/mappings/Slider.ts +1 -1
  103. package/src/mappings/StarRating.ts +1 -1
  104. package/src/mappings/Stepper.ts +1 -1
  105. package/src/mappings/Surface.ts +1 -1
  106. package/src/mappings/Swiper.ts +1 -1
  107. package/src/mappings/SwiperItem.ts +1 -1
  108. package/src/mappings/Switch.ts +2 -2
  109. package/src/mappings/WebView.ts +1 -1
  110. package/src/Provider.js +0 -9
  111. package/src/components/Accordion/AccordionGroup.js +0 -44
  112. package/src/components/Accordion/AccordionItem.js +0 -32
  113. package/src/components/Accordion/index.js +0 -2
  114. package/src/components/ActionSheet/ActionSheet.js +0 -45
  115. package/src/components/ActionSheet/ActionSheetCancel.js +0 -6
  116. package/src/components/ActionSheet/ActionSheetItem.js +0 -30
  117. package/src/components/ActionSheet/index.js +0 -3
  118. package/src/components/AnimatedCircularProgress.js +0 -43
  119. package/src/components/AspectRatio.js +0 -18
  120. package/src/components/AvatarEdit.js +0 -30
  121. package/src/components/Banner.js +0 -109
  122. package/src/components/Button.js +0 -112
  123. package/src/components/Card.js +0 -57
  124. package/src/components/CardBlock.js +0 -54
  125. package/src/components/CardContainer.js +0 -69
  126. package/src/components/CardContainerRating.js +0 -79
  127. package/src/components/CardContainerShortImage.js +0 -33
  128. package/src/components/CardInline.js +0 -36
  129. package/src/components/Carousel.js +0 -68
  130. package/src/components/Checkbox/Checkbox.js +0 -63
  131. package/src/components/Checkbox/CheckboxGroup.js +0 -21
  132. package/src/components/Checkbox/CheckboxGroupRow.js +0 -77
  133. package/src/components/Checkbox/CheckboxRow.js +0 -78
  134. package/src/components/Checkbox/context.js +0 -14
  135. package/src/components/Checkbox/index.js +0 -3
  136. package/src/components/CircleImage.js +0 -8
  137. package/src/components/CircularProgress.js +0 -81
  138. package/src/components/Config.js +0 -64
  139. package/src/components/Container.js +0 -43
  140. package/src/components/DatePicker/DatePicker.js +0 -368
  141. package/src/components/DatePicker/DatePickerComponent.js +0 -13
  142. package/src/components/DatePicker/DatePickerComponent.web.js +0 -30
  143. package/src/components/DatePicker/DatePickerComponentType.js +0 -1
  144. package/src/components/DeprecatedButton.js +0 -95
  145. package/src/components/DeprecatedCardWrapper.js +0 -18
  146. package/src/components/DeprecatedFAB.js +0 -115
  147. package/src/components/Divider.js +0 -13
  148. package/src/components/Elevation.js +0 -20
  149. package/src/components/FAB.js +0 -46
  150. package/src/components/FieldSearchBarFull.js +0 -53
  151. package/src/components/FormRow.js +0 -19
  152. package/src/components/Header.js +0 -44
  153. package/src/components/HeaderLarge.js +0 -7
  154. package/src/components/HeaderMedium.js +0 -7
  155. package/src/components/HeaderOverline.js +0 -7
  156. package/src/components/IconButton.js +0 -35
  157. package/src/components/Image.js +0 -47
  158. package/src/components/Justification.js +0 -1
  159. package/src/components/Layout.js +0 -50
  160. package/src/components/NumberInput.js +0 -49
  161. package/src/components/Picker/Picker.js +0 -267
  162. package/src/components/Picker/PickerComponent.android.js +0 -69
  163. package/src/components/Picker/PickerComponent.ios.js +0 -79
  164. package/src/components/Picker/PickerComponent.web.js +0 -70
  165. package/src/components/Picker/PickerTypes.js +0 -1
  166. package/src/components/Portal/Portal.js +0 -35
  167. package/src/components/Portal/PortalConsumer.js +0 -27
  168. package/src/components/Portal/PortalHost.js +0 -107
  169. package/src/components/Portal/PortalManager.js +0 -32
  170. package/src/components/ProgressBar.js +0 -118
  171. package/src/components/ProgressCircle.js +0 -13
  172. package/src/components/ProgressIndicator.js +0 -27
  173. package/src/components/RadioButton/RadioButton.js +0 -17
  174. package/src/components/RadioButton/RadioButtonFieldGroup.js +0 -17
  175. package/src/components/RadioButton/RadioButtonGroup.js +0 -43
  176. package/src/components/RadioButton/RadioButtonRow.js +0 -76
  177. package/src/components/RadioButton/context.js +0 -14
  178. package/src/components/RadioButton/index.js +0 -4
  179. package/src/components/ResizeMode.js +0 -1
  180. package/src/components/Row.js +0 -48
  181. package/src/components/RowBodyIcon.js +0 -8
  182. package/src/components/RowHeadlineImageCaption.js +0 -12
  183. package/src/components/RowHeadlineImageIcon.js +0 -14
  184. package/src/components/SVG.js +0 -13
  185. package/src/components/ScreenContainer.js +0 -34
  186. package/src/components/Slider.js +0 -63
  187. package/src/components/StarRating.js +0 -50
  188. package/src/components/StepIndicator.js +0 -346
  189. package/src/components/Stepper.js +0 -39
  190. package/src/components/Surface.js +0 -32
  191. package/src/components/Swiper/Swiper.js +0 -29
  192. package/src/components/Swiper/SwiperItem.js +0 -9
  193. package/src/components/Swiper/index.js +0 -2
  194. package/src/components/Switch.js +0 -56
  195. package/src/components/Text.js +0 -27
  196. package/src/components/TextField.js +0 -423
  197. package/src/components/ToggleButton.js +0 -39
  198. package/src/components/Touchable.js +0 -12
  199. package/src/components/Touchable.web.js +0 -2
  200. package/src/components/Typography.js +0 -36
  201. package/src/components/useAuthState.js +0 -31
  202. package/src/constants.js +0 -10
  203. package/src/hooks.js +0 -12
  204. package/src/index.js +0 -53
  205. package/src/interfaces/Icon.js +0 -8
  206. package/src/mappings/Accordion.js +0 -41
  207. package/src/mappings/AccordionItem.js +0 -16
  208. package/src/mappings/ActionSheet.js +0 -13
  209. package/src/mappings/ActionSheetCancel.js +0 -19
  210. package/src/mappings/ActionSheetItem.js +0 -23
  211. package/src/mappings/ActivityIndicator.js +0 -58
  212. package/src/mappings/AudioPlayer.js +0 -20
  213. package/src/mappings/AvatarEdit.js +0 -38
  214. package/src/mappings/Banner.js +0 -32
  215. package/src/mappings/BlurView.js +0 -42
  216. package/src/mappings/Button.js +0 -74
  217. package/src/mappings/Card.js +0 -52
  218. package/src/mappings/CardBlock.js +0 -123
  219. package/src/mappings/CardContainer.js +0 -104
  220. package/src/mappings/CardContainerRating.js +0 -126
  221. package/src/mappings/CardContainerShortImage.js +0 -120
  222. package/src/mappings/CardInline.js +0 -52
  223. package/src/mappings/Carousel.js +0 -19
  224. package/src/mappings/Checkbox.js +0 -46
  225. package/src/mappings/CheckboxGroup.js +0 -26
  226. package/src/mappings/CheckboxRow.js +0 -61
  227. package/src/mappings/CircleImage.js +0 -25
  228. package/src/mappings/Container.js +0 -30
  229. package/src/mappings/CustomCode.js +0 -8
  230. package/src/mappings/DatePicker.js +0 -157
  231. package/src/mappings/Divider.js +0 -27
  232. package/src/mappings/FAB.js +0 -37
  233. package/src/mappings/Fetch.js +0 -13
  234. package/src/mappings/FieldSearchBarFull.js +0 -50
  235. package/src/mappings/FlashList.js +0 -33
  236. package/src/mappings/FlatList.js +0 -24
  237. package/src/mappings/HeaderLarge.js +0 -29
  238. package/src/mappings/HeaderMedium.js +0 -55
  239. package/src/mappings/HeaderOverline.js +0 -55
  240. package/src/mappings/Icon.js +0 -32
  241. package/src/mappings/IconButton.js +0 -35
  242. package/src/mappings/Image.js +0 -21
  243. package/src/mappings/ImageBackground.js +0 -29
  244. package/src/mappings/KeyboardAvoidingView.js +0 -41
  245. package/src/mappings/KeyboardAwareScrollView.js +0 -50
  246. package/src/mappings/Layout.js +0 -200
  247. package/src/mappings/LinearGradient.js +0 -77
  248. package/src/mappings/MapCallout.js +0 -21
  249. package/src/mappings/MapMarker.js +0 -47
  250. package/src/mappings/MapView.js +0 -139
  251. package/src/mappings/Modal.js +0 -42
  252. package/src/mappings/NumberInput.js +0 -254
  253. package/src/mappings/Picker.js +0 -148
  254. package/src/mappings/ProgressBar.js +0 -101
  255. package/src/mappings/ProgressCircle.js +0 -109
  256. package/src/mappings/ProgressIndicator.js +0 -181
  257. package/src/mappings/RadioButton.js +0 -51
  258. package/src/mappings/RadioButtonGroup.js +0 -17
  259. package/src/mappings/RadioButtonRow.js +0 -42
  260. package/src/mappings/RowBodyIcon.js +0 -75
  261. package/src/mappings/RowHeadlineImageCaption.js +0 -167
  262. package/src/mappings/RowHeadlineImageIcon.js +0 -99
  263. package/src/mappings/SVG.js +0 -20
  264. package/src/mappings/SafeAreaView.js +0 -33
  265. package/src/mappings/ScrollView.js +0 -31
  266. package/src/mappings/Slider.js +0 -60
  267. package/src/mappings/StarRating.js +0 -43
  268. package/src/mappings/Stepper.js +0 -29
  269. package/src/mappings/Surface.js +0 -14
  270. package/src/mappings/Swiper.js +0 -60
  271. package/src/mappings/SwiperItem.js +0 -8
  272. package/src/mappings/Switch.js +0 -81
  273. package/src/mappings/Text.js +0 -251
  274. package/src/mappings/TextArea.js +0 -263
  275. package/src/mappings/TextField.js +0 -381
  276. package/src/mappings/TextInput.js +0 -391
  277. package/src/mappings/ToggleButton.js +0 -50
  278. package/src/mappings/Touchable.js +0 -17
  279. package/src/mappings/Video.js +0 -81
  280. package/src/mappings/View.js +0 -207
  281. package/src/mappings/WebView.js +0 -88
  282. package/src/styles/DarkTheme.js +0 -26
  283. package/src/styles/DefaultTheme.js +0 -111
  284. package/src/styles/fonts.js +0 -62
  285. package/src/styles/overlay.js +0 -60
  286. package/src/styles/shadow.js +0 -51
  287. package/src/theming.js +0 -3
  288. package/src/utilities.js +0 -102
@@ -1,423 +0,0 @@
1
- import * as React from "react";
2
- import { View, Animated, TextInput as NativeTextInput, StyleSheet, Text, I18nManager, } from "react-native";
3
- import { withTheme } from "../theming";
4
- import { applyStyles, extractStyles } from "../utilities";
5
- const AnimatedText = Animated.createAnimatedComponent(Text);
6
- const FOCUS_ANIMATION_DURATION = 150;
7
- const BLUR_ANIMATION_DURATION = 180;
8
- const ICON_SIZE = 24;
9
- class TextField extends React.Component {
10
- constructor() {
11
- super(...arguments);
12
- this.state = {
13
- labeled: new Animated.Value(this.props.value || this.props.error ? 0 : 1),
14
- focused: false,
15
- placeholder: this.props.error ? this.props.placeholder : "",
16
- labelLayout: {
17
- measured: false,
18
- width: 0,
19
- },
20
- };
21
- this._timer = setTimeout(() => { }, 0);
22
- this._showPlaceholder = () => {
23
- clearTimeout(this._timer);
24
- // Set the placeholder in a delay to offset the label animation
25
- // If we show it immediately, they'll overlap and look ugly
26
- this._timer = setTimeout(() => this.setState({
27
- placeholder: this.props.placeholder,
28
- }), 50);
29
- };
30
- this._hidePlaceholder = () => this.setState({
31
- placeholder: "",
32
- });
33
- this._restoreLabel = () => Animated.timing(this.state.labeled, {
34
- toValue: 1,
35
- duration: FOCUS_ANIMATION_DURATION,
36
- useNativeDriver: true,
37
- }).start();
38
- this._minmizeLabel = () => Animated.timing(this.state.labeled, {
39
- toValue: 0,
40
- duration: BLUR_ANIMATION_DURATION,
41
- useNativeDriver: true,
42
- }).start();
43
- this._handleFocus = () => {
44
- if (this.props.disabled) {
45
- return;
46
- }
47
- this.setState({ focused: true });
48
- };
49
- this._handleBlur = () => {
50
- if (this.props.disabled) {
51
- return;
52
- }
53
- this.setState({ focused: false });
54
- };
55
- this._handleChangeText = (value) => {
56
- if (this.props.disabled) {
57
- return;
58
- }
59
- if (typeof value === "string") {
60
- this.setState({ value });
61
- this.props.onChangeText && this.props.onChangeText(value);
62
- }
63
- else {
64
- this.setState({ value: value.nativeEvent.text });
65
- this.props.onChangeText &&
66
- this.props.onChangeText(value.nativeEvent.text);
67
- }
68
- };
69
- this._root = undefined;
70
- }
71
- static getDerivedStateFromProps(nextProps, prevState) {
72
- return {
73
- value: typeof nextProps.value !== "undefined"
74
- ? nextProps.value
75
- : prevState.value,
76
- };
77
- }
78
- componentDidMount() {
79
- if (this.props.defaultValue) {
80
- this._handleChangeText(this.props.defaultValue);
81
- }
82
- if (this.props.placeholder) {
83
- this._minmizeLabel();
84
- }
85
- }
86
- componentDidUpdate(prevProps, prevState) {
87
- if (prevState.focused !== this.state.focused ||
88
- prevState.value !== this.state.value) {
89
- // The label should be minimized if the text input is focused, or has text
90
- // In minimized mode, the label moves up and becomes small
91
- if (this.state.value ||
92
- this.state.focused ||
93
- this.props.error ||
94
- this.props.placeholder) {
95
- this._minmizeLabel();
96
- }
97
- else {
98
- this._restoreLabel();
99
- }
100
- }
101
- if (prevState.focused !== this.state.focused ||
102
- prevProps.label !== this.props.label) {
103
- // Show placeholder text only if the input is focused, or has error, or there's no label
104
- // We don't show placeholder if there's a label because the label acts as placeholder
105
- // When focused, the label moves up, so we can show a placeholder
106
- if (this.state.focused || this.props.error || !this.props.label) {
107
- this._showPlaceholder();
108
- }
109
- else {
110
- this._hidePlaceholder();
111
- }
112
- }
113
- }
114
- componentWillUnmount() {
115
- clearTimeout(this._timer);
116
- }
117
- toggleFocus() {
118
- this.setState((prevState) => ({ focused: !prevState.focused }));
119
- }
120
- /**
121
- * @internal
122
- */
123
- setNativeProps(args) {
124
- return this._root && this._root.setNativeProps(args);
125
- }
126
- isFocused() {
127
- return this._root && this._root.isFocused();
128
- }
129
- clear() {
130
- return this._root && this._root.clear();
131
- }
132
- focus() {
133
- return this._root && this._root.focus();
134
- }
135
- blur() {
136
- return this._root && this._root.blur();
137
- }
138
- render() {
139
- const { Icon, type = "underline", disabled = false, label, error = false, leftIconName, leftIconMode, rightIconName, assistiveText, underlineColor: underlineColorProp, activeBorderColor: activeBorderColorProp, multiline = false, numberOfLines = 4, style, theme: { colors, typography, roundness, disabledOpacity }, render = (props) => React.createElement(NativeTextInput, { ...props }), ...rest } = this.props;
140
- const MINIMIZED_LABEL_Y_OFFSET = -(typography.caption.lineHeight + 4);
141
- const OUTLINE_MINIMIZED_LABEL_Y_OFFSET = -(16 * 0.5 + 4);
142
- const MAXIMIZED_LABEL_FONT_SIZE = typography.subtitle1.fontSize;
143
- const MINIMIZED_LABEL_FONT_SIZE = typography.caption.fontSize;
144
- const hasActiveOutline = this.state.focused || error;
145
- let inputTextColor, activeColor, underlineColor, borderColor, placeholderColor, containerStyle, backgroundColor, inputStyle;
146
- inputTextColor = colors.strong;
147
- if (disabled) {
148
- activeColor = colors.light;
149
- placeholderColor = colors.light;
150
- borderColor = "transparent";
151
- underlineColor = "transparent";
152
- backgroundColor = colors.divider;
153
- }
154
- else {
155
- activeColor = error ? colors.error : activeBorderColorProp;
156
- placeholderColor = borderColor = colors.light;
157
- underlineColor = underlineColorProp;
158
- backgroundColor = colors.background;
159
- }
160
- if (rest.placeholderTextColor) {
161
- placeholderColor = rest.placeholderTextColor;
162
- }
163
- const { lineHeight, ...subtitle1 } = typography.subtitle1;
164
- inputStyle = {
165
- paddingVertical: 0,
166
- color: inputTextColor,
167
- paddingLeft: leftIconName && leftIconMode === "inset"
168
- ? ICON_SIZE + 12 + (type === "solid" ? 16 : 0)
169
- : 0,
170
- paddingRight: rightIconName ? ICON_SIZE + 16 + 4 : 12,
171
- ...subtitle1,
172
- };
173
- if (!multiline) {
174
- inputStyle.height = lineHeight;
175
- }
176
- let assistiveTextLeftMargin;
177
- if (type === "underline") {
178
- containerStyle = {
179
- borderTopLeftRadius: roundness,
180
- borderTopRightRadius: roundness,
181
- paddingBottom: 12,
182
- marginTop: 16,
183
- };
184
- if (leftIconName && leftIconMode === "outset") {
185
- assistiveTextLeftMargin = ICON_SIZE + 8;
186
- }
187
- else {
188
- assistiveTextLeftMargin = 0;
189
- }
190
- }
191
- else {
192
- containerStyle = {
193
- borderRadius: roundness,
194
- borderColor: hasActiveOutline ? activeColor : borderColor,
195
- borderWidth: 1,
196
- paddingTop: label ? 16 * 1.5 : 16,
197
- paddingBottom: label ? 16 * 0.5 : 16,
198
- opacity: disabled ? disabledOpacity : 1,
199
- backgroundColor,
200
- };
201
- if (leftIconName && leftIconMode === "inset") {
202
- assistiveTextLeftMargin = 16 + 4;
203
- }
204
- else if (leftIconName && leftIconMode === "outset") {
205
- assistiveTextLeftMargin = ICON_SIZE + 8 + 12;
206
- }
207
- else {
208
- assistiveTextLeftMargin = 12;
209
- }
210
- inputStyle.paddingHorizontal = 12;
211
- }
212
- if (leftIconName && leftIconMode === "outset") {
213
- containerStyle.marginLeft = ICON_SIZE + 8;
214
- }
215
- let leftIconColor;
216
- if (error) {
217
- leftIconColor = colors.error;
218
- }
219
- else if (this.state.focused) {
220
- leftIconColor = colors.primary;
221
- }
222
- else {
223
- leftIconColor = colors.light;
224
- }
225
- const leftIconProps = {
226
- size: 24,
227
- color: leftIconColor,
228
- name: leftIconName || "",
229
- };
230
- const leftIconStyle = {
231
- position: "absolute",
232
- marginTop: type === "solid"
233
- ? MINIMIZED_LABEL_FONT_SIZE + 4
234
- : leftIconMode === "outset"
235
- ? 16
236
- : 0,
237
- marginLeft: leftIconMode === "inset" && type === "solid" ? 16 : 0,
238
- };
239
- const labelStyle = {
240
- ...typography.subtitle1,
241
- top: type === "solid" ? 16 : 0,
242
- left: leftIconName && leftIconMode === "inset"
243
- ? ICON_SIZE + (type === "solid" ? 16 : 12)
244
- : 0,
245
- transform: [
246
- {
247
- // Move label to top
248
- translateY: this.state.labeled.interpolate({
249
- inputRange: [0, 1],
250
- outputRange: [
251
- type === "solid"
252
- ? OUTLINE_MINIMIZED_LABEL_Y_OFFSET
253
- : MINIMIZED_LABEL_Y_OFFSET,
254
- 0,
255
- ],
256
- }),
257
- },
258
- {
259
- // Make label smaller
260
- scale: this.state.labeled.interpolate({
261
- inputRange: [0, 1],
262
- outputRange: [
263
- MINIMIZED_LABEL_FONT_SIZE / MAXIMIZED_LABEL_FONT_SIZE,
264
- 1,
265
- ],
266
- }),
267
- },
268
- {
269
- // Offset label scale since RN doesn't support transform origin
270
- translateX: this.state.labeled.interpolate({
271
- inputRange: [0, 1],
272
- outputRange: [
273
- -(1 - MINIMIZED_LABEL_FONT_SIZE / MAXIMIZED_LABEL_FONT_SIZE) *
274
- (this.state.labelLayout.width / 2),
275
- 0,
276
- ],
277
- }),
278
- },
279
- ],
280
- };
281
- const { textStyles } = extractStyles(style);
282
- const inputStyles = applyStyles([
283
- styles.input,
284
- inputStyle,
285
- type === "solid" ? { marginHorizontal: 12 } : {},
286
- ], textStyles);
287
- const { backgroundColor: bgColor, padding, paddingTop, paddingBottom, paddingLeft, paddingRight, borderRadius, borderWidth, borderTopWidth, borderRightWidth, borderBottomWidth, borderLeftWidth, borderColor: borderCol, ...styleProp } = StyleSheet.flatten(style || {});
288
- return (React.createElement(View, { style: [styles.container, styleProp] },
289
- leftIconName && leftIconMode === "outset" ? (React.createElement(Icon, { ...leftIconProps, style: leftIconStyle })) : null,
290
- React.createElement(View, { style: applyStyles([containerStyle], {
291
- height: style === null || style === void 0 ? void 0 : style.height,
292
- backgroundColor: bgColor,
293
- padding,
294
- paddingTop,
295
- paddingBottom,
296
- paddingLeft,
297
- paddingRight,
298
- borderRadius,
299
- borderWidth,
300
- borderTopWidth,
301
- borderRightWidth,
302
- borderBottomWidth,
303
- borderLeftWidth,
304
- borderColor: borderCol,
305
- }) },
306
- type === "underline" ? (
307
- // When type === 'flat', render an underline
308
- React.createElement(Animated.View, { style: [
309
- styles.underline,
310
- {
311
- backgroundColor: bgColor ||
312
- (error
313
- ? colors.error
314
- : this.state.focused
315
- ? activeColor
316
- : underlineColor),
317
- // Underlines is thinner when input is not focused
318
- transform: [{ scaleY: this.state.focused ? 1 : 0.5 }],
319
- },
320
- ] })) : null,
321
- label ? (
322
- // Position colored placeholder and gray placeholder on top of each other and crossfade them
323
- // This gives the effect of animating the color, but allows us to use native driver
324
- React.createElement(View, { pointerEvents: "none", style: [
325
- StyleSheet.absoluteFill,
326
- {
327
- opacity:
328
- // Hide the label in minimized state until we measure its width
329
- this.state.value || this.state.focused
330
- ? this.state.labelLayout.measured
331
- ? 1
332
- : 0
333
- : 1,
334
- },
335
- ] },
336
- React.createElement(AnimatedText, { onLayout: (e) => this.setState({
337
- labelLayout: {
338
- width: e.nativeEvent.layout.width,
339
- measured: true,
340
- },
341
- }), style: [
342
- styles.placeholder,
343
- type === "solid" ? { paddingHorizontal: 12 } : {},
344
- labelStyle,
345
- {
346
- color: placeholderColor,
347
- opacity: this.state.labeled.interpolate({
348
- inputRange: [0, 1],
349
- outputRange: [hasActiveOutline ? 1 : 0, 0],
350
- }),
351
- },
352
- ], numberOfLines: 1 }, label),
353
- React.createElement(AnimatedText, { style: [
354
- styles.placeholder,
355
- type === "solid" ? { paddingHorizontal: 12 } : {},
356
- labelStyle,
357
- {
358
- color: placeholderColor,
359
- opacity: hasActiveOutline ? this.state.labeled : 1,
360
- },
361
- ], numberOfLines: 1 }, label))) : null,
362
- leftIconName && leftIconMode === "inset" ? (React.createElement(View, { style: {
363
- justifyContent: type === "solid" ? "center" : undefined,
364
- } },
365
- React.createElement(Icon, { ...leftIconProps, style: leftIconStyle }))) : null,
366
- render({
367
- ref: (c) => {
368
- this._root = c;
369
- },
370
- onChange: this._handleChangeText,
371
- placeholder: label
372
- ? this.state.placeholder
373
- : this.props.placeholder,
374
- placeholderTextColor: placeholderColor,
375
- editable: !disabled,
376
- selectionColor: activeColor,
377
- multiline,
378
- numberOfLines,
379
- onFocus: this._handleFocus,
380
- onBlur: this._handleBlur,
381
- underlineColorAndroid: "transparent",
382
- style: inputStyles,
383
- ...rest,
384
- value: this.state.value,
385
- })),
386
- rightIconName ? (React.createElement(Icon, { name: rightIconName, size: ICON_SIZE, color: colors.light, style: {
387
- position: "absolute",
388
- right: 16,
389
- marginTop: type === "solid" ? MINIMIZED_LABEL_FONT_SIZE + 4 : 16,
390
- } })) : null,
391
- assistiveText ? (React.createElement(Text, { style: [
392
- {
393
- color: error ? colors.error : colors.light,
394
- marginTop: 8,
395
- marginLeft: assistiveTextLeftMargin,
396
- },
397
- ] }, assistiveText)) : null));
398
- }
399
- }
400
- export default withTheme(TextField);
401
- const styles = StyleSheet.create({
402
- container: {
403
- alignSelf: "stretch",
404
- },
405
- placeholder: {
406
- position: "absolute",
407
- left: 0,
408
- },
409
- underline: {
410
- position: "absolute",
411
- left: 0,
412
- right: 0,
413
- bottom: 0,
414
- height: 2,
415
- },
416
- input: {
417
- flexGrow: 1,
418
- justifyContent: "center",
419
- textAlignVertical: "center",
420
- margin: 0,
421
- textAlign: I18nManager.isRTL ? "right" : "left",
422
- },
423
- });
@@ -1,39 +0,0 @@
1
- import * as React from "react";
2
- import { withTheme } from "../theming";
3
- import { StyleSheet } from "react-native";
4
- import IconButton from "./IconButton";
5
- const ToggleButton = ({ Icon, icon, toggled = false, onPress = () => { }, defaultValue, disabled = false, color = "primary", colorSecondary = "surface", borderColor = "divider", iconSize = 25, width = 50, height = 50, theme: { colors }, style, ...rest }) => {
6
- const [internalValue, setInternalValue] = React.useState(toggled || defaultValue || false);
7
- React.useEffect(() => {
8
- if (toggled != null) {
9
- setInternalValue(toggled);
10
- }
11
- }, [toggled]);
12
- React.useEffect(() => {
13
- if (defaultValue != null) {
14
- setInternalValue(defaultValue);
15
- }
16
- }, [defaultValue]);
17
- const handlePress = () => {
18
- setInternalValue(!internalValue);
19
- onPress(!internalValue);
20
- };
21
- return (React.createElement(IconButton, { Icon: Icon, icon: icon, size: iconSize, color: internalValue ? colors[color] : colors[colorSecondary], onPress: handlePress, disabled: disabled, style: [
22
- styles.mainContainer,
23
- {
24
- width,
25
- height,
26
- backgroundColor: internalValue
27
- ? colors[colorSecondary]
28
- : colors[color],
29
- borderColor: colors[borderColor],
30
- },
31
- style,
32
- ], ...rest }));
33
- };
34
- const styles = StyleSheet.create({
35
- mainContainer: {
36
- borderWidth: 1,
37
- },
38
- });
39
- export default withTheme(ToggleButton);
@@ -1,12 +0,0 @@
1
- import React from "react";
2
- import { Pressable } from "react-native";
3
- export default function Touchable({ children, disabled, onPress, style, ...props }) {
4
- return (React.createElement(Pressable, { onPress: onPress, disabled: disabled, hitSlop: 8, style: ({ pressed }) => {
5
- return [
6
- {
7
- opacity: pressed || disabled ? 0.75 : 1,
8
- },
9
- style,
10
- ];
11
- }, ...props }, children));
12
- }
@@ -1,2 +0,0 @@
1
- import { TouchableOpacity } from "react-native";
2
- export default TouchableOpacity;
@@ -1,36 +0,0 @@
1
- import React from "react";
2
- import { Text } from "react-native";
3
- import { withTheme } from "../theming";
4
- export const Title = withTheme(({ text, theme, style }) => {
5
- return (React.createElement(Text, { style: [
6
- {
7
- fontSize: 20,
8
- letterSpacing: 0,
9
- lineHeight: 26,
10
- color: theme.colors.text,
11
- },
12
- style,
13
- ] }, text));
14
- });
15
- export const Subtitle = withTheme(({ text, theme, style }) => {
16
- return (React.createElement(Text, { style: [
17
- {
18
- fontSize: 14,
19
- letterSpacing: 0,
20
- lineHeight: 16,
21
- color: theme.colors.medium,
22
- },
23
- style,
24
- ] }, text));
25
- });
26
- export const Caption = withTheme(({ text, theme, style }) => {
27
- return (React.createElement(Text, { style: [
28
- {
29
- fontSize: 12,
30
- letterSpacing: 0,
31
- lineHeight: 14,
32
- color: theme.colors.light,
33
- },
34
- style,
35
- ] }, text));
36
- });
@@ -1,31 +0,0 @@
1
- import * as React from "react";
2
- export const useAuthState = (auth) => {
3
- const [error, setError] = React.useState();
4
- const [value, setValue] = React.useState(auth.currentUser);
5
- React.useEffect(() => {
6
- const list = auth.onAuthStateChanged(setValue, setError);
7
- return () => {
8
- list();
9
- };
10
- }, [auth]);
11
- const signInWithEmailAndPassword = (user, password) => {
12
- auth
13
- .signInWithEmailAndPassword(user, password)
14
- .then(setValue)
15
- .catch(setError);
16
- };
17
- const createUserWithEmailAndPassword = (user, password) => {
18
- auth
19
- .signInWithEmailAndPassword(user, password)
20
- .then(setValue)
21
- .catch(setError);
22
- };
23
- const signOut = () => auth.signOut();
24
- return [
25
- value,
26
- error,
27
- signInWithEmailAndPassword,
28
- signOut,
29
- createUserWithEmailAndPassword,
30
- ];
31
- };
package/src/constants.js DELETED
@@ -1,10 +0,0 @@
1
- import { Platform } from "react-native";
2
- // @ts-ignore
3
- const expo = global.__expo;
4
- const DEFAULT_STATUSBAR_HEIGHT_EXPO = (expo === null || expo === void 0 ? void 0 : expo.Constants)
5
- ? expo.Constants.statusBarHeight
6
- : 0;
7
- export const APPROX_STATUSBAR_HEIGHT = Platform.select({
8
- android: DEFAULT_STATUSBAR_HEIGHT_EXPO,
9
- ios: Platform.Version < 11 ? DEFAULT_STATUSBAR_HEIGHT_EXPO : 0,
10
- });
package/src/hooks.js DELETED
@@ -1,12 +0,0 @@
1
- import React from "react";
2
- export function usePrevious(value) {
3
- // The ref object is a generic container whose current property is mutable
4
- // and can hold any value, similar to an instance property on a class
5
- const ref = React.useRef();
6
- // Store current value in ref
7
- React.useEffect(() => {
8
- ref.current = value;
9
- }, [value]);
10
- // Return previous value (happens before update in useEffect above)
11
- return ref.current;
12
- }
package/src/index.js DELETED
@@ -1,53 +0,0 @@
1
- export { injectIcon } from "./interfaces/Icon";
2
- export { withTheme, ThemeProvider } from "./theming";
3
- export { default as Provider } from "./Provider";
4
- export { default as DefaultTheme } from "./styles/DefaultTheme";
5
- export { Link } from "./components/Text";
6
- export { default as Banner } from "./components/Banner";
7
- export { ButtonSolid, ButtonOutline } from "./components/Button";
8
- export { default as Avatar } from "./components/CircleImage";
9
- export { default as AvatarEdit } from "./components/AvatarEdit";
10
- export { default as Card } from "./components/Card";
11
- export { default as Carousel } from "./components/Carousel";
12
- export { Checkbox, CheckboxGroup, CheckboxRow } from "./components/Checkbox";
13
- export { default as CircleImage } from "./components/CircleImage";
14
- export { default as Container } from "./components/Container";
15
- export { default as Divider } from "./components/Divider";
16
- export { default as FAB } from "./components/FAB";
17
- export { default as FieldSearchBarFull } from "./components/FieldSearchBarFull";
18
- export { default as IconButton } from "./components/IconButton";
19
- export { default as Image } from "./components/Image";
20
- export { default as SVG } from "./components/SVG";
21
- export { default as NumberInput } from "./components/NumberInput";
22
- export { default as ScreenContainer } from "./components/ScreenContainer";
23
- export { default as StarRating } from "./components/StarRating";
24
- export { default as Surface } from "./components/Surface";
25
- export { default as Switch, SwitchRow } from "./components/Switch";
26
- export { default as TextField } from "./components/TextField";
27
- export { default as ToggleButton } from "./components/ToggleButton";
28
- export { default as Touchable } from "./components/Touchable";
29
- export { AccordionGroup, AccordionItem } from "./components/Accordion";
30
- export { ActionSheet, ActionSheetItem, ActionSheetCancel, } from "./components/ActionSheet";
31
- export { Swiper, SwiperItem } from "./components/Swiper";
32
- export { Center, Circle, Square, Row, Stack, Spacer, } from "./components/Layout";
33
- export { RadioButton, RadioButtonGroup, RadioButtonRow, RadioButtonFieldGroup, } from "./components/RadioButton/index";
34
- /* Deprecated: Fix or Delete! */
35
- export { default as Button } from "./components/DeprecatedButton";
36
- export { default as CardBlock } from "./components/CardBlock";
37
- export { default as CardContainer } from "./components/CardContainer";
38
- export { default as CardContainerRating } from "./components/CardContainerRating";
39
- export { default as CardInline } from "./components/CardInline";
40
- export { default as DatePicker } from "./components/DatePicker/DatePicker";
41
- export { default as HeaderLarge } from "./components/HeaderLarge";
42
- export { default as HeaderMedium } from "./components/HeaderMedium";
43
- export { default as HeaderOverline } from "./components/HeaderOverline";
44
- export { default as Picker } from "./components/Picker/Picker";
45
- export { default as ProgressBar } from "./components/ProgressBar";
46
- export { default as ProgressCircle } from "./components/ProgressCircle";
47
- export { default as RowBodyIcon } from "./components/RowBodyIcon";
48
- export { default as RowHeadlineImageCaption } from "./components/RowHeadlineImageCaption";
49
- export { default as RowHeadlineImageIcon } from "./components/RowHeadlineImageIcon";
50
- export { default as Slider } from "./components/Slider";
51
- export { default as Stepper } from "./components/Stepper";
52
- export { useAuthState } from "./components/useAuthState";
53
- // a comment to fix sourcemap comment issue
@@ -1,8 +0,0 @@
1
- /**
2
- * This is an interface for a hybrid component.
3
- *
4
- * Its public implementation is `@draftbit/native`, and it is injected inside
5
- * `@draftbit/ui`.
6
- */
7
- import React from "react";
8
- export const injectIcon = (Component, Icon) => (props) => React.createElement(Component, { ...props, Icon });
@@ -1,41 +0,0 @@
1
- import { COMPONENT_TYPES, createNumberProp, createIconProp, createTextProp, createStaticBoolProp, createColorProp, } from "@draftbit/types";
2
- export const SEED_DATA = {
3
- name: "Accordion",
4
- tag: "AccordionGroup",
5
- description: "An expandable container containing components",
6
- category: COMPONENT_TYPES.container,
7
- layout: {
8
- paddingTop: 8,
9
- paddingRight: 8,
10
- paddingBottom: 8,
11
- paddingLeft: 8,
12
- fontSize: 16,
13
- },
14
- props: {
15
- label: createTextProp({
16
- label: "Label",
17
- }),
18
- expanded: createStaticBoolProp({
19
- label: "Expanded",
20
- description: "Whether the AccordionGroup should be initaially expanded or not",
21
- }),
22
- openColor: createColorProp({
23
- label: "Open text color",
24
- }),
25
- closedColor: createColorProp({
26
- label: "Closed text color",
27
- }),
28
- caretColor: createColorProp({
29
- label: "Caret color",
30
- }),
31
- caretSize: createNumberProp({
32
- label: "Caret size",
33
- defaultValue: 24,
34
- }),
35
- icon: createIconProp(),
36
- iconSize: createNumberProp({
37
- label: "Icon size",
38
- defaultValue: 24,
39
- }),
40
- },
41
- };