@terreno/ui 0.14.1 → 0.14.2
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.
- package/dist/ActionSheet.js +15 -27
- package/dist/ActionSheet.js.map +1 -1
- package/dist/MarkdownView.js +20 -7
- package/dist/MarkdownView.js.map +1 -1
- package/dist/useConsentHistory.d.ts +6 -1
- package/dist/useConsentHistory.js +2 -1
- package/dist/useConsentHistory.js.map +1 -1
- package/package.json +1 -1
- package/src/ActionSheet.test.tsx +554 -0
- package/src/ActionSheet.tsx +24 -37
- package/src/Banner.test.tsx +36 -1
- package/src/DataTable.test.tsx +176 -1
- package/src/DateTimeField.test.tsx +716 -2
- package/src/HeightActionSheet.test.tsx +1 -1
- package/src/HeightField.test.tsx +35 -0
- package/src/HeightFieldDesktop.test.tsx +19 -0
- package/src/MarkdownView.test.tsx +28 -0
- package/src/MarkdownView.tsx +69 -7
- package/src/MobileAddressAutoComplete.test.tsx +6 -2
- package/src/PickerSelect.test.tsx +243 -0
- package/src/SplitPage.test.tsx +299 -43
- package/src/TapToEdit.test.tsx +13 -0
- package/src/ToastNotifications.test.tsx +674 -0
- package/src/Tooltip.test.tsx +707 -1
- package/src/WebAddressAutocomplete.test.tsx +99 -0
- package/src/WebDropdownMenu.test.tsx +28 -2
- package/src/__snapshots__/Banner.test.tsx.snap +125 -0
- package/src/__snapshots__/DataTable.test.tsx.snap +366 -0
- package/src/__snapshots__/MarkdownView.test.tsx.snap +284 -74
- package/src/__snapshots__/SplitPage.test.tsx.snap +698 -46
- package/src/bunSetup.ts +0 -4
- package/src/login/LoginScreen.test.tsx +12 -0
- package/src/useConsentHistory.test.ts +20 -13
- package/src/useConsentHistory.ts +7 -2
|
@@ -19,16 +19,23 @@ exports[`MarkdownView renders correctly with simple text 1`] = `
|
|
|
19
19
|
"style": [
|
|
20
20
|
{
|
|
21
21
|
"color": "#1C1C1C",
|
|
22
|
-
"fontFamily": "text",
|
|
22
|
+
"fontFamily": "text-regular",
|
|
23
|
+
"fontSize": 14,
|
|
24
|
+
"lineHeight": 20,
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"color": "#1C1C1C",
|
|
23
28
|
},
|
|
24
|
-
{},
|
|
25
29
|
],
|
|
26
30
|
},
|
|
27
31
|
"type": "Text",
|
|
28
32
|
},
|
|
29
33
|
],
|
|
30
34
|
"props": {
|
|
31
|
-
"style": {
|
|
35
|
+
"style": {
|
|
36
|
+
"flexShrink": 1,
|
|
37
|
+
"minWidth": 0,
|
|
38
|
+
},
|
|
32
39
|
},
|
|
33
40
|
"type": "Text",
|
|
34
41
|
},
|
|
@@ -37,6 +44,7 @@ exports[`MarkdownView renders correctly with simple text 1`] = `
|
|
|
37
44
|
"style": {
|
|
38
45
|
"alignItems": "flex-start",
|
|
39
46
|
"flexDirection": "row",
|
|
47
|
+
"flexShrink": 1,
|
|
40
48
|
"flexWrap": "wrap",
|
|
41
49
|
"justifyContent": "flex-start",
|
|
42
50
|
"marginBottom": 10,
|
|
@@ -49,7 +57,9 @@ exports[`MarkdownView renders correctly with simple text 1`] = `
|
|
|
49
57
|
},
|
|
50
58
|
],
|
|
51
59
|
"props": {
|
|
52
|
-
"style": {
|
|
60
|
+
"style": {
|
|
61
|
+
"width": "100%",
|
|
62
|
+
},
|
|
53
63
|
"testID": undefined,
|
|
54
64
|
},
|
|
55
65
|
"type": "View",
|
|
@@ -77,15 +87,21 @@ exports[`MarkdownView renders markdown headings 1`] = `
|
|
|
77
87
|
"color": "#1C1C1C",
|
|
78
88
|
"fontFamily": "heading-bold",
|
|
79
89
|
"fontSize": 28,
|
|
90
|
+
"lineHeight": 35,
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"color": "#1C1C1C",
|
|
80
94
|
},
|
|
81
|
-
{},
|
|
82
95
|
],
|
|
83
96
|
},
|
|
84
97
|
"type": "Text",
|
|
85
98
|
},
|
|
86
99
|
],
|
|
87
100
|
"props": {
|
|
88
|
-
"style": {
|
|
101
|
+
"style": {
|
|
102
|
+
"flexShrink": 1,
|
|
103
|
+
"minWidth": 0,
|
|
104
|
+
},
|
|
89
105
|
},
|
|
90
106
|
"type": "Text",
|
|
91
107
|
},
|
|
@@ -115,15 +131,21 @@ exports[`MarkdownView renders markdown headings 1`] = `
|
|
|
115
131
|
"color": "#1C1C1C",
|
|
116
132
|
"fontFamily": "heading-bold",
|
|
117
133
|
"fontSize": 20,
|
|
134
|
+
"lineHeight": 25,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"color": "#1C1C1C",
|
|
118
138
|
},
|
|
119
|
-
{},
|
|
120
139
|
],
|
|
121
140
|
},
|
|
122
141
|
"type": "Text",
|
|
123
142
|
},
|
|
124
143
|
],
|
|
125
144
|
"props": {
|
|
126
|
-
"style": {
|
|
145
|
+
"style": {
|
|
146
|
+
"flexShrink": 1,
|
|
147
|
+
"minWidth": 0,
|
|
148
|
+
},
|
|
127
149
|
},
|
|
128
150
|
"type": "Text",
|
|
129
151
|
},
|
|
@@ -153,15 +175,21 @@ exports[`MarkdownView renders markdown headings 1`] = `
|
|
|
153
175
|
"color": "#1C1C1C",
|
|
154
176
|
"fontFamily": "heading-bold",
|
|
155
177
|
"fontSize": 16,
|
|
178
|
+
"lineHeight": 20,
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"color": "#1C1C1C",
|
|
156
182
|
},
|
|
157
|
-
{},
|
|
158
183
|
],
|
|
159
184
|
},
|
|
160
185
|
"type": "Text",
|
|
161
186
|
},
|
|
162
187
|
],
|
|
163
188
|
"props": {
|
|
164
|
-
"style": {
|
|
189
|
+
"style": {
|
|
190
|
+
"flexShrink": 1,
|
|
191
|
+
"minWidth": 0,
|
|
192
|
+
},
|
|
165
193
|
},
|
|
166
194
|
"type": "Text",
|
|
167
195
|
},
|
|
@@ -176,7 +204,9 @@ exports[`MarkdownView renders markdown headings 1`] = `
|
|
|
176
204
|
},
|
|
177
205
|
],
|
|
178
206
|
"props": {
|
|
179
|
-
"style": {
|
|
207
|
+
"style": {
|
|
208
|
+
"width": "100%",
|
|
209
|
+
},
|
|
180
210
|
"testID": undefined,
|
|
181
211
|
},
|
|
182
212
|
"type": "View",
|
|
@@ -205,10 +235,14 @@ exports[`MarkdownView renders markdown bold and italic 1`] = `
|
|
|
205
235
|
"style": [
|
|
206
236
|
{
|
|
207
237
|
"color": "#1C1C1C",
|
|
208
|
-
"fontFamily": "text",
|
|
238
|
+
"fontFamily": "text-regular",
|
|
239
|
+
"fontSize": 14,
|
|
209
240
|
"fontWeight": "bold",
|
|
241
|
+
"lineHeight": 20,
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"color": "#1C1C1C",
|
|
210
245
|
},
|
|
211
|
-
{},
|
|
212
246
|
],
|
|
213
247
|
},
|
|
214
248
|
"type": "Text",
|
|
@@ -230,9 +264,13 @@ exports[`MarkdownView renders markdown bold and italic 1`] = `
|
|
|
230
264
|
"style": [
|
|
231
265
|
{
|
|
232
266
|
"color": "#1C1C1C",
|
|
233
|
-
"fontFamily": "text",
|
|
267
|
+
"fontFamily": "text-regular",
|
|
268
|
+
"fontSize": 14,
|
|
269
|
+
"lineHeight": 20,
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"color": "#1C1C1C",
|
|
234
273
|
},
|
|
235
|
-
{},
|
|
236
274
|
],
|
|
237
275
|
},
|
|
238
276
|
"type": "Text",
|
|
@@ -249,10 +287,14 @@ exports[`MarkdownView renders markdown bold and italic 1`] = `
|
|
|
249
287
|
"style": [
|
|
250
288
|
{
|
|
251
289
|
"color": "#1C1C1C",
|
|
252
|
-
"fontFamily": "text",
|
|
290
|
+
"fontFamily": "text-regular",
|
|
291
|
+
"fontSize": 14,
|
|
253
292
|
"fontStyle": "italic",
|
|
293
|
+
"lineHeight": 20,
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"color": "#1C1C1C",
|
|
254
297
|
},
|
|
255
|
-
{},
|
|
256
298
|
],
|
|
257
299
|
},
|
|
258
300
|
"type": "Text",
|
|
@@ -274,16 +316,23 @@ exports[`MarkdownView renders markdown bold and italic 1`] = `
|
|
|
274
316
|
"style": [
|
|
275
317
|
{
|
|
276
318
|
"color": "#1C1C1C",
|
|
277
|
-
"fontFamily": "text",
|
|
319
|
+
"fontFamily": "text-regular",
|
|
320
|
+
"fontSize": 14,
|
|
321
|
+
"lineHeight": 20,
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"color": "#1C1C1C",
|
|
278
325
|
},
|
|
279
|
-
{},
|
|
280
326
|
],
|
|
281
327
|
},
|
|
282
328
|
"type": "Text",
|
|
283
329
|
},
|
|
284
330
|
],
|
|
285
331
|
"props": {
|
|
286
|
-
"style": {
|
|
332
|
+
"style": {
|
|
333
|
+
"flexShrink": 1,
|
|
334
|
+
"minWidth": 0,
|
|
335
|
+
},
|
|
287
336
|
},
|
|
288
337
|
"type": "Text",
|
|
289
338
|
},
|
|
@@ -292,6 +341,7 @@ exports[`MarkdownView renders markdown bold and italic 1`] = `
|
|
|
292
341
|
"style": {
|
|
293
342
|
"alignItems": "flex-start",
|
|
294
343
|
"flexDirection": "row",
|
|
344
|
+
"flexShrink": 1,
|
|
295
345
|
"flexWrap": "wrap",
|
|
296
346
|
"justifyContent": "flex-start",
|
|
297
347
|
"marginBottom": 10,
|
|
@@ -304,7 +354,9 @@ exports[`MarkdownView renders markdown bold and italic 1`] = `
|
|
|
304
354
|
},
|
|
305
355
|
],
|
|
306
356
|
"props": {
|
|
307
|
-
"style": {
|
|
357
|
+
"style": {
|
|
358
|
+
"width": "100%",
|
|
359
|
+
},
|
|
308
360
|
"testID": undefined,
|
|
309
361
|
},
|
|
310
362
|
"type": "View",
|
|
@@ -331,11 +383,20 @@ exports[`MarkdownView renders markdown lists 1`] = `
|
|
|
331
383
|
"style": [
|
|
332
384
|
{
|
|
333
385
|
"color": "#1C1C1C",
|
|
334
|
-
"fontFamily": "text",
|
|
386
|
+
"fontFamily": "text-regular",
|
|
387
|
+
"fontSize": 14,
|
|
388
|
+
"lineHeight": 20,
|
|
335
389
|
},
|
|
336
390
|
{
|
|
337
|
-
"
|
|
338
|
-
"
|
|
391
|
+
"color": "#1C1C1C",
|
|
392
|
+
"flexShrink": 0,
|
|
393
|
+
"fontFamily": "text-regular",
|
|
394
|
+
"fontSize": 14,
|
|
395
|
+
"lineHeight": 20,
|
|
396
|
+
"marginLeft": 0,
|
|
397
|
+
"marginRight": 8,
|
|
398
|
+
"minWidth": 16,
|
|
399
|
+
"textAlign": "center",
|
|
339
400
|
},
|
|
340
401
|
],
|
|
341
402
|
},
|
|
@@ -356,16 +417,23 @@ exports[`MarkdownView renders markdown lists 1`] = `
|
|
|
356
417
|
"style": [
|
|
357
418
|
{
|
|
358
419
|
"color": "#1C1C1C",
|
|
359
|
-
"fontFamily": "text",
|
|
420
|
+
"fontFamily": "text-regular",
|
|
421
|
+
"fontSize": 14,
|
|
422
|
+
"lineHeight": 20,
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"color": "#1C1C1C",
|
|
360
426
|
},
|
|
361
|
-
{},
|
|
362
427
|
],
|
|
363
428
|
},
|
|
364
429
|
"type": "Text",
|
|
365
430
|
},
|
|
366
431
|
],
|
|
367
432
|
"props": {
|
|
368
|
-
"style": {
|
|
433
|
+
"style": {
|
|
434
|
+
"flexShrink": 1,
|
|
435
|
+
"minWidth": 0,
|
|
436
|
+
},
|
|
369
437
|
},
|
|
370
438
|
"type": "Text",
|
|
371
439
|
},
|
|
@@ -373,6 +441,8 @@ exports[`MarkdownView renders markdown lists 1`] = `
|
|
|
373
441
|
"props": {
|
|
374
442
|
"style": {
|
|
375
443
|
"flex": 1,
|
|
444
|
+
"flexShrink": 1,
|
|
445
|
+
"minWidth": 0,
|
|
376
446
|
},
|
|
377
447
|
"testID": undefined,
|
|
378
448
|
},
|
|
@@ -381,8 +451,10 @@ exports[`MarkdownView renders markdown lists 1`] = `
|
|
|
381
451
|
],
|
|
382
452
|
"props": {
|
|
383
453
|
"style": {
|
|
454
|
+
"alignItems": "flex-start",
|
|
384
455
|
"flexDirection": "row",
|
|
385
456
|
"justifyContent": "flex-start",
|
|
457
|
+
"width": "100%",
|
|
386
458
|
},
|
|
387
459
|
"testID": undefined,
|
|
388
460
|
},
|
|
@@ -401,11 +473,20 @@ exports[`MarkdownView renders markdown lists 1`] = `
|
|
|
401
473
|
"style": [
|
|
402
474
|
{
|
|
403
475
|
"color": "#1C1C1C",
|
|
404
|
-
"fontFamily": "text",
|
|
476
|
+
"fontFamily": "text-regular",
|
|
477
|
+
"fontSize": 14,
|
|
478
|
+
"lineHeight": 20,
|
|
405
479
|
},
|
|
406
480
|
{
|
|
407
|
-
"
|
|
408
|
-
"
|
|
481
|
+
"color": "#1C1C1C",
|
|
482
|
+
"flexShrink": 0,
|
|
483
|
+
"fontFamily": "text-regular",
|
|
484
|
+
"fontSize": 14,
|
|
485
|
+
"lineHeight": 20,
|
|
486
|
+
"marginLeft": 0,
|
|
487
|
+
"marginRight": 8,
|
|
488
|
+
"minWidth": 16,
|
|
489
|
+
"textAlign": "center",
|
|
409
490
|
},
|
|
410
491
|
],
|
|
411
492
|
},
|
|
@@ -426,16 +507,23 @@ exports[`MarkdownView renders markdown lists 1`] = `
|
|
|
426
507
|
"style": [
|
|
427
508
|
{
|
|
428
509
|
"color": "#1C1C1C",
|
|
429
|
-
"fontFamily": "text",
|
|
510
|
+
"fontFamily": "text-regular",
|
|
511
|
+
"fontSize": 14,
|
|
512
|
+
"lineHeight": 20,
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"color": "#1C1C1C",
|
|
430
516
|
},
|
|
431
|
-
{},
|
|
432
517
|
],
|
|
433
518
|
},
|
|
434
519
|
"type": "Text",
|
|
435
520
|
},
|
|
436
521
|
],
|
|
437
522
|
"props": {
|
|
438
|
-
"style": {
|
|
523
|
+
"style": {
|
|
524
|
+
"flexShrink": 1,
|
|
525
|
+
"minWidth": 0,
|
|
526
|
+
},
|
|
439
527
|
},
|
|
440
528
|
"type": "Text",
|
|
441
529
|
},
|
|
@@ -443,6 +531,8 @@ exports[`MarkdownView renders markdown lists 1`] = `
|
|
|
443
531
|
"props": {
|
|
444
532
|
"style": {
|
|
445
533
|
"flex": 1,
|
|
534
|
+
"flexShrink": 1,
|
|
535
|
+
"minWidth": 0,
|
|
446
536
|
},
|
|
447
537
|
"testID": undefined,
|
|
448
538
|
},
|
|
@@ -451,8 +541,10 @@ exports[`MarkdownView renders markdown lists 1`] = `
|
|
|
451
541
|
],
|
|
452
542
|
"props": {
|
|
453
543
|
"style": {
|
|
544
|
+
"alignItems": "flex-start",
|
|
454
545
|
"flexDirection": "row",
|
|
455
546
|
"justifyContent": "flex-start",
|
|
547
|
+
"width": "100%",
|
|
456
548
|
},
|
|
457
549
|
"testID": undefined,
|
|
458
550
|
},
|
|
@@ -471,11 +563,20 @@ exports[`MarkdownView renders markdown lists 1`] = `
|
|
|
471
563
|
"style": [
|
|
472
564
|
{
|
|
473
565
|
"color": "#1C1C1C",
|
|
474
|
-
"fontFamily": "text",
|
|
566
|
+
"fontFamily": "text-regular",
|
|
567
|
+
"fontSize": 14,
|
|
568
|
+
"lineHeight": 20,
|
|
475
569
|
},
|
|
476
570
|
{
|
|
477
|
-
"
|
|
478
|
-
"
|
|
571
|
+
"color": "#1C1C1C",
|
|
572
|
+
"flexShrink": 0,
|
|
573
|
+
"fontFamily": "text-regular",
|
|
574
|
+
"fontSize": 14,
|
|
575
|
+
"lineHeight": 20,
|
|
576
|
+
"marginLeft": 0,
|
|
577
|
+
"marginRight": 8,
|
|
578
|
+
"minWidth": 16,
|
|
579
|
+
"textAlign": "center",
|
|
479
580
|
},
|
|
480
581
|
],
|
|
481
582
|
},
|
|
@@ -496,16 +597,23 @@ exports[`MarkdownView renders markdown lists 1`] = `
|
|
|
496
597
|
"style": [
|
|
497
598
|
{
|
|
498
599
|
"color": "#1C1C1C",
|
|
499
|
-
"fontFamily": "text",
|
|
600
|
+
"fontFamily": "text-regular",
|
|
601
|
+
"fontSize": 14,
|
|
602
|
+
"lineHeight": 20,
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"color": "#1C1C1C",
|
|
500
606
|
},
|
|
501
|
-
{},
|
|
502
607
|
],
|
|
503
608
|
},
|
|
504
609
|
"type": "Text",
|
|
505
610
|
},
|
|
506
611
|
],
|
|
507
612
|
"props": {
|
|
508
|
-
"style": {
|
|
613
|
+
"style": {
|
|
614
|
+
"flexShrink": 1,
|
|
615
|
+
"minWidth": 0,
|
|
616
|
+
},
|
|
509
617
|
},
|
|
510
618
|
"type": "Text",
|
|
511
619
|
},
|
|
@@ -513,6 +621,8 @@ exports[`MarkdownView renders markdown lists 1`] = `
|
|
|
513
621
|
"props": {
|
|
514
622
|
"style": {
|
|
515
623
|
"flex": 1,
|
|
624
|
+
"flexShrink": 1,
|
|
625
|
+
"minWidth": 0,
|
|
516
626
|
},
|
|
517
627
|
"testID": undefined,
|
|
518
628
|
},
|
|
@@ -521,8 +631,10 @@ exports[`MarkdownView renders markdown lists 1`] = `
|
|
|
521
631
|
],
|
|
522
632
|
"props": {
|
|
523
633
|
"style": {
|
|
634
|
+
"alignItems": "flex-start",
|
|
524
635
|
"flexDirection": "row",
|
|
525
636
|
"justifyContent": "flex-start",
|
|
637
|
+
"width": "100%",
|
|
526
638
|
},
|
|
527
639
|
"testID": undefined,
|
|
528
640
|
},
|
|
@@ -530,14 +642,18 @@ exports[`MarkdownView renders markdown lists 1`] = `
|
|
|
530
642
|
},
|
|
531
643
|
],
|
|
532
644
|
"props": {
|
|
533
|
-
"style": {
|
|
645
|
+
"style": {
|
|
646
|
+
"width": "100%",
|
|
647
|
+
},
|
|
534
648
|
"testID": undefined,
|
|
535
649
|
},
|
|
536
650
|
"type": "View",
|
|
537
651
|
},
|
|
538
652
|
],
|
|
539
653
|
"props": {
|
|
540
|
-
"style": {
|
|
654
|
+
"style": {
|
|
655
|
+
"width": "100%",
|
|
656
|
+
},
|
|
541
657
|
"testID": undefined,
|
|
542
658
|
},
|
|
543
659
|
"type": "View",
|
|
@@ -563,16 +679,23 @@ exports[`MarkdownView renders with inverted colors 1`] = `
|
|
|
563
679
|
"style": [
|
|
564
680
|
{
|
|
565
681
|
"color": "#FFFFFF",
|
|
566
|
-
"fontFamily": "text",
|
|
682
|
+
"fontFamily": "text-regular",
|
|
683
|
+
"fontSize": 14,
|
|
684
|
+
"lineHeight": 20,
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"color": "#FFFFFF",
|
|
567
688
|
},
|
|
568
|
-
{},
|
|
569
689
|
],
|
|
570
690
|
},
|
|
571
691
|
"type": "Text",
|
|
572
692
|
},
|
|
573
693
|
],
|
|
574
694
|
"props": {
|
|
575
|
-
"style": {
|
|
695
|
+
"style": {
|
|
696
|
+
"flexShrink": 1,
|
|
697
|
+
"minWidth": 0,
|
|
698
|
+
},
|
|
576
699
|
},
|
|
577
700
|
"type": "Text",
|
|
578
701
|
},
|
|
@@ -581,6 +704,7 @@ exports[`MarkdownView renders with inverted colors 1`] = `
|
|
|
581
704
|
"style": {
|
|
582
705
|
"alignItems": "flex-start",
|
|
583
706
|
"flexDirection": "row",
|
|
707
|
+
"flexShrink": 1,
|
|
584
708
|
"flexWrap": "wrap",
|
|
585
709
|
"justifyContent": "flex-start",
|
|
586
710
|
"marginBottom": 10,
|
|
@@ -593,7 +717,9 @@ exports[`MarkdownView renders with inverted colors 1`] = `
|
|
|
593
717
|
},
|
|
594
718
|
],
|
|
595
719
|
"props": {
|
|
596
|
-
"style": {
|
|
720
|
+
"style": {
|
|
721
|
+
"width": "100%",
|
|
722
|
+
},
|
|
597
723
|
"testID": undefined,
|
|
598
724
|
},
|
|
599
725
|
"type": "View",
|
|
@@ -620,11 +746,20 @@ exports[`MarkdownView renders numbered lists 1`] = `
|
|
|
620
746
|
"style": [
|
|
621
747
|
{
|
|
622
748
|
"color": "#1C1C1C",
|
|
623
|
-
"fontFamily": "text",
|
|
749
|
+
"fontFamily": "text-regular",
|
|
750
|
+
"fontSize": 14,
|
|
751
|
+
"lineHeight": 20,
|
|
624
752
|
},
|
|
625
753
|
{
|
|
626
|
-
"
|
|
627
|
-
"
|
|
754
|
+
"color": "#1C1C1C",
|
|
755
|
+
"flexShrink": 0,
|
|
756
|
+
"fontFamily": "text-regular",
|
|
757
|
+
"fontSize": 14,
|
|
758
|
+
"lineHeight": 20,
|
|
759
|
+
"marginLeft": 0,
|
|
760
|
+
"marginRight": 8,
|
|
761
|
+
"minWidth": 32,
|
|
762
|
+
"textAlign": "right",
|
|
628
763
|
},
|
|
629
764
|
],
|
|
630
765
|
},
|
|
@@ -645,16 +780,23 @@ exports[`MarkdownView renders numbered lists 1`] = `
|
|
|
645
780
|
"style": [
|
|
646
781
|
{
|
|
647
782
|
"color": "#1C1C1C",
|
|
648
|
-
"fontFamily": "text",
|
|
783
|
+
"fontFamily": "text-regular",
|
|
784
|
+
"fontSize": 14,
|
|
785
|
+
"lineHeight": 20,
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"color": "#1C1C1C",
|
|
649
789
|
},
|
|
650
|
-
{},
|
|
651
790
|
],
|
|
652
791
|
},
|
|
653
792
|
"type": "Text",
|
|
654
793
|
},
|
|
655
794
|
],
|
|
656
795
|
"props": {
|
|
657
|
-
"style": {
|
|
796
|
+
"style": {
|
|
797
|
+
"flexShrink": 1,
|
|
798
|
+
"minWidth": 0,
|
|
799
|
+
},
|
|
658
800
|
},
|
|
659
801
|
"type": "Text",
|
|
660
802
|
},
|
|
@@ -662,6 +804,8 @@ exports[`MarkdownView renders numbered lists 1`] = `
|
|
|
662
804
|
"props": {
|
|
663
805
|
"style": {
|
|
664
806
|
"flex": 1,
|
|
807
|
+
"flexShrink": 1,
|
|
808
|
+
"minWidth": 0,
|
|
665
809
|
},
|
|
666
810
|
"testID": undefined,
|
|
667
811
|
},
|
|
@@ -670,8 +814,10 @@ exports[`MarkdownView renders numbered lists 1`] = `
|
|
|
670
814
|
],
|
|
671
815
|
"props": {
|
|
672
816
|
"style": {
|
|
817
|
+
"alignItems": "flex-start",
|
|
673
818
|
"flexDirection": "row",
|
|
674
819
|
"justifyContent": "flex-start",
|
|
820
|
+
"width": "100%",
|
|
675
821
|
},
|
|
676
822
|
"testID": undefined,
|
|
677
823
|
},
|
|
@@ -690,11 +836,20 @@ exports[`MarkdownView renders numbered lists 1`] = `
|
|
|
690
836
|
"style": [
|
|
691
837
|
{
|
|
692
838
|
"color": "#1C1C1C",
|
|
693
|
-
"fontFamily": "text",
|
|
839
|
+
"fontFamily": "text-regular",
|
|
840
|
+
"fontSize": 14,
|
|
841
|
+
"lineHeight": 20,
|
|
694
842
|
},
|
|
695
843
|
{
|
|
696
|
-
"
|
|
697
|
-
"
|
|
844
|
+
"color": "#1C1C1C",
|
|
845
|
+
"flexShrink": 0,
|
|
846
|
+
"fontFamily": "text-regular",
|
|
847
|
+
"fontSize": 14,
|
|
848
|
+
"lineHeight": 20,
|
|
849
|
+
"marginLeft": 0,
|
|
850
|
+
"marginRight": 8,
|
|
851
|
+
"minWidth": 32,
|
|
852
|
+
"textAlign": "right",
|
|
698
853
|
},
|
|
699
854
|
],
|
|
700
855
|
},
|
|
@@ -715,16 +870,23 @@ exports[`MarkdownView renders numbered lists 1`] = `
|
|
|
715
870
|
"style": [
|
|
716
871
|
{
|
|
717
872
|
"color": "#1C1C1C",
|
|
718
|
-
"fontFamily": "text",
|
|
873
|
+
"fontFamily": "text-regular",
|
|
874
|
+
"fontSize": 14,
|
|
875
|
+
"lineHeight": 20,
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"color": "#1C1C1C",
|
|
719
879
|
},
|
|
720
|
-
{},
|
|
721
880
|
],
|
|
722
881
|
},
|
|
723
882
|
"type": "Text",
|
|
724
883
|
},
|
|
725
884
|
],
|
|
726
885
|
"props": {
|
|
727
|
-
"style": {
|
|
886
|
+
"style": {
|
|
887
|
+
"flexShrink": 1,
|
|
888
|
+
"minWidth": 0,
|
|
889
|
+
},
|
|
728
890
|
},
|
|
729
891
|
"type": "Text",
|
|
730
892
|
},
|
|
@@ -732,6 +894,8 @@ exports[`MarkdownView renders numbered lists 1`] = `
|
|
|
732
894
|
"props": {
|
|
733
895
|
"style": {
|
|
734
896
|
"flex": 1,
|
|
897
|
+
"flexShrink": 1,
|
|
898
|
+
"minWidth": 0,
|
|
735
899
|
},
|
|
736
900
|
"testID": undefined,
|
|
737
901
|
},
|
|
@@ -740,8 +904,10 @@ exports[`MarkdownView renders numbered lists 1`] = `
|
|
|
740
904
|
],
|
|
741
905
|
"props": {
|
|
742
906
|
"style": {
|
|
907
|
+
"alignItems": "flex-start",
|
|
743
908
|
"flexDirection": "row",
|
|
744
909
|
"justifyContent": "flex-start",
|
|
910
|
+
"width": "100%",
|
|
745
911
|
},
|
|
746
912
|
"testID": undefined,
|
|
747
913
|
},
|
|
@@ -760,11 +926,20 @@ exports[`MarkdownView renders numbered lists 1`] = `
|
|
|
760
926
|
"style": [
|
|
761
927
|
{
|
|
762
928
|
"color": "#1C1C1C",
|
|
763
|
-
"fontFamily": "text",
|
|
929
|
+
"fontFamily": "text-regular",
|
|
930
|
+
"fontSize": 14,
|
|
931
|
+
"lineHeight": 20,
|
|
764
932
|
},
|
|
765
933
|
{
|
|
766
|
-
"
|
|
767
|
-
"
|
|
934
|
+
"color": "#1C1C1C",
|
|
935
|
+
"flexShrink": 0,
|
|
936
|
+
"fontFamily": "text-regular",
|
|
937
|
+
"fontSize": 14,
|
|
938
|
+
"lineHeight": 20,
|
|
939
|
+
"marginLeft": 0,
|
|
940
|
+
"marginRight": 8,
|
|
941
|
+
"minWidth": 32,
|
|
942
|
+
"textAlign": "right",
|
|
768
943
|
},
|
|
769
944
|
],
|
|
770
945
|
},
|
|
@@ -785,16 +960,23 @@ exports[`MarkdownView renders numbered lists 1`] = `
|
|
|
785
960
|
"style": [
|
|
786
961
|
{
|
|
787
962
|
"color": "#1C1C1C",
|
|
788
|
-
"fontFamily": "text",
|
|
963
|
+
"fontFamily": "text-regular",
|
|
964
|
+
"fontSize": 14,
|
|
965
|
+
"lineHeight": 20,
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"color": "#1C1C1C",
|
|
789
969
|
},
|
|
790
|
-
{},
|
|
791
970
|
],
|
|
792
971
|
},
|
|
793
972
|
"type": "Text",
|
|
794
973
|
},
|
|
795
974
|
],
|
|
796
975
|
"props": {
|
|
797
|
-
"style": {
|
|
976
|
+
"style": {
|
|
977
|
+
"flexShrink": 1,
|
|
978
|
+
"minWidth": 0,
|
|
979
|
+
},
|
|
798
980
|
},
|
|
799
981
|
"type": "Text",
|
|
800
982
|
},
|
|
@@ -802,6 +984,8 @@ exports[`MarkdownView renders numbered lists 1`] = `
|
|
|
802
984
|
"props": {
|
|
803
985
|
"style": {
|
|
804
986
|
"flex": 1,
|
|
987
|
+
"flexShrink": 1,
|
|
988
|
+
"minWidth": 0,
|
|
805
989
|
},
|
|
806
990
|
"testID": undefined,
|
|
807
991
|
},
|
|
@@ -810,8 +994,10 @@ exports[`MarkdownView renders numbered lists 1`] = `
|
|
|
810
994
|
],
|
|
811
995
|
"props": {
|
|
812
996
|
"style": {
|
|
997
|
+
"alignItems": "flex-start",
|
|
813
998
|
"flexDirection": "row",
|
|
814
999
|
"justifyContent": "flex-start",
|
|
1000
|
+
"width": "100%",
|
|
815
1001
|
},
|
|
816
1002
|
"testID": undefined,
|
|
817
1003
|
},
|
|
@@ -819,14 +1005,18 @@ exports[`MarkdownView renders numbered lists 1`] = `
|
|
|
819
1005
|
},
|
|
820
1006
|
],
|
|
821
1007
|
"props": {
|
|
822
|
-
"style": {
|
|
1008
|
+
"style": {
|
|
1009
|
+
"width": "100%",
|
|
1010
|
+
},
|
|
823
1011
|
"testID": undefined,
|
|
824
1012
|
},
|
|
825
1013
|
"type": "View",
|
|
826
1014
|
},
|
|
827
1015
|
],
|
|
828
1016
|
"props": {
|
|
829
|
-
"style": {
|
|
1017
|
+
"style": {
|
|
1018
|
+
"width": "100%",
|
|
1019
|
+
},
|
|
830
1020
|
"testID": undefined,
|
|
831
1021
|
},
|
|
832
1022
|
"type": "View",
|
|
@@ -846,7 +1036,9 @@ exports[`MarkdownView renders code blocks 1`] = `
|
|
|
846
1036
|
"style": [
|
|
847
1037
|
{
|
|
848
1038
|
"color": "#1C1C1C",
|
|
849
|
-
"fontFamily": "text",
|
|
1039
|
+
"fontFamily": "text-regular",
|
|
1040
|
+
"fontSize": 14,
|
|
1041
|
+
"lineHeight": 20,
|
|
850
1042
|
},
|
|
851
1043
|
{
|
|
852
1044
|
"backgroundColor": "#D9D9D9",
|
|
@@ -864,7 +1056,9 @@ exports[`MarkdownView renders code blocks 1`] = `
|
|
|
864
1056
|
},
|
|
865
1057
|
],
|
|
866
1058
|
"props": {
|
|
867
|
-
"style": {
|
|
1059
|
+
"style": {
|
|
1060
|
+
"width": "100%",
|
|
1061
|
+
},
|
|
868
1062
|
"testID": undefined,
|
|
869
1063
|
},
|
|
870
1064
|
"type": "View",
|
|
@@ -890,9 +1084,13 @@ exports[`MarkdownView renders inline code 1`] = `
|
|
|
890
1084
|
"style": [
|
|
891
1085
|
{
|
|
892
1086
|
"color": "#1C1C1C",
|
|
893
|
-
"fontFamily": "text",
|
|
1087
|
+
"fontFamily": "text-regular",
|
|
1088
|
+
"fontSize": 14,
|
|
1089
|
+
"lineHeight": 20,
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"color": "#1C1C1C",
|
|
894
1093
|
},
|
|
895
|
-
{},
|
|
896
1094
|
],
|
|
897
1095
|
},
|
|
898
1096
|
"type": "Text",
|
|
@@ -906,7 +1104,9 @@ exports[`MarkdownView renders inline code 1`] = `
|
|
|
906
1104
|
"style": [
|
|
907
1105
|
{
|
|
908
1106
|
"color": "#1C1C1C",
|
|
909
|
-
"fontFamily": "text",
|
|
1107
|
+
"fontFamily": "text-regular",
|
|
1108
|
+
"fontSize": 14,
|
|
1109
|
+
"lineHeight": 20,
|
|
910
1110
|
},
|
|
911
1111
|
{
|
|
912
1112
|
"backgroundColor": "#D9D9D9",
|
|
@@ -933,16 +1133,23 @@ exports[`MarkdownView renders inline code 1`] = `
|
|
|
933
1133
|
"style": [
|
|
934
1134
|
{
|
|
935
1135
|
"color": "#1C1C1C",
|
|
936
|
-
"fontFamily": "text",
|
|
1136
|
+
"fontFamily": "text-regular",
|
|
1137
|
+
"fontSize": 14,
|
|
1138
|
+
"lineHeight": 20,
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"color": "#1C1C1C",
|
|
937
1142
|
},
|
|
938
|
-
{},
|
|
939
1143
|
],
|
|
940
1144
|
},
|
|
941
1145
|
"type": "Text",
|
|
942
1146
|
},
|
|
943
1147
|
],
|
|
944
1148
|
"props": {
|
|
945
|
-
"style": {
|
|
1149
|
+
"style": {
|
|
1150
|
+
"flexShrink": 1,
|
|
1151
|
+
"minWidth": 0,
|
|
1152
|
+
},
|
|
946
1153
|
},
|
|
947
1154
|
"type": "Text",
|
|
948
1155
|
},
|
|
@@ -951,6 +1158,7 @@ exports[`MarkdownView renders inline code 1`] = `
|
|
|
951
1158
|
"style": {
|
|
952
1159
|
"alignItems": "flex-start",
|
|
953
1160
|
"flexDirection": "row",
|
|
1161
|
+
"flexShrink": 1,
|
|
954
1162
|
"flexWrap": "wrap",
|
|
955
1163
|
"justifyContent": "flex-start",
|
|
956
1164
|
"marginBottom": 10,
|
|
@@ -963,7 +1171,9 @@ exports[`MarkdownView renders inline code 1`] = `
|
|
|
963
1171
|
},
|
|
964
1172
|
],
|
|
965
1173
|
"props": {
|
|
966
|
-
"style": {
|
|
1174
|
+
"style": {
|
|
1175
|
+
"width": "100%",
|
|
1176
|
+
},
|
|
967
1177
|
"testID": undefined,
|
|
968
1178
|
},
|
|
969
1179
|
"type": "View",
|