@ulu/frontend 0.1.0-beta.44 → 0.1.0-beta.46
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 +12 -0
- package/docs-dev/changelog/index.html +28 -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/card/index.html +4 -4
- package/docs-dev/sass/core/color/index.html +130 -10
- package/docs-dev/sass/core/element/index.html +32 -26
- package/docs-dev/sass/core/units/index.html +10 -4
- package/package.json +1 -1
- package/scss/_color.scss +24 -2
- package/scss/_element.scss +3 -2
- package/scss/_units.scss +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## Version 0.1.0-beta.46
|
|
4
|
+
|
|
5
|
+
- **scss/color**
|
|
6
|
+
- **css-tint, css-shade** Add two new functions for tinting/shading in the browser (to support custom properties). In the future these may replace sass only tint/shade functions once they are more widely supported.
|
|
7
|
+
|
|
8
|
+
## Version 0.1.0-beta.45
|
|
9
|
+
|
|
10
|
+
- **scss/units > set()**
|
|
11
|
+
- Adjust to use map-merge so you can configure how the map is merged (ie. overwrite for example)
|
|
12
|
+
- **scss/element > set-rule-margins()**
|
|
13
|
+
- Adjust to use map-merge so you can configure how the map is merged (ie. overwrite for example)
|
|
14
|
+
|
|
3
15
|
## Version 0.1.0-beta.44
|
|
4
16
|
|
|
5
17
|
- **scss/components/card**
|
|
@@ -5166,6 +5166,12 @@
|
|
|
5166
5166
|
<div class="toc">
|
|
5167
5167
|
<ol>
|
|
5168
5168
|
|
|
5169
|
+
<li><a href="#version-0.1.0-beta.45">Version 0.1.0-beta.45</a>
|
|
5170
|
+
</li>
|
|
5171
|
+
|
|
5172
|
+
<li><a href="#version-0.1.0-beta.44">Version 0.1.0-beta.44</a>
|
|
5173
|
+
</li>
|
|
5174
|
+
|
|
5169
5175
|
<li><a href="#version-0.1.0-beta.43">Version 0.1.0-beta.43</a>
|
|
5170
5176
|
</li>
|
|
5171
5177
|
|
|
@@ -5352,6 +5358,28 @@
|
|
|
5352
5358
|
|
|
5353
5359
|
<div class="changelog">
|
|
5354
5360
|
<h1 id="change-log" tabindex="-1">Change Log</h1>
|
|
5361
|
+
<h2 id="version-0.1.0-beta.45" tabindex="-1">Version 0.1.0-beta.45</h2>
|
|
5362
|
+
<ul>
|
|
5363
|
+
<li><strong>scss/units > set()</strong>
|
|
5364
|
+
<ul>
|
|
5365
|
+
<li>Adjust to use map-merge so you can configure how the map is merged (ie. overwrite for example)</li>
|
|
5366
|
+
</ul>
|
|
5367
|
+
</li>
|
|
5368
|
+
<li><strong>scss/element > set-rule-margins()</strong>
|
|
5369
|
+
<ul>
|
|
5370
|
+
<li>Adjust to use map-merge so you can configure how the map is merged (ie. overwrite for example)</li>
|
|
5371
|
+
</ul>
|
|
5372
|
+
</li>
|
|
5373
|
+
</ul>
|
|
5374
|
+
<h2 id="version-0.1.0-beta.44" tabindex="-1">Version 0.1.0-beta.44</h2>
|
|
5375
|
+
<ul>
|
|
5376
|
+
<li><strong>scss/components/card</strong>
|
|
5377
|
+
<ul>
|
|
5378
|
+
<li>Fix card body from shrinking when max-width is larger than body content</li>
|
|
5379
|
+
<li>Add card--horizontal-center modifier to center body of card</li>
|
|
5380
|
+
</ul>
|
|
5381
|
+
</li>
|
|
5382
|
+
</ul>
|
|
5355
5383
|
<h2 id="version-0.1.0-beta.43" tabindex="-1">Version 0.1.0-beta.43</h2>
|
|
5356
5384
|
<ul>
|
|
5357
5385
|
<li><strong>scss/components/card</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-65" name="title" checked="">
|
|
5188
|
+
<label for="live-demo-id-65">
|
|
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-66" name="body" checked="">
|
|
5194
|
+
<label for="live-demo-id-66">
|
|
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-67" name="content" checked="">
|
|
5200
|
+
<label for="live-demo-id-67">
|
|
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-68" name="aside" checked="">
|
|
5206
|
+
<label for="live-demo-id-68">
|
|
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-69" name="footer" checked="">
|
|
5212
|
+
<label for="live-demo-id-69">
|
|
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-70">
|
|
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-70" 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-71">
|
|
5229
5229
|
Media
|
|
5230
5230
|
</label>
|
|
5231
|
-
<select id="live-demo-id-
|
|
5231
|
+
<select id="live-demo-id-71" 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-72">
|
|
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-72" 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-33">
|
|
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-33-type" rowspan="2">Type</th>
|
|
5232
|
+
<th id="dt-33-group" colspan="2">Group</th>
|
|
5233
|
+
<th id="dt-33-details" colspan="2">Details</th>
|
|
5234
|
+
<th id="dt-33-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-33-group" id="dt-33-primary">Primary</th>
|
|
5238
|
+
<th headers="dt-33-group" id="dt-33-secondary">Secondary</th>
|
|
5239
|
+
<th headers="dt-33-details" id="dt-33-before">Before Task</th>
|
|
5240
|
+
<th headers="dt-33-details" id="dt-33-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-33-type dt-33-r1" id="dt-33-r1">Default</th>
|
|
5246
|
+
<td headers="dt-33-group dt-33-primary dt-33-r1">Lorem Ipsum</td>
|
|
5247
|
+
<td headers="dt-33-group dt-33-secondary dt-33-r1">Lorem Ipsum</td>
|
|
5248
|
+
<td headers="dt-33-details dt-33-before dt-33-r1">Lorem Ipsum</td>
|
|
5249
|
+
<td headers="dt-33-details dt-33-after dt-33-r1">Lorem Ipsum</td>
|
|
5250
|
+
<td headers="dt-33-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-33-group dt-33-primary dt-33-r1">Lorem Ipsum</td>
|
|
5254
|
+
<td headers="dt-33-group dt-33-secondary dt-33-r1">Lorem Ipsum</td>
|
|
5255
|
+
<td headers="dt-33-details dt-33-before dt-33-r1">Lorem Ipsum</td>
|
|
5256
|
+
<td headers="dt-33-details dt-33-after dt-33-r1">Lorem Ipsum</td>
|
|
5257
|
+
<td headers="dt-33-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-33-group dt-33-primary dt-33-r1">Lorem Ipsum</td>
|
|
5261
|
+
<td headers="dt-33-group dt-33-secondary dt-33-r1">Lorem Ipsum</td>
|
|
5262
|
+
<td headers="dt-33-details dt-33-before dt-33-r1">Lorem Ipsum</td>
|
|
5263
|
+
<td headers="dt-33-details dt-33-after dt-33-r1">Lorem Ipsum</td>
|
|
5264
|
+
<td headers="dt-33-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-34">
|
|
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-34-type" rowspan="2">Type</th>
|
|
5276
|
+
<th id="dt-34-group" colspan="2">Group</th>
|
|
5277
|
+
<th id="dt-34-details" colspan="2">Details</th>
|
|
5278
|
+
<th id="dt-34-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-34-group" id="dt-34-primary">Primary</th>
|
|
5282
|
+
<th headers="dt-34-group" id="dt-34-secondary">Secondary</th>
|
|
5283
|
+
<th headers="dt-34-details" id="dt-34-before">Before Task</th>
|
|
5284
|
+
<th headers="dt-34-details" id="dt-34-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-34-type dt-34-r1" id="dt-34-r1">Default</th>
|
|
5290
|
+
<td headers="dt-34-group dt-34-primary dt-34-r1">Lorem Ipsum</td>
|
|
5291
|
+
<td headers="dt-34-group dt-34-secondary dt-34-r1">Lorem Ipsum</td>
|
|
5292
|
+
<td headers="dt-34-details dt-34-before dt-34-r1">Lorem Ipsum</td>
|
|
5293
|
+
<td headers="dt-34-details dt-34-after dt-34-r1">Lorem Ipsum</td>
|
|
5294
|
+
<td headers="dt-34-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-34-group dt-34-primary dt-34-r1">Lorem Ipsum</td>
|
|
5298
|
+
<td headers="dt-34-group dt-34-secondary dt-34-r1">Lorem Ipsum</td>
|
|
5299
|
+
<td headers="dt-34-details dt-34-before dt-34-r1">Lorem Ipsum</td>
|
|
5300
|
+
<td headers="dt-34-details dt-34-after dt-34-r1">Lorem Ipsum</td>
|
|
5301
|
+
<td headers="dt-34-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-34-group dt-34-primary dt-34-r1">Lorem Ipsum</td>
|
|
5305
|
+
<td headers="dt-34-group dt-34-secondary dt-34-r1">Lorem Ipsum</td>
|
|
5306
|
+
<td headers="dt-34-details dt-34-before dt-34-r1">Lorem Ipsum</td>
|
|
5307
|
+
<td headers="dt-34-details dt-34-after dt-34-r1">Lorem Ipsum</td>
|
|
5308
|
+
<td headers="dt-34-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-35">
|
|
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-35-type" rowspan="2">Type</th>
|
|
5320
|
+
<th id="dt-35-group" colspan="2">Group</th>
|
|
5321
|
+
<th id="dt-35-details" colspan="2">Details</th>
|
|
5322
|
+
<th id="dt-35-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-35-group" id="dt-35-primary">Primary</th>
|
|
5326
|
+
<th headers="dt-35-group" id="dt-35-secondary">Secondary</th>
|
|
5327
|
+
<th headers="dt-35-details" id="dt-35-before">Before Task</th>
|
|
5328
|
+
<th headers="dt-35-details" id="dt-35-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-35-type dt-35-r1" id="dt-35-r1">Default</th>
|
|
5334
|
+
<td headers="dt-35-group dt-35-primary dt-35-r1">Lorem Ipsum</td>
|
|
5335
|
+
<td headers="dt-35-group dt-35-secondary dt-35-r1">Lorem Ipsum</td>
|
|
5336
|
+
<td headers="dt-35-details dt-35-before dt-35-r1">Lorem Ipsum</td>
|
|
5337
|
+
<td headers="dt-35-details dt-35-after dt-35-r1">Lorem Ipsum</td>
|
|
5338
|
+
<td headers="dt-35-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-35-group dt-35-primary dt-35-r1">Lorem Ipsum</td>
|
|
5342
|
+
<td headers="dt-35-group dt-35-secondary dt-35-r1">Lorem Ipsum</td>
|
|
5343
|
+
<td headers="dt-35-details dt-35-before dt-35-r1">Lorem Ipsum</td>
|
|
5344
|
+
<td headers="dt-35-details dt-35-after dt-35-r1">Lorem Ipsum</td>
|
|
5345
|
+
<td headers="dt-35-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-35-group dt-35-primary dt-35-r1">Lorem Ipsum</td>
|
|
5349
|
+
<td headers="dt-35-group dt-35-secondary dt-35-r1">Lorem Ipsum</td>
|
|
5350
|
+
<td headers="dt-35-details dt-35-before dt-35-r1">Lorem Ipsum</td>
|
|
5351
|
+
<td headers="dt-35-details dt-35-after dt-35-r1">Lorem Ipsum</td>
|
|
5352
|
+
<td headers="dt-35-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-36">
|
|
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-36-type" rowspan="2">Type</th>
|
|
5364
|
+
<th id="dt-36-group" colspan="2">Group</th>
|
|
5365
|
+
<th id="dt-36-details" colspan="2">Details</th>
|
|
5366
|
+
<th id="dt-36-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-36-group" id="dt-36-primary">Primary</th>
|
|
5370
|
+
<th headers="dt-36-group" id="dt-36-secondary">Secondary</th>
|
|
5371
|
+
<th headers="dt-36-details" id="dt-36-before">Before Task</th>
|
|
5372
|
+
<th headers="dt-36-details" id="dt-36-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-36-type dt-36-r1" id="dt-36-r1">Default</th>
|
|
5378
|
+
<td headers="dt-36-group dt-36-primary dt-36-r1">Lorem Ipsum</td>
|
|
5379
|
+
<td headers="dt-36-group dt-36-secondary dt-36-r1">Lorem Ipsum</td>
|
|
5380
|
+
<td headers="dt-36-details dt-36-before dt-36-r1">Lorem Ipsum</td>
|
|
5381
|
+
<td headers="dt-36-details dt-36-after dt-36-r1">Lorem Ipsum</td>
|
|
5382
|
+
<td headers="dt-36-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-36-group dt-36-primary dt-36-r1">Lorem Ipsum</td>
|
|
5386
|
+
<td headers="dt-36-group dt-36-secondary dt-36-r1">Lorem Ipsum</td>
|
|
5387
|
+
<td headers="dt-36-details dt-36-before dt-36-r1">Lorem Ipsum</td>
|
|
5388
|
+
<td headers="dt-36-details dt-36-after dt-36-r1">Lorem Ipsum</td>
|
|
5389
|
+
<td headers="dt-36-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-36-group dt-36-primary dt-36-r1">Lorem Ipsum</td>
|
|
5393
|
+
<td headers="dt-36-group dt-36-secondary dt-36-r1">Lorem Ipsum</td>
|
|
5394
|
+
<td headers="dt-36-details dt-36-before dt-36-r1">Lorem Ipsum</td>
|
|
5395
|
+
<td headers="dt-36-details dt-36-after dt-36-r1">Lorem Ipsum</td>
|
|
5396
|
+
<td headers="dt-36-id">OL-53-GHSLE</td>
|
|
5397
5397
|
</tr>
|
|
5398
5398
|
</tbody>
|
|
5399
5399
|
</table>
|
|
@@ -5239,9 +5239,9 @@
|
|
|
5239
5239
|
<span class="pjs-token pjs-string">"footer-min-height"</span> <span class="pjs-token pjs-punctuation">:</span> 2.5rem<span class="pjs-token pjs-punctuation">,</span>
|
|
5240
5240
|
<span class="pjs-token pjs-string">"horizontal-breakpoint"</span> <span class="pjs-token pjs-punctuation">:</span> <span class="pjs-token pjs-string">"small"</span><span class="pjs-token pjs-punctuation">,</span>
|
|
5241
5241
|
<span class="pjs-token pjs-string">"horizontal-image-width"</span> <span class="pjs-token pjs-punctuation">:</span> <span class="pjs-token pjs-function">min</span><span class="pjs-token pjs-punctuation">(</span>33%<span class="pjs-token pjs-punctuation">,</span> 20rem<span class="pjs-token pjs-punctuation">)</span><span class="pjs-token pjs-punctuation">,</span>
|
|
5242
|
-
<span class="pjs-token pjs-string">"horizontal-body-max-width"</span> <span class="pjs-token pjs-punctuation">:</span>
|
|
5243
|
-
<span class="pjs-token pjs-string">"horizontal-min-height"</span> <span class="pjs-token pjs-punctuation">:</span>
|
|
5244
|
-
<span class="pjs-token pjs-string">"horizontal-max-width"</span> <span class="pjs-token pjs-punctuation">:</span>
|
|
5242
|
+
<span class="pjs-token pjs-string">"horizontal-body-max-width"</span> <span class="pjs-token pjs-punctuation">:</span> 40rem<span class="pjs-token pjs-punctuation">,</span>
|
|
5243
|
+
<span class="pjs-token pjs-string">"horizontal-min-height"</span> <span class="pjs-token pjs-punctuation">:</span> 20rem<span class="pjs-token pjs-punctuation">,</span>
|
|
5244
|
+
<span class="pjs-token pjs-string">"horizontal-max-width"</span> <span class="pjs-token pjs-punctuation">:</span> 80rem<span class="pjs-token pjs-punctuation">,</span>
|
|
5245
5245
|
<span class="pjs-token pjs-string">"header-margin"</span> <span class="pjs-token pjs-punctuation">:</span> 0.75em<span class="pjs-token pjs-punctuation">,</span>
|
|
5246
5246
|
<span class="pjs-token pjs-string">"image-ratio"</span> <span class="pjs-token pjs-punctuation">:</span> 56.25%<span class="pjs-token pjs-punctuation">,</span>
|
|
5247
5247
|
<span class="pjs-token pjs-string">"image-aspect-ratio"</span><span class="pjs-token pjs-punctuation">:</span> list.<span class="pjs-token pjs-function">slash</span><span class="pjs-token pjs-punctuation">(</span>5<span class="pjs-token pjs-punctuation">,</span> 3<span class="pjs-token pjs-punctuation">)</span><span class="pjs-token pjs-punctuation">,</span>
|
|
@@ -5726,7 +5726,7 @@
|
|
|
5726
5726
|
<li><strong>Group:</strong> card</li>
|
|
5727
5727
|
<li><strong>Type:</strong> mixin</li>
|
|
5728
5728
|
<li><strong>Lines (comments):</strong> 197-201</li>
|
|
5729
|
-
<li><strong>Lines (code):</strong> 203-
|
|
5729
|
+
<li><strong>Lines (code):</strong> 203-487</li>
|
|
5730
5730
|
</ul>
|
|
5731
5731
|
</details>
|
|
5732
5732
|
<div class="callout callout--demo crop-margins">
|
|
@@ -5224,8 +5224,14 @@
|
|
|
5224
5224
|
<li><a href="#function-tint">tint()</a>
|
|
5225
5225
|
</li>
|
|
5226
5226
|
|
|
5227
|
+
<li><a href="#function-css-tint">css-tint()</a>
|
|
5228
|
+
</li>
|
|
5229
|
+
|
|
5227
5230
|
<li><a href="#function-shade">shade()</a>
|
|
5228
5231
|
</li>
|
|
5232
|
+
|
|
5233
|
+
<li><a href="#function-css-shade">css-shade()</a>
|
|
5234
|
+
</li>
|
|
5229
5235
|
</ol>
|
|
5230
5236
|
</li>
|
|
5231
5237
|
</ol>
|
|
@@ -5577,8 +5583,8 @@
|
|
|
5577
5583
|
<li><strong>File:</strong> _color.scss</li>
|
|
5578
5584
|
<li><strong>Group:</strong> color</li>
|
|
5579
5585
|
<li><strong>Type:</strong> mixin</li>
|
|
5580
|
-
<li><strong>Lines (comments):</strong>
|
|
5581
|
-
<li><strong>Lines (code):</strong>
|
|
5586
|
+
<li><strong>Lines (comments):</strong> 223-230</li>
|
|
5587
|
+
<li><strong>Lines (code):</strong> 232-241</li>
|
|
5582
5588
|
</ul>
|
|
5583
5589
|
</details>
|
|
5584
5590
|
<h4 id="examples-2" tabindex="-1">Examples</h4>
|
|
@@ -5630,8 +5636,8 @@
|
|
|
5630
5636
|
<li><strong>File:</strong> _color.scss</li>
|
|
5631
5637
|
<li><strong>Group:</strong> color</li>
|
|
5632
5638
|
<li><strong>Type:</strong> mixin</li>
|
|
5633
|
-
<li><strong>Lines (comments):</strong>
|
|
5634
|
-
<li><strong>Lines (code):</strong>
|
|
5639
|
+
<li><strong>Lines (comments):</strong> 243-247</li>
|
|
5640
|
+
<li><strong>Lines (code):</strong> 249-258</li>
|
|
5635
5641
|
</ul>
|
|
5636
5642
|
</details>
|
|
5637
5643
|
<h4 id="examples-3" tabindex="-1">Examples</h4>
|
|
@@ -5840,7 +5846,7 @@
|
|
|
5840
5846
|
<span class="tag tag--primary"><strong>Function</strong></span>
|
|
5841
5847
|
</div>
|
|
5842
5848
|
</div>
|
|
5843
|
-
<p>
|
|
5849
|
+
<p>Tint (add white) a color using the default white by a percentage</p>
|
|
5844
5850
|
<details>
|
|
5845
5851
|
<summary>File Information</summary>
|
|
5846
5852
|
<ul>
|
|
@@ -5896,24 +5902,79 @@
|
|
|
5896
5902
|
<li><a href="/frontend/sass/core/breakpoint/#function-get">get()</a></li>
|
|
5897
5903
|
</ul>
|
|
5898
5904
|
<div class="sassdoc-item-header">
|
|
5905
|
+
<h3 id="function-css-tint" tabindex="-1">css-tint()</h3>
|
|
5906
|
+
<div class="sassdoc-item-header__labels">
|
|
5907
|
+
<span class="tag tag--primary"><strong>Function</strong></span>
|
|
5908
|
+
</div>
|
|
5909
|
+
</div>
|
|
5910
|
+
<p>Tint (add white) a color using the default white by a percentage (Using color-mix)</p>
|
|
5911
|
+
<ul>
|
|
5912
|
+
<li>This only works in modern browsers (as of June 2025)</li>
|
|
5913
|
+
</ul>
|
|
5914
|
+
<details>
|
|
5915
|
+
<summary>File Information</summary>
|
|
5916
|
+
<ul>
|
|
5917
|
+
<li><strong>File:</strong> _color.scss</li>
|
|
5918
|
+
<li><strong>Group:</strong> color</li>
|
|
5919
|
+
<li><strong>Type:</strong> function</li>
|
|
5920
|
+
<li><strong>Lines (comments):</strong> 192-196</li>
|
|
5921
|
+
<li><strong>Lines (code):</strong> 198-200</li>
|
|
5922
|
+
</ul>
|
|
5923
|
+
</details>
|
|
5924
|
+
<h4 id="parameters-9" tabindex="-1">Parameters</h4>
|
|
5925
|
+
<table>
|
|
5926
|
+
<thead>
|
|
5927
|
+
<tr>
|
|
5928
|
+
<th style="text-align:left">Name</th>
|
|
5929
|
+
<th style="text-align:left">Type</th>
|
|
5930
|
+
<th style="text-align:left">Description</th>
|
|
5931
|
+
</tr>
|
|
5932
|
+
</thead>
|
|
5933
|
+
<tbody>
|
|
5934
|
+
<tr>
|
|
5935
|
+
<td style="text-align:left">$color</td>
|
|
5936
|
+
<td style="text-align:left"><code>Color, String</code></td>
|
|
5937
|
+
<td style="text-align:left">Color or custom property to apply mix to</td>
|
|
5938
|
+
</tr>
|
|
5939
|
+
<tr>
|
|
5940
|
+
<td style="text-align:left">$percentage</td>
|
|
5941
|
+
<td style="text-align:left"><code>Number</code></td>
|
|
5942
|
+
<td style="text-align:left">Percentage</td>
|
|
5943
|
+
</tr>
|
|
5944
|
+
</tbody>
|
|
5945
|
+
</table>
|
|
5946
|
+
<h4 id="returns-4" tabindex="-1">Returns</h4>
|
|
5947
|
+
<table>
|
|
5948
|
+
<thead>
|
|
5949
|
+
<tr>
|
|
5950
|
+
<th style="text-align:left">Type</th>
|
|
5951
|
+
</tr>
|
|
5952
|
+
</thead>
|
|
5953
|
+
<tbody>
|
|
5954
|
+
<tr>
|
|
5955
|
+
<td style="text-align:left">Color</td>
|
|
5956
|
+
</tr>
|
|
5957
|
+
</tbody>
|
|
5958
|
+
</table>
|
|
5959
|
+
<div class="sassdoc-item-header">
|
|
5899
5960
|
<h3 id="function-shade" tabindex="-1">shade()</h3>
|
|
5900
5961
|
<div class="sassdoc-item-header__labels">
|
|
5901
5962
|
<span class="tag tag--primary"><strong>Function</strong></span>
|
|
5902
5963
|
</div>
|
|
5903
5964
|
</div>
|
|
5904
|
-
<p>
|
|
5965
|
+
<p>Shade (add black) a color with the default black by a percentage</p>
|
|
5905
5966
|
<details>
|
|
5906
5967
|
<summary>File Information</summary>
|
|
5907
5968
|
<ul>
|
|
5908
5969
|
<li><strong>File:</strong> _color.scss</li>
|
|
5909
5970
|
<li><strong>Group:</strong> color</li>
|
|
5910
5971
|
<li><strong>Type:</strong> function</li>
|
|
5911
|
-
<li><strong>Lines (comments):</strong>
|
|
5912
|
-
<li><strong>Lines (code):</strong>
|
|
5972
|
+
<li><strong>Lines (comments):</strong> 202-207</li>
|
|
5973
|
+
<li><strong>Lines (code):</strong> 209-211</li>
|
|
5913
5974
|
<li><strong>Author:</strong> Kitty Giraudel</li>
|
|
5914
5975
|
</ul>
|
|
5915
5976
|
</details>
|
|
5916
|
-
<h4 id="parameters-
|
|
5977
|
+
<h4 id="parameters-10" tabindex="-1">Parameters</h4>
|
|
5917
5978
|
<table>
|
|
5918
5979
|
<thead>
|
|
5919
5980
|
<tr>
|
|
@@ -5935,7 +5996,7 @@
|
|
|
5935
5996
|
</tr>
|
|
5936
5997
|
</tbody>
|
|
5937
5998
|
</table>
|
|
5938
|
-
<h4 id="returns-
|
|
5999
|
+
<h4 id="returns-5" tabindex="-1">Returns</h4>
|
|
5939
6000
|
<table>
|
|
5940
6001
|
<thead>
|
|
5941
6002
|
<tr>
|
|
@@ -5955,6 +6016,65 @@
|
|
|
5955
6016
|
<h4 id="require-11" tabindex="-1">Require</h4>
|
|
5956
6017
|
<ul>
|
|
5957
6018
|
<li><a href="/frontend/sass/core/breakpoint/#function-get">get()</a></li>
|
|
6019
|
+
</ul>
|
|
6020
|
+
<div class="sassdoc-item-header">
|
|
6021
|
+
<h3 id="function-css-shade" tabindex="-1">css-shade()</h3>
|
|
6022
|
+
<div class="sassdoc-item-header__labels">
|
|
6023
|
+
<span class="tag tag--primary"><strong>Function</strong></span>
|
|
6024
|
+
</div>
|
|
6025
|
+
</div>
|
|
6026
|
+
<p>Shade (add black) a color using the default white by a percentage (Using color-mix)</p>
|
|
6027
|
+
<ul>
|
|
6028
|
+
<li>This only works in modern browsers (as of June 2025)</li>
|
|
6029
|
+
</ul>
|
|
6030
|
+
<details>
|
|
6031
|
+
<summary>File Information</summary>
|
|
6032
|
+
<ul>
|
|
6033
|
+
<li><strong>File:</strong> _color.scss</li>
|
|
6034
|
+
<li><strong>Group:</strong> color</li>
|
|
6035
|
+
<li><strong>Type:</strong> function</li>
|
|
6036
|
+
<li><strong>Lines (comments):</strong> 213-217</li>
|
|
6037
|
+
<li><strong>Lines (code):</strong> 219-221</li>
|
|
6038
|
+
</ul>
|
|
6039
|
+
</details>
|
|
6040
|
+
<h4 id="parameters-11" tabindex="-1">Parameters</h4>
|
|
6041
|
+
<table>
|
|
6042
|
+
<thead>
|
|
6043
|
+
<tr>
|
|
6044
|
+
<th style="text-align:left">Name</th>
|
|
6045
|
+
<th style="text-align:left">Type</th>
|
|
6046
|
+
<th style="text-align:left">Description</th>
|
|
6047
|
+
</tr>
|
|
6048
|
+
</thead>
|
|
6049
|
+
<tbody>
|
|
6050
|
+
<tr>
|
|
6051
|
+
<td style="text-align:left">$color</td>
|
|
6052
|
+
<td style="text-align:left"><code>Color, String</code></td>
|
|
6053
|
+
<td style="text-align:left">Color or custom property to apply mix to</td>
|
|
6054
|
+
</tr>
|
|
6055
|
+
<tr>
|
|
6056
|
+
<td style="text-align:left">$percentage</td>
|
|
6057
|
+
<td style="text-align:left"><code>Number</code></td>
|
|
6058
|
+
<td style="text-align:left">Percentage</td>
|
|
6059
|
+
</tr>
|
|
6060
|
+
</tbody>
|
|
6061
|
+
</table>
|
|
6062
|
+
<h4 id="returns-6" tabindex="-1">Returns</h4>
|
|
6063
|
+
<table>
|
|
6064
|
+
<thead>
|
|
6065
|
+
<tr>
|
|
6066
|
+
<th style="text-align:left">Type</th>
|
|
6067
|
+
</tr>
|
|
6068
|
+
</thead>
|
|
6069
|
+
<tbody>
|
|
6070
|
+
<tr>
|
|
6071
|
+
<td style="text-align:left">Color</td>
|
|
6072
|
+
</tr>
|
|
6073
|
+
</tbody>
|
|
6074
|
+
</table>
|
|
6075
|
+
<h4 id="require-12" tabindex="-1">Require</h4>
|
|
6076
|
+
<ul>
|
|
6077
|
+
<li><a href="/frontend/sass/core/breakpoint/#function-get">get()</a></li>
|
|
5958
6078
|
</ul>
|
|
5959
6079
|
|
|
5960
6080
|
</div>
|
|
@@ -5631,8 +5631,8 @@
|
|
|
5631
5631
|
<li><strong>File:</strong> _element.scss</li>
|
|
5632
5632
|
<li><strong>Group:</strong> element</li>
|
|
5633
5633
|
<li><strong>Type:</strong> mixin</li>
|
|
5634
|
-
<li><strong>Lines (comments):</strong> 117-
|
|
5635
|
-
<li><strong>Lines (code):</strong>
|
|
5634
|
+
<li><strong>Lines (comments):</strong> 117-119</li>
|
|
5635
|
+
<li><strong>Lines (code):</strong> 121-123</li>
|
|
5636
5636
|
</ul>
|
|
5637
5637
|
</details>
|
|
5638
5638
|
<h4 id="parameters-2" tabindex="-1">Parameters</h4>
|
|
@@ -5650,10 +5650,16 @@
|
|
|
5650
5650
|
<td style="text-align:left"><code>Map</code></td>
|
|
5651
5651
|
<td style="text-align:left">Map of changes</td>
|
|
5652
5652
|
</tr>
|
|
5653
|
+
<tr>
|
|
5654
|
+
<td style="text-align:left">$merge-mode</td>
|
|
5655
|
+
<td style="text-align:left"><code>String</code></td>
|
|
5656
|
+
<td style="text-align:left">Merge mode see utils.map-merge() [null</td>
|
|
5657
|
+
</tr>
|
|
5653
5658
|
</tbody>
|
|
5654
5659
|
</table>
|
|
5655
5660
|
<h4 id="require-2" tabindex="-1">Require</h4>
|
|
5656
5661
|
<ul>
|
|
5662
|
+
<li>map-merge()</li>
|
|
5657
5663
|
<li><a href="/frontend/sass/core/element/#variable-rule-margins">$rule-margins</a></li>
|
|
5658
5664
|
</ul>
|
|
5659
5665
|
<div class="sassdoc-item-header">
|
|
@@ -5669,8 +5675,8 @@
|
|
|
5669
5675
|
<li><strong>File:</strong> _element.scss</li>
|
|
5670
5676
|
<li><strong>Group:</strong> element</li>
|
|
5671
5677
|
<li><strong>Type:</strong> mixin</li>
|
|
5672
|
-
<li><strong>Lines (comments):</strong>
|
|
5673
|
-
<li><strong>Lines (code):</strong>
|
|
5678
|
+
<li><strong>Lines (comments):</strong> 139-140</li>
|
|
5679
|
+
<li><strong>Lines (code):</strong> 142-148</li>
|
|
5674
5680
|
</ul>
|
|
5675
5681
|
</details>
|
|
5676
5682
|
<h4 id="parameters-3" tabindex="-1">Parameters</h4>
|
|
@@ -5708,8 +5714,8 @@
|
|
|
5708
5714
|
<li><strong>File:</strong> _element.scss</li>
|
|
5709
5715
|
<li><strong>Group:</strong> element</li>
|
|
5710
5716
|
<li><strong>Type:</strong> mixin</li>
|
|
5711
|
-
<li><strong>Lines (comments):</strong>
|
|
5712
|
-
<li><strong>Lines (code):</strong>
|
|
5717
|
+
<li><strong>Lines (comments):</strong> 150-151</li>
|
|
5718
|
+
<li><strong>Lines (code):</strong> 153-155</li>
|
|
5713
5719
|
</ul>
|
|
5714
5720
|
</details>
|
|
5715
5721
|
<h4 id="parameters-4" tabindex="-1">Parameters</h4>
|
|
@@ -5748,8 +5754,8 @@
|
|
|
5748
5754
|
<li><strong>File:</strong> _element.scss</li>
|
|
5749
5755
|
<li><strong>Group:</strong> element</li>
|
|
5750
5756
|
<li><strong>Type:</strong> mixin</li>
|
|
5751
|
-
<li><strong>Lines (comments):</strong>
|
|
5752
|
-
<li><strong>Lines (code):</strong>
|
|
5757
|
+
<li><strong>Lines (comments):</strong> 157-158</li>
|
|
5758
|
+
<li><strong>Lines (code):</strong> 160-164</li>
|
|
5753
5759
|
</ul>
|
|
5754
5760
|
</details>
|
|
5755
5761
|
<h4 id="parameters-5" tabindex="-1">Parameters</h4>
|
|
@@ -5795,8 +5801,8 @@ styling (text-decoration, etc)</li>
|
|
|
5795
5801
|
<li><strong>File:</strong> _element.scss</li>
|
|
5796
5802
|
<li><strong>Group:</strong> element</li>
|
|
5797
5803
|
<li><strong>Type:</strong> mixin</li>
|
|
5798
|
-
<li><strong>Lines (comments):</strong>
|
|
5799
|
-
<li><strong>Lines (code):</strong>
|
|
5804
|
+
<li><strong>Lines (comments):</strong> 166-172</li>
|
|
5805
|
+
<li><strong>Lines (code):</strong> 174-187</li>
|
|
5800
5806
|
</ul>
|
|
5801
5807
|
</details>
|
|
5802
5808
|
<h4 id="parameters-6" tabindex="-1">Parameters</h4>
|
|
@@ -5838,8 +5844,8 @@ styling (text-decoration, etc)</li>
|
|
|
5838
5844
|
<li><strong>File:</strong> _element.scss</li>
|
|
5839
5845
|
<li><strong>Group:</strong> element</li>
|
|
5840
5846
|
<li><strong>Type:</strong> mixin</li>
|
|
5841
|
-
<li><strong>Lines (comments):</strong>
|
|
5842
|
-
<li><strong>Lines (code):</strong>
|
|
5847
|
+
<li><strong>Lines (comments):</strong> 189-191</li>
|
|
5848
|
+
<li><strong>Lines (code):</strong> 193-215</li>
|
|
5843
5849
|
</ul>
|
|
5844
5850
|
</details>
|
|
5845
5851
|
<h4 id="parameters-7" tabindex="-1">Parameters</h4>
|
|
@@ -5881,8 +5887,8 @@ styling (text-decoration, etc)</li>
|
|
|
5881
5887
|
<li><strong>File:</strong> _element.scss</li>
|
|
5882
5888
|
<li><strong>Group:</strong> element</li>
|
|
5883
5889
|
<li><strong>Type:</strong> mixin</li>
|
|
5884
|
-
<li><strong>Lines (comments):</strong>
|
|
5885
|
-
<li><strong>Lines (code):</strong>
|
|
5890
|
+
<li><strong>Lines (comments):</strong> 217-218</li>
|
|
5891
|
+
<li><strong>Lines (code):</strong> 220-244</li>
|
|
5886
5892
|
</ul>
|
|
5887
5893
|
</details>
|
|
5888
5894
|
<h4 id="parameters-8" tabindex="-1">Parameters</h4>
|
|
@@ -5919,8 +5925,8 @@ styling (text-decoration, etc)</li>
|
|
|
5919
5925
|
<li><strong>File:</strong> _element.scss</li>
|
|
5920
5926
|
<li><strong>Group:</strong> element</li>
|
|
5921
5927
|
<li><strong>Type:</strong> mixin</li>
|
|
5922
|
-
<li><strong>Lines (comments):</strong>
|
|
5923
|
-
<li><strong>Lines (code):</strong>
|
|
5928
|
+
<li><strong>Lines (comments):</strong> 246-247</li>
|
|
5929
|
+
<li><strong>Lines (code):</strong> 249-269</li>
|
|
5924
5930
|
</ul>
|
|
5925
5931
|
</details>
|
|
5926
5932
|
<h4 id="parameters-9" tabindex="-1">Parameters</h4>
|
|
@@ -5957,8 +5963,8 @@ styling (text-decoration, etc)</li>
|
|
|
5957
5963
|
<li><strong>File:</strong> _element.scss</li>
|
|
5958
5964
|
<li><strong>Group:</strong> element</li>
|
|
5959
5965
|
<li><strong>Type:</strong> mixin</li>
|
|
5960
|
-
<li><strong>Lines (comments):</strong>
|
|
5961
|
-
<li><strong>Lines (code):</strong>
|
|
5966
|
+
<li><strong>Lines (comments):</strong> 271-276</li>
|
|
5967
|
+
<li><strong>Lines (code):</strong> 278-296</li>
|
|
5962
5968
|
</ul>
|
|
5963
5969
|
</details>
|
|
5964
5970
|
<h4 id="examples" tabindex="-1">Examples</h4>
|
|
@@ -5998,8 +6004,8 @@ styling (text-decoration, etc)</li>
|
|
|
5998
6004
|
<li><strong>File:</strong> _element.scss</li>
|
|
5999
6005
|
<li><strong>Group:</strong> element</li>
|
|
6000
6006
|
<li><strong>Type:</strong> mixin</li>
|
|
6001
|
-
<li><strong>Lines (comments):</strong>
|
|
6002
|
-
<li><strong>Lines (code):</strong>
|
|
6007
|
+
<li><strong>Lines (comments):</strong> 299-307</li>
|
|
6008
|
+
<li><strong>Lines (code):</strong> 309-332</li>
|
|
6003
6009
|
</ul>
|
|
6004
6010
|
</details>
|
|
6005
6011
|
<h4 id="parameters-11" tabindex="-1">Parameters</h4>
|
|
@@ -6080,8 +6086,8 @@ styling (text-decoration, etc)</li>
|
|
|
6080
6086
|
<li><strong>File:</strong> _element.scss</li>
|
|
6081
6087
|
<li><strong>Group:</strong> element</li>
|
|
6082
6088
|
<li><strong>Type:</strong> mixin</li>
|
|
6083
|
-
<li><strong>Lines (comments):</strong>
|
|
6084
|
-
<li><strong>Lines (code):</strong>
|
|
6089
|
+
<li><strong>Lines (comments):</strong> 336-341</li>
|
|
6090
|
+
<li><strong>Lines (code):</strong> 343-385</li>
|
|
6085
6091
|
</ul>
|
|
6086
6092
|
</details>
|
|
6087
6093
|
<h4 id="parameters-12" tabindex="-1">Parameters</h4>
|
|
@@ -6173,8 +6179,8 @@ styling (text-decoration, etc)</li>
|
|
|
6173
6179
|
<li><strong>File:</strong> _element.scss</li>
|
|
6174
6180
|
<li><strong>Group:</strong> element</li>
|
|
6175
6181
|
<li><strong>Type:</strong> function</li>
|
|
6176
|
-
<li><strong>Lines (comments):</strong>
|
|
6177
|
-
<li><strong>Lines (code):</strong>
|
|
6182
|
+
<li><strong>Lines (comments):</strong> 125-126</li>
|
|
6183
|
+
<li><strong>Lines (code):</strong> 128-130</li>
|
|
6178
6184
|
</ul>
|
|
6179
6185
|
</details>
|
|
6180
6186
|
<h4 id="parameters-14" tabindex="-1">Parameters</h4>
|
|
@@ -6212,8 +6218,8 @@ styling (text-decoration, etc)</li>
|
|
|
6212
6218
|
<li><strong>File:</strong> _element.scss</li>
|
|
6213
6219
|
<li><strong>Group:</strong> element</li>
|
|
6214
6220
|
<li><strong>Type:</strong> function</li>
|
|
6215
|
-
<li><strong>Lines (comments):</strong>
|
|
6216
|
-
<li><strong>Lines (code):</strong>
|
|
6221
|
+
<li><strong>Lines (comments):</strong> 132-133</li>
|
|
6222
|
+
<li><strong>Lines (code):</strong> 135-137</li>
|
|
6217
6223
|
</ul>
|
|
6218
6224
|
</details>
|
|
6219
6225
|
<h4 id="parameters-15" tabindex="-1">Parameters</h4>
|
|
@@ -5296,8 +5296,8 @@
|
|
|
5296
5296
|
<li><strong>File:</strong> _units.scss</li>
|
|
5297
5297
|
<li><strong>Group:</strong> units</li>
|
|
5298
5298
|
<li><strong>Type:</strong> mixin</li>
|
|
5299
|
-
<li><strong>Lines (comments):</strong> 28-
|
|
5300
|
-
<li><strong>Lines (code):</strong>
|
|
5299
|
+
<li><strong>Lines (comments):</strong> 28-34</li>
|
|
5300
|
+
<li><strong>Lines (code):</strong> 36-38</li>
|
|
5301
5301
|
</ul>
|
|
5302
5302
|
</details>
|
|
5303
5303
|
<h4 id="examples" tabindex="-1">Examples</h4>
|
|
@@ -5320,10 +5320,16 @@
|
|
|
5320
5320
|
<td style="text-align:left"><code>Map</code></td>
|
|
5321
5321
|
<td style="text-align:left">A map to merge into the color palette</td>
|
|
5322
5322
|
</tr>
|
|
5323
|
+
<tr>
|
|
5324
|
+
<td style="text-align:left">$merge-mode</td>
|
|
5325
|
+
<td style="text-align:left"><code>String</code></td>
|
|
5326
|
+
<td style="text-align:left">Merge mode see utils.map-merge() [null</td>
|
|
5327
|
+
</tr>
|
|
5323
5328
|
</tbody>
|
|
5324
5329
|
</table>
|
|
5325
5330
|
<h4 id="require" tabindex="-1">Require</h4>
|
|
5326
5331
|
<ul>
|
|
5332
|
+
<li>map-merge()</li>
|
|
5327
5333
|
<li><a href="/frontend/sass/core/breakpoint/#variable-config">$config</a></li>
|
|
5328
5334
|
</ul>
|
|
5329
5335
|
<h2 id="functions" tabindex="-1">Functions</h2>
|
|
@@ -5340,8 +5346,8 @@
|
|
|
5340
5346
|
<li><strong>File:</strong> _units.scss</li>
|
|
5341
5347
|
<li><strong>Group:</strong> units</li>
|
|
5342
5348
|
<li><strong>Type:</strong> function</li>
|
|
5343
|
-
<li><strong>Lines (comments):</strong>
|
|
5344
|
-
<li><strong>Lines (code):</strong>
|
|
5349
|
+
<li><strong>Lines (comments):</strong> 40-42</li>
|
|
5350
|
+
<li><strong>Lines (code):</strong> 44-49</li>
|
|
5345
5351
|
</ul>
|
|
5346
5352
|
</details>
|
|
5347
5353
|
<h4 id="parameters-1" tabindex="-1">Parameters</h4>
|
package/package.json
CHANGED
package/scss/_color.scss
CHANGED
|
@@ -178,7 +178,7 @@ $color-classes: (
|
|
|
178
178
|
color: get-context-value($name, "color");
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
///
|
|
181
|
+
/// Tint (add white) a color using the default white by a percentage
|
|
182
182
|
/// @param {Color, String} $color Color/palette color name to apply to tint
|
|
183
183
|
/// @param {Number} $percentage Percentage
|
|
184
184
|
/// @return {Color}
|
|
@@ -189,7 +189,18 @@ $color-classes: (
|
|
|
189
189
|
@return color.mix(get("white"), get($color), $percentage);
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
///
|
|
192
|
+
/// Tint (add white) a color using the default white by a percentage (Using color-mix)
|
|
193
|
+
/// - This only works in modern browsers (as of June 2025)
|
|
194
|
+
/// - These match ulu.color-tint() and are designed to accept the same arguments with the same results
|
|
195
|
+
/// @param {Color, String} $color Color or custom property to apply mix to
|
|
196
|
+
/// @param {Number} $percentage Percentage
|
|
197
|
+
/// @return {Color}
|
|
198
|
+
|
|
199
|
+
@function css-tint($color, $percentage) {
|
|
200
|
+
@return color-mix(in srgb, white $percentage, $color calc(100% - $percentage));
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/// Shade (add black) a color with the default black by a percentage
|
|
193
204
|
/// @param {Color, String} $color Color/palette color name to shade
|
|
194
205
|
/// @param {Number} $percentage Percentage to shade
|
|
195
206
|
/// @return {Color}
|
|
@@ -200,6 +211,17 @@ $color-classes: (
|
|
|
200
211
|
@return color.mix(get("black"), get($color), $percentage);
|
|
201
212
|
}
|
|
202
213
|
|
|
214
|
+
/// Shade (add black) a color using the default white by a percentage (Using color-mix)
|
|
215
|
+
/// - This only works in modern browsers (as of June 2025)
|
|
216
|
+
/// - These match ulu.color-shade() and are designed to accept the same arguments with the same results
|
|
217
|
+
/// @param {Color, String} $color Color or custom property to apply mix to
|
|
218
|
+
/// @param {Number} $percentage Percentage
|
|
219
|
+
/// @return {Color}
|
|
220
|
+
|
|
221
|
+
@function css-shade($color, $percentage) {
|
|
222
|
+
@return color-mix(in srgb, get("black") $percentage, $color calc(100% - $percentage));
|
|
223
|
+
}
|
|
224
|
+
|
|
203
225
|
/// Prints all context styles
|
|
204
226
|
/// @param {String} $with-prop Checks the specific context for a certain prop (has to be truthy)(used for output in helper/base color modules)
|
|
205
227
|
/// @example scss
|
package/scss/_element.scss
CHANGED
|
@@ -116,9 +116,10 @@ $rule-margins: (
|
|
|
116
116
|
|
|
117
117
|
/// Sets rule margins
|
|
118
118
|
/// @param {Map} $changes Map of changes
|
|
119
|
+
/// @param {String} $merge-mode Merge mode see utils.map-merge() [null|"deep"|"overwrite"]
|
|
119
120
|
|
|
120
|
-
@mixin set-rule-margins($changes) {
|
|
121
|
-
$rule-margins: map
|
|
121
|
+
@mixin set-rule-margins($changes, $merge-mode: null) {
|
|
122
|
+
$rule-margins: utils.map-merge($rule-margins, $changes, $merge-mode) !global;
|
|
122
123
|
}
|
|
123
124
|
|
|
124
125
|
/// Get a rule style
|
package/scss/_units.scss
CHANGED
|
@@ -27,13 +27,14 @@ $config: (
|
|
|
27
27
|
|
|
28
28
|
/// Update the units config
|
|
29
29
|
/// @param {Map} $changes A map to merge into the color palette
|
|
30
|
+
/// @param {String} $merge-mode Merge mode see utils.map-merge() [null|"deep"|"overwrite"]
|
|
30
31
|
/// @example scss Setting the error and type color
|
|
31
32
|
/// @include ulu.units-set((
|
|
32
33
|
/// "default" : 1.5em
|
|
33
34
|
/// ));
|
|
34
35
|
|
|
35
|
-
@mixin set($changes) {
|
|
36
|
-
$config: map
|
|
36
|
+
@mixin set($changes, $merge-mode: null) {
|
|
37
|
+
$config: utils.map-merge($config, $changes, $merge-mode) !global;
|
|
37
38
|
}
|
|
38
39
|
|
|
39
40
|
/// Get a unit by name (preset) or number (multiplier of base)
|