@tactics/toddle-styleguide 5.3.1 → 5.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/App.tsx +0 -19
  2. package/app.json +8 -4
  3. package/index.tsx +0 -4
  4. package/package.json +55 -27
  5. package/src/components/atoms/calendar/calendar.component.tsx +10 -6
  6. package/src/components/atoms/calendar/calendar.preview.tsx +4 -3
  7. package/src/components/molecules/amount/amount.component.tsx +5 -4
  8. package/src/components/molecules/calendar-select/calendar-select.component.d.ts +4 -4
  9. package/src/components/molecules/calendar-select/calendar-select.component.tsx +17 -16
  10. package/src/components/molecules/calendar-select/calendar-select.preview.tsx +16 -5
  11. package/src/components/molecules/date-input/date-input.component.d.ts +2 -2
  12. package/src/components/molecules/date-input/date-input.component.tsx +3 -3
  13. package/src/components/molecules/date-input/date-input.preview.tsx +5 -5
  14. package/src/components/molecules/day/day.component.d.ts +3 -3
  15. package/src/components/molecules/day/day.component.tsx +22 -17
  16. package/src/components/molecules/selectable-list-item/selectable-list-item.component.tsx +12 -7
  17. package/src/components/molecules/timestamp/timestamp.component.d.ts +2 -2
  18. package/src/components/molecules/timestamp/timestamp.component.tsx +12 -5
  19. package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.component.d.ts +2 -2
  20. package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.component.tsx +5 -5
  21. package/src/components/organisms/journal-entry/journal-entry.component.d.ts +3 -3
  22. package/src/components/organisms/journal-entry/journal-entry.component.tsx +7 -3
  23. package/src/components/organisms/journal-entry/journal-entry.preview.tsx +7 -3
  24. package/src/components/organisms/text-bubble/text-bubble.component.d.ts +2 -2
  25. package/src/components/organisms/text-bubble/text-bubble.component.tsx +6 -3
  26. package/src/components/organisms/text-bubble/text-bubble.preview.tsx +19 -7
  27. package/src/components/templates/popover-action/popover-action.component.tsx +9 -8
  28. package/src/icons/solid/cloud-download/cloud-download.icon.tsx +1 -1
  29. package/src/icons/solid/refresh/refresh-solid.icon.tsx +2 -2
  30. package/src/utilities/datetime/clock.class.tsx +14 -0
  31. package/src/utilities/datetime/dateonly.class.tsx +287 -0
  32. package/src/utilities/datetime/datetime.class.tsx +288 -0
  33. package/src/utilities/datetime/day.class.tsx +48 -0
  34. package/src/utilities/datetime/dayjs-config.ts +96 -0
  35. package/src/utilities/datetime/dayoftheweek.class.tsx +242 -0
  36. package/src/utilities/datetime/hour.class.tsx +60 -0
  37. package/src/utilities/datetime/locale.tsx +6 -0
  38. package/src/utilities/datetime/millisecond.class.tsx +48 -0
  39. package/src/utilities/datetime/minute.class.tsx +55 -0
  40. package/src/utilities/datetime/month.class.tsx +74 -0
  41. package/src/utilities/datetime/second.class.tsx +52 -0
  42. package/src/utilities/datetime/time.class.tsx +190 -0
  43. package/src/utilities/datetime/timezone.class.tsx +36 -0
  44. package/src/utilities/datetime/year.class.tsx +78 -0
  45. package/src/utilities/datetime/yearandmonth.class.tsx +80 -0
  46. package/src/components/atoms/background-gradient/__snapshots__/background-gradient.test.js.snap +0 -40
  47. package/src/components/atoms/background-gradient/background-gradient.test.js +0 -10
  48. package/src/components/atoms/calendar/__snapshots__/calendar.test.js.snap +0 -6817
  49. package/src/components/atoms/calendar/calendar.test.js +0 -35
  50. package/src/components/atoms/check-switch/__snapshots__/check-switch.test.js.snap +0 -84
  51. package/src/components/atoms/check-switch/check-switch.test.js +0 -13
  52. package/src/components/atoms/heading-components/all-caps-heading/__snapshots__/all-caps-heading.test.js.snap +0 -113
  53. package/src/components/atoms/heading-components/all-caps-heading/all-caps-heading.test.js +0 -44
  54. package/src/components/atoms/heading-components/heading1/__snapshots__/heading1.test.js.snap +0 -121
  55. package/src/components/atoms/heading-components/heading1/heading1.test.js +0 -51
  56. package/src/components/atoms/heading-components/heading2/__snapshots__/heading2.test.js.snap +0 -121
  57. package/src/components/atoms/heading-components/heading2/heading2.test.js +0 -51
  58. package/src/components/atoms/heading-components/heading3/__snapshots__/heading3.test.js.snap +0 -121
  59. package/src/components/atoms/heading-components/heading3/heading3.test.js +0 -51
  60. package/src/components/atoms/heading-components/heading4/__snapshots__/heading4.test.js.snap +0 -121
  61. package/src/components/atoms/heading-components/heading4/heading4.test.js +0 -51
  62. package/src/components/atoms/image-bubble/__snapshots__/image-bubble.test.js.snap +0 -67
  63. package/src/components/atoms/image-bubble/image-bubble.test.js +0 -20
  64. package/src/components/atoms/increment-input/__snapshots__/increment-input.test.js.snap +0 -269
  65. package/src/components/atoms/increment-input/increment-input.test.js +0 -14
  66. package/src/components/atoms/logo/__snapshots__/logo.test.js.snap +0 -113
  67. package/src/components/atoms/logo/logo.test.js +0 -16
  68. package/src/components/atoms/paragraph-components/paragraph/__snapshots__/paragraph.test.js.snap +0 -121
  69. package/src/components/atoms/paragraph-components/paragraph/paragraph.test.js +0 -76
  70. package/src/components/atoms/paragraph-components/small-text/__snapshots__/small-text.test.js.snap +0 -121
  71. package/src/components/atoms/paragraph-components/small-text/small-text.test.js +0 -76
  72. package/src/components/atoms/paragraph-components/tiny-text/__snapshots__/tiny-text.test.js.snap +0 -121
  73. package/src/components/atoms/paragraph-components/tiny-text/tiny-text.test.js +0 -76
  74. package/src/components/atoms/quick-message/__snapshots__/quick-message.test.js.snap +0 -143
  75. package/src/components/atoms/quick-message/quick-message.test.js +0 -58
  76. package/src/components/atoms/split-container/__snapshots__/split-container.test.js.snap +0 -333
  77. package/src/components/atoms/split-container/split-container.test.js +0 -45
  78. package/src/components/atoms/text-input/__snapshots__/text-input.test.js.snap +0 -123
  79. package/src/components/atoms/text-input/text-input.test.js +0 -59
  80. package/src/components/molecules/avatar/__snapshots__/avatar.test.js.snap +0 -97
  81. package/src/components/molecules/avatar/avatar.test.js +0 -22
  82. package/src/components/molecules/blocked-message/__snapshots__/blocked-message.test.js.snap +0 -107
  83. package/src/components/molecules/blocked-message/blocked-message.test.js +0 -12
  84. package/src/components/molecules/button/__snapshots__/button.test.js.snap +0 -652
  85. package/src/components/molecules/button/button.test.js +0 -56
  86. package/src/components/molecules/calendar-select/__snapshots__/calendar-select.test.js.snap +0 -343
  87. package/src/components/molecules/calendar-select/calendar-select.test.js +0 -20
  88. package/src/components/molecules/cancel-link/__snapshots__/cancel-link.test.js.snap +0 -139
  89. package/src/components/molecules/cancel-link/cancel-link.test.js +0 -28
  90. package/src/components/molecules/checkbox/__snapshots__/checkbox.test.js.snap +0 -176
  91. package/src/components/molecules/checkbox/checkbox.test.js +0 -30
  92. package/src/components/molecules/contact-address/__snapshots__/contact-address.test.js.snap +0 -113
  93. package/src/components/molecules/contact-address/contact-address.test.js +0 -18
  94. package/src/components/molecules/contact-role/__snapshots__/contact-role.test.js.snap +0 -113
  95. package/src/components/molecules/contact-role/contact-role.test.js +0 -18
  96. package/src/components/molecules/date-input/__snapshots__/date-input.test.js.snap +0 -140
  97. package/src/components/molecules/date-input/date-input.test.js +0 -23
  98. package/src/components/molecules/day/__snapshots__/day.test.js.snap +0 -263
  99. package/src/components/molecules/day/day.test.js +0 -37
  100. package/src/components/molecules/default-select/__snapshots__/default-select.test.js.snap +0 -140
  101. package/src/components/molecules/default-select/default-select.test.js +0 -17
  102. package/src/components/molecules/department_logo/__snapshots__/department-logo.test.js.snap +0 -27
  103. package/src/components/molecules/department_logo/department-logo.test.js +0 -12
  104. package/src/components/molecules/failed-to-send/__snapshots__/failed-bubble.test.js.snap +0 -386
  105. package/src/components/molecules/failed-to-send/failed-bubble.test.js +0 -75
  106. package/src/components/molecules/filter-range/__snapshots__/filter-range.test.js.snap +0 -208
  107. package/src/components/molecules/filter-range/filter-range.test.js +0 -20
  108. package/src/components/molecules/filter-tab/__snapshots__/filter-tab.test.js.snap +0 -536
  109. package/src/components/molecules/filter-tab/filter-tab.test.js +0 -42
  110. package/src/components/molecules/info/__snapshots__/info.test.js.snap +0 -64
  111. package/src/components/molecules/info/info.test.js +0 -18
  112. package/src/components/molecules/language-button/__snapshots__/language-button.test.js.snap +0 -129
  113. package/src/components/molecules/language-button/language-button.test.js +0 -29
  114. package/src/components/molecules/message-input/__snapshots__/message-input.test.js.snap +0 -611
  115. package/src/components/molecules/message-input/message-input.test.js +0 -63
  116. package/src/components/molecules/more-info-button/__snapshots__/more-info-button.test.js.snap +0 -133
  117. package/src/components/molecules/more-info-button/more-info-button.test.js +0 -29
  118. package/src/components/molecules/password-input/__snapshots__/password-input.test.js.snap +0 -504
  119. package/src/components/molecules/password-input/password-input.test.js +0 -46
  120. package/src/components/molecules/pill/__snapshots__/pill.test.js.snap +0 -226
  121. package/src/components/molecules/pill/pill.test.js +0 -42
  122. package/src/components/molecules/pressable-icon/__snapshots__/pressable-icon.test.js.snap +0 -460
  123. package/src/components/molecules/pressable-icon/pressable-icon.test.js +0 -51
  124. package/src/components/molecules/quick-filter/__snapshots__/quick-filter.test.js.snap +0 -557
  125. package/src/components/molecules/quick-filter/quick-filter.test.js +0 -134
  126. package/src/components/molecules/search-input/__snapshots__/search.test.js.snap +0 -145
  127. package/src/components/molecules/search-input/search.test.js +0 -22
  128. package/src/components/molecules/select-link/__snapshots__/select-link.test.js.snap +0 -70
  129. package/src/components/molecules/select-link/select-link.test.js +0 -17
  130. package/src/components/molecules/select-list-item/__snapshots__/select-list-item.test.js.snap +0 -762
  131. package/src/components/molecules/select-list-item/select-list-item.test.js +0 -38
  132. package/src/components/molecules/select-picker/__snapshots__/select-picker.test.js.snap +0 -407
  133. package/src/components/molecules/select-picker/select-picker.test.js +0 -31
  134. package/src/components/molecules/send-bubble/__snapshots__/send-text-bubble.test.js.snap +0 -1979
  135. package/src/components/molecules/send-bubble/send-text-bubble.test.js +0 -156
  136. package/src/components/molecules/snackbar/__snapshots__/snackbar.test.js.snap +0 -557
  137. package/src/components/molecules/snackbar/snackbar.test.js +0 -35
  138. package/src/components/molecules/swipe/__snapshots__/swipe.test.js.snap +0 -340
  139. package/src/components/molecules/swipe/swipe.test.js +0 -46
  140. package/src/components/molecules/tag/__snapshots__/tag.test.js.snap +0 -139
  141. package/src/components/molecules/tag/tag.test.js +0 -34
  142. package/src/components/molecules/time-picker/__snapshots__/time-picker.test.js.snap +0 -2221
  143. package/src/components/molecules/time-picker/time-picker.test.js +0 -18
  144. package/src/components/molecules/time-tracker/__snapshots__/time-tracker.test.js.snap +0 -266
  145. package/src/components/molecules/time-tracker/time-tracker.test.js +0 -36
  146. package/src/components/molecules/timeline/__snapshots__/timeline.test.js.snap +0 -257
  147. package/src/components/molecules/timeline/timeline.test.js +0 -18
  148. package/src/components/molecules/timestamp/__snapshots__/timestamp.test.js.snap +0 -28
  149. package/src/components/molecules/timestamp/timestamp.test.js +0 -16
  150. package/src/components/molecules/wave-background/__snapshots__/wave.test.js.snap +0 -173
  151. package/src/components/molecules/wave-background/wave.test.js +0 -25
  152. package/src/components/molecules/wide-button/__snapshots__/wide-button.test.js.snap +0 -269
  153. package/src/components/molecules/wide-button/wide-button.test.js +0 -30
  154. package/src/components/organisms/child-list-item/__snapshots__/child-list-item.test.js.snap +0 -1040
  155. package/src/components/organisms/child-list-item/child-list-item.test.js +0 -75
  156. package/src/components/organisms/contact-item/__snapshots__/contact-item.test.js.snap +0 -404
  157. package/src/components/organisms/contact-item/contact-item.test.js +0 -22
  158. package/src/components/organisms/loading-indicator/__snapshots__/loading-indicator.test.js.snap +0 -474
  159. package/src/components/organisms/loading-indicator/loading-indicator.test.js +0 -41
  160. package/src/components/organisms/my-child-list-item/__snapshots__/my-child-list-item.test.js.snap +0 -293
  161. package/src/components/organisms/my-child-list-item/my-child-list-item.test.js +0 -23
  162. package/src/components/organisms/person-info-card/__snapshots__/person-info-card.test.js.snap +0 -709
  163. package/src/components/organisms/person-info-card/person-info-card.test.js +0 -85
  164. package/src/components/organisms/text-bubble/__snapshots__/text-bubble.test.js.snap +0 -3046
  165. package/src/components/organisms/text-bubble/text-bubble.test.js +0 -144
  166. package/src/utilities/toddle-datetime/interfaces/duration.interface.d.ts +0 -22
  167. package/src/utilities/toddle-datetime/interfaces/duration.interface.tsx +0 -23
  168. package/src/utilities/toddle-datetime/interfaces/toddle-datetime.interface.d.ts +0 -22
  169. package/src/utilities/toddle-datetime/interfaces/toddle-datetime.interface.tsx +0 -25
  170. package/src/utilities/toddle-datetime/toddle-datetime.class.d.ts +0 -50
  171. package/src/utilities/toddle-datetime/toddle-datetime.class.tsx +0 -206
  172. package/src/utilities/toddle-datetime/toddle-datetime.preview.d.ts +0 -2
  173. package/src/utilities/toddle-datetime/toddle-datetime.preview.tsx +0 -160
  174. package/src/utilities/toddle-datetime/toddle-datetime.test.js +0 -127
  175. package/src/utilities/toddle-datetime/types/duration.type.d.ts +0 -4
  176. package/src/utilities/toddle-datetime/types/duration.type.tsx +0 -6
  177. package/src/utilities/toddle-datetime/types/toddle-datetime.type.d.ts +0 -5
  178. package/src/utilities/toddle-datetime/types/toddle-datetime.type.tsx +0 -23
@@ -1,38 +0,0 @@
1
- import React from 'react';
2
- import render from 'react-test-renderer';
3
- import {SelectListItem} from './select-list-item.component';
4
- import {FilterIcon} from '../../../icons/outline/filter/filter.icon';
5
- import {OfficeBuildingIcon} from '../../../icons/outline/office-building/office-building.icon';
6
-
7
- describe('test button component', () => {
8
- it('should render a select-list-item component with 1 line of white text (bold) and a dark icon in a light circle', () => {
9
- const tree = render
10
- .create(<SelectListItem title={'Vlindertjes'} icon={<FilterIcon />} />)
11
- .toJSON();
12
- expect(tree).toMatchSnapshot();
13
- });
14
- it('should render a select-list-item component with 1 line of white text (bold) and a light icon in a dark circle', () => {
15
- const tree = render
16
- .create(
17
- <SelectListItem
18
- title={'lindertjes'}
19
- icon={<OfficeBuildingIcon />}
20
- inverse={true}
21
- />
22
- )
23
- .toJSON();
24
- expect(tree).toMatchSnapshot();
25
- });
26
- it('should render a select-list-item component with 2 LINES of text and a dark icon in a light circle', () => {
27
- const tree = render
28
- .create(
29
- <SelectListItem
30
- title={'Vlindertjes'}
31
- subtitle={'Leeftijd 2 tot 4 jaar'}
32
- icon={<FilterIcon />}
33
- />
34
- )
35
- .toJSON();
36
- expect(tree).toMatchSnapshot();
37
- });
38
- });
@@ -1,407 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Select Picker test renders a picker with placeholder text 1`] = `
4
- <View
5
- style={
6
- {
7
- "alignItems": "center",
8
- "backgroundColor": "#FFFFFF",
9
- "borderColor": "#E5E8EB",
10
- "borderRadius": 8,
11
- "borderStyle": "solid",
12
- "borderWidth": 1,
13
- "flexDirection": "row",
14
- "height": 48,
15
- "justifyContent": "center",
16
- "paddingBottom": 8,
17
- "paddingLeft": 16,
18
- "paddingRight": 16,
19
- "paddingTop": 8,
20
- "width": "100%",
21
- }
22
- }
23
- >
24
- <View
25
- style={
26
- {
27
- "height": "100%",
28
- "justifyContent": "center",
29
- "width": "100%",
30
- "zIndex": 1,
31
- }
32
- }
33
- >
34
- <View
35
- style={
36
- [
37
- {
38
- "alignSelf": "stretch",
39
- },
40
- {
41
- "flex": 1,
42
- "justifyContent": "center",
43
- },
44
- ]
45
- }
46
- >
47
- <View
48
- accessibilityState={
49
- {
50
- "busy": undefined,
51
- "checked": undefined,
52
- "disabled": undefined,
53
- "expanded": undefined,
54
- "selected": undefined,
55
- }
56
- }
57
- accessibilityValue={
58
- {
59
- "max": undefined,
60
- "min": undefined,
61
- "now": undefined,
62
- "text": undefined,
63
- }
64
- }
65
- accessible={true}
66
- collapsable={false}
67
- focusable={true}
68
- onClick={[Function]}
69
- onResponderGrant={[Function]}
70
- onResponderMove={[Function]}
71
- onResponderRelease={[Function]}
72
- onResponderTerminate={[Function]}
73
- onResponderTerminationRequest={[Function]}
74
- onStartShouldSetResponder={[Function]}
75
- style={
76
- {
77
- "opacity": 1,
78
- }
79
- }
80
- testID="ios_touchable_wrapper"
81
- >
82
- <View
83
- pointerEvents="box-only"
84
- style={
85
- {
86
- "height": "100%",
87
- "justifyContent": "flex-start",
88
- }
89
- }
90
- >
91
- <TextInput
92
- editable={false}
93
- style={
94
- [
95
- {
96
- "alignItems": "center",
97
- "color": "#9AA5B1",
98
- "fontFamily": "SourceSansPro",
99
- "fontSize": 16,
100
- "justifyContent": "center",
101
- "lineHeight": 22.4,
102
- },
103
- {
104
- "color": "#c7c7cd",
105
- },
106
- ]
107
- }
108
- testID="text_input"
109
- value="Choose..."
110
- />
111
- </View>
112
- </View>
113
- <Modal
114
- hardwareAccelerated={false}
115
- onOrientationChange={[Function]}
116
- supportedOrientations={
117
- [
118
- "portrait",
119
- "landscape",
120
- ]
121
- }
122
- testID="ios_modal"
123
- transparent={true}
124
- visible={false}
125
- />
126
- </View>
127
- </View>
128
- <View
129
- style={
130
- {
131
- "alignItems": "center",
132
- "height": "100%",
133
- "justifyContent": "center",
134
- "position": "absolute",
135
- "right": 16,
136
- "width": "10%",
137
- }
138
- }
139
- >
140
- <RNSVGSvgView
141
- align="xMidYMid"
142
- bbHeight="20"
143
- bbWidth="20"
144
- fill="none"
145
- focusable={false}
146
- height={20}
147
- meetOrSlice={0}
148
- minX={0}
149
- minY={0}
150
- style={
151
- [
152
- {
153
- "backgroundColor": "transparent",
154
- "borderWidth": 0,
155
- },
156
- {
157
- "flex": 0,
158
- "height": 20,
159
- "width": 20,
160
- },
161
- ]
162
- }
163
- vbHeight={19}
164
- vbWidth={12}
165
- width={20}
166
- >
167
- <RNSVGGroup
168
- fill={null}
169
- propList={
170
- [
171
- "fill",
172
- ]
173
- }
174
- >
175
- <RNSVGPath
176
- d="M1.66663 6.125L5.99996 1.625L10.3333 6.125M10.3333 12.875L5.99996 17.375L1.66663 12.875"
177
- fill={
178
- {
179
- "payload": 4278190080,
180
- "type": 0,
181
- }
182
- }
183
- propList={
184
- [
185
- "stroke",
186
- "strokeWidth",
187
- "strokeLinecap",
188
- "strokeLinejoin",
189
- ]
190
- }
191
- stroke={
192
- {
193
- "payload": 4280232243,
194
- "type": 0,
195
- }
196
- }
197
- strokeLinecap={1}
198
- strokeLinejoin={1}
199
- strokeWidth="2"
200
- />
201
- </RNSVGGroup>
202
- </RNSVGSvgView>
203
- </View>
204
- </View>
205
- `;
206
-
207
- exports[`Select Picker test renders a picker without placeholder text 1`] = `
208
- <View
209
- style={
210
- {
211
- "alignItems": "center",
212
- "backgroundColor": "#FFFFFF",
213
- "borderColor": "#E5E8EB",
214
- "borderRadius": 8,
215
- "borderStyle": "solid",
216
- "borderWidth": 1,
217
- "flexDirection": "row",
218
- "height": 48,
219
- "justifyContent": "center",
220
- "paddingBottom": 8,
221
- "paddingLeft": 16,
222
- "paddingRight": 16,
223
- "paddingTop": 8,
224
- "width": "100%",
225
- }
226
- }
227
- >
228
- <View
229
- style={
230
- {
231
- "height": "100%",
232
- "justifyContent": "center",
233
- "width": "100%",
234
- "zIndex": 1,
235
- }
236
- }
237
- >
238
- <View
239
- style={
240
- [
241
- {
242
- "alignSelf": "stretch",
243
- },
244
- {
245
- "flex": 1,
246
- "justifyContent": "center",
247
- },
248
- ]
249
- }
250
- >
251
- <View
252
- accessibilityState={
253
- {
254
- "busy": undefined,
255
- "checked": undefined,
256
- "disabled": undefined,
257
- "expanded": undefined,
258
- "selected": undefined,
259
- }
260
- }
261
- accessibilityValue={
262
- {
263
- "max": undefined,
264
- "min": undefined,
265
- "now": undefined,
266
- "text": undefined,
267
- }
268
- }
269
- accessible={true}
270
- collapsable={false}
271
- focusable={true}
272
- onClick={[Function]}
273
- onResponderGrant={[Function]}
274
- onResponderMove={[Function]}
275
- onResponderRelease={[Function]}
276
- onResponderTerminate={[Function]}
277
- onResponderTerminationRequest={[Function]}
278
- onStartShouldSetResponder={[Function]}
279
- style={
280
- {
281
- "opacity": 1,
282
- }
283
- }
284
- testID="ios_touchable_wrapper"
285
- >
286
- <View
287
- pointerEvents="box-only"
288
- style={
289
- {
290
- "height": "100%",
291
- "justifyContent": "flex-start",
292
- }
293
- }
294
- >
295
- <TextInput
296
- editable={false}
297
- style={
298
- [
299
- {
300
- "alignItems": "center",
301
- "color": "#9AA5B1",
302
- "fontFamily": "SourceSansPro",
303
- "fontSize": 16,
304
- "justifyContent": "center",
305
- "lineHeight": 22.4,
306
- },
307
- {},
308
- ]
309
- }
310
- testID="text_input"
311
- value="an option"
312
- />
313
- </View>
314
- </View>
315
- <Modal
316
- hardwareAccelerated={false}
317
- onOrientationChange={[Function]}
318
- supportedOrientations={
319
- [
320
- "portrait",
321
- "landscape",
322
- ]
323
- }
324
- testID="ios_modal"
325
- transparent={true}
326
- visible={false}
327
- />
328
- </View>
329
- </View>
330
- <View
331
- style={
332
- {
333
- "alignItems": "center",
334
- "height": "100%",
335
- "justifyContent": "center",
336
- "position": "absolute",
337
- "right": 16,
338
- "width": "10%",
339
- }
340
- }
341
- >
342
- <RNSVGSvgView
343
- align="xMidYMid"
344
- bbHeight="20"
345
- bbWidth="20"
346
- fill="none"
347
- focusable={false}
348
- height={20}
349
- meetOrSlice={0}
350
- minX={0}
351
- minY={0}
352
- style={
353
- [
354
- {
355
- "backgroundColor": "transparent",
356
- "borderWidth": 0,
357
- },
358
- {
359
- "flex": 0,
360
- "height": 20,
361
- "width": 20,
362
- },
363
- ]
364
- }
365
- vbHeight={19}
366
- vbWidth={12}
367
- width={20}
368
- >
369
- <RNSVGGroup
370
- fill={null}
371
- propList={
372
- [
373
- "fill",
374
- ]
375
- }
376
- >
377
- <RNSVGPath
378
- d="M1.66663 6.125L5.99996 1.625L10.3333 6.125M10.3333 12.875L5.99996 17.375L1.66663 12.875"
379
- fill={
380
- {
381
- "payload": 4278190080,
382
- "type": 0,
383
- }
384
- }
385
- propList={
386
- [
387
- "stroke",
388
- "strokeWidth",
389
- "strokeLinecap",
390
- "strokeLinejoin",
391
- ]
392
- }
393
- stroke={
394
- {
395
- "payload": 4280232243,
396
- "type": 0,
397
- }
398
- }
399
- strokeLinecap={1}
400
- strokeLinejoin={1}
401
- strokeWidth="2"
402
- />
403
- </RNSVGGroup>
404
- </RNSVGSvgView>
405
- </View>
406
- </View>
407
- `;
@@ -1,31 +0,0 @@
1
- import React from 'react';
2
- import render from 'react-test-renderer';
3
- import {SelectPicker} from './select-picker.component';
4
-
5
- describe('Select Picker test', () => {
6
- it('renders a picker with placeholder text', function () {
7
- const tree = render
8
- .create(
9
- <SelectPicker
10
- data={[{value: 1, label: 'an option'}]}
11
- defaultValue={'an option'}
12
- onChange={() => console.log('changed')}
13
- placeholder={'Choose...'}
14
- />
15
- )
16
- .toJSON();
17
- expect(tree).toMatchSnapshot();
18
- });
19
- it('renders a picker without placeholder text', function () {
20
- const tree = render
21
- .create(
22
- <SelectPicker
23
- data={[{value: 1, label: 'an option'}]}
24
- defaultValue={'an option'}
25
- onChange={() => console.log('changed')}
26
- />
27
- )
28
- .toJSON();
29
- expect(tree).toMatchSnapshot();
30
- });
31
- });