@roadtrip/components 2.28.0 → 2.30.0

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 (860) hide show
  1. package/dist/cjs/{index-38dff3de.js → index-575ae25f.js} +2 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/road-accordion.cjs.entry.js +10 -3
  4. package/dist/cjs/road-badge_11.cjs.entry.js +1 -1
  5. package/dist/cjs/road-banner.cjs.entry.js +45 -0
  6. package/dist/cjs/road-carousel.cjs.entry.js +1 -1
  7. package/dist/cjs/road-checkbox.cjs.entry.js +3 -3
  8. package/dist/cjs/road-chip.cjs.entry.js +1 -1
  9. package/dist/cjs/road-dialog.cjs.entry.js +1 -1
  10. package/dist/cjs/road-input.cjs.entry.js +2 -2
  11. package/dist/cjs/road-modal.cjs.entry.js +1 -1
  12. package/dist/cjs/road-plate-number.cjs.entry.js +1 -1
  13. package/dist/cjs/road-radio-group.cjs.entry.js +2 -2
  14. package/dist/cjs/road-range.cjs.entry.js +7 -2
  15. package/dist/cjs/road-rating.cjs.entry.js +1 -1
  16. package/dist/cjs/road-select-filter.cjs.entry.js +12 -1
  17. package/dist/cjs/road-tab-bar.cjs.entry.js +1 -1
  18. package/dist/cjs/road-tab-button.cjs.entry.js +1 -1
  19. package/dist/cjs/road-textarea.cjs.entry.js +2 -2
  20. package/dist/cjs/road-toast.cjs.entry.js +1 -1
  21. package/dist/cjs/roadtrip.cjs.js +1 -1
  22. package/dist/collection/collection-manifest.json +1 -0
  23. package/dist/collection/components/accordion/accordion.css +33 -1
  24. package/dist/collection/components/accordion/accordion.js +28 -3
  25. package/dist/collection/components/accordion/accordion.stories.js +5 -1
  26. package/dist/collection/components/banner/banner.css +48 -0
  27. package/dist/collection/components/banner/banner.js +152 -0
  28. package/dist/collection/components/banner/banner.stories.js +39 -0
  29. package/dist/collection/components/checkbox/checkbox.css +10 -0
  30. package/dist/collection/components/checkbox/checkbox.js +19 -1
  31. package/dist/collection/components/checkbox/checkbox.stories.js +4 -0
  32. package/dist/collection/components/icon/svg/alert-error-outline-color.svg +1 -1
  33. package/dist/collection/components/icon/svg/alert-info-outline-color.svg +1 -1
  34. package/dist/collection/components/icon/svg/alert-question-outline-color.svg +1 -1
  35. package/dist/collection/components/icon/svg/alert-valid-outline-color.svg +1 -1
  36. package/dist/collection/components/icon/svg/alert-warning-outline-color.svg +1 -1
  37. package/dist/collection/components/icon/svg/alternator-color.svg +1 -1
  38. package/dist/collection/components/icon/svg/archive-outline-color.svg +1 -1
  39. package/dist/collection/components/icon/svg/axle-support-color.svg +1 -1
  40. package/dist/collection/components/icon/svg/bacterium-color.svg +1 -1
  41. package/dist/collection/components/icon/svg/battery-charger-color.svg +1 -1
  42. package/dist/collection/components/icon/svg/battery-color.svg +1 -1
  43. package/dist/collection/components/icon/svg/battery-recycle-color.svg +1 -1
  44. package/dist/collection/components/icon/svg/battery-start-stop-color.svg +1 -1
  45. package/dist/collection/components/icon/svg/book-service-color.svg +1 -1
  46. package/dist/collection/components/icon/svg/book-technical-color.svg +1 -1
  47. package/dist/collection/components/icon/svg/brake-outline-color.svg +1 -1
  48. package/dist/collection/components/icon/svg/brake-pad-color.svg +1 -1
  49. package/dist/collection/components/icon/svg/bulk-3d-color.svg +1 -1
  50. package/dist/collection/components/icon/svg/bundle-color.svg +1 -1
  51. package/dist/collection/components/icon/svg/cable-color.svg +1 -1
  52. package/dist/collection/components/icon/svg/calculator-color.svg +1 -1
  53. package/dist/collection/components/icon/svg/call-center-color.svg +1 -1
  54. package/dist/collection/components/icon/svg/camera-off-outline-color.svg +1 -1
  55. package/dist/collection/components/icon/svg/camera-outline-color.svg +1 -1
  56. package/dist/collection/components/icon/svg/car-door-color.svg +1 -1
  57. package/dist/collection/components/icon/svg/car-petrol-off-color.svg +1 -1
  58. package/dist/collection/components/icon/svg/car-petrol-outline-color.svg +1 -1
  59. package/dist/collection/components/icon/svg/car-power-color.svg +1 -1
  60. package/dist/collection/components/icon/svg/carpet-color.svg +1 -1
  61. package/dist/collection/components/icon/svg/certified-outline-color.svg +1 -1
  62. package/dist/collection/components/icon/svg/certified-warning-outline-color.svg +1 -1
  63. package/dist/collection/components/icon/svg/check-list-color.svg +1 -1
  64. package/dist/collection/components/icon/svg/check-point-color.svg +1 -1
  65. package/dist/collection/components/icon/svg/check-point-location-color.svg +1 -1
  66. package/dist/collection/components/icon/svg/cleanser-color.svg +1 -1
  67. package/dist/collection/components/icon/svg/cloud-download-color.svg +1 -1
  68. package/dist/collection/components/icon/svg/cloud-upload-color.svg +1 -1
  69. package/dist/collection/components/icon/svg/clutch-color.svg +1 -1
  70. package/dist/collection/components/icon/svg/control-switch-color.svg +1 -1
  71. package/dist/collection/components/icon/svg/coolbox-color.svg +1 -1
  72. package/dist/collection/components/icon/svg/cooling-color.svg +1 -1
  73. package/dist/collection/components/icon/svg/cover-color.svg +1 -1
  74. package/dist/collection/components/icon/svg/covid-stop-color.svg +1 -1
  75. package/dist/collection/components/icon/svg/data-add-color.svg +1 -1
  76. package/dist/collection/components/icon/svg/data-bar-color.svg +1 -1
  77. package/dist/collection/components/icon/svg/data-color.svg +1 -1
  78. package/dist/collection/components/icon/svg/data-tech-outline-color.svg +1 -1
  79. package/dist/collection/components/icon/svg/data-up-color.svg +1 -1
  80. package/dist/collection/components/icon/svg/delete-forever-color.svg +1 -1
  81. package/dist/collection/components/icon/svg/device-color.svg +1 -1
  82. package/dist/collection/components/icon/svg/device-rotate-color.svg +1 -1
  83. package/dist/collection/components/icon/svg/device-smartphone-color.svg +1 -1
  84. package/dist/collection/components/icon/svg/device-smartphone-music-color.svg +1 -1
  85. package/dist/collection/components/icon/svg/device-smartphone-sms-color.svg +1 -1
  86. package/dist/collection/components/icon/svg/device-smartphone-sms-wrench-color.svg +1 -1
  87. package/dist/collection/components/icon/svg/device-tablet-color.svg +1 -1
  88. package/dist/collection/components/icon/svg/diagnostic-color.svg +1 -1
  89. package/dist/collection/components/icon/svg/discount-prct-outline-color.svg +1 -1
  90. package/dist/collection/components/icon/svg/discount-ticket-color.svg +1 -1
  91. package/dist/collection/components/icon/svg/download-color.svg +1 -1
  92. package/dist/collection/components/icon/svg/edit-outline-color.svg +1 -1
  93. package/dist/collection/components/icon/svg/edit-pen-color.svg +1 -1
  94. package/dist/collection/components/icon/svg/electric-plug-13pin-color.svg +1 -1
  95. package/dist/collection/components/icon/svg/electric-plug-7pin-color.svg +1 -1
  96. package/dist/collection/components/icon/svg/engine-color.svg +1 -1
  97. package/dist/collection/components/icon/svg/engine-electric-color.svg +1 -1
  98. package/dist/collection/components/icon/svg/engine-lubrication-color.svg +1 -1
  99. package/dist/collection/components/icon/svg/engine-piston-color.svg +1 -1
  100. package/dist/collection/components/icon/svg/exhaust-pipe-color.svg +1 -1
  101. package/dist/collection/components/icon/svg/factory-color.svg +1 -1
  102. package/dist/collection/components/icon/svg/fidelity-card-color.svg +1 -1
  103. package/dist/collection/components/icon/svg/fidelity-card-wallet-color.svg +1 -1
  104. package/dist/collection/components/icon/svg/file-business-outline-color.svg +1 -1
  105. package/dist/collection/components/icon/svg/file-catalog-color.svg +1 -1
  106. package/dist/collection/components/icon/svg/file-copy-color.svg +1 -1
  107. package/dist/collection/components/icon/svg/file-edit-color.svg +1 -1
  108. package/dist/collection/components/icon/svg/file-excel-color.svg +1 -1
  109. package/dist/collection/components/icon/svg/file-list-outline-color.svg +1 -1
  110. package/dist/collection/components/icon/svg/file-pdf-color.svg +1 -1
  111. package/dist/collection/components/icon/svg/file-pdf-outline-color.svg +1 -1
  112. package/dist/collection/components/icon/svg/file-powerpoint-color.svg +1 -1
  113. package/dist/collection/components/icon/svg/file-technical-color.svg +1 -1
  114. package/dist/collection/components/icon/svg/file-word-color.svg +1 -1
  115. package/dist/collection/components/icon/svg/filter-color.svg +1 -1
  116. package/dist/collection/components/icon/svg/filter-particle-color.svg +1 -1
  117. package/dist/collection/components/icon/svg/filter-sport-color.svg +1 -1
  118. package/dist/collection/components/icon/svg/flower-color.svg +1 -1
  119. package/dist/collection/components/icon/svg/fuel-air-supply-color.svg +1 -1
  120. package/dist/collection/components/icon/svg/fuel-door-color.svg +1 -1
  121. package/dist/collection/components/icon/svg/funding-best-price-color.svg +1 -1
  122. package/dist/collection/components/icon/svg/funding-outline-color.svg +1 -1
  123. package/dist/collection/components/icon/svg/funding-small-color.svg +1 -1
  124. package/dist/collection/components/icon/svg/fuse-color.svg +1 -1
  125. package/dist/collection/components/icon/svg/garage-color.svg +1 -1
  126. package/dist/collection/components/icon/svg/garage-house-color.svg +1 -1
  127. package/dist/collection/components/icon/svg/gas-5-color.svg +1 -1
  128. package/dist/collection/components/icon/svg/gasket-outline-color.svg +1 -1
  129. package/dist/collection/components/icon/svg/gearbox-color.svg +1 -1
  130. package/dist/collection/components/icon/svg/gift-color.svg +1 -1
  131. package/dist/collection/components/icon/svg/gps-color.svg +1 -1
  132. package/dist/collection/components/icon/svg/hear-color.svg +1 -1
  133. package/dist/collection/components/icon/svg/helmet-bike-color.svg +1 -1
  134. package/dist/collection/components/icon/svg/helmet-cross-color.svg +1 -1
  135. package/dist/collection/components/icon/svg/helmet-full-color.svg +1 -1
  136. package/dist/collection/components/icon/svg/helmet-half-jet-color.svg +1 -1
  137. package/dist/collection/components/icon/svg/helmet-jet-color.svg +1 -1
  138. package/dist/collection/components/icon/svg/helmet-modular-color.svg +1 -1
  139. package/dist/collection/components/icon/svg/helmet-skate-color.svg +1 -1
  140. package/dist/collection/components/icon/svg/hook-hitch-color.svg +1 -1
  141. package/dist/collection/components/icon/svg/house-color.svg +1 -1
  142. package/dist/collection/components/icon/svg/identity-card-color.svg +1 -1
  143. package/dist/collection/components/icon/svg/key-outline-color.svg +1 -1
  144. package/dist/collection/components/icon/svg/light-beam-back-color.svg +1 -1
  145. package/dist/collection/components/icon/svg/light-beam-color.svg +1 -1
  146. package/dist/collection/components/icon/svg/light-beam-day-color.svg +1 -1
  147. package/dist/collection/components/icon/svg/light-beam-fog-color.svg +1 -1
  148. package/dist/collection/components/icon/svg/light-beam-high-color.svg +1 -1
  149. package/dist/collection/components/icon/svg/light-beam-numberplate-color.svg +1 -1
  150. package/dist/collection/components/icon/svg/light-beam-signal-color.svg +1 -1
  151. package/dist/collection/components/icon/svg/light-beam-stop-color.svg +1 -1
  152. package/dist/collection/components/icon/svg/light-beam-turn-color.svg +1 -1
  153. package/dist/collection/components/icon/svg/light-box-color.svg +1 -1
  154. package/dist/collection/components/icon/svg/light-bulb-color.svg +1 -1
  155. package/dist/collection/components/icon/svg/light-color.svg +1 -1
  156. package/dist/collection/components/icon/svg/light-master-color.svg +1 -1
  157. package/dist/collection/components/icon/svg/light-sidelight-color.svg +1 -1
  158. package/dist/collection/components/icon/svg/link-broken-color.svg +1 -1
  159. package/dist/collection/components/icon/svg/link-color.svg +1 -1
  160. package/dist/collection/components/icon/svg/load-cached-color.svg +1 -1
  161. package/dist/collection/components/icon/svg/load-hitstory-color.svg +1 -1
  162. package/dist/collection/components/icon/svg/load-sync-problem-color.svg +1 -1
  163. package/dist/collection/components/icon/svg/load-update-color.svg +1 -1
  164. package/dist/collection/components/icon/svg/location-pin-all-outline-color.svg +1 -1
  165. package/dist/collection/components/icon/svg/location-pin-outline-color.svg +1 -1
  166. package/dist/collection/components/icon/svg/location-target-color.svg +1 -1
  167. package/dist/collection/components/icon/svg/lowering-down-color.svg +1 -1
  168. package/dist/collection/components/icon/svg/lowering-up-color.svg +1 -1
  169. package/dist/collection/components/icon/svg/mail-outline-send-color.svg +1 -1
  170. package/dist/collection/components/icon/svg/meeting-check-color.svg +1 -1
  171. package/dist/collection/components/icon/svg/meeting-color.svg +1 -1
  172. package/dist/collection/components/icon/svg/meeting-maintenance-color.svg +1 -1
  173. package/dist/collection/components/icon/svg/meeting-off-color.svg +1 -1
  174. package/dist/collection/components/icon/svg/meeting-online-color.svg +1 -1
  175. package/dist/collection/components/icon/svg/meeting-week-color.svg +1 -1
  176. package/dist/collection/components/icon/svg/mic-off-outline-color.svg +1 -1
  177. package/dist/collection/components/icon/svg/mic-outline-color.svg +1 -1
  178. package/dist/collection/components/icon/svg/navigation-dashboard-outline-color.svg +1 -1
  179. package/dist/collection/components/icon/svg/navigation-launch-color.svg +1 -1
  180. package/dist/collection/components/icon/svg/navigation-layers-outline-color.svg +1 -1
  181. package/dist/collection/components/icon/svg/navigation-setting-outline-color.svg +1 -1
  182. package/dist/collection/components/icon/svg/nose-odour-color.svg +1 -1
  183. package/dist/collection/components/icon/svg/nut-outline-color.svg +1 -1
  184. package/dist/collection/components/icon/svg/oil-can-outline-color.svg +1 -1
  185. package/dist/collection/components/icon/svg/oil-can-small-color.svg +1 -1
  186. package/dist/collection/components/icon/svg/oil-change-color.svg +1 -1
  187. package/dist/collection/components/icon/svg/oil-color.svg +1 -1
  188. package/dist/collection/components/icon/svg/oil-cruet-color.svg +1 -1
  189. package/dist/collection/components/icon/svg/paint-color.svg +1 -1
  190. package/dist/collection/components/icon/svg/parking-break-color.svg +1 -1
  191. package/dist/collection/components/icon/svg/pass-maintain-color.svg +1 -1
  192. package/dist/collection/components/icon/svg/pass-maintain-logo-color.svg +1 -1
  193. package/dist/collection/components/icon/svg/pass-maintain-logo-outline-color.svg +1 -1
  194. package/dist/collection/components/icon/svg/payment-bill-color.svg +1 -1
  195. package/dist/collection/components/icon/svg/payment-card-color.svg +1 -1
  196. package/dist/collection/components/icon/svg/payment-cash-color.svg +1 -1
  197. package/dist/collection/components/icon/svg/payment-delevery-color.svg +1 -1
  198. package/dist/collection/components/icon/svg/payment-safety-color.svg +1 -1
  199. package/dist/collection/components/icon/svg/payment-store-color.svg +1 -1
  200. package/dist/collection/components/icon/svg/people-add-outline-color.svg +1 -1
  201. package/dist/collection/components/icon/svg/people-car-fleet-color.svg +1 -1
  202. package/dist/collection/components/icon/svg/people-card-color.svg +1 -1
  203. package/dist/collection/components/icon/svg/people-community-outline-color.svg +1 -1
  204. package/dist/collection/components/icon/svg/people-coworker-color.svg +1 -1
  205. package/dist/collection/components/icon/svg/people-coworker-norauto-color.svg +1 -1
  206. package/dist/collection/components/icon/svg/people-group-outline-color.svg +1 -1
  207. package/dist/collection/components/icon/svg/people-home-outline-color.svg +1 -1
  208. package/dist/collection/components/icon/svg/people-vip-outline-color.svg +1 -1
  209. package/dist/collection/components/icon/svg/petrol-outline-color.svg +1 -1
  210. package/dist/collection/components/icon/svg/picture-color.svg +1 -1
  211. package/dist/collection/components/icon/svg/player-dvd-color.svg +1 -1
  212. package/dist/collection/components/icon/svg/player-radio-music-outline-color.svg +1 -1
  213. package/dist/collection/components/icon/svg/player-radio-outline-color.svg +1 -1
  214. package/dist/collection/components/icon/svg/player-touchscreen-color.svg +1 -1
  215. package/dist/collection/components/icon/svg/player-touchscreen-motorized-color.svg +1 -1
  216. package/dist/collection/components/icon/svg/player-video-color.svg +1 -1
  217. package/dist/collection/components/icon/svg/power-color.svg +1 -1
  218. package/dist/collection/components/icon/svg/purchase-history-color.svg +1 -1
  219. package/dist/collection/components/icon/svg/radiator-color.svg +1 -1
  220. package/dist/collection/components/icon/svg/rent-back-color.svg +1 -1
  221. package/dist/collection/components/icon/svg/rent-color.svg +1 -1
  222. package/dist/collection/components/icon/svg/roof-rack-cross-bars-color.svg +1 -1
  223. package/dist/collection/components/icon/svg/rubber-outline-color.svg +1 -1
  224. package/dist/collection/components/icon/svg/save-disk-color.svg +1 -1
  225. package/dist/collection/components/icon/svg/scan-bar-code-color.svg +1 -1
  226. package/dist/collection/components/icon/svg/scan-color.svg +1 -1
  227. package/dist/collection/components/icon/svg/scan-qr-code-color.svg +1 -1
  228. package/dist/collection/components/icon/svg/scissor-color.svg +1 -1
  229. package/dist/collection/components/icon/svg/secure-back-door-lock-color.svg +1 -1
  230. package/dist/collection/components/icon/svg/secure-cable-color.svg +1 -1
  231. package/dist/collection/components/icon/svg/secure-cable-lock-color.svg +1 -1
  232. package/dist/collection/components/icon/svg/secure-chain-color.svg +1 -1
  233. package/dist/collection/components/icon/svg/secure-cuff-lock-color.svg +1 -1
  234. package/dist/collection/components/icon/svg/secure-disk-lock-color.svg +1 -1
  235. package/dist/collection/components/icon/svg/secure-folding-lock-color.svg +1 -1
  236. package/dist/collection/components/icon/svg/secure-frame-lock-color.svg +1 -1
  237. package/dist/collection/components/icon/svg/secure-gearbox-color.svg +1 -1
  238. package/dist/collection/components/icon/svg/secure-level-first-color.svg +1 -1
  239. package/dist/collection/components/icon/svg/secure-level-hours-color.svg +1 -1
  240. package/dist/collection/components/icon/svg/secure-level-minute-color.svg +1 -1
  241. package/dist/collection/components/icon/svg/secure-level-night-and-day-color.svg +1 -1
  242. package/dist/collection/components/icon/svg/secure-level-second-color.svg +1 -1
  243. package/dist/collection/components/icon/svg/secure-level-third-color.svg +1 -1
  244. package/dist/collection/components/icon/svg/secure-lock-color.svg +1 -1
  245. package/dist/collection/components/icon/svg/secure-lock-open-color.svg +1 -1
  246. package/dist/collection/components/icon/svg/secure-pedal-color.svg +1 -1
  247. package/dist/collection/components/icon/svg/secure-steering-color.svg +1 -1
  248. package/dist/collection/components/icon/svg/secure-steering-dashboard-color.svg +1 -1
  249. package/dist/collection/components/icon/svg/secure-steering-pedal-color.svg +1 -1
  250. package/dist/collection/components/icon/svg/secure-u-lock-color.svg +1 -1
  251. package/dist/collection/components/icon/svg/secure-wheel-color.svg +1 -1
  252. package/dist/collection/components/icon/svg/security-belt-outline-color.svg +1 -1
  253. package/dist/collection/components/icon/svg/security-color.svg +1 -1
  254. package/dist/collection/components/icon/svg/sensor-color.svg +1 -1
  255. package/dist/collection/components/icon/svg/shipping-checked-color.svg +1 -1
  256. package/dist/collection/components/icon/svg/shipping-click-and-collect-color.svg +1 -1
  257. package/dist/collection/components/icon/svg/shipping-color.svg +1 -1
  258. package/dist/collection/components/icon/svg/shipping-express-color.svg +1 -1
  259. package/dist/collection/components/icon/svg/shipping-locator-color.svg +1 -1
  260. package/dist/collection/components/icon/svg/shipping-locker-color.svg +1 -1
  261. package/dist/collection/components/icon/svg/shipping-outline-color.svg +1 -1
  262. package/dist/collection/components/icon/svg/shipping-return-color.svg +1 -1
  263. package/dist/collection/components/icon/svg/shock-absorber-color.svg +1 -1
  264. package/dist/collection/components/icon/svg/shop-color.svg +1 -1
  265. package/dist/collection/components/icon/svg/shopping-cart-add-color.svg +1 -1
  266. package/dist/collection/components/icon/svg/shopping-cart-sad-color.svg +1 -1
  267. package/dist/collection/components/icon/svg/sound-0-outline-color.svg +1 -1
  268. package/dist/collection/components/icon/svg/sound-1-outline-color.svg +1 -1
  269. package/dist/collection/components/icon/svg/sound-2-outline-color.svg +1 -1
  270. package/dist/collection/components/icon/svg/sound-3-outline-color.svg +1 -1
  271. package/dist/collection/components/icon/svg/spark-color.svg +1 -1
  272. package/dist/collection/components/icon/svg/speak-advice-outline-color.svg +1 -1
  273. package/dist/collection/components/icon/svg/speak-outline-color.svg +1 -1
  274. package/dist/collection/components/icon/svg/speaker-color.svg +1 -1
  275. package/dist/collection/components/icon/svg/station-electric-outline-color.svg +1 -1
  276. package/dist/collection/components/icon/svg/steering-control-color.svg +1 -1
  277. package/dist/collection/components/icon/svg/steering-control-flat-color.svg +1 -1
  278. package/dist/collection/components/icon/svg/steering-control-four-spoke-color.svg +1 -1
  279. package/dist/collection/components/icon/svg/style-color.svg +1 -1
  280. package/dist/collection/components/icon/svg/time-access-color.svg +1 -1
  281. package/dist/collection/components/icon/svg/timer-1h-color.svg +1 -1
  282. package/dist/collection/components/icon/svg/timer-2h-color.svg +1 -1
  283. package/dist/collection/components/icon/svg/timer-color.svg +1 -1
  284. package/dist/collection/components/icon/svg/timer-hourglass-outline-color.svg +1 -1
  285. package/dist/collection/components/icon/svg/timing-belt-color.svg +1 -1
  286. package/dist/collection/components/icon/svg/tire-all-terrain-color.svg +1 -1
  287. package/dist/collection/components/icon/svg/tire-color.svg +1 -1
  288. package/dist/collection/components/icon/svg/tire-diameter-color.svg +1 -1
  289. package/dist/collection/components/icon/svg/tire-energy-color.svg +1 -1
  290. package/dist/collection/components/icon/svg/tire-flat-color.svg +1 -1
  291. package/dist/collection/components/icon/svg/tire-hotel-outline-color.svg +1 -1
  292. package/dist/collection/components/icon/svg/tire-hub-cap-color.svg +1 -1
  293. package/dist/collection/components/icon/svg/tire-ice-color.svg +1 -1
  294. package/dist/collection/components/icon/svg/tire-parallelism-color.svg +1 -1
  295. package/dist/collection/components/icon/svg/tire-rain-color.svg +1 -1
  296. package/dist/collection/components/icon/svg/tire-rim-color.svg +1 -1
  297. package/dist/collection/components/icon/svg/tire-sidewall-height-color.svg +1 -1
  298. package/dist/collection/components/icon/svg/tire-snow-chain-color.svg +1 -1
  299. package/dist/collection/components/icon/svg/tire-snow-color.svg +1 -1
  300. package/dist/collection/components/icon/svg/tire-snow-studded-color.svg +1 -1
  301. package/dist/collection/components/icon/svg/tire-sound-color.svg +1 -1
  302. package/dist/collection/components/icon/svg/tire-sun-color.svg +1 -1
  303. package/dist/collection/components/icon/svg/tire-sun-snow-color.svg +1 -1
  304. package/dist/collection/components/icon/svg/tire-suspension-color.svg +1 -1
  305. package/dist/collection/components/icon/svg/tire-wheel-diameter-color.svg +1 -1
  306. package/dist/collection/components/icon/svg/tire-wheel-rim-color.svg +1 -1
  307. package/dist/collection/components/icon/svg/tire-wheel-steel-color.svg +1 -1
  308. package/dist/collection/components/icon/svg/tire-witdh-color.svg +1 -1
  309. package/dist/collection/components/icon/svg/transmission-color.svg +1 -1
  310. package/dist/collection/components/icon/svg/trash-bin-color.svg +1 -1
  311. package/dist/collection/components/icon/svg/travel-backpack-color.svg +1 -1
  312. package/dist/collection/components/icon/svg/travel-bag-color.svg +1 -1
  313. package/dist/collection/components/icon/svg/travel-briefcase-color.svg +1 -1
  314. package/dist/collection/components/icon/svg/travel-rolling-suitcase-color.svg +1 -1
  315. package/dist/collection/components/icon/svg/travel-suitcase-color.svg +1 -1
  316. package/dist/collection/components/icon/svg/trick-outline-color.svg +1 -1
  317. package/dist/collection/components/icon/svg/vehicle-bike-color.svg +1 -1
  318. package/dist/collection/components/icon/svg/vehicle-bike-electric-color.svg +1 -1
  319. package/dist/collection/components/icon/svg/vehicle-bike-rack-outline-color.svg +1 -1
  320. package/dist/collection/components/icon/svg/vehicle-car-add-outline-color.svg +1 -1
  321. package/dist/collection/components/icon/svg/vehicle-car-all-authorize-outline-color.svg +1 -1
  322. package/dist/collection/components/icon/svg/vehicle-car-all-outline-color.svg +1 -1
  323. package/dist/collection/components/icon/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -1
  324. package/dist/collection/components/icon/svg/vehicle-car-bodywork-outline-color.svg +1 -1
  325. package/dist/collection/components/icon/svg/vehicle-car-checked-outline-color.svg +1 -1
  326. package/dist/collection/components/icon/svg/vehicle-car-outline-color.svg +1 -1
  327. package/dist/collection/components/icon/svg/vehicle-car-setting-outline-color.svg +1 -1
  328. package/dist/collection/components/icon/svg/vehicle-car-side-tire-behind-color.svg +1 -1
  329. package/dist/collection/components/icon/svg/vehicle-car-side-tire-front-outline-color.svg +1 -1
  330. package/dist/collection/components/icon/svg/vehicle-car-unknowoutline-color.svg +1 -1
  331. package/dist/collection/components/icon/svg/vehicle-car-unselected-outline-color.svg +1 -1
  332. package/dist/collection/components/icon/svg/vehicle-carport-color.svg +1 -1
  333. package/dist/collection/components/icon/svg/vehicle-delevery-fast-outline-color.svg +1 -1
  334. package/dist/collection/components/icon/svg/vehicle-delevery-meeting-outline-color.svg +1 -1
  335. package/dist/collection/components/icon/svg/vehicle-drive-carport-color.svg +1 -1
  336. package/dist/collection/components/icon/svg/vehicle-drive-color.svg +1 -1
  337. package/dist/collection/components/icon/svg/vehicle-moto-bike-outline-color.svg +1 -1
  338. package/dist/collection/components/icon/svg/vehicle-moto-outline-color.svg +1 -1
  339. package/dist/collection/components/icon/svg/vehicle-roof-box-outline-color.svg +1 -1
  340. package/dist/collection/components/icon/svg/vehicle-scooter-kick-color.svg +1 -1
  341. package/dist/collection/components/icon/svg/vehicle-scooter-kick-electric-color.svg +1 -1
  342. package/dist/collection/components/icon/svg/vehicle-scooter-outline-color.svg +1 -1
  343. package/dist/collection/components/icon/svg/vehicle-tire-invert-outline-color.svg +1 -1
  344. package/dist/collection/components/icon/svg/vehicle-workshop-outline-color.svg +1 -1
  345. package/dist/collection/components/icon/svg/ventilator-color.svg +1 -1
  346. package/dist/collection/components/icon/svg/view-3d-360-color.svg +1 -1
  347. package/dist/collection/components/icon/svg/view-3d-360-disabled-color.svg +1 -1
  348. package/dist/collection/components/icon/svg/virus-color.svg +1 -1
  349. package/dist/collection/components/icon/svg/visibility-off-outline-color.svg +1 -1
  350. package/dist/collection/components/icon/svg/visibility-outline-color.svg +1 -1
  351. package/dist/collection/components/icon/svg/warehouse-color.svg +1 -1
  352. package/dist/collection/components/icon/svg/weather-rain-outline-color.svg +1 -1
  353. package/dist/collection/components/icon/svg/wheel-bearings-color.svg +1 -1
  354. package/dist/collection/components/icon/svg/wheel-hub-cap-color.svg +1 -1
  355. package/dist/collection/components/icon/svg/wheel-rim-color.svg +1 -1
  356. package/dist/collection/components/icon/svg/wheel-rim-double-spoke-outline-color.svg +1 -1
  357. package/dist/collection/components/icon/svg/wheel-rim-honeycomb-outline-color.svg +1 -1
  358. package/dist/collection/components/icon/svg/wheel-rim-multi-spoke-outline-color.svg +1 -1
  359. package/dist/collection/components/icon/svg/windscreen-back-fluid-color.svg +1 -1
  360. package/dist/collection/components/icon/svg/windscreen-back-frost-color.svg +1 -1
  361. package/dist/collection/components/icon/svg/windscreen-back-wiper-color.svg +1 -1
  362. package/dist/collection/components/icon/svg/windscreen-color.svg +1 -1
  363. package/dist/collection/components/icon/svg/windscreen-fluid-color.svg +1 -1
  364. package/dist/collection/components/icon/svg/windscreen-frost-color.svg +1 -1
  365. package/dist/collection/components/icon/svg/windscreen-wiper-color.svg +1 -1
  366. package/dist/collection/components/icon/svg/windscreen-wipers-color.svg +1 -1
  367. package/dist/collection/components/icon/svg/windscreen-wipers-left-color.svg +1 -1
  368. package/dist/collection/components/icon/svg/windscreen-wipers-right-color.svg +1 -1
  369. package/dist/collection/components/icon/svg/windscreen-wipers.svg +1 -1
  370. package/dist/collection/components/icon/svg/work-order-awaiting-approval-color.svg +1 -1
  371. package/dist/collection/components/icon/svg/work-order-check-outline-color.svg +1 -1
  372. package/dist/collection/components/icon/svg/work-order-diagnostic-outline-color.svg +1 -1
  373. package/dist/collection/components/icon/svg/work-order-pass-maintain-color.svg +1 -1
  374. package/dist/collection/components/icon/svg/work-order-view-outline-color.svg +1 -1
  375. package/dist/collection/components/icon/svg/work-order-wait-check-outline-color.svg +1 -1
  376. package/dist/collection/components/icon/svg/world-color.svg +1 -1
  377. package/dist/collection/components/icon/svg/wrench-hand-color.svg +1 -1
  378. package/dist/collection/components/icon/svg/wrench-hand-dual-color.svg +1 -1
  379. package/dist/collection/components/icon/svg/wrench-outline-color.svg +1 -1
  380. package/dist/collection/components/icon/svg/wrench-tools-outline-color.svg +1 -1
  381. package/dist/collection/components/icon/svg/zoom-in-color.svg +1 -1
  382. package/dist/collection/components/icon/svg/zoom-out-color.svg +1 -1
  383. package/dist/collection/components/input/input.css +10 -0
  384. package/dist/collection/components/input/input.js +19 -1
  385. package/dist/collection/components/input/input.stories.js +9 -0
  386. package/dist/collection/components/radio/radio.js +17 -0
  387. package/dist/collection/components/radio/radio.stories.js +4 -0
  388. package/dist/collection/components/radio-group/radio-group.css +9 -0
  389. package/dist/collection/components/radio-group/radio-group.js +19 -1
  390. package/dist/collection/components/range/range.css +6 -2
  391. package/dist/collection/components/range/range.js +30 -4
  392. package/dist/collection/components/range/range.stories.js +6 -0
  393. package/dist/collection/components/select-filter/select-filter.js +42 -1
  394. package/dist/collection/components/select-filter/select-filter.stories.js +4 -1
  395. package/dist/collection/components/tab-bar/tab-bar.css +0 -1
  396. package/dist/collection/components/tab-button/tab-button.css +5 -1
  397. package/dist/collection/components/textarea/textarea.css +10 -0
  398. package/dist/collection/components/textarea/textarea.js +19 -1
  399. package/dist/collection/components/textarea/textarea.stories.js +9 -0
  400. package/dist/collection/components/utilities/typography.stories.js +6 -0
  401. package/dist/esm/{index-d612e910.js → index-5e24bf37.js} +2 -1
  402. package/dist/esm/loader.js +1 -1
  403. package/dist/esm/road-accordion.entry.js +10 -3
  404. package/dist/esm/road-badge_11.entry.js +1 -1
  405. package/dist/esm/road-banner.entry.js +41 -0
  406. package/dist/esm/road-carousel.entry.js +1 -1
  407. package/dist/esm/road-checkbox.entry.js +3 -3
  408. package/dist/esm/road-chip.entry.js +1 -1
  409. package/dist/esm/road-dialog.entry.js +1 -1
  410. package/dist/esm/road-input.entry.js +2 -2
  411. package/dist/esm/road-modal.entry.js +1 -1
  412. package/dist/esm/road-plate-number.entry.js +1 -1
  413. package/dist/esm/road-radio-group.entry.js +2 -2
  414. package/dist/esm/road-range.entry.js +7 -2
  415. package/dist/esm/road-rating.entry.js +1 -1
  416. package/dist/esm/road-select-filter.entry.js +12 -1
  417. package/dist/esm/road-tab-bar.entry.js +1 -1
  418. package/dist/esm/road-tab-button.entry.js +1 -1
  419. package/dist/esm/road-textarea.entry.js +2 -2
  420. package/dist/esm/road-toast.entry.js +1 -1
  421. package/dist/esm/roadtrip.js +1 -1
  422. package/dist/esm-es5/{index-d612e910.js → index-5e24bf37.js} +1 -1
  423. package/dist/esm-es5/loader.js +1 -1
  424. package/dist/esm-es5/road-accordion.entry.js +1 -1
  425. package/dist/esm-es5/road-badge_11.entry.js +1 -1
  426. package/dist/esm-es5/road-banner.entry.js +1 -0
  427. package/dist/esm-es5/road-carousel.entry.js +1 -1
  428. package/dist/esm-es5/road-checkbox.entry.js +1 -1
  429. package/dist/esm-es5/road-chip.entry.js +1 -1
  430. package/dist/esm-es5/road-dialog.entry.js +1 -1
  431. package/dist/esm-es5/road-input.entry.js +1 -1
  432. package/dist/esm-es5/road-modal.entry.js +1 -1
  433. package/dist/esm-es5/road-plate-number.entry.js +1 -1
  434. package/dist/esm-es5/road-radio-group.entry.js +1 -1
  435. package/dist/esm-es5/road-range.entry.js +1 -1
  436. package/dist/esm-es5/road-rating.entry.js +1 -1
  437. package/dist/esm-es5/road-select-filter.entry.js +1 -1
  438. package/dist/esm-es5/road-tab-bar.entry.js +1 -1
  439. package/dist/esm-es5/road-tab-button.entry.js +1 -1
  440. package/dist/esm-es5/road-textarea.entry.js +1 -1
  441. package/dist/esm-es5/road-toast.entry.js +1 -1
  442. package/dist/esm-es5/roadtrip.js +1 -1
  443. package/dist/html.html-data.json +63 -0
  444. package/dist/icons/icons.svg +1 -1
  445. package/dist/icons/index.js +351 -351
  446. package/dist/roadtrip/{p-217cbe8e.system.entry.js → p-070c9811.system.entry.js} +1 -1
  447. package/dist/roadtrip/p-071b7a4a.system.entry.js +1 -0
  448. package/dist/roadtrip/{p-fc3ddc8f.system.entry.js → p-0e84c69a.system.entry.js} +1 -1
  449. package/dist/roadtrip/p-159d83fc.system.entry.js +1 -0
  450. package/dist/roadtrip/{p-b182a822.system.entry.js → p-1e265690.system.entry.js} +1 -1
  451. package/dist/roadtrip/{p-1e8c2ef4.entry.js → p-221f2b4e.entry.js} +1 -1
  452. package/dist/roadtrip/{p-7df3c178.entry.js → p-24e4f028.entry.js} +1 -1
  453. package/dist/roadtrip/p-2fd27879.entry.js +1 -0
  454. package/dist/roadtrip/{p-d920dfb7.entry.js → p-36f67c07.entry.js} +1 -1
  455. package/dist/roadtrip/p-3e953654.system.entry.js +1 -0
  456. package/dist/roadtrip/{p-2d6d2f8e.system.entry.js → p-41c6cea3.system.entry.js} +1 -1
  457. package/dist/roadtrip/{p-8134554a.entry.js → p-44d18405.entry.js} +1 -1
  458. package/dist/roadtrip/p-4a2eb631.system.entry.js +1 -0
  459. package/dist/roadtrip/{p-d1c06fd2.entry.js → p-501abdbf.entry.js} +1 -1
  460. package/dist/roadtrip/p-54f6290f.entry.js +1 -0
  461. package/dist/roadtrip/p-5521af81.entry.js +1 -0
  462. package/dist/roadtrip/{p-aeef53e7.system.entry.js → p-642f2d7b.system.entry.js} +1 -1
  463. package/dist/roadtrip/p-7781ae98.entry.js +1 -0
  464. package/dist/roadtrip/{p-415986e7.system.entry.js → p-7f6d428f.system.entry.js} +1 -1
  465. package/dist/roadtrip/{p-c93a46dd.system.entry.js → p-80e9520b.system.entry.js} +1 -1
  466. package/dist/roadtrip/{p-6a78da80.js → p-8483d855.js} +1 -1
  467. package/dist/roadtrip/{p-7073f8c2.entry.js → p-89ae9541.entry.js} +1 -1
  468. package/dist/roadtrip/{p-42ccd4a2.system.entry.js → p-8d6ac188.system.entry.js} +1 -1
  469. package/dist/roadtrip/{p-ba2fbd4d.system.js → p-8e5e066c.system.js} +1 -1
  470. package/dist/roadtrip/{p-1bf25864.entry.js → p-975338e4.entry.js} +1 -1
  471. package/dist/roadtrip/p-a61d5b6c.entry.js +1 -0
  472. package/dist/roadtrip/{p-030f078e.system.entry.js → p-aac4c95b.system.entry.js} +1 -1
  473. package/dist/roadtrip/p-b205281e.system.js +1 -1
  474. package/dist/roadtrip/{p-277d7139.entry.js → p-be767436.entry.js} +1 -1
  475. package/dist/roadtrip/{p-c11d0d20.system.entry.js → p-c218985b.system.entry.js} +1 -1
  476. package/dist/roadtrip/p-c4992dbd.system.entry.js +1 -0
  477. package/dist/roadtrip/{p-86d53ea4.entry.js → p-c4ebd67f.entry.js} +1 -1
  478. package/dist/roadtrip/p-c786b700.entry.js +1 -0
  479. package/dist/roadtrip/p-cab68ba7.entry.js +1 -0
  480. package/dist/roadtrip/{p-453a812f.system.entry.js → p-cc43071e.system.entry.js} +1 -1
  481. package/dist/roadtrip/{p-90a76d66.entry.js → p-d48e0669.entry.js} +1 -1
  482. package/dist/roadtrip/{p-e42c76fa.system.entry.js → p-e1859bab.system.entry.js} +1 -1
  483. package/dist/roadtrip/{p-692a1637.system.entry.js → p-f4db19df.system.entry.js} +1 -1
  484. package/dist/roadtrip/{p-bd4a114b.entry.js → p-fddbca8b.entry.js} +1 -1
  485. package/dist/roadtrip/roadtrip.css +1 -1
  486. package/dist/roadtrip/roadtrip.esm.js +1 -1
  487. package/dist/roadtrip/svg/alert-error-outline-color.svg +1 -1
  488. package/dist/roadtrip/svg/alert-info-outline-color.svg +1 -1
  489. package/dist/roadtrip/svg/alert-question-outline-color.svg +1 -1
  490. package/dist/roadtrip/svg/alert-valid-outline-color.svg +1 -1
  491. package/dist/roadtrip/svg/alert-warning-outline-color.svg +1 -1
  492. package/dist/roadtrip/svg/alternator-color.svg +1 -1
  493. package/dist/roadtrip/svg/archive-outline-color.svg +1 -1
  494. package/dist/roadtrip/svg/axle-support-color.svg +1 -1
  495. package/dist/roadtrip/svg/bacterium-color.svg +1 -1
  496. package/dist/roadtrip/svg/battery-charger-color.svg +1 -1
  497. package/dist/roadtrip/svg/battery-color.svg +1 -1
  498. package/dist/roadtrip/svg/battery-recycle-color.svg +1 -1
  499. package/dist/roadtrip/svg/battery-start-stop-color.svg +1 -1
  500. package/dist/roadtrip/svg/book-service-color.svg +1 -1
  501. package/dist/roadtrip/svg/book-technical-color.svg +1 -1
  502. package/dist/roadtrip/svg/brake-outline-color.svg +1 -1
  503. package/dist/roadtrip/svg/brake-pad-color.svg +1 -1
  504. package/dist/roadtrip/svg/bulk-3d-color.svg +1 -1
  505. package/dist/roadtrip/svg/bundle-color.svg +1 -1
  506. package/dist/roadtrip/svg/cable-color.svg +1 -1
  507. package/dist/roadtrip/svg/calculator-color.svg +1 -1
  508. package/dist/roadtrip/svg/call-center-color.svg +1 -1
  509. package/dist/roadtrip/svg/camera-off-outline-color.svg +1 -1
  510. package/dist/roadtrip/svg/camera-outline-color.svg +1 -1
  511. package/dist/roadtrip/svg/car-door-color.svg +1 -1
  512. package/dist/roadtrip/svg/car-petrol-off-color.svg +1 -1
  513. package/dist/roadtrip/svg/car-petrol-outline-color.svg +1 -1
  514. package/dist/roadtrip/svg/car-power-color.svg +1 -1
  515. package/dist/roadtrip/svg/carpet-color.svg +1 -1
  516. package/dist/roadtrip/svg/certified-outline-color.svg +1 -1
  517. package/dist/roadtrip/svg/certified-warning-outline-color.svg +1 -1
  518. package/dist/roadtrip/svg/check-list-color.svg +1 -1
  519. package/dist/roadtrip/svg/check-point-color.svg +1 -1
  520. package/dist/roadtrip/svg/check-point-location-color.svg +1 -1
  521. package/dist/roadtrip/svg/cleanser-color.svg +1 -1
  522. package/dist/roadtrip/svg/cloud-download-color.svg +1 -1
  523. package/dist/roadtrip/svg/cloud-upload-color.svg +1 -1
  524. package/dist/roadtrip/svg/clutch-color.svg +1 -1
  525. package/dist/roadtrip/svg/control-switch-color.svg +1 -1
  526. package/dist/roadtrip/svg/coolbox-color.svg +1 -1
  527. package/dist/roadtrip/svg/cooling-color.svg +1 -1
  528. package/dist/roadtrip/svg/cover-color.svg +1 -1
  529. package/dist/roadtrip/svg/covid-stop-color.svg +1 -1
  530. package/dist/roadtrip/svg/data-add-color.svg +1 -1
  531. package/dist/roadtrip/svg/data-bar-color.svg +1 -1
  532. package/dist/roadtrip/svg/data-color.svg +1 -1
  533. package/dist/roadtrip/svg/data-tech-outline-color.svg +1 -1
  534. package/dist/roadtrip/svg/data-up-color.svg +1 -1
  535. package/dist/roadtrip/svg/delete-forever-color.svg +1 -1
  536. package/dist/roadtrip/svg/device-color.svg +1 -1
  537. package/dist/roadtrip/svg/device-rotate-color.svg +1 -1
  538. package/dist/roadtrip/svg/device-smartphone-color.svg +1 -1
  539. package/dist/roadtrip/svg/device-smartphone-music-color.svg +1 -1
  540. package/dist/roadtrip/svg/device-smartphone-sms-color.svg +1 -1
  541. package/dist/roadtrip/svg/device-smartphone-sms-wrench-color.svg +1 -1
  542. package/dist/roadtrip/svg/device-tablet-color.svg +1 -1
  543. package/dist/roadtrip/svg/diagnostic-color.svg +1 -1
  544. package/dist/roadtrip/svg/discount-prct-outline-color.svg +1 -1
  545. package/dist/roadtrip/svg/discount-ticket-color.svg +1 -1
  546. package/dist/roadtrip/svg/download-color.svg +1 -1
  547. package/dist/roadtrip/svg/edit-outline-color.svg +1 -1
  548. package/dist/roadtrip/svg/edit-pen-color.svg +1 -1
  549. package/dist/roadtrip/svg/electric-plug-13pin-color.svg +1 -1
  550. package/dist/roadtrip/svg/electric-plug-7pin-color.svg +1 -1
  551. package/dist/roadtrip/svg/engine-color.svg +1 -1
  552. package/dist/roadtrip/svg/engine-electric-color.svg +1 -1
  553. package/dist/roadtrip/svg/engine-lubrication-color.svg +1 -1
  554. package/dist/roadtrip/svg/engine-piston-color.svg +1 -1
  555. package/dist/roadtrip/svg/exhaust-pipe-color.svg +1 -1
  556. package/dist/roadtrip/svg/factory-color.svg +1 -1
  557. package/dist/roadtrip/svg/fidelity-card-color.svg +1 -1
  558. package/dist/roadtrip/svg/fidelity-card-wallet-color.svg +1 -1
  559. package/dist/roadtrip/svg/file-business-outline-color.svg +1 -1
  560. package/dist/roadtrip/svg/file-catalog-color.svg +1 -1
  561. package/dist/roadtrip/svg/file-copy-color.svg +1 -1
  562. package/dist/roadtrip/svg/file-edit-color.svg +1 -1
  563. package/dist/roadtrip/svg/file-excel-color.svg +1 -1
  564. package/dist/roadtrip/svg/file-list-outline-color.svg +1 -1
  565. package/dist/roadtrip/svg/file-pdf-color.svg +1 -1
  566. package/dist/roadtrip/svg/file-pdf-outline-color.svg +1 -1
  567. package/dist/roadtrip/svg/file-powerpoint-color.svg +1 -1
  568. package/dist/roadtrip/svg/file-technical-color.svg +1 -1
  569. package/dist/roadtrip/svg/file-word-color.svg +1 -1
  570. package/dist/roadtrip/svg/filter-color.svg +1 -1
  571. package/dist/roadtrip/svg/filter-particle-color.svg +1 -1
  572. package/dist/roadtrip/svg/filter-sport-color.svg +1 -1
  573. package/dist/roadtrip/svg/flower-color.svg +1 -1
  574. package/dist/roadtrip/svg/fuel-air-supply-color.svg +1 -1
  575. package/dist/roadtrip/svg/fuel-door-color.svg +1 -1
  576. package/dist/roadtrip/svg/funding-best-price-color.svg +1 -1
  577. package/dist/roadtrip/svg/funding-outline-color.svg +1 -1
  578. package/dist/roadtrip/svg/funding-small-color.svg +1 -1
  579. package/dist/roadtrip/svg/fuse-color.svg +1 -1
  580. package/dist/roadtrip/svg/garage-color.svg +1 -1
  581. package/dist/roadtrip/svg/garage-house-color.svg +1 -1
  582. package/dist/roadtrip/svg/gas-5-color.svg +1 -1
  583. package/dist/roadtrip/svg/gasket-outline-color.svg +1 -1
  584. package/dist/roadtrip/svg/gearbox-color.svg +1 -1
  585. package/dist/roadtrip/svg/gift-color.svg +1 -1
  586. package/dist/roadtrip/svg/gps-color.svg +1 -1
  587. package/dist/roadtrip/svg/hear-color.svg +1 -1
  588. package/dist/roadtrip/svg/helmet-bike-color.svg +1 -1
  589. package/dist/roadtrip/svg/helmet-cross-color.svg +1 -1
  590. package/dist/roadtrip/svg/helmet-full-color.svg +1 -1
  591. package/dist/roadtrip/svg/helmet-half-jet-color.svg +1 -1
  592. package/dist/roadtrip/svg/helmet-jet-color.svg +1 -1
  593. package/dist/roadtrip/svg/helmet-modular-color.svg +1 -1
  594. package/dist/roadtrip/svg/helmet-skate-color.svg +1 -1
  595. package/dist/roadtrip/svg/hook-hitch-color.svg +1 -1
  596. package/dist/roadtrip/svg/house-color.svg +1 -1
  597. package/dist/roadtrip/svg/identity-card-color.svg +1 -1
  598. package/dist/roadtrip/svg/key-outline-color.svg +1 -1
  599. package/dist/roadtrip/svg/light-beam-back-color.svg +1 -1
  600. package/dist/roadtrip/svg/light-beam-color.svg +1 -1
  601. package/dist/roadtrip/svg/light-beam-day-color.svg +1 -1
  602. package/dist/roadtrip/svg/light-beam-fog-color.svg +1 -1
  603. package/dist/roadtrip/svg/light-beam-high-color.svg +1 -1
  604. package/dist/roadtrip/svg/light-beam-numberplate-color.svg +1 -1
  605. package/dist/roadtrip/svg/light-beam-signal-color.svg +1 -1
  606. package/dist/roadtrip/svg/light-beam-stop-color.svg +1 -1
  607. package/dist/roadtrip/svg/light-beam-turn-color.svg +1 -1
  608. package/dist/roadtrip/svg/light-box-color.svg +1 -1
  609. package/dist/roadtrip/svg/light-bulb-color.svg +1 -1
  610. package/dist/roadtrip/svg/light-color.svg +1 -1
  611. package/dist/roadtrip/svg/light-master-color.svg +1 -1
  612. package/dist/roadtrip/svg/light-sidelight-color.svg +1 -1
  613. package/dist/roadtrip/svg/link-broken-color.svg +1 -1
  614. package/dist/roadtrip/svg/link-color.svg +1 -1
  615. package/dist/roadtrip/svg/load-cached-color.svg +1 -1
  616. package/dist/roadtrip/svg/load-hitstory-color.svg +1 -1
  617. package/dist/roadtrip/svg/load-sync-problem-color.svg +1 -1
  618. package/dist/roadtrip/svg/load-update-color.svg +1 -1
  619. package/dist/roadtrip/svg/location-pin-all-outline-color.svg +1 -1
  620. package/dist/roadtrip/svg/location-pin-outline-color.svg +1 -1
  621. package/dist/roadtrip/svg/location-target-color.svg +1 -1
  622. package/dist/roadtrip/svg/lowering-down-color.svg +1 -1
  623. package/dist/roadtrip/svg/lowering-up-color.svg +1 -1
  624. package/dist/roadtrip/svg/mail-outline-send-color.svg +1 -1
  625. package/dist/roadtrip/svg/meeting-check-color.svg +1 -1
  626. package/dist/roadtrip/svg/meeting-color.svg +1 -1
  627. package/dist/roadtrip/svg/meeting-maintenance-color.svg +1 -1
  628. package/dist/roadtrip/svg/meeting-off-color.svg +1 -1
  629. package/dist/roadtrip/svg/meeting-online-color.svg +1 -1
  630. package/dist/roadtrip/svg/meeting-week-color.svg +1 -1
  631. package/dist/roadtrip/svg/mic-off-outline-color.svg +1 -1
  632. package/dist/roadtrip/svg/mic-outline-color.svg +1 -1
  633. package/dist/roadtrip/svg/navigation-dashboard-outline-color.svg +1 -1
  634. package/dist/roadtrip/svg/navigation-launch-color.svg +1 -1
  635. package/dist/roadtrip/svg/navigation-layers-outline-color.svg +1 -1
  636. package/dist/roadtrip/svg/navigation-setting-outline-color.svg +1 -1
  637. package/dist/roadtrip/svg/nose-odour-color.svg +1 -1
  638. package/dist/roadtrip/svg/nut-outline-color.svg +1 -1
  639. package/dist/roadtrip/svg/oil-can-outline-color.svg +1 -1
  640. package/dist/roadtrip/svg/oil-can-small-color.svg +1 -1
  641. package/dist/roadtrip/svg/oil-change-color.svg +1 -1
  642. package/dist/roadtrip/svg/oil-color.svg +1 -1
  643. package/dist/roadtrip/svg/oil-cruet-color.svg +1 -1
  644. package/dist/roadtrip/svg/paint-color.svg +1 -1
  645. package/dist/roadtrip/svg/parking-break-color.svg +1 -1
  646. package/dist/roadtrip/svg/pass-maintain-color.svg +1 -1
  647. package/dist/roadtrip/svg/pass-maintain-logo-color.svg +1 -1
  648. package/dist/roadtrip/svg/pass-maintain-logo-outline-color.svg +1 -1
  649. package/dist/roadtrip/svg/payment-bill-color.svg +1 -1
  650. package/dist/roadtrip/svg/payment-card-color.svg +1 -1
  651. package/dist/roadtrip/svg/payment-cash-color.svg +1 -1
  652. package/dist/roadtrip/svg/payment-delevery-color.svg +1 -1
  653. package/dist/roadtrip/svg/payment-safety-color.svg +1 -1
  654. package/dist/roadtrip/svg/payment-store-color.svg +1 -1
  655. package/dist/roadtrip/svg/people-add-outline-color.svg +1 -1
  656. package/dist/roadtrip/svg/people-car-fleet-color.svg +1 -1
  657. package/dist/roadtrip/svg/people-card-color.svg +1 -1
  658. package/dist/roadtrip/svg/people-community-outline-color.svg +1 -1
  659. package/dist/roadtrip/svg/people-coworker-color.svg +1 -1
  660. package/dist/roadtrip/svg/people-coworker-norauto-color.svg +1 -1
  661. package/dist/roadtrip/svg/people-group-outline-color.svg +1 -1
  662. package/dist/roadtrip/svg/people-home-outline-color.svg +1 -1
  663. package/dist/roadtrip/svg/people-vip-outline-color.svg +1 -1
  664. package/dist/roadtrip/svg/petrol-outline-color.svg +1 -1
  665. package/dist/roadtrip/svg/picture-color.svg +1 -1
  666. package/dist/roadtrip/svg/player-dvd-color.svg +1 -1
  667. package/dist/roadtrip/svg/player-radio-music-outline-color.svg +1 -1
  668. package/dist/roadtrip/svg/player-radio-outline-color.svg +1 -1
  669. package/dist/roadtrip/svg/player-touchscreen-color.svg +1 -1
  670. package/dist/roadtrip/svg/player-touchscreen-motorized-color.svg +1 -1
  671. package/dist/roadtrip/svg/player-video-color.svg +1 -1
  672. package/dist/roadtrip/svg/power-color.svg +1 -1
  673. package/dist/roadtrip/svg/purchase-history-color.svg +1 -1
  674. package/dist/roadtrip/svg/radiator-color.svg +1 -1
  675. package/dist/roadtrip/svg/rent-back-color.svg +1 -1
  676. package/dist/roadtrip/svg/rent-color.svg +1 -1
  677. package/dist/roadtrip/svg/roof-rack-cross-bars-color.svg +1 -1
  678. package/dist/roadtrip/svg/rubber-outline-color.svg +1 -1
  679. package/dist/roadtrip/svg/save-disk-color.svg +1 -1
  680. package/dist/roadtrip/svg/scan-bar-code-color.svg +1 -1
  681. package/dist/roadtrip/svg/scan-color.svg +1 -1
  682. package/dist/roadtrip/svg/scan-qr-code-color.svg +1 -1
  683. package/dist/roadtrip/svg/scissor-color.svg +1 -1
  684. package/dist/roadtrip/svg/secure-back-door-lock-color.svg +1 -1
  685. package/dist/roadtrip/svg/secure-cable-color.svg +1 -1
  686. package/dist/roadtrip/svg/secure-cable-lock-color.svg +1 -1
  687. package/dist/roadtrip/svg/secure-chain-color.svg +1 -1
  688. package/dist/roadtrip/svg/secure-cuff-lock-color.svg +1 -1
  689. package/dist/roadtrip/svg/secure-disk-lock-color.svg +1 -1
  690. package/dist/roadtrip/svg/secure-folding-lock-color.svg +1 -1
  691. package/dist/roadtrip/svg/secure-frame-lock-color.svg +1 -1
  692. package/dist/roadtrip/svg/secure-gearbox-color.svg +1 -1
  693. package/dist/roadtrip/svg/secure-level-first-color.svg +1 -1
  694. package/dist/roadtrip/svg/secure-level-hours-color.svg +1 -1
  695. package/dist/roadtrip/svg/secure-level-minute-color.svg +1 -1
  696. package/dist/roadtrip/svg/secure-level-night-and-day-color.svg +1 -1
  697. package/dist/roadtrip/svg/secure-level-second-color.svg +1 -1
  698. package/dist/roadtrip/svg/secure-level-third-color.svg +1 -1
  699. package/dist/roadtrip/svg/secure-lock-color.svg +1 -1
  700. package/dist/roadtrip/svg/secure-lock-open-color.svg +1 -1
  701. package/dist/roadtrip/svg/secure-pedal-color.svg +1 -1
  702. package/dist/roadtrip/svg/secure-steering-color.svg +1 -1
  703. package/dist/roadtrip/svg/secure-steering-dashboard-color.svg +1 -1
  704. package/dist/roadtrip/svg/secure-steering-pedal-color.svg +1 -1
  705. package/dist/roadtrip/svg/secure-u-lock-color.svg +1 -1
  706. package/dist/roadtrip/svg/secure-wheel-color.svg +1 -1
  707. package/dist/roadtrip/svg/security-belt-outline-color.svg +1 -1
  708. package/dist/roadtrip/svg/security-color.svg +1 -1
  709. package/dist/roadtrip/svg/sensor-color.svg +1 -1
  710. package/dist/roadtrip/svg/shipping-checked-color.svg +1 -1
  711. package/dist/roadtrip/svg/shipping-click-and-collect-color.svg +1 -1
  712. package/dist/roadtrip/svg/shipping-color.svg +1 -1
  713. package/dist/roadtrip/svg/shipping-express-color.svg +1 -1
  714. package/dist/roadtrip/svg/shipping-locator-color.svg +1 -1
  715. package/dist/roadtrip/svg/shipping-locker-color.svg +1 -1
  716. package/dist/roadtrip/svg/shipping-outline-color.svg +1 -1
  717. package/dist/roadtrip/svg/shipping-return-color.svg +1 -1
  718. package/dist/roadtrip/svg/shock-absorber-color.svg +1 -1
  719. package/dist/roadtrip/svg/shop-color.svg +1 -1
  720. package/dist/roadtrip/svg/shopping-cart-add-color.svg +1 -1
  721. package/dist/roadtrip/svg/shopping-cart-sad-color.svg +1 -1
  722. package/dist/roadtrip/svg/sound-0-outline-color.svg +1 -1
  723. package/dist/roadtrip/svg/sound-1-outline-color.svg +1 -1
  724. package/dist/roadtrip/svg/sound-2-outline-color.svg +1 -1
  725. package/dist/roadtrip/svg/sound-3-outline-color.svg +1 -1
  726. package/dist/roadtrip/svg/spark-color.svg +1 -1
  727. package/dist/roadtrip/svg/speak-advice-outline-color.svg +1 -1
  728. package/dist/roadtrip/svg/speak-outline-color.svg +1 -1
  729. package/dist/roadtrip/svg/speaker-color.svg +1 -1
  730. package/dist/roadtrip/svg/station-electric-outline-color.svg +1 -1
  731. package/dist/roadtrip/svg/steering-control-color.svg +1 -1
  732. package/dist/roadtrip/svg/steering-control-flat-color.svg +1 -1
  733. package/dist/roadtrip/svg/steering-control-four-spoke-color.svg +1 -1
  734. package/dist/roadtrip/svg/style-color.svg +1 -1
  735. package/dist/roadtrip/svg/time-access-color.svg +1 -1
  736. package/dist/roadtrip/svg/timer-1h-color.svg +1 -1
  737. package/dist/roadtrip/svg/timer-2h-color.svg +1 -1
  738. package/dist/roadtrip/svg/timer-color.svg +1 -1
  739. package/dist/roadtrip/svg/timer-hourglass-outline-color.svg +1 -1
  740. package/dist/roadtrip/svg/timing-belt-color.svg +1 -1
  741. package/dist/roadtrip/svg/tire-all-terrain-color.svg +1 -1
  742. package/dist/roadtrip/svg/tire-color.svg +1 -1
  743. package/dist/roadtrip/svg/tire-diameter-color.svg +1 -1
  744. package/dist/roadtrip/svg/tire-energy-color.svg +1 -1
  745. package/dist/roadtrip/svg/tire-flat-color.svg +1 -1
  746. package/dist/roadtrip/svg/tire-hotel-outline-color.svg +1 -1
  747. package/dist/roadtrip/svg/tire-hub-cap-color.svg +1 -1
  748. package/dist/roadtrip/svg/tire-ice-color.svg +1 -1
  749. package/dist/roadtrip/svg/tire-parallelism-color.svg +1 -1
  750. package/dist/roadtrip/svg/tire-rain-color.svg +1 -1
  751. package/dist/roadtrip/svg/tire-rim-color.svg +1 -1
  752. package/dist/roadtrip/svg/tire-sidewall-height-color.svg +1 -1
  753. package/dist/roadtrip/svg/tire-snow-chain-color.svg +1 -1
  754. package/dist/roadtrip/svg/tire-snow-color.svg +1 -1
  755. package/dist/roadtrip/svg/tire-snow-studded-color.svg +1 -1
  756. package/dist/roadtrip/svg/tire-sound-color.svg +1 -1
  757. package/dist/roadtrip/svg/tire-sun-color.svg +1 -1
  758. package/dist/roadtrip/svg/tire-sun-snow-color.svg +1 -1
  759. package/dist/roadtrip/svg/tire-suspension-color.svg +1 -1
  760. package/dist/roadtrip/svg/tire-wheel-diameter-color.svg +1 -1
  761. package/dist/roadtrip/svg/tire-wheel-rim-color.svg +1 -1
  762. package/dist/roadtrip/svg/tire-wheel-steel-color.svg +1 -1
  763. package/dist/roadtrip/svg/tire-witdh-color.svg +1 -1
  764. package/dist/roadtrip/svg/transmission-color.svg +1 -1
  765. package/dist/roadtrip/svg/trash-bin-color.svg +1 -1
  766. package/dist/roadtrip/svg/travel-backpack-color.svg +1 -1
  767. package/dist/roadtrip/svg/travel-bag-color.svg +1 -1
  768. package/dist/roadtrip/svg/travel-briefcase-color.svg +1 -1
  769. package/dist/roadtrip/svg/travel-rolling-suitcase-color.svg +1 -1
  770. package/dist/roadtrip/svg/travel-suitcase-color.svg +1 -1
  771. package/dist/roadtrip/svg/trick-outline-color.svg +1 -1
  772. package/dist/roadtrip/svg/vehicle-bike-color.svg +1 -1
  773. package/dist/roadtrip/svg/vehicle-bike-electric-color.svg +1 -1
  774. package/dist/roadtrip/svg/vehicle-bike-rack-outline-color.svg +1 -1
  775. package/dist/roadtrip/svg/vehicle-car-add-outline-color.svg +1 -1
  776. package/dist/roadtrip/svg/vehicle-car-all-authorize-outline-color.svg +1 -1
  777. package/dist/roadtrip/svg/vehicle-car-all-outline-color.svg +1 -1
  778. package/dist/roadtrip/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -1
  779. package/dist/roadtrip/svg/vehicle-car-bodywork-outline-color.svg +1 -1
  780. package/dist/roadtrip/svg/vehicle-car-checked-outline-color.svg +1 -1
  781. package/dist/roadtrip/svg/vehicle-car-outline-color.svg +1 -1
  782. package/dist/roadtrip/svg/vehicle-car-setting-outline-color.svg +1 -1
  783. package/dist/roadtrip/svg/vehicle-car-side-tire-behind-color.svg +1 -1
  784. package/dist/roadtrip/svg/vehicle-car-side-tire-front-outline-color.svg +1 -1
  785. package/dist/roadtrip/svg/vehicle-car-unknowoutline-color.svg +1 -1
  786. package/dist/roadtrip/svg/vehicle-car-unselected-outline-color.svg +1 -1
  787. package/dist/roadtrip/svg/vehicle-carport-color.svg +1 -1
  788. package/dist/roadtrip/svg/vehicle-delevery-fast-outline-color.svg +1 -1
  789. package/dist/roadtrip/svg/vehicle-delevery-meeting-outline-color.svg +1 -1
  790. package/dist/roadtrip/svg/vehicle-drive-carport-color.svg +1 -1
  791. package/dist/roadtrip/svg/vehicle-drive-color.svg +1 -1
  792. package/dist/roadtrip/svg/vehicle-moto-bike-outline-color.svg +1 -1
  793. package/dist/roadtrip/svg/vehicle-moto-outline-color.svg +1 -1
  794. package/dist/roadtrip/svg/vehicle-roof-box-outline-color.svg +1 -1
  795. package/dist/roadtrip/svg/vehicle-scooter-kick-color.svg +1 -1
  796. package/dist/roadtrip/svg/vehicle-scooter-kick-electric-color.svg +1 -1
  797. package/dist/roadtrip/svg/vehicle-scooter-outline-color.svg +1 -1
  798. package/dist/roadtrip/svg/vehicle-tire-invert-outline-color.svg +1 -1
  799. package/dist/roadtrip/svg/vehicle-workshop-outline-color.svg +1 -1
  800. package/dist/roadtrip/svg/ventilator-color.svg +1 -1
  801. package/dist/roadtrip/svg/view-3d-360-color.svg +1 -1
  802. package/dist/roadtrip/svg/view-3d-360-disabled-color.svg +1 -1
  803. package/dist/roadtrip/svg/virus-color.svg +1 -1
  804. package/dist/roadtrip/svg/visibility-off-outline-color.svg +1 -1
  805. package/dist/roadtrip/svg/visibility-outline-color.svg +1 -1
  806. package/dist/roadtrip/svg/warehouse-color.svg +1 -1
  807. package/dist/roadtrip/svg/weather-rain-outline-color.svg +1 -1
  808. package/dist/roadtrip/svg/wheel-bearings-color.svg +1 -1
  809. package/dist/roadtrip/svg/wheel-hub-cap-color.svg +1 -1
  810. package/dist/roadtrip/svg/wheel-rim-color.svg +1 -1
  811. package/dist/roadtrip/svg/wheel-rim-double-spoke-outline-color.svg +1 -1
  812. package/dist/roadtrip/svg/wheel-rim-honeycomb-outline-color.svg +1 -1
  813. package/dist/roadtrip/svg/wheel-rim-multi-spoke-outline-color.svg +1 -1
  814. package/dist/roadtrip/svg/windscreen-back-fluid-color.svg +1 -1
  815. package/dist/roadtrip/svg/windscreen-back-frost-color.svg +1 -1
  816. package/dist/roadtrip/svg/windscreen-back-wiper-color.svg +1 -1
  817. package/dist/roadtrip/svg/windscreen-color.svg +1 -1
  818. package/dist/roadtrip/svg/windscreen-fluid-color.svg +1 -1
  819. package/dist/roadtrip/svg/windscreen-frost-color.svg +1 -1
  820. package/dist/roadtrip/svg/windscreen-wiper-color.svg +1 -1
  821. package/dist/roadtrip/svg/windscreen-wipers-color.svg +1 -1
  822. package/dist/roadtrip/svg/windscreen-wipers-left-color.svg +1 -1
  823. package/dist/roadtrip/svg/windscreen-wipers-right-color.svg +1 -1
  824. package/dist/roadtrip/svg/windscreen-wipers.svg +1 -1
  825. package/dist/roadtrip/svg/work-order-awaiting-approval-color.svg +1 -1
  826. package/dist/roadtrip/svg/work-order-check-outline-color.svg +1 -1
  827. package/dist/roadtrip/svg/work-order-diagnostic-outline-color.svg +1 -1
  828. package/dist/roadtrip/svg/work-order-pass-maintain-color.svg +1 -1
  829. package/dist/roadtrip/svg/work-order-view-outline-color.svg +1 -1
  830. package/dist/roadtrip/svg/work-order-wait-check-outline-color.svg +1 -1
  831. package/dist/roadtrip/svg/world-color.svg +1 -1
  832. package/dist/roadtrip/svg/wrench-hand-color.svg +1 -1
  833. package/dist/roadtrip/svg/wrench-hand-dual-color.svg +1 -1
  834. package/dist/roadtrip/svg/wrench-outline-color.svg +1 -1
  835. package/dist/roadtrip/svg/wrench-tools-outline-color.svg +1 -1
  836. package/dist/roadtrip/svg/zoom-in-color.svg +1 -1
  837. package/dist/roadtrip/svg/zoom-out-color.svg +1 -1
  838. package/dist/types/components/accordion/accordion.d.ts +4 -0
  839. package/dist/types/components/banner/banner.d.ts +32 -0
  840. package/dist/types/components/checkbox/checkbox.d.ts +4 -0
  841. package/dist/types/components/input/input.d.ts +4 -0
  842. package/dist/types/components/radio/radio.d.ts +4 -0
  843. package/dist/types/components/radio-group/radio-group.d.ts +4 -0
  844. package/dist/types/components/range/range.d.ts +4 -0
  845. package/dist/types/components/select-filter/select-filter.d.ts +5 -0
  846. package/dist/types/components/textarea/textarea.d.ts +4 -0
  847. package/dist/types/components.d.ts +117 -0
  848. package/icons/icons.svg +1 -1
  849. package/icons/index.js +351 -351
  850. package/package.json +1 -1
  851. package/dist/roadtrip/p-05cfe888.system.entry.js +0 -1
  852. package/dist/roadtrip/p-5790e1f0.system.entry.js +0 -1
  853. package/dist/roadtrip/p-6819f569.entry.js +0 -1
  854. package/dist/roadtrip/p-81333100.system.entry.js +0 -1
  855. package/dist/roadtrip/p-a17909d0.entry.js +0 -1
  856. package/dist/roadtrip/p-b1e0f8af.entry.js +0 -1
  857. package/dist/roadtrip/p-b92e7d61.entry.js +0 -1
  858. package/dist/roadtrip/p-bf023bd5.system.entry.js +0 -1
  859. package/dist/roadtrip/p-d7293dd6.entry.js +0 -1
  860. package/dist/roadtrip/p-d868f924.entry.js +0 -1
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M9.874,60.2a6.076,6.076,0,0,1-4.3-10.373L34.239,21.167A13.283,13.283,0,0,1,49.475,4.051a2.462,2.462,0,0,1,1.26,4.155l-5.521,5.521,5.12,5.059,5.46-5.522a2.463,2.463,0,0,1,4.155,1.26,13.31,13.31,0,0,1-17.13,15.261L14.171,58.422A6.035,6.035,0,0,1,9.874,60.2ZM47,6.263a10.965,10.965,0,0,0-7.76,3.2A10.778,10.778,0,0,0,36.6,20.417a2.472,2.472,0,0,1-.589,2.517L7.346,51.6a3.574,3.574,0,0,0,0,5.057,3.658,3.658,0,0,0,5.057,0L41.066,27.993a2.467,2.467,0,0,1,2.517-.589A10.808,10.808,0,0,0,57.5,15.01L52.04,20.554a2.459,2.459,0,0,1-3.473,0l-5.121-5.121a2.459,2.459,0,0,1,0-3.472l5.523-5.523A11.062,11.062,0,0,0,47,6.263Z" transform="translate(0.202 0.203)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/><rect width="2.5" height="2.5" transform="translate(11.25 51.482) rotate(45)" fill="var(--accent-hover, rgb(236, 160, 0))" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M9.874,60.2a6.076,6.076,0,0,1-4.3-10.373L34.239,21.167A13.283,13.283,0,0,1,49.475,4.051a2.462,2.462,0,0,1,1.26,4.155l-5.521,5.521,5.12,5.059,5.46-5.522a2.463,2.463,0,0,1,4.155,1.26,13.31,13.31,0,0,1-17.13,15.261L14.171,58.422A6.035,6.035,0,0,1,9.874,60.2ZM47,6.263a10.965,10.965,0,0,0-7.76,3.2A10.778,10.778,0,0,0,36.6,20.417a2.472,2.472,0,0,1-.589,2.517L7.346,51.6a3.574,3.574,0,0,0,0,5.057,3.658,3.658,0,0,0,5.057,0L41.066,27.993a2.467,2.467,0,0,1,2.517-.589A10.808,10.808,0,0,0,57.5,15.01L52.04,20.554a2.459,2.459,0,0,1-3.473,0l-5.121-5.121a2.459,2.459,0,0,1,0-3.472l5.523-5.523A11.062,11.062,0,0,0,47,6.263Z" transform="translate(0.202 0.203)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/><rect width="2.5" height="2.5" transform="translate(11.25 51.482) rotate(45)" fill="var(--road-secondary-500, rgb(252, 183, 49))" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-914.922 -748.1)"><path d="M953.127,788.6c-22.753-22.753-22.764-22.764-22.946-22.855l-3.817-1.285-4.607-6.911,2.611-2.611,6.911,4.607L932.5,763.2l.067.163c.092.183.1.194,22.856,22.946l1.767-1.767-22.412-22.412-1.4-4.187-9.329-6.22-5.51,5.51,6.221,9.329,4.186,1.4,22.412,22.412Z"/><rect width="2.5" height="2.5" transform="translate(924.323 801.3) rotate(-45)" fill="var(--accent-hover, rgb(236, 160, 0))"/><path d="M924.975,808.479a6.075,6.075,0,0,1-4.3-10.371l17.443-17.444,1.768,1.768-17.444,17.444a3.577,3.577,0,0,0,5.058,5.058l17.443-17.444,1.768,1.768L929.271,806.7A6.055,6.055,0,0,1,924.975,808.479Z"/><path d="M956.079,779.9l-1.767-1.768,1.854-1.855a2.47,2.47,0,0,1,2.518-.588,10.809,10.809,0,0,0,13.913-12.4l-5.456,5.543a2.516,2.516,0,0,1-3.475,0l-5.119-5.118a2.459,2.459,0,0,1,0-3.474l5.521-5.521a10.992,10.992,0,0,0-9.725,3.022A10.78,10.78,0,0,0,951.7,768.7a2.471,2.471,0,0,1-.589,2.518l-1.854,1.854-1.768-1.767,1.855-1.855a13.282,13.282,0,0,1,15.235-17.116,2.463,2.463,0,0,1,1.261,4.155l-5.522,5.522,5.121,5.057,5.46-5.52a2.463,2.463,0,0,1,4.155,1.26,13.309,13.309,0,0,1-17.13,15.26Z"/><path d="M970.225,808.481a5.045,5.045,0,0,1-3.591-1.487L956.169,796.53c-1.072-.009-3.536,0-3.537,0l-.812,0-.331-.741c-1.718-3.84-1.718-3.84-1.1-4.462l7.525-7.526c.6-.555.6-.556,4.593.821l.844.291,0,.893s0,2.462,0,3.537l10.463,10.465a5.078,5.078,0,0,1-3.59,8.668Zm-16.005-14.45c2.986,0,3.029.043,3.354.368L968.4,805.227a2.579,2.579,0,0,0,3.647-3.647l-10.827-10.827c-.349-.349-.373-.373-.368-4.053-.644-.221-1.263-.432-1.71-.584L952.76,792.5c.183.415.427.964.679,1.53Z" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-914.922 -748.1)"><path d="M953.127,788.6c-22.753-22.753-22.764-22.764-22.946-22.855l-3.817-1.285-4.607-6.911,2.611-2.611,6.911,4.607L932.5,763.2l.067.163c.092.183.1.194,22.856,22.946l1.767-1.767-22.412-22.412-1.4-4.187-9.329-6.22-5.51,5.51,6.221,9.329,4.186,1.4,22.412,22.412Z"/><rect width="2.5" height="2.5" transform="translate(924.323 801.3) rotate(-45)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M924.975,808.479a6.075,6.075,0,0,1-4.3-10.371l17.443-17.444,1.768,1.768-17.444,17.444a3.577,3.577,0,0,0,5.058,5.058l17.443-17.444,1.768,1.768L929.271,806.7A6.055,6.055,0,0,1,924.975,808.479Z"/><path d="M956.079,779.9l-1.767-1.768,1.854-1.855a2.47,2.47,0,0,1,2.518-.588,10.809,10.809,0,0,0,13.913-12.4l-5.456,5.543a2.516,2.516,0,0,1-3.475,0l-5.119-5.118a2.459,2.459,0,0,1,0-3.474l5.521-5.521a10.992,10.992,0,0,0-9.725,3.022A10.78,10.78,0,0,0,951.7,768.7a2.471,2.471,0,0,1-.589,2.518l-1.854,1.854-1.768-1.767,1.855-1.855a13.282,13.282,0,0,1,15.235-17.116,2.463,2.463,0,0,1,1.261,4.155l-5.522,5.522,5.121,5.057,5.46-5.52a2.463,2.463,0,0,1,4.155,1.26,13.309,13.309,0,0,1-17.13,15.26Z"/><path d="M970.225,808.481a5.045,5.045,0,0,1-3.591-1.487L956.169,796.53c-1.072-.009-3.536,0-3.537,0l-.812,0-.331-.741c-1.718-3.84-1.718-3.84-1.1-4.462l7.525-7.526c.6-.555.6-.556,4.593.821l.844.291,0,.893s0,2.462,0,3.537l10.463,10.465a5.078,5.078,0,0,1-3.59,8.668Zm-16.005-14.45c2.986,0,3.029.043,3.354.368L968.4,805.227a2.579,2.579,0,0,0,3.647-3.647l-10.827-10.827c-.349-.349-.373-.373-.368-4.053-.644-.221-1.263-.432-1.71-.584L952.76,792.5c.183.415.427.964.679,1.53Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(8.167 7.702)"><path d="M40.6,12.74a19.181,19.181,0,1,0,0,27.124A19.118,19.118,0,0,0,40.6,12.74ZM38.339,37.6a15.984,15.984,0,1,1,0-22.6A15.872,15.872,0,0,1,38.339,37.6Z" transform="translate(-7.854 -7.121)"/><rect width="3.199" height="17.901" transform="translate(33.259 35.526) rotate(-45.032)"/><path d="M9967.832,2468.3v-8.355h-8.5v-3h8.5V2448.3h3v8.646h8.5v3h-8.5v8.355Z" transform="translate(-9949.795 -2439.262)" fill="var(--accent-hover, rgb(236, 160, 0))" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(8.167 7.702)"><path d="M40.6,12.74a19.181,19.181,0,1,0,0,27.124A19.118,19.118,0,0,0,40.6,12.74ZM38.339,37.6a15.984,15.984,0,1,1,0-22.6A15.872,15.872,0,0,1,38.339,37.6Z" transform="translate(-7.854 -7.121)"/><rect width="3.199" height="17.901" transform="translate(33.259 35.526) rotate(-45.032)"/><path d="M9967.832,2468.3v-8.355h-8.5v-3h8.5V2448.3h3v8.646h8.5v3h-8.5v8.355Z" transform="translate(-9949.795 -2439.262)" fill="var(--road-secondary-500, rgb(252, 183, 49))" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(8.167 7.702)"><path d="M40.6,12.74a19.181,19.181,0,1,0,0,27.124A19.118,19.118,0,0,0,40.6,12.74ZM38.339,37.6a15.984,15.984,0,1,1,0-22.6A15.872,15.872,0,0,1,38.339,37.6Z" transform="translate(-7.854 -7.121)"/><rect width="3.199" height="17.901" transform="translate(33.259 35.526) rotate(-45.032)"/><rect width="20" height="3" transform="translate(9.183 17.681)" fill="var(--accent-hover, rgb(236, 160, 0))"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(8.167 7.702)"><path d="M40.6,12.74a19.181,19.181,0,1,0,0,27.124A19.118,19.118,0,0,0,40.6,12.74ZM38.339,37.6a15.984,15.984,0,1,1,0-22.6A15.872,15.872,0,0,1,38.339,37.6Z" transform="translate(-7.854 -7.121)"/><rect width="3.199" height="17.901" transform="translate(33.259 35.526) rotate(-45.032)"/><rect width="20" height="3" transform="translate(9.183 17.681)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
@@ -8,6 +8,10 @@ export declare class Accordion {
8
8
  * Set to `true` to open the accordion and to `false` to close it.
9
9
  */
10
10
  isOpen: boolean;
11
+ /**
12
+ * Set to `true` to remove border the accordion and to `false` to add border it.
13
+ */
14
+ isLight: boolean;
11
15
  /**
12
16
  * Toggle the display when clicking header
13
17
  */
@@ -0,0 +1,32 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ export declare class Banner {
3
+ /**
4
+ * Set `open` property to `true` to open the banner
5
+ */
6
+ isOpen: boolean;
7
+ /**
8
+ * Text display in the banner
9
+ */
10
+ label: string;
11
+ /**
12
+ * Text Link display in the banner
13
+ */
14
+ link?: string;
15
+ /**
16
+ * Text Link display in the banner
17
+ */
18
+ url?: string;
19
+ /**
20
+ * Close the dialog when clicking on the cross or layer
21
+ */
22
+ private onClick;
23
+ /**
24
+ * Close the banner
25
+ */
26
+ close(): Promise<void>;
27
+ /**
28
+ * Indicate when closing the banner
29
+ */
30
+ onClose: EventEmitter<void>;
31
+ render(): any;
32
+ }
@@ -44,6 +44,10 @@ export declare class Checkbox {
44
44
  * Error message for the field
45
45
  */
46
46
  error?: string;
47
+ /**
48
+ * Helper message for the field
49
+ */
50
+ helper?: string;
47
51
  /**
48
52
  * Emitted when the checked property has changed.
49
53
  */
@@ -105,6 +105,10 @@ export declare class Input {
105
105
  * Error message for the field
106
106
  */
107
107
  error?: string;
108
+ /**
109
+ * Helper message for the field
110
+ */
111
+ helper?: string;
108
112
  /**
109
113
  * Set the amount of time, in milliseconds, to wait to trigger the `roadChange` event after each keystroke.
110
114
  */
@@ -39,6 +39,10 @@ export declare class Radio {
39
39
  * Error message for the field
40
40
  */
41
41
  error?: boolean;
42
+ /**
43
+ * Helper message for the field
44
+ */
45
+ helper?: string;
42
46
  /**
43
47
  * Inline multiple radio
44
48
  */
@@ -36,6 +36,10 @@ export declare class RadioGroup {
36
36
  * Error message for the radio group
37
37
  */
38
38
  error?: string;
39
+ /**
40
+ * Helper message for the radio group
41
+ */
42
+ helper?: string;
39
43
  valueChanged(value: any | undefined): void;
40
44
  /**
41
45
  * Emitted when the value has changed.
@@ -26,6 +26,10 @@ export declare class Range {
26
26
  * Display the current value of the range
27
27
  */
28
28
  showValue: boolean;
29
+ /**
30
+ * Display Tick of the range
31
+ */
32
+ showTick: boolean;
29
33
  /**
30
34
  * Update the native input element when the value changes
31
35
  */
@@ -18,11 +18,16 @@ export declare class SelectFilter {
18
18
  * See https://fusejs.io/api/options.html for valid options
19
19
  */
20
20
  parameters: any;
21
+ /**
22
+ * If `true`, add class Active
23
+ */
24
+ isActive: boolean;
21
25
  /**
22
26
  * If `false`, the user can submit custom value
23
27
  */
24
28
  onlySelect: boolean;
25
29
  handleFocus(): void;
30
+ handleBlur(): void;
26
31
  handleChange(event: CustomEvent): void;
27
32
  onClickOutside(event: MouseEvent): void;
28
33
  /**
@@ -83,6 +83,10 @@ export declare class Textarea {
83
83
  * Error message for the field
84
84
  */
85
85
  error?: string;
86
+ /**
87
+ * Helper message for the field
88
+ */
89
+ helper?: string;
86
90
  /**
87
91
  * Update the native textarea element when the value changes
88
92
  */
@@ -8,6 +8,10 @@ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  import { AutocompleteTypes, Color, FeedbackColors, TextFieldTypes } from "./interface";
9
9
  export namespace Components {
10
10
  interface RoadAccordion {
11
+ /**
12
+ * Set to `true` to remove border the accordion and to `false` to add border it.
13
+ */
14
+ "isLight": boolean;
11
15
  /**
12
16
  * Set to `true` to open the accordion and to `false` to close it.
13
17
  */
@@ -40,6 +44,28 @@ export namespace Components {
40
44
  */
41
45
  "color"?: Color;
42
46
  }
47
+ interface RoadBanner {
48
+ /**
49
+ * Close the banner
50
+ */
51
+ "close": () => Promise<void>;
52
+ /**
53
+ * Set `open` property to `true` to open the banner
54
+ */
55
+ "isOpen": boolean;
56
+ /**
57
+ * Text display in the banner
58
+ */
59
+ "label": string;
60
+ /**
61
+ * Text Link display in the banner
62
+ */
63
+ "link"?: string;
64
+ /**
65
+ * Text Link display in the banner
66
+ */
67
+ "url"?: string;
68
+ }
43
69
  interface RoadButton {
44
70
  /**
45
71
  * The type of the button.
@@ -220,6 +246,10 @@ export namespace Components {
220
246
  * Error message for the field
221
247
  */
222
248
  "error"?: string;
249
+ /**
250
+ * Helper message for the field
251
+ */
252
+ "helper"?: string;
223
253
  /**
224
254
  * If `true`, the checkbox will visually appear as indeterminate.
225
255
  */
@@ -526,6 +556,10 @@ export namespace Components {
526
556
  * Error message for the field
527
557
  */
528
558
  "error"?: string;
559
+ /**
560
+ * Helper message for the field
561
+ */
562
+ "helper"?: string;
529
563
  /**
530
564
  * The id of input
531
565
  */
@@ -766,6 +800,10 @@ export namespace Components {
766
800
  * Error message for the field
767
801
  */
768
802
  "error"?: boolean;
803
+ /**
804
+ * Helper message for the field
805
+ */
806
+ "helper"?: string;
769
807
  /**
770
808
  * Inline multiple radio
771
809
  */
@@ -812,6 +850,10 @@ export namespace Components {
812
850
  * Error message for the radio group
813
851
  */
814
852
  "error"?: string;
853
+ /**
854
+ * Helper message for the radio group
855
+ */
856
+ "helper"?: string;
815
857
  /**
816
858
  * Label for the field
817
859
  */
@@ -842,6 +884,10 @@ export namespace Components {
842
884
  * The id of range
843
885
  */
844
886
  "rangeId": string;
887
+ /**
888
+ * Display Tick of the range
889
+ */
890
+ "showTick": boolean;
845
891
  /**
846
892
  * Display the current value of the range
847
893
  */
@@ -922,6 +968,10 @@ export namespace Components {
922
968
  "value"?: any | null;
923
969
  }
924
970
  interface RoadSelectFilter {
971
+ /**
972
+ * If `true`, add class Active
973
+ */
974
+ "isActive": boolean;
925
975
  /**
926
976
  * If `false`, the user can submit custom value
927
977
  */
@@ -1092,6 +1142,10 @@ export namespace Components {
1092
1142
  * Error message for the field
1093
1143
  */
1094
1144
  "error"?: string;
1145
+ /**
1146
+ * Helper message for the field
1147
+ */
1148
+ "helper"?: string;
1095
1149
  /**
1096
1150
  * A hint to the browser for which keyboard to display. This attribute applies when the value of the type attribute is `"text"`, `"password"`, `"email"`, or `"url"`. Possible values are: `"verbatim"`, `"latin"`, `"latin-name"`, `"latin-prose"`, `"full-width-latin"`, `"kana"`, `"katakana"`, `"numeric"`, `"tel"`, `"email"`, `"url"`.
1097
1151
  */
@@ -1298,6 +1352,12 @@ declare global {
1298
1352
  prototype: HTMLRoadBadgeElement;
1299
1353
  new (): HTMLRoadBadgeElement;
1300
1354
  };
1355
+ interface HTMLRoadBannerElement extends Components.RoadBanner, HTMLStencilElement {
1356
+ }
1357
+ var HTMLRoadBannerElement: {
1358
+ prototype: HTMLRoadBannerElement;
1359
+ new (): HTMLRoadBannerElement;
1360
+ };
1301
1361
  interface HTMLRoadButtonElement extends Components.RoadButton, HTMLStencilElement {
1302
1362
  }
1303
1363
  var HTMLRoadButtonElement: {
@@ -1598,6 +1658,7 @@ declare global {
1598
1658
  "road-autocomplete": HTMLRoadAutocompleteElement;
1599
1659
  "road-avatar": HTMLRoadAvatarElement;
1600
1660
  "road-badge": HTMLRoadBadgeElement;
1661
+ "road-banner": HTMLRoadBannerElement;
1601
1662
  "road-button": HTMLRoadButtonElement;
1602
1663
  "road-card": HTMLRoadCardElement;
1603
1664
  "road-carousel": HTMLRoadCarouselElement;
@@ -1651,6 +1712,10 @@ declare global {
1651
1712
  }
1652
1713
  declare namespace LocalJSX {
1653
1714
  interface RoadAccordion {
1715
+ /**
1716
+ * Set to `true` to remove border the accordion and to `false` to add border it.
1717
+ */
1718
+ "isLight"?: boolean;
1654
1719
  /**
1655
1720
  * Set to `true` to open the accordion and to `false` to close it.
1656
1721
  */
@@ -1690,6 +1755,28 @@ declare namespace LocalJSX {
1690
1755
  */
1691
1756
  "color"?: Color;
1692
1757
  }
1758
+ interface RoadBanner {
1759
+ /**
1760
+ * Set `open` property to `true` to open the banner
1761
+ */
1762
+ "isOpen"?: boolean;
1763
+ /**
1764
+ * Text display in the banner
1765
+ */
1766
+ "label"?: string;
1767
+ /**
1768
+ * Text Link display in the banner
1769
+ */
1770
+ "link"?: string;
1771
+ /**
1772
+ * Indicate when closing the banner
1773
+ */
1774
+ "onClose"?: (event: CustomEvent<void>) => void;
1775
+ /**
1776
+ * Text Link display in the banner
1777
+ */
1778
+ "url"?: string;
1779
+ }
1693
1780
  interface RoadButton {
1694
1781
  /**
1695
1782
  * The type of the button.
@@ -1874,6 +1961,10 @@ declare namespace LocalJSX {
1874
1961
  * Error message for the field
1875
1962
  */
1876
1963
  "error"?: string;
1964
+ /**
1965
+ * Helper message for the field
1966
+ */
1967
+ "helper"?: string;
1877
1968
  /**
1878
1969
  * If `true`, the checkbox will visually appear as indeterminate.
1879
1970
  */
@@ -2210,6 +2301,10 @@ declare namespace LocalJSX {
2210
2301
  * Error message for the field
2211
2302
  */
2212
2303
  "error"?: string;
2304
+ /**
2305
+ * Helper message for the field
2306
+ */
2307
+ "helper"?: string;
2213
2308
  /**
2214
2309
  * The id of input
2215
2310
  */
@@ -2482,6 +2577,10 @@ declare namespace LocalJSX {
2482
2577
  * Error message for the field
2483
2578
  */
2484
2579
  "error"?: boolean;
2580
+ /**
2581
+ * Helper message for the field
2582
+ */
2583
+ "helper"?: string;
2485
2584
  /**
2486
2585
  * Inline multiple radio
2487
2586
  */
@@ -2536,6 +2635,10 @@ declare namespace LocalJSX {
2536
2635
  * Error message for the radio group
2537
2636
  */
2538
2637
  "error"?: string;
2638
+ /**
2639
+ * Helper message for the radio group
2640
+ */
2641
+ "helper"?: string;
2539
2642
  /**
2540
2643
  * Label for the field
2541
2644
  */
@@ -2578,6 +2681,10 @@ declare namespace LocalJSX {
2578
2681
  * The id of range
2579
2682
  */
2580
2683
  "rangeId"?: string;
2684
+ /**
2685
+ * Display Tick of the range
2686
+ */
2687
+ "showTick"?: boolean;
2581
2688
  /**
2582
2689
  * Display the current value of the range
2583
2690
  */
@@ -2672,6 +2779,10 @@ declare namespace LocalJSX {
2672
2779
  "value"?: any | null;
2673
2780
  }
2674
2781
  interface RoadSelectFilter {
2782
+ /**
2783
+ * If `true`, add class Active
2784
+ */
2785
+ "isActive"?: boolean;
2675
2786
  /**
2676
2787
  * Emitted the value and label of the option selected.
2677
2788
  */
@@ -2853,6 +2964,10 @@ declare namespace LocalJSX {
2853
2964
  * Error message for the field
2854
2965
  */
2855
2966
  "error"?: string;
2967
+ /**
2968
+ * Helper message for the field
2969
+ */
2970
+ "helper"?: string;
2856
2971
  /**
2857
2972
  * A hint to the browser for which keyboard to display. This attribute applies when the value of the type attribute is `"text"`, `"password"`, `"email"`, or `"url"`. Possible values are: `"verbatim"`, `"latin"`, `"latin-name"`, `"latin-prose"`, `"full-width-latin"`, `"kana"`, `"katakana"`, `"numeric"`, `"tel"`, `"email"`, `"url"`.
2858
2973
  */
@@ -3054,6 +3169,7 @@ declare namespace LocalJSX {
3054
3169
  "road-autocomplete": RoadAutocomplete;
3055
3170
  "road-avatar": RoadAvatar;
3056
3171
  "road-badge": RoadBadge;
3172
+ "road-banner": RoadBanner;
3057
3173
  "road-button": RoadButton;
3058
3174
  "road-card": RoadCard;
3059
3175
  "road-carousel": RoadCarousel;
@@ -3114,6 +3230,7 @@ declare module "@stencil/core" {
3114
3230
  "road-autocomplete": LocalJSX.RoadAutocomplete & JSXBase.HTMLAttributes<HTMLRoadAutocompleteElement>;
3115
3231
  "road-avatar": LocalJSX.RoadAvatar & JSXBase.HTMLAttributes<HTMLRoadAvatarElement>;
3116
3232
  "road-badge": LocalJSX.RoadBadge & JSXBase.HTMLAttributes<HTMLRoadBadgeElement>;
3233
+ "road-banner": LocalJSX.RoadBanner & JSXBase.HTMLAttributes<HTMLRoadBannerElement>;
3117
3234
  "road-button": LocalJSX.RoadButton & JSXBase.HTMLAttributes<HTMLRoadButtonElement>;
3118
3235
  "road-card": LocalJSX.RoadCard & JSXBase.HTMLAttributes<HTMLRoadCardElement>;
3119
3236
  "road-carousel": LocalJSX.RoadCarousel & JSXBase.HTMLAttributes<HTMLRoadCarouselElement>;