@gov-design-system-ce/components 0.0.57 → 0.0.59

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 (319) hide show
  1. package/dist/cjs/core.cjs.js +1 -1
  2. package/dist/cjs/gov-app.cjs.entry.js +96 -37
  3. package/dist/cjs/gov-app.cjs.entry.js.map +1 -1
  4. package/dist/cjs/gov-backdrop.cjs.entry.js.map +1 -1
  5. package/dist/cjs/gov-badge.cjs.entry.js +1 -1
  6. package/dist/cjs/gov-badge.cjs.entry.js.map +1 -1
  7. package/dist/cjs/gov-button.cjs.entry.js +1 -1
  8. package/dist/cjs/gov-button.cjs.entry.js.map +1 -1
  9. package/dist/cjs/gov-form-label.cjs.entry.js +1 -1
  10. package/dist/cjs/gov-form-label.cjs.entry.js.map +1 -1
  11. package/dist/cjs/gov-icon.cjs.entry.js +1 -1
  12. package/dist/cjs/gov-infobar.cjs.entry.js +90 -0
  13. package/dist/cjs/gov-infobar.cjs.entry.js.map +1 -0
  14. package/dist/cjs/gov-loading.cjs.entry.js +2 -3
  15. package/dist/cjs/gov-loading.cjs.entry.js.map +1 -1
  16. package/dist/cjs/gov-toast.cjs.entry.js +10 -16
  17. package/dist/cjs/gov-toast.cjs.entry.js.map +1 -1
  18. package/dist/cjs/gov-tooltip-content.cjs.entry.js +16 -4
  19. package/dist/cjs/gov-tooltip-content.cjs.entry.js.map +1 -1
  20. package/dist/cjs/gov-tooltip.cjs.entry.js +73 -46
  21. package/dist/cjs/gov-tooltip.cjs.entry.js.map +1 -1
  22. package/dist/cjs/index-83edd4fe.js +4 -4
  23. package/dist/cjs/loader.cjs.js +1 -1
  24. package/dist/collection/collection-manifest.json +1 -1
  25. package/dist/collection/components/gov-accordion/gov-accordion-item.css +1 -1
  26. package/dist/collection/components/gov-accordion/gov-accordion.css +1 -1
  27. package/dist/collection/components/gov-app/gov-app.css +1 -1
  28. package/dist/collection/components/gov-app/gov-app.js +2 -2
  29. package/dist/collection/components/gov-app/gov-app.js.map +1 -1
  30. package/dist/collection/components/gov-attachments/gov-attachments-item.css +1 -1
  31. package/dist/collection/components/gov-attachments/gov-attachments.css +1 -1
  32. package/dist/collection/components/gov-backdrop/gov-backdrop.css +1 -1
  33. package/dist/collection/components/gov-backdrop/gov-backdrop.js.map +1 -1
  34. package/dist/collection/components/gov-badge/gov-badge.css +41 -11
  35. package/dist/collection/components/gov-breadcrumbs/gov-breadcrumbs.css +1 -1
  36. package/dist/collection/components/gov-button/default/gov-button.css +10 -1
  37. package/dist/collection/components/gov-button/dropdown/gov-dropdown.css +1 -1
  38. package/dist/collection/components/gov-card/gov-card.css +1 -1
  39. package/dist/collection/components/gov-container/gov-container.css +1 -1
  40. package/dist/collection/components/gov-control-group/gov-control-group.css +1 -1
  41. package/dist/collection/components/gov-cookiebar/gov-cookiebar.css +1 -1
  42. package/dist/collection/components/gov-empty/gov-empty.css +1 -1
  43. package/dist/collection/components/gov-error-code/gov-error-code.css +1 -1
  44. package/dist/collection/components/gov-form/autocomplete/gov-form-autocomplete.css +1 -1
  45. package/dist/collection/components/gov-form/checkbox/gov-form-checkbox.css +1 -1
  46. package/dist/collection/components/gov-form/control/gov-form-control.css +1 -1
  47. package/dist/collection/components/gov-form/file/gov-form-file.css +1 -1
  48. package/dist/collection/components/gov-form/group/gov-form-group.css +1 -1
  49. package/dist/collection/components/gov-form/input/gov-form-input.css +1 -1
  50. package/dist/collection/components/gov-form/label/gov-form-label.css +5 -1
  51. package/dist/collection/components/gov-form/message/gov-form-message.css +1 -1
  52. package/dist/collection/components/gov-form/multiselect/gov-form-multi-select.css +1 -1
  53. package/dist/collection/components/gov-form/password-power/gov-form-password-power.css +1 -1
  54. package/dist/collection/components/gov-form/radio/gov-form-radio.css +1 -1
  55. package/dist/collection/components/gov-form/search/gov-form-search.css +1 -1
  56. package/dist/collection/components/gov-form/select/gov-form-select.css +1 -1
  57. package/dist/collection/components/gov-form/switch/gov-form-switch.css +1 -1
  58. package/dist/collection/components/gov-grid/gov-grid-item.css +1 -1
  59. package/dist/collection/components/gov-grid/gov-grid.css +1 -1
  60. package/dist/collection/components/gov-icon/gov-icon.css +1 -1
  61. package/dist/collection/components/gov-infobar/default/constants.js +12 -0
  62. package/dist/collection/components/gov-infobar/default/constants.js.map +1 -0
  63. package/dist/collection/components/gov-infobar/default/gov-infobar.css +384 -0
  64. package/dist/collection/components/{gov-alert/gov-alert.js → gov-infobar/default/gov-infobar.js} +27 -27
  65. package/dist/collection/components/gov-infobar/default/gov-infobar.js.map +1 -0
  66. package/dist/collection/components/gov-infobar/default/gov-infobar.types.js +2 -0
  67. package/dist/collection/components/gov-infobar/default/gov-infobar.types.js.map +1 -0
  68. package/dist/collection/components/gov-layout/gov-layout-column.css +1 -1
  69. package/dist/collection/components/gov-layout/gov-layout.css +1 -1
  70. package/dist/collection/components/gov-loading/loading/gov-loading.css +5 -4
  71. package/dist/collection/components/gov-loading/loading/gov-loading.js +1 -24
  72. package/dist/collection/components/gov-loading/loading/gov-loading.js.map +1 -1
  73. package/dist/collection/components/gov-loading/skeleton/gov-skeleton.css +1 -1
  74. package/dist/collection/components/gov-message/gov-message.css +1 -1
  75. package/dist/collection/components/gov-modal/gov-modal.css +1 -1
  76. package/dist/collection/components/gov-nav/gov-nav-item.css +1 -1
  77. package/dist/collection/components/gov-nav/gov-nav.css +1 -1
  78. package/dist/collection/components/gov-pagination/gov-pagination.css +1 -1
  79. package/dist/collection/components/gov-promp/gov-prompt.css +1 -1
  80. package/dist/collection/components/gov-side-nav/gov-side-nav-item.css +1 -1
  81. package/dist/collection/components/gov-side-nav/gov-side-nav.css +1 -1
  82. package/dist/collection/components/gov-spacer/gov-spacer.css +1 -1
  83. package/dist/collection/components/gov-statsbar/gov-statsbar-item.css +1 -1
  84. package/dist/collection/components/gov-statsbar/gov-statsbar.css +1 -1
  85. package/dist/collection/components/gov-stepper/gov-stepper-item.css +1 -1
  86. package/dist/collection/components/gov-stepper/gov-stepper.css +1 -1
  87. package/dist/collection/components/gov-tabs/gov-tabs-item.css +1 -1
  88. package/dist/collection/components/gov-tabs/gov-tabs.css +1 -1
  89. package/dist/collection/components/gov-tile/container/gov-tiles.css +1 -1
  90. package/dist/collection/components/gov-tile/gov-tile.css +1 -1
  91. package/dist/collection/components/gov-toast/gov-toast.css +2 -2
  92. package/dist/collection/components/gov-toast/gov-toast.js +15 -21
  93. package/dist/collection/components/gov-toast/gov-toast.js.map +1 -1
  94. package/dist/collection/components/gov-tooltip/gov-tooltip-content.css +32 -27
  95. package/dist/collection/components/gov-tooltip/gov-tooltip-content.js +101 -5
  96. package/dist/collection/components/gov-tooltip/gov-tooltip-content.js.map +1 -1
  97. package/dist/collection/components/gov-tooltip/gov-tooltip.css +1 -17
  98. package/dist/collection/components/gov-tooltip/gov-tooltip.js +83 -51
  99. package/dist/collection/components/gov-tooltip/gov-tooltip.js.map +1 -1
  100. package/dist/collection/components/gov-wizard/gov-wizard-item.css +1 -1
  101. package/dist/collection/components/gov-wizard/gov-wizard.css +1 -1
  102. package/dist/collection/pages/Card.js +11 -9
  103. package/dist/collection/pages/Card.js.map +1 -1
  104. package/dist/collection/pages/Home.js +43 -1
  105. package/dist/collection/pages/Home.js.map +1 -1
  106. package/dist/collection/pages/{Alert.js → Infobar.js} +42 -27
  107. package/dist/collection/pages/Infobar.js.map +1 -0
  108. package/dist/components/gov-accordion-item.js +1 -1
  109. package/dist/components/gov-app.js +1 -1
  110. package/dist/components/gov-app.js.map +1 -1
  111. package/dist/components/gov-attachments-item.js +1 -1
  112. package/dist/components/gov-badge.js +1 -1
  113. package/dist/components/gov-button.js +1 -1
  114. package/dist/components/gov-card.js +1 -1
  115. package/dist/components/gov-form-autocomplete.js +1 -1
  116. package/dist/components/gov-form-checkbox.js +1 -1
  117. package/dist/components/gov-form-file.js +1 -1
  118. package/dist/components/gov-form-input.js +1 -1
  119. package/dist/components/gov-form-label.js +1 -1
  120. package/dist/components/gov-form-label.js.map +1 -1
  121. package/dist/components/gov-form-multi-select.js +1 -1
  122. package/dist/components/gov-form-select.js +1 -1
  123. package/dist/components/gov-icon.js +1 -1
  124. package/dist/components/{gov-alert.d.ts → gov-infobar.d.ts} +4 -4
  125. package/dist/components/gov-infobar.js +2 -0
  126. package/dist/components/gov-infobar.js.map +1 -0
  127. package/dist/components/gov-loading.js +1 -1
  128. package/dist/components/gov-loading.js.map +1 -1
  129. package/dist/components/gov-modal.js +1 -1
  130. package/dist/components/gov-pagination.js +1 -1
  131. package/dist/components/gov-prompt.js +1 -1
  132. package/dist/components/gov-side-nav-item.js +1 -1
  133. package/dist/components/gov-tabs.js +1 -1
  134. package/dist/components/gov-tile.js +1 -1
  135. package/dist/components/gov-toast.js +1 -1
  136. package/dist/components/gov-toast.js.map +1 -1
  137. package/dist/components/gov-tooltip-content.js +1 -1
  138. package/dist/components/gov-tooltip-content.js.map +1 -1
  139. package/dist/components/gov-tooltip.js +1 -1
  140. package/dist/components/gov-tooltip.js.map +1 -1
  141. package/dist/components/gov-wizard-item.js +1 -1
  142. package/dist/components/{p-8d9c2f0a.js → p-30af8d08.js} +2 -2
  143. package/dist/components/p-3e8a9e92.js.map +1 -1
  144. package/dist/components/{p-1a0f8d13.js → p-5d8154f9.js} +2 -2
  145. package/dist/components/{p-0378da4d.js → p-8d44ca3c.js} +2 -2
  146. package/dist/components/p-8d44ca3c.js.map +1 -0
  147. package/dist/components/{p-404f469e.js → p-9a4c910d.js} +2 -2
  148. package/dist/components/{p-8449a4cf.js → p-ae179d8a.js} +2 -2
  149. package/dist/components/p-ae179d8a.js.map +1 -0
  150. package/dist/components/{p-80f0ed50.js → p-afb7fc88.js} +2 -2
  151. package/dist/components/{p-839e8965.js → p-b430ee05.js} +2 -2
  152. package/dist/components/{p-d4f30d9b.js → p-e24896b9.js} +2 -2
  153. package/dist/core/core.css +1 -1
  154. package/dist/core/core.esm.js +1 -1
  155. package/dist/core/core.esm.js.map +1 -1
  156. package/dist/core/{p-3d0ab343.entry.js → p-0c57e410.entry.js} +2 -2
  157. package/dist/core/{p-42c1935f.entry.js → p-243a61bf.entry.js} +2 -2
  158. package/dist/core/p-2bb9f781.entry.js +2 -0
  159. package/dist/core/p-2bb9f781.entry.js.map +1 -0
  160. package/dist/core/{p-18ef9623.entry.js → p-2bf0c1c5.entry.js} +2 -2
  161. package/dist/core/p-2c0ac7ab.entry.js +2 -0
  162. package/dist/core/{p-85258200.entry.js.map → p-2c0ac7ab.entry.js.map} +1 -1
  163. package/dist/core/p-307d4c56.entry.js +2 -0
  164. package/dist/core/p-307d4c56.entry.js.map +1 -0
  165. package/dist/core/{p-6a65af35.entry.js → p-32a4b7e3.entry.js} +2 -2
  166. package/dist/core/p-32a4b7e3.entry.js.map +1 -0
  167. package/dist/core/{p-bd1cb5bd.entry.js → p-4452c278.entry.js} +2 -2
  168. package/dist/core/{p-a85f4a62.entry.js → p-49729bd4.entry.js} +2 -2
  169. package/dist/core/{p-ae894a40.js → p-570ef4e5.js} +2 -2
  170. package/dist/core/p-5cc3e768.entry.js +2 -0
  171. package/dist/core/p-5cc3e768.entry.js.map +1 -0
  172. package/dist/core/{p-33bf5974.entry.js → p-7372b066.entry.js} +2 -2
  173. package/dist/core/{p-69f944d1.entry.js → p-73fb7ac7.entry.js} +2 -2
  174. package/dist/core/{p-87aca157.entry.js → p-7702c8c2.entry.js} +2 -2
  175. package/dist/core/{p-9d72d80b.entry.js → p-7e8d2066.entry.js} +2 -2
  176. package/dist/core/{p-a5d00433.entry.js → p-7fa1290e.entry.js} +2 -2
  177. package/dist/core/{p-62e9bbf3.entry.js → p-8033916b.entry.js} +2 -2
  178. package/dist/core/p-82b4b522.entry.js +2 -0
  179. package/dist/core/p-82b4b522.entry.js.map +1 -0
  180. package/dist/core/{p-8fce08d1.entry.js → p-8667d5df.entry.js} +2 -2
  181. package/dist/core/{p-41e88980.entry.js → p-93897e60.entry.js} +2 -2
  182. package/dist/core/{p-41e88980.entry.js.map → p-93897e60.entry.js.map} +1 -1
  183. package/dist/core/{p-cacd0fed.entry.js → p-998c3336.entry.js} +2 -2
  184. package/dist/core/{p-404f469e.js → p-9a4c910d.js} +2 -2
  185. package/dist/core/{p-667dc3de.entry.js → p-afa12399.entry.js} +2 -2
  186. package/dist/core/{p-70140f70.entry.js → p-b0c97376.entry.js} +2 -2
  187. package/dist/core/p-bcf71ab5.entry.js +2 -0
  188. package/dist/core/p-bcf71ab5.entry.js.map +1 -0
  189. package/dist/core/{p-0c1697ce.entry.js → p-c4c9ff83.entry.js} +2 -2
  190. package/dist/core/{p-af646ce2.entry.js → p-c61444f7.entry.js} +2 -2
  191. package/dist/core/p-c61444f7.entry.js.map +1 -0
  192. package/dist/core/{p-d4cfa93a.entry.js → p-cb37644f.entry.js} +2 -2
  193. package/dist/core/{p-9bfab069.entry.js → p-ce262a72.entry.js} +2 -2
  194. package/dist/core/p-f9dfaff1.entry.js +2 -0
  195. package/dist/core/p-f9dfaff1.entry.js.map +1 -0
  196. package/dist/core/{p-13624a77.entry.js → p-fea58abc.entry.js} +2 -2
  197. package/dist/core/{p-3858e2c8.entry.js → p-ff97a688.entry.js} +2 -2
  198. package/dist/core/p-ff97a688.entry.js.map +1 -0
  199. package/dist/esm/{constants-f7b618c2.js → constants-887c5391.js} +2 -2
  200. package/dist/esm/{constants-f7b618c2.js.map → constants-887c5391.js.map} +1 -1
  201. package/dist/esm/core.js +1 -1
  202. package/dist/esm/gov-accordion.entry.js +1 -1
  203. package/dist/esm/gov-app.entry.js +96 -37
  204. package/dist/esm/gov-app.entry.js.map +1 -1
  205. package/dist/esm/gov-attachments_3.entry.js +1 -1
  206. package/dist/esm/gov-backdrop.entry.js +1 -1
  207. package/dist/esm/gov-backdrop.entry.js.map +1 -1
  208. package/dist/esm/gov-badge.entry.js +1 -1
  209. package/dist/esm/gov-badge.entry.js.map +1 -1
  210. package/dist/esm/gov-breadcrumbs.entry.js +1 -1
  211. package/dist/esm/gov-button.entry.js +2 -2
  212. package/dist/esm/gov-button.entry.js.map +1 -1
  213. package/dist/esm/gov-card.entry.js +1 -1
  214. package/dist/esm/gov-form-checkbox.entry.js +1 -1
  215. package/dist/esm/gov-form-file.entry.js +1 -1
  216. package/dist/esm/gov-form-input.entry.js +1 -1
  217. package/dist/esm/gov-form-label.entry.js +1 -1
  218. package/dist/esm/gov-form-label.entry.js.map +1 -1
  219. package/dist/esm/gov-form-multi-select.entry.js +1 -1
  220. package/dist/esm/gov-form-radio.entry.js +1 -1
  221. package/dist/esm/gov-form-select.entry.js +1 -1
  222. package/dist/esm/gov-form-switch.entry.js +1 -1
  223. package/dist/esm/gov-icon.entry.js +1 -1
  224. package/dist/esm/gov-infobar.entry.js +86 -0
  225. package/dist/esm/gov-infobar.entry.js.map +1 -0
  226. package/dist/esm/gov-loading.entry.js +2 -3
  227. package/dist/esm/gov-loading.entry.js.map +1 -1
  228. package/dist/esm/gov-modal.entry.js +1 -1
  229. package/dist/esm/gov-nav.entry.js +1 -1
  230. package/dist/esm/gov-pagination.entry.js +1 -1
  231. package/dist/esm/gov-prompt.entry.js +1 -1
  232. package/dist/esm/gov-side-nav.entry.js +1 -1
  233. package/dist/esm/gov-skeleton.entry.js +1 -1
  234. package/dist/esm/gov-tabs.entry.js +1 -1
  235. package/dist/esm/gov-toast.entry.js +10 -16
  236. package/dist/esm/gov-toast.entry.js.map +1 -1
  237. package/dist/esm/gov-tooltip-content.entry.js +17 -5
  238. package/dist/esm/gov-tooltip-content.entry.js.map +1 -1
  239. package/dist/esm/gov-tooltip.entry.js +74 -47
  240. package/dist/esm/gov-tooltip.entry.js.map +1 -1
  241. package/dist/esm/gov-wizard.entry.js +1 -1
  242. package/dist/esm/index-ae3c50f1.js +4 -4
  243. package/dist/esm/loader.js +1 -1
  244. package/dist/esm/{wcag-062e7ca9.js → wcag-06bd4d01.js} +2 -2
  245. package/dist/esm/{wcag-062e7ca9.js.map → wcag-06bd4d01.js.map} +1 -1
  246. package/dist/hydrate/index.js +299 -205
  247. package/dist/types/components/gov-app/gov-app.d.ts +1 -1
  248. package/dist/types/components/gov-backdrop/gov-backdrop.d.ts +1 -1
  249. package/dist/types/components/gov-infobar/default/constants.d.ts +12 -0
  250. package/dist/types/components/{gov-alert/gov-alert.d.ts → gov-infobar/default/gov-infobar.d.ts} +9 -9
  251. package/dist/types/components/gov-infobar/default/gov-infobar.types.d.ts +4 -0
  252. package/dist/types/components/gov-loading/loading/gov-loading.d.ts +0 -4
  253. package/dist/types/components/gov-toast/gov-toast.d.ts +4 -6
  254. package/dist/types/components/gov-tooltip/gov-tooltip-content.d.ts +19 -1
  255. package/dist/types/components/gov-tooltip/gov-tooltip.d.ts +7 -3
  256. package/dist/types/components.d.ts +120 -96
  257. package/dist/types/pages/Infobar.d.ts +3 -0
  258. package/package.json +2 -2
  259. package/dist/cjs/gov-alert.cjs.entry.js +0 -90
  260. package/dist/cjs/gov-alert.cjs.entry.js.map +0 -1
  261. package/dist/collection/components/gov-alert/constants.js +0 -12
  262. package/dist/collection/components/gov-alert/constants.js.map +0 -1
  263. package/dist/collection/components/gov-alert/gov-alert.css +0 -398
  264. package/dist/collection/components/gov-alert/gov-alert.js.map +0 -1
  265. package/dist/collection/components/gov-alert/gov-alert.types.js +0 -2
  266. package/dist/collection/components/gov-alert/gov-alert.types.js.map +0 -1
  267. package/dist/collection/pages/Alert.js.map +0 -1
  268. package/dist/components/gov-alert.js +0 -2
  269. package/dist/components/gov-alert.js.map +0 -1
  270. package/dist/components/p-0378da4d.js.map +0 -1
  271. package/dist/components/p-8449a4cf.js.map +0 -1
  272. package/dist/core/p-3858e2c8.entry.js.map +0 -1
  273. package/dist/core/p-3b9df792.entry.js +0 -2
  274. package/dist/core/p-3b9df792.entry.js.map +0 -1
  275. package/dist/core/p-3e5432d7.entry.js +0 -2
  276. package/dist/core/p-3e5432d7.entry.js.map +0 -1
  277. package/dist/core/p-4c79a97a.entry.js +0 -2
  278. package/dist/core/p-4c79a97a.entry.js.map +0 -1
  279. package/dist/core/p-6a65af35.entry.js.map +0 -1
  280. package/dist/core/p-85258200.entry.js +0 -2
  281. package/dist/core/p-aa4e716e.entry.js +0 -2
  282. package/dist/core/p-aa4e716e.entry.js.map +0 -1
  283. package/dist/core/p-af646ce2.entry.js.map +0 -1
  284. package/dist/core/p-bbcbe1cc.entry.js +0 -2
  285. package/dist/core/p-bbcbe1cc.entry.js.map +0 -1
  286. package/dist/core/p-dfc080f2.entry.js +0 -2
  287. package/dist/core/p-dfc080f2.entry.js.map +0 -1
  288. package/dist/esm/gov-alert.entry.js +0 -86
  289. package/dist/esm/gov-alert.entry.js.map +0 -1
  290. package/dist/types/components/gov-alert/constants.d.ts +0 -12
  291. package/dist/types/components/gov-alert/gov-alert.types.d.ts +0 -4
  292. package/dist/types/pages/Alert.d.ts +0 -3
  293. /package/dist/components/{p-8d9c2f0a.js.map → p-30af8d08.js.map} +0 -0
  294. /package/dist/components/{p-1a0f8d13.js.map → p-5d8154f9.js.map} +0 -0
  295. /package/dist/components/{p-404f469e.js.map → p-9a4c910d.js.map} +0 -0
  296. /package/dist/components/{p-80f0ed50.js.map → p-afb7fc88.js.map} +0 -0
  297. /package/dist/components/{p-839e8965.js.map → p-b430ee05.js.map} +0 -0
  298. /package/dist/components/{p-d4f30d9b.js.map → p-e24896b9.js.map} +0 -0
  299. /package/dist/core/{p-3d0ab343.entry.js.map → p-0c57e410.entry.js.map} +0 -0
  300. /package/dist/core/{p-42c1935f.entry.js.map → p-243a61bf.entry.js.map} +0 -0
  301. /package/dist/core/{p-18ef9623.entry.js.map → p-2bf0c1c5.entry.js.map} +0 -0
  302. /package/dist/core/{p-bd1cb5bd.entry.js.map → p-4452c278.entry.js.map} +0 -0
  303. /package/dist/core/{p-a85f4a62.entry.js.map → p-49729bd4.entry.js.map} +0 -0
  304. /package/dist/core/{p-ae894a40.js.map → p-570ef4e5.js.map} +0 -0
  305. /package/dist/core/{p-33bf5974.entry.js.map → p-7372b066.entry.js.map} +0 -0
  306. /package/dist/core/{p-69f944d1.entry.js.map → p-73fb7ac7.entry.js.map} +0 -0
  307. /package/dist/core/{p-87aca157.entry.js.map → p-7702c8c2.entry.js.map} +0 -0
  308. /package/dist/core/{p-9d72d80b.entry.js.map → p-7e8d2066.entry.js.map} +0 -0
  309. /package/dist/core/{p-a5d00433.entry.js.map → p-7fa1290e.entry.js.map} +0 -0
  310. /package/dist/core/{p-62e9bbf3.entry.js.map → p-8033916b.entry.js.map} +0 -0
  311. /package/dist/core/{p-8fce08d1.entry.js.map → p-8667d5df.entry.js.map} +0 -0
  312. /package/dist/core/{p-cacd0fed.entry.js.map → p-998c3336.entry.js.map} +0 -0
  313. /package/dist/core/{p-404f469e.js.map → p-9a4c910d.js.map} +0 -0
  314. /package/dist/core/{p-667dc3de.entry.js.map → p-afa12399.entry.js.map} +0 -0
  315. /package/dist/core/{p-70140f70.entry.js.map → p-b0c97376.entry.js.map} +0 -0
  316. /package/dist/core/{p-0c1697ce.entry.js.map → p-c4c9ff83.entry.js.map} +0 -0
  317. /package/dist/core/{p-d4cfa93a.entry.js.map → p-cb37644f.entry.js.map} +0 -0
  318. /package/dist/core/{p-9bfab069.entry.js.map → p-ce262a72.entry.js.map} +0 -0
  319. /package/dist/core/{p-13624a77.entry.js.map → p-fea58abc.entry.js.map} +0 -0
@@ -1,23 +1,35 @@
1
1
  import { h, Host } from "@stencil/core";
2
- import { TooltipContentClass } from "./constants";
2
+ import { TooltipContentClass, TooltipSize, TooltipVariant } from "./constants";
3
3
  import { toBoolAttr } from "../../helpers/Dom/template";
4
4
  export class GovTooltipContent {
5
5
  constructor() {
6
+ this.variant = TooltipVariant.PRIMARY;
7
+ this.size = TooltipSize._M;
8
+ this.persist = false;
6
9
  this.isVisible = false;
10
+ this.parentId = null;
7
11
  }
8
12
  visibleContent(newValue) {
9
13
  clearTimeout(this.timeout);
10
14
  if (newValue === false) {
11
15
  this.timeout = setTimeout(() => {
12
- this.host.style.visibility = 'hidden';
16
+ this.host.style.visibility = "hidden";
13
17
  }, 250);
14
18
  }
15
19
  else {
16
- this.host.style.visibility = 'visible';
20
+ this.host.style.visibility = "visible";
21
+ }
22
+ }
23
+ hideContent() {
24
+ this.isVisible = false;
25
+ this.persist = false;
26
+ const parentEl = document.getElementById(this.parentId);
27
+ if (parentEl) {
28
+ parentEl.hide().catch();
17
29
  }
18
30
  }
19
31
  render() {
20
- return (h(Host, { class: TooltipContentClass.root, role: 'tooltip', hidden: !this.isVisible, "aria-hidden": !toBoolAttr(this.isVisible), "is-visible": this.isVisible }, h("slot", null)));
32
+ return (h(Host, { class: TooltipContentClass.root, role: "tooltip", hidden: !this.isVisible, "aria-hidden": !toBoolAttr(this.isVisible), "is-visible": this.isVisible }, h("slot", null), this.persist ? (h("gov-button", { "on-gov-click": this.hideContent.bind(this), variant: this.variant, size: this.size, type: "base", inverse: this.variant === TooltipVariant.SECONDARY }, h("gov-icon", { slot: "left-icon", name: "x-lg", type: "basic" }))) : null));
21
33
  }
22
34
  static get is() { return "gov-tooltip-content"; }
23
35
  static get originalStyleUrls() {
@@ -32,7 +44,55 @@ export class GovTooltipContent {
32
44
  }
33
45
  static get properties() {
34
46
  return {
35
- "isVisible": {
47
+ "variant": {
48
+ "type": "string",
49
+ "mutable": false,
50
+ "complexType": {
51
+ "original": "TooltipVariantType",
52
+ "resolved": "\"primary\" | \"secondary\"",
53
+ "references": {
54
+ "TooltipVariantType": {
55
+ "location": "import",
56
+ "path": "./constants",
57
+ "id": "../../../packages/core/src/components/gov-tooltip/constants.tsx::TooltipVariantType"
58
+ }
59
+ }
60
+ },
61
+ "required": false,
62
+ "optional": true,
63
+ "docs": {
64
+ "tags": [],
65
+ "text": "Style variation of the tooltip"
66
+ },
67
+ "attribute": "variant",
68
+ "reflect": false,
69
+ "defaultValue": "TooltipVariant.PRIMARY"
70
+ },
71
+ "size": {
72
+ "type": "string",
73
+ "mutable": false,
74
+ "complexType": {
75
+ "original": "TooltipSizeType",
76
+ "resolved": "\"l\" | \"m\" | \"s\"",
77
+ "references": {
78
+ "TooltipSizeType": {
79
+ "location": "import",
80
+ "path": "./constants",
81
+ "id": "../../../packages/core/src/components/gov-tooltip/constants.tsx::TooltipSizeType"
82
+ }
83
+ }
84
+ },
85
+ "required": false,
86
+ "optional": true,
87
+ "docs": {
88
+ "tags": [],
89
+ "text": "Tooltip\u2019s size."
90
+ },
91
+ "attribute": "size",
92
+ "reflect": false,
93
+ "defaultValue": "TooltipSize._M"
94
+ },
95
+ "persist": {
36
96
  "type": "boolean",
37
97
  "mutable": false,
38
98
  "complexType": {
@@ -41,6 +101,24 @@ export class GovTooltipContent {
41
101
  "references": {}
42
102
  },
43
103
  "required": false,
104
+ "optional": true,
105
+ "docs": {
106
+ "tags": [],
107
+ "text": "Tooltip is still visible."
108
+ },
109
+ "attribute": "persist",
110
+ "reflect": false,
111
+ "defaultValue": "false"
112
+ },
113
+ "isVisible": {
114
+ "type": "boolean",
115
+ "mutable": true,
116
+ "complexType": {
117
+ "original": "boolean",
118
+ "resolved": "boolean",
119
+ "references": {}
120
+ },
121
+ "required": false,
44
122
  "optional": false,
45
123
  "docs": {
46
124
  "tags": [],
@@ -49,6 +127,24 @@ export class GovTooltipContent {
49
127
  "attribute": "is-visible",
50
128
  "reflect": false,
51
129
  "defaultValue": "false"
130
+ },
131
+ "parentId": {
132
+ "type": "string",
133
+ "mutable": false,
134
+ "complexType": {
135
+ "original": "string",
136
+ "resolved": "string",
137
+ "references": {}
138
+ },
139
+ "required": false,
140
+ "optional": false,
141
+ "docs": {
142
+ "tags": [],
143
+ "text": "Indicates display of tooltip content"
144
+ },
145
+ "attribute": "parent-id",
146
+ "reflect": false,
147
+ "defaultValue": "null"
52
148
  }
53
149
  };
54
150
  }
@@ -1 +1 @@
1
- {"version":3,"file":"gov-tooltip-content.js","sourceRoot":"","sources":["../../../../../../src/components/gov-tooltip/gov-tooltip-content.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAA;AAMvD,MAAM,OAAO,iBAAiB;;qBAOoC,KAAK;;EAGtE,cAAc,CAAC,QAAiB;IAC/B,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;IAC1B,IAAI,QAAQ,KAAK,KAAK,EAAE;MACvB,IAAI,CAAC,OAAO,GAAG,UAAU,CAAC,GAAG,EAAE;QAC9B,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,GAAG,QAAQ,CAAA;MACtC,CAAC,EAAE,GAAG,CAAC,CAAA;KACP;SAAM;MACN,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,GAAG,SAAS,CAAA;KACtC;EACF,CAAC;EAED,MAAM;IACL,OAAO,CACN,EAAC,IAAI,IAAC,KAAK,EAAE,mBAAmB,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC,IAAI,CAAC,SAAS,iBAAe,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,gBAAc,IAAI,CAAC,SAAS;MACpJ,eAAa,CACP,CACP,CAAA;EACF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACD","sourcesContent":["import { Component, Element, h, Host, Prop, Watch } from '@stencil/core'\nimport { TooltipContentClass } from './constants'\nimport { toBoolAttr } from '../../helpers/Dom/template'\n\n@Component({\n\ttag: 'gov-tooltip-content',\n\tstyleUrl: 'gov-tooltip-content.scss',\n})\nexport class GovTooltipContent {\n\tprivate timeout\n\n\t@Element() host: HTMLGovTooltipContentElement\n\t/**\n\t * Indicates display of tooltip content\n\t */\n\t@Prop({ attribute: 'is-visible' }) readonly isVisible: boolean = false\n\n\t@Watch('isVisible')\n\tvisibleContent(newValue: boolean): void {\n\t\tclearTimeout(this.timeout)\n\t\tif (newValue === false) {\n\t\t\tthis.timeout = setTimeout(() => {\n\t\t\t\tthis.host.style.visibility = 'hidden'\n\t\t\t}, 250)\n\t\t} else {\n\t\t\tthis.host.style.visibility = 'visible'\n\t\t}\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<Host class={TooltipContentClass.root} role={'tooltip'} hidden={!this.isVisible} aria-hidden={!toBoolAttr(this.isVisible)} is-visible={this.isVisible}>\n\t\t\t\t<slot></slot>\n\t\t\t</Host>\n\t\t)\n\t}\n}\n"]}
1
+ {"version":3,"file":"gov-tooltip-content.js","sourceRoot":"","sources":["../../../../../../src/components/gov-tooltip/gov-tooltip-content.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AACxE,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAmB,cAAc,EAAsB,MAAM,aAAa,CAAA;AACnH,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAA;AAMvD,MAAM,OAAO,iBAAiB;;mBAOmB,cAAc,CAAC,OAAO;gBAI5B,WAAW,CAAC,EAAE;mBAI5B,KAAK;qBAI6B,KAAK;oBAId,IAAI;;EAGzD,cAAc,CAAC,QAAiB;IAC/B,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;IAC1B,IAAI,QAAQ,KAAK,KAAK,EAAE;MACvB,IAAI,CAAC,OAAO,GAAG,UAAU,CAAC,GAAG,EAAE;QAC9B,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,GAAG,QAAQ,CAAA;MACtC,CAAC,EAAE,GAAG,CAAC,CAAA;KACP;SAAM;MACN,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,GAAG,SAAS,CAAA;KACtC;EACF,CAAC;EAED,WAAW;IACV,IAAI,CAAC,SAAS,GAAG,KAAK,CAAA;IACtB,IAAI,CAAC,OAAO,GAAG,KAAK,CAAA;IACpB,MAAM,QAAQ,GAAG,QAAQ,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,CAA0B,CAAA;IAChF,IAAI,QAAQ,EAAE;MACb,QAAQ,CAAC,IAAI,EAAE,CAAC,KAAK,EAAE,CAAA;KACvB;EACF,CAAC;EAED,MAAM;IACL,OAAO,CACN,EAAC,IAAI,IACJ,KAAK,EAAE,mBAAmB,CAAC,IAAI,EAC/B,IAAI,EAAE,SAAS,EACf,MAAM,EAAE,CAAC,IAAI,CAAC,SAAS,iBACV,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,gBAC5B,IAAI,CAAC,SAAS;MAC1B,eAAa;MACZ,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CACf,kCACe,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,EACzC,OAAO,EAAE,IAAI,CAAC,OAAO,EACrB,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,IAAI,CAAC,OAAO,KAAK,cAAc,CAAC,SAAS;QAClD,gBAAU,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,GAAa,CACzD,CACb,CAAC,CAAC,CAAC,IAAI,CACF,CACP,CAAA;EACF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACD","sourcesContent":["import { Component, Element, h, Host, Prop, Watch } from \"@stencil/core\"\nimport { TooltipContentClass, TooltipSize, TooltipSizeType, TooltipVariant, TooltipVariantType } from \"./constants\"\nimport { toBoolAttr } from \"../../helpers/Dom/template\"\n\n@Component({\n\ttag: \"gov-tooltip-content\",\n\tstyleUrl: \"gov-tooltip-content.scss\",\n})\nexport class GovTooltipContent {\n\tprivate timeout\n\n\t@Element() host: HTMLGovTooltipContentElement\n\t/**\n\t * Style variation of the tooltip\n\t */\n\t@Prop() readonly variant?: TooltipVariantType = TooltipVariant.PRIMARY\n\t/**\n\t * Tooltip’s size.\n\t */\n\t@Prop() readonly size?: TooltipSizeType = TooltipSize._M\n\t/**\n\t * Tooltip is still visible.\n\t */\n\t@Prop() persist?: boolean = false\n\t/**\n\t * Indicates display of tooltip content\n\t */\n\t@Prop({ attribute: \"is-visible\", mutable: true }) isVisible = false\n\t/**\n\t * Indicates display of tooltip content\n\t */\n\t@Prop({ attribute: \"parent-id\" }) parentId: string = null\n\n\t@Watch(\"isVisible\")\n\tvisibleContent(newValue: boolean): void {\n\t\tclearTimeout(this.timeout)\n\t\tif (newValue === false) {\n\t\t\tthis.timeout = setTimeout(() => {\n\t\t\t\tthis.host.style.visibility = \"hidden\"\n\t\t\t}, 250)\n\t\t} else {\n\t\t\tthis.host.style.visibility = \"visible\"\n\t\t}\n\t}\n\n\thideContent() {\n\t\tthis.isVisible = false\n\t\tthis.persist = false\n\t\tconst parentEl = document.getElementById(this.parentId) as HTMLGovTooltipElement\n\t\tif (parentEl) {\n\t\t\tparentEl.hide().catch()\n\t\t}\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<Host\n\t\t\t\tclass={TooltipContentClass.root}\n\t\t\t\trole={\"tooltip\"}\n\t\t\t\thidden={!this.isVisible}\n\t\t\t\taria-hidden={!toBoolAttr(this.isVisible)}\n\t\t\t\tis-visible={this.isVisible}>\n\t\t\t\t<slot></slot>\n\t\t\t\t{this.persist ? (\n\t\t\t\t\t<gov-button\n\t\t\t\t\t\ton-gov-click={this.hideContent.bind(this)}\n\t\t\t\t\t\tvariant={this.variant}\n\t\t\t\t\t\tsize={this.size}\n\t\t\t\t\t\ttype={\"base\"}\n\t\t\t\t\t\tinverse={this.variant === TooltipVariant.SECONDARY}>\n\t\t\t\t\t\t<gov-icon slot={\"left-icon\"} name={\"x-lg\"} type={\"basic\"}></gov-icon>\n\t\t\t\t\t</gov-button>\n\t\t\t\t) : null}\n\t\t\t</Host>\n\t\t)\n\t}\n}\n"]}
@@ -64,7 +64,7 @@
64
64
  - Variables - Attachments
65
65
  */
66
66
  /*
67
- - Variables - Alert
67
+ - Variables - Infobar
68
68
  */
69
69
  /*
70
70
  - Variables - Backdrop
@@ -237,20 +237,4 @@
237
237
  .gov-tooltip[icon=""], .gov-tooltip[icon=true i], .gov-tooltip[icon="1"] {
238
238
  display: inline-flex;
239
239
  border-bottom: 0;
240
- }
241
- .gov-tooltip[variant=secondary] {
242
- --gov-tooltip-content-bg-color: var(--gov-tooltip-secondary-bg-color, var(--gov-color-secondary));
243
- --gov-tooltip-content-text-color: var(--gov-tooltip-secondary-text-color, var(--gov-color-neutral-white));
244
- }
245
- .gov-tooltip[variant=secondary][inverse=""], .gov-tooltip[variant=secondary][inverse=true i], .gov-tooltip[variant=secondary][inverse="1"] {
246
- --gov-tooltip-content-bg-color: var(--gov-color-neutral-white);
247
- --gov-tooltip-content-text-color: var(--gov-tooltip-secondary-text-color-inverse, var(--gov-color-secondary));
248
- }
249
- .gov-tooltip[variant=primary] {
250
- --gov-tooltip-content-bg-color: var(--gov-tooltip-primary-bg-color, var(--gov-color-primary-300));
251
- --gov-tooltip-content-text-color: var(--gov-tooltip-primary-text-color, var(--gov-color-secondary));
252
- }
253
- .gov-tooltip[variant=primary][inverse=""], .gov-tooltip[variant=primary][inverse=true i], .gov-tooltip[variant=primary][inverse="1"] {
254
- --gov-tooltip-content-bg-color: var(--gov-color-neutral-white);
255
- --gov-tooltip-content-text-color: var(--gov-tooltip-primary-text-color-inverse, var(--gov-color-primary));
256
240
  }
@@ -1,18 +1,22 @@
1
1
  import { h, Host } from "@stencil/core";
2
2
  import { validateProp } from "../../helpers/Validate/props";
3
- import { TooltipPosition, TooltipSize, TooltipClass, TooltipContentClass, TooltipVariant, } from "./constants";
3
+ import { TooltipClass, TooltipContentClass, TooltipPosition, TooltipSize, TooltipVariant, } from "./constants";
4
4
  import { createID } from "../../utils/string.utils";
5
5
  import { govHost } from "../../helpers/Dom/template";
6
6
  export class GovTooltip {
7
7
  constructor() {
8
- this.variant = 'primary';
9
- this.size = 'm';
10
- this.position = 'right';
8
+ this.tooltipContentId = undefined;
9
+ this.tooltipId = undefined;
10
+ this.variant = TooltipVariant.PRIMARY;
11
+ this.size = TooltipSize._M;
12
+ this.position = "right";
11
13
  this.message = undefined;
12
14
  this.identifier = undefined;
13
15
  this.icon = undefined;
16
+ this.persist = false;
14
17
  this.h = govHost(this.host);
15
- this.tooltipId = createID('GovTooltip');
18
+ this.tooltipId = createID("GovTooltip");
19
+ this.tooltipContentId = createID("GovContentTooltip");
16
20
  }
17
21
  validateVariant(newValue) {
18
22
  validateProp(TooltipVariant, newValue, TooltipClass.root);
@@ -30,6 +34,9 @@ export class GovTooltip {
30
34
  this.createContentWrapper();
31
35
  this.registerListeners();
32
36
  }
37
+ disconnectedCallback() {
38
+ this.removeContent();
39
+ }
33
40
  createContentWrapper() {
34
41
  var _a;
35
42
  const hasContentInside = this.host.querySelector(TooltipContentClass.root);
@@ -41,84 +48,103 @@ export class GovTooltip {
41
48
  this.content.innerHTML = this.message;
42
49
  this.host.appendChild(this.content);
43
50
  }
44
- this.content.setAttribute('id', (_a = this.identifier) !== null && _a !== void 0 ? _a : this.tooltipId);
51
+ this.content.setAttribute("id", (_a = this.identifier) !== null && _a !== void 0 ? _a : this.tooltipContentId);
52
+ this.content.setAttribute("parent-id", this.tooltipId);
53
+ this.content.setAttribute("variant", this.variant);
54
+ this.content.setAttribute("size", this.size);
55
+ document.body.appendChild(this.content);
45
56
  }
46
57
  registerListeners() {
47
- this.host.addEventListener('focus', e => {
58
+ this.host.addEventListener("click", e => {
48
59
  e.preventDefault();
60
+ this.persist = true;
49
61
  this.showTooltip();
50
62
  });
51
- this.host.addEventListener('blur', e => {
63
+ this.host.addEventListener("focus", e => {
52
64
  e.preventDefault();
53
- this.hideTooltip();
65
+ this.showTooltip();
66
+ });
67
+ this.host.addEventListener("blur", e => {
68
+ e.preventDefault();
69
+ if (this.persist === false) {
70
+ this.hideTooltip();
71
+ }
54
72
  });
55
- this.host.addEventListener('mouseenter', e => {
73
+ this.host.addEventListener("mouseenter", e => {
56
74
  e.preventDefault();
57
75
  this.showTooltip();
58
76
  });
59
- this.host.addEventListener('mouseleave', e => {
77
+ this.host.addEventListener("mouseleave", e => {
60
78
  e.preventDefault();
61
- this.hideTooltip();
79
+ if (this.persist === false) {
80
+ this.hideTooltip();
81
+ }
62
82
  });
63
83
  }
64
84
  verifyPositionSpace() {
65
- // @TODO Improve positioning of broken lines
66
85
  const offset = 12;
67
- const windowWidth = window.innerWidth;
68
86
  const trigger = this.host.getBoundingClientRect();
69
87
  const trgWidth = this.host.offsetWidth;
88
+ const trgHeight = this.host.offsetHeight;
89
+ const contentWidth = this.content.offsetWidth;
90
+ const contentHeight = this.content.offsetHeight;
70
91
  const triggerPos = {
71
92
  left: trigger.left + document.documentElement.scrollLeft,
72
93
  top: trigger.top + document.documentElement.scrollTop,
73
94
  };
74
- const tltWidth = this.content.offsetWidth;
75
- if (this.position === TooltipPosition.LEFT) {
76
- if (offset + triggerPos.left < tltWidth) {
77
- this.position = TooltipPosition.TOP;
78
- this.content.style.left = '0px';
79
- this.content.style.width = window.innerWidth - triggerPos.left - offset + 'px';
80
- this.content.style.transform = 'none';
81
- }
95
+ // @TODO check space for displaying tooltip
96
+ if (this.position === TooltipPosition.LEFT || this.position === TooltipPosition.RIGHT) {
97
+ this.content.style.top = (triggerPos.top - ((contentHeight - trgHeight) / 2)) + "px";
82
98
  }
83
- else if (this.position === TooltipPosition.RIGHT) {
84
- if (windowWidth - (triggerPos.left + trgWidth) < tltWidth) {
85
- this.position = TooltipPosition.TOP;
86
- this.content.style.right = '0px';
87
- this.content.style.left = 'auto';
88
- this.content.style.width = trgWidth + triggerPos.left + offset + 'px';
89
- this.content.style.transform = 'none';
90
- }
99
+ if (this.position === TooltipPosition.RIGHT) {
100
+ this.content.setAttribute("position", TooltipPosition.RIGHT);
101
+ this.content.style.left = (triggerPos.left + offset + trigger.width) + "px";
91
102
  }
92
- else {
93
- // doesn't fit from the left
94
- if (tltWidth / 2 > triggerPos.left) {
95
- this.content.style.left = '0px';
96
- this.content.style.width = window.innerWidth - triggerPos.left - offset + 'px';
97
- this.content.style.transform = 'none';
103
+ if (this.position === TooltipPosition.LEFT) {
104
+ this.content.setAttribute("position", TooltipPosition.LEFT);
105
+ this.content.style.left = (triggerPos.left - (contentWidth + offset)) + "px";
106
+ }
107
+ if (this.position === TooltipPosition.TOP || this.position === TooltipPosition.BOTTOM) {
108
+ if (contentWidth > trgWidth) {
109
+ this.content.style.left = (triggerPos.left - ((contentWidth - trgWidth) / 2)) + "px";
98
110
  }
99
- // doesn't fit from the right
100
- else if (tltWidth / 2 > windowWidth - (triggerPos.left + tltWidth)) {
101
- this.content.style.right = '0px';
102
- this.content.style.left = 'auto';
103
- this.content.style.width = trgWidth + triggerPos.left + offset + 'px';
104
- this.content.style.transform = 'none';
111
+ else {
112
+ this.content.style.left = (triggerPos.left + ((trgWidth - contentWidth) / 2)) + "px";
105
113
  }
106
114
  }
115
+ if (this.position === TooltipPosition.TOP) {
116
+ this.content.setAttribute("position", TooltipPosition.TOP);
117
+ this.content.style.top = (triggerPos.top - (contentHeight + offset)) + "px";
118
+ }
119
+ if (this.position === TooltipPosition.BOTTOM) {
120
+ this.content.setAttribute("position", TooltipPosition.BOTTOM);
121
+ this.content.style.top = (triggerPos.top + (trgHeight + offset)) + "px";
122
+ }
107
123
  }
108
124
  showTooltip() {
109
125
  if (this.content) {
110
126
  this.verifyPositionSpace();
111
- this.content.setAttribute('is-visible', 'true');
127
+ this.content.setAttribute("is-visible", "true");
128
+ if (this.persist) {
129
+ this.content.setAttribute("persist", "true");
130
+ }
112
131
  }
113
132
  }
114
133
  hideTooltip() {
115
134
  if (this.content) {
116
- this.content.setAttribute('is-visible', 'false');
135
+ this.content.setAttribute("is-visible", "false");
136
+ this.content.setAttribute("persist", "false");
137
+ }
138
+ }
139
+ removeContent() {
140
+ const contentEl = document.getElementById(this.tooltipContentId);
141
+ if (contentEl) {
142
+ contentEl.remove();
117
143
  }
118
144
  }
119
145
  render() {
120
146
  var _a;
121
- return (h(Host, { class: this.h.classes(TooltipClass.root), position: this.position, size: this.size, tabindex: 0, "aria-describedby": (_a = this.identifier) !== null && _a !== void 0 ? _a : this.tooltipId, variant: this.variant }, h("slot", null)));
147
+ return (h(Host, { id: this.tooltipId, class: this.h.classes(TooltipClass.root), position: this.position, tabindex: 0, "aria-describedby": (_a = this.identifier) !== null && _a !== void 0 ? _a : this.tooltipContentId }, h("slot", null)));
122
148
  }
123
149
  /**
124
150
  * Showing the modal
@@ -127,9 +153,10 @@ export class GovTooltip {
127
153
  this.showTooltip();
128
154
  }
129
155
  /**
130
- * Hidding the modal
156
+ * Hiding the modal
131
157
  */
132
158
  async hide() {
159
+ this.persist = false;
133
160
  this.hideTooltip();
134
161
  }
135
162
  static get is() { return "gov-tooltip"; }
@@ -167,7 +194,7 @@ export class GovTooltip {
167
194
  },
168
195
  "attribute": "variant",
169
196
  "reflect": false,
170
- "defaultValue": "'primary'"
197
+ "defaultValue": "TooltipVariant.PRIMARY"
171
198
  },
172
199
  "size": {
173
200
  "type": "string",
@@ -191,7 +218,7 @@ export class GovTooltip {
191
218
  },
192
219
  "attribute": "size",
193
220
  "reflect": false,
194
- "defaultValue": "'m'"
221
+ "defaultValue": "TooltipSize._M"
195
222
  },
196
223
  "position": {
197
224
  "type": "string",
@@ -215,7 +242,7 @@ export class GovTooltip {
215
242
  },
216
243
  "attribute": "position",
217
244
  "reflect": false,
218
- "defaultValue": "'right'"
245
+ "defaultValue": "\"right\""
219
246
  },
220
247
  "message": {
221
248
  "type": "string",
@@ -229,7 +256,7 @@ export class GovTooltip {
229
256
  "optional": false,
230
257
  "docs": {
231
258
  "tags": [],
232
- "text": "Information contained in the tolltip"
259
+ "text": "Information contained in the tooltip"
233
260
  },
234
261
  "attribute": "message",
235
262
  "reflect": false,
@@ -272,6 +299,11 @@ export class GovTooltip {
272
299
  }
273
300
  };
274
301
  }
302
+ static get states() {
303
+ return {
304
+ "persist": {}
305
+ };
306
+ }
275
307
  static get methods() {
276
308
  return {
277
309
  "show": {
@@ -304,7 +336,7 @@ export class GovTooltip {
304
336
  "return": "Promise<void>"
305
337
  },
306
338
  "docs": {
307
- "text": "Hidding the modal",
339
+ "text": "Hiding the modal",
308
340
  "tags": []
309
341
  }
310
342
  }
@@ -1 +1 @@
1
- {"version":3,"file":"gov-tooltip.js","sourceRoot":"","sources":["../../../../../../src/components/gov-tooltip/gov-tooltip.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Element, h, Host, Method, Prop, Watch } from '@stencil/core'\nimport { validateProp } from '../../helpers/Validate/props'\nimport {\n\tTooltipPosition,\n\tTooltipPositionType,\n\tTooltipSize,\n\tTooltipSizeType,\n\tTooltipClass,\n\tTooltipContentClass,\n\tTooltipVariant,\n\tTooltipVariantType,\n} from './constants'\nimport { createID } from '../../utils/string.utils'\nimport { govHost } from '../../helpers/Dom/template'\nimport { GovHost } from '../../helpers/Dom/template.types'\n\n@Component({\n\ttag: 'gov-tooltip',\n\tstyleUrl: 'gov-tooltip.scss',\n})\nexport class GovTooltip {\n\tprivate h: GovHost\n\tprivate content: HTMLGovTooltipContentElement\n\tprivate readonly tooltipId\n\n\tconstructor() {\n\t\tthis.h = govHost(this.host)\n\t\tthis.tooltipId = createID('GovTooltip')\n\t}\n\n\t@Element() host: HTMLGovTooltipElement\n\t/**\n\t * Style variation of the tooltip\n\t */\n\t@Prop() readonly variant?: TooltipVariantType = 'primary'\n\t/**\n\t * Tooltip’s size.\n\t */\n\t@Prop() readonly size?: TooltipSizeType = 'm'\n\t/**\n\t * Tooltip display position\n\t */\n\t@Prop() position: TooltipPositionType = 'right'\n\t/**\n\t * Information contained in the tolltip\n\t */\n\t@Prop() readonly message: string = undefined\n\t/**\n\t * Custom tooltip identifier.\n\t */\n\t@Prop({ attribute: 'identifier' }) readonly identifier: string\n\t/**\n\t * Trigger is just an icon\n\t */\n\t@Prop({ attribute: 'icon' }) readonly icon: boolean = undefined\n\n\t@Watch('variant')\n\tvalidateVariant(newValue: string): void {\n\t\tvalidateProp(TooltipVariant, newValue, TooltipClass.root)\n\t}\n\n\t@Watch('size')\n\tvalidateSize(newValue: string): void {\n\t\tvalidateProp(TooltipSize, newValue, TooltipClass.root)\n\t}\n\n\t@Watch('position')\n\tvalidatePosition(newValue: string): void {\n\t\tvalidateProp(TooltipPosition, newValue, TooltipClass.root)\n\t}\n\n\tcomponentWillLoad(): void {\n\t\tthis.validateVariant(this.variant)\n\t\tthis.validateSize(this.size)\n\t\tthis.validatePosition(this.position)\n\n\t\tthis.createContentWrapper()\n\t\tthis.registerListeners()\n\t}\n\n\tprivate createContentWrapper() {\n\t\tconst hasContentInside = this.host.querySelector(TooltipContentClass.root) as HTMLGovTooltipContentElement\n\t\tif (hasContentInside) {\n\t\t\tthis.content = hasContentInside\n\t\t} else {\n\t\t\tthis.content = document.createElement(TooltipContentClass.root) as HTMLGovTooltipContentElement\n\t\t\tthis.content.innerHTML = this.message\n\t\t\tthis.host.appendChild(this.content)\n\t\t}\n\n\t\tthis.content.setAttribute('id', this.identifier ?? this.tooltipId)\n\t}\n\n\tprivate registerListeners() {\n\t\tthis.host.addEventListener('focus', e => {\n\t\t\te.preventDefault()\n\t\t\tthis.showTooltip()\n\t\t})\n\t\tthis.host.addEventListener('blur', e => {\n\t\t\te.preventDefault()\n\t\t\tthis.hideTooltip()\n\t\t})\n\t\tthis.host.addEventListener('mouseenter', e => {\n\t\t\te.preventDefault()\n\t\t\tthis.showTooltip()\n\t\t})\n\t\tthis.host.addEventListener('mouseleave', e => {\n\t\t\te.preventDefault()\n\t\t\tthis.hideTooltip()\n\t\t})\n\t}\n\n\tprivate verifyPositionSpace() {\n\t\t// @TODO Improve positioning of broken lines\n\t\tconst offset = 12\n\t\tconst windowWidth = window.innerWidth\n\t\tconst trigger = this.host.getBoundingClientRect()\n\t\tconst trgWidth = this.host.offsetWidth\n\t\tconst triggerPos = {\n\t\t\tleft: trigger.left + document.documentElement.scrollLeft,\n\t\t\ttop: trigger.top + document.documentElement.scrollTop,\n\t\t}\n\t\tconst tltWidth = this.content.offsetWidth\n\t\tif (this.position === TooltipPosition.LEFT) {\n\t\t\tif (offset + triggerPos.left < tltWidth) {\n\t\t\t\tthis.position = TooltipPosition.TOP\n\t\t\t\tthis.content.style.left = '0px'\n\t\t\t\tthis.content.style.width = window.innerWidth - triggerPos.left - offset + 'px'\n\t\t\t\tthis.content.style.transform = 'none'\n\t\t\t}\n\t\t} else if (this.position === TooltipPosition.RIGHT) {\n\t\t\tif (windowWidth - (triggerPos.left + trgWidth) < tltWidth) {\n\t\t\t\tthis.position = TooltipPosition.TOP\n\t\t\t\tthis.content.style.right = '0px'\n\t\t\t\tthis.content.style.left = 'auto'\n\t\t\t\tthis.content.style.width = trgWidth + triggerPos.left + offset + 'px'\n\t\t\t\tthis.content.style.transform = 'none'\n\t\t\t}\n\t\t} else {\n\t\t\t// doesn't fit from the left\n\t\t\tif (tltWidth / 2 > triggerPos.left) {\n\t\t\t\tthis.content.style.left = '0px'\n\t\t\t\tthis.content.style.width = window.innerWidth - triggerPos.left - offset + 'px'\n\t\t\t\tthis.content.style.transform = 'none'\n\t\t\t}\n\t\t\t// doesn't fit from the right\n\t\t\telse if (tltWidth / 2 > windowWidth - (triggerPos.left + tltWidth)) {\n\t\t\t\tthis.content.style.right = '0px'\n\t\t\t\tthis.content.style.left = 'auto'\n\t\t\t\tthis.content.style.width = trgWidth + triggerPos.left + offset + 'px'\n\t\t\t\tthis.content.style.transform = 'none'\n\t\t\t}\n\t\t}\n\t}\n\n\tprivate showTooltip() {\n\t\tif (this.content) {\n\t\t\tthis.verifyPositionSpace()\n\t\t\tthis.content.setAttribute('is-visible', 'true')\n\t\t}\n\t}\n\n\tprivate hideTooltip() {\n\t\tif (this.content) {\n\t\t\tthis.content.setAttribute('is-visible', 'false')\n\t\t}\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<Host\n\t\t\t\tclass={this.h.classes(TooltipClass.root)}\n\t\t\t\tposition={this.position}\n\t\t\t\tsize={this.size}\n\t\t\t\ttabindex={0}\n\t\t\t\taria-describedby={this.identifier ?? this.tooltipId}\n\t\t\t\tvariant={this.variant}\n\t\t\t>\n\t\t\t\t<slot />\n\t\t\t</Host>\n\t\t)\n\t}\n\n\t/**\n\t * Showing the modal\n\t */\n\t@Method()\n\tasync show(): Promise<void> {\n\t\tthis.showTooltip()\n\t}\n\n\t/**\n\t * Hidding the modal\n\t */\n\t@Method()\n\tasync hide(): Promise<void> {\n\t\tthis.hideTooltip()\n\t}\n}\n"]}
1
+ {"version":3,"file":"gov-tooltip.js","sourceRoot":"","sources":["../../../../../../src/components/gov-tooltip/gov-tooltip.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Element, h, Host, Method, Prop, State, Watch } from \"@stencil/core\"\nimport { validateProp } from \"../../helpers/Validate/props\"\nimport {\n\tTooltipClass,\n\tTooltipContentClass,\n\tTooltipPosition,\n\tTooltipPositionType,\n\tTooltipSize,\n\tTooltipSizeType,\n\tTooltipVariant,\n\tTooltipVariantType,\n} from \"./constants\"\nimport { createID } from \"../../utils/string.utils\"\nimport { govHost } from \"../../helpers/Dom/template\"\nimport { GovHost } from \"../../helpers/Dom/template.types\"\n\n@Component({\n\ttag: \"gov-tooltip\",\n\tstyleUrl: \"gov-tooltip.scss\",\n})\nexport class GovTooltip {\n\tprivate h: GovHost\n\tprivate content: HTMLGovTooltipContentElement\n\tprivate readonly tooltipContentId = undefined\n\tprivate readonly tooltipId = undefined\n\n\tconstructor() {\n\t\tthis.h = govHost(this.host)\n\t\tthis.tooltipId = createID(\"GovTooltip\")\n\t\tthis.tooltipContentId = createID(\"GovContentTooltip\")\n\t}\n\n\t@Element() host: HTMLGovTooltipElement\n\t/**\n\t * Style variation of the tooltip\n\t */\n\t@Prop() readonly variant?: TooltipVariantType = TooltipVariant.PRIMARY\n\t/**\n\t * Tooltip’s size.\n\t */\n\t@Prop() readonly size?: TooltipSizeType = TooltipSize._M\n\t/**\n\t * Tooltip display position\n\t */\n\t@Prop() position: TooltipPositionType = \"right\"\n\t/**\n\t * Information contained in the tooltip\n\t */\n\t@Prop() readonly message: string = undefined\n\t/**\n\t * Custom tooltip identifier.\n\t */\n\t@Prop({ attribute: \"identifier\" }) readonly identifier: string\n\t/**\n\t * Trigger is just an icon\n\t */\n\t@Prop({ attribute: \"icon\" }) readonly icon: boolean = undefined\n\n\t@State() persist = false\n\n\t@Watch(\"variant\")\n\tvalidateVariant(newValue: string): void {\n\t\tvalidateProp(TooltipVariant, newValue, TooltipClass.root)\n\t}\n\n\t@Watch(\"size\")\n\tvalidateSize(newValue: string): void {\n\t\tvalidateProp(TooltipSize, newValue, TooltipClass.root)\n\t}\n\n\t@Watch(\"position\")\n\tvalidatePosition(newValue: string): void {\n\t\tvalidateProp(TooltipPosition, newValue, TooltipClass.root)\n\t}\n\n\tcomponentWillLoad(): void {\n\t\tthis.validateVariant(this.variant)\n\t\tthis.validateSize(this.size)\n\t\tthis.validatePosition(this.position)\n\n\t\tthis.createContentWrapper()\n\t\tthis.registerListeners()\n\t}\n\n\tdisconnectedCallback() {\n\t\tthis.removeContent()\n\t}\n\n\tprivate createContentWrapper() {\n\t\tconst hasContentInside = this.host.querySelector(TooltipContentClass.root) as HTMLGovTooltipContentElement\n\t\tif (hasContentInside) {\n\t\t\tthis.content = hasContentInside\n\t\t} else {\n\t\t\tthis.content = document.createElement(TooltipContentClass.root) as HTMLGovTooltipContentElement\n\t\t\tthis.content.innerHTML = this.message\n\t\t\tthis.host.appendChild(this.content)\n\t\t}\n\n\t\tthis.content.setAttribute(\"id\", this.identifier ?? this.tooltipContentId)\n\t\tthis.content.setAttribute(\"parent-id\", this.tooltipId)\n\t\tthis.content.setAttribute(\"variant\", this.variant)\n\t\tthis.content.setAttribute(\"size\", this.size)\n\t\tdocument.body.appendChild(this.content)\n\t}\n\n\tprivate registerListeners() {\n\t\tthis.host.addEventListener(\"click\", e => {\n\t\t\te.preventDefault()\n\t\t\tthis.persist = true\n\t\t\tthis.showTooltip()\n\t\t})\n\t\tthis.host.addEventListener(\"focus\", e => {\n\t\t\te.preventDefault()\n\t\t\tthis.showTooltip()\n\t\t})\n\t\tthis.host.addEventListener(\"blur\", e => {\n\t\t\te.preventDefault()\n\t\t\tif (this.persist === false) {\n\t\t\t\tthis.hideTooltip()\n\t\t\t}\n\t\t})\n\t\tthis.host.addEventListener(\"mouseenter\", e => {\n\t\t\te.preventDefault()\n\t\t\tthis.showTooltip()\n\t\t})\n\t\tthis.host.addEventListener(\"mouseleave\", e => {\n\t\t\te.preventDefault()\n\t\t\tif (this.persist === false) {\n\t\t\t\tthis.hideTooltip()\n\t\t\t}\n\t\t})\n\t}\n\n\tprivate verifyPositionSpace() {\n\t\tconst offset = 12\n\t\tconst trigger = this.host.getBoundingClientRect()\n\t\tconst trgWidth = this.host.offsetWidth\n\t\tconst trgHeight = this.host.offsetHeight\n\t\tconst contentWidth = this.content.offsetWidth\n\t\tconst contentHeight = this.content.offsetHeight\n\t\tconst triggerPos = {\n\t\t\tleft: trigger.left + document.documentElement.scrollLeft,\n\t\t\ttop: trigger.top + document.documentElement.scrollTop,\n\t\t}\n\t\t// @TODO check space for displaying tooltip\n\t\tif (this.position === TooltipPosition.LEFT || this.position === TooltipPosition.RIGHT) {\n\t\t\tthis.content.style.top = (triggerPos.top - ((contentHeight - trgHeight) / 2)) + \"px\"\n\t\t}\n\t\tif (this.position === TooltipPosition.RIGHT) {\n\t\t\tthis.content.setAttribute(\"position\", TooltipPosition.RIGHT)\n\t\t\tthis.content.style.left = (triggerPos.left + offset + trigger.width) + \"px\"\n\t\t}\n\t\tif (this.position === TooltipPosition.LEFT) {\n\t\t\tthis.content.setAttribute(\"position\", TooltipPosition.LEFT)\n\t\t\tthis.content.style.left = (triggerPos.left - (contentWidth + offset)) + \"px\"\n\t\t}\n\t\tif (this.position === TooltipPosition.TOP || this.position === TooltipPosition.BOTTOM) {\n\t\t\tif (contentWidth > trgWidth) {\n\t\t\t\tthis.content.style.left = (triggerPos.left - ((contentWidth - trgWidth) / 2)) + \"px\"\n\t\t\t} else {\n\t\t\t\tthis.content.style.left = (triggerPos.left + ((trgWidth - contentWidth) / 2)) + \"px\"\n\t\t\t}\n\t\t}\n\t\tif (this.position === TooltipPosition.TOP) {\n\t\t\tthis.content.setAttribute(\"position\", TooltipPosition.TOP)\n\t\t\tthis.content.style.top = (triggerPos.top - (contentHeight + offset)) + \"px\"\n\t\t}\n\t\tif (this.position === TooltipPosition.BOTTOM) {\n\t\t\tthis.content.setAttribute(\"position\", TooltipPosition.BOTTOM)\n\t\t\tthis.content.style.top = (triggerPos.top + (trgHeight + offset)) + \"px\"\n\t\t}\n\t}\n\n\tprivate showTooltip() {\n\t\tif (this.content) {\n\t\t\tthis.verifyPositionSpace()\n\t\t\tthis.content.setAttribute(\"is-visible\", \"true\")\n\t\t\tif (this.persist) {\n\t\t\t\tthis.content.setAttribute(\"persist\", \"true\")\n\t\t\t}\n\t\t}\n\t}\n\n\tprivate hideTooltip() {\n\t\tif (this.content) {\n\t\t\tthis.content.setAttribute(\"is-visible\", \"false\")\n\t\t\tthis.content.setAttribute(\"persist\", \"false\")\n\t\t}\n\t}\n\n\tprivate removeContent() {\n\t\tconst contentEl = document.getElementById(this.tooltipContentId)\n\t\tif (contentEl) {\n\t\t\tcontentEl.remove()\n\t\t}\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<Host\n\t\t\t\tid={this.tooltipId}\n\t\t\t\tclass={this.h.classes(TooltipClass.root)}\n\t\t\t\tposition={this.position}\n\t\t\t\ttabindex={0}\n\t\t\t\taria-describedby={this.identifier ?? this.tooltipContentId}>\n\t\t\t\t<slot />\n\t\t\t</Host>\n\t\t)\n\t}\n\n\t/**\n\t * Showing the modal\n\t */\n\t@Method()\n\tasync show(): Promise<void> {\n\t\tthis.showTooltip()\n\t}\n\n\t/**\n\t * Hiding the modal\n\t */\n\t@Method()\n\tasync hide(): Promise<void> {\n\t\tthis.persist = false\n\t\tthis.hideTooltip()\n\t}\n}\n"]}
@@ -64,7 +64,7 @@
64
64
  - Variables - Attachments
65
65
  */
66
66
  /*
67
- - Variables - Alert
67
+ - Variables - Infobar
68
68
  */
69
69
  /*
70
70
  - Variables - Backdrop
@@ -64,7 +64,7 @@
64
64
  - Variables - Attachments
65
65
  */
66
66
  /*
67
- - Variables - Alert
67
+ - Variables - Infobar
68
68
  */
69
69
  /*
70
70
  - Variables - Backdrop
@@ -15,15 +15,17 @@ class CardPage extends HTMLElement {
15
15
 
16
16
  <div style="height: 400px">
17
17
  <gov-card label="Fusce tellus odio, dapibus id fermentum quis" expanded collapsible>
18
- <p class="gov-color--secondary-700">
19
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.
20
- </p>
21
- <gov-button variant="primary" size="s" href="http://localhost:3333/button">
22
- Button
23
- </gov-button>
24
- <p slot="footer" class="gov-color--primary-700">
25
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.
26
- </p>
18
+ <div class="gov-content">
19
+ <p class="gov-color--secondary-700">
20
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.
21
+ </p>
22
+ <gov-button variant="primary" size="s" href="http://localhost:3333/button">
23
+ Button
24
+ </gov-button>
25
+ <p slot="footer" class="gov-color--primary-700">
26
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.
27
+ </p>
28
+ </div>
27
29
  </gov-card>
28
30
  </div>
29
31
  <br>
@@ -1 +1 @@
1
- {"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../../src/pages/Card.ts"],"names":[],"mappings":"AAAA,MAAM,QAAS,SAAQ,WAAW;EACjC,iBAAiB;IAChB,IAAI,CAAC,SAAS,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6FhB,CAAA;EACF,CAAC;CACD;AAED,IAAI,cAAc,CAAC,GAAG,CAAC,WAAW,CAAC,KAAK,SAAS,EAAE;EAClD,cAAc,CAAC,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAA;CAC5C","sourcesContent":["class CardPage extends HTMLElement {\n\tconnectedCallback() {\n\t\tthis.innerHTML = `\n\n\t\t<div style=\"max-width: 650px\">\n\t\t\t<h2>Card</h2>\n\n\t\t\t<gov-card label=\"Fusce tellus odio, dapibus id fermentum quis\" expanded collapsible class=\"gov-bg--success-100\">\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.\n\t\t\t\t</p>\n\t\t\t</gov-card>\n\n\t\t\t<br>\n\n\t\t\t<div style=\"height: 400px\">\n\t\t\t\t<gov-card label=\"Fusce tellus odio, dapibus id fermentum quis\" expanded collapsible>\n\t\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.\n\t\t\t\t\t</p>\n\t\t\t\t\t<gov-button variant=\"primary\" size=\"s\" href=\"http://localhost:3333/button\">\n\t\t\t\t\t\tButton\n\t\t\t\t\t</gov-button>\n\t\t\t\t\t<p slot=\"footer\" class=\"gov-color--primary-700\">\n\t\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.\n\t\t\t\t\t</p>\n\t\t\t\t</gov-card>\n\t\t\t</div>\n\t\t\t<br>\n\t\t\t<gov-card label=\"Fusce tellus odio, dapibus id fermentum quis\">\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.\n\t\t\t\t</p>\n\t\t\t\t<gov-button variant=\"primary\" size=\"s\" href=\"http://localhost:3333/button\">\n\t\t\t\t\tButton\n\t\t\t\t</gov-button>\n\t\t\t\t<p slot=\"footer\" color=\"gov-color--primary-700\">\n\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.\n\t\t\t\t</p>\n\t\t\t</gov-card>\n\t\t\t<h3>Image slot</h3>\n\t\t\t<gov-card expanded>\n\t\t\t\t<img slot=\"img\" src=\"https://picsum.photos/536/354\" src=\"\" alt=\"Obárzek\" width=\"536\" height=\"354\">\n\t\t\t\t<p class=\"gov-text--l gov-color--secondary-800\">\n\t\t\t\t\t<b>\n\t\t\t\t\t\tCommodo consequat.\n\t\t\t\t\t</b>\n\t\t\t\t</p>\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\tCommodo consequat. Nullam rhoncus aliquam metus.\n\t\t\t\t</p>\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\t<a href=\"#\">Chci vědět více</a>\n\t\t\t\t</p>\n\t\t\t</gov-card>\n\t\t\t<h3>Shadow variant</h3>\n\t\t\t<gov-card expanded class=\"gov-box-shadow--m\">\n\t\t\t\t<img slot=\"img\" src=\"https://picsum.photos/536/354\" src=\"\" alt=\"Obárzek\" width=\"536\" height=\"354\">\n\t\t\t\t<p class=\"gov-text--l gov-color--secondary-800\">\n\t\t\t\t\t<b>\n\t\t\t\t\t\tCommodo consequat.\n\t\t\t\t\t</b>\n\t\t\t\t</p>\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\tCommodo consequat. Nullam rhoncus aliquam metus.\n\t\t\t\t</p>\n\t\t\t\t<gov-button variant=\"primary\" size=\"s\" href=\"http://localhost:3333/button\">\n\t\t\t\t\tJak založit\n\t\t\t\t</gov-button>\n\t\t\t\t<gov-button variant=\"primary\" type=\"outlined\" size=\"s\" href=\"http://localhost:3333/button\">\n\t\t\t\t\tZjistit více\n\t\t\t\t</gov-button>\n\t\t\t</gov-card>\n\t\t\t<h3>With icon</h3>\n\t\t\t<gov-card>\n\t\t\t\t<gov-icon name=\"car\" type=\"complex\"></gov-icon>\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\tLorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras elementum. Fusce tellus odio, dapibus id fermentum quis, suscipit id erat. Fusce tellus.\n\t\t\t\t</p>\n\t\t\t\t<gov-button variant=\"primary\" type=\"outlined\" size=\"s\" href=\"http://localhost:3333/button\">\n\t\t\t\t\tLearn more\n\t\t\t\t</gov-button>\n\t\t\t</gov-card>\n\t\t\t<h3>Horizontal orientation</h3>\n\t\t\t<gov-card promotion>\n\t\t\t\t<gov-icon slot=\"icon\" name=\"car\" type=\"complex\"></gov-icon>\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\tLorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras elementum. Fusce tellus odio, dapibus id fermentum quis, suscipit id erat. Fusce tellus.\n\t\t\t\t</p>\n\t\t\t\t<gov-button slot=\"btn\" variant=\"primary\" type=\"outlined\" size=\"s\" href=\"http://localhost:3333/button\">\n\t\t\t\t\tLearn more\n\t\t\t\t</gov-button>\n\t\t\t</gov-card>\n\t\t</div>\n\n\t\t`\n\t}\n}\n\nif (customElements.get('card-page') === undefined) {\n\tcustomElements.define('card-page', CardPage)\n}\n"]}
1
+ {"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../../src/pages/Card.ts"],"names":[],"mappings":"AAAA,MAAM,QAAS,SAAQ,WAAW;EACjC,iBAAiB;IAChB,IAAI,CAAC,SAAS,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+FhB,CAAA;EACF,CAAC;CACD;AAED,IAAI,cAAc,CAAC,GAAG,CAAC,WAAW,CAAC,KAAK,SAAS,EAAE;EAClD,cAAc,CAAC,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAA;CAC5C","sourcesContent":["class CardPage extends HTMLElement {\n\tconnectedCallback() {\n\t\tthis.innerHTML = `\n\n\t\t<div style=\"max-width: 650px\">\n\t\t\t<h2>Card</h2>\n\n\t\t\t<gov-card label=\"Fusce tellus odio, dapibus id fermentum quis\" expanded collapsible class=\"gov-bg--success-100\">\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.\n\t\t\t\t</p>\n\t\t\t</gov-card>\n\n\t\t\t<br>\n\n\t\t\t<div style=\"height: 400px\">\n\t\t\t\t<gov-card label=\"Fusce tellus odio, dapibus id fermentum quis\" expanded collapsible>\n\t\t\t\t\t<div class=\"gov-content\">\n\t\t\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.\n\t\t\t\t\t\t</p>\n\t\t\t\t\t\t<gov-button variant=\"primary\" size=\"s\" href=\"http://localhost:3333/button\">\n\t\t\t\t\t\t\tButton\n\t\t\t\t\t\t</gov-button>\n\t\t\t\t\t\t<p slot=\"footer\" class=\"gov-color--primary-700\">\n\t\t\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.\n\t\t\t\t\t\t</p>\n\t\t\t\t\t</div>\n\t\t\t\t</gov-card>\n\t\t\t</div>\n\t\t\t<br>\n\t\t\t<gov-card label=\"Fusce tellus odio, dapibus id fermentum quis\">\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.\n\t\t\t\t</p>\n\t\t\t\t<gov-button variant=\"primary\" size=\"s\" href=\"http://localhost:3333/button\">\n\t\t\t\t\tButton\n\t\t\t\t</gov-button>\n\t\t\t\t<p slot=\"footer\" color=\"gov-color--primary-700\">\n\t\t\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Ipsum vitae etiam dui eget lectus vulputate ornare.\n\t\t\t\t</p>\n\t\t\t</gov-card>\n\t\t\t<h3>Image slot</h3>\n\t\t\t<gov-card expanded>\n\t\t\t\t<img slot=\"img\" src=\"https://picsum.photos/536/354\" src=\"\" alt=\"Obárzek\" width=\"536\" height=\"354\">\n\t\t\t\t<p class=\"gov-text--l gov-color--secondary-800\">\n\t\t\t\t\t<b>\n\t\t\t\t\t\tCommodo consequat.\n\t\t\t\t\t</b>\n\t\t\t\t</p>\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\tCommodo consequat. Nullam rhoncus aliquam metus.\n\t\t\t\t</p>\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\t<a href=\"#\">Chci vědět více</a>\n\t\t\t\t</p>\n\t\t\t</gov-card>\n\t\t\t<h3>Shadow variant</h3>\n\t\t\t<gov-card expanded class=\"gov-box-shadow--m\">\n\t\t\t\t<img slot=\"img\" src=\"https://picsum.photos/536/354\" src=\"\" alt=\"Obárzek\" width=\"536\" height=\"354\">\n\t\t\t\t<p class=\"gov-text--l gov-color--secondary-800\">\n\t\t\t\t\t<b>\n\t\t\t\t\t\tCommodo consequat.\n\t\t\t\t\t</b>\n\t\t\t\t</p>\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\tCommodo consequat. Nullam rhoncus aliquam metus.\n\t\t\t\t</p>\n\t\t\t\t<gov-button variant=\"primary\" size=\"s\" href=\"http://localhost:3333/button\">\n\t\t\t\t\tJak založit\n\t\t\t\t</gov-button>\n\t\t\t\t<gov-button variant=\"primary\" type=\"outlined\" size=\"s\" href=\"http://localhost:3333/button\">\n\t\t\t\t\tZjistit více\n\t\t\t\t</gov-button>\n\t\t\t</gov-card>\n\t\t\t<h3>With icon</h3>\n\t\t\t<gov-card>\n\t\t\t\t<gov-icon name=\"car\" type=\"complex\"></gov-icon>\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\tLorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras elementum. Fusce tellus odio, dapibus id fermentum quis, suscipit id erat. Fusce tellus.\n\t\t\t\t</p>\n\t\t\t\t<gov-button variant=\"primary\" type=\"outlined\" size=\"s\" href=\"http://localhost:3333/button\">\n\t\t\t\t\tLearn more\n\t\t\t\t</gov-button>\n\t\t\t</gov-card>\n\t\t\t<h3>Horizontal orientation</h3>\n\t\t\t<gov-card promotion>\n\t\t\t\t<gov-icon slot=\"icon\" name=\"car\" type=\"complex\"></gov-icon>\n\t\t\t\t<p class=\"gov-color--secondary-700\">\n\t\t\t\t\tLorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras elementum. Fusce tellus odio, dapibus id fermentum quis, suscipit id erat. Fusce tellus.\n\t\t\t\t</p>\n\t\t\t\t<gov-button slot=\"btn\" variant=\"primary\" type=\"outlined\" size=\"s\" href=\"http://localhost:3333/button\">\n\t\t\t\t\tLearn more\n\t\t\t\t</gov-button>\n\t\t\t</gov-card>\n\t\t</div>\n\n\t\t`\n\t}\n}\n\nif (customElements.get('card-page') === undefined) {\n\tcustomElements.define('card-page', CardPage)\n}\n"]}
@@ -1,6 +1,48 @@
1
1
  class HomePage extends HTMLElement {
2
2
  connectedCallback() {
3
- this.innerHTML = ``;
3
+ this.innerHTML = `
4
+ <form style="padding: 20px;">
5
+ <gov-form-label legend>
6
+ Form Label legend
7
+ </gov-form-label>
8
+ <gov-form-control type="input">
9
+ <gov-form-label size="s" slot="top">Label of input</gov-form-label>
10
+ <gov-form-group>
11
+ <gov-form-input type="number" name="test-me" placeholder="Placeholder" variant="primary" size="s"></gov-form-input>
12
+ </gov-form-group>
13
+ </gov-form-control>
14
+ <br><br>
15
+ <legend>Legend</legend>
16
+ <gov-form-control type="input">
17
+ <gov-form-label size="s" slot="top">Label of input</gov-form-label>
18
+ <gov-form-group>
19
+ <gov-form-input type="number" name="test-me" placeholder="Placeholder" variant="primary" size="s"></gov-form-input>
20
+ </gov-form-group>
21
+ </gov-form-control>
22
+ <br><br>
23
+ <gov-form-control type="input" fieldset>
24
+ <gov-form-label size="s" slot="top">Form control fieldset</gov-form-label>
25
+ <gov-form-group>
26
+ <gov-form-input type="number" name="test-me" placeholder="Placeholder" variant="primary" size="s"></gov-form-input>
27
+ </gov-form-group>
28
+ </gov-form-control>
29
+ <br><br>
30
+ <fieldset>
31
+ <gov-form-label size="s" slot="top">Fieldset</gov-form-label>
32
+ <gov-form-group>
33
+ <gov-form-input type="number" name="test-me" placeholder="Placeholder" variant="primary" size="s"></gov-form-input>
34
+ </gov-form-group>
35
+ </fieldset>
36
+ <br><br>
37
+ <fieldset>
38
+ <legend>Fieldset & Legend</legend>
39
+ <gov-form-label size="s" slot="top">Label of input</gov-form-label>
40
+ <gov-form-group>
41
+ <gov-form-input type="number" name="test-me" placeholder="Placeholder" variant="primary" size="s"></gov-form-input>
42
+ </gov-form-group>
43
+ </fieldset>
44
+ </form>
45
+ `;
4
46
  }
5
47
  }
6
48
  if (customElements.get('home-page') === undefined) {
@@ -1 +1 @@
1
- {"version":3,"file":"Home.js","sourceRoot":"","sources":["../../../../../src/pages/Home.ts"],"names":[],"mappings":"AAAA,MAAM,QAAS,SAAQ,WAAW;EACjC,iBAAiB;IAChB,IAAI,CAAC,SAAS,GAAG,EAAE,CAAA;EACpB,CAAC;CACD;AAED,IAAI,cAAc,CAAC,GAAG,CAAC,WAAW,CAAC,KAAK,SAAS,EAAE;EAClD,cAAc,CAAC,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAA;CAC5C","sourcesContent":["class HomePage extends HTMLElement {\n\tconnectedCallback() {\n\t\tthis.innerHTML = ``\n\t}\n}\n\nif (customElements.get('home-page') === undefined) {\n\tcustomElements.define('home-page', HomePage)\n}\n"]}
1
+ {"version":3,"file":"Home.js","sourceRoot":"","sources":["../../../../../src/pages/Home.ts"],"names":[],"mappings":"AAAA,MAAM,QAAS,SAAQ,WAAW;EACjC,iBAAiB;IAChB,IAAI,CAAC,SAAS,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0ChB,CAAA;EACF,CAAC;CACD;AAED,IAAI,cAAc,CAAC,GAAG,CAAC,WAAW,CAAC,KAAK,SAAS,EAAE;EAClD,cAAc,CAAC,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAA;CAC5C","sourcesContent":["class HomePage extends HTMLElement {\n\tconnectedCallback() {\n\t\tthis.innerHTML = `\n\t\t<form style=\"padding: 20px;\">\n\t\t\t<gov-form-label legend>\n\t\t\t\tForm Label legend\n\t\t\t</gov-form-label>\n\t\t\t<gov-form-control type=\"input\">\n\t\t\t\t<gov-form-label size=\"s\" slot=\"top\">Label of input</gov-form-label>\n\t\t\t\t<gov-form-group>\n\t\t\t\t\t<gov-form-input type=\"number\" name=\"test-me\" placeholder=\"Placeholder\" variant=\"primary\" size=\"s\"></gov-form-input>\n\t\t\t\t</gov-form-group>\n\t\t\t</gov-form-control>\n\t\t\t<br><br>\n\t\t\t<legend>Legend</legend>\n\t\t\t<gov-form-control type=\"input\">\n\t\t\t\t<gov-form-label size=\"s\" slot=\"top\">Label of input</gov-form-label>\n\t\t\t\t<gov-form-group>\n\t\t\t\t\t<gov-form-input type=\"number\" name=\"test-me\" placeholder=\"Placeholder\" variant=\"primary\" size=\"s\"></gov-form-input>\n\t\t\t\t</gov-form-group>\n\t\t\t</gov-form-control>\n\t\t\t<br><br>\n\t\t\t<gov-form-control type=\"input\" fieldset>\n\t\t\t\t<gov-form-label size=\"s\" slot=\"top\">Form control fieldset</gov-form-label>\n\t\t\t\t<gov-form-group>\n\t\t\t\t\t<gov-form-input type=\"number\" name=\"test-me\" placeholder=\"Placeholder\" variant=\"primary\" size=\"s\"></gov-form-input>\n\t\t\t\t</gov-form-group>\n\t\t\t</gov-form-control>\n\t\t\t<br><br>\n\t\t\t<fieldset>\n\t\t\t\t<gov-form-label size=\"s\" slot=\"top\">Fieldset</gov-form-label>\n\t\t\t\t<gov-form-group>\n\t\t\t\t\t<gov-form-input type=\"number\" name=\"test-me\" placeholder=\"Placeholder\" variant=\"primary\" size=\"s\"></gov-form-input>\n\t\t\t\t</gov-form-group>\n\t\t\t</fieldset>\n\t\t\t<br><br>\n\t\t\t<fieldset>\n\t\t\t\t<legend>Fieldset & Legend</legend>\n\t\t\t\t<gov-form-label size=\"s\" slot=\"top\">Label of input</gov-form-label>\n\t\t\t\t<gov-form-group>\n\t\t\t\t\t<gov-form-input type=\"number\" name=\"test-me\" placeholder=\"Placeholder\" variant=\"primary\" size=\"s\"></gov-form-input>\n\t\t\t\t</gov-form-group>\n\t\t\t</fieldset>\n\t\t</form>\n\t\t`\n\t}\n}\n\nif (customElements.get('home-page') === undefined) {\n\tcustomElements.define('home-page', HomePage)\n}\n"]}