@factorialco/f0-react-native 0.24.0 → 0.25.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 (35) hide show
  1. package/lib/module/icons/app/New.js +2 -0
  2. package/lib/module/icons/app/New.js.map +1 -0
  3. package/lib/module/icons/app/QuestionCircle.js +2 -0
  4. package/lib/module/icons/app/QuestionCircle.js.map +1 -0
  5. package/lib/module/icons/app/index.js +1 -1
  6. package/lib/module/icons/app/index.js.map +1 -1
  7. package/lib/typescript/icons/app/New.d.ts +5 -0
  8. package/lib/typescript/icons/app/New.d.ts.map +1 -0
  9. package/lib/typescript/icons/app/QuestionCircle.d.ts +5 -0
  10. package/lib/typescript/icons/app/QuestionCircle.d.ts.map +1 -0
  11. package/lib/typescript/icons/app/index.d.ts +2 -0
  12. package/lib/typescript/icons/app/index.d.ts.map +1 -1
  13. package/package.json +1 -1
  14. package/src/icons/app/New.tsx +19 -0
  15. package/src/icons/app/QuestionCircle.tsx +21 -0
  16. package/src/icons/app/index.ts +2 -0
  17. package/lib/module/components/Activity/ActivityItem/__snapshots__/index.spec.tsx.snap +0 -62
  18. package/lib/module/components/Avatars/CompanyAvatar/__snapshots__/index.spec.tsx.snap +0 -25
  19. package/lib/module/components/Avatars/DateAvatar/__snapshots__/index.spec.tsx.snap +0 -18
  20. package/lib/module/components/Avatars/EmojiAvatar/__snapshots__/index.spec.tsx.snap +0 -37
  21. package/lib/module/components/Avatars/FileAvatar/__snapshots__/index.spec.tsx.snap +0 -261
  22. package/lib/module/components/Avatars/IconAvatar/__snapshots__/index.spec.tsx.snap +0 -265
  23. package/lib/module/components/Avatars/PersonAvatar/__snapshots__/index.spec.tsx.snap +0 -25
  24. package/lib/module/components/Avatars/TeamAvatar/__snapshots__/index.spec.tsx.snap +0 -25
  25. package/lib/module/components/Button/__snapshots__/index.spec.tsx.snap +0 -517
  26. package/lib/module/components/Counter/__snapshots__/index.spec.tsx.snap +0 -113
  27. package/lib/module/components/Navigation/PageHeader/__snapshots__/index.spec.tsx.snap +0 -242
  28. package/lib/module/components/OneChip/__snapshots__/index.spec.tsx.snap +0 -480
  29. package/lib/module/components/OnePreset/__snapshots__/index.spec.tsx.snap +0 -227
  30. package/lib/module/components/PressableFeedback/__snapshots__/index.spec.tsx.snap +0 -597
  31. package/lib/module/components/Tags/AlertTab/__snapshots__/index.spec.tsx.snap +0 -337
  32. package/lib/module/components/Tags/DotTag/__snapshots__/index.spec.tsx.snap +0 -1255
  33. package/lib/module/components/Tags/RawTag/__snapshots__/index.spec.tsx.snap +0 -252
  34. package/lib/module/components/experimental/Lists/DetailsItem/__snapshots__/index.spec.tsx.snap +0 -783
  35. package/lib/module/components/experimental/Lists/DetailsItemsList/__snapshots__/index.spec.tsx.snap +0 -695
@@ -1,597 +0,0 @@
1
- // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
-
3
- exports[`PressableFeedback Snapshots Snapshot - default variant (both) 1`] = `
4
- <View
5
- accessibilityState={
6
- {
7
- "busy": undefined,
8
- "checked": undefined,
9
- "disabled": undefined,
10
- "expanded": undefined,
11
- "selected": undefined,
12
- }
13
- }
14
- accessibilityValue={
15
- {
16
- "max": undefined,
17
- "min": undefined,
18
- "now": undefined,
19
- "text": undefined,
20
- }
21
- }
22
- accessible={true}
23
- className="overflow-hidden"
24
- collapsable={false}
25
- focusable={true}
26
- onBlur={[Function]}
27
- onClick={[Function]}
28
- onFocus={[Function]}
29
- onResponderGrant={[Function]}
30
- onResponderMove={[Function]}
31
- onResponderRelease={[Function]}
32
- onResponderTerminate={[Function]}
33
- onResponderTerminationRequest={[Function]}
34
- onStartShouldSetResponder={[Function]}
35
- style={
36
- [
37
- {
38
- "transform": [
39
- {
40
- "scale": 1,
41
- },
42
- ],
43
- },
44
- undefined,
45
- ]
46
- }
47
- >
48
- <View
49
- className="absolute inset-0"
50
- pointerEvents="none"
51
- style={
52
- [
53
- {
54
- "opacity": 0,
55
- },
56
- {
57
- "backgroundColor": "rgba(0, 0, 0, 1)",
58
- },
59
- ]
60
- }
61
- />
62
- <Text>
63
- Test Content
64
- </Text>
65
- </View>
66
- `;
67
-
68
- exports[`PressableFeedback Snapshots Snapshot - disabled state 1`] = `
69
- <View
70
- accessibilityState={
71
- {
72
- "busy": undefined,
73
- "checked": undefined,
74
- "disabled": true,
75
- "expanded": undefined,
76
- "selected": undefined,
77
- }
78
- }
79
- accessibilityValue={
80
- {
81
- "max": undefined,
82
- "min": undefined,
83
- "now": undefined,
84
- "text": undefined,
85
- }
86
- }
87
- accessible={true}
88
- className="overflow-hidden"
89
- collapsable={false}
90
- focusable={true}
91
- onBlur={[Function]}
92
- onClick={[Function]}
93
- onFocus={[Function]}
94
- onResponderGrant={[Function]}
95
- onResponderMove={[Function]}
96
- onResponderRelease={[Function]}
97
- onResponderTerminate={[Function]}
98
- onResponderTerminationRequest={[Function]}
99
- onStartShouldSetResponder={[Function]}
100
- style={
101
- [
102
- {
103
- "transform": [
104
- {
105
- "scale": 1,
106
- },
107
- ],
108
- },
109
- undefined,
110
- ]
111
- }
112
- >
113
- <View
114
- className="absolute inset-0"
115
- pointerEvents="none"
116
- style={
117
- [
118
- {
119
- "opacity": 0,
120
- },
121
- {
122
- "backgroundColor": "rgba(0, 0, 0, 1)",
123
- },
124
- ]
125
- }
126
- />
127
- <Text>
128
- Test Content
129
- </Text>
130
- </View>
131
- `;
132
-
133
- exports[`PressableFeedback Snapshots Snapshot - highlight variant 1`] = `
134
- <View
135
- accessibilityState={
136
- {
137
- "busy": undefined,
138
- "checked": undefined,
139
- "disabled": undefined,
140
- "expanded": undefined,
141
- "selected": undefined,
142
- }
143
- }
144
- accessibilityValue={
145
- {
146
- "max": undefined,
147
- "min": undefined,
148
- "now": undefined,
149
- "text": undefined,
150
- }
151
- }
152
- accessible={true}
153
- className="overflow-hidden"
154
- collapsable={false}
155
- focusable={true}
156
- onBlur={[Function]}
157
- onClick={[Function]}
158
- onFocus={[Function]}
159
- onResponderGrant={[Function]}
160
- onResponderMove={[Function]}
161
- onResponderRelease={[Function]}
162
- onResponderTerminate={[Function]}
163
- onResponderTerminationRequest={[Function]}
164
- onStartShouldSetResponder={[Function]}
165
- style={
166
- [
167
- {
168
- "transform": [
169
- {
170
- "scale": 1,
171
- },
172
- ],
173
- },
174
- undefined,
175
- ]
176
- }
177
- >
178
- <View
179
- className="absolute inset-0"
180
- pointerEvents="none"
181
- style={
182
- [
183
- {
184
- "opacity": 0,
185
- },
186
- {
187
- "backgroundColor": "rgba(0, 0, 0, 1)",
188
- },
189
- ]
190
- }
191
- />
192
- <Text>
193
- Test Content
194
- </Text>
195
- </View>
196
- `;
197
-
198
- exports[`PressableFeedback Snapshots Snapshot - none variant 1`] = `
199
- <View
200
- accessibilityState={
201
- {
202
- "busy": undefined,
203
- "checked": undefined,
204
- "disabled": undefined,
205
- "expanded": undefined,
206
- "selected": undefined,
207
- }
208
- }
209
- accessibilityValue={
210
- {
211
- "max": undefined,
212
- "min": undefined,
213
- "now": undefined,
214
- "text": undefined,
215
- }
216
- }
217
- accessible={true}
218
- className="overflow-hidden"
219
- collapsable={false}
220
- focusable={true}
221
- onBlur={[Function]}
222
- onClick={[Function]}
223
- onFocus={[Function]}
224
- onResponderGrant={[Function]}
225
- onResponderMove={[Function]}
226
- onResponderRelease={[Function]}
227
- onResponderTerminate={[Function]}
228
- onResponderTerminationRequest={[Function]}
229
- onStartShouldSetResponder={[Function]}
230
- style={
231
- [
232
- {
233
- "transform": [
234
- {
235
- "scale": 1,
236
- },
237
- ],
238
- },
239
- undefined,
240
- ]
241
- }
242
- >
243
- <Text>
244
- Test Content
245
- </Text>
246
- </View>
247
- `;
248
-
249
- exports[`PressableFeedback Snapshots Snapshot - scale variant 1`] = `
250
- <View
251
- accessibilityState={
252
- {
253
- "busy": undefined,
254
- "checked": undefined,
255
- "disabled": undefined,
256
- "expanded": undefined,
257
- "selected": undefined,
258
- }
259
- }
260
- accessibilityValue={
261
- {
262
- "max": undefined,
263
- "min": undefined,
264
- "now": undefined,
265
- "text": undefined,
266
- }
267
- }
268
- accessible={true}
269
- className="overflow-hidden"
270
- collapsable={false}
271
- focusable={true}
272
- onBlur={[Function]}
273
- onClick={[Function]}
274
- onFocus={[Function]}
275
- onResponderGrant={[Function]}
276
- onResponderMove={[Function]}
277
- onResponderRelease={[Function]}
278
- onResponderTerminate={[Function]}
279
- onResponderTerminationRequest={[Function]}
280
- onStartShouldSetResponder={[Function]}
281
- style={
282
- [
283
- {
284
- "transform": [
285
- {
286
- "scale": 1,
287
- },
288
- ],
289
- },
290
- undefined,
291
- ]
292
- }
293
- >
294
- <Text>
295
- Test Content
296
- </Text>
297
- </View>
298
- `;
299
-
300
- exports[`PressableFeedback Snapshots Snapshot - with custom className 1`] = `
301
- <View
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
- className="overflow-hidden bg-blue-500 p-4"
321
- collapsable={false}
322
- focusable={true}
323
- onBlur={[Function]}
324
- onClick={[Function]}
325
- onFocus={[Function]}
326
- onResponderGrant={[Function]}
327
- onResponderMove={[Function]}
328
- onResponderRelease={[Function]}
329
- onResponderTerminate={[Function]}
330
- onResponderTerminationRequest={[Function]}
331
- onStartShouldSetResponder={[Function]}
332
- style={
333
- [
334
- {
335
- "transform": [
336
- {
337
- "scale": 1,
338
- },
339
- ],
340
- },
341
- undefined,
342
- ]
343
- }
344
- >
345
- <View
346
- className="absolute inset-0"
347
- pointerEvents="none"
348
- style={
349
- [
350
- {
351
- "opacity": 0,
352
- },
353
- {
354
- "backgroundColor": "rgba(0, 0, 0, 1)",
355
- },
356
- ]
357
- }
358
- />
359
- <Text>
360
- Test Content
361
- </Text>
362
- </View>
363
- `;
364
-
365
- exports[`PressableFeedback Snapshots Snapshot - with custom highlightAnimation config 1`] = `
366
- <View
367
- accessibilityState={
368
- {
369
- "busy": undefined,
370
- "checked": undefined,
371
- "disabled": undefined,
372
- "expanded": undefined,
373
- "selected": undefined,
374
- }
375
- }
376
- accessibilityValue={
377
- {
378
- "max": undefined,
379
- "min": undefined,
380
- "now": undefined,
381
- "text": undefined,
382
- }
383
- }
384
- accessible={true}
385
- className="overflow-hidden"
386
- collapsable={false}
387
- focusable={true}
388
- onBlur={[Function]}
389
- onClick={[Function]}
390
- onFocus={[Function]}
391
- onResponderGrant={[Function]}
392
- onResponderMove={[Function]}
393
- onResponderRelease={[Function]}
394
- onResponderTerminate={[Function]}
395
- onResponderTerminationRequest={[Function]}
396
- onStartShouldSetResponder={[Function]}
397
- style={
398
- [
399
- {
400
- "transform": [
401
- {
402
- "scale": 1,
403
- },
404
- ],
405
- },
406
- undefined,
407
- ]
408
- }
409
- >
410
- <View
411
- className="absolute inset-0"
412
- pointerEvents="none"
413
- style={
414
- [
415
- {
416
- "opacity": 0,
417
- },
418
- {
419
- "backgroundColor": "rgba(255, 0, 0, 1)",
420
- },
421
- ]
422
- }
423
- />
424
- <Text>
425
- Test Content
426
- </Text>
427
- </View>
428
- `;
429
-
430
- exports[`PressableFeedback Snapshots Snapshot - with custom scaleAnimation config 1`] = `
431
- <View
432
- accessibilityState={
433
- {
434
- "busy": undefined,
435
- "checked": undefined,
436
- "disabled": undefined,
437
- "expanded": undefined,
438
- "selected": undefined,
439
- }
440
- }
441
- accessibilityValue={
442
- {
443
- "max": undefined,
444
- "min": undefined,
445
- "now": undefined,
446
- "text": undefined,
447
- }
448
- }
449
- accessible={true}
450
- className="overflow-hidden"
451
- collapsable={false}
452
- focusable={true}
453
- onBlur={[Function]}
454
- onClick={[Function]}
455
- onFocus={[Function]}
456
- onResponderGrant={[Function]}
457
- onResponderMove={[Function]}
458
- onResponderRelease={[Function]}
459
- onResponderTerminate={[Function]}
460
- onResponderTerminationRequest={[Function]}
461
- onStartShouldSetResponder={[Function]}
462
- style={
463
- [
464
- {
465
- "transform": [
466
- {
467
- "scale": 1,
468
- },
469
- ],
470
- },
471
- undefined,
472
- ]
473
- }
474
- >
475
- <Text>
476
- Test Content
477
- </Text>
478
- </View>
479
- `;
480
-
481
- exports[`PressableFeedback Snapshots Snapshot - with custom style 1`] = `
482
- <View
483
- accessibilityState={
484
- {
485
- "busy": undefined,
486
- "checked": undefined,
487
- "disabled": undefined,
488
- "expanded": undefined,
489
- "selected": undefined,
490
- }
491
- }
492
- accessibilityValue={
493
- {
494
- "max": undefined,
495
- "min": undefined,
496
- "now": undefined,
497
- "text": undefined,
498
- }
499
- }
500
- accessible={true}
501
- className="overflow-hidden"
502
- collapsable={false}
503
- focusable={true}
504
- onBlur={[Function]}
505
- onClick={[Function]}
506
- onFocus={[Function]}
507
- onResponderGrant={[Function]}
508
- onResponderMove={[Function]}
509
- onResponderRelease={[Function]}
510
- onResponderTerminate={[Function]}
511
- onResponderTerminationRequest={[Function]}
512
- onStartShouldSetResponder={[Function]}
513
- style={
514
- [
515
- {
516
- "transform": [
517
- {
518
- "scale": 1,
519
- },
520
- ],
521
- },
522
- {
523
- "padding": 16,
524
- },
525
- ]
526
- }
527
- >
528
- <View
529
- className="absolute inset-0"
530
- pointerEvents="none"
531
- style={
532
- [
533
- {
534
- "opacity": 0,
535
- },
536
- {
537
- "backgroundColor": "rgba(0, 0, 0, 1)",
538
- },
539
- ]
540
- }
541
- />
542
- <Text>
543
- Test Content
544
- </Text>
545
- </View>
546
- `;
547
-
548
- exports[`PressableFeedback Snapshots Snapshot - with disableAnimation 1`] = `
549
- <View
550
- accessibilityState={
551
- {
552
- "busy": undefined,
553
- "checked": undefined,
554
- "disabled": undefined,
555
- "expanded": undefined,
556
- "selected": undefined,
557
- }
558
- }
559
- accessibilityValue={
560
- {
561
- "max": undefined,
562
- "min": undefined,
563
- "now": undefined,
564
- "text": undefined,
565
- }
566
- }
567
- accessible={true}
568
- className="overflow-hidden"
569
- collapsable={false}
570
- focusable={true}
571
- onBlur={[Function]}
572
- onClick={[Function]}
573
- onFocus={[Function]}
574
- onResponderGrant={[Function]}
575
- onResponderMove={[Function]}
576
- onResponderRelease={[Function]}
577
- onResponderTerminate={[Function]}
578
- onResponderTerminationRequest={[Function]}
579
- onStartShouldSetResponder={[Function]}
580
- style={
581
- [
582
- {
583
- "transform": [
584
- {
585
- "scale": 1,
586
- },
587
- ],
588
- },
589
- undefined,
590
- ]
591
- }
592
- >
593
- <Text>
594
- Test Content
595
- </Text>
596
- </View>
597
- `;