@nldd/design-system 0.8.50 → 0.8.52

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 (245) 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/actions/icon-button/icon-button.styles.d.ts.map +1 -1
  5. package/dist/components/actions/icon-button/icon-button.styles.js +1 -0
  6. package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -1
  7. package/dist/components/components.js +93 -86
  8. package/dist/components/content/code-viewer/code-viewer.d.ts +37 -0
  9. package/dist/components/content/code-viewer/code-viewer.d.ts.map +1 -1
  10. package/dist/components/content/code-viewer/code-viewer.i18n.d.ts +8 -0
  11. package/dist/components/content/code-viewer/code-viewer.i18n.d.ts.map +1 -0
  12. package/dist/components/content/code-viewer/code-viewer.i18n.js +7 -0
  13. package/dist/components/content/code-viewer/code-viewer.i18n.js.map +1 -0
  14. package/dist/components/content/code-viewer/code-viewer.js +104 -1
  15. package/dist/components/content/code-viewer/code-viewer.js.map +1 -1
  16. package/dist/components/content/code-viewer/code-viewer.styles.d.ts.map +1 -1
  17. package/dist/components/content/code-viewer/code-viewer.styles.js +112 -1
  18. package/dist/components/content/code-viewer/code-viewer.styles.js.map +1 -1
  19. package/dist/components/content/code-viewer/code-viewer.template.d.ts.map +1 -1
  20. package/dist/components/content/code-viewer/code-viewer.template.js +50 -3
  21. package/dist/components/content/code-viewer/code-viewer.template.js.map +1 -1
  22. package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
  23. package/dist/components/content/icon/icon-aliases.js +17 -0
  24. package/dist/components/content/icon/icon-aliases.js.map +1 -1
  25. package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
  26. package/dist/components/content/icon/icon-registry.js +12 -0
  27. package/dist/components/content/icon/icon-registry.js.map +1 -1
  28. package/dist/components/content/image/image.d.ts +151 -0
  29. package/dist/components/content/image/image.d.ts.map +1 -0
  30. package/dist/components/content/image/image.i18n.d.ts +8 -0
  31. package/dist/components/content/image/image.i18n.d.ts.map +1 -0
  32. package/dist/components/content/image/image.i18n.js +7 -0
  33. package/dist/components/content/image/image.i18n.js.map +1 -0
  34. package/dist/components/content/image/image.js +320 -0
  35. package/dist/components/content/image/image.js.map +1 -0
  36. package/dist/components/content/image/image.styles.d.ts +2 -0
  37. package/dist/components/content/image/image.styles.d.ts.map +1 -0
  38. package/dist/components/content/image/image.styles.js +402 -0
  39. package/dist/components/content/image/image.styles.js.map +1 -0
  40. package/dist/components/content/image/image.template.d.ts +3 -0
  41. package/dist/components/content/image/image.template.d.ts.map +1 -0
  42. package/dist/components/content/image/image.template.js +109 -0
  43. package/dist/components/content/image/image.template.js.map +1 -0
  44. package/dist/components/content/image/lqip-encoder-element.d.ts +39 -0
  45. package/dist/components/content/image/lqip-encoder-element.d.ts.map +1 -0
  46. package/dist/components/content/image/lqip-encoder-element.js +240 -0
  47. package/dist/components/content/image/lqip-encoder-element.js.map +1 -0
  48. package/dist/components/content/image/lqip-encoder.d.ts +59 -0
  49. package/dist/components/content/image/lqip-encoder.d.ts.map +1 -0
  50. package/dist/components/content/image/lqip-encoder.js +279 -0
  51. package/dist/components/content/image/lqip-encoder.js.map +1 -0
  52. package/dist/components/content/rich-text/rich-text.d.ts +9 -0
  53. package/dist/components/content/rich-text/rich-text.d.ts.map +1 -1
  54. package/dist/components/content/rich-text/rich-text.i18n.d.ts +5 -0
  55. package/dist/components/content/rich-text/rich-text.i18n.d.ts.map +1 -0
  56. package/dist/components/content/rich-text/rich-text.i18n.js +4 -0
  57. package/dist/components/content/rich-text/rich-text.i18n.js.map +1 -0
  58. package/dist/components/content/rich-text/rich-text.js +61 -0
  59. package/dist/components/content/rich-text/rich-text.js.map +1 -1
  60. package/dist/components/content/tooltip/tooltip.d.ts +10 -0
  61. package/dist/components/content/tooltip/tooltip.d.ts.map +1 -1
  62. package/dist/components/content/tooltip/tooltip.js +74 -2
  63. package/dist/components/content/tooltip/tooltip.js.map +1 -1
  64. package/dist/components/{index-BVOcPb8I.js → index-DYnIl3ts.js} +5435 -2205
  65. package/dist/components/index.d.ts +5 -0
  66. package/dist/components/index.d.ts.map +1 -1
  67. package/dist/components/index.js +5 -0
  68. package/dist/components/index.js.map +1 -1
  69. package/dist/components/inputs/checkbox/checkbox.styles.d.ts.map +1 -1
  70. package/dist/components/inputs/checkbox/checkbox.styles.js +1 -0
  71. package/dist/components/inputs/checkbox/checkbox.styles.js.map +1 -1
  72. package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -1
  73. package/dist/components/inputs/combo-box/combo-box.styles.js +4 -1
  74. package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -1
  75. package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -1
  76. package/dist/components/inputs/dropdown/dropdown.styles.js +1 -0
  77. package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -1
  78. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.d.ts.map +1 -1
  79. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js +4 -1
  80. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js.map +1 -1
  81. package/dist/components/inputs/password-field/password-field.styles.d.ts.map +1 -1
  82. package/dist/components/inputs/password-field/password-field.styles.js +4 -1
  83. package/dist/components/inputs/password-field/password-field.styles.js.map +1 -1
  84. package/dist/components/inputs/radio-button/radio-button.styles.d.ts.map +1 -1
  85. package/dist/components/inputs/radio-button/radio-button.styles.js +1 -0
  86. package/dist/components/inputs/radio-button/radio-button.styles.js.map +1 -1
  87. package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -1
  88. package/dist/components/inputs/search-field/search-field.styles.js +4 -1
  89. package/dist/components/inputs/search-field/search-field.styles.js.map +1 -1
  90. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
  91. package/dist/components/inputs/segmented-control/segmented-control.styles.js +1 -0
  92. package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
  93. package/dist/components/inputs/stepper/stepper.styles.d.ts.map +1 -1
  94. package/dist/components/inputs/stepper/stepper.styles.js +1 -0
  95. package/dist/components/inputs/stepper/stepper.styles.js.map +1 -1
  96. package/dist/components/inputs/switch/switch.styles.d.ts.map +1 -1
  97. package/dist/components/inputs/switch/switch.styles.js +1 -0
  98. package/dist/components/inputs/switch/switch.styles.js.map +1 -1
  99. package/dist/components/inputs/text-field/text-field.styles.d.ts.map +1 -1
  100. package/dist/components/inputs/text-field/text-field.styles.js +4 -1
  101. package/dist/components/inputs/text-field/text-field.styles.js.map +1 -1
  102. package/dist/components/inputs/toggle-button/toggle-button.d.ts +1 -1
  103. package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -1
  104. package/dist/components/inputs/toggle-button/toggle-button.js +22 -14
  105. package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -1
  106. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -1
  107. package/dist/components/inputs/toggle-button/toggle-button.styles.js +16 -11
  108. package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -1
  109. package/dist/components/inputs/toggle-button/toggle-button.template.d.ts.map +1 -1
  110. package/dist/components/inputs/toggle-button/toggle-button.template.js +32 -16
  111. package/dist/components/inputs/toggle-button/toggle-button.template.js.map +1 -1
  112. package/dist/components/inputs/token/token.styles.d.ts.map +1 -1
  113. package/dist/components/inputs/token/token.styles.js +1 -0
  114. package/dist/components/inputs/token/token.styles.js.map +1 -1
  115. package/dist/components/layout/box/box.d.ts +6 -0
  116. package/dist/components/layout/box/box.d.ts.map +1 -1
  117. package/dist/components/layout/box/box.js +12 -1
  118. package/dist/components/layout/box/box.js.map +1 -1
  119. package/dist/components/layout/box/box.styles.d.ts.map +1 -1
  120. package/dist/components/layout/box/box.styles.js +40 -1
  121. package/dist/components/layout/box/box.styles.js.map +1 -1
  122. package/dist/components/layout/collection/collection.d.ts +1 -0
  123. package/dist/components/layout/collection/collection.d.ts.map +1 -1
  124. package/dist/components/layout/collection/collection.i18n.d.ts +1 -0
  125. package/dist/components/layout/collection/collection.i18n.d.ts.map +1 -1
  126. package/dist/components/layout/collection/collection.i18n.js +1 -0
  127. package/dist/components/layout/collection/collection.i18n.js.map +1 -1
  128. package/dist/components/layout/collection/collection.js +14 -0
  129. package/dist/components/layout/collection/collection.js.map +1 -1
  130. package/dist/components/layout/collection/collection.styles.d.ts.map +1 -1
  131. package/dist/components/layout/collection/collection.styles.js +27 -0
  132. package/dist/components/layout/collection/collection.styles.js.map +1 -1
  133. package/dist/components/layout/collection/collection.template.d.ts.map +1 -1
  134. package/dist/components/layout/collection/collection.template.js +12 -4
  135. package/dist/components/layout/collection/collection.template.js.map +1 -1
  136. package/dist/components/lists-and-menus/list/list.d.ts +10 -3
  137. package/dist/components/lists-and-menus/list/list.d.ts.map +1 -1
  138. package/dist/components/lists-and-menus/list/list.js +8 -3
  139. package/dist/components/lists-and-menus/list/list.js.map +1 -1
  140. package/dist/components/lists-and-menus/list/list.styles.d.ts.map +1 -1
  141. package/dist/components/lists-and-menus/list/list.styles.js +33 -6
  142. package/dist/components/lists-and-menus/list/list.styles.js.map +1 -1
  143. package/dist/components/lists-and-menus/list-item/list-item.js +1 -1
  144. package/dist/components/lists-and-menus/list-item/list-item.js.map +1 -1
  145. package/dist/components/lists-and-menus/menu/menu.styles.d.ts.map +1 -1
  146. package/dist/components/lists-and-menus/menu/menu.styles.js +1 -0
  147. package/dist/components/lists-and-menus/menu/menu.styles.js.map +1 -1
  148. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -1
  149. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +1 -0
  150. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -1
  151. package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts.map +1 -1
  152. package/dist/components/navigation/menu-bar/menu-bar.styles.js +1 -0
  153. package/dist/components/navigation/menu-bar/menu-bar.styles.js.map +1 -1
  154. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -1
  155. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +1 -0
  156. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -1
  157. package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
  158. package/dist/components/navigation/pagination/pagination.styles.js +1 -0
  159. package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
  160. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
  161. package/dist/components/navigation/tab-bar/tab-bar.styles.js +1 -0
  162. package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
  163. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -1
  164. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +10 -1
  165. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
  166. package/dist/components/{prism-python-C1D7CYBc.js → prism-python-C9GXiQLy.js} +1 -1
  167. package/dist/components/{prism-rust-DI5vrP6V.js → prism-rust-De_U8Otq.js} +1 -1
  168. package/dist/components/{prism-typescript-DBgOPJ4M.js → prism-typescript-BJbUDHsa.js} +1 -1
  169. package/dist/components/sample-images/butterfly-1200.jpg +0 -0
  170. package/dist/components/sample-images/butterfly-1600.jpg +0 -0
  171. package/dist/components/sample-images/butterfly-480.jpg +0 -0
  172. package/dist/components/sample-images/butterfly-960.jpg +0 -0
  173. package/dist/components/status-and-feedback/badge/badge.d.ts +2 -2
  174. package/dist/components/status-and-feedback/badge/badge.d.ts.map +1 -1
  175. package/dist/components/status-and-feedback/badge/badge.js +1 -1
  176. package/dist/components/status-and-feedback/badge/badge.js.map +1 -1
  177. package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
  178. package/dist/components/status-and-feedback/badge/badge.styles.js +126 -1
  179. package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
  180. package/dist/components/status-and-feedback/banner/banner.d.ts +89 -0
  181. package/dist/components/status-and-feedback/banner/banner.d.ts.map +1 -0
  182. package/dist/components/status-and-feedback/banner/banner.i18n.d.ts +5 -0
  183. package/dist/components/status-and-feedback/banner/banner.i18n.d.ts.map +1 -0
  184. package/dist/components/status-and-feedback/banner/banner.i18n.js +4 -0
  185. package/dist/components/status-and-feedback/banner/banner.i18n.js.map +1 -0
  186. package/dist/components/status-and-feedback/banner/banner.js +206 -0
  187. package/dist/components/status-and-feedback/banner/banner.js.map +1 -0
  188. package/dist/components/status-and-feedback/banner/banner.styles.d.ts +2 -0
  189. package/dist/components/status-and-feedback/banner/banner.styles.d.ts.map +1 -0
  190. package/dist/components/status-and-feedback/banner/banner.styles.js +160 -0
  191. package/dist/components/status-and-feedback/banner/banner.styles.js.map +1 -0
  192. package/dist/components/status-and-feedback/banner/banner.template.d.ts +3 -0
  193. package/dist/components/status-and-feedback/banner/banner.template.d.ts.map +1 -0
  194. package/dist/components/status-and-feedback/banner/banner.template.js +51 -0
  195. package/dist/components/status-and-feedback/banner/banner.template.js.map +1 -0
  196. package/dist/components/status-and-feedback/progress/progress.d.ts +77 -0
  197. package/dist/components/status-and-feedback/progress/progress.d.ts.map +1 -0
  198. package/dist/components/status-and-feedback/progress/progress.i18n.d.ts +5 -0
  199. package/dist/components/status-and-feedback/progress/progress.i18n.d.ts.map +1 -0
  200. package/dist/components/status-and-feedback/progress/progress.i18n.js +4 -0
  201. package/dist/components/status-and-feedback/progress/progress.i18n.js.map +1 -0
  202. package/dist/components/status-and-feedback/progress/progress.js +137 -0
  203. package/dist/components/status-and-feedback/progress/progress.js.map +1 -0
  204. package/dist/components/status-and-feedback/progress/progress.styles.d.ts +2 -0
  205. package/dist/components/status-and-feedback/progress/progress.styles.d.ts.map +1 -0
  206. package/dist/components/status-and-feedback/progress/progress.styles.js +57 -0
  207. package/dist/components/status-and-feedback/progress/progress.styles.js.map +1 -0
  208. package/dist/components/status-and-feedback/progress/progress.template.d.ts +4 -0
  209. package/dist/components/status-and-feedback/progress/progress.template.d.ts.map +1 -0
  210. package/dist/components/status-and-feedback/progress/progress.template.js +26 -0
  211. package/dist/components/status-and-feedback/progress/progress.template.js.map +1 -0
  212. package/dist/components/status-and-feedback/progress-bar/progress-bar.d.ts +131 -0
  213. package/dist/components/status-and-feedback/progress-bar/progress-bar.d.ts.map +1 -0
  214. package/dist/components/status-and-feedback/progress-bar/progress-bar.i18n.d.ts +8 -0
  215. package/dist/components/status-and-feedback/progress-bar/progress-bar.i18n.d.ts.map +1 -0
  216. package/dist/components/status-and-feedback/progress-bar/progress-bar.i18n.js +7 -0
  217. package/dist/components/status-and-feedback/progress-bar/progress-bar.i18n.js.map +1 -0
  218. package/dist/components/status-and-feedback/progress-bar/progress-bar.js +426 -0
  219. package/dist/components/status-and-feedback/progress-bar/progress-bar.js.map +1 -0
  220. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.d.ts +3 -0
  221. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.d.ts.map +1 -0
  222. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js +400 -0
  223. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js.map +1 -0
  224. package/dist/components/status-and-feedback/progress-bar/progress-bar.template.d.ts +3 -0
  225. package/dist/components/status-and-feedback/progress-bar/progress-bar.template.d.ts.map +1 -0
  226. package/dist/components/status-and-feedback/progress-bar/progress-bar.template.js +60 -0
  227. package/dist/components/status-and-feedback/progress-bar/progress-bar.template.js.map +1 -0
  228. package/dist/components/status-and-feedback/progress-circle/progress-circle.d.ts +132 -0
  229. package/dist/components/status-and-feedback/progress-circle/progress-circle.d.ts.map +1 -0
  230. package/dist/components/status-and-feedback/progress-circle/progress-circle.i18n.d.ts +8 -0
  231. package/dist/components/status-and-feedback/progress-circle/progress-circle.i18n.d.ts.map +1 -0
  232. package/dist/components/status-and-feedback/progress-circle/progress-circle.i18n.js +7 -0
  233. package/dist/components/status-and-feedback/progress-circle/progress-circle.i18n.js.map +1 -0
  234. package/dist/components/status-and-feedback/progress-circle/progress-circle.js +437 -0
  235. package/dist/components/status-and-feedback/progress-circle/progress-circle.js.map +1 -0
  236. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.d.ts +3 -0
  237. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.d.ts.map +1 -0
  238. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js +245 -0
  239. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js.map +1 -0
  240. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.d.ts +14 -0
  241. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.d.ts.map +1 -0
  242. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.js +115 -0
  243. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.js.map +1 -0
  244. package/dist/css/settings.css +346 -18
  245. package/package.json +21 -1
@@ -7,32 +7,103 @@ export const codeViewerStyles = css `
7
7
  :host {
8
8
  --_corner-radius: var(--primitives-corner-radius-lg);
9
9
  --_background-color: var(--semantics-surfaces-tinted-background-color);
10
+ --_border-color: var(--semantics-surfaces-tinted-border-color);
11
+ /* Shared shadow value so the default and focus-visible rules can
12
+ compose with var(...) instead of repeating the inset literal. */
13
+ --_border-shadow: inset 0 0 0 1px var(--_border-color);
10
14
  --_block-padding: var(--primitives-space-16);
11
15
  --_inline-padding: var(--primitives-space-16);
12
16
  --_content-color: var(--semantics-content-color);
13
17
  --_font: var(--primitives-font-monospace-sm-regular-snug);
18
+ --_actions-area-padding: var(--primitives-space-8);
19
+ --_actions-area-size: calc(var(--semantics-controls-md-min-size) + var(--_actions-area-padding) * 2);
20
+ --_actions-z-index: 1;
14
21
 
15
- display: block;
22
+ display: flex;
23
+ position: relative;
16
24
  }
17
25
 
18
26
  :host([hidden]) {
19
27
  display: none;
20
28
  }
21
29
 
30
+ :host([background="base"]) {
31
+ --_background-color: var(--semantics-surfaces-background-color);
32
+ --_border-color: var(--semantics-surfaces-border-color);
33
+ }
34
+
35
+ /* variant="simple" drops the entire frame (no rounded corners, no
36
+ padding, no fill, no border ring). The host becomes a thin wrapper
37
+ around the slot content — use for embedding in a consumer-supplied
38
+ container. Same shape nldd-list uses for its simple variant. */
39
+ :host([variant="simple"]) {
40
+ --_corner-radius: 0;
41
+ --_background-color: transparent;
42
+ --_border-color: transparent;
43
+ --_block-padding: 0;
44
+ --_inline-padding: 0;
45
+ }
46
+
22
47
 
23
48
  /* # Block */
24
49
 
25
50
  .code-viewer {
51
+ box-sizing: border-box;
52
+ display: flex;
53
+ position: relative;
26
54
  margin: 0;
27
55
  border-radius: var(--_corner-radius);
56
+ /* Inner box-shadow paints the 1px border ring inside the radius
57
+ without taking layout space — matches nldd-box / nldd-banner.
58
+ variant="simple" suppresses the ring by setting --_border-color
59
+ to transparent above. The forced-colors fallback at the bottom
60
+ of the file restores a real border for Windows High Contrast
61
+ users. */
62
+ box-shadow: var(--_border-shadow);
28
63
  background-color: var(--_background-color);
29
64
  overflow-x: auto;
30
65
  padding: var(--_block-padding) var(--_inline-padding);
66
+ flex-direction: column;
67
+ flex-grow: 1;
68
+ align-items: start;
69
+ justify-content: center;
31
70
  color: var(--_content-color);
32
71
  font: var(--_font);
33
72
  white-space: pre;
34
73
  }
35
74
 
75
+ :host(:not([no-copy])) .code-viewer {
76
+ min-height: var(--_actions-area-size);
77
+ padding-right: var(--_actions-area-size);
78
+ }
79
+
80
+ /* variant="simple" + copy-button: pin the button flush to the host's
81
+ top-right corner (no inset padding) and keep the snippet at least as
82
+ tall as the button so the layout never clips the action. The reserved
83
+ right-padding is dropped — bare snippets imply no chrome, so the code
84
+ may flow under the button if a single line is long enough. */
85
+ :host([variant="simple"]:not([no-copy])) {
86
+ --_actions-area-padding: 0;
87
+ }
88
+
89
+ :host([variant="simple"]:not([no-copy])) .code-viewer {
90
+ min-height: var(--_actions-area-size);
91
+ padding-right: 0;
92
+ }
93
+
94
+ .code-viewer:focus-visible {
95
+ outline: var(--semantics-focus-ring-outline);
96
+ outline-offset: var(--semantics-focus-ring-outline-offset);
97
+ /* Comma-compose so the outer focus ring layers over the existing
98
+ inset border ring instead of replacing it. Focus first (outer),
99
+ border second (inner). */
100
+ box-shadow: var(--semantics-focus-ring-box-shadow), var(--_border-shadow);
101
+ }
102
+
103
+ .code-viewer:focus:not(:focus-visible) {
104
+ outline: none;
105
+ }
106
+
36
107
  :host([wrap]) .code-viewer {
37
108
  overflow-x: visible;
38
109
  white-space: pre-wrap;
@@ -49,6 +120,32 @@ export const codeViewerStyles = css `
49
120
  font: inherit;
50
121
  }
51
122
 
123
+ .code-viewer__actions {
124
+ position: absolute;
125
+ top: var(--_actions-area-padding);
126
+ right: var(--_actions-area-padding);
127
+ bottom: var(--_actions-area-padding);
128
+ z-index: var(--_actions-z-index);
129
+ }
130
+
131
+ .code-viewer__copy-button {
132
+ position: sticky;
133
+ top: var(--_actions-area-padding);
134
+ }
135
+
136
+ /* Visually-hidden live region announces copy success/failure to
137
+ screen readers — the static accessible-label on the icon button
138
+ alone can't convey state changes. */
139
+
140
+ .code-viewer__live-region {
141
+ position: absolute;
142
+ width: 1px;
143
+ height: 1px;
144
+ overflow: hidden;
145
+ clip-path: inset(50%);
146
+ white-space: nowrap;
147
+ }
148
+
52
149
 
53
150
  /* # Tokens */
54
151
 
@@ -85,5 +182,19 @@ export const codeViewerStyles = css `
85
182
  .token.key { color: var(--components-code-viewer-token-property-color); }
86
183
  .token.bold { font-weight: bold; }
87
184
  .token.italic { font-style: italic; }
185
+
186
+
187
+ /* # Accessibility
188
+ forced-colors / Windows High Contrast strips box-shadow, so the
189
+ inset border ring on .code-viewer would disappear. Restore the
190
+ frame with a real border in that mode — same fallback nldd-box,
191
+ nldd-banner, and nldd-list use. variant="simple" keeps no border
192
+ (the host is a bare wrapper in that mode). */
193
+
194
+ @media (forced-colors: active) {
195
+ :host([variant="box"]) .code-viewer {
196
+ border: 1px solid CanvasText;
197
+ }
198
+ }
88
199
  `;
89
200
  //# sourceMappingURL=code-viewer.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"code-viewer.styles.js","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsFlC,CAAC"}
1
+ {"version":3,"file":"code-viewer.styles.js","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqMlC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"code-viewer.template.d.ts","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAE3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,wBAAgB,kBAAkB,CAAC,SAAS,EAAE,cAAc,GAAG,cAAc,CAgB5E"}
1
+ {"version":3,"file":"code-viewer.template.d.ts","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,MAAM,KAAK,CAAC;AAGpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,wBAAgB,kBAAkB,CAAC,SAAS,EAAE,cAAc,GAAG,cAAc,CA8D5E"}
@@ -1,4 +1,5 @@
1
- import { html } from 'lit';
1
+ import { html, nothing } from 'lit';
2
+ import { ifDefined } from 'lit/directives/if-defined.js';
2
3
  import { unsafeHTML } from 'lit/directives/unsafe-html.js';
3
4
  export function codeViewerTemplate(component) {
4
5
  // `language` is interpolated into a class name. Lit's tagged template
@@ -11,8 +12,54 @@ export function codeViewerTemplate(component) {
11
12
  // Prism escapes HTML entities in its input (`<` → `&lt;`) before
12
13
  // wrapping tokens in spans, so the only HTML in the output is the
13
14
  // span scaffolding Prism itself emits. Safe by construction.
14
- return html `<pre class="code-viewer"><slot @slotchange=${component._onSlotChange}></slot>${component.language && component._highlightedHtml
15
+ const scrollable = component._isScrollable;
16
+ const copyState = component._copyState;
17
+ const tooltipText = copyState === 'success'
18
+ ? component._t('components.code-viewer.copy-success-text')
19
+ : copyState === 'failure'
20
+ ? component._t('components.code-viewer.copy-failure-text')
21
+ : component._t('components.code-viewer.copy-action');
22
+ // Reuse tooltipText for the icon-button's accessible-label so a keyboard
23
+ // user re-focusing the button mid-feedback hears the actual state
24
+ // ("Gekopieerd") instead of the static "Kopieer". The role="status" live
25
+ // region still fires the initial announcement; this only changes what AT
26
+ // reads on subsequent focus during the 2000 ms feedback window.
27
+ const buttonLabel = tooltipText;
28
+ // Live-region payload: announces "Gekopieerd" / "Kopiëren mislukt" so
29
+ // screen-reader users get confirmation that the static accessible-label
30
+ // alone can't convey. Empty when idle so re-clicks re-announce.
31
+ const liveRegionText = copyState === 'success'
32
+ ? component._t('components.code-viewer.copy-success-text')
33
+ : copyState === 'failure'
34
+ ? component._t('components.code-viewer.copy-failure-text')
35
+ : '';
36
+ return html `<pre
37
+ class="code-viewer"
38
+ tabindex=${ifDefined(scrollable ? '0' : undefined)}
39
+ role=${ifDefined(scrollable ? 'region' : undefined)}
40
+ aria-label=${ifDefined(scrollable ? component._t('components.code-viewer.region-label') : undefined)}
41
+ ><slot @slotchange=${component._onSlotChange}></slot>${component.language && component._highlightedHtml
15
42
  ? html `<code class="code__highlighted language-${component.language}">${unsafeHTML(component._highlightedHtml)}</code>`
16
- : ''}</pre>`;
43
+ : ''}</pre>${component.noCopy ? nothing : html `
44
+ <div class="code-viewer__actions">
45
+ <div class="code-viewer__copy-button">
46
+ <nldd-tooltip
47
+ text=${tooltipText}
48
+ placement="left"
49
+ ?open=${copyState !== 'idle'}
50
+ @nldd-tooltip-dismiss=${component._onCopyDismiss}
51
+ >
52
+ <nldd-icon-button
53
+ icon=${copyState === 'success' ? 'check-mark' : 'copy'}
54
+ accessible-label=${buttonLabel}
55
+ tooltip-timing="never"
56
+ size="md"
57
+ @click=${component._onCopyClick}
58
+ ></nldd-icon-button>
59
+ </nldd-tooltip>
60
+ </div>
61
+ <div class="code-viewer__live-region" role="status" aria-live="polite">${liveRegionText}</div>
62
+ </div>
63
+ `}`;
17
64
  }
18
65
  //# sourceMappingURL=code-viewer.template.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"code-viewer.template.js","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,MAAM,KAAK,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAG3D,MAAM,UAAU,kBAAkB,CAAC,SAAyB;IAC3D,sEAAsE;IACtE,sEAAsE;IACtE,sEAAsE;IACtE,qEAAqE;IACrE,yBAAyB;IACzB,EAAE;IACF,oEAAoE;IACpE,iEAAiE;IACjE,kEAAkE;IAClE,6DAA6D;IAC7D,OAAO,IAAI,CAAA,8CAA8C,SAAS,CAAC,aAAa,WAC/E,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,gBAAgB;QAC/C,CAAC,CAAC,IAAI,CAAA,2CAA2C,SAAS,CAAC,QAAQ,KAAK,UAAU,CAAC,SAAS,CAAC,gBAAgB,CAAC,SAAS;QACvH,CAAC,CAAC,EACJ,QAAQ,CAAC;AACV,CAAC"}
1
+ {"version":3,"file":"code-viewer.template.js","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAkB,MAAM,KAAK,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAG3D,MAAM,UAAU,kBAAkB,CAAC,SAAyB;IAC3D,sEAAsE;IACtE,sEAAsE;IACtE,sEAAsE;IACtE,qEAAqE;IACrE,yBAAyB;IACzB,EAAE;IACF,oEAAoE;IACpE,iEAAiE;IACjE,kEAAkE;IAClE,6DAA6D;IAC7D,MAAM,UAAU,GAAG,SAAS,CAAC,aAAa,CAAC;IAC3C,MAAM,SAAS,GAAG,SAAS,CAAC,UAAU,CAAC;IACvC,MAAM,WAAW,GAAG,SAAS,KAAK,SAAS;QAC1C,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,0CAA0C,CAAC;QAC1D,CAAC,CAAC,SAAS,KAAK,SAAS;YACxB,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,0CAA0C,CAAC;YAC1D,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,oCAAoC,CAAC,CAAC;IACvD,yEAAyE;IACzE,kEAAkE;IAClE,yEAAyE;IACzE,yEAAyE;IACzE,gEAAgE;IAChE,MAAM,WAAW,GAAG,WAAW,CAAC;IAChC,sEAAsE;IACtE,wEAAwE;IACxE,gEAAgE;IAChE,MAAM,cAAc,GAAG,SAAS,KAAK,SAAS;QAC7C,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,0CAA0C,CAAC;QAC1D,CAAC,CAAC,SAAS,KAAK,SAAS;YACxB,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,0CAA0C,CAAC;YAC1D,CAAC,CAAC,EAAE,CAAC;IACP,OAAO,IAAI,CAAA;;aAEC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3C,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;eACtC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,qCAAqC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;sBAChF,SAAS,CAAC,aAAa,WAC3C,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,gBAAgB;QAC/C,CAAC,CAAC,IAAI,CAAA,2CAA2C,SAAS,CAAC,QAAQ,KAAK,UAAU,CAAC,SAAS,CAAC,gBAAgB,CAAC,SAAS;QACvH,CAAC,CAAC,EACJ,SAAS,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAA;;;;YAI/B,WAAW;;aAEV,SAAS,KAAK,MAAM;6BACJ,SAAS,CAAC,cAAc;;;aAGxC,SAAS,KAAK,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM;yBACnC,WAAW;;;eAGrB,SAAS,CAAC,YAAY;;;;4EAIuC,cAAc;;EAExF,EAAE,CAAC;AACL,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"icon-aliases.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-aliases.js"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,sBADW,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAoU/B"}
1
+ {"version":3,"file":"icon-aliases.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-aliases.js"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,sBADW,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA4V/B"}
@@ -15,6 +15,12 @@ export const aliases = {
15
15
  'undo': 'arrow-u-turn-backward',
16
16
  // arrow-u-turn-forward
17
17
  'redo': 'arrow-u-turn-forward',
18
+ // bell
19
+ 'notification': 'bell',
20
+ 'notifications': 'bell',
21
+ 'alarm': 'bell',
22
+ // bookmark-filled
23
+ 'bookmarked': 'bookmark-filled',
18
24
  // books-vertical
19
25
  'books': 'books-vertical',
20
26
  // brackets-ellipsis
@@ -103,6 +109,8 @@ export const aliases = {
103
109
  // file-text
104
110
  'document': 'file-text',
105
111
  'file': 'file-text',
112
+ // flag-filled
113
+ 'flagged': 'flag-filled',
106
114
  // folder
107
115
  'directory': 'folder',
108
116
  // folder-stack
@@ -165,6 +173,8 @@ export const aliases = {
165
173
  'write': 'pencil',
166
174
  // photo
167
175
  'image': 'photo',
176
+ // photo-slash
177
+ 'broken-image': 'photo-slash',
168
178
  // pencil-on-square
169
179
  'edit': 'pencil-on-square',
170
180
  // person
@@ -199,6 +209,10 @@ export const aliases = {
199
209
  // sparkles
200
210
  'ai': 'sparkles',
201
211
  'magic': 'sparkles',
212
+ // star
213
+ 'rating': 'star',
214
+ // star-filled
215
+ 'rated': 'star-filled',
202
216
  // starburst-filled
203
217
  'new': 'starburst-filled',
204
218
  'promotion': 'starburst-filled',
@@ -222,6 +236,9 @@ export const aliases = {
222
236
  'light-mode': 'sun',
223
237
  // table-badge-arrow-down
224
238
  'download-table': 'table-badge-arrow-down',
239
+ // tag
240
+ 'label': 'tag',
241
+ 'category': 'tag',
225
242
  // terminal
226
243
  'cli': 'terminal',
227
244
  'console': 'terminal',
@@ -1 +1 @@
1
- {"version":3,"file":"icon-aliases.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-aliases.js"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,MAAM,CAAC,MAAM,OAAO,GAAG;IACtB,qBAAqB;IACrB,QAAQ,EAAE,oBAAoB;IAC9B,UAAU,EAAE,oBAAoB;IAEhC,4BAA4B;IAC5B,SAAS,EAAE,2BAA2B;IACtC,QAAQ,EAAE,2BAA2B;IACrC,MAAM,EAAE,2BAA2B;IAEnC,uBAAuB;IACvB,UAAU,EAAE,sBAAsB;IAElC,sBAAsB;IACtB,MAAM,EAAE,qBAAqB;IAE7B,wBAAwB;IACxB,MAAM,EAAE,uBAAuB;IAE/B,uBAAuB;IACvB,MAAM,EAAE,sBAAsB;IAE9B,iBAAiB;IACjB,OAAO,EAAE,gBAAgB;IAEzB,oBAAoB;IACpB,OAAO,EAAE,mBAAmB;IAE5B,oBAAoB;IACpB,MAAM,EAAE,mBAAmB;IAE3B,iBAAiB;IACjB,UAAU,EAAE,gBAAgB;IAC5B,OAAO,EAAE,gBAAgB;IAEzB,cAAc;IACd,SAAS,EAAE,aAAa;IACxB,SAAS,EAAE,aAAa;IAExB,sBAAsB;IACtB,WAAW,EAAE,qBAAqB;IAClC,YAAY,EAAE,qBAAqB;IACnC,OAAO,EAAE,qBAAqB;IAE9B,aAAa;IACb,OAAO,EAAE,YAAY;IACrB,OAAO,EAAE,YAAY;IACrB,WAAW,EAAE,YAAY;IACzB,SAAS,EAAE,YAAY;IAEvB,aAAa;IACb,SAAS,EAAE,YAAY;IAEvB,oBAAoB;IACpB,SAAS,EAAE,mBAAmB;IAC9B,OAAO,EAAE,mBAAmB;IAE5B,yBAAyB;IACzB,qBAAqB,EAAE,wBAAwB;IAE/C,mBAAmB;IACnB,eAAe,EAAE,kBAAkB;IAEnC,eAAe;IACf,MAAM,EAAE,cAAc;IAEtB,2CAA2C;IAC3C,MAAM,EAAE,0CAA0C;IAElD,gBAAgB;IAChB,SAAS,EAAE,eAAe;IAE1B,gBAAgB;IAChB,kBAAkB,EAAE,eAAe;IAEnC,sBAAsB;IACtB,OAAO,EAAE,qBAAqB;IAE9B,QAAQ;IACR,MAAM,EAAE,OAAO;IACf,KAAK,EAAE,OAAO;IAEd,wBAAwB;IACxB,QAAQ,EAAE,uBAAuB;IAEjC,gCAAgC;IAChC,SAAS,EAAE,+BAA+B;IAE1C,mBAAmB;IACnB,qBAAqB,EAAE,kBAAkB;IAEzC,iBAAiB;IACjB,iBAAiB,EAAE,gBAAgB;IACnC,QAAQ,EAAE,gBAAgB;IAC1B,iBAAiB,EAAE,gBAAgB;IAEnC,iBAAiB;IACjB,UAAU,EAAE,gBAAgB;IAE5B,uBAAuB;IACvB,mBAAmB,EAAE,sBAAsB;IAC3C,sBAAsB,EAAE,sBAAsB;IAE9C,WAAW;IACX,MAAM,EAAE,UAAU;IAElB,WAAW;IACX,OAAO,EAAE,UAAU;IACnB,MAAM,EAAE,UAAU;IAElB,qBAAqB;IACrB,OAAO,EAAE,oBAAoB;IAC7B,SAAS,EAAE,oBAAoB;IAE/B,8BAA8B;IAC9B,OAAO,EAAE,6BAA6B;IACtC,SAAS,EAAE,6BAA6B;IAExC,MAAM;IACN,MAAM,EAAE,KAAK;IACb,SAAS,EAAE,KAAK;IAEhB,YAAY;IACZ,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,WAAW;IAEnB,aAAa;IACb,cAAc,EAAE,YAAY;IAE5B,gBAAgB;IAChB,KAAK,EAAE,eAAe;IACtB,UAAU,EAAE,eAAe;IAE3B,eAAe;IACf,OAAO,EAAE,cAAc;IACvB,SAAS,EAAE,cAAc;IAEzB,0BAA0B;IAC1B,WAAW,EAAE,yBAAyB;IAEtC,YAAY;IACZ,UAAU,EAAE,WAAW;IACvB,MAAM,EAAE,WAAW;IAEnB,SAAS;IACT,WAAW,EAAE,QAAQ;IAErB,eAAe;IACf,aAAa,EAAE,cAAc;IAE7B,OAAO;IACP,iBAAiB,EAAE,MAAM;IAEzB,QAAQ;IACR,WAAW,EAAE,OAAO;IAEpB,eAAe;IACf,UAAU,EAAE,cAAc;IAC1B,MAAM,EAAE,cAAc;IAEtB,QAAQ;IACR,MAAM,EAAE,OAAO;IAEf,cAAc;IACd,MAAM,EAAE,aAAa;IACrB,aAAa,EAAE,aAAa;IAE5B,OAAO;IACP,KAAK,EAAE,MAAM;IACb,WAAW,EAAE,MAAM;IAEnB,OAAO;IACP,MAAM,EAAE,MAAM;IAEd,kBAAkB;IAClB,iBAAiB,EAAE,iBAAiB;IAEpC,gBAAgB;IAChB,gBAAgB,EAAE,eAAe;IAEjC,wBAAwB;IACxB,QAAQ,EAAE,uBAAuB;IAEjC,cAAc;IACd,MAAM,EAAE,aAAa;IACrB,QAAQ,EAAE,aAAa;IACvB,QAAQ,EAAE,aAAa;IAEvB,YAAY;IACZ,UAAU,EAAE,WAAW;IACvB,UAAU,EAAE,WAAW;IAEvB,UAAU;IACV,KAAK,EAAE,SAAS;IAEhB,aAAa;IACb,KAAK,EAAE,YAAY;IACnB,YAAY,EAAE,YAAY;IAE1B,YAAY;IACZ,QAAQ,EAAE,WAAW;IAErB,yBAAyB;IACzB,YAAY,EAAE,wBAAwB;IACtC,SAAS,EAAE,wBAAwB;IAEnC,QAAQ;IACR,QAAQ,EAAE,OAAO;IAEjB,cAAc;IACd,cAAc,EAAE,aAAa;IAE7B,oBAAoB;IACpB,oBAAoB,EAAE,mBAAmB;IAEzC,OAAO;IACP,WAAW,EAAE,MAAM;IACnB,OAAO,EAAE,MAAM;IAEf,cAAc;IACd,MAAM,EAAE,aAAa;IAErB,YAAY;IACZ,YAAY,EAAE,WAAW;IACzB,QAAQ,EAAE,WAAW;IAErB,SAAS;IACT,OAAO,EAAE,QAAQ;IAEjB,QAAQ;IACR,OAAO,EAAE,OAAO;IAEhB,mBAAmB;IACnB,MAAM,EAAE,kBAAkB;IAE1B,SAAS;IACT,MAAM,EAAE,QAAQ;IAEhB,WAAW;IACX,OAAO,EAAE,UAAU;IACnB,MAAM,EAAE,UAAU;IAClB,OAAO,EAAE,UAAU;IAEnB,oBAAoB;IACpB,YAAY,EAAE,mBAAmB;IACjC,eAAe,EAAE,mBAAmB;IAEpC,gBAAgB;IAChB,SAAS,EAAE,eAAe;IAC1B,SAAS,EAAE,eAAe;IAE1B,OAAO;IACP,KAAK,EAAE,MAAM;IAEb,aAAa;IACb,WAAW,EAAE,YAAY;IAEzB,eAAe;IACf,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE,cAAc;IACxB,QAAQ,EAAE,cAAc;IAExB,uBAAuB;IACvB,MAAM,EAAE,sBAAsB;IAC9B,UAAU,EAAE,sBAAsB;IAElC,oBAAoB;IACpB,UAAU,EAAE,mBAAmB;IAC/B,UAAU,EAAE,mBAAmB;IAE/B,eAAe;IACf,SAAS,EAAE,cAAc;IACzB,WAAW,EAAE,cAAc;IAE3B,WAAW;IACX,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,UAAU;IAEnB,mBAAmB;IACnB,KAAK,EAAE,kBAAkB;IACzB,WAAW,EAAE,kBAAkB;IAE/B,qBAAqB;IACrB,QAAQ,EAAE,oBAAoB;IAC9B,MAAM,EAAE,oBAAoB;IAE5B,4BAA4B;IAC5B,OAAO,EAAE,2BAA2B;IAEpC,yBAAyB;IACzB,eAAe,EAAE,wBAAwB;IAEzC,kBAAkB;IAClB,OAAO,EAAE,iBAAiB;IAE1B,mBAAmB;IACnB,MAAM,EAAE,kBAAkB;IAE1B,wBAAwB;IACxB,WAAW,EAAE,uBAAuB;IAEpC,kBAAkB;IAClB,OAAO,EAAE,iBAAiB;IAE1B,MAAM;IACN,KAAK,EAAE,KAAK;IACZ,YAAY,EAAE,KAAK;IAEnB,yBAAyB;IACzB,gBAAgB,EAAE,wBAAwB;IAE1C,WAAW;IACX,KAAK,EAAE,UAAU;IACjB,SAAS,EAAE,UAAU;IAErB,aAAa;IACb,YAAY,EAAE,YAAY;IAE1B,QAAQ;IACR,WAAW,EAAE,OAAO;IAEpB,QAAQ;IACR,QAAQ,EAAE,OAAO;CACjB,CAAC"}
1
+ {"version":3,"file":"icon-aliases.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-aliases.js"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"icon-registry.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-registry.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,qBAmJvB,CAAC"}
1
+ {"version":3,"file":"icon-registry.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-registry.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,qBA+JvB,CAAC"}
@@ -10,7 +10,10 @@ export const iconRegistry = new Map([
10
10
  ['arrow-u-turn-forward', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14.6 4.4 18.18 8H8a6 6 0 0 0 0 12h4v-2H8a4 4 0 0 1 0-8h10.18l-3.58 3.6L16 15l6-6-6-6z\"/>\n</svg>"],
11
11
  ['arrow-up', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m4 12 8-8 8 8-1.42 1.41L13 7.828V21h-2V7.828L5.42 13.41z\"/>\n</svg>"],
12
12
  ['arrow-up-arrow-down', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
13
+ ['bell', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a4 4 0 0 1 3.92 3.2A7 7 0 0 1 19 11v2a3 3 0 0 0 2.02 2.84c.52.18.98.6.98 1.16a1 1 0 0 1-1 1h-5a4 4 0 0 1-8 0H3a1 1 0 0 1-1-1c0-.55.46-.98.98-1.16A3 3 0 0 0 5 13v-2a7 7 0 0 1 3.08-5.8A4 4 0 0 1 12 2m-2 16a2 2 0 1 0 4 0zm2-14a2.02 2.02 0 0 0-1.96 2.4A5 5 0 0 0 7 11v2c0 1.13-.37 2.16-1 3h12c-.63-.84-1-1.87-1-3v-2a5 5 0 0 0-3.04-4.6A2.03 2.03 0 0 0 12 4\"/>\n</svg>"],
13
14
  ['bold', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a6 6 0 0 1 4.9 9.45A5.98 5.98 0 0 1 13 22H5V2zM9 18h4a2 2 0 1 0 0-4H9zm0-8h3a2 2 0 1 0 0-4H9z\"/>\n</svg>"],
15
+ ['bookmark', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M17 5a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v13.65l3.05-2.61.21-.17a3 3 0 0 1 3.7.17L17 18.65zm2 15.83-.01.15a1 1 0 0 1-1.52.7l-.12-.1-4.7-4.02a1 1 0 0 0-1.3 0l-4.7 4.03a1 1 0 0 1-1.64-.6L5 20.82V5a3 3 0 0 1 3-3h8.15A3 3 0 0 1 19 5z\"/>\n</svg>"],
16
+ ['bookmark-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5 5a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v15.83a1 1 0 0 1-1.65.76l-4.7-4.03a1 1 0 0 0-1.3 0l-4.7 4.03A1 1 0 0 1 5 20.83z\"/>\n</svg>"],
14
17
  ['books-vertical', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6.5 17c.28 0 .5.22.5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1c0-.28.22-.5.5-.5z\"/>\n\t<path fill=\"currentColor\" d=\"M13 1a2 2 0 0 1 2 2v2.92q.2-.07.4-.1l1.97-.36a2 2 0 0 1 2.31 1.63l2.13 12.05a2.07 2.07 0 0 1-1.62 2.32l-1.97.35a2.07 2.07 0 0 1-2.32-1.62l-.9-5.12V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7c0-1.1.9-2 2-2h4V3c0-1.1.9-2 2-2zM4 20h4V7H4zm6 0h3V3h-3zm5.75-12.22 2.12 12.06 1.97-.35-2.13-12.06z\"/>\n</svg>"],
15
18
  ['brackets-ellipsis', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 6H4v12h3v2H2V4h5zM22 20h-5v-2h3V6h-3V4h5z\"/>\n\t<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>"],
16
19
  ['bullet-list', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
@@ -30,6 +33,7 @@ export const iconRegistry = new Map([
30
33
  ['caret-up-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m4 15 8-8 8 8z\"/>\n</svg>"],
31
34
  ['certificate', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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\t<path fill=\"currentColor\" d=\"M10 13H6v-2h4zM18 9H6V7h12z\"/>\n</svg>"],
32
35
  ['chart-x-y-axis-line', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 19h18v2H2V3h2z\"/>\n\t<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>"],
36
+ ['check-circle-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m-1.3 11.3L8.42 11 7 12.41l3.7 3.71 6.71-6.7L16 8z\"/>\n</svg>"],
33
37
  ['check-list', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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>"],
34
38
  ['check-mark', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
35
39
  ['check-mark-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
@@ -79,6 +83,7 @@ export const iconRegistry = new Map([
79
83
  ['envelope', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
80
84
  ['euro-sign', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.25 2.76a7.3 7.3 0 0 1 4.9-.57 8.2 8.2 0 0 1 4.36 2.74L18.1 6.59a6.3 6.3 0 0 0-3.32-2.09 5.6 5.6 0 0 0-3.76.44l-.22.11a7 7 0 0 0-2.7 2.7L7.98 8A8 8 0 0 0 7.52 9H14v2H7.06a9 9 0 0 0 0 2H14v2H7.52q.24.65.58 1.25A7 7 0 0 0 11 19.06a5.6 5.6 0 0 0 3.52.49l.24-.05a6.3 6.3 0 0 0 3.32-2.1l1.42 1.67-.23.26a8 8 0 0 1-4.12 2.48 7.3 7.3 0 0 1-4.62-.44l-.3-.13a9 9 0 0 1-3.63-3.38l-.18-.3Q5.75 16.36 5.4 15H3v-2h2.04a12 12 0 0 1 0-2H3V9h2.4q.31-1.18.86-2.24l.17-.32a9 9 0 0 1 3.82-3.68\"/>\n</svg>"],
81
85
  ['exclamation-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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>"],
86
+ ['exclamation-circle-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 13.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M11 6v8h2V6z\"/>\n</svg>"],
82
87
  ['exclamation-triangle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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>"],
83
88
  ['exclamation-triangle-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
84
89
  ['eye', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
@@ -88,6 +93,8 @@ export const iconRegistry = new Map([
88
93
  ['face-smiling', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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>"],
89
94
  ['face-smiling-badge-plus', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
90
95
  ['file-text', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
96
+ ['flag', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m5 3.67 2.04-.34a8 8 0 0 1 3.84.3l2.24.74a8 8 0 0 0 3.84.3L21 4v11l-4.04.67a8 8 0 0 1-3.38-.16l-2.7-.88a8 8 0 0 0-3.84-.3L5 14.67V22H3V2h2zm5.25 1.86c-1.74-.59-3.5-.13-5.25.16v6.95l1.71-.29a10 10 0 0 1 4.8.38l2.24.74a6 6 0 0 0 2.88.23l2.37-.4V6.36l-1.71.29a10 10 0 0 1-4.8-.38z\" clip-rule=\"evenodd\"/>\n</svg>"],
97
+ ['flag-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m5 3.67 2.04-.34c2.15-.36 4.07.37 6.08 1.04a8 8 0 0 0 3.84.3L21 4v11l-4.04.67a8 8 0 0 1-3.84-.3c-2-.67-3.93-1.4-6.08-1.04L5 14.67V22H3V2h2z\"/>\n</svg>"],
91
98
  ['folder', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
92
99
  ['folder-stack', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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>"],
93
100
  ['gear', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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>"],
@@ -97,6 +104,7 @@ export const iconRegistry = new Map([
97
104
  ['house', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
98
105
  ['inbox', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
99
106
  ['info-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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>"],
107
+ ['info-circle-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m-1 16h2v-8h-2zm1-12a1.25 1.25 0 1 0 0 2.5A1.25 1.25 0 0 0 12 6\"/>\n</svg>"],
100
108
  ['italic', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 4h-2.821l-4.287 16H14v2H6v-2h2.821l4.287-16H10V2h8z\"/>\n</svg>"],
101
109
  ['link', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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>"],
102
110
  ['list', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2 5h20v2H2zm0 6h20v2H2zm0 6h20v2H2z\"/>\n</svg>"],
@@ -121,6 +129,7 @@ export const iconRegistry = new Map([
121
129
  ['person-badge-gear', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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\t<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>"],
122
130
  ['person-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 6a3.25 3.25 0 1 1 0 6.5A3.25 3.25 0 0 1 12 6\"/>\n\t<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>"],
123
131
  ['photo', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M9 8a2 2 0 1 1 0 4 2 2 0 0 1 0-4\"/>\n\t<path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10c0 1.666-1.33 3-3 3H5c-1.66 0-3-1.334-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v9l1.94-1.94a1.5 1.5 0 0 1 2.12 0l1.956 1.956 4.617-4.472a1.5 1.5 0 0 1 2.122.034L20 14.932V7a1 1 0 0 0-1-1z\"/>\n</svg>"],
132
+ ['photo-slash', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M22 20.59 20.6 22 2 3.41 3.41 2zM4.01 6.84 4 7v9l1.94-1.94a1.5 1.5 0 0 1 2.12 0l1.96 1.96 1.6-1.57L17.18 20H5c-1.67 0-3-1.33-3-3V7q.02-.94.5-1.67zM19 4a3 3 0 0 1 3 3v10q-.02.94-.5 1.66l-7-6.99c.63-.6 1.59-.78 2.25-.1L20 14.94V7a1 1 0 0 0-1-1H8.83l-2-2zm-9.84 8a2.02 2.02 0 0 1-2.15-2.16z\"/>\n</svg>"],
124
133
  ['plus', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 11h9v2h-9v9h-2v-9H2v-2h9V2h2z\"/>\n</svg>"],
125
134
  ['plus-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 11h7v2h-7v7h-2v-7H4v-2h7V4h2z\"/>\n</svg>"],
126
135
  ['puzzle-piece', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11 1a3.5 3.5 0 0 1 3.5 3.5v.75c0 .14.11.25.25.25H18a1 1 0 0 1 1 1v2.75q.02.23.25.25h.25a3.5 3.5 0 1 1 0 7h-.25a.25.25 0 0 0-.25.25v3.75a1 1 0 0 1-1 1h-4.75a.25.25 0 0 1-.25-.25V20a1.5 1.5 0 0 0-3 0v1.25q-.02.23-.25.25H4a1 1 0 0 1-1-1v-5.75c0-.14.11-.25.25-.25H4.5a1.5 1.5 0 0 0 0-3H3.25a.25.25 0 0 1-.25-.25V6.5a1 1 0 0 1 1-1h3.25c.14 0 .25-.11.25-.25V4.5A3.5 3.5 0 0 1 11 1m0 2c-.83 0-1.5.67-1.5 1.5v.75c0 1.24-1 2.25-2.25 2.25H5v2.04a3.5 3.5 0 0 1 0 6.92v3.04h3.04a3.5 3.5 0 0 1 6.92 0H17v-2.75c0-1.24 1-2.25 2.25-2.25h.25a1.5 1.5 0 0 0 0-3h-.25c-1.24 0-2.25-1-2.25-2.25V7.5h-2.25c-1.24 0-2.25-1-2.25-2.25V4.5c0-.83-.67-1.5-1.5-1.5\"/>\n</svg>"],
@@ -138,9 +147,12 @@ export const iconRegistry = new Map([
138
147
  ['square-arrow-up', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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>"],
139
148
  ['square-on-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
140
149
  ['square-plus-on-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 13h3v2h-3v3h-2v-3h-3v-2h3v-3h2z\"/>\n\t<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>"],
150
+ ['star', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.55 1.8a.5.5 0 0 1 .9 0l2.56 6.14a.5.5 0 0 0 .41.3l6.63.53a.5.5 0 0 1 .28.87l-5.05 4.32a.5.5 0 0 0-.16.49l1.54 6.46c.1.4-.3.72-.66.57l-5.74-3.5a.5.5 0 0 0-.52 0L6 21.48a.5.5 0 0 1-.66-.57l1.54-6.46a.5.5 0 0 0-.16-.49L1.67 9.64a.5.5 0 0 1 .28-.87l6.63-.53a.5.5 0 0 0 .41-.3zm-.71 6.9a2.5 2.5 0 0 1-2.1 1.54l-3.01.24 2.3 1.96a2.5 2.5 0 0 1 .8 2.47l-.7 2.94 2.72-1.66a2.5 2.5 0 0 1 2.45.09l2.58 1.57-.7-2.94c-.22-.9.09-1.86.8-2.47l2.3-1.96-3.02-.24a2.5 2.5 0 0 1-2.1-1.53L12 5.9z\"/>\n</svg>"],
151
+ ['star-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.55 1.8a.5.5 0 0 1 .9 0l2.56 6.14a.5.5 0 0 0 .41.3l6.63.53a.5.5 0 0 1 .28.87l-5.05 4.32a.5.5 0 0 0-.16.49l1.54 6.46a.5.5 0 0 1-.73.54l-5.67-3.47a.5.5 0 0 0-.52 0l-5.67 3.47a.5.5 0 0 1-.73-.54l1.54-6.46a.5.5 0 0 0-.16-.49L1.67 9.64a.5.5 0 0 1 .28-.87l6.63-.53a.5.5 0 0 0 .41-.3z\"/>\n</svg>"],
141
152
  ['starburst-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.17 1.48a.95.95 0 0 1 1.66 0l.87 1.55c.26.47.85.63 1.31.36l1.53-.91a.95.95 0 0 1 1.44.83l-.03 1.77c0 .54.43.97.97.97l1.77-.03c.75 0 1.21.8.83 1.44l-.9 1.53a.95.95 0 0 0 .35 1.31l1.55.87a.95.95 0 0 1 0 1.66l-1.55.87A.95.95 0 0 0 20.6 15l.91 1.53a.95.95 0 0 1-.83 1.44l-1.77-.03a.95.95 0 0 0-.97.97l.03 1.77a.95.95 0 0 1-1.44.83l-1.53-.9a.95.95 0 0 0-1.31.35l-.87 1.55a.95.95 0 0 1-1.66 0l-.87-1.55A.95.95 0 0 0 9 20.6l-1.53.91a.95.95 0 0 1-1.44-.83l.03-1.77a.95.95 0 0 0-.97-.97l-1.77.03a.95.95 0 0 1-.83-1.44l.9-1.53a.95.95 0 0 0-.35-1.31l-1.55-.87a.95.95 0 0 1 0-1.66l1.55-.87A.95.95 0 0 0 3.4 9l-.91-1.53a.95.95 0 0 1 .83-1.44l1.77.03c.54 0 .97-.43.97-.97l-.03-1.77a.95.95 0 0 1 1.44-.83l1.53.9a.95.95 0 0 0 1.31-.35z\"/>\n</svg>"],
142
153
  ['sun', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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\t<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>"],
143
154
  ['table-badge-arrow-down', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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>"],
155
+ ['tag', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21.24 5.2a3 3 0 0 1 .74 2.34l-.43 3.88a3 3 0 0 1-.86 1.79l-7.92 7.92a3.04 3.04 0 0 1-4.13.1l-5.88-5.87a3.04 3.04 0 0 1 .1-4.13L10.8 3.3a3 3 0 0 1 1.79-.86l3.88-.43a3 3 0 0 1 2.33.74l.13.12 2.2 2.2zm-3.74-.9a1 1 0 0 0-.82-.3l-3.88.44a1 1 0 0 0-.6.28l-7.92 7.92a1 1 0 0 0 0 1.42l5.66 5.65a1 1 0 0 0 1.41 0l7.92-7.92a1 1 0 0 0 .29-.6l.43-3.88a1 1 0 0 0-.29-.81zm-1.02 3.22a1.5 1.5 0 1 1-2.12 2.12 1.5 1.5 0 0 1 2.12-2.12\"/>\n</svg>"],
144
156
  ['terminal', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m11.4 12-4 4L6 14.6 8.57 12 6 9.4 7.4 8zM18 16h-6v-2h6z\"/>\n\t<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>"],
145
157
  ['text-quote', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M17 20H3v-2h14zM21 15.5H3v-2h18zM7.22 6.1a3 3 0 0 0-1.55 1.02A2 2 0 1 1 3 9a5 5 0 0 1 3.7-4.83zM12.22 6.1a3 3 0 0 0-1.55 1.02A2 2 0 1 1 8 9a5 5 0 0 1 3.7-4.83zM21 11h-6.5V9H21zM21 6.5h-6.5v-2H21z\"/>\n</svg>"],
146
158
  ['timer', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1-8.66 5l1.73 1A8 8 0 1 0 13 4.06V7h-2V2z\"/>\n\t<path fill=\"currentColor\" d=\"M12.5 11.13a1 1 0 0 1-1 1.74l-5.2-3 1-1.74z\"/>\n</svg>"],
@@ -1 +1 @@
1
- {"version":3,"file":"icon-registry.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-registry.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"icon-registry.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-registry.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,151 @@
1
+ /**
2
+ * Nederlandse Digitale Dienst Image Component (Lit + TypeScript)
3
+ *
4
+ * Wraps a native `<img>` with design-system styling: corner radius variants,
5
+ * aspect-ratio reservation, object-fit/position control, optional caption +
6
+ * credit. Renders as `<figure>` + `<figcaption>` only when a caption or credit
7
+ * is set — otherwise just the image, no extra wrapping.
8
+ *
9
+ * Hybrid source: the `src` attribute renders an internal `<img>`. To use a
10
+ * custom `<img>` or `<picture>` (e.g. with art-direction sources), slot it
11
+ * into the default slot and we'll style and wrap it like our own image.
12
+ *
13
+ * @element nldd-image
14
+ *
15
+ * @attr {string} src - Image URL
16
+ * @attr {string} alt - Alt text. Required unless `decorative`.
17
+ * @attr {string} srcset - Responsive source set
18
+ * @attr {string} sizes - Source sizes hint
19
+ * @attr {number|'full'} width - Display width. `full` (default) fills the parent.
20
+ * A numeric value sets host `max-width` AND the `<img>` layout-hint width.
21
+ * @attr {number} height - Intrinsic height (for layout reservation)
22
+ * @attr {'lazy'|'eager'} loading - Loading strategy (default: 'lazy').
23
+ * Lazy defers fetch until the image is near the viewport — the right
24
+ * choice for below-the-fold content. Set to 'eager' on images that
25
+ * appear in the initial viewport, especially the LCP candidate (hero
26
+ * illustration, top-of-list thumbnail); leaving them lazy silently
27
+ * regresses Core Web Vitals because the LCP fetch waits for the
28
+ * intersection observer. Pair with `fetchpriority="high"` on the LCP
29
+ * image for the strongest signal.
30
+ * @attr {'async'|'sync'|'auto'} decoding - Decoding hint (default: 'async')
31
+ * @attr {'high'|'low'|'auto'} fetchpriority - Fetch priority hint
32
+ * @attr {string} aspect-ratio - Aspect ratio in CSS form (e.g. "16/9", "1/1", "4/3").
33
+ * "16:9" colon notation is also accepted for convenience.
34
+ * @attr {'cover'|'contain'|'fill'|'scale-down'|'none'} object-fit - default: 'cover'
35
+ * @attr {'center'|'top'|'bottom'|'left'|'right'} object-position - default: 'center'
36
+ * @attr {'square'|'rounded'|'circle'} shape - Corner shape (default: 'rounded')
37
+ * @attr {string} caption - Caption text shown below the image
38
+ * @attr {string} credit - Smaller credit/attribution text shown beside the caption
39
+ * @attr {boolean} decorative - Decorative image: alt is forced empty + aria-hidden
40
+ * @attr {string} lqip - Low-quality image placeholder as a CSV string
41
+ * `"base,c1,c2,c3,c4,c5,c6"` — seven 0-255 bytes, each packing an 8-bit
42
+ * Oklab triplet (2 bits L, 3 bits a, 3 bits b). The first is the base
43
+ * color shown outside the cell gradients; the other six are per-cell
44
+ * colors in row-major 3×2 order. Generate via the encoder in
45
+ * `lqip-encoder.ts` or via the "LQIP encoder tool" Storybook story.
46
+ * Extends Lean Rada's CSS-only LQIP (https://leanrada.com/notes/css-only-lqip/)
47
+ * with per-cell hue — Lean's original format encodes grayscale cells only;
48
+ * ours encodes a color per cell so multi-color subjects survive the
49
+ * placeholder.
50
+ *
51
+ * @slot - Custom `<img>` or `<picture>` (overrides the src-based default).
52
+ * The internal `error` listener is attached only to the built-in `<img>`, so
53
+ * slotted content does not trigger the error-state overlay automatically.
54
+ * Consumers slotting their own image are responsible for handling its
55
+ * error state (e.g. swapping the slot content or styling a fallback).
56
+ * @slot caption - Rich caption content (overrides the `caption` attribute)
57
+ */
58
+ import { LitElement } from 'lit';
59
+ import type { NLDDImageTranslations } from './image.i18n.js';
60
+ import '../icon/icon.js';
61
+ export type ImageShape = 'square' | 'rounded' | 'circle';
62
+ export type ImageObjectFit = 'cover' | 'contain' | 'fill' | 'scale-down' | 'none';
63
+ export type ImageObjectPosition = 'center' | 'top' | 'bottom' | 'left' | 'right';
64
+ export type ImageLoading = 'lazy' | 'eager';
65
+ export type ImageDecoding = 'async' | 'sync' | 'auto';
66
+ export type ImageFetchPriority = 'high' | 'low' | 'auto';
67
+ export declare class NLDDImage extends LitElement {
68
+ static styles: import("lit").CSSResult;
69
+ src: string;
70
+ alt: string;
71
+ srcset: string;
72
+ sizes: string;
73
+ /** `'full'` (fills the parent) or a numeric pixel string like `'320'`.
74
+ * Typed as `string` because `type: String` means a `width="320"`
75
+ * attribute arrives as the string `"320"`, not the number `320` — the
76
+ * `_numericWidth` getter owns all parsing. A consumer setting the
77
+ * property directly should pass a string (`el.width = '320'`). */
78
+ width: string;
79
+ height?: number;
80
+ loading: ImageLoading;
81
+ decoding: ImageDecoding;
82
+ fetchPriority?: ImageFetchPriority;
83
+ aspectRatio: string;
84
+ objectFit: ImageObjectFit;
85
+ objectPosition: ImageObjectPosition;
86
+ shape: ImageShape;
87
+ caption: string;
88
+ credit: string;
89
+ decorative: boolean;
90
+ lqip: string;
91
+ /** Override one or more translation keys. Unspecified keys fall back to Dutch. */
92
+ translations: Partial<NLDDImageTranslations>;
93
+ _t(key: keyof NLDDImageTranslations): string;
94
+ /** Cache key — the raw lqip attribute string at the time of the last
95
+ * parse. Lit dirty-checks by reference, so without caching every render
96
+ * would emit a fresh object + array and force downstream re-evaluation
97
+ * even when the attribute hasn't changed. Matters when many images live
98
+ * in a virtualised list. */
99
+ private _parsedLqipKey?;
100
+ private _parsedLqipValue;
101
+ /** Parsed LQIP: 7 numbers in [0, 255] — base + 6 cells — or null when the
102
+ * attribute is empty or malformed. Memoised against the raw lqip string,
103
+ * so successive reads return the same object reference until the
104
+ * attribute changes. */
105
+ get _parsedLqip(): {
106
+ base: number;
107
+ cells: number[];
108
+ } | null;
109
+ _hasSlottedCaption: boolean;
110
+ /** Tracks whether the internal <img> has finished loading. While false and
111
+ * an LQIP value is set, the image stays hidden so the placeholder shows. */
112
+ _imageLoaded: boolean;
113
+ /** Set when the internal <img> fires an error event (404, network error,
114
+ * decode failure, …). The template uses this to render a fallback UI
115
+ * with an icon + the alt text. */
116
+ _imageErrored: boolean;
117
+ /** Convert "16:9" → "16/9" so the CSS `aspect-ratio` parser accepts it.
118
+ * Already-slashed values pass through untouched. */
119
+ get _cssAspectRatio(): string;
120
+ /** Width parsed as a positive number if it isn't 'full'. Undefined when
121
+ * the host should fill its parent (no max-width and no <img width> hint).
122
+ * Empty / NaN / non-positive values fall back to undefined.
123
+ *
124
+ * Sentinel behavior: `width="0"` (and any other non-positive value)
125
+ * silently behaves as `width="full"`. A zero-width image is meaningless,
126
+ * so we treat the input as the consumer's mistake rather than a literal
127
+ * request — a DEV-mode warn flags it during development. */
128
+ get _numericWidth(): number | undefined;
129
+ /** DEV-only "bad width" warning latch; see _numericWidth. */
130
+ private _warnedWidth;
131
+ get _hasCaption(): boolean;
132
+ willUpdate(changed: Map<string, unknown>): void;
133
+ updated(changed: Map<string, unknown>): void;
134
+ /** DEV-only "missing alt" warning latch; see updated(). */
135
+ private _warnedAlt;
136
+ firstUpdated(): void;
137
+ _onImageLoad: () => void;
138
+ _onImageError: () => void;
139
+ /** Recompute _hasSlottedCaption from a caption slot's assigned nodes.
140
+ * Takes the slot directly so both the slotchange handler and the
141
+ * firstUpdated initial-sync can call it — no synthetic Event needed. */
142
+ _syncSlottedCaption(slot: HTMLSlotElement): void;
143
+ _onCaptionSlotChange: (e: Event) => void;
144
+ render(): import("lit-html").TemplateResult<1>;
145
+ }
146
+ declare global {
147
+ interface HTMLElementTagNameMap {
148
+ 'nldd-image': NLDDImage;
149
+ }
150
+ }
151
+ //# sourceMappingURL=image.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../../src/components/content/image/image.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,iBAAiB,CAAC;AAEzB,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,CAAC;AACzD,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,YAAY,GAAG,MAAM,CAAC;AAClF,MAAM,MAAM,mBAAmB,GAAG,QAAQ,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AACjF,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,OAAO,CAAC;AAC5C,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;AACtD,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,CAAC;AAEzD,qBACa,SAAU,SAAQ,UAAU;IACxC,OAAgB,MAAM,0BAAe;IAGrC,GAAG,SAAM;IAGT,GAAG,SAAM;IAGT,MAAM,SAAM;IAGZ,KAAK,SAAM;IAEX;;;;uEAImE;IAEnE,KAAK,EAAE,MAAM,CAAU;IAGvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,OAAO,EAAE,YAAY,CAAU;IAG/B,QAAQ,EAAE,aAAa,CAAW;IAGlC,aAAa,CAAC,EAAE,kBAAkB,CAAC;IAGnC,WAAW,SAAM;IAGjB,SAAS,EAAE,cAAc,CAAW;IAGpC,cAAc,EAAE,mBAAmB,CAAY;IAG/C,KAAK,EAAE,UAAU,CAAa;IAG9B,OAAO,SAAM;IAGb,MAAM,SAAM;IAGZ,UAAU,UAAS;IAGnB,IAAI,SAAM;IAEV,kFAAkF;IAElF,YAAY,EAAE,OAAO,CAAC,qBAAqB,CAAC,CAAM;IAE3C,EAAE,CAAC,GAAG,EAAE,MAAM,qBAAqB,GAAG,MAAM;IAInD;;;;iCAI6B;IAC7B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,gBAAgB,CAAkD;IAE1E;;;6BAGyB;IACzB,IAAI,WAAW,IAAI;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,EAAE,CAAA;KAAE,GAAG,IAAI,CAoB1D;IAGD,kBAAkB,UAAS;IAE3B;iFAC6E;IAE7E,YAAY,UAAS;IAErB;;uCAEmC;IAEnC,aAAa,UAAS;IAEtB;yDACqD;IACrD,IAAI,eAAe,IAAI,MAAM,CAG5B;IAED;;;;;;;iEAO6D;IAC7D,IAAI,aAAa,IAAI,MAAM,GAAG,SAAS,CAStC;IAED,6DAA6D;IAC7D,OAAO,CAAC,YAAY,CAAS;IAE7B,IAAI,WAAW,IAAI,OAAO,CAEzB;IAEQ,UAAU,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAY/C,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IA6BrD,2DAA2D;IAC3D,OAAO,CAAC,UAAU,CAAS;IAElB,YAAY,IAAI,IAAI;IAgB7B,YAAY,QAAO,IAAI,CAGrB;IAEF,aAAa,QAAO,IAAI,CAGtB;IAEF;;6EAEyE;IACzE,mBAAmB,CAAC,IAAI,EAAE,eAAe,GAAG,IAAI;IAUhD,oBAAoB,GAAI,GAAG,KAAK,KAAG,IAAI,CAErC;IAEO,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,YAAY,EAAE,SAAS,CAAC;KACxB;CACD"}