@roadtrip/components 2.27.1 → 2.29.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 (1095) hide show
  1. package/dist/cjs/{index-0181f02a.js → index-38dff3de.js} +4 -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-alert.cjs.entry.js +1 -1
  5. package/dist/cjs/road-autocomplete.cjs.entry.js +1 -1
  6. package/dist/cjs/road-avatar.cjs.entry.js +1 -1
  7. package/dist/cjs/road-badge_11.cjs.entry.js +13 -9
  8. package/dist/cjs/road-banner.cjs.entry.js +45 -0
  9. package/dist/cjs/road-card.cjs.entry.js +1 -1
  10. package/dist/cjs/road-carousel.cjs.entry.js +2 -2
  11. package/dist/cjs/road-checkbox.cjs.entry.js +8 -2
  12. package/dist/cjs/road-chip.cjs.entry.js +3 -3
  13. package/dist/cjs/road-counter.cjs.entry.js +1 -1
  14. package/dist/cjs/road-dialog.cjs.entry.js +2 -2
  15. package/dist/cjs/road-dropdown.cjs.entry.js +1 -1
  16. package/dist/cjs/road-duration.cjs.entry.js +1 -1
  17. package/dist/cjs/road-flap.cjs.entry.js +6 -2
  18. package/dist/cjs/road-img.cjs.entry.js +1 -1
  19. package/dist/cjs/road-input-group.cjs.entry.js +3 -2
  20. package/dist/cjs/road-input.cjs.entry.js +6 -2
  21. package/dist/cjs/road-modal.cjs.entry.js +2 -2
  22. package/dist/cjs/road-navbar-item.cjs.entry.js +1 -1
  23. package/dist/cjs/road-navbar.cjs.entry.js +1 -1
  24. package/dist/cjs/road-plate-number.cjs.entry.js +3 -4
  25. package/dist/cjs/road-progress.cjs.entry.js +2 -2
  26. package/dist/cjs/road-radio-group.cjs.entry.js +2 -2
  27. package/dist/cjs/road-radio.cjs.entry.js +1 -1
  28. package/dist/cjs/road-range.cjs.entry.js +1 -1
  29. package/dist/cjs/road-rating.cjs.entry.js +2 -2
  30. package/dist/cjs/road-select-filter.cjs.entry.js +1 -1
  31. package/dist/cjs/road-select.cjs.entry.js +6 -2
  32. package/dist/cjs/road-skeleton.cjs.entry.js +1 -1
  33. package/dist/cjs/road-spinner.cjs.entry.js +1 -1
  34. package/dist/cjs/road-switch.cjs.entry.js +1 -1
  35. package/dist/cjs/road-tab-bar.cjs.entry.js +1 -1
  36. package/dist/cjs/road-tab-button.cjs.entry.js +1 -1
  37. package/dist/cjs/road-table.cjs.entry.js +1 -1
  38. package/dist/cjs/road-text.cjs.entry.js +1 -1
  39. package/dist/cjs/road-textarea.cjs.entry.js +6 -2
  40. package/dist/cjs/road-toast.cjs.entry.js +2 -2
  41. package/dist/cjs/road-toggle.cjs.entry.js +100 -0
  42. package/dist/cjs/road-tooltip.cjs.entry.js +1 -1
  43. package/dist/cjs/roadtrip.cjs.js +1 -1
  44. package/dist/collection/collection-manifest.json +2 -0
  45. package/dist/collection/components/accordion/accordion.css +41 -9
  46. package/dist/collection/components/accordion/accordion.js +28 -3
  47. package/dist/collection/components/accordion/accordion.stories.js +6 -2
  48. package/dist/collection/components/alert/alert.css +18 -21
  49. package/dist/collection/components/autocomplete/autocomplete.css +5 -5
  50. package/dist/collection/components/autocomplete/autocomplete.stories.js +2 -0
  51. package/dist/collection/components/avatar/avatar.css +1 -1
  52. package/dist/collection/components/avatar/avatar.stories.js +1 -1
  53. package/dist/collection/components/badge/badge.css +21 -22
  54. package/dist/collection/components/badge/badge.js +6 -1
  55. package/dist/collection/components/badge/badge.stories.js +11 -5
  56. package/dist/collection/components/banner/banner.css +48 -0
  57. package/dist/collection/components/banner/banner.js +152 -0
  58. package/dist/collection/components/banner/banner.stories.js +39 -0
  59. package/dist/collection/components/button/button.css +52 -188
  60. package/dist/collection/components/button/button.js +5 -10
  61. package/dist/collection/components/button/button.stories.js +9 -4
  62. package/dist/collection/components/card/card.css +1 -1
  63. package/dist/collection/components/carousel/carousel.css +7 -7
  64. package/dist/collection/components/checkbox/checkbox.css +44 -22
  65. package/dist/collection/components/checkbox/checkbox.js +46 -4
  66. package/dist/collection/components/checkbox/checkbox.stories.js +14 -0
  67. package/dist/collection/components/chip/chip.css +70 -21
  68. package/dist/collection/components/chip/chip.js +2 -1
  69. package/dist/collection/components/chip/chip.stories.js +1 -1
  70. package/dist/collection/components/counter/counter.css +3 -3
  71. package/dist/collection/components/dialog/dialog.css +17 -11
  72. package/dist/collection/components/dialog/dialog.stories.js +33 -9
  73. package/dist/collection/components/drawer/drawer.dark.css +15 -15
  74. package/dist/collection/components/drawer/drawer.light.css +12 -12
  75. package/dist/collection/components/drawer/drawer.stories.js +6 -8
  76. package/dist/collection/components/dropdown/dropdown.css +4 -4
  77. package/dist/collection/components/duration/duration.css +1 -1
  78. package/dist/collection/components/flap/flap.css +25 -14
  79. package/dist/collection/components/flap/flap.js +23 -1
  80. package/dist/collection/components/flap/flap.stories.js +12 -1
  81. package/dist/collection/components/icon/icon.css +10 -10
  82. package/dist/collection/components/icon/svg/alert-error-outline-color.svg +1 -1
  83. package/dist/collection/components/icon/svg/alert-info-outline-color.svg +1 -1
  84. package/dist/collection/components/icon/svg/alert-question-outline-color.svg +1 -1
  85. package/dist/collection/components/icon/svg/alert-valid-outline-color.svg +1 -1
  86. package/dist/collection/components/icon/svg/alert-warning-outline-color.svg +1 -1
  87. package/dist/collection/components/icon/svg/alternator-color.svg +1 -1
  88. package/dist/collection/components/icon/svg/archive-outline-color.svg +1 -1
  89. package/dist/collection/components/icon/svg/axle-support-color.svg +1 -1
  90. package/dist/collection/components/icon/svg/bacterium-color.svg +1 -1
  91. package/dist/collection/components/icon/svg/battery-charger-color.svg +1 -1
  92. package/dist/collection/components/icon/svg/battery-color.svg +1 -1
  93. package/dist/collection/components/icon/svg/battery-recycle-color.svg +1 -1
  94. package/dist/collection/components/icon/svg/battery-start-stop-color.svg +1 -1
  95. package/dist/collection/components/icon/svg/book-service-color.svg +1 -1
  96. package/dist/collection/components/icon/svg/book-technical-color.svg +1 -1
  97. package/dist/collection/components/icon/svg/brake-outline-color.svg +1 -1
  98. package/dist/collection/components/icon/svg/brake-pad-color.svg +1 -1
  99. package/dist/collection/components/icon/svg/bulk-3d-color.svg +1 -1
  100. package/dist/collection/components/icon/svg/bundle-color.svg +1 -1
  101. package/dist/collection/components/icon/svg/cable-color.svg +1 -1
  102. package/dist/collection/components/icon/svg/calculator-color.svg +1 -1
  103. package/dist/collection/components/icon/svg/call-center-color.svg +1 -1
  104. package/dist/collection/components/icon/svg/camera-off-outline-color.svg +1 -1
  105. package/dist/collection/components/icon/svg/camera-outline-color.svg +1 -1
  106. package/dist/collection/components/icon/svg/car-door-color.svg +1 -1
  107. package/dist/collection/components/icon/svg/car-petrol-off-color.svg +1 -1
  108. package/dist/collection/components/icon/svg/car-petrol-outline-color.svg +1 -1
  109. package/dist/collection/components/icon/svg/car-power-color.svg +1 -1
  110. package/dist/collection/components/icon/svg/carpet-color.svg +1 -1
  111. package/dist/collection/components/icon/svg/certified-outline-color.svg +1 -1
  112. package/dist/collection/components/icon/svg/certified-warning-outline-color.svg +1 -1
  113. package/dist/collection/components/icon/svg/check-list-color.svg +1 -1
  114. package/dist/collection/components/icon/svg/check-point-color.svg +1 -1
  115. package/dist/collection/components/icon/svg/check-point-location-color.svg +1 -1
  116. package/dist/collection/components/icon/svg/cleanser-color.svg +1 -1
  117. package/dist/collection/components/icon/svg/cloud-download-color.svg +1 -1
  118. package/dist/collection/components/icon/svg/cloud-upload-color.svg +1 -1
  119. package/dist/collection/components/icon/svg/clutch-color.svg +1 -1
  120. package/dist/collection/components/icon/svg/control-switch-color.svg +1 -1
  121. package/dist/collection/components/icon/svg/coolbox-color.svg +1 -1
  122. package/dist/collection/components/icon/svg/cooling-color.svg +1 -1
  123. package/dist/collection/components/icon/svg/cover-color.svg +1 -1
  124. package/dist/collection/components/icon/svg/covid-stop-color.svg +1 -1
  125. package/dist/collection/components/icon/svg/data-add-color.svg +1 -1
  126. package/dist/collection/components/icon/svg/data-bar-color.svg +1 -1
  127. package/dist/collection/components/icon/svg/data-color.svg +1 -1
  128. package/dist/collection/components/icon/svg/data-tech-outline-color.svg +1 -1
  129. package/dist/collection/components/icon/svg/data-up-color.svg +1 -1
  130. package/dist/collection/components/icon/svg/delete-forever-color.svg +1 -1
  131. package/dist/collection/components/icon/svg/device-color.svg +1 -1
  132. package/dist/collection/components/icon/svg/device-rotate-color.svg +1 -1
  133. package/dist/collection/components/icon/svg/device-smartphone-color.svg +1 -1
  134. package/dist/collection/components/icon/svg/device-smartphone-music-color.svg +1 -1
  135. package/dist/collection/components/icon/svg/device-smartphone-sms-color.svg +1 -1
  136. package/dist/collection/components/icon/svg/device-smartphone-sms-wrench-color.svg +1 -1
  137. package/dist/collection/components/icon/svg/device-tablet-color.svg +1 -1
  138. package/dist/collection/components/icon/svg/diagnostic-color.svg +1 -1
  139. package/dist/collection/components/icon/svg/discount-prct-outline-color.svg +1 -1
  140. package/dist/collection/components/icon/svg/discount-ticket-color.svg +1 -1
  141. package/dist/collection/components/icon/svg/download-color.svg +1 -1
  142. package/dist/collection/components/icon/svg/edit-outline-color.svg +1 -1
  143. package/dist/collection/components/icon/svg/edit-pen-color.svg +1 -1
  144. package/dist/collection/components/icon/svg/electric-plug-13pin-color.svg +1 -1
  145. package/dist/collection/components/icon/svg/electric-plug-7pin-color.svg +1 -1
  146. package/dist/collection/components/icon/svg/engine-color.svg +1 -1
  147. package/dist/collection/components/icon/svg/engine-electric-color.svg +1 -1
  148. package/dist/collection/components/icon/svg/engine-lubrication-color.svg +1 -1
  149. package/dist/collection/components/icon/svg/engine-piston-color.svg +1 -1
  150. package/dist/collection/components/icon/svg/exhaust-pipe-color.svg +1 -1
  151. package/dist/collection/components/icon/svg/factory-color.svg +1 -1
  152. package/dist/collection/components/icon/svg/fidelity-card-color.svg +1 -1
  153. package/dist/collection/components/icon/svg/fidelity-card-wallet-color.svg +1 -1
  154. package/dist/collection/components/icon/svg/file-business-outline-color.svg +1 -1
  155. package/dist/collection/components/icon/svg/file-catalog-color.svg +1 -1
  156. package/dist/collection/components/icon/svg/file-copy-color.svg +1 -1
  157. package/dist/collection/components/icon/svg/file-edit-color.svg +1 -1
  158. package/dist/collection/components/icon/svg/file-excel-color.svg +1 -1
  159. package/dist/collection/components/icon/svg/file-list-outline-color.svg +1 -1
  160. package/dist/collection/components/icon/svg/file-pdf-color.svg +1 -1
  161. package/dist/collection/components/icon/svg/file-pdf-outline-color.svg +1 -1
  162. package/dist/collection/components/icon/svg/file-powerpoint-color.svg +1 -1
  163. package/dist/collection/components/icon/svg/file-technical-color.svg +1 -1
  164. package/dist/collection/components/icon/svg/file-word-color.svg +1 -1
  165. package/dist/collection/components/icon/svg/filter-color.svg +1 -1
  166. package/dist/collection/components/icon/svg/filter-particle-color.svg +1 -1
  167. package/dist/collection/components/icon/svg/filter-sport-color.svg +1 -1
  168. package/dist/collection/components/icon/svg/flower-color.svg +1 -1
  169. package/dist/collection/components/icon/svg/fuel-air-supply-color.svg +1 -1
  170. package/dist/collection/components/icon/svg/fuel-door-color.svg +1 -1
  171. package/dist/collection/components/icon/svg/funding-best-price-color.svg +1 -1
  172. package/dist/collection/components/icon/svg/funding-outline-color.svg +1 -1
  173. package/dist/collection/components/icon/svg/funding-small-color.svg +1 -1
  174. package/dist/collection/components/icon/svg/fuse-color.svg +1 -1
  175. package/dist/collection/components/icon/svg/garage-color.svg +1 -1
  176. package/dist/collection/components/icon/svg/garage-house-color.svg +1 -1
  177. package/dist/collection/components/icon/svg/gas-5-color.svg +1 -1
  178. package/dist/collection/components/icon/svg/gasket-outline-color.svg +1 -1
  179. package/dist/collection/components/icon/svg/gearbox-color.svg +1 -1
  180. package/dist/collection/components/icon/svg/gift-color.svg +1 -1
  181. package/dist/collection/components/icon/svg/gps-color.svg +1 -1
  182. package/dist/collection/components/icon/svg/hear-color.svg +1 -1
  183. package/dist/collection/components/icon/svg/helmet-bike-color.svg +1 -1
  184. package/dist/collection/components/icon/svg/helmet-cross-color.svg +1 -1
  185. package/dist/collection/components/icon/svg/helmet-full-color.svg +1 -1
  186. package/dist/collection/components/icon/svg/helmet-half-jet-color.svg +1 -1
  187. package/dist/collection/components/icon/svg/helmet-jet-color.svg +1 -1
  188. package/dist/collection/components/icon/svg/helmet-modular-color.svg +1 -1
  189. package/dist/collection/components/icon/svg/helmet-skate-color.svg +1 -1
  190. package/dist/collection/components/icon/svg/hook-hitch-color.svg +1 -1
  191. package/dist/collection/components/icon/svg/house-color.svg +1 -1
  192. package/dist/collection/components/icon/svg/identity-card-color.svg +1 -1
  193. package/dist/collection/components/icon/svg/key-outline-color.svg +1 -1
  194. package/dist/collection/components/icon/svg/light-beam-back-color.svg +1 -1
  195. package/dist/collection/components/icon/svg/light-beam-color.svg +1 -1
  196. package/dist/collection/components/icon/svg/light-beam-day-color.svg +1 -1
  197. package/dist/collection/components/icon/svg/light-beam-fog-color.svg +1 -1
  198. package/dist/collection/components/icon/svg/light-beam-high-color.svg +1 -1
  199. package/dist/collection/components/icon/svg/light-beam-numberplate-color.svg +1 -1
  200. package/dist/collection/components/icon/svg/light-beam-signal-color.svg +1 -1
  201. package/dist/collection/components/icon/svg/light-beam-stop-color.svg +1 -1
  202. package/dist/collection/components/icon/svg/light-beam-turn-color.svg +1 -1
  203. package/dist/collection/components/icon/svg/light-box-color.svg +1 -1
  204. package/dist/collection/components/icon/svg/light-bulb-color.svg +1 -1
  205. package/dist/collection/components/icon/svg/light-color.svg +1 -1
  206. package/dist/collection/components/icon/svg/light-master-color.svg +1 -1
  207. package/dist/collection/components/icon/svg/light-sidelight-color.svg +1 -1
  208. package/dist/collection/components/icon/svg/link-broken-color.svg +1 -1
  209. package/dist/collection/components/icon/svg/link-color.svg +1 -1
  210. package/dist/collection/components/icon/svg/load-cached-color.svg +1 -1
  211. package/dist/collection/components/icon/svg/load-hitstory-color.svg +1 -1
  212. package/dist/collection/components/icon/svg/load-sync-problem-color.svg +1 -1
  213. package/dist/collection/components/icon/svg/load-update-color.svg +1 -1
  214. package/dist/collection/components/icon/svg/location-pin-all-outline-color.svg +1 -1
  215. package/dist/collection/components/icon/svg/location-pin-outline-color.svg +1 -1
  216. package/dist/collection/components/icon/svg/location-target-color.svg +1 -1
  217. package/dist/collection/components/icon/svg/lowering-down-color.svg +1 -1
  218. package/dist/collection/components/icon/svg/lowering-up-color.svg +1 -1
  219. package/dist/collection/components/icon/svg/mail-outline-send-color.svg +1 -1
  220. package/dist/collection/components/icon/svg/meeting-check-color.svg +1 -1
  221. package/dist/collection/components/icon/svg/meeting-color.svg +1 -1
  222. package/dist/collection/components/icon/svg/meeting-maintenance-color.svg +1 -1
  223. package/dist/collection/components/icon/svg/meeting-off-color.svg +1 -1
  224. package/dist/collection/components/icon/svg/meeting-online-color.svg +1 -1
  225. package/dist/collection/components/icon/svg/meeting-week-color.svg +1 -1
  226. package/dist/collection/components/icon/svg/mic-off-outline-color.svg +1 -1
  227. package/dist/collection/components/icon/svg/mic-outline-color.svg +1 -1
  228. package/dist/collection/components/icon/svg/navigation-dashboard-outline-color.svg +1 -1
  229. package/dist/collection/components/icon/svg/navigation-launch-color.svg +1 -1
  230. package/dist/collection/components/icon/svg/navigation-layers-outline-color.svg +1 -1
  231. package/dist/collection/components/icon/svg/navigation-setting-outline-color.svg +1 -1
  232. package/dist/collection/components/icon/svg/nose-odour-color.svg +1 -1
  233. package/dist/collection/components/icon/svg/nut-outline-color.svg +1 -1
  234. package/dist/collection/components/icon/svg/oil-can-outline-color.svg +1 -1
  235. package/dist/collection/components/icon/svg/oil-can-small-color.svg +1 -1
  236. package/dist/collection/components/icon/svg/oil-change-color.svg +1 -1
  237. package/dist/collection/components/icon/svg/oil-color.svg +1 -1
  238. package/dist/collection/components/icon/svg/oil-cruet-color.svg +1 -1
  239. package/dist/collection/components/icon/svg/paint-color.svg +1 -1
  240. package/dist/collection/components/icon/svg/parking-break-color.svg +1 -1
  241. package/dist/collection/components/icon/svg/pass-maintain-color.svg +1 -1
  242. package/dist/collection/components/icon/svg/pass-maintain-logo-color.svg +1 -1
  243. package/dist/collection/components/icon/svg/pass-maintain-logo-outline-color.svg +1 -1
  244. package/dist/collection/components/icon/svg/payment-bill-color.svg +1 -1
  245. package/dist/collection/components/icon/svg/payment-card-color.svg +1 -1
  246. package/dist/collection/components/icon/svg/payment-cash-color.svg +1 -1
  247. package/dist/collection/components/icon/svg/payment-delevery-color.svg +1 -1
  248. package/dist/collection/components/icon/svg/payment-safety-color.svg +1 -1
  249. package/dist/collection/components/icon/svg/payment-store-color.svg +1 -1
  250. package/dist/collection/components/icon/svg/people-add-outline-color.svg +1 -1
  251. package/dist/collection/components/icon/svg/people-car-fleet-color.svg +1 -1
  252. package/dist/collection/components/icon/svg/people-card-color.svg +1 -1
  253. package/dist/collection/components/icon/svg/people-community-outline-color.svg +1 -1
  254. package/dist/collection/components/icon/svg/people-coworker-color.svg +1 -1
  255. package/dist/collection/components/icon/svg/people-coworker-norauto-color.svg +1 -1
  256. package/dist/collection/components/icon/svg/people-group-outline-color.svg +1 -1
  257. package/dist/collection/components/icon/svg/people-home-outline-color.svg +1 -1
  258. package/dist/collection/components/icon/svg/people-vip-outline-color.svg +1 -1
  259. package/dist/collection/components/icon/svg/petrol-outline-color.svg +1 -1
  260. package/dist/collection/components/icon/svg/picture-color.svg +1 -1
  261. package/dist/collection/components/icon/svg/player-dvd-color.svg +1 -1
  262. package/dist/collection/components/icon/svg/player-radio-music-outline-color.svg +1 -1
  263. package/dist/collection/components/icon/svg/player-radio-outline-color.svg +1 -1
  264. package/dist/collection/components/icon/svg/player-touchscreen-color.svg +1 -1
  265. package/dist/collection/components/icon/svg/player-touchscreen-motorized-color.svg +1 -1
  266. package/dist/collection/components/icon/svg/player-video-color.svg +1 -1
  267. package/dist/collection/components/icon/svg/power-color.svg +1 -1
  268. package/dist/collection/components/icon/svg/purchase-history-color.svg +1 -1
  269. package/dist/collection/components/icon/svg/radiator-color.svg +1 -1
  270. package/dist/collection/components/icon/svg/rent-back-color.svg +1 -1
  271. package/dist/collection/components/icon/svg/rent-color.svg +1 -1
  272. package/dist/collection/components/icon/svg/roof-rack-cross-bars-color.svg +1 -1
  273. package/dist/collection/components/icon/svg/rubber-outline-color.svg +1 -1
  274. package/dist/collection/components/icon/svg/save-disk-color.svg +1 -1
  275. package/dist/collection/components/icon/svg/scan-bar-code-color.svg +1 -1
  276. package/dist/collection/components/icon/svg/scan-color.svg +1 -1
  277. package/dist/collection/components/icon/svg/scan-qr-code-color.svg +1 -1
  278. package/dist/collection/components/icon/svg/scissor-color.svg +1 -1
  279. package/dist/collection/components/icon/svg/secure-back-door-lock-color.svg +1 -1
  280. package/dist/collection/components/icon/svg/secure-cable-color.svg +1 -1
  281. package/dist/collection/components/icon/svg/secure-cable-lock-color.svg +1 -1
  282. package/dist/collection/components/icon/svg/secure-chain-color.svg +1 -1
  283. package/dist/collection/components/icon/svg/secure-cuff-lock-color.svg +1 -1
  284. package/dist/collection/components/icon/svg/secure-disk-lock-color.svg +1 -1
  285. package/dist/collection/components/icon/svg/secure-folding-lock-color.svg +1 -1
  286. package/dist/collection/components/icon/svg/secure-frame-lock-color.svg +1 -1
  287. package/dist/collection/components/icon/svg/secure-gearbox-color.svg +1 -1
  288. package/dist/collection/components/icon/svg/secure-level-first-color.svg +1 -1
  289. package/dist/collection/components/icon/svg/secure-level-hours-color.svg +1 -1
  290. package/dist/collection/components/icon/svg/secure-level-minute-color.svg +1 -1
  291. package/dist/collection/components/icon/svg/secure-level-night-and-day-color.svg +1 -1
  292. package/dist/collection/components/icon/svg/secure-level-second-color.svg +1 -1
  293. package/dist/collection/components/icon/svg/secure-level-third-color.svg +1 -1
  294. package/dist/collection/components/icon/svg/secure-lock-color.svg +1 -1
  295. package/dist/collection/components/icon/svg/secure-lock-open-color.svg +1 -1
  296. package/dist/collection/components/icon/svg/secure-pedal-color.svg +1 -1
  297. package/dist/collection/components/icon/svg/secure-steering-color.svg +1 -1
  298. package/dist/collection/components/icon/svg/secure-steering-dashboard-color.svg +1 -1
  299. package/dist/collection/components/icon/svg/secure-steering-pedal-color.svg +1 -1
  300. package/dist/collection/components/icon/svg/secure-u-lock-color.svg +1 -1
  301. package/dist/collection/components/icon/svg/secure-wheel-color.svg +1 -1
  302. package/dist/collection/components/icon/svg/security-belt-outline-color.svg +1 -1
  303. package/dist/collection/components/icon/svg/security-color.svg +1 -1
  304. package/dist/collection/components/icon/svg/sensor-color.svg +1 -1
  305. package/dist/collection/components/icon/svg/shipping-checked-color.svg +1 -1
  306. package/dist/collection/components/icon/svg/shipping-click-and-collect-color.svg +1 -1
  307. package/dist/collection/components/icon/svg/shipping-color.svg +1 -1
  308. package/dist/collection/components/icon/svg/shipping-express-color.svg +1 -1
  309. package/dist/collection/components/icon/svg/shipping-locator-color.svg +1 -1
  310. package/dist/collection/components/icon/svg/shipping-locker-color.svg +1 -1
  311. package/dist/collection/components/icon/svg/shipping-outline-color.svg +1 -1
  312. package/dist/collection/components/icon/svg/shipping-return-color.svg +1 -1
  313. package/dist/collection/components/icon/svg/shock-absorber-color.svg +1 -1
  314. package/dist/collection/components/icon/svg/shop-color.svg +1 -1
  315. package/dist/collection/components/icon/svg/shopping-cart-add-color.svg +1 -1
  316. package/dist/collection/components/icon/svg/shopping-cart-sad-color.svg +1 -1
  317. package/dist/collection/components/icon/svg/sound-0-outline-color.svg +1 -1
  318. package/dist/collection/components/icon/svg/sound-1-outline-color.svg +1 -1
  319. package/dist/collection/components/icon/svg/sound-2-outline-color.svg +1 -1
  320. package/dist/collection/components/icon/svg/sound-3-outline-color.svg +1 -1
  321. package/dist/collection/components/icon/svg/spark-color.svg +1 -1
  322. package/dist/collection/components/icon/svg/speak-advice-outline-color.svg +1 -1
  323. package/dist/collection/components/icon/svg/speak-outline-color.svg +1 -1
  324. package/dist/collection/components/icon/svg/speaker-color.svg +1 -1
  325. package/dist/collection/components/icon/svg/station-electric-outline-color.svg +1 -1
  326. package/dist/collection/components/icon/svg/steering-control-color.svg +1 -1
  327. package/dist/collection/components/icon/svg/steering-control-flat-color.svg +1 -1
  328. package/dist/collection/components/icon/svg/steering-control-four-spoke-color.svg +1 -1
  329. package/dist/collection/components/icon/svg/style-color.svg +1 -1
  330. package/dist/collection/components/icon/svg/time-access-color.svg +1 -1
  331. package/dist/collection/components/icon/svg/timer-1h-color.svg +1 -1
  332. package/dist/collection/components/icon/svg/timer-2h-color.svg +1 -1
  333. package/dist/collection/components/icon/svg/timer-color.svg +1 -1
  334. package/dist/collection/components/icon/svg/timer-hourglass-outline-color.svg +1 -1
  335. package/dist/collection/components/icon/svg/timing-belt-color.svg +1 -1
  336. package/dist/collection/components/icon/svg/tire-all-terrain-color.svg +1 -1
  337. package/dist/collection/components/icon/svg/tire-color.svg +1 -1
  338. package/dist/collection/components/icon/svg/tire-diameter-color.svg +1 -1
  339. package/dist/collection/components/icon/svg/tire-energy-color.svg +1 -1
  340. package/dist/collection/components/icon/svg/tire-flat-color.svg +1 -1
  341. package/dist/collection/components/icon/svg/tire-hotel-outline-color.svg +1 -1
  342. package/dist/collection/components/icon/svg/tire-hub-cap-color.svg +1 -1
  343. package/dist/collection/components/icon/svg/tire-ice-color.svg +1 -1
  344. package/dist/collection/components/icon/svg/tire-parallelism-color.svg +1 -1
  345. package/dist/collection/components/icon/svg/tire-rain-color.svg +1 -1
  346. package/dist/collection/components/icon/svg/tire-rim-color.svg +1 -1
  347. package/dist/collection/components/icon/svg/tire-sidewall-height-color.svg +1 -1
  348. package/dist/collection/components/icon/svg/tire-snow-chain-color.svg +1 -1
  349. package/dist/collection/components/icon/svg/tire-snow-color.svg +1 -1
  350. package/dist/collection/components/icon/svg/tire-snow-studded-color.svg +1 -1
  351. package/dist/collection/components/icon/svg/tire-sound-color.svg +1 -1
  352. package/dist/collection/components/icon/svg/tire-sun-color.svg +1 -1
  353. package/dist/collection/components/icon/svg/tire-sun-snow-color.svg +1 -1
  354. package/dist/collection/components/icon/svg/tire-suspension-color.svg +1 -1
  355. package/dist/collection/components/icon/svg/tire-wheel-diameter-color.svg +1 -1
  356. package/dist/collection/components/icon/svg/tire-wheel-rim-color.svg +1 -1
  357. package/dist/collection/components/icon/svg/tire-wheel-steel-color.svg +1 -1
  358. package/dist/collection/components/icon/svg/tire-witdh-color.svg +1 -1
  359. package/dist/collection/components/icon/svg/transmission-color.svg +1 -1
  360. package/dist/collection/components/icon/svg/trash-bin-color.svg +1 -1
  361. package/dist/collection/components/icon/svg/travel-backpack-color.svg +1 -1
  362. package/dist/collection/components/icon/svg/travel-bag-color.svg +1 -1
  363. package/dist/collection/components/icon/svg/travel-briefcase-color.svg +1 -1
  364. package/dist/collection/components/icon/svg/travel-rolling-suitcase-color.svg +1 -1
  365. package/dist/collection/components/icon/svg/travel-suitcase-color.svg +1 -1
  366. package/dist/collection/components/icon/svg/trick-outline-color.svg +1 -1
  367. package/dist/collection/components/icon/svg/vehicle-bike-color.svg +1 -1
  368. package/dist/collection/components/icon/svg/vehicle-bike-electric-color.svg +1 -1
  369. package/dist/collection/components/icon/svg/vehicle-bike-rack-outline-color.svg +1 -1
  370. package/dist/collection/components/icon/svg/vehicle-car-add-outline-color.svg +1 -1
  371. package/dist/collection/components/icon/svg/vehicle-car-all-authorize-outline-color.svg +1 -1
  372. package/dist/collection/components/icon/svg/vehicle-car-all-outline-color.svg +1 -1
  373. package/dist/collection/components/icon/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -1
  374. package/dist/collection/components/icon/svg/vehicle-car-bodywork-outline-color.svg +1 -1
  375. package/dist/collection/components/icon/svg/vehicle-car-checked-outline-color.svg +1 -1
  376. package/dist/collection/components/icon/svg/vehicle-car-outline-color.svg +1 -1
  377. package/dist/collection/components/icon/svg/vehicle-car-setting-outline-color.svg +1 -1
  378. package/dist/collection/components/icon/svg/vehicle-car-side-tire-behind-color.svg +1 -1
  379. package/dist/collection/components/icon/svg/vehicle-car-side-tire-front-outline-color.svg +1 -1
  380. package/dist/collection/components/icon/svg/vehicle-car-unknowoutline-color.svg +1 -1
  381. package/dist/collection/components/icon/svg/vehicle-car-unselected-outline-color.svg +1 -1
  382. package/dist/collection/components/icon/svg/vehicle-carport-color.svg +1 -1
  383. package/dist/collection/components/icon/svg/vehicle-delevery-fast-outline-color.svg +1 -1
  384. package/dist/collection/components/icon/svg/vehicle-delevery-meeting-outline-color.svg +1 -1
  385. package/dist/collection/components/icon/svg/vehicle-drive-carport-color.svg +1 -1
  386. package/dist/collection/components/icon/svg/vehicle-drive-color.svg +1 -1
  387. package/dist/collection/components/icon/svg/vehicle-moto-bike-outline-color.svg +1 -1
  388. package/dist/collection/components/icon/svg/vehicle-moto-outline-color.svg +1 -1
  389. package/dist/collection/components/icon/svg/vehicle-roof-box-outline-color.svg +1 -1
  390. package/dist/collection/components/icon/svg/vehicle-scooter-kick-color.svg +1 -1
  391. package/dist/collection/components/icon/svg/vehicle-scooter-kick-electric-color.svg +1 -1
  392. package/dist/collection/components/icon/svg/vehicle-scooter-outline-color.svg +1 -1
  393. package/dist/collection/components/icon/svg/vehicle-tire-invert-outline-color.svg +1 -1
  394. package/dist/collection/components/icon/svg/vehicle-workshop-outline-color.svg +1 -1
  395. package/dist/collection/components/icon/svg/ventilator-color.svg +1 -1
  396. package/dist/collection/components/icon/svg/view-3d-360-color.svg +1 -1
  397. package/dist/collection/components/icon/svg/view-3d-360-disabled-color.svg +1 -1
  398. package/dist/collection/components/icon/svg/virus-color.svg +1 -1
  399. package/dist/collection/components/icon/svg/visibility-off-outline-color.svg +1 -1
  400. package/dist/collection/components/icon/svg/visibility-outline-color.svg +1 -1
  401. package/dist/collection/components/icon/svg/warehouse-color.svg +1 -1
  402. package/dist/collection/components/icon/svg/weather-rain-outline-color.svg +1 -1
  403. package/dist/collection/components/icon/svg/wheel-bearings-color.svg +1 -1
  404. package/dist/collection/components/icon/svg/wheel-hub-cap-color.svg +1 -1
  405. package/dist/collection/components/icon/svg/wheel-rim-color.svg +1 -1
  406. package/dist/collection/components/icon/svg/wheel-rim-double-spoke-outline-color.svg +1 -1
  407. package/dist/collection/components/icon/svg/wheel-rim-honeycomb-outline-color.svg +1 -1
  408. package/dist/collection/components/icon/svg/wheel-rim-multi-spoke-outline-color.svg +1 -1
  409. package/dist/collection/components/icon/svg/windscreen-back-fluid-color.svg +1 -1
  410. package/dist/collection/components/icon/svg/windscreen-back-frost-color.svg +1 -1
  411. package/dist/collection/components/icon/svg/windscreen-back-wiper-color.svg +1 -1
  412. package/dist/collection/components/icon/svg/windscreen-color.svg +1 -1
  413. package/dist/collection/components/icon/svg/windscreen-fluid-color.svg +1 -1
  414. package/dist/collection/components/icon/svg/windscreen-frost-color.svg +1 -1
  415. package/dist/collection/components/icon/svg/windscreen-wiper-color.svg +1 -1
  416. package/dist/collection/components/icon/svg/windscreen-wipers-color.svg +1 -1
  417. package/dist/collection/components/icon/svg/windscreen-wipers-left-color.svg +1 -1
  418. package/dist/collection/components/icon/svg/windscreen-wipers-right-color.svg +1 -1
  419. package/dist/collection/components/icon/svg/windscreen-wipers.svg +1 -1
  420. package/dist/collection/components/icon/svg/work-order-awaiting-approval-color.svg +1 -1
  421. package/dist/collection/components/icon/svg/work-order-check-outline-color.svg +1 -1
  422. package/dist/collection/components/icon/svg/work-order-diagnostic-outline-color.svg +1 -1
  423. package/dist/collection/components/icon/svg/work-order-pass-maintain-color.svg +1 -1
  424. package/dist/collection/components/icon/svg/work-order-view-outline-color.svg +1 -1
  425. package/dist/collection/components/icon/svg/work-order-wait-check-outline-color.svg +1 -1
  426. package/dist/collection/components/icon/svg/world-color.svg +1 -1
  427. package/dist/collection/components/icon/svg/wrench-hand-color.svg +1 -1
  428. package/dist/collection/components/icon/svg/wrench-hand-dual-color.svg +1 -1
  429. package/dist/collection/components/icon/svg/wrench-outline-color.svg +1 -1
  430. package/dist/collection/components/icon/svg/wrench-tools-outline-color.svg +1 -1
  431. package/dist/collection/components/icon/svg/zoom-in-color.svg +1 -1
  432. package/dist/collection/components/icon/svg/zoom-out-color.svg +1 -1
  433. package/dist/collection/components/img/img.css +1 -1
  434. package/dist/collection/components/input/input.css +62 -13
  435. package/dist/collection/components/input/input.js +42 -2
  436. package/dist/collection/components/input/input.stories.js +18 -1
  437. package/dist/collection/components/input-group/input-group.css +39 -12
  438. package/dist/collection/components/input-group/input-group.js +3 -2
  439. package/dist/collection/components/input-group/input-group.stories.js +4 -4
  440. package/dist/collection/components/item/item.css +6 -6
  441. package/dist/collection/components/item/item.stories.js +7 -7
  442. package/dist/collection/components/list/list.css +1 -1
  443. package/dist/collection/components/modal/modal.css +9 -9
  444. package/dist/collection/components/modal/modal.stories.js +2 -2
  445. package/dist/collection/components/navbar/navbar.css +2 -2
  446. package/dist/collection/components/navbar-item/navbar-item.css +8 -5
  447. package/dist/collection/components/patterns/breadcrumb.stories.js +72 -0
  448. package/dist/collection/components/patterns/crossselling.stories.js +4 -4
  449. package/dist/collection/components/patterns/filter.stories.js +2 -2
  450. package/dist/collection/components/patterns/link.stories.js +35 -0
  451. package/dist/collection/components/plate-number/plate-number.css +47 -16
  452. package/dist/collection/components/plate-number/plate-number.js +1 -2
  453. package/dist/collection/components/plate-number/plate-number.stories.js +2 -2
  454. package/dist/collection/components/progress/progress.css +22 -8
  455. package/dist/collection/components/progress/progress.js +5 -10
  456. package/dist/collection/components/progress/progress.stories.js +18 -2
  457. package/dist/collection/components/radio/radio.css +24 -17
  458. package/dist/collection/components/radio/radio.js +17 -0
  459. package/dist/collection/components/radio/radio.stories.js +4 -0
  460. package/dist/collection/components/radio-group/radio-group.css +11 -2
  461. package/dist/collection/components/radio-group/radio-group.js +19 -1
  462. package/dist/collection/components/range/range.css +8 -8
  463. package/dist/collection/components/rating/rating.css +4 -3
  464. package/dist/collection/components/select/select.css +50 -14
  465. package/dist/collection/components/select/select.js +23 -1
  466. package/dist/collection/components/select/select.stories.js +15 -7
  467. package/dist/collection/components/select-filter/select-filter.css +12 -6
  468. package/dist/collection/components/select-filter/select-filter.stories.js +14 -6
  469. package/dist/collection/components/skeleton/skeleton.css +9 -1
  470. package/dist/collection/components/skeleton/skeleton.stories.js +18 -0
  471. package/dist/collection/components/spinner/spinner.css +1 -1
  472. package/dist/collection/components/switch/switch.css +19 -19
  473. package/dist/collection/components/tab-bar/tab-bar.css +10 -11
  474. package/dist/collection/components/tab-button/tab-button.css +5 -1
  475. package/dist/collection/components/table/table.css +5 -5
  476. package/dist/collection/components/text/text.css +11 -11
  477. package/dist/collection/components/textarea/textarea.css +73 -22
  478. package/dist/collection/components/textarea/textarea.js +42 -2
  479. package/dist/collection/components/textarea/textarea.stories.js +19 -2
  480. package/dist/collection/components/toast/toast.css +14 -14
  481. package/dist/collection/components/toggle/toggle.css +206 -0
  482. package/dist/collection/components/toggle/toggle.js +402 -0
  483. package/dist/collection/components/{switch/switch.stories.js → toggle/toggle.stories.js} +7 -7
  484. package/dist/collection/components/toolbar/toolbar.css +7 -7
  485. package/dist/collection/components/tooltip/tooltip.css +4 -4
  486. package/dist/collection/components/utilities/border.stories.js +10 -10
  487. package/dist/collection/components/utilities/color.stories.js +22 -0
  488. package/dist/collection/components/utilities/typography.stories.js +6 -0
  489. package/dist/esm/{index-1ea26b25.js → index-d612e910.js} +3 -1
  490. package/dist/esm/loader.js +1 -1
  491. package/dist/esm/road-accordion.entry.js +10 -3
  492. package/dist/esm/road-alert.entry.js +1 -1
  493. package/dist/esm/road-autocomplete.entry.js +1 -1
  494. package/dist/esm/road-avatar.entry.js +1 -1
  495. package/dist/esm/road-badge_11.entry.js +13 -9
  496. package/dist/esm/road-banner.entry.js +41 -0
  497. package/dist/esm/road-card.entry.js +1 -1
  498. package/dist/esm/road-carousel.entry.js +2 -2
  499. package/dist/esm/road-checkbox.entry.js +8 -2
  500. package/dist/esm/road-chip.entry.js +3 -3
  501. package/dist/esm/road-counter.entry.js +1 -1
  502. package/dist/esm/road-dialog.entry.js +2 -2
  503. package/dist/esm/road-dropdown.entry.js +1 -1
  504. package/dist/esm/road-duration.entry.js +1 -1
  505. package/dist/esm/road-flap.entry.js +6 -2
  506. package/dist/esm/road-img.entry.js +1 -1
  507. package/dist/esm/road-input-group.entry.js +3 -2
  508. package/dist/esm/road-input.entry.js +6 -2
  509. package/dist/esm/road-modal.entry.js +2 -2
  510. package/dist/esm/road-navbar-item.entry.js +1 -1
  511. package/dist/esm/road-navbar.entry.js +1 -1
  512. package/dist/esm/road-plate-number.entry.js +3 -4
  513. package/dist/esm/road-progress.entry.js +2 -2
  514. package/dist/esm/road-radio-group.entry.js +2 -2
  515. package/dist/esm/road-radio.entry.js +1 -1
  516. package/dist/esm/road-range.entry.js +1 -1
  517. package/dist/esm/road-rating.entry.js +2 -2
  518. package/dist/esm/road-select-filter.entry.js +1 -1
  519. package/dist/esm/road-select.entry.js +6 -2
  520. package/dist/esm/road-skeleton.entry.js +1 -1
  521. package/dist/esm/road-spinner.entry.js +1 -1
  522. package/dist/esm/road-switch.entry.js +1 -1
  523. package/dist/esm/road-tab-bar.entry.js +1 -1
  524. package/dist/esm/road-tab-button.entry.js +1 -1
  525. package/dist/esm/road-table.entry.js +1 -1
  526. package/dist/esm/road-text.entry.js +1 -1
  527. package/dist/esm/road-textarea.entry.js +6 -2
  528. package/dist/esm/road-toast.entry.js +2 -2
  529. package/dist/esm/road-toggle.entry.js +96 -0
  530. package/dist/esm/road-tooltip.entry.js +1 -1
  531. package/dist/esm/roadtrip.js +1 -1
  532. package/dist/esm-es5/{index-1ea26b25.js → index-d612e910.js} +1 -1
  533. package/dist/esm-es5/loader.js +1 -1
  534. package/dist/esm-es5/road-accordion.entry.js +1 -1
  535. package/dist/esm-es5/road-alert.entry.js +1 -1
  536. package/dist/esm-es5/road-autocomplete.entry.js +1 -1
  537. package/dist/esm-es5/road-avatar.entry.js +1 -1
  538. package/dist/esm-es5/road-badge_11.entry.js +1 -1
  539. package/dist/esm-es5/road-banner.entry.js +1 -0
  540. package/dist/esm-es5/road-card.entry.js +1 -1
  541. package/dist/esm-es5/road-carousel.entry.js +1 -1
  542. package/dist/esm-es5/road-checkbox.entry.js +1 -1
  543. package/dist/esm-es5/road-chip.entry.js +1 -1
  544. package/dist/esm-es5/road-counter.entry.js +1 -1
  545. package/dist/esm-es5/road-dialog.entry.js +1 -1
  546. package/dist/esm-es5/road-dropdown.entry.js +1 -1
  547. package/dist/esm-es5/road-duration.entry.js +1 -1
  548. package/dist/esm-es5/road-flap.entry.js +1 -1
  549. package/dist/esm-es5/road-img.entry.js +1 -1
  550. package/dist/esm-es5/road-input-group.entry.js +1 -1
  551. package/dist/esm-es5/road-input.entry.js +1 -1
  552. package/dist/esm-es5/road-modal.entry.js +1 -1
  553. package/dist/esm-es5/road-navbar-item.entry.js +1 -1
  554. package/dist/esm-es5/road-navbar.entry.js +1 -1
  555. package/dist/esm-es5/road-plate-number.entry.js +1 -1
  556. package/dist/esm-es5/road-progress.entry.js +1 -1
  557. package/dist/esm-es5/road-radio-group.entry.js +1 -1
  558. package/dist/esm-es5/road-radio.entry.js +1 -1
  559. package/dist/esm-es5/road-range.entry.js +1 -1
  560. package/dist/esm-es5/road-rating.entry.js +1 -1
  561. package/dist/esm-es5/road-select-filter.entry.js +1 -1
  562. package/dist/esm-es5/road-select.entry.js +1 -1
  563. package/dist/esm-es5/road-skeleton.entry.js +1 -1
  564. package/dist/esm-es5/road-spinner.entry.js +1 -1
  565. package/dist/esm-es5/road-switch.entry.js +1 -1
  566. package/dist/esm-es5/road-tab-bar.entry.js +1 -1
  567. package/dist/esm-es5/road-tab-button.entry.js +1 -1
  568. package/dist/esm-es5/road-table.entry.js +1 -1
  569. package/dist/esm-es5/road-text.entry.js +1 -1
  570. package/dist/esm-es5/road-textarea.entry.js +1 -1
  571. package/dist/esm-es5/road-toast.entry.js +1 -1
  572. package/dist/esm-es5/road-toggle.entry.js +1 -0
  573. package/dist/esm-es5/road-tooltip.entry.js +1 -1
  574. package/dist/esm-es5/roadtrip.js +1 -1
  575. package/dist/html.html-data.json +192 -15
  576. package/dist/icons/icons.svg +1 -1
  577. package/dist/icons/index.js +351 -351
  578. package/dist/roadtrip/p-030f078e.system.entry.js +1 -0
  579. package/dist/roadtrip/p-079d6251.system.entry.js +1 -0
  580. package/dist/roadtrip/{p-6f248970.entry.js → p-1108fffd.entry.js} +1 -1
  581. package/dist/roadtrip/p-161e83eb.entry.js +1 -0
  582. package/dist/roadtrip/p-17903b27.system.entry.js +1 -0
  583. package/dist/roadtrip/p-19f72337.entry.js +1 -0
  584. package/dist/roadtrip/p-1bf25864.entry.js +1 -0
  585. package/dist/roadtrip/p-1c931aee.system.entry.js +1 -0
  586. package/dist/roadtrip/{p-d06202e7.entry.js → p-1e8c2ef4.entry.js} +1 -1
  587. package/dist/roadtrip/{p-87eb24ee.entry.js → p-1f1464ba.entry.js} +1 -1
  588. package/dist/roadtrip/{p-20a7a848.system.entry.js → p-217cbe8e.system.entry.js} +1 -1
  589. package/dist/roadtrip/p-2384ed2d.entry.js +1 -0
  590. package/dist/roadtrip/p-24b5b4ae.system.entry.js +1 -0
  591. package/dist/roadtrip/{p-299ecdd3.entry.js → p-271fd4fa.entry.js} +1 -1
  592. package/dist/roadtrip/p-277d7139.entry.js +1 -0
  593. package/dist/roadtrip/p-2852a37b.system.entry.js +1 -0
  594. package/dist/roadtrip/p-296d96ea.system.entry.js +1 -0
  595. package/dist/roadtrip/p-2f361b1a.entry.js +1 -0
  596. package/dist/roadtrip/p-2fd27879.entry.js +1 -0
  597. package/dist/roadtrip/p-303e8e40.entry.js +1 -0
  598. package/dist/roadtrip/p-374713ec.entry.js +1 -0
  599. package/dist/roadtrip/p-382e4c17.entry.js +1 -0
  600. package/dist/roadtrip/p-3a28129a.entry.js +1 -0
  601. package/dist/roadtrip/p-3d1a68f7.system.entry.js +1 -0
  602. package/dist/roadtrip/p-3e953654.system.entry.js +1 -0
  603. package/dist/roadtrip/p-40fc1632.system.entry.js +1 -0
  604. package/dist/roadtrip/p-415986e7.system.entry.js +1 -0
  605. package/dist/roadtrip/p-41c6cea3.system.entry.js +1 -0
  606. package/dist/roadtrip/p-42cb57d0.entry.js +1 -0
  607. package/dist/roadtrip/p-453a812f.system.entry.js +1 -0
  608. package/dist/roadtrip/p-467f5310.system.entry.js +1 -0
  609. package/dist/roadtrip/p-4a2eb631.system.entry.js +1 -0
  610. package/dist/roadtrip/p-4d4403bd.system.entry.js +1 -0
  611. package/dist/roadtrip/p-501abdbf.entry.js +1 -0
  612. package/dist/roadtrip/p-5521af81.entry.js +1 -0
  613. package/dist/roadtrip/p-564a2eac.entry.js +1 -0
  614. package/dist/roadtrip/p-66cba998.system.entry.js +1 -0
  615. package/dist/roadtrip/{p-0ada8d41.entry.js → p-6819f569.entry.js} +1 -1
  616. package/dist/roadtrip/{p-7a07a70f.entry.js → p-688e41f2.entry.js} +1 -1
  617. package/dist/roadtrip/{p-12a635b5.js → p-6a78da80.js} +1 -1
  618. package/dist/roadtrip/p-701cba5a.system.entry.js +1 -0
  619. package/dist/roadtrip/p-7073f8c2.entry.js +1 -0
  620. package/dist/roadtrip/p-76bede83.system.entry.js +1 -0
  621. package/dist/roadtrip/p-79f030ef.entry.js +1 -0
  622. package/dist/roadtrip/p-7cb7d25b.system.entry.js +1 -0
  623. package/dist/roadtrip/p-7df3c178.entry.js +1 -0
  624. package/dist/roadtrip/p-81333100.system.entry.js +1 -0
  625. package/dist/roadtrip/{p-b0ed748a.entry.js → p-8134554a.entry.js} +1 -1
  626. package/dist/roadtrip/p-83119815.entry.js +1 -0
  627. package/dist/roadtrip/p-85c918f6.system.entry.js +1 -0
  628. package/dist/roadtrip/p-86d53ea4.entry.js +1 -0
  629. package/dist/roadtrip/p-896f49f2.entry.js +1 -0
  630. package/dist/roadtrip/{p-42ccd4a2.system.entry.js → p-8d6ac188.system.entry.js} +1 -1
  631. package/dist/roadtrip/{p-fa68c113.entry.js → p-90a76d66.entry.js} +1 -1
  632. package/dist/roadtrip/p-9cf14f6b.entry.js +1 -0
  633. package/dist/roadtrip/p-a46413c1.system.entry.js +1 -0
  634. package/dist/roadtrip/p-a7565a49.system.entry.js +1 -0
  635. package/dist/roadtrip/p-a9538932.entry.js +1 -0
  636. package/dist/roadtrip/p-ad10a82e.system.entry.js +1 -0
  637. package/dist/roadtrip/p-aeef53e7.system.entry.js +1 -0
  638. package/dist/roadtrip/p-af49dca4.entry.js +1 -0
  639. package/dist/roadtrip/p-b182a822.system.entry.js +1 -0
  640. package/dist/roadtrip/p-b205281e.system.js +1 -1
  641. package/dist/roadtrip/p-ba2fbd4d.system.js +1 -0
  642. package/dist/roadtrip/p-bd6463ab.system.entry.js +1 -0
  643. package/dist/roadtrip/p-c11d0d20.system.entry.js +1 -0
  644. package/dist/roadtrip/p-c2784d92.system.entry.js +1 -0
  645. package/dist/roadtrip/p-c2f61ccd.entry.js +1 -0
  646. package/dist/roadtrip/p-c8d0886d.system.entry.js +1 -0
  647. package/dist/roadtrip/p-c93a46dd.system.entry.js +1 -0
  648. package/dist/roadtrip/p-cab68ba7.entry.js +1 -0
  649. package/dist/roadtrip/p-d18db10c.system.entry.js +1 -0
  650. package/dist/roadtrip/p-d2165987.entry.js +1 -0
  651. package/dist/roadtrip/p-d3858ffa.system.entry.js +1 -0
  652. package/dist/roadtrip/p-d59a7db8.entry.js +1 -0
  653. package/dist/roadtrip/p-d920dfb7.entry.js +1 -0
  654. package/dist/roadtrip/p-dbee6661.entry.js +1 -0
  655. package/dist/roadtrip/p-dfa3c709.system.entry.js +1 -0
  656. package/dist/roadtrip/{p-bebdee1e.entry.js → p-e18fa251.entry.js} +1 -1
  657. package/dist/roadtrip/p-f0f44a57.system.entry.js +1 -0
  658. package/dist/roadtrip/p-f4db19df.system.entry.js +1 -0
  659. package/dist/roadtrip/{p-0be273e0.system.entry.js → p-fc3ddc8f.system.entry.js} +1 -1
  660. package/dist/roadtrip/{p-bd4a114b.entry.js → p-fddbca8b.entry.js} +1 -1
  661. package/dist/roadtrip/roadtrip.css +1 -1
  662. package/dist/roadtrip/roadtrip.esm.js +1 -1
  663. package/dist/roadtrip/svg/alert-error-outline-color.svg +1 -1
  664. package/dist/roadtrip/svg/alert-info-outline-color.svg +1 -1
  665. package/dist/roadtrip/svg/alert-question-outline-color.svg +1 -1
  666. package/dist/roadtrip/svg/alert-valid-outline-color.svg +1 -1
  667. package/dist/roadtrip/svg/alert-warning-outline-color.svg +1 -1
  668. package/dist/roadtrip/svg/alternator-color.svg +1 -1
  669. package/dist/roadtrip/svg/archive-outline-color.svg +1 -1
  670. package/dist/roadtrip/svg/axle-support-color.svg +1 -1
  671. package/dist/roadtrip/svg/bacterium-color.svg +1 -1
  672. package/dist/roadtrip/svg/battery-charger-color.svg +1 -1
  673. package/dist/roadtrip/svg/battery-color.svg +1 -1
  674. package/dist/roadtrip/svg/battery-recycle-color.svg +1 -1
  675. package/dist/roadtrip/svg/battery-start-stop-color.svg +1 -1
  676. package/dist/roadtrip/svg/book-service-color.svg +1 -1
  677. package/dist/roadtrip/svg/book-technical-color.svg +1 -1
  678. package/dist/roadtrip/svg/brake-outline-color.svg +1 -1
  679. package/dist/roadtrip/svg/brake-pad-color.svg +1 -1
  680. package/dist/roadtrip/svg/bulk-3d-color.svg +1 -1
  681. package/dist/roadtrip/svg/bundle-color.svg +1 -1
  682. package/dist/roadtrip/svg/cable-color.svg +1 -1
  683. package/dist/roadtrip/svg/calculator-color.svg +1 -1
  684. package/dist/roadtrip/svg/call-center-color.svg +1 -1
  685. package/dist/roadtrip/svg/camera-off-outline-color.svg +1 -1
  686. package/dist/roadtrip/svg/camera-outline-color.svg +1 -1
  687. package/dist/roadtrip/svg/car-door-color.svg +1 -1
  688. package/dist/roadtrip/svg/car-petrol-off-color.svg +1 -1
  689. package/dist/roadtrip/svg/car-petrol-outline-color.svg +1 -1
  690. package/dist/roadtrip/svg/car-power-color.svg +1 -1
  691. package/dist/roadtrip/svg/carpet-color.svg +1 -1
  692. package/dist/roadtrip/svg/certified-outline-color.svg +1 -1
  693. package/dist/roadtrip/svg/certified-warning-outline-color.svg +1 -1
  694. package/dist/roadtrip/svg/check-list-color.svg +1 -1
  695. package/dist/roadtrip/svg/check-point-color.svg +1 -1
  696. package/dist/roadtrip/svg/check-point-location-color.svg +1 -1
  697. package/dist/roadtrip/svg/cleanser-color.svg +1 -1
  698. package/dist/roadtrip/svg/cloud-download-color.svg +1 -1
  699. package/dist/roadtrip/svg/cloud-upload-color.svg +1 -1
  700. package/dist/roadtrip/svg/clutch-color.svg +1 -1
  701. package/dist/roadtrip/svg/control-switch-color.svg +1 -1
  702. package/dist/roadtrip/svg/coolbox-color.svg +1 -1
  703. package/dist/roadtrip/svg/cooling-color.svg +1 -1
  704. package/dist/roadtrip/svg/cover-color.svg +1 -1
  705. package/dist/roadtrip/svg/covid-stop-color.svg +1 -1
  706. package/dist/roadtrip/svg/data-add-color.svg +1 -1
  707. package/dist/roadtrip/svg/data-bar-color.svg +1 -1
  708. package/dist/roadtrip/svg/data-color.svg +1 -1
  709. package/dist/roadtrip/svg/data-tech-outline-color.svg +1 -1
  710. package/dist/roadtrip/svg/data-up-color.svg +1 -1
  711. package/dist/roadtrip/svg/delete-forever-color.svg +1 -1
  712. package/dist/roadtrip/svg/device-color.svg +1 -1
  713. package/dist/roadtrip/svg/device-rotate-color.svg +1 -1
  714. package/dist/roadtrip/svg/device-smartphone-color.svg +1 -1
  715. package/dist/roadtrip/svg/device-smartphone-music-color.svg +1 -1
  716. package/dist/roadtrip/svg/device-smartphone-sms-color.svg +1 -1
  717. package/dist/roadtrip/svg/device-smartphone-sms-wrench-color.svg +1 -1
  718. package/dist/roadtrip/svg/device-tablet-color.svg +1 -1
  719. package/dist/roadtrip/svg/diagnostic-color.svg +1 -1
  720. package/dist/roadtrip/svg/discount-prct-outline-color.svg +1 -1
  721. package/dist/roadtrip/svg/discount-ticket-color.svg +1 -1
  722. package/dist/roadtrip/svg/download-color.svg +1 -1
  723. package/dist/roadtrip/svg/edit-outline-color.svg +1 -1
  724. package/dist/roadtrip/svg/edit-pen-color.svg +1 -1
  725. package/dist/roadtrip/svg/electric-plug-13pin-color.svg +1 -1
  726. package/dist/roadtrip/svg/electric-plug-7pin-color.svg +1 -1
  727. package/dist/roadtrip/svg/engine-color.svg +1 -1
  728. package/dist/roadtrip/svg/engine-electric-color.svg +1 -1
  729. package/dist/roadtrip/svg/engine-lubrication-color.svg +1 -1
  730. package/dist/roadtrip/svg/engine-piston-color.svg +1 -1
  731. package/dist/roadtrip/svg/exhaust-pipe-color.svg +1 -1
  732. package/dist/roadtrip/svg/factory-color.svg +1 -1
  733. package/dist/roadtrip/svg/fidelity-card-color.svg +1 -1
  734. package/dist/roadtrip/svg/fidelity-card-wallet-color.svg +1 -1
  735. package/dist/roadtrip/svg/file-business-outline-color.svg +1 -1
  736. package/dist/roadtrip/svg/file-catalog-color.svg +1 -1
  737. package/dist/roadtrip/svg/file-copy-color.svg +1 -1
  738. package/dist/roadtrip/svg/file-edit-color.svg +1 -1
  739. package/dist/roadtrip/svg/file-excel-color.svg +1 -1
  740. package/dist/roadtrip/svg/file-list-outline-color.svg +1 -1
  741. package/dist/roadtrip/svg/file-pdf-color.svg +1 -1
  742. package/dist/roadtrip/svg/file-pdf-outline-color.svg +1 -1
  743. package/dist/roadtrip/svg/file-powerpoint-color.svg +1 -1
  744. package/dist/roadtrip/svg/file-technical-color.svg +1 -1
  745. package/dist/roadtrip/svg/file-word-color.svg +1 -1
  746. package/dist/roadtrip/svg/filter-color.svg +1 -1
  747. package/dist/roadtrip/svg/filter-particle-color.svg +1 -1
  748. package/dist/roadtrip/svg/filter-sport-color.svg +1 -1
  749. package/dist/roadtrip/svg/flower-color.svg +1 -1
  750. package/dist/roadtrip/svg/fuel-air-supply-color.svg +1 -1
  751. package/dist/roadtrip/svg/fuel-door-color.svg +1 -1
  752. package/dist/roadtrip/svg/funding-best-price-color.svg +1 -1
  753. package/dist/roadtrip/svg/funding-outline-color.svg +1 -1
  754. package/dist/roadtrip/svg/funding-small-color.svg +1 -1
  755. package/dist/roadtrip/svg/fuse-color.svg +1 -1
  756. package/dist/roadtrip/svg/garage-color.svg +1 -1
  757. package/dist/roadtrip/svg/garage-house-color.svg +1 -1
  758. package/dist/roadtrip/svg/gas-5-color.svg +1 -1
  759. package/dist/roadtrip/svg/gasket-outline-color.svg +1 -1
  760. package/dist/roadtrip/svg/gearbox-color.svg +1 -1
  761. package/dist/roadtrip/svg/gift-color.svg +1 -1
  762. package/dist/roadtrip/svg/gps-color.svg +1 -1
  763. package/dist/roadtrip/svg/hear-color.svg +1 -1
  764. package/dist/roadtrip/svg/helmet-bike-color.svg +1 -1
  765. package/dist/roadtrip/svg/helmet-cross-color.svg +1 -1
  766. package/dist/roadtrip/svg/helmet-full-color.svg +1 -1
  767. package/dist/roadtrip/svg/helmet-half-jet-color.svg +1 -1
  768. package/dist/roadtrip/svg/helmet-jet-color.svg +1 -1
  769. package/dist/roadtrip/svg/helmet-modular-color.svg +1 -1
  770. package/dist/roadtrip/svg/helmet-skate-color.svg +1 -1
  771. package/dist/roadtrip/svg/hook-hitch-color.svg +1 -1
  772. package/dist/roadtrip/svg/house-color.svg +1 -1
  773. package/dist/roadtrip/svg/identity-card-color.svg +1 -1
  774. package/dist/roadtrip/svg/key-outline-color.svg +1 -1
  775. package/dist/roadtrip/svg/light-beam-back-color.svg +1 -1
  776. package/dist/roadtrip/svg/light-beam-color.svg +1 -1
  777. package/dist/roadtrip/svg/light-beam-day-color.svg +1 -1
  778. package/dist/roadtrip/svg/light-beam-fog-color.svg +1 -1
  779. package/dist/roadtrip/svg/light-beam-high-color.svg +1 -1
  780. package/dist/roadtrip/svg/light-beam-numberplate-color.svg +1 -1
  781. package/dist/roadtrip/svg/light-beam-signal-color.svg +1 -1
  782. package/dist/roadtrip/svg/light-beam-stop-color.svg +1 -1
  783. package/dist/roadtrip/svg/light-beam-turn-color.svg +1 -1
  784. package/dist/roadtrip/svg/light-box-color.svg +1 -1
  785. package/dist/roadtrip/svg/light-bulb-color.svg +1 -1
  786. package/dist/roadtrip/svg/light-color.svg +1 -1
  787. package/dist/roadtrip/svg/light-master-color.svg +1 -1
  788. package/dist/roadtrip/svg/light-sidelight-color.svg +1 -1
  789. package/dist/roadtrip/svg/link-broken-color.svg +1 -1
  790. package/dist/roadtrip/svg/link-color.svg +1 -1
  791. package/dist/roadtrip/svg/load-cached-color.svg +1 -1
  792. package/dist/roadtrip/svg/load-hitstory-color.svg +1 -1
  793. package/dist/roadtrip/svg/load-sync-problem-color.svg +1 -1
  794. package/dist/roadtrip/svg/load-update-color.svg +1 -1
  795. package/dist/roadtrip/svg/location-pin-all-outline-color.svg +1 -1
  796. package/dist/roadtrip/svg/location-pin-outline-color.svg +1 -1
  797. package/dist/roadtrip/svg/location-target-color.svg +1 -1
  798. package/dist/roadtrip/svg/lowering-down-color.svg +1 -1
  799. package/dist/roadtrip/svg/lowering-up-color.svg +1 -1
  800. package/dist/roadtrip/svg/mail-outline-send-color.svg +1 -1
  801. package/dist/roadtrip/svg/meeting-check-color.svg +1 -1
  802. package/dist/roadtrip/svg/meeting-color.svg +1 -1
  803. package/dist/roadtrip/svg/meeting-maintenance-color.svg +1 -1
  804. package/dist/roadtrip/svg/meeting-off-color.svg +1 -1
  805. package/dist/roadtrip/svg/meeting-online-color.svg +1 -1
  806. package/dist/roadtrip/svg/meeting-week-color.svg +1 -1
  807. package/dist/roadtrip/svg/mic-off-outline-color.svg +1 -1
  808. package/dist/roadtrip/svg/mic-outline-color.svg +1 -1
  809. package/dist/roadtrip/svg/navigation-dashboard-outline-color.svg +1 -1
  810. package/dist/roadtrip/svg/navigation-launch-color.svg +1 -1
  811. package/dist/roadtrip/svg/navigation-layers-outline-color.svg +1 -1
  812. package/dist/roadtrip/svg/navigation-setting-outline-color.svg +1 -1
  813. package/dist/roadtrip/svg/nose-odour-color.svg +1 -1
  814. package/dist/roadtrip/svg/nut-outline-color.svg +1 -1
  815. package/dist/roadtrip/svg/oil-can-outline-color.svg +1 -1
  816. package/dist/roadtrip/svg/oil-can-small-color.svg +1 -1
  817. package/dist/roadtrip/svg/oil-change-color.svg +1 -1
  818. package/dist/roadtrip/svg/oil-color.svg +1 -1
  819. package/dist/roadtrip/svg/oil-cruet-color.svg +1 -1
  820. package/dist/roadtrip/svg/paint-color.svg +1 -1
  821. package/dist/roadtrip/svg/parking-break-color.svg +1 -1
  822. package/dist/roadtrip/svg/pass-maintain-color.svg +1 -1
  823. package/dist/roadtrip/svg/pass-maintain-logo-color.svg +1 -1
  824. package/dist/roadtrip/svg/pass-maintain-logo-outline-color.svg +1 -1
  825. package/dist/roadtrip/svg/payment-bill-color.svg +1 -1
  826. package/dist/roadtrip/svg/payment-card-color.svg +1 -1
  827. package/dist/roadtrip/svg/payment-cash-color.svg +1 -1
  828. package/dist/roadtrip/svg/payment-delevery-color.svg +1 -1
  829. package/dist/roadtrip/svg/payment-safety-color.svg +1 -1
  830. package/dist/roadtrip/svg/payment-store-color.svg +1 -1
  831. package/dist/roadtrip/svg/people-add-outline-color.svg +1 -1
  832. package/dist/roadtrip/svg/people-car-fleet-color.svg +1 -1
  833. package/dist/roadtrip/svg/people-card-color.svg +1 -1
  834. package/dist/roadtrip/svg/people-community-outline-color.svg +1 -1
  835. package/dist/roadtrip/svg/people-coworker-color.svg +1 -1
  836. package/dist/roadtrip/svg/people-coworker-norauto-color.svg +1 -1
  837. package/dist/roadtrip/svg/people-group-outline-color.svg +1 -1
  838. package/dist/roadtrip/svg/people-home-outline-color.svg +1 -1
  839. package/dist/roadtrip/svg/people-vip-outline-color.svg +1 -1
  840. package/dist/roadtrip/svg/petrol-outline-color.svg +1 -1
  841. package/dist/roadtrip/svg/picture-color.svg +1 -1
  842. package/dist/roadtrip/svg/player-dvd-color.svg +1 -1
  843. package/dist/roadtrip/svg/player-radio-music-outline-color.svg +1 -1
  844. package/dist/roadtrip/svg/player-radio-outline-color.svg +1 -1
  845. package/dist/roadtrip/svg/player-touchscreen-color.svg +1 -1
  846. package/dist/roadtrip/svg/player-touchscreen-motorized-color.svg +1 -1
  847. package/dist/roadtrip/svg/player-video-color.svg +1 -1
  848. package/dist/roadtrip/svg/power-color.svg +1 -1
  849. package/dist/roadtrip/svg/purchase-history-color.svg +1 -1
  850. package/dist/roadtrip/svg/radiator-color.svg +1 -1
  851. package/dist/roadtrip/svg/rent-back-color.svg +1 -1
  852. package/dist/roadtrip/svg/rent-color.svg +1 -1
  853. package/dist/roadtrip/svg/roof-rack-cross-bars-color.svg +1 -1
  854. package/dist/roadtrip/svg/rubber-outline-color.svg +1 -1
  855. package/dist/roadtrip/svg/save-disk-color.svg +1 -1
  856. package/dist/roadtrip/svg/scan-bar-code-color.svg +1 -1
  857. package/dist/roadtrip/svg/scan-color.svg +1 -1
  858. package/dist/roadtrip/svg/scan-qr-code-color.svg +1 -1
  859. package/dist/roadtrip/svg/scissor-color.svg +1 -1
  860. package/dist/roadtrip/svg/secure-back-door-lock-color.svg +1 -1
  861. package/dist/roadtrip/svg/secure-cable-color.svg +1 -1
  862. package/dist/roadtrip/svg/secure-cable-lock-color.svg +1 -1
  863. package/dist/roadtrip/svg/secure-chain-color.svg +1 -1
  864. package/dist/roadtrip/svg/secure-cuff-lock-color.svg +1 -1
  865. package/dist/roadtrip/svg/secure-disk-lock-color.svg +1 -1
  866. package/dist/roadtrip/svg/secure-folding-lock-color.svg +1 -1
  867. package/dist/roadtrip/svg/secure-frame-lock-color.svg +1 -1
  868. package/dist/roadtrip/svg/secure-gearbox-color.svg +1 -1
  869. package/dist/roadtrip/svg/secure-level-first-color.svg +1 -1
  870. package/dist/roadtrip/svg/secure-level-hours-color.svg +1 -1
  871. package/dist/roadtrip/svg/secure-level-minute-color.svg +1 -1
  872. package/dist/roadtrip/svg/secure-level-night-and-day-color.svg +1 -1
  873. package/dist/roadtrip/svg/secure-level-second-color.svg +1 -1
  874. package/dist/roadtrip/svg/secure-level-third-color.svg +1 -1
  875. package/dist/roadtrip/svg/secure-lock-color.svg +1 -1
  876. package/dist/roadtrip/svg/secure-lock-open-color.svg +1 -1
  877. package/dist/roadtrip/svg/secure-pedal-color.svg +1 -1
  878. package/dist/roadtrip/svg/secure-steering-color.svg +1 -1
  879. package/dist/roadtrip/svg/secure-steering-dashboard-color.svg +1 -1
  880. package/dist/roadtrip/svg/secure-steering-pedal-color.svg +1 -1
  881. package/dist/roadtrip/svg/secure-u-lock-color.svg +1 -1
  882. package/dist/roadtrip/svg/secure-wheel-color.svg +1 -1
  883. package/dist/roadtrip/svg/security-belt-outline-color.svg +1 -1
  884. package/dist/roadtrip/svg/security-color.svg +1 -1
  885. package/dist/roadtrip/svg/sensor-color.svg +1 -1
  886. package/dist/roadtrip/svg/shipping-checked-color.svg +1 -1
  887. package/dist/roadtrip/svg/shipping-click-and-collect-color.svg +1 -1
  888. package/dist/roadtrip/svg/shipping-color.svg +1 -1
  889. package/dist/roadtrip/svg/shipping-express-color.svg +1 -1
  890. package/dist/roadtrip/svg/shipping-locator-color.svg +1 -1
  891. package/dist/roadtrip/svg/shipping-locker-color.svg +1 -1
  892. package/dist/roadtrip/svg/shipping-outline-color.svg +1 -1
  893. package/dist/roadtrip/svg/shipping-return-color.svg +1 -1
  894. package/dist/roadtrip/svg/shock-absorber-color.svg +1 -1
  895. package/dist/roadtrip/svg/shop-color.svg +1 -1
  896. package/dist/roadtrip/svg/shopping-cart-add-color.svg +1 -1
  897. package/dist/roadtrip/svg/shopping-cart-sad-color.svg +1 -1
  898. package/dist/roadtrip/svg/sound-0-outline-color.svg +1 -1
  899. package/dist/roadtrip/svg/sound-1-outline-color.svg +1 -1
  900. package/dist/roadtrip/svg/sound-2-outline-color.svg +1 -1
  901. package/dist/roadtrip/svg/sound-3-outline-color.svg +1 -1
  902. package/dist/roadtrip/svg/spark-color.svg +1 -1
  903. package/dist/roadtrip/svg/speak-advice-outline-color.svg +1 -1
  904. package/dist/roadtrip/svg/speak-outline-color.svg +1 -1
  905. package/dist/roadtrip/svg/speaker-color.svg +1 -1
  906. package/dist/roadtrip/svg/station-electric-outline-color.svg +1 -1
  907. package/dist/roadtrip/svg/steering-control-color.svg +1 -1
  908. package/dist/roadtrip/svg/steering-control-flat-color.svg +1 -1
  909. package/dist/roadtrip/svg/steering-control-four-spoke-color.svg +1 -1
  910. package/dist/roadtrip/svg/style-color.svg +1 -1
  911. package/dist/roadtrip/svg/time-access-color.svg +1 -1
  912. package/dist/roadtrip/svg/timer-1h-color.svg +1 -1
  913. package/dist/roadtrip/svg/timer-2h-color.svg +1 -1
  914. package/dist/roadtrip/svg/timer-color.svg +1 -1
  915. package/dist/roadtrip/svg/timer-hourglass-outline-color.svg +1 -1
  916. package/dist/roadtrip/svg/timing-belt-color.svg +1 -1
  917. package/dist/roadtrip/svg/tire-all-terrain-color.svg +1 -1
  918. package/dist/roadtrip/svg/tire-color.svg +1 -1
  919. package/dist/roadtrip/svg/tire-diameter-color.svg +1 -1
  920. package/dist/roadtrip/svg/tire-energy-color.svg +1 -1
  921. package/dist/roadtrip/svg/tire-flat-color.svg +1 -1
  922. package/dist/roadtrip/svg/tire-hotel-outline-color.svg +1 -1
  923. package/dist/roadtrip/svg/tire-hub-cap-color.svg +1 -1
  924. package/dist/roadtrip/svg/tire-ice-color.svg +1 -1
  925. package/dist/roadtrip/svg/tire-parallelism-color.svg +1 -1
  926. package/dist/roadtrip/svg/tire-rain-color.svg +1 -1
  927. package/dist/roadtrip/svg/tire-rim-color.svg +1 -1
  928. package/dist/roadtrip/svg/tire-sidewall-height-color.svg +1 -1
  929. package/dist/roadtrip/svg/tire-snow-chain-color.svg +1 -1
  930. package/dist/roadtrip/svg/tire-snow-color.svg +1 -1
  931. package/dist/roadtrip/svg/tire-snow-studded-color.svg +1 -1
  932. package/dist/roadtrip/svg/tire-sound-color.svg +1 -1
  933. package/dist/roadtrip/svg/tire-sun-color.svg +1 -1
  934. package/dist/roadtrip/svg/tire-sun-snow-color.svg +1 -1
  935. package/dist/roadtrip/svg/tire-suspension-color.svg +1 -1
  936. package/dist/roadtrip/svg/tire-wheel-diameter-color.svg +1 -1
  937. package/dist/roadtrip/svg/tire-wheel-rim-color.svg +1 -1
  938. package/dist/roadtrip/svg/tire-wheel-steel-color.svg +1 -1
  939. package/dist/roadtrip/svg/tire-witdh-color.svg +1 -1
  940. package/dist/roadtrip/svg/transmission-color.svg +1 -1
  941. package/dist/roadtrip/svg/trash-bin-color.svg +1 -1
  942. package/dist/roadtrip/svg/travel-backpack-color.svg +1 -1
  943. package/dist/roadtrip/svg/travel-bag-color.svg +1 -1
  944. package/dist/roadtrip/svg/travel-briefcase-color.svg +1 -1
  945. package/dist/roadtrip/svg/travel-rolling-suitcase-color.svg +1 -1
  946. package/dist/roadtrip/svg/travel-suitcase-color.svg +1 -1
  947. package/dist/roadtrip/svg/trick-outline-color.svg +1 -1
  948. package/dist/roadtrip/svg/vehicle-bike-color.svg +1 -1
  949. package/dist/roadtrip/svg/vehicle-bike-electric-color.svg +1 -1
  950. package/dist/roadtrip/svg/vehicle-bike-rack-outline-color.svg +1 -1
  951. package/dist/roadtrip/svg/vehicle-car-add-outline-color.svg +1 -1
  952. package/dist/roadtrip/svg/vehicle-car-all-authorize-outline-color.svg +1 -1
  953. package/dist/roadtrip/svg/vehicle-car-all-outline-color.svg +1 -1
  954. package/dist/roadtrip/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -1
  955. package/dist/roadtrip/svg/vehicle-car-bodywork-outline-color.svg +1 -1
  956. package/dist/roadtrip/svg/vehicle-car-checked-outline-color.svg +1 -1
  957. package/dist/roadtrip/svg/vehicle-car-outline-color.svg +1 -1
  958. package/dist/roadtrip/svg/vehicle-car-setting-outline-color.svg +1 -1
  959. package/dist/roadtrip/svg/vehicle-car-side-tire-behind-color.svg +1 -1
  960. package/dist/roadtrip/svg/vehicle-car-side-tire-front-outline-color.svg +1 -1
  961. package/dist/roadtrip/svg/vehicle-car-unknowoutline-color.svg +1 -1
  962. package/dist/roadtrip/svg/vehicle-car-unselected-outline-color.svg +1 -1
  963. package/dist/roadtrip/svg/vehicle-carport-color.svg +1 -1
  964. package/dist/roadtrip/svg/vehicle-delevery-fast-outline-color.svg +1 -1
  965. package/dist/roadtrip/svg/vehicle-delevery-meeting-outline-color.svg +1 -1
  966. package/dist/roadtrip/svg/vehicle-drive-carport-color.svg +1 -1
  967. package/dist/roadtrip/svg/vehicle-drive-color.svg +1 -1
  968. package/dist/roadtrip/svg/vehicle-moto-bike-outline-color.svg +1 -1
  969. package/dist/roadtrip/svg/vehicle-moto-outline-color.svg +1 -1
  970. package/dist/roadtrip/svg/vehicle-roof-box-outline-color.svg +1 -1
  971. package/dist/roadtrip/svg/vehicle-scooter-kick-color.svg +1 -1
  972. package/dist/roadtrip/svg/vehicle-scooter-kick-electric-color.svg +1 -1
  973. package/dist/roadtrip/svg/vehicle-scooter-outline-color.svg +1 -1
  974. package/dist/roadtrip/svg/vehicle-tire-invert-outline-color.svg +1 -1
  975. package/dist/roadtrip/svg/vehicle-workshop-outline-color.svg +1 -1
  976. package/dist/roadtrip/svg/ventilator-color.svg +1 -1
  977. package/dist/roadtrip/svg/view-3d-360-color.svg +1 -1
  978. package/dist/roadtrip/svg/view-3d-360-disabled-color.svg +1 -1
  979. package/dist/roadtrip/svg/virus-color.svg +1 -1
  980. package/dist/roadtrip/svg/visibility-off-outline-color.svg +1 -1
  981. package/dist/roadtrip/svg/visibility-outline-color.svg +1 -1
  982. package/dist/roadtrip/svg/warehouse-color.svg +1 -1
  983. package/dist/roadtrip/svg/weather-rain-outline-color.svg +1 -1
  984. package/dist/roadtrip/svg/wheel-bearings-color.svg +1 -1
  985. package/dist/roadtrip/svg/wheel-hub-cap-color.svg +1 -1
  986. package/dist/roadtrip/svg/wheel-rim-color.svg +1 -1
  987. package/dist/roadtrip/svg/wheel-rim-double-spoke-outline-color.svg +1 -1
  988. package/dist/roadtrip/svg/wheel-rim-honeycomb-outline-color.svg +1 -1
  989. package/dist/roadtrip/svg/wheel-rim-multi-spoke-outline-color.svg +1 -1
  990. package/dist/roadtrip/svg/windscreen-back-fluid-color.svg +1 -1
  991. package/dist/roadtrip/svg/windscreen-back-frost-color.svg +1 -1
  992. package/dist/roadtrip/svg/windscreen-back-wiper-color.svg +1 -1
  993. package/dist/roadtrip/svg/windscreen-color.svg +1 -1
  994. package/dist/roadtrip/svg/windscreen-fluid-color.svg +1 -1
  995. package/dist/roadtrip/svg/windscreen-frost-color.svg +1 -1
  996. package/dist/roadtrip/svg/windscreen-wiper-color.svg +1 -1
  997. package/dist/roadtrip/svg/windscreen-wipers-color.svg +1 -1
  998. package/dist/roadtrip/svg/windscreen-wipers-left-color.svg +1 -1
  999. package/dist/roadtrip/svg/windscreen-wipers-right-color.svg +1 -1
  1000. package/dist/roadtrip/svg/windscreen-wipers.svg +1 -1
  1001. package/dist/roadtrip/svg/work-order-awaiting-approval-color.svg +1 -1
  1002. package/dist/roadtrip/svg/work-order-check-outline-color.svg +1 -1
  1003. package/dist/roadtrip/svg/work-order-diagnostic-outline-color.svg +1 -1
  1004. package/dist/roadtrip/svg/work-order-pass-maintain-color.svg +1 -1
  1005. package/dist/roadtrip/svg/work-order-view-outline-color.svg +1 -1
  1006. package/dist/roadtrip/svg/work-order-wait-check-outline-color.svg +1 -1
  1007. package/dist/roadtrip/svg/world-color.svg +1 -1
  1008. package/dist/roadtrip/svg/wrench-hand-color.svg +1 -1
  1009. package/dist/roadtrip/svg/wrench-hand-dual-color.svg +1 -1
  1010. package/dist/roadtrip/svg/wrench-outline-color.svg +1 -1
  1011. package/dist/roadtrip/svg/wrench-tools-outline-color.svg +1 -1
  1012. package/dist/roadtrip/svg/zoom-in-color.svg +1 -1
  1013. package/dist/roadtrip/svg/zoom-out-color.svg +1 -1
  1014. package/dist/types/components/accordion/accordion.d.ts +4 -0
  1015. package/dist/types/components/banner/banner.d.ts +32 -0
  1016. package/dist/types/components/button/button.d.ts +2 -3
  1017. package/dist/types/components/checkbox/checkbox.d.ts +8 -0
  1018. package/dist/types/components/flap/flap.d.ts +4 -0
  1019. package/dist/types/components/input/input.d.ts +8 -0
  1020. package/dist/types/components/progress/progress.d.ts +1 -2
  1021. package/dist/types/components/radio/radio.d.ts +4 -0
  1022. package/dist/types/components/radio-group/radio-group.d.ts +4 -0
  1023. package/dist/types/components/select/select.d.ts +4 -0
  1024. package/dist/types/components/textarea/textarea.d.ts +8 -0
  1025. package/dist/types/components/toggle/toggle.d.ts +78 -0
  1026. package/dist/types/components.d.ts +263 -6
  1027. package/icons/icons.svg +1 -1
  1028. package/icons/index.js +351 -351
  1029. package/package.json +1 -1
  1030. package/dist/collection/components/plate-number/fonts/Oswald-Medium.woff2 +0 -0
  1031. package/dist/roadtrip/fonts/Oswald-Medium.woff2 +0 -0
  1032. package/dist/roadtrip/p-01cebe6a.entry.js +0 -1
  1033. package/dist/roadtrip/p-04deac86.system.entry.js +0 -1
  1034. package/dist/roadtrip/p-06921946.system.entry.js +0 -1
  1035. package/dist/roadtrip/p-0cfc0efd.system.entry.js +0 -1
  1036. package/dist/roadtrip/p-0e5cecff.entry.js +0 -1
  1037. package/dist/roadtrip/p-0e645dfb.system.entry.js +0 -1
  1038. package/dist/roadtrip/p-0f532f30.system.entry.js +0 -1
  1039. package/dist/roadtrip/p-1481edc3.entry.js +0 -1
  1040. package/dist/roadtrip/p-1c0851b0.entry.js +0 -1
  1041. package/dist/roadtrip/p-24234448.entry.js +0 -1
  1042. package/dist/roadtrip/p-26b3aa33.system.entry.js +0 -1
  1043. package/dist/roadtrip/p-2740d308.system.entry.js +0 -1
  1044. package/dist/roadtrip/p-287f1612.system.entry.js +0 -1
  1045. package/dist/roadtrip/p-2f2dc4a0.system.entry.js +0 -1
  1046. package/dist/roadtrip/p-354107fa.entry.js +0 -1
  1047. package/dist/roadtrip/p-44576eac.entry.js +0 -1
  1048. package/dist/roadtrip/p-4742a822.system.entry.js +0 -1
  1049. package/dist/roadtrip/p-510a8cc4.system.js +0 -1
  1050. package/dist/roadtrip/p-5bcd3e1f.entry.js +0 -1
  1051. package/dist/roadtrip/p-646e75cf.system.entry.js +0 -1
  1052. package/dist/roadtrip/p-6bc4c517.system.entry.js +0 -1
  1053. package/dist/roadtrip/p-6deb1943.system.entry.js +0 -1
  1054. package/dist/roadtrip/p-6def92c3.entry.js +0 -1
  1055. package/dist/roadtrip/p-7070c8b5.system.entry.js +0 -1
  1056. package/dist/roadtrip/p-7130ff47.entry.js +0 -1
  1057. package/dist/roadtrip/p-7304b650.system.entry.js +0 -1
  1058. package/dist/roadtrip/p-74218654.system.entry.js +0 -1
  1059. package/dist/roadtrip/p-766f8a2a.system.entry.js +0 -1
  1060. package/dist/roadtrip/p-76885294.system.entry.js +0 -1
  1061. package/dist/roadtrip/p-7765931a.system.entry.js +0 -1
  1062. package/dist/roadtrip/p-7fe4f8f3.entry.js +0 -1
  1063. package/dist/roadtrip/p-835d550a.system.entry.js +0 -1
  1064. package/dist/roadtrip/p-8dc74557.system.entry.js +0 -1
  1065. package/dist/roadtrip/p-8e21df57.system.entry.js +0 -1
  1066. package/dist/roadtrip/p-9567d161.entry.js +0 -1
  1067. package/dist/roadtrip/p-9a1a293c.entry.js +0 -1
  1068. package/dist/roadtrip/p-9afcfc7c.system.entry.js +0 -1
  1069. package/dist/roadtrip/p-9dd72bfa.entry.js +0 -1
  1070. package/dist/roadtrip/p-a1168bd5.system.entry.js +0 -1
  1071. package/dist/roadtrip/p-a61e04a1.entry.js +0 -1
  1072. package/dist/roadtrip/p-a7ddae1b.system.entry.js +0 -1
  1073. package/dist/roadtrip/p-a87e8b19.system.entry.js +0 -1
  1074. package/dist/roadtrip/p-a8db6630.system.entry.js +0 -1
  1075. package/dist/roadtrip/p-b0e17e68.entry.js +0 -1
  1076. package/dist/roadtrip/p-b0ec7122.system.entry.js +0 -1
  1077. package/dist/roadtrip/p-b6e60fca.system.entry.js +0 -1
  1078. package/dist/roadtrip/p-bd2a89d4.system.entry.js +0 -1
  1079. package/dist/roadtrip/p-c0429d42.system.entry.js +0 -1
  1080. package/dist/roadtrip/p-c637a847.entry.js +0 -1
  1081. package/dist/roadtrip/p-ced4c451.entry.js +0 -1
  1082. package/dist/roadtrip/p-d5607a82.system.entry.js +0 -1
  1083. package/dist/roadtrip/p-d861032d.system.entry.js +0 -1
  1084. package/dist/roadtrip/p-dcfc236e.entry.js +0 -1
  1085. package/dist/roadtrip/p-e4f0f0d7.entry.js +0 -1
  1086. package/dist/roadtrip/p-e70b2a21.entry.js +0 -1
  1087. package/dist/roadtrip/p-e9a6f1fb.entry.js +0 -1
  1088. package/dist/roadtrip/p-ea45d823.entry.js +0 -1
  1089. package/dist/roadtrip/p-ed2dbf57.entry.js +0 -1
  1090. package/dist/roadtrip/p-f20a3658.entry.js +0 -1
  1091. package/dist/roadtrip/p-f22c63b7.entry.js +0 -1
  1092. package/dist/roadtrip/p-f233746c.system.entry.js +0 -1
  1093. package/dist/roadtrip/p-f4f42d5c.system.entry.js +0 -1
  1094. package/dist/roadtrip/p-f7cd0928.entry.js +0 -1
  1095. package/dist/roadtrip/p-fce355f6.entry.js +0 -1
@@ -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.
@@ -48,7 +74,7 @@ export namespace Components {
48
74
  /**
49
75
  * The color to use from your application's color palette.
50
76
  */
51
- "color"?: Color;
77
+ "color"?: 'primary' | 'secondary' | 'default';
52
78
  /**
53
79
  * If `true`, the user cannot interact with the button.
54
80
  */
@@ -76,7 +102,7 @@ export namespace Components {
76
102
  /**
77
103
  * The button size.
78
104
  */
79
- "size"?: 'sm' | 'md' | 'lg';
105
+ "size"?: 'sm' | 'md' | 'lg' | 'xl';
80
106
  /**
81
107
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
82
108
  */
@@ -220,6 +246,14 @@ 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;
253
+ /**
254
+ * If `true`, the checkbox will visually appear as indeterminate.
255
+ */
256
+ "indeterminate": boolean;
223
257
  /**
224
258
  * If `true`, the label and the checkbox are inverse and spaced
225
259
  */
@@ -430,6 +464,10 @@ export namespace Components {
430
464
  * Set the color of the flap.
431
465
  */
432
466
  "color": 'promo' | 'exclu' | 'info' | 'ecology';
467
+ /**
468
+ * The button size.
469
+ */
470
+ "size": 'sm' | 'md';
433
471
  }
434
472
  interface RoadGrid {
435
473
  }
@@ -518,6 +556,10 @@ export namespace Components {
518
556
  * Error message for the field
519
557
  */
520
558
  "error"?: string;
559
+ /**
560
+ * Helper message for the field
561
+ */
562
+ "helper"?: string;
521
563
  /**
522
564
  * The id of input
523
565
  */
@@ -570,6 +612,10 @@ export namespace Components {
570
612
  * The initial size of the control. This value is in pixels unless the value of the type attribute is `"text"` or `"password"`, in which case it is an integer number of characters. This attribute applies only when the `type` attribute is set to `"text"`, `"search"`, `"tel"`, `"url"`, `"email"`, or `"password"`, otherwise it is ignored.
571
613
  */
572
614
  "size"?: number;
615
+ /**
616
+ * The sizes of the input.
617
+ */
618
+ "sizes": 'lg' | 'xl';
573
619
  /**
574
620
  * If `true`, the element will have its spelling and grammar checked.
575
621
  */
@@ -739,7 +785,7 @@ export namespace Components {
739
785
  /**
740
786
  * The color to use from your application's color palette.
741
787
  */
742
- "color": FeedbackColors;
788
+ "color": 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
743
789
  /**
744
790
  * The value determines how much of the active bar should display. The value should be between [0, 100].
745
791
  */
@@ -754,6 +800,10 @@ export namespace Components {
754
800
  * Error message for the field
755
801
  */
756
802
  "error"?: boolean;
803
+ /**
804
+ * Helper message for the field
805
+ */
806
+ "helper"?: string;
757
807
  /**
758
808
  * Inline multiple radio
759
809
  */
@@ -800,6 +850,10 @@ export namespace Components {
800
850
  * Error message for the radio group
801
851
  */
802
852
  "error"?: string;
853
+ /**
854
+ * Helper message for the radio group
855
+ */
856
+ "helper"?: string;
803
857
  /**
804
858
  * Label for the field
805
859
  */
@@ -900,6 +954,10 @@ export namespace Components {
900
954
  * If the control is presented as a scrolling list box (e.g. when multiple is specified), this attribute represents the number of rows in the list that should be visible at one time.
901
955
  */
902
956
  "size": number;
957
+ /**
958
+ * The sizes of the input.
959
+ */
960
+ "sizes": 'lg' | 'xl';
903
961
  /**
904
962
  * the value of the select.
905
963
  */
@@ -1076,6 +1134,10 @@ export namespace Components {
1076
1134
  * Error message for the field
1077
1135
  */
1078
1136
  "error"?: string;
1137
+ /**
1138
+ * Helper message for the field
1139
+ */
1140
+ "helper"?: string;
1079
1141
  /**
1080
1142
  * 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"`.
1081
1143
  */
@@ -1112,6 +1174,10 @@ export namespace Components {
1112
1174
  * The number of rows of the control.
1113
1175
  */
1114
1176
  "rows"?: number;
1177
+ /**
1178
+ * The sizes of the input.
1179
+ */
1180
+ "sizes": 'lg' | 'xl';
1115
1181
  /**
1116
1182
  * If `true`, the element will have its spelling and grammar checked.
1117
1183
  */
@@ -1159,6 +1225,52 @@ export namespace Components {
1159
1225
  */
1160
1226
  "timeout": number;
1161
1227
  }
1228
+ interface RoadToggle {
1229
+ /**
1230
+ * If `true`, the toggle is checked.
1231
+ */
1232
+ "checked": boolean;
1233
+ /**
1234
+ * Set the color of alert. e.g. info, success, warning, danger
1235
+ */
1236
+ "color"?: 'secondary' | FeedbackColors;
1237
+ /**
1238
+ * If `true`, the user cannot interact with the toggle.
1239
+ */
1240
+ "disabled": boolean;
1241
+ /**
1242
+ * If `true`, the label is at left of the toggle
1243
+ */
1244
+ "hasLeftLabel": boolean;
1245
+ /**
1246
+ * Add space between label and toggle element
1247
+ */
1248
+ "isSpaced": boolean;
1249
+ /**
1250
+ * Label for the field
1251
+ */
1252
+ "label": string;
1253
+ /**
1254
+ * The name of the control, which is submitted with the form data.
1255
+ */
1256
+ "name": string;
1257
+ /**
1258
+ * Text display for "`off`" state in the toggle lever
1259
+ */
1260
+ "off": string;
1261
+ /**
1262
+ * Text display for "`on`" state in the toggle lever
1263
+ */
1264
+ "on": string;
1265
+ /**
1266
+ * The id of toggle
1267
+ */
1268
+ "toggleId": string;
1269
+ /**
1270
+ * Value the form will get
1271
+ */
1272
+ "value": string;
1273
+ }
1162
1274
  interface RoadToolbar {
1163
1275
  /**
1164
1276
  * Background color of the toolbar
@@ -1232,6 +1344,12 @@ declare global {
1232
1344
  prototype: HTMLRoadBadgeElement;
1233
1345
  new (): HTMLRoadBadgeElement;
1234
1346
  };
1347
+ interface HTMLRoadBannerElement extends Components.RoadBanner, HTMLStencilElement {
1348
+ }
1349
+ var HTMLRoadBannerElement: {
1350
+ prototype: HTMLRoadBannerElement;
1351
+ new (): HTMLRoadBannerElement;
1352
+ };
1235
1353
  interface HTMLRoadButtonElement extends Components.RoadButton, HTMLStencilElement {
1236
1354
  }
1237
1355
  var HTMLRoadButtonElement: {
@@ -1502,6 +1620,12 @@ declare global {
1502
1620
  prototype: HTMLRoadToastElement;
1503
1621
  new (): HTMLRoadToastElement;
1504
1622
  };
1623
+ interface HTMLRoadToggleElement extends Components.RoadToggle, HTMLStencilElement {
1624
+ }
1625
+ var HTMLRoadToggleElement: {
1626
+ prototype: HTMLRoadToggleElement;
1627
+ new (): HTMLRoadToggleElement;
1628
+ };
1505
1629
  interface HTMLRoadToolbarElement extends Components.RoadToolbar, HTMLStencilElement {
1506
1630
  }
1507
1631
  var HTMLRoadToolbarElement: {
@@ -1526,6 +1650,7 @@ declare global {
1526
1650
  "road-autocomplete": HTMLRoadAutocompleteElement;
1527
1651
  "road-avatar": HTMLRoadAvatarElement;
1528
1652
  "road-badge": HTMLRoadBadgeElement;
1653
+ "road-banner": HTMLRoadBannerElement;
1529
1654
  "road-button": HTMLRoadButtonElement;
1530
1655
  "road-card": HTMLRoadCardElement;
1531
1656
  "road-carousel": HTMLRoadCarouselElement;
@@ -1571,6 +1696,7 @@ declare global {
1571
1696
  "road-text": HTMLRoadTextElement;
1572
1697
  "road-textarea": HTMLRoadTextareaElement;
1573
1698
  "road-toast": HTMLRoadToastElement;
1699
+ "road-toggle": HTMLRoadToggleElement;
1574
1700
  "road-toolbar": HTMLRoadToolbarElement;
1575
1701
  "road-toolbar-title": HTMLRoadToolbarTitleElement;
1576
1702
  "road-tooltip": HTMLRoadTooltipElement;
@@ -1578,6 +1704,10 @@ declare global {
1578
1704
  }
1579
1705
  declare namespace LocalJSX {
1580
1706
  interface RoadAccordion {
1707
+ /**
1708
+ * Set to `true` to remove border the accordion and to `false` to add border it.
1709
+ */
1710
+ "isLight"?: boolean;
1581
1711
  /**
1582
1712
  * Set to `true` to open the accordion and to `false` to close it.
1583
1713
  */
@@ -1617,6 +1747,28 @@ declare namespace LocalJSX {
1617
1747
  */
1618
1748
  "color"?: Color;
1619
1749
  }
1750
+ interface RoadBanner {
1751
+ /**
1752
+ * Set `open` property to `true` to open the banner
1753
+ */
1754
+ "isOpen"?: boolean;
1755
+ /**
1756
+ * Text display in the banner
1757
+ */
1758
+ "label"?: string;
1759
+ /**
1760
+ * Text Link display in the banner
1761
+ */
1762
+ "link"?: string;
1763
+ /**
1764
+ * Indicate when closing the banner
1765
+ */
1766
+ "onClose"?: (event: CustomEvent<void>) => void;
1767
+ /**
1768
+ * Text Link display in the banner
1769
+ */
1770
+ "url"?: string;
1771
+ }
1620
1772
  interface RoadButton {
1621
1773
  /**
1622
1774
  * The type of the button.
@@ -1625,7 +1777,7 @@ declare namespace LocalJSX {
1625
1777
  /**
1626
1778
  * The color to use from your application's color palette.
1627
1779
  */
1628
- "color"?: Color;
1780
+ "color"?: 'primary' | 'secondary' | 'default';
1629
1781
  /**
1630
1782
  * If `true`, the user cannot interact with the button.
1631
1783
  */
@@ -1661,7 +1813,7 @@ declare namespace LocalJSX {
1661
1813
  /**
1662
1814
  * The button size.
1663
1815
  */
1664
- "size"?: 'sm' | 'md' | 'lg';
1816
+ "size"?: 'sm' | 'md' | 'lg' | 'xl';
1665
1817
  /**
1666
1818
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
1667
1819
  */
@@ -1801,6 +1953,14 @@ declare namespace LocalJSX {
1801
1953
  * Error message for the field
1802
1954
  */
1803
1955
  "error"?: string;
1956
+ /**
1957
+ * Helper message for the field
1958
+ */
1959
+ "helper"?: string;
1960
+ /**
1961
+ * If `true`, the checkbox will visually appear as indeterminate.
1962
+ */
1963
+ "indeterminate"?: boolean;
1804
1964
  /**
1805
1965
  * If `true`, the label and the checkbox are inverse and spaced
1806
1966
  */
@@ -2029,6 +2189,10 @@ declare namespace LocalJSX {
2029
2189
  * Set the color of the flap.
2030
2190
  */
2031
2191
  "color"?: 'promo' | 'exclu' | 'info' | 'ecology';
2192
+ /**
2193
+ * The button size.
2194
+ */
2195
+ "size"?: 'sm' | 'md';
2032
2196
  }
2033
2197
  interface RoadGrid {
2034
2198
  }
@@ -2129,6 +2293,10 @@ declare namespace LocalJSX {
2129
2293
  * Error message for the field
2130
2294
  */
2131
2295
  "error"?: string;
2296
+ /**
2297
+ * Helper message for the field
2298
+ */
2299
+ "helper"?: string;
2132
2300
  /**
2133
2301
  * The id of input
2134
2302
  */
@@ -2199,6 +2367,10 @@ declare namespace LocalJSX {
2199
2367
  * The initial size of the control. This value is in pixels unless the value of the type attribute is `"text"` or `"password"`, in which case it is an integer number of characters. This attribute applies only when the `type` attribute is set to `"text"`, `"search"`, `"tel"`, `"url"`, `"email"`, or `"password"`, otherwise it is ignored.
2200
2368
  */
2201
2369
  "size"?: number;
2370
+ /**
2371
+ * The sizes of the input.
2372
+ */
2373
+ "sizes"?: 'lg' | 'xl';
2202
2374
  /**
2203
2375
  * If `true`, the element will have its spelling and grammar checked.
2204
2376
  */
@@ -2382,7 +2554,7 @@ declare namespace LocalJSX {
2382
2554
  /**
2383
2555
  * The color to use from your application's color palette.
2384
2556
  */
2385
- "color"?: FeedbackColors;
2557
+ "color"?: 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
2386
2558
  /**
2387
2559
  * The value determines how much of the active bar should display. The value should be between [0, 100].
2388
2560
  */
@@ -2397,6 +2569,10 @@ declare namespace LocalJSX {
2397
2569
  * Error message for the field
2398
2570
  */
2399
2571
  "error"?: boolean;
2572
+ /**
2573
+ * Helper message for the field
2574
+ */
2575
+ "helper"?: string;
2400
2576
  /**
2401
2577
  * Inline multiple radio
2402
2578
  */
@@ -2451,6 +2627,10 @@ declare namespace LocalJSX {
2451
2627
  * Error message for the radio group
2452
2628
  */
2453
2629
  "error"?: string;
2630
+ /**
2631
+ * Helper message for the radio group
2632
+ */
2633
+ "helper"?: string;
2454
2634
  /**
2455
2635
  * Label for the field
2456
2636
  */
@@ -2577,6 +2757,10 @@ declare namespace LocalJSX {
2577
2757
  * If the control is presented as a scrolling list box (e.g. when multiple is specified), this attribute represents the number of rows in the list that should be visible at one time.
2578
2758
  */
2579
2759
  "size"?: number;
2760
+ /**
2761
+ * The sizes of the input.
2762
+ */
2763
+ "sizes"?: 'lg' | 'xl';
2580
2764
  /**
2581
2765
  * the value of the select.
2582
2766
  */
@@ -2764,6 +2948,10 @@ declare namespace LocalJSX {
2764
2948
  * Error message for the field
2765
2949
  */
2766
2950
  "error"?: string;
2951
+ /**
2952
+ * Helper message for the field
2953
+ */
2954
+ "helper"?: string;
2767
2955
  /**
2768
2956
  * 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"`.
2769
2957
  */
@@ -2818,6 +3006,10 @@ declare namespace LocalJSX {
2818
3006
  * The number of rows of the control.
2819
3007
  */
2820
3008
  "rows"?: number;
3009
+ /**
3010
+ * The sizes of the input.
3011
+ */
3012
+ "sizes"?: 'lg' | 'xl';
2821
3013
  /**
2822
3014
  * If `true`, the element will have its spelling and grammar checked.
2823
3015
  */
@@ -2861,6 +3053,67 @@ declare namespace LocalJSX {
2861
3053
  */
2862
3054
  "timeout"?: number;
2863
3055
  }
3056
+ interface RoadToggle {
3057
+ /**
3058
+ * If `true`, the toggle is checked.
3059
+ */
3060
+ "checked"?: boolean;
3061
+ /**
3062
+ * Set the color of alert. e.g. info, success, warning, danger
3063
+ */
3064
+ "color"?: 'secondary' | FeedbackColors;
3065
+ /**
3066
+ * If `true`, the user cannot interact with the toggle.
3067
+ */
3068
+ "disabled"?: boolean;
3069
+ /**
3070
+ * If `true`, the label is at left of the toggle
3071
+ */
3072
+ "hasLeftLabel"?: boolean;
3073
+ /**
3074
+ * Add space between label and toggle element
3075
+ */
3076
+ "isSpaced"?: boolean;
3077
+ /**
3078
+ * Label for the field
3079
+ */
3080
+ "label"?: string;
3081
+ /**
3082
+ * The name of the control, which is submitted with the form data.
3083
+ */
3084
+ "name"?: string;
3085
+ /**
3086
+ * Text display for "`off`" state in the toggle lever
3087
+ */
3088
+ "off"?: string;
3089
+ /**
3090
+ * Text display for "`on`" state in the toggle lever
3091
+ */
3092
+ "on"?: string;
3093
+ /**
3094
+ * Emitted when the toggle loses focus.
3095
+ */
3096
+ "onRoadblur"?: (event: CustomEvent<void>) => void;
3097
+ /**
3098
+ * Emitted when the checked property has changed.
3099
+ */
3100
+ "onRoadchange"?: (event: CustomEvent<{
3101
+ checked: boolean;
3102
+ value: string | undefined | null
3103
+ }>) => void;
3104
+ /**
3105
+ * Emitted when the toggle has focus.
3106
+ */
3107
+ "onRoadfocus"?: (event: CustomEvent<void>) => void;
3108
+ /**
3109
+ * The id of toggle
3110
+ */
3111
+ "toggleId"?: string;
3112
+ /**
3113
+ * Value the form will get
3114
+ */
3115
+ "value"?: string;
3116
+ }
2864
3117
  interface RoadToolbar {
2865
3118
  /**
2866
3119
  * Background color of the toolbar
@@ -2900,6 +3153,7 @@ declare namespace LocalJSX {
2900
3153
  "road-autocomplete": RoadAutocomplete;
2901
3154
  "road-avatar": RoadAvatar;
2902
3155
  "road-badge": RoadBadge;
3156
+ "road-banner": RoadBanner;
2903
3157
  "road-button": RoadButton;
2904
3158
  "road-card": RoadCard;
2905
3159
  "road-carousel": RoadCarousel;
@@ -2945,6 +3199,7 @@ declare namespace LocalJSX {
2945
3199
  "road-text": RoadText;
2946
3200
  "road-textarea": RoadTextarea;
2947
3201
  "road-toast": RoadToast;
3202
+ "road-toggle": RoadToggle;
2948
3203
  "road-toolbar": RoadToolbar;
2949
3204
  "road-toolbar-title": RoadToolbarTitle;
2950
3205
  "road-tooltip": RoadTooltip;
@@ -2959,6 +3214,7 @@ declare module "@stencil/core" {
2959
3214
  "road-autocomplete": LocalJSX.RoadAutocomplete & JSXBase.HTMLAttributes<HTMLRoadAutocompleteElement>;
2960
3215
  "road-avatar": LocalJSX.RoadAvatar & JSXBase.HTMLAttributes<HTMLRoadAvatarElement>;
2961
3216
  "road-badge": LocalJSX.RoadBadge & JSXBase.HTMLAttributes<HTMLRoadBadgeElement>;
3217
+ "road-banner": LocalJSX.RoadBanner & JSXBase.HTMLAttributes<HTMLRoadBannerElement>;
2962
3218
  "road-button": LocalJSX.RoadButton & JSXBase.HTMLAttributes<HTMLRoadButtonElement>;
2963
3219
  "road-card": LocalJSX.RoadCard & JSXBase.HTMLAttributes<HTMLRoadCardElement>;
2964
3220
  "road-carousel": LocalJSX.RoadCarousel & JSXBase.HTMLAttributes<HTMLRoadCarouselElement>;
@@ -3004,6 +3260,7 @@ declare module "@stencil/core" {
3004
3260
  "road-text": LocalJSX.RoadText & JSXBase.HTMLAttributes<HTMLRoadTextElement>;
3005
3261
  "road-textarea": LocalJSX.RoadTextarea & JSXBase.HTMLAttributes<HTMLRoadTextareaElement>;
3006
3262
  "road-toast": LocalJSX.RoadToast & JSXBase.HTMLAttributes<HTMLRoadToastElement>;
3263
+ "road-toggle": LocalJSX.RoadToggle & JSXBase.HTMLAttributes<HTMLRoadToggleElement>;
3007
3264
  "road-toolbar": LocalJSX.RoadToolbar & JSXBase.HTMLAttributes<HTMLRoadToolbarElement>;
3008
3265
  "road-toolbar-title": LocalJSX.RoadToolbarTitle & JSXBase.HTMLAttributes<HTMLRoadToolbarTitleElement>;
3009
3266
  "road-tooltip": LocalJSX.RoadTooltip & JSXBase.HTMLAttributes<HTMLRoadTooltipElement>;