@roadtrip/components 2.28.0 → 2.30.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-38dff3de.js → index-575ae25f.js} +2 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/road-accordion.cjs.entry.js +10 -3
- package/dist/cjs/road-badge_11.cjs.entry.js +1 -1
- package/dist/cjs/road-banner.cjs.entry.js +45 -0
- package/dist/cjs/road-carousel.cjs.entry.js +1 -1
- package/dist/cjs/road-checkbox.cjs.entry.js +3 -3
- package/dist/cjs/road-chip.cjs.entry.js +1 -1
- package/dist/cjs/road-dialog.cjs.entry.js +1 -1
- package/dist/cjs/road-input.cjs.entry.js +2 -2
- package/dist/cjs/road-modal.cjs.entry.js +1 -1
- package/dist/cjs/road-plate-number.cjs.entry.js +1 -1
- package/dist/cjs/road-radio-group.cjs.entry.js +2 -2
- package/dist/cjs/road-range.cjs.entry.js +7 -2
- package/dist/cjs/road-rating.cjs.entry.js +1 -1
- package/dist/cjs/road-select-filter.cjs.entry.js +12 -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-textarea.cjs.entry.js +2 -2
- package/dist/cjs/road-toast.cjs.entry.js +1 -1
- package/dist/cjs/roadtrip.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/accordion/accordion.css +33 -1
- package/dist/collection/components/accordion/accordion.js +28 -3
- package/dist/collection/components/accordion/accordion.stories.js +5 -1
- 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/checkbox/checkbox.css +10 -0
- package/dist/collection/components/checkbox/checkbox.js +19 -1
- package/dist/collection/components/checkbox/checkbox.stories.js +4 -0
- 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/input/input.css +10 -0
- package/dist/collection/components/input/input.js +19 -1
- package/dist/collection/components/input/input.stories.js +9 -0
- 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 +9 -0
- package/dist/collection/components/radio-group/radio-group.js +19 -1
- package/dist/collection/components/range/range.css +6 -2
- package/dist/collection/components/range/range.js +30 -4
- package/dist/collection/components/range/range.stories.js +6 -0
- package/dist/collection/components/select-filter/select-filter.js +42 -1
- package/dist/collection/components/select-filter/select-filter.stories.js +4 -1
- package/dist/collection/components/tab-bar/tab-bar.css +0 -1
- package/dist/collection/components/tab-button/tab-button.css +5 -1
- package/dist/collection/components/textarea/textarea.css +10 -0
- package/dist/collection/components/textarea/textarea.js +19 -1
- package/dist/collection/components/textarea/textarea.stories.js +9 -0
- package/dist/collection/components/utilities/typography.stories.js +6 -0
- package/dist/esm/{index-d612e910.js → index-5e24bf37.js} +2 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/road-accordion.entry.js +10 -3
- package/dist/esm/road-badge_11.entry.js +1 -1
- package/dist/esm/road-banner.entry.js +41 -0
- package/dist/esm/road-carousel.entry.js +1 -1
- package/dist/esm/road-checkbox.entry.js +3 -3
- package/dist/esm/road-chip.entry.js +1 -1
- package/dist/esm/road-dialog.entry.js +1 -1
- package/dist/esm/road-input.entry.js +2 -2
- package/dist/esm/road-modal.entry.js +1 -1
- package/dist/esm/road-plate-number.entry.js +1 -1
- package/dist/esm/road-radio-group.entry.js +2 -2
- package/dist/esm/road-range.entry.js +7 -2
- package/dist/esm/road-rating.entry.js +1 -1
- package/dist/esm/road-select-filter.entry.js +12 -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-textarea.entry.js +2 -2
- package/dist/esm/road-toast.entry.js +1 -1
- package/dist/esm/roadtrip.js +1 -1
- package/dist/esm-es5/{index-d612e910.js → index-5e24bf37.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-badge_11.entry.js +1 -1
- package/dist/esm-es5/road-banner.entry.js +1 -0
- 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-dialog.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-plate-number.entry.js +1 -1
- package/dist/esm-es5/road-radio-group.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-tab-bar.entry.js +1 -1
- package/dist/esm-es5/road-tab-button.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/roadtrip.js +1 -1
- package/dist/html.html-data.json +63 -0
- package/dist/icons/icons.svg +1 -1
- package/dist/icons/index.js +351 -351
- package/dist/roadtrip/{p-217cbe8e.system.entry.js → p-070c9811.system.entry.js} +1 -1
- package/dist/roadtrip/p-071b7a4a.system.entry.js +1 -0
- package/dist/roadtrip/{p-fc3ddc8f.system.entry.js → p-0e84c69a.system.entry.js} +1 -1
- package/dist/roadtrip/p-159d83fc.system.entry.js +1 -0
- package/dist/roadtrip/{p-b182a822.system.entry.js → p-1e265690.system.entry.js} +1 -1
- package/dist/roadtrip/{p-1e8c2ef4.entry.js → p-221f2b4e.entry.js} +1 -1
- package/dist/roadtrip/{p-7df3c178.entry.js → p-24e4f028.entry.js} +1 -1
- package/dist/roadtrip/p-2fd27879.entry.js +1 -0
- package/dist/roadtrip/{p-d920dfb7.entry.js → p-36f67c07.entry.js} +1 -1
- package/dist/roadtrip/p-3e953654.system.entry.js +1 -0
- package/dist/roadtrip/{p-2d6d2f8e.system.entry.js → p-41c6cea3.system.entry.js} +1 -1
- package/dist/roadtrip/{p-8134554a.entry.js → p-44d18405.entry.js} +1 -1
- package/dist/roadtrip/p-4a2eb631.system.entry.js +1 -0
- package/dist/roadtrip/{p-d1c06fd2.entry.js → p-501abdbf.entry.js} +1 -1
- package/dist/roadtrip/p-54f6290f.entry.js +1 -0
- package/dist/roadtrip/p-5521af81.entry.js +1 -0
- package/dist/roadtrip/{p-aeef53e7.system.entry.js → p-642f2d7b.system.entry.js} +1 -1
- package/dist/roadtrip/p-7781ae98.entry.js +1 -0
- package/dist/roadtrip/{p-415986e7.system.entry.js → p-7f6d428f.system.entry.js} +1 -1
- package/dist/roadtrip/{p-c93a46dd.system.entry.js → p-80e9520b.system.entry.js} +1 -1
- package/dist/roadtrip/{p-6a78da80.js → p-8483d855.js} +1 -1
- package/dist/roadtrip/{p-7073f8c2.entry.js → p-89ae9541.entry.js} +1 -1
- package/dist/roadtrip/{p-42ccd4a2.system.entry.js → p-8d6ac188.system.entry.js} +1 -1
- package/dist/roadtrip/{p-ba2fbd4d.system.js → p-8e5e066c.system.js} +1 -1
- package/dist/roadtrip/{p-1bf25864.entry.js → p-975338e4.entry.js} +1 -1
- package/dist/roadtrip/p-a61d5b6c.entry.js +1 -0
- package/dist/roadtrip/{p-030f078e.system.entry.js → p-aac4c95b.system.entry.js} +1 -1
- package/dist/roadtrip/p-b205281e.system.js +1 -1
- package/dist/roadtrip/{p-277d7139.entry.js → p-be767436.entry.js} +1 -1
- package/dist/roadtrip/{p-c11d0d20.system.entry.js → p-c218985b.system.entry.js} +1 -1
- package/dist/roadtrip/p-c4992dbd.system.entry.js +1 -0
- package/dist/roadtrip/{p-86d53ea4.entry.js → p-c4ebd67f.entry.js} +1 -1
- package/dist/roadtrip/p-c786b700.entry.js +1 -0
- package/dist/roadtrip/p-cab68ba7.entry.js +1 -0
- package/dist/roadtrip/{p-453a812f.system.entry.js → p-cc43071e.system.entry.js} +1 -1
- package/dist/roadtrip/{p-90a76d66.entry.js → p-d48e0669.entry.js} +1 -1
- package/dist/roadtrip/{p-e42c76fa.system.entry.js → p-e1859bab.system.entry.js} +1 -1
- package/dist/roadtrip/{p-692a1637.system.entry.js → p-f4db19df.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/checkbox/checkbox.d.ts +4 -0
- package/dist/types/components/input/input.d.ts +4 -0
- 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/range/range.d.ts +4 -0
- package/dist/types/components/select-filter/select-filter.d.ts +5 -0
- package/dist/types/components/textarea/textarea.d.ts +4 -0
- package/dist/types/components.d.ts +117 -0
- package/icons/icons.svg +1 -1
- package/icons/index.js +351 -351
- package/package.json +1 -1
- package/dist/roadtrip/p-05cfe888.system.entry.js +0 -1
- package/dist/roadtrip/p-5790e1f0.system.entry.js +0 -1
- package/dist/roadtrip/p-6819f569.entry.js +0 -1
- package/dist/roadtrip/p-81333100.system.entry.js +0 -1
- package/dist/roadtrip/p-a17909d0.entry.js +0 -1
- package/dist/roadtrip/p-b1e0f8af.entry.js +0 -1
- package/dist/roadtrip/p-b92e7d61.entry.js +0 -1
- package/dist/roadtrip/p-bf023bd5.system.entry.js +0 -1
- package/dist/roadtrip/p-d7293dd6.entry.js +0 -1
- package/dist/roadtrip/p-d868f924.entry.js +0 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-9b63596c.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
6
|
+
const index$1 = require('./index-575ae25f.js');
|
|
7
7
|
|
|
8
8
|
const toastCss = ":host{position:fixed;left:0;z-index:1;display:block;width:100%;visibility:hidden;opacity:0;-webkit-transition:opacity 0.3s ease-in-out, visibility 0.15s, -webkit-transform 0.3s ease-in-out;transition:opacity 0.3s ease-in-out, visibility 0.15s, -webkit-transform 0.3s ease-in-out;transition:opacity 0.3s ease-in-out, visibility 0.15s, transform 0.3s ease-in-out;transition:opacity 0.3s ease-in-out, visibility 0.15s, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out}:host(.toast-top){top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}:host(.toast-bottom){bottom:0;-webkit-transform:translateY(100%);transform:translateY(100%)}:host(.toast-open){visibility:visible;opacity:1;-webkit-transform:none;transform:none}.toast{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;-ms-flex-align:center;align-items:center;max-width:100%;padding:1.5rem 2rem 1.5rem 3rem;margin-right:0.5rem;margin-left:0.5rem;font-family:var(--road-font, sans-serif);font-size:0.875rem;line-height:1.4;text-align:left}:host(.toast-top) .toast{border-radius:0 0 0.25rem 0.25rem}:host(.toast-bottom) .toast{border-radius:0.25rem 0.25rem 0 0}@media (min-width: 576px){.toast{-ms-flex:0 0 83.3333%;flex:0 0 83.3333%;-ms-flex-pack:center;justify-content:center;max-width:83.3333%;padding:1rem 2rem;margin-right:auto;margin-left:auto}}.toast-danger{color:var(--road-danger-contrast);background:var(--road-danger-default)}.toast-danger road-icon{color:var(--road-danger-contrast)}.toast-warning{color:var(--road-warning-contrast);background:var(--road-warning-default)}.toast-warning road-icon{color:var(--road-grey-000)}.toast-success{color:var(--road-success-contrast);background:var(--road-success-default)}.toast-success road-icon{color:var(--road-success-contrast)}.toast-info{color:var(--road-info-contrast);background:var(--road-info-default)}.toast-info road-icon{color:var(--road-info-contrast)}.toast-icon{position:absolute;top:1rem;left:0.5rem}@media (min-width: 576px){.toast-icon{position:relative;top:auto;left:auto;margin-right:0.5rem}}.toast-close{position:absolute;top:4px;right:4px;display:inline-block;padding:0;color:inherit;cursor:pointer;background:none;border:1px solid transparent;border-radius:4px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.toast-close:focus{border-color:var(--road-info-default);outline:none}";
|
|
9
9
|
|
package/dist/cjs/roadtrip.cjs.js
CHANGED
|
@@ -83,5 +83,5 @@ const patchDynamicImport = (base, orgScriptElm) => {
|
|
|
83
83
|
};
|
|
84
84
|
|
|
85
85
|
patchBrowser().then(options => {
|
|
86
|
-
return index.bootstrapLazy([["road-badge_11.cjs",[[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-list",{"lines":[1]}],[1,"road-toolbar",{"color":[1]}],[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-col"],[1,"road-grid"],[1,"road-label"],[1,"road-row"],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-duration.cjs",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["road-counter.cjs",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[1],"max":[1],"step":[1],"value":[2],"size":[1]}]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"]}]]],["road-carousel.cjs",[[4,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-checkbox.cjs",[[6,"road-checkbox",{"checkboxId":[1,"checkbox-id"],"name":[1],"required":[4],"checked":[1028],"indeterminate":[4],"disabled":[4],"value":[1],"label":[1],"inverse":[4],"error":[1]}]]],["road-chip.cjs",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse.cjs",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog.cjs",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-modal.cjs",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-rating.cjs",[[1,"road-rating",{"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast.cjs",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"position":[1],"open":[64],"close":[64]}]]],["road-alert.cjs",[[1,"road-alert",{"color":[1]}]]],["road-autocomplete.cjs",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-avatar.cjs",[[1,"road-avatar"]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-dropdown.cjs",[[1,"road-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["road-img.cjs",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar.cjs",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-navbar-item.cjs",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["road-progress.cjs",[[1,"road-progress",{"value":[2],"color":[1]}]]],["road-radio.cjs",[[2,"road-radio",{"radioId":[1,"radio-id"],"name":[1],"required":[4],"disabled":[4],"value":[8],"label":[1],"inverse":[4],"error":[4],"inline":[4],"checked":[32]},[[8,"roadChange","onRoadChangedChanged"],[8,"roadchange","onRoadChangedChanged"]]]]],["road-radio-group.cjs",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025]
|
|
86
|
+
return index.bootstrapLazy([["road-badge_11.cjs",[[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-list",{"lines":[1]}],[1,"road-toolbar",{"color":[1]}],[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-col"],[1,"road-grid"],[1,"road-label"],[1,"road-row"],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-duration.cjs",[[1,"road-duration",{"isOpen":[1028,"is-open"],"header":[1],"min":[2],"max":[2],"step":[2],"open":[64],"close":[64]},[[0,"roadcardclick","handleClick"]]]]],["road-counter.cjs",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[1],"max":[1],"step":[1],"value":[2],"size":[1]}]]],["road-plate-number.cjs",[[2,"road-plate-number",{"country":[1],"disabled":[4],"placeholder":[1],"readonly":[4],"value":[1032],"motorbike":[4]}]]],["road-accordion.cjs",[[1,"road-accordion",{"isOpen":[1028,"is-open"],"isLight":[4,"is-light"]}]]],["road-banner.cjs",[[1,"road-banner",{"isOpen":[1028,"is-open"],"label":[1],"link":[1],"url":[1],"close":[64]}]]],["road-carousel.cjs",[[4,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-checkbox.cjs",[[6,"road-checkbox",{"checkboxId":[1,"checkbox-id"],"name":[1],"required":[4],"checked":[1028],"indeterminate":[4],"disabled":[4],"value":[1],"label":[1],"inverse":[4],"error":[1],"helper":[1]}]]],["road-chip.cjs",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse.cjs",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog.cjs",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-modal.cjs",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-range.cjs",[[2,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"],"showTick":[4,"show-tick"]}]]],["road-rating.cjs",[[1,"road-rating",{"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast.cjs",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"position":[1],"open":[64],"close":[64]}]]],["road-alert.cjs",[[1,"road-alert",{"color":[1]}]]],["road-autocomplete.cjs",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-avatar.cjs",[[1,"road-avatar"]]],["road-carousel-item.cjs",[[4,"road-carousel-item"]]],["road-dropdown.cjs",[[1,"road-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-flap.cjs",[[1,"road-flap",{"color":[1],"size":[513]}]]],["road-img.cjs",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar.cjs",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["road-navbar-item.cjs",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["road-progress.cjs",[[1,"road-progress",{"value":[2],"color":[1]}]]],["road-radio.cjs",[[2,"road-radio",{"radioId":[1,"radio-id"],"name":[1],"required":[4],"disabled":[4],"value":[8],"label":[1],"inverse":[4],"error":[4],"helper":[1],"inline":[4],"checked":[32]},[[8,"roadChange","onRoadChangedChanged"],[8,"roadchange","onRoadChangedChanged"]]]]],["road-radio-group.cjs",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025],"helper":[1]}]]],["road-select.cjs",[[2,"road-select",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"sizes":[1],"label":[1],"error":[1],"value":[1032]}]]],["road-select-filter.cjs",[[6,"road-select-filter",{"options":[16],"parameters":[8],"isActive":[4,"is-active"],"onlySelect":[4,"only-select"],"isOpen":[32],"currentValue":[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[0,"roadBlur","handleBlur"],[0,"roadblur","handleBlur"],[0,"roadChange","handleChange"],[0,"roadchange","handleChange"],[4,"click","onClickOutside"]]]]],["road-skeleton.cjs",[[1,"road-skeleton"]]],["road-spinner.cjs",[[1,"road-spinner"]]],["road-switch.cjs",[[2,"road-switch",{"switchId":[1,"switch-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-tab.cjs",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar.cjs",[[1,"road-tab-bar",{"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button.cjs",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["road-table.cjs",[[6,"road-table"]]],["road-tabs.cjs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text.cjs",[[1,"road-text",{"color":[1]}]]],["road-textarea.cjs",[[2,"road-textarea",{"textareaId":[1,"textarea-id"],"autocapitalize":[1],"autofocus":[4],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"sizes":[1],"readonly":[4],"required":[4],"spellcheck":[4],"cols":[2],"rows":[2],"wrap":[1],"value":[1025],"label":[1],"error":[1],"helper":[1]}]]],["road-toggle.cjs",[[2,"road-toggle",{"toggleId":[1,"toggle-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-toolbar-title.cjs",[[1,"road-toolbar-title"]]],["road-tooltip.cjs",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["road-card.cjs",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]],["road-input.cjs",[[2,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"sizes":[1],"type":[1],"value":[1032],"label":[1],"error":[1],"helper":[1],"debounce":[2]}]]],["road-input-group.cjs",[[1,"road-input-group"]]]], options);
|
|
87
87
|
});
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
max-height: 4.25rem;
|
|
40
40
|
overflow: hidden;
|
|
41
41
|
font-family: var(--road-font, sans-serif);
|
|
42
|
-
font-size:
|
|
42
|
+
font-size: 1rem;
|
|
43
43
|
line-height: 1.5;
|
|
44
44
|
color: var(--road-grey-900);
|
|
45
45
|
background: var(--road-grey-000);
|
|
@@ -48,6 +48,10 @@
|
|
|
48
48
|
transition: max-height 0.3s ease-in-out;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
+
.accordion.accordion-light {
|
|
52
|
+
border: 0;
|
|
53
|
+
}
|
|
54
|
+
|
|
51
55
|
/**
|
|
52
56
|
* Open state
|
|
53
57
|
*/
|
|
@@ -65,6 +69,15 @@
|
|
|
65
69
|
margin: var(--content-margin);
|
|
66
70
|
}
|
|
67
71
|
|
|
72
|
+
.accordion-light[open] .accordion-light-content {
|
|
73
|
+
padding: 0 0.5rem 1rem;
|
|
74
|
+
margin: 0 1rem 1rem;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.accordion-light[open] .accordion-light-header::after {
|
|
78
|
+
display: none;
|
|
79
|
+
}
|
|
80
|
+
|
|
68
81
|
/* BUTTON
|
|
69
82
|
-------------------- */
|
|
70
83
|
|
|
@@ -114,6 +127,20 @@
|
|
|
114
127
|
user-select: none;
|
|
115
128
|
}
|
|
116
129
|
|
|
130
|
+
.accordion-light-header {
|
|
131
|
+
position: relative;
|
|
132
|
+
font-weight: 700;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.accordion-light-header::after {
|
|
136
|
+
position: absolute;
|
|
137
|
+
bottom: 1px;
|
|
138
|
+
width: 98.3%;
|
|
139
|
+
height: 1px;
|
|
140
|
+
content: "";
|
|
141
|
+
background: var(--road-grey-400);
|
|
142
|
+
}
|
|
143
|
+
|
|
117
144
|
/**
|
|
118
145
|
* Custom arrow
|
|
119
146
|
*/
|
|
@@ -133,3 +160,8 @@
|
|
|
133
160
|
overflow: hidden;
|
|
134
161
|
border-top: var(--accordion-header-border) solid var(--road-grey-300);
|
|
135
162
|
}
|
|
163
|
+
|
|
164
|
+
.accordion-light-content {
|
|
165
|
+
border-top: 0;
|
|
166
|
+
border-bottom: 1px solid var(--road-grey-400);
|
|
167
|
+
}
|
|
@@ -11,6 +11,10 @@ export class Accordion {
|
|
|
11
11
|
* Set to `true` to open the accordion and to `false` to close it.
|
|
12
12
|
*/
|
|
13
13
|
this.isOpen = false;
|
|
14
|
+
/**
|
|
15
|
+
* Set to `true` to remove border the accordion and to `false` to add border it.
|
|
16
|
+
*/
|
|
17
|
+
this.isLight = false;
|
|
14
18
|
/**
|
|
15
19
|
* Toggle the display when clicking header
|
|
16
20
|
*/
|
|
@@ -19,12 +23,15 @@ export class Accordion {
|
|
|
19
23
|
};
|
|
20
24
|
}
|
|
21
25
|
render() {
|
|
22
|
-
|
|
26
|
+
const accordionLight = this.isLight ? 'accordion accordion-light' : 'accordion';
|
|
27
|
+
const accordionLightHeader = this.isLight ? 'accordion-header accordion-light-header' : 'accordion-header';
|
|
28
|
+
const accordionLightContent = this.isLight ? 'accordion-content accordion-light-content' : 'accordion-content';
|
|
29
|
+
return (h("details", { class: accordionLight, open: this.isOpen },
|
|
23
30
|
h("summary", { class: "accordion-trigger", "aria-expanded": `${this.isOpen}`, tabindex: "0", role: "button", onClick: this.onClick },
|
|
24
|
-
h("div", { class:
|
|
31
|
+
h("div", { class: accordionLightHeader },
|
|
25
32
|
h("slot", { name: "header" }),
|
|
26
33
|
h("road-icon", { class: "accordion-arrow", icon: navigationChevron }))),
|
|
27
|
-
h("div", { class:
|
|
34
|
+
h("div", { class: accordionLightContent },
|
|
28
35
|
h("slot", null))));
|
|
29
36
|
}
|
|
30
37
|
static get is() { return "road-accordion"; }
|
|
@@ -53,6 +60,24 @@ export class Accordion {
|
|
|
53
60
|
"attribute": "is-open",
|
|
54
61
|
"reflect": false,
|
|
55
62
|
"defaultValue": "false"
|
|
63
|
+
},
|
|
64
|
+
"isLight": {
|
|
65
|
+
"type": "boolean",
|
|
66
|
+
"mutable": false,
|
|
67
|
+
"complexType": {
|
|
68
|
+
"original": "boolean",
|
|
69
|
+
"resolved": "boolean",
|
|
70
|
+
"references": {}
|
|
71
|
+
},
|
|
72
|
+
"required": false,
|
|
73
|
+
"optional": false,
|
|
74
|
+
"docs": {
|
|
75
|
+
"tags": [],
|
|
76
|
+
"text": "Set to `true` to remove border the accordion and to `false` to add border it."
|
|
77
|
+
},
|
|
78
|
+
"attribute": "is-light",
|
|
79
|
+
"reflect": false,
|
|
80
|
+
"defaultValue": "false"
|
|
56
81
|
}
|
|
57
82
|
}; }
|
|
58
83
|
}
|
|
@@ -9,6 +9,9 @@ export default {
|
|
|
9
9
|
'is-open': {
|
|
10
10
|
control: 'boolean',
|
|
11
11
|
},
|
|
12
|
+
'is-light': {
|
|
13
|
+
control: 'boolean',
|
|
14
|
+
},
|
|
12
15
|
header: {
|
|
13
16
|
control: 'text',
|
|
14
17
|
},
|
|
@@ -66,13 +69,14 @@ export default {
|
|
|
66
69
|
},
|
|
67
70
|
args: {
|
|
68
71
|
'is-open': null,
|
|
72
|
+
'is-light': null,
|
|
69
73
|
header: `Accordion`,
|
|
70
74
|
' ': `Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.`,
|
|
71
75
|
},
|
|
72
76
|
};
|
|
73
77
|
|
|
74
78
|
const Template = (args) => html`
|
|
75
|
-
<road-accordion is-open="${ifDefined(args['is-open'])}">
|
|
79
|
+
<road-accordion is-open="${ifDefined(args['is-open'])}" is-light="${ifDefined(args['is-light'])}">
|
|
76
80
|
<div slot="header">
|
|
77
81
|
${unsafeHTML(args.header)}
|
|
78
82
|
</div>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* BANNER
|
|
2
|
+
-------------------- */
|
|
3
|
+
|
|
4
|
+
:host{
|
|
5
|
+
display: none;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
:host(.banner-open) {
|
|
9
|
+
position: relative;
|
|
10
|
+
display: block;
|
|
11
|
+
padding: 1rem 2rem;
|
|
12
|
+
font-size: 1rem;
|
|
13
|
+
text-align: center;
|
|
14
|
+
background-color: var(--road-secondary-500);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.banner-close{
|
|
18
|
+
position: absolute;
|
|
19
|
+
top: 0;
|
|
20
|
+
right: 0;
|
|
21
|
+
padding: 0.25rem;
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
background: none;
|
|
24
|
+
border: 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.banner-open-label{
|
|
28
|
+
font-weight: 700;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.banner-open-link{
|
|
32
|
+
display: block;
|
|
33
|
+
margin: 0.25rem 0.75rem;
|
|
34
|
+
font-size: 0.875rem;
|
|
35
|
+
color: var(--road-grey-900);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@media (min-width: 992px) {
|
|
39
|
+
|
|
40
|
+
.banner-close{
|
|
41
|
+
right: 0.25rem;
|
|
42
|
+
bottom: 0;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.banner-open-link{
|
|
46
|
+
display: initial;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import { Component, Host, h, Prop, Method, Event } from '@stencil/core';
|
|
2
|
+
import { navigationClose } from '../../../icons';
|
|
3
|
+
export class Banner {
|
|
4
|
+
constructor() {
|
|
5
|
+
/**
|
|
6
|
+
* Set `open` property to `true` to open the banner
|
|
7
|
+
*/
|
|
8
|
+
this.isOpen = true;
|
|
9
|
+
/**
|
|
10
|
+
* Text display in the banner
|
|
11
|
+
*/
|
|
12
|
+
this.label = '';
|
|
13
|
+
/**
|
|
14
|
+
* Close the dialog when clicking on the cross or layer
|
|
15
|
+
*/
|
|
16
|
+
this.onClick = (ev) => {
|
|
17
|
+
ev.stopPropagation();
|
|
18
|
+
ev.preventDefault();
|
|
19
|
+
this.close();
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Close the banner
|
|
24
|
+
*/
|
|
25
|
+
async close() {
|
|
26
|
+
this.isOpen = false;
|
|
27
|
+
this.onClose.emit();
|
|
28
|
+
}
|
|
29
|
+
render() {
|
|
30
|
+
const bannerIsOpenClass = this.isOpen ? 'banner-open' : '';
|
|
31
|
+
return (h(Host, { class: bannerIsOpenClass },
|
|
32
|
+
h("div", null,
|
|
33
|
+
h("span", { class: "banner-open-label" }, this.label),
|
|
34
|
+
this.link && h("a", { href: this.url, class: "banner-open-link" }, this.link),
|
|
35
|
+
h("button", { type: "button", class: "banner-close", onClick: this.onClick },
|
|
36
|
+
h("road-icon", { icon: navigationClose, size: "md" })))));
|
|
37
|
+
}
|
|
38
|
+
static get is() { return "road-banner"; }
|
|
39
|
+
static get encapsulation() { return "shadow"; }
|
|
40
|
+
static get originalStyleUrls() { return {
|
|
41
|
+
"$": ["banner.css"]
|
|
42
|
+
}; }
|
|
43
|
+
static get styleUrls() { return {
|
|
44
|
+
"$": ["banner.css"]
|
|
45
|
+
}; }
|
|
46
|
+
static get properties() { return {
|
|
47
|
+
"isOpen": {
|
|
48
|
+
"type": "boolean",
|
|
49
|
+
"mutable": true,
|
|
50
|
+
"complexType": {
|
|
51
|
+
"original": "boolean",
|
|
52
|
+
"resolved": "boolean",
|
|
53
|
+
"references": {}
|
|
54
|
+
},
|
|
55
|
+
"required": false,
|
|
56
|
+
"optional": false,
|
|
57
|
+
"docs": {
|
|
58
|
+
"tags": [],
|
|
59
|
+
"text": "Set `open` property to `true` to open the banner"
|
|
60
|
+
},
|
|
61
|
+
"attribute": "is-open",
|
|
62
|
+
"reflect": false,
|
|
63
|
+
"defaultValue": "true"
|
|
64
|
+
},
|
|
65
|
+
"label": {
|
|
66
|
+
"type": "string",
|
|
67
|
+
"mutable": false,
|
|
68
|
+
"complexType": {
|
|
69
|
+
"original": "string",
|
|
70
|
+
"resolved": "string",
|
|
71
|
+
"references": {}
|
|
72
|
+
},
|
|
73
|
+
"required": false,
|
|
74
|
+
"optional": false,
|
|
75
|
+
"docs": {
|
|
76
|
+
"tags": [],
|
|
77
|
+
"text": "Text display in the banner"
|
|
78
|
+
},
|
|
79
|
+
"attribute": "label",
|
|
80
|
+
"reflect": false,
|
|
81
|
+
"defaultValue": "''"
|
|
82
|
+
},
|
|
83
|
+
"link": {
|
|
84
|
+
"type": "string",
|
|
85
|
+
"mutable": false,
|
|
86
|
+
"complexType": {
|
|
87
|
+
"original": "string",
|
|
88
|
+
"resolved": "string | undefined",
|
|
89
|
+
"references": {}
|
|
90
|
+
},
|
|
91
|
+
"required": false,
|
|
92
|
+
"optional": true,
|
|
93
|
+
"docs": {
|
|
94
|
+
"tags": [],
|
|
95
|
+
"text": "Text Link display in the banner"
|
|
96
|
+
},
|
|
97
|
+
"attribute": "link",
|
|
98
|
+
"reflect": false
|
|
99
|
+
},
|
|
100
|
+
"url": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"mutable": false,
|
|
103
|
+
"complexType": {
|
|
104
|
+
"original": "string",
|
|
105
|
+
"resolved": "string | undefined",
|
|
106
|
+
"references": {}
|
|
107
|
+
},
|
|
108
|
+
"required": false,
|
|
109
|
+
"optional": true,
|
|
110
|
+
"docs": {
|
|
111
|
+
"tags": [],
|
|
112
|
+
"text": "Text Link display in the banner"
|
|
113
|
+
},
|
|
114
|
+
"attribute": "url",
|
|
115
|
+
"reflect": false
|
|
116
|
+
}
|
|
117
|
+
}; }
|
|
118
|
+
static get events() { return [{
|
|
119
|
+
"method": "onClose",
|
|
120
|
+
"name": "close",
|
|
121
|
+
"bubbles": true,
|
|
122
|
+
"cancelable": true,
|
|
123
|
+
"composed": true,
|
|
124
|
+
"docs": {
|
|
125
|
+
"tags": [],
|
|
126
|
+
"text": "Indicate when closing the banner"
|
|
127
|
+
},
|
|
128
|
+
"complexType": {
|
|
129
|
+
"original": "void",
|
|
130
|
+
"resolved": "void",
|
|
131
|
+
"references": {}
|
|
132
|
+
}
|
|
133
|
+
}]; }
|
|
134
|
+
static get methods() { return {
|
|
135
|
+
"close": {
|
|
136
|
+
"complexType": {
|
|
137
|
+
"signature": "() => Promise<void>",
|
|
138
|
+
"parameters": [],
|
|
139
|
+
"references": {
|
|
140
|
+
"Promise": {
|
|
141
|
+
"location": "global"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"return": "Promise<void>"
|
|
145
|
+
},
|
|
146
|
+
"docs": {
|
|
147
|
+
"text": "Close the banner",
|
|
148
|
+
"tags": []
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}; }
|
|
152
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { html } from 'lit-html';
|
|
2
|
+
import { ifDefined } from 'lit-html/directives/if-defined';
|
|
3
|
+
import { unsafeHTML } from 'lit-html/directives/unsafe-html.js';
|
|
4
|
+
|
|
5
|
+
export default {
|
|
6
|
+
title: 'Indicators/Banner',
|
|
7
|
+
component: 'road-banner',
|
|
8
|
+
argTypes: {
|
|
9
|
+
label: {
|
|
10
|
+
control: 'text',
|
|
11
|
+
},
|
|
12
|
+
link: {
|
|
13
|
+
control: 'text',
|
|
14
|
+
},
|
|
15
|
+
url: {
|
|
16
|
+
control: 'text',
|
|
17
|
+
},
|
|
18
|
+
'is-open': {
|
|
19
|
+
control: 'boolean',
|
|
20
|
+
},
|
|
21
|
+
close: {
|
|
22
|
+
control: {
|
|
23
|
+
type: null,
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
args: {
|
|
28
|
+
label: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
|
|
29
|
+
link: 'See more',
|
|
30
|
+
url: '#',
|
|
31
|
+
'is-open': true,
|
|
32
|
+
},
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
const Template = (args) => html`
|
|
36
|
+
<road-banner label="${args.label}" link="${args.link}" url="${args.url} is-open=${args['is-open']}"></road-banner>
|
|
37
|
+
`;
|
|
38
|
+
|
|
39
|
+
export const Playground = Template.bind({});
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* - Checkbox
|
|
10
10
|
* - Label
|
|
11
11
|
* - Error
|
|
12
|
+
* - Helper
|
|
12
13
|
* - Position
|
|
13
14
|
*/
|
|
14
15
|
|
|
@@ -178,3 +179,12 @@
|
|
|
178
179
|
right: 0;
|
|
179
180
|
left: auto;
|
|
180
181
|
}
|
|
182
|
+
|
|
183
|
+
/* HELPER
|
|
184
|
+
-------------------- */
|
|
185
|
+
|
|
186
|
+
.helper {
|
|
187
|
+
margin-top: 0.5rem;
|
|
188
|
+
font-size: 0.75rem;
|
|
189
|
+
color: var(--road-grey-500);
|
|
190
|
+
}
|
|
@@ -77,7 +77,8 @@ export class Checkbox {
|
|
|
77
77
|
h("slot", null)),
|
|
78
78
|
this.checked && !this.indeterminate && h("road-icon", { class: "form-check-icon", icon: checkWide }),
|
|
79
79
|
this.indeterminate && h("road-icon", { class: "form-check-icon", icon: navigationAddLess })),
|
|
80
|
-
this.error && this.error !== '' && h("p", { class: "invalid-feedback" }, this.error)
|
|
80
|
+
this.error && this.error !== '' && h("p", { class: "invalid-feedback" }, this.error),
|
|
81
|
+
this.helper && this.helper !== '' && h("p", { class: "helper" }, this.helper)));
|
|
81
82
|
}
|
|
82
83
|
static get is() { return "road-checkbox"; }
|
|
83
84
|
static get encapsulation() { return "scoped"; }
|
|
@@ -266,6 +267,23 @@ export class Checkbox {
|
|
|
266
267
|
},
|
|
267
268
|
"attribute": "error",
|
|
268
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
|
|
269
287
|
}
|
|
270
288
|
}; }
|
|
271
289
|
static get events() { return [{
|
|
@@ -28,6 +28,9 @@ export default {
|
|
|
28
28
|
error: {
|
|
29
29
|
control: 'text',
|
|
30
30
|
},
|
|
31
|
+
helper: {
|
|
32
|
+
control: 'text',
|
|
33
|
+
},
|
|
31
34
|
label: {
|
|
32
35
|
control: 'text',
|
|
33
36
|
},
|
|
@@ -79,6 +82,7 @@ const Template = (args) => html`
|
|
|
79
82
|
indeterminate="${ifDefined(args.indeterminate)}"
|
|
80
83
|
disabled="${ifDefined(args.disabled)}"
|
|
81
84
|
error="${ifDefined(args.error)}"
|
|
85
|
+
helper="${ifDefined(args.helper)}"
|
|
82
86
|
inverse="${ifDefined(args.inverse)}"
|
|
83
87
|
label="${ifDefined(args.label)}"
|
|
84
88
|
name="${ifDefined(args.name)}"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(349.215 0.25)"><path d="M-309.1,55.25h-15.74a4.222,4.222,0,0,1-3.005-1.245l-11.13-11.13a4.222,4.222,0,0,1-1.245-3.005V24.13a4.222,4.222,0,0,1,1.245-3l11.13-11.13a4.222,4.222,0,0,1,3.005-1.245h15.74a4.222,4.222,0,0,1,3.005,1.245l11.13,11.13a4.222,4.222,0,0,1,1.245,3V39.87a4.222,4.222,0,0,1-1.245,3.005l-11.13,11.13A4.222,4.222,0,0,1-309.1,55.25Zm-15.74-44a1.738,1.738,0,0,0-1.237.513l-11.13,11.13a1.738,1.738,0,0,0-.513,1.237V39.87a1.742,1.742,0,0,0,.513,1.238l11.13,11.129a1.738,1.738,0,0,0,1.237.513h15.74a1.738,1.738,0,0,0,1.237-.513l11.13-11.129a1.742,1.742,0,0,0,.513-1.238V24.13a1.738,1.738,0,0,0-.513-1.237l-11.13-11.13a1.738,1.738,0,0,0-1.237-.513Z" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(349.215 0.25)"><path d="M-309.1,55.25h-15.74a4.222,4.222,0,0,1-3.005-1.245l-11.13-11.13a4.222,4.222,0,0,1-1.245-3.005V24.13a4.222,4.222,0,0,1,1.245-3l11.13-11.13a4.222,4.222,0,0,1,3.005-1.245h15.74a4.222,4.222,0,0,1,3.005,1.245l11.13,11.13a4.222,4.222,0,0,1,1.245,3V39.87a4.222,4.222,0,0,1-1.245,3.005l-11.13,11.13A4.222,4.222,0,0,1-309.1,55.25Zm-15.74-44a1.738,1.738,0,0,0-1.237.513l-11.13,11.13a1.738,1.738,0,0,0-.513,1.237V39.87a1.742,1.742,0,0,0,.513,1.238l11.13,11.129a1.738,1.738,0,0,0,1.237.513h15.74a1.738,1.738,0,0,0,1.237-.513l11.13-11.129a1.742,1.742,0,0,0,.513-1.238V24.13a1.738,1.738,0,0,0-.513-1.237l-11.13-11.13a1.738,1.738,0,0,0-1.237-.513Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><rect width="3" height="14.003" transform="translate(-318.465 21.118)"/><rect width="3" height="3.329" transform="translate(-318.465 39.553)"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(405.058 0.25)"><rect width="3" height="14.004" transform="translate(-374.308 28.878)"/><rect width="3" height="3.328" transform="translate(-374.308 21.118)"/><path d="M-372.808,55.25A23.276,23.276,0,0,1-396.058,32a23.276,23.276,0,0,1,23.25-23.25A23.276,23.276,0,0,1-349.558,32,23.276,23.276,0,0,1-372.808,55.25Zm0-44A20.774,20.774,0,0,0-393.558,32a20.773,20.773,0,0,0,20.75,20.75A20.774,20.774,0,0,0-352.058,32,20.774,20.774,0,0,0-372.808,11.25Z" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(405.058 0.25)"><rect width="3" height="14.004" transform="translate(-374.308 28.878)"/><rect width="3" height="3.328" transform="translate(-374.308 21.118)"/><path d="M-372.808,55.25A23.276,23.276,0,0,1-396.058,32a23.276,23.276,0,0,1,23.25-23.25A23.276,23.276,0,0,1-349.558,32,23.276,23.276,0,0,1-372.808,55.25Zm0-44A20.774,20.774,0,0,0-393.558,32a20.773,20.773,0,0,0,20.75,20.75A20.774,20.774,0,0,0-352.058,32,20.774,20.774,0,0,0-372.808,11.25Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(317.236 0.25)"><path d="M-284.986,55.25A23.276,23.276,0,0,1-308.236,32a23.276,23.276,0,0,1,23.25-23.25A23.276,23.276,0,0,1-261.736,32,23.276,23.276,0,0,1-284.986,55.25Zm0-44A20.774,20.774,0,0,0-305.736,32a20.774,20.774,0,0,0,20.75,20.75A20.774,20.774,0,0,0-264.236,32,20.774,20.774,0,0,0-284.986,11.25Z" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(317.236 0.25)"><path d="M-284.986,55.25A23.276,23.276,0,0,1-308.236,32a23.276,23.276,0,0,1,23.25-23.25A23.276,23.276,0,0,1-261.736,32,23.276,23.276,0,0,1-284.986,55.25Zm0-44A20.774,20.774,0,0,0-305.736,32a20.774,20.774,0,0,0,20.75,20.75A20.774,20.774,0,0,0-264.236,32,20.774,20.774,0,0,0-284.986,11.25Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M-283.486,37.608h-3V35.881a6.273,6.273,0,0,1,2.908-5.31l1.1-.7a3.29,3.29,0,0,0,1.524-2.783,3.306,3.306,0,0,0-3.3-3.3h-1.457a3.306,3.306,0,0,0-3.3,3.3v1.677h-3V27.086a6.309,6.309,0,0,1,6.3-6.3h1.457a6.309,6.309,0,0,1,6.3,6.3,6.277,6.277,0,0,1-2.909,5.311l-1.1.7a3.287,3.287,0,0,0-1.523,2.782Z"/><rect width="3" height="3.328" transform="translate(-286.486 40.388)"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(227.794 0.25)"><path d="M-195.544,55.25A23.276,23.276,0,0,1-218.794,32a23.276,23.276,0,0,1,23.25-23.25A23.276,23.276,0,0,1-172.294,32,23.276,23.276,0,0,1-195.544,55.25Zm0-44A20.774,20.774,0,0,0-216.294,32a20.774,20.774,0,0,0,20.75,20.75A20.773,20.773,0,0,0-174.794,32,20.774,20.774,0,0,0-195.544,11.25Z" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(227.794 0.25)"><path d="M-195.544,55.25A23.276,23.276,0,0,1-218.794,32a23.276,23.276,0,0,1,23.25-23.25A23.276,23.276,0,0,1-172.294,32,23.276,23.276,0,0,1-195.544,55.25Zm0-44A20.774,20.774,0,0,0-216.294,32a20.774,20.774,0,0,0,20.75,20.75A20.773,20.773,0,0,0-174.794,32,20.774,20.774,0,0,0-195.544,11.25Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M-198.264,40.529l-6.964-6.963,1.768-1.768,5.2,5.2,12.637-12.64,1.768,1.768Z"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(143.368 0.037)"><rect width="3" height="14.003" transform="translate(-112.073 23.118)"/><rect width="3" height="3.329" transform="translate(-112.073 41.553)"/><path d="M-90.034,53.037h-41.078a4.206,4.206,0,0,1-3.68-2.125,4.21,4.21,0,0,1,0-4.25l20.539-35.574a4.208,4.208,0,0,1,3.68-2.125h0a4.208,4.208,0,0,1,3.681,2.125l20.539,35.574a4.21,4.21,0,0,1,0,4.25A4.208,4.208,0,0,1-90.034,53.037Zm-20.539-41.574a1.73,1.73,0,0,0-1.515.875l-20.539,35.574a1.734,1.734,0,0,0,0,1.75,1.733,1.733,0,0,0,1.515.875h41.078a1.733,1.733,0,0,0,1.516-.875,1.734,1.734,0,0,0,0-1.75l-20.539-35.574A1.733,1.733,0,0,0-110.573,11.463Z" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(143.368 0.037)"><rect width="3" height="14.003" transform="translate(-112.073 23.118)"/><rect width="3" height="3.329" transform="translate(-112.073 41.553)"/><path d="M-90.034,53.037h-41.078a4.206,4.206,0,0,1-3.68-2.125,4.21,4.21,0,0,1,0-4.25l20.539-35.574a4.208,4.208,0,0,1,3.68-2.125h0a4.208,4.208,0,0,1,3.681,2.125l20.539,35.574a4.21,4.21,0,0,1,0,4.25A4.208,4.208,0,0,1-90.034,53.037Zm-20.539-41.574a1.73,1.73,0,0,0-1.515.875l-20.539,35.574a1.734,1.734,0,0,0,0,1.75,1.733,1.733,0,0,0,1.515.875h41.078a1.733,1.733,0,0,0,1.516-.875,1.734,1.734,0,0,0,0-1.75l-20.539-35.574A1.733,1.733,0,0,0-110.573,11.463Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-0.094 0.024)"><path d="M58.426,23.024a1.25,1.25,0,0,0-1.25,1.25v15.4a1.25,1.25,0,1,0,2.5,0v-15.4A1.25,1.25,0,0,0,58.426,23.024Z"/><path d="M53.993,23.024a1.25,1.25,0,0,0-1.25,1.25v.932h-3.78V21.58a5.307,5.307,0,0,0-5.3-5.3h-3.1v-.442a3.674,3.674,0,0,0-3.67-3.67H22.154a3.674,3.674,0,0,0-3.67,3.67v.442H17.33a5.307,5.307,0,0,0-5.3,5.3v2.749H7.814a3.306,3.306,0,0,0-3.3,3.3v8.69a3.305,3.305,0,0,0,3.3,3.3h4.214v2.749a5.307,5.307,0,0,0,5.3,5.3h1.154v.442a3.674,3.674,0,0,0,3.67,3.67H36.892a3.674,3.674,0,0,0,3.67-3.67v-.442h3.1a5.307,5.307,0,0,0,5.3-5.3V38.747h3.78v.931a1.25,1.25,0,1,0,2.5,0v-15.4A1.25,1.25,0,0,0,53.993,23.024ZM7.814,37.123a.8.8,0,0,1-.8-.8v-8.69a.8.8,0,0,1,.8-.8h4.214V37.123Zm9.516,8.05a2.8,2.8,0,0,1-2.8-2.8V21.58a2.8,2.8,0,0,1,2.8-2.8h1.154V45.173Zm20.732,2.942a1.171,1.171,0,0,1-1.17,1.17H22.154a1.171,1.171,0,0,1-1.17-1.17V15.837a1.171,1.171,0,0,1,1.17-1.17H36.892a1.171,1.171,0,0,1,1.17,1.17Zm8.4-5.743a2.8,2.8,0,0,1-2.8,2.8h-3.1V18.779h3.1a2.8,2.8,0,0,1,2.8,2.8Zm2.5-6.125V27.706h3.78v8.541Z"/><path d="M47.05,40.218l-2.041-1.445,4.722-6.667h-6.4L51.127,21.1l2.041,1.445-5,7.063h6.4Z" transform="translate(-19.237 1.318)" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-0.094 0.024)"><path d="M58.426,23.024a1.25,1.25,0,0,0-1.25,1.25v15.4a1.25,1.25,0,1,0,2.5,0v-15.4A1.25,1.25,0,0,0,58.426,23.024Z"/><path d="M53.993,23.024a1.25,1.25,0,0,0-1.25,1.25v.932h-3.78V21.58a5.307,5.307,0,0,0-5.3-5.3h-3.1v-.442a3.674,3.674,0,0,0-3.67-3.67H22.154a3.674,3.674,0,0,0-3.67,3.67v.442H17.33a5.307,5.307,0,0,0-5.3,5.3v2.749H7.814a3.306,3.306,0,0,0-3.3,3.3v8.69a3.305,3.305,0,0,0,3.3,3.3h4.214v2.749a5.307,5.307,0,0,0,5.3,5.3h1.154v.442a3.674,3.674,0,0,0,3.67,3.67H36.892a3.674,3.674,0,0,0,3.67-3.67v-.442h3.1a5.307,5.307,0,0,0,5.3-5.3V38.747h3.78v.931a1.25,1.25,0,1,0,2.5,0v-15.4A1.25,1.25,0,0,0,53.993,23.024ZM7.814,37.123a.8.8,0,0,1-.8-.8v-8.69a.8.8,0,0,1,.8-.8h4.214V37.123Zm9.516,8.05a2.8,2.8,0,0,1-2.8-2.8V21.58a2.8,2.8,0,0,1,2.8-2.8h1.154V45.173Zm20.732,2.942a1.171,1.171,0,0,1-1.17,1.17H22.154a1.171,1.171,0,0,1-1.17-1.17V15.837a1.171,1.171,0,0,1,1.17-1.17H36.892a1.171,1.171,0,0,1,1.17,1.17Zm8.4-5.743a2.8,2.8,0,0,1-2.8,2.8h-3.1V18.779h3.1a2.8,2.8,0,0,1,2.8,2.8Zm2.5-6.125V27.706h3.78v8.541Z"/><path d="M47.05,40.218l-2.041-1.445,4.722-6.667h-6.4L51.127,21.1l2.041,1.445-5,7.063h6.4Z" transform="translate(-19.237 1.318)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M58.5,7.75H5.5A2.25,2.25,0,0,0,3.25,10v6A2.25,2.25,0,0,0,5.5,18.25H6.75V53A3.26,3.26,0,0,0,10,56.25H54A3.26,3.26,0,0,0,57.25,53V18.25H58.5A2.25,2.25,0,0,0,60.75,16V10A2.25,2.25,0,0,0,58.5,7.75ZM54.75,53a.76.76,0,0,1-.75.75H10A.76.76,0,0,1,9.25,53V18.25h45.5Zm3.5-37.25H5.75v-5.5h52.5Z"/><path d="M0,0H18V2.5H0Z" transform="translate(23 24.75)" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M58.5,7.75H5.5A2.25,2.25,0,0,0,3.25,10v6A2.25,2.25,0,0,0,5.5,18.25H6.75V53A3.26,3.26,0,0,0,10,56.25H54A3.26,3.26,0,0,0,57.25,53V18.25H58.5A2.25,2.25,0,0,0,60.75,16V10A2.25,2.25,0,0,0,58.5,7.75ZM54.75,53a.76.76,0,0,1-.75.75H10A.76.76,0,0,1,9.25,53V18.25h45.5Zm3.5-37.25H5.75v-5.5h52.5Z"/><path d="M0,0H18V2.5H0Z" transform="translate(23 24.75)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.594 9.52)"><path d="M31.406,44.96c-7.079,0-14.6-2.288-14.6-6.528V35.568h2.5v2.864c0,1.642,4.715,4.028,12.1,4.028s12.1-2.386,12.1-4.028V35.568h2.5v2.864c0,4.24-7.524,6.528-14.6,6.528" transform="translate(-0.001 1)"/><rect width="2.547" height="2.5" transform="translate(6.776 22.833)" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.594 9.52)"><path d="M31.406,44.96c-7.079,0-14.6-2.288-14.6-6.528V35.568h2.5v2.864c0,1.642,4.715,4.028,12.1,4.028s12.1-2.386,12.1-4.028V35.568h2.5v2.864c0,4.24-7.524,6.528-14.6,6.528" transform="translate(-0.001 1)"/><rect width="2.547" height="2.5" transform="translate(6.776 22.833)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><rect width="2.547" height="2.5" transform="translate(53.741 22.833)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M31.915,7.778H30.9a1.25,1.25,0,0,1,0-2.5h1.019a1.25,1.25,0,0,1,0,2.5" transform="translate(-0.001 1)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M59.568,18.276l-13.56-5.468v2.7l12.624,5.09a2.682,2.682,0,0,1,0,4.975L40.669,32.814a24.663,24.663,0,0,1-18.526,0L4.178,25.569a2.683,2.683,0,0,1,0-4.975L16.8,15.5v-2.7L3.243,18.276a5.183,5.183,0,0,0,0,9.612l17.965,7.244a27.138,27.138,0,0,0,20.4,0l17.964-7.244a5.182,5.182,0,0,0,0-9.612" transform="translate(-0.001 1)"/><path d="M31.406,0C24.327,0,16.8,2.289,16.8,6.529V22.66c0,4.24,7.524,6.528,14.6,6.528s14.6-2.288,14.6-6.528V6.529c0-4.24-7.524-6.528-14.6-6.528m0,26.687c-7.388,0-12.1-2.386-12.1-4.028V10.3a12.121,12.121,0,0,0,2.2,1.126,27.814,27.814,0,0,0,9.9,1.634,33.56,33.56,0,0,0,4.518-.3,1.25,1.25,0,0,0-.338-2.477,31.157,31.157,0,0,1-4.18.275A25.294,25.294,0,0,1,22.424,9.1C20.5,8.338,19.3,7.353,19.3,6.529c0-1.643,4.715-4.028,12.1-4.028s12.1,2.385,12.1,4.028c0,.825-1.2,1.809-3.122,2.57a1.25,1.25,0,1,0,.92,2.325,12.153,12.153,0,0,0,2.2-1.124V22.66c0,1.642-4.715,4.028-12.1,4.028" transform="translate(-0.001 1)"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.063 123.198)"><path d="M14.226-79.182A36.474,36.474,0,0,0,1.945-62.8l2.341.878A34.015,34.015,0,0,1,15.505-77.011,11.241,11.241,0,0,1,14.226-79.182Z"/><path d="M16.991-75.389a22.159,22.159,0,0,0-5.029,14.052v.24h2.5v-.24a19.668,19.668,0,0,1,4.559-12.586A11.348,11.348,0,0,1,16.991-75.389Z"/><path d="M59.872-119.7l-1.6-1.6L56.5-119.532l1.6,1.6a4.51,4.51,0,0,1,1.236,4.085,4.524,4.524,0,0,1-3,3.4,20.916,20.916,0,0,0-7.644,4.558,11.291,11.291,0,0,1,1.325,2.185,18.425,18.425,0,0,1,7.108-4.37,7.03,7.03,0,0,0,4.667-5.283A7.008,7.008,0,0,0,59.872-119.7Z"/><path d="M51.682-113.917a9.9,9.9,0,0,0-.2-5.47L51-120.814l-2.37.8L49.1-118.6a7.368,7.368,0,0,1,.152,4.078,7.192,7.192,0,0,1-2.328,3.759l-2.007,1.723a11.262,11.262,0,0,1,2.148,1.451l1.484-1.274A9.683,9.683,0,0,0,51.682-113.917Z"/><path d="M40.966-110.225v-3.88h-2.5v3.879A11.418,11.418,0,0,1,40.966-110.225Z"/><path d="M31.692-106.983a11.378,11.378,0,0,1,1.606-1.325l-1.232-3.67-2.37.8,1.557,4.638Z"/><path d="M27.714-103.005l-2.125-2.989-2.038,1.448,2.37,3.334Z"/><path d="M22.318-97.609l-3.334-2.37-1.448,2.038,2.989,2.125Z"/><path d="M11.552-91.464l3.67,1.232a11.378,11.378,0,0,1,1.325-1.606l.439-.439-4.638-1.557Z"/><path d="M9.426-85.065v2.5H13.3a11.481,11.481,0,0,1,0-2.5Z"/><path d="M23.321-72.541v3.871h2.5v-3.871a11.523,11.523,0,0,1-1.25.073A11.508,11.508,0,0,1,23.321-72.541Z"/><path d="M32.594-75.792a11.492,11.492,0,0,1-1.605,1.33L32.22-70.8l2.37-.8-1.557-4.639Z"/><path d="M36.572-79.77,38.7-76.78l2.038-1.448-2.37-3.334Z"/><path d="M41.968-85.166,45.3-82.8l1.448-2.038-2.989-2.125Z"/><path d="M47.739-90.937l-.439.44,4.638,1.557.8-2.37-3.666-1.231A11.407,11.407,0,0,1,47.739-90.937Z"/><path d="M50.989-100.21a11.522,11.522,0,0,1,.073,1.25,11.507,11.507,0,0,1-.073,1.25h3.872v-2.5Z"/><path d="M24.571-72.468a11.27,11.27,0,0,1-8.024-3.324,11.359,11.359,0,0,1,0-16.046l15.145-15.145a11.36,11.36,0,0,1,16.047,0,11.271,11.271,0,0,1,3.323,8.023,11.27,11.27,0,0,1-3.323,8.023L32.594-75.792A11.27,11.27,0,0,1,24.571-72.468ZM39.716-107.8a8.821,8.821,0,0,0-6.257,2.587L18.314-90.07a8.786,8.786,0,0,0-2.59,6.255,8.789,8.789,0,0,0,2.59,6.256,8.794,8.794,0,0,0,6.257,2.591,8.791,8.791,0,0,0,6.256-2.591L45.972-92.7a8.791,8.791,0,0,0,2.59-6.256,8.79,8.79,0,0,0-2.59-6.255A8.824,8.824,0,0,0,39.716-107.8Z"/><rect width="4.979" height="2.5" transform="translate(38.882 -92.751) rotate(-45)" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.063 123.198)"><path d="M14.226-79.182A36.474,36.474,0,0,0,1.945-62.8l2.341.878A34.015,34.015,0,0,1,15.505-77.011,11.241,11.241,0,0,1,14.226-79.182Z"/><path d="M16.991-75.389a22.159,22.159,0,0,0-5.029,14.052v.24h2.5v-.24a19.668,19.668,0,0,1,4.559-12.586A11.348,11.348,0,0,1,16.991-75.389Z"/><path d="M59.872-119.7l-1.6-1.6L56.5-119.532l1.6,1.6a4.51,4.51,0,0,1,1.236,4.085,4.524,4.524,0,0,1-3,3.4,20.916,20.916,0,0,0-7.644,4.558,11.291,11.291,0,0,1,1.325,2.185,18.425,18.425,0,0,1,7.108-4.37,7.03,7.03,0,0,0,4.667-5.283A7.008,7.008,0,0,0,59.872-119.7Z"/><path d="M51.682-113.917a9.9,9.9,0,0,0-.2-5.47L51-120.814l-2.37.8L49.1-118.6a7.368,7.368,0,0,1,.152,4.078,7.192,7.192,0,0,1-2.328,3.759l-2.007,1.723a11.262,11.262,0,0,1,2.148,1.451l1.484-1.274A9.683,9.683,0,0,0,51.682-113.917Z"/><path d="M40.966-110.225v-3.88h-2.5v3.879A11.418,11.418,0,0,1,40.966-110.225Z"/><path d="M31.692-106.983a11.378,11.378,0,0,1,1.606-1.325l-1.232-3.67-2.37.8,1.557,4.638Z"/><path d="M27.714-103.005l-2.125-2.989-2.038,1.448,2.37,3.334Z"/><path d="M22.318-97.609l-3.334-2.37-1.448,2.038,2.989,2.125Z"/><path d="M11.552-91.464l3.67,1.232a11.378,11.378,0,0,1,1.325-1.606l.439-.439-4.638-1.557Z"/><path d="M9.426-85.065v2.5H13.3a11.481,11.481,0,0,1,0-2.5Z"/><path d="M23.321-72.541v3.871h2.5v-3.871a11.523,11.523,0,0,1-1.25.073A11.508,11.508,0,0,1,23.321-72.541Z"/><path d="M32.594-75.792a11.492,11.492,0,0,1-1.605,1.33L32.22-70.8l2.37-.8-1.557-4.639Z"/><path d="M36.572-79.77,38.7-76.78l2.038-1.448-2.37-3.334Z"/><path d="M41.968-85.166,45.3-82.8l1.448-2.038-2.989-2.125Z"/><path d="M47.739-90.937l-.439.44,4.638,1.557.8-2.37-3.666-1.231A11.407,11.407,0,0,1,47.739-90.937Z"/><path d="M50.989-100.21a11.522,11.522,0,0,1,.073,1.25,11.507,11.507,0,0,1-.073,1.25h3.872v-2.5Z"/><path d="M24.571-72.468a11.27,11.27,0,0,1-8.024-3.324,11.359,11.359,0,0,1,0-16.046l15.145-15.145a11.36,11.36,0,0,1,16.047,0,11.271,11.271,0,0,1,3.323,8.023,11.27,11.27,0,0,1-3.323,8.023L32.594-75.792A11.27,11.27,0,0,1,24.571-72.468ZM39.716-107.8a8.821,8.821,0,0,0-6.257,2.587L18.314-90.07a8.786,8.786,0,0,0-2.59,6.255,8.789,8.789,0,0,0,2.59,6.256,8.794,8.794,0,0,0,6.257,2.591,8.791,8.791,0,0,0,6.256-2.591L45.972-92.7a8.791,8.791,0,0,0,2.59-6.256,8.79,8.79,0,0,0-2.59-6.255A8.824,8.824,0,0,0,39.716-107.8Z"/><rect width="4.979" height="2.5" transform="translate(38.882 -92.751) rotate(-45)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M27.264-81.133a3.9,3.9,0,0,1-5.387,0l-1.756,1.78a6.306,6.306,0,0,0,4.45,1.837,6.308,6.308,0,0,0,4.455-1.843l9.832-9.832L37.09-90.958Z" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0 0.351)"><rect width="5.664" height="2.5" transform="translate(13.539 42.586)"/><rect width="5.664" height="2.5" transform="translate(27.023 42.586)"/><path d="M14.087,26.835,15.854,28.6a10.06,10.06,0,0,1,14.208,0l1.768-1.767A12.558,12.558,0,0,0,14.087,26.835Z"/><path d="M21.764,35.944h3.049L28.6,30.517l-2.049-1.432Z"/><path d="M59.365,10.83H4.635a2.252,2.252,0,0,0-2.25,2.25V50.218a2.252,2.252,0,0,0,2.25,2.25h54.73a2.253,2.253,0,0,0,2.25-2.25V13.08A2.253,2.253,0,0,0,59.365,10.83Zm-.25,39.138H4.885V13.33h54.23Z"/><path d="M10.827,38.444H35.4a2.253,2.253,0,0,0,2.25-2.25V19.289a2.252,2.252,0,0,0-2.25-2.25H10.827a2.253,2.253,0,0,0-2.25,2.25V36.194A2.253,2.253,0,0,0,10.827,38.444Zm.25-18.905H35.15V35.944H11.077Z"/><path d="M47.05,40.218l-2.041-1.445,4.722-6.667h-6.4L51.127,21.1l2.041,1.445-5,7.063h6.4Z" transform="translate(-0.332 0.991)" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0 0.351)"><rect width="5.664" height="2.5" transform="translate(13.539 42.586)"/><rect width="5.664" height="2.5" transform="translate(27.023 42.586)"/><path d="M14.087,26.835,15.854,28.6a10.06,10.06,0,0,1,14.208,0l1.768-1.767A12.558,12.558,0,0,0,14.087,26.835Z"/><path d="M21.764,35.944h3.049L28.6,30.517l-2.049-1.432Z"/><path d="M59.365,10.83H4.635a2.252,2.252,0,0,0-2.25,2.25V50.218a2.252,2.252,0,0,0,2.25,2.25h54.73a2.253,2.253,0,0,0,2.25-2.25V13.08A2.253,2.253,0,0,0,59.365,10.83Zm-.25,39.138H4.885V13.33h54.23Z"/><path d="M10.827,38.444H35.4a2.253,2.253,0,0,0,2.25-2.25V19.289a2.252,2.252,0,0,0-2.25-2.25H10.827a2.253,2.253,0,0,0-2.25,2.25V36.194A2.253,2.253,0,0,0,10.827,38.444Zm.25-18.905H35.15V35.944H11.077Z"/><path d="M47.05,40.218l-2.041-1.445,4.722-6.667h-6.4L51.127,21.1l2.041,1.445-5,7.063h6.4Z" transform="translate(-0.332 0.991)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.069 0.351)"><path d="M54.6,19.777h-3.9v-5.7a3.254,3.254,0,0,0-3.25-3.25H45.459a3.254,3.254,0,0,0-3.25,3.25v5.7H20.616v-5.7a3.254,3.254,0,0,0-3.25-3.25H15.382a3.254,3.254,0,0,0-3.25,3.25v5.7H9.265a2.253,2.253,0,0,0-2.25,2.25V50.218a2.252,2.252,0,0,0,2.25,2.25H54.6a2.253,2.253,0,0,0,2.25-2.25V22.027A2.253,2.253,0,0,0,54.6,19.777Zm-9.887-5.7a.752.752,0,0,1,.75-.75h1.983a.752.752,0,0,1,.75.75v5.7H44.709Zm-30.077,0a.752.752,0,0,1,.75-.75h1.984a.752.752,0,0,1,.75.75v5.7H14.632ZM54.346,49.968H9.515V22.277H54.346Z"/><rect width="13.855" height="2.5" transform="translate(24.484 15.155)" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(0.069 0.351)"><path d="M54.6,19.777h-3.9v-5.7a3.254,3.254,0,0,0-3.25-3.25H45.459a3.254,3.254,0,0,0-3.25,3.25v5.7H20.616v-5.7a3.254,3.254,0,0,0-3.25-3.25H15.382a3.254,3.254,0,0,0-3.25,3.25v5.7H9.265a2.253,2.253,0,0,0-2.25,2.25V50.218a2.252,2.252,0,0,0,2.25,2.25H54.6a2.253,2.253,0,0,0,2.25-2.25V22.027A2.253,2.253,0,0,0,54.6,19.777Zm-9.887-5.7a.752.752,0,0,1,.75-.75h1.983a.752.752,0,0,1,.75.75v5.7H44.709Zm-30.077,0a.752.752,0,0,1,.75-.75h1.984a.752.752,0,0,1,.75.75v5.7H14.632ZM54.346,49.968H9.515V22.277H54.346Z"/><rect width="13.855" height="2.5" transform="translate(24.484 15.155)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><rect width="10.929" height="2.5" transform="translate(14.122 34.873)"/><path d="M49.387,34.873H45.173V30.658h-2.5v4.215H38.458v2.5h4.215v4.214h2.5V37.373h4.214Z"/></g></svg>
|