@roadtrip/components 3.17.0 → 3.19.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.
- package/dist/cjs/index-fb57f684.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/road-accordion.cjs.entry.js +1 -1
- package/dist/cjs/road-accordion.cjs.entry.js.map +1 -1
- package/dist/cjs/road-autocomplete.cjs.entry.js +1 -1
- package/dist/cjs/road-autocomplete.cjs.entry.js.map +1 -1
- package/dist/cjs/road-badge_14.cjs.entry.js +40 -8
- package/dist/cjs/road-badge_14.cjs.entry.js.map +1 -1
- package/dist/cjs/road-banner.cjs.entry.js +1 -1
- package/dist/cjs/road-banner.cjs.entry.js.map +1 -1
- package/dist/cjs/road-button-floating.cjs.entry.js +1 -1
- package/dist/cjs/road-button-floating.cjs.entry.js.map +1 -1
- package/dist/cjs/road-card.cjs.entry.js +1 -1
- package/dist/cjs/road-card.cjs.entry.js.map +1 -1
- package/dist/cjs/road-carousel.cjs.entry.js +30 -118
- package/dist/cjs/road-carousel.cjs.entry.js.map +1 -1
- package/dist/cjs/road-chip.cjs.entry.js +2 -2
- package/dist/cjs/road-chip.cjs.entry.js.map +1 -1
- package/dist/cjs/road-collapse.cjs.entry.js +1 -1
- package/dist/cjs/road-collapse.cjs.entry.js.map +1 -1
- package/dist/cjs/road-dialog.cjs.entry.js +2 -2
- package/dist/cjs/road-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/road-dropdown.cjs.entry.js +4 -4
- package/dist/cjs/road-dropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/road-global-navigation.cjs.entry.js +1 -1
- package/dist/cjs/road-global-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/road-illustration.cjs.entry.js +1 -1
- package/dist/cjs/road-illustration.cjs.entry.js.map +1 -1
- package/dist/cjs/road-modal.cjs.entry.js +2 -2
- package/dist/cjs/road-modal.cjs.entry.js.map +1 -1
- package/dist/cjs/road-navbar-item.cjs.entry.js +1 -1
- package/dist/cjs/road-navbar-item.cjs.entry.js.map +1 -1
- package/dist/cjs/road-navbar.cjs.entry.js +1 -1
- package/dist/cjs/road-navbar.cjs.entry.js.map +1 -1
- package/dist/cjs/road-phone-number-input.cjs.entry.js +41 -5
- package/dist/cjs/road-phone-number-input.cjs.entry.js.map +1 -1
- package/dist/cjs/road-plate-number.cjs.entry.js +2 -2
- package/dist/cjs/road-plate-number.cjs.entry.js.map +1 -1
- package/dist/cjs/road-profil-dropdown.cjs.entry.js +10 -1
- package/dist/cjs/road-profil-dropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/road-progress-indicator-vertical.cjs.entry.js +2 -2
- package/dist/cjs/road-progress-indicator-vertical.cjs.entry.js.map +1 -1
- package/dist/cjs/road-progress-tracker.cjs.entry.js +2 -2
- package/dist/cjs/road-progress-tracker.cjs.entry.js.map +1 -1
- package/dist/cjs/road-progress.cjs.entry.js +1 -1
- package/dist/cjs/road-progress.cjs.entry.js.map +1 -1
- package/dist/cjs/road-range.cjs.entry.js +26 -2
- package/dist/cjs/road-range.cjs.entry.js.map +1 -1
- package/dist/cjs/road-segmented-button.cjs.entry.js +1 -1
- package/dist/cjs/road-segmented-button.cjs.entry.js.map +1 -1
- package/dist/cjs/road-select-filter.cjs.entry.js +34 -4
- package/dist/cjs/road-select-filter.cjs.entry.js.map +1 -1
- package/dist/cjs/road-select.cjs.entry.js +1 -1
- package/dist/cjs/road-select.cjs.entry.js.map +1 -1
- package/dist/cjs/road-textarea.cjs.entry.js +1 -1
- package/dist/cjs/road-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/road-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/road-tooltip.cjs.entry.js.map +1 -1
- package/dist/cjs/roadtrip.cjs.js +1 -1
- package/dist/collection/components/accordion/accordion.css +4 -0
- package/dist/collection/components/accordion/accordion.stories.js +1 -1
- package/dist/collection/components/alert/alert.stories.js +1 -1
- package/dist/collection/components/autocomplete/autocomplete.js +1 -1
- package/dist/collection/components/autocomplete/autocomplete.js.map +1 -1
- package/dist/collection/components/autocomplete/autocomplete.stories.js +2 -2
- package/dist/collection/components/avatar/avatar.stories.js +1 -1
- package/dist/collection/components/badge/badge.stories.js +2 -2
- package/dist/collection/components/banner/banner.js +1 -1
- package/dist/collection/components/banner/banner.js.map +1 -1
- package/dist/collection/components/button/button.stories.js +6 -6
- package/dist/collection/components/button-floating/button-floating.css +0 -4
- package/dist/collection/components/button-floating/button-floating.stories.js +2 -2
- package/dist/collection/components/card/card.css +4 -0
- package/dist/collection/components/card/card.stories.js +4 -4
- package/dist/collection/components/carousel/carousel.css +4 -1
- package/dist/collection/components/carousel/carousel.js +93 -250
- package/dist/collection/components/carousel/carousel.js.map +1 -1
- package/dist/collection/components/chip/chip.css +2 -2
- package/dist/collection/components/chip/chip.js +1 -1
- package/dist/collection/components/chip/chip.js.map +1 -1
- package/dist/collection/components/chip/chip.stories.js +26 -1
- package/dist/collection/components/collapse/collapse.css +4 -0
- package/dist/collection/components/collapse/collapse.stories.js +8 -8
- package/dist/collection/components/counter/counter.css +5 -0
- package/dist/collection/components/counter/counter.js +19 -1
- package/dist/collection/components/counter/counter.js.map +1 -1
- package/dist/collection/components/dialog/dialog.js +2 -2
- package/dist/collection/components/dialog/dialog.js.map +1 -1
- package/dist/collection/components/drawer/drawer.js +1 -1
- package/dist/collection/components/drawer/drawer.js.map +1 -1
- package/dist/collection/components/drawer/drawer.stories.js +2 -2
- package/dist/collection/components/dropdown/dropdown.css +9 -4
- package/dist/collection/components/dropdown/dropdown.js +3 -3
- package/dist/collection/components/dropdown/dropdown.js.map +1 -1
- package/dist/collection/components/dropdown/dropdown.stories.js +4 -4
- package/dist/collection/components/global-navigation/global-navigation.js +1 -1
- package/dist/collection/components/global-navigation/global-navigation.js.map +1 -1
- package/dist/collection/components/global-navigation/global-navigation.stories.js +39 -39
- package/dist/collection/components/icon/icon.stories.js +44 -43
- package/dist/collection/components/icon/svg/fuel-air-supply-color.svg +1 -1
- package/dist/collection/components/icon/svg/fuel-air-supply-outline.svg +1 -1
- package/dist/collection/components/icon/svg/funding-best-price-color.svg +1 -1
- package/dist/collection/components/icon/svg/funding-best-price-outline.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-cross-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-cross-outline.svg +1 -1
- package/dist/collection/components/icon/svg/ice-color.svg +1 -1
- package/dist/collection/components/icon/svg/ice-outline.svg +1 -1
- package/dist/collection/components/icon/svg/ice-solid-color.svg +1 -1
- package/dist/collection/components/icon/svg/ice-solid.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-signal-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-signal-outline.svg +1 -1
- package/dist/collection/components/icon/svg/social-facebook-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-google-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-instagram-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-instagramWithinCircle.svg +1 -1
- package/dist/collection/components/icon/svg/social-linkedin-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-paypal-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-tiktok-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-twitter-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-whatsapp-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-youtube-badge.svg +1 -1
- package/dist/collection/components/icon/svg/tire-ice-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-ice-outline.svg +1 -1
- package/dist/collection/components/icon/svg/tire-ice-solid.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-unselected-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-unselected-outline.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-twin-color.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-twin-outline.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-twin-solid.svg +1 -1
- package/dist/collection/components/illustration/illustration.js +1 -1
- package/dist/collection/components/illustration/illustration.js.map +1 -1
- package/dist/collection/components/input/input.css +8 -2
- package/dist/collection/components/input/input.js +16 -2
- package/dist/collection/components/input/input.js.map +1 -1
- package/dist/collection/components/input-group/input-group.js +1 -1
- package/dist/collection/components/input-group/input-group.js.map +1 -1
- package/dist/collection/components/input-group/input-group.stories.js +4 -4
- package/dist/collection/components/item/item.stories.js +9 -9
- package/dist/collection/components/list/list.stories.js +8 -8
- package/dist/collection/components/modal/modal.css +2 -2
- package/dist/collection/components/modal/modal.js +1 -1
- package/dist/collection/components/modal/modal.js.map +1 -1
- package/dist/collection/components/navbar/navbar.js +1 -1
- package/dist/collection/components/navbar/navbar.js.map +1 -1
- package/dist/collection/components/navbar/navbar.stories.js +84 -63
- package/dist/collection/components/navbar-item/navbar-item.js +1 -1
- package/dist/collection/components/navbar-item/navbar-item.js.map +1 -1
- package/dist/collection/components/patterns/link.stories.js +2 -2
- package/dist/collection/components/phone-number-input/phone-number-input.css +0 -1
- package/dist/collection/components/phone-number-input/phone-number-input.js +40 -4
- package/dist/collection/components/phone-number-input/phone-number-input.js.map +1 -1
- package/dist/collection/components/plate-number/plate-number.css +1 -1
- package/dist/collection/components/plate-number/plate-number.js +1 -1
- package/dist/collection/components/plate-number/plate-number.js.map +1 -1
- package/dist/collection/components/profil-dropdown/profil-dropdown.css +8 -0
- package/dist/collection/components/profil-dropdown/profil-dropdown.js +18 -0
- package/dist/collection/components/profil-dropdown/profil-dropdown.js.map +1 -1
- package/dist/collection/components/profil-dropdown/profil-dropdown.stories.js +4 -4
- package/dist/collection/components/progress/progress.js +1 -1
- package/dist/collection/components/progress/progress.js.map +1 -1
- package/dist/collection/components/progress-indicator-vertical/progress-indicator-vertical.css +5 -0
- package/dist/collection/components/progress-indicator-vertical/progress-indicator-vertical.js +1 -1
- package/dist/collection/components/progress-indicator-vertical/progress-indicator-vertical.js.map +1 -1
- package/dist/collection/components/progress-indicator-vertical/progress-indicator-vertical.stories.js +20 -20
- package/dist/collection/components/progress-tracker/progress-tracker.css +4 -0
- package/dist/collection/components/progress-tracker/progress-tracker.js +1 -1
- package/dist/collection/components/progress-tracker/progress-tracker.js.map +1 -1
- package/dist/collection/components/range/range.css +17 -2
- package/dist/collection/components/range/range.js +41 -2
- package/dist/collection/components/range/range.js.map +1 -1
- package/dist/collection/components/segmented-button/segmented-button.js +1 -1
- package/dist/collection/components/segmented-button/segmented-button.js.map +1 -1
- package/dist/collection/components/select/select.css +1 -1
- package/dist/collection/components/select-filter/select-filter.css +5 -0
- package/dist/collection/components/select-filter/select-filter.js +43 -9
- package/dist/collection/components/select-filter/select-filter.js.map +1 -1
- package/dist/collection/components/select-filter/select-filter.stories.js +8 -8
- package/dist/collection/components/tabs/tabs.stories.js +5 -5
- package/dist/collection/components/textarea/textarea.css +2 -2
- package/dist/collection/components/toolbar/toolbar.css +0 -2
- package/dist/collection/components/toolbar/toolbar.stories.js +8 -8
- package/dist/collection/components/tooltip/tooltip.js +1 -1
- package/dist/collection/components/tooltip/tooltip.js.map +1 -1
- package/dist/collection/components/tooltip/tooltip.stories.js +3 -3
- package/dist/esm/{index-891decf5.js → index-7a0158a4.js} +2 -2
- package/dist/esm/index-7a0158a4.js.map +1 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/road-accordion.entry.js +2 -2
- package/dist/esm/road-accordion.entry.js.map +1 -1
- package/dist/esm/road-autocomplete.entry.js +1 -1
- package/dist/esm/road-autocomplete.entry.js.map +1 -1
- package/dist/esm/road-badge_14.entry.js +41 -9
- package/dist/esm/road-badge_14.entry.js.map +1 -1
- package/dist/esm/road-banner.entry.js +2 -2
- package/dist/esm/road-banner.entry.js.map +1 -1
- package/dist/esm/road-button-floating.entry.js +1 -1
- package/dist/esm/road-button-floating.entry.js.map +1 -1
- package/dist/esm/road-card.entry.js +1 -1
- package/dist/esm/road-card.entry.js.map +1 -1
- package/dist/esm/road-carousel.entry.js +31 -119
- package/dist/esm/road-carousel.entry.js.map +1 -1
- package/dist/esm/road-checkbox.entry.js +1 -1
- package/dist/esm/road-chip.entry.js +3 -3
- package/dist/esm/road-chip.entry.js.map +1 -1
- package/dist/esm/road-collapse.entry.js +1 -1
- package/dist/esm/road-collapse.entry.js.map +1 -1
- package/dist/esm/road-dialog.entry.js +3 -3
- package/dist/esm/road-dialog.entry.js.map +1 -1
- package/dist/esm/road-dropdown.entry.js +4 -4
- package/dist/esm/road-dropdown.entry.js.map +1 -1
- package/dist/esm/road-global-navigation.entry.js +1 -1
- package/dist/esm/road-global-navigation.entry.js.map +1 -1
- package/dist/esm/road-illustration.entry.js +1 -1
- package/dist/esm/road-illustration.entry.js.map +1 -1
- package/dist/esm/road-modal.entry.js +3 -3
- package/dist/esm/road-modal.entry.js.map +1 -1
- package/dist/esm/road-navbar-item.entry.js +1 -1
- package/dist/esm/road-navbar-item.entry.js.map +1 -1
- package/dist/esm/road-navbar.entry.js +1 -1
- package/dist/esm/road-navbar.entry.js.map +1 -1
- package/dist/esm/road-phone-number-input.entry.js +41 -5
- package/dist/esm/road-phone-number-input.entry.js.map +1 -1
- package/dist/esm/road-plate-number.entry.js +3 -3
- package/dist/esm/road-plate-number.entry.js.map +1 -1
- package/dist/esm/road-profil-dropdown.entry.js +11 -2
- package/dist/esm/road-profil-dropdown.entry.js.map +1 -1
- package/dist/esm/road-progress-indicator-vertical.entry.js +2 -2
- package/dist/esm/road-progress-indicator-vertical.entry.js.map +1 -1
- package/dist/esm/road-progress-tracker.entry.js +2 -2
- package/dist/esm/road-progress-tracker.entry.js.map +1 -1
- package/dist/esm/road-progress.entry.js +1 -1
- package/dist/esm/road-progress.entry.js.map +1 -1
- package/dist/esm/road-range.entry.js +28 -4
- package/dist/esm/road-range.entry.js.map +1 -1
- package/dist/esm/road-rating.entry.js +1 -1
- package/dist/esm/road-segmented-button.entry.js +1 -1
- package/dist/esm/road-segmented-button.entry.js.map +1 -1
- package/dist/esm/road-select-filter.entry.js +34 -4
- package/dist/esm/road-select-filter.entry.js.map +1 -1
- package/dist/esm/road-select.entry.js +1 -1
- package/dist/esm/road-select.entry.js.map +1 -1
- package/dist/esm/road-textarea.entry.js +1 -1
- package/dist/esm/road-textarea.entry.js.map +1 -1
- package/dist/esm/road-toast.entry.js +1 -1
- package/dist/esm/road-tooltip.entry.js +1 -1
- package/dist/esm/road-tooltip.entry.js.map +1 -1
- package/dist/esm/roadtrip.js +1 -1
- package/dist/html.html-data.json +3 -3
- package/dist/icons/index.js +30 -30
- package/dist/roadtrip/p-054acf61.entry.js +2 -0
- package/dist/roadtrip/p-054acf61.entry.js.map +1 -0
- package/dist/roadtrip/{p-ea28a425.entry.js → p-08b0be1b.entry.js} +2 -2
- package/dist/roadtrip/p-08b0be1b.entry.js.map +1 -0
- package/dist/roadtrip/{p-1a761fc0.entry.js → p-0fd454dc.entry.js} +2 -2
- package/dist/roadtrip/p-0fd454dc.entry.js.map +1 -0
- package/dist/roadtrip/{p-60e25858.entry.js → p-14ecc91e.entry.js} +2 -2
- package/dist/roadtrip/{p-60e25858.entry.js.map → p-14ecc91e.entry.js.map} +1 -1
- package/dist/roadtrip/{p-82919e58.entry.js → p-16c934bc.entry.js} +2 -2
- package/dist/roadtrip/p-17ae87b0.entry.js +2 -0
- package/dist/roadtrip/p-17ae87b0.entry.js.map +1 -0
- package/dist/roadtrip/{p-6e3e0b40.entry.js → p-18967429.entry.js} +2 -2
- package/dist/roadtrip/{p-6e3e0b40.entry.js.map → p-18967429.entry.js.map} +1 -1
- package/dist/roadtrip/{p-a73ef7de.entry.js → p-233eb25c.entry.js} +2 -2
- package/dist/roadtrip/p-233eb25c.entry.js.map +1 -0
- package/dist/roadtrip/p-27d2770a.entry.js +2 -0
- package/dist/roadtrip/p-27d2770a.entry.js.map +1 -0
- package/dist/roadtrip/{p-4f47f4f7.entry.js → p-31cf9b61.entry.js} +2 -2
- package/dist/roadtrip/p-31cf9b61.entry.js.map +1 -0
- package/dist/roadtrip/{p-dcb280e3.entry.js → p-3bce3bdc.entry.js} +2 -2
- package/dist/roadtrip/p-3bce3bdc.entry.js.map +1 -0
- package/dist/roadtrip/p-4a2f2612.entry.js +2 -0
- package/dist/roadtrip/p-4a2f2612.entry.js.map +1 -0
- package/dist/roadtrip/p-5203acea.entry.js +2 -0
- package/dist/roadtrip/p-5203acea.entry.js.map +1 -0
- package/dist/roadtrip/p-6ad5091d.entry.js +2 -0
- package/dist/roadtrip/p-6ad5091d.entry.js.map +1 -0
- package/dist/roadtrip/{p-2c132382.entry.js → p-72b3b34a.entry.js} +2 -2
- package/dist/roadtrip/p-72b3b34a.entry.js.map +1 -0
- package/dist/roadtrip/p-7a14e5b7.entry.js +2 -0
- package/dist/roadtrip/p-7a14e5b7.entry.js.map +1 -0
- package/dist/roadtrip/{p-c3c92152.entry.js → p-7f1d9286.entry.js} +2 -2
- package/dist/roadtrip/p-7f1d9286.entry.js.map +1 -0
- package/dist/roadtrip/p-9a929988.entry.js +2 -0
- package/dist/roadtrip/p-9a929988.entry.js.map +1 -0
- package/dist/roadtrip/{p-336aa5f6.entry.js → p-9ff79904.entry.js} +2 -2
- package/dist/roadtrip/{p-336aa5f6.entry.js.map → p-9ff79904.entry.js.map} +1 -1
- package/dist/roadtrip/p-a5eee655.entry.js +2 -0
- package/dist/roadtrip/{p-40daa53b.entry.js.map → p-a5eee655.entry.js.map} +1 -1
- package/dist/roadtrip/{p-73fe2357.js → p-ac7a8bca.js} +2 -2
- package/dist/roadtrip/p-ac7a8bca.js.map +1 -0
- package/dist/roadtrip/{p-6177bb46.entry.js → p-b510e552.entry.js} +2 -2
- package/dist/roadtrip/{p-6177bb46.entry.js.map → p-b510e552.entry.js.map} +1 -1
- package/dist/roadtrip/{p-46cccafc.entry.js → p-c096723c.entry.js} +2 -2
- package/dist/roadtrip/{p-46cccafc.entry.js.map → p-c096723c.entry.js.map} +1 -1
- package/dist/roadtrip/p-c7866ae4.entry.js +2 -0
- package/dist/roadtrip/p-c7866ae4.entry.js.map +1 -0
- package/dist/roadtrip/p-cdefa79c.entry.js +2 -0
- package/dist/roadtrip/p-cdefa79c.entry.js.map +1 -0
- package/dist/roadtrip/{p-cbc00bfb.entry.js → p-cfc0a3a7.entry.js} +2 -2
- package/dist/roadtrip/p-dcbaee2f.entry.js +2 -0
- package/dist/roadtrip/p-dcbaee2f.entry.js.map +1 -0
- package/dist/roadtrip/{p-7048f786.entry.js → p-dcbb0d20.entry.js} +2 -2
- package/dist/roadtrip/p-dcbb0d20.entry.js.map +1 -0
- package/dist/roadtrip/{p-414a2791.entry.js → p-e8c9c816.entry.js} +2 -2
- package/dist/roadtrip/{p-f5cce766.entry.js → p-ebd19369.entry.js} +2 -2
- package/dist/roadtrip/{p-f5cce766.entry.js.map → p-ebd19369.entry.js.map} +1 -1
- package/dist/roadtrip/p-f7b4f1fa.entry.js +2 -0
- package/dist/roadtrip/p-f7b4f1fa.entry.js.map +1 -0
- package/dist/roadtrip/p-f90af0e1.entry.js +2 -0
- package/dist/roadtrip/p-f90af0e1.entry.js.map +1 -0
- package/dist/roadtrip/roadtrip.css +1 -1
- package/dist/roadtrip/roadtrip.esm.js +1 -1
- package/dist/roadtrip/roadtrip.esm.js.map +1 -1
- package/dist/roadtrip/svg/fuel-air-supply-color.svg +1 -1
- package/dist/roadtrip/svg/fuel-air-supply-outline.svg +1 -1
- package/dist/roadtrip/svg/funding-best-price-color.svg +1 -1
- package/dist/roadtrip/svg/funding-best-price-outline.svg +1 -1
- package/dist/roadtrip/svg/helmet-cross-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-cross-outline.svg +1 -1
- package/dist/roadtrip/svg/ice-color.svg +1 -1
- package/dist/roadtrip/svg/ice-outline.svg +1 -1
- package/dist/roadtrip/svg/ice-solid-color.svg +1 -1
- package/dist/roadtrip/svg/ice-solid.svg +1 -1
- package/dist/roadtrip/svg/light-beam-signal-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-signal-outline.svg +1 -1
- package/dist/roadtrip/svg/social-facebook-badge.svg +1 -1
- package/dist/roadtrip/svg/social-google-badge.svg +1 -1
- package/dist/roadtrip/svg/social-instagram-badge.svg +1 -1
- package/dist/roadtrip/svg/social-instagramWithinCircle.svg +1 -1
- package/dist/roadtrip/svg/social-linkedin-badge.svg +1 -1
- package/dist/roadtrip/svg/social-paypal-badge.svg +1 -1
- package/dist/roadtrip/svg/social-tiktok-badge.svg +1 -1
- package/dist/roadtrip/svg/social-twitter-badge.svg +1 -1
- package/dist/roadtrip/svg/social-whatsapp-badge.svg +1 -1
- package/dist/roadtrip/svg/social-youtube-badge.svg +1 -1
- package/dist/roadtrip/svg/tire-ice-color.svg +1 -1
- package/dist/roadtrip/svg/tire-ice-outline.svg +1 -1
- package/dist/roadtrip/svg/tire-ice-solid.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-unselected-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-unselected-outline.svg +1 -1
- package/dist/roadtrip/svg/wrench-twin-color.svg +1 -1
- package/dist/roadtrip/svg/wrench-twin-outline.svg +1 -1
- package/dist/roadtrip/svg/wrench-twin-solid.svg +1 -1
- package/dist/types/components/carousel/carousel.d.ts +1 -131
- package/dist/types/components/counter/counter.d.ts +1 -0
- package/dist/types/components/phone-number-input/phone-number-input.d.ts +1 -0
- package/dist/types/components/profil-dropdown/profil-dropdown.d.ts +2 -0
- package/dist/types/components/range/range.d.ts +3 -0
- package/dist/types/components/select-filter/select-filter.d.ts +16 -4
- package/dist/types/components.d.ts +4 -128
- package/hydrate/index.js +217 -176
- package/icons/index.js +30 -30
- package/package.json +1 -1
- package/dist/esm/index-891decf5.js.map +0 -1
- package/dist/roadtrip/p-1a761fc0.entry.js.map +0 -1
- package/dist/roadtrip/p-2b5974fc.entry.js +0 -2
- package/dist/roadtrip/p-2b5974fc.entry.js.map +0 -1
- package/dist/roadtrip/p-2c132382.entry.js.map +0 -1
- package/dist/roadtrip/p-2c8a6854.entry.js +0 -2
- package/dist/roadtrip/p-2c8a6854.entry.js.map +0 -1
- package/dist/roadtrip/p-2e25c08d.entry.js +0 -2
- package/dist/roadtrip/p-2e25c08d.entry.js.map +0 -1
- package/dist/roadtrip/p-33002e9d.entry.js +0 -2
- package/dist/roadtrip/p-33002e9d.entry.js.map +0 -1
- package/dist/roadtrip/p-372fcb4d.entry.js +0 -2
- package/dist/roadtrip/p-372fcb4d.entry.js.map +0 -1
- package/dist/roadtrip/p-40daa53b.entry.js +0 -2
- package/dist/roadtrip/p-4f47f4f7.entry.js.map +0 -1
- package/dist/roadtrip/p-5053b01a.entry.js +0 -2
- package/dist/roadtrip/p-5053b01a.entry.js.map +0 -1
- package/dist/roadtrip/p-7048f786.entry.js.map +0 -1
- package/dist/roadtrip/p-73fe2357.js.map +0 -1
- package/dist/roadtrip/p-9bef58e1.entry.js +0 -2
- package/dist/roadtrip/p-9bef58e1.entry.js.map +0 -1
- package/dist/roadtrip/p-a44a569a.entry.js +0 -2
- package/dist/roadtrip/p-a44a569a.entry.js.map +0 -1
- package/dist/roadtrip/p-a73ef7de.entry.js.map +0 -1
- package/dist/roadtrip/p-acbc0a14.entry.js +0 -2
- package/dist/roadtrip/p-acbc0a14.entry.js.map +0 -1
- package/dist/roadtrip/p-b2e7bfcb.entry.js +0 -2
- package/dist/roadtrip/p-b2e7bfcb.entry.js.map +0 -1
- package/dist/roadtrip/p-c3c92152.entry.js.map +0 -1
- package/dist/roadtrip/p-dcb280e3.entry.js.map +0 -1
- package/dist/roadtrip/p-e2149bdf.entry.js +0 -2
- package/dist/roadtrip/p-e2149bdf.entry.js.map +0 -1
- package/dist/roadtrip/p-ea28a425.entry.js.map +0 -1
- package/dist/roadtrip/p-ee7aaee5.entry.js +0 -2
- package/dist/roadtrip/p-ee7aaee5.entry.js.map +0 -1
- package/dist/roadtrip/p-faba450c.entry.js +0 -2
- package/dist/roadtrip/p-faba450c.entry.js.map +0 -1
- /package/dist/roadtrip/{p-82919e58.entry.js.map → p-16c934bc.entry.js.map} +0 -0
- /package/dist/roadtrip/{p-cbc00bfb.entry.js.map → p-cfc0a3a7.entry.js.map} +0 -0
- /package/dist/roadtrip/{p-414a2791.entry.js.map → p-e8c9c816.entry.js.map} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as e,b as a}from"./p-f3d586b3.js";export{s as setNonce}from"./p-f3d586b3.js";const o=()=>{const a=import.meta.url;const o={};if(a!==""){o.resourcesUrl=new URL(".",a).href}return e(o)};o().then((e=>a(JSON.parse('[["p-2e25c08d",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[2],"max":[2],"step":[1],"value":[2],"size":[1],"dustbin":[4],"readonly":[4],"leftIconClasses":[32],"rightIconClasses":[32],"isDustbinVisible":[32]},null,{"value":["onValueChange"]}],[1,"road-item",{"titleItem":[1,"title-item"],"text":[1],"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"layout":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-list",{"lines":[1]}],[1,"road-toolbar",{"color":[1]}],[1,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]],{"isOpen":["handleOpen"]}],[1,"road-col"],[1,"road-grid"],[1,"road-row"],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"iconOnly":[516,"icon-only"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[6,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"sizes":[1],"type":[1],"value":[1032],"label":[1],"error":[1],"helper":[1],"debounce":[2]},null,{"debounce":["debounceChanged"],"value":["valueChanged"]}],[1,"road-input-group"],[1,"road-label"],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]},null,{"name":["loadIcon"],"src":["loadIcon"],"icon":["loadIcon"]}]]],["p-1c5ac353",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["p-09bfd80b",[[1,"road-content-card",{"insetImage":[4,"inset-image"]}]]],["p-c3c92152",[[2,"road-phone-number-input",{"disabled":[4],"countryData":[16],"language":[1],"codeLabel":[1,"code-label"],"phoneLabel":[1,"phone-label"],"phoneValue":[1,"phone-value"],"countryCode":[1,"country-code"],"errorMessage":[1,"error-message"],"required":[4],"selectedCountry":[32],"selectedCountryCode":[32],"phoneNumber":[32],"countryOptions":[32],"returnObject":[32]},null,{"errorMessage":["updateMessagePosition"]}]]],["p-33002e9d",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]},null,{"value":["valueChanged"]}]]],["p-2c8a6854",[[1,"road-profil-dropdown",{"isOpen":[1028,"is-open"]}]]],["p-cbc00bfb",[[1,"road-rating",{"size":[513],"rate":[2],"showreviews":[4],"readonly":[4],"reviews":[2],"reviewsText":[1,"reviews-text"],"url":[1]}]]],["p-2b5974fc",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isLightSeparator":[4,"is-light-separator"],"isSmall":[4,"is-small"]}]]],["p-6177bb46",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["p-2c132382",[[1,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]},null,{"options":["optionsChanged"]}]]],["p-414a2791",[[6,"road-checkbox",{"checkboxId":[1,"checkbox-id"],"name":[1],"required":[4],"checked":[1028],"indeterminate":[4],"disabled":[4],"value":[1],"label":[1],"inverse":[4],"error":[1],"helper":[1]},null,{"checked":["checkedChanged"]}]]],["p-4f47f4f7",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["p-e2149bdf",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["p-6e3e0b40",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["p-faba450c",[[1,"road-dropdown",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isMedium":[4,"is-medium"],"position":[513],"direction":[513]},[[4,"click","handleDocumentClick"]]]]],["p-a73ef7de",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["p-ee7aaee5",[[6,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"],"showTick":[4,"show-tick"],"showLabels":[4,"show-labels"]},null,{"value":["valueChanged"]}]]],["p-82919e58",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"open":[64],"close":[64]},null,{"isOpen":["isOpenChanged"]}]]],["p-6f170c25",[[1,"road-alert",{"color":[1],"label":[1],"button":[1],"link":[1],"url":[1]}]]],["p-efe6e22f",[[2,"road-area-code",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"sizes":[1],"label":[1],"error":[1],"value":[1025],"triggerRender":[1026,"trigger-render"],"selectedValue":[32]},null,{"value":["valueChanged"]}]]],["p-7048f786",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["p-5053b01a",[[1,"road-button-floating",{"position":[513],"href":[1],"rel":[1],"target":[1]},[[9,"scroll","onScroll"]]]]],["p-0fca389a",[[4,"road-carousel-item"]]],["p-25ade729",[[1,"road-flap",{"color":[1],"filled":[4],"size":[513]}]]],["p-40daa53b",[[1,"road-global-navigation",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]],{"selectedTab":["selectedTabChanged"]}]]],["p-dcb280e3",[[1,"road-illustration",{"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"illustration":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"illustrationSvgContent":[32],"isVisible":[32]},null,{"name":["loadIllustration"],"src":["loadIllustration"],"illustration":["loadIllustration"]}]]],["p-60e25858",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]],{"selectedTab":["selectedTabChanged"]}]]],["p-336aa5f6",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["p-f5cce766",[[1,"road-progress",{"value":[2],"numbersteps":[1],"label":[1],"showstep":[4],"animation":[4],"light":[4],"fullwidth":[4],"color":[1]}]]],["p-254ba3c4",[[1,"road-progress-indicator-horizontal",{"color":[513],"numberStep":[2,"number-step"],"stateFirstStep":[1,"state-first-step"],"stateSecondStep":[1,"state-second-step"],"stateThirdStep":[1,"state-third-step"],"urlStep1":[1,"url-step-1"],"urlStep2":[1,"url-step-2"],"urlStep3":[1,"url-step-3"]}]]],["p-9bef58e1",[[1,"road-progress-indicator-vertical"]]],["p-68599145",[[4,"road-progress-indicator-vertical-item"]]],["p-b2e7bfcb",[[1,"road-progress-tracker"]]],["p-e42a9ec4",[[4,"road-progress-tracker-item"]]],["p-76ccfc61",[[2,"road-radio",{"radioId":[1,"radio-id"],"name":[1],"required":[4],"disabled":[4],"value":[8],"label":[1],"inverse":[4],"error":[4],"helper":[1],"inline":[4],"checked":[32]},[[8,"roadChange","onRoadChangedChanged"],[8,"roadchange","onRoadChangedChanged"]]]]],["p-96abbe85",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025],"helper":[1]},null,{"value":["valueChanged"],"error":["errorChanged"]}]]],["p-ea28a425",[[1,"road-segmented-button",{"size":[1],"selected":[1028],"tab":[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["p-20b115ed",[[1,"road-segmented-button-bar",{"selectedTab":[1,"selected-tab"]},null,{"selectedTab":["selectedTabChanged"]}]]],["p-4ba769a9",[[1,"road-segmented-buttons",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["p-a44a569a",[[2,"road-select",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"sizes":[1],"label":[1],"error":[1],"value":[1032]},null,{"value":["valueChanged"]}]]],["p-1a761fc0",[[6,"road-select-filter",{"options":[16],"parameters":[8],"isActive":[4,"is-active"],"onlySelect":[4,"only-select"],"isOpen":[32],"currentValue":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[0,"roadBlur","handleBlur"],[0,"roadblur","handleBlur"],[0,"roadChange","handleChange"],[0,"roadchange","handleChange"],[4,"click","onClickOutside"]]]]],["p-b614a9fb",[[1,"road-skeleton"]]],["p-f6d47cda",[[1,"road-spinner",{"size":[513],"color":[513]}]]],["p-30fa62f4",[[2,"road-switch",{"switchId":[1,"switch-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]},null,{"checked":["checkedChanged"]}]]],["p-6a27b5fc",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["p-e214386f",[[1,"road-tab-bar",{"secondary":[4],"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]},null,{"selectedTab":["selectedTabChanged"]}]]],["p-b09c076d",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["p-d651deea",[[6,"road-table"]]],["p-db7cb1c8",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["p-cbe0c628",[[1,"road-tag",{"color":[1],"contrast":[4]}]]],["p-5483109e",[[1,"road-text",{"color":[1]}]]],["p-acbc0a14",[[2,"road-textarea",{"textareaId":[1,"textarea-id"],"autocapitalize":[1],"autofocus":[4],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"sizes":[1],"readonly":[4],"required":[4],"spellcheck":[4],"resize":[4],"cols":[2],"rows":[2],"wrap":[1],"value":[1025],"label":[1],"error":[1],"helper":[1]},null,{"value":["valueChanged"]}]]],["p-c1dca3cc",[[2,"road-toggle",{"toggleId":[1,"toggle-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]},null,{"checked":["checkedChanged"]}]]],["p-e2c6d81f",[[1,"road-toolbar-title"]]],["p-25683dc7",[[1,"road-toolbar-title-page"]]],["p-46cccafc",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"contentAlign":[1,"content-align"],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["p-78e9bbd5",[[1,"road-avatar",{"size":[513]}]]],["p-372fcb4d",[[1,"road-card",{"elevation":[1],"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]],["p-bfcedcfb",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]},null,{"src":["srcChanged"]}]]]]'),e)));
|
|
1
|
+
import{p as e,b as a}from"./p-f3d586b3.js";export{s as setNonce}from"./p-f3d586b3.js";const o=()=>{const a=import.meta.url;const o={};if(a!==""){o.resourcesUrl=new URL(".",a).href}return e(o)};o().then((e=>a(JSON.parse('[["p-f7b4f1fa",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[2],"max":[2],"step":[1],"value":[2],"size":[1],"dustbin":[4],"readonly":[4],"leftIconClasses":[32],"rightIconClasses":[32],"isDustbinVisible":[32]},null,{"value":["onValueChange"]}],[1,"road-item",{"titleItem":[1,"title-item"],"text":[1],"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"layout":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-list",{"lines":[1]}],[1,"road-toolbar",{"color":[1]}],[1,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]],{"isOpen":["handleOpen"]}],[1,"road-col"],[1,"road-grid"],[1,"road-row"],[6,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"sizes":[1],"type":[1],"value":[1032],"label":[1],"error":[1],"helper":[1],"debounce":[2]},null,{"debounce":["debounceChanged"],"value":["valueChanged"]}],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"iconOnly":[516,"icon-only"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-input-group"],[1,"road-label"],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]},null,{"name":["loadIcon"],"src":["loadIcon"],"icon":["loadIcon"]}]]],["p-1c5ac353",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["p-7f1d9286",[[2,"road-phone-number-input",{"disabled":[4],"countryData":[16],"language":[1],"codeLabel":[1,"code-label"],"phoneLabel":[1,"phone-label"],"phoneValue":[1,"phone-value"],"countryCode":[1,"country-code"],"errorMessage":[1,"error-message"],"required":[4],"selectedCountry":[32],"selectedCountryCode":[32],"phoneNumber":[32],"countryOptions":[32],"returnObject":[32]},null,{"errorMessage":["updateMessagePosition"]}]]],["p-09bfd80b",[[1,"road-content-card",{"insetImage":[4,"inset-image"]}]]],["p-27d2770a",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]},null,{"value":["valueChanged"]}]]],["p-5203acea",[[1,"road-profil-dropdown",{"isOpen":[1028,"is-open"]},[[4,"click","handleDocumentClick"]]]]],["p-cfc0a3a7",[[1,"road-rating",{"size":[513],"rate":[2],"showreviews":[4],"readonly":[4],"reviews":[2],"reviewsText":[1,"reviews-text"],"url":[1]}]]],["p-17ae87b0",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isLightSeparator":[4,"is-light-separator"],"isSmall":[4,"is-small"]}]]],["p-b510e552",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["p-72b3b34a",[[1,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]},null,{"options":["optionsChanged"]}]]],["p-e8c9c816",[[6,"road-checkbox",{"checkboxId":[1,"checkbox-id"],"name":[1],"required":[4],"checked":[1028],"indeterminate":[4],"disabled":[4],"value":[1],"label":[1],"inverse":[4],"error":[1],"helper":[1]},null,{"checked":["checkedChanged"]}]]],["p-31cf9b61",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["p-7a14e5b7",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["p-18967429",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["p-cdefa79c",[[1,"road-dropdown",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"],"isMedium":[4,"is-medium"],"position":[513],"direction":[513]},[[4,"click","handleDocumentClick"]]]]],["p-233eb25c",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["p-9a929988",[[6,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"],"showTick":[4,"show-tick"],"showLabels":[4,"show-labels"]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"]],{"value":["valueChanged"]}]]],["p-16c934bc",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"open":[64],"close":[64]},null,{"isOpen":["isOpenChanged"]}]]],["p-6f170c25",[[1,"road-alert",{"color":[1],"label":[1],"button":[1],"link":[1],"url":[1]}]]],["p-efe6e22f",[[2,"road-area-code",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"sizes":[1],"label":[1],"error":[1],"value":[1025],"triggerRender":[1026,"trigger-render"],"selectedValue":[32]},null,{"value":["valueChanged"]}]]],["p-dcbb0d20",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["p-6ad5091d",[[1,"road-button-floating",{"position":[513],"href":[1],"rel":[1],"target":[1]},[[9,"scroll","onScroll"]]]]],["p-0fca389a",[[4,"road-carousel-item"]]],["p-25ade729",[[1,"road-flap",{"color":[1],"filled":[4],"size":[513]}]]],["p-a5eee655",[[1,"road-global-navigation",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]],{"selectedTab":["selectedTabChanged"]}]]],["p-3bce3bdc",[[1,"road-illustration",{"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"illustration":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"illustrationSvgContent":[32],"isVisible":[32]},null,{"name":["loadIllustration"],"src":["loadIllustration"],"illustration":["loadIllustration"]}]]],["p-14ecc91e",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]],{"selectedTab":["selectedTabChanged"]}]]],["p-9ff79904",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["p-ebd19369",[[1,"road-progress",{"value":[2],"numbersteps":[1],"label":[1],"showstep":[4],"animation":[4],"light":[4],"fullwidth":[4],"color":[1]}]]],["p-254ba3c4",[[1,"road-progress-indicator-horizontal",{"color":[513],"numberStep":[2,"number-step"],"stateFirstStep":[1,"state-first-step"],"stateSecondStep":[1,"state-second-step"],"stateThirdStep":[1,"state-third-step"],"urlStep1":[1,"url-step-1"],"urlStep2":[1,"url-step-2"],"urlStep3":[1,"url-step-3"]}]]],["p-054acf61",[[1,"road-progress-indicator-vertical"]]],["p-68599145",[[4,"road-progress-indicator-vertical-item"]]],["p-f90af0e1",[[1,"road-progress-tracker"]]],["p-e42a9ec4",[[4,"road-progress-tracker-item"]]],["p-76ccfc61",[[2,"road-radio",{"radioId":[1,"radio-id"],"name":[1],"required":[4],"disabled":[4],"value":[8],"label":[1],"inverse":[4],"error":[4],"helper":[1],"inline":[4],"checked":[32]},[[8,"roadChange","onRoadChangedChanged"],[8,"roadchange","onRoadChangedChanged"]]]]],["p-96abbe85",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025],"helper":[1]},null,{"value":["valueChanged"],"error":["errorChanged"]}]]],["p-08b0be1b",[[1,"road-segmented-button",{"size":[1],"selected":[1028],"tab":[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["p-20b115ed",[[1,"road-segmented-button-bar",{"selectedTab":[1,"selected-tab"]},null,{"selectedTab":["selectedTabChanged"]}]]],["p-4ba769a9",[[1,"road-segmented-buttons",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["p-4a2f2612",[[2,"road-select",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"sizes":[1],"label":[1],"error":[1],"value":[1032]},null,{"value":["valueChanged"]}]]],["p-0fd454dc",[[6,"road-select-filter",{"options":[16],"parameters":[8],"isActive":[4,"is-active"],"onlySelect":[4,"only-select"],"isOpen":[32],"currentValue":[32],"activeIndex":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[0,"roadBlur","handleBlur"],[0,"roadblur","handleBlur"],[0,"roadChange","handleChange"],[0,"roadchange","handleChange"],[4,"click","onClickOutside"],[8,"keydown","handleKeydown"]]]]],["p-b614a9fb",[[1,"road-skeleton"]]],["p-f6d47cda",[[1,"road-spinner",{"size":[513],"color":[513]}]]],["p-30fa62f4",[[2,"road-switch",{"switchId":[1,"switch-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]},null,{"checked":["checkedChanged"]}]]],["p-6a27b5fc",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["p-e214386f",[[1,"road-tab-bar",{"secondary":[4],"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]},null,{"selectedTab":["selectedTabChanged"]}]]],["p-b09c076d",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["p-d651deea",[[6,"road-table"]]],["p-db7cb1c8",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["p-cbe0c628",[[1,"road-tag",{"color":[1],"contrast":[4]}]]],["p-5483109e",[[1,"road-text",{"color":[1]}]]],["p-c7866ae4",[[2,"road-textarea",{"textareaId":[1,"textarea-id"],"autocapitalize":[1],"autofocus":[4],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"sizes":[1],"readonly":[4],"required":[4],"spellcheck":[4],"resize":[4],"cols":[2],"rows":[2],"wrap":[1],"value":[1025],"label":[1],"error":[1],"helper":[1]},null,{"value":["valueChanged"]}]]],["p-c1dca3cc",[[2,"road-toggle",{"toggleId":[1,"toggle-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]},null,{"checked":["checkedChanged"]}]]],["p-e2c6d81f",[[1,"road-toolbar-title"]]],["p-25683dc7",[[1,"road-toolbar-title-page"]]],["p-c096723c",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"contentAlign":[1,"content-align"],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["p-78e9bbd5",[[1,"road-avatar",{"size":[513]}]]],["p-dcbaee2f",[[1,"road-card",{"elevation":[1],"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]],["p-bfcedcfb",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]},null,{"src":["srcChanged"]}]]]]'),e)));
|
|
2
2
|
//# sourceMappingURL=roadtrip.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","JSON","parse"],"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.7.2 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, doc, promiseResolve, H } from '@stencil/core';\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})['data-opts'] || {} : {};\n if (importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n return promiseResolve(opts);\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"sFAKA,MAAMA,EAAe,KAajB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAC3E,GAAIF,IAAe,GAAI,CACnBE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IACrD,CACI,OAAOC,EAAeJ,EAAK,ECnB/BH,IAAeQ,MAAKC,GAEXC,EAAcC,KAAAC,MAAA,
|
|
1
|
+
{"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","JSON","parse"],"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.7.2 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, doc, promiseResolve, H } from '@stencil/core';\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})['data-opts'] || {} : {};\n if (importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n return promiseResolve(opts);\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"sFAKA,MAAMA,EAAe,KAajB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAC3E,GAAIF,IAAe,GAAI,CACnBE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IACrD,CACI,OAAOC,EAAeJ,EAAK,ECnB/BH,IAAeQ,MAAKC,GAEXC,EAAcC,KAAAC,MAAA,6/WAAuCH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M41.183 21.827h-2.5v21.826h2.5V21.827Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/><path d="m57.772 27.645 1.772 1.768 4.646-4.646-4.646-4.647-1.768 1.768 1.628 1.628h-8.945v2.5H59.4l-1.628 1.63Zm0 9.55 1.628 1.628h-8.941v2.5H59.4l-1.628 1.631 1.772 1.765 4.646-4.646-4.646-4.646-1.772 1.768Zm-18.42 23.059H25.544a4.7 4.7 0 0 1-4.58-4.8v-9.3h2.5v9.3a2.2 2.2 0 0 0 2.08 2.3h13.808a2.2 2.2 0 0 0 2.08-2.3v-9.3h2.5v9.3a4.7 4.7 0 0 1-4.58 4.8ZM37 19.327v.445a7.625 7.625 0 0 1-.288 2.055h7.861v21.827H20.327V21.827h1.683a7.626 7.626 0 0 1-.289-2.055v-.445h-3.894v26.827h29.246V19.327H37Zm-8.347-15.58h-2.5v2.5h2.5v-2.5ZM10.318 27.226c-.88 1.06-1.389 1.612-2.466 1.612-1.077 0-1.585-.553-2.464-1.612C4.457 26.106 3.3 24.712 1 24.712v2.5c1.077 0 1.585.553 2.464 1.611.931 1.121 2.088 2.515 4.388 2.515s3.458-1.394 4.392-2.514c.881-1.059 1.389-1.612 2.467-1.612v-2.5c-2.303 0-3.462 1.394-4.393 2.514Zm0 10.745c-.88 1.06-1.389 1.612-2.466 1.612-1.077 0-1.585-.553-2.464-1.612C4.457 36.854 3.3 35.454 1 35.454v2.5c1.077 0 1.585.553 2.464 1.612.931 1.12 2.088 2.514 4.388 2.514s3.458-1.394 4.389-2.514c.881-1.059 1.389-1.612 2.467-1.612v-2.5c-2.3 0-3.459 1.4-4.39 2.517Z"/><path d="M29.361 27.411a7.648 7.648 0 0 1-7.64-7.639V8.183H37v11.59a7.647 7.647 0 0 1-7.639 7.638Zm-5.14-16.728v9.09a5.14 5.14 0 0 0 10.279 0v-9.09H24.221Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M41.183 21.827h-2.5v21.826h2.5V21.827Zm16.589 5.818 1.772 1.768 4.646-4.646-4.646-4.647-1.768 1.768 1.628 1.628h-8.945v2.5H59.4l-1.628 1.63Zm0 9.55 1.628 1.628h-8.941v2.5H59.4l-1.628 1.631 1.772 1.765 4.646-4.646-4.646-4.646-1.772 1.768Zm-18.42 23.059H25.544a4.7 4.7 0 0 1-4.58-4.8v-9.3h2.5v9.3a2.2 2.2 0 0 0 2.08 2.3h13.808a2.2 2.2 0 0 0 2.08-2.3v-9.3h2.5v9.3a4.7 4.7 0 0 1-4.58 4.8Z"/><path d="M37 19.327v.445a7.625 7.625 0 0 1-.288 2.055h7.861v21.827H20.327V21.827h1.683a7.626 7.626 0 0 1-.289-2.055v-.445h-3.894v26.827h29.246V19.327H37Zm-8.347-15.58h-2.5v2.5h2.5v-2.5ZM10.318 27.226c-.88 1.06-1.389 1.612-2.466 1.612-1.077 0-1.585-.553-2.464-1.612C4.457 26.106 3.3 24.712 1 24.712v2.5c1.077 0 1.585.553 2.464 1.611.931 1.121 2.088 2.515 4.388 2.515s3.458-1.394 4.392-2.514c.881-1.059 1.389-1.612 2.467-1.612v-2.5c-2.303 0-3.462 1.394-4.393 2.514Zm0 10.745c-.88 1.06-1.389 1.612-2.466 1.612-1.077 0-1.585-.553-2.464-1.612C4.457 36.854 3.3 35.454 1 35.454v2.5c1.077 0 1.585.553 2.464 1.612.931 1.12 2.088 2.514 4.388 2.514s3.458-1.394 4.389-2.514c.881-1.059 1.389-1.612 2.467-1.612v-2.5c-2.3 0-3.459 1.4-4.39 2.517Z"/><path d="M29.361 27.411a7.648 7.648 0 0 1-7.64-7.639V8.183H37v11.59a7.647 7.647 0 0 1-7.639 7.638Zm-5.14-16.728v9.09a5.14 5.14 0 0 0 10.279 0v-9.09H24.221Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32.74 45.91a15.564 15.564 0 1 1 15.565-15.564A15.582 15.582 0 0 1 32.74 45.91Zm0-28.627a13.064 13.064 0 1 0 13.065 13.063A13.08 13.08 0 0 0 32.74 17.283Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/><path d="M32.877 35.44a3.008 3.008 0 0 1-3.073-2.93v-.914h3.546v-2.5h-3.546v-.912a3.077 3.077 0 0 1 6.147 0h2.5a5.575 5.575 0 0 0-11.147 0v.912h-1.45v2.5h1.45v.913a5.575 5.575 0 0 0 11.147 0h-2.5a3.008 3.008 0 0 1-3.074 2.93Zm24.543 8.801-.95-2.312c1.307-.538 2.432-1.718 3.847-4.09a6.836 6.836 0 0 0-4.43-.346c-2.25.6-4.277 2.393-5.86 5.175l-2.173-1.236c1.92-3.377 4.476-5.574 7.388-6.354a9.584 9.584 0 0 1 7.448 1.157l1.05.616-.59 1.067c-1.7 3.08-3.324 5.334-5.73 6.323Zm-8.686 9.203c-.14 0-.28 0-.42-.01a10.855 10.855 0 0 1-6.9-3.362l-.905-.863.864-.9a12.705 12.705 0 0 1 8.21-4.256 10.282 10.282 0 0 1 7.916 3.044l.9.863-.863.9c-2.907 3.043-5.866 4.584-8.802 4.584Zm-4.61-4.32a7.65 7.65 0 0 0 4.317 1.812c2.036.097 4.149-.859 6.339-2.869a7.547 7.547 0 0 0-5.025-1.524 9.64 9.64 0 0 0-5.631 2.58Zm9.528-14.889-2.494-.166c.476-7.174 5.14-11.709 11.6-11.275l1.247.083-.083 1.247c-.3 4.56-1.787 7.8-4.411 9.62l-1.426-2.054c1.728-1.2 2.806-3.352 3.212-6.406-4.404.277-7.29 3.601-7.645 8.951ZM50.9 25.701c-2.206-6.842.45-12.774 6.609-14.762l1.19-.384.383 1.19c1.407 4.357 1.22 7.917-.553 10.582l-2.082-1.385c1.168-1.755 1.377-4.156.625-7.149-3.985 1.883-5.438 6.037-3.793 11.14l-2.38.768ZM8.06 44.241c-2.4-.989-4.028-3.243-5.73-6.323l-.59-1.067 1.052-.616a9.588 9.588 0 0 1 7.449-1.157c2.912.78 5.466 2.977 7.387 6.354l-2.173 1.236c-1.583-2.782-3.61-4.572-5.861-5.175a6.855 6.855 0 0 0-4.43.346c1.416 2.372 2.54 3.552 3.847 4.09l-.951 2.312Zm8.688 9.203c-2.936 0-5.895-1.54-8.8-4.584l-.864-.9.9-.863a10.27 10.27 0 0 1 7.914-3.044 12.71 12.71 0 0 1 8.212 4.256l.863.9-.9.863a10.855 10.855 0 0 1-6.9 3.361 8.74 8.74 0 0 1-.425.011Zm-6.043-5.377c2.186 2.007 4.299 2.963 6.338 2.87a7.649 7.649 0 0 0 4.315-1.814 9.633 9.633 0 0 0-5.63-2.58 7.576 7.576 0 0 0-5.023 1.524Zm1.125-13.832c-.355-5.35-3.242-8.673-7.64-8.95.406 3.053 1.484 5.205 3.212 6.405l-1.426 2.053c-2.624-1.822-4.108-5.059-4.411-9.619l-.083-1.247 1.247-.083c6.458-.438 11.119 4.1 11.6 11.275l-2.5.166Zm2.752-8.534-2.378-.768c1.645-5.1.19-9.257-3.794-11.14-.751 2.993-.542 5.394.626 7.15l-2.082 1.384c-1.774-2.665-1.96-6.225-.555-10.582l.384-1.19 1.189.384c6.16 1.988 8.817 7.922 6.61 14.762Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32.74 45.91a15.564 15.564 0 1 1 15.565-15.564A15.582 15.582 0 0 1 32.74 45.91Zm0-28.627a13.064 13.064 0 1 0 13.065 13.063A13.08 13.08 0 0 0 32.74 17.283Z"/><path d="M32.877 35.44a3.008 3.008 0 0 1-3.073-2.93v-.914h3.546v-2.5h-3.546v-.912a3.077 3.077 0 0 1 6.147 0h2.5a5.575 5.575 0 0 0-11.147 0v.912h-1.45v2.5h1.45v.913a5.575 5.575 0 0 0 11.147 0h-2.5a3.008 3.008 0 0 1-3.074 2.93Zm24.543 8.801-.95-2.312c1.307-.538 2.432-1.718 3.847-4.09a6.836 6.836 0 0 0-4.43-.346c-2.25.6-4.277 2.393-5.86 5.175l-2.173-1.236c1.92-3.377 4.476-5.574 7.388-6.354a9.584 9.584 0 0 1 7.448 1.157l1.05.616-.59 1.067c-1.7 3.08-3.324 5.334-5.73 6.323Zm-8.686 9.203c-.14 0-.28 0-.42-.01a10.855 10.855 0 0 1-6.9-3.362l-.905-.863.864-.9a12.705 12.705 0 0 1 8.21-4.256 10.282 10.282 0 0 1 7.916 3.044l.9.863-.863.9c-2.907 3.043-5.866 4.584-8.802 4.584Zm-4.61-4.32a7.65 7.65 0 0 0 4.317 1.812c2.036.097 4.149-.859 6.339-2.869a7.547 7.547 0 0 0-5.025-1.524 9.64 9.64 0 0 0-5.631 2.58Zm9.528-14.889-2.494-.166c.476-7.174 5.14-11.709 11.6-11.275l1.247.083-.083 1.247c-.3 4.56-1.787 7.8-4.411 9.62l-1.426-2.054c1.728-1.2 2.806-3.352 3.212-6.406-4.404.277-7.29 3.601-7.645 8.951ZM50.9 25.701c-2.206-6.842.45-12.774 6.609-14.762l1.19-.384.383 1.19c1.407 4.357 1.22 7.917-.553 10.582l-2.082-1.385c1.168-1.755 1.377-4.156.625-7.149-3.985 1.883-5.438 6.037-3.793 11.14l-2.38.768ZM8.06 44.241c-2.4-.989-4.028-3.243-5.73-6.323l-.59-1.067 1.052-.616a9.588 9.588 0 0 1 7.449-1.157c2.912.78 5.466 2.977 7.387 6.354l-2.173 1.236c-1.583-2.782-3.61-4.572-5.861-5.175a6.855 6.855 0 0 0-4.43.346c1.416 2.372 2.54 3.552 3.847 4.09l-.951 2.312Zm8.688 9.203c-2.936 0-5.895-1.54-8.8-4.584l-.864-.9.9-.863a10.27 10.27 0 0 1 7.914-3.044 12.71 12.71 0 0 1 8.212 4.256l.863.9-.9.863a10.855 10.855 0 0 1-6.9 3.361 8.74 8.74 0 0 1-.425.011Zm-6.043-5.377c2.186 2.007 4.299 2.963 6.338 2.87a7.649 7.649 0 0 0 4.315-1.814 9.633 9.633 0 0 0-5.63-2.58 7.576 7.576 0 0 0-5.023 1.524Zm1.125-13.832c-.355-5.35-3.242-8.673-7.64-8.95.406 3.053 1.484 5.205 3.212 6.405l-1.426 2.053c-2.624-1.822-4.108-5.059-4.411-9.619l-.083-1.247 1.247-.083c6.458-.438 11.119 4.1 11.6 11.275l-2.5.166Zm2.752-8.534-2.378-.768c1.645-5.1.19-9.257-3.794-11.14-.751 2.993-.542 5.394.626 7.15l-2.082 1.384c-1.774-2.665-1.96-6.225-.555-10.582l.384-1.19 1.189.384c6.16 1.988 8.817 7.922 6.61 14.762Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="m58.638 42.21-.084-1.033-7.985-.84-3.948 1.58-11.857-2.97a2.11 2.11 0 0 1-1.562-1.633l-2.145-10.716-.153-.764a2.932 2.932 0 0 1 2.113-3.4l7.023-1.878a7.927 7.927 0 0 0 4.826-3.683c.757-1.32 2.572-4.454 3.317-5.752C21.923-10.19-12.28 20.49 6.301 48.541l47.533 11.626a28.164 28.164 0 0 0 4.804-17.957Zm-5.965 15.1L7.823 46.338C-7.686 21.915 21.622-5.317 44.882 11.846l-2.171 3.764a5.45 5.45 0 0 1-3.315 2.53l-7.022 1.877a5.436 5.436 0 0 0-3.918 6.307l2.3 11.483a4.594 4.594 0 0 0 3.4 3.564l12.65 3.166 4.124-1.65 5.286.556a25.53 25.53 0 0 1-3.543 13.867Z"/><path d="M25.782 12.191a1.25 1.25 0 0 1-.2-2.484 22.906 22.906 0 0 1 3.634-.29 1.25 1.25 0 1 1 0 2.5c-1.084 0-2.166.086-3.236.258a1.31 1.31 0 0 1-.198.016ZM7.691 33.446a1.25 1.25 0 0 1-1.25-1.25A22.8 22.8 0 0 1 20.049 11.34a1.25 1.25 0 0 1 1.008 2.288A20.3 20.3 0 0 0 8.941 32.194a1.25 1.25 0 0 1-1.25 1.252Zm25.697-5.3 10.485-2.8a39.12 39.12 0 0 1 10.076-1.32h8.333l2.284-4.568-5.367-2.3a67.239 67.239 0 0 1-11.017-6.038l-1.246 2.161a68.72 68.72 0 0 0 11.276 6.174l2.931 1.256-.407.815h-6.787c-3.62 0-7.223.47-10.721 1.4l-10.489 2.8a4.624 4.624 0 0 0-1.682.872s.757 3.725.757 3.577a2.121 2.121 0 0 1 1.574-2.029Z"/><path d="M50.25 54.539a1.25 1.25 0 0 1-1.2-1.612l1.832-6.041a1.249 1.249 0 1 1 2.392.725l-1.827 6.037a1.25 1.25 0 0 1-1.196.891Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="m58.638 42.21-.084-1.033-7.985-.84-3.948 1.58-11.857-2.97a2.11 2.11 0 0 1-1.562-1.633l-2.145-10.716-.153-.764a2.932 2.932 0 0 1 2.113-3.4l7.023-1.878a7.927 7.927 0 0 0 4.826-3.683c.757-1.32 2.572-4.454 3.317-5.752C21.923-10.19-12.28 20.49 6.301 48.541l47.533 11.626a28.164 28.164 0 0 0 4.804-17.957Zm-5.965 15.1L7.823 46.338C-7.686 21.915 21.622-5.317 44.882 11.846l-2.171 3.764a5.45 5.45 0 0 1-3.315 2.53l-7.022 1.877a5.436 5.436 0 0 0-3.918 6.307l2.3 11.483a4.594 4.594 0 0 0 3.4 3.564l12.65 3.166 4.124-1.65 5.286.556a25.53 25.53 0 0 1-3.543 13.867Z"/><path d="M25.782 12.191a1.25 1.25 0 0 1-.2-2.484 22.906 22.906 0 0 1 3.634-.29 1.25 1.25 0 1 1 0 2.5c-1.084 0-2.166.086-3.236.258a1.31 1.31 0 0 1-.198.016ZM7.691 33.446a1.25 1.25 0 0 1-1.25-1.25A22.8 22.8 0 0 1 20.049 11.34a1.25 1.25 0 0 1 1.008 2.288A20.3 20.3 0 0 0 8.941 32.194a1.25 1.25 0 0 1-1.25 1.252Zm25.697-5.3 10.485-2.8a39.12 39.12 0 0 1 10.076-1.32h8.333l2.284-4.568-5.367-2.3a67.239 67.239 0 0 1-11.017-6.038l-1.246 2.161a68.72 68.72 0 0 0 11.276 6.174l2.931 1.256-.407.815h-6.787c-3.62 0-7.223.47-10.721 1.4l-10.489 2.8a4.624 4.624 0 0 0-1.682.872s.757 3.725.757 3.577a2.121 2.121 0 0 1 1.574-2.029ZM50.25 54.539a1.25 1.25 0 0 1-1.2-1.612l1.832-6.041a1.249 1.249 0 1 1 2.392.725l-1.827 6.037a1.25 1.25 0 0 1-1.196.891Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M64.127 58H1L32.565 3.33 64.127 58Zm-58.8-2.5h54.47L32.565 8.33 5.327 55.5Z"/><path d="M36.228 28.457 32.175 41.1l-4.35-14.876-4.828 7.85-2.8-4.326-1.4 2.432 4.258 6.58 3.953-6.43 5.057 17.306 4.972-15.513 4.188 6.2 3.19-11.464-1.75-3.032-2.4 8.614-4.037-5.984Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M64.127 58H1L32.565 3.33 64.127 58Zm-58.8-2.5h54.47L32.565 8.33 5.327 55.5Z"/><path d="M36.228 28.457 32.175 41.1l-4.35-14.876-4.828 7.85-2.8-4.326-1.4 2.432 4.258 6.58 3.953-6.43 5.057 17.306 4.972-15.513 4.188 6.2 3.19-11.464-1.75-3.032-2.4 8.614-4.037-5.984Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32.565 3.33 1 58h63.128L32.565 3.33Zm0 5 10.1 17.5-2.4 8.61-4.039-5.983-4.051 12.646-4.35-14.879-4.827 7.845-2.8-4.326L32.565 8.33Z" fill="#276891" fill-opacity=".88"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32.565 3.33 1 58h63.128L32.565 3.33Zm0 5 10.1 17.5-2.4 8.61-4.039-5.983-4.051 12.646-4.35-14.879-4.827 7.845-2.8-4.326L32.565 8.33Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M44.413 51.543V41.035h-9.975V22.757h9.975V12.25l19.646 19.647-19.646 19.646Zm-7.475-13.008h9.975v6.972l13.608-13.61-13.608-13.612v6.972h-9.975v13.278Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/><path d="M20.646 52.293 1 32.647 20.646 13v10.507h9.975v18.278h-9.974l-.001 10.508ZM4.535 32.647l13.611 13.611v-6.973h9.975V26.007h-9.974v-6.972L4.535 32.647Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M44.413 51.543V41.035h-9.975V22.757h9.975V12.25l19.646 19.647-19.646 19.646Zm-7.475-13.008h9.975v6.972l13.608-13.61-13.608-13.612v6.972h-9.975v13.278ZM20.646 52.293 1 32.647 20.646 13v10.507h9.975v18.278h-9.974l-.001 10.508ZM4.535 32.647l13.611 13.611v-6.973h9.975V26.007h-9.974v-6.972L4.535 32.647Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64Zm8.506 21.058h-3.084c-2.418 0-2.886 1.149-2.886 2.835v3.718H40.3l-.751 5.824h-5.012V48.38h-6.014V33.437h-5.029v-5.824h5.029v-4.3c0-4.984 3.044-7.7 7.49-7.7a41.258 41.258 0 0 1 4.494.229l-.001 5.216Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64Zm10.166 40.4c-3.24 4.559-9.745 5.89-14.82 3.937a13.03 13.03 0 0 1 4.72-25.169 13.2 13.2 0 0 1 8.7 3.215 46.31 46.31 0 0 1-3.3 3.421c-2.96-2.046-7.171-2.631-10.131-.267a8.339 8.339 0 0 0-.354 13c3.962 3.6 11.449 1.81 12.544-3.694-2.481-.037-4.969 0-7.45-.081-.006-1.48-.013-2.96-.006-4.44 4.148-.012 8.3-.019 12.451.012.246 3.481-.215 7.187-2.354 10.066Z"/><path d="M32 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64Zm10.166 40.4c-3.24 4.559-9.745 5.89-14.82 3.937a13.03 13.03 0 0 1 4.72-25.169 13.2 13.2 0 0 1 8.7 3.215 46.31 46.31 0 0 1-3.3 3.421c-2.96-2.046-7.171-2.631-10.131-.267a8.339 8.339 0 0 0-.354 13c3.962 3.6 11.449 1.81 12.544-3.694-2.481-.037-4.969 0-7.45-.081-.006-1.48-.013-2.96-.006-4.44 4.148-.012 8.3-.019 12.451.012.246 3.481-.215 7.187-2.354 10.066Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M46.938 20.7a6.347 6.347 0 0 0-3.638-3.638 10.607 10.607 0 0 0-3.558-.66c-2.02-.092-2.627-.11-7.743-.11h-1.716c-3.571 0-4.256.028-6.024.108a10.587 10.587 0 0 0-3.558.661 6.347 6.347 0 0 0-3.637 3.639 10.61 10.61 0 0 0-.66 3.558c-.092 2.02-.11 2.624-.11 7.74s.018 5.724.11 7.744a10.59 10.59 0 0 0 .66 3.557 6.349 6.349 0 0 0 3.636 3.628c1.14.422 2.343.646 3.558.661 2.02.092 2.626.112 7.743.112 5.117 0 5.723-.02 7.743-.112a10.569 10.569 0 0 0 3.558-.66 6.353 6.353 0 0 0 3.636-3.634 10.62 10.62 0 0 0 .66-3.557c.092-2.02.112-2.627.112-7.74s-.02-5.721-.112-7.74a10.588 10.588 0 0 0-.66-3.557ZM32 41.838a9.839 9.839 0 1 1 0-19.682 9.839 9.839 0 0 1 0 19.684v-.002Zm10.23-17.767a2.3 2.3 0 1 1 0-4.6 2.3 2.3 0 0 1 0 4.6Z"/><path d="M32.002 25.613a6.387 6.387 0 1 1 0 12.774 6.387 6.387 0 0 1 0-12.774Z"/><path d="M32 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64Zm19.046 39.9a14.199 14.199 0 0 1-.89 4.651 9.818 9.818 0 0 1-5.6 5.606 14.08 14.08 0 0 1-4.653.89c-2.044.093-2.7.116-7.9.116s-5.856-.023-7.9-.116a14.07 14.07 0 0 1-4.651-.89 9.806 9.806 0 0 1-5.6-5.606 14.081 14.081 0 0 1-.89-4.651c-.093-2.044-.116-2.7-.116-7.9s.024-5.857.115-7.9a14 14 0 0 1 .89-4.651 9.8 9.8 0 0 1 5.606-5.6 14.065 14.065 0 0 1 4.651-.89c2.043-.093 2.7-.116 7.9-.116s5.854.023 7.9.116a14.11 14.11 0 0 1 4.655.89 9.8 9.8 0 0 1 5.6 5.6c.555 1.49.856 3.062.89 4.651.092 2.044.116 2.7.116 7.9s-.032 5.855-.123 7.9Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M46.938 20.7a6.347 6.347 0 0 0-3.638-3.638 10.607 10.607 0 0 0-3.558-.66c-2.02-.092-2.627-.11-7.743-.11h-1.716c-3.571 0-4.256.028-6.024.108a10.587 10.587 0 0 0-3.558.661 6.347 6.347 0 0 0-3.637 3.639 10.61 10.61 0 0 0-.66 3.558c-.092 2.02-.11 2.624-.11 7.74s.018 5.724.11 7.744a10.59 10.59 0 0 0 .66 3.557 6.349 6.349 0 0 0 3.636 3.628c1.14.422 2.343.646 3.558.661 2.02.092 2.626.112 7.743.112 5.117 0 5.723-.02 7.743-.112a10.569 10.569 0 0 0 3.558-.66 6.353 6.353 0 0 0 3.636-3.634 10.62 10.62 0 0 0 .66-3.557c.092-2.02.112-2.627.112-7.74s-.02-5.721-.112-7.74a10.589 10.589 0 0 0-.66-3.557ZM32 41.838a9.839 9.839 0 1 1 0-19.682 9.839 9.839 0 0 1 0 19.684v-.002Zm10.23-17.767a2.3 2.3 0 1 1 0-4.6 2.3 2.3 0 0 1 0 4.6Z"/><path d="M32.002 25.613a6.387 6.387 0 1 1 0 12.774 6.387 6.387 0 0 1 0-12.774Z"/><path d="M32 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64Zm19.046 39.9a14.199 14.199 0 0 1-.89 4.651 9.818 9.818 0 0 1-5.6 5.606 14.08 14.08 0 0 1-4.653.89c-2.044.093-2.7.116-7.9.116s-5.856-.023-7.9-.116a14.07 14.07 0 0 1-4.651-.89 9.806 9.806 0 0 1-5.6-5.606 14.081 14.081 0 0 1-.89-4.651c-.093-2.044-.116-2.7-.116-7.9s.024-5.857.115-7.9a14 14 0 0 1 .89-4.651 9.8 9.8 0 0 1 5.606-5.6 14.065 14.065 0 0 1 4.651-.89c2.043-.093 2.7-.116 7.9-.116s5.854.023 7.9.116a14.11 14.11 0 0 1 4.655.89 9.8 9.8 0 0 1 5.6 5.6c.555 1.49.856 3.062.89 4.651.092 2.044.116 2.7.116 7.9s-.032 5.855-.123 7.9Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M38.66 27.18c-3.07 0-4.44 1.69-5.21 2.87v.06h-.04s.03-.04.04-.06v-2.46h-5.78c.08 1.63 0 17.4 0 17.4h5.78v-9.72c0-.52.04-1.04.19-1.41.42-1.04 1.37-2.12 2.97-2.12 2.09 0 2.93 1.6 2.93 3.94v9.31h5.78v-9.98c0-5.34-2.85-7.83-6.66-7.83ZM21.61 19.2c-1.98 0-3.27 1.3-3.27 3.01 0 1.71 1.26 3.01 3.2 3.01h.04c2.02 0 3.27-1.34 3.27-3.01-.04-1.71-1.26-3.01-3.23-3.01h-.01Zm2.85 8.39h-5.78v17.4h5.78v-17.4Z"/><path d="M32 0C14.33 0 0 14.33 0 32s14.33 32 32 32 32-14.33 32-32S49.67 0 32 0Zm19.15 48.51c0 1.52-1.27 2.76-2.83 2.76H15.68c-1.56 0-2.83-1.24-2.83-2.76V15.49c0-1.52 1.27-2.76 2.83-2.76h32.64c1.56 0 2.83 1.24 2.83 2.76v33.02Z"/><path d="M33.45 30.11v-.06s-.03.04-.04.06h.04Z" fill="#2867B2"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M54.63 9.37C48.63 3.37 40.49 0 32 0c-6.33 0-12.52 1.88-17.78 5.39A32.078 32.078 0 0 0 2.43 19.75 32.068 32.068 0 0 0 .61 38.24a31.89 31.89 0 0 0 8.76 16.38 32.116 32.116 0 0 0 16.38 8.76c6.21 1.23 12.64.6 18.49-1.82A31.95 31.95 0 0 0 58.6 49.77a31.964 31.964 0 0 0 5.39-17.78c0-8.49-3.37-16.63-9.37-22.63l.01.01Zm-8.02 20.18-.2 1.3c-.82 5.41-5.39 9.34-10.86 9.34h-1.64l-1.05 6.83a2.768 2.768 0 0 1-2.75 2.36H25c-.81 0-1.58-.35-2.11-.97-.53-.62-.76-1.43-.64-2.24l.32-2.1h-4.23c-.63 0-1.12-.57-1.02-1.19l4.23-27.37c.08-.5.51-.88 1.02-.88h13.2c3.69 0 6.6 2.97 6.68 6.52.35.19.69.41 1.01.65a8.211 8.211 0 0 1 3.14 7.75h.01Z"/><path d="M31.68 33.07H27.8l-1.98 12.8h3.66l1.05-6.82a2.768 2.768 0 0 1 2.75-2.36h2.26c3.73 0 6.84-2.68 7.4-6.37l.2-1.3c.22-1.44-.25-2.88-1.23-3.92a10.56 10.56 0 0 1-10.23 7.97Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M54.63 9.37C48.63 3.37 40.49 0 32 0c-6.33 0-12.52 1.88-17.78 5.39A32.078 32.078 0 0 0 2.43 19.75 32.068 32.068 0 0 0 .61 38.24a31.89 31.89 0 0 0 8.76 16.38 32.116 32.116 0 0 0 16.38 8.76c6.21 1.23 12.64.6 18.49-1.82A31.95 31.95 0 0 0 58.6 49.77a31.964 31.964 0 0 0 5.39-17.78c0-8.49-3.37-16.63-9.37-22.63l.01.01Zm-8.76 17.77s-1.93-.08-3.36-.46c-2-.53-3.28-1.35-3.28-1.35l-.95-.63v11.27c0 .63-.17 2.19-.66 3.5a10.71 10.71 0 0 1-1.84 3.06s-1.23 1.52-3.38 2.54c-1.94.92-3.65.9-4.16.92 0 0-2.95.12-5.61-1.69h-.01c-.9-.63-1.7-1.38-2.38-2.25-.84-1.07-1.36-2.35-1.49-2.72-.21-.65-.66-2.18-.59-3.66.11-2.61.98-4.22 1.21-4.62.61-1.1 1.41-2.08 2.35-2.9a10.21 10.21 0 0 1 7.87-2.3v5.6a4.7 4.7 0 0 0-1.43-.23c-2.56 0-4.64 2.09-4.64 4.67s2.08 4.67 4.64 4.67c.8 0 1.58-.21 2.27-.6a4.685 4.685 0 0 0 2.35-3.7v-.16c.01-.28.01-.56.01-.85V14h5.5s-.07.53.07 1.34c.17.98.62 2.38 1.82 3.76.48.52 1.03.98 1.62 1.37.2.13.41.26.63.37 1.41.7 2.78.91 3.45.84v5.46h-.01Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64Zm14.028 26.294c.012.316.019.639.019.962 0 9.807-7.277 21.112-20.59 21.112a20.145 20.145 0 0 1-11.087-3.327c.571.068 1.146.1 1.721.1 3.271 0 6.444-1.121 8.988-3.178a7.263 7.263 0 0 1-6.76-5.151 7.04 7.04 0 0 0 1.363.132 6.9 6.9 0 0 0 1.907-.261 7.378 7.378 0 0 1-5.81-7.279v-.091a7.106 7.106 0 0 0 3.28.926 7.47 7.47 0 0 1-3.22-6.176 7.557 7.557 0 0 1 .979-3.735 20.378 20.378 0 0 0 14.917 7.752 7.566 7.566 0 0 1-.186-1.69 7.33 7.33 0 0 1 7.234-7.42 7.137 7.137 0 0 1 5.282 2.342 14.252 14.252 0 0 0 4.6-1.8 7.4 7.4 0 0 1-3.182 4.1 14.13 14.13 0 0 0 4.155-1.168 14.841 14.841 0 0 1-3.61 3.85Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g clip-path="url(#a)" fill-rule="evenodd" clip-rule="evenodd"><path d="M32.074 47.493h.006c8.668 0 15.722-7.021 15.726-15.651a15.516 15.516 0 0 0-4.602-11.072 15.658 15.658 0 0 0-11.118-4.59c-8.675 0-15.73 7.02-15.733 15.65a15.555 15.555 0 0 0 2.404 8.328l.374.593-1.588 5.775 5.952-1.554.574.34a15.765 15.765 0 0 0 8.005 2.181Zm5.401-13.251c.434.157 2.758 1.295 3.23 1.53v.002l.258.126c.33.159.553.266.648.424.118.196.118 1.138-.276 2.237-.393 1.099-2.282 2.102-3.19 2.237-.815.121-1.846.172-2.978-.186a27.194 27.194 0 0 1-2.695-.992c-4.43-1.904-7.424-6.175-7.993-6.986l-.083-.118-.003-.004c-.248-.329-1.928-2.558-1.928-4.864 0-2.167 1.07-3.303 1.563-3.826l.092-.099c.433-.47.945-.588 1.26-.588.317 0 .631.002.907.016.034.002.07.002.107.002.275-.002.618-.003.957.806.137.327.34.82.552 1.332.399.966.828 2.007.905 2.161.118.236.197.51.04.824l-.07.14c-.117.237-.203.414-.403.645-.08.093-.164.194-.247.294-.161.196-.323.39-.463.53-.236.234-.482.489-.206.96.275.472 1.224 2.012 2.63 3.26a12.233 12.233 0 0 0 3.488 2.194c.13.056.236.102.314.14.472.236.748.197 1.024-.117.276-.313 1.182-1.373 1.497-1.845.315-.47.63-.392 1.063-.235Z"/><path d="M32 64c17.673 0 32-14.327 32-32C64 14.327 49.673 0 32 0 14.327 0 0 14.327 0 32c0 17.673 14.327 32 32 32Zm.08-51c5.061.002 9.812 1.963 13.383 5.522 3.573 3.56 5.539 8.29 5.537 13.322-.004 10.382-8.493 18.83-18.92 18.83h-.008a18.968 18.968 0 0 1-9.042-2.292L13 51l2.684-9.758a18.718 18.718 0 0 1-2.525-9.413C13.162 21.445 21.65 13 32.079 13Z"/></
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g clip-path="url(#a)" fill-rule="evenodd" clip-rule="evenodd"><path d="M32.074 47.493h.006c8.668 0 15.722-7.021 15.726-15.651a15.516 15.516 0 0 0-4.602-11.072 15.658 15.658 0 0 0-11.118-4.59c-8.675 0-15.73 7.02-15.733 15.65a15.555 15.555 0 0 0 2.404 8.328l.374.593-1.588 5.775 5.952-1.554.574.34a15.765 15.765 0 0 0 8.005 2.181Zm5.401-13.251c.434.157 2.758 1.295 3.23 1.53v.002l.258.126c.33.159.553.266.648.424.118.196.118 1.138-.276 2.237-.393 1.099-2.282 2.102-3.19 2.237-.815.121-1.846.172-2.978-.186a27.194 27.194 0 0 1-2.695-.992c-4.43-1.904-7.424-6.175-7.993-6.986l-.083-.118-.003-.004c-.248-.329-1.928-2.558-1.928-4.864 0-2.167 1.07-3.303 1.563-3.826l.092-.099c.433-.47.945-.588 1.26-.588.317 0 .631.002.907.016.034.002.07.002.107.002.275-.002.618-.003.957.806.137.327.34.82.552 1.332.399.966.828 2.007.905 2.161.118.236.197.51.04.824l-.07.14c-.117.237-.203.414-.403.645-.08.093-.164.194-.247.294-.161.196-.323.39-.463.53-.236.234-.482.489-.206.96.275.472 1.224 2.012 2.63 3.26a12.233 12.233 0 0 0 3.488 2.194c.13.056.236.102.314.14.472.236.748.197 1.024-.117.276-.313 1.182-1.373 1.497-1.845.315-.47.63-.392 1.063-.235Z"/><path d="M32 64c17.673 0 32-14.327 32-32C64 14.327 49.673 0 32 0 14.327 0 0 14.327 0 32c0 17.673 14.327 32 32 32Zm.08-51c5.061.002 9.812 1.963 13.383 5.522 3.573 3.56 5.539 8.29 5.537 13.322-.004 10.382-8.493 18.83-18.92 18.83h-.008a18.968 18.968 0 0 1-9.042-2.292L13 51l2.684-9.758a18.718 18.718 0 0 1-2.525-9.413C13.162 21.445 21.65 13 32.079 13Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="m28.256 36.737 9.8-5.113-9.8-5.148v10.261Z"/><path d="M32 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64Zm18.132 33.379a55.604 55.604 0 0 1-.363 5.911 7.94 7.94 0 0 1-1.441 3.625 5.168 5.168 0 0 1-3.628 1.547c-5.075.37-12.694.381-12.694.381s-9.428-.087-12.33-.367a6.121 6.121 0 0 1-4-1.561 7.932 7.932 0 0 1-1.44-3.625 55.604 55.604 0 0 1-.363-5.911v-2.771c.016-1.975.137-3.948.363-5.911a7.934 7.934 0 0 1 1.44-3.625 5.162 5.162 0 0 1 3.634-1.546c5.075-.37 12.686-.37 12.686-.37h.016s7.612 0 12.686.37a5.16 5.16 0 0 1 3.633 1.546 7.94 7.94 0 0 1 1.438 3.628 55.63 55.63 0 0 1 .363 5.911v2.768Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 49.073a17.269 17.269 0 0 1-17.25-17.25A17.27 17.27 0 0 1 32 14.573v2.5a14.767 14.767 0 0 0-14.75 14.75A14.766 14.766 0 0 0 32 46.573a14.766 14.766 0 0 0 14.75-14.75h2.5A17.269 17.269 0 0 1 32 49.073Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/><path d="m57.724 37.6-.647 2.415 2.343.628c.25-.791.461-1.6.643-2.417l-2.339-.626Zm-3.574 8.631 2.086 1.205c.448-.701.866-1.422 1.254-2.163l-2.09-1.207-1.25 2.165Zm-4.438 5.248 1.7 1.7a29.077 29.077 0 0 0 1.768-1.768l-1.7-1.7-1.768 1.768ZM44.067 55.4l1.207 2.091c.74-.387 1.46-.805 2.162-1.254l-1.2-2.087-2.169 1.25Zm-6.468 2.325.627 2.339a28.69 28.69 0 0 0 2.416-.643l-.628-2.343-2.415.647Zm-6.849 2.993c.415.018.831.032 1.25.032.419 0 .835-.014 1.25-.032V58.3h-2.5v2.418Zm-7.391-1.297c.79.25 1.6.461 2.416.643l.627-2.339-2.415-.647-.628 2.343Zm-6.795-3.185c.701.448 1.422.866 2.163 1.254l1.207-2.091-2.165-1.25-1.205 2.087Zm-5.746-4.821a28.862 28.862 0 0 0 1.767 1.768l1.7-1.7-1.768-1.768-1.699 1.7ZM6.51 45.273c.387.741.805 1.462 1.254 2.163l2.087-1.205-1.25-2.165-2.091 1.207ZM6.276 37.6l-2.339.626c.181.819.393 1.626.642 2.417l2.343-.628-.646-2.415Zm-.573-6.85H3.282c-.018.415-.032.831-.032 1.25 0 .419.014.835.032 1.25h2.421v-2.5Zm1.221-6.764-2.343-.628a28.81 28.81 0 0 0-.642 2.417l2.339.626.646-2.415Zm-.414-5.259 2.091 1.207 1.25-2.165-2.087-1.2a28.08 28.08 0 0 0-1.254 2.158Zm4.308-6.142 1.7 1.7 1.768-1.768-1.7-1.7a29.077 29.077 0 0 0-1.768 1.768Zm5.746-4.821 1.205 2.087 2.165-1.25-1.21-2.091c-.74.387-1.46.805-2.16 1.254Zm6.795-3.185.628 2.343 2.415-.647-.627-2.338c-.818.181-1.625.393-2.416.642Z"/><path d="M32 63.25A31.285 31.285 0 0 1 .75 32 31.286 31.286 0 0 1 32 .75v2.5A28.782 28.782 0 0 0 3.25 32 28.782 28.782 0 0 0 32 60.75 28.782 28.782 0 0 0 60.75 32h2.5A31.285 31.285 0 0 1 32 63.25Zm29.836-46.318-4.8-8.321-1.045 1.811-2.166-1.25 1.233-2.138a2.262 2.262 0 0 1 1.978-1.141 2.26 2.26 0 0 1 1.976 1.141l4.992 8.648-2.168 1.25Z"/><path d="M61.076 25.575h-9.463v-2.5h5.133L46.125 4.681a.25.25 0 0 0-.435 0L33.991 24.95l-2.17-1.25 11.7-20.269a2.721 2.721 0 0 1 2.383-1.376 2.723 2.723 0 0 1 2.387 1.376l12.785 22.144Z"/><path d="m49.256 15.52-2.824-4.12-3.359 5.9-1.974-4.663-1.566 2.713 3.21 7.581 3.885-6.821 2.793 4.075 2.85-4.857-1.438-2.49-1.577 2.682Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 49.073a17.269 17.269 0 0 1-17.25-17.25A17.27 17.27 0 0 1 32 14.573v2.5a14.767 14.767 0 0 0-14.75 14.75A14.766 14.766 0 0 0 32 46.573a14.766 14.766 0 0 0 14.75-14.75h2.5A17.269 17.269 0 0 1 32 49.073ZM57.724 37.6l-.647 2.415 2.343.628c.25-.791.461-1.6.643-2.417l-2.339-.626Zm-3.574 8.631 2.086 1.205c.448-.701.866-1.422 1.254-2.163l-2.09-1.207-1.25 2.165Zm-4.438 5.248 1.7 1.7a29.077 29.077 0 0 0 1.768-1.768l-1.7-1.7-1.768 1.768ZM44.067 55.4l1.207 2.091c.74-.387 1.46-.805 2.162-1.254l-1.2-2.087-2.169 1.25Zm-6.468 2.325.627 2.339a28.69 28.69 0 0 0 2.416-.643l-.628-2.343-2.415.647Zm-6.849 2.993c.415.018.831.032 1.25.032.419 0 .835-.014 1.25-.032V58.3h-2.5v2.418Zm-7.391-1.297c.79.25 1.6.461 2.416.643l.627-2.339-2.415-.647-.628 2.343Zm-6.795-3.185c.701.448 1.422.866 2.163 1.254l1.207-2.091-2.165-1.25-1.205 2.087Zm-5.746-4.821a28.862 28.862 0 0 0 1.767 1.768l1.7-1.7-1.768-1.768-1.699 1.7ZM6.51 45.273c.387.741.805 1.462 1.254 2.163l2.087-1.205-1.25-2.165-2.091 1.207ZM6.276 37.6l-2.339.626c.181.819.393 1.626.642 2.417l2.343-.628-.646-2.415Zm-.573-6.85H3.282c-.018.415-.032.831-.032 1.25 0 .419.014.835.032 1.25h2.421v-2.5Zm1.221-6.764-2.343-.628a28.81 28.81 0 0 0-.642 2.417l2.339.626.646-2.415Zm-.414-5.259 2.091 1.207 1.25-2.165-2.087-1.2a28.08 28.08 0 0 0-1.254 2.158Zm4.308-6.142 1.7 1.7 1.768-1.768-1.7-1.7a29.077 29.077 0 0 0-1.768 1.768Zm5.746-4.821 1.205 2.087 2.165-1.25-1.21-2.091c-.74.387-1.46.805-2.16 1.254Zm6.795-3.185.628 2.343 2.415-.647-.627-2.338c-.818.181-1.625.393-2.416.642Z"/><path d="M32 63.25A31.285 31.285 0 0 1 .75 32 31.286 31.286 0 0 1 32 .75v2.5A28.782 28.782 0 0 0 3.25 32 28.782 28.782 0 0 0 32 60.75 28.782 28.782 0 0 0 60.75 32h2.5A31.285 31.285 0 0 1 32 63.25Zm29.836-46.318-4.8-8.321-1.045 1.811-2.166-1.25 1.233-2.138a2.262 2.262 0 0 1 1.978-1.141 2.26 2.26 0 0 1 1.976 1.141l4.992 8.648-2.168 1.25Z"/><path d="M61.076 25.575h-9.463v-2.5h5.133L46.125 4.681a.25.25 0 0 0-.435 0L33.991 24.95l-2.17-1.25 11.7-20.269a2.721 2.721 0 0 1 2.383-1.376 2.723 2.723 0 0 1 2.387 1.376l12.785 22.144Z"/><path d="m49.256 15.52-2.824-4.12-3.359 5.9-1.974-4.663-1.566 2.713 3.21 7.581 3.885-6.821 2.793 4.075 2.85-4.857-1.438-2.49-1.577 2.682Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="m61.836 16.932-4.8-8.321-1.045 1.811-2.166-1.25 1.233-2.138a2.261 2.261 0 0 1 1.978-1.141 2.261 2.261 0 0 1 1.976 1.141l4.992 8.648-2.168 1.25Zm-.76 8.643h-9.463v-2.5h5.133L46.125 4.681a.25.25 0 0 0-.435 0L33.991 24.95l-2.17-1.25 11.7-20.269a2.722 2.722 0 0 1 2.383-1.376 2.723 2.723 0 0 1 2.387 1.376l12.785 22.144Z"/><path d="m49.256 15.52-2.824-4.12-3.359 5.9-1.974-4.663-1.566 2.713 3.21 7.581 3.885-6.821 2.793 4.075 2.85-4.857-1.438-2.49-1.577 2.682Z"/><path d="M32 14.289A17.731 17.731 0 0 0 14.289 32 17.731 17.731 0 0 0 32 49.711 17.731 17.731 0 0 0 49.711 32H63.25A31.285 31.285 0 0 1 32 63.25 31.286 31.286 0 0 1 .75 32 31.285 31.285 0 0 1 32 .75v13.539Z"/><path d="M44.953 31.988A12.968 12.968 0 0 1 32 44.941a12.967 12.967 0 0 1-12.952-12.953A12.967 12.967 0 0 1 32 19.035v-2.5a15.47 15.47 0 0 0-15.452 15.453A15.47 15.47 0 0 0 32 47.441a15.472 15.472 0 0 0 15.453-15.453h-2.5Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M16.146 43.607a5.25 5.25 0 1 1 5.254-5.255 5.256 5.256 0 0 1-5.254 5.255Zm0-8a2.75 2.75 0 1 0 .008 5.502 2.75 2.75 0 0 0-.008-5.502Zm28.108 7.939a5.25 5.25 0 1 1 5.25-5.25 5.257 5.257 0 0 1-5.25 5.25Zm0-8a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5Z"/><path d="m7.991 27.319 4.526-13.474a1.613 1.613 0 0 1 1.531-1.1h27.206v-2.5H14.048a4.109 4.109 0 0 0-3.9 2.807L5.355 27.319H2.907a1.25 1.25 0 0 0 0 2.5H5v21.388a4.055 4.055 0 1 0 8.11 0v-2.108h34.177v2.108a4.055 4.055 0 0 0 8.109 0V29.819h2.1a1.25 1.25 0 0 0 0-2.5H7.991Zm2.622 23.888a1.555 1.555 0 1 1-3.11 0v-2.108h3.11v2.108Zm42.283 0a1.555 1.555 0 0 1-3.109 0v-2.108H52.9l-.004 2.108Zm0-4.608H7.5v-16.78h45.4l-.004 16.78Z"/><path d="m60.589 18.481-5.48-5.48L60.59 7.52l-1.768-1.768-5.481 5.481-5.48-5.48-1.768 1.768 5.48 5.48-5.48 5.48 1.768 1.768 5.48-5.48 5.48 5.48 1.768-1.768Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M16.146 43.607a5.25 5.25 0 1 1 5.254-5.255 5.256 5.256 0 0 1-5.254 5.255Zm0-8a2.75 2.75 0 1 0 .008 5.502 2.75 2.75 0 0 0-.008-5.502Zm28.108 7.939a5.25 5.25 0 1 1 5.25-5.25 5.257 5.257 0 0 1-5.25 5.25Zm0-8a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5Z"/><path d="m7.991 27.319 4.526-13.474a1.613 1.613 0 0 1 1.531-1.1h27.206v-2.5H14.048a4.109 4.109 0 0 0-3.9 2.807L5.355 27.319H2.907a1.25 1.25 0 0 0 0 2.5H5v21.388a4.055 4.055 0 1 0 8.11 0v-2.108h34.177v2.108a4.055 4.055 0 0 0 8.109 0V29.819h2.1a1.25 1.25 0 0 0 0-2.5H7.991Zm2.622 23.888a1.555 1.555 0 1 1-3.11 0v-2.108h3.11v2.108Zm42.283 0a1.555 1.555 0 0 1-3.109 0v-2.108H52.9l-.004 2.108Zm0-4.608H7.5v-16.78h45.4l-.004 16.78Z"/><path d="m60.589 18.481-5.48-5.48L60.59 7.52l-1.768-1.768-5.481 5.481-5.48-5.48-1.768 1.768 5.48 5.48-5.48 5.48 1.768 1.768 5.48-5.48 5.48 5.48 1.768-1.768Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M12.03 63.13C5.72 63.13.59 58 .59 51.69s5.13-11.44 11.44-11.44c.86 0 1.72.1 2.56.29l23.28-23.28c-1.56-4.76-.31-9.93 3.23-13.47C44.25.64 48.73-.72 53.1.14c.89.18 1.61.83 1.87 1.7.27.87.03 1.81-.61 2.46l-5.52 5.52 5.12 5.06 5.46-5.52c.64-.64 1.58-.88 2.46-.61.87.26 1.52.98 1.7 1.87.86 4.37-.5 8.86-3.64 12a13.28 13.28 0 0 1-13.49 3.26L23.18 49.14c.19.83.29 1.69.29 2.56 0 6.31-5.13 11.44-11.44 11.44v-.01Zm0-20.38c-4.93 0-8.94 4.01-8.94 8.94s4.01 8.94 8.94 8.94 8.94-4.01 8.94-8.94c0-.88-.13-1.74-.38-2.57l-.21-.72L44.7 24.08c.65-.65 1.61-.88 2.52-.59 3.88 1.25 8.08.23 10.96-2.65 2.55-2.55 3.66-6.2 2.96-9.75l-5.46 5.54c-.93.93-2.55.93-3.47 0l-5.12-5.12a2.45 2.45 0 0 1-.72-1.74c0-.66.26-1.27.72-1.74l5.52-5.52c-3.53-.64-7.17.47-9.73 3.02-2.88 2.88-3.89 7.07-2.65 10.96.29.9.06 1.87-.59 2.52L15.32 43.34l-.71-.21a8.95 8.95 0 0 0-2.58-.38Z"/><path d="m10.29 58.18-4.75-4.75 1.74-6.49 6.49-1.74 4.75 4.75-1.74 6.49-6.49 1.74Zm-1.96-5.5 2.71 2.71 3.7-.99.99-3.7-2.71-2.71-3.7.99-.99 3.7Z" fill="var(--road-icon-variant, rgb(252, 183, 49))"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M12.03 63.13C5.72 63.13.59 58 .59 51.69s5.13-11.44 11.44-11.44c.86 0 1.72.1 2.56.29l23.28-23.28c-1.56-4.76-.31-9.93 3.23-13.47C44.25.64 48.73-.72 53.1.14c.89.18 1.61.83 1.87 1.7.27.87.03 1.81-.61 2.46l-5.52 5.52 5.12 5.06 5.46-5.52c.64-.64 1.58-.88 2.46-.61.87.26 1.52.98 1.7 1.87.86 4.37-.5 8.86-3.64 12a13.28 13.28 0 0 1-13.49 3.26L23.18 49.14c.19.83.29 1.69.29 2.56 0 6.31-5.13 11.44-11.44 11.44v-.01Zm0-20.38c-4.93 0-8.94 4.01-8.94 8.94s4.01 8.94 8.94 8.94 8.94-4.01 8.94-8.94c0-.88-.13-1.74-.38-2.57l-.21-.72L44.7 24.08c.65-.65 1.61-.88 2.52-.59 3.88 1.25 8.08.23 10.96-2.65 2.55-2.55 3.66-6.2 2.96-9.75l-5.46 5.54c-.93.93-2.55.93-3.47 0l-5.12-5.12a2.45 2.45 0 0 1-.72-1.74c0-.66.26-1.27.72-1.74l5.52-5.52c-3.53-.64-7.17.47-9.73 3.02-2.88 2.88-3.89 7.07-2.65 10.96.29.9.06 1.87-.59 2.52L15.32 43.34l-.71-.21a8.95 8.95 0 0 0-2.58-.38Z"/><path d="m10.29 58.18-4.75-4.75 1.74-6.49 6.49-1.74 4.75 4.75-1.74 6.49-6.49 1.74Zm-1.96-5.5 2.71 2.71 3.7-.99.99-3.7-2.71-2.71-3.7.99-.99 3.7Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M63.6 10.6c-.2-.9-.8-1.6-1.7-1.9-.9-.3-1.8 0-2.5.6L54 14.9l-5.1-5.1 5.5-5.5c.6-.6.8-1.6.6-2.5-.3-.9-1-1.5-1.9-1.7-4.4-.9-8.8.5-12 3.6-3.5 3.5-4.8 8.7-3.2 13.5L14.6 40.5c-.8-.2-1.7-.3-2.6-.3C5.7 40.2.6 45.3.6 51.6c0 6.3 5.1 11.5 11.4 11.5 6.3 0 11.4-5.1 11.4-11.4 0-.9-.1-1.7-.3-2.6l23.3-23.3c4.8 1.5 10 .3 13.5-3.3 3.2-3 4.5-7.5 3.7-11.9ZM16.4 56.1l-6 1.6L6 53.3l1.6-6 6-1.6 4.4 4.4-1.6 6Z"/></svg>
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
/**
|
|
3
|
-
* @slot - content of the carousel, it should be road-carousel-item elements.
|
|
4
|
-
*/
|
|
5
2
|
export declare class Carousel {
|
|
6
3
|
private paginationEl?;
|
|
7
4
|
private swiperReady;
|
|
@@ -11,174 +8,47 @@ export declare class Carousel {
|
|
|
11
8
|
private syncSwiper?;
|
|
12
9
|
private didInit;
|
|
13
10
|
el: HTMLRoadCarouselElement;
|
|
14
|
-
/**
|
|
15
|
-
* Options to pass to the swiper instance.
|
|
16
|
-
* See http://idangero.us/swiper/api/ for valid options
|
|
17
|
-
*/
|
|
18
11
|
options: any;
|
|
19
12
|
optionsChanged(): Promise<void>;
|
|
20
|
-
/**
|
|
21
|
-
* If `true`, show the pagination.
|
|
22
|
-
*/
|
|
23
13
|
pager: boolean;
|
|
24
|
-
/**
|
|
25
|
-
* If `true`, show arrows.
|
|
26
|
-
*/
|
|
27
14
|
arrows: boolean;
|
|
28
|
-
/**
|
|
29
|
-
* Emitted after Swiper initialization
|
|
30
|
-
*/
|
|
31
15
|
roadslidesdidload: EventEmitter<void>;
|
|
32
|
-
/**
|
|
33
|
-
* Emitted when the user taps/clicks on the slide's container.
|
|
34
|
-
*/
|
|
35
16
|
roadslidetap: EventEmitter<void>;
|
|
36
|
-
/**
|
|
37
|
-
* Emitted when the user double taps on the slide's container.
|
|
38
|
-
*/
|
|
39
17
|
roadslidedoubletap: EventEmitter<void>;
|
|
40
|
-
/**
|
|
41
|
-
* Emitted before the active slide has changed.
|
|
42
|
-
*/
|
|
43
18
|
roadslidewillchange: EventEmitter<void>;
|
|
44
|
-
/**
|
|
45
|
-
* Emitted after the active slide has changed.
|
|
46
|
-
*/
|
|
47
19
|
roadslidedidchange: EventEmitter<void>;
|
|
48
|
-
/**
|
|
49
|
-
* Emitted when the next slide has started.
|
|
50
|
-
*/
|
|
51
20
|
roadslidenextstart: EventEmitter<void>;
|
|
52
|
-
/**
|
|
53
|
-
* Emitted when the previous slide has started.
|
|
54
|
-
*/
|
|
55
21
|
roadslideprevstart: EventEmitter<void>;
|
|
56
|
-
/**
|
|
57
|
-
* Emitted when the next slide has ended.
|
|
58
|
-
*/
|
|
59
22
|
roadslidenextend: EventEmitter<void>;
|
|
60
|
-
/**
|
|
61
|
-
* Emitted when the previous slide has ended.
|
|
62
|
-
*/
|
|
63
23
|
roadslideprevend: EventEmitter<void>;
|
|
64
|
-
/**
|
|
65
|
-
* Emitted when the slide transition has started.
|
|
66
|
-
*/
|
|
67
24
|
roadslidetransitionstart: EventEmitter<void>;
|
|
68
|
-
/**
|
|
69
|
-
* Emitted when the slide transition has ended.
|
|
70
|
-
*/
|
|
71
25
|
roadslidetransitionend: EventEmitter<void>;
|
|
72
|
-
/**
|
|
73
|
-
* Emitted when the slider is actively being moved.
|
|
74
|
-
*/
|
|
75
26
|
roadslidedrag: EventEmitter<void>;
|
|
76
|
-
/**
|
|
77
|
-
* Emitted when the slider is at its initial position.
|
|
78
|
-
*/
|
|
79
27
|
roadslidereachstart: EventEmitter<void>;
|
|
80
|
-
/**
|
|
81
|
-
* Emitted when the slider is at the last slide.
|
|
82
|
-
*/
|
|
83
28
|
roadslidereachend: EventEmitter<void>;
|
|
84
|
-
/**
|
|
85
|
-
* Emitted when the user first touches the slider.
|
|
86
|
-
*/
|
|
87
29
|
roadslidetouchstart: EventEmitter<void>;
|
|
88
|
-
/**
|
|
89
|
-
* Emitted when the user releases the touch.
|
|
90
|
-
*/
|
|
91
30
|
roadslidetouchend: EventEmitter<void>;
|
|
92
31
|
connectedCallback(): void;
|
|
93
32
|
componentDidLoad(): void;
|
|
94
33
|
disconnectedCallback(): void;
|
|
95
|
-
/**
|
|
96
|
-
* Update the underlying slider implementation. Call this if you've added or removed
|
|
97
|
-
* child slides.
|
|
98
|
-
*/
|
|
99
34
|
update(): Promise<void>;
|
|
100
|
-
/**
|
|
101
|
-
* Force swiper to update its height (when autoHeight is enabled) for the duration
|
|
102
|
-
* equal to 'speed' parameter.
|
|
103
|
-
*
|
|
104
|
-
* @param speed The transition duration (in ms).
|
|
105
|
-
*/
|
|
106
35
|
updateAutoHeight(speed?: number): Promise<void>;
|
|
107
|
-
/**
|
|
108
|
-
* Transition to the specified slide.
|
|
109
|
-
*
|
|
110
|
-
* @param index The index of the slide to transition to.
|
|
111
|
-
* @param speed The transition duration (in ms).
|
|
112
|
-
* @param runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events.
|
|
113
|
-
*/
|
|
114
36
|
slideTo(index: number, speed?: number, runCallbacks?: boolean): Promise<void>;
|
|
115
|
-
/**
|
|
116
|
-
* Transition to the next slide.
|
|
117
|
-
*
|
|
118
|
-
* @param speed The transition duration (in ms).
|
|
119
|
-
* @param runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events.
|
|
120
|
-
*/
|
|
121
37
|
slideNext(speed?: number, runCallbacks?: boolean): Promise<void>;
|
|
122
|
-
/**
|
|
123
|
-
* Transition to the previous slide.
|
|
124
|
-
*
|
|
125
|
-
* @param speed The transition duration (in ms).
|
|
126
|
-
* @param runCallbacks If true, the transition will produce the [Transition/SlideChange][Start/End] transition events.
|
|
127
|
-
*/
|
|
128
38
|
slidePrev(speed?: number, runCallbacks?: boolean): Promise<void>;
|
|
129
|
-
/**
|
|
130
|
-
* Get the index of the active slide.
|
|
131
|
-
*/
|
|
132
39
|
getActiveIndex(): Promise<number>;
|
|
133
|
-
/**
|
|
134
|
-
* Get the index of the previous slide.
|
|
135
|
-
*/
|
|
136
40
|
getPreviousIndex(): Promise<number>;
|
|
137
|
-
/**
|
|
138
|
-
* Get the total number of slides.
|
|
139
|
-
*/
|
|
140
41
|
length(): Promise<number>;
|
|
141
|
-
/**
|
|
142
|
-
* Get whether or not the current slide is the last slide.
|
|
143
|
-
*/
|
|
144
42
|
isEnd(): Promise<boolean>;
|
|
145
|
-
/**
|
|
146
|
-
* Get whether or not the current slide is the first slide.
|
|
147
|
-
*/
|
|
148
43
|
isBeginning(): Promise<boolean>;
|
|
149
|
-
/**
|
|
150
|
-
* Start auto play.
|
|
151
|
-
*/
|
|
152
44
|
startAutoplay(): Promise<void>;
|
|
153
|
-
/**
|
|
154
|
-
* Stop auto play.
|
|
155
|
-
*/
|
|
156
45
|
stopAutoplay(): Promise<void>;
|
|
157
|
-
/**
|
|
158
|
-
* Lock or unlock the ability to slide to the next slide.
|
|
159
|
-
*
|
|
160
|
-
* @param lock If `true`, disable swiping to the next slide.
|
|
161
|
-
*/
|
|
162
46
|
lockSwipeToNext(lock: boolean): Promise<void>;
|
|
163
|
-
/**
|
|
164
|
-
* Lock or unlock the ability to slide to the previous slide.
|
|
165
|
-
*
|
|
166
|
-
* @param lock If `true`, disable swiping to the previous slide.
|
|
167
|
-
*/
|
|
168
47
|
lockSwipeToPrev(lock: boolean): Promise<void>;
|
|
169
|
-
/**
|
|
170
|
-
* Lock or unlock the ability to slide to the next or previous slide.
|
|
171
|
-
*
|
|
172
|
-
* @param lock If `true`, disable swiping to the next and previous slide.
|
|
173
|
-
*/
|
|
174
48
|
lockSwipes(lock: boolean): Promise<void>;
|
|
175
|
-
/**
|
|
176
|
-
* Get the Swiper instance.
|
|
177
|
-
* Use this to access the full Swiper API.
|
|
178
|
-
* See https://idangero.us/swiper/api/ for all API options.
|
|
179
|
-
*/
|
|
180
49
|
getSwiper(): Promise<any>;
|
|
181
50
|
private initSwiper;
|
|
182
51
|
private normalizeOptions;
|
|
52
|
+
private setupKeyboardNavigation;
|
|
183
53
|
render(): any;
|
|
184
54
|
}
|
|
@@ -42,6 +42,7 @@ export declare class RoadPhoneNumberInput {
|
|
|
42
42
|
handleInput(event: RoadInputCustomEvent<{
|
|
43
43
|
value: string | null | undefined;
|
|
44
44
|
}>): void;
|
|
45
|
+
handleKeyUp(event: KeyboardEvent): void;
|
|
45
46
|
handleSelect(event: Event): void;
|
|
46
47
|
createAndDispatchPhoneData(fromSelect?: boolean): void;
|
|
47
48
|
updateSelectedCountryCode(countryCode: string): void;
|