@roadtrip/components 2.25.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 (355) hide show
  1. package/dist/cjs/{app-04553107.js → app-79994847.js} +1 -1
  2. package/dist/cjs/{css-shim-cf2d8057.js → css-shim-9a05bb86.js} +1 -1
  3. package/dist/cjs/{dom-ba87b185.js → dom-417ccd20.js} +1 -1
  4. package/dist/cjs/{index-d47fa3c0.js → index-9b63596c.js} +1 -1
  5. package/dist/cjs/index.cjs.js +2 -2
  6. package/dist/cjs/loader.cjs.js +4 -4
  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 +1 -1
  10. package/dist/cjs/road-avatar.cjs.entry.js +1 -1
  11. package/dist/cjs/road-badge_11.cjs.entry.js +12 -4
  12. package/dist/cjs/road-card.cjs.entry.js +1 -1
  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 +3 -3
  19. package/dist/cjs/road-dialog.cjs.entry.js +1 -1
  20. package/dist/cjs/road-dropdown.cjs.entry.js +2 -2
  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 +1 -1
  24. package/dist/cjs/road-input.cjs.entry.js +2 -2
  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 +1 -1
  29. package/dist/cjs/road-progress.cjs.entry.js +1 -1
  30. package/dist/cjs/road-radio-group.cjs.entry.js +1 -1
  31. package/dist/cjs/road-radio.cjs.entry.js +1 -1
  32. package/dist/cjs/road-range.cjs.entry.js +1 -1
  33. package/dist/cjs/road-rating.cjs.entry.js +1 -1
  34. package/dist/cjs/road-select-filter.cjs.entry.js +44 -47
  35. package/dist/cjs/road-select.cjs.entry.js +1 -1
  36. package/dist/cjs/road-skeleton.cjs.entry.js +1 -1
  37. package/dist/cjs/road-spinner.cjs.entry.js +1 -1
  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 +1 -1
  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 +1 -1
  48. package/dist/cjs/road-tooltip.cjs.entry.js +3 -3
  49. package/dist/cjs/roadtrip.cjs.js +4 -4
  50. package/dist/cjs/{shadow-css-7fb0b43f.js → shadow-css-432b27e3.js} +1 -1
  51. package/dist/cjs/{utils-ade59127.js → utils-90171b88.js} +1 -1
  52. package/dist/collection/collection-manifest.json +1 -1
  53. package/dist/collection/components/accordion/accordion.css +6 -6
  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.stories.js +51 -45
  57. package/dist/collection/components/autocomplete/autocomplete.stories.js +50 -18
  58. package/dist/collection/components/avatar/avatar.stories.js +39 -14
  59. package/dist/collection/components/badge/badge.stories.js +33 -35
  60. package/dist/collection/components/button/button.css +4 -4
  61. package/dist/collection/components/button/button.js +16 -6
  62. package/dist/collection/components/button/button.stories.js +161 -70
  63. package/dist/collection/components/carousel/carousel.css +2 -2
  64. package/dist/collection/components/carousel/carousel.stories.js +317 -73
  65. package/dist/collection/components/checkbox/checkbox.js +4 -4
  66. package/dist/collection/components/checkbox/checkbox.stories.js +88 -63
  67. package/dist/collection/components/chip/chip.js +6 -6
  68. package/dist/collection/components/chip/chip.stories.js +58 -82
  69. package/dist/collection/components/collapse/collapse.js +7 -7
  70. package/dist/collection/components/collapse/collapse.stories.js +141 -126
  71. package/dist/collection/components/counter/counter.js +4 -4
  72. package/dist/collection/components/counter/counter.stories.js +64 -30
  73. package/dist/collection/components/dialog/dialog.stories.js +81 -37
  74. package/dist/collection/components/drawer/drawer.stories.js +187 -79
  75. package/dist/collection/components/dropdown/dropdown.js +2 -2
  76. package/dist/collection/components/dropdown/dropdown.stories.js +41 -21
  77. package/dist/collection/components/flap/flap.stories.js +35 -31
  78. package/dist/collection/components/grid/grid.stories.js +5 -5
  79. package/dist/collection/components/icon/icon.stories.js +88 -62
  80. package/dist/collection/components/icon/svg/attachment.svg +1 -0
  81. package/dist/collection/components/icon/svg/check-list-color.svg +1 -0
  82. package/dist/collection/components/icon/svg/check-list.svg +1 -0
  83. package/dist/collection/components/icon/svg/vehicle-car-all-authorize-outline-color.svg +1 -0
  84. package/dist/collection/components/icon/svg/vehicle-car-all-authorize-outline.svg +1 -0
  85. package/dist/collection/components/icon/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -0
  86. package/dist/collection/components/icon/svg/vehicle-car-all-unauthorize-outline.svg +1 -0
  87. package/dist/collection/components/input/input.css +4 -4
  88. package/dist/collection/components/input/input.stories.js +192 -126
  89. package/dist/collection/components/input-group/input-group.stories.js +44 -35
  90. package/dist/collection/components/item/item.css +2 -2
  91. package/dist/collection/components/item/item.stories.js +118 -24
  92. package/dist/collection/components/list/list.stories.js +48 -46
  93. package/dist/collection/components/modal/modal.stories.js +46 -30
  94. package/dist/collection/components/navbar/navbar.stories.js +40 -23
  95. package/dist/collection/components/plate-number/plate-number.stories.js +33 -14
  96. package/dist/collection/components/progress/progress.stories.js +3 -3
  97. package/dist/collection/components/radio/radio.stories.js +47 -30
  98. package/dist/collection/components/range/range.stories.js +39 -32
  99. package/dist/collection/components/rating/rating.stories.js +40 -31
  100. package/dist/collection/components/select/select.stories.js +81 -89
  101. package/dist/collection/components/select-filter/select-filter.stories.js +81 -100
  102. package/dist/collection/components/switch/switch.js +8 -8
  103. package/dist/collection/components/switch/switch.stories.js +94 -82
  104. package/dist/collection/components/table/table.stories.js +15 -6
  105. package/dist/collection/components/tabs/tabs.stories.js +106 -57
  106. package/dist/collection/components/text/text.stories.js +8 -4
  107. package/dist/collection/components/textarea/textarea.js +12 -12
  108. package/dist/collection/components/textarea/textarea.stories.js +132 -110
  109. package/dist/collection/components/toast/toast.js +4 -4
  110. package/dist/collection/components/toast/toast.stories.js +60 -46
  111. package/dist/collection/components/toolbar/toolbar.stories.js +50 -13
  112. package/dist/collection/components/tooltip/tooltip.js +4 -4
  113. package/dist/collection/components/tooltip/tooltip.stories.js +78 -11
  114. package/dist/esm/{app-6a43d362.js → app-a32f9d74.js} +1 -1
  115. package/dist/esm/{css-shim-aea0f6cc.js → css-shim-17041dc7.js} +1 -1
  116. package/dist/esm/{dom-c7604576.js → dom-ba83fb9d.js} +1 -1
  117. package/dist/esm/{index-4e5ea092.js → index-0c8a0e04.js} +1 -1
  118. package/dist/esm/index.js +2 -2
  119. package/dist/esm/loader.js +4 -4
  120. package/dist/esm/road-accordion.entry.js +3 -3
  121. package/dist/esm/road-alert.entry.js +1 -1
  122. package/dist/esm/road-autocomplete.entry.js +1 -1
  123. package/dist/esm/road-avatar.entry.js +1 -1
  124. package/dist/esm/road-badge_11.entry.js +12 -4
  125. package/dist/esm/road-card.entry.js +1 -1
  126. package/dist/esm/road-carousel-item.entry.js +1 -1
  127. package/dist/esm/road-carousel.entry.js +1 -1
  128. package/dist/esm/road-checkbox.entry.js +2 -2
  129. package/dist/esm/road-chip.entry.js +4 -4
  130. package/dist/esm/road-collapse.entry.js +4 -4
  131. package/dist/esm/road-counter.entry.js +3 -3
  132. package/dist/esm/road-dialog.entry.js +1 -1
  133. package/dist/esm/road-dropdown.entry.js +2 -2
  134. package/dist/esm/road-flap.entry.js +1 -1
  135. package/dist/esm/road-img.entry.js +1 -1
  136. package/dist/esm/road-input-group.entry.js +1 -1
  137. package/dist/esm/road-input.entry.js +2 -2
  138. package/dist/esm/road-modal.entry.js +1 -1
  139. package/dist/esm/road-navbar-item.entry.js +1 -1
  140. package/dist/esm/road-navbar.entry.js +1 -1
  141. package/dist/esm/road-plate-number.entry.js +1 -1
  142. package/dist/esm/road-progress.entry.js +1 -1
  143. package/dist/esm/road-radio-group.entry.js +1 -1
  144. package/dist/esm/road-radio.entry.js +1 -1
  145. package/dist/esm/road-range.entry.js +1 -1
  146. package/dist/esm/road-rating.entry.js +1 -1
  147. package/dist/esm/road-select-filter.entry.js +44 -47
  148. package/dist/esm/road-select.entry.js +1 -1
  149. package/dist/esm/road-skeleton.entry.js +1 -1
  150. package/dist/esm/road-spinner.entry.js +1 -1
  151. package/dist/esm/road-switch.entry.js +4 -4
  152. package/dist/esm/road-tab-bar.entry.js +1 -1
  153. package/dist/esm/road-tab-button.entry.js +1 -1
  154. package/dist/esm/road-tab.entry.js +1 -1
  155. package/dist/esm/road-table.entry.js +1 -1
  156. package/dist/esm/road-tabs.entry.js +1 -1
  157. package/dist/esm/road-text.entry.js +1 -1
  158. package/dist/esm/road-textarea.entry.js +6 -6
  159. package/dist/esm/road-toast.entry.js +3 -3
  160. package/dist/esm/road-toolbar-title.entry.js +1 -1
  161. package/dist/esm/road-tooltip.entry.js +3 -3
  162. package/dist/esm/roadtrip.js +4 -4
  163. package/dist/esm/{shadow-css-83bb1d14.js → shadow-css-bfd5796e.js} +1 -1
  164. package/dist/esm/{utils-23aa19c1.js → utils-39de47f7.js} +1 -1
  165. package/dist/esm-es5/app-a32f9d74.js +1 -0
  166. package/dist/esm-es5/{css-shim-aea0f6cc.js → css-shim-17041dc7.js} +0 -0
  167. package/dist/esm-es5/{dom-c7604576.js → dom-ba83fb9d.js} +0 -0
  168. package/dist/esm-es5/{index-4e5ea092.js → index-0c8a0e04.js} +1 -1
  169. package/dist/esm-es5/index.js +1 -1
  170. package/dist/esm-es5/loader.js +1 -1
  171. package/dist/esm-es5/road-accordion.entry.js +1 -1
  172. package/dist/esm-es5/road-alert.entry.js +1 -1
  173. package/dist/esm-es5/road-autocomplete.entry.js +1 -1
  174. package/dist/esm-es5/road-avatar.entry.js +1 -1
  175. package/dist/esm-es5/road-badge_11.entry.js +1 -1
  176. package/dist/esm-es5/road-card.entry.js +1 -1
  177. package/dist/esm-es5/road-carousel-item.entry.js +1 -1
  178. package/dist/esm-es5/road-carousel.entry.js +1 -1
  179. package/dist/esm-es5/road-checkbox.entry.js +1 -1
  180. package/dist/esm-es5/road-chip.entry.js +1 -1
  181. package/dist/esm-es5/road-collapse.entry.js +1 -1
  182. package/dist/esm-es5/road-counter.entry.js +1 -1
  183. package/dist/esm-es5/road-dialog.entry.js +1 -1
  184. package/dist/esm-es5/road-dropdown.entry.js +1 -1
  185. package/dist/esm-es5/road-flap.entry.js +1 -1
  186. package/dist/esm-es5/road-img.entry.js +1 -1
  187. package/dist/esm-es5/road-input-group.entry.js +1 -1
  188. package/dist/esm-es5/road-input.entry.js +1 -1
  189. package/dist/esm-es5/road-modal.entry.js +1 -1
  190. package/dist/esm-es5/road-navbar-item.entry.js +1 -1
  191. package/dist/esm-es5/road-navbar.entry.js +1 -1
  192. package/dist/esm-es5/road-plate-number.entry.js +1 -1
  193. package/dist/esm-es5/road-progress.entry.js +1 -1
  194. package/dist/esm-es5/road-radio-group.entry.js +1 -1
  195. package/dist/esm-es5/road-radio.entry.js +1 -1
  196. package/dist/esm-es5/road-range.entry.js +1 -1
  197. package/dist/esm-es5/road-rating.entry.js +1 -1
  198. package/dist/esm-es5/road-select-filter.entry.js +1 -1
  199. package/dist/esm-es5/road-select.entry.js +1 -1
  200. package/dist/esm-es5/road-skeleton.entry.js +1 -1
  201. package/dist/esm-es5/road-spinner.entry.js +1 -1
  202. package/dist/esm-es5/road-switch.entry.js +1 -1
  203. package/dist/esm-es5/road-tab-bar.entry.js +1 -1
  204. package/dist/esm-es5/road-tab-button.entry.js +1 -1
  205. package/dist/esm-es5/road-tab.entry.js +1 -1
  206. package/dist/esm-es5/road-table.entry.js +1 -1
  207. package/dist/esm-es5/road-tabs.entry.js +1 -1
  208. package/dist/esm-es5/road-text.entry.js +1 -1
  209. package/dist/esm-es5/road-textarea.entry.js +1 -1
  210. package/dist/esm-es5/road-toast.entry.js +1 -1
  211. package/dist/esm-es5/road-toolbar-title.entry.js +1 -1
  212. package/dist/esm-es5/road-tooltip.entry.js +1 -1
  213. package/dist/esm-es5/roadtrip.js +1 -1
  214. package/dist/esm-es5/{shadow-css-83bb1d14.js → shadow-css-bfd5796e.js} +0 -0
  215. package/dist/esm-es5/{utils-23aa19c1.js → utils-39de47f7.js} +1 -1
  216. package/dist/html.html-data.json +24 -21
  217. package/dist/icons/icons.svg +1 -1
  218. package/dist/icons/index.d.ts +7 -0
  219. package/dist/icons/index.js +7 -0
  220. package/dist/roadtrip/index.esm.js +1 -1
  221. package/dist/roadtrip/{p-05373846.system.js → p-05961c88.system.js} +1 -1
  222. package/dist/roadtrip/{p-b1a05290.system.entry.js → p-06a743b4.system.entry.js} +1 -1
  223. package/dist/roadtrip/{p-78143a79.system.entry.js → p-093a2288.system.entry.js} +1 -1
  224. package/dist/roadtrip/{p-88179272.entry.js → p-0a5f2c0f.entry.js} +1 -1
  225. package/dist/roadtrip/{p-aa63d5e9.system.entry.js → p-0b4b6077.system.entry.js} +1 -1
  226. package/dist/roadtrip/{p-9bbeb646.entry.js → p-0e5cecff.entry.js} +1 -1
  227. package/dist/roadtrip/{p-cb2bebde.entry.js → p-0f8da68b.entry.js} +1 -1
  228. package/dist/roadtrip/p-102d3882.system.js +1 -0
  229. package/dist/roadtrip/{p-79a745a7.entry.js → p-1347a27e.entry.js} +1 -1
  230. package/dist/roadtrip/{p-f62ebe3f.system.entry.js → p-13c18cec.system.entry.js} +1 -1
  231. package/dist/roadtrip/{p-d39f805b.entry.js → p-16a1b3cb.entry.js} +1 -1
  232. package/dist/roadtrip/{p-0205d149.entry.js → p-194b2934.entry.js} +1 -1
  233. package/dist/roadtrip/{p-0245b436.system.entry.js → p-19c89e8f.system.entry.js} +1 -1
  234. package/dist/roadtrip/p-1c0851b0.entry.js +1 -0
  235. package/dist/roadtrip/{p-bc8a92cf.system.entry.js → p-1ef8acf8.system.entry.js} +1 -1
  236. package/dist/roadtrip/{p-1d83535a.entry.js → p-24234448.entry.js} +1 -1
  237. package/dist/roadtrip/{p-cedaf396.system.entry.js → p-25c303d8.system.entry.js} +1 -1
  238. package/dist/roadtrip/{p-45b87537.system.entry.js → p-26b3aa33.system.entry.js} +1 -1
  239. package/dist/roadtrip/{p-e5eda362.system.entry.js → p-2740d308.system.entry.js} +1 -1
  240. package/dist/roadtrip/{p-d5da11ca.system.entry.js → p-287f1612.system.entry.js} +1 -1
  241. package/dist/roadtrip/{p-8cb74e64.js → p-33e38a04.js} +1 -1
  242. package/dist/roadtrip/{p-c7895d95.system.js → p-3683fe49.system.js} +0 -0
  243. package/dist/roadtrip/p-3cb3107f.entry.js +1 -0
  244. package/dist/roadtrip/{p-8374797d.entry.js → p-44576eac.entry.js} +1 -1
  245. package/dist/roadtrip/p-46c22946.js +1 -0
  246. package/dist/roadtrip/{p-41bcd21c.system.entry.js → p-4742a822.system.entry.js} +1 -1
  247. package/dist/roadtrip/{p-a082797b.entry.js → p-4ef3684e.entry.js} +1 -1
  248. package/dist/roadtrip/{p-5cfcbccd.system.entry.js → p-52f05a7c.system.entry.js} +1 -1
  249. package/dist/roadtrip/{p-41aa7a41.system.entry.js → p-54635daa.system.entry.js} +1 -1
  250. package/dist/roadtrip/{p-adfa74db.entry.js → p-5bcd3e1f.entry.js} +1 -1
  251. package/dist/roadtrip/{p-694eee8e.system.entry.js → p-5e8571d3.system.entry.js} +1 -1
  252. package/dist/roadtrip/p-6195c41f.system.entry.js +1 -0
  253. package/dist/roadtrip/{p-c9b37cd7.entry.js → p-63aa411f.entry.js} +1 -1
  254. package/dist/roadtrip/{p-3d2cf159.entry.js → p-68af3047.entry.js} +1 -1
  255. package/dist/roadtrip/{p-43da88c6.system.entry.js → p-6a123e72.system.entry.js} +1 -1
  256. package/dist/roadtrip/{p-0626f8a2.system.entry.js → p-6cf85ea2.system.entry.js} +1 -1
  257. package/dist/roadtrip/{p-fe45a922.entry.js → p-6f744bd8.entry.js} +1 -1
  258. package/dist/roadtrip/{p-8649dccc.system.js → p-7154119b.system.js} +0 -0
  259. package/dist/roadtrip/{p-a1f59f11.system.entry.js → p-74218654.system.entry.js} +1 -1
  260. package/dist/roadtrip/{p-085aad0a.system.entry.js → p-766f8a2a.system.entry.js} +1 -1
  261. package/dist/roadtrip/{p-628f5836.system.entry.js → p-76885294.system.entry.js} +1 -1
  262. package/dist/roadtrip/{p-8b445fbd.entry.js → p-768d1a90.entry.js} +1 -1
  263. package/dist/roadtrip/{p-ffd2a5c1.system.entry.js → p-76f26f2b.system.entry.js} +1 -1
  264. package/dist/roadtrip/{p-923c9893.entry.js → p-78315356.entry.js} +1 -1
  265. package/dist/roadtrip/p-7b733694.js +1 -0
  266. package/dist/roadtrip/{p-ad3b839e.entry.js → p-7fe4f8f3.entry.js} +1 -1
  267. package/dist/roadtrip/{p-89fb8799.entry.js → p-82a07b27.entry.js} +1 -1
  268. package/dist/roadtrip/{p-6688d8f8.system.entry.js → p-835d550a.system.entry.js} +1 -1
  269. package/dist/roadtrip/{p-acc76968.entry.js → p-8d18ebce.entry.js} +1 -1
  270. package/dist/roadtrip/{p-11db7868.system.entry.js → p-8e21df57.system.entry.js} +1 -1
  271. package/dist/roadtrip/{p-dad9d770.entry.js → p-92300d3f.entry.js} +1 -1
  272. package/dist/roadtrip/{p-8067c254.system.entry.js → p-93345613.system.entry.js} +1 -1
  273. package/dist/roadtrip/{p-9846103f.entry.js → p-93ccfda6.entry.js} +1 -1
  274. package/dist/roadtrip/{p-356163fb.js → p-93dab753.js} +0 -0
  275. package/dist/roadtrip/{p-39dd9c7f.entry.js → p-9567d161.entry.js} +1 -1
  276. package/dist/roadtrip/{p-a671df87.entry.js → p-9a1a293c.entry.js} +1 -1
  277. package/dist/roadtrip/p-9a36bd11.system.entry.js +1 -0
  278. package/dist/roadtrip/{p-be0b7289.entry.js → p-9dd72bfa.entry.js} +1 -1
  279. package/dist/roadtrip/{p-25ea233f.system.entry.js → p-a1168bd5.system.entry.js} +1 -1
  280. package/dist/roadtrip/{p-2cf6206e.system.entry.js → p-a1628953.system.entry.js} +1 -1
  281. package/dist/roadtrip/p-a3bc0e5b.entry.js +1 -0
  282. package/dist/roadtrip/{p-3c7147c6.system.entry.js → p-a467913d.system.entry.js} +1 -1
  283. package/dist/roadtrip/{p-a567cedb.entry.js → p-a61e04a1.entry.js} +1 -1
  284. package/dist/roadtrip/{p-85aa4543.system.entry.js → p-a64c67ad.system.entry.js} +1 -1
  285. package/dist/roadtrip/{p-06049c44.entry.js → p-a7dc1c0c.entry.js} +1 -1
  286. package/dist/roadtrip/{p-8fc0f477.system.entry.js → p-a87e8b19.system.entry.js} +1 -1
  287. package/dist/roadtrip/{p-f95a155f.entry.js → p-a9c74737.entry.js} +1 -1
  288. package/dist/roadtrip/{p-ad4a83f1.js → p-ac0761c3.js} +0 -0
  289. package/dist/roadtrip/{p-b862fe1a.system.js → p-ad92df4f.system.js} +1 -1
  290. package/dist/roadtrip/{p-d0a42614.entry.js → p-adbaa790.entry.js} +1 -1
  291. package/dist/roadtrip/{p-84578822.system.entry.js → p-b0ec7122.system.entry.js} +1 -1
  292. package/dist/roadtrip/{p-17ed8237.entry.js → p-b0ed748a.entry.js} +1 -1
  293. package/dist/roadtrip/{p-36a7c233.system.js → p-b205281e.system.js} +1 -1
  294. package/dist/roadtrip/{p-a6827ec2.entry.js → p-b501c4b2.entry.js} +1 -1
  295. package/dist/roadtrip/{p-b6ea7ba9.system.entry.js → p-b591a3f7.system.entry.js} +1 -1
  296. package/dist/roadtrip/{p-c873409a.system.entry.js → p-b6e60fca.system.entry.js} +1 -1
  297. package/dist/roadtrip/{p-ffacdd19.entry.js → p-bba29599.entry.js} +1 -1
  298. package/dist/roadtrip/{p-d3e3af9e.system.entry.js → p-bd2a89d4.system.entry.js} +1 -1
  299. package/dist/roadtrip/{p-f907849c.system.entry.js → p-c0429d42.system.entry.js} +1 -1
  300. package/dist/roadtrip/{p-f10872aa.entry.js → p-ced4c451.entry.js} +1 -1
  301. package/dist/roadtrip/{p-9b04e0cb.system.entry.js → p-cf4b48af.system.entry.js} +1 -1
  302. package/dist/roadtrip/p-d5607a82.system.entry.js +1 -0
  303. package/dist/roadtrip/{p-790067ad.system.entry.js → p-d861032d.system.entry.js} +1 -1
  304. package/dist/roadtrip/{p-f6d6d227.entry.js → p-dcfc236e.entry.js} +1 -1
  305. package/dist/roadtrip/{p-13b46f63.system.entry.js → p-de1a3a53.system.entry.js} +1 -1
  306. package/dist/roadtrip/{p-3e56faf1.entry.js → p-e4b0578a.entry.js} +1 -1
  307. package/dist/roadtrip/{p-f0704f07.system.entry.js → p-e56b3c0f.system.entry.js} +1 -1
  308. package/dist/roadtrip/{p-0bc3262d.entry.js → p-e5756d79.entry.js} +1 -1
  309. package/dist/roadtrip/{p-82d3347b.entry.js → p-e70b2a21.entry.js} +1 -1
  310. package/dist/roadtrip/{p-2d8ba6be.entry.js → p-e9a6f1fb.entry.js} +1 -1
  311. package/dist/roadtrip/{p-388a7f61.system.entry.js → p-eaf8ddaf.system.entry.js} +1 -1
  312. package/dist/roadtrip/{p-e719a34e.entry.js → p-ed2dbf57.entry.js} +1 -1
  313. package/dist/roadtrip/{p-72b3db6d.system.js → p-efa19d38.system.js} +0 -0
  314. package/dist/roadtrip/{p-9233dfbe.entry.js → p-f0ec3a64.entry.js} +1 -1
  315. package/dist/roadtrip/{p-8a9626cc.entry.js → p-f22c63b7.entry.js} +1 -1
  316. package/dist/roadtrip/p-f2593f4b.system.entry.js +1 -0
  317. package/dist/roadtrip/{p-2b0d3888.system.js → p-f33e4ac5.system.js} +1 -1
  318. package/dist/roadtrip/{p-112e8d3f.js → p-f6631560.js} +0 -0
  319. package/dist/roadtrip/roadtrip.esm.js +1 -1
  320. package/dist/roadtrip/roadtrip.js +1 -1
  321. package/dist/roadtrip/svg/attachment.svg +1 -0
  322. package/dist/roadtrip/svg/check-list-color.svg +1 -0
  323. package/dist/roadtrip/svg/check-list.svg +1 -0
  324. package/dist/roadtrip/svg/vehicle-car-all-authorize-outline-color.svg +1 -0
  325. package/dist/roadtrip/svg/vehicle-car-all-authorize-outline.svg +1 -0
  326. package/dist/roadtrip/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -0
  327. package/dist/roadtrip/svg/vehicle-car-all-unauthorize-outline.svg +1 -0
  328. package/dist/types/components/accordion/accordion.d.ts +1 -1
  329. package/dist/types/components/button/button.d.ts +2 -2
  330. package/dist/types/components/checkbox/checkbox.d.ts +3 -3
  331. package/dist/types/components/chip/chip.d.ts +3 -3
  332. package/dist/types/components/collapse/collapse.d.ts +4 -4
  333. package/dist/types/components/counter/counter.d.ts +2 -2
  334. package/dist/types/components/dropdown/dropdown.d.ts +1 -1
  335. package/dist/types/components/switch/switch.d.ts +5 -5
  336. package/dist/types/components/textarea/textarea.d.ts +8 -8
  337. package/dist/types/components/toast/toast.d.ts +2 -2
  338. package/dist/types/components/tooltip/tooltip.d.ts +2 -2
  339. package/dist/types/components.d.ts +53 -53
  340. package/dist/types/stencil-public-runtime.d.ts +6 -4
  341. package/icons/icons.svg +1 -1
  342. package/icons/index.d.ts +7 -0
  343. package/icons/index.js +7 -0
  344. package/package.json +7 -6
  345. package/dist/esm-es5/app-6a43d362.js +0 -1
  346. package/dist/roadtrip/p-10cc8504.system.entry.js +0 -1
  347. package/dist/roadtrip/p-55c19c46.system.entry.js +0 -1
  348. package/dist/roadtrip/p-70d0fb28.entry.js +0 -1
  349. package/dist/roadtrip/p-95dd1ee4.system.entry.js +0 -1
  350. package/dist/roadtrip/p-9d3921a8.system.js +0 -1
  351. package/dist/roadtrip/p-c6b70e6f.js +0 -1
  352. package/dist/roadtrip/p-c94f70de.entry.js +0 -1
  353. package/dist/roadtrip/p-d11931f0.js +0 -1
  354. package/dist/roadtrip/p-da3ea4e5.entry.js +0 -1
  355. package/dist/roadtrip/p-fe70fb94.system.entry.js +0 -1
@@ -9,7 +9,7 @@ import { AutocompleteTypes, Color, FeedbackColors, TextFieldTypes } from "./inte
9
9
  export namespace Components {
10
10
  interface RoadAccordion {
11
11
  /**
12
- * Set open to true to show the accordion element and to false to hide it.
12
+ * Set to `true` to open the accordion and to `false` to close it.
13
13
  */
14
14
  "isOpen": boolean;
15
15
  }
@@ -60,7 +60,7 @@ export namespace Components {
60
60
  /**
61
61
  * Set to `true` for a full-width button.
62
62
  */
63
- "expand"?: boolean;
63
+ "expand": boolean;
64
64
  /**
65
65
  * Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
66
66
  */
@@ -76,7 +76,7 @@ export namespace Components {
76
76
  /**
77
77
  * The button size.
78
78
  */
79
- "size"?: 'sm' | 'md';
79
+ "size"?: 'sm' | 'md' | 'lg';
80
80
  /**
81
81
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
82
82
  */
@@ -209,7 +209,7 @@ export namespace Components {
209
209
  */
210
210
  "checkboxId": string;
211
211
  /**
212
- * If `true`, the checkbox is selected.
212
+ * If `true`, the checkbox is checked.
213
213
  */
214
214
  "checked": boolean;
215
215
  /**
@@ -247,15 +247,15 @@ export namespace Components {
247
247
  */
248
248
  "color"?: 'default' | 'secondary';
249
249
  /**
250
- * Display close icon
250
+ * Display a close icon
251
251
  */
252
252
  "hasCloseIcon": boolean;
253
253
  /**
254
- * Display an outline style button.
254
+ * Display an outline style chip.
255
255
  */
256
256
  "outline": boolean;
257
257
  /**
258
- * Display an outline style button.
258
+ * The chip size.
259
259
  */
260
260
  "size": 'md' | 'lg';
261
261
  }
@@ -263,15 +263,15 @@ export namespace Components {
263
263
  }
264
264
  interface RoadCollapse {
265
265
  /**
266
- * if "`true`" the button will be centered
266
+ * if `true` the button will be centered
267
267
  */
268
268
  "centered": boolean;
269
269
  /**
270
- * Set open to true to show the accordion element and to false to hide it.
270
+ * Set to `true` to display the collapsed part and to `false` to hide it.
271
271
  */
272
272
  "isOpen": boolean;
273
273
  /**
274
- * Text displayed in the button when the content is collapsed
274
+ * Text displayed in the button when the content is not collapsed
275
275
  */
276
276
  "showLess": string;
277
277
  /**
@@ -281,7 +281,7 @@ export namespace Components {
281
281
  }
282
282
  interface RoadCounter {
283
283
  /**
284
- * The id of input
284
+ * The id of counter
285
285
  */
286
286
  "inputId": string;
287
287
  /**
@@ -301,7 +301,7 @@ export namespace Components {
301
301
  */
302
302
  "step"?: string;
303
303
  /**
304
- * The value of the input.
304
+ * The value of the counter.
305
305
  */
306
306
  "value": number;
307
307
  }
@@ -391,7 +391,7 @@ export namespace Components {
391
391
  }
392
392
  interface RoadDropdown {
393
393
  /**
394
- * Set open to true to show the dropdown menu.
394
+ * Set to `true` to open the dropdown menu and to `false` to close it.
395
395
  */
396
396
  "isOpen": boolean;
397
397
  }
@@ -890,7 +890,7 @@ export namespace Components {
890
890
  }
891
891
  interface RoadSwitch {
892
892
  /**
893
- * If `true`, the toggle is selected.
893
+ * If `true`, the switch is checked.
894
894
  */
895
895
  "checked": boolean;
896
896
  /**
@@ -898,7 +898,7 @@ export namespace Components {
898
898
  */
899
899
  "color"?: 'secondary' | FeedbackColors;
900
900
  /**
901
- * If `true`, the user cannot interact with the toggle.
901
+ * If `true`, the user cannot interact with the switch.
902
902
  */
903
903
  "disabled": boolean;
904
904
  /**
@@ -926,7 +926,7 @@ export namespace Components {
926
926
  */
927
927
  "on": string;
928
928
  /**
929
- * The id of input
929
+ * The id of switch
930
930
  */
931
931
  "switchId": string;
932
932
  /**
@@ -1019,7 +1019,7 @@ export namespace Components {
1019
1019
  */
1020
1020
  "autocapitalize": string;
1021
1021
  /**
1022
- * This Boolean attribute lets you specify that a form control should have input focus when the page loads.
1022
+ * This Boolean attribute lets you specify that a form control should have focus when the page loads.
1023
1023
  */
1024
1024
  "autofocus": boolean;
1025
1025
  /**
@@ -1027,7 +1027,7 @@ export namespace Components {
1027
1027
  */
1028
1028
  "cols"?: number;
1029
1029
  /**
1030
- * If `true`, the user cannot interact with the input.
1030
+ * If `true`, the user cannot interact with the textarea.
1031
1031
  */
1032
1032
  "disabled": boolean;
1033
1033
  /**
@@ -1059,7 +1059,7 @@ export namespace Components {
1059
1059
  */
1060
1060
  "name": string;
1061
1061
  /**
1062
- * Instructional text that shows before the input has a value.
1062
+ * Instructional text that shows before the textarea has a value.
1063
1063
  */
1064
1064
  "placeholder"?: string;
1065
1065
  /**
@@ -1079,11 +1079,11 @@ export namespace Components {
1079
1079
  */
1080
1080
  "spellcheck": boolean;
1081
1081
  /**
1082
- * The id of input
1082
+ * The id of textarea
1083
1083
  */
1084
1084
  "textareaId": string;
1085
1085
  /**
1086
- * The value of the input.
1086
+ * The value of the textarea.
1087
1087
  */
1088
1088
  "value"?: string | null;
1089
1089
  /**
@@ -1097,11 +1097,11 @@ export namespace Components {
1097
1097
  */
1098
1098
  "close": () => Promise<void>;
1099
1099
  /**
1100
- * Set the color of toast. e.g. info, success, warning, danger
1100
+ * Set the color of the toast. e.g. info, success, warning, danger
1101
1101
  */
1102
1102
  "color": FeedbackColors;
1103
1103
  /**
1104
- * Set open propertie to true to show the toast
1104
+ * Set `open` propertie to `true` to open the toast
1105
1105
  */
1106
1106
  "isOpen": boolean;
1107
1107
  /**
@@ -1131,7 +1131,7 @@ export namespace Components {
1131
1131
  }
1132
1132
  interface RoadTooltip {
1133
1133
  /**
1134
- * Shows the tooltip.
1134
+ * Close the tooltip.
1135
1135
  */
1136
1136
  "close": () => Promise<void>;
1137
1137
  /**
@@ -1143,7 +1143,7 @@ export namespace Components {
1143
1143
  */
1144
1144
  "isOpen": boolean;
1145
1145
  /**
1146
- * Shows the tooltip.
1146
+ * Open the tooltip.
1147
1147
  */
1148
1148
  "open": () => Promise<void>;
1149
1149
  /**
@@ -1534,7 +1534,7 @@ declare global {
1534
1534
  declare namespace LocalJSX {
1535
1535
  interface RoadAccordion {
1536
1536
  /**
1537
- * Set open to true to show the accordion element and to false to hide it.
1537
+ * Set to `true` to open the accordion and to `false` to close it.
1538
1538
  */
1539
1539
  "isOpen"?: boolean;
1540
1540
  }
@@ -1616,7 +1616,7 @@ declare namespace LocalJSX {
1616
1616
  /**
1617
1617
  * The button size.
1618
1618
  */
1619
- "size"?: 'sm' | 'md';
1619
+ "size"?: 'sm' | 'md' | 'lg';
1620
1620
  /**
1621
1621
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
1622
1622
  */
@@ -1745,7 +1745,7 @@ declare namespace LocalJSX {
1745
1745
  */
1746
1746
  "checkboxId"?: string;
1747
1747
  /**
1748
- * If `true`, the checkbox is selected.
1748
+ * If `true`, the checkbox is checked.
1749
1749
  */
1750
1750
  "checked"?: boolean;
1751
1751
  /**
@@ -1769,7 +1769,7 @@ declare namespace LocalJSX {
1769
1769
  */
1770
1770
  "name"?: string;
1771
1771
  /**
1772
- * Emitted when the toggle loses focus.
1772
+ * Emitted when the checkbox loses focus.
1773
1773
  */
1774
1774
  "onRoadBlur"?: (event: CustomEvent<void>) => void;
1775
1775
  /**
@@ -1780,7 +1780,7 @@ declare namespace LocalJSX {
1780
1780
  value: string | undefined | null
1781
1781
  }>) => void;
1782
1782
  /**
1783
- * Emitted when the toggle has focus.
1783
+ * Emitted when the checkbox has focus.
1784
1784
  */
1785
1785
  "onRoadFocus"?: (event: CustomEvent<void>) => void;
1786
1786
  /**
@@ -1798,15 +1798,15 @@ declare namespace LocalJSX {
1798
1798
  */
1799
1799
  "color"?: 'default' | 'secondary';
1800
1800
  /**
1801
- * Display close icon
1801
+ * Display a close icon
1802
1802
  */
1803
1803
  "hasCloseIcon"?: boolean;
1804
1804
  /**
1805
- * Display an outline style button.
1805
+ * Display an outline style chip.
1806
1806
  */
1807
1807
  "outline"?: boolean;
1808
1808
  /**
1809
- * Display an outline style button.
1809
+ * The chip size.
1810
1810
  */
1811
1811
  "size"?: 'md' | 'lg';
1812
1812
  }
@@ -1814,15 +1814,15 @@ declare namespace LocalJSX {
1814
1814
  }
1815
1815
  interface RoadCollapse {
1816
1816
  /**
1817
- * if "`true`" the button will be centered
1817
+ * if `true` the button will be centered
1818
1818
  */
1819
1819
  "centered"?: boolean;
1820
1820
  /**
1821
- * Set open to true to show the accordion element and to false to hide it.
1821
+ * Set to `true` to display the collapsed part and to `false` to hide it.
1822
1822
  */
1823
1823
  "isOpen"?: boolean;
1824
1824
  /**
1825
- * Text displayed in the button when the content is collapsed
1825
+ * Text displayed in the button when the content is not collapsed
1826
1826
  */
1827
1827
  "showLess"?: string;
1828
1828
  /**
@@ -1832,7 +1832,7 @@ declare namespace LocalJSX {
1832
1832
  }
1833
1833
  interface RoadCounter {
1834
1834
  /**
1835
- * The id of input
1835
+ * The id of counter
1836
1836
  */
1837
1837
  "inputId"?: string;
1838
1838
  /**
@@ -1860,7 +1860,7 @@ declare namespace LocalJSX {
1860
1860
  */
1861
1861
  "step"?: string;
1862
1862
  /**
1863
- * The value of the input.
1863
+ * The value of the counter.
1864
1864
  */
1865
1865
  "value"?: number;
1866
1866
  }
@@ -1946,7 +1946,7 @@ declare namespace LocalJSX {
1946
1946
  }
1947
1947
  interface RoadDropdown {
1948
1948
  /**
1949
- * Set open to true to show the dropdown menu.
1949
+ * Set to `true` to open the dropdown menu and to `false` to close it.
1950
1950
  */
1951
1951
  "isOpen"?: boolean;
1952
1952
  }
@@ -2530,7 +2530,7 @@ declare namespace LocalJSX {
2530
2530
  }
2531
2531
  interface RoadSwitch {
2532
2532
  /**
2533
- * If `true`, the toggle is selected.
2533
+ * If `true`, the switch is checked.
2534
2534
  */
2535
2535
  "checked"?: boolean;
2536
2536
  /**
@@ -2538,7 +2538,7 @@ declare namespace LocalJSX {
2538
2538
  */
2539
2539
  "color"?: 'secondary' | FeedbackColors;
2540
2540
  /**
2541
- * If `true`, the user cannot interact with the toggle.
2541
+ * If `true`, the user cannot interact with the switch.
2542
2542
  */
2543
2543
  "disabled"?: boolean;
2544
2544
  /**
@@ -2566,7 +2566,7 @@ declare namespace LocalJSX {
2566
2566
  */
2567
2567
  "on"?: string;
2568
2568
  /**
2569
- * Emitted when the toggle loses focus.
2569
+ * Emitted when the switch loses focus.
2570
2570
  */
2571
2571
  "onRoadBlur"?: (event: CustomEvent<void>) => void;
2572
2572
  /**
@@ -2577,11 +2577,11 @@ declare namespace LocalJSX {
2577
2577
  value: string | undefined | null
2578
2578
  }>) => void;
2579
2579
  /**
2580
- * Emitted when the toggle has focus.
2580
+ * Emitted when the switch has focus.
2581
2581
  */
2582
2582
  "onRoadFocus"?: (event: CustomEvent<void>) => void;
2583
2583
  /**
2584
- * The id of input
2584
+ * The id of switch
2585
2585
  */
2586
2586
  "switchId"?: string;
2587
2587
  /**
@@ -2663,7 +2663,7 @@ declare namespace LocalJSX {
2663
2663
  */
2664
2664
  "autocapitalize"?: string;
2665
2665
  /**
2666
- * This Boolean attribute lets you specify that a form control should have input focus when the page loads.
2666
+ * This Boolean attribute lets you specify that a form control should have focus when the page loads.
2667
2667
  */
2668
2668
  "autofocus"?: boolean;
2669
2669
  /**
@@ -2671,7 +2671,7 @@ declare namespace LocalJSX {
2671
2671
  */
2672
2672
  "cols"?: number;
2673
2673
  /**
2674
- * If `true`, the user cannot interact with the input.
2674
+ * If `true`, the user cannot interact with the textarea.
2675
2675
  */
2676
2676
  "disabled"?: boolean;
2677
2677
  /**
@@ -2703,7 +2703,7 @@ declare namespace LocalJSX {
2703
2703
  */
2704
2704
  "name"?: string;
2705
2705
  /**
2706
- * Emitted when the input loses focus.
2706
+ * Emitted when the textarea loses focus.
2707
2707
  */
2708
2708
  "onRoadBlur"?: (event: CustomEvent<void>) => void;
2709
2709
  /**
@@ -2713,7 +2713,7 @@ declare namespace LocalJSX {
2713
2713
  value: string | undefined | null
2714
2714
  }>) => void;
2715
2715
  /**
2716
- * Emitted when the input has focus.
2716
+ * Emitted when the textarea has focus.
2717
2717
  */
2718
2718
  "onRoadFocus"?: (event: CustomEvent<void>) => void;
2719
2719
  /**
@@ -2721,7 +2721,7 @@ declare namespace LocalJSX {
2721
2721
  */
2722
2722
  "onRoadInput"?: (event: CustomEvent<KeyboardEvent>) => void;
2723
2723
  /**
2724
- * Instructional text that shows before the input has a value.
2724
+ * Instructional text that shows before the textarea has a value.
2725
2725
  */
2726
2726
  "placeholder"?: string;
2727
2727
  /**
@@ -2741,11 +2741,11 @@ declare namespace LocalJSX {
2741
2741
  */
2742
2742
  "spellcheck"?: boolean;
2743
2743
  /**
2744
- * The id of input
2744
+ * The id of textarea
2745
2745
  */
2746
2746
  "textareaId"?: string;
2747
2747
  /**
2748
- * The value of the input.
2748
+ * The value of the textarea.
2749
2749
  */
2750
2750
  "value"?: string | null;
2751
2751
  /**
@@ -2755,11 +2755,11 @@ declare namespace LocalJSX {
2755
2755
  }
2756
2756
  interface RoadToast {
2757
2757
  /**
2758
- * Set the color of toast. e.g. info, success, warning, danger
2758
+ * Set the color of the toast. e.g. info, success, warning, danger
2759
2759
  */
2760
2760
  "color"?: FeedbackColors;
2761
2761
  /**
2762
- * Set open propertie to true to show the toast
2762
+ * Set `open` propertie to `true` to open the toast
2763
2763
  */
2764
2764
  "isOpen"?: boolean;
2765
2765
  /**
@@ -666,7 +666,7 @@ export declare namespace JSXBase {
666
666
  use: JSXBase.SVGAttributes;
667
667
  view: JSXBase.SVGAttributes;
668
668
  }
669
- interface SlotAttributes {
669
+ interface SlotAttributes extends JSXAttributes {
670
670
  name?: string;
671
671
  slot?: string;
672
672
  onSlotchange?: (event: Event) => void;
@@ -1427,9 +1427,7 @@ export declare namespace JSXBase {
1427
1427
  z?: number | string;
1428
1428
  zoomAndPan?: string;
1429
1429
  }
1430
- interface DOMAttributes<T = Element> {
1431
- key?: string | number;
1432
- ref?: (elm?: T) => void;
1430
+ interface DOMAttributes<T> extends JSXAttributes<T> {
1433
1431
  slot?: string;
1434
1432
  part?: string;
1435
1433
  exportparts?: string;
@@ -1550,6 +1548,10 @@ export declare namespace JSXBase {
1550
1548
  onTransitionEndCapture?: (event: TransitionEvent) => void;
1551
1549
  }
1552
1550
  }
1551
+ export interface JSXAttributes<T = Element> {
1552
+ key?: string | number;
1553
+ ref?: (elm?: T) => void;
1554
+ }
1553
1555
  export interface CustomElementsDefineOptions {
1554
1556
  exclude?: string[];
1555
1557
  resourcesUrl?: string;