@ulu/frontend 0.1.0-beta.54 → 0.1.0-beta.56
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/assets/main.js +7747 -503
- package/docs-dev/assets/style.css +221 -166
- package/docs-dev/changelog/index.html +12 -0
- package/docs-dev/demos/card/index.html +16 -16
- package/docs-dev/demos/data-table/index.html +100 -100
- package/docs-dev/sass/components/counter-list/index.html +8 -8
- package/package.json +1 -1
- package/scss/components/_counter-list.scss +50 -46
- package/types/ui/index.d.ts +1 -1
- package/types/utils/index.d.ts +1 -1
- package/docs-dev/changelog/updates-and-changes/index.html +0 -5109
- package/docs-dev/demos/card-new/index.html +0 -5088
- package/docs-dev/demos/card-old/index.html +0 -5223
- package/docs-dev/demos/card.1/index.html +0 -5223
- package/docs-dev/demos/card.TRASH/index.html +0 -5541
- package/docs-dev/demos/list-inline.1/index.html +0 -4727
- package/docs-dev/guide/updates-and-changes/index.html +0 -5033
|
@@ -5166,6 +5166,9 @@
|
|
|
5166
5166
|
<div class="toc">
|
|
5167
5167
|
<ol>
|
|
5168
5168
|
|
|
5169
|
+
<li><a href="#version-0.1.0-beta.54">Version 0.1.0-beta.54</a>
|
|
5170
|
+
</li>
|
|
5171
|
+
|
|
5169
5172
|
<li><a href="#version-0.1.0-beta.53">Version 0.1.0-beta.53</a>
|
|
5170
5173
|
</li>
|
|
5171
5174
|
|
|
@@ -5382,6 +5385,15 @@
|
|
|
5382
5385
|
|
|
5383
5386
|
<div class="changelog">
|
|
5384
5387
|
<h1 id="change-log" tabindex="-1">Change Log</h1>
|
|
5388
|
+
<h2 id="version-0.1.0-beta.54" tabindex="-1">Version 0.1.0-beta.54</h2>
|
|
5389
|
+
<ul>
|
|
5390
|
+
<li><strong>js/ui/modal-builder</strong>
|
|
5391
|
+
<ul>
|
|
5392
|
+
<li>Add option for titleClass</li>
|
|
5393
|
+
<li>Fill in jsdoc documentation for defaults</li>
|
|
5394
|
+
</ul>
|
|
5395
|
+
</li>
|
|
5396
|
+
</ul>
|
|
5385
5397
|
<h2 id="version-0.1.0-beta.53" tabindex="-1">Version 0.1.0-beta.53</h2>
|
|
5386
5398
|
<ul>
|
|
5387
5399
|
<li><strong>scss/components/slider</strong>
|
|
@@ -5184,60 +5184,60 @@
|
|
|
5184
5184
|
<legend>Elements Visible</legend>
|
|
5185
5185
|
<div>
|
|
5186
5186
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5187
|
-
<input type="checkbox" id="live-demo-id-
|
|
5188
|
-
<label for="live-demo-id-
|
|
5187
|
+
<input type="checkbox" id="live-demo-id-33" name="title" checked="">
|
|
5188
|
+
<label for="live-demo-id-33">
|
|
5189
5189
|
Title
|
|
5190
5190
|
</label>
|
|
5191
5191
|
</div>
|
|
5192
5192
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5193
|
-
<input type="checkbox" id="live-demo-id-
|
|
5194
|
-
<label for="live-demo-id-
|
|
5193
|
+
<input type="checkbox" id="live-demo-id-34" name="body" checked="">
|
|
5194
|
+
<label for="live-demo-id-34">
|
|
5195
5195
|
Body
|
|
5196
5196
|
</label>
|
|
5197
5197
|
</div>
|
|
5198
5198
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5199
|
-
<input type="checkbox" id="live-demo-id-
|
|
5200
|
-
<label for="live-demo-id-
|
|
5199
|
+
<input type="checkbox" id="live-demo-id-35" name="content" checked="">
|
|
5200
|
+
<label for="live-demo-id-35">
|
|
5201
5201
|
Content
|
|
5202
5202
|
</label>
|
|
5203
5203
|
</div>
|
|
5204
5204
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5205
|
-
<input type="checkbox" id="live-demo-id-
|
|
5206
|
-
<label for="live-demo-id-
|
|
5205
|
+
<input type="checkbox" id="live-demo-id-36" name="aside" checked="">
|
|
5206
|
+
<label for="live-demo-id-36">
|
|
5207
5207
|
Aside
|
|
5208
5208
|
</label>
|
|
5209
5209
|
</div>
|
|
5210
5210
|
<div class="form-theme__item form-theme__item--checkbox">
|
|
5211
|
-
<input type="checkbox" id="live-demo-id-
|
|
5212
|
-
<label for="live-demo-id-
|
|
5211
|
+
<input type="checkbox" id="live-demo-id-37" name="footer" checked="">
|
|
5212
|
+
<label for="live-demo-id-37">
|
|
5213
5213
|
Footer
|
|
5214
5214
|
</label>
|
|
5215
5215
|
</div>
|
|
5216
5216
|
</div>
|
|
5217
5217
|
</fieldset>
|
|
5218
5218
|
<div class="form-theme__item form-theme__item--select">
|
|
5219
|
-
<label for="live-demo-id-
|
|
5219
|
+
<label for="live-demo-id-38">
|
|
5220
5220
|
Action
|
|
5221
5221
|
<span class="fas fa-info-circle" data-ulu-tooltip="Proxy click only works when title is present"></span>
|
|
5222
5222
|
</label>
|
|
5223
|
-
<select id="live-demo-id-
|
|
5223
|
+
<select id="live-demo-id-38" name="action">
|
|
5224
5224
|
<option value="">None</option>,<option value="link">Card is Link</option>,<option value="proxy">Proxy Click</option>
|
|
5225
5225
|
</select>
|
|
5226
5226
|
</div>
|
|
5227
5227
|
<div class="form-theme__item form-theme__item--select">
|
|
5228
|
-
<label for="live-demo-id-
|
|
5228
|
+
<label for="live-demo-id-39">
|
|
5229
5229
|
Media
|
|
5230
5230
|
</label>
|
|
5231
|
-
<select id="live-demo-id-
|
|
5231
|
+
<select id="live-demo-id-39" name="media">
|
|
5232
5232
|
<option value="icon">Icon</option>,<option value="image">Image</option>,<option value="imageFit">Image (fit)</option>,<option value="none">No Image</option>
|
|
5233
5233
|
</select>
|
|
5234
5234
|
</div>
|
|
5235
5235
|
<div class="form-theme__item form-theme__item--select">
|
|
5236
|
-
<label for="live-demo-id-
|
|
5236
|
+
<label for="live-demo-id-40">
|
|
5237
5237
|
Layout
|
|
5238
5238
|
<span class="fas fa-info-circle" data-ulu-tooltip="Overlay is not compatible with 'Icon' and 'No Image' options"></span>
|
|
5239
5239
|
</label>
|
|
5240
|
-
<select id="live-demo-id-
|
|
5240
|
+
<select id="live-demo-id-40" name="layout">
|
|
5241
5241
|
<option value="">Default</option>,<option value="horizontal">Horizontal</option>,<option value="horizontalCenter">Horizontal Center</option>,<option value="overlay">Overlay</option>
|
|
5242
5242
|
</select>
|
|
5243
5243
|
</div>
|
|
@@ -5222,178 +5222,178 @@
|
|
|
5222
5222
|
</table>
|
|
5223
5223
|
<h2 class="h2">Complex Table</h2>
|
|
5224
5224
|
<h2 class="h2">Striped Table</h2>
|
|
5225
|
-
<table class="data-table data-table--striped" id="dt-
|
|
5225
|
+
<table class="data-table data-table--striped" id="dt-17">
|
|
5226
5226
|
<caption>
|
|
5227
5227
|
This Is The Table's Caption
|
|
5228
5228
|
</caption>
|
|
5229
5229
|
<thead>
|
|
5230
5230
|
<tr>
|
|
5231
|
-
<th id="dt-
|
|
5232
|
-
<th id="dt-
|
|
5233
|
-
<th id="dt-
|
|
5234
|
-
<th id="dt-
|
|
5231
|
+
<th id="dt-17-type" rowspan="2">Type</th>
|
|
5232
|
+
<th id="dt-17-group" colspan="2">Group</th>
|
|
5233
|
+
<th id="dt-17-details" colspan="2">Details</th>
|
|
5234
|
+
<th id="dt-17-id" rowspan="2">Id</th>
|
|
5235
5235
|
</tr>
|
|
5236
5236
|
<tr>
|
|
5237
|
-
<th headers="dt-
|
|
5238
|
-
<th headers="dt-
|
|
5239
|
-
<th headers="dt-
|
|
5240
|
-
<th headers="dt-
|
|
5237
|
+
<th headers="dt-17-group" id="dt-17-primary">Primary</th>
|
|
5238
|
+
<th headers="dt-17-group" id="dt-17-secondary">Secondary</th>
|
|
5239
|
+
<th headers="dt-17-details" id="dt-17-before">Before Task</th>
|
|
5240
|
+
<th headers="dt-17-details" id="dt-17-after">After Task</th>
|
|
5241
5241
|
</tr>
|
|
5242
5242
|
</thead>
|
|
5243
5243
|
<tbody>
|
|
5244
5244
|
<tr>
|
|
5245
|
-
<th rowspan="3" headers="dt-
|
|
5246
|
-
<td headers="dt-
|
|
5247
|
-
<td headers="dt-
|
|
5248
|
-
<td headers="dt-
|
|
5249
|
-
<td headers="dt-
|
|
5250
|
-
<td headers="dt-
|
|
5245
|
+
<th rowspan="3" headers="dt-17-type dt-17-r1" id="dt-17-r1">Default</th>
|
|
5246
|
+
<td headers="dt-17-group dt-17-primary dt-17-r1">Lorem Ipsum</td>
|
|
5247
|
+
<td headers="dt-17-group dt-17-secondary dt-17-r1">Lorem Ipsum</td>
|
|
5248
|
+
<td headers="dt-17-details dt-17-before dt-17-r1">Lorem Ipsum</td>
|
|
5249
|
+
<td headers="dt-17-details dt-17-after dt-17-r1">Lorem Ipsum</td>
|
|
5250
|
+
<td headers="dt-17-id">OL-53-GHSLE</td>
|
|
5251
5251
|
</tr>
|
|
5252
5252
|
<tr>
|
|
5253
|
-
<td headers="dt-
|
|
5254
|
-
<td headers="dt-
|
|
5255
|
-
<td headers="dt-
|
|
5256
|
-
<td headers="dt-
|
|
5257
|
-
<td headers="dt-
|
|
5253
|
+
<td headers="dt-17-group dt-17-primary dt-17-r1">Lorem Ipsum</td>
|
|
5254
|
+
<td headers="dt-17-group dt-17-secondary dt-17-r1">Lorem Ipsum</td>
|
|
5255
|
+
<td headers="dt-17-details dt-17-before dt-17-r1">Lorem Ipsum</td>
|
|
5256
|
+
<td headers="dt-17-details dt-17-after dt-17-r1">Lorem Ipsum</td>
|
|
5257
|
+
<td headers="dt-17-id">OL-53-GHSLE</td>
|
|
5258
5258
|
</tr>
|
|
5259
5259
|
<tr>
|
|
5260
|
-
<td headers="dt-
|
|
5261
|
-
<td headers="dt-
|
|
5262
|
-
<td headers="dt-
|
|
5263
|
-
<td headers="dt-
|
|
5264
|
-
<td headers="dt-
|
|
5260
|
+
<td headers="dt-17-group dt-17-primary dt-17-r1">Lorem Ipsum</td>
|
|
5261
|
+
<td headers="dt-17-group dt-17-secondary dt-17-r1">Lorem Ipsum</td>
|
|
5262
|
+
<td headers="dt-17-details dt-17-before dt-17-r1">Lorem Ipsum</td>
|
|
5263
|
+
<td headers="dt-17-details dt-17-after dt-17-r1">Lorem Ipsum</td>
|
|
5264
|
+
<td headers="dt-17-id">OL-53-GHSLE</td>
|
|
5265
5265
|
</tr>
|
|
5266
5266
|
</tbody>
|
|
5267
5267
|
</table>
|
|
5268
5268
|
<h2 class="h2">Large-first Table</h2>
|
|
5269
|
-
<table class="data-table data-table--large-first" id="dt-
|
|
5269
|
+
<table class="data-table data-table--large-first" id="dt-18">
|
|
5270
5270
|
<caption>
|
|
5271
5271
|
This Is The Table's Caption
|
|
5272
5272
|
</caption>
|
|
5273
5273
|
<thead>
|
|
5274
5274
|
<tr>
|
|
5275
|
-
<th id="dt-
|
|
5276
|
-
<th id="dt-
|
|
5277
|
-
<th id="dt-
|
|
5278
|
-
<th id="dt-
|
|
5275
|
+
<th id="dt-18-type" rowspan="2">Type</th>
|
|
5276
|
+
<th id="dt-18-group" colspan="2">Group</th>
|
|
5277
|
+
<th id="dt-18-details" colspan="2">Details</th>
|
|
5278
|
+
<th id="dt-18-id" rowspan="2">Id</th>
|
|
5279
5279
|
</tr>
|
|
5280
5280
|
<tr>
|
|
5281
|
-
<th headers="dt-
|
|
5282
|
-
<th headers="dt-
|
|
5283
|
-
<th headers="dt-
|
|
5284
|
-
<th headers="dt-
|
|
5281
|
+
<th headers="dt-18-group" id="dt-18-primary">Primary</th>
|
|
5282
|
+
<th headers="dt-18-group" id="dt-18-secondary">Secondary</th>
|
|
5283
|
+
<th headers="dt-18-details" id="dt-18-before">Before Task</th>
|
|
5284
|
+
<th headers="dt-18-details" id="dt-18-after">After Task</th>
|
|
5285
5285
|
</tr>
|
|
5286
5286
|
</thead>
|
|
5287
5287
|
<tbody>
|
|
5288
5288
|
<tr>
|
|
5289
|
-
<th rowspan="3" headers="dt-
|
|
5290
|
-
<td headers="dt-
|
|
5291
|
-
<td headers="dt-
|
|
5292
|
-
<td headers="dt-
|
|
5293
|
-
<td headers="dt-
|
|
5294
|
-
<td headers="dt-
|
|
5289
|
+
<th rowspan="3" headers="dt-18-type dt-18-r1" id="dt-18-r1">Default</th>
|
|
5290
|
+
<td headers="dt-18-group dt-18-primary dt-18-r1">Lorem Ipsum</td>
|
|
5291
|
+
<td headers="dt-18-group dt-18-secondary dt-18-r1">Lorem Ipsum</td>
|
|
5292
|
+
<td headers="dt-18-details dt-18-before dt-18-r1">Lorem Ipsum</td>
|
|
5293
|
+
<td headers="dt-18-details dt-18-after dt-18-r1">Lorem Ipsum</td>
|
|
5294
|
+
<td headers="dt-18-id">OL-53-GHSLE</td>
|
|
5295
5295
|
</tr>
|
|
5296
5296
|
<tr>
|
|
5297
|
-
<td headers="dt-
|
|
5298
|
-
<td headers="dt-
|
|
5299
|
-
<td headers="dt-
|
|
5300
|
-
<td headers="dt-
|
|
5301
|
-
<td headers="dt-
|
|
5297
|
+
<td headers="dt-18-group dt-18-primary dt-18-r1">Lorem Ipsum</td>
|
|
5298
|
+
<td headers="dt-18-group dt-18-secondary dt-18-r1">Lorem Ipsum</td>
|
|
5299
|
+
<td headers="dt-18-details dt-18-before dt-18-r1">Lorem Ipsum</td>
|
|
5300
|
+
<td headers="dt-18-details dt-18-after dt-18-r1">Lorem Ipsum</td>
|
|
5301
|
+
<td headers="dt-18-id">OL-53-GHSLE</td>
|
|
5302
5302
|
</tr>
|
|
5303
5303
|
<tr>
|
|
5304
|
-
<td headers="dt-
|
|
5305
|
-
<td headers="dt-
|
|
5306
|
-
<td headers="dt-
|
|
5307
|
-
<td headers="dt-
|
|
5308
|
-
<td headers="dt-
|
|
5304
|
+
<td headers="dt-18-group dt-18-primary dt-18-r1">Lorem Ipsum</td>
|
|
5305
|
+
<td headers="dt-18-group dt-18-secondary dt-18-r1">Lorem Ipsum</td>
|
|
5306
|
+
<td headers="dt-18-details dt-18-before dt-18-r1">Lorem Ipsum</td>
|
|
5307
|
+
<td headers="dt-18-details dt-18-after dt-18-r1">Lorem Ipsum</td>
|
|
5308
|
+
<td headers="dt-18-id">OL-53-GHSLE</td>
|
|
5309
5309
|
</tr>
|
|
5310
5310
|
</tbody>
|
|
5311
5311
|
</table>
|
|
5312
5312
|
<h2 class="h2">Large-header Table</h2>
|
|
5313
|
-
<table class="data-table data-table--large-header" id="dt-
|
|
5313
|
+
<table class="data-table data-table--large-header" id="dt-19">
|
|
5314
5314
|
<caption>
|
|
5315
5315
|
This Is The Table's Caption
|
|
5316
5316
|
</caption>
|
|
5317
5317
|
<thead>
|
|
5318
5318
|
<tr>
|
|
5319
|
-
<th id="dt-
|
|
5320
|
-
<th id="dt-
|
|
5321
|
-
<th id="dt-
|
|
5322
|
-
<th id="dt-
|
|
5319
|
+
<th id="dt-19-type" rowspan="2">Type</th>
|
|
5320
|
+
<th id="dt-19-group" colspan="2">Group</th>
|
|
5321
|
+
<th id="dt-19-details" colspan="2">Details</th>
|
|
5322
|
+
<th id="dt-19-id" rowspan="2">Id</th>
|
|
5323
5323
|
</tr>
|
|
5324
5324
|
<tr>
|
|
5325
|
-
<th headers="dt-
|
|
5326
|
-
<th headers="dt-
|
|
5327
|
-
<th headers="dt-
|
|
5328
|
-
<th headers="dt-
|
|
5325
|
+
<th headers="dt-19-group" id="dt-19-primary">Primary</th>
|
|
5326
|
+
<th headers="dt-19-group" id="dt-19-secondary">Secondary</th>
|
|
5327
|
+
<th headers="dt-19-details" id="dt-19-before">Before Task</th>
|
|
5328
|
+
<th headers="dt-19-details" id="dt-19-after">After Task</th>
|
|
5329
5329
|
</tr>
|
|
5330
5330
|
</thead>
|
|
5331
5331
|
<tbody>
|
|
5332
5332
|
<tr>
|
|
5333
|
-
<th rowspan="3" headers="dt-
|
|
5334
|
-
<td headers="dt-
|
|
5335
|
-
<td headers="dt-
|
|
5336
|
-
<td headers="dt-
|
|
5337
|
-
<td headers="dt-
|
|
5338
|
-
<td headers="dt-
|
|
5333
|
+
<th rowspan="3" headers="dt-19-type dt-19-r1" id="dt-19-r1">Default</th>
|
|
5334
|
+
<td headers="dt-19-group dt-19-primary dt-19-r1">Lorem Ipsum</td>
|
|
5335
|
+
<td headers="dt-19-group dt-19-secondary dt-19-r1">Lorem Ipsum</td>
|
|
5336
|
+
<td headers="dt-19-details dt-19-before dt-19-r1">Lorem Ipsum</td>
|
|
5337
|
+
<td headers="dt-19-details dt-19-after dt-19-r1">Lorem Ipsum</td>
|
|
5338
|
+
<td headers="dt-19-id">OL-53-GHSLE</td>
|
|
5339
5339
|
</tr>
|
|
5340
5340
|
<tr>
|
|
5341
|
-
<td headers="dt-
|
|
5342
|
-
<td headers="dt-
|
|
5343
|
-
<td headers="dt-
|
|
5344
|
-
<td headers="dt-
|
|
5345
|
-
<td headers="dt-
|
|
5341
|
+
<td headers="dt-19-group dt-19-primary dt-19-r1">Lorem Ipsum</td>
|
|
5342
|
+
<td headers="dt-19-group dt-19-secondary dt-19-r1">Lorem Ipsum</td>
|
|
5343
|
+
<td headers="dt-19-details dt-19-before dt-19-r1">Lorem Ipsum</td>
|
|
5344
|
+
<td headers="dt-19-details dt-19-after dt-19-r1">Lorem Ipsum</td>
|
|
5345
|
+
<td headers="dt-19-id">OL-53-GHSLE</td>
|
|
5346
5346
|
</tr>
|
|
5347
5347
|
<tr>
|
|
5348
|
-
<td headers="dt-
|
|
5349
|
-
<td headers="dt-
|
|
5350
|
-
<td headers="dt-
|
|
5351
|
-
<td headers="dt-
|
|
5352
|
-
<td headers="dt-
|
|
5348
|
+
<td headers="dt-19-group dt-19-primary dt-19-r1">Lorem Ipsum</td>
|
|
5349
|
+
<td headers="dt-19-group dt-19-secondary dt-19-r1">Lorem Ipsum</td>
|
|
5350
|
+
<td headers="dt-19-details dt-19-before dt-19-r1">Lorem Ipsum</td>
|
|
5351
|
+
<td headers="dt-19-details dt-19-after dt-19-r1">Lorem Ipsum</td>
|
|
5352
|
+
<td headers="dt-19-id">OL-53-GHSLE</td>
|
|
5353
5353
|
</tr>
|
|
5354
5354
|
</tbody>
|
|
5355
5355
|
</table>
|
|
5356
5356
|
<h2 class="h2">No-border Table</h2>
|
|
5357
|
-
<table class="data-table data-table--no-border" id="dt-
|
|
5357
|
+
<table class="data-table data-table--no-border" id="dt-20">
|
|
5358
5358
|
<caption>
|
|
5359
5359
|
This Is The Table's Caption
|
|
5360
5360
|
</caption>
|
|
5361
5361
|
<thead>
|
|
5362
5362
|
<tr>
|
|
5363
|
-
<th id="dt-
|
|
5364
|
-
<th id="dt-
|
|
5365
|
-
<th id="dt-
|
|
5366
|
-
<th id="dt-
|
|
5363
|
+
<th id="dt-20-type" rowspan="2">Type</th>
|
|
5364
|
+
<th id="dt-20-group" colspan="2">Group</th>
|
|
5365
|
+
<th id="dt-20-details" colspan="2">Details</th>
|
|
5366
|
+
<th id="dt-20-id" rowspan="2">Id</th>
|
|
5367
5367
|
</tr>
|
|
5368
5368
|
<tr>
|
|
5369
|
-
<th headers="dt-
|
|
5370
|
-
<th headers="dt-
|
|
5371
|
-
<th headers="dt-
|
|
5372
|
-
<th headers="dt-
|
|
5369
|
+
<th headers="dt-20-group" id="dt-20-primary">Primary</th>
|
|
5370
|
+
<th headers="dt-20-group" id="dt-20-secondary">Secondary</th>
|
|
5371
|
+
<th headers="dt-20-details" id="dt-20-before">Before Task</th>
|
|
5372
|
+
<th headers="dt-20-details" id="dt-20-after">After Task</th>
|
|
5373
5373
|
</tr>
|
|
5374
5374
|
</thead>
|
|
5375
5375
|
<tbody>
|
|
5376
5376
|
<tr>
|
|
5377
|
-
<th rowspan="3" headers="dt-
|
|
5378
|
-
<td headers="dt-
|
|
5379
|
-
<td headers="dt-
|
|
5380
|
-
<td headers="dt-
|
|
5381
|
-
<td headers="dt-
|
|
5382
|
-
<td headers="dt-
|
|
5377
|
+
<th rowspan="3" headers="dt-20-type dt-20-r1" id="dt-20-r1">Default</th>
|
|
5378
|
+
<td headers="dt-20-group dt-20-primary dt-20-r1">Lorem Ipsum</td>
|
|
5379
|
+
<td headers="dt-20-group dt-20-secondary dt-20-r1">Lorem Ipsum</td>
|
|
5380
|
+
<td headers="dt-20-details dt-20-before dt-20-r1">Lorem Ipsum</td>
|
|
5381
|
+
<td headers="dt-20-details dt-20-after dt-20-r1">Lorem Ipsum</td>
|
|
5382
|
+
<td headers="dt-20-id">OL-53-GHSLE</td>
|
|
5383
5383
|
</tr>
|
|
5384
5384
|
<tr>
|
|
5385
|
-
<td headers="dt-
|
|
5386
|
-
<td headers="dt-
|
|
5387
|
-
<td headers="dt-
|
|
5388
|
-
<td headers="dt-
|
|
5389
|
-
<td headers="dt-
|
|
5385
|
+
<td headers="dt-20-group dt-20-primary dt-20-r1">Lorem Ipsum</td>
|
|
5386
|
+
<td headers="dt-20-group dt-20-secondary dt-20-r1">Lorem Ipsum</td>
|
|
5387
|
+
<td headers="dt-20-details dt-20-before dt-20-r1">Lorem Ipsum</td>
|
|
5388
|
+
<td headers="dt-20-details dt-20-after dt-20-r1">Lorem Ipsum</td>
|
|
5389
|
+
<td headers="dt-20-id">OL-53-GHSLE</td>
|
|
5390
5390
|
</tr>
|
|
5391
5391
|
<tr>
|
|
5392
|
-
<td headers="dt-
|
|
5393
|
-
<td headers="dt-
|
|
5394
|
-
<td headers="dt-
|
|
5395
|
-
<td headers="dt-
|
|
5396
|
-
<td headers="dt-
|
|
5392
|
+
<td headers="dt-20-group dt-20-primary dt-20-r1">Lorem Ipsum</td>
|
|
5393
|
+
<td headers="dt-20-group dt-20-secondary dt-20-r1">Lorem Ipsum</td>
|
|
5394
|
+
<td headers="dt-20-details dt-20-before dt-20-r1">Lorem Ipsum</td>
|
|
5395
|
+
<td headers="dt-20-details dt-20-after dt-20-r1">Lorem Ipsum</td>
|
|
5396
|
+
<td headers="dt-20-id">OL-53-GHSLE</td>
|
|
5397
5397
|
</tr>
|
|
5398
5398
|
</tbody>
|
|
5399
5399
|
</table>
|
|
@@ -5255,14 +5255,14 @@
|
|
|
5255
5255
|
<tr>
|
|
5256
5256
|
<td style="text-align:left">margin</td>
|
|
5257
5257
|
<td style="text-align:left">List</td>
|
|
5258
|
+
<td style="text-align:left">CssUnit</td>
|
|
5258
5259
|
<td style="text-align:left">(2rem 0)</td>
|
|
5259
|
-
<td style="text-align:left">The top and bottom margin of the list.</td>
|
|
5260
5260
|
</tr>
|
|
5261
5261
|
<tr>
|
|
5262
5262
|
<td style="text-align:left">item-margin</td>
|
|
5263
5263
|
<td style="text-align:left">List</td>
|
|
5264
|
+
<td style="text-align:left">CssUnit</td>
|
|
5264
5265
|
<td style="text-align:left">(0, 0, 1rem, 0)</td>
|
|
5265
|
-
<td style="text-align:left">The margin applied to each list item.</td>
|
|
5266
5266
|
</tr>
|
|
5267
5267
|
<tr>
|
|
5268
5268
|
<td style="text-align:left">align-items</td>
|
|
@@ -5272,19 +5272,19 @@
|
|
|
5272
5272
|
</tr>
|
|
5273
5273
|
<tr>
|
|
5274
5274
|
<td style="text-align:left">counter-width</td>
|
|
5275
|
-
<td style="text-align:left">
|
|
5275
|
+
<td style="text-align:left">CssUnit</td>
|
|
5276
5276
|
<td style="text-align:left">2.4em</td>
|
|
5277
5277
|
<td style="text-align:left">The width and height (if height is falsy)</td>
|
|
5278
5278
|
</tr>
|
|
5279
5279
|
<tr>
|
|
5280
5280
|
<td style="text-align:left">counter-height</td>
|
|
5281
|
-
<td style="text-align:left">
|
|
5281
|
+
<td style="text-align:left">CssUnit</td>
|
|
5282
5282
|
<td style="text-align:left">null</td>
|
|
5283
5283
|
<td style="text-align:left">The height (optional)</td>
|
|
5284
5284
|
</tr>
|
|
5285
5285
|
<tr>
|
|
5286
5286
|
<td style="text-align:left">counter-gap</td>
|
|
5287
|
-
<td style="text-align:left">
|
|
5287
|
+
<td style="text-align:left">CssUnit</td>
|
|
5288
5288
|
<td style="text-align:left">1em</td>
|
|
5289
5289
|
<td style="text-align:left">The gap between the counter and the list item content.</td>
|
|
5290
5290
|
</tr>
|
|
@@ -5302,21 +5302,21 @@
|
|
|
5302
5302
|
</tr>
|
|
5303
5303
|
<tr>
|
|
5304
5304
|
<td style="text-align:left">counter-font-size</td>
|
|
5305
|
-
<td style="text-align:left">
|
|
5305
|
+
<td style="text-align:left">CssUnit</td>
|
|
5306
5306
|
<td style="text-align:left">1.2em</td>
|
|
5307
5307
|
<td style="text-align:left">The font-size of the counter text.</td>
|
|
5308
5308
|
</tr>
|
|
5309
5309
|
<tr>
|
|
5310
5310
|
<td style="text-align:left">counter-color</td>
|
|
5311
|
+
<td style="text-align:left">Color</td>
|
|
5311
5312
|
<td style="text-align:left">String</td>
|
|
5312
5313
|
<td style="text-align:left">white</td>
|
|
5313
|
-
<td style="text-align:left">The text color of the counter. Accepts color names or hex codes.</td>
|
|
5314
5314
|
</tr>
|
|
5315
5315
|
<tr>
|
|
5316
5316
|
<td style="text-align:left">counter-background-color</td>
|
|
5317
|
+
<td style="text-align:left">Color</td>
|
|
5317
5318
|
<td style="text-align:left">String</td>
|
|
5318
5319
|
<td style="text-align:left">"accent"</td>
|
|
5319
|
-
<td style="text-align:left">The background color of the counter. Refers to a color in the color module.</td>
|
|
5320
5320
|
</tr>
|
|
5321
5321
|
</tbody>
|
|
5322
5322
|
</table>
|
package/package.json
CHANGED
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
|
|
11
11
|
/// Module Settings
|
|
12
12
|
/// @type Map
|
|
13
|
-
/// @prop {List} margin [(2rem 0)] The top and bottom margin of the list.
|
|
14
|
-
/// @prop {List} item-margin [(0, 0, 1rem, 0)] The margin applied to each list item.
|
|
13
|
+
/// @prop {List|CssUnit} margin [(2rem 0)] The top and bottom margin of the list.
|
|
14
|
+
/// @prop {List|CssUnit} item-margin [(0, 0, 1rem, 0)] The margin applied to each list item.
|
|
15
15
|
/// @prop {Keyword} align-items [baseline] How to align the counter (flexbox align-items values)
|
|
16
|
-
/// @prop {
|
|
17
|
-
/// @prop {
|
|
18
|
-
/// @prop {
|
|
16
|
+
/// @prop {CssUnit} counter-width [2.4em] The width and height (if height is falsy)
|
|
17
|
+
/// @prop {CssUnit} counter-height [null] The height (optional)
|
|
18
|
+
/// @prop {CssUnit} counter-gap [1em] The gap between the counter and the list item content.
|
|
19
19
|
/// @prop {String} counter-style [numeric] The list-style-type used for the counter.
|
|
20
20
|
/// @prop {Keyword|Percentage} counter-border-radius [50%] The border-radius of the counter element.
|
|
21
|
-
/// @prop {
|
|
22
|
-
/// @prop {String} counter-color [white] The text color of the counter. Accepts color names or hex codes.
|
|
23
|
-
/// @prop {String} counter-background-color ["accent"] The background color of the counter. Refers to a color in the color module.
|
|
21
|
+
/// @prop {CssUnit} counter-font-size [1.2em] The font-size of the counter text.
|
|
22
|
+
/// @prop {Color|String} counter-color [white] The text color of the counter. Accepts color names or hex codes.
|
|
23
|
+
/// @prop {Color|String} counter-background-color ["accent"] The background color of the counter. Refers to a color in the color module.
|
|
24
24
|
|
|
25
25
|
$config: (
|
|
26
26
|
"margin" : (2rem 0),
|
|
@@ -32,6 +32,8 @@ $config: (
|
|
|
32
32
|
"counter-style" : numeric,
|
|
33
33
|
"counter-border-radius" : 50%,
|
|
34
34
|
"counter-font-size" : 1.2em,
|
|
35
|
+
"counter-font-weight" : null,
|
|
36
|
+
"counter-font-family" : null,
|
|
35
37
|
"counter-color" : white,
|
|
36
38
|
"counter-background-color" : "accent",
|
|
37
39
|
) !default;
|
|
@@ -71,47 +73,49 @@ $config: (
|
|
|
71
73
|
#{ $prefix } {
|
|
72
74
|
margin: get("margin");
|
|
73
75
|
counter-reset: ulu-counter-list;
|
|
76
|
+
}
|
|
74
77
|
|
|
75
|
-
|
|
76
|
-
|
|
78
|
+
#{ $prefix } > li,
|
|
79
|
+
#{ $prefix }__item {
|
|
80
|
+
display: flex;
|
|
81
|
+
gap: get("counter-gap");
|
|
82
|
+
align-items: get("align-items");
|
|
83
|
+
margin: get("item-margin");
|
|
84
|
+
min-height: $height;
|
|
85
|
+
&::before {
|
|
77
86
|
display: flex;
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
font-size: get("counter-font-size");
|
|
92
|
-
color: color.get(get("counter-color"));
|
|
93
|
-
background-color: color.get(get("counter-background-color"));
|
|
94
|
-
border-radius: get("counter-border-radius");
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// Keeping this could be useful
|
|
98
|
-
// but we need to think about how its setup
|
|
99
|
-
// - Probably should be a modifier (choice)
|
|
100
|
-
// - May need either option for how align-items is set (flex-start vs center)
|
|
101
|
-
// - This could be useful when used in grid
|
|
102
|
-
// - May need to be pervasive and not linked to a breakpoint (alternate style)
|
|
103
|
-
// - It's also just useful to know you could override the layout like this
|
|
104
|
-
// to get useful variations (maybe we don't need to include it but users
|
|
105
|
-
// can do specific)
|
|
106
|
-
// @if ( get("counter-mobile-toggle") ) {
|
|
107
|
-
// @include breakpoint.max("small") {
|
|
108
|
-
// padding-left: 0;
|
|
109
|
-
// padding-top: calc(get("counter-width") + get("counter-gap-mobile"));
|
|
110
|
-
// flex-direction: column;
|
|
111
|
-
// align-items: center;
|
|
112
|
-
// }
|
|
113
|
-
// }
|
|
87
|
+
align-items: center;
|
|
88
|
+
justify-content: center;
|
|
89
|
+
width: $width;
|
|
90
|
+
height: $height;
|
|
91
|
+
flex: 0 0 $width;
|
|
92
|
+
counter-increment: ulu-counter-list;
|
|
93
|
+
content: counter(ulu-counter-list, get("counter-style"));
|
|
94
|
+
font-size: get("counter-font-size");
|
|
95
|
+
font-family: get("counter-font-family");
|
|
96
|
+
font-weight: get("counter-font-weight");
|
|
97
|
+
color: color.get(get("counter-color"));
|
|
98
|
+
background-color: color.get(get("counter-background-color"));
|
|
99
|
+
border-radius: get("counter-border-radius");
|
|
114
100
|
}
|
|
101
|
+
|
|
102
|
+
// Keeping this could be useful
|
|
103
|
+
// but we need to think about how its setup
|
|
104
|
+
// - Probably should be a modifier (choice)
|
|
105
|
+
// - May need either option for how align-items is set (flex-start vs center)
|
|
106
|
+
// - This could be useful when used in grid
|
|
107
|
+
// - May need to be pervasive and not linked to a breakpoint (alternate style)
|
|
108
|
+
// - It's also just useful to know you could override the layout like this
|
|
109
|
+
// to get useful variations (maybe we don't need to include it but users
|
|
110
|
+
// can do specific)
|
|
111
|
+
// @if ( get("counter-mobile-toggle") ) {
|
|
112
|
+
// @include breakpoint.max("small") {
|
|
113
|
+
// padding-left: 0;
|
|
114
|
+
// padding-top: calc(get("counter-width") + get("counter-gap-mobile"));
|
|
115
|
+
// flex-direction: column;
|
|
116
|
+
// align-items: center;
|
|
117
|
+
// }
|
|
118
|
+
// }
|
|
115
119
|
}
|
|
116
120
|
|
|
117
121
|
// Modifiers
|
package/types/ui/index.d.ts
CHANGED
|
@@ -20,5 +20,5 @@ export * as printDetails from "./print-details.js";
|
|
|
20
20
|
export * as scrollSlider from "./scroll-slider.js";
|
|
21
21
|
export * as themeToggle from "./theme-toggle.js";
|
|
22
22
|
export * as detailsGroup from "./details-group.js";
|
|
23
|
-
declare namespace
|
|
23
|
+
declare namespace ___Users_joe_Projects_Personal_Github_frontend_js_ui_index_ { }
|
|
24
24
|
//# sourceMappingURL=index.d.ts.map
|
package/types/utils/index.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export * as index from "./index.js";
|
|
|
6
6
|
export * as pauseYoutubeVideo from "./pause-youtube-video.js";
|
|
7
7
|
export * as fileSave from "./file-save.js";
|
|
8
8
|
export * as fontAwesome from "./font-awesome.js";
|
|
9
|
-
declare namespace
|
|
9
|
+
declare namespace ___Users_joe_Projects_Personal_Github_frontend_js_utils_index_ { }
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|