@ulu/frontend 0.1.0-beta.82 → 0.1.0-beta.84

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.
Files changed (193) hide show
  1. package/CHANGELOG.md +32 -3
  2. package/dist/ulu-frontend.min.css +1 -1
  3. package/dist/ulu-frontend.min.js +17 -17
  4. package/docs-dev/assets/main.js +494 -7738
  5. package/docs-dev/assets/style.css +166 -221
  6. package/docs-dev/changelog/index.html +294 -3
  7. package/docs-dev/changelog/updates-and-changes/index.html +5109 -0
  8. package/docs-dev/demos/accordion/index.html +240 -0
  9. package/docs-dev/demos/badge/index.html +240 -0
  10. package/docs-dev/demos/breakpoints-manager/index.html +240 -0
  11. package/docs-dev/demos/button/index.html +240 -0
  12. package/docs-dev/demos/button-group/index.html +5502 -0
  13. package/docs-dev/demos/button-verbose/index.html +240 -0
  14. package/docs-dev/demos/callout/index.html +240 -0
  15. package/docs-dev/demos/captioned-figure/index.html +240 -0
  16. package/docs-dev/demos/card/index.html +256 -16
  17. package/docs-dev/demos/card-grid/index.html +240 -0
  18. package/docs-dev/demos/card-new/index.html +5088 -0
  19. package/docs-dev/demos/card-old/index.html +5223 -0
  20. package/docs-dev/demos/card.1/index.html +5223 -0
  21. package/docs-dev/demos/card.TRASH/index.html +5541 -0
  22. package/docs-dev/demos/counter-list/index.html +240 -0
  23. package/docs-dev/demos/css-icons/index.html +240 -0
  24. package/docs-dev/demos/data-grid/index.html +240 -0
  25. package/docs-dev/demos/data-table/index.html +340 -100
  26. package/docs-dev/demos/details-group/index.html +240 -0
  27. package/docs-dev/demos/file-save/index.html +240 -0
  28. package/docs-dev/demos/flipcard/index.html +240 -0
  29. package/docs-dev/demos/form-theme/index.html +240 -0
  30. package/docs-dev/demos/headline-label/index.html +5472 -0
  31. package/docs-dev/demos/index.html +240 -0
  32. package/docs-dev/demos/list-inline/index.html +240 -0
  33. package/docs-dev/demos/list-inline.1/index.html +4727 -0
  34. package/docs-dev/demos/list-lines/index.html +240 -0
  35. package/docs-dev/demos/menu-stack/index.html +240 -0
  36. package/docs-dev/demos/modals/index.html +240 -0
  37. package/docs-dev/demos/nav-strip/index.html +240 -0
  38. package/docs-dev/demos/overlay-section/index.html +240 -0
  39. package/docs-dev/demos/panel/index.html +5532 -0
  40. package/docs-dev/demos/popovers/index.html +240 -0
  41. package/docs-dev/demos/print/index.html +240 -0
  42. package/docs-dev/demos/pull-quote/index.html +240 -0
  43. package/docs-dev/demos/rail/index.html +5568 -0
  44. package/docs-dev/demos/rule/index.html +240 -0
  45. package/docs-dev/demos/scrollpoints/index.html +240 -0
  46. package/docs-dev/demos/spoke-spinner/index.html +240 -0
  47. package/docs-dev/demos/sticky-list/index.html +240 -0
  48. package/docs-dev/demos/tabs/index.html +240 -0
  49. package/docs-dev/demos/tag/index.html +240 -0
  50. package/docs-dev/demos/theme-toggle/index.html +240 -0
  51. package/docs-dev/demos/tiles/index.html +240 -0
  52. package/docs-dev/demos/tooltip/index.html +240 -0
  53. package/docs-dev/guide/building-stylesheet/index.html +240 -0
  54. package/docs-dev/guide/developing-ulu-scss-module/index.html +240 -0
  55. package/docs-dev/guide/index.html +240 -0
  56. package/docs-dev/guide/updates-and-changes/index.html +5033 -0
  57. package/docs-dev/index.html +240 -0
  58. package/docs-dev/javascript/events/index.html +240 -0
  59. package/docs-dev/javascript/index.html +240 -0
  60. package/docs-dev/javascript/settings/index.html +240 -0
  61. package/docs-dev/javascript/ui-breakpoints/index.html +240 -0
  62. package/docs-dev/javascript/ui-collapsible/index.html +240 -0
  63. package/docs-dev/javascript/ui-details-group/index.html +240 -0
  64. package/docs-dev/javascript/ui-dialog/index.html +240 -0
  65. package/docs-dev/javascript/ui-flipcard/index.html +240 -0
  66. package/docs-dev/javascript/ui-grid/index.html +240 -0
  67. package/docs-dev/javascript/ui-modal-builder/index.html +240 -0
  68. package/docs-dev/javascript/ui-overflow-scroller/index.html +240 -0
  69. package/docs-dev/javascript/ui-overflow-scroller-pager/index.html +240 -0
  70. package/docs-dev/javascript/ui-page/index.html +240 -0
  71. package/docs-dev/javascript/ui-popover/index.html +240 -0
  72. package/docs-dev/javascript/ui-print/index.html +240 -0
  73. package/docs-dev/javascript/ui-print-details/index.html +240 -0
  74. package/docs-dev/javascript/ui-programmatic-modal/index.html +240 -0
  75. package/docs-dev/javascript/ui-proxy-click/index.html +240 -0
  76. package/docs-dev/javascript/ui-resizer/index.html +452 -16
  77. package/docs-dev/javascript/ui-scroll-slider/index.html +240 -0
  78. package/docs-dev/javascript/ui-scrollpoint/index.html +240 -0
  79. package/docs-dev/javascript/ui-slider/index.html +240 -0
  80. package/docs-dev/javascript/ui-tabs/index.html +240 -0
  81. package/docs-dev/javascript/ui-theme-toggle/index.html +240 -0
  82. package/docs-dev/javascript/ui-tooltip/index.html +240 -0
  83. package/docs-dev/javascript/utils-class-logger/index.html +240 -0
  84. package/docs-dev/javascript/utils-css/index.html +240 -0
  85. package/docs-dev/javascript/utils-dom/index.html +240 -0
  86. package/docs-dev/javascript/utils-file-save/index.html +240 -0
  87. package/docs-dev/javascript/utils-floating-ui/index.html +240 -0
  88. package/docs-dev/javascript/utils-id/index.html +240 -0
  89. package/docs-dev/javascript/utils-pause-youtube-video/index.html +240 -0
  90. package/docs-dev/javascript/utils-system/index.html +240 -0
  91. package/docs-dev/sass/base/color/index.html +240 -0
  92. package/docs-dev/sass/base/elements/index.html +240 -0
  93. package/docs-dev/sass/base/index/index.html +240 -0
  94. package/docs-dev/sass/base/index.html +240 -0
  95. package/docs-dev/sass/base/keyframes/index.html +240 -0
  96. package/docs-dev/sass/base/layout/index.html +240 -0
  97. package/docs-dev/sass/base/normalize/index.html +240 -0
  98. package/docs-dev/sass/base/print/index.html +240 -0
  99. package/docs-dev/sass/base/root/index.html +240 -0
  100. package/docs-dev/sass/base/typography/index.html +240 -0
  101. package/docs-dev/sass/components/accordion/index.html +240 -0
  102. package/docs-dev/sass/components/adaptive-spacing/index.html +240 -0
  103. package/docs-dev/sass/components/badge/index.html +240 -0
  104. package/docs-dev/sass/components/basic-hero/index.html +240 -0
  105. package/docs-dev/sass/components/button/index.html +240 -0
  106. package/docs-dev/sass/components/button-group/index.html +5653 -0
  107. package/docs-dev/sass/components/button-verbose/index.html +240 -0
  108. package/docs-dev/sass/components/callout/index.html +240 -0
  109. package/docs-dev/sass/components/captioned-figure/index.html +240 -0
  110. package/docs-dev/sass/components/card/index.html +240 -0
  111. package/docs-dev/sass/components/card-grid/index.html +240 -0
  112. package/docs-dev/sass/components/counter-list/index.html +240 -0
  113. package/docs-dev/sass/components/css-icon/index.html +240 -0
  114. package/docs-dev/sass/components/data-grid/index.html +254 -14
  115. package/docs-dev/sass/components/data-table/index.html +240 -0
  116. package/docs-dev/sass/components/fill-context/index.html +240 -0
  117. package/docs-dev/sass/components/flipcard/index.html +240 -0
  118. package/docs-dev/sass/components/flipcard-grid/index.html +240 -0
  119. package/docs-dev/sass/components/form-theme/index.html +240 -0
  120. package/docs-dev/sass/components/headline-label/index.html +5683 -0
  121. package/docs-dev/sass/components/hero/index.html +240 -0
  122. package/docs-dev/sass/components/horizontal-rule/index.html +240 -0
  123. package/docs-dev/sass/components/image-grid/index.html +240 -0
  124. package/docs-dev/sass/components/index/index.html +254 -10
  125. package/docs-dev/sass/components/index.html +240 -0
  126. package/docs-dev/sass/components/links/index.html +240 -0
  127. package/docs-dev/sass/components/list-inline/index.html +240 -0
  128. package/docs-dev/sass/components/list-lines/index.html +240 -0
  129. package/docs-dev/sass/components/list-ordered/index.html +240 -0
  130. package/docs-dev/sass/components/list-unordered/index.html +240 -0
  131. package/docs-dev/sass/components/menu-stack/index.html +240 -0
  132. package/docs-dev/sass/components/modal/index.html +240 -0
  133. package/docs-dev/sass/components/nav-strip/index.html +240 -0
  134. package/docs-dev/sass/components/overlay-section/index.html +240 -0
  135. package/docs-dev/sass/components/pager/index.html +240 -0
  136. package/docs-dev/sass/components/panel/index.html +5883 -0
  137. package/docs-dev/sass/components/placeholder-block/index.html +240 -0
  138. package/docs-dev/sass/components/popover/index.html +240 -0
  139. package/docs-dev/sass/components/pull-quote/index.html +240 -0
  140. package/docs-dev/sass/components/rail/index.html +5670 -0
  141. package/docs-dev/sass/components/ratio-box/index.html +240 -0
  142. package/docs-dev/sass/components/rule/index.html +240 -0
  143. package/docs-dev/sass/components/scroll-slider/index.html +240 -0
  144. package/docs-dev/sass/components/skip-link/index.html +240 -0
  145. package/docs-dev/sass/components/slider/index.html +240 -0
  146. package/docs-dev/sass/components/spoke-spinner/index.html +240 -0
  147. package/docs-dev/sass/components/sticky-list/index.html +240 -0
  148. package/docs-dev/sass/components/tabs/index.html +240 -0
  149. package/docs-dev/sass/components/tag/index.html +240 -0
  150. package/docs-dev/sass/components/tile-button/index.html +240 -0
  151. package/docs-dev/sass/components/tile-grid/index.html +240 -0
  152. package/docs-dev/sass/components/tile-grid-overlay/index.html +240 -0
  153. package/docs-dev/sass/components/vignette/index.html +240 -0
  154. package/docs-dev/sass/components/wysiwyg/index.html +240 -0
  155. package/docs-dev/sass/core/breakpoint/index.html +241 -1
  156. package/docs-dev/sass/core/button/index.html +272 -30
  157. package/docs-dev/sass/core/color/index.html +240 -0
  158. package/docs-dev/sass/core/cssvar/index.html +240 -0
  159. package/docs-dev/sass/core/element/index.html +346 -30
  160. package/docs-dev/sass/core/index.html +240 -0
  161. package/docs-dev/sass/core/layout/index.html +240 -0
  162. package/docs-dev/sass/core/path/index.html +240 -0
  163. package/docs-dev/sass/core/selector/index.html +240 -0
  164. package/docs-dev/sass/core/typography/index.html +240 -0
  165. package/docs-dev/sass/core/units/index.html +240 -0
  166. package/docs-dev/sass/core/utils/index.html +358 -76
  167. package/docs-dev/sass/helpers/color/index.html +240 -0
  168. package/docs-dev/sass/helpers/display/index.html +240 -0
  169. package/docs-dev/sass/helpers/index/index.html +240 -0
  170. package/docs-dev/sass/helpers/index.html +240 -0
  171. package/docs-dev/sass/helpers/typography/index.html +240 -0
  172. package/docs-dev/sass/helpers/units/index.html +240 -0
  173. package/docs-dev/sass/helpers/utilities/index.html +240 -0
  174. package/docs-dev/sass/index.html +240 -0
  175. package/js/ui/modal-builder.js +2 -2
  176. package/js/ui/resizer.js +331 -112
  177. package/js/utils/font-awesome.js +1 -1
  178. package/package.json +1 -1
  179. package/scss/_breakpoint.scss +1 -1
  180. package/scss/_button.scss +7 -5
  181. package/scss/_element.scss +16 -0
  182. package/scss/_utils.scss +7 -0
  183. package/scss/components/_button-group.scss +90 -0
  184. package/scss/components/_data-grid.scss +0 -3
  185. package/scss/components/_headline-label.scss +83 -0
  186. package/scss/components/_index.scss +24 -0
  187. package/scss/components/_panel.scss +246 -0
  188. package/scss/components/_rail.scss +120 -0
  189. package/types/ui/dialog.d.ts.map +1 -1
  190. package/types/ui/index.d.ts +1 -1
  191. package/types/ui/resizer.d.ts +85 -12
  192. package/types/ui/resizer.d.ts.map +1 -1
  193. package/types/utils/index.d.ts +1 -1
@@ -226,6 +226,21 @@
226
226
  </li>
227
227
 
228
228
 
229
+ <li class="nav-tree__item ">
230
+
231
+ <a class="nav-tree__link " href="/frontend/demos/button-group/">
232
+
233
+
234
+ <span class="nav-tree__text">
235
+ Button Group
236
+ </span>
237
+
238
+ </a>
239
+
240
+
241
+ </li>
242
+
243
+
229
244
  <li class="nav-tree__item ">
230
245
 
231
246
  <a class="nav-tree__link " href="/frontend/demos/button-verbose/">
@@ -421,6 +436,21 @@
421
436
  </li>
422
437
 
423
438
 
439
+ <li class="nav-tree__item ">
440
+
441
+ <a class="nav-tree__link " href="/frontend/demos/headline-label/">
442
+
443
+
444
+ <span class="nav-tree__text">
445
+ Headline Label
446
+ </span>
447
+
448
+ </a>
449
+
450
+
451
+ </li>
452
+
453
+
424
454
  <li class="nav-tree__item ">
425
455
 
426
456
  <a class="nav-tree__link " href="/frontend/demos/hero/">
@@ -541,6 +571,21 @@
541
571
  </li>
542
572
 
543
573
 
574
+ <li class="nav-tree__item ">
575
+
576
+ <a class="nav-tree__link " href="/frontend/demos/panel/">
577
+
578
+
579
+ <span class="nav-tree__text">
580
+ Panel
581
+ </span>
582
+
583
+ </a>
584
+
585
+
586
+ </li>
587
+
588
+
544
589
  <li class="nav-tree__item ">
545
590
 
546
591
  <a class="nav-tree__link " href="/frontend/demos/popovers/">
@@ -586,6 +631,21 @@
586
631
  </li>
587
632
 
588
633
 
634
+ <li class="nav-tree__item ">
635
+
636
+ <a class="nav-tree__link " href="/frontend/demos/rail/">
637
+
638
+
639
+ <span class="nav-tree__text">
640
+ Rail
641
+ </span>
642
+
643
+ </a>
644
+
645
+
646
+ </li>
647
+
648
+
589
649
  <li class="nav-tree__item ">
590
650
 
591
651
  <a class="nav-tree__link " href="/frontend/demos/rule/">
@@ -1290,6 +1350,21 @@
1290
1350
  </li>
1291
1351
 
1292
1352
 
1353
+ <li class="nav-tree__item ">
1354
+
1355
+ <a class="nav-tree__link " href="/frontend/sass/components/button-group/">
1356
+
1357
+
1358
+ <span class="nav-tree__text">
1359
+ Button-group
1360
+ </span>
1361
+
1362
+ </a>
1363
+
1364
+
1365
+ </li>
1366
+
1367
+
1293
1368
  <li class="nav-tree__item ">
1294
1369
 
1295
1370
  <a class="nav-tree__link " href="/frontend/sass/components/button-verbose/">
@@ -1485,6 +1560,21 @@
1485
1560
  </li>
1486
1561
 
1487
1562
 
1563
+ <li class="nav-tree__item ">
1564
+
1565
+ <a class="nav-tree__link " href="/frontend/sass/components/headline-label/">
1566
+
1567
+
1568
+ <span class="nav-tree__text">
1569
+ Headline-label
1570
+ </span>
1571
+
1572
+ </a>
1573
+
1574
+
1575
+ </li>
1576
+
1577
+
1488
1578
  <li class="nav-tree__item ">
1489
1579
 
1490
1580
  <a class="nav-tree__link " href="/frontend/sass/components/hero/">
@@ -1695,6 +1785,21 @@
1695
1785
  </li>
1696
1786
 
1697
1787
 
1788
+ <li class="nav-tree__item ">
1789
+
1790
+ <a class="nav-tree__link " href="/frontend/sass/components/panel/">
1791
+
1792
+
1793
+ <span class="nav-tree__text">
1794
+ Panel
1795
+ </span>
1796
+
1797
+ </a>
1798
+
1799
+
1800
+ </li>
1801
+
1802
+
1698
1803
  <li class="nav-tree__item ">
1699
1804
 
1700
1805
  <a class="nav-tree__link " href="/frontend/sass/components/placeholder-block/">
@@ -1740,6 +1845,21 @@
1740
1845
  </li>
1741
1846
 
1742
1847
 
1848
+ <li class="nav-tree__item ">
1849
+
1850
+ <a class="nav-tree__link " href="/frontend/sass/components/rail/">
1851
+
1852
+
1853
+ <span class="nav-tree__text">
1854
+ Rail
1855
+ </span>
1856
+
1857
+ </a>
1858
+
1859
+
1860
+ </li>
1861
+
1862
+
1743
1863
  <li class="nav-tree__item ">
1744
1864
 
1745
1865
  <a class="nav-tree__link " href="/frontend/sass/components/ratio-box/">
@@ -2787,6 +2907,21 @@
2787
2907
  </li>
2788
2908
 
2789
2909
 
2910
+ <li class="nav-tree__item ">
2911
+
2912
+ <a class="nav-tree__link " href="/frontend/demos/button-group/">
2913
+
2914
+
2915
+ <span class="nav-tree__text">
2916
+ Button Group
2917
+ </span>
2918
+
2919
+ </a>
2920
+
2921
+
2922
+ </li>
2923
+
2924
+
2790
2925
  <li class="nav-tree__item ">
2791
2926
 
2792
2927
  <a class="nav-tree__link " href="/frontend/demos/button-verbose/">
@@ -2982,6 +3117,21 @@
2982
3117
  </li>
2983
3118
 
2984
3119
 
3120
+ <li class="nav-tree__item ">
3121
+
3122
+ <a class="nav-tree__link " href="/frontend/demos/headline-label/">
3123
+
3124
+
3125
+ <span class="nav-tree__text">
3126
+ Headline Label
3127
+ </span>
3128
+
3129
+ </a>
3130
+
3131
+
3132
+ </li>
3133
+
3134
+
2985
3135
  <li class="nav-tree__item ">
2986
3136
 
2987
3137
  <a class="nav-tree__link " href="/frontend/demos/hero/">
@@ -3102,6 +3252,21 @@
3102
3252
  </li>
3103
3253
 
3104
3254
 
3255
+ <li class="nav-tree__item ">
3256
+
3257
+ <a class="nav-tree__link " href="/frontend/demos/panel/">
3258
+
3259
+
3260
+ <span class="nav-tree__text">
3261
+ Panel
3262
+ </span>
3263
+
3264
+ </a>
3265
+
3266
+
3267
+ </li>
3268
+
3269
+
3105
3270
  <li class="nav-tree__item ">
3106
3271
 
3107
3272
  <a class="nav-tree__link " href="/frontend/demos/popovers/">
@@ -3147,6 +3312,21 @@
3147
3312
  </li>
3148
3313
 
3149
3314
 
3315
+ <li class="nav-tree__item ">
3316
+
3317
+ <a class="nav-tree__link " href="/frontend/demos/rail/">
3318
+
3319
+
3320
+ <span class="nav-tree__text">
3321
+ Rail
3322
+ </span>
3323
+
3324
+ </a>
3325
+
3326
+
3327
+ </li>
3328
+
3329
+
3150
3330
  <li class="nav-tree__item ">
3151
3331
 
3152
3332
  <a class="nav-tree__link " href="/frontend/demos/rule/">
@@ -3851,6 +4031,21 @@
3851
4031
  </li>
3852
4032
 
3853
4033
 
4034
+ <li class="nav-tree__item ">
4035
+
4036
+ <a class="nav-tree__link " href="/frontend/sass/components/button-group/">
4037
+
4038
+
4039
+ <span class="nav-tree__text">
4040
+ Button-group
4041
+ </span>
4042
+
4043
+ </a>
4044
+
4045
+
4046
+ </li>
4047
+
4048
+
3854
4049
  <li class="nav-tree__item ">
3855
4050
 
3856
4051
  <a class="nav-tree__link " href="/frontend/sass/components/button-verbose/">
@@ -4046,6 +4241,21 @@
4046
4241
  </li>
4047
4242
 
4048
4243
 
4244
+ <li class="nav-tree__item ">
4245
+
4246
+ <a class="nav-tree__link " href="/frontend/sass/components/headline-label/">
4247
+
4248
+
4249
+ <span class="nav-tree__text">
4250
+ Headline-label
4251
+ </span>
4252
+
4253
+ </a>
4254
+
4255
+
4256
+ </li>
4257
+
4258
+
4049
4259
  <li class="nav-tree__item ">
4050
4260
 
4051
4261
  <a class="nav-tree__link " href="/frontend/sass/components/hero/">
@@ -4256,6 +4466,21 @@
4256
4466
  </li>
4257
4467
 
4258
4468
 
4469
+ <li class="nav-tree__item ">
4470
+
4471
+ <a class="nav-tree__link " href="/frontend/sass/components/panel/">
4472
+
4473
+
4474
+ <span class="nav-tree__text">
4475
+ Panel
4476
+ </span>
4477
+
4478
+ </a>
4479
+
4480
+
4481
+ </li>
4482
+
4483
+
4259
4484
  <li class="nav-tree__item ">
4260
4485
 
4261
4486
  <a class="nav-tree__link " href="/frontend/sass/components/placeholder-block/">
@@ -4301,6 +4526,21 @@
4301
4526
  </li>
4302
4527
 
4303
4528
 
4529
+ <li class="nav-tree__item ">
4530
+
4531
+ <a class="nav-tree__link " href="/frontend/sass/components/rail/">
4532
+
4533
+
4534
+ <span class="nav-tree__text">
4535
+ Rail
4536
+ </span>
4537
+
4538
+ </a>
4539
+
4540
+
4541
+ </li>
4542
+
4543
+
4304
4544
  <li class="nav-tree__item ">
4305
4545
 
4306
4546
  <a class="nav-tree__link " href="/frontend/sass/components/ratio-box/">
@@ -5272,6 +5512,9 @@
5272
5512
  <li><a href="#function-function-fallback">function-fallback()</a>
5273
5513
  </li>
5274
5514
 
5515
+ <li><a href="#function-default">default()</a>
5516
+ </li>
5517
+
5275
5518
  <li><a href="#function-string-replace">string-replace()</a>
5276
5519
  </li>
5277
5520
 
@@ -5620,8 +5863,8 @@
5620
5863
  <li><strong>File:</strong> _utils.scss</li>
5621
5864
  <li><strong>Group:</strong> utils</li>
5622
5865
  <li><strong>Type:</strong> mixin</li>
5623
- <li><strong>Lines (comments):</strong> 655-658</li>
5624
- <li><strong>Lines (code):</strong> 660-667</li>
5866
+ <li><strong>Lines (comments):</strong> 662-665</li>
5867
+ <li><strong>Lines (code):</strong> 667-674</li>
5625
5868
  </ul>
5626
5869
  </details>
5627
5870
  <h4 id="parameters-4" tabindex="-1">Parameters</h4>
@@ -6571,6 +6814,45 @@
6571
6814
  <li><a href="/frontend/sass/core/breakpoint/#function-get">get()</a></li>
6572
6815
  </ul>
6573
6816
  <div class="sassdoc-item-header">
6817
+ <h3 id="function-default" tabindex="-1">default()</h3>
6818
+ <div class="sassdoc-item-header__labels">
6819
+ <span class="tag tag--primary"><strong>Function</strong></span>
6820
+ </div>
6821
+ </div>
6822
+ <p>If the value passed is equal to true use the default, else return the value</p>
6823
+ <details>
6824
+ <summary>File Information</summary>
6825
+ <ul>
6826
+ <li><strong>File:</strong> _utils.scss</li>
6827
+ <li><strong>Group:</strong> utils</li>
6828
+ <li><strong>Type:</strong> function</li>
6829
+ <li><strong>Lines (comments):</strong> 441-443</li>
6830
+ <li><strong>Lines (code):</strong> 444-446</li>
6831
+ </ul>
6832
+ </details>
6833
+ <h4 id="parameters-16" tabindex="-1">Parameters</h4>
6834
+ <table>
6835
+ <thead>
6836
+ <tr>
6837
+ <th style="text-align:left">Name</th>
6838
+ <th style="text-align:left">Type</th>
6839
+ <th style="text-align:left">Description</th>
6840
+ </tr>
6841
+ </thead>
6842
+ <tbody>
6843
+ <tr>
6844
+ <td style="text-align:left">$value</td>
6845
+ <td style="text-align:left"><code>*</code></td>
6846
+ <td style="text-align:left">The value to check</td>
6847
+ </tr>
6848
+ <tr>
6849
+ <td style="text-align:left">$default</td>
6850
+ <td style="text-align:left"><code>*</code></td>
6851
+ <td style="text-align:left">The value to return when true</td>
6852
+ </tr>
6853
+ </tbody>
6854
+ </table>
6855
+ <div class="sassdoc-item-header">
6574
6856
  <h3 id="function-string-replace" tabindex="-1">string-replace()</h3>
6575
6857
  <div class="sassdoc-item-header__labels">
6576
6858
  <span class="tag tag--primary"><strong>Function</strong></span>
@@ -6583,11 +6865,11 @@
6583
6865
  <li><strong>File:</strong> _utils.scss</li>
6584
6866
  <li><strong>Group:</strong> utils</li>
6585
6867
  <li><strong>Type:</strong> function</li>
6586
- <li><strong>Lines (comments):</strong> 441-445</li>
6587
- <li><strong>Lines (code):</strong> 447-463</li>
6868
+ <li><strong>Lines (comments):</strong> 448-452</li>
6869
+ <li><strong>Lines (code):</strong> 454-470</li>
6588
6870
  </ul>
6589
6871
  </details>
6590
- <h4 id="parameters-16" tabindex="-1">Parameters</h4>
6872
+ <h4 id="parameters-17" tabindex="-1">Parameters</h4>
6591
6873
  <table>
6592
6874
  <thead>
6593
6875
  <tr>
@@ -6635,11 +6917,11 @@
6635
6917
  <li><strong>File:</strong> _utils.scss</li>
6636
6918
  <li><strong>Group:</strong> utils</li>
6637
6919
  <li><strong>Type:</strong> function</li>
6638
- <li><strong>Lines (comments):</strong> 465-469</li>
6639
- <li><strong>Lines (code):</strong> 471-479</li>
6920
+ <li><strong>Lines (comments):</strong> 472-476</li>
6921
+ <li><strong>Lines (code):</strong> 478-486</li>
6640
6922
  </ul>
6641
6923
  </details>
6642
- <h4 id="parameters-17" tabindex="-1">Parameters</h4>
6924
+ <h4 id="parameters-18" tabindex="-1">Parameters</h4>
6643
6925
  <table>
6644
6926
  <thead>
6645
6927
  <tr>
@@ -6692,11 +6974,11 @@
6692
6974
  <li><strong>File:</strong> _utils.scss</li>
6693
6975
  <li><strong>Group:</strong> utils</li>
6694
6976
  <li><strong>Type:</strong> function</li>
6695
- <li><strong>Lines (comments):</strong> 481-485</li>
6696
- <li><strong>Lines (code):</strong> 487-495</li>
6977
+ <li><strong>Lines (comments):</strong> 488-492</li>
6978
+ <li><strong>Lines (code):</strong> 494-502</li>
6697
6979
  </ul>
6698
6980
  </details>
6699
- <h4 id="parameters-18" tabindex="-1">Parameters</h4>
6981
+ <h4 id="parameters-19" tabindex="-1">Parameters</h4>
6700
6982
  <table>
6701
6983
  <thead>
6702
6984
  <tr>
@@ -6746,11 +7028,11 @@
6746
7028
  <li><strong>File:</strong> _utils.scss</li>
6747
7029
  <li><strong>Group:</strong> utils</li>
6748
7030
  <li><strong>Type:</strong> function</li>
6749
- <li><strong>Lines (comments):</strong> 497-501</li>
6750
- <li><strong>Lines (code):</strong> 503-518</li>
7031
+ <li><strong>Lines (comments):</strong> 504-508</li>
7032
+ <li><strong>Lines (code):</strong> 510-525</li>
6751
7033
  </ul>
6752
7034
  </details>
6753
- <h4 id="parameters-19" tabindex="-1">Parameters</h4>
7035
+ <h4 id="parameters-20" tabindex="-1">Parameters</h4>
6754
7036
  <table>
6755
7037
  <thead>
6756
7038
  <tr>
@@ -6813,8 +7095,8 @@
6813
7095
  <li><strong>File:</strong> _utils.scss</li>
6814
7096
  <li><strong>Group:</strong> utils</li>
6815
7097
  <li><strong>Type:</strong> function</li>
6816
- <li><strong>Lines (comments):</strong> 520-535</li>
6817
- <li><strong>Lines (code):</strong> 537-553</li>
7098
+ <li><strong>Lines (comments):</strong> 527-542</li>
7099
+ <li><strong>Lines (code):</strong> 544-560</li>
6818
7100
  </ul>
6819
7101
  </details>
6820
7102
  <h4 id="examples-14" tabindex="-1">Examples</h4>
@@ -6827,7 +7109,7 @@
6827
7109
  <span class="pjs-token pjs-property">left</span><span class="pjs-token pjs-punctuation">:</span> map.<span class="pjs-token pjs-function">get</span><span class="pjs-token pjs-punctuation">(</span><span class="pjs-token pjs-variable">$spacing</span><span class="pjs-token pjs-punctuation">,</span> <span class="pjs-token pjs-string">"left"</span><span class="pjs-token pjs-punctuation">)</span><span class="pjs-token pjs-punctuation">;</span>
6828
7110
  <span class="pjs-token pjs-comment">// left = 2em</span>
6829
7111
  <span class="pjs-token pjs-punctuation">}</span></code></pre>
6830
- <h4 id="parameters-20" tabindex="-1">Parameters</h4>
7112
+ <h4 id="parameters-21" tabindex="-1">Parameters</h4>
6831
7113
  <table>
6832
7114
  <thead>
6833
7115
  <tr>
@@ -6876,8 +7158,8 @@
6876
7158
  <li><strong>File:</strong> _utils.scss</li>
6877
7159
  <li><strong>Group:</strong> utils</li>
6878
7160
  <li><strong>Type:</strong> function</li>
6879
- <li><strong>Lines (comments):</strong> 555-564</li>
6880
- <li><strong>Lines (code):</strong> 566-568</li>
7161
+ <li><strong>Lines (comments):</strong> 562-571</li>
7162
+ <li><strong>Lines (code):</strong> 573-575</li>
6881
7163
  </ul>
6882
7164
  </details>
6883
7165
  <h4 id="examples-15" tabindex="-1">Examples</h4>
@@ -6888,7 +7170,7 @@
6888
7170
  <span class="pjs-token pjs-property">top</span><span class="pjs-token pjs-punctuation">:</span> <span class="pjs-token pjs-function">get-spacing-top</span><span class="pjs-token pjs-punctuation">(</span><span class="pjs-token pjs-variable">$user-padding</span><span class="pjs-token pjs-punctuation">)</span><span class="pjs-token pjs-punctuation">;</span>
6889
7171
  <span class="pjs-token pjs-comment">// top = 2em</span>
6890
7172
  <span class="pjs-token pjs-punctuation">}</span></code></pre>
6891
- <h4 id="parameters-21" tabindex="-1">Parameters</h4>
7173
+ <h4 id="parameters-22" tabindex="-1">Parameters</h4>
6892
7174
  <table>
6893
7175
  <thead>
6894
7176
  <tr>
@@ -6936,8 +7218,8 @@
6936
7218
  <li><strong>File:</strong> _utils.scss</li>
6937
7219
  <li><strong>Group:</strong> utils</li>
6938
7220
  <li><strong>Type:</strong> function</li>
6939
- <li><strong>Lines (comments):</strong> 570-579</li>
6940
- <li><strong>Lines (code):</strong> 581-583</li>
7221
+ <li><strong>Lines (comments):</strong> 577-586</li>
7222
+ <li><strong>Lines (code):</strong> 588-590</li>
6941
7223
  </ul>
6942
7224
  </details>
6943
7225
  <h4 id="examples-16" tabindex="-1">Examples</h4>
@@ -6948,7 +7230,7 @@
6948
7230
  <span class="pjs-token pjs-property">right</span><span class="pjs-token pjs-punctuation">:</span> <span class="pjs-token pjs-function">get-spacing-right</span><span class="pjs-token pjs-punctuation">(</span><span class="pjs-token pjs-variable">$user-padding</span><span class="pjs-token pjs-punctuation">)</span><span class="pjs-token pjs-punctuation">;</span>
6949
7231
  <span class="pjs-token pjs-comment">// right = 2em</span>
6950
7232
  <span class="pjs-token pjs-punctuation">}</span></code></pre>
6951
- <h4 id="parameters-22" tabindex="-1">Parameters</h4>
7233
+ <h4 id="parameters-23" tabindex="-1">Parameters</h4>
6952
7234
  <table>
6953
7235
  <thead>
6954
7236
  <tr>
@@ -6996,8 +7278,8 @@
6996
7278
  <li><strong>File:</strong> _utils.scss</li>
6997
7279
  <li><strong>Group:</strong> utils</li>
6998
7280
  <li><strong>Type:</strong> function</li>
6999
- <li><strong>Lines (comments):</strong> 585-594</li>
7000
- <li><strong>Lines (code):</strong> 596-598</li>
7281
+ <li><strong>Lines (comments):</strong> 592-601</li>
7282
+ <li><strong>Lines (code):</strong> 603-605</li>
7001
7283
  </ul>
7002
7284
  </details>
7003
7285
  <h4 id="examples-17" tabindex="-1">Examples</h4>
@@ -7008,7 +7290,7 @@
7008
7290
  <span class="pjs-token pjs-property">bottom</span><span class="pjs-token pjs-punctuation">:</span> <span class="pjs-token pjs-function">get-spacing-bottom</span><span class="pjs-token pjs-punctuation">(</span><span class="pjs-token pjs-variable">$user-padding</span><span class="pjs-token pjs-punctuation">)</span><span class="pjs-token pjs-punctuation">;</span>
7009
7291
  <span class="pjs-token pjs-comment">// bottom = 2em</span>
7010
7292
  <span class="pjs-token pjs-punctuation">}</span></code></pre>
7011
- <h4 id="parameters-23" tabindex="-1">Parameters</h4>
7293
+ <h4 id="parameters-24" tabindex="-1">Parameters</h4>
7012
7294
  <table>
7013
7295
  <thead>
7014
7296
  <tr>
@@ -7056,8 +7338,8 @@
7056
7338
  <li><strong>File:</strong> _utils.scss</li>
7057
7339
  <li><strong>Group:</strong> utils</li>
7058
7340
  <li><strong>Type:</strong> function</li>
7059
- <li><strong>Lines (comments):</strong> 600-609</li>
7060
- <li><strong>Lines (code):</strong> 611-613</li>
7341
+ <li><strong>Lines (comments):</strong> 607-616</li>
7342
+ <li><strong>Lines (code):</strong> 618-620</li>
7061
7343
  </ul>
7062
7344
  </details>
7063
7345
  <h4 id="examples-18" tabindex="-1">Examples</h4>
@@ -7068,7 +7350,7 @@
7068
7350
  <span class="pjs-token pjs-property">left</span><span class="pjs-token pjs-punctuation">:</span> <span class="pjs-token pjs-function">get-spacing-left</span><span class="pjs-token pjs-punctuation">(</span><span class="pjs-token pjs-variable">$user-padding</span><span class="pjs-token pjs-punctuation">)</span><span class="pjs-token pjs-punctuation">;</span>
7069
7351
  <span class="pjs-token pjs-comment">// left = 2em</span>
7070
7352
  <span class="pjs-token pjs-punctuation">}</span></code></pre>
7071
- <h4 id="parameters-24" tabindex="-1">Parameters</h4>
7353
+ <h4 id="parameters-25" tabindex="-1">Parameters</h4>
7072
7354
  <table>
7073
7355
  <thead>
7074
7356
  <tr>
@@ -7119,8 +7401,8 @@
7119
7401
  <li><strong>File:</strong> _utils.scss</li>
7120
7402
  <li><strong>Group:</strong> utils</li>
7121
7403
  <li><strong>Type:</strong> function</li>
7122
- <li><strong>Lines (comments):</strong> 615-621</li>
7123
- <li><strong>Lines (code):</strong> 623-633</li>
7404
+ <li><strong>Lines (comments):</strong> 622-628</li>
7405
+ <li><strong>Lines (code):</strong> 630-640</li>
7124
7406
  </ul>
7125
7407
  </details>
7126
7408
  <h4 id="examples-19" tabindex="-1">Examples</h4>
@@ -7156,11 +7438,11 @@
7156
7438
  <li><strong>File:</strong> _utils.scss</li>
7157
7439
  <li><strong>Group:</strong> utils</li>
7158
7440
  <li><strong>Type:</strong> function</li>
7159
- <li><strong>Lines (comments):</strong> 635-640</li>
7160
- <li><strong>Lines (code):</strong> 642-644</li>
7441
+ <li><strong>Lines (comments):</strong> 642-647</li>
7442
+ <li><strong>Lines (code):</strong> 649-651</li>
7161
7443
  </ul>
7162
7444
  </details>
7163
- <h4 id="parameters-25" tabindex="-1">Parameters</h4>
7445
+ <h4 id="parameters-26" tabindex="-1">Parameters</h4>
7164
7446
  <table>
7165
7447
  <thead>
7166
7448
  <tr>
@@ -7222,11 +7504,11 @@
7222
7504
  <li><strong>File:</strong> _utils.scss</li>
7223
7505
  <li><strong>Group:</strong> utils</li>
7224
7506
  <li><strong>Type:</strong> function</li>
7225
- <li><strong>Lines (comments):</strong> 646-649</li>
7226
- <li><strong>Lines (code):</strong> 651-653</li>
7507
+ <li><strong>Lines (comments):</strong> 653-656</li>
7508
+ <li><strong>Lines (code):</strong> 658-660</li>
7227
7509
  </ul>
7228
7510
  </details>
7229
- <h4 id="parameters-26" tabindex="-1">Parameters</h4>
7511
+ <h4 id="parameters-27" tabindex="-1">Parameters</h4>
7230
7512
  <table>
7231
7513
  <thead>
7232
7514
  <tr>
@@ -7279,11 +7561,11 @@
7279
7561
  <li><strong>File:</strong> _utils.scss</li>
7280
7562
  <li><strong>Group:</strong> utils</li>
7281
7563
  <li><strong>Type:</strong> function</li>
7282
- <li><strong>Lines (comments):</strong> 669-673</li>
7283
- <li><strong>Lines (code):</strong> 675-677</li>
7564
+ <li><strong>Lines (comments):</strong> 676-680</li>
7565
+ <li><strong>Lines (code):</strong> 682-684</li>
7284
7566
  </ul>
7285
7567
  </details>
7286
- <h4 id="parameters-27" tabindex="-1">Parameters</h4>
7568
+ <h4 id="parameters-28" tabindex="-1">Parameters</h4>
7287
7569
  <table>
7288
7570
  <thead>
7289
7571
  <tr>
@@ -7333,11 +7615,11 @@
7333
7615
  <li><strong>File:</strong> _utils.scss</li>
7334
7616
  <li><strong>Group:</strong> utils</li>
7335
7617
  <li><strong>Type:</strong> function</li>
7336
- <li><strong>Lines (comments):</strong> 679-682</li>
7337
- <li><strong>Lines (code):</strong> 684-715</li>
7618
+ <li><strong>Lines (comments):</strong> 686-689</li>
7619
+ <li><strong>Lines (code):</strong> 691-722</li>
7338
7620
  </ul>
7339
7621
  </details>
7340
- <h4 id="parameters-28" tabindex="-1">Parameters</h4>
7622
+ <h4 id="parameters-29" tabindex="-1">Parameters</h4>
7341
7623
  <table>
7342
7624
  <thead>
7343
7625
  <tr>
@@ -7389,11 +7671,11 @@
7389
7671
  <li><strong>File:</strong> _utils.scss</li>
7390
7672
  <li><strong>Group:</strong> utils</li>
7391
7673
  <li><strong>Type:</strong> function</li>
7392
- <li><strong>Lines (comments):</strong> 717-721</li>
7393
- <li><strong>Lines (code):</strong> 723-741</li>
7674
+ <li><strong>Lines (comments):</strong> 724-728</li>
7675
+ <li><strong>Lines (code):</strong> 730-748</li>
7394
7676
  </ul>
7395
7677
  </details>
7396
- <h4 id="parameters-29" tabindex="-1">Parameters</h4>
7678
+ <h4 id="parameters-30" tabindex="-1">Parameters</h4>
7397
7679
  <table>
7398
7680
  <thead>
7399
7681
  <tr>
@@ -7448,11 +7730,11 @@
7448
7730
  <li><strong>File:</strong> _utils.scss</li>
7449
7731
  <li><strong>Group:</strong> utils</li>
7450
7732
  <li><strong>Type:</strong> function</li>
7451
- <li><strong>Lines (comments):</strong> 743-745</li>
7452
- <li><strong>Lines (code):</strong> 747-749</li>
7733
+ <li><strong>Lines (comments):</strong> 750-752</li>
7734
+ <li><strong>Lines (code):</strong> 754-756</li>
7453
7735
  </ul>
7454
7736
  </details>
7455
- <h4 id="parameters-30" tabindex="-1">Parameters</h4>
7737
+ <h4 id="parameters-31" tabindex="-1">Parameters</h4>
7456
7738
  <table>
7457
7739
  <thead>
7458
7740
  <tr>
@@ -7497,11 +7779,11 @@
7497
7779
  <li><strong>File:</strong> _utils.scss</li>
7498
7780
  <li><strong>Group:</strong> utils</li>
7499
7781
  <li><strong>Type:</strong> function</li>
7500
- <li><strong>Lines (comments):</strong> 751-753</li>
7501
- <li><strong>Lines (code):</strong> 755-757</li>
7782
+ <li><strong>Lines (comments):</strong> 758-760</li>
7783
+ <li><strong>Lines (code):</strong> 762-764</li>
7502
7784
  </ul>
7503
7785
  </details>
7504
- <h4 id="parameters-31" tabindex="-1">Parameters</h4>
7786
+ <h4 id="parameters-32" tabindex="-1">Parameters</h4>
7505
7787
  <table>
7506
7788
  <thead>
7507
7789
  <tr>
@@ -7546,11 +7828,11 @@
7546
7828
  <li><strong>File:</strong> _utils.scss</li>
7547
7829
  <li><strong>Group:</strong> utils</li>
7548
7830
  <li><strong>Type:</strong> function</li>
7549
- <li><strong>Lines (comments):</strong> 759-761</li>
7550
- <li><strong>Lines (code):</strong> 763-765</li>
7831
+ <li><strong>Lines (comments):</strong> 766-768</li>
7832
+ <li><strong>Lines (code):</strong> 770-772</li>
7551
7833
  </ul>
7552
7834
  </details>
7553
- <h4 id="parameters-32" tabindex="-1">Parameters</h4>
7835
+ <h4 id="parameters-33" tabindex="-1">Parameters</h4>
7554
7836
  <table>
7555
7837
  <thead>
7556
7838
  <tr>
@@ -7595,11 +7877,11 @@
7595
7877
  <li><strong>File:</strong> _utils.scss</li>
7596
7878
  <li><strong>Group:</strong> utils</li>
7597
7879
  <li><strong>Type:</strong> function</li>
7598
- <li><strong>Lines (comments):</strong> 767-769</li>
7599
- <li><strong>Lines (code):</strong> 771-773</li>
7880
+ <li><strong>Lines (comments):</strong> 774-776</li>
7881
+ <li><strong>Lines (code):</strong> 778-780</li>
7600
7882
  </ul>
7601
7883
  </details>
7602
- <h4 id="parameters-33" tabindex="-1">Parameters</h4>
7884
+ <h4 id="parameters-34" tabindex="-1">Parameters</h4>
7603
7885
  <table>
7604
7886
  <thead>
7605
7887
  <tr>
@@ -7644,11 +7926,11 @@
7644
7926
  <li><strong>File:</strong> _utils.scss</li>
7645
7927
  <li><strong>Group:</strong> utils</li>
7646
7928
  <li><strong>Type:</strong> function</li>
7647
- <li><strong>Lines (comments):</strong> 775-777</li>
7648
- <li><strong>Lines (code):</strong> 779-781</li>
7929
+ <li><strong>Lines (comments):</strong> 782-784</li>
7930
+ <li><strong>Lines (code):</strong> 786-788</li>
7649
7931
  </ul>
7650
7932
  </details>
7651
- <h4 id="parameters-34" tabindex="-1">Parameters</h4>
7933
+ <h4 id="parameters-35" tabindex="-1">Parameters</h4>
7652
7934
  <table>
7653
7935
  <thead>
7654
7936
  <tr>
@@ -7696,11 +7978,11 @@
7696
7978
  <li><strong>File:</strong> _utils.scss</li>
7697
7979
  <li><strong>Group:</strong> utils</li>
7698
7980
  <li><strong>Type:</strong> function</li>
7699
- <li><strong>Lines (comments):</strong> 801-804</li>
7700
- <li><strong>Lines (code):</strong> 806-812</li>
7981
+ <li><strong>Lines (comments):</strong> 808-811</li>
7982
+ <li><strong>Lines (code):</strong> 813-819</li>
7701
7983
  </ul>
7702
7984
  </details>
7703
- <h4 id="parameters-35" tabindex="-1">Parameters</h4>
7985
+ <h4 id="parameters-36" tabindex="-1">Parameters</h4>
7704
7986
  <table>
7705
7987
  <thead>
7706
7988
  <tr>
@@ -7754,11 +8036,11 @@
7754
8036
  <li><strong>File:</strong> _utils.scss</li>
7755
8037
  <li><strong>Group:</strong> utils</li>
7756
8038
  <li><strong>Type:</strong> function</li>
7757
- <li><strong>Lines (comments):</strong> 814-816</li>
7758
- <li><strong>Lines (code):</strong> 818-820</li>
8039
+ <li><strong>Lines (comments):</strong> 821-823</li>
8040
+ <li><strong>Lines (code):</strong> 825-827</li>
7759
8041
  </ul>
7760
8042
  </details>
7761
- <h4 id="parameters-36" tabindex="-1">Parameters</h4>
8043
+ <h4 id="parameters-37" tabindex="-1">Parameters</h4>
7762
8044
  <table>
7763
8045
  <thead>
7764
8046
  <tr>
@@ -7807,11 +8089,11 @@
7807
8089
  <li><strong>File:</strong> _utils.scss</li>
7808
8090
  <li><strong>Group:</strong> utils</li>
7809
8091
  <li><strong>Type:</strong> function</li>
7810
- <li><strong>Lines (comments):</strong> 822-824</li>
7811
- <li><strong>Lines (code):</strong> 826-828</li>
8092
+ <li><strong>Lines (comments):</strong> 829-831</li>
8093
+ <li><strong>Lines (code):</strong> 833-835</li>
7812
8094
  </ul>
7813
8095
  </details>
7814
- <h4 id="parameters-37" tabindex="-1">Parameters</h4>
8096
+ <h4 id="parameters-38" tabindex="-1">Parameters</h4>
7815
8097
  <table>
7816
8098
  <thead>
7817
8099
  <tr>
@@ -7860,11 +8142,11 @@
7860
8142
  <li><strong>File:</strong> _utils.scss</li>
7861
8143
  <li><strong>Group:</strong> utils</li>
7862
8144
  <li><strong>Type:</strong> function</li>
7863
- <li><strong>Lines (comments):</strong> 830-833</li>
7864
- <li><strong>Lines (code):</strong> 835-843</li>
8145
+ <li><strong>Lines (comments):</strong> 837-840</li>
8146
+ <li><strong>Lines (code):</strong> 842-850</li>
7865
8147
  </ul>
7866
8148
  </details>
7867
- <h4 id="parameters-38" tabindex="-1">Parameters</h4>
8149
+ <h4 id="parameters-39" tabindex="-1">Parameters</h4>
7868
8150
  <table>
7869
8151
  <thead>
7870
8152
  <tr>
@@ -7913,11 +8195,11 @@
7913
8195
  <li><strong>File:</strong> _utils.scss</li>
7914
8196
  <li><strong>Group:</strong> utils</li>
7915
8197
  <li><strong>Type:</strong> function</li>
7916
- <li><strong>Lines (comments):</strong> 845-848</li>
7917
- <li><strong>Lines (code):</strong> 850-852</li>
8198
+ <li><strong>Lines (comments):</strong> 852-855</li>
8199
+ <li><strong>Lines (code):</strong> 857-859</li>
7918
8200
  </ul>
7919
8201
  </details>
7920
- <h4 id="parameters-39" tabindex="-1">Parameters</h4>
8202
+ <h4 id="parameters-40" tabindex="-1">Parameters</h4>
7921
8203
  <table>
7922
8204
  <thead>
7923
8205
  <tr>