@nldd/design-system 0.8.45 → 0.8.47
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/dist/components/actions/button/button.d.ts +3 -0
- package/dist/components/actions/button/button.d.ts.map +1 -1
- package/dist/components/actions/button/button.js +26 -0
- package/dist/components/actions/button/button.js.map +1 -1
- package/dist/components/actions/button/button.template.d.ts.map +1 -1
- package/dist/components/actions/button/button.template.js +4 -1
- package/dist/components/actions/button/button.template.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.d.ts +2 -0
- package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
- package/dist/components/actions/icon-button/icon-button.js +23 -0
- package/dist/components/actions/icon-button/icon-button.js.map +1 -1
- package/dist/components/components.js +83 -78
- package/dist/components/content/{code/code.d.ts → code-viewer/code-viewer.d.ts} +12 -11
- package/dist/components/content/code-viewer/code-viewer.d.ts.map +1 -0
- package/dist/components/content/{code/code.js → code-viewer/code-viewer.js} +32 -25
- package/dist/components/content/code-viewer/code-viewer.js.map +1 -0
- package/dist/components/content/code-viewer/code-viewer.styles.d.ts +2 -0
- package/dist/components/content/code-viewer/code-viewer.styles.d.ts.map +1 -0
- package/dist/components/content/code-viewer/code-viewer.styles.js +89 -0
- package/dist/components/content/code-viewer/code-viewer.styles.js.map +1 -0
- package/dist/components/content/code-viewer/code-viewer.template.d.ts +4 -0
- package/dist/components/content/code-viewer/code-viewer.template.d.ts.map +1 -0
- package/dist/components/content/{code/code.template.js → code-viewer/code-viewer.template.js} +3 -3
- package/dist/components/content/code-viewer/code-viewer.template.js.map +1 -0
- package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -1
- package/dist/components/forms/form-field/form-field.styles.js +3 -1
- package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
- package/dist/components/{index-iTa3Ua3y.js → index-CuzqC3j7.js} +3045 -1775
- package/dist/components/index.d.ts +3 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +3 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.styles.js +10 -0
- package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.styles.js +12 -0
- package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -1
- package/dist/components/inputs/token/token.styles.d.ts.map +1 -1
- package/dist/components/inputs/token/token.styles.js +13 -3
- package/dist/components/inputs/token/token.styles.js.map +1 -1
- package/dist/components/layout/app-view/app-view.d.ts +2 -2
- package/dist/components/layout/app-view/app-view.d.ts.map +1 -1
- package/dist/components/layout/app-view/app-view.js +2 -2
- package/dist/components/layout/app-view/app-view.js.map +1 -1
- package/dist/components/layout/collection/collection.d.ts +2 -0
- package/dist/components/layout/collection/collection.d.ts.map +1 -1
- package/dist/components/layout/collection/collection.js +8 -0
- package/dist/components/layout/collection/collection.js.map +1 -1
- package/dist/components/layout/collection/collection.styles.d.ts.map +1 -1
- package/dist/components/layout/collection/collection.styles.js +4 -0
- package/dist/components/layout/collection/collection.styles.js.map +1 -1
- package/dist/components/layout/collection/collection.template.d.ts.map +1 -1
- package/dist/components/layout/collection/collection.template.js +5 -2
- package/dist/components/layout/collection/collection.template.js.map +1 -1
- package/dist/components/layout/container/container.d.ts +62 -8
- package/dist/components/layout/container/container.d.ts.map +1 -1
- package/dist/components/layout/container/container.js +113 -11
- package/dist/components/layout/container/container.js.map +1 -1
- package/dist/components/layout/container/container.styles.d.ts.map +1 -1
- package/dist/components/layout/container/container.styles.js +262 -16
- package/dist/components/layout/container/container.styles.js.map +1 -1
- package/dist/components/layout/container/container.template.d.ts.map +1 -1
- package/dist/components/layout/container/container.template.js +5 -1
- package/dist/components/layout/container/container.template.js.map +1 -1
- package/dist/components/layout/page/page.d.ts +2 -2
- package/dist/components/layout/page/page.d.ts.map +1 -1
- package/dist/components/layout/page/page.js +1 -1
- package/dist/components/layout/page/page.js.map +1 -1
- package/dist/components/layout/page/page.styles.js +1 -1
- package/dist/components/layout/page-footer/page-footer.d.ts +84 -0
- package/dist/components/layout/page-footer/page-footer.d.ts.map +1 -0
- package/dist/components/layout/page-footer/page-footer.i18n.d.ts +5 -0
- package/dist/components/layout/page-footer/page-footer.i18n.d.ts.map +1 -0
- package/dist/components/layout/page-footer/page-footer.i18n.js +4 -0
- package/dist/components/layout/page-footer/page-footer.i18n.js.map +1 -0
- package/dist/components/layout/page-footer/page-footer.js +217 -0
- package/dist/components/layout/page-footer/page-footer.js.map +1 -0
- package/dist/components/layout/page-footer/page-footer.styles.d.ts +4 -0
- package/dist/components/layout/page-footer/page-footer.styles.d.ts.map +1 -0
- package/dist/components/layout/page-footer/page-footer.styles.js +207 -0
- package/dist/components/layout/page-footer/page-footer.styles.js.map +1 -0
- package/dist/components/layout/page-footer/page-footer.template.d.ts +6 -0
- package/dist/components/layout/page-footer/page-footer.template.d.ts.map +1 -0
- package/dist/components/layout/page-footer/page-footer.template.js +73 -0
- package/dist/components/layout/page-footer/page-footer.template.js.map +1 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts +26 -1
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts.map +1 -1
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js +10 -1
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js.map +1 -1
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts.map +1 -1
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +23 -35
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -1
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts +26 -1
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts.map +1 -1
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js +10 -1
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js.map +1 -1
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts.map +1 -1
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +26 -53
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -1
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts +26 -1
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts.map +1 -1
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js +10 -1
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js.map +1 -1
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts.map +1 -1
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +33 -51
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -1
- package/dist/components/layout/page-sections/page-section-controls.d.ts +226 -0
- package/dist/components/layout/page-sections/page-section-controls.d.ts.map +1 -0
- package/dist/components/layout/page-sections/page-section-controls.js +104 -0
- package/dist/components/layout/page-sections/page-section-controls.js.map +1 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.d.ts +26 -1
- package/dist/components/layout/page-sections/simple-section/simple-section.d.ts.map +1 -1
- package/dist/components/layout/page-sections/simple-section/simple-section.js +10 -1
- package/dist/components/layout/page-sections/simple-section/simple-section.js.map +1 -1
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts.map +1 -1
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +24 -38
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -1
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts +26 -1
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts.map +1 -1
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js +10 -1
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js.map +1 -1
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts.map +1 -1
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +33 -51
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -1
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts +2 -2
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts.map +1 -1
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.js +1 -1
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.js.map +1 -1
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +1 -1
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +1 -1
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts +2 -2
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts.map +1 -1
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js +1 -1
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js.map +1 -1
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +1 -1
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts +2 -2
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts.map +1 -1
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.js +1 -1
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.js.map +1 -1
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +1 -1
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts +2 -2
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts.map +1 -1
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js +1 -1
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js.map +1 -1
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +1 -1
- package/dist/components/layout/window/window.d.ts +5 -0
- package/dist/components/layout/window/window.d.ts.map +1 -1
- package/dist/components/layout/window/window.js +28 -13
- package/dist/components/layout/window/window.js.map +1 -1
- package/dist/components/layout/window/window.styles.d.ts.map +1 -1
- package/dist/components/layout/window/window.styles.js +1 -7
- package/dist/components/layout/window/window.styles.js.map +1 -1
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts +6 -5
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts.map +1 -1
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js +16 -111
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js.map +1 -1
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.styles.js +94 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.template.d.ts +4 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.template.js +20 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/list-item/list-item.styles.d.ts.map +1 -1
- package/dist/components/lists-and-menus/list-item/list-item.styles.js +9 -13
- package/dist/components/lists-and-menus/list-item/list-item.styles.js.map +1 -1
- package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts +80 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts.map +1 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.d.ts +6 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.d.ts.map +1 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.js +5 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.js.map +1 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.js +192 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.js.map +1 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.d.ts +3 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.d.ts.map +1 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js +124 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js.map +1 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.template.d.ts +6 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.template.d.ts.map +1 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js +57 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +3 -4
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +14 -17
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js +47 -46
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js +2 -2
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js.map +1 -1
- package/dist/components/navigation/pagination/pagination.d.ts +8 -0
- package/dist/components/navigation/pagination/pagination.d.ts.map +1 -1
- package/dist/components/navigation/pagination/pagination.js +11 -0
- package/dist/components/navigation/pagination/pagination.js.map +1 -1
- package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
- package/dist/components/navigation/pagination/pagination.styles.js +61 -1
- package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
- package/dist/components/navigation/pagination/pagination.template.d.ts.map +1 -1
- package/dist/components/navigation/pagination/pagination.template.js +1 -0
- package/dist/components/navigation/pagination/pagination.template.js.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.styles.js +15 -0
- package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +28 -26
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js +1 -1
- package/dist/components/prism-gherkin-CMPYyXOQ.js +82 -0
- package/dist/components/prism-python-DUL3Gysb.js +99 -0
- package/dist/components/prism-rust-BGBMvZa7.js +157 -0
- package/dist/components/prism-sql-BGqCBMyJ.js +33 -0
- package/dist/components/prism-toml-Ubdq-a5x.js +45 -0
- package/dist/components/{prism-typescript-DG_p4Wyh.js → prism-typescript-QDrnGhET.js} +1 -1
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts +3 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts.map +1 -1
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +5 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js.map +1 -1
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +20 -4
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -1
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.d.ts.map +1 -1
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js +16 -14
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js.map +1 -1
- package/dist/css/form.css +4 -5
- package/dist/css/rich-text.css +27 -115
- package/dist/css/settings.css +46 -37
- package/dist/utilities/page-section-mixin.d.ts +53 -0
- package/dist/utilities/page-section-mixin.d.ts.map +1 -0
- package/dist/utilities/page-section-mixin.js +239 -0
- package/dist/utilities/page-section-mixin.js.map +1 -0
- package/package.json +12 -4
- package/dist/components/content/code/code.d.ts.map +0 -1
- package/dist/components/content/code/code.js.map +0 -1
- package/dist/components/content/code/code.styles.d.ts +0 -2
- package/dist/components/content/code/code.styles.d.ts.map +0 -1
- package/dist/components/content/code/code.styles.js +0 -89
- package/dist/components/content/code/code.styles.js.map +0 -1
- package/dist/components/content/code/code.template.d.ts +0 -4
- package/dist/components/content/code/code.template.d.ts.map +0 -1
- package/dist/components/content/code/code.template.js.map +0 -1
|
@@ -7,19 +7,65 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
/**
|
|
8
8
|
* Nederlandse Digitale Dienst Container Component (Lit + TypeScript)
|
|
9
9
|
*
|
|
10
|
-
* A simple layout primitive:
|
|
11
|
-
* Padding can be set for all sides, per
|
|
12
|
-
*
|
|
10
|
+
* A simple layout primitive: pick a layout mode, give it a gap, optionally
|
|
11
|
+
* align contents, and add padding. Padding can be set for all sides, per
|
|
12
|
+
* axis (inline/block), or per individual side. Specificity: per side >
|
|
13
|
+
* per axis > all sides.
|
|
13
14
|
*
|
|
14
15
|
* Responsive padding and gap have sm/md/lg variants. Each variant emits both
|
|
15
16
|
* an @media (viewport) and @container (layout-container) query. When inside a
|
|
16
17
|
* layout-container the @container query wins; otherwise the @media query
|
|
17
18
|
* provides the viewport-based fallback.
|
|
18
19
|
*
|
|
20
|
+
* Layout modes:
|
|
21
|
+
* - `stack` (default): block items, stacked vertically. The "what you
|
|
22
|
+
* expect from DOM flow" mode.
|
|
23
|
+
* - `row`: flex row, no wrapping. Items shrink or overflow.
|
|
24
|
+
* - `wrap`: flex row, items wrap to new lines.
|
|
25
|
+
* - `grid`: CSS grid, auto-fit columns at min 280px wide.
|
|
26
|
+
* - `columns`: CSS multi-column flow, 280px minimum column width,
|
|
27
|
+
* items don't split across column breaks.
|
|
28
|
+
*
|
|
29
|
+
* Alignment maps to the layout's natural axis:
|
|
30
|
+
* - `stack`: vertical = main-axis (justify-content), horizontal = cross-axis (align-items)
|
|
31
|
+
* - `row` / `wrap`: horizontal = main-axis, vertical = cross-axis
|
|
32
|
+
* - `grid`: horizontal = justify-items, vertical = align-items (per cell)
|
|
33
|
+
* - `columns`: alignment props have no effect (CSS multicol doesn't expose alignment)
|
|
34
|
+
*
|
|
35
|
+
* The `reverse` boolean inverts item order within the chosen layout:
|
|
36
|
+
* - `stack` → `flex-direction: column-reverse`
|
|
37
|
+
* - `row` → `flex-direction: row-reverse`
|
|
38
|
+
* - `wrap` → `flex-direction: row-reverse` + `flex-wrap: wrap-reverse`
|
|
39
|
+
* - `grid` → falls back to flex (row-reverse + wrap-reverse + per-item
|
|
40
|
+
* `flex-grow: 1; flex-shrink: 1; flex-basis: var(--_min-column-width)`
|
|
41
|
+
* with `min-width: 0`) so items still grow to share space equally and
|
|
42
|
+
* the 2D order truly reverses. The cost is that the last row no longer
|
|
43
|
+
* aligns to the grid track — it stretches to fill the remaining width.
|
|
44
|
+
* - `columns` → no-op (multicol has no item-order hook)
|
|
45
|
+
*
|
|
46
|
+
* `sm-reverse` / `md-reverse` / `lg-reverse` enable reverse only at that
|
|
47
|
+
* breakpoint. Combine with the base `reverse` (always on) or use the
|
|
48
|
+
* scoped ones independently.
|
|
49
|
+
*
|
|
50
|
+
* The `column-count` attribute (1-8) forces an exact column count for
|
|
51
|
+
* `layout="grid"` (overrides auto-fit) and `layout="columns"` (overrides
|
|
52
|
+
* the natural width-driven count). `sm-column-count` / `md-column-count`
|
|
53
|
+
* / `lg-column-count` resolve against this container's OWN width via
|
|
54
|
+
* an `@container (...)` query on the host — not against the viewport.
|
|
55
|
+
* That lets a footer in a narrow sidebar choose its own column count
|
|
56
|
+
* independent of the surrounding page width.
|
|
57
|
+
*
|
|
19
58
|
* @element nldd-container
|
|
20
59
|
*
|
|
21
|
-
* @attr {string}
|
|
22
|
-
* @attr {boolean}
|
|
60
|
+
* @attr {string} layout - 'stack' | 'row' | 'wrap' | 'grid' | 'columns' (default: 'stack')
|
|
61
|
+
* @attr {boolean} reverse - Reverse the visual order of items
|
|
62
|
+
* @attr {boolean} sm-reverse - Reverse only at the sm breakpoint
|
|
63
|
+
* @attr {boolean} md-reverse - Reverse only at the md breakpoint
|
|
64
|
+
* @attr {boolean} lg-reverse - Reverse only at the lg breakpoint
|
|
65
|
+
* @attr {number} column-count - Force N columns (1-8) for layout=grid/columns
|
|
66
|
+
* @attr {number} sm-column-count - Column count when this container is sm-wide
|
|
67
|
+
* @attr {number} md-column-count - Column count when this container is md-wide
|
|
68
|
+
* @attr {number} lg-column-count - Column count when this container is lg-wide
|
|
23
69
|
* @attr {string} gap - Gap between children
|
|
24
70
|
* @attr {string} sm-gap - Gap at sm breakpoint
|
|
25
71
|
* @attr {string} md-gap - Gap at md breakpoint
|
|
@@ -64,7 +110,17 @@ function sizeToValue(size) {
|
|
|
64
110
|
let NLDDContainer = class NLDDContainer extends LitElement {
|
|
65
111
|
constructor() {
|
|
66
112
|
super(...arguments);
|
|
67
|
-
|
|
113
|
+
// Reverse the visual order of items within the chosen layout. For
|
|
114
|
+
// stack/row/wrap this is native flex-direction reverse (+ wrap-reverse
|
|
115
|
+
// for the 2D wrap case). For grid the host falls back to flex with
|
|
116
|
+
// wrap-reverse so 2D reversal works; the trade-off is that the last
|
|
117
|
+
// row no longer aligns to the grid track. For columns reverse is a
|
|
118
|
+
// no-op — multicol items flow top→bottom inside each column with no
|
|
119
|
+
// CSS hook to invert that.
|
|
120
|
+
this.reverse = false;
|
|
121
|
+
this.smReverse = false;
|
|
122
|
+
this.mdReverse = false;
|
|
123
|
+
this.lgReverse = false;
|
|
68
124
|
this.horizontalAlignment = undefined;
|
|
69
125
|
this.verticalAlignment = undefined;
|
|
70
126
|
this.gap = undefined;
|
|
@@ -110,11 +166,36 @@ let NLDDContainer = class NLDDContainer extends LitElement {
|
|
|
110
166
|
else
|
|
111
167
|
this.style.setProperty(name, value);
|
|
112
168
|
};
|
|
113
|
-
|
|
169
|
+
// Alignment maps to a different CSS property depending on the
|
|
170
|
+
// layout's axes:
|
|
171
|
+
// - Row/wrap (and grid+reverse, which falls back to flex):
|
|
172
|
+
// horizontal = justify-content (main), vertical = align-items (cross)
|
|
173
|
+
// - Stack (flex column):
|
|
174
|
+
// horizontal = align-items (cross), vertical = justify-content (main)
|
|
175
|
+
// - Grid (non-reverse): per-cell —
|
|
176
|
+
// horizontal = justify-items, vertical = align-items
|
|
177
|
+
// We set --_justify-content/--_justify-items/--_align-items
|
|
178
|
+
// independently; the .container picks up whichever applies to its
|
|
179
|
+
// current display. Columns layout has no alignment hooks.
|
|
114
180
|
const horizontal = this.horizontalAlignment ? HORIZONTAL_TO_FLEX[this.horizontalAlignment] : null;
|
|
115
181
|
const vertical = this.verticalAlignment ? VERTICAL_TO_FLEX[this.verticalAlignment] : null;
|
|
116
|
-
|
|
117
|
-
|
|
182
|
+
const isFlexRow = this.layout === 'row' || this.layout === 'wrap';
|
|
183
|
+
const isGrid = this.layout === 'grid';
|
|
184
|
+
if (isGrid) {
|
|
185
|
+
setProp('--_justify-items', horizontal);
|
|
186
|
+
setProp('--_justify-content', horizontal);
|
|
187
|
+
setProp('--_align-items', vertical);
|
|
188
|
+
}
|
|
189
|
+
else if (isFlexRow) {
|
|
190
|
+
setProp('--_justify-content', horizontal);
|
|
191
|
+
setProp('--_align-items', vertical);
|
|
192
|
+
setProp('--_justify-items', null);
|
|
193
|
+
}
|
|
194
|
+
else {
|
|
195
|
+
setProp('--_justify-content', vertical);
|
|
196
|
+
setProp('--_align-items', horizontal);
|
|
197
|
+
setProp('--_justify-items', null);
|
|
198
|
+
}
|
|
118
199
|
setProp('--_gap', sizeToValue(this.gap));
|
|
119
200
|
setProp('--_sm-gap', sizeToValue(this.smGap));
|
|
120
201
|
setProp('--_md-gap', sizeToValue(this.mdGap));
|
|
@@ -149,10 +230,31 @@ let NLDDContainer = class NLDDContainer extends LitElement {
|
|
|
149
230
|
NLDDContainer.styles = containerStyles;
|
|
150
231
|
__decorate([
|
|
151
232
|
property({ type: String, reflect: true })
|
|
152
|
-
], NLDDContainer.prototype, "
|
|
233
|
+
], NLDDContainer.prototype, "layout", void 0);
|
|
153
234
|
__decorate([
|
|
154
235
|
property({ type: Boolean, reflect: true })
|
|
155
|
-
], NLDDContainer.prototype, "
|
|
236
|
+
], NLDDContainer.prototype, "reverse", void 0);
|
|
237
|
+
__decorate([
|
|
238
|
+
property({ type: Boolean, reflect: true, attribute: 'sm-reverse' })
|
|
239
|
+
], NLDDContainer.prototype, "smReverse", void 0);
|
|
240
|
+
__decorate([
|
|
241
|
+
property({ type: Boolean, reflect: true, attribute: 'md-reverse' })
|
|
242
|
+
], NLDDContainer.prototype, "mdReverse", void 0);
|
|
243
|
+
__decorate([
|
|
244
|
+
property({ type: Boolean, reflect: true, attribute: 'lg-reverse' })
|
|
245
|
+
], NLDDContainer.prototype, "lgReverse", void 0);
|
|
246
|
+
__decorate([
|
|
247
|
+
property({ type: Number, reflect: true, attribute: 'column-count' })
|
|
248
|
+
], NLDDContainer.prototype, "columnCount", void 0);
|
|
249
|
+
__decorate([
|
|
250
|
+
property({ type: Number, reflect: true, attribute: 'sm-column-count' })
|
|
251
|
+
], NLDDContainer.prototype, "smColumnCount", void 0);
|
|
252
|
+
__decorate([
|
|
253
|
+
property({ type: Number, reflect: true, attribute: 'md-column-count' })
|
|
254
|
+
], NLDDContainer.prototype, "mdColumnCount", void 0);
|
|
255
|
+
__decorate([
|
|
256
|
+
property({ type: Number, reflect: true, attribute: 'lg-column-count' })
|
|
257
|
+
], NLDDContainer.prototype, "lgColumnCount", void 0);
|
|
156
258
|
__decorate([
|
|
157
259
|
property({ type: String, reflect: true, attribute: 'horizontal-alignment' })
|
|
158
260
|
], NLDDContainer.prototype, "horizontalAlignment", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.js","sourceRoot":"","sources":["../../../../src/components/layout/container/container.ts"],"names":[],"mappings":";;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"container.js","sourceRoot":"","sources":["../../../../src/components/layout/container/container.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiFG;AACH,OAAO,EAAE,UAAU,EAAkB,MAAM,KAAK,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAY5D,MAAM,kBAAkB,GAAwC;IAC/D,IAAI,EAAE,YAAY;IAClB,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,UAAU;CACjB,CAAC;AAEF,MAAM,gBAAgB,GAAsC;IAC3D,GAAG,EAAE,YAAY;IACjB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,UAAU;CAClB,CAAC;AAEF,SAAS,WAAW,CAAC,IAA6B;IACjD,IAAI,IAAI,KAAK,SAAS;QAAE,OAAO,IAAI,CAAC;IACpC,IAAI,IAAI,KAAK,GAAG;QAAE,OAAO,GAAG,CAAC;IAC7B,OAAO,0BAA0B,IAAI,GAAG,CAAC;AAC1C,CAAC;AAGM,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,UAAU;IAAtC;;QAWN,kEAAkE;QAClE,uEAAuE;QACvE,mEAAmE;QACnE,oEAAoE;QACpE,mEAAmE;QACnE,oEAAoE;QACpE,2BAA2B;QAE3B,YAAO,GAAG,KAAK,CAAC;QAGhB,cAAS,GAAG,KAAK,CAAC;QAGlB,cAAS,GAAG,KAAK,CAAC;QAGlB,cAAS,GAAG,KAAK,CAAC;QAoBlB,wBAAmB,GAAoC,SAAS,CAAC;QAGjE,sBAAiB,GAAkC,SAAS,CAAC;QAG7D,QAAG,GAA4B,SAAS,CAAC;QAGzC,UAAK,GAA4B,SAAS,CAAC;QAG3C,UAAK,GAA4B,SAAS,CAAC;QAG3C,UAAK,GAA4B,SAAS,CAAC;QAG3C,YAAO,GAA4B,SAAS,CAAC;QAG7C,kBAAa,GAA4B,SAAS,CAAC;QAGnD,iBAAY,GAA4B,SAAS,CAAC;QAGlD,eAAU,GAA4B,SAAS,CAAC;QAGhD,iBAAY,GAA4B,SAAS,CAAC;QAGlD,kBAAa,GAA4B,SAAS,CAAC;QAGnD,gBAAW,GAA4B,SAAS,CAAC;QAGjD,cAAS,GAA4B,SAAS,CAAC;QAG/C,oBAAe,GAA4B,SAAS,CAAC;QAGrD,mBAAc,GAA4B,SAAS,CAAC;QAGpD,iBAAY,GAA4B,SAAS,CAAC;QAGlD,mBAAc,GAA4B,SAAS,CAAC;QAGpD,oBAAe,GAA4B,SAAS,CAAC;QAGrD,kBAAa,GAA4B,SAAS,CAAC;QAGnD,cAAS,GAA4B,SAAS,CAAC;QAG/C,oBAAe,GAA4B,SAAS,CAAC;QAGrD,mBAAc,GAA4B,SAAS,CAAC;QAGpD,iBAAY,GAA4B,SAAS,CAAC;QAGlD,mBAAc,GAA4B,SAAS,CAAC;QAGpD,oBAAe,GAA4B,SAAS,CAAC;QAGrD,kBAAa,GAA4B,SAAS,CAAC;QAGnD,cAAS,GAA4B,SAAS,CAAC;QAG/C,oBAAe,GAA4B,SAAS,CAAC;QAGrD,mBAAc,GAA4B,SAAS,CAAC;QAGpD,iBAAY,GAA4B,SAAS,CAAC;QAGlD,mBAAc,GAA4B,SAAS,CAAC;QAGpD,oBAAe,GAA4B,SAAS,CAAC;QAGrD,kBAAa,GAA4B,SAAS,CAAC;IA0EpD,CAAC;IAxES,OAAO,CAAC,QAAwB;QACxC,IAAI,CAAC,qBAAqB,EAAE,CAAC;IAC9B,CAAC;IAEO,qBAAqB;QAC5B,MAAM,OAAO,GAAG,CAAC,IAAY,EAAE,KAAoB,EAAE,EAAE;YACtD,IAAI,KAAK,KAAK,IAAI;gBAAE,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;;gBAC/C,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;QAC1C,CAAC,CAAC;QAEF,8DAA8D;QAC9D,iBAAiB;QACjB,4DAA4D;QAC5D,yEAAyE;QACzE,0BAA0B;QAC1B,yEAAyE;QACzE,oCAAoC;QACpC,wDAAwD;QACxD,4DAA4D;QAC5D,kEAAkE;QAClE,0DAA0D;QAC1D,MAAM,UAAU,GAAG,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;QAClG,MAAM,QAAQ,GAAG,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,gBAAgB,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;QAC1F,MAAM,SAAS,GAAG,IAAI,CAAC,MAAM,KAAK,KAAK,IAAI,IAAI,CAAC,MAAM,KAAK,MAAM,CAAC;QAClE,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,KAAK,MAAM,CAAC;QACtC,IAAI,MAAM,EAAE,CAAC;YACZ,OAAO,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAAC;YACxC,OAAO,CAAC,oBAAoB,EAAE,UAAU,CAAC,CAAC;YAC1C,OAAO,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAC;QACrC,CAAC;aAAM,IAAI,SAAS,EAAE,CAAC;YACtB,OAAO,CAAC,oBAAoB,EAAE,UAAU,CAAC,CAAC;YAC1C,OAAO,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAC;YACpC,OAAO,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;QACnC,CAAC;aAAM,CAAC;YACP,OAAO,CAAC,oBAAoB,EAAE,QAAQ,CAAC,CAAC;YACxC,OAAO,CAAC,gBAAgB,EAAE,UAAU,CAAC,CAAC;YACtC,OAAO,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;QACnC,CAAC;QAED,OAAO,CAAC,QAAQ,EAAE,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;QACzC,OAAO,CAAC,WAAW,EAAE,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;QAC9C,OAAO,CAAC,WAAW,EAAE,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;QAC9C,OAAO,CAAC,WAAW,EAAE,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;QAE9C,KAAK,MAAM,KAAK,IAAI,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAU,EAAE,CAAC;YACrD,MAAM,CAAC,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;YAC9D,MAAM,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,KAAK,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC;YACxC,OAAO,CAAC,MAAM,MAAM,aAAa,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC;YACrD,OAAO,CAAC,MAAM,MAAM,eAAe,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC;YACzD,OAAO,CAAC,MAAM,MAAM,gBAAgB,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC;YAC3D,OAAO,CAAC,MAAM,MAAM,cAAc,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC;QACxD,CAAC;IACF,CAAC;IAEO,cAAc,CAAC,KAAY;QAClC,MAAM,GAAG,GAAG,CAAC,GAAW,EAA2B,EAAE;YACpD,MAAM,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,KAAK,GAAG,GAAG,EAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,GAAG,GAAG,CAAC,KAAK,CAAC,CAAC,CAAe,CAAC;YAC/G,OAAO,IAAI,CAAC,IAAI,CAA4B,CAAC;QAC9C,CAAC,CAAC;QACF,MAAM,GAAG,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;QAC3B,MAAM,MAAM,GAAG,GAAG,CAAC,eAAe,CAAC,CAAC;QACpC,MAAM,KAAK,GAAG,GAAG,CAAC,cAAc,CAAC,CAAC;QAClC,MAAM,GAAG,GAAG,GAAG,CAAC,YAAY,CAAC,IAAI,KAAK,IAAI,GAAG,CAAC;QAC9C,MAAM,KAAK,GAAG,GAAG,CAAC,cAAc,CAAC,IAAI,MAAM,IAAI,GAAG,CAAC;QACnD,MAAM,MAAM,GAAG,GAAG,CAAC,eAAe,CAAC,IAAI,KAAK,IAAI,GAAG,CAAC;QACpD,MAAM,IAAI,GAAG,GAAG,CAAC,aAAa,CAAC,IAAI,MAAM,IAAI,GAAG,CAAC;QACjD,OAAO,CAAC,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACnC,CAAC;IAEQ,MAAM;QACd,OAAO,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAChC,CAAC;;AA3Ne,oBAAM,GAAG,eAAe,AAAlB,CAAmB;AAQzC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;6CAC1B;AAUhB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;8CAC3B;AAGhB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;gDAClD;AAGlB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;gDAClD;AAGlB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;gDAClD;AAQlB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC;kDAC3C;AAG1B;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,EAAE,CAAC;oDAC5C;AAG5B;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,EAAE,CAAC;oDAC5C;AAG5B;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,EAAE,CAAC;oDAC5C;AAG5B;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,sBAAsB,EAAE,CAAC;0DACZ;AAGjE;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAoB,EAAE,CAAC;wDACd;AAG7D;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;0CACD;AAGzC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC;4CACpB;AAG3C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC;4CACpB;AAG3C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC;4CACpB;AAG3C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;8CACG;AAG7C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC;oDACpB;AAGnD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,eAAe,EAAE,CAAC;mDACpB;AAGlD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,aAAa,EAAE,CAAC;iDACpB;AAGhD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,eAAe,EAAE,CAAC;mDACpB;AAGlD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC;oDACpB;AAGnD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC;kDACpB;AAGjD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;gDACpB;AAG/C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,mBAAmB,EAAE,CAAC;sDACrB;AAGrD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;qDACrB;AAGpD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC;mDACrB;AAGlD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;qDACrB;AAGpD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,mBAAmB,EAAE,CAAC;sDACrB;AAGrD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,EAAE,CAAC;oDACrB;AAGnD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;gDACpB;AAG/C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,mBAAmB,EAAE,CAAC;sDACrB;AAGrD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;qDACrB;AAGpD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC;mDACrB;AAGlD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;qDACrB;AAGpD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,mBAAmB,EAAE,CAAC;sDACrB;AAGrD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,EAAE,CAAC;oDACrB;AAGnD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;gDACpB;AAG/C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,mBAAmB,EAAE,CAAC;sDACrB;AAGrD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;qDACrB;AAGpD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC;mDACrB;AAGlD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;qDACrB;AAGpD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,mBAAmB,EAAE,CAAC;sDACrB;AAGrD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,EAAE,CAAC;oDACrB;AAnJvC,aAAa;IADzB,aAAa,CAAC,gBAAgB,CAAC;GACnB,aAAa,CA6NzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/container/container.styles.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"container.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/container/container.styles.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,eAAe,yBA2V3B,CAAC"}
|
|
@@ -7,10 +7,12 @@ const lgMin = unsafeCSS(breakpoints.lgMin);
|
|
|
7
7
|
export const containerStyles = css `
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
/* # Host */
|
|
10
|
+
/* # Host — outer chrome (padding + scheme + query container) */
|
|
11
11
|
|
|
12
12
|
:host {
|
|
13
|
+
--_min-column-width: var(--primitives-area-280);
|
|
13
14
|
--_justify-content: initial;
|
|
15
|
+
--_justify-items: initial;
|
|
14
16
|
--_align-items: initial;
|
|
15
17
|
--_gap: 0;
|
|
16
18
|
--_sm-gap: var(--_gap);
|
|
@@ -33,20 +35,15 @@ export const containerStyles = css `
|
|
|
33
35
|
--_lg-padding-bottom: var(--_padding-bottom);
|
|
34
36
|
--_lg-padding-left: var(--_padding-left);
|
|
35
37
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
flex-wrap: nowrap;
|
|
40
|
-
justify-content: var(--_justify-content);
|
|
41
|
-
align-items: var(--_align-items);
|
|
42
|
-
gap: var(--_gap);
|
|
38
|
+
container-type: inline-size;
|
|
39
|
+
display: block;
|
|
40
|
+
height: auto;
|
|
43
41
|
padding-top: var(--_padding-top);
|
|
44
42
|
padding-right: var(--_padding-right);
|
|
45
43
|
padding-bottom: var(--_padding-bottom);
|
|
46
44
|
padding-left: var(--_padding-left);
|
|
47
45
|
|
|
48
46
|
@media (max-width: ${smMax}) {
|
|
49
|
-
gap: var(--_sm-gap);
|
|
50
47
|
padding-top: var(--_sm-padding-top);
|
|
51
48
|
padding-right: var(--_sm-padding-right);
|
|
52
49
|
padding-bottom: var(--_sm-padding-bottom);
|
|
@@ -54,7 +51,6 @@ export const containerStyles = css `
|
|
|
54
51
|
}
|
|
55
52
|
|
|
56
53
|
@media (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
57
|
-
gap: var(--_md-gap);
|
|
58
54
|
padding-top: var(--_md-padding-top);
|
|
59
55
|
padding-right: var(--_md-padding-right);
|
|
60
56
|
padding-bottom: var(--_md-padding-bottom);
|
|
@@ -62,7 +58,6 @@ export const containerStyles = css `
|
|
|
62
58
|
}
|
|
63
59
|
|
|
64
60
|
@media (min-width: ${lgMin}) {
|
|
65
|
-
gap: var(--_lg-gap);
|
|
66
61
|
padding-top: var(--_lg-padding-top);
|
|
67
62
|
padding-right: var(--_lg-padding-right);
|
|
68
63
|
padding-bottom: var(--_lg-padding-bottom);
|
|
@@ -70,7 +65,6 @@ export const containerStyles = css `
|
|
|
70
65
|
}
|
|
71
66
|
|
|
72
67
|
@container layout-container (max-width: ${smMax}) {
|
|
73
|
-
gap: var(--_sm-gap);
|
|
74
68
|
padding-top: var(--_sm-padding-top);
|
|
75
69
|
padding-right: var(--_sm-padding-right);
|
|
76
70
|
padding-bottom: var(--_sm-padding-bottom);
|
|
@@ -78,7 +72,6 @@ export const containerStyles = css `
|
|
|
78
72
|
}
|
|
79
73
|
|
|
80
74
|
@container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
81
|
-
gap: var(--_md-gap);
|
|
82
75
|
padding-top: var(--_md-padding-top);
|
|
83
76
|
padding-right: var(--_md-padding-right);
|
|
84
77
|
padding-bottom: var(--_md-padding-bottom);
|
|
@@ -86,7 +79,6 @@ export const containerStyles = css `
|
|
|
86
79
|
}
|
|
87
80
|
|
|
88
81
|
@container layout-container (min-width: ${lgMin}) {
|
|
89
|
-
gap: var(--_lg-gap);
|
|
90
82
|
padding-top: var(--_lg-padding-top);
|
|
91
83
|
padding-right: var(--_lg-padding-right);
|
|
92
84
|
padding-bottom: var(--_lg-padding-bottom);
|
|
@@ -98,12 +90,266 @@ export const containerStyles = css `
|
|
|
98
90
|
display: none;
|
|
99
91
|
}
|
|
100
92
|
|
|
101
|
-
|
|
93
|
+
|
|
94
|
+
/* # Inner — actual layout */
|
|
95
|
+
|
|
96
|
+
.container {
|
|
97
|
+
display: flex;
|
|
98
|
+
flex-direction: column;
|
|
99
|
+
flex-wrap: nowrap;
|
|
100
|
+
justify-content: var(--_justify-content);
|
|
101
|
+
justify-items: var(--_justify-items);
|
|
102
|
+
align-items: var(--_align-items);
|
|
103
|
+
gap: var(--_gap);
|
|
104
|
+
|
|
105
|
+
@media (max-width: ${smMax}) { gap: var(--_sm-gap); }
|
|
106
|
+
@media (min-width: ${mdMin}) and (max-width: ${mdMax}) { gap: var(--_md-gap); }
|
|
107
|
+
@media (min-width: ${lgMin}) { gap: var(--_lg-gap); }
|
|
108
|
+
|
|
109
|
+
@container layout-container (max-width: ${smMax}) { gap: var(--_sm-gap); }
|
|
110
|
+
@container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) { gap: var(--_md-gap); }
|
|
111
|
+
@container layout-container (min-width: ${lgMin}) { gap: var(--_lg-gap); }
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
:host([layout="row"]) .container {
|
|
102
115
|
flex-direction: row;
|
|
103
116
|
}
|
|
104
117
|
|
|
105
|
-
:host([wrap]) {
|
|
118
|
+
:host([layout="wrap"]) .container {
|
|
119
|
+
flex-direction: row;
|
|
106
120
|
flex-wrap: wrap;
|
|
107
121
|
}
|
|
122
|
+
|
|
123
|
+
:host([layout="grid"]) .container {
|
|
124
|
+
display: grid;
|
|
125
|
+
grid-template-columns: repeat(
|
|
126
|
+
var(--_column-count, auto-fit),
|
|
127
|
+
minmax(var(--_track-min, var(--_min-column-width)), 1fr)
|
|
128
|
+
);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
:host([layout="columns"]) .container {
|
|
132
|
+
display: block;
|
|
133
|
+
columns: var(--_min-column-width);
|
|
134
|
+
column-gap: var(--_gap);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
:host([layout="columns"]) ::slotted(*) {
|
|
138
|
+
break-inside: avoid;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
:host([layout="columns"][column-count]) .container,
|
|
142
|
+
:host([layout="columns"][sm-column-count]) .container,
|
|
143
|
+
:host([layout="columns"][md-column-count]) .container,
|
|
144
|
+
:host([layout="columns"][lg-column-count]) .container {
|
|
145
|
+
column-count: var(--_column-count);
|
|
146
|
+
column-width: auto;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
/* # Column count — base scope */
|
|
151
|
+
|
|
152
|
+
:host([column-count="1"]) .container { --_column-count: 1; }
|
|
153
|
+
:host([column-count="2"]) .container { --_column-count: 2; }
|
|
154
|
+
:host([column-count="3"]) .container { --_column-count: 3; }
|
|
155
|
+
:host([column-count="4"]) .container { --_column-count: 4; }
|
|
156
|
+
:host([column-count="5"]) .container { --_column-count: 5; }
|
|
157
|
+
:host([column-count="6"]) .container { --_column-count: 6; }
|
|
158
|
+
:host([column-count="7"]) .container { --_column-count: 7; }
|
|
159
|
+
:host([column-count="8"]) .container { --_column-count: 8; }
|
|
160
|
+
:host([column-count]) .container { --_track-min: 0; }
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
/* # Column count — sm scope (queries :host own width) */
|
|
164
|
+
|
|
165
|
+
@container (max-width: ${smMax}) {
|
|
166
|
+
:host([sm-column-count="1"]) .container { --_column-count: 1; }
|
|
167
|
+
:host([sm-column-count="2"]) .container { --_column-count: 2; }
|
|
168
|
+
:host([sm-column-count="3"]) .container { --_column-count: 3; }
|
|
169
|
+
:host([sm-column-count="4"]) .container { --_column-count: 4; }
|
|
170
|
+
:host([sm-column-count="5"]) .container { --_column-count: 5; }
|
|
171
|
+
:host([sm-column-count="6"]) .container { --_column-count: 6; }
|
|
172
|
+
:host([sm-column-count="7"]) .container { --_column-count: 7; }
|
|
173
|
+
:host([sm-column-count="8"]) .container { --_column-count: 8; }
|
|
174
|
+
:host([sm-column-count]) .container { --_track-min: 0; }
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
/* # Column count — md scope */
|
|
179
|
+
|
|
180
|
+
@container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
181
|
+
:host([md-column-count="1"]) .container { --_column-count: 1; }
|
|
182
|
+
:host([md-column-count="2"]) .container { --_column-count: 2; }
|
|
183
|
+
:host([md-column-count="3"]) .container { --_column-count: 3; }
|
|
184
|
+
:host([md-column-count="4"]) .container { --_column-count: 4; }
|
|
185
|
+
:host([md-column-count="5"]) .container { --_column-count: 5; }
|
|
186
|
+
:host([md-column-count="6"]) .container { --_column-count: 6; }
|
|
187
|
+
:host([md-column-count="7"]) .container { --_column-count: 7; }
|
|
188
|
+
:host([md-column-count="8"]) .container { --_column-count: 8; }
|
|
189
|
+
:host([md-column-count]) .container { --_track-min: 0; }
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
/* # Column count — lg scope */
|
|
194
|
+
|
|
195
|
+
@container (min-width: ${lgMin}) {
|
|
196
|
+
:host([lg-column-count="1"]) .container { --_column-count: 1; }
|
|
197
|
+
:host([lg-column-count="2"]) .container { --_column-count: 2; }
|
|
198
|
+
:host([lg-column-count="3"]) .container { --_column-count: 3; }
|
|
199
|
+
:host([lg-column-count="4"]) .container { --_column-count: 4; }
|
|
200
|
+
:host([lg-column-count="5"]) .container { --_column-count: 5; }
|
|
201
|
+
:host([lg-column-count="6"]) .container { --_column-count: 6; }
|
|
202
|
+
:host([lg-column-count="7"]) .container { --_column-count: 7; }
|
|
203
|
+
:host([lg-column-count="8"]) .container { --_column-count: 8; }
|
|
204
|
+
:host([lg-column-count]) .container { --_track-min: 0; }
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
/* # Reverse — base (applies at all breakpoints) */
|
|
209
|
+
|
|
210
|
+
:host([reverse]:not([layout])) .container,
|
|
211
|
+
:host([reverse][layout="stack"]) .container {
|
|
212
|
+
flex-direction: column-reverse;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
:host([reverse][layout="row"]) .container {
|
|
216
|
+
flex-direction: row-reverse;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
:host([reverse][layout="wrap"]) .container {
|
|
220
|
+
flex-direction: row-reverse;
|
|
221
|
+
flex-wrap: wrap-reverse;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/* Grid + reverse: fall back to flex so the 2D order truly reverses.
|
|
225
|
+
Trade-off: last row no longer aligns to grid track. */
|
|
226
|
+
:host([reverse][layout="grid"]) .container {
|
|
227
|
+
display: flex;
|
|
228
|
+
flex-direction: row-reverse;
|
|
229
|
+
flex-wrap: wrap-reverse;
|
|
230
|
+
}
|
|
231
|
+
:host([reverse][layout="grid"]) ::slotted(*) {
|
|
232
|
+
flex-grow: 1;
|
|
233
|
+
flex-shrink: 1;
|
|
234
|
+
flex-basis: var(--_min-column-width);
|
|
235
|
+
min-width: 0;
|
|
236
|
+
}
|
|
237
|
+
:host([reverse][layout="grid"][column-count]) ::slotted(*) {
|
|
238
|
+
flex-basis: calc((100% - (var(--_column-count) - 1) * var(--_gap)) / var(--_column-count));
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
/* layout="columns" + reverse: intentional no-op (multicol has no
|
|
242
|
+
item-order hook). */
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
/* # Reverse — sm scope */
|
|
246
|
+
|
|
247
|
+
@media (max-width: ${smMax}) {
|
|
248
|
+
:host([sm-reverse]:not([layout])) .container,
|
|
249
|
+
:host([sm-reverse][layout="stack"]) .container { flex-direction: column-reverse; }
|
|
250
|
+
:host([sm-reverse][layout="row"]) .container { flex-direction: row-reverse; }
|
|
251
|
+
:host([sm-reverse][layout="wrap"]) .container { flex-direction: row-reverse; flex-wrap: wrap-reverse; }
|
|
252
|
+
:host([sm-reverse][layout="grid"]) .container { display: flex; flex-direction: row-reverse; flex-wrap: wrap-reverse; }
|
|
253
|
+
:host([sm-reverse][layout="grid"]) ::slotted(*) {
|
|
254
|
+
flex-grow: 1;
|
|
255
|
+
flex-shrink: 1;
|
|
256
|
+
flex-basis: var(--_min-column-width);
|
|
257
|
+
min-width: 0;
|
|
258
|
+
}
|
|
259
|
+
:host([sm-reverse][layout="grid"][column-count]) ::slotted(*) {
|
|
260
|
+
flex-basis: calc((100% - (var(--_column-count) - 1) * var(--_gap)) / var(--_column-count));
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
@container layout-container (max-width: ${smMax}) {
|
|
265
|
+
:host([sm-reverse]:not([layout])) .container,
|
|
266
|
+
:host([sm-reverse][layout="stack"]) .container { flex-direction: column-reverse; }
|
|
267
|
+
:host([sm-reverse][layout="row"]) .container { flex-direction: row-reverse; }
|
|
268
|
+
:host([sm-reverse][layout="wrap"]) .container { flex-direction: row-reverse; flex-wrap: wrap-reverse; }
|
|
269
|
+
:host([sm-reverse][layout="grid"]) .container { display: flex; flex-direction: row-reverse; flex-wrap: wrap-reverse; }
|
|
270
|
+
:host([sm-reverse][layout="grid"]) ::slotted(*) {
|
|
271
|
+
flex-grow: 1;
|
|
272
|
+
flex-shrink: 1;
|
|
273
|
+
flex-basis: var(--_min-column-width);
|
|
274
|
+
min-width: 0;
|
|
275
|
+
}
|
|
276
|
+
:host([sm-reverse][layout="grid"][column-count]) ::slotted(*) {
|
|
277
|
+
flex-basis: calc((100% - (var(--_column-count) - 1) * var(--_gap)) / var(--_column-count));
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
/* # Reverse — md scope */
|
|
283
|
+
|
|
284
|
+
@media (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
285
|
+
:host([md-reverse]:not([layout])) .container,
|
|
286
|
+
:host([md-reverse][layout="stack"]) .container { flex-direction: column-reverse; }
|
|
287
|
+
:host([md-reverse][layout="row"]) .container { flex-direction: row-reverse; }
|
|
288
|
+
:host([md-reverse][layout="wrap"]) .container { flex-direction: row-reverse; flex-wrap: wrap-reverse; }
|
|
289
|
+
:host([md-reverse][layout="grid"]) .container { display: flex; flex-direction: row-reverse; flex-wrap: wrap-reverse; }
|
|
290
|
+
:host([md-reverse][layout="grid"]) ::slotted(*) {
|
|
291
|
+
flex-grow: 1;
|
|
292
|
+
flex-shrink: 1;
|
|
293
|
+
flex-basis: var(--_min-column-width);
|
|
294
|
+
min-width: 0;
|
|
295
|
+
}
|
|
296
|
+
:host([md-reverse][layout="grid"][column-count]) ::slotted(*) {
|
|
297
|
+
flex-basis: calc((100% - (var(--_column-count) - 1) * var(--_gap)) / var(--_column-count));
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
@container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
|
|
302
|
+
:host([md-reverse]:not([layout])) .container,
|
|
303
|
+
:host([md-reverse][layout="stack"]) .container { flex-direction: column-reverse; }
|
|
304
|
+
:host([md-reverse][layout="row"]) .container { flex-direction: row-reverse; }
|
|
305
|
+
:host([md-reverse][layout="wrap"]) .container { flex-direction: row-reverse; flex-wrap: wrap-reverse; }
|
|
306
|
+
:host([md-reverse][layout="grid"]) .container { display: flex; flex-direction: row-reverse; flex-wrap: wrap-reverse; }
|
|
307
|
+
:host([md-reverse][layout="grid"]) ::slotted(*) {
|
|
308
|
+
flex-grow: 1;
|
|
309
|
+
flex-shrink: 1;
|
|
310
|
+
flex-basis: var(--_min-column-width);
|
|
311
|
+
min-width: 0;
|
|
312
|
+
}
|
|
313
|
+
:host([md-reverse][layout="grid"][column-count]) ::slotted(*) {
|
|
314
|
+
flex-basis: calc((100% - (var(--_column-count) - 1) * var(--_gap)) / var(--_column-count));
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
/* # Reverse — lg scope */
|
|
320
|
+
|
|
321
|
+
@media (min-width: ${lgMin}) {
|
|
322
|
+
:host([lg-reverse]:not([layout])) .container,
|
|
323
|
+
:host([lg-reverse][layout="stack"]) .container { flex-direction: column-reverse; }
|
|
324
|
+
:host([lg-reverse][layout="row"]) .container { flex-direction: row-reverse; }
|
|
325
|
+
:host([lg-reverse][layout="wrap"]) .container { flex-direction: row-reverse; flex-wrap: wrap-reverse; }
|
|
326
|
+
:host([lg-reverse][layout="grid"]) .container { display: flex; flex-direction: row-reverse; flex-wrap: wrap-reverse; }
|
|
327
|
+
:host([lg-reverse][layout="grid"]) ::slotted(*) {
|
|
328
|
+
flex-grow: 1;
|
|
329
|
+
flex-shrink: 1;
|
|
330
|
+
flex-basis: var(--_min-column-width);
|
|
331
|
+
min-width: 0;
|
|
332
|
+
}
|
|
333
|
+
:host([lg-reverse][layout="grid"][column-count]) ::slotted(*) {
|
|
334
|
+
flex-basis: calc((100% - (var(--_column-count) - 1) * var(--_gap)) / var(--_column-count));
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
@container layout-container (min-width: ${lgMin}) {
|
|
339
|
+
:host([lg-reverse]:not([layout])) .container,
|
|
340
|
+
:host([lg-reverse][layout="stack"]) .container { flex-direction: column-reverse; }
|
|
341
|
+
:host([lg-reverse][layout="row"]) .container { flex-direction: row-reverse; }
|
|
342
|
+
:host([lg-reverse][layout="wrap"]) .container { flex-direction: row-reverse; flex-wrap: wrap-reverse; }
|
|
343
|
+
:host([lg-reverse][layout="grid"]) .container { display: flex; flex-direction: row-reverse; flex-wrap: wrap-reverse; }
|
|
344
|
+
:host([lg-reverse][layout="grid"]) ::slotted(*) {
|
|
345
|
+
flex-grow: 1;
|
|
346
|
+
flex-shrink: 1;
|
|
347
|
+
flex-basis: var(--_min-column-width);
|
|
348
|
+
min-width: 0;
|
|
349
|
+
}
|
|
350
|
+
:host([lg-reverse][layout="grid"][column-count]) ::slotted(*) {
|
|
351
|
+
flex-basis: calc((100% - (var(--_column-count) - 1) * var(--_gap)) / var(--_column-count));
|
|
352
|
+
}
|
|
353
|
+
}
|
|
108
354
|
`;
|
|
109
355
|
//# sourceMappingURL=container.styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.styles.js","sourceRoot":"","sources":["../../../../src/components/layout/container/container.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAEpE,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"container.styles.js","sourceRoot":"","sources":["../../../../src/components/layout/container/container.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAEpE,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAuCX,KAAK;;;;;;;uBAOL,KAAK,qBAAqB,KAAK;;;;;;;uBAO/B,KAAK;;;;;;;4CAOgB,KAAK;;;;;;;4CAOL,KAAK,qBAAqB,KAAK;;;;;;;4CAO/B,KAAK;;;;;;;;;;;;;;;;;;;;;;;;uBAwB1B,KAAK;uBACL,KAAK,qBAAqB,KAAK;uBAC/B,KAAK;;4CAEgB,KAAK;4CACL,KAAK,qBAAqB,KAAK;4CAC/B,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAsDvB,KAAK;;;;;;;;;;;;;;;0BAeL,KAAK,qBAAqB,KAAK;;;;;;;;;;;;;;;0BAe/B,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAoDT,KAAK;;;;;;;;;;;;;;;;;2CAiBgB,KAAK;;;;;;;;;;;;;;;;;;;;sBAoB1B,KAAK,qBAAqB,KAAK;;;;;;;;;;;;;;;;;2CAiBV,KAAK,qBAAqB,KAAK;;;;;;;;;;;;;;;;;;;;sBAoBpD,KAAK;;;;;;;;;;;;;;;;;2CAiBgB,KAAK;;;;;;;;;;;;;;;;CAgB/C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.template.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/container/container.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAC3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEpD,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,aAAa,GAAG,cAAc,
|
|
1
|
+
{"version":3,"file":"container.template.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/container/container.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAC3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEpD,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,aAAa,GAAG,cAAc,CAM3E"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { html } from 'lit';
|
|
2
2
|
export function containerTemplate(_component) {
|
|
3
|
-
|
|
3
|
+
// Inner .container holds the layout (display, grid, flex, columns). The
|
|
4
|
+
// :host stays the padding wrapper + the query container (container-type:
|
|
5
|
+
// inline-size). CSS spec forbids an element from matching its own
|
|
6
|
+
// container queries, so the layout rules live on a descendant of :host.
|
|
7
|
+
return html `<div class="container"><slot></slot></div>`;
|
|
4
8
|
}
|
|
5
9
|
//# sourceMappingURL=container.template.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.template.js","sourceRoot":"","sources":["../../../../src/components/layout/container/container.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,MAAM,KAAK,CAAC;AAG3C,MAAM,UAAU,iBAAiB,CAAC,UAAyB;IAC1D,OAAO,IAAI,CAAA,
|
|
1
|
+
{"version":3,"file":"container.template.js","sourceRoot":"","sources":["../../../../src/components/layout/container/container.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,MAAM,KAAK,CAAC;AAG3C,MAAM,UAAU,iBAAiB,CAAC,UAAyB;IAC1D,wEAAwE;IACxE,yEAAyE;IACzE,kEAAkE;IAClE,wEAAwE;IACxE,OAAO,IAAI,CAAA,4CAA4C,CAAC;AACzD,CAAC"}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*
|
|
12
12
|
* @attr {boolean} sticky-header - Sticky header
|
|
13
13
|
* @attr {boolean} sticky-footer - Sticky footer
|
|
14
|
-
* @attr {'inherit'|'
|
|
14
|
+
* @attr {'inherit'|'base'|'tinted'} background - Use a grey background instead of white
|
|
15
15
|
*
|
|
16
16
|
* @slot header - Header content
|
|
17
17
|
* @slot - Main content (scrollable)
|
|
@@ -22,7 +22,7 @@ export declare class NLDDPage extends LitElement {
|
|
|
22
22
|
static styles: import("lit").CSSResult;
|
|
23
23
|
stickyHeader: boolean;
|
|
24
24
|
stickyFooter: boolean;
|
|
25
|
-
background: 'inherit' | '
|
|
25
|
+
background: 'inherit' | 'base' | 'tinted';
|
|
26
26
|
_scrolled: boolean;
|
|
27
27
|
private _scrollTarget;
|
|
28
28
|
private _headerObserver;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/page/page.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAKjD,qBACa,QAAS,SAAQ,UAAU;IACvC,OAAgB,MAAM,0BAAc;IAGpC,YAAY,UAAS;IAGrB,YAAY,UAAS;IAGrB,UAAU,EAAE,SAAS,GAAG,
|
|
1
|
+
{"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/page/page.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAKjD,qBACa,QAAS,SAAQ,UAAU;IACvC,OAAgB,MAAM,0BAAc;IAGpC,YAAY,UAAS;IAGrB,YAAY,UAAS;IAGrB,UAAU,EAAE,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAa;IAGtD,SAAS,UAAS;IAElB,OAAO,CAAC,aAAa,CAA4B;IACjD,OAAO,CAAC,eAAe,CAA+B;IACtD,OAAO,CAAC,SAAS,CAAgC;IAEjD,IAAI,YAAY,IAAI,WAAW,CAE9B;IAED,OAAO,KAAK,SAAS,GAEpB;IAED,OAAO,KAAK,SAAS,GAEpB;IAEQ,iBAAiB;IAejB,oBAAoB;IAOpB,YAAY;IAMZ,OAAO,CAAC,OAAO,EAAE,cAAc;IAcxC,OAAO,CAAC,oBAAoB;IAO5B,OAAO,CAAC,uBAAuB;IAO/B,OAAO,CAAC,oBAAoB;IAa5B,OAAO,CAAC,uBAAuB;IAO/B,OAAO,CAAC,SAAS,CAGf;IAOF,OAAO,CAAC,sBAAsB;IAS9B,OAAO,CAAC,yBAAyB;IAOjC,OAAO,CAAC,gBAAgB,CAOtB;IAEO,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,WAAW,EAAE,QAAQ,CAAC;KACtB;CACD"}
|
|
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
17
17
|
*
|
|
18
18
|
* @attr {boolean} sticky-header - Sticky header
|
|
19
19
|
* @attr {boolean} sticky-footer - Sticky footer
|
|
20
|
-
* @attr {'inherit'|'
|
|
20
|
+
* @attr {'inherit'|'base'|'tinted'} background - Use a grey background instead of white
|
|
21
21
|
*
|
|
22
22
|
* @slot header - Header content
|
|
23
23
|
* @slot - Main content (scrollable)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page.js","sourceRoot":"","sources":["../../../../src/components/layout/page/page.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,OAAO,EAAE,UAAU,EAAkB,MAAM,KAAK,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAG3C,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,UAAU;IAAjC;;QAIN,iBAAY,GAAG,KAAK,CAAC;QAGrB,iBAAY,GAAG,KAAK,CAAC;QAGrB,eAAU,
|
|
1
|
+
{"version":3,"file":"page.js","sourceRoot":"","sources":["../../../../src/components/layout/page/page.ts"],"names":[],"mappings":"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"}
|