@pagopa/io-app-design-system 1.18.0 → 1.19.0

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 (193) hide show
  1. package/lib/commonjs/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +110 -0
  2. package/lib/commonjs/components/Advice/__test__/advice.test.js +9 -0
  3. package/lib/commonjs/components/Advice/__test__/advice.test.js.map +1 -1
  4. package/lib/commonjs/components/accordion/AccordionItem.js +25 -9
  5. package/lib/commonjs/components/accordion/AccordionItem.js.map +1 -1
  6. package/lib/commonjs/components/avatar/__test__/__snapshots__/avatar.test.tsx.snap +37 -0
  7. package/lib/commonjs/components/avatar/__test__/avatar.test.js +13 -0
  8. package/lib/commonjs/components/avatar/__test__/avatar.test.js.map +1 -1
  9. package/lib/commonjs/components/badge/__test__/__snapshots__/badge.test.tsx.snap +46 -0
  10. package/lib/commonjs/components/badge/__test__/badge.test.js +10 -0
  11. package/lib/commonjs/components/badge/__test__/badge.test.js.map +1 -1
  12. package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +315 -0
  13. package/lib/commonjs/components/banner/__test__/banner.test.js +15 -0
  14. package/lib/commonjs/components/banner/__test__/banner.test.js.map +1 -1
  15. package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +862 -0
  16. package/lib/commonjs/components/buttons/__test__/button.test.js +57 -0
  17. package/lib/commonjs/components/buttons/__test__/button.test.js.map +1 -1
  18. package/lib/commonjs/components/endOfPage/EndOfPage.js +36 -0
  19. package/lib/commonjs/components/endOfPage/EndOfPage.js.map +1 -0
  20. package/lib/commonjs/components/endOfPage/index.js +17 -0
  21. package/lib/commonjs/components/endOfPage/index.js.map +1 -0
  22. package/lib/commonjs/components/icons/Icon.js +15 -3
  23. package/lib/commonjs/components/icons/Icon.js.map +1 -1
  24. package/lib/commonjs/components/icons/svg/IconSystemLocationiOS.js +34 -0
  25. package/lib/commonjs/components/icons/svg/IconSystemLocationiOS.js.map +1 -0
  26. package/lib/commonjs/components/icons/svg/IconSystemNotificationsInstructions.js +1 -0
  27. package/lib/commonjs/components/icons/svg/IconSystemNotificationsInstructions.js.map +1 -1
  28. package/lib/commonjs/components/icons/svg/IconSystemPhotosiOS.js +105 -0
  29. package/lib/commonjs/components/icons/svg/IconSystemPhotosiOS.js.map +1 -0
  30. package/lib/commonjs/components/icons/svg/IconSystemPrivacyiOS.js +34 -0
  31. package/lib/commonjs/components/icons/svg/IconSystemPrivacyiOS.js.map +1 -0
  32. package/lib/commonjs/components/icons/svg/originals/IconSystemLocationiOS.svg +7 -0
  33. package/lib/commonjs/components/icons/svg/originals/IconSystemNotificationsInstructions.svg +22 -0
  34. package/lib/commonjs/components/icons/svg/originals/IconSystemPhotosiOS.svg +99 -0
  35. package/lib/commonjs/components/icons/svg/originals/IconSystemPrivacyiOS.svg +14 -0
  36. package/lib/commonjs/components/image/Image.js +47 -0
  37. package/lib/commonjs/components/image/Image.js.map +1 -0
  38. package/lib/commonjs/components/image/index.js +17 -0
  39. package/lib/commonjs/components/image/index.js.map +1 -0
  40. package/lib/commonjs/components/index.js +22 -0
  41. package/lib/commonjs/components/index.js.map +1 -1
  42. package/lib/commonjs/components/layout/HeaderSecondLevel.js +9 -3
  43. package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
  44. package/lib/commonjs/components/listitems/ListItemHeader.js +4 -3
  45. package/lib/commonjs/components/listitems/ListItemHeader.js.map +1 -1
  46. package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js +4 -1
  47. package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js.map +1 -1
  48. package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +1729 -0
  49. package/lib/commonjs/components/listitems/__test__/listitem.test.js +83 -3
  50. package/lib/commonjs/components/listitems/__test__/listitem.test.js.map +1 -1
  51. package/lib/commonjs/components/radio/RadioGroup.js +25 -21
  52. package/lib/commonjs/components/radio/RadioGroup.js.map +1 -1
  53. package/lib/commonjs/components/tabs/TabItem.js +13 -6
  54. package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
  55. package/lib/commonjs/components/typography/LabelHeader.js +6 -4
  56. package/lib/commonjs/components/typography/LabelHeader.js.map +1 -1
  57. package/lib/commonjs/core/IODSExperimentalContextProvider.js +9 -9
  58. package/lib/commonjs/core/IODSExperimentalContextProvider.js.map +1 -1
  59. package/lib/commonjs/utils/testing.js +15 -0
  60. package/lib/commonjs/utils/testing.js.map +1 -0
  61. package/lib/module/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +110 -0
  62. package/lib/module/components/Advice/__test__/advice.test.js +9 -0
  63. package/lib/module/components/Advice/__test__/advice.test.js.map +1 -1
  64. package/lib/module/components/accordion/AccordionItem.js +27 -11
  65. package/lib/module/components/accordion/AccordionItem.js.map +1 -1
  66. package/lib/module/components/avatar/__test__/__snapshots__/avatar.test.tsx.snap +37 -0
  67. package/lib/module/components/avatar/__test__/avatar.test.js +13 -0
  68. package/lib/module/components/avatar/__test__/avatar.test.js.map +1 -1
  69. package/lib/module/components/badge/__test__/__snapshots__/badge.test.tsx.snap +46 -0
  70. package/lib/module/components/badge/__test__/badge.test.js +10 -0
  71. package/lib/module/components/badge/__test__/badge.test.js.map +1 -1
  72. package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +315 -0
  73. package/lib/module/components/banner/__test__/banner.test.js +15 -0
  74. package/lib/module/components/banner/__test__/banner.test.js.map +1 -1
  75. package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +862 -0
  76. package/lib/module/components/buttons/__test__/button.test.js +57 -0
  77. package/lib/module/components/buttons/__test__/button.test.js.map +1 -1
  78. package/lib/module/components/endOfPage/EndOfPage.js +28 -0
  79. package/lib/module/components/endOfPage/EndOfPage.js.map +1 -0
  80. package/lib/module/components/endOfPage/index.js +2 -0
  81. package/lib/module/components/endOfPage/index.js.map +1 -0
  82. package/lib/module/components/icons/Icon.js +15 -3
  83. package/lib/module/components/icons/Icon.js.map +1 -1
  84. package/lib/module/components/icons/svg/IconSystemLocationiOS.js +26 -0
  85. package/lib/module/components/icons/svg/IconSystemLocationiOS.js.map +1 -0
  86. package/lib/module/components/icons/svg/IconSystemNotificationsInstructions.js +2 -1
  87. package/lib/module/components/icons/svg/IconSystemNotificationsInstructions.js.map +1 -1
  88. package/lib/module/components/icons/svg/IconSystemPhotosiOS.js +97 -0
  89. package/lib/module/components/icons/svg/IconSystemPhotosiOS.js.map +1 -0
  90. package/lib/module/components/icons/svg/IconSystemPrivacyiOS.js +26 -0
  91. package/lib/module/components/icons/svg/IconSystemPrivacyiOS.js.map +1 -0
  92. package/lib/module/components/icons/svg/originals/IconSystemLocationiOS.svg +7 -0
  93. package/lib/module/components/icons/svg/originals/IconSystemNotificationsInstructions.svg +22 -0
  94. package/lib/module/components/icons/svg/originals/IconSystemPhotosiOS.svg +99 -0
  95. package/lib/module/components/icons/svg/originals/IconSystemPrivacyiOS.svg +14 -0
  96. package/lib/module/components/image/Image.js +39 -0
  97. package/lib/module/components/image/Image.js.map +1 -0
  98. package/lib/module/components/image/index.js +2 -0
  99. package/lib/module/components/image/index.js.map +1 -0
  100. package/lib/module/components/index.js +2 -0
  101. package/lib/module/components/index.js.map +1 -1
  102. package/lib/module/components/layout/HeaderSecondLevel.js +9 -3
  103. package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
  104. package/lib/module/components/listitems/ListItemHeader.js +4 -3
  105. package/lib/module/components/listitems/ListItemHeader.js.map +1 -1
  106. package/lib/module/components/listitems/ListItemRadioWithAmount.js +4 -1
  107. package/lib/module/components/listitems/ListItemRadioWithAmount.js.map +1 -1
  108. package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +1729 -0
  109. package/lib/module/components/listitems/__test__/listitem.test.js +83 -3
  110. package/lib/module/components/listitems/__test__/listitem.test.js.map +1 -1
  111. package/lib/module/components/radio/RadioGroup.js +25 -21
  112. package/lib/module/components/radio/RadioGroup.js.map +1 -1
  113. package/lib/module/components/tabs/TabItem.js +13 -6
  114. package/lib/module/components/tabs/TabItem.js.map +1 -1
  115. package/lib/module/components/typography/LabelHeader.js +6 -4
  116. package/lib/module/components/typography/LabelHeader.js.map +1 -1
  117. package/lib/module/core/IODSExperimentalContextProvider.js +3 -3
  118. package/lib/module/core/IODSExperimentalContextProvider.js.map +1 -1
  119. package/lib/module/utils/testing.js +7 -0
  120. package/lib/module/utils/testing.js.map +1 -0
  121. package/lib/typescript/components/accordion/AccordionItem.d.ts +3 -1
  122. package/lib/typescript/components/accordion/AccordionItem.d.ts.map +1 -1
  123. package/lib/typescript/components/endOfPage/EndOfPage.d.ts +23 -0
  124. package/lib/typescript/components/endOfPage/EndOfPage.d.ts.map +1 -0
  125. package/lib/typescript/components/endOfPage/index.d.ts +2 -0
  126. package/lib/typescript/components/endOfPage/index.d.ts.map +1 -0
  127. package/lib/typescript/components/icons/Icon.d.ts +6 -0
  128. package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
  129. package/lib/typescript/components/icons/svg/IconSystemLocationiOS.d.ts +5 -0
  130. package/lib/typescript/components/icons/svg/IconSystemLocationiOS.d.ts.map +1 -0
  131. package/lib/typescript/components/icons/svg/IconSystemNotificationsInstructions.d.ts.map +1 -1
  132. package/lib/typescript/components/icons/svg/IconSystemPhotosiOS.d.ts +5 -0
  133. package/lib/typescript/components/icons/svg/IconSystemPhotosiOS.d.ts.map +1 -0
  134. package/lib/typescript/components/icons/svg/IconSystemPrivacyiOS.d.ts +5 -0
  135. package/lib/typescript/components/icons/svg/IconSystemPrivacyiOS.d.ts.map +1 -0
  136. package/lib/typescript/components/image/Image.d.ts +17 -0
  137. package/lib/typescript/components/image/Image.d.ts.map +1 -0
  138. package/lib/typescript/components/image/index.d.ts +2 -0
  139. package/lib/typescript/components/image/index.d.ts.map +1 -0
  140. package/lib/typescript/components/index.d.ts +2 -0
  141. package/lib/typescript/components/index.d.ts.map +1 -1
  142. package/lib/typescript/components/layout/HeaderSecondLevel.d.ts +10 -4
  143. package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
  144. package/lib/typescript/components/listitems/ListItemHeader.d.ts +2 -2
  145. package/lib/typescript/components/listitems/ListItemHeader.d.ts.map +1 -1
  146. package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts +1 -0
  147. package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts.map +1 -1
  148. package/lib/typescript/components/radio/RadioGroup.d.ts +22 -9
  149. package/lib/typescript/components/radio/RadioGroup.d.ts.map +1 -1
  150. package/lib/typescript/components/tabs/TabItem.d.ts +2 -1
  151. package/lib/typescript/components/tabs/TabItem.d.ts.map +1 -1
  152. package/lib/typescript/components/typography/LabelHeader.d.ts +1 -1
  153. package/lib/typescript/components/typography/LabelHeader.d.ts.map +1 -1
  154. package/lib/typescript/core/IODSExperimentalContextProvider.d.ts +5 -1
  155. package/lib/typescript/core/IODSExperimentalContextProvider.d.ts.map +1 -1
  156. package/lib/typescript/utils/testing.d.ts +4 -0
  157. package/lib/typescript/utils/testing.d.ts.map +1 -0
  158. package/package.json +1 -1
  159. package/src/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +110 -0
  160. package/src/components/Advice/__test__/advice.test.tsx +10 -0
  161. package/src/components/accordion/AccordionItem.tsx +33 -13
  162. package/src/components/avatar/__test__/__snapshots__/avatar.test.tsx.snap +37 -0
  163. package/src/components/avatar/__test__/avatar.test.tsx +10 -0
  164. package/src/components/badge/__test__/__snapshots__/badge.test.tsx.snap +46 -0
  165. package/src/components/badge/__test__/badge.test.tsx +10 -0
  166. package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +315 -0
  167. package/src/components/banner/__test__/banner.test.tsx +18 -0
  168. package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +862 -0
  169. package/src/components/buttons/__test__/button.test.tsx +77 -1
  170. package/src/components/endOfPage/EndOfPage.tsx +55 -0
  171. package/src/components/endOfPage/index.tsx +1 -0
  172. package/src/components/icons/Icon.tsx +15 -3
  173. package/src/components/icons/svg/IconSystemLocationiOS.tsx +15 -0
  174. package/src/components/icons/svg/IconSystemNotificationsInstructions.tsx +2 -1
  175. package/src/components/icons/svg/IconSystemPhotosiOS.tsx +114 -0
  176. package/src/components/icons/svg/IconSystemPrivacyiOS.tsx +15 -0
  177. package/src/components/icons/svg/originals/IconSystemLocationiOS.svg +7 -0
  178. package/src/components/icons/svg/originals/IconSystemNotificationsInstructions.svg +22 -0
  179. package/src/components/icons/svg/originals/IconSystemPhotosiOS.svg +99 -0
  180. package/src/components/icons/svg/originals/IconSystemPrivacyiOS.svg +14 -0
  181. package/src/components/image/Image.tsx +49 -0
  182. package/src/components/image/index.tsx +1 -0
  183. package/src/components/index.tsx +2 -0
  184. package/src/components/layout/HeaderSecondLevel.tsx +28 -10
  185. package/src/components/listitems/ListItemHeader.tsx +6 -3
  186. package/src/components/listitems/ListItemRadioWithAmount.tsx +5 -1
  187. package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +1729 -0
  188. package/src/components/listitems/__test__/listitem.test.tsx +104 -3
  189. package/src/components/radio/RadioGroup.tsx +61 -11
  190. package/src/components/tabs/TabItem.tsx +22 -6
  191. package/src/components/typography/LabelHeader.tsx +11 -6
  192. package/src/core/IODSExperimentalContextProvider.tsx +3 -3
  193. package/src/utils/testing.tsx +14 -0
@@ -1,5 +1,1734 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
+ exports[`Test List Item Components - Experimental Enabled ListItemAction Snapshot 1`] = `
4
+ <View
5
+ accessibilityLabel="accessibilityLabel"
6
+ accessibilityRole="button"
7
+ accessibilityState={
8
+ {
9
+ "busy": undefined,
10
+ "checked": undefined,
11
+ "disabled": undefined,
12
+ "expanded": undefined,
13
+ "selected": undefined,
14
+ }
15
+ }
16
+ accessibilityValue={
17
+ {
18
+ "max": undefined,
19
+ "min": undefined,
20
+ "now": undefined,
21
+ "text": undefined,
22
+ }
23
+ }
24
+ accessible={true}
25
+ collapsable={false}
26
+ focusable={true}
27
+ onBlur={[Function]}
28
+ onClick={[Function]}
29
+ onFocus={[Function]}
30
+ onResponderGrant={[Function]}
31
+ onResponderMove={[Function]}
32
+ onResponderRelease={[Function]}
33
+ onResponderTerminate={[Function]}
34
+ onResponderTerminationRequest={[Function]}
35
+ onStartShouldSetResponder={[Function]}
36
+ onTouchEnd={[Function]}
37
+ >
38
+ <View
39
+ style={
40
+ [
41
+ {
42
+ "marginHorizontal": -24,
43
+ "paddingHorizontal": 24,
44
+ "paddingVertical": 12,
45
+ },
46
+ {
47
+ "backgroundColor": undefined,
48
+ },
49
+ ]
50
+ }
51
+ >
52
+ <View
53
+ style={
54
+ [
55
+ {
56
+ "alignItems": "center",
57
+ "flexDirection": "row",
58
+ "justifyContent": "space-between",
59
+ },
60
+ {
61
+ "transform": [
62
+ {
63
+ "scale": undefined,
64
+ },
65
+ ],
66
+ },
67
+ ]
68
+ }
69
+ >
70
+ <View
71
+ style={
72
+ {
73
+ "flex": 1,
74
+ }
75
+ }
76
+ >
77
+ <Text
78
+ style={
79
+ [
80
+ {
81
+ "fontFamily": "Readex Pro",
82
+ "fontSize": 16,
83
+ "fontStyle": "normal",
84
+ "fontWeight": "400",
85
+ "lineHeight": 20,
86
+ },
87
+ {
88
+ "color": "#0B3EE3",
89
+ },
90
+ ]
91
+ }
92
+ >
93
+ label
94
+ </Text>
95
+ </View>
96
+ </View>
97
+ </View>
98
+ </View>
99
+ `;
100
+
101
+ exports[`Test List Item Components - Experimental Enabled ListItemIDP Snapshot 1`] = `
102
+ <View
103
+ accessibilityRole="button"
104
+ accessibilityState={
105
+ {
106
+ "busy": undefined,
107
+ "checked": undefined,
108
+ "disabled": undefined,
109
+ "expanded": undefined,
110
+ "selected": undefined,
111
+ }
112
+ }
113
+ accessibilityValue={
114
+ {
115
+ "max": undefined,
116
+ "min": undefined,
117
+ "now": undefined,
118
+ "text": undefined,
119
+ }
120
+ }
121
+ accessible={true}
122
+ collapsable={false}
123
+ focusable={true}
124
+ onBlur={[Function]}
125
+ onClick={[Function]}
126
+ onFocus={[Function]}
127
+ onResponderGrant={[Function]}
128
+ onResponderMove={[Function]}
129
+ onResponderRelease={[Function]}
130
+ onResponderTerminate={[Function]}
131
+ onResponderTerminationRequest={[Function]}
132
+ onStartShouldSetResponder={[Function]}
133
+ onTouchEnd={[Function]}
134
+ >
135
+ <View
136
+ style={
137
+ [
138
+ {
139
+ "alignItems": "center",
140
+ "backgroundColor": "#FFFFFF",
141
+ "borderColor": "#E8EBF1",
142
+ "borderRadius": 8,
143
+ "borderWidth": 1,
144
+ "flexDirection": "row",
145
+ "justifyContent": "space-between",
146
+ "paddingHorizontal": 16,
147
+ "paddingVertical": 16,
148
+ },
149
+ false,
150
+ {
151
+ "transform": [
152
+ {
153
+ "scale": undefined,
154
+ },
155
+ ],
156
+ },
157
+ ]
158
+ }
159
+ >
160
+ <Text
161
+ style={
162
+ [
163
+ {
164
+ "alignSelf": "center",
165
+ "color": "#555C70",
166
+ "flexShrink": 1,
167
+ "fontSize": 12,
168
+ "lineHeight": 16,
169
+ "textTransform": "uppercase",
170
+ },
171
+ {
172
+ "fontFamily": "Readex Pro",
173
+ "fontStyle": "normal",
174
+ "fontWeight": "400",
175
+ },
176
+ ]
177
+ }
178
+ />
179
+ <Image
180
+ source={
181
+ {
182
+ "uri": "undefined",
183
+ }
184
+ }
185
+ style={
186
+ {
187
+ "height": 30,
188
+ "marginStart": 8,
189
+ "resizeMode": "contain",
190
+ "width": 120,
191
+ }
192
+ }
193
+ />
194
+ </View>
195
+ </View>
196
+ `;
197
+
198
+ exports[`Test List Item Components - Experimental Enabled ListItemInfo Snapshot 1`] = `
199
+ <View
200
+ accessibilityLabel="accessibilityLabel"
201
+ accessible={true}
202
+ style={
203
+ {
204
+ "marginHorizontal": -24,
205
+ "paddingHorizontal": 24,
206
+ "paddingVertical": 12,
207
+ }
208
+ }
209
+ >
210
+ <View
211
+ style={
212
+ {
213
+ "alignItems": "center",
214
+ "flexDirection": "row",
215
+ "justifyContent": "space-between",
216
+ }
217
+ }
218
+ >
219
+ <View
220
+ style={
221
+ {
222
+ "flex": 1,
223
+ }
224
+ }
225
+ >
226
+ <View
227
+ accessibilityElementsHidden={false}
228
+ accessible={true}
229
+ importantForAccessibility="yes"
230
+ >
231
+ <Text
232
+ allowFontScaling={false}
233
+ color="grey-700"
234
+ defaultColor="blue"
235
+ defaultWeight="Bold"
236
+ font="TitilliumWeb"
237
+ fontStyle={
238
+ {
239
+ "fontSize": 14,
240
+ "lineHeight": 21,
241
+ }
242
+ }
243
+ style={
244
+ [
245
+ {
246
+ "fontSize": 14,
247
+ "lineHeight": 21,
248
+ },
249
+ {
250
+ "color": "#555C70",
251
+ "fontFamily": "Titillium Web",
252
+ "fontStyle": "normal",
253
+ "fontWeight": "400",
254
+ },
255
+ ]
256
+ }
257
+ weight="Regular"
258
+ >
259
+ label
260
+ </Text>
261
+ <Text
262
+ allowFontScaling={false}
263
+ color="black"
264
+ defaultColor="black"
265
+ defaultWeight="Regular"
266
+ font="ReadexPro"
267
+ fontStyle={
268
+ {
269
+ "fontSize": 16,
270
+ "lineHeight": 24,
271
+ }
272
+ }
273
+ numberOfLines={2}
274
+ style={
275
+ [
276
+ {
277
+ "fontSize": 16,
278
+ "lineHeight": 24,
279
+ },
280
+ {
281
+ "color": "#0E0F13",
282
+ "fontFamily": "Readex Pro",
283
+ "fontStyle": "normal",
284
+ "fontWeight": "400",
285
+ },
286
+ ]
287
+ }
288
+ weight="Regular"
289
+ >
290
+ testValue
291
+ </Text>
292
+ </View>
293
+ </View>
294
+ </View>
295
+ </View>
296
+ `;
297
+
298
+ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snapshot 1`] = `
299
+ <View
300
+ accessibilityLabel="accessibilityLabel"
301
+ accessibilityRole="button"
302
+ accessibilityState={
303
+ {
304
+ "busy": undefined,
305
+ "checked": undefined,
306
+ "disabled": undefined,
307
+ "expanded": undefined,
308
+ "selected": undefined,
309
+ }
310
+ }
311
+ accessibilityValue={
312
+ {
313
+ "max": undefined,
314
+ "min": undefined,
315
+ "now": undefined,
316
+ "text": undefined,
317
+ }
318
+ }
319
+ accessible={true}
320
+ collapsable={false}
321
+ focusable={true}
322
+ onBlur={[Function]}
323
+ onClick={[Function]}
324
+ onFocus={[Function]}
325
+ onResponderGrant={[Function]}
326
+ onResponderMove={[Function]}
327
+ onResponderRelease={[Function]}
328
+ onResponderTerminate={[Function]}
329
+ onResponderTerminationRequest={[Function]}
330
+ onStartShouldSetResponder={[Function]}
331
+ >
332
+ <View
333
+ style={
334
+ [
335
+ {
336
+ "marginHorizontal": -24,
337
+ "paddingHorizontal": 24,
338
+ "paddingVertical": 12,
339
+ },
340
+ {
341
+ "backgroundColor": undefined,
342
+ },
343
+ ]
344
+ }
345
+ >
346
+ <View
347
+ style={
348
+ [
349
+ {
350
+ "alignItems": "center",
351
+ "flexDirection": "row",
352
+ "justifyContent": "space-between",
353
+ },
354
+ {
355
+ "transform": [
356
+ {
357
+ "scale": undefined,
358
+ },
359
+ ],
360
+ },
361
+ ]
362
+ }
363
+ >
364
+ <View
365
+ style={
366
+ {
367
+ "flex": 1,
368
+ }
369
+ }
370
+ >
371
+ <Text
372
+ allowFontScaling={false}
373
+ color="grey-700"
374
+ defaultColor="blue"
375
+ defaultWeight="Bold"
376
+ font="TitilliumWeb"
377
+ fontStyle={
378
+ {
379
+ "fontSize": 14,
380
+ "lineHeight": 21,
381
+ }
382
+ }
383
+ style={
384
+ [
385
+ {
386
+ "fontSize": 14,
387
+ "lineHeight": 21,
388
+ },
389
+ {
390
+ "color": "#555C70",
391
+ "fontFamily": "Titillium Web",
392
+ "fontStyle": "normal",
393
+ "fontWeight": "400",
394
+ },
395
+ ]
396
+ }
397
+ weight="Regular"
398
+ >
399
+ label
400
+ </Text>
401
+ <Text
402
+ allowFontScaling={false}
403
+ color="blueIO-500"
404
+ defaultColor="black"
405
+ defaultWeight="Regular"
406
+ font="ReadexPro"
407
+ fontStyle={
408
+ {
409
+ "fontSize": 16,
410
+ "lineHeight": 24,
411
+ }
412
+ }
413
+ numberOfLines={2}
414
+ style={
415
+ [
416
+ {
417
+ "fontSize": 16,
418
+ "lineHeight": 24,
419
+ },
420
+ {
421
+ "color": "#0B3EE3",
422
+ "fontFamily": "Readex Pro",
423
+ "fontStyle": "normal",
424
+ "fontWeight": "400",
425
+ },
426
+ ]
427
+ }
428
+ weight="Regular"
429
+ >
430
+ testValue
431
+ </Text>
432
+ </View>
433
+ <View
434
+ style={
435
+ {
436
+ "marginLeft": 16,
437
+ }
438
+ }
439
+ >
440
+ <RNSVGSvgView
441
+ accessibilityElementsHidden={true}
442
+ accessibilityLabel=""
443
+ accessible={false}
444
+ align="xMidYMid"
445
+ bbHeight={24}
446
+ bbWidth={24}
447
+ color={4278927075}
448
+ focusable={false}
449
+ height={24}
450
+ importantForAccessibility="no-hide-descendants"
451
+ meetOrSlice={0}
452
+ minX={0}
453
+ minY={0}
454
+ style={
455
+ [
456
+ {
457
+ "backgroundColor": "transparent",
458
+ "borderWidth": 0,
459
+ },
460
+ {
461
+ "color": "#0B3EE3",
462
+ },
463
+ {
464
+ "flex": 0,
465
+ "height": 24,
466
+ "width": 24,
467
+ },
468
+ ]
469
+ }
470
+ tintColor={4278927075}
471
+ vbHeight={24}
472
+ vbWidth={24}
473
+ width={24}
474
+ >
475
+ <RNSVGGroup>
476
+ <RNSVGPath
477
+ clipRule={0}
478
+ d="M12 18h8a2 2 0 0 0 2-2V9h-4a3 3 0 0 1-3-3V2h-3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2Zm9.332-11.987a2 2 0 0 1 .603.987H18a1 1 0 0 1-1-1V2.227a2 2 0 0 1 .406.281l3.926 3.505ZM14 20h-2a4 4 0 0 1-4-4V6H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2Zm2 0h4a4 4 0 0 0 4-4V7.505a4 4 0 0 0-1.336-2.984l-3.926-3.505A4 4 0 0 0 16.074 0H12a4 4 0 0 0-4 4H4a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4Z"
479
+ fill={
480
+ [
481
+ 2,
482
+ ]
483
+ }
484
+ fillRule={0}
485
+ propList={
486
+ [
487
+ "fill",
488
+ "fillRule",
489
+ ]
490
+ }
491
+ />
492
+ </RNSVGGroup>
493
+ </RNSVGSvgView>
494
+ </View>
495
+ </View>
496
+ </View>
497
+ </View>
498
+ `;
499
+
500
+ exports[`Test List Item Components - Experimental Enabled ListItemNav Snapshot 1`] = `
501
+ <View
502
+ accessibilityLabel="accessibilityLabel"
503
+ accessibilityRole="button"
504
+ accessibilityState={
505
+ {
506
+ "busy": undefined,
507
+ "checked": undefined,
508
+ "disabled": undefined,
509
+ "expanded": undefined,
510
+ "selected": undefined,
511
+ }
512
+ }
513
+ accessibilityValue={
514
+ {
515
+ "max": undefined,
516
+ "min": undefined,
517
+ "now": undefined,
518
+ "text": undefined,
519
+ }
520
+ }
521
+ accessible={true}
522
+ collapsable={false}
523
+ focusable={true}
524
+ onBlur={[Function]}
525
+ onClick={[Function]}
526
+ onFocus={[Function]}
527
+ onResponderGrant={[Function]}
528
+ onResponderMove={[Function]}
529
+ onResponderRelease={[Function]}
530
+ onResponderTerminate={[Function]}
531
+ onResponderTerminationRequest={[Function]}
532
+ onStartShouldSetResponder={[Function]}
533
+ >
534
+ <View
535
+ style={
536
+ [
537
+ {
538
+ "marginHorizontal": -24,
539
+ "paddingHorizontal": 24,
540
+ "paddingVertical": 12,
541
+ },
542
+ {
543
+ "backgroundColor": undefined,
544
+ },
545
+ ]
546
+ }
547
+ >
548
+ <View
549
+ style={
550
+ [
551
+ {
552
+ "alignItems": "center",
553
+ "flexDirection": "row",
554
+ "justifyContent": "space-between",
555
+ },
556
+ {
557
+ "transform": [
558
+ {
559
+ "scale": undefined,
560
+ },
561
+ ],
562
+ },
563
+ ]
564
+ }
565
+ >
566
+ <View
567
+ style={
568
+ {
569
+ "flex": 1,
570
+ }
571
+ }
572
+ >
573
+ <Text
574
+ allowFontScaling={false}
575
+ color="black"
576
+ defaultColor="black"
577
+ defaultWeight="Regular"
578
+ font="ReadexPro"
579
+ fontStyle={
580
+ {
581
+ "fontSize": 16,
582
+ "lineHeight": 24,
583
+ }
584
+ }
585
+ style={
586
+ [
587
+ {
588
+ "fontSize": 16,
589
+ "lineHeight": 24,
590
+ },
591
+ {
592
+ "color": "#0E0F13",
593
+ "fontFamily": "Readex Pro",
594
+ "fontStyle": "normal",
595
+ "fontWeight": "400",
596
+ },
597
+ ]
598
+ }
599
+ weight="Regular"
600
+ >
601
+ testValue
602
+ </Text>
603
+ </View>
604
+ <View
605
+ style={
606
+ {
607
+ "marginLeft": 16,
608
+ }
609
+ }
610
+ >
611
+ <RNSVGSvgView
612
+ accessibilityElementsHidden={true}
613
+ accessibilityLabel=""
614
+ accessible={false}
615
+ align="xMidYMid"
616
+ bbHeight={24}
617
+ bbWidth={24}
618
+ color={4278927075}
619
+ focusable={false}
620
+ height={24}
621
+ importantForAccessibility="no-hide-descendants"
622
+ meetOrSlice={0}
623
+ minX={0}
624
+ minY={0}
625
+ style={
626
+ [
627
+ {
628
+ "backgroundColor": "transparent",
629
+ "borderWidth": 0,
630
+ },
631
+ {
632
+ "color": "#0B3EE3",
633
+ },
634
+ {
635
+ "flex": 0,
636
+ "height": 24,
637
+ "width": 24,
638
+ },
639
+ ]
640
+ }
641
+ tintColor={4278927075}
642
+ vbHeight={24}
643
+ vbWidth={24}
644
+ width={24}
645
+ >
646
+ <RNSVGGroup>
647
+ <RNSVGPath
648
+ clipRule={0}
649
+ d="M16.2929 5.29289c.3905-.39052 1.0237-.39052 1.4142 0l6 6.00001c.3905.3905.3905 1.0237 0 1.4142l-6 6c-.3905.3905-1.0237.3905-1.4142 0-.3905-.3905-.3905-1.0237 0-1.4142L21.5858 12l-5.2929-5.29289c-.3905-.39053-.3905-1.02369 0-1.41422Z"
650
+ fill={
651
+ [
652
+ 2,
653
+ ]
654
+ }
655
+ fillRule={0}
656
+ propList={
657
+ [
658
+ "fill",
659
+ "fillRule",
660
+ ]
661
+ }
662
+ />
663
+ </RNSVGGroup>
664
+ </RNSVGSvgView>
665
+ </View>
666
+ </View>
667
+ </View>
668
+ </View>
669
+ `;
670
+
671
+ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snapshot 1`] = `
672
+ <View
673
+ accessibilityLabel="accessibilityLabel"
674
+ accessibilityRole="button"
675
+ accessibilityState={
676
+ {
677
+ "busy": undefined,
678
+ "checked": undefined,
679
+ "disabled": undefined,
680
+ "expanded": undefined,
681
+ "selected": undefined,
682
+ }
683
+ }
684
+ accessibilityValue={
685
+ {
686
+ "max": undefined,
687
+ "min": undefined,
688
+ "now": undefined,
689
+ "text": undefined,
690
+ }
691
+ }
692
+ accessible={true}
693
+ collapsable={false}
694
+ focusable={true}
695
+ onBlur={[Function]}
696
+ onClick={[Function]}
697
+ onFocus={[Function]}
698
+ onResponderGrant={[Function]}
699
+ onResponderMove={[Function]}
700
+ onResponderRelease={[Function]}
701
+ onResponderTerminate={[Function]}
702
+ onResponderTerminationRequest={[Function]}
703
+ onStartShouldSetResponder={[Function]}
704
+ >
705
+ <View
706
+ style={
707
+ [
708
+ {
709
+ "marginHorizontal": -24,
710
+ "paddingHorizontal": 24,
711
+ "paddingVertical": 12,
712
+ },
713
+ {
714
+ "backgroundColor": undefined,
715
+ },
716
+ ]
717
+ }
718
+ >
719
+ <View
720
+ style={
721
+ [
722
+ {
723
+ "alignItems": "center",
724
+ "flexDirection": "row",
725
+ "justifyContent": "space-between",
726
+ },
727
+ {
728
+ "transform": [
729
+ {
730
+ "scale": undefined,
731
+ },
732
+ ],
733
+ },
734
+ ]
735
+ }
736
+ >
737
+ <View
738
+ style={
739
+ {
740
+ "marginRight": 16,
741
+ }
742
+ }
743
+ >
744
+ <RNSVGSvgView
745
+ accessibilityElementsHidden={true}
746
+ accessibilityLabel=""
747
+ accessible={false}
748
+ align="xMidYMid"
749
+ bbHeight={24}
750
+ bbWidth={24}
751
+ color={4294862438}
752
+ focusable={false}
753
+ height={24}
754
+ importantForAccessibility="no-hide-descendants"
755
+ meetOrSlice={0}
756
+ minX={0}
757
+ minY={0}
758
+ style={
759
+ [
760
+ {
761
+ "backgroundColor": "transparent",
762
+ "borderWidth": 0,
763
+ },
764
+ {
765
+ "color": "#FE6666",
766
+ },
767
+ {
768
+ "flex": 0,
769
+ "height": 24,
770
+ "width": 24,
771
+ },
772
+ ]
773
+ }
774
+ tintColor={4294862438}
775
+ vbHeight={24}
776
+ vbWidth={24}
777
+ width={24}
778
+ >
779
+ <RNSVGGroup>
780
+ <RNSVGPath
781
+ clipRule={0}
782
+ d="M7.00702 1c-.73494 0-1.41405.39209-1.78152 1.02856L.2756 11.0274c-.36747.6365-.36747 1.4206 0 2.0571l4.9499 8.8783c.36747.6365 1.04658 1.0286 1.78152 1.0286h9.94288c.7349 0 1.414-.3921 1.7815-1.0286l4.993-8.8783c.3675-.6365.3675-1.4206 0-2.0571l-4.993-8.99884C18.3639 1.39209 17.6848 1 16.9499 1H7.00702Zm5.02608 13.5549c.5676 0 1.0283-.4601 1.0283-1.0277V5.52583c0-.56758-.4601-1.02769-1.0277-1.02769-.5676 0-1.0282.46011-1.0282 1.02769v8.00137c0 .5676.4601 1.0277 1.0276 1.0277Zm0 1.9431c.8436 0 1.5275.6839 1.5275 1.5275 0 .8436-.6839 1.5275-1.5275 1.5275-.8436 0-1.5274-.6839-1.5274-1.5275 0-.8436.6838-1.5275 1.5274-1.5275Z"
783
+ fill={
784
+ [
785
+ 2,
786
+ ]
787
+ }
788
+ fillRule={0}
789
+ propList={
790
+ [
791
+ "fill",
792
+ "fillRule",
793
+ ]
794
+ }
795
+ />
796
+ </RNSVGGroup>
797
+ </RNSVGSvgView>
798
+ </View>
799
+ <View
800
+ style={
801
+ {
802
+ "flex": 1,
803
+ }
804
+ }
805
+ >
806
+ <Text
807
+ allowFontScaling={false}
808
+ color="black"
809
+ defaultColor="black"
810
+ defaultWeight="Regular"
811
+ font="ReadexPro"
812
+ fontStyle={
813
+ {
814
+ "fontSize": 16,
815
+ "lineHeight": 24,
816
+ }
817
+ }
818
+ style={
819
+ [
820
+ {
821
+ "fontSize": 16,
822
+ "lineHeight": 24,
823
+ },
824
+ {
825
+ "color": "#0E0F13",
826
+ "fontFamily": "Readex Pro",
827
+ "fontStyle": "normal",
828
+ "fontWeight": "400",
829
+ },
830
+ ]
831
+ }
832
+ weight="Regular"
833
+ >
834
+ testValue
835
+ </Text>
836
+ </View>
837
+ <View
838
+ style={
839
+ {
840
+ "marginLeft": 16,
841
+ }
842
+ }
843
+ >
844
+ <RNSVGSvgView
845
+ accessibilityElementsHidden={true}
846
+ accessibilityLabel=""
847
+ accessible={false}
848
+ align="xMidYMid"
849
+ bbHeight={24}
850
+ bbWidth={24}
851
+ color={4278927075}
852
+ focusable={false}
853
+ height={24}
854
+ importantForAccessibility="no-hide-descendants"
855
+ meetOrSlice={0}
856
+ minX={0}
857
+ minY={0}
858
+ style={
859
+ [
860
+ {
861
+ "backgroundColor": "transparent",
862
+ "borderWidth": 0,
863
+ },
864
+ {
865
+ "color": "#0B3EE3",
866
+ },
867
+ {
868
+ "flex": 0,
869
+ "height": 24,
870
+ "width": 24,
871
+ },
872
+ ]
873
+ }
874
+ tintColor={4278927075}
875
+ vbHeight={24}
876
+ vbWidth={24}
877
+ width={24}
878
+ >
879
+ <RNSVGGroup>
880
+ <RNSVGPath
881
+ clipRule={0}
882
+ d="M16.2929 5.29289c.3905-.39052 1.0237-.39052 1.4142 0l6 6.00001c.3905.3905.3905 1.0237 0 1.4142l-6 6c-.3905.3905-1.0237.3905-1.4142 0-.3905-.3905-.3905-1.0237 0-1.4142L21.5858 12l-5.2929-5.29289c-.3905-.39053-.3905-1.02369 0-1.41422Z"
883
+ fill={
884
+ [
885
+ 2,
886
+ ]
887
+ }
888
+ fillRule={0}
889
+ propList={
890
+ [
891
+ "fill",
892
+ "fillRule",
893
+ ]
894
+ }
895
+ />
896
+ </RNSVGGroup>
897
+ </RNSVGSvgView>
898
+ </View>
899
+ </View>
900
+ </View>
901
+ </View>
902
+ `;
903
+
904
+ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmount Snapshot 1`] = `
905
+ <View
906
+ accessibilityRole="button"
907
+ accessibilityState={
908
+ {
909
+ "busy": undefined,
910
+ "checked": undefined,
911
+ "disabled": undefined,
912
+ "expanded": undefined,
913
+ "selected": undefined,
914
+ }
915
+ }
916
+ accessibilityValue={
917
+ {
918
+ "max": undefined,
919
+ "min": undefined,
920
+ "now": undefined,
921
+ "text": undefined,
922
+ }
923
+ }
924
+ accessible={true}
925
+ collapsable={false}
926
+ focusable={true}
927
+ onBlur={[Function]}
928
+ onClick={[Function]}
929
+ onFocus={[Function]}
930
+ onResponderGrant={[Function]}
931
+ onResponderMove={[Function]}
932
+ onResponderRelease={[Function]}
933
+ onResponderTerminate={[Function]}
934
+ onResponderTerminationRequest={[Function]}
935
+ onStartShouldSetResponder={[Function]}
936
+ onTouchEnd={[Function]}
937
+ >
938
+ <View
939
+ style={
940
+ [
941
+ {
942
+ "marginHorizontal": -24,
943
+ "paddingHorizontal": 24,
944
+ "paddingVertical": 12,
945
+ },
946
+ {
947
+ "backgroundColor": undefined,
948
+ },
949
+ ]
950
+ }
951
+ >
952
+ <View
953
+ style={
954
+ [
955
+ {
956
+ "alignItems": "center",
957
+ "flexDirection": "row",
958
+ "justifyContent": "space-between",
959
+ },
960
+ {
961
+ "transform": [
962
+ {
963
+ "scale": undefined,
964
+ },
965
+ ],
966
+ },
967
+ ]
968
+ }
969
+ >
970
+ <View>
971
+ <Text
972
+ allowFontScaling={false}
973
+ color="black"
974
+ defaultColor="black"
975
+ defaultWeight="Regular"
976
+ font="ReadexPro"
977
+ fontStyle={
978
+ {
979
+ "fontSize": 14,
980
+ "lineHeight": 21,
981
+ }
982
+ }
983
+ style={
984
+ [
985
+ {
986
+ "fontSize": 14,
987
+ "lineHeight": 21,
988
+ },
989
+ {
990
+ "color": "#0E0F13",
991
+ "fontFamily": "Readex Pro",
992
+ "fontStyle": "normal",
993
+ "fontWeight": "400",
994
+ },
995
+ ]
996
+ }
997
+ weight="Regular"
998
+ >
999
+ label
1000
+ </Text>
1001
+ <View
1002
+ style={
1003
+ {
1004
+ "height": 4,
1005
+ }
1006
+ }
1007
+ />
1008
+ <View
1009
+ style={
1010
+ {
1011
+ "alignItems": "center",
1012
+ "flexDirection": "row",
1013
+ }
1014
+ }
1015
+ >
1016
+ <RNSVGSvgView
1017
+ accessibilityElementsHidden={true}
1018
+ accessibilityLabel=""
1019
+ accessible={false}
1020
+ align="xMidYMid"
1021
+ bbHeight={16}
1022
+ bbWidth={16}
1023
+ color={4283766755}
1024
+ focusable={false}
1025
+ height={16}
1026
+ importantForAccessibility="no-hide-descendants"
1027
+ meetOrSlice={0}
1028
+ minX={0}
1029
+ minY={0}
1030
+ style={
1031
+ [
1032
+ {
1033
+ "backgroundColor": "transparent",
1034
+ "borderWidth": 0,
1035
+ },
1036
+ {
1037
+ "color": "#5517E3",
1038
+ },
1039
+ {
1040
+ "flex": 0,
1041
+ "height": 16,
1042
+ "width": 16,
1043
+ },
1044
+ ]
1045
+ }
1046
+ tintColor={4283766755}
1047
+ vbHeight={17}
1048
+ vbWidth={16}
1049
+ width={16}
1050
+ >
1051
+ <RNSVGGroup>
1052
+ <RNSVGPath
1053
+ d="M5.64418.97979c.23675-.63972 1.14156-.63972 1.37831 0l1.27772 3.45256a.73476.73476 0 0 0 .43411.43411l3.45258 1.27772c.6397.23675.6397 1.14156 0 1.37831L8.73432 8.80021a.73476.73476 0 0 0-.43411.43411L7.02249 12.6869c-.23675.6397-1.14156.6397-1.37831 0L4.36646 9.23432a.73476.73476 0 0 0-.43411-.43411L.47979 7.52249c-.63972-.23675-.63972-1.14156 0-1.37831l3.45256-1.27772a.73476.73476 0 0 0 .43411-.43411L5.64418.97979Zm6.65942 9.10601c.1246-.33665.6008-.33665.7255 0l.6724 1.8172a.38723.38723 0 0 0 .2285.2285l1.8172.6725c.3366.1246.3366.6008 0 .7254l-1.8172.6725a.3868.3868 0 0 0-.2285.2284l-.6724 1.8172c-.1247.3367-.6009.3367-.7255 0l-.6725-1.8172a.38638.38638 0 0 0-.2284-.2284l-1.81717-.6725c-.3367-.1246-.3367-.6008 0-.7254l1.81717-.6725a.3868.3868 0 0 0 .2284-.2285l.6725-1.8172Z"
1054
+ fill={
1055
+ [
1056
+ 2,
1057
+ ]
1058
+ }
1059
+ propList={
1060
+ [
1061
+ "fill",
1062
+ ]
1063
+ }
1064
+ />
1065
+ </RNSVGGroup>
1066
+ </RNSVGSvgView>
1067
+ <View
1068
+ style={
1069
+ {
1070
+ "width": 4,
1071
+ }
1072
+ }
1073
+ />
1074
+ <Text
1075
+ allowFontScaling={false}
1076
+ color="hanPurple-500"
1077
+ defaultColor="blue"
1078
+ defaultWeight="Bold"
1079
+ font="TitilliumWeb"
1080
+ fontStyle={
1081
+ {
1082
+ "fontSize": 14,
1083
+ "lineHeight": 21,
1084
+ }
1085
+ }
1086
+ style={
1087
+ [
1088
+ {
1089
+ "fontSize": 14,
1090
+ "lineHeight": 21,
1091
+ },
1092
+ {
1093
+ "color": "#5517E3",
1094
+ "fontFamily": "Titillium Web",
1095
+ "fontStyle": "normal",
1096
+ "fontWeight": "400",
1097
+ },
1098
+ ]
1099
+ }
1100
+ weight="Regular"
1101
+ >
1102
+ suggestReason
1103
+ </Text>
1104
+ </View>
1105
+ </View>
1106
+ <View
1107
+ pointerEvents="none"
1108
+ style={
1109
+ {
1110
+ "flexDirection": "row",
1111
+ }
1112
+ }
1113
+ >
1114
+ <Text
1115
+ allowFontScaling={false}
1116
+ color="blueIO-500"
1117
+ defaultColor="black"
1118
+ defaultWeight="Regular"
1119
+ font="ReadexPro"
1120
+ fontStyle={
1121
+ {
1122
+ "fontSize": 16,
1123
+ "lineHeight": 24,
1124
+ }
1125
+ }
1126
+ style={
1127
+ [
1128
+ {
1129
+ "fontSize": 16,
1130
+ "lineHeight": 24,
1131
+ },
1132
+ {
1133
+ "color": "#0B3EE3",
1134
+ "fontFamily": "Readex Pro",
1135
+ "fontStyle": "normal",
1136
+ "fontWeight": "400",
1137
+ },
1138
+ ]
1139
+ }
1140
+ weight="Regular"
1141
+ >
1142
+ € 1.000,00
1143
+ </Text>
1144
+ <View
1145
+ style={
1146
+ {
1147
+ "width": 8,
1148
+ }
1149
+ }
1150
+ />
1151
+ <View
1152
+ accessibilityState={
1153
+ {
1154
+ "busy": undefined,
1155
+ "checked": undefined,
1156
+ "disabled": undefined,
1157
+ "expanded": undefined,
1158
+ "selected": undefined,
1159
+ }
1160
+ }
1161
+ accessibilityValue={
1162
+ {
1163
+ "max": undefined,
1164
+ "min": undefined,
1165
+ "now": undefined,
1166
+ "text": undefined,
1167
+ }
1168
+ }
1169
+ accessible={true}
1170
+ collapsable={false}
1171
+ focusable={true}
1172
+ onBlur={[Function]}
1173
+ onClick={[Function]}
1174
+ onFocus={[Function]}
1175
+ onResponderGrant={[Function]}
1176
+ onResponderMove={[Function]}
1177
+ onResponderRelease={[Function]}
1178
+ onResponderTerminate={[Function]}
1179
+ onResponderTerminationRequest={[Function]}
1180
+ onStartShouldSetResponder={[Function]}
1181
+ style={
1182
+ {
1183
+ "height": 24,
1184
+ "width": 24,
1185
+ }
1186
+ }
1187
+ testID="AnimatedRadioInput"
1188
+ >
1189
+ <View
1190
+ style={
1191
+ [
1192
+ {
1193
+ "borderRadius": 12,
1194
+ "borderWidth": 2,
1195
+ "height": 24,
1196
+ "left": 0,
1197
+ "position": "absolute",
1198
+ "top": 0,
1199
+ "width": 24,
1200
+ },
1201
+ {
1202
+ "borderColor": "#636B82",
1203
+ },
1204
+ ]
1205
+ }
1206
+ />
1207
+ <View
1208
+ style={
1209
+ [
1210
+ {
1211
+ "borderRadius": 12,
1212
+ "height": 24,
1213
+ "left": 0,
1214
+ "position": "absolute",
1215
+ "top": 0,
1216
+ "width": 24,
1217
+ },
1218
+ {
1219
+ "backgroundColor": "#0B3EE3",
1220
+ },
1221
+ {
1222
+ "opacity": 1,
1223
+ "transform": [
1224
+ {
1225
+ "scale": undefined,
1226
+ },
1227
+ ],
1228
+ },
1229
+ ]
1230
+ }
1231
+ />
1232
+ <View>
1233
+ <RNSVGSvgView
1234
+ align="xMidYMid"
1235
+ bbHeight="100%"
1236
+ bbWidth="100%"
1237
+ focusable={false}
1238
+ meetOrSlice={0}
1239
+ minX={0}
1240
+ minY={0}
1241
+ style={
1242
+ [
1243
+ {
1244
+ "backgroundColor": "transparent",
1245
+ "borderWidth": 0,
1246
+ },
1247
+ {
1248
+ "flex": 0,
1249
+ "height": "100%",
1250
+ "width": "100%",
1251
+ },
1252
+ ]
1253
+ }
1254
+ vbHeight={24}
1255
+ vbWidth={24}
1256
+ >
1257
+ <RNSVGGroup>
1258
+ <RNSVGPath
1259
+ d="m7 12 4 4 7-7"
1260
+ fill={null}
1261
+ onLayout={[Function]}
1262
+ propList={
1263
+ [
1264
+ "fill",
1265
+ "stroke",
1266
+ "strokeWidth",
1267
+ "strokeDasharray",
1268
+ "strokeLinecap",
1269
+ "strokeLinejoin",
1270
+ ]
1271
+ }
1272
+ stroke={4294967295}
1273
+ strokeDasharray={null}
1274
+ strokeLinecap={1}
1275
+ strokeLinejoin={1}
1276
+ strokeWidth={2}
1277
+ />
1278
+ </RNSVGGroup>
1279
+ </RNSVGSvgView>
1280
+ </View>
1281
+ </View>
1282
+ </View>
1283
+ </View>
1284
+ </View>
1285
+ </View>
1286
+ `;
1287
+
1288
+ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmount Snapshot 2`] = `
1289
+ <View
1290
+ accessibilityRole="button"
1291
+ accessibilityState={
1292
+ {
1293
+ "busy": undefined,
1294
+ "checked": undefined,
1295
+ "disabled": undefined,
1296
+ "expanded": undefined,
1297
+ "selected": undefined,
1298
+ }
1299
+ }
1300
+ accessibilityValue={
1301
+ {
1302
+ "max": undefined,
1303
+ "min": undefined,
1304
+ "now": undefined,
1305
+ "text": undefined,
1306
+ }
1307
+ }
1308
+ accessible={true}
1309
+ collapsable={false}
1310
+ focusable={true}
1311
+ onBlur={[Function]}
1312
+ onClick={[Function]}
1313
+ onFocus={[Function]}
1314
+ onResponderGrant={[Function]}
1315
+ onResponderMove={[Function]}
1316
+ onResponderRelease={[Function]}
1317
+ onResponderTerminate={[Function]}
1318
+ onResponderTerminationRequest={[Function]}
1319
+ onStartShouldSetResponder={[Function]}
1320
+ onTouchEnd={[Function]}
1321
+ >
1322
+ <View
1323
+ style={
1324
+ [
1325
+ {
1326
+ "marginHorizontal": -24,
1327
+ "paddingHorizontal": 24,
1328
+ "paddingVertical": 12,
1329
+ },
1330
+ {
1331
+ "backgroundColor": undefined,
1332
+ },
1333
+ ]
1334
+ }
1335
+ >
1336
+ <View
1337
+ style={
1338
+ [
1339
+ {
1340
+ "alignItems": "center",
1341
+ "flexDirection": "row",
1342
+ "justifyContent": "space-between",
1343
+ },
1344
+ {
1345
+ "transform": [
1346
+ {
1347
+ "scale": undefined,
1348
+ },
1349
+ ],
1350
+ },
1351
+ ]
1352
+ }
1353
+ >
1354
+ <View>
1355
+ <Text
1356
+ allowFontScaling={false}
1357
+ color="black"
1358
+ defaultColor="black"
1359
+ defaultWeight="Regular"
1360
+ font="ReadexPro"
1361
+ fontStyle={
1362
+ {
1363
+ "fontSize": 14,
1364
+ "lineHeight": 21,
1365
+ }
1366
+ }
1367
+ style={
1368
+ [
1369
+ {
1370
+ "fontSize": 14,
1371
+ "lineHeight": 21,
1372
+ },
1373
+ {
1374
+ "color": "#0E0F13",
1375
+ "fontFamily": "Readex Pro",
1376
+ "fontStyle": "normal",
1377
+ "fontWeight": "400",
1378
+ },
1379
+ ]
1380
+ }
1381
+ weight="Regular"
1382
+ >
1383
+ label
1384
+ </Text>
1385
+ </View>
1386
+ <View
1387
+ pointerEvents="none"
1388
+ style={
1389
+ {
1390
+ "flexDirection": "row",
1391
+ }
1392
+ }
1393
+ >
1394
+ <Text
1395
+ allowFontScaling={false}
1396
+ color="blueIO-500"
1397
+ defaultColor="black"
1398
+ defaultWeight="Regular"
1399
+ font="ReadexPro"
1400
+ fontStyle={
1401
+ {
1402
+ "fontSize": 16,
1403
+ "lineHeight": 24,
1404
+ }
1405
+ }
1406
+ style={
1407
+ [
1408
+ {
1409
+ "fontSize": 16,
1410
+ "lineHeight": 24,
1411
+ },
1412
+ {
1413
+ "color": "#0B3EE3",
1414
+ "fontFamily": "Readex Pro",
1415
+ "fontStyle": "normal",
1416
+ "fontWeight": "400",
1417
+ },
1418
+ ]
1419
+ }
1420
+ weight="Regular"
1421
+ >
1422
+ € 1.000,00
1423
+ </Text>
1424
+ <View
1425
+ style={
1426
+ {
1427
+ "width": 8,
1428
+ }
1429
+ }
1430
+ />
1431
+ <View
1432
+ accessibilityState={
1433
+ {
1434
+ "busy": undefined,
1435
+ "checked": undefined,
1436
+ "disabled": undefined,
1437
+ "expanded": undefined,
1438
+ "selected": undefined,
1439
+ }
1440
+ }
1441
+ accessibilityValue={
1442
+ {
1443
+ "max": undefined,
1444
+ "min": undefined,
1445
+ "now": undefined,
1446
+ "text": undefined,
1447
+ }
1448
+ }
1449
+ accessible={true}
1450
+ collapsable={false}
1451
+ focusable={true}
1452
+ onBlur={[Function]}
1453
+ onClick={[Function]}
1454
+ onFocus={[Function]}
1455
+ onResponderGrant={[Function]}
1456
+ onResponderMove={[Function]}
1457
+ onResponderRelease={[Function]}
1458
+ onResponderTerminate={[Function]}
1459
+ onResponderTerminationRequest={[Function]}
1460
+ onStartShouldSetResponder={[Function]}
1461
+ style={
1462
+ {
1463
+ "height": 24,
1464
+ "width": 24,
1465
+ }
1466
+ }
1467
+ testID="AnimatedRadioInput"
1468
+ >
1469
+ <View
1470
+ style={
1471
+ [
1472
+ {
1473
+ "borderRadius": 12,
1474
+ "borderWidth": 2,
1475
+ "height": 24,
1476
+ "left": 0,
1477
+ "position": "absolute",
1478
+ "top": 0,
1479
+ "width": 24,
1480
+ },
1481
+ {
1482
+ "borderColor": "#636B82",
1483
+ },
1484
+ ]
1485
+ }
1486
+ />
1487
+ <View
1488
+ style={
1489
+ [
1490
+ {
1491
+ "borderRadius": 12,
1492
+ "height": 24,
1493
+ "left": 0,
1494
+ "position": "absolute",
1495
+ "top": 0,
1496
+ "width": 24,
1497
+ },
1498
+ {
1499
+ "backgroundColor": "#0B3EE3",
1500
+ },
1501
+ {
1502
+ "opacity": 0,
1503
+ "transform": [
1504
+ {
1505
+ "scale": undefined,
1506
+ },
1507
+ ],
1508
+ },
1509
+ ]
1510
+ }
1511
+ />
1512
+ </View>
1513
+ </View>
1514
+ </View>
1515
+ </View>
1516
+ </View>
1517
+ `;
1518
+
1519
+ exports[`Test List Item Components - Experimental Enabled ListItemTransaction Snapshot 1`] = `
1520
+ <View
1521
+ accessible={false}
1522
+ style={
1523
+ {
1524
+ "marginHorizontal": -24,
1525
+ "paddingHorizontal": 24,
1526
+ "paddingVertical": 12,
1527
+ }
1528
+ }
1529
+ >
1530
+ <View
1531
+ style={
1532
+ {
1533
+ "alignItems": "center",
1534
+ "flexDirection": "row",
1535
+ "justifyContent": "space-between",
1536
+ }
1537
+ }
1538
+ >
1539
+ <View
1540
+ style={
1541
+ {
1542
+ "marginRight": 16,
1543
+ }
1544
+ }
1545
+ >
1546
+ <View
1547
+ collapsable={false}
1548
+ style={
1549
+ {
1550
+ "opacity": 0.5,
1551
+ }
1552
+ }
1553
+ >
1554
+ <View
1555
+ height={44}
1556
+ radius={100}
1557
+ style={
1558
+ {
1559
+ "backgroundColor": "#efefef",
1560
+ "borderRadius": 100,
1561
+ "height": 44,
1562
+ "width": 44,
1563
+ }
1564
+ }
1565
+ width={44}
1566
+ />
1567
+ </View>
1568
+ </View>
1569
+ <View
1570
+ style={
1571
+ {
1572
+ "flex": 1,
1573
+ }
1574
+ }
1575
+ >
1576
+ <View
1577
+ collapsable={false}
1578
+ style={
1579
+ {
1580
+ "opacity": 0.5,
1581
+ }
1582
+ }
1583
+ >
1584
+ <View
1585
+ height={16}
1586
+ radius={8}
1587
+ style={
1588
+ {
1589
+ "backgroundColor": "#efefef",
1590
+ "borderRadius": 8,
1591
+ "height": 16,
1592
+ "width": 62,
1593
+ }
1594
+ }
1595
+ width={62}
1596
+ />
1597
+ </View>
1598
+ <View
1599
+ style={
1600
+ {
1601
+ "height": 4,
1602
+ }
1603
+ }
1604
+ />
1605
+ <View
1606
+ collapsable={false}
1607
+ style={
1608
+ {
1609
+ "opacity": 0.5,
1610
+ }
1611
+ }
1612
+ >
1613
+ <View
1614
+ height={16}
1615
+ radius={8}
1616
+ style={
1617
+ {
1618
+ "backgroundColor": "#efefef",
1619
+ "borderRadius": 8,
1620
+ "height": 16,
1621
+ "width": 107,
1622
+ }
1623
+ }
1624
+ width={107}
1625
+ />
1626
+ </View>
1627
+ </View>
1628
+ <View
1629
+ style={
1630
+ {
1631
+ "marginLeft": 16,
1632
+ }
1633
+ }
1634
+ >
1635
+ <View
1636
+ collapsable={false}
1637
+ style={
1638
+ {
1639
+ "opacity": 0.5,
1640
+ }
1641
+ }
1642
+ >
1643
+ <View
1644
+ height={24}
1645
+ radius={8}
1646
+ style={
1647
+ {
1648
+ "backgroundColor": "#efefef",
1649
+ "borderRadius": 8,
1650
+ "height": 24,
1651
+ "width": 70,
1652
+ }
1653
+ }
1654
+ width={70}
1655
+ />
1656
+ </View>
1657
+ </View>
1658
+ </View>
1659
+ </View>
1660
+ `;
1661
+
1662
+ exports[`Test List Item Components - Experimental Enabled PressableListItemsBase Snapshot 1`] = `
1663
+ <View
1664
+ accessibilityRole="button"
1665
+ accessibilityState={
1666
+ {
1667
+ "busy": undefined,
1668
+ "checked": undefined,
1669
+ "disabled": undefined,
1670
+ "expanded": undefined,
1671
+ "selected": undefined,
1672
+ }
1673
+ }
1674
+ accessibilityValue={
1675
+ {
1676
+ "max": undefined,
1677
+ "min": undefined,
1678
+ "now": undefined,
1679
+ "text": undefined,
1680
+ }
1681
+ }
1682
+ accessible={true}
1683
+ collapsable={false}
1684
+ focusable={true}
1685
+ onBlur={[Function]}
1686
+ onClick={[Function]}
1687
+ onFocus={[Function]}
1688
+ onResponderGrant={[Function]}
1689
+ onResponderMove={[Function]}
1690
+ onResponderRelease={[Function]}
1691
+ onResponderTerminate={[Function]}
1692
+ onResponderTerminationRequest={[Function]}
1693
+ onStartShouldSetResponder={[Function]}
1694
+ onTouchEnd={[Function]}
1695
+ >
1696
+ <View
1697
+ style={
1698
+ [
1699
+ {
1700
+ "marginHorizontal": -24,
1701
+ "paddingHorizontal": 24,
1702
+ "paddingVertical": 12,
1703
+ },
1704
+ {
1705
+ "backgroundColor": undefined,
1706
+ },
1707
+ ]
1708
+ }
1709
+ >
1710
+ <View
1711
+ style={
1712
+ [
1713
+ {
1714
+ "alignItems": "center",
1715
+ "flexDirection": "row",
1716
+ "justifyContent": "space-between",
1717
+ },
1718
+ {
1719
+ "transform": [
1720
+ {
1721
+ "scale": undefined,
1722
+ },
1723
+ ],
1724
+ },
1725
+ ]
1726
+ }
1727
+ />
1728
+ </View>
1729
+ </View>
1730
+ `;
1731
+
3
1732
  exports[`Test List Item Components ListItemAction Snapshot 1`] = `
4
1733
  <View
5
1734
  accessibilityLabel="accessibilityLabel"