@ulu/frontend 0.1.0-beta.12 → 0.1.0-beta.121
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 +717 -0
- package/GEMINI.md +9 -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 +832 -421
- 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 +629 -233
- package/docs-dev/changelog/index.html +7613 -0
- package/docs-dev/changelog/updates-and-changes/index.html +5109 -0
- package/docs-dev/demos/accordion/index.html +1496 -358
- package/docs-dev/demos/badge/index.html +5895 -0
- package/docs-dev/demos/badge-stack/index.html +5876 -0
- package/docs-dev/demos/basic-hero/index.html +111 -0
- package/docs-dev/demos/breadcrumb/index.html +5930 -0
- package/docs-dev/demos/breakpoints-manager/index.html +5906 -0
- package/docs-dev/demos/button/index.html +1537 -343
- package/docs-dev/demos/button-group/index.html +5892 -0
- package/docs-dev/demos/button-verbose/index.html +5898 -0
- package/docs-dev/demos/callout/index.html +1559 -379
- package/docs-dev/demos/captioned-figure/index.html +1492 -339
- package/docs-dev/demos/card/index.html +1592 -800
- package/docs-dev/demos/card-grid/index.html +6017 -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 +5900 -0
- package/docs-dev/demos/css-icons/index.html +1556 -380
- package/docs-dev/demos/data-grid/index.html +1492 -339
- package/docs-dev/demos/data-table/index.html +1634 -348
- package/docs-dev/demos/definition-list/index.html +6011 -0
- package/docs-dev/demos/details-group/index.html +5927 -0
- package/docs-dev/demos/donut-chart/index.html +5874 -0
- package/docs-dev/demos/file-save/index.html +1492 -339
- package/docs-dev/demos/flipcard/index.html +1492 -339
- package/docs-dev/demos/form-theme/index.html +1500 -347
- package/docs-dev/demos/headline-label/index.html +5862 -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 +1493 -340
- package/docs-dev/demos/list-inline/index.html +1492 -339
- package/docs-dev/demos/list-lines/index.html +1492 -339
- package/docs-dev/demos/menu-stack/index.html +1652 -378
- package/docs-dev/demos/modals/index.html +1642 -366
- package/docs-dev/demos/nav-strip/index.html +1492 -339
- package/docs-dev/demos/overlay-section/index.html +1611 -388
- package/docs-dev/demos/panel/index.html +5922 -0
- package/docs-dev/demos/popovers/index.html +1752 -357
- package/docs-dev/demos/print/index.html +1492 -339
- package/docs-dev/demos/progress-bar/index.html +6030 -0
- package/docs-dev/demos/progress-circle/index.html +6197 -0
- package/docs-dev/demos/progress-donut/index.html +6107 -0
- package/docs-dev/demos/pull-quote/index.html +1492 -339
- package/docs-dev/demos/rail/index.html +5970 -0
- package/docs-dev/demos/rule/index.html +1509 -344
- package/docs-dev/demos/scroll-slider/index.html +72 -106
- package/docs-dev/demos/scrollpoints/index.html +1493 -340
- package/docs-dev/demos/skeleton/index.html +5918 -0
- package/docs-dev/demos/slider/index.html +12 -4
- package/docs-dev/demos/spoke-spinner/index.html +1492 -339
- package/docs-dev/demos/sticky-list/index.html +5883 -0
- package/docs-dev/demos/tabs/index.html +1565 -376
- package/docs-dev/demos/tag/index.html +1510 -345
- package/docs-dev/demos/theme-toggle/index.html +5939 -0
- package/docs-dev/demos/tile-grid-overlay/index.html +12 -4
- package/docs-dev/demos/tiles/index.html +1492 -339
- package/docs-dev/demos/tooltip/index.html +1492 -339
- package/docs-dev/demos/wysiwyg/index.html +5912 -0
- package/docs-dev/guide/building-stylesheet/index.html +1492 -339
- package/docs-dev/guide/developing-ulu-scss-module/index.html +1492 -339
- package/docs-dev/guide/index.html +1492 -339
- package/docs-dev/guide/updates-and-changes/index.html +5033 -0
- package/docs-dev/index.html +1492 -339
- package/docs-dev/javascript/events/index.html +1567 -376
- package/docs-dev/javascript/index.html +1492 -339
- package/docs-dev/javascript/settings/index.html +6065 -0
- package/docs-dev/javascript/ui-breakpoints/index.html +1506 -355
- package/docs-dev/javascript/ui-collapsible/index.html +1491 -340
- package/docs-dev/javascript/ui-details-group/index.html +5982 -0
- package/docs-dev/javascript/ui-dialog/index.html +1523 -357
- package/docs-dev/javascript/ui-flipcard/index.html +1552 -345
- package/docs-dev/javascript/ui-grid/index.html +1538 -413
- package/docs-dev/javascript/ui-modal-builder/index.html +1761 -470
- package/docs-dev/javascript/ui-overflow-scroller/index.html +1491 -340
- package/docs-dev/javascript/ui-overflow-scroller-pager/index.html +1491 -340
- package/docs-dev/javascript/ui-page/index.html +1491 -340
- package/docs-dev/javascript/ui-popover/index.html +1501 -354
- package/docs-dev/javascript/ui-print/index.html +1489 -346
- package/docs-dev/javascript/ui-print-details/index.html +1491 -340
- package/docs-dev/javascript/ui-programmatic-modal/index.html +1491 -340
- package/docs-dev/javascript/ui-proxy-click/index.html +1591 -355
- package/docs-dev/javascript/ui-resizer/index.html +1850 -434
- package/docs-dev/javascript/ui-scroll-slider/index.html +1531 -348
- package/docs-dev/javascript/ui-scrollpoint/index.html +1501 -357
- package/docs-dev/javascript/ui-slider/index.html +1708 -366
- package/docs-dev/javascript/ui-tabs/index.html +1523 -409
- package/docs-dev/javascript/ui-theme-toggle/index.html +6070 -0
- package/docs-dev/javascript/ui-tooltip/index.html +1501 -354
- package/docs-dev/javascript/utils-class-logger/index.html +1492 -341
- package/docs-dev/javascript/utils-css/index.html +5884 -0
- package/docs-dev/javascript/utils-dom/index.html +1523 -452
- package/docs-dev/javascript/utils-file-save/index.html +1491 -340
- package/docs-dev/javascript/utils-floating-ui/index.html +1491 -340
- package/docs-dev/javascript/utils-id/index.html +1491 -340
- package/docs-dev/javascript/utils-pause-youtube-video/index.html +1491 -340
- package/docs-dev/javascript/utils-system/index.html +6187 -0
- package/docs-dev/sass/base/color/index.html +1491 -340
- package/docs-dev/sass/base/elements/index.html +1492 -341
- package/docs-dev/sass/base/index/index.html +1492 -341
- package/docs-dev/sass/base/index.html +1492 -339
- package/docs-dev/sass/base/keyframes/index.html +1492 -341
- package/docs-dev/sass/base/layout/index.html +1492 -341
- package/docs-dev/sass/base/normalize/index.html +1491 -340
- package/docs-dev/sass/base/print/index.html +1492 -341
- package/docs-dev/sass/base/root/index.html +1495 -344
- package/docs-dev/sass/base/typography/index.html +1491 -340
- package/docs-dev/sass/components/accordion/index.html +1628 -436
- package/docs-dev/sass/components/adaptive-spacing/index.html +1491 -340
- package/docs-dev/sass/components/badge/index.html +1522 -353
- package/docs-dev/sass/components/badge-stack/index.html +6051 -0
- package/docs-dev/sass/components/basic-hero/index.html +6045 -0
- package/docs-dev/sass/components/breadcrumb/index.html +6092 -0
- package/docs-dev/sass/components/button/index.html +1491 -340
- package/docs-dev/sass/components/button-group/index.html +6043 -0
- package/docs-dev/sass/components/button-verbose/index.html +1613 -387
- package/docs-dev/sass/components/callout/index.html +1598 -388
- package/docs-dev/sass/components/captioned-figure/index.html +1491 -340
- package/docs-dev/sass/components/card/index.html +1601 -393
- package/docs-dev/sass/components/card-grid/index.html +1491 -340
- package/docs-dev/sass/components/counter-list/index.html +6127 -0
- package/docs-dev/sass/components/css-icon/index.html +1492 -341
- package/docs-dev/sass/components/data-grid/index.html +1511 -353
- package/docs-dev/sass/components/data-table/index.html +1510 -352
- package/docs-dev/sass/components/definition-list/index.html +6107 -0
- package/docs-dev/sass/components/fill-context/index.html +1491 -340
- package/docs-dev/sass/components/flipcard/index.html +1569 -387
- package/docs-dev/sass/components/flipcard-grid/index.html +1491 -340
- package/docs-dev/sass/components/form-theme/index.html +1718 -572
- package/docs-dev/sass/components/headline-label/index.html +6073 -0
- package/docs-dev/sass/components/hero/index.html +1499 -348
- package/docs-dev/sass/components/horizontal-rule/index.html +1491 -340
- package/docs-dev/sass/components/image-grid/index.html +1491 -340
- package/docs-dev/sass/components/index/index.html +1514 -349
- package/docs-dev/sass/components/index.html +1492 -339
- package/docs-dev/sass/components/links/index.html +1491 -340
- package/docs-dev/sass/components/list-inline/index.html +1491 -340
- package/docs-dev/sass/components/list-lines/index.html +1491 -340
- package/docs-dev/sass/components/list-ordered/index.html +1491 -340
- package/docs-dev/sass/components/list-unordered/index.html +1491 -340
- package/docs-dev/sass/components/menu-stack/index.html +1578 -378
- package/docs-dev/sass/components/modal/index.html +1576 -390
- package/docs-dev/sass/components/nav-strip/index.html +1499 -348
- package/docs-dev/sass/components/overlay-section/index.html +1499 -348
- package/docs-dev/sass/components/pager/index.html +1491 -340
- package/docs-dev/sass/components/panel/index.html +6273 -0
- package/docs-dev/sass/components/placeholder-block/index.html +1491 -340
- package/docs-dev/sass/components/popover/index.html +1561 -404
- package/docs-dev/sass/components/progress-bar/index.html +6252 -0
- package/docs-dev/sass/components/progress-circle/index.html +6144 -0
- package/docs-dev/sass/components/pull-quote/index.html +1491 -340
- package/docs-dev/sass/components/rail/index.html +6063 -0
- package/docs-dev/sass/components/ratio-box/index.html +1499 -348
- package/docs-dev/sass/components/rule/index.html +1492 -341
- package/docs-dev/sass/components/scroll-slider/index.html +1501 -362
- package/docs-dev/sass/components/skeleton/index.html +6101 -0
- package/docs-dev/sass/components/skip-link/index.html +1491 -340
- package/docs-dev/sass/components/slider/index.html +1581 -442
- package/docs-dev/sass/components/spoke-spinner/index.html +1493 -342
- package/docs-dev/sass/components/sticky-list/index.html +6263 -0
- package/docs-dev/sass/components/table-sticky/index.html +5707 -0
- package/docs-dev/sass/components/tabs/index.html +1519 -353
- package/docs-dev/sass/components/tag/index.html +1648 -403
- package/docs-dev/sass/components/tile-button/index.html +1491 -340
- package/docs-dev/sass/components/tile-grid/index.html +1491 -340
- package/docs-dev/sass/components/tile-grid-overlay/index.html +1491 -340
- package/docs-dev/sass/components/vignette/index.html +1499 -348
- package/docs-dev/sass/components/wysiwyg/index.html +1524 -355
- package/docs-dev/sass/core/breakpoint/index.html +1577 -374
- package/docs-dev/sass/core/button/index.html +1523 -370
- package/docs-dev/sass/core/color/index.html +1768 -485
- package/docs-dev/sass/core/cssvar/index.html +1491 -340
- package/docs-dev/sass/core/element/index.html +1837 -404
- package/docs-dev/sass/core/index.html +1491 -340
- package/docs-dev/sass/core/layout/index.html +1582 -412
- package/docs-dev/sass/core/path/index.html +1491 -340
- package/docs-dev/sass/core/selector/index.html +1491 -340
- package/docs-dev/sass/core/typography/index.html +1657 -448
- package/docs-dev/sass/core/units/index.html +1499 -342
- package/docs-dev/sass/core/utils/index.html +2781 -481
- package/docs-dev/sass/helpers/color/index.html +1491 -340
- package/docs-dev/sass/helpers/display/index.html +1492 -341
- package/docs-dev/sass/helpers/index/index.html +1491 -340
- package/docs-dev/sass/helpers/index.html +1492 -339
- package/docs-dev/sass/helpers/print/index.html +759 -298
- package/docs-dev/sass/helpers/typography/index.html +1491 -340
- package/docs-dev/sass/helpers/units/index.html +1491 -340
- package/docs-dev/sass/helpers/utilities/index.html +1495 -340
- package/docs-dev/sass/index.html +1492 -339
- 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 +24 -9
- package/scss/README.md +9 -0
- package/scss/_breakpoint.scss +39 -5
- package/scss/_button.scss +7 -5
- package/scss/_color.scss +71 -40
- package/scss/_element.scss +124 -2
- package/scss/_layout.scss +7 -8
- package/scss/_typography.scss +15 -0
- 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/_accordion.scss +167 -110
- 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/_breadcrumb.scss +110 -0
- package/scss/components/_button-group.scss +90 -0
- package/scss/components/_button-verbose.scss +100 -18
- package/scss/components/_callout.scss +112 -53
- package/scss/components/_card-grid.scss +5 -2
- package/scss/components/_card.scss +216 -87
- 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 +3 -0
- package/scss/components/_definition-list.scss +178 -0
- package/scss/components/_flipcard.scss +8 -3
- package/scss/components/_form-theme.scss +106 -95
- package/scss/components/_headline-label.scss +83 -0
- package/scss/components/_hero.scss +3 -10
- package/scss/components/_index.scss +79 -0
- package/scss/components/_menu-stack.scss +87 -23
- 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 +139 -38
- package/scss/components/_progress-bar.scss +260 -0
- package/scss/components/_progress-circle.scss +175 -0
- package/scss/components/_pull-quote.scss +1 -1
- 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/_tag.scss +49 -7
- package/scss/components/_vignette.scss +2 -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 +62 -34
- 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 +1 -0
- 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 +1 -0
- package/types/utils/system.d.ts +113 -0
- package/types/utils/system.d.ts.map +1 -0
|
@@ -7,96 +7,104 @@
|
|
|
7
7
|
@use "sass:meta";
|
|
8
8
|
@use "sass:math";
|
|
9
9
|
@use "sass:list";
|
|
10
|
+
|
|
10
11
|
@use "../selector";
|
|
11
12
|
@use "../utils";
|
|
12
13
|
@use "../color";
|
|
13
14
|
@use "../element";
|
|
14
15
|
@use "../typography";
|
|
15
16
|
|
|
17
|
+
// Used for function fallback
|
|
18
|
+
$-fallbacks: (
|
|
19
|
+
"description-line-height" : (
|
|
20
|
+
"function" : meta.get-function("get", false, "typography"),
|
|
21
|
+
"property" : "line-height-dense",
|
|
22
|
+
),
|
|
23
|
+
);
|
|
24
|
+
|
|
16
25
|
/// Module Settings
|
|
17
26
|
/// @type Map
|
|
18
|
-
/// @prop {} color [inherit]
|
|
19
|
-
/// @prop {} color-placeholder ["type-tertiary"]
|
|
20
|
-
/// @prop {} drupal [false]
|
|
21
|
-
/// @prop {} error-color ["danger"]
|
|
22
|
-
/// @prop {} error-highlight-color [rgb(251, 242, 242)]
|
|
23
|
-
/// @prop {} error-selector [".is-danger"]
|
|
24
|
-
/// @prop {} file-button-style [true]
|
|
25
|
-
/// @prop {} font-weight-label [bold]
|
|
26
|
-
/// @prop {} font-weight-legend [bold]
|
|
27
|
-
/// @prop {} font-weight-placeholder [normal]
|
|
28
|
-
/// @prop {} font-weight-input [null]
|
|
29
|
-
/// @prop {} font-weight-textarea [null]
|
|
30
|
-
/// @prop {} font-weight-select [null]
|
|
31
|
-
/// @prop {} input-border [element.get-rule-style()]
|
|
32
|
-
/// @prop {} input-border-radius [0]
|
|
33
|
-
/// @prop {} input-
|
|
34
|
-
/// @prop {} input-padding-
|
|
35
|
-
/// @prop {} input-
|
|
36
|
-
/// @prop {} input-
|
|
37
|
-
/// @prop {}
|
|
38
|
-
/// @prop {} item-
|
|
39
|
-
/// @prop {}
|
|
40
|
-
/// @prop {}
|
|
41
|
-
/// @prop {} text-input-margin-
|
|
42
|
-
/// @prop {}
|
|
43
|
-
/// @prop {} warning-color [
|
|
44
|
-
/// @prop {} warning-
|
|
45
|
-
/// @prop {}
|
|
46
|
-
/// @prop {} check-input-
|
|
47
|
-
/// @prop {} check-input-size [
|
|
48
|
-
/// @prop {} check-input-
|
|
49
|
-
/// @prop {} check-input-background-color [white]
|
|
50
|
-
/// @prop {} check-input-background-color-
|
|
51
|
-
/// @prop {} check-input-background-color-
|
|
52
|
-
/// @prop {} check-input-
|
|
53
|
-
/// @prop {} check-input-border [null]
|
|
54
|
-
/// @prop {} check-input-border-color-
|
|
55
|
-
/// @prop {} check-input-border-color-
|
|
56
|
-
/// @prop {} check-input-border-color-
|
|
57
|
-
/// @prop {} check-input-
|
|
58
|
-
/// @prop {} check-input-outline [null]
|
|
59
|
-
/// @prop {} check-input-outline-
|
|
60
|
-
/// @prop {} check-input-outline-
|
|
61
|
-
/// @prop {} check-input-
|
|
62
|
-
/// @prop {} check-input-touch-color-
|
|
63
|
-
/// @prop {} check-input-
|
|
64
|
-
/// @prop {} check-input-
|
|
65
|
-
/// @prop {} check-input-checkmark-
|
|
66
|
-
/// @prop {} check-input-checkmark-
|
|
67
|
-
/// @prop {} check-input-checkmark-
|
|
68
|
-
/// @prop {} check-input-
|
|
69
|
-
/// @prop {} check-input-mark-color [
|
|
70
|
-
/// @prop {} check-input-mark-color-
|
|
71
|
-
/// @prop {} check-input-mark-color-
|
|
72
|
-
/// @prop {} check-input-mark-color-
|
|
73
|
-
/// @prop {} check-input-
|
|
74
|
-
/// @prop {} check-input-
|
|
75
|
-
/// @prop {}
|
|
76
|
-
/// @prop {} description-
|
|
77
|
-
/// @prop {} description-
|
|
78
|
-
/// @prop {} description-
|
|
79
|
-
/// @prop {} fieldset-background [transparent]
|
|
80
|
-
/// @prop {} fieldset-border [none]
|
|
81
|
-
/// @prop {} fieldset-margin-bottom [1rem]
|
|
82
|
-
/// @prop {} fieldset-margin-top [1rem]
|
|
83
|
-
/// @prop {} fieldset-padding [0]
|
|
84
|
-
/// @prop {} fieldset-margin-compact [0]
|
|
85
|
-
/// @prop {} fieldset-border-
|
|
86
|
-
/// @prop {} fieldset-
|
|
87
|
-
/// @prop {} fieldset-legend-
|
|
88
|
-
/// @prop {} fieldset-legend-
|
|
89
|
-
/// @prop {}
|
|
90
|
-
/// @prop {} select-
|
|
91
|
-
/// @prop {} select-
|
|
92
|
-
/// @prop {} select-
|
|
93
|
-
/// @prop {} select-padding-
|
|
94
|
-
/// @prop {} select-
|
|
95
|
-
/// @prop {} select-image [
|
|
96
|
-
/// @prop {} select-image-
|
|
97
|
-
/// @prop {} select-image-
|
|
98
|
-
/// @prop {}
|
|
99
|
-
/// @prop {Unit} inline-gap [1em] Gap between items that are inline like checkboxes
|
|
27
|
+
/// @prop {CssValue} color [inherit] Color of the text of the form.
|
|
28
|
+
/// @prop {CssValue} color-placeholder ["type-tertiary"] Color for the placeholder text.
|
|
29
|
+
/// @prop {Boolean} drupal [false] Toggle if using drupal to include drupal specific styling.
|
|
30
|
+
/// @prop {Color} error-color ["danger"] Type color for errors.
|
|
31
|
+
/// @prop {Color} error-highlight-color [rgb(251, 242, 242)] Outline color of error container.
|
|
32
|
+
/// @prop {String} error-selector [".is-danger"] Class for error styling.
|
|
33
|
+
/// @prop {} file-button-style [true] @joe-check should this have a fallback
|
|
34
|
+
/// @prop {CssValue} font-weight-label [bold] Font weight of the labels.
|
|
35
|
+
/// @prop {CssValue} font-weight-legend [bold] Font weight of the legend.
|
|
36
|
+
/// @prop {CssValue} font-weight-placeholder [normal] Font weight of placeholder text.
|
|
37
|
+
/// @prop {CssValue} font-weight-input [null] Font weight of input text.
|
|
38
|
+
/// @prop {CssValue} font-weight-textarea [null] Font weight of textarea text.
|
|
39
|
+
/// @prop {CssValue} font-weight-select [null] Font weight of select text.
|
|
40
|
+
/// @prop {CssValue} input-border [element.get-rule-style()] Border of the input.
|
|
41
|
+
/// @prop {Dimension} input-border-radius [0] Border radius of the input.
|
|
42
|
+
/// @prop {Dimension} input-padding-x [0.5em] Horizontal padding of the input.
|
|
43
|
+
/// @prop {Dimension} input-padding-y [0.25em] Vertical padding of the input.
|
|
44
|
+
/// @prop {Dimension} input-min-width [10em] Min width of the input.
|
|
45
|
+
/// @prop {Color} input-background-color [white] Background color of the input.
|
|
46
|
+
/// @prop {Dimension} item-border-radius [null] Border radius for __item.
|
|
47
|
+
/// @prop {Dimension} item-highlight-width [6px] Width of the item box highlight.
|
|
48
|
+
/// @prop {Color} required-color ["danger"] Color for required text.
|
|
49
|
+
/// @prop {Dimension} text-input-margin-bottom [0.5em] Bottom margin for the label.
|
|
50
|
+
/// @prop {Dimension} text-input-margin-top [1em] Top margin for the label.
|
|
51
|
+
/// @prop {Color} warning-color ["warning"] The warning text color.
|
|
52
|
+
/// @prop {Color} warning-highlight-color [rgb(255, 249, 237)] Outline color of the warning.
|
|
53
|
+
/// @prop {String} warning-selector [".is-warning"] Selector for adding warning styles.
|
|
54
|
+
/// @prop {Color} check-input-color [currentColor] @joe-check unused
|
|
55
|
+
/// @prop {Dimension} check-input-size [1.15em] Size of input box.
|
|
56
|
+
/// @prop {Dimension} check-input-touch-size [2em] Touchable size of the input box.
|
|
57
|
+
/// @prop {Color} check-input-background-color [white] Background color for the check input.
|
|
58
|
+
/// @prop {Color} check-input-background-color-checked [white] Background color for the check input when checked.
|
|
59
|
+
/// @prop {Color} check-input-background-color-hover [white] Background color for the check input when hovered or focused.
|
|
60
|
+
/// @prop {Color} check-input-background-color-indeterminate [white] Background color for the indeterminate check input.
|
|
61
|
+
/// @prop {} check-input-border [null] @joe-check check how this is called with a fallback in the styles mixin
|
|
62
|
+
/// @prop {Color} check-input-border-color-hover [null] Check input border color.
|
|
63
|
+
/// @prop {Color} check-input-border-color-checked [null] Check input border color when checked.
|
|
64
|
+
/// @prop {Color} check-input-border-color-indeterminate [null] Indeterminate check input border color.
|
|
65
|
+
/// @prop {Color} check-input-border-color-focus [null] Check input border color when hovered or focused.
|
|
66
|
+
/// @prop {CssValue} check-input-outline [null] Check input outline.
|
|
67
|
+
/// @prop {CssValue} check-input-outline-hover [null] Check input outline when hovered.
|
|
68
|
+
/// @prop {CssValue} check-input-outline-checked [null] Check input outline when checked.
|
|
69
|
+
/// @prop {CssValue} check-input-outline-focus [1px solid white] Check input outline when focused.
|
|
70
|
+
/// @prop {Color} check-input-touch-color-hover [#e8e8e8] Check input background color when hovered.
|
|
71
|
+
/// @prop {Color} check-input-touch-color-focus [null] Check input background color when focused.
|
|
72
|
+
/// @prop {Dimension} check-input-radio-size [0.3em] Radio border size.
|
|
73
|
+
/// @prop {Dimension} check-input-checkmark-width [0.38em] Width of checkmark.
|
|
74
|
+
/// @prop {Dimension} check-input-checkmark-height [0.68em] Height of checkmark.
|
|
75
|
+
/// @prop {Dimension} check-input-checkmark-offset-y [-0.2em] vertical offset of checkmark.
|
|
76
|
+
/// @prop {Dimension} check-input-checkmark-stroke-size [0.18em] stroke size of checkmark.
|
|
77
|
+
/// @prop {Color} check-input-mark-color [currentColor] Check input color.
|
|
78
|
+
/// @prop {Color} check-input-mark-color-hover [null] Check input color when hovered.
|
|
79
|
+
/// @prop {Color} check-input-mark-color-focus [null] Check input color when focused.
|
|
80
|
+
/// @prop {Color} check-input-mark-color-checked [null] Check input color when checked.
|
|
81
|
+
/// @prop {Color} check-input-mark-color-indeterminate [null] Check input color when indeterminate.
|
|
82
|
+
/// @prop {Number} check-input-disabled-opacity [0.6] Opacity of the check input when disabled.
|
|
83
|
+
/// @prop {Dimension} check-input-border-radius [null] Checkbox input border radius.
|
|
84
|
+
/// @prop {Color} description-color [false] Color of help text.
|
|
85
|
+
/// @prop {CssValue} description-margin [(0.25em 0)] Margin for help text.
|
|
86
|
+
/// @prop {Dimension} description-max-width [25em] Max width of help text.
|
|
87
|
+
/// @prop {Number} description-line-height [true] Line height for description element, defaults to typography line-height-dense
|
|
88
|
+
/// @prop {Color} fieldset-background [transparent] Background color of fieldset element.
|
|
89
|
+
/// @prop {CssValue} fieldset-border [none] Border for fieldset
|
|
90
|
+
/// @prop {Dimension} fieldset-margin-bottom [1rem] Bottom margin for the fieldset element.
|
|
91
|
+
/// @prop {Dimension} fieldset-margin-top [1rem] Bottom margin for the fieldset element.
|
|
92
|
+
/// @prop {Dimension} fieldset-padding [0] Padding for the fieldset element.
|
|
93
|
+
/// @prop {Dimension} fieldset-margin-compact [0] @joe-check unused
|
|
94
|
+
/// @prop {Dimension} fieldset-border-radius [0] Border radius of the fieldset element.
|
|
95
|
+
/// @prop {Color} fieldset-legend-color [inherit] Text color for the fieldset's label.
|
|
96
|
+
/// @prop {Dimension} fieldset-legend-border-bottom [null] Bottom border color for the fieldset's label
|
|
97
|
+
/// @prop {Dimension} fieldset-legend-padding-bottom [null] Bottom padding for the fieldset's label
|
|
98
|
+
/// @prop {Dimension} select-border-radius [4px] Border radius for the select element.
|
|
99
|
+
/// @prop {Color} select-background-color [null] Background color for the select element.
|
|
100
|
+
/// @prop {CssValue} select-border [null] The border for the select element. Fallback to input border.
|
|
101
|
+
/// @prop {Dimension} select-padding-x [null] Horizontal padding for the select element. Fallback to input-padding-x.
|
|
102
|
+
/// @prop {Dimension} select-padding-y [null] Vertical padding for the select element. Fallback to input-padding-y.
|
|
103
|
+
/// @prop {CssValue} select-image [null] Url for select element's background image.
|
|
104
|
+
/// @prop {Dimension} select-image-size [0.9em] Background size for the select image.
|
|
105
|
+
/// @prop {Dimension} select-image-offset [0.7em] Offset for the select image.
|
|
106
|
+
/// @prop {Dimension} select-image-margin [0.65em] select image margin.
|
|
107
|
+
/// @prop {Dimension} inline-gap [1em] Gap between items that are inline like checkboxes
|
|
100
108
|
|
|
101
109
|
$config: (
|
|
102
110
|
"color" : inherit,
|
|
@@ -160,6 +168,7 @@ $config: (
|
|
|
160
168
|
"description-color" : false,
|
|
161
169
|
"description-margin" : (0.25em 0),
|
|
162
170
|
"description-max-width" : 25em,
|
|
171
|
+
"description-line-height" : true,
|
|
163
172
|
"fieldset-background" : transparent,
|
|
164
173
|
"fieldset-border" : none,
|
|
165
174
|
"fieldset-margin-bottom" : 1rem,
|
|
@@ -198,7 +207,8 @@ $config: (
|
|
|
198
207
|
/// @include ulu.component-form-theme-get("property");
|
|
199
208
|
|
|
200
209
|
@function get($name) {
|
|
201
|
-
|
|
210
|
+
$value: utils.require-map-get($config, $name, "component-form-theme [config]");
|
|
211
|
+
@return utils.function-fallback($name, $value, $-fallbacks);
|
|
202
212
|
}
|
|
203
213
|
|
|
204
214
|
@function -fallback($op1, $op2) {
|
|
@@ -344,7 +354,7 @@ $config: (
|
|
|
344
354
|
transition: background-color 220ms ease-in-out;
|
|
345
355
|
flex: 0 0 $input-touch-size; // When used in flex container
|
|
346
356
|
// Box / Circle (centered absolute)
|
|
347
|
-
|
|
357
|
+
&::before {
|
|
348
358
|
content: '';
|
|
349
359
|
display: block;
|
|
350
360
|
position: absolute;
|
|
@@ -362,7 +372,7 @@ $config: (
|
|
|
362
372
|
transform: translate(-50%, -50%);
|
|
363
373
|
}
|
|
364
374
|
// Checkmark/ radio
|
|
365
|
-
|
|
375
|
+
&::after {
|
|
366
376
|
content: '';
|
|
367
377
|
display: block;
|
|
368
378
|
position: relative;
|
|
@@ -375,32 +385,32 @@ $config: (
|
|
|
375
385
|
}
|
|
376
386
|
&:focus {
|
|
377
387
|
background-color: color.get(get("check-input-touch-color-focus"));
|
|
378
|
-
|
|
388
|
+
&::before {
|
|
379
389
|
border-color: color.get(get("check-input-border-color-focus"));
|
|
380
390
|
outline: get("check-input-outline-focus");
|
|
381
391
|
}
|
|
382
|
-
|
|
392
|
+
&::after {
|
|
383
393
|
border-color: color.get(get("check-input-mark-color-focus"));
|
|
384
394
|
}
|
|
385
395
|
}
|
|
386
396
|
&:hover {
|
|
387
397
|
background-color: color.get(get("check-input-touch-color-hover"));
|
|
388
|
-
|
|
398
|
+
&::before {
|
|
389
399
|
outline: get("check-input-outline-hover");
|
|
390
400
|
background-color: color.get(get("check-input-background-color-hover"));
|
|
391
401
|
border-color: color.get(get("check-input-border-color-hover"));
|
|
392
402
|
}
|
|
393
|
-
|
|
403
|
+
&::after {
|
|
394
404
|
border-color: color.get(get("check-input-mark-color-hover"));
|
|
395
405
|
}
|
|
396
406
|
}
|
|
397
407
|
&:checked {
|
|
398
|
-
|
|
408
|
+
&::before {
|
|
399
409
|
background-color: color.get(get("check-input-background-color-checked"));
|
|
400
410
|
border-color: color.get(get("check-input-border-color-checked"));
|
|
401
411
|
outline: get("check-input-outline-checked");
|
|
402
412
|
}
|
|
403
|
-
|
|
413
|
+
&::after {
|
|
404
414
|
opacity: 1;
|
|
405
415
|
border-color: color.get(get("check-input-mark-color-checked"));
|
|
406
416
|
}
|
|
@@ -416,10 +426,10 @@ $config: (
|
|
|
416
426
|
}
|
|
417
427
|
}
|
|
418
428
|
[type="checkbox"] {
|
|
419
|
-
|
|
429
|
+
&::before {
|
|
420
430
|
border-radius: -fallback("check-input-border-radius", "input-border-radius");
|
|
421
431
|
}
|
|
422
|
-
|
|
432
|
+
&::after {
|
|
423
433
|
border-radius: 0;
|
|
424
434
|
width: get("check-input-checkmark-width");
|
|
425
435
|
height: get("check-input-checkmark-height");
|
|
@@ -432,11 +442,11 @@ $config: (
|
|
|
432
442
|
}
|
|
433
443
|
&:indeterminate,
|
|
434
444
|
&[aria-checked=mixed] {
|
|
435
|
-
|
|
445
|
+
&::before {
|
|
436
446
|
background-color: color.get(get("check-input-background-color-indeterminate"));
|
|
437
447
|
border-color: color.get(get("check-input-border-color-indeterminate"));
|
|
438
448
|
}
|
|
439
|
-
|
|
449
|
+
&::after {
|
|
440
450
|
border-right: none;
|
|
441
451
|
transform: translatey(50%);
|
|
442
452
|
opacity: 1;
|
|
@@ -500,6 +510,7 @@ $config: (
|
|
|
500
510
|
margin: get("description-margin");
|
|
501
511
|
font-style: italic;
|
|
502
512
|
@include typography.size("small", null, true);
|
|
513
|
+
line-height: get("description-line-height");
|
|
503
514
|
max-width: get("description-max-width");
|
|
504
515
|
color: color.get(get("description-color"));
|
|
505
516
|
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
////
|
|
2
|
+
/// @group headline-label
|
|
3
|
+
////
|
|
4
|
+
|
|
5
|
+
@use "sass:map";
|
|
6
|
+
@use "sass:meta";
|
|
7
|
+
@use "../utils";
|
|
8
|
+
@use "../color";
|
|
9
|
+
@use "../typography";
|
|
10
|
+
|
|
11
|
+
// Used for function fallback
|
|
12
|
+
$-fallbacks: (
|
|
13
|
+
"font-weight" : (
|
|
14
|
+
"function" : meta.get-function("get", false, "typography"),
|
|
15
|
+
"property" : "font-weight-bold"
|
|
16
|
+
),
|
|
17
|
+
"font-family" : (
|
|
18
|
+
"function" : meta.get-function("get", false, "typography"),
|
|
19
|
+
"property" : "font-family-sans"
|
|
20
|
+
),
|
|
21
|
+
"line-height" : (
|
|
22
|
+
"function" : meta.get-function("get", false, "typography"),
|
|
23
|
+
"property" : "line-height-dense"
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
|
|
27
|
+
/// Module Settings
|
|
28
|
+
/// @type Map
|
|
29
|
+
/// @prop {Color} color [ulu.cssvar-use("color-accent")] The text color of the headline label.
|
|
30
|
+
/// @prop {Dimension} margin-bottom [0.2em] The bottom margin of the headline label.
|
|
31
|
+
/// @prop {String} font-weight [typography.get("font-weight-bold")] The font weight of the headline label.
|
|
32
|
+
/// @prop {String} font-family [typography.get("font-family-sans")] The font family of the headline label.
|
|
33
|
+
/// @prop {Dimension|Number} line-height [typography.get("line-height-dense")] The font family of the headline label.
|
|
34
|
+
/// @prop {String} text-transform [null] The font family of the headline label.
|
|
35
|
+
/// @prop {String} type-size ["small"] The typography size preset to use for the headline label (e.g., "small", "medium", "large"), Only uses the font-size value for size
|
|
36
|
+
|
|
37
|
+
$config: (
|
|
38
|
+
"color": "accent",
|
|
39
|
+
"margin-bottom": 0.2em,
|
|
40
|
+
"font-weight": true,
|
|
41
|
+
"font-family": true,
|
|
42
|
+
"line-height": true,
|
|
43
|
+
"text-transform" : null,
|
|
44
|
+
"type-size": "small"
|
|
45
|
+
) !default;
|
|
46
|
+
|
|
47
|
+
/// Change modules $config
|
|
48
|
+
/// @param {Map} $changes Map of changes
|
|
49
|
+
/// @example scss
|
|
50
|
+
/// @include ulu.component-headline-label-set(( "color" : red ));
|
|
51
|
+
|
|
52
|
+
@mixin set($changes) {
|
|
53
|
+
$config: map.merge($config, $changes) !global;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/// Get a config option
|
|
57
|
+
/// @param {String} $name Name of property
|
|
58
|
+
/// @example scss
|
|
59
|
+
/// @include ulu.component-headline-label-get("color");
|
|
60
|
+
|
|
61
|
+
@function get($name) {
|
|
62
|
+
$value: utils.require-map-get($config, $name, "headline-label [config]");
|
|
63
|
+
@return utils.function-fallback($name, $value, $-fallbacks);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/// Prints component styles
|
|
67
|
+
/// @example scss
|
|
68
|
+
/// @include ulu.component-headline-label-styles();
|
|
69
|
+
|
|
70
|
+
@mixin styles {
|
|
71
|
+
.headline-label {
|
|
72
|
+
display: block;
|
|
73
|
+
margin-bottom: get("margin-bottom");
|
|
74
|
+
font-weight: get("font-weight");
|
|
75
|
+
font-family: get("font-family");
|
|
76
|
+
line-height: get("line-height");
|
|
77
|
+
text-transform: get("text-transform");
|
|
78
|
+
color: color.get(get("color"));
|
|
79
|
+
@if (get("type-size")) {
|
|
80
|
+
@include typography.size(get("type-size"), $only-font-size: true);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
@use "../utils";
|
|
12
12
|
@use "../breakpoint";
|
|
13
13
|
@use "../typography";
|
|
14
|
+
@use "../layout";
|
|
14
15
|
|
|
15
16
|
/// Module Settings
|
|
16
17
|
/// @type Map
|
|
@@ -86,11 +87,7 @@ $config: (
|
|
|
86
87
|
width: 100%;
|
|
87
88
|
}
|
|
88
89
|
#{ $prefix }__graphic-media {
|
|
89
|
-
|
|
90
|
-
top: 0;
|
|
91
|
-
left: 0;
|
|
92
|
-
width: 100%;
|
|
93
|
-
height: 100%;
|
|
90
|
+
@include layout.absolute-fill(true);
|
|
94
91
|
object-fit: cover;
|
|
95
92
|
}
|
|
96
93
|
|
|
@@ -171,11 +168,7 @@ $config: (
|
|
|
171
168
|
z-index: 2;
|
|
172
169
|
}
|
|
173
170
|
#{ $prefix }__graphic {
|
|
174
|
-
|
|
175
|
-
top: 0;
|
|
176
|
-
left: 0;
|
|
177
|
-
right: 0;
|
|
178
|
-
bottom: 0;
|
|
171
|
+
@include layout.absolute-fill();
|
|
179
172
|
}
|
|
180
173
|
&#{ $prefix }--bottom,
|
|
181
174
|
&#{ $prefix }--bottom #{ $prefix }__content {
|
|
@@ -6,18 +6,25 @@
|
|
|
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-*;
|
|
14
|
+
@forward "breadcrumb" as breadcrumb-*;
|
|
11
15
|
@forward "callout" as callout-*;
|
|
12
16
|
@forward "card" as card-*;
|
|
13
17
|
@forward "card-grid" as card-grid-*;
|
|
18
|
+
@forward "counter-list" as counter-list-*;
|
|
14
19
|
@forward "css-icon" as css-icon-*;
|
|
15
20
|
@forward "data-grid" as data-grid-*;
|
|
16
21
|
@forward "data-table" as data-table-*;
|
|
22
|
+
@forward "definition-list" as definition-list-*;
|
|
17
23
|
@forward "fill-context" as fill-context-*;
|
|
18
24
|
@forward "flipcard" as flipcard-*;
|
|
19
25
|
@forward "flipcard-grid" as flipcard-grid-*;
|
|
20
26
|
@forward "form-theme" as form-theme-*;
|
|
27
|
+
@forward "headline-label" as headline-label-*;
|
|
21
28
|
@forward "horizontal-rule" as horizontal-rule-*;
|
|
22
29
|
@forward "image-grid" as image-grid-*;
|
|
23
30
|
@forward "links" as links-*;
|
|
@@ -30,13 +37,19 @@
|
|
|
30
37
|
@forward "nav-strip" as nav-strip-*;
|
|
31
38
|
@forward "overlay-section" as overlay-section-*;
|
|
32
39
|
@forward "pager" as pager-*;
|
|
40
|
+
@forward "panel" as panel-*;
|
|
33
41
|
@forward "placeholder-block" as placeholder-block-*;
|
|
34
42
|
@forward "pull-quote" as pull-quote-*;
|
|
35
43
|
@forward "popover" as popover-*;
|
|
44
|
+
@forward "progress-bar" as progress-bar-*;
|
|
45
|
+
@forward "progress-circle" as progress-circle-*;
|
|
46
|
+
@forward "rail" as rail-*;
|
|
36
47
|
@forward "ratio-box" as ratio-box-*;
|
|
37
48
|
@forward "rule" as rule-*;
|
|
38
49
|
@forward "scroll-slider" as scroll-slider-*;
|
|
50
|
+
@forward "skeleton" as skeleton-*;
|
|
39
51
|
@forward "skip-link" as skip-link-*;
|
|
52
|
+
@forward "sticky-list" as sticky-list-*;
|
|
40
53
|
@forward "slider" as slider-*;
|
|
41
54
|
@forward "hero" as hero-*;
|
|
42
55
|
@forward "tabs" as tabs-*;
|
|
@@ -55,18 +68,25 @@
|
|
|
55
68
|
@use "adaptive-spacing";
|
|
56
69
|
@use "accordion";
|
|
57
70
|
@use "badge";
|
|
71
|
+
@use "badge-stack";
|
|
72
|
+
@use "basic-hero";
|
|
58
73
|
@use "button";
|
|
74
|
+
@use "button-group";
|
|
59
75
|
@use "button-verbose";
|
|
76
|
+
@use "breadcrumb";
|
|
60
77
|
@use "callout";
|
|
61
78
|
@use "card";
|
|
62
79
|
@use "card-grid";
|
|
80
|
+
@use "counter-list";
|
|
63
81
|
@use "css-icon";
|
|
64
82
|
@use "data-grid";
|
|
65
83
|
@use "data-table";
|
|
84
|
+
@use "definition-list";
|
|
66
85
|
@use "fill-context";
|
|
67
86
|
@use "flipcard";
|
|
68
87
|
@use "flipcard-grid";
|
|
69
88
|
@use "form-theme";
|
|
89
|
+
@use "headline-label";
|
|
70
90
|
@use "horizontal-rule";
|
|
71
91
|
@use "image-grid";
|
|
72
92
|
@use "list-lines";
|
|
@@ -79,13 +99,19 @@
|
|
|
79
99
|
@use "nav-strip";
|
|
80
100
|
@use "overlay-section";
|
|
81
101
|
@use "pager";
|
|
102
|
+
@use "panel";
|
|
82
103
|
@use "placeholder-block";
|
|
83
104
|
@use "popover";
|
|
105
|
+
@use "progress-bar";
|
|
106
|
+
@use "progress-circle";
|
|
84
107
|
@use "pull-quote";
|
|
108
|
+
@use "rail";
|
|
85
109
|
@use "ratio-box";
|
|
86
110
|
@use "rule";
|
|
87
111
|
@use "scroll-slider";
|
|
112
|
+
@use "skeleton";
|
|
88
113
|
@use "skip-link";
|
|
114
|
+
@use "sticky-list";
|
|
89
115
|
@use "slider";
|
|
90
116
|
@use "hero";
|
|
91
117
|
@use "tabs";
|
|
@@ -105,18 +131,25 @@ $all-includes: (
|
|
|
105
131
|
"accordion",
|
|
106
132
|
"adaptive-spacing",
|
|
107
133
|
"badge",
|
|
134
|
+
"badge-stack",
|
|
135
|
+
"basic-hero",
|
|
108
136
|
"button",
|
|
137
|
+
"button-group",
|
|
109
138
|
"button-verbose",
|
|
139
|
+
"breadcrumb",
|
|
110
140
|
"callout",
|
|
111
141
|
"card",
|
|
112
142
|
"card-grid",
|
|
143
|
+
"counter-list",
|
|
113
144
|
"css-icon",
|
|
114
145
|
"data-grid",
|
|
115
146
|
"data-table",
|
|
147
|
+
"definition-list",
|
|
116
148
|
"fill-context",
|
|
117
149
|
"flipcard",
|
|
118
150
|
"flipcard-grid",
|
|
119
151
|
"form-theme",
|
|
152
|
+
"headline-label",
|
|
120
153
|
"horizontal-rule",
|
|
121
154
|
"image-grid",
|
|
122
155
|
"links",
|
|
@@ -129,11 +162,18 @@ $all-includes: (
|
|
|
129
162
|
"nav-strip",
|
|
130
163
|
"overlay-section",
|
|
131
164
|
"pager",
|
|
165
|
+
"panel",
|
|
132
166
|
"popover",
|
|
167
|
+
"progress-bar",
|
|
168
|
+
"progress-circle",
|
|
169
|
+
"pull-quote",
|
|
170
|
+
"rail",
|
|
133
171
|
"ratio-box",
|
|
134
172
|
"rule",
|
|
135
173
|
"scroll-slider",
|
|
174
|
+
"skeleton",
|
|
136
175
|
"skip-link",
|
|
176
|
+
"sticky-list",
|
|
137
177
|
"slider",
|
|
138
178
|
"hero",
|
|
139
179
|
"tabs",
|
|
@@ -193,12 +233,24 @@ $current-includes: $all-includes;
|
|
|
193
233
|
@if (list.index($includes, "button")) {
|
|
194
234
|
@include button.styles;
|
|
195
235
|
}
|
|
236
|
+
@if (list.index($includes, "button-group")) {
|
|
237
|
+
@include button-group.styles;
|
|
238
|
+
}
|
|
196
239
|
@if (list.index($includes, "button-verbose")) {
|
|
197
240
|
@include button-verbose.styles;
|
|
198
241
|
}
|
|
242
|
+
@if (list.index($includes, "breadcrumb")) {
|
|
243
|
+
@include breadcrumb.styles;
|
|
244
|
+
}
|
|
199
245
|
@if (list.index($includes, "badge")) {
|
|
200
246
|
@include badge.styles;
|
|
201
247
|
}
|
|
248
|
+
@if (list.index($includes, "badge-stack")) {
|
|
249
|
+
@include badge-stack.styles;
|
|
250
|
+
}
|
|
251
|
+
@if (list.index($includes, "basic-hero")) {
|
|
252
|
+
@include basic-hero.styles;
|
|
253
|
+
}
|
|
202
254
|
@if (list.index($includes, "tag")) {
|
|
203
255
|
@include tag.styles;
|
|
204
256
|
}
|
|
@@ -211,6 +263,9 @@ $current-includes: $all-includes;
|
|
|
211
263
|
@if (list.index($includes, "card-grid")) {
|
|
212
264
|
@include card-grid.styles;
|
|
213
265
|
}
|
|
266
|
+
@if (list.index($includes, "counter-list")) {
|
|
267
|
+
@include counter-list.styles;
|
|
268
|
+
}
|
|
214
269
|
@if (list.index($includes, "css-icon")) {
|
|
215
270
|
@include css-icon.styles;
|
|
216
271
|
}
|
|
@@ -220,6 +275,9 @@ $current-includes: $all-includes;
|
|
|
220
275
|
@if (list.index($includes, "data-table")) {
|
|
221
276
|
@include data-table.styles;
|
|
222
277
|
}
|
|
278
|
+
@if (list.index($includes, "definition-list")) {
|
|
279
|
+
@include definition-list.styles;
|
|
280
|
+
}
|
|
223
281
|
@if (list.index($includes, "fill-context")) {
|
|
224
282
|
@include fill-context.styles;
|
|
225
283
|
}
|
|
@@ -232,6 +290,9 @@ $current-includes: $all-includes;
|
|
|
232
290
|
@if (list.index($includes, "form-theme")) {
|
|
233
291
|
@include form-theme.styles;
|
|
234
292
|
}
|
|
293
|
+
@if (list.index($includes, "headline-label")) {
|
|
294
|
+
@include headline-label.styles;
|
|
295
|
+
}
|
|
235
296
|
@if (list.index($includes, "horizontal-rule")) {
|
|
236
297
|
@include horizontal-rule.styles;
|
|
237
298
|
}
|
|
@@ -268,15 +329,27 @@ $current-includes: $all-includes;
|
|
|
268
329
|
@if (list.index($includes, "pager")) {
|
|
269
330
|
@include pager.styles;
|
|
270
331
|
}
|
|
332
|
+
@if (list.index($includes, "panel")) {
|
|
333
|
+
@include panel.styles;
|
|
334
|
+
}
|
|
271
335
|
@if (list.index($includes, "placeholder-block")) {
|
|
272
336
|
@include placeholder-block.styles;
|
|
273
337
|
}
|
|
274
338
|
@if (list.index($includes, "popover")) {
|
|
275
339
|
@include popover.styles;
|
|
276
340
|
}
|
|
341
|
+
@if (list.index($includes, "progress-bar")) {
|
|
342
|
+
@include progress-bar.styles;
|
|
343
|
+
}
|
|
344
|
+
@if (list.index($includes, "progress-circle")) {
|
|
345
|
+
@include progress-circle.styles;
|
|
346
|
+
}
|
|
277
347
|
@if (list.index($includes, "pull-quote")) {
|
|
278
348
|
@include pull-quote.styles;
|
|
279
349
|
}
|
|
350
|
+
@if (list.index($includes, "rail")) {
|
|
351
|
+
@include rail.styles;
|
|
352
|
+
}
|
|
280
353
|
@if (list.index($includes, "ratio-box")) {
|
|
281
354
|
@include ratio-box.styles;
|
|
282
355
|
}
|
|
@@ -286,9 +359,15 @@ $current-includes: $all-includes;
|
|
|
286
359
|
@if (list.index($includes, "scroll-slider")) {
|
|
287
360
|
@include scroll-slider.styles;
|
|
288
361
|
}
|
|
362
|
+
@if (list.index($includes, "skeleton")) {
|
|
363
|
+
@include skeleton.styles;
|
|
364
|
+
}
|
|
289
365
|
@if (list.index($includes, "skip-link")) {
|
|
290
366
|
@include skip-link.styles;
|
|
291
367
|
}
|
|
368
|
+
@if (list.index($includes, "sticky-list")) {
|
|
369
|
+
@include sticky-list.styles;
|
|
370
|
+
}
|
|
292
371
|
@if (list.index($includes, "slider")) {
|
|
293
372
|
@include slider.styles;
|
|
294
373
|
}
|