@roadtrip/components 2.23.0 → 2.24.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 (338) hide show
  1. package/dist/cjs/{app-dd3d5c6d.js → app-04553107.js} +1 -1
  2. package/dist/cjs/{css-shim-17741caa.js → css-shim-cf2d8057.js} +1 -1
  3. package/dist/cjs/{dom-500ce210.js → dom-ba87b185.js} +1 -1
  4. package/dist/cjs/{index-c72934e6.js → index-d47fa3c0.js} +81 -72
  5. package/dist/cjs/index.cjs.js +2 -2
  6. package/dist/cjs/loader.cjs.js +5 -5
  7. package/dist/cjs/road-accordion.cjs.entry.js +1 -1
  8. package/dist/cjs/road-alert.cjs.entry.js +1 -1
  9. package/dist/cjs/road-autocomplete.cjs.entry.js +1 -1
  10. package/dist/cjs/road-avatar.cjs.entry.js +1 -1
  11. package/dist/cjs/road-badge_11.cjs.entry.js +4 -4
  12. package/dist/cjs/road-card.cjs.entry.js +1 -1
  13. package/dist/cjs/road-carousel-item.cjs.entry.js +1 -1
  14. package/dist/cjs/road-carousel.cjs.entry.js +1 -1
  15. package/dist/cjs/road-checkbox.cjs.entry.js +1 -1
  16. package/dist/cjs/road-chip.cjs.entry.js +1 -1
  17. package/dist/cjs/road-collapse.cjs.entry.js +1 -1
  18. package/dist/cjs/road-counter.cjs.entry.js +1 -1
  19. package/dist/cjs/road-dialog.cjs.entry.js +1 -1
  20. package/dist/cjs/road-dropdown.cjs.entry.js +29 -0
  21. package/dist/cjs/road-flap.cjs.entry.js +1 -1
  22. package/dist/cjs/road-img.cjs.entry.js +1 -1
  23. package/dist/cjs/road-input-group.cjs.entry.js +2 -2
  24. package/dist/cjs/road-input.cjs.entry.js +1 -1
  25. package/dist/cjs/road-modal.cjs.entry.js +1 -1
  26. package/dist/cjs/road-navbar-item.cjs.entry.js +1 -1
  27. package/dist/cjs/road-navbar.cjs.entry.js +1 -1
  28. package/dist/cjs/road-plate-number.cjs.entry.js +7 -4
  29. package/dist/cjs/road-progress.cjs.entry.js +1 -1
  30. package/dist/cjs/road-radio-group.cjs.entry.js +2 -2
  31. package/dist/cjs/road-radio.cjs.entry.js +1 -1
  32. package/dist/cjs/road-range.cjs.entry.js +1 -1
  33. package/dist/cjs/road-rating.cjs.entry.js +2 -2
  34. package/dist/cjs/road-select-filter.cjs.entry.js +3 -3
  35. package/dist/cjs/road-select.cjs.entry.js +1 -1
  36. package/dist/cjs/road-skeleton.cjs.entry.js +1 -1
  37. package/dist/cjs/road-spinner.cjs.entry.js +1 -1
  38. package/dist/cjs/road-switch.cjs.entry.js +1 -1
  39. package/dist/cjs/road-tab-bar.cjs.entry.js +1 -1
  40. package/dist/cjs/road-tab-button.cjs.entry.js +1 -1
  41. package/dist/cjs/road-tab.cjs.entry.js +1 -1
  42. package/dist/cjs/road-table.cjs.entry.js +1 -1
  43. package/dist/cjs/road-tabs.cjs.entry.js +1 -1
  44. package/dist/cjs/road-text.cjs.entry.js +1 -1
  45. package/dist/cjs/road-textarea.cjs.entry.js +1 -1
  46. package/dist/cjs/road-toast.cjs.entry.js +1 -1
  47. package/dist/cjs/road-toolbar-title.cjs.entry.js +1 -1
  48. package/dist/cjs/road-tooltip.cjs.entry.js +1 -1
  49. package/dist/cjs/roadtrip.cjs.js +5 -5
  50. package/dist/cjs/{shadow-css-d8ee70b1.js → shadow-css-7fb0b43f.js} +9 -10
  51. package/dist/cjs/{utils-6ec63290.js → utils-ade59127.js} +1 -1
  52. package/dist/collection/collection-manifest.json +3 -2
  53. package/dist/collection/components/accordion/accordion.css +4 -5
  54. package/dist/collection/components/alert/alert.css +10 -16
  55. package/dist/collection/components/autocomplete/autocomplete.css +0 -3
  56. package/dist/collection/components/avatar/avatar.css +18 -0
  57. package/dist/collection/components/badge/badge.css +9 -10
  58. package/dist/collection/components/button/button.css +28 -29
  59. package/dist/collection/components/card/card.css +12 -7
  60. package/dist/collection/components/carousel/carousel.css +22 -2
  61. package/dist/collection/components/carousel/carousel.js +22 -22
  62. package/dist/collection/components/carousel-item/carousel-item.css +14 -0
  63. package/dist/collection/components/checkbox/checkbox.css +4 -5
  64. package/dist/collection/components/collapse/collapse.css +0 -1
  65. package/dist/collection/components/counter/counter.css +0 -1
  66. package/dist/collection/components/dialog/dialog.css +14 -15
  67. package/dist/collection/components/drawer/drawer.dark.css +19 -23
  68. package/dist/collection/components/drawer/drawer.light.css +19 -23
  69. package/dist/collection/components/drawer/drawer.stories.js +4 -0
  70. package/dist/collection/components/dropdown/dropdown.css +63 -0
  71. package/dist/collection/components/dropdown/dropdown.js +54 -0
  72. package/dist/collection/components/dropdown/dropdown.stories.js +50 -0
  73. package/dist/collection/components/icon/icon.css +12 -3
  74. package/dist/collection/components/img/img.css +2 -3
  75. package/dist/collection/components/input/input.css +4 -5
  76. package/dist/collection/components/input-group/input-group.css +1 -1
  77. package/dist/collection/components/item/item.css +13 -14
  78. package/dist/collection/components/label/label.css +5 -0
  79. package/dist/collection/components/list/list.css +5 -3
  80. package/dist/collection/components/modal/modal.css +10 -11
  81. package/dist/collection/components/navbar/navbar.js +2 -2
  82. package/dist/collection/components/navbar-item/navbar-item.css +6 -7
  83. package/dist/collection/components/navbar-item/navbar-item.js +2 -2
  84. package/dist/collection/components/plate-number/plate-number.css +41 -2
  85. package/dist/collection/components/plate-number/plate-number.js +29 -7
  86. package/dist/collection/components/plate-number/plate-number.stories.js +13 -0
  87. package/dist/collection/components/progress/progress.css +2 -2
  88. package/dist/collection/components/radio/radio.css +4 -5
  89. package/dist/collection/components/radio-group/radio-group.css +22 -3
  90. package/dist/collection/components/range/range.css +1 -2
  91. package/dist/collection/components/rating/rating.css +19 -1
  92. package/dist/collection/components/select/select.css +4 -5
  93. package/dist/collection/components/select-filter/select-filter.css +0 -1
  94. package/dist/collection/components/select-filter/select-filter.js +2 -2
  95. package/dist/collection/components/select-filter/select-filter.stories.js +35 -1
  96. package/dist/collection/components/skeleton/skeleton.css +2 -3
  97. package/dist/collection/components/spinner/spinner.css +4 -5
  98. package/dist/collection/components/switch/switch.css +9 -10
  99. package/dist/collection/components/tab/tab.js +2 -2
  100. package/dist/collection/components/tab-bar/tab-bar.js +2 -2
  101. package/dist/collection/components/tab-button/tab-button.css +12 -11
  102. package/dist/collection/components/tab-button/tab-button.js +2 -2
  103. package/dist/collection/components/table/table.css +1 -0
  104. package/dist/collection/components/tabs/tabs.css +5 -0
  105. package/dist/collection/components/tabs/tabs.js +4 -4
  106. package/dist/collection/components/text/text.css +52 -1
  107. package/dist/collection/components/textarea/textarea.css +5 -6
  108. package/dist/collection/components/toast/toast.css +5 -6
  109. package/dist/collection/components/toolbar/toolbar.css +8 -9
  110. package/dist/collection/components/toolbar-title/toolbar-title.css +5 -0
  111. package/dist/collection/components/tooltip/tooltip.css +16 -5
  112. package/dist/esm/{app-292fcdfa.js → app-6a43d362.js} +1 -1
  113. package/dist/esm/{css-shim-09c9cbdc.js → css-shim-aea0f6cc.js} +1 -1
  114. package/dist/esm/{dom-db0073f0.js → dom-c7604576.js} +1 -1
  115. package/dist/esm/{index-ca0a4edb.js → index-4e5ea092.js} +81 -72
  116. package/dist/esm/index.js +2 -2
  117. package/dist/esm/loader.js +5 -5
  118. package/dist/esm/road-accordion.entry.js +1 -1
  119. package/dist/esm/road-alert.entry.js +1 -1
  120. package/dist/esm/road-autocomplete.entry.js +1 -1
  121. package/dist/esm/road-avatar.entry.js +1 -1
  122. package/dist/esm/road-badge_11.entry.js +4 -4
  123. package/dist/esm/road-card.entry.js +1 -1
  124. package/dist/esm/road-carousel-item.entry.js +1 -1
  125. package/dist/esm/road-carousel.entry.js +1 -1
  126. package/dist/esm/road-checkbox.entry.js +1 -1
  127. package/dist/esm/road-chip.entry.js +1 -1
  128. package/dist/esm/road-collapse.entry.js +1 -1
  129. package/dist/esm/road-counter.entry.js +1 -1
  130. package/dist/esm/road-dialog.entry.js +1 -1
  131. package/dist/esm/road-dropdown.entry.js +25 -0
  132. package/dist/esm/road-flap.entry.js +1 -1
  133. package/dist/esm/road-img.entry.js +1 -1
  134. package/dist/esm/road-input-group.entry.js +2 -2
  135. package/dist/esm/road-input.entry.js +1 -1
  136. package/dist/esm/road-modal.entry.js +1 -1
  137. package/dist/esm/road-navbar-item.entry.js +1 -1
  138. package/dist/esm/road-navbar.entry.js +1 -1
  139. package/dist/esm/road-plate-number.entry.js +7 -4
  140. package/dist/esm/road-progress.entry.js +1 -1
  141. package/dist/esm/road-radio-group.entry.js +2 -2
  142. package/dist/esm/road-radio.entry.js +1 -1
  143. package/dist/esm/road-range.entry.js +1 -1
  144. package/dist/esm/road-rating.entry.js +2 -2
  145. package/dist/esm/road-select-filter.entry.js +3 -3
  146. package/dist/esm/road-select.entry.js +1 -1
  147. package/dist/esm/road-skeleton.entry.js +1 -1
  148. package/dist/esm/road-spinner.entry.js +1 -1
  149. package/dist/esm/road-switch.entry.js +1 -1
  150. package/dist/esm/road-tab-bar.entry.js +1 -1
  151. package/dist/esm/road-tab-button.entry.js +1 -1
  152. package/dist/esm/road-tab.entry.js +1 -1
  153. package/dist/esm/road-table.entry.js +1 -1
  154. package/dist/esm/road-tabs.entry.js +1 -1
  155. package/dist/esm/road-text.entry.js +1 -1
  156. package/dist/esm/road-textarea.entry.js +1 -1
  157. package/dist/esm/road-toast.entry.js +1 -1
  158. package/dist/esm/road-toolbar-title.entry.js +1 -1
  159. package/dist/esm/road-tooltip.entry.js +1 -1
  160. package/dist/esm/roadtrip.js +5 -5
  161. package/dist/esm/{shadow-css-c1fdfa9f.js → shadow-css-83bb1d14.js} +9 -10
  162. package/dist/esm/{utils-38991a7b.js → utils-23aa19c1.js} +1 -1
  163. package/dist/esm-es5/app-6a43d362.js +1 -0
  164. package/dist/esm-es5/{css-shim-09c9cbdc.js → css-shim-aea0f6cc.js} +0 -0
  165. package/dist/esm-es5/{dom-db0073f0.js → dom-c7604576.js} +0 -0
  166. package/dist/esm-es5/index-4e5ea092.js +1 -0
  167. package/dist/esm-es5/index.js +1 -1
  168. package/dist/esm-es5/loader.js +1 -1
  169. package/dist/esm-es5/road-accordion.entry.js +1 -1
  170. package/dist/esm-es5/road-alert.entry.js +1 -1
  171. package/dist/esm-es5/road-autocomplete.entry.js +1 -1
  172. package/dist/esm-es5/road-avatar.entry.js +1 -1
  173. package/dist/esm-es5/road-badge_11.entry.js +1 -1
  174. package/dist/esm-es5/road-card.entry.js +1 -1
  175. package/dist/esm-es5/road-carousel-item.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-collapse.entry.js +1 -1
  180. package/dist/esm-es5/road-counter.entry.js +1 -1
  181. package/dist/esm-es5/road-dialog.entry.js +1 -1
  182. package/dist/esm-es5/road-dropdown.entry.js +1 -0
  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-tab-button.entry.js +1 -1
  203. package/dist/esm-es5/road-tab.entry.js +1 -1
  204. package/dist/esm-es5/road-table.entry.js +1 -1
  205. package/dist/esm-es5/road-tabs.entry.js +1 -1
  206. package/dist/esm-es5/road-text.entry.js +1 -1
  207. package/dist/esm-es5/road-textarea.entry.js +1 -1
  208. package/dist/esm-es5/road-toast.entry.js +1 -1
  209. package/dist/esm-es5/road-toolbar-title.entry.js +1 -1
  210. package/dist/esm-es5/road-tooltip.entry.js +1 -1
  211. package/dist/esm-es5/roadtrip.js +1 -1
  212. package/dist/esm-es5/shadow-css-83bb1d14.js +12 -0
  213. package/dist/esm-es5/{utils-38991a7b.js → utils-23aa19c1.js} +1 -1
  214. package/dist/html.html-data.json +23 -0
  215. package/dist/roadtrip/index.esm.js +1 -1
  216. package/dist/roadtrip/{p-f90c7a6e.entry.js → p-0205d149.entry.js} +1 -1
  217. package/dist/roadtrip/{p-2087071d.system.entry.js → p-0245b436.system.entry.js} +1 -1
  218. package/dist/roadtrip/{p-db7b669e.system.js → p-05373846.system.js} +1 -1
  219. package/dist/roadtrip/{p-e1ecf3e2.entry.js → p-06049c44.entry.js} +1 -1
  220. package/dist/roadtrip/{p-fcd6d9ee.system.entry.js → p-0626f8a2.system.entry.js} +1 -1
  221. package/dist/roadtrip/{p-4db46d4e.system.entry.js → p-085aad0a.system.entry.js} +1 -1
  222. package/dist/roadtrip/{p-2a02e7ca.system.entry.js → p-0de3a4c8.system.entry.js} +1 -1
  223. package/dist/roadtrip/{p-0599269b.system.entry.js → p-10cc8504.system.entry.js} +1 -1
  224. package/dist/roadtrip/{p-f38a8df4.js → p-112e8d3f.js} +0 -0
  225. package/dist/roadtrip/{p-634bb469.system.entry.js → p-13b46f63.system.entry.js} +1 -1
  226. package/dist/roadtrip/{p-ea858ec9.system.entry.js → p-16bce6f9.system.entry.js} +1 -1
  227. package/dist/roadtrip/{p-92a913e8.entry.js → p-17ed8237.entry.js} +1 -1
  228. package/dist/roadtrip/{p-39f45672.entry.js → p-1d83535a.entry.js} +1 -1
  229. package/dist/roadtrip/p-2965ce57.entry.js +1 -0
  230. package/dist/roadtrip/{p-c2373cf9.system.js → p-2b0d3888.system.js} +1 -1
  231. package/dist/roadtrip/{p-5f4c4992.system.entry.js → p-2cf6206e.system.entry.js} +1 -1
  232. package/dist/roadtrip/p-2d8ba6be.entry.js +1 -0
  233. package/dist/roadtrip/p-356163fb.js +12 -0
  234. package/dist/roadtrip/p-36a7c233.system.js +1 -0
  235. package/dist/roadtrip/{p-ff0c3182.system.entry.js → p-388a7f61.system.entry.js} +1 -1
  236. package/dist/roadtrip/{p-5b2de675.entry.js → p-39dd9c7f.entry.js} +1 -1
  237. package/dist/roadtrip/{p-d1d86108.system.entry.js → p-3c7147c6.system.entry.js} +1 -1
  238. package/dist/roadtrip/p-3d2cf159.entry.js +1 -0
  239. package/dist/roadtrip/{p-f63b910b.entry.js → p-3e56faf1.entry.js} +1 -1
  240. package/dist/roadtrip/{p-ce6bd79c.entry.js → p-404509c1.entry.js} +1 -1
  241. package/dist/roadtrip/{p-86d407db.system.entry.js → p-41aa7a41.system.entry.js} +1 -1
  242. package/dist/roadtrip/p-443dae1f.system.entry.js +1 -0
  243. package/dist/roadtrip/p-45b87537.system.entry.js +1 -0
  244. package/dist/roadtrip/{p-4ef32250.system.entry.js → p-464814f7.system.entry.js} +1 -1
  245. package/dist/roadtrip/{p-a51ceef7.system.entry.js → p-48a0df03.system.entry.js} +1 -1
  246. package/dist/roadtrip/{p-4972df5f.system.entry.js → p-55c19c46.system.entry.js} +1 -1
  247. package/dist/roadtrip/{p-b32c5fc9.entry.js → p-57e9b50d.entry.js} +1 -1
  248. package/dist/roadtrip/{p-b0d85186.system.entry.js → p-5cfcbccd.system.entry.js} +1 -1
  249. package/dist/roadtrip/p-5f62ac72.system.entry.js +1 -0
  250. package/dist/roadtrip/p-628f5836.system.entry.js +1 -0
  251. package/dist/roadtrip/{p-b743a929.system.entry.js → p-6688d8f8.system.entry.js} +1 -1
  252. package/dist/roadtrip/{p-c257e55b.system.entry.js → p-674922e2.system.entry.js} +1 -1
  253. package/dist/roadtrip/{p-07a0be0c.system.entry.js → p-694eee8e.system.entry.js} +1 -1
  254. package/dist/roadtrip/{p-09c241ad.entry.js → p-70d0fb28.entry.js} +1 -1
  255. package/dist/roadtrip/{p-3a2bd53d.system.entry.js → p-726b0209.system.entry.js} +1 -1
  256. package/dist/roadtrip/{p-e956996a.system.js → p-72b3db6d.system.js} +0 -0
  257. package/dist/roadtrip/{p-741d9d7d.system.entry.js → p-78143a79.system.entry.js} +1 -1
  258. package/dist/roadtrip/{p-e0990af2.system.entry.js → p-790067ad.system.entry.js} +1 -1
  259. package/dist/roadtrip/{p-3919001a.entry.js → p-79a745a7.entry.js} +1 -1
  260. package/dist/roadtrip/{p-45589dc8.entry.js → p-8374797d.entry.js} +1 -1
  261. package/dist/roadtrip/{p-e10e3018.system.entry.js → p-84578822.system.entry.js} +1 -1
  262. package/dist/roadtrip/{p-d266b343.system.js → p-8649dccc.system.js} +0 -0
  263. package/dist/roadtrip/{p-7e6d339b.entry.js → p-89fb8799.entry.js} +1 -1
  264. package/dist/roadtrip/{p-57a5b6ee.js → p-8cb74e64.js} +1 -1
  265. package/dist/roadtrip/{p-48e5ee18.system.entry.js → p-8fc0f477.system.entry.js} +1 -1
  266. package/dist/roadtrip/{p-33c4dca7.entry.js → p-9233dfbe.entry.js} +1 -1
  267. package/dist/roadtrip/{p-907af5c4.entry.js → p-923c9893.entry.js} +1 -1
  268. package/dist/roadtrip/{p-93468129.entry.js → p-96f5d0f6.entry.js} +1 -1
  269. package/dist/roadtrip/{p-1327abae.entry.js → p-9846103f.entry.js} +1 -1
  270. package/dist/roadtrip/{p-d8c05f0b.system.entry.js → p-9b04e0cb.system.entry.js} +1 -1
  271. package/dist/roadtrip/{p-3af119c3.entry.js → p-9bbeb646.entry.js} +1 -1
  272. package/dist/roadtrip/p-9d3921a8.system.js +1 -0
  273. package/dist/roadtrip/{p-e4f0bdc9.entry.js → p-a082797b.entry.js} +1 -1
  274. package/dist/roadtrip/{p-1df09c8b.system.entry.js → p-a0cbd965.system.entry.js} +1 -1
  275. package/dist/roadtrip/{p-5e0abf8a.system.entry.js → p-a1f59f11.system.entry.js} +1 -1
  276. package/dist/roadtrip/{p-8934d5fc.entry.js → p-a671df87.entry.js} +1 -1
  277. package/dist/roadtrip/{p-71cd56c1.entry.js → p-a6827ec2.entry.js} +1 -1
  278. package/dist/roadtrip/{p-ccdb9902.system.entry.js → p-aa63d5e9.system.entry.js} +1 -1
  279. package/dist/roadtrip/{p-1879601d.entry.js → p-acc76968.entry.js} +1 -1
  280. package/dist/roadtrip/{p-5457d69f.entry.js → p-ad3b839e.entry.js} +1 -1
  281. package/dist/roadtrip/{p-9e2990f1.js → p-ad4a83f1.js} +0 -0
  282. package/dist/roadtrip/{p-c8a2384d.system.entry.js → p-af6faf9b.system.entry.js} +1 -1
  283. package/dist/roadtrip/{p-4ed66188.entry.js → p-b0c6bcbf.entry.js} +1 -1
  284. package/dist/roadtrip/{p-52b55f44.system.entry.js → p-b1a05290.system.entry.js} +1 -1
  285. package/dist/roadtrip/{p-ba19e220.system.entry.js → p-b6ea7ba9.system.entry.js} +1 -1
  286. package/dist/roadtrip/p-b862fe1a.system.js +1 -0
  287. package/dist/roadtrip/{p-7e528855.entry.js → p-be0b7289.entry.js} +1 -1
  288. package/dist/roadtrip/{p-bb3dd068.system.entry.js → p-bf18c600.system.entry.js} +1 -1
  289. package/dist/roadtrip/p-c6b70e6f.js +1 -0
  290. package/dist/roadtrip/p-c7895d95.system.js +13 -0
  291. package/dist/roadtrip/{p-c68c4c08.entry.js → p-c9b37cd7.entry.js} +1 -1
  292. package/dist/roadtrip/{p-5f20bd78.entry.js → p-cb2bebde.entry.js} +1 -1
  293. package/dist/roadtrip/p-cd0efcac.system.entry.js +1 -0
  294. package/dist/roadtrip/{p-438be30d.system.entry.js → p-cedaf396.system.entry.js} +1 -1
  295. package/dist/roadtrip/p-d11931f0.js +1 -0
  296. package/dist/roadtrip/{p-f92085f7.entry.js → p-d39f805b.entry.js} +1 -1
  297. package/dist/roadtrip/{p-4e11546d.system.entry.js → p-d3e3af9e.system.entry.js} +1 -1
  298. package/dist/roadtrip/p-d3f0016e.entry.js +1 -0
  299. package/dist/roadtrip/{p-f470f97c.entry.js → p-dad9d770.entry.js} +1 -1
  300. package/dist/roadtrip/p-dd6c27c5.entry.js +1 -0
  301. package/dist/roadtrip/{p-b3da87d9.entry.js → p-ded9cf97.entry.js} +1 -1
  302. package/dist/roadtrip/{p-355be3ad.system.entry.js → p-e5eda362.system.entry.js} +1 -1
  303. package/dist/roadtrip/{p-5d801a6d.entry.js → p-eadfbbbb.entry.js} +1 -1
  304. package/dist/roadtrip/{p-770605d6.entry.js → p-f10872aa.entry.js} +1 -1
  305. package/dist/roadtrip/{p-dbe915df.system.entry.js → p-f62ebe3f.system.entry.js} +1 -1
  306. package/dist/roadtrip/{p-fb2e1da0.entry.js → p-f6d6d227.entry.js} +1 -1
  307. package/dist/roadtrip/{p-114c8027.entry.js → p-f7547337.entry.js} +1 -1
  308. package/dist/roadtrip/{p-accf62b5.entry.js → p-f80248b1.entry.js} +1 -1
  309. package/dist/roadtrip/{p-9e689ce3.system.entry.js → p-f907849c.system.entry.js} +1 -1
  310. package/dist/roadtrip/p-fa509d52.entry.js +1 -0
  311. package/dist/roadtrip/{p-a4f564ff.entry.js → p-fe45a922.entry.js} +1 -1
  312. package/dist/roadtrip/{p-f10ecc10.entry.js → p-ffacdd19.entry.js} +1 -1
  313. package/dist/roadtrip/{p-ce911622.system.entry.js → p-ffd2a5c1.system.entry.js} +1 -1
  314. package/dist/roadtrip/roadtrip.esm.js +1 -1
  315. package/dist/roadtrip/roadtrip.js +1 -1
  316. package/dist/types/components/dropdown/dropdown.d.ts +15 -0
  317. package/dist/types/components/plate-number/plate-number.d.ts +4 -0
  318. package/dist/types/components.d.ts +29 -0
  319. package/package.json +2 -2
  320. package/dist/esm-es5/app-292fcdfa.js +0 -1
  321. package/dist/esm-es5/index-ca0a4edb.js +0 -1
  322. package/dist/esm-es5/shadow-css-c1fdfa9f.js +0 -12
  323. package/dist/roadtrip/p-01135bcf.system.entry.js +0 -1
  324. package/dist/roadtrip/p-07e0e430.js +0 -1
  325. package/dist/roadtrip/p-08b5f69e.entry.js +0 -1
  326. package/dist/roadtrip/p-28d034bb.entry.js +0 -1
  327. package/dist/roadtrip/p-5db7ec05.system.entry.js +0 -1
  328. package/dist/roadtrip/p-6fd29998.system.entry.js +0 -1
  329. package/dist/roadtrip/p-7a3cc989.js +0 -1
  330. package/dist/roadtrip/p-858200a0.system.entry.js +0 -1
  331. package/dist/roadtrip/p-870401c7.system.js +0 -1
  332. package/dist/roadtrip/p-90069a64.entry.js +0 -1
  333. package/dist/roadtrip/p-9b7fa180.system.js +0 -1
  334. package/dist/roadtrip/p-a6bf7d9a.entry.js +0 -1
  335. package/dist/roadtrip/p-b6750852.entry.js +0 -1
  336. package/dist/roadtrip/p-bd3cee80.system.js +0 -1
  337. package/dist/roadtrip/p-f4d979bb.system.js +0 -13
  338. package/dist/roadtrip/p-f566887e.js +0 -12
@@ -706,8 +706,8 @@ export class Carousel {
706
706
  "signature": "(speed?: number | undefined) => Promise<void>",
707
707
  "parameters": [{
708
708
  "tags": [{
709
- "text": "speed The transition duration (in ms).",
710
- "name": "param"
709
+ "name": "param",
710
+ "text": "speed The transition duration (in ms)."
711
711
  }],
712
712
  "text": "The transition duration (in ms)."
713
713
  }],
@@ -731,20 +731,20 @@ export class Carousel {
731
731
  "signature": "(index: number, speed?: number | undefined, runCallbacks?: boolean | undefined) => Promise<void>",
732
732
  "parameters": [{
733
733
  "tags": [{
734
- "text": "index The index of the slide to transition to.",
735
- "name": "param"
734
+ "name": "param",
735
+ "text": "index The index of the slide to transition to."
736
736
  }],
737
737
  "text": "The index of the slide to transition to."
738
738
  }, {
739
739
  "tags": [{
740
- "text": "speed The transition duration (in ms).",
741
- "name": "param"
740
+ "name": "param",
741
+ "text": "speed The transition duration (in ms)."
742
742
  }],
743
743
  "text": "The transition duration (in ms)."
744
744
  }, {
745
745
  "tags": [{
746
- "text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events.",
747
- "name": "param"
746
+ "name": "param",
747
+ "text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
748
748
  }],
749
749
  "text": "If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
750
750
  }],
@@ -774,14 +774,14 @@ export class Carousel {
774
774
  "signature": "(speed?: number | undefined, runCallbacks?: boolean | undefined) => Promise<void>",
775
775
  "parameters": [{
776
776
  "tags": [{
777
- "text": "speed The transition duration (in ms).",
778
- "name": "param"
777
+ "name": "param",
778
+ "text": "speed The transition duration (in ms)."
779
779
  }],
780
780
  "text": "The transition duration (in ms)."
781
781
  }, {
782
782
  "tags": [{
783
- "text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events.",
784
- "name": "param"
783
+ "name": "param",
784
+ "text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
785
785
  }],
786
786
  "text": "If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
787
787
  }],
@@ -808,14 +808,14 @@ export class Carousel {
808
808
  "signature": "(speed?: number | undefined, runCallbacks?: boolean | undefined) => Promise<void>",
809
809
  "parameters": [{
810
810
  "tags": [{
811
- "text": "speed The transition duration (in ms).",
812
- "name": "param"
811
+ "name": "param",
812
+ "text": "speed The transition duration (in ms)."
813
813
  }],
814
814
  "text": "The transition duration (in ms)."
815
815
  }, {
816
816
  "tags": [{
817
- "text": "runCallbacks If true, the transition will produce the [Transition/SlideChange][Start/End] transition events.",
818
- "name": "param"
817
+ "name": "param",
818
+ "text": "runCallbacks If true, the transition will produce the [Transition/SlideChange][Start/End] transition events."
819
819
  }],
820
820
  "text": "If true, the transition will produce the [Transition/SlideChange][Start/End] transition events."
821
821
  }],
@@ -954,8 +954,8 @@ export class Carousel {
954
954
  "signature": "(lock: boolean) => Promise<void>",
955
955
  "parameters": [{
956
956
  "tags": [{
957
- "text": "lock If `true`, disable swiping to the next slide.",
958
- "name": "param"
957
+ "name": "param",
958
+ "text": "lock If `true`, disable swiping to the next slide."
959
959
  }],
960
960
  "text": "If `true`, disable swiping to the next slide."
961
961
  }],
@@ -979,8 +979,8 @@ export class Carousel {
979
979
  "signature": "(lock: boolean) => Promise<void>",
980
980
  "parameters": [{
981
981
  "tags": [{
982
- "text": "lock If `true`, disable swiping to the previous slide.",
983
- "name": "param"
982
+ "name": "param",
983
+ "text": "lock If `true`, disable swiping to the previous slide."
984
984
  }],
985
985
  "text": "If `true`, disable swiping to the previous slide."
986
986
  }],
@@ -1004,8 +1004,8 @@ export class Carousel {
1004
1004
  "signature": "(lock: boolean) => Promise<void>",
1005
1005
  "parameters": [{
1006
1006
  "tags": [{
1007
- "text": "lock If `true`, disable swiping to the next and previous slide.",
1008
- "name": "param"
1007
+ "name": "param",
1008
+ "text": "lock If `true`, disable swiping to the next and previous slide."
1009
1009
  }],
1010
1010
  "text": "If `true`, disable swiping to the next and previous slide."
1011
1011
  }],
@@ -1,3 +1,11 @@
1
+ /*
2
+ * Carousel Item
3
+ *
4
+ * Index
5
+ * - Slide
6
+ * - Image
7
+ */
8
+
1
9
  road-carousel-item {
2
10
  display: block;
3
11
 
@@ -5,6 +13,9 @@ road-carousel-item {
5
13
  height: 100%;
6
14
  }
7
15
 
16
+ /* SLIDE
17
+ -------------------- */
18
+
8
19
  .slide-zoom {
9
20
  display: block;
10
21
  width: 100%;
@@ -24,6 +35,9 @@ road-carousel-item {
24
35
  text-align: center;
25
36
  }
26
37
 
38
+ /* IMAGE
39
+ -------------------- */
40
+
27
41
  .swiper-slide road-img {
28
42
  pointer-events: none;
29
43
  }
@@ -7,10 +7,9 @@
7
7
  *
8
8
  * Index
9
9
  * - Checkbox
10
- * - Checkbox label
11
- * - Checkbox error
10
+ * - Label
11
+ * - Error
12
12
  * - Position
13
- *
14
13
  */
15
14
 
16
15
 
@@ -37,7 +36,7 @@
37
36
  opacity: 0;
38
37
  }
39
38
 
40
- /* CHECKBOX LABEL
39
+ /* LABEL
41
40
  -------------------- */
42
41
 
43
42
  .form-check-label {
@@ -128,7 +127,7 @@
128
127
  border: none;
129
128
  }
130
129
 
131
- /* CHECKBOX ERROR
130
+ /* ERROR
132
131
  -------------------- */
133
132
 
134
133
  .invalid-feedback {
@@ -5,7 +5,6 @@
5
5
  * - Collapse
6
6
  * - Content
7
7
  * - Button
8
- *
9
8
  */
10
9
 
11
10
  /**
@@ -5,7 +5,6 @@
5
5
  * - Input
6
6
  * - Buttons
7
7
  * - Sizes
8
- *
9
8
  */
10
9
 
11
10
  /**
@@ -4,14 +4,13 @@
4
4
  * Index
5
5
  * - Overlay
6
6
  * - Dialog
7
- * - Dialog content
8
- * - Dialog header
9
- * - Dialog close
10
- * - Dialog body
11
- * - Dialog title
12
- * - Dialog description
13
- * - Dialog footer
14
- *
7
+ * - Content
8
+ * - Header
9
+ * - Close
10
+ * - Body
11
+ * - Title
12
+ * - Description
13
+ * - Footer
15
14
  */
16
15
 
17
16
  /**
@@ -82,7 +81,7 @@
82
81
  transform: none;
83
82
  }
84
83
 
85
- /* DIALOG CONTENT
84
+ /* CONTENT
86
85
  -------------------- */
87
86
 
88
87
  .dialog-content {
@@ -106,7 +105,7 @@
106
105
  }
107
106
  }
108
107
 
109
- /* DIALOG HEADER
108
+ /* HEADER
110
109
  -------------------- */
111
110
 
112
111
  .dialog-header {
@@ -116,7 +115,7 @@
116
115
  height: 3.5rem;
117
116
  }
118
117
 
119
- /* DIALOG CLOSE
118
+ /* CLOSE
120
119
  -------------------- */
121
120
 
122
121
  .dialog-close {
@@ -143,7 +142,7 @@
143
142
  font-size: 3rem;
144
143
  }
145
144
 
146
- /* DIALOG BODY
145
+ /* BODY
147
146
  -------------------- */
148
147
 
149
148
  .dialog-body {
@@ -158,7 +157,7 @@
158
157
  }
159
158
  }
160
159
 
161
- /* DIALOG TITLE
160
+ /* TITLE
162
161
  -------------------- */
163
162
 
164
163
  .dialog-title {
@@ -169,7 +168,7 @@
169
168
  line-height: 1.2;
170
169
  }
171
170
 
172
- /* DIALOG DESCRIPTION
171
+ /* DESCRIPTION
173
172
  -------------------- */
174
173
 
175
174
  .dialog-description {
@@ -177,7 +176,7 @@
177
176
  font-size: 0.875rem;
178
177
  }
179
178
 
180
- /* DIALOG FOOTER
179
+ /* FOOTER
181
180
  -------------------- */
182
181
 
183
182
  .dialog-footer {
@@ -4,14 +4,13 @@
4
4
  * Index
5
5
  * - Overlay
6
6
  * - Drawer
7
- * - Drawer position
8
- * - Drawer content
9
- * - Drawer header
10
- * - Drawer actions
11
- * - Drawer title
12
- * - Drawer body
13
- * - Drawer open state
14
- *
7
+ * - Position
8
+ * - Content
9
+ * - Header
10
+ * - Actions
11
+ * - Title
12
+ * - Body
13
+ * - Open state
15
14
  */
16
15
 
17
16
  /**
@@ -20,6 +19,7 @@
20
19
  * @prop --header-icon: color of the header icons.
21
20
  * @prop --header-color: color of the header text.
22
21
  * @prop --header-background: color of the header background.
22
+ * @prop --header-delimiter: size of the border delimiter (in px) at the bottom of the header
23
23
  * @prop --back-chevron-color: color of back chevron
24
24
  * @prop --z-index: The z-index of the Drawer.
25
25
  */
@@ -34,6 +34,7 @@
34
34
  --header-icon: var(--icon);
35
35
  --header-color: var(--text);
36
36
  --header-background: var(--white);
37
+ --header-delimiter: 0;
37
38
  --back-chevron-color: var(--icon);
38
39
 
39
40
  position: fixed;
@@ -79,7 +80,7 @@
79
80
  transform: translateX(-100%);
80
81
  }
81
82
 
82
- /* DRAWER POSITION
83
+ /* POSITION
83
84
  -------------------- */
84
85
 
85
86
  :host(.drawer-right) {
@@ -108,7 +109,7 @@
108
109
  min-height: 6.25rem;
109
110
  }
110
111
 
111
- /* DRAWER CONTENT
112
+ /* CONTENT
112
113
  -------------------- */
113
114
 
114
115
  .drawer-content {
@@ -123,7 +124,7 @@
123
124
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
124
125
  }
125
126
 
126
- /* DRAWER HEADER
127
+ /* HEADER
127
128
  -------------------- */
128
129
 
129
130
  .drawer-header {
@@ -134,6 +135,9 @@
134
135
  height: 3.5rem;
135
136
  color: var(--header-color);
136
137
  background: var(--header-background);
138
+ border-color: var(--border);
139
+ border-style: solid;
140
+ border-width: var(--header-delimiter);
137
141
  }
138
142
 
139
143
  .drawer-header road-icon {
@@ -141,14 +145,6 @@
141
145
  color: var(--header-icon);
142
146
  }
143
147
 
144
- /**
145
- * Delimiter when needed
146
- */
147
-
148
- .drawer-header-delimiter {
149
- border-bottom: 1px solid var(--border);
150
- }
151
-
152
148
  /**
153
149
  * Header inverse colors
154
150
  */
@@ -161,7 +157,7 @@
161
157
  margin-bottom: 2.5rem;
162
158
  }
163
159
 
164
- /* DRAWER ACTIONS
160
+ /* ACTIONS
165
161
  -------------------- */
166
162
 
167
163
  .drawer-action,
@@ -197,7 +193,7 @@
197
193
  margin-right: auto;
198
194
  }
199
195
 
200
- /* DRAWER TITLE
196
+ /* TITLE
201
197
  -------------------- */
202
198
 
203
199
  .drawer-title {
@@ -212,7 +208,7 @@
212
208
  font-weight: 400;
213
209
  }
214
210
 
215
- /* DRAWER BODY
211
+ /* BODY
216
212
  -------------------- */
217
213
 
218
214
  .drawer-body {
@@ -231,7 +227,7 @@
231
227
  }
232
228
  }
233
229
 
234
- /* DRAWER OPEN STATE
230
+ /* OPEN STATE
235
231
  -------------------- */
236
232
 
237
233
  :host(.drawer-open) {
@@ -4,14 +4,13 @@
4
4
  * Index
5
5
  * - Overlay
6
6
  * - Drawer
7
- * - Drawer position
8
- * - Drawer content
9
- * - Drawer header
10
- * - Drawer actions
11
- * - Drawer title
12
- * - Drawer body
13
- * - Drawer open state
14
- *
7
+ * - Position
8
+ * - Content
9
+ * - Header
10
+ * - Actions
11
+ * - Title
12
+ * - Body
13
+ * - Open state
15
14
  */
16
15
 
17
16
  /**
@@ -20,6 +19,7 @@
20
19
  * @prop --header-icon: color of the header icons.
21
20
  * @prop --header-color: color of the header text.
22
21
  * @prop --header-background: color of the header background.
22
+ * @prop --header-delimiter: size of the border delimiter (in px) at the bottom of the header
23
23
  * @prop --back-chevron-color: color of back chevron
24
24
  * @prop --z-index: The z-index of the Drawer.
25
25
  */
@@ -34,6 +34,7 @@
34
34
  --header-icon: var(--icon);
35
35
  --header-color: var(--text);
36
36
  --header-background: var(--white);
37
+ --header-delimiter: 0;
37
38
  --back-chevron-color: var(--icon);
38
39
 
39
40
  position: fixed;
@@ -79,7 +80,7 @@
79
80
  transform: translateX(-100%);
80
81
  }
81
82
 
82
- /* DRAWER POSITION
83
+ /* POSITION
83
84
  -------------------- */
84
85
 
85
86
  :host(.drawer-right) {
@@ -108,7 +109,7 @@
108
109
  min-height: 6.25rem;
109
110
  }
110
111
 
111
- /* DRAWER CONTENT
112
+ /* CONTENT
112
113
  -------------------- */
113
114
 
114
115
  .drawer-content {
@@ -123,7 +124,7 @@
123
124
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
124
125
  }
125
126
 
126
- /* DRAWER HEADER
127
+ /* HEADER
127
128
  -------------------- */
128
129
 
129
130
  .drawer-header {
@@ -134,6 +135,9 @@
134
135
  height: 3.5rem;
135
136
  color: var(--header-color);
136
137
  background: var(--header-background);
138
+ border-color: var(--border);
139
+ border-style: solid;
140
+ border-width: var(--header-delimiter);
137
141
  }
138
142
 
139
143
  .drawer-header road-icon {
@@ -141,14 +145,6 @@
141
145
  color: var(--header-icon);
142
146
  }
143
147
 
144
- /**
145
- * Delimiter when needed
146
- */
147
-
148
- .drawer-header-delimiter {
149
- border-bottom: 1px solid var(--border);
150
- }
151
-
152
148
  /**
153
149
  * Header inverse colors
154
150
  */
@@ -161,7 +157,7 @@
161
157
  margin-bottom: 2.5rem;
162
158
  }
163
159
 
164
- /* DRAWER ACTIONS
160
+ /* ACTIONS
165
161
  -------------------- */
166
162
 
167
163
  .drawer-action,
@@ -197,7 +193,7 @@
197
193
  margin-right: auto;
198
194
  }
199
195
 
200
- /* DRAWER TITLE
196
+ /* TITLE
201
197
  -------------------- */
202
198
 
203
199
  .drawer-title {
@@ -212,7 +208,7 @@
212
208
  font-weight: 400;
213
209
  }
214
210
 
215
- /* DRAWER BODY
211
+ /* BODY
216
212
  -------------------- */
217
213
 
218
214
  .drawer-body {
@@ -231,7 +227,7 @@
231
227
  }
232
228
  }
233
229
 
234
- /* DRAWER OPEN STATE
230
+ /* OPEN STATE
235
231
  -------------------- */
236
232
 
237
233
  :host(.drawer-open) {
@@ -74,6 +74,10 @@ export const HeaderDefault = () => html`
74
74
  <road-drawer is-open position="left" drawer-width="360"></road-drawer>
75
75
  `;
76
76
 
77
+ export const withDelimiter = () => html`
78
+ <road-drawer is-open position="left" drawer-width="360" style="--header-delimiter: 1px;"></road-drawer>
79
+ `;
80
+
77
81
  export const HeaderInverse = () => html`
78
82
  <road-drawer is-open position="right" drawer-width="480" has-inverse-header drawer-title="Drawer title"></road-drawer>
79
83
  `;
@@ -0,0 +1,63 @@
1
+ /*
2
+ * Dropdown
3
+ *
4
+ * Index
5
+ * - Dropdown
6
+ * - Dropdown menu
7
+ */
8
+
9
+ /**
10
+ * @prop --margin-top: Top margin of the menu
11
+ */
12
+
13
+ /* DROPDOWN
14
+ -------------------- */
15
+
16
+ :host {
17
+ --margin-top: 0.5rem;
18
+
19
+ display: block;
20
+ }
21
+
22
+ .dropdown {
23
+ position: relative;
24
+ font-family: var(--font);
25
+ }
26
+
27
+ .dropdown summary {
28
+ display: block;
29
+ outline: none;
30
+ }
31
+
32
+ .dropdown summary::-webkit-details-marker { /* remove native arrow */
33
+ display: none;
34
+ }
35
+
36
+ /**
37
+ * Open state
38
+ */
39
+
40
+ .dropdown[open] .dropdown-menu {
41
+ transform: scaleY(1);
42
+ }
43
+
44
+ /* MENU
45
+ -------------------- */
46
+
47
+ .dropdown-menu {
48
+ position: absolute;
49
+ right: 0;
50
+ display: flex;
51
+ flex-direction: column;
52
+ min-width: 16.875rem;
53
+ padding: 0.5rem 0;
54
+ margin-top: var(--margin-top);
55
+ color: var(--text);
56
+ background: var(--white);
57
+ border: 1px solid var(--border);
58
+ border-radius: 0.25rem;
59
+ box-shadow: 0 0.375rem 0.375rem rgba(0, 0, 0, 0.16);
60
+ transition: transform 0.2s ease-in-out;
61
+ transform: scaleY(0);
62
+ transform-origin: 0 0;
63
+ }
@@ -0,0 +1,54 @@
1
+ import { Component, h, Prop } from '@stencil/core';
2
+ /**
3
+ * @slot - Element how will open the dropdown when clicked
4
+ * @slot list - List of item values
5
+ */
6
+ export class Dropdown {
7
+ constructor() {
8
+ /**
9
+ * Set open to true to show the dropdown menu.
10
+ */
11
+ this.isOpen = false;
12
+ /**
13
+ * Toggle the display when clicking element in slot
14
+ */
15
+ this.onClick = () => {
16
+ this.isOpen = !this.isOpen;
17
+ };
18
+ }
19
+ render() {
20
+ return (h("details", { class: "dropdown", open: this.isOpen },
21
+ h("summary", { "aria-expanded": `${this.isOpen}`, tabindex: "0", role: "button", onClick: this.onClick },
22
+ h("slot", null)),
23
+ h("div", { class: "dropdown-menu" },
24
+ h("slot", { name: "list" }))));
25
+ }
26
+ static get is() { return "road-dropdown"; }
27
+ static get encapsulation() { return "shadow"; }
28
+ static get originalStyleUrls() { return {
29
+ "$": ["dropdown.css"]
30
+ }; }
31
+ static get styleUrls() { return {
32
+ "$": ["dropdown.css"]
33
+ }; }
34
+ static get properties() { return {
35
+ "isOpen": {
36
+ "type": "boolean",
37
+ "mutable": true,
38
+ "complexType": {
39
+ "original": "boolean",
40
+ "resolved": "boolean",
41
+ "references": {}
42
+ },
43
+ "required": false,
44
+ "optional": false,
45
+ "docs": {
46
+ "tags": [],
47
+ "text": "Set open to true to show the dropdown menu."
48
+ },
49
+ "attribute": "is-open",
50
+ "reflect": false,
51
+ "defaultValue": "false"
52
+ }
53
+ }; }
54
+ }
@@ -0,0 +1,50 @@
1
+ import { html } from 'lit-html';
2
+
3
+ export default {
4
+ title: 'Expand/Dropdown',
5
+ component: 'road-dropdown',
6
+ };
7
+
8
+ export const Playground = (args) => html`
9
+ <road-dropdown is-open=${args['is-open']}>
10
+ <div class="d-flex align-items-center justify-content-end pt-16 pb-16">
11
+ <road-button color="default" size="sm" class="mb-0">
12
+ <road-icon name="navigation-more"></road-icon>
13
+ </road-button>
14
+ </div>
15
+ <road-list slot="list">
16
+ <road-item button>
17
+ <road-icon slot="start" name="picture" size="md"></road-icon>
18
+ <road-label>
19
+ Label
20
+ </road-label>
21
+ </road-item>
22
+ <road-item button>
23
+ <road-icon slot="start" name="picture" size="md"></road-icon>
24
+ <road-label>
25
+ Label
26
+ </road-label>
27
+ </road-item>
28
+ <road-item button>
29
+ <road-icon slot="start" name="picture" size="md"></road-icon>
30
+ <road-label>
31
+ Label
32
+ </road-label>
33
+ </road-item>
34
+ <road-item button>
35
+ <road-icon slot="start" name="picture" size="md"></road-icon>
36
+ <road-label>
37
+ Label
38
+ </road-label>
39
+ </road-item>
40
+ </road-list>
41
+ <road-dropdown>
42
+ `;
43
+ Playground.args = {
44
+ 'is-open': true,
45
+ };
46
+ Playground.argTypes = {
47
+ 'is-open': {
48
+ control: 'boolean',
49
+ },
50
+ };