@factorialco/f0-react-native 0.24.1 → 0.26.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 (116) hide show
  1. package/lib/module/components/Activity/ActivityItem/index.js +1 -1
  2. package/lib/module/components/Avatars/BaseAvatar/index.js +1 -1
  3. package/lib/module/components/Avatars/DateAvatar/index.js +1 -1
  4. package/lib/module/components/Avatars/EmojiAvatar/index.js +1 -1
  5. package/lib/module/components/Avatars/FileAvatar/index.js +1 -1
  6. package/lib/module/components/Avatars/FileAvatar/utils.js +1 -1
  7. package/lib/module/components/Avatars/IconAvatar/index.js +1 -1
  8. package/lib/module/components/Avatars/ModuleAvatar/index.js +1 -1
  9. package/lib/module/components/Badge/index.js +1 -1
  10. package/lib/module/components/Button/index.js +1 -1
  11. package/lib/module/components/Counter/index.js +1 -1
  12. package/lib/module/components/ExampleComponent.js +1 -1
  13. package/lib/module/components/Icon/README.md +1 -1
  14. package/lib/module/components/Navigation/PageHeader/index.js +1 -1
  15. package/lib/module/components/OneChip/index.js +1 -1
  16. package/lib/module/components/OnePreset/index.js +1 -1
  17. package/lib/module/components/Tags/AlertTab/index.js +1 -1
  18. package/lib/module/components/Tags/BaseTag/index.js +1 -1
  19. package/lib/module/components/Tags/DotTag/index.js +1 -1
  20. package/lib/module/components/Tags/RawTag/index.js +1 -1
  21. package/lib/module/components/experimental/Lists/DataList/ItemContainer.js +1 -1
  22. package/lib/module/components/experimental/Lists/DataList/actions/CopyAction.js +1 -1
  23. package/lib/module/components/experimental/Lists/DataList/actions/GenericAction.js +1 -1
  24. package/lib/module/components/experimental/Lists/DataList/index.js +1 -1
  25. package/lib/module/components/experimental/Lists/DetailsItemsList/index.js +1 -1
  26. package/lib/module/icons/app/New.js +2 -0
  27. package/lib/module/icons/app/New.js.map +1 -0
  28. package/lib/module/icons/app/QuestionCircle.js +2 -0
  29. package/lib/module/icons/app/QuestionCircle.js.map +1 -0
  30. package/lib/module/icons/app/index.js +1 -1
  31. package/lib/module/icons/app/index.js.map +1 -1
  32. package/lib/module/icons/modules/Hub.js +1 -1
  33. package/lib/module/icons/modules/Hub.js.map +1 -1
  34. package/lib/module/styles/theme.css +308 -237
  35. package/lib/module/styles/tokens/colors.js +1 -1
  36. package/lib/module/styles/tokens/colors.js.map +1 -1
  37. package/lib/module/ui/avatar.js +1 -1
  38. package/lib/typescript/components/OneChip/index.d.ts +2 -2
  39. package/lib/typescript/icons/app/New.d.ts +5 -0
  40. package/lib/typescript/icons/app/New.d.ts.map +1 -0
  41. package/lib/typescript/icons/app/QuestionCircle.d.ts +5 -0
  42. package/lib/typescript/icons/app/QuestionCircle.d.ts.map +1 -0
  43. package/lib/typescript/icons/app/index.d.ts +2 -0
  44. package/lib/typescript/icons/app/index.d.ts.map +1 -1
  45. package/lib/typescript/icons/modules/Hub.d.ts.map +1 -1
  46. package/lib/typescript/styles/tokens/colors.d.ts +2 -2
  47. package/package.json +2 -2
  48. package/src/components/Activity/ActivityItem/__snapshots__/index.spec.tsx.snap +3 -3
  49. package/src/components/Activity/ActivityItem/index.tsx +10 -10
  50. package/src/components/Avatars/BaseAvatar/index.tsx +1 -1
  51. package/src/components/Avatars/CompanyAvatar/__snapshots__/index.spec.tsx.snap +1 -1
  52. package/src/components/Avatars/DateAvatar/__snapshots__/index.spec.tsx.snap +3 -3
  53. package/src/components/Avatars/DateAvatar/index.tsx +3 -3
  54. package/src/components/Avatars/EmojiAvatar/__snapshots__/index.spec.tsx.snap +3 -3
  55. package/src/components/Avatars/EmojiAvatar/index.tsx +1 -1
  56. package/src/components/Avatars/FileAvatar/__snapshots__/index.spec.tsx.snap +26 -26
  57. package/src/components/Avatars/FileAvatar/index.tsx +2 -2
  58. package/src/components/Avatars/FileAvatar/utils.ts +13 -13
  59. package/src/components/Avatars/IconAvatar/__snapshots__/index.spec.tsx.snap +6 -6
  60. package/src/components/Avatars/IconAvatar/index.tsx +2 -2
  61. package/src/components/Avatars/ModuleAvatar/index.tsx +1 -1
  62. package/src/components/Avatars/PersonAvatar/__snapshots__/index.spec.tsx.snap +1 -1
  63. package/src/components/Avatars/TeamAvatar/__snapshots__/index.spec.tsx.snap +1 -1
  64. package/src/components/Badge/index.tsx +5 -5
  65. package/src/components/Button/__snapshots__/index.spec.tsx.snap +22 -22
  66. package/src/components/Button/index.tsx +22 -22
  67. package/src/components/Counter/__snapshots__/index.spec.tsx.snap +14 -14
  68. package/src/components/Counter/index.tsx +6 -6
  69. package/src/components/ExampleComponent.tsx +2 -2
  70. package/src/components/Icon/README.md +1 -1
  71. package/src/components/Navigation/PageHeader/__snapshots__/index.spec.tsx.snap +4 -4
  72. package/src/components/Navigation/PageHeader/index.tsx +1 -1
  73. package/src/components/OneChip/__snapshots__/index.spec.tsx.snap +11 -11
  74. package/src/components/OneChip/index.tsx +5 -5
  75. package/src/components/OnePreset/__snapshots__/index.spec.tsx.snap +8 -8
  76. package/src/components/OnePreset/index.tsx +3 -3
  77. package/src/components/Tags/AlertTab/__snapshots__/index.spec.tsx.snap +9 -9
  78. package/src/components/Tags/AlertTab/index.tsx +9 -9
  79. package/src/components/Tags/BaseTag/index.tsx +2 -2
  80. package/src/components/Tags/DotTag/__snapshots__/index.spec.tsx.snap +38 -38
  81. package/src/components/Tags/DotTag/index.tsx +1 -1
  82. package/src/components/Tags/RawTag/__snapshots__/index.spec.tsx.snap +6 -6
  83. package/src/components/Tags/RawTag/index.tsx +3 -3
  84. package/src/components/experimental/Lists/DataList/ItemContainer.tsx +2 -2
  85. package/src/components/experimental/Lists/DataList/actions/CopyAction.tsx +4 -4
  86. package/src/components/experimental/Lists/DataList/actions/GenericAction.tsx +3 -3
  87. package/src/components/experimental/Lists/DataList/index.tsx +1 -1
  88. package/src/components/experimental/Lists/DetailsItem/__snapshots__/index.spec.tsx.snap +26 -26
  89. package/src/components/experimental/Lists/DetailsItemsList/__snapshots__/index.spec.tsx.snap +26 -26
  90. package/src/components/experimental/Lists/DetailsItemsList/index.tsx +3 -3
  91. package/src/icons/app/New.tsx +19 -0
  92. package/src/icons/app/QuestionCircle.tsx +21 -0
  93. package/src/icons/app/index.ts +2 -0
  94. package/src/icons/modules/Hub.tsx +2 -1
  95. package/src/styles/theme.css +308 -237
  96. package/src/styles/tokens/colors.ts +2 -2
  97. package/src/ui/avatar.tsx +1 -1
  98. package/lib/module/components/Activity/ActivityItem/__snapshots__/index.spec.tsx.snap +0 -62
  99. package/lib/module/components/Avatars/CompanyAvatar/__snapshots__/index.spec.tsx.snap +0 -25
  100. package/lib/module/components/Avatars/DateAvatar/__snapshots__/index.spec.tsx.snap +0 -18
  101. package/lib/module/components/Avatars/EmojiAvatar/__snapshots__/index.spec.tsx.snap +0 -37
  102. package/lib/module/components/Avatars/FileAvatar/__snapshots__/index.spec.tsx.snap +0 -261
  103. package/lib/module/components/Avatars/IconAvatar/__snapshots__/index.spec.tsx.snap +0 -265
  104. package/lib/module/components/Avatars/PersonAvatar/__snapshots__/index.spec.tsx.snap +0 -25
  105. package/lib/module/components/Avatars/TeamAvatar/__snapshots__/index.spec.tsx.snap +0 -25
  106. package/lib/module/components/Button/__snapshots__/index.spec.tsx.snap +0 -517
  107. package/lib/module/components/Counter/__snapshots__/index.spec.tsx.snap +0 -113
  108. package/lib/module/components/Navigation/PageHeader/__snapshots__/index.spec.tsx.snap +0 -242
  109. package/lib/module/components/OneChip/__snapshots__/index.spec.tsx.snap +0 -480
  110. package/lib/module/components/OnePreset/__snapshots__/index.spec.tsx.snap +0 -227
  111. package/lib/module/components/PressableFeedback/__snapshots__/index.spec.tsx.snap +0 -597
  112. package/lib/module/components/Tags/AlertTab/__snapshots__/index.spec.tsx.snap +0 -337
  113. package/lib/module/components/Tags/DotTag/__snapshots__/index.spec.tsx.snap +0 -1255
  114. package/lib/module/components/Tags/RawTag/__snapshots__/index.spec.tsx.snap +0 -252
  115. package/lib/module/components/experimental/Lists/DetailsItem/__snapshots__/index.spec.tsx.snap +0 -783
  116. package/lib/module/components/experimental/Lists/DetailsItemsList/__snapshots__/index.spec.tsx.snap +0 -695
@@ -1,1255 +0,0 @@
1
- // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
-
3
- exports[`RawTag Snapshot 1`] = `
4
- <View
5
- className="flex items-start"
6
- >
7
- <View
8
- accessibilityState={
9
- {
10
- "busy": undefined,
11
- "checked": undefined,
12
- "disabled": true,
13
- "expanded": undefined,
14
- "selected": undefined,
15
- }
16
- }
17
- accessibilityValue={
18
- {
19
- "max": undefined,
20
- "min": undefined,
21
- "now": undefined,
22
- "text": undefined,
23
- }
24
- }
25
- accessible={true}
26
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
27
- collapsable={false}
28
- focusable={true}
29
- onBlur={[Function]}
30
- onClick={[Function]}
31
- onFocus={[Function]}
32
- onResponderGrant={[Function]}
33
- onResponderMove={[Function]}
34
- onResponderRelease={[Function]}
35
- onResponderTerminate={[Function]}
36
- onResponderTerminationRequest={[Function]}
37
- onStartShouldSetResponder={[Function]}
38
- style={
39
- [
40
- {
41
- "transform": [
42
- {
43
- "scale": 1,
44
- },
45
- ],
46
- },
47
- undefined,
48
- ]
49
- }
50
- >
51
- <View
52
- aria-hidden={true}
53
- className="m-1 aspect-square w-2 rounded-full"
54
- style={
55
- {
56
- "backgroundColor": "hsl(0 0% 100% / 0.5)",
57
- }
58
- }
59
- />
60
- <Text
61
- className="line-clamp-1 text-base font-medium text-f1-foreground"
62
- >
63
- Label
64
- </Text>
65
- </View>
66
- </View>
67
- `;
68
-
69
- exports[`RawTag Snapshot 2`] = `
70
- <View
71
- className="flex items-start"
72
- >
73
- <View
74
- accessibilityState={
75
- {
76
- "busy": undefined,
77
- "checked": undefined,
78
- "disabled": true,
79
- "expanded": undefined,
80
- "selected": undefined,
81
- }
82
- }
83
- accessibilityValue={
84
- {
85
- "max": undefined,
86
- "min": undefined,
87
- "now": undefined,
88
- "text": undefined,
89
- }
90
- }
91
- accessible={true}
92
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
93
- collapsable={false}
94
- focusable={true}
95
- onBlur={[Function]}
96
- onClick={[Function]}
97
- onFocus={[Function]}
98
- onResponderGrant={[Function]}
99
- onResponderMove={[Function]}
100
- onResponderRelease={[Function]}
101
- onResponderTerminate={[Function]}
102
- onResponderTerminationRequest={[Function]}
103
- onStartShouldSetResponder={[Function]}
104
- style={
105
- [
106
- {
107
- "transform": [
108
- {
109
- "scale": 1,
110
- },
111
- ],
112
- },
113
- undefined,
114
- ]
115
- }
116
- >
117
- <View
118
- aria-hidden={true}
119
- className="m-1 aspect-square w-2 rounded-full"
120
- style={
121
- {
122
- "backgroundColor": "hsl(undefined)",
123
- }
124
- }
125
- />
126
- <Text
127
- className="line-clamp-1 text-base font-medium text-f1-foreground"
128
- >
129
- Label
130
- </Text>
131
- </View>
132
- </View>
133
- `;
134
-
135
- exports[`RawTag Snapshot 3`] = `
136
- <View
137
- className="flex items-start"
138
- >
139
- <View
140
- accessibilityState={
141
- {
142
- "busy": undefined,
143
- "checked": undefined,
144
- "disabled": true,
145
- "expanded": undefined,
146
- "selected": undefined,
147
- }
148
- }
149
- accessibilityValue={
150
- {
151
- "max": undefined,
152
- "min": undefined,
153
- "now": undefined,
154
- "text": undefined,
155
- }
156
- }
157
- accessible={true}
158
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
159
- collapsable={false}
160
- focusable={true}
161
- onBlur={[Function]}
162
- onClick={[Function]}
163
- onFocus={[Function]}
164
- onResponderGrant={[Function]}
165
- onResponderMove={[Function]}
166
- onResponderRelease={[Function]}
167
- onResponderTerminate={[Function]}
168
- onResponderTerminationRequest={[Function]}
169
- onStartShouldSetResponder={[Function]}
170
- style={
171
- [
172
- {
173
- "transform": [
174
- {
175
- "scale": 1,
176
- },
177
- ],
178
- },
179
- undefined,
180
- ]
181
- }
182
- >
183
- <View
184
- aria-hidden={true}
185
- className="m-1 aspect-square w-2 rounded-full"
186
- style={
187
- {
188
- "backgroundColor": "hsl(undefined)",
189
- }
190
- }
191
- />
192
- <Text
193
- className="line-clamp-1 text-base font-medium text-f1-foreground"
194
- >
195
- Label
196
- </Text>
197
- </View>
198
- </View>
199
- `;
200
-
201
- exports[`RawTag Snapshot 4`] = `
202
- <View
203
- className="flex items-start"
204
- >
205
- <View
206
- accessibilityState={
207
- {
208
- "busy": undefined,
209
- "checked": undefined,
210
- "disabled": true,
211
- "expanded": undefined,
212
- "selected": undefined,
213
- }
214
- }
215
- accessibilityValue={
216
- {
217
- "max": undefined,
218
- "min": undefined,
219
- "now": undefined,
220
- "text": undefined,
221
- }
222
- }
223
- accessible={true}
224
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
225
- collapsable={false}
226
- focusable={true}
227
- onBlur={[Function]}
228
- onClick={[Function]}
229
- onFocus={[Function]}
230
- onResponderGrant={[Function]}
231
- onResponderMove={[Function]}
232
- onResponderRelease={[Function]}
233
- onResponderTerminate={[Function]}
234
- onResponderTerminationRequest={[Function]}
235
- onStartShouldSetResponder={[Function]}
236
- style={
237
- [
238
- {
239
- "transform": [
240
- {
241
- "scale": 1,
242
- },
243
- ],
244
- },
245
- undefined,
246
- ]
247
- }
248
- >
249
- <View
250
- aria-hidden={true}
251
- className="m-1 aspect-square w-2 rounded-full"
252
- style={
253
- {
254
- "backgroundColor": "hsl(217 96% 11% / 0.61)",
255
- }
256
- }
257
- />
258
- <Text
259
- className="line-clamp-1 text-base font-medium text-f1-foreground"
260
- >
261
- Label
262
- </Text>
263
- </View>
264
- </View>
265
- `;
266
-
267
- exports[`RawTag Snapshot 5`] = `
268
- <View
269
- className="flex items-start"
270
- >
271
- <View
272
- accessibilityState={
273
- {
274
- "busy": undefined,
275
- "checked": undefined,
276
- "disabled": true,
277
- "expanded": undefined,
278
- "selected": undefined,
279
- }
280
- }
281
- accessibilityValue={
282
- {
283
- "max": undefined,
284
- "min": undefined,
285
- "now": undefined,
286
- "text": undefined,
287
- }
288
- }
289
- accessible={true}
290
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
291
- collapsable={false}
292
- focusable={true}
293
- onBlur={[Function]}
294
- onClick={[Function]}
295
- onFocus={[Function]}
296
- onResponderGrant={[Function]}
297
- onResponderMove={[Function]}
298
- onResponderRelease={[Function]}
299
- onResponderTerminate={[Function]}
300
- onResponderTerminationRequest={[Function]}
301
- onStartShouldSetResponder={[Function]}
302
- style={
303
- [
304
- {
305
- "transform": [
306
- {
307
- "scale": 1,
308
- },
309
- ],
310
- },
311
- undefined,
312
- ]
313
- }
314
- >
315
- <View
316
- aria-hidden={true}
317
- className="m-1 aspect-square w-2 rounded-full"
318
- style={
319
- {
320
- "backgroundColor": "hsl(340 49% 60%)",
321
- }
322
- }
323
- />
324
- <Text
325
- className="line-clamp-1 text-base font-medium text-f1-foreground"
326
- >
327
- Label
328
- </Text>
329
- </View>
330
- </View>
331
- `;
332
-
333
- exports[`RawTag Snapshot 6`] = `
334
- <View
335
- className="flex items-start"
336
- >
337
- <View
338
- accessibilityState={
339
- {
340
- "busy": undefined,
341
- "checked": undefined,
342
- "disabled": true,
343
- "expanded": undefined,
344
- "selected": undefined,
345
- }
346
- }
347
- accessibilityValue={
348
- {
349
- "max": undefined,
350
- "min": undefined,
351
- "now": undefined,
352
- "text": undefined,
353
- }
354
- }
355
- accessible={true}
356
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
357
- collapsable={false}
358
- focusable={true}
359
- onBlur={[Function]}
360
- onClick={[Function]}
361
- onFocus={[Function]}
362
- onResponderGrant={[Function]}
363
- onResponderMove={[Function]}
364
- onResponderRelease={[Function]}
365
- onResponderTerminate={[Function]}
366
- onResponderTerminationRequest={[Function]}
367
- onStartShouldSetResponder={[Function]}
368
- style={
369
- [
370
- {
371
- "transform": [
372
- {
373
- "scale": 1,
374
- },
375
- ],
376
- },
377
- undefined,
378
- ]
379
- }
380
- >
381
- <View
382
- aria-hidden={true}
383
- className="m-1 aspect-square w-2 rounded-full"
384
- style={
385
- {
386
- "backgroundColor": "hsl(331 84% 63%)",
387
- }
388
- }
389
- />
390
- <Text
391
- className="line-clamp-1 text-base font-medium text-f1-foreground"
392
- >
393
- Label
394
- </Text>
395
- </View>
396
- </View>
397
- `;
398
-
399
- exports[`RawTag Snapshot 7`] = `
400
- <View
401
- className="flex items-start"
402
- >
403
- <View
404
- accessibilityState={
405
- {
406
- "busy": undefined,
407
- "checked": undefined,
408
- "disabled": true,
409
- "expanded": undefined,
410
- "selected": undefined,
411
- }
412
- }
413
- accessibilityValue={
414
- {
415
- "max": undefined,
416
- "min": undefined,
417
- "now": undefined,
418
- "text": undefined,
419
- }
420
- }
421
- accessible={true}
422
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
423
- collapsable={false}
424
- focusable={true}
425
- onBlur={[Function]}
426
- onClick={[Function]}
427
- onFocus={[Function]}
428
- onResponderGrant={[Function]}
429
- onResponderMove={[Function]}
430
- onResponderRelease={[Function]}
431
- onResponderTerminate={[Function]}
432
- onResponderTerminationRequest={[Function]}
433
- onStartShouldSetResponder={[Function]}
434
- style={
435
- [
436
- {
437
- "transform": [
438
- {
439
- "scale": 1,
440
- },
441
- ],
442
- },
443
- undefined,
444
- ]
445
- }
446
- >
447
- <View
448
- aria-hidden={true}
449
- className="m-1 aspect-square w-2 rounded-full"
450
- style={
451
- {
452
- "backgroundColor": "hsl(192 26% 54%)",
453
- }
454
- }
455
- />
456
- <Text
457
- className="line-clamp-1 text-base font-medium text-f1-foreground"
458
- >
459
- Label
460
- </Text>
461
- </View>
462
- </View>
463
- `;
464
-
465
- exports[`RawTag Snapshot 8`] = `
466
- <View
467
- className="flex items-start"
468
- >
469
- <View
470
- accessibilityState={
471
- {
472
- "busy": undefined,
473
- "checked": undefined,
474
- "disabled": true,
475
- "expanded": undefined,
476
- "selected": undefined,
477
- }
478
- }
479
- accessibilityValue={
480
- {
481
- "max": undefined,
482
- "min": undefined,
483
- "now": undefined,
484
- "text": undefined,
485
- }
486
- }
487
- accessible={true}
488
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
489
- collapsable={false}
490
- focusable={true}
491
- onBlur={[Function]}
492
- onClick={[Function]}
493
- onFocus={[Function]}
494
- onResponderGrant={[Function]}
495
- onResponderMove={[Function]}
496
- onResponderRelease={[Function]}
497
- onResponderTerminate={[Function]}
498
- onResponderTerminationRequest={[Function]}
499
- onStartShouldSetResponder={[Function]}
500
- style={
501
- [
502
- {
503
- "transform": [
504
- {
505
- "scale": 1,
506
- },
507
- ],
508
- },
509
- undefined,
510
- ]
511
- }
512
- >
513
- <View
514
- aria-hidden={true}
515
- className="m-1 aspect-square w-2 rounded-full"
516
- style={
517
- {
518
- "backgroundColor": "hsl(162 44% 33%)",
519
- }
520
- }
521
- />
522
- <Text
523
- className="line-clamp-1 text-base font-medium text-f1-foreground"
524
- >
525
- Label
526
- </Text>
527
- </View>
528
- </View>
529
- `;
530
-
531
- exports[`RawTag Snapshot 9`] = `
532
- <View
533
- className="flex items-start"
534
- >
535
- <View
536
- accessibilityState={
537
- {
538
- "busy": undefined,
539
- "checked": undefined,
540
- "disabled": true,
541
- "expanded": undefined,
542
- "selected": undefined,
543
- }
544
- }
545
- accessibilityValue={
546
- {
547
- "max": undefined,
548
- "min": undefined,
549
- "now": undefined,
550
- "text": undefined,
551
- }
552
- }
553
- accessible={true}
554
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
555
- collapsable={false}
556
- focusable={true}
557
- onBlur={[Function]}
558
- onClick={[Function]}
559
- onFocus={[Function]}
560
- onResponderGrant={[Function]}
561
- onResponderMove={[Function]}
562
- onResponderRelease={[Function]}
563
- onResponderTerminate={[Function]}
564
- onResponderTerminationRequest={[Function]}
565
- onStartShouldSetResponder={[Function]}
566
- style={
567
- [
568
- {
569
- "transform": [
570
- {
571
- "scale": 1,
572
- },
573
- ],
574
- },
575
- undefined,
576
- ]
577
- }
578
- >
579
- <View
580
- aria-hidden={true}
581
- className="m-1 aspect-square w-2 rounded-full"
582
- style={
583
- {
584
- "backgroundColor": "hsl(84 55% 53%)",
585
- }
586
- }
587
- />
588
- <Text
589
- className="line-clamp-1 text-base font-medium text-f1-foreground"
590
- >
591
- Label
592
- </Text>
593
- </View>
594
- </View>
595
- `;
596
-
597
- exports[`RawTag Snapshot 10`] = `
598
- <View
599
- className="flex items-start"
600
- >
601
- <View
602
- accessibilityState={
603
- {
604
- "busy": undefined,
605
- "checked": undefined,
606
- "disabled": true,
607
- "expanded": undefined,
608
- "selected": undefined,
609
- }
610
- }
611
- accessibilityValue={
612
- {
613
- "max": undefined,
614
- "min": undefined,
615
- "now": undefined,
616
- "text": undefined,
617
- }
618
- }
619
- accessible={true}
620
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
621
- collapsable={false}
622
- focusable={true}
623
- onBlur={[Function]}
624
- onClick={[Function]}
625
- onFocus={[Function]}
626
- onResponderGrant={[Function]}
627
- onResponderMove={[Function]}
628
- onResponderRelease={[Function]}
629
- onResponderTerminate={[Function]}
630
- onResponderTerminationRequest={[Function]}
631
- onStartShouldSetResponder={[Function]}
632
- style={
633
- [
634
- {
635
- "transform": [
636
- {
637
- "scale": 1,
638
- },
639
- ],
640
- },
641
- undefined,
642
- ]
643
- }
644
- >
645
- <View
646
- aria-hidden={true}
647
- className="m-1 aspect-square w-2 rounded-full"
648
- style={
649
- {
650
- "backgroundColor": "hsl(239 91% 64%)",
651
- }
652
- }
653
- />
654
- <Text
655
- className="line-clamp-1 text-base font-medium text-f1-foreground"
656
- >
657
- Label
658
- </Text>
659
- </View>
660
- </View>
661
- `;
662
-
663
- exports[`RawTag Snapshot 11`] = `
664
- <View
665
- className="flex items-start"
666
- >
667
- <View
668
- accessibilityState={
669
- {
670
- "busy": undefined,
671
- "checked": undefined,
672
- "disabled": true,
673
- "expanded": undefined,
674
- "selected": undefined,
675
- }
676
- }
677
- accessibilityValue={
678
- {
679
- "max": undefined,
680
- "min": undefined,
681
- "now": undefined,
682
- "text": undefined,
683
- }
684
- }
685
- accessible={true}
686
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
687
- collapsable={false}
688
- focusable={true}
689
- onBlur={[Function]}
690
- onClick={[Function]}
691
- onFocus={[Function]}
692
- onResponderGrant={[Function]}
693
- onResponderMove={[Function]}
694
- onResponderRelease={[Function]}
695
- onResponderTerminate={[Function]}
696
- onResponderTerminationRequest={[Function]}
697
- onStartShouldSetResponder={[Function]}
698
- style={
699
- [
700
- {
701
- "transform": [
702
- {
703
- "scale": 1,
704
- },
705
- ],
706
- },
707
- undefined,
708
- ]
709
- }
710
- >
711
- <View
712
- aria-hidden={true}
713
- className="m-1 aspect-square w-2 rounded-full"
714
- style={
715
- {
716
- "backgroundColor": "hsl(25 46% 53%)",
717
- }
718
- }
719
- />
720
- <Text
721
- className="line-clamp-1 text-base font-medium text-f1-foreground"
722
- >
723
- Label
724
- </Text>
725
- </View>
726
- </View>
727
- `;
728
-
729
- exports[`RawTag Snapshot 12`] = `
730
- <View
731
- className="flex items-start"
732
- >
733
- <View
734
- accessibilityState={
735
- {
736
- "busy": undefined,
737
- "checked": undefined,
738
- "disabled": true,
739
- "expanded": undefined,
740
- "selected": undefined,
741
- }
742
- }
743
- accessibilityValue={
744
- {
745
- "max": undefined,
746
- "min": undefined,
747
- "now": undefined,
748
- "text": undefined,
749
- }
750
- }
751
- accessible={true}
752
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
753
- collapsable={false}
754
- focusable={true}
755
- onBlur={[Function]}
756
- onClick={[Function]}
757
- onFocus={[Function]}
758
- onResponderGrant={[Function]}
759
- onResponderMove={[Function]}
760
- onResponderRelease={[Function]}
761
- onResponderTerminate={[Function]}
762
- onResponderTerminationRequest={[Function]}
763
- onStartShouldSetResponder={[Function]}
764
- style={
765
- [
766
- {
767
- "transform": [
768
- {
769
- "scale": 1,
770
- },
771
- ],
772
- },
773
- undefined,
774
- ]
775
- }
776
- >
777
- <View
778
- aria-hidden={true}
779
- className="m-1 aspect-square w-2 rounded-full"
780
- style={
781
- {
782
- "backgroundColor": "hsl(348 80% 50%)",
783
- }
784
- }
785
- />
786
- <Text
787
- className="line-clamp-1 text-base font-medium text-f1-foreground"
788
- >
789
- Label
790
- </Text>
791
- </View>
792
- </View>
793
- `;
794
-
795
- exports[`RawTag Snapshot 13`] = `
796
- <View
797
- className="flex items-start"
798
- >
799
- <View
800
- accessibilityState={
801
- {
802
- "busy": undefined,
803
- "checked": undefined,
804
- "disabled": true,
805
- "expanded": undefined,
806
- "selected": undefined,
807
- }
808
- }
809
- accessibilityValue={
810
- {
811
- "max": undefined,
812
- "min": undefined,
813
- "now": undefined,
814
- "text": undefined,
815
- }
816
- }
817
- accessible={true}
818
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
819
- collapsable={false}
820
- focusable={true}
821
- onBlur={[Function]}
822
- onClick={[Function]}
823
- onFocus={[Function]}
824
- onResponderGrant={[Function]}
825
- onResponderMove={[Function]}
826
- onResponderRelease={[Function]}
827
- onResponderTerminate={[Function]}
828
- onResponderTerminationRequest={[Function]}
829
- onStartShouldSetResponder={[Function]}
830
- style={
831
- [
832
- {
833
- "transform": [
834
- {
835
- "scale": 1,
836
- },
837
- ],
838
- },
839
- undefined,
840
- ]
841
- }
842
- >
843
- <View
844
- aria-hidden={true}
845
- className="m-1 aspect-square w-2 rounded-full"
846
- style={
847
- {
848
- "backgroundColor": "hsl(184 92% 35%)",
849
- }
850
- }
851
- />
852
- <Text
853
- className="line-clamp-1 text-base font-medium text-f1-foreground"
854
- >
855
- Label
856
- </Text>
857
- </View>
858
- </View>
859
- `;
860
-
861
- exports[`RawTag Snapshot 14`] = `
862
- <View
863
- className="flex items-start"
864
- >
865
- <View
866
- accessibilityState={
867
- {
868
- "busy": undefined,
869
- "checked": undefined,
870
- "disabled": true,
871
- "expanded": undefined,
872
- "selected": undefined,
873
- }
874
- }
875
- accessibilityValue={
876
- {
877
- "max": undefined,
878
- "min": undefined,
879
- "now": undefined,
880
- "text": undefined,
881
- }
882
- }
883
- accessible={true}
884
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
885
- collapsable={false}
886
- focusable={true}
887
- onBlur={[Function]}
888
- onClick={[Function]}
889
- onFocus={[Function]}
890
- onResponderGrant={[Function]}
891
- onResponderMove={[Function]}
892
- onResponderRelease={[Function]}
893
- onResponderTerminate={[Function]}
894
- onResponderTerminationRequest={[Function]}
895
- onStartShouldSetResponder={[Function]}
896
- style={
897
- [
898
- {
899
- "transform": [
900
- {
901
- "scale": 1,
902
- },
903
- ],
904
- },
905
- undefined,
906
- ]
907
- }
908
- >
909
- <View
910
- aria-hidden={true}
911
- className="m-1 aspect-square w-2 rounded-full"
912
- style={
913
- {
914
- "backgroundColor": "hsl(25 95% 53%)",
915
- }
916
- }
917
- />
918
- <Text
919
- className="line-clamp-1 text-base font-medium text-f1-foreground"
920
- >
921
- Label
922
- </Text>
923
- </View>
924
- </View>
925
- `;
926
-
927
- exports[`RawTag Snapshot 15`] = `
928
- <View
929
- className="flex items-start"
930
- >
931
- <View
932
- accessibilityState={
933
- {
934
- "busy": undefined,
935
- "checked": undefined,
936
- "disabled": true,
937
- "expanded": undefined,
938
- "selected": undefined,
939
- }
940
- }
941
- accessibilityValue={
942
- {
943
- "max": undefined,
944
- "min": undefined,
945
- "now": undefined,
946
- "text": undefined,
947
- }
948
- }
949
- accessible={true}
950
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
951
- collapsable={false}
952
- focusable={true}
953
- onBlur={[Function]}
954
- onClick={[Function]}
955
- onFocus={[Function]}
956
- onResponderGrant={[Function]}
957
- onResponderMove={[Function]}
958
- onResponderRelease={[Function]}
959
- onResponderTerminate={[Function]}
960
- onResponderTerminationRequest={[Function]}
961
- onStartShouldSetResponder={[Function]}
962
- style={
963
- [
964
- {
965
- "transform": [
966
- {
967
- "scale": 1,
968
- },
969
- ],
970
- },
971
- undefined,
972
- ]
973
- }
974
- >
975
- <View
976
- aria-hidden={true}
977
- className="m-1 aspect-square w-2 rounded-full"
978
- style={
979
- {
980
- "backgroundColor": "hsl(5 100% 65%)",
981
- }
982
- }
983
- />
984
- <Text
985
- className="line-clamp-1 text-base font-medium text-f1-foreground"
986
- >
987
- Label
988
- </Text>
989
- </View>
990
- </View>
991
- `;
992
-
993
- exports[`RawTag Snapshot 16`] = `
994
- <View
995
- className="flex items-start"
996
- >
997
- <View
998
- accessibilityState={
999
- {
1000
- "busy": undefined,
1001
- "checked": undefined,
1002
- "disabled": true,
1003
- "expanded": undefined,
1004
- "selected": undefined,
1005
- }
1006
- }
1007
- accessibilityValue={
1008
- {
1009
- "max": undefined,
1010
- "min": undefined,
1011
- "now": undefined,
1012
- "text": undefined,
1013
- }
1014
- }
1015
- accessible={true}
1016
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
1017
- collapsable={false}
1018
- focusable={true}
1019
- onBlur={[Function]}
1020
- onClick={[Function]}
1021
- onFocus={[Function]}
1022
- onResponderGrant={[Function]}
1023
- onResponderMove={[Function]}
1024
- onResponderRelease={[Function]}
1025
- onResponderTerminate={[Function]}
1026
- onResponderTerminationRequest={[Function]}
1027
- onStartShouldSetResponder={[Function]}
1028
- style={
1029
- [
1030
- {
1031
- "transform": [
1032
- {
1033
- "scale": 1,
1034
- },
1035
- ],
1036
- },
1037
- undefined,
1038
- ]
1039
- }
1040
- >
1041
- <View
1042
- aria-hidden={true}
1043
- className="m-1 aspect-square w-2 rounded-full"
1044
- style={
1045
- {
1046
- "backgroundColor": "hsl(160 84% 39%)",
1047
- }
1048
- }
1049
- />
1050
- <Text
1051
- className="line-clamp-1 text-base font-medium text-f1-foreground"
1052
- >
1053
- Label
1054
- </Text>
1055
- </View>
1056
- </View>
1057
- `;
1058
-
1059
- exports[`RawTag Snapshot 17`] = `
1060
- <View
1061
- className="flex items-start"
1062
- >
1063
- <View
1064
- accessibilityState={
1065
- {
1066
- "busy": undefined,
1067
- "checked": undefined,
1068
- "disabled": true,
1069
- "expanded": undefined,
1070
- "selected": undefined,
1071
- }
1072
- }
1073
- accessibilityValue={
1074
- {
1075
- "max": undefined,
1076
- "min": undefined,
1077
- "now": undefined,
1078
- "text": undefined,
1079
- }
1080
- }
1081
- accessible={true}
1082
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
1083
- collapsable={false}
1084
- focusable={true}
1085
- onBlur={[Function]}
1086
- onClick={[Function]}
1087
- onFocus={[Function]}
1088
- onResponderGrant={[Function]}
1089
- onResponderMove={[Function]}
1090
- onResponderRelease={[Function]}
1091
- onResponderTerminate={[Function]}
1092
- onResponderTerminationRequest={[Function]}
1093
- onStartShouldSetResponder={[Function]}
1094
- style={
1095
- [
1096
- {
1097
- "transform": [
1098
- {
1099
- "scale": 1,
1100
- },
1101
- ],
1102
- },
1103
- undefined,
1104
- ]
1105
- }
1106
- >
1107
- <View
1108
- aria-hidden={true}
1109
- className="m-1 aspect-square w-2 rounded-full"
1110
- style={
1111
- {
1112
- "backgroundColor": "hsl(216 90% 65%)",
1113
- }
1114
- }
1115
- />
1116
- <Text
1117
- className="line-clamp-1 text-base font-medium text-f1-foreground"
1118
- >
1119
- Label
1120
- </Text>
1121
- </View>
1122
- </View>
1123
- `;
1124
-
1125
- exports[`RawTag Snapshot 18`] = `
1126
- <View
1127
- className="flex items-start"
1128
- >
1129
- <View
1130
- accessibilityState={
1131
- {
1132
- "busy": undefined,
1133
- "checked": undefined,
1134
- "disabled": true,
1135
- "expanded": undefined,
1136
- "selected": undefined,
1137
- }
1138
- }
1139
- accessibilityValue={
1140
- {
1141
- "max": undefined,
1142
- "min": undefined,
1143
- "now": undefined,
1144
- "text": undefined,
1145
- }
1146
- }
1147
- accessible={true}
1148
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
1149
- collapsable={false}
1150
- focusable={true}
1151
- onBlur={[Function]}
1152
- onClick={[Function]}
1153
- onFocus={[Function]}
1154
- onResponderGrant={[Function]}
1155
- onResponderMove={[Function]}
1156
- onResponderRelease={[Function]}
1157
- onResponderTerminate={[Function]}
1158
- onResponderTerminationRequest={[Function]}
1159
- onStartShouldSetResponder={[Function]}
1160
- style={
1161
- [
1162
- {
1163
- "transform": [
1164
- {
1165
- "scale": 1,
1166
- },
1167
- ],
1168
- },
1169
- undefined,
1170
- ]
1171
- }
1172
- >
1173
- <View
1174
- aria-hidden={true}
1175
- className="m-1 aspect-square w-2 rounded-full"
1176
- style={
1177
- {
1178
- "backgroundColor": "hsl(38 92% 54%)",
1179
- }
1180
- }
1181
- />
1182
- <Text
1183
- className="line-clamp-1 text-base font-medium text-f1-foreground"
1184
- >
1185
- Label
1186
- </Text>
1187
- </View>
1188
- </View>
1189
- `;
1190
-
1191
- exports[`RawTag Snapshot 19`] = `
1192
- <View
1193
- className="flex items-start"
1194
- >
1195
- <View
1196
- accessibilityState={
1197
- {
1198
- "busy": undefined,
1199
- "checked": undefined,
1200
- "disabled": true,
1201
- "expanded": undefined,
1202
- "selected": undefined,
1203
- }
1204
- }
1205
- accessibilityValue={
1206
- {
1207
- "max": undefined,
1208
- "min": undefined,
1209
- "now": undefined,
1210
- "text": undefined,
1211
- }
1212
- }
1213
- accessible={true}
1214
- className="overflow-hidden flex flex-row items-center justify-start gap-0.5 rounded-full py-0.5 pr-2 pl-1 border border-solid border-f1-border-secondary"
1215
- collapsable={false}
1216
- focusable={true}
1217
- onBlur={[Function]}
1218
- onClick={[Function]}
1219
- onFocus={[Function]}
1220
- onResponderGrant={[Function]}
1221
- onResponderMove={[Function]}
1222
- onResponderRelease={[Function]}
1223
- onResponderTerminate={[Function]}
1224
- onResponderTerminationRequest={[Function]}
1225
- onStartShouldSetResponder={[Function]}
1226
- style={
1227
- [
1228
- {
1229
- "transform": [
1230
- {
1231
- "scale": 1,
1232
- },
1233
- ],
1234
- },
1235
- undefined,
1236
- ]
1237
- }
1238
- >
1239
- <View
1240
- aria-hidden={true}
1241
- className="m-1 aspect-square w-2 rounded-full"
1242
- style={
1243
- {
1244
- "backgroundColor": "hsl(258 88% 67%)",
1245
- }
1246
- }
1247
- />
1248
- <Text
1249
- className="line-clamp-1 text-base font-medium text-f1-foreground"
1250
- >
1251
- Label
1252
- </Text>
1253
- </View>
1254
- </View>
1255
- `;