@roadtrip/components 2.27.1 → 2.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{index-0181f02a.js → index-38dff3de.js} +4 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/road-accordion.cjs.entry.js +10 -3
- package/dist/cjs/road-alert.cjs.entry.js +1 -1
- package/dist/cjs/road-autocomplete.cjs.entry.js +1 -1
- package/dist/cjs/road-avatar.cjs.entry.js +1 -1
- package/dist/cjs/road-badge_11.cjs.entry.js +13 -9
- package/dist/cjs/road-banner.cjs.entry.js +45 -0
- package/dist/cjs/road-card.cjs.entry.js +1 -1
- package/dist/cjs/road-carousel.cjs.entry.js +2 -2
- package/dist/cjs/road-checkbox.cjs.entry.js +8 -2
- package/dist/cjs/road-chip.cjs.entry.js +3 -3
- package/dist/cjs/road-counter.cjs.entry.js +1 -1
- package/dist/cjs/road-dialog.cjs.entry.js +2 -2
- package/dist/cjs/road-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/road-duration.cjs.entry.js +1 -1
- package/dist/cjs/road-flap.cjs.entry.js +6 -2
- package/dist/cjs/road-img.cjs.entry.js +1 -1
- package/dist/cjs/road-input-group.cjs.entry.js +3 -2
- package/dist/cjs/road-input.cjs.entry.js +6 -2
- package/dist/cjs/road-modal.cjs.entry.js +2 -2
- package/dist/cjs/road-navbar-item.cjs.entry.js +1 -1
- package/dist/cjs/road-navbar.cjs.entry.js +1 -1
- package/dist/cjs/road-plate-number.cjs.entry.js +3 -4
- package/dist/cjs/road-progress.cjs.entry.js +2 -2
- package/dist/cjs/road-radio-group.cjs.entry.js +2 -2
- package/dist/cjs/road-radio.cjs.entry.js +1 -1
- package/dist/cjs/road-range.cjs.entry.js +1 -1
- package/dist/cjs/road-rating.cjs.entry.js +2 -2
- package/dist/cjs/road-select-filter.cjs.entry.js +1 -1
- package/dist/cjs/road-select.cjs.entry.js +6 -2
- package/dist/cjs/road-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/road-spinner.cjs.entry.js +1 -1
- package/dist/cjs/road-switch.cjs.entry.js +1 -1
- package/dist/cjs/road-tab-bar.cjs.entry.js +1 -1
- package/dist/cjs/road-tab-button.cjs.entry.js +1 -1
- package/dist/cjs/road-table.cjs.entry.js +1 -1
- package/dist/cjs/road-text.cjs.entry.js +1 -1
- package/dist/cjs/road-textarea.cjs.entry.js +6 -2
- package/dist/cjs/road-toast.cjs.entry.js +2 -2
- package/dist/cjs/road-toggle.cjs.entry.js +100 -0
- package/dist/cjs/road-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/roadtrip.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/accordion/accordion.css +41 -9
- package/dist/collection/components/accordion/accordion.js +28 -3
- package/dist/collection/components/accordion/accordion.stories.js +6 -2
- package/dist/collection/components/alert/alert.css +18 -21
- package/dist/collection/components/autocomplete/autocomplete.css +5 -5
- package/dist/collection/components/autocomplete/autocomplete.stories.js +2 -0
- package/dist/collection/components/avatar/avatar.css +1 -1
- package/dist/collection/components/avatar/avatar.stories.js +1 -1
- package/dist/collection/components/badge/badge.css +21 -22
- package/dist/collection/components/badge/badge.js +6 -1
- package/dist/collection/components/badge/badge.stories.js +11 -5
- package/dist/collection/components/banner/banner.css +48 -0
- package/dist/collection/components/banner/banner.js +152 -0
- package/dist/collection/components/banner/banner.stories.js +39 -0
- package/dist/collection/components/button/button.css +52 -188
- package/dist/collection/components/button/button.js +5 -10
- package/dist/collection/components/button/button.stories.js +9 -4
- package/dist/collection/components/card/card.css +1 -1
- package/dist/collection/components/carousel/carousel.css +7 -7
- package/dist/collection/components/checkbox/checkbox.css +44 -22
- package/dist/collection/components/checkbox/checkbox.js +46 -4
- package/dist/collection/components/checkbox/checkbox.stories.js +14 -0
- package/dist/collection/components/chip/chip.css +70 -21
- package/dist/collection/components/chip/chip.js +2 -1
- package/dist/collection/components/chip/chip.stories.js +1 -1
- package/dist/collection/components/counter/counter.css +3 -3
- package/dist/collection/components/dialog/dialog.css +17 -11
- package/dist/collection/components/dialog/dialog.stories.js +33 -9
- package/dist/collection/components/drawer/drawer.dark.css +15 -15
- package/dist/collection/components/drawer/drawer.light.css +12 -12
- package/dist/collection/components/drawer/drawer.stories.js +6 -8
- package/dist/collection/components/dropdown/dropdown.css +4 -4
- package/dist/collection/components/duration/duration.css +1 -1
- package/dist/collection/components/flap/flap.css +25 -14
- package/dist/collection/components/flap/flap.js +23 -1
- package/dist/collection/components/flap/flap.stories.js +12 -1
- package/dist/collection/components/icon/icon.css +10 -10
- package/dist/collection/components/icon/svg/alert-error-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/alert-info-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/alert-question-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/alert-valid-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/alert-warning-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/alternator-color.svg +1 -1
- package/dist/collection/components/icon/svg/archive-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/axle-support-color.svg +1 -1
- package/dist/collection/components/icon/svg/bacterium-color.svg +1 -1
- package/dist/collection/components/icon/svg/battery-charger-color.svg +1 -1
- package/dist/collection/components/icon/svg/battery-color.svg +1 -1
- package/dist/collection/components/icon/svg/battery-recycle-color.svg +1 -1
- package/dist/collection/components/icon/svg/battery-start-stop-color.svg +1 -1
- package/dist/collection/components/icon/svg/book-service-color.svg +1 -1
- package/dist/collection/components/icon/svg/book-technical-color.svg +1 -1
- package/dist/collection/components/icon/svg/brake-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/brake-pad-color.svg +1 -1
- package/dist/collection/components/icon/svg/bulk-3d-color.svg +1 -1
- package/dist/collection/components/icon/svg/bundle-color.svg +1 -1
- package/dist/collection/components/icon/svg/cable-color.svg +1 -1
- package/dist/collection/components/icon/svg/calculator-color.svg +1 -1
- package/dist/collection/components/icon/svg/call-center-color.svg +1 -1
- package/dist/collection/components/icon/svg/camera-off-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/camera-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/car-door-color.svg +1 -1
- package/dist/collection/components/icon/svg/car-petrol-off-color.svg +1 -1
- package/dist/collection/components/icon/svg/car-petrol-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/car-power-color.svg +1 -1
- package/dist/collection/components/icon/svg/carpet-color.svg +1 -1
- package/dist/collection/components/icon/svg/certified-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/certified-warning-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/check-list-color.svg +1 -1
- package/dist/collection/components/icon/svg/check-point-color.svg +1 -1
- package/dist/collection/components/icon/svg/check-point-location-color.svg +1 -1
- package/dist/collection/components/icon/svg/cleanser-color.svg +1 -1
- package/dist/collection/components/icon/svg/cloud-download-color.svg +1 -1
- package/dist/collection/components/icon/svg/cloud-upload-color.svg +1 -1
- package/dist/collection/components/icon/svg/clutch-color.svg +1 -1
- package/dist/collection/components/icon/svg/control-switch-color.svg +1 -1
- package/dist/collection/components/icon/svg/coolbox-color.svg +1 -1
- package/dist/collection/components/icon/svg/cooling-color.svg +1 -1
- package/dist/collection/components/icon/svg/cover-color.svg +1 -1
- package/dist/collection/components/icon/svg/covid-stop-color.svg +1 -1
- package/dist/collection/components/icon/svg/data-add-color.svg +1 -1
- package/dist/collection/components/icon/svg/data-bar-color.svg +1 -1
- package/dist/collection/components/icon/svg/data-color.svg +1 -1
- package/dist/collection/components/icon/svg/data-tech-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/data-up-color.svg +1 -1
- package/dist/collection/components/icon/svg/delete-forever-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-rotate-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-smartphone-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-smartphone-music-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-smartphone-sms-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-smartphone-sms-wrench-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-tablet-color.svg +1 -1
- package/dist/collection/components/icon/svg/diagnostic-color.svg +1 -1
- package/dist/collection/components/icon/svg/discount-prct-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/discount-ticket-color.svg +1 -1
- package/dist/collection/components/icon/svg/download-color.svg +1 -1
- package/dist/collection/components/icon/svg/edit-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/edit-pen-color.svg +1 -1
- package/dist/collection/components/icon/svg/electric-plug-13pin-color.svg +1 -1
- package/dist/collection/components/icon/svg/electric-plug-7pin-color.svg +1 -1
- package/dist/collection/components/icon/svg/engine-color.svg +1 -1
- package/dist/collection/components/icon/svg/engine-electric-color.svg +1 -1
- package/dist/collection/components/icon/svg/engine-lubrication-color.svg +1 -1
- package/dist/collection/components/icon/svg/engine-piston-color.svg +1 -1
- package/dist/collection/components/icon/svg/exhaust-pipe-color.svg +1 -1
- package/dist/collection/components/icon/svg/factory-color.svg +1 -1
- package/dist/collection/components/icon/svg/fidelity-card-color.svg +1 -1
- package/dist/collection/components/icon/svg/fidelity-card-wallet-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-business-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-catalog-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-copy-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-edit-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-excel-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-list-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-pdf-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-pdf-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-powerpoint-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-technical-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-word-color.svg +1 -1
- package/dist/collection/components/icon/svg/filter-color.svg +1 -1
- package/dist/collection/components/icon/svg/filter-particle-color.svg +1 -1
- package/dist/collection/components/icon/svg/filter-sport-color.svg +1 -1
- package/dist/collection/components/icon/svg/flower-color.svg +1 -1
- package/dist/collection/components/icon/svg/fuel-air-supply-color.svg +1 -1
- package/dist/collection/components/icon/svg/fuel-door-color.svg +1 -1
- package/dist/collection/components/icon/svg/funding-best-price-color.svg +1 -1
- package/dist/collection/components/icon/svg/funding-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/funding-small-color.svg +1 -1
- package/dist/collection/components/icon/svg/fuse-color.svg +1 -1
- package/dist/collection/components/icon/svg/garage-color.svg +1 -1
- package/dist/collection/components/icon/svg/garage-house-color.svg +1 -1
- package/dist/collection/components/icon/svg/gas-5-color.svg +1 -1
- package/dist/collection/components/icon/svg/gasket-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/gearbox-color.svg +1 -1
- package/dist/collection/components/icon/svg/gift-color.svg +1 -1
- package/dist/collection/components/icon/svg/gps-color.svg +1 -1
- package/dist/collection/components/icon/svg/hear-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-bike-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-cross-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-full-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-half-jet-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-jet-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-modular-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-skate-color.svg +1 -1
- package/dist/collection/components/icon/svg/hook-hitch-color.svg +1 -1
- package/dist/collection/components/icon/svg/house-color.svg +1 -1
- package/dist/collection/components/icon/svg/identity-card-color.svg +1 -1
- package/dist/collection/components/icon/svg/key-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-back-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-day-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-fog-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-high-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-numberplate-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-signal-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-stop-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-turn-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-box-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-bulb-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-master-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-sidelight-color.svg +1 -1
- package/dist/collection/components/icon/svg/link-broken-color.svg +1 -1
- package/dist/collection/components/icon/svg/link-color.svg +1 -1
- package/dist/collection/components/icon/svg/load-cached-color.svg +1 -1
- package/dist/collection/components/icon/svg/load-hitstory-color.svg +1 -1
- package/dist/collection/components/icon/svg/load-sync-problem-color.svg +1 -1
- package/dist/collection/components/icon/svg/load-update-color.svg +1 -1
- package/dist/collection/components/icon/svg/location-pin-all-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/location-pin-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/location-target-color.svg +1 -1
- package/dist/collection/components/icon/svg/lowering-down-color.svg +1 -1
- package/dist/collection/components/icon/svg/lowering-up-color.svg +1 -1
- package/dist/collection/components/icon/svg/mail-outline-send-color.svg +1 -1
- package/dist/collection/components/icon/svg/meeting-check-color.svg +1 -1
- package/dist/collection/components/icon/svg/meeting-color.svg +1 -1
- package/dist/collection/components/icon/svg/meeting-maintenance-color.svg +1 -1
- package/dist/collection/components/icon/svg/meeting-off-color.svg +1 -1
- package/dist/collection/components/icon/svg/meeting-online-color.svg +1 -1
- package/dist/collection/components/icon/svg/meeting-week-color.svg +1 -1
- package/dist/collection/components/icon/svg/mic-off-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/mic-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/navigation-dashboard-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/navigation-launch-color.svg +1 -1
- package/dist/collection/components/icon/svg/navigation-layers-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/navigation-setting-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/nose-odour-color.svg +1 -1
- package/dist/collection/components/icon/svg/nut-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/oil-can-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/oil-can-small-color.svg +1 -1
- package/dist/collection/components/icon/svg/oil-change-color.svg +1 -1
- package/dist/collection/components/icon/svg/oil-color.svg +1 -1
- package/dist/collection/components/icon/svg/oil-cruet-color.svg +1 -1
- package/dist/collection/components/icon/svg/paint-color.svg +1 -1
- package/dist/collection/components/icon/svg/parking-break-color.svg +1 -1
- package/dist/collection/components/icon/svg/pass-maintain-color.svg +1 -1
- package/dist/collection/components/icon/svg/pass-maintain-logo-color.svg +1 -1
- package/dist/collection/components/icon/svg/pass-maintain-logo-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/payment-bill-color.svg +1 -1
- package/dist/collection/components/icon/svg/payment-card-color.svg +1 -1
- package/dist/collection/components/icon/svg/payment-cash-color.svg +1 -1
- package/dist/collection/components/icon/svg/payment-delevery-color.svg +1 -1
- package/dist/collection/components/icon/svg/payment-safety-color.svg +1 -1
- package/dist/collection/components/icon/svg/payment-store-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-add-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-car-fleet-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-card-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-community-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-coworker-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-coworker-norauto-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-group-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-home-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-vip-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/petrol-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/picture-color.svg +1 -1
- package/dist/collection/components/icon/svg/player-dvd-color.svg +1 -1
- package/dist/collection/components/icon/svg/player-radio-music-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/player-radio-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/player-touchscreen-color.svg +1 -1
- package/dist/collection/components/icon/svg/player-touchscreen-motorized-color.svg +1 -1
- package/dist/collection/components/icon/svg/player-video-color.svg +1 -1
- package/dist/collection/components/icon/svg/power-color.svg +1 -1
- package/dist/collection/components/icon/svg/purchase-history-color.svg +1 -1
- package/dist/collection/components/icon/svg/radiator-color.svg +1 -1
- package/dist/collection/components/icon/svg/rent-back-color.svg +1 -1
- package/dist/collection/components/icon/svg/rent-color.svg +1 -1
- package/dist/collection/components/icon/svg/roof-rack-cross-bars-color.svg +1 -1
- package/dist/collection/components/icon/svg/rubber-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/save-disk-color.svg +1 -1
- package/dist/collection/components/icon/svg/scan-bar-code-color.svg +1 -1
- package/dist/collection/components/icon/svg/scan-color.svg +1 -1
- package/dist/collection/components/icon/svg/scan-qr-code-color.svg +1 -1
- package/dist/collection/components/icon/svg/scissor-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-back-door-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-cable-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-cable-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-chain-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-cuff-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-disk-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-folding-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-frame-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-gearbox-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-level-first-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-level-hours-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-level-minute-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-level-night-and-day-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-level-second-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-level-third-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-lock-open-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-pedal-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-steering-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-steering-dashboard-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-steering-pedal-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-u-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-wheel-color.svg +1 -1
- package/dist/collection/components/icon/svg/security-belt-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/security-color.svg +1 -1
- package/dist/collection/components/icon/svg/sensor-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-checked-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-click-and-collect-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-express-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-locator-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-locker-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-return-color.svg +1 -1
- package/dist/collection/components/icon/svg/shock-absorber-color.svg +1 -1
- package/dist/collection/components/icon/svg/shop-color.svg +1 -1
- package/dist/collection/components/icon/svg/shopping-cart-add-color.svg +1 -1
- package/dist/collection/components/icon/svg/shopping-cart-sad-color.svg +1 -1
- package/dist/collection/components/icon/svg/sound-0-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/sound-1-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/sound-2-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/sound-3-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/spark-color.svg +1 -1
- package/dist/collection/components/icon/svg/speak-advice-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/speak-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/speaker-color.svg +1 -1
- package/dist/collection/components/icon/svg/station-electric-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/steering-control-color.svg +1 -1
- package/dist/collection/components/icon/svg/steering-control-flat-color.svg +1 -1
- package/dist/collection/components/icon/svg/steering-control-four-spoke-color.svg +1 -1
- package/dist/collection/components/icon/svg/style-color.svg +1 -1
- package/dist/collection/components/icon/svg/time-access-color.svg +1 -1
- package/dist/collection/components/icon/svg/timer-1h-color.svg +1 -1
- package/dist/collection/components/icon/svg/timer-2h-color.svg +1 -1
- package/dist/collection/components/icon/svg/timer-color.svg +1 -1
- package/dist/collection/components/icon/svg/timer-hourglass-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/timing-belt-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-all-terrain-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-diameter-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-energy-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-flat-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-hotel-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-hub-cap-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-ice-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-parallelism-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-rain-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-rim-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-sidewall-height-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-snow-chain-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-snow-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-snow-studded-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-sound-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-sun-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-sun-snow-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-suspension-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-wheel-diameter-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-wheel-rim-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-wheel-steel-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-witdh-color.svg +1 -1
- package/dist/collection/components/icon/svg/transmission-color.svg +1 -1
- package/dist/collection/components/icon/svg/trash-bin-color.svg +1 -1
- package/dist/collection/components/icon/svg/travel-backpack-color.svg +1 -1
- package/dist/collection/components/icon/svg/travel-bag-color.svg +1 -1
- package/dist/collection/components/icon/svg/travel-briefcase-color.svg +1 -1
- package/dist/collection/components/icon/svg/travel-rolling-suitcase-color.svg +1 -1
- package/dist/collection/components/icon/svg/travel-suitcase-color.svg +1 -1
- package/dist/collection/components/icon/svg/trick-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-bike-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-bike-electric-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-bike-rack-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-add-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-all-authorize-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-all-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-bodywork-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-checked-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-setting-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-side-tire-behind-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-side-tire-front-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-unknowoutline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-unselected-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-carport-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-delevery-fast-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-delevery-meeting-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-drive-carport-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-drive-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-moto-bike-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-moto-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-roof-box-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-scooter-kick-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-scooter-kick-electric-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-scooter-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-tire-invert-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-workshop-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/ventilator-color.svg +1 -1
- package/dist/collection/components/icon/svg/view-3d-360-color.svg +1 -1
- package/dist/collection/components/icon/svg/view-3d-360-disabled-color.svg +1 -1
- package/dist/collection/components/icon/svg/virus-color.svg +1 -1
- package/dist/collection/components/icon/svg/visibility-off-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/visibility-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/warehouse-color.svg +1 -1
- package/dist/collection/components/icon/svg/weather-rain-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/wheel-bearings-color.svg +1 -1
- package/dist/collection/components/icon/svg/wheel-hub-cap-color.svg +1 -1
- package/dist/collection/components/icon/svg/wheel-rim-color.svg +1 -1
- package/dist/collection/components/icon/svg/wheel-rim-double-spoke-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/wheel-rim-honeycomb-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/wheel-rim-multi-spoke-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-back-fluid-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-back-frost-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-back-wiper-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-fluid-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-frost-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wiper-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers-left-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers-right-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers.svg +1 -1
- package/dist/collection/components/icon/svg/work-order-awaiting-approval-color.svg +1 -1
- package/dist/collection/components/icon/svg/work-order-check-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/work-order-diagnostic-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/work-order-pass-maintain-color.svg +1 -1
- package/dist/collection/components/icon/svg/work-order-view-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/work-order-wait-check-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/world-color.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-hand-color.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-hand-dual-color.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-tools-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/zoom-in-color.svg +1 -1
- package/dist/collection/components/icon/svg/zoom-out-color.svg +1 -1
- package/dist/collection/components/img/img.css +1 -1
- package/dist/collection/components/input/input.css +62 -13
- package/dist/collection/components/input/input.js +42 -2
- package/dist/collection/components/input/input.stories.js +18 -1
- package/dist/collection/components/input-group/input-group.css +39 -12
- package/dist/collection/components/input-group/input-group.js +3 -2
- package/dist/collection/components/input-group/input-group.stories.js +4 -4
- package/dist/collection/components/item/item.css +6 -6
- package/dist/collection/components/item/item.stories.js +7 -7
- package/dist/collection/components/list/list.css +1 -1
- package/dist/collection/components/modal/modal.css +9 -9
- package/dist/collection/components/modal/modal.stories.js +2 -2
- package/dist/collection/components/navbar/navbar.css +2 -2
- package/dist/collection/components/navbar-item/navbar-item.css +8 -5
- package/dist/collection/components/patterns/breadcrumb.stories.js +72 -0
- package/dist/collection/components/patterns/crossselling.stories.js +4 -4
- package/dist/collection/components/patterns/filter.stories.js +2 -2
- package/dist/collection/components/patterns/link.stories.js +35 -0
- package/dist/collection/components/plate-number/plate-number.css +47 -16
- package/dist/collection/components/plate-number/plate-number.js +1 -2
- package/dist/collection/components/plate-number/plate-number.stories.js +2 -2
- package/dist/collection/components/progress/progress.css +22 -8
- package/dist/collection/components/progress/progress.js +5 -10
- package/dist/collection/components/progress/progress.stories.js +18 -2
- package/dist/collection/components/radio/radio.css +24 -17
- package/dist/collection/components/radio/radio.js +17 -0
- package/dist/collection/components/radio/radio.stories.js +4 -0
- package/dist/collection/components/radio-group/radio-group.css +11 -2
- package/dist/collection/components/radio-group/radio-group.js +19 -1
- package/dist/collection/components/range/range.css +8 -8
- package/dist/collection/components/rating/rating.css +4 -3
- package/dist/collection/components/select/select.css +50 -14
- package/dist/collection/components/select/select.js +23 -1
- package/dist/collection/components/select/select.stories.js +15 -7
- package/dist/collection/components/select-filter/select-filter.css +12 -6
- package/dist/collection/components/select-filter/select-filter.stories.js +14 -6
- package/dist/collection/components/skeleton/skeleton.css +9 -1
- package/dist/collection/components/skeleton/skeleton.stories.js +18 -0
- package/dist/collection/components/spinner/spinner.css +1 -1
- package/dist/collection/components/switch/switch.css +19 -19
- package/dist/collection/components/tab-bar/tab-bar.css +10 -11
- package/dist/collection/components/tab-button/tab-button.css +5 -1
- package/dist/collection/components/table/table.css +5 -5
- package/dist/collection/components/text/text.css +11 -11
- package/dist/collection/components/textarea/textarea.css +73 -22
- package/dist/collection/components/textarea/textarea.js +42 -2
- package/dist/collection/components/textarea/textarea.stories.js +19 -2
- package/dist/collection/components/toast/toast.css +14 -14
- package/dist/collection/components/toggle/toggle.css +206 -0
- package/dist/collection/components/toggle/toggle.js +402 -0
- package/dist/collection/components/{switch/switch.stories.js → toggle/toggle.stories.js} +7 -7
- package/dist/collection/components/toolbar/toolbar.css +7 -7
- package/dist/collection/components/tooltip/tooltip.css +4 -4
- package/dist/collection/components/utilities/border.stories.js +10 -10
- package/dist/collection/components/utilities/color.stories.js +22 -0
- package/dist/collection/components/utilities/typography.stories.js +6 -0
- package/dist/esm/{index-1ea26b25.js → index-d612e910.js} +3 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/road-accordion.entry.js +10 -3
- package/dist/esm/road-alert.entry.js +1 -1
- package/dist/esm/road-autocomplete.entry.js +1 -1
- package/dist/esm/road-avatar.entry.js +1 -1
- package/dist/esm/road-badge_11.entry.js +13 -9
- package/dist/esm/road-banner.entry.js +41 -0
- package/dist/esm/road-card.entry.js +1 -1
- package/dist/esm/road-carousel.entry.js +2 -2
- package/dist/esm/road-checkbox.entry.js +8 -2
- package/dist/esm/road-chip.entry.js +3 -3
- package/dist/esm/road-counter.entry.js +1 -1
- package/dist/esm/road-dialog.entry.js +2 -2
- package/dist/esm/road-dropdown.entry.js +1 -1
- package/dist/esm/road-duration.entry.js +1 -1
- package/dist/esm/road-flap.entry.js +6 -2
- package/dist/esm/road-img.entry.js +1 -1
- package/dist/esm/road-input-group.entry.js +3 -2
- package/dist/esm/road-input.entry.js +6 -2
- package/dist/esm/road-modal.entry.js +2 -2
- package/dist/esm/road-navbar-item.entry.js +1 -1
- package/dist/esm/road-navbar.entry.js +1 -1
- package/dist/esm/road-plate-number.entry.js +3 -4
- package/dist/esm/road-progress.entry.js +2 -2
- package/dist/esm/road-radio-group.entry.js +2 -2
- package/dist/esm/road-radio.entry.js +1 -1
- package/dist/esm/road-range.entry.js +1 -1
- package/dist/esm/road-rating.entry.js +2 -2
- package/dist/esm/road-select-filter.entry.js +1 -1
- package/dist/esm/road-select.entry.js +6 -2
- package/dist/esm/road-skeleton.entry.js +1 -1
- package/dist/esm/road-spinner.entry.js +1 -1
- package/dist/esm/road-switch.entry.js +1 -1
- package/dist/esm/road-tab-bar.entry.js +1 -1
- package/dist/esm/road-tab-button.entry.js +1 -1
- package/dist/esm/road-table.entry.js +1 -1
- package/dist/esm/road-text.entry.js +1 -1
- package/dist/esm/road-textarea.entry.js +6 -2
- package/dist/esm/road-toast.entry.js +2 -2
- package/dist/esm/road-toggle.entry.js +96 -0
- package/dist/esm/road-tooltip.entry.js +1 -1
- package/dist/esm/roadtrip.js +1 -1
- package/dist/esm-es5/{index-1ea26b25.js → index-d612e910.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/road-accordion.entry.js +1 -1
- package/dist/esm-es5/road-alert.entry.js +1 -1
- package/dist/esm-es5/road-autocomplete.entry.js +1 -1
- package/dist/esm-es5/road-avatar.entry.js +1 -1
- package/dist/esm-es5/road-badge_11.entry.js +1 -1
- package/dist/esm-es5/road-banner.entry.js +1 -0
- package/dist/esm-es5/road-card.entry.js +1 -1
- package/dist/esm-es5/road-carousel.entry.js +1 -1
- package/dist/esm-es5/road-checkbox.entry.js +1 -1
- package/dist/esm-es5/road-chip.entry.js +1 -1
- package/dist/esm-es5/road-counter.entry.js +1 -1
- package/dist/esm-es5/road-dialog.entry.js +1 -1
- package/dist/esm-es5/road-dropdown.entry.js +1 -1
- package/dist/esm-es5/road-duration.entry.js +1 -1
- package/dist/esm-es5/road-flap.entry.js +1 -1
- package/dist/esm-es5/road-img.entry.js +1 -1
- package/dist/esm-es5/road-input-group.entry.js +1 -1
- package/dist/esm-es5/road-input.entry.js +1 -1
- package/dist/esm-es5/road-modal.entry.js +1 -1
- package/dist/esm-es5/road-navbar-item.entry.js +1 -1
- package/dist/esm-es5/road-navbar.entry.js +1 -1
- package/dist/esm-es5/road-plate-number.entry.js +1 -1
- package/dist/esm-es5/road-progress.entry.js +1 -1
- package/dist/esm-es5/road-radio-group.entry.js +1 -1
- package/dist/esm-es5/road-radio.entry.js +1 -1
- package/dist/esm-es5/road-range.entry.js +1 -1
- package/dist/esm-es5/road-rating.entry.js +1 -1
- package/dist/esm-es5/road-select-filter.entry.js +1 -1
- package/dist/esm-es5/road-select.entry.js +1 -1
- package/dist/esm-es5/road-skeleton.entry.js +1 -1
- package/dist/esm-es5/road-spinner.entry.js +1 -1
- package/dist/esm-es5/road-switch.entry.js +1 -1
- package/dist/esm-es5/road-tab-bar.entry.js +1 -1
- package/dist/esm-es5/road-tab-button.entry.js +1 -1
- package/dist/esm-es5/road-table.entry.js +1 -1
- package/dist/esm-es5/road-text.entry.js +1 -1
- package/dist/esm-es5/road-textarea.entry.js +1 -1
- package/dist/esm-es5/road-toast.entry.js +1 -1
- package/dist/esm-es5/road-toggle.entry.js +1 -0
- package/dist/esm-es5/road-tooltip.entry.js +1 -1
- package/dist/esm-es5/roadtrip.js +1 -1
- package/dist/html.html-data.json +192 -15
- package/dist/icons/icons.svg +1 -1
- package/dist/icons/index.js +351 -351
- package/dist/roadtrip/p-030f078e.system.entry.js +1 -0
- package/dist/roadtrip/p-079d6251.system.entry.js +1 -0
- package/dist/roadtrip/{p-6f248970.entry.js → p-1108fffd.entry.js} +1 -1
- package/dist/roadtrip/p-161e83eb.entry.js +1 -0
- package/dist/roadtrip/p-17903b27.system.entry.js +1 -0
- package/dist/roadtrip/p-19f72337.entry.js +1 -0
- package/dist/roadtrip/p-1bf25864.entry.js +1 -0
- package/dist/roadtrip/p-1c931aee.system.entry.js +1 -0
- package/dist/roadtrip/{p-d06202e7.entry.js → p-1e8c2ef4.entry.js} +1 -1
- package/dist/roadtrip/{p-87eb24ee.entry.js → p-1f1464ba.entry.js} +1 -1
- package/dist/roadtrip/{p-20a7a848.system.entry.js → p-217cbe8e.system.entry.js} +1 -1
- package/dist/roadtrip/p-2384ed2d.entry.js +1 -0
- package/dist/roadtrip/p-24b5b4ae.system.entry.js +1 -0
- package/dist/roadtrip/{p-299ecdd3.entry.js → p-271fd4fa.entry.js} +1 -1
- package/dist/roadtrip/p-277d7139.entry.js +1 -0
- package/dist/roadtrip/p-2852a37b.system.entry.js +1 -0
- package/dist/roadtrip/p-296d96ea.system.entry.js +1 -0
- package/dist/roadtrip/p-2f361b1a.entry.js +1 -0
- package/dist/roadtrip/p-2fd27879.entry.js +1 -0
- package/dist/roadtrip/p-303e8e40.entry.js +1 -0
- package/dist/roadtrip/p-374713ec.entry.js +1 -0
- package/dist/roadtrip/p-382e4c17.entry.js +1 -0
- package/dist/roadtrip/p-3a28129a.entry.js +1 -0
- package/dist/roadtrip/p-3d1a68f7.system.entry.js +1 -0
- package/dist/roadtrip/p-3e953654.system.entry.js +1 -0
- package/dist/roadtrip/p-40fc1632.system.entry.js +1 -0
- package/dist/roadtrip/p-415986e7.system.entry.js +1 -0
- package/dist/roadtrip/p-41c6cea3.system.entry.js +1 -0
- package/dist/roadtrip/p-42cb57d0.entry.js +1 -0
- package/dist/roadtrip/p-453a812f.system.entry.js +1 -0
- package/dist/roadtrip/p-467f5310.system.entry.js +1 -0
- package/dist/roadtrip/p-4a2eb631.system.entry.js +1 -0
- package/dist/roadtrip/p-4d4403bd.system.entry.js +1 -0
- package/dist/roadtrip/p-501abdbf.entry.js +1 -0
- package/dist/roadtrip/p-5521af81.entry.js +1 -0
- package/dist/roadtrip/p-564a2eac.entry.js +1 -0
- package/dist/roadtrip/p-66cba998.system.entry.js +1 -0
- package/dist/roadtrip/{p-0ada8d41.entry.js → p-6819f569.entry.js} +1 -1
- package/dist/roadtrip/{p-7a07a70f.entry.js → p-688e41f2.entry.js} +1 -1
- package/dist/roadtrip/{p-12a635b5.js → p-6a78da80.js} +1 -1
- package/dist/roadtrip/p-701cba5a.system.entry.js +1 -0
- package/dist/roadtrip/p-7073f8c2.entry.js +1 -0
- package/dist/roadtrip/p-76bede83.system.entry.js +1 -0
- package/dist/roadtrip/p-79f030ef.entry.js +1 -0
- package/dist/roadtrip/p-7cb7d25b.system.entry.js +1 -0
- package/dist/roadtrip/p-7df3c178.entry.js +1 -0
- package/dist/roadtrip/p-81333100.system.entry.js +1 -0
- package/dist/roadtrip/{p-b0ed748a.entry.js → p-8134554a.entry.js} +1 -1
- package/dist/roadtrip/p-83119815.entry.js +1 -0
- package/dist/roadtrip/p-85c918f6.system.entry.js +1 -0
- package/dist/roadtrip/p-86d53ea4.entry.js +1 -0
- package/dist/roadtrip/p-896f49f2.entry.js +1 -0
- package/dist/roadtrip/{p-42ccd4a2.system.entry.js → p-8d6ac188.system.entry.js} +1 -1
- package/dist/roadtrip/{p-fa68c113.entry.js → p-90a76d66.entry.js} +1 -1
- package/dist/roadtrip/p-9cf14f6b.entry.js +1 -0
- package/dist/roadtrip/p-a46413c1.system.entry.js +1 -0
- package/dist/roadtrip/p-a7565a49.system.entry.js +1 -0
- package/dist/roadtrip/p-a9538932.entry.js +1 -0
- package/dist/roadtrip/p-ad10a82e.system.entry.js +1 -0
- package/dist/roadtrip/p-aeef53e7.system.entry.js +1 -0
- package/dist/roadtrip/p-af49dca4.entry.js +1 -0
- package/dist/roadtrip/p-b182a822.system.entry.js +1 -0
- package/dist/roadtrip/p-b205281e.system.js +1 -1
- package/dist/roadtrip/p-ba2fbd4d.system.js +1 -0
- package/dist/roadtrip/p-bd6463ab.system.entry.js +1 -0
- package/dist/roadtrip/p-c11d0d20.system.entry.js +1 -0
- package/dist/roadtrip/p-c2784d92.system.entry.js +1 -0
- package/dist/roadtrip/p-c2f61ccd.entry.js +1 -0
- package/dist/roadtrip/p-c8d0886d.system.entry.js +1 -0
- package/dist/roadtrip/p-c93a46dd.system.entry.js +1 -0
- package/dist/roadtrip/p-cab68ba7.entry.js +1 -0
- package/dist/roadtrip/p-d18db10c.system.entry.js +1 -0
- package/dist/roadtrip/p-d2165987.entry.js +1 -0
- package/dist/roadtrip/p-d3858ffa.system.entry.js +1 -0
- package/dist/roadtrip/p-d59a7db8.entry.js +1 -0
- package/dist/roadtrip/p-d920dfb7.entry.js +1 -0
- package/dist/roadtrip/p-dbee6661.entry.js +1 -0
- package/dist/roadtrip/p-dfa3c709.system.entry.js +1 -0
- package/dist/roadtrip/{p-bebdee1e.entry.js → p-e18fa251.entry.js} +1 -1
- package/dist/roadtrip/p-f0f44a57.system.entry.js +1 -0
- package/dist/roadtrip/p-f4db19df.system.entry.js +1 -0
- package/dist/roadtrip/{p-0be273e0.system.entry.js → p-fc3ddc8f.system.entry.js} +1 -1
- package/dist/roadtrip/{p-bd4a114b.entry.js → p-fddbca8b.entry.js} +1 -1
- package/dist/roadtrip/roadtrip.css +1 -1
- package/dist/roadtrip/roadtrip.esm.js +1 -1
- package/dist/roadtrip/svg/alert-error-outline-color.svg +1 -1
- package/dist/roadtrip/svg/alert-info-outline-color.svg +1 -1
- package/dist/roadtrip/svg/alert-question-outline-color.svg +1 -1
- package/dist/roadtrip/svg/alert-valid-outline-color.svg +1 -1
- package/dist/roadtrip/svg/alert-warning-outline-color.svg +1 -1
- package/dist/roadtrip/svg/alternator-color.svg +1 -1
- package/dist/roadtrip/svg/archive-outline-color.svg +1 -1
- package/dist/roadtrip/svg/axle-support-color.svg +1 -1
- package/dist/roadtrip/svg/bacterium-color.svg +1 -1
- package/dist/roadtrip/svg/battery-charger-color.svg +1 -1
- package/dist/roadtrip/svg/battery-color.svg +1 -1
- package/dist/roadtrip/svg/battery-recycle-color.svg +1 -1
- package/dist/roadtrip/svg/battery-start-stop-color.svg +1 -1
- package/dist/roadtrip/svg/book-service-color.svg +1 -1
- package/dist/roadtrip/svg/book-technical-color.svg +1 -1
- package/dist/roadtrip/svg/brake-outline-color.svg +1 -1
- package/dist/roadtrip/svg/brake-pad-color.svg +1 -1
- package/dist/roadtrip/svg/bulk-3d-color.svg +1 -1
- package/dist/roadtrip/svg/bundle-color.svg +1 -1
- package/dist/roadtrip/svg/cable-color.svg +1 -1
- package/dist/roadtrip/svg/calculator-color.svg +1 -1
- package/dist/roadtrip/svg/call-center-color.svg +1 -1
- package/dist/roadtrip/svg/camera-off-outline-color.svg +1 -1
- package/dist/roadtrip/svg/camera-outline-color.svg +1 -1
- package/dist/roadtrip/svg/car-door-color.svg +1 -1
- package/dist/roadtrip/svg/car-petrol-off-color.svg +1 -1
- package/dist/roadtrip/svg/car-petrol-outline-color.svg +1 -1
- package/dist/roadtrip/svg/car-power-color.svg +1 -1
- package/dist/roadtrip/svg/carpet-color.svg +1 -1
- package/dist/roadtrip/svg/certified-outline-color.svg +1 -1
- package/dist/roadtrip/svg/certified-warning-outline-color.svg +1 -1
- package/dist/roadtrip/svg/check-list-color.svg +1 -1
- package/dist/roadtrip/svg/check-point-color.svg +1 -1
- package/dist/roadtrip/svg/check-point-location-color.svg +1 -1
- package/dist/roadtrip/svg/cleanser-color.svg +1 -1
- package/dist/roadtrip/svg/cloud-download-color.svg +1 -1
- package/dist/roadtrip/svg/cloud-upload-color.svg +1 -1
- package/dist/roadtrip/svg/clutch-color.svg +1 -1
- package/dist/roadtrip/svg/control-switch-color.svg +1 -1
- package/dist/roadtrip/svg/coolbox-color.svg +1 -1
- package/dist/roadtrip/svg/cooling-color.svg +1 -1
- package/dist/roadtrip/svg/cover-color.svg +1 -1
- package/dist/roadtrip/svg/covid-stop-color.svg +1 -1
- package/dist/roadtrip/svg/data-add-color.svg +1 -1
- package/dist/roadtrip/svg/data-bar-color.svg +1 -1
- package/dist/roadtrip/svg/data-color.svg +1 -1
- package/dist/roadtrip/svg/data-tech-outline-color.svg +1 -1
- package/dist/roadtrip/svg/data-up-color.svg +1 -1
- package/dist/roadtrip/svg/delete-forever-color.svg +1 -1
- package/dist/roadtrip/svg/device-color.svg +1 -1
- package/dist/roadtrip/svg/device-rotate-color.svg +1 -1
- package/dist/roadtrip/svg/device-smartphone-color.svg +1 -1
- package/dist/roadtrip/svg/device-smartphone-music-color.svg +1 -1
- package/dist/roadtrip/svg/device-smartphone-sms-color.svg +1 -1
- package/dist/roadtrip/svg/device-smartphone-sms-wrench-color.svg +1 -1
- package/dist/roadtrip/svg/device-tablet-color.svg +1 -1
- package/dist/roadtrip/svg/diagnostic-color.svg +1 -1
- package/dist/roadtrip/svg/discount-prct-outline-color.svg +1 -1
- package/dist/roadtrip/svg/discount-ticket-color.svg +1 -1
- package/dist/roadtrip/svg/download-color.svg +1 -1
- package/dist/roadtrip/svg/edit-outline-color.svg +1 -1
- package/dist/roadtrip/svg/edit-pen-color.svg +1 -1
- package/dist/roadtrip/svg/electric-plug-13pin-color.svg +1 -1
- package/dist/roadtrip/svg/electric-plug-7pin-color.svg +1 -1
- package/dist/roadtrip/svg/engine-color.svg +1 -1
- package/dist/roadtrip/svg/engine-electric-color.svg +1 -1
- package/dist/roadtrip/svg/engine-lubrication-color.svg +1 -1
- package/dist/roadtrip/svg/engine-piston-color.svg +1 -1
- package/dist/roadtrip/svg/exhaust-pipe-color.svg +1 -1
- package/dist/roadtrip/svg/factory-color.svg +1 -1
- package/dist/roadtrip/svg/fidelity-card-color.svg +1 -1
- package/dist/roadtrip/svg/fidelity-card-wallet-color.svg +1 -1
- package/dist/roadtrip/svg/file-business-outline-color.svg +1 -1
- package/dist/roadtrip/svg/file-catalog-color.svg +1 -1
- package/dist/roadtrip/svg/file-copy-color.svg +1 -1
- package/dist/roadtrip/svg/file-edit-color.svg +1 -1
- package/dist/roadtrip/svg/file-excel-color.svg +1 -1
- package/dist/roadtrip/svg/file-list-outline-color.svg +1 -1
- package/dist/roadtrip/svg/file-pdf-color.svg +1 -1
- package/dist/roadtrip/svg/file-pdf-outline-color.svg +1 -1
- package/dist/roadtrip/svg/file-powerpoint-color.svg +1 -1
- package/dist/roadtrip/svg/file-technical-color.svg +1 -1
- package/dist/roadtrip/svg/file-word-color.svg +1 -1
- package/dist/roadtrip/svg/filter-color.svg +1 -1
- package/dist/roadtrip/svg/filter-particle-color.svg +1 -1
- package/dist/roadtrip/svg/filter-sport-color.svg +1 -1
- package/dist/roadtrip/svg/flower-color.svg +1 -1
- package/dist/roadtrip/svg/fuel-air-supply-color.svg +1 -1
- package/dist/roadtrip/svg/fuel-door-color.svg +1 -1
- package/dist/roadtrip/svg/funding-best-price-color.svg +1 -1
- package/dist/roadtrip/svg/funding-outline-color.svg +1 -1
- package/dist/roadtrip/svg/funding-small-color.svg +1 -1
- package/dist/roadtrip/svg/fuse-color.svg +1 -1
- package/dist/roadtrip/svg/garage-color.svg +1 -1
- package/dist/roadtrip/svg/garage-house-color.svg +1 -1
- package/dist/roadtrip/svg/gas-5-color.svg +1 -1
- package/dist/roadtrip/svg/gasket-outline-color.svg +1 -1
- package/dist/roadtrip/svg/gearbox-color.svg +1 -1
- package/dist/roadtrip/svg/gift-color.svg +1 -1
- package/dist/roadtrip/svg/gps-color.svg +1 -1
- package/dist/roadtrip/svg/hear-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-bike-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-cross-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-full-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-half-jet-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-jet-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-modular-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-skate-color.svg +1 -1
- package/dist/roadtrip/svg/hook-hitch-color.svg +1 -1
- package/dist/roadtrip/svg/house-color.svg +1 -1
- package/dist/roadtrip/svg/identity-card-color.svg +1 -1
- package/dist/roadtrip/svg/key-outline-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-back-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-day-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-fog-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-high-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-numberplate-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-signal-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-stop-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-turn-color.svg +1 -1
- package/dist/roadtrip/svg/light-box-color.svg +1 -1
- package/dist/roadtrip/svg/light-bulb-color.svg +1 -1
- package/dist/roadtrip/svg/light-color.svg +1 -1
- package/dist/roadtrip/svg/light-master-color.svg +1 -1
- package/dist/roadtrip/svg/light-sidelight-color.svg +1 -1
- package/dist/roadtrip/svg/link-broken-color.svg +1 -1
- package/dist/roadtrip/svg/link-color.svg +1 -1
- package/dist/roadtrip/svg/load-cached-color.svg +1 -1
- package/dist/roadtrip/svg/load-hitstory-color.svg +1 -1
- package/dist/roadtrip/svg/load-sync-problem-color.svg +1 -1
- package/dist/roadtrip/svg/load-update-color.svg +1 -1
- package/dist/roadtrip/svg/location-pin-all-outline-color.svg +1 -1
- package/dist/roadtrip/svg/location-pin-outline-color.svg +1 -1
- package/dist/roadtrip/svg/location-target-color.svg +1 -1
- package/dist/roadtrip/svg/lowering-down-color.svg +1 -1
- package/dist/roadtrip/svg/lowering-up-color.svg +1 -1
- package/dist/roadtrip/svg/mail-outline-send-color.svg +1 -1
- package/dist/roadtrip/svg/meeting-check-color.svg +1 -1
- package/dist/roadtrip/svg/meeting-color.svg +1 -1
- package/dist/roadtrip/svg/meeting-maintenance-color.svg +1 -1
- package/dist/roadtrip/svg/meeting-off-color.svg +1 -1
- package/dist/roadtrip/svg/meeting-online-color.svg +1 -1
- package/dist/roadtrip/svg/meeting-week-color.svg +1 -1
- package/dist/roadtrip/svg/mic-off-outline-color.svg +1 -1
- package/dist/roadtrip/svg/mic-outline-color.svg +1 -1
- package/dist/roadtrip/svg/navigation-dashboard-outline-color.svg +1 -1
- package/dist/roadtrip/svg/navigation-launch-color.svg +1 -1
- package/dist/roadtrip/svg/navigation-layers-outline-color.svg +1 -1
- package/dist/roadtrip/svg/navigation-setting-outline-color.svg +1 -1
- package/dist/roadtrip/svg/nose-odour-color.svg +1 -1
- package/dist/roadtrip/svg/nut-outline-color.svg +1 -1
- package/dist/roadtrip/svg/oil-can-outline-color.svg +1 -1
- package/dist/roadtrip/svg/oil-can-small-color.svg +1 -1
- package/dist/roadtrip/svg/oil-change-color.svg +1 -1
- package/dist/roadtrip/svg/oil-color.svg +1 -1
- package/dist/roadtrip/svg/oil-cruet-color.svg +1 -1
- package/dist/roadtrip/svg/paint-color.svg +1 -1
- package/dist/roadtrip/svg/parking-break-color.svg +1 -1
- package/dist/roadtrip/svg/pass-maintain-color.svg +1 -1
- package/dist/roadtrip/svg/pass-maintain-logo-color.svg +1 -1
- package/dist/roadtrip/svg/pass-maintain-logo-outline-color.svg +1 -1
- package/dist/roadtrip/svg/payment-bill-color.svg +1 -1
- package/dist/roadtrip/svg/payment-card-color.svg +1 -1
- package/dist/roadtrip/svg/payment-cash-color.svg +1 -1
- package/dist/roadtrip/svg/payment-delevery-color.svg +1 -1
- package/dist/roadtrip/svg/payment-safety-color.svg +1 -1
- package/dist/roadtrip/svg/payment-store-color.svg +1 -1
- package/dist/roadtrip/svg/people-add-outline-color.svg +1 -1
- package/dist/roadtrip/svg/people-car-fleet-color.svg +1 -1
- package/dist/roadtrip/svg/people-card-color.svg +1 -1
- package/dist/roadtrip/svg/people-community-outline-color.svg +1 -1
- package/dist/roadtrip/svg/people-coworker-color.svg +1 -1
- package/dist/roadtrip/svg/people-coworker-norauto-color.svg +1 -1
- package/dist/roadtrip/svg/people-group-outline-color.svg +1 -1
- package/dist/roadtrip/svg/people-home-outline-color.svg +1 -1
- package/dist/roadtrip/svg/people-vip-outline-color.svg +1 -1
- package/dist/roadtrip/svg/petrol-outline-color.svg +1 -1
- package/dist/roadtrip/svg/picture-color.svg +1 -1
- package/dist/roadtrip/svg/player-dvd-color.svg +1 -1
- package/dist/roadtrip/svg/player-radio-music-outline-color.svg +1 -1
- package/dist/roadtrip/svg/player-radio-outline-color.svg +1 -1
- package/dist/roadtrip/svg/player-touchscreen-color.svg +1 -1
- package/dist/roadtrip/svg/player-touchscreen-motorized-color.svg +1 -1
- package/dist/roadtrip/svg/player-video-color.svg +1 -1
- package/dist/roadtrip/svg/power-color.svg +1 -1
- package/dist/roadtrip/svg/purchase-history-color.svg +1 -1
- package/dist/roadtrip/svg/radiator-color.svg +1 -1
- package/dist/roadtrip/svg/rent-back-color.svg +1 -1
- package/dist/roadtrip/svg/rent-color.svg +1 -1
- package/dist/roadtrip/svg/roof-rack-cross-bars-color.svg +1 -1
- package/dist/roadtrip/svg/rubber-outline-color.svg +1 -1
- package/dist/roadtrip/svg/save-disk-color.svg +1 -1
- package/dist/roadtrip/svg/scan-bar-code-color.svg +1 -1
- package/dist/roadtrip/svg/scan-color.svg +1 -1
- package/dist/roadtrip/svg/scan-qr-code-color.svg +1 -1
- package/dist/roadtrip/svg/scissor-color.svg +1 -1
- package/dist/roadtrip/svg/secure-back-door-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-cable-color.svg +1 -1
- package/dist/roadtrip/svg/secure-cable-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-chain-color.svg +1 -1
- package/dist/roadtrip/svg/secure-cuff-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-disk-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-folding-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-frame-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-gearbox-color.svg +1 -1
- package/dist/roadtrip/svg/secure-level-first-color.svg +1 -1
- package/dist/roadtrip/svg/secure-level-hours-color.svg +1 -1
- package/dist/roadtrip/svg/secure-level-minute-color.svg +1 -1
- package/dist/roadtrip/svg/secure-level-night-and-day-color.svg +1 -1
- package/dist/roadtrip/svg/secure-level-second-color.svg +1 -1
- package/dist/roadtrip/svg/secure-level-third-color.svg +1 -1
- package/dist/roadtrip/svg/secure-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-lock-open-color.svg +1 -1
- package/dist/roadtrip/svg/secure-pedal-color.svg +1 -1
- package/dist/roadtrip/svg/secure-steering-color.svg +1 -1
- package/dist/roadtrip/svg/secure-steering-dashboard-color.svg +1 -1
- package/dist/roadtrip/svg/secure-steering-pedal-color.svg +1 -1
- package/dist/roadtrip/svg/secure-u-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-wheel-color.svg +1 -1
- package/dist/roadtrip/svg/security-belt-outline-color.svg +1 -1
- package/dist/roadtrip/svg/security-color.svg +1 -1
- package/dist/roadtrip/svg/sensor-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-checked-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-click-and-collect-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-express-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-locator-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-locker-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-outline-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-return-color.svg +1 -1
- package/dist/roadtrip/svg/shock-absorber-color.svg +1 -1
- package/dist/roadtrip/svg/shop-color.svg +1 -1
- package/dist/roadtrip/svg/shopping-cart-add-color.svg +1 -1
- package/dist/roadtrip/svg/shopping-cart-sad-color.svg +1 -1
- package/dist/roadtrip/svg/sound-0-outline-color.svg +1 -1
- package/dist/roadtrip/svg/sound-1-outline-color.svg +1 -1
- package/dist/roadtrip/svg/sound-2-outline-color.svg +1 -1
- package/dist/roadtrip/svg/sound-3-outline-color.svg +1 -1
- package/dist/roadtrip/svg/spark-color.svg +1 -1
- package/dist/roadtrip/svg/speak-advice-outline-color.svg +1 -1
- package/dist/roadtrip/svg/speak-outline-color.svg +1 -1
- package/dist/roadtrip/svg/speaker-color.svg +1 -1
- package/dist/roadtrip/svg/station-electric-outline-color.svg +1 -1
- package/dist/roadtrip/svg/steering-control-color.svg +1 -1
- package/dist/roadtrip/svg/steering-control-flat-color.svg +1 -1
- package/dist/roadtrip/svg/steering-control-four-spoke-color.svg +1 -1
- package/dist/roadtrip/svg/style-color.svg +1 -1
- package/dist/roadtrip/svg/time-access-color.svg +1 -1
- package/dist/roadtrip/svg/timer-1h-color.svg +1 -1
- package/dist/roadtrip/svg/timer-2h-color.svg +1 -1
- package/dist/roadtrip/svg/timer-color.svg +1 -1
- package/dist/roadtrip/svg/timer-hourglass-outline-color.svg +1 -1
- package/dist/roadtrip/svg/timing-belt-color.svg +1 -1
- package/dist/roadtrip/svg/tire-all-terrain-color.svg +1 -1
- package/dist/roadtrip/svg/tire-color.svg +1 -1
- package/dist/roadtrip/svg/tire-diameter-color.svg +1 -1
- package/dist/roadtrip/svg/tire-energy-color.svg +1 -1
- package/dist/roadtrip/svg/tire-flat-color.svg +1 -1
- package/dist/roadtrip/svg/tire-hotel-outline-color.svg +1 -1
- package/dist/roadtrip/svg/tire-hub-cap-color.svg +1 -1
- package/dist/roadtrip/svg/tire-ice-color.svg +1 -1
- package/dist/roadtrip/svg/tire-parallelism-color.svg +1 -1
- package/dist/roadtrip/svg/tire-rain-color.svg +1 -1
- package/dist/roadtrip/svg/tire-rim-color.svg +1 -1
- package/dist/roadtrip/svg/tire-sidewall-height-color.svg +1 -1
- package/dist/roadtrip/svg/tire-snow-chain-color.svg +1 -1
- package/dist/roadtrip/svg/tire-snow-color.svg +1 -1
- package/dist/roadtrip/svg/tire-snow-studded-color.svg +1 -1
- package/dist/roadtrip/svg/tire-sound-color.svg +1 -1
- package/dist/roadtrip/svg/tire-sun-color.svg +1 -1
- package/dist/roadtrip/svg/tire-sun-snow-color.svg +1 -1
- package/dist/roadtrip/svg/tire-suspension-color.svg +1 -1
- package/dist/roadtrip/svg/tire-wheel-diameter-color.svg +1 -1
- package/dist/roadtrip/svg/tire-wheel-rim-color.svg +1 -1
- package/dist/roadtrip/svg/tire-wheel-steel-color.svg +1 -1
- package/dist/roadtrip/svg/tire-witdh-color.svg +1 -1
- package/dist/roadtrip/svg/transmission-color.svg +1 -1
- package/dist/roadtrip/svg/trash-bin-color.svg +1 -1
- package/dist/roadtrip/svg/travel-backpack-color.svg +1 -1
- package/dist/roadtrip/svg/travel-bag-color.svg +1 -1
- package/dist/roadtrip/svg/travel-briefcase-color.svg +1 -1
- package/dist/roadtrip/svg/travel-rolling-suitcase-color.svg +1 -1
- package/dist/roadtrip/svg/travel-suitcase-color.svg +1 -1
- package/dist/roadtrip/svg/trick-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-bike-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-bike-electric-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-bike-rack-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-add-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-all-authorize-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-all-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-bodywork-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-checked-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-setting-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-side-tire-behind-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-side-tire-front-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-unknowoutline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-unselected-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-carport-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-delevery-fast-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-delevery-meeting-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-drive-carport-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-drive-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-moto-bike-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-moto-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-roof-box-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-scooter-kick-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-scooter-kick-electric-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-scooter-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-tire-invert-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-workshop-outline-color.svg +1 -1
- package/dist/roadtrip/svg/ventilator-color.svg +1 -1
- package/dist/roadtrip/svg/view-3d-360-color.svg +1 -1
- package/dist/roadtrip/svg/view-3d-360-disabled-color.svg +1 -1
- package/dist/roadtrip/svg/virus-color.svg +1 -1
- package/dist/roadtrip/svg/visibility-off-outline-color.svg +1 -1
- package/dist/roadtrip/svg/visibility-outline-color.svg +1 -1
- package/dist/roadtrip/svg/warehouse-color.svg +1 -1
- package/dist/roadtrip/svg/weather-rain-outline-color.svg +1 -1
- package/dist/roadtrip/svg/wheel-bearings-color.svg +1 -1
- package/dist/roadtrip/svg/wheel-hub-cap-color.svg +1 -1
- package/dist/roadtrip/svg/wheel-rim-color.svg +1 -1
- package/dist/roadtrip/svg/wheel-rim-double-spoke-outline-color.svg +1 -1
- package/dist/roadtrip/svg/wheel-rim-honeycomb-outline-color.svg +1 -1
- package/dist/roadtrip/svg/wheel-rim-multi-spoke-outline-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-back-fluid-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-back-frost-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-back-wiper-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-fluid-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-frost-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wiper-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers-left-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers-right-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers.svg +1 -1
- package/dist/roadtrip/svg/work-order-awaiting-approval-color.svg +1 -1
- package/dist/roadtrip/svg/work-order-check-outline-color.svg +1 -1
- package/dist/roadtrip/svg/work-order-diagnostic-outline-color.svg +1 -1
- package/dist/roadtrip/svg/work-order-pass-maintain-color.svg +1 -1
- package/dist/roadtrip/svg/work-order-view-outline-color.svg +1 -1
- package/dist/roadtrip/svg/work-order-wait-check-outline-color.svg +1 -1
- package/dist/roadtrip/svg/world-color.svg +1 -1
- package/dist/roadtrip/svg/wrench-hand-color.svg +1 -1
- package/dist/roadtrip/svg/wrench-hand-dual-color.svg +1 -1
- package/dist/roadtrip/svg/wrench-outline-color.svg +1 -1
- package/dist/roadtrip/svg/wrench-tools-outline-color.svg +1 -1
- package/dist/roadtrip/svg/zoom-in-color.svg +1 -1
- package/dist/roadtrip/svg/zoom-out-color.svg +1 -1
- package/dist/types/components/accordion/accordion.d.ts +4 -0
- package/dist/types/components/banner/banner.d.ts +32 -0
- package/dist/types/components/button/button.d.ts +2 -3
- package/dist/types/components/checkbox/checkbox.d.ts +8 -0
- package/dist/types/components/flap/flap.d.ts +4 -0
- package/dist/types/components/input/input.d.ts +8 -0
- package/dist/types/components/progress/progress.d.ts +1 -2
- package/dist/types/components/radio/radio.d.ts +4 -0
- package/dist/types/components/radio-group/radio-group.d.ts +4 -0
- package/dist/types/components/select/select.d.ts +4 -0
- package/dist/types/components/textarea/textarea.d.ts +8 -0
- package/dist/types/components/toggle/toggle.d.ts +78 -0
- package/dist/types/components.d.ts +263 -6
- package/icons/icons.svg +1 -1
- package/icons/index.js +351 -351
- package/package.json +1 -1
- package/dist/collection/components/plate-number/fonts/Oswald-Medium.woff2 +0 -0
- package/dist/roadtrip/fonts/Oswald-Medium.woff2 +0 -0
- package/dist/roadtrip/p-01cebe6a.entry.js +0 -1
- package/dist/roadtrip/p-04deac86.system.entry.js +0 -1
- package/dist/roadtrip/p-06921946.system.entry.js +0 -1
- package/dist/roadtrip/p-0cfc0efd.system.entry.js +0 -1
- package/dist/roadtrip/p-0e5cecff.entry.js +0 -1
- package/dist/roadtrip/p-0e645dfb.system.entry.js +0 -1
- package/dist/roadtrip/p-0f532f30.system.entry.js +0 -1
- package/dist/roadtrip/p-1481edc3.entry.js +0 -1
- package/dist/roadtrip/p-1c0851b0.entry.js +0 -1
- package/dist/roadtrip/p-24234448.entry.js +0 -1
- package/dist/roadtrip/p-26b3aa33.system.entry.js +0 -1
- package/dist/roadtrip/p-2740d308.system.entry.js +0 -1
- package/dist/roadtrip/p-287f1612.system.entry.js +0 -1
- package/dist/roadtrip/p-2f2dc4a0.system.entry.js +0 -1
- package/dist/roadtrip/p-354107fa.entry.js +0 -1
- package/dist/roadtrip/p-44576eac.entry.js +0 -1
- package/dist/roadtrip/p-4742a822.system.entry.js +0 -1
- package/dist/roadtrip/p-510a8cc4.system.js +0 -1
- package/dist/roadtrip/p-5bcd3e1f.entry.js +0 -1
- package/dist/roadtrip/p-646e75cf.system.entry.js +0 -1
- package/dist/roadtrip/p-6bc4c517.system.entry.js +0 -1
- package/dist/roadtrip/p-6deb1943.system.entry.js +0 -1
- package/dist/roadtrip/p-6def92c3.entry.js +0 -1
- package/dist/roadtrip/p-7070c8b5.system.entry.js +0 -1
- package/dist/roadtrip/p-7130ff47.entry.js +0 -1
- package/dist/roadtrip/p-7304b650.system.entry.js +0 -1
- package/dist/roadtrip/p-74218654.system.entry.js +0 -1
- package/dist/roadtrip/p-766f8a2a.system.entry.js +0 -1
- package/dist/roadtrip/p-76885294.system.entry.js +0 -1
- package/dist/roadtrip/p-7765931a.system.entry.js +0 -1
- package/dist/roadtrip/p-7fe4f8f3.entry.js +0 -1
- package/dist/roadtrip/p-835d550a.system.entry.js +0 -1
- package/dist/roadtrip/p-8dc74557.system.entry.js +0 -1
- package/dist/roadtrip/p-8e21df57.system.entry.js +0 -1
- package/dist/roadtrip/p-9567d161.entry.js +0 -1
- package/dist/roadtrip/p-9a1a293c.entry.js +0 -1
- package/dist/roadtrip/p-9afcfc7c.system.entry.js +0 -1
- package/dist/roadtrip/p-9dd72bfa.entry.js +0 -1
- package/dist/roadtrip/p-a1168bd5.system.entry.js +0 -1
- package/dist/roadtrip/p-a61e04a1.entry.js +0 -1
- package/dist/roadtrip/p-a7ddae1b.system.entry.js +0 -1
- package/dist/roadtrip/p-a87e8b19.system.entry.js +0 -1
- package/dist/roadtrip/p-a8db6630.system.entry.js +0 -1
- package/dist/roadtrip/p-b0e17e68.entry.js +0 -1
- package/dist/roadtrip/p-b0ec7122.system.entry.js +0 -1
- package/dist/roadtrip/p-b6e60fca.system.entry.js +0 -1
- package/dist/roadtrip/p-bd2a89d4.system.entry.js +0 -1
- package/dist/roadtrip/p-c0429d42.system.entry.js +0 -1
- package/dist/roadtrip/p-c637a847.entry.js +0 -1
- package/dist/roadtrip/p-ced4c451.entry.js +0 -1
- package/dist/roadtrip/p-d5607a82.system.entry.js +0 -1
- package/dist/roadtrip/p-d861032d.system.entry.js +0 -1
- package/dist/roadtrip/p-dcfc236e.entry.js +0 -1
- package/dist/roadtrip/p-e4f0f0d7.entry.js +0 -1
- package/dist/roadtrip/p-e70b2a21.entry.js +0 -1
- package/dist/roadtrip/p-e9a6f1fb.entry.js +0 -1
- package/dist/roadtrip/p-ea45d823.entry.js +0 -1
- package/dist/roadtrip/p-ed2dbf57.entry.js +0 -1
- package/dist/roadtrip/p-f20a3658.entry.js +0 -1
- package/dist/roadtrip/p-f22c63b7.entry.js +0 -1
- package/dist/roadtrip/p-f233746c.system.entry.js +0 -1
- package/dist/roadtrip/p-f4f42d5c.system.entry.js +0 -1
- package/dist/roadtrip/p-f7cd0928.entry.js +0 -1
- package/dist/roadtrip/p-fce355f6.entry.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
var __awaiter=this&&this.__awaiter||function(t,o,e,
|
|
1
|
+
var __awaiter=this&&this.__awaiter||function(t,o,e,r){function i(t){return t instanceof e?t:new e((function(o){o(t)}))}return new(e||(e=Promise))((function(e,a){function n(t){try{c(r.next(t))}catch(o){a(o)}}function s(t){try{c(r["throw"](t))}catch(o){a(o)}}function c(t){t.done?e(t.value):i(t.value).then(n,s)}c((r=r.apply(t,o||[])).next())}))};var __generator=this&&this.__generator||function(t,o){var e={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,n;return n={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(n[Symbol.iterator]=function(){return this}),n;function s(t){return function(o){return c([t,o])}}function c(n){if(r)throw new TypeError("Generator is already executing.");while(e)try{if(r=1,i&&(a=n[0]&2?i["return"]:n[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,n[1])).done)return a;if(i=0,a)n=[n[0]&2,a.value];switch(n[0]){case 0:case 1:a=n;break;case 4:e.label++;return{value:n[1],done:false};case 5:e.label++;i=n[1];n=[0];continue;case 7:n=e.ops.pop();e.trys.pop();continue;default:if(!(a=e.trys,a=a.length>0&&a[a.length-1])&&(n[0]===6||n[0]===2)){e=0;continue}if(n[0]===3&&(!a||n[1]>a[0]&&n[1]<a[3])){e.label=n[1];break}if(n[0]===6&&e.label<a[1]){e.label=a[1];a=n;break}if(a&&e.label<a[2]){e.label=a[2];e.ops.push(n);break}if(a[2])e.ops.pop();e.trys.pop();continue}n=o.call(t,e)}catch(s){n=[6,s];i=0}finally{r=a=0}if(n[0]&5)throw n[1];return{value:n[0]?n[1]:void 0,done:true}}};import{r as registerInstance,c as createEvent,h,H as Host}from"./index-0c8a0e04.js";import{a as navigationClose,i as alertInfo,j as alertDanger,k as alertWarning,m as alertSuccess}from"./index-d612e910.js";var toastCss=":host{position:fixed;left:0;z-index:1;display:block;width:100%;visibility:hidden;opacity:0;-webkit-transition:opacity 0.3s ease-in-out, visibility 0.15s, -webkit-transform 0.3s ease-in-out;transition:opacity 0.3s ease-in-out, visibility 0.15s, -webkit-transform 0.3s ease-in-out;transition:opacity 0.3s ease-in-out, visibility 0.15s, transform 0.3s ease-in-out;transition:opacity 0.3s ease-in-out, visibility 0.15s, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out}:host(.toast-top){top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}:host(.toast-bottom){bottom:0;-webkit-transform:translateY(100%);transform:translateY(100%)}:host(.toast-open){visibility:visible;opacity:1;-webkit-transform:none;transform:none}.toast{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;-ms-flex-align:center;align-items:center;max-width:100%;padding:1.5rem 2rem 1.5rem 3rem;margin-right:0.5rem;margin-left:0.5rem;font-family:var(--road-font, sans-serif);font-size:0.875rem;line-height:1.4;text-align:left}:host(.toast-top) .toast{border-radius:0 0 0.25rem 0.25rem}:host(.toast-bottom) .toast{border-radius:0.25rem 0.25rem 0 0}@media (min-width: 576px){.toast{-ms-flex:0 0 83.3333%;flex:0 0 83.3333%;-ms-flex-pack:center;justify-content:center;max-width:83.3333%;padding:1rem 2rem;margin-right:auto;margin-left:auto}}.toast-danger{color:var(--road-danger-contrast);background:var(--road-danger-default)}.toast-danger road-icon{color:var(--road-danger-contrast)}.toast-warning{color:var(--road-warning-contrast);background:var(--road-warning-default)}.toast-warning road-icon{color:var(--road-grey-000)}.toast-success{color:var(--road-success-contrast);background:var(--road-success-default)}.toast-success road-icon{color:var(--road-success-contrast)}.toast-info{color:var(--road-info-contrast);background:var(--road-info-default)}.toast-info road-icon{color:var(--road-info-contrast)}.toast-icon{position:absolute;top:1rem;left:0.5rem}@media (min-width: 576px){.toast-icon{position:relative;top:auto;left:auto;margin-right:0.5rem}}.toast-close{position:absolute;top:4px;right:4px;display:inline-block;padding:0;color:inherit;cursor:pointer;background:none;border:1px solid transparent;border-radius:4px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.toast-close:focus{border-color:var(--road-info-default);outline:none}";var Toast=function(){function t(t){var o=this;registerInstance(this,t);this.onClose=createEvent(this,"close",7);this.isOpen=false;this.color="info";this.timeout=8e3;this.position="bottom";this.onClick=function(t){t.stopPropagation();t.preventDefault();o.close()}}t.prototype.isOpenChanged=function(){var t=this;if(this.isOpen&&this.timeout>0){setTimeout((function(){return t.close()}),this.timeout)}};t.prototype.open=function(){return __awaiter(this,void 0,void 0,(function(){var t=this;return __generator(this,(function(o){this.isOpen=true;if(this.timeout>0){setTimeout((function(){t.close()}),this.timeout)}return[2]}))}))};t.prototype.close=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){this.isOpen=false;this.onClose.emit();return[2]}))}))};t.prototype.componentDidLoad=function(){var t=this;if(this.isOpen&&this.timeout>0){setTimeout((function(){return t.close()}),this.timeout)}};t.prototype.render=function(){var t=this.isOpen?"toast-open":"";var o;switch(this.color){case"info":o=alertInfo;break;case"success":o=alertSuccess;break;case"warning":o=alertWarning;break;case"danger":o=alertDanger;break;default:o=alertInfo;break}return h(Host,{class:t+" toast-"+this.position,role:"alert"},h("div",{class:"toast toast-"+this.color},h("road-icon",{class:"toast-icon",icon:o,"aria-hidden":"true"}),this.label,h("button",{type:"button",class:"toast-close","aria-label":"Close",onClick:this.onClick},h("road-icon",{icon:navigationClose,size:"md"}))))};Object.defineProperty(t,"watchers",{get:function(){return{isOpen:["isOpenChanged"]}},enumerable:false,configurable:true});return t}();Toast.style=toastCss;export{Toast as road_toast};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as registerInstance,c as createEvent,h,H as Host}from"./index-0c8a0e04.js";import"./polyfill-2b159e86.js";var toggleCss='.sc-road-toggle-h{--toggle-lever-width:4.5rem;position:relative;display:block;margin-bottom:1rem;font-family:var(--road-font, sans-serif);font-size:1rem;color:var(--road-grey-900)}.form-toggle-input.sc-road-toggle{position:absolute;z-index:-1;opacity:0}.form-toggle-label.sc-road-toggle{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.form-toggle-lever.sc-road-toggle{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;width:var(--toggle-lever-width);height:2rem;padding:0.5rem 0.625rem;margin-right:0.75rem;font-size:0.625rem;font-weight:700;line-height:1.6;content:"";background:var(--road-grey-400);border:0.125rem solid transparent;border-radius:1.125rem;-webkit-transition:background 0.2s ease-in-out;transition:background 0.2s ease-in-out}.form-toggle-lever.sc-road-toggle::before{font-size:0.625rem;font-weight:700;color:var(--road-grey-000);text-transform:uppercase;content:attr(data-off)}.form-toggle-lever.sc-road-toggle::after{position:absolute;top:0.0625rem;left:0.0625rem;display:block;width:1.625rem;height:1.625rem;content:"";background:var(--road-grey-000);border-radius:50%;-webkit-box-shadow:0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);box-shadow:0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);-webkit-transition:-webkit-transform 0.2s ease-in-out;transition:-webkit-transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out}.form-toggle-input.sc-road-toggle:checked~.form-toggle-label.sc-road-toggle .form-toggle-lever.sc-road-toggle{-ms-flex-pack:start;justify-content:flex-start}.form-toggle-input.sc-road-toggle:checked~.form-toggle-label.sc-road-toggle .form-toggle-lever.sc-road-toggle::before{content:attr(data-on)}.form-toggle-input.sc-road-toggle:checked~.form-toggle-label.sc-road-toggle .form-toggle-lever.sc-road-toggle::after{-webkit-transform:translateX(calc(var(--toggle-lever-width) - 2rem));transform:translateX(calc(var(--toggle-lever-width) - 2rem))}.form-toggle-input.focus-visible.sc-road-toggle~.form-toggle-label.sc-road-toggle .form-toggle-lever.sc-road-toggle{-webkit-box-shadow:0 0 0 0.125rem var(--road-grey-000), 0 0 0 0.1875rem var(--road-primary-700);box-shadow:0 0 0 0.125rem var(--road-grey-000), 0 0 0 0.1875rem var(--road-primary-700)}.form-toggle-input.sc-road-toggle:checked~.form-toggle-secondary.sc-road-toggle .form-toggle-lever.sc-road-toggle{background:var(--road-primary-500)}.form-toggle-input.sc-road-toggle:checked~.form-toggle-secondary.sc-road-toggle .form-toggle-lever.sc-road-toggle::before{color:var(--road-primary-contrast)}.form-toggle-input.sc-road-toggle:checked~.form-toggle-info.sc-road-toggle .form-toggle-lever.sc-road-toggle{background:var(--road-info-default)}.form-toggle-input.sc-road-toggle:checked~.form-toggle-info.sc-road-toggle .form-toggle-lever.sc-road-toggle::before{color:var(--road-info-contrast)}.form-toggle-input.sc-road-toggle:checked~.form-toggle-success.sc-road-toggle .form-toggle-lever.sc-road-toggle{background:var(--road-success-default)}.form-toggle-input.sc-road-toggle:checked~.form-toggle-success.sc-road-toggle .form-toggle-lever.sc-road-toggle::before{color:var(--road-success-contrast)}.form-toggle-input.sc-road-toggle:checked~.form-toggle-warning.sc-road-toggle .form-toggle-lever.sc-road-toggle{background:var(--road-warning-default)}.form-toggle-input.sc-road-toggle:checked~.form-toggle-warning.sc-road-toggle .form-toggle-lever.sc-road-toggle::before{color:var(--road-warning-contrast)}.form-toggle-input.sc-road-toggle:checked~.form-toggle-danger.sc-road-toggle .form-toggle-lever.sc-road-toggle{background:var(--road-danger-default)}.form-toggle-input.sc-road-toggle:checked~.form-toggle-danger.sc-road-toggle .form-toggle-lever.sc-road-toggle::before{color:var(--road-danger-contrast)}.form-toggle-right.sc-road-toggle{margin-right:0;margin-left:0.75rem}.form-toggle-spaced.sc-road-toggle{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}';var toggle=function(){function e(e){var o=this;registerInstance(this,e);this.roadchange=createEvent(this,"roadchange",7);this.roadChange=createEvent(this,"roadChange",7);this.roadfocus=createEvent(this,"roadfocus",7);this.roadFocus=createEvent(this,"roadFocus",7);this.roadblur=createEvent(this,"roadblur",7);this.roadBlur=createEvent(this,"roadBlur",7);this.toggleId="road-toggle-"+toggleIds++;this.name=this.toggleId;this.checked=false;this.disabled=false;this.label=this.toggleId+"-label";this.color="secondary";this.hasLeftLabel=false;this.isSpaced=false;this.value="on";this.on="yes";this.off="no";this.onClick=function(){o.checked=!o.checked};this.onFocus=function(){o.roadfocus.emit();o.roadFocus.emit()};this.onBlur=function(){o.roadBlur.emit();o.roadblur.emit()}}e.prototype.checkedChanged=function(e){this.roadchange.emit({checked:e,value:this.value});this.roadChange.emit({checked:e,value:this.value})};e.prototype.render=function(){var e=this.toggleId+"-label";var o=h("label",{class:"form-toggle-label",id:e,htmlFor:this.toggleId},this.label);var r=this.color!==undefined?"form-toggle-"+this.color:"";var t=this.isSpaced&&"form-toggle-spaced";var a=this.hasLeftLabel?"form-toggle-right":"";return h(Host,null,h("input",{class:"form-toggle-input",type:"checkbox",id:this.toggleId,name:this.name,checked:this.checked,disabled:this.disabled,value:this.value,"aria-checked":""+this.checked,"aria-disabled":this.disabled?"true":null,"aria-labelledby":e,onClick:this.onClick,onFocus:this.onFocus,onBlur:this.onBlur}),h("label",{class:"form-toggle-label "+t+" "+r,htmlFor:this.toggleId},this.hasLeftLabel&&o,h("div",{class:"form-toggle-lever "+a,"data-off":this.off,"data-on":this.on}),this.hasLeftLabel?"":o))};Object.defineProperty(e,"watchers",{get:function(){return{checked:["checkedChanged"]}},enumerable:false,configurable:true});return e}();var toggleIds=0;toggle.style=toggleCss;export{toggle as road_toggle};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var __awaiter=this&&this.__awaiter||function(t,o,e,
|
|
1
|
+
var __awaiter=this&&this.__awaiter||function(t,o,e,r){function n(t){return t instanceof e?t:new e((function(o){o(t)}))}return new(e||(e=Promise))((function(e,i){function a(t){try{l(r.next(t))}catch(o){i(o)}}function s(t){try{l(r["throw"](t))}catch(o){i(o)}}function l(t){t.done?e(t.value):n(t.value).then(a,s)}l((r=r.apply(t,o||[])).next())}))};var __generator=this&&this.__generator||function(t,o){var e={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,n,i,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(t){return function(o){return l([t,o])}}function l(a){if(r)throw new TypeError("Generator is already executing.");while(e)try{if(r=1,n&&(i=a[0]&2?n["return"]:a[0]?n["throw"]||((i=n["return"])&&i.call(n),0):n.next)&&!(i=i.call(n,a[1])).done)return i;if(n=0,i)a=[a[0]&2,i.value];switch(a[0]){case 0:case 1:i=a;break;case 4:e.label++;return{value:a[1],done:false};case 5:e.label++;n=a[1];a=[0];continue;case 7:a=e.ops.pop();e.trys.pop();continue;default:if(!(i=e.trys,i=i.length>0&&i[i.length-1])&&(a[0]===6||a[0]===2)){e=0;continue}if(a[0]===3&&(!i||a[1]>i[0]&&a[1]<i[3])){e.label=a[1];break}if(a[0]===6&&e.label<i[1]){e.label=i[1];i=a;break}if(i&&e.label<i[2]){e.label=i[2];e.ops.push(a);break}if(i[2])e.ops.pop();e.trys.pop();continue}a=o.call(t,e)}catch(s){a=[6,s];n=0}finally{r=i=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};import{r as registerInstance,h,H as Host,e as getElement}from"./index-0c8a0e04.js";var tooltipCss=':host{--max-width:16rem;--z-index:1;--width:max-content;position:relative;display:inline-block}.tooltip{position:absolute;top:-0.5rem;left:50%;z-index:1;width:var(--width);max-width:var(--max-width);padding:0.5rem;font-family:var(--road-font);font-size:0.75rem;color:var(--road-grey-900);text-align:center;pointer-events:none;background:var(--road-grey-000);border:1px solid var(--road-grey-300);border-radius:0.25rem;-webkit-box-shadow:0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);box-shadow:0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);opacity:0;-webkit-transition:opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;transition:opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;transition:opacity 0.2s ease-in-out, transform 0.2s ease-in-out;transition:opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.tooltip-open{opacity:1}:host([data-tooltip-position="top"]) .tooltip{left:50%;-webkit-transform:translateX(-50%) translateY(-70%);transform:translateX(-50%) translateY(-70%)}:host([data-tooltip-position="top"]) .tooltip-open{left:50%;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}:host([data-tooltip-position="left"]) .tooltip{top:50%;left:0%;margin-left:-0.5rem;-webkit-transform:translateX(-94%) translateY(-55%);transform:translateX(-94%) translateY(-55%)}:host([data-tooltip-position="left"]) .tooltip-open{-webkit-transform:translateX(-100%) translateY(-55%);transform:translateX(-100%) translateY(-55%)}:host([data-tooltip-position="bottom"]) .tooltip{top:100%;left:50%;margin-top:0.375rem;-webkit-transform:translateX(-50%) translateY(-40%);transform:translateX(-50%) translateY(-40%)}:host([data-tooltip-position="bottom"]) .tooltip-open{-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}:host([data-tooltip-position="right"]) .tooltip{top:50%;left:100%;margin-left:0.5rem;-webkit-transform:translateX(-14%) translateY(-55%);transform:translateX(-14%) translateY(-55%)}:host([data-tooltip-position="right"]) .tooltip-open{-webkit-transform:translateX(0) translateY(-55%);transform:translateX(0) translateY(-55%)}';var Tooltip=function(){function t(t){var o=this;registerInstance(this,t);this.tooltipId="road-tooltip-"+ ++tooltipIds;this.content="";this.position="top";this.isOpen=false;this.trigger="hover";this.onClick=function(){if(o.hasTrigger("click")){o.isOpen?o.close():o.open()}};this.onMouseOver=function(){if(o.hasTrigger("hover")){o.open()}};this.onMouseOut=function(){if(o.hasTrigger("hover")){o.close()}}}t.prototype.open=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){this.isOpen=true;return[2]}))}))};t.prototype.close=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){this.isOpen=false;return[2]}))}))};t.prototype.hasTrigger=function(t){var o=this.trigger.split(" ");return o.includes(t)};t.prototype.render=function(){return h(Host,{onMouseOver:this.onMouseOver,onMouseOut:this.onMouseOut,onClick:this.onClick,"data-tooltip-position":this.position},h("slot",{"aria-describedby":this.tooltipId}),h("div",{part:"tooltip",id:this.tooltipId,class:{tooltip:true,"tooltip-open":this.isOpen},role:"tooltip","aria-hidden":!this.isOpen},this.content,h("slot",{name:"tooltip-content"})))};Object.defineProperty(t.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});return t}();var tooltipIds=0;Tooltip.style=tooltipCss;export{Tooltip as road_tooltip};
|
package/dist/esm-es5/roadtrip.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as plt,w as win,d as doc,N as NAMESPACE,a as promiseResolve,b as bootstrapLazy}from"./index-0c8a0e04.js";import"./app-a32f9d74.js";var getDynamicImportFunction=function(e){return"__sc_import_"+e.replace(/\s|-/g,"_")};var patchBrowser=function(){{plt.$cssShim$=win.__cssshim}var e=Array.from(doc.querySelectorAll("script")).find((function(e){return new RegExp("/"+NAMESPACE+"(\\.esm)?\\.js($|\\?|#)").test(e.src)||e.getAttribute("data-stencil-namespace")===NAMESPACE}));var a={};if("onbeforeload"in e&&!history.scrollRestoration){return{then:function(){}}}{a.resourcesUrl=new URL(".",new URL(e.getAttribute("data-resources-url")||e.src,win.location.href)).href;{patchDynamicImport(a.resourcesUrl,e)}if(!win.customElements){return import("./dom-ba83fb9d.js").then((function(){return a}))}}return promiseResolve(a)};var patchDynamicImport=function(e,a){var o=getDynamicImportFunction(NAMESPACE);try{win[o]=new Function("w","return import(w);//"+Math.random())}catch(t){var r=new Map;win[o]=function(t){var d=new URL(t,e).href;var n=r.get(d);if(!n){var i=doc.createElement("script");i.type="module";i.crossOrigin=a.crossOrigin;i.src=URL.createObjectURL(new Blob(["import * as m from '"+d+"'; window."+o+".m = m;"],{type:"application/javascript"}));n=new Promise((function(e){i.onload=function(){e(win[o].m);i.remove()}}));r.set(d,n);doc.head.appendChild(i)}return n}}};patchBrowser().then((function(e){return bootstrapLazy([["road-badge_11",[[1,"road-item",{button:[4],detail:[4],active:[4],detailIcon:[1,"detail-icon"],disabled:[4],download:[1],href:[1],rel:[1],lines:[1],target:[1],type:[1],multipleInputs:[32]}],[1,"road-badge",{color:[1],bubble:[4]}],[1,"road-list",{lines:[1]}],[1,"road-toolbar",{color:[1]}],[33,"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"]]],[1,"road-col"],[1,"road-grid"],[1,"road-label"],[1,"road-row"],[1,"road-button",{color:[1],size:[513],buttonType:[1,"button-type"],disabled:[516],expand:[516],download:[1],href:[1],rel:[1],target:[1],outline:[4]}],[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]}]]],["road-duration",[[1,"road-duration",{isOpen:[1028,"is-open"],header:[1],min:[2],max:[2],step:[2],open:[64],close:[64]},[[0,"roadcardclick","handleClick"]]]]],["road-counter",[[2,"road-counter",{inputId:[1,"input-id"],min:[1],max:[1],step:[1],value:[2],size:[1]}]]],["road-plate-number",[[2,"road-plate-number",{country:[1],disabled:[4],placeholder:[1],readonly:[4],value:[1032],motorbike:[4]}]]],["road-accordion",[[1,"road-accordion",{isOpen:[1028,"is-open"]}]]],["road-carousel",[[4,"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]}]]],["road-chip",[[1,"road-chip",{color:[1],outline:[4],size:[1],hasCloseIcon:[4,"has-close-icon"]}]]],["road-collapse",[[1,"road-collapse",{isOpen:[1028,"is-open"],showMore:[1,"show-more"],showLess:[1,"show-less"],centered:[4]}]]],["road-dialog",[[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"]]]]],["road-modal",[[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"]]]]],["road-rating",[[1,"road-rating",{rate:[2],reviews:[2],reviewsText:[1,"reviews-text"]}]]],["road-toast",[[1,"road-toast",{isOpen:[1028,"is-open"],color:[1],label:[1],timeout:[2],position:[1],open:[64],close:[64]}]]],["road-alert",[[1,"road-alert",{color:[1]}]]],["road-autocomplete",[[6,"road-autocomplete",{options:[16],visible:[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-avatar",[[1,"road-avatar"]]],["road-carousel-item",[[4,"road-carousel-item"]]],["road-
|
|
1
|
+
import{p as plt,w as win,d as doc,N as NAMESPACE,a as promiseResolve,b as bootstrapLazy}from"./index-0c8a0e04.js";import"./app-a32f9d74.js";var getDynamicImportFunction=function(e){return"__sc_import_"+e.replace(/\s|-/g,"_")};var patchBrowser=function(){{plt.$cssShim$=win.__cssshim}var e=Array.from(doc.querySelectorAll("script")).find((function(e){return new RegExp("/"+NAMESPACE+"(\\.esm)?\\.js($|\\?|#)").test(e.src)||e.getAttribute("data-stencil-namespace")===NAMESPACE}));var a={};if("onbeforeload"in e&&!history.scrollRestoration){return{then:function(){}}}{a.resourcesUrl=new URL(".",new URL(e.getAttribute("data-resources-url")||e.src,win.location.href)).href;{patchDynamicImport(a.resourcesUrl,e)}if(!win.customElements){return import("./dom-ba83fb9d.js").then((function(){return a}))}}return promiseResolve(a)};var patchDynamicImport=function(e,a){var o=getDynamicImportFunction(NAMESPACE);try{win[o]=new Function("w","return import(w);//"+Math.random())}catch(t){var r=new Map;win[o]=function(t){var d=new URL(t,e).href;var n=r.get(d);if(!n){var i=doc.createElement("script");i.type="module";i.crossOrigin=a.crossOrigin;i.src=URL.createObjectURL(new Blob(["import * as m from '"+d+"'; window."+o+".m = m;"],{type:"application/javascript"}));n=new Promise((function(e){i.onload=function(){e(win[o].m);i.remove()}}));r.set(d,n);doc.head.appendChild(i)}return n}}};patchBrowser().then((function(e){return bootstrapLazy([["road-badge_11",[[1,"road-item",{button:[4],detail:[4],active:[4],detailIcon:[1,"detail-icon"],disabled:[4],download:[1],href:[1],rel:[1],lines:[1],target:[1],type:[1],multipleInputs:[32]}],[1,"road-badge",{color:[1],bubble:[4]}],[1,"road-list",{lines:[1]}],[1,"road-toolbar",{color:[1]}],[33,"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"]]],[1,"road-col"],[1,"road-grid"],[1,"road-label"],[1,"road-row"],[1,"road-button",{color:[1],size:[513],buttonType:[1,"button-type"],disabled:[516],expand:[516],download:[1],href:[1],rel:[1],target:[1],outline:[4]}],[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]}]]],["road-duration",[[1,"road-duration",{isOpen:[1028,"is-open"],header:[1],min:[2],max:[2],step:[2],open:[64],close:[64]},[[0,"roadcardclick","handleClick"]]]]],["road-counter",[[2,"road-counter",{inputId:[1,"input-id"],min:[1],max:[1],step:[1],value:[2],size:[1]}]]],["road-plate-number",[[2,"road-plate-number",{country:[1],disabled:[4],placeholder:[1],readonly:[4],value:[1032],motorbike:[4]}]]],["road-accordion",[[1,"road-accordion",{isOpen:[1028,"is-open"],isLight:[4,"is-light"]}]]],["road-banner",[[1,"road-banner",{isOpen:[1028,"is-open"],label:[1],link:[1],url:[1],close:[64]}]]],["road-carousel",[[4,"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]}]]],["road-checkbox",[[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]}]]],["road-chip",[[1,"road-chip",{color:[1],outline:[4],size:[1],hasCloseIcon:[4,"has-close-icon"]}]]],["road-collapse",[[1,"road-collapse",{isOpen:[1028,"is-open"],showMore:[1,"show-more"],showLess:[1,"show-less"],centered:[4]}]]],["road-dialog",[[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"]]]]],["road-modal",[[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"]]]]],["road-rating",[[1,"road-rating",{rate:[2],reviews:[2],reviewsText:[1,"reviews-text"]}]]],["road-toast",[[1,"road-toast",{isOpen:[1028,"is-open"],color:[1],label:[1],timeout:[2],position:[1],open:[64],close:[64]}]]],["road-alert",[[1,"road-alert",{color:[1]}]]],["road-autocomplete",[[6,"road-autocomplete",{options:[16],visible:[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-avatar",[[1,"road-avatar"]]],["road-carousel-item",[[4,"road-carousel-item"]]],["road-dropdown",[[1,"road-dropdown",{isOpen:[1028,"is-open"]}]]],["road-flap",[[1,"road-flap",{color:[1],size:[513]}]]],["road-img",[[1,"road-img",{alt:[1],src:[1],loadSrc:[32],loadError:[32]}]]],["road-navbar",[[1,"road-navbar",{selectedTab:[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-navbar-item",[[1,"road-navbar-item",{disabled:[4],download:[1],href:[1],rel:[1],selected:[1028],tab:[1],target:[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["road-progress",[[1,"road-progress",{value:[2],color:[1]}]]],["road-radio",[[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"]]]]],["road-radio-group",[[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]}]]],["road-range",[[2,"road-range",{rangeId:[1,"range-id"],value:[1032],min:[1],max:[1],step:[1],showValue:[4,"show-value"]}]]],["road-select",[[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]}]]],["road-select-filter",[[6,"road-select-filter",{options:[16],parameters:[8],onlySelect:[4,"only-select"],isOpen:[32],currentValue:[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[0,"roadChange","handleChange"],[0,"roadchange","handleChange"],[4,"click","onClickOutside"]]]]],["road-skeleton",[[1,"road-skeleton"]]],["road-spinner",[[1,"road-spinner"]]],["road-switch",[[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]}]]],["road-tab",[[1,"road-tab",{active:[1028],tab:[1],setActive:[64]}]]],["road-tab-bar",[[1,"road-tab-bar",{expand:[4],center:[4],selectedTab:[1,"selected-tab"]}]]],["road-tab-button",[[1,"road-tab-button",{download:[1],href:[1],rel:[1],layout:[1],selected:[1028],tab:[1],target:[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["road-table",[[6,"road-table"]]],["road-tabs",[[1,"road-tabs",{selectedTab:[32],select:[64],getTab:[64],getSelected:[64]}]]],["road-text",[[1,"road-text",{color:[1]}]]],["road-textarea",[[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],cols:[2],rows:[2],wrap:[1],value:[1025],label:[1],error:[1],helper:[1]}]]],["road-toggle",[[2,"road-toggle",{toggleId:[1,"toggle-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]}]]],["road-toolbar-title",[[1,"road-toolbar-title"]]],["road-tooltip",[[1,"road-tooltip",{tooltipId:[1,"tooltip-id"],content:[1],position:[1],isOpen:[1028,"is-open"],trigger:[1],open:[64],close:[64]}]]],["road-card",[[1,"road-card",{button:[4],value:[1],type:[1],download:[1],href:[1],rel:[1],target:[1]}]]],["road-input",[[2,"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]}]]],["road-input-group",[[1,"road-input-group"]]]],e)}));
|
package/dist/html.html-data.json
CHANGED
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
"value": ""
|
|
9
9
|
},
|
|
10
10
|
"attributes": [
|
|
11
|
+
{
|
|
12
|
+
"name": "is-light",
|
|
13
|
+
"description": "Set to `true` to remove border the accordion and to `false` to add border it."
|
|
14
|
+
},
|
|
11
15
|
{
|
|
12
16
|
"name": "is-open",
|
|
13
17
|
"description": "Set to `true` to open the accordion and to `false` to close it."
|
|
@@ -130,6 +134,37 @@
|
|
|
130
134
|
}
|
|
131
135
|
]
|
|
132
136
|
},
|
|
137
|
+
{
|
|
138
|
+
"name": "road-banner",
|
|
139
|
+
"description": {
|
|
140
|
+
"kind": "markdown",
|
|
141
|
+
"value": ""
|
|
142
|
+
},
|
|
143
|
+
"attributes": [
|
|
144
|
+
{
|
|
145
|
+
"name": "is-open",
|
|
146
|
+
"description": "Set `open` property to `true` to open the banner"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "label",
|
|
150
|
+
"description": "Text display in the banner"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "link",
|
|
154
|
+
"description": "Text Link display in the banner"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "url",
|
|
158
|
+
"description": "Text Link display in the banner"
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"references": [
|
|
162
|
+
{
|
|
163
|
+
"name": "Source code",
|
|
164
|
+
"url": "./https:/gitlab.com/mobivia-design/roadtrip/components/-/blob/master/src/components/banner/banner.tsx"
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
},
|
|
133
168
|
{
|
|
134
169
|
"name": "road-button",
|
|
135
170
|
"description": {
|
|
@@ -156,29 +191,14 @@
|
|
|
156
191
|
"name": "color",
|
|
157
192
|
"description": "The color to use from your application's color palette.",
|
|
158
193
|
"values": [
|
|
159
|
-
{
|
|
160
|
-
"name": "accent"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"name": "danger"
|
|
164
|
-
},
|
|
165
194
|
{
|
|
166
195
|
"name": "default"
|
|
167
196
|
},
|
|
168
|
-
{
|
|
169
|
-
"name": "info"
|
|
170
|
-
},
|
|
171
197
|
{
|
|
172
198
|
"name": "primary"
|
|
173
199
|
},
|
|
174
200
|
{
|
|
175
201
|
"name": "secondary"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"name": "success"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"name": "warning"
|
|
182
202
|
}
|
|
183
203
|
]
|
|
184
204
|
},
|
|
@@ -218,6 +238,9 @@
|
|
|
218
238
|
},
|
|
219
239
|
{
|
|
220
240
|
"name": "sm"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "xl"
|
|
221
244
|
}
|
|
222
245
|
]
|
|
223
246
|
},
|
|
@@ -351,6 +374,14 @@
|
|
|
351
374
|
"name": "error",
|
|
352
375
|
"description": "Error message for the field"
|
|
353
376
|
},
|
|
377
|
+
{
|
|
378
|
+
"name": "helper",
|
|
379
|
+
"description": "Helper message for the field"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "indeterminate",
|
|
383
|
+
"description": "If `true`, the checkbox will visually appear as indeterminate."
|
|
384
|
+
},
|
|
354
385
|
{
|
|
355
386
|
"name": "inverse",
|
|
356
387
|
"description": "If `true`, the label and the checkbox are inverse and spaced"
|
|
@@ -708,6 +739,18 @@
|
|
|
708
739
|
"name": "promo"
|
|
709
740
|
}
|
|
710
741
|
]
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"name": "size",
|
|
745
|
+
"description": "The button size.",
|
|
746
|
+
"values": [
|
|
747
|
+
{
|
|
748
|
+
"name": "md"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"name": "sm"
|
|
752
|
+
}
|
|
753
|
+
]
|
|
711
754
|
}
|
|
712
755
|
],
|
|
713
756
|
"references": [
|
|
@@ -1100,6 +1143,10 @@
|
|
|
1100
1143
|
"name": "error",
|
|
1101
1144
|
"description": "Error message for the field"
|
|
1102
1145
|
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "helper",
|
|
1148
|
+
"description": "Helper message for the field"
|
|
1149
|
+
},
|
|
1103
1150
|
{
|
|
1104
1151
|
"name": "input-id",
|
|
1105
1152
|
"description": "The id of input"
|
|
@@ -1178,6 +1225,18 @@
|
|
|
1178
1225
|
"name": "size",
|
|
1179
1226
|
"description": "The initial size of the control. This value is in pixels unless the value of the type attribute is `\"text\"` or `\"password\"`, in which case it is an integer number of characters. This attribute applies only when the `type` attribute is set to `\"text\"`, `\"search\"`, `\"tel\"`, `\"url\"`, `\"email\"`, or `\"password\"`, otherwise it is ignored."
|
|
1180
1227
|
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "sizes",
|
|
1230
|
+
"description": "The sizes of the input.",
|
|
1231
|
+
"values": [
|
|
1232
|
+
{
|
|
1233
|
+
"name": "lg"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "xl"
|
|
1237
|
+
}
|
|
1238
|
+
]
|
|
1239
|
+
},
|
|
1181
1240
|
{
|
|
1182
1241
|
"name": "spellcheck",
|
|
1183
1242
|
"description": "If `true`, the element will have its spelling and grammar checked."
|
|
@@ -1543,6 +1602,12 @@
|
|
|
1543
1602
|
{
|
|
1544
1603
|
"name": "info"
|
|
1545
1604
|
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "primary"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"name": "secondary"
|
|
1610
|
+
},
|
|
1546
1611
|
{
|
|
1547
1612
|
"name": "success"
|
|
1548
1613
|
},
|
|
@@ -1578,6 +1643,10 @@
|
|
|
1578
1643
|
"name": "error",
|
|
1579
1644
|
"description": "Error message for the field"
|
|
1580
1645
|
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "helper",
|
|
1648
|
+
"description": "Helper message for the field"
|
|
1649
|
+
},
|
|
1581
1650
|
{
|
|
1582
1651
|
"name": "inline",
|
|
1583
1652
|
"description": "Inline multiple radio"
|
|
@@ -1637,6 +1706,10 @@
|
|
|
1637
1706
|
"name": "error",
|
|
1638
1707
|
"description": "Error message for the radio group"
|
|
1639
1708
|
},
|
|
1709
|
+
{
|
|
1710
|
+
"name": "helper",
|
|
1711
|
+
"description": "Helper message for the radio group"
|
|
1712
|
+
},
|
|
1640
1713
|
{
|
|
1641
1714
|
"name": "label",
|
|
1642
1715
|
"description": "Label for the field"
|
|
@@ -1780,6 +1853,18 @@
|
|
|
1780
1853
|
"name": "size",
|
|
1781
1854
|
"description": "If the control is presented as a scrolling list box (e.g. when multiple is specified),\nthis attribute represents the number of rows in the list that should be visible at one time."
|
|
1782
1855
|
},
|
|
1856
|
+
{
|
|
1857
|
+
"name": "sizes",
|
|
1858
|
+
"description": "The sizes of the input.",
|
|
1859
|
+
"values": [
|
|
1860
|
+
{
|
|
1861
|
+
"name": "lg"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "xl"
|
|
1865
|
+
}
|
|
1866
|
+
]
|
|
1867
|
+
},
|
|
1783
1868
|
{
|
|
1784
1869
|
"name": "value",
|
|
1785
1870
|
"description": "the value of the select."
|
|
@@ -2152,6 +2237,10 @@
|
|
|
2152
2237
|
"name": "error",
|
|
2153
2238
|
"description": "Error message for the field"
|
|
2154
2239
|
},
|
|
2240
|
+
{
|
|
2241
|
+
"name": "helper",
|
|
2242
|
+
"description": "Helper message for the field"
|
|
2243
|
+
},
|
|
2155
2244
|
{
|
|
2156
2245
|
"name": "inputmode",
|
|
2157
2246
|
"description": "A hint to the browser for which keyboard to display.\nThis attribute applies when the value of the type attribute is `\"text\"`, `\"password\"`, `\"email\"`, or `\"url\"`. Possible values are: `\"verbatim\"`, `\"latin\"`, `\"latin-name\"`, `\"latin-prose\"`, `\"full-width-latin\"`, `\"kana\"`, `\"katakana\"`, `\"numeric\"`, `\"tel\"`, `\"email\"`, `\"url\"`.",
|
|
@@ -2214,6 +2303,18 @@
|
|
|
2214
2303
|
"name": "rows",
|
|
2215
2304
|
"description": "The number of rows of the control."
|
|
2216
2305
|
},
|
|
2306
|
+
{
|
|
2307
|
+
"name": "sizes",
|
|
2308
|
+
"description": "The sizes of the input.",
|
|
2309
|
+
"values": [
|
|
2310
|
+
{
|
|
2311
|
+
"name": "lg"
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"name": "xl"
|
|
2315
|
+
}
|
|
2316
|
+
]
|
|
2317
|
+
},
|
|
2217
2318
|
{
|
|
2218
2319
|
"name": "spellcheck",
|
|
2219
2320
|
"description": "If `true`, the element will have its spelling and grammar checked."
|
|
@@ -2306,6 +2407,82 @@
|
|
|
2306
2407
|
}
|
|
2307
2408
|
]
|
|
2308
2409
|
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "road-toggle",
|
|
2412
|
+
"description": {
|
|
2413
|
+
"kind": "markdown",
|
|
2414
|
+
"value": ""
|
|
2415
|
+
},
|
|
2416
|
+
"attributes": [
|
|
2417
|
+
{
|
|
2418
|
+
"name": "checked",
|
|
2419
|
+
"description": "If `true`, the toggle is checked."
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"name": "color",
|
|
2423
|
+
"description": "Set the color of alert. e.g. info, success, warning, danger",
|
|
2424
|
+
"values": [
|
|
2425
|
+
{
|
|
2426
|
+
"name": "danger"
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
"name": "info"
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"name": "secondary"
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"name": "success"
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"name": "warning"
|
|
2439
|
+
}
|
|
2440
|
+
]
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"name": "disabled",
|
|
2444
|
+
"description": "If `true`, the user cannot interact with the toggle."
|
|
2445
|
+
},
|
|
2446
|
+
{
|
|
2447
|
+
"name": "has-left-label",
|
|
2448
|
+
"description": "If `true`, the label is at left of the toggle"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "is-spaced",
|
|
2452
|
+
"description": "Add space between label and toggle element"
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"name": "label",
|
|
2456
|
+
"description": "Label for the field"
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"name": "name",
|
|
2460
|
+
"description": "The name of the control, which is submitted with the form data."
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"name": "off",
|
|
2464
|
+
"description": "Text display for \"`off`\" state in the toggle lever"
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"name": "on",
|
|
2468
|
+
"description": "Text display for \"`on`\" state in the toggle lever"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"name": "toggle-id",
|
|
2472
|
+
"description": "The id of toggle"
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"name": "value",
|
|
2476
|
+
"description": "Value the form will get"
|
|
2477
|
+
}
|
|
2478
|
+
],
|
|
2479
|
+
"references": [
|
|
2480
|
+
{
|
|
2481
|
+
"name": "Source code",
|
|
2482
|
+
"url": "./https:/gitlab.com/mobivia-design/roadtrip/components/-/blob/master/src/components/toggle/toggle.tsx"
|
|
2483
|
+
}
|
|
2484
|
+
]
|
|
2485
|
+
},
|
|
2309
2486
|
{
|
|
2310
2487
|
"name": "road-toolbar",
|
|
2311
2488
|
"description": {
|