@ulu/frontend 0.1.0-beta.83 → 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.
- package/CHANGELOG.md +20 -0
- package/dist/ulu-frontend.min.css +1 -1
- package/docs-dev/assets/main.js +494 -7738
- package/docs-dev/assets/style.css +166 -221
- package/docs-dev/changelog/index.html +294 -3
- package/docs-dev/changelog/updates-and-changes/index.html +5109 -0
- package/docs-dev/demos/accordion/index.html +240 -0
- package/docs-dev/demos/badge/index.html +240 -0
- package/docs-dev/demos/breakpoints-manager/index.html +240 -0
- package/docs-dev/demos/button/index.html +240 -0
- package/docs-dev/demos/button-group/index.html +5502 -0
- package/docs-dev/demos/button-verbose/index.html +240 -0
- package/docs-dev/demos/callout/index.html +240 -0
- package/docs-dev/demos/captioned-figure/index.html +240 -0
- package/docs-dev/demos/card/index.html +256 -16
- package/docs-dev/demos/card-grid/index.html +240 -0
- package/docs-dev/demos/card-new/index.html +5088 -0
- package/docs-dev/demos/card-old/index.html +5223 -0
- package/docs-dev/demos/card.1/index.html +5223 -0
- package/docs-dev/demos/card.TRASH/index.html +5541 -0
- package/docs-dev/demos/counter-list/index.html +240 -0
- package/docs-dev/demos/css-icons/index.html +240 -0
- package/docs-dev/demos/data-grid/index.html +240 -0
- package/docs-dev/demos/data-table/index.html +340 -100
- package/docs-dev/demos/details-group/index.html +240 -0
- package/docs-dev/demos/file-save/index.html +240 -0
- package/docs-dev/demos/flipcard/index.html +240 -0
- package/docs-dev/demos/form-theme/index.html +240 -0
- package/docs-dev/demos/headline-label/index.html +5472 -0
- package/docs-dev/demos/index.html +240 -0
- package/docs-dev/demos/list-inline/index.html +240 -0
- package/docs-dev/demos/list-inline.1/index.html +4727 -0
- package/docs-dev/demos/list-lines/index.html +240 -0
- package/docs-dev/demos/menu-stack/index.html +240 -0
- package/docs-dev/demos/modals/index.html +240 -0
- package/docs-dev/demos/nav-strip/index.html +240 -0
- package/docs-dev/demos/overlay-section/index.html +240 -0
- package/docs-dev/demos/panel/index.html +5532 -0
- package/docs-dev/demos/popovers/index.html +240 -0
- package/docs-dev/demos/print/index.html +240 -0
- package/docs-dev/demos/pull-quote/index.html +240 -0
- package/docs-dev/demos/rail/index.html +5568 -0
- package/docs-dev/demos/rule/index.html +240 -0
- package/docs-dev/demos/scrollpoints/index.html +240 -0
- package/docs-dev/demos/spoke-spinner/index.html +240 -0
- package/docs-dev/demos/sticky-list/index.html +240 -0
- package/docs-dev/demos/tabs/index.html +240 -0
- package/docs-dev/demos/tag/index.html +240 -0
- package/docs-dev/demos/theme-toggle/index.html +240 -0
- package/docs-dev/demos/tiles/index.html +240 -0
- package/docs-dev/demos/tooltip/index.html +240 -0
- package/docs-dev/guide/building-stylesheet/index.html +240 -0
- package/docs-dev/guide/developing-ulu-scss-module/index.html +240 -0
- package/docs-dev/guide/index.html +240 -0
- package/docs-dev/guide/updates-and-changes/index.html +5033 -0
- package/docs-dev/index.html +240 -0
- package/docs-dev/javascript/events/index.html +240 -0
- package/docs-dev/javascript/index.html +240 -0
- package/docs-dev/javascript/settings/index.html +240 -0
- package/docs-dev/javascript/ui-breakpoints/index.html +240 -0
- package/docs-dev/javascript/ui-collapsible/index.html +240 -0
- package/docs-dev/javascript/ui-details-group/index.html +240 -0
- package/docs-dev/javascript/ui-dialog/index.html +240 -0
- package/docs-dev/javascript/ui-flipcard/index.html +240 -0
- package/docs-dev/javascript/ui-grid/index.html +240 -0
- package/docs-dev/javascript/ui-modal-builder/index.html +240 -0
- package/docs-dev/javascript/ui-overflow-scroller/index.html +240 -0
- package/docs-dev/javascript/ui-overflow-scroller-pager/index.html +240 -0
- package/docs-dev/javascript/ui-page/index.html +240 -0
- package/docs-dev/javascript/ui-popover/index.html +240 -0
- package/docs-dev/javascript/ui-print/index.html +240 -0
- package/docs-dev/javascript/ui-print-details/index.html +240 -0
- package/docs-dev/javascript/ui-programmatic-modal/index.html +240 -0
- package/docs-dev/javascript/ui-proxy-click/index.html +240 -0
- package/docs-dev/javascript/ui-resizer/index.html +240 -0
- package/docs-dev/javascript/ui-scroll-slider/index.html +240 -0
- package/docs-dev/javascript/ui-scrollpoint/index.html +240 -0
- package/docs-dev/javascript/ui-slider/index.html +240 -0
- package/docs-dev/javascript/ui-tabs/index.html +240 -0
- package/docs-dev/javascript/ui-theme-toggle/index.html +240 -0
- package/docs-dev/javascript/ui-tooltip/index.html +240 -0
- package/docs-dev/javascript/utils-class-logger/index.html +240 -0
- package/docs-dev/javascript/utils-css/index.html +240 -0
- package/docs-dev/javascript/utils-dom/index.html +240 -0
- package/docs-dev/javascript/utils-file-save/index.html +240 -0
- package/docs-dev/javascript/utils-floating-ui/index.html +240 -0
- package/docs-dev/javascript/utils-id/index.html +240 -0
- package/docs-dev/javascript/utils-pause-youtube-video/index.html +240 -0
- package/docs-dev/javascript/utils-system/index.html +240 -0
- package/docs-dev/sass/base/color/index.html +240 -0
- package/docs-dev/sass/base/elements/index.html +240 -0
- package/docs-dev/sass/base/index/index.html +240 -0
- package/docs-dev/sass/base/index.html +240 -0
- package/docs-dev/sass/base/keyframes/index.html +240 -0
- package/docs-dev/sass/base/layout/index.html +240 -0
- package/docs-dev/sass/base/normalize/index.html +240 -0
- package/docs-dev/sass/base/print/index.html +240 -0
- package/docs-dev/sass/base/root/index.html +240 -0
- package/docs-dev/sass/base/typography/index.html +240 -0
- package/docs-dev/sass/components/accordion/index.html +240 -0
- package/docs-dev/sass/components/adaptive-spacing/index.html +240 -0
- package/docs-dev/sass/components/badge/index.html +240 -0
- package/docs-dev/sass/components/basic-hero/index.html +240 -0
- package/docs-dev/sass/components/button/index.html +240 -0
- package/docs-dev/sass/components/button-group/index.html +5653 -0
- package/docs-dev/sass/components/button-verbose/index.html +240 -0
- package/docs-dev/sass/components/callout/index.html +240 -0
- package/docs-dev/sass/components/captioned-figure/index.html +240 -0
- package/docs-dev/sass/components/card/index.html +240 -0
- package/docs-dev/sass/components/card-grid/index.html +240 -0
- package/docs-dev/sass/components/counter-list/index.html +240 -0
- package/docs-dev/sass/components/css-icon/index.html +240 -0
- package/docs-dev/sass/components/data-grid/index.html +254 -14
- package/docs-dev/sass/components/data-table/index.html +240 -0
- package/docs-dev/sass/components/fill-context/index.html +240 -0
- package/docs-dev/sass/components/flipcard/index.html +240 -0
- package/docs-dev/sass/components/flipcard-grid/index.html +240 -0
- package/docs-dev/sass/components/form-theme/index.html +240 -0
- package/docs-dev/sass/components/headline-label/index.html +5683 -0
- package/docs-dev/sass/components/hero/index.html +240 -0
- package/docs-dev/sass/components/horizontal-rule/index.html +240 -0
- package/docs-dev/sass/components/image-grid/index.html +240 -0
- package/docs-dev/sass/components/index/index.html +254 -10
- package/docs-dev/sass/components/index.html +240 -0
- package/docs-dev/sass/components/links/index.html +240 -0
- package/docs-dev/sass/components/list-inline/index.html +240 -0
- package/docs-dev/sass/components/list-lines/index.html +240 -0
- package/docs-dev/sass/components/list-ordered/index.html +240 -0
- package/docs-dev/sass/components/list-unordered/index.html +240 -0
- package/docs-dev/sass/components/menu-stack/index.html +240 -0
- package/docs-dev/sass/components/modal/index.html +240 -0
- package/docs-dev/sass/components/nav-strip/index.html +240 -0
- package/docs-dev/sass/components/overlay-section/index.html +240 -0
- package/docs-dev/sass/components/pager/index.html +240 -0
- package/docs-dev/sass/components/panel/index.html +5883 -0
- package/docs-dev/sass/components/placeholder-block/index.html +240 -0
- package/docs-dev/sass/components/popover/index.html +240 -0
- package/docs-dev/sass/components/pull-quote/index.html +240 -0
- package/docs-dev/sass/components/rail/index.html +5670 -0
- package/docs-dev/sass/components/ratio-box/index.html +240 -0
- package/docs-dev/sass/components/rule/index.html +240 -0
- package/docs-dev/sass/components/scroll-slider/index.html +240 -0
- package/docs-dev/sass/components/skip-link/index.html +240 -0
- package/docs-dev/sass/components/slider/index.html +240 -0
- package/docs-dev/sass/components/spoke-spinner/index.html +240 -0
- package/docs-dev/sass/components/sticky-list/index.html +240 -0
- package/docs-dev/sass/components/tabs/index.html +240 -0
- package/docs-dev/sass/components/tag/index.html +240 -0
- package/docs-dev/sass/components/tile-button/index.html +240 -0
- package/docs-dev/sass/components/tile-grid/index.html +240 -0
- package/docs-dev/sass/components/tile-grid-overlay/index.html +240 -0
- package/docs-dev/sass/components/vignette/index.html +240 -0
- package/docs-dev/sass/components/wysiwyg/index.html +240 -0
- package/docs-dev/sass/core/breakpoint/index.html +241 -1
- package/docs-dev/sass/core/button/index.html +272 -30
- package/docs-dev/sass/core/color/index.html +240 -0
- package/docs-dev/sass/core/cssvar/index.html +240 -0
- package/docs-dev/sass/core/element/index.html +346 -30
- package/docs-dev/sass/core/index.html +240 -0
- package/docs-dev/sass/core/layout/index.html +240 -0
- package/docs-dev/sass/core/path/index.html +240 -0
- package/docs-dev/sass/core/selector/index.html +240 -0
- package/docs-dev/sass/core/typography/index.html +240 -0
- package/docs-dev/sass/core/units/index.html +240 -0
- package/docs-dev/sass/core/utils/index.html +358 -76
- package/docs-dev/sass/helpers/color/index.html +240 -0
- package/docs-dev/sass/helpers/display/index.html +240 -0
- package/docs-dev/sass/helpers/index/index.html +240 -0
- package/docs-dev/sass/helpers/index.html +240 -0
- package/docs-dev/sass/helpers/typography/index.html +240 -0
- package/docs-dev/sass/helpers/units/index.html +240 -0
- package/docs-dev/sass/helpers/utilities/index.html +240 -0
- package/docs-dev/sass/index.html +240 -0
- package/package.json +1 -1
- package/scss/_breakpoint.scss +1 -1
- package/scss/_button.scss +7 -5
- package/scss/_element.scss +16 -0
- package/scss/_utils.scss +7 -0
- package/scss/components/_button-group.scss +90 -0
- package/scss/components/_data-grid.scss +0 -3
- package/scss/components/_headline-label.scss +83 -0
- package/scss/components/_index.scss +24 -0
- package/scss/components/_panel.scss +246 -0
- package/scss/components/_rail.scss +120 -0
- package/types/ui/index.d.ts +1 -1
- 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>
|
|
5624
|
-
<li><strong>Lines (code):</strong>
|
|
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>
|
|
6587
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
6639
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
6696
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
6750
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
6817
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
6880
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
6940
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7000
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7060
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7123
|
-
<li><strong>Lines (code):</strong>
|
|
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>
|
|
7160
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7226
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7283
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7337
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7393
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7452
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7501
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7550
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7599
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7648
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7700
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7758
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7811
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7864
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
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>
|
|
7917
|
-
<li><strong>Lines (code):</strong>
|
|
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-
|
|
8202
|
+
<h4 id="parameters-40" tabindex="-1">Parameters</h4>
|
|
7921
8203
|
<table>
|
|
7922
8204
|
<thead>
|
|
7923
8205
|
<tr>
|