@roadtrip/components 2.27.1 → 2.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{index-0181f02a.js → index-38dff3de.js} +4 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/road-accordion.cjs.entry.js +10 -3
- package/dist/cjs/road-alert.cjs.entry.js +1 -1
- package/dist/cjs/road-autocomplete.cjs.entry.js +1 -1
- package/dist/cjs/road-avatar.cjs.entry.js +1 -1
- package/dist/cjs/road-badge_11.cjs.entry.js +13 -9
- package/dist/cjs/road-banner.cjs.entry.js +45 -0
- package/dist/cjs/road-card.cjs.entry.js +1 -1
- package/dist/cjs/road-carousel.cjs.entry.js +2 -2
- package/dist/cjs/road-checkbox.cjs.entry.js +8 -2
- package/dist/cjs/road-chip.cjs.entry.js +3 -3
- package/dist/cjs/road-counter.cjs.entry.js +1 -1
- package/dist/cjs/road-dialog.cjs.entry.js +2 -2
- package/dist/cjs/road-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/road-duration.cjs.entry.js +1 -1
- package/dist/cjs/road-flap.cjs.entry.js +6 -2
- package/dist/cjs/road-img.cjs.entry.js +1 -1
- package/dist/cjs/road-input-group.cjs.entry.js +3 -2
- package/dist/cjs/road-input.cjs.entry.js +6 -2
- package/dist/cjs/road-modal.cjs.entry.js +2 -2
- package/dist/cjs/road-navbar-item.cjs.entry.js +1 -1
- package/dist/cjs/road-navbar.cjs.entry.js +1 -1
- package/dist/cjs/road-plate-number.cjs.entry.js +3 -4
- package/dist/cjs/road-progress.cjs.entry.js +2 -2
- package/dist/cjs/road-radio-group.cjs.entry.js +2 -2
- package/dist/cjs/road-radio.cjs.entry.js +1 -1
- package/dist/cjs/road-range.cjs.entry.js +1 -1
- package/dist/cjs/road-rating.cjs.entry.js +2 -2
- package/dist/cjs/road-select-filter.cjs.entry.js +1 -1
- package/dist/cjs/road-select.cjs.entry.js +6 -2
- package/dist/cjs/road-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/road-spinner.cjs.entry.js +1 -1
- package/dist/cjs/road-switch.cjs.entry.js +1 -1
- package/dist/cjs/road-tab-bar.cjs.entry.js +1 -1
- package/dist/cjs/road-tab-button.cjs.entry.js +1 -1
- package/dist/cjs/road-table.cjs.entry.js +1 -1
- package/dist/cjs/road-text.cjs.entry.js +1 -1
- package/dist/cjs/road-textarea.cjs.entry.js +6 -2
- package/dist/cjs/road-toast.cjs.entry.js +2 -2
- package/dist/cjs/road-toggle.cjs.entry.js +100 -0
- package/dist/cjs/road-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/roadtrip.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/accordion/accordion.css +41 -9
- package/dist/collection/components/accordion/accordion.js +28 -3
- package/dist/collection/components/accordion/accordion.stories.js +6 -2
- package/dist/collection/components/alert/alert.css +18 -21
- package/dist/collection/components/autocomplete/autocomplete.css +5 -5
- package/dist/collection/components/autocomplete/autocomplete.stories.js +2 -0
- package/dist/collection/components/avatar/avatar.css +1 -1
- package/dist/collection/components/avatar/avatar.stories.js +1 -1
- package/dist/collection/components/badge/badge.css +21 -22
- package/dist/collection/components/badge/badge.js +6 -1
- package/dist/collection/components/badge/badge.stories.js +11 -5
- package/dist/collection/components/banner/banner.css +48 -0
- package/dist/collection/components/banner/banner.js +152 -0
- package/dist/collection/components/banner/banner.stories.js +39 -0
- package/dist/collection/components/button/button.css +52 -188
- package/dist/collection/components/button/button.js +5 -10
- package/dist/collection/components/button/button.stories.js +9 -4
- package/dist/collection/components/card/card.css +1 -1
- package/dist/collection/components/carousel/carousel.css +7 -7
- package/dist/collection/components/checkbox/checkbox.css +44 -22
- package/dist/collection/components/checkbox/checkbox.js +46 -4
- package/dist/collection/components/checkbox/checkbox.stories.js +14 -0
- package/dist/collection/components/chip/chip.css +70 -21
- package/dist/collection/components/chip/chip.js +2 -1
- package/dist/collection/components/chip/chip.stories.js +1 -1
- package/dist/collection/components/counter/counter.css +3 -3
- package/dist/collection/components/dialog/dialog.css +17 -11
- package/dist/collection/components/dialog/dialog.stories.js +33 -9
- package/dist/collection/components/drawer/drawer.dark.css +15 -15
- package/dist/collection/components/drawer/drawer.light.css +12 -12
- package/dist/collection/components/drawer/drawer.stories.js +6 -8
- package/dist/collection/components/dropdown/dropdown.css +4 -4
- package/dist/collection/components/duration/duration.css +1 -1
- package/dist/collection/components/flap/flap.css +25 -14
- package/dist/collection/components/flap/flap.js +23 -1
- package/dist/collection/components/flap/flap.stories.js +12 -1
- package/dist/collection/components/icon/icon.css +10 -10
- package/dist/collection/components/icon/svg/alert-error-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/alert-info-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/alert-question-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/alert-valid-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/alert-warning-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/alternator-color.svg +1 -1
- package/dist/collection/components/icon/svg/archive-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/axle-support-color.svg +1 -1
- package/dist/collection/components/icon/svg/bacterium-color.svg +1 -1
- package/dist/collection/components/icon/svg/battery-charger-color.svg +1 -1
- package/dist/collection/components/icon/svg/battery-color.svg +1 -1
- package/dist/collection/components/icon/svg/battery-recycle-color.svg +1 -1
- package/dist/collection/components/icon/svg/battery-start-stop-color.svg +1 -1
- package/dist/collection/components/icon/svg/book-service-color.svg +1 -1
- package/dist/collection/components/icon/svg/book-technical-color.svg +1 -1
- package/dist/collection/components/icon/svg/brake-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/brake-pad-color.svg +1 -1
- package/dist/collection/components/icon/svg/bulk-3d-color.svg +1 -1
- package/dist/collection/components/icon/svg/bundle-color.svg +1 -1
- package/dist/collection/components/icon/svg/cable-color.svg +1 -1
- package/dist/collection/components/icon/svg/calculator-color.svg +1 -1
- package/dist/collection/components/icon/svg/call-center-color.svg +1 -1
- package/dist/collection/components/icon/svg/camera-off-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/camera-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/car-door-color.svg +1 -1
- package/dist/collection/components/icon/svg/car-petrol-off-color.svg +1 -1
- package/dist/collection/components/icon/svg/car-petrol-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/car-power-color.svg +1 -1
- package/dist/collection/components/icon/svg/carpet-color.svg +1 -1
- package/dist/collection/components/icon/svg/certified-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/certified-warning-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/check-list-color.svg +1 -1
- package/dist/collection/components/icon/svg/check-point-color.svg +1 -1
- package/dist/collection/components/icon/svg/check-point-location-color.svg +1 -1
- package/dist/collection/components/icon/svg/cleanser-color.svg +1 -1
- package/dist/collection/components/icon/svg/cloud-download-color.svg +1 -1
- package/dist/collection/components/icon/svg/cloud-upload-color.svg +1 -1
- package/dist/collection/components/icon/svg/clutch-color.svg +1 -1
- package/dist/collection/components/icon/svg/control-switch-color.svg +1 -1
- package/dist/collection/components/icon/svg/coolbox-color.svg +1 -1
- package/dist/collection/components/icon/svg/cooling-color.svg +1 -1
- package/dist/collection/components/icon/svg/cover-color.svg +1 -1
- package/dist/collection/components/icon/svg/covid-stop-color.svg +1 -1
- package/dist/collection/components/icon/svg/data-add-color.svg +1 -1
- package/dist/collection/components/icon/svg/data-bar-color.svg +1 -1
- package/dist/collection/components/icon/svg/data-color.svg +1 -1
- package/dist/collection/components/icon/svg/data-tech-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/data-up-color.svg +1 -1
- package/dist/collection/components/icon/svg/delete-forever-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-rotate-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-smartphone-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-smartphone-music-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-smartphone-sms-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-smartphone-sms-wrench-color.svg +1 -1
- package/dist/collection/components/icon/svg/device-tablet-color.svg +1 -1
- package/dist/collection/components/icon/svg/diagnostic-color.svg +1 -1
- package/dist/collection/components/icon/svg/discount-prct-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/discount-ticket-color.svg +1 -1
- package/dist/collection/components/icon/svg/download-color.svg +1 -1
- package/dist/collection/components/icon/svg/edit-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/edit-pen-color.svg +1 -1
- package/dist/collection/components/icon/svg/electric-plug-13pin-color.svg +1 -1
- package/dist/collection/components/icon/svg/electric-plug-7pin-color.svg +1 -1
- package/dist/collection/components/icon/svg/engine-color.svg +1 -1
- package/dist/collection/components/icon/svg/engine-electric-color.svg +1 -1
- package/dist/collection/components/icon/svg/engine-lubrication-color.svg +1 -1
- package/dist/collection/components/icon/svg/engine-piston-color.svg +1 -1
- package/dist/collection/components/icon/svg/exhaust-pipe-color.svg +1 -1
- package/dist/collection/components/icon/svg/factory-color.svg +1 -1
- package/dist/collection/components/icon/svg/fidelity-card-color.svg +1 -1
- package/dist/collection/components/icon/svg/fidelity-card-wallet-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-business-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-catalog-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-copy-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-edit-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-excel-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-list-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-pdf-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-pdf-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-powerpoint-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-technical-color.svg +1 -1
- package/dist/collection/components/icon/svg/file-word-color.svg +1 -1
- package/dist/collection/components/icon/svg/filter-color.svg +1 -1
- package/dist/collection/components/icon/svg/filter-particle-color.svg +1 -1
- package/dist/collection/components/icon/svg/filter-sport-color.svg +1 -1
- package/dist/collection/components/icon/svg/flower-color.svg +1 -1
- package/dist/collection/components/icon/svg/fuel-air-supply-color.svg +1 -1
- package/dist/collection/components/icon/svg/fuel-door-color.svg +1 -1
- package/dist/collection/components/icon/svg/funding-best-price-color.svg +1 -1
- package/dist/collection/components/icon/svg/funding-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/funding-small-color.svg +1 -1
- package/dist/collection/components/icon/svg/fuse-color.svg +1 -1
- package/dist/collection/components/icon/svg/garage-color.svg +1 -1
- package/dist/collection/components/icon/svg/garage-house-color.svg +1 -1
- package/dist/collection/components/icon/svg/gas-5-color.svg +1 -1
- package/dist/collection/components/icon/svg/gasket-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/gearbox-color.svg +1 -1
- package/dist/collection/components/icon/svg/gift-color.svg +1 -1
- package/dist/collection/components/icon/svg/gps-color.svg +1 -1
- package/dist/collection/components/icon/svg/hear-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-bike-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-cross-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-full-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-half-jet-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-jet-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-modular-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-skate-color.svg +1 -1
- package/dist/collection/components/icon/svg/hook-hitch-color.svg +1 -1
- package/dist/collection/components/icon/svg/house-color.svg +1 -1
- package/dist/collection/components/icon/svg/identity-card-color.svg +1 -1
- package/dist/collection/components/icon/svg/key-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-back-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-day-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-fog-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-high-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-numberplate-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-signal-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-stop-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-turn-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-box-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-bulb-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-master-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-sidelight-color.svg +1 -1
- package/dist/collection/components/icon/svg/link-broken-color.svg +1 -1
- package/dist/collection/components/icon/svg/link-color.svg +1 -1
- package/dist/collection/components/icon/svg/load-cached-color.svg +1 -1
- package/dist/collection/components/icon/svg/load-hitstory-color.svg +1 -1
- package/dist/collection/components/icon/svg/load-sync-problem-color.svg +1 -1
- package/dist/collection/components/icon/svg/load-update-color.svg +1 -1
- package/dist/collection/components/icon/svg/location-pin-all-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/location-pin-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/location-target-color.svg +1 -1
- package/dist/collection/components/icon/svg/lowering-down-color.svg +1 -1
- package/dist/collection/components/icon/svg/lowering-up-color.svg +1 -1
- package/dist/collection/components/icon/svg/mail-outline-send-color.svg +1 -1
- package/dist/collection/components/icon/svg/meeting-check-color.svg +1 -1
- package/dist/collection/components/icon/svg/meeting-color.svg +1 -1
- package/dist/collection/components/icon/svg/meeting-maintenance-color.svg +1 -1
- package/dist/collection/components/icon/svg/meeting-off-color.svg +1 -1
- package/dist/collection/components/icon/svg/meeting-online-color.svg +1 -1
- package/dist/collection/components/icon/svg/meeting-week-color.svg +1 -1
- package/dist/collection/components/icon/svg/mic-off-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/mic-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/navigation-dashboard-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/navigation-launch-color.svg +1 -1
- package/dist/collection/components/icon/svg/navigation-layers-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/navigation-setting-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/nose-odour-color.svg +1 -1
- package/dist/collection/components/icon/svg/nut-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/oil-can-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/oil-can-small-color.svg +1 -1
- package/dist/collection/components/icon/svg/oil-change-color.svg +1 -1
- package/dist/collection/components/icon/svg/oil-color.svg +1 -1
- package/dist/collection/components/icon/svg/oil-cruet-color.svg +1 -1
- package/dist/collection/components/icon/svg/paint-color.svg +1 -1
- package/dist/collection/components/icon/svg/parking-break-color.svg +1 -1
- package/dist/collection/components/icon/svg/pass-maintain-color.svg +1 -1
- package/dist/collection/components/icon/svg/pass-maintain-logo-color.svg +1 -1
- package/dist/collection/components/icon/svg/pass-maintain-logo-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/payment-bill-color.svg +1 -1
- package/dist/collection/components/icon/svg/payment-card-color.svg +1 -1
- package/dist/collection/components/icon/svg/payment-cash-color.svg +1 -1
- package/dist/collection/components/icon/svg/payment-delevery-color.svg +1 -1
- package/dist/collection/components/icon/svg/payment-safety-color.svg +1 -1
- package/dist/collection/components/icon/svg/payment-store-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-add-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-car-fleet-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-card-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-community-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-coworker-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-coworker-norauto-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-group-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-home-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-vip-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/petrol-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/picture-color.svg +1 -1
- package/dist/collection/components/icon/svg/player-dvd-color.svg +1 -1
- package/dist/collection/components/icon/svg/player-radio-music-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/player-radio-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/player-touchscreen-color.svg +1 -1
- package/dist/collection/components/icon/svg/player-touchscreen-motorized-color.svg +1 -1
- package/dist/collection/components/icon/svg/player-video-color.svg +1 -1
- package/dist/collection/components/icon/svg/power-color.svg +1 -1
- package/dist/collection/components/icon/svg/purchase-history-color.svg +1 -1
- package/dist/collection/components/icon/svg/radiator-color.svg +1 -1
- package/dist/collection/components/icon/svg/rent-back-color.svg +1 -1
- package/dist/collection/components/icon/svg/rent-color.svg +1 -1
- package/dist/collection/components/icon/svg/roof-rack-cross-bars-color.svg +1 -1
- package/dist/collection/components/icon/svg/rubber-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/save-disk-color.svg +1 -1
- package/dist/collection/components/icon/svg/scan-bar-code-color.svg +1 -1
- package/dist/collection/components/icon/svg/scan-color.svg +1 -1
- package/dist/collection/components/icon/svg/scan-qr-code-color.svg +1 -1
- package/dist/collection/components/icon/svg/scissor-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-back-door-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-cable-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-cable-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-chain-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-cuff-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-disk-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-folding-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-frame-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-gearbox-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-level-first-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-level-hours-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-level-minute-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-level-night-and-day-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-level-second-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-level-third-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-lock-open-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-pedal-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-steering-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-steering-dashboard-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-steering-pedal-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-u-lock-color.svg +1 -1
- package/dist/collection/components/icon/svg/secure-wheel-color.svg +1 -1
- package/dist/collection/components/icon/svg/security-belt-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/security-color.svg +1 -1
- package/dist/collection/components/icon/svg/sensor-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-checked-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-click-and-collect-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-express-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-locator-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-locker-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-return-color.svg +1 -1
- package/dist/collection/components/icon/svg/shock-absorber-color.svg +1 -1
- package/dist/collection/components/icon/svg/shop-color.svg +1 -1
- package/dist/collection/components/icon/svg/shopping-cart-add-color.svg +1 -1
- package/dist/collection/components/icon/svg/shopping-cart-sad-color.svg +1 -1
- package/dist/collection/components/icon/svg/sound-0-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/sound-1-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/sound-2-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/sound-3-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/spark-color.svg +1 -1
- package/dist/collection/components/icon/svg/speak-advice-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/speak-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/speaker-color.svg +1 -1
- package/dist/collection/components/icon/svg/station-electric-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/steering-control-color.svg +1 -1
- package/dist/collection/components/icon/svg/steering-control-flat-color.svg +1 -1
- package/dist/collection/components/icon/svg/steering-control-four-spoke-color.svg +1 -1
- package/dist/collection/components/icon/svg/style-color.svg +1 -1
- package/dist/collection/components/icon/svg/time-access-color.svg +1 -1
- package/dist/collection/components/icon/svg/timer-1h-color.svg +1 -1
- package/dist/collection/components/icon/svg/timer-2h-color.svg +1 -1
- package/dist/collection/components/icon/svg/timer-color.svg +1 -1
- package/dist/collection/components/icon/svg/timer-hourglass-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/timing-belt-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-all-terrain-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-diameter-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-energy-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-flat-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-hotel-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-hub-cap-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-ice-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-parallelism-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-rain-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-rim-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-sidewall-height-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-snow-chain-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-snow-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-snow-studded-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-sound-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-sun-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-sun-snow-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-suspension-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-wheel-diameter-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-wheel-rim-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-wheel-steel-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-witdh-color.svg +1 -1
- package/dist/collection/components/icon/svg/transmission-color.svg +1 -1
- package/dist/collection/components/icon/svg/trash-bin-color.svg +1 -1
- package/dist/collection/components/icon/svg/travel-backpack-color.svg +1 -1
- package/dist/collection/components/icon/svg/travel-bag-color.svg +1 -1
- package/dist/collection/components/icon/svg/travel-briefcase-color.svg +1 -1
- package/dist/collection/components/icon/svg/travel-rolling-suitcase-color.svg +1 -1
- package/dist/collection/components/icon/svg/travel-suitcase-color.svg +1 -1
- package/dist/collection/components/icon/svg/trick-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-bike-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-bike-electric-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-bike-rack-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-add-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-all-authorize-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-all-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-bodywork-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-checked-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-setting-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-side-tire-behind-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-side-tire-front-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-unknowoutline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-unselected-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-carport-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-delevery-fast-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-delevery-meeting-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-drive-carport-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-drive-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-moto-bike-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-moto-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-roof-box-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-scooter-kick-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-scooter-kick-electric-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-scooter-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-tire-invert-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-workshop-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/ventilator-color.svg +1 -1
- package/dist/collection/components/icon/svg/view-3d-360-color.svg +1 -1
- package/dist/collection/components/icon/svg/view-3d-360-disabled-color.svg +1 -1
- package/dist/collection/components/icon/svg/virus-color.svg +1 -1
- package/dist/collection/components/icon/svg/visibility-off-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/visibility-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/warehouse-color.svg +1 -1
- package/dist/collection/components/icon/svg/weather-rain-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/wheel-bearings-color.svg +1 -1
- package/dist/collection/components/icon/svg/wheel-hub-cap-color.svg +1 -1
- package/dist/collection/components/icon/svg/wheel-rim-color.svg +1 -1
- package/dist/collection/components/icon/svg/wheel-rim-double-spoke-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/wheel-rim-honeycomb-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/wheel-rim-multi-spoke-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-back-fluid-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-back-frost-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-back-wiper-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-fluid-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-frost-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wiper-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers-left-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers-right-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers.svg +1 -1
- package/dist/collection/components/icon/svg/work-order-awaiting-approval-color.svg +1 -1
- package/dist/collection/components/icon/svg/work-order-check-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/work-order-diagnostic-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/work-order-pass-maintain-color.svg +1 -1
- package/dist/collection/components/icon/svg/work-order-view-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/work-order-wait-check-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/world-color.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-hand-color.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-hand-dual-color.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-tools-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/zoom-in-color.svg +1 -1
- package/dist/collection/components/icon/svg/zoom-out-color.svg +1 -1
- package/dist/collection/components/img/img.css +1 -1
- package/dist/collection/components/input/input.css +62 -13
- package/dist/collection/components/input/input.js +42 -2
- package/dist/collection/components/input/input.stories.js +18 -1
- package/dist/collection/components/input-group/input-group.css +39 -12
- package/dist/collection/components/input-group/input-group.js +3 -2
- package/dist/collection/components/input-group/input-group.stories.js +4 -4
- package/dist/collection/components/item/item.css +6 -6
- package/dist/collection/components/item/item.stories.js +7 -7
- package/dist/collection/components/list/list.css +1 -1
- package/dist/collection/components/modal/modal.css +9 -9
- package/dist/collection/components/modal/modal.stories.js +2 -2
- package/dist/collection/components/navbar/navbar.css +2 -2
- package/dist/collection/components/navbar-item/navbar-item.css +8 -5
- package/dist/collection/components/patterns/breadcrumb.stories.js +72 -0
- package/dist/collection/components/patterns/crossselling.stories.js +4 -4
- package/dist/collection/components/patterns/filter.stories.js +2 -2
- package/dist/collection/components/patterns/link.stories.js +35 -0
- package/dist/collection/components/plate-number/plate-number.css +47 -16
- package/dist/collection/components/plate-number/plate-number.js +1 -2
- package/dist/collection/components/plate-number/plate-number.stories.js +2 -2
- package/dist/collection/components/progress/progress.css +22 -8
- package/dist/collection/components/progress/progress.js +5 -10
- package/dist/collection/components/progress/progress.stories.js +18 -2
- package/dist/collection/components/radio/radio.css +24 -17
- package/dist/collection/components/radio/radio.js +17 -0
- package/dist/collection/components/radio/radio.stories.js +4 -0
- package/dist/collection/components/radio-group/radio-group.css +11 -2
- package/dist/collection/components/radio-group/radio-group.js +19 -1
- package/dist/collection/components/range/range.css +8 -8
- package/dist/collection/components/rating/rating.css +4 -3
- package/dist/collection/components/select/select.css +50 -14
- package/dist/collection/components/select/select.js +23 -1
- package/dist/collection/components/select/select.stories.js +15 -7
- package/dist/collection/components/select-filter/select-filter.css +12 -6
- package/dist/collection/components/select-filter/select-filter.stories.js +14 -6
- package/dist/collection/components/skeleton/skeleton.css +9 -1
- package/dist/collection/components/skeleton/skeleton.stories.js +18 -0
- package/dist/collection/components/spinner/spinner.css +1 -1
- package/dist/collection/components/switch/switch.css +19 -19
- package/dist/collection/components/tab-bar/tab-bar.css +10 -11
- package/dist/collection/components/tab-button/tab-button.css +5 -1
- package/dist/collection/components/table/table.css +5 -5
- package/dist/collection/components/text/text.css +11 -11
- package/dist/collection/components/textarea/textarea.css +73 -22
- package/dist/collection/components/textarea/textarea.js +42 -2
- package/dist/collection/components/textarea/textarea.stories.js +19 -2
- package/dist/collection/components/toast/toast.css +14 -14
- package/dist/collection/components/toggle/toggle.css +206 -0
- package/dist/collection/components/toggle/toggle.js +402 -0
- package/dist/collection/components/{switch/switch.stories.js → toggle/toggle.stories.js} +7 -7
- package/dist/collection/components/toolbar/toolbar.css +7 -7
- package/dist/collection/components/tooltip/tooltip.css +4 -4
- package/dist/collection/components/utilities/border.stories.js +10 -10
- package/dist/collection/components/utilities/color.stories.js +22 -0
- package/dist/collection/components/utilities/typography.stories.js +6 -0
- package/dist/esm/{index-1ea26b25.js → index-d612e910.js} +3 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/road-accordion.entry.js +10 -3
- package/dist/esm/road-alert.entry.js +1 -1
- package/dist/esm/road-autocomplete.entry.js +1 -1
- package/dist/esm/road-avatar.entry.js +1 -1
- package/dist/esm/road-badge_11.entry.js +13 -9
- package/dist/esm/road-banner.entry.js +41 -0
- package/dist/esm/road-card.entry.js +1 -1
- package/dist/esm/road-carousel.entry.js +2 -2
- package/dist/esm/road-checkbox.entry.js +8 -2
- package/dist/esm/road-chip.entry.js +3 -3
- package/dist/esm/road-counter.entry.js +1 -1
- package/dist/esm/road-dialog.entry.js +2 -2
- package/dist/esm/road-dropdown.entry.js +1 -1
- package/dist/esm/road-duration.entry.js +1 -1
- package/dist/esm/road-flap.entry.js +6 -2
- package/dist/esm/road-img.entry.js +1 -1
- package/dist/esm/road-input-group.entry.js +3 -2
- package/dist/esm/road-input.entry.js +6 -2
- package/dist/esm/road-modal.entry.js +2 -2
- package/dist/esm/road-navbar-item.entry.js +1 -1
- package/dist/esm/road-navbar.entry.js +1 -1
- package/dist/esm/road-plate-number.entry.js +3 -4
- package/dist/esm/road-progress.entry.js +2 -2
- package/dist/esm/road-radio-group.entry.js +2 -2
- package/dist/esm/road-radio.entry.js +1 -1
- package/dist/esm/road-range.entry.js +1 -1
- package/dist/esm/road-rating.entry.js +2 -2
- package/dist/esm/road-select-filter.entry.js +1 -1
- package/dist/esm/road-select.entry.js +6 -2
- package/dist/esm/road-skeleton.entry.js +1 -1
- package/dist/esm/road-spinner.entry.js +1 -1
- package/dist/esm/road-switch.entry.js +1 -1
- package/dist/esm/road-tab-bar.entry.js +1 -1
- package/dist/esm/road-tab-button.entry.js +1 -1
- package/dist/esm/road-table.entry.js +1 -1
- package/dist/esm/road-text.entry.js +1 -1
- package/dist/esm/road-textarea.entry.js +6 -2
- package/dist/esm/road-toast.entry.js +2 -2
- package/dist/esm/road-toggle.entry.js +96 -0
- package/dist/esm/road-tooltip.entry.js +1 -1
- package/dist/esm/roadtrip.js +1 -1
- package/dist/esm-es5/{index-1ea26b25.js → index-d612e910.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/road-accordion.entry.js +1 -1
- package/dist/esm-es5/road-alert.entry.js +1 -1
- package/dist/esm-es5/road-autocomplete.entry.js +1 -1
- package/dist/esm-es5/road-avatar.entry.js +1 -1
- package/dist/esm-es5/road-badge_11.entry.js +1 -1
- package/dist/esm-es5/road-banner.entry.js +1 -0
- package/dist/esm-es5/road-card.entry.js +1 -1
- package/dist/esm-es5/road-carousel.entry.js +1 -1
- package/dist/esm-es5/road-checkbox.entry.js +1 -1
- package/dist/esm-es5/road-chip.entry.js +1 -1
- package/dist/esm-es5/road-counter.entry.js +1 -1
- package/dist/esm-es5/road-dialog.entry.js +1 -1
- package/dist/esm-es5/road-dropdown.entry.js +1 -1
- package/dist/esm-es5/road-duration.entry.js +1 -1
- package/dist/esm-es5/road-flap.entry.js +1 -1
- package/dist/esm-es5/road-img.entry.js +1 -1
- package/dist/esm-es5/road-input-group.entry.js +1 -1
- package/dist/esm-es5/road-input.entry.js +1 -1
- package/dist/esm-es5/road-modal.entry.js +1 -1
- package/dist/esm-es5/road-navbar-item.entry.js +1 -1
- package/dist/esm-es5/road-navbar.entry.js +1 -1
- package/dist/esm-es5/road-plate-number.entry.js +1 -1
- package/dist/esm-es5/road-progress.entry.js +1 -1
- package/dist/esm-es5/road-radio-group.entry.js +1 -1
- package/dist/esm-es5/road-radio.entry.js +1 -1
- package/dist/esm-es5/road-range.entry.js +1 -1
- package/dist/esm-es5/road-rating.entry.js +1 -1
- package/dist/esm-es5/road-select-filter.entry.js +1 -1
- package/dist/esm-es5/road-select.entry.js +1 -1
- package/dist/esm-es5/road-skeleton.entry.js +1 -1
- package/dist/esm-es5/road-spinner.entry.js +1 -1
- package/dist/esm-es5/road-switch.entry.js +1 -1
- package/dist/esm-es5/road-tab-bar.entry.js +1 -1
- package/dist/esm-es5/road-tab-button.entry.js +1 -1
- package/dist/esm-es5/road-table.entry.js +1 -1
- package/dist/esm-es5/road-text.entry.js +1 -1
- package/dist/esm-es5/road-textarea.entry.js +1 -1
- package/dist/esm-es5/road-toast.entry.js +1 -1
- package/dist/esm-es5/road-toggle.entry.js +1 -0
- package/dist/esm-es5/road-tooltip.entry.js +1 -1
- package/dist/esm-es5/roadtrip.js +1 -1
- package/dist/html.html-data.json +192 -15
- package/dist/icons/icons.svg +1 -1
- package/dist/icons/index.js +351 -351
- package/dist/roadtrip/p-030f078e.system.entry.js +1 -0
- package/dist/roadtrip/p-079d6251.system.entry.js +1 -0
- package/dist/roadtrip/{p-6f248970.entry.js → p-1108fffd.entry.js} +1 -1
- package/dist/roadtrip/p-161e83eb.entry.js +1 -0
- package/dist/roadtrip/p-17903b27.system.entry.js +1 -0
- package/dist/roadtrip/p-19f72337.entry.js +1 -0
- package/dist/roadtrip/p-1bf25864.entry.js +1 -0
- package/dist/roadtrip/p-1c931aee.system.entry.js +1 -0
- package/dist/roadtrip/{p-d06202e7.entry.js → p-1e8c2ef4.entry.js} +1 -1
- package/dist/roadtrip/{p-87eb24ee.entry.js → p-1f1464ba.entry.js} +1 -1
- package/dist/roadtrip/{p-20a7a848.system.entry.js → p-217cbe8e.system.entry.js} +1 -1
- package/dist/roadtrip/p-2384ed2d.entry.js +1 -0
- package/dist/roadtrip/p-24b5b4ae.system.entry.js +1 -0
- package/dist/roadtrip/{p-299ecdd3.entry.js → p-271fd4fa.entry.js} +1 -1
- package/dist/roadtrip/p-277d7139.entry.js +1 -0
- package/dist/roadtrip/p-2852a37b.system.entry.js +1 -0
- package/dist/roadtrip/p-296d96ea.system.entry.js +1 -0
- package/dist/roadtrip/p-2f361b1a.entry.js +1 -0
- package/dist/roadtrip/p-2fd27879.entry.js +1 -0
- package/dist/roadtrip/p-303e8e40.entry.js +1 -0
- package/dist/roadtrip/p-374713ec.entry.js +1 -0
- package/dist/roadtrip/p-382e4c17.entry.js +1 -0
- package/dist/roadtrip/p-3a28129a.entry.js +1 -0
- package/dist/roadtrip/p-3d1a68f7.system.entry.js +1 -0
- package/dist/roadtrip/p-3e953654.system.entry.js +1 -0
- package/dist/roadtrip/p-40fc1632.system.entry.js +1 -0
- package/dist/roadtrip/p-415986e7.system.entry.js +1 -0
- package/dist/roadtrip/p-41c6cea3.system.entry.js +1 -0
- package/dist/roadtrip/p-42cb57d0.entry.js +1 -0
- package/dist/roadtrip/p-453a812f.system.entry.js +1 -0
- package/dist/roadtrip/p-467f5310.system.entry.js +1 -0
- package/dist/roadtrip/p-4a2eb631.system.entry.js +1 -0
- package/dist/roadtrip/p-4d4403bd.system.entry.js +1 -0
- package/dist/roadtrip/p-501abdbf.entry.js +1 -0
- package/dist/roadtrip/p-5521af81.entry.js +1 -0
- package/dist/roadtrip/p-564a2eac.entry.js +1 -0
- package/dist/roadtrip/p-66cba998.system.entry.js +1 -0
- package/dist/roadtrip/{p-0ada8d41.entry.js → p-6819f569.entry.js} +1 -1
- package/dist/roadtrip/{p-7a07a70f.entry.js → p-688e41f2.entry.js} +1 -1
- package/dist/roadtrip/{p-12a635b5.js → p-6a78da80.js} +1 -1
- package/dist/roadtrip/p-701cba5a.system.entry.js +1 -0
- package/dist/roadtrip/p-7073f8c2.entry.js +1 -0
- package/dist/roadtrip/p-76bede83.system.entry.js +1 -0
- package/dist/roadtrip/p-79f030ef.entry.js +1 -0
- package/dist/roadtrip/p-7cb7d25b.system.entry.js +1 -0
- package/dist/roadtrip/p-7df3c178.entry.js +1 -0
- package/dist/roadtrip/p-81333100.system.entry.js +1 -0
- package/dist/roadtrip/{p-b0ed748a.entry.js → p-8134554a.entry.js} +1 -1
- package/dist/roadtrip/p-83119815.entry.js +1 -0
- package/dist/roadtrip/p-85c918f6.system.entry.js +1 -0
- package/dist/roadtrip/p-86d53ea4.entry.js +1 -0
- package/dist/roadtrip/p-896f49f2.entry.js +1 -0
- package/dist/roadtrip/{p-42ccd4a2.system.entry.js → p-8d6ac188.system.entry.js} +1 -1
- package/dist/roadtrip/{p-fa68c113.entry.js → p-90a76d66.entry.js} +1 -1
- package/dist/roadtrip/p-9cf14f6b.entry.js +1 -0
- package/dist/roadtrip/p-a46413c1.system.entry.js +1 -0
- package/dist/roadtrip/p-a7565a49.system.entry.js +1 -0
- package/dist/roadtrip/p-a9538932.entry.js +1 -0
- package/dist/roadtrip/p-ad10a82e.system.entry.js +1 -0
- package/dist/roadtrip/p-aeef53e7.system.entry.js +1 -0
- package/dist/roadtrip/p-af49dca4.entry.js +1 -0
- package/dist/roadtrip/p-b182a822.system.entry.js +1 -0
- package/dist/roadtrip/p-b205281e.system.js +1 -1
- package/dist/roadtrip/p-ba2fbd4d.system.js +1 -0
- package/dist/roadtrip/p-bd6463ab.system.entry.js +1 -0
- package/dist/roadtrip/p-c11d0d20.system.entry.js +1 -0
- package/dist/roadtrip/p-c2784d92.system.entry.js +1 -0
- package/dist/roadtrip/p-c2f61ccd.entry.js +1 -0
- package/dist/roadtrip/p-c8d0886d.system.entry.js +1 -0
- package/dist/roadtrip/p-c93a46dd.system.entry.js +1 -0
- package/dist/roadtrip/p-cab68ba7.entry.js +1 -0
- package/dist/roadtrip/p-d18db10c.system.entry.js +1 -0
- package/dist/roadtrip/p-d2165987.entry.js +1 -0
- package/dist/roadtrip/p-d3858ffa.system.entry.js +1 -0
- package/dist/roadtrip/p-d59a7db8.entry.js +1 -0
- package/dist/roadtrip/p-d920dfb7.entry.js +1 -0
- package/dist/roadtrip/p-dbee6661.entry.js +1 -0
- package/dist/roadtrip/p-dfa3c709.system.entry.js +1 -0
- package/dist/roadtrip/{p-bebdee1e.entry.js → p-e18fa251.entry.js} +1 -1
- package/dist/roadtrip/p-f0f44a57.system.entry.js +1 -0
- package/dist/roadtrip/p-f4db19df.system.entry.js +1 -0
- package/dist/roadtrip/{p-0be273e0.system.entry.js → p-fc3ddc8f.system.entry.js} +1 -1
- package/dist/roadtrip/{p-bd4a114b.entry.js → p-fddbca8b.entry.js} +1 -1
- package/dist/roadtrip/roadtrip.css +1 -1
- package/dist/roadtrip/roadtrip.esm.js +1 -1
- package/dist/roadtrip/svg/alert-error-outline-color.svg +1 -1
- package/dist/roadtrip/svg/alert-info-outline-color.svg +1 -1
- package/dist/roadtrip/svg/alert-question-outline-color.svg +1 -1
- package/dist/roadtrip/svg/alert-valid-outline-color.svg +1 -1
- package/dist/roadtrip/svg/alert-warning-outline-color.svg +1 -1
- package/dist/roadtrip/svg/alternator-color.svg +1 -1
- package/dist/roadtrip/svg/archive-outline-color.svg +1 -1
- package/dist/roadtrip/svg/axle-support-color.svg +1 -1
- package/dist/roadtrip/svg/bacterium-color.svg +1 -1
- package/dist/roadtrip/svg/battery-charger-color.svg +1 -1
- package/dist/roadtrip/svg/battery-color.svg +1 -1
- package/dist/roadtrip/svg/battery-recycle-color.svg +1 -1
- package/dist/roadtrip/svg/battery-start-stop-color.svg +1 -1
- package/dist/roadtrip/svg/book-service-color.svg +1 -1
- package/dist/roadtrip/svg/book-technical-color.svg +1 -1
- package/dist/roadtrip/svg/brake-outline-color.svg +1 -1
- package/dist/roadtrip/svg/brake-pad-color.svg +1 -1
- package/dist/roadtrip/svg/bulk-3d-color.svg +1 -1
- package/dist/roadtrip/svg/bundle-color.svg +1 -1
- package/dist/roadtrip/svg/cable-color.svg +1 -1
- package/dist/roadtrip/svg/calculator-color.svg +1 -1
- package/dist/roadtrip/svg/call-center-color.svg +1 -1
- package/dist/roadtrip/svg/camera-off-outline-color.svg +1 -1
- package/dist/roadtrip/svg/camera-outline-color.svg +1 -1
- package/dist/roadtrip/svg/car-door-color.svg +1 -1
- package/dist/roadtrip/svg/car-petrol-off-color.svg +1 -1
- package/dist/roadtrip/svg/car-petrol-outline-color.svg +1 -1
- package/dist/roadtrip/svg/car-power-color.svg +1 -1
- package/dist/roadtrip/svg/carpet-color.svg +1 -1
- package/dist/roadtrip/svg/certified-outline-color.svg +1 -1
- package/dist/roadtrip/svg/certified-warning-outline-color.svg +1 -1
- package/dist/roadtrip/svg/check-list-color.svg +1 -1
- package/dist/roadtrip/svg/check-point-color.svg +1 -1
- package/dist/roadtrip/svg/check-point-location-color.svg +1 -1
- package/dist/roadtrip/svg/cleanser-color.svg +1 -1
- package/dist/roadtrip/svg/cloud-download-color.svg +1 -1
- package/dist/roadtrip/svg/cloud-upload-color.svg +1 -1
- package/dist/roadtrip/svg/clutch-color.svg +1 -1
- package/dist/roadtrip/svg/control-switch-color.svg +1 -1
- package/dist/roadtrip/svg/coolbox-color.svg +1 -1
- package/dist/roadtrip/svg/cooling-color.svg +1 -1
- package/dist/roadtrip/svg/cover-color.svg +1 -1
- package/dist/roadtrip/svg/covid-stop-color.svg +1 -1
- package/dist/roadtrip/svg/data-add-color.svg +1 -1
- package/dist/roadtrip/svg/data-bar-color.svg +1 -1
- package/dist/roadtrip/svg/data-color.svg +1 -1
- package/dist/roadtrip/svg/data-tech-outline-color.svg +1 -1
- package/dist/roadtrip/svg/data-up-color.svg +1 -1
- package/dist/roadtrip/svg/delete-forever-color.svg +1 -1
- package/dist/roadtrip/svg/device-color.svg +1 -1
- package/dist/roadtrip/svg/device-rotate-color.svg +1 -1
- package/dist/roadtrip/svg/device-smartphone-color.svg +1 -1
- package/dist/roadtrip/svg/device-smartphone-music-color.svg +1 -1
- package/dist/roadtrip/svg/device-smartphone-sms-color.svg +1 -1
- package/dist/roadtrip/svg/device-smartphone-sms-wrench-color.svg +1 -1
- package/dist/roadtrip/svg/device-tablet-color.svg +1 -1
- package/dist/roadtrip/svg/diagnostic-color.svg +1 -1
- package/dist/roadtrip/svg/discount-prct-outline-color.svg +1 -1
- package/dist/roadtrip/svg/discount-ticket-color.svg +1 -1
- package/dist/roadtrip/svg/download-color.svg +1 -1
- package/dist/roadtrip/svg/edit-outline-color.svg +1 -1
- package/dist/roadtrip/svg/edit-pen-color.svg +1 -1
- package/dist/roadtrip/svg/electric-plug-13pin-color.svg +1 -1
- package/dist/roadtrip/svg/electric-plug-7pin-color.svg +1 -1
- package/dist/roadtrip/svg/engine-color.svg +1 -1
- package/dist/roadtrip/svg/engine-electric-color.svg +1 -1
- package/dist/roadtrip/svg/engine-lubrication-color.svg +1 -1
- package/dist/roadtrip/svg/engine-piston-color.svg +1 -1
- package/dist/roadtrip/svg/exhaust-pipe-color.svg +1 -1
- package/dist/roadtrip/svg/factory-color.svg +1 -1
- package/dist/roadtrip/svg/fidelity-card-color.svg +1 -1
- package/dist/roadtrip/svg/fidelity-card-wallet-color.svg +1 -1
- package/dist/roadtrip/svg/file-business-outline-color.svg +1 -1
- package/dist/roadtrip/svg/file-catalog-color.svg +1 -1
- package/dist/roadtrip/svg/file-copy-color.svg +1 -1
- package/dist/roadtrip/svg/file-edit-color.svg +1 -1
- package/dist/roadtrip/svg/file-excel-color.svg +1 -1
- package/dist/roadtrip/svg/file-list-outline-color.svg +1 -1
- package/dist/roadtrip/svg/file-pdf-color.svg +1 -1
- package/dist/roadtrip/svg/file-pdf-outline-color.svg +1 -1
- package/dist/roadtrip/svg/file-powerpoint-color.svg +1 -1
- package/dist/roadtrip/svg/file-technical-color.svg +1 -1
- package/dist/roadtrip/svg/file-word-color.svg +1 -1
- package/dist/roadtrip/svg/filter-color.svg +1 -1
- package/dist/roadtrip/svg/filter-particle-color.svg +1 -1
- package/dist/roadtrip/svg/filter-sport-color.svg +1 -1
- package/dist/roadtrip/svg/flower-color.svg +1 -1
- package/dist/roadtrip/svg/fuel-air-supply-color.svg +1 -1
- package/dist/roadtrip/svg/fuel-door-color.svg +1 -1
- package/dist/roadtrip/svg/funding-best-price-color.svg +1 -1
- package/dist/roadtrip/svg/funding-outline-color.svg +1 -1
- package/dist/roadtrip/svg/funding-small-color.svg +1 -1
- package/dist/roadtrip/svg/fuse-color.svg +1 -1
- package/dist/roadtrip/svg/garage-color.svg +1 -1
- package/dist/roadtrip/svg/garage-house-color.svg +1 -1
- package/dist/roadtrip/svg/gas-5-color.svg +1 -1
- package/dist/roadtrip/svg/gasket-outline-color.svg +1 -1
- package/dist/roadtrip/svg/gearbox-color.svg +1 -1
- package/dist/roadtrip/svg/gift-color.svg +1 -1
- package/dist/roadtrip/svg/gps-color.svg +1 -1
- package/dist/roadtrip/svg/hear-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-bike-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-cross-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-full-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-half-jet-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-jet-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-modular-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-skate-color.svg +1 -1
- package/dist/roadtrip/svg/hook-hitch-color.svg +1 -1
- package/dist/roadtrip/svg/house-color.svg +1 -1
- package/dist/roadtrip/svg/identity-card-color.svg +1 -1
- package/dist/roadtrip/svg/key-outline-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-back-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-day-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-fog-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-high-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-numberplate-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-signal-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-stop-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-turn-color.svg +1 -1
- package/dist/roadtrip/svg/light-box-color.svg +1 -1
- package/dist/roadtrip/svg/light-bulb-color.svg +1 -1
- package/dist/roadtrip/svg/light-color.svg +1 -1
- package/dist/roadtrip/svg/light-master-color.svg +1 -1
- package/dist/roadtrip/svg/light-sidelight-color.svg +1 -1
- package/dist/roadtrip/svg/link-broken-color.svg +1 -1
- package/dist/roadtrip/svg/link-color.svg +1 -1
- package/dist/roadtrip/svg/load-cached-color.svg +1 -1
- package/dist/roadtrip/svg/load-hitstory-color.svg +1 -1
- package/dist/roadtrip/svg/load-sync-problem-color.svg +1 -1
- package/dist/roadtrip/svg/load-update-color.svg +1 -1
- package/dist/roadtrip/svg/location-pin-all-outline-color.svg +1 -1
- package/dist/roadtrip/svg/location-pin-outline-color.svg +1 -1
- package/dist/roadtrip/svg/location-target-color.svg +1 -1
- package/dist/roadtrip/svg/lowering-down-color.svg +1 -1
- package/dist/roadtrip/svg/lowering-up-color.svg +1 -1
- package/dist/roadtrip/svg/mail-outline-send-color.svg +1 -1
- package/dist/roadtrip/svg/meeting-check-color.svg +1 -1
- package/dist/roadtrip/svg/meeting-color.svg +1 -1
- package/dist/roadtrip/svg/meeting-maintenance-color.svg +1 -1
- package/dist/roadtrip/svg/meeting-off-color.svg +1 -1
- package/dist/roadtrip/svg/meeting-online-color.svg +1 -1
- package/dist/roadtrip/svg/meeting-week-color.svg +1 -1
- package/dist/roadtrip/svg/mic-off-outline-color.svg +1 -1
- package/dist/roadtrip/svg/mic-outline-color.svg +1 -1
- package/dist/roadtrip/svg/navigation-dashboard-outline-color.svg +1 -1
- package/dist/roadtrip/svg/navigation-launch-color.svg +1 -1
- package/dist/roadtrip/svg/navigation-layers-outline-color.svg +1 -1
- package/dist/roadtrip/svg/navigation-setting-outline-color.svg +1 -1
- package/dist/roadtrip/svg/nose-odour-color.svg +1 -1
- package/dist/roadtrip/svg/nut-outline-color.svg +1 -1
- package/dist/roadtrip/svg/oil-can-outline-color.svg +1 -1
- package/dist/roadtrip/svg/oil-can-small-color.svg +1 -1
- package/dist/roadtrip/svg/oil-change-color.svg +1 -1
- package/dist/roadtrip/svg/oil-color.svg +1 -1
- package/dist/roadtrip/svg/oil-cruet-color.svg +1 -1
- package/dist/roadtrip/svg/paint-color.svg +1 -1
- package/dist/roadtrip/svg/parking-break-color.svg +1 -1
- package/dist/roadtrip/svg/pass-maintain-color.svg +1 -1
- package/dist/roadtrip/svg/pass-maintain-logo-color.svg +1 -1
- package/dist/roadtrip/svg/pass-maintain-logo-outline-color.svg +1 -1
- package/dist/roadtrip/svg/payment-bill-color.svg +1 -1
- package/dist/roadtrip/svg/payment-card-color.svg +1 -1
- package/dist/roadtrip/svg/payment-cash-color.svg +1 -1
- package/dist/roadtrip/svg/payment-delevery-color.svg +1 -1
- package/dist/roadtrip/svg/payment-safety-color.svg +1 -1
- package/dist/roadtrip/svg/payment-store-color.svg +1 -1
- package/dist/roadtrip/svg/people-add-outline-color.svg +1 -1
- package/dist/roadtrip/svg/people-car-fleet-color.svg +1 -1
- package/dist/roadtrip/svg/people-card-color.svg +1 -1
- package/dist/roadtrip/svg/people-community-outline-color.svg +1 -1
- package/dist/roadtrip/svg/people-coworker-color.svg +1 -1
- package/dist/roadtrip/svg/people-coworker-norauto-color.svg +1 -1
- package/dist/roadtrip/svg/people-group-outline-color.svg +1 -1
- package/dist/roadtrip/svg/people-home-outline-color.svg +1 -1
- package/dist/roadtrip/svg/people-vip-outline-color.svg +1 -1
- package/dist/roadtrip/svg/petrol-outline-color.svg +1 -1
- package/dist/roadtrip/svg/picture-color.svg +1 -1
- package/dist/roadtrip/svg/player-dvd-color.svg +1 -1
- package/dist/roadtrip/svg/player-radio-music-outline-color.svg +1 -1
- package/dist/roadtrip/svg/player-radio-outline-color.svg +1 -1
- package/dist/roadtrip/svg/player-touchscreen-color.svg +1 -1
- package/dist/roadtrip/svg/player-touchscreen-motorized-color.svg +1 -1
- package/dist/roadtrip/svg/player-video-color.svg +1 -1
- package/dist/roadtrip/svg/power-color.svg +1 -1
- package/dist/roadtrip/svg/purchase-history-color.svg +1 -1
- package/dist/roadtrip/svg/radiator-color.svg +1 -1
- package/dist/roadtrip/svg/rent-back-color.svg +1 -1
- package/dist/roadtrip/svg/rent-color.svg +1 -1
- package/dist/roadtrip/svg/roof-rack-cross-bars-color.svg +1 -1
- package/dist/roadtrip/svg/rubber-outline-color.svg +1 -1
- package/dist/roadtrip/svg/save-disk-color.svg +1 -1
- package/dist/roadtrip/svg/scan-bar-code-color.svg +1 -1
- package/dist/roadtrip/svg/scan-color.svg +1 -1
- package/dist/roadtrip/svg/scan-qr-code-color.svg +1 -1
- package/dist/roadtrip/svg/scissor-color.svg +1 -1
- package/dist/roadtrip/svg/secure-back-door-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-cable-color.svg +1 -1
- package/dist/roadtrip/svg/secure-cable-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-chain-color.svg +1 -1
- package/dist/roadtrip/svg/secure-cuff-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-disk-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-folding-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-frame-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-gearbox-color.svg +1 -1
- package/dist/roadtrip/svg/secure-level-first-color.svg +1 -1
- package/dist/roadtrip/svg/secure-level-hours-color.svg +1 -1
- package/dist/roadtrip/svg/secure-level-minute-color.svg +1 -1
- package/dist/roadtrip/svg/secure-level-night-and-day-color.svg +1 -1
- package/dist/roadtrip/svg/secure-level-second-color.svg +1 -1
- package/dist/roadtrip/svg/secure-level-third-color.svg +1 -1
- package/dist/roadtrip/svg/secure-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-lock-open-color.svg +1 -1
- package/dist/roadtrip/svg/secure-pedal-color.svg +1 -1
- package/dist/roadtrip/svg/secure-steering-color.svg +1 -1
- package/dist/roadtrip/svg/secure-steering-dashboard-color.svg +1 -1
- package/dist/roadtrip/svg/secure-steering-pedal-color.svg +1 -1
- package/dist/roadtrip/svg/secure-u-lock-color.svg +1 -1
- package/dist/roadtrip/svg/secure-wheel-color.svg +1 -1
- package/dist/roadtrip/svg/security-belt-outline-color.svg +1 -1
- package/dist/roadtrip/svg/security-color.svg +1 -1
- package/dist/roadtrip/svg/sensor-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-checked-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-click-and-collect-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-express-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-locator-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-locker-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-outline-color.svg +1 -1
- package/dist/roadtrip/svg/shipping-return-color.svg +1 -1
- package/dist/roadtrip/svg/shock-absorber-color.svg +1 -1
- package/dist/roadtrip/svg/shop-color.svg +1 -1
- package/dist/roadtrip/svg/shopping-cart-add-color.svg +1 -1
- package/dist/roadtrip/svg/shopping-cart-sad-color.svg +1 -1
- package/dist/roadtrip/svg/sound-0-outline-color.svg +1 -1
- package/dist/roadtrip/svg/sound-1-outline-color.svg +1 -1
- package/dist/roadtrip/svg/sound-2-outline-color.svg +1 -1
- package/dist/roadtrip/svg/sound-3-outline-color.svg +1 -1
- package/dist/roadtrip/svg/spark-color.svg +1 -1
- package/dist/roadtrip/svg/speak-advice-outline-color.svg +1 -1
- package/dist/roadtrip/svg/speak-outline-color.svg +1 -1
- package/dist/roadtrip/svg/speaker-color.svg +1 -1
- package/dist/roadtrip/svg/station-electric-outline-color.svg +1 -1
- package/dist/roadtrip/svg/steering-control-color.svg +1 -1
- package/dist/roadtrip/svg/steering-control-flat-color.svg +1 -1
- package/dist/roadtrip/svg/steering-control-four-spoke-color.svg +1 -1
- package/dist/roadtrip/svg/style-color.svg +1 -1
- package/dist/roadtrip/svg/time-access-color.svg +1 -1
- package/dist/roadtrip/svg/timer-1h-color.svg +1 -1
- package/dist/roadtrip/svg/timer-2h-color.svg +1 -1
- package/dist/roadtrip/svg/timer-color.svg +1 -1
- package/dist/roadtrip/svg/timer-hourglass-outline-color.svg +1 -1
- package/dist/roadtrip/svg/timing-belt-color.svg +1 -1
- package/dist/roadtrip/svg/tire-all-terrain-color.svg +1 -1
- package/dist/roadtrip/svg/tire-color.svg +1 -1
- package/dist/roadtrip/svg/tire-diameter-color.svg +1 -1
- package/dist/roadtrip/svg/tire-energy-color.svg +1 -1
- package/dist/roadtrip/svg/tire-flat-color.svg +1 -1
- package/dist/roadtrip/svg/tire-hotel-outline-color.svg +1 -1
- package/dist/roadtrip/svg/tire-hub-cap-color.svg +1 -1
- package/dist/roadtrip/svg/tire-ice-color.svg +1 -1
- package/dist/roadtrip/svg/tire-parallelism-color.svg +1 -1
- package/dist/roadtrip/svg/tire-rain-color.svg +1 -1
- package/dist/roadtrip/svg/tire-rim-color.svg +1 -1
- package/dist/roadtrip/svg/tire-sidewall-height-color.svg +1 -1
- package/dist/roadtrip/svg/tire-snow-chain-color.svg +1 -1
- package/dist/roadtrip/svg/tire-snow-color.svg +1 -1
- package/dist/roadtrip/svg/tire-snow-studded-color.svg +1 -1
- package/dist/roadtrip/svg/tire-sound-color.svg +1 -1
- package/dist/roadtrip/svg/tire-sun-color.svg +1 -1
- package/dist/roadtrip/svg/tire-sun-snow-color.svg +1 -1
- package/dist/roadtrip/svg/tire-suspension-color.svg +1 -1
- package/dist/roadtrip/svg/tire-wheel-diameter-color.svg +1 -1
- package/dist/roadtrip/svg/tire-wheel-rim-color.svg +1 -1
- package/dist/roadtrip/svg/tire-wheel-steel-color.svg +1 -1
- package/dist/roadtrip/svg/tire-witdh-color.svg +1 -1
- package/dist/roadtrip/svg/transmission-color.svg +1 -1
- package/dist/roadtrip/svg/trash-bin-color.svg +1 -1
- package/dist/roadtrip/svg/travel-backpack-color.svg +1 -1
- package/dist/roadtrip/svg/travel-bag-color.svg +1 -1
- package/dist/roadtrip/svg/travel-briefcase-color.svg +1 -1
- package/dist/roadtrip/svg/travel-rolling-suitcase-color.svg +1 -1
- package/dist/roadtrip/svg/travel-suitcase-color.svg +1 -1
- package/dist/roadtrip/svg/trick-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-bike-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-bike-electric-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-bike-rack-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-add-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-all-authorize-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-all-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-bodywork-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-checked-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-setting-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-side-tire-behind-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-side-tire-front-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-unknowoutline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-unselected-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-carport-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-delevery-fast-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-delevery-meeting-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-drive-carport-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-drive-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-moto-bike-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-moto-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-roof-box-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-scooter-kick-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-scooter-kick-electric-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-scooter-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-tire-invert-outline-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-workshop-outline-color.svg +1 -1
- package/dist/roadtrip/svg/ventilator-color.svg +1 -1
- package/dist/roadtrip/svg/view-3d-360-color.svg +1 -1
- package/dist/roadtrip/svg/view-3d-360-disabled-color.svg +1 -1
- package/dist/roadtrip/svg/virus-color.svg +1 -1
- package/dist/roadtrip/svg/visibility-off-outline-color.svg +1 -1
- package/dist/roadtrip/svg/visibility-outline-color.svg +1 -1
- package/dist/roadtrip/svg/warehouse-color.svg +1 -1
- package/dist/roadtrip/svg/weather-rain-outline-color.svg +1 -1
- package/dist/roadtrip/svg/wheel-bearings-color.svg +1 -1
- package/dist/roadtrip/svg/wheel-hub-cap-color.svg +1 -1
- package/dist/roadtrip/svg/wheel-rim-color.svg +1 -1
- package/dist/roadtrip/svg/wheel-rim-double-spoke-outline-color.svg +1 -1
- package/dist/roadtrip/svg/wheel-rim-honeycomb-outline-color.svg +1 -1
- package/dist/roadtrip/svg/wheel-rim-multi-spoke-outline-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-back-fluid-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-back-frost-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-back-wiper-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-fluid-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-frost-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wiper-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers-left-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers-right-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers.svg +1 -1
- package/dist/roadtrip/svg/work-order-awaiting-approval-color.svg +1 -1
- package/dist/roadtrip/svg/work-order-check-outline-color.svg +1 -1
- package/dist/roadtrip/svg/work-order-diagnostic-outline-color.svg +1 -1
- package/dist/roadtrip/svg/work-order-pass-maintain-color.svg +1 -1
- package/dist/roadtrip/svg/work-order-view-outline-color.svg +1 -1
- package/dist/roadtrip/svg/work-order-wait-check-outline-color.svg +1 -1
- package/dist/roadtrip/svg/world-color.svg +1 -1
- package/dist/roadtrip/svg/wrench-hand-color.svg +1 -1
- package/dist/roadtrip/svg/wrench-hand-dual-color.svg +1 -1
- package/dist/roadtrip/svg/wrench-outline-color.svg +1 -1
- package/dist/roadtrip/svg/wrench-tools-outline-color.svg +1 -1
- package/dist/roadtrip/svg/zoom-in-color.svg +1 -1
- package/dist/roadtrip/svg/zoom-out-color.svg +1 -1
- package/dist/types/components/accordion/accordion.d.ts +4 -0
- package/dist/types/components/banner/banner.d.ts +32 -0
- package/dist/types/components/button/button.d.ts +2 -3
- package/dist/types/components/checkbox/checkbox.d.ts +8 -0
- package/dist/types/components/flap/flap.d.ts +4 -0
- package/dist/types/components/input/input.d.ts +8 -0
- package/dist/types/components/progress/progress.d.ts +1 -2
- package/dist/types/components/radio/radio.d.ts +4 -0
- package/dist/types/components/radio-group/radio-group.d.ts +4 -0
- package/dist/types/components/select/select.d.ts +4 -0
- package/dist/types/components/textarea/textarea.d.ts +8 -0
- package/dist/types/components/toggle/toggle.d.ts +78 -0
- package/dist/types/components.d.ts +263 -6
- package/icons/icons.svg +1 -1
- package/icons/index.js +351 -351
- package/package.json +1 -1
- package/dist/collection/components/plate-number/fonts/Oswald-Medium.woff2 +0 -0
- package/dist/roadtrip/fonts/Oswald-Medium.woff2 +0 -0
- package/dist/roadtrip/p-01cebe6a.entry.js +0 -1
- package/dist/roadtrip/p-04deac86.system.entry.js +0 -1
- package/dist/roadtrip/p-06921946.system.entry.js +0 -1
- package/dist/roadtrip/p-0cfc0efd.system.entry.js +0 -1
- package/dist/roadtrip/p-0e5cecff.entry.js +0 -1
- package/dist/roadtrip/p-0e645dfb.system.entry.js +0 -1
- package/dist/roadtrip/p-0f532f30.system.entry.js +0 -1
- package/dist/roadtrip/p-1481edc3.entry.js +0 -1
- package/dist/roadtrip/p-1c0851b0.entry.js +0 -1
- package/dist/roadtrip/p-24234448.entry.js +0 -1
- package/dist/roadtrip/p-26b3aa33.system.entry.js +0 -1
- package/dist/roadtrip/p-2740d308.system.entry.js +0 -1
- package/dist/roadtrip/p-287f1612.system.entry.js +0 -1
- package/dist/roadtrip/p-2f2dc4a0.system.entry.js +0 -1
- package/dist/roadtrip/p-354107fa.entry.js +0 -1
- package/dist/roadtrip/p-44576eac.entry.js +0 -1
- package/dist/roadtrip/p-4742a822.system.entry.js +0 -1
- package/dist/roadtrip/p-510a8cc4.system.js +0 -1
- package/dist/roadtrip/p-5bcd3e1f.entry.js +0 -1
- package/dist/roadtrip/p-646e75cf.system.entry.js +0 -1
- package/dist/roadtrip/p-6bc4c517.system.entry.js +0 -1
- package/dist/roadtrip/p-6deb1943.system.entry.js +0 -1
- package/dist/roadtrip/p-6def92c3.entry.js +0 -1
- package/dist/roadtrip/p-7070c8b5.system.entry.js +0 -1
- package/dist/roadtrip/p-7130ff47.entry.js +0 -1
- package/dist/roadtrip/p-7304b650.system.entry.js +0 -1
- package/dist/roadtrip/p-74218654.system.entry.js +0 -1
- package/dist/roadtrip/p-766f8a2a.system.entry.js +0 -1
- package/dist/roadtrip/p-76885294.system.entry.js +0 -1
- package/dist/roadtrip/p-7765931a.system.entry.js +0 -1
- package/dist/roadtrip/p-7fe4f8f3.entry.js +0 -1
- package/dist/roadtrip/p-835d550a.system.entry.js +0 -1
- package/dist/roadtrip/p-8dc74557.system.entry.js +0 -1
- package/dist/roadtrip/p-8e21df57.system.entry.js +0 -1
- package/dist/roadtrip/p-9567d161.entry.js +0 -1
- package/dist/roadtrip/p-9a1a293c.entry.js +0 -1
- package/dist/roadtrip/p-9afcfc7c.system.entry.js +0 -1
- package/dist/roadtrip/p-9dd72bfa.entry.js +0 -1
- package/dist/roadtrip/p-a1168bd5.system.entry.js +0 -1
- package/dist/roadtrip/p-a61e04a1.entry.js +0 -1
- package/dist/roadtrip/p-a7ddae1b.system.entry.js +0 -1
- package/dist/roadtrip/p-a87e8b19.system.entry.js +0 -1
- package/dist/roadtrip/p-a8db6630.system.entry.js +0 -1
- package/dist/roadtrip/p-b0e17e68.entry.js +0 -1
- package/dist/roadtrip/p-b0ec7122.system.entry.js +0 -1
- package/dist/roadtrip/p-b6e60fca.system.entry.js +0 -1
- package/dist/roadtrip/p-bd2a89d4.system.entry.js +0 -1
- package/dist/roadtrip/p-c0429d42.system.entry.js +0 -1
- package/dist/roadtrip/p-c637a847.entry.js +0 -1
- package/dist/roadtrip/p-ced4c451.entry.js +0 -1
- package/dist/roadtrip/p-d5607a82.system.entry.js +0 -1
- package/dist/roadtrip/p-d861032d.system.entry.js +0 -1
- package/dist/roadtrip/p-dcfc236e.entry.js +0 -1
- package/dist/roadtrip/p-e4f0f0d7.entry.js +0 -1
- package/dist/roadtrip/p-e70b2a21.entry.js +0 -1
- package/dist/roadtrip/p-e9a6f1fb.entry.js +0 -1
- package/dist/roadtrip/p-ea45d823.entry.js +0 -1
- package/dist/roadtrip/p-ed2dbf57.entry.js +0 -1
- package/dist/roadtrip/p-f20a3658.entry.js +0 -1
- package/dist/roadtrip/p-f22c63b7.entry.js +0 -1
- package/dist/roadtrip/p-f233746c.system.entry.js +0 -1
- package/dist/roadtrip/p-f4f42d5c.system.entry.js +0 -1
- package/dist/roadtrip/p-f7cd0928.entry.js +0 -1
- package/dist/roadtrip/p-fce355f6.entry.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M9.874,60.2a6.076,6.076,0,0,1-4.3-10.373L34.239,21.167A13.283,13.283,0,0,1,49.475,4.051a2.462,2.462,0,0,1,1.26,4.155l-5.521,5.521,5.12,5.059,5.46-5.522a2.463,2.463,0,0,1,4.155,1.26,13.31,13.31,0,0,1-17.13,15.261L14.171,58.422A6.035,6.035,0,0,1,9.874,60.2ZM47,6.263a10.965,10.965,0,0,0-7.76,3.2A10.778,10.778,0,0,0,36.6,20.417a2.472,2.472,0,0,1-.589,2.517L7.346,51.6a3.574,3.574,0,0,0,0,5.057,3.658,3.658,0,0,0,5.057,0L41.066,27.993a2.467,2.467,0,0,1,2.517-.589A10.808,10.808,0,0,0,57.5,15.01L52.04,20.554a2.459,2.459,0,0,1-3.473,0l-5.121-5.121a2.459,2.459,0,0,1,0-3.472l5.523-5.523A11.062,11.062,0,0,0,47,6.263Z" transform="translate(0.202 0.203)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/><rect width="2.5" height="2.5" transform="translate(11.25 51.482) rotate(45)" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M9.874,60.2a6.076,6.076,0,0,1-4.3-10.373L34.239,21.167A13.283,13.283,0,0,1,49.475,4.051a2.462,2.462,0,0,1,1.26,4.155l-5.521,5.521,5.12,5.059,5.46-5.522a2.463,2.463,0,0,1,4.155,1.26,13.31,13.31,0,0,1-17.13,15.261L14.171,58.422A6.035,6.035,0,0,1,9.874,60.2ZM47,6.263a10.965,10.965,0,0,0-7.76,3.2A10.778,10.778,0,0,0,36.6,20.417a2.472,2.472,0,0,1-.589,2.517L7.346,51.6a3.574,3.574,0,0,0,0,5.057,3.658,3.658,0,0,0,5.057,0L41.066,27.993a2.467,2.467,0,0,1,2.517-.589A10.808,10.808,0,0,0,57.5,15.01L52.04,20.554a2.459,2.459,0,0,1-3.473,0l-5.121-5.121a2.459,2.459,0,0,1,0-3.472l5.523-5.523A11.062,11.062,0,0,0,47,6.263Z" transform="translate(0.202 0.203)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/><rect width="2.5" height="2.5" transform="translate(11.25 51.482) rotate(45)" fill="var(--road-secondary-500, rgb(252, 183, 49))" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-914.922 -748.1)"><path d="M953.127,788.6c-22.753-22.753-22.764-22.764-22.946-22.855l-3.817-1.285-4.607-6.911,2.611-2.611,6.911,4.607L932.5,763.2l.067.163c.092.183.1.194,22.856,22.946l1.767-1.767-22.412-22.412-1.4-4.187-9.329-6.22-5.51,5.51,6.221,9.329,4.186,1.4,22.412,22.412Z"/><rect width="2.5" height="2.5" transform="translate(924.323 801.3) rotate(-45)" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(-914.922 -748.1)"><path d="M953.127,788.6c-22.753-22.753-22.764-22.764-22.946-22.855l-3.817-1.285-4.607-6.911,2.611-2.611,6.911,4.607L932.5,763.2l.067.163c.092.183.1.194,22.856,22.946l1.767-1.767-22.412-22.412-1.4-4.187-9.329-6.22-5.51,5.51,6.221,9.329,4.186,1.4,22.412,22.412Z"/><rect width="2.5" height="2.5" transform="translate(924.323 801.3) rotate(-45)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/><path d="M924.975,808.479a6.075,6.075,0,0,1-4.3-10.371l17.443-17.444,1.768,1.768-17.444,17.444a3.577,3.577,0,0,0,5.058,5.058l17.443-17.444,1.768,1.768L929.271,806.7A6.055,6.055,0,0,1,924.975,808.479Z"/><path d="M956.079,779.9l-1.767-1.768,1.854-1.855a2.47,2.47,0,0,1,2.518-.588,10.809,10.809,0,0,0,13.913-12.4l-5.456,5.543a2.516,2.516,0,0,1-3.475,0l-5.119-5.118a2.459,2.459,0,0,1,0-3.474l5.521-5.521a10.992,10.992,0,0,0-9.725,3.022A10.78,10.78,0,0,0,951.7,768.7a2.471,2.471,0,0,1-.589,2.518l-1.854,1.854-1.768-1.767,1.855-1.855a13.282,13.282,0,0,1,15.235-17.116,2.463,2.463,0,0,1,1.261,4.155l-5.522,5.522,5.121,5.057,5.46-5.52a2.463,2.463,0,0,1,4.155,1.26,13.309,13.309,0,0,1-17.13,15.26Z"/><path d="M970.225,808.481a5.045,5.045,0,0,1-3.591-1.487L956.169,796.53c-1.072-.009-3.536,0-3.537,0l-.812,0-.331-.741c-1.718-3.84-1.718-3.84-1.1-4.462l7.525-7.526c.6-.555.6-.556,4.593.821l.844.291,0,.893s0,2.462,0,3.537l10.463,10.465a5.078,5.078,0,0,1-3.59,8.668Zm-16.005-14.45c2.986,0,3.029.043,3.354.368L968.4,805.227a2.579,2.579,0,0,0,3.647-3.647l-10.827-10.827c-.349-.349-.373-.373-.368-4.053-.644-.221-1.263-.432-1.71-.584L952.76,792.5c.183.415.427.964.679,1.53Z" 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(8.167 7.702)"><path d="M40.6,12.74a19.181,19.181,0,1,0,0,27.124A19.118,19.118,0,0,0,40.6,12.74ZM38.339,37.6a15.984,15.984,0,1,1,0-22.6A15.872,15.872,0,0,1,38.339,37.6Z" transform="translate(-7.854 -7.121)"/><rect width="3.199" height="17.901" transform="translate(33.259 35.526) rotate(-45.032)"/><path d="M9967.832,2468.3v-8.355h-8.5v-3h8.5V2448.3h3v8.646h8.5v3h-8.5v8.355Z" transform="translate(-9949.795 -2439.262)" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(8.167 7.702)"><path d="M40.6,12.74a19.181,19.181,0,1,0,0,27.124A19.118,19.118,0,0,0,40.6,12.74ZM38.339,37.6a15.984,15.984,0,1,1,0-22.6A15.872,15.872,0,0,1,38.339,37.6Z" transform="translate(-7.854 -7.121)"/><rect width="3.199" height="17.901" transform="translate(33.259 35.526) rotate(-45.032)"/><path d="M9967.832,2468.3v-8.355h-8.5v-3h8.5V2448.3h3v8.646h8.5v3h-8.5v8.355Z" transform="translate(-9949.795 -2439.262)" fill="var(--road-secondary-500, rgb(252, 183, 49))" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(8.167 7.702)"><path d="M40.6,12.74a19.181,19.181,0,1,0,0,27.124A19.118,19.118,0,0,0,40.6,12.74ZM38.339,37.6a15.984,15.984,0,1,1,0-22.6A15.872,15.872,0,0,1,38.339,37.6Z" transform="translate(-7.854 -7.121)"/><rect width="3.199" height="17.901" transform="translate(33.259 35.526) rotate(-45.032)"/><rect width="20" height="3" transform="translate(9.183 17.681)" fill="var(--
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g transform="translate(8.167 7.702)"><path d="M40.6,12.74a19.181,19.181,0,1,0,0,27.124A19.118,19.118,0,0,0,40.6,12.74ZM38.339,37.6a15.984,15.984,0,1,1,0-22.6A15.872,15.872,0,0,1,38.339,37.6Z" transform="translate(-7.854 -7.121)"/><rect width="3.199" height="17.901" transform="translate(33.259 35.526) rotate(-45.032)"/><rect width="20" height="3" transform="translate(9.183 17.681)" fill="var(--road-secondary-500, rgb(252, 183, 49))"/></g></svg>
|
|
@@ -8,6 +8,10 @@ export declare class Accordion {
|
|
|
8
8
|
* Set to `true` to open the accordion and to `false` to close it.
|
|
9
9
|
*/
|
|
10
10
|
isOpen: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Set to `true` to remove border the accordion and to `false` to add border it.
|
|
13
|
+
*/
|
|
14
|
+
isLight: boolean;
|
|
11
15
|
/**
|
|
12
16
|
* Toggle the display when clicking header
|
|
13
17
|
*/
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class Banner {
|
|
3
|
+
/**
|
|
4
|
+
* Set `open` property to `true` to open the banner
|
|
5
|
+
*/
|
|
6
|
+
isOpen: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Text display in the banner
|
|
9
|
+
*/
|
|
10
|
+
label: string;
|
|
11
|
+
/**
|
|
12
|
+
* Text Link display in the banner
|
|
13
|
+
*/
|
|
14
|
+
link?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Text Link display in the banner
|
|
17
|
+
*/
|
|
18
|
+
url?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Close the dialog when clicking on the cross or layer
|
|
21
|
+
*/
|
|
22
|
+
private onClick;
|
|
23
|
+
/**
|
|
24
|
+
* Close the banner
|
|
25
|
+
*/
|
|
26
|
+
close(): Promise<void>;
|
|
27
|
+
/**
|
|
28
|
+
* Indicate when closing the banner
|
|
29
|
+
*/
|
|
30
|
+
onClose: EventEmitter<void>;
|
|
31
|
+
render(): any;
|
|
32
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
import './../../utils/polyfill';
|
|
3
|
-
import { Color } from '../../interface';
|
|
4
3
|
/**
|
|
5
4
|
* @slot - Content of the button.
|
|
6
5
|
* @slot start - Left content of the button text, usually for icon.
|
|
@@ -13,11 +12,11 @@ export declare class Button {
|
|
|
13
12
|
/**
|
|
14
13
|
* The color to use from your application's color palette.
|
|
15
14
|
*/
|
|
16
|
-
color?:
|
|
15
|
+
color?: 'primary' | 'secondary' | 'default';
|
|
17
16
|
/**
|
|
18
17
|
* The button size.
|
|
19
18
|
*/
|
|
20
|
-
size?: 'sm' | 'md' | 'lg';
|
|
19
|
+
size?: 'sm' | 'md' | 'lg' | 'xl';
|
|
21
20
|
/**
|
|
22
21
|
* The type of the button.
|
|
23
22
|
*/
|
|
@@ -20,6 +20,10 @@ export declare class Checkbox {
|
|
|
20
20
|
* If `true`, the checkbox is checked.
|
|
21
21
|
*/
|
|
22
22
|
checked: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* If `true`, the checkbox will visually appear as indeterminate.
|
|
25
|
+
*/
|
|
26
|
+
indeterminate: boolean;
|
|
23
27
|
/**
|
|
24
28
|
* If `true`, the user cannot interact with the checkbox.
|
|
25
29
|
*/
|
|
@@ -40,6 +44,10 @@ export declare class Checkbox {
|
|
|
40
44
|
* Error message for the field
|
|
41
45
|
*/
|
|
42
46
|
error?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Helper message for the field
|
|
49
|
+
*/
|
|
50
|
+
helper?: string;
|
|
43
51
|
/**
|
|
44
52
|
* Emitted when the checked property has changed.
|
|
45
53
|
*/
|
|
@@ -85,6 +85,10 @@ export declare class Input {
|
|
|
85
85
|
* The initial size of the control. This value is in pixels unless the value of the type attribute is `"text"` or `"password"`, in which case it is an integer number of characters. This attribute applies only when the `type` attribute is set to `"text"`, `"search"`, `"tel"`, `"url"`, `"email"`, or `"password"`, otherwise it is ignored.
|
|
86
86
|
*/
|
|
87
87
|
size?: number;
|
|
88
|
+
/**
|
|
89
|
+
* The sizes of the input.
|
|
90
|
+
*/
|
|
91
|
+
sizes: 'lg' | 'xl';
|
|
88
92
|
/**
|
|
89
93
|
* The type of control to display. The default type is text.
|
|
90
94
|
*/
|
|
@@ -101,6 +105,10 @@ export declare class Input {
|
|
|
101
105
|
* Error message for the field
|
|
102
106
|
*/
|
|
103
107
|
error?: string;
|
|
108
|
+
/**
|
|
109
|
+
* Helper message for the field
|
|
110
|
+
*/
|
|
111
|
+
helper?: string;
|
|
104
112
|
/**
|
|
105
113
|
* Set the amount of time, in milliseconds, to wait to trigger the `roadChange` event after each keystroke.
|
|
106
114
|
*/
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { FeedbackColors } from '../../interface';
|
|
2
1
|
export declare class ProgressBar {
|
|
3
2
|
/**
|
|
4
3
|
* The value determines how much of the active bar should display.
|
|
@@ -8,6 +7,6 @@ export declare class ProgressBar {
|
|
|
8
7
|
/**
|
|
9
8
|
* The color to use from your application's color palette.
|
|
10
9
|
*/
|
|
11
|
-
color:
|
|
10
|
+
color: 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
12
11
|
render(): any;
|
|
13
12
|
}
|
|
@@ -36,6 +36,10 @@ export declare class RadioGroup {
|
|
|
36
36
|
* Error message for the radio group
|
|
37
37
|
*/
|
|
38
38
|
error?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Helper message for the radio group
|
|
41
|
+
*/
|
|
42
|
+
helper?: string;
|
|
39
43
|
valueChanged(value: any | undefined): void;
|
|
40
44
|
/**
|
|
41
45
|
* Emitted when the value has changed.
|
|
@@ -43,6 +43,10 @@ export declare class Textarea {
|
|
|
43
43
|
* Instructional text that shows before the textarea has a value.
|
|
44
44
|
*/
|
|
45
45
|
placeholder?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The sizes of the input.
|
|
48
|
+
*/
|
|
49
|
+
sizes: 'lg' | 'xl';
|
|
46
50
|
/**
|
|
47
51
|
* If `true`, the user cannot modify the value.
|
|
48
52
|
*/
|
|
@@ -79,6 +83,10 @@ export declare class Textarea {
|
|
|
79
83
|
* Error message for the field
|
|
80
84
|
*/
|
|
81
85
|
error?: string;
|
|
86
|
+
/**
|
|
87
|
+
* Helper message for the field
|
|
88
|
+
*/
|
|
89
|
+
helper?: string;
|
|
82
90
|
/**
|
|
83
91
|
* Update the native textarea element when the value changes
|
|
84
92
|
*/
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import '../../utils/polyfill';
|
|
3
|
+
import { FeedbackColors } from '../../interface';
|
|
4
|
+
export declare class toggle {
|
|
5
|
+
/**
|
|
6
|
+
* The id of toggle
|
|
7
|
+
*/
|
|
8
|
+
toggleId: string;
|
|
9
|
+
/**
|
|
10
|
+
* The name of the control, which is submitted with the form data.
|
|
11
|
+
*/
|
|
12
|
+
name: string;
|
|
13
|
+
/**
|
|
14
|
+
* If `true`, the toggle is checked.
|
|
15
|
+
*/
|
|
16
|
+
checked: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* If `true`, the user cannot interact with the toggle.
|
|
19
|
+
*/
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Label for the field
|
|
23
|
+
*/
|
|
24
|
+
label: string;
|
|
25
|
+
/**
|
|
26
|
+
* Set the color of alert. e.g. info, success, warning, danger
|
|
27
|
+
*/
|
|
28
|
+
color?: 'secondary' | FeedbackColors;
|
|
29
|
+
/**
|
|
30
|
+
* If `true`, the label is at left of the toggle
|
|
31
|
+
*/
|
|
32
|
+
hasLeftLabel: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Add space between label and toggle element
|
|
35
|
+
*/
|
|
36
|
+
isSpaced: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Value the form will get
|
|
39
|
+
*/
|
|
40
|
+
value: string;
|
|
41
|
+
/**
|
|
42
|
+
* Text display for "`on`" state in the toggle lever
|
|
43
|
+
*/
|
|
44
|
+
on: string;
|
|
45
|
+
/**
|
|
46
|
+
* Text display for "`off`" state in the toggle lever
|
|
47
|
+
*/
|
|
48
|
+
off: string;
|
|
49
|
+
/**
|
|
50
|
+
* Emitted when the checked property has changed.
|
|
51
|
+
*/
|
|
52
|
+
roadchange: EventEmitter<{
|
|
53
|
+
checked: boolean;
|
|
54
|
+
value: string | undefined | null;
|
|
55
|
+
}>;
|
|
56
|
+
/** @internal */
|
|
57
|
+
roadChange: EventEmitter<{
|
|
58
|
+
checked: boolean;
|
|
59
|
+
value: string | undefined | null;
|
|
60
|
+
}>;
|
|
61
|
+
/**
|
|
62
|
+
* Emitted when the toggle has focus.
|
|
63
|
+
*/
|
|
64
|
+
roadfocus: EventEmitter<void>;
|
|
65
|
+
/** @internal */
|
|
66
|
+
roadFocus: EventEmitter<void>;
|
|
67
|
+
/**
|
|
68
|
+
* Emitted when the toggle loses focus.
|
|
69
|
+
*/
|
|
70
|
+
roadblur: EventEmitter<void>;
|
|
71
|
+
/** @internal */
|
|
72
|
+
roadBlur: EventEmitter<void>;
|
|
73
|
+
checkedChanged(isChecked: boolean): void;
|
|
74
|
+
private onClick;
|
|
75
|
+
private onFocus;
|
|
76
|
+
private onBlur;
|
|
77
|
+
render(): any;
|
|
78
|
+
}
|