@nldd/design-system 0.8.37

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 (1062) hide show
  1. package/README.md +106 -0
  2. package/dist/assets/styles/breakpoints.d.ts +8 -0
  3. package/dist/assets/styles/breakpoints.d.ts.map +1 -0
  4. package/dist/assets/styles/breakpoints.js +8 -0
  5. package/dist/assets/styles/breakpoints.js.map +1 -0
  6. package/dist/components/actions/button/button.d.ts +68 -0
  7. package/dist/components/actions/button/button.d.ts.map +1 -0
  8. package/dist/components/actions/button/button.js +142 -0
  9. package/dist/components/actions/button/button.js.map +1 -0
  10. package/dist/components/actions/button/button.styles.d.ts +2 -0
  11. package/dist/components/actions/button/button.styles.d.ts.map +1 -0
  12. package/dist/components/actions/button/button.styles.js +307 -0
  13. package/dist/components/actions/button/button.styles.js.map +1 -0
  14. package/dist/components/actions/button/button.template.d.ts +7 -0
  15. package/dist/components/actions/button/button.template.d.ts.map +1 -0
  16. package/dist/components/actions/button/button.template.js +54 -0
  17. package/dist/components/actions/button/button.template.js.map +1 -0
  18. package/dist/components/actions/button-bar/button-bar.d.ts +54 -0
  19. package/dist/components/actions/button-bar/button-bar.d.ts.map +1 -0
  20. package/dist/components/actions/button-bar/button-bar.js +161 -0
  21. package/dist/components/actions/button-bar/button-bar.js.map +1 -0
  22. package/dist/components/actions/button-bar/button-bar.styles.d.ts +2 -0
  23. package/dist/components/actions/button-bar/button-bar.styles.d.ts.map +1 -0
  24. package/dist/components/actions/button-bar/button-bar.styles.js +111 -0
  25. package/dist/components/actions/button-bar/button-bar.styles.js.map +1 -0
  26. package/dist/components/actions/button-bar/button-bar.template.d.ts +3 -0
  27. package/dist/components/actions/button-bar/button-bar.template.d.ts.map +1 -0
  28. package/dist/components/actions/button-bar/button-bar.template.js +20 -0
  29. package/dist/components/actions/button-bar/button-bar.template.js.map +1 -0
  30. package/dist/components/actions/button-group/button-group.d.ts +32 -0
  31. package/dist/components/actions/button-group/button-group.d.ts.map +1 -0
  32. package/dist/components/actions/button-group/button-group.js +72 -0
  33. package/dist/components/actions/button-group/button-group.js.map +1 -0
  34. package/dist/components/actions/button-group/button-group.styles.d.ts +2 -0
  35. package/dist/components/actions/button-group/button-group.styles.d.ts.map +1 -0
  36. package/dist/components/actions/button-group/button-group.styles.js +63 -0
  37. package/dist/components/actions/button-group/button-group.styles.js.map +1 -0
  38. package/dist/components/actions/button-group/button-group.template.d.ts +3 -0
  39. package/dist/components/actions/button-group/button-group.template.d.ts.map +1 -0
  40. package/dist/components/actions/button-group/button-group.template.js +9 -0
  41. package/dist/components/actions/button-group/button-group.template.js.map +1 -0
  42. package/dist/components/actions/icon-button/icon-button.d.ts +75 -0
  43. package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -0
  44. package/dist/components/actions/icon-button/icon-button.js +150 -0
  45. package/dist/components/actions/icon-button/icon-button.js.map +1 -0
  46. package/dist/components/actions/icon-button/icon-button.styles.d.ts +2 -0
  47. package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -0
  48. package/dist/components/actions/icon-button/icon-button.styles.js +334 -0
  49. package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -0
  50. package/dist/components/actions/icon-button/icon-button.template.d.ts +4 -0
  51. package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -0
  52. package/dist/components/actions/icon-button/icon-button.template.js +66 -0
  53. package/dist/components/actions/icon-button/icon-button.template.js.map +1 -0
  54. package/dist/components/actions/link/link.d.ts +48 -0
  55. package/dist/components/actions/link/link.d.ts.map +1 -0
  56. package/dist/components/actions/link/link.js +101 -0
  57. package/dist/components/actions/link/link.js.map +1 -0
  58. package/dist/components/actions/link/link.styles.d.ts +2 -0
  59. package/dist/components/actions/link/link.styles.d.ts.map +1 -0
  60. package/dist/components/actions/link/link.styles.js +111 -0
  61. package/dist/components/actions/link/link.styles.js.map +1 -0
  62. package/dist/components/actions/link/link.template.d.ts +7 -0
  63. package/dist/components/actions/link/link.template.d.ts.map +1 -0
  64. package/dist/components/actions/link/link.template.js +31 -0
  65. package/dist/components/actions/link/link.template.js.map +1 -0
  66. package/dist/components/actions/split-button/split-button.d.ts +71 -0
  67. package/dist/components/actions/split-button/split-button.d.ts.map +1 -0
  68. package/dist/components/actions/split-button/split-button.i18n.d.ts +5 -0
  69. package/dist/components/actions/split-button/split-button.i18n.d.ts.map +1 -0
  70. package/dist/components/actions/split-button/split-button.i18n.js +4 -0
  71. package/dist/components/actions/split-button/split-button.i18n.js.map +1 -0
  72. package/dist/components/actions/split-button/split-button.js +166 -0
  73. package/dist/components/actions/split-button/split-button.js.map +1 -0
  74. package/dist/components/actions/split-button/split-button.styles.d.ts +2 -0
  75. package/dist/components/actions/split-button/split-button.styles.d.ts.map +1 -0
  76. package/dist/components/actions/split-button/split-button.styles.js +99 -0
  77. package/dist/components/actions/split-button/split-button.styles.js.map +1 -0
  78. package/dist/components/actions/split-button/split-button.template.d.ts +3 -0
  79. package/dist/components/actions/split-button/split-button.template.d.ts.map +1 -0
  80. package/dist/components/actions/split-button/split-button.template.js +28 -0
  81. package/dist/components/actions/split-button/split-button.template.js.map +1 -0
  82. package/dist/components/actions/toolbar/toolbar.d.ts +87 -0
  83. package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -0
  84. package/dist/components/actions/toolbar/toolbar.i18n.d.ts +5 -0
  85. package/dist/components/actions/toolbar/toolbar.i18n.d.ts.map +1 -0
  86. package/dist/components/actions/toolbar/toolbar.i18n.js +4 -0
  87. package/dist/components/actions/toolbar/toolbar.i18n.js.map +1 -0
  88. package/dist/components/actions/toolbar/toolbar.js +513 -0
  89. package/dist/components/actions/toolbar/toolbar.js.map +1 -0
  90. package/dist/components/actions/toolbar/toolbar.styles.d.ts +2 -0
  91. package/dist/components/actions/toolbar/toolbar.styles.d.ts.map +1 -0
  92. package/dist/components/actions/toolbar/toolbar.styles.js +284 -0
  93. package/dist/components/actions/toolbar/toolbar.styles.js.map +1 -0
  94. package/dist/components/actions/toolbar/toolbar.template.d.ts +26 -0
  95. package/dist/components/actions/toolbar/toolbar.template.d.ts.map +1 -0
  96. package/dist/components/actions/toolbar/toolbar.template.js +105 -0
  97. package/dist/components/actions/toolbar/toolbar.template.js.map +1 -0
  98. package/dist/components/components.js +23834 -0
  99. package/dist/components/content/blockquote/blockquote.d.ts +34 -0
  100. package/dist/components/content/blockquote/blockquote.d.ts.map +1 -0
  101. package/dist/components/content/blockquote/blockquote.i18n.d.ts +5 -0
  102. package/dist/components/content/blockquote/blockquote.i18n.d.ts.map +1 -0
  103. package/dist/components/content/blockquote/blockquote.i18n.js +4 -0
  104. package/dist/components/content/blockquote/blockquote.i18n.js.map +1 -0
  105. package/dist/components/content/blockquote/blockquote.js +57 -0
  106. package/dist/components/content/blockquote/blockquote.js.map +1 -0
  107. package/dist/components/content/blockquote/blockquote.styles.d.ts +2 -0
  108. package/dist/components/content/blockquote/blockquote.styles.d.ts.map +1 -0
  109. package/dist/components/content/blockquote/blockquote.styles.js +80 -0
  110. package/dist/components/content/blockquote/blockquote.styles.js.map +1 -0
  111. package/dist/components/content/blockquote/blockquote.template.d.ts +3 -0
  112. package/dist/components/content/blockquote/blockquote.template.d.ts.map +1 -0
  113. package/dist/components/content/blockquote/blockquote.template.js +21 -0
  114. package/dist/components/content/blockquote/blockquote.template.js.map +1 -0
  115. package/dist/components/content/icon/icon-aliases.d.ts +3 -0
  116. package/dist/components/content/icon/icon-aliases.d.ts.map +1 -0
  117. package/dist/components/content/icon/icon-aliases.js +178 -0
  118. package/dist/components/content/icon/icon-aliases.js.map +1 -0
  119. package/dist/components/content/icon/icon-registry.d.ts +2 -0
  120. package/dist/components/content/icon/icon-registry.d.ts.map +1 -0
  121. package/dist/components/content/icon/icon-registry.js +124 -0
  122. package/dist/components/content/icon/icon-registry.js.map +1 -0
  123. package/dist/components/content/icon/icon.d.ts +35 -0
  124. package/dist/components/content/icon/icon.d.ts.map +1 -0
  125. package/dist/components/content/icon/icon.js +77 -0
  126. package/dist/components/content/icon/icon.js.map +1 -0
  127. package/dist/components/content/icon/icon.styles.d.ts +2 -0
  128. package/dist/components/content/icon/icon.styles.d.ts.map +1 -0
  129. package/dist/components/content/icon/icon.styles.js +30 -0
  130. package/dist/components/content/icon/icon.styles.js.map +1 -0
  131. package/dist/components/content/icon/icon.template.d.ts +2 -0
  132. package/dist/components/content/icon/icon.template.d.ts.map +1 -0
  133. package/dist/components/content/icon/icon.template.js +13 -0
  134. package/dist/components/content/icon/icon.template.js.map +1 -0
  135. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts +37 -0
  136. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts.map +1 -0
  137. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js +67 -0
  138. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js.map +1 -0
  139. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts +2 -0
  140. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts.map +1 -0
  141. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +78 -0
  142. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js.map +1 -0
  143. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.d.ts +3 -0
  144. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.d.ts.map +1 -0
  145. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.js +20 -0
  146. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.js.map +1 -0
  147. package/dist/components/content/rich-text/rich-text.d.ts +24 -0
  148. package/dist/components/content/rich-text/rich-text.d.ts.map +1 -0
  149. package/dist/components/content/rich-text/rich-text.js +36 -0
  150. package/dist/components/content/rich-text/rich-text.js.map +1 -0
  151. package/dist/components/content/tag/tag.d.ts +44 -0
  152. package/dist/components/content/tag/tag.d.ts.map +1 -0
  153. package/dist/components/content/tag/tag.js +111 -0
  154. package/dist/components/content/tag/tag.js.map +1 -0
  155. package/dist/components/content/tag/tag.styles.d.ts +2 -0
  156. package/dist/components/content/tag/tag.styles.d.ts.map +1 -0
  157. package/dist/components/content/tag/tag.styles.js +104 -0
  158. package/dist/components/content/tag/tag.styles.js.map +1 -0
  159. package/dist/components/content/tag/tag.template.d.ts +3 -0
  160. package/dist/components/content/tag/tag.template.d.ts.map +1 -0
  161. package/dist/components/content/tag/tag.template.js +28 -0
  162. package/dist/components/content/tag/tag.template.js.map +1 -0
  163. package/dist/components/content/title/title.d.ts +29 -0
  164. package/dist/components/content/title/title.d.ts.map +1 -0
  165. package/dist/components/content/title/title.js +43 -0
  166. package/dist/components/content/title/title.js.map +1 -0
  167. package/dist/components/content/title/title.styles.d.ts +2 -0
  168. package/dist/components/content/title/title.styles.d.ts.map +1 -0
  169. package/dist/components/content/title/title.styles.js +235 -0
  170. package/dist/components/content/title/title.styles.js.map +1 -0
  171. package/dist/components/content/title/title.template.d.ts +3 -0
  172. package/dist/components/content/title/title.template.d.ts.map +1 -0
  173. package/dist/components/content/title/title.template.js +16 -0
  174. package/dist/components/content/title/title.template.js.map +1 -0
  175. package/dist/components/content/tooltip/tooltip.d.ts +65 -0
  176. package/dist/components/content/tooltip/tooltip.d.ts.map +1 -0
  177. package/dist/components/content/tooltip/tooltip.js +234 -0
  178. package/dist/components/content/tooltip/tooltip.js.map +1 -0
  179. package/dist/components/content/tooltip/tooltip.styles.d.ts +2 -0
  180. package/dist/components/content/tooltip/tooltip.styles.d.ts.map +1 -0
  181. package/dist/components/content/tooltip/tooltip.styles.js +92 -0
  182. package/dist/components/content/tooltip/tooltip.styles.js.map +1 -0
  183. package/dist/components/content/tooltip/tooltip.template.d.ts +4 -0
  184. package/dist/components/content/tooltip/tooltip.template.d.ts.map +1 -0
  185. package/dist/components/content/tooltip/tooltip.template.js +20 -0
  186. package/dist/components/content/tooltip/tooltip.template.js.map +1 -0
  187. package/dist/components/forms/form/form.d.ts +138 -0
  188. package/dist/components/forms/form/form.d.ts.map +1 -0
  189. package/dist/components/forms/form/form.js +260 -0
  190. package/dist/components/forms/form/form.js.map +1 -0
  191. package/dist/components/forms/form-actions/form-actions.d.ts +45 -0
  192. package/dist/components/forms/form-actions/form-actions.d.ts.map +1 -0
  193. package/dist/components/forms/form-actions/form-actions.js +60 -0
  194. package/dist/components/forms/form-actions/form-actions.js.map +1 -0
  195. package/dist/components/forms/form-actions/form-actions.styles.d.ts +2 -0
  196. package/dist/components/forms/form-actions/form-actions.styles.d.ts.map +1 -0
  197. package/dist/components/forms/form-actions/form-actions.styles.js +56 -0
  198. package/dist/components/forms/form-actions/form-actions.styles.js.map +1 -0
  199. package/dist/components/forms/form-actions/form-actions.template.d.ts +3 -0
  200. package/dist/components/forms/form-actions/form-actions.template.d.ts.map +1 -0
  201. package/dist/components/forms/form-actions/form-actions.template.js +11 -0
  202. package/dist/components/forms/form-actions/form-actions.template.js.map +1 -0
  203. package/dist/components/forms/form-field/form-field.d.ts +123 -0
  204. package/dist/components/forms/form-field/form-field.d.ts.map +1 -0
  205. package/dist/components/forms/form-field/form-field.js +314 -0
  206. package/dist/components/forms/form-field/form-field.js.map +1 -0
  207. package/dist/components/forms/form-field/form-field.styles.d.ts +4 -0
  208. package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -0
  209. package/dist/components/forms/form-field/form-field.styles.js +258 -0
  210. package/dist/components/forms/form-field/form-field.styles.js.map +1 -0
  211. package/dist/components/forms/form-field/form-field.template.d.ts +8 -0
  212. package/dist/components/forms/form-field/form-field.template.d.ts.map +1 -0
  213. package/dist/components/forms/form-field/form-field.template.js +63 -0
  214. package/dist/components/forms/form-field/form-field.template.js.map +1 -0
  215. package/dist/components/forms/form-section/form-section.d.ts +92 -0
  216. package/dist/components/forms/form-section/form-section.d.ts.map +1 -0
  217. package/dist/components/forms/form-section/form-section.js +211 -0
  218. package/dist/components/forms/form-section/form-section.js.map +1 -0
  219. package/dist/components/index.d.ts +89 -0
  220. package/dist/components/index.d.ts.map +1 -0
  221. package/dist/components/index.js +98 -0
  222. package/dist/components/index.js.map +1 -0
  223. package/dist/components/inputs/checkbox/checkbox.d.ts +33 -0
  224. package/dist/components/inputs/checkbox/checkbox.d.ts.map +1 -0
  225. package/dist/components/inputs/checkbox/checkbox.js +83 -0
  226. package/dist/components/inputs/checkbox/checkbox.js.map +1 -0
  227. package/dist/components/inputs/checkbox/checkbox.styles.d.ts +2 -0
  228. package/dist/components/inputs/checkbox/checkbox.styles.d.ts.map +1 -0
  229. package/dist/components/inputs/checkbox/checkbox.styles.js +128 -0
  230. package/dist/components/inputs/checkbox/checkbox.styles.js.map +1 -0
  231. package/dist/components/inputs/checkbox/checkbox.template.d.ts +5 -0
  232. package/dist/components/inputs/checkbox/checkbox.template.d.ts.map +1 -0
  233. package/dist/components/inputs/checkbox/checkbox.template.js +21 -0
  234. package/dist/components/inputs/checkbox/checkbox.template.js.map +1 -0
  235. package/dist/components/inputs/checkbox-field/checkbox-field.d.ts +34 -0
  236. package/dist/components/inputs/checkbox-field/checkbox-field.d.ts.map +1 -0
  237. package/dist/components/inputs/checkbox-field/checkbox-field.js +81 -0
  238. package/dist/components/inputs/checkbox-field/checkbox-field.js.map +1 -0
  239. package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts +2 -0
  240. package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts.map +1 -0
  241. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js +52 -0
  242. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js.map +1 -0
  243. package/dist/components/inputs/checkbox-field/checkbox-field.template.d.ts +5 -0
  244. package/dist/components/inputs/checkbox-field/checkbox-field.template.d.ts.map +1 -0
  245. package/dist/components/inputs/checkbox-field/checkbox-field.template.js +24 -0
  246. package/dist/components/inputs/checkbox-field/checkbox-field.template.js.map +1 -0
  247. package/dist/components/inputs/combo-box/combo-box.d.ts +125 -0
  248. package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -0
  249. package/dist/components/inputs/combo-box/combo-box.i18n.d.ts +6 -0
  250. package/dist/components/inputs/combo-box/combo-box.i18n.d.ts.map +1 -0
  251. package/dist/components/inputs/combo-box/combo-box.i18n.js +5 -0
  252. package/dist/components/inputs/combo-box/combo-box.i18n.js.map +1 -0
  253. package/dist/components/inputs/combo-box/combo-box.js +393 -0
  254. package/dist/components/inputs/combo-box/combo-box.js.map +1 -0
  255. package/dist/components/inputs/combo-box/combo-box.styles.d.ts +2 -0
  256. package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -0
  257. package/dist/components/inputs/combo-box/combo-box.styles.js +190 -0
  258. package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -0
  259. package/dist/components/inputs/combo-box/combo-box.template.d.ts +6 -0
  260. package/dist/components/inputs/combo-box/combo-box.template.d.ts.map +1 -0
  261. package/dist/components/inputs/combo-box/combo-box.template.js +81 -0
  262. package/dist/components/inputs/combo-box/combo-box.template.js.map +1 -0
  263. package/dist/components/inputs/dropdown/dropdown.d.ts +58 -0
  264. package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -0
  265. package/dist/components/inputs/dropdown/dropdown.js +145 -0
  266. package/dist/components/inputs/dropdown/dropdown.js.map +1 -0
  267. package/dist/components/inputs/dropdown/dropdown.styles.d.ts +2 -0
  268. package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -0
  269. package/dist/components/inputs/dropdown/dropdown.styles.js +185 -0
  270. package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -0
  271. package/dist/components/inputs/dropdown/dropdown.template.d.ts +5 -0
  272. package/dist/components/inputs/dropdown/dropdown.template.d.ts.map +1 -0
  273. package/dist/components/inputs/dropdown/dropdown.template.js +38 -0
  274. package/dist/components/inputs/dropdown/dropdown.template.js.map +1 -0
  275. package/dist/components/inputs/number-field/number-field.d.ts +71 -0
  276. package/dist/components/inputs/number-field/number-field.d.ts.map +1 -0
  277. package/dist/components/inputs/number-field/number-field.i18n.d.ts +7 -0
  278. package/dist/components/inputs/number-field/number-field.i18n.d.ts.map +1 -0
  279. package/dist/components/inputs/number-field/number-field.i18n.js +6 -0
  280. package/dist/components/inputs/number-field/number-field.i18n.js.map +1 -0
  281. package/dist/components/inputs/number-field/number-field.js +191 -0
  282. package/dist/components/inputs/number-field/number-field.js.map +1 -0
  283. package/dist/components/inputs/number-field/number-field.styles.d.ts +2 -0
  284. package/dist/components/inputs/number-field/number-field.styles.d.ts.map +1 -0
  285. package/dist/components/inputs/number-field/number-field.styles.js +153 -0
  286. package/dist/components/inputs/number-field/number-field.styles.js.map +1 -0
  287. package/dist/components/inputs/number-field/number-field.template.d.ts +5 -0
  288. package/dist/components/inputs/number-field/number-field.template.d.ts.map +1 -0
  289. package/dist/components/inputs/number-field/number-field.template.js +52 -0
  290. package/dist/components/inputs/number-field/number-field.template.js.map +1 -0
  291. package/dist/components/inputs/password-field/password-field.d.ts +84 -0
  292. package/dist/components/inputs/password-field/password-field.d.ts.map +1 -0
  293. package/dist/components/inputs/password-field/password-field.js +180 -0
  294. package/dist/components/inputs/password-field/password-field.js.map +1 -0
  295. package/dist/components/inputs/password-field/password-field.styles.d.ts +2 -0
  296. package/dist/components/inputs/password-field/password-field.styles.d.ts.map +1 -0
  297. package/dist/components/inputs/password-field/password-field.styles.js +223 -0
  298. package/dist/components/inputs/password-field/password-field.styles.js.map +1 -0
  299. package/dist/components/inputs/password-field/password-field.template.d.ts +6 -0
  300. package/dist/components/inputs/password-field/password-field.template.d.ts.map +1 -0
  301. package/dist/components/inputs/password-field/password-field.template.js +70 -0
  302. package/dist/components/inputs/password-field/password-field.template.js.map +1 -0
  303. package/dist/components/inputs/radio-button/radio-button.d.ts +40 -0
  304. package/dist/components/inputs/radio-button/radio-button.d.ts.map +1 -0
  305. package/dist/components/inputs/radio-button/radio-button.js +87 -0
  306. package/dist/components/inputs/radio-button/radio-button.js.map +1 -0
  307. package/dist/components/inputs/radio-button/radio-button.styles.d.ts +2 -0
  308. package/dist/components/inputs/radio-button/radio-button.styles.d.ts.map +1 -0
  309. package/dist/components/inputs/radio-button/radio-button.styles.js +122 -0
  310. package/dist/components/inputs/radio-button/radio-button.styles.js.map +1 -0
  311. package/dist/components/inputs/radio-button/radio-button.template.d.ts +4 -0
  312. package/dist/components/inputs/radio-button/radio-button.template.d.ts.map +1 -0
  313. package/dist/components/inputs/radio-button/radio-button.template.js +19 -0
  314. package/dist/components/inputs/radio-button/radio-button.template.js.map +1 -0
  315. package/dist/components/inputs/radio-button-field/radio-button-field.d.ts +34 -0
  316. package/dist/components/inputs/radio-button-field/radio-button-field.d.ts.map +1 -0
  317. package/dist/components/inputs/radio-button-field/radio-button-field.js +79 -0
  318. package/dist/components/inputs/radio-button-field/radio-button-field.js.map +1 -0
  319. package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts +2 -0
  320. package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts.map +1 -0
  321. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js +52 -0
  322. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js.map +1 -0
  323. package/dist/components/inputs/radio-button-field/radio-button-field.template.d.ts +5 -0
  324. package/dist/components/inputs/radio-button-field/radio-button-field.template.d.ts.map +1 -0
  325. package/dist/components/inputs/radio-button-field/radio-button-field.template.js +24 -0
  326. package/dist/components/inputs/radio-button-field/radio-button-field.template.js.map +1 -0
  327. package/dist/components/inputs/radio-button-group/radio-button-group.d.ts +40 -0
  328. package/dist/components/inputs/radio-button-group/radio-button-group.d.ts.map +1 -0
  329. package/dist/components/inputs/radio-button-group/radio-button-group.js +151 -0
  330. package/dist/components/inputs/radio-button-group/radio-button-group.js.map +1 -0
  331. package/dist/components/inputs/radio-button-group/radio-button-group.styles.d.ts +2 -0
  332. package/dist/components/inputs/radio-button-group/radio-button-group.styles.d.ts.map +1 -0
  333. package/dist/components/inputs/radio-button-group/radio-button-group.styles.js +23 -0
  334. package/dist/components/inputs/radio-button-group/radio-button-group.styles.js.map +1 -0
  335. package/dist/components/inputs/radio-button-group/radio-button-group.template.d.ts +4 -0
  336. package/dist/components/inputs/radio-button-group/radio-button-group.template.d.ts.map +1 -0
  337. package/dist/components/inputs/radio-button-group/radio-button-group.template.js +9 -0
  338. package/dist/components/inputs/radio-button-group/radio-button-group.template.js.map +1 -0
  339. package/dist/components/inputs/search-field/search-field.d.ts +65 -0
  340. package/dist/components/inputs/search-field/search-field.d.ts.map +1 -0
  341. package/dist/components/inputs/search-field/search-field.i18n.d.ts +6 -0
  342. package/dist/components/inputs/search-field/search-field.i18n.d.ts.map +1 -0
  343. package/dist/components/inputs/search-field/search-field.i18n.js +5 -0
  344. package/dist/components/inputs/search-field/search-field.i18n.js.map +1 -0
  345. package/dist/components/inputs/search-field/search-field.js +155 -0
  346. package/dist/components/inputs/search-field/search-field.js.map +1 -0
  347. package/dist/components/inputs/search-field/search-field.styles.d.ts +2 -0
  348. package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -0
  349. package/dist/components/inputs/search-field/search-field.styles.js +178 -0
  350. package/dist/components/inputs/search-field/search-field.styles.js.map +1 -0
  351. package/dist/components/inputs/search-field/search-field.template.d.ts +7 -0
  352. package/dist/components/inputs/search-field/search-field.template.d.ts.map +1 -0
  353. package/dist/components/inputs/search-field/search-field.template.js +50 -0
  354. package/dist/components/inputs/search-field/search-field.template.js.map +1 -0
  355. package/dist/components/inputs/segmented-control/segmented-control.d.ts +109 -0
  356. package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -0
  357. package/dist/components/inputs/segmented-control/segmented-control.js +356 -0
  358. package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -0
  359. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts +3 -0
  360. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -0
  361. package/dist/components/inputs/segmented-control/segmented-control.styles.js +220 -0
  362. package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -0
  363. package/dist/components/inputs/segmented-control/segmented-control.template.d.ts +6 -0
  364. package/dist/components/inputs/segmented-control/segmented-control.template.d.ts.map +1 -0
  365. package/dist/components/inputs/segmented-control/segmented-control.template.js +38 -0
  366. package/dist/components/inputs/segmented-control/segmented-control.template.js.map +1 -0
  367. package/dist/components/inputs/stepper/stepper.d.ts +44 -0
  368. package/dist/components/inputs/stepper/stepper.d.ts.map +1 -0
  369. package/dist/components/inputs/stepper/stepper.i18n.d.ts +7 -0
  370. package/dist/components/inputs/stepper/stepper.i18n.d.ts.map +1 -0
  371. package/dist/components/inputs/stepper/stepper.i18n.js +6 -0
  372. package/dist/components/inputs/stepper/stepper.i18n.js.map +1 -0
  373. package/dist/components/inputs/stepper/stepper.js +130 -0
  374. package/dist/components/inputs/stepper/stepper.js.map +1 -0
  375. package/dist/components/inputs/stepper/stepper.styles.d.ts +2 -0
  376. package/dist/components/inputs/stepper/stepper.styles.d.ts.map +1 -0
  377. package/dist/components/inputs/stepper/stepper.styles.js +85 -0
  378. package/dist/components/inputs/stepper/stepper.styles.js.map +1 -0
  379. package/dist/components/inputs/stepper/stepper.template.d.ts +5 -0
  380. package/dist/components/inputs/stepper/stepper.template.d.ts.map +1 -0
  381. package/dist/components/inputs/stepper/stepper.template.js +43 -0
  382. package/dist/components/inputs/stepper/stepper.template.js.map +1 -0
  383. package/dist/components/inputs/switch/switch.d.ts +44 -0
  384. package/dist/components/inputs/switch/switch.d.ts.map +1 -0
  385. package/dist/components/inputs/switch/switch.js +137 -0
  386. package/dist/components/inputs/switch/switch.js.map +1 -0
  387. package/dist/components/inputs/switch/switch.styles.d.ts +2 -0
  388. package/dist/components/inputs/switch/switch.styles.d.ts.map +1 -0
  389. package/dist/components/inputs/switch/switch.styles.js +156 -0
  390. package/dist/components/inputs/switch/switch.styles.js.map +1 -0
  391. package/dist/components/inputs/switch/switch.template.d.ts +5 -0
  392. package/dist/components/inputs/switch/switch.template.d.ts.map +1 -0
  393. package/dist/components/inputs/switch/switch.template.js +31 -0
  394. package/dist/components/inputs/switch/switch.template.js.map +1 -0
  395. package/dist/components/inputs/switch-field/switch-field.d.ts +32 -0
  396. package/dist/components/inputs/switch-field/switch-field.d.ts.map +1 -0
  397. package/dist/components/inputs/switch-field/switch-field.js +74 -0
  398. package/dist/components/inputs/switch-field/switch-field.js.map +1 -0
  399. package/dist/components/inputs/switch-field/switch-field.styles.d.ts +2 -0
  400. package/dist/components/inputs/switch-field/switch-field.styles.d.ts.map +1 -0
  401. package/dist/components/inputs/switch-field/switch-field.styles.js +52 -0
  402. package/dist/components/inputs/switch-field/switch-field.styles.js.map +1 -0
  403. package/dist/components/inputs/switch-field/switch-field.template.d.ts +5 -0
  404. package/dist/components/inputs/switch-field/switch-field.template.d.ts.map +1 -0
  405. package/dist/components/inputs/switch-field/switch-field.template.js +24 -0
  406. package/dist/components/inputs/switch-field/switch-field.template.js.map +1 -0
  407. package/dist/components/inputs/text-field/text-field.d.ts +69 -0
  408. package/dist/components/inputs/text-field/text-field.d.ts.map +1 -0
  409. package/dist/components/inputs/text-field/text-field.js +150 -0
  410. package/dist/components/inputs/text-field/text-field.js.map +1 -0
  411. package/dist/components/inputs/text-field/text-field.styles.d.ts +2 -0
  412. package/dist/components/inputs/text-field/text-field.styles.d.ts.map +1 -0
  413. package/dist/components/inputs/text-field/text-field.styles.js +184 -0
  414. package/dist/components/inputs/text-field/text-field.styles.js.map +1 -0
  415. package/dist/components/inputs/text-field/text-field.template.d.ts +5 -0
  416. package/dist/components/inputs/text-field/text-field.template.d.ts.map +1 -0
  417. package/dist/components/inputs/text-field/text-field.template.js +50 -0
  418. package/dist/components/inputs/text-field/text-field.template.js.map +1 -0
  419. package/dist/components/inputs/toggle-button/toggle-button.d.ts +60 -0
  420. package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -0
  421. package/dist/components/inputs/toggle-button/toggle-button.js +137 -0
  422. package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -0
  423. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts +2 -0
  424. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -0
  425. package/dist/components/inputs/toggle-button/toggle-button.styles.js +168 -0
  426. package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -0
  427. package/dist/components/inputs/toggle-button/toggle-button.template.d.ts +5 -0
  428. package/dist/components/inputs/toggle-button/toggle-button.template.d.ts.map +1 -0
  429. package/dist/components/inputs/toggle-button/toggle-button.template.js +52 -0
  430. package/dist/components/inputs/toggle-button/toggle-button.template.js.map +1 -0
  431. package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts +56 -0
  432. package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts.map +1 -0
  433. package/dist/components/inputs/toggle-button-group/toggle-button-group.js +187 -0
  434. package/dist/components/inputs/toggle-button-group/toggle-button-group.js.map +1 -0
  435. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.d.ts +2 -0
  436. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.d.ts.map +1 -0
  437. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js +33 -0
  438. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js.map +1 -0
  439. package/dist/components/inputs/toggle-button-group/toggle-button-group.template.d.ts +4 -0
  440. package/dist/components/inputs/toggle-button-group/toggle-button-group.template.d.ts.map +1 -0
  441. package/dist/components/inputs/toggle-button-group/toggle-button-group.template.js +9 -0
  442. package/dist/components/inputs/toggle-button-group/toggle-button-group.template.js.map +1 -0
  443. package/dist/components/inputs/token/token.d.ts +42 -0
  444. package/dist/components/inputs/token/token.d.ts.map +1 -0
  445. package/dist/components/inputs/token/token.js +86 -0
  446. package/dist/components/inputs/token/token.js.map +1 -0
  447. package/dist/components/inputs/token/token.styles.d.ts +2 -0
  448. package/dist/components/inputs/token/token.styles.d.ts.map +1 -0
  449. package/dist/components/inputs/token/token.styles.js +131 -0
  450. package/dist/components/inputs/token/token.styles.js.map +1 -0
  451. package/dist/components/inputs/token/token.template.d.ts +4 -0
  452. package/dist/components/inputs/token/token.template.d.ts.map +1 -0
  453. package/dist/components/inputs/token/token.template.js +37 -0
  454. package/dist/components/inputs/token/token.template.js.map +1 -0
  455. package/dist/components/layout/app-view/app-view.d.ts +29 -0
  456. package/dist/components/layout/app-view/app-view.d.ts.map +1 -0
  457. package/dist/components/layout/app-view/app-view.js +45 -0
  458. package/dist/components/layout/app-view/app-view.js.map +1 -0
  459. package/dist/components/layout/app-view/app-view.styles.d.ts +2 -0
  460. package/dist/components/layout/app-view/app-view.styles.d.ts.map +1 -0
  461. package/dist/components/layout/app-view/app-view.styles.js +44 -0
  462. package/dist/components/layout/app-view/app-view.styles.js.map +1 -0
  463. package/dist/components/layout/app-view/app-view.template.d.ts +4 -0
  464. package/dist/components/layout/app-view/app-view.template.d.ts.map +1 -0
  465. package/dist/components/layout/app-view/app-view.template.js +9 -0
  466. package/dist/components/layout/app-view/app-view.template.js.map +1 -0
  467. package/dist/components/layout/box/box.d.ts +21 -0
  468. package/dist/components/layout/box/box.d.ts.map +1 -0
  469. package/dist/components/layout/box/box.js +31 -0
  470. package/dist/components/layout/box/box.js.map +1 -0
  471. package/dist/components/layout/box/box.styles.d.ts +2 -0
  472. package/dist/components/layout/box/box.styles.d.ts.map +1 -0
  473. package/dist/components/layout/box/box.styles.js +25 -0
  474. package/dist/components/layout/box/box.styles.js.map +1 -0
  475. package/dist/components/layout/box/box.template.d.ts +4 -0
  476. package/dist/components/layout/box/box.template.d.ts.map +1 -0
  477. package/dist/components/layout/box/box.template.js +9 -0
  478. package/dist/components/layout/box/box.template.js.map +1 -0
  479. package/dist/components/layout/card/card.d.ts +28 -0
  480. package/dist/components/layout/card/card.d.ts.map +1 -0
  481. package/dist/components/layout/card/card.js +47 -0
  482. package/dist/components/layout/card/card.js.map +1 -0
  483. package/dist/components/layout/card/card.styles.d.ts +2 -0
  484. package/dist/components/layout/card/card.styles.d.ts.map +1 -0
  485. package/dist/components/layout/card/card.styles.js +63 -0
  486. package/dist/components/layout/card/card.styles.js.map +1 -0
  487. package/dist/components/layout/card/card.template.d.ts +4 -0
  488. package/dist/components/layout/card/card.template.d.ts.map +1 -0
  489. package/dist/components/layout/card/card.template.js +27 -0
  490. package/dist/components/layout/card/card.template.js.map +1 -0
  491. package/dist/components/layout/collection/collection.d.ts +77 -0
  492. package/dist/components/layout/collection/collection.d.ts.map +1 -0
  493. package/dist/components/layout/collection/collection.i18n.d.ts +7 -0
  494. package/dist/components/layout/collection/collection.i18n.d.ts.map +1 -0
  495. package/dist/components/layout/collection/collection.i18n.js +6 -0
  496. package/dist/components/layout/collection/collection.i18n.js.map +1 -0
  497. package/dist/components/layout/collection/collection.js +193 -0
  498. package/dist/components/layout/collection/collection.js.map +1 -0
  499. package/dist/components/layout/collection/collection.styles.d.ts +2 -0
  500. package/dist/components/layout/collection/collection.styles.d.ts.map +1 -0
  501. package/dist/components/layout/collection/collection.styles.js +144 -0
  502. package/dist/components/layout/collection/collection.styles.js.map +1 -0
  503. package/dist/components/layout/collection/collection.template.d.ts +4 -0
  504. package/dist/components/layout/collection/collection.template.d.ts.map +1 -0
  505. package/dist/components/layout/collection/collection.template.js +39 -0
  506. package/dist/components/layout/collection/collection.template.js.map +1 -0
  507. package/dist/components/layout/container/container.d.ts +93 -0
  508. package/dist/components/layout/container/container.d.ts.map +1 -0
  509. package/dist/components/layout/container/container.js +251 -0
  510. package/dist/components/layout/container/container.js.map +1 -0
  511. package/dist/components/layout/container/container.styles.d.ts +2 -0
  512. package/dist/components/layout/container/container.styles.d.ts.map +1 -0
  513. package/dist/components/layout/container/container.styles.js +1155 -0
  514. package/dist/components/layout/container/container.styles.js.map +1 -0
  515. package/dist/components/layout/container/container.template.d.ts +4 -0
  516. package/dist/components/layout/container/container.template.d.ts.map +1 -0
  517. package/dist/components/layout/container/container.template.js +9 -0
  518. package/dist/components/layout/container/container.template.js.map +1 -0
  519. package/dist/components/layout/divider/divider.d.ts +18 -0
  520. package/dist/components/layout/divider/divider.d.ts.map +1 -0
  521. package/dist/components/layout/divider/divider.js +28 -0
  522. package/dist/components/layout/divider/divider.js.map +1 -0
  523. package/dist/components/layout/divider/divider.styles.d.ts +2 -0
  524. package/dist/components/layout/divider/divider.styles.d.ts.map +1 -0
  525. package/dist/components/layout/divider/divider.styles.js +32 -0
  526. package/dist/components/layout/divider/divider.styles.js.map +1 -0
  527. package/dist/components/layout/divider/divider.template.d.ts +4 -0
  528. package/dist/components/layout/divider/divider.template.d.ts.map +1 -0
  529. package/dist/components/layout/divider/divider.template.js +7 -0
  530. package/dist/components/layout/divider/divider.template.js.map +1 -0
  531. package/dist/components/layout/page/page.d.ts +48 -0
  532. package/dist/components/layout/page/page.d.ts.map +1 -0
  533. package/dist/components/layout/page/page.js +138 -0
  534. package/dist/components/layout/page/page.js.map +1 -0
  535. package/dist/components/layout/page/page.styles.d.ts +2 -0
  536. package/dist/components/layout/page/page.styles.d.ts.map +1 -0
  537. package/dist/components/layout/page/page.styles.js +133 -0
  538. package/dist/components/layout/page/page.styles.js.map +1 -0
  539. package/dist/components/layout/page/page.template.d.ts +4 -0
  540. package/dist/components/layout/page/page.template.d.ts.map +1 -0
  541. package/dist/components/layout/page/page.template.js +17 -0
  542. package/dist/components/layout/page/page.template.js.map +1 -0
  543. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts +28 -0
  544. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts.map +1 -0
  545. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js +44 -0
  546. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js.map +1 -0
  547. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts +2 -0
  548. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts.map +1 -0
  549. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +112 -0
  550. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -0
  551. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.d.ts +4 -0
  552. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.d.ts.map +1 -0
  553. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.js +19 -0
  554. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.js.map +1 -0
  555. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts +26 -0
  556. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts.map +1 -0
  557. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js +36 -0
  558. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js.map +1 -0
  559. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts +2 -0
  560. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts.map +1 -0
  561. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +120 -0
  562. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -0
  563. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.d.ts +4 -0
  564. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.d.ts.map +1 -0
  565. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.js +21 -0
  566. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.js.map +1 -0
  567. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts +26 -0
  568. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts.map +1 -0
  569. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js +36 -0
  570. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js.map +1 -0
  571. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts +2 -0
  572. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts.map +1 -0
  573. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +120 -0
  574. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -0
  575. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.d.ts +4 -0
  576. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.d.ts.map +1 -0
  577. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.js +21 -0
  578. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.js.map +1 -0
  579. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts +28 -0
  580. package/dist/components/layout/page-sections/simple-section/simple-section.d.ts.map +1 -0
  581. package/dist/components/layout/page-sections/simple-section/simple-section.js +44 -0
  582. package/dist/components/layout/page-sections/simple-section/simple-section.js.map +1 -0
  583. package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts +2 -0
  584. package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts.map +1 -0
  585. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +118 -0
  586. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -0
  587. package/dist/components/layout/page-sections/simple-section/simple-section.template.d.ts +4 -0
  588. package/dist/components/layout/page-sections/simple-section/simple-section.template.d.ts.map +1 -0
  589. package/dist/components/layout/page-sections/simple-section/simple-section.template.js +19 -0
  590. package/dist/components/layout/page-sections/simple-section/simple-section.template.js.map +1 -0
  591. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts +26 -0
  592. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts.map +1 -0
  593. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js +36 -0
  594. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js.map +1 -0
  595. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts +2 -0
  596. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts.map +1 -0
  597. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +121 -0
  598. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -0
  599. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.d.ts +4 -0
  600. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.d.ts.map +1 -0
  601. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.js +21 -0
  602. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.js.map +1 -0
  603. package/dist/components/layout/popover/popover.d.ts +105 -0
  604. package/dist/components/layout/popover/popover.d.ts.map +1 -0
  605. package/dist/components/layout/popover/popover.i18n.d.ts +5 -0
  606. package/dist/components/layout/popover/popover.i18n.d.ts.map +1 -0
  607. package/dist/components/layout/popover/popover.i18n.js +4 -0
  608. package/dist/components/layout/popover/popover.i18n.js.map +1 -0
  609. package/dist/components/layout/popover/popover.js +440 -0
  610. package/dist/components/layout/popover/popover.js.map +1 -0
  611. package/dist/components/layout/popover/popover.styles.d.ts +2 -0
  612. package/dist/components/layout/popover/popover.styles.d.ts.map +1 -0
  613. package/dist/components/layout/popover/popover.styles.js +84 -0
  614. package/dist/components/layout/popover/popover.styles.js.map +1 -0
  615. package/dist/components/layout/popover/popover.template.d.ts +3 -0
  616. package/dist/components/layout/popover/popover.template.d.ts.map +1 -0
  617. package/dist/components/layout/popover/popover.template.js +5 -0
  618. package/dist/components/layout/popover/popover.template.js.map +1 -0
  619. package/dist/components/layout/sheet/sheet.d.ts +63 -0
  620. package/dist/components/layout/sheet/sheet.d.ts.map +1 -0
  621. package/dist/components/layout/sheet/sheet.js +166 -0
  622. package/dist/components/layout/sheet/sheet.js.map +1 -0
  623. package/dist/components/layout/sheet/sheet.styles.d.ts +2 -0
  624. package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -0
  625. package/dist/components/layout/sheet/sheet.styles.js +217 -0
  626. package/dist/components/layout/sheet/sheet.styles.js.map +1 -0
  627. package/dist/components/layout/sheet/sheet.template.d.ts +3 -0
  628. package/dist/components/layout/sheet/sheet.template.d.ts.map +1 -0
  629. package/dist/components/layout/sheet/sheet.template.js +17 -0
  630. package/dist/components/layout/sheet/sheet.template.js.map +1 -0
  631. package/dist/components/layout/spacer/spacer.d.ts +23 -0
  632. package/dist/components/layout/spacer/spacer.d.ts.map +1 -0
  633. package/dist/components/layout/spacer/spacer.js +36 -0
  634. package/dist/components/layout/spacer/spacer.js.map +1 -0
  635. package/dist/components/layout/spacer/spacer.styles.d.ts +2 -0
  636. package/dist/components/layout/spacer/spacer.styles.d.ts.map +1 -0
  637. package/dist/components/layout/spacer/spacer.styles.js +156 -0
  638. package/dist/components/layout/spacer/spacer.styles.js.map +1 -0
  639. package/dist/components/layout/spacer/spacer.template.d.ts +1 -0
  640. package/dist/components/layout/spacer/spacer.template.d.ts.map +1 -0
  641. package/dist/components/layout/spacer/spacer.template.js +2 -0
  642. package/dist/components/layout/spacer/spacer.template.js.map +1 -0
  643. package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts +65 -0
  644. package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts.map +1 -0
  645. package/dist/components/layout/split-views/bar-split-view/bar-split-view.js +203 -0
  646. package/dist/components/layout/split-views/bar-split-view/bar-split-view.js.map +1 -0
  647. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts +2 -0
  648. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts.map +1 -0
  649. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +128 -0
  650. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js.map +1 -0
  651. package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.d.ts +5 -0
  652. package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.d.ts.map +1 -0
  653. package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.js +39 -0
  654. package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.js.map +1 -0
  655. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts +86 -0
  656. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts.map +1 -0
  657. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js +385 -0
  658. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js.map +1 -0
  659. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts +2 -0
  660. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts.map +1 -0
  661. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +318 -0
  662. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js.map +1 -0
  663. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.d.ts +5 -0
  664. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.d.ts.map +1 -0
  665. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js +60 -0
  666. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js.map +1 -0
  667. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts +38 -0
  668. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts.map +1 -0
  669. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js +83 -0
  670. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js.map +1 -0
  671. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts +2 -0
  672. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts.map +1 -0
  673. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +66 -0
  674. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js.map +1 -0
  675. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.d.ts +5 -0
  676. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.d.ts.map +1 -0
  677. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.js +22 -0
  678. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.js.map +1 -0
  679. package/dist/components/layout/split-views/split-view-divider/split-view-divider.d.ts +28 -0
  680. package/dist/components/layout/split-views/split-view-divider/split-view-divider.d.ts.map +1 -0
  681. package/dist/components/layout/split-views/split-view-divider/split-view-divider.js +45 -0
  682. package/dist/components/layout/split-views/split-view-divider/split-view-divider.js.map +1 -0
  683. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.d.ts +2 -0
  684. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.d.ts.map +1 -0
  685. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js +83 -0
  686. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js.map +1 -0
  687. package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.d.ts +4 -0
  688. package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.d.ts.map +1 -0
  689. package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.js +15 -0
  690. package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.js.map +1 -0
  691. package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts +38 -0
  692. package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts.map +1 -0
  693. package/dist/components/layout/split-views/split-view-pane/split-view-pane.js +60 -0
  694. package/dist/components/layout/split-views/split-view-pane/split-view-pane.js.map +1 -0
  695. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts +2 -0
  696. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts.map +1 -0
  697. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +56 -0
  698. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js.map +1 -0
  699. package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.d.ts +4 -0
  700. package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.d.ts.map +1 -0
  701. package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.js +9 -0
  702. package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.js.map +1 -0
  703. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts +38 -0
  704. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts.map +1 -0
  705. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js +83 -0
  706. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js.map +1 -0
  707. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts +2 -0
  708. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts.map +1 -0
  709. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +67 -0
  710. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js.map +1 -0
  711. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.d.ts +5 -0
  712. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.d.ts.map +1 -0
  713. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.js +22 -0
  714. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.js.map +1 -0
  715. package/dist/components/layout/window/window.d.ts +92 -0
  716. package/dist/components/layout/window/window.d.ts.map +1 -0
  717. package/dist/components/layout/window/window.i18n.d.ts +5 -0
  718. package/dist/components/layout/window/window.i18n.d.ts.map +1 -0
  719. package/dist/components/layout/window/window.i18n.js +4 -0
  720. package/dist/components/layout/window/window.i18n.js.map +1 -0
  721. package/dist/components/layout/window/window.js +390 -0
  722. package/dist/components/layout/window/window.js.map +1 -0
  723. package/dist/components/layout/window/window.styles.d.ts +2 -0
  724. package/dist/components/layout/window/window.styles.d.ts.map +1 -0
  725. package/dist/components/layout/window/window.styles.js +104 -0
  726. package/dist/components/layout/window/window.styles.js.map +1 -0
  727. package/dist/components/layout/window/window.template.d.ts +4 -0
  728. package/dist/components/layout/window/window.template.d.ts.map +1 -0
  729. package/dist/components/layout/window/window.template.js +18 -0
  730. package/dist/components/layout/window/window.template.js.map +1 -0
  731. package/dist/components/lists-and-menus/cells/cell/cell.d.ts +44 -0
  732. package/dist/components/lists-and-menus/cells/cell/cell.d.ts.map +1 -0
  733. package/dist/components/lists-and-menus/cells/cell/cell.js +95 -0
  734. package/dist/components/lists-and-menus/cells/cell/cell.js.map +1 -0
  735. package/dist/components/lists-and-menus/cells/cell/cell.styles.d.ts +2 -0
  736. package/dist/components/lists-and-menus/cells/cell/cell.styles.d.ts.map +1 -0
  737. package/dist/components/lists-and-menus/cells/cell/cell.styles.js +75 -0
  738. package/dist/components/lists-and-menus/cells/cell/cell.styles.js.map +1 -0
  739. package/dist/components/lists-and-menus/cells/cell/cell.template.d.ts +2 -0
  740. package/dist/components/lists-and-menus/cells/cell/cell.template.d.ts.map +1 -0
  741. package/dist/components/lists-and-menus/cells/cell/cell.template.js +3 -0
  742. package/dist/components/lists-and-menus/cells/cell/cell.template.js.map +1 -0
  743. package/dist/components/lists-and-menus/cells/description-cell/description-cell.d.ts +46 -0
  744. package/dist/components/lists-and-menus/cells/description-cell/description-cell.d.ts.map +1 -0
  745. package/dist/components/lists-and-menus/cells/description-cell/description-cell.js +97 -0
  746. package/dist/components/lists-and-menus/cells/description-cell/description-cell.js.map +1 -0
  747. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.d.ts +2 -0
  748. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.d.ts.map +1 -0
  749. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js +99 -0
  750. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js.map +1 -0
  751. package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.d.ts +2 -0
  752. package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.d.ts.map +1 -0
  753. package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.js +6 -0
  754. package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.js.map +1 -0
  755. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.d.ts +43 -0
  756. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.d.ts.map +1 -0
  757. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.d.ts +5 -0
  758. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.d.ts.map +1 -0
  759. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.js +4 -0
  760. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.js.map +1 -0
  761. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.js +64 -0
  762. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.js.map +1 -0
  763. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.d.ts +2 -0
  764. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.d.ts.map +1 -0
  765. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js +72 -0
  766. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js.map +1 -0
  767. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.d.ts +2 -0
  768. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.d.ts.map +1 -0
  769. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.js +44 -0
  770. package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.js.map +1 -0
  771. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.d.ts +39 -0
  772. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.d.ts.map +1 -0
  773. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.js +57 -0
  774. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.js.map +1 -0
  775. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.d.ts +2 -0
  776. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.d.ts.map +1 -0
  777. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js +103 -0
  778. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js.map +1 -0
  779. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.d.ts +3 -0
  780. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.d.ts.map +1 -0
  781. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.js +9 -0
  782. package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.js.map +1 -0
  783. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.d.ts +26 -0
  784. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.d.ts.map +1 -0
  785. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.js +36 -0
  786. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.js.map +1 -0
  787. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.d.ts +2 -0
  788. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.d.ts.map +1 -0
  789. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js +47 -0
  790. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js.map +1 -0
  791. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.d.ts +1 -0
  792. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.d.ts.map +1 -0
  793. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.js +2 -0
  794. package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.js.map +1 -0
  795. package/dist/components/lists-and-menus/cells/text-cell/text-cell.d.ts +76 -0
  796. package/dist/components/lists-and-menus/cells/text-cell/text-cell.d.ts.map +1 -0
  797. package/dist/components/lists-and-menus/cells/text-cell/text-cell.js +149 -0
  798. package/dist/components/lists-and-menus/cells/text-cell/text-cell.js.map +1 -0
  799. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts +2 -0
  800. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts.map +1 -0
  801. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js +180 -0
  802. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js.map +1 -0
  803. package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.d.ts +3 -0
  804. package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.d.ts.map +1 -0
  805. package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.js +10 -0
  806. package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.js.map +1 -0
  807. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts +28 -0
  808. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts.map +1 -0
  809. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js +140 -0
  810. package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js.map +1 -0
  811. package/dist/components/lists-and-menus/cells/title-cell/title-cell.d.ts +78 -0
  812. package/dist/components/lists-and-menus/cells/title-cell/title-cell.d.ts.map +1 -0
  813. package/dist/components/lists-and-menus/cells/title-cell/title-cell.js +152 -0
  814. package/dist/components/lists-and-menus/cells/title-cell/title-cell.js.map +1 -0
  815. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts +2 -0
  816. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts.map +1 -0
  817. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js +178 -0
  818. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js.map +1 -0
  819. package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.d.ts +3 -0
  820. package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.d.ts.map +1 -0
  821. package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.js +33 -0
  822. package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.js.map +1 -0
  823. package/dist/components/lists-and-menus/list/list.d.ts +111 -0
  824. package/dist/components/lists-and-menus/list/list.d.ts.map +1 -0
  825. package/dist/components/lists-and-menus/list/list.i18n.d.ts +11 -0
  826. package/dist/components/lists-and-menus/list/list.i18n.d.ts.map +1 -0
  827. package/dist/components/lists-and-menus/list/list.i18n.js +10 -0
  828. package/dist/components/lists-and-menus/list/list.i18n.js.map +1 -0
  829. package/dist/components/lists-and-menus/list/list.js +488 -0
  830. package/dist/components/lists-and-menus/list/list.js.map +1 -0
  831. package/dist/components/lists-and-menus/list/list.styles.d.ts +2 -0
  832. package/dist/components/lists-and-menus/list/list.styles.d.ts.map +1 -0
  833. package/dist/components/lists-and-menus/list/list.styles.js +126 -0
  834. package/dist/components/lists-and-menus/list/list.styles.js.map +1 -0
  835. package/dist/components/lists-and-menus/list/list.template.d.ts +3 -0
  836. package/dist/components/lists-and-menus/list/list.template.d.ts.map +1 -0
  837. package/dist/components/lists-and-menus/list/list.template.js +48 -0
  838. package/dist/components/lists-and-menus/list/list.template.js.map +1 -0
  839. package/dist/components/lists-and-menus/list-item/list-item.d.ts +62 -0
  840. package/dist/components/lists-and-menus/list-item/list-item.d.ts.map +1 -0
  841. package/dist/components/lists-and-menus/list-item/list-item.js +188 -0
  842. package/dist/components/lists-and-menus/list-item/list-item.js.map +1 -0
  843. package/dist/components/lists-and-menus/list-item/list-item.styles.d.ts +2 -0
  844. package/dist/components/lists-and-menus/list-item/list-item.styles.d.ts.map +1 -0
  845. package/dist/components/lists-and-menus/list-item/list-item.styles.js +249 -0
  846. package/dist/components/lists-and-menus/list-item/list-item.styles.js.map +1 -0
  847. package/dist/components/lists-and-menus/list-item/list-item.template.d.ts +2 -0
  848. package/dist/components/lists-and-menus/list-item/list-item.template.d.ts.map +1 -0
  849. package/dist/components/lists-and-menus/list-item/list-item.template.js +38 -0
  850. package/dist/components/lists-and-menus/list-item/list-item.template.js.map +1 -0
  851. package/dist/components/lists-and-menus/menu/menu.d.ts +166 -0
  852. package/dist/components/lists-and-menus/menu/menu.d.ts.map +1 -0
  853. package/dist/components/lists-and-menus/menu/menu.i18n.d.ts +5 -0
  854. package/dist/components/lists-and-menus/menu/menu.i18n.d.ts.map +1 -0
  855. package/dist/components/lists-and-menus/menu/menu.i18n.js +4 -0
  856. package/dist/components/lists-and-menus/menu/menu.i18n.js.map +1 -0
  857. package/dist/components/lists-and-menus/menu/menu.js +551 -0
  858. package/dist/components/lists-and-menus/menu/menu.js.map +1 -0
  859. package/dist/components/lists-and-menus/menu/menu.styles.d.ts +4 -0
  860. package/dist/components/lists-and-menus/menu/menu.styles.d.ts.map +1 -0
  861. package/dist/components/lists-and-menus/menu/menu.styles.js +175 -0
  862. package/dist/components/lists-and-menus/menu/menu.styles.js.map +1 -0
  863. package/dist/components/lists-and-menus/menu/menu.template.d.ts +5 -0
  864. package/dist/components/lists-and-menus/menu/menu.template.d.ts.map +1 -0
  865. package/dist/components/lists-and-menus/menu/menu.template.js +75 -0
  866. package/dist/components/lists-and-menus/menu/menu.template.js.map +1 -0
  867. package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts +146 -0
  868. package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts.map +1 -0
  869. package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.d.ts +9 -0
  870. package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.d.ts.map +1 -0
  871. package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.js +8 -0
  872. package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.js.map +1 -0
  873. package/dist/components/navigation/document-tab-bar/document-tab-bar.js +775 -0
  874. package/dist/components/navigation/document-tab-bar/document-tab-bar.js.map +1 -0
  875. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts +3 -0
  876. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -0
  877. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +412 -0
  878. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -0
  879. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.d.ts +8 -0
  880. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.d.ts.map +1 -0
  881. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js +112 -0
  882. package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js.map +1 -0
  883. package/dist/components/navigation/menu-bar/menu-bar.d.ts +70 -0
  884. package/dist/components/navigation/menu-bar/menu-bar.d.ts.map +1 -0
  885. package/dist/components/navigation/menu-bar/menu-bar.i18n.d.ts +5 -0
  886. package/dist/components/navigation/menu-bar/menu-bar.i18n.d.ts.map +1 -0
  887. package/dist/components/navigation/menu-bar/menu-bar.i18n.js +4 -0
  888. package/dist/components/navigation/menu-bar/menu-bar.i18n.js.map +1 -0
  889. package/dist/components/navigation/menu-bar/menu-bar.js +276 -0
  890. package/dist/components/navigation/menu-bar/menu-bar.js.map +1 -0
  891. package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts +2 -0
  892. package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts.map +1 -0
  893. package/dist/components/navigation/menu-bar/menu-bar.styles.js +37 -0
  894. package/dist/components/navigation/menu-bar/menu-bar.styles.js.map +1 -0
  895. package/dist/components/navigation/menu-bar/menu-bar.template.d.ts +3 -0
  896. package/dist/components/navigation/menu-bar/menu-bar.template.d.ts.map +1 -0
  897. package/dist/components/navigation/menu-bar/menu-bar.template.js +20 -0
  898. package/dist/components/navigation/menu-bar/menu-bar.template.js.map +1 -0
  899. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +73 -0
  900. package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -0
  901. package/dist/components/navigation/menu-bar-item/menu-bar-item.js +207 -0
  902. package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -0
  903. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts +2 -0
  904. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -0
  905. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +172 -0
  906. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -0
  907. package/dist/components/navigation/menu-bar-item/menu-bar-item.template.d.ts +3 -0
  908. package/dist/components/navigation/menu-bar-item/menu-bar-item.template.d.ts.map +1 -0
  909. package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js +65 -0
  910. package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js.map +1 -0
  911. package/dist/components/navigation/pagination/pagination.d.ts +39 -0
  912. package/dist/components/navigation/pagination/pagination.d.ts.map +1 -0
  913. package/dist/components/navigation/pagination/pagination.i18n.d.ts +9 -0
  914. package/dist/components/navigation/pagination/pagination.i18n.d.ts.map +1 -0
  915. package/dist/components/navigation/pagination/pagination.i18n.js +8 -0
  916. package/dist/components/navigation/pagination/pagination.i18n.js.map +1 -0
  917. package/dist/components/navigation/pagination/pagination.js +122 -0
  918. package/dist/components/navigation/pagination/pagination.js.map +1 -0
  919. package/dist/components/navigation/pagination/pagination.styles.d.ts +2 -0
  920. package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -0
  921. package/dist/components/navigation/pagination/pagination.styles.js +227 -0
  922. package/dist/components/navigation/pagination/pagination.styles.js.map +1 -0
  923. package/dist/components/navigation/pagination/pagination.template.d.ts +6 -0
  924. package/dist/components/navigation/pagination/pagination.template.d.ts.map +1 -0
  925. package/dist/components/navigation/pagination/pagination.template.js +92 -0
  926. package/dist/components/navigation/pagination/pagination.template.js.map +1 -0
  927. package/dist/components/navigation/skip-link/skip-link.d.ts +36 -0
  928. package/dist/components/navigation/skip-link/skip-link.d.ts.map +1 -0
  929. package/dist/components/navigation/skip-link/skip-link.i18n.d.ts +5 -0
  930. package/dist/components/navigation/skip-link/skip-link.i18n.d.ts.map +1 -0
  931. package/dist/components/navigation/skip-link/skip-link.i18n.js +4 -0
  932. package/dist/components/navigation/skip-link/skip-link.i18n.js.map +1 -0
  933. package/dist/components/navigation/skip-link/skip-link.js +64 -0
  934. package/dist/components/navigation/skip-link/skip-link.js.map +1 -0
  935. package/dist/components/navigation/skip-link/skip-link.styles.d.ts +2 -0
  936. package/dist/components/navigation/skip-link/skip-link.styles.d.ts.map +1 -0
  937. package/dist/components/navigation/skip-link/skip-link.styles.js +69 -0
  938. package/dist/components/navigation/skip-link/skip-link.styles.js.map +1 -0
  939. package/dist/components/navigation/skip-link/skip-link.template.d.ts +3 -0
  940. package/dist/components/navigation/skip-link/skip-link.template.d.ts.map +1 -0
  941. package/dist/components/navigation/skip-link/skip-link.template.js +25 -0
  942. package/dist/components/navigation/skip-link/skip-link.template.js.map +1 -0
  943. package/dist/components/navigation/tab-bar/tab-bar.d.ts +81 -0
  944. package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -0
  945. package/dist/components/navigation/tab-bar/tab-bar.js +286 -0
  946. package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -0
  947. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts +3 -0
  948. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -0
  949. package/dist/components/navigation/tab-bar/tab-bar.styles.js +226 -0
  950. package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -0
  951. package/dist/components/navigation/tab-bar/tab-bar.template.d.ts +7 -0
  952. package/dist/components/navigation/tab-bar/tab-bar.template.d.ts.map +1 -0
  953. package/dist/components/navigation/tab-bar/tab-bar.template.js +77 -0
  954. package/dist/components/navigation/tab-bar/tab-bar.template.js.map +1 -0
  955. package/dist/components/navigation/top-navigation-bar/logo.d.ts +3 -0
  956. package/dist/components/navigation/top-navigation-bar/logo.d.ts.map +1 -0
  957. package/dist/components/navigation/top-navigation-bar/logo.js +3 -0
  958. package/dist/components/navigation/top-navigation-bar/logo.js.map +1 -0
  959. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts +79 -0
  960. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts.map +1 -0
  961. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.d.ts +10 -0
  962. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.d.ts.map +1 -0
  963. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.js +9 -0
  964. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.js.map +1 -0
  965. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +340 -0
  966. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -0
  967. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts +2 -0
  968. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -0
  969. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +325 -0
  970. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -0
  971. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.d.ts +3 -0
  972. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.d.ts.map +1 -0
  973. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js +126 -0
  974. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js.map +1 -0
  975. package/dist/components/navigation/top-title-bar/top-title-bar.d.ts +50 -0
  976. package/dist/components/navigation/top-title-bar/top-title-bar.d.ts.map +1 -0
  977. package/dist/components/navigation/top-title-bar/top-title-bar.js +149 -0
  978. package/dist/components/navigation/top-title-bar/top-title-bar.js.map +1 -0
  979. package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts +2 -0
  980. package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts.map +1 -0
  981. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +159 -0
  982. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js.map +1 -0
  983. package/dist/components/navigation/top-title-bar/top-title-bar.template.d.ts +5 -0
  984. package/dist/components/navigation/top-title-bar/top-title-bar.template.d.ts.map +1 -0
  985. package/dist/components/navigation/top-title-bar/top-title-bar.template.js +55 -0
  986. package/dist/components/navigation/top-title-bar/top-title-bar.template.js.map +1 -0
  987. package/dist/components/palettes.html +245 -0
  988. package/dist/components/status-and-feedback/badge/badge.d.ts +49 -0
  989. package/dist/components/status-and-feedback/badge/badge.d.ts.map +1 -0
  990. package/dist/components/status-and-feedback/badge/badge.i18n.d.ts +5 -0
  991. package/dist/components/status-and-feedback/badge/badge.i18n.d.ts.map +1 -0
  992. package/dist/components/status-and-feedback/badge/badge.i18n.js +4 -0
  993. package/dist/components/status-and-feedback/badge/badge.i18n.js.map +1 -0
  994. package/dist/components/status-and-feedback/badge/badge.js +95 -0
  995. package/dist/components/status-and-feedback/badge/badge.js.map +1 -0
  996. package/dist/components/status-and-feedback/badge/badge.styles.d.ts +2 -0
  997. package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -0
  998. package/dist/components/status-and-feedback/badge/badge.styles.js +134 -0
  999. package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -0
  1000. package/dist/components/status-and-feedback/badge/badge.template.d.ts +3 -0
  1001. package/dist/components/status-and-feedback/badge/badge.template.d.ts.map +1 -0
  1002. package/dist/components/status-and-feedback/badge/badge.template.js +24 -0
  1003. package/dist/components/status-and-feedback/badge/badge.template.js.map +1 -0
  1004. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts +40 -0
  1005. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts.map +1 -0
  1006. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +97 -0
  1007. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js.map +1 -0
  1008. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts +2 -0
  1009. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -0
  1010. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +95 -0
  1011. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -0
  1012. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.d.ts +3 -0
  1013. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.d.ts.map +1 -0
  1014. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js +33 -0
  1015. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js.map +1 -0
  1016. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts +49 -0
  1017. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts.map +1 -0
  1018. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js +122 -0
  1019. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js.map +1 -0
  1020. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts +2 -0
  1021. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -0
  1022. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +99 -0
  1023. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -0
  1024. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.d.ts +3 -0
  1025. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.d.ts.map +1 -0
  1026. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.js +25 -0
  1027. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.js.map +1 -0
  1028. package/dist/css/form-section.css +118 -0
  1029. package/dist/css/form.css +48 -0
  1030. package/dist/css/global.css +4 -0
  1031. package/dist/css/palettes.generated.css +540 -0
  1032. package/dist/css/rich-text.css +444 -0
  1033. package/dist/css/settings.css +1201 -0
  1034. package/dist/fonts/IBMPlexMono-Bold.woff2 +0 -0
  1035. package/dist/fonts/IBMPlexMono-Regular.woff2 +0 -0
  1036. package/dist/fonts/RijksSansVF-Italic.ttf +0 -0
  1037. package/dist/fonts/RijksSansVF-Regular.ttf +0 -0
  1038. package/dist/utilities/input-modality.d.ts +10 -0
  1039. package/dist/utilities/input-modality.d.ts.map +1 -0
  1040. package/dist/utilities/input-modality.js +47 -0
  1041. package/dist/utilities/input-modality.js.map +1 -0
  1042. package/dist/utilities/popover-guard.d.ts +10 -0
  1043. package/dist/utilities/popover-guard.d.ts.map +1 -0
  1044. package/dist/utilities/popover-guard.js +10 -0
  1045. package/dist/utilities/popover-guard.js.map +1 -0
  1046. package/dist/utilities/render-marked.d.ts +28 -0
  1047. package/dist/utilities/render-marked.d.ts.map +1 -0
  1048. package/dist/utilities/render-marked.js +57 -0
  1049. package/dist/utilities/render-marked.js.map +1 -0
  1050. package/dist/utilities/sanitize-url.d.ts +16 -0
  1051. package/dist/utilities/sanitize-url.d.ts.map +1 -0
  1052. package/dist/utilities/sanitize-url.js +30 -0
  1053. package/dist/utilities/sanitize-url.js.map +1 -0
  1054. package/dist/utilities/visibility-mixin.d.ts +28 -0
  1055. package/dist/utilities/visibility-mixin.d.ts.map +1 -0
  1056. package/dist/utilities/visibility-mixin.js +67 -0
  1057. package/dist/utilities/visibility-mixin.js.map +1 -0
  1058. package/dist/utilities/with-translations.d.ts +27 -0
  1059. package/dist/utilities/with-translations.d.ts.map +1 -0
  1060. package/dist/utilities/with-translations.js +57 -0
  1061. package/dist/utilities/with-translations.js.map +1 -0
  1062. package/package.json +409 -0
@@ -0,0 +1,223 @@
1
+ import { css } from 'lit';
2
+ export const passwordFieldStyles = css `
3
+
4
+
5
+ /* # Host */
6
+
7
+ :host {
8
+ display: block;
9
+ --_background-color: var(--semantics-input-fields-background-color);
10
+ --_z-index-button-focus: 1;
11
+ -webkit-tap-highlight-color: transparent;
12
+ }
13
+
14
+ :host([hidden]) {
15
+ display: none;
16
+ }
17
+
18
+
19
+ /* # Block */
20
+
21
+ .password-field {
22
+ display: flex;
23
+ flex-direction: row;
24
+ align-items: center;
25
+ overflow: hidden;
26
+ box-sizing: border-box;
27
+ border: var(--semantics-input-fields-border);
28
+ background-color: var(--_background-color);
29
+ }
30
+
31
+ :host([size='sm']) .password-field {
32
+ padding-left: calc(var(--semantics-controls-sm-inline-padding) - var(--semantics-input-fields-border-thickness));
33
+ min-height: var(--semantics-controls-sm-min-size);
34
+ border-radius: var(--semantics-controls-sm-corner-radius);
35
+ }
36
+
37
+ :host([size='md']) .password-field,
38
+ :host(:not([size])) .password-field {
39
+ padding-left: calc(var(--semantics-controls-md-inline-padding) - var(--semantics-input-fields-border-thickness));
40
+ min-height: var(--semantics-controls-md-min-size);
41
+ border-radius: var(--semantics-controls-md-corner-radius);
42
+ }
43
+
44
+ :host([valid]) .password-field {
45
+ border-color: var(--semantics-input-fields-is-valid-border-color);
46
+ }
47
+
48
+ :host([invalid]) .password-field {
49
+ border-color: var(--semantics-input-fields-is-invalid-border-color);
50
+ }
51
+
52
+ :host([readonly]) .password-field {
53
+ border-color: var(--semantics-input-fields-is-read-only-border-color);
54
+ --_background-color: var(--semantics-input-fields-is-read-only-background-color);
55
+ }
56
+
57
+ :host([disabled]) .password-field {
58
+ opacity: var(--primitives-opacity-disabled);
59
+ }
60
+
61
+ .password-field:has(input:-webkit-autofill),
62
+ .password-field:has(input:autofill) {
63
+ --_background-color: var(--semantics-input-fields-is-autofill-background-color);
64
+ }
65
+
66
+ .password-field:focus-within:not(:has(.password-field__visibility-toggle-button:focus-within)) {
67
+ outline: var(--semantics-focus-ring-outline);
68
+ outline-offset: var(--semantics-focus-ring-outline-offset);
69
+ box-shadow: var(--semantics-focus-ring-box-shadow);
70
+ }
71
+
72
+ .password-field:has(.password-field__visibility-toggle-button:focus-within) {
73
+ overflow: visible;
74
+ }
75
+
76
+
77
+ /* # Input */
78
+
79
+ .password-field__input {
80
+ flex-grow: 1;
81
+ min-width: 0;
82
+ overflow: hidden;
83
+ box-sizing: border-box;
84
+ padding: 0;
85
+ margin: 0;
86
+ color: var(--semantics-content-color);
87
+ background: transparent;
88
+ border: none;
89
+ outline: none;
90
+ appearance: none;
91
+ }
92
+
93
+ :host([size='sm']) .password-field__input {
94
+ min-height: calc(var(--semantics-controls-sm-min-size) - var(--semantics-input-fields-border-thickness) * 2);
95
+ font: var(--semantics-input-fields-sm-text-font);
96
+ }
97
+
98
+ :host([size='md']) .password-field__input,
99
+ :host(:not([size])) .password-field__input {
100
+ min-height: calc(var(--semantics-controls-md-min-size) - var(--semantics-input-fields-border-thickness) * 2);
101
+ font: var(--semantics-input-fields-md-text-font);
102
+ }
103
+
104
+ :host([size='sm']) .password-field__input.is-masked {
105
+ font: var(--semantics-input-fields-sm-mask-font);
106
+ }
107
+
108
+ :host([size='md']) .password-field__input.is-masked,
109
+ :host(:not([size])) .password-field__input.is-masked {
110
+ font: var(--semantics-input-fields-md-mask-font);
111
+ }
112
+
113
+ .password-field__input::placeholder {
114
+ color: var(--semantics-input-fields-placeholder-color);
115
+ }
116
+
117
+ :host([size='sm']) .password-field__input::placeholder {
118
+ font: var(--semantics-input-fields-sm-text-font);
119
+ }
120
+
121
+ :host([size='md']) .password-field__input::placeholder,
122
+ :host(:not([size])) .password-field__input::placeholder {
123
+ font: var(--semantics-input-fields-md-text-font);
124
+ }
125
+
126
+ .password-field__input:-webkit-autofill,
127
+ .password-field__input:autofill {
128
+ box-shadow: 0 0 0 999px var(--_background-color) inset;
129
+ }
130
+
131
+ :host([disabled]) .password-field__input {
132
+ pointer-events: none;
133
+ }
134
+
135
+
136
+ /* # Input fade */
137
+
138
+ .password-field__input-fade {
139
+ position: relative;
140
+ flex-shrink: 0;
141
+ align-self: stretch;
142
+ width: 0;
143
+ }
144
+
145
+ .password-field__input-fade::after {
146
+ content: '';
147
+ position: absolute;
148
+ top: 0;
149
+ bottom: 0;
150
+ right: 0;
151
+ width: var(--primitives-space-8);
152
+ border-radius: var(--semantics-controls-md-corner-radius);
153
+ background: linear-gradient(90deg, color-mix(in oklch, var(--_background-color) 0%, transparent) 0%, var(--_background-color) 100%);
154
+ pointer-events: none;
155
+ }
156
+
157
+
158
+ /* # Validation icon */
159
+
160
+ .password-field__validation-icon-area {
161
+ display: flex;
162
+ align-items: center;
163
+ justify-content: center;
164
+ flex-shrink: 0;
165
+ height: 100%;
166
+ }
167
+
168
+ :host([size='sm']) .password-field__validation-icon-area {
169
+ width: calc(var(--semantics-controls-sm-min-size) - var(--semantics-input-fields-border-thickness) * 2);
170
+ }
171
+
172
+ :host([size='md']) .password-field__validation-icon-area,
173
+ :host(:not([size])) .password-field__validation-icon-area {
174
+ width: calc(var(--semantics-controls-md-min-size) - var(--semantics-input-fields-border-thickness) * 2);
175
+ }
176
+
177
+ :host([valid]) .password-field__validation-icon-area {
178
+ color: var(--semantics-input-fields-is-valid-icon-color);
179
+ }
180
+
181
+ :host([invalid]) .password-field__validation-icon-area {
182
+ color: var(--semantics-input-fields-is-invalid-icon-color);
183
+ }
184
+
185
+ :host([size='sm']) .password-field__validation-icon {
186
+ width: var(--semantics-input-fields-sm-validation-icon-size);
187
+ height: var(--semantics-input-fields-sm-validation-icon-size);
188
+ }
189
+
190
+ :host([size='md']) .password-field__validation-icon,
191
+ :host(:not([size])) .password-field__validation-icon {
192
+ width: var(--semantics-input-fields-md-validation-icon-size);
193
+ height: var(--semantics-input-fields-md-validation-icon-size);
194
+ }
195
+
196
+
197
+ /* # Visibility toggle button */
198
+
199
+ .password-field__visibility-toggle-button {
200
+ display: flex;
201
+ align-items: center;
202
+ justify-content: center;
203
+ flex-shrink: 0;
204
+ height: 100%;
205
+ }
206
+
207
+ :host([size='sm']) .password-field__visibility-toggle-button {
208
+ padding-block: calc((var(--semantics-controls-sm-min-size) - var(--semantics-input-fields-border-thickness) * 2 - var(--semantics-controls-xs-min-size)) / 2);
209
+ padding-inline-end: calc((var(--semantics-controls-sm-min-size) - var(--semantics-input-fields-border-thickness) * 2 - var(--semantics-controls-xs-min-size)) / 2);
210
+ }
211
+
212
+ :host([size='md']) .password-field__visibility-toggle-button,
213
+ :host(:not([size])) .password-field__visibility-toggle-button {
214
+ padding-block: calc((var(--semantics-controls-md-min-size) - var(--semantics-input-fields-border-thickness) * 2 - var(--semantics-controls-sm-min-size)) / 2);
215
+ padding-inline-end: calc((var(--semantics-controls-md-min-size) - var(--semantics-input-fields-border-thickness) * 2 - var(--semantics-controls-sm-min-size)) / 2);
216
+ }
217
+
218
+ .password-field__visibility-toggle-button:focus-within {
219
+ position: relative;
220
+ z-index: var(--_z-index-button-focus);
221
+ }
222
+ `;
223
+ //# sourceMappingURL=password-field.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"password-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4NrC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { TemplateResult } from 'lit';
2
+ import type { NLDDPasswordField } from './password-field.js';
3
+ import './../../content/icon/icon.js';
4
+ import './../../actions/button/button.js';
5
+ export declare function passwordFieldTemplate(component: NLDDPasswordField): TemplateResult;
6
+ //# sourceMappingURL=password-field.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"password-field.template.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,MAAM,KAAK,CAAC;AACpD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,8BAA8B,CAAC;AACtC,OAAO,kCAAkC,CAAC;AA8C1C,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,iBAAiB,GAAG,cAAc,CAwBlF"}
@@ -0,0 +1,70 @@
1
+ import { html, nothing } from 'lit';
2
+ import './../../content/icon/icon.js';
3
+ import './../../actions/button/button.js';
4
+ function renderValidationIcon(component) {
5
+ if (component.invalid) {
6
+ return html `
7
+ <div class="password-field__validation-icon-area">
8
+ <nldd-icon class="password-field__validation-icon"
9
+ name="invalid"
10
+ aria-hidden="true"
11
+ ></nldd-icon>
12
+ </div>
13
+ `;
14
+ }
15
+ if (component.valid) {
16
+ return html `
17
+ <div class="password-field__validation-icon-area">
18
+ <nldd-icon class="password-field__validation-icon"
19
+ name="valid"
20
+ aria-hidden="true"
21
+ ></nldd-icon>
22
+ </div>
23
+ `;
24
+ }
25
+ return nothing;
26
+ }
27
+ function renderVisibilityToggle(component) {
28
+ const buttonSize = component.size === 'sm' ? 'xs' : 'sm';
29
+ const label = component.masked ? component.showText : component.hideText;
30
+ const accessibleLabel = component.masked ? component.showAccessibleLabel : component.hideAccessibleLabel;
31
+ return html `
32
+ <div class="password-field__visibility-toggle-button">
33
+ <nldd-button
34
+ size=${buttonSize}
35
+ type="button"
36
+ text=${label}
37
+ accessible-label=${accessibleLabel}
38
+ ?disabled=${component.disabled}
39
+ @click=${component._handleToggle}
40
+ @mousedown=${(e) => e.preventDefault()}
41
+ ></nldd-button>
42
+ </div>
43
+ `;
44
+ }
45
+ export function passwordFieldTemplate(component) {
46
+ return html `
47
+ <div class="password-field">
48
+ <input class="password-field__input ${component.masked ? 'is-masked' : ''}"
49
+ id=${component.inputId || nothing}
50
+ type=${component.masked ? 'password' : 'text'}
51
+ .value=${component.value}
52
+ placeholder=${component.placeholder || nothing}
53
+ ?disabled=${component.disabled}
54
+ ?readonly=${component.readonly}
55
+ ?required=${component.required}
56
+ name=${component.name || nothing}
57
+ autocomplete=${component.autocomplete || nothing}
58
+ aria-label=${component.accessibleLabel || nothing}
59
+ aria-describedby=${component.errorMessageIds || nothing}
60
+ aria-invalid=${component.invalid ? 'true' : nothing}
61
+ @input=${component._handleInput}
62
+ @change=${component._handleChange}
63
+ />
64
+ <div class="password-field__input-fade"></div>
65
+ ${renderValidationIcon(component)}
66
+ ${renderVisibilityToggle(component)}
67
+ </div>
68
+ `;
69
+ }
70
+ //# sourceMappingURL=password-field.template.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"password-field.template.js","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAkB,MAAM,KAAK,CAAC;AAEpD,OAAO,8BAA8B,CAAC;AACtC,OAAO,kCAAkC,CAAC;AAE1C,SAAS,oBAAoB,CAAC,SAA4B;IACzD,IAAI,SAAS,CAAC,OAAO,EAAE,CAAC;QACvB,OAAO,IAAI,CAAA;;;;;;;GAOV,CAAC;IACH,CAAC;IACD,IAAI,SAAS,CAAC,KAAK,EAAE,CAAC;QACrB,OAAO,IAAI,CAAA;;;;;;;GAOV,CAAC;IACH,CAAC;IACD,OAAO,OAAO,CAAC;AAChB,CAAC;AAED,SAAS,sBAAsB,CAAC,SAA4B;IAC3D,MAAM,UAAU,GAAG,SAAS,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;IACzD,MAAM,KAAK,GAAG,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,QAAQ,CAAC;IACzE,MAAM,eAAe,GAAG,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC,mBAAmB,CAAC;IAEzG,OAAO,IAAI,CAAA;;;WAGD,UAAU;;WAEV,KAAK;uBACO,eAAe;gBACtB,SAAS,CAAC,QAAQ;aACrB,SAAS,CAAC,aAAa;iBACnB,CAAC,CAAQ,EAAE,EAAE,CAAC,CAAC,CAAC,cAAc,EAAE;;;EAG/C,CAAC;AACH,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,SAA4B;IACjE,OAAO,IAAI,CAAA;;yCAE6B,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE;SACnE,SAAS,CAAC,OAAO,IAAI,OAAO;WAC1B,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM;aACpC,SAAS,CAAC,KAAK;kBACV,SAAS,CAAC,WAAW,IAAI,OAAO;gBAClC,SAAS,CAAC,QAAQ;gBAClB,SAAS,CAAC,QAAQ;gBAClB,SAAS,CAAC,QAAQ;WACvB,SAAS,CAAC,IAAI,IAAI,OAAO;mBACjB,SAAS,CAAC,YAAY,IAAI,OAAO;iBACnC,SAAS,CAAC,eAAe,IAAI,OAAO;uBAC9B,SAAS,CAAC,eAAe,IAAI,OAAO;mBACxC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;aAC1C,SAAS,CAAC,YAAY;cACrB,SAAS,CAAC,aAAa;;;KAGhC,oBAAoB,CAAC,SAAS,CAAC;KAC/B,sBAAsB,CAAC,SAAS,CAAC;;EAEpC,CAAC;AACH,CAAC"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Nederlandse Digitale Dienst Radio Button Component (Lit + TypeScript)
3
+ *
4
+ * WAI-ARIA: Wrap radio buttons in a <fieldset>/<legend> or a container with
5
+ * role="radiogroup" and aria-labelledby for proper group semantics.
6
+ *
7
+ * @example
8
+ * <fieldset>
9
+ * <legend>Kies een optie</legend>
10
+ * <nldd-radio-button name="options" value="1">Optie 1</nldd-radio-button>
11
+ * <nldd-radio-button name="options" value="2">Optie 2</nldd-radio-button>
12
+ * </fieldset>
13
+ *
14
+ * @element nldd-radio-button
15
+ * @attr {boolean} checked - Checked state
16
+ * @attr {boolean} disabled - Disabled state
17
+ * @attr {string} accessible-label - Accessible label forwarded as aria-label to the native input.
18
+ * Note: aria-labelledby is not supported as IDREF resolution cannot cross shadow DOM boundaries.
19
+ *
20
+ * @fires change - When checked state changes; detail: { checked: boolean, value: string, name: string }
21
+ */
22
+ import { LitElement } from 'lit';
23
+ export declare class NLDDRadioButton extends LitElement {
24
+ static styles: import("lit").CSSResult;
25
+ checked: boolean;
26
+ disabled: boolean;
27
+ required: boolean;
28
+ name: string;
29
+ value: string;
30
+ accessibleLabel: string;
31
+ select(): void;
32
+ _handleChange(e: Event): void;
33
+ render(): import("lit-html").TemplateResult;
34
+ }
35
+ declare global {
36
+ interface HTMLElementTagNameMap {
37
+ 'nldd-radio-button': NLDDRadioButton;
38
+ }
39
+ }
40
+ //# sourceMappingURL=radio-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-button.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button/radio-button.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,qBACa,eAAgB,SAAQ,UAAU;IAC9C,OAAgB,MAAM,0BAAqB;IAG3C,OAAO,UAAS;IAGhB,QAAQ,UAAS;IAGjB,QAAQ,UAAS;IAGjB,IAAI,SAAM;IAGV,KAAK,SAAM;IAGX,eAAe,SAAM;IAEd,MAAM,IAAI,IAAI;IAQd,aAAa,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAU3B,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,mBAAmB,EAAE,eAAe,CAAC;KACrC;CACD"}
@@ -0,0 +1,87 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ /**
8
+ * Nederlandse Digitale Dienst Radio Button Component (Lit + TypeScript)
9
+ *
10
+ * WAI-ARIA: Wrap radio buttons in a <fieldset>/<legend> or a container with
11
+ * role="radiogroup" and aria-labelledby for proper group semantics.
12
+ *
13
+ * @example
14
+ * <fieldset>
15
+ * <legend>Kies een optie</legend>
16
+ * <nldd-radio-button name="options" value="1">Optie 1</nldd-radio-button>
17
+ * <nldd-radio-button name="options" value="2">Optie 2</nldd-radio-button>
18
+ * </fieldset>
19
+ *
20
+ * @element nldd-radio-button
21
+ * @attr {boolean} checked - Checked state
22
+ * @attr {boolean} disabled - Disabled state
23
+ * @attr {string} accessible-label - Accessible label forwarded as aria-label to the native input.
24
+ * Note: aria-labelledby is not supported as IDREF resolution cannot cross shadow DOM boundaries.
25
+ *
26
+ * @fires change - When checked state changes; detail: { checked: boolean, value: string, name: string }
27
+ */
28
+ import { LitElement } from 'lit';
29
+ import { customElement, property } from 'lit/decorators.js';
30
+ import { radioButtonStyles } from './radio-button.styles.js';
31
+ import { radioButtonTemplate } from './radio-button.template.js';
32
+ let NLDDRadioButton = class NLDDRadioButton extends LitElement {
33
+ constructor() {
34
+ super(...arguments);
35
+ this.checked = false;
36
+ this.disabled = false;
37
+ this.required = false;
38
+ this.name = '';
39
+ this.value = '';
40
+ this.accessibleLabel = '';
41
+ }
42
+ select() {
43
+ if (this.disabled || this.checked)
44
+ return;
45
+ const input = this.shadowRoot?.querySelector('input');
46
+ if (!input)
47
+ return;
48
+ input.checked = true;
49
+ input.dispatchEvent(new Event('change', { bubbles: true }));
50
+ }
51
+ _handleChange(e) {
52
+ const input = e.target;
53
+ this.checked = input.checked;
54
+ this.dispatchEvent(new CustomEvent('change', {
55
+ detail: { checked: this.checked, value: this.value, name: this.name },
56
+ bubbles: true,
57
+ composed: true,
58
+ }));
59
+ }
60
+ render() {
61
+ return radioButtonTemplate(this);
62
+ }
63
+ };
64
+ NLDDRadioButton.styles = radioButtonStyles;
65
+ __decorate([
66
+ property({ type: Boolean, reflect: true })
67
+ ], NLDDRadioButton.prototype, "checked", void 0);
68
+ __decorate([
69
+ property({ type: Boolean, reflect: true })
70
+ ], NLDDRadioButton.prototype, "disabled", void 0);
71
+ __decorate([
72
+ property({ type: Boolean, reflect: true })
73
+ ], NLDDRadioButton.prototype, "required", void 0);
74
+ __decorate([
75
+ property({ type: String })
76
+ ], NLDDRadioButton.prototype, "name", void 0);
77
+ __decorate([
78
+ property({ type: String })
79
+ ], NLDDRadioButton.prototype, "value", void 0);
80
+ __decorate([
81
+ property({ type: String, attribute: 'accessible-label' })
82
+ ], NLDDRadioButton.prototype, "accessibleLabel", void 0);
83
+ NLDDRadioButton = __decorate([
84
+ customElement('nldd-radio-button')
85
+ ], NLDDRadioButton);
86
+ export { NLDDRadioButton };
87
+ //# sourceMappingURL=radio-button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-button.js","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button/radio-button.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAG1D,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,UAAU;IAAxC;;QAIN,YAAO,GAAG,KAAK,CAAC;QAGhB,aAAQ,GAAG,KAAK,CAAC;QAGjB,aAAQ,GAAG,KAAK,CAAC;QAGjB,SAAI,GAAG,EAAE,CAAC;QAGV,UAAK,GAAG,EAAE,CAAC;QAGX,oBAAe,GAAG,EAAE,CAAC;IAuBtB,CAAC;IArBO,MAAM;QACZ,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,OAAO;YAAE,OAAO;QAC1C,MAAM,KAAK,GAAG,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,OAAO,CAA4B,CAAC;QACjF,IAAI,CAAC,KAAK;YAAE,OAAO;QACnB,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC;QACrB,KAAK,CAAC,aAAa,CAAC,IAAI,KAAK,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;IAC7D,CAAC;IAEM,aAAa,CAAC,CAAQ;QAC5B,MAAM,KAAK,GAAG,CAAC,CAAC,MAA0B,CAAC;QAC3C,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC;QAC7B,IAAI,CAAC,aAAa,CAAC,IAAI,WAAW,CAAC,QAAQ,EAAE;YAC5C,MAAM,EAAE,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE;YACrE,OAAO,EAAE,IAAI;YACb,QAAQ,EAAE,IAAI;SACd,CAAC,CAAC,CAAC;IACL,CAAC;IAEQ,MAAM;QACd,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC;IAClC,CAAC;;AAxCe,sBAAM,GAAG,iBAAiB,AAApB,CAAqB;AAG3C;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;gDAC3B;AAGhB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;iDAC1B;AAGjB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;iDAC1B;AAGjB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;6CACjB;AAGV;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;8CAChB;AAGX;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;wDACrC;AAnBT,eAAe;IAD3B,aAAa,CAAC,mBAAmB,CAAC;GACtB,eAAe,CA0C3B"}
@@ -0,0 +1,2 @@
1
+ export declare const radioButtonStyles: import("lit").CSSResult;
2
+ //# sourceMappingURL=radio-button.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button/radio-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAuH7B,CAAC"}
@@ -0,0 +1,122 @@
1
+ import { css } from 'lit';
2
+ export const radioButtonStyles = css `
3
+
4
+
5
+ /* # Host */
6
+
7
+ :host {
8
+ display: inline-flex;
9
+ align-items: center;
10
+ justify-content: center;
11
+ position: relative;
12
+ width: var(--semantics-controls-xs-min-size);
13
+ height: var(--semantics-controls-xs-min-size);
14
+ -webkit-tap-highlight-color: transparent;
15
+ }
16
+
17
+ :host([hidden]) {
18
+ display: none;
19
+ }
20
+
21
+
22
+ /* # Native input */
23
+
24
+ .radio-button__input {
25
+ position: absolute;
26
+ inset: 0;
27
+ width: 100%;
28
+ height: 100%;
29
+ margin: 0;
30
+ opacity: 0;
31
+ z-index: 1;
32
+ }
33
+
34
+
35
+ /* # Outer shape */
36
+
37
+ .radio-button__outer-shape {
38
+ position: relative;
39
+ box-sizing: border-box;
40
+ width: var(--semantics-controls-xs-min-size);
41
+ height: var(--semantics-controls-xs-min-size);
42
+ border-radius: 50%;
43
+ border: var(--components-radio-button-border-thickness) solid var(--components-radio-button-border-color);
44
+ background-color: var(--components-radio-button-background-color);
45
+ }
46
+
47
+
48
+ /* # Inner shape */
49
+
50
+ .radio-button__inner-shape {
51
+ position: absolute;
52
+ top: 50%;
53
+ left: 50%;
54
+ transform: translate(-50%, -50%) scale(0);
55
+ width: var(--primitives-space-20);
56
+ height: var(--primitives-space-20);
57
+ border-radius: 50%;
58
+ border: var(--components-radio-button-is-selected-inner-shape-border-thickness) solid var(--components-radio-button-is-selected-inner-shape-border-color);
59
+ box-sizing: border-box;
60
+ }
61
+
62
+
63
+ /* # Selected */
64
+
65
+ .radio-button__input:checked ~ .radio-button__outer-shape {
66
+ border-color: var(--components-radio-button-is-selected-border-color);
67
+ background-color: var(--components-radio-button-is-selected-background-color);
68
+ }
69
+
70
+ .radio-button__input:checked ~ .radio-button__outer-shape .radio-button__inner-shape {
71
+ transform: translate(-50%, -50%) scale(1);
72
+ }
73
+
74
+
75
+ /* # Hover */
76
+
77
+ .radio-button__input:hover:not(:disabled) ~ .radio-button__outer-shape {
78
+ border-color: var(--components-radio-button-is-hovered-border-color);
79
+ }
80
+
81
+ .radio-button__input:checked:hover:not(:disabled) ~ .radio-button__outer-shape {
82
+ border-color: var(--components-radio-button-is-selected-is-hovered-border-color);
83
+ background-color: var(--components-radio-button-is-selected-is-hovered-background-color);
84
+ }
85
+
86
+ .radio-button__input:checked:hover:not(:disabled) ~ .radio-button__outer-shape .radio-button__inner-shape {
87
+ border-color: var(--components-radio-button-is-selected-is-hovered-inner-shape-border-color);
88
+ }
89
+
90
+
91
+ /* # Active */
92
+
93
+ .radio-button__input:active:not(:disabled) ~ .radio-button__outer-shape {
94
+ border-color: var(--components-radio-button-is-active-border-color);
95
+ }
96
+
97
+ .radio-button__input:checked:active:not(:disabled) ~ .radio-button__outer-shape {
98
+ border-color: var(--components-radio-button-is-selected-is-active-border-color);
99
+ background-color: var(--components-radio-button-is-selected-is-active-background-color);
100
+ }
101
+
102
+ .radio-button__input:checked:active:not(:disabled) ~ .radio-button__outer-shape .radio-button__inner-shape {
103
+ border-color: var(--components-radio-button-is-selected-is-active-inner-shape-border-color);
104
+ }
105
+
106
+
107
+ /* # Focus */
108
+
109
+ .radio-button__input:focus-visible ~ .radio-button__outer-shape {
110
+ outline: var(--semantics-focus-ring-outline);
111
+ outline-offset: var(--semantics-focus-ring-outline-offset);
112
+ box-shadow: var(--semantics-focus-ring-box-shadow);
113
+ }
114
+
115
+
116
+ /* # Disabled */
117
+
118
+ .radio-button__input:disabled ~ .radio-button__outer-shape {
119
+ opacity: var(--primitives-opacity-disabled);
120
+ }
121
+ `;
122
+ //# sourceMappingURL=radio-button.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-button.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button/radio-button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuHnC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { TemplateResult } from 'lit';
2
+ import type { NLDDRadioButton } from './radio-button.js';
3
+ export declare function radioButtonTemplate(component: NLDDRadioButton): TemplateResult;
4
+ //# sourceMappingURL=radio-button.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-button.template.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button/radio-button.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,MAAM,KAAK,CAAC;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,eAAe,GAAG,cAAc,CAgB9E"}
@@ -0,0 +1,19 @@
1
+ import { html, nothing } from 'lit';
2
+ export function radioButtonTemplate(component) {
3
+ return html `
4
+ <input class="radio-button__input"
5
+ type="radio"
6
+ .checked=${component.checked}
7
+ ?disabled=${component.disabled}
8
+ ?required=${component.required}
9
+ name=${component.name || ''}
10
+ value=${component.value}
11
+ aria-label=${component.accessibleLabel || nothing}
12
+ @change=${component._handleChange}
13
+ >
14
+ <div class="radio-button__outer-shape" aria-hidden="true">
15
+ <div class="radio-button__inner-shape"></div>
16
+ </div>
17
+ `;
18
+ }
19
+ //# sourceMappingURL=radio-button.template.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-button.template.js","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button/radio-button.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAkB,MAAM,KAAK,CAAC;AAGpD,MAAM,UAAU,mBAAmB,CAAC,SAA0B;IAC7D,OAAO,IAAI,CAAA;;;cAGE,SAAS,CAAC,OAAO;eAChB,SAAS,CAAC,QAAQ;eAClB,SAAS,CAAC,QAAQ;UACvB,SAAS,CAAC,IAAI,IAAI,EAAE;WACnB,SAAS,CAAC,KAAK;gBACV,SAAS,CAAC,eAAe,IAAI,OAAO;aACvC,SAAS,CAAC,aAAa;;;;;EAKlC,CAAC;AACH,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Nederlandse Digitale Dienst Radio Button Field Component (Lit + TypeScript)
3
+ *
4
+ * A radio button with an inline label. Use inside nldd-radio-button-group
5
+ * for keyboard navigation and group semantics. The group sets the name.
6
+ *
7
+ * @element nldd-radio-button-field
8
+ * @attr {boolean} checked - Checked state
9
+ * @attr {boolean} disabled - Disabled state
10
+ * @attr {string} value - Value for form submission
11
+ * @attr {string} label - Label text for the radio button
12
+ *
13
+ * @fires change - When checked state changes; detail: { checked: boolean, value: string }
14
+ */
15
+ import { LitElement } from 'lit';
16
+ export declare class NLDDRadioButtonField extends LitElement {
17
+ static styles: import("lit").CSSResult;
18
+ checked: boolean;
19
+ disabled: boolean;
20
+ value: string;
21
+ /** Set by nldd-radio-button-group. Not part of the public API. */
22
+ name: string;
23
+ required: boolean;
24
+ label: string;
25
+ _handleLabelClick(e: Event): void;
26
+ _handleChange(e: Event): void;
27
+ render(): import("lit-html").TemplateResult;
28
+ }
29
+ declare global {
30
+ interface HTMLElementTagNameMap {
31
+ 'nldd-radio-button-field': NLDDRadioButtonField;
32
+ }
33
+ }
34
+ //# sourceMappingURL=radio-button-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-button-field.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button-field/radio-button-field.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAMjC,qBACa,oBAAqB,SAAQ,UAAU;IACnD,OAAgB,MAAM,0BAA0B;IAGhD,OAAO,UAAS;IAGhB,QAAQ,UAAS;IAGjB,KAAK,SAAM;IAEX,kEAAkE;IAElE,IAAI,SAAM;IAGV,QAAQ,UAAS;IAGjB,KAAK,SAAM;IAEJ,iBAAiB,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAOjC,aAAa,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAS3B,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,yBAAyB,EAAE,oBAAoB,CAAC;KAChD;CACD"}