@ulu/frontend 0.1.0-beta.100 → 0.1.0-beta.102
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/CHANGELOG.md +10 -0
- package/dist/ulu-frontend.min.css +1 -1
- package/docs-dev/changelog/index.html +19 -0
- package/docs-dev/demos/card/index.html +16 -16
- package/docs-dev/demos/card-grid/index.html +24 -24
- package/docs-dev/demos/data-table/index.html +100 -100
- package/docs-dev/demos/scroll-slider/index.html +11 -11
- package/docs-dev/demos/tag/index.html +13 -1
- package/docs-dev/sass/components/tag/index.html +109 -15
- package/package.json +1 -1
- package/scss/_typography.scss +2 -0
- package/scss/components/_tag.scss +49 -7
- package/scss/helpers/_utilities.scss +9 -3
|
@@ -5586,6 +5586,12 @@
|
|
|
5586
5586
|
<div class="toc">
|
|
5587
5587
|
<ol>
|
|
5588
5588
|
|
|
5589
|
+
<li><a href="#0.1.0-beta.101">0.1.0-beta.101</a>
|
|
5590
|
+
</li>
|
|
5591
|
+
|
|
5592
|
+
<li><a href="#0.1.0-beta.100">0.1.0-beta.100</a>
|
|
5593
|
+
</li>
|
|
5594
|
+
|
|
5589
5595
|
<li><a href="#0.1.0-beta.99">0.1.0-beta.99</a>
|
|
5590
5596
|
</li>
|
|
5591
5597
|
|
|
@@ -5931,6 +5937,19 @@
|
|
|
5931
5937
|
|
|
5932
5938
|
<div class="changelog">
|
|
5933
5939
|
<h1 id="change-log" tabindex="-1">Change Log</h1>
|
|
5940
|
+
<h2 id="0.1.0-beta.101" tabindex="-1">0.1.0-beta.101</h2>
|
|
5941
|
+
<ul>
|
|
5942
|
+
<li><strong>scss/components/tag (Minor Breaking Config Change)</strong>
|
|
5943
|
+
<ul>
|
|
5944
|
+
<li>$styles (set by set-styles() mixin) will now not include props (padding, type-size, line-height)</li>
|
|
5945
|
+
<li>New $sizes (set by set-sizes() mixin) can be used to setup different sizes of tags with props (padding, type-size, line-height)</li>
|
|
5946
|
+
</ul>
|
|
5947
|
+
</li>
|
|
5948
|
+
</ul>
|
|
5949
|
+
<h2 id="0.1.0-beta.100" tabindex="-1">0.1.0-beta.100</h2>
|
|
5950
|
+
<ul>
|
|
5951
|
+
<li><strong>scss/components/skeleton</strong> - Made selectors for skeleton all build off one base class "skeleton" so "skeleton__text or skeleton-text" went to "skeleton--text"</li>
|
|
5952
|
+
</ul>
|
|
5934
5953
|
<h2 id="0.1.0-beta.99" tabindex="-1">0.1.0-beta.99</h2>
|
|
5935
5954
|
<ul>
|
|
5936
5955
|
<li><strong>scss/components/skeleton</strong> - Fix some selectors from last change (background)</li>
|
|
@@ -5604,60 +5604,60 @@
|
|
|
5604
5604
|
<legend>Elements Visible</legend>
|
|
5605
5605
|
<div>
|
|
5606
5606
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5607
|
-
<input type="checkbox" id="live-demo-id-
|
|
5608
|
-
<label for="live-demo-id-
|
|
5607
|
+
<input type="checkbox" id="live-demo-id-329" name="title" checked="">
|
|
5608
|
+
<label for="live-demo-id-329">
|
|
5609
5609
|
Title
|
|
5610
5610
|
</label>
|
|
5611
5611
|
</div>
|
|
5612
5612
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5613
|
-
<input type="checkbox" id="live-demo-id-
|
|
5614
|
-
<label for="live-demo-id-
|
|
5613
|
+
<input type="checkbox" id="live-demo-id-330" name="body" checked="">
|
|
5614
|
+
<label for="live-demo-id-330">
|
|
5615
5615
|
Body
|
|
5616
5616
|
</label>
|
|
5617
5617
|
</div>
|
|
5618
5618
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5619
|
-
<input type="checkbox" id="live-demo-id-
|
|
5620
|
-
<label for="live-demo-id-
|
|
5619
|
+
<input type="checkbox" id="live-demo-id-331" name="content" checked="">
|
|
5620
|
+
<label for="live-demo-id-331">
|
|
5621
5621
|
Content
|
|
5622
5622
|
</label>
|
|
5623
5623
|
</div>
|
|
5624
5624
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5625
|
-
<input type="checkbox" id="live-demo-id-
|
|
5626
|
-
<label for="live-demo-id-
|
|
5625
|
+
<input type="checkbox" id="live-demo-id-332" name="aside" checked="">
|
|
5626
|
+
<label for="live-demo-id-332">
|
|
5627
5627
|
Aside
|
|
5628
5628
|
</label>
|
|
5629
5629
|
</div>
|
|
5630
5630
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5631
|
-
<input type="checkbox" id="live-demo-id-
|
|
5632
|
-
<label for="live-demo-id-
|
|
5631
|
+
<input type="checkbox" id="live-demo-id-333" name="footer" checked="">
|
|
5632
|
+
<label for="live-demo-id-333">
|
|
5633
5633
|
Footer
|
|
5634
5634
|
</label>
|
|
5635
5635
|
</div>
|
|
5636
5636
|
</div>
|
|
5637
5637
|
</fieldset>
|
|
5638
5638
|
<div class="form-theme__item form-theme__item--select">
|
|
5639
|
-
<label for="live-demo-id-
|
|
5639
|
+
<label for="live-demo-id-334">
|
|
5640
5640
|
Action
|
|
5641
5641
|
<span class="fas fa-info-circle" data-ulu-tooltip="Proxy click only works when title is present"></span>
|
|
5642
5642
|
</label>
|
|
5643
|
-
<select id="live-demo-id-
|
|
5643
|
+
<select id="live-demo-id-334" name="action">
|
|
5644
5644
|
<option value="">None</option>,<option value="link">Card is Link</option>,<option value="proxy">Proxy Click</option>
|
|
5645
5645
|
</select>
|
|
5646
5646
|
</div>
|
|
5647
5647
|
<div class="form-theme__item form-theme__item--select">
|
|
5648
|
-
<label for="live-demo-id-
|
|
5648
|
+
<label for="live-demo-id-335">
|
|
5649
5649
|
Media
|
|
5650
5650
|
</label>
|
|
5651
|
-
<select id="live-demo-id-
|
|
5651
|
+
<select id="live-demo-id-335" name="media">
|
|
5652
5652
|
<option value="icon">Icon</option>,<option value="image">Image</option>,<option value="imageFit">Image (fit)</option>,<option value="none">No Image</option>
|
|
5653
5653
|
</select>
|
|
5654
5654
|
</div>
|
|
5655
5655
|
<div class="form-theme__item form-theme__item--select">
|
|
5656
|
-
<label for="live-demo-id-
|
|
5656
|
+
<label for="live-demo-id-336">
|
|
5657
5657
|
Layout
|
|
5658
5658
|
<span class="fas fa-info-circle" data-ulu-tooltip="Overlay is not compatible with 'Icon' and 'No Image' options"></span>
|
|
5659
5659
|
</label>
|
|
5660
|
-
<select id="live-demo-id-
|
|
5660
|
+
<select id="live-demo-id-336" name="layout">
|
|
5661
5661
|
<option value="">Default</option>,<option value="horizontal">Horizontal</option>,<option value="horizontalCenter">Horizontal Center</option>,<option value="overlay">Overlay</option>
|
|
5662
5662
|
</select>
|
|
5663
5663
|
</div>
|
|
@@ -5603,25 +5603,25 @@
|
|
|
5603
5603
|
<h2 class="h2">Card Grid Defaults</h2>
|
|
5604
5604
|
<ul class="card-grid ">
|
|
5605
5605
|
<li class="card-grid__item"><article class="card " data-ulu-proxy-click=""><div class="card__body"><div class="card__main"><h5 class="card__title">
|
|
5606
|
-
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">
|
|
5606
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Lorem ipsum dolor sit amet</a>
|
|
5607
5607
|
</h5><div>
|
|
5608
|
-
|
|
5608
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
5609
5609
|
</div></div><div class="card__aside">This is the aside content</div></div><div class="card__image ">
|
|
5610
5610
|
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5611
5611
|
</div><div class="card__footer">
|
|
5612
5612
|
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5613
5613
|
</div></article></li><li class="card-grid__item"><article class="card " data-ulu-proxy-click=""><div class="card__body"><div class="card__main"><h5 class="card__title">
|
|
5614
|
-
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">
|
|
5614
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Lorem ipsum dolor sit amet, consectetur adipiscing elit</a>
|
|
5615
5615
|
</h5><div>
|
|
5616
|
-
|
|
5616
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
|
5617
5617
|
</div></div><div class="card__aside">This is the aside content</div></div><div class="card__image ">
|
|
5618
5618
|
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5619
5619
|
</div><div class="card__footer">
|
|
5620
5620
|
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5621
5621
|
</div></article></li><li class="card-grid__item"><article class="card " data-ulu-proxy-click=""><div class="card__body"><div class="card__main"><h5 class="card__title">
|
|
5622
|
-
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">
|
|
5622
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Lorem Ipsum</a>
|
|
5623
5623
|
</h5><div>
|
|
5624
|
-
|
|
5624
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
|
5625
5625
|
</div></div><div class="card__aside">This is the aside content</div></div><div class="card__image ">
|
|
5626
5626
|
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5627
5627
|
</div><div class="card__footer">
|
|
@@ -5662,25 +5662,25 @@
|
|
|
5662
5662
|
<h2 class="h2">Card Grid Compact</h2>
|
|
5663
5663
|
<ul class="card-grid card-grid--compact">
|
|
5664
5664
|
<li class="card-grid__item"><article class="card " data-ulu-proxy-click=""><div class="card__body"><div class="card__main"><h5 class="card__title">
|
|
5665
|
-
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">
|
|
5665
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Lorem ipsum dolor sit amet</a>
|
|
5666
5666
|
</h5><div>
|
|
5667
|
-
|
|
5667
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
5668
5668
|
</div></div><div class="card__aside">This is the aside content</div></div><div class="card__image ">
|
|
5669
5669
|
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5670
5670
|
</div><div class="card__footer">
|
|
5671
5671
|
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5672
5672
|
</div></article></li><li class="card-grid__item"><article class="card " data-ulu-proxy-click=""><div class="card__body"><div class="card__main"><h5 class="card__title">
|
|
5673
|
-
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">
|
|
5673
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Lorem ipsum dolor sit amet, consectetur adipiscing elit</a>
|
|
5674
5674
|
</h5><div>
|
|
5675
|
-
|
|
5675
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
|
5676
5676
|
</div></div><div class="card__aside">This is the aside content</div></div><div class="card__image ">
|
|
5677
5677
|
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5678
5678
|
</div><div class="card__footer">
|
|
5679
5679
|
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5680
5680
|
</div></article></li><li class="card-grid__item"><article class="card " data-ulu-proxy-click=""><div class="card__body"><div class="card__main"><h5 class="card__title">
|
|
5681
|
-
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">
|
|
5681
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Lorem Ipsum</a>
|
|
5682
5682
|
</h5><div>
|
|
5683
|
-
|
|
5683
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
|
5684
5684
|
</div></div><div class="card__aside">This is the aside content</div></div><div class="card__image ">
|
|
5685
5685
|
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5686
5686
|
</div><div class="card__footer">
|
|
@@ -5690,25 +5690,25 @@
|
|
|
5690
5690
|
<h2 class="h2">Horizontal Card Grid</h2>
|
|
5691
5691
|
<ul class="card-grid ">
|
|
5692
5692
|
<li class="card-grid__item"><article class="card card--w-image card--image-fit card--horizontal" data-ulu-proxy-click=""><div class="card__body"><div class="card__main"><h5 class="card__title">
|
|
5693
|
-
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">
|
|
5693
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Lorem ipsum dolor sit amet</a>
|
|
5694
5694
|
</h5><div>
|
|
5695
|
-
|
|
5695
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
5696
5696
|
</div></div><div class="card__aside">This is the aside content</div></div><div class="card__image ">
|
|
5697
5697
|
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5698
5698
|
</div><div class="card__footer">
|
|
5699
5699
|
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5700
5700
|
</div></article></li><li class="card-grid__item"><article class="card card--w-image card--image-fit card--horizontal" data-ulu-proxy-click=""><div class="card__body"><div class="card__main"><h5 class="card__title">
|
|
5701
|
-
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">
|
|
5701
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Lorem ipsum dolor sit amet, consectetur adipiscing elit</a>
|
|
5702
5702
|
</h5><div>
|
|
5703
|
-
|
|
5703
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
|
5704
5704
|
</div></div><div class="card__aside">This is the aside content</div></div><div class="card__image ">
|
|
5705
5705
|
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5706
5706
|
</div><div class="card__footer">
|
|
5707
5707
|
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5708
5708
|
</div></article></li><li class="card-grid__item"><article class="card card--w-image card--image-fit card--horizontal" data-ulu-proxy-click=""><div class="card__body"><div class="card__main"><h5 class="card__title">
|
|
5709
|
-
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">
|
|
5709
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Lorem Ipsum</a>
|
|
5710
5710
|
</h5><div>
|
|
5711
|
-
|
|
5711
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
|
5712
5712
|
</div></div><div class="card__aside">This is the aside content</div></div><div class="card__image ">
|
|
5713
5713
|
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5714
5714
|
</div><div class="card__footer">
|
|
@@ -5735,25 +5735,25 @@
|
|
|
5735
5735
|
</header>
|
|
5736
5736
|
<ul class="card-grid list-grid__rows">
|
|
5737
5737
|
<li class="card-grid__item"><article class="card card--w-image card--image-fit card--horizontal list-grid__card" data-ulu-proxy-click=""><div class="card__body"><div class="card__main"><h5 class="card__title">
|
|
5738
|
-
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">
|
|
5738
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Lorem ipsum dolor sit amet</a>
|
|
5739
5739
|
</h5><div>
|
|
5740
|
-
|
|
5740
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
5741
5741
|
</div></div><div class="card__aside">This is the aside content</div></div><div class="card__image ">
|
|
5742
5742
|
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5743
5743
|
</div><div class="card__footer">
|
|
5744
5744
|
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5745
5745
|
</div></article></li><li class="card-grid__item"><article class="card card--w-image card--image-fit card--horizontal list-grid__card" data-ulu-proxy-click=""><div class="card__body"><div class="card__main"><h5 class="card__title">
|
|
5746
|
-
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">
|
|
5746
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Lorem ipsum dolor sit amet, consectetur adipiscing elit</a>
|
|
5747
5747
|
</h5><div>
|
|
5748
|
-
|
|
5748
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
|
5749
5749
|
</div></div><div class="card__aside">This is the aside content</div></div><div class="card__image ">
|
|
5750
5750
|
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5751
5751
|
</div><div class="card__footer">
|
|
5752
5752
|
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5753
5753
|
</div></article></li><li class="card-grid__item"><article class="card card--w-image card--image-fit card--horizontal list-grid__card" data-ulu-proxy-click=""><div class="card__body"><div class="card__main"><h5 class="card__title">
|
|
5754
|
-
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">
|
|
5754
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Lorem Ipsum</a>
|
|
5755
5755
|
</h5><div>
|
|
5756
|
-
|
|
5756
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
|
5757
5757
|
</div></div><div class="card__aside">This is the aside content</div></div><div class="card__image ">
|
|
5758
5758
|
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5759
5759
|
</div><div class="card__footer">
|
|
@@ -5642,178 +5642,178 @@
|
|
|
5642
5642
|
</table>
|
|
5643
5643
|
<h2 class="h2">Complex Table</h2>
|
|
5644
5644
|
<h2 class="h2">Striped Table</h2>
|
|
5645
|
-
<table class="data-table data-table--striped" id="dt-
|
|
5645
|
+
<table class="data-table data-table--striped" id="dt-165">
|
|
5646
5646
|
<caption>
|
|
5647
5647
|
This Is The Table's Caption
|
|
5648
5648
|
</caption>
|
|
5649
5649
|
<thead>
|
|
5650
5650
|
<tr>
|
|
5651
|
-
<th id="dt-
|
|
5652
|
-
<th id="dt-
|
|
5653
|
-
<th id="dt-
|
|
5654
|
-
<th id="dt-
|
|
5651
|
+
<th id="dt-165-type" rowspan="2">Type</th>
|
|
5652
|
+
<th id="dt-165-group" colspan="2">Group</th>
|
|
5653
|
+
<th id="dt-165-details" colspan="2">Details</th>
|
|
5654
|
+
<th id="dt-165-id" rowspan="2">Id</th>
|
|
5655
5655
|
</tr>
|
|
5656
5656
|
<tr>
|
|
5657
|
-
<th headers="dt-
|
|
5658
|
-
<th headers="dt-
|
|
5659
|
-
<th headers="dt-
|
|
5660
|
-
<th headers="dt-
|
|
5657
|
+
<th headers="dt-165-group" id="dt-165-primary">Primary</th>
|
|
5658
|
+
<th headers="dt-165-group" id="dt-165-secondary">Secondary</th>
|
|
5659
|
+
<th headers="dt-165-details" id="dt-165-before">Before Task</th>
|
|
5660
|
+
<th headers="dt-165-details" id="dt-165-after">After Task</th>
|
|
5661
5661
|
</tr>
|
|
5662
5662
|
</thead>
|
|
5663
5663
|
<tbody>
|
|
5664
5664
|
<tr>
|
|
5665
|
-
<th rowspan="3" headers="dt-
|
|
5666
|
-
<td headers="dt-
|
|
5667
|
-
<td headers="dt-
|
|
5668
|
-
<td headers="dt-
|
|
5669
|
-
<td headers="dt-
|
|
5670
|
-
<td headers="dt-
|
|
5665
|
+
<th rowspan="3" headers="dt-165-type dt-165-r1" id="dt-165-r1">Default</th>
|
|
5666
|
+
<td headers="dt-165-group dt-165-primary dt-165-r1">Lorem Ipsum</td>
|
|
5667
|
+
<td headers="dt-165-group dt-165-secondary dt-165-r1">Lorem Ipsum</td>
|
|
5668
|
+
<td headers="dt-165-details dt-165-before dt-165-r1">Lorem Ipsum</td>
|
|
5669
|
+
<td headers="dt-165-details dt-165-after dt-165-r1">Lorem Ipsum</td>
|
|
5670
|
+
<td headers="dt-165-id">OL-53-GHSLE</td>
|
|
5671
5671
|
</tr>
|
|
5672
5672
|
<tr>
|
|
5673
|
-
<td headers="dt-
|
|
5674
|
-
<td headers="dt-
|
|
5675
|
-
<td headers="dt-
|
|
5676
|
-
<td headers="dt-
|
|
5677
|
-
<td headers="dt-
|
|
5673
|
+
<td headers="dt-165-group dt-165-primary dt-165-r1">Lorem Ipsum</td>
|
|
5674
|
+
<td headers="dt-165-group dt-165-secondary dt-165-r1">Lorem Ipsum</td>
|
|
5675
|
+
<td headers="dt-165-details dt-165-before dt-165-r1">Lorem Ipsum</td>
|
|
5676
|
+
<td headers="dt-165-details dt-165-after dt-165-r1">Lorem Ipsum</td>
|
|
5677
|
+
<td headers="dt-165-id">OL-53-GHSLE</td>
|
|
5678
5678
|
</tr>
|
|
5679
5679
|
<tr>
|
|
5680
|
-
<td headers="dt-
|
|
5681
|
-
<td headers="dt-
|
|
5682
|
-
<td headers="dt-
|
|
5683
|
-
<td headers="dt-
|
|
5684
|
-
<td headers="dt-
|
|
5680
|
+
<td headers="dt-165-group dt-165-primary dt-165-r1">Lorem Ipsum</td>
|
|
5681
|
+
<td headers="dt-165-group dt-165-secondary dt-165-r1">Lorem Ipsum</td>
|
|
5682
|
+
<td headers="dt-165-details dt-165-before dt-165-r1">Lorem Ipsum</td>
|
|
5683
|
+
<td headers="dt-165-details dt-165-after dt-165-r1">Lorem Ipsum</td>
|
|
5684
|
+
<td headers="dt-165-id">OL-53-GHSLE</td>
|
|
5685
5685
|
</tr>
|
|
5686
5686
|
</tbody>
|
|
5687
5687
|
</table>
|
|
5688
5688
|
<h2 class="h2">Large-first Table</h2>
|
|
5689
|
-
<table class="data-table data-table--large-first" id="dt-
|
|
5689
|
+
<table class="data-table data-table--large-first" id="dt-166">
|
|
5690
5690
|
<caption>
|
|
5691
5691
|
This Is The Table's Caption
|
|
5692
5692
|
</caption>
|
|
5693
5693
|
<thead>
|
|
5694
5694
|
<tr>
|
|
5695
|
-
<th id="dt-
|
|
5696
|
-
<th id="dt-
|
|
5697
|
-
<th id="dt-
|
|
5698
|
-
<th id="dt-
|
|
5695
|
+
<th id="dt-166-type" rowspan="2">Type</th>
|
|
5696
|
+
<th id="dt-166-group" colspan="2">Group</th>
|
|
5697
|
+
<th id="dt-166-details" colspan="2">Details</th>
|
|
5698
|
+
<th id="dt-166-id" rowspan="2">Id</th>
|
|
5699
5699
|
</tr>
|
|
5700
5700
|
<tr>
|
|
5701
|
-
<th headers="dt-
|
|
5702
|
-
<th headers="dt-
|
|
5703
|
-
<th headers="dt-
|
|
5704
|
-
<th headers="dt-
|
|
5701
|
+
<th headers="dt-166-group" id="dt-166-primary">Primary</th>
|
|
5702
|
+
<th headers="dt-166-group" id="dt-166-secondary">Secondary</th>
|
|
5703
|
+
<th headers="dt-166-details" id="dt-166-before">Before Task</th>
|
|
5704
|
+
<th headers="dt-166-details" id="dt-166-after">After Task</th>
|
|
5705
5705
|
</tr>
|
|
5706
5706
|
</thead>
|
|
5707
5707
|
<tbody>
|
|
5708
5708
|
<tr>
|
|
5709
|
-
<th rowspan="3" headers="dt-
|
|
5710
|
-
<td headers="dt-
|
|
5711
|
-
<td headers="dt-
|
|
5712
|
-
<td headers="dt-
|
|
5713
|
-
<td headers="dt-
|
|
5714
|
-
<td headers="dt-
|
|
5709
|
+
<th rowspan="3" headers="dt-166-type dt-166-r1" id="dt-166-r1">Default</th>
|
|
5710
|
+
<td headers="dt-166-group dt-166-primary dt-166-r1">Lorem Ipsum</td>
|
|
5711
|
+
<td headers="dt-166-group dt-166-secondary dt-166-r1">Lorem Ipsum</td>
|
|
5712
|
+
<td headers="dt-166-details dt-166-before dt-166-r1">Lorem Ipsum</td>
|
|
5713
|
+
<td headers="dt-166-details dt-166-after dt-166-r1">Lorem Ipsum</td>
|
|
5714
|
+
<td headers="dt-166-id">OL-53-GHSLE</td>
|
|
5715
5715
|
</tr>
|
|
5716
5716
|
<tr>
|
|
5717
|
-
<td headers="dt-
|
|
5718
|
-
<td headers="dt-
|
|
5719
|
-
<td headers="dt-
|
|
5720
|
-
<td headers="dt-
|
|
5721
|
-
<td headers="dt-
|
|
5717
|
+
<td headers="dt-166-group dt-166-primary dt-166-r1">Lorem Ipsum</td>
|
|
5718
|
+
<td headers="dt-166-group dt-166-secondary dt-166-r1">Lorem Ipsum</td>
|
|
5719
|
+
<td headers="dt-166-details dt-166-before dt-166-r1">Lorem Ipsum</td>
|
|
5720
|
+
<td headers="dt-166-details dt-166-after dt-166-r1">Lorem Ipsum</td>
|
|
5721
|
+
<td headers="dt-166-id">OL-53-GHSLE</td>
|
|
5722
5722
|
</tr>
|
|
5723
5723
|
<tr>
|
|
5724
|
-
<td headers="dt-
|
|
5725
|
-
<td headers="dt-
|
|
5726
|
-
<td headers="dt-
|
|
5727
|
-
<td headers="dt-
|
|
5728
|
-
<td headers="dt-
|
|
5724
|
+
<td headers="dt-166-group dt-166-primary dt-166-r1">Lorem Ipsum</td>
|
|
5725
|
+
<td headers="dt-166-group dt-166-secondary dt-166-r1">Lorem Ipsum</td>
|
|
5726
|
+
<td headers="dt-166-details dt-166-before dt-166-r1">Lorem Ipsum</td>
|
|
5727
|
+
<td headers="dt-166-details dt-166-after dt-166-r1">Lorem Ipsum</td>
|
|
5728
|
+
<td headers="dt-166-id">OL-53-GHSLE</td>
|
|
5729
5729
|
</tr>
|
|
5730
5730
|
</tbody>
|
|
5731
5731
|
</table>
|
|
5732
5732
|
<h2 class="h2">Large-header Table</h2>
|
|
5733
|
-
<table class="data-table data-table--large-header" id="dt-
|
|
5733
|
+
<table class="data-table data-table--large-header" id="dt-167">
|
|
5734
5734
|
<caption>
|
|
5735
5735
|
This Is The Table's Caption
|
|
5736
5736
|
</caption>
|
|
5737
5737
|
<thead>
|
|
5738
5738
|
<tr>
|
|
5739
|
-
<th id="dt-
|
|
5740
|
-
<th id="dt-
|
|
5741
|
-
<th id="dt-
|
|
5742
|
-
<th id="dt-
|
|
5739
|
+
<th id="dt-167-type" rowspan="2">Type</th>
|
|
5740
|
+
<th id="dt-167-group" colspan="2">Group</th>
|
|
5741
|
+
<th id="dt-167-details" colspan="2">Details</th>
|
|
5742
|
+
<th id="dt-167-id" rowspan="2">Id</th>
|
|
5743
5743
|
</tr>
|
|
5744
5744
|
<tr>
|
|
5745
|
-
<th headers="dt-
|
|
5746
|
-
<th headers="dt-
|
|
5747
|
-
<th headers="dt-
|
|
5748
|
-
<th headers="dt-
|
|
5745
|
+
<th headers="dt-167-group" id="dt-167-primary">Primary</th>
|
|
5746
|
+
<th headers="dt-167-group" id="dt-167-secondary">Secondary</th>
|
|
5747
|
+
<th headers="dt-167-details" id="dt-167-before">Before Task</th>
|
|
5748
|
+
<th headers="dt-167-details" id="dt-167-after">After Task</th>
|
|
5749
5749
|
</tr>
|
|
5750
5750
|
</thead>
|
|
5751
5751
|
<tbody>
|
|
5752
5752
|
<tr>
|
|
5753
|
-
<th rowspan="3" headers="dt-
|
|
5754
|
-
<td headers="dt-
|
|
5755
|
-
<td headers="dt-
|
|
5756
|
-
<td headers="dt-
|
|
5757
|
-
<td headers="dt-
|
|
5758
|
-
<td headers="dt-
|
|
5753
|
+
<th rowspan="3" headers="dt-167-type dt-167-r1" id="dt-167-r1">Default</th>
|
|
5754
|
+
<td headers="dt-167-group dt-167-primary dt-167-r1">Lorem Ipsum</td>
|
|
5755
|
+
<td headers="dt-167-group dt-167-secondary dt-167-r1">Lorem Ipsum</td>
|
|
5756
|
+
<td headers="dt-167-details dt-167-before dt-167-r1">Lorem Ipsum</td>
|
|
5757
|
+
<td headers="dt-167-details dt-167-after dt-167-r1">Lorem Ipsum</td>
|
|
5758
|
+
<td headers="dt-167-id">OL-53-GHSLE</td>
|
|
5759
5759
|
</tr>
|
|
5760
5760
|
<tr>
|
|
5761
|
-
<td headers="dt-
|
|
5762
|
-
<td headers="dt-
|
|
5763
|
-
<td headers="dt-
|
|
5764
|
-
<td headers="dt-
|
|
5765
|
-
<td headers="dt-
|
|
5761
|
+
<td headers="dt-167-group dt-167-primary dt-167-r1">Lorem Ipsum</td>
|
|
5762
|
+
<td headers="dt-167-group dt-167-secondary dt-167-r1">Lorem Ipsum</td>
|
|
5763
|
+
<td headers="dt-167-details dt-167-before dt-167-r1">Lorem Ipsum</td>
|
|
5764
|
+
<td headers="dt-167-details dt-167-after dt-167-r1">Lorem Ipsum</td>
|
|
5765
|
+
<td headers="dt-167-id">OL-53-GHSLE</td>
|
|
5766
5766
|
</tr>
|
|
5767
5767
|
<tr>
|
|
5768
|
-
<td headers="dt-
|
|
5769
|
-
<td headers="dt-
|
|
5770
|
-
<td headers="dt-
|
|
5771
|
-
<td headers="dt-
|
|
5772
|
-
<td headers="dt-
|
|
5768
|
+
<td headers="dt-167-group dt-167-primary dt-167-r1">Lorem Ipsum</td>
|
|
5769
|
+
<td headers="dt-167-group dt-167-secondary dt-167-r1">Lorem Ipsum</td>
|
|
5770
|
+
<td headers="dt-167-details dt-167-before dt-167-r1">Lorem Ipsum</td>
|
|
5771
|
+
<td headers="dt-167-details dt-167-after dt-167-r1">Lorem Ipsum</td>
|
|
5772
|
+
<td headers="dt-167-id">OL-53-GHSLE</td>
|
|
5773
5773
|
</tr>
|
|
5774
5774
|
</tbody>
|
|
5775
5775
|
</table>
|
|
5776
5776
|
<h2 class="h2">No-border Table</h2>
|
|
5777
|
-
<table class="data-table data-table--no-border" id="dt-
|
|
5777
|
+
<table class="data-table data-table--no-border" id="dt-168">
|
|
5778
5778
|
<caption>
|
|
5779
5779
|
This Is The Table's Caption
|
|
5780
5780
|
</caption>
|
|
5781
5781
|
<thead>
|
|
5782
5782
|
<tr>
|
|
5783
|
-
<th id="dt-
|
|
5784
|
-
<th id="dt-
|
|
5785
|
-
<th id="dt-
|
|
5786
|
-
<th id="dt-
|
|
5783
|
+
<th id="dt-168-type" rowspan="2">Type</th>
|
|
5784
|
+
<th id="dt-168-group" colspan="2">Group</th>
|
|
5785
|
+
<th id="dt-168-details" colspan="2">Details</th>
|
|
5786
|
+
<th id="dt-168-id" rowspan="2">Id</th>
|
|
5787
5787
|
</tr>
|
|
5788
5788
|
<tr>
|
|
5789
|
-
<th headers="dt-
|
|
5790
|
-
<th headers="dt-
|
|
5791
|
-
<th headers="dt-
|
|
5792
|
-
<th headers="dt-
|
|
5789
|
+
<th headers="dt-168-group" id="dt-168-primary">Primary</th>
|
|
5790
|
+
<th headers="dt-168-group" id="dt-168-secondary">Secondary</th>
|
|
5791
|
+
<th headers="dt-168-details" id="dt-168-before">Before Task</th>
|
|
5792
|
+
<th headers="dt-168-details" id="dt-168-after">After Task</th>
|
|
5793
5793
|
</tr>
|
|
5794
5794
|
</thead>
|
|
5795
5795
|
<tbody>
|
|
5796
5796
|
<tr>
|
|
5797
|
-
<th rowspan="3" headers="dt-
|
|
5798
|
-
<td headers="dt-
|
|
5799
|
-
<td headers="dt-
|
|
5800
|
-
<td headers="dt-
|
|
5801
|
-
<td headers="dt-
|
|
5802
|
-
<td headers="dt-
|
|
5797
|
+
<th rowspan="3" headers="dt-168-type dt-168-r1" id="dt-168-r1">Default</th>
|
|
5798
|
+
<td headers="dt-168-group dt-168-primary dt-168-r1">Lorem Ipsum</td>
|
|
5799
|
+
<td headers="dt-168-group dt-168-secondary dt-168-r1">Lorem Ipsum</td>
|
|
5800
|
+
<td headers="dt-168-details dt-168-before dt-168-r1">Lorem Ipsum</td>
|
|
5801
|
+
<td headers="dt-168-details dt-168-after dt-168-r1">Lorem Ipsum</td>
|
|
5802
|
+
<td headers="dt-168-id">OL-53-GHSLE</td>
|
|
5803
5803
|
</tr>
|
|
5804
5804
|
<tr>
|
|
5805
|
-
<td headers="dt-
|
|
5806
|
-
<td headers="dt-
|
|
5807
|
-
<td headers="dt-
|
|
5808
|
-
<td headers="dt-
|
|
5809
|
-
<td headers="dt-
|
|
5805
|
+
<td headers="dt-168-group dt-168-primary dt-168-r1">Lorem Ipsum</td>
|
|
5806
|
+
<td headers="dt-168-group dt-168-secondary dt-168-r1">Lorem Ipsum</td>
|
|
5807
|
+
<td headers="dt-168-details dt-168-before dt-168-r1">Lorem Ipsum</td>
|
|
5808
|
+
<td headers="dt-168-details dt-168-after dt-168-r1">Lorem Ipsum</td>
|
|
5809
|
+
<td headers="dt-168-id">OL-53-GHSLE</td>
|
|
5810
5810
|
</tr>
|
|
5811
5811
|
<tr>
|
|
5812
|
-
<td headers="dt-
|
|
5813
|
-
<td headers="dt-
|
|
5814
|
-
<td headers="dt-
|
|
5815
|
-
<td headers="dt-
|
|
5816
|
-
<td headers="dt-
|
|
5812
|
+
<td headers="dt-168-group dt-168-primary dt-168-r1">Lorem Ipsum</td>
|
|
5813
|
+
<td headers="dt-168-group dt-168-secondary dt-168-r1">Lorem Ipsum</td>
|
|
5814
|
+
<td headers="dt-168-details dt-168-before dt-168-r1">Lorem Ipsum</td>
|
|
5815
|
+
<td headers="dt-168-details dt-168-after dt-168-r1">Lorem Ipsum</td>
|
|
5816
|
+
<td headers="dt-168-id">OL-53-GHSLE</td>
|
|
5817
5817
|
</tr>
|
|
5818
5818
|
</tbody>
|
|
5819
5819
|
</table>
|