@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
@@ -1 +1 @@
1
- {"version":3,"file":"button.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/button/button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6T9B,CAAC"}
1
+ {"version":3,"file":"button.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/button/button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmZ9B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"button.template.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/button/button.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,UAAU,eAAe;IACxB,WAAW,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;CACrC;AAyBD,wBAAgB,QAAQ,CAAC,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,eAAe,wCA+BlE"}
1
+ {"version":3,"file":"button.template.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/button/button.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,UAAU,eAAe;IACxB,WAAW,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;CACrC;AAyBD,wBAAgB,QAAQ,CAAC,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,eAAe,wCA2ClE"}
@@ -7,7 +7,7 @@ function renderContent(component) {
7
7
  name=${component.startIcon}
8
8
  ></nldd-icon>
9
9
  ` : html `<slot name="start-icon"></slot>`}
10
- ${component.text}
10
+ <span class="button__text">${component.text}</span>
11
11
  ${component.endIcon ? html `
12
12
  <nldd-icon class="button__end-icon"
13
13
  name=${component.endIcon}
@@ -23,6 +23,13 @@ function renderContent(component) {
23
23
  }
24
24
  export function template(helpers) {
25
25
  const content = renderContent(this);
26
+ // `expandable` (disclosure widget signal) or `popup-type` (popup container
27
+ // signal) both require aria-expanded to always be present so screen
28
+ // readers know the current open/closed state. Without one of these, only
29
+ // open=true forwards aria-expanded — keeps plain buttons free of
30
+ // irrelevant ARIA attributes.
31
+ const isDisclosure = this.expandable || !!this.popupType;
32
+ const ariaExpanded = isDisclosure ? String(this.expanded) : (this.expanded ? 'true' : nothing);
26
33
  if (this.href) {
27
34
  const resolvedRel = this._resolvedRel();
28
35
  return html `
@@ -32,6 +39,8 @@ export function template(helpers) {
32
39
  rel=${resolvedRel || nothing}
33
40
  aria-disabled=${this.disabled ? 'true' : nothing}
34
41
  aria-label=${this.accessibleLabel || nothing}
42
+ aria-haspopup=${this.popupType || nothing}
43
+ aria-expanded=${ariaExpanded}
35
44
  @click=${helpers.handleClick}
36
45
  >
37
46
  ${content}
@@ -44,6 +53,8 @@ export function template(helpers) {
44
53
  ?disabled=${this.disabled}
45
54
  aria-disabled=${this.disabled ? 'true' : nothing}
46
55
  aria-label=${this.accessibleLabel || nothing}
56
+ aria-haspopup=${this.popupType || nothing}
57
+ aria-expanded=${ariaExpanded}
47
58
  popovertarget=${this.popovertarget || nothing}
48
59
  @click=${helpers.handleClick}
49
60
  >
@@ -1 +1 @@
1
- {"version":3,"file":"button.template.js","sourceRoot":"","sources":["../../../../src/components/actions/button/button.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAOpC,SAAS,aAAa,CAAC,SAAqB;IAC3C,OAAO,IAAI,CAAA;;KAEP,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAA;;YAEnB,SAAS,CAAC,SAAS;;IAE3B,CAAC,CAAC,CAAC,IAAI,CAAA,iCAAiC;KACvC,SAAS,CAAC,IAAI;KACd,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAA;;YAEjB,SAAS,CAAC,OAAO;;IAEzB,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B;KACrC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAA;;;;IAI5B,CAAC,CAAC,CAAC,OAAO;;EAEZ,CAAC;AACH,CAAC;AAED,MAAM,UAAU,QAAQ,CAAmB,OAAwB;IAClE,MAAM,OAAO,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC;IAEpC,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;QACf,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;QACxC,OAAO,IAAI,CAAA;;WAEF,IAAI,CAAC,IAAI;aACP,IAAI,CAAC,MAAM,IAAI,OAAO;UACzB,WAAW,IAAI,OAAO;oBACZ,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;iBACnC,IAAI,CAAC,eAAe,IAAI,OAAO;aACnC,OAAO,CAAC,WAAW;;MAE1B,OAAO;;GAEV,CAAC;IACH,CAAC;IAED,OAAO,IAAI,CAAA;;UAEF,IAAI,CAAC,IAAI;eACJ,IAAI,CAAC,QAAQ;mBACT,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;gBACnC,IAAI,CAAC,eAAe,IAAI,OAAO;mBAC5B,IAAI,CAAC,aAAa,IAAI,OAAO;YACpC,OAAO,CAAC,WAAW;;KAE1B,OAAO;;EAEV,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"button.template.js","sourceRoot":"","sources":["../../../../src/components/actions/button/button.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAOpC,SAAS,aAAa,CAAC,SAAqB;IAC3C,OAAO,IAAI,CAAA;;KAEP,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAA;;YAEnB,SAAS,CAAC,SAAS;;IAE3B,CAAC,CAAC,CAAC,IAAI,CAAA,iCAAiC;gCACZ,SAAS,CAAC,IAAI;KACzC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAA;;YAEjB,SAAS,CAAC,OAAO;;IAEzB,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B;KACrC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAA;;;;IAI5B,CAAC,CAAC,CAAC,OAAO;;EAEZ,CAAC;AACH,CAAC;AAED,MAAM,UAAU,QAAQ,CAAmB,OAAwB;IAClE,MAAM,OAAO,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC;IAEpC,2EAA2E;IAC3E,oEAAoE;IACpE,yEAAyE;IACzE,iEAAiE;IACjE,8BAA8B;IAC9B,MAAM,YAAY,GAAG,IAAI,CAAC,UAAU,IAAI,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;IACzD,MAAM,YAAY,GAAG,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;IAE/F,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;QACf,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;QACxC,OAAO,IAAI,CAAA;;WAEF,IAAI,CAAC,IAAI;aACP,IAAI,CAAC,MAAM,IAAI,OAAO;UACzB,WAAW,IAAI,OAAO;oBACZ,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;iBACnC,IAAI,CAAC,eAAe,IAAI,OAAO;oBAC5B,IAAI,CAAC,SAAS,IAAI,OAAO;oBACzB,YAAY;aACnB,OAAO,CAAC,WAAW;;MAE1B,OAAO;;GAEV,CAAC;IACH,CAAC;IAED,OAAO,IAAI,CAAA;;UAEF,IAAI,CAAC,IAAI;eACJ,IAAI,CAAC,QAAQ;mBACT,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;gBACnC,IAAI,CAAC,eAAe,IAAI,OAAO;mBAC5B,IAAI,CAAC,SAAS,IAAI,OAAO;mBACzB,YAAY;mBACZ,IAAI,CAAC,aAAa,IAAI,OAAO;YACpC,OAAO,CAAC,WAAW;;KAE1B,OAAO;;EAEV,CAAC;AACH,CAAC"}
@@ -38,10 +38,10 @@ let NLDDButtonGroup = class NLDDButtonGroup extends LitElement {
38
38
  console.warn('nldd-button-group: Only 3 buttons are allowed. Extra buttons will be hidden.');
39
39
  }
40
40
  if (this.orientation === 'vertical') {
41
- el.setAttribute('full-width', '');
41
+ el.setAttribute('width', 'full');
42
42
  }
43
43
  else {
44
- el.removeAttribute('full-width');
44
+ el.removeAttribute('width');
45
45
  }
46
46
  el.setAttribute('size', this.size);
47
47
  });
@@ -1 +1 @@
1
- {"version":3,"file":"button-group.js","sourceRoot":"","sources":["../../../../src/components/actions/button-group/button-group.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAM/C,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,UAAU;IAAxC;;QAIN,SAAI,GAAS,IAAI,CAAC;QAGlB,gBAAW,GAAgB,UAAU,CAAC;IAmCvC,CAAC;IA9BA,gBAAgB;QACf,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK;aACzB,gBAAgB,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;aACnC,MAAM,CAAC,CAAC,EAAE,EAAqB,EAAE,CAAC,EAAE,YAAY,WAAW,CAAC,CAAC;QAE/D,QAAQ,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,KAAK,EAAE,EAAE;YAC9B,IAAI,KAAK,IAAI,CAAC,EAAE,CAAC;gBAChB,EAAE,CAAC,YAAY,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC;gBAC9B,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG;oBAAE,OAAO,CAAC,IAAI,CAAC,8EAA8E,CAAC,CAAC;YACxH,CAAC;YAED,IAAI,IAAI,CAAC,WAAW,KAAK,UAAU,EAAE,CAAC;gBACrC,EAAE,CAAC,YAAY,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC;YACnC,CAAC;iBAAM,CAAC;gBACP,EAAE,CAAC,eAAe,CAAC,YAAY,CAAC,CAAC;YAClC,CAAC;YAED,EAAE,CAAC,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;QACpC,CAAC,CAAC,CAAC;IACJ,CAAC;IAEQ,OAAO,CAAC,iBAAuC;QACvD,IAAI,iBAAiB,CAAC,GAAG,CAAC,aAAa,CAAC,IAAI,iBAAiB,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC;YAC3E,IAAI,CAAC,gBAAgB,EAAE,CAAC;QACzB,CAAC;IACF,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;;AAxCe,sBAAM,GAAG,iBAAiB,AAApB,CAAqB;AAG3C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;6CACxB;AAGlB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;oDACJ;AAG9B;IADP,KAAK,CAAC,MAAM,CAAC;8CACkB;AAVpB,eAAe;IAD3B,aAAa,CAAC,mBAAmB,CAAC;GACtB,eAAe,CA0C3B"}
1
+ {"version":3,"file":"button-group.js","sourceRoot":"","sources":["../../../../src/components/actions/button-group/button-group.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAM/C,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,UAAU;IAAxC;;QAIN,SAAI,GAAS,IAAI,CAAC;QAGlB,gBAAW,GAAgB,UAAU,CAAC;IAmCvC,CAAC;IA9BA,gBAAgB;QACf,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK;aACzB,gBAAgB,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;aACnC,MAAM,CAAC,CAAC,EAAE,EAAqB,EAAE,CAAC,EAAE,YAAY,WAAW,CAAC,CAAC;QAE/D,QAAQ,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,KAAK,EAAE,EAAE;YAC9B,IAAI,KAAK,IAAI,CAAC,EAAE,CAAC;gBAChB,EAAE,CAAC,YAAY,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC;gBAC9B,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG;oBAAE,OAAO,CAAC,IAAI,CAAC,8EAA8E,CAAC,CAAC;YACxH,CAAC;YAED,IAAI,IAAI,CAAC,WAAW,KAAK,UAAU,EAAE,CAAC;gBACrC,EAAE,CAAC,YAAY,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;YAClC,CAAC;iBAAM,CAAC;gBACP,EAAE,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;YAC7B,CAAC;YAED,EAAE,CAAC,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;QACpC,CAAC,CAAC,CAAC;IACJ,CAAC;IAEQ,OAAO,CAAC,iBAAuC;QACvD,IAAI,iBAAiB,CAAC,GAAG,CAAC,aAAa,CAAC,IAAI,iBAAiB,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC;YAC3E,IAAI,CAAC,gBAAgB,EAAE,CAAC;QACzB,CAAC;IACF,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;;AAxCe,sBAAM,GAAG,iBAAiB,AAApB,CAAqB;AAG3C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;6CACxB;AAGlB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;oDACJ;AAG9B;IADP,KAAK,CAAC,MAAM,CAAC;8CACkB;AAVpB,eAAe;IAD3B,aAAa,CAAC,mBAAmB,CAAC;GACtB,eAAe,CA0C3B"}
@@ -2,12 +2,14 @@
2
2
  * Nederlandse Digitale Dienst Icon Button Component (Lit + TypeScript)
3
3
  *
4
4
  * @element nldd-icon-button
5
- * @attr {string} variant - Button variant: 'accent-filled' | 'accent-outlined' | 'accent-transparent' | 'neutral-tinted' | 'neutral-transparent' | 'critical-tinted' | 'primary' | 'secondary' | 'destructive'
5
+ * @attr {string} variant - Button variant: 'accent-filled' | 'accent-transparent' | 'neutral-tinted' | 'neutral-transparent' | 'critical-tinted' | 'critical-transparent' | 'primary' | 'secondary' | 'destructive'
6
6
  * @attr {string} size - Button size: 'xs' | 'sm' | 'md' | 'lg' (default: 'md')
7
7
  * @attr {boolean} disabled - Disabled state
8
8
  * @attr {string} type - Button type for form submission: 'button' | 'submit' | 'reset' (ignored when href is set)
9
9
  * @attr {boolean} expandable - Whether the button opens a menu or popover and shows chevron next to the icon
10
- * @attr {boolean} full-width - Whether the button stretches to fill its container width
10
+ * @attr {boolean} expanded - Whether the popover/menu controlled by this button is currently open. Forwarded as aria-expanded on the inner button; toggles the is-open visual state.
11
+ * @attr {string} popup-type - Type of popup container this button opens: 'menu' | 'listbox' | 'dialog' | 'tree' | 'grid'. Sets aria-haspopup on the inner button and forces aria-expanded to always be present (true/false) so screen readers know the popup state.
12
+ * @attr {string} width - Width mode: 'full' (stretches to container) or any CSS length (e.g. '240px')
11
13
  * @attr {string} text - Button text, used as aria-label and shown below the icon in lg size
12
14
  * @attr {string} icon - Icon name for the nldd-icon element
13
15
  * @attr {string} accessible-label - Accessible label for screen readers. Overrides text as aria-label
@@ -35,8 +37,9 @@
35
37
  import { LitElement } from 'lit';
36
38
  import './../../content/icon/icon.js';
37
39
  export type Size = 'xs' | 'sm' | 'md' | 'lg';
38
- export type Variant = 'primary' | 'secondary' | 'destructive' | 'accent-filled' | 'accent-outlined' | 'accent-transparent' | 'neutral-tinted' | 'neutral-transparent' | 'critical-tinted';
40
+ export type Variant = 'primary' | 'secondary' | 'destructive' | 'accent-filled' | 'accent-transparent' | 'neutral-tinted' | 'neutral-transparent' | 'critical-tinted' | 'critical-transparent';
39
41
  export type ButtonType = 'button' | 'submit' | 'reset';
42
+ export type PopupType = 'menu' | 'listbox' | 'dialog' | 'tree' | 'grid';
40
43
  export declare class NLDDIconButton extends LitElement {
41
44
  static styles: import("lit").CSSResult;
42
45
  variant: Variant;
@@ -44,7 +47,15 @@ export declare class NLDDIconButton extends LitElement {
44
47
  disabled: boolean;
45
48
  type: ButtonType;
46
49
  expandable: boolean;
47
- fullWidth: boolean;
50
+ expanded: boolean;
51
+ /**
52
+ * Type of popup container this button opens. Sets `aria-haspopup` on the
53
+ * inner button and forces `aria-expanded` to always be present (true/false)
54
+ * so screen readers can announce both the popup type and its current state.
55
+ */
56
+ popupType?: PopupType;
57
+ /** Width mode: 'full' (stretch to container) or any CSS length. */
58
+ width: string;
48
59
  popovertarget: string | undefined;
49
60
  /** Button text, used as aria-label and shown below the icon in lg size. */
50
61
  text: string;
@@ -67,10 +78,15 @@ export declare class NLDDIconButton extends LitElement {
67
78
  /** Whether an icon is present via attribute or slot. */
68
79
  private get _hasIcon();
69
80
  private _warnedA11y;
70
- updated(): void;
81
+ updated(changedProperties: Map<string, unknown>): void;
71
82
  /** Resolves the effective rel value for link rendering. */
72
83
  _resolvedRel(): string;
73
84
  protected _handleClick(e: MouseEvent): void;
85
+ /**
86
+ * Delegates focus to the inner `<button>` (or `<a>` when `href` is set), so
87
+ * consumers can call `iconButtonEl.focus()` without reaching into shadow DOM.
88
+ */
89
+ focus(options?: FocusOptions): void;
74
90
  render(): import("lit-html").TemplateResult<1>;
75
91
  }
76
92
  declare global {
@@ -1 +1 @@
1
- {"version":3,"file":"icon-button.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/icon-button/icon-button.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAIjC,OAAO,8BAA8B,CAAC;AAEtC,MAAM,MAAM,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC7C,MAAM,MAAM,OAAO,GAChB,SAAS,GACT,WAAW,GACX,aAAa,GACb,eAAe,GACf,iBAAiB,GACjB,oBAAoB,GACpB,gBAAgB,GAChB,qBAAqB,GACrB,iBAAiB,CAAC;AACrB,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEvD,qBACa,cAAe,SAAQ,UAAU;IAC7C,OAAgB,MAAM,0BAAoB;IAG1C,OAAO,EAAE,OAAO,CAAoB;IAGpC,IAAI,EAAE,IAAI,CAAQ;IAGlB,QAAQ,UAAS;IAGjB,IAAI,EAAE,UAAU,CAAY;IAG5B,UAAU,UAAS;IAGnB,SAAS,UAAS;IAGlB,aAAa,EAAE,MAAM,GAAG,SAAS,CAAa;IAE9C,2EAA2E;IAE3E,IAAI,SAAM;IAEV,gFAAgF;IAEhF,IAAI,SAAM;IAEV;kEAC8D;IAE9D,eAAe,SAAM;IAErB,mEAAmE;IAEnE,WAAW,UAAS;IAEpB,4DAA4D;IAE5D,IAAI,EAAE,MAAM,GAAG,SAAS,CAAa;IAErC,+DAA+D;IAE/D,MAAM,EAAE,MAAM,GAAG,SAAS,CAAa;IAEvC;;;OAGG;IAEH,GAAG,EAAE,MAAM,GAAG,SAAS,CAAa;IAEpC,wDAAwD;IACxD,OAAO,KAAK,QAAQ,GAInB;IAED,OAAO,CAAC,WAAW,CAAS;IAEnB,OAAO,IAAI,IAAI;IAUxB,2DAA2D;IAC3D,YAAY,IAAI,MAAM;IAMtB,SAAS,CAAC,YAAY,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAQlC,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,kBAAkB,EAAE,cAAc,CAAC;KACnC;CACD"}
1
+ {"version":3,"file":"icon-button.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/icon-button/icon-button.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAIjC,OAAO,8BAA8B,CAAC;AAEtC,MAAM,MAAM,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC7C,MAAM,MAAM,OAAO,GAChB,SAAS,GACT,WAAW,GACX,aAAa,GACb,eAAe,GACf,oBAAoB,GACpB,gBAAgB,GAChB,qBAAqB,GACrB,iBAAiB,GACjB,sBAAsB,CAAC;AAC1B,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;AACvD,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;AAExE,qBACa,cAAe,SAAQ,UAAU;IAC7C,OAAgB,MAAM,0BAAoB;IAG1C,OAAO,EAAE,OAAO,CAAoB;IAGpC,IAAI,EAAE,IAAI,CAAQ;IAGlB,QAAQ,UAAS;IAGjB,IAAI,EAAE,UAAU,CAAY;IAG5B,UAAU,UAAS;IAGnB,QAAQ,UAAS;IAEjB;;;;OAIG;IAEH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB,mEAAmE;IAEnE,KAAK,SAAM;IAGX,aAAa,EAAE,MAAM,GAAG,SAAS,CAAa;IAE9C,2EAA2E;IAE3E,IAAI,SAAM;IAEV,gFAAgF;IAEhF,IAAI,SAAM;IAEV;kEAC8D;IAE9D,eAAe,SAAM;IAErB,mEAAmE;IAEnE,WAAW,UAAS;IAEpB,4DAA4D;IAE5D,IAAI,EAAE,MAAM,GAAG,SAAS,CAAa;IAErC,+DAA+D;IAE/D,MAAM,EAAE,MAAM,GAAG,SAAS,CAAa;IAEvC;;;OAGG;IAEH,GAAG,EAAE,MAAM,GAAG,SAAS,CAAa;IAEpC,wDAAwD;IACxD,OAAO,KAAK,QAAQ,GAInB;IAED,OAAO,CAAC,WAAW,CAAS;IAEnB,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IA0B/D,2DAA2D;IAC3D,YAAY,IAAI,MAAM;IAMtB,SAAS,CAAC,YAAY,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAQ3C;;;OAGG;IACM,KAAK,CAAC,OAAO,CAAC,EAAE,YAAY,GAAG,IAAI;IAInC,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,kBAAkB,EAAE,cAAc,CAAC;KACnC;CACD"}
@@ -8,12 +8,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
8
8
  * Nederlandse Digitale Dienst Icon Button Component (Lit + TypeScript)
9
9
  *
10
10
  * @element nldd-icon-button
11
- * @attr {string} variant - Button variant: 'accent-filled' | 'accent-outlined' | 'accent-transparent' | 'neutral-tinted' | 'neutral-transparent' | 'critical-tinted' | 'primary' | 'secondary' | 'destructive'
11
+ * @attr {string} variant - Button variant: 'accent-filled' | 'accent-transparent' | 'neutral-tinted' | 'neutral-transparent' | 'critical-tinted' | 'critical-transparent' | 'primary' | 'secondary' | 'destructive'
12
12
  * @attr {string} size - Button size: 'xs' | 'sm' | 'md' | 'lg' (default: 'md')
13
13
  * @attr {boolean} disabled - Disabled state
14
14
  * @attr {string} type - Button type for form submission: 'button' | 'submit' | 'reset' (ignored when href is set)
15
15
  * @attr {boolean} expandable - Whether the button opens a menu or popover and shows chevron next to the icon
16
- * @attr {boolean} full-width - Whether the button stretches to fill its container width
16
+ * @attr {boolean} expanded - Whether the popover/menu controlled by this button is currently open. Forwarded as aria-expanded on the inner button; toggles the is-open visual state.
17
+ * @attr {string} popup-type - Type of popup container this button opens: 'menu' | 'listbox' | 'dialog' | 'tree' | 'grid'. Sets aria-haspopup on the inner button and forces aria-expanded to always be present (true/false) so screen readers know the popup state.
18
+ * @attr {string} width - Width mode: 'full' (stretches to container) or any CSS length (e.g. '240px')
17
19
  * @attr {string} text - Button text, used as aria-label and shown below the icon in lg size
18
20
  * @attr {string} icon - Icon name for the nldd-icon element
19
21
  * @attr {string} accessible-label - Accessible label for screen readers. Overrides text as aria-label
@@ -51,7 +53,9 @@ let NLDDIconButton = class NLDDIconButton extends LitElement {
51
53
  this.disabled = false;
52
54
  this.type = 'button';
53
55
  this.expandable = false;
54
- this.fullWidth = false;
56
+ this.expanded = false;
57
+ /** Width mode: 'full' (stretch to container) or any CSS length. */
58
+ this.width = '';
55
59
  this.popovertarget = undefined;
56
60
  /** Button text, used as aria-label and shown below the icon in lg size. */
57
61
  this.text = '';
@@ -80,7 +84,24 @@ let NLDDIconButton = class NLDDIconButton extends LitElement {
80
84
  const slot = this.shadowRoot?.querySelector('slot[name="icon"]');
81
85
  return (slot?.assignedElements().length ?? 0) > 0;
82
86
  }
83
- updated() {
87
+ updated(changedProperties) {
88
+ if (changedProperties.has('width')) {
89
+ const w = this.width;
90
+ // 'full' switches host to block + 100% via CSS attribute selector.
91
+ // A valid CSS length is applied as inline style.width on the host.
92
+ // In either case the inner button stretches via --_width, so
93
+ // a custom width on the host translates to a wide button instead
94
+ // of leaving the size-based square. Invalid values do nothing.
95
+ const isFull = w === 'full';
96
+ const isValidLength = !!w && !isFull && CSS.supports('width', w);
97
+ this.style.width = isValidLength ? w : '';
98
+ if (isFull || isValidLength) {
99
+ this.style.setProperty('--_width', '100%');
100
+ }
101
+ else {
102
+ this.style.removeProperty('--_width');
103
+ }
104
+ }
84
105
  const inaccessible = this._hasIcon && !this.text && !this.accessibleLabel;
85
106
  if (import.meta.env?.DEV && inaccessible && !this._warnedA11y) {
86
107
  this._warnedA11y = true;
@@ -105,6 +126,13 @@ let NLDDIconButton = class NLDDIconButton extends LitElement {
105
126
  return;
106
127
  }
107
128
  }
129
+ /**
130
+ * Delegates focus to the inner `<button>` (or `<a>` when `href` is set), so
131
+ * consumers can call `iconButtonEl.focus()` without reaching into shadow DOM.
132
+ */
133
+ focus(options) {
134
+ this.shadowRoot?.querySelector('.icon-button')?.focus(options);
135
+ }
108
136
  render() {
109
137
  return template.call(this);
110
138
  }
@@ -126,8 +154,14 @@ __decorate([
126
154
  property({ type: Boolean, reflect: true, attribute: 'expandable' })
127
155
  ], NLDDIconButton.prototype, "expandable", void 0);
128
156
  __decorate([
129
- property({ type: Boolean, reflect: true, attribute: 'full-width' })
130
- ], NLDDIconButton.prototype, "fullWidth", void 0);
157
+ property({ type: Boolean, reflect: true })
158
+ ], NLDDIconButton.prototype, "expanded", void 0);
159
+ __decorate([
160
+ property({ type: String, reflect: true, attribute: 'popup-type' })
161
+ ], NLDDIconButton.prototype, "popupType", void 0);
162
+ __decorate([
163
+ property({ type: String, reflect: true })
164
+ ], NLDDIconButton.prototype, "width", void 0);
131
165
  __decorate([
132
166
  property({ type: String })
133
167
  ], NLDDIconButton.prototype, "popovertarget", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"icon-button.js","sourceRoot":"","sources":["../../../../src/components/actions/icon-button/icon-button.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"icon-button.js","sourceRoot":"","sources":["../../../../src/components/actions/icon-button/icon-button.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,8BAA8B,CAAC;AAiB/B,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,UAAU;IAAvC;;QAIN,YAAO,GAAY,gBAAgB,CAAC;QAGpC,SAAI,GAAS,IAAI,CAAC;QAGlB,aAAQ,GAAG,KAAK,CAAC;QAGjB,SAAI,GAAe,QAAQ,CAAC;QAG5B,eAAU,GAAG,KAAK,CAAC;QAGnB,aAAQ,GAAG,KAAK,CAAC;QAUjB,mEAAmE;QAEnE,UAAK,GAAG,EAAE,CAAC;QAGX,kBAAa,GAAuB,SAAS,CAAC;QAE9C,2EAA2E;QAE3E,SAAI,GAAG,EAAE,CAAC;QAEV,gFAAgF;QAEhF,SAAI,GAAG,EAAE,CAAC;QAEV;sEAC8D;QAE9D,oBAAe,GAAG,EAAE,CAAC;QAErB,mEAAmE;QAEnE,gBAAW,GAAG,KAAK,CAAC;QAEpB,4DAA4D;QAE5D,SAAI,GAAuB,SAAS,CAAC;QAErC,+DAA+D;QAE/D,WAAM,GAAuB,SAAS,CAAC;QAEvC;;;WAGG;QAEH,QAAG,GAAuB,SAAS,CAAC;QAS5B,gBAAW,GAAG,KAAK,CAAC;IAsD7B,CAAC;IA7DA,wDAAwD;IACxD,IAAY,QAAQ;QACnB,IAAI,IAAI,CAAC,IAAI;YAAE,OAAO,IAAI,CAAC;QAC3B,MAAM,IAAI,GAAG,IAAI,CAAC,UAAU,EAAE,aAAa,CAAkB,mBAAmB,CAAC,CAAC;QAClF,OAAO,CAAC,IAAI,EAAE,gBAAgB,EAAE,CAAC,MAAM,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC;IACnD,CAAC;IAIQ,OAAO,CAAC,iBAAuC;QACvD,IAAI,iBAAiB,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC;YACpC,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC;YACrB,mEAAmE;YACnE,mEAAmE;YACnE,6DAA6D;YAC7D,iEAAiE;YACjE,+DAA+D;YAC/D,MAAM,MAAM,GAAG,CAAC,KAAK,MAAM,CAAC;YAC5B,MAAM,aAAa,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,IAAI,GAAG,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;YACjE,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;YAC1C,IAAI,MAAM,IAAI,aAAa,EAAE,CAAC;gBAC7B,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;YAC5C,CAAC;iBAAM,CAAC;gBACP,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;YACvC,CAAC;QACF,CAAC;QACD,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC;QAC1E,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,YAAY,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC;YAC/D,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;YACxB,OAAO,CAAC,IAAI,CAAC,mKAAmK,CAAC,CAAC;QACnL,CAAC;aAAM,IAAI,CAAC,YAAY,EAAE,CAAC;YAC1B,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC;QAC1B,CAAC;IACF,CAAC;IAED,2DAA2D;IAC3D,YAAY;QACX,IAAI,IAAI,CAAC,GAAG;YAAE,OAAO,IAAI,CAAC,GAAG,CAAC;QAC9B,IAAI,IAAI,CAAC,MAAM,KAAK,QAAQ;YAAE,OAAO,qBAAqB,CAAC;QAC3D,OAAO,EAAE,CAAC;IACX,CAAC;IAES,YAAY,CAAC,CAAa;QACnC,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YACnB,CAAC,CAAC,cAAc,EAAE,CAAC;YACnB,CAAC,CAAC,eAAe,EAAE,CAAC;YACpB,OAAO;QACR,CAAC;IACF,CAAC;IAED;;;OAGG;IACM,KAAK,CAAC,OAAsB;QACpC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAc,cAAc,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAC7E,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;;AA/He,qBAAM,GAAG,gBAAgB,AAAnB,CAAoB;AAG1C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;+CACN;AAGpC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;4CACxB;AAGlB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;gDAC1B;AAGjB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;4CACd;AAG5B;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;kDACjD;AAGnB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;gDAC1B;AAQjB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;iDAC7C;AAItB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;6CAC/B;AAGX;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;qDACmB;AAI9C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;4CACjB;AAIV;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;4CACjB;AAKV;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;uDACrC;AAIrB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC;mDAClD;AAIpB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;4CACL;AAIrC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;8CACY;AAOvC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;2CACS;AAlExB,cAAc;IAD1B,aAAa,CAAC,kBAAkB,CAAC;GACrB,cAAc,CAiI1B"}
@@ -1 +1 @@
1
- {"version":3,"file":"icon-button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/icon-button/icon-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,yBAuV5B,CAAC"}
1
+ {"version":3,"file":"icon-button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/icon-button/icon-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,yBAgZ5B,CAAC"}