@nldd/design-system 0.8.44 → 0.8.46

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 (384) hide show
  1. package/dist/components/actions/button/button.d.ts +3 -0
  2. package/dist/components/actions/button/button.d.ts.map +1 -1
  3. package/dist/components/actions/button/button.js +26 -0
  4. package/dist/components/actions/button/button.js.map +1 -1
  5. package/dist/components/actions/button/button.styles.d.ts.map +1 -1
  6. package/dist/components/actions/button/button.styles.js +170 -292
  7. package/dist/components/actions/button/button.styles.js.map +1 -1
  8. package/dist/components/actions/button/button.template.d.ts.map +1 -1
  9. package/dist/components/actions/button/button.template.js +4 -1
  10. package/dist/components/actions/button/button.template.js.map +1 -1
  11. package/dist/components/actions/button-bar/button-bar.styles.d.ts.map +1 -1
  12. package/dist/components/actions/button-bar/button-bar.styles.js +33 -79
  13. package/dist/components/actions/button-bar/button-bar.styles.js.map +1 -1
  14. package/dist/components/actions/button-group/button-group.styles.d.ts.map +1 -1
  15. package/dist/components/actions/button-group/button-group.styles.js +24 -37
  16. package/dist/components/actions/button-group/button-group.styles.js.map +1 -1
  17. package/dist/components/actions/icon-button/icon-button.d.ts +2 -0
  18. package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
  19. package/dist/components/actions/icon-button/icon-button.js +23 -0
  20. package/dist/components/actions/icon-button/icon-button.js.map +1 -1
  21. package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -1
  22. package/dist/components/actions/icon-button/icon-button.styles.js +166 -292
  23. package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -1
  24. package/dist/components/actions/split-button/split-button.styles.d.ts.map +1 -1
  25. package/dist/components/actions/split-button/split-button.styles.js +32 -67
  26. package/dist/components/actions/split-button/split-button.styles.js.map +1 -1
  27. package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -1
  28. package/dist/components/actions/toolbar/toolbar.js +1 -0
  29. package/dist/components/actions/toolbar/toolbar.js.map +1 -1
  30. package/dist/components/actions/toolbar/toolbar.styles.d.ts.map +1 -1
  31. package/dist/components/actions/toolbar/toolbar.styles.js +42 -95
  32. package/dist/components/actions/toolbar/toolbar.styles.js.map +1 -1
  33. package/dist/components/components.js +1 -1
  34. package/dist/components/content/blockquote/blockquote.d.ts +1 -9
  35. package/dist/components/content/blockquote/blockquote.d.ts.map +1 -1
  36. package/dist/components/content/blockquote/blockquote.js +1 -6
  37. package/dist/components/content/blockquote/blockquote.js.map +1 -1
  38. package/dist/components/content/blockquote/blockquote.styles.d.ts.map +1 -1
  39. package/dist/components/content/blockquote/blockquote.styles.js +11 -10
  40. package/dist/components/content/blockquote/blockquote.styles.js.map +1 -1
  41. package/dist/components/content/blockquote/blockquote.template.d.ts.map +1 -1
  42. package/dist/components/content/blockquote/blockquote.template.js +4 -7
  43. package/dist/components/content/blockquote/blockquote.template.js.map +1 -1
  44. package/dist/components/content/code/code.d.ts +4 -0
  45. package/dist/components/content/code/code.d.ts.map +1 -1
  46. package/dist/components/content/code/code.js +20 -0
  47. package/dist/components/content/code/code.js.map +1 -1
  48. package/dist/components/content/code/code.styles.d.ts.map +1 -1
  49. package/dist/components/content/code/code.styles.js +7 -23
  50. package/dist/components/content/code/code.styles.js.map +1 -1
  51. package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
  52. package/dist/components/content/icon/icon-aliases.js +16 -7
  53. package/dist/components/content/icon/icon-aliases.js.map +1 -1
  54. package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
  55. package/dist/components/content/icon/icon-registry.js +7 -1
  56. package/dist/components/content/icon/icon-registry.js.map +1 -1
  57. package/dist/components/content/icon/icon.d.ts +26 -1
  58. package/dist/components/content/icon/icon.d.ts.map +1 -1
  59. package/dist/components/content/icon/icon.js +30 -1
  60. package/dist/components/content/icon/icon.js.map +1 -1
  61. package/dist/components/content/icon/icon.styles.d.ts.map +1 -1
  62. package/dist/components/content/icon/icon.styles.js +65 -14
  63. package/dist/components/content/icon/icon.styles.js.map +1 -1
  64. package/dist/components/content/icon/icon.template.d.ts.map +1 -1
  65. package/dist/components/content/icon/icon.template.js +1 -5
  66. package/dist/components/content/icon/icon.template.js.map +1 -1
  67. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts.map +1 -1
  68. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +7 -13
  69. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js.map +1 -1
  70. package/dist/components/content/tag/tag.d.ts +5 -0
  71. package/dist/components/content/tag/tag.d.ts.map +1 -1
  72. package/dist/components/content/tag/tag.js +22 -0
  73. package/dist/components/content/tag/tag.js.map +1 -1
  74. package/dist/components/content/tag/tag.styles.d.ts.map +1 -1
  75. package/dist/components/content/tag/tag.styles.js +12 -23
  76. package/dist/components/content/tag/tag.styles.js.map +1 -1
  77. package/dist/components/content/tag/tag.template.d.ts.map +1 -1
  78. package/dist/components/content/tag/tag.template.js +12 -8
  79. package/dist/components/content/tag/tag.template.js.map +1 -1
  80. package/dist/components/content/title/title.styles.d.ts.map +1 -1
  81. package/dist/components/content/title/title.styles.js +84 -97
  82. package/dist/components/content/title/title.styles.js.map +1 -1
  83. package/dist/components/content/tooltip/tooltip.styles.d.ts.map +1 -1
  84. package/dist/components/content/tooltip/tooltip.styles.js +12 -15
  85. package/dist/components/content/tooltip/tooltip.styles.js.map +1 -1
  86. package/dist/components/forms/form-actions/form-actions.styles.d.ts.map +1 -1
  87. package/dist/components/forms/form-actions/form-actions.styles.js +16 -16
  88. package/dist/components/forms/form-actions/form-actions.styles.js.map +1 -1
  89. package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -1
  90. package/dist/components/forms/form-field/form-field.styles.js +42 -49
  91. package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
  92. package/dist/components/{index-1v33GjGX.js → index-BvNDgQGM.js} +3494 -5439
  93. package/dist/components/inputs/checkbox/checkbox.styles.d.ts.map +1 -1
  94. package/dist/components/inputs/checkbox/checkbox.styles.js +4 -25
  95. package/dist/components/inputs/checkbox/checkbox.styles.js.map +1 -1
  96. package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts.map +1 -1
  97. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js +3 -6
  98. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js.map +1 -1
  99. package/dist/components/inputs/code-editor/code-editor.styles.d.ts.map +1 -1
  100. package/dist/components/inputs/code-editor/code-editor.styles.js +15 -17
  101. package/dist/components/inputs/code-editor/code-editor.styles.js.map +1 -1
  102. package/dist/components/inputs/combo-box/combo-box.d.ts +2 -0
  103. package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
  104. package/dist/components/inputs/combo-box/combo-box.js +5 -0
  105. package/dist/components/inputs/combo-box/combo-box.js.map +1 -1
  106. package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -1
  107. package/dist/components/inputs/combo-box/combo-box.styles.js +33 -61
  108. package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -1
  109. package/dist/components/inputs/combo-box/combo-box.template.d.ts.map +1 -1
  110. package/dist/components/inputs/combo-box/combo-box.template.js +1 -0
  111. package/dist/components/inputs/combo-box/combo-box.template.js.map +1 -1
  112. package/dist/components/inputs/dropdown/dropdown.d.ts +8 -0
  113. package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -1
  114. package/dist/components/inputs/dropdown/dropdown.js +17 -0
  115. package/dist/components/inputs/dropdown/dropdown.js.map +1 -1
  116. package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -1
  117. package/dist/components/inputs/dropdown/dropdown.styles.js +82 -97
  118. package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -1
  119. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts +2 -0
  120. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts.map +1 -1
  121. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js +5 -0
  122. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js.map +1 -1
  123. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.d.ts.map +1 -1
  124. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js +32 -59
  125. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js.map +1 -1
  126. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.d.ts.map +1 -1
  127. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.js +1 -0
  128. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.js.map +1 -1
  129. package/dist/components/inputs/number-field/number-field.styles.d.ts.map +1 -1
  130. package/dist/components/inputs/number-field/number-field.styles.js +27 -52
  131. package/dist/components/inputs/number-field/number-field.styles.js.map +1 -1
  132. package/dist/components/inputs/password-field/password-field.styles.d.ts.map +1 -1
  133. package/dist/components/inputs/password-field/password-field.styles.js +42 -89
  134. package/dist/components/inputs/password-field/password-field.styles.js.map +1 -1
  135. package/dist/components/inputs/password-field/password-field.template.d.ts.map +1 -1
  136. package/dist/components/inputs/password-field/password-field.template.js +1 -0
  137. package/dist/components/inputs/password-field/password-field.template.js.map +1 -1
  138. package/dist/components/inputs/radio-button/radio-button.styles.d.ts.map +1 -1
  139. package/dist/components/inputs/radio-button/radio-button.styles.js +5 -26
  140. package/dist/components/inputs/radio-button/radio-button.styles.js.map +1 -1
  141. package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts.map +1 -1
  142. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js +3 -6
  143. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js.map +1 -1
  144. package/dist/components/inputs/search-field/search-field.d.ts +2 -0
  145. package/dist/components/inputs/search-field/search-field.d.ts.map +1 -1
  146. package/dist/components/inputs/search-field/search-field.js +5 -0
  147. package/dist/components/inputs/search-field/search-field.js.map +1 -1
  148. package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -1
  149. package/dist/components/inputs/search-field/search-field.styles.js +38 -73
  150. package/dist/components/inputs/search-field/search-field.styles.js.map +1 -1
  151. package/dist/components/inputs/search-field/search-field.template.d.ts.map +1 -1
  152. package/dist/components/inputs/search-field/search-field.template.js +1 -0
  153. package/dist/components/inputs/search-field/search-field.template.js.map +1 -1
  154. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
  155. package/dist/components/inputs/segmented-control/segmented-control.styles.js +44 -55
  156. package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
  157. package/dist/components/inputs/segmented-control/segmented-control.template.js +1 -1
  158. package/dist/components/inputs/segmented-control/segmented-control.template.js.map +1 -1
  159. package/dist/components/inputs/stepper/stepper.styles.d.ts.map +1 -1
  160. package/dist/components/inputs/stepper/stepper.styles.js +16 -30
  161. package/dist/components/inputs/stepper/stepper.styles.js.map +1 -1
  162. package/dist/components/inputs/switch/switch.styles.d.ts.map +1 -1
  163. package/dist/components/inputs/switch/switch.styles.js +26 -69
  164. package/dist/components/inputs/switch/switch.styles.js.map +1 -1
  165. package/dist/components/inputs/switch-field/switch-field.styles.d.ts.map +1 -1
  166. package/dist/components/inputs/switch-field/switch-field.styles.js +3 -6
  167. package/dist/components/inputs/switch-field/switch-field.styles.js.map +1 -1
  168. package/dist/components/inputs/text-field/text-field.d.ts +2 -0
  169. package/dist/components/inputs/text-field/text-field.d.ts.map +1 -1
  170. package/dist/components/inputs/text-field/text-field.js +5 -0
  171. package/dist/components/inputs/text-field/text-field.js.map +1 -1
  172. package/dist/components/inputs/text-field/text-field.styles.d.ts.map +1 -1
  173. package/dist/components/inputs/text-field/text-field.styles.js +30 -67
  174. package/dist/components/inputs/text-field/text-field.styles.js.map +1 -1
  175. package/dist/components/inputs/text-field/text-field.template.d.ts.map +1 -1
  176. package/dist/components/inputs/text-field/text-field.template.js +1 -0
  177. package/dist/components/inputs/text-field/text-field.template.js.map +1 -1
  178. package/dist/components/inputs/toggle-button/toggle-button.d.ts +5 -1
  179. package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -1
  180. package/dist/components/inputs/toggle-button/toggle-button.js +16 -2
  181. package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -1
  182. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -1
  183. package/dist/components/inputs/toggle-button/toggle-button.styles.js +61 -96
  184. package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -1
  185. package/dist/components/inputs/toggle-button/toggle-button.template.d.ts.map +1 -1
  186. package/dist/components/inputs/toggle-button/toggle-button.template.js +10 -4
  187. package/dist/components/inputs/toggle-button/toggle-button.template.js.map +1 -1
  188. package/dist/components/inputs/token/token.styles.d.ts.map +1 -1
  189. package/dist/components/inputs/token/token.styles.js +33 -49
  190. package/dist/components/inputs/token/token.styles.js.map +1 -1
  191. package/dist/components/layout/app-view/app-view.styles.d.ts.map +1 -1
  192. package/dist/components/layout/app-view/app-view.styles.js +13 -7
  193. package/dist/components/layout/app-view/app-view.styles.js.map +1 -1
  194. package/dist/components/layout/card/card.styles.d.ts.map +1 -1
  195. package/dist/components/layout/card/card.styles.js +1 -7
  196. package/dist/components/layout/card/card.styles.js.map +1 -1
  197. package/dist/components/layout/collection/collection.styles.d.ts.map +1 -1
  198. package/dist/components/layout/collection/collection.styles.js +17 -39
  199. package/dist/components/layout/collection/collection.styles.js.map +1 -1
  200. package/dist/components/layout/collection/collection.template.d.ts.map +1 -1
  201. package/dist/components/layout/collection/collection.template.js +1 -0
  202. package/dist/components/layout/collection/collection.template.js.map +1 -1
  203. package/dist/components/layout/container/container.d.ts +41 -43
  204. package/dist/components/layout/container/container.d.ts.map +1 -1
  205. package/dist/components/layout/container/container.js +143 -132
  206. package/dist/components/layout/container/container.js.map +1 -1
  207. package/dist/components/layout/container/container.styles.d.ts.map +1 -1
  208. package/dist/components/layout/container/container.styles.js +87 -1133
  209. package/dist/components/layout/container/container.styles.js.map +1 -1
  210. package/dist/components/layout/container/container.template.d.ts.map +1 -1
  211. package/dist/components/layout/container/container.template.js +1 -5
  212. package/dist/components/layout/container/container.template.js.map +1 -1
  213. package/dist/components/layout/divider/divider.styles.d.ts.map +1 -1
  214. package/dist/components/layout/divider/divider.styles.js +3 -1
  215. package/dist/components/layout/divider/divider.styles.js.map +1 -1
  216. package/dist/components/layout/page/page.styles.d.ts.map +1 -1
  217. package/dist/components/layout/page/page.styles.js +13 -19
  218. package/dist/components/layout/page/page.styles.js.map +1 -1
  219. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts.map +1 -1
  220. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +6 -15
  221. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -1
  222. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts.map +1 -1
  223. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +12 -11
  224. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -1
  225. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts.map +1 -1
  226. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +12 -11
  227. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -1
  228. package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts.map +1 -1
  229. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +6 -15
  230. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -1
  231. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts.map +1 -1
  232. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +12 -11
  233. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -1
  234. package/dist/components/layout/popover/popover.d.ts +2 -1
  235. package/dist/components/layout/popover/popover.d.ts.map +1 -1
  236. package/dist/components/layout/popover/popover.js +21 -4
  237. package/dist/components/layout/popover/popover.js.map +1 -1
  238. package/dist/components/layout/popover/popover.styles.d.ts.map +1 -1
  239. package/dist/components/layout/popover/popover.styles.js +7 -12
  240. package/dist/components/layout/popover/popover.styles.js.map +1 -1
  241. package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -1
  242. package/dist/components/layout/sheet/sheet.styles.js +27 -38
  243. package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
  244. package/dist/components/layout/spacer/spacer.styles.d.ts.map +1 -1
  245. package/dist/components/layout/spacer/spacer.styles.js +12 -4
  246. package/dist/components/layout/spacer/spacer.styles.js.map +1 -1
  247. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts.map +1 -1
  248. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +23 -20
  249. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js.map +1 -1
  250. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts.map +1 -1
  251. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +65 -78
  252. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js.map +1 -1
  253. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts.map +1 -1
  254. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +19 -12
  255. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js.map +1 -1
  256. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.d.ts.map +1 -1
  257. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js +25 -45
  258. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js.map +1 -1
  259. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts.map +1 -1
  260. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +21 -7
  261. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js.map +1 -1
  262. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts.map +1 -1
  263. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +19 -12
  264. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js.map +1 -1
  265. package/dist/components/layout/window/window.styles.d.ts.map +1 -1
  266. package/dist/components/layout/window/window.styles.js +18 -26
  267. package/dist/components/layout/window/window.styles.js.map +1 -1
  268. package/dist/components/lists-and-menus/cells/cell/cell.styles.d.ts.map +1 -1
  269. package/dist/components/lists-and-menus/cells/cell/cell.styles.js +12 -11
  270. package/dist/components/lists-and-menus/cells/cell/cell.styles.js.map +1 -1
  271. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.d.ts.map +1 -1
  272. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js +23 -26
  273. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js.map +1 -1
  274. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.d.ts.map +1 -1
  275. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js +15 -21
  276. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js.map +1 -1
  277. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.d.ts.map +1 -1
  278. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js +40 -92
  279. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js.map +1 -1
  280. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.d.ts.map +1 -1
  281. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js +26 -25
  282. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js.map +1 -1
  283. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts.map +1 -1
  284. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js +64 -125
  285. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js.map +1 -1
  286. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts.map +1 -1
  287. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js +71 -132
  288. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js.map +1 -1
  289. package/dist/components/lists-and-menus/list/list.styles.d.ts.map +1 -1
  290. package/dist/components/lists-and-menus/list/list.styles.js +20 -47
  291. package/dist/components/lists-and-menus/list/list.styles.js.map +1 -1
  292. package/dist/components/lists-and-menus/list-item/list-item.styles.d.ts.map +1 -1
  293. package/dist/components/lists-and-menus/list-item/list-item.styles.js +29 -20
  294. package/dist/components/lists-and-menus/list-item/list-item.styles.js.map +1 -1
  295. package/dist/components/lists-and-menus/menu/menu.d.ts +28 -9
  296. package/dist/components/lists-and-menus/menu/menu.d.ts.map +1 -1
  297. package/dist/components/lists-and-menus/menu/menu.js +105 -26
  298. package/dist/components/lists-and-menus/menu/menu.js.map +1 -1
  299. package/dist/components/lists-and-menus/menu/menu.styles.d.ts.map +1 -1
  300. package/dist/components/lists-and-menus/menu/menu.styles.js +88 -135
  301. package/dist/components/lists-and-menus/menu/menu.styles.js.map +1 -1
  302. package/dist/components/lists-and-menus/menu/menu.template.js +2 -2
  303. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -1
  304. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +10 -6
  305. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -1
  306. package/dist/components/navigation/link/link.styles.d.ts.map +1 -1
  307. package/dist/components/navigation/link/link.styles.js +24 -33
  308. package/dist/components/navigation/link/link.styles.js.map +1 -1
  309. package/dist/components/navigation/menu-bar/menu-bar.d.ts +8 -8
  310. package/dist/components/navigation/menu-bar/menu-bar.d.ts.map +1 -1
  311. package/dist/components/navigation/menu-bar/menu-bar.js +34 -15
  312. package/dist/components/navigation/menu-bar/menu-bar.js.map +1 -1
  313. package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts.map +1 -1
  314. package/dist/components/navigation/menu-bar/menu-bar.styles.js +3 -2
  315. package/dist/components/navigation/menu-bar/menu-bar.styles.js.map +1 -1
  316. package/dist/components/navigation/menu-bar/menu-bar.template.d.ts.map +1 -1
  317. package/dist/components/navigation/menu-bar/menu-bar.template.js +1 -0
  318. package/dist/components/navigation/menu-bar/menu-bar.template.js.map +1 -1
  319. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +2 -1
  320. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -1
  321. package/dist/components/navigation/menu-bar-item/menu-bar-item.js +13 -5
  322. package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -1
  323. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -1
  324. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +9 -11
  325. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -1
  326. package/dist/components/navigation/pagination/pagination.d.ts +8 -0
  327. package/dist/components/navigation/pagination/pagination.d.ts.map +1 -1
  328. package/dist/components/navigation/pagination/pagination.js +11 -0
  329. package/dist/components/navigation/pagination/pagination.js.map +1 -1
  330. package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
  331. package/dist/components/navigation/pagination/pagination.styles.js +80 -27
  332. package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
  333. package/dist/components/navigation/pagination/pagination.template.d.ts.map +1 -1
  334. package/dist/components/navigation/pagination/pagination.template.js +1 -0
  335. package/dist/components/navigation/pagination/pagination.template.js.map +1 -1
  336. package/dist/components/navigation/skip-link/skip-link.styles.d.ts.map +1 -1
  337. package/dist/components/navigation/skip-link/skip-link.styles.js +6 -8
  338. package/dist/components/navigation/skip-link/skip-link.styles.js.map +1 -1
  339. package/dist/components/navigation/tab-bar/tab-bar.d.ts +3 -10
  340. package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -1
  341. package/dist/components/navigation/tab-bar/tab-bar.js +3 -28
  342. package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -1
  343. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
  344. package/dist/components/navigation/tab-bar/tab-bar.styles.js +22 -65
  345. package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
  346. package/dist/components/navigation/tab-bar/tab-bar.template.js +1 -1
  347. package/dist/components/navigation/tab-bar/tab-bar.template.js.map +1 -1
  348. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts +9 -1
  349. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts.map +1 -1
  350. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +56 -17
  351. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -1
  352. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -1
  353. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +13 -7
  354. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
  355. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.d.ts.map +1 -1
  356. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js +6 -10
  357. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js.map +1 -1
  358. package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts.map +1 -1
  359. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +13 -34
  360. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js.map +1 -1
  361. package/dist/components/{prism-typescript-D2EqsCqV.js → prism-typescript-BX4tFNFm.js} +1 -1
  362. package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
  363. package/dist/components/status-and-feedback/badge/badge.styles.js +21 -34
  364. package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
  365. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -1
  366. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +32 -33
  367. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -1
  368. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -1
  369. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +18 -22
  370. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -1
  371. package/dist/css/settings.css +33 -7
  372. package/dist/utilities/color-scheme-repaint.d.ts +44 -0
  373. package/dist/utilities/color-scheme-repaint.d.ts.map +1 -0
  374. package/dist/utilities/color-scheme-repaint.js +88 -0
  375. package/dist/utilities/color-scheme-repaint.js.map +1 -0
  376. package/package.json +11 -8
  377. package/dist/components/content/blockquote/blockquote.i18n.d.ts +0 -5
  378. package/dist/components/content/blockquote/blockquote.i18n.d.ts.map +0 -1
  379. package/dist/components/content/blockquote/blockquote.i18n.js +0 -4
  380. package/dist/components/content/blockquote/blockquote.i18n.js.map +0 -1
  381. package/dist/utilities/popover-guard.d.ts +0 -10
  382. package/dist/utilities/popover-guard.d.ts.map +0 -1
  383. package/dist/utilities/popover-guard.js +0 -10
  384. package/dist/utilities/popover-guard.js.map +0 -1
@@ -5,11 +5,11 @@ export const codeStyles = css `
5
5
  /* # Host */
6
6
 
7
7
  :host {
8
+ --_corner-radius: var(--primitives-corner-radius-lg);
8
9
  --_background-color: var(--semantics-surfaces-tinted-background-color);
9
- --_content-color: var(--semantics-content-color);
10
- --_inline-padding: var(--primitives-space-16);
11
10
  --_block-padding: var(--primitives-space-16);
12
- --_corner-radius: var(--primitives-corner-radius-lg);
11
+ --_inline-padding: var(--primitives-space-16);
12
+ --_content-color: var(--semantics-content-color);
13
13
  --_font: var(--primitives-font-monospace-sm-regular-snug);
14
14
 
15
15
  display: block;
@@ -39,40 +39,27 @@ export const codeStyles = css `
39
39
  word-break: break-word;
40
40
  }
41
41
 
42
- /* When highlighting is active, hide the raw slot output and show the
43
- tokenised <code> instead. The slot stays in the tree as the source
44
- of truth — slotchange listens there and feeds the highlighter.
45
- Lit reflects empty-string properties as language="" attributes,
46
- so we explicitly exclude that case. */
42
+ /* Lit reflects empty-string props as language=""; exclude that case */
47
43
  :host([language]:not([language=""])) slot {
48
44
  display: none;
49
45
  }
50
46
 
51
47
  .code__highlighted {
52
- font: inherit;
53
48
  color: inherit;
49
+ font: inherit;
54
50
  }
55
51
 
56
52
 
57
- /* # Tokens (Prism)
58
- *
59
- * Token theme — Solarized-inspired, mapped to descriptive DS palettes.
60
- * Defaults defined in settings.css under --components-code-token-*;
61
- * consumers can override per-instance to swap colors. Documented in
62
- * the JSDoc of nldd-code (see code.ts). */
53
+ /* # Tokens */
63
54
 
64
55
  .token.comment,
65
56
  .token.prolog,
66
57
  .token.doctype,
67
58
  .token.cdata { color: var(--components-code-token-comment-color); font-style: italic; }
68
-
69
59
  .token.punctuation { color: var(--components-code-token-punctuation-color); }
70
-
71
60
  .token.namespace { opacity: 0.7; }
72
-
73
61
  .token.keyword { color: var(--components-code-token-keyword-color); }
74
- .token.string,
75
- .token.char { color: var(--components-code-token-string-color); }
62
+ .token.string, .token.char { color: var(--components-code-token-string-color); }
76
63
  .token.number { color: var(--components-code-token-number-color); }
77
64
  .token.boolean { color: var(--components-code-token-boolean-color); }
78
65
  .token.null { color: var(--components-code-token-null-color); }
@@ -95,10 +82,7 @@ export const codeStyles = css `
95
82
  .token.symbol { color: var(--components-code-token-symbol-color); }
96
83
  .token.entity { color: var(--components-code-token-entity-color); }
97
84
  .token.variable { color: var(--components-code-token-variable-color); }
98
-
99
- /* YAML key uses the property/keyword slot so YAML reads naturally */
100
85
  .token.key { color: var(--components-code-token-property-color); }
101
-
102
86
  .token.bold { font-weight: bold; }
103
87
  .token.italic { font-style: italic; }
104
88
  `;
@@ -1 +1 @@
1
- {"version":3,"file":"code.styles.js","sourceRoot":"","sources":["../../../../src/components/content/code/code.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsG5B,CAAC"}
1
+ {"version":3,"file":"code.styles.js","sourceRoot":"","sources":["../../../../src/components/content/code/code.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsF5B,CAAC"}
@@ -1 +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,CAuT/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,CAoU/B"}
@@ -53,6 +53,8 @@ export const aliases = {
53
53
  'forward': 'chevron-right',
54
54
  // circle-dashed
55
55
  'icon-placeholder': 'circle-dashed',
56
+ // clipboard-rectangle
57
+ 'paste': 'clipboard-rectangle',
56
58
  // clock
57
59
  'time': 'clock',
58
60
  'now': 'clock',
@@ -107,13 +109,13 @@ export const aliases = {
107
109
  'directories': 'folder-stack',
108
110
  // gear
109
111
  'global-settings': 'gear',
112
+ // globe
113
+ 'languages': 'globe',
110
114
  // heart-filled
111
115
  'favorite': 'heart-filled',
112
116
  'love': 'heart-filled',
113
117
  // house
114
118
  'home': 'house',
115
- // inbox
116
- 'messages': 'inbox',
117
119
  // info-circle
118
120
  'info': 'info-circle',
119
121
  'information': 'info-circle',
@@ -135,11 +137,16 @@ export const aliases = {
135
137
  // lock-open
136
138
  'unlocked': 'lock-open',
137
139
  'unsecure': 'lock-open',
140
+ // scissor
141
+ 'cut': 'scissor',
138
142
  // ship-wheel
139
143
  'k8s': 'ship-wheel',
140
144
  'kubernetes': 'ship-wheel',
141
145
  // magnifier
142
146
  'search': 'magnifier',
147
+ // message-rectangle-text
148
+ 'annotation': 'message-rectangle-text',
149
+ 'comment': 'message-rectangle-text',
143
150
  // minus
144
151
  'remove': 'minus',
145
152
  // minus-small
@@ -195,13 +202,15 @@ export const aliases = {
195
202
  // starburst-filled
196
203
  'new': 'starburst-filled',
197
204
  'promotion': 'starburst-filled',
198
- // square-and-arrow-right
199
- 'logout': 'square-and-arrow-right',
200
- 'exit': 'square-and-arrow-right',
201
- // square-arrow-up
202
- 'share': 'square-arrow-up',
205
+ // square-arrow-right
206
+ 'logout': 'square-arrow-right',
207
+ 'exit': 'square-arrow-right',
208
+ // square-arrow-right-inward
209
+ 'login': 'square-arrow-right-inward',
203
210
  // square-arrow-right-top
204
211
  'external-link': 'square-arrow-right-top',
212
+ // square-arrow-up
213
+ 'share': 'square-arrow-up',
205
214
  // square-on-square
206
215
  'copy': 'square-on-square',
207
216
  // square-plus-on-square
@@ -1 +1 @@
1
- {"version":3,"file":"icon-aliases.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-aliases.js"],"names":[],"mappings":"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"}
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,qBA6IvB,CAAC"}
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"}
@@ -60,6 +60,8 @@ export const iconRegistry = new Map([
60
60
  ['circle-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
61
61
  ['circle-filled-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
62
62
  ['circle-filled-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
63
+ ['clipboard', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 2a1 1 0 0 1 1 1h1a3 3 0 0 1 3 3v13a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h1a1 1 0 0 1 1-1zM7 5a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-1v2c0 .55-.42 1-1 1H9a1 1 0 0 1-1-1V5zm3 1h4V4h-4z\"/>\n</svg>"],
64
+ ['clipboard-rectangle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 10a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-5a3 3 0 0 1-3-3v-7a3 3 0 0 1 3-3zm-5 2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M14 2a1 1 0 0 1 1 1h1a3 3 0 0 1 3 3v3.13c-.65-.17-1.33-.13-2-.13V6a1 1 0 0 0-1-1h-1v2c0 .55-.42 1-1 1H8a1 1 0 0 1-1-1V5H6a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h3a4 4 0 0 0 .54 2H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h1a1 1 0 0 1 1-1zM9 6h4V4H9z\"/>\n</svg>"],
63
65
  ['clock', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m13 11.59 3.24 3.24-1.41 1.41-3.54-3.53A1 1 0 0 1 11 12V6h2z\"/>\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>"],
64
66
  ['clock-arrow-clockwise', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21 8h-6V6h2.29a8 8 0 1 0 1.64 10l1.73 1a10 10 0 0 1-4.83 4.24c-2.06.8-4.26.95-6.42.42A10 10 0 1 1 19 4.86V2h2z\"/>\n\t<path fill=\"currentColor\" d=\"m13 11.59 3.24 3.24-1.41 1.41-3.54-3.53A1 1 0 0 1 11 12V6h2z\"/>\n</svg>"],
65
67
  ['clock-arrow-counter-clockwise', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5 4.86A10 10 0 1 1 3.34 17l1.73-1A8 8 0 1 0 6.71 6H9v2H3V2h2z\"/>\n\t<path fill=\"currentColor\" d=\"m13 11.59 3.24 3.24-1.41 1.41-3.54-3.53A1 1 0 0 1 11 12V6h2z\"/>\n</svg>"],
@@ -89,6 +91,7 @@ export const iconRegistry = new Map([
89
91
  ['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>"],
90
92
  ['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>"],
91
93
  ['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>"],
94
+ ['globe', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m-1 13.52q-1.07.03-2.07.13c.35 1.38.93 2.98 2.07 3.91zm2 4.04c1.14-.93 1.72-2.53 2.07-3.91q-1-.1-2.07-.13zm-6.06-3.64q-.9.17-1.69.38a8 8 0 0 0 2.8 2.66 13 13 0 0 1-1.11-3.04m10.12 0a13 13 0 0 1-1.11 3.04 8 8 0 0 0 2.8-2.66q-.79-.21-1.7-.38M4.39 9.53a8 8 0 0 0 0 4.94q1.02-.3 2.21-.52a19 19 0 0 1 0-3.9 22 22 0 0 1-2.21-.52m15.22 0q-1.02.3-2.22.52c.14 1.26.14 2.64 0 3.9q1.2.21 2.22.52c.52-1.6.52-3.34 0-4.94m-11.02.8a17 17 0 0 0 0 3.34q1.16-.12 2.41-.15v-3.04q-1.25-.03-2.41-.16m6.82 0q-1.16.12-2.41.15v3.04q1.25.03 2.41.15c.11-1.07.11-2.27 0-3.35M11 4.42c-1.14.94-1.72 2.54-2.07 3.92q.99.1 2.07.13zm2 4.05q1.07-.04 2.07-.13c-.35-1.38-.93-2.98-2.07-3.92zM8.05 5.04a8 8 0 0 0-2.8 2.66q.8.22 1.69.37a13 13 0 0 1 1.11-3.03m7.9 0q.7 1.33 1.1 3.03.91-.16 1.7-.37a8 8 0 0 0-2.8-2.66\"/>\n</svg>"],
92
95
  ['heart', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
93
96
  ['heart-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
94
97
  ['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>"],
@@ -103,6 +106,7 @@ export const iconRegistry = new Map([
103
106
  ['lock-closed', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 17.5h-2v-5h2z\"/>\n\t<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>"],
104
107
  ['lock-open', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14.5 17h-5v-2h5z\"/>\n\t<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>"],
105
108
  ['magnifier', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
109
+ ['message-rectangle-text', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 13H6v-2h9zm3-4H6V7h12z\"/>\n\t<path fill=\"currentColor\" d=\"M19 3a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-5l-4 4-4-4H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM5 5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h1.83L10 19.17 13.17 16H19a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z\"/>\n</svg>"],
106
110
  ['minus', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2 11h20v2H2z\"/>\n</svg>"],
107
111
  ['minus-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6 11h12v2H6z\"/>\n</svg>"],
108
112
  ['minus-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 11h16v2H4z\"/>\n</svg>"],
@@ -123,11 +127,13 @@ export const iconRegistry = new Map([
123
127
  ['puzzle-piece-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11 1.5A2.5 2.5 0 0 1 13.5 4v.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.25V20a1 1 0 0 1-1 1h-4.25a.25.25 0 0 1-.25-.25V19.5a2.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-.25V6a1 1 0 0 1 1-1h4.25c.14 0 .25-.11.25-.25V4A2.5 2.5 0 0 1 11 1.5\"/>\n</svg>"],
124
128
  ['question-mark-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 15.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m-.34-9.48a3.5 3.5 0 0 1 2.82 5.95l-1.19 1.2a1 1 0 0 0-.3.7v.65H11v-.64a3 3 0 0 1 .88-2.13l1.19-1.18a1.5 1.5 0 1 0-2.58-1.07H8.5a3.5 3.5 0 0 1 3.16-3.48\"/>\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>"],
125
129
  ['rectangle-stack', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<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>"],
130
+ ['scissor', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2.4 6.14a3 3 0 0 1 5.55 2.05l2.82 1.62 8.75-2.95a2 2 0 0 1 2.44.87L7.95 15.82a3 3 0 1 1-1-1.74L8.83 13a2 2 0 0 1 0-2L6.95 9.92A3 3 0 0 1 2.4 6.14m3.47 9.72a1 1 0 1 0-1.73 1 1 1 0 0 0 1.73-1m4.7-4.61a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M5.5 6.77a1 1 0 1 0-1 1.74 1 1 0 0 0 1-1.74\"/>\n\t<path fill=\"currentColor\" d=\"M21.96 16.27a2 2 0 0 1-2.44.87l-7.5-2.53 3.53-2.04z\"/>\n</svg>"],
126
131
  ['shield-check-mark', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m16.41 9.41-5.2 5.21L8 11.42 9.41 10l1.8 1.8L15 8z\"/>\n\t<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>"],
127
132
  ['ship-wheel', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
128
133
  ['slash-circle', "<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-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>"],
129
134
  ['sparkles', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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>"],
130
- ['square-and-arrow-right', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<path fill=\"currentColor\" d=\"M18.41 16.59 17 15.17 19.17 13H8v-2h11.17L17 8.83l1.41-1.42L23 12z\"/>\n</svg>"],
135
+ ['square-arrow-right', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<path fill=\"currentColor\" d=\"M18.41 16.59 17 15.17 19.17 13H8v-2h11.17L17 8.83l1.41-1.42L23 12z\"/>\n</svg>"],
136
+ ['square-arrow-right-inward', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-2h2v2a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2H6V7a3 3 0 0 1 3-3z\"/>\n\t<path fill=\"currentColor\" d=\"m17 12-4.59 4.59L11 15.17 13.17 13H2v-2h11.17L11 8.83l1.41-1.42z\"/>\n</svg>"],
131
137
  ['square-arrow-right-top', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<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\t<path fill=\"currentColor\" d=\"M22 11h-2V5.407l-9.296 9.296L9.3 13.3 18.6 4H13V2h9z\"/>\n</svg>"],
132
138
  ['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>"],
133
139
  ['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>"],
@@ -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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"}
@@ -2,6 +2,8 @@ import { LitElement } from 'lit';
2
2
  import { aliases } from './icon-aliases.js';
3
3
  export { aliases };
4
4
  export declare const ICONS: string[];
5
+ export type IconSize = '' | '16' | '20' | '24' | '28' | '32' | '40' | '44' | '48' | '56' | '64' | '80' | '96';
6
+ export type IconColor = '' | 'primary-content' | 'secondary-content' | 'accent' | 'critical' | 'warning' | 'success' | 'lintblauw' | 'donkerblauw' | 'hemelblauw' | 'lichtblauw' | 'paars' | 'violet' | 'robijnrood' | 'roze' | 'rood' | 'oranje' | 'donkergeel' | 'geel' | 'donkerbruin' | 'bruin' | 'donkergroen' | 'groen' | 'mosgroen' | 'mintgroen';
5
7
  /**
6
8
  * A customizable icon component that renders SVG icons from a predefined library.
7
9
  *
@@ -9,18 +11,41 @@ export declare const ICONS: string[];
9
11
  * If you want the icon to be announced by assistive tech, set `aria-hidden="false"`
10
12
  * on the consumer side together with an `aria-label`.
11
13
  *
14
+ * Sizing: by default the icon fills its parent (existing behaviour). Set `size`
15
+ * to pin to a fixed spacer-aligned dimension (16–96px).
16
+ *
17
+ * Colour: by default the icon inherits its parent's `color`. Set `color` to one
18
+ * of the functional semantics (`primary-content`, `secondary-content`,
19
+ * `accent`, `critical`, `warning`, `success`) or a rijkskleur (`lintblauw`,
20
+ * `paars`, `groen`, …). For arbitrary one-off colours, set `style="color: …"`
21
+ * on the host — the inherited `color` still drives the SVG fill/stroke.
22
+ *
12
23
  * @element nldd-icon
13
24
  *
14
- * @attr {string} name - The name of the icon to display
25
+ * @attr {string} name - The name of the icon to display
26
+ * @attr {string} size - Fixed size in px (spacer-aligned: 16, 20, 24, 28, 32,
27
+ * 40, 44, 48, 56, 64, 80, 96). Empty = inherit from parent.
28
+ * @attr {string} color - Functional (`primary-content`, `secondary-content`,
29
+ * `accent`, `critical`, `warning`, `success`) or
30
+ * rijkskleur (`lintblauw`, `donkerblauw`, `hemelblauw`,
31
+ * `lichtblauw`, `paars`, `violet`, `robijnrood`,
32
+ * `roze`, `rood`, `oranje`, `donkergeel`, `geel`,
33
+ * `donkerbruin`, `bruin`, `donkergroen`, `groen`,
34
+ * `mosgroen`, `mintgroen`). Empty = inherit `color`
35
+ * from parent.
15
36
  *
16
37
  * @example
17
38
  * ```html
18
39
  * <nldd-icon name="heart"></nldd-icon>
40
+ * <nldd-icon name="trash" size="24" color="critical"></nldd-icon>
41
+ * <nldd-icon name="leaf" size="32" color="mosgroen"></nldd-icon>
19
42
  * ```
20
43
  */
21
44
  export declare class NLDDIcon extends LitElement {
22
45
  static styles: import("lit").CSSResult;
23
46
  name: string;
47
+ size: IconSize;
48
+ color: IconColor;
24
49
  private _iconSvg;
25
50
  connectedCallback(): void;
26
51
  updated(changedProperties: Map<string, unknown>): void;
@@ -1 +1 @@
1
- {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAIjC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAG5C,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,eAAO,MAAM,KAAK,EAAE,MAAM,EAGlB,CAAC;AAET;;;;;;;;;;;;;;;GAeG;AACH,qBACa,QAAS,SAAQ,UAAU;IACvC,OAAgB,MAAM,0BAAc;IAGpC,IAAI,SAAmB;IAGvB,OAAO,CAAC,QAAQ,CAAuB;IAE9B,iBAAiB,IAAI,IAAI;IAQzB,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAM/D,OAAO,CAAC,SAAS;IAYR,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,WAAW,EAAE,QAAQ,CAAC;KACtB;CACD"}
1
+ {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAIjC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAG5C,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,eAAO,MAAM,KAAK,EAAE,MAAM,EAGlB,CAAC;AAET,MAAM,MAAM,QAAQ,GAAG,EAAE,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE9G,MAAM,MAAM,SAAS,GAClB,EAAE,GAEF,iBAAiB,GAAG,mBAAmB,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAEvF,WAAW,GAAG,aAAa,GAAG,YAAY,GAAG,YAAY,GACzD,OAAO,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GAC1C,MAAM,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GACzC,aAAa,GAAG,OAAO,GAAG,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,WAAW,CAAC;AAEhF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,qBACa,QAAS,SAAQ,UAAU;IACvC,OAAgB,MAAM,0BAAc;IAGpC,IAAI,SAAmB;IAGvB,IAAI,EAAE,QAAQ,CAAM;IAGpB,KAAK,EAAE,SAAS,CAAM;IAGtB,OAAO,CAAC,QAAQ,CAAuB;IAE9B,iBAAiB,IAAI,IAAI;IAQzB,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAM/D,OAAO,CAAC,SAAS;IAYR,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,WAAW,EAAE,QAAQ,CAAC;KACtB;CACD"}
@@ -22,19 +22,42 @@ export const ICONS = [
22
22
  * If you want the icon to be announced by assistive tech, set `aria-hidden="false"`
23
23
  * on the consumer side together with an `aria-label`.
24
24
  *
25
+ * Sizing: by default the icon fills its parent (existing behaviour). Set `size`
26
+ * to pin to a fixed spacer-aligned dimension (16–96px).
27
+ *
28
+ * Colour: by default the icon inherits its parent's `color`. Set `color` to one
29
+ * of the functional semantics (`primary-content`, `secondary-content`,
30
+ * `accent`, `critical`, `warning`, `success`) or a rijkskleur (`lintblauw`,
31
+ * `paars`, `groen`, …). For arbitrary one-off colours, set `style="color: …"`
32
+ * on the host — the inherited `color` still drives the SVG fill/stroke.
33
+ *
25
34
  * @element nldd-icon
26
35
  *
27
- * @attr {string} name - The name of the icon to display
36
+ * @attr {string} name - The name of the icon to display
37
+ * @attr {string} size - Fixed size in px (spacer-aligned: 16, 20, 24, 28, 32,
38
+ * 40, 44, 48, 56, 64, 80, 96). Empty = inherit from parent.
39
+ * @attr {string} color - Functional (`primary-content`, `secondary-content`,
40
+ * `accent`, `critical`, `warning`, `success`) or
41
+ * rijkskleur (`lintblauw`, `donkerblauw`, `hemelblauw`,
42
+ * `lichtblauw`, `paars`, `violet`, `robijnrood`,
43
+ * `roze`, `rood`, `oranje`, `donkergeel`, `geel`,
44
+ * `donkerbruin`, `bruin`, `donkergroen`, `groen`,
45
+ * `mosgroen`, `mintgroen`). Empty = inherit `color`
46
+ * from parent.
28
47
  *
29
48
  * @example
30
49
  * ```html
31
50
  * <nldd-icon name="heart"></nldd-icon>
51
+ * <nldd-icon name="trash" size="24" color="critical"></nldd-icon>
52
+ * <nldd-icon name="leaf" size="32" color="mosgroen"></nldd-icon>
32
53
  * ```
33
54
  */
34
55
  let NLDDIcon = class NLDDIcon extends LitElement {
35
56
  constructor() {
36
57
  super(...arguments);
37
58
  this.name = 'circle-dashed';
59
+ this.size = '';
60
+ this.color = '';
38
61
  this._iconSvg = null;
39
62
  }
40
63
  connectedCallback() {
@@ -67,6 +90,12 @@ NLDDIcon.styles = iconStyles;
67
90
  __decorate([
68
91
  property({ type: String })
69
92
  ], NLDDIcon.prototype, "name", void 0);
93
+ __decorate([
94
+ property({ type: String, reflect: true })
95
+ ], NLDDIcon.prototype, "size", void 0);
96
+ __decorate([
97
+ property({ type: String, reflect: true })
98
+ ], NLDDIcon.prototype, "color", void 0);
70
99
  __decorate([
71
100
  state()
72
101
  ], NLDDIcon.prototype, "_iconSvg", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"icon.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,MAAM,CAAC,MAAM,KAAK,GAAa;IAC9B,GAAG,YAAY,CAAC,IAAI,EAAE;IACtB,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC;CACvB,CAAC,IAAI,EAAE,CAAC;AAET;;;;;;;;;;;;;;;GAeG;AAEI,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,UAAU;IAAjC;;QAIN,SAAI,GAAG,eAAe,CAAC;QAGf,aAAQ,GAAkB,IAAI,CAAC;IA+BxC,CAAC;IA7BS,iBAAiB;QACzB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,aAAa,CAAC,EAAE,CAAC;YACvC,IAAI,CAAC,YAAY,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;QAC1C,CAAC;QACD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;IAEQ,OAAO,CAAC,iBAAuC;QACvD,IAAI,iBAAiB,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YAChD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC3C,CAAC;IACF,CAAC;IAEO,SAAS,CAAC,IAAY;QAC7B,MAAM,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC;QAC3C,MAAM,GAAG,GAAG,YAAY,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAE3C,IAAI,GAAG,EAAE,CAAC;YACT,OAAO,GAAG,CAAC;QACZ,CAAC;QAED,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG;YAAE,OAAO,CAAC,IAAI,CAAC,mBAAmB,YAAY,aAAa,CAAC,CAAC;QACrF,OAAO,IAAI,CAAC;IACb,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAChC,CAAC;;AApCe,eAAM,GAAG,UAAU,AAAb,CAAc;AAGpC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;sCACJ;AAGf;IADP,KAAK,EAAE;0CAC+B;AAP3B,QAAQ;IADpB,aAAa,CAAC,WAAW,CAAC;GACd,QAAQ,CAsCpB"}
1
+ {"version":3,"file":"icon.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,MAAM,CAAC,MAAM,KAAK,GAAa;IAC9B,GAAG,YAAY,CAAC,IAAI,EAAE;IACtB,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC;CACvB,CAAC,IAAI,EAAE,CAAC;AAcT;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AAEI,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,UAAU;IAAjC;;QAIN,SAAI,GAAG,eAAe,CAAC;QAGvB,SAAI,GAAa,EAAE,CAAC;QAGpB,UAAK,GAAc,EAAE,CAAC;QAGd,aAAQ,GAAkB,IAAI,CAAC;IA+BxC,CAAC;IA7BS,iBAAiB;QACzB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,aAAa,CAAC,EAAE,CAAC;YACvC,IAAI,CAAC,YAAY,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;QAC1C,CAAC;QACD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;IAEQ,OAAO,CAAC,iBAAuC;QACvD,IAAI,iBAAiB,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YAChD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC3C,CAAC;IACF,CAAC;IAEO,SAAS,CAAC,IAAY;QAC7B,MAAM,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC;QAC3C,MAAM,GAAG,GAAG,YAAY,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAE3C,IAAI,GAAG,EAAE,CAAC;YACT,OAAO,GAAG,CAAC;QACZ,CAAC;QAED,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG;YAAE,OAAO,CAAC,IAAI,CAAC,mBAAmB,YAAY,aAAa,CAAC,CAAC;QACrF,OAAO,IAAI,CAAC;IACb,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAChC,CAAC;;AA1Ce,eAAM,GAAG,UAAU,AAAb,CAAc;AAGpC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;sCACJ;AAGvB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;sCACtB;AAGpB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;uCACpB;AAGd;IADP,KAAK,EAAE;0CAC+B;AAb3B,QAAQ;IADpB,aAAa,CAAC,WAAW,CAAC;GACd,QAAQ,CA4CpB"}
@@ -1 +1 @@
1
- {"version":3,"file":"icon.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,yBA2BtB,CAAC"}
1
+ {"version":3,"file":"icon.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,yBA8EtB,CAAC"}
@@ -2,29 +2,80 @@ import { css } from 'lit';
2
2
  export const iconStyles = css `
3
3
 
4
4
 
5
- /* # Host */
5
+ /* # Host
6
+ *
7
+ * Default size = fill parent (existing behaviour). Setting [size]
8
+ * pins width/height to a fixed spacer value; setting [color] picks
9
+ * either a functional semantic colour or a descriptive rijkskleur. */
6
10
 
7
11
  :host {
8
- display: inline-block;
9
- width: 100%;
10
- height: 100%;
11
- aspect-ratio: 1 / 1;
12
- color: inherit;
13
- }
12
+ --_size: 100%;
13
+ --_color: inherit;
14
14
 
15
- .icon__container {
16
- display: flex;
17
- width: 100%;
18
- height: 100%;
15
+ display: inline-flex;
16
+ width: var(--_size);
19
17
  align-items: center;
20
- justify-content: center;
18
+ color: var(--_color);
19
+ }
20
+
21
+ :host([hidden]) {
22
+ display: none;
21
23
  }
22
24
 
25
+
26
+ /* # Size — spacer-aligned, 16+ */
27
+
28
+ :host([size="16"]) { --_size: var(--primitives-space-16); }
29
+ :host([size="20"]) { --_size: var(--primitives-space-20); }
30
+ :host([size="24"]) { --_size: var(--primitives-space-24); }
31
+ :host([size="28"]) { --_size: var(--primitives-space-28); }
32
+ :host([size="32"]) { --_size: var(--primitives-space-32); }
33
+ :host([size="40"]) { --_size: var(--primitives-space-40); }
34
+ :host([size="44"]) { --_size: var(--primitives-space-44); }
35
+ :host([size="48"]) { --_size: var(--primitives-space-48); }
36
+ :host([size="56"]) { --_size: var(--primitives-space-56); }
37
+ :host([size="64"]) { --_size: var(--primitives-space-64); }
38
+ :host([size="80"]) { --_size: var(--primitives-space-80); }
39
+ :host([size="96"]) { --_size: var(--primitives-space-96); }
40
+
41
+
42
+ /* # Color — functional */
43
+
44
+ :host([color="primary-content"]) { --_color: var(--semantics-content-color); }
45
+ :host([color="secondary-content"]) { --_color: var(--semantics-content-secondary-color); }
46
+ :host([color="accent"]) { --_color: var(--semantics-content-accent-color); }
47
+ :host([color="critical"]) { --_color: var(--semantics-content-critical-color); }
48
+ :host([color="warning"]) { --_color: var(--semantics-content-warning-color); }
49
+ :host([color="success"]) { --_color: var(--semantics-content-success-color); }
50
+
51
+
52
+ /* # Color — rijkskleuren */
53
+
54
+ :host([color="lintblauw"]) { --_color: var(--components-icon-color-lintblauw-color); }
55
+ :host([color="donkerblauw"]) { --_color: var(--components-icon-color-donkerblauw-color); }
56
+ :host([color="hemelblauw"]) { --_color: var(--components-icon-color-hemelblauw-color); }
57
+ :host([color="lichtblauw"]) { --_color: var(--components-icon-color-lichtblauw-color); }
58
+ :host([color="paars"]) { --_color: var(--components-icon-color-paars-color); }
59
+ :host([color="violet"]) { --_color: var(--components-icon-color-violet-color); }
60
+ :host([color="robijnrood"]) { --_color: var(--components-icon-color-robijnrood-color); }
61
+ :host([color="roze"]) { --_color: var(--components-icon-color-roze-color); }
62
+ :host([color="rood"]) { --_color: var(--components-icon-color-rood-color); }
63
+ :host([color="oranje"]) { --_color: var(--components-icon-color-oranje-color); }
64
+ :host([color="donkergeel"]) { --_color: var(--components-icon-color-donkergeel-color); }
65
+ :host([color="geel"]) { --_color: var(--components-icon-color-geel-color); }
66
+ :host([color="donkerbruin"]) { --_color: var(--components-icon-color-donkerbruin-color); }
67
+ :host([color="bruin"]) { --_color: var(--components-icon-color-bruin-color); }
68
+ :host([color="donkergroen"]) { --_color: var(--components-icon-color-donkergroen-color); }
69
+ :host([color="groen"]) { --_color: var(--components-icon-color-groen-color); }
70
+ :host([color="mosgroen"]) { --_color: var(--components-icon-color-mosgroen-color); }
71
+ :host([color="mintgroen"]) { --_color: var(--components-icon-color-mintgroen-color); }
72
+
73
+
74
+ /* # Elements */
75
+
23
76
  svg {
24
77
  display: block;
25
78
  width: 100%;
26
- height: 100%;
27
- object-fit: contain;
28
79
  }
29
80
  `;
30
81
  //# sourceMappingURL=icon.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon.styles.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2B5B,CAAC"}
1
+ {"version":3,"file":"icon.styles.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8E5B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"icon.template.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.template.ts"],"names":[],"mappings":"AAGA,wBAAgB,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,wCAU9C"}
1
+ {"version":3,"file":"icon.template.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.template.ts"],"names":[],"mappings":"AAGA,wBAAgB,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,wCAM9C"}
@@ -4,10 +4,6 @@ export function template(iconSvg) {
4
4
  if (!iconSvg) {
5
5
  return html `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"></svg>`;
6
6
  }
7
- return html `
8
- <div class="icon__container">
9
- ${unsafeHTML(iconSvg)}
10
- </div>
11
- `;
7
+ return html `${unsafeHTML(iconSvg)}`;
12
8
  }
13
9
  //# sourceMappingURL=icon.template.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon.template.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAC3B,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAE3D,MAAM,UAAU,QAAQ,CAAC,OAAsB;IAC9C,IAAI,CAAC,OAAO,EAAE,CAAC;QACd,OAAO,IAAI,CAAA,oEAAoE,CAAC;IACjF,CAAC;IAED,OAAO,IAAI,CAAA;;KAEP,UAAU,CAAC,OAAO,CAAC;;EAEtB,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"icon.template.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAC3B,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAE3D,MAAM,UAAU,QAAQ,CAAC,OAAsB;IAC9C,IAAI,CAAC,OAAO,EAAE,CAAC;QACd,OAAO,IAAI,CAAA,oEAAoE,CAAC;IACjF,CAAC;IAED,OAAO,IAAI,CAAA,GAAG,UAAU,CAAC,OAAO,CAAC,EAAE,CAAC;AACrC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"keyboard-shortcut.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,yBA4ElC,CAAC"}
1
+ {"version":3,"file":"keyboard-shortcut.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,yBAsElC,CAAC"}
@@ -23,9 +23,6 @@ export const keyboardShortcutStyles = css `
23
23
  display: none;
24
24
  }
25
25
 
26
- /* Hide on touch-only devices (no hover capability anywhere) since the
27
- shortcut cannot be invoked. Override with [always-visible] when the
28
- shortcut is shown for informational purposes. */
29
26
  @media (any-hover: none) {
30
27
  :host(:not([always-visible])) {
31
28
  display: none;
@@ -37,16 +34,16 @@ export const keyboardShortcutStyles = css `
37
34
 
38
35
  .keyboard-shortcut {
39
36
  display: inline-flex;
40
- align-items: center;
41
37
  gap: var(--primitives-space-4);
38
+ align-items: center;
42
39
  }
43
40
 
44
41
 
45
42
  /* # Elements */
46
43
 
47
44
  .keyboard-shortcut__key {
48
- display: inline-flex;
49
45
  box-sizing: border-box;
46
+ display: inline-flex;
50
47
  border: var(--components-keyboard-shortcut-border-thickness) solid var(--components-keyboard-shortcut-border-color);
51
48
  border-radius: var(--components-keyboard-shortcut-corner-radius);
52
49
  background-color: var(--components-keyboard-shortcut-background-color);
@@ -60,14 +57,6 @@ export const keyboardShortcutStyles = css `
60
57
  white-space: nowrap;
61
58
  }
62
59
 
63
- .keyboard-shortcut__separator {
64
- color: var(--components-keyboard-shortcut-separator-color);
65
- font: var(--_font);
66
- }
67
-
68
-
69
- /* # Toegankelijkheid */
70
-
71
60
  @media (forced-colors: active) {
72
61
  .keyboard-shortcut__key {
73
62
  border-color: CanvasText;
@@ -75,5 +64,10 @@ export const keyboardShortcutStyles = css `
75
64
  color: CanvasText;
76
65
  }
77
66
  }
67
+
68
+ .keyboard-shortcut__separator {
69
+ color: var(--components-keyboard-shortcut-separator-color);
70
+ font: var(--_font);
71
+ }
78
72
  `;
79
73
  //# sourceMappingURL=keyboard-shortcut.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"keyboard-shortcut.styles.js","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4ExC,CAAC"}
1
+ {"version":3,"file":"keyboard-shortcut.styles.js","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsExC,CAAC"}