@roadtrip/components 2.26.0 → 2.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (403) 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 +2 -2
  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-card.cjs.entry.js +1 -1
  9. package/dist/cjs/road-carousel.cjs.entry.js +2 -2
  10. package/dist/cjs/road-checkbox.cjs.entry.js +8 -2
  11. package/dist/cjs/road-chip.cjs.entry.js +3 -3
  12. package/dist/cjs/road-counter.cjs.entry.js +1 -1
  13. package/dist/cjs/road-dialog.cjs.entry.js +2 -2
  14. package/dist/cjs/road-dropdown.cjs.entry.js +1 -1
  15. package/dist/cjs/road-duration.cjs.entry.js +60 -0
  16. package/dist/cjs/road-flap.cjs.entry.js +6 -2
  17. package/dist/cjs/road-img.cjs.entry.js +1 -1
  18. package/dist/cjs/road-input-group.cjs.entry.js +3 -2
  19. package/dist/cjs/road-input.cjs.entry.js +6 -2
  20. package/dist/cjs/road-modal.cjs.entry.js +2 -2
  21. package/dist/cjs/road-navbar-item.cjs.entry.js +1 -1
  22. package/dist/cjs/road-navbar.cjs.entry.js +1 -1
  23. package/dist/cjs/road-plate-number.cjs.entry.js +13 -6
  24. package/dist/cjs/road-progress.cjs.entry.js +2 -2
  25. package/dist/cjs/road-radio-group.cjs.entry.js +1 -1
  26. package/dist/cjs/road-radio.cjs.entry.js +1 -1
  27. package/dist/cjs/road-range.cjs.entry.js +1 -1
  28. package/dist/cjs/road-rating.cjs.entry.js +2 -2
  29. package/dist/cjs/road-select-filter.cjs.entry.js +1 -1
  30. package/dist/cjs/road-select.cjs.entry.js +6 -2
  31. package/dist/cjs/road-skeleton.cjs.entry.js +1 -1
  32. package/dist/cjs/road-spinner.cjs.entry.js +1 -1
  33. package/dist/cjs/road-switch.cjs.entry.js +1 -1
  34. package/dist/cjs/road-tab-bar.cjs.entry.js +1 -1
  35. package/dist/cjs/road-table.cjs.entry.js +1 -1
  36. package/dist/cjs/road-text.cjs.entry.js +1 -1
  37. package/dist/cjs/road-textarea.cjs.entry.js +6 -2
  38. package/dist/cjs/road-toast.cjs.entry.js +2 -2
  39. package/dist/cjs/road-toggle.cjs.entry.js +100 -0
  40. package/dist/cjs/road-tooltip.cjs.entry.js +1 -1
  41. package/dist/cjs/roadtrip.cjs.js +1 -1
  42. package/dist/collection/collection-manifest.json +2 -0
  43. package/dist/collection/components/accordion/accordion.css +8 -8
  44. package/dist/collection/components/accordion/accordion.stories.js +1 -1
  45. package/dist/collection/components/alert/alert.css +18 -21
  46. package/dist/collection/components/autocomplete/autocomplete.css +5 -5
  47. package/dist/collection/components/autocomplete/autocomplete.stories.js +2 -0
  48. package/dist/collection/components/avatar/avatar.css +1 -1
  49. package/dist/collection/components/avatar/avatar.stories.js +1 -1
  50. package/dist/collection/components/badge/badge.css +21 -22
  51. package/dist/collection/components/badge/badge.js +6 -1
  52. package/dist/collection/components/badge/badge.stories.js +11 -5
  53. package/dist/collection/components/button/button.css +52 -188
  54. package/dist/collection/components/button/button.js +5 -10
  55. package/dist/collection/components/button/button.stories.js +9 -4
  56. package/dist/collection/components/card/card.css +1 -1
  57. package/dist/collection/components/card/card.stories.js +2 -2
  58. package/dist/collection/components/carousel/carousel.css +7 -7
  59. package/dist/collection/components/checkbox/checkbox.css +34 -22
  60. package/dist/collection/components/checkbox/checkbox.js +27 -3
  61. package/dist/collection/components/checkbox/checkbox.stories.js +10 -0
  62. package/dist/collection/components/chip/chip.css +70 -21
  63. package/dist/collection/components/chip/chip.js +2 -1
  64. package/dist/collection/components/chip/chip.stories.js +1 -1
  65. package/dist/collection/components/counter/counter.css +3 -3
  66. package/dist/collection/components/dialog/dialog.css +17 -11
  67. package/dist/collection/components/dialog/dialog.stories.js +33 -9
  68. package/dist/collection/components/drawer/drawer.dark.css +15 -15
  69. package/dist/collection/components/drawer/drawer.light.css +12 -12
  70. package/dist/collection/components/drawer/drawer.stories.js +6 -8
  71. package/dist/collection/components/dropdown/dropdown.css +4 -4
  72. package/dist/collection/components/duration/duration.css +31 -0
  73. package/dist/collection/components/duration/duration.js +212 -0
  74. package/dist/collection/components/duration/duration.stories.js +108 -0
  75. package/dist/collection/components/flap/flap.css +25 -14
  76. package/dist/collection/components/flap/flap.js +23 -1
  77. package/dist/collection/components/flap/flap.stories.js +12 -1
  78. package/dist/collection/components/icon/icon.css +10 -10
  79. package/dist/collection/components/icon/svg/device-smartphone-music-color.svg +1 -0
  80. package/dist/collection/components/icon/svg/device-smartphone-music.svg +1 -0
  81. package/dist/collection/components/icon/svg/mic-off-outline-color.svg +1 -0
  82. package/dist/collection/components/icon/svg/mic-off-outline.svg +1 -0
  83. package/dist/collection/components/icon/svg/mic-off.svg +1 -0
  84. package/dist/collection/components/icon/svg/people-community-outline-color.svg +1 -0
  85. package/dist/collection/components/icon/svg/people-community-outline.svg +1 -0
  86. package/dist/collection/components/icon/svg/people-community.svg +1 -0
  87. package/dist/collection/components/icon/svg/people-coworker-color.svg +1 -1
  88. package/dist/collection/components/icon/svg/people-coworker.svg +1 -1
  89. package/dist/collection/components/icon/svg/player-radio-music-outline-color.svg +1 -0
  90. package/dist/collection/components/icon/svg/player-radio-music-outline.svg +1 -0
  91. package/dist/collection/components/icon/svg/station-electric-outline-color.svg +1 -0
  92. package/dist/collection/components/icon/svg/station-electric-outline.svg +1 -0
  93. package/dist/collection/components/img/img.css +1 -1
  94. package/dist/collection/components/input/input.css +52 -13
  95. package/dist/collection/components/input/input.js +23 -1
  96. package/dist/collection/components/input/input.stories.js +9 -1
  97. package/dist/collection/components/input-group/input-group.css +39 -12
  98. package/dist/collection/components/input-group/input-group.js +3 -2
  99. package/dist/collection/components/input-group/input-group.stories.js +4 -4
  100. package/dist/collection/components/item/item.css +6 -6
  101. package/dist/collection/components/item/item.stories.js +7 -7
  102. package/dist/collection/components/list/list.css +1 -1
  103. package/dist/collection/components/modal/modal.css +9 -9
  104. package/dist/collection/components/modal/modal.stories.js +2 -2
  105. package/dist/collection/components/navbar/navbar.css +2 -2
  106. package/dist/collection/components/navbar-item/navbar-item.css +8 -5
  107. package/dist/collection/components/patterns/breadcrumb.stories.js +72 -0
  108. package/dist/collection/components/patterns/crossselling.stories.js +4 -4
  109. package/dist/collection/components/patterns/filter.stories.js +2 -2
  110. package/dist/collection/components/patterns/link.stories.js +35 -0
  111. package/dist/collection/components/plate-number/plate-number.css +65 -15
  112. package/dist/collection/components/plate-number/plate-number.js +47 -4
  113. package/dist/collection/components/plate-number/plate-number.stories.js +67 -43
  114. package/dist/collection/components/progress/progress.css +22 -8
  115. package/dist/collection/components/progress/progress.js +5 -10
  116. package/dist/collection/components/progress/progress.stories.js +18 -2
  117. package/dist/collection/components/radio/radio.css +24 -17
  118. package/dist/collection/components/radio-group/radio-group.css +2 -2
  119. package/dist/collection/components/range/range.css +8 -8
  120. package/dist/collection/components/rating/rating.css +4 -3
  121. package/dist/collection/components/select/select.css +50 -14
  122. package/dist/collection/components/select/select.js +23 -1
  123. package/dist/collection/components/select/select.stories.js +15 -7
  124. package/dist/collection/components/select-filter/select-filter.css +12 -6
  125. package/dist/collection/components/select-filter/select-filter.stories.js +14 -6
  126. package/dist/collection/components/skeleton/skeleton.css +9 -1
  127. package/dist/collection/components/skeleton/skeleton.stories.js +18 -0
  128. package/dist/collection/components/spinner/spinner.css +1 -1
  129. package/dist/collection/components/switch/switch.css +19 -19
  130. package/dist/collection/components/tab-bar/tab-bar.css +10 -10
  131. package/dist/collection/components/table/table.css +5 -5
  132. package/dist/collection/components/text/text.css +11 -11
  133. package/dist/collection/components/textarea/textarea.css +63 -22
  134. package/dist/collection/components/textarea/textarea.js +23 -1
  135. package/dist/collection/components/textarea/textarea.stories.js +10 -2
  136. package/dist/collection/components/toast/toast.css +14 -14
  137. package/dist/collection/components/toggle/toggle.css +206 -0
  138. package/dist/collection/components/toggle/toggle.js +402 -0
  139. package/dist/collection/components/{switch/switch.stories.js → toggle/toggle.stories.js} +7 -7
  140. package/dist/collection/components/toolbar/toolbar.css +7 -7
  141. package/dist/collection/components/tooltip/tooltip.css +4 -4
  142. package/dist/collection/components/utilities/border.stories.js +10 -10
  143. package/dist/collection/components/utilities/color.stories.js +22 -0
  144. package/dist/esm/{index-1ea26b25.js → index-d612e910.js} +3 -1
  145. package/dist/esm/loader.js +1 -1
  146. package/dist/esm/road-accordion.entry.js +2 -2
  147. package/dist/esm/road-alert.entry.js +1 -1
  148. package/dist/esm/road-autocomplete.entry.js +1 -1
  149. package/dist/esm/road-avatar.entry.js +1 -1
  150. package/dist/esm/road-badge_11.entry.js +13 -9
  151. package/dist/esm/road-card.entry.js +1 -1
  152. package/dist/esm/road-carousel.entry.js +2 -2
  153. package/dist/esm/road-checkbox.entry.js +8 -2
  154. package/dist/esm/road-chip.entry.js +3 -3
  155. package/dist/esm/road-counter.entry.js +1 -1
  156. package/dist/esm/road-dialog.entry.js +2 -2
  157. package/dist/esm/road-dropdown.entry.js +1 -1
  158. package/dist/esm/road-duration.entry.js +56 -0
  159. package/dist/esm/road-flap.entry.js +6 -2
  160. package/dist/esm/road-img.entry.js +1 -1
  161. package/dist/esm/road-input-group.entry.js +3 -2
  162. package/dist/esm/road-input.entry.js +6 -2
  163. package/dist/esm/road-modal.entry.js +2 -2
  164. package/dist/esm/road-navbar-item.entry.js +1 -1
  165. package/dist/esm/road-navbar.entry.js +1 -1
  166. package/dist/esm/road-plate-number.entry.js +13 -6
  167. package/dist/esm/road-progress.entry.js +2 -2
  168. package/dist/esm/road-radio-group.entry.js +1 -1
  169. package/dist/esm/road-radio.entry.js +1 -1
  170. package/dist/esm/road-range.entry.js +1 -1
  171. package/dist/esm/road-rating.entry.js +2 -2
  172. package/dist/esm/road-select-filter.entry.js +1 -1
  173. package/dist/esm/road-select.entry.js +6 -2
  174. package/dist/esm/road-skeleton.entry.js +1 -1
  175. package/dist/esm/road-spinner.entry.js +1 -1
  176. package/dist/esm/road-switch.entry.js +1 -1
  177. package/dist/esm/road-tab-bar.entry.js +1 -1
  178. package/dist/esm/road-table.entry.js +1 -1
  179. package/dist/esm/road-text.entry.js +1 -1
  180. package/dist/esm/road-textarea.entry.js +6 -2
  181. package/dist/esm/road-toast.entry.js +2 -2
  182. package/dist/esm/road-toggle.entry.js +96 -0
  183. package/dist/esm/road-tooltip.entry.js +1 -1
  184. package/dist/esm/roadtrip.js +1 -1
  185. package/dist/esm-es5/{index-1ea26b25.js → index-d612e910.js} +1 -1
  186. package/dist/esm-es5/loader.js +1 -1
  187. package/dist/esm-es5/road-accordion.entry.js +1 -1
  188. package/dist/esm-es5/road-alert.entry.js +1 -1
  189. package/dist/esm-es5/road-autocomplete.entry.js +1 -1
  190. package/dist/esm-es5/road-avatar.entry.js +1 -1
  191. package/dist/esm-es5/road-badge_11.entry.js +1 -1
  192. package/dist/esm-es5/road-card.entry.js +1 -1
  193. package/dist/esm-es5/road-carousel.entry.js +1 -1
  194. package/dist/esm-es5/road-checkbox.entry.js +1 -1
  195. package/dist/esm-es5/road-chip.entry.js +1 -1
  196. package/dist/esm-es5/road-counter.entry.js +1 -1
  197. package/dist/esm-es5/road-dialog.entry.js +1 -1
  198. package/dist/esm-es5/road-dropdown.entry.js +1 -1
  199. package/dist/esm-es5/road-duration.entry.js +1 -0
  200. package/dist/esm-es5/road-flap.entry.js +1 -1
  201. package/dist/esm-es5/road-img.entry.js +1 -1
  202. package/dist/esm-es5/road-input-group.entry.js +1 -1
  203. package/dist/esm-es5/road-input.entry.js +1 -1
  204. package/dist/esm-es5/road-modal.entry.js +1 -1
  205. package/dist/esm-es5/road-navbar-item.entry.js +1 -1
  206. package/dist/esm-es5/road-navbar.entry.js +1 -1
  207. package/dist/esm-es5/road-plate-number.entry.js +1 -1
  208. package/dist/esm-es5/road-progress.entry.js +1 -1
  209. package/dist/esm-es5/road-radio-group.entry.js +1 -1
  210. package/dist/esm-es5/road-radio.entry.js +1 -1
  211. package/dist/esm-es5/road-range.entry.js +1 -1
  212. package/dist/esm-es5/road-rating.entry.js +1 -1
  213. package/dist/esm-es5/road-select-filter.entry.js +1 -1
  214. package/dist/esm-es5/road-select.entry.js +1 -1
  215. package/dist/esm-es5/road-skeleton.entry.js +1 -1
  216. package/dist/esm-es5/road-spinner.entry.js +1 -1
  217. package/dist/esm-es5/road-switch.entry.js +1 -1
  218. package/dist/esm-es5/road-tab-bar.entry.js +1 -1
  219. package/dist/esm-es5/road-table.entry.js +1 -1
  220. package/dist/esm-es5/road-text.entry.js +1 -1
  221. package/dist/esm-es5/road-textarea.entry.js +1 -1
  222. package/dist/esm-es5/road-toast.entry.js +1 -1
  223. package/dist/esm-es5/road-toggle.entry.js +1 -0
  224. package/dist/esm-es5/road-tooltip.entry.js +1 -1
  225. package/dist/esm-es5/roadtrip.js +1 -1
  226. package/dist/html.html-data.json +180 -15
  227. package/dist/icons/icons.svg +1 -1
  228. package/dist/icons/index.d.ts +12 -0
  229. package/dist/icons/index.js +14 -2
  230. package/dist/roadtrip/p-030f078e.system.entry.js +1 -0
  231. package/dist/roadtrip/p-05cfe888.system.entry.js +1 -0
  232. package/dist/roadtrip/p-079d6251.system.entry.js +1 -0
  233. package/dist/roadtrip/{p-6f248970.entry.js → p-1108fffd.entry.js} +1 -1
  234. package/dist/roadtrip/p-161e83eb.entry.js +1 -0
  235. package/dist/roadtrip/p-17903b27.system.entry.js +1 -0
  236. package/dist/roadtrip/p-19f72337.entry.js +1 -0
  237. package/dist/roadtrip/p-1bf25864.entry.js +1 -0
  238. package/dist/roadtrip/p-1c931aee.system.entry.js +1 -0
  239. package/dist/roadtrip/{p-d06202e7.entry.js → p-1e8c2ef4.entry.js} +1 -1
  240. package/dist/roadtrip/{p-87eb24ee.entry.js → p-1f1464ba.entry.js} +1 -1
  241. package/dist/roadtrip/{p-20a7a848.system.entry.js → p-217cbe8e.system.entry.js} +1 -1
  242. package/dist/roadtrip/p-2384ed2d.entry.js +1 -0
  243. package/dist/roadtrip/p-24b5b4ae.system.entry.js +1 -0
  244. package/dist/roadtrip/{p-299ecdd3.entry.js → p-271fd4fa.entry.js} +1 -1
  245. package/dist/roadtrip/p-277d7139.entry.js +1 -0
  246. package/dist/roadtrip/p-2852a37b.system.entry.js +1 -0
  247. package/dist/roadtrip/p-296d96ea.system.entry.js +1 -0
  248. package/dist/roadtrip/p-2d6d2f8e.system.entry.js +1 -0
  249. package/dist/roadtrip/p-2f361b1a.entry.js +1 -0
  250. package/dist/roadtrip/p-303e8e40.entry.js +1 -0
  251. package/dist/roadtrip/p-382e4c17.entry.js +1 -0
  252. package/dist/roadtrip/p-3a28129a.entry.js +1 -0
  253. package/dist/roadtrip/p-3d1a68f7.system.entry.js +1 -0
  254. package/dist/roadtrip/p-40fc1632.system.entry.js +1 -0
  255. package/dist/roadtrip/p-415986e7.system.entry.js +1 -0
  256. package/dist/roadtrip/p-42cb57d0.entry.js +1 -0
  257. package/dist/roadtrip/p-453a812f.system.entry.js +1 -0
  258. package/dist/roadtrip/p-467f5310.system.entry.js +1 -0
  259. package/dist/roadtrip/p-564a2eac.entry.js +1 -0
  260. package/dist/roadtrip/p-5790e1f0.system.entry.js +1 -0
  261. package/dist/roadtrip/p-66cba998.system.entry.js +1 -0
  262. package/dist/roadtrip/{p-0ada8d41.entry.js → p-6819f569.entry.js} +1 -1
  263. package/dist/roadtrip/p-688e41f2.entry.js +1 -0
  264. package/dist/roadtrip/p-692a1637.system.entry.js +1 -0
  265. package/dist/roadtrip/{p-12a635b5.js → p-6a78da80.js} +1 -1
  266. package/dist/roadtrip/p-701cba5a.system.entry.js +1 -0
  267. package/dist/roadtrip/p-7073f8c2.entry.js +1 -0
  268. package/dist/roadtrip/p-76bede83.system.entry.js +1 -0
  269. package/dist/roadtrip/p-79f030ef.entry.js +1 -0
  270. package/dist/roadtrip/p-7cb7d25b.system.entry.js +1 -0
  271. package/dist/roadtrip/p-7df3c178.entry.js +1 -0
  272. package/dist/roadtrip/p-81333100.system.entry.js +1 -0
  273. package/dist/roadtrip/{p-b0ed748a.entry.js → p-8134554a.entry.js} +1 -1
  274. package/dist/roadtrip/p-83119815.entry.js +1 -0
  275. package/dist/roadtrip/p-85c918f6.system.entry.js +1 -0
  276. package/dist/roadtrip/p-86d53ea4.entry.js +1 -0
  277. package/dist/roadtrip/p-896f49f2.entry.js +1 -0
  278. package/dist/roadtrip/{p-fa68c113.entry.js → p-90a76d66.entry.js} +1 -1
  279. package/dist/roadtrip/{p-7130ff47.entry.js → p-a17909d0.entry.js} +1 -1
  280. package/dist/roadtrip/p-a46413c1.system.entry.js +1 -0
  281. package/dist/roadtrip/p-a7565a49.system.entry.js +1 -0
  282. package/dist/roadtrip/p-a9538932.entry.js +1 -0
  283. package/dist/roadtrip/p-ad10a82e.system.entry.js +1 -0
  284. package/dist/roadtrip/p-aeef53e7.system.entry.js +1 -0
  285. package/dist/roadtrip/p-af49dca4.entry.js +1 -0
  286. package/dist/roadtrip/p-b182a822.system.entry.js +1 -0
  287. package/dist/roadtrip/p-b1e0f8af.entry.js +1 -0
  288. package/dist/roadtrip/p-b205281e.system.js +1 -1
  289. package/dist/roadtrip/p-b92e7d61.entry.js +1 -0
  290. package/dist/roadtrip/p-ba2fbd4d.system.js +1 -0
  291. package/dist/roadtrip/p-bd6463ab.system.entry.js +1 -0
  292. package/dist/roadtrip/p-bf023bd5.system.entry.js +1 -0
  293. package/dist/roadtrip/p-c11d0d20.system.entry.js +1 -0
  294. package/dist/roadtrip/p-c2784d92.system.entry.js +1 -0
  295. package/dist/roadtrip/p-c8d0886d.system.entry.js +1 -0
  296. package/dist/roadtrip/p-c93a46dd.system.entry.js +1 -0
  297. package/dist/roadtrip/p-d18db10c.system.entry.js +1 -0
  298. package/dist/roadtrip/p-d1c06fd2.entry.js +1 -0
  299. package/dist/roadtrip/p-d2165987.entry.js +1 -0
  300. package/dist/roadtrip/p-d59a7db8.entry.js +1 -0
  301. package/dist/roadtrip/p-d7293dd6.entry.js +1 -0
  302. package/dist/roadtrip/p-d868f924.entry.js +1 -0
  303. package/dist/roadtrip/p-d920dfb7.entry.js +1 -0
  304. package/dist/roadtrip/p-dbee6661.entry.js +1 -0
  305. package/dist/roadtrip/p-dfa3c709.system.entry.js +1 -0
  306. package/dist/roadtrip/{p-bebdee1e.entry.js → p-e18fa251.entry.js} +1 -1
  307. package/dist/roadtrip/p-e42c76fa.system.entry.js +1 -0
  308. package/dist/roadtrip/{p-0be273e0.system.entry.js → p-fc3ddc8f.system.entry.js} +1 -1
  309. package/dist/roadtrip/roadtrip.css +1 -1
  310. package/dist/roadtrip/roadtrip.esm.js +1 -1
  311. package/dist/roadtrip/svg/device-smartphone-music-color.svg +1 -0
  312. package/dist/roadtrip/svg/device-smartphone-music.svg +1 -0
  313. package/dist/roadtrip/svg/mic-off-outline-color.svg +1 -0
  314. package/dist/roadtrip/svg/mic-off-outline.svg +1 -0
  315. package/dist/roadtrip/svg/mic-off.svg +1 -0
  316. package/dist/roadtrip/svg/people-community-outline-color.svg +1 -0
  317. package/dist/roadtrip/svg/people-community-outline.svg +1 -0
  318. package/dist/roadtrip/svg/people-community.svg +1 -0
  319. package/dist/roadtrip/svg/people-coworker-color.svg +1 -1
  320. package/dist/roadtrip/svg/people-coworker.svg +1 -1
  321. package/dist/roadtrip/svg/player-radio-music-outline-color.svg +1 -0
  322. package/dist/roadtrip/svg/player-radio-music-outline.svg +1 -0
  323. package/dist/roadtrip/svg/station-electric-outline-color.svg +1 -0
  324. package/dist/roadtrip/svg/station-electric-outline.svg +1 -0
  325. package/dist/types/components/button/button.d.ts +2 -3
  326. package/dist/types/components/checkbox/checkbox.d.ts +4 -0
  327. package/dist/types/components/duration/duration.d.ts +44 -0
  328. package/dist/types/components/flap/flap.d.ts +4 -0
  329. package/dist/types/components/input/input.d.ts +4 -0
  330. package/dist/types/components/plate-number/plate-number.d.ts +8 -0
  331. package/dist/types/components/progress/progress.d.ts +1 -2
  332. package/dist/types/components/select/select.d.ts +4 -0
  333. package/dist/types/components/textarea/textarea.d.ts +4 -0
  334. package/dist/types/components/toggle/toggle.d.ts +78 -0
  335. package/dist/types/components.d.ts +246 -6
  336. package/icons/icons.svg +1 -1
  337. package/icons/index.d.ts +12 -0
  338. package/icons/index.js +14 -2
  339. package/package.json +1 -1
  340. package/dist/collection/components/plate-number/fonts/Oswald-Medium.woff2 +0 -0
  341. package/dist/roadtrip/fonts/Oswald-Medium.woff2 +0 -0
  342. package/dist/roadtrip/p-01cebe6a.entry.js +0 -1
  343. package/dist/roadtrip/p-04deac86.system.entry.js +0 -1
  344. package/dist/roadtrip/p-06921946.system.entry.js +0 -1
  345. package/dist/roadtrip/p-0cfc0efd.system.entry.js +0 -1
  346. package/dist/roadtrip/p-0e5cecff.entry.js +0 -1
  347. package/dist/roadtrip/p-0e645dfb.system.entry.js +0 -1
  348. package/dist/roadtrip/p-0f532f30.system.entry.js +0 -1
  349. package/dist/roadtrip/p-1481edc3.entry.js +0 -1
  350. package/dist/roadtrip/p-1c0851b0.entry.js +0 -1
  351. package/dist/roadtrip/p-24234448.entry.js +0 -1
  352. package/dist/roadtrip/p-26b3aa33.system.entry.js +0 -1
  353. package/dist/roadtrip/p-2740d308.system.entry.js +0 -1
  354. package/dist/roadtrip/p-287f1612.system.entry.js +0 -1
  355. package/dist/roadtrip/p-2f2dc4a0.system.entry.js +0 -1
  356. package/dist/roadtrip/p-354107fa.entry.js +0 -1
  357. package/dist/roadtrip/p-44576eac.entry.js +0 -1
  358. package/dist/roadtrip/p-4742a822.system.entry.js +0 -1
  359. package/dist/roadtrip/p-510a8cc4.system.js +0 -1
  360. package/dist/roadtrip/p-5bcd3e1f.entry.js +0 -1
  361. package/dist/roadtrip/p-646e75cf.system.entry.js +0 -1
  362. package/dist/roadtrip/p-6deb1943.system.entry.js +0 -1
  363. package/dist/roadtrip/p-6def92c3.entry.js +0 -1
  364. package/dist/roadtrip/p-7070c8b5.system.entry.js +0 -1
  365. package/dist/roadtrip/p-7304b650.system.entry.js +0 -1
  366. package/dist/roadtrip/p-74218654.system.entry.js +0 -1
  367. package/dist/roadtrip/p-766f8a2a.system.entry.js +0 -1
  368. package/dist/roadtrip/p-76885294.system.entry.js +0 -1
  369. package/dist/roadtrip/p-7765931a.system.entry.js +0 -1
  370. package/dist/roadtrip/p-7fe4f8f3.entry.js +0 -1
  371. package/dist/roadtrip/p-835d550a.system.entry.js +0 -1
  372. package/dist/roadtrip/p-83f8960f.entry.js +0 -1
  373. package/dist/roadtrip/p-8e21df57.system.entry.js +0 -1
  374. package/dist/roadtrip/p-9567d161.entry.js +0 -1
  375. package/dist/roadtrip/p-9a1a293c.entry.js +0 -1
  376. package/dist/roadtrip/p-9afcfc7c.system.entry.js +0 -1
  377. package/dist/roadtrip/p-9dd72bfa.entry.js +0 -1
  378. package/dist/roadtrip/p-a1168bd5.system.entry.js +0 -1
  379. package/dist/roadtrip/p-a61e04a1.entry.js +0 -1
  380. package/dist/roadtrip/p-a7ddae1b.system.entry.js +0 -1
  381. package/dist/roadtrip/p-a87e8b19.system.entry.js +0 -1
  382. package/dist/roadtrip/p-a8db6630.system.entry.js +0 -1
  383. package/dist/roadtrip/p-b0e17e68.entry.js +0 -1
  384. package/dist/roadtrip/p-b0ec7122.system.entry.js +0 -1
  385. package/dist/roadtrip/p-b6e60fca.system.entry.js +0 -1
  386. package/dist/roadtrip/p-bcf74e54.system.entry.js +0 -1
  387. package/dist/roadtrip/p-bd2a89d4.system.entry.js +0 -1
  388. package/dist/roadtrip/p-c0429d42.system.entry.js +0 -1
  389. package/dist/roadtrip/p-c637a847.entry.js +0 -1
  390. package/dist/roadtrip/p-ced4c451.entry.js +0 -1
  391. package/dist/roadtrip/p-d5607a82.system.entry.js +0 -1
  392. package/dist/roadtrip/p-d861032d.system.entry.js +0 -1
  393. package/dist/roadtrip/p-dcfc236e.entry.js +0 -1
  394. package/dist/roadtrip/p-e4f0f0d7.entry.js +0 -1
  395. package/dist/roadtrip/p-e70b2a21.entry.js +0 -1
  396. package/dist/roadtrip/p-e9a6f1fb.entry.js +0 -1
  397. package/dist/roadtrip/p-ea45d823.entry.js +0 -1
  398. package/dist/roadtrip/p-ed2dbf57.entry.js +0 -1
  399. package/dist/roadtrip/p-f20a3658.entry.js +0 -1
  400. package/dist/roadtrip/p-f22c63b7.entry.js +0 -1
  401. package/dist/roadtrip/p-f233746c.system.entry.js +0 -1
  402. package/dist/roadtrip/p-f4f42d5c.system.entry.js +0 -1
  403. package/dist/roadtrip/p-fce355f6.entry.js +0 -1
@@ -0,0 +1,44 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ export declare class Duration {
3
+ /**
4
+ * Current reference of the duration element
5
+ */
6
+ el: HTMLRoadDurationElement;
7
+ /**
8
+ * Set isOpen property to true to open the duration widget
9
+ */
10
+ isOpen: boolean;
11
+ /**
12
+ * title of the widget
13
+ */
14
+ header: string;
15
+ /**
16
+ * The minimum value, which must not be greater than its maximum (max attribute) value in minutes.
17
+ */
18
+ min: number;
19
+ /**
20
+ * The maximum value, which must not be less than its minimum (min attribute) value in minutes.
21
+ */
22
+ max: number;
23
+ /**
24
+ * Works with the min and max attributes to limit the increments at which a value can be set in minutes.
25
+ */
26
+ step: number;
27
+ handleClick(event: CustomEvent): void;
28
+ /**
29
+ * Emitt the value and label of the selected option.
30
+ */
31
+ roadselected: EventEmitter<{
32
+ value: string | undefined | null;
33
+ label: string;
34
+ }>;
35
+ /**
36
+ * Open the widget
37
+ */
38
+ open(): Promise<void>;
39
+ /**
40
+ * Close the widget
41
+ */
42
+ close(): Promise<void>;
43
+ render(): any;
44
+ }
@@ -6,5 +6,9 @@ export declare class Flap {
6
6
  * Set the color of the flap.
7
7
  */
8
8
  color: 'promo' | 'exclu' | 'info' | 'ecology';
9
+ /**
10
+ * The button size.
11
+ */
12
+ size: 'sm' | 'md';
9
13
  render(): any;
10
14
  }
@@ -85,6 +85,10 @@ export declare class Input {
85
85
  * 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.
86
86
  */
87
87
  size?: number;
88
+ /**
89
+ * The sizes of the input.
90
+ */
91
+ sizes: 'lg' | 'xl';
88
92
  /**
89
93
  * The type of control to display. The default type is text.
90
94
  */
@@ -5,10 +5,18 @@ export declare class PlateNumber {
5
5
  * country of the plate
6
6
  */
7
7
  country: 'FR' | 'BE' | 'IT' | 'ES' | 'PT' | 'PL';
8
+ /**
9
+ * If `true`, the user cannot interact with the input.
10
+ */
11
+ disabled: boolean;
8
12
  /**
9
13
  * overwrite the default placeholder
10
14
  */
11
15
  placeholder?: string;
16
+ /**
17
+ * If `true`, the user cannot modify the value.
18
+ */
19
+ readonly: boolean;
12
20
  /**
13
21
  * The value of the input.
14
22
  */
@@ -1,4 +1,3 @@
1
- import { FeedbackColors } from '../../interface';
2
1
  export declare class ProgressBar {
3
2
  /**
4
3
  * The value determines how much of the active bar should display.
@@ -8,6 +7,6 @@ export declare class ProgressBar {
8
7
  /**
9
8
  * The color to use from your application's color palette.
10
9
  */
11
- color: FeedbackColors;
10
+ color: 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
12
11
  render(): any;
13
12
  }
@@ -33,6 +33,10 @@ export declare class Select {
33
33
  * this attribute represents the number of rows in the list that should be visible at one time.
34
34
  */
35
35
  size: number;
36
+ /**
37
+ * The sizes of the input.
38
+ */
39
+ sizes: 'lg' | 'xl';
36
40
  /**
37
41
  * Label for the field
38
42
  */
@@ -43,6 +43,10 @@ export declare class Textarea {
43
43
  * Instructional text that shows before the textarea has a value.
44
44
  */
45
45
  placeholder?: string;
46
+ /**
47
+ * The sizes of the input.
48
+ */
49
+ sizes: 'lg' | 'xl';
46
50
  /**
47
51
  * If `true`, the user cannot modify the value.
48
52
  */
@@ -0,0 +1,78 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ import '../../utils/polyfill';
3
+ import { FeedbackColors } from '../../interface';
4
+ export declare class toggle {
5
+ /**
6
+ * The id of toggle
7
+ */
8
+ toggleId: string;
9
+ /**
10
+ * The name of the control, which is submitted with the form data.
11
+ */
12
+ name: string;
13
+ /**
14
+ * If `true`, the toggle is checked.
15
+ */
16
+ checked: boolean;
17
+ /**
18
+ * If `true`, the user cannot interact with the toggle.
19
+ */
20
+ disabled: boolean;
21
+ /**
22
+ * Label for the field
23
+ */
24
+ label: string;
25
+ /**
26
+ * Set the color of alert. e.g. info, success, warning, danger
27
+ */
28
+ color?: 'secondary' | FeedbackColors;
29
+ /**
30
+ * If `true`, the label is at left of the toggle
31
+ */
32
+ hasLeftLabel: boolean;
33
+ /**
34
+ * Add space between label and toggle element
35
+ */
36
+ isSpaced: boolean;
37
+ /**
38
+ * Value the form will get
39
+ */
40
+ value: string;
41
+ /**
42
+ * Text display for "`on`" state in the toggle lever
43
+ */
44
+ on: string;
45
+ /**
46
+ * Text display for "`off`" state in the toggle lever
47
+ */
48
+ off: string;
49
+ /**
50
+ * Emitted when the checked property has changed.
51
+ */
52
+ roadchange: EventEmitter<{
53
+ checked: boolean;
54
+ value: string | undefined | null;
55
+ }>;
56
+ /** @internal */
57
+ roadChange: EventEmitter<{
58
+ checked: boolean;
59
+ value: string | undefined | null;
60
+ }>;
61
+ /**
62
+ * Emitted when the toggle has focus.
63
+ */
64
+ roadfocus: EventEmitter<void>;
65
+ /** @internal */
66
+ roadFocus: EventEmitter<void>;
67
+ /**
68
+ * Emitted when the toggle loses focus.
69
+ */
70
+ roadblur: EventEmitter<void>;
71
+ /** @internal */
72
+ roadBlur: EventEmitter<void>;
73
+ checkedChanged(isChecked: boolean): void;
74
+ private onClick;
75
+ private onFocus;
76
+ private onBlur;
77
+ render(): any;
78
+ }
@@ -48,7 +48,7 @@ export namespace Components {
48
48
  /**
49
49
  * The color to use from your application's color palette.
50
50
  */
51
- "color"?: Color;
51
+ "color"?: 'primary' | 'secondary' | 'default';
52
52
  /**
53
53
  * If `true`, the user cannot interact with the button.
54
54
  */
@@ -76,7 +76,7 @@ export namespace Components {
76
76
  /**
77
77
  * The button size.
78
78
  */
79
- "size"?: 'sm' | 'md' | 'lg';
79
+ "size"?: 'sm' | 'md' | 'lg' | 'xl';
80
80
  /**
81
81
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
82
82
  */
@@ -220,6 +220,10 @@ export namespace Components {
220
220
  * Error message for the field
221
221
  */
222
222
  "error"?: string;
223
+ /**
224
+ * If `true`, the checkbox will visually appear as indeterminate.
225
+ */
226
+ "indeterminate": boolean;
223
227
  /**
224
228
  * If `true`, the label and the checkbox are inverse and spaced
225
229
  */
@@ -395,11 +399,45 @@ export namespace Components {
395
399
  */
396
400
  "isOpen": boolean;
397
401
  }
402
+ interface RoadDuration {
403
+ /**
404
+ * Close the widget
405
+ */
406
+ "close": () => Promise<void>;
407
+ /**
408
+ * title of the widget
409
+ */
410
+ "header": string;
411
+ /**
412
+ * Set isOpen property to true to open the duration widget
413
+ */
414
+ "isOpen": boolean;
415
+ /**
416
+ * The maximum value, which must not be less than its minimum (min attribute) value in minutes.
417
+ */
418
+ "max": number;
419
+ /**
420
+ * The minimum value, which must not be greater than its maximum (max attribute) value in minutes.
421
+ */
422
+ "min": number;
423
+ /**
424
+ * Open the widget
425
+ */
426
+ "open": () => Promise<void>;
427
+ /**
428
+ * Works with the min and max attributes to limit the increments at which a value can be set in minutes.
429
+ */
430
+ "step": number;
431
+ }
398
432
  interface RoadFlap {
399
433
  /**
400
434
  * Set the color of the flap.
401
435
  */
402
436
  "color": 'promo' | 'exclu' | 'info' | 'ecology';
437
+ /**
438
+ * The button size.
439
+ */
440
+ "size": 'sm' | 'md';
403
441
  }
404
442
  interface RoadGrid {
405
443
  }
@@ -540,6 +578,10 @@ export namespace Components {
540
578
  * 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.
541
579
  */
542
580
  "size"?: number;
581
+ /**
582
+ * The sizes of the input.
583
+ */
584
+ "sizes": 'lg' | 'xl';
543
585
  /**
544
586
  * If `true`, the element will have its spelling and grammar checked.
545
587
  */
@@ -684,6 +726,10 @@ export namespace Components {
684
726
  * country of the plate
685
727
  */
686
728
  "country": 'FR' | 'BE' | 'IT' | 'ES' | 'PT' | 'PL';
729
+ /**
730
+ * If `true`, the user cannot interact with the input.
731
+ */
732
+ "disabled": boolean;
687
733
  /**
688
734
  * Enable motorbike display
689
735
  */
@@ -692,6 +738,10 @@ export namespace Components {
692
738
  * overwrite the default placeholder
693
739
  */
694
740
  "placeholder"?: string;
741
+ /**
742
+ * If `true`, the user cannot modify the value.
743
+ */
744
+ "readonly": boolean;
695
745
  /**
696
746
  * The value of the input.
697
747
  */
@@ -701,7 +751,7 @@ export namespace Components {
701
751
  /**
702
752
  * The color to use from your application's color palette.
703
753
  */
704
- "color": FeedbackColors;
754
+ "color": 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
705
755
  /**
706
756
  * The value determines how much of the active bar should display. The value should be between [0, 100].
707
757
  */
@@ -862,6 +912,10 @@ export namespace Components {
862
912
  * 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.
863
913
  */
864
914
  "size": number;
915
+ /**
916
+ * The sizes of the input.
917
+ */
918
+ "sizes": 'lg' | 'xl';
865
919
  /**
866
920
  * the value of the select.
867
921
  */
@@ -1074,6 +1128,10 @@ export namespace Components {
1074
1128
  * The number of rows of the control.
1075
1129
  */
1076
1130
  "rows"?: number;
1131
+ /**
1132
+ * The sizes of the input.
1133
+ */
1134
+ "sizes": 'lg' | 'xl';
1077
1135
  /**
1078
1136
  * If `true`, the element will have its spelling and grammar checked.
1079
1137
  */
@@ -1121,6 +1179,52 @@ export namespace Components {
1121
1179
  */
1122
1180
  "timeout": number;
1123
1181
  }
1182
+ interface RoadToggle {
1183
+ /**
1184
+ * If `true`, the toggle is checked.
1185
+ */
1186
+ "checked": boolean;
1187
+ /**
1188
+ * Set the color of alert. e.g. info, success, warning, danger
1189
+ */
1190
+ "color"?: 'secondary' | FeedbackColors;
1191
+ /**
1192
+ * If `true`, the user cannot interact with the toggle.
1193
+ */
1194
+ "disabled": boolean;
1195
+ /**
1196
+ * If `true`, the label is at left of the toggle
1197
+ */
1198
+ "hasLeftLabel": boolean;
1199
+ /**
1200
+ * Add space between label and toggle element
1201
+ */
1202
+ "isSpaced": boolean;
1203
+ /**
1204
+ * Label for the field
1205
+ */
1206
+ "label": string;
1207
+ /**
1208
+ * The name of the control, which is submitted with the form data.
1209
+ */
1210
+ "name": string;
1211
+ /**
1212
+ * Text display for "`off`" state in the toggle lever
1213
+ */
1214
+ "off": string;
1215
+ /**
1216
+ * Text display for "`on`" state in the toggle lever
1217
+ */
1218
+ "on": string;
1219
+ /**
1220
+ * The id of toggle
1221
+ */
1222
+ "toggleId": string;
1223
+ /**
1224
+ * Value the form will get
1225
+ */
1226
+ "value": string;
1227
+ }
1124
1228
  interface RoadToolbar {
1125
1229
  /**
1126
1230
  * Background color of the toolbar
@@ -1266,6 +1370,12 @@ declare global {
1266
1370
  prototype: HTMLRoadDropdownElement;
1267
1371
  new (): HTMLRoadDropdownElement;
1268
1372
  };
1373
+ interface HTMLRoadDurationElement extends Components.RoadDuration, HTMLStencilElement {
1374
+ }
1375
+ var HTMLRoadDurationElement: {
1376
+ prototype: HTMLRoadDurationElement;
1377
+ new (): HTMLRoadDurationElement;
1378
+ };
1269
1379
  interface HTMLRoadFlapElement extends Components.RoadFlap, HTMLStencilElement {
1270
1380
  }
1271
1381
  var HTMLRoadFlapElement: {
@@ -1458,6 +1568,12 @@ declare global {
1458
1568
  prototype: HTMLRoadToastElement;
1459
1569
  new (): HTMLRoadToastElement;
1460
1570
  };
1571
+ interface HTMLRoadToggleElement extends Components.RoadToggle, HTMLStencilElement {
1572
+ }
1573
+ var HTMLRoadToggleElement: {
1574
+ prototype: HTMLRoadToggleElement;
1575
+ new (): HTMLRoadToggleElement;
1576
+ };
1461
1577
  interface HTMLRoadToolbarElement extends Components.RoadToolbar, HTMLStencilElement {
1462
1578
  }
1463
1579
  var HTMLRoadToolbarElement: {
@@ -1494,6 +1610,7 @@ declare global {
1494
1610
  "road-dialog": HTMLRoadDialogElement;
1495
1611
  "road-drawer": HTMLRoadDrawerElement;
1496
1612
  "road-dropdown": HTMLRoadDropdownElement;
1613
+ "road-duration": HTMLRoadDurationElement;
1497
1614
  "road-flap": HTMLRoadFlapElement;
1498
1615
  "road-grid": HTMLRoadGridElement;
1499
1616
  "road-icon": HTMLRoadIconElement;
@@ -1526,6 +1643,7 @@ declare global {
1526
1643
  "road-text": HTMLRoadTextElement;
1527
1644
  "road-textarea": HTMLRoadTextareaElement;
1528
1645
  "road-toast": HTMLRoadToastElement;
1646
+ "road-toggle": HTMLRoadToggleElement;
1529
1647
  "road-toolbar": HTMLRoadToolbarElement;
1530
1648
  "road-toolbar-title": HTMLRoadToolbarTitleElement;
1531
1649
  "road-tooltip": HTMLRoadTooltipElement;
@@ -1580,7 +1698,7 @@ declare namespace LocalJSX {
1580
1698
  /**
1581
1699
  * The color to use from your application's color palette.
1582
1700
  */
1583
- "color"?: Color;
1701
+ "color"?: 'primary' | 'secondary' | 'default';
1584
1702
  /**
1585
1703
  * If `true`, the user cannot interact with the button.
1586
1704
  */
@@ -1616,7 +1734,7 @@ declare namespace LocalJSX {
1616
1734
  /**
1617
1735
  * The button size.
1618
1736
  */
1619
- "size"?: 'sm' | 'md' | 'lg';
1737
+ "size"?: 'sm' | 'md' | 'lg' | 'xl';
1620
1738
  /**
1621
1739
  * Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
1622
1740
  */
@@ -1756,6 +1874,10 @@ declare namespace LocalJSX {
1756
1874
  * Error message for the field
1757
1875
  */
1758
1876
  "error"?: string;
1877
+ /**
1878
+ * If `true`, the checkbox will visually appear as indeterminate.
1879
+ */
1880
+ "indeterminate"?: boolean;
1759
1881
  /**
1760
1882
  * If `true`, the label and the checkbox are inverse and spaced
1761
1883
  */
@@ -1950,11 +2072,44 @@ declare namespace LocalJSX {
1950
2072
  */
1951
2073
  "isOpen"?: boolean;
1952
2074
  }
2075
+ interface RoadDuration {
2076
+ /**
2077
+ * title of the widget
2078
+ */
2079
+ "header"?: string;
2080
+ /**
2081
+ * Set isOpen property to true to open the duration widget
2082
+ */
2083
+ "isOpen"?: boolean;
2084
+ /**
2085
+ * The maximum value, which must not be less than its minimum (min attribute) value in minutes.
2086
+ */
2087
+ "max"?: number;
2088
+ /**
2089
+ * The minimum value, which must not be greater than its maximum (max attribute) value in minutes.
2090
+ */
2091
+ "min"?: number;
2092
+ /**
2093
+ * Emitt the value and label of the selected option.
2094
+ */
2095
+ "onRoadselected"?: (event: CustomEvent<{
2096
+ value: string | undefined | null,
2097
+ label: string
2098
+ }>) => void;
2099
+ /**
2100
+ * Works with the min and max attributes to limit the increments at which a value can be set in minutes.
2101
+ */
2102
+ "step"?: number;
2103
+ }
1953
2104
  interface RoadFlap {
1954
2105
  /**
1955
2106
  * Set the color of the flap.
1956
2107
  */
1957
2108
  "color"?: 'promo' | 'exclu' | 'info' | 'ecology';
2109
+ /**
2110
+ * The button size.
2111
+ */
2112
+ "size"?: 'sm' | 'md';
1958
2113
  }
1959
2114
  interface RoadGrid {
1960
2115
  }
@@ -2125,6 +2280,10 @@ declare namespace LocalJSX {
2125
2280
  * 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.
2126
2281
  */
2127
2282
  "size"?: number;
2283
+ /**
2284
+ * The sizes of the input.
2285
+ */
2286
+ "sizes"?: 'lg' | 'xl';
2128
2287
  /**
2129
2288
  * If `true`, the element will have its spelling and grammar checked.
2130
2289
  */
@@ -2265,6 +2424,10 @@ declare namespace LocalJSX {
2265
2424
  * country of the plate
2266
2425
  */
2267
2426
  "country"?: 'FR' | 'BE' | 'IT' | 'ES' | 'PT' | 'PL';
2427
+ /**
2428
+ * If `true`, the user cannot interact with the input.
2429
+ */
2430
+ "disabled"?: boolean;
2268
2431
  /**
2269
2432
  * Enable motorbike display
2270
2433
  */
@@ -2291,6 +2454,10 @@ declare namespace LocalJSX {
2291
2454
  * overwrite the default placeholder
2292
2455
  */
2293
2456
  "placeholder"?: string;
2457
+ /**
2458
+ * If `true`, the user cannot modify the value.
2459
+ */
2460
+ "readonly"?: boolean;
2294
2461
  /**
2295
2462
  * The value of the input.
2296
2463
  */
@@ -2300,7 +2467,7 @@ declare namespace LocalJSX {
2300
2467
  /**
2301
2468
  * The color to use from your application's color palette.
2302
2469
  */
2303
- "color"?: FeedbackColors;
2470
+ "color"?: 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
2304
2471
  /**
2305
2472
  * The value determines how much of the active bar should display. The value should be between [0, 100].
2306
2473
  */
@@ -2495,6 +2662,10 @@ declare namespace LocalJSX {
2495
2662
  * 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.
2496
2663
  */
2497
2664
  "size"?: number;
2665
+ /**
2666
+ * The sizes of the input.
2667
+ */
2668
+ "sizes"?: 'lg' | 'xl';
2498
2669
  /**
2499
2670
  * the value of the select.
2500
2671
  */
@@ -2736,6 +2907,10 @@ declare namespace LocalJSX {
2736
2907
  * The number of rows of the control.
2737
2908
  */
2738
2909
  "rows"?: number;
2910
+ /**
2911
+ * The sizes of the input.
2912
+ */
2913
+ "sizes"?: 'lg' | 'xl';
2739
2914
  /**
2740
2915
  * If `true`, the element will have its spelling and grammar checked.
2741
2916
  */
@@ -2779,6 +2954,67 @@ declare namespace LocalJSX {
2779
2954
  */
2780
2955
  "timeout"?: number;
2781
2956
  }
2957
+ interface RoadToggle {
2958
+ /**
2959
+ * If `true`, the toggle is checked.
2960
+ */
2961
+ "checked"?: boolean;
2962
+ /**
2963
+ * Set the color of alert. e.g. info, success, warning, danger
2964
+ */
2965
+ "color"?: 'secondary' | FeedbackColors;
2966
+ /**
2967
+ * If `true`, the user cannot interact with the toggle.
2968
+ */
2969
+ "disabled"?: boolean;
2970
+ /**
2971
+ * If `true`, the label is at left of the toggle
2972
+ */
2973
+ "hasLeftLabel"?: boolean;
2974
+ /**
2975
+ * Add space between label and toggle element
2976
+ */
2977
+ "isSpaced"?: boolean;
2978
+ /**
2979
+ * Label for the field
2980
+ */
2981
+ "label"?: string;
2982
+ /**
2983
+ * The name of the control, which is submitted with the form data.
2984
+ */
2985
+ "name"?: string;
2986
+ /**
2987
+ * Text display for "`off`" state in the toggle lever
2988
+ */
2989
+ "off"?: string;
2990
+ /**
2991
+ * Text display for "`on`" state in the toggle lever
2992
+ */
2993
+ "on"?: string;
2994
+ /**
2995
+ * Emitted when the toggle loses focus.
2996
+ */
2997
+ "onRoadblur"?: (event: CustomEvent<void>) => void;
2998
+ /**
2999
+ * Emitted when the checked property has changed.
3000
+ */
3001
+ "onRoadchange"?: (event: CustomEvent<{
3002
+ checked: boolean;
3003
+ value: string | undefined | null
3004
+ }>) => void;
3005
+ /**
3006
+ * Emitted when the toggle has focus.
3007
+ */
3008
+ "onRoadfocus"?: (event: CustomEvent<void>) => void;
3009
+ /**
3010
+ * The id of toggle
3011
+ */
3012
+ "toggleId"?: string;
3013
+ /**
3014
+ * Value the form will get
3015
+ */
3016
+ "value"?: string;
3017
+ }
2782
3018
  interface RoadToolbar {
2783
3019
  /**
2784
3020
  * Background color of the toolbar
@@ -2830,6 +3066,7 @@ declare namespace LocalJSX {
2830
3066
  "road-dialog": RoadDialog;
2831
3067
  "road-drawer": RoadDrawer;
2832
3068
  "road-dropdown": RoadDropdown;
3069
+ "road-duration": RoadDuration;
2833
3070
  "road-flap": RoadFlap;
2834
3071
  "road-grid": RoadGrid;
2835
3072
  "road-icon": RoadIcon;
@@ -2862,6 +3099,7 @@ declare namespace LocalJSX {
2862
3099
  "road-text": RoadText;
2863
3100
  "road-textarea": RoadTextarea;
2864
3101
  "road-toast": RoadToast;
3102
+ "road-toggle": RoadToggle;
2865
3103
  "road-toolbar": RoadToolbar;
2866
3104
  "road-toolbar-title": RoadToolbarTitle;
2867
3105
  "road-tooltip": RoadTooltip;
@@ -2888,6 +3126,7 @@ declare module "@stencil/core" {
2888
3126
  "road-dialog": LocalJSX.RoadDialog & JSXBase.HTMLAttributes<HTMLRoadDialogElement>;
2889
3127
  "road-drawer": LocalJSX.RoadDrawer & JSXBase.HTMLAttributes<HTMLRoadDrawerElement>;
2890
3128
  "road-dropdown": LocalJSX.RoadDropdown & JSXBase.HTMLAttributes<HTMLRoadDropdownElement>;
3129
+ "road-duration": LocalJSX.RoadDuration & JSXBase.HTMLAttributes<HTMLRoadDurationElement>;
2891
3130
  "road-flap": LocalJSX.RoadFlap & JSXBase.HTMLAttributes<HTMLRoadFlapElement>;
2892
3131
  "road-grid": LocalJSX.RoadGrid & JSXBase.HTMLAttributes<HTMLRoadGridElement>;
2893
3132
  "road-icon": LocalJSX.RoadIcon & JSXBase.HTMLAttributes<HTMLRoadIconElement>;
@@ -2920,6 +3159,7 @@ declare module "@stencil/core" {
2920
3159
  "road-text": LocalJSX.RoadText & JSXBase.HTMLAttributes<HTMLRoadTextElement>;
2921
3160
  "road-textarea": LocalJSX.RoadTextarea & JSXBase.HTMLAttributes<HTMLRoadTextareaElement>;
2922
3161
  "road-toast": LocalJSX.RoadToast & JSXBase.HTMLAttributes<HTMLRoadToastElement>;
3162
+ "road-toggle": LocalJSX.RoadToggle & JSXBase.HTMLAttributes<HTMLRoadToggleElement>;
2923
3163
  "road-toolbar": LocalJSX.RoadToolbar & JSXBase.HTMLAttributes<HTMLRoadToolbarElement>;
2924
3164
  "road-toolbar-title": LocalJSX.RoadToolbarTitle & JSXBase.HTMLAttributes<HTMLRoadToolbarTitleElement>;
2925
3165
  "road-tooltip": LocalJSX.RoadTooltip & JSXBase.HTMLAttributes<HTMLRoadTooltipElement>;