Skip to content

Commit adf8e48

Browse files
author
shleewhite
committed
fix: bad rebase
1 parent 8d98f66 commit adf8e48

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

showcase/app/templates/components/advanced-table.hbs

-12
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858

5959
<Shw::Divider />
6060

61-
<<<<<<< HEAD
6261
<Shw::Text::H2>Nested rows</Shw::Text::H2>
6362

6463
<Shw::Text::H3>With default expanded rows</Shw::Text::H3>
@@ -167,8 +166,6 @@
167166

168167
<Shw::Divider />
169168

170-
=======
171-
>>>>>>> a670452d1 (feat: copy showcase from Table and rework for AdvancedTable)
172169
<Shw::Text::H2>Sorting</Shw::Text::H2>
173170

174171
<Shw::Text::H3>Basic sorting</Shw::Text::H3>
@@ -942,7 +939,6 @@
942939

943940
<Shw::Text::H2>Base elements</Shw::Text::H2>
944941

945-
<<<<<<< HEAD
946942
<Shw::Text::H3>Tr</Shw::Text::H3>
947943

948944
<Shw::Text::Body>These examples are for display only, clicking the expand button will not toggle the rows.</Shw::Text::Body>
@@ -1062,8 +1058,6 @@
10621058
</SF.Item>
10631059
</Shw::Flex>
10641060

1065-
=======
1066-
>>>>>>> a670452d1 (feat: copy showcase from Table and rework for AdvancedTable)
10671061
<Shw::Text::H3>ThSort</Shw::Text::H3>
10681062

10691063
<Shw::Flex @direction="column" @label="Interactive states + Sorting order" as |SF|>
@@ -1157,7 +1151,6 @@
11571151
</SF.Item>
11581152
</Shw::Flex>
11591153

1160-
<<<<<<< HEAD
11611154
<Shw::Flex @label="Expandable" as |SF|>
11621155
<SF.Item @grow={{true}}>
11631156
<div class="hds-advanced-table" {{style gridTemplateColumns="repeat(4, 1fr)"}}>
@@ -1232,8 +1225,6 @@
12321225
</SF.Item>
12331226
</Shw::Flex>
12341227

1235-
=======
1236-
>>>>>>> a670452d1 (feat: copy showcase from Table and rework for AdvancedTable)
12371228
<Shw::Flex @label="Alignment" as |SF|>
12381229
<SF.Item @grow={{true}}>
12391230
<div class="hds-advanced-table" {{style gridTemplateColumns="repeat(6, 1fr)"}}>
@@ -1699,7 +1690,6 @@
16991690
{{/each}}
17001691
</Shw::Grid>
17011692

1702-
<<<<<<< HEAD
17031693
<Shw::Divider @level={{2}} />
17041694

17051695
<Shw::Text::H3>ThButtonExpand</Shw::Text::H3>
@@ -1719,6 +1709,4 @@
17191709
{{/each}}
17201710
</Shw::Grid>
17211711

1722-
=======
1723-
>>>>>>> a670452d1 (feat: copy showcase from Table and rework for AdvancedTable)
17241712
</section>

0 commit comments

Comments
 (0)