@ulu/frontend 0.1.0-beta.10 → 0.1.0-beta.100
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 +641 -0
- package/README.dev.md +3 -3
- package/README.md +14 -4
- package/dist/ulu-frontend.min.css +1 -1
- package/dist/ulu-frontend.min.js +36 -29
- package/docs-dev/.nojekyll +1 -0
- package/docs-dev/assets/main.js +8290 -635
- package/docs-dev/assets/placeholder/icon-calendar.svg +1 -0
- package/docs-dev/assets/placeholder/icon-check.svg +1 -0
- package/docs-dev/assets/style.css +789 -338
- package/docs-dev/changelog/index.html +7184 -0
- package/docs-dev/demos/accordion/index.html +1277 -365
- package/docs-dev/demos/badge/index.html +5655 -0
- package/docs-dev/demos/badge-stack/index.html +5636 -0
- package/docs-dev/demos/{list-inline.1 → badge.1}/index.html +1231 -363
- package/docs-dev/demos/basic-hero/index.html +111 -0
- package/docs-dev/demos/breakpoints-manager/index.html +5666 -0
- package/docs-dev/demos/button/index.html +1309 -355
- package/docs-dev/demos/button-group/index.html +5652 -0
- package/docs-dev/demos/button-verbose/index.html +5658 -0
- package/docs-dev/demos/callout/index.html +1300 -347
- package/docs-dev/demos/captioned-figure/index.html +1271 -358
- package/docs-dev/demos/card/index.html +1374 -822
- package/docs-dev/demos/card-grid/index.html +5777 -0
- package/docs-dev/demos/counter-list/index.html +5660 -0
- package/docs-dev/demos/css-icons/index.html +1292 -356
- package/docs-dev/demos/data-grid/index.html +1271 -358
- package/docs-dev/demos/data-table/index.html +1405 -359
- package/docs-dev/demos/details-group/index.html +5687 -0
- package/docs-dev/demos/file-save/index.html +1271 -358
- package/docs-dev/demos/flipcard/index.html +1271 -358
- package/docs-dev/demos/form-theme/index.html +1295 -395
- package/docs-dev/demos/headline-label/index.html +5622 -0
- package/docs-dev/demos/hero/index.html +12 -4
- package/docs-dev/demos/image-grid/index.html +12 -4
- package/docs-dev/demos/index.html +1272 -359
- package/docs-dev/demos/list-inline/index.html +1271 -358
- package/docs-dev/demos/list-lines/index.html +1271 -358
- package/docs-dev/demos/menu-stack/index.html +1303 -375
- package/docs-dev/demos/modals/index.html +1382 -346
- package/docs-dev/demos/nav-strip/index.html +1271 -358
- package/docs-dev/demos/overlay-section/index.html +1335 -352
- package/docs-dev/demos/panel/index.html +5682 -0
- package/docs-dev/demos/popovers/index.html +1562 -407
- package/docs-dev/demos/print/index.html +1271 -358
- package/docs-dev/demos/pull-quote/index.html +1271 -358
- package/docs-dev/demos/rail/index.html +5730 -0
- package/docs-dev/demos/rule/index.html +1288 -363
- package/docs-dev/demos/scroll-slider/index.html +72 -106
- package/docs-dev/demos/scrollpoints/index.html +1272 -359
- package/docs-dev/demos/skeleton/index.html +5678 -0
- package/docs-dev/demos/slider/index.html +12 -4
- package/docs-dev/demos/spoke-spinner/index.html +1271 -358
- package/docs-dev/demos/sticky-list/index.html +5643 -0
- package/docs-dev/demos/tabs/index.html +1301 -352
- package/docs-dev/demos/tag/index.html +1271 -358
- package/docs-dev/demos/theme-toggle/index.html +5699 -0
- package/docs-dev/demos/tile-grid-overlay/index.html +12 -4
- package/docs-dev/demos/tiles/index.html +1271 -358
- package/docs-dev/demos/tooltip/index.html +1271 -358
- package/docs-dev/demos/wysiwyg/index.html +5672 -0
- package/docs-dev/guide/building-stylesheet/index.html +1271 -358
- package/docs-dev/guide/developing-ulu-scss-module/index.html +1271 -358
- package/docs-dev/guide/index.html +1271 -358
- package/docs-dev/index.html +1271 -358
- package/docs-dev/javascript/events/index.html +1303 -352
- package/docs-dev/javascript/index.html +1271 -358
- package/docs-dev/javascript/settings/index.html +5825 -0
- package/docs-dev/javascript/ui-breakpoints/index.html +1285 -374
- package/docs-dev/javascript/ui-collapsible/index.html +1270 -359
- package/docs-dev/javascript/ui-details-group/index.html +5742 -0
- package/docs-dev/javascript/ui-dialog/index.html +1302 -376
- package/docs-dev/javascript/ui-flipcard/index.html +1331 -364
- package/docs-dev/javascript/ui-grid/index.html +1274 -389
- package/docs-dev/javascript/ui-modal-builder/index.html +1497 -446
- package/docs-dev/javascript/ui-overflow-scroller/index.html +1270 -359
- package/docs-dev/javascript/ui-overflow-scroller-pager/index.html +1270 -359
- package/docs-dev/javascript/ui-page/index.html +1270 -359
- package/docs-dev/javascript/ui-popover/index.html +1280 -373
- package/docs-dev/javascript/ui-print/index.html +1268 -365
- package/docs-dev/javascript/ui-print-details/index.html +1270 -359
- package/docs-dev/javascript/ui-programmatic-modal/index.html +1270 -359
- package/docs-dev/javascript/ui-proxy-click/index.html +1331 -335
- package/docs-dev/javascript/ui-resizer/index.html +1588 -412
- package/docs-dev/javascript/ui-scroll-slider/index.html +1310 -367
- package/docs-dev/javascript/ui-scrollpoint/index.html +1280 -376
- package/docs-dev/javascript/ui-slider/index.html +1454 -352
- package/docs-dev/javascript/ui-tabs/index.html +1261 -387
- package/docs-dev/javascript/ui-theme-toggle/index.html +5830 -0
- package/docs-dev/javascript/ui-tooltip/index.html +1273 -366
- package/docs-dev/javascript/utils-class-logger/index.html +1271 -360
- package/docs-dev/javascript/utils-css/index.html +5644 -0
- package/docs-dev/javascript/utils-dom/index.html +1269 -438
- package/docs-dev/javascript/utils-file-save/index.html +1270 -359
- package/docs-dev/javascript/utils-floating-ui/index.html +1270 -359
- package/docs-dev/javascript/utils-id/index.html +1270 -359
- package/docs-dev/javascript/utils-pause-youtube-video/index.html +1270 -359
- package/docs-dev/javascript/utils-system/index.html +5947 -0
- package/docs-dev/sass/base/color/index.html +1270 -359
- package/docs-dev/sass/base/elements/index.html +1271 -360
- package/docs-dev/sass/base/index/index.html +1271 -360
- package/docs-dev/sass/base/index.html +1271 -358
- package/docs-dev/sass/base/keyframes/index.html +1271 -360
- package/docs-dev/sass/base/layout/index.html +1271 -360
- package/docs-dev/sass/base/normalize/index.html +1270 -359
- package/docs-dev/sass/base/print/index.html +1271 -360
- package/docs-dev/sass/base/root/index.html +1274 -363
- package/docs-dev/sass/base/typography/index.html +1270 -359
- package/docs-dev/sass/components/accordion/index.html +1293 -375
- package/docs-dev/sass/components/adaptive-spacing/index.html +1270 -359
- package/docs-dev/sass/components/badge/index.html +1295 -366
- package/docs-dev/sass/components/badge-stack/index.html +5811 -0
- package/docs-dev/sass/components/basic-hero/index.html +5805 -0
- package/docs-dev/sass/components/button/index.html +1270 -359
- package/docs-dev/sass/components/button-group/index.html +5803 -0
- package/docs-dev/sass/components/button-verbose/index.html +1342 -356
- package/docs-dev/sass/components/callout/index.html +1352 -422
- package/docs-dev/sass/components/captioned-figure/index.html +1373 -347
- package/docs-dev/sass/components/card/index.html +1339 -356
- package/docs-dev/sass/components/card-grid/index.html +1270 -359
- package/docs-dev/sass/components/counter-list/index.html +5887 -0
- package/docs-dev/sass/components/css-icon/index.html +1271 -360
- package/docs-dev/sass/components/data-grid/index.html +1290 -372
- package/docs-dev/sass/components/data-table/index.html +1449 -348
- package/docs-dev/sass/components/fill-context/index.html +1270 -359
- package/docs-dev/sass/components/flipcard/index.html +1305 -363
- package/docs-dev/sass/components/flipcard-grid/index.html +1270 -359
- package/docs-dev/sass/components/form-theme/index.html +1449 -442
- package/docs-dev/sass/components/headline-label/index.html +5833 -0
- package/docs-dev/sass/components/hero/index.html +1316 -357
- package/docs-dev/sass/components/horizontal-rule/index.html +1270 -359
- package/docs-dev/sass/components/image-grid/index.html +1270 -359
- package/docs-dev/sass/components/index/index.html +1289 -369
- package/docs-dev/sass/components/index.html +1271 -358
- package/docs-dev/sass/components/links/index.html +1270 -359
- package/docs-dev/sass/components/list-inline/index.html +1270 -359
- package/docs-dev/sass/components/list-lines/index.html +1270 -359
- package/docs-dev/sass/components/list-ordered/index.html +1270 -359
- package/docs-dev/sass/components/list-unordered/index.html +1270 -359
- package/docs-dev/sass/components/menu-stack/index.html +1294 -369
- package/docs-dev/sass/components/modal/index.html +1306 -360
- package/docs-dev/sass/components/nav-strip/index.html +1278 -367
- package/docs-dev/sass/components/overlay-section/index.html +1278 -367
- package/docs-dev/sass/components/pager/index.html +1270 -359
- package/docs-dev/sass/components/panel/index.html +6033 -0
- package/docs-dev/sass/components/placeholder-block/index.html +1270 -359
- package/docs-dev/sass/components/popover/index.html +1323 -376
- package/docs-dev/sass/components/pull-quote/index.html +1282 -371
- package/docs-dev/sass/components/rail/index.html +5823 -0
- package/docs-dev/sass/components/ratio-box/index.html +1278 -367
- package/docs-dev/sass/components/rule/index.html +1271 -360
- package/docs-dev/sass/components/scroll-slider/index.html +1280 -381
- package/docs-dev/sass/components/skeleton/index.html +5861 -0
- package/docs-dev/sass/components/skip-link/index.html +1270 -359
- package/docs-dev/sass/components/slider/index.html +1310 -411
- package/docs-dev/sass/components/spoke-spinner/index.html +1272 -361
- package/docs-dev/sass/components/sticky-list/index.html +6023 -0
- package/docs-dev/sass/components/table-sticky/index.html +5677 -0
- package/docs-dev/sass/components/tabs/index.html +1291 -365
- package/docs-dev/sass/components/tag/index.html +1272 -361
- package/docs-dev/sass/components/tile-button/index.html +1270 -359
- package/docs-dev/sass/components/tile-grid/index.html +1270 -359
- package/docs-dev/sass/components/tile-grid-overlay/index.html +1270 -359
- package/docs-dev/sass/components/vignette/index.html +1282 -365
- package/docs-dev/sass/components/wysiwyg/index.html +1296 -367
- package/docs-dev/sass/core/breakpoint/index.html +1349 -386
- package/docs-dev/sass/core/button/index.html +1302 -389
- package/docs-dev/sass/core/color/index.html +1414 -370
- package/docs-dev/sass/core/cssvar/index.html +1270 -359
- package/docs-dev/sass/core/element/index.html +1641 -448
- package/docs-dev/sass/core/index.html +1270 -359
- package/docs-dev/sass/core/layout/index.html +1318 -388
- package/docs-dev/sass/core/path/index.html +1270 -359
- package/docs-dev/sass/core/selector/index.html +1270 -359
- package/docs-dev/sass/core/typography/index.html +1270 -359
- package/docs-dev/sass/core/units/index.html +1278 -361
- package/docs-dev/sass/core/utils/index.html +2580 -520
- package/docs-dev/sass/helpers/color/index.html +1270 -359
- package/docs-dev/sass/helpers/display/index.html +1271 -360
- package/docs-dev/sass/helpers/index/index.html +1270 -359
- package/docs-dev/sass/helpers/index.html +1271 -358
- package/docs-dev/sass/helpers/print/index.html +759 -298
- package/docs-dev/sass/helpers/typography/index.html +1270 -359
- package/docs-dev/sass/helpers/units/index.html +1270 -359
- package/docs-dev/sass/helpers/utilities/index.html +1272 -361
- package/docs-dev/sass/index.html +1271 -358
- package/js/events/index.js +17 -5
- package/js/index.js +1 -0
- package/js/settings.js +97 -0
- package/js/ui/breakpoints.js +19 -16
- package/js/ui/collapsible.js +8 -1
- package/js/ui/details-group.js +112 -0
- package/js/ui/dialog.js +103 -44
- package/js/ui/dialog.todo +2 -36
- package/js/ui/flipcard.js +37 -57
- package/js/ui/grid.js +15 -13
- package/js/ui/index.js +1 -0
- package/js/ui/modal-builder.js +127 -70
- package/js/ui/overflow-scroller.js +6 -4
- package/js/ui/page.js +2 -2
- package/js/ui/popover.js +38 -38
- package/js/ui/print.js +16 -25
- package/js/ui/programmatic-modal.js +9 -3
- package/js/ui/proxy-click.js +50 -36
- package/js/ui/resizer.js +408 -39
- package/js/ui/scroll-slider.js +24 -30
- package/js/ui/scrollpoint.js +29 -64
- package/js/ui/slider.js +108 -63
- package/js/ui/tabs.js +23 -36
- package/js/ui/theme-toggle.js +332 -94
- package/js/ui/tooltip.js +27 -32
- package/js/utils/class-logger.js +3 -3
- package/js/utils/css.js +13 -0
- package/js/utils/dom.js +23 -64
- package/js/utils/font-awesome.js +19 -0
- package/js/utils/index.js +2 -1
- package/js/utils/system.js +155 -0
- package/package.json +23 -8
- package/scss/README.md +9 -0
- package/scss/_breakpoint.scss +39 -5
- package/scss/_button.scss +7 -5
- package/scss/_color.scss +42 -10
- package/scss/_element.scss +124 -2
- package/scss/_layout.scss +7 -8
- package/scss/_units.scss +3 -2
- package/scss/_utils.scss +387 -16
- package/scss/base/_elements.scss +0 -1
- package/scss/base/_index.scss +1 -1
- package/scss/base/_keyframes.scss +15 -0
- package/scss/base/_layout.scss +1 -0
- package/scss/base/_print.scss +2 -0
- package/scss/base/_root.scss +2 -0
- package/scss/components/README.todos +14 -0
- package/scss/components/_accordion.scss +33 -19
- package/scss/components/_badge-stack.scss +84 -0
- package/scss/components/_badge.scss +30 -7
- package/scss/components/_basic-hero.scss +112 -0
- package/scss/components/_button-group.scss +90 -0
- package/scss/components/_button-verbose.scss +100 -18
- package/scss/components/_callout.scss +125 -78
- package/scss/components/_captioned-figure.scss +17 -0
- package/scss/components/_card-grid.scss +1 -1
- package/scss/components/_card.scss +229 -67
- package/scss/components/_counter-list.scss +151 -0
- package/scss/components/_css-icon.scss +27 -17
- package/scss/components/_data-grid.scss +55 -12
- package/scss/components/_data-table.scss +39 -3
- package/scss/components/_flipcard.scss +8 -3
- package/scss/components/_form-theme.scss +119 -108
- package/scss/components/_headline-label.scss +83 -0
- package/scss/components/_hero.scss +12 -10
- package/scss/components/_index.scss +54 -0
- package/scss/components/_menu-stack.scss +42 -25
- package/scss/components/_modal.scss +51 -23
- package/scss/components/_nav-strip.scss +2 -0
- package/scss/components/_overlay-section.scss +2 -5
- package/scss/components/_panel.scss +246 -0
- package/scss/components/_popover.scss +165 -64
- package/scss/components/_pull-quote.scss +13 -13
- package/scss/components/_rail.scss +127 -0
- package/scss/components/_ratio-box.scss +2 -5
- package/scss/components/_rule.scss +1 -0
- package/scss/components/_scroll-slider.scss +1 -5
- package/scss/components/_skeleton.scss +126 -0
- package/scss/components/_slider.scss +49 -72
- package/scss/components/_spoke-spinner.scss +2 -2
- package/scss/components/_sticky-list.scss +206 -0
- package/scss/components/_tabs.scss +22 -4
- package/scss/components/_vignette.scss +3 -5
- package/scss/components/_wysiwyg.scss +21 -13
- package/scss/helpers/_display.scss +15 -18
- package/scss/helpers/_print.scss +12 -7
- package/scss/helpers/_utilities.scss +41 -31
- package/types/events/index.d.ts +10 -1
- package/types/events/index.d.ts.map +1 -1
- package/types/index.d.ts +1 -0
- package/types/settings.d.ts +70 -0
- package/types/settings.d.ts.map +1 -0
- package/types/ui/breakpoints.d.ts +14 -14
- package/types/ui/breakpoints.d.ts.map +1 -1
- package/types/ui/collapsible.d.ts.map +1 -1
- package/types/ui/details-group.d.ts +38 -0
- package/types/ui/details-group.d.ts.map +1 -0
- package/types/ui/dialog.d.ts +20 -14
- package/types/ui/dialog.d.ts.map +1 -1
- package/types/ui/flipcard.d.ts +16 -10
- package/types/ui/flipcard.d.ts.map +1 -1
- package/types/ui/grid.d.ts +4 -6
- package/types/ui/grid.d.ts.map +1 -1
- package/types/ui/index.d.ts +2 -1
- package/types/ui/modal-builder.d.ts +116 -11
- package/types/ui/modal-builder.d.ts.map +1 -1
- package/types/ui/overflow-scroller.d.ts +2 -2
- package/types/ui/overflow-scroller.d.ts.map +1 -1
- package/types/ui/popover.d.ts +6 -7
- package/types/ui/popover.d.ts.map +1 -1
- package/types/ui/print.d.ts +0 -4
- package/types/ui/print.d.ts.map +1 -1
- package/types/ui/programmatic-modal.d.ts.map +1 -1
- package/types/ui/proxy-click.d.ts +19 -3
- package/types/ui/proxy-click.d.ts.map +1 -1
- package/types/ui/resizer.d.ts +116 -16
- package/types/ui/resizer.d.ts.map +1 -1
- package/types/ui/scroll-slider.d.ts +5 -7
- package/types/ui/scroll-slider.d.ts.map +1 -1
- package/types/ui/scrollpoint.d.ts +3 -8
- package/types/ui/scrollpoint.d.ts.map +1 -1
- package/types/ui/slider.d.ts +33 -14
- package/types/ui/slider.d.ts.map +1 -1
- package/types/ui/tabs.d.ts +6 -8
- package/types/ui/tabs.d.ts.map +1 -1
- package/types/ui/theme-toggle.d.ts +51 -7
- package/types/ui/theme-toggle.d.ts.map +1 -1
- package/types/ui/tooltip.d.ts +3 -5
- package/types/ui/tooltip.d.ts.map +1 -1
- package/types/utils/css.d.ts +11 -0
- package/types/utils/css.d.ts.map +1 -0
- package/types/utils/dom.d.ts +12 -32
- package/types/utils/dom.d.ts.map +1 -1
- package/types/utils/font-awesome.d.ts +5 -0
- package/types/utils/font-awesome.d.ts.map +1 -0
- package/types/utils/index.d.ts +2 -1
- package/types/utils/system.d.ts +113 -0
- package/types/utils/system.d.ts.map +1 -0
|
@@ -6,11 +6,15 @@
|
|
|
6
6
|
@forward "accordion" as accordion-*;
|
|
7
7
|
@forward "adaptive-spacing" as adaptive-spacing-*;
|
|
8
8
|
@forward "badge" as badge-*;
|
|
9
|
+
@forward "badge-stack" as badge-stack-*;
|
|
10
|
+
@forward "basic-hero" as basic-hero-*;
|
|
9
11
|
@forward "button" as button-*;
|
|
12
|
+
@forward "button-group" as button-group-*;
|
|
10
13
|
@forward "button-verbose" as button-verbose-*;
|
|
11
14
|
@forward "callout" as callout-*;
|
|
12
15
|
@forward "card" as card-*;
|
|
13
16
|
@forward "card-grid" as card-grid-*;
|
|
17
|
+
@forward "counter-list" as counter-list-*;
|
|
14
18
|
@forward "css-icon" as css-icon-*;
|
|
15
19
|
@forward "data-grid" as data-grid-*;
|
|
16
20
|
@forward "data-table" as data-table-*;
|
|
@@ -18,6 +22,7 @@
|
|
|
18
22
|
@forward "flipcard" as flipcard-*;
|
|
19
23
|
@forward "flipcard-grid" as flipcard-grid-*;
|
|
20
24
|
@forward "form-theme" as form-theme-*;
|
|
25
|
+
@forward "headline-label" as headline-label-*;
|
|
21
26
|
@forward "horizontal-rule" as horizontal-rule-*;
|
|
22
27
|
@forward "image-grid" as image-grid-*;
|
|
23
28
|
@forward "links" as links-*;
|
|
@@ -30,13 +35,17 @@
|
|
|
30
35
|
@forward "nav-strip" as nav-strip-*;
|
|
31
36
|
@forward "overlay-section" as overlay-section-*;
|
|
32
37
|
@forward "pager" as pager-*;
|
|
38
|
+
@forward "panel" as panel-*;
|
|
33
39
|
@forward "placeholder-block" as placeholder-block-*;
|
|
34
40
|
@forward "pull-quote" as pull-quote-*;
|
|
35
41
|
@forward "popover" as popover-*;
|
|
42
|
+
@forward "rail" as rail-*;
|
|
36
43
|
@forward "ratio-box" as ratio-box-*;
|
|
37
44
|
@forward "rule" as rule-*;
|
|
38
45
|
@forward "scroll-slider" as scroll-slider-*;
|
|
46
|
+
@forward "skeleton" as skeleton-*;
|
|
39
47
|
@forward "skip-link" as skip-link-*;
|
|
48
|
+
@forward "sticky-list" as sticky-list-*;
|
|
40
49
|
@forward "slider" as slider-*;
|
|
41
50
|
@forward "hero" as hero-*;
|
|
42
51
|
@forward "tabs" as tabs-*;
|
|
@@ -55,11 +64,15 @@
|
|
|
55
64
|
@use "adaptive-spacing";
|
|
56
65
|
@use "accordion";
|
|
57
66
|
@use "badge";
|
|
67
|
+
@use "badge-stack";
|
|
68
|
+
@use "basic-hero";
|
|
58
69
|
@use "button";
|
|
70
|
+
@use "button-group";
|
|
59
71
|
@use "button-verbose";
|
|
60
72
|
@use "callout";
|
|
61
73
|
@use "card";
|
|
62
74
|
@use "card-grid";
|
|
75
|
+
@use "counter-list";
|
|
63
76
|
@use "css-icon";
|
|
64
77
|
@use "data-grid";
|
|
65
78
|
@use "data-table";
|
|
@@ -67,6 +80,7 @@
|
|
|
67
80
|
@use "flipcard";
|
|
68
81
|
@use "flipcard-grid";
|
|
69
82
|
@use "form-theme";
|
|
83
|
+
@use "headline-label";
|
|
70
84
|
@use "horizontal-rule";
|
|
71
85
|
@use "image-grid";
|
|
72
86
|
@use "list-lines";
|
|
@@ -79,13 +93,17 @@
|
|
|
79
93
|
@use "nav-strip";
|
|
80
94
|
@use "overlay-section";
|
|
81
95
|
@use "pager";
|
|
96
|
+
@use "panel";
|
|
82
97
|
@use "placeholder-block";
|
|
83
98
|
@use "popover";
|
|
84
99
|
@use "pull-quote";
|
|
100
|
+
@use "rail";
|
|
85
101
|
@use "ratio-box";
|
|
86
102
|
@use "rule";
|
|
87
103
|
@use "scroll-slider";
|
|
104
|
+
@use "skeleton";
|
|
88
105
|
@use "skip-link";
|
|
106
|
+
@use "sticky-list";
|
|
89
107
|
@use "slider";
|
|
90
108
|
@use "hero";
|
|
91
109
|
@use "tabs";
|
|
@@ -105,11 +123,15 @@ $all-includes: (
|
|
|
105
123
|
"accordion",
|
|
106
124
|
"adaptive-spacing",
|
|
107
125
|
"badge",
|
|
126
|
+
"badge-stack",
|
|
127
|
+
"basic-hero",
|
|
108
128
|
"button",
|
|
129
|
+
"button-group",
|
|
109
130
|
"button-verbose",
|
|
110
131
|
"callout",
|
|
111
132
|
"card",
|
|
112
133
|
"card-grid",
|
|
134
|
+
"counter-list",
|
|
113
135
|
"css-icon",
|
|
114
136
|
"data-grid",
|
|
115
137
|
"data-table",
|
|
@@ -117,6 +139,7 @@ $all-includes: (
|
|
|
117
139
|
"flipcard",
|
|
118
140
|
"flipcard-grid",
|
|
119
141
|
"form-theme",
|
|
142
|
+
"headline-label",
|
|
120
143
|
"horizontal-rule",
|
|
121
144
|
"image-grid",
|
|
122
145
|
"links",
|
|
@@ -129,11 +152,15 @@ $all-includes: (
|
|
|
129
152
|
"nav-strip",
|
|
130
153
|
"overlay-section",
|
|
131
154
|
"pager",
|
|
155
|
+
"panel",
|
|
132
156
|
"popover",
|
|
157
|
+
"rail",
|
|
133
158
|
"ratio-box",
|
|
134
159
|
"rule",
|
|
135
160
|
"scroll-slider",
|
|
161
|
+
"skeleton",
|
|
136
162
|
"skip-link",
|
|
163
|
+
"sticky-list",
|
|
137
164
|
"slider",
|
|
138
165
|
"hero",
|
|
139
166
|
"tabs",
|
|
@@ -193,12 +220,21 @@ $current-includes: $all-includes;
|
|
|
193
220
|
@if (list.index($includes, "button")) {
|
|
194
221
|
@include button.styles;
|
|
195
222
|
}
|
|
223
|
+
@if (list.index($includes, "button-group")) {
|
|
224
|
+
@include button-group.styles;
|
|
225
|
+
}
|
|
196
226
|
@if (list.index($includes, "button-verbose")) {
|
|
197
227
|
@include button-verbose.styles;
|
|
198
228
|
}
|
|
199
229
|
@if (list.index($includes, "badge")) {
|
|
200
230
|
@include badge.styles;
|
|
201
231
|
}
|
|
232
|
+
@if (list.index($includes, "badge-stack")) {
|
|
233
|
+
@include badge-stack.styles;
|
|
234
|
+
}
|
|
235
|
+
@if (list.index($includes, "basic-hero")) {
|
|
236
|
+
@include basic-hero.styles;
|
|
237
|
+
}
|
|
202
238
|
@if (list.index($includes, "tag")) {
|
|
203
239
|
@include tag.styles;
|
|
204
240
|
}
|
|
@@ -211,6 +247,9 @@ $current-includes: $all-includes;
|
|
|
211
247
|
@if (list.index($includes, "card-grid")) {
|
|
212
248
|
@include card-grid.styles;
|
|
213
249
|
}
|
|
250
|
+
@if (list.index($includes, "counter-list")) {
|
|
251
|
+
@include counter-list.styles;
|
|
252
|
+
}
|
|
214
253
|
@if (list.index($includes, "css-icon")) {
|
|
215
254
|
@include css-icon.styles;
|
|
216
255
|
}
|
|
@@ -232,6 +271,9 @@ $current-includes: $all-includes;
|
|
|
232
271
|
@if (list.index($includes, "form-theme")) {
|
|
233
272
|
@include form-theme.styles;
|
|
234
273
|
}
|
|
274
|
+
@if (list.index($includes, "headline-label")) {
|
|
275
|
+
@include headline-label.styles;
|
|
276
|
+
}
|
|
235
277
|
@if (list.index($includes, "horizontal-rule")) {
|
|
236
278
|
@include horizontal-rule.styles;
|
|
237
279
|
}
|
|
@@ -268,6 +310,9 @@ $current-includes: $all-includes;
|
|
|
268
310
|
@if (list.index($includes, "pager")) {
|
|
269
311
|
@include pager.styles;
|
|
270
312
|
}
|
|
313
|
+
@if (list.index($includes, "panel")) {
|
|
314
|
+
@include panel.styles;
|
|
315
|
+
}
|
|
271
316
|
@if (list.index($includes, "placeholder-block")) {
|
|
272
317
|
@include placeholder-block.styles;
|
|
273
318
|
}
|
|
@@ -277,6 +322,9 @@ $current-includes: $all-includes;
|
|
|
277
322
|
@if (list.index($includes, "pull-quote")) {
|
|
278
323
|
@include pull-quote.styles;
|
|
279
324
|
}
|
|
325
|
+
@if (list.index($includes, "rail")) {
|
|
326
|
+
@include rail.styles;
|
|
327
|
+
}
|
|
280
328
|
@if (list.index($includes, "ratio-box")) {
|
|
281
329
|
@include ratio-box.styles;
|
|
282
330
|
}
|
|
@@ -286,9 +334,15 @@ $current-includes: $all-includes;
|
|
|
286
334
|
@if (list.index($includes, "scroll-slider")) {
|
|
287
335
|
@include scroll-slider.styles;
|
|
288
336
|
}
|
|
337
|
+
@if (list.index($includes, "skeleton")) {
|
|
338
|
+
@include skeleton.styles;
|
|
339
|
+
}
|
|
289
340
|
@if (list.index($includes, "skip-link")) {
|
|
290
341
|
@include skip-link.styles;
|
|
291
342
|
}
|
|
343
|
+
@if (list.index($includes, "sticky-list")) {
|
|
344
|
+
@include sticky-list.styles;
|
|
345
|
+
}
|
|
292
346
|
@if (list.index($includes, "slider")) {
|
|
293
347
|
@include slider.styles;
|
|
294
348
|
}
|
|
@@ -19,12 +19,20 @@ $-fallbacks: (
|
|
|
19
19
|
"link-border-radius" : (
|
|
20
20
|
"function" : meta.get-function("get", false, "button"),
|
|
21
21
|
"property" : "border-radius"
|
|
22
|
+
),
|
|
23
|
+
"label-line-height" : (
|
|
24
|
+
"function" : meta.get-function("get", false, "typography"),
|
|
25
|
+
"property" : "line-height-dense"
|
|
26
|
+
),
|
|
27
|
+
"link-line-height" : (
|
|
28
|
+
"function" : meta.get-function("get", false, "typography"),
|
|
29
|
+
"property" : "line-height-dense"
|
|
22
30
|
)
|
|
23
31
|
);
|
|
24
32
|
|
|
25
33
|
/// Module Settings
|
|
26
34
|
/// @type Map
|
|
27
|
-
/// @prop {Dimension}
|
|
35
|
+
/// @prop {Dimension} selectable-input-width [3em] The width of the checkbox/radio input
|
|
28
36
|
/// @prop {Boolean} link-separated-margin [false] Enables a margin between the items in the menu-stack.
|
|
29
37
|
/// @prop {Boolean} link-separated-rule-style [false] Enables a rule between the items in the menu-stack.
|
|
30
38
|
/// @prop {Dimension} nested-indent [0.5em] The indentation of child lists within the menu-stack.
|
|
@@ -36,7 +44,8 @@ $-fallbacks: (
|
|
|
36
44
|
/// @prop {Color} label-color [null] The type color of the label.
|
|
37
45
|
/// @prop {Dimension} label-margin [0.5em] The margin of the label.
|
|
38
46
|
/// @prop {CssValue} label-text-transform [uppercase] Transforms the label text.
|
|
39
|
-
/// @prop {CssValue} label-type-size [false] Adjusts the type size of the label.
|
|
47
|
+
/// @prop {CssValue} label-type-size [false] Adjusts the type size of the label. Only uses font-size from type size.
|
|
48
|
+
/// @prop {CssValue} label-line-height [true] Adjust the label line-height, defaults to typography line-height-dense
|
|
40
49
|
/// @prop {list} link-active-selectors [(.is-active, '[aria-current=page]')] Selectors to apply active styling.
|
|
41
50
|
/// @prop {Color} link-background-color [transparent] The background color of the menu-stack toggle.
|
|
42
51
|
/// @prop {Color} link-background-color-active [rgb(219, 219, 219)] The background color of the menu-stack toggle when active.
|
|
@@ -46,6 +55,7 @@ $-fallbacks: (
|
|
|
46
55
|
/// @prop {Color} link-color-active [black] The type color of the menu-stack toggle when active.
|
|
47
56
|
/// @prop {String} link-color-hover [link-hover] The type color of the menu-stack toggle when hovered or focused. This uses color.scss, so the value of this option should be a color variable from color.scss.
|
|
48
57
|
/// @prop {CssValue} link-font-weight [null] The font weight of the menu-stack toggle.
|
|
58
|
+
/// @prop {CssValue} label-line-height [true] Adjust the link line-height, defaults to typography line-height-dense
|
|
49
59
|
/// @prop {Dimension} link-icon-margin [0.65em] Adds a right margin to the icon.
|
|
50
60
|
/// @prop {Dimension} link-icon-width [1em] The width of the icon.
|
|
51
61
|
/// @prop {Dimension} link-margin [0.2em] Margin for the menu-stack toggle.
|
|
@@ -53,33 +63,35 @@ $-fallbacks: (
|
|
|
53
63
|
/// @prop {Dimension} link-padding-y [0.35em] Vertical padding for menu-stack toggle.
|
|
54
64
|
|
|
55
65
|
$config: (
|
|
56
|
-
"
|
|
66
|
+
"selectable-input-width" : 3em,
|
|
57
67
|
"nested-indent" : 0.5em,
|
|
58
|
-
"rule-style" : "
|
|
68
|
+
"rule-style" : "light",
|
|
59
69
|
"rule-margin" : 0.5em,
|
|
60
|
-
"link-separated-margin" : false,
|
|
61
|
-
"link-separated-rule-style" : false,
|
|
62
70
|
"toggle-icon-rotate" : false,
|
|
63
|
-
"compact-link-padding-x": 0.75em,
|
|
64
|
-
"compact-link-padding-y": 0.25em,
|
|
65
71
|
"label-color" : null,
|
|
66
72
|
"label-margin" : 0.5em,
|
|
67
73
|
"label-text-transform" : uppercase,
|
|
68
74
|
"label-type-size" : false,
|
|
75
|
+
"label-line-height" : true,
|
|
76
|
+
"link-separated-margin" : false,
|
|
77
|
+
"link-separated-rule-style" : false,
|
|
69
78
|
"link-active-selectors" : (".is-active", '[aria-current="page"]'),
|
|
70
79
|
"link-background-color" : transparent,
|
|
71
80
|
"link-background-color-active" : rgb(219, 219, 219),
|
|
72
|
-
"link-background-color-hover" : rgb(
|
|
81
|
+
"link-background-color-hover" : rgb(240, 240, 240),
|
|
73
82
|
"link-border-radius" : true,
|
|
74
83
|
"link-color" : "link",
|
|
75
84
|
"link-color-active" : black,
|
|
76
85
|
"link-color-hover" : "link-hover",
|
|
77
86
|
"link-font-weight" : null,
|
|
87
|
+
"link-line-height" : true,
|
|
78
88
|
"link-icon-margin" : 0.65em,
|
|
79
89
|
"link-icon-width" : 1em,
|
|
80
90
|
"link-margin" : 0.2em,
|
|
81
|
-
"link-padding-x":
|
|
82
|
-
"link-padding-y": 0.
|
|
91
|
+
"link-padding-x": 1.25em,
|
|
92
|
+
"link-padding-y": 0.5em,
|
|
93
|
+
"compact-link-padding-x": 0.75em,
|
|
94
|
+
"compact-link-padding-y": 0.25em,
|
|
83
95
|
) !default;
|
|
84
96
|
|
|
85
97
|
|
|
@@ -115,6 +127,7 @@ $config: (
|
|
|
115
127
|
|
|
116
128
|
@mixin styles {
|
|
117
129
|
$prefix: selector.class("menu-stack");
|
|
130
|
+
$selectable-y: (get("link-padding-y") + get("link-margin"));
|
|
118
131
|
|
|
119
132
|
#{ $prefix }--separated {
|
|
120
133
|
border-top: element.get-rule-style(get("rule-style"));
|
|
@@ -125,6 +138,7 @@ $config: (
|
|
|
125
138
|
text-transform: get("label-text-transform");
|
|
126
139
|
padding-bottom: get("label-margin");
|
|
127
140
|
color: color.get(get("label-color"));
|
|
141
|
+
line-height: get("label-line-height");
|
|
128
142
|
@if (get("label-type-size")) {
|
|
129
143
|
@include typography.size(get("label-type-size"), $only-font-size: true);
|
|
130
144
|
}
|
|
@@ -149,7 +163,7 @@ $config: (
|
|
|
149
163
|
// - Use the modifier "site-menu--contained" to keep the links within
|
|
150
164
|
// the parent container (no optical alignment), should be within something that contains it
|
|
151
165
|
#{ $prefix }__link,
|
|
152
|
-
#{ $prefix }
|
|
166
|
+
#{ $prefix }__selectable,
|
|
153
167
|
#{ $prefix }__toggle {
|
|
154
168
|
width: 100%;
|
|
155
169
|
display: flex;
|
|
@@ -158,6 +172,7 @@ $config: (
|
|
|
158
172
|
margin: get("link-margin") 0;
|
|
159
173
|
border-radius: get("link-border-radius");
|
|
160
174
|
font-weight: get("link-font-weight");
|
|
175
|
+
line-height: get("link-line-height");
|
|
161
176
|
color: color.get(get("link-color"));
|
|
162
177
|
background-color: color.get(get("link-background-color"));
|
|
163
178
|
box-sizing: border-box;
|
|
@@ -176,19 +191,21 @@ $config: (
|
|
|
176
191
|
}
|
|
177
192
|
}
|
|
178
193
|
}
|
|
179
|
-
#{ $prefix }
|
|
180
|
-
$checkbox-y: (get("link-padding-y") + get("link-margin"));
|
|
194
|
+
#{ $prefix }__selectable {
|
|
181
195
|
padding: 0;
|
|
182
196
|
position: relative;
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
197
|
+
}
|
|
198
|
+
#{ $prefix }__selectable [type="checkbox"],
|
|
199
|
+
#{ $prefix }__selectable [type="radio"],
|
|
200
|
+
#{ $prefix }__selectable-input {
|
|
201
|
+
position: absolute;
|
|
202
|
+
top: $selectable-y;
|
|
203
|
+
left: get("link-padding-x");
|
|
204
|
+
}
|
|
205
|
+
#{ $prefix }__selectable label,
|
|
206
|
+
#{ $prefix }__selectable-label {
|
|
207
|
+
width: 100%;
|
|
208
|
+
padding: $selectable-y get("link-padding-x") $selectable-y get("selectable-input-width");
|
|
192
209
|
}
|
|
193
210
|
#{ $prefix }__link-text {
|
|
194
211
|
display: block;
|
|
@@ -219,8 +236,8 @@ $config: (
|
|
|
219
236
|
|
|
220
237
|
// Link buttons hang outside in margin so that text optically aligns
|
|
221
238
|
#{ $prefix }--hanging {
|
|
222
|
-
padding-left: get("link-padding-x");
|
|
223
|
-
padding-right: get("link-padding-x");
|
|
239
|
+
// padding-left: get("link-padding-x");
|
|
240
|
+
// padding-right: get("link-padding-x");
|
|
224
241
|
> #{ $prefix }__list > #{ $prefix }__item {
|
|
225
242
|
> #{ $prefix }__link,
|
|
226
243
|
>#{ $prefix }__collapsible > #{ $prefix }__toggle {
|
|
@@ -53,11 +53,16 @@ $-fallbacks: (
|
|
|
53
53
|
/// @prop {CssValue} header-border-bottom [none] Bottom-border on the modal header.
|
|
54
54
|
/// @prop {Color} header-color [white] Type color of the header.
|
|
55
55
|
/// @prop {Dimension} header-padding [1rem] The padding of the modal header.
|
|
56
|
+
/// @prop {Dimension} footer-padding [(0.5rem 1rem)] The padding of the modal footer.
|
|
57
|
+
/// @prop {Color} footer-background-color [(0.5rem 1rem)] The background color of the footer
|
|
58
|
+
/// @prop {Color} footer-border-top [(0.5rem 1rem)] The border between body and footer
|
|
59
|
+
/// @prop {CssValue} footer-text-align [right] Text alignment for footer
|
|
56
60
|
/// @prop {Color} resizer-background-color [rgb(221, 221, 221)] The background color of the resizer.
|
|
57
61
|
/// @prop {Color} resizer-background-color-hover [rgb(192, 192, 192)] The background color of the resizer when hovered or focused.
|
|
58
62
|
/// @prop {Color} resizer-color [rgb(99, 99, 99)] The type color of the resizer.
|
|
59
63
|
/// @prop {Color} resizer-color-hover [black] The type color of the resizer when hovered or focused.
|
|
60
64
|
/// @prop {Dimension} resizer-width [1rem] The width of the resizer.
|
|
65
|
+
/// @prop {Dimension} resizer-center-size [1.65rem] The width/height of the resizer (in bottom right corner) used when position center with resize enabled
|
|
61
66
|
/// @prop {Color} title-color [white] Type color of the title.
|
|
62
67
|
/// @prop {CssValue} title-font-weight [bold] Font weight of the title.
|
|
63
68
|
/// @prop {CssValue} title-font-family [null] Font family for title
|
|
@@ -69,8 +74,8 @@ $-fallbacks: (
|
|
|
69
74
|
$config: (
|
|
70
75
|
"backdrop-color" : true,
|
|
71
76
|
"backdrop-blur" : 4px,
|
|
72
|
-
"background-color":
|
|
73
|
-
"body-padding":
|
|
77
|
+
"background-color" : white,
|
|
78
|
+
"body-padding" : 1rem,
|
|
74
79
|
"border-radius" : true,
|
|
75
80
|
"box-shadow" : true,
|
|
76
81
|
"height": 340px,
|
|
@@ -91,11 +96,16 @@ $config: (
|
|
|
91
96
|
"header-border-bottom": none,
|
|
92
97
|
"header-color": white,
|
|
93
98
|
"header-padding": 1rem,
|
|
99
|
+
"footer-padding" : (0.5rem 1rem),
|
|
100
|
+
"footer-background-color" : #f6f6f6,
|
|
101
|
+
"footer-border-top" : none,
|
|
102
|
+
"footer-text-align" : right,
|
|
94
103
|
"resizer-background-color": rgb(221, 221, 221),
|
|
95
104
|
"resizer-background-color-hover": rgb(192, 192, 192),
|
|
96
105
|
"resizer-color": rgb(99, 99, 99),
|
|
97
106
|
"resizer-color-hover": black,
|
|
98
107
|
"resizer-width": 1.25rem,
|
|
108
|
+
"resizer-center-size" : 1.65rem,
|
|
99
109
|
"title-color": white,
|
|
100
110
|
"title-font-weight": bold,
|
|
101
111
|
"title-font-family" : null,
|
|
@@ -142,6 +152,7 @@ $config: (
|
|
|
142
152
|
#{ $prefix } {
|
|
143
153
|
// Required for click outside
|
|
144
154
|
position: fixed;
|
|
155
|
+
flex-direction: column;
|
|
145
156
|
// Important: If you use the margin layout system (ie. auto) on dialogs they
|
|
146
157
|
// can't animate out correctly (thinking it jumps from dialog display system
|
|
147
158
|
// to normal block and doesn't work. This ALSO affects the z-index (seems to move from top-layer to normal layer). Z-index is for close
|
|
@@ -165,9 +176,8 @@ $config: (
|
|
|
165
176
|
box-sizing: border-box;
|
|
166
177
|
animation: uluModalCenterOut get("animation-duration-exit") get("animation-timing-function");
|
|
167
178
|
&[open] {
|
|
168
|
-
animation: uluModalCenterIn get("animation-duration") get("animation-timing-function");
|
|
169
179
|
display: flex;
|
|
170
|
-
|
|
180
|
+
animation: uluModalCenterIn get("animation-duration") get("animation-timing-function");
|
|
171
181
|
}
|
|
172
182
|
&::backdrop {
|
|
173
183
|
background: color.get(get("backdrop-color"));
|
|
@@ -190,6 +200,13 @@ $config: (
|
|
|
190
200
|
overflow: auto;
|
|
191
201
|
padding: get("body-padding");
|
|
192
202
|
}
|
|
203
|
+
#{ $prefix }__footer {
|
|
204
|
+
flex: 0;
|
|
205
|
+
padding: get("footer-padding");
|
|
206
|
+
background-color: color.get(get("footer-background-color"));
|
|
207
|
+
border-top: get("footer-border-top");
|
|
208
|
+
text-align: get("footer-text-align");
|
|
209
|
+
}
|
|
193
210
|
#{ $prefix }__title {
|
|
194
211
|
display: flex;
|
|
195
212
|
align-items: baseline;
|
|
@@ -224,6 +241,7 @@ $config: (
|
|
|
224
241
|
}
|
|
225
242
|
#{ $prefix }__resizer {
|
|
226
243
|
position: absolute;
|
|
244
|
+
overflow: hidden;
|
|
227
245
|
top: 0;
|
|
228
246
|
bottom: 0;
|
|
229
247
|
left: 0;
|
|
@@ -246,12 +264,16 @@ $config: (
|
|
|
246
264
|
left: auto;
|
|
247
265
|
right: 0;
|
|
248
266
|
}
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
267
|
+
#{ $prefix }--center & {
|
|
268
|
+
left: auto;
|
|
269
|
+
right: 0;
|
|
270
|
+
bottom: 0;
|
|
271
|
+
top: auto;
|
|
272
|
+
height: get("resizer-center-size");
|
|
273
|
+
width: get("resizer-center-size");
|
|
274
|
+
background-color: transparent;
|
|
275
|
+
cursor: nwse-resize;
|
|
276
|
+
}
|
|
255
277
|
}
|
|
256
278
|
|
|
257
279
|
// Modifiers
|
|
@@ -260,6 +282,12 @@ $config: (
|
|
|
260
282
|
width: $size-width;
|
|
261
283
|
}
|
|
262
284
|
}
|
|
285
|
+
|
|
286
|
+
#{ $prefix }--fullscreen {
|
|
287
|
+
width: 100%;
|
|
288
|
+
height: 100%;
|
|
289
|
+
border-radius: 0;
|
|
290
|
+
}
|
|
263
291
|
#{ $prefix }--right,
|
|
264
292
|
#{ $prefix }--left {
|
|
265
293
|
border-radius: 0;
|
|
@@ -314,15 +342,15 @@ $config: (
|
|
|
314
342
|
}
|
|
315
343
|
}
|
|
316
344
|
#{ $prefix }--resize {
|
|
317
|
-
&#{ $prefix }--center {
|
|
318
|
-
resize: both;
|
|
319
|
-
}
|
|
320
345
|
&#{ $prefix }--right {
|
|
321
346
|
padding-left: get("resizer-width");
|
|
322
347
|
}
|
|
323
348
|
&#{ $prefix }--left {
|
|
324
349
|
padding-right: get("resizer-width");
|
|
325
350
|
}
|
|
351
|
+
// &#{ $prefix }--center {
|
|
352
|
+
// resize: both;
|
|
353
|
+
// }
|
|
326
354
|
}
|
|
327
355
|
#{ $prefix }--body-fills {
|
|
328
356
|
#{ $prefix }__header {
|
|
@@ -371,13 +399,13 @@ $config: (
|
|
|
371
399
|
to {
|
|
372
400
|
opacity: 1;
|
|
373
401
|
transform: translate(-50%, -50%);
|
|
374
|
-
display:
|
|
402
|
+
display: flex;
|
|
375
403
|
}
|
|
376
404
|
}
|
|
377
405
|
@keyframes uluModalCenterOut {
|
|
378
406
|
from {
|
|
379
407
|
opacity: 1;
|
|
380
|
-
display:
|
|
408
|
+
display: flex;
|
|
381
409
|
transform: translate(-50%, -50%);
|
|
382
410
|
}
|
|
383
411
|
to {
|
|
@@ -395,13 +423,13 @@ $config: (
|
|
|
395
423
|
to {
|
|
396
424
|
opacity: 1;
|
|
397
425
|
transform: translate(-50%, 0);
|
|
398
|
-
display:
|
|
426
|
+
display: flex;
|
|
399
427
|
}
|
|
400
428
|
}
|
|
401
429
|
@keyframes uluModalTopOut {
|
|
402
430
|
from {
|
|
403
431
|
opacity: 1;
|
|
404
|
-
display:
|
|
432
|
+
display: flex;
|
|
405
433
|
transform: translate(-50%, 0);
|
|
406
434
|
}
|
|
407
435
|
to {
|
|
@@ -419,13 +447,13 @@ $config: (
|
|
|
419
447
|
to {
|
|
420
448
|
opacity: 1;
|
|
421
449
|
transform: translate(-50%, 0);
|
|
422
|
-
display:
|
|
450
|
+
display: flex;
|
|
423
451
|
}
|
|
424
452
|
}
|
|
425
453
|
@keyframes uluModalBottomOut {
|
|
426
454
|
from {
|
|
427
455
|
opacity: 1;
|
|
428
|
-
display:
|
|
456
|
+
display: flex;
|
|
429
457
|
transform: translate(-50%, 0);
|
|
430
458
|
}
|
|
431
459
|
to {
|
|
@@ -443,13 +471,13 @@ $config: (
|
|
|
443
471
|
to {
|
|
444
472
|
opacity: 1;
|
|
445
473
|
transform: translateX(0);
|
|
446
|
-
display:
|
|
474
|
+
display: flex;
|
|
447
475
|
}
|
|
448
476
|
}
|
|
449
477
|
@keyframes uluModalLeftOut {
|
|
450
478
|
from {
|
|
451
479
|
opacity: 1;
|
|
452
|
-
display:
|
|
480
|
+
display: flex;
|
|
453
481
|
transform: translateX(0);
|
|
454
482
|
}
|
|
455
483
|
to {
|
|
@@ -467,13 +495,13 @@ $config: (
|
|
|
467
495
|
to {
|
|
468
496
|
opacity: 1;
|
|
469
497
|
transform: translateX(0);
|
|
470
|
-
display:
|
|
498
|
+
display: flex;
|
|
471
499
|
}
|
|
472
500
|
}
|
|
473
501
|
@keyframes uluModalRightOut {
|
|
474
502
|
from {
|
|
475
503
|
opacity: 1;
|
|
476
|
-
display:
|
|
504
|
+
display: flex;
|
|
477
505
|
transform: translateX(0);
|
|
478
506
|
}
|
|
479
507
|
to {
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
@use "../utils";
|
|
11
11
|
@use "../color";
|
|
12
12
|
@use "../selector";
|
|
13
|
+
@use "../layout";
|
|
13
14
|
@use "../typography";
|
|
14
15
|
|
|
15
16
|
/// Module Settings
|
|
@@ -88,6 +89,7 @@ $config: (
|
|
|
88
89
|
overflow-x: auto;
|
|
89
90
|
line-height: typography.get("line-height-dense");
|
|
90
91
|
gap: get("margin-between");
|
|
92
|
+
@include layout.remove-scrollbar();
|
|
91
93
|
}
|
|
92
94
|
#{ $prefix }__item,
|
|
93
95
|
#{ $prefix }--auto li {
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
@use "../utils";
|
|
10
10
|
@use "../breakpoint";
|
|
11
11
|
@use "../color";
|
|
12
|
+
@use "../layout";
|
|
12
13
|
|
|
13
14
|
/// Module Settings
|
|
14
15
|
/// @type Map
|
|
@@ -81,11 +82,7 @@ $config: (
|
|
|
81
82
|
}
|
|
82
83
|
}
|
|
83
84
|
.overlay-section__background {
|
|
84
|
-
|
|
85
|
-
top: 0;
|
|
86
|
-
left: 0;
|
|
87
|
-
right: 0;
|
|
88
|
-
bottom: 0;
|
|
85
|
+
@include layout.absolute-fill();
|
|
89
86
|
img,
|
|
90
87
|
video {
|
|
91
88
|
object-fit: cover;
|