@nldd/design-system 0.8.37 → 0.8.39

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 (164) hide show
  1. package/dist/components/actions/button/button.styles.d.ts.map +1 -1
  2. package/dist/components/actions/button/button.styles.js +1 -0
  3. package/dist/components/actions/button/button.styles.js.map +1 -1
  4. package/dist/components/components.js +1213 -856
  5. package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
  6. package/dist/components/content/icon/icon-aliases.js +28 -0
  7. package/dist/components/content/icon/icon-aliases.js.map +1 -1
  8. package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
  9. package/dist/components/content/icon/icon-registry.js +40 -30
  10. package/dist/components/content/icon/icon-registry.js.map +1 -1
  11. package/dist/components/content/title/title.styles.d.ts.map +1 -1
  12. package/dist/components/content/title/title.styles.js +4 -0
  13. package/dist/components/content/title/title.styles.js.map +1 -1
  14. package/dist/components/content/tooltip/tooltip.d.ts +15 -5
  15. package/dist/components/content/tooltip/tooltip.d.ts.map +1 -1
  16. package/dist/components/content/tooltip/tooltip.js +87 -19
  17. package/dist/components/content/tooltip/tooltip.js.map +1 -1
  18. package/dist/components/content/tooltip/tooltip.styles.d.ts.map +1 -1
  19. package/dist/components/content/tooltip/tooltip.styles.js +14 -20
  20. package/dist/components/content/tooltip/tooltip.styles.js.map +1 -1
  21. package/dist/components/content/tooltip/tooltip.template.d.ts.map +1 -1
  22. package/dist/components/content/tooltip/tooltip.template.js +2 -2
  23. package/dist/components/content/tooltip/tooltip.template.js.map +1 -1
  24. package/dist/components/forms/form/form.d.ts +19 -24
  25. package/dist/components/forms/form/form.d.ts.map +1 -1
  26. package/dist/components/forms/form/form.js +20 -40
  27. package/dist/components/forms/form/form.js.map +1 -1
  28. package/dist/components/forms/form-actions/form-actions.d.ts +18 -7
  29. package/dist/components/forms/form-actions/form-actions.d.ts.map +1 -1
  30. package/dist/components/forms/form-actions/form-actions.js +18 -7
  31. package/dist/components/forms/form-actions/form-actions.js.map +1 -1
  32. package/dist/components/forms/form-actions/form-actions.styles.d.ts.map +1 -1
  33. package/dist/components/forms/form-actions/form-actions.styles.js +6 -2
  34. package/dist/components/forms/form-actions/form-actions.styles.js.map +1 -1
  35. package/dist/components/forms/form-field/form-field.d.ts +15 -3
  36. package/dist/components/forms/form-field/form-field.d.ts.map +1 -1
  37. package/dist/components/forms/form-field/form-field.js +15 -3
  38. package/dist/components/forms/form-field/form-field.js.map +1 -1
  39. package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -1
  40. package/dist/components/forms/form-field/form-field.styles.js +22 -8
  41. package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
  42. package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -1
  43. package/dist/components/inputs/search-field/search-field.styles.js +3 -1
  44. package/dist/components/inputs/search-field/search-field.styles.js.map +1 -1
  45. package/dist/components/layout/app-view/app-view.d.ts +10 -1
  46. package/dist/components/layout/app-view/app-view.d.ts.map +1 -1
  47. package/dist/components/layout/app-view/app-view.js +52 -0
  48. package/dist/components/layout/app-view/app-view.js.map +1 -1
  49. package/dist/components/layout/card/card.d.ts +1 -0
  50. package/dist/components/layout/card/card.d.ts.map +1 -1
  51. package/dist/components/layout/card/card.js +14 -0
  52. package/dist/components/layout/card/card.js.map +1 -1
  53. package/dist/components/layout/card/card.styles.d.ts.map +1 -1
  54. package/dist/components/layout/card/card.styles.js +0 -2
  55. package/dist/components/layout/card/card.styles.js.map +1 -1
  56. package/dist/components/layout/page/page.d.ts +4 -0
  57. package/dist/components/layout/page/page.d.ts.map +1 -1
  58. package/dist/components/layout/page/page.js +39 -0
  59. package/dist/components/layout/page/page.js.map +1 -1
  60. package/dist/components/layout/page/page.styles.d.ts.map +1 -1
  61. package/dist/components/layout/page/page.styles.js +10 -8
  62. package/dist/components/layout/page/page.styles.js.map +1 -1
  63. package/dist/components/layout/page/page.template.d.ts.map +1 -1
  64. package/dist/components/layout/page/page.template.js +12 -10
  65. package/dist/components/layout/page/page.template.js.map +1 -1
  66. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts +3 -2
  67. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts.map +1 -1
  68. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js +8 -3
  69. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js.map +1 -1
  70. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts.map +1 -1
  71. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +28 -15
  72. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -1
  73. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts +4 -0
  74. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts.map +1 -1
  75. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js +11 -1
  76. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js.map +1 -1
  77. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts.map +1 -1
  78. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +42 -13
  79. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -1
  80. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts +4 -0
  81. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts.map +1 -1
  82. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js +11 -1
  83. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js.map +1 -1
  84. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts.map +1 -1
  85. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +42 -13
  86. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -1
  87. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts +3 -2
  88. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts.map +1 -1
  89. package/dist/components/layout/page-sections/simple-section/simple-section.js +8 -3
  90. package/dist/components/layout/page-sections/simple-section/simple-section.js.map +1 -1
  91. package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts.map +1 -1
  92. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +34 -15
  93. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -1
  94. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts +4 -0
  95. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts.map +1 -1
  96. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js +11 -1
  97. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js.map +1 -1
  98. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts.map +1 -1
  99. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +42 -14
  100. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -1
  101. package/dist/components/layout/popover/popover.d.ts +42 -3
  102. package/dist/components/layout/popover/popover.d.ts.map +1 -1
  103. package/dist/components/layout/popover/popover.js +154 -6
  104. package/dist/components/layout/popover/popover.js.map +1 -1
  105. package/dist/components/layout/popover/popover.styles.d.ts.map +1 -1
  106. package/dist/components/layout/popover/popover.styles.js +41 -29
  107. package/dist/components/layout/popover/popover.styles.js.map +1 -1
  108. package/dist/components/layout/sheet/sheet.d.ts.map +1 -1
  109. package/dist/components/layout/sheet/sheet.js +2 -0
  110. package/dist/components/layout/sheet/sheet.js.map +1 -1
  111. package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts +8 -15
  112. package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts.map +1 -1
  113. package/dist/components/layout/split-views/bar-split-view/bar-split-view.js +11 -75
  114. package/dist/components/layout/split-views/bar-split-view/bar-split-view.js.map +1 -1
  115. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts.map +1 -1
  116. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +3 -51
  117. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js.map +1 -1
  118. package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.d.ts.map +1 -1
  119. package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.js +7 -10
  120. package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.js.map +1 -1
  121. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts.map +1 -1
  122. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +80 -67
  123. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js.map +1 -1
  124. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts.map +1 -1
  125. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +0 -2
  126. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js.map +1 -1
  127. package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts +1 -0
  128. package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts.map +1 -1
  129. package/dist/components/layout/split-views/split-view-pane/split-view-pane.js +5 -0
  130. package/dist/components/layout/split-views/split-view-pane/split-view-pane.js.map +1 -1
  131. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts.map +1 -1
  132. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +0 -2
  133. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js.map +1 -1
  134. package/dist/components/layout/window/window.d.ts +6 -0
  135. package/dist/components/layout/window/window.d.ts.map +1 -1
  136. package/dist/components/layout/window/window.js +29 -5
  137. package/dist/components/layout/window/window.js.map +1 -1
  138. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts.map +1 -1
  139. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js +4 -0
  140. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js.map +1 -1
  141. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts.map +1 -1
  142. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js +1 -0
  143. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js.map +1 -1
  144. package/dist/components/lists-and-menus/menu/menu.d.ts +1 -0
  145. package/dist/components/lists-and-menus/menu/menu.d.ts.map +1 -1
  146. package/dist/components/lists-and-menus/menu/menu.js +10 -1
  147. package/dist/components/lists-and-menus/menu/menu.js.map +1 -1
  148. package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts +10 -0
  149. package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts.map +1 -1
  150. package/dist/components/navigation/document-tab-bar/document-tab-bar.js +29 -0
  151. package/dist/components/navigation/document-tab-bar/document-tab-bar.js.map +1 -1
  152. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js +16 -16
  153. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js.map +1 -1
  154. package/dist/components/navigation/top-title-bar/top-title-bar.d.ts +1 -0
  155. package/dist/components/navigation/top-title-bar/top-title-bar.d.ts.map +1 -1
  156. package/dist/components/navigation/top-title-bar/top-title-bar.js +16 -0
  157. package/dist/components/navigation/top-title-bar/top-title-bar.js.map +1 -1
  158. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -1
  159. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +4 -0
  160. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -1
  161. package/dist/css/form.css +10 -28
  162. package/dist/css/rich-text.css +66 -18
  163. package/dist/css/settings.css +1 -1
  164. package/package.json +1 -1
@@ -2,10 +2,10 @@ var _a;
2
2
  import { css, nothing, html, LitElement, unsafeCSS, svg } from "lit";
3
3
  import { property, state, customElement, query } from "lit/decorators.js";
4
4
  import { unsafeHTML } from "lit/directives/unsafe-html.js";
5
- import { computePosition, offset, flip, shift, size, autoUpdate } from "@floating-ui/dom";
6
- import { classMap } from "lit/directives/class-map.js";
5
+ import { computePosition, offset, flip, shift, autoUpdate, size } from "@floating-ui/dom";
7
6
  import { repeat } from "lit/directives/repeat.js";
8
7
  import { styleMap } from "lit/directives/style-map.js";
8
+ import { classMap } from "lit/directives/class-map.js";
9
9
  import { ifDefined } from "lit/directives/if-defined.js";
10
10
  import { unsafeStatic, html as html$1 } from "lit/static-html.js";
11
11
  const buttonStyles = css`
@@ -49,6 +49,7 @@ const buttonStyles = css`
49
49
  align-items: center;
50
50
  justify-content: center;
51
51
  width: 100%;
52
+ text-wrap: pretty;
52
53
  transition:
53
54
  background-color var(--primitives-transition-duration-fast) var(--primitives-transition-easing-default),
54
55
  color var(--primitives-transition-duration-fast) var(--primitives-transition-easing-default)
@@ -434,6 +435,10 @@ const aliases = {
434
435
  "analytics": "chart-x-y-axis-line",
435
436
  "chart-line": "chart-x-y-axis-line",
436
437
  "graph": "chart-x-y-axis-line",
438
+ // check-list
439
+ "tasks": "check-list",
440
+ "todos": "check-list",
441
+ "checklist": "check-list",
437
442
  // check-mark
438
443
  "checked": "check-mark",
439
444
  // check-mark-circle
@@ -479,6 +484,14 @@ const aliases = {
479
484
  // eye-slash
480
485
  "hidden": "eye-slash",
481
486
  "hide": "eye-slash",
487
+ // face-frowning
488
+ "sad": "face-frowning",
489
+ "frowning": "face-frowning",
490
+ // face-smiling
491
+ "happy": "face-smiling",
492
+ "smiling": "face-smiling",
493
+ // face-smiling-badge-plus
494
+ "add-emoji": "face-smiling-badge-plus",
482
495
  // file-text
483
496
  "document": "file-text",
484
497
  "file": "file-text",
@@ -498,6 +511,9 @@ const aliases = {
498
511
  // info-circle
499
512
  "info": "info-circle",
500
513
  "information": "info-circle",
514
+ // link
515
+ "url": "link",
516
+ "hyperlink": "link",
501
517
  // list
502
518
  "menu": "list",
503
519
  // list-arrow-down
@@ -527,6 +543,11 @@ const aliases = {
527
543
  // moon
528
544
  "dark-mode": "moon",
529
545
  "night": "moon",
546
+ // paper-plane
547
+ "send": "paper-plane",
548
+ // paperclip
549
+ "attachment": "paperclip",
550
+ "attach": "paperclip",
530
551
  // pencil
531
552
  "write": "pencil",
532
553
  // pencil-on-square
@@ -560,6 +581,12 @@ const aliases = {
560
581
  // slash-circle
561
582
  "blocked": "slash-circle",
562
583
  "forbidden": "slash-circle",
584
+ // sparkles
585
+ "ai": "sparkles",
586
+ "magic": "sparkles",
587
+ // square-and-arrow-right
588
+ "logout": "square-and-arrow-right",
589
+ "exit": "square-and-arrow-right",
563
590
  // square-arrow-up
564
591
  "share": "square-arrow-up",
565
592
  // square-arrow-right-top
@@ -576,139 +603,151 @@ const aliases = {
576
603
  // terminal
577
604
  "cli": "terminal",
578
605
  "console": "terminal",
606
+ // timer
607
+ "countdown": "timer",
579
608
  // trash
580
609
  "delete": "trash"
581
610
  };
582
611
  const iconRegistry = /* @__PURE__ */ new Map([
583
612
  ["apartment-building", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11 16H9v-2h2zM15 16h-2v-2h2zM11 12H9v-2h2zM15 12h-2v-2h2zM11 8H9V6h2zM15 8h-2V6h2z"/>\n <path fill="currentColor" d="M16 2a3 3 0 0 1 3 3v17h-6v-2h-2v2H5V5a3 3 0 0 1 3-3zM8 4a1 1 0 0 0-1 1v15h2v-2h6v2h2V5a1 1 0 0 0-1-1z"/>\n</svg>'],
584
613
  ["arrow-2-counter-clockwise", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4 12a8 8 0 0 0 14.93 4H16v-2h6v6h-2v-2a9.98 9.98 0 0 1-18-6zM12 2a10 10 0 0 1 10 10h-2A8 8 0 0 0 5.07 8H8v2H2V4h2v2a10 10 0 0 1 8-4"/>\n</svg>'],
585
- ["arrow-down-in-bucket", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 3v10.586l4.293-4.293 1.414 1.414L12 17.414l-6.707-6.707 1.414-1.414L11 13.586V3zM5 16v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3h2v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-3z"/>\n</svg>'],
586
614
  ["arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m4 12 8 8 8-8-1.42-1.41L13 16.172V3h-2v13.172L5.42 10.59z"/>\n</svg>'],
615
+ ["arrow-down-in-bucket", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 3v10.586l4.293-4.293 1.414 1.414L12 17.414l-6.707-6.707 1.414-1.414L11 13.586V3zM5 16v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3h2v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-3z"/>\n</svg>'],
587
616
  ["arrow-left", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m12 4-8 8 8 8 1.41-1.42L7.828 13H21v-2H7.828l5.582-5.58z"/>\n</svg>'],
588
617
  ["arrow-right", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m12 4 8 8-8 8-1.41-1.42L16.172 13H3v-2h13.172L10.59 5.42z"/>\n</svg>'],
589
618
  ["arrow-u-turn-backward", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M9.4 5.4 5.82 9H17a5 5 0 0 1 0 10h-2v-2h2a3 3 0 1 0 0-6H5.82l3.58 3.6L8 16l-6-6 6-6z"/>\n</svg>'],
590
619
  ["arrow-u-turn-forward", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14.6 5.4 18.18 9H7a5 5 0 0 0 0 10h2v-2H7a3 3 0 1 1 0-6h11.18l-3.58 3.6L16 16l6-6-6-6z"/>\n</svg>'],
591
- ["arrow-up-arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m7 3.586 5.707 5.707-1.414 1.414L8 7.414V20H6V7.414l-3.293 3.293-1.414-1.414zM18 4v12.586l3.293-3.293 1.414 1.414L17 20.414l-5.707-5.707 1.414-1.414L16 16.586V4z"/>\n</svg>'],
592
620
  ["arrow-up", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m4 12 8-8 8 8-1.42 1.41L13 7.828V21h-2V7.828L5.42 13.41z"/>\n</svg>'],
621
+ ["arrow-up-arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m7 3.586 5.707 5.707-1.414 1.414L8 7.414V20H6V7.414l-3.293 3.293-1.414-1.414zM18 4v12.586l3.293-3.293 1.414 1.414L17 20.414l-5.707-5.707 1.414-1.414L16 16.586V4z"/>\n</svg>'],
593
622
  ["bold", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M5.5 22V2h6.067q3.628 0 5.335 1.311 1.708 1.311 1.708 3.506 0 1.86-.854 3.018a4.35 4.35 0 0 1-2.165 1.586v.091q1.86.366 2.836 1.555 1.006 1.159 1.006 2.896 0 2.867-1.92 4.452Q15.59 21.999 11.81 22zm3.902-3.14h2.257q1.829 0 2.743-.732.915-.762.915-2.134 0-1.311-.915-1.982-.884-.7-3.14-.701h-1.86zm0-8.537h1.769q1.677 0 2.5-.64.823-.67.823-2.043 0-1.25-.762-1.86-.732-.64-2.47-.64h-1.86z"/>\n</svg>'],
594
623
  ["brackets-ellipsis", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M7 6H4v12h3v2H2V4h5zM22 20h-5v-2h3V6h-3V4h5z"/>\n <path fill="currentColor" d="M7.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M12 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M16.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"/>\n</svg>'],
595
624
  ["bullet-list", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4.5 16.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M22 19H9v-2h13zM4.5 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M22 13H9v-2h13zM4.5 4.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M22 7H9V5h13z"/>\n</svg>'],
596
625
  ["business-suitcase", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14 2c1.66 0 3 1.34 3 3v1h2a3 3 0 0 1 3 3v9c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V9a3 3 0 0 1 3-3h2V5a3 3 0 0 1 3-3zM5 8a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zm5-4a1 1 0 0 0-1 1v1h6V5a1 1 0 0 0-1-1z"/>\n</svg>'],
597
626
  ["calendar-event", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M8 2a1 1 0 0 1 1 1v1h6V3a1 1 0 1 1 2 0v1h1a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h1V3a1 1 0 0 1 1-1M7 6H6a1 1 0 0 0-1 1v3h14V7a1 1 0 0 0-1-1h-1v1a1 1 0 1 1-2 0V6H9v1a1 1 0 0 1-2 0zm12 6H5v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM7 14h4v4H7z"/>\n</svg>'],
627
+ ["caret-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m2 8 10 10L22 8z"/>\n</svg>'],
598
628
  ["caret-down-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m6 10 6 6 6-6z"/>\n</svg>'],
599
629
  ["caret-down-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m4 9 8 8 8-8z"/>\n</svg>'],
600
- ["caret-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m2 8 10 10L22 8z"/>\n</svg>'],
630
+ ["caret-left", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m16 21.7-10-10 10-10z"/>\n</svg>'],
601
631
  ["caret-left-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m14 18-6-6 6-6z"/>\n</svg>'],
602
632
  ["caret-left-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m15 20-8-8 8-8z"/>\n</svg>'],
603
- ["caret-left", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m16 21.7-10-10 10-10z"/>\n</svg>'],
633
+ ["caret-right", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m8 1.7 10 10-10 10z"/>\n</svg>'],
604
634
  ["caret-right-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m10 6 6 6-6 6z"/>\n</svg>'],
605
635
  ["caret-right-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m9 4 8 8-8 8z"/>\n</svg>'],
606
- ["caret-right", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m8 1.7 10 10-10 10z"/>\n</svg>'],
636
+ ["caret-up", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 16 12 6l10 10z"/>\n</svg>'],
607
637
  ["caret-up-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m6 14 6-6 6 6z"/>\n</svg>'],
608
638
  ["caret-up-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m4 15 8-8 8 8z"/>\n</svg>'],
609
- ["caret-up", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 16 12 6l10 10z"/>\n</svg>'],
610
639
  ["certificate", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M15 11a3 3 0 0 1 2 5.23V21l-2-1-2 1v-4.77A2.99 2.99 0 0 1 15 11m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/>\n <path fill="currentColor" d="M19 3a3 3 0 0 1 3 3v10c0 1.67-1.33 3-3 3h-1v-2h1a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h7v2H5c-1.67 0-3-1.33-3-3V6a3 3 0 0 1 3-3z"/>\n <path fill="currentColor" d="M10 13H6v-2h4zM18 9H6V7h12z"/>\n</svg>'],
611
640
  ["chart-x-y-axis-line", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4 19h18v2H2V3h2z"/>\n <path fill="currentColor" d="M20.7 7.7 14 14.42l-3-3-3.3 3.3-1.4-1.42L11 8.6l3 3 5.3-5.3z"/>\n</svg>'],
641
+ ["check-list", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M5 14a3 3 0 1 1 0 6 3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/>\n <path fill="currentColor" d="M16 20h-6v-2h6zM22 16H10v-2h12zM18 10h-8V8h8zM8.56 5 4.5 9.06 1.94 6.5 3 5.44l1.5 1.5 3-3zM22 6H10V4h12z"/>\n</svg>'],
642
+ ["check-mark", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M21.707 6.707 10 18.414l-6.707-6.707 1.414-1.414L10 15.586 20.293 5.293z"/>\n</svg>'],
612
643
  ["check-mark-circle", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12m14.707-2.113L11 15.594l-3.707-3.707 1.414-1.415L11 12.765l4.293-4.293z"/>\n</svg>'],
613
644
  ["check-mark-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m17.664 8.707-7.707 7.707-3.707-3.707 1.414-1.414 2.293 2.293 6.293-6.293z"/>\n</svg>'],
614
645
  ["check-mark-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m19.204 7.707-9.707 9.707-4.707-4.707 1.414-1.414 3.293 3.293 8.293-8.293z"/>\n</svg>'],
615
- ["check-mark", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M21.707 6.707 10 18.414l-6.707-6.707 1.414-1.414L10 15.586 20.293 5.293z"/>\n</svg>'],
646
+ ["chevron-double-left", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14 3.4 5.429 12 14 20.6 12.6 22l-10-10.001L12.6 2z"/>\n <path fill="currentColor" d="M22 3.4 13.429 12 22 20.6 20.6 22l-10-10.001L20.6 2z"/>\n</svg>'],
616
647
  ["chevron-double-left-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 7.4 7.429 12 12 16.6 10.6 18l-6-6.001L10.6 6z"/>\n <path fill="currentColor" d="M18 7.4 13.429 12 18 16.6 16.6 18l-6-6.001L16.6 6z"/>\n</svg>'],
617
648
  ["chevron-double-left-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14 5.4 7.429 12 14 18.6 12.6 20l-8-8.001L12.6 4z"/>\n <path fill="currentColor" d="M21 5.4 14.429 12 21 18.6 19.6 20l-8-8.001L19.6 4z"/>\n</svg>'],
618
- ["chevron-double-left", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14 3.4 5.429 12 14 20.6 12.6 22l-10-10.001L12.6 2z"/>\n <path fill="currentColor" d="M22 3.4 13.429 12 22 20.6 20.6 22l-10-10.001L20.6 2z"/>\n</svg>'],
649
+ ["chevron-double-right", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11.172 11.7 2.6 3.1 4 1.7l10 10-10 10-1.4-1.4z"/>\n <path fill="currentColor" d="M19.172 11.7 10.6 3.1 12 1.7l10 10-10 10-1.4-1.4z"/>\n</svg>'],
619
650
  ["chevron-double-right-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M16.172 12 11.6 7.4 13 6l6 6-6 6-1.4-1.4z"/>\n <path fill="currentColor" d="M10.172 12 5.6 7.4 7 6l6 6-6 6-1.4-1.4z"/>\n</svg>'],
620
651
  ["chevron-double-right-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18.172 12 11.6 5.4 13 4l8 8-8 8-1.4-1.4z"/>\n <path fill="currentColor" d="M11.172 12 4.6 5.4 6 4l8 8-8 8-1.4-1.4z"/>\n</svg>'],
621
- ["chevron-double-right", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11.172 11.7 2.6 3.1 4 1.7l10 10-10 10-1.4-1.4z"/>\n <path fill="currentColor" d="M19.172 11.7 10.6 3.1 12 1.7l10 10-10 10-1.4-1.4z"/>\n</svg>'],
652
+ ["chevron-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 15.172 3.4 6.6 2 8l10 10L22 8l-1.4-1.4z"/>\n</svg>'],
622
653
  ["chevron-down-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 13.172 7.4 8.6 6 10l6 6 6-6-1.4-1.4z"/>\n</svg>'],
623
654
  ["chevron-down-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 14.172 5.4 7.6 4 9l8 8 8-8-1.4-1.4z"/>\n</svg>'],
624
- ["chevron-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 15.172 3.4 6.6 2 8l10 10L22 8l-1.4-1.4z"/>\n</svg>'],
655
+ ["chevron-left", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m8.828 11.7 8.572 8.6-1.4 1.4-10-10 10-10 1.4 1.4z"/>\n</svg>'],
625
656
  ["chevron-left-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m10.828 12 4.572 4.6L14 18l-6-6 6-6 1.4 1.4z"/>\n</svg>'],
626
657
  ["chevron-left-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m9.828 12 6.572 6.6L15 20l-8-8 8-8 1.4 1.4z"/>\n</svg>'],
627
- ["chevron-left", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m8.828 11.7 8.572 8.6-1.4 1.4-10-10 10-10 1.4 1.4z"/>\n</svg>'],
658
+ ["chevron-right", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M15.172 11.7 6.6 3.1 8 1.7l10 10-10 10-1.4-1.4z"/>\n</svg>'],
628
659
  ["chevron-right-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13.172 12 8.6 7.4 10 6l6 6-6 6-1.4-1.4z"/>\n</svg>'],
629
660
  ["chevron-right-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14.172 12 7.6 5.4 9 4l8 8-8 8-1.4-1.4z"/>\n</svg>'],
630
- ["chevron-right", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M15.172 11.7 6.6 3.1 8 1.7l10 10-10 10-1.4-1.4z"/>\n</svg>'],
661
+ ["chevron-up", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 8.828 3.4 17.4 2 16 12 6l10 10-1.4 1.4z"/>\n</svg>'],
631
662
  ["chevron-up-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 5.828 7.4 10.4 6 9l6-6 6 6-1.4 1.4zm0 12.344L7.4 13.6 6 15l6 6 6-6-1.4-1.4z"/>\n</svg>'],
632
663
  ["chevron-up-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 10.828 7.4 15.4 6 14l6-6 6 6-1.4 1.4z"/>\n</svg>'],
633
664
  ["chevron-up-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 9.828 5.4 16.4 4 15l8-8 8 8-1.4 1.4z"/>\n</svg>'],
634
- ["chevron-up", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 8.828 3.4 17.4 2 16 12 6l10 10-1.4 1.4z"/>\n</svg>'],
635
665
  ["circle-dashed", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path\n fill="currentColor"\n d="M14.59 21.66a10.05 10.05 0 0 1-5.18 0l.52-1.93a8.05 8.05 0 0 0 4.14 0zM5.07 16A8.05 8.05 0 0 0 8 18.93l-1 1.73A10.05 10.05 0 0 1 3.34 17zm15.59 1A10.04 10.04 0 0 1 17 20.66l-1-1.73A8.05 8.05 0 0 0 18.93 16zM4.27 9.93A8 8 0 0 0 4 12a8 8 0 0 0 .27 2.07l-1.93.52a10 10 0 0 1 0-5.18zm17.39-.52a10 10 0 0 1 0 5.18l-.96-.26-.97-.26a8.06 8.06 0 0 0 0-4.14zM8 5.07A8.05 8.05 0 0 0 5.07 8L3.34 7A10.05 10.05 0 0 1 7 3.34zm9-1.73A10.05 10.05 0 0 1 20.66 7l-1.73 1A8.05 8.05 0 0 0 16 5.07zM12 2c.9 0 1.76.12 2.59.34l-.26.96-.26.97A8 8 0 0 0 12 4a8 8 0 0 0-2.07.27L9.4 2.34C10.24 2.12 11.11 2 12 2"\n />\n</svg>'],
666
+ ["circle-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 12c0 5.51 4.49 10 10 10s10-4.49 10-10S17.51 2 12 2 2 6.49 2 12"/>\n</svg>'],
636
667
  ["circle-filled-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M8 12c0 2.204 1.796 4 4 4s4-1.796 4-4-1.796-4-4-4-4 1.796-4 4"/>\n</svg>'],
637
668
  ["circle-filled-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M6 12c0 3.306 2.694 6 6 6s6-2.694 6-6-2.694-6-6-6a6.01 6.01 0 0 0-6 6"/>\n</svg>'],
638
- ["circle-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 12c0 5.51 4.49 10 10 10s10-4.49 10-10S17.51 2 12 2 2 6.49 2 12"/>\n</svg>'],
639
669
  ["clock-arrow-counter-clockwise", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M5 4.861a10 10 0 0 1 9.686-2.494 10 10 0 0 1 7.312 9.836c-.094 2.22-.815 4.344-2.222 6.084-1.432 1.699-3.306 2.934-5.483 3.446-2.178.514-4.403.242-6.445-.635a10 10 0 0 1-4.703-4.453l1.77-.93a8 8 0 1 0 4.06-11.121c-.823.356-1.588.81-2.264 1.406H9v2H3V2h2z"/>\n <path fill="currentColor" d="m13 11.586 3.242 3.242-1.414 1.415-3.535-3.536A1 1 0 0 1 11 12V7h2z"/>\n</svg>'],
670
+ ["cloud", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M1 13.5a5.5 5.5 0 0 1 4.64-5.43 7 7 0 0 1 13.29 1.95A4.5 4.5 0 0 1 18.5 19v-2a2.5 2.5 0 0 0 .24-4.99l-1.57-.15-.22-1.56a5 5 0 0 0-9.5-1.4l-.44.98-1.06.16A3.5 3.5 0 0 0 6.5 17v2A5.5 5.5 0 0 1 1 13.5M18.5 17v2h-12v-2z"/>\n</svg>'],
640
671
  ["cloud-arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m13 19.172 1.58-1.582L16 19l-4 4-4-4 1.42-1.41L11 19.172V10h2z"/>\n <path fill="currentColor" d="M12 2a7 7 0 0 1 6.93 6.02A4.5 4.5 0 0 1 18.5 17H15v-2h3.5a2.5 2.5 0 0 0 .241-4.988l-1.573-.15-.219-1.564a5 5 0 0 0-9.49-1.393l-.45.972-1.057.165A3.502 3.502 0 0 0 6.5 15H9v2H6.5a5.5 5.5 0 0 1-.856-10.934A7 7 0 0 1 12 2"/>\n</svg>'],
641
672
  ["cloud-arrow-up", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m16 12-1.42 1.41L13 11.828V21h-2v-9.172L9.42 13.41 8 12l4-4z"/>\n <path fill="currentColor" d="M12 2a7 7 0 0 1 6.93 6.02A4.5 4.5 0 0 1 18.5 17H15v-2h3.5a2.5 2.5 0 0 0 .241-4.988l-1.573-.15-.219-1.564a5 5 0 0 0-9.49-1.393l-.45.972-1.057.165A3.502 3.502 0 0 0 6.5 15H9v2H6.5a5.5 5.5 0 0 1-.856-10.934A7 7 0 0 1 12 2"/>\n</svg>'],
642
- ["cloud", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M1 13.5a5.5 5.5 0 0 1 4.64-5.43 7 7 0 0 1 13.29 1.95A4.5 4.5 0 0 1 18.5 19v-2a2.5 2.5 0 0 0 .24-4.99l-1.57-.15-.22-1.56a5 5 0 0 0-9.5-1.4l-.44.98-1.06.16A3.5 3.5 0 0 0 6.5 17v2A5.5 5.5 0 0 1 1 13.5M18.5 17v2h-12v-2z"/>\n</svg>'],
643
- ["cylinder-split-slash", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M22 20.59 20.6 22 2 3.41 3.41 2zM6 8.83V12c0 .1.1.2.16.27.18.21.52.5 1.08.77.95.48 2.3.84 3.9.93l1.99 1.99Q12.57 16 12 16c-2.39 0-4.53-.53-6-1.36V18c0 .1.1.2.16.27.18.21.52.5 1.08.77A11 11 0 0 0 12 20c1.76 0 3.28-.32 4.38-.79l1.5 1.5A13 13 0 0 1 12 22c-4.42 0-8-1.8-8-4V6.83zM12 2c4.42 0 8 1.8 8 4v11.17l-2-2v-.53l-.35.19-1.51-1.52q.33-.12.62-.27.82-.44 1.08-.77c.06-.07.16-.18.16-.27V8.64c-1.3.74-3.13 1.23-5.2 1.34l-2.03-2.03Q11.37 8 12 8a11 11 0 0 0 4.76-.96q.82-.44 1.08-.77c.06-.07.16-.18.16-.27s-.1-.2-.16-.27c-.18-.21-.52-.5-1.08-.77A11 11 0 0 0 12 4c-1.76 0-3.28.32-4.38.79l-1.5-1.5A13 13 0 0 1 12 2"/>\n</svg>'],
644
673
  ["cylinder-split", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M20 18c0 2.2-3.58 4-8 4s-8-1.8-8-4V6c0-2.2 3.58-4 8-4s8 1.8 8 4zm-13.84.27c.18.21.52.5 1.08.77A11 11 0 0 0 12 20a11 11 0 0 0 4.76-.96q.82-.44 1.08-.77c.06-.07.16-.18.16-.27v-3.36A12.5 12.5 0 0 1 12 16c-2.39 0-4.53-.53-6-1.36V18c0 .1.1.2.16.27M18 8.64A12.5 12.5 0 0 1 12 10c-2.39 0-4.53-.53-6-1.36V12c0 .1.1.2.16.27.18.21.52.5 1.08.77A11 11 0 0 0 12 14a11 11 0 0 0 4.76-.96q.82-.44 1.08-.77c.06-.07.16-.18.16-.27zM12 4a11 11 0 0 0-4.76.96q-.83.44-1.08.77C6.1 5.8 6 5.91 6 6s.1.2.16.27c.18.21.52.5 1.08.77A11 11 0 0 0 12 8a11 11 0 0 0 4.76-.96q.82-.44 1.08-.77c.06-.07.16-.18.16-.27s-.1-.2-.16-.27c-.18-.21-.52-.5-1.08-.77A11 11 0 0 0 12 4"/>\n</svg>'],
645
- ["dismiss-circle-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 8.59-3.3-3.3-1.4 1.42L10.58 12l-3.3 3.3 1.42 1.4L12 13.42l3.3 3.3 1.4-1.42L13.42 12l3.3-3.3-1.42-1.4z"/>\n</svg>'],
674
+ ["cylinder-split-slash", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M22 20.59 20.6 22 2 3.41 3.41 2zM6 8.83V12c0 .1.1.2.16.27.18.21.52.5 1.08.77.95.48 2.3.84 3.9.93l1.99 1.99Q12.57 16 12 16c-2.39 0-4.53-.53-6-1.36V18c0 .1.1.2.16.27.18.21.52.5 1.08.77A11 11 0 0 0 12 20c1.76 0 3.28-.32 4.38-.79l1.5 1.5A13 13 0 0 1 12 22c-4.42 0-8-1.8-8-4V6.83zM12 2c4.42 0 8 1.8 8 4v11.17l-2-2v-.53l-.35.19-1.51-1.52q.33-.12.62-.27.82-.44 1.08-.77c.06-.07.16-.18.16-.27V8.64c-1.3.74-3.13 1.23-5.2 1.34l-2.03-2.03Q11.37 8 12 8a11 11 0 0 0 4.76-.96q.82-.44 1.08-.77c.06-.07.16-.18.16-.27s-.1-.2-.16-.27c-.18-.21-.52-.5-1.08-.77A11 11 0 0 0 12 4c-1.76 0-3.28.32-4.38.79l-1.5-1.5A13 13 0 0 1 12 2"/>\n</svg>'],
675
+ ["dismiss", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m19.3 3.3 1.4 1.4-7.29 7.3 7.3 7.3-1.42 1.4L12 13.42l-7.3 7.3-1.4-1.42L10.58 12l-7.3-7.3 1.42-1.4L12 10.58z"/>\n</svg>'],
646
676
  ["dismiss-circle", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m12 10.59 2.8-2.8 1.4 1.42L13.42 12l2.8 2.8-1.42 1.4L12 13.42l-2.8 2.8-1.4-1.42L10.58 12l-2.8-2.79 1.42-1.42z"/>\n <path fill="currentColor" d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16"/>\n</svg>'],
677
+ ["dismiss-circle-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 8.59-3.3-3.3-1.4 1.42L10.58 12l-3.3 3.3 1.42 1.4L12 13.42l3.3 3.3 1.4-1.42L13.42 12l3.3-3.3-1.42-1.4z"/>\n</svg>'],
647
678
  ["dismiss-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m15.3 7.3 1.4 1.4-3.29 3.3 3.3 3.3-1.42 1.4L12 13.42l-3.3 3.3-1.4-1.42L10.58 12l-3.3-3.3 1.42-1.4L12 10.58z"/>\n</svg>'],
648
679
  ["dismiss-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m17.3 5.3 1.4 1.4-5.29 5.3 5.3 5.3-1.42 1.4L12 13.42l-5.3 5.3-1.4-1.42L10.58 12l-5.3-5.3 1.42-1.4L12 10.58z"/>\n</svg>'],
649
- ["dismiss", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m19.3 3.3 1.4 1.4-7.29 7.3 7.3 7.3-1.42 1.4L12 13.42l-7.3 7.3-1.4-1.42L10.58 12l-7.3-7.3 1.42-1.4L12 10.58z"/>\n</svg>'],
650
680
  ["ellipsis", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M5 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4"/>\n</svg>'],
651
681
  ["envelope", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M19 4a3 3 0 0 1 3 3v10c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V7a3 3 0 0 1 3-3zm-5.5 9.562a3 3 0 0 1-3 0L4 9.81V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9.81zM5 6a1 1 0 0 0-1 1v.5l7.5 4.33a1 1 0 0 0 1 0L20 7.5V7a1 1 0 0 0-1-1z"/>\n</svg>'],
652
682
  ["euro", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4.5 10.939V9.055h11.39v1.884zm11.39 2.51v1.884H4.5V13.45zM15.053 22q-2.392 0-4.215-1.076-1.824-1.077-2.87-3.199-1.017-2.122-1.017-5.292 0-2.72.688-4.693.717-1.973 1.913-3.229 1.197-1.286 2.72-1.883A8.5 8.5 0 0 1 15.503 2q.956 0 1.704.09.747.09 1.435.299V4.48q-1.017-.24-1.645-.299-.627-.09-1.614-.09-1.196 0-2.272.479-1.047.478-1.883 1.465-.838.987-1.316 2.511-.478 1.495-.478 3.528 0 2.66.747 4.394.777 1.734 2.123 2.601 1.345.837 3.079.837.867 0 1.674-.09t1.794-.328v2.033q-1.017.24-1.884.358-.837.12-1.913.12"/>\n</svg>'],
653
683
  ["exclamation-circle", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 15a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m1-1.5h-2v-7h2z"/>\n <path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16"/>\n</svg>'],
654
- ["exclamation-triangle-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11.99 1.968a3 3 0 0 1 2.62 1.538l7.095 12.242q.035.06.062.126a3 3 0 0 1-2.76 4.125H5a3.02 3.02 0 0 1-2.538-1.387 3 3 0 0 1-.248-2.739 1 1 0 0 1 .06-.125L9.37 3.506a3 3 0 0 1 2.62-1.538M12 14a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m-1-7v5h2V7z"/>\n</svg>'],
655
684
  ["exclamation-triangle", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 14a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m1-1.5h-2v-5h2z"/>\n <path fill="currentColor" d="M11.99 1.968a3 3 0 0 1 2.62 1.538l7.095 12.242q.035.06.062.126a3 3 0 0 1-2.76 4.125H5a3.02 3.02 0 0 1-2.538-1.387 3 3 0 0 1-.248-2.739 1 1 0 0 1 .06-.125L9.37 3.506a3 3 0 0 1 2.62-1.538m0 2c-.373 0-.705.21-.884.533L4.046 16.68c-.097.286-.06.602.104.86a.99.99 0 0 0 .85.459h13.996a1 1 0 0 0 .938-1.32L12.875 4.502a1.02 1.02 0 0 0-.885-.533"/>\n</svg>'],
656
- ["eye-slash", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m21.004 19.59-1.414 1.414L3 4.414 4.414 3zM5.837 8.665C4.717 9.563 3.843 10.7 3.2 12c1.612 3.261 4.923 5.5 8.801 5.5.82 0 1.617-.102 2.38-.291l1.603 1.604a11.8 11.8 0 0 1-3.983.687C6.989 19.5 2.739 16.392 1 12a11.8 11.8 0 0 1 3.416-4.756zM12 4.5c5.012 0 9.26 3.108 11 7.5a11.8 11.8 0 0 1-3.416 4.756l-1.422-1.422c1.12-.898 1.995-2.034 2.638-3.334-1.613-3.261-4.923-5.5-8.8-5.5-.821 0-1.619.1-2.382.29L8.015 5.187A11.8 11.8 0 0 1 12 4.5"/>\n <path fill="currentColor" d="M9.527 12.356a2.5 2.5 0 0 0 2.117 2.116l1.791 1.792a4.5 4.5 0 0 1-5.7-5.7zM12 7.5a4.5 4.5 0 0 1 4.264 5.935l-1.792-1.791a2.5 2.5 0 0 0-2.117-2.117l-1.792-1.792A4.5 4.5 0 0 1 12 7.5"/>\n</svg>'],
685
+ ["exclamation-triangle-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11.99 1.968a3 3 0 0 1 2.62 1.538l7.095 12.242q.035.06.062.126a3 3 0 0 1-2.76 4.125H5a3.02 3.02 0 0 1-2.538-1.387 3 3 0 0 1-.248-2.739 1 1 0 0 1 .06-.125L9.37 3.506a3 3 0 0 1 2.62-1.538M12 14a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m-1-7v5h2V7z"/>\n</svg>'],
657
686
  ["eye", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 4.5c5.012 0 9.26 3.108 11 7.5-1.74 4.392-5.988 7.5-10.999 7.5S2.739 16.392 1 12c1.74-4.392 5.988-7.5 11-7.5m0 2c-3.878 0-7.188 2.239-8.8 5.5 1.612 3.261 4.923 5.5 8.801 5.5 3.877 0 7.187-2.239 8.799-5.5-1.613-3.261-4.923-5.5-8.8-5.5m0 1a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5"/>\n</svg>'],
687
+ ["eye-slash", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m21.004 19.59-1.414 1.414L3 4.414 4.414 3zM5.837 8.665C4.717 9.563 3.843 10.7 3.2 12c1.612 3.261 4.923 5.5 8.801 5.5.82 0 1.617-.102 2.38-.291l1.603 1.604a11.8 11.8 0 0 1-3.983.687C6.989 19.5 2.739 16.392 1 12a11.8 11.8 0 0 1 3.416-4.756zM12 4.5c5.012 0 9.26 3.108 11 7.5a11.8 11.8 0 0 1-3.416 4.756l-1.422-1.422c1.12-.898 1.995-2.034 2.638-3.334-1.613-3.261-4.923-5.5-8.8-5.5-.821 0-1.619.1-2.382.29L8.015 5.187A11.8 11.8 0 0 1 12 4.5"/>\n <path fill="currentColor" d="M9.527 12.356a2.5 2.5 0 0 0 2.117 2.116l1.791 1.792a4.5 4.5 0 0 1-5.7-5.7zM12 7.5a4.5 4.5 0 0 1 4.264 5.935l-1.792-1.791a2.5 2.5 0 0 0-2.117-2.117l-1.792-1.792A4.5 4.5 0 0 1 12 7.5"/>\n</svg>'],
688
+ ["face-frowning", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16m0 8.87c1.78 0 3.5.81 4.63 2.18.35.43.18 1.04-.3 1.32s-1.08.1-1.47-.3a4 4 0 0 0-2.86-1.2c-1.07 0-2.12.45-2.86 1.2-.39.4-1 .58-1.47.3-.48-.28-.65-.9-.3-1.32A6 6 0 0 1 12 12.87M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"/>\n</svg>'],
689
+ ["face-smiling", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14.86 13.8c.39-.4 1-.58 1.47-.3.48.28.65.9.3 1.32A6 6 0 0 1 12 17c-1.77 0-3.5-.82-4.63-2.18-.35-.43-.18-1.04.3-1.32s1.08-.1 1.47.3c.74.75 1.8 1.2 2.86 1.2 1.07 0 2.12-.45 2.86-1.2M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"/>\n <path fill="currentColor" d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16"/>\n</svg>'],
690
+ ["face-smiling-badge-plus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10M12 2a10 10 0 0 1 9.9 11.44 6 6 0 0 0-1.91-1.1L20 12a8 8 0 1 0-8 8l.34-.01q.38 1.06 1.1 1.9-.7.1-1.44.11a10 10 0 0 1 0-20m5.25 15.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5zM7.67 13.5c.48-.28 1.08-.1 1.47.3a4 4 0 0 0 3.72 1.1 6 6 0 0 0-.77 2.1H12c-1.77 0-3.5-.82-4.63-2.18-.35-.43-.18-1.04.3-1.32M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"/>\n</svg>'],
658
691
  ["file-text", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9h-3a2 2 0 0 1-2-2V4zm8 1.414L16.586 7H15zM4 5a3 3 0 0 1 3-3h7a1 1 0 0 1 .707.293l5 5A1 1 0 0 1 20 8v11a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3zm4 3h3v2H8zm0 4h8v2H8zm0 4h8v2H8z"/>\n</svg>'],
659
- ["folder-stack", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4 18a1 1 0 0 0 1 1h13a2 2 0 0 1-2 2H5a3 3 0 0 1-3-3V9c0-1.11.9-2 2-2z"/>\n <path fill="currentColor" d="M10.76 3a3 3 0 0 1 2.12.88L15 6h4a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM8 5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9a1 1 0 0 0-.9-1h-4.93l-2.7-2.7a1 1 0 0 0-.71-.3z"/>\n</svg>'],
660
692
  ["folder", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 17V6a3 3 0 0 1 3-3h3.76a3 3 0 0 1 2.12.88L13 6h6a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3v-2a1 1 0 0 0 1-1V9a1 1 0 0 0-.9-1h-6.93l-2.7-2.7a1 1 0 0 0-.71-.3H5a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1v2a3 3 0 0 1-3-3m17 1v2H5v-2z"/>\n</svg>'],
693
+ ["folder-stack", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4 18a1 1 0 0 0 1 1h13a2 2 0 0 1-2 2H5a3 3 0 0 1-3-3V9c0-1.11.9-2 2-2z"/>\n <path fill="currentColor" d="M10.76 3a3 3 0 0 1 2.12.88L15 6h4a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM8 5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9a1 1 0 0 0-.9-1h-4.93l-2.7-2.7a1 1 0 0 0-.71-.3z"/>\n</svg>'],
661
694
  ["gear", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4"/>\n <path fill="currentColor" d="M13.19 2a2 2 0 0 1 1.991 1.8l.09.9a9 9 0 0 1 1.416.818l.824-.372a2 2 0 0 1 2.555.824l1.19 2.06a2 2 0 0 1-.564 2.624l-.734.527c.055.536.056 1.09 0 1.637l.734.528c.833.6 1.078 1.734.564 2.624l-1.294 2.22a2 2 0 0 1-2.274.734l-1.001-.443a8 8 0 0 1-1.416.819l-.118 1.088a2 2 0 0 1-1.772 1.603H10.62a2 2 0 0 1-1.8-1.792l-.09-.9a8 8 0 0 1-1.416-.818l-1.001.443a2 2 0 0 1-2.275-.734l-1.293-2.22a2 2 0 0 1 .415-2.506l.882-.646a8 8 0 0 1 0-1.637l-.732-.527A2 2 0 0 1 2.658 8.2l1.278-2.23a2 2 0 0 1 2.555-.824l.823.372a8 8 0 0 1 1.416-.819l.09-.898a2 2 0 0 1 1.8-1.792zm-2.38 2.002-.207 2.049-1.055.472q-.566.256-1.061.615l-.939.68-1.88-.848-1.191 2.06 1.672 1.201C6.089 10.818 6 11.41 6 12s.088 1.18.148 1.766l-1.671 1.203h-.001l1.19 2.061 1.88-.85.94.681q.37.27.783.48l1.333.607.207 2.05V20h2.38l.206-2.05 1.055-.475a6 6 0 0 0 1.062-.614l.94-.68 1.88.85 1.19-2.061-1.672-1.203c.06-.586.15-1.177.15-1.767s-.09-1.182-.15-1.769l1.673-1.2-1.19-2.061h-.003l-1.88.846-.938-.678a6 6 0 0 0-1.062-.614l-1.055-.474L13.19 4h-2.38z"/>\n</svg>'],
662
- ["heart-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M3.716 5.218a5.86 5.86 0 0 1 8.283 0L12 5.215a5.858 5.858 0 0 1 8.284 8.284l-.001.001.001.002L12 21.787l-8.284-8.284a5.86 5.86 0 0 1 0-8.285"/>\n</svg>'],
663
695
  ["heart", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 5.216a5.858 5.858 0 1 1 8.284 8.284v.003L12 21.787l-8.284-8.284c-2.297-2.297-2.216-5.979 0-8.284C6 2.916 9.684 3.026 11.999 5.217zm6.87 1.414a3.86 3.86 0 0 0-5.456 0L12 8.045l-1.414-1.413a3.858 3.858 0 0 0-5.455 5.457l6.87 6.87 6.87-6.873a3.86 3.86 0 0 0 0-5.456"/>\n</svg>'],
696
+ ["heart-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M3.716 5.218a5.86 5.86 0 0 1 8.283 0L12 5.215a5.858 5.858 0 0 1 8.284 8.284l-.001.001.001.002L12 21.787l-8.284-8.284a5.86 5.86 0 0 1 0-8.285"/>\n</svg>'],
664
697
  ["house", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m12 2 10.707 10.707-1.414 1.414L20 12.828V21h-7v-6h-2v6H4v-8.172l-1.293 1.293-1.414-1.414zm-6 8.828V19h3v-6h6v6h3v-8.172l-6-6z"/>\n</svg>'],
665
698
  ["inbox", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M21 6v12c0 1.66-1.34 3-3 3H6c-1.66 0-3-1.34-3-3V6a3 3 0 0 1 3-3h12c1.66 0 3 1.34 3 3M5 18a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-4h-3.126a4.002 4.002 0 0 1-7.748 0H5zM6 5a1 1 0 0 0-1 1v6h5v1c0 1.083.92 2 2 2s2-.918 2-2v-1h5V6a1 1 0 0 0-1-1z"/>\n</svg>'],
666
699
  ["info-circle", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 17.5h-2v-7h2zm-1-11A1.25 1.25 0 1 1 12 9a1.25 1.25 0 0 1 0-2.5"/>\n <path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16"/>\n</svg>'],
667
700
  ["italic", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 4h-2.821l-4.287 16H14v2H6v-2h2.821l4.287-16H10V2h8z"/>\n</svg>'],
701
+ ["link", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14.47 9.53a5 5 0 0 1 0 7.07l-3.36 3.35a5 5 0 0 1-7.06-7.06l3.13-3.14c-.18.9-.15 1.85.09 2.74l-1.63 1.63a3 3 0 0 0 4.24 4.24l3.18-3.18a3 3 0 0 0-1.8-5.1 2 2 0 0 1 .39-.55l1.12-1.12q.94.36 1.7 1.12"/>\n <path fill="currentColor" d="M19.78 4.22a5 5 0 0 1 0 7.07l-2.96 2.96c.18-.9.15-1.85-.09-2.74l1.63-1.63a3 3 0 1 0-4.24-4.24l-3.18 3.18a3 3 0 0 0 1.8 5.1 2 2 0 0 1-.39.56l-1.12 1.11a4.98 4.98 0 0 1-1.88-8l3.36-3.37a5 5 0 0 1 7.07 0"/>\n</svg>'],
702
+ ["list", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 5h20v2H2zm0 6h20v2H2zm0 6h20v2H2z"/>\n</svg>'],
668
703
  ["list-arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M3 5h11v2H3zm16 0v10.586l2.293-2.293 1.414 1.414L18 19.414l-4.707-4.707 1.414-1.414L17 15.586V5zM3 11h9v2H3zm0 6h9v2H3z"/>\n</svg>'],
669
704
  ["list-arrow-up", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M3 5h9v2H3zm15-.414 4.707 4.707-1.414 1.414L19 8.414V19h-2V8.414l-2.293 2.293-1.414-1.414zM3 11h9v2H3zm0 6h11v2H3z"/>\n</svg>'],
670
705
  ["list-decreasing-lines", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 5h20v2H2zm6 12h8v2H8zm-3-6h14v2H5z"/>\n</svg>'],
671
- ["list", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 5h20v2H2zm0 6h20v2H2zm0 6h20v2H2z"/>\n</svg>'],
672
706
  ["lock-closed", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 17.5h-2v-5h2z"/>\n <path fill="currentColor" d="M17 9a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H6.85A3 3 0 0 1 4 18v-6a3 3 0 0 1 3-3V7a5 5 0 0 1 10 0zM9 9h6V7a3 3 0 1 0-6 0zm-2 2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z"/>\n</svg>'],
673
707
  ["lock-open", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M14.5 17h-5v-2h5z"/>\n <path fill="currentColor" d="M17 7h-2V6a3 3 0 1 0-6 0v4h8a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H6.85A3 3 0 0 1 4 19v-6a3 3 0 0 1 3-3V6a5 5 0 0 1 10 0zM7 12a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z"/>\n</svg>'],
674
708
  ["magnifier", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 10c0 4.4 3.6 8 8 8a7.95 7.95 0 0 0 4.9-1.7l5.7 5.7 1.4-1.4-5.7-5.7A7.97 7.97 0 0 0 18 10c0-4.4-3.6-8-8-8s-8 3.6-8 8m2 0c0-3.3 2.7-6 6-6s6 2.7 6 6-2.7 6-6 6-6-2.7-6-6"/>\n</svg>'],
709
+ ["minus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 11h20v2H2z"/>\n</svg>'],
675
710
  ["minus-extra-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M6 11h12v2H6z"/>\n</svg>'],
676
711
  ["minus-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M4 11h16v2H4z"/>\n</svg>'],
677
- ["minus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M2 11h20v2H2z"/>\n</svg>'],
678
712
  ["moon", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M10.47 2.12a8.99 8.99 0 0 0 11.41 11.4 10 10 0 1 1-11.4-11.4M8 5.07A8 8 0 1 0 18.93 16 11 11 0 0 1 8 5.07"/>\n</svg>'],
679
713
  ["numbered-list", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M5.223 14.015c1.003 0 1.634.316 1.944.864.284.491.308 1.154.117 1.684-.153.412-.473.764-1.071 1.142-.481.305-.98.584-1.34 1.035h2.672V20H3.513l-.135-1.053a3.2 3.2 0 0 1 .441-.882q.298-.405.873-.81c.287-.2.614-.382.846-.648.239-.29.371-.824.036-1.098q-.198-.171-.657-.171c-.524 0-.874.034-1.332.162v-1.287a6.8 6.8 0 0 1 1.638-.198M22 19H10v-2h12zm0-6H10v-2h12zM6.483 10H4.935V5.323c-.474 0-.96.041-1.386.126V4.28C4.514 4.021 5.493 4 6.483 4zM22 7H10V5h12z"/>\n</svg>'],
680
- ["pencil-on-square", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M10.932 6H5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5.927l2-2V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V7a3 3 0 0 1 3-3h7.93z"/>\n <path fill="currentColor" d="M17.175 2.586a2 2 0 0 1 2.829 0L21.418 4a2 2 0 0 1 0 2.828L11.246 17H7.003v-4.242zm-8.172 11V15h1.414l6.758-6.758-1.414-1.414zm8.172-8.172 1.414 1.414 1.415-1.414L18.589 4z"/>\n</svg>'],
714
+ ["paper-plane", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M19.44 2.57c.98-.34 1.92.6 1.59 1.59l-5.66 16.59a1.25 1.25 0 0 1-2.28.2l-3.05-6.77a1.3 1.3 0 0 0-.63-.63l-6.67-3a1.25 1.25 0 0 1 .1-2.32zm-7.65 10.65 2.3 5.08 3.82-11.2zM5.3 9.5c1.69.75 3.48 1.48 5.09 2.3L16.5 5.7z"/>\n</svg>'],
715
+ ["paperclip", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M8.04 15.21a.75.75 0 1 0 1.06 1.06l8-8a2.5 2.5 0 0 0-3.53-3.54l-8 8a4.25 4.25 0 1 0 6 6.02l8.01-8 1.42 1.4-8 8.01a6.2 6.2 0 0 1-8.85 0 6.2 6.2 0 0 1 0-8.84l8-8a4.5 4.5 0 1 1 6.37 6.36l-8 8a2.75 2.75 0 1 1-3.9-3.88l8.01-8 1.42 1.4z"/>\n</svg>'],
681
716
  ["pencil", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M21.418 4a2 2 0 0 1 0 2.828L7.246 21H3.003v-4.243L17.175 2.586a2 2 0 0 1 2.828 0zM15.76 6.828 5.003 17.586V19h1.414L17.175 8.243zm1.414-1.414 1.414 1.414 1.414-1.414L18.59 4z"/>\n</svg>'],
717
+ ["pencil-on-square", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M10.932 6H5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5.927l2-2V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V7a3 3 0 0 1 3-3h7.93z"/>\n <path fill="currentColor" d="M17.175 2.586a2 2 0 0 1 2.829 0L21.418 4a2 2 0 0 1 0 2.828L11.246 17H7.003v-4.242zm-8.172 11V15h1.414l6.758-6.758-1.414-1.414zm8.172-8.172 1.414 1.414 1.415-1.414L18.589 4z"/>\n</svg>'],
718
+ ["person", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 4a3 3 0 1 0 0 6 3 3 0 0 0 0-6M7 7a5 5 0 1 1 10 0A5 5 0 0 1 7 7m2 9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5l-.032 3h-2L18 19a3 3 0 0 0-3-3z"/>\n</svg>'],
682
719
  ["person-2", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M10 14c2.2 0 4 1.8 4 4v3h-2v-3a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3H2v-3c0-2.2 1.8-4 4-4zM22 17v3h-2v-3a2 2 0 0 0-2-2h-3.93a5 5 0 0 0-1.92-1.55A4 4 0 0 1 14 13h4c2.2 0 4 1.8 4 4"/>\n <path fill="currentColor" d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4M16 3a4 4 0 1 1-3.2 6.4 5 5 0 0 0-.5-3.94A4 4 0 0 1 16 3m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4"/>\n</svg>'],
683
- ["person-badge-gear", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18.75 13q.23.02.25.25v.68q.01.19.19.25.35.11.67.28c.1.05.23.04.3-.04l.5-.49c.09-.1.25-.1.34 0L22.07 15c.1.1.1.25 0 .35l-.49.48q-.12.14-.04.3.16.33.28.68.06.18.25.19h.68q.23.02.25.25v1.5q-.02.23-.25.25h-.68a.3.3 0 0 0-.25.19q-.11.35-.28.67c-.05.1-.04.23.04.3l.49.5c.1.09.1.25 0 .34L21 22.07c-.1.1-.25.1-.35 0l-.48-.49a.3.3 0 0 0-.3-.04q-.33.16-.68.28a.3.3 0 0 0-.19.25v.68q-.02.23-.25.25h-1.5a.25.25 0 0 1-.25-.25v-.68a.3.3 0 0 0-.19-.25 4 4 0 0 1-.67-.28.3.3 0 0 0-.3.04l-.5.49c-.09.1-.25.1-.34 0L13.93 21a.25.25 0 0 1 0-.35l.49-.48q.13-.13.04-.3-.16-.33-.28-.68a.3.3 0 0 0-.25-.19h-.68a.25.25 0 0 1-.25-.25v-1.5q.02-.23.25-.25h.68q.2-.01.25-.19.11-.35.28-.67a.3.3 0 0 0-.04-.3l-.49-.5a.25.25 0 0 1 0-.34L15 13.93c.1-.1.25-.1.35 0l.48.49q.14.13.3.04.33-.16.68-.28.18-.06.19-.25v-.68q.02-.23.25-.25zM18 16a2 2 0 1 0 0 4 2 2 0 0 0 0-4"/>\n <path fill="currentColor" d="M13.53 14a6 6 0 0 0-1.19 2H9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5z"/>\n <path fill="currentColor" d="M12 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6"/>\n</svg>'],
720
+ ["person-badge-gear", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18.75 13q.23.02.25.25v.68q.01.19.19.25.35.11.67.28c.1.05.23.04.3-.04l.5-.49c.09-.1.25-.1.34 0L22.07 15c.1.1.1.25 0 .35l-.49.48q-.12.14-.04.3.16.33.28.68.06.18.25.19h.68q.23.02.25.25v1.5q-.02.23-.25.25h-.68a.3.3 0 0 0-.25.19q-.11.35-.28.67c-.05.1-.04.23.04.3l.49.5c.1.09.1.25 0 .34L21 22.07c-.1.1-.25.1-.35 0l-.48-.49a.3.3 0 0 0-.3-.04q-.33.16-.68.28a.3.3 0 0 0-.19.25v.68q-.02.23-.25.25h-1.5a.25.25 0 0 1-.25-.25v-.68a.3.3 0 0 0-.19-.25 4 4 0 0 1-.67-.28.3.3 0 0 0-.3.04l-.5.49c-.09.1-.25.1-.34 0L13.93 21a.25.25 0 0 1 0-.35l.49-.48q.13-.13.04-.3-.16-.33-.28-.68a.3.3 0 0 0-.25-.19h-.68a.25.25 0 0 1-.25-.25v-1.5q.02-.23.25-.25h.68q.2-.01.25-.19.11-.35.28-.67a.3.3 0 0 0-.04-.3l-.49-.5a.25.25 0 0 1 0-.34L15 13.93c.1-.1.25-.1.35 0l.48.49q.14.13.3.04.33-.16.68-.28.18-.06.19-.25v-.68q.02-.23.25-.25zM18 16.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/>\n <path fill="currentColor" d="M13.53 14a6 6 0 0 0-1.19 2H9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5z"/>\n <path fill="currentColor" d="M12 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6"/>\n</svg>'],
684
721
  ["person-circle", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 6a3.25 3.25 0 1 1 0 6.5A3.25 3.25 0 0 1 12 6"/>\n <path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 0 0-5.5 13.807V17a3 3 0 0 1 3-3h5a3 3 0 0 1 3 3v.807A8 8 0 0 0 12 4"/>\n</svg>'],
685
- ["person", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 4a3 3 0 1 0 0 6 3 3 0 0 0 0-6M7 7a5 5 0 1 1 10 0A5 5 0 0 1 7 7m2 9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5l-.032 3h-2L18 19a3 3 0 0 0-3-3z"/>\n</svg>'],
686
- ["plus-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 11h7v2h-7v7h-2v-7H4v-2h7V4h2z"/>\n</svg>'],
687
722
  ["plus", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 11h9v2h-9v9h-2v-9H2v-2h9V2h2z"/>\n</svg>'],
688
- ["puzzle-piece-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11 2a2.5 2.5 0 0 1 2.5 2.5v.75c0 .14.11.25.25.25H18a1 1 0 0 1 1 1v3.75q.02.23.25.25H20a2.5 2.5 0 0 1 0 5h-.75a.25.25 0 0 0-.25.25v4.75a1 1 0 0 1-1 1h-4.25a.25.25 0 0 1-.25-.25V20a2.5 2.5 0 0 0-5 0v1.25q-.02.23-.25.25H4a1 1 0 0 1-1-1v-4.25c0-.14.11-.25.25-.25H4.5a2.5 2.5 0 0 0 0-5H3.25a.25.25 0 0 1-.25-.25V6.5a1 1 0 0 1 1-1h4.25c.14 0 .25-.11.25-.25V4.5A2.5 2.5 0 0 1 11 2"/>\n</svg>'],
723
+ ["plus-small", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 11h7v2h-7v7h-2v-7H4v-2h7V4h2z"/>\n</svg>'],
689
724
  ["puzzle-piece", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M10.5 1.5A3.5 3.5 0 0 1 14 5v.75c0 .14.11.25.25.25h3.25a1 1 0 0 1 1 1v2.75q.02.23.25.25H19a3.5 3.5 0 1 1 0 7h-.25a.25.25 0 0 0-.25.25V21a1 1 0 0 1-1 1h-4.75a.25.25 0 0 1-.25-.25V20.5a1.5 1.5 0 0 0-3 0v1.25q-.02.23-.25.25H3.5a1 1 0 0 1-1-1v-5.75c0-.14.11-.25.25-.25H4a1.5 1.5 0 0 0 0-3H2.75a.25.25 0 0 1-.25-.25V7a1 1 0 0 1 1-1h3.25c.14 0 .25-.11.25-.25V5a3.5 3.5 0 0 1 3.5-3.5m0 2C9.67 3.5 9 4.17 9 5v.75C9 6.99 8 8 6.75 8H4.5v2.04a3.5 3.5 0 0 1 0 6.92V20h3.04a3.5 3.5 0 0 1 6.92 0h2.04v-2.75c0-1.24 1-2.25 2.25-2.25H19a1.5 1.5 0 0 0 0-3h-.25c-1.24 0-2.25-1-2.25-2.25V8h-2.25C13.01 8 12 7 12 5.75V5c0-.83-.67-1.5-1.5-1.5"/>\n</svg>'],
725
+ ["puzzle-piece-filled", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11 2a2.5 2.5 0 0 1 2.5 2.5v.75c0 .14.11.25.25.25H18a1 1 0 0 1 1 1v3.75q.02.23.25.25H20a2.5 2.5 0 0 1 0 5h-.75a.25.25 0 0 0-.25.25v4.75a1 1 0 0 1-1 1h-4.25a.25.25 0 0 1-.25-.25V20a2.5 2.5 0 0 0-5 0v1.25q-.02.23-.25.25H4a1 1 0 0 1-1-1v-4.25c0-.14.11-.25.25-.25H4.5a2.5 2.5 0 0 0 0-5H3.25a.25.25 0 0 1-.25-.25V6.5a1 1 0 0 1 1-1h4.25c.14 0 .25-.11.25-.25V4.5A2.5 2.5 0 0 1 11 2"/>\n</svg>'],
690
726
  ["question-mark-circle", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11.695 14.47q.564 0 .862.327.311.312.312.906 0 .55-.312.876-.297.327-.862.327-.58 0-.89-.311-.297-.328-.297-.892t.297-.89q.311-.342.89-.342M12.245 7q1.337 0 2.094.624.758.608.758 1.634 0 .907-.402 1.485-.386.564-1.202.95l-.728.372q-.327.162-.475.37a.74.74 0 0 0-.134.431q0 .208.06.43.06.21.163.402l-1.485.075a1.5 1.5 0 0 1-.342-.49 1.6 1.6 0 0 1-.134-.64q0-.519.253-.906.252-.4.876-.742l.787-.445q.46-.252.639-.49a.9.9 0 0 0 .178-.565.66.66 0 0 0-.327-.594q-.313-.222-1.054-.222-.52 0-1.04.118-.52.104-1.04.297V7.476a6 6 0 0 1 1.218-.357Q11.518 7 12.245 7"/>\n <path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16"/>\n</svg>'],
691
727
  ["rectangle-stack", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M19 8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3zM5 10a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1z"/>\n <path fill="currentColor" d="M18 5a2 2 0 0 1 2 2H4c0-1.1.9-2 2-2zM16 2a2 2 0 0 1 2 2H6c0-1.1.9-2 2-2z"/>\n</svg>'],
692
728
  ["shield-check-mark", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m16.41 9.41-5.2 5.21L8 11.42 9.41 10l1.8 1.8L15 8z"/>\n <path fill="currentColor" d="M20.39 4.83A14 14 0 0 1 12 22 14 14 0 0 1 3.62 4.8L12 2zM5.28 6.35A12 12 0 0 0 12 19.83a12 12 0 0 0 6.73-13.45L12 4.1z"/>\n</svg>'],
693
729
  ["ship-wheel", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 2a1 1 0 0 1 1 1v1.063a7.96 7.96 0 0 1 3.903 1.619l.754-.753a1 1 0 0 1 1.414 1.414l-.754.753A7.96 7.96 0 0 1 19.936 11H21a1 1 0 1 1 0 2h-1.064a7.95 7.95 0 0 1-1.619 3.903l.754.754a1 1 0 0 1-1.414 1.414l-.754-.754A7.95 7.95 0 0 1 13 19.936V21a1 1 0 1 1-2 0v-1.064a7.96 7.96 0 0 1-3.904-1.619l-.753.754a1 1 0 0 1-1.414-1.414l.753-.754A7.96 7.96 0 0 1 4.064 13H3a1 1 0 1 1 0-2h1.064a7.96 7.96 0 0 1 1.618-3.904l-.753-.753a1 1 0 0 1 1.414-1.414l.753.753A7.96 7.96 0 0 1 11 4.063V3a1 1 0 0 1 1-1M8.524 16.889A6 6 0 0 0 11 17.915v-3.09a3 3 0 0 1-.291-.12zm4.766-2.185q-.14.068-.29.121v3.09a6 6 0 0 0 2.475-1.026zM6.085 13c.153.911.51 1.752 1.025 2.475l2.185-2.185a3 3 0 0 1-.121-.29zm8.741 0q-.054.15-.122.29l2.185 2.185A6 6 0 0 0 17.915 13zM12 10.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M7.11 8.524A6 6 0 0 0 6.085 11h3.089q.053-.15.12-.291zm7.594 2.185q.069.142.122.291h3.089a6 6 0 0 0-1.026-2.476zM11 6.084A6 6 0 0 0 8.524 7.11l2.185 2.185A3 3 0 0 1 11 9.174zm2 3.09q.15.053.29.12l2.185-2.184A6 6 0 0 0 13 6.084z"/>\n</svg>'],
694
730
  ["slash-circle", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20M5.68 7.1A8 8 0 0 0 16.9 18.32zM12 4c-1.85 0-3.55.63-4.9 1.68L18.32 16.9A8 8 0 0 0 12 4"/>\n</svg>'],
731
+ ["sparkles", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M15.4 10.16c.1-.53.86-.53.97 0l.8 3.67a1 1 0 0 0 .76.77l3.68.8c.52.1.52.86 0 .97l-3.68.79a1 1 0 0 0-.77.77l-.79 3.67c-.11.53-.86.53-.97 0l-.8-3.67a1 1 0 0 0-.76-.77l-3.68-.8c-.64-.22-.64-.98 0-.97l3.68-.79a1 1 0 0 0 .77-.77zM6.1 4.82c.1-.42.7-.42.79 0l.56 2.61c.06.31.3.55.61.62l2.61.56c.42.09.42.69 0 .78l-2.61.56a.8.8 0 0 0-.61.62l-.56 2.6c-.1.43-.7.43-.79 0l-.56-2.6a.8.8 0 0 0-.61-.62L2.32 9.4c-.43-.09-.43-.7 0-.78l2.6-.56a.8.8 0 0 0 .62-.62zM14.2 2.24c.07-.32.52-.32.59 0l.33 1.54a.6.6 0 0 0 .46.46l1.55.34c.31.06.31.52 0 .58l-1.55.34a.6.6 0 0 0-.46.46l-.33 1.54c-.07.32-.52.32-.59 0l-.33-1.54a.6.6 0 0 0-.46-.46l-1.55-.34c-.32-.06-.32-.52 0-.58l1.55-.34a.6.6 0 0 0 .46-.46z"/>\n</svg>'],
732
+ ["square-and-arrow-right", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 9V7a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-2h2v2a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v2z"/>\n <path fill="currentColor" d="M18.41 16.59 17 15.17 19.17 13H8v-2h11.17L17 8.83l1.41-1.42L23 12z"/>\n</svg>'],
695
733
  ["square-arrow-right-top", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M11.772 8H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6.765l2-2V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V9a3 3 0 0 1 3-3h8.772z"/>\n <path fill="currentColor" d="M22 11h-2V5.407l-9.296 9.296L9.3 13.3 18.6 4H13V2h9z"/>\n</svg>'],
696
734
  ["square-arrow-up", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M9 11H7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1h-2V9h2a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H7c-1.66 0-3-1.34-3-3v-7a3 3 0 0 1 3-3h2z"/>\n <path fill="currentColor" d="M16.59 5.59 15.17 7 13 4.828V16h-2V4.828L8.83 7 7.41 5.59 12 1z"/>\n</svg>'],
697
735
  ["square-plus-on-square", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M15 13h3v2h-3v3h-2v-3h-3v-2h3v-3h2z"/>\n <path fill="currentColor" d="M18 5v1h1c1.66 0 3 1.34 3 3v10c0 1.658-1.308 3-3 3H9c-1.66 0-3-1.34-3-3v-1H5c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3h10c1.66 0 3 1.34 3 3M9 8a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zM5 4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1V9a3 3 0 0 1 3-3h7V5a1 1 0 0 0-1-1z"/>\n</svg>'],
698
736
  ["sun", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M13 22h-2v-3.07c.65.09 1.35.09 2 0zM6.4 16.2q.6.8 1.4 1.4l-2.16 2.18-1.42-1.42zM19.78 18.36l-1.42 1.42-2.17-2.17q.8-.6 1.42-1.42z"/>\n <path fill="currentColor" d="M12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6"/>\n <path fill="currentColor" d="M5.07 11c-.1.65-.1 1.35 0 2H2v-2zM22 13h-3.07c.1-.65.1-1.35 0-2H22zM7.8 6.4Q7 7 6.4 7.8L4.21 5.65l1.42-1.42zM19.78 5.64 17.6 7.8a7 7 0 0 0-1.42-1.42l2.17-2.17zM13 5.07c-.65-.1-1.35-.1-2 0V2h2z"/>\n</svg>'],
699
- ["table-badge-arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M19 14v4.17l1.58-1.58L22 18l-4 4-4-4 1.42-1.41L17 18.17V14z"/>\n <path fill="currentColor" d="M18 4c1.57 0 3 1.34 3 3v5.8q-.91-.53-2-.72v-1.33h-6v2.5h1.34a6 6 0 0 0-2 6.75H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 17a1 1 0 0 0 1 1h5v-2.75H5zm0-3.75h6v-2.5H5zM6 6a1 1 0 0 0-1 1v1.75h6V6zm7 2.75h6V7a1 1 0 0 0-1-1h-5z"/>\n</svg>'],
737
+ ["table-badge-arrow-down", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 5.38-1.49-1.49-1.06 1.06 3.3 3.3 3.3-3.3-1.06-1.06-1.49 1.49V15h-1.5z"/>\n <path fill="currentColor" d="M18 4c1.57 0 3 1.34 3 3v5.8q-.94-.53-2-.72v-1.33h-6v2.5h1.34a6.05 6.05 0 0 0-2 6.75H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 17a1 1 0 0 0 1 1h5v-2.75H5zm0-3.75h6v-2.5H5zM6 6a1 1 0 0 0-1 1v1.75h6V6zm7 2.75h6V7a1 1 0 0 0-1-1h-5z"/>\n</svg>'],
700
738
  ["terminal", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="m11.4 12-4 4L6 14.6 8.57 12 6 9.4 7.4 8zM18 16h-6v-2h6z"/>\n <path fill="currentColor" d="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z"/>\n</svg>'],
739
+ ["timer", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M12 2a10 10 0 1 1-8.66 5l1.73 1A8 8 0 1 0 13 4.06V7h-2V2z"/>\n <path fill="currentColor" d="M12.5 11.13a1 1 0 0 1-1 1.74l-5.2-3 1-1.74z"/>\n</svg>'],
701
740
  ["trash", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" fill-rule="evenodd" d="M8 4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2h5v2h-1.08L19 19.046A3 3 0 0 1 16 22H8a3 3 0 0 1-3-2.954L4.08 8H3V6h5zM6.087 8l.91 10.917L7 19a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1l.003-.083L17.914 8zM14 6h-4V4h4zm-3 4v8H9v-8zm4 0v8h-2v-8z"/>\n</svg>'],
702
741
  ["underlined", '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n <path fill="currentColor" d="M20 22H4v-2h16zM8.7 12.07q0 1.92.81 2.8.84.87 2.55.87 1.61 0 2.47-.91.89-.94.89-2.67V2h2.37v10.16q0 1.78-.72 3.1a4.7 4.7 0 0 1-2.04 2.02q-1.32.81-3.14.72-2.83.09-4.27-1.44c-.95-.9-1.42-2.36-1.42-4.2V2h2.5z"/>\n</svg>']
703
742
  ]);
704
- var __defProp$1a = Object.defineProperty;
743
+ var __defProp$1d = Object.defineProperty;
705
744
  var __getOwnPropDesc$1c = Object.getOwnPropertyDescriptor;
706
745
  var __decorateClass$1f = (decorators, target, key, kind) => {
707
746
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$1c(target, key) : target;
708
747
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
709
748
  if (decorator = decorators[i])
710
749
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
711
- if (kind && result) __defProp$1a(target, key, result);
750
+ if (kind && result) __defProp$1d(target, key, result);
712
751
  return result;
713
752
  };
714
753
  [
@@ -755,14 +794,14 @@ __decorateClass$1f([
755
794
  NLDDIcon = __decorateClass$1f([
756
795
  customElement("nldd-icon")
757
796
  ], NLDDIcon);
758
- var __defProp$19 = Object.defineProperty;
797
+ var __defProp$1c = Object.defineProperty;
759
798
  var __getOwnPropDesc$1b = Object.getOwnPropertyDescriptor;
760
799
  var __decorateClass$1e = (decorators, target, key, kind) => {
761
800
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$1b(target, key) : target;
762
801
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
763
802
  if (decorator = decorators[i])
764
803
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
765
- if (kind && result) __defProp$19(target, key, result);
804
+ if (kind && result) __defProp$1c(target, key, result);
766
805
  return result;
767
806
  };
768
807
  let NLDDButton = class extends LitElement {
@@ -1213,35 +1252,29 @@ const tooltipStyles = css`
1213
1252
 
1214
1253
  .tooltip {
1215
1254
  position: fixed;
1216
- z-index: var(--_z-index);
1255
+ margin: 0;
1256
+ padding: 0;
1257
+ border: none;
1258
+ background: none;
1217
1259
  opacity: 0;
1218
- pointer-events: none;
1219
- visibility: hidden;
1220
1260
  transition:
1221
1261
  opacity var(--_hide-duration) ease,
1222
- visibility 0ms linear var(--_hide-duration),
1223
- pointer-events 0ms linear var(--_hide-duration);
1262
+ display var(--_hide-duration) allow-discrete,
1263
+ overlay var(--_hide-duration) allow-discrete;
1224
1264
  }
1225
1265
 
1226
- .tooltip.is-visible {
1266
+ .tooltip:popover-open {
1227
1267
  opacity: 1;
1228
- visibility: visible;
1229
- pointer-events: auto;
1230
1268
  transition:
1231
- opacity var(--_show-duration) ease var(--_show-delay),
1232
- visibility 0ms linear,
1233
- pointer-events 0ms linear var(--_show-delay);
1269
+ opacity var(--_show-duration) ease,
1270
+ display var(--_show-duration) allow-discrete,
1271
+ overlay var(--_show-duration) allow-discrete;
1234
1272
  }
1235
1273
 
1236
- /* Focus triggers: geen show delay */
1237
- .tooltip.is-focus-visible {
1238
- opacity: 1;
1239
- visibility: visible;
1240
- pointer-events: auto;
1241
- transition:
1242
- opacity var(--_show-duration) ease,
1243
- visibility 0ms linear,
1244
- pointer-events 0ms linear;
1274
+ @starting-style {
1275
+ .tooltip:popover-open {
1276
+ opacity: 0;
1277
+ }
1245
1278
  }
1246
1279
 
1247
1280
 
@@ -1285,7 +1318,8 @@ function tooltipTemplate(component) {
1285
1318
  @focusin=${component._handleFocusIn}
1286
1319
  @focusout=${component._handleFocusOut}
1287
1320
  ></slot>
1288
- <div class=${classMap({ tooltip: true, "is-visible": component._visible && !component._focusVisible, "is-focus-visible": component._visible && component._focusVisible })}
1321
+ <div class="tooltip"
1322
+ popover="manual"
1289
1323
  aria-hidden="true"
1290
1324
  @mouseenter=${component._handleTooltipEnter}
1291
1325
  @mouseleave=${component._handleTooltipLeave}
@@ -1325,35 +1359,35 @@ function isPointerMode() {
1325
1359
  function isTouchMode() {
1326
1360
  return getInputModality() === "touch";
1327
1361
  }
1328
- var __defProp$18 = Object.defineProperty;
1362
+ var __defProp$1b = Object.defineProperty;
1329
1363
  var __getOwnPropDesc$1a = Object.getOwnPropertyDescriptor;
1330
1364
  var __decorateClass$1d = (decorators, target, key, kind) => {
1331
1365
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$1a(target, key) : target;
1332
1366
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
1333
1367
  if (decorator = decorators[i])
1334
1368
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
1335
- if (kind && result) __defProp$18(target, key, result);
1369
+ if (kind && result) __defProp$1b(target, key, result);
1336
1370
  return result;
1337
1371
  };
1338
1372
  let tooltipCounter = 0;
1339
1373
  const coarsePointerQuery = matchMedia("(pointer: coarse)");
1374
+ const DEFAULT_SHOW_DELAY_MS = 700;
1375
+ const DEFAULT_HIDE_DELAY_MS = 50;
1340
1376
  let NLDDTooltip = class extends LitElement {
1341
1377
  constructor() {
1342
1378
  super(...arguments);
1343
1379
  this.text = "";
1344
1380
  this.placement = "bottom";
1381
+ this.disabled = false;
1345
1382
  this._visible = false;
1346
- this._focusVisible = false;
1347
1383
  this._tooltipId = `nldd-tooltip-${++tooltipCounter}`;
1348
1384
  this._hideTimeout = null;
1385
+ this._showTimeout = null;
1349
1386
  this._descriptionEl = null;
1350
1387
  this._currentTrigger = null;
1351
1388
  this._boundSlotChange = () => this._syncAriaDescribedBy();
1352
1389
  this._handleKeyDown = (e) => {
1353
- if (e.key === "Escape" && this._visible) {
1354
- this._visible = false;
1355
- this._focusVisible = false;
1356
- }
1390
+ if (e.key === "Escape" && this._visible) this._visible = false;
1357
1391
  };
1358
1392
  }
1359
1393
  get _effectivePlacement() {
@@ -1370,12 +1404,27 @@ let NLDDTooltip = class extends LitElement {
1370
1404
  this.shadowRoot?.querySelector("slot")?.addEventListener("slotchange", this._boundSlotChange);
1371
1405
  }
1372
1406
  updated(changed) {
1373
- if (changed.has("_visible") && this._visible) {
1374
- this._updatePosition();
1407
+ if (changed.has("_visible")) {
1408
+ const tooltip = this._getTooltipElement();
1409
+ if (tooltip) {
1410
+ if (this._visible) {
1411
+ if (!tooltip.matches(":popover-open")) tooltip.showPopover();
1412
+ this._updatePosition();
1413
+ } else if (tooltip.matches(":popover-open")) {
1414
+ tooltip.hidePopover();
1415
+ }
1416
+ }
1375
1417
  }
1376
- if (changed.has("text")) {
1418
+ if (changed.has("text") || changed.has("disabled")) {
1377
1419
  this._syncAriaDescribedBy();
1378
1420
  }
1421
+ if (changed.has("disabled") && this.disabled) {
1422
+ if (this._showTimeout) {
1423
+ clearTimeout(this._showTimeout);
1424
+ this._showTimeout = null;
1425
+ }
1426
+ if (this._visible) this._visible = false;
1427
+ }
1379
1428
  }
1380
1429
  _syncAriaDescribedBy() {
1381
1430
  const trigger = this._getTriggerElement();
@@ -1387,7 +1436,7 @@ let NLDDTooltip = class extends LitElement {
1387
1436
  if (trigger.getRootNode() !== document) {
1388
1437
  return;
1389
1438
  }
1390
- if (this.text) {
1439
+ if (this.text && !this.disabled) {
1391
1440
  if (!this._descriptionEl) {
1392
1441
  this._descriptionEl = document.createElement("span");
1393
1442
  this._descriptionEl.id = this._tooltipId;
@@ -1418,30 +1467,45 @@ let NLDDTooltip = class extends LitElement {
1418
1467
  return this.shadowRoot?.querySelector(".tooltip") ?? null;
1419
1468
  }
1420
1469
  _handleTriggerEnter() {
1470
+ if (this.disabled) return;
1421
1471
  if (!this.text) return;
1422
1472
  if (coarsePointerQuery.matches) return;
1423
1473
  if (this._hideTimeout) {
1424
1474
  clearTimeout(this._hideTimeout);
1425
1475
  this._hideTimeout = null;
1426
1476
  }
1427
- this._focusVisible = false;
1428
- this._visible = true;
1477
+ if (this._showTimeout) clearTimeout(this._showTimeout);
1478
+ const parsedShow = parseInt(getComputedStyle(this).getPropertyValue("--_show-delay"), 10);
1479
+ const showDelay = Number.isFinite(parsedShow) ? parsedShow : DEFAULT_SHOW_DELAY_MS;
1480
+ this._showTimeout = setTimeout(() => {
1481
+ this._showTimeout = null;
1482
+ this._visible = true;
1483
+ }, showDelay);
1429
1484
  }
1430
1485
  _handleFocusIn() {
1486
+ if (this.disabled) return;
1431
1487
  if (!this.text) return;
1432
1488
  if (isTouchMode()) return;
1433
1489
  if (this._hideTimeout) {
1434
1490
  clearTimeout(this._hideTimeout);
1435
1491
  this._hideTimeout = null;
1436
1492
  }
1437
- this._focusVisible = true;
1493
+ if (this._showTimeout) {
1494
+ clearTimeout(this._showTimeout);
1495
+ this._showTimeout = null;
1496
+ }
1438
1497
  this._visible = true;
1439
1498
  }
1440
1499
  _handleTriggerLeave() {
1500
+ if (this._showTimeout) {
1501
+ clearTimeout(this._showTimeout);
1502
+ this._showTimeout = null;
1503
+ }
1441
1504
  if (this._hideTimeout) {
1442
1505
  clearTimeout(this._hideTimeout);
1443
1506
  }
1444
- const hideDelay = parseInt(getComputedStyle(this).getPropertyValue("--_hide-delay"), 10);
1507
+ const parsedHide = parseInt(getComputedStyle(this).getPropertyValue("--_hide-delay"), 10);
1508
+ const hideDelay = Number.isFinite(parsedHide) ? parsedHide : DEFAULT_HIDE_DELAY_MS;
1445
1509
  this._hideTimeout = setTimeout(() => {
1446
1510
  this._visible = false;
1447
1511
  this._hideTimeout = null;
@@ -1491,6 +1555,10 @@ let NLDDTooltip = class extends LitElement {
1491
1555
  clearTimeout(this._hideTimeout);
1492
1556
  this._hideTimeout = null;
1493
1557
  }
1558
+ if (this._showTimeout) {
1559
+ clearTimeout(this._showTimeout);
1560
+ this._showTimeout = null;
1561
+ }
1494
1562
  this._currentTrigger?.removeAttribute("aria-describedby");
1495
1563
  this._currentTrigger = null;
1496
1564
  this._descriptionEl?.remove();
@@ -1508,11 +1576,11 @@ __decorateClass$1d([
1508
1576
  property({ type: String, reflect: true })
1509
1577
  ], NLDDTooltip.prototype, "placement", 2);
1510
1578
  __decorateClass$1d([
1511
- state()
1512
- ], NLDDTooltip.prototype, "_visible", 2);
1579
+ property({ type: Boolean, reflect: true })
1580
+ ], NLDDTooltip.prototype, "disabled", 2);
1513
1581
  __decorateClass$1d([
1514
1582
  state()
1515
- ], NLDDTooltip.prototype, "_focusVisible", 2);
1583
+ ], NLDDTooltip.prototype, "_visible", 2);
1516
1584
  NLDDTooltip = __decorateClass$1d([
1517
1585
  customElement("nldd-tooltip")
1518
1586
  ], NLDDTooltip);
@@ -1575,14 +1643,14 @@ function template$l() {
1575
1643
  }
1576
1644
  return renderButton();
1577
1645
  }
1578
- var __defProp$17 = Object.defineProperty;
1646
+ var __defProp$1a = Object.defineProperty;
1579
1647
  var __getOwnPropDesc$19 = Object.getOwnPropertyDescriptor;
1580
1648
  var __decorateClass$1c = (decorators, target, key, kind) => {
1581
1649
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$19(target, key) : target;
1582
1650
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
1583
1651
  if (decorator = decorators[i])
1584
1652
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
1585
- if (kind && result) __defProp$17(target, key, result);
1653
+ if (kind && result) __defProp$1a(target, key, result);
1586
1654
  return result;
1587
1655
  };
1588
1656
  let NLDDIconButton = class extends LitElement {
@@ -2153,13 +2221,13 @@ function template$j() {
2153
2221
  ${this.icon ? html`<nldd-icon name=${this.icon}></nldd-icon>` : html`<slot></slot>`}
2154
2222
  `;
2155
2223
  }
2156
- var __defProp$16 = Object.defineProperty;
2224
+ var __defProp$19 = Object.defineProperty;
2157
2225
  var __decorateClass$1b = (decorators, target, key, kind) => {
2158
2226
  var result = void 0;
2159
2227
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
2160
2228
  if (decorator = decorators[i])
2161
2229
  result = decorator(target, key, result) || result;
2162
- if (result) __defProp$16(target, key, result);
2230
+ if (result) __defProp$19(target, key, result);
2163
2231
  return result;
2164
2232
  };
2165
2233
  function VisibilityMixin(Base) {
@@ -2203,14 +2271,14 @@ function VisibilityMixin(Base) {
2203
2271
  ], WithVisibility.prototype, "hideAbove");
2204
2272
  return WithVisibility;
2205
2273
  }
2206
- var __defProp$15 = Object.defineProperty;
2274
+ var __defProp$18 = Object.defineProperty;
2207
2275
  var __getOwnPropDesc$18 = Object.getOwnPropertyDescriptor;
2208
2276
  var __decorateClass$1a = (decorators, target, key, kind) => {
2209
2277
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$18(target, key) : target;
2210
2278
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
2211
2279
  if (decorator = decorators[i])
2212
2280
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
2213
- if (kind && result) __defProp$15(target, key, result);
2281
+ if (kind && result) __defProp$18(target, key, result);
2214
2282
  return result;
2215
2283
  };
2216
2284
  let NLDDIconCell = class extends VisibilityMixin(LitElement) {
@@ -2286,14 +2354,14 @@ const spacerCellStyles = css`
2286
2354
  width: auto;
2287
2355
  }
2288
2356
  `;
2289
- var __defProp$14 = Object.defineProperty;
2357
+ var __defProp$17 = Object.defineProperty;
2290
2358
  var __getOwnPropDesc$17 = Object.getOwnPropertyDescriptor;
2291
2359
  var __decorateClass$19 = (decorators, target, key, kind) => {
2292
2360
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$17(target, key) : target;
2293
2361
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
2294
2362
  if (decorator = decorators[i])
2295
2363
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
2296
- if (kind && result) __defProp$14(target, key, result);
2364
+ if (kind && result) __defProp$17(target, key, result);
2297
2365
  return result;
2298
2366
  };
2299
2367
  let NLDDSpacerCell = class extends VisibilityMixin(LitElement) {
@@ -2396,6 +2464,7 @@ const textCellStyles = css`
2396
2464
  margin: 0;
2397
2465
  align-self: stretch;
2398
2466
  min-width: 0;
2467
+ overflow-wrap: anywhere;
2399
2468
  color: var(--context-cell-content-color, var(--semantics-content-secondary-color));
2400
2469
  }
2401
2470
 
@@ -2419,6 +2488,8 @@ const textCellStyles = css`
2419
2488
  margin: 0;
2420
2489
  align-self: stretch;
2421
2490
  min-width: 0;
2491
+ overflow-wrap: anywhere;
2492
+ text-wrap: pretty;
2422
2493
  }
2423
2494
 
2424
2495
  :host([size='md']) .text-cell__text,
@@ -2465,6 +2536,7 @@ const textCellStyles = css`
2465
2536
  margin: 0;
2466
2537
  align-self: stretch;
2467
2538
  min-width: 0;
2539
+ overflow-wrap: anywhere;
2468
2540
  color: var(--context-cell-content-color, var(--semantics-content-secondary-color));
2469
2541
  }
2470
2542
 
@@ -2525,14 +2597,14 @@ function template$i() {
2525
2597
  ${this.supportingText ? html`<p class="text-cell__supporting-text">${renderQueryMark(this.supportingText, this.query, this.queryMarkMode)}</p>` : nothing}
2526
2598
  `;
2527
2599
  }
2528
- var __defProp$13 = Object.defineProperty;
2600
+ var __defProp$16 = Object.defineProperty;
2529
2601
  var __getOwnPropDesc$16 = Object.getOwnPropertyDescriptor;
2530
2602
  var __decorateClass$18 = (decorators, target, key, kind) => {
2531
2603
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$16(target, key) : target;
2532
2604
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
2533
2605
  if (decorator = decorators[i])
2534
2606
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
2535
- if (kind && result) __defProp$13(target, key, result);
2607
+ if (kind && result) __defProp$16(target, key, result);
2536
2608
  return result;
2537
2609
  };
2538
2610
  let NLDDTextCell = class extends VisibilityMixin(LitElement) {
@@ -2639,6 +2711,8 @@ const inlineDialogStyles = css`
2639
2711
  :host {
2640
2712
  display: flex;
2641
2713
  justify-content: center;
2714
+ align-items: center;
2715
+ flex-grow: 1;
2642
2716
 
2643
2717
  --_icon-color: var(--semantics-content-color);
2644
2718
  }
@@ -2684,6 +2758,7 @@ const inlineDialogStyles = css`
2684
2758
  font: var(--primitives-font-body-md-bold-tight);
2685
2759
  color: var(--semantics-content-color);
2686
2760
  text-align: center;
2761
+ text-wrap: pretty;
2687
2762
  }
2688
2763
 
2689
2764
  .inline-dialog__text:focus-visible {
@@ -2699,6 +2774,7 @@ const inlineDialogStyles = css`
2699
2774
  font: var(--primitives-font-body-sm-regular-tight);
2700
2775
  color: var(--semantics-content-color);
2701
2776
  text-align: center;
2777
+ text-wrap: pretty;
2702
2778
  }
2703
2779
 
2704
2780
 
@@ -2817,14 +2893,14 @@ function template$h() {
2817
2893
  </div>
2818
2894
  `;
2819
2895
  }
2820
- var __defProp$12 = Object.defineProperty;
2896
+ var __defProp$15 = Object.defineProperty;
2821
2897
  var __getOwnPropDesc$15 = Object.getOwnPropertyDescriptor;
2822
2898
  var __decorateClass$17 = (decorators, target, key, kind) => {
2823
2899
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$15(target, key) : target;
2824
2900
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
2825
2901
  if (decorator = decorators[i])
2826
2902
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
2827
- if (kind && result) __defProp$12(target, key, result);
2903
+ if (kind && result) __defProp$15(target, key, result);
2828
2904
  return result;
2829
2905
  };
2830
2906
  let NLDDButtonGroup = class extends LitElement {
@@ -2869,14 +2945,14 @@ __decorateClass$17([
2869
2945
  NLDDButtonGroup = __decorateClass$17([
2870
2946
  customElement("nldd-button-group")
2871
2947
  ], NLDDButtonGroup);
2872
- var __defProp$11 = Object.defineProperty;
2948
+ var __defProp$14 = Object.defineProperty;
2873
2949
  var __getOwnPropDesc$14 = Object.getOwnPropertyDescriptor;
2874
2950
  var __decorateClass$16 = (decorators, target, key, kind) => {
2875
2951
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$14(target, key) : target;
2876
2952
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
2877
2953
  if (decorator = decorators[i])
2878
2954
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
2879
- if (kind && result) __defProp$11(target, key, result);
2955
+ if (kind && result) __defProp$14(target, key, result);
2880
2956
  return result;
2881
2957
  };
2882
2958
  let NLDDInlineDialog = class extends LitElement {
@@ -2945,13 +3021,13 @@ NLDDInlineDialog = __decorateClass$16([
2945
3021
  customElement("nldd-inline-dialog")
2946
3022
  ], NLDDInlineDialog);
2947
3023
  const POPOVER_REOPEN_GUARD_MS = 100;
2948
- var __defProp$10 = Object.defineProperty;
3024
+ var __defProp$13 = Object.defineProperty;
2949
3025
  var __decorateClass$15 = (decorators, target, key, kind) => {
2950
3026
  var result = void 0;
2951
3027
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
2952
3028
  if (decorator = decorators[i])
2953
3029
  result = decorator(target, key, result) || result;
2954
- if (result) __defProp$10(target, key, result);
3030
+ if (result) __defProp$13(target, key, result);
2955
3031
  return result;
2956
3032
  };
2957
3033
  const _NLDDMenuDivider = class _NLDDMenuDivider extends LitElement {
@@ -3073,6 +3149,7 @@ const _NLDDMenu = class _NLDDMenu extends LitElement {
3073
3149
  this._isEmpty = false;
3074
3150
  this._isOpen = false;
3075
3151
  this._closedAt = 0;
3152
+ this._cleanupAutoUpdate = null;
3076
3153
  this._handleDocumentClick = (event) => {
3077
3154
  if (this.anchorElement) return;
3078
3155
  const anchorEl = this._getAnchorEl();
@@ -3139,6 +3216,8 @@ const _NLDDMenu = class _NLDDMenu extends LitElement {
3139
3216
  this._isOpen = toggleEvent.newState === "open";
3140
3217
  if (toggleEvent.newState !== "open") {
3141
3218
  this._closedAt = Date.now();
3219
+ this._cleanupAutoUpdate?.();
3220
+ this._cleanupAutoUpdate = null;
3142
3221
  return;
3143
3222
  }
3144
3223
  this._updateDividerVisibility();
@@ -3148,6 +3227,10 @@ const _NLDDMenu = class _NLDDMenu extends LitElement {
3148
3227
  item.menuVariant = this.variant;
3149
3228
  });
3150
3229
  await this.reposition();
3230
+ const anchorEl = this._getAnchorEl();
3231
+ if (anchorEl) {
3232
+ this._cleanupAutoUpdate = autoUpdate(anchorEl, this, () => this.reposition());
3233
+ }
3151
3234
  await this.updateComplete;
3152
3235
  if (this.variant !== "listbox") {
3153
3236
  const keyboard = isKeyboardMode();
@@ -3223,6 +3306,8 @@ const _NLDDMenu = class _NLDDMenu extends LitElement {
3223
3306
  this.removeEventListener("mouseleave", this._handleMouseleave);
3224
3307
  this.removeEventListener("menu-item-focused", this._handleMenuItemFocused);
3225
3308
  document.removeEventListener("click", this._handleDocumentClick);
3309
+ this._cleanupAutoUpdate?.();
3310
+ this._cleanupAutoUpdate = null;
3226
3311
  }
3227
3312
  // — Internal helpers ——————————————————————————————————————————————————————
3228
3313
  _getVisibleItems() {
@@ -3402,14 +3487,14 @@ __decorateClass$15([
3402
3487
  if (!customElements.get("nldd-menu")) {
3403
3488
  customElements.define("nldd-menu", NLDDMenu);
3404
3489
  }
3405
- var __defProp$$ = Object.defineProperty;
3490
+ var __defProp$12 = Object.defineProperty;
3406
3491
  var __getOwnPropDesc$13 = Object.getOwnPropertyDescriptor;
3407
3492
  var __decorateClass$14 = (decorators, target, key, kind) => {
3408
3493
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$13(target, key) : target;
3409
3494
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
3410
3495
  if (decorator = decorators[i])
3411
3496
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
3412
- if (kind && result) __defProp$$(target, key, result);
3497
+ if (kind && result) __defProp$12(target, key, result);
3413
3498
  return result;
3414
3499
  };
3415
3500
  let NLDDSplitButton = class extends LitElement {
@@ -3648,14 +3733,14 @@ function renderChild(child) {
3648
3733
  }
3649
3734
  return html`<slot name="child-${child.id}"></slot>`;
3650
3735
  }
3651
- var __defProp$_ = Object.defineProperty;
3736
+ var __defProp$11 = Object.defineProperty;
3652
3737
  var __getOwnPropDesc$12 = Object.getOwnPropertyDescriptor;
3653
3738
  var __decorateClass$13 = (decorators, target, key, kind) => {
3654
3739
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$12(target, key) : target;
3655
3740
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
3656
3741
  if (decorator = decorators[i])
3657
3742
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
3658
- if (kind && result) __defProp$_(target, key, result);
3743
+ if (kind && result) __defProp$11(target, key, result);
3659
3744
  return result;
3660
3745
  };
3661
3746
  if (!customElements.get("nldd-button-bar-divider")) {
@@ -4166,14 +4251,14 @@ function template$f(startChildren, centerChildren, endChildren, overflowIds, siz
4166
4251
  const nlddToolbarTranslations = {
4167
4252
  "components.toolbar.overflow-action": "Meer"
4168
4253
  };
4169
- var __defProp$Z = Object.defineProperty;
4254
+ var __defProp$10 = Object.defineProperty;
4170
4255
  var __getOwnPropDesc$11 = Object.getOwnPropertyDescriptor;
4171
4256
  var __decorateClass$12 = (decorators, target, key, kind) => {
4172
4257
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$11(target, key) : target;
4173
4258
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
4174
4259
  if (decorator = decorators[i])
4175
4260
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
4176
- if (kind && result) __defProp$Z(target, key, result);
4261
+ if (kind && result) __defProp$10(target, key, result);
4177
4262
  return result;
4178
4263
  };
4179
4264
  if (!customElements.get("nldd-toolbar-item")) {
@@ -4781,14 +4866,14 @@ function template$e(helpers) {
4781
4866
  </a>
4782
4867
  `;
4783
4868
  }
4784
- var __defProp$Y = Object.defineProperty;
4869
+ var __defProp$$ = Object.defineProperty;
4785
4870
  var __getOwnPropDesc$10 = Object.getOwnPropertyDescriptor;
4786
4871
  var __decorateClass$11 = (decorators, target, key, kind) => {
4787
4872
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$10(target, key) : target;
4788
4873
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
4789
4874
  if (decorator = decorators[i])
4790
4875
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
4791
- if (kind && result) __defProp$Y(target, key, result);
4876
+ if (kind && result) __defProp$$(target, key, result);
4792
4877
  return result;
4793
4878
  };
4794
4879
  let NLDDLink = class extends LitElement {
@@ -4856,14 +4941,14 @@ __decorateClass$11([
4856
4941
  NLDDLink = __decorateClass$11([
4857
4942
  customElement("nldd-link")
4858
4943
  ], NLDDLink);
4859
- var __defProp$X = Object.defineProperty;
4944
+ var __defProp$_ = Object.defineProperty;
4860
4945
  var __getOwnPropDesc$$ = Object.getOwnPropertyDescriptor;
4861
4946
  var __decorateClass$10 = (decorators, target, key, kind) => {
4862
4947
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$$(target, key) : target;
4863
4948
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
4864
4949
  if (decorator = decorators[i])
4865
4950
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
4866
- if (kind && result) __defProp$X(target, key, result);
4951
+ if (kind && result) __defProp$_(target, key, result);
4867
4952
  return result;
4868
4953
  };
4869
4954
  let NLDDRichText = class extends LitElement {
@@ -4887,9 +4972,9 @@ const breakpoints = {
4887
4972
  mdMax: "1007px",
4888
4973
  lgMin: "1008px"
4889
4974
  };
4890
- const smMax$8 = unsafeCSS(breakpoints.smMax);
4891
- const mdMin$b = unsafeCSS(breakpoints.mdMin);
4892
- const mdMax$2 = unsafeCSS(breakpoints.mdMax);
4975
+ const smMax$c = unsafeCSS(breakpoints.smMax);
4976
+ const mdMin$d = unsafeCSS(breakpoints.mdMin);
4977
+ const mdMax$8 = unsafeCSS(breakpoints.mdMax);
4893
4978
  const lgMin$a = unsafeCSS(breakpoints.lgMin);
4894
4979
  const titleStyles = css`
4895
4980
 
@@ -4930,6 +5015,7 @@ const titleStyles = css`
4930
5015
 
4931
5016
  ::slotted([slot='overline']) {
4932
5017
  margin: 0;
5018
+ overflow-wrap: anywhere;
4933
5019
  color: var(--semantics-content-secondary-color);
4934
5020
  font: var(--primitives-font-body-sm-regular-tight);
4935
5021
  }
@@ -4939,15 +5025,17 @@ const titleStyles = css`
4939
5025
 
4940
5026
  ::slotted(:not([slot])) {
4941
5027
  margin: 0;
5028
+ overflow-wrap: anywhere;
4942
5029
  color: var(--semantics-content-color);
5030
+ text-wrap: pretty;
4943
5031
  }
4944
5032
 
4945
5033
  :host([size='1']) ::slotted(:not([slot])) {
4946
- @media (max-width: ${smMax$8}) {
5034
+ @media (max-width: ${smMax$c}) {
4947
5035
  font: var(--primitives-font-display-1-sm);
4948
5036
  }
4949
5037
 
4950
- @media (min-width: ${mdMin$b}) and (max-width: ${mdMax$2}) {
5038
+ @media (min-width: ${mdMin$d}) and (max-width: ${mdMax$8}) {
4951
5039
  font: var(--primitives-font-display-1-md);
4952
5040
  }
4953
5041
 
@@ -4955,11 +5043,11 @@ const titleStyles = css`
4955
5043
  font: var(--primitives-font-display-1-lg);
4956
5044
  }
4957
5045
 
4958
- @container layout-area (max-width: ${smMax$8}) {
5046
+ @container layout-area (max-width: ${smMax$c}) {
4959
5047
  font: var(--primitives-font-display-1-sm);
4960
5048
  }
4961
5049
 
4962
- @container layout-area (min-width: ${mdMin$b}) and (max-width: ${mdMax$2}) {
5050
+ @container layout-area (min-width: ${mdMin$d}) and (max-width: ${mdMax$8}) {
4963
5051
  font: var(--primitives-font-display-1-md);
4964
5052
  }
4965
5053
 
@@ -4969,11 +5057,11 @@ const titleStyles = css`
4969
5057
  }
4970
5058
 
4971
5059
  :host([size='2']) ::slotted(:not([slot])) {
4972
- @media (max-width: ${smMax$8}) {
5060
+ @media (max-width: ${smMax$c}) {
4973
5061
  font: var(--primitives-font-display-2-sm);
4974
5062
  }
4975
5063
 
4976
- @media (min-width: ${mdMin$b}) and (max-width: ${mdMax$2}) {
5064
+ @media (min-width: ${mdMin$d}) and (max-width: ${mdMax$8}) {
4977
5065
  font: var(--primitives-font-display-2-md);
4978
5066
  }
4979
5067
 
@@ -4981,11 +5069,11 @@ const titleStyles = css`
4981
5069
  font: var(--primitives-font-display-2-lg);
4982
5070
  }
4983
5071
 
4984
- @container layout-area (max-width: ${smMax$8}) {
5072
+ @container layout-area (max-width: ${smMax$c}) {
4985
5073
  font: var(--primitives-font-display-2-sm);
4986
5074
  }
4987
5075
 
4988
- @container layout-area (min-width: ${mdMin$b}) and (max-width: ${mdMax$2}) {
5076
+ @container layout-area (min-width: ${mdMin$d}) and (max-width: ${mdMax$8}) {
4989
5077
  font: var(--primitives-font-display-2-md);
4990
5078
  }
4991
5079
 
@@ -4996,11 +5084,11 @@ const titleStyles = css`
4996
5084
 
4997
5085
  :host([size='3']) ::slotted(:not([slot])),
4998
5086
  :host(:not([size])) ::slotted(:not([slot])) {
4999
- @media (max-width: ${smMax$8}) {
5087
+ @media (max-width: ${smMax$c}) {
5000
5088
  font: var(--primitives-font-display-3-sm);
5001
5089
  }
5002
5090
 
5003
- @media (min-width: ${mdMin$b}) and (max-width: ${mdMax$2}) {
5091
+ @media (min-width: ${mdMin$d}) and (max-width: ${mdMax$8}) {
5004
5092
  font: var(--primitives-font-display-3-md);
5005
5093
  }
5006
5094
 
@@ -5008,11 +5096,11 @@ const titleStyles = css`
5008
5096
  font: var(--primitives-font-display-3-lg);
5009
5097
  }
5010
5098
 
5011
- @container layout-area (max-width: ${smMax$8}) {
5099
+ @container layout-area (max-width: ${smMax$c}) {
5012
5100
  font: var(--primitives-font-display-3-sm);
5013
5101
  }
5014
5102
 
5015
- @container layout-area (min-width: ${mdMin$b}) and (max-width: ${mdMax$2}) {
5103
+ @container layout-area (min-width: ${mdMin$d}) and (max-width: ${mdMax$8}) {
5016
5104
  font: var(--primitives-font-display-3-md);
5017
5105
  }
5018
5106
 
@@ -5022,11 +5110,11 @@ const titleStyles = css`
5022
5110
  }
5023
5111
 
5024
5112
  :host([size='4']) ::slotted(:not([slot])) {
5025
- @media (max-width: ${smMax$8}) {
5113
+ @media (max-width: ${smMax$c}) {
5026
5114
  font: var(--primitives-font-display-4-sm);
5027
5115
  }
5028
5116
 
5029
- @media (min-width: ${mdMin$b}) and (max-width: ${mdMax$2}) {
5117
+ @media (min-width: ${mdMin$d}) and (max-width: ${mdMax$8}) {
5030
5118
  font: var(--primitives-font-display-4-md);
5031
5119
  }
5032
5120
 
@@ -5034,11 +5122,11 @@ const titleStyles = css`
5034
5122
  font: var(--primitives-font-display-4-lg);
5035
5123
  }
5036
5124
 
5037
- @container layout-area (max-width: ${smMax$8}) {
5125
+ @container layout-area (max-width: ${smMax$c}) {
5038
5126
  font: var(--primitives-font-display-4-sm);
5039
5127
  }
5040
5128
 
5041
- @container layout-area (min-width: ${mdMin$b}) and (max-width: ${mdMax$2}) {
5129
+ @container layout-area (min-width: ${mdMin$d}) and (max-width: ${mdMax$8}) {
5042
5130
  font: var(--primitives-font-display-4-md);
5043
5131
  }
5044
5132
 
@@ -5048,11 +5136,11 @@ const titleStyles = css`
5048
5136
  }
5049
5137
 
5050
5138
  :host([size='5']) ::slotted(:not([slot])) {
5051
- @media (max-width: ${smMax$8}) {
5139
+ @media (max-width: ${smMax$c}) {
5052
5140
  font: var(--primitives-font-display-5-sm);
5053
5141
  }
5054
5142
 
5055
- @media (min-width: ${mdMin$b}) and (max-width: ${mdMax$2}) {
5143
+ @media (min-width: ${mdMin$d}) and (max-width: ${mdMax$8}) {
5056
5144
  font: var(--primitives-font-display-5-md);
5057
5145
  }
5058
5146
 
@@ -5060,11 +5148,11 @@ const titleStyles = css`
5060
5148
  font: var(--primitives-font-display-5-lg);
5061
5149
  }
5062
5150
 
5063
- @container layout-area (max-width: ${smMax$8}) {
5151
+ @container layout-area (max-width: ${smMax$c}) {
5064
5152
  font: var(--primitives-font-display-5-sm);
5065
5153
  }
5066
5154
 
5067
- @container layout-area (min-width: ${mdMin$b}) and (max-width: ${mdMax$2}) {
5155
+ @container layout-area (min-width: ${mdMin$d}) and (max-width: ${mdMax$8}) {
5068
5156
  font: var(--primitives-font-display-5-md);
5069
5157
  }
5070
5158
 
@@ -5074,11 +5162,11 @@ const titleStyles = css`
5074
5162
  }
5075
5163
 
5076
5164
  :host([size='6']) ::slotted(:not([slot])) {
5077
- @media (max-width: ${smMax$8}) {
5165
+ @media (max-width: ${smMax$c}) {
5078
5166
  font: var(--primitives-font-display-6-sm);
5079
5167
  }
5080
5168
 
5081
- @media (min-width: ${mdMin$b}) and (max-width: ${mdMax$2}) {
5169
+ @media (min-width: ${mdMin$d}) and (max-width: ${mdMax$8}) {
5082
5170
  font: var(--primitives-font-display-6-md);
5083
5171
  }
5084
5172
 
@@ -5086,11 +5174,11 @@ const titleStyles = css`
5086
5174
  font: var(--primitives-font-display-6-lg);
5087
5175
  }
5088
5176
 
5089
- @container layout-area (max-width: ${smMax$8}) {
5177
+ @container layout-area (max-width: ${smMax$c}) {
5090
5178
  font: var(--primitives-font-display-6-sm);
5091
5179
  }
5092
5180
 
5093
- @container layout-area (min-width: ${mdMin$b}) and (max-width: ${mdMax$2}) {
5181
+ @container layout-area (min-width: ${mdMin$d}) and (max-width: ${mdMax$8}) {
5094
5182
  font: var(--primitives-font-display-6-md);
5095
5183
  }
5096
5184
 
@@ -5104,6 +5192,7 @@ const titleStyles = css`
5104
5192
 
5105
5193
  ::slotted([slot='subtitle']) {
5106
5194
  margin: 0;
5195
+ overflow-wrap: anywhere;
5107
5196
  color: var(--semantics-content-secondary-color);
5108
5197
  font: var(--primitives-font-body-sm-regular-tight);
5109
5198
  }
@@ -5133,14 +5222,14 @@ function titleTemplate() {
5133
5222
  </div>
5134
5223
  `;
5135
5224
  }
5136
- var __defProp$W = Object.defineProperty;
5225
+ var __defProp$Z = Object.defineProperty;
5137
5226
  var __getOwnPropDesc$_ = Object.getOwnPropertyDescriptor;
5138
5227
  var __decorateClass$$ = (decorators, target, key, kind) => {
5139
5228
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$_(target, key) : target;
5140
5229
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
5141
5230
  if (decorator = decorators[i])
5142
5231
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
5143
- if (kind && result) __defProp$W(target, key, result);
5232
+ if (kind && result) __defProp$Z(target, key, result);
5144
5233
  return result;
5145
5234
  };
5146
5235
  let NLDDTitle = class extends LitElement {
@@ -5159,7 +5248,7 @@ __decorateClass$$([
5159
5248
  NLDDTitle = __decorateClass$$([
5160
5249
  customElement("nldd-title")
5161
5250
  ], NLDDTitle);
5162
- const smMax$7 = unsafeCSS(breakpoints.smMax);
5251
+ const smMax$b = unsafeCSS(breakpoints.smMax);
5163
5252
  const blockquoteStyles = css`
5164
5253
 
5165
5254
 
@@ -5173,7 +5262,7 @@ const blockquoteStyles = css`
5173
5262
  max-width: var(--semantics-blockquotes-max-width);
5174
5263
  }
5175
5264
 
5176
- @media (max-width: ${smMax$7}) {
5265
+ @media (max-width: ${smMax$b}) {
5177
5266
  :host {
5178
5267
  --_spacing: var(--semantics-blockquotes-sm-spacing);
5179
5268
  --_quote-font: var(--semantics-blockquotes-sm-quote-font);
@@ -5181,7 +5270,7 @@ const blockquoteStyles = css`
5181
5270
  }
5182
5271
  }
5183
5272
 
5184
- @container layout-area (max-width: ${smMax$7}) {
5273
+ @container layout-area (max-width: ${smMax$b}) {
5185
5274
  :host {
5186
5275
  --_spacing: var(--semantics-blockquotes-sm-spacing);
5187
5276
  --_quote-font: var(--semantics-blockquotes-sm-quote-font);
@@ -5255,13 +5344,13 @@ function template$d(component) {
5255
5344
  </blockquote>
5256
5345
  `;
5257
5346
  }
5258
- var __defProp$V = Object.defineProperty;
5347
+ var __defProp$Y = Object.defineProperty;
5259
5348
  var __decorateClass$_ = (decorators, target, key, kind) => {
5260
5349
  var result = void 0;
5261
5350
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
5262
5351
  if (decorator = decorators[i])
5263
5352
  result = decorator(target, key, result) || result;
5264
- if (result) __defProp$V(target, key, result);
5353
+ if (result) __defProp$Y(target, key, result);
5265
5354
  return result;
5266
5355
  };
5267
5356
  function withTranslations(Base, defaults) {
@@ -5296,14 +5385,14 @@ function withTranslations(Base, defaults) {
5296
5385
  const nlddBlockquoteTranslations = {
5297
5386
  "components.blockquote.attribution-prefix": "— "
5298
5387
  };
5299
- var __defProp$U = Object.defineProperty;
5388
+ var __defProp$X = Object.defineProperty;
5300
5389
  var __getOwnPropDesc$Z = Object.getOwnPropertyDescriptor;
5301
5390
  var __decorateClass$Z = (decorators, target, key, kind) => {
5302
5391
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$Z(target, key) : target;
5303
5392
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
5304
5393
  if (decorator = decorators[i])
5305
5394
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
5306
- if (kind && result) __defProp$U(target, key, result);
5395
+ if (kind && result) __defProp$X(target, key, result);
5307
5396
  return result;
5308
5397
  };
5309
5398
  let NLDDBlockquote = class extends withTranslations(LitElement, nlddBlockquoteTranslations) {
@@ -5458,14 +5547,14 @@ function template$c(component) {
5458
5547
  </span>
5459
5548
  `;
5460
5549
  }
5461
- var __defProp$T = Object.defineProperty;
5550
+ var __defProp$W = Object.defineProperty;
5462
5551
  var __getOwnPropDesc$Y = Object.getOwnPropertyDescriptor;
5463
5552
  var __decorateClass$Y = (decorators, target, key, kind) => {
5464
5553
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$Y(target, key) : target;
5465
5554
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
5466
5555
  if (decorator = decorators[i])
5467
5556
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
5468
- if (kind && result) __defProp$T(target, key, result);
5557
+ if (kind && result) __defProp$W(target, key, result);
5469
5558
  return result;
5470
5559
  };
5471
5560
  let NLDDTag = class extends LitElement {
@@ -5634,14 +5723,14 @@ function template$b(component) {
5634
5723
  </kbd>
5635
5724
  `;
5636
5725
  }
5637
- var __defProp$S = Object.defineProperty;
5726
+ var __defProp$V = Object.defineProperty;
5638
5727
  var __getOwnPropDesc$X = Object.getOwnPropertyDescriptor;
5639
5728
  var __decorateClass$X = (decorators, target, key, kind) => {
5640
5729
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$X(target, key) : target;
5641
5730
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
5642
5731
  if (decorator = decorators[i])
5643
5732
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
5644
- if (kind && result) __defProp$S(target, key, result);
5733
+ if (kind && result) __defProp$V(target, key, result);
5645
5734
  return result;
5646
5735
  };
5647
5736
  let NLDDKeyboardShortcut = class extends LitElement {
@@ -5683,7 +5772,6 @@ const FORWARDED_ATTRIBUTES = [
5683
5772
  "autocomplete"
5684
5773
  ];
5685
5774
  const DESCENDANT_SELECTOR = "nldd-form-field, nldd-form-actions";
5686
- const INHERITED_MARKER = "formAlignmentInherited";
5687
5775
  class NLDDForm extends HTMLElement {
5688
5776
  constructor() {
5689
5777
  super(...arguments);
@@ -5745,45 +5833,26 @@ class NLDDForm extends HTMLElement {
5745
5833
  }
5746
5834
  /**
5747
5835
  * Push `label-alignment` to descendant nldd-form-field and nldd-form-actions
5748
- * elements that don't have an explicit own value. We track inherited
5749
- * assignments via a data-attribute so subsequent updates only touch the
5750
- * elements we previously inherited to explicit per-element overrides
5751
- * are preserved.
5752
- *
5753
- * **Timing-subtleties (Lit reflect-default + MutationObserver race):**
5836
+ * elements as a separate `form-label-alignment` attribute, defaulting to
5837
+ * `'top'` when the form itself has no `label-alignment`. Descendant CSS
5838
+ * uses `[label-alignment="X"]` first and falls back to
5839
+ * `[form-label-alignment="X"]` when no own value is set, so a consumer's
5840
+ * explicit `label-alignment` always wins automatically — without us having
5841
+ * to track which elements we previously inherited to.
5754
5842
  *
5755
- * Lit-based descendants (nldd-form-field, nldd-form-actions) reflecten hun
5756
- * default `label-alignment="top"` op het attribuut wanneer hun eerste
5757
- * update fired. Een naïeve `hasOwn`-check zou dan elke vers gemaakte
5758
- * descendant als "explicit own value" zien en propagation skippen.
5843
+ * Always-setting (rather than only when the form has its own value) lets
5844
+ * downstream selectors assume the attribute is present on every descendant
5845
+ * inside an `nldd-form`, which keeps form.css's adjacent-sibling tight-gap
5846
+ * rule simple.
5759
5847
  *
5760
- * In praktijk werkt 't omdat:
5761
- * 1. Bij parsed HTML fires de form's connectedCallback VOORDAT children
5762
- * upgraden propagation set 'right' op het attribuut, child upgrade
5763
- * leest dat als initial value (geen reflect-default-conflict).
5764
- * 2. Bij dynamic appendChild fires de MutationObserver na DOM-mutation
5765
- * maar microtask-volgorde laat de propagation z'n attribuut zetten
5766
- * voordat Lit's reflection 't kan overschrijven (Lit reflect = ook
5767
- * microtask, maar de MO callback runt eerder in deze flow).
5768
- *
5769
- * Regression test: form.test.ts "propageert ook naar later toegevoegde
5770
- * form-actions children" verifieert deze flow. Verander deze guard
5771
- * niet zonder die test te draaien.
5848
+ * The two-attribute split also avoids the historical Lit reflect-default
5849
+ * vs MutationObserver timing race: we never touch `label-alignment` on
5850
+ * the descendant, so a freshly upgraded Lit element reflecting its default
5851
+ * doesn't conflict with the form's intent.
5772
5852
  */
5773
5853
  _propagateLabelAlignment(value) {
5774
5854
  const fields = this.querySelectorAll(DESCENDANT_SELECTOR);
5775
- fields.forEach((f) => {
5776
- const isInherited = f.dataset[INHERITED_MARKER] === "true";
5777
- const hasOwn = f.hasAttribute("label-alignment");
5778
- if (hasOwn && !isInherited) return;
5779
- if (value) {
5780
- f.setAttribute("label-alignment", value);
5781
- f.dataset[INHERITED_MARKER] = "true";
5782
- } else if (isInherited) {
5783
- f.removeAttribute("label-alignment");
5784
- delete f.dataset[INHERITED_MARKER];
5785
- }
5786
- });
5855
+ fields.forEach((f) => f.setAttribute("form-label-alignment", value ?? "top"));
5787
5856
  }
5788
5857
  _mirrorAttributes() {
5789
5858
  if (!this._form) return;
@@ -5825,7 +5894,9 @@ const formActionsStyles = css`
5825
5894
  }
5826
5895
 
5827
5896
  :host([label-alignment='left']) .form-actions,
5828
- :host([label-alignment='right']) .form-actions {
5897
+ :host([label-alignment='right']) .form-actions,
5898
+ :host(:not([label-alignment])[form-label-alignment='left']) .form-actions,
5899
+ :host(:not([label-alignment])[form-label-alignment='right']) .form-actions {
5829
5900
  @container (min-width: 641px) {
5830
5901
  flex-direction: row;
5831
5902
  align-items: start;
@@ -5834,7 +5905,9 @@ const formActionsStyles = css`
5834
5905
  }
5835
5906
 
5836
5907
  :host([label-alignment='left']) .form-actions::before,
5837
- :host([label-alignment='right']) .form-actions::before {
5908
+ :host([label-alignment='right']) .form-actions::before,
5909
+ :host(:not([label-alignment])[form-label-alignment='left']) .form-actions::before,
5910
+ :host(:not([label-alignment])[form-label-alignment='right']) .form-actions::before {
5838
5911
  @container (min-width: 641px) {
5839
5912
  content: '';
5840
5913
  flex-grow: 0;
@@ -5863,20 +5936,20 @@ function formActionsTemplate() {
5863
5936
  </div>
5864
5937
  `;
5865
5938
  }
5866
- var __defProp$R = Object.defineProperty;
5939
+ var __defProp$U = Object.defineProperty;
5867
5940
  var __getOwnPropDesc$W = Object.getOwnPropertyDescriptor;
5868
5941
  var __decorateClass$W = (decorators, target, key, kind) => {
5869
5942
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$W(target, key) : target;
5870
5943
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
5871
5944
  if (decorator = decorators[i])
5872
5945
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
5873
- if (kind && result) __defProp$R(target, key, result);
5946
+ if (kind && result) __defProp$U(target, key, result);
5874
5947
  return result;
5875
5948
  };
5876
5949
  let NLDDFormActions = class extends LitElement {
5877
5950
  constructor() {
5878
5951
  super(...arguments);
5879
- this.labelAlignment = "top";
5952
+ this.labelAlignment = void 0;
5880
5953
  }
5881
5954
  render() {
5882
5955
  return formActionsTemplate();
@@ -5915,7 +5988,9 @@ const formFieldStyles = css`
5915
5988
  }
5916
5989
 
5917
5990
  :host([label-alignment='left']) .form-field,
5918
- :host([label-alignment='right']) .form-field {
5991
+ :host([label-alignment='right']) .form-field,
5992
+ :host(:not([label-alignment])[form-label-alignment='left']) .form-field,
5993
+ :host(:not([label-alignment])[form-label-alignment='right']) .form-field {
5919
5994
  @container (min-width: 641px) {
5920
5995
  flex-direction: row;
5921
5996
  align-items: start;
@@ -5933,7 +6008,9 @@ const formFieldStyles = css`
5933
6008
  }
5934
6009
 
5935
6010
  :host([label-alignment='left']) .form-field__header,
5936
- :host([label-alignment='right']) .form-field__header {
6011
+ :host([label-alignment='right']) .form-field__header,
6012
+ :host(:not([label-alignment])[form-label-alignment='left']) .form-field__header,
6013
+ :host(:not([label-alignment])[form-label-alignment='right']) .form-field__header {
5937
6014
  @container (min-width: 641px) {
5938
6015
  flex-grow: 0;
5939
6016
  flex-shrink: 0;
@@ -5943,14 +6020,16 @@ const formFieldStyles = css`
5943
6020
  }
5944
6021
  }
5945
6022
 
5946
- :host([label-alignment='right']) .form-field__header {
6023
+ :host([label-alignment='right']) .form-field__header,
6024
+ :host(:not([label-alignment])[form-label-alignment='right']) .form-field__header {
5947
6025
  @container (min-width: 641px) {
5948
6026
  align-items: end;
5949
6027
  text-align: right;
5950
6028
  }
5951
6029
  }
5952
6030
 
5953
- :host([label-alignment='left']) .form-field__header {
6031
+ :host([label-alignment='left']) .form-field__header,
6032
+ :host(:not([label-alignment])[form-label-alignment='left']) .form-field__header {
5954
6033
  @container (min-width: 641px) {
5955
6034
  align-items: start;
5956
6035
  text-align: left;
@@ -5962,7 +6041,9 @@ const formFieldStyles = css`
5962
6041
  }
5963
6042
 
5964
6043
  :host([label-alignment='left']) .form-field__header.is-empty,
5965
- :host([label-alignment='right']) .form-field__header.is-empty {
6044
+ :host([label-alignment='right']) .form-field__header.is-empty,
6045
+ :host(:not([label-alignment])[form-label-alignment='left']) .form-field__header.is-empty,
6046
+ :host(:not([label-alignment])[form-label-alignment='right']) .form-field__header.is-empty {
5966
6047
  @container (min-width: 641px) {
5967
6048
  display: flex;
5968
6049
  }
@@ -5977,10 +6058,13 @@ const formFieldStyles = css`
5977
6058
  gap: var(--primitives-space-4);
5978
6059
  color: var(--semantics-content-color);
5979
6060
  font: var(--primitives-font-body-md-regular-tight);
6061
+ text-wrap: pretty;
5980
6062
  }
5981
6063
 
5982
6064
  :host([label-alignment='left']) .form-field__label,
5983
- :host([label-alignment='right']) .form-field__label {
6065
+ :host([label-alignment='right']) .form-field__label,
6066
+ :host(:not([label-alignment])[form-label-alignment='left']) .form-field__label,
6067
+ :host(:not([label-alignment])[form-label-alignment='right']) .form-field__label {
5984
6068
  @container (min-width: 641px) {
5985
6069
  display: flex;
5986
6070
  flex-direction: column;
@@ -5988,13 +6072,15 @@ const formFieldStyles = css`
5988
6072
  }
5989
6073
  }
5990
6074
 
5991
- :host([label-alignment='right']) .form-field__label {
6075
+ :host([label-alignment='right']) .form-field__label,
6076
+ :host(:not([label-alignment])[form-label-alignment='right']) .form-field__label {
5992
6077
  @container (min-width: 641px) {
5993
6078
  align-items: end;
5994
6079
  }
5995
6080
  }
5996
6081
 
5997
- :host([label-alignment='left']) .form-field__label {
6082
+ :host([label-alignment='left']) .form-field__label,
6083
+ :host(:not([label-alignment])[form-label-alignment='left']) .form-field__label {
5998
6084
  @container (min-width: 641px) {
5999
6085
  align-items: start;
6000
6086
  }
@@ -6014,6 +6100,7 @@ const formFieldStyles = css`
6014
6100
  .form-field__supporting-label {
6015
6101
  color: var(--semantics-content-secondary-color);
6016
6102
  font: var(--primitives-font-body-xs-regular-tight);
6103
+ text-wrap: pretty;
6017
6104
  }
6018
6105
 
6019
6106
 
@@ -6187,14 +6274,14 @@ function formFieldErrorTextTemplate(_component) {
6187
6274
  </p>
6188
6275
  `;
6189
6276
  }
6190
- var __defProp$Q = Object.defineProperty;
6277
+ var __defProp$T = Object.defineProperty;
6191
6278
  var __getOwnPropDesc$V = Object.getOwnPropertyDescriptor;
6192
6279
  var __decorateClass$V = (decorators, target, key, kind) => {
6193
6280
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$V(target, key) : target;
6194
6281
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
6195
6282
  if (decorator = decorators[i])
6196
6283
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
6197
- if (kind && result) __defProp$Q(target, key, result);
6284
+ if (kind && result) __defProp$T(target, key, result);
6198
6285
  return result;
6199
6286
  };
6200
6287
  const HELPER_TAGS = ["nldd-form-field-help-text", "nldd-form-field-error-text"];
@@ -6205,7 +6292,7 @@ function generateId() {
6205
6292
  let NLDDFormField = class extends LitElement {
6206
6293
  constructor() {
6207
6294
  super(...arguments);
6208
- this.labelAlignment = "top";
6295
+ this.labelAlignment = void 0;
6209
6296
  this.label = "";
6210
6297
  this.supportingLabel = "";
6211
6298
  this.optional = false;
@@ -6714,14 +6801,14 @@ function textFieldTemplate(component) {
6714
6801
  </div>
6715
6802
  `;
6716
6803
  }
6717
- var __defProp$P = Object.defineProperty;
6804
+ var __defProp$S = Object.defineProperty;
6718
6805
  var __getOwnPropDesc$U = Object.getOwnPropertyDescriptor;
6719
6806
  var __decorateClass$U = (decorators, target, key, kind) => {
6720
6807
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$U(target, key) : target;
6721
6808
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
6722
6809
  if (decorator = decorators[i])
6723
6810
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
6724
- if (kind && result) __defProp$P(target, key, result);
6811
+ if (kind && result) __defProp$S(target, key, result);
6725
6812
  return result;
6726
6813
  };
6727
6814
  let NLDDTextField = class extends LitElement {
@@ -7121,14 +7208,14 @@ function passwordFieldTemplate(component) {
7121
7208
  </div>
7122
7209
  `;
7123
7210
  }
7124
- var __defProp$O = Object.defineProperty;
7211
+ var __defProp$R = Object.defineProperty;
7125
7212
  var __getOwnPropDesc$T = Object.getOwnPropertyDescriptor;
7126
7213
  var __decorateClass$T = (decorators, target, key, kind) => {
7127
7214
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$T(target, key) : target;
7128
7215
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
7129
7216
  if (decorator = decorators[i])
7130
7217
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
7131
- if (kind && result) __defProp$O(target, key, result);
7218
+ if (kind && result) __defProp$R(target, key, result);
7132
7219
  return result;
7133
7220
  };
7134
7221
  let NLDDPasswordField = class extends LitElement {
@@ -7266,9 +7353,11 @@ const searchFieldStyles = css`
7266
7353
  /* # Host */
7267
7354
 
7268
7355
  :host {
7269
- display: block;
7270
7356
  --_background-color: var(--semantics-input-fields-background-color);
7271
7357
  --_z-index-button-focus: 1;
7358
+
7359
+ display: block;
7360
+ min-width: 0;
7272
7361
  -webkit-tap-highlight-color: transparent;
7273
7362
  }
7274
7363
 
@@ -7485,14 +7574,14 @@ const nlddSearchFieldTranslations = {
7485
7574
  "components.search-field.clear-action": "Wis zoekopdracht",
7486
7575
  "components.search-field.search-action": "Zoek"
7487
7576
  };
7488
- var __defProp$N = Object.defineProperty;
7577
+ var __defProp$Q = Object.defineProperty;
7489
7578
  var __getOwnPropDesc$S = Object.getOwnPropertyDescriptor;
7490
7579
  var __decorateClass$S = (decorators, target, key, kind) => {
7491
7580
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$S(target, key) : target;
7492
7581
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
7493
7582
  if (decorator = decorators[i])
7494
7583
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
7495
- if (kind && result) __defProp$N(target, key, result);
7584
+ if (kind && result) __defProp$Q(target, key, result);
7496
7585
  return result;
7497
7586
  };
7498
7587
  let NLDDSearchField = class extends LitElement {
@@ -7808,14 +7897,14 @@ const nlddNumberFieldTranslations = {
7808
7897
  "components.number-field.increment-action": "Verhoog",
7809
7898
  "components.number-field.to-adjust-value-action": "Waarde aanpassen"
7810
7899
  };
7811
- var __defProp$M = Object.defineProperty;
7900
+ var __defProp$P = Object.defineProperty;
7812
7901
  var __getOwnPropDesc$R = Object.getOwnPropertyDescriptor;
7813
7902
  var __decorateClass$R = (decorators, target, key, kind) => {
7814
7903
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$R(target, key) : target;
7815
7904
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
7816
7905
  if (decorator = decorators[i])
7817
7906
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
7818
- if (kind && result) __defProp$M(target, key, result);
7907
+ if (kind && result) __defProp$P(target, key, result);
7819
7908
  return result;
7820
7909
  };
7821
7910
  let NLDDNumberField = class extends LitElement {
@@ -8166,14 +8255,14 @@ function dropdownTemplate(component) {
8166
8255
  </div>
8167
8256
  `;
8168
8257
  }
8169
- var __defProp$L = Object.defineProperty;
8258
+ var __defProp$O = Object.defineProperty;
8170
8259
  var __getOwnPropDesc$Q = Object.getOwnPropertyDescriptor;
8171
8260
  var __decorateClass$Q = (decorators, target, key, kind) => {
8172
8261
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$Q(target, key) : target;
8173
8262
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
8174
8263
  if (decorator = decorators[i])
8175
8264
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
8176
- if (kind && result) __defProp$L(target, key, result);
8265
+ if (kind && result) __defProp$O(target, key, result);
8177
8266
  return result;
8178
8267
  };
8179
8268
  let NLDDDropdown = class extends LitElement {
@@ -8537,14 +8626,14 @@ const nlddComboBoxTranslations = {
8537
8626
  "components.combo-box.open-menu-action": "Toon opties",
8538
8627
  "components.combo-box.clear-action": "Wis invoer"
8539
8628
  };
8540
- var __defProp$K = Object.defineProperty;
8629
+ var __defProp$N = Object.defineProperty;
8541
8630
  var __getOwnPropDesc$P = Object.getOwnPropertyDescriptor;
8542
8631
  var __decorateClass$P = (decorators, target, key, kind) => {
8543
8632
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$P(target, key) : target;
8544
8633
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
8545
8634
  if (decorator = decorators[i])
8546
8635
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
8547
- if (kind && result) __defProp$K(target, key, result);
8636
+ if (kind && result) __defProp$N(target, key, result);
8548
8637
  return result;
8549
8638
  };
8550
8639
  let NLDDComboBox = class extends LitElement {
@@ -8970,14 +9059,14 @@ const nlddStepperTranslations = {
8970
9059
  "components.stepper.increment-action": "Verhoog",
8971
9060
  "components.stepper.to-adjust-value-action": "Aantal aanpassen"
8972
9061
  };
8973
- var __defProp$J = Object.defineProperty;
9062
+ var __defProp$M = Object.defineProperty;
8974
9063
  var __getOwnPropDesc$O = Object.getOwnPropertyDescriptor;
8975
9064
  var __decorateClass$O = (decorators, target, key, kind) => {
8976
9065
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$O(target, key) : target;
8977
9066
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
8978
9067
  if (decorator = decorators[i])
8979
9068
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
8980
- if (kind && result) __defProp$J(target, key, result);
9069
+ if (kind && result) __defProp$M(target, key, result);
8981
9070
  return result;
8982
9071
  };
8983
9072
  let NLDDStepper = class extends LitElement {
@@ -9220,14 +9309,14 @@ function checkboxTemplate(component) {
9220
9309
  </div>
9221
9310
  `;
9222
9311
  }
9223
- var __defProp$I = Object.defineProperty;
9312
+ var __defProp$L = Object.defineProperty;
9224
9313
  var __getOwnPropDesc$N = Object.getOwnPropertyDescriptor;
9225
9314
  var __decorateClass$N = (decorators, target, key, kind) => {
9226
9315
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$N(target, key) : target;
9227
9316
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
9228
9317
  if (decorator = decorators[i])
9229
9318
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
9230
- if (kind && result) __defProp$I(target, key, result);
9319
+ if (kind && result) __defProp$L(target, key, result);
9231
9320
  return result;
9232
9321
  };
9233
9322
  let NLDDCheckbox = class extends LitElement {
@@ -9356,14 +9445,14 @@ function checkboxFieldTemplate(component) {
9356
9445
  </div>
9357
9446
  `;
9358
9447
  }
9359
- var __defProp$H = Object.defineProperty;
9448
+ var __defProp$K = Object.defineProperty;
9360
9449
  var __getOwnPropDesc$M = Object.getOwnPropertyDescriptor;
9361
9450
  var __decorateClass$M = (decorators, target, key, kind) => {
9362
9451
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$M(target, key) : target;
9363
9452
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
9364
9453
  if (decorator = decorators[i])
9365
9454
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
9366
- if (kind && result) __defProp$H(target, key, result);
9455
+ if (kind && result) __defProp$K(target, key, result);
9367
9456
  return result;
9368
9457
  };
9369
9458
  let NLDDCheckboxField = class extends LitElement {
@@ -9555,14 +9644,14 @@ function radioButtonTemplate(component) {
9555
9644
  </div>
9556
9645
  `;
9557
9646
  }
9558
- var __defProp$G = Object.defineProperty;
9647
+ var __defProp$J = Object.defineProperty;
9559
9648
  var __getOwnPropDesc$L = Object.getOwnPropertyDescriptor;
9560
9649
  var __decorateClass$L = (decorators, target, key, kind) => {
9561
9650
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$L(target, key) : target;
9562
9651
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
9563
9652
  if (decorator = decorators[i])
9564
9653
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
9565
- if (kind && result) __defProp$G(target, key, result);
9654
+ if (kind && result) __defProp$J(target, key, result);
9566
9655
  return result;
9567
9656
  };
9568
9657
  let NLDDRadioButton = class extends LitElement {
@@ -9687,14 +9776,14 @@ function radioButtonFieldTemplate(component) {
9687
9776
  </div>
9688
9777
  `;
9689
9778
  }
9690
- var __defProp$F = Object.defineProperty;
9779
+ var __defProp$I = Object.defineProperty;
9691
9780
  var __getOwnPropDesc$K = Object.getOwnPropertyDescriptor;
9692
9781
  var __decorateClass$K = (decorators, target, key, kind) => {
9693
9782
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$K(target, key) : target;
9694
9783
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
9695
9784
  if (decorator = decorators[i])
9696
9785
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
9697
- if (kind && result) __defProp$F(target, key, result);
9786
+ if (kind && result) __defProp$I(target, key, result);
9698
9787
  return result;
9699
9788
  };
9700
9789
  let NLDDRadioButtonField = class extends LitElement {
@@ -9775,14 +9864,14 @@ function radioButtonGroupTemplate(component) {
9775
9864
  </div>
9776
9865
  `;
9777
9866
  }
9778
- var __defProp$E = Object.defineProperty;
9867
+ var __defProp$H = Object.defineProperty;
9779
9868
  var __getOwnPropDesc$J = Object.getOwnPropertyDescriptor;
9780
9869
  var __decorateClass$J = (decorators, target, key, kind) => {
9781
9870
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$J(target, key) : target;
9782
9871
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
9783
9872
  if (decorator = decorators[i])
9784
9873
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
9785
- if (kind && result) __defProp$E(target, key, result);
9874
+ if (kind && result) __defProp$H(target, key, result);
9786
9875
  return result;
9787
9876
  };
9788
9877
  let NLDDRadioButtonGroup = class extends LitElement {
@@ -10077,14 +10166,14 @@ function switchTemplate(component) {
10077
10166
  </div>
10078
10167
  `;
10079
10168
  }
10080
- var __defProp$D = Object.defineProperty;
10169
+ var __defProp$G = Object.defineProperty;
10081
10170
  var __getOwnPropDesc$I = Object.getOwnPropertyDescriptor;
10082
10171
  var __decorateClass$I = (decorators, target, key, kind) => {
10083
10172
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$I(target, key) : target;
10084
10173
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
10085
10174
  if (decorator = decorators[i])
10086
10175
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
10087
- if (kind && result) __defProp$D(target, key, result);
10176
+ if (kind && result) __defProp$G(target, key, result);
10088
10177
  return result;
10089
10178
  };
10090
10179
  let NLDDSwitch = class extends LitElement {
@@ -10251,14 +10340,14 @@ function switchFieldTemplate(component) {
10251
10340
  </div>
10252
10341
  `;
10253
10342
  }
10254
- var __defProp$C = Object.defineProperty;
10343
+ var __defProp$F = Object.defineProperty;
10255
10344
  var __getOwnPropDesc$H = Object.getOwnPropertyDescriptor;
10256
10345
  var __decorateClass$H = (decorators, target, key, kind) => {
10257
10346
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$H(target, key) : target;
10258
10347
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
10259
10348
  if (decorator = decorators[i])
10260
10349
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
10261
- if (kind && result) __defProp$C(target, key, result);
10350
+ if (kind && result) __defProp$F(target, key, result);
10262
10351
  return result;
10263
10352
  };
10264
10353
  let NLDDSwitchField = class extends LitElement {
@@ -10558,14 +10647,14 @@ function segmentedControlItemTemplate(component) {
10558
10647
  }
10559
10648
  return label;
10560
10649
  }
10561
- var __defProp$B = Object.defineProperty;
10650
+ var __defProp$E = Object.defineProperty;
10562
10651
  var __getOwnPropDesc$G = Object.getOwnPropertyDescriptor;
10563
10652
  var __decorateClass$G = (decorators, target, key, kind) => {
10564
10653
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$G(target, key) : target;
10565
10654
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
10566
10655
  if (decorator = decorators[i])
10567
10656
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
10568
- if (kind && result) __defProp$B(target, key, result);
10657
+ if (kind && result) __defProp$E(target, key, result);
10569
10658
  return result;
10570
10659
  };
10571
10660
  let NLDDSegmentedControlItem = class extends LitElement {
@@ -11036,14 +11125,14 @@ function toggleButtonTemplate(component) {
11036
11125
  }
11037
11126
  return result;
11038
11127
  }
11039
- var __defProp$A = Object.defineProperty;
11128
+ var __defProp$D = Object.defineProperty;
11040
11129
  var __getOwnPropDesc$F = Object.getOwnPropertyDescriptor;
11041
11130
  var __decorateClass$F = (decorators, target, key, kind) => {
11042
11131
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$F(target, key) : target;
11043
11132
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
11044
11133
  if (decorator = decorators[i])
11045
11134
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
11046
- if (kind && result) __defProp$A(target, key, result);
11135
+ if (kind && result) __defProp$D(target, key, result);
11047
11136
  return result;
11048
11137
  };
11049
11138
  let NLDDToggleButton = class extends LitElement {
@@ -11176,14 +11265,14 @@ function toggleButtonGroupTemplate(component) {
11176
11265
  </div>
11177
11266
  `;
11178
11267
  }
11179
- var __defProp$z = Object.defineProperty;
11268
+ var __defProp$C = Object.defineProperty;
11180
11269
  var __getOwnPropDesc$E = Object.getOwnPropertyDescriptor;
11181
11270
  var __decorateClass$E = (decorators, target, key, kind) => {
11182
11271
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$E(target, key) : target;
11183
11272
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
11184
11273
  if (decorator = decorators[i])
11185
11274
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
11186
- if (kind && result) __defProp$z(target, key, result);
11275
+ if (kind && result) __defProp$C(target, key, result);
11187
11276
  return result;
11188
11277
  };
11189
11278
  let NLDDToggleButtonGroup = class extends LitElement {
@@ -11481,14 +11570,14 @@ function tokenTemplate(component) {
11481
11570
  </div>
11482
11571
  `;
11483
11572
  }
11484
- var __defProp$y = Object.defineProperty;
11573
+ var __defProp$B = Object.defineProperty;
11485
11574
  var __getOwnPropDesc$D = Object.getOwnPropertyDescriptor;
11486
11575
  var __decorateClass$D = (decorators, target, key, kind) => {
11487
11576
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$D(target, key) : target;
11488
11577
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
11489
11578
  if (decorator = decorators[i])
11490
11579
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
11491
- if (kind && result) __defProp$y(target, key, result);
11580
+ if (kind && result) __defProp$B(target, key, result);
11492
11581
  return result;
11493
11582
  };
11494
11583
  let NLDDToken = class extends LitElement {
@@ -11589,21 +11678,53 @@ function appViewTemplate(_component) {
11589
11678
  </div>
11590
11679
  `;
11591
11680
  }
11592
- var __defProp$x = Object.defineProperty;
11681
+ var __defProp$A = Object.defineProperty;
11593
11682
  var __getOwnPropDesc$C = Object.getOwnPropertyDescriptor;
11594
11683
  var __decorateClass$C = (decorators, target, key, kind) => {
11595
11684
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$C(target, key) : target;
11596
11685
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
11597
11686
  if (decorator = decorators[i])
11598
11687
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
11599
- if (kind && result) __defProp$x(target, key, result);
11688
+ if (kind && result) __defProp$A(target, key, result);
11600
11689
  return result;
11601
11690
  };
11691
+ const _connectedStack = [];
11692
+ function _currentOwner() {
11693
+ for (let i = _connectedStack.length - 1; i >= 0; i--) {
11694
+ if (_connectedStack[i].isConnected) return _connectedStack[i];
11695
+ }
11696
+ return null;
11697
+ }
11602
11698
  let NLDDAppView = class extends LitElement {
11603
11699
  constructor() {
11604
11700
  super(...arguments);
11605
11701
  this.background = "default";
11606
11702
  }
11703
+ connectedCallback() {
11704
+ super.connectedCallback();
11705
+ _connectedStack.push(this);
11706
+ this._writeBodyBackground();
11707
+ }
11708
+ disconnectedCallback() {
11709
+ super.disconnectedCallback();
11710
+ const idx = _connectedStack.indexOf(this);
11711
+ if (idx >= 0) _connectedStack.splice(idx, 1);
11712
+ const owner = _currentOwner();
11713
+ if (owner) {
11714
+ owner._writeBodyBackground();
11715
+ } else {
11716
+ document.body.style.removeProperty("background-color");
11717
+ }
11718
+ }
11719
+ updated(changed) {
11720
+ if (changed.has("background") && _currentOwner() === this) {
11721
+ this._writeBodyBackground();
11722
+ }
11723
+ }
11724
+ _writeBodyBackground() {
11725
+ const token = this.background === "tinted" ? "--semantics-surfaces-tinted-background-color" : "--semantics-surfaces-background-color";
11726
+ document.body.style.backgroundColor = `var(${token})`;
11727
+ }
11607
11728
  render() {
11608
11729
  return appViewTemplate();
11609
11730
  }
@@ -11615,22 +11736,19 @@ __decorateClass$C([
11615
11736
  NLDDAppView = __decorateClass$C([
11616
11737
  customElement("nldd-app-view")
11617
11738
  ], NLDDAppView);
11618
- const smMax$6 = unsafeCSS(breakpoints.smMax);
11619
11739
  const barSplitViewStyles = css`
11620
11740
 
11621
11741
 
11622
11742
  /* # Host */
11623
11743
 
11624
11744
  :host {
11745
+ --_background-color: var(--context-parent-background-color, var(--semantics-surfaces-background-color));
11746
+
11625
11747
  display: flex;
11626
11748
  flex-direction: column;
11627
11749
  width: 100%;
11628
11750
  height: 100%;
11629
11751
  background-color: var(--_background-color);
11630
-
11631
- --_background-color: var(--context-parent-background-color, var(--semantics-surfaces-background-color));
11632
- --context-bar-split-view-top-bars-height: 0px;
11633
- --context-bar-split-view-bottom-bars-height: 0px;
11634
11752
  }
11635
11753
 
11636
11754
  :host([background="default"]) {
@@ -11656,7 +11774,6 @@ const barSplitViewStyles = css`
11656
11774
  flex: 1;
11657
11775
  min-height: 0;
11658
11776
  min-width: 0;
11659
- position: relative;
11660
11777
  }
11661
11778
 
11662
11779
 
@@ -11668,15 +11785,6 @@ const barSplitViewStyles = css`
11668
11785
  flex-shrink: 0;
11669
11786
  min-width: 0;
11670
11787
  overflow: hidden;
11671
- container-type: inline-size;
11672
- container-name: layout-area;
11673
-
11674
- @media (max-width: ${smMax$6}) {
11675
- position: absolute;
11676
- left: 0;
11677
- right: 0;
11678
- z-index: 2;
11679
- }
11680
11788
  }
11681
11789
 
11682
11790
 
@@ -11696,40 +11804,6 @@ const barSplitViewStyles = css`
11696
11804
  min-height: 0;
11697
11805
  min-width: 0;
11698
11806
  overflow: hidden;
11699
- container-type: inline-size;
11700
- container-name: layout-area;
11701
-
11702
- @media (max-width: ${smMax$6}) {
11703
- &::before {
11704
- content: '';
11705
- position: absolute;
11706
- top: 0;
11707
- left: 0;
11708
- right: 0;
11709
- z-index: 1;
11710
- height: calc(var(--context-bar-split-view-top-bars-height) + var(--primitives-space-32));
11711
- background: linear-gradient(
11712
- to bottom,
11713
- color-mix(in srgb, var(--_background-color) 95%, transparent) var(--context-bar-split-view-top-bars-height),
11714
- transparent);
11715
- pointer-events: none;
11716
- }
11717
-
11718
- &::after {
11719
- content: '';
11720
- position: absolute;
11721
- bottom: 0;
11722
- left: 0;
11723
- right: 0;
11724
- z-index: 1;
11725
- height: calc(var(--context-bar-split-view-bottom-bars-height) + var(--primitives-space-32));
11726
- background: linear-gradient(
11727
- to top,
11728
- color-mix(in srgb, var(--_background-color) 95%, transparent) var(--context-bar-split-view-bottom-bars-height),
11729
- transparent);
11730
- pointer-events: none;
11731
- }
11732
- }
11733
11807
  }
11734
11808
 
11735
11809
 
@@ -11832,14 +11906,14 @@ function splitViewDividerTemplate(component) {
11832
11906
  </div>
11833
11907
  `;
11834
11908
  }
11835
- var __defProp$w = Object.defineProperty;
11909
+ var __defProp$z = Object.defineProperty;
11836
11910
  var __getOwnPropDesc$B = Object.getOwnPropertyDescriptor;
11837
11911
  var __decorateClass$B = (decorators, target, key, kind) => {
11838
11912
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$B(target, key) : target;
11839
11913
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
11840
11914
  if (decorator = decorators[i])
11841
11915
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
11842
- if (kind && result) __defProp$w(target, key, result);
11916
+ if (kind && result) __defProp$z(target, key, result);
11843
11917
  return result;
11844
11918
  };
11845
11919
  let NLDDSplitViewDivider = class extends LitElement {
@@ -11870,13 +11944,13 @@ function barSplitViewTemplate(component) {
11870
11944
  ${sorted.map((el, index) => {
11871
11945
  const isMain = el.slot === "main";
11872
11946
  const isLast = index === sorted.length - 1;
11873
- const barStyles = !isMain && isSm ? component._smTopBars.has(el) ? { top: `${component._smOffsets.get(el) ?? 0}px` } : { bottom: `${component._smOffsets.get(el) ?? 0}px` } : {};
11947
+ const next = sorted[index + 1];
11948
+ const showDivider = !isSm && !isLast && !el.hasAttribute("no-divider") && !next?.hasAttribute("no-divider");
11874
11949
  return html`
11875
- <div class=${classMap({ "bar-split-view__main": isMain, "bar-split-view__bar": !isMain })}
11876
- style=${styleMap(barStyles)}>
11950
+ <div class=${classMap({ "bar-split-view__main": isMain, "bar-split-view__bar": !isMain })}>
11877
11951
  <slot name=${el.slot}></slot>
11878
11952
  </div>
11879
- ${!isSm && !isLast ? html`
11953
+ ${showDivider ? html`
11880
11954
  <div class="bar-split-view__divider">
11881
11955
  <nldd-split-view-divider orientation="horizontal"></nldd-split-view-divider>
11882
11956
  </div>
@@ -11891,14 +11965,14 @@ function barSplitViewTemplate(component) {
11891
11965
  </div>
11892
11966
  `;
11893
11967
  }
11894
- var __defProp$v = Object.defineProperty;
11968
+ var __defProp$y = Object.defineProperty;
11895
11969
  var __getOwnPropDesc$A = Object.getOwnPropertyDescriptor;
11896
11970
  var __decorateClass$A = (decorators, target, key, kind) => {
11897
11971
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$A(target, key) : target;
11898
11972
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
11899
11973
  if (decorator = decorators[i])
11900
11974
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
11901
- if (kind && result) __defProp$v(target, key, result);
11975
+ if (kind && result) __defProp$y(target, key, result);
11902
11976
  return result;
11903
11977
  };
11904
11978
  const smMaxPx = parseInt(breakpoints.smMax);
@@ -11908,32 +11982,22 @@ let NLDDBarSplitView = class extends LitElement {
11908
11982
  super(...arguments);
11909
11983
  this.background = "inherit";
11910
11984
  this._currentBreakpoint = null;
11911
- this._smTopBars = /* @__PURE__ */ new Set();
11912
- this._smOffsets = /* @__PURE__ */ new Map();
11913
11985
  this._observer = null;
11914
11986
  this._resizeObserver = null;
11915
- this._childResizeObserver = null;
11916
11987
  }
11917
11988
  connectedCallback() {
11918
11989
  super.connectedCallback();
11919
11990
  this._currentBreakpoint = this._getBreakpoint(this.getBoundingClientRect().width);
11920
- this._observer = new MutationObserver(() => {
11921
- this._observeChildren();
11922
- this._updateLayout();
11923
- this.requestUpdate();
11924
- });
11925
- this._observer.observe(this, { childList: true, attributes: true, attributeFilter: ["above", "below", "only", "sm-order", "md-order", "lg-order"], subtree: false });
11991
+ this._observer = new MutationObserver(() => this.requestUpdate());
11992
+ this._observer.observe(this, { childList: true, attributes: true, attributeFilter: ["above", "below", "only", "sm-order", "md-order", "lg-order", "no-divider"], subtree: false });
11926
11993
  this._resizeObserver = new ResizeObserver(() => {
11927
11994
  const bp = this._getBreakpoint(this.getBoundingClientRect().width);
11928
11995
  if (bp !== this._currentBreakpoint) {
11929
11996
  this._currentBreakpoint = bp;
11930
11997
  this.requestUpdate();
11931
11998
  }
11932
- this._updateLayout();
11933
11999
  });
11934
12000
  this._resizeObserver.observe(this);
11935
- this._childResizeObserver = new ResizeObserver(() => this._updateLayout());
11936
- this._observeChildren();
11937
12001
  }
11938
12002
  disconnectedCallback() {
11939
12003
  super.disconnectedCallback();
@@ -11941,8 +12005,6 @@ let NLDDBarSplitView = class extends LitElement {
11941
12005
  this._observer = null;
11942
12006
  this._resizeObserver?.disconnect();
11943
12007
  this._resizeObserver = null;
11944
- this._childResizeObserver?.disconnect();
11945
- this._childResizeObserver = null;
11946
12008
  }
11947
12009
  _getBreakpoint(width) {
11948
12010
  if (width <= smMaxPx) return "sm";
@@ -11977,48 +12039,6 @@ let NLDDBarSplitView = class extends LitElement {
11977
12039
  return aVal - bVal;
11978
12040
  });
11979
12041
  }
11980
- _observeChildren() {
11981
- this._childResizeObserver?.disconnect();
11982
- for (const child of Array.from(this.children)) {
11983
- this._childResizeObserver?.observe(child);
11984
- }
11985
- }
11986
- _updateLayout() {
11987
- const width = this.getBoundingClientRect().width;
11988
- if (width > smMaxPx) {
11989
- this.style.removeProperty("--context-bar-split-view-top-bars-height");
11990
- this.style.removeProperty("--context-bar-split-view-bottom-bars-height");
11991
- this._smTopBars = /* @__PURE__ */ new Set();
11992
- this._smOffsets = /* @__PURE__ */ new Map();
11993
- return;
11994
- }
11995
- const sorted = this._getSortedChildren();
11996
- const mainIndex = sorted.findIndex((el) => el.slot === "main");
11997
- const topBars = mainIndex > 0 ? sorted.slice(0, mainIndex) : [];
11998
- const bottomBars = mainIndex >= 0 ? sorted.slice(mainIndex + 1) : sorted;
11999
- this._smTopBars = new Set(topBars);
12000
- const newOffsets = /* @__PURE__ */ new Map();
12001
- let topOffset = 0;
12002
- for (const el of topBars) {
12003
- newOffsets.set(el, topOffset);
12004
- topOffset += el.getBoundingClientRect().height;
12005
- }
12006
- let bottomOffset = 0;
12007
- for (const el of [...bottomBars].reverse()) {
12008
- newOffsets.set(el, bottomOffset);
12009
- bottomOffset += el.getBoundingClientRect().height;
12010
- }
12011
- this._smOffsets = newOffsets;
12012
- const prevTop = this.style.getPropertyValue("--context-bar-split-view-top-bars-height");
12013
- const prevBottom = this.style.getPropertyValue("--context-bar-split-view-bottom-bars-height");
12014
- const nextTop = `${topOffset}px`;
12015
- const nextBottom = `${bottomOffset}px`;
12016
- if (prevTop !== nextTop || prevBottom !== nextBottom) {
12017
- this.style.setProperty("--context-bar-split-view-top-bars-height", nextTop);
12018
- this.style.setProperty("--context-bar-split-view-bottom-bars-height", nextBottom);
12019
- this.requestUpdate();
12020
- }
12021
- }
12022
12042
  render() {
12023
12043
  return barSplitViewTemplate(this);
12024
12044
  }
@@ -12033,7 +12053,9 @@ __decorateClass$A([
12033
12053
  NLDDBarSplitView = __decorateClass$A([
12034
12054
  customElement("nldd-bar-split-view")
12035
12055
  ], NLDDBarSplitView);
12036
- const smMax$5 = unsafeCSS(breakpoints.smMax);
12056
+ const smMax$a = unsafeCSS(breakpoints.smMax);
12057
+ const mdMin$c = unsafeCSS(breakpoints.mdMin);
12058
+ const mdMax$7 = unsafeCSS(breakpoints.mdMax);
12037
12059
  const lgMin$9 = unsafeCSS(breakpoints.lgMin);
12038
12060
  const navigationSplitViewStyles = css`
12039
12061
 
@@ -12041,16 +12063,16 @@ const navigationSplitViewStyles = css`
12041
12063
  /* # Host */
12042
12064
 
12043
12065
  :host {
12044
- display: flex;
12045
- width: 100%;
12046
- height: 100%;
12047
- background-color: var(--_background-color);
12048
-
12049
12066
  --_sidebar-min-width: var(--primitives-area-320); /* Pane min-width — read by JS via getComputedStyle in firstUpdated */
12050
12067
  --_secondary-sidebar-min-width: var(--primitives-area-320); /* Pane min-width — read by JS via getComputedStyle in firstUpdated */
12051
12068
  --_main-min-width: var(--primitives-area-480); /* Pane min-width — read by JS via getComputedStyle in firstUpdated */
12052
12069
  --_inspector-min-width: var(--primitives-area-320); /* Pane min-width — read by JS via getComputedStyle in firstUpdated */
12053
12070
  --_background-color: var(--context-parent-background-color, var(--semantics-surfaces-background-color));
12071
+
12072
+ display: flex;
12073
+ width: 100%;
12074
+ height: 100%;
12075
+ background-color: var(--_background-color);
12054
12076
  }
12055
12077
 
12056
12078
  :host([background="default"]) {
@@ -12085,8 +12107,6 @@ const navigationSplitViewStyles = css`
12085
12107
  min-height: 0;
12086
12108
  min-width: var(--_sidebar-min-width);
12087
12109
  overflow: hidden;
12088
- container-type: inline-size;
12089
- container-name: layout-area;
12090
12110
  }
12091
12111
 
12092
12112
 
@@ -12099,8 +12119,6 @@ const navigationSplitViewStyles = css`
12099
12119
  min-height: 0;
12100
12120
  min-width: var(--_secondary-sidebar-min-width);
12101
12121
  overflow: hidden;
12102
- container-type: inline-size;
12103
- container-name: layout-area;
12104
12122
  }
12105
12123
 
12106
12124
 
@@ -12113,8 +12131,6 @@ const navigationSplitViewStyles = css`
12113
12131
  min-height: 0;
12114
12132
  min-width: var(--_main-min-width);
12115
12133
  overflow: hidden;
12116
- container-type: inline-size;
12117
- container-name: layout-area;
12118
12134
  }
12119
12135
 
12120
12136
 
@@ -12124,6 +12140,7 @@ const navigationSplitViewStyles = css`
12124
12140
  :host(.full-stack) .navigation-split-view__secondary-sidebar-pane,
12125
12141
  :host(.full-stack) .navigation-split-view__main-pane {
12126
12142
  min-width: 0;
12143
+ flex: 1;
12127
12144
  }
12128
12145
 
12129
12146
 
@@ -12135,17 +12152,15 @@ const navigationSplitViewStyles = css`
12135
12152
  }
12136
12153
 
12137
12154
  .navigation-split-view__inspector-pane {
12155
+ /* Suppress dismiss button — inspector is always dismissable as a sheet, not inline */
12156
+ --context-dismiss-button-display: none;
12157
+
12138
12158
  display: flex;
12139
12159
  flex-direction: column;
12140
12160
  flex-shrink: 0;
12141
12161
  min-height: 0;
12142
12162
  min-width: var(--_inspector-min-width);
12143
12163
  overflow: hidden;
12144
- container-type: inline-size;
12145
- container-name: layout-area;
12146
-
12147
- /* Suppress dismiss button — inspector is always dismissable as a sheet, not inline */
12148
- --context-dismiss-button-display: none;
12149
12164
  }
12150
12165
 
12151
12166
 
@@ -12172,13 +12187,28 @@ const navigationSplitViewStyles = css`
12172
12187
  overflow: hidden;
12173
12188
  position: fixed;
12174
12189
  outline: none;
12175
- inset: var(--semantics-overlays-inset) var(--semantics-overlays-inset) var(--semantics-overlays-inset) auto;
12176
- width: var(--semantics-sheets-side-md-width);
12177
- height: calc(100dvh - var(--semantics-overlays-inset) * 2);
12178
- border-radius: var(--semantics-overlays-corner-radius);
12190
+
12191
+ @media (max-width: ${smMax$a}) {
12192
+ inset: auto 0 0 0;
12193
+ width: 100%;
12194
+ max-width: 100%;
12195
+ height: auto;
12196
+ max-height: calc(100dvh - var(--semantics-sheets-bottom-top-inset));
12197
+ border-radius: var(--semantics-overlays-corner-radius) var(--semantics-overlays-corner-radius) 0 0;
12198
+ }
12199
+
12200
+ @media (min-width: ${mdMin$c}) and (max-width: ${mdMax$7}) {
12201
+ inset: var(--semantics-overlays-inset) var(--semantics-overlays-inset) var(--semantics-overlays-inset) auto;
12202
+ width: var(--semantics-sheets-side-md-width);
12203
+ height: calc(100dvh - var(--semantics-overlays-inset) * 2);
12204
+ border-radius: var(--semantics-overlays-corner-radius);
12205
+ }
12179
12206
 
12180
12207
  @media (min-width: ${lgMin$9}) {
12208
+ inset: var(--semantics-overlays-inset) var(--semantics-overlays-inset) var(--semantics-overlays-inset) auto;
12181
12209
  width: var(--semantics-sheets-side-lg-width);
12210
+ height: calc(100dvh - var(--semantics-overlays-inset) * 2);
12211
+ border-radius: var(--semantics-overlays-corner-radius);
12182
12212
  }
12183
12213
 
12184
12214
  &:focus-visible:not(.is-pointer-focus) {
@@ -12196,11 +12226,23 @@ const navigationSplitViewStyles = css`
12196
12226
  }
12197
12227
 
12198
12228
  &[open] {
12199
- animation: navigation-split-view-inspector-slide-in var(--semantics-sheets-side-animation-duration) var(--primitives-transition-easing-default) both;
12229
+ @media (max-width: ${smMax$a}) {
12230
+ animation: navigation-split-view-slide-in-bottom var(--semantics-sheets-bottom-animation-duration) var(--primitives-transition-easing-default) both;
12231
+ }
12232
+
12233
+ @media (min-width: ${mdMin$c}) {
12234
+ animation: navigation-split-view-inspector-slide-in var(--semantics-sheets-side-animation-duration) var(--primitives-transition-easing-default) both;
12235
+ }
12200
12236
  }
12201
12237
 
12202
12238
  &.is-closing {
12203
- animation: navigation-split-view-inspector-slide-out var(--semantics-sheets-side-animation-duration) var(--primitives-transition-easing-default) both;
12239
+ @media (max-width: ${smMax$a}) {
12240
+ animation: navigation-split-view-slide-out-bottom var(--semantics-sheets-bottom-animation-duration) var(--primitives-transition-easing-default) both;
12241
+ }
12242
+
12243
+ @media (min-width: ${mdMin$c}) {
12244
+ animation: navigation-split-view-inspector-slide-out var(--semantics-sheets-side-animation-duration) var(--primitives-transition-easing-default) both;
12245
+ }
12204
12246
  }
12205
12247
  }
12206
12248
 
@@ -12236,13 +12278,28 @@ const navigationSplitViewStyles = css`
12236
12278
  overflow: hidden;
12237
12279
  position: fixed;
12238
12280
  outline: none;
12239
- inset: var(--semantics-overlays-inset) auto var(--semantics-overlays-inset) var(--semantics-overlays-inset);
12240
- width: var(--semantics-sheets-side-md-width);
12241
- height: calc(100dvh - var(--semantics-overlays-inset) * 2);
12242
- border-radius: var(--semantics-overlays-corner-radius);
12281
+
12282
+ @media (max-width: ${smMax$a}) {
12283
+ inset: auto 0 0 0;
12284
+ width: 100%;
12285
+ max-width: 100%;
12286
+ height: auto;
12287
+ max-height: calc(100dvh - var(--semantics-sheets-bottom-top-inset));
12288
+ border-radius: var(--semantics-overlays-corner-radius) var(--semantics-overlays-corner-radius) 0 0;
12289
+ }
12290
+
12291
+ @media (min-width: ${mdMin$c}) and (max-width: ${mdMax$7}) {
12292
+ inset: var(--semantics-overlays-inset) auto var(--semantics-overlays-inset) var(--semantics-overlays-inset);
12293
+ width: var(--semantics-sheets-side-md-width);
12294
+ height: calc(100dvh - var(--semantics-overlays-inset) * 2);
12295
+ border-radius: var(--semantics-overlays-corner-radius);
12296
+ }
12243
12297
 
12244
12298
  @media (min-width: ${lgMin$9}) {
12299
+ inset: var(--semantics-overlays-inset) auto var(--semantics-overlays-inset) var(--semantics-overlays-inset);
12245
12300
  width: var(--semantics-sheets-side-lg-width);
12301
+ height: calc(100dvh - var(--semantics-overlays-inset) * 2);
12302
+ border-radius: var(--semantics-overlays-corner-radius);
12246
12303
  }
12247
12304
 
12248
12305
  &:focus-visible:not(.is-pointer-focus) {
@@ -12260,23 +12317,35 @@ const navigationSplitViewStyles = css`
12260
12317
  }
12261
12318
 
12262
12319
  &[open] {
12263
- animation: navigation-split-view-sidebar-slide-in var(--semantics-sheets-side-animation-duration) var(--primitives-transition-easing-default) both;
12320
+ @media (max-width: ${smMax$a}) {
12321
+ animation: navigation-split-view-slide-in-bottom var(--semantics-sheets-bottom-animation-duration) var(--primitives-transition-easing-default) both;
12322
+ }
12323
+
12324
+ @media (min-width: ${mdMin$c}) {
12325
+ animation: navigation-split-view-sidebar-slide-in var(--semantics-sheets-side-animation-duration) var(--primitives-transition-easing-default) both;
12326
+ }
12264
12327
  }
12265
12328
 
12266
12329
  &.is-closing {
12267
- animation: navigation-split-view-sidebar-slide-out var(--semantics-sheets-side-animation-duration) var(--primitives-transition-easing-default) both;
12330
+ @media (max-width: ${smMax$a}) {
12331
+ animation: navigation-split-view-slide-out-bottom var(--semantics-sheets-bottom-animation-duration) var(--primitives-transition-easing-default) both;
12332
+ }
12333
+
12334
+ @media (min-width: ${mdMin$c}) {
12335
+ animation: navigation-split-view-sidebar-slide-out var(--semantics-sheets-side-animation-duration) var(--primitives-transition-easing-default) both;
12336
+ }
12268
12337
  }
12269
12338
  }
12270
12339
 
12271
12340
  .navigation-split-view__sidebar-sheet-body {
12341
+ /* Show dismiss button inside sidebar sheet */
12342
+ --context-dismiss-button-display: block;
12343
+
12272
12344
  display: flex;
12273
12345
  flex-direction: column;
12274
12346
  flex-grow: 1;
12275
12347
  min-height: 0;
12276
12348
  width: 100%;
12277
-
12278
- /* Show dismiss button inside sidebar sheet */
12279
- --context-dismiss-button-display: block;
12280
12349
  }
12281
12350
 
12282
12351
 
@@ -12292,42 +12361,6 @@ const navigationSplitViewStyles = css`
12292
12361
  to { transform: translateY(100%); }
12293
12362
  }
12294
12363
 
12295
- @media (max-width: ${smMax$5}) {
12296
- .navigation-split-view__inspector-sheet {
12297
- inset: auto 0 0 0;
12298
- width: 100%;
12299
- max-width: 100%;
12300
- height: auto;
12301
- max-height: calc(100dvh - var(--semantics-sheets-bottom-top-inset));
12302
- border-radius: var(--semantics-overlays-corner-radius) var(--semantics-overlays-corner-radius) 0 0;
12303
-
12304
- &[open] {
12305
- animation: navigation-split-view-slide-in-bottom var(--semantics-sheets-bottom-animation-duration) var(--primitives-transition-easing-default) both;
12306
- }
12307
-
12308
- &.is-closing {
12309
- animation: navigation-split-view-slide-out-bottom var(--semantics-sheets-bottom-animation-duration) var(--primitives-transition-easing-default) both;
12310
- }
12311
- }
12312
-
12313
- .navigation-split-view__sidebar-sheet {
12314
- inset: auto 0 0 0;
12315
- width: 100%;
12316
- max-width: 100%;
12317
- height: auto;
12318
- max-height: calc(100dvh - var(--semantics-sheets-bottom-top-inset));
12319
- border-radius: var(--semantics-overlays-corner-radius) var(--semantics-overlays-corner-radius) 0 0;
12320
-
12321
- &[open] {
12322
- animation: navigation-split-view-slide-in-bottom var(--semantics-sheets-bottom-animation-duration) var(--primitives-transition-easing-default) both;
12323
- }
12324
-
12325
- &.is-closing {
12326
- animation: navigation-split-view-slide-out-bottom var(--semantics-sheets-bottom-animation-duration) var(--primitives-transition-easing-default) both;
12327
- }
12328
- }
12329
- }
12330
-
12331
12364
 
12332
12365
  /* # Reduced motion */
12333
12366
 
@@ -12404,14 +12437,14 @@ function navigationSplitViewTemplate(component) {
12404
12437
  </div>
12405
12438
  `;
12406
12439
  }
12407
- var __defProp$u = Object.defineProperty;
12440
+ var __defProp$x = Object.defineProperty;
12408
12441
  var __getOwnPropDesc$z = Object.getOwnPropertyDescriptor;
12409
12442
  var __decorateClass$z = (decorators, target, key, kind) => {
12410
12443
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$z(target, key) : target;
12411
12444
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
12412
12445
  if (decorator = decorators[i])
12413
12446
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
12414
- if (kind && result) __defProp$u(target, key, result);
12447
+ if (kind && result) __defProp$x(target, key, result);
12415
12448
  return result;
12416
12449
  };
12417
12450
  let NLDDNavigationSplitView = class extends LitElement {
@@ -12758,8 +12791,6 @@ const sideBySideSplitViewStyles = css`
12758
12791
  min-height: 0;
12759
12792
  min-width: var(--_pane-min-width);
12760
12793
  overflow: hidden;
12761
- container-type: inline-size;
12762
- container-name: layout-area;
12763
12794
  }
12764
12795
 
12765
12796
  .side-by-side-split-view__pane[hidden] {
@@ -12789,14 +12820,14 @@ function sideBySideSplitViewTemplate(component) {
12789
12820
  </div>
12790
12821
  `;
12791
12822
  }
12792
- var __defProp$t = Object.defineProperty;
12823
+ var __defProp$w = Object.defineProperty;
12793
12824
  var __getOwnPropDesc$y = Object.getOwnPropertyDescriptor;
12794
12825
  var __decorateClass$y = (decorators, target, key, kind) => {
12795
12826
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$y(target, key) : target;
12796
12827
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
12797
12828
  if (decorator = decorators[i])
12798
12829
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
12799
- if (kind && result) __defProp$t(target, key, result);
12830
+ if (kind && result) __defProp$w(target, key, result);
12800
12831
  return result;
12801
12832
  };
12802
12833
  let NLDDSideBySideSplitView = class extends LitElement {
@@ -12902,8 +12933,6 @@ const stackedSplitViewStyles = css`
12902
12933
  min-height: var(--_pane-min-height);
12903
12934
  min-width: 0;
12904
12935
  overflow: hidden;
12905
- container-type: inline-size;
12906
- container-name: layout-area;
12907
12936
  }
12908
12937
 
12909
12938
  .stacked-split-view__pane[hidden] {
@@ -12933,14 +12962,14 @@ function stackedSplitViewTemplate(component) {
12933
12962
  </div>
12934
12963
  `;
12935
12964
  }
12936
- var __defProp$s = Object.defineProperty;
12965
+ var __defProp$v = Object.defineProperty;
12937
12966
  var __getOwnPropDesc$x = Object.getOwnPropertyDescriptor;
12938
12967
  var __decorateClass$x = (decorators, target, key, kind) => {
12939
12968
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$x(target, key) : target;
12940
12969
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
12941
12970
  if (decorator = decorators[i])
12942
12971
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
12943
- if (kind && result) __defProp$s(target, key, result);
12972
+ if (kind && result) __defProp$v(target, key, result);
12944
12973
  return result;
12945
12974
  };
12946
12975
  let NLDDStackedSplitView = class extends LitElement {
@@ -12994,7 +13023,7 @@ __decorateClass$x([
12994
13023
  NLDDStackedSplitView = __decorateClass$x([
12995
13024
  customElement("nldd-stacked-split-view")
12996
13025
  ], NLDDStackedSplitView);
12997
- const mdMin$a = unsafeCSS(breakpoints.mdMin);
13026
+ const mdMin$b = unsafeCSS(breakpoints.mdMin);
12998
13027
  const splitViewPaneStyles = css`
12999
13028
 
13000
13029
 
@@ -13007,7 +13036,7 @@ const splitViewPaneStyles = css`
13007
13036
  width: 100%;
13008
13037
  height: 100%;
13009
13038
 
13010
- @media (min-width: ${mdMin$a}) {
13039
+ @media (min-width: ${mdMin$b}) {
13011
13040
  background-color: var(--_background-color);
13012
13041
  }
13013
13042
  }
@@ -13054,14 +13083,14 @@ function splitViewPaneTemplate(_component) {
13054
13083
  </div>
13055
13084
  `;
13056
13085
  }
13057
- var __defProp$r = Object.defineProperty;
13086
+ var __defProp$u = Object.defineProperty;
13058
13087
  var __getOwnPropDesc$w = Object.getOwnPropertyDescriptor;
13059
13088
  var __decorateClass$w = (decorators, target, key, kind) => {
13060
13089
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$w(target, key) : target;
13061
13090
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
13062
13091
  if (decorator = decorators[i])
13063
13092
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
13064
- if (kind && result) __defProp$r(target, key, result);
13093
+ if (kind && result) __defProp$u(target, key, result);
13065
13094
  return result;
13066
13095
  };
13067
13096
  let NLDDSplitViewPane = class extends LitElement {
@@ -13071,6 +13100,11 @@ let NLDDSplitViewPane = class extends LitElement {
13071
13100
  this.hideBack = false;
13072
13101
  this.background = "inherit";
13073
13102
  }
13103
+ connectedCallback() {
13104
+ super.connectedCallback();
13105
+ this.style.containerType = "inline-size";
13106
+ this.style.containerName = "layout-area";
13107
+ }
13074
13108
  render() {
13075
13109
  return splitViewPaneTemplate();
13076
13110
  }
@@ -13103,8 +13137,6 @@ const pageStyles = css`
13103
13137
  overflow-y: auto;
13104
13138
  overflow-x: hidden;
13105
13139
  background-color: var(--_background-color);
13106
- padding-top: var(--context-bar-split-view-top-bars-height, 0px);
13107
- padding-bottom: var(--context-bar-split-view-bottom-bars-height, 0px);
13108
13140
  }
13109
13141
 
13110
13142
  /* Overflow hidden prevents content from escaping the scroll wrapper.
@@ -13130,13 +13162,21 @@ const pageStyles = css`
13130
13162
  }
13131
13163
 
13132
13164
 
13165
+ /* # Block */
13166
+
13167
+ .page {
13168
+ display: flex;
13169
+ flex-direction: column;
13170
+ flex-grow: 1;
13171
+ min-height: 0;
13172
+ }
13173
+
13174
+
13133
13175
  /* # Header */
13134
13176
 
13135
13177
  .page__header {
13136
13178
  flex-shrink: 0;
13137
13179
  position: relative;
13138
- container-type: inline-size;
13139
- container-name: layout-area;
13140
13180
  }
13141
13181
 
13142
13182
  :host([sticky-header]) .page__header {
@@ -13187,8 +13227,6 @@ const pageStyles = css`
13187
13227
  display: flex;
13188
13228
  flex-direction: column;
13189
13229
  flex-grow: 1;
13190
- container-type: inline-size;
13191
- container-name: layout-area;
13192
13230
  }
13193
13231
 
13194
13232
 
@@ -13197,8 +13235,6 @@ const pageStyles = css`
13197
13235
  .page__footer {
13198
13236
  flex-shrink: 0;
13199
13237
  position: relative;
13200
- container-type: inline-size;
13201
- container-name: layout-area;
13202
13238
  }
13203
13239
 
13204
13240
  :host([sticky-footer]) .page__footer {
@@ -13221,27 +13257,29 @@ const pageStyles = css`
13221
13257
  `;
13222
13258
  function pageTemplate(component) {
13223
13259
  return html`
13224
- <header class="page__header ${component._scrolled ? "is-scrolled" : ""}">
13225
- <slot name="header"></slot>
13226
- </header>
13227
- <div class="page__scroll">
13228
- <main class="page__main">
13229
- <slot></slot>
13230
- </main>
13231
- <footer class="page__footer">
13232
- <slot name="footer"></slot>
13233
- </footer>
13260
+ <div class="page">
13261
+ <header class="page__header ${component._scrolled ? "is-scrolled" : ""}">
13262
+ <slot name="header"></slot>
13263
+ </header>
13264
+ <div class="page__scroll">
13265
+ <main class="page__main">
13266
+ <slot></slot>
13267
+ </main>
13268
+ <footer class="page__footer">
13269
+ <slot name="footer"></slot>
13270
+ </footer>
13271
+ </div>
13234
13272
  </div>
13235
13273
  `;
13236
13274
  }
13237
- var __defProp$q = Object.defineProperty;
13275
+ var __defProp$t = Object.defineProperty;
13238
13276
  var __getOwnPropDesc$v = Object.getOwnPropertyDescriptor;
13239
13277
  var __decorateClass$v = (decorators, target, key, kind) => {
13240
13278
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$v(target, key) : target;
13241
13279
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
13242
13280
  if (decorator = decorators[i])
13243
13281
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
13244
- if (kind && result) __defProp$q(target, key, result);
13282
+ if (kind && result) __defProp$t(target, key, result);
13245
13283
  return result;
13246
13284
  };
13247
13285
  let NLDDPage = class extends LitElement {
@@ -13253,10 +13291,19 @@ let NLDDPage = class extends LitElement {
13253
13291
  this._scrolled = false;
13254
13292
  this._scrollTarget = null;
13255
13293
  this._headerObserver = null;
13294
+ this._mainSlot = null;
13256
13295
  this._onScroll = () => {
13257
13296
  const target = this.stickyHeader ? this._scrollEl : this;
13258
13297
  this._scrolled = target.scrollTop > 0;
13259
13298
  };
13299
+ this._updateMainItems = () => {
13300
+ const slot = this._mainSlot;
13301
+ if (!slot) return;
13302
+ const items = slot.assignedElements();
13303
+ const visible = items.filter((el) => !el.hasAttribute("hidden"));
13304
+ const last = visible[visible.length - 1];
13305
+ items.forEach((el) => el.classList.toggle("is-last", el === last));
13306
+ };
13260
13307
  }
13261
13308
  get scrollTarget() {
13262
13309
  return this.stickyHeader ? this._scrollEl ?? this : this;
@@ -13269,6 +13316,8 @@ let NLDDPage = class extends LitElement {
13269
13316
  }
13270
13317
  connectedCallback() {
13271
13318
  super.connectedCallback();
13319
+ this.style.containerType = "inline-size";
13320
+ this.style.containerName = "layout-area";
13272
13321
  if (this.hasUpdated) {
13273
13322
  this._setupScrollListener();
13274
13323
  if (this.stickyHeader) this._setupHeaderObserver();
@@ -13278,10 +13327,12 @@ let NLDDPage = class extends LitElement {
13278
13327
  super.disconnectedCallback();
13279
13328
  this._teardownScrollListener();
13280
13329
  this._teardownHeaderObserver();
13330
+ this._teardownMainSlotListener();
13281
13331
  }
13282
13332
  firstUpdated() {
13283
13333
  this._setupScrollListener();
13284
13334
  if (this.stickyHeader) this._setupHeaderObserver();
13335
+ this._setupMainSlotListener();
13285
13336
  }
13286
13337
  updated(changed) {
13287
13338
  if (changed.has("stickyHeader")) {
@@ -13324,6 +13375,25 @@ let NLDDPage = class extends LitElement {
13324
13375
  this._headerObserver = null;
13325
13376
  }
13326
13377
  }
13378
+ // Mark the last visible main-slot child with `is-last`, so section-style
13379
+ // components can grow to fill remaining vertical space without coupling
13380
+ // to specific tag types or relying on light-DOM `:last-child` (which
13381
+ // breaks when slot="footer" siblings are present). Same shape as
13382
+ // nldd-list's _updateItems().
13383
+ _setupMainSlotListener() {
13384
+ this._teardownMainSlotListener();
13385
+ const slot = this.shadowRoot?.querySelector("slot:not([name])") ?? null;
13386
+ this._mainSlot = slot;
13387
+ if (!slot) return;
13388
+ slot.addEventListener("slotchange", this._updateMainItems);
13389
+ this._updateMainItems();
13390
+ }
13391
+ _teardownMainSlotListener() {
13392
+ if (this._mainSlot) {
13393
+ this._mainSlot.removeEventListener("slotchange", this._updateMainItems);
13394
+ this._mainSlot = null;
13395
+ }
13396
+ }
13327
13397
  render() {
13328
13398
  return pageTemplate(this);
13329
13399
  }
@@ -13350,7 +13420,9 @@ const page = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty
13350
13420
  return NLDDPage;
13351
13421
  }
13352
13422
  }, Symbol.toStringTag, { value: "Module" }));
13353
- const mdMin$9 = unsafeCSS(breakpoints.mdMin);
13423
+ const smMax$9 = unsafeCSS(breakpoints.smMax);
13424
+ const mdMin$a = unsafeCSS(breakpoints.mdMin);
13425
+ const mdMax$6 = unsafeCSS(breakpoints.mdMax);
13354
13426
  const lgMin$8 = unsafeCSS(breakpoints.lgMin);
13355
13427
  const simpleSectionStyles = css`
13356
13428
 
@@ -13361,6 +13433,8 @@ const simpleSectionStyles = css`
13361
13433
  zonder layout-area dient @media als fallback. */
13362
13434
 
13363
13435
  :host {
13436
+ --_max-width: var(--semantics-page-sections-body-max-width);
13437
+
13364
13438
  display: flex;
13365
13439
  flex-direction: column;
13366
13440
  align-items: center;
@@ -13371,13 +13445,17 @@ const simpleSectionStyles = css`
13371
13445
  display: none;
13372
13446
  }
13373
13447
 
13374
- :host([align="center"]) {
13448
+ :host(:last-child),
13449
+ :host(.is-last) {
13375
13450
  flex-grow: 1;
13376
13451
  }
13377
13452
 
13453
+ :host([full-width]) {
13454
+ --_max-width: none;
13455
+ }
13456
+
13378
13457
 
13379
- /* # Block — sm = base; md/lg via @media (fallback) en
13380
- @container layout-area (heeft voorrang binnen layout-area). */
13458
+ /* # Block */
13381
13459
 
13382
13460
  .simple-section {
13383
13461
  display: flex;
@@ -13386,10 +13464,13 @@ const simpleSectionStyles = css`
13386
13464
  align-items: center;
13387
13465
  width: 100%;
13388
13466
  box-sizing: border-box;
13389
- padding-inline: var(--semantics-page-sections-sm-margin-inline);
13390
- padding-block: var(--semantics-page-sections-sm-margin-block);
13391
13467
 
13392
- @media (min-width: ${mdMin$9}) {
13468
+ @media (max-width: ${smMax$9}) {
13469
+ padding-inline: var(--semantics-page-sections-sm-margin-inline);
13470
+ padding-block: var(--semantics-page-sections-sm-margin-block);
13471
+ }
13472
+
13473
+ @media (min-width: ${mdMin$a}) and (max-width: ${mdMax$6}) {
13393
13474
  padding-inline: var(--semantics-page-sections-md-margin-inline);
13394
13475
  padding-block: var(--semantics-page-sections-md-margin-block);
13395
13476
  }
@@ -13399,7 +13480,12 @@ const simpleSectionStyles = css`
13399
13480
  padding-block: var(--semantics-page-sections-lg-margin-block);
13400
13481
  }
13401
13482
 
13402
- @container layout-area (min-width: ${mdMin$9}) {
13483
+ @container layout-area (max-width: ${smMax$9}) {
13484
+ padding-inline: var(--semantics-page-sections-sm-margin-inline);
13485
+ padding-block: var(--semantics-page-sections-sm-margin-block);
13486
+ }
13487
+
13488
+ @container layout-area (min-width: ${mdMin$a}) and (max-width: ${mdMax$6}) {
13403
13489
  padding-inline: var(--semantics-page-sections-md-margin-inline);
13404
13490
  padding-block: var(--semantics-page-sections-md-margin-block);
13405
13491
  }
@@ -13425,10 +13511,13 @@ const simpleSectionStyles = css`
13425
13511
  flex-direction: column;
13426
13512
  flex-grow: 1;
13427
13513
  width: 100%;
13428
- max-width: var(--semantics-page-sections-body-max-width);
13429
- gap: var(--semantics-page-sections-sm-gap);
13514
+ max-width: var(--_max-width);
13515
+
13516
+ @media (max-width: ${smMax$9}) {
13517
+ gap: var(--semantics-page-sections-sm-gap);
13518
+ }
13430
13519
 
13431
- @media (min-width: ${mdMin$9}) {
13520
+ @media (min-width: ${mdMin$a}) and (max-width: ${mdMax$6}) {
13432
13521
  gap: var(--semantics-page-sections-md-gap);
13433
13522
  }
13434
13523
 
@@ -13436,7 +13525,11 @@ const simpleSectionStyles = css`
13436
13525
  gap: var(--semantics-page-sections-lg-gap);
13437
13526
  }
13438
13527
 
13439
- @container layout-area (min-width: ${mdMin$9}) {
13528
+ @container layout-area (max-width: ${smMax$9}) {
13529
+ gap: var(--semantics-page-sections-sm-gap);
13530
+ }
13531
+
13532
+ @container layout-area (min-width: ${mdMin$a}) and (max-width: ${mdMax$6}) {
13440
13533
  gap: var(--semantics-page-sections-md-gap);
13441
13534
  }
13442
13535
 
@@ -13460,10 +13553,6 @@ const simpleSectionStyles = css`
13460
13553
  flex-direction: column;
13461
13554
  flex-grow: 1;
13462
13555
  }
13463
-
13464
- :host([align="center"]) .simple-section__main {
13465
- justify-content: center;
13466
- }
13467
13556
  `;
13468
13557
  function simpleSectionTemplate(component) {
13469
13558
  return html`
@@ -13482,17 +13571,21 @@ function simpleSectionTemplate(component) {
13482
13571
  </section>
13483
13572
  `;
13484
13573
  }
13485
- var __defProp$p = Object.defineProperty;
13574
+ var __defProp$s = Object.defineProperty;
13486
13575
  var __getOwnPropDesc$u = Object.getOwnPropertyDescriptor;
13487
13576
  var __decorateClass$u = (decorators, target, key, kind) => {
13488
13577
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$u(target, key) : target;
13489
13578
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
13490
13579
  if (decorator = decorators[i])
13491
13580
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
13492
- if (kind && result) __defProp$p(target, key, result);
13581
+ if (kind && result) __defProp$s(target, key, result);
13493
13582
  return result;
13494
13583
  };
13495
13584
  let NLDDSimpleSection = class extends LitElement {
13585
+ constructor() {
13586
+ super(...arguments);
13587
+ this.fullWidth = false;
13588
+ }
13496
13589
  _onSlotChange(e) {
13497
13590
  const slot = e.target;
13498
13591
  const wrapper = slot.parentElement;
@@ -13504,8 +13597,8 @@ let NLDDSimpleSection = class extends LitElement {
13504
13597
  };
13505
13598
  NLDDSimpleSection.styles = simpleSectionStyles;
13506
13599
  __decorateClass$u([
13507
- property({ type: String, reflect: true })
13508
- ], NLDDSimpleSection.prototype, "align", 2);
13600
+ property({ type: Boolean, reflect: true, attribute: "full-width" })
13601
+ ], NLDDSimpleSection.prototype, "fullWidth", 2);
13509
13602
  NLDDSimpleSection = __decorateClass$u([
13510
13603
  customElement("nldd-simple-section")
13511
13604
  ], NLDDSimpleSection);
@@ -13515,7 +13608,9 @@ const simpleSection = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defin
13515
13608
  return NLDDSimpleSection;
13516
13609
  }
13517
13610
  }, Symbol.toStringTag, { value: "Module" }));
13518
- const mdMin$8 = unsafeCSS(breakpoints.mdMin);
13611
+ const smMax$8 = unsafeCSS(breakpoints.smMax);
13612
+ const mdMin$9 = unsafeCSS(breakpoints.mdMin);
13613
+ const mdMax$5 = unsafeCSS(breakpoints.mdMax);
13519
13614
  const lgMin$7 = unsafeCSS(breakpoints.lgMin);
13520
13615
  const fullBleedSectionStyles = css`
13521
13616
 
@@ -13526,6 +13621,8 @@ const fullBleedSectionStyles = css`
13526
13621
  zonder layout-area dient @media als fallback. */
13527
13622
 
13528
13623
  :host {
13624
+ --_max-width: var(--semantics-page-sections-body-max-width);
13625
+
13529
13626
  display: flex;
13530
13627
  flex-direction: column;
13531
13628
  align-items: center;
@@ -13536,13 +13633,12 @@ const fullBleedSectionStyles = css`
13536
13633
  display: none;
13537
13634
  }
13538
13635
 
13539
- :host([align="center"]) {
13540
- flex-grow: 1;
13636
+ :host([full-width]) {
13637
+ --_max-width: none;
13541
13638
  }
13542
13639
 
13543
13640
 
13544
- /* # Block — sm = base; md/lg via @media (fallback) en
13545
- @container layout-area (heeft voorrang binnen layout-area). */
13641
+ /* # Block */
13546
13642
 
13547
13643
  .full-bleed-section {
13548
13644
  display: flex;
@@ -13550,9 +13646,12 @@ const fullBleedSectionStyles = css`
13550
13646
  flex-grow: 1;
13551
13647
  width: 100%;
13552
13648
  box-sizing: border-box;
13553
- padding-block: var(--semantics-page-sections-sm-margin-block);
13554
13649
 
13555
- @media (min-width: ${mdMin$8}) {
13650
+ @media (max-width: ${smMax$8}) {
13651
+ padding-block: var(--semantics-page-sections-sm-margin-block);
13652
+ }
13653
+
13654
+ @media (min-width: ${mdMin$9}) and (max-width: ${mdMax$5}) {
13556
13655
  padding-block: var(--semantics-page-sections-md-margin-block);
13557
13656
  }
13558
13657
 
@@ -13560,7 +13659,11 @@ const fullBleedSectionStyles = css`
13560
13659
  padding-block: var(--semantics-page-sections-lg-margin-block);
13561
13660
  }
13562
13661
 
13563
- @container layout-area (min-width: ${mdMin$8}) {
13662
+ @container layout-area (max-width: ${smMax$8}) {
13663
+ padding-block: var(--semantics-page-sections-sm-margin-block);
13664
+ }
13665
+
13666
+ @container layout-area (min-width: ${mdMin$9}) and (max-width: ${mdMax$5}) {
13564
13667
  padding-block: var(--semantics-page-sections-md-margin-block);
13565
13668
  }
13566
13669
 
@@ -13584,9 +13687,13 @@ const fullBleedSectionStyles = css`
13584
13687
  flex-direction: column;
13585
13688
  flex-grow: 1;
13586
13689
  width: 100%;
13587
- gap: var(--semantics-page-sections-sm-gap);
13690
+ max-width: var(--_max-width);
13588
13691
 
13589
- @media (min-width: ${mdMin$8}) {
13692
+ @media (max-width: ${smMax$8}) {
13693
+ gap: var(--semantics-page-sections-sm-gap);
13694
+ }
13695
+
13696
+ @media (min-width: ${mdMin$9}) and (max-width: ${mdMax$5}) {
13590
13697
  gap: var(--semantics-page-sections-md-gap);
13591
13698
  }
13592
13699
 
@@ -13594,7 +13701,11 @@ const fullBleedSectionStyles = css`
13594
13701
  gap: var(--semantics-page-sections-lg-gap);
13595
13702
  }
13596
13703
 
13597
- @container layout-area (min-width: ${mdMin$8}) {
13704
+ @container layout-area (max-width: ${smMax$8}) {
13705
+ gap: var(--semantics-page-sections-sm-gap);
13706
+ }
13707
+
13708
+ @container layout-area (min-width: ${mdMin$9}) and (max-width: ${mdMax$5}) {
13598
13709
  gap: var(--semantics-page-sections-md-gap);
13599
13710
  }
13600
13711
 
@@ -13618,11 +13729,6 @@ const fullBleedSectionStyles = css`
13618
13729
  flex-direction: column;
13619
13730
  flex-grow: 1;
13620
13731
  }
13621
-
13622
- :host([align="center"]) .full-bleed-section__main {
13623
- justify-content: center;
13624
- }
13625
-
13626
13732
  `;
13627
13733
  function fullBleedSectionTemplate(component) {
13628
13734
  return html`
@@ -13641,17 +13747,21 @@ function fullBleedSectionTemplate(component) {
13641
13747
  </section>
13642
13748
  `;
13643
13749
  }
13644
- var __defProp$o = Object.defineProperty;
13750
+ var __defProp$r = Object.defineProperty;
13645
13751
  var __getOwnPropDesc$t = Object.getOwnPropertyDescriptor;
13646
13752
  var __decorateClass$t = (decorators, target, key, kind) => {
13647
13753
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$t(target, key) : target;
13648
13754
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
13649
13755
  if (decorator = decorators[i])
13650
13756
  result = (kind ? decorator(target, key, result) : decorator(result)) || result;
13651
- if (kind && result) __defProp$o(target, key, result);
13757
+ if (kind && result) __defProp$r(target, key, result);
13652
13758
  return result;
13653
13759
  };
13654
13760
  let NLDDFullBleedSection = class extends LitElement {
13761
+ constructor() {
13762
+ super(...arguments);
13763
+ this.fullWidth = false;
13764
+ }
13655
13765
  _onSlotChange(e) {
13656
13766
  const slot = e.target;
13657
13767
  const wrapper = slot.parentElement;
@@ -13663,12 +13773,14 @@ let NLDDFullBleedSection = class extends LitElement {
13663
13773
  };
13664
13774
  NLDDFullBleedSection.styles = fullBleedSectionStyles;
13665
13775
  __decorateClass$t([
13666
- property({ type: String, reflect: true })
13667
- ], NLDDFullBleedSection.prototype, "align", 2);
13776
+ property({ type: Boolean, reflect: true, attribute: "full-width" })
13777
+ ], NLDDFullBleedSection.prototype, "fullWidth", 2);
13668
13778
  NLDDFullBleedSection = __decorateClass$t([
13669
13779
  customElement("nldd-full-bleed-section")
13670
13780
  ], NLDDFullBleedSection);
13671
- const mdMin$7 = unsafeCSS(breakpoints.mdMin);
13781
+ const smMax$7 = unsafeCSS(breakpoints.smMax);
13782
+ const mdMin$8 = unsafeCSS(breakpoints.mdMin);
13783
+ const mdMax$4 = unsafeCSS(breakpoints.mdMax);
13672
13784
  const lgMin$6 = unsafeCSS(breakpoints.lgMin);
13673
13785
  const oneThirdTwoThirdsSectionStyles = css`
13674
13786
 
@@ -13679,6 +13791,8 @@ const oneThirdTwoThirdsSectionStyles = css`
13679
13791
  zonder layout-area dient @media als fallback. */
13680
13792
 
13681
13793
  :host {
13794
+ --_max-width: var(--semantics-page-sections-body-max-width);
13795
+
13682
13796
  display: flex;
13683
13797
  flex-direction: column;
13684
13798
  align-items: center;
@@ -13689,9 +13803,12 @@ const oneThirdTwoThirdsSectionStyles = css`
13689
13803
  display: none;
13690
13804
  }
13691
13805
 
13806
+ :host([full-width]) {
13807
+ --_max-width: none;
13808
+ }
13692
13809
 
13693
- /* # Block — sm = base; md/lg via @media (fallback) en
13694
- @container layout-area (heeft voorrang binnen layout-area). */
13810
+
13811
+ /* # Block */
13695
13812
 
13696
13813
  .one-third-two-thirds-section {
13697
13814
  display: flex;
@@ -13699,10 +13816,13 @@ const oneThirdTwoThirdsSectionStyles = css`
13699
13816
  align-items: center;
13700
13817
  width: 100%;
13701
13818
  box-sizing: border-box;
13702
- padding-inline: var(--semantics-page-sections-sm-margin-inline);
13703
- padding-block: var(--semantics-page-sections-sm-margin-block);
13704
13819
 
13705
- @media (min-width: ${mdMin$7}) {
13820
+ @media (max-width: ${smMax$7}) {
13821
+ padding-inline: var(--semantics-page-sections-sm-margin-inline);
13822
+ padding-block: var(--semantics-page-sections-sm-margin-block);
13823
+ }
13824
+
13825
+ @media (min-width: ${mdMin$8}) and (max-width: ${mdMax$4}) {
13706
13826
  padding-inline: var(--semantics-page-sections-md-margin-inline);
13707
13827
  padding-block: var(--semantics-page-sections-md-margin-block);
13708
13828
  }
@@ -13712,7 +13832,12 @@ const oneThirdTwoThirdsSectionStyles = css`
13712
13832
  padding-block: var(--semantics-page-sections-lg-margin-block);
13713
13833
  }
13714
13834
 
13715
- @container layout-area (min-width: ${mdMin$7}) {
13835
+ @container layout-area (max-width: ${smMax$7}) {
13836
+ padding-inline: var(--semantics-page-sections-sm-margin-inline);
13837
+ padding-block: var(--semantics-page-sections-sm-margin-block);
13838
+ }
13839
+
13840
+ @container layout-area (min-width: ${mdMin$8}) and (max-width: ${mdMax$4}) {
13716
13841
  padding-inline: var(--semantics-page-sections-md-margin-inline);
13717
13842
  padding-block: var(--semantics-page-sections-md-margin-block);
13718
13843
  }
@@ -13730,10 +13855,13 @@ const oneThirdTwoThirdsSectionStyles = css`
13730
13855
  display: flex;
13731
13856
  flex-direction: column;
13732
13857
  width: 100%;
13733
- max-width: var(--semantics-page-sections-body-max-width);
13734
- gap: var(--semantics-page-sections-sm-gap);
13858
+ max-width: var(--_max-width);
13735
13859
 
13736
- @media (min-width: ${mdMin$7}) {
13860
+ @media (max-width: ${smMax$7}) {
13861
+ gap: var(--semantics-page-sections-sm-gap);
13862
+ }
13863
+
13864
+ @media (min-width: ${mdMin$8}) and (max-width: ${mdMax$4}) {
13737
13865
  gap: var(--semantics-page-sections-md-gap);
13738
13866
  }
13739
13867
 
@@ -13741,7 +13869,11 @@ const oneThirdTwoThirdsSectionStyles = css`
13741
13869
  gap: var(--semantics-page-sections-lg-gap);
13742
13870
  }
13743
13871
 
13744
- @container layout-area (min-width: ${mdMin$7}) {
13872
+ @container layout-area (max-width: ${smMax$7}) {
13873
+ gap: var(--semantics-page-sections-sm-gap);
13874
+ }
13875
+
13876
+ @container layout-area (min-width: ${mdMin$8}) and (max-width: ${mdMax$4}) {
13745
13877
  gap: var(--semantics-page-sections-md-gap);
13746
13878
  }
13747
13879
 
@@ -13756,9 +13888,12 @@ const oneThirdTwoThirdsSectionStyles = css`
13756
13888
  .one-third-two-thirds-section__columns {
13757
13889
  display: flex;
13758
13890
  flex-wrap: wrap;
13759
- gap: var(--semantics-page-sections-sm-gap);
13760
13891
 
13761
- @media (min-width: ${mdMin$7}) {
13892
+ @media (max-width: ${smMax$7}) {
13893
+ gap: var(--semantics-page-sections-sm-gap);
13894
+ }
13895
+
13896
+ @media (min-width: ${mdMin$8}) and (max-width: ${mdMax$4}) {
13762
13897
  gap: var(--semantics-page-sections-md-gap);
13763
13898
  }
13764
13899
 
@@ -13766,7 +13901,11 @@ const oneThirdTwoThirdsSectionStyles = css`
13766
13901
  gap: var(--semantics-page-sections-lg-gap);
13767
13902
  }
13768
13903
 
13769
- @container layout-area (min-width: ${mdMin$7}) {
13904
+ @container layout-area (max-width: ${smMax$7}) {
13905
+ gap: var(--semantics-page-sections-sm-gap);
13906
+ }
13907
+
13908
+ @container layout-area (min-width: ${mdMin$8}) and (max-width: ${mdMax$4}) {
13770
13909
  gap: var(--semantics-page-sections-md-gap);
13771
13910
  }
13772
13911
 
@@ -13804,24 +13943,35 @@ function oneThirdTwoThirdsSectionTemplate(_component) {
13804
13943
  </section>
13805
13944
  `;
13806
13945
  }
13946
+ var __defProp$q = Object.defineProperty;
13807
13947
  var __getOwnPropDesc$s = Object.getOwnPropertyDescriptor;
13808
13948
  var __decorateClass$s = (decorators, target, key, kind) => {
13809
13949
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$s(target, key) : target;
13810
13950
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
13811
13951
  if (decorator = decorators[i])
13812
- result = decorator(result) || result;
13952
+ result = (kind ? decorator(target, key, result) : decorator(result)) || result;
13953
+ if (kind && result) __defProp$q(target, key, result);
13813
13954
  return result;
13814
13955
  };
13815
13956
  let NLDDOneThirdTwoThirdsSection = class extends LitElement {
13957
+ constructor() {
13958
+ super(...arguments);
13959
+ this.fullWidth = false;
13960
+ }
13816
13961
  render() {
13817
13962
  return oneThirdTwoThirdsSectionTemplate();
13818
13963
  }
13819
13964
  };
13820
13965
  NLDDOneThirdTwoThirdsSection.styles = oneThirdTwoThirdsSectionStyles;
13966
+ __decorateClass$s([
13967
+ property({ type: Boolean, reflect: true, attribute: "full-width" })
13968
+ ], NLDDOneThirdTwoThirdsSection.prototype, "fullWidth", 2);
13821
13969
  NLDDOneThirdTwoThirdsSection = __decorateClass$s([
13822
13970
  customElement("nldd-one-third-two-thirds-section")
13823
13971
  ], NLDDOneThirdTwoThirdsSection);
13824
- const mdMin$6 = unsafeCSS(breakpoints.mdMin);
13972
+ const smMax$6 = unsafeCSS(breakpoints.smMax);
13973
+ const mdMin$7 = unsafeCSS(breakpoints.mdMin);
13974
+ const mdMax$3 = unsafeCSS(breakpoints.mdMax);
13825
13975
  const lgMin$5 = unsafeCSS(breakpoints.lgMin);
13826
13976
  const twoThirdsOneThirdSectionStyles = css`
13827
13977
 
@@ -13832,6 +13982,8 @@ const twoThirdsOneThirdSectionStyles = css`
13832
13982
  zonder layout-area dient @media als fallback. */
13833
13983
 
13834
13984
  :host {
13985
+ --_max-width: var(--semantics-page-sections-body-max-width);
13986
+
13835
13987
  display: flex;
13836
13988
  flex-direction: column;
13837
13989
  align-items: center;
@@ -13842,9 +13994,12 @@ const twoThirdsOneThirdSectionStyles = css`
13842
13994
  display: none;
13843
13995
  }
13844
13996
 
13997
+ :host([full-width]) {
13998
+ --_max-width: none;
13999
+ }
14000
+
13845
14001
 
13846
- /* # Block — sm = base; md/lg via @media (fallback) en
13847
- @container layout-area (heeft voorrang binnen layout-area). */
14002
+ /* # Block */
13848
14003
 
13849
14004
  .two-thirds-one-third-section {
13850
14005
  display: flex;
@@ -13852,10 +14007,13 @@ const twoThirdsOneThirdSectionStyles = css`
13852
14007
  align-items: center;
13853
14008
  width: 100%;
13854
14009
  box-sizing: border-box;
13855
- padding-inline: var(--semantics-page-sections-sm-margin-inline);
13856
- padding-block: var(--semantics-page-sections-sm-margin-block);
13857
14010
 
13858
- @media (min-width: ${mdMin$6}) {
14011
+ @media (max-width: ${smMax$6}) {
14012
+ padding-inline: var(--semantics-page-sections-sm-margin-inline);
14013
+ padding-block: var(--semantics-page-sections-sm-margin-block);
14014
+ }
14015
+
14016
+ @media (min-width: ${mdMin$7}) and (max-width: ${mdMax$3}) {
13859
14017
  padding-inline: var(--semantics-page-sections-md-margin-inline);
13860
14018
  padding-block: var(--semantics-page-sections-md-margin-block);
13861
14019
  }
@@ -13865,7 +14023,12 @@ const twoThirdsOneThirdSectionStyles = css`
13865
14023
  padding-block: var(--semantics-page-sections-lg-margin-block);
13866
14024
  }
13867
14025
 
13868
- @container layout-area (min-width: ${mdMin$6}) {
14026
+ @container layout-area (max-width: ${smMax$6}) {
14027
+ padding-inline: var(--semantics-page-sections-sm-margin-inline);
14028
+ padding-block: var(--semantics-page-sections-sm-margin-block);
14029
+ }
14030
+
14031
+ @container layout-area (min-width: ${mdMin$7}) and (max-width: ${mdMax$3}) {
13869
14032
  padding-inline: var(--semantics-page-sections-md-margin-inline);
13870
14033
  padding-block: var(--semantics-page-sections-md-margin-block);
13871
14034
  }
@@ -13883,10 +14046,13 @@ const twoThirdsOneThirdSectionStyles = css`
13883
14046
  display: flex;
13884
14047
  flex-direction: column;
13885
14048
  width: 100%;
13886
- max-width: var(--semantics-page-sections-body-max-width);
13887
- gap: var(--semantics-page-sections-sm-gap);
14049
+ max-width: var(--_max-width);
14050
+
14051
+ @media (max-width: ${smMax$6}) {
14052
+ gap: var(--semantics-page-sections-sm-gap);
14053
+ }
13888
14054
 
13889
- @media (min-width: ${mdMin$6}) {
14055
+ @media (min-width: ${mdMin$7}) and (max-width: ${mdMax$3}) {
13890
14056
  gap: var(--semantics-page-sections-md-gap);
13891
14057
  }
13892
14058
 
@@ -13894,7 +14060,11 @@ const twoThirdsOneThirdSectionStyles = css`
13894
14060
  gap: var(--semantics-page-sections-lg-gap);
13895
14061
  }
13896
14062
 
13897
- @container layout-area (min-width: ${mdMin$6}) {
14063
+ @container layout-area (max-width: ${smMax$6}) {
14064
+ gap: var(--semantics-page-sections-sm-gap);
14065
+ }
14066
+
14067
+ @container layout-area (min-width: ${mdMin$7}) and (max-width: ${mdMax$3}) {
13898
14068
  gap: var(--semantics-page-sections-md-gap);
13899
14069
  }
13900
14070
 
@@ -13909,9 +14079,12 @@ const twoThirdsOneThirdSectionStyles = css`
13909
14079
  .two-thirds-one-third-section__columns {
13910
14080
  display: flex;
13911
14081
  flex-wrap: wrap;
13912
- gap: var(--semantics-page-sections-sm-gap);
13913
14082
 
13914
- @media (min-width: ${mdMin$6}) {
14083
+ @media (max-width: ${smMax$6}) {
14084
+ gap: var(--semantics-page-sections-sm-gap);
14085
+ }
14086
+
14087
+ @media (min-width: ${mdMin$7}) and (max-width: ${mdMax$3}) {
13915
14088
  gap: var(--semantics-page-sections-md-gap);
13916
14089
  }
13917
14090
 
@@ -13919,7 +14092,11 @@ const twoThirdsOneThirdSectionStyles = css`
13919
14092
  gap: var(--semantics-page-sections-lg-gap);
13920
14093
  }
13921
14094
 
13922
- @container layout-area (min-width: ${mdMin$6}) {
14095
+ @container layout-area (max-width: ${smMax$6}) {
14096
+ gap: var(--semantics-page-sections-sm-gap);
14097
+ }
14098
+
14099
+ @container layout-area (min-width: ${mdMin$7}) and (max-width: ${mdMax$3}) {
13923
14100
  gap: var(--semantics-page-sections-md-gap);
13924
14101
  }
13925
14102
 
@@ -13937,7 +14114,6 @@ const twoThirdsOneThirdSectionStyles = css`
13937
14114
  flex: 1;
13938
14115
  min-width: var(--primitives-area-280);
13939
14116
  }
13940
-
13941
14117
  `;
13942
14118
  function twoThirdsOneThirdSectionTemplate(_component) {
13943
14119
  return html`
@@ -13958,24 +14134,35 @@ function twoThirdsOneThirdSectionTemplate(_component) {
13958
14134
  </section>
13959
14135
  `;
13960
14136
  }
14137
+ var __defProp$p = Object.defineProperty;
13961
14138
  var __getOwnPropDesc$r = Object.getOwnPropertyDescriptor;
13962
14139
  var __decorateClass$r = (decorators, target, key, kind) => {
13963
14140
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$r(target, key) : target;
13964
14141
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
13965
14142
  if (decorator = decorators[i])
13966
- result = decorator(result) || result;
14143
+ result = (kind ? decorator(target, key, result) : decorator(result)) || result;
14144
+ if (kind && result) __defProp$p(target, key, result);
13967
14145
  return result;
13968
14146
  };
13969
14147
  let NLDDTwoThirdsOneThirdSection = class extends LitElement {
14148
+ constructor() {
14149
+ super(...arguments);
14150
+ this.fullWidth = false;
14151
+ }
13970
14152
  render() {
13971
14153
  return twoThirdsOneThirdSectionTemplate();
13972
14154
  }
13973
14155
  };
13974
14156
  NLDDTwoThirdsOneThirdSection.styles = twoThirdsOneThirdSectionStyles;
14157
+ __decorateClass$r([
14158
+ property({ type: Boolean, reflect: true, attribute: "full-width" })
14159
+ ], NLDDTwoThirdsOneThirdSection.prototype, "fullWidth", 2);
13975
14160
  NLDDTwoThirdsOneThirdSection = __decorateClass$r([
13976
14161
  customElement("nldd-two-thirds-one-third-section")
13977
14162
  ], NLDDTwoThirdsOneThirdSection);
13978
- const mdMin$5 = unsafeCSS(breakpoints.mdMin);
14163
+ const smMax$5 = unsafeCSS(breakpoints.smMax);
14164
+ const mdMin$6 = unsafeCSS(breakpoints.mdMin);
14165
+ const mdMax$2 = unsafeCSS(breakpoints.mdMax);
13979
14166
  const lgMin$4 = unsafeCSS(breakpoints.lgMin);
13980
14167
  const oneHalfOneHalfSectionStyles = css`
13981
14168
 
@@ -13986,6 +14173,8 @@ const oneHalfOneHalfSectionStyles = css`
13986
14173
  zonder layout-area dient @media als fallback. */
13987
14174
 
13988
14175
  :host {
14176
+ --_max-width: var(--semantics-page-sections-body-max-width);
14177
+
13989
14178
  display: flex;
13990
14179
  flex-direction: column;
13991
14180
  align-items: center;
@@ -13996,9 +14185,12 @@ const oneHalfOneHalfSectionStyles = css`
13996
14185
  display: none;
13997
14186
  }
13998
14187
 
14188
+ :host([full-width]) {
14189
+ --_max-width: none;
14190
+ }
13999
14191
 
14000
- /* # Block — sm = base; md/lg via @media (fallback) en
14001
- @container layout-area (heeft voorrang binnen layout-area). */
14192
+
14193
+ /* # Block */
14002
14194
 
14003
14195
  .one-half-one-half-section {
14004
14196
  display: flex;
@@ -14006,10 +14198,13 @@ const oneHalfOneHalfSectionStyles = css`
14006
14198
  align-items: center;
14007
14199
  width: 100%;
14008
14200
  box-sizing: border-box;
14009
- padding-inline: var(--semantics-page-sections-sm-margin-inline);
14010
- padding-block: var(--semantics-page-sections-sm-margin-block);
14011
14201
 
14012
- @media (min-width: ${mdMin$5}) {
14202
+ @media (max-width: ${smMax$5}) {
14203
+ padding-inline: var(--semantics-page-sections-sm-margin-inline);
14204
+ padding-block: var(--semantics-page-sections-sm-margin-block);
14205
+ }
14206
+
14207
+ @media (min-width: ${mdMin$6}) and (max-width: ${mdMax$2}) {
14013
14208
  padding-inline: var(--semantics-page-sections-md-margin-inline);
14014
14209
  padding-block: var(--semantics-page-sections-md-margin-block);
14015
14210
  }
@@ -14019,7 +14214,12 @@ const oneHalfOneHalfSectionStyles = css`
14019
14214
  padding-block: var(--semantics-page-sections-lg-margin-block);
14020
14215
  }
14021
14216
 
14022
- @container layout-area (min-width: ${mdMin$5}) {
14217
+ @container layout-area (max-width: ${smMax$5}) {
14218
+ padding-inline: var(--semantics-page-sections-sm-margin-inline);
14219
+ padding-block: var(--semantics-page-sections-sm-margin-block);
14220
+ }
14221
+
14222
+ @container layout-area (min-width: ${mdMin$6}) and (max-width: ${mdMax$2}) {
14023
14223
  padding-inline: var(--semantics-page-sections-md-margin-inline);
14024
14224
  padding-block: var(--semantics-page-sections-md-margin-block);
14025
14225
  }
@@ -14037,10 +14237,13 @@ const oneHalfOneHalfSectionStyles = css`
14037
14237
  display: flex;
14038
14238
  flex-direction: column;
14039
14239
  width: 100%;
14040
- max-width: var(--semantics-page-sections-body-max-width);
14041
- gap: var(--semantics-page-sections-sm-gap);
14240
+ max-width: var(--_max-width);
14042
14241
 
14043
- @media (min-width: ${mdMin$5}) {
14242
+ @media (max-width: ${smMax$5}) {
14243
+ gap: var(--semantics-page-sections-sm-gap);
14244
+ }
14245
+
14246
+ @media (min-width: ${mdMin$6}) and (max-width: ${mdMax$2}) {
14044
14247
  gap: var(--semantics-page-sections-md-gap);
14045
14248
  }
14046
14249
 
@@ -14048,7 +14251,11 @@ const oneHalfOneHalfSectionStyles = css`
14048
14251
  gap: var(--semantics-page-sections-lg-gap);
14049
14252
  }
14050
14253
 
14051
- @container layout-area (min-width: ${mdMin$5}) {
14254
+ @container layout-area (max-width: ${smMax$5}) {
14255
+ gap: var(--semantics-page-sections-sm-gap);
14256
+ }
14257
+
14258
+ @container layout-area (min-width: ${mdMin$6}) and (max-width: ${mdMax$2}) {
14052
14259
  gap: var(--semantics-page-sections-md-gap);
14053
14260
  }
14054
14261
 
@@ -14063,9 +14270,12 @@ const oneHalfOneHalfSectionStyles = css`
14063
14270
  .one-half-one-half-section__columns {
14064
14271
  display: flex;
14065
14272
  flex-wrap: wrap;
14066
- gap: var(--semantics-page-sections-sm-gap);
14067
14273
 
14068
- @media (min-width: ${mdMin$5}) {
14274
+ @media (max-width: ${smMax$5}) {
14275
+ gap: var(--semantics-page-sections-sm-gap);
14276
+ }
14277
+
14278
+ @media (min-width: ${mdMin$6}) and (max-width: ${mdMax$2}) {
14069
14279
  gap: var(--semantics-page-sections-md-gap);
14070
14280
  }
14071
14281
 
@@ -14073,7 +14283,11 @@ const oneHalfOneHalfSectionStyles = css`
14073
14283
  gap: var(--semantics-page-sections-lg-gap);
14074
14284
  }
14075
14285
 
14076
- @container layout-area (min-width: ${mdMin$5}) {
14286
+ @container layout-area (max-width: ${smMax$5}) {
14287
+ gap: var(--semantics-page-sections-sm-gap);
14288
+ }
14289
+
14290
+ @container layout-area (min-width: ${mdMin$6}) and (max-width: ${mdMax$2}) {
14077
14291
  gap: var(--semantics-page-sections-md-gap);
14078
14292
  }
14079
14293
 
@@ -14111,20 +14325,29 @@ function oneHalfOneHalfSectionTemplate(_component) {
14111
14325
  </section>
14112
14326
  `;
14113
14327
  }
14328
+ var __defProp$o = Object.defineProperty;
14114
14329
  var __getOwnPropDesc$q = Object.getOwnPropertyDescriptor;
14115
14330
  var __decorateClass$q = (decorators, target, key, kind) => {
14116
14331
  var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$q(target, key) : target;
14117
14332
  for (var i = decorators.length - 1, decorator; i >= 0; i--)
14118
14333
  if (decorator = decorators[i])
14119
- result = decorator(result) || result;
14334
+ result = (kind ? decorator(target, key, result) : decorator(result)) || result;
14335
+ if (kind && result) __defProp$o(target, key, result);
14120
14336
  return result;
14121
14337
  };
14122
14338
  let NLDDOneHalfOneHalfSection = class extends LitElement {
14339
+ constructor() {
14340
+ super(...arguments);
14341
+ this.fullWidth = false;
14342
+ }
14123
14343
  render() {
14124
14344
  return oneHalfOneHalfSectionTemplate();
14125
14345
  }
14126
14346
  };
14127
14347
  NLDDOneHalfOneHalfSection.styles = oneHalfOneHalfSectionStyles;
14348
+ __decorateClass$q([
14349
+ property({ type: Boolean, reflect: true, attribute: "full-width" })
14350
+ ], NLDDOneHalfOneHalfSection.prototype, "fullWidth", 2);
14128
14351
  NLDDOneHalfOneHalfSection = __decorateClass$q([
14129
14352
  customElement("nldd-one-half-one-half-section")
14130
14353
  ], NLDDOneHalfOneHalfSection);
@@ -14200,8 +14423,6 @@ const cardStyles = css`
14200
14423
  border-radius: var(--components-card-corner-radius);
14201
14424
  box-shadow: var(--components-card-box-shadow);
14202
14425
  overflow: hidden;
14203
- container-type: inline-size;
14204
- container-name: layout-area;
14205
14426
  }
14206
14427
 
14207
14428
 
@@ -14280,6 +14501,11 @@ let NLDDCard = class extends LitElement {
14280
14501
  wrapper.hidden = slot.assignedElements().length === 0;
14281
14502
  };
14282
14503
  }
14504
+ connectedCallback() {
14505
+ super.connectedCallback();
14506
+ this.style.containerType = "inline-size";
14507
+ this.style.containerName = "layout-area";
14508
+ }
14283
14509
  render() {
14284
14510
  return cardTemplate(this);
14285
14511
  }
@@ -14291,7 +14517,7 @@ __decorateClass$o([
14291
14517
  NLDDCard = __decorateClass$o([
14292
14518
  customElement("nldd-card")
14293
14519
  ], NLDDCard);
14294
- const mdMin$4 = unsafeCSS(breakpoints.mdMin);
14520
+ const mdMin$5 = unsafeCSS(breakpoints.mdMin);
14295
14521
  const lgMin$3 = unsafeCSS(breakpoints.lgMin);
14296
14522
  const collectionStyles = css`
14297
14523
 
@@ -14306,7 +14532,7 @@ const collectionStyles = css`
14306
14532
  gap: var(--components-collection-sm-gap);
14307
14533
  --_item-width: var(--primitives-area-280);
14308
14534
 
14309
- @media (min-width: ${mdMin$4}) {
14535
+ @media (min-width: ${mdMin$5}) {
14310
14536
  gap: var(--components-collection-md-gap);
14311
14537
  }
14312
14538
 
@@ -14327,7 +14553,7 @@ const collectionStyles = css`
14327
14553
  width: 100%;
14328
14554
  gap: var(--components-collection-sm-gap);
14329
14555
 
14330
- @media (min-width: ${mdMin$4}) {
14556
+ @media (min-width: ${mdMin$5}) {
14331
14557
  gap: var(--components-collection-md-gap);
14332
14558
  }
14333
14559
 
@@ -14810,7 +15036,7 @@ NLDDSpacer = __decorateClass$m([
14810
15036
  customElement("nldd-spacer")
14811
15037
  ], NLDDSpacer);
14812
15038
  const smMax$4 = unsafeCSS(breakpoints.smMax);
14813
- const mdMin$3 = unsafeCSS(breakpoints.mdMin);
15039
+ const mdMin$4 = unsafeCSS(breakpoints.mdMin);
14814
15040
  const mdMax$1 = unsafeCSS(breakpoints.mdMax);
14815
15041
  const lgMin$2 = unsafeCSS(breakpoints.lgMin);
14816
15042
  const containerStyles = css`
@@ -14882,25 +15108,25 @@ const containerStyles = css`
14882
15108
 
14883
15109
  /* # Padding — md viewport */
14884
15110
 
14885
- :host([md-padding="0"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: 0; } }
14886
- :host([md-padding="2"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-2); } }
14887
- :host([md-padding="4"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-4); } }
14888
- :host([md-padding="6"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-6); } }
14889
- :host([md-padding="8"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-8); } }
14890
- :host([md-padding="10"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-10); } }
14891
- :host([md-padding="12"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-12); } }
14892
- :host([md-padding="16"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-16); } }
14893
- :host([md-padding="20"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-20); } }
14894
- :host([md-padding="24"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-24); } }
14895
- :host([md-padding="28"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-28); } }
14896
- :host([md-padding="32"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-32); } }
14897
- :host([md-padding="40"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-40); } }
14898
- :host([md-padding="44"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-44); } }
14899
- :host([md-padding="48"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-48); } }
14900
- :host([md-padding="56"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-56); } }
14901
- :host([md-padding="64"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-64); } }
14902
- :host([md-padding="80"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-80); } }
14903
- :host([md-padding="96"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-96); } }
15111
+ :host([md-padding="0"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: 0; } }
15112
+ :host([md-padding="2"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-2); } }
15113
+ :host([md-padding="4"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-4); } }
15114
+ :host([md-padding="6"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-6); } }
15115
+ :host([md-padding="8"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-8); } }
15116
+ :host([md-padding="10"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-10); } }
15117
+ :host([md-padding="12"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-12); } }
15118
+ :host([md-padding="16"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-16); } }
15119
+ :host([md-padding="20"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-20); } }
15120
+ :host([md-padding="24"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-24); } }
15121
+ :host([md-padding="28"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-28); } }
15122
+ :host([md-padding="32"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-32); } }
15123
+ :host([md-padding="40"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-40); } }
15124
+ :host([md-padding="44"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-44); } }
15125
+ :host([md-padding="48"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-48); } }
15126
+ :host([md-padding="56"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-56); } }
15127
+ :host([md-padding="64"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-64); } }
15128
+ :host([md-padding="80"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-80); } }
15129
+ :host([md-padding="96"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-96); } }
14904
15130
 
14905
15131
 
14906
15132
  /* # Padding — lg viewport */
@@ -14951,25 +15177,25 @@ const containerStyles = css`
14951
15177
 
14952
15178
  /* # Padding — md container */
14953
15179
 
14954
- :host([layout-area-md-padding="0"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: 0; } }
14955
- :host([layout-area-md-padding="2"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-2); } }
14956
- :host([layout-area-md-padding="4"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-4); } }
14957
- :host([layout-area-md-padding="6"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-6); } }
14958
- :host([layout-area-md-padding="8"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-8); } }
14959
- :host([layout-area-md-padding="10"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-10); } }
14960
- :host([layout-area-md-padding="12"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-12); } }
14961
- :host([layout-area-md-padding="16"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-16); } }
14962
- :host([layout-area-md-padding="20"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-20); } }
14963
- :host([layout-area-md-padding="24"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-24); } }
14964
- :host([layout-area-md-padding="28"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-28); } }
14965
- :host([layout-area-md-padding="32"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-32); } }
14966
- :host([layout-area-md-padding="40"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-40); } }
14967
- :host([layout-area-md-padding="44"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-44); } }
14968
- :host([layout-area-md-padding="48"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-48); } }
14969
- :host([layout-area-md-padding="56"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-56); } }
14970
- :host([layout-area-md-padding="64"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-64); } }
14971
- :host([layout-area-md-padding="80"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-80); } }
14972
- :host([layout-area-md-padding="96"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-96); } }
15180
+ :host([layout-area-md-padding="0"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: 0; } }
15181
+ :host([layout-area-md-padding="2"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-2); } }
15182
+ :host([layout-area-md-padding="4"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-4); } }
15183
+ :host([layout-area-md-padding="6"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-6); } }
15184
+ :host([layout-area-md-padding="8"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-8); } }
15185
+ :host([layout-area-md-padding="10"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-10); } }
15186
+ :host([layout-area-md-padding="12"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-12); } }
15187
+ :host([layout-area-md-padding="16"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-16); } }
15188
+ :host([layout-area-md-padding="20"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-20); } }
15189
+ :host([layout-area-md-padding="24"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-24); } }
15190
+ :host([layout-area-md-padding="28"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-28); } }
15191
+ :host([layout-area-md-padding="32"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-32); } }
15192
+ :host([layout-area-md-padding="40"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-40); } }
15193
+ :host([layout-area-md-padding="44"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-44); } }
15194
+ :host([layout-area-md-padding="48"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-48); } }
15195
+ :host([layout-area-md-padding="56"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-56); } }
15196
+ :host([layout-area-md-padding="64"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-64); } }
15197
+ :host([layout-area-md-padding="80"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-80); } }
15198
+ :host([layout-area-md-padding="96"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding: var(--primitives-space-96); } }
14973
15199
 
14974
15200
 
14975
15201
  /* # Padding — lg container */
@@ -15043,25 +15269,25 @@ const containerStyles = css`
15043
15269
 
15044
15270
  /* # Padding Inline — md viewport */
15045
15271
 
15046
- :host([md-padding-inline="0"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: 0; } }
15047
- :host([md-padding-inline="2"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-2); } }
15048
- :host([md-padding-inline="4"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-4); } }
15049
- :host([md-padding-inline="6"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-6); } }
15050
- :host([md-padding-inline="8"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-8); } }
15051
- :host([md-padding-inline="10"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-10); } }
15052
- :host([md-padding-inline="12"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-12); } }
15053
- :host([md-padding-inline="16"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-16); } }
15054
- :host([md-padding-inline="20"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-20); } }
15055
- :host([md-padding-inline="24"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-24); } }
15056
- :host([md-padding-inline="28"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-28); } }
15057
- :host([md-padding-inline="32"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-32); } }
15058
- :host([md-padding-inline="40"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-40); } }
15059
- :host([md-padding-inline="44"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-44); } }
15060
- :host([md-padding-inline="48"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-48); } }
15061
- :host([md-padding-inline="56"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-56); } }
15062
- :host([md-padding-inline="64"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-64); } }
15063
- :host([md-padding-inline="80"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-80); } }
15064
- :host([md-padding-inline="96"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-96); } }
15272
+ :host([md-padding-inline="0"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: 0; } }
15273
+ :host([md-padding-inline="2"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-2); } }
15274
+ :host([md-padding-inline="4"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-4); } }
15275
+ :host([md-padding-inline="6"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-6); } }
15276
+ :host([md-padding-inline="8"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-8); } }
15277
+ :host([md-padding-inline="10"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-10); } }
15278
+ :host([md-padding-inline="12"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-12); } }
15279
+ :host([md-padding-inline="16"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-16); } }
15280
+ :host([md-padding-inline="20"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-20); } }
15281
+ :host([md-padding-inline="24"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-24); } }
15282
+ :host([md-padding-inline="28"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-28); } }
15283
+ :host([md-padding-inline="32"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-32); } }
15284
+ :host([md-padding-inline="40"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-40); } }
15285
+ :host([md-padding-inline="44"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-44); } }
15286
+ :host([md-padding-inline="48"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-48); } }
15287
+ :host([md-padding-inline="56"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-56); } }
15288
+ :host([md-padding-inline="64"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-64); } }
15289
+ :host([md-padding-inline="80"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-80); } }
15290
+ :host([md-padding-inline="96"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-96); } }
15065
15291
 
15066
15292
 
15067
15293
  /* # Padding Inline — lg viewport */
@@ -15112,25 +15338,25 @@ const containerStyles = css`
15112
15338
 
15113
15339
  /* # Padding Inline — md container */
15114
15340
 
15115
- :host([layout-area-md-padding-inline="0"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: 0; } }
15116
- :host([layout-area-md-padding-inline="2"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-2); } }
15117
- :host([layout-area-md-padding-inline="4"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-4); } }
15118
- :host([layout-area-md-padding-inline="6"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-6); } }
15119
- :host([layout-area-md-padding-inline="8"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-8); } }
15120
- :host([layout-area-md-padding-inline="10"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-10); } }
15121
- :host([layout-area-md-padding-inline="12"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-12); } }
15122
- :host([layout-area-md-padding-inline="16"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-16); } }
15123
- :host([layout-area-md-padding-inline="20"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-20); } }
15124
- :host([layout-area-md-padding-inline="24"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-24); } }
15125
- :host([layout-area-md-padding-inline="28"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-28); } }
15126
- :host([layout-area-md-padding-inline="32"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-32); } }
15127
- :host([layout-area-md-padding-inline="40"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-40); } }
15128
- :host([layout-area-md-padding-inline="44"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-44); } }
15129
- :host([layout-area-md-padding-inline="48"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-48); } }
15130
- :host([layout-area-md-padding-inline="56"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-56); } }
15131
- :host([layout-area-md-padding-inline="64"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-64); } }
15132
- :host([layout-area-md-padding-inline="80"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-80); } }
15133
- :host([layout-area-md-padding-inline="96"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-96); } }
15341
+ :host([layout-area-md-padding-inline="0"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: 0; } }
15342
+ :host([layout-area-md-padding-inline="2"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-2); } }
15343
+ :host([layout-area-md-padding-inline="4"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-4); } }
15344
+ :host([layout-area-md-padding-inline="6"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-6); } }
15345
+ :host([layout-area-md-padding-inline="8"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-8); } }
15346
+ :host([layout-area-md-padding-inline="10"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-10); } }
15347
+ :host([layout-area-md-padding-inline="12"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-12); } }
15348
+ :host([layout-area-md-padding-inline="16"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-16); } }
15349
+ :host([layout-area-md-padding-inline="20"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-20); } }
15350
+ :host([layout-area-md-padding-inline="24"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-24); } }
15351
+ :host([layout-area-md-padding-inline="28"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-28); } }
15352
+ :host([layout-area-md-padding-inline="32"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-32); } }
15353
+ :host([layout-area-md-padding-inline="40"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-40); } }
15354
+ :host([layout-area-md-padding-inline="44"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-44); } }
15355
+ :host([layout-area-md-padding-inline="48"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-48); } }
15356
+ :host([layout-area-md-padding-inline="56"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-56); } }
15357
+ :host([layout-area-md-padding-inline="64"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-64); } }
15358
+ :host([layout-area-md-padding-inline="80"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-80); } }
15359
+ :host([layout-area-md-padding-inline="96"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-inline: var(--primitives-space-96); } }
15134
15360
 
15135
15361
 
15136
15362
  /* # Padding Inline — lg container */
@@ -15204,25 +15430,25 @@ const containerStyles = css`
15204
15430
 
15205
15431
  /* # Padding Block — md viewport */
15206
15432
 
15207
- :host([md-padding-block="0"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: 0; } }
15208
- :host([md-padding-block="2"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-2); } }
15209
- :host([md-padding-block="4"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-4); } }
15210
- :host([md-padding-block="6"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-6); } }
15211
- :host([md-padding-block="8"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-8); } }
15212
- :host([md-padding-block="10"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-10); } }
15213
- :host([md-padding-block="12"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-12); } }
15214
- :host([md-padding-block="16"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-16); } }
15215
- :host([md-padding-block="20"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-20); } }
15216
- :host([md-padding-block="24"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-24); } }
15217
- :host([md-padding-block="28"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-28); } }
15218
- :host([md-padding-block="32"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-32); } }
15219
- :host([md-padding-block="40"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-40); } }
15220
- :host([md-padding-block="44"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-44); } }
15221
- :host([md-padding-block="48"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-48); } }
15222
- :host([md-padding-block="56"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-56); } }
15223
- :host([md-padding-block="64"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-64); } }
15224
- :host([md-padding-block="80"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-80); } }
15225
- :host([md-padding-block="96"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-96); } }
15433
+ :host([md-padding-block="0"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: 0; } }
15434
+ :host([md-padding-block="2"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-2); } }
15435
+ :host([md-padding-block="4"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-4); } }
15436
+ :host([md-padding-block="6"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-6); } }
15437
+ :host([md-padding-block="8"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-8); } }
15438
+ :host([md-padding-block="10"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-10); } }
15439
+ :host([md-padding-block="12"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-12); } }
15440
+ :host([md-padding-block="16"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-16); } }
15441
+ :host([md-padding-block="20"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-20); } }
15442
+ :host([md-padding-block="24"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-24); } }
15443
+ :host([md-padding-block="28"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-28); } }
15444
+ :host([md-padding-block="32"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-32); } }
15445
+ :host([md-padding-block="40"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-40); } }
15446
+ :host([md-padding-block="44"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-44); } }
15447
+ :host([md-padding-block="48"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-48); } }
15448
+ :host([md-padding-block="56"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-56); } }
15449
+ :host([md-padding-block="64"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-64); } }
15450
+ :host([md-padding-block="80"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-80); } }
15451
+ :host([md-padding-block="96"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-96); } }
15226
15452
 
15227
15453
 
15228
15454
  /* # Padding Block — lg viewport */
@@ -15273,25 +15499,25 @@ const containerStyles = css`
15273
15499
 
15274
15500
  /* # Padding Block — md container */
15275
15501
 
15276
- :host([layout-area-md-padding-block="0"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: 0; } }
15277
- :host([layout-area-md-padding-block="2"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-2); } }
15278
- :host([layout-area-md-padding-block="4"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-4); } }
15279
- :host([layout-area-md-padding-block="6"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-6); } }
15280
- :host([layout-area-md-padding-block="8"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-8); } }
15281
- :host([layout-area-md-padding-block="10"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-10); } }
15282
- :host([layout-area-md-padding-block="12"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-12); } }
15283
- :host([layout-area-md-padding-block="16"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-16); } }
15284
- :host([layout-area-md-padding-block="20"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-20); } }
15285
- :host([layout-area-md-padding-block="24"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-24); } }
15286
- :host([layout-area-md-padding-block="28"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-28); } }
15287
- :host([layout-area-md-padding-block="32"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-32); } }
15288
- :host([layout-area-md-padding-block="40"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-40); } }
15289
- :host([layout-area-md-padding-block="44"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-44); } }
15290
- :host([layout-area-md-padding-block="48"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-48); } }
15291
- :host([layout-area-md-padding-block="56"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-56); } }
15292
- :host([layout-area-md-padding-block="64"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-64); } }
15293
- :host([layout-area-md-padding-block="80"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-80); } }
15294
- :host([layout-area-md-padding-block="96"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-96); } }
15502
+ :host([layout-area-md-padding-block="0"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: 0; } }
15503
+ :host([layout-area-md-padding-block="2"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-2); } }
15504
+ :host([layout-area-md-padding-block="4"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-4); } }
15505
+ :host([layout-area-md-padding-block="6"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-6); } }
15506
+ :host([layout-area-md-padding-block="8"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-8); } }
15507
+ :host([layout-area-md-padding-block="10"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-10); } }
15508
+ :host([layout-area-md-padding-block="12"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-12); } }
15509
+ :host([layout-area-md-padding-block="16"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-16); } }
15510
+ :host([layout-area-md-padding-block="20"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-20); } }
15511
+ :host([layout-area-md-padding-block="24"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-24); } }
15512
+ :host([layout-area-md-padding-block="28"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-28); } }
15513
+ :host([layout-area-md-padding-block="32"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-32); } }
15514
+ :host([layout-area-md-padding-block="40"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-40); } }
15515
+ :host([layout-area-md-padding-block="44"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-44); } }
15516
+ :host([layout-area-md-padding-block="48"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-48); } }
15517
+ :host([layout-area-md-padding-block="56"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-56); } }
15518
+ :host([layout-area-md-padding-block="64"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-64); } }
15519
+ :host([layout-area-md-padding-block="80"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-80); } }
15520
+ :host([layout-area-md-padding-block="96"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-block: var(--primitives-space-96); } }
15295
15521
 
15296
15522
 
15297
15523
  /* # Padding Block — lg container */
@@ -15365,25 +15591,25 @@ const containerStyles = css`
15365
15591
 
15366
15592
  /* # Padding Top — md viewport */
15367
15593
 
15368
- :host([md-padding-top="0"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: 0; } }
15369
- :host([md-padding-top="2"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-2); } }
15370
- :host([md-padding-top="4"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-4); } }
15371
- :host([md-padding-top="6"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-6); } }
15372
- :host([md-padding-top="8"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-8); } }
15373
- :host([md-padding-top="10"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-10); } }
15374
- :host([md-padding-top="12"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-12); } }
15375
- :host([md-padding-top="16"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-16); } }
15376
- :host([md-padding-top="20"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-20); } }
15377
- :host([md-padding-top="24"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-24); } }
15378
- :host([md-padding-top="28"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-28); } }
15379
- :host([md-padding-top="32"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-32); } }
15380
- :host([md-padding-top="40"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-40); } }
15381
- :host([md-padding-top="44"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-44); } }
15382
- :host([md-padding-top="48"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-48); } }
15383
- :host([md-padding-top="56"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-56); } }
15384
- :host([md-padding-top="64"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-64); } }
15385
- :host([md-padding-top="80"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-80); } }
15386
- :host([md-padding-top="96"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-96); } }
15594
+ :host([md-padding-top="0"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: 0; } }
15595
+ :host([md-padding-top="2"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-2); } }
15596
+ :host([md-padding-top="4"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-4); } }
15597
+ :host([md-padding-top="6"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-6); } }
15598
+ :host([md-padding-top="8"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-8); } }
15599
+ :host([md-padding-top="10"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-10); } }
15600
+ :host([md-padding-top="12"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-12); } }
15601
+ :host([md-padding-top="16"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-16); } }
15602
+ :host([md-padding-top="20"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-20); } }
15603
+ :host([md-padding-top="24"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-24); } }
15604
+ :host([md-padding-top="28"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-28); } }
15605
+ :host([md-padding-top="32"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-32); } }
15606
+ :host([md-padding-top="40"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-40); } }
15607
+ :host([md-padding-top="44"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-44); } }
15608
+ :host([md-padding-top="48"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-48); } }
15609
+ :host([md-padding-top="56"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-56); } }
15610
+ :host([md-padding-top="64"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-64); } }
15611
+ :host([md-padding-top="80"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-80); } }
15612
+ :host([md-padding-top="96"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-96); } }
15387
15613
 
15388
15614
 
15389
15615
  /* # Padding Top — lg viewport */
@@ -15434,25 +15660,25 @@ const containerStyles = css`
15434
15660
 
15435
15661
  /* # Padding Top — md container */
15436
15662
 
15437
- :host([layout-area-md-padding-top="0"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: 0; } }
15438
- :host([layout-area-md-padding-top="2"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-2); } }
15439
- :host([layout-area-md-padding-top="4"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-4); } }
15440
- :host([layout-area-md-padding-top="6"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-6); } }
15441
- :host([layout-area-md-padding-top="8"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-8); } }
15442
- :host([layout-area-md-padding-top="10"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-10); } }
15443
- :host([layout-area-md-padding-top="12"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-12); } }
15444
- :host([layout-area-md-padding-top="16"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-16); } }
15445
- :host([layout-area-md-padding-top="20"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-20); } }
15446
- :host([layout-area-md-padding-top="24"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-24); } }
15447
- :host([layout-area-md-padding-top="28"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-28); } }
15448
- :host([layout-area-md-padding-top="32"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-32); } }
15449
- :host([layout-area-md-padding-top="40"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-40); } }
15450
- :host([layout-area-md-padding-top="44"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-44); } }
15451
- :host([layout-area-md-padding-top="48"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-48); } }
15452
- :host([layout-area-md-padding-top="56"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-56); } }
15453
- :host([layout-area-md-padding-top="64"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-64); } }
15454
- :host([layout-area-md-padding-top="80"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-80); } }
15455
- :host([layout-area-md-padding-top="96"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-96); } }
15663
+ :host([layout-area-md-padding-top="0"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: 0; } }
15664
+ :host([layout-area-md-padding-top="2"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-2); } }
15665
+ :host([layout-area-md-padding-top="4"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-4); } }
15666
+ :host([layout-area-md-padding-top="6"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-6); } }
15667
+ :host([layout-area-md-padding-top="8"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-8); } }
15668
+ :host([layout-area-md-padding-top="10"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-10); } }
15669
+ :host([layout-area-md-padding-top="12"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-12); } }
15670
+ :host([layout-area-md-padding-top="16"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-16); } }
15671
+ :host([layout-area-md-padding-top="20"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-20); } }
15672
+ :host([layout-area-md-padding-top="24"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-24); } }
15673
+ :host([layout-area-md-padding-top="28"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-28); } }
15674
+ :host([layout-area-md-padding-top="32"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-32); } }
15675
+ :host([layout-area-md-padding-top="40"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-40); } }
15676
+ :host([layout-area-md-padding-top="44"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-44); } }
15677
+ :host([layout-area-md-padding-top="48"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-48); } }
15678
+ :host([layout-area-md-padding-top="56"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-56); } }
15679
+ :host([layout-area-md-padding-top="64"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-64); } }
15680
+ :host([layout-area-md-padding-top="80"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-80); } }
15681
+ :host([layout-area-md-padding-top="96"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-top: var(--primitives-space-96); } }
15456
15682
 
15457
15683
 
15458
15684
  /* # Padding Top — lg container */
@@ -15526,25 +15752,25 @@ const containerStyles = css`
15526
15752
 
15527
15753
  /* # Padding Right — md viewport */
15528
15754
 
15529
- :host([md-padding-right="0"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: 0; } }
15530
- :host([md-padding-right="2"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-2); } }
15531
- :host([md-padding-right="4"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-4); } }
15532
- :host([md-padding-right="6"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-6); } }
15533
- :host([md-padding-right="8"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-8); } }
15534
- :host([md-padding-right="10"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-10); } }
15535
- :host([md-padding-right="12"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-12); } }
15536
- :host([md-padding-right="16"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-16); } }
15537
- :host([md-padding-right="20"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-20); } }
15538
- :host([md-padding-right="24"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-24); } }
15539
- :host([md-padding-right="28"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-28); } }
15540
- :host([md-padding-right="32"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-32); } }
15541
- :host([md-padding-right="40"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-40); } }
15542
- :host([md-padding-right="44"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-44); } }
15543
- :host([md-padding-right="48"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-48); } }
15544
- :host([md-padding-right="56"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-56); } }
15545
- :host([md-padding-right="64"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-64); } }
15546
- :host([md-padding-right="80"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-80); } }
15547
- :host([md-padding-right="96"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-96); } }
15755
+ :host([md-padding-right="0"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: 0; } }
15756
+ :host([md-padding-right="2"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-2); } }
15757
+ :host([md-padding-right="4"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-4); } }
15758
+ :host([md-padding-right="6"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-6); } }
15759
+ :host([md-padding-right="8"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-8); } }
15760
+ :host([md-padding-right="10"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-10); } }
15761
+ :host([md-padding-right="12"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-12); } }
15762
+ :host([md-padding-right="16"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-16); } }
15763
+ :host([md-padding-right="20"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-20); } }
15764
+ :host([md-padding-right="24"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-24); } }
15765
+ :host([md-padding-right="28"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-28); } }
15766
+ :host([md-padding-right="32"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-32); } }
15767
+ :host([md-padding-right="40"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-40); } }
15768
+ :host([md-padding-right="44"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-44); } }
15769
+ :host([md-padding-right="48"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-48); } }
15770
+ :host([md-padding-right="56"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-56); } }
15771
+ :host([md-padding-right="64"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-64); } }
15772
+ :host([md-padding-right="80"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-80); } }
15773
+ :host([md-padding-right="96"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-96); } }
15548
15774
 
15549
15775
 
15550
15776
  /* # Padding Right — lg viewport */
@@ -15595,25 +15821,25 @@ const containerStyles = css`
15595
15821
 
15596
15822
  /* # Padding Right — md container */
15597
15823
 
15598
- :host([layout-area-md-padding-right="0"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: 0; } }
15599
- :host([layout-area-md-padding-right="2"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-2); } }
15600
- :host([layout-area-md-padding-right="4"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-4); } }
15601
- :host([layout-area-md-padding-right="6"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-6); } }
15602
- :host([layout-area-md-padding-right="8"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-8); } }
15603
- :host([layout-area-md-padding-right="10"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-10); } }
15604
- :host([layout-area-md-padding-right="12"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-12); } }
15605
- :host([layout-area-md-padding-right="16"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-16); } }
15606
- :host([layout-area-md-padding-right="20"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-20); } }
15607
- :host([layout-area-md-padding-right="24"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-24); } }
15608
- :host([layout-area-md-padding-right="28"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-28); } }
15609
- :host([layout-area-md-padding-right="32"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-32); } }
15610
- :host([layout-area-md-padding-right="40"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-40); } }
15611
- :host([layout-area-md-padding-right="44"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-44); } }
15612
- :host([layout-area-md-padding-right="48"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-48); } }
15613
- :host([layout-area-md-padding-right="56"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-56); } }
15614
- :host([layout-area-md-padding-right="64"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-64); } }
15615
- :host([layout-area-md-padding-right="80"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-80); } }
15616
- :host([layout-area-md-padding-right="96"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-96); } }
15824
+ :host([layout-area-md-padding-right="0"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: 0; } }
15825
+ :host([layout-area-md-padding-right="2"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-2); } }
15826
+ :host([layout-area-md-padding-right="4"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-4); } }
15827
+ :host([layout-area-md-padding-right="6"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-6); } }
15828
+ :host([layout-area-md-padding-right="8"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-8); } }
15829
+ :host([layout-area-md-padding-right="10"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-10); } }
15830
+ :host([layout-area-md-padding-right="12"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-12); } }
15831
+ :host([layout-area-md-padding-right="16"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-16); } }
15832
+ :host([layout-area-md-padding-right="20"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-20); } }
15833
+ :host([layout-area-md-padding-right="24"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-24); } }
15834
+ :host([layout-area-md-padding-right="28"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-28); } }
15835
+ :host([layout-area-md-padding-right="32"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-32); } }
15836
+ :host([layout-area-md-padding-right="40"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-40); } }
15837
+ :host([layout-area-md-padding-right="44"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-44); } }
15838
+ :host([layout-area-md-padding-right="48"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-48); } }
15839
+ :host([layout-area-md-padding-right="56"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-56); } }
15840
+ :host([layout-area-md-padding-right="64"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-64); } }
15841
+ :host([layout-area-md-padding-right="80"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-80); } }
15842
+ :host([layout-area-md-padding-right="96"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-right: var(--primitives-space-96); } }
15617
15843
 
15618
15844
 
15619
15845
  /* # Padding Right — lg container */
@@ -15687,25 +15913,25 @@ const containerStyles = css`
15687
15913
 
15688
15914
  /* # Padding Bottom — md viewport */
15689
15915
 
15690
- :host([md-padding-bottom="0"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: 0; } }
15691
- :host([md-padding-bottom="2"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-2); } }
15692
- :host([md-padding-bottom="4"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-4); } }
15693
- :host([md-padding-bottom="6"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-6); } }
15694
- :host([md-padding-bottom="8"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-8); } }
15695
- :host([md-padding-bottom="10"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-10); } }
15696
- :host([md-padding-bottom="12"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-12); } }
15697
- :host([md-padding-bottom="16"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-16); } }
15698
- :host([md-padding-bottom="20"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-20); } }
15699
- :host([md-padding-bottom="24"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-24); } }
15700
- :host([md-padding-bottom="28"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-28); } }
15701
- :host([md-padding-bottom="32"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-32); } }
15702
- :host([md-padding-bottom="40"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-40); } }
15703
- :host([md-padding-bottom="44"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-44); } }
15704
- :host([md-padding-bottom="48"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-48); } }
15705
- :host([md-padding-bottom="56"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-56); } }
15706
- :host([md-padding-bottom="64"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-64); } }
15707
- :host([md-padding-bottom="80"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-80); } }
15708
- :host([md-padding-bottom="96"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-96); } }
15916
+ :host([md-padding-bottom="0"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: 0; } }
15917
+ :host([md-padding-bottom="2"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-2); } }
15918
+ :host([md-padding-bottom="4"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-4); } }
15919
+ :host([md-padding-bottom="6"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-6); } }
15920
+ :host([md-padding-bottom="8"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-8); } }
15921
+ :host([md-padding-bottom="10"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-10); } }
15922
+ :host([md-padding-bottom="12"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-12); } }
15923
+ :host([md-padding-bottom="16"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-16); } }
15924
+ :host([md-padding-bottom="20"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-20); } }
15925
+ :host([md-padding-bottom="24"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-24); } }
15926
+ :host([md-padding-bottom="28"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-28); } }
15927
+ :host([md-padding-bottom="32"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-32); } }
15928
+ :host([md-padding-bottom="40"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-40); } }
15929
+ :host([md-padding-bottom="44"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-44); } }
15930
+ :host([md-padding-bottom="48"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-48); } }
15931
+ :host([md-padding-bottom="56"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-56); } }
15932
+ :host([md-padding-bottom="64"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-64); } }
15933
+ :host([md-padding-bottom="80"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-80); } }
15934
+ :host([md-padding-bottom="96"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-96); } }
15709
15935
 
15710
15936
 
15711
15937
  /* # Padding Bottom — lg viewport */
@@ -15756,25 +15982,25 @@ const containerStyles = css`
15756
15982
 
15757
15983
  /* # Padding Bottom — md container */
15758
15984
 
15759
- :host([layout-area-md-padding-bottom="0"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: 0; } }
15760
- :host([layout-area-md-padding-bottom="2"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-2); } }
15761
- :host([layout-area-md-padding-bottom="4"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-4); } }
15762
- :host([layout-area-md-padding-bottom="6"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-6); } }
15763
- :host([layout-area-md-padding-bottom="8"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-8); } }
15764
- :host([layout-area-md-padding-bottom="10"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-10); } }
15765
- :host([layout-area-md-padding-bottom="12"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-12); } }
15766
- :host([layout-area-md-padding-bottom="16"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-16); } }
15767
- :host([layout-area-md-padding-bottom="20"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-20); } }
15768
- :host([layout-area-md-padding-bottom="24"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-24); } }
15769
- :host([layout-area-md-padding-bottom="28"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-28); } }
15770
- :host([layout-area-md-padding-bottom="32"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-32); } }
15771
- :host([layout-area-md-padding-bottom="40"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-40); } }
15772
- :host([layout-area-md-padding-bottom="44"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-44); } }
15773
- :host([layout-area-md-padding-bottom="48"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-48); } }
15774
- :host([layout-area-md-padding-bottom="56"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-56); } }
15775
- :host([layout-area-md-padding-bottom="64"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-64); } }
15776
- :host([layout-area-md-padding-bottom="80"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-80); } }
15777
- :host([layout-area-md-padding-bottom="96"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-96); } }
15985
+ :host([layout-area-md-padding-bottom="0"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: 0; } }
15986
+ :host([layout-area-md-padding-bottom="2"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-2); } }
15987
+ :host([layout-area-md-padding-bottom="4"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-4); } }
15988
+ :host([layout-area-md-padding-bottom="6"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-6); } }
15989
+ :host([layout-area-md-padding-bottom="8"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-8); } }
15990
+ :host([layout-area-md-padding-bottom="10"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-10); } }
15991
+ :host([layout-area-md-padding-bottom="12"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-12); } }
15992
+ :host([layout-area-md-padding-bottom="16"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-16); } }
15993
+ :host([layout-area-md-padding-bottom="20"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-20); } }
15994
+ :host([layout-area-md-padding-bottom="24"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-24); } }
15995
+ :host([layout-area-md-padding-bottom="28"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-28); } }
15996
+ :host([layout-area-md-padding-bottom="32"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-32); } }
15997
+ :host([layout-area-md-padding-bottom="40"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-40); } }
15998
+ :host([layout-area-md-padding-bottom="44"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-44); } }
15999
+ :host([layout-area-md-padding-bottom="48"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-48); } }
16000
+ :host([layout-area-md-padding-bottom="56"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-56); } }
16001
+ :host([layout-area-md-padding-bottom="64"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-64); } }
16002
+ :host([layout-area-md-padding-bottom="80"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-80); } }
16003
+ :host([layout-area-md-padding-bottom="96"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-bottom: var(--primitives-space-96); } }
15778
16004
 
15779
16005
 
15780
16006
  /* # Padding Bottom — lg container */
@@ -15848,25 +16074,25 @@ const containerStyles = css`
15848
16074
 
15849
16075
  /* # Padding Left — md viewport */
15850
16076
 
15851
- :host([md-padding-left="0"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: 0; } }
15852
- :host([md-padding-left="2"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-2); } }
15853
- :host([md-padding-left="4"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-4); } }
15854
- :host([md-padding-left="6"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-6); } }
15855
- :host([md-padding-left="8"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-8); } }
15856
- :host([md-padding-left="10"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-10); } }
15857
- :host([md-padding-left="12"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-12); } }
15858
- :host([md-padding-left="16"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-16); } }
15859
- :host([md-padding-left="20"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-20); } }
15860
- :host([md-padding-left="24"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-24); } }
15861
- :host([md-padding-left="28"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-28); } }
15862
- :host([md-padding-left="32"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-32); } }
15863
- :host([md-padding-left="40"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-40); } }
15864
- :host([md-padding-left="44"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-44); } }
15865
- :host([md-padding-left="48"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-48); } }
15866
- :host([md-padding-left="56"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-56); } }
15867
- :host([md-padding-left="64"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-64); } }
15868
- :host([md-padding-left="80"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-80); } }
15869
- :host([md-padding-left="96"]) .container { @media (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-96); } }
16077
+ :host([md-padding-left="0"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: 0; } }
16078
+ :host([md-padding-left="2"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-2); } }
16079
+ :host([md-padding-left="4"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-4); } }
16080
+ :host([md-padding-left="6"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-6); } }
16081
+ :host([md-padding-left="8"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-8); } }
16082
+ :host([md-padding-left="10"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-10); } }
16083
+ :host([md-padding-left="12"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-12); } }
16084
+ :host([md-padding-left="16"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-16); } }
16085
+ :host([md-padding-left="20"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-20); } }
16086
+ :host([md-padding-left="24"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-24); } }
16087
+ :host([md-padding-left="28"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-28); } }
16088
+ :host([md-padding-left="32"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-32); } }
16089
+ :host([md-padding-left="40"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-40); } }
16090
+ :host([md-padding-left="44"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-44); } }
16091
+ :host([md-padding-left="48"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-48); } }
16092
+ :host([md-padding-left="56"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-56); } }
16093
+ :host([md-padding-left="64"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-64); } }
16094
+ :host([md-padding-left="80"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-80); } }
16095
+ :host([md-padding-left="96"]) .container { @media (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-96); } }
15870
16096
 
15871
16097
 
15872
16098
  /* # Padding Left — lg viewport */
@@ -15917,25 +16143,25 @@ const containerStyles = css`
15917
16143
 
15918
16144
  /* # Padding Left — md container */
15919
16145
 
15920
- :host([layout-area-md-padding-left="0"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: 0; } }
15921
- :host([layout-area-md-padding-left="2"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-2); } }
15922
- :host([layout-area-md-padding-left="4"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-4); } }
15923
- :host([layout-area-md-padding-left="6"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-6); } }
15924
- :host([layout-area-md-padding-left="8"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-8); } }
15925
- :host([layout-area-md-padding-left="10"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-10); } }
15926
- :host([layout-area-md-padding-left="12"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-12); } }
15927
- :host([layout-area-md-padding-left="16"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-16); } }
15928
- :host([layout-area-md-padding-left="20"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-20); } }
15929
- :host([layout-area-md-padding-left="24"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-24); } }
15930
- :host([layout-area-md-padding-left="28"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-28); } }
15931
- :host([layout-area-md-padding-left="32"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-32); } }
15932
- :host([layout-area-md-padding-left="40"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-40); } }
15933
- :host([layout-area-md-padding-left="44"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-44); } }
15934
- :host([layout-area-md-padding-left="48"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-48); } }
15935
- :host([layout-area-md-padding-left="56"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-56); } }
15936
- :host([layout-area-md-padding-left="64"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-64); } }
15937
- :host([layout-area-md-padding-left="80"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-80); } }
15938
- :host([layout-area-md-padding-left="96"]) .container { @container layout-area (min-width: ${mdMin$3}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-96); } }
16146
+ :host([layout-area-md-padding-left="0"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: 0; } }
16147
+ :host([layout-area-md-padding-left="2"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-2); } }
16148
+ :host([layout-area-md-padding-left="4"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-4); } }
16149
+ :host([layout-area-md-padding-left="6"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-6); } }
16150
+ :host([layout-area-md-padding-left="8"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-8); } }
16151
+ :host([layout-area-md-padding-left="10"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-10); } }
16152
+ :host([layout-area-md-padding-left="12"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-12); } }
16153
+ :host([layout-area-md-padding-left="16"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-16); } }
16154
+ :host([layout-area-md-padding-left="20"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-20); } }
16155
+ :host([layout-area-md-padding-left="24"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-24); } }
16156
+ :host([layout-area-md-padding-left="28"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-28); } }
16157
+ :host([layout-area-md-padding-left="32"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-32); } }
16158
+ :host([layout-area-md-padding-left="40"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-40); } }
16159
+ :host([layout-area-md-padding-left="44"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-44); } }
16160
+ :host([layout-area-md-padding-left="48"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-48); } }
16161
+ :host([layout-area-md-padding-left="56"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-56); } }
16162
+ :host([layout-area-md-padding-left="64"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-64); } }
16163
+ :host([layout-area-md-padding-left="80"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-80); } }
16164
+ :host([layout-area-md-padding-left="96"]) .container { @container layout-area (min-width: ${mdMin$4}) and (max-width: ${mdMax$1}) { padding-left: var(--primitives-space-96); } }
15939
16165
 
15940
16166
 
15941
16167
  /* # Padding Left — lg container */
@@ -16239,6 +16465,7 @@ NLDDDivider = __decorateClass$k([
16239
16465
  customElement("nldd-divider")
16240
16466
  ], NLDDDivider);
16241
16467
  const smMax$3 = unsafeCSS(breakpoints.smMax);
16468
+ const mdMin$3 = unsafeCSS(breakpoints.mdMin);
16242
16469
  const popoverStyles = css`
16243
16470
 
16244
16471
 
@@ -16246,20 +16473,38 @@ const popoverStyles = css`
16246
16473
 
16247
16474
  :host {
16248
16475
  --_max-height: calc(100vh - var(--semantics-overlays-inset) * 2);
16249
- position: absolute;
16250
- inset: unset;
16476
+
16251
16477
  margin: 0;
16252
16478
  padding: 0;
16253
16479
  border: none;
16254
16480
  background-color: var(--semantics-surfaces-background-color);
16255
- border-radius: var(--semantics-overlays-corner-radius);
16256
16481
  box-shadow: var(--semantics-overlays-box-shadow);
16257
- width: var(--components-popover-default-width);
16258
- max-width: calc(100vw - var(--semantics-overlays-inset) * 2);
16259
- max-height: var(--_max-height);
16260
16482
  overflow: auto;
16261
16483
  outline: none;
16262
16484
  isolation: isolate;
16485
+
16486
+ @media (max-width: ${smMax$3}) {
16487
+ position: fixed;
16488
+ inset: auto 0 0 0;
16489
+ width: 100%;
16490
+ max-width: 100%;
16491
+ max-height: calc(100dvh - var(--semantics-sheets-bottom-top-inset));
16492
+ border-radius: var(--semantics-overlays-corner-radius) var(--semantics-overlays-corner-radius) 0 0;
16493
+ transform: translateY(100%);
16494
+ transition:
16495
+ transform var(--semantics-sheets-bottom-animation-duration) var(--primitives-transition-easing-default),
16496
+ display var(--semantics-sheets-bottom-animation-duration) allow-discrete,
16497
+ overlay var(--semantics-sheets-bottom-animation-duration) allow-discrete;
16498
+ }
16499
+
16500
+ @media (min-width: ${mdMin$3}) {
16501
+ position: absolute;
16502
+ inset: unset;
16503
+ border-radius: var(--semantics-overlays-corner-radius);
16504
+ width: var(--components-popover-default-width);
16505
+ max-width: calc(100vw - var(--semantics-overlays-inset) * 2);
16506
+ max-height: var(--_max-height);
16507
+ }
16263
16508
  }
16264
16509
 
16265
16510
  :host([hidden]) {
@@ -16277,33 +16522,26 @@ const popoverStyles = css`
16277
16522
  }
16278
16523
 
16279
16524
 
16280
- /* # Responsive: sm viewport — bottom sheet */
16281
-
16282
- @media (max-width: ${smMax$3}) {
16283
- :host {
16284
- position: fixed;
16285
- inset: auto 0 0 0;
16286
- width: 100%;
16287
- max-width: 100%;
16288
- max-height: calc(100dvh - var(--semantics-sheets-bottom-top-inset));
16289
- border-radius: var(--semantics-overlays-corner-radius) var(--semantics-overlays-corner-radius) 0 0;
16290
- transform: translateY(100%);
16291
- transition:
16292
- transform var(--semantics-sheets-bottom-animation-duration) var(--primitives-transition-easing-default),
16293
- display var(--semantics-sheets-bottom-animation-duration) allow-discrete,
16294
- overlay var(--semantics-sheets-bottom-animation-duration) allow-discrete;
16295
- }
16296
-
16297
- :host(:popover-open) {
16525
+ :host(:popover-open) {
16526
+ @media (max-width: ${smMax$3}) {
16298
16527
  transform: translateY(0);
16299
- }
16300
16528
 
16301
- @starting-style {
16302
- :host(:popover-open) {
16529
+ @starting-style {
16303
16530
  transform: translateY(100%);
16304
16531
  }
16305
16532
  }
16533
+ }
16534
+
16535
+ :host::backdrop {
16536
+ @media (max-width: ${smMax$3}) {
16537
+ background-color: var(--semantics-overlays-backdrop-color);
16538
+ }
16539
+ }
16306
16540
 
16541
+ :host([sm-full-height]) {
16542
+ @media (max-width: ${smMax$3}) {
16543
+ height: calc(100dvh - var(--semantics-sheets-bottom-top-inset));
16544
+ }
16307
16545
  }
16308
16546
 
16309
16547
 
@@ -16313,8 +16551,8 @@ const popoverStyles = css`
16313
16551
  toekomstige desktop-viewport animaties automatisch worden
16314
16552
  gedeactiveerd voor users met prefers-reduced-motion. */
16315
16553
 
16316
- @media (prefers-reduced-motion: reduce) {
16317
- :host {
16554
+ :host {
16555
+ @media (prefers-reduced-motion: reduce) {
16318
16556
  transition: none;
16319
16557
  }
16320
16558
  }
@@ -16341,6 +16579,12 @@ let NLDDPopover = class extends LitElement {
16341
16579
  this.anchor = "";
16342
16580
  this.anchorElement = null;
16343
16581
  this.placement = "bottom-start";
16582
+ this.top = void 0;
16583
+ this.left = void 0;
16584
+ this.right = void 0;
16585
+ this.bottom = void 0;
16586
+ this.centered = false;
16587
+ this.smFullHeight = false;
16344
16588
  this.accessibleLabel = "";
16345
16589
  this.translations = {};
16346
16590
  this._isOpen = false;
@@ -16349,9 +16593,14 @@ let NLDDPopover = class extends LitElement {
16349
16593
  this._closedAt = 0;
16350
16594
  this._cleanupAutoUpdate = null;
16351
16595
  this._smQuery = null;
16596
+ this._wasOnSm = false;
16352
16597
  this._previousAnchorEl = null;
16353
16598
  this._handleViewportChange = () => {
16354
- if (this._isOpen) this.reposition();
16599
+ if (this._isOpen) {
16600
+ this.reposition();
16601
+ } else {
16602
+ this._wasOnSm = this._smQuery?.matches ?? false;
16603
+ }
16355
16604
  };
16356
16605
  this._handleDocumentClick = (event) => {
16357
16606
  const anchorEl = this._getAnchorEl();
@@ -16405,6 +16654,8 @@ let NLDDPopover = class extends LitElement {
16405
16654
  }
16406
16655
  connectedCallback() {
16407
16656
  super.connectedCallback();
16657
+ this.style.containerType = "inline-size";
16658
+ this.style.containerName = "layout-area";
16408
16659
  if (!this.hasAttribute("popover")) this.setAttribute("popover", "");
16409
16660
  if (!this.hasAttribute("tabindex")) this.setAttribute("tabindex", "-1");
16410
16661
  if (!this.hasAttribute("role")) this.setAttribute("role", "dialog");
@@ -16412,6 +16663,7 @@ let NLDDPopover = class extends LitElement {
16412
16663
  this.addEventListener("keydown", this._handleKeydown);
16413
16664
  document.addEventListener("click", this._handleDocumentClick);
16414
16665
  this._smQuery = window.matchMedia(`(max-width: ${breakpoints.smMax})`);
16666
+ this._wasOnSm = this._smQuery.matches;
16415
16667
  this._smQuery.addEventListener("change", this._handleViewportChange);
16416
16668
  Promise.resolve().then(() => {
16417
16669
  this._updateAnchorAria(false);
@@ -16451,6 +16703,13 @@ let NLDDPopover = class extends LitElement {
16451
16703
  if (changed.has("anchor") || changed.has("anchorElement")) {
16452
16704
  this._updateAnchorAria(this._isOpen);
16453
16705
  }
16706
+ if (changed.has("top") || changed.has("left") || changed.has("right") || changed.has("bottom") || changed.has("centered")) {
16707
+ if (!this.top && !this.centered) this.style.removeProperty("top");
16708
+ if (!this.left && !this.centered) this.style.removeProperty("left");
16709
+ if (!this.right) this.style.removeProperty("right");
16710
+ if (!this.bottom) this.style.removeProperty("bottom");
16711
+ if (this._isOpen) this.reposition();
16712
+ }
16454
16713
  }
16455
16714
  // — i18n ——————————————————————————————————————————————————————————————————
16456
16715
  _t(key) {
@@ -16479,13 +16738,53 @@ let NLDDPopover = class extends LitElement {
16479
16738
  if (this._isOpen) this.hide();
16480
16739
  else this.show();
16481
16740
  }
16741
+ /**
16742
+ * Restore the inline transition after a breakpoint-suppressed tick. Force
16743
+ * a layout flush first (`void offsetHeight`) so the just-applied position
16744
+ * styles commit before transitions resume — otherwise the cleared
16745
+ * `transition: ''` would re-enable animations on those exact properties
16746
+ * and you'd still see the slide we were trying to suppress.
16747
+ */
16748
+ _restoreTransition() {
16749
+ void this.offsetHeight;
16750
+ this.style.transition = "";
16751
+ }
16482
16752
  /** Herberekent positie t.o.v. anchor. Wordt automatisch aangeroepen bij openen. */
16483
16753
  async reposition() {
16484
16754
  if (!this._isOpen) return;
16485
- if (this._smQuery?.matches) {
16486
- this.style.removeProperty("left");
16755
+ const isSm = this._smQuery?.matches ?? false;
16756
+ const crossedBreakpoint = isSm !== this._wasOnSm;
16757
+ this._wasOnSm = isSm;
16758
+ if (crossedBreakpoint) this.style.transition = "none";
16759
+ if (isSm) {
16487
16760
  this.style.removeProperty("top");
16761
+ this.style.removeProperty("left");
16762
+ this.style.removeProperty("right");
16763
+ this.style.removeProperty("bottom");
16764
+ this.style.removeProperty("transform");
16488
16765
  this.style.removeProperty("--_max-height");
16766
+ if (crossedBreakpoint) this._restoreTransition();
16767
+ return;
16768
+ }
16769
+ const hasOverride = this.top || this.left || this.right || this.bottom || this.centered;
16770
+ if (hasOverride) {
16771
+ const yCenter = this.centered && !this.top && !this.bottom;
16772
+ const xCenter = this.centered && !this.left && !this.right;
16773
+ if (this.top) this.style.setProperty("top", this.top);
16774
+ else if (yCenter) this.style.setProperty("top", "50%");
16775
+ if (this.bottom) this.style.setProperty("bottom", this.bottom);
16776
+ if (this.left) this.style.setProperty("left", this.left);
16777
+ else if (xCenter) this.style.setProperty("left", "50%");
16778
+ if (this.right) this.style.setProperty("right", this.right);
16779
+ if (xCenter || yCenter) {
16780
+ this.style.setProperty(
16781
+ "transform",
16782
+ `translate(${xCenter ? "-50%" : "0"}, ${yCenter ? "-50%" : "0"})`
16783
+ );
16784
+ } else {
16785
+ this.style.removeProperty("transform");
16786
+ }
16787
+ if (crossedBreakpoint) this._restoreTransition();
16489
16788
  return;
16490
16789
  }
16491
16790
  const anchorEl = this._getAnchorEl();
@@ -16508,6 +16807,7 @@ let NLDDPopover = class extends LitElement {
16508
16807
  left: `${x}px`,
16509
16808
  top: `${y}px`
16510
16809
  });
16810
+ if (crossedBreakpoint) this._restoreTransition();
16511
16811
  }
16512
16812
  // — Anchor ————————————————————————————————————————————————————————————————
16513
16813
  _getAnchorEl() {
@@ -16594,6 +16894,24 @@ __decorateClass$j([
16594
16894
  __decorateClass$j([
16595
16895
  property({ type: String, reflect: true })
16596
16896
  ], NLDDPopover.prototype, "width", 2);
16897
+ __decorateClass$j([
16898
+ property({ type: String, reflect: true })
16899
+ ], NLDDPopover.prototype, "top", 2);
16900
+ __decorateClass$j([
16901
+ property({ type: String, reflect: true })
16902
+ ], NLDDPopover.prototype, "left", 2);
16903
+ __decorateClass$j([
16904
+ property({ type: String, reflect: true })
16905
+ ], NLDDPopover.prototype, "right", 2);
16906
+ __decorateClass$j([
16907
+ property({ type: String, reflect: true })
16908
+ ], NLDDPopover.prototype, "bottom", 2);
16909
+ __decorateClass$j([
16910
+ property({ type: Boolean, reflect: true })
16911
+ ], NLDDPopover.prototype, "centered", 2);
16912
+ __decorateClass$j([
16913
+ property({ type: Boolean, reflect: true, attribute: "sm-full-height" })
16914
+ ], NLDDPopover.prototype, "smFullHeight", 2);
16597
16915
  __decorateClass$j([
16598
16916
  property({ type: String, attribute: "accessible-label" })
16599
16917
  ], NLDDPopover.prototype, "accessibleLabel", 2);
@@ -16868,6 +17186,8 @@ let NLDDSheet = class extends LitElement {
16868
17186
  }
16869
17187
  connectedCallback() {
16870
17188
  super.connectedCallback();
17189
+ this.style.containerType = "inline-size";
17190
+ this.style.containerName = "layout-area";
16871
17191
  this.addEventListener("dismiss", this._handleDismiss);
16872
17192
  }
16873
17193
  disconnectedCallback() {
@@ -17084,6 +17404,7 @@ let NLDDWindow = class extends LitElement {
17084
17404
  this.movable = false;
17085
17405
  this.accessibleLabel = "";
17086
17406
  this.translations = {};
17407
+ this.centered = false;
17087
17408
  this._closing = false;
17088
17409
  this._dragging = false;
17089
17410
  this._dragOffsetX = 0;
@@ -17198,6 +17519,8 @@ let NLDDWindow = class extends LitElement {
17198
17519
  }
17199
17520
  connectedCallback() {
17200
17521
  super.connectedCallback();
17522
+ this.style.containerType = "inline-size";
17523
+ this.style.containerName = "layout-area";
17201
17524
  this.addEventListener("dismiss", this._handleDismiss);
17202
17525
  this._detectDragHandle();
17203
17526
  window.addEventListener("resize", this._handleResize);
@@ -17265,14 +17588,18 @@ let NLDDWindow = class extends LitElement {
17265
17588
  dialog.style.height = this.height ?? "";
17266
17589
  return;
17267
17590
  }
17268
- const hasPosition = this.top !== void 0 || this.left !== void 0 || this.right !== void 0 || this.bottom !== void 0;
17269
- dialog.style.top = this.top ?? (this.bottom !== void 0 ? "auto" : "");
17591
+ const hasEdge = this.top !== void 0 || this.left !== void 0 || this.right !== void 0 || this.bottom !== void 0;
17592
+ const hasOverride = hasEdge || this.centered;
17593
+ const yCenter = this.centered && this.top === void 0 && this.bottom === void 0;
17594
+ const xCenter = this.centered && this.left === void 0 && this.right === void 0;
17595
+ dialog.style.top = this.top ?? (yCenter ? "50%" : this.bottom !== void 0 ? "auto" : "");
17270
17596
  dialog.style.bottom = this.bottom ?? (this.top !== void 0 ? "auto" : "");
17271
- dialog.style.left = this.left ?? (this.right !== void 0 ? "auto" : "");
17597
+ dialog.style.left = this.left ?? (xCenter ? "50%" : this.right !== void 0 ? "auto" : "");
17272
17598
  dialog.style.right = this.right ?? (this.left !== void 0 ? "auto" : "");
17273
17599
  dialog.style.width = this.width ?? "";
17274
17600
  dialog.style.height = this.height ?? "";
17275
- dialog.style.margin = hasPosition ? "0" : "";
17601
+ dialog.style.transform = xCenter || yCenter ? `translate(${xCenter ? "-50%" : "0"}, ${yCenter ? "-50%" : "0"})` : "";
17602
+ dialog.style.margin = hasOverride ? "0" : "";
17276
17603
  }
17277
17604
  _findDragHandle(e) {
17278
17605
  const handle = this.querySelector("[window-drag-handle]");
@@ -17353,6 +17680,9 @@ __decorateClass$h([
17353
17680
  __decorateClass$h([
17354
17681
  property({ type: String, reflect: true })
17355
17682
  ], NLDDWindow.prototype, "bottom", 2);
17683
+ __decorateClass$h([
17684
+ property({ type: Boolean, reflect: true })
17685
+ ], NLDDWindow.prototype, "centered", 2);
17356
17686
  __decorateClass$h([
17357
17687
  property({ type: String, reflect: true })
17358
17688
  ], NLDDWindow.prototype, "width", 2);
@@ -18624,6 +18954,7 @@ const titleCellStyles = css`
18624
18954
  align-self: stretch;
18625
18955
  min-width: 0;
18626
18956
  color: var(--context-cell-content-color, var(--semantics-content-color));
18957
+ text-wrap: pretty;
18627
18958
  }
18628
18959
 
18629
18960
  :host([horizontal-alignment='right']) .title-cell__title {
@@ -21088,6 +21419,7 @@ let NLDDTopTitleBar = class extends LitElement {
21088
21419
  this._pageElement = null;
21089
21420
  this._anchorElement = null;
21090
21421
  this._activeScrollTarget = null;
21422
+ this._scrollTargetStyleObserver = null;
21091
21423
  this._boundOnScroll = this._onScroll.bind(this);
21092
21424
  this._onToolbarSlotChange = (e) => {
21093
21425
  const slot = e.target;
@@ -21134,12 +21466,21 @@ let NLDDTopTitleBar = class extends LitElement {
21134
21466
  const page2 = this._pageElement;
21135
21467
  this._activeScrollTarget = page2 ? page2.scrollTarget : window;
21136
21468
  this._activeScrollTarget.addEventListener("scroll", this._boundOnScroll, { passive: true });
21469
+ if (this._activeScrollTarget instanceof Element) {
21470
+ this._scrollTargetStyleObserver = new MutationObserver(() => this._onScroll());
21471
+ this._scrollTargetStyleObserver.observe(this._activeScrollTarget, {
21472
+ attributes: true,
21473
+ attributeFilter: ["style"]
21474
+ });
21475
+ }
21137
21476
  this.updateComplete.then(() => this._onScroll());
21138
21477
  }
21139
21478
  _teardownAnchor() {
21140
21479
  this._activeScrollTarget?.removeEventListener("scroll", this._boundOnScroll);
21141
21480
  this._activeScrollTarget = null;
21142
21481
  this._anchorElement = null;
21482
+ this._scrollTargetStyleObserver?.disconnect();
21483
+ this._scrollTargetStyleObserver = null;
21143
21484
  }
21144
21485
  _onScroll() {
21145
21486
  if (!this._anchorElement || !this._pageElement) return;
@@ -22182,10 +22523,8 @@ function documentTabBarItemTemplate(component) {
22182
22523
  ${component.supportingText ? html`<span class="document-tab-bar__item-supporting-text">${component.supportingText}</span>` : nothing}
22183
22524
  </span>
22184
22525
  <span class="document-tab-bar__item-short">
22185
- <nldd-tooltip text=${tooltipText}>
22186
- <span class="document-tab-bar__item-short-text">${shortTextValue}</span>
22187
- ${shortSupportingTextValue ? html`<span class="document-tab-bar__item-short-supporting-text">${shortSupportingTextValue}</span>` : nothing}
22188
- </nldd-tooltip>
22526
+ <span class="document-tab-bar__item-short-text">${shortTextValue}</span>
22527
+ ${shortSupportingTextValue ? html`<span class="document-tab-bar__item-short-supporting-text">${shortSupportingTextValue}</span>` : nothing}
22189
22528
  </span>
22190
22529
  `;
22191
22530
  const tab = isLink ? html`<a class="document-tab-bar__item-tab"
@@ -22205,18 +22544,20 @@ function documentTabBarItemTemplate(component) {
22205
22544
  @click=${component._handleClick}
22206
22545
  >${tabContent}</button>`;
22207
22546
  return html`
22208
- <div class="document-tab-bar__item">
22209
- ${tab}
22210
- <button class="document-tab-bar__item-dismiss-button"
22211
- aria-label=${component._dismissButtonAccessibilityLabel}
22212
- tabindex=${component.selected || component._isFallbackFocusable ? "0" : "-1"}
22213
- @click=${component._handleDismiss}
22214
- >
22215
- <span class="document-tab-bar__item-dismiss-icon">
22216
- <nldd-icon name="dismiss"></nldd-icon>
22217
- </span>
22218
- </button>
22219
- </div>
22547
+ <nldd-tooltip text=${tooltipText} ?disabled=${!component._isShort}>
22548
+ <div class="document-tab-bar__item">
22549
+ ${tab}
22550
+ <button class="document-tab-bar__item-dismiss-button"
22551
+ aria-label=${component._dismissButtonAccessibilityLabel}
22552
+ tabindex=${component.selected || component._isFallbackFocusable ? "0" : "-1"}
22553
+ @click=${component._handleDismiss}
22554
+ >
22555
+ <span class="document-tab-bar__item-dismiss-icon">
22556
+ <nldd-icon name="dismiss"></nldd-icon>
22557
+ </span>
22558
+ </button>
22559
+ </div>
22560
+ </nldd-tooltip>
22220
22561
  `;
22221
22562
  }
22222
22563
  const nlddDocumentTabBarTranslations = {
@@ -22247,6 +22588,8 @@ let NLDDDocumentTabBarItem = class extends LitElement {
22247
22588
  this.shortText = "";
22248
22589
  this.shortSupportingText = "";
22249
22590
  this.href = "";
22591
+ this._isShort = false;
22592
+ this._itemResizeObserver = null;
22250
22593
  this._dismissButtonAccessibilityLabel = "Sluit";
22251
22594
  this._isFallbackFocusable = false;
22252
22595
  this._navigation = false;
@@ -22254,6 +22597,17 @@ let NLDDDocumentTabBarItem = class extends LitElement {
22254
22597
  connectedCallback() {
22255
22598
  super.connectedCallback();
22256
22599
  this.setAttribute("role", "none");
22600
+ this._itemResizeObserver = new ResizeObserver(() => this._updateIsShort());
22601
+ this._itemResizeObserver.observe(this);
22602
+ }
22603
+ disconnectedCallback() {
22604
+ super.disconnectedCallback();
22605
+ this._itemResizeObserver?.disconnect();
22606
+ this._itemResizeObserver = null;
22607
+ }
22608
+ _updateIsShort() {
22609
+ const threshold = parseFloat(getComputedStyle(this).getPropertyValue("--_short-text-threshold"));
22610
+ this._isShort = Number.isFinite(threshold) && this.getBoundingClientRect().width < threshold;
22257
22611
  }
22258
22612
  focus(options) {
22259
22613
  this.shadowRoot?.querySelector(".document-tab-bar__item-tab")?.focus(options);
@@ -22297,6 +22651,9 @@ __decorateClass$3([
22297
22651
  __decorateClass$3([
22298
22652
  property({ type: String })
22299
22653
  ], NLDDDocumentTabBarItem.prototype, "href", 2);
22654
+ __decorateClass$3([
22655
+ state()
22656
+ ], NLDDDocumentTabBarItem.prototype, "_isShort", 2);
22300
22657
  __decorateClass$3([
22301
22658
  state()
22302
22659
  ], NLDDDocumentTabBarItem.prototype, "_dismissButtonAccessibilityLabel", 2);