@nldd/design-system 0.8.41 → 0.8.43

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 (341) hide show
  1. package/README.md +19 -2
  2. package/dist/assets/styles/tokens.d.ts +25 -0
  3. package/dist/assets/styles/tokens.d.ts.map +1 -0
  4. package/dist/assets/styles/tokens.js +25 -0
  5. package/dist/assets/styles/tokens.js.map +1 -0
  6. package/dist/components/actions/button/button.d.ts +23 -5
  7. package/dist/components/actions/button/button.d.ts.map +1 -1
  8. package/dist/components/actions/button/button.js +45 -6
  9. package/dist/components/actions/button/button.js.map +1 -1
  10. package/dist/components/actions/button/button.styles.d.ts.map +1 -1
  11. package/dist/components/actions/button/button.styles.js +136 -50
  12. package/dist/components/actions/button/button.styles.js.map +1 -1
  13. package/dist/components/actions/button/button.template.d.ts.map +1 -1
  14. package/dist/components/actions/button/button.template.js +12 -1
  15. package/dist/components/actions/button/button.template.js.map +1 -1
  16. package/dist/components/actions/button-group/button-group.js +2 -2
  17. package/dist/components/actions/button-group/button-group.js.map +1 -1
  18. package/dist/components/actions/icon-button/icon-button.d.ts +21 -5
  19. package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
  20. package/dist/components/actions/icon-button/icon-button.js +40 -6
  21. package/dist/components/actions/icon-button/icon-button.js.map +1 -1
  22. package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -1
  23. package/dist/components/actions/icon-button/icon-button.styles.js +153 -96
  24. package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -1
  25. package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -1
  26. package/dist/components/actions/icon-button/icon-button.template.js +11 -0
  27. package/dist/components/actions/icon-button/icon-button.template.js.map +1 -1
  28. package/dist/components/actions/link/link.d.ts +17 -6
  29. package/dist/components/actions/link/link.d.ts.map +1 -1
  30. package/dist/components/actions/link/link.js +15 -5
  31. package/dist/components/actions/link/link.js.map +1 -1
  32. package/dist/components/actions/link/link.styles.d.ts.map +1 -1
  33. package/dist/components/actions/link/link.styles.js +44 -6
  34. package/dist/components/actions/link/link.styles.js.map +1 -1
  35. package/dist/components/actions/link/link.template.d.ts.map +1 -1
  36. package/dist/components/actions/link/link.template.js +7 -9
  37. package/dist/components/actions/link/link.template.js.map +1 -1
  38. package/dist/components/actions/split-button/split-button.template.js +2 -2
  39. package/dist/components/actions/split-button/split-button.template.js.map +1 -1
  40. package/dist/components/actions/toolbar/toolbar.d.ts +4 -4
  41. package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -1
  42. package/dist/components/actions/toolbar/toolbar.js +11 -11
  43. package/dist/components/actions/toolbar/toolbar.js.map +1 -1
  44. package/dist/components/actions/toolbar/toolbar.template.d.ts +2 -2
  45. package/dist/components/actions/toolbar/toolbar.template.d.ts.map +1 -1
  46. package/dist/components/actions/toolbar/toolbar.template.js +4 -4
  47. package/dist/components/actions/toolbar/toolbar.template.js.map +1 -1
  48. package/dist/components/components.js +1 -1
  49. package/dist/components/content/blockquote/blockquote.styles.js +1 -1
  50. package/dist/components/content/blockquote/blockquote.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 +6 -1
  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 +11 -7
  56. package/dist/components/content/icon/icon-registry.js.map +1 -1
  57. package/dist/components/content/tag/tag.d.ts +3 -3
  58. package/dist/components/content/tag/tag.d.ts.map +1 -1
  59. package/dist/components/content/tag/tag.js +3 -3
  60. package/dist/components/content/tag/tag.js.map +1 -1
  61. package/dist/components/content/tag/tag.styles.d.ts.map +1 -1
  62. package/dist/components/content/tag/tag.styles.js +107 -9
  63. package/dist/components/content/tag/tag.styles.js.map +1 -1
  64. package/dist/components/content/title/title.styles.js +18 -18
  65. package/dist/components/content/title/title.styles.js.map +1 -1
  66. package/dist/components/content/tooltip/tooltip.d.ts +13 -7
  67. package/dist/components/content/tooltip/tooltip.d.ts.map +1 -1
  68. package/dist/components/content/tooltip/tooltip.js +34 -22
  69. package/dist/components/content/tooltip/tooltip.js.map +1 -1
  70. package/dist/components/forms/form-field/form-field.styles.js +1 -1
  71. package/dist/components/{index-DMYkp2tq.js → index-By2jYHEw.js} +2934 -1234
  72. package/dist/components/inputs/combo-box/combo-box.d.ts +28 -4
  73. package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
  74. package/dist/components/inputs/combo-box/combo-box.js +86 -23
  75. package/dist/components/inputs/combo-box/combo-box.js.map +1 -1
  76. package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -1
  77. package/dist/components/inputs/combo-box/combo-box.styles.js +2 -0
  78. package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -1
  79. package/dist/components/inputs/combo-box/combo-box.template.d.ts.map +1 -1
  80. package/dist/components/inputs/combo-box/combo-box.template.js +4 -2
  81. package/dist/components/inputs/combo-box/combo-box.template.js.map +1 -1
  82. package/dist/components/inputs/dropdown/dropdown.d.ts +11 -1
  83. package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -1
  84. package/dist/components/inputs/dropdown/dropdown.js +31 -2
  85. package/dist/components/inputs/dropdown/dropdown.js.map +1 -1
  86. package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -1
  87. package/dist/components/inputs/dropdown/dropdown.styles.js +3 -1
  88. package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -1
  89. package/dist/components/inputs/dropdown/dropdown.template.js +1 -1
  90. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts +1 -1
  91. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts.map +1 -1
  92. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js +8 -2
  93. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js.map +1 -1
  94. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.d.ts.map +1 -1
  95. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js +2 -0
  96. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js.map +1 -1
  97. package/dist/components/inputs/number-field/number-field.d.ts +7 -4
  98. package/dist/components/inputs/number-field/number-field.d.ts.map +1 -1
  99. package/dist/components/inputs/number-field/number-field.js +15 -12
  100. package/dist/components/inputs/number-field/number-field.js.map +1 -1
  101. package/dist/components/inputs/number-field/number-field.styles.js +3 -3
  102. package/dist/components/inputs/password-field/password-field.d.ts +1 -1
  103. package/dist/components/inputs/password-field/password-field.d.ts.map +1 -1
  104. package/dist/components/inputs/password-field/password-field.js +8 -2
  105. package/dist/components/inputs/password-field/password-field.js.map +1 -1
  106. package/dist/components/inputs/password-field/password-field.styles.d.ts.map +1 -1
  107. package/dist/components/inputs/password-field/password-field.styles.js +2 -0
  108. package/dist/components/inputs/password-field/password-field.styles.js.map +1 -1
  109. package/dist/components/inputs/search-field/search-field.d.ts +6 -1
  110. package/dist/components/inputs/search-field/search-field.d.ts.map +1 -1
  111. package/dist/components/inputs/search-field/search-field.js +15 -2
  112. package/dist/components/inputs/search-field/search-field.js.map +1 -1
  113. package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -1
  114. package/dist/components/inputs/search-field/search-field.styles.js +2 -0
  115. package/dist/components/inputs/search-field/search-field.styles.js.map +1 -1
  116. package/dist/components/inputs/segmented-control/segmented-control.d.ts +8 -2
  117. package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -1
  118. package/dist/components/inputs/segmented-control/segmented-control.js +25 -4
  119. package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -1
  120. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
  121. package/dist/components/inputs/segmented-control/segmented-control.styles.js +65 -64
  122. package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
  123. package/dist/components/inputs/segmented-control/segmented-control.template.js +1 -1
  124. package/dist/components/inputs/switch/switch.d.ts +5 -0
  125. package/dist/components/inputs/switch/switch.d.ts.map +1 -1
  126. package/dist/components/inputs/switch/switch.js +7 -0
  127. package/dist/components/inputs/switch/switch.js.map +1 -1
  128. package/dist/components/inputs/switch-field/switch-field.d.ts +6 -0
  129. package/dist/components/inputs/switch-field/switch-field.d.ts.map +1 -1
  130. package/dist/components/inputs/switch-field/switch-field.js +8 -0
  131. package/dist/components/inputs/switch-field/switch-field.js.map +1 -1
  132. package/dist/components/inputs/text-field/text-field.d.ts +6 -2
  133. package/dist/components/inputs/text-field/text-field.d.ts.map +1 -1
  134. package/dist/components/inputs/text-field/text-field.js +15 -5
  135. package/dist/components/inputs/text-field/text-field.js.map +1 -1
  136. package/dist/components/inputs/text-field/text-field.styles.d.ts.map +1 -1
  137. package/dist/components/inputs/text-field/text-field.styles.js +2 -0
  138. package/dist/components/inputs/text-field/text-field.styles.js.map +1 -1
  139. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -1
  140. package/dist/components/inputs/toggle-button/toggle-button.styles.js +26 -6
  141. package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -1
  142. package/dist/components/inputs/token/token.d.ts +3 -3
  143. package/dist/components/inputs/token/token.d.ts.map +1 -1
  144. package/dist/components/inputs/token/token.js +6 -6
  145. package/dist/components/inputs/token/token.js.map +1 -1
  146. package/dist/components/inputs/token/token.styles.js +2 -2
  147. package/dist/components/inputs/token/token.template.js +1 -1
  148. package/dist/components/inputs/token/token.template.js.map +1 -1
  149. package/dist/components/layout/card/card.js +1 -1
  150. package/dist/components/layout/card/card.js.map +1 -1
  151. package/dist/components/layout/container/container.d.ts +4 -4
  152. package/dist/components/layout/container/container.js +4 -4
  153. package/dist/components/layout/container/container.styles.js +399 -399
  154. package/dist/components/layout/container/container.styles.js.map +1 -1
  155. package/dist/components/layout/page/page.js +1 -1
  156. package/dist/components/layout/page/page.js.map +1 -1
  157. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts +6 -3
  158. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts.map +1 -1
  159. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js +21 -5
  160. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js.map +1 -1
  161. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +9 -9
  162. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -1
  163. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts +6 -3
  164. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts.map +1 -1
  165. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js +21 -5
  166. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js.map +1 -1
  167. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +12 -12
  168. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -1
  169. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts +6 -3
  170. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts.map +1 -1
  171. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js +21 -5
  172. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js.map +1 -1
  173. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +12 -12
  174. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -1
  175. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts +6 -3
  176. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts.map +1 -1
  177. package/dist/components/layout/page-sections/simple-section/simple-section.js +21 -5
  178. package/dist/components/layout/page-sections/simple-section/simple-section.js.map +1 -1
  179. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +9 -9
  180. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -1
  181. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts +6 -3
  182. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts.map +1 -1
  183. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js +21 -5
  184. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js.map +1 -1
  185. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +12 -12
  186. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -1
  187. package/dist/components/layout/popover/popover.js +1 -1
  188. package/dist/components/layout/popover/popover.js.map +1 -1
  189. package/dist/components/layout/sheet/sheet.js +3 -3
  190. package/dist/components/layout/sheet/sheet.js.map +1 -1
  191. package/dist/components/layout/sheet/sheet.styles.js +5 -5
  192. package/dist/components/layout/spacer/spacer.d.ts +28 -3
  193. package/dist/components/layout/spacer/spacer.d.ts.map +1 -1
  194. package/dist/components/layout/spacer/spacer.js +33 -2
  195. package/dist/components/layout/spacer/spacer.js.map +1 -1
  196. package/dist/components/layout/spacer/spacer.styles.d.ts.map +1 -1
  197. package/dist/components/layout/spacer/spacer.styles.js +157 -110
  198. package/dist/components/layout/spacer/spacer.styles.js.map +1 -1
  199. package/dist/components/layout/split-views/split-view-pane/split-view-pane.js +1 -1
  200. package/dist/components/layout/split-views/split-view-pane/split-view-pane.js.map +1 -1
  201. package/dist/components/layout/window/window.js +1 -1
  202. package/dist/components/layout/window/window.js.map +1 -1
  203. package/dist/components/lists-and-menus/cells/cell/cell.d.ts +4 -2
  204. package/dist/components/lists-and-menus/cells/cell/cell.d.ts.map +1 -1
  205. package/dist/components/lists-and-menus/cells/cell/cell.js +17 -6
  206. package/dist/components/lists-and-menus/cells/cell/cell.js.map +1 -1
  207. package/dist/components/lists-and-menus/cells/cell/cell.styles.d.ts.map +1 -1
  208. package/dist/components/lists-and-menus/cells/cell/cell.styles.js +22 -11
  209. package/dist/components/lists-and-menus/cells/cell/cell.styles.js.map +1 -1
  210. package/dist/components/lists-and-menus/cells/description-cell/description-cell.d.ts +2 -2
  211. package/dist/components/lists-and-menus/cells/description-cell/description-cell.d.ts.map +1 -1
  212. package/dist/components/lists-and-menus/cells/description-cell/description-cell.js +12 -7
  213. package/dist/components/lists-and-menus/cells/description-cell/description-cell.js.map +1 -1
  214. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.d.ts.map +1 -1
  215. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js +4 -3
  216. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js.map +1 -1
  217. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.d.ts +2 -2
  218. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.d.ts.map +1 -1
  219. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.js +2 -2
  220. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.js.map +1 -1
  221. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.d.ts.map +1 -1
  222. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js +50 -14
  223. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js.map +1 -1
  224. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.d.ts.map +1 -1
  225. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.js +1 -1
  226. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.js.map +1 -1
  227. package/dist/components/lists-and-menus/cells/text-cell/text-cell.d.ts +31 -9
  228. package/dist/components/lists-and-menus/cells/text-cell/text-cell.d.ts.map +1 -1
  229. package/dist/components/lists-and-menus/cells/text-cell/text-cell.js +71 -14
  230. package/dist/components/lists-and-menus/cells/text-cell/text-cell.js.map +1 -1
  231. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts.map +1 -1
  232. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js +49 -8
  233. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js.map +1 -1
  234. package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.d.ts.map +1 -1
  235. package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.js +33 -3
  236. package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.js.map +1 -1
  237. package/dist/components/lists-and-menus/cells/title-cell/title-cell.d.ts +31 -9
  238. package/dist/components/lists-and-menus/cells/title-cell/title-cell.d.ts.map +1 -1
  239. package/dist/components/lists-and-menus/cells/title-cell/title-cell.js +70 -13
  240. package/dist/components/lists-and-menus/cells/title-cell/title-cell.js.map +1 -1
  241. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts.map +1 -1
  242. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js +68 -8
  243. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js.map +1 -1
  244. package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.d.ts.map +1 -1
  245. package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.js +36 -7
  246. package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.js.map +1 -1
  247. package/dist/components/lists-and-menus/list/list.d.ts.map +1 -1
  248. package/dist/components/lists-and-menus/list/list.i18n.js +1 -1
  249. package/dist/components/lists-and-menus/list/list.i18n.js.map +1 -1
  250. package/dist/components/lists-and-menus/list/list.js +7 -0
  251. package/dist/components/lists-and-menus/list/list.js.map +1 -1
  252. package/dist/components/lists-and-menus/list-item/list-item.d.ts +5 -0
  253. package/dist/components/lists-and-menus/list-item/list-item.d.ts.map +1 -1
  254. package/dist/components/lists-and-menus/list-item/list-item.js +7 -0
  255. package/dist/components/lists-and-menus/list-item/list-item.js.map +1 -1
  256. package/dist/components/lists-and-menus/list-item/list-item.styles.js +1 -1
  257. package/dist/components/lists-and-menus/menu/menu.d.ts +254 -0
  258. package/dist/components/lists-and-menus/menu/menu.d.ts.map +1 -1
  259. package/dist/components/lists-and-menus/menu/menu.i18n.d.ts +1 -0
  260. package/dist/components/lists-and-menus/menu/menu.i18n.d.ts.map +1 -1
  261. package/dist/components/lists-and-menus/menu/menu.i18n.js +1 -0
  262. package/dist/components/lists-and-menus/menu/menu.i18n.js.map +1 -1
  263. package/dist/components/lists-and-menus/menu/menu.js +906 -15
  264. package/dist/components/lists-and-menus/menu/menu.js.map +1 -1
  265. package/dist/components/lists-and-menus/menu/menu.styles.d.ts +1 -0
  266. package/dist/components/lists-and-menus/menu/menu.styles.d.ts.map +1 -1
  267. package/dist/components/lists-and-menus/menu/menu.styles.js +141 -2
  268. package/dist/components/lists-and-menus/menu/menu.styles.js.map +1 -1
  269. package/dist/components/lists-and-menus/menu/menu.template.d.ts +2 -1
  270. package/dist/components/lists-and-menus/menu/menu.template.d.ts.map +1 -1
  271. package/dist/components/lists-and-menus/menu/menu.template.js +60 -0
  272. package/dist/components/lists-and-menus/menu/menu.template.js.map +1 -1
  273. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +1 -1
  274. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js +1 -1
  275. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js.map +1 -1
  276. package/dist/components/navigation/menu-bar/menu-bar.js +4 -4
  277. package/dist/components/navigation/menu-bar/menu-bar.js.map +1 -1
  278. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +1 -1
  279. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -1
  280. package/dist/components/navigation/menu-bar-item/menu-bar-item.js +6 -6
  281. package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -1
  282. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +2 -2
  283. package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js +1 -1
  284. package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js.map +1 -1
  285. package/dist/components/navigation/pagination/pagination.d.ts +3 -2
  286. package/dist/components/navigation/pagination/pagination.d.ts.map +1 -1
  287. package/dist/components/navigation/pagination/pagination.js +5 -4
  288. package/dist/components/navigation/pagination/pagination.js.map +1 -1
  289. package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
  290. package/dist/components/navigation/pagination/pagination.styles.js +5 -3
  291. package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
  292. package/dist/components/navigation/pagination/pagination.template.js +1 -1
  293. package/dist/components/navigation/tab-bar/tab-bar.d.ts +3 -1
  294. package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -1
  295. package/dist/components/navigation/tab-bar/tab-bar.js +5 -3
  296. package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -1
  297. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
  298. package/dist/components/navigation/tab-bar/tab-bar.styles.js +35 -15
  299. package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
  300. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +2 -2
  301. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -1
  302. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +6 -6
  303. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
  304. package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts.map +1 -1
  305. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +2 -0
  306. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js.map +1 -1
  307. package/dist/components/navigation/top-title-bar/top-title-bar.template.d.ts.map +1 -1
  308. package/dist/components/navigation/top-title-bar/top-title-bar.template.js +1 -0
  309. package/dist/components/navigation/top-title-bar/top-title-bar.template.js.map +1 -1
  310. package/dist/components/{prism-typescript-9LDqHHRS.js → prism-typescript-BlIir5CV.js} +1 -1
  311. package/dist/components/status-and-feedback/badge/badge.d.ts +3 -3
  312. package/dist/components/status-and-feedback/badge/badge.d.ts.map +1 -1
  313. package/dist/components/status-and-feedback/badge/badge.js +3 -3
  314. package/dist/components/status-and-feedback/badge/badge.js.map +1 -1
  315. package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
  316. package/dist/components/status-and-feedback/badge/badge.styles.js +7 -6
  317. package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
  318. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts +7 -4
  319. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts.map +1 -1
  320. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +10 -3
  321. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js.map +1 -1
  322. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -1
  323. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +12 -2
  324. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -1
  325. package/dist/css/global.css +1 -0
  326. package/dist/css/reset.css +7 -0
  327. package/dist/css/rich-text.css +21 -21
  328. package/dist/css/settings.css +140 -98
  329. package/dist/fonts/JetBrainsMono-Italic[wght].woff2 +0 -0
  330. package/dist/fonts/JetBrainsMono[wght].woff2 +0 -0
  331. package/dist/fonts/RijksSansWeb-Italic.woff2 +0 -0
  332. package/dist/fonts/RijksSansWeb-Regular.woff2 +0 -0
  333. package/dist/utilities/visibility-mixin.d.ts +18 -12
  334. package/dist/utilities/visibility-mixin.d.ts.map +1 -1
  335. package/dist/utilities/visibility-mixin.js +21 -14
  336. package/dist/utilities/visibility-mixin.js.map +1 -1
  337. package/package.json +7 -3
  338. package/dist/fonts/IBMPlexMono-Bold.woff2 +0 -0
  339. package/dist/fonts/IBMPlexMono-Regular.woff2 +0 -0
  340. package/dist/fonts/RijksSansVF-Italic.ttf +0 -0
  341. package/dist/fonts/RijksSansVF-Regular.ttf +0 -0
@@ -10,7 +10,7 @@ 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\t<path fill=\"currentColor\" d=\"M14.6 5.4 18.18 9H7a5 5 0 0 0 0 10h2v-2H7a3 3 0 1 1 0-6h11.18l-3.58 3.6L16 16l6-6-6-6z\"/>\n</svg>"],
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
- ['bold', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5.5 22V2h6.067q3.628 0 5.335 1.311 1.708 1.311 1.708 3.506 0 1.86-.854 3.018a4.35 4.35 0 0 1-2.165 1.586v.091q1.86.366 2.836 1.555 1.006 1.159 1.006 2.896 0 2.867-1.92 4.452Q15.59 21.999 11.81 22zm3.902-3.14h2.257q1.829 0 2.743-.732.915-.762.915-2.134 0-1.311-.915-1.982-.884-.7-3.14-.701h-1.86zm0-8.537h1.769q1.677 0 2.5-.64.823-.67.823-2.043 0-1.25-.762-1.86-.732-.64-2.47-.64h-1.86z\"/>\n</svg>"],
13
+ ['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>"],
14
14
  ['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>"],
15
15
  ['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>"],
16
16
  ['business-suitcase', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14 2c1.66 0 3 1.34 3 3v1h2a3 3 0 0 1 3 3v9c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V9a3 3 0 0 1 3-3h2V5a3 3 0 0 1 3-3zM5 8a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zm5-4a1 1 0 0 0-1 1v1h6V5a1 1 0 0 0-1-1z\"/>\n</svg>"],
@@ -44,13 +44,15 @@ export const iconRegistry = new Map([
44
44
  ['chevron-down-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 13.172 7.4 8.6 6 10l6 6 6-6-1.4-1.4z\"/>\n</svg>"],
45
45
  ['chevron-down-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 14.172 5.4 7.6 4 9l8 8 8-8-1.4-1.4z\"/>\n</svg>"],
46
46
  ['chevron-left', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m8.828 11.7 8.572 8.6-1.4 1.4-10-10 10-10 1.4 1.4z\"/>\n</svg>"],
47
+ ['chevron-left-chevron-right', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18.17 12 13.6 7.4 15 6l6 6-6 6-1.4-1.4zM5.83 12l4.57-4.6L9 6l-6 6 6 6 1.4-1.4z\"/>\n</svg>"],
47
48
  ['chevron-left-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m10.828 12 4.572 4.6L14 18l-6-6 6-6 1.4 1.4z\"/>\n</svg>"],
49
+ ['chevron-left-forward-slash-chevron-right', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15.04 4.53 10.9 20l-1.94-.52L13.1 4zM8.4 7.4 3.83 12l4.57 4.6L7 18l-6-6 6-6zM23 12l-6 6-1.4-1.4 4.57-4.6-4.57-4.6L17 6z\"/>\n</svg>"],
48
50
  ['chevron-left-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m9.828 12 6.572 6.6L15 20l-8-8 8-8 1.4 1.4z\"/>\n</svg>"],
49
51
  ['chevron-right', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15.172 11.7 6.6 3.1 8 1.7l10 10-10 10-1.4-1.4z\"/>\n</svg>"],
50
52
  ['chevron-right-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13.172 12 8.6 7.4 10 6l6 6-6 6-1.4-1.4z\"/>\n</svg>"],
51
53
  ['chevron-right-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14.172 12 7.6 5.4 9 4l8 8-8 8-1.4-1.4z\"/>\n</svg>"],
52
54
  ['chevron-up', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 8.828 3.4 17.4 2 16 12 6l10 10-1.4 1.4z\"/>\n</svg>"],
53
- ['chevron-up-down', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 5.828 7.4 10.4 6 9l6-6 6 6-1.4 1.4zm0 12.344L7.4 13.6 6 15l6 6 6-6-1.4-1.4z\"/>\n</svg>"],
55
+ ['chevron-up-chevron-down', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 5.828 7.4 10.4 6 9l6-6 6 6-1.4 1.4zm0 12.344L7.4 13.6 6 15l6 6 6-6-1.4-1.4z\"/>\n</svg>"],
54
56
  ['chevron-up-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 10.828 7.4 15.4 6 14l6-6 6 6-1.4 1.4z\"/>\n</svg>"],
55
57
  ['chevron-up-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 9.828 5.4 16.4 4 15l8-8 8 8-1.4 1.4z\"/>\n</svg>"],
56
58
  ['circle-dashed', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path\n\t\tfill=\"currentColor\"\n\t\td=\"M14.59 21.66a10.05 10.05 0 0 1-5.18 0l.52-1.93a8.05 8.05 0 0 0 4.14 0zM5.07 16A8.05 8.05 0 0 0 8 18.93l-1 1.73A10.05 10.05 0 0 1 3.34 17zm15.59 1A10.04 10.04 0 0 1 17 20.66l-1-1.73A8.05 8.05 0 0 0 18.93 16zM4.27 9.93A8 8 0 0 0 4 12a8 8 0 0 0 .27 2.07l-1.93.52a10 10 0 0 1 0-5.18zm17.39-.52a10 10 0 0 1 0 5.18l-.96-.26-.97-.26a8.06 8.06 0 0 0 0-4.14zM8 5.07A8.05 8.05 0 0 0 5.07 8L3.34 7A10.05 10.05 0 0 1 7 3.34zm9-1.73A10.05 10.05 0 0 1 20.66 7l-1.73 1A8.05 8.05 0 0 0 16 5.07zM12 2c.9 0 1.76.12 2.59.34l-.26.96-.26.97A8 8 0 0 0 12 4a8 8 0 0 0-2.07.27L9.4 2.34C10.24 2.12 11.11 2 12 2\"\n\t/>\n</svg>"],
@@ -70,7 +72,7 @@ export const iconRegistry = new Map([
70
72
  ['dismiss-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m17.3 5.3 1.4 1.4-5.29 5.3 5.3 5.3-1.42 1.4L12 13.42l-5.3 5.3-1.4-1.42L10.58 12l-5.3-5.3 1.42-1.4L12 10.58z\"/>\n</svg>"],
71
73
  ['ellipsis', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4\"/>\n</svg>"],
72
74
  ['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>"],
73
- ['euro', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4.5 10.939V9.055h11.39v1.884zm11.39 2.51v1.884H4.5V13.45zM15.053 22q-2.392 0-4.215-1.076-1.824-1.077-2.87-3.199-1.017-2.122-1.017-5.292 0-2.72.688-4.693.717-1.973 1.913-3.229 1.197-1.286 2.72-1.883A8.5 8.5 0 0 1 15.503 2q.956 0 1.704.09.747.09 1.435.299V4.48q-1.017-.24-1.645-.299-.627-.09-1.614-.09-1.196 0-2.272.479-1.047.478-1.883 1.465-.838.987-1.316 2.511-.478 1.495-.478 3.528 0 2.66.747 4.394.777 1.734 2.123 2.601 1.345.837 3.079.837.867 0 1.674-.09t1.794-.328v2.033q-1.017.24-1.884.358-.837.12-1.913.12\"/>\n</svg>"],
75
+ ['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>"],
74
76
  ['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>"],
75
77
  ['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>"],
76
78
  ['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>"],
@@ -101,8 +103,8 @@ export const iconRegistry = new Map([
101
103
  ['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>"],
102
104
  ['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>"],
103
105
  ['moon', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.47 2.12a8.99 8.99 0 0 0 11.41 11.4 10 10 0 1 1-11.4-11.4M8 5.07A8 8 0 1 0 18.93 16 11 11 0 0 1 8 5.07\"/>\n</svg>"],
104
- ['numbered-list', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5.223 14.015c1.003 0 1.634.316 1.944.864.284.491.308 1.154.117 1.684-.153.412-.473.764-1.071 1.142-.481.305-.98.584-1.34 1.035h2.672V20H3.513l-.135-1.053a3.2 3.2 0 0 1 .441-.882q.298-.405.873-.81c.287-.2.614-.382.846-.648.239-.29.371-.824.036-1.098q-.198-.171-.657-.171c-.524 0-.874.034-1.332.162v-1.287a6.8 6.8 0 0 1 1.638-.198M22 19H10v-2h12zm0-6H10v-2h12zM6.483 10H4.935V5.323c-.474 0-.96.041-1.386.126V4.28C4.514 4.021 5.493 4 6.483 4zM22 7H10V5h12z\"/>\n</svg>"],
105
- ['paper-plane', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19.44 2.57c.98-.34 1.92.6 1.59 1.59l-5.66 16.59a1.25 1.25 0 0 1-2.28.2l-3.05-6.77a1.3 1.3 0 0 0-.63-.63l-6.67-3a1.25 1.25 0 0 1 .1-2.32zm-7.65 10.65 2.3 5.08 3.82-11.2zM5.3 9.5c1.69.75 3.48 1.48 5.09 2.3L16.5 5.7z\"/>\n</svg>"],
106
+ ['numbered-list', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5.43 14a2 2 0 0 1 1.3 3.4l-1.1 1.1H7.5V20h-4v-1.5l2.16-2.16a.5.5 0 0 0 .14-.4.5.5 0 0 0-.47-.44.5.5 0 0 0-.51.37l-1.45-.39A2 2 0 0 1 5.43 14M22 19H10v-2h12zM22 13H10v-2h12zM6.5 10H5V5.5H3.5V4h3zM22 7H10V5h12z\"/>\n</svg>"],
107
+ ['paper-plane', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19.7 2.74c.96-.31 1.87.6 1.56 1.57l-5.73 17.94c-.4.98-1.8 1.03-2.27.07L10.2 14.5a1.3 1.3 0 0 0-.7-.7l-7.72-3.03c-1.1-.42-1.04-2 .08-2.35zm-7.77 10.75q.08.15.13.29l2.25 5.74 3.94-12.36zm-7.45-3.8 5.74 2.25.3.13 6.32-6.32z\"/>\n</svg>"],
106
108
  ['paperclip', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8.04 15.21a.75.75 0 1 0 1.06 1.06l8-8a2.5 2.5 0 0 0-3.53-3.54l-8 8a4.25 4.25 0 1 0 6 6.02l8.01-8 1.42 1.4-8 8.01a6.2 6.2 0 0 1-8.85 0 6.2 6.2 0 0 1 0-8.84l8-8a4.5 4.5 0 1 1 6.37 6.36l-8 8a2.75 2.75 0 1 1-3.9-3.88l8.01-8 1.42 1.4z\"/>\n</svg>"],
107
109
  ['pencil', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21.418 4a2 2 0 0 1 0 2.828L7.246 21H3.003v-4.243L17.175 2.586a2 2 0 0 1 2.828 0zM15.76 6.828 5.003 17.586V19h1.414L17.175 8.243zm1.414-1.414 1.414 1.414 1.414-1.414L18.59 4z\"/>\n</svg>"],
108
110
  ['pencil-on-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.932 6H5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5.927l2-2V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V7a3 3 0 0 1 3-3h7.93z\"/>\n\t<path fill=\"currentColor\" d=\"M17.175 2.586a2 2 0 0 1 2.829 0L21.418 4a2 2 0 0 1 0 2.828L11.246 17H7.003v-4.242zm-8.172 11V15h1.414l6.758-6.758-1.414-1.414zm8.172-8.172 1.414 1.414 1.415-1.414L18.589 4z\"/>\n</svg>"],
@@ -110,11 +112,12 @@ export const iconRegistry = new Map([
110
112
  ['person-2', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10 14c2.2 0 4 1.8 4 4v3h-2v-3a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3H2v-3c0-2.2 1.8-4 4-4zM22 17v3h-2v-3a2 2 0 0 0-2-2h-3.93a5 5 0 0 0-1.92-1.55A4 4 0 0 1 14 13h4c2.2 0 4 1.8 4 4\"/>\n\t<path fill=\"currentColor\" d=\"M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4M16 3a4 4 0 1 1-3.2 6.4 5 5 0 0 0-.5-3.94A4 4 0 0 1 16 3m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4\"/>\n</svg>"],
111
113
  ['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>"],
112
114
  ['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>"],
115
+ ['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>"],
113
116
  ['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>"],
114
117
  ['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>"],
115
118
  ['puzzle-piece', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.5 1.5A3.5 3.5 0 0 1 14 5v.75c0 .14.11.25.25.25h3.25a1 1 0 0 1 1 1v2.75q.02.23.25.25H19a3.5 3.5 0 1 1 0 7h-.25a.25.25 0 0 0-.25.25V21a1 1 0 0 1-1 1h-4.75a.25.25 0 0 1-.25-.25V20.5a1.5 1.5 0 0 0-3 0v1.25q-.02.23-.25.25H3.5a1 1 0 0 1-1-1v-5.75c0-.14.11-.25.25-.25H4a1.5 1.5 0 0 0 0-3H2.75a.25.25 0 0 1-.25-.25V7a1 1 0 0 1 1-1h3.25c.14 0 .25-.11.25-.25V5a3.5 3.5 0 0 1 3.5-3.5m0 2C9.67 3.5 9 4.17 9 5v.75C9 6.99 8 8 6.75 8H4.5v2.04a3.5 3.5 0 0 1 0 6.92V20h3.04a3.5 3.5 0 0 1 6.92 0h2.04v-2.75c0-1.24 1-2.25 2.25-2.25H19a1.5 1.5 0 0 0 0-3h-.25c-1.24 0-2.25-1-2.25-2.25V8h-2.25C13.01 8 12 7 12 5.75V5c0-.83-.67-1.5-1.5-1.5\"/>\n</svg>"],
116
119
  ['puzzle-piece-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11 2a2.5 2.5 0 0 1 2.5 2.5v.75c0 .14.11.25.25.25H18a1 1 0 0 1 1 1v3.75q.02.23.25.25H20a2.5 2.5 0 0 1 0 5h-.75a.25.25 0 0 0-.25.25v4.75a1 1 0 0 1-1 1h-4.25a.25.25 0 0 1-.25-.25V20a2.5 2.5 0 0 0-5 0v1.25q-.02.23-.25.25H4a1 1 0 0 1-1-1v-4.25c0-.14.11-.25.25-.25H4.5a2.5 2.5 0 0 0 0-5H3.25a.25.25 0 0 1-.25-.25V6.5a1 1 0 0 1 1-1h4.25c.14 0 .25-.11.25-.25V4.5A2.5 2.5 0 0 1 11 2\"/>\n</svg>"],
117
- ['question-mark-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.695 14.47q.564 0 .862.327.311.312.312.906 0 .55-.312.876-.297.327-.862.327-.58 0-.89-.311-.297-.328-.297-.892t.297-.89q.311-.342.89-.342M12.245 7q1.337 0 2.094.624.758.608.758 1.634 0 .907-.402 1.485-.386.564-1.202.95l-.728.372q-.327.162-.475.37a.74.74 0 0 0-.134.431q0 .208.06.43.06.21.163.402l-1.485.075a1.5 1.5 0 0 1-.342-.49 1.6 1.6 0 0 1-.134-.64q0-.519.253-.906.252-.4.876-.742l.787-.445q.46-.252.639-.49a.9.9 0 0 0 .178-.565.66.66 0 0 0-.327-.594q-.313-.222-1.054-.222-.52 0-1.04.118-.52.104-1.04.297V7.476a6 6 0 0 1 1.218-.357Q11.518 7 12.245 7\"/>\n\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>"],
120
+ ['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>"],
118
121
  ['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>"],
119
122
  ['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>"],
120
123
  ['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>"],
@@ -127,8 +130,9 @@ export const iconRegistry = new Map([
127
130
  ['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>"],
128
131
  ['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>"],
129
132
  ['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>"],
133
+ ['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>"],
130
134
  ['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>"],
131
135
  ['trash', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2h5v2h-1.08L19 19.046A3 3 0 0 1 16 22H8a3 3 0 0 1-3-2.954L4.08 8H3V6h5zM6.087 8l.91 10.917L7 19a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1l.003-.083L17.914 8zM14 6h-4V4h4zm-3 4v8H9v-8zm4 0v8h-2v-8z\"/>\n</svg>"],
132
- ['underlined', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20 22H4v-2h16zM8.7 12.07q0 1.92.81 2.8.84.87 2.55.87 1.61 0 2.47-.91.89-.94.89-2.67V2h2.37v10.16q0 1.78-.72 3.1a4.7 4.7 0 0 1-2.04 2.02q-1.32.81-3.14.72-2.83.09-4.27-1.44c-.95-.9-1.42-2.36-1.42-4.2V2h2.5z\"/>\n</svg>"],
136
+ ['underlined', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20 22H4v-2h16zM8 13c0 1.33 1.43 3 4 3s4-1.67 4-3V2h2v11c0 2.76-2.69 5-6 5s-6-2.24-6-5V2h2z\"/>\n</svg>"],
133
137
  ]);
134
138
  //# sourceMappingURL=icon-registry.js.map
@@ -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":"AAAA,8EAA8E;AAE9E,MAAM,CAAC,MAAM,YAAY,GAAG,IAAI,GAAG,CAAiB;IACnD,CAAC,oBAAoB,EAAE,kVAAkV,CAAC;IAC1W,CAAC,2BAA2B,EAAE,sPAAsP,CAAC;IACrR,CAAC,YAAY,EAAE,2KAA2K,CAAC;IAC3L,CAAC,sBAAsB,EAAE,qRAAqR,CAAC;IAC/S,CAAC,YAAY,EAAE,0KAA0K,CAAC;IAC1L,CAAC,aAAa,EAAE,2KAA2K,CAAC;IAC5L,CAAC,uBAAuB,EAAE,sMAAsM,CAAC;IACjO,CAAC,sBAAsB,EAAE,wMAAwM,CAAC;IAClO,CAAC,UAAU,EAAE,0KAA0K,CAAC;IACxL,CAAC,qBAAqB,EAAE,mRAAmR,CAAC;IAC5S,CAAC,MAAM,EAAE,oNAAoN,CAAC;IAC9N,CAAC,mBAAmB,EAAE,uUAAuU,CAAC;IAC9V,CAAC,aAAa,EAAE,mSAAmS,CAAC;IACpT,CAAC,mBAAmB,EAAE,kVAAkV,CAAC;IACzW,CAAC,gBAAgB,EAAE,mXAAmX,CAAC;IACvY,CAAC,YAAY,EAAE,kIAAkI,CAAC;IAClJ,CAAC,wBAAwB,EAAE,gIAAgI,CAAC;IAC5J,CAAC,kBAAkB,EAAE,+HAA+H,CAAC;IACrJ,CAAC,YAAY,EAAE,uIAAuI,CAAC;IACvJ,CAAC,wBAAwB,EAAE,iIAAiI,CAAC;IAC7J,CAAC,kBAAkB,EAAE,iIAAiI,CAAC;IACvJ,CAAC,aAAa,EAAE,qIAAqI,CAAC;IACtJ,CAAC,yBAAyB,EAAE,gIAAgI,CAAC;IAC7J,CAAC,mBAAmB,EAAE,+HAA+H,CAAC;IACtJ,CAAC,UAAU,EAAE,mIAAmI,CAAC;IACjJ,CAAC,sBAAsB,EAAE,gIAAgI,CAAC;IAC1J,CAAC,gBAAgB,EAAE,gIAAgI,CAAC;IACpJ,CAAC,aAAa,EAAE,qdAAqd,CAAC;IACte,CAAC,qBAAqB,EAAE,uOAAuO,CAAC;IAChQ,CAAC,YAAY,EAAE,6UAA6U,CAAC;IAC7V,CAAC,YAAY,EAAE,0LAA0L,CAAC;IAC1M,CAAC,mBAAmB,EAAE,kSAAkS,CAAC;IACzT,CAAC,wBAAwB,EAAE,4LAA4L,CAAC;IACxN,CAAC,kBAAkB,EAAE,4LAA4L,CAAC;IAClN,CAAC,qBAAqB,EAAE,iQAAiQ,CAAC;IAC1R,CAAC,iCAAiC,EAAE,6PAA6P,CAAC;IAClS,CAAC,2BAA2B,EAAE,6PAA6P,CAAC;IAC5R,CAAC,sBAAsB,EAAE,0PAA0P,CAAC;IACpR,CAAC,kCAAkC,EAAE,0OAA0O,CAAC;IAChR,CAAC,4BAA4B,EAAE,0OAA0O,CAAC;IAC1Q,CAAC,cAAc,EAAE,6JAA6J,CAAC;IAC/K,CAAC,0BAA0B,EAAE,0JAA0J,CAAC;IACxL,CAAC,oBAAoB,EAAE,yJAAyJ,CAAC;IACjL,CAAC,cAAc,EAAE,oKAAoK,CAAC;IACtL,CAAC,4BAA4B,EAAE,iMAAiM,CAAC;IACjO,CAAC,0BAA0B,EAAE,8JAA8J,CAAC;IAC5L,CAAC,0CAA0C,EAAE,0OAA0O,CAAC;IACxR,CAAC,oBAAoB,EAAE,6JAA6J,CAAC;IACrL,CAAC,eAAe,EAAE,iKAAiK,CAAC;IACpL,CAAC,2BAA2B,EAAE,0JAA0J,CAAC;IACzL,CAAC,qBAAqB,EAAE,yJAAyJ,CAAC;IAClL,CAAC,YAAY,EAAE,6JAA6J,CAAC;IAC7K,CAAC,yBAAyB,EAAE,iMAAiM,CAAC;IAC9N,CAAC,wBAAwB,EAAE,2JAA2J,CAAC;IACvL,CAAC,kBAAkB,EAAE,0JAA0J,CAAC;IAChL,CAAC,eAAe,EAAE,ysBAAysB,CAAC;IAC5tB,CAAC,eAAe,EAAE,mLAAmL,CAAC;IACtM,CAAC,2BAA2B,EAAE,+KAA+K,CAAC;IAC9M,CAAC,qBAAqB,EAAE,uLAAuL,CAAC;IAChN,CAAC,+BAA+B,EAAE,2dAA2d,CAAC;IAC9f,CAAC,OAAO,EAAE,yUAAyU,CAAC;IACpV,CAAC,kBAAkB,EAAE,kbAAkb,CAAC;IACxc,CAAC,gBAAgB,EAAE,gbAAgb,CAAC;IACpc,CAAC,gBAAgB,EAAE,+uBAA+uB,CAAC;IACnwB,CAAC,sBAAsB,EAAE,itBAAitB,CAAC;IAC3uB,CAAC,SAAS,EAAE,6NAA6N,CAAC;IAC1O,CAAC,gBAAgB,EAAE,gVAAgV,CAAC;IACpW,CAAC,uBAAuB,EAAE,iQAAiQ,CAAC;IAC5R,CAAC,qBAAqB,EAAE,6NAA6N,CAAC;IACtP,CAAC,eAAe,EAAE,6NAA6N,CAAC;IAChP,CAAC,UAAU,EAAE,mNAAmN,CAAC;IACjO,CAAC,UAAU,EAAE,4UAA4U,CAAC;IAC1V,CAAC,WAAW,EAAE,+kBAA+kB,CAAC;IAC9lB,CAAC,oBAAoB,EAAE,oUAAoU,CAAC;IAC5V,CAAC,sBAAsB,EAAE,6iBAA6iB,CAAC;IACvkB,CAAC,6BAA6B,EAAE,yWAAyW,CAAC;IAC1Y,CAAC,KAAK,EAAE,8aAA8a,CAAC;IACvb,CAAC,WAAW,EAAE,iwBAAiwB,CAAC;IAChxB,CAAC,eAAe,EAAE,2bAA2b,CAAC;IAC9c,CAAC,cAAc,EAAE,4eAA4e,CAAC;IAC9f,CAAC,yBAAyB,EAAE,uhBAAuhB,CAAC;IACpjB,CAAC,WAAW,EAAE,8UAA8U,CAAC;IAC7V,CAAC,QAAQ,EAAE,mUAAmU,CAAC;IAC/U,CAAC,cAAc,EAAE,qaAAqa,CAAC;IACvb,CAAC,MAAM,EAAE,6sCAA6sC,CAAC;IACvtC,CAAC,OAAO,EAAE,4XAA4X,CAAC;IACvY,CAAC,cAAc,EAAE,8PAA8P,CAAC;IAChR,CAAC,OAAO,EAAE,gPAAgP,CAAC;IAC3P,CAAC,OAAO,EAAE,2VAA2V,CAAC;IACtW,CAAC,aAAa,EAAE,qUAAqU,CAAC;IACtV,CAAC,QAAQ,EAAE,yKAAyK,CAAC;IACrL,CAAC,MAAM,EAAE,siBAAsiB,CAAC;IAChjB,CAAC,MAAM,EAAE,sJAAsJ,CAAC;IAChK,CAAC,iBAAiB,EAAE,yOAAyO,CAAC;IAC9P,CAAC,eAAe,EAAE,oOAAoO,CAAC;IACvP,CAAC,uBAAuB,EAAE,uJAAuJ,CAAC;IAClL,CAAC,aAAa,EAAE,kWAAkW,CAAC;IACnX,CAAC,WAAW,EAAE,kWAAkW,CAAC;IACjX,CAAC,WAAW,EAAE,0RAA0R,CAAC;IACzS,CAAC,OAAO,EAAE,+HAA+H,CAAC;IAC1I,CAAC,mBAAmB,EAAE,+HAA+H,CAAC;IACtJ,CAAC,aAAa,EAAE,+HAA+H,CAAC;IAChJ,CAAC,MAAM,EAAE,2NAA2N,CAAC;IACrO,CAAC,eAAe,EAAE,mUAAmU,CAAC;IACtV,CAAC,aAAa,EAAE,+UAA+U,CAAC;IAChW,CAAC,WAAW,EAAE,wVAAwV,CAAC;IACvW,CAAC,QAAQ,EAAE,gSAAgS,CAAC;IAC5S,CAAC,kBAAkB,EAAE,4cAA4c,CAAC;IACle,CAAC,QAAQ,EAAE,2QAA2Q,CAAC;IACvR,CAAC,UAAU,EAAE,8dAA8d,CAAC;IAC5e,CAAC,mBAAmB,EAAE,gpCAAgpC,CAAC;IACvqC,CAAC,eAAe,EAAE,+VAA+V,CAAC;IAClX,CAAC,OAAO,EAAE,wYAAwY,CAAC;IACnZ,CAAC,MAAM,EAAE,mJAAmJ,CAAC;IAC7J,CAAC,YAAY,EAAE,mJAAmJ,CAAC;IACnK,CAAC,cAAc,EAAE,8tBAA8tB,CAAC;IAChvB,CAAC,qBAAqB,EAAE,weAAwe,CAAC;IACjgB,CAAC,sBAAsB,EAAE,+aAA+a,CAAC;IACzc,CAAC,iBAAiB,EAAE,6WAA6W,CAAC;IAClY,CAAC,mBAAmB,EAAE,kUAAkU,CAAC;IACzV,CAAC,YAAY,EAAE,mmCAAmmC,CAAC;IACnnC,CAAC,cAAc,EAAE,gPAAgP,CAAC;IAClQ,CAAC,UAAU,EAAE,0xBAA0xB,CAAC;IACxyB,CAAC,wBAAwB,EAAE,0WAA0W,CAAC;IACtY,CAAC,wBAAwB,EAAE,qVAAqV,CAAC;IACjX,CAAC,iBAAiB,EAAE,8WAA8W,CAAC;IACnY,CAAC,uBAAuB,EAAE,8cAA8c,CAAC;IACze,CAAC,KAAK,EAAE,skBAAskB,CAAC;IAC/kB,CAAC,wBAAwB,EAAE,qeAAqe,CAAC;IACjgB,CAAC,UAAU,EAAE,2VAA2V,CAAC;IACzW,CAAC,YAAY,EAAE,qTAAqT,CAAC;IACrU,CAAC,OAAO,EAAE,8PAA8P,CAAC;IACzQ,CAAC,OAAO,EAAE,mWAAmW,CAAC;IAC9W,CAAC,YAAY,EAAE,6MAA6M,CAAC;CAC7N,CAAC,CAAC"}
@@ -5,7 +5,7 @@
5
5
  * Voor interactieve chips (filter, dismiss) gebruik je <nldd-token>.
6
6
  *
7
7
  * @element nldd-tag
8
- * @attr {string} variant - Visuele variant: 'neutral' | 'accent' | 'success' | 'warning' | 'critical' (default: 'neutral')
8
+ * @attr {string} color - Kleurvariant. Semantisch: 'neutral' | 'accent' | 'success' | 'warning' | 'critical'. Rijkskleuren: 'coolgray' | 'lintblauw' | 'donkerblauw' | 'hemelblauw' | 'lichtblauw' | 'paars' | 'violet' | 'robijnrood' | 'roze' | 'rood' | 'oranje' | 'donkergeel' | 'geel' | 'donkerbruin' | 'bruin' | 'donkergroen' | 'groen' | 'mosgroen' | 'mintgroen'. (default: 'neutral')
9
9
  * @attr {string} size - Tag grootte: 'sm' | 'md' (default: 'md')
10
10
  * @attr {string} text - Tag tekst (alternatief voor default slot)
11
11
  * @attr {string} icon - Icoon voor de tekst
@@ -16,11 +16,11 @@
16
16
  */
17
17
  import { LitElement } from 'lit';
18
18
  import './../icon/icon.js';
19
- type Variant = 'neutral' | 'accent' | 'success' | 'warning' | 'critical';
19
+ type Color = 'neutral' | 'accent' | 'success' | 'warning' | 'critical' | 'coolgray' | 'lintblauw' | 'donkerblauw' | 'hemelblauw' | 'lichtblauw' | 'paars' | 'violet' | 'robijnrood' | 'roze' | 'rood' | 'oranje' | 'donkergeel' | 'geel' | 'donkerbruin' | 'bruin' | 'donkergroen' | 'groen' | 'mosgroen' | 'mintgroen';
20
20
  type Size = 'sm' | 'md';
21
21
  export declare class NLDDTag extends LitElement {
22
22
  static styles: import("lit").CSSResult;
23
- variant: Variant;
23
+ color: Color;
24
24
  size: Size;
25
25
  text: string;
26
26
  icon: string;
@@ -1 +1 @@
1
- {"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../../src/components/content/tag/tag.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAIjC,OAAO,mBAAmB,CAAC;AAE3B,KAAK,OAAO,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;AACzE,KAAK,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAExB,qBACa,OAAQ,SAAQ,UAAU;IACtC,OAAgB,MAAM,0BAAa;IAGnC,OAAO,EAAE,OAAO,CAAa;IAG7B,IAAI,EAAE,IAAI,CAAQ;IAGlB,IAAI,SAAM;IAGV,IAAI,SAAM;IAGV,eAAe,SAAM;IAGrB,YAAY,UAAS;IAGrB,YAAY,UAAS;IAErB,OAAO,CAAC,cAAc,CAAC,CAAmB;IAE1C,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAEQ,iBAAiB;IAajB,oBAAoB;IAM7B,OAAO,CAAC,gBAAgB;IAgBf,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,UAAU,EAAE,OAAO,CAAC;KACpB;CACD"}
1
+ {"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../../src/components/content/tag/tag.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAIjC,OAAO,mBAAmB,CAAC;AAE3B,KAAK,KAAK,GAEP,SAAS,GACT,QAAQ,GACR,SAAS,GACT,SAAS,GACT,UAAU,GAEV,UAAU,GACV,WAAW,GACX,aAAa,GACb,YAAY,GACZ,YAAY,GACZ,OAAO,GACP,QAAQ,GACR,YAAY,GACZ,MAAM,GACN,MAAM,GACN,QAAQ,GACR,YAAY,GACZ,MAAM,GACN,aAAa,GACb,OAAO,GACP,aAAa,GACb,OAAO,GACP,UAAU,GACV,WAAW,CAAC;AACf,KAAK,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAExB,qBACa,OAAQ,SAAQ,UAAU;IACtC,OAAgB,MAAM,0BAAa;IAGnC,KAAK,EAAE,KAAK,CAAa;IAGzB,IAAI,EAAE,IAAI,CAAQ;IAGlB,IAAI,SAAM;IAGV,IAAI,SAAM;IAGV,eAAe,SAAM;IAGrB,YAAY,UAAS;IAGrB,YAAY,UAAS;IAErB,OAAO,CAAC,cAAc,CAAC,CAAmB;IAE1C,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAEQ,iBAAiB;IAajB,oBAAoB;IAM7B,OAAO,CAAC,gBAAgB;IAgBf,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,UAAU,EAAE,OAAO,CAAC;KACpB;CACD"}
@@ -5,7 +5,7 @@
5
5
  * Voor interactieve chips (filter, dismiss) gebruik je <nldd-token>.
6
6
  *
7
7
  * @element nldd-tag
8
- * @attr {string} variant - Visuele variant: 'neutral' | 'accent' | 'success' | 'warning' | 'critical' (default: 'neutral')
8
+ * @attr {string} color - Kleurvariant. Semantisch: 'neutral' | 'accent' | 'success' | 'warning' | 'critical'. Rijkskleuren: 'coolgray' | 'lintblauw' | 'donkerblauw' | 'hemelblauw' | 'lichtblauw' | 'paars' | 'violet' | 'robijnrood' | 'roze' | 'rood' | 'oranje' | 'donkergeel' | 'geel' | 'donkerbruin' | 'bruin' | 'donkergroen' | 'groen' | 'mosgroen' | 'mintgroen'. (default: 'neutral')
9
9
  * @attr {string} size - Tag grootte: 'sm' | 'md' (default: 'md')
10
10
  * @attr {string} text - Tag tekst (alternatief voor default slot)
11
11
  * @attr {string} icon - Icoon voor de tekst
@@ -28,7 +28,7 @@ import './../icon/icon.js';
28
28
  let NLDDTag = class NLDDTag extends LitElement {
29
29
  constructor() {
30
30
  super(...arguments);
31
- this.variant = 'neutral';
31
+ this.color = 'neutral';
32
32
  this.size = 'md';
33
33
  this.text = '';
34
34
  this.icon = '';
@@ -85,7 +85,7 @@ let NLDDTag = class NLDDTag extends LitElement {
85
85
  NLDDTag.styles = tagStyles;
86
86
  __decorate([
87
87
  property({ type: String, reflect: true })
88
- ], NLDDTag.prototype, "variant", void 0);
88
+ ], NLDDTag.prototype, "color", void 0);
89
89
  __decorate([
90
90
  property({ type: String, reflect: true })
91
91
  ], NLDDTag.prototype, "size", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"tag.js","sourceRoot":"","sources":["../../../../src/components/content/tag/tag.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tag.js","sourceRoot":"","sources":["../../../../src/components/content/tag/tag.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,mBAAmB,CAAC;AAgCpB,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,UAAU;IAAhC;;QAIN,UAAK,GAAU,SAAS,CAAC;QAGzB,SAAI,GAAS,IAAI,CAAC;QAGlB,SAAI,GAAG,EAAE,CAAC;QAGV,SAAI,GAAG,EAAE,CAAC;QAGV,oBAAe,GAAG,EAAE,CAAC;QAGrB,iBAAY,GAAG,KAAK,CAAC;QAGrB,iBAAY,GAAG,KAAK,CAAC;IAkDtB,CAAC;IA9CA,IAAI,QAAQ;QACX,OAAO,CAAC,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,CAAC;IACzC,CAAC;IAED,IAAI,QAAQ;QACX,OAAO,CAAC,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,CAAC;IACzC,CAAC;IAEQ,iBAAiB;QACzB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,gBAAgB,EAAE,CAAC;QACxB,IAAI,CAAC,cAAc,GAAG,IAAI,gBAAgB,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,CAAC,CAAC;QAC1E,iEAAiE;QACjE,iEAAiE;QACjE,iEAAiE;QACjE,8DAA8D;QAC9D,kEAAkE;QAClE,wCAAwC;QACxC,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;IACxD,CAAC;IAEQ,oBAAoB;QAC5B,KAAK,CAAC,oBAAoB,EAAE,CAAC;QAC7B,IAAI,CAAC,cAAc,EAAE,UAAU,EAAE,CAAC;QAClC,IAAI,CAAC,cAAc,GAAG,SAAS,CAAC;IACjC,CAAC;IAEO,gBAAgB;QACvB,IAAI,OAAO,GAAG,KAAK,CAAC;QACpB,IAAI,OAAO,GAAG,KAAK,CAAC;QACpB,KAAK,MAAM,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;YAChD,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,SAAS,EAAE,CAAC;gBACtC,IAAI,IAAI,CAAC,WAAW,EAAE,IAAI,EAAE;oBAAE,OAAO,GAAG,IAAI,CAAC;YAC9C,CAAC;iBAAM,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,YAAY,EAAE,CAAC;gBAChD,MAAM,QAAQ,GAAI,IAAgB,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC;gBACxD,IAAI,QAAQ,KAAK,MAAM;oBAAE,OAAO,GAAG,IAAI,CAAC;qBACnC,IAAI,CAAC,QAAQ;oBAAE,OAAO,GAAG,IAAI,CAAC;YACpC,CAAC;QACF,CAAC;QACD,IAAI,CAAC,YAAY,GAAG,OAAO,CAAC;QAC5B,IAAI,CAAC,YAAY,GAAG,OAAO,CAAC;IAC7B,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,CAAC;IACvB,CAAC;;AAtEe,cAAM,GAAG,SAAS,AAAZ,CAAa;AAGnC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;sCACjB;AAGzB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;qCACxB;AAGlB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;qCACjB;AAGV;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;qCACjB;AAGV;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;gDACrC;AAGrB;IADC,KAAK,EAAE;6CACa;AAGrB;IADC,KAAK,EAAE;6CACa;AAtBT,OAAO;IADnB,aAAa,CAAC,UAAU,CAAC;GACb,OAAO,CAwEnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"tag.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/tag/tag.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,yBAsGrB,CAAC"}
1
+ {"version":3,"file":"tag.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/tag/tag.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,yBAwMrB,CAAC"}
@@ -8,7 +8,7 @@ export const tagStyles = css `
8
8
  --_background-color: var(--components-tag-neutral-background-color);
9
9
  --_content-color: var(--components-tag-neutral-content-color);
10
10
  --_min-height: var(--primitives-space-24);
11
- --_inline-padding: var(--primitives-space-8);
11
+ --_inline-padding: var(--primitives-space-6);
12
12
  --_gap: var(--primitives-space-3);
13
13
  --_font: var(--primitives-font-body-sm-bold-flat);
14
14
  --_icon-size: var(--primitives-space-16);
@@ -21,7 +21,7 @@ export const tagStyles = css `
21
21
 
22
22
  :host([size="sm"]) {
23
23
  --_min-height: var(--primitives-space-20);
24
- --_inline-padding: var(--primitives-space-6);
24
+ --_inline-padding: var(--primitives-space-4);
25
25
  --_gap: var(--primitives-space-2);
26
26
  --_font: var(--primitives-font-body-xs-bold-flat);
27
27
  --_icon-size: var(--primitives-space-14);
@@ -33,35 +33,133 @@ export const tagStyles = css `
33
33
  }
34
34
 
35
35
 
36
- /* ## Variants */
36
+ /* ## Color */
37
37
 
38
- :host([variant="neutral"]),
39
- :host(:not([variant])) {
38
+ :host([color="neutral"]),
39
+ :host(:not([color])) {
40
40
  --_background-color: var(--components-tag-neutral-background-color);
41
41
  --_content-color: var(--components-tag-neutral-content-color);
42
42
  }
43
43
 
44
- :host([variant="accent"]) {
44
+ :host([color="accent"]) {
45
45
  --_background-color: var(--components-tag-accent-background-color);
46
46
  --_content-color: var(--components-tag-accent-content-color);
47
47
  }
48
48
 
49
- :host([variant="success"]) {
49
+ :host([color="success"]) {
50
50
  --_background-color: var(--components-tag-success-background-color);
51
51
  --_content-color: var(--components-tag-success-content-color);
52
52
  }
53
53
 
54
- :host([variant="warning"]) {
54
+ :host([color="warning"]) {
55
55
  --_background-color: var(--components-tag-warning-background-color);
56
56
  --_content-color: var(--components-tag-warning-content-color);
57
57
  }
58
58
 
59
- :host([variant="critical"]) {
59
+ :host([color="critical"]) {
60
60
  --_background-color: var(--components-tag-critical-background-color);
61
61
  --_content-color: var(--components-tag-critical-content-color);
62
62
  }
63
63
 
64
64
 
65
+ /* ### Rijkskleuren */
66
+
67
+ :host([color="coolgray"]) {
68
+ --_background-color: var(--components-tag-coolgray-background-color);
69
+ --_content-color: var(--components-tag-coolgray-content-color);
70
+ }
71
+
72
+ :host([color="lintblauw"]) {
73
+ --_background-color: var(--components-tag-lintblauw-background-color);
74
+ --_content-color: var(--components-tag-lintblauw-content-color);
75
+ }
76
+
77
+ :host([color="donkerblauw"]) {
78
+ --_background-color: var(--components-tag-donkerblauw-background-color);
79
+ --_content-color: var(--components-tag-donkerblauw-content-color);
80
+ }
81
+
82
+ :host([color="hemelblauw"]) {
83
+ --_background-color: var(--components-tag-hemelblauw-background-color);
84
+ --_content-color: var(--components-tag-hemelblauw-content-color);
85
+ }
86
+
87
+ :host([color="lichtblauw"]) {
88
+ --_background-color: var(--components-tag-lichtblauw-background-color);
89
+ --_content-color: var(--components-tag-lichtblauw-content-color);
90
+ }
91
+
92
+ :host([color="paars"]) {
93
+ --_background-color: var(--components-tag-paars-background-color);
94
+ --_content-color: var(--components-tag-paars-content-color);
95
+ }
96
+
97
+ :host([color="violet"]) {
98
+ --_background-color: var(--components-tag-violet-background-color);
99
+ --_content-color: var(--components-tag-violet-content-color);
100
+ }
101
+
102
+ :host([color="robijnrood"]) {
103
+ --_background-color: var(--components-tag-robijnrood-background-color);
104
+ --_content-color: var(--components-tag-robijnrood-content-color);
105
+ }
106
+
107
+ :host([color="roze"]) {
108
+ --_background-color: var(--components-tag-roze-background-color);
109
+ --_content-color: var(--components-tag-roze-content-color);
110
+ }
111
+
112
+ :host([color="rood"]) {
113
+ --_background-color: var(--components-tag-rood-background-color);
114
+ --_content-color: var(--components-tag-rood-content-color);
115
+ }
116
+
117
+ :host([color="oranje"]) {
118
+ --_background-color: var(--components-tag-oranje-background-color);
119
+ --_content-color: var(--components-tag-oranje-content-color);
120
+ }
121
+
122
+ :host([color="donkergeel"]) {
123
+ --_background-color: var(--components-tag-donkergeel-background-color);
124
+ --_content-color: var(--components-tag-donkergeel-content-color);
125
+ }
126
+
127
+ :host([color="geel"]) {
128
+ --_background-color: var(--components-tag-geel-background-color);
129
+ --_content-color: var(--components-tag-geel-content-color);
130
+ }
131
+
132
+ :host([color="donkerbruin"]) {
133
+ --_background-color: var(--components-tag-donkerbruin-background-color);
134
+ --_content-color: var(--components-tag-donkerbruin-content-color);
135
+ }
136
+
137
+ :host([color="bruin"]) {
138
+ --_background-color: var(--components-tag-bruin-background-color);
139
+ --_content-color: var(--components-tag-bruin-content-color);
140
+ }
141
+
142
+ :host([color="donkergroen"]) {
143
+ --_background-color: var(--components-tag-donkergroen-background-color);
144
+ --_content-color: var(--components-tag-donkergroen-content-color);
145
+ }
146
+
147
+ :host([color="groen"]) {
148
+ --_background-color: var(--components-tag-groen-background-color);
149
+ --_content-color: var(--components-tag-groen-content-color);
150
+ }
151
+
152
+ :host([color="mosgroen"]) {
153
+ --_background-color: var(--components-tag-mosgroen-background-color);
154
+ --_content-color: var(--components-tag-mosgroen-content-color);
155
+ }
156
+
157
+ :host([color="mintgroen"]) {
158
+ --_background-color: var(--components-tag-mintgroen-background-color);
159
+ --_content-color: var(--components-tag-mintgroen-content-color);
160
+ }
161
+
162
+
65
163
  /* # Block */
66
164
 
67
165
  .tag {
@@ -1 +1 @@
1
- {"version":3,"file":"tag.styles.js","sourceRoot":"","sources":["../../../../src/components/content/tag/tag.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsG3B,CAAC"}
1
+ {"version":3,"file":"tag.styles.js","sourceRoot":"","sources":["../../../../src/components/content/tag/tag.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwM3B,CAAC"}
@@ -71,15 +71,15 @@ export const titleStyles = css `
71
71
  font: var(--primitives-font-display-1-lg);
72
72
  }
73
73
 
74
- @container layout-area (max-width: ${smMax}) {
74
+ @container layout-container (max-width: ${smMax}) {
75
75
  font: var(--primitives-font-display-1-sm);
76
76
  }
77
77
 
78
- @container layout-area (min-width: ${mdMin}) and (max-width: ${mdMax}) {
78
+ @container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
79
79
  font: var(--primitives-font-display-1-md);
80
80
  }
81
81
 
82
- @container layout-area (min-width: ${lgMin}) {
82
+ @container layout-container (min-width: ${lgMin}) {
83
83
  font: var(--primitives-font-display-1-lg);
84
84
  }
85
85
  }
@@ -97,15 +97,15 @@ export const titleStyles = css `
97
97
  font: var(--primitives-font-display-2-lg);
98
98
  }
99
99
 
100
- @container layout-area (max-width: ${smMax}) {
100
+ @container layout-container (max-width: ${smMax}) {
101
101
  font: var(--primitives-font-display-2-sm);
102
102
  }
103
103
 
104
- @container layout-area (min-width: ${mdMin}) and (max-width: ${mdMax}) {
104
+ @container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
105
105
  font: var(--primitives-font-display-2-md);
106
106
  }
107
107
 
108
- @container layout-area (min-width: ${lgMin}) {
108
+ @container layout-container (min-width: ${lgMin}) {
109
109
  font: var(--primitives-font-display-2-lg);
110
110
  }
111
111
  }
@@ -124,15 +124,15 @@ export const titleStyles = css `
124
124
  font: var(--primitives-font-display-3-lg);
125
125
  }
126
126
 
127
- @container layout-area (max-width: ${smMax}) {
127
+ @container layout-container (max-width: ${smMax}) {
128
128
  font: var(--primitives-font-display-3-sm);
129
129
  }
130
130
 
131
- @container layout-area (min-width: ${mdMin}) and (max-width: ${mdMax}) {
131
+ @container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
132
132
  font: var(--primitives-font-display-3-md);
133
133
  }
134
134
 
135
- @container layout-area (min-width: ${lgMin}) {
135
+ @container layout-container (min-width: ${lgMin}) {
136
136
  font: var(--primitives-font-display-3-lg);
137
137
  }
138
138
  }
@@ -150,15 +150,15 @@ export const titleStyles = css `
150
150
  font: var(--primitives-font-display-4-lg);
151
151
  }
152
152
 
153
- @container layout-area (max-width: ${smMax}) {
153
+ @container layout-container (max-width: ${smMax}) {
154
154
  font: var(--primitives-font-display-4-sm);
155
155
  }
156
156
 
157
- @container layout-area (min-width: ${mdMin}) and (max-width: ${mdMax}) {
157
+ @container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
158
158
  font: var(--primitives-font-display-4-md);
159
159
  }
160
160
 
161
- @container layout-area (min-width: ${lgMin}) {
161
+ @container layout-container (min-width: ${lgMin}) {
162
162
  font: var(--primitives-font-display-4-lg);
163
163
  }
164
164
  }
@@ -176,15 +176,15 @@ export const titleStyles = css `
176
176
  font: var(--primitives-font-display-5-lg);
177
177
  }
178
178
 
179
- @container layout-area (max-width: ${smMax}) {
179
+ @container layout-container (max-width: ${smMax}) {
180
180
  font: var(--primitives-font-display-5-sm);
181
181
  }
182
182
 
183
- @container layout-area (min-width: ${mdMin}) and (max-width: ${mdMax}) {
183
+ @container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
184
184
  font: var(--primitives-font-display-5-md);
185
185
  }
186
186
 
187
- @container layout-area (min-width: ${lgMin}) {
187
+ @container layout-container (min-width: ${lgMin}) {
188
188
  font: var(--primitives-font-display-5-lg);
189
189
  }
190
190
  }
@@ -202,15 +202,15 @@ export const titleStyles = css `
202
202
  font: var(--primitives-font-display-6-lg);
203
203
  }
204
204
 
205
- @container layout-area (max-width: ${smMax}) {
205
+ @container layout-container (max-width: ${smMax}) {
206
206
  font: var(--primitives-font-display-6-sm);
207
207
  }
208
208
 
209
- @container layout-area (min-width: ${mdMin}) and (max-width: ${mdMax}) {
209
+ @container layout-container (min-width: ${mdMin}) and (max-width: ${mdMax}) {
210
210
  font: var(--primitives-font-display-6-md);
211
211
  }
212
212
 
213
- @container layout-area (min-width: ${lgMin}) {
213
+ @container layout-container (min-width: ${lgMin}) {
214
214
  font: var(--primitives-font-display-6-lg);
215
215
  }
216
216
  }
@@ -1 +1 @@
1
- {"version":3,"file":"title.styles.js","sourceRoot":"","sources":["../../../../src/components/content/title/title.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAEpE,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAuDP,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;uCAIW,KAAK;;;;uCAIL,KAAK,qBAAqB,KAAK;;;;uCAI/B,KAAK;;;;;;uBAMrB,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;uCAIW,KAAK;;;;uCAIL,KAAK,qBAAqB,KAAK;;;;uCAI/B,KAAK;;;;;;;uBAOrB,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;uCAIW,KAAK;;;;uCAIL,KAAK,qBAAqB,KAAK;;;;uCAI/B,KAAK;;;;;;uBAMrB,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;uCAIW,KAAK;;;;uCAIL,KAAK,qBAAqB,KAAK;;;;uCAI/B,KAAK;;;;;;uBAMrB,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;uCAIW,KAAK;;;;uCAIL,KAAK,qBAAqB,KAAK;;;;uCAI/B,KAAK;;;;;;uBAMrB,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;uCAIW,KAAK;;;;uCAIL,KAAK,qBAAqB,KAAK;;;;uCAI/B,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;CAyB3C,CAAC"}
1
+ {"version":3,"file":"title.styles.js","sourceRoot":"","sources":["../../../../src/components/content/title/title.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAEpE,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAC3C,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAuDP,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;4CAIgB,KAAK;;;;4CAIL,KAAK,qBAAqB,KAAK;;;;4CAI/B,KAAK;;;;;;uBAM1B,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;4CAIgB,KAAK;;;;4CAIL,KAAK,qBAAqB,KAAK;;;;4CAI/B,KAAK;;;;;;;uBAO1B,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;4CAIgB,KAAK;;;;4CAIL,KAAK,qBAAqB,KAAK;;;;4CAI/B,KAAK;;;;;;uBAM1B,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;4CAIgB,KAAK;;;;4CAIL,KAAK,qBAAqB,KAAK;;;;4CAI/B,KAAK;;;;;;uBAM1B,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;4CAIgB,KAAK;;;;4CAIL,KAAK,qBAAqB,KAAK;;;;4CAI/B,KAAK;;;;;;uBAM1B,KAAK;;;;uBAIL,KAAK,qBAAqB,KAAK;;;;uBAI/B,KAAK;;;;4CAIgB,KAAK;;;;4CAIL,KAAK,qBAAqB,KAAK;;;;4CAI/B,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;CAyBhD,CAAC"}
@@ -7,12 +7,17 @@
7
7
  * @element nldd-tooltip
8
8
  * @attr {string} text - Tooltip tekst
9
9
  * @attr {string} placement - Positie: 'top' | 'bottom' | 'left' | 'right' (standaard: 'bottom'; op touch devices automatisch 'top')
10
- * @attr {boolean} disabled - Wanneer true wordt de tooltip nooit getoond.
11
- * Hover/focus events op de trigger worden
12
- * genegeerd; een al zichtbare tooltip wordt
13
- * direct verborgen. Voor consumers die het
14
- * tooltip-gedrag conditioneel willen schakelen
15
- * (bv. alleen tonen wanneer tekst getrunceerd is).
10
+ * @attr {string} timing - Wanneer de tooltip verschijnt op hover:
11
+ * 'instant' — direct, zonder show-delay.
12
+ * 'default' — na de standaard show-delay (700ms).
13
+ * 'never' — tooltip wordt nooit getoond;
14
+ * hover/focus events worden
15
+ * genegeerd, aria-describedby
16
+ * wordt onderdrukt en een al
17
+ * zichtbare tooltip verdwijnt.
18
+ * Hide-delay en touch suppression blijven onder
19
+ * alle waarden van kracht. Focus-trigger is
20
+ * altijd instant.
16
21
  *
17
22
  * @slot - Het element waarop de tooltip wordt getoond
18
23
  *
@@ -35,11 +40,12 @@
35
40
  import { LitElement } from 'lit';
36
41
  import type { PropertyValues } from 'lit';
37
42
  type Placement = 'top' | 'bottom' | 'left' | 'right';
43
+ type Timing = 'instant' | 'default' | 'never';
38
44
  export declare class NLDDTooltip extends LitElement {
39
45
  static styles: import("lit").CSSResult;
40
46
  text: string;
41
47
  placement: Placement;
42
- disabled: boolean;
48
+ timing: Timing;
43
49
  private get _effectivePlacement();
44
50
  _visible: boolean;
45
51
  private _tooltipId;
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/content/tooltip/tooltip.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAO1C,KAAK,SAAS,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAarD,qBACa,WAAY,SAAQ,UAAU;IAC1C,OAAgB,MAAM,0BAAiB;IAGvC,IAAI,SAAM;IAGV,SAAS,EAAE,SAAS,CAAY;IAGhC,QAAQ,UAAS;IAEjB,OAAO,KAAK,mBAAmB,GAE9B;IAGD,QAAQ,UAAS;IAEjB,OAAO,CAAC,UAAU,CAAsC;IACxD,OAAO,CAAC,YAAY,CAA8C;IAClE,OAAO,CAAC,YAAY,CAA8C;IAClE,OAAO,CAAC,cAAc,CAAgC;IACtD,OAAO,CAAC,eAAe,CAAwB;IAC/C,OAAO,CAAC,gBAAgB,CAAqC;IAEpD,iBAAiB,IAAI,IAAI;IASzB,YAAY,IAAI,IAAI;IAIpB,OAAO,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI;IA0B/C,OAAO,CAAC,oBAAoB;IA6C5B,OAAO,CAAC,kBAAkB;IAM1B,OAAO,CAAC,kBAAkB;IAI1B,mBAAmB,IAAI,IAAI;IAqB3B,cAAc,IAAI,IAAI;IAmBtB,mBAAmB,IAAI,IAAI;IAiB3B,4EAA4E;IAC5E,eAAe,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAUpC,mBAAmB,IAAI,IAAI;IAO3B,mBAAmB,IAAI,IAAI;IAI3B,OAAO,CAAC,cAAc,CAEpB;YAEY,eAAe;IAoBpB,oBAAoB,IAAI,IAAI;IAmB5B,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,cAAc,EAAE,WAAW,CAAC;KAC5B;CACD"}
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/content/tooltip/tooltip.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAO1C,KAAK,SAAS,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AACrD,KAAK,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AAa9C,qBACa,WAAY,SAAQ,UAAU;IAC1C,OAAgB,MAAM,0BAAiB;IAGvC,IAAI,SAAM;IAGV,SAAS,EAAE,SAAS,CAAY;IAGhC,MAAM,EAAE,MAAM,CAAa;IAE3B,OAAO,KAAK,mBAAmB,GAE9B;IAGD,QAAQ,UAAS;IAEjB,OAAO,CAAC,UAAU,CAAsC;IACxD,OAAO,CAAC,YAAY,CAA8C;IAClE,OAAO,CAAC,YAAY,CAA8C;IAClE,OAAO,CAAC,cAAc,CAAgC;IACtD,OAAO,CAAC,eAAe,CAAwB;IAC/C,OAAO,CAAC,gBAAgB,CAAqC;IAEpD,iBAAiB,IAAI,IAAI;IASzB,YAAY,IAAI,IAAI;IAIpB,OAAO,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI;IA0B/C,OAAO,CAAC,oBAAoB;IA6C5B,OAAO,CAAC,kBAAkB;IAM1B,OAAO,CAAC,kBAAkB;IAI1B,mBAAmB,IAAI,IAAI;IA4B3B,cAAc,IAAI,IAAI;IAmBtB,mBAAmB,IAAI,IAAI;IAiB3B,4EAA4E;IAC5E,eAAe,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAUpC,mBAAmB,IAAI,IAAI;IAO3B,mBAAmB,IAAI,IAAI;IAI3B,OAAO,CAAC,cAAc,CAEpB;YAEY,eAAe;IAoBpB,oBAAoB,IAAI,IAAI;IAmB5B,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,cAAc,EAAE,WAAW,CAAC;KAC5B;CACD"}