@roadtrip/components 2.23.0 → 2.25.1

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 (538) hide show
  1. package/dist/cjs/{app-dd3d5c6d.js → app-79994847.js} +1 -1
  2. package/dist/cjs/{css-shim-17741caa.js → css-shim-9a05bb86.js} +1 -1
  3. package/dist/cjs/{dom-500ce210.js → dom-417ccd20.js} +1 -1
  4. package/dist/cjs/{index-c72934e6.js → index-9b63596c.js} +81 -72
  5. package/dist/cjs/index.cjs.js +2 -2
  6. package/dist/cjs/loader.cjs.js +5 -5
  7. package/dist/cjs/road-accordion.cjs.entry.js +3 -3
  8. package/dist/cjs/road-alert.cjs.entry.js +1 -1
  9. package/dist/cjs/road-autocomplete.cjs.entry.js +2 -2
  10. package/dist/cjs/road-avatar.cjs.entry.js +2 -2
  11. package/dist/cjs/road-badge_11.cjs.entry.js +17 -9
  12. package/dist/cjs/road-card.cjs.entry.js +2 -2
  13. package/dist/cjs/road-carousel-item.cjs.entry.js +1 -1
  14. package/dist/cjs/road-carousel.cjs.entry.js +1 -1
  15. package/dist/cjs/road-checkbox.cjs.entry.js +2 -2
  16. package/dist/cjs/road-chip.cjs.entry.js +4 -4
  17. package/dist/cjs/road-collapse.cjs.entry.js +4 -4
  18. package/dist/cjs/road-counter.cjs.entry.js +4 -4
  19. package/dist/cjs/road-dialog.cjs.entry.js +1 -1
  20. package/dist/cjs/road-dropdown.cjs.entry.js +29 -0
  21. package/dist/cjs/road-flap.cjs.entry.js +1 -1
  22. package/dist/cjs/road-img.cjs.entry.js +1 -1
  23. package/dist/cjs/road-input-group.cjs.entry.js +2 -2
  24. package/dist/cjs/road-input.cjs.entry.js +3 -3
  25. package/dist/cjs/road-modal.cjs.entry.js +1 -1
  26. package/dist/cjs/road-navbar-item.cjs.entry.js +1 -1
  27. package/dist/cjs/road-navbar.cjs.entry.js +1 -1
  28. package/dist/cjs/road-plate-number.cjs.entry.js +7 -4
  29. package/dist/cjs/road-progress.cjs.entry.js +1 -1
  30. package/dist/cjs/road-radio-group.cjs.entry.js +2 -2
  31. package/dist/cjs/road-radio.cjs.entry.js +1 -1
  32. package/dist/cjs/road-range.cjs.entry.js +2 -2
  33. package/dist/cjs/road-rating.cjs.entry.js +2 -2
  34. package/dist/cjs/road-select-filter.cjs.entry.js +1794 -4
  35. package/dist/cjs/road-select.cjs.entry.js +1 -1
  36. package/dist/cjs/road-skeleton.cjs.entry.js +2 -2
  37. package/dist/cjs/road-spinner.cjs.entry.js +2 -2
  38. package/dist/cjs/road-switch.cjs.entry.js +4 -4
  39. package/dist/cjs/road-tab-bar.cjs.entry.js +1 -1
  40. package/dist/cjs/road-tab-button.cjs.entry.js +1 -1
  41. package/dist/cjs/road-tab.cjs.entry.js +1 -1
  42. package/dist/cjs/road-table.cjs.entry.js +2 -2
  43. package/dist/cjs/road-tabs.cjs.entry.js +1 -1
  44. package/dist/cjs/road-text.cjs.entry.js +1 -1
  45. package/dist/cjs/road-textarea.cjs.entry.js +6 -6
  46. package/dist/cjs/road-toast.cjs.entry.js +3 -3
  47. package/dist/cjs/road-toolbar-title.cjs.entry.js +2 -2
  48. package/dist/cjs/road-tooltip.cjs.entry.js +3 -3
  49. package/dist/cjs/roadtrip.cjs.js +5 -5
  50. package/dist/cjs/{shadow-css-d8ee70b1.js → shadow-css-432b27e3.js} +9 -10
  51. package/dist/cjs/{utils-6ec63290.js → utils-90171b88.js} +1 -1
  52. package/dist/collection/collection-manifest.json +3 -2
  53. package/dist/collection/components/accordion/accordion.css +10 -11
  54. package/dist/collection/components/accordion/accordion.js +2 -2
  55. package/dist/collection/components/accordion/accordion.stories.js +81 -37
  56. package/dist/collection/components/alert/alert.css +10 -16
  57. package/dist/collection/components/alert/alert.stories.js +51 -45
  58. package/dist/collection/components/autocomplete/autocomplete.css +0 -3
  59. package/dist/collection/components/autocomplete/autocomplete.js +1 -1
  60. package/dist/collection/components/autocomplete/autocomplete.stories.js +50 -20
  61. package/dist/collection/components/avatar/avatar.css +18 -0
  62. package/dist/collection/components/avatar/avatar.js +2 -3
  63. package/dist/collection/components/avatar/avatar.stories.js +39 -14
  64. package/dist/collection/components/badge/badge.css +9 -10
  65. package/dist/collection/components/badge/badge.stories.js +33 -35
  66. package/dist/collection/components/button/button.css +33 -33
  67. package/dist/collection/components/button/button.js +16 -6
  68. package/dist/collection/components/button/button.stories.js +161 -70
  69. package/dist/collection/components/card/card.css +12 -7
  70. package/dist/collection/components/card/card.js +2 -2
  71. package/dist/collection/components/carousel/carousel.css +22 -2
  72. package/dist/collection/components/carousel/carousel.js +22 -22
  73. package/dist/collection/components/carousel/carousel.stories.js +317 -73
  74. package/dist/collection/components/carousel-item/carousel-item.css +14 -0
  75. package/dist/collection/components/checkbox/checkbox.css +4 -5
  76. package/dist/collection/components/checkbox/checkbox.js +4 -4
  77. package/dist/collection/components/checkbox/checkbox.stories.js +88 -63
  78. package/dist/collection/components/chip/chip.js +6 -6
  79. package/dist/collection/components/chip/chip.stories.js +58 -82
  80. package/dist/collection/components/col/col.js +2 -3
  81. package/dist/collection/components/collapse/collapse.css +0 -1
  82. package/dist/collection/components/collapse/collapse.js +7 -7
  83. package/dist/collection/components/collapse/collapse.stories.js +141 -126
  84. package/dist/collection/components/counter/counter.css +0 -1
  85. package/dist/collection/components/counter/counter.js +9 -10
  86. package/dist/collection/components/counter/counter.stories.js +64 -30
  87. package/dist/collection/components/dialog/dialog.css +14 -15
  88. package/dist/collection/components/dialog/dialog.stories.js +81 -37
  89. package/dist/collection/components/drawer/drawer.dark.css +28 -26
  90. package/dist/collection/components/drawer/drawer.light.css +28 -26
  91. package/dist/collection/components/drawer/drawer.stories.js +195 -72
  92. package/dist/collection/components/dropdown/dropdown.css +63 -0
  93. package/dist/collection/components/dropdown/dropdown.js +54 -0
  94. package/dist/collection/components/dropdown/dropdown.stories.js +71 -0
  95. package/dist/collection/components/flap/flap.stories.js +35 -31
  96. package/dist/collection/components/grid/grid.js +2 -3
  97. package/dist/collection/components/grid/grid.stories.js +5 -5
  98. package/dist/collection/components/icon/icon.css +12 -3
  99. package/dist/collection/components/icon/icon.stories.js +88 -62
  100. package/dist/collection/components/icon/svg/app.svg +1 -1
  101. package/dist/collection/components/icon/svg/archive-outline-color.svg +1 -0
  102. package/dist/collection/components/icon/svg/archive-outline.svg +1 -0
  103. package/dist/collection/components/icon/svg/archive.svg +1 -0
  104. package/dist/collection/components/icon/svg/attachment.svg +1 -0
  105. package/dist/collection/components/icon/svg/brake-color.svg +1 -1
  106. package/dist/collection/components/icon/svg/check-list-color.svg +1 -0
  107. package/dist/collection/components/icon/svg/check-list.svg +1 -0
  108. package/dist/collection/components/icon/svg/data-bar-color.svg +1 -0
  109. package/dist/collection/components/icon/svg/data-bar.svg +1 -0
  110. package/dist/collection/components/icon/svg/fuse-color.svg +1 -0
  111. package/dist/collection/components/icon/svg/location-pin-all-outline-color.svg +1 -0
  112. package/dist/collection/components/icon/svg/location-pin-all-outline.svg +1 -0
  113. package/dist/collection/components/icon/svg/location-pin-all.svg +1 -1
  114. package/dist/collection/components/icon/svg/navigation-app.svg +1 -0
  115. package/dist/collection/components/icon/svg/secure-level-first-color.svg +1 -0
  116. package/dist/collection/components/icon/svg/secure-level-first.svg +1 -0
  117. package/dist/collection/components/icon/svg/secure-level-hours-color.svg +1 -0
  118. package/dist/collection/components/icon/svg/secure-level-hours.svg +1 -0
  119. package/dist/collection/components/icon/svg/secure-level-minute-color.svg +1 -0
  120. package/dist/collection/components/icon/svg/secure-level-minute.svg +1 -0
  121. package/dist/collection/components/icon/svg/secure-level-night-and-day-color.svg +1 -0
  122. package/dist/collection/components/icon/svg/secure-level-night-and-day.svg +1 -0
  123. package/dist/collection/components/icon/svg/secure-level-second-color.svg +1 -0
  124. package/dist/collection/components/icon/svg/secure-level-second.svg +1 -0
  125. package/dist/collection/components/icon/svg/secure-level-third-color.svg +1 -0
  126. package/dist/collection/components/icon/svg/secure-level-third.svg +1 -0
  127. package/dist/collection/components/icon/svg/star-half.svg +1 -0
  128. package/dist/collection/components/icon/svg/vehicle-car-all-authorize-outline-color.svg +1 -0
  129. package/dist/collection/components/icon/svg/vehicle-car-all-authorize-outline.svg +1 -0
  130. package/dist/collection/components/icon/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -0
  131. package/dist/collection/components/icon/svg/vehicle-car-all-unauthorize-outline.svg +1 -0
  132. package/dist/collection/components/icon/svg/vehicle-car-bodywork-outline-color.svg +1 -0
  133. package/dist/collection/components/icon/svg/vehicle-car-bodywork-outline.svg +1 -0
  134. package/dist/collection/components/icon/svg/vehicle-car-bodywork.svg +1 -1
  135. package/dist/collection/components/icon/svg/vehicle-delevery-outline.svg +1 -0
  136. package/dist/collection/components/icon/svg/vehicle-delevery-van.svg +1 -1
  137. package/dist/collection/components/icon/svg/vehicle-delevery.svg +1 -1
  138. package/dist/collection/components/icon/svg/windscreen-wiper-color.svg +1 -1
  139. package/dist/collection/components/icon/svg/windscreen-wiper.svg +1 -1
  140. package/dist/collection/components/icon/svg/windscreen-wipers-color.svg +1 -1
  141. package/dist/collection/components/icon/svg/windscreen-wipers-left-color.svg +1 -1
  142. package/dist/collection/components/icon/svg/windscreen-wipers-left.svg +1 -1
  143. package/dist/collection/components/icon/svg/windscreen-wipers-right-color.svg +1 -1
  144. package/dist/collection/components/icon/svg/windscreen-wipers-right.svg +1 -1
  145. package/dist/collection/components/icon/svg/windscreen-wipers.svg +1 -1
  146. package/dist/collection/components/icon/svg/work-order-awaiting-approval-color.svg +1 -0
  147. package/dist/collection/components/icon/svg/work-order-awaiting-approval-outline.svg +1 -0
  148. package/dist/collection/components/icon/svg/work-order-awaiting-approval.svg +1 -0
  149. package/dist/collection/components/img/img.css +2 -3
  150. package/dist/collection/components/input/input.css +8 -9
  151. package/dist/collection/components/input/input.js +1 -1
  152. package/dist/collection/components/input/input.stories.js +192 -126
  153. package/dist/collection/components/input-group/input-group.css +5 -4
  154. package/dist/collection/components/input-group/input-group.stories.js +44 -35
  155. package/dist/collection/components/item/item.css +15 -16
  156. package/dist/collection/components/item/item.stories.js +118 -24
  157. package/dist/collection/components/label/label.css +5 -0
  158. package/dist/collection/components/label/label.js +2 -3
  159. package/dist/collection/components/list/list.css +5 -3
  160. package/dist/collection/components/list/list.stories.js +48 -46
  161. package/dist/collection/components/modal/modal.css +10 -11
  162. package/dist/collection/components/modal/modal.stories.js +46 -30
  163. package/dist/collection/components/navbar/navbar.js +2 -2
  164. package/dist/collection/components/navbar/navbar.stories.js +40 -23
  165. package/dist/collection/components/navbar-item/navbar-item.css +6 -7
  166. package/dist/collection/components/navbar-item/navbar-item.js +2 -2
  167. package/dist/collection/components/plate-number/plate-number.css +41 -2
  168. package/dist/collection/components/plate-number/plate-number.js +28 -7
  169. package/dist/collection/components/plate-number/plate-number.stories.js +39 -7
  170. package/dist/collection/components/progress/progress.css +2 -2
  171. package/dist/collection/components/progress/progress.stories.js +3 -3
  172. package/dist/collection/components/radio/radio.css +4 -5
  173. package/dist/collection/components/radio/radio.stories.js +47 -30
  174. package/dist/collection/components/radio-group/radio-group.css +22 -3
  175. package/dist/collection/components/range/range.css +1 -2
  176. package/dist/collection/components/range/range.js +5 -6
  177. package/dist/collection/components/range/range.stories.js +39 -32
  178. package/dist/collection/components/rating/rating.css +19 -1
  179. package/dist/collection/components/rating/rating.stories.js +40 -31
  180. package/dist/collection/components/select/select.css +4 -5
  181. package/dist/collection/components/select/select.stories.js +81 -89
  182. package/dist/collection/components/select-filter/select-filter.css +0 -1
  183. package/dist/collection/components/select-filter/select-filter.js +34 -3
  184. package/dist/collection/components/select-filter/select-filter.stories.js +95 -85
  185. package/dist/collection/components/skeleton/skeleton.css +2 -3
  186. package/dist/collection/components/skeleton/skeleton.js +2 -3
  187. package/dist/collection/components/spinner/spinner.css +4 -5
  188. package/dist/collection/components/spinner/spinner.js +3 -4
  189. package/dist/collection/components/switch/switch.css +9 -10
  190. package/dist/collection/components/switch/switch.js +8 -8
  191. package/dist/collection/components/switch/switch.stories.js +94 -82
  192. package/dist/collection/components/tab/tab.js +2 -2
  193. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  194. package/dist/collection/components/tab-button/tab-button.css +12 -11
  195. package/dist/collection/components/tab-button/tab-button.js +2 -2
  196. package/dist/collection/components/table/table.css +1 -0
  197. package/dist/collection/components/table/table.js +2 -3
  198. package/dist/collection/components/table/table.stories.js +15 -6
  199. package/dist/collection/components/tabs/tabs.css +5 -0
  200. package/dist/collection/components/tabs/tabs.js +4 -4
  201. package/dist/collection/components/tabs/tabs.stories.js +106 -57
  202. package/dist/collection/components/text/text.css +52 -1
  203. package/dist/collection/components/text/text.stories.js +8 -4
  204. package/dist/collection/components/textarea/textarea.css +5 -6
  205. package/dist/collection/components/textarea/textarea.js +12 -12
  206. package/dist/collection/components/textarea/textarea.stories.js +132 -110
  207. package/dist/collection/components/toast/toast.css +5 -6
  208. package/dist/collection/components/toast/toast.js +4 -4
  209. package/dist/collection/components/toast/toast.stories.js +60 -46
  210. package/dist/collection/components/toolbar/toolbar.css +8 -9
  211. package/dist/collection/components/toolbar/toolbar.stories.js +50 -13
  212. package/dist/collection/components/toolbar-title/toolbar-title.css +5 -0
  213. package/dist/collection/components/toolbar-title/toolbar-title.js +3 -4
  214. package/dist/collection/components/tooltip/tooltip.css +16 -5
  215. package/dist/collection/components/tooltip/tooltip.js +4 -4
  216. package/dist/collection/components/tooltip/tooltip.stories.js +78 -11
  217. package/dist/esm/{app-292fcdfa.js → app-a32f9d74.js} +1 -1
  218. package/dist/esm/{css-shim-09c9cbdc.js → css-shim-17041dc7.js} +1 -1
  219. package/dist/esm/{dom-db0073f0.js → dom-ba83fb9d.js} +1 -1
  220. package/dist/esm/{index-ca0a4edb.js → index-0c8a0e04.js} +81 -72
  221. package/dist/esm/index.js +2 -2
  222. package/dist/esm/loader.js +5 -5
  223. package/dist/esm/road-accordion.entry.js +3 -3
  224. package/dist/esm/road-alert.entry.js +1 -1
  225. package/dist/esm/road-autocomplete.entry.js +2 -2
  226. package/dist/esm/road-avatar.entry.js +2 -2
  227. package/dist/esm/road-badge_11.entry.js +17 -9
  228. package/dist/esm/road-card.entry.js +2 -2
  229. package/dist/esm/road-carousel-item.entry.js +1 -1
  230. package/dist/esm/road-carousel.entry.js +1 -1
  231. package/dist/esm/road-checkbox.entry.js +2 -2
  232. package/dist/esm/road-chip.entry.js +4 -4
  233. package/dist/esm/road-collapse.entry.js +4 -4
  234. package/dist/esm/road-counter.entry.js +4 -4
  235. package/dist/esm/road-dialog.entry.js +1 -1
  236. package/dist/esm/road-dropdown.entry.js +25 -0
  237. package/dist/esm/road-flap.entry.js +1 -1
  238. package/dist/esm/road-img.entry.js +1 -1
  239. package/dist/esm/road-input-group.entry.js +2 -2
  240. package/dist/esm/road-input.entry.js +3 -3
  241. package/dist/esm/road-modal.entry.js +1 -1
  242. package/dist/esm/road-navbar-item.entry.js +1 -1
  243. package/dist/esm/road-navbar.entry.js +1 -1
  244. package/dist/esm/road-plate-number.entry.js +7 -4
  245. package/dist/esm/road-progress.entry.js +1 -1
  246. package/dist/esm/road-radio-group.entry.js +2 -2
  247. package/dist/esm/road-radio.entry.js +1 -1
  248. package/dist/esm/road-range.entry.js +2 -2
  249. package/dist/esm/road-rating.entry.js +2 -2
  250. package/dist/esm/road-select-filter.entry.js +1794 -4
  251. package/dist/esm/road-select.entry.js +1 -1
  252. package/dist/esm/road-skeleton.entry.js +2 -2
  253. package/dist/esm/road-spinner.entry.js +2 -2
  254. package/dist/esm/road-switch.entry.js +4 -4
  255. package/dist/esm/road-tab-bar.entry.js +1 -1
  256. package/dist/esm/road-tab-button.entry.js +1 -1
  257. package/dist/esm/road-tab.entry.js +1 -1
  258. package/dist/esm/road-table.entry.js +2 -2
  259. package/dist/esm/road-tabs.entry.js +1 -1
  260. package/dist/esm/road-text.entry.js +1 -1
  261. package/dist/esm/road-textarea.entry.js +6 -6
  262. package/dist/esm/road-toast.entry.js +3 -3
  263. package/dist/esm/road-toolbar-title.entry.js +2 -2
  264. package/dist/esm/road-tooltip.entry.js +3 -3
  265. package/dist/esm/roadtrip.js +5 -5
  266. package/dist/esm/{shadow-css-c1fdfa9f.js → shadow-css-bfd5796e.js} +9 -10
  267. package/dist/esm/{utils-38991a7b.js → utils-39de47f7.js} +1 -1
  268. package/dist/esm-es5/app-a32f9d74.js +1 -0
  269. package/dist/esm-es5/{css-shim-09c9cbdc.js → css-shim-17041dc7.js} +0 -0
  270. package/dist/esm-es5/{dom-db0073f0.js → dom-ba83fb9d.js} +0 -0
  271. package/dist/esm-es5/index-0c8a0e04.js +1 -0
  272. package/dist/esm-es5/index.js +1 -1
  273. package/dist/esm-es5/loader.js +1 -1
  274. package/dist/esm-es5/road-accordion.entry.js +1 -1
  275. package/dist/esm-es5/road-alert.entry.js +1 -1
  276. package/dist/esm-es5/road-autocomplete.entry.js +1 -1
  277. package/dist/esm-es5/road-avatar.entry.js +1 -1
  278. package/dist/esm-es5/road-badge_11.entry.js +1 -1
  279. package/dist/esm-es5/road-card.entry.js +1 -1
  280. package/dist/esm-es5/road-carousel-item.entry.js +1 -1
  281. package/dist/esm-es5/road-carousel.entry.js +1 -1
  282. package/dist/esm-es5/road-checkbox.entry.js +1 -1
  283. package/dist/esm-es5/road-chip.entry.js +1 -1
  284. package/dist/esm-es5/road-collapse.entry.js +1 -1
  285. package/dist/esm-es5/road-counter.entry.js +1 -1
  286. package/dist/esm-es5/road-dialog.entry.js +1 -1
  287. package/dist/esm-es5/road-dropdown.entry.js +1 -0
  288. package/dist/esm-es5/road-flap.entry.js +1 -1
  289. package/dist/esm-es5/road-img.entry.js +1 -1
  290. package/dist/esm-es5/road-input-group.entry.js +1 -1
  291. package/dist/esm-es5/road-input.entry.js +1 -1
  292. package/dist/esm-es5/road-modal.entry.js +1 -1
  293. package/dist/esm-es5/road-navbar-item.entry.js +1 -1
  294. package/dist/esm-es5/road-navbar.entry.js +1 -1
  295. package/dist/esm-es5/road-plate-number.entry.js +1 -1
  296. package/dist/esm-es5/road-progress.entry.js +1 -1
  297. package/dist/esm-es5/road-radio-group.entry.js +1 -1
  298. package/dist/esm-es5/road-radio.entry.js +1 -1
  299. package/dist/esm-es5/road-range.entry.js +1 -1
  300. package/dist/esm-es5/road-rating.entry.js +1 -1
  301. package/dist/esm-es5/road-select-filter.entry.js +1 -1
  302. package/dist/esm-es5/road-select.entry.js +1 -1
  303. package/dist/esm-es5/road-skeleton.entry.js +1 -1
  304. package/dist/esm-es5/road-spinner.entry.js +1 -1
  305. package/dist/esm-es5/road-switch.entry.js +1 -1
  306. package/dist/esm-es5/road-tab-bar.entry.js +1 -1
  307. package/dist/esm-es5/road-tab-button.entry.js +1 -1
  308. package/dist/esm-es5/road-tab.entry.js +1 -1
  309. package/dist/esm-es5/road-table.entry.js +1 -1
  310. package/dist/esm-es5/road-tabs.entry.js +1 -1
  311. package/dist/esm-es5/road-text.entry.js +1 -1
  312. package/dist/esm-es5/road-textarea.entry.js +1 -1
  313. package/dist/esm-es5/road-toast.entry.js +1 -1
  314. package/dist/esm-es5/road-toolbar-title.entry.js +1 -1
  315. package/dist/esm-es5/road-tooltip.entry.js +1 -1
  316. package/dist/esm-es5/roadtrip.js +1 -1
  317. package/dist/esm-es5/shadow-css-bfd5796e.js +12 -0
  318. package/dist/esm-es5/{utils-38991a7b.js → utils-39de47f7.js} +1 -1
  319. package/dist/html.html-data.json +50 -20
  320. package/dist/icons/icons.svg +1 -1
  321. package/dist/icons/index.d.ts +35 -2
  322. package/dist/icons/index.js +49 -16
  323. package/dist/roadtrip/index.esm.js +1 -1
  324. package/dist/roadtrip/{p-db7b669e.system.js → p-05961c88.system.js} +1 -1
  325. package/dist/roadtrip/{p-52b55f44.system.entry.js → p-06a743b4.system.entry.js} +1 -1
  326. package/dist/roadtrip/{p-741d9d7d.system.entry.js → p-093a2288.system.entry.js} +1 -1
  327. package/dist/roadtrip/p-0a5f2c0f.entry.js +1 -0
  328. package/dist/roadtrip/{p-ccdb9902.system.entry.js → p-0b4b6077.system.entry.js} +1 -1
  329. package/dist/roadtrip/{p-3af119c3.entry.js → p-0e5cecff.entry.js} +1 -1
  330. package/dist/roadtrip/{p-5f20bd78.entry.js → p-0f8da68b.entry.js} +1 -1
  331. package/dist/roadtrip/p-102d3882.system.js +1 -0
  332. package/dist/roadtrip/{p-3919001a.entry.js → p-1347a27e.entry.js} +1 -1
  333. package/dist/roadtrip/{p-dbe915df.system.entry.js → p-13c18cec.system.entry.js} +1 -1
  334. package/dist/roadtrip/{p-f92085f7.entry.js → p-16a1b3cb.entry.js} +1 -1
  335. package/dist/roadtrip/{p-f90c7a6e.entry.js → p-194b2934.entry.js} +1 -1
  336. package/dist/roadtrip/{p-2087071d.system.entry.js → p-19c89e8f.system.entry.js} +1 -1
  337. package/dist/roadtrip/p-1c0851b0.entry.js +1 -0
  338. package/dist/roadtrip/p-1ef8acf8.system.entry.js +1 -0
  339. package/dist/roadtrip/{p-39f45672.entry.js → p-24234448.entry.js} +1 -1
  340. package/dist/roadtrip/{p-438be30d.system.entry.js → p-25c303d8.system.entry.js} +1 -1
  341. package/dist/roadtrip/p-26b3aa33.system.entry.js +1 -0
  342. package/dist/roadtrip/{p-355be3ad.system.entry.js → p-2740d308.system.entry.js} +1 -1
  343. package/dist/roadtrip/p-287f1612.system.entry.js +1 -0
  344. package/dist/roadtrip/{p-57a5b6ee.js → p-33e38a04.js} +1 -1
  345. package/dist/roadtrip/p-3683fe49.system.js +13 -0
  346. package/dist/roadtrip/p-3cb3107f.entry.js +1 -0
  347. package/dist/roadtrip/{p-45589dc8.entry.js → p-44576eac.entry.js} +1 -1
  348. package/dist/roadtrip/p-46c22946.js +1 -0
  349. package/dist/roadtrip/p-4742a822.system.entry.js +1 -0
  350. package/dist/roadtrip/{p-e4f0bdc9.entry.js → p-4ef3684e.entry.js} +1 -1
  351. package/dist/roadtrip/{p-b0d85186.system.entry.js → p-52f05a7c.system.entry.js} +1 -1
  352. package/dist/roadtrip/{p-86d407db.system.entry.js → p-54635daa.system.entry.js} +1 -1
  353. package/dist/roadtrip/p-5bcd3e1f.entry.js +1 -0
  354. package/dist/roadtrip/{p-07a0be0c.system.entry.js → p-5e8571d3.system.entry.js} +1 -1
  355. package/dist/roadtrip/p-6195c41f.system.entry.js +1 -0
  356. package/dist/roadtrip/{p-c68c4c08.entry.js → p-63aa411f.entry.js} +1 -1
  357. package/dist/roadtrip/p-68af3047.entry.js +1 -0
  358. package/dist/roadtrip/p-6a123e72.system.entry.js +1 -0
  359. package/dist/roadtrip/{p-fcd6d9ee.system.entry.js → p-6cf85ea2.system.entry.js} +1 -1
  360. package/dist/roadtrip/{p-a4f564ff.entry.js → p-6f744bd8.entry.js} +1 -1
  361. package/dist/roadtrip/{p-d266b343.system.js → p-7154119b.system.js} +0 -0
  362. package/dist/roadtrip/{p-5e0abf8a.system.entry.js → p-74218654.system.entry.js} +1 -1
  363. package/dist/roadtrip/{p-4db46d4e.system.entry.js → p-766f8a2a.system.entry.js} +1 -1
  364. package/dist/roadtrip/p-76885294.system.entry.js +1 -0
  365. package/dist/roadtrip/p-768d1a90.entry.js +1 -0
  366. package/dist/roadtrip/{p-ce911622.system.entry.js → p-76f26f2b.system.entry.js} +1 -1
  367. package/dist/roadtrip/{p-907af5c4.entry.js → p-78315356.entry.js} +1 -1
  368. package/dist/roadtrip/{p-7a3cc989.js → p-7b733694.js} +1 -1
  369. package/dist/roadtrip/{p-5457d69f.entry.js → p-7fe4f8f3.entry.js} +1 -1
  370. package/dist/roadtrip/{p-7e6d339b.entry.js → p-82a07b27.entry.js} +1 -1
  371. package/dist/roadtrip/{p-b743a929.system.entry.js → p-835d550a.system.entry.js} +1 -1
  372. package/dist/roadtrip/{p-1879601d.entry.js → p-8d18ebce.entry.js} +1 -1
  373. package/dist/roadtrip/p-8e21df57.system.entry.js +1 -0
  374. package/dist/roadtrip/{p-f470f97c.entry.js → p-92300d3f.entry.js} +1 -1
  375. package/dist/roadtrip/p-93345613.system.entry.js +1 -0
  376. package/dist/roadtrip/{p-1327abae.entry.js → p-93ccfda6.entry.js} +1 -1
  377. package/dist/roadtrip/p-93dab753.js +12 -0
  378. package/dist/roadtrip/{p-5b2de675.entry.js → p-9567d161.entry.js} +1 -1
  379. package/dist/roadtrip/{p-8934d5fc.entry.js → p-9a1a293c.entry.js} +1 -1
  380. package/dist/roadtrip/p-9a36bd11.system.entry.js +1 -0
  381. package/dist/roadtrip/{p-7e528855.entry.js → p-9dd72bfa.entry.js} +1 -1
  382. package/dist/roadtrip/p-a1168bd5.system.entry.js +1 -0
  383. package/dist/roadtrip/{p-5f4c4992.system.entry.js → p-a1628953.system.entry.js} +1 -1
  384. package/dist/roadtrip/p-a3bc0e5b.entry.js +1 -0
  385. package/dist/roadtrip/{p-d1d86108.system.entry.js → p-a467913d.system.entry.js} +1 -1
  386. package/dist/roadtrip/p-a61e04a1.entry.js +1 -0
  387. package/dist/roadtrip/p-a64c67ad.system.entry.js +1 -0
  388. package/dist/roadtrip/{p-e1ecf3e2.entry.js → p-a7dc1c0c.entry.js} +1 -1
  389. package/dist/roadtrip/{p-48e5ee18.system.entry.js → p-a87e8b19.system.entry.js} +1 -1
  390. package/dist/roadtrip/p-a9c74737.entry.js +1 -0
  391. package/dist/roadtrip/{p-9e2990f1.js → p-ac0761c3.js} +0 -0
  392. package/dist/roadtrip/{p-870401c7.system.js → p-ad92df4f.system.js} +1 -1
  393. package/dist/roadtrip/p-adbaa790.entry.js +1 -0
  394. package/dist/roadtrip/{p-e10e3018.system.entry.js → p-b0ec7122.system.entry.js} +1 -1
  395. package/dist/roadtrip/{p-92a913e8.entry.js → p-b0ed748a.entry.js} +1 -1
  396. package/dist/roadtrip/p-b205281e.system.js +1 -0
  397. package/dist/roadtrip/{p-71cd56c1.entry.js → p-b501c4b2.entry.js} +1 -1
  398. package/dist/roadtrip/{p-ba19e220.system.entry.js → p-b591a3f7.system.entry.js} +1 -1
  399. package/dist/roadtrip/p-b6e60fca.system.entry.js +1 -0
  400. package/dist/roadtrip/{p-f10ecc10.entry.js → p-bba29599.entry.js} +1 -1
  401. package/dist/roadtrip/{p-4e11546d.system.entry.js → p-bd2a89d4.system.entry.js} +1 -1
  402. package/dist/roadtrip/{p-9e689ce3.system.entry.js → p-c0429d42.system.entry.js} +1 -1
  403. package/dist/roadtrip/{p-770605d6.entry.js → p-ced4c451.entry.js} +1 -1
  404. package/dist/roadtrip/{p-d8c05f0b.system.entry.js → p-cf4b48af.system.entry.js} +1 -1
  405. package/dist/roadtrip/p-d5607a82.system.entry.js +1 -0
  406. package/dist/roadtrip/{p-e0990af2.system.entry.js → p-d861032d.system.entry.js} +1 -1
  407. package/dist/roadtrip/{p-fb2e1da0.entry.js → p-dcfc236e.entry.js} +1 -1
  408. package/dist/roadtrip/{p-634bb469.system.entry.js → p-de1a3a53.system.entry.js} +1 -1
  409. package/dist/roadtrip/{p-f63b910b.entry.js → p-e4b0578a.entry.js} +1 -1
  410. package/dist/roadtrip/p-e56b3c0f.system.entry.js +1 -0
  411. package/dist/roadtrip/p-e5756d79.entry.js +1 -0
  412. package/dist/roadtrip/p-e70b2a21.entry.js +1 -0
  413. package/dist/roadtrip/p-e9a6f1fb.entry.js +1 -0
  414. package/dist/roadtrip/{p-ff0c3182.system.entry.js → p-eaf8ddaf.system.entry.js} +1 -1
  415. package/dist/roadtrip/p-ed2dbf57.entry.js +1 -0
  416. package/dist/roadtrip/{p-e956996a.system.js → p-efa19d38.system.js} +0 -0
  417. package/dist/roadtrip/{p-33c4dca7.entry.js → p-f0ec3a64.entry.js} +1 -1
  418. package/dist/roadtrip/p-f22c63b7.entry.js +1 -0
  419. package/dist/roadtrip/p-f2593f4b.system.entry.js +1 -0
  420. package/dist/roadtrip/{p-c2373cf9.system.js → p-f33e4ac5.system.js} +1 -1
  421. package/dist/roadtrip/{p-f38a8df4.js → p-f6631560.js} +0 -0
  422. package/dist/roadtrip/roadtrip.esm.js +1 -1
  423. package/dist/roadtrip/roadtrip.js +1 -1
  424. package/dist/roadtrip/svg/app.svg +1 -1
  425. package/dist/roadtrip/svg/archive-outline-color.svg +1 -0
  426. package/dist/roadtrip/svg/archive-outline.svg +1 -0
  427. package/dist/roadtrip/svg/archive.svg +1 -0
  428. package/dist/roadtrip/svg/attachment.svg +1 -0
  429. package/dist/roadtrip/svg/brake-color.svg +1 -1
  430. package/dist/roadtrip/svg/check-list-color.svg +1 -0
  431. package/dist/roadtrip/svg/check-list.svg +1 -0
  432. package/dist/roadtrip/svg/data-bar-color.svg +1 -0
  433. package/dist/roadtrip/svg/data-bar.svg +1 -0
  434. package/dist/roadtrip/svg/fuse-color.svg +1 -0
  435. package/dist/roadtrip/svg/location-pin-all-outline-color.svg +1 -0
  436. package/dist/roadtrip/svg/location-pin-all-outline.svg +1 -0
  437. package/dist/roadtrip/svg/location-pin-all.svg +1 -1
  438. package/dist/roadtrip/svg/navigation-app.svg +1 -0
  439. package/dist/roadtrip/svg/secure-level-first-color.svg +1 -0
  440. package/dist/roadtrip/svg/secure-level-first.svg +1 -0
  441. package/dist/roadtrip/svg/secure-level-hours-color.svg +1 -0
  442. package/dist/roadtrip/svg/secure-level-hours.svg +1 -0
  443. package/dist/roadtrip/svg/secure-level-minute-color.svg +1 -0
  444. package/dist/roadtrip/svg/secure-level-minute.svg +1 -0
  445. package/dist/roadtrip/svg/secure-level-night-and-day-color.svg +1 -0
  446. package/dist/roadtrip/svg/secure-level-night-and-day.svg +1 -0
  447. package/dist/roadtrip/svg/secure-level-second-color.svg +1 -0
  448. package/dist/roadtrip/svg/secure-level-second.svg +1 -0
  449. package/dist/roadtrip/svg/secure-level-third-color.svg +1 -0
  450. package/dist/roadtrip/svg/secure-level-third.svg +1 -0
  451. package/dist/roadtrip/svg/star-half.svg +1 -0
  452. package/dist/roadtrip/svg/vehicle-car-all-authorize-outline-color.svg +1 -0
  453. package/dist/roadtrip/svg/vehicle-car-all-authorize-outline.svg +1 -0
  454. package/dist/roadtrip/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -0
  455. package/dist/roadtrip/svg/vehicle-car-all-unauthorize-outline.svg +1 -0
  456. package/dist/roadtrip/svg/vehicle-car-bodywork-outline-color.svg +1 -0
  457. package/dist/roadtrip/svg/vehicle-car-bodywork-outline.svg +1 -0
  458. package/dist/roadtrip/svg/vehicle-car-bodywork.svg +1 -1
  459. package/dist/roadtrip/svg/vehicle-delevery-outline.svg +1 -0
  460. package/dist/roadtrip/svg/vehicle-delevery-van.svg +1 -1
  461. package/dist/roadtrip/svg/vehicle-delevery.svg +1 -1
  462. package/dist/roadtrip/svg/windscreen-wiper-color.svg +1 -1
  463. package/dist/roadtrip/svg/windscreen-wiper.svg +1 -1
  464. package/dist/roadtrip/svg/windscreen-wipers-color.svg +1 -1
  465. package/dist/roadtrip/svg/windscreen-wipers-left-color.svg +1 -1
  466. package/dist/roadtrip/svg/windscreen-wipers-left.svg +1 -1
  467. package/dist/roadtrip/svg/windscreen-wipers-right-color.svg +1 -1
  468. package/dist/roadtrip/svg/windscreen-wipers-right.svg +1 -1
  469. package/dist/roadtrip/svg/windscreen-wipers.svg +1 -1
  470. package/dist/roadtrip/svg/work-order-awaiting-approval-color.svg +1 -0
  471. package/dist/roadtrip/svg/work-order-awaiting-approval-outline.svg +1 -0
  472. package/dist/roadtrip/svg/work-order-awaiting-approval.svg +1 -0
  473. package/dist/types/components/accordion/accordion.d.ts +1 -1
  474. package/dist/types/components/button/button.d.ts +2 -2
  475. package/dist/types/components/checkbox/checkbox.d.ts +3 -3
  476. package/dist/types/components/chip/chip.d.ts +3 -3
  477. package/dist/types/components/collapse/collapse.d.ts +4 -4
  478. package/dist/types/components/counter/counter.d.ts +2 -2
  479. package/dist/types/components/dropdown/dropdown.d.ts +15 -0
  480. package/dist/types/components/plate-number/plate-number.d.ts +4 -0
  481. package/dist/types/components/select-filter/select-filter.d.ts +5 -0
  482. package/dist/types/components/switch/switch.d.ts +5 -5
  483. package/dist/types/components/textarea/textarea.d.ts +8 -8
  484. package/dist/types/components/toast/toast.d.ts +2 -2
  485. package/dist/types/components/tooltip/tooltip.d.ts +2 -2
  486. package/dist/types/components.d.ts +88 -51
  487. package/dist/types/stencil-public-runtime.d.ts +6 -4
  488. package/icons/icons.svg +1 -1
  489. package/icons/index.d.ts +35 -2
  490. package/icons/index.js +49 -16
  491. package/loader/cdn.js +3 -0
  492. package/loader/index.cjs.js +3 -0
  493. package/loader/index.d.ts +12 -0
  494. package/loader/index.es2017.js +3 -0
  495. package/loader/index.js +4 -0
  496. package/loader/package.json +10 -0
  497. package/package.json +11 -8
  498. package/dist/collection/components/icon/svg/vehicle-car-outline-side.svg +0 -1
  499. package/dist/collection/components/icon/svg/vehicle-delevery-privilege.svg +0 -1
  500. package/dist/esm-es5/app-292fcdfa.js +0 -1
  501. package/dist/esm-es5/index-ca0a4edb.js +0 -1
  502. package/dist/esm-es5/shadow-css-c1fdfa9f.js +0 -12
  503. package/dist/roadtrip/p-01135bcf.system.entry.js +0 -1
  504. package/dist/roadtrip/p-0599269b.system.entry.js +0 -1
  505. package/dist/roadtrip/p-07e0e430.js +0 -1
  506. package/dist/roadtrip/p-08b5f69e.entry.js +0 -1
  507. package/dist/roadtrip/p-09c241ad.entry.js +0 -1
  508. package/dist/roadtrip/p-114c8027.entry.js +0 -1
  509. package/dist/roadtrip/p-1df09c8b.system.entry.js +0 -1
  510. package/dist/roadtrip/p-28d034bb.entry.js +0 -1
  511. package/dist/roadtrip/p-2a02e7ca.system.entry.js +0 -1
  512. package/dist/roadtrip/p-3a2bd53d.system.entry.js +0 -1
  513. package/dist/roadtrip/p-4972df5f.system.entry.js +0 -1
  514. package/dist/roadtrip/p-4ed66188.entry.js +0 -1
  515. package/dist/roadtrip/p-4ef32250.system.entry.js +0 -1
  516. package/dist/roadtrip/p-5d801a6d.entry.js +0 -1
  517. package/dist/roadtrip/p-5db7ec05.system.entry.js +0 -1
  518. package/dist/roadtrip/p-6fd29998.system.entry.js +0 -1
  519. package/dist/roadtrip/p-858200a0.system.entry.js +0 -1
  520. package/dist/roadtrip/p-90069a64.entry.js +0 -1
  521. package/dist/roadtrip/p-93468129.entry.js +0 -1
  522. package/dist/roadtrip/p-9b7fa180.system.js +0 -1
  523. package/dist/roadtrip/p-a51ceef7.system.entry.js +0 -1
  524. package/dist/roadtrip/p-a6bf7d9a.entry.js +0 -1
  525. package/dist/roadtrip/p-accf62b5.entry.js +0 -1
  526. package/dist/roadtrip/p-b32c5fc9.entry.js +0 -1
  527. package/dist/roadtrip/p-b3da87d9.entry.js +0 -1
  528. package/dist/roadtrip/p-b6750852.entry.js +0 -1
  529. package/dist/roadtrip/p-bb3dd068.system.entry.js +0 -1
  530. package/dist/roadtrip/p-bd3cee80.system.js +0 -1
  531. package/dist/roadtrip/p-c257e55b.system.entry.js +0 -1
  532. package/dist/roadtrip/p-c8a2384d.system.entry.js +0 -1
  533. package/dist/roadtrip/p-ce6bd79c.entry.js +0 -1
  534. package/dist/roadtrip/p-ea858ec9.system.entry.js +0 -1
  535. package/dist/roadtrip/p-f4d979bb.system.js +0 -13
  536. package/dist/roadtrip/p-f566887e.js +0 -12
  537. package/dist/roadtrip/svg/vehicle-car-outline-side.svg +0 -1
  538. package/dist/roadtrip/svg/vehicle-delevery-privilege.svg +0 -1
@@ -45,13 +45,13 @@ export class Tooltip {
45
45
  };
46
46
  }
47
47
  /**
48
- * Shows the tooltip.
48
+ * Open the tooltip.
49
49
  */
50
50
  async open() {
51
51
  this.isOpen = true;
52
52
  }
53
53
  /**
54
- * Shows the tooltip.
54
+ * Close the tooltip.
55
55
  */
56
56
  async close() {
57
57
  this.isOpen = false;
@@ -183,7 +183,7 @@ export class Tooltip {
183
183
  "return": "Promise<void>"
184
184
  },
185
185
  "docs": {
186
- "text": "Shows the tooltip.",
186
+ "text": "Open the tooltip.",
187
187
  "tags": []
188
188
  }
189
189
  },
@@ -199,7 +199,7 @@ export class Tooltip {
199
199
  "return": "Promise<void>"
200
200
  },
201
201
  "docs": {
202
- "text": "Shows the tooltip.",
202
+ "text": "Close the tooltip.",
203
203
  "tags": []
204
204
  }
205
205
  }
@@ -1,4 +1,6 @@
1
1
  import { html } from 'lit-html';
2
+ import { ifDefined } from 'lit-html/directives/if-defined';
3
+ import { unsafeHTML } from 'lit-html/directives/unsafe-html.js';
2
4
 
3
5
  export default {
4
6
  title: 'Indicators/Tooltip',
@@ -6,15 +8,21 @@ export default {
6
8
  };
7
9
 
8
10
  export const Playground = (args) => html`
9
- <road-tooltip is-open="${args['is-open']}" content="${args.content}" position="${args.position}" trigger="${args.trigger}">
10
- <road-button class="mb-0">
11
- <road-icon name="alert-info" color="secondary"></road-icon>
12
- </road-button>
13
- </road-tooltip>
11
+ <road-tooltip
12
+ is-open="${ifDefined(args['is-open'])}"
13
+ tooltip-id="${ifDefined(args['tooltip-id'])}"
14
+ content="${ifDefined(args.content)}"
15
+ position="${ifDefined(args.position)}"
16
+ trigger="${ifDefined(args.trigger)}">
17
+ <road-button class="mb-0">
18
+ <road-icon name="alert-info" color="secondary"></road-icon>
19
+ </road-button>
20
+ ${unsafeHTML(args['tooltip-content'])}
21
+ </road-tooltip>
14
22
  `;
15
23
  Playground.args = {
16
24
  content: 'Fit & small tooltip',
17
- 'is-open': false,
25
+ 'is-open': null,
18
26
  position: 'right',
19
27
  trigger: 'hover',
20
28
  };
@@ -22,25 +30,84 @@ Playground.argTypes = {
22
30
  'is-open': {
23
31
  control: 'boolean',
24
32
  },
25
- content: {
26
- control: 'text',
27
- },
28
33
  position: {
29
34
  options: ['top', 'left', 'bottom', 'right'],
30
35
  control: {
31
36
  type: 'radio',
32
37
  },
33
38
  },
39
+ content: {
40
+ control: 'text',
41
+ },
34
42
  trigger: {
35
43
  options: ['hover', 'click'],
36
44
  control: {
37
45
  type: 'select',
38
46
  },
39
47
  },
48
+ 'tooltip-id': {
49
+ control: 'text',
50
+ },
51
+ 'tooltip-content': {
52
+ control: 'text',
53
+ },
54
+ open : {
55
+ description: 'Open the tooltip.',
56
+ table: {
57
+ category: 'methods',
58
+ type: {
59
+ summary: 'void',
60
+ },
61
+ },
62
+ defaultValue: {
63
+ summary: null,
64
+ },
65
+ },
66
+ close : {
67
+ description: 'Close the tooltip.',
68
+ table: {
69
+ category: 'methods',
70
+ type: {
71
+ summary: 'void',
72
+ },
73
+ defaultValue: {
74
+ summary: null,
75
+ },
76
+ },
77
+ },
78
+ '--max-width': {
79
+ table: {
80
+ defaultValue: { summary: '16rem' },
81
+ },
82
+ control: {
83
+ type: null,
84
+ },
85
+ },
86
+ '--z-index': {
87
+ table: {
88
+ defaultValue: { summary: '1' },
89
+ },
90
+ control: {
91
+ type: null,
92
+ },
93
+ },
94
+ '--width': {
95
+ table: {
96
+ defaultValue: { summary: 'max-content' },
97
+ },
98
+ control: {
99
+ type: null,
100
+ },
101
+ },
102
+ 'tooltip': {
103
+ control: {
104
+ type: null,
105
+ },
106
+ },
40
107
  };
41
108
 
42
109
  export const MouseOver = () => html`
43
- <road-tooltip position="bottom" style="width: 100%;--width: 95%;--max-width: 100%;">
110
+ <road-tooltip position="bottom" style="width: 100%;--width: 95%;--max-width: 100%;">
44
111
  <road-item class="bg-light mb-16">
45
112
  <road-avatar class="flex-shrink-0 mr-16">
46
113
  <road-icon lazy size="3x" name="brake"></road-icon>
@@ -59,7 +126,7 @@ export const MouseOver = () => html`
59
126
  `;
60
127
 
61
128
  export const Click = () => html`
62
- <road-tooltip content="Fit & small tooltip" position="right" trigger="click">
129
+ <road-tooltip content="Fit & small tooltip" position="right" trigger="click">
63
130
  <road-button class="mb-0">
64
131
  <road-icon name="alert-info" color="secondary"></road-icon>
65
132
  </road-button>
@@ -1,4 +1,4 @@
1
- import { s as setMode } from './index-ca0a4edb.js';
1
+ import { s as setMode } from './index-0c8a0e04.js';
2
2
 
3
3
  setMode(elm => {
4
4
  return elm.mode || elm.getAttribute('mode') || 'light';
@@ -1,4 +1,4 @@
1
1
  /*
2
- Stencil Client Patch Esm v2.9.0 | MIT Licensed | https://stenciljs.com
2
+ Stencil Client Patch Esm v2.12.1 | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
  var __assign=function(){return (__assign=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var s in t=arguments[r])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)},StyleNode=function(){this.start=0,this.end=0,this.previous=null,this.parent=null,this.rules=null,this.parsedCssText="",this.cssText="",this.atRule=!1,this.type=0,this.keyframesName="",this.selector="",this.parsedSelector="";};function parse(e){return parseCss(lex(e=clean(e)),e)}function clean(e){return e.replace(RX.comments,"").replace(RX.port,"")}function lex(e){var t=new StyleNode;t.start=0,t.end=e.length;for(var r=t,n=0,s=e.length;n<s;n++)if(e[n]===OPEN_BRACE){r.rules||(r.rules=[]);var o=r,a=o.rules[o.rules.length-1]||null;(r=new StyleNode).start=n+1,r.parent=o,r.previous=a,o.rules.push(r);}else e[n]===CLOSE_BRACE&&(r.end=n+1,r=r.parent||t);return t}function parseCss(e,t){var r=t.substring(e.start,e.end-1);if(e.parsedCssText=e.cssText=r.trim(),e.parent){var n=e.previous?e.previous.end:e.parent.start;r=(r=(r=_expandUnicodeEscapes(r=t.substring(n,e.start-1))).replace(RX.multipleSpaces," ")).substring(r.lastIndexOf(";")+1);var s=e.parsedSelector=e.selector=r.trim();e.atRule=0===s.indexOf(AT_START),e.atRule?0===s.indexOf(MEDIA_START)?e.type=types.MEDIA_RULE:s.match(RX.keyframesRule)&&(e.type=types.KEYFRAMES_RULE,e.keyframesName=e.selector.split(RX.multipleSpaces).pop()):0===s.indexOf(VAR_START)?e.type=types.MIXIN_RULE:e.type=types.STYLE_RULE;}var o=e.rules;if(o)for(var a=0,i=o.length,l=void 0;a<i&&(l=o[a]);a++)parseCss(l,t);return e}function _expandUnicodeEscapes(e){return e.replace(/\\([0-9a-f]{1,6})\s/gi,(function(){for(var e=arguments[1],t=6-e.length;t--;)e="0"+e;return "\\"+e}))}var types={STYLE_RULE:1,KEYFRAMES_RULE:7,MEDIA_RULE:4,MIXIN_RULE:1e3},OPEN_BRACE="{",CLOSE_BRACE="}",RX={comments:/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,port:/@import[^;]*;/gim,customProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,mixinProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,mixinApply:/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,varApply:/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,keyframesRule:/^@[^\s]*keyframes/,multipleSpaces:/\s+/g},VAR_START="--",MEDIA_START="@media",AT_START="@";function findRegex(e,t,r){e.lastIndex=0;var n=t.substring(r).match(e);if(n){var s=r+n.index;return {start:s,end:s+n[0].length}}return null}var VAR_USAGE_START=/\bvar\(/,VAR_ASSIGN_START=/\B--[\w-]+\s*:/,COMMENTS=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,TRAILING_LINES=/^[\t ]+\n/gm;function resolveVar(e,t,r){return e[t]?e[t]:r?executeTemplate(r,e):""}function findVarEndIndex(e,t){for(var r=0,n=t;n<e.length;n++){var s=e[n];if("("===s)r++;else if(")"===s&&--r<=0)return n+1}return n}function parseVar(e,t){var r=findRegex(VAR_USAGE_START,e,t);if(!r)return null;var n=findVarEndIndex(e,r.start),s=e.substring(r.end,n-1).split(","),o=s[0],a=s.slice(1);return {start:r.start,end:n,propName:o.trim(),fallback:a.length>0?a.join(",").trim():void 0}}function compileVar(e,t,r){var n=parseVar(e,r);if(!n)return t.push(e.substring(r,e.length)),e.length;var s=n.propName,o=null!=n.fallback?compileTemplate(n.fallback):void 0;return t.push(e.substring(r,n.start),(function(e){return resolveVar(e,s,o)})),n.end}function executeTemplate(e,t){for(var r="",n=0;n<e.length;n++){var s=e[n];r+="string"==typeof s?s:s(t);}return r}function findEndValue(e,t){for(var r=!1,n=!1,s=t;s<e.length;s++){var o=e[s];if(r)n&&'"'===o&&(r=!1),n||"'"!==o||(r=!1);else if('"'===o)r=!0,n=!0;else if("'"===o)r=!0,n=!1;else {if(";"===o)return s+1;if("}"===o)return s}}return s}function removeCustomAssigns(e){for(var t="",r=0;;){var n=findRegex(VAR_ASSIGN_START,e,r),s=n?n.start:e.length;if(t+=e.substring(r,s),!n)break;r=findEndValue(e,s);}return t}function compileTemplate(e){var t=0;e=removeCustomAssigns(e=e.replace(COMMENTS,"")).replace(TRAILING_LINES,"");for(var r=[];t<e.length;)t=compileVar(e,r,t);return r}function resolveValues(e){var t={};e.forEach((function(e){e.declarations.forEach((function(e){t[e.prop]=e.value;}));}));for(var r={},n=Object.entries(t),s=function(e){var t=!1;if(n.forEach((function(e){var n=e[0],s=executeTemplate(e[1],r);s!==r[n]&&(r[n]=s,t=!0);})),!t)return "break"},o=0;o<10;o++){if("break"===s())break}return r}function getSelectors(e,t){if(void 0===t&&(t=0),!e.rules)return [];var r=[];return e.rules.filter((function(e){return e.type===types.STYLE_RULE})).forEach((function(e){var n=getDeclarations(e.cssText);n.length>0&&e.parsedSelector.split(",").forEach((function(e){e=e.trim(),r.push({selector:e,declarations:n,specificity:computeSpecificity(),nu:t});})),t++;})),r}function computeSpecificity(e){return 1}var IMPORTANT="!important",FIND_DECLARATIONS=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gm;function getDeclarations(e){for(var t,r=[];t=FIND_DECLARATIONS.exec(e.trim());){var n=normalizeValue(t[2]),s=n.value,o=n.important;r.push({prop:t[1].trim(),value:compileTemplate(s),important:o});}return r}function normalizeValue(e){var t=(e=e.replace(/\s+/gim," ").trim()).endsWith(IMPORTANT);return t&&(e=e.substr(0,e.length-IMPORTANT.length).trim()),{value:e,important:t}}function getActiveSelectors(e,t,r){var n=[],s=getScopesForElement(t,e);return r.forEach((function(e){return n.push(e)})),s.forEach((function(e){return n.push(e)})),sortSelectors(getSelectorsForScopes(n).filter((function(t){return matches(e,t.selector)})))}function getScopesForElement(e,t){for(var r=[];t;){var n=e.get(t);n&&r.push(n),t=t.parentElement;}return r}function getSelectorsForScopes(e){var t=[];return e.forEach((function(e){t.push.apply(t,e.selectors);})),t}function sortSelectors(e){return e.sort((function(e,t){return e.specificity===t.specificity?e.nu-t.nu:e.specificity-t.specificity})),e}function matches(e,t){return ":root"===t||"html"===t||e.matches(t)}function parseCSS(e){var t=parse(e),r=compileTemplate(e);return {original:e,template:r,selectors:getSelectors(t),usesCssVars:r.length>1}}function addGlobalStyle(e,t){if(e.some((function(e){return e.styleEl===t})))return !1;var r=parseCSS(t.textContent);return r.styleEl=t,e.push(r),!0}function updateGlobalScopes(e){var t=resolveValues(getSelectorsForScopes(e));e.forEach((function(e){e.usesCssVars&&(e.styleEl.textContent=executeTemplate(e.template,t));}));}function reScope(e,t){var r=e.template.map((function(r){return "string"==typeof r?replaceScope(r,e.scopeId,t):r})),n=e.selectors.map((function(r){return __assign(__assign({},r),{selector:replaceScope(r.selector,e.scopeId,t)})}));return __assign(__assign({},e),{template:r,selectors:n,scopeId:t})}function replaceScope(e,t,r){return e=replaceAll(e,"\\."+t,"."+r)}function replaceAll(e,t,r){return e.replace(new RegExp(t,"g"),r)}function loadDocument(e,t){return loadDocumentStyles(e,t),loadDocumentLinks(e,t).then((function(){updateGlobalScopes(t);}))}function startWatcher(e,t){"undefined"!=typeof MutationObserver&&new MutationObserver((function(){loadDocumentStyles(e,t)&&updateGlobalScopes(t);})).observe(document.head,{childList:!0});}function loadDocumentLinks(e,t){for(var r=[],n=e.querySelectorAll('link[rel="stylesheet"][href]:not([data-no-shim])'),s=0;s<n.length;s++)r.push(addGlobalLink(e,t,n[s]));return Promise.all(r)}function loadDocumentStyles(e,t){return Array.from(e.querySelectorAll("style:not([data-styles]):not([data-no-shim])")).map((function(e){return addGlobalStyle(t,e)})).some(Boolean)}function addGlobalLink(e,t,r){var n=r.href;return fetch(n).then((function(e){return e.text()})).then((function(s){if(hasCssVariables(s)&&r.parentNode){hasRelativeUrls(s)&&(s=fixRelativeUrls(s,n));var o=e.createElement("style");o.setAttribute("data-styles",""),o.textContent=s,addGlobalStyle(t,o),r.parentNode.insertBefore(o,r),r.remove();}})).catch((function(e){console.error(e);}))}var CSS_VARIABLE_REGEXP=/[\s;{]--[-a-zA-Z0-9]+\s*:/m;function hasCssVariables(e){return e.indexOf("var(")>-1||CSS_VARIABLE_REGEXP.test(e)}var CSS_URL_REGEXP=/url[\s]*\([\s]*['"]?(?!(?:https?|data)\:|\/)([^\'\"\)]*)[\s]*['"]?\)[\s]*/gim;function hasRelativeUrls(e){return CSS_URL_REGEXP.lastIndex=0,CSS_URL_REGEXP.test(e)}function fixRelativeUrls(e,t){var r=t.replace(/[^/]*$/,"");return e.replace(CSS_URL_REGEXP,(function(e,t){var n=r+t;return e.replace(t,n)}))}var CustomStyle=function(){function e(e,t){this.win=e,this.doc=t,this.count=0,this.hostStyleMap=new WeakMap,this.hostScopeMap=new WeakMap,this.globalScopes=[],this.scopesMap=new Map,this.didInit=!1;}return e.prototype.i=function(){var e=this;return this.didInit||!this.win.requestAnimationFrame?Promise.resolve():(this.didInit=!0,new Promise((function(t){e.win.requestAnimationFrame((function(){startWatcher(e.doc,e.globalScopes),loadDocument(e.doc,e.globalScopes).then((function(){return t()}));}));})))},e.prototype.addLink=function(e){var t=this;return addGlobalLink(this.doc,this.globalScopes,e).then((function(){t.updateGlobal();}))},e.prototype.addGlobalStyle=function(e){addGlobalStyle(this.globalScopes,e)&&this.updateGlobal();},e.prototype.createHostStyle=function(e,t,r,n){if(this.hostScopeMap.has(e))throw new Error("host style already created");var s=this.registerHostTemplate(r,t,n),o=this.doc.createElement("style");return o.setAttribute("data-no-shim",""),s.usesCssVars?n?(o["s-sc"]=t=s.scopeId+"-"+this.count,o.textContent="/*needs update*/",this.hostStyleMap.set(e,o),this.hostScopeMap.set(e,reScope(s,t)),this.count++):(s.styleEl=o,s.usesCssVars||(o.textContent=executeTemplate(s.template,{})),this.globalScopes.push(s),this.updateGlobal(),this.hostScopeMap.set(e,s)):o.textContent=r,o},e.prototype.removeHost=function(e){var t=this.hostStyleMap.get(e);t&&t.remove(),this.hostStyleMap.delete(e),this.hostScopeMap.delete(e);},e.prototype.updateHost=function(e){var t=this.hostScopeMap.get(e);if(t&&t.usesCssVars&&t.isScoped){var r=this.hostStyleMap.get(e);if(r){var n=resolveValues(getActiveSelectors(e,this.hostScopeMap,this.globalScopes));r.textContent=executeTemplate(t.template,n);}}},e.prototype.updateGlobal=function(){updateGlobalScopes(this.globalScopes);},e.prototype.registerHostTemplate=function(e,t,r){var n=this.scopesMap.get(t);return n||((n=parseCSS(e)).scopeId=t,n.isScoped=r,this.scopesMap.set(t,n)),n},e}();!function(e){!e||e.__cssshim||e.CSS&&e.CSS.supports&&e.CSS.supports("color","var(--c)")||(e.__cssshim=new CustomStyle(e,e.document));}("undefined"!=typeof window&&window);
@@ -1,5 +1,5 @@
1
1
  /*
2
- Stencil Client Patch Browser v2.9.0 | MIT Licensed | https://stenciljs.com
2
+ Stencil Client Patch Browser v2.12.1 | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
  (function(){
5
5
  var aa=new Set("annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" "));function g(a){var b=aa.has(a);a=/^[a-z][.0-9_a-z]*-[\-.0-9_a-z]*$/.test(a);return !b&&a}function l(a){var b=a.isConnected;if(void 0!==b)return b;for(;a&&!(a.__CE_isImportDocument||a instanceof Document);)a=a.parentNode||(window.ShadowRoot&&a instanceof ShadowRoot?a.host:void 0);return !(!a||!(a.__CE_isImportDocument||a instanceof Document))}
@@ -416,7 +416,6 @@ const setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
416
416
  // Workaround for Safari, moving the <input> caret when re-assigning the same valued
417
417
  if (memberName === 'list') {
418
418
  isProp = false;
419
- // tslint:disable-next-line: triple-equals
420
419
  }
421
420
  else if (oldValue == null || elm[memberName] != n) {
422
421
  elm[memberName] = n;
@@ -1365,14 +1364,14 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1365
1364
  prototype.attributeChangedCallback = function (attrName, _oldValue, newValue) {
1366
1365
  plt.jmp(() => {
1367
1366
  const propName = attrNameToPropName.get(attrName);
1368
- // In a webcomponent lifecyle the attributeChangedCallback runs prior to connectedCallback
1367
+ // In a web component lifecycle the attributeChangedCallback runs prior to connectedCallback
1369
1368
  // in the case where an attribute was set inline.
1370
1369
  // ```html
1371
1370
  // <my-component some-attribute="some-value"></my-component>
1372
1371
  // ```
1373
1372
  //
1374
- // There is an edge case where a developer sets the attribute inline on a custom element and then programatically
1375
- // changes it before it has been upgraded as shown below:
1373
+ // There is an edge case where a developer sets the attribute inline on a custom element and then
1374
+ // programmatically changes it before it has been upgraded as shown below:
1376
1375
  //
1377
1376
  // ```html
1378
1377
  // <!-- this component has _not_ been upgraded yet -->
@@ -1382,13 +1381,13 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1382
1381
  // el = document.querySelector("#test");
1383
1382
  // el.someAttribute = "another-value";
1384
1383
  // // upgrade component
1385
- // cutsomElements.define('my-component', MyComponent);
1384
+ // customElements.define('my-component', MyComponent);
1386
1385
  // </script>
1387
1386
  // ```
1388
1387
  // In this case if we do not unshadow here and use the value of the shadowing property, attributeChangedCallback
1389
1388
  // will be called with `newValue = "some-value"` and will set the shadowed property (this.someAttribute = "another-value")
1390
1389
  // to the value that was set inline i.e. "some-value" from above example. When
1391
- // the connectedCallback attempts to unshadow it will use "some-value" as the intial value rather than "another-value"
1390
+ // the connectedCallback attempts to unshadow it will use "some-value" as the initial value rather than "another-value"
1392
1391
  //
1393
1392
  // The case where the attribute was NOT set inline but was not set programmatically shall be handled/unshadowed
1394
1393
  // by connectedCallback as this attributeChangedCallback will not fire.
@@ -1402,6 +1401,14 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1402
1401
  newValue = this[propName];
1403
1402
  delete this[propName];
1404
1403
  }
1404
+ else if (prototype.hasOwnProperty(propName) &&
1405
+ typeof this[propName] === 'number' &&
1406
+ this[propName] == newValue) {
1407
+ // if the propName exists on the prototype of `Cstr`, this update may be a result of Stencil using native
1408
+ // APIs to reflect props as attributes. Calls to `setAttribute(someElement, propName)` will result in
1409
+ // `propName` to be converted to a `DOMString`, which may not be what we want for other primitive props.
1410
+ return;
1411
+ }
1405
1412
  this[propName] = newValue === null && typeof this[propName] === 'boolean' ? false : newValue;
1406
1413
  });
1407
1414
  };
@@ -1483,7 +1490,7 @@ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) =>
1483
1490
  if (!styles.has(scopeId)) {
1484
1491
  const endRegisterStyles = createTime('registerStyles', cmpMeta.$tagName$);
1485
1492
  if (cmpMeta.$flags$ & 8 /* needsShadowDomShim */) {
1486
- style = await import('./shadow-css-c1fdfa9f.js').then((m) => m.scopeCss(style, scopeId, false));
1493
+ style = await import('./shadow-css-bfd5796e.js').then((m) => m.scopeCss(style, scopeId, false));
1487
1494
  }
1488
1495
  registerStyle(scopeId, style, !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */));
1489
1496
  endRegisterStyles();
@@ -1494,7 +1501,7 @@ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) =>
1494
1501
  const ancestorComponent = hostRef.$ancestorComponent$;
1495
1502
  const schedule = () => scheduleUpdate(hostRef, true);
1496
1503
  if (ancestorComponent && ancestorComponent['s-rc']) {
1497
- // this is the intial load and this component it has an ancestor component
1504
+ // this is the initial load and this component it has an ancestor component
1498
1505
  // but the ancestor component has NOT fired its will update lifecycle yet
1499
1506
  // so let's just cool our jets and wait for the ancestor to continue first
1500
1507
  // this will get fired off when the ancestor component
@@ -1612,77 +1619,79 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
1612
1619
  let isBootstrapping = true;
1613
1620
  Object.assign(plt, options);
1614
1621
  plt.$resourcesUrl$ = new URL(options.resourcesUrl || './', doc.baseURI).href;
1615
- lazyBundles.map((lazyBundle) => lazyBundle[1].map((compactMeta) => {
1616
- const cmpMeta = {
1617
- $flags$: compactMeta[0],
1618
- $tagName$: compactMeta[1],
1619
- $members$: compactMeta[2],
1620
- $listeners$: compactMeta[3],
1621
- };
1622
- {
1623
- cmpMeta.$members$ = compactMeta[2];
1624
- }
1625
- {
1626
- cmpMeta.$listeners$ = compactMeta[3];
1627
- }
1628
- {
1629
- cmpMeta.$attrsToReflect$ = [];
1630
- }
1631
- {
1632
- cmpMeta.$watchers$ = {};
1633
- }
1634
- if (!supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
1635
- cmpMeta.$flags$ |= 8 /* needsShadowDomShim */;
1636
- }
1637
- const tagName = cmpMeta.$tagName$;
1638
- const HostElement = class extends HTMLElement {
1639
- // StencilLazyHost
1640
- constructor(self) {
1641
- // @ts-ignore
1642
- super(self);
1643
- self = this;
1644
- registerHost(self, cmpMeta);
1645
- if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
1646
- // this component is using shadow dom
1647
- // and this browser supports shadow dom
1648
- // add the read-only property "shadowRoot" to the host element
1649
- // adding the shadow root build conditionals to minimize runtime
1650
- if (supportsShadow) {
1651
- {
1652
- self.attachShadow({ mode: 'open' });
1622
+ lazyBundles.map((lazyBundle) => {
1623
+ lazyBundle[1].map((compactMeta) => {
1624
+ const cmpMeta = {
1625
+ $flags$: compactMeta[0],
1626
+ $tagName$: compactMeta[1],
1627
+ $members$: compactMeta[2],
1628
+ $listeners$: compactMeta[3],
1629
+ };
1630
+ {
1631
+ cmpMeta.$members$ = compactMeta[2];
1632
+ }
1633
+ {
1634
+ cmpMeta.$listeners$ = compactMeta[3];
1635
+ }
1636
+ {
1637
+ cmpMeta.$attrsToReflect$ = [];
1638
+ }
1639
+ {
1640
+ cmpMeta.$watchers$ = {};
1641
+ }
1642
+ if (!supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
1643
+ cmpMeta.$flags$ |= 8 /* needsShadowDomShim */;
1644
+ }
1645
+ const tagName = cmpMeta.$tagName$;
1646
+ const HostElement = class extends HTMLElement {
1647
+ // StencilLazyHost
1648
+ constructor(self) {
1649
+ // @ts-ignore
1650
+ super(self);
1651
+ self = this;
1652
+ registerHost(self, cmpMeta);
1653
+ if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
1654
+ // this component is using shadow dom
1655
+ // and this browser supports shadow dom
1656
+ // add the read-only property "shadowRoot" to the host element
1657
+ // adding the shadow root build conditionals to minimize runtime
1658
+ if (supportsShadow) {
1659
+ {
1660
+ self.attachShadow({ mode: 'open' });
1661
+ }
1662
+ }
1663
+ else if (!('shadowRoot' in self)) {
1664
+ self.shadowRoot = self;
1653
1665
  }
1654
- }
1655
- else if (!('shadowRoot' in self)) {
1656
- self.shadowRoot = self;
1657
1666
  }
1658
1667
  }
1659
- }
1660
- connectedCallback() {
1661
- if (appLoadFallback) {
1662
- clearTimeout(appLoadFallback);
1663
- appLoadFallback = null;
1668
+ connectedCallback() {
1669
+ if (appLoadFallback) {
1670
+ clearTimeout(appLoadFallback);
1671
+ appLoadFallback = null;
1672
+ }
1673
+ if (isBootstrapping) {
1674
+ // connectedCallback will be processed once all components have been registered
1675
+ deferredConnectedCallbacks.push(this);
1676
+ }
1677
+ else {
1678
+ plt.jmp(() => connectedCallback(this));
1679
+ }
1664
1680
  }
1665
- if (isBootstrapping) {
1666
- // connectedCallback will be processed once all components have been registered
1667
- deferredConnectedCallbacks.push(this);
1681
+ disconnectedCallback() {
1682
+ plt.jmp(() => disconnectedCallback(this));
1668
1683
  }
1669
- else {
1670
- plt.jmp(() => connectedCallback(this));
1684
+ componentOnReady() {
1685
+ return getHostRef(this).$onReadyPromise$;
1671
1686
  }
1687
+ };
1688
+ cmpMeta.$lazyBundleId$ = lazyBundle[0];
1689
+ if (!exclude.includes(tagName) && !customElements.get(tagName)) {
1690
+ cmpTags.push(tagName);
1691
+ customElements.define(tagName, proxyComponent(HostElement, cmpMeta, 1 /* isElementConstructor */));
1672
1692
  }
1673
- disconnectedCallback() {
1674
- plt.jmp(() => disconnectedCallback(this));
1675
- }
1676
- componentOnReady() {
1677
- return getHostRef(this).$onReadyPromise$;
1678
- }
1679
- };
1680
- cmpMeta.$lazyBundleId$ = lazyBundle[0];
1681
- if (!exclude.includes(tagName) && !customElements.get(tagName)) {
1682
- cmpTags.push(tagName);
1683
- customElements.define(tagName, proxyComponent(HostElement, cmpMeta, 1 /* isElementConstructor */));
1684
- }
1685
- }));
1693
+ });
1694
+ });
1686
1695
  {
1687
1696
  visibilityStyle.innerHTML = cmpTags + HYDRATED_CSS;
1688
1697
  visibilityStyle.setAttribute('data-styles', '');
package/dist/esm/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export { a as addIcons } from './utils-38991a7b.js';
2
- import './index-ca0a4edb.js';
1
+ export { a as addIcons } from './utils-39de47f7.js';
2
+ import './index-0c8a0e04.js';
@@ -1,15 +1,15 @@
1
- import { C as CSS, p as plt, w as win, a as promiseResolve, b as bootstrapLazy } from './index-ca0a4edb.js';
2
- import './app-292fcdfa.js';
1
+ import { C as CSS, p as plt, w as win, a as promiseResolve, b as bootstrapLazy } from './index-0c8a0e04.js';
2
+ import './app-a32f9d74.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Esm v2.9.0 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Esm v2.12.1 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  const patchEsm = () => {
8
8
  // NOTE!! This fn cannot use async/await!
9
9
  // @ts-ignore
10
10
  if (!(CSS && CSS.supports && CSS.supports('color', 'var(--c)'))) {
11
11
  // @ts-ignore
12
- return import(/* webpackChunkName: "polyfills-css-shim" */ './css-shim-09c9cbdc.js').then(() => {
12
+ return import(/* webpackChunkName: "polyfills-css-shim" */ './css-shim-17041dc7.js').then(() => {
13
13
  if ((plt.$cssShim$ = win.__cssshim)) {
14
14
  return plt.$cssShim$.i();
15
15
  }
@@ -25,7 +25,7 @@ const patchEsm = () => {
25
25
  const defineCustomElements = (win, options) => {
26
26
  if (typeof window === 'undefined') return Promise.resolve();
27
27
  return patchEsm().then(() => {
28
- return bootstrapLazy([["road-badge_11",[[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-col"],[1,"road-grid"],[1,"road-label"],[1,"road-list",{"lines":[1]}],[1,"road-row"],[1,"road-toolbar",{"color":[1]}],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-counter",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[1],"max":[1],"step":[1],"value":[2],"size":[1]}]]],["road-plate-number",[[2,"road-plate-number",{"country":[1],"placeholder":[1],"value":[1032]}]]],["road-accordion",[[1,"road-accordion",{"isOpen":[1028,"is-open"]}]]],["road-carousel",[[4,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-chip",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-modal",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-rating",[[1,"road-rating",{"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"position":[1],"open":[64],"close":[64]}]]],["road-alert",[[1,"road-alert",{"color":[1]}]]],["road-autocomplete",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-avatar",[[1,"road-avatar"]]],["road-card",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]],["road-carousel-item",[[4,"road-carousel-item"]]],["road-checkbox",[[6,"road-checkbox",{"checkboxId":[1,"checkbox-id"],"name":[1],"required":[4],"checked":[1028],"disabled":[4],"value":[1],"label":[1],"inverse":[4],"error":[1]}]]],["road-flap",[[1,"road-flap",{"color":[1]}]]],["road-img",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"]]]]],["road-navbar-item",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"]]]]],["road-progress",[[1,"road-progress",{"value":[2],"color":[1]}]]],["road-radio",[[2,"road-radio",{"radioId":[1,"radio-id"],"name":[1],"required":[4],"disabled":[4],"value":[8],"label":[1],"inverse":[4],"error":[4],"inline":[4],"checked":[32]},[[8,"roadChange","onRoadChangedChanged"]]]]],["road-radio-group",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025]}]]],["road-range",[[2,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"]}]]],["road-select",[[2,"road-select",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"label":[1],"error":[1],"value":[1032]}]]],["road-select-filter",[[6,"road-select-filter",{"options":[16],"onlySelect":[4,"only-select"],"isOpen":[32],"currentValue":[32]},[[0,"roadFocus","handleFocus"],[0,"roadChange","handleChange"],[4,"click","onClickOutside"]]]]],["road-skeleton",[[1,"road-skeleton"]]],["road-spinner",[[1,"road-spinner"]]],["road-switch",[[2,"road-switch",{"switchId":[1,"switch-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-tab",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar",[[1,"road-tab-bar",{"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"]]]]],["road-table",[[6,"road-table"]]],["road-tabs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text",[[1,"road-text",{"color":[1]}]]],["road-textarea",[[2,"road-textarea",{"textareaId":[1,"textarea-id"],"autocapitalize":[1],"autofocus":[4],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"cols":[2],"rows":[2],"wrap":[1],"value":[1025],"label":[1],"error":[1]}]]],["road-toolbar-title",[[1,"road-toolbar-title"]]],["road-tooltip",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["road-input",[[2,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"type":[1],"value":[1032],"label":[1],"error":[1],"debounce":[2]}]]],["road-input-group",[[1,"road-input-group"]]]], options);
28
+ return bootstrapLazy([["road-badge_11",[[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-col"],[1,"road-grid"],[1,"road-label"],[1,"road-list",{"lines":[1]}],[1,"road-row"],[1,"road-toolbar",{"color":[1]}],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-counter",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[1],"max":[1],"step":[1],"value":[2],"size":[1]}]]],["road-plate-number",[[2,"road-plate-number",{"country":[1],"placeholder":[1],"value":[1032],"motorbike":[4]}]]],["road-accordion",[[1,"road-accordion",{"isOpen":[1028,"is-open"]}]]],["road-carousel",[[4,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-chip",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-modal",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-rating",[[1,"road-rating",{"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"position":[1],"open":[64],"close":[64]}]]],["road-alert",[[1,"road-alert",{"color":[1]}]]],["road-autocomplete",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-avatar",[[1,"road-avatar"]]],["road-card",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]],["road-carousel-item",[[4,"road-carousel-item"]]],["road-checkbox",[[6,"road-checkbox",{"checkboxId":[1,"checkbox-id"],"name":[1],"required":[4],"checked":[1028],"disabled":[4],"value":[1],"label":[1],"inverse":[4],"error":[1]}]]],["road-dropdown",[[1,"road-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-flap",[[1,"road-flap",{"color":[1]}]]],["road-img",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"]]]]],["road-navbar-item",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"]]]]],["road-progress",[[1,"road-progress",{"value":[2],"color":[1]}]]],["road-radio",[[2,"road-radio",{"radioId":[1,"radio-id"],"name":[1],"required":[4],"disabled":[4],"value":[8],"label":[1],"inverse":[4],"error":[4],"inline":[4],"checked":[32]},[[8,"roadChange","onRoadChangedChanged"]]]]],["road-radio-group",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025]}]]],["road-range",[[2,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"]}]]],["road-select",[[2,"road-select",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"label":[1],"error":[1],"value":[1032]}]]],["road-select-filter",[[6,"road-select-filter",{"options":[16],"parameters":[8],"onlySelect":[4,"only-select"],"isOpen":[32],"currentValue":[32]},[[0,"roadFocus","handleFocus"],[0,"roadChange","handleChange"],[4,"click","onClickOutside"]]]]],["road-skeleton",[[1,"road-skeleton"]]],["road-spinner",[[1,"road-spinner"]]],["road-switch",[[2,"road-switch",{"switchId":[1,"switch-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-tab",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar",[[1,"road-tab-bar",{"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"]]]]],["road-table",[[6,"road-table"]]],["road-tabs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text",[[1,"road-text",{"color":[1]}]]],["road-textarea",[[2,"road-textarea",{"textareaId":[1,"textarea-id"],"autocapitalize":[1],"autofocus":[4],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"cols":[2],"rows":[2],"wrap":[1],"value":[1025],"label":[1],"error":[1]}]]],["road-toolbar-title",[[1,"road-toolbar-title"]]],["road-tooltip",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["road-input",[[2,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"type":[1],"value":[1032],"label":[1],"error":[1],"debounce":[2]}]]],["road-input-group",[[1,"road-input-group"]]]], options);
29
29
  });
30
30
  };
31
31
 
@@ -1,14 +1,14 @@
1
- import { r as registerInstance, h } from './index-ca0a4edb.js';
1
+ import { r as registerInstance, h } from './index-0c8a0e04.js';
2
2
  import { n as navigationChevron } from './index-1ea26b25.js';
3
3
  import './polyfill-2b159e86.js';
4
4
 
5
- const accordionCss = ":host{--accordion-header-border:1px;--chevron-color:var(--icon);--header-padding:1rem 0.5rem 1rem 1rem;--content-padding:1rem 0.5rem 0;--content-margin:0 1rem 1rem;--max-height:800px;display:block;margin-bottom:1rem}.accordion{max-height:4.25rem;overflow:hidden;font-family:var(--font, sans-serif);font-size:0.875rem;line-height:1.5;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:0.25rem;-webkit-transition:max-height 0.3s ease-in-out;transition:max-height 0.3s ease-in-out}.accordion[open]{max-height:var(--max-height)}.accordion[open] .accordion-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.accordion[open] .accordion-content{padding:var(--content-padding);margin:var(--content-margin)}.accordion-trigger{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;height:4rem;border:1px solid transparent;border-radius:0.25rem;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.accordion-trigger::-webkit-details-marker{display:none}.accordion-trigger.focus-visible{border-color:var(--info)}.accordion-trigger:active{background:var(--background-second)}.accordion-header{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:var(--header-padding);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.accordion-arrow{margin-left:1rem;color:var(--icon-color);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.accordion-content{padding:0 0.5rem;margin:0 1rem;overflow:hidden;border-top:var(--accordion-header-border) solid var(--border)}";
5
+ const accordionCss = ":host{--accordion-header-border:1px;--content-margin:0 1rem 1rem;--content-padding:1rem 0.5rem 0;--header-padding:1rem 0.5rem 1rem 1rem;--icon-color:var(--icon);--max-height:800px;display:block;margin-bottom:1rem}.accordion{max-height:4.25rem;overflow:hidden;font-family:var(--font, sans-serif);font-size:0.875rem;line-height:1.5;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:0.25rem;-webkit-transition:max-height 0.3s ease-in-out;transition:max-height 0.3s ease-in-out}.accordion[open]{max-height:var(--max-height)}.accordion[open] .accordion-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.accordion[open] .accordion-content{padding:var(--content-padding);margin:var(--content-margin)}.accordion-trigger{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;height:4rem;border:1px solid transparent;border-radius:0.25rem;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.accordion-trigger::-webkit-details-marker{display:none}.accordion-trigger.focus-visible{border-color:var(--info)}.accordion-trigger:active{background:var(--background-second)}.accordion-header{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:var(--header-padding);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.accordion-arrow{margin-left:1rem;color:var(--icon-color);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.accordion-content{padding:0 0.5rem;margin:0 1rem;overflow:hidden;border-top:var(--accordion-header-border) solid var(--border)}";
6
6
 
7
7
  let Accordion = class {
8
8
  constructor(hostRef) {
9
9
  registerInstance(this, hostRef);
10
10
  /**
11
- * Set open to true to show the accordion element and to false to hide it.
11
+ * Set to `true` to open the accordion and to `false` to close it.
12
12
  */
13
13
  this.isOpen = false;
14
14
  /**
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host } from './index-ca0a4edb.js';
1
+ import { r as registerInstance, h, H as Host } from './index-0c8a0e04.js';
2
2
 
3
3
  const alertCss = ":host{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;padding:0.5rem;font-family:var(--font, sans-serif);font-size:0.875rem;line-height:1.5;border:1px solid transparent;border-radius:0.25rem}.alert-icon{-ms-flex-negative:0;flex-shrink:0;width:2rem;height:2rem;margin-right:0.5rem}.alert-description{padding-top:0.375rem;margin:0}:host(.alert-info){color:var(--info);background:var(--info-background);border-color:var(--info)}:host(.alert-info) ::slotted(road-icon){color:var(--info)}:host(.alert-success){color:var(--success-text);background:var(--success-background);border-color:var(--success)}:host(.alert-success) ::slotted(road-icon){color:var(--success-text)}:host(.alert-warning){color:var(--warning-text);background:var(--warning-background);border-color:var(--warning)}:host(.alert-warning) ::slotted(road-icon){color:var(--warning)}:host(.alert-danger){color:var(--danger-text);background:var(--danger-background);border-color:var(--danger)}:host(.alert-danger) ::slotted(road-icon){color:var(--danger-text)}";
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, e as getElement } from './index-ca0a4edb.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, e as getElement } from './index-0c8a0e04.js';
2
2
 
3
3
  const autocompleteCss = ".sc-road-autocomplete-h{position:relative;display:block}.sc-road-autocomplete-s>road-input-group,.sc-road-autocomplete-s>road-input{position:relative;z-index:2}.autocomplete-list.sc-road-autocomplete{position:absolute;top:3rem;z-index:1;width:100%;max-height:16rem;padding:0.5rem 0;margin:0;overflow-y:scroll;font-family:var(--font, sans-serif);font-size:0.875rem;color:var(--text);list-style-type:none;background:var(--white);border-radius:0 0 0.25rem 0.25rem;-webkit-box-shadow:0 3px 6px rgba(0, 0, 0, 0.16);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16)}.autocomplete-item.sc-road-autocomplete{padding:0.75rem 1rem;cursor:pointer}.autocomplete-item.sc-road-autocomplete:hover,.autocomplete-item.focus.sc-road-autocomplete{color:var(--secondary-contrast);background:var(--secondary)}";
4
4
 
@@ -16,7 +16,7 @@ let Autocomplete = class {
16
16
  this.visible = false;
17
17
  this.roadSelected.emit({
18
18
  value: value.toString(),
19
- label: label
19
+ label: label,
20
20
  });
21
21
  };
22
22
  }
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host } from './index-ca0a4edb.js';
1
+ import { r as registerInstance, h } from './index-0c8a0e04.js';
2
2
 
3
3
  const avatarCss = ":host{--avatar-background:var(--background-second);--avatar-width:3rem;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:var(--avatar-width);height:var(--avatar-width);background:var(--avatar-background);border-radius:var(--avatar-width)}::slotted(road-img),::slotted(img){width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;border-radius:var(--avatar-width)}::slotted(road-badge){position:absolute;top:0;right:0}";
4
4
 
@@ -7,7 +7,7 @@ let Avatar = class {
7
7
  registerInstance(this, hostRef);
8
8
  }
9
9
  render() {
10
- return (h(Host, null, h("slot", null)));
10
+ return (h("slot", null));
11
11
  }
12
12
  };
13
13
  Avatar.style = avatarCss;