@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
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Component, Event, Host, Prop, Watch, h } from '@stencil/core';
|
|
2
|
+
import { checkWide, navigationAddLess } from '../../../icons';
|
|
2
3
|
import './../../utils/polyfill';
|
|
3
4
|
/**
|
|
4
5
|
* @slot - Adding additional elements next to the label (e.g. number of items in filters).
|
|
@@ -21,6 +22,10 @@ export class Checkbox {
|
|
|
21
22
|
* If `true`, the checkbox is checked.
|
|
22
23
|
*/
|
|
23
24
|
this.checked = false;
|
|
25
|
+
/**
|
|
26
|
+
* If `true`, the checkbox will visually appear as indeterminate.
|
|
27
|
+
*/
|
|
28
|
+
this.indeterminate = false;
|
|
24
29
|
/**
|
|
25
30
|
* If `true`, the user cannot interact with the checkbox.
|
|
26
31
|
*/
|
|
@@ -39,6 +44,7 @@ export class Checkbox {
|
|
|
39
44
|
this.inverse = false;
|
|
40
45
|
this.onClick = () => {
|
|
41
46
|
this.checked = !this.checked;
|
|
47
|
+
this.indeterminate = false;
|
|
42
48
|
};
|
|
43
49
|
this.onFocus = () => {
|
|
44
50
|
this.roadfocus.emit();
|
|
@@ -64,14 +70,15 @@ export class Checkbox {
|
|
|
64
70
|
const inverseClass = this.inverse && 'form-checkbox-inverse';
|
|
65
71
|
const isInvalidClass = this.error !== undefined && !this.checked && this.error !== '' ? 'is-invalid' : '';
|
|
66
72
|
return (h(Host, null,
|
|
67
|
-
h("input", { class: `form-check-input ${isInvalidClass}`, type: "checkbox", id: this.checkboxId, name: this.name, required: this.required, disabled: this.disabled, checked: this.checked, value: this.value, "aria-checked": `${this.checked}`, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur }),
|
|
73
|
+
h("input", { class: `form-check-input ${isInvalidClass}`, type: "checkbox", id: this.checkboxId, name: this.name, required: this.required, disabled: this.disabled, indeterminate: this.indeterminate, checked: this.checked, value: this.value, "aria-checked": `${this.checked}`, "aria-disabled": this.disabled ? 'true' : null, "aria-labelledby": labelId, onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur }),
|
|
68
74
|
h("label", { class: `form-check-label ${inverseClass}`, id: labelId, htmlFor: this.checkboxId },
|
|
69
75
|
h("div", null,
|
|
70
76
|
this.label,
|
|
71
77
|
h("slot", null)),
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
this.error && this.error !== '' && h("p", { class: "invalid-feedback" }, this.error)
|
|
78
|
+
this.checked && !this.indeterminate && h("road-icon", { class: "form-check-icon", icon: checkWide }),
|
|
79
|
+
this.indeterminate && h("road-icon", { class: "form-check-icon", icon: navigationAddLess })),
|
|
80
|
+
this.error && this.error !== '' && h("p", { class: "invalid-feedback" }, this.error),
|
|
81
|
+
this.helper && this.helper !== '' && h("p", { class: "helper" }, this.helper)));
|
|
75
82
|
}
|
|
76
83
|
static get is() { return "road-checkbox"; }
|
|
77
84
|
static get encapsulation() { return "scoped"; }
|
|
@@ -154,6 +161,24 @@ export class Checkbox {
|
|
|
154
161
|
"reflect": false,
|
|
155
162
|
"defaultValue": "false"
|
|
156
163
|
},
|
|
164
|
+
"indeterminate": {
|
|
165
|
+
"type": "boolean",
|
|
166
|
+
"mutable": false,
|
|
167
|
+
"complexType": {
|
|
168
|
+
"original": "boolean",
|
|
169
|
+
"resolved": "boolean",
|
|
170
|
+
"references": {}
|
|
171
|
+
},
|
|
172
|
+
"required": false,
|
|
173
|
+
"optional": false,
|
|
174
|
+
"docs": {
|
|
175
|
+
"tags": [],
|
|
176
|
+
"text": "If `true`, the checkbox will visually appear as indeterminate."
|
|
177
|
+
},
|
|
178
|
+
"attribute": "indeterminate",
|
|
179
|
+
"reflect": false,
|
|
180
|
+
"defaultValue": "false"
|
|
181
|
+
},
|
|
157
182
|
"disabled": {
|
|
158
183
|
"type": "boolean",
|
|
159
184
|
"mutable": false,
|
|
@@ -242,6 +267,23 @@ export class Checkbox {
|
|
|
242
267
|
},
|
|
243
268
|
"attribute": "error",
|
|
244
269
|
"reflect": false
|
|
270
|
+
},
|
|
271
|
+
"helper": {
|
|
272
|
+
"type": "string",
|
|
273
|
+
"mutable": false,
|
|
274
|
+
"complexType": {
|
|
275
|
+
"original": "string",
|
|
276
|
+
"resolved": "string | undefined",
|
|
277
|
+
"references": {}
|
|
278
|
+
},
|
|
279
|
+
"required": false,
|
|
280
|
+
"optional": true,
|
|
281
|
+
"docs": {
|
|
282
|
+
"tags": [],
|
|
283
|
+
"text": "Helper message for the field"
|
|
284
|
+
},
|
|
285
|
+
"attribute": "helper",
|
|
286
|
+
"reflect": false
|
|
245
287
|
}
|
|
246
288
|
}; }
|
|
247
289
|
static get events() { return [{
|
|
@@ -13,6 +13,9 @@ export default {
|
|
|
13
13
|
checked: {
|
|
14
14
|
control: 'boolean',
|
|
15
15
|
},
|
|
16
|
+
indeterminate: {
|
|
17
|
+
control: 'boolean',
|
|
18
|
+
},
|
|
16
19
|
disabled: {
|
|
17
20
|
control: 'boolean',
|
|
18
21
|
},
|
|
@@ -25,6 +28,9 @@ export default {
|
|
|
25
28
|
error: {
|
|
26
29
|
control: 'text',
|
|
27
30
|
},
|
|
31
|
+
helper: {
|
|
32
|
+
control: 'text',
|
|
33
|
+
},
|
|
28
34
|
label: {
|
|
29
35
|
control: 'text',
|
|
30
36
|
},
|
|
@@ -62,6 +68,7 @@ export default {
|
|
|
62
68
|
args: {
|
|
63
69
|
checked: null,
|
|
64
70
|
disabled: null,
|
|
71
|
+
indeterminate: null,
|
|
65
72
|
inverse: null,
|
|
66
73
|
label: 'Label',
|
|
67
74
|
required: null,
|
|
@@ -72,8 +79,10 @@ export default {
|
|
|
72
79
|
const Template = (args) => html`
|
|
73
80
|
<road-checkbox
|
|
74
81
|
checked="${ifDefined(args.checked)}"
|
|
82
|
+
indeterminate="${ifDefined(args.indeterminate)}"
|
|
75
83
|
disabled="${ifDefined(args.disabled)}"
|
|
76
84
|
error="${ifDefined(args.error)}"
|
|
85
|
+
helper="${ifDefined(args.helper)}"
|
|
77
86
|
inverse="${ifDefined(args.inverse)}"
|
|
78
87
|
label="${ifDefined(args.label)}"
|
|
79
88
|
name="${ifDefined(args.name)}"
|
|
@@ -91,6 +100,11 @@ Checked.args = {
|
|
|
91
100
|
checked: true,
|
|
92
101
|
};
|
|
93
102
|
|
|
103
|
+
export const Indeterminate = Template.bind({});
|
|
104
|
+
Indeterminate.args = {
|
|
105
|
+
indeterminate: true,
|
|
106
|
+
};
|
|
107
|
+
|
|
94
108
|
export const Disabled = Template.bind({});
|
|
95
109
|
Disabled.args = {
|
|
96
110
|
disabled: true,
|
|
@@ -13,14 +13,21 @@
|
|
|
13
13
|
box-sizing: border-box;
|
|
14
14
|
display: inline-flex;
|
|
15
15
|
align-items: center;
|
|
16
|
-
height: 1.
|
|
17
|
-
padding: 0.25rem 0.
|
|
16
|
+
height: 1.5rem;
|
|
17
|
+
padding: 0.25rem 0.5rem;
|
|
18
18
|
margin-bottom: 0.5rem;
|
|
19
19
|
font-size: 0.875rem;
|
|
20
20
|
cursor: pointer;
|
|
21
21
|
border: 0;
|
|
22
22
|
border-radius: 1.625rem;
|
|
23
23
|
outline: 0;
|
|
24
|
+
transition: background 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.chip-description {
|
|
28
|
+
display: inline-flex;
|
|
29
|
+
align-items: center;
|
|
30
|
+
padding: 0 0.5rem;
|
|
24
31
|
}
|
|
25
32
|
|
|
26
33
|
/* OUTLINE
|
|
@@ -37,7 +44,8 @@
|
|
|
37
44
|
::slotted(road-icon) {
|
|
38
45
|
width: 1.25rem;
|
|
39
46
|
height: 1.25rem;
|
|
40
|
-
margin-
|
|
47
|
+
margin-right: 0.5rem;
|
|
48
|
+
margin-left: -0.5rem;
|
|
41
49
|
}
|
|
42
50
|
|
|
43
51
|
/* CLOSE
|
|
@@ -46,48 +54,89 @@
|
|
|
46
54
|
.chip-close {
|
|
47
55
|
width: 1rem;
|
|
48
56
|
height: 1rem;
|
|
49
|
-
margin-right: -0.
|
|
50
|
-
|
|
51
|
-
background: var(--
|
|
57
|
+
margin-right: -0.25rem;
|
|
58
|
+
color: var(--road-grey-000);
|
|
59
|
+
background: var(--road-grey-900);
|
|
52
60
|
border-radius: 50%;
|
|
61
|
+
transition: background 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
53
62
|
}
|
|
54
63
|
|
|
55
64
|
/* SIZE
|
|
56
65
|
-------------------- */
|
|
57
66
|
|
|
58
67
|
:host(.chip-lg) {
|
|
59
|
-
height: 2.
|
|
60
|
-
padding: 0.
|
|
68
|
+
height: 2.5rem;
|
|
69
|
+
padding: 0 0.75rem;
|
|
61
70
|
font-size: 1rem;
|
|
62
71
|
}
|
|
63
72
|
|
|
73
|
+
:host(.chip-lg) ::slotted(road-icon) {
|
|
74
|
+
width: 1.5rem;
|
|
75
|
+
height: 1.5rem;
|
|
76
|
+
margin-right: 0.75rem;
|
|
77
|
+
margin-left: -0.75rem;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
:host(.chip-lg) .chip-description {
|
|
81
|
+
padding: 0 0.75rem;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
:host(.chip-lg) .chip-close {
|
|
85
|
+
width: 1.5rem;
|
|
86
|
+
height: 1.5rem;
|
|
87
|
+
}
|
|
88
|
+
|
|
64
89
|
/* COLOR
|
|
65
90
|
-------------------- */
|
|
66
91
|
|
|
67
92
|
:host(.chip-default) {
|
|
68
|
-
color: var(--
|
|
69
|
-
background: var(--
|
|
93
|
+
color: var(--road-grey-900);
|
|
94
|
+
background: var(--road-grey-200);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
:host(.chip-outline.chip-default) {
|
|
98
|
+
background: var(--road-grey-000);
|
|
99
|
+
border-color: var(--road-grey-500);
|
|
70
100
|
}
|
|
71
101
|
|
|
72
102
|
:host(.chip-secondary) {
|
|
73
|
-
color: var(--
|
|
74
|
-
background: var(--
|
|
103
|
+
color: var(--road-primary-contrast);
|
|
104
|
+
background: var(--road-primary-500);
|
|
105
|
+
border-color: transparent;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
:host(.chip-secondary) .chip-close {
|
|
109
|
+
color: var(--road-primary-500);
|
|
110
|
+
background: var(--road-primary-100);
|
|
75
111
|
}
|
|
76
112
|
|
|
113
|
+
/**
|
|
114
|
+
* Hover state
|
|
115
|
+
*/
|
|
116
|
+
|
|
77
117
|
@media (any-hover: hover) {
|
|
78
118
|
|
|
79
|
-
:host(.chip-
|
|
80
|
-
|
|
81
|
-
|
|
119
|
+
:host(.chip-outline:hover) {
|
|
120
|
+
border-color: var(--road-primary-700);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
:host(.chip-secondary:hover) {
|
|
124
|
+
background: var(--road-primary-700);
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
:host(.chip-secondary:hover) .chip-close {
|
|
128
|
+
color: var(--road-primary-700);
|
|
82
129
|
}
|
|
83
130
|
}
|
|
84
131
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
132
|
+
/**
|
|
133
|
+
* Focus state
|
|
134
|
+
*/
|
|
135
|
+
|
|
136
|
+
:host(.chip-outline:hover) {
|
|
137
|
+
border-color: var(--road-primary-700);
|
|
88
138
|
}
|
|
89
139
|
|
|
90
|
-
:host(.chip-
|
|
91
|
-
|
|
92
|
-
background: var(--secondary);
|
|
140
|
+
:host(.chip-secondary.focus-visible) {
|
|
141
|
+
background: var(--road-primary-500);
|
|
93
142
|
}
|
|
@@ -26,7 +26,8 @@ export class Chip {
|
|
|
26
26
|
render() {
|
|
27
27
|
const outlineClass = this.outline ? 'chip-outline' : '';
|
|
28
28
|
return (h(Host, { class: `${outlineClass} chip-${this.color} chip-${this.size}` },
|
|
29
|
-
h("
|
|
29
|
+
h("div", { class: "chip-description" },
|
|
30
|
+
h("slot", null)),
|
|
30
31
|
this.hasCloseIcon && h("road-icon", { class: "chip-close", icon: navigationClose })));
|
|
31
32
|
}
|
|
32
33
|
static get is() { return "road-chip"; }
|
|
@@ -31,12 +31,12 @@ road-input {
|
|
|
31
31
|
|
|
32
32
|
road-button {
|
|
33
33
|
font-size: 1.125rem;
|
|
34
|
-
background: var(--
|
|
35
|
-
border
|
|
34
|
+
background: var(--road-grey-100);
|
|
35
|
+
border: 1px solid var(--road-grey-400);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
road-button:hover {
|
|
39
|
-
background: var(--
|
|
39
|
+
background: var(--road-grey-200);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
/* SIZES
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
width: 100%;
|
|
31
31
|
height: 100%;
|
|
32
32
|
overflow: hidden;
|
|
33
|
-
font-family: var(--font, sans-serif);
|
|
33
|
+
font-family: var(--road-font, sans-serif);
|
|
34
34
|
line-height: 1.5;
|
|
35
|
-
color: var(--
|
|
35
|
+
color: var(--road-grey-900);
|
|
36
36
|
visibility: hidden !important;
|
|
37
37
|
opacity: 0;
|
|
38
38
|
transition: opacity 0.15s linear, visibility 0.15s;
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
left: 0;
|
|
50
50
|
display: block;
|
|
51
51
|
touch-action: none;
|
|
52
|
-
background:
|
|
52
|
+
background: var(--road-overlay);
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
:host(.dialog-has-close) .dialog-overlay {
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
display: flex;
|
|
90
90
|
flex-direction: column;
|
|
91
91
|
width: 100%;
|
|
92
|
-
padding: 0 0
|
|
92
|
+
padding: 0 0 1.5rem;
|
|
93
93
|
pointer-events: auto;
|
|
94
|
-
background: var(--
|
|
94
|
+
background: var(--road-grey-000);
|
|
95
95
|
background-clip: padding-box;
|
|
96
96
|
border-radius: 0.25rem;
|
|
97
97
|
outline: 0;
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
@media (min-width: 576px) {
|
|
102
102
|
|
|
103
103
|
.dialog-content {
|
|
104
|
-
max-width:
|
|
104
|
+
max-width: 454px;
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
|
|
@@ -112,7 +112,8 @@
|
|
|
112
112
|
display: flex;
|
|
113
113
|
align-items: center;
|
|
114
114
|
justify-content: flex-end;
|
|
115
|
-
height:
|
|
115
|
+
height: 2.75rem;
|
|
116
|
+
margin-bottom: 1.5rem;
|
|
116
117
|
}
|
|
117
118
|
|
|
118
119
|
/* CLOSE
|
|
@@ -121,6 +122,7 @@
|
|
|
121
122
|
.dialog-close {
|
|
122
123
|
display: flex;
|
|
123
124
|
align-items: center;
|
|
125
|
+
align-self: flex-start;
|
|
124
126
|
justify-content: center;
|
|
125
127
|
width: 3.5rem;
|
|
126
128
|
height: 3.5rem;
|
|
@@ -163,8 +165,8 @@
|
|
|
163
165
|
.dialog-title {
|
|
164
166
|
padding: 0;
|
|
165
167
|
margin: 0 0 1rem;
|
|
166
|
-
font-size:
|
|
167
|
-
font-weight:
|
|
168
|
+
font-size: 1rem;
|
|
169
|
+
font-weight: 700;
|
|
168
170
|
line-height: 1.2;
|
|
169
171
|
}
|
|
170
172
|
|
|
@@ -172,8 +174,8 @@
|
|
|
172
174
|
-------------------- */
|
|
173
175
|
|
|
174
176
|
.dialog-description {
|
|
175
|
-
margin: 0 0
|
|
176
|
-
font-size:
|
|
177
|
+
margin: 0 0 0.5rem;
|
|
178
|
+
font-size: 1rem;
|
|
177
179
|
}
|
|
178
180
|
|
|
179
181
|
/* FOOTER
|
|
@@ -185,6 +187,10 @@
|
|
|
185
187
|
padding: 0 1.5rem;
|
|
186
188
|
}
|
|
187
189
|
|
|
190
|
+
.dialog-footer ::slotted(road-button) {
|
|
191
|
+
margin-top: 1rem;
|
|
192
|
+
}
|
|
193
|
+
|
|
188
194
|
/**
|
|
189
195
|
* Footer buttons
|
|
190
196
|
*/
|
|
@@ -79,25 +79,49 @@ const Template = (args) => html`
|
|
|
79
79
|
|
|
80
80
|
export const Playground = Template.bind({});
|
|
81
81
|
Playground.args = {
|
|
82
|
+
'is-open': true,
|
|
83
|
+
label: 'Dialog title',
|
|
84
|
+
description: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor.',
|
|
85
|
+
' ': `<road-button class="mb-0" color="secondary" expand>Done</road-button>`,
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
export const SideActions = Template.bind({});
|
|
89
|
+
SideActions.args = {
|
|
90
|
+
'is-open': true,
|
|
91
|
+
label: 'Dialog title',
|
|
92
|
+
description: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor.',
|
|
93
|
+
' ': `<road-button class="mb-0" outline expand data-dismiss="modal">Cancel</road-button>
|
|
94
|
+
<road-button class="mb-0" color="secondary" expand style="margin-left: 1rem;">Done</road-button>`,
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
export const Info = Template.bind({});
|
|
98
|
+
Info.args = {
|
|
82
99
|
'is-open': true,
|
|
83
100
|
color: 'info',
|
|
84
101
|
label: 'Information',
|
|
85
102
|
description: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor.',
|
|
86
103
|
};
|
|
87
104
|
|
|
88
|
-
export const
|
|
89
|
-
|
|
105
|
+
export const Success = Template.bind({});
|
|
106
|
+
Success.args = {
|
|
90
107
|
'is-open': true,
|
|
91
|
-
color: '
|
|
92
|
-
label: '
|
|
108
|
+
color: 'success',
|
|
109
|
+
label: 'Success',
|
|
93
110
|
description: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor.',
|
|
94
111
|
};
|
|
95
112
|
|
|
96
|
-
export const
|
|
97
|
-
|
|
113
|
+
export const Warning = Template.bind({});
|
|
114
|
+
Warning.args = {
|
|
98
115
|
'is-open': true,
|
|
99
|
-
|
|
116
|
+
color: 'warning',
|
|
117
|
+
label: 'Warning',
|
|
118
|
+
description: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor.',
|
|
119
|
+
};
|
|
120
|
+
|
|
121
|
+
export const Danger = Template.bind({});
|
|
122
|
+
Danger.args = {
|
|
123
|
+
'is-open': true,
|
|
124
|
+
color: 'danger',
|
|
125
|
+
label: 'Danger',
|
|
100
126
|
description: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor.',
|
|
101
|
-
' ': `<road-button class="mb-0" outline expand style="width: 130px" data-dismiss="modal">Cancel</road-button>
|
|
102
|
-
<road-button class="mb-0" color="secondary" expand style="width: 130px;margin-left: 1rem;">Done</road-button>`,
|
|
103
127
|
};
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
-------------------- */
|
|
30
30
|
|
|
31
31
|
:host {
|
|
32
|
-
--background: var(--
|
|
33
|
-
--color: var(--
|
|
34
|
-
--header-icon: var(--
|
|
35
|
-
--header-color: var(--
|
|
36
|
-
--header-background: var(--
|
|
32
|
+
--background: var(--road-grey-000);
|
|
33
|
+
--color: var(--road-grey-900);
|
|
34
|
+
--header-icon: var(--road-grey-900);
|
|
35
|
+
--header-color: var(--road-grey-900);
|
|
36
|
+
--header-background: var(--road-grey-000);
|
|
37
37
|
--header-delimiter: 0;
|
|
38
|
-
--back-chevron-color: var(--
|
|
38
|
+
--back-chevron-color: var(--road-grey-900);
|
|
39
39
|
--max-height: auto;
|
|
40
40
|
--z-index: 10;
|
|
41
41
|
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
width: 100%;
|
|
49
49
|
height: 100%;
|
|
50
50
|
overflow: hidden;
|
|
51
|
-
font-family: var(--font, sans-serif);
|
|
51
|
+
font-family: var(--road-font, sans-serif);
|
|
52
52
|
line-height: 1.5;
|
|
53
53
|
color: var(--color);
|
|
54
54
|
visibility: hidden !important;
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
display: block;
|
|
69
69
|
touch-action: none;
|
|
70
70
|
cursor: pointer;
|
|
71
|
-
background:
|
|
71
|
+
background: var(--road-overlay);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
/* DRAWER
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
height: 3.5rem;
|
|
138
138
|
color: var(--header-color);
|
|
139
139
|
background: var(--header-background);
|
|
140
|
-
border-color: var(--
|
|
140
|
+
border-color: var(--road-grey-300);
|
|
141
141
|
border-style: solid;
|
|
142
142
|
border-width: var(--header-delimiter);
|
|
143
143
|
}
|
|
@@ -152,9 +152,9 @@
|
|
|
152
152
|
*/
|
|
153
153
|
|
|
154
154
|
.drawer-header-inverse {
|
|
155
|
-
--header-icon: var(--primary-contrast);
|
|
156
|
-
--header-color: var(--primary-contrast);
|
|
157
|
-
--header-background: var(--primary);
|
|
155
|
+
--header-icon: var(--road-primary-contrast);
|
|
156
|
+
--header-color: var(--road-primary-contrast);
|
|
157
|
+
--header-background: var(--road-primary-900);
|
|
158
158
|
|
|
159
159
|
margin-bottom: 2.5rem;
|
|
160
160
|
}
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
|
|
248
248
|
|
|
249
249
|
:host {
|
|
250
|
-
--background:
|
|
251
|
-
--color: var(--
|
|
252
|
-
--header-icon: var(--
|
|
250
|
+
--background: var(--road-grey-999);
|
|
251
|
+
--color: var(--road-grey-000);
|
|
252
|
+
--header-icon: var(--road-grey-000);
|
|
253
253
|
}
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
-------------------- */
|
|
30
30
|
|
|
31
31
|
:host {
|
|
32
|
-
--background: var(--
|
|
33
|
-
--color: var(--
|
|
34
|
-
--header-icon: var(--
|
|
35
|
-
--header-color: var(--
|
|
36
|
-
--header-background: var(--
|
|
32
|
+
--background: var(--road-grey-000);
|
|
33
|
+
--color: var(--road-grey-900);
|
|
34
|
+
--header-icon: var(--road-grey-900);
|
|
35
|
+
--header-color: var(--road-grey-900);
|
|
36
|
+
--header-background: var(--road-grey-000);
|
|
37
37
|
--header-delimiter: 0;
|
|
38
|
-
--back-chevron-color: var(--
|
|
38
|
+
--back-chevron-color: var(--road-grey-900);
|
|
39
39
|
--max-height: auto;
|
|
40
40
|
--z-index: 10;
|
|
41
41
|
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
width: 100%;
|
|
49
49
|
height: 100%;
|
|
50
50
|
overflow: hidden;
|
|
51
|
-
font-family: var(--font, sans-serif);
|
|
51
|
+
font-family: var(--road-font, sans-serif);
|
|
52
52
|
line-height: 1.5;
|
|
53
53
|
color: var(--color);
|
|
54
54
|
visibility: hidden !important;
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
display: block;
|
|
69
69
|
touch-action: none;
|
|
70
70
|
cursor: pointer;
|
|
71
|
-
background:
|
|
71
|
+
background: var(--road-overlay);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
/* DRAWER
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
height: 3.5rem;
|
|
138
138
|
color: var(--header-color);
|
|
139
139
|
background: var(--header-background);
|
|
140
|
-
border-color: var(--
|
|
140
|
+
border-color: var(--road-grey-300);
|
|
141
141
|
border-style: solid;
|
|
142
142
|
border-width: var(--header-delimiter);
|
|
143
143
|
}
|
|
@@ -152,9 +152,9 @@
|
|
|
152
152
|
*/
|
|
153
153
|
|
|
154
154
|
.drawer-header-inverse {
|
|
155
|
-
--header-icon: var(--primary-contrast);
|
|
156
|
-
--header-color: var(--primary-contrast);
|
|
157
|
-
--header-background: var(--primary);
|
|
155
|
+
--header-icon: var(--road-primary-contrast);
|
|
156
|
+
--header-color: var(--road-primary-contrast);
|
|
157
|
+
--header-background: var(--road-primary-900);
|
|
158
158
|
|
|
159
159
|
margin-bottom: 2.5rem;
|
|
160
160
|
}
|
|
@@ -72,7 +72,7 @@ export default {
|
|
|
72
72
|
},
|
|
73
73
|
'--background': {
|
|
74
74
|
table: {
|
|
75
|
-
defaultValue: { summary: 'var(--
|
|
75
|
+
defaultValue: { summary: 'var(--road-grey-000)' },
|
|
76
76
|
},
|
|
77
77
|
control: {
|
|
78
78
|
type: null,
|
|
@@ -80,7 +80,7 @@ export default {
|
|
|
80
80
|
},
|
|
81
81
|
'--color': {
|
|
82
82
|
table: {
|
|
83
|
-
defaultValue: { summary: 'var(--
|
|
83
|
+
defaultValue: { summary: 'var(--road-grey-900)' },
|
|
84
84
|
},
|
|
85
85
|
control: {
|
|
86
86
|
type: null,
|
|
@@ -88,7 +88,7 @@ export default {
|
|
|
88
88
|
},
|
|
89
89
|
'--header-icon': {
|
|
90
90
|
table: {
|
|
91
|
-
defaultValue: { summary: 'var(--
|
|
91
|
+
defaultValue: { summary: 'var(--road-grey-900)' },
|
|
92
92
|
},
|
|
93
93
|
control: {
|
|
94
94
|
type: null,
|
|
@@ -96,7 +96,7 @@ export default {
|
|
|
96
96
|
},
|
|
97
97
|
'--header-color': {
|
|
98
98
|
table: {
|
|
99
|
-
defaultValue: { summary: 'var(--
|
|
99
|
+
defaultValue: { summary: 'var(--road-grey-900)' },
|
|
100
100
|
},
|
|
101
101
|
control: {
|
|
102
102
|
type: null,
|
|
@@ -104,7 +104,7 @@ export default {
|
|
|
104
104
|
},
|
|
105
105
|
'--header-background': {
|
|
106
106
|
table: {
|
|
107
|
-
defaultValue: { summary: 'var(--
|
|
107
|
+
defaultValue: { summary: 'var(--road-grey-000)' },
|
|
108
108
|
},
|
|
109
109
|
control: {
|
|
110
110
|
type: null,
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
120
120
|
},
|
|
121
121
|
'--back-chevron-color': {
|
|
122
122
|
table: {
|
|
123
|
-
defaultValue: { summary: 'var(--
|
|
123
|
+
defaultValue: { summary: 'var(--road-grey-900)' },
|
|
124
124
|
},
|
|
125
125
|
control: {
|
|
126
126
|
type: null,
|
|
@@ -178,7 +178,6 @@ HeaderInverse.args = {
|
|
|
178
178
|
position: 'right',
|
|
179
179
|
'drawer-width': 480,
|
|
180
180
|
'drawer-title': 'Drawer title',
|
|
181
|
-
'has-inverse-header': true,
|
|
182
181
|
};
|
|
183
182
|
|
|
184
183
|
export const WithBackButton = Template.bind({});
|
|
@@ -187,7 +186,6 @@ WithBackButton.args = {
|
|
|
187
186
|
position: 'right',
|
|
188
187
|
'drawer-width': 480,
|
|
189
188
|
'drawer-title': 'Drawer title',
|
|
190
|
-
'has-inverse-header': true,
|
|
191
189
|
'has-back-icon': true,
|
|
192
190
|
};
|
|
193
191
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
.dropdown {
|
|
23
23
|
position: relative;
|
|
24
|
-
font-family: var(--font);
|
|
24
|
+
font-family: var(--road-font);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.dropdown summary {
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
min-width: 16.875rem;
|
|
53
53
|
padding: 0.5rem 0;
|
|
54
54
|
margin-top: var(--margin-top);
|
|
55
|
-
color: var(--
|
|
56
|
-
background: var(--
|
|
57
|
-
border: 1px solid var(--
|
|
55
|
+
color: var(--road-grey-900);
|
|
56
|
+
background: var(--road-grey-000);
|
|
57
|
+
border: 1px solid var(--road-grey-300);
|
|
58
58
|
border-radius: 0.25rem;
|
|
59
59
|
box-shadow: 0 0.375rem 0.375rem rgba(0, 0, 0, 0.16);
|
|
60
60
|
transition: transform 0.2s ease-in-out;
|