@scm-manager/ui-components 3.6.1 → 3.6.2-20250017-195913
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/package.json +12 -12
- package/src/ErrorBoundary.tsx +4 -2
- package/src/ErrorPage.tsx +19 -19
- package/src/Tag.tsx +40 -22
- package/src/__snapshots__/storyshots.test.ts.snap +1247 -819
- package/src/forms/Select.tsx +1 -1
- package/src/layout/Page.tsx +29 -63
- package/src/layout/Title.tsx +2 -12
- package/src/repos/DiffDropDown.tsx +1 -1
- package/src/repos/HunkExpandDivider.tsx +3 -0
- package/src/repos/HunkExpandLink.tsx +8 -4
- package/src/repos/changesets/ContributorRow.tsx +1 -1
- package/src/repos/diff/HunkFooter.tsx +3 -3
- package/src/repos/diff/HunkHeader.tsx +4 -5
- package/src/repos/diff/LastHunkFooter.tsx +2 -2
|
@@ -23699,29 +23699,37 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
23699
23699
|
colSpan={3}
|
|
23700
23700
|
>
|
|
23701
23701
|
<div
|
|
23702
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
23702
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
23703
23703
|
>
|
|
23704
|
-
<
|
|
23705
|
-
className="is-clickable"
|
|
23704
|
+
<button
|
|
23705
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
23706
23706
|
onClick={[Function]}
|
|
23707
23707
|
>
|
|
23708
|
-
<
|
|
23709
|
-
|
|
23710
|
-
|
|
23711
|
-
|
|
23708
|
+
<span
|
|
23709
|
+
aria-hidden="true"
|
|
23710
|
+
className="icon"
|
|
23711
|
+
>
|
|
23712
|
+
<i
|
|
23713
|
+
className="fas fa-fw fa-angle-down"
|
|
23714
|
+
/>
|
|
23715
|
+
</span>
|
|
23712
23716
|
diff.expandLastBottomByLines
|
|
23713
|
-
</
|
|
23717
|
+
</button>
|
|
23714
23718
|
|
|
23715
|
-
<
|
|
23716
|
-
className="is-clickable"
|
|
23719
|
+
<button
|
|
23720
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
23717
23721
|
onClick={[Function]}
|
|
23718
23722
|
>
|
|
23719
|
-
<
|
|
23720
|
-
|
|
23721
|
-
|
|
23722
|
-
|
|
23723
|
+
<span
|
|
23724
|
+
aria-hidden="true"
|
|
23725
|
+
className="icon"
|
|
23726
|
+
>
|
|
23727
|
+
<i
|
|
23728
|
+
className="fas fa-fw fa-angle-double-down"
|
|
23729
|
+
/>
|
|
23730
|
+
</span>
|
|
23723
23731
|
diff.expandLastBottomComplete
|
|
23724
|
-
</
|
|
23732
|
+
</button>
|
|
23725
23733
|
</div>
|
|
23726
23734
|
</td>
|
|
23727
23735
|
</tr>
|
|
@@ -23845,18 +23853,22 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
23845
23853
|
colSpan={3}
|
|
23846
23854
|
>
|
|
23847
23855
|
<div
|
|
23848
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
23856
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
23849
23857
|
>
|
|
23850
|
-
<
|
|
23851
|
-
className="is-clickable"
|
|
23858
|
+
<button
|
|
23859
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
23852
23860
|
onClick={[Function]}
|
|
23853
23861
|
>
|
|
23854
|
-
<
|
|
23855
|
-
|
|
23856
|
-
|
|
23857
|
-
|
|
23862
|
+
<span
|
|
23863
|
+
aria-hidden="true"
|
|
23864
|
+
className="icon"
|
|
23865
|
+
>
|
|
23866
|
+
<i
|
|
23867
|
+
className="fas fa-fw fa-angle-double-up"
|
|
23868
|
+
/>
|
|
23869
|
+
</span>
|
|
23858
23870
|
diff.expandComplete
|
|
23859
|
-
</
|
|
23871
|
+
</button>
|
|
23860
23872
|
</div>
|
|
23861
23873
|
</td>
|
|
23862
23874
|
</tr>
|
|
@@ -24047,18 +24059,22 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
24047
24059
|
colSpan={3}
|
|
24048
24060
|
>
|
|
24049
24061
|
<div
|
|
24050
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
24062
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
24051
24063
|
>
|
|
24052
|
-
<
|
|
24053
|
-
className="is-clickable"
|
|
24064
|
+
<button
|
|
24065
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
24054
24066
|
onClick={[Function]}
|
|
24055
24067
|
>
|
|
24056
|
-
<
|
|
24057
|
-
|
|
24058
|
-
|
|
24059
|
-
|
|
24068
|
+
<span
|
|
24069
|
+
aria-hidden="true"
|
|
24070
|
+
className="icon"
|
|
24071
|
+
>
|
|
24072
|
+
<i
|
|
24073
|
+
className="fas fa-fw fa-angle-double-down"
|
|
24074
|
+
/>
|
|
24075
|
+
</span>
|
|
24060
24076
|
diff.expandComplete
|
|
24061
|
-
</
|
|
24077
|
+
</button>
|
|
24062
24078
|
</div>
|
|
24063
24079
|
</td>
|
|
24064
24080
|
</tr>
|
|
@@ -24072,18 +24088,22 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
24072
24088
|
colSpan={3}
|
|
24073
24089
|
>
|
|
24074
24090
|
<div
|
|
24075
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
24091
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
24076
24092
|
>
|
|
24077
|
-
<
|
|
24078
|
-
className="is-clickable"
|
|
24093
|
+
<button
|
|
24094
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
24079
24095
|
onClick={[Function]}
|
|
24080
24096
|
>
|
|
24081
|
-
<
|
|
24082
|
-
|
|
24083
|
-
|
|
24084
|
-
|
|
24097
|
+
<span
|
|
24098
|
+
aria-hidden="true"
|
|
24099
|
+
className="icon"
|
|
24100
|
+
>
|
|
24101
|
+
<i
|
|
24102
|
+
className="fas fa-fw fa-angle-double-up"
|
|
24103
|
+
/>
|
|
24104
|
+
</span>
|
|
24085
24105
|
diff.expandComplete
|
|
24086
|
-
</
|
|
24106
|
+
</button>
|
|
24087
24107
|
</div>
|
|
24088
24108
|
</td>
|
|
24089
24109
|
</tr>
|
|
@@ -24671,29 +24691,37 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
24671
24691
|
colSpan={3}
|
|
24672
24692
|
>
|
|
24673
24693
|
<div
|
|
24674
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
24694
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
24675
24695
|
>
|
|
24676
|
-
<
|
|
24677
|
-
className="is-clickable"
|
|
24696
|
+
<button
|
|
24697
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
24678
24698
|
onClick={[Function]}
|
|
24679
24699
|
>
|
|
24680
|
-
<
|
|
24681
|
-
|
|
24682
|
-
|
|
24683
|
-
|
|
24700
|
+
<span
|
|
24701
|
+
aria-hidden="true"
|
|
24702
|
+
className="icon"
|
|
24703
|
+
>
|
|
24704
|
+
<i
|
|
24705
|
+
className="fas fa-fw fa-angle-down"
|
|
24706
|
+
/>
|
|
24707
|
+
</span>
|
|
24684
24708
|
diff.expandLastBottomByLines
|
|
24685
|
-
</
|
|
24709
|
+
</button>
|
|
24686
24710
|
|
|
24687
|
-
<
|
|
24688
|
-
className="is-clickable"
|
|
24711
|
+
<button
|
|
24712
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
24689
24713
|
onClick={[Function]}
|
|
24690
24714
|
>
|
|
24691
|
-
<
|
|
24692
|
-
|
|
24693
|
-
|
|
24694
|
-
|
|
24715
|
+
<span
|
|
24716
|
+
aria-hidden="true"
|
|
24717
|
+
className="icon"
|
|
24718
|
+
>
|
|
24719
|
+
<i
|
|
24720
|
+
className="fas fa-fw fa-angle-double-down"
|
|
24721
|
+
/>
|
|
24722
|
+
</span>
|
|
24695
24723
|
diff.expandLastBottomComplete
|
|
24696
|
-
</
|
|
24724
|
+
</button>
|
|
24697
24725
|
</div>
|
|
24698
24726
|
</td>
|
|
24699
24727
|
</tr>
|
|
@@ -24817,29 +24845,37 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
24817
24845
|
colSpan={3}
|
|
24818
24846
|
>
|
|
24819
24847
|
<div
|
|
24820
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
24848
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
24821
24849
|
>
|
|
24822
|
-
<
|
|
24823
|
-
className="is-clickable"
|
|
24850
|
+
<button
|
|
24851
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
24824
24852
|
onClick={[Function]}
|
|
24825
24853
|
>
|
|
24826
|
-
<
|
|
24827
|
-
|
|
24828
|
-
|
|
24829
|
-
|
|
24854
|
+
<span
|
|
24855
|
+
aria-hidden="true"
|
|
24856
|
+
className="icon"
|
|
24857
|
+
>
|
|
24858
|
+
<i
|
|
24859
|
+
className="fas fa-fw fa-angle-up"
|
|
24860
|
+
/>
|
|
24861
|
+
</span>
|
|
24830
24862
|
diff.expandByLines
|
|
24831
|
-
</
|
|
24863
|
+
</button>
|
|
24832
24864
|
|
|
24833
|
-
<
|
|
24834
|
-
className="is-clickable"
|
|
24865
|
+
<button
|
|
24866
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
24835
24867
|
onClick={[Function]}
|
|
24836
24868
|
>
|
|
24837
|
-
<
|
|
24838
|
-
|
|
24839
|
-
|
|
24840
|
-
|
|
24869
|
+
<span
|
|
24870
|
+
aria-hidden="true"
|
|
24871
|
+
className="icon"
|
|
24872
|
+
>
|
|
24873
|
+
<i
|
|
24874
|
+
className="fas fa-fw fa-angle-double-up"
|
|
24875
|
+
/>
|
|
24876
|
+
</span>
|
|
24841
24877
|
diff.expandComplete
|
|
24842
|
-
</
|
|
24878
|
+
</button>
|
|
24843
24879
|
</div>
|
|
24844
24880
|
</td>
|
|
24845
24881
|
</tr>
|
|
@@ -25214,29 +25250,37 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
25214
25250
|
colSpan={3}
|
|
25215
25251
|
>
|
|
25216
25252
|
<div
|
|
25217
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
25253
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
25218
25254
|
>
|
|
25219
|
-
<
|
|
25220
|
-
className="is-clickable"
|
|
25255
|
+
<button
|
|
25256
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
25221
25257
|
onClick={[Function]}
|
|
25222
25258
|
>
|
|
25223
|
-
<
|
|
25224
|
-
|
|
25225
|
-
|
|
25226
|
-
|
|
25259
|
+
<span
|
|
25260
|
+
aria-hidden="true"
|
|
25261
|
+
className="icon"
|
|
25262
|
+
>
|
|
25263
|
+
<i
|
|
25264
|
+
className="fas fa-fw fa-angle-down"
|
|
25265
|
+
/>
|
|
25266
|
+
</span>
|
|
25227
25267
|
diff.expandLastBottomByLines
|
|
25228
|
-
</
|
|
25268
|
+
</button>
|
|
25229
25269
|
|
|
25230
|
-
<
|
|
25231
|
-
className="is-clickable"
|
|
25270
|
+
<button
|
|
25271
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
25232
25272
|
onClick={[Function]}
|
|
25233
25273
|
>
|
|
25234
|
-
<
|
|
25235
|
-
|
|
25236
|
-
|
|
25237
|
-
|
|
25274
|
+
<span
|
|
25275
|
+
aria-hidden="true"
|
|
25276
|
+
className="icon"
|
|
25277
|
+
>
|
|
25278
|
+
<i
|
|
25279
|
+
className="fas fa-fw fa-angle-double-down"
|
|
25280
|
+
/>
|
|
25281
|
+
</span>
|
|
25238
25282
|
diff.expandLastBottomComplete
|
|
25239
|
-
</
|
|
25283
|
+
</button>
|
|
25240
25284
|
</div>
|
|
25241
25285
|
</td>
|
|
25242
25286
|
</tr>
|
|
@@ -25360,29 +25404,37 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
25360
25404
|
colSpan={3}
|
|
25361
25405
|
>
|
|
25362
25406
|
<div
|
|
25363
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
25407
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
25364
25408
|
>
|
|
25365
|
-
<
|
|
25366
|
-
className="is-clickable"
|
|
25409
|
+
<button
|
|
25410
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
25367
25411
|
onClick={[Function]}
|
|
25368
25412
|
>
|
|
25369
|
-
<
|
|
25370
|
-
|
|
25371
|
-
|
|
25372
|
-
|
|
25413
|
+
<span
|
|
25414
|
+
aria-hidden="true"
|
|
25415
|
+
className="icon"
|
|
25416
|
+
>
|
|
25417
|
+
<i
|
|
25418
|
+
className="fas fa-fw fa-angle-up"
|
|
25419
|
+
/>
|
|
25420
|
+
</span>
|
|
25373
25421
|
diff.expandByLines
|
|
25374
|
-
</
|
|
25422
|
+
</button>
|
|
25375
25423
|
|
|
25376
|
-
<
|
|
25377
|
-
className="is-clickable"
|
|
25424
|
+
<button
|
|
25425
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
25378
25426
|
onClick={[Function]}
|
|
25379
25427
|
>
|
|
25380
|
-
<
|
|
25381
|
-
|
|
25382
|
-
|
|
25383
|
-
|
|
25428
|
+
<span
|
|
25429
|
+
aria-hidden="true"
|
|
25430
|
+
className="icon"
|
|
25431
|
+
>
|
|
25432
|
+
<i
|
|
25433
|
+
className="fas fa-fw fa-angle-double-up"
|
|
25434
|
+
/>
|
|
25435
|
+
</span>
|
|
25384
25436
|
diff.expandComplete
|
|
25385
|
-
</
|
|
25437
|
+
</button>
|
|
25386
25438
|
</div>
|
|
25387
25439
|
</td>
|
|
25388
25440
|
</tr>
|
|
@@ -25757,29 +25809,37 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
25757
25809
|
colSpan={3}
|
|
25758
25810
|
>
|
|
25759
25811
|
<div
|
|
25760
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
25812
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
25761
25813
|
>
|
|
25762
|
-
<
|
|
25763
|
-
className="is-clickable"
|
|
25814
|
+
<button
|
|
25815
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
25764
25816
|
onClick={[Function]}
|
|
25765
25817
|
>
|
|
25766
|
-
<
|
|
25767
|
-
|
|
25768
|
-
|
|
25769
|
-
|
|
25818
|
+
<span
|
|
25819
|
+
aria-hidden="true"
|
|
25820
|
+
className="icon"
|
|
25821
|
+
>
|
|
25822
|
+
<i
|
|
25823
|
+
className="fas fa-fw fa-angle-down"
|
|
25824
|
+
/>
|
|
25825
|
+
</span>
|
|
25770
25826
|
diff.expandLastBottomByLines
|
|
25771
|
-
</
|
|
25827
|
+
</button>
|
|
25772
25828
|
|
|
25773
|
-
<
|
|
25774
|
-
className="is-clickable"
|
|
25829
|
+
<button
|
|
25830
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
25775
25831
|
onClick={[Function]}
|
|
25776
25832
|
>
|
|
25777
|
-
<
|
|
25778
|
-
|
|
25779
|
-
|
|
25780
|
-
|
|
25833
|
+
<span
|
|
25834
|
+
aria-hidden="true"
|
|
25835
|
+
className="icon"
|
|
25836
|
+
>
|
|
25837
|
+
<i
|
|
25838
|
+
className="fas fa-fw fa-angle-double-down"
|
|
25839
|
+
/>
|
|
25840
|
+
</span>
|
|
25781
25841
|
diff.expandLastBottomComplete
|
|
25782
|
-
</
|
|
25842
|
+
</button>
|
|
25783
25843
|
</div>
|
|
25784
25844
|
</td>
|
|
25785
25845
|
</tr>
|
|
@@ -25903,18 +25963,22 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
25903
25963
|
colSpan={3}
|
|
25904
25964
|
>
|
|
25905
25965
|
<div
|
|
25906
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
25966
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
25907
25967
|
>
|
|
25908
|
-
<
|
|
25909
|
-
className="is-clickable"
|
|
25968
|
+
<button
|
|
25969
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
25910
25970
|
onClick={[Function]}
|
|
25911
25971
|
>
|
|
25912
|
-
<
|
|
25913
|
-
|
|
25914
|
-
|
|
25915
|
-
|
|
25972
|
+
<span
|
|
25973
|
+
aria-hidden="true"
|
|
25974
|
+
className="icon"
|
|
25975
|
+
>
|
|
25976
|
+
<i
|
|
25977
|
+
className="fas fa-fw fa-angle-double-up"
|
|
25978
|
+
/>
|
|
25979
|
+
</span>
|
|
25916
25980
|
diff.expandComplete
|
|
25917
|
-
</
|
|
25981
|
+
</button>
|
|
25918
25982
|
</div>
|
|
25919
25983
|
</td>
|
|
25920
25984
|
</tr>
|
|
@@ -26422,29 +26486,37 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
26422
26486
|
colSpan={3}
|
|
26423
26487
|
>
|
|
26424
26488
|
<div
|
|
26425
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
26489
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
26426
26490
|
>
|
|
26427
|
-
<
|
|
26428
|
-
className="is-clickable"
|
|
26491
|
+
<button
|
|
26492
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
26429
26493
|
onClick={[Function]}
|
|
26430
26494
|
>
|
|
26431
|
-
<
|
|
26432
|
-
|
|
26433
|
-
|
|
26434
|
-
|
|
26495
|
+
<span
|
|
26496
|
+
aria-hidden="true"
|
|
26497
|
+
className="icon"
|
|
26498
|
+
>
|
|
26499
|
+
<i
|
|
26500
|
+
className="fas fa-fw fa-angle-down"
|
|
26501
|
+
/>
|
|
26502
|
+
</span>
|
|
26435
26503
|
diff.expandByLines
|
|
26436
|
-
</
|
|
26504
|
+
</button>
|
|
26437
26505
|
|
|
26438
|
-
<
|
|
26439
|
-
className="is-clickable"
|
|
26506
|
+
<button
|
|
26507
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
26440
26508
|
onClick={[Function]}
|
|
26441
26509
|
>
|
|
26442
|
-
<
|
|
26443
|
-
|
|
26444
|
-
|
|
26445
|
-
|
|
26510
|
+
<span
|
|
26511
|
+
aria-hidden="true"
|
|
26512
|
+
className="icon"
|
|
26513
|
+
>
|
|
26514
|
+
<i
|
|
26515
|
+
className="fas fa-fw fa-angle-double-down"
|
|
26516
|
+
/>
|
|
26517
|
+
</span>
|
|
26446
26518
|
diff.expandComplete
|
|
26447
|
-
</
|
|
26519
|
+
</button>
|
|
26448
26520
|
</div>
|
|
26449
26521
|
</td>
|
|
26450
26522
|
</tr>
|
|
@@ -26458,29 +26530,37 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
26458
26530
|
colSpan={3}
|
|
26459
26531
|
>
|
|
26460
26532
|
<div
|
|
26461
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
26533
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
26462
26534
|
>
|
|
26463
|
-
<
|
|
26464
|
-
className="is-clickable"
|
|
26535
|
+
<button
|
|
26536
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
26465
26537
|
onClick={[Function]}
|
|
26466
26538
|
>
|
|
26467
|
-
<
|
|
26468
|
-
|
|
26469
|
-
|
|
26470
|
-
|
|
26539
|
+
<span
|
|
26540
|
+
aria-hidden="true"
|
|
26541
|
+
className="icon"
|
|
26542
|
+
>
|
|
26543
|
+
<i
|
|
26544
|
+
className="fas fa-fw fa-angle-up"
|
|
26545
|
+
/>
|
|
26546
|
+
</span>
|
|
26471
26547
|
diff.expandByLines
|
|
26472
|
-
</
|
|
26548
|
+
</button>
|
|
26473
26549
|
|
|
26474
|
-
<
|
|
26475
|
-
className="is-clickable"
|
|
26550
|
+
<button
|
|
26551
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
26476
26552
|
onClick={[Function]}
|
|
26477
26553
|
>
|
|
26478
|
-
<
|
|
26479
|
-
|
|
26480
|
-
|
|
26481
|
-
|
|
26554
|
+
<span
|
|
26555
|
+
aria-hidden="true"
|
|
26556
|
+
className="icon"
|
|
26557
|
+
>
|
|
26558
|
+
<i
|
|
26559
|
+
className="fas fa-fw fa-angle-double-up"
|
|
26560
|
+
/>
|
|
26561
|
+
</span>
|
|
26482
26562
|
diff.expandComplete
|
|
26483
|
-
</
|
|
26563
|
+
</button>
|
|
26484
26564
|
</div>
|
|
26485
26565
|
</td>
|
|
26486
26566
|
</tr>
|
|
@@ -26694,18 +26774,22 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
26694
26774
|
colSpan={3}
|
|
26695
26775
|
>
|
|
26696
26776
|
<div
|
|
26697
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
26777
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
26698
26778
|
>
|
|
26699
|
-
<
|
|
26700
|
-
className="is-clickable"
|
|
26779
|
+
<button
|
|
26780
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
26701
26781
|
onClick={[Function]}
|
|
26702
26782
|
>
|
|
26703
|
-
<
|
|
26704
|
-
|
|
26705
|
-
|
|
26706
|
-
|
|
26783
|
+
<span
|
|
26784
|
+
aria-hidden="true"
|
|
26785
|
+
className="icon"
|
|
26786
|
+
>
|
|
26787
|
+
<i
|
|
26788
|
+
className="fas fa-fw fa-angle-double-down"
|
|
26789
|
+
/>
|
|
26790
|
+
</span>
|
|
26707
26791
|
diff.expandComplete
|
|
26708
|
-
</
|
|
26792
|
+
</button>
|
|
26709
26793
|
</div>
|
|
26710
26794
|
</td>
|
|
26711
26795
|
</tr>
|
|
@@ -26719,18 +26803,22 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
26719
26803
|
colSpan={3}
|
|
26720
26804
|
>
|
|
26721
26805
|
<div
|
|
26722
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
26806
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
26723
26807
|
>
|
|
26724
|
-
<
|
|
26725
|
-
className="is-clickable"
|
|
26808
|
+
<button
|
|
26809
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
26726
26810
|
onClick={[Function]}
|
|
26727
26811
|
>
|
|
26728
|
-
<
|
|
26729
|
-
|
|
26730
|
-
|
|
26731
|
-
|
|
26812
|
+
<span
|
|
26813
|
+
aria-hidden="true"
|
|
26814
|
+
className="icon"
|
|
26815
|
+
>
|
|
26816
|
+
<i
|
|
26817
|
+
className="fas fa-fw fa-angle-double-up"
|
|
26818
|
+
/>
|
|
26819
|
+
</span>
|
|
26732
26820
|
diff.expandComplete
|
|
26733
|
-
</
|
|
26821
|
+
</button>
|
|
26734
26822
|
</div>
|
|
26735
26823
|
</td>
|
|
26736
26824
|
</tr>
|
|
@@ -26990,29 +27078,37 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
26990
27078
|
colSpan={3}
|
|
26991
27079
|
>
|
|
26992
27080
|
<div
|
|
26993
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
27081
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
26994
27082
|
>
|
|
26995
|
-
<
|
|
26996
|
-
className="is-clickable"
|
|
27083
|
+
<button
|
|
27084
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
26997
27085
|
onClick={[Function]}
|
|
26998
27086
|
>
|
|
26999
|
-
<
|
|
27000
|
-
|
|
27001
|
-
|
|
27002
|
-
|
|
27087
|
+
<span
|
|
27088
|
+
aria-hidden="true"
|
|
27089
|
+
className="icon"
|
|
27090
|
+
>
|
|
27091
|
+
<i
|
|
27092
|
+
className="fas fa-fw fa-angle-down"
|
|
27093
|
+
/>
|
|
27094
|
+
</span>
|
|
27003
27095
|
diff.expandLastBottomByLines
|
|
27004
|
-
</
|
|
27096
|
+
</button>
|
|
27005
27097
|
|
|
27006
|
-
<
|
|
27007
|
-
className="is-clickable"
|
|
27098
|
+
<button
|
|
27099
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
27008
27100
|
onClick={[Function]}
|
|
27009
27101
|
>
|
|
27010
|
-
<
|
|
27011
|
-
|
|
27012
|
-
|
|
27013
|
-
|
|
27102
|
+
<span
|
|
27103
|
+
aria-hidden="true"
|
|
27104
|
+
className="icon"
|
|
27105
|
+
>
|
|
27106
|
+
<i
|
|
27107
|
+
className="fas fa-fw fa-angle-double-down"
|
|
27108
|
+
/>
|
|
27109
|
+
</span>
|
|
27014
27110
|
diff.expandLastBottomComplete
|
|
27015
|
-
</
|
|
27111
|
+
</button>
|
|
27016
27112
|
</div>
|
|
27017
27113
|
</td>
|
|
27018
27114
|
</tr>
|
|
@@ -27573,29 +27669,37 @@ exports[`Storyshots Repositories/Diff Changing Content 1`] = `
|
|
|
27573
27669
|
colSpan={3}
|
|
27574
27670
|
>
|
|
27575
27671
|
<div
|
|
27576
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
27672
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
27577
27673
|
>
|
|
27578
|
-
<
|
|
27579
|
-
className="is-clickable"
|
|
27674
|
+
<button
|
|
27675
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
27580
27676
|
onClick={[Function]}
|
|
27581
27677
|
>
|
|
27582
|
-
<
|
|
27583
|
-
|
|
27584
|
-
|
|
27585
|
-
|
|
27678
|
+
<span
|
|
27679
|
+
aria-hidden="true"
|
|
27680
|
+
className="icon"
|
|
27681
|
+
>
|
|
27682
|
+
<i
|
|
27683
|
+
className="fas fa-fw fa-angle-down"
|
|
27684
|
+
/>
|
|
27685
|
+
</span>
|
|
27586
27686
|
diff.expandLastBottomByLines
|
|
27587
|
-
</
|
|
27687
|
+
</button>
|
|
27588
27688
|
|
|
27589
|
-
<
|
|
27590
|
-
className="is-clickable"
|
|
27689
|
+
<button
|
|
27690
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
27591
27691
|
onClick={[Function]}
|
|
27592
27692
|
>
|
|
27593
|
-
<
|
|
27594
|
-
|
|
27595
|
-
|
|
27596
|
-
|
|
27693
|
+
<span
|
|
27694
|
+
aria-hidden="true"
|
|
27695
|
+
className="icon"
|
|
27696
|
+
>
|
|
27697
|
+
<i
|
|
27698
|
+
className="fas fa-fw fa-angle-double-down"
|
|
27699
|
+
/>
|
|
27700
|
+
</span>
|
|
27597
27701
|
diff.expandLastBottomComplete
|
|
27598
|
-
</
|
|
27702
|
+
</button>
|
|
27599
27703
|
</div>
|
|
27600
27704
|
</td>
|
|
27601
27705
|
</tr>
|
|
@@ -31178,29 +31282,37 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
31178
31282
|
colSpan={3}
|
|
31179
31283
|
>
|
|
31180
31284
|
<div
|
|
31181
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
31285
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
31182
31286
|
>
|
|
31183
|
-
<
|
|
31184
|
-
className="is-clickable"
|
|
31287
|
+
<button
|
|
31288
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
31185
31289
|
onClick={[Function]}
|
|
31186
31290
|
>
|
|
31187
|
-
<
|
|
31188
|
-
|
|
31189
|
-
|
|
31190
|
-
|
|
31291
|
+
<span
|
|
31292
|
+
aria-hidden="true"
|
|
31293
|
+
className="icon"
|
|
31294
|
+
>
|
|
31295
|
+
<i
|
|
31296
|
+
className="fas fa-fw fa-angle-down"
|
|
31297
|
+
/>
|
|
31298
|
+
</span>
|
|
31191
31299
|
diff.expandLastBottomByLines
|
|
31192
|
-
</
|
|
31300
|
+
</button>
|
|
31193
31301
|
|
|
31194
|
-
<
|
|
31195
|
-
className="is-clickable"
|
|
31302
|
+
<button
|
|
31303
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
31196
31304
|
onClick={[Function]}
|
|
31197
31305
|
>
|
|
31198
|
-
<
|
|
31199
|
-
|
|
31200
|
-
|
|
31201
|
-
|
|
31306
|
+
<span
|
|
31307
|
+
aria-hidden="true"
|
|
31308
|
+
className="icon"
|
|
31309
|
+
>
|
|
31310
|
+
<i
|
|
31311
|
+
className="fas fa-fw fa-angle-double-down"
|
|
31312
|
+
/>
|
|
31313
|
+
</span>
|
|
31202
31314
|
diff.expandLastBottomComplete
|
|
31203
|
-
</
|
|
31315
|
+
</button>
|
|
31204
31316
|
</div>
|
|
31205
31317
|
</td>
|
|
31206
31318
|
</tr>
|
|
@@ -31324,18 +31436,22 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
31324
31436
|
colSpan={3}
|
|
31325
31437
|
>
|
|
31326
31438
|
<div
|
|
31327
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
31439
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
31328
31440
|
>
|
|
31329
|
-
<
|
|
31330
|
-
className="is-clickable"
|
|
31441
|
+
<button
|
|
31442
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
31331
31443
|
onClick={[Function]}
|
|
31332
31444
|
>
|
|
31333
|
-
<
|
|
31334
|
-
|
|
31335
|
-
|
|
31336
|
-
|
|
31445
|
+
<span
|
|
31446
|
+
aria-hidden="true"
|
|
31447
|
+
className="icon"
|
|
31448
|
+
>
|
|
31449
|
+
<i
|
|
31450
|
+
className="fas fa-fw fa-angle-double-up"
|
|
31451
|
+
/>
|
|
31452
|
+
</span>
|
|
31337
31453
|
diff.expandComplete
|
|
31338
|
-
</
|
|
31454
|
+
</button>
|
|
31339
31455
|
</div>
|
|
31340
31456
|
</td>
|
|
31341
31457
|
</tr>
|
|
@@ -31526,18 +31642,22 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
31526
31642
|
colSpan={3}
|
|
31527
31643
|
>
|
|
31528
31644
|
<div
|
|
31529
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
31645
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
31530
31646
|
>
|
|
31531
|
-
<
|
|
31532
|
-
className="is-clickable"
|
|
31647
|
+
<button
|
|
31648
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
31533
31649
|
onClick={[Function]}
|
|
31534
31650
|
>
|
|
31535
|
-
<
|
|
31536
|
-
|
|
31537
|
-
|
|
31538
|
-
|
|
31651
|
+
<span
|
|
31652
|
+
aria-hidden="true"
|
|
31653
|
+
className="icon"
|
|
31654
|
+
>
|
|
31655
|
+
<i
|
|
31656
|
+
className="fas fa-fw fa-angle-double-down"
|
|
31657
|
+
/>
|
|
31658
|
+
</span>
|
|
31539
31659
|
diff.expandComplete
|
|
31540
|
-
</
|
|
31660
|
+
</button>
|
|
31541
31661
|
</div>
|
|
31542
31662
|
</td>
|
|
31543
31663
|
</tr>
|
|
@@ -31551,18 +31671,22 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
31551
31671
|
colSpan={3}
|
|
31552
31672
|
>
|
|
31553
31673
|
<div
|
|
31554
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
31674
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
31555
31675
|
>
|
|
31556
|
-
<
|
|
31557
|
-
className="is-clickable"
|
|
31676
|
+
<button
|
|
31677
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
31558
31678
|
onClick={[Function]}
|
|
31559
31679
|
>
|
|
31560
|
-
<
|
|
31561
|
-
|
|
31562
|
-
|
|
31563
|
-
|
|
31680
|
+
<span
|
|
31681
|
+
aria-hidden="true"
|
|
31682
|
+
className="icon"
|
|
31683
|
+
>
|
|
31684
|
+
<i
|
|
31685
|
+
className="fas fa-fw fa-angle-double-up"
|
|
31686
|
+
/>
|
|
31687
|
+
</span>
|
|
31564
31688
|
diff.expandComplete
|
|
31565
|
-
</
|
|
31689
|
+
</button>
|
|
31566
31690
|
</div>
|
|
31567
31691
|
</td>
|
|
31568
31692
|
</tr>
|
|
@@ -32150,29 +32274,37 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
32150
32274
|
colSpan={3}
|
|
32151
32275
|
>
|
|
32152
32276
|
<div
|
|
32153
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
32277
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
32154
32278
|
>
|
|
32155
|
-
<
|
|
32156
|
-
className="is-clickable"
|
|
32279
|
+
<button
|
|
32280
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
32157
32281
|
onClick={[Function]}
|
|
32158
32282
|
>
|
|
32159
|
-
<
|
|
32160
|
-
|
|
32161
|
-
|
|
32162
|
-
|
|
32283
|
+
<span
|
|
32284
|
+
aria-hidden="true"
|
|
32285
|
+
className="icon"
|
|
32286
|
+
>
|
|
32287
|
+
<i
|
|
32288
|
+
className="fas fa-fw fa-angle-down"
|
|
32289
|
+
/>
|
|
32290
|
+
</span>
|
|
32163
32291
|
diff.expandLastBottomByLines
|
|
32164
|
-
</
|
|
32292
|
+
</button>
|
|
32165
32293
|
|
|
32166
|
-
<
|
|
32167
|
-
className="is-clickable"
|
|
32294
|
+
<button
|
|
32295
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
32168
32296
|
onClick={[Function]}
|
|
32169
32297
|
>
|
|
32170
|
-
<
|
|
32171
|
-
|
|
32172
|
-
|
|
32173
|
-
|
|
32298
|
+
<span
|
|
32299
|
+
aria-hidden="true"
|
|
32300
|
+
className="icon"
|
|
32301
|
+
>
|
|
32302
|
+
<i
|
|
32303
|
+
className="fas fa-fw fa-angle-double-down"
|
|
32304
|
+
/>
|
|
32305
|
+
</span>
|
|
32174
32306
|
diff.expandLastBottomComplete
|
|
32175
|
-
</
|
|
32307
|
+
</button>
|
|
32176
32308
|
</div>
|
|
32177
32309
|
</td>
|
|
32178
32310
|
</tr>
|
|
@@ -32296,29 +32428,37 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
32296
32428
|
colSpan={3}
|
|
32297
32429
|
>
|
|
32298
32430
|
<div
|
|
32299
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
32431
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
32300
32432
|
>
|
|
32301
|
-
<
|
|
32302
|
-
className="is-clickable"
|
|
32433
|
+
<button
|
|
32434
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
32303
32435
|
onClick={[Function]}
|
|
32304
32436
|
>
|
|
32305
|
-
<
|
|
32306
|
-
|
|
32307
|
-
|
|
32308
|
-
|
|
32437
|
+
<span
|
|
32438
|
+
aria-hidden="true"
|
|
32439
|
+
className="icon"
|
|
32440
|
+
>
|
|
32441
|
+
<i
|
|
32442
|
+
className="fas fa-fw fa-angle-up"
|
|
32443
|
+
/>
|
|
32444
|
+
</span>
|
|
32309
32445
|
diff.expandByLines
|
|
32310
|
-
</
|
|
32446
|
+
</button>
|
|
32311
32447
|
|
|
32312
|
-
<
|
|
32313
|
-
className="is-clickable"
|
|
32448
|
+
<button
|
|
32449
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
32314
32450
|
onClick={[Function]}
|
|
32315
32451
|
>
|
|
32316
|
-
<
|
|
32317
|
-
|
|
32318
|
-
|
|
32319
|
-
|
|
32452
|
+
<span
|
|
32453
|
+
aria-hidden="true"
|
|
32454
|
+
className="icon"
|
|
32455
|
+
>
|
|
32456
|
+
<i
|
|
32457
|
+
className="fas fa-fw fa-angle-double-up"
|
|
32458
|
+
/>
|
|
32459
|
+
</span>
|
|
32320
32460
|
diff.expandComplete
|
|
32321
|
-
</
|
|
32461
|
+
</button>
|
|
32322
32462
|
</div>
|
|
32323
32463
|
</td>
|
|
32324
32464
|
</tr>
|
|
@@ -32693,29 +32833,37 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
32693
32833
|
colSpan={3}
|
|
32694
32834
|
>
|
|
32695
32835
|
<div
|
|
32696
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
32836
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
32697
32837
|
>
|
|
32698
|
-
<
|
|
32699
|
-
className="is-clickable"
|
|
32838
|
+
<button
|
|
32839
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
32700
32840
|
onClick={[Function]}
|
|
32701
32841
|
>
|
|
32702
|
-
<
|
|
32703
|
-
|
|
32704
|
-
|
|
32705
|
-
|
|
32842
|
+
<span
|
|
32843
|
+
aria-hidden="true"
|
|
32844
|
+
className="icon"
|
|
32845
|
+
>
|
|
32846
|
+
<i
|
|
32847
|
+
className="fas fa-fw fa-angle-down"
|
|
32848
|
+
/>
|
|
32849
|
+
</span>
|
|
32706
32850
|
diff.expandLastBottomByLines
|
|
32707
|
-
</
|
|
32851
|
+
</button>
|
|
32708
32852
|
|
|
32709
|
-
<
|
|
32710
|
-
className="is-clickable"
|
|
32853
|
+
<button
|
|
32854
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
32711
32855
|
onClick={[Function]}
|
|
32712
32856
|
>
|
|
32713
|
-
<
|
|
32714
|
-
|
|
32715
|
-
|
|
32716
|
-
|
|
32857
|
+
<span
|
|
32858
|
+
aria-hidden="true"
|
|
32859
|
+
className="icon"
|
|
32860
|
+
>
|
|
32861
|
+
<i
|
|
32862
|
+
className="fas fa-fw fa-angle-double-down"
|
|
32863
|
+
/>
|
|
32864
|
+
</span>
|
|
32717
32865
|
diff.expandLastBottomComplete
|
|
32718
|
-
</
|
|
32866
|
+
</button>
|
|
32719
32867
|
</div>
|
|
32720
32868
|
</td>
|
|
32721
32869
|
</tr>
|
|
@@ -32839,29 +32987,37 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
32839
32987
|
colSpan={3}
|
|
32840
32988
|
>
|
|
32841
32989
|
<div
|
|
32842
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
32990
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
32843
32991
|
>
|
|
32844
|
-
<
|
|
32845
|
-
className="is-clickable"
|
|
32992
|
+
<button
|
|
32993
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
32846
32994
|
onClick={[Function]}
|
|
32847
32995
|
>
|
|
32848
|
-
<
|
|
32849
|
-
|
|
32850
|
-
|
|
32851
|
-
|
|
32996
|
+
<span
|
|
32997
|
+
aria-hidden="true"
|
|
32998
|
+
className="icon"
|
|
32999
|
+
>
|
|
33000
|
+
<i
|
|
33001
|
+
className="fas fa-fw fa-angle-up"
|
|
33002
|
+
/>
|
|
33003
|
+
</span>
|
|
32852
33004
|
diff.expandByLines
|
|
32853
|
-
</
|
|
33005
|
+
</button>
|
|
32854
33006
|
|
|
32855
|
-
<
|
|
32856
|
-
className="is-clickable"
|
|
33007
|
+
<button
|
|
33008
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
32857
33009
|
onClick={[Function]}
|
|
32858
33010
|
>
|
|
32859
|
-
<
|
|
32860
|
-
|
|
32861
|
-
|
|
32862
|
-
|
|
33011
|
+
<span
|
|
33012
|
+
aria-hidden="true"
|
|
33013
|
+
className="icon"
|
|
33014
|
+
>
|
|
33015
|
+
<i
|
|
33016
|
+
className="fas fa-fw fa-angle-double-up"
|
|
33017
|
+
/>
|
|
33018
|
+
</span>
|
|
32863
33019
|
diff.expandComplete
|
|
32864
|
-
</
|
|
33020
|
+
</button>
|
|
32865
33021
|
</div>
|
|
32866
33022
|
</td>
|
|
32867
33023
|
</tr>
|
|
@@ -33236,29 +33392,37 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
33236
33392
|
colSpan={3}
|
|
33237
33393
|
>
|
|
33238
33394
|
<div
|
|
33239
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
33395
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
33240
33396
|
>
|
|
33241
|
-
<
|
|
33242
|
-
className="is-clickable"
|
|
33397
|
+
<button
|
|
33398
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
33243
33399
|
onClick={[Function]}
|
|
33244
33400
|
>
|
|
33245
|
-
<
|
|
33246
|
-
|
|
33247
|
-
|
|
33248
|
-
|
|
33401
|
+
<span
|
|
33402
|
+
aria-hidden="true"
|
|
33403
|
+
className="icon"
|
|
33404
|
+
>
|
|
33405
|
+
<i
|
|
33406
|
+
className="fas fa-fw fa-angle-down"
|
|
33407
|
+
/>
|
|
33408
|
+
</span>
|
|
33249
33409
|
diff.expandLastBottomByLines
|
|
33250
|
-
</
|
|
33410
|
+
</button>
|
|
33251
33411
|
|
|
33252
|
-
<
|
|
33253
|
-
className="is-clickable"
|
|
33412
|
+
<button
|
|
33413
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
33254
33414
|
onClick={[Function]}
|
|
33255
33415
|
>
|
|
33256
|
-
<
|
|
33257
|
-
|
|
33258
|
-
|
|
33259
|
-
|
|
33416
|
+
<span
|
|
33417
|
+
aria-hidden="true"
|
|
33418
|
+
className="icon"
|
|
33419
|
+
>
|
|
33420
|
+
<i
|
|
33421
|
+
className="fas fa-fw fa-angle-double-down"
|
|
33422
|
+
/>
|
|
33423
|
+
</span>
|
|
33260
33424
|
diff.expandLastBottomComplete
|
|
33261
|
-
</
|
|
33425
|
+
</button>
|
|
33262
33426
|
</div>
|
|
33263
33427
|
</td>
|
|
33264
33428
|
</tr>
|
|
@@ -33382,18 +33546,22 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
33382
33546
|
colSpan={3}
|
|
33383
33547
|
>
|
|
33384
33548
|
<div
|
|
33385
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
33549
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
33386
33550
|
>
|
|
33387
|
-
<
|
|
33388
|
-
className="is-clickable"
|
|
33551
|
+
<button
|
|
33552
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
33389
33553
|
onClick={[Function]}
|
|
33390
33554
|
>
|
|
33391
|
-
<
|
|
33392
|
-
|
|
33393
|
-
|
|
33394
|
-
|
|
33555
|
+
<span
|
|
33556
|
+
aria-hidden="true"
|
|
33557
|
+
className="icon"
|
|
33558
|
+
>
|
|
33559
|
+
<i
|
|
33560
|
+
className="fas fa-fw fa-angle-double-up"
|
|
33561
|
+
/>
|
|
33562
|
+
</span>
|
|
33395
33563
|
diff.expandComplete
|
|
33396
|
-
</
|
|
33564
|
+
</button>
|
|
33397
33565
|
</div>
|
|
33398
33566
|
</td>
|
|
33399
33567
|
</tr>
|
|
@@ -33901,29 +34069,37 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
33901
34069
|
colSpan={3}
|
|
33902
34070
|
>
|
|
33903
34071
|
<div
|
|
33904
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
34072
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
33905
34073
|
>
|
|
33906
|
-
<
|
|
33907
|
-
className="is-clickable"
|
|
34074
|
+
<button
|
|
34075
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
33908
34076
|
onClick={[Function]}
|
|
33909
34077
|
>
|
|
33910
|
-
<
|
|
33911
|
-
|
|
33912
|
-
|
|
33913
|
-
|
|
34078
|
+
<span
|
|
34079
|
+
aria-hidden="true"
|
|
34080
|
+
className="icon"
|
|
34081
|
+
>
|
|
34082
|
+
<i
|
|
34083
|
+
className="fas fa-fw fa-angle-down"
|
|
34084
|
+
/>
|
|
34085
|
+
</span>
|
|
33914
34086
|
diff.expandByLines
|
|
33915
|
-
</
|
|
34087
|
+
</button>
|
|
33916
34088
|
|
|
33917
|
-
<
|
|
33918
|
-
className="is-clickable"
|
|
34089
|
+
<button
|
|
34090
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
33919
34091
|
onClick={[Function]}
|
|
33920
34092
|
>
|
|
33921
|
-
<
|
|
33922
|
-
|
|
33923
|
-
|
|
33924
|
-
|
|
34093
|
+
<span
|
|
34094
|
+
aria-hidden="true"
|
|
34095
|
+
className="icon"
|
|
34096
|
+
>
|
|
34097
|
+
<i
|
|
34098
|
+
className="fas fa-fw fa-angle-double-down"
|
|
34099
|
+
/>
|
|
34100
|
+
</span>
|
|
33925
34101
|
diff.expandComplete
|
|
33926
|
-
</
|
|
34102
|
+
</button>
|
|
33927
34103
|
</div>
|
|
33928
34104
|
</td>
|
|
33929
34105
|
</tr>
|
|
@@ -33937,29 +34113,37 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
33937
34113
|
colSpan={3}
|
|
33938
34114
|
>
|
|
33939
34115
|
<div
|
|
33940
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
34116
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
33941
34117
|
>
|
|
33942
|
-
<
|
|
33943
|
-
className="is-clickable"
|
|
34118
|
+
<button
|
|
34119
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
33944
34120
|
onClick={[Function]}
|
|
33945
34121
|
>
|
|
33946
|
-
<
|
|
33947
|
-
|
|
33948
|
-
|
|
33949
|
-
|
|
34122
|
+
<span
|
|
34123
|
+
aria-hidden="true"
|
|
34124
|
+
className="icon"
|
|
34125
|
+
>
|
|
34126
|
+
<i
|
|
34127
|
+
className="fas fa-fw fa-angle-up"
|
|
34128
|
+
/>
|
|
34129
|
+
</span>
|
|
33950
34130
|
diff.expandByLines
|
|
33951
|
-
</
|
|
34131
|
+
</button>
|
|
33952
34132
|
|
|
33953
|
-
<
|
|
33954
|
-
className="is-clickable"
|
|
34133
|
+
<button
|
|
34134
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
33955
34135
|
onClick={[Function]}
|
|
33956
34136
|
>
|
|
33957
|
-
<
|
|
33958
|
-
|
|
33959
|
-
|
|
33960
|
-
|
|
34137
|
+
<span
|
|
34138
|
+
aria-hidden="true"
|
|
34139
|
+
className="icon"
|
|
34140
|
+
>
|
|
34141
|
+
<i
|
|
34142
|
+
className="fas fa-fw fa-angle-double-up"
|
|
34143
|
+
/>
|
|
34144
|
+
</span>
|
|
33961
34145
|
diff.expandComplete
|
|
33962
|
-
</
|
|
34146
|
+
</button>
|
|
33963
34147
|
</div>
|
|
33964
34148
|
</td>
|
|
33965
34149
|
</tr>
|
|
@@ -34173,18 +34357,22 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
34173
34357
|
colSpan={3}
|
|
34174
34358
|
>
|
|
34175
34359
|
<div
|
|
34176
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
34360
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
34177
34361
|
>
|
|
34178
|
-
<
|
|
34179
|
-
className="is-clickable"
|
|
34362
|
+
<button
|
|
34363
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
34180
34364
|
onClick={[Function]}
|
|
34181
34365
|
>
|
|
34182
|
-
<
|
|
34183
|
-
|
|
34184
|
-
|
|
34185
|
-
|
|
34366
|
+
<span
|
|
34367
|
+
aria-hidden="true"
|
|
34368
|
+
className="icon"
|
|
34369
|
+
>
|
|
34370
|
+
<i
|
|
34371
|
+
className="fas fa-fw fa-angle-double-down"
|
|
34372
|
+
/>
|
|
34373
|
+
</span>
|
|
34186
34374
|
diff.expandComplete
|
|
34187
|
-
</
|
|
34375
|
+
</button>
|
|
34188
34376
|
</div>
|
|
34189
34377
|
</td>
|
|
34190
34378
|
</tr>
|
|
@@ -34198,18 +34386,22 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
34198
34386
|
colSpan={3}
|
|
34199
34387
|
>
|
|
34200
34388
|
<div
|
|
34201
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
34389
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
34202
34390
|
>
|
|
34203
|
-
<
|
|
34204
|
-
className="is-clickable"
|
|
34391
|
+
<button
|
|
34392
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
34205
34393
|
onClick={[Function]}
|
|
34206
34394
|
>
|
|
34207
|
-
<
|
|
34208
|
-
|
|
34209
|
-
|
|
34210
|
-
|
|
34395
|
+
<span
|
|
34396
|
+
aria-hidden="true"
|
|
34397
|
+
className="icon"
|
|
34398
|
+
>
|
|
34399
|
+
<i
|
|
34400
|
+
className="fas fa-fw fa-angle-double-up"
|
|
34401
|
+
/>
|
|
34402
|
+
</span>
|
|
34211
34403
|
diff.expandComplete
|
|
34212
|
-
</
|
|
34404
|
+
</button>
|
|
34213
34405
|
</div>
|
|
34214
34406
|
</td>
|
|
34215
34407
|
</tr>
|
|
@@ -34469,29 +34661,37 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
34469
34661
|
colSpan={3}
|
|
34470
34662
|
>
|
|
34471
34663
|
<div
|
|
34472
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
34664
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
34473
34665
|
>
|
|
34474
|
-
<
|
|
34475
|
-
className="is-clickable"
|
|
34666
|
+
<button
|
|
34667
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
34476
34668
|
onClick={[Function]}
|
|
34477
34669
|
>
|
|
34478
|
-
<
|
|
34479
|
-
|
|
34480
|
-
|
|
34481
|
-
|
|
34670
|
+
<span
|
|
34671
|
+
aria-hidden="true"
|
|
34672
|
+
className="icon"
|
|
34673
|
+
>
|
|
34674
|
+
<i
|
|
34675
|
+
className="fas fa-fw fa-angle-down"
|
|
34676
|
+
/>
|
|
34677
|
+
</span>
|
|
34482
34678
|
diff.expandLastBottomByLines
|
|
34483
|
-
</
|
|
34679
|
+
</button>
|
|
34484
34680
|
|
|
34485
|
-
<
|
|
34486
|
-
className="is-clickable"
|
|
34681
|
+
<button
|
|
34682
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
34487
34683
|
onClick={[Function]}
|
|
34488
34684
|
>
|
|
34489
|
-
<
|
|
34490
|
-
|
|
34491
|
-
|
|
34492
|
-
|
|
34685
|
+
<span
|
|
34686
|
+
aria-hidden="true"
|
|
34687
|
+
className="icon"
|
|
34688
|
+
>
|
|
34689
|
+
<i
|
|
34690
|
+
className="fas fa-fw fa-angle-double-down"
|
|
34691
|
+
/>
|
|
34692
|
+
</span>
|
|
34493
34693
|
diff.expandLastBottomComplete
|
|
34494
|
-
</
|
|
34694
|
+
</button>
|
|
34495
34695
|
</div>
|
|
34496
34696
|
</td>
|
|
34497
34697
|
</tr>
|
|
@@ -35052,29 +35252,37 @@ exports[`Storyshots Repositories/Diff Expandable 1`] = `
|
|
|
35052
35252
|
colSpan={3}
|
|
35053
35253
|
>
|
|
35054
35254
|
<div
|
|
35055
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
35255
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
35056
35256
|
>
|
|
35057
|
-
<
|
|
35058
|
-
className="is-clickable"
|
|
35257
|
+
<button
|
|
35258
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
35059
35259
|
onClick={[Function]}
|
|
35060
35260
|
>
|
|
35061
|
-
<
|
|
35062
|
-
|
|
35063
|
-
|
|
35064
|
-
|
|
35261
|
+
<span
|
|
35262
|
+
aria-hidden="true"
|
|
35263
|
+
className="icon"
|
|
35264
|
+
>
|
|
35265
|
+
<i
|
|
35266
|
+
className="fas fa-fw fa-angle-down"
|
|
35267
|
+
/>
|
|
35268
|
+
</span>
|
|
35065
35269
|
diff.expandLastBottomByLines
|
|
35066
|
-
</
|
|
35270
|
+
</button>
|
|
35067
35271
|
|
|
35068
|
-
<
|
|
35069
|
-
className="is-clickable"
|
|
35272
|
+
<button
|
|
35273
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
35070
35274
|
onClick={[Function]}
|
|
35071
35275
|
>
|
|
35072
|
-
<
|
|
35073
|
-
|
|
35074
|
-
|
|
35075
|
-
|
|
35276
|
+
<span
|
|
35277
|
+
aria-hidden="true"
|
|
35278
|
+
className="icon"
|
|
35279
|
+
>
|
|
35280
|
+
<i
|
|
35281
|
+
className="fas fa-fw fa-angle-double-down"
|
|
35282
|
+
/>
|
|
35283
|
+
</span>
|
|
35076
35284
|
diff.expandLastBottomComplete
|
|
35077
|
-
</
|
|
35285
|
+
</button>
|
|
35078
35286
|
</div>
|
|
35079
35287
|
</td>
|
|
35080
35288
|
</tr>
|
|
@@ -35696,29 +35904,37 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
35696
35904
|
colSpan={3}
|
|
35697
35905
|
>
|
|
35698
35906
|
<div
|
|
35699
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
35907
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
35700
35908
|
>
|
|
35701
|
-
<
|
|
35702
|
-
className="is-clickable"
|
|
35909
|
+
<button
|
|
35910
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
35703
35911
|
onClick={[Function]}
|
|
35704
35912
|
>
|
|
35705
|
-
<
|
|
35706
|
-
|
|
35707
|
-
|
|
35708
|
-
|
|
35913
|
+
<span
|
|
35914
|
+
aria-hidden="true"
|
|
35915
|
+
className="icon"
|
|
35916
|
+
>
|
|
35917
|
+
<i
|
|
35918
|
+
className="fas fa-fw fa-angle-down"
|
|
35919
|
+
/>
|
|
35920
|
+
</span>
|
|
35709
35921
|
diff.expandLastBottomByLines
|
|
35710
|
-
</
|
|
35922
|
+
</button>
|
|
35711
35923
|
|
|
35712
|
-
<
|
|
35713
|
-
className="is-clickable"
|
|
35924
|
+
<button
|
|
35925
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
35714
35926
|
onClick={[Function]}
|
|
35715
35927
|
>
|
|
35716
|
-
<
|
|
35717
|
-
|
|
35718
|
-
|
|
35719
|
-
|
|
35928
|
+
<span
|
|
35929
|
+
aria-hidden="true"
|
|
35930
|
+
className="icon"
|
|
35931
|
+
>
|
|
35932
|
+
<i
|
|
35933
|
+
className="fas fa-fw fa-angle-double-down"
|
|
35934
|
+
/>
|
|
35935
|
+
</span>
|
|
35720
35936
|
diff.expandLastBottomComplete
|
|
35721
|
-
</
|
|
35937
|
+
</button>
|
|
35722
35938
|
</div>
|
|
35723
35939
|
</td>
|
|
35724
35940
|
</tr>
|
|
@@ -35842,18 +36058,22 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
35842
36058
|
colSpan={3}
|
|
35843
36059
|
>
|
|
35844
36060
|
<div
|
|
35845
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
36061
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
35846
36062
|
>
|
|
35847
|
-
<
|
|
35848
|
-
className="is-clickable"
|
|
36063
|
+
<button
|
|
36064
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
35849
36065
|
onClick={[Function]}
|
|
35850
36066
|
>
|
|
35851
|
-
<
|
|
35852
|
-
|
|
35853
|
-
|
|
35854
|
-
|
|
36067
|
+
<span
|
|
36068
|
+
aria-hidden="true"
|
|
36069
|
+
className="icon"
|
|
36070
|
+
>
|
|
36071
|
+
<i
|
|
36072
|
+
className="fas fa-fw fa-angle-double-up"
|
|
36073
|
+
/>
|
|
36074
|
+
</span>
|
|
35855
36075
|
diff.expandComplete
|
|
35856
|
-
</
|
|
36076
|
+
</button>
|
|
35857
36077
|
</div>
|
|
35858
36078
|
</td>
|
|
35859
36079
|
</tr>
|
|
@@ -36044,18 +36264,22 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
36044
36264
|
colSpan={3}
|
|
36045
36265
|
>
|
|
36046
36266
|
<div
|
|
36047
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
36267
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
36048
36268
|
>
|
|
36049
|
-
<
|
|
36050
|
-
className="is-clickable"
|
|
36269
|
+
<button
|
|
36270
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
36051
36271
|
onClick={[Function]}
|
|
36052
36272
|
>
|
|
36053
|
-
<
|
|
36054
|
-
|
|
36055
|
-
|
|
36056
|
-
|
|
36273
|
+
<span
|
|
36274
|
+
aria-hidden="true"
|
|
36275
|
+
className="icon"
|
|
36276
|
+
>
|
|
36277
|
+
<i
|
|
36278
|
+
className="fas fa-fw fa-angle-double-down"
|
|
36279
|
+
/>
|
|
36280
|
+
</span>
|
|
36057
36281
|
diff.expandComplete
|
|
36058
|
-
</
|
|
36282
|
+
</button>
|
|
36059
36283
|
</div>
|
|
36060
36284
|
</td>
|
|
36061
36285
|
</tr>
|
|
@@ -36069,18 +36293,22 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
36069
36293
|
colSpan={3}
|
|
36070
36294
|
>
|
|
36071
36295
|
<div
|
|
36072
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
36296
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
36073
36297
|
>
|
|
36074
|
-
<
|
|
36075
|
-
className="is-clickable"
|
|
36298
|
+
<button
|
|
36299
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
36076
36300
|
onClick={[Function]}
|
|
36077
36301
|
>
|
|
36078
|
-
<
|
|
36079
|
-
|
|
36080
|
-
|
|
36081
|
-
|
|
36302
|
+
<span
|
|
36303
|
+
aria-hidden="true"
|
|
36304
|
+
className="icon"
|
|
36305
|
+
>
|
|
36306
|
+
<i
|
|
36307
|
+
className="fas fa-fw fa-angle-double-up"
|
|
36308
|
+
/>
|
|
36309
|
+
</span>
|
|
36082
36310
|
diff.expandComplete
|
|
36083
|
-
</
|
|
36311
|
+
</button>
|
|
36084
36312
|
</div>
|
|
36085
36313
|
</td>
|
|
36086
36314
|
</tr>
|
|
@@ -36668,29 +36896,37 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
36668
36896
|
colSpan={3}
|
|
36669
36897
|
>
|
|
36670
36898
|
<div
|
|
36671
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
36899
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
36672
36900
|
>
|
|
36673
|
-
<
|
|
36674
|
-
className="is-clickable"
|
|
36901
|
+
<button
|
|
36902
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
36675
36903
|
onClick={[Function]}
|
|
36676
36904
|
>
|
|
36677
|
-
<
|
|
36678
|
-
|
|
36679
|
-
|
|
36680
|
-
|
|
36905
|
+
<span
|
|
36906
|
+
aria-hidden="true"
|
|
36907
|
+
className="icon"
|
|
36908
|
+
>
|
|
36909
|
+
<i
|
|
36910
|
+
className="fas fa-fw fa-angle-down"
|
|
36911
|
+
/>
|
|
36912
|
+
</span>
|
|
36681
36913
|
diff.expandLastBottomByLines
|
|
36682
|
-
</
|
|
36914
|
+
</button>
|
|
36683
36915
|
|
|
36684
|
-
<
|
|
36685
|
-
className="is-clickable"
|
|
36916
|
+
<button
|
|
36917
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
36686
36918
|
onClick={[Function]}
|
|
36687
36919
|
>
|
|
36688
|
-
<
|
|
36689
|
-
|
|
36690
|
-
|
|
36691
|
-
|
|
36920
|
+
<span
|
|
36921
|
+
aria-hidden="true"
|
|
36922
|
+
className="icon"
|
|
36923
|
+
>
|
|
36924
|
+
<i
|
|
36925
|
+
className="fas fa-fw fa-angle-double-down"
|
|
36926
|
+
/>
|
|
36927
|
+
</span>
|
|
36692
36928
|
diff.expandLastBottomComplete
|
|
36693
|
-
</
|
|
36929
|
+
</button>
|
|
36694
36930
|
</div>
|
|
36695
36931
|
</td>
|
|
36696
36932
|
</tr>
|
|
@@ -36814,29 +37050,37 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
36814
37050
|
colSpan={3}
|
|
36815
37051
|
>
|
|
36816
37052
|
<div
|
|
36817
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
37053
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
36818
37054
|
>
|
|
36819
|
-
<
|
|
36820
|
-
className="is-clickable"
|
|
37055
|
+
<button
|
|
37056
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
36821
37057
|
onClick={[Function]}
|
|
36822
37058
|
>
|
|
36823
|
-
<
|
|
36824
|
-
|
|
36825
|
-
|
|
36826
|
-
|
|
37059
|
+
<span
|
|
37060
|
+
aria-hidden="true"
|
|
37061
|
+
className="icon"
|
|
37062
|
+
>
|
|
37063
|
+
<i
|
|
37064
|
+
className="fas fa-fw fa-angle-up"
|
|
37065
|
+
/>
|
|
37066
|
+
</span>
|
|
36827
37067
|
diff.expandByLines
|
|
36828
|
-
</
|
|
37068
|
+
</button>
|
|
36829
37069
|
|
|
36830
|
-
<
|
|
36831
|
-
className="is-clickable"
|
|
37070
|
+
<button
|
|
37071
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
36832
37072
|
onClick={[Function]}
|
|
36833
37073
|
>
|
|
36834
|
-
<
|
|
36835
|
-
|
|
36836
|
-
|
|
36837
|
-
|
|
37074
|
+
<span
|
|
37075
|
+
aria-hidden="true"
|
|
37076
|
+
className="icon"
|
|
37077
|
+
>
|
|
37078
|
+
<i
|
|
37079
|
+
className="fas fa-fw fa-angle-double-up"
|
|
37080
|
+
/>
|
|
37081
|
+
</span>
|
|
36838
37082
|
diff.expandComplete
|
|
36839
|
-
</
|
|
37083
|
+
</button>
|
|
36840
37084
|
</div>
|
|
36841
37085
|
</td>
|
|
36842
37086
|
</tr>
|
|
@@ -37211,29 +37455,37 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
37211
37455
|
colSpan={3}
|
|
37212
37456
|
>
|
|
37213
37457
|
<div
|
|
37214
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
37458
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
37215
37459
|
>
|
|
37216
|
-
<
|
|
37217
|
-
className="is-clickable"
|
|
37460
|
+
<button
|
|
37461
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
37218
37462
|
onClick={[Function]}
|
|
37219
37463
|
>
|
|
37220
|
-
<
|
|
37221
|
-
|
|
37222
|
-
|
|
37223
|
-
|
|
37464
|
+
<span
|
|
37465
|
+
aria-hidden="true"
|
|
37466
|
+
className="icon"
|
|
37467
|
+
>
|
|
37468
|
+
<i
|
|
37469
|
+
className="fas fa-fw fa-angle-down"
|
|
37470
|
+
/>
|
|
37471
|
+
</span>
|
|
37224
37472
|
diff.expandLastBottomByLines
|
|
37225
|
-
</
|
|
37473
|
+
</button>
|
|
37226
37474
|
|
|
37227
|
-
<
|
|
37228
|
-
className="is-clickable"
|
|
37475
|
+
<button
|
|
37476
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
37229
37477
|
onClick={[Function]}
|
|
37230
37478
|
>
|
|
37231
|
-
<
|
|
37232
|
-
|
|
37233
|
-
|
|
37234
|
-
|
|
37479
|
+
<span
|
|
37480
|
+
aria-hidden="true"
|
|
37481
|
+
className="icon"
|
|
37482
|
+
>
|
|
37483
|
+
<i
|
|
37484
|
+
className="fas fa-fw fa-angle-double-down"
|
|
37485
|
+
/>
|
|
37486
|
+
</span>
|
|
37235
37487
|
diff.expandLastBottomComplete
|
|
37236
|
-
</
|
|
37488
|
+
</button>
|
|
37237
37489
|
</div>
|
|
37238
37490
|
</td>
|
|
37239
37491
|
</tr>
|
|
@@ -37357,29 +37609,37 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
37357
37609
|
colSpan={3}
|
|
37358
37610
|
>
|
|
37359
37611
|
<div
|
|
37360
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
37612
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
37361
37613
|
>
|
|
37362
|
-
<
|
|
37363
|
-
className="is-clickable"
|
|
37614
|
+
<button
|
|
37615
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
37364
37616
|
onClick={[Function]}
|
|
37365
37617
|
>
|
|
37366
|
-
<
|
|
37367
|
-
|
|
37368
|
-
|
|
37369
|
-
|
|
37618
|
+
<span
|
|
37619
|
+
aria-hidden="true"
|
|
37620
|
+
className="icon"
|
|
37621
|
+
>
|
|
37622
|
+
<i
|
|
37623
|
+
className="fas fa-fw fa-angle-up"
|
|
37624
|
+
/>
|
|
37625
|
+
</span>
|
|
37370
37626
|
diff.expandByLines
|
|
37371
|
-
</
|
|
37627
|
+
</button>
|
|
37372
37628
|
|
|
37373
|
-
<
|
|
37374
|
-
className="is-clickable"
|
|
37629
|
+
<button
|
|
37630
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
37375
37631
|
onClick={[Function]}
|
|
37376
37632
|
>
|
|
37377
|
-
<
|
|
37378
|
-
|
|
37379
|
-
|
|
37380
|
-
|
|
37633
|
+
<span
|
|
37634
|
+
aria-hidden="true"
|
|
37635
|
+
className="icon"
|
|
37636
|
+
>
|
|
37637
|
+
<i
|
|
37638
|
+
className="fas fa-fw fa-angle-double-up"
|
|
37639
|
+
/>
|
|
37640
|
+
</span>
|
|
37381
37641
|
diff.expandComplete
|
|
37382
|
-
</
|
|
37642
|
+
</button>
|
|
37383
37643
|
</div>
|
|
37384
37644
|
</td>
|
|
37385
37645
|
</tr>
|
|
@@ -37754,29 +38014,37 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
37754
38014
|
colSpan={3}
|
|
37755
38015
|
>
|
|
37756
38016
|
<div
|
|
37757
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
38017
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
37758
38018
|
>
|
|
37759
|
-
<
|
|
37760
|
-
className="is-clickable"
|
|
38019
|
+
<button
|
|
38020
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
37761
38021
|
onClick={[Function]}
|
|
37762
38022
|
>
|
|
37763
|
-
<
|
|
37764
|
-
|
|
37765
|
-
|
|
37766
|
-
|
|
38023
|
+
<span
|
|
38024
|
+
aria-hidden="true"
|
|
38025
|
+
className="icon"
|
|
38026
|
+
>
|
|
38027
|
+
<i
|
|
38028
|
+
className="fas fa-fw fa-angle-down"
|
|
38029
|
+
/>
|
|
38030
|
+
</span>
|
|
37767
38031
|
diff.expandLastBottomByLines
|
|
37768
|
-
</
|
|
38032
|
+
</button>
|
|
37769
38033
|
|
|
37770
|
-
<
|
|
37771
|
-
className="is-clickable"
|
|
38034
|
+
<button
|
|
38035
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
37772
38036
|
onClick={[Function]}
|
|
37773
38037
|
>
|
|
37774
|
-
<
|
|
37775
|
-
|
|
37776
|
-
|
|
37777
|
-
|
|
38038
|
+
<span
|
|
38039
|
+
aria-hidden="true"
|
|
38040
|
+
className="icon"
|
|
38041
|
+
>
|
|
38042
|
+
<i
|
|
38043
|
+
className="fas fa-fw fa-angle-double-down"
|
|
38044
|
+
/>
|
|
38045
|
+
</span>
|
|
37778
38046
|
diff.expandLastBottomComplete
|
|
37779
|
-
</
|
|
38047
|
+
</button>
|
|
37780
38048
|
</div>
|
|
37781
38049
|
</td>
|
|
37782
38050
|
</tr>
|
|
@@ -37900,18 +38168,22 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
37900
38168
|
colSpan={3}
|
|
37901
38169
|
>
|
|
37902
38170
|
<div
|
|
37903
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
38171
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
37904
38172
|
>
|
|
37905
|
-
<
|
|
37906
|
-
className="is-clickable"
|
|
38173
|
+
<button
|
|
38174
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
37907
38175
|
onClick={[Function]}
|
|
37908
38176
|
>
|
|
37909
|
-
<
|
|
37910
|
-
|
|
37911
|
-
|
|
37912
|
-
|
|
38177
|
+
<span
|
|
38178
|
+
aria-hidden="true"
|
|
38179
|
+
className="icon"
|
|
38180
|
+
>
|
|
38181
|
+
<i
|
|
38182
|
+
className="fas fa-fw fa-angle-double-up"
|
|
38183
|
+
/>
|
|
38184
|
+
</span>
|
|
37913
38185
|
diff.expandComplete
|
|
37914
|
-
</
|
|
38186
|
+
</button>
|
|
37915
38187
|
</div>
|
|
37916
38188
|
</td>
|
|
37917
38189
|
</tr>
|
|
@@ -38419,29 +38691,37 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
38419
38691
|
colSpan={3}
|
|
38420
38692
|
>
|
|
38421
38693
|
<div
|
|
38422
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
38694
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
38423
38695
|
>
|
|
38424
|
-
<
|
|
38425
|
-
className="is-clickable"
|
|
38696
|
+
<button
|
|
38697
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
38426
38698
|
onClick={[Function]}
|
|
38427
38699
|
>
|
|
38428
|
-
<
|
|
38429
|
-
|
|
38430
|
-
|
|
38431
|
-
|
|
38700
|
+
<span
|
|
38701
|
+
aria-hidden="true"
|
|
38702
|
+
className="icon"
|
|
38703
|
+
>
|
|
38704
|
+
<i
|
|
38705
|
+
className="fas fa-fw fa-angle-down"
|
|
38706
|
+
/>
|
|
38707
|
+
</span>
|
|
38432
38708
|
diff.expandByLines
|
|
38433
|
-
</
|
|
38709
|
+
</button>
|
|
38434
38710
|
|
|
38435
|
-
<
|
|
38436
|
-
className="is-clickable"
|
|
38711
|
+
<button
|
|
38712
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
38437
38713
|
onClick={[Function]}
|
|
38438
38714
|
>
|
|
38439
|
-
<
|
|
38440
|
-
|
|
38441
|
-
|
|
38442
|
-
|
|
38715
|
+
<span
|
|
38716
|
+
aria-hidden="true"
|
|
38717
|
+
className="icon"
|
|
38718
|
+
>
|
|
38719
|
+
<i
|
|
38720
|
+
className="fas fa-fw fa-angle-double-down"
|
|
38721
|
+
/>
|
|
38722
|
+
</span>
|
|
38443
38723
|
diff.expandComplete
|
|
38444
|
-
</
|
|
38724
|
+
</button>
|
|
38445
38725
|
</div>
|
|
38446
38726
|
</td>
|
|
38447
38727
|
</tr>
|
|
@@ -38455,29 +38735,37 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
38455
38735
|
colSpan={3}
|
|
38456
38736
|
>
|
|
38457
38737
|
<div
|
|
38458
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
38738
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
38459
38739
|
>
|
|
38460
|
-
<
|
|
38461
|
-
className="is-clickable"
|
|
38740
|
+
<button
|
|
38741
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
38462
38742
|
onClick={[Function]}
|
|
38463
38743
|
>
|
|
38464
|
-
<
|
|
38465
|
-
|
|
38466
|
-
|
|
38467
|
-
|
|
38744
|
+
<span
|
|
38745
|
+
aria-hidden="true"
|
|
38746
|
+
className="icon"
|
|
38747
|
+
>
|
|
38748
|
+
<i
|
|
38749
|
+
className="fas fa-fw fa-angle-up"
|
|
38750
|
+
/>
|
|
38751
|
+
</span>
|
|
38468
38752
|
diff.expandByLines
|
|
38469
|
-
</
|
|
38753
|
+
</button>
|
|
38470
38754
|
|
|
38471
|
-
<
|
|
38472
|
-
className="is-clickable"
|
|
38755
|
+
<button
|
|
38756
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
38473
38757
|
onClick={[Function]}
|
|
38474
38758
|
>
|
|
38475
|
-
<
|
|
38476
|
-
|
|
38477
|
-
|
|
38478
|
-
|
|
38759
|
+
<span
|
|
38760
|
+
aria-hidden="true"
|
|
38761
|
+
className="icon"
|
|
38762
|
+
>
|
|
38763
|
+
<i
|
|
38764
|
+
className="fas fa-fw fa-angle-double-up"
|
|
38765
|
+
/>
|
|
38766
|
+
</span>
|
|
38479
38767
|
diff.expandComplete
|
|
38480
|
-
</
|
|
38768
|
+
</button>
|
|
38481
38769
|
</div>
|
|
38482
38770
|
</td>
|
|
38483
38771
|
</tr>
|
|
@@ -38691,18 +38979,22 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
38691
38979
|
colSpan={3}
|
|
38692
38980
|
>
|
|
38693
38981
|
<div
|
|
38694
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
38982
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
38695
38983
|
>
|
|
38696
|
-
<
|
|
38697
|
-
className="is-clickable"
|
|
38984
|
+
<button
|
|
38985
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
38698
38986
|
onClick={[Function]}
|
|
38699
38987
|
>
|
|
38700
|
-
<
|
|
38701
|
-
|
|
38702
|
-
|
|
38703
|
-
|
|
38988
|
+
<span
|
|
38989
|
+
aria-hidden="true"
|
|
38990
|
+
className="icon"
|
|
38991
|
+
>
|
|
38992
|
+
<i
|
|
38993
|
+
className="fas fa-fw fa-angle-double-down"
|
|
38994
|
+
/>
|
|
38995
|
+
</span>
|
|
38704
38996
|
diff.expandComplete
|
|
38705
|
-
</
|
|
38997
|
+
</button>
|
|
38706
38998
|
</div>
|
|
38707
38999
|
</td>
|
|
38708
39000
|
</tr>
|
|
@@ -38716,18 +39008,22 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
38716
39008
|
colSpan={3}
|
|
38717
39009
|
>
|
|
38718
39010
|
<div
|
|
38719
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
39011
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
38720
39012
|
>
|
|
38721
|
-
<
|
|
38722
|
-
className="is-clickable"
|
|
39013
|
+
<button
|
|
39014
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
38723
39015
|
onClick={[Function]}
|
|
38724
39016
|
>
|
|
38725
|
-
<
|
|
38726
|
-
|
|
38727
|
-
|
|
38728
|
-
|
|
39017
|
+
<span
|
|
39018
|
+
aria-hidden="true"
|
|
39019
|
+
className="icon"
|
|
39020
|
+
>
|
|
39021
|
+
<i
|
|
39022
|
+
className="fas fa-fw fa-angle-double-up"
|
|
39023
|
+
/>
|
|
39024
|
+
</span>
|
|
38729
39025
|
diff.expandComplete
|
|
38730
|
-
</
|
|
39026
|
+
</button>
|
|
38731
39027
|
</div>
|
|
38732
39028
|
</td>
|
|
38733
39029
|
</tr>
|
|
@@ -38987,29 +39283,37 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
38987
39283
|
colSpan={3}
|
|
38988
39284
|
>
|
|
38989
39285
|
<div
|
|
38990
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
39286
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
38991
39287
|
>
|
|
38992
|
-
<
|
|
38993
|
-
className="is-clickable"
|
|
39288
|
+
<button
|
|
39289
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
38994
39290
|
onClick={[Function]}
|
|
38995
39291
|
>
|
|
38996
|
-
<
|
|
38997
|
-
|
|
38998
|
-
|
|
38999
|
-
|
|
39292
|
+
<span
|
|
39293
|
+
aria-hidden="true"
|
|
39294
|
+
className="icon"
|
|
39295
|
+
>
|
|
39296
|
+
<i
|
|
39297
|
+
className="fas fa-fw fa-angle-down"
|
|
39298
|
+
/>
|
|
39299
|
+
</span>
|
|
39000
39300
|
diff.expandLastBottomByLines
|
|
39001
|
-
</
|
|
39301
|
+
</button>
|
|
39002
39302
|
|
|
39003
|
-
<
|
|
39004
|
-
className="is-clickable"
|
|
39303
|
+
<button
|
|
39304
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
39005
39305
|
onClick={[Function]}
|
|
39006
39306
|
>
|
|
39007
|
-
<
|
|
39008
|
-
|
|
39009
|
-
|
|
39010
|
-
|
|
39307
|
+
<span
|
|
39308
|
+
aria-hidden="true"
|
|
39309
|
+
className="icon"
|
|
39310
|
+
>
|
|
39311
|
+
<i
|
|
39312
|
+
className="fas fa-fw fa-angle-double-down"
|
|
39313
|
+
/>
|
|
39314
|
+
</span>
|
|
39011
39315
|
diff.expandLastBottomComplete
|
|
39012
|
-
</
|
|
39316
|
+
</button>
|
|
39013
39317
|
</div>
|
|
39014
39318
|
</td>
|
|
39015
39319
|
</tr>
|
|
@@ -39570,29 +39874,37 @@ exports[`Storyshots Repositories/Diff External state management 1`] = `
|
|
|
39570
39874
|
colSpan={3}
|
|
39571
39875
|
>
|
|
39572
39876
|
<div
|
|
39573
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
39877
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
39574
39878
|
>
|
|
39575
|
-
<
|
|
39576
|
-
className="is-clickable"
|
|
39879
|
+
<button
|
|
39880
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
39577
39881
|
onClick={[Function]}
|
|
39578
39882
|
>
|
|
39579
|
-
<
|
|
39580
|
-
|
|
39581
|
-
|
|
39582
|
-
|
|
39883
|
+
<span
|
|
39884
|
+
aria-hidden="true"
|
|
39885
|
+
className="icon"
|
|
39886
|
+
>
|
|
39887
|
+
<i
|
|
39888
|
+
className="fas fa-fw fa-angle-down"
|
|
39889
|
+
/>
|
|
39890
|
+
</span>
|
|
39583
39891
|
diff.expandLastBottomByLines
|
|
39584
|
-
</
|
|
39892
|
+
</button>
|
|
39585
39893
|
|
|
39586
|
-
<
|
|
39587
|
-
className="is-clickable"
|
|
39894
|
+
<button
|
|
39895
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
39588
39896
|
onClick={[Function]}
|
|
39589
39897
|
>
|
|
39590
|
-
<
|
|
39591
|
-
|
|
39592
|
-
|
|
39593
|
-
|
|
39898
|
+
<span
|
|
39899
|
+
aria-hidden="true"
|
|
39900
|
+
className="icon"
|
|
39901
|
+
>
|
|
39902
|
+
<i
|
|
39903
|
+
className="fas fa-fw fa-angle-double-down"
|
|
39904
|
+
/>
|
|
39905
|
+
</span>
|
|
39594
39906
|
diff.expandLastBottomComplete
|
|
39595
|
-
</
|
|
39907
|
+
</button>
|
|
39596
39908
|
</div>
|
|
39597
39909
|
</td>
|
|
39598
39910
|
</tr>
|
|
@@ -63714,18 +64026,22 @@ exports[`Storyshots Repositories/Diff SyntaxHighlighting (Markdown) 1`] = `
|
|
|
63714
64026
|
colSpan={3}
|
|
63715
64027
|
>
|
|
63716
64028
|
<div
|
|
63717
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
64029
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
63718
64030
|
>
|
|
63719
|
-
<
|
|
63720
|
-
className="is-clickable"
|
|
64031
|
+
<button
|
|
64032
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
63721
64033
|
onClick={[Function]}
|
|
63722
64034
|
>
|
|
63723
|
-
<
|
|
63724
|
-
|
|
63725
|
-
|
|
63726
|
-
|
|
64035
|
+
<span
|
|
64036
|
+
aria-hidden="true"
|
|
64037
|
+
className="icon"
|
|
64038
|
+
>
|
|
64039
|
+
<i
|
|
64040
|
+
className="fas fa-fw fa-angle-double-up"
|
|
64041
|
+
/>
|
|
64042
|
+
</span>
|
|
63727
64043
|
diff.expandComplete
|
|
63728
|
-
</
|
|
64044
|
+
</button>
|
|
63729
64045
|
</div>
|
|
63730
64046
|
</td>
|
|
63731
64047
|
</tr>
|
|
@@ -63939,29 +64255,37 @@ exports[`Storyshots Repositories/Diff SyntaxHighlighting (Markdown) 1`] = `
|
|
|
63939
64255
|
colSpan={3}
|
|
63940
64256
|
>
|
|
63941
64257
|
<div
|
|
63942
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
64258
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
63943
64259
|
>
|
|
63944
|
-
<
|
|
63945
|
-
className="is-clickable"
|
|
64260
|
+
<button
|
|
64261
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
63946
64262
|
onClick={[Function]}
|
|
63947
64263
|
>
|
|
63948
|
-
<
|
|
63949
|
-
|
|
63950
|
-
|
|
63951
|
-
|
|
64264
|
+
<span
|
|
64265
|
+
aria-hidden="true"
|
|
64266
|
+
className="icon"
|
|
64267
|
+
>
|
|
64268
|
+
<i
|
|
64269
|
+
className="fas fa-fw fa-angle-down"
|
|
64270
|
+
/>
|
|
64271
|
+
</span>
|
|
63952
64272
|
diff.expandLastBottomByLines
|
|
63953
|
-
</
|
|
64273
|
+
</button>
|
|
63954
64274
|
|
|
63955
|
-
<
|
|
63956
|
-
className="is-clickable"
|
|
64275
|
+
<button
|
|
64276
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
63957
64277
|
onClick={[Function]}
|
|
63958
64278
|
>
|
|
63959
|
-
<
|
|
63960
|
-
|
|
63961
|
-
|
|
63962
|
-
|
|
64279
|
+
<span
|
|
64280
|
+
aria-hidden="true"
|
|
64281
|
+
className="icon"
|
|
64282
|
+
>
|
|
64283
|
+
<i
|
|
64284
|
+
className="fas fa-fw fa-angle-double-down"
|
|
64285
|
+
/>
|
|
64286
|
+
</span>
|
|
63963
64287
|
diff.expandLastBottomComplete
|
|
63964
|
-
</
|
|
64288
|
+
</button>
|
|
63965
64289
|
</div>
|
|
63966
64290
|
</td>
|
|
63967
64291
|
</tr>
|
|
@@ -72679,29 +73003,37 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
72679
73003
|
colSpan={3}
|
|
72680
73004
|
>
|
|
72681
73005
|
<div
|
|
72682
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
73006
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
72683
73007
|
>
|
|
72684
|
-
<
|
|
72685
|
-
className="is-clickable"
|
|
73008
|
+
<button
|
|
73009
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
72686
73010
|
onClick={[Function]}
|
|
72687
73011
|
>
|
|
72688
|
-
<
|
|
72689
|
-
|
|
72690
|
-
|
|
72691
|
-
|
|
73012
|
+
<span
|
|
73013
|
+
aria-hidden="true"
|
|
73014
|
+
className="icon"
|
|
73015
|
+
>
|
|
73016
|
+
<i
|
|
73017
|
+
className="fas fa-fw fa-angle-down"
|
|
73018
|
+
/>
|
|
73019
|
+
</span>
|
|
72692
73020
|
diff.expandLastBottomByLines
|
|
72693
|
-
</
|
|
73021
|
+
</button>
|
|
72694
73022
|
|
|
72695
|
-
<
|
|
72696
|
-
className="is-clickable"
|
|
73023
|
+
<button
|
|
73024
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
72697
73025
|
onClick={[Function]}
|
|
72698
73026
|
>
|
|
72699
|
-
<
|
|
72700
|
-
|
|
72701
|
-
|
|
72702
|
-
|
|
73027
|
+
<span
|
|
73028
|
+
aria-hidden="true"
|
|
73029
|
+
className="icon"
|
|
73030
|
+
>
|
|
73031
|
+
<i
|
|
73032
|
+
className="fas fa-fw fa-angle-double-down"
|
|
73033
|
+
/>
|
|
73034
|
+
</span>
|
|
72703
73035
|
diff.expandLastBottomComplete
|
|
72704
|
-
</
|
|
73036
|
+
</button>
|
|
72705
73037
|
</div>
|
|
72706
73038
|
</td>
|
|
72707
73039
|
</tr>
|
|
@@ -72825,18 +73157,22 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
72825
73157
|
colSpan={3}
|
|
72826
73158
|
>
|
|
72827
73159
|
<div
|
|
72828
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
73160
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
72829
73161
|
>
|
|
72830
|
-
<
|
|
72831
|
-
className="is-clickable"
|
|
73162
|
+
<button
|
|
73163
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
72832
73164
|
onClick={[Function]}
|
|
72833
73165
|
>
|
|
72834
|
-
<
|
|
72835
|
-
|
|
72836
|
-
|
|
72837
|
-
|
|
73166
|
+
<span
|
|
73167
|
+
aria-hidden="true"
|
|
73168
|
+
className="icon"
|
|
73169
|
+
>
|
|
73170
|
+
<i
|
|
73171
|
+
className="fas fa-fw fa-angle-double-up"
|
|
73172
|
+
/>
|
|
73173
|
+
</span>
|
|
72838
73174
|
diff.expandComplete
|
|
72839
|
-
</
|
|
73175
|
+
</button>
|
|
72840
73176
|
</div>
|
|
72841
73177
|
</td>
|
|
72842
73178
|
</tr>
|
|
@@ -73027,18 +73363,22 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
73027
73363
|
colSpan={3}
|
|
73028
73364
|
>
|
|
73029
73365
|
<div
|
|
73030
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
73366
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
73031
73367
|
>
|
|
73032
|
-
<
|
|
73033
|
-
className="is-clickable"
|
|
73368
|
+
<button
|
|
73369
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
73034
73370
|
onClick={[Function]}
|
|
73035
73371
|
>
|
|
73036
|
-
<
|
|
73037
|
-
|
|
73038
|
-
|
|
73039
|
-
|
|
73372
|
+
<span
|
|
73373
|
+
aria-hidden="true"
|
|
73374
|
+
className="icon"
|
|
73375
|
+
>
|
|
73376
|
+
<i
|
|
73377
|
+
className="fas fa-fw fa-angle-double-down"
|
|
73378
|
+
/>
|
|
73379
|
+
</span>
|
|
73040
73380
|
diff.expandComplete
|
|
73041
|
-
</
|
|
73381
|
+
</button>
|
|
73042
73382
|
</div>
|
|
73043
73383
|
</td>
|
|
73044
73384
|
</tr>
|
|
@@ -73052,18 +73392,22 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
73052
73392
|
colSpan={3}
|
|
73053
73393
|
>
|
|
73054
73394
|
<div
|
|
73055
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
73395
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
73056
73396
|
>
|
|
73057
|
-
<
|
|
73058
|
-
className="is-clickable"
|
|
73397
|
+
<button
|
|
73398
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
73059
73399
|
onClick={[Function]}
|
|
73060
73400
|
>
|
|
73061
|
-
<
|
|
73062
|
-
|
|
73063
|
-
|
|
73064
|
-
|
|
73401
|
+
<span
|
|
73402
|
+
aria-hidden="true"
|
|
73403
|
+
className="icon"
|
|
73404
|
+
>
|
|
73405
|
+
<i
|
|
73406
|
+
className="fas fa-fw fa-angle-double-up"
|
|
73407
|
+
/>
|
|
73408
|
+
</span>
|
|
73065
73409
|
diff.expandComplete
|
|
73066
|
-
</
|
|
73410
|
+
</button>
|
|
73067
73411
|
</div>
|
|
73068
73412
|
</td>
|
|
73069
73413
|
</tr>
|
|
@@ -73651,29 +73995,37 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
73651
73995
|
colSpan={3}
|
|
73652
73996
|
>
|
|
73653
73997
|
<div
|
|
73654
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
73998
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
73655
73999
|
>
|
|
73656
|
-
<
|
|
73657
|
-
className="is-clickable"
|
|
74000
|
+
<button
|
|
74001
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
73658
74002
|
onClick={[Function]}
|
|
73659
74003
|
>
|
|
73660
|
-
<
|
|
73661
|
-
|
|
73662
|
-
|
|
73663
|
-
|
|
74004
|
+
<span
|
|
74005
|
+
aria-hidden="true"
|
|
74006
|
+
className="icon"
|
|
74007
|
+
>
|
|
74008
|
+
<i
|
|
74009
|
+
className="fas fa-fw fa-angle-down"
|
|
74010
|
+
/>
|
|
74011
|
+
</span>
|
|
73664
74012
|
diff.expandLastBottomByLines
|
|
73665
|
-
</
|
|
74013
|
+
</button>
|
|
73666
74014
|
|
|
73667
|
-
<
|
|
73668
|
-
className="is-clickable"
|
|
74015
|
+
<button
|
|
74016
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
73669
74017
|
onClick={[Function]}
|
|
73670
74018
|
>
|
|
73671
|
-
<
|
|
73672
|
-
|
|
73673
|
-
|
|
73674
|
-
|
|
74019
|
+
<span
|
|
74020
|
+
aria-hidden="true"
|
|
74021
|
+
className="icon"
|
|
74022
|
+
>
|
|
74023
|
+
<i
|
|
74024
|
+
className="fas fa-fw fa-angle-double-down"
|
|
74025
|
+
/>
|
|
74026
|
+
</span>
|
|
73675
74027
|
diff.expandLastBottomComplete
|
|
73676
|
-
</
|
|
74028
|
+
</button>
|
|
73677
74029
|
</div>
|
|
73678
74030
|
</td>
|
|
73679
74031
|
</tr>
|
|
@@ -73797,29 +74149,37 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
73797
74149
|
colSpan={3}
|
|
73798
74150
|
>
|
|
73799
74151
|
<div
|
|
73800
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
74152
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
73801
74153
|
>
|
|
73802
|
-
<
|
|
73803
|
-
className="is-clickable"
|
|
74154
|
+
<button
|
|
74155
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
73804
74156
|
onClick={[Function]}
|
|
73805
74157
|
>
|
|
73806
|
-
<
|
|
73807
|
-
|
|
73808
|
-
|
|
73809
|
-
|
|
74158
|
+
<span
|
|
74159
|
+
aria-hidden="true"
|
|
74160
|
+
className="icon"
|
|
74161
|
+
>
|
|
74162
|
+
<i
|
|
74163
|
+
className="fas fa-fw fa-angle-up"
|
|
74164
|
+
/>
|
|
74165
|
+
</span>
|
|
73810
74166
|
diff.expandByLines
|
|
73811
|
-
</
|
|
74167
|
+
</button>
|
|
73812
74168
|
|
|
73813
|
-
<
|
|
73814
|
-
className="is-clickable"
|
|
74169
|
+
<button
|
|
74170
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
73815
74171
|
onClick={[Function]}
|
|
73816
74172
|
>
|
|
73817
|
-
<
|
|
73818
|
-
|
|
73819
|
-
|
|
73820
|
-
|
|
74173
|
+
<span
|
|
74174
|
+
aria-hidden="true"
|
|
74175
|
+
className="icon"
|
|
74176
|
+
>
|
|
74177
|
+
<i
|
|
74178
|
+
className="fas fa-fw fa-angle-double-up"
|
|
74179
|
+
/>
|
|
74180
|
+
</span>
|
|
73821
74181
|
diff.expandComplete
|
|
73822
|
-
</
|
|
74182
|
+
</button>
|
|
73823
74183
|
</div>
|
|
73824
74184
|
</td>
|
|
73825
74185
|
</tr>
|
|
@@ -74194,29 +74554,37 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
74194
74554
|
colSpan={3}
|
|
74195
74555
|
>
|
|
74196
74556
|
<div
|
|
74197
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
74557
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
74198
74558
|
>
|
|
74199
|
-
<
|
|
74200
|
-
className="is-clickable"
|
|
74559
|
+
<button
|
|
74560
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
74201
74561
|
onClick={[Function]}
|
|
74202
74562
|
>
|
|
74203
|
-
<
|
|
74204
|
-
|
|
74205
|
-
|
|
74206
|
-
|
|
74563
|
+
<span
|
|
74564
|
+
aria-hidden="true"
|
|
74565
|
+
className="icon"
|
|
74566
|
+
>
|
|
74567
|
+
<i
|
|
74568
|
+
className="fas fa-fw fa-angle-down"
|
|
74569
|
+
/>
|
|
74570
|
+
</span>
|
|
74207
74571
|
diff.expandLastBottomByLines
|
|
74208
|
-
</
|
|
74572
|
+
</button>
|
|
74209
74573
|
|
|
74210
|
-
<
|
|
74211
|
-
className="is-clickable"
|
|
74574
|
+
<button
|
|
74575
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
74212
74576
|
onClick={[Function]}
|
|
74213
74577
|
>
|
|
74214
|
-
<
|
|
74215
|
-
|
|
74216
|
-
|
|
74217
|
-
|
|
74578
|
+
<span
|
|
74579
|
+
aria-hidden="true"
|
|
74580
|
+
className="icon"
|
|
74581
|
+
>
|
|
74582
|
+
<i
|
|
74583
|
+
className="fas fa-fw fa-angle-double-down"
|
|
74584
|
+
/>
|
|
74585
|
+
</span>
|
|
74218
74586
|
diff.expandLastBottomComplete
|
|
74219
|
-
</
|
|
74587
|
+
</button>
|
|
74220
74588
|
</div>
|
|
74221
74589
|
</td>
|
|
74222
74590
|
</tr>
|
|
@@ -74340,29 +74708,37 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
74340
74708
|
colSpan={3}
|
|
74341
74709
|
>
|
|
74342
74710
|
<div
|
|
74343
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
74711
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
74344
74712
|
>
|
|
74345
|
-
<
|
|
74346
|
-
className="is-clickable"
|
|
74713
|
+
<button
|
|
74714
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
74347
74715
|
onClick={[Function]}
|
|
74348
74716
|
>
|
|
74349
|
-
<
|
|
74350
|
-
|
|
74351
|
-
|
|
74352
|
-
|
|
74717
|
+
<span
|
|
74718
|
+
aria-hidden="true"
|
|
74719
|
+
className="icon"
|
|
74720
|
+
>
|
|
74721
|
+
<i
|
|
74722
|
+
className="fas fa-fw fa-angle-up"
|
|
74723
|
+
/>
|
|
74724
|
+
</span>
|
|
74353
74725
|
diff.expandByLines
|
|
74354
|
-
</
|
|
74726
|
+
</button>
|
|
74355
74727
|
|
|
74356
|
-
<
|
|
74357
|
-
className="is-clickable"
|
|
74728
|
+
<button
|
|
74729
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
74358
74730
|
onClick={[Function]}
|
|
74359
74731
|
>
|
|
74360
|
-
<
|
|
74361
|
-
|
|
74362
|
-
|
|
74363
|
-
|
|
74732
|
+
<span
|
|
74733
|
+
aria-hidden="true"
|
|
74734
|
+
className="icon"
|
|
74735
|
+
>
|
|
74736
|
+
<i
|
|
74737
|
+
className="fas fa-fw fa-angle-double-up"
|
|
74738
|
+
/>
|
|
74739
|
+
</span>
|
|
74364
74740
|
diff.expandComplete
|
|
74365
|
-
</
|
|
74741
|
+
</button>
|
|
74366
74742
|
</div>
|
|
74367
74743
|
</td>
|
|
74368
74744
|
</tr>
|
|
@@ -74737,29 +75113,37 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
74737
75113
|
colSpan={3}
|
|
74738
75114
|
>
|
|
74739
75115
|
<div
|
|
74740
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
75116
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
74741
75117
|
>
|
|
74742
|
-
<
|
|
74743
|
-
className="is-clickable"
|
|
75118
|
+
<button
|
|
75119
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
74744
75120
|
onClick={[Function]}
|
|
74745
75121
|
>
|
|
74746
|
-
<
|
|
74747
|
-
|
|
74748
|
-
|
|
74749
|
-
|
|
75122
|
+
<span
|
|
75123
|
+
aria-hidden="true"
|
|
75124
|
+
className="icon"
|
|
75125
|
+
>
|
|
75126
|
+
<i
|
|
75127
|
+
className="fas fa-fw fa-angle-down"
|
|
75128
|
+
/>
|
|
75129
|
+
</span>
|
|
74750
75130
|
diff.expandLastBottomByLines
|
|
74751
|
-
</
|
|
75131
|
+
</button>
|
|
74752
75132
|
|
|
74753
|
-
<
|
|
74754
|
-
className="is-clickable"
|
|
75133
|
+
<button
|
|
75134
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
74755
75135
|
onClick={[Function]}
|
|
74756
75136
|
>
|
|
74757
|
-
<
|
|
74758
|
-
|
|
74759
|
-
|
|
74760
|
-
|
|
75137
|
+
<span
|
|
75138
|
+
aria-hidden="true"
|
|
75139
|
+
className="icon"
|
|
75140
|
+
>
|
|
75141
|
+
<i
|
|
75142
|
+
className="fas fa-fw fa-angle-double-down"
|
|
75143
|
+
/>
|
|
75144
|
+
</span>
|
|
74761
75145
|
diff.expandLastBottomComplete
|
|
74762
|
-
</
|
|
75146
|
+
</button>
|
|
74763
75147
|
</div>
|
|
74764
75148
|
</td>
|
|
74765
75149
|
</tr>
|
|
@@ -74883,18 +75267,22 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
74883
75267
|
colSpan={3}
|
|
74884
75268
|
>
|
|
74885
75269
|
<div
|
|
74886
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
75270
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
74887
75271
|
>
|
|
74888
|
-
<
|
|
74889
|
-
className="is-clickable"
|
|
75272
|
+
<button
|
|
75273
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
74890
75274
|
onClick={[Function]}
|
|
74891
75275
|
>
|
|
74892
|
-
<
|
|
74893
|
-
|
|
74894
|
-
|
|
74895
|
-
|
|
75276
|
+
<span
|
|
75277
|
+
aria-hidden="true"
|
|
75278
|
+
className="icon"
|
|
75279
|
+
>
|
|
75280
|
+
<i
|
|
75281
|
+
className="fas fa-fw fa-angle-double-up"
|
|
75282
|
+
/>
|
|
75283
|
+
</span>
|
|
74896
75284
|
diff.expandComplete
|
|
74897
|
-
</
|
|
75285
|
+
</button>
|
|
74898
75286
|
</div>
|
|
74899
75287
|
</td>
|
|
74900
75288
|
</tr>
|
|
@@ -75402,29 +75790,37 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
75402
75790
|
colSpan={3}
|
|
75403
75791
|
>
|
|
75404
75792
|
<div
|
|
75405
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
75793
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
75406
75794
|
>
|
|
75407
|
-
<
|
|
75408
|
-
className="is-clickable"
|
|
75795
|
+
<button
|
|
75796
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
75409
75797
|
onClick={[Function]}
|
|
75410
75798
|
>
|
|
75411
|
-
<
|
|
75412
|
-
|
|
75413
|
-
|
|
75414
|
-
|
|
75799
|
+
<span
|
|
75800
|
+
aria-hidden="true"
|
|
75801
|
+
className="icon"
|
|
75802
|
+
>
|
|
75803
|
+
<i
|
|
75804
|
+
className="fas fa-fw fa-angle-down"
|
|
75805
|
+
/>
|
|
75806
|
+
</span>
|
|
75415
75807
|
diff.expandByLines
|
|
75416
|
-
</
|
|
75808
|
+
</button>
|
|
75417
75809
|
|
|
75418
|
-
<
|
|
75419
|
-
className="is-clickable"
|
|
75810
|
+
<button
|
|
75811
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
75420
75812
|
onClick={[Function]}
|
|
75421
75813
|
>
|
|
75422
|
-
<
|
|
75423
|
-
|
|
75424
|
-
|
|
75425
|
-
|
|
75814
|
+
<span
|
|
75815
|
+
aria-hidden="true"
|
|
75816
|
+
className="icon"
|
|
75817
|
+
>
|
|
75818
|
+
<i
|
|
75819
|
+
className="fas fa-fw fa-angle-double-down"
|
|
75820
|
+
/>
|
|
75821
|
+
</span>
|
|
75426
75822
|
diff.expandComplete
|
|
75427
|
-
</
|
|
75823
|
+
</button>
|
|
75428
75824
|
</div>
|
|
75429
75825
|
</td>
|
|
75430
75826
|
</tr>
|
|
@@ -75438,29 +75834,37 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
75438
75834
|
colSpan={3}
|
|
75439
75835
|
>
|
|
75440
75836
|
<div
|
|
75441
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
75837
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
75442
75838
|
>
|
|
75443
|
-
<
|
|
75444
|
-
className="is-clickable"
|
|
75839
|
+
<button
|
|
75840
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
75445
75841
|
onClick={[Function]}
|
|
75446
75842
|
>
|
|
75447
|
-
<
|
|
75448
|
-
|
|
75449
|
-
|
|
75450
|
-
|
|
75843
|
+
<span
|
|
75844
|
+
aria-hidden="true"
|
|
75845
|
+
className="icon"
|
|
75846
|
+
>
|
|
75847
|
+
<i
|
|
75848
|
+
className="fas fa-fw fa-angle-up"
|
|
75849
|
+
/>
|
|
75850
|
+
</span>
|
|
75451
75851
|
diff.expandByLines
|
|
75452
|
-
</
|
|
75852
|
+
</button>
|
|
75453
75853
|
|
|
75454
|
-
<
|
|
75455
|
-
className="is-clickable"
|
|
75854
|
+
<button
|
|
75855
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
75456
75856
|
onClick={[Function]}
|
|
75457
75857
|
>
|
|
75458
|
-
<
|
|
75459
|
-
|
|
75460
|
-
|
|
75461
|
-
|
|
75858
|
+
<span
|
|
75859
|
+
aria-hidden="true"
|
|
75860
|
+
className="icon"
|
|
75861
|
+
>
|
|
75862
|
+
<i
|
|
75863
|
+
className="fas fa-fw fa-angle-double-up"
|
|
75864
|
+
/>
|
|
75865
|
+
</span>
|
|
75462
75866
|
diff.expandComplete
|
|
75463
|
-
</
|
|
75867
|
+
</button>
|
|
75464
75868
|
</div>
|
|
75465
75869
|
</td>
|
|
75466
75870
|
</tr>
|
|
@@ -75674,18 +76078,22 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
75674
76078
|
colSpan={3}
|
|
75675
76079
|
>
|
|
75676
76080
|
<div
|
|
75677
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
76081
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
75678
76082
|
>
|
|
75679
|
-
<
|
|
75680
|
-
className="is-clickable"
|
|
76083
|
+
<button
|
|
76084
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
75681
76085
|
onClick={[Function]}
|
|
75682
76086
|
>
|
|
75683
|
-
<
|
|
75684
|
-
|
|
75685
|
-
|
|
75686
|
-
|
|
76087
|
+
<span
|
|
76088
|
+
aria-hidden="true"
|
|
76089
|
+
className="icon"
|
|
76090
|
+
>
|
|
76091
|
+
<i
|
|
76092
|
+
className="fas fa-fw fa-angle-double-down"
|
|
76093
|
+
/>
|
|
76094
|
+
</span>
|
|
75687
76095
|
diff.expandComplete
|
|
75688
|
-
</
|
|
76096
|
+
</button>
|
|
75689
76097
|
</div>
|
|
75690
76098
|
</td>
|
|
75691
76099
|
</tr>
|
|
@@ -75699,18 +76107,22 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
75699
76107
|
colSpan={3}
|
|
75700
76108
|
>
|
|
75701
76109
|
<div
|
|
75702
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
76110
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
75703
76111
|
>
|
|
75704
|
-
<
|
|
75705
|
-
className="is-clickable"
|
|
76112
|
+
<button
|
|
76113
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
75706
76114
|
onClick={[Function]}
|
|
75707
76115
|
>
|
|
75708
|
-
<
|
|
75709
|
-
|
|
75710
|
-
|
|
75711
|
-
|
|
76116
|
+
<span
|
|
76117
|
+
aria-hidden="true"
|
|
76118
|
+
className="icon"
|
|
76119
|
+
>
|
|
76120
|
+
<i
|
|
76121
|
+
className="fas fa-fw fa-angle-double-up"
|
|
76122
|
+
/>
|
|
76123
|
+
</span>
|
|
75712
76124
|
diff.expandComplete
|
|
75713
|
-
</
|
|
76125
|
+
</button>
|
|
75714
76126
|
</div>
|
|
75715
76127
|
</td>
|
|
75716
76128
|
</tr>
|
|
@@ -75970,29 +76382,37 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
75970
76382
|
colSpan={3}
|
|
75971
76383
|
>
|
|
75972
76384
|
<div
|
|
75973
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
76385
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
75974
76386
|
>
|
|
75975
|
-
<
|
|
75976
|
-
className="is-clickable"
|
|
76387
|
+
<button
|
|
76388
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
75977
76389
|
onClick={[Function]}
|
|
75978
76390
|
>
|
|
75979
|
-
<
|
|
75980
|
-
|
|
75981
|
-
|
|
75982
|
-
|
|
76391
|
+
<span
|
|
76392
|
+
aria-hidden="true"
|
|
76393
|
+
className="icon"
|
|
76394
|
+
>
|
|
76395
|
+
<i
|
|
76396
|
+
className="fas fa-fw fa-angle-down"
|
|
76397
|
+
/>
|
|
76398
|
+
</span>
|
|
75983
76399
|
diff.expandLastBottomByLines
|
|
75984
|
-
</
|
|
76400
|
+
</button>
|
|
75985
76401
|
|
|
75986
|
-
<
|
|
75987
|
-
className="is-clickable"
|
|
76402
|
+
<button
|
|
76403
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
75988
76404
|
onClick={[Function]}
|
|
75989
76405
|
>
|
|
75990
|
-
<
|
|
75991
|
-
|
|
75992
|
-
|
|
75993
|
-
|
|
76406
|
+
<span
|
|
76407
|
+
aria-hidden="true"
|
|
76408
|
+
className="icon"
|
|
76409
|
+
>
|
|
76410
|
+
<i
|
|
76411
|
+
className="fas fa-fw fa-angle-double-down"
|
|
76412
|
+
/>
|
|
76413
|
+
</span>
|
|
75994
76414
|
diff.expandLastBottomComplete
|
|
75995
|
-
</
|
|
76415
|
+
</button>
|
|
75996
76416
|
</div>
|
|
75997
76417
|
</td>
|
|
75998
76418
|
</tr>
|
|
@@ -76553,29 +76973,37 @@ exports[`Storyshots Repositories/Diff WithLinkToFile 1`] = `
|
|
|
76553
76973
|
colSpan={3}
|
|
76554
76974
|
>
|
|
76555
76975
|
<div
|
|
76556
|
-
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0
|
|
76976
|
+
className="HunkExpandDivider__HunkDivider-sc-1f1gat0-0 iXjkKp is-size-7 pl-5"
|
|
76557
76977
|
>
|
|
76558
|
-
<
|
|
76559
|
-
className="is-clickable"
|
|
76978
|
+
<button
|
|
76979
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
76560
76980
|
onClick={[Function]}
|
|
76561
76981
|
>
|
|
76562
|
-
<
|
|
76563
|
-
|
|
76564
|
-
|
|
76565
|
-
|
|
76982
|
+
<span
|
|
76983
|
+
aria-hidden="true"
|
|
76984
|
+
className="icon"
|
|
76985
|
+
>
|
|
76986
|
+
<i
|
|
76987
|
+
className="fas fa-fw fa-angle-down"
|
|
76988
|
+
/>
|
|
76989
|
+
</span>
|
|
76566
76990
|
diff.expandLastBottomByLines
|
|
76567
|
-
</
|
|
76991
|
+
</button>
|
|
76568
76992
|
|
|
76569
|
-
<
|
|
76570
|
-
className="is-clickable"
|
|
76993
|
+
<button
|
|
76994
|
+
className="hunk-expander is-clickable diff-decoration-content has-background-transparent is-borderless pr-2"
|
|
76571
76995
|
onClick={[Function]}
|
|
76572
76996
|
>
|
|
76573
|
-
<
|
|
76574
|
-
|
|
76575
|
-
|
|
76576
|
-
|
|
76997
|
+
<span
|
|
76998
|
+
aria-hidden="true"
|
|
76999
|
+
className="icon"
|
|
77000
|
+
>
|
|
77001
|
+
<i
|
|
77002
|
+
className="fas fa-fw fa-angle-double-down"
|
|
77003
|
+
/>
|
|
77004
|
+
</span>
|
|
76577
77005
|
diff.expandLastBottomComplete
|
|
76578
|
-
</
|
|
77006
|
+
</button>
|
|
76579
77007
|
</div>
|
|
76580
77008
|
</td>
|
|
76581
77009
|
</tr>
|
|
@@ -84523,12 +84951,12 @@ exports[`Storyshots Tag Clickable 1`] = `
|
|
|
84523
84951
|
<div
|
|
84524
84952
|
className="Tagstories__Wrapper-sc-wsn8kx-0 TvLrx"
|
|
84525
84953
|
>
|
|
84526
|
-
<
|
|
84527
|
-
className="tag is-light is-normal
|
|
84954
|
+
<button
|
|
84955
|
+
className="tag is-light is-normal"
|
|
84528
84956
|
onClick={[Function]}
|
|
84529
84957
|
>
|
|
84530
84958
|
Click here
|
|
84531
|
-
</
|
|
84959
|
+
</button>
|
|
84532
84960
|
</div>
|
|
84533
84961
|
`;
|
|
84534
84962
|
|
|
@@ -84744,6 +85172,7 @@ exports[`Storyshots Tag With Icon 1`] = `
|
|
|
84744
85172
|
className="tag is-light is-normal"
|
|
84745
85173
|
>
|
|
84746
85174
|
<i
|
|
85175
|
+
aria-hidden="true"
|
|
84747
85176
|
className="fas fa-bolt"
|
|
84748
85177
|
/>
|
|
84749
85178
|
|
|
@@ -84758,7 +85187,6 @@ exports[`Storyshots Tag With title 1`] = `
|
|
|
84758
85187
|
>
|
|
84759
85188
|
<span
|
|
84760
85189
|
className="tag is-light is-normal"
|
|
84761
|
-
title="good job"
|
|
84762
85190
|
>
|
|
84763
85191
|
hover me
|
|
84764
85192
|
</span>
|