@roadtrip/components 2.27.0 → 2.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{index-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 +13 -6
- 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 +65 -15
- package/dist/collection/components/plate-number/plate-number.js +47 -4
- package/dist/collection/components/plate-number/plate-number.stories.js +67 -43
- 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/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 +13 -6
- 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 +200 -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/plate-number/plate-number.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 +279 -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-83f8960f.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-bcf74e54.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-fce355f6.entry.js +0 -1
|
@@ -8,6 +8,10 @@ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
|
8
8
|
import { AutocompleteTypes, Color, FeedbackColors, TextFieldTypes } from "./interface";
|
|
9
9
|
export namespace Components {
|
|
10
10
|
interface RoadAccordion {
|
|
11
|
+
/**
|
|
12
|
+
* Set to `true` to remove border the accordion and to `false` to add border it.
|
|
13
|
+
*/
|
|
14
|
+
"isLight": boolean;
|
|
11
15
|
/**
|
|
12
16
|
* Set to `true` to open the accordion and to `false` to close it.
|
|
13
17
|
*/
|
|
@@ -40,6 +44,28 @@ export namespace Components {
|
|
|
40
44
|
*/
|
|
41
45
|
"color"?: Color;
|
|
42
46
|
}
|
|
47
|
+
interface RoadBanner {
|
|
48
|
+
/**
|
|
49
|
+
* Close the banner
|
|
50
|
+
*/
|
|
51
|
+
"close": () => Promise<void>;
|
|
52
|
+
/**
|
|
53
|
+
* Set `open` property to `true` to open the banner
|
|
54
|
+
*/
|
|
55
|
+
"isOpen": boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Text display in the banner
|
|
58
|
+
*/
|
|
59
|
+
"label": string;
|
|
60
|
+
/**
|
|
61
|
+
* Text Link display in the banner
|
|
62
|
+
*/
|
|
63
|
+
"link"?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Text Link display in the banner
|
|
66
|
+
*/
|
|
67
|
+
"url"?: string;
|
|
68
|
+
}
|
|
43
69
|
interface RoadButton {
|
|
44
70
|
/**
|
|
45
71
|
* The type of the button.
|
|
@@ -48,7 +74,7 @@ export namespace Components {
|
|
|
48
74
|
/**
|
|
49
75
|
* The color to use from your application's color palette.
|
|
50
76
|
*/
|
|
51
|
-
"color"?:
|
|
77
|
+
"color"?: 'primary' | 'secondary' | 'default';
|
|
52
78
|
/**
|
|
53
79
|
* If `true`, the user cannot interact with the button.
|
|
54
80
|
*/
|
|
@@ -76,7 +102,7 @@ export namespace Components {
|
|
|
76
102
|
/**
|
|
77
103
|
* The button size.
|
|
78
104
|
*/
|
|
79
|
-
"size"?: 'sm' | 'md' | 'lg';
|
|
105
|
+
"size"?: 'sm' | 'md' | 'lg' | 'xl';
|
|
80
106
|
/**
|
|
81
107
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
82
108
|
*/
|
|
@@ -220,6 +246,14 @@ export namespace Components {
|
|
|
220
246
|
* Error message for the field
|
|
221
247
|
*/
|
|
222
248
|
"error"?: string;
|
|
249
|
+
/**
|
|
250
|
+
* Helper message for the field
|
|
251
|
+
*/
|
|
252
|
+
"helper"?: string;
|
|
253
|
+
/**
|
|
254
|
+
* If `true`, the checkbox will visually appear as indeterminate.
|
|
255
|
+
*/
|
|
256
|
+
"indeterminate": boolean;
|
|
223
257
|
/**
|
|
224
258
|
* If `true`, the label and the checkbox are inverse and spaced
|
|
225
259
|
*/
|
|
@@ -430,6 +464,10 @@ export namespace Components {
|
|
|
430
464
|
* Set the color of the flap.
|
|
431
465
|
*/
|
|
432
466
|
"color": 'promo' | 'exclu' | 'info' | 'ecology';
|
|
467
|
+
/**
|
|
468
|
+
* The button size.
|
|
469
|
+
*/
|
|
470
|
+
"size": 'sm' | 'md';
|
|
433
471
|
}
|
|
434
472
|
interface RoadGrid {
|
|
435
473
|
}
|
|
@@ -518,6 +556,10 @@ export namespace Components {
|
|
|
518
556
|
* Error message for the field
|
|
519
557
|
*/
|
|
520
558
|
"error"?: string;
|
|
559
|
+
/**
|
|
560
|
+
* Helper message for the field
|
|
561
|
+
*/
|
|
562
|
+
"helper"?: string;
|
|
521
563
|
/**
|
|
522
564
|
* The id of input
|
|
523
565
|
*/
|
|
@@ -570,6 +612,10 @@ export namespace Components {
|
|
|
570
612
|
* 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.
|
|
571
613
|
*/
|
|
572
614
|
"size"?: number;
|
|
615
|
+
/**
|
|
616
|
+
* The sizes of the input.
|
|
617
|
+
*/
|
|
618
|
+
"sizes": 'lg' | 'xl';
|
|
573
619
|
/**
|
|
574
620
|
* If `true`, the element will have its spelling and grammar checked.
|
|
575
621
|
*/
|
|
@@ -714,6 +760,10 @@ export namespace Components {
|
|
|
714
760
|
* country of the plate
|
|
715
761
|
*/
|
|
716
762
|
"country": 'FR' | 'BE' | 'IT' | 'ES' | 'PT' | 'PL';
|
|
763
|
+
/**
|
|
764
|
+
* If `true`, the user cannot interact with the input.
|
|
765
|
+
*/
|
|
766
|
+
"disabled": boolean;
|
|
717
767
|
/**
|
|
718
768
|
* Enable motorbike display
|
|
719
769
|
*/
|
|
@@ -722,6 +772,10 @@ export namespace Components {
|
|
|
722
772
|
* overwrite the default placeholder
|
|
723
773
|
*/
|
|
724
774
|
"placeholder"?: string;
|
|
775
|
+
/**
|
|
776
|
+
* If `true`, the user cannot modify the value.
|
|
777
|
+
*/
|
|
778
|
+
"readonly": boolean;
|
|
725
779
|
/**
|
|
726
780
|
* The value of the input.
|
|
727
781
|
*/
|
|
@@ -731,7 +785,7 @@ export namespace Components {
|
|
|
731
785
|
/**
|
|
732
786
|
* The color to use from your application's color palette.
|
|
733
787
|
*/
|
|
734
|
-
"color":
|
|
788
|
+
"color": 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
735
789
|
/**
|
|
736
790
|
* The value determines how much of the active bar should display. The value should be between [0, 100].
|
|
737
791
|
*/
|
|
@@ -746,6 +800,10 @@ export namespace Components {
|
|
|
746
800
|
* Error message for the field
|
|
747
801
|
*/
|
|
748
802
|
"error"?: boolean;
|
|
803
|
+
/**
|
|
804
|
+
* Helper message for the field
|
|
805
|
+
*/
|
|
806
|
+
"helper"?: string;
|
|
749
807
|
/**
|
|
750
808
|
* Inline multiple radio
|
|
751
809
|
*/
|
|
@@ -792,6 +850,10 @@ export namespace Components {
|
|
|
792
850
|
* Error message for the radio group
|
|
793
851
|
*/
|
|
794
852
|
"error"?: string;
|
|
853
|
+
/**
|
|
854
|
+
* Helper message for the radio group
|
|
855
|
+
*/
|
|
856
|
+
"helper"?: string;
|
|
795
857
|
/**
|
|
796
858
|
* Label for the field
|
|
797
859
|
*/
|
|
@@ -892,6 +954,10 @@ export namespace Components {
|
|
|
892
954
|
* If the control is presented as a scrolling list box (e.g. when multiple is specified), this attribute represents the number of rows in the list that should be visible at one time.
|
|
893
955
|
*/
|
|
894
956
|
"size": number;
|
|
957
|
+
/**
|
|
958
|
+
* The sizes of the input.
|
|
959
|
+
*/
|
|
960
|
+
"sizes": 'lg' | 'xl';
|
|
895
961
|
/**
|
|
896
962
|
* the value of the select.
|
|
897
963
|
*/
|
|
@@ -1068,6 +1134,10 @@ export namespace Components {
|
|
|
1068
1134
|
* Error message for the field
|
|
1069
1135
|
*/
|
|
1070
1136
|
"error"?: string;
|
|
1137
|
+
/**
|
|
1138
|
+
* Helper message for the field
|
|
1139
|
+
*/
|
|
1140
|
+
"helper"?: string;
|
|
1071
1141
|
/**
|
|
1072
1142
|
* A hint to the browser for which keyboard to display. This 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"`.
|
|
1073
1143
|
*/
|
|
@@ -1104,6 +1174,10 @@ export namespace Components {
|
|
|
1104
1174
|
* The number of rows of the control.
|
|
1105
1175
|
*/
|
|
1106
1176
|
"rows"?: number;
|
|
1177
|
+
/**
|
|
1178
|
+
* The sizes of the input.
|
|
1179
|
+
*/
|
|
1180
|
+
"sizes": 'lg' | 'xl';
|
|
1107
1181
|
/**
|
|
1108
1182
|
* If `true`, the element will have its spelling and grammar checked.
|
|
1109
1183
|
*/
|
|
@@ -1151,6 +1225,52 @@ export namespace Components {
|
|
|
1151
1225
|
*/
|
|
1152
1226
|
"timeout": number;
|
|
1153
1227
|
}
|
|
1228
|
+
interface RoadToggle {
|
|
1229
|
+
/**
|
|
1230
|
+
* If `true`, the toggle is checked.
|
|
1231
|
+
*/
|
|
1232
|
+
"checked": boolean;
|
|
1233
|
+
/**
|
|
1234
|
+
* Set the color of alert. e.g. info, success, warning, danger
|
|
1235
|
+
*/
|
|
1236
|
+
"color"?: 'secondary' | FeedbackColors;
|
|
1237
|
+
/**
|
|
1238
|
+
* If `true`, the user cannot interact with the toggle.
|
|
1239
|
+
*/
|
|
1240
|
+
"disabled": boolean;
|
|
1241
|
+
/**
|
|
1242
|
+
* If `true`, the label is at left of the toggle
|
|
1243
|
+
*/
|
|
1244
|
+
"hasLeftLabel": boolean;
|
|
1245
|
+
/**
|
|
1246
|
+
* Add space between label and toggle element
|
|
1247
|
+
*/
|
|
1248
|
+
"isSpaced": boolean;
|
|
1249
|
+
/**
|
|
1250
|
+
* Label for the field
|
|
1251
|
+
*/
|
|
1252
|
+
"label": string;
|
|
1253
|
+
/**
|
|
1254
|
+
* The name of the control, which is submitted with the form data.
|
|
1255
|
+
*/
|
|
1256
|
+
"name": string;
|
|
1257
|
+
/**
|
|
1258
|
+
* Text display for "`off`" state in the toggle lever
|
|
1259
|
+
*/
|
|
1260
|
+
"off": string;
|
|
1261
|
+
/**
|
|
1262
|
+
* Text display for "`on`" state in the toggle lever
|
|
1263
|
+
*/
|
|
1264
|
+
"on": string;
|
|
1265
|
+
/**
|
|
1266
|
+
* The id of toggle
|
|
1267
|
+
*/
|
|
1268
|
+
"toggleId": string;
|
|
1269
|
+
/**
|
|
1270
|
+
* Value the form will get
|
|
1271
|
+
*/
|
|
1272
|
+
"value": string;
|
|
1273
|
+
}
|
|
1154
1274
|
interface RoadToolbar {
|
|
1155
1275
|
/**
|
|
1156
1276
|
* Background color of the toolbar
|
|
@@ -1224,6 +1344,12 @@ declare global {
|
|
|
1224
1344
|
prototype: HTMLRoadBadgeElement;
|
|
1225
1345
|
new (): HTMLRoadBadgeElement;
|
|
1226
1346
|
};
|
|
1347
|
+
interface HTMLRoadBannerElement extends Components.RoadBanner, HTMLStencilElement {
|
|
1348
|
+
}
|
|
1349
|
+
var HTMLRoadBannerElement: {
|
|
1350
|
+
prototype: HTMLRoadBannerElement;
|
|
1351
|
+
new (): HTMLRoadBannerElement;
|
|
1352
|
+
};
|
|
1227
1353
|
interface HTMLRoadButtonElement extends Components.RoadButton, HTMLStencilElement {
|
|
1228
1354
|
}
|
|
1229
1355
|
var HTMLRoadButtonElement: {
|
|
@@ -1494,6 +1620,12 @@ declare global {
|
|
|
1494
1620
|
prototype: HTMLRoadToastElement;
|
|
1495
1621
|
new (): HTMLRoadToastElement;
|
|
1496
1622
|
};
|
|
1623
|
+
interface HTMLRoadToggleElement extends Components.RoadToggle, HTMLStencilElement {
|
|
1624
|
+
}
|
|
1625
|
+
var HTMLRoadToggleElement: {
|
|
1626
|
+
prototype: HTMLRoadToggleElement;
|
|
1627
|
+
new (): HTMLRoadToggleElement;
|
|
1628
|
+
};
|
|
1497
1629
|
interface HTMLRoadToolbarElement extends Components.RoadToolbar, HTMLStencilElement {
|
|
1498
1630
|
}
|
|
1499
1631
|
var HTMLRoadToolbarElement: {
|
|
@@ -1518,6 +1650,7 @@ declare global {
|
|
|
1518
1650
|
"road-autocomplete": HTMLRoadAutocompleteElement;
|
|
1519
1651
|
"road-avatar": HTMLRoadAvatarElement;
|
|
1520
1652
|
"road-badge": HTMLRoadBadgeElement;
|
|
1653
|
+
"road-banner": HTMLRoadBannerElement;
|
|
1521
1654
|
"road-button": HTMLRoadButtonElement;
|
|
1522
1655
|
"road-card": HTMLRoadCardElement;
|
|
1523
1656
|
"road-carousel": HTMLRoadCarouselElement;
|
|
@@ -1563,6 +1696,7 @@ declare global {
|
|
|
1563
1696
|
"road-text": HTMLRoadTextElement;
|
|
1564
1697
|
"road-textarea": HTMLRoadTextareaElement;
|
|
1565
1698
|
"road-toast": HTMLRoadToastElement;
|
|
1699
|
+
"road-toggle": HTMLRoadToggleElement;
|
|
1566
1700
|
"road-toolbar": HTMLRoadToolbarElement;
|
|
1567
1701
|
"road-toolbar-title": HTMLRoadToolbarTitleElement;
|
|
1568
1702
|
"road-tooltip": HTMLRoadTooltipElement;
|
|
@@ -1570,6 +1704,10 @@ declare global {
|
|
|
1570
1704
|
}
|
|
1571
1705
|
declare namespace LocalJSX {
|
|
1572
1706
|
interface RoadAccordion {
|
|
1707
|
+
/**
|
|
1708
|
+
* Set to `true` to remove border the accordion and to `false` to add border it.
|
|
1709
|
+
*/
|
|
1710
|
+
"isLight"?: boolean;
|
|
1573
1711
|
/**
|
|
1574
1712
|
* Set to `true` to open the accordion and to `false` to close it.
|
|
1575
1713
|
*/
|
|
@@ -1609,6 +1747,28 @@ declare namespace LocalJSX {
|
|
|
1609
1747
|
*/
|
|
1610
1748
|
"color"?: Color;
|
|
1611
1749
|
}
|
|
1750
|
+
interface RoadBanner {
|
|
1751
|
+
/**
|
|
1752
|
+
* Set `open` property to `true` to open the banner
|
|
1753
|
+
*/
|
|
1754
|
+
"isOpen"?: boolean;
|
|
1755
|
+
/**
|
|
1756
|
+
* Text display in the banner
|
|
1757
|
+
*/
|
|
1758
|
+
"label"?: string;
|
|
1759
|
+
/**
|
|
1760
|
+
* Text Link display in the banner
|
|
1761
|
+
*/
|
|
1762
|
+
"link"?: string;
|
|
1763
|
+
/**
|
|
1764
|
+
* Indicate when closing the banner
|
|
1765
|
+
*/
|
|
1766
|
+
"onClose"?: (event: CustomEvent<void>) => void;
|
|
1767
|
+
/**
|
|
1768
|
+
* Text Link display in the banner
|
|
1769
|
+
*/
|
|
1770
|
+
"url"?: string;
|
|
1771
|
+
}
|
|
1612
1772
|
interface RoadButton {
|
|
1613
1773
|
/**
|
|
1614
1774
|
* The type of the button.
|
|
@@ -1617,7 +1777,7 @@ declare namespace LocalJSX {
|
|
|
1617
1777
|
/**
|
|
1618
1778
|
* The color to use from your application's color palette.
|
|
1619
1779
|
*/
|
|
1620
|
-
"color"?:
|
|
1780
|
+
"color"?: 'primary' | 'secondary' | 'default';
|
|
1621
1781
|
/**
|
|
1622
1782
|
* If `true`, the user cannot interact with the button.
|
|
1623
1783
|
*/
|
|
@@ -1653,7 +1813,7 @@ declare namespace LocalJSX {
|
|
|
1653
1813
|
/**
|
|
1654
1814
|
* The button size.
|
|
1655
1815
|
*/
|
|
1656
|
-
"size"?: 'sm' | 'md' | 'lg';
|
|
1816
|
+
"size"?: 'sm' | 'md' | 'lg' | 'xl';
|
|
1657
1817
|
/**
|
|
1658
1818
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1659
1819
|
*/
|
|
@@ -1793,6 +1953,14 @@ declare namespace LocalJSX {
|
|
|
1793
1953
|
* Error message for the field
|
|
1794
1954
|
*/
|
|
1795
1955
|
"error"?: string;
|
|
1956
|
+
/**
|
|
1957
|
+
* Helper message for the field
|
|
1958
|
+
*/
|
|
1959
|
+
"helper"?: string;
|
|
1960
|
+
/**
|
|
1961
|
+
* If `true`, the checkbox will visually appear as indeterminate.
|
|
1962
|
+
*/
|
|
1963
|
+
"indeterminate"?: boolean;
|
|
1796
1964
|
/**
|
|
1797
1965
|
* If `true`, the label and the checkbox are inverse and spaced
|
|
1798
1966
|
*/
|
|
@@ -2021,6 +2189,10 @@ declare namespace LocalJSX {
|
|
|
2021
2189
|
* Set the color of the flap.
|
|
2022
2190
|
*/
|
|
2023
2191
|
"color"?: 'promo' | 'exclu' | 'info' | 'ecology';
|
|
2192
|
+
/**
|
|
2193
|
+
* The button size.
|
|
2194
|
+
*/
|
|
2195
|
+
"size"?: 'sm' | 'md';
|
|
2024
2196
|
}
|
|
2025
2197
|
interface RoadGrid {
|
|
2026
2198
|
}
|
|
@@ -2121,6 +2293,10 @@ declare namespace LocalJSX {
|
|
|
2121
2293
|
* Error message for the field
|
|
2122
2294
|
*/
|
|
2123
2295
|
"error"?: string;
|
|
2296
|
+
/**
|
|
2297
|
+
* Helper message for the field
|
|
2298
|
+
*/
|
|
2299
|
+
"helper"?: string;
|
|
2124
2300
|
/**
|
|
2125
2301
|
* The id of input
|
|
2126
2302
|
*/
|
|
@@ -2191,6 +2367,10 @@ declare namespace LocalJSX {
|
|
|
2191
2367
|
* 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.
|
|
2192
2368
|
*/
|
|
2193
2369
|
"size"?: number;
|
|
2370
|
+
/**
|
|
2371
|
+
* The sizes of the input.
|
|
2372
|
+
*/
|
|
2373
|
+
"sizes"?: 'lg' | 'xl';
|
|
2194
2374
|
/**
|
|
2195
2375
|
* If `true`, the element will have its spelling and grammar checked.
|
|
2196
2376
|
*/
|
|
@@ -2331,6 +2511,10 @@ declare namespace LocalJSX {
|
|
|
2331
2511
|
* country of the plate
|
|
2332
2512
|
*/
|
|
2333
2513
|
"country"?: 'FR' | 'BE' | 'IT' | 'ES' | 'PT' | 'PL';
|
|
2514
|
+
/**
|
|
2515
|
+
* If `true`, the user cannot interact with the input.
|
|
2516
|
+
*/
|
|
2517
|
+
"disabled"?: boolean;
|
|
2334
2518
|
/**
|
|
2335
2519
|
* Enable motorbike display
|
|
2336
2520
|
*/
|
|
@@ -2357,6 +2541,10 @@ declare namespace LocalJSX {
|
|
|
2357
2541
|
* overwrite the default placeholder
|
|
2358
2542
|
*/
|
|
2359
2543
|
"placeholder"?: string;
|
|
2544
|
+
/**
|
|
2545
|
+
* If `true`, the user cannot modify the value.
|
|
2546
|
+
*/
|
|
2547
|
+
"readonly"?: boolean;
|
|
2360
2548
|
/**
|
|
2361
2549
|
* The value of the input.
|
|
2362
2550
|
*/
|
|
@@ -2366,7 +2554,7 @@ declare namespace LocalJSX {
|
|
|
2366
2554
|
/**
|
|
2367
2555
|
* The color to use from your application's color palette.
|
|
2368
2556
|
*/
|
|
2369
|
-
"color"?:
|
|
2557
|
+
"color"?: 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2370
2558
|
/**
|
|
2371
2559
|
* The value determines how much of the active bar should display. The value should be between [0, 100].
|
|
2372
2560
|
*/
|
|
@@ -2381,6 +2569,10 @@ declare namespace LocalJSX {
|
|
|
2381
2569
|
* Error message for the field
|
|
2382
2570
|
*/
|
|
2383
2571
|
"error"?: boolean;
|
|
2572
|
+
/**
|
|
2573
|
+
* Helper message for the field
|
|
2574
|
+
*/
|
|
2575
|
+
"helper"?: string;
|
|
2384
2576
|
/**
|
|
2385
2577
|
* Inline multiple radio
|
|
2386
2578
|
*/
|
|
@@ -2435,6 +2627,10 @@ declare namespace LocalJSX {
|
|
|
2435
2627
|
* Error message for the radio group
|
|
2436
2628
|
*/
|
|
2437
2629
|
"error"?: string;
|
|
2630
|
+
/**
|
|
2631
|
+
* Helper message for the radio group
|
|
2632
|
+
*/
|
|
2633
|
+
"helper"?: string;
|
|
2438
2634
|
/**
|
|
2439
2635
|
* Label for the field
|
|
2440
2636
|
*/
|
|
@@ -2561,6 +2757,10 @@ declare namespace LocalJSX {
|
|
|
2561
2757
|
* If the control is presented as a scrolling list box (e.g. when multiple is specified), this attribute represents the number of rows in the list that should be visible at one time.
|
|
2562
2758
|
*/
|
|
2563
2759
|
"size"?: number;
|
|
2760
|
+
/**
|
|
2761
|
+
* The sizes of the input.
|
|
2762
|
+
*/
|
|
2763
|
+
"sizes"?: 'lg' | 'xl';
|
|
2564
2764
|
/**
|
|
2565
2765
|
* the value of the select.
|
|
2566
2766
|
*/
|
|
@@ -2748,6 +2948,10 @@ declare namespace LocalJSX {
|
|
|
2748
2948
|
* Error message for the field
|
|
2749
2949
|
*/
|
|
2750
2950
|
"error"?: string;
|
|
2951
|
+
/**
|
|
2952
|
+
* Helper message for the field
|
|
2953
|
+
*/
|
|
2954
|
+
"helper"?: string;
|
|
2751
2955
|
/**
|
|
2752
2956
|
* A hint to the browser for which keyboard to display. This 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"`.
|
|
2753
2957
|
*/
|
|
@@ -2802,6 +3006,10 @@ declare namespace LocalJSX {
|
|
|
2802
3006
|
* The number of rows of the control.
|
|
2803
3007
|
*/
|
|
2804
3008
|
"rows"?: number;
|
|
3009
|
+
/**
|
|
3010
|
+
* The sizes of the input.
|
|
3011
|
+
*/
|
|
3012
|
+
"sizes"?: 'lg' | 'xl';
|
|
2805
3013
|
/**
|
|
2806
3014
|
* If `true`, the element will have its spelling and grammar checked.
|
|
2807
3015
|
*/
|
|
@@ -2845,6 +3053,67 @@ declare namespace LocalJSX {
|
|
|
2845
3053
|
*/
|
|
2846
3054
|
"timeout"?: number;
|
|
2847
3055
|
}
|
|
3056
|
+
interface RoadToggle {
|
|
3057
|
+
/**
|
|
3058
|
+
* If `true`, the toggle is checked.
|
|
3059
|
+
*/
|
|
3060
|
+
"checked"?: boolean;
|
|
3061
|
+
/**
|
|
3062
|
+
* Set the color of alert. e.g. info, success, warning, danger
|
|
3063
|
+
*/
|
|
3064
|
+
"color"?: 'secondary' | FeedbackColors;
|
|
3065
|
+
/**
|
|
3066
|
+
* If `true`, the user cannot interact with the toggle.
|
|
3067
|
+
*/
|
|
3068
|
+
"disabled"?: boolean;
|
|
3069
|
+
/**
|
|
3070
|
+
* If `true`, the label is at left of the toggle
|
|
3071
|
+
*/
|
|
3072
|
+
"hasLeftLabel"?: boolean;
|
|
3073
|
+
/**
|
|
3074
|
+
* Add space between label and toggle element
|
|
3075
|
+
*/
|
|
3076
|
+
"isSpaced"?: boolean;
|
|
3077
|
+
/**
|
|
3078
|
+
* Label for the field
|
|
3079
|
+
*/
|
|
3080
|
+
"label"?: string;
|
|
3081
|
+
/**
|
|
3082
|
+
* The name of the control, which is submitted with the form data.
|
|
3083
|
+
*/
|
|
3084
|
+
"name"?: string;
|
|
3085
|
+
/**
|
|
3086
|
+
* Text display for "`off`" state in the toggle lever
|
|
3087
|
+
*/
|
|
3088
|
+
"off"?: string;
|
|
3089
|
+
/**
|
|
3090
|
+
* Text display for "`on`" state in the toggle lever
|
|
3091
|
+
*/
|
|
3092
|
+
"on"?: string;
|
|
3093
|
+
/**
|
|
3094
|
+
* Emitted when the toggle loses focus.
|
|
3095
|
+
*/
|
|
3096
|
+
"onRoadblur"?: (event: CustomEvent<void>) => void;
|
|
3097
|
+
/**
|
|
3098
|
+
* Emitted when the checked property has changed.
|
|
3099
|
+
*/
|
|
3100
|
+
"onRoadchange"?: (event: CustomEvent<{
|
|
3101
|
+
checked: boolean;
|
|
3102
|
+
value: string | undefined | null
|
|
3103
|
+
}>) => void;
|
|
3104
|
+
/**
|
|
3105
|
+
* Emitted when the toggle has focus.
|
|
3106
|
+
*/
|
|
3107
|
+
"onRoadfocus"?: (event: CustomEvent<void>) => void;
|
|
3108
|
+
/**
|
|
3109
|
+
* The id of toggle
|
|
3110
|
+
*/
|
|
3111
|
+
"toggleId"?: string;
|
|
3112
|
+
/**
|
|
3113
|
+
* Value the form will get
|
|
3114
|
+
*/
|
|
3115
|
+
"value"?: string;
|
|
3116
|
+
}
|
|
2848
3117
|
interface RoadToolbar {
|
|
2849
3118
|
/**
|
|
2850
3119
|
* Background color of the toolbar
|
|
@@ -2884,6 +3153,7 @@ declare namespace LocalJSX {
|
|
|
2884
3153
|
"road-autocomplete": RoadAutocomplete;
|
|
2885
3154
|
"road-avatar": RoadAvatar;
|
|
2886
3155
|
"road-badge": RoadBadge;
|
|
3156
|
+
"road-banner": RoadBanner;
|
|
2887
3157
|
"road-button": RoadButton;
|
|
2888
3158
|
"road-card": RoadCard;
|
|
2889
3159
|
"road-carousel": RoadCarousel;
|
|
@@ -2929,6 +3199,7 @@ declare namespace LocalJSX {
|
|
|
2929
3199
|
"road-text": RoadText;
|
|
2930
3200
|
"road-textarea": RoadTextarea;
|
|
2931
3201
|
"road-toast": RoadToast;
|
|
3202
|
+
"road-toggle": RoadToggle;
|
|
2932
3203
|
"road-toolbar": RoadToolbar;
|
|
2933
3204
|
"road-toolbar-title": RoadToolbarTitle;
|
|
2934
3205
|
"road-tooltip": RoadTooltip;
|
|
@@ -2943,6 +3214,7 @@ declare module "@stencil/core" {
|
|
|
2943
3214
|
"road-autocomplete": LocalJSX.RoadAutocomplete & JSXBase.HTMLAttributes<HTMLRoadAutocompleteElement>;
|
|
2944
3215
|
"road-avatar": LocalJSX.RoadAvatar & JSXBase.HTMLAttributes<HTMLRoadAvatarElement>;
|
|
2945
3216
|
"road-badge": LocalJSX.RoadBadge & JSXBase.HTMLAttributes<HTMLRoadBadgeElement>;
|
|
3217
|
+
"road-banner": LocalJSX.RoadBanner & JSXBase.HTMLAttributes<HTMLRoadBannerElement>;
|
|
2946
3218
|
"road-button": LocalJSX.RoadButton & JSXBase.HTMLAttributes<HTMLRoadButtonElement>;
|
|
2947
3219
|
"road-card": LocalJSX.RoadCard & JSXBase.HTMLAttributes<HTMLRoadCardElement>;
|
|
2948
3220
|
"road-carousel": LocalJSX.RoadCarousel & JSXBase.HTMLAttributes<HTMLRoadCarouselElement>;
|
|
@@ -2988,6 +3260,7 @@ declare module "@stencil/core" {
|
|
|
2988
3260
|
"road-text": LocalJSX.RoadText & JSXBase.HTMLAttributes<HTMLRoadTextElement>;
|
|
2989
3261
|
"road-textarea": LocalJSX.RoadTextarea & JSXBase.HTMLAttributes<HTMLRoadTextareaElement>;
|
|
2990
3262
|
"road-toast": LocalJSX.RoadToast & JSXBase.HTMLAttributes<HTMLRoadToastElement>;
|
|
3263
|
+
"road-toggle": LocalJSX.RoadToggle & JSXBase.HTMLAttributes<HTMLRoadToggleElement>;
|
|
2991
3264
|
"road-toolbar": LocalJSX.RoadToolbar & JSXBase.HTMLAttributes<HTMLRoadToolbarElement>;
|
|
2992
3265
|
"road-toolbar-title": LocalJSX.RoadToolbarTitle & JSXBase.HTMLAttributes<HTMLRoadToolbarTitleElement>;
|
|
2993
3266
|
"road-tooltip": LocalJSX.RoadTooltip & JSXBase.HTMLAttributes<HTMLRoadTooltipElement>;
|