@roadtrip/components 2.27.1 → 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 (365) 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 +1 -1
  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 +3 -4
  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 +1 -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/carousel/carousel.css +7 -7
  58. package/dist/collection/components/checkbox/checkbox.css +34 -22
  59. package/dist/collection/components/checkbox/checkbox.js +27 -3
  60. package/dist/collection/components/checkbox/checkbox.stories.js +10 -0
  61. package/dist/collection/components/chip/chip.css +70 -21
  62. package/dist/collection/components/chip/chip.js +2 -1
  63. package/dist/collection/components/chip/chip.stories.js +1 -1
  64. package/dist/collection/components/counter/counter.css +3 -3
  65. package/dist/collection/components/dialog/dialog.css +17 -11
  66. package/dist/collection/components/dialog/dialog.stories.js +33 -9
  67. package/dist/collection/components/drawer/drawer.dark.css +15 -15
  68. package/dist/collection/components/drawer/drawer.light.css +12 -12
  69. package/dist/collection/components/drawer/drawer.stories.js +6 -8
  70. package/dist/collection/components/dropdown/dropdown.css +4 -4
  71. package/dist/collection/components/duration/duration.css +1 -1
  72. package/dist/collection/components/flap/flap.css +25 -14
  73. package/dist/collection/components/flap/flap.js +23 -1
  74. package/dist/collection/components/flap/flap.stories.js +12 -1
  75. package/dist/collection/components/icon/icon.css +10 -10
  76. package/dist/collection/components/img/img.css +1 -1
  77. package/dist/collection/components/input/input.css +52 -13
  78. package/dist/collection/components/input/input.js +23 -1
  79. package/dist/collection/components/input/input.stories.js +9 -1
  80. package/dist/collection/components/input-group/input-group.css +39 -12
  81. package/dist/collection/components/input-group/input-group.js +3 -2
  82. package/dist/collection/components/input-group/input-group.stories.js +4 -4
  83. package/dist/collection/components/item/item.css +6 -6
  84. package/dist/collection/components/item/item.stories.js +7 -7
  85. package/dist/collection/components/list/list.css +1 -1
  86. package/dist/collection/components/modal/modal.css +9 -9
  87. package/dist/collection/components/modal/modal.stories.js +2 -2
  88. package/dist/collection/components/navbar/navbar.css +2 -2
  89. package/dist/collection/components/navbar-item/navbar-item.css +8 -5
  90. package/dist/collection/components/patterns/breadcrumb.stories.js +72 -0
  91. package/dist/collection/components/patterns/crossselling.stories.js +4 -4
  92. package/dist/collection/components/patterns/filter.stories.js +2 -2
  93. package/dist/collection/components/patterns/link.stories.js +35 -0
  94. package/dist/collection/components/plate-number/plate-number.css +47 -16
  95. package/dist/collection/components/plate-number/plate-number.js +1 -2
  96. package/dist/collection/components/plate-number/plate-number.stories.js +2 -2
  97. package/dist/collection/components/progress/progress.css +22 -8
  98. package/dist/collection/components/progress/progress.js +5 -10
  99. package/dist/collection/components/progress/progress.stories.js +18 -2
  100. package/dist/collection/components/radio/radio.css +24 -17
  101. package/dist/collection/components/radio-group/radio-group.css +2 -2
  102. package/dist/collection/components/range/range.css +8 -8
  103. package/dist/collection/components/rating/rating.css +4 -3
  104. package/dist/collection/components/select/select.css +50 -14
  105. package/dist/collection/components/select/select.js +23 -1
  106. package/dist/collection/components/select/select.stories.js +15 -7
  107. package/dist/collection/components/select-filter/select-filter.css +12 -6
  108. package/dist/collection/components/select-filter/select-filter.stories.js +14 -6
  109. package/dist/collection/components/skeleton/skeleton.css +9 -1
  110. package/dist/collection/components/skeleton/skeleton.stories.js +18 -0
  111. package/dist/collection/components/spinner/spinner.css +1 -1
  112. package/dist/collection/components/switch/switch.css +19 -19
  113. package/dist/collection/components/tab-bar/tab-bar.css +10 -10
  114. package/dist/collection/components/table/table.css +5 -5
  115. package/dist/collection/components/text/text.css +11 -11
  116. package/dist/collection/components/textarea/textarea.css +63 -22
  117. package/dist/collection/components/textarea/textarea.js +23 -1
  118. package/dist/collection/components/textarea/textarea.stories.js +10 -2
  119. package/dist/collection/components/toast/toast.css +14 -14
  120. package/dist/collection/components/toggle/toggle.css +206 -0
  121. package/dist/collection/components/toggle/toggle.js +402 -0
  122. package/dist/collection/components/{switch/switch.stories.js → toggle/toggle.stories.js} +7 -7
  123. package/dist/collection/components/toolbar/toolbar.css +7 -7
  124. package/dist/collection/components/tooltip/tooltip.css +4 -4
  125. package/dist/collection/components/utilities/border.stories.js +10 -10
  126. package/dist/collection/components/utilities/color.stories.js +22 -0
  127. package/dist/esm/{index-1ea26b25.js → index-d612e910.js} +3 -1
  128. package/dist/esm/loader.js +1 -1
  129. package/dist/esm/road-accordion.entry.js +2 -2
  130. package/dist/esm/road-alert.entry.js +1 -1
  131. package/dist/esm/road-autocomplete.entry.js +1 -1
  132. package/dist/esm/road-avatar.entry.js +1 -1
  133. package/dist/esm/road-badge_11.entry.js +13 -9
  134. package/dist/esm/road-card.entry.js +1 -1
  135. package/dist/esm/road-carousel.entry.js +2 -2
  136. package/dist/esm/road-checkbox.entry.js +8 -2
  137. package/dist/esm/road-chip.entry.js +3 -3
  138. package/dist/esm/road-counter.entry.js +1 -1
  139. package/dist/esm/road-dialog.entry.js +2 -2
  140. package/dist/esm/road-dropdown.entry.js +1 -1
  141. package/dist/esm/road-duration.entry.js +1 -1
  142. package/dist/esm/road-flap.entry.js +6 -2
  143. package/dist/esm/road-img.entry.js +1 -1
  144. package/dist/esm/road-input-group.entry.js +3 -2
  145. package/dist/esm/road-input.entry.js +6 -2
  146. package/dist/esm/road-modal.entry.js +2 -2
  147. package/dist/esm/road-navbar-item.entry.js +1 -1
  148. package/dist/esm/road-navbar.entry.js +1 -1
  149. package/dist/esm/road-plate-number.entry.js +3 -4
  150. package/dist/esm/road-progress.entry.js +2 -2
  151. package/dist/esm/road-radio-group.entry.js +1 -1
  152. package/dist/esm/road-radio.entry.js +1 -1
  153. package/dist/esm/road-range.entry.js +1 -1
  154. package/dist/esm/road-rating.entry.js +2 -2
  155. package/dist/esm/road-select-filter.entry.js +1 -1
  156. package/dist/esm/road-select.entry.js +6 -2
  157. package/dist/esm/road-skeleton.entry.js +1 -1
  158. package/dist/esm/road-spinner.entry.js +1 -1
  159. package/dist/esm/road-switch.entry.js +1 -1
  160. package/dist/esm/road-tab-bar.entry.js +1 -1
  161. package/dist/esm/road-table.entry.js +1 -1
  162. package/dist/esm/road-text.entry.js +1 -1
  163. package/dist/esm/road-textarea.entry.js +6 -2
  164. package/dist/esm/road-toast.entry.js +2 -2
  165. package/dist/esm/road-toggle.entry.js +96 -0
  166. package/dist/esm/road-tooltip.entry.js +1 -1
  167. package/dist/esm/roadtrip.js +1 -1
  168. package/dist/esm-es5/{index-1ea26b25.js → index-d612e910.js} +1 -1
  169. package/dist/esm-es5/loader.js +1 -1
  170. package/dist/esm-es5/road-accordion.entry.js +1 -1
  171. package/dist/esm-es5/road-alert.entry.js +1 -1
  172. package/dist/esm-es5/road-autocomplete.entry.js +1 -1
  173. package/dist/esm-es5/road-avatar.entry.js +1 -1
  174. package/dist/esm-es5/road-badge_11.entry.js +1 -1
  175. package/dist/esm-es5/road-card.entry.js +1 -1
  176. package/dist/esm-es5/road-carousel.entry.js +1 -1
  177. package/dist/esm-es5/road-checkbox.entry.js +1 -1
  178. package/dist/esm-es5/road-chip.entry.js +1 -1
  179. package/dist/esm-es5/road-counter.entry.js +1 -1
  180. package/dist/esm-es5/road-dialog.entry.js +1 -1
  181. package/dist/esm-es5/road-dropdown.entry.js +1 -1
  182. package/dist/esm-es5/road-duration.entry.js +1 -1
  183. package/dist/esm-es5/road-flap.entry.js +1 -1
  184. package/dist/esm-es5/road-img.entry.js +1 -1
  185. package/dist/esm-es5/road-input-group.entry.js +1 -1
  186. package/dist/esm-es5/road-input.entry.js +1 -1
  187. package/dist/esm-es5/road-modal.entry.js +1 -1
  188. package/dist/esm-es5/road-navbar-item.entry.js +1 -1
  189. package/dist/esm-es5/road-navbar.entry.js +1 -1
  190. package/dist/esm-es5/road-plate-number.entry.js +1 -1
  191. package/dist/esm-es5/road-progress.entry.js +1 -1
  192. package/dist/esm-es5/road-radio-group.entry.js +1 -1
  193. package/dist/esm-es5/road-radio.entry.js +1 -1
  194. package/dist/esm-es5/road-range.entry.js +1 -1
  195. package/dist/esm-es5/road-rating.entry.js +1 -1
  196. package/dist/esm-es5/road-select-filter.entry.js +1 -1
  197. package/dist/esm-es5/road-select.entry.js +1 -1
  198. package/dist/esm-es5/road-skeleton.entry.js +1 -1
  199. package/dist/esm-es5/road-spinner.entry.js +1 -1
  200. package/dist/esm-es5/road-switch.entry.js +1 -1
  201. package/dist/esm-es5/road-tab-bar.entry.js +1 -1
  202. package/dist/esm-es5/road-table.entry.js +1 -1
  203. package/dist/esm-es5/road-text.entry.js +1 -1
  204. package/dist/esm-es5/road-textarea.entry.js +1 -1
  205. package/dist/esm-es5/road-toast.entry.js +1 -1
  206. package/dist/esm-es5/road-toggle.entry.js +1 -0
  207. package/dist/esm-es5/road-tooltip.entry.js +1 -1
  208. package/dist/esm-es5/roadtrip.js +1 -1
  209. package/dist/html.html-data.json +137 -15
  210. package/dist/roadtrip/p-030f078e.system.entry.js +1 -0
  211. package/dist/roadtrip/p-05cfe888.system.entry.js +1 -0
  212. package/dist/roadtrip/p-079d6251.system.entry.js +1 -0
  213. package/dist/roadtrip/{p-6f248970.entry.js → p-1108fffd.entry.js} +1 -1
  214. package/dist/roadtrip/p-161e83eb.entry.js +1 -0
  215. package/dist/roadtrip/p-17903b27.system.entry.js +1 -0
  216. package/dist/roadtrip/p-19f72337.entry.js +1 -0
  217. package/dist/roadtrip/p-1bf25864.entry.js +1 -0
  218. package/dist/roadtrip/p-1c931aee.system.entry.js +1 -0
  219. package/dist/roadtrip/{p-d06202e7.entry.js → p-1e8c2ef4.entry.js} +1 -1
  220. package/dist/roadtrip/{p-87eb24ee.entry.js → p-1f1464ba.entry.js} +1 -1
  221. package/dist/roadtrip/{p-20a7a848.system.entry.js → p-217cbe8e.system.entry.js} +1 -1
  222. package/dist/roadtrip/p-2384ed2d.entry.js +1 -0
  223. package/dist/roadtrip/p-24b5b4ae.system.entry.js +1 -0
  224. package/dist/roadtrip/{p-299ecdd3.entry.js → p-271fd4fa.entry.js} +1 -1
  225. package/dist/roadtrip/p-277d7139.entry.js +1 -0
  226. package/dist/roadtrip/p-2852a37b.system.entry.js +1 -0
  227. package/dist/roadtrip/p-296d96ea.system.entry.js +1 -0
  228. package/dist/roadtrip/p-2d6d2f8e.system.entry.js +1 -0
  229. package/dist/roadtrip/p-2f361b1a.entry.js +1 -0
  230. package/dist/roadtrip/p-303e8e40.entry.js +1 -0
  231. package/dist/roadtrip/p-382e4c17.entry.js +1 -0
  232. package/dist/roadtrip/p-3a28129a.entry.js +1 -0
  233. package/dist/roadtrip/p-3d1a68f7.system.entry.js +1 -0
  234. package/dist/roadtrip/p-40fc1632.system.entry.js +1 -0
  235. package/dist/roadtrip/p-415986e7.system.entry.js +1 -0
  236. package/dist/roadtrip/p-42cb57d0.entry.js +1 -0
  237. package/dist/roadtrip/p-453a812f.system.entry.js +1 -0
  238. package/dist/roadtrip/p-467f5310.system.entry.js +1 -0
  239. package/dist/roadtrip/p-564a2eac.entry.js +1 -0
  240. package/dist/roadtrip/p-5790e1f0.system.entry.js +1 -0
  241. package/dist/roadtrip/p-66cba998.system.entry.js +1 -0
  242. package/dist/roadtrip/{p-0ada8d41.entry.js → p-6819f569.entry.js} +1 -1
  243. package/dist/roadtrip/{p-7a07a70f.entry.js → p-688e41f2.entry.js} +1 -1
  244. package/dist/roadtrip/p-692a1637.system.entry.js +1 -0
  245. package/dist/roadtrip/{p-12a635b5.js → p-6a78da80.js} +1 -1
  246. package/dist/roadtrip/p-701cba5a.system.entry.js +1 -0
  247. package/dist/roadtrip/p-7073f8c2.entry.js +1 -0
  248. package/dist/roadtrip/p-76bede83.system.entry.js +1 -0
  249. package/dist/roadtrip/p-79f030ef.entry.js +1 -0
  250. package/dist/roadtrip/p-7cb7d25b.system.entry.js +1 -0
  251. package/dist/roadtrip/p-7df3c178.entry.js +1 -0
  252. package/dist/roadtrip/p-81333100.system.entry.js +1 -0
  253. package/dist/roadtrip/{p-b0ed748a.entry.js → p-8134554a.entry.js} +1 -1
  254. package/dist/roadtrip/p-83119815.entry.js +1 -0
  255. package/dist/roadtrip/p-85c918f6.system.entry.js +1 -0
  256. package/dist/roadtrip/p-86d53ea4.entry.js +1 -0
  257. package/dist/roadtrip/p-896f49f2.entry.js +1 -0
  258. package/dist/roadtrip/{p-fa68c113.entry.js → p-90a76d66.entry.js} +1 -1
  259. package/dist/roadtrip/{p-7130ff47.entry.js → p-a17909d0.entry.js} +1 -1
  260. package/dist/roadtrip/p-a46413c1.system.entry.js +1 -0
  261. package/dist/roadtrip/p-a7565a49.system.entry.js +1 -0
  262. package/dist/roadtrip/p-a9538932.entry.js +1 -0
  263. package/dist/roadtrip/p-ad10a82e.system.entry.js +1 -0
  264. package/dist/roadtrip/p-aeef53e7.system.entry.js +1 -0
  265. package/dist/roadtrip/p-af49dca4.entry.js +1 -0
  266. package/dist/roadtrip/p-b182a822.system.entry.js +1 -0
  267. package/dist/roadtrip/p-b1e0f8af.entry.js +1 -0
  268. package/dist/roadtrip/p-b205281e.system.js +1 -1
  269. package/dist/roadtrip/p-b92e7d61.entry.js +1 -0
  270. package/dist/roadtrip/p-ba2fbd4d.system.js +1 -0
  271. package/dist/roadtrip/p-bd6463ab.system.entry.js +1 -0
  272. package/dist/roadtrip/p-bf023bd5.system.entry.js +1 -0
  273. package/dist/roadtrip/p-c11d0d20.system.entry.js +1 -0
  274. package/dist/roadtrip/p-c2784d92.system.entry.js +1 -0
  275. package/dist/roadtrip/p-c8d0886d.system.entry.js +1 -0
  276. package/dist/roadtrip/p-c93a46dd.system.entry.js +1 -0
  277. package/dist/roadtrip/p-d18db10c.system.entry.js +1 -0
  278. package/dist/roadtrip/p-d1c06fd2.entry.js +1 -0
  279. package/dist/roadtrip/p-d2165987.entry.js +1 -0
  280. package/dist/roadtrip/p-d59a7db8.entry.js +1 -0
  281. package/dist/roadtrip/p-d7293dd6.entry.js +1 -0
  282. package/dist/roadtrip/p-d868f924.entry.js +1 -0
  283. package/dist/roadtrip/p-d920dfb7.entry.js +1 -0
  284. package/dist/roadtrip/p-dbee6661.entry.js +1 -0
  285. package/dist/roadtrip/p-dfa3c709.system.entry.js +1 -0
  286. package/dist/roadtrip/{p-bebdee1e.entry.js → p-e18fa251.entry.js} +1 -1
  287. package/dist/roadtrip/p-e42c76fa.system.entry.js +1 -0
  288. package/dist/roadtrip/{p-0be273e0.system.entry.js → p-fc3ddc8f.system.entry.js} +1 -1
  289. package/dist/roadtrip/roadtrip.css +1 -1
  290. package/dist/roadtrip/roadtrip.esm.js +1 -1
  291. package/dist/types/components/button/button.d.ts +2 -3
  292. package/dist/types/components/checkbox/checkbox.d.ts +4 -0
  293. package/dist/types/components/flap/flap.d.ts +4 -0
  294. package/dist/types/components/input/input.d.ts +4 -0
  295. package/dist/types/components/progress/progress.d.ts +1 -2
  296. package/dist/types/components/select/select.d.ts +4 -0
  297. package/dist/types/components/textarea/textarea.d.ts +4 -0
  298. package/dist/types/components/toggle/toggle.d.ts +78 -0
  299. package/dist/types/components.d.ts +162 -6
  300. package/package.json +1 -1
  301. package/dist/collection/components/plate-number/fonts/Oswald-Medium.woff2 +0 -0
  302. package/dist/roadtrip/fonts/Oswald-Medium.woff2 +0 -0
  303. package/dist/roadtrip/p-01cebe6a.entry.js +0 -1
  304. package/dist/roadtrip/p-04deac86.system.entry.js +0 -1
  305. package/dist/roadtrip/p-06921946.system.entry.js +0 -1
  306. package/dist/roadtrip/p-0cfc0efd.system.entry.js +0 -1
  307. package/dist/roadtrip/p-0e5cecff.entry.js +0 -1
  308. package/dist/roadtrip/p-0e645dfb.system.entry.js +0 -1
  309. package/dist/roadtrip/p-0f532f30.system.entry.js +0 -1
  310. package/dist/roadtrip/p-1481edc3.entry.js +0 -1
  311. package/dist/roadtrip/p-1c0851b0.entry.js +0 -1
  312. package/dist/roadtrip/p-24234448.entry.js +0 -1
  313. package/dist/roadtrip/p-26b3aa33.system.entry.js +0 -1
  314. package/dist/roadtrip/p-2740d308.system.entry.js +0 -1
  315. package/dist/roadtrip/p-287f1612.system.entry.js +0 -1
  316. package/dist/roadtrip/p-2f2dc4a0.system.entry.js +0 -1
  317. package/dist/roadtrip/p-354107fa.entry.js +0 -1
  318. package/dist/roadtrip/p-44576eac.entry.js +0 -1
  319. package/dist/roadtrip/p-4742a822.system.entry.js +0 -1
  320. package/dist/roadtrip/p-510a8cc4.system.js +0 -1
  321. package/dist/roadtrip/p-5bcd3e1f.entry.js +0 -1
  322. package/dist/roadtrip/p-646e75cf.system.entry.js +0 -1
  323. package/dist/roadtrip/p-6bc4c517.system.entry.js +0 -1
  324. package/dist/roadtrip/p-6deb1943.system.entry.js +0 -1
  325. package/dist/roadtrip/p-6def92c3.entry.js +0 -1
  326. package/dist/roadtrip/p-7070c8b5.system.entry.js +0 -1
  327. package/dist/roadtrip/p-7304b650.system.entry.js +0 -1
  328. package/dist/roadtrip/p-74218654.system.entry.js +0 -1
  329. package/dist/roadtrip/p-766f8a2a.system.entry.js +0 -1
  330. package/dist/roadtrip/p-76885294.system.entry.js +0 -1
  331. package/dist/roadtrip/p-7765931a.system.entry.js +0 -1
  332. package/dist/roadtrip/p-7fe4f8f3.entry.js +0 -1
  333. package/dist/roadtrip/p-835d550a.system.entry.js +0 -1
  334. package/dist/roadtrip/p-8dc74557.system.entry.js +0 -1
  335. package/dist/roadtrip/p-8e21df57.system.entry.js +0 -1
  336. package/dist/roadtrip/p-9567d161.entry.js +0 -1
  337. package/dist/roadtrip/p-9a1a293c.entry.js +0 -1
  338. package/dist/roadtrip/p-9afcfc7c.system.entry.js +0 -1
  339. package/dist/roadtrip/p-9dd72bfa.entry.js +0 -1
  340. package/dist/roadtrip/p-a1168bd5.system.entry.js +0 -1
  341. package/dist/roadtrip/p-a61e04a1.entry.js +0 -1
  342. package/dist/roadtrip/p-a7ddae1b.system.entry.js +0 -1
  343. package/dist/roadtrip/p-a87e8b19.system.entry.js +0 -1
  344. package/dist/roadtrip/p-a8db6630.system.entry.js +0 -1
  345. package/dist/roadtrip/p-b0e17e68.entry.js +0 -1
  346. package/dist/roadtrip/p-b0ec7122.system.entry.js +0 -1
  347. package/dist/roadtrip/p-b6e60fca.system.entry.js +0 -1
  348. package/dist/roadtrip/p-bd2a89d4.system.entry.js +0 -1
  349. package/dist/roadtrip/p-c0429d42.system.entry.js +0 -1
  350. package/dist/roadtrip/p-c637a847.entry.js +0 -1
  351. package/dist/roadtrip/p-ced4c451.entry.js +0 -1
  352. package/dist/roadtrip/p-d5607a82.system.entry.js +0 -1
  353. package/dist/roadtrip/p-d861032d.system.entry.js +0 -1
  354. package/dist/roadtrip/p-dcfc236e.entry.js +0 -1
  355. package/dist/roadtrip/p-e4f0f0d7.entry.js +0 -1
  356. package/dist/roadtrip/p-e70b2a21.entry.js +0 -1
  357. package/dist/roadtrip/p-e9a6f1fb.entry.js +0 -1
  358. package/dist/roadtrip/p-ea45d823.entry.js +0 -1
  359. package/dist/roadtrip/p-ed2dbf57.entry.js +0 -1
  360. package/dist/roadtrip/p-f20a3658.entry.js +0 -1
  361. package/dist/roadtrip/p-f22c63b7.entry.js +0 -1
  362. package/dist/roadtrip/p-f233746c.system.entry.js +0 -1
  363. package/dist/roadtrip/p-f4f42d5c.system.entry.js +0 -1
  364. package/dist/roadtrip/p-f7cd0928.entry.js +0 -1
  365. package/dist/roadtrip/p-fce355f6.entry.js +0 -1
@@ -0,0 +1,402 @@
1
+ import { Component, Event, Host, Prop, Watch, h } from '@stencil/core';
2
+ import '../../utils/polyfill';
3
+ export class toggle {
4
+ constructor() {
5
+ /**
6
+ * The id of toggle
7
+ */
8
+ this.toggleId = `road-toggle-${toggleIds++}`;
9
+ /**
10
+ * The name of the control, which is submitted with the form data.
11
+ */
12
+ this.name = this.toggleId;
13
+ /**
14
+ * If `true`, the toggle is checked.
15
+ */
16
+ this.checked = false;
17
+ /**
18
+ * If `true`, the user cannot interact with the toggle.
19
+ */
20
+ this.disabled = false;
21
+ /**
22
+ * Label for the field
23
+ */
24
+ this.label = `${this.toggleId}-label`;
25
+ /**
26
+ * Set the color of alert. e.g. info, success, warning, danger
27
+ */
28
+ this.color = 'secondary';
29
+ /**
30
+ * If `true`, the label is at left of the toggle
31
+ */
32
+ this.hasLeftLabel = false;
33
+ /**
34
+ * Add space between label and toggle element
35
+ */
36
+ this.isSpaced = false;
37
+ /**
38
+ * Value the form will get
39
+ */
40
+ this.value = 'on';
41
+ /**
42
+ * Text display for "`on`" state in the toggle lever
43
+ */
44
+ this.on = "yes";
45
+ /**
46
+ * Text display for "`off`" state in the toggle lever
47
+ */
48
+ this.off = "no";
49
+ this.onClick = () => {
50
+ this.checked = !this.checked;
51
+ };
52
+ this.onFocus = () => {
53
+ this.roadfocus.emit();
54
+ this.roadFocus.emit();
55
+ };
56
+ this.onBlur = () => {
57
+ this.roadBlur.emit();
58
+ this.roadblur.emit();
59
+ };
60
+ }
61
+ checkedChanged(isChecked) {
62
+ this.roadchange.emit({
63
+ checked: isChecked,
64
+ value: this.value,
65
+ });
66
+ this.roadChange.emit({
67
+ checked: isChecked,
68
+ value: this.value,
69
+ });
70
+ }
71
+ render() {
72
+ const labelId = this.toggleId + '-label';
73
+ const textLabel = h("label", { class: "form-toggle-label", id: labelId, htmlFor: this.toggleId }, this.label);
74
+ const colorClass = this.color !== undefined ? 'form-toggle-' + this.color : '';
75
+ const isSpacedClass = this.isSpaced && 'form-toggle-spaced';
76
+ const righttoggleClass = this.hasLeftLabel ? 'form-toggle-right' : '';
77
+ return (h(Host, null,
78
+ h("input", { class: "form-toggle-input", type: "checkbox", id: this.toggleId, name: this.name, checked: this.checked, disabled: this.disabled, value: this.value, "aria-checked": `${this.checked}`, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur }),
79
+ h("label", { class: `form-toggle-label ${isSpacedClass} ${colorClass}`, htmlFor: this.toggleId },
80
+ this.hasLeftLabel && textLabel,
81
+ h("div", { class: `form-toggle-lever ${righttoggleClass}`, "data-off": this.off, "data-on": this.on }),
82
+ this.hasLeftLabel ? '' : textLabel)));
83
+ }
84
+ static get is() { return "road-toggle"; }
85
+ static get encapsulation() { return "scoped"; }
86
+ static get originalStyleUrls() { return {
87
+ "$": ["toggle.css"]
88
+ }; }
89
+ static get styleUrls() { return {
90
+ "$": ["toggle.css"]
91
+ }; }
92
+ static get properties() { return {
93
+ "toggleId": {
94
+ "type": "string",
95
+ "mutable": false,
96
+ "complexType": {
97
+ "original": "string",
98
+ "resolved": "string",
99
+ "references": {}
100
+ },
101
+ "required": false,
102
+ "optional": false,
103
+ "docs": {
104
+ "tags": [],
105
+ "text": "The id of toggle"
106
+ },
107
+ "attribute": "toggle-id",
108
+ "reflect": false,
109
+ "defaultValue": "`road-toggle-${toggleIds++}`"
110
+ },
111
+ "name": {
112
+ "type": "string",
113
+ "mutable": false,
114
+ "complexType": {
115
+ "original": "string",
116
+ "resolved": "string",
117
+ "references": {}
118
+ },
119
+ "required": false,
120
+ "optional": false,
121
+ "docs": {
122
+ "tags": [],
123
+ "text": "The name of the control, which is submitted with the form data."
124
+ },
125
+ "attribute": "name",
126
+ "reflect": false,
127
+ "defaultValue": "this.toggleId"
128
+ },
129
+ "checked": {
130
+ "type": "boolean",
131
+ "mutable": true,
132
+ "complexType": {
133
+ "original": "boolean",
134
+ "resolved": "boolean",
135
+ "references": {}
136
+ },
137
+ "required": false,
138
+ "optional": false,
139
+ "docs": {
140
+ "tags": [],
141
+ "text": "If `true`, the toggle is checked."
142
+ },
143
+ "attribute": "checked",
144
+ "reflect": false,
145
+ "defaultValue": "false"
146
+ },
147
+ "disabled": {
148
+ "type": "boolean",
149
+ "mutable": false,
150
+ "complexType": {
151
+ "original": "boolean",
152
+ "resolved": "boolean",
153
+ "references": {}
154
+ },
155
+ "required": false,
156
+ "optional": false,
157
+ "docs": {
158
+ "tags": [],
159
+ "text": "If `true`, the user cannot interact with the toggle."
160
+ },
161
+ "attribute": "disabled",
162
+ "reflect": false,
163
+ "defaultValue": "false"
164
+ },
165
+ "label": {
166
+ "type": "string",
167
+ "mutable": false,
168
+ "complexType": {
169
+ "original": "string",
170
+ "resolved": "string",
171
+ "references": {}
172
+ },
173
+ "required": false,
174
+ "optional": false,
175
+ "docs": {
176
+ "tags": [],
177
+ "text": "Label for the field"
178
+ },
179
+ "attribute": "label",
180
+ "reflect": false,
181
+ "defaultValue": "`${this.toggleId}-label`"
182
+ },
183
+ "color": {
184
+ "type": "string",
185
+ "mutable": false,
186
+ "complexType": {
187
+ "original": "'secondary' | FeedbackColors",
188
+ "resolved": "\"danger\" | \"info\" | \"secondary\" | \"success\" | \"warning\" | undefined",
189
+ "references": {
190
+ "FeedbackColors": {
191
+ "location": "import",
192
+ "path": "../../interface"
193
+ }
194
+ }
195
+ },
196
+ "required": false,
197
+ "optional": true,
198
+ "docs": {
199
+ "tags": [],
200
+ "text": "Set the color of alert. e.g. info, success, warning, danger"
201
+ },
202
+ "attribute": "color",
203
+ "reflect": false,
204
+ "defaultValue": "'secondary'"
205
+ },
206
+ "hasLeftLabel": {
207
+ "type": "boolean",
208
+ "mutable": false,
209
+ "complexType": {
210
+ "original": "boolean",
211
+ "resolved": "boolean",
212
+ "references": {}
213
+ },
214
+ "required": false,
215
+ "optional": false,
216
+ "docs": {
217
+ "tags": [],
218
+ "text": "If `true`, the label is at left of the toggle"
219
+ },
220
+ "attribute": "has-left-label",
221
+ "reflect": false,
222
+ "defaultValue": "false"
223
+ },
224
+ "isSpaced": {
225
+ "type": "boolean",
226
+ "mutable": false,
227
+ "complexType": {
228
+ "original": "boolean",
229
+ "resolved": "boolean",
230
+ "references": {}
231
+ },
232
+ "required": false,
233
+ "optional": false,
234
+ "docs": {
235
+ "tags": [],
236
+ "text": "Add space between label and toggle element"
237
+ },
238
+ "attribute": "is-spaced",
239
+ "reflect": false,
240
+ "defaultValue": "false"
241
+ },
242
+ "value": {
243
+ "type": "string",
244
+ "mutable": false,
245
+ "complexType": {
246
+ "original": "string",
247
+ "resolved": "string",
248
+ "references": {}
249
+ },
250
+ "required": false,
251
+ "optional": false,
252
+ "docs": {
253
+ "tags": [],
254
+ "text": "Value the form will get"
255
+ },
256
+ "attribute": "value",
257
+ "reflect": false,
258
+ "defaultValue": "'on'"
259
+ },
260
+ "on": {
261
+ "type": "string",
262
+ "mutable": false,
263
+ "complexType": {
264
+ "original": "string",
265
+ "resolved": "string",
266
+ "references": {}
267
+ },
268
+ "required": false,
269
+ "optional": false,
270
+ "docs": {
271
+ "tags": [],
272
+ "text": "Text display for \"`on`\" state in the toggle lever"
273
+ },
274
+ "attribute": "on",
275
+ "reflect": false,
276
+ "defaultValue": "\"yes\""
277
+ },
278
+ "off": {
279
+ "type": "string",
280
+ "mutable": false,
281
+ "complexType": {
282
+ "original": "string",
283
+ "resolved": "string",
284
+ "references": {}
285
+ },
286
+ "required": false,
287
+ "optional": false,
288
+ "docs": {
289
+ "tags": [],
290
+ "text": "Text display for \"`off`\" state in the toggle lever"
291
+ },
292
+ "attribute": "off",
293
+ "reflect": false,
294
+ "defaultValue": "\"no\""
295
+ }
296
+ }; }
297
+ static get events() { return [{
298
+ "method": "roadchange",
299
+ "name": "roadchange",
300
+ "bubbles": true,
301
+ "cancelable": true,
302
+ "composed": true,
303
+ "docs": {
304
+ "tags": [],
305
+ "text": "Emitted when the checked property has changed."
306
+ },
307
+ "complexType": {
308
+ "original": "{\n checked: boolean;\n value: string | undefined | null\n }",
309
+ "resolved": "{ checked: boolean; value: string | null | undefined; }",
310
+ "references": {}
311
+ }
312
+ }, {
313
+ "method": "roadChange",
314
+ "name": "roadChange",
315
+ "bubbles": true,
316
+ "cancelable": true,
317
+ "composed": true,
318
+ "docs": {
319
+ "tags": [{
320
+ "name": "internal",
321
+ "text": undefined
322
+ }],
323
+ "text": ""
324
+ },
325
+ "complexType": {
326
+ "original": "{\n checked: boolean;\n value: string | undefined | null\n }",
327
+ "resolved": "{ checked: boolean; value: string | null | undefined; }",
328
+ "references": {}
329
+ }
330
+ }, {
331
+ "method": "roadfocus",
332
+ "name": "roadfocus",
333
+ "bubbles": true,
334
+ "cancelable": true,
335
+ "composed": true,
336
+ "docs": {
337
+ "tags": [],
338
+ "text": "Emitted when the toggle has focus."
339
+ },
340
+ "complexType": {
341
+ "original": "void",
342
+ "resolved": "void",
343
+ "references": {}
344
+ }
345
+ }, {
346
+ "method": "roadFocus",
347
+ "name": "roadFocus",
348
+ "bubbles": true,
349
+ "cancelable": true,
350
+ "composed": true,
351
+ "docs": {
352
+ "tags": [{
353
+ "name": "internal",
354
+ "text": undefined
355
+ }],
356
+ "text": ""
357
+ },
358
+ "complexType": {
359
+ "original": "void",
360
+ "resolved": "void",
361
+ "references": {}
362
+ }
363
+ }, {
364
+ "method": "roadblur",
365
+ "name": "roadblur",
366
+ "bubbles": true,
367
+ "cancelable": true,
368
+ "composed": true,
369
+ "docs": {
370
+ "tags": [],
371
+ "text": "Emitted when the toggle loses focus."
372
+ },
373
+ "complexType": {
374
+ "original": "void",
375
+ "resolved": "void",
376
+ "references": {}
377
+ }
378
+ }, {
379
+ "method": "roadBlur",
380
+ "name": "roadBlur",
381
+ "bubbles": true,
382
+ "cancelable": true,
383
+ "composed": true,
384
+ "docs": {
385
+ "tags": [{
386
+ "name": "internal",
387
+ "text": undefined
388
+ }],
389
+ "text": ""
390
+ },
391
+ "complexType": {
392
+ "original": "void",
393
+ "resolved": "void",
394
+ "references": {}
395
+ }
396
+ }]; }
397
+ static get watchers() { return [{
398
+ "propName": "checked",
399
+ "methodName": "checkedChanged"
400
+ }]; }
401
+ }
402
+ let toggleIds = 0;
@@ -2,8 +2,8 @@ import { html } from 'lit-html';
2
2
  import { ifDefined } from 'lit-html/directives/if-defined';
3
3
 
4
4
  export default {
5
- title: 'Forms/Switch',
6
- component: 'road-switch',
5
+ title: 'Forms/Toggle',
6
+ component: 'road-toggle',
7
7
  parameters: {
8
8
  actions: {
9
9
  handles: ['roadblur', 'roadfocus'],
@@ -22,7 +22,7 @@ export default {
22
22
  name: {
23
23
  control: 'text',
24
24
  },
25
- 'switch-id': {
25
+ 'toggle-id': {
26
26
  control: 'text',
27
27
  },
28
28
  value: {
@@ -62,7 +62,7 @@ export default {
62
62
  type: null,
63
63
  },
64
64
  },
65
- '--switch-lever-width': {
65
+ '--toggle-lever-width': {
66
66
  table: {
67
67
  defaultValue: { summary: '4.5rem' },
68
68
  },
@@ -85,7 +85,7 @@ export default {
85
85
  };
86
86
 
87
87
  const Template = (args) => html`
88
- <road-switch
88
+ <road-toggle
89
89
  checked="${ifDefined(args.checked)}"
90
90
  disabled="${ifDefined(args.disabled)}"
91
91
  color="${ifDefined(args.color)}"
@@ -96,9 +96,9 @@ const Template = (args) => html`
96
96
  on="${ifDefined(args.on)}"
97
97
  has-left-label="${ifDefined(args['has-left-label'])}"
98
98
  is-spaced="${ifDefined(args['is-spaced'])}"
99
- switch-id="${ifDefined(args['switch-id'])}"
99
+ toggle-id="${ifDefined(args['toggle-id'])}"
100
100
  @roadchange=${event => args.roadchange(event.detail)}
101
- ></road-switch>
101
+ ></road-toggle>
102
102
  `;
103
103
 
104
104
  export const Playground = Template.bind({});
@@ -14,9 +14,9 @@
14
14
  display: block;
15
15
  width: 100%;
16
16
  contain: content;
17
- color: var(--text);
18
- background: var(--white);
19
- border-bottom: 1px solid var(--border);
17
+ color: var(--road-grey-900);
18
+ background: var(--road-grey-000);
19
+ border-bottom: 1px solid var(--road-grey-300);
20
20
  }
21
21
 
22
22
  /* CONTAINER
@@ -61,11 +61,11 @@
61
61
  -------------------- */
62
62
 
63
63
  :host(.toolbar-primary) {
64
- color: var(--primary-contrast);
65
- background: var(--primary);
64
+ color: var(--road-primary-contrast);
65
+ background: var(--road-primary-900);
66
66
  }
67
67
 
68
68
  :host(.toolbar-secondary) {
69
- color: var(--primary-contrast);
70
- background: var(--secondary);
69
+ color: var(--road-primary-contrast);
70
+ background: var(--road-primary-500);
71
71
  }
@@ -32,13 +32,13 @@
32
32
  width: var(--width);
33
33
  max-width: var(--max-width);
34
34
  padding: 0.5rem;
35
- font-family: var(--font);
35
+ font-family: var(--road-font);
36
36
  font-size: 0.75rem;
37
- color: var(--text);
37
+ color: var(--road-grey-900);
38
38
  text-align: center;
39
39
  pointer-events: none;
40
- background: var(--white);
41
- border: 1px solid var(--border);
40
+ background: var(--road-grey-000);
41
+ border: 1px solid var(--road-grey-300);
42
42
  border-radius: 0.25rem;
43
43
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
44
44
  opacity: 0;
@@ -6,34 +6,34 @@ export default {
6
6
 
7
7
  export const Additive = () => html`
8
8
  <div class="border"
9
- style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--background-second);"></div>
9
+ style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--road-grey-100);"></div>
10
10
 
11
11
  <div class="border-left"
12
- style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--background-second);"></div>
12
+ style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--road-grey-100);"></div>
13
13
 
14
14
  <div class="border-top"
15
- style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--background-second);"></div>
15
+ style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--road-grey-100);"></div>
16
16
 
17
17
  <div class="border-right"
18
- style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--background-second);"></div>
18
+ style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--road-grey-100);"></div>
19
19
 
20
20
  <div class="border-bottom"
21
- style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--background-second);"></div>
21
+ style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--road-grey-100);"></div>
22
22
  `;
23
23
 
24
24
  export const Subtractive = () => html`
25
25
  <div class="border-0"
26
- style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--background-second);border: 1px solid var(--border);"></div>
26
+ style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--road-grey-100);border: 1px solid var(--road-grey-300);"></div>
27
27
 
28
28
  <div class="border-left-0"
29
- style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--background-second);border: 1px solid var(--border);"></div>
29
+ style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--road-grey-100);border: 1px solid var(--road-grey-300);"></div>
30
30
 
31
31
  <div class="border-top-0"
32
- style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--background-second);border: 1px solid var(--border);"></div>
32
+ style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--road-grey-100);border: 1px solid var(--road-grey-300);"></div>
33
33
 
34
34
  <div class="border-right-0"
35
- style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--background-second);border: 1px solid var(--border);"></div>
35
+ style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--road-grey-100);border: 1px solid var(--road-grey-300);"></div>
36
36
 
37
37
  <div class="border-bottom-0"
38
- style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--background-second);border: 1px solid var(--border);"></div>
38
+ style="display: inline-block;width: 5rem;height: 5rem;margin: .25rem;background-color: var(--road-grey-100);border: 1px solid var(--road-grey-300);"></div>
39
39
  `;
@@ -5,23 +5,45 @@ export default {
5
5
  };
6
6
 
7
7
  export const TextColors = () => html`
8
+ <div style="font-size: 1.125rem">
9
+
8
10
  <p class="text-primary">.text-primary</p>
11
+
9
12
  <p class="text-secondary">.text-secondary</p>
13
+
10
14
  <p class="text-success">.text-success</p>
15
+
11
16
  <p class="text-warning">.text-warning</p>
17
+
12
18
  <p class="text-danger">.text-danger</p>
19
+
13
20
  <p class="text-gray">.text-gray</p>
21
+
14
22
  <p class="text-gray-second">.text-gray-second</p>
23
+
15
24
  <p class="text-disabled">.text-disabled</p>
25
+
16
26
  <p class="text-white bg-dark">.text-white</p>
27
+
28
+ </div>
17
29
  `;
18
30
 
19
31
  export const BackgroundColors = () => html`
32
+ <div style="font-size: 1.125rem">
33
+
20
34
  <p class="bg-primary text-white pl-16 pt-16 pb-16">.bg-primary</p>
35
+
21
36
  <p class="bg-secondary text-white pl-16 pt-16 pb-16">.bg-secondary</p>
37
+
22
38
  <p class="bg-success text-white pl-16 pt-16 pb-16">.bg-success</p>
39
+
23
40
  <p class="bg-warning text-dark pl-16 pt-16 pb-16">.bg-warning</p>
41
+
24
42
  <p class="bg-danger text-white pl-16 pt-16 pb-16">.bg-danger</p>
43
+
25
44
  <p class="bg-light pl-16 pt-16 pb-16">.bg-light</p>
45
+
26
46
  <p class="bg-white pl-16 pt-16 pb-16">.bg-white</p>
47
+
48
+ </div>
27
49
  `;
@@ -6,10 +6,12 @@ const alertSuccessOutline = 'data:image/svg+xml;utf8,<svg viewBox="0 0 64 64"><g
6
6
  const alertSuccess = 'data:image/svg+xml;utf8,<svg viewBox="0 0 64 64"><path d="M32,8.75A23.25,23.25,0,1,0,55.25,32,23.276,23.276,0,0,0,32,8.75ZM29.279,40.529l-6.963-6.962L24.083,31.8l5.2,5.195L41.916,24.355l1.768,1.767Z" transform="translate(0.25 0.25)"/></svg>';
7
7
  const alertWarningOutline = 'data:image/svg+xml;utf8,<svg viewBox="0 0 64 64"><g transform="translate(143.368 0.037)"><rect width="3" height="14.003" transform="translate(-112.073 23.118)"/><rect width="3" height="3.329" transform="translate(-112.073 41.553)"/><path d="M-90.034,53.037h-41.078a4.206,4.206,0,0,1-3.68-2.125,4.21,4.21,0,0,1,0-4.25l20.539-35.574a4.208,4.208,0,0,1,3.68-2.125h0a4.208,4.208,0,0,1,3.681,2.125l20.539,35.574a4.21,4.21,0,0,1,0,4.25A4.208,4.208,0,0,1-90.034,53.037Zm-20.539-41.574a1.73,1.73,0,0,0-1.515.875l-20.539,35.574a1.734,1.734,0,0,0,0,1.75,1.733,1.733,0,0,0,1.515.875h41.078a1.733,1.733,0,0,0,1.516-.875,1.734,1.734,0,0,0,0-1.75l-20.539-35.574A1.733,1.733,0,0,0-110.573,11.463Z"/></g></svg>';
8
8
  const alertWarning = 'data:image/svg+xml;utf8,<svg viewBox="0 0 64 64"><path d="M56.22,46.662,35.68,11.088A4.205,4.205,0,0,0,32,8.963h0a4.208,4.208,0,0,0-3.68,2.125L7.78,46.662a4.251,4.251,0,0,0,3.681,6.375H52.539a4.25,4.25,0,0,0,3.681-6.375ZM33.5,44.882h-3V41.553h3Zm0-7.761h-3v-14h3Z" transform="translate(0.796 0.037)"/></svg>';
9
+ const checkWide = 'data:image/svg+xml;utf8,<svg viewBox="0 0 64 64"><g transform="translate(-1728)"><path d="M1753.59,39.75l-8.34-8.34-2.84,2.82,11.18,11.18,24-24-2.82-2.82Z"/></g></svg>';
9
10
  const licensePlateStarEu = 'data:image/svg+xml;utf8,<svg viewBox="0 0 64 64"><path d="M22.457,49.187l-.774-2.406-.773,2.406H18.387L20.4,50.676l-.774,2.406L21.664,51.6l2.046,1.474-.773-2.407,2.042-1.481Z"/><path d="M19.66,17.173l2.058-1.493,2.042,1.481-.773-2.406,2.042-1.482H22.507l-.774-2.406-.773,2.406-2.569.012,2.043,1.482Z"/><path d="M14,18.163l-.774,2.406H10.7l2.023,1.482-.774,2.406L14,22.975l2.027,1.466-.774-2.406L17.3,20.569H14.771Z"/><path d="M32.743,52.1l-.774-2.406L31.195,52.1H28.65l2.043,1.482-.774,2.406L31.961,54.5,34,55.984l-.774-2.406L35.273,52.1Z"/><path d="M30.008,14.31l2.042-1.481,2.043,1.481-.774-2.41,2.043-1.481H32.839l-.773-2.407-.774,2.407H28.739L30.781,11.9Z"/><path d="M14.647,41.644l-.774-2.406L13.1,41.644H10.577l2.043,1.481-.774,2.406,2.043-1.481,2.042,1.481-.8-2.406,2.043-1.481Z"/><path d="M11.034,33.505l2.042,1.481L12.3,32.58l2.045-1.48H11.831l-.774-2.406L10.283,31.1H7.761l2,1.481-.774,2.406Z"/><path d="M48.038,24.523l2.039-1.49,2.042,1.482-.774-2.406,2.043-1.482H50.866l-.774-2.406-.774,2.406-2.549.008,2.043,1.481Z"/><path d="M50.866,41.717l-.774-2.406-.774,2.406H46.8L48.839,43.2l-.774,2.4,2.043-1.482L52.15,45.6l-.785-2.4,2.042-1.482Z"/><path d="M56.239,31.188H53.717l-.774-2.406-.774,2.406H49.647l2.043,1.481-.774,2.406,2.043-1.481L55,35.075l-.8-2.406Z"/><path d="M42.367,10.9l-.774,2.407H39.071L41.118,14.8l-.774,2.4,2.042-1.482L44.429,17.2l-.774-2.406,2.062-1.489H43.141Z"/><path d="M43.009,49.229l-.773-2.406-.774,2.406h-2.5L41,50.711l-.774,2.406,2.042-1.481,2.043,1.481-.824-2.406,2.042-1.482Z"/></svg>';
11
+ const navigationAddLess = 'data:image/svg+xml;utf8,<svg viewBox="0 0 64 64"><g transform="translate(32.384 -13.14) rotate(45)"><rect width="35.355" height="2.5" transform="translate(18.807 43.807) rotate(-45)"/></g></svg>';
10
12
  const navigationChevron = 'data:image/svg+xml;utf8,<svg viewBox="0 0 64 64"><path d="M26.654,45.751,24.533,43.63,35.973,32.19,24.533,20.751l2.121-2.121L40.215,32.19Z" transform="translate(1.467 0.37)"/></svg>';
11
13
  const navigationClose = 'data:image/svg+xml;utf8,<svg viewBox="0 0 64 64"><g transform="translate(0.193 0.193)"><rect width="2.5" height="35.355" transform="translate(18.807 20.574) rotate(-45)"/><rect width="35.355" height="2.5" transform="translate(18.807 43.807) rotate(-45)"/></g></svg>';
12
14
  const starHalfColor = 'data:image/svg+xml;utf8,<svg viewBox="0 0 64 64"><path d="M800,143.425V102.5l7.514,17.755,19.17,1.637L812.152,134.61l4.384,18.89Z" transform="translate(-768 -96)"/><path d="M800,143.425,783.461,153.5l4.387-18.89-14.532-12.718,19.165-1.637L800,102.5Z" transform="translate(-768 -96)" fill="var(--warning, rgb(252, 183, 49))"/></svg>';
13
15
  const star = 'data:image/svg+xml;utf8,<svg viewBox="0 0 64 64"><path d="M800,143.425V102.5l7.514,17.755,19.17,1.637L812.152,134.61l4.384,18.89Z" transform="translate(-768 -96)"/><path d="M800,143.425,783.461,153.5l4.387-18.89-14.532-12.718,19.165-1.637L800,102.5Z" transform="translate(-768 -96)"/></svg>';
14
16
 
15
- export { navigationClose as a, alertInfoOutline as b, alertDangerOutline as c, alertWarningOutline as d, alertSuccessOutline as e, starHalfColor as f, alertInfo as g, alertDanger as h, alertWarning as i, alertSuccess as j, licensePlateStarEu as l, navigationChevron as n, star as s };
17
+ export { navigationClose as a, navigationAddLess as b, checkWide as c, alertInfoOutline as d, alertDangerOutline as e, alertWarningOutline as f, alertSuccessOutline as g, starHalfColor as h, alertInfo as i, alertDanger as j, alertWarning as k, licensePlateStarEu as l, alertSuccess as m, navigationChevron as n, star as s };