@gov-design-system-ce/components 0.0.37 → 0.0.38

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 (418) hide show
  1. package/dist/cjs/{constants-245999e7.js → constants-ff12205f.js} +1 -1
  2. package/dist/cjs/constants-ff12205f.js.map +1 -0
  3. package/dist/cjs/core.cjs.js +1 -1
  4. package/dist/cjs/{form-8c6daa83.js → form-f68d13c6.js} +7 -7
  5. package/dist/cjs/form-f68d13c6.js.map +1 -0
  6. package/dist/cjs/gov-accordion.cjs.entry.js +2 -2
  7. package/dist/cjs/gov-alert.cjs.entry.js +2 -2
  8. package/dist/cjs/gov-alert.cjs.entry.js.map +1 -1
  9. package/dist/cjs/gov-app.cjs.entry.js +99 -193
  10. package/dist/cjs/gov-app.cjs.entry.js.map +1 -1
  11. package/dist/cjs/gov-attachments_3.cjs.entry.js +2 -2
  12. package/dist/cjs/gov-backdrop.cjs.entry.js +2 -2
  13. package/dist/cjs/gov-badge.cjs.entry.js +1 -1
  14. package/dist/cjs/gov-badge.cjs.entry.js.map +1 -1
  15. package/dist/cjs/gov-breadcrumbs.cjs.entry.js +2 -2
  16. package/dist/cjs/gov-button.cjs.entry.js +3 -3
  17. package/dist/cjs/gov-button.cjs.entry.js.map +1 -1
  18. package/dist/cjs/gov-card.cjs.entry.js +2 -2
  19. package/dist/cjs/gov-control-group.cjs.entry.js +5 -25
  20. package/dist/cjs/gov-control-group.cjs.entry.js.map +1 -1
  21. package/dist/cjs/gov-dropdown.cjs.entry.js +129 -0
  22. package/dist/cjs/gov-dropdown.cjs.entry.js.map +1 -0
  23. package/dist/cjs/gov-form-checkbox.cjs.entry.js +3 -3
  24. package/dist/cjs/gov-form-control.cjs.entry.js +1 -1
  25. package/dist/cjs/gov-form-file.cjs.entry.js +3 -3
  26. package/dist/cjs/gov-form-input.cjs.entry.js +3 -3
  27. package/dist/cjs/gov-form-multi-select.cjs.entry.js +3 -3
  28. package/dist/cjs/gov-form-radio.cjs.entry.js +3 -3
  29. package/dist/cjs/gov-form-select.cjs.entry.js +9 -4
  30. package/dist/cjs/gov-form-select.cjs.entry.js.map +1 -1
  31. package/dist/cjs/gov-form-switch.cjs.entry.js +3 -3
  32. package/dist/cjs/gov-icon.cjs.entry.js +2 -2
  33. package/dist/cjs/gov-modal.cjs.entry.js +2 -2
  34. package/dist/cjs/gov-nav.cjs.entry.js +2 -2
  35. package/dist/cjs/gov-pagination.cjs.entry.js +2 -2
  36. package/dist/cjs/gov-prompt.cjs.entry.js +2 -2
  37. package/dist/cjs/gov-side-nav.cjs.entry.js +2 -2
  38. package/dist/cjs/gov-skeleton.cjs.entry.js +2 -2
  39. package/dist/cjs/gov-tabs.cjs.entry.js +2 -2
  40. package/dist/cjs/gov-wizzard.cjs.entry.js +2 -2
  41. package/dist/cjs/index-29ac07f6.js +4 -0
  42. package/dist/cjs/loader.cjs.js +1 -1
  43. package/dist/cjs/{wcag-6efc0ab7.js → wcag-b0321f09.js} +2 -2
  44. package/dist/cjs/{wcag-6efc0ab7.js.map → wcag-b0321f09.js.map} +1 -1
  45. package/dist/cjs/{win-84bda0aa.js → win-53f637d4.js} +3 -2
  46. package/dist/cjs/win-53f637d4.js.map +1 -0
  47. package/dist/collection/collection-manifest.json +2 -1
  48. package/dist/collection/components/gov-accordion/gov-accordion-item.css +3 -0
  49. package/dist/collection/components/gov-accordion/gov-accordion.css +3 -0
  50. package/dist/collection/components/gov-alert/gov-alert.css +3 -0
  51. package/dist/collection/components/gov-alert/gov-alert.js.map +1 -1
  52. package/dist/collection/components/gov-app/gov-app.css +3 -0
  53. package/dist/collection/components/gov-attachments/gov-attachments-item.css +3 -0
  54. package/dist/collection/components/gov-attachments/gov-attachments.css +3 -0
  55. package/dist/collection/components/gov-backdrop/gov-backdrop.css +3 -0
  56. package/dist/collection/components/gov-badge/gov-badge.css +3 -0
  57. package/dist/collection/components/gov-badge/gov-badge.js +4 -4
  58. package/dist/collection/components/gov-badge/gov-badge.js.map +1 -1
  59. package/dist/collection/components/gov-breadcrumbs/gov-breadcrumbs.css +3 -0
  60. package/dist/collection/components/gov-button/{constants.js → default/constants.js} +3 -3
  61. package/dist/collection/components/gov-button/default/constants.js.map +1 -0
  62. package/dist/collection/components/gov-button/{gov-button.css → default/gov-button.css} +3 -0
  63. package/dist/collection/components/gov-button/{gov-button.js → default/gov-button.js} +7 -7
  64. package/dist/collection/components/gov-button/default/gov-button.js.map +1 -0
  65. package/dist/collection/components/gov-button/default/gov-button.types.js.map +1 -0
  66. package/dist/collection/components/gov-button/dropdown/constants.js +10 -0
  67. package/dist/collection/components/gov-button/dropdown/constants.js.map +1 -0
  68. package/dist/collection/components/gov-button/dropdown/gov-dropdown.css +263 -0
  69. package/dist/collection/components/gov-button/dropdown/gov-dropdown.js +148 -0
  70. package/dist/collection/components/gov-button/dropdown/gov-dropdown.js.map +1 -0
  71. package/dist/collection/components/gov-button/dropdown/gov-dropdown.types.js +2 -0
  72. package/dist/collection/components/gov-button/dropdown/gov-dropdown.types.js.map +1 -0
  73. package/dist/collection/components/gov-card/gov-card.css +3 -0
  74. package/dist/collection/components/gov-container/gov-container.css +3 -0
  75. package/dist/collection/components/gov-control-group/gov-control-group.css +9 -18
  76. package/dist/collection/components/gov-control-group/gov-control-group.js +10 -64
  77. package/dist/collection/components/gov-control-group/gov-control-group.js.map +1 -1
  78. package/dist/collection/components/gov-cookiebar/gov-cookiebar.css +3 -0
  79. package/dist/collection/components/gov-empty/gov-empty.css +3 -0
  80. package/dist/collection/components/gov-error-code/gov-error-code.css +3 -0
  81. package/dist/collection/components/gov-form/autocomplete/gov-form-autocomplete.css +3 -0
  82. package/dist/collection/components/gov-form/checkbox/gov-form-checkbox.css +3 -0
  83. package/dist/collection/components/gov-form/control/gov-form-control.css +3 -0
  84. package/dist/collection/components/gov-form/file/gov-form-file.css +3 -0
  85. package/dist/collection/components/gov-form/group/gov-form-group.css +3 -0
  86. package/dist/collection/components/gov-form/input/gov-form-input.css +3 -0
  87. package/dist/collection/components/gov-form/label/gov-form-label.css +3 -0
  88. package/dist/collection/components/gov-form/message/gov-form-message.css +3 -0
  89. package/dist/collection/components/gov-form/multiselect/gov-form-multi-select.css +3 -0
  90. package/dist/collection/components/gov-form/password-power/gov-form-password-power.css +3 -0
  91. package/dist/collection/components/gov-form/radio/gov-form-radio.css +3 -0
  92. package/dist/collection/components/gov-form/search/gov-form-search.css +3 -0
  93. package/dist/collection/components/gov-form/select/gov-form-select.css +3 -0
  94. package/dist/collection/components/gov-form/select/gov-form-select.js +6 -1
  95. package/dist/collection/components/gov-form/select/gov-form-select.js.map +1 -1
  96. package/dist/collection/components/gov-form/switch/gov-form-switch.css +3 -0
  97. package/dist/collection/components/gov-grid/gov-grid-item.css +3 -0
  98. package/dist/collection/components/gov-grid/gov-grid.css +3 -0
  99. package/dist/collection/components/gov-icon/gov-icon.css +3 -0
  100. package/dist/collection/components/gov-icon/list.js +10 -0
  101. package/dist/collection/components/gov-icon/list.js.map +1 -1
  102. package/dist/collection/components/gov-layout/gov-layout-column.css +3 -0
  103. package/dist/collection/components/gov-layout/gov-layout.css +3 -0
  104. package/dist/collection/components/gov-loading/loading/gov-loading.css +3 -0
  105. package/dist/collection/components/gov-loading/skeleton/gov-skeleton.css +3 -0
  106. package/dist/collection/components/gov-message/gov-message.css +3 -0
  107. package/dist/collection/components/gov-modal/gov-modal.css +3 -0
  108. package/dist/collection/components/gov-nav/gov-nav-item.css +3 -0
  109. package/dist/collection/components/gov-nav/gov-nav.css +3 -0
  110. package/dist/collection/components/gov-pagination/gov-pagination.css +3 -0
  111. package/dist/collection/components/gov-promp/gov-prompt.css +3 -0
  112. package/dist/collection/components/gov-side-nav/gov-side-nav-item.css +3 -0
  113. package/dist/collection/components/gov-side-nav/gov-side-nav.css +3 -0
  114. package/dist/collection/components/gov-spacer/gov-spacer.css +3 -0
  115. package/dist/collection/components/gov-statsbar/gov-statsbar-item.css +3 -0
  116. package/dist/collection/components/gov-statsbar/gov-statsbar.css +3 -0
  117. package/dist/collection/components/gov-stepper/gov-stepper-item.css +3 -0
  118. package/dist/collection/components/gov-stepper/gov-stepper.css +3 -0
  119. package/dist/collection/components/gov-tabs/gov-tabs-item.css +3 -0
  120. package/dist/collection/components/gov-tabs/gov-tabs.css +3 -0
  121. package/dist/collection/components/gov-tile/container/gov-tiles.css +3 -0
  122. package/dist/collection/components/gov-tile/gov-tile.css +3 -0
  123. package/dist/collection/components/gov-toast/gov-toast.css +3 -0
  124. package/dist/collection/components/gov-tooltip/gov-tooltip-content.css +3 -0
  125. package/dist/collection/components/gov-tooltip/gov-tooltip.css +3 -0
  126. package/dist/collection/components/gov-wizzard/gov-wizzard-item.css +3 -0
  127. package/dist/collection/components/gov-wizzard/gov-wizzard.css +3 -0
  128. package/dist/collection/helpers/Dom/win.js +2 -1
  129. package/dist/collection/helpers/Dom/win.js.map +1 -1
  130. package/dist/collection/pages/Alert.js +1 -1
  131. package/dist/collection/pages/Alert.js.map +1 -1
  132. package/dist/collection/pages/Button.js +65 -41
  133. package/dist/collection/pages/Button.js.map +1 -1
  134. package/dist/collection/pages/ControlGroup.js +33 -151
  135. package/dist/collection/pages/ControlGroup.js.map +1 -1
  136. package/dist/components/constants3.js +1 -1
  137. package/dist/components/constants3.js.map +1 -1
  138. package/dist/components/form.js +10 -10
  139. package/dist/components/form.js.map +1 -1
  140. package/dist/components/gov-accordion-item.js +1 -0
  141. package/dist/components/gov-accordion-item.js.map +1 -1
  142. package/dist/components/gov-accordion.js +1 -0
  143. package/dist/components/gov-accordion.js.map +1 -1
  144. package/dist/components/gov-alert.js +1 -0
  145. package/dist/components/gov-alert.js.map +1 -1
  146. package/dist/components/gov-app.js +100 -193
  147. package/dist/components/gov-app.js.map +1 -1
  148. package/dist/components/gov-attachments-item2.js +1 -0
  149. package/dist/components/gov-attachments-item2.js.map +1 -1
  150. package/dist/components/gov-attachments2.js +1 -0
  151. package/dist/components/gov-attachments2.js.map +1 -1
  152. package/dist/components/gov-backdrop2.js +1 -0
  153. package/dist/components/gov-backdrop2.js.map +1 -1
  154. package/dist/components/gov-badge2.js +2 -1
  155. package/dist/components/gov-badge2.js.map +1 -1
  156. package/dist/components/gov-breadcrumbs.js +1 -0
  157. package/dist/components/gov-breadcrumbs.js.map +1 -1
  158. package/dist/components/gov-button2.js +2 -1
  159. package/dist/components/gov-button2.js.map +1 -1
  160. package/dist/components/gov-card.js +1 -0
  161. package/dist/components/gov-card.js.map +1 -1
  162. package/dist/components/gov-container.js +1 -0
  163. package/dist/components/gov-container.js.map +1 -1
  164. package/dist/components/gov-control-group.js +8 -25
  165. package/dist/components/gov-control-group.js.map +1 -1
  166. package/dist/components/gov-cookiebar.js +1 -0
  167. package/dist/components/gov-cookiebar.js.map +1 -1
  168. package/dist/components/gov-dropdown.d.ts +11 -0
  169. package/dist/components/gov-dropdown.js +144 -0
  170. package/dist/components/gov-dropdown.js.map +1 -0
  171. package/dist/components/gov-empty.js +1 -0
  172. package/dist/components/gov-empty.js.map +1 -1
  173. package/dist/components/gov-error-code.js +1 -0
  174. package/dist/components/gov-error-code.js.map +1 -1
  175. package/dist/components/gov-form-autocomplete2.js +1 -0
  176. package/dist/components/gov-form-autocomplete2.js.map +1 -1
  177. package/dist/components/gov-form-checkbox.js +1 -0
  178. package/dist/components/gov-form-checkbox.js.map +1 -1
  179. package/dist/components/gov-form-control.js +1 -0
  180. package/dist/components/gov-form-control.js.map +1 -1
  181. package/dist/components/gov-form-file.js +1 -0
  182. package/dist/components/gov-form-file.js.map +1 -1
  183. package/dist/components/gov-form-group.js +1 -0
  184. package/dist/components/gov-form-group.js.map +1 -1
  185. package/dist/components/gov-form-input2.js +1 -0
  186. package/dist/components/gov-form-input2.js.map +1 -1
  187. package/dist/components/gov-form-label.js +1 -0
  188. package/dist/components/gov-form-label.js.map +1 -1
  189. package/dist/components/gov-form-message2.js +1 -0
  190. package/dist/components/gov-form-message2.js.map +1 -1
  191. package/dist/components/gov-form-multi-select.js +1 -0
  192. package/dist/components/gov-form-multi-select.js.map +1 -1
  193. package/dist/components/gov-form-password-power.js +1 -0
  194. package/dist/components/gov-form-password-power.js.map +1 -1
  195. package/dist/components/gov-form-radio.js +1 -0
  196. package/dist/components/gov-form-radio.js.map +1 -1
  197. package/dist/components/gov-form-search.js +1 -0
  198. package/dist/components/gov-form-search.js.map +1 -1
  199. package/dist/components/gov-form-select2.js +7 -1
  200. package/dist/components/gov-form-select2.js.map +1 -1
  201. package/dist/components/gov-form-switch.js +1 -0
  202. package/dist/components/gov-form-switch.js.map +1 -1
  203. package/dist/components/gov-grid-item.js +1 -0
  204. package/dist/components/gov-grid-item.js.map +1 -1
  205. package/dist/components/gov-grid.js +1 -0
  206. package/dist/components/gov-grid.js.map +1 -1
  207. package/dist/components/gov-icon2.js +2 -1
  208. package/dist/components/gov-icon2.js.map +1 -1
  209. package/dist/components/gov-layout-column.js +1 -0
  210. package/dist/components/gov-layout-column.js.map +1 -1
  211. package/dist/components/gov-layout.js +1 -0
  212. package/dist/components/gov-layout.js.map +1 -1
  213. package/dist/components/gov-loading.js +1 -0
  214. package/dist/components/gov-loading.js.map +1 -1
  215. package/dist/components/gov-message.js +1 -0
  216. package/dist/components/gov-message.js.map +1 -1
  217. package/dist/components/gov-modal.js +1 -0
  218. package/dist/components/gov-modal.js.map +1 -1
  219. package/dist/components/gov-nav-item.js +1 -0
  220. package/dist/components/gov-nav-item.js.map +1 -1
  221. package/dist/components/gov-nav.js +1 -0
  222. package/dist/components/gov-nav.js.map +1 -1
  223. package/dist/components/gov-pagination.js +1 -0
  224. package/dist/components/gov-pagination.js.map +1 -1
  225. package/dist/components/gov-prompt.js +1 -0
  226. package/dist/components/gov-prompt.js.map +1 -1
  227. package/dist/components/gov-side-nav-item.js +1 -0
  228. package/dist/components/gov-side-nav-item.js.map +1 -1
  229. package/dist/components/gov-side-nav.js +1 -0
  230. package/dist/components/gov-side-nav.js.map +1 -1
  231. package/dist/components/gov-skeleton.js +1 -0
  232. package/dist/components/gov-skeleton.js.map +1 -1
  233. package/dist/components/gov-spacer.js +1 -0
  234. package/dist/components/gov-spacer.js.map +1 -1
  235. package/dist/components/gov-statsbar-item.js +1 -0
  236. package/dist/components/gov-statsbar-item.js.map +1 -1
  237. package/dist/components/gov-statsbar.js +1 -0
  238. package/dist/components/gov-statsbar.js.map +1 -1
  239. package/dist/components/gov-stepper-item.js +1 -0
  240. package/dist/components/gov-stepper-item.js.map +1 -1
  241. package/dist/components/gov-stepper.js +1 -0
  242. package/dist/components/gov-stepper.js.map +1 -1
  243. package/dist/components/gov-tabs-item.js +1 -0
  244. package/dist/components/gov-tabs-item.js.map +1 -1
  245. package/dist/components/gov-tabs.js +1 -0
  246. package/dist/components/gov-tabs.js.map +1 -1
  247. package/dist/components/gov-tile.js +1 -0
  248. package/dist/components/gov-tile.js.map +1 -1
  249. package/dist/components/gov-tiles.js +1 -0
  250. package/dist/components/gov-tiles.js.map +1 -1
  251. package/dist/components/gov-toast.js +1 -0
  252. package/dist/components/gov-toast.js.map +1 -1
  253. package/dist/components/gov-tooltip-content.js +1 -0
  254. package/dist/components/gov-tooltip-content.js.map +1 -1
  255. package/dist/components/gov-tooltip.js +1 -0
  256. package/dist/components/gov-tooltip.js.map +1 -1
  257. package/dist/components/gov-wizzard-item.js +1 -0
  258. package/dist/components/gov-wizzard-item.js.map +1 -1
  259. package/dist/components/gov-wizzard.js +1 -0
  260. package/dist/components/gov-wizzard.js.map +1 -1
  261. package/dist/components/index.d.ts +2 -1
  262. package/dist/components/index.js +1 -0
  263. package/dist/components/index.js.map +1 -1
  264. package/dist/components/win.js +2 -1
  265. package/dist/components/win.js.map +1 -1
  266. package/dist/core/core.esm.js +1 -1
  267. package/dist/core/core.esm.js.map +1 -1
  268. package/dist/core/{p-6044a1e7.entry.js → p-02fb27e8.entry.js} +2 -2
  269. package/dist/core/p-0574a26a.entry.js +2 -0
  270. package/dist/core/{p-cc9e9a31.entry.js.map → p-0574a26a.entry.js.map} +1 -1
  271. package/dist/core/{p-a9c57f72.entry.js → p-070f9684.entry.js} +2 -2
  272. package/dist/core/p-0f5e2b0a.js +2 -0
  273. package/dist/core/{p-1bdec1f4.entry.js → p-14a475a8.entry.js} +2 -2
  274. package/dist/core/{p-fd555dce.entry.js → p-1c4ad772.entry.js} +2 -2
  275. package/dist/core/p-1c4ad772.entry.js.map +1 -0
  276. package/dist/core/{p-3e1a1bd4.entry.js → p-22222994.entry.js} +2 -2
  277. package/dist/core/{p-54b17f4d.entry.js → p-2e2be66b.entry.js} +2 -2
  278. package/dist/core/{p-ef7a1780.entry.js → p-2e94d2d3.entry.js} +2 -2
  279. package/dist/core/p-2f0f56fc.entry.js +2 -0
  280. package/dist/core/p-2f0f56fc.entry.js.map +1 -0
  281. package/dist/core/{p-3a69322b.entry.js → p-304f2d62.entry.js} +2 -2
  282. package/dist/core/p-304f2d62.entry.js.map +1 -0
  283. package/dist/core/p-34152b51.js +2 -0
  284. package/dist/core/p-34152b51.js.map +1 -0
  285. package/dist/core/p-34ed07f6.js +2 -0
  286. package/dist/core/p-34ed07f6.js.map +1 -0
  287. package/dist/core/{p-005bfb42.entry.js → p-3d7ea15c.entry.js} +2 -2
  288. package/dist/core/{p-cd869237.js → p-3dbf7f49.js} +2 -2
  289. package/dist/core/p-3dbf7f49.js.map +1 -0
  290. package/dist/core/{p-5e865538.entry.js → p-4c6d7b65.entry.js} +2 -2
  291. package/dist/core/{p-bbbc4e43.entry.js → p-529363af.entry.js} +2 -2
  292. package/dist/core/p-58047fab.entry.js +2 -0
  293. package/dist/core/p-58047fab.entry.js.map +1 -0
  294. package/dist/core/p-60ff8457.entry.js +2 -0
  295. package/dist/core/{p-acfd00a2.entry.js.map → p-60ff8457.entry.js.map} +1 -1
  296. package/dist/core/{p-42db4603.entry.js → p-65aa3b0c.entry.js} +2 -2
  297. package/dist/core/{p-75a4c838.entry.js → p-683fc65e.entry.js} +2 -2
  298. package/dist/core/{p-75a4c838.entry.js.map → p-683fc65e.entry.js.map} +1 -1
  299. package/dist/core/{p-c69cd34e.entry.js → p-70a7e7f6.entry.js} +2 -2
  300. package/dist/core/{p-227a9e9b.entry.js → p-78f8ffb0.entry.js} +2 -2
  301. package/dist/core/{p-3da88ddb.entry.js → p-7cde4bc8.entry.js} +2 -2
  302. package/dist/core/{p-9584f413.entry.js → p-90330543.entry.js} +2 -2
  303. package/dist/core/{p-6dc65816.entry.js → p-bfc5e0f7.entry.js} +2 -2
  304. package/dist/core/p-cdd12494.entry.js +2 -0
  305. package/dist/core/p-cdd12494.entry.js.map +1 -0
  306. package/dist/core/{p-41f07da7.entry.js → p-ce59c2ee.entry.js} +2 -2
  307. package/dist/core/{p-207ba616.entry.js → p-d9e28400.entry.js} +2 -2
  308. package/dist/core/{p-f7275b59.entry.js → p-ec63daab.entry.js} +2 -2
  309. package/dist/core/{p-c289af04.entry.js → p-ed1e9d01.entry.js} +2 -2
  310. package/dist/core/{p-c39004f5.entry.js → p-f5d42069.entry.js} +2 -2
  311. package/dist/core/p-f5d42069.entry.js.map +1 -0
  312. package/dist/custom-elements/index.d.ts +6 -0
  313. package/dist/custom-elements/index.js +1 -1
  314. package/dist/custom-elements/index.js.map +1 -1
  315. package/dist/esm/{constants-45f6db4c.js → constants-5708696f.js} +2 -2
  316. package/dist/esm/constants-5708696f.js.map +1 -0
  317. package/dist/esm/core.js +1 -1
  318. package/dist/esm/{form-cd65d95e.js → form-2d9f68d9.js} +7 -7
  319. package/dist/esm/form-2d9f68d9.js.map +1 -0
  320. package/dist/esm/gov-accordion.entry.js +2 -2
  321. package/dist/esm/gov-alert.entry.js +2 -2
  322. package/dist/esm/gov-alert.entry.js.map +1 -1
  323. package/dist/esm/gov-app.entry.js +99 -193
  324. package/dist/esm/gov-app.entry.js.map +1 -1
  325. package/dist/esm/gov-attachments_3.entry.js +2 -2
  326. package/dist/esm/gov-backdrop.entry.js +2 -2
  327. package/dist/esm/gov-badge.entry.js +1 -1
  328. package/dist/esm/gov-badge.entry.js.map +1 -1
  329. package/dist/esm/gov-breadcrumbs.entry.js +2 -2
  330. package/dist/esm/gov-button.entry.js +3 -3
  331. package/dist/esm/gov-button.entry.js.map +1 -1
  332. package/dist/esm/gov-card.entry.js +2 -2
  333. package/dist/esm/gov-control-group.entry.js +6 -26
  334. package/dist/esm/gov-control-group.entry.js.map +1 -1
  335. package/dist/esm/gov-dropdown.entry.js +125 -0
  336. package/dist/esm/gov-dropdown.entry.js.map +1 -0
  337. package/dist/esm/gov-form-checkbox.entry.js +3 -3
  338. package/dist/esm/gov-form-control.entry.js +1 -1
  339. package/dist/esm/gov-form-file.entry.js +3 -3
  340. package/dist/esm/gov-form-input.entry.js +3 -3
  341. package/dist/esm/gov-form-multi-select.entry.js +3 -3
  342. package/dist/esm/gov-form-radio.entry.js +3 -3
  343. package/dist/esm/gov-form-select.entry.js +9 -4
  344. package/dist/esm/gov-form-select.entry.js.map +1 -1
  345. package/dist/esm/gov-form-switch.entry.js +3 -3
  346. package/dist/esm/gov-icon.entry.js +2 -2
  347. package/dist/esm/gov-modal.entry.js +2 -2
  348. package/dist/esm/gov-nav.entry.js +2 -2
  349. package/dist/esm/gov-pagination.entry.js +2 -2
  350. package/dist/esm/gov-prompt.entry.js +2 -2
  351. package/dist/esm/gov-side-nav.entry.js +2 -2
  352. package/dist/esm/gov-skeleton.entry.js +2 -2
  353. package/dist/esm/gov-tabs.entry.js +2 -2
  354. package/dist/esm/gov-wizzard.entry.js +2 -2
  355. package/dist/esm/index-b010bfb4.js +4 -0
  356. package/dist/esm/loader.js +1 -1
  357. package/dist/esm/{wcag-d588d144.js → wcag-afdfdddb.js} +2 -2
  358. package/dist/esm/{wcag-d588d144.js.map → wcag-afdfdddb.js.map} +1 -1
  359. package/dist/esm/{win-9c8460bb.js → win-7a1a8ac8.js} +3 -2
  360. package/dist/esm/win-7a1a8ac8.js.map +1 -0
  361. package/dist/hydrate/index.js +396 -374
  362. package/dist/types/components/gov-alert/gov-alert.d.ts +1 -1
  363. package/dist/types/components/gov-badge/gov-badge.d.ts +1 -1
  364. package/dist/types/components/gov-button/{constants.d.ts → default/constants.d.ts} +3 -3
  365. package/dist/types/components/gov-button/{gov-button.d.ts → default/gov-button.d.ts} +1 -1
  366. package/dist/types/components/gov-button/{gov-button.types.d.ts → default/gov-button.types.d.ts} +1 -1
  367. package/dist/types/components/gov-button/dropdown/constants.d.ts +10 -0
  368. package/dist/types/components/gov-button/dropdown/gov-dropdown.d.ts +30 -0
  369. package/dist/types/components/gov-button/dropdown/gov-dropdown.types.d.ts +4 -0
  370. package/dist/types/components/gov-control-group/gov-control-group.d.ts +3 -16
  371. package/dist/types/components.d.ts +47 -20
  372. package/dist/types/helpers/Dom/win.d.ts +1 -0
  373. package/package.json +1 -1
  374. package/dist/cjs/constants-245999e7.js.map +0 -1
  375. package/dist/cjs/form-8c6daa83.js.map +0 -1
  376. package/dist/cjs/win-84bda0aa.js.map +0 -1
  377. package/dist/collection/components/gov-button/constants.js.map +0 -1
  378. package/dist/collection/components/gov-button/gov-button.js.map +0 -1
  379. package/dist/collection/components/gov-button/gov-button.types.js.map +0 -1
  380. package/dist/core/p-06e938d7.entry.js +0 -2
  381. package/dist/core/p-06e938d7.entry.js.map +0 -1
  382. package/dist/core/p-3a69322b.entry.js.map +0 -1
  383. package/dist/core/p-61af5a2c.js +0 -2
  384. package/dist/core/p-61af5a2c.js.map +0 -1
  385. package/dist/core/p-670b4f93.js +0 -2
  386. package/dist/core/p-9bd90cc4.entry.js +0 -2
  387. package/dist/core/p-9bd90cc4.entry.js.map +0 -1
  388. package/dist/core/p-acfd00a2.entry.js +0 -2
  389. package/dist/core/p-c20102ff.js +0 -2
  390. package/dist/core/p-c20102ff.js.map +0 -1
  391. package/dist/core/p-c39004f5.entry.js.map +0 -1
  392. package/dist/core/p-cc9e9a31.entry.js +0 -2
  393. package/dist/core/p-cd869237.js.map +0 -1
  394. package/dist/core/p-fd555dce.entry.js.map +0 -1
  395. package/dist/esm/constants-45f6db4c.js.map +0 -1
  396. package/dist/esm/form-cd65d95e.js.map +0 -1
  397. package/dist/esm/win-9c8460bb.js.map +0 -1
  398. /package/dist/collection/components/gov-button/{gov-button.types.js → default/gov-button.types.js} +0 -0
  399. /package/dist/core/{p-6044a1e7.entry.js.map → p-02fb27e8.entry.js.map} +0 -0
  400. /package/dist/core/{p-a9c57f72.entry.js.map → p-070f9684.entry.js.map} +0 -0
  401. /package/dist/core/{p-670b4f93.js.map → p-0f5e2b0a.js.map} +0 -0
  402. /package/dist/core/{p-1bdec1f4.entry.js.map → p-14a475a8.entry.js.map} +0 -0
  403. /package/dist/core/{p-3e1a1bd4.entry.js.map → p-22222994.entry.js.map} +0 -0
  404. /package/dist/core/{p-54b17f4d.entry.js.map → p-2e2be66b.entry.js.map} +0 -0
  405. /package/dist/core/{p-ef7a1780.entry.js.map → p-2e94d2d3.entry.js.map} +0 -0
  406. /package/dist/core/{p-005bfb42.entry.js.map → p-3d7ea15c.entry.js.map} +0 -0
  407. /package/dist/core/{p-5e865538.entry.js.map → p-4c6d7b65.entry.js.map} +0 -0
  408. /package/dist/core/{p-bbbc4e43.entry.js.map → p-529363af.entry.js.map} +0 -0
  409. /package/dist/core/{p-42db4603.entry.js.map → p-65aa3b0c.entry.js.map} +0 -0
  410. /package/dist/core/{p-c69cd34e.entry.js.map → p-70a7e7f6.entry.js.map} +0 -0
  411. /package/dist/core/{p-227a9e9b.entry.js.map → p-78f8ffb0.entry.js.map} +0 -0
  412. /package/dist/core/{p-3da88ddb.entry.js.map → p-7cde4bc8.entry.js.map} +0 -0
  413. /package/dist/core/{p-9584f413.entry.js.map → p-90330543.entry.js.map} +0 -0
  414. /package/dist/core/{p-6dc65816.entry.js.map → p-bfc5e0f7.entry.js.map} +0 -0
  415. /package/dist/core/{p-41f07da7.entry.js.map → p-ce59c2ee.entry.js.map} +0 -0
  416. /package/dist/core/{p-207ba616.entry.js.map → p-d9e28400.entry.js.map} +0 -0
  417. /package/dist/core/{p-f7275b59.entry.js.map → p-ec63daab.entry.js.map} +0 -0
  418. /package/dist/core/{p-c289af04.entry.js.map → p-ed1e9d01.entry.js.map} +0 -0
@@ -1,34 +1,20 @@
1
- import { Host, h } from '@stencil/core';
2
- import { Variants } from '../../core/constants/variants';
3
- import { govForm } from "../../helpers/Dom/form";
4
- import { govHost, toBoolAttr, toBoolAttrIfDefined } from '../../helpers/Dom/template';
5
- import { validateProp } from '../../helpers/Validate/props';
6
- import { ControlGroupClass } from './constants';
1
+ import { h, Host } from "@stencil/core";
2
+ import { Variants } from "../../core/constants/variants";
3
+ import { govHost } from "../../helpers/Dom/template";
4
+ import { validateProp } from "../../helpers/Validate/props";
5
+ import { ControlGroupClass } from "./constants";
7
6
  export class GovControlGroup {
8
7
  constructor() {
9
8
  this.variant = Variants.PRIMARY;
10
- this.invalid = undefined;
11
- this.disabled = undefined;
12
- this.isBordered = false;
9
+ this.noBorder = false;
13
10
  this.h = govHost(this.host);
14
- this.f = govForm(this.h);
15
11
  }
16
12
  validateVariant(newValue) {
17
13
  validateProp(Variants, newValue, ControlGroupClass.root);
18
14
  }
19
- watchDisabled() {
20
- this.passControlAttrs();
21
- }
22
- passControlAttrs() {
23
- this.f.passAttrToControl("disabled", toBoolAttr(this.disabled));
24
- this.f.passAttrToControl("invalid", toBoolAttr(this.invalid));
25
- }
26
- componentWillLoad() {
27
- this.watchDisabled();
28
- }
29
15
  render() {
30
- const bordered = this.isBordered === true ? " bordered" : "";
31
- return (h(Host, { class: this.h.classes(ControlGroupClass.root) + bordered, variant: this.variant, invalid: toBoolAttrIfDefined(this.invalid), disabled: this.disabled }, h("slot", null)));
16
+ const noBorder = this.noBorder === true ? "no-border" : undefined;
17
+ return (h(Host, { class: this.h.classes([ControlGroupClass.root, noBorder]), variant: this.variant }, h("slot", null)));
32
18
  }
33
19
  static get is() { return "gov-control-group"; }
34
20
  static get originalStyleUrls() {
@@ -66,41 +52,7 @@ export class GovControlGroup {
66
52
  "reflect": false,
67
53
  "defaultValue": "Variants.PRIMARY"
68
54
  },
69
- "invalid": {
70
- "type": "boolean",
71
- "mutable": false,
72
- "complexType": {
73
- "original": "boolean",
74
- "resolved": "boolean",
75
- "references": {}
76
- },
77
- "required": false,
78
- "optional": false,
79
- "docs": {
80
- "tags": [],
81
- "text": "Indicates the entered value does not conform to the format expected by the application."
82
- },
83
- "attribute": "invalid",
84
- "reflect": false
85
- },
86
- "disabled": {
87
- "type": "boolean",
88
- "mutable": false,
89
- "complexType": {
90
- "original": "boolean",
91
- "resolved": "boolean",
92
- "references": {}
93
- },
94
- "required": false,
95
- "optional": false,
96
- "docs": {
97
- "tags": [],
98
- "text": "Makes the whole component disabled.\nThis prevents users from being able to interact with the elements, and conveys its inactive state to assistive technologies."
99
- },
100
- "attribute": "disabled",
101
- "reflect": false
102
- },
103
- "isBordered": {
55
+ "noBorder": {
104
56
  "type": "boolean",
105
57
  "mutable": false,
106
58
  "complexType": {
@@ -114,7 +66,7 @@ export class GovControlGroup {
114
66
  "tags": [],
115
67
  "text": "Specifies the display of the border between elements"
116
68
  },
117
- "attribute": "bordered",
69
+ "attribute": "no-border",
118
70
  "reflect": false,
119
71
  "defaultValue": "false"
120
72
  }
@@ -125,12 +77,6 @@ export class GovControlGroup {
125
77
  return [{
126
78
  "propName": "variant",
127
79
  "methodName": "validateVariant"
128
- }, {
129
- "propName": "disabled",
130
- "methodName": "watchDisabled"
131
- }, {
132
- "propName": "invalid",
133
- "methodName": "watchDisabled"
134
80
  }];
135
81
  }
136
82
  }
@@ -1 +1 @@
1
- {"version":3,"file":"gov-control-group.js","sourceRoot":"","sources":["../../../../../../src/components/gov-control-group/gov-control-group.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,eAAe,CAAA;AACxE,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAA;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AAEhD,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AAErF,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAC3D,OAAO,EAAE,iBAAiB,EAAoB,MAAM,aAAa,CAAA;AAMjE,MAAM,OAAO,eAAe;EAI3B;mBAS6C,QAAQ,CAAC,OAAO;;;sBAaG,KAAK;IArBpE,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;IAC3B,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;GACxB;EAsBD,eAAe,CAAC,QAAgB;IAC/B,YAAY,CAAC,QAAQ,EAAE,QAAQ,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;EACzD,CAAC;EAID,aAAa;IACZ,IAAI,CAAC,gBAAgB,EAAE,CAAA;EACxB,CAAC;EAEO,gBAAgB;IACvB,IAAI,CAAC,CAAC,CAAC,iBAAiB,CAAC,UAAU,EAAE,UAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAA;IAC/D,IAAI,CAAC,CAAC,CAAC,iBAAiB,CAAC,SAAS,EAAE,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAA;EAC9D,CAAC;EAED,iBAAiB;IAChB,IAAI,CAAC,aAAa,EAAE,CAAA;EACrB,CAAC;EAED,MAAM;IACL,MAAM,QAAQ,GAAG,IAAI,CAAC,UAAU,KAAK,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,CAAA;IAC5D,OAAO,CACN,EAAC,IAAI,IAAC,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC,IAAI,CAAC,GAAG,QAAQ,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ;MACzJ,eAAQ,CACF,CACP,CAAA;EACF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACD","sourcesContent":["import { Component, Element, Host, Prop, Watch, h } from '@stencil/core'\nimport { Variants } from '../../core/constants/variants'\nimport { govForm } from \"../../helpers/Dom/form\"\nimport { GovForm } from \"../../helpers/Dom/form.types\"\nimport { govHost, toBoolAttr, toBoolAttrIfDefined } from '../../helpers/Dom/template'\nimport { GovHost } from '../../helpers/Dom/template.types'\nimport { validateProp } from '../../helpers/Validate/props'\nimport { ControlGroupClass, ControlGroupType } from './constants'\n\n@Component({\n\ttag: 'gov-control-group',\n\tstyleUrl: 'gov-control-group.scss',\n})\nexport class GovControlGroup {\n\tprivate h: GovHost\n\tprivate f: GovForm\n\n\tconstructor() {\n\t\tthis.h = govHost(this.host)\n\t\tthis.f = govForm(this.h)\n\t}\n\n\t@Element() host: HTMLGovControlGroupElement\n\t/**\n\t * Style variation of the content message.\n\t */\n\t@Prop() readonly variant: ControlGroupType = Variants.PRIMARY\n\t/**\n\t * Indicates the entered value does not conform to the format expected by the application.\n\t */\n\t@Prop() readonly invalid: boolean\n\t/**\n\t * Makes the whole component disabled.\n\t * This prevents users from being able to interact with the elements, and conveys its inactive state to assistive technologies.\n\t */\n\t@Prop() readonly disabled: boolean\n\t/**\n\t * Specifies the display of the border between elements\n\t */\n\t@Prop({ attribute: 'bordered' }) readonly isBordered: boolean = false\n\n\t@Watch('variant')\n\tvalidateVariant(newValue: string): void {\n\t\tvalidateProp(Variants, newValue, ControlGroupClass.root)\n\t}\n\n\t@Watch(\"disabled\")\n\t@Watch(\"invalid\")\n\twatchDisabled(): void {\n\t\tthis.passControlAttrs()\n\t}\n\n\tprivate passControlAttrs() {\n\t\tthis.f.passAttrToControl(\"disabled\", toBoolAttr(this.disabled))\n\t\tthis.f.passAttrToControl(\"invalid\", toBoolAttr(this.invalid))\n\t}\n\n\tcomponentWillLoad() {\n\t\tthis.watchDisabled()\n\t}\n\n\trender() {\n\t\tconst bordered = this.isBordered === true ? \" bordered\" : \"\"\n\t\treturn (\n\t\t\t<Host class={this.h.classes(ControlGroupClass.root) + bordered} variant={this.variant} invalid={toBoolAttrIfDefined(this.invalid)} disabled={this.disabled}>\n\t\t\t\t<slot />\n\t\t\t</Host>\n\t\t)\n\t}\n}\n"]}
1
+ {"version":3,"file":"gov-control-group.js","sourceRoot":"","sources":["../../../../../../src/components/gov-control-group/gov-control-group.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AACxE,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAA;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAC3D,OAAO,EAAE,iBAAiB,EAAoB,MAAM,aAAa,CAAA;AAMjE,MAAM,OAAO,eAAe;EAG3B;mBAQ6C,QAAQ,CAAC,OAAO;oBAIE,KAAK;IAXnE,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;GAC3B;EAaD,eAAe,CAAC,QAAgB;IAC/B,YAAY,CAAC,QAAQ,EAAE,QAAQ,EAAE,iBAAiB,CAAC,IAAI,CAAC,CAAA;EACzD,CAAC;EAED,MAAM;IACL,MAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAA;IACjE,OAAO,CACN,EAAC,IAAI,IACJ,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,iBAAiB,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,EACzD,OAAO,EAAE,IAAI,CAAC,OAAO;MACrB,eAAQ,CACF,CACP,CAAA;EACF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACD","sourcesContent":["import { Component, Element, h, Host, Prop, Watch } from \"@stencil/core\"\nimport { Variants } from \"../../core/constants/variants\"\nimport { govHost } from \"../../helpers/Dom/template\"\nimport { GovHost } from \"../../helpers/Dom/template.types\"\nimport { validateProp } from \"../../helpers/Validate/props\"\nimport { ControlGroupClass, ControlGroupType } from \"./constants\"\n\n@Component({\n\ttag: \"gov-control-group\",\n\tstyleUrl: \"gov-control-group.scss\",\n})\nexport class GovControlGroup {\n\tprivate readonly h: GovHost\n\n\tconstructor() {\n\t\tthis.h = govHost(this.host)\n\t}\n\n\t@Element() host: HTMLGovControlGroupElement\n\t/**\n\t * Style variation of the content message.\n\t */\n\t@Prop() readonly variant: ControlGroupType = Variants.PRIMARY\n\t/**\n\t * Specifies the display of the border between elements\n\t */\n\t@Prop({ attribute: \"no-border\" }) readonly noBorder: boolean = false\n\n\t@Watch(\"variant\")\n\tvalidateVariant(newValue: string): void {\n\t\tvalidateProp(Variants, newValue, ControlGroupClass.root)\n\t}\n\n\trender() {\n\t\tconst noBorder = this.noBorder === true ? \"no-border\" : undefined\n\t\treturn (\n\t\t\t<Host\n\t\t\t\tclass={this.h.classes([ControlGroupClass.root, noBorder])}\n\t\t\t\tvariant={this.variant}>\n\t\t\t\t<slot />\n\t\t\t</Host>\n\t\t)\n\t}\n}\n"]}
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -101,6 +101,9 @@
101
101
  /*
102
102
  - Variables - Cookiebar
103
103
  */
104
+ /*
105
+ - Variables - Dropdown
106
+ */
104
107
  /*
105
108
  - Variables - Card
106
109
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -101,6 +101,9 @@
101
101
  /*
102
102
  - Variables - Cookiebar
103
103
  */
104
+ /*
105
+ - Variables - Dropdown
106
+ */
104
107
  /*
105
108
  - Variables - Card
106
109
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -60,7 +60,12 @@ export class GovFormSelect {
60
60
  }
61
61
  markSelectedValue() {
62
62
  this.host.querySelectorAll("option").forEach((option) => {
63
- option.setAttribute("selected", toBoolAttr(option.value === this.value));
63
+ if (option.value === this.value) {
64
+ option.setAttribute("selected", "selected");
65
+ }
66
+ else {
67
+ option.removeAttribute("selected");
68
+ }
64
69
  });
65
70
  }
66
71
  render() {
@@ -1 +1 @@
1
- {"version":3,"file":"gov-form-select.js","sourceRoot":"","sources":["../../../../../../../src/components/gov-form/select/gov-form-select.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Element, Event, EventEmitter, h, Host, Method, Prop, State, Watch } from \"@stencil/core\"\nimport { GovHost } from \"../../../helpers/Dom/template.types\"\nimport { govHost, toBoolAttr, toBoolAttrIfDefined } from \"../../../helpers/Dom/template\"\nimport {\n\tFormSelectClass,\n\tFormSelectSizes,\n\tFormSelectSizesType,\n\tFormSelectVariants,\n\tFormSelectVariantType,\n} from \"./constants\"\nimport { validateProp } from \"../../../helpers/Validate/props\"\nimport { validateWcagLabelFor, validateWcagRef } from \"../../../helpers/Validate/wcag\"\nimport { canValidateWcagOnRender } from \"../../../helpers/Dom/win\"\nimport { createID } from \"../../../utils/string.utils\"\nimport { delay } from \"../../../utils/utils\"\nimport { GovForm } from \"../../../helpers/Dom/form.types\"\nimport { govForm } from \"../../../helpers/Dom/form\"\nimport { FormSelectEvent } from \"./gov-form-select.types\"\n\n@Component({\n\ttag: \"gov-form-select\",\n\tstyleUrl: \"gov-form-select.scss\",\n})\nexport class GovFormSelect {\n\tprivate f: GovForm\n\tprivate readonly h: GovHost\n\tprivate selectRef?: HTMLSelectElement\n\n\tprivate readonly selectId: string\n\n\tconstructor() {\n\t\tthis.h = govHost(this.host)\n\t\tthis.f = govForm(this.h)\n\t\tthis.selectId = createID(\"GovSelect\")\n\t}\n\n\t@Element() host: HTMLGovFormSelectElement\n\t/**\n\t * Value of select\n\t */\n\t@Prop({ reflect: true, mutable: true }) value: string\n\t/**\n\t * Custom select identifier.\n\t */\n\t@Prop({ attribute: \"identifier\" }) readonly identifier: string\n\t/**\n\t * Style variation of the form select.\n\t */\n\t@Prop() readonly variant?: FormSelectVariantType\n\t/**\n\t * Select’s size.\n\t */\n\t@Prop() readonly size?: FormSelectSizesType = \"m\"\n\t/**\n\t * Name of the select.\n\t */\n\t@Prop() readonly name: string\n\t/**\n\t * Set whether the input is required or not. Please note that this is necessary for accessible inputs when the user is required to fill them.\n\t * When using this property you need to also set “novalidate” attribute to your form element to prevent browser from displaying its own validation errors.\n\t */\n\t@Prop() readonly required: boolean = false\n\t/**\n\t * Makes the select component disabled.\n\t * This prevents users from being able to interact with the select, and conveys its inactive state to assistive technologies.\n\t */\n\t@Prop() readonly disabled: boolean\n\t/**\n\t * Indicates the entered value does not conform to the format expected by the application.\n\t */\n\t@Prop() readonly invalid: boolean\n\t/**\n\t * Indicates the id of a related component’s visually focused element.\n\t */\n\t@Prop({ attribute: \"wcag-active-descendant\" }) readonly wcagActiveDescendant: string\n\t/**\n\t * Use this prop to add an aria-controls attribute. Use the attribute to indicate the id of a component controlled by this component.\n\t */\n\t@Prop({ attribute: \"wcag-controls\" }) readonly wcagControls: string\n\t/**\n\t * Indicates the id of a component that describes the input.\n\t */\n\t@Prop({ attribute: \"wcag-described-by\" }) readonly wcagDescribedBy: string\n\t/**\n\t * Indicates the id of a component that labels the input.\n\t */\n\t@Prop({ attribute: \"wcag-labelled-by\" }) readonly wcagLabelledBy: string\n\t/**\n\t * Indicates the id of a component that describes the input.\n\t */\n\t@Prop({ attribute: \"wcag-owns\" }) readonly wcagOwns: string\n\t/**\n\t * Emitted when the select has focus.\n\t */\n\t@Event({ eventName: \"gov-focus\" }) govFocus: EventEmitter<FormSelectEvent>\n\t/**\n\t * Emitted when the select loses focus.\n\t */\n\t@Event({ eventName: \"gov-blur\" }) govBlur: EventEmitter<FormSelectEvent>\n\t/**\n\t * Emitted when the select change value.\n\t */\n\t@Event({ eventName: \"gov-change\" }) govChange: EventEmitter<FormSelectEvent>\n\t@State() focused: boolean\n\n\t@Watch(\"variant\")\n\tvalidateVariant(newValue: string): void {\n\t\tvalidateProp(FormSelectVariants, newValue, FormSelectClass.root)\n\t}\n\n\t@Watch(\"size\")\n\tvalidateSize(newValue: string): void {\n\t\tvalidateProp(FormSelectSizes, newValue, FormSelectClass.root)\n\t}\n\n\t@Watch(\"disabled\")\n\t@Watch(\"invalid\")\n\t@Watch(\"size\")\n\twatchDisabled(): void {\n\t\tthis.passControlAttrs()\n\t}\n\n\t@Watch(\"value\")\n\twatchValue(): void {\n\t\tthis.markSelectedValue()\n\t}\n\n\tprivate passControlAttrs() {\n\t\tthis.f.passAttrToControl(\"size\", this.size)\n\t\tthis.f.passAttrToControl(\"disabled\", toBoolAttr(this.disabled))\n\t\tthis.f.passAttrToControl(\"invalid\", toBoolAttr(this.invalid))\n\t\tthis.f.passAttrToControl(\"type\", \"select\")\n\t}\n\n\tcomponentWillLoad() {\n\t\tthis.validateVariant(this.variant)\n\t\tthis.validateSize(this.size)\n\n\t\tthis.markSelectedValue()\n\t\tthis.passControlAttrs()\n\t\tthis.f.passAttrToLabel(\"required\", String(this.required))\n\t}\n\n\tasync componentDidRender() {\n\t\tif (canValidateWcagOnRender()) {\n\t\t\tawait delay(500)\n\t\t\tawait this.validateWcag()\n\t\t}\n\t}\n\n\tprivate markSelectedValue() {\n\t\tthis.host.querySelectorAll(\"option\").forEach((option: HTMLOptionElement) => {\n\t\t\toption.setAttribute(\"selected\", toBoolAttr(option.value === this.value))\n\t\t})\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<Host class={FormSelectClass.root} size={this.size} variant={this.variant}>\n\t\t\t\t{this.h.hasSlot(\"prefix\") && <slot name=\"prefix\"></slot>}\n\t\t\t\t<span class=\"element\">\n\t\t\t\t\t<gov-icon slot=\"right-icon\" name=\"chevron-down\"></gov-icon>\n\t\t\t\t\t<select\n\t\t\t\t\t\tid={this.identifier || this.selectId}\n\t\t\t\t\t\tonFocus={this.onFocusHandler.bind(this)}\n\t\t\t\t\t\tonChange={this.onChangeHandler.bind(this)}\n\t\t\t\t\t\tonBlur={this.onBlurHandler.bind(this)}\n\t\t\t\t\t\trequired={this.required}\n\t\t\t\t\t\tname={this.name}\n\t\t\t\t\t\tdisabled={this.disabled}\n\t\t\t\t\t\tref={el => (this.selectRef = el as HTMLSelectElement)}\n\t\t\t\t\t\taria-disabled={toBoolAttrIfDefined(this.disabled)}\n\t\t\t\t\t\taria-activedescendant={this.wcagActiveDescendant}\n\t\t\t\t\t\taria-controls={this.wcagControls}\n\t\t\t\t\t\taria-required={toBoolAttrIfDefined(this.required)}\n\t\t\t\t\t\taria-invalid={toBoolAttrIfDefined(this.invalid)}\n\t\t\t\t\t\taria-describedby={this.wcagDescribedBy}\n\t\t\t\t\t\taria-labelledby={this.wcagLabelledBy}\n\t\t\t\t\t\taria-owns={this.wcagOwns}\n\t\t\t\t\t>\n\t\t\t\t\t\t<slot></slot>\n\t\t\t\t\t</select>\n\t\t\t\t</span>\n\t\t\t\t{this.h.hasSlot(\"sufix\") && <slot name=\"sufix\"></slot>}\n\t\t\t</Host>\n\t\t)\n\t}\n\n\tprivate onFocusHandler(e: FocusEvent) {\n\t\tthis.focused = true\n\t\tthis.govFocus.emit({\n\t\t\tcomponent: FormSelectClass.root,\n\t\t\toriginalEvent: e,\n\t\t\tvalue: this.value,\n\t\t})\n\t}\n\n\tprivate onBlurHandler(e: FocusEvent) {\n\t\tthis.focused = false\n\t\tthis.govBlur.emit({\n\t\t\tcomponent: FormSelectClass.root,\n\t\t\toriginalEvent: e,\n\t\t\tvalue: this.value,\n\t\t})\n\t}\n\n\tprivate onChangeHandler(e: Event) {\n\t\tthis.value = (e.target as HTMLSelectElement).value\n\t\te.stopPropagation()\n\t\tthis.govChange.emit({\n\t\t\tcomponent: FormSelectClass.root,\n\t\t\toriginalEvent: e,\n\t\t\tvalue: this.value,\n\t\t})\n\t}\n\n\t/**\n\t * Returns the current state of the component\n\t */\n\t@Method()\n\tasync setFocus(options?: FocusOptions): Promise<void> {\n\t\treturn this.selectRef.focus(options)\n\t}\n\n\t/**\n\t * Sets the ordered value of the element\n\t */\n\t@Method()\n\tasync setValue(value: string): Promise<void> {\n\t\tthis.value = value\n\t}\n\n\t/**\n\t * Returns an instance of the native html select element\n\t */\n\t@Method()\n\tasync getRef(): Promise<HTMLSelectElement> {\n\t\treturn this.selectRef\n\t}\n\n\t/**\n\t * Validate the WCAG attributes of the component\n\t */\n\t@Method()\n\tasync validateWcag(): Promise<void> {\n\t\tvalidateWcagRef(this.wcagActiveDescendant, \"wcag-active-descendant\", FormSelectClass.root)\n\t\tvalidateWcagRef(this.wcagControls, \"wcag-controls\", FormSelectClass.root)\n\t\tvalidateWcagRef(this.wcagDescribedBy, \"wcag-described-by\", FormSelectClass.root)\n\t\tvalidateWcagRef(this.wcagOwns, \"wcag-owns\", FormSelectClass.root)\n\t\tvalidateWcagLabelFor(this.identifier || this.selectId, this.wcagLabelledBy, FormSelectClass.root)\n\t}\n}\n"]}
1
+ {"version":3,"file":"gov-form-select.js","sourceRoot":"","sources":["../../../../../../../src/components/gov-form/select/gov-form-select.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Element, Event, EventEmitter, h, Host, Method, Prop, State, Watch } from \"@stencil/core\"\nimport { GovHost } from \"../../../helpers/Dom/template.types\"\nimport { govHost, toBoolAttr, toBoolAttrIfDefined } from \"../../../helpers/Dom/template\"\nimport {\n\tFormSelectClass,\n\tFormSelectSizes,\n\tFormSelectSizesType,\n\tFormSelectVariants,\n\tFormSelectVariantType,\n} from \"./constants\"\nimport { validateProp } from \"../../../helpers/Validate/props\"\nimport { validateWcagLabelFor, validateWcagRef } from \"../../../helpers/Validate/wcag\"\nimport { canValidateWcagOnRender } from \"../../../helpers/Dom/win\"\nimport { createID } from \"../../../utils/string.utils\"\nimport { delay } from \"../../../utils/utils\"\nimport { GovForm } from \"../../../helpers/Dom/form.types\"\nimport { govForm } from \"../../../helpers/Dom/form\"\nimport { FormSelectEvent } from \"./gov-form-select.types\"\n\n@Component({\n\ttag: \"gov-form-select\",\n\tstyleUrl: \"gov-form-select.scss\",\n})\nexport class GovFormSelect {\n\tprivate f: GovForm\n\tprivate readonly h: GovHost\n\tprivate selectRef?: HTMLSelectElement\n\n\tprivate readonly selectId: string\n\n\tconstructor() {\n\t\tthis.h = govHost(this.host)\n\t\tthis.f = govForm(this.h)\n\t\tthis.selectId = createID(\"GovSelect\")\n\t}\n\n\t@Element() host: HTMLGovFormSelectElement\n\t/**\n\t * Value of select\n\t */\n\t@Prop({ reflect: true, mutable: true }) value: string\n\t/**\n\t * Custom select identifier.\n\t */\n\t@Prop({ attribute: \"identifier\" }) readonly identifier: string\n\t/**\n\t * Style variation of the form select.\n\t */\n\t@Prop() readonly variant?: FormSelectVariantType\n\t/**\n\t * Select’s size.\n\t */\n\t@Prop() readonly size?: FormSelectSizesType = \"m\"\n\t/**\n\t * Name of the select.\n\t */\n\t@Prop() readonly name: string\n\t/**\n\t * Set whether the input is required or not. Please note that this is necessary for accessible inputs when the user is required to fill them.\n\t * When using this property you need to also set “novalidate” attribute to your form element to prevent browser from displaying its own validation errors.\n\t */\n\t@Prop() readonly required: boolean = false\n\t/**\n\t * Makes the select component disabled.\n\t * This prevents users from being able to interact with the select, and conveys its inactive state to assistive technologies.\n\t */\n\t@Prop() readonly disabled: boolean\n\t/**\n\t * Indicates the entered value does not conform to the format expected by the application.\n\t */\n\t@Prop() readonly invalid: boolean\n\t/**\n\t * Indicates the id of a related component’s visually focused element.\n\t */\n\t@Prop({ attribute: \"wcag-active-descendant\" }) readonly wcagActiveDescendant: string\n\t/**\n\t * Use this prop to add an aria-controls attribute. Use the attribute to indicate the id of a component controlled by this component.\n\t */\n\t@Prop({ attribute: \"wcag-controls\" }) readonly wcagControls: string\n\t/**\n\t * Indicates the id of a component that describes the input.\n\t */\n\t@Prop({ attribute: \"wcag-described-by\" }) readonly wcagDescribedBy: string\n\t/**\n\t * Indicates the id of a component that labels the input.\n\t */\n\t@Prop({ attribute: \"wcag-labelled-by\" }) readonly wcagLabelledBy: string\n\t/**\n\t * Indicates the id of a component that describes the input.\n\t */\n\t@Prop({ attribute: \"wcag-owns\" }) readonly wcagOwns: string\n\t/**\n\t * Emitted when the select has focus.\n\t */\n\t@Event({ eventName: \"gov-focus\" }) govFocus: EventEmitter<FormSelectEvent>\n\t/**\n\t * Emitted when the select loses focus.\n\t */\n\t@Event({ eventName: \"gov-blur\" }) govBlur: EventEmitter<FormSelectEvent>\n\t/**\n\t * Emitted when the select change value.\n\t */\n\t@Event({ eventName: \"gov-change\" }) govChange: EventEmitter<FormSelectEvent>\n\t@State() focused: boolean\n\n\t@Watch(\"variant\")\n\tvalidateVariant(newValue: string): void {\n\t\tvalidateProp(FormSelectVariants, newValue, FormSelectClass.root)\n\t}\n\n\t@Watch(\"size\")\n\tvalidateSize(newValue: string): void {\n\t\tvalidateProp(FormSelectSizes, newValue, FormSelectClass.root)\n\t}\n\n\t@Watch(\"disabled\")\n\t@Watch(\"invalid\")\n\t@Watch(\"size\")\n\twatchDisabled(): void {\n\t\tthis.passControlAttrs()\n\t}\n\n\t@Watch(\"value\")\n\twatchValue(): void {\n\t\tthis.markSelectedValue()\n\t}\n\n\tprivate passControlAttrs() {\n\t\tthis.f.passAttrToControl(\"size\", this.size)\n\t\tthis.f.passAttrToControl(\"disabled\", toBoolAttr(this.disabled))\n\t\tthis.f.passAttrToControl(\"invalid\", toBoolAttr(this.invalid))\n\t\tthis.f.passAttrToControl(\"type\", \"select\")\n\t}\n\n\tcomponentWillLoad() {\n\t\tthis.validateVariant(this.variant)\n\t\tthis.validateSize(this.size)\n\n\t\tthis.markSelectedValue()\n\t\tthis.passControlAttrs()\n\t\tthis.f.passAttrToLabel(\"required\", String(this.required))\n\t}\n\n\tasync componentDidRender() {\n\t\tif (canValidateWcagOnRender()) {\n\t\t\tawait delay(500)\n\t\t\tawait this.validateWcag()\n\t\t}\n\t}\n\n\tprivate markSelectedValue() {\n\t\tthis.host.querySelectorAll(\"option\").forEach((option: HTMLOptionElement) => {\n\t\t\tif (option.value === this.value) {\n\t\t\t\toption.setAttribute(\"selected\", \"selected\")\n\t\t\t} else {\n\t\t\t\toption.removeAttribute(\"selected\")\n\t\t\t}\n\t\t})\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<Host class={FormSelectClass.root} size={this.size} variant={this.variant}>\n\t\t\t\t{this.h.hasSlot(\"prefix\") && <slot name=\"prefix\"></slot>}\n\t\t\t\t<span class=\"element\">\n\t\t\t\t\t<gov-icon slot=\"right-icon\" name=\"chevron-down\"></gov-icon>\n\t\t\t\t\t<select\n\t\t\t\t\t\tid={this.identifier || this.selectId}\n\t\t\t\t\t\tonFocus={this.onFocusHandler.bind(this)}\n\t\t\t\t\t\tonChange={this.onChangeHandler.bind(this)}\n\t\t\t\t\t\tonBlur={this.onBlurHandler.bind(this)}\n\t\t\t\t\t\trequired={this.required}\n\t\t\t\t\t\tname={this.name}\n\t\t\t\t\t\tdisabled={this.disabled}\n\t\t\t\t\t\tref={el => (this.selectRef = el as HTMLSelectElement)}\n\t\t\t\t\t\taria-disabled={toBoolAttrIfDefined(this.disabled)}\n\t\t\t\t\t\taria-activedescendant={this.wcagActiveDescendant}\n\t\t\t\t\t\taria-controls={this.wcagControls}\n\t\t\t\t\t\taria-required={toBoolAttrIfDefined(this.required)}\n\t\t\t\t\t\taria-invalid={toBoolAttrIfDefined(this.invalid)}\n\t\t\t\t\t\taria-describedby={this.wcagDescribedBy}\n\t\t\t\t\t\taria-labelledby={this.wcagLabelledBy}\n\t\t\t\t\t\taria-owns={this.wcagOwns}\n\t\t\t\t\t>\n\t\t\t\t\t\t<slot></slot>\n\t\t\t\t\t</select>\n\t\t\t\t</span>\n\t\t\t\t{this.h.hasSlot(\"sufix\") && <slot name=\"sufix\"></slot>}\n\t\t\t</Host>\n\t\t)\n\t}\n\n\tprivate onFocusHandler(e: FocusEvent) {\n\t\tthis.focused = true\n\t\tthis.govFocus.emit({\n\t\t\tcomponent: FormSelectClass.root,\n\t\t\toriginalEvent: e,\n\t\t\tvalue: this.value,\n\t\t})\n\t}\n\n\tprivate onBlurHandler(e: FocusEvent) {\n\t\tthis.focused = false\n\t\tthis.govBlur.emit({\n\t\t\tcomponent: FormSelectClass.root,\n\t\t\toriginalEvent: e,\n\t\t\tvalue: this.value,\n\t\t})\n\t}\n\n\tprivate onChangeHandler(e: Event) {\n\t\tthis.value = (e.target as HTMLSelectElement).value\n\t\te.stopPropagation()\n\t\tthis.govChange.emit({\n\t\t\tcomponent: FormSelectClass.root,\n\t\t\toriginalEvent: e,\n\t\t\tvalue: this.value,\n\t\t})\n\t}\n\n\t/**\n\t * Returns the current state of the component\n\t */\n\t@Method()\n\tasync setFocus(options?: FocusOptions): Promise<void> {\n\t\treturn this.selectRef.focus(options)\n\t}\n\n\t/**\n\t * Sets the ordered value of the element\n\t */\n\t@Method()\n\tasync setValue(value: string): Promise<void> {\n\t\tthis.value = value\n\t}\n\n\t/**\n\t * Returns an instance of the native html select element\n\t */\n\t@Method()\n\tasync getRef(): Promise<HTMLSelectElement> {\n\t\treturn this.selectRef\n\t}\n\n\t/**\n\t * Validate the WCAG attributes of the component\n\t */\n\t@Method()\n\tasync validateWcag(): Promise<void> {\n\t\tvalidateWcagRef(this.wcagActiveDescendant, \"wcag-active-descendant\", FormSelectClass.root)\n\t\tvalidateWcagRef(this.wcagControls, \"wcag-controls\", FormSelectClass.root)\n\t\tvalidateWcagRef(this.wcagDescribedBy, \"wcag-described-by\", FormSelectClass.root)\n\t\tvalidateWcagRef(this.wcagOwns, \"wcag-owns\", FormSelectClass.root)\n\t\tvalidateWcagLabelFor(this.identifier || this.selectId, this.wcagLabelledBy, FormSelectClass.root)\n\t}\n}\n"]}
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -138,6 +138,7 @@ export const basicIcons = [
138
138
  'basic/arrows-fullscreen',
139
139
  'basic/attachment',
140
140
  'basic/bell-fill',
141
+ 'basic/bluetooth',
141
142
  'basic/book',
142
143
  'basic/box-arrow-in-right',
143
144
  'basic/box-arrow-up-right',
@@ -147,6 +148,7 @@ export const basicIcons = [
147
148
  'basic/buildings',
148
149
  'basic/calendar',
149
150
  'basic/calendar-event',
151
+ 'basic/camera',
150
152
  'basic/car',
151
153
  'basic/card-text',
152
154
  'basic/caret-down-fill',
@@ -168,6 +170,7 @@ export const basicIcons = [
168
170
  'basic/dash-circle',
169
171
  'basic/dash-lg',
170
172
  'basic/datovka',
173
+ 'basic/delete-back',
171
174
  'basic/download',
172
175
  'basic/envelope',
173
176
  'basic/envelope-e',
@@ -178,6 +181,8 @@ export const basicIcons = [
178
181
  'basic/exclamation-triangle-fill',
179
182
  'basic/eye',
180
183
  'basic/eye-slash',
184
+ 'basic/face-id',
185
+ 'basic/face-recognition-alternative',
181
186
  'basic/facebook',
182
187
  'basic/file-earmark-arrow-down',
183
188
  'basic/file-earmark-arrow-left',
@@ -186,6 +191,7 @@ export const basicIcons = [
186
191
  'basic/file-image',
187
192
  'basic/file-image-fill',
188
193
  'basic/files-earmark-arrow-down',
194
+ 'basic/fingerprint',
189
195
  'basic/flag',
190
196
  'basic/flag-cz',
191
197
  'basic/folder-open',
@@ -216,12 +222,14 @@ export const basicIcons = [
216
222
  'basic/link-45deg',
217
223
  'basic/list',
218
224
  'basic/loader',
225
+ 'basic/lock',
219
226
  'basic/map',
220
227
  'basic/moon',
221
228
  'basic/omv',
222
229
  'basic/pencil-square',
223
230
  'basic/person-fill',
224
231
  'basic/person-fill-bussines',
232
+ 'basic/person-search',
225
233
  'basic/phone',
226
234
  'basic/plus',
227
235
  'basic/plus-circle',
@@ -243,6 +251,7 @@ export const basicIcons = [
243
251
  'basic/tags',
244
252
  'basic/three-dots',
245
253
  'basic/three-dots-vertical',
254
+ 'basic/touch-id',
246
255
  'basic/trash',
247
256
  'basic/trash-fill',
248
257
  'basic/trash-restore',
@@ -250,6 +259,7 @@ export const basicIcons = [
250
259
  'basic/upload',
251
260
  'basic/x',
252
261
  'basic/x-lg',
262
+ 'basic/x-network',
253
263
  'basic/youtube',
254
264
  ];
255
265
  export const icons = [...complexIcons, ...basicIcons];
@@ -1 +1 @@
1
- {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../../../src/components/gov-icon/list.ts"],"names":[],"mappings":"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","sourcesContent":["export const complexIcons = [\n\t'complex/24-7',\n\t'complex/all',\n\t'complex/arrival',\n\t'complex/bell',\n\t'complex/big-help',\n\t'complex/business-file',\n\t'complex/businessman',\n\t'complex/cactus',\n\t'complex/camera',\n\t'complex/car',\n\t'complex/card-400',\n\t'complex/card-401',\n\t'complex/card-403',\n\t'complex/card-404',\n\t'complex/card-500',\n\t'complex/card-502',\n\t'complex/certification',\n\t'complex/coins',\n\t'complex/communication',\n\t'complex/confusion',\n\t'complex/contact',\n\t'complex/court',\n\t'complex/covid',\n\t'complex/digital',\n\t'complex/disability',\n\t'complex/doc-agreement',\n\t'complex/doc-basic-info',\n\t'complex/doc-business',\n\t'complex/doc-car-point-list',\n\t'complex/doc-diploma',\n\t'complex/doc-driver-info',\n\t'complex/doc-election',\n\t'complex/doc-filled',\n\t'complex/doc-health',\n\t'complex/doc-judgment',\n\t'complex/doc-patient',\n\t'complex/doc-personal-info',\n\t'complex/doc-petition',\n\t'complex/doc-registers',\n\t'complex/doc-review',\n\t'complex/doc-search',\n\t'complex/doc-stamp',\n\t'complex/doc-state',\n\t'complex/doc-taxes',\n\t'complex/documents',\n\t'complex/doc-universal',\n\t'complex/doc-visa',\n\t'complex/driver',\n\t'complex/driver-file',\n\t'complex/driving-licence',\n\t'complex/email-notification',\n\t'complex/energy',\n\t'complex/envelope',\n\t'complex/european-parliament',\n\t'complex/family',\n\t'complex/globe',\n\t'complex/graduate',\n\t'complex/hand',\n\t'complex/hand-400',\n\t'complex/hand-401',\n\t'complex/hand-403',\n\t'complex/hand-404',\n\t'complex/hand-500',\n\t'complex/hand-502',\n\t'complex/health',\n\t'complex/healthcare',\n\t'complex/help',\n\t'complex/history',\n\t'complex/holiday',\n\t'complex/hourglass',\n\t'complex/house',\n\t'complex/chamber-deputies',\n\t'complex/chamber-deputies-200',\n\t'complex/chamber-deputies-cr',\n\t'complex/chat',\n\t'complex/cities',\n\t'complex/city-office',\n\t'complex/id',\n\t'complex/id-card',\n\t'complex/id-info',\n\t'complex/illness',\n\t'complex/info',\n\t'complex/info-list',\n\t'complex/institute-file',\n\t'complex/institution',\n\t'complex/job',\n\t'complex/job-loss',\n\t'complex/map',\n\t'complex/mobile-phone',\n\t'complex/mouse',\n\t'complex/my-filing',\n\t'complex/my-state-data',\n\t'complex/newborn',\n\t'complex/new-comments',\n\t'complex/news',\n\t'complex/packet',\n\t'complex/passport',\n\t'complex/personal-file',\n\t'complex/pet',\n\t'complex/petrol-station',\n\t'complex/pills',\n\t'complex/population-register',\n\t'complex/portal',\n\t'complex/pregnant',\n\t'complex/president',\n\t'complex/presidential-election',\n\t'complex/profile-settings',\n\t'complex/property',\n\t'complex/queue',\n\t'complex/quotes',\n\t'complex/region',\n\t'complex/regional-elections',\n\t'complex/regional-elections-clear',\n\t'complex/register-of-persons',\n\t'complex/retiree',\n\t'complex/rings',\n\t'complex/senate',\n\t'complex/senate-81',\n\t'complex/senior',\n\t'complex/settings',\n\t'complex/simple-envelope',\n\t'complex/sms-notification',\n\t'complex/sos',\n\t'complex/state-file',\n\t'complex/time',\n\t'complex/tombstone',\n\t'complex/vaccine',\n]\n\nexport const basicIcons = [\n\t'basic/archived-outline',\n\t'basic/archive-fill',\n\t'basic/archive-outline',\n\t'basic/arrow90deg-left',\n\t'basic/arrow90deg-right',\n\t'basic/arrow-counterclockwise',\n\t'basic/arrow-repeat',\n\t'basic/arrows-fullscreen',\n\t'basic/attachment',\n\t'basic/bell-fill',\n\t'basic/book',\n\t'basic/box-arrow-in-right',\n\t'basic/box-arrow-up-right',\n\t'basic/briefcase',\n\t'basic/briefcase-fill',\n\t'basic/building-fill',\n\t'basic/buildings',\n\t'basic/calendar',\n\t'basic/calendar-event',\n\t'basic/car',\n\t'basic/card-text',\n\t'basic/caret-down-fill',\n\t'basic/caret-left-fill',\n\t'basic/caret-right-fill',\n\t'basic/caret-up-fill',\n\t'basic/car-front',\n\t'basic/cash',\n\t'basic/cash-stack',\n\t'basic/clock',\n\t'basic/clock-history',\n\t'basic/coin',\n\t'basic/coins',\n\t'basic/collection',\n\t'basic/compass',\n\t'basic/copy',\n\t'basic/cursor-fill',\n\t'basic/dash',\n\t'basic/dash-circle',\n\t'basic/dash-lg',\n\t'basic/datovka',\n\t'basic/download',\n\t'basic/envelope',\n\t'basic/envelope-e',\n\t'basic/envelope-fill',\n\t'basic/envelope-open',\n\t'basic/exclamation-circle',\n\t'basic/exclamation-lg',\n\t'basic/exclamation-triangle-fill',\n\t'basic/eye',\n\t'basic/eye-slash',\n\t'basic/facebook',\n\t'basic/file-earmark-arrow-down',\n\t'basic/file-earmark-arrow-left',\n\t'basic/file-earmark-text',\n\t'basic/file-earmark-text-fill',\n\t'basic/file-image',\n\t'basic/file-image-fill',\n\t'basic/files-earmark-arrow-down',\n\t'basic/flag',\n\t'basic/flag-cz',\n\t'basic/folder-open',\n\t'basic/forward',\n\t'basic/funnel',\n\t'basic/funnel-fill',\n\t'basic/gear',\n\t'basic/gear-fill',\n\t'basic/geo-alt-fill',\n\t'basic/grid-3x3-gap-fill',\n\t'basic/guestion-circle-fill',\n\t'basic/hand-index-thumb-right-fill',\n\t'basic/house-door-fill',\n\t'basic/chat-left-text',\n\t'basic/chat-left-text-fill',\n\t'basic/check-lg',\n\t'basic/check-multiple',\n\t'basic/chevron-double-left',\n\t'basic/chevron-double-right',\n\t'basic/chevron-down',\n\t'basic/chevron-left',\n\t'basic/chevron-right',\n\t'basic/chevron-up',\n\t'basic/info',\n\t'basic/info-circle',\n\t'basic/journal-text',\n\t'basic/lightbulb-fill',\n\t'basic/link-45deg',\n\t'basic/list',\n\t'basic/loader',\n\t'basic/map',\n\t'basic/moon',\n\t'basic/omv',\n\t'basic/pencil-square',\n\t'basic/person-fill',\n\t'basic/person-fill-bussines',\n\t'basic/phone',\n\t'basic/plus',\n\t'basic/plus-circle',\n\t'basic/plus-lg',\n\t'basic/printer',\n\t'basic/question-circle',\n\t'basic/question-circle-fill',\n\t'basic/reply',\n\t'basic/reply-all',\n\t'basic/save',\n\t'basic/search',\n\t'basic/send',\n\t'basic/send-fill',\n\t'basic/shield-plus',\n\t'basic/sigma',\n\t'basic/sign-stop',\n\t'basic/star',\n\t'basic/star-fill',\n\t'basic/tags',\n\t'basic/three-dots',\n\t'basic/three-dots-vertical',\n\t'basic/trash',\n\t'basic/trash-fill',\n\t'basic/trash-restore',\n\t'basic/twitter',\n\t'basic/upload',\n\t'basic/x',\n\t'basic/x-lg',\n\t'basic/youtube',\n]\n\nexport const icons = [...complexIcons, ...basicIcons]\n"]}
1
+ {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../../../src/components/gov-icon/list.ts"],"names":[],"mappings":"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","sourcesContent":["export const complexIcons = [\n\t'complex/24-7',\n\t'complex/all',\n\t'complex/arrival',\n\t'complex/bell',\n\t'complex/big-help',\n\t'complex/business-file',\n\t'complex/businessman',\n\t'complex/cactus',\n\t'complex/camera',\n\t'complex/car',\n\t'complex/card-400',\n\t'complex/card-401',\n\t'complex/card-403',\n\t'complex/card-404',\n\t'complex/card-500',\n\t'complex/card-502',\n\t'complex/certification',\n\t'complex/coins',\n\t'complex/communication',\n\t'complex/confusion',\n\t'complex/contact',\n\t'complex/court',\n\t'complex/covid',\n\t'complex/digital',\n\t'complex/disability',\n\t'complex/doc-agreement',\n\t'complex/doc-basic-info',\n\t'complex/doc-business',\n\t'complex/doc-car-point-list',\n\t'complex/doc-diploma',\n\t'complex/doc-driver-info',\n\t'complex/doc-election',\n\t'complex/doc-filled',\n\t'complex/doc-health',\n\t'complex/doc-judgment',\n\t'complex/doc-patient',\n\t'complex/doc-personal-info',\n\t'complex/doc-petition',\n\t'complex/doc-registers',\n\t'complex/doc-review',\n\t'complex/doc-search',\n\t'complex/doc-stamp',\n\t'complex/doc-state',\n\t'complex/doc-taxes',\n\t'complex/documents',\n\t'complex/doc-universal',\n\t'complex/doc-visa',\n\t'complex/driver',\n\t'complex/driver-file',\n\t'complex/driving-licence',\n\t'complex/email-notification',\n\t'complex/energy',\n\t'complex/envelope',\n\t'complex/european-parliament',\n\t'complex/family',\n\t'complex/globe',\n\t'complex/graduate',\n\t'complex/hand',\n\t'complex/hand-400',\n\t'complex/hand-401',\n\t'complex/hand-403',\n\t'complex/hand-404',\n\t'complex/hand-500',\n\t'complex/hand-502',\n\t'complex/health',\n\t'complex/healthcare',\n\t'complex/help',\n\t'complex/history',\n\t'complex/holiday',\n\t'complex/hourglass',\n\t'complex/house',\n\t'complex/chamber-deputies',\n\t'complex/chamber-deputies-200',\n\t'complex/chamber-deputies-cr',\n\t'complex/chat',\n\t'complex/cities',\n\t'complex/city-office',\n\t'complex/id',\n\t'complex/id-card',\n\t'complex/id-info',\n\t'complex/illness',\n\t'complex/info',\n\t'complex/info-list',\n\t'complex/institute-file',\n\t'complex/institution',\n\t'complex/job',\n\t'complex/job-loss',\n\t'complex/map',\n\t'complex/mobile-phone',\n\t'complex/mouse',\n\t'complex/my-filing',\n\t'complex/my-state-data',\n\t'complex/newborn',\n\t'complex/new-comments',\n\t'complex/news',\n\t'complex/packet',\n\t'complex/passport',\n\t'complex/personal-file',\n\t'complex/pet',\n\t'complex/petrol-station',\n\t'complex/pills',\n\t'complex/population-register',\n\t'complex/portal',\n\t'complex/pregnant',\n\t'complex/president',\n\t'complex/presidential-election',\n\t'complex/profile-settings',\n\t'complex/property',\n\t'complex/queue',\n\t'complex/quotes',\n\t'complex/region',\n\t'complex/regional-elections',\n\t'complex/regional-elections-clear',\n\t'complex/register-of-persons',\n\t'complex/retiree',\n\t'complex/rings',\n\t'complex/senate',\n\t'complex/senate-81',\n\t'complex/senior',\n\t'complex/settings',\n\t'complex/simple-envelope',\n\t'complex/sms-notification',\n\t'complex/sos',\n\t'complex/state-file',\n\t'complex/time',\n\t'complex/tombstone',\n\t'complex/vaccine',\n]\n\nexport const basicIcons = [\n\t'basic/archived-outline',\n\t'basic/archive-fill',\n\t'basic/archive-outline',\n\t'basic/arrow90deg-left',\n\t'basic/arrow90deg-right',\n\t'basic/arrow-counterclockwise',\n\t'basic/arrow-repeat',\n\t'basic/arrows-fullscreen',\n\t'basic/attachment',\n\t'basic/bell-fill',\n\t'basic/bluetooth',\n\t'basic/book',\n\t'basic/box-arrow-in-right',\n\t'basic/box-arrow-up-right',\n\t'basic/briefcase',\n\t'basic/briefcase-fill',\n\t'basic/building-fill',\n\t'basic/buildings',\n\t'basic/calendar',\n\t'basic/calendar-event',\n\t'basic/camera',\n\t'basic/car',\n\t'basic/card-text',\n\t'basic/caret-down-fill',\n\t'basic/caret-left-fill',\n\t'basic/caret-right-fill',\n\t'basic/caret-up-fill',\n\t'basic/car-front',\n\t'basic/cash',\n\t'basic/cash-stack',\n\t'basic/clock',\n\t'basic/clock-history',\n\t'basic/coin',\n\t'basic/coins',\n\t'basic/collection',\n\t'basic/compass',\n\t'basic/copy',\n\t'basic/cursor-fill',\n\t'basic/dash',\n\t'basic/dash-circle',\n\t'basic/dash-lg',\n\t'basic/datovka',\n\t'basic/delete-back',\n\t'basic/download',\n\t'basic/envelope',\n\t'basic/envelope-e',\n\t'basic/envelope-fill',\n\t'basic/envelope-open',\n\t'basic/exclamation-circle',\n\t'basic/exclamation-lg',\n\t'basic/exclamation-triangle-fill',\n\t'basic/eye',\n\t'basic/eye-slash',\n\t'basic/face-id',\n\t'basic/face-recognition-alternative',\n\t'basic/facebook',\n\t'basic/file-earmark-arrow-down',\n\t'basic/file-earmark-arrow-left',\n\t'basic/file-earmark-text',\n\t'basic/file-earmark-text-fill',\n\t'basic/file-image',\n\t'basic/file-image-fill',\n\t'basic/files-earmark-arrow-down',\n\t'basic/fingerprint',\n\t'basic/flag',\n\t'basic/flag-cz',\n\t'basic/folder-open',\n\t'basic/forward',\n\t'basic/funnel',\n\t'basic/funnel-fill',\n\t'basic/gear',\n\t'basic/gear-fill',\n\t'basic/geo-alt-fill',\n\t'basic/grid-3x3-gap-fill',\n\t'basic/guestion-circle-fill',\n\t'basic/hand-index-thumb-right-fill',\n\t'basic/house-door-fill',\n\t'basic/chat-left-text',\n\t'basic/chat-left-text-fill',\n\t'basic/check-lg',\n\t'basic/check-multiple',\n\t'basic/chevron-double-left',\n\t'basic/chevron-double-right',\n\t'basic/chevron-down',\n\t'basic/chevron-left',\n\t'basic/chevron-right',\n\t'basic/chevron-up',\n\t'basic/info',\n\t'basic/info-circle',\n\t'basic/journal-text',\n\t'basic/lightbulb-fill',\n\t'basic/link-45deg',\n\t'basic/list',\n\t'basic/loader',\n\t'basic/lock',\n\t'basic/map',\n\t'basic/moon',\n\t'basic/omv',\n\t'basic/pencil-square',\n\t'basic/person-fill',\n\t'basic/person-fill-bussines',\n\t'basic/person-search',\n\t'basic/phone',\n\t'basic/plus',\n\t'basic/plus-circle',\n\t'basic/plus-lg',\n\t'basic/printer',\n\t'basic/question-circle',\n\t'basic/question-circle-fill',\n\t'basic/reply',\n\t'basic/reply-all',\n\t'basic/save',\n\t'basic/search',\n\t'basic/send',\n\t'basic/send-fill',\n\t'basic/shield-plus',\n\t'basic/sigma',\n\t'basic/sign-stop',\n\t'basic/star',\n\t'basic/star-fill',\n\t'basic/tags',\n\t'basic/three-dots',\n\t'basic/three-dots-vertical',\n\t'basic/touch-id',\n\t'basic/trash',\n\t'basic/trash-fill',\n\t'basic/trash-restore',\n\t'basic/twitter',\n\t'basic/upload',\n\t'basic/x',\n\t'basic/x-lg',\n\t'basic/x-network',\n\t'basic/youtube',\n]\n\nexport const icons = [...complexIcons, ...basicIcons]\n"]}
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */
@@ -87,6 +87,9 @@
87
87
  /*
88
88
  - Variables - Cookiebar
89
89
  */
90
+ /*
91
+ - Variables - Dropdown
92
+ */
90
93
  /*
91
94
  - Variables - Card
92
95
  */