@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.
Files changed (243) hide show
  1. package/dist/components/actions/button/button.d.ts +3 -0
  2. package/dist/components/actions/button/button.d.ts.map +1 -1
  3. package/dist/components/actions/button/button.js +26 -0
  4. package/dist/components/actions/button/button.js.map +1 -1
  5. package/dist/components/actions/button/button.template.d.ts.map +1 -1
  6. package/dist/components/actions/button/button.template.js +4 -1
  7. package/dist/components/actions/button/button.template.js.map +1 -1
  8. package/dist/components/actions/icon-button/icon-button.d.ts +2 -0
  9. package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
  10. package/dist/components/actions/icon-button/icon-button.js +23 -0
  11. package/dist/components/actions/icon-button/icon-button.js.map +1 -1
  12. package/dist/components/components.js +83 -78
  13. package/dist/components/content/{code/code.d.ts → code-viewer/code-viewer.d.ts} +12 -11
  14. package/dist/components/content/code-viewer/code-viewer.d.ts.map +1 -0
  15. package/dist/components/content/{code/code.js → code-viewer/code-viewer.js} +32 -25
  16. package/dist/components/content/code-viewer/code-viewer.js.map +1 -0
  17. package/dist/components/content/code-viewer/code-viewer.styles.d.ts +2 -0
  18. package/dist/components/content/code-viewer/code-viewer.styles.d.ts.map +1 -0
  19. package/dist/components/content/code-viewer/code-viewer.styles.js +89 -0
  20. package/dist/components/content/code-viewer/code-viewer.styles.js.map +1 -0
  21. package/dist/components/content/code-viewer/code-viewer.template.d.ts +4 -0
  22. package/dist/components/content/code-viewer/code-viewer.template.d.ts.map +1 -0
  23. package/dist/components/content/{code/code.template.js → code-viewer/code-viewer.template.js} +3 -3
  24. package/dist/components/content/code-viewer/code-viewer.template.js.map +1 -0
  25. package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -1
  26. package/dist/components/forms/form-field/form-field.styles.js +3 -1
  27. package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
  28. package/dist/components/{index-iTa3Ua3y.js → index-CuzqC3j7.js} +3045 -1775
  29. package/dist/components/index.d.ts +3 -1
  30. package/dist/components/index.d.ts.map +1 -1
  31. package/dist/components/index.js +3 -1
  32. package/dist/components/index.js.map +1 -1
  33. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
  34. package/dist/components/inputs/segmented-control/segmented-control.styles.js +10 -0
  35. package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
  36. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -1
  37. package/dist/components/inputs/toggle-button/toggle-button.styles.js +12 -0
  38. package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -1
  39. package/dist/components/inputs/token/token.styles.d.ts.map +1 -1
  40. package/dist/components/inputs/token/token.styles.js +13 -3
  41. package/dist/components/inputs/token/token.styles.js.map +1 -1
  42. package/dist/components/layout/app-view/app-view.d.ts +2 -2
  43. package/dist/components/layout/app-view/app-view.d.ts.map +1 -1
  44. package/dist/components/layout/app-view/app-view.js +2 -2
  45. package/dist/components/layout/app-view/app-view.js.map +1 -1
  46. package/dist/components/layout/collection/collection.d.ts +2 -0
  47. package/dist/components/layout/collection/collection.d.ts.map +1 -1
  48. package/dist/components/layout/collection/collection.js +8 -0
  49. package/dist/components/layout/collection/collection.js.map +1 -1
  50. package/dist/components/layout/collection/collection.styles.d.ts.map +1 -1
  51. package/dist/components/layout/collection/collection.styles.js +4 -0
  52. package/dist/components/layout/collection/collection.styles.js.map +1 -1
  53. package/dist/components/layout/collection/collection.template.d.ts.map +1 -1
  54. package/dist/components/layout/collection/collection.template.js +5 -2
  55. package/dist/components/layout/collection/collection.template.js.map +1 -1
  56. package/dist/components/layout/container/container.d.ts +62 -8
  57. package/dist/components/layout/container/container.d.ts.map +1 -1
  58. package/dist/components/layout/container/container.js +113 -11
  59. package/dist/components/layout/container/container.js.map +1 -1
  60. package/dist/components/layout/container/container.styles.d.ts.map +1 -1
  61. package/dist/components/layout/container/container.styles.js +262 -16
  62. package/dist/components/layout/container/container.styles.js.map +1 -1
  63. package/dist/components/layout/container/container.template.d.ts.map +1 -1
  64. package/dist/components/layout/container/container.template.js +5 -1
  65. package/dist/components/layout/container/container.template.js.map +1 -1
  66. package/dist/components/layout/page/page.d.ts +2 -2
  67. package/dist/components/layout/page/page.d.ts.map +1 -1
  68. package/dist/components/layout/page/page.js +1 -1
  69. package/dist/components/layout/page/page.js.map +1 -1
  70. package/dist/components/layout/page/page.styles.js +1 -1
  71. package/dist/components/layout/page-footer/page-footer.d.ts +84 -0
  72. package/dist/components/layout/page-footer/page-footer.d.ts.map +1 -0
  73. package/dist/components/layout/page-footer/page-footer.i18n.d.ts +5 -0
  74. package/dist/components/layout/page-footer/page-footer.i18n.d.ts.map +1 -0
  75. package/dist/components/layout/page-footer/page-footer.i18n.js +4 -0
  76. package/dist/components/layout/page-footer/page-footer.i18n.js.map +1 -0
  77. package/dist/components/layout/page-footer/page-footer.js +217 -0
  78. package/dist/components/layout/page-footer/page-footer.js.map +1 -0
  79. package/dist/components/layout/page-footer/page-footer.styles.d.ts +4 -0
  80. package/dist/components/layout/page-footer/page-footer.styles.d.ts.map +1 -0
  81. package/dist/components/layout/page-footer/page-footer.styles.js +207 -0
  82. package/dist/components/layout/page-footer/page-footer.styles.js.map +1 -0
  83. package/dist/components/layout/page-footer/page-footer.template.d.ts +6 -0
  84. package/dist/components/layout/page-footer/page-footer.template.d.ts.map +1 -0
  85. package/dist/components/layout/page-footer/page-footer.template.js +73 -0
  86. package/dist/components/layout/page-footer/page-footer.template.js.map +1 -0
  87. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts +26 -1
  88. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts.map +1 -1
  89. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js +10 -1
  90. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js.map +1 -1
  91. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts.map +1 -1
  92. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +23 -35
  93. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -1
  94. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts +26 -1
  95. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts.map +1 -1
  96. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js +10 -1
  97. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js.map +1 -1
  98. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts.map +1 -1
  99. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +26 -53
  100. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -1
  101. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts +26 -1
  102. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts.map +1 -1
  103. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js +10 -1
  104. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js.map +1 -1
  105. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts.map +1 -1
  106. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +33 -51
  107. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -1
  108. package/dist/components/layout/page-sections/page-section-controls.d.ts +226 -0
  109. package/dist/components/layout/page-sections/page-section-controls.d.ts.map +1 -0
  110. package/dist/components/layout/page-sections/page-section-controls.js +104 -0
  111. package/dist/components/layout/page-sections/page-section-controls.js.map +1 -0
  112. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts +26 -1
  113. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts.map +1 -1
  114. package/dist/components/layout/page-sections/simple-section/simple-section.js +10 -1
  115. package/dist/components/layout/page-sections/simple-section/simple-section.js.map +1 -1
  116. package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts.map +1 -1
  117. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +24 -38
  118. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -1
  119. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts +26 -1
  120. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts.map +1 -1
  121. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js +10 -1
  122. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js.map +1 -1
  123. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts.map +1 -1
  124. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +33 -51
  125. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -1
  126. package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts +2 -2
  127. package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts.map +1 -1
  128. package/dist/components/layout/split-views/bar-split-view/bar-split-view.js +1 -1
  129. package/dist/components/layout/split-views/bar-split-view/bar-split-view.js.map +1 -1
  130. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +1 -1
  131. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +1 -1
  132. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts +2 -2
  133. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts.map +1 -1
  134. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js +1 -1
  135. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js.map +1 -1
  136. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +1 -1
  137. package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts +2 -2
  138. package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts.map +1 -1
  139. package/dist/components/layout/split-views/split-view-pane/split-view-pane.js +1 -1
  140. package/dist/components/layout/split-views/split-view-pane/split-view-pane.js.map +1 -1
  141. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +1 -1
  142. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts +2 -2
  143. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts.map +1 -1
  144. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js +1 -1
  145. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js.map +1 -1
  146. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +1 -1
  147. package/dist/components/layout/window/window.d.ts +5 -0
  148. package/dist/components/layout/window/window.d.ts.map +1 -1
  149. package/dist/components/layout/window/window.js +28 -13
  150. package/dist/components/layout/window/window.js.map +1 -1
  151. package/dist/components/layout/window/window.styles.d.ts.map +1 -1
  152. package/dist/components/layout/window/window.styles.js +1 -7
  153. package/dist/components/layout/window/window.styles.js.map +1 -1
  154. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts +6 -5
  155. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts.map +1 -1
  156. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js +16 -111
  157. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js.map +1 -1
  158. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.styles.d.ts +2 -0
  159. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.styles.d.ts.map +1 -0
  160. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.styles.js +94 -0
  161. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.styles.js.map +1 -0
  162. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.template.d.ts +4 -0
  163. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.template.d.ts.map +1 -0
  164. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.template.js +20 -0
  165. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.template.js.map +1 -0
  166. package/dist/components/lists-and-menus/list-item/list-item.styles.d.ts.map +1 -1
  167. package/dist/components/lists-and-menus/list-item/list-item.styles.js +9 -13
  168. package/dist/components/lists-and-menus/list-item/list-item.styles.js.map +1 -1
  169. package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts +80 -0
  170. package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts.map +1 -0
  171. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.d.ts +6 -0
  172. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.d.ts.map +1 -0
  173. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.js +5 -0
  174. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.js.map +1 -0
  175. package/dist/components/navigation/breadcrumbs/breadcrumbs.js +192 -0
  176. package/dist/components/navigation/breadcrumbs/breadcrumbs.js.map +1 -0
  177. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.d.ts +3 -0
  178. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.d.ts.map +1 -0
  179. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js +124 -0
  180. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js.map +1 -0
  181. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.d.ts +6 -0
  182. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.d.ts.map +1 -0
  183. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js +57 -0
  184. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js.map +1 -0
  185. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -1
  186. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +3 -4
  187. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -1
  188. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +14 -17
  189. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -1
  190. package/dist/components/navigation/menu-bar-item/menu-bar-item.js +47 -46
  191. package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -1
  192. package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js +2 -2
  193. package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js.map +1 -1
  194. package/dist/components/navigation/pagination/pagination.d.ts +8 -0
  195. package/dist/components/navigation/pagination/pagination.d.ts.map +1 -1
  196. package/dist/components/navigation/pagination/pagination.js +11 -0
  197. package/dist/components/navigation/pagination/pagination.js.map +1 -1
  198. package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
  199. package/dist/components/navigation/pagination/pagination.styles.js +61 -1
  200. package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
  201. package/dist/components/navigation/pagination/pagination.template.d.ts.map +1 -1
  202. package/dist/components/navigation/pagination/pagination.template.js +1 -0
  203. package/dist/components/navigation/pagination/pagination.template.js.map +1 -1
  204. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
  205. package/dist/components/navigation/tab-bar/tab-bar.styles.js +15 -0
  206. package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
  207. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -1
  208. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +28 -26
  209. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
  210. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js +1 -1
  211. package/dist/components/prism-gherkin-CMPYyXOQ.js +82 -0
  212. package/dist/components/prism-python-DUL3Gysb.js +99 -0
  213. package/dist/components/prism-rust-BGBMvZa7.js +157 -0
  214. package/dist/components/prism-sql-BGqCBMyJ.js +33 -0
  215. package/dist/components/prism-toml-Ubdq-a5x.js +45 -0
  216. package/dist/components/{prism-typescript-DG_p4Wyh.js → prism-typescript-QDrnGhET.js} +1 -1
  217. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts +3 -0
  218. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts.map +1 -1
  219. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +5 -0
  220. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js.map +1 -1
  221. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -1
  222. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +20 -4
  223. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -1
  224. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.d.ts.map +1 -1
  225. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js +16 -14
  226. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js.map +1 -1
  227. package/dist/css/form.css +4 -5
  228. package/dist/css/rich-text.css +27 -115
  229. package/dist/css/settings.css +46 -37
  230. package/dist/utilities/page-section-mixin.d.ts +53 -0
  231. package/dist/utilities/page-section-mixin.d.ts.map +1 -0
  232. package/dist/utilities/page-section-mixin.js +239 -0
  233. package/dist/utilities/page-section-mixin.js.map +1 -0
  234. package/package.json +12 -4
  235. package/dist/components/content/code/code.d.ts.map +0 -1
  236. package/dist/components/content/code/code.js.map +0 -1
  237. package/dist/components/content/code/code.styles.d.ts +0 -2
  238. package/dist/components/content/code/code.styles.d.ts.map +0 -1
  239. package/dist/components/content/code/code.styles.js +0 -89
  240. package/dist/components/content/code/code.styles.js.map +0 -1
  241. package/dist/components/content/code/code.template.d.ts +0 -4
  242. package/dist/components/content/code/code.template.d.ts.map +0 -1
  243. package/dist/components/content/code/code.template.js.map +0 -1
@@ -9,10 +9,19 @@ export const simpleSectionStyles = css `
9
9
 
10
10
  /* # Host */
11
11
 
12
- /* No own container-type: page-sections read the outer layout-container
13
- (set by nldd-page / nldd-card). @media is the fallback for contexts
14
- without a layout-container. */
15
12
  :host {
13
+ container-type: inline-size;
14
+ /* Block-padding overrides from PageSectionMixin; 'initial' makes the
15
+ var() in .simple-section fall back to the responsive default until the
16
+ mixin sets a value inline on the host. */
17
+ --_padding-top: initial;
18
+ --_padding-bottom: initial;
19
+ --_sm-padding-top: initial;
20
+ --_sm-padding-bottom: initial;
21
+ --_md-padding-top: initial;
22
+ --_md-padding-bottom: initial;
23
+ --_lg-padding-top: initial;
24
+ --_lg-padding-bottom: initial;
16
25
  --_max-width: var(--semantics-page-sections-body-max-width);
17
26
 
18
27
  display: flex;
@@ -45,34 +54,23 @@ export const simpleSectionStyles = css `
45
54
  flex-grow: 1;
46
55
  align-items: center;
47
56
 
48
- @media (max-width: ${smMax}) {
49
- padding-inline: var(--semantics-page-sections-sm-margin-inline);
50
- padding-block: var(--semantics-page-sections-sm-margin-block);
51
- }
52
-
53
- @media (min-width: ${mdMin}) and (max-width: ${mdMax}) {
54
- padding-inline: var(--semantics-page-sections-md-margin-inline);
55
- padding-block: var(--semantics-page-sections-md-margin-block);
56
- }
57
57
 
58
- @media (min-width: ${lgMin}) {
59
- padding-inline: var(--semantics-page-sections-lg-margin-inline);
60
- padding-block: var(--semantics-page-sections-lg-margin-block);
61
- }
62
-
63
- @container layout-container (max-width: ${smMax}) {
58
+ @container (max-width: ${smMax}) {
64
59
  padding-inline: var(--semantics-page-sections-sm-margin-inline);
65
- padding-block: var(--semantics-page-sections-sm-margin-block);
60
+ padding-top: var(--_sm-padding-top, var(--_padding-top, var(--semantics-page-sections-sm-margin-block)));
61
+ padding-bottom: var(--_sm-padding-bottom, var(--_padding-bottom, var(--semantics-page-sections-sm-margin-block)));
66
62
  }
67
63
 
68
- @container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
64
+ @container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
69
65
  padding-inline: var(--semantics-page-sections-md-margin-inline);
70
- padding-block: var(--semantics-page-sections-md-margin-block);
66
+ padding-top: var(--_md-padding-top, var(--_padding-top, var(--semantics-page-sections-md-margin-block)));
67
+ padding-bottom: var(--_md-padding-bottom, var(--_padding-bottom, var(--semantics-page-sections-md-margin-block)));
71
68
  }
72
69
 
73
- @container layout-container (min-width: ${lgMin}) {
70
+ @container (min-width: ${lgMin}) {
74
71
  padding-inline: var(--semantics-page-sections-lg-margin-inline);
75
- padding-block: var(--semantics-page-sections-lg-margin-block);
72
+ padding-top: var(--_lg-padding-top, var(--_padding-top, var(--semantics-page-sections-lg-margin-block)));
73
+ padding-bottom: var(--_lg-padding-bottom, var(--_padding-bottom, var(--semantics-page-sections-lg-margin-block)));
76
74
  }
77
75
  }
78
76
 
@@ -86,27 +84,15 @@ export const simpleSectionStyles = css `
86
84
  flex-direction: column;
87
85
  flex-grow: 1;
88
86
 
89
- @media (max-width: ${smMax}) {
90
- gap: var(--semantics-page-sections-sm-gap);
91
- }
92
-
93
- @media (min-width: ${mdMin}) and (max-width: ${mdMax}) {
94
- gap: var(--semantics-page-sections-md-gap);
95
- }
96
-
97
- @media (min-width: ${lgMin}) {
98
- gap: var(--semantics-page-sections-lg-gap);
99
- }
100
-
101
- @container layout-container (max-width: ${smMax}) {
87
+ @container (max-width: ${smMax}) {
102
88
  gap: var(--semantics-page-sections-sm-gap);
103
89
  }
104
90
 
105
- @container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
91
+ @container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
106
92
  gap: var(--semantics-page-sections-md-gap);
107
93
  }
108
94
 
109
- @container layout-container (min-width: ${lgMin}) {
95
+ @container (min-width: ${lgMin}) {
110
96
  gap: var(--semantics-page-sections-lg-gap);
111
97
  }
112
98
  }
@@ -1 +1 @@
1
- {"version":3,"file":"simple-section.styles.js","sourceRoot":"","sources":["../../../../../src/components/layout/page-sections/simple-section/simple-section.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AAEvE,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,mBAAmB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAyCf,KAAK;;;;;uBAKL,KAAK,qBAAqB,KAAK;;;;;uBAK/B,KAAK;;;;;4CAKgB,KAAK;;;;;4CAKL,KAAK,qBAAqB,KAAK;;;;;4CAK/B,KAAK;;;;;;;;;;;;;;;;uBAgB1B,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;4CAIgB,KAAK;;;;4CAIL,KAAK,qBAAqB,KAAK;;;;4CAI/B,KAAK;;;;;;;;;;;;;;;;;;CAkBhD,CAAC"}
1
+ {"version":3,"file":"simple-section.styles.js","sourceRoot":"","sources":["../../../../../src/components/layout/page-sections/simple-section/simple-section.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AAEvE,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,mBAAmB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAmDX,KAAK;;;;;;2BAML,KAAK,qBAAqB,KAAK;;;;;;2BAM/B,KAAK;;;;;;;;;;;;;;;;;2BAiBL,KAAK;;;;2BAIL,KAAK,qBAAqB,KAAK;;;;2BAI/B,KAAK;;;;;;;;;;;;;;;;;;CAkB/B,CAAC"}
@@ -13,12 +13,36 @@
13
13
  * @slot right - Right column (1/3)
14
14
  * @slot footer - Content below the columns
15
15
  *
16
+ * @attr {'inherit'|'base'|'tinted'} [background] - Surface background ('inherit' default; 'base'/'tinted' paint and cascade a surface).
17
+ * @attr {'inherit'|'light'|'dark'|'inverted'} [scheme] - Color scheme ('inherit' default; 'inverted' = opposite of the surrounding page scheme).
16
18
  * @attr {string} [width] - Body max-width: 'full' removes the constraint so the
17
19
  * section spans the full available width. Any CSS
18
20
  * length (e.g. '480px') overrides the default max-width.
21
+ * @attr {string} [height] - Minimum section height (any CSS length, e.g. '400px', '100dvh') (mirrors width, which sets the body max-width).
22
+ * @attr {string} [padding-block] - Block (top and bottom) padding override (token 0-96; '0' strips it).
23
+ * @attr {string} [padding-top] - Top padding override.
24
+ * @attr {string} [padding-bottom] - Bottom padding override.
25
+ * @attr {string} [sm-padding-block] - Responsive block padding (sm/md/lg, also per edge: {sm,md,lg}-padding-{top,bottom}).
19
26
  */
20
27
  import { LitElement } from 'lit';
21
- export declare class NLDDTwoThirdsOneThirdSection extends LitElement {
28
+ declare const NLDDTwoThirdsOneThirdSection_base: typeof LitElement & (new (...args: any[]) => LitElement & {
29
+ background: import("../../../../utilities/page-section-mixin.js").PageSectionBackground;
30
+ scheme: import("../../../../utilities/page-section-mixin.js").PageSectionScheme;
31
+ paddingBlock?: import("../../../../utilities/page-section-mixin.js").PageSectionPadding;
32
+ paddingTop?: import("../../../../utilities/page-section-mixin.js").PageSectionPadding;
33
+ paddingBottom?: import("../../../../utilities/page-section-mixin.js").PageSectionPadding;
34
+ smPaddingBlock?: import("../../../../utilities/page-section-mixin.js").PageSectionPadding;
35
+ smPaddingTop?: import("../../../../utilities/page-section-mixin.js").PageSectionPadding;
36
+ smPaddingBottom?: import("../../../../utilities/page-section-mixin.js").PageSectionPadding;
37
+ mdPaddingBlock?: import("../../../../utilities/page-section-mixin.js").PageSectionPadding;
38
+ mdPaddingTop?: import("../../../../utilities/page-section-mixin.js").PageSectionPadding;
39
+ mdPaddingBottom?: import("../../../../utilities/page-section-mixin.js").PageSectionPadding;
40
+ lgPaddingBlock?: import("../../../../utilities/page-section-mixin.js").PageSectionPadding;
41
+ lgPaddingTop?: import("../../../../utilities/page-section-mixin.js").PageSectionPadding;
42
+ lgPaddingBottom?: import("../../../../utilities/page-section-mixin.js").PageSectionPadding;
43
+ height?: string;
44
+ });
45
+ export declare class NLDDTwoThirdsOneThirdSection extends NLDDTwoThirdsOneThirdSection_base {
22
46
  static styles: import("lit").CSSResult;
23
47
  /** Width mode: 'full' (removes body max-width) or any CSS length. */
24
48
  width: string;
@@ -30,4 +54,5 @@ declare global {
30
54
  'nldd-two-thirds-one-third-section': NLDDTwoThirdsOneThirdSection;
31
55
  }
32
56
  }
57
+ export {};
33
58
  //# sourceMappingURL=two-thirds-one-third-section.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"two-thirds-one-third-section.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,qBACa,4BAA6B,SAAQ,UAAU;IAC3D,OAAgB,MAAM,0BAAkC;IAExD,qEAAqE;IAErE,KAAK,SAAM;IAEF,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IActD,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,mCAAmC,EAAE,4BAA4B,CAAC;KAClE;CACD"}
1
+ {"version":3,"file":"two-thirds-one-third-section.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;AAMjC,qBACa,4BAA6B,SAAQ,iCAA4B;IAC7E,OAAgB,MAAM,0BAAkC;IAExD,qEAAqE;IAErE,KAAK,SAAM;IAEF,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAetD,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,mCAAmC,EAAE,4BAA4B,CAAC;KAClE;CACD"}
@@ -19,21 +19,30 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
19
19
  * @slot right - Right column (1/3)
20
20
  * @slot footer - Content below the columns
21
21
  *
22
+ * @attr {'inherit'|'base'|'tinted'} [background] - Surface background ('inherit' default; 'base'/'tinted' paint and cascade a surface).
23
+ * @attr {'inherit'|'light'|'dark'|'inverted'} [scheme] - Color scheme ('inherit' default; 'inverted' = opposite of the surrounding page scheme).
22
24
  * @attr {string} [width] - Body max-width: 'full' removes the constraint so the
23
25
  * section spans the full available width. Any CSS
24
26
  * length (e.g. '480px') overrides the default max-width.
27
+ * @attr {string} [height] - Minimum section height (any CSS length, e.g. '400px', '100dvh') (mirrors width, which sets the body max-width).
28
+ * @attr {string} [padding-block] - Block (top and bottom) padding override (token 0-96; '0' strips it).
29
+ * @attr {string} [padding-top] - Top padding override.
30
+ * @attr {string} [padding-bottom] - Bottom padding override.
31
+ * @attr {string} [sm-padding-block] - Responsive block padding (sm/md/lg, also per edge: {sm,md,lg}-padding-{top,bottom}).
25
32
  */
26
33
  import { LitElement } from 'lit';
27
34
  import { customElement, property } from 'lit/decorators.js';
35
+ import { PageSectionMixin } from '../../../../utilities/page-section-mixin.js';
28
36
  import { twoThirdsOneThirdSectionStyles } from './two-thirds-one-third-section.styles.js';
29
37
  import { twoThirdsOneThirdSectionTemplate } from './two-thirds-one-third-section.template.js';
30
- let NLDDTwoThirdsOneThirdSection = class NLDDTwoThirdsOneThirdSection extends LitElement {
38
+ let NLDDTwoThirdsOneThirdSection = class NLDDTwoThirdsOneThirdSection extends PageSectionMixin(LitElement) {
31
39
  constructor() {
32
40
  super(...arguments);
33
41
  /** Width mode: 'full' (removes body max-width) or any CSS length. */
34
42
  this.width = '';
35
43
  }
36
44
  updated(changedProperties) {
45
+ super.updated(changedProperties);
37
46
  if (changedProperties.has('width')) {
38
47
  const w = this.width;
39
48
  // Sections constrain the body's max-width rather than the host's
@@ -1 +1 @@
1
- {"version":3,"file":"two-thirds-one-third-section.js","sourceRoot":"","sources":["../../../../../src/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC1F,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAGvF,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,UAAU;IAArD;;QAGN,qEAAqE;QAErE,UAAK,GAAG,EAAE,CAAC;IAmBZ,CAAC;IAjBS,OAAO,CAAC,iBAAuC;QACvD,IAAI,iBAAiB,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC;YACpC,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC;YACrB,iEAAiE;YACjE,0DAA0D;YAC1D,2DAA2D;YAC3D,IAAI,CAAC,IAAI,CAAC,KAAK,MAAM,IAAI,GAAG,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC;gBACvD,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;YAC3C,CAAC;iBAAM,CAAC;gBACP,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;YAC3C,CAAC;QACF,CAAC;IACF,CAAC;IAEQ,MAAM;QACd,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC;;AAtBe,mCAAM,GAAG,8BAA8B,AAAjC,CAAkC;AAIxD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;2DAC/B;AALC,4BAA4B;IADxC,aAAa,CAAC,mCAAmC,CAAC;GACtC,4BAA4B,CAwBxC"}
1
+ {"version":3,"file":"two-thirds-one-third-section.js","sourceRoot":"","sources":["../../../../../src/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAC/E,OAAO,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC1F,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAGvF,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,gBAAgB,CAAC,UAAU,CAAC;IAAvE;;QAGN,qEAAqE;QAErE,UAAK,GAAG,EAAE,CAAC;IAoBZ,CAAC;IAlBS,OAAO,CAAC,iBAAuC;QACvD,KAAK,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC;QACjC,IAAI,iBAAiB,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC;YACpC,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC;YACrB,iEAAiE;YACjE,0DAA0D;YAC1D,2DAA2D;YAC3D,IAAI,CAAC,IAAI,CAAC,KAAK,MAAM,IAAI,GAAG,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC;gBACvD,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;YAC3C,CAAC;iBAAM,CAAC;gBACP,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;YAC3C,CAAC;QACF,CAAC;IACF,CAAC;IAEQ,MAAM;QACd,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC;;AAvBe,mCAAM,GAAG,8BAA8B,AAAjC,CAAkC;AAIxD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;2DAC/B;AALC,4BAA4B;IADxC,aAAa,CAAC,mCAAmC,CAAC;GACtC,4BAA4B,CAyBxC"}
@@ -1 +1 @@
1
- {"version":3,"file":"two-thirds-one-third-section.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,8BAA8B,yBA8I1C,CAAC"}
1
+ {"version":3,"file":"two-thirds-one-third-section.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,8BAA8B,yBA4H1C,CAAC"}
@@ -9,10 +9,18 @@ export const twoThirdsOneThirdSectionStyles = css `
9
9
 
10
10
  /* # Host */
11
11
 
12
- /* No own container-type: page-sections read the outer layout-container
13
- (set by nldd-page / nldd-card). @media is the fallback for contexts
14
- without a layout-container. */
15
12
  :host {
13
+ container-type: inline-size;
14
+ /* Block-padding overrides from PageSectionMixin; 'initial' lets the
15
+ block fall back to the responsive default until the mixin sets one. */
16
+ --_padding-top: initial;
17
+ --_padding-bottom: initial;
18
+ --_sm-padding-top: initial;
19
+ --_sm-padding-bottom: initial;
20
+ --_md-padding-top: initial;
21
+ --_md-padding-bottom: initial;
22
+ --_lg-padding-top: initial;
23
+ --_lg-padding-bottom: initial;
16
24
  --_max-width: var(--semantics-page-sections-body-max-width);
17
25
 
18
26
  display: flex;
@@ -39,34 +47,23 @@ export const twoThirdsOneThirdSectionStyles = css `
39
47
  flex-direction: column;
40
48
  align-items: center;
41
49
 
42
- @media (max-width: ${smMax}) {
43
- padding-inline: var(--semantics-page-sections-sm-margin-inline);
44
- padding-block: var(--semantics-page-sections-sm-margin-block);
45
- }
46
-
47
- @media (min-width: ${mdMin}) and (max-width: ${mdMax}) {
48
- padding-inline: var(--semantics-page-sections-md-margin-inline);
49
- padding-block: var(--semantics-page-sections-md-margin-block);
50
- }
51
-
52
- @media (min-width: ${lgMin}) {
53
- padding-inline: var(--semantics-page-sections-lg-margin-inline);
54
- padding-block: var(--semantics-page-sections-lg-margin-block);
55
- }
56
50
 
57
- @container layout-container (max-width: ${smMax}) {
51
+ @container (max-width: ${smMax}) {
58
52
  padding-inline: var(--semantics-page-sections-sm-margin-inline);
59
- padding-block: var(--semantics-page-sections-sm-margin-block);
53
+ padding-top: var(--_sm-padding-top, var(--_padding-top, var(--semantics-page-sections-sm-margin-block)));
54
+ padding-bottom: var(--_sm-padding-bottom, var(--_padding-bottom, var(--semantics-page-sections-sm-margin-block)));
60
55
  }
61
56
 
62
- @container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
57
+ @container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
63
58
  padding-inline: var(--semantics-page-sections-md-margin-inline);
64
- padding-block: var(--semantics-page-sections-md-margin-block);
59
+ padding-top: var(--_md-padding-top, var(--_padding-top, var(--semantics-page-sections-md-margin-block)));
60
+ padding-bottom: var(--_md-padding-bottom, var(--_padding-bottom, var(--semantics-page-sections-md-margin-block)));
65
61
  }
66
62
 
67
- @container layout-container (min-width: ${lgMin}) {
63
+ @container (min-width: ${lgMin}) {
68
64
  padding-inline: var(--semantics-page-sections-lg-margin-inline);
69
- padding-block: var(--semantics-page-sections-lg-margin-block);
65
+ padding-top: var(--_lg-padding-top, var(--_padding-top, var(--semantics-page-sections-lg-margin-block)));
66
+ padding-bottom: var(--_lg-padding-bottom, var(--_padding-bottom, var(--semantics-page-sections-lg-margin-block)));
70
67
  }
71
68
  }
72
69
 
@@ -79,27 +76,15 @@ export const twoThirdsOneThirdSectionStyles = css `
79
76
  max-width: var(--_max-width);
80
77
  flex-direction: column;
81
78
 
82
- @media (max-width: ${smMax}) {
83
- gap: var(--semantics-page-sections-sm-gap);
84
- }
85
-
86
- @media (min-width: ${mdMin}) and (max-width: ${mdMax}) {
87
- gap: var(--semantics-page-sections-md-gap);
88
- }
89
-
90
- @media (min-width: ${lgMin}) {
91
- gap: var(--semantics-page-sections-lg-gap);
92
- }
93
-
94
- @container layout-container (max-width: ${smMax}) {
79
+ @container (max-width: ${smMax}) {
95
80
  gap: var(--semantics-page-sections-sm-gap);
96
81
  }
97
82
 
98
- @container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
83
+ @container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
99
84
  gap: var(--semantics-page-sections-md-gap);
100
85
  }
101
86
 
102
- @container layout-container (min-width: ${lgMin}) {
87
+ @container (min-width: ${lgMin}) {
103
88
  gap: var(--semantics-page-sections-lg-gap);
104
89
  }
105
90
  }
@@ -108,27 +93,24 @@ export const twoThirdsOneThirdSectionStyles = css `
108
93
  display: flex;
109
94
  flex-wrap: wrap;
110
95
 
111
- @media (max-width: ${smMax}) {
112
- gap: var(--semantics-page-sections-sm-gap);
113
- }
114
-
115
- @media (min-width: ${mdMin}) and (max-width: ${mdMax}) {
116
- gap: var(--semantics-page-sections-md-gap);
117
- }
118
-
119
- @media (min-width: ${lgMin}) {
120
- gap: var(--semantics-page-sections-lg-gap);
96
+ /* Below ~768px the 2/3 column would shrink under 400px and read as
97
+ two near-equal columns; stack to a single column instead. nowrap
98
+ stops the column-direction wrap container from stretching the
99
+ shorter column to fill height. */
100
+ @container (max-width: 768px) {
101
+ flex-direction: column;
102
+ flex-wrap: nowrap;
121
103
  }
122
104
 
123
- @container layout-container (max-width: ${smMax}) {
105
+ @container (max-width: ${smMax}) {
124
106
  gap: var(--semantics-page-sections-sm-gap);
125
107
  }
126
108
 
127
- @container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
109
+ @container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
128
110
  gap: var(--semantics-page-sections-md-gap);
129
111
  }
130
112
 
131
- @container layout-container (min-width: ${lgMin}) {
113
+ @container (min-width: ${lgMin}) {
132
114
  gap: var(--semantics-page-sections-lg-gap);
133
115
  }
134
116
  }
@@ -1 +1 @@
1
- {"version":3,"file":"two-thirds-one-third-section.styles.js","sourceRoot":"","sources":["../../../../../src/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AAEvE,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,8BAA8B,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAmC1B,KAAK;;;;;uBAKL,KAAK,qBAAqB,KAAK;;;;;uBAK/B,KAAK;;;;;4CAKgB,KAAK;;;;;4CAKL,KAAK,qBAAqB,KAAK;;;;;4CAK/B,KAAK;;;;;;;;;;;;;;;uBAe1B,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;4CAIgB,KAAK;;;;4CAIL,KAAK,qBAAqB,KAAK;;;;4CAI/B,KAAK;;;;;;;;;uBAS1B,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;4CAIgB,KAAK;;;;4CAIL,KAAK,qBAAqB,KAAK;;;;4CAI/B,KAAK;;;;;;;;;;;;;;;;;;CAkBhD,CAAC"}
1
+ {"version":3,"file":"two-thirds-one-third-section.styles.js","sourceRoot":"","sources":["../../../../../src/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AAEvE,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,8BAA8B,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA4CtB,KAAK;;;;;;2BAML,KAAK,qBAAqB,KAAK;;;;;;2BAM/B,KAAK;;;;;;;;;;;;;;;;2BAgBL,KAAK;;;;2BAIL,KAAK,qBAAqB,KAAK;;;;2BAI/B,KAAK;;;;;;;;;;;;;;;;;;2BAkBL,KAAK;;;;2BAIL,KAAK,qBAAqB,KAAK;;;;2BAI/B,KAAK;;;;;;;;;;;;;;;;;;CAkB/B,CAAC"}
@@ -18,7 +18,7 @@
18
18
  *
19
19
  * @element nldd-bar-split-view
20
20
  *
21
- * @attr {'inherit'|'default'|'tinted'} background - Background color variant (default: inherit)
21
+ * @attr {'inherit'|'base'|'tinted'} background - Background color variant (default: inherit)
22
22
  *
23
23
  * Responsive visibility per child (direct children of nldd-bar-split-view):
24
24
  * @attr {'sm'|'md'|'lg'} above - Show this panel from this breakpoint and larger
@@ -38,7 +38,7 @@ export type Breakpoint = 'sm' | 'md' | 'lg';
38
38
  type BreakpointOrUnmeasured = Breakpoint | null;
39
39
  export declare class NLDDBarSplitView extends LitElement {
40
40
  static styles: import("lit").CSSResult;
41
- background: 'inherit' | 'default' | 'tinted';
41
+ background: 'inherit' | 'base' | 'tinted';
42
42
  _currentBreakpoint: BreakpointOrUnmeasured;
43
43
  private _observer;
44
44
  private _resizeObserver;
@@ -1 +1 @@
1
- {"version":3,"file":"bar-split-view.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/bar-split-view/bar-split-view.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AASjC,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC5C,KAAK,sBAAsB,GAAG,UAAU,GAAG,IAAI,CAAC;AAEhD,qBACa,gBAAiB,SAAQ,UAAU;IAC/C,OAAgB,MAAM,0BAAsB;IAG5C,UAAU,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAa;IAMzD,kBAAkB,EAAE,sBAAsB,CAAQ;IAElD,OAAO,CAAC,SAAS,CAAiC;IAClD,OAAO,CAAC,eAAe,CAA+B;IAE7C,iBAAiB;IAkBjB,oBAAoB;IAQ7B,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,eAAe;IAkBvB,kBAAkB,IAAI,OAAO,EAAE;IAmBtB,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,qBAAqB,EAAE,gBAAgB,CAAC;KACxC;CACD"}
1
+ {"version":3,"file":"bar-split-view.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/bar-split-view/bar-split-view.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AASjC,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC5C,KAAK,sBAAsB,GAAG,UAAU,GAAG,IAAI,CAAC;AAEhD,qBACa,gBAAiB,SAAQ,UAAU;IAC/C,OAAgB,MAAM,0BAAsB;IAG5C,UAAU,EAAE,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAa;IAMtD,kBAAkB,EAAE,sBAAsB,CAAQ;IAElD,OAAO,CAAC,SAAS,CAAiC;IAClD,OAAO,CAAC,eAAe,CAA+B;IAE7C,iBAAiB;IAkBjB,oBAAoB;IAQ7B,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,eAAe;IAkBvB,kBAAkB,IAAI,OAAO,EAAE;IAmBtB,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,qBAAqB,EAAE,gBAAgB,CAAC;KACxC;CACD"}
@@ -24,7 +24,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
24
24
  *
25
25
  * @element nldd-bar-split-view
26
26
  *
27
- * @attr {'inherit'|'default'|'tinted'} background - Background color variant (default: inherit)
27
+ * @attr {'inherit'|'base'|'tinted'} background - Background color variant (default: inherit)
28
28
  *
29
29
  * Responsive visibility per child (direct children of nldd-bar-split-view):
30
30
  * @attr {'sm'|'md'|'lg'} above - Show this panel from this breakpoint and larger
@@ -1 +1 @@
1
- {"version":3,"file":"bar-split-view.js","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/bar-split-view/bar-split-view.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"bar-split-view.js","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/bar-split-view/bar-split-view.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AAEvE,MAAM,OAAO,GAAG,QAAQ,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC5C,MAAM,OAAO,GAAG,QAAQ,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAMrC,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,UAAU;IAAzC;;QAIN,eAAU,GAAkC,SAAS,CAAC;QAEtD,6EAA6E;QAC7E,0EAA0E;QAC1E,sBAAsB;QAEtB,uBAAkB,GAA2B,IAAI,CAAC;QAE1C,cAAS,GAA4B,IAAI,CAAC;QAC1C,oBAAe,GAA0B,IAAI,CAAC;IA0EvD,CAAC;IAxES,iBAAiB;QACzB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAE1B,IAAI,CAAC,kBAAkB,GAAG,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,qBAAqB,EAAE,CAAC,KAAK,CAAC,CAAC;QAElF,IAAI,CAAC,SAAS,GAAG,IAAI,gBAAgB,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC;QAClE,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,YAAY,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC,CAAC;QAEnL,IAAI,CAAC,eAAe,GAAG,IAAI,cAAc,CAAC,GAAG,EAAE;YAC9C,MAAM,EAAE,GAAG,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,qBAAqB,EAAE,CAAC,KAAK,CAAC,CAAC;YACnE,IAAI,EAAE,KAAK,IAAI,CAAC,kBAAkB,EAAE,CAAC;gBACpC,IAAI,CAAC,kBAAkB,GAAG,EAAE,CAAC;gBAC7B,IAAI,CAAC,aAAa,EAAE,CAAC;YACtB,CAAC;QACF,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC;IAEQ,oBAAoB;QAC5B,KAAK,CAAC,oBAAoB,EAAE,CAAC;QAC7B,IAAI,CAAC,SAAS,EAAE,UAAU,EAAE,CAAC;QAC7B,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;QACtB,IAAI,CAAC,eAAe,EAAE,UAAU,EAAE,CAAC;QACnC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;IAC7B,CAAC;IAEO,cAAc,CAAC,KAAa;QACnC,IAAI,KAAK,IAAI,OAAO;YAAE,OAAO,IAAI,CAAC;QAClC,IAAI,KAAK,IAAI,OAAO;YAAE,OAAO,IAAI,CAAC;QAClC,OAAO,IAAI,CAAC;IACb,CAAC;IAEO,eAAe,CAAC,EAAW;QAClC,IAAI,IAAI,CAAC,kBAAkB,KAAK,IAAI;YAAE,OAAO,IAAI,CAAC;QAClD,MAAM,EAAE,GAAG,IAAI,CAAC,kBAAkB,CAAC;QACnC,MAAM,KAAK,GAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;QAC/C,MAAM,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QAElC,MAAM,IAAI,GAAG,EAAE,CAAC,YAAY,CAAC,MAAM,CAAsB,CAAC;QAC1D,IAAI,IAAI;YAAE,OAAO,EAAE,KAAK,IAAI,CAAC;QAE7B,MAAM,KAAK,GAAG,EAAE,CAAC,YAAY,CAAC,OAAO,CAAsB,CAAC;QAC5D,IAAI,KAAK;YAAE,OAAO,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QAElD,MAAM,KAAK,GAAG,EAAE,CAAC,YAAY,CAAC,OAAO,CAAsB,CAAC;QAC5D,IAAI,KAAK;YAAE,OAAO,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QAElD,OAAO,IAAI,CAAC;IACb,CAAC;IAED,kBAAkB;QACjB,MAAM,GAAG,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;YACjD,IAAI,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC;gBACd,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,CAAC;oBAC1B,OAAO,CAAC,IAAI,CAAC,iMAAiM,EAAE,EAAE,CAAC,CAAC;gBACrN,CAAC;gBACD,OAAO,KAAK,CAAC;YACd,CAAC;YACD,OAAO,IAAI,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC;QACjC,CAAC,CAAC,CAAC;QACH,IAAI,IAAI,CAAC,kBAAkB,KAAK,IAAI;YAAE,OAAO,GAAG,CAAC;QACjD,MAAM,IAAI,GAAG,GAAG,IAAI,CAAC,kBAAkB,QAAQ,CAAC;QAChD,OAAO,CAAC,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;YAC7B,MAAM,IAAI,GAAG,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,YAAY,CAAC,IAAI,CAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;YACrF,MAAM,IAAI,GAAG,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,YAAY,CAAC,IAAI,CAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;YACrF,OAAO,IAAI,GAAG,IAAI,CAAC;QACpB,CAAC,CAAC,CAAC;IACJ,CAAC;IAEQ,MAAM;QACd,OAAO,oBAAoB,CAAC,IAAI,CAAC,CAAC;IACnC,CAAC;;AArFe,uBAAM,GAAG,kBAAkB,AAArB,CAAsB;AAG5C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;oDACY;AAMtD;IADC,KAAK,EAAE;4DAC0C;AAVtC,gBAAgB;IAD5B,aAAa,CAAC,qBAAqB,CAAC;GACxB,gBAAgB,CAuF5B"}
@@ -18,7 +18,7 @@ export const barSplitViewStyles = css `
18
18
  display: none;
19
19
  }
20
20
 
21
- :host([background="default"]) {
21
+ :host([background="base"]) {
22
22
  --context-parent-background-color: var(--semantics-surfaces-background-color);
23
23
  --_background-color: var(--context-parent-background-color);
24
24
  }
@@ -23,7 +23,7 @@ export const navigationSplitViewStyles = css `
23
23
  height: 100%;
24
24
  }
25
25
 
26
- :host([background="default"]) {
26
+ :host([background="base"]) {
27
27
  --context-parent-background-color: var(--semantics-surfaces-background-color);
28
28
  --_background-color: var(--context-parent-background-color);
29
29
  }
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * @element nldd-side-by-side-split-view
10
10
  *
11
- * @attr {'inherit'|'default'|'tinted'} background - Use a tinted background color (cascades to descendants)
11
+ * @attr {'inherit'|'base'|'tinted'} background - Use a tinted background color (cascades to descendants)
12
12
  * @attr {number} panes - Number of panes (default: 2)
13
13
  *
14
14
  * @slot pane-1 - First pane
@@ -18,7 +18,7 @@
18
18
  import { LitElement } from 'lit';
19
19
  export declare class NLDDSideBySideSplitView extends LitElement {
20
20
  static styles: import("lit").CSSResult;
21
- background: 'inherit' | 'default' | 'tinted';
21
+ background: 'inherit' | 'base' | 'tinted';
22
22
  panes: number;
23
23
  _visiblePanes: number;
24
24
  private _paneMinWidth;
@@ -1 +1 @@
1
- {"version":3,"file":"side-by-side-split-view.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,qBACa,uBAAwB,SAAQ,UAAU;IACtD,OAAgB,MAAM,0BAA6B;IAGnD,UAAU,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAa;IAGzD,KAAK,SAAK;IAGV,aAAa,SAAY;IAGzB,OAAO,CAAC,aAAa,CAAK;IAE1B,OAAO,CAAC,eAAe,CAA+B;IAE7C,iBAAiB;IAMjB,oBAAoB;IAMpB,YAAY;IAMZ,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IAM9C,OAAO,CAAC,mBAAmB;IAOlB,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,8BAA8B,EAAE,uBAAuB,CAAC;KACxD;CACD"}
1
+ {"version":3,"file":"side-by-side-split-view.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,qBACa,uBAAwB,SAAQ,UAAU;IACtD,OAAgB,MAAM,0BAA6B;IAGnD,UAAU,EAAE,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAa;IAGtD,KAAK,SAAK;IAGV,aAAa,SAAY;IAGzB,OAAO,CAAC,aAAa,CAAK;IAE1B,OAAO,CAAC,eAAe,CAA+B;IAE7C,iBAAiB;IAMjB,oBAAoB;IAMpB,YAAY;IAMZ,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IAM9C,OAAO,CAAC,mBAAmB;IAOlB,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,8BAA8B,EAAE,uBAAuB,CAAC;KACxD;CACD"}
@@ -14,7 +14,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
14
14
  *
15
15
  * @element nldd-side-by-side-split-view
16
16
  *
17
- * @attr {'inherit'|'default'|'tinted'} background - Use a tinted background color (cascades to descendants)
17
+ * @attr {'inherit'|'base'|'tinted'} background - Use a tinted background color (cascades to descendants)
18
18
  * @attr {number} panes - Number of panes (default: 2)
19
19
  *
20
20
  * @slot pane-1 - First pane
@@ -1 +1 @@
1
- {"version":3,"file":"side-by-side-split-view.js","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AAG7E,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,UAAU;IAAhD;;QAIN,eAAU,GAAqC,SAAS,CAAC;QAGzD,UAAK,GAAG,CAAC,CAAC;QAGV,kBAAa,GAAG,QAAQ,CAAC;QAEzB,wDAAwD;QAChD,kBAAa,GAAG,CAAC,CAAC;QAElB,oBAAe,GAA0B,IAAI,CAAC;IAoCvD,CAAC;IAlCS,iBAAiB;QACzB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,eAAe,GAAG,IAAI,cAAc,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,mBAAmB,EAAE,CAAC,CAAC;QAC5E,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC;IAEQ,oBAAoB;QAC5B,KAAK,CAAC,oBAAoB,EAAE,CAAC;QAC7B,IAAI,CAAC,eAAe,EAAE,UAAU,EAAE,CAAC;QACnC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;IAC7B,CAAC;IAEQ,YAAY;QACpB,kFAAkF;QAClF,IAAI,CAAC,aAAa,GAAG,UAAU,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,CAAC,CAAC;QAC9F,IAAI,CAAC,mBAAmB,EAAE,CAAC;IAC5B,CAAC;IAEQ,OAAO,CAAC,OAA6B;QAC7C,IAAI,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC;YAC1B,IAAI,CAAC,mBAAmB,EAAE,CAAC;QAC5B,CAAC;IACF,CAAC;IAEO,mBAAmB;QAC1B,IAAI,CAAC,IAAI,CAAC,aAAa;YAAE,OAAO;QAChC,MAAM,KAAK,GAAG,IAAI,CAAC,qBAAqB,EAAE,CAAC,KAAK,CAAC;QACjD,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC,aAAa,CAAC,CAAC;QACvD,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;IACjE,CAAC;IAEQ,MAAM;QACd,OAAO,2BAA2B,CAAC,IAAI,CAAC,CAAC;IAC1C,CAAC;;AAjDe,8BAAM,GAAG,yBAAyB,AAA5B,CAA6B;AAGnD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;2DACe;AAGzD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;sDAChC;AAGV;IADC,KAAK,EAAE;8DACiB;AAVb,uBAAuB;IADnC,aAAa,CAAC,8BAA8B,CAAC;GACjC,uBAAuB,CAmDnC"}
1
+ {"version":3,"file":"side-by-side-split-view.js","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AAG7E,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,UAAU;IAAhD;;QAIN,eAAU,GAAkC,SAAS,CAAC;QAGtD,UAAK,GAAG,CAAC,CAAC;QAGV,kBAAa,GAAG,QAAQ,CAAC;QAEzB,wDAAwD;QAChD,kBAAa,GAAG,CAAC,CAAC;QAElB,oBAAe,GAA0B,IAAI,CAAC;IAoCvD,CAAC;IAlCS,iBAAiB;QACzB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,eAAe,GAAG,IAAI,cAAc,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,mBAAmB,EAAE,CAAC,CAAC;QAC5E,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC;IAEQ,oBAAoB;QAC5B,KAAK,CAAC,oBAAoB,EAAE,CAAC;QAC7B,IAAI,CAAC,eAAe,EAAE,UAAU,EAAE,CAAC;QACnC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;IAC7B,CAAC;IAEQ,YAAY;QACpB,kFAAkF;QAClF,IAAI,CAAC,aAAa,GAAG,UAAU,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,CAAC,CAAC;QAC9F,IAAI,CAAC,mBAAmB,EAAE,CAAC;IAC5B,CAAC;IAEQ,OAAO,CAAC,OAA6B;QAC7C,IAAI,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC;YAC1B,IAAI,CAAC,mBAAmB,EAAE,CAAC;QAC5B,CAAC;IACF,CAAC;IAEO,mBAAmB;QAC1B,IAAI,CAAC,IAAI,CAAC,aAAa;YAAE,OAAO;QAChC,MAAM,KAAK,GAAG,IAAI,CAAC,qBAAqB,EAAE,CAAC,KAAK,CAAC;QACjD,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC,aAAa,CAAC,CAAC;QACvD,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;IACjE,CAAC;IAEQ,MAAM;QACd,OAAO,2BAA2B,CAAC,IAAI,CAAC,CAAC;IAC1C,CAAC;;AAjDe,8BAAM,GAAG,yBAAyB,AAA5B,CAA6B;AAGnD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;2DACY;AAGtD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;sDAChC;AAGV;IADC,KAAK,EAAE;8DACiB;AAVb,uBAAuB;IADnC,aAAa,CAAC,8BAA8B,CAAC;GACjC,uBAAuB,CAmDnC"}
@@ -19,7 +19,7 @@ export const sideBySideSplitViewStyles = css `
19
19
  display: none;
20
20
  }
21
21
 
22
- :host([background="default"]) {
22
+ :host([background="base"]) {
23
23
  --context-parent-background-color: var(--semantics-surfaces-background-color);
24
24
  --_background-color: var(--context-parent-background-color);
25
25
  }
@@ -18,7 +18,7 @@
18
18
  *
19
19
  * @attr {boolean} has-content - The pane has content (default: false)
20
20
  * @attr {boolean} hide-back - Hide the back button (set automatically by the split view)
21
- * @attr {'inherit'|'default'|'tinted'} background - Use a tinted background color (cascades to descendants)
21
+ * @attr {'inherit'|'base'|'tinted'} background - Use a tinted background color (cascades to descendants)
22
22
  *
23
23
  * @slot - Pane content
24
24
  */
@@ -27,7 +27,7 @@ export declare class NLDDSplitViewPane extends LitElement {
27
27
  static styles: import("lit").CSSResult;
28
28
  hasContent: boolean;
29
29
  hideBack: boolean;
30
- background: 'inherit' | 'default' | 'tinted';
30
+ background: 'inherit' | 'base' | 'tinted';
31
31
  connectedCallback(): void;
32
32
  render(): import("lit-html").TemplateResult;
33
33
  }
@@ -1 +1 @@
1
- {"version":3,"file":"split-view-pane.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/split-view-pane/split-view-pane.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,qBACa,iBAAkB,SAAQ,UAAU;IAChD,OAAgB,MAAM,0BAAuB;IAG7C,UAAU,UAAS;IAGnB,QAAQ,UAAS;IAGjB,UAAU,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAa;IAEhD,iBAAiB;IAMjB,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,sBAAsB,EAAE,iBAAiB,CAAC;KAC1C;CACD"}
1
+ {"version":3,"file":"split-view-pane.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/split-view-pane/split-view-pane.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,qBACa,iBAAkB,SAAQ,UAAU;IAChD,OAAgB,MAAM,0BAAuB;IAG7C,UAAU,UAAS;IAGnB,QAAQ,UAAS;IAGjB,UAAU,EAAE,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAa;IAE7C,iBAAiB;IAMjB,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,sBAAsB,EAAE,iBAAiB,CAAC;KAC1C;CACD"}
@@ -24,7 +24,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
24
24
  *
25
25
  * @attr {boolean} has-content - The pane has content (default: false)
26
26
  * @attr {boolean} hide-back - Hide the back button (set automatically by the split view)
27
- * @attr {'inherit'|'default'|'tinted'} background - Use a tinted background color (cascades to descendants)
27
+ * @attr {'inherit'|'base'|'tinted'} background - Use a tinted background color (cascades to descendants)
28
28
  *
29
29
  * @slot - Pane content
30
30
  */
@@ -1 +1 @@
1
- {"version":3,"file":"split-view-pane.js","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/split-view-pane/split-view-pane.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAG/D,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,UAAU;IAA1C;;QAIN,eAAU,GAAG,KAAK,CAAC;QAGnB,aAAQ,GAAG,KAAK,CAAC;QAGjB,eAAU,GAAqC,SAAS,CAAC;IAW1D,CAAC;IATS,iBAAiB;QACzB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,KAAK,CAAC,aAAa,GAAG,aAAa,CAAC;QACzC,IAAI,CAAC,KAAK,CAAC,aAAa,GAAG,kBAAkB,CAAC;IAC/C,CAAC;IAEQ,MAAM;QACd,OAAO,qBAAqB,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC;;AAnBe,wBAAM,GAAG,mBAAmB,AAAtB,CAAuB;AAG7C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,aAAa,EAAE,CAAC;qDAClD;AAGnB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,CAAC;mDAClD;AAGjB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;qDACe;AAV7C,iBAAiB;IAD7B,aAAa,CAAC,sBAAsB,CAAC;GACzB,iBAAiB,CAqB7B"}
1
+ {"version":3,"file":"split-view-pane.js","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/split-view-pane/split-view-pane.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAG/D,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,UAAU;IAA1C;;QAIN,eAAU,GAAG,KAAK,CAAC;QAGnB,aAAQ,GAAG,KAAK,CAAC;QAGjB,eAAU,GAAkC,SAAS,CAAC;IAWvD,CAAC;IATS,iBAAiB;QACzB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,KAAK,CAAC,aAAa,GAAG,aAAa,CAAC;QACzC,IAAI,CAAC,KAAK,CAAC,aAAa,GAAG,kBAAkB,CAAC;IAC/C,CAAC;IAEQ,MAAM;QACd,OAAO,qBAAqB,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC;;AAnBe,wBAAM,GAAG,mBAAmB,AAAtB,CAAuB;AAG7C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,aAAa,EAAE,CAAC;qDAClD;AAGnB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,CAAC;mDAClD;AAGjB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;qDACY;AAV1C,iBAAiB;IAD7B,aAAa,CAAC,sBAAsB,CAAC;GACzB,iBAAiB,CAqB7B"}
@@ -22,7 +22,7 @@ export const splitViewPaneStyles = css `
22
22
  display: none;
23
23
  }
24
24
 
25
- :host([background="default"]) {
25
+ :host([background="base"]) {
26
26
  --context-parent-background-color: var(--semantics-surfaces-background-color);
27
27
  --_background-color: var(--context-parent-background-color);
28
28
  }
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * @element nldd-stacked-split-view
10
10
  *
11
- * @attr {'inherit'|'default'|'tinted'} background - Use a tinted background color (cascades to descendants)
11
+ * @attr {'inherit'|'base'|'tinted'} background - Use a tinted background color (cascades to descendants)
12
12
  * @attr {number} panes - Number of panes (default: 2)
13
13
  *
14
14
  * @slot pane-1 - First pane
@@ -18,7 +18,7 @@
18
18
  import { LitElement } from 'lit';
19
19
  export declare class NLDDStackedSplitView extends LitElement {
20
20
  static styles: import("lit").CSSResult;
21
- background: 'inherit' | 'default' | 'tinted';
21
+ background: 'inherit' | 'base' | 'tinted';
22
22
  panes: number;
23
23
  _visiblePanes: number;
24
24
  private _paneMinHeight;
@@ -1 +1 @@
1
- {"version":3,"file":"stacked-split-view.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/stacked-split-view/stacked-split-view.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,qBACa,oBAAqB,SAAQ,UAAU;IACnD,OAAgB,MAAM,0BAA0B;IAGhD,UAAU,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAa;IAGzD,KAAK,SAAK;IAGV,aAAa,SAAY;IAGzB,OAAO,CAAC,cAAc,CAAK;IAE3B,OAAO,CAAC,eAAe,CAA+B;IAE7C,iBAAiB;IAMjB,oBAAoB;IAMpB,YAAY;IAMZ,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IAM9C,OAAO,CAAC,mBAAmB;IAOlB,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,yBAAyB,EAAE,oBAAoB,CAAC;KAChD;CACD"}
1
+ {"version":3,"file":"stacked-split-view.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/stacked-split-view/stacked-split-view.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,qBACa,oBAAqB,SAAQ,UAAU;IACnD,OAAgB,MAAM,0BAA0B;IAGhD,UAAU,EAAE,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAa;IAGtD,KAAK,SAAK;IAGV,aAAa,SAAY;IAGzB,OAAO,CAAC,cAAc,CAAK;IAE3B,OAAO,CAAC,eAAe,CAA+B;IAE7C,iBAAiB;IAMjB,oBAAoB;IAMpB,YAAY;IAMZ,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IAM9C,OAAO,CAAC,mBAAmB;IAOlB,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,yBAAyB,EAAE,oBAAoB,CAAC;KAChD;CACD"}
@@ -14,7 +14,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
14
14
  *
15
15
  * @element nldd-stacked-split-view
16
16
  *
17
- * @attr {'inherit'|'default'|'tinted'} background - Use a tinted background color (cascades to descendants)
17
+ * @attr {'inherit'|'base'|'tinted'} background - Use a tinted background color (cascades to descendants)
18
18
  * @attr {number} panes - Number of panes (default: 2)
19
19
  *
20
20
  * @slot pane-1 - First pane
@@ -1 +1 @@
1
- {"version":3,"file":"stacked-split-view.js","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/stacked-split-view/stacked-split-view.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAGrE,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,UAAU;IAA7C;;QAIN,eAAU,GAAqC,SAAS,CAAC;QAGzD,UAAK,GAAG,CAAC,CAAC;QAGV,kBAAa,GAAG,QAAQ,CAAC;QAEzB,yDAAyD;QACjD,mBAAc,GAAG,CAAC,CAAC;QAEnB,oBAAe,GAA0B,IAAI,CAAC;IAoCvD,CAAC;IAlCS,iBAAiB;QACzB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,eAAe,GAAG,IAAI,cAAc,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,mBAAmB,EAAE,CAAC,CAAC;QAC5E,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC;IAEQ,oBAAoB;QAC5B,KAAK,CAAC,oBAAoB,EAAE,CAAC;QAC7B,IAAI,CAAC,eAAe,EAAE,UAAU,EAAE,CAAC;QACnC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;IAC7B,CAAC;IAEQ,YAAY;QACpB,mFAAmF;QACnF,IAAI,CAAC,cAAc,GAAG,UAAU,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAC,CAAC;QAChG,IAAI,CAAC,mBAAmB,EAAE,CAAC;IAC5B,CAAC;IAEQ,OAAO,CAAC,OAA6B;QAC7C,IAAI,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC;YAC1B,IAAI,CAAC,mBAAmB,EAAE,CAAC;QAC5B,CAAC;IACF,CAAC;IAEO,mBAAmB;QAC1B,IAAI,CAAC,IAAI,CAAC,cAAc;YAAE,OAAO;QACjC,MAAM,MAAM,GAAG,IAAI,CAAC,qBAAqB,EAAE,CAAC,MAAM,CAAC;QACnD,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC;QACzD,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;IACjE,CAAC;IAEQ,MAAM;QACd,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC;;AAjDe,2BAAM,GAAG,sBAAsB,AAAzB,CAA0B;AAGhD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;wDACe;AAGzD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;mDAChC;AAGV;IADC,KAAK,EAAE;2DACiB;AAVb,oBAAoB;IADhC,aAAa,CAAC,yBAAyB,CAAC;GAC5B,oBAAoB,CAmDhC"}
1
+ {"version":3,"file":"stacked-split-view.js","sourceRoot":"","sources":["../../../../../src/components/layout/split-views/stacked-split-view/stacked-split-view.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAGrE,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,UAAU;IAA7C;;QAIN,eAAU,GAAkC,SAAS,CAAC;QAGtD,UAAK,GAAG,CAAC,CAAC;QAGV,kBAAa,GAAG,QAAQ,CAAC;QAEzB,yDAAyD;QACjD,mBAAc,GAAG,CAAC,CAAC;QAEnB,oBAAe,GAA0B,IAAI,CAAC;IAoCvD,CAAC;IAlCS,iBAAiB;QACzB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,eAAe,GAAG,IAAI,cAAc,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,mBAAmB,EAAE,CAAC,CAAC;QAC5E,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC;IAEQ,oBAAoB;QAC5B,KAAK,CAAC,oBAAoB,EAAE,CAAC;QAC7B,IAAI,CAAC,eAAe,EAAE,UAAU,EAAE,CAAC;QACnC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;IAC7B,CAAC;IAEQ,YAAY;QACpB,mFAAmF;QACnF,IAAI,CAAC,cAAc,GAAG,UAAU,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAC,CAAC;QAChG,IAAI,CAAC,mBAAmB,EAAE,CAAC;IAC5B,CAAC;IAEQ,OAAO,CAAC,OAA6B;QAC7C,IAAI,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC;YAC1B,IAAI,CAAC,mBAAmB,EAAE,CAAC;QAC5B,CAAC;IACF,CAAC;IAEO,mBAAmB;QAC1B,IAAI,CAAC,IAAI,CAAC,cAAc;YAAE,OAAO;QACjC,MAAM,MAAM,GAAG,IAAI,CAAC,qBAAqB,EAAE,CAAC,MAAM,CAAC;QACnD,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC;QACzD,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;IACjE,CAAC;IAEQ,MAAM;QACd,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC;;AAjDe,2BAAM,GAAG,sBAAsB,AAAzB,CAA0B;AAGhD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;wDACY;AAGtD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;mDAChC;AAGV;IADC,KAAK,EAAE;2DACiB;AAVb,oBAAoB;IADhC,aAAa,CAAC,yBAAyB,CAAC;GAC5B,oBAAoB,CAmDhC"}
@@ -20,7 +20,7 @@ export const stackedSplitViewStyles = css `
20
20
  display: none;
21
21
  }
22
22
 
23
- :host([background="default"]) {
23
+ :host([background="base"]) {
24
24
  --context-parent-background-color: var(--semantics-surfaces-background-color);
25
25
  --_background-color: var(--context-parent-background-color);
26
26
  }