@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-section-mixin.d.ts","sourceRoot":"","sources":["../../src/utilities/page-section-mixin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAuB,MAAM,KAAK,CAAC;AAItD,KAAK,WAAW,CAAC,CAAC,GAAG,UAAU,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,CAAC;AAE7D,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAC;AAClE,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,UAAU,CAAC;AAC1E,MAAM,MAAM,kBAAkB,GAC3B,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAC9D,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAyBhE;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,SAAS,WAAW,CAAC,UAAU,CAAC,EACrE,IAAI,EAAE,KAAK,GAkK0B,KAAK,GACzC,WAAW,CACV,UAAU,GAAG;IACZ,UAAU,EAAE,qBAAqB,CAAC;IAClC,MAAM,EAAE,iBAAiB,CAAC;IAC1B,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,UAAU,CAAC,EAAE,kBAAkB,CAAC;IAChC,aAAa,CAAC,EAAE,kBAAkB,CAAC;IACnC,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,eAAe,CAAC,EAAE,kBAAkB,CAAC;IACrC,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,eAAe,CAAC,EAAE,kBAAkB,CAAC;IACrC,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,eAAe,CAAC,EAAE,kBAAkB,CAAC;IACrC,MAAM,CAAC,EAAE,MAAM,CAAC;CAChB,CACD,CACF"}
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { property } from 'lit/decorators.js';
|
|
8
|
+
import { onColorSchemeChange } from './color-scheme-repaint.js';
|
|
9
|
+
const BACKGROUND_TOKEN = {
|
|
10
|
+
base: 'var(--semantics-surfaces-background-color)',
|
|
11
|
+
tinted: 'var(--semantics-surfaces-tinted-background-color)',
|
|
12
|
+
};
|
|
13
|
+
function paddingToValue(size) {
|
|
14
|
+
if (size === undefined || size === '')
|
|
15
|
+
return null;
|
|
16
|
+
if (size === '0')
|
|
17
|
+
return '0';
|
|
18
|
+
return `var(--primitives-space-${size})`;
|
|
19
|
+
}
|
|
20
|
+
// Block-padding override scopes: base ('') + the sm/md/lg breakpoints. Each
|
|
21
|
+
// scope reads its own props and writes `--_{scope-}padding-top/bottom`, which
|
|
22
|
+
// the section CSS resolves per breakpoint (scope override → base override →
|
|
23
|
+
// responsive default). The CSS var prefix is `${scope}-` (empty for base).
|
|
24
|
+
const PADDING_SCOPES = ['', 'sm', 'md', 'lg'];
|
|
25
|
+
const PADDING_KEYS = [
|
|
26
|
+
'paddingBlock', 'paddingTop', 'paddingBottom',
|
|
27
|
+
'smPaddingBlock', 'smPaddingTop', 'smPaddingBottom',
|
|
28
|
+
'mdPaddingBlock', 'mdPaddingTop', 'mdPaddingBottom',
|
|
29
|
+
'lgPaddingBlock', 'lgPaddingTop', 'lgPaddingBottom',
|
|
30
|
+
];
|
|
31
|
+
/**
|
|
32
|
+
* Shared surface controls for the page-section components. Adds three
|
|
33
|
+
* orthogonal capabilities, all written as inline host styles / custom
|
|
34
|
+
* properties (no per-component CSS needed for background or scheme — both
|
|
35
|
+
* `color-scheme` and custom properties inherit through the shadow boundary
|
|
36
|
+
* into the section's block element and slotted content):
|
|
37
|
+
*
|
|
38
|
+
* - **background**: `inherit` (the default — transparent, shows the ancestor's
|
|
39
|
+
* surface) | `base` (the base surface colour) | `tinted`. Setting
|
|
40
|
+
* `base`/`tinted` also cascades `--context-parent-background-color` so
|
|
41
|
+
* descendants (cards, nested sections) read the same surface.
|
|
42
|
+
* - **scheme**: `inherit` (default) | `light` | `dark` | `inverted`.
|
|
43
|
+
* `inverted` resolves to the opposite of the surrounding page scheme and
|
|
44
|
+
* re-resolves when `:root[data-scheme]` flips (via onColorSchemeChange).
|
|
45
|
+
* - **block padding**: `padding-block` (both edges) with `padding-top`
|
|
46
|
+
* / `padding-bottom` per-edge overrides, each with responsive `sm-` /
|
|
47
|
+
* `md-` / `lg-` variants (12 attrs total). Token scale `0`–`96`; `0` strips
|
|
48
|
+
* the padding. Per breakpoint the section CSS resolves: scope override →
|
|
49
|
+
* base override → responsive default. The inline (gutter) padding stays
|
|
50
|
+
* design-controlled.
|
|
51
|
+
* - **height**: any CSS length (e.g. '400px', '100dvh') applied as the host's
|
|
52
|
+
* min-height (so the section is at least that tall) — mirroring how `width`
|
|
53
|
+
* maps to the body max-width.
|
|
54
|
+
*
|
|
55
|
+
* @example
|
|
56
|
+
* ```ts
|
|
57
|
+
* class NLDDSimpleSection extends PageSectionMixin(LitElement) { … }
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
export function PageSectionMixin(Base) {
|
|
61
|
+
class WithPageSection extends Base {
|
|
62
|
+
constructor() {
|
|
63
|
+
super(...arguments);
|
|
64
|
+
this.background = 'inherit';
|
|
65
|
+
this.scheme = 'inherit';
|
|
66
|
+
}
|
|
67
|
+
connectedCallback() {
|
|
68
|
+
super.connectedCallback();
|
|
69
|
+
// Re-resolve `inverted` whenever the page color-scheme flips.
|
|
70
|
+
this._unsubScheme = onColorSchemeChange(() => {
|
|
71
|
+
if (this.scheme === 'inverted')
|
|
72
|
+
this._applyScheme();
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
disconnectedCallback() {
|
|
76
|
+
super.disconnectedCallback();
|
|
77
|
+
this._unsubScheme?.();
|
|
78
|
+
this._unsubScheme = undefined;
|
|
79
|
+
}
|
|
80
|
+
updated(changed) {
|
|
81
|
+
super.updated(changed);
|
|
82
|
+
if (changed.has('background'))
|
|
83
|
+
this._applyBackground();
|
|
84
|
+
if (changed.has('scheme'))
|
|
85
|
+
this._applyScheme();
|
|
86
|
+
if (PADDING_KEYS.some((k) => changed.has(k)))
|
|
87
|
+
this._applyPadding();
|
|
88
|
+
if (changed.has('height'))
|
|
89
|
+
this._applyHeight();
|
|
90
|
+
}
|
|
91
|
+
_applyBackground() {
|
|
92
|
+
if (this.background === 'base' || this.background === 'tinted') {
|
|
93
|
+
const token = BACKGROUND_TOKEN[this.background];
|
|
94
|
+
this.style.backgroundColor = token;
|
|
95
|
+
// Cascade so descendants (cards, nested sections) match.
|
|
96
|
+
this.style.setProperty('--context-parent-background-color', token);
|
|
97
|
+
}
|
|
98
|
+
else {
|
|
99
|
+
this.style.backgroundColor = '';
|
|
100
|
+
this.style.removeProperty('--context-parent-background-color');
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
_applyScheme() {
|
|
104
|
+
if (this.scheme === 'light' || this.scheme === 'dark') {
|
|
105
|
+
this.style.colorScheme = this.scheme;
|
|
106
|
+
}
|
|
107
|
+
else if (this.scheme === 'inverted') {
|
|
108
|
+
this.style.colorScheme = this._resolveActiveScheme() === 'dark' ? 'light' : 'dark';
|
|
109
|
+
}
|
|
110
|
+
else {
|
|
111
|
+
this.style.removeProperty('color-scheme');
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Best-effort detection of the *actively rendered* scheme around the
|
|
116
|
+
* section, used to invert it.
|
|
117
|
+
*
|
|
118
|
+
* `getComputedStyle(parent).colorScheme` returns the *declared* value
|
|
119
|
+
* (`'light dark'` for "supports both"; `'normal'` for the initial
|
|
120
|
+
* value) — not the one the browser actually paints with. For
|
|
121
|
+
* `'inverted'` we want the painted scheme, so:
|
|
122
|
+
* 1. Prefer the app's explicit override on `:root[data-scheme]`
|
|
123
|
+
* (the project's site-wide light/dark toggle).
|
|
124
|
+
* 2. Walk up to find an ancestor that pins a single scheme.
|
|
125
|
+
* 3. Otherwise fall back to `prefers-color-scheme` — that's what
|
|
126
|
+
* `'light dark'` resolves to in practice.
|
|
127
|
+
*
|
|
128
|
+
* Perf: the per-call cost is `getComputedStyle()` for each ancestor
|
|
129
|
+
* up to one that pins a scheme. This only runs when the project
|
|
130
|
+
* does NOT set `:root[data-scheme]` (apps with a global theme
|
|
131
|
+
* toggle, like regelrecht, hit the fast path and never enter the
|
|
132
|
+
* walk). When the fallback is needed the walk is bounded by the
|
|
133
|
+
* DOM depth and only fires on `scheme` prop change or a
|
|
134
|
+
* color-scheme repaint event — not on every render.
|
|
135
|
+
*
|
|
136
|
+
* Cross-shadow caveat: `parentElement` doesn't traverse shadow
|
|
137
|
+
* boundaries, so a `color-scheme` declared on an outer custom
|
|
138
|
+
* element's host won't be picked up by the walk; we then fall
|
|
139
|
+
* through to `prefers-color-scheme`. For reliable `'inverted'`
|
|
140
|
+
* behaviour inside nested shadow trees, set `data-scheme` on
|
|
141
|
+
* `:root` so the fast path resolves the painted scheme directly.
|
|
142
|
+
*/
|
|
143
|
+
_resolveActiveScheme() {
|
|
144
|
+
const root = document.documentElement.getAttribute('data-scheme');
|
|
145
|
+
if (root === 'light' || root === 'dark')
|
|
146
|
+
return root;
|
|
147
|
+
let el = this.parentElement;
|
|
148
|
+
while (el) {
|
|
149
|
+
const declared = getComputedStyle(el).colorScheme;
|
|
150
|
+
const hasLight = declared.includes('light');
|
|
151
|
+
const hasDark = declared.includes('dark');
|
|
152
|
+
if (hasDark && !hasLight)
|
|
153
|
+
return 'dark';
|
|
154
|
+
if (hasLight && !hasDark)
|
|
155
|
+
return 'light';
|
|
156
|
+
el = el.parentElement;
|
|
157
|
+
}
|
|
158
|
+
return window.matchMedia?.('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
|
|
159
|
+
}
|
|
160
|
+
_applyPadding() {
|
|
161
|
+
const self = this;
|
|
162
|
+
for (const scope of PADDING_SCOPES) {
|
|
163
|
+
// Property names: base = paddingBlock(…); scoped = smPaddingBlock(…).
|
|
164
|
+
const prop = (suffix) => scope ? `${scope}Padding${suffix}` : `padding${suffix}`;
|
|
165
|
+
const block = self[prop('Block')];
|
|
166
|
+
const top = self[prop('Top')];
|
|
167
|
+
const bottom = self[prop('Bottom')];
|
|
168
|
+
const prefix = scope ? `${scope}-` : '';
|
|
169
|
+
this._setVar(`--_${prefix}padding-top`, paddingToValue(top ?? block));
|
|
170
|
+
this._setVar(`--_${prefix}padding-bottom`, paddingToValue(bottom ?? block));
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
_applyHeight() {
|
|
174
|
+
// Like `width` (which sets the body max-width), the `height` keyword
|
|
175
|
+
// maps to a constraint — here the host's min-height.
|
|
176
|
+
const v = this.height;
|
|
177
|
+
if (v && typeof CSS !== 'undefined' && CSS.supports('min-height', v)) {
|
|
178
|
+
this.style.minHeight = v;
|
|
179
|
+
}
|
|
180
|
+
else {
|
|
181
|
+
this.style.removeProperty('min-height');
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
_setVar(name, value) {
|
|
185
|
+
if (value === null)
|
|
186
|
+
this.style.removeProperty(name);
|
|
187
|
+
else
|
|
188
|
+
this.style.setProperty(name, value);
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
__decorate([
|
|
192
|
+
property({ type: String, reflect: true })
|
|
193
|
+
], WithPageSection.prototype, "background", void 0);
|
|
194
|
+
__decorate([
|
|
195
|
+
property({ type: String, reflect: true })
|
|
196
|
+
], WithPageSection.prototype, "scheme", void 0);
|
|
197
|
+
__decorate([
|
|
198
|
+
property({ type: String, reflect: true, attribute: 'padding-block' })
|
|
199
|
+
], WithPageSection.prototype, "paddingBlock", void 0);
|
|
200
|
+
__decorate([
|
|
201
|
+
property({ type: String, reflect: true, attribute: 'padding-top' })
|
|
202
|
+
], WithPageSection.prototype, "paddingTop", void 0);
|
|
203
|
+
__decorate([
|
|
204
|
+
property({ type: String, reflect: true, attribute: 'padding-bottom' })
|
|
205
|
+
], WithPageSection.prototype, "paddingBottom", void 0);
|
|
206
|
+
__decorate([
|
|
207
|
+
property({ type: String, reflect: true, attribute: 'sm-padding-block' })
|
|
208
|
+
], WithPageSection.prototype, "smPaddingBlock", void 0);
|
|
209
|
+
__decorate([
|
|
210
|
+
property({ type: String, reflect: true, attribute: 'sm-padding-top' })
|
|
211
|
+
], WithPageSection.prototype, "smPaddingTop", void 0);
|
|
212
|
+
__decorate([
|
|
213
|
+
property({ type: String, reflect: true, attribute: 'sm-padding-bottom' })
|
|
214
|
+
], WithPageSection.prototype, "smPaddingBottom", void 0);
|
|
215
|
+
__decorate([
|
|
216
|
+
property({ type: String, reflect: true, attribute: 'md-padding-block' })
|
|
217
|
+
], WithPageSection.prototype, "mdPaddingBlock", void 0);
|
|
218
|
+
__decorate([
|
|
219
|
+
property({ type: String, reflect: true, attribute: 'md-padding-top' })
|
|
220
|
+
], WithPageSection.prototype, "mdPaddingTop", void 0);
|
|
221
|
+
__decorate([
|
|
222
|
+
property({ type: String, reflect: true, attribute: 'md-padding-bottom' })
|
|
223
|
+
], WithPageSection.prototype, "mdPaddingBottom", void 0);
|
|
224
|
+
__decorate([
|
|
225
|
+
property({ type: String, reflect: true, attribute: 'lg-padding-block' })
|
|
226
|
+
], WithPageSection.prototype, "lgPaddingBlock", void 0);
|
|
227
|
+
__decorate([
|
|
228
|
+
property({ type: String, reflect: true, attribute: 'lg-padding-top' })
|
|
229
|
+
], WithPageSection.prototype, "lgPaddingTop", void 0);
|
|
230
|
+
__decorate([
|
|
231
|
+
property({ type: String, reflect: true, attribute: 'lg-padding-bottom' })
|
|
232
|
+
], WithPageSection.prototype, "lgPaddingBottom", void 0);
|
|
233
|
+
__decorate([
|
|
234
|
+
property({ type: String, reflect: true })
|
|
235
|
+
], WithPageSection.prototype, "height", void 0);
|
|
236
|
+
return WithPageSection;
|
|
237
|
+
}
|
|
238
|
+
/* eslint-enable @typescript-eslint/no-explicit-any */
|
|
239
|
+
//# sourceMappingURL=page-section-mixin.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-section-mixin.js","sourceRoot":"","sources":["../../src/utilities/page-section-mixin.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nldd/design-system",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.47",
|
|
4
4
|
"description": "Design System voor Nederlandse Digitale Dienst",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/components/components.js",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"types": "./dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts",
|
|
60
60
|
"default": "./dist/components/content/keyboard-shortcut/keyboard-shortcut.js"
|
|
61
61
|
},
|
|
62
|
-
"./code": {
|
|
63
|
-
"types": "./dist/components/content/code/code.d.ts",
|
|
64
|
-
"default": "./dist/components/content/code/code.js"
|
|
62
|
+
"./code-viewer": {
|
|
63
|
+
"types": "./dist/components/content/code-viewer/code-viewer.d.ts",
|
|
64
|
+
"default": "./dist/components/content/code-viewer/code-viewer.js"
|
|
65
65
|
},
|
|
66
66
|
"./form": {
|
|
67
67
|
"types": "./dist/components/forms/form/form.d.ts",
|
|
@@ -243,6 +243,10 @@
|
|
|
243
243
|
"types": "./dist/components/layout/window/window.d.ts",
|
|
244
244
|
"default": "./dist/components/layout/window/window.js"
|
|
245
245
|
},
|
|
246
|
+
"./page-footer": {
|
|
247
|
+
"types": "./dist/components/layout/page-footer/page-footer.d.ts",
|
|
248
|
+
"default": "./dist/components/layout/page-footer/page-footer.js"
|
|
249
|
+
},
|
|
246
250
|
"./menu": {
|
|
247
251
|
"types": "./dist/components/lists-and-menus/menu/menu.d.ts",
|
|
248
252
|
"default": "./dist/components/lists-and-menus/menu/menu.js"
|
|
@@ -287,6 +291,10 @@
|
|
|
287
291
|
"types": "./dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts",
|
|
288
292
|
"default": "./dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js"
|
|
289
293
|
},
|
|
294
|
+
"./breadcrumbs": {
|
|
295
|
+
"types": "./dist/components/navigation/breadcrumbs/breadcrumbs.d.ts",
|
|
296
|
+
"default": "./dist/components/navigation/breadcrumbs/breadcrumbs.js"
|
|
297
|
+
},
|
|
290
298
|
"./menu-bar": {
|
|
291
299
|
"types": "./dist/components/navigation/menu-bar/menu-bar.d.ts",
|
|
292
300
|
"default": "./dist/components/navigation/menu-bar/menu-bar.js"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"code.d.ts","sourceRoot":"","sources":["../../../../src/components/content/code/code.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAwCjC,qBACa,QAAS,SAAQ,UAAU;IACvC,OAAgB,MAAM,0BAAc;IAGpC,QAAQ,SAAM;IAGd,IAAI,UAAS;IAGb,gBAAgB,SAAM;IAEtB,OAAO,CAAC,iBAAiB,CAAoC;IAC7D,OAAO,CAAC,kBAAkB,CAAC,CAAa;IAE/B,MAAM;IAIN,iBAAiB,IAAI,IAAI;IAUzB,oBAAoB,IAAI,IAAI;IAMrC,aAAa,CAAC,CAAC,EAAE,KAAK;IAIb,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IAI9C,OAAO,CAAC,iBAAiB;IAQV,iBAAiB,IAAI,OAAO,CAAC,OAAO,CAAC;IAMpD,OAAO,CAAC,iBAAiB;YAIX,aAAa;CA4B3B;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,WAAW,EAAE,QAAQ,CAAC;KACtB;CACD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"code.js","sourceRoot":"","sources":["../../../../src/components/content/code/code.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"code.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/code/code.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,yBAsFtB,CAAC"}
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import { css } from 'lit';
|
|
2
|
-
export const codeStyles = css `
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
/* # Host */
|
|
6
|
-
|
|
7
|
-
:host {
|
|
8
|
-
--_corner-radius: var(--primitives-corner-radius-lg);
|
|
9
|
-
--_background-color: var(--semantics-surfaces-tinted-background-color);
|
|
10
|
-
--_block-padding: var(--primitives-space-16);
|
|
11
|
-
--_inline-padding: var(--primitives-space-16);
|
|
12
|
-
--_content-color: var(--semantics-content-color);
|
|
13
|
-
--_font: var(--primitives-font-monospace-sm-regular-snug);
|
|
14
|
-
|
|
15
|
-
display: block;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
:host([hidden]) {
|
|
19
|
-
display: none;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
/* # Block */
|
|
24
|
-
|
|
25
|
-
.code {
|
|
26
|
-
margin: 0;
|
|
27
|
-
border-radius: var(--_corner-radius);
|
|
28
|
-
background-color: var(--_background-color);
|
|
29
|
-
overflow-x: auto;
|
|
30
|
-
padding: var(--_block-padding) var(--_inline-padding);
|
|
31
|
-
color: var(--_content-color);
|
|
32
|
-
font: var(--_font);
|
|
33
|
-
white-space: pre;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
:host([wrap]) .code {
|
|
37
|
-
overflow-x: visible;
|
|
38
|
-
white-space: pre-wrap;
|
|
39
|
-
word-break: break-word;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/* Lit reflects empty-string props as language=""; exclude that case */
|
|
43
|
-
:host([language]:not([language=""])) slot {
|
|
44
|
-
display: none;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.code__highlighted {
|
|
48
|
-
color: inherit;
|
|
49
|
-
font: inherit;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
/* # Tokens */
|
|
54
|
-
|
|
55
|
-
.token.comment,
|
|
56
|
-
.token.prolog,
|
|
57
|
-
.token.doctype,
|
|
58
|
-
.token.cdata { color: var(--components-code-token-comment-color); font-style: italic; }
|
|
59
|
-
.token.punctuation { color: var(--components-code-token-punctuation-color); }
|
|
60
|
-
.token.namespace { opacity: 0.7; }
|
|
61
|
-
.token.keyword { color: var(--components-code-token-keyword-color); }
|
|
62
|
-
.token.string, .token.char { color: var(--components-code-token-string-color); }
|
|
63
|
-
.token.number { color: var(--components-code-token-number-color); }
|
|
64
|
-
.token.boolean { color: var(--components-code-token-boolean-color); }
|
|
65
|
-
.token.null { color: var(--components-code-token-null-color); }
|
|
66
|
-
.token.function { color: var(--components-code-token-function-color); }
|
|
67
|
-
.token.class-name { color: var(--components-code-token-class-color); }
|
|
68
|
-
.token.builtin { color: var(--components-code-token-builtin-color); }
|
|
69
|
-
.token.tag { color: var(--components-code-token-tag-color); }
|
|
70
|
-
.token.attr-name { color: var(--components-code-token-attr-name-color); }
|
|
71
|
-
.token.attr-value { color: var(--components-code-token-attr-value-color); }
|
|
72
|
-
.token.property { color: var(--components-code-token-property-color); }
|
|
73
|
-
.token.selector { color: var(--components-code-token-selector-color); }
|
|
74
|
-
.token.atrule { color: var(--components-code-token-atrule-color); }
|
|
75
|
-
.token.regex { color: var(--components-code-token-regex-color); }
|
|
76
|
-
.token.url { color: var(--components-code-token-url-color); }
|
|
77
|
-
.token.operator { color: var(--components-code-token-operator-color); }
|
|
78
|
-
.token.constant { color: var(--components-code-token-constant-color); }
|
|
79
|
-
.token.deleted { color: var(--components-code-token-deleted-color); }
|
|
80
|
-
.token.inserted { color: var(--components-code-token-inserted-color); }
|
|
81
|
-
.token.important { color: var(--components-code-token-important-color); font-weight: bold; }
|
|
82
|
-
.token.symbol { color: var(--components-code-token-symbol-color); }
|
|
83
|
-
.token.entity { color: var(--components-code-token-entity-color); }
|
|
84
|
-
.token.variable { color: var(--components-code-token-variable-color); }
|
|
85
|
-
.token.key { color: var(--components-code-token-property-color); }
|
|
86
|
-
.token.bold { font-weight: bold; }
|
|
87
|
-
.token.italic { font-style: italic; }
|
|
88
|
-
`;
|
|
89
|
-
//# sourceMappingURL=code.styles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"code.styles.js","sourceRoot":"","sources":["../../../../src/components/content/code/code.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsF5B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"code.template.d.ts","sourceRoot":"","sources":["../../../../src/components/content/code/code.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAE3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE1C,wBAAgB,YAAY,CAAC,SAAS,EAAE,QAAQ,GAAG,cAAc,CAgBhE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"code.template.js","sourceRoot":"","sources":["../../../../src/components/content/code/code.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,MAAM,KAAK,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAG3D,MAAM,UAAU,YAAY,CAAC,SAAmB;IAC/C,sEAAsE;IACtE,sEAAsE;IACtE,sEAAsE;IACtE,qEAAqE;IACrE,yBAAyB;IACzB,EAAE;IACF,oEAAoE;IACpE,iEAAiE;IACjE,kEAAkE;IAClE,6DAA6D;IAC7D,OAAO,IAAI,CAAA,uCAAuC,SAAS,CAAC,aAAa,WACxE,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,gBAAgB;QAC/C,CAAC,CAAC,IAAI,CAAA,2CAA2C,SAAS,CAAC,QAAQ,KAAK,UAAU,CAAC,SAAS,CAAC,gBAAgB,CAAC,SAAS;QACvH,CAAC,CAAC,EACJ,QAAQ,CAAC;AACV,CAAC"}
|