@flitsmeister/design-system 2.2.36 → 3.0.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/README.md +55 -42
- package/dist/fm-button/fm-button-core.d.ts +25 -0
- package/dist/fm-button/fm-button-core.d.ts.map +1 -0
- package/dist/fm-button/fm-button-core.js +23 -0
- package/dist/fm-button/fm-button-core.js.map +1 -0
- package/dist/fm-button/fm-button.d.ts +83 -0
- package/dist/fm-button/fm-button.d.ts.map +1 -0
- package/dist/fm-button/fm-button.js +256 -0
- package/dist/fm-button/fm-button.js.map +1 -0
- package/dist/fm-button/fm-button.style.d.ts +2 -0
- package/dist/fm-button/fm-button.style.d.ts.map +1 -0
- package/dist/fm-button/fm-button.style.js +395 -0
- package/dist/fm-button/fm-button.style.js.map +1 -0
- package/dist/fm-dropdown/fm-dropdown-core.d.ts +34 -0
- package/dist/fm-dropdown/fm-dropdown-core.d.ts.map +1 -0
- package/dist/fm-dropdown/fm-dropdown-core.js +137 -0
- package/dist/fm-dropdown/fm-dropdown-core.js.map +1 -0
- package/dist/fm-dropdown/fm-dropdown-mobile.d.ts +11 -0
- package/dist/fm-dropdown/fm-dropdown-mobile.d.ts.map +1 -0
- package/dist/fm-dropdown/fm-dropdown-mobile.js +47 -0
- package/dist/fm-dropdown/fm-dropdown-mobile.js.map +1 -0
- package/dist/fm-dropdown/fm-dropdown.d.ts +107 -0
- package/dist/fm-dropdown/fm-dropdown.d.ts.map +1 -0
- package/dist/fm-dropdown/fm-dropdown.js +727 -0
- package/dist/fm-dropdown/fm-dropdown.js.map +1 -0
- package/dist/fm-dropdown/fm-dropdown.style.d.ts +2 -0
- package/dist/fm-dropdown/fm-dropdown.style.d.ts.map +1 -0
- package/dist/fm-dropdown/fm-dropdown.style.js +480 -0
- package/dist/fm-dropdown/fm-dropdown.style.js.map +1 -0
- package/dist/fm-icon/all.d.ts +6 -0
- package/dist/fm-icon/all.d.ts.map +1 -0
- package/dist/fm-icon/all.js +11 -0
- package/dist/fm-icon/all.js.map +1 -0
- package/dist/fm-icon/fm-icon.d.ts +47 -0
- package/dist/fm-icon/fm-icon.d.ts.map +1 -0
- package/dist/fm-icon/fm-icon.js +100 -0
- package/dist/fm-icon/fm-icon.js.map +1 -0
- package/dist/fm-icon/fm-icon.style.d.ts +2 -0
- package/dist/fm-icon/fm-icon.style.d.ts.map +1 -0
- package/dist/fm-icon/fm-icon.style.js +102 -0
- package/dist/fm-icon/fm-icon.style.js.map +1 -0
- package/dist/fm-icon/icon-registry.d.ts +4 -0
- package/dist/fm-icon/icon-registry.d.ts.map +1 -0
- package/dist/fm-icon/icon-registry.generated.d.ts +9 -0
- package/dist/fm-icon/icon-registry.generated.d.ts.map +1 -0
- package/dist/fm-icon/icon-registry.generated.js +96 -0
- package/dist/fm-icon/icon-registry.generated.js.map +1 -0
- package/dist/fm-icon/icon-registry.js +11 -0
- package/dist/fm-icon/icon-registry.js.map +1 -0
- package/dist/fm-icon/icons/bold-add.d.ts +5 -0
- package/dist/fm-icon/icons/bold-add.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-add.js +6 -0
- package/dist/fm-icon/icons/bold-add.js.map +1 -0
- package/dist/fm-icon/icons/bold-check.d.ts +5 -0
- package/dist/fm-icon/icons/bold-check.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-check.js +6 -0
- package/dist/fm-icon/icons/bold-check.js.map +1 -0
- package/dist/fm-icon/icons/bold-checkbox-checked.d.ts +5 -0
- package/dist/fm-icon/icons/bold-checkbox-checked.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-checkbox-checked.js +6 -0
- package/dist/fm-icon/icons/bold-checkbox-checked.js.map +1 -0
- package/dist/fm-icon/icons/bold-checkbox-unchecked.d.ts +5 -0
- package/dist/fm-icon/icons/bold-checkbox-unchecked.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-checkbox-unchecked.js +6 -0
- package/dist/fm-icon/icons/bold-checkbox-unchecked.js.map +1 -0
- package/dist/fm-icon/icons/bold-chevron-backward.d.ts +5 -0
- package/dist/fm-icon/icons/bold-chevron-backward.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-chevron-backward.js +6 -0
- package/dist/fm-icon/icons/bold-chevron-backward.js.map +1 -0
- package/dist/fm-icon/icons/bold-chevron-down.d.ts +5 -0
- package/dist/fm-icon/icons/bold-chevron-down.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-chevron-down.js +6 -0
- package/dist/fm-icon/icons/bold-chevron-down.js.map +1 -0
- package/dist/fm-icon/icons/bold-chevron-forward.d.ts +5 -0
- package/dist/fm-icon/icons/bold-chevron-forward.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-chevron-forward.js +6 -0
- package/dist/fm-icon/icons/bold-chevron-forward.js.map +1 -0
- package/dist/fm-icon/icons/bold-chevron-up.d.ts +5 -0
- package/dist/fm-icon/icons/bold-chevron-up.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-chevron-up.js +6 -0
- package/dist/fm-icon/icons/bold-chevron-up.js.map +1 -0
- package/dist/fm-icon/icons/bold-close-1.d.ts +5 -0
- package/dist/fm-icon/icons/bold-close-1.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-close-1.js +6 -0
- package/dist/fm-icon/icons/bold-close-1.js.map +1 -0
- package/dist/fm-icon/icons/bold-close.d.ts +5 -0
- package/dist/fm-icon/icons/bold-close.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-close.js +6 -0
- package/dist/fm-icon/icons/bold-close.js.map +1 -0
- package/dist/fm-icon/icons/bold-dot.d.ts +5 -0
- package/dist/fm-icon/icons/bold-dot.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-dot.js +6 -0
- package/dist/fm-icon/icons/bold-dot.js.map +1 -0
- package/dist/fm-icon/icons/bold-open-external.d.ts +5 -0
- package/dist/fm-icon/icons/bold-open-external.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-open-external.js +6 -0
- package/dist/fm-icon/icons/bold-open-external.js.map +1 -0
- package/dist/fm-icon/icons/bold-prominent-1.d.ts +5 -0
- package/dist/fm-icon/icons/bold-prominent-1.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-prominent-1.js +6 -0
- package/dist/fm-icon/icons/bold-prominent-1.js.map +1 -0
- package/dist/fm-icon/icons/bold-prominent.d.ts +5 -0
- package/dist/fm-icon/icons/bold-prominent.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-prominent.js +6 -0
- package/dist/fm-icon/icons/bold-prominent.js.map +1 -0
- package/dist/fm-icon/icons/bold-question.d.ts +5 -0
- package/dist/fm-icon/icons/bold-question.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-question.js +6 -0
- package/dist/fm-icon/icons/bold-question.js.map +1 -0
- package/dist/fm-icon/icons/bold-remove.d.ts +5 -0
- package/dist/fm-icon/icons/bold-remove.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-remove.js +6 -0
- package/dist/fm-icon/icons/bold-remove.js.map +1 -0
- package/dist/fm-icon/icons/bold-search.d.ts +5 -0
- package/dist/fm-icon/icons/bold-search.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-search.js +6 -0
- package/dist/fm-icon/icons/bold-search.js.map +1 -0
- package/dist/fm-icon/icons/bold-spinner.d.ts +5 -0
- package/dist/fm-icon/icons/bold-spinner.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-spinner.js +6 -0
- package/dist/fm-icon/icons/bold-spinner.js.map +1 -0
- package/dist/fm-icon/icons/bold-warning.d.ts +5 -0
- package/dist/fm-icon/icons/bold-warning.d.ts.map +1 -0
- package/dist/fm-icon/icons/bold-warning.js +6 -0
- package/dist/fm-icon/icons/bold-warning.js.map +1 -0
- package/dist/fm-icon/icons/duotone-check.d.ts +5 -0
- package/dist/fm-icon/icons/duotone-check.d.ts.map +1 -0
- package/dist/fm-icon/icons/duotone-check.js +6 -0
- package/dist/fm-icon/icons/duotone-check.js.map +1 -0
- package/dist/fm-icon/icons/filled-achievements.d.ts +5 -0
- package/dist/fm-icon/icons/filled-achievements.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-achievements.js +6 -0
- package/dist/fm-icon/icons/filled-achievements.js.map +1 -0
- package/dist/fm-icon/icons/filled-add.d.ts +5 -0
- package/dist/fm-icon/icons/filled-add.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-add.js +6 -0
- package/dist/fm-icon/icons/filled-add.js.map +1 -0
- package/dist/fm-icon/icons/filled-app-settings.d.ts +5 -0
- package/dist/fm-icon/icons/filled-app-settings.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-app-settings.js +6 -0
- package/dist/fm-icon/icons/filled-app-settings.js.map +1 -0
- package/dist/fm-icon/icons/filled-calendar.d.ts +5 -0
- package/dist/fm-icon/icons/filled-calendar.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-calendar.js +6 -0
- package/dist/fm-icon/icons/filled-calendar.js.map +1 -0
- package/dist/fm-icon/icons/filled-car-simplified.d.ts +5 -0
- package/dist/fm-icon/icons/filled-car-simplified.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-car-simplified.js +6 -0
- package/dist/fm-icon/icons/filled-car-simplified.js.map +1 -0
- package/dist/fm-icon/icons/filled-check.d.ts +5 -0
- package/dist/fm-icon/icons/filled-check.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-check.js +6 -0
- package/dist/fm-icon/icons/filled-check.js.map +1 -0
- package/dist/fm-icon/icons/filled-clock.d.ts +5 -0
- package/dist/fm-icon/icons/filled-clock.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-clock.js +6 -0
- package/dist/fm-icon/icons/filled-clock.js.map +1 -0
- package/dist/fm-icon/icons/filled-close.d.ts +5 -0
- package/dist/fm-icon/icons/filled-close.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-close.js +6 -0
- package/dist/fm-icon/icons/filled-close.js.map +1 -0
- package/dist/fm-icon/icons/filled-control.d.ts +5 -0
- package/dist/fm-icon/icons/filled-control.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-control.js +6 -0
- package/dist/fm-icon/icons/filled-control.js.map +1 -0
- package/dist/fm-icon/icons/filled-danger.d.ts +5 -0
- package/dist/fm-icon/icons/filled-danger.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-danger.js +6 -0
- package/dist/fm-icon/icons/filled-danger.js.map +1 -0
- package/dist/fm-icon/icons/filled-delete.d.ts +5 -0
- package/dist/fm-icon/icons/filled-delete.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-delete.js +6 -0
- package/dist/fm-icon/icons/filled-delete.js.map +1 -0
- package/dist/fm-icon/icons/filled-deviceOne.d.ts +5 -0
- package/dist/fm-icon/icons/filled-deviceOne.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-deviceOne.js +6 -0
- package/dist/fm-icon/icons/filled-deviceOne.js.map +1 -0
- package/dist/fm-icon/icons/filled-deviceTwo.d.ts +5 -0
- package/dist/fm-icon/icons/filled-deviceTwo.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-deviceTwo.js +6 -0
- package/dist/fm-icon/icons/filled-deviceTwo.js.map +1 -0
- package/dist/fm-icon/icons/filled-disputeFine.d.ts +5 -0
- package/dist/fm-icon/icons/filled-disputeFine.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-disputeFine.js +6 -0
- package/dist/fm-icon/icons/filled-disputeFine.js.map +1 -0
- package/dist/fm-icon/icons/filled-email.d.ts +5 -0
- package/dist/fm-icon/icons/filled-email.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-email.js +6 -0
- package/dist/fm-icon/icons/filled-email.js.map +1 -0
- package/dist/fm-icon/icons/filled-gasPrices.d.ts +5 -0
- package/dist/fm-icon/icons/filled-gasPrices.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-gasPrices.js +6 -0
- package/dist/fm-icon/icons/filled-gasPrices.js.map +1 -0
- package/dist/fm-icon/icons/filled-hazard.d.ts +5 -0
- package/dist/fm-icon/icons/filled-hazard.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-hazard.js +6 -0
- package/dist/fm-icon/icons/filled-hazard.js.map +1 -0
- package/dist/fm-icon/icons/filled-highway.d.ts +5 -0
- package/dist/fm-icon/icons/filled-highway.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-highway.js +6 -0
- package/dist/fm-icon/icons/filled-highway.js.map +1 -0
- package/dist/fm-icon/icons/filled-info.d.ts +5 -0
- package/dist/fm-icon/icons/filled-info.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-info.js +6 -0
- package/dist/fm-icon/icons/filled-info.js.map +1 -0
- package/dist/fm-icon/icons/filled-lock-close.d.ts +5 -0
- package/dist/fm-icon/icons/filled-lock-close.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-lock-close.js +6 -0
- package/dist/fm-icon/icons/filled-lock-close.js.map +1 -0
- package/dist/fm-icon/icons/filled-lock-open.d.ts +5 -0
- package/dist/fm-icon/icons/filled-lock-open.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-lock-open.js +6 -0
- package/dist/fm-icon/icons/filled-lock-open.js.map +1 -0
- package/dist/fm-icon/icons/filled-lock.d.ts +5 -0
- package/dist/fm-icon/icons/filled-lock.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-lock.js +6 -0
- package/dist/fm-icon/icons/filled-lock.js.map +1 -0
- package/dist/fm-icon/icons/filled-microphone.d.ts +5 -0
- package/dist/fm-icon/icons/filled-microphone.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-microphone.js +6 -0
- package/dist/fm-icon/icons/filled-microphone.js.map +1 -0
- package/dist/fm-icon/icons/filled-notificaiton-unread.d.ts +5 -0
- package/dist/fm-icon/icons/filled-notificaiton-unread.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-notificaiton-unread.js +6 -0
- package/dist/fm-icon/icons/filled-notificaiton-unread.js.map +1 -0
- package/dist/fm-icon/icons/filled-notificaiton.d.ts +5 -0
- package/dist/fm-icon/icons/filled-notificaiton.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-notificaiton.js +6 -0
- package/dist/fm-icon/icons/filled-notificaiton.js.map +1 -0
- package/dist/fm-icon/icons/filled-parking.d.ts +5 -0
- package/dist/fm-icon/icons/filled-parking.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-parking.js +6 -0
- package/dist/fm-icon/icons/filled-parking.js.map +1 -0
- package/dist/fm-icon/icons/filled-play.d.ts +5 -0
- package/dist/fm-icon/icons/filled-play.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-play.js +6 -0
- package/dist/fm-icon/icons/filled-play.js.map +1 -0
- package/dist/fm-icon/icons/filled-question.d.ts +5 -0
- package/dist/fm-icon/icons/filled-question.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-question.js +6 -0
- package/dist/fm-icon/icons/filled-question.js.map +1 -0
- package/dist/fm-icon/icons/filled-rating-empty.d.ts +5 -0
- package/dist/fm-icon/icons/filled-rating-empty.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-rating-empty.js +6 -0
- package/dist/fm-icon/icons/filled-rating-empty.js.map +1 -0
- package/dist/fm-icon/icons/filled-rating-full.d.ts +5 -0
- package/dist/fm-icon/icons/filled-rating-full.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-rating-full.js +6 -0
- package/dist/fm-icon/icons/filled-rating-full.js.map +1 -0
- package/dist/fm-icon/icons/filled-rating-half.d.ts +5 -0
- package/dist/fm-icon/icons/filled-rating-half.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-rating-half.js +6 -0
- package/dist/fm-icon/icons/filled-rating-half.js.map +1 -0
- package/dist/fm-icon/icons/filled-remove.d.ts +5 -0
- package/dist/fm-icon/icons/filled-remove.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-remove.js +6 -0
- package/dist/fm-icon/icons/filled-remove.js.map +1 -0
- package/dist/fm-icon/icons/filled-return-location.d.ts +5 -0
- package/dist/fm-icon/icons/filled-return-location.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-return-location.js +6 -0
- package/dist/fm-icon/icons/filled-return-location.js.map +1 -0
- package/dist/fm-icon/icons/filled-support.d.ts +5 -0
- package/dist/fm-icon/icons/filled-support.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-support.js +6 -0
- package/dist/fm-icon/icons/filled-support.js.map +1 -0
- package/dist/fm-icon/icons/filled-toll.d.ts +5 -0
- package/dist/fm-icon/icons/filled-toll.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-toll.js +6 -0
- package/dist/fm-icon/icons/filled-toll.js.map +1 -0
- package/dist/fm-icon/icons/filled-tripHistory.d.ts +5 -0
- package/dist/fm-icon/icons/filled-tripHistory.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-tripHistory.js +6 -0
- package/dist/fm-icon/icons/filled-tripHistory.js.map +1 -0
- package/dist/fm-icon/icons/filled-truck.d.ts +5 -0
- package/dist/fm-icon/icons/filled-truck.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-truck.js +6 -0
- package/dist/fm-icon/icons/filled-truck.js.map +1 -0
- package/dist/fm-icon/icons/filled-user-pin.d.ts +5 -0
- package/dist/fm-icon/icons/filled-user-pin.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-user-pin.js +6 -0
- package/dist/fm-icon/icons/filled-user-pin.js.map +1 -0
- package/dist/fm-icon/icons/filled-user-profile.d.ts +5 -0
- package/dist/fm-icon/icons/filled-user-profile.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-user-profile.js +6 -0
- package/dist/fm-icon/icons/filled-user-profile.js.map +1 -0
- package/dist/fm-icon/icons/filled-warning.d.ts +5 -0
- package/dist/fm-icon/icons/filled-warning.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-warning.js +6 -0
- package/dist/fm-icon/icons/filled-warning.js.map +1 -0
- package/dist/fm-icon/icons/filled-zone-default.d.ts +5 -0
- package/dist/fm-icon/icons/filled-zone-default.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-zone-default.js +6 -0
- package/dist/fm-icon/icons/filled-zone-default.js.map +1 -0
- package/dist/fm-icon/icons/filled-zone-indoor.d.ts +5 -0
- package/dist/fm-icon/icons/filled-zone-indoor.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-zone-indoor.js +6 -0
- package/dist/fm-icon/icons/filled-zone-indoor.js.map +1 -0
- package/dist/fm-icon/icons/filled-zone-street.d.ts +5 -0
- package/dist/fm-icon/icons/filled-zone-street.d.ts.map +1 -0
- package/dist/fm-icon/icons/filled-zone-street.js +6 -0
- package/dist/fm-icon/icons/filled-zone-street.js.map +1 -0
- package/dist/fm-icon/icons/stroke-arrow-Down.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-arrow-Down.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-arrow-Down.js +6 -0
- package/dist/fm-icon/icons/stroke-arrow-Down.js.map +1 -0
- package/dist/fm-icon/icons/stroke-arrow-Up.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-arrow-Up.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-arrow-Up.js +6 -0
- package/dist/fm-icon/icons/stroke-arrow-Up.js.map +1 -0
- package/dist/fm-icon/icons/stroke-arrow-left.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-arrow-left.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-arrow-left.js +6 -0
- package/dist/fm-icon/icons/stroke-arrow-left.js.map +1 -0
- package/dist/fm-icon/icons/stroke-arrow-right.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-arrow-right.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-arrow-right.js +6 -0
- package/dist/fm-icon/icons/stroke-arrow-right.js.map +1 -0
- package/dist/fm-icon/icons/stroke-check.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-check.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-check.js +6 -0
- package/dist/fm-icon/icons/stroke-check.js.map +1 -0
- package/dist/fm-icon/icons/stroke-checkbox-checked.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-checkbox-checked.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-checkbox-checked.js +6 -0
- package/dist/fm-icon/icons/stroke-checkbox-checked.js.map +1 -0
- package/dist/fm-icon/icons/stroke-checkbox-unchecked.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-checkbox-unchecked.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-checkbox-unchecked.js +6 -0
- package/dist/fm-icon/icons/stroke-checkbox-unchecked.js.map +1 -0
- package/dist/fm-icon/icons/stroke-chevron-backward.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-chevron-backward.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-chevron-backward.js +6 -0
- package/dist/fm-icon/icons/stroke-chevron-backward.js.map +1 -0
- package/dist/fm-icon/icons/stroke-chevron-down.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-chevron-down.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-chevron-down.js +6 -0
- package/dist/fm-icon/icons/stroke-chevron-down.js.map +1 -0
- package/dist/fm-icon/icons/stroke-chevron-forward.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-chevron-forward.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-chevron-forward.js +6 -0
- package/dist/fm-icon/icons/stroke-chevron-forward.js.map +1 -0
- package/dist/fm-icon/icons/stroke-chevron-up.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-chevron-up.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-chevron-up.js +6 -0
- package/dist/fm-icon/icons/stroke-chevron-up.js.map +1 -0
- package/dist/fm-icon/icons/stroke-clock.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-clock.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-clock.js +6 -0
- package/dist/fm-icon/icons/stroke-clock.js.map +1 -0
- package/dist/fm-icon/icons/stroke-close-1.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-close-1.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-close-1.js +6 -0
- package/dist/fm-icon/icons/stroke-close-1.js.map +1 -0
- package/dist/fm-icon/icons/stroke-close.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-close.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-close.js +6 -0
- package/dist/fm-icon/icons/stroke-close.js.map +1 -0
- package/dist/fm-icon/icons/stroke-download.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-download.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-download.js +6 -0
- package/dist/fm-icon/icons/stroke-download.js.map +1 -0
- package/dist/fm-icon/icons/stroke-email.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-email.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-email.js +6 -0
- package/dist/fm-icon/icons/stroke-email.js.map +1 -0
- package/dist/fm-icon/icons/stroke-hamburger.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-hamburger.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-hamburger.js +6 -0
- package/dist/fm-icon/icons/stroke-hamburger.js.map +1 -0
- package/dist/fm-icon/icons/stroke-login.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-login.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-login.js +6 -0
- package/dist/fm-icon/icons/stroke-login.js.map +1 -0
- package/dist/fm-icon/icons/stroke-logout.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-logout.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-logout.js +6 -0
- package/dist/fm-icon/icons/stroke-logout.js.map +1 -0
- package/dist/fm-icon/icons/stroke-more.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-more.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-more.js +6 -0
- package/dist/fm-icon/icons/stroke-more.js.map +1 -0
- package/dist/fm-icon/icons/stroke-open-external.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-open-external.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-open-external.js +6 -0
- package/dist/fm-icon/icons/stroke-open-external.js.map +1 -0
- package/dist/fm-icon/icons/stroke-question.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-question.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-question.js +6 -0
- package/dist/fm-icon/icons/stroke-question.js.map +1 -0
- package/dist/fm-icon/icons/stroke-search.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-search.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-search.js +6 -0
- package/dist/fm-icon/icons/stroke-search.js.map +1 -0
- package/dist/fm-icon/icons/stroke-spinner.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-spinner.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-spinner.js +6 -0
- package/dist/fm-icon/icons/stroke-spinner.js.map +1 -0
- package/dist/fm-icon/icons/stroke-warning.d.ts +5 -0
- package/dist/fm-icon/icons/stroke-warning.d.ts.map +1 -0
- package/dist/fm-icon/icons/stroke-warning.js +6 -0
- package/dist/fm-icon/icons/stroke-warning.js.map +1 -0
- package/dist/fm-input/fm-input.d.ts +95 -0
- package/dist/fm-input/fm-input.d.ts.map +1 -0
- package/dist/fm-input/fm-input.js +343 -0
- package/dist/fm-input/fm-input.js.map +1 -0
- package/dist/fm-input/fm-input.style.d.ts +2 -0
- package/dist/fm-input/fm-input.style.d.ts.map +1 -0
- package/dist/fm-input/fm-input.style.js +221 -0
- package/dist/fm-input/fm-input.style.js.map +1 -0
- package/dist/fm-radio-input/fm-radio-input.d.ts +54 -0
- package/dist/fm-radio-input/fm-radio-input.d.ts.map +1 -0
- package/dist/fm-radio-input/fm-radio-input.js +88 -0
- package/dist/fm-radio-input/fm-radio-input.js.map +1 -0
- package/dist/fm-radio-input/fm-radio-input.style.d.ts +2 -0
- package/dist/fm-radio-input/fm-radio-input.style.d.ts.map +1 -0
- package/dist/fm-radio-input/fm-radio-input.style.js +151 -0
- package/dist/fm-radio-input/fm-radio-input.style.js.map +1 -0
- package/dist/fm-segmented-controller/fm-segmented-controller-core.d.ts +22 -0
- package/dist/fm-segmented-controller/fm-segmented-controller-core.d.ts.map +1 -0
- package/dist/fm-segmented-controller/fm-segmented-controller-core.js +64 -0
- package/dist/fm-segmented-controller/fm-segmented-controller-core.js.map +1 -0
- package/dist/fm-segmented-controller/fm-segmented-controller.d.ts +51 -0
- package/dist/fm-segmented-controller/fm-segmented-controller.d.ts.map +1 -0
- package/dist/fm-segmented-controller/fm-segmented-controller.js +166 -0
- package/dist/fm-segmented-controller/fm-segmented-controller.js.map +1 -0
- package/dist/fm-segmented-controller/fm-segmented-controller.style.d.ts +2 -0
- package/dist/fm-segmented-controller/fm-segmented-controller.style.d.ts.map +1 -0
- package/dist/fm-segmented-controller/fm-segmented-controller.style.js +197 -0
- package/dist/fm-segmented-controller/fm-segmented-controller.style.js.map +1 -0
- package/dist/fm-wizard/fm-wizard-core.d.ts +106 -0
- package/dist/fm-wizard/fm-wizard-core.d.ts.map +1 -0
- package/dist/fm-wizard/fm-wizard-core.js +263 -0
- package/dist/fm-wizard/fm-wizard-core.js.map +1 -0
- package/dist/fm-wizard/fm-wizard-node.d.ts +34 -0
- package/dist/fm-wizard/fm-wizard-node.d.ts.map +1 -0
- package/dist/fm-wizard/fm-wizard-node.js +70 -0
- package/dist/fm-wizard/fm-wizard-node.js.map +1 -0
- package/dist/fm-wizard/fm-wizard.d.ts +66 -0
- package/dist/fm-wizard/fm-wizard.d.ts.map +1 -0
- package/dist/fm-wizard/fm-wizard.js +293 -0
- package/dist/fm-wizard/fm-wizard.js.map +1 -0
- package/dist/fm-wizard/fm-wizard.style.d.ts +2 -0
- package/dist/fm-wizard/fm-wizard.style.d.ts.map +1 -0
- package/dist/fm-wizard/fm-wizard.style.js +197 -0
- package/dist/fm-wizard/fm-wizard.style.js.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -0
- package/package.json +104 -67
- package/scripts/build-report.js +92 -0
- package/scripts/enrich-custom-elements-manifest.js +70 -0
- package/scripts/generate-icon-registry.js +80 -0
- package/scripts/install-cli.mjs +157 -0
- package/dist-lib/assets/style-entry-l0sNRNKZ.js +0 -1
- package/dist-lib/flitsmeister-design-system.es.js +0 -506
- package/dist-lib/flitsmeister-design-system.umd.js +0 -1
- package/dist-lib/main.css +0 -2
- package/dist-lib/style.css +0 -1
- package/index.js +0 -4
- package/tokens/schema_exports/fm-design-system/fm-design-system.css +0 -286
- package/tokens/schema_exports/fm-design-system/fm-design-system.json +0 -562
- package/tokens/schema_exports/fm-design-system/fm-design-system.xml +0 -207
- package/tokens/schema_exports/safedrive/safedrive.css +0 -349
- package/tokens/schema_exports/safedrive/safedrive.json +0 -658
- package/tokens/schema_exports/safedrive/safedrive.xml +0 -248
- package/web/components/CookieConsent.vue +0 -115
- package/web/components/Flag.vue +0 -47
- package/web/components/Icon.vue +0 -31
- package/web/components/LanguageSwitcher.vue +0 -77
- package/web/components/PermissionToggle.vue +0 -49
- package/web/components/button-with-loader.vue +0 -26
- package/web/components/fmxButton.vue +0 -287
- package/web/components/fmxDropdown.vue +0 -226
- package/web/components/fmxInput.vue +0 -319
- package/web/components/loader.vue +0 -22
- package/web/components/modal.vue +0 -61
- package/web/components/navbar.vue +0 -72
- package/web/icons/bold/add.svg +0 -3
- package/web/icons/bold/check.svg +0 -3
- package/web/icons/bold/checkbox-checked.svg +0 -4
- package/web/icons/bold/checkbox-unchecked.svg +0 -3
- package/web/icons/bold/chevron-backward.svg +0 -3
- package/web/icons/bold/chevron-down.svg +0 -3
- package/web/icons/bold/chevron-forward.svg +0 -3
- package/web/icons/bold/chevron-up.svg +0 -3
- package/web/icons/bold/close-1.svg +0 -3
- package/web/icons/bold/close.svg +0 -4
- package/web/icons/bold/dot.svg +0 -3
- package/web/icons/bold/open-external.svg +0 -3
- package/web/icons/bold/prominent-1.svg +0 -3
- package/web/icons/bold/prominent.svg +0 -3
- package/web/icons/bold/question.svg +0 -4
- package/web/icons/bold/remove.svg +0 -3
- package/web/icons/bold/search.svg +0 -3
- package/web/icons/bold/spinner.svg +0 -3
- package/web/icons/bold/warning.svg +0 -3
- package/web/icons/duotone/check.svg +0 -4
- package/web/icons/filled/achievements.svg +0 -3
- package/web/icons/filled/add.svg +0 -3
- package/web/icons/filled/app-settings.svg +0 -3
- package/web/icons/filled/calendar.svg +0 -7
- package/web/icons/filled/car-simplified.svg +0 -3
- package/web/icons/filled/check.svg +0 -3
- package/web/icons/filled/clock.svg +0 -3
- package/web/icons/filled/close.svg +0 -3
- package/web/icons/filled/control.svg +0 -7
- package/web/icons/filled/danger.svg +0 -3
- package/web/icons/filled/delete.svg +0 -3
- package/web/icons/filled/deviceOne.svg +0 -3
- package/web/icons/filled/deviceTwo.svg +0 -3
- package/web/icons/filled/disputeFine.svg +0 -3
- package/web/icons/filled/email.svg +0 -3
- package/web/icons/filled/gasPrices.svg +0 -3
- package/web/icons/filled/hazard.svg +0 -3
- package/web/icons/filled/highway.svg +0 -3
- package/web/icons/filled/info.svg +0 -3
- package/web/icons/filled/lock-close.svg +0 -3
- package/web/icons/filled/lock-open.svg +0 -3
- package/web/icons/filled/lock.svg +0 -3
- package/web/icons/filled/microphone.svg +0 -4
- package/web/icons/filled/notificaiton-unread.svg +0 -4
- package/web/icons/filled/notificaiton.svg +0 -3
- package/web/icons/filled/parking.svg +0 -3
- package/web/icons/filled/play.svg +0 -8
- package/web/icons/filled/question.svg +0 -3
- package/web/icons/filled/rating-empty.svg +0 -3
- package/web/icons/filled/rating-full.svg +0 -3
- package/web/icons/filled/rating-half.svg +0 -4
- package/web/icons/filled/remove.svg +0 -3
- package/web/icons/filled/return-location.svg +0 -3
- package/web/icons/filled/support.svg +0 -3
- package/web/icons/filled/toll.svg +0 -3
- package/web/icons/filled/tripHistory.svg +0 -3
- package/web/icons/filled/truck.svg +0 -3
- package/web/icons/filled/user-pin.svg +0 -3
- package/web/icons/filled/user-profile.svg +0 -3
- package/web/icons/filled/warning.svg +0 -3
- package/web/icons/filled/zone-default.svg +0 -3
- package/web/icons/filled/zone-indoor.svg +0 -3
- package/web/icons/filled/zone-street.svg +0 -3
- package/web/icons/stroke/arrow-Down.svg +0 -3
- package/web/icons/stroke/arrow-Up.svg +0 -3
- package/web/icons/stroke/arrow-left.svg +0 -3
- package/web/icons/stroke/arrow-right.svg +0 -3
- package/web/icons/stroke/check.svg +0 -3
- package/web/icons/stroke/checkbox-checked.svg +0 -4
- package/web/icons/stroke/checkbox-unchecked.svg +0 -3
- package/web/icons/stroke/chevron-backward.svg +0 -3
- package/web/icons/stroke/chevron-down.svg +0 -3
- package/web/icons/stroke/chevron-forward.svg +0 -3
- package/web/icons/stroke/chevron-up.svg +0 -3
- package/web/icons/stroke/clock.svg +0 -3
- package/web/icons/stroke/close-1.svg +0 -3
- package/web/icons/stroke/close.svg +0 -4
- package/web/icons/stroke/download.svg +0 -4
- package/web/icons/stroke/email.svg +0 -4
- package/web/icons/stroke/hamburger.svg +0 -3
- package/web/icons/stroke/login.svg +0 -4
- package/web/icons/stroke/logout.svg +0 -3
- package/web/icons/stroke/more.svg +0 -5
- package/web/icons/stroke/open-external.svg +0 -3
- package/web/icons/stroke/question.svg +0 -4
- package/web/icons/stroke/search.svg +0 -3
- package/web/icons/stroke/spinner.svg +0 -3
- package/web/icons/stroke/warning.svg +0 -3
- package/web/index.js +0 -55
- package/web/styles/flashmaster/primitives.json +0 -604
- package/web/styles/flashmaster/sample_fmdx_android.xml +0 -223
- package/web/styles/flashmaster/sample_fmdx_ios.json +0 -265
- package/web/styles/flashmaster.scss +0 -21
- package/web/styles/main.pcss +0 -143
|
@@ -1,207 +0,0 @@
|
|
|
1
|
-
<resources>
|
|
2
|
-
<color name="shape_padding_padding_xxxl">64</color>
|
|
3
|
-
<color name="shape_padding_padding_xxl">48</color>
|
|
4
|
-
<color name="shape_padding_padding_xl">32</color>
|
|
5
|
-
<color name="shape_padding_padding_lg">24</color>
|
|
6
|
-
<color name="shape_padding_padding_md">16</color>
|
|
7
|
-
<color name="shape_padding_padding_sm">12</color>
|
|
8
|
-
<color name="shape_padding_padding_xs">8</color>
|
|
9
|
-
<color name="shape_padding_padding_xxs">4</color>
|
|
10
|
-
<color name="shape_padding_padding_xxxs">2</color>
|
|
11
|
-
<color name="shape_padding_padding_nudge">1</color>
|
|
12
|
-
<color name="shape_padding_padding_none">0</color>
|
|
13
|
-
<color name="shape_size_size_xxxl">96</color>
|
|
14
|
-
<color name="shape_size_size_xxl">80</color>
|
|
15
|
-
<color name="shape_size_size_xl">64</color>
|
|
16
|
-
<color name="shape_size_size_lx">48</color>
|
|
17
|
-
<color name="shape_size_size_lg">40</color>
|
|
18
|
-
<color name="shape_size_size_md">32</color>
|
|
19
|
-
<color name="shape_size_size_sm">24</color>
|
|
20
|
-
<color name="shape_size_size_xs">20</color>
|
|
21
|
-
<color name="shape_size_size_xxs">16</color>
|
|
22
|
-
<color name="shape_size_size_xxxs">8</color>
|
|
23
|
-
<color name="shape_radius_radius_round">9001</color>
|
|
24
|
-
<color name="shape_radius_radius_xxxl">64</color>
|
|
25
|
-
<color name="shape_radius_radius_xxl">48</color>
|
|
26
|
-
<color name="shape_radius_radius_xl">32</color>
|
|
27
|
-
<color name="shape_radius_radius_lg">24</color>
|
|
28
|
-
<color name="shape_radius_radius_md">16</color>
|
|
29
|
-
<color name="shape_radius_radius_sm">12</color>
|
|
30
|
-
<color name="shape_radius_radius_xs">8</color>
|
|
31
|
-
<color name="shape_radius_radius_xxs">4</color>
|
|
32
|
-
<color name="shape_radius_radius_xxxs">2</color>
|
|
33
|
-
<color name="shape_radius_radius_none">0</color>
|
|
34
|
-
<color name="shape_radius_radius_fmx">26.600000381469727</color>
|
|
35
|
-
<color name="shape_radius_radius_fmx_dark">0</color>
|
|
36
|
-
<color name="shape_stroke_with_stroke_none">0</color>
|
|
37
|
-
<color name="shape_stroke_with_stroke_xs">1</color>
|
|
38
|
-
<color name="shape_stroke_with_stroke_sm">2</color>
|
|
39
|
-
<color name="shape_stroke_with_stroke_md">3</color>
|
|
40
|
-
<color name="shape_stroke_with_stroke_lg">8</color>
|
|
41
|
-
<color name="shape_stroke_with_stroke_xl">16</color>
|
|
42
|
-
<color name="shape_spacing">0</color>
|
|
43
|
-
<color name="shape_button_height_button_height_sm">40</color>
|
|
44
|
-
<color name="shape_button_height_button_heigh_md">48</color>
|
|
45
|
-
<color name="shape_button_height_button_height_lg">60</color>
|
|
46
|
-
<color name="shape_button_height_button_height_xl">80</color>
|
|
47
|
-
<color name="shape_button_width_button_width_auto">auto</color>
|
|
48
|
-
<color name="shape_button_width_button_width_min">240</color>
|
|
49
|
-
<color name="shape_button_width_button_width_fill">fill</color>
|
|
50
|
-
<color name="color_surface_neutral_default_highest">#ffffff</color>
|
|
51
|
-
<color name="color_surface_neutral_default_highest_dark">#2b2f32</color>
|
|
52
|
-
<color name="color_surface_neutral_default_higher">#f0f1f2</color>
|
|
53
|
-
<color name="color_surface_neutral_default_higher_dark">#1d1f20</color>
|
|
54
|
-
<color name="color_surface_neutral_default">#e1e3e5</color>
|
|
55
|
-
<color name="color_surface_neutral_default_dark">#161616</color>
|
|
56
|
-
<color name="color_surface_neutral_default_lower">#40464a</color>
|
|
57
|
-
<color name="color_surface_neutral_default_lower_dark">#1d1f20</color>
|
|
58
|
-
<color name="color_surface_neutral_default_lowest">#161616</color>
|
|
59
|
-
<color name="color_surface_neutral_default_lowest_dark">#000000</color>
|
|
60
|
-
<color name="color_surface_brand_brand">#007fe8</color>
|
|
61
|
-
<color name="color_surface_brand_brand_dark">#0086f5</color>
|
|
62
|
-
<color name="color_surface_brand_brand_alt">#d0ebff</color>
|
|
63
|
-
<color name="color_surface_brand_brand_alt_dark">#273744</color>
|
|
64
|
-
<color name="color_surface_brand_pro">#ae61fa</color>
|
|
65
|
-
<color name="color_surface_brand_pro_alt">#f3d9fa</color>
|
|
66
|
-
<color name="color_surface_brand_pro_alt_dark">#862e9c</color>
|
|
67
|
-
<color name="color_surface_brand_pro_plus">#724899</color>
|
|
68
|
-
<color name="color_surface_functional_danger">#f24d4d</color>
|
|
69
|
-
<color name="color_surface_functional_danger_dark">#fa4848</color>
|
|
70
|
-
<color name="color_surface_functional_danger_alt">#ffe3e3</color>
|
|
71
|
-
<color name="color_surface_functional_danger_alt_dark">#492728</color>
|
|
72
|
-
<color name="color_surface_functional_warning">#ff8b17</color>
|
|
73
|
-
<color name="color_surface_functional_warning_dark">#fd7e14</color>
|
|
74
|
-
<color name="color_surface_functional_warning_alt">#ffbe17</color>
|
|
75
|
-
<color name="color_surface_functional_warning_alt_dark">#d9480f</color>
|
|
76
|
-
<color name="color_surface_functional_attention">#ffcc00</color>
|
|
77
|
-
<color name="color_surface_functional_info">#386bff</color>
|
|
78
|
-
<color name="color_surface_functional_info_dark">#2e74ff</color>
|
|
79
|
-
<color name="color_surface_functional_info_alt">#dbe4ff</color>
|
|
80
|
-
<color name="color_surface_functional_info_alt_dark">#364fc7</color>
|
|
81
|
-
<color name="color_surface_functional_success">#39a049</color>
|
|
82
|
-
<color name="color_surface_functional_success_dark">#38a849</color>
|
|
83
|
-
<color name="color_surface_functional_succes_alt">#d3f9d8</color>
|
|
84
|
-
<color name="color_surface_functional_succes_alt_dark">#17401d</color>
|
|
85
|
-
<color name="color_surface_utility_default_higher_opac0">rgba(240, 241, 242, 0)</color>
|
|
86
|
-
<color name="color_surface_utility_default_higher_opac0_dark">rgba(29, 31, 32, 0)</color>
|
|
87
|
-
<color name="color_surface_utility_defautl_opac75">rgba(255, 255, 255, 75)</color>
|
|
88
|
-
<color name="color_surface_utility_defautl_opac75_dark">rgba(0, 0, 0, 75)</color>
|
|
89
|
-
<color name="color_surface_utility_defautl_opac30">rgba(255, 255, 255, 30)</color>
|
|
90
|
-
<color name="color_surface_utility_defautl_opac30_dark">rgba(0, 0, 0, 30)</color>
|
|
91
|
-
<color name="color_surface_utility_scrim_lighter">rgba(0, 0, 0, 10)</color>
|
|
92
|
-
<color name="color_surface_utility_scrim">rgba(0, 0, 0, 66)</color>
|
|
93
|
-
<color name="color_surface_utility_scrim_darker">rgba(0, 0, 0, 85)</color>
|
|
94
|
-
<color name="color_surface_utility_scrim_darker_dark">rgba(0, 0, 0, 66)</color>
|
|
95
|
-
<color name="color_content_neutral_default">#161616</color>
|
|
96
|
-
<color name="color_content_neutral_default_dark">#f0f1f2</color>
|
|
97
|
-
<color name="color_content_neutral_default_alt">#6a747b</color>
|
|
98
|
-
<color name="color_content_neutral_default_alt_dark">#aab1b6</color>
|
|
99
|
-
<color name="color_content_neutral_weak">#cbcfd2</color>
|
|
100
|
-
<color name="color_content_neutral_weak_dark">#6a747b</color>
|
|
101
|
-
<color name="color_content_neutral_label">#ffffff</color>
|
|
102
|
-
<color name="color_content_neutral_label_dark">#f0f1f2</color>
|
|
103
|
-
<color name="color_content_brand_brand">#007fe8</color>
|
|
104
|
-
<color name="color_content_brand_brand_dark">#0086f5</color>
|
|
105
|
-
<color name="color_content_brand_pro">#ae61fa</color>
|
|
106
|
-
<color name="color_content_brand_pro_plus">#724899</color>
|
|
107
|
-
<color name="color_content_functional_warning">#ff8b17</color>
|
|
108
|
-
<color name="color_content_functional_warning_dark">#fe942a</color>
|
|
109
|
-
<color name="color_content_functional_info">#345cce</color>
|
|
110
|
-
<color name="color_content_functional_info_dark">#2e74ff</color>
|
|
111
|
-
<color name="color_content_functional_success">#39a049</color>
|
|
112
|
-
<color name="color_content_functional_success_dark">#38a849</color>
|
|
113
|
-
<color name="color_content_functional_danger">#f24d4d</color>
|
|
114
|
-
<color name="color_content_functional_danger_dark">#fa4848</color>
|
|
115
|
-
<color name="color_content_functional_attention">#ffcc00</color>
|
|
116
|
-
<color name="color_outline_neutral_default">rgba(0, 0, 0, 10)</color>
|
|
117
|
-
<color name="color_outline_neutral_default_dark">rgba(255, 255, 255, 10)</color>
|
|
118
|
-
<color name="color_outline_neutral_default_alt">rgba(0, 0, 0, 66)</color>
|
|
119
|
-
<color name="color_outline_neutral_default_alt_dark">rgba(255, 255, 255, 33)</color>
|
|
120
|
-
<color name="color_outline_neutral_stronger">rgba(0, 0, 0, 66)</color>
|
|
121
|
-
<color name="color_outline_neutral_stronger_dark">rgba(255, 255, 255, 66)</color>
|
|
122
|
-
<color name="color_outline_neutral_strongest">#161616</color>
|
|
123
|
-
<color name="color_outline_neutral_strongest_dark">#f0f1f2</color>
|
|
124
|
-
<color name="color_outline_neutral_inverted">rgba(255, 255, 255, 10)</color>
|
|
125
|
-
<color name="color_outline_neutral_inverted_dark">rgba(0, 0, 0, 10)</color>
|
|
126
|
-
<color name="color_outline_brand_brand">#007fe8</color>
|
|
127
|
-
<color name="color_outline_brand_brand_dark">#0086f5</color>
|
|
128
|
-
<color name="color_outline_functional_danger">#f24d4d</color>
|
|
129
|
-
<color name="color_outline_functional_danger_dark">#fa4848</color>
|
|
130
|
-
<color name="color_outline_functional_danger_alt">#c92a2a</color>
|
|
131
|
-
<color name="color_outline_functional_warning">#ff8b17</color>
|
|
132
|
-
<color name="color_outline_functional_warning_dark">#fe942a</color>
|
|
133
|
-
<color name="color_outline_functional_warning_alt">#e8590c</color>
|
|
134
|
-
<color name="color_outline_functional_success">#39a049</color>
|
|
135
|
-
<color name="color_outline_functional_success_dark">#38a849</color>
|
|
136
|
-
<color name="color_outline_functional_informative">#345cce</color>
|
|
137
|
-
<color name="color_outline_functional_informative_dark">#2e74ff</color>
|
|
138
|
-
<color name="color_outline_functional_avg_speed_check">#364fc7</color>
|
|
139
|
-
<color name="color_special_feature_speedcam">#1eb3ff</color>
|
|
140
|
-
<color name="color_special_feature_avg_speed_check">#386bff</color>
|
|
141
|
-
<color name="color_special_feature_avg_speed_check_dark">#2e74ff</color>
|
|
142
|
-
<color name="color_special_feature_parking">#066cbf</color>
|
|
143
|
-
<color name="color_special_feature_parking_alt">#adcbe4</color>
|
|
144
|
-
<color name="color_special_feature_parking_alt_dark">#273744</color>
|
|
145
|
-
<color name="color_special_feature_police">#0c469e</color>
|
|
146
|
-
<color name="color_special_feature_firetruck">#c92a2a</color>
|
|
147
|
-
<color name="color_special_feature_ambulance">#ffeb12</color>
|
|
148
|
-
<color name="color_special_feature_emergency">#faff12</color>
|
|
149
|
-
<color name="color_special_feature_signal">#9fff53</color>
|
|
150
|
-
<color name="color_special_gradient_gerrit_start">#c2d84d</color>
|
|
151
|
-
<color name="color_special_gradient_gerrit_end">#7db527</color>
|
|
152
|
-
<color name="color_special_gradient_pro_start">#ae40f2</color>
|
|
153
|
-
<color name="color_special_gradient_pro_end">#4f19e9</color>
|
|
154
|
-
<color name="color_special_shadow_shadow_shadow_default">rgba(0, 0, 0, 15)</color>
|
|
155
|
-
<color name="color_special_shadow_shadow_shadow_default_dark">#000000</color>
|
|
156
|
-
<color name="color_system_black">#000000</color>
|
|
157
|
-
<color name="color_system_white">#ffffff</color>
|
|
158
|
-
<color name="color_system_dark">false</color>
|
|
159
|
-
<color name="color_system_dark_dark">true</color>
|
|
160
|
-
<color name="color_system_show_dark">0</color>
|
|
161
|
-
<color name="color_system_show_dark_dark">100</color>
|
|
162
|
-
<color name="color_system_show_light">100</color>
|
|
163
|
-
<color name="color_system_show_light_dark">0</color>
|
|
164
|
-
<color name="color_system_theme">light</color>
|
|
165
|
-
<color name="color_system_theme_dark">dark</color>
|
|
166
|
-
<color name="color_system_utility01">#ff2cac</color>
|
|
167
|
-
<color name="color_system_utility02">#31daec</color>
|
|
168
|
-
<color name="color_system_utility03">#ffbe17</color>
|
|
169
|
-
<color name="color_system_utility04">#10ff7d</color>
|
|
170
|
-
<color name="modifiers_blur_sharpest">2</color>
|
|
171
|
-
<color name="modifiers_blur_sharpest_dark">0</color>
|
|
172
|
-
<color name="modifiers_blur_sharp">4</color>
|
|
173
|
-
<color name="modifiers_blur_sharp_dark">0</color>
|
|
174
|
-
<color name="modifiers_blur_default">8</color>
|
|
175
|
-
<color name="modifiers_blur_default_dark">0</color>
|
|
176
|
-
<color name="modifiers_blur_soft">16</color>
|
|
177
|
-
<color name="modifiers_blur_soft_dark">0</color>
|
|
178
|
-
<color name="modifiers_blur_softer">32</color>
|
|
179
|
-
<color name="modifiers_blur_softer_dark">0</color>
|
|
180
|
-
<color name="modifiers_timing_fastest">0.10000000149011612</color>
|
|
181
|
-
<color name="modifiers_timing_fastest_dark">0</color>
|
|
182
|
-
<color name="modifiers_timing_fast">0.20000000298023224</color>
|
|
183
|
-
<color name="modifiers_timing_fast_dark">0</color>
|
|
184
|
-
<color name="modifiers_timing_default">0.4000000059604645</color>
|
|
185
|
-
<color name="modifiers_timing_default_dark">0</color>
|
|
186
|
-
<color name="modifiers_timing_slow">0.6000000238418579</color>
|
|
187
|
-
<color name="modifiers_timing_slow_dark">0</color>
|
|
188
|
-
<color name="modifiers_timing_slowest">1</color>
|
|
189
|
-
<color name="modifiers_timing_slowest_dark">0</color>
|
|
190
|
-
<color name="modifiers_effects">0</color>
|
|
191
|
-
<color name="modifiers_opacity_faded">10</color>
|
|
192
|
-
<color name="modifiers_opacity_faded_dark">0</color>
|
|
193
|
-
<color name="modifiers_opacity_disabled">20</color>
|
|
194
|
-
<color name="modifiers_opacity_disabled_dark">0</color>
|
|
195
|
-
<color name="modifiers_opacity_default">66</color>
|
|
196
|
-
<color name="modifiers_opacity_default_dark">0</color>
|
|
197
|
-
<color name="modifiers_opacity_pressed">80</color>
|
|
198
|
-
<color name="modifiers_opacity_pressed_dark">0</color>
|
|
199
|
-
<color name="modifiers_opacity_solid">90</color>
|
|
200
|
-
<color name="modifiers_opacity_solid_dark">0</color>
|
|
201
|
-
<color name="modifiers_shadow_higher">10</color>
|
|
202
|
-
<color name="modifiers_shadow_higher_dark">0</color>
|
|
203
|
-
<color name="modifiers_shadow_default">8</color>
|
|
204
|
-
<color name="modifiers_shadow_default_dark">0</color>
|
|
205
|
-
<color name="modifiers_shadow_lower">4</color>
|
|
206
|
-
<color name="modifiers_shadow_lower_dark">0</color>
|
|
207
|
-
</resources>
|
|
@@ -1,349 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--token-shape-padding-padding-xl4: 64;
|
|
3
|
-
--token-shape-padding-padding-xl3: 48;
|
|
4
|
-
--token-shape-padding-padding-xl2: 40;
|
|
5
|
-
--token-shape-padding-padding-xl: 32;
|
|
6
|
-
--token-shape-padding-padding-lg: 24;
|
|
7
|
-
--token-shape-padding-padding-md: 16;
|
|
8
|
-
--token-shape-padding-padding-sm: 12;
|
|
9
|
-
--token-shape-padding-padding-xs: 8;
|
|
10
|
-
--token-shape-padding-padding-xs2: 4;
|
|
11
|
-
--token-shape-padding-padding-xs3: 2;
|
|
12
|
-
--token-shape-padding-padding-nudge: 1;
|
|
13
|
-
--token-shape-padding-padding-none: 0;
|
|
14
|
-
--token-shape-size-size-xl4: 96;
|
|
15
|
-
--token-shape-size-size-xl3: 80;
|
|
16
|
-
--token-shape-size-size-xl2: 64;
|
|
17
|
-
--token-shape-size-size-xl: 48;
|
|
18
|
-
--token-shape-size-size-lg: 40;
|
|
19
|
-
--token-shape-size-size-md: 32;
|
|
20
|
-
--token-shape-size-size-sm: 24;
|
|
21
|
-
--token-shape-size-size-xs: 20;
|
|
22
|
-
--token-shape-size-size-xs2: 16;
|
|
23
|
-
--token-shape-size-size-xs3: 8;
|
|
24
|
-
--token-shape-radius-radius-round: 9001;
|
|
25
|
-
--token-shape-radius-radius-xl4: 64;
|
|
26
|
-
--token-shape-radius-radius-xl3: 48;
|
|
27
|
-
--token-shape-radius-radius-xl2: 40;
|
|
28
|
-
--token-shape-radius-radius-xl: 32;
|
|
29
|
-
--token-shape-radius-radius-lg: 24;
|
|
30
|
-
--token-shape-radius-radius-md: 16;
|
|
31
|
-
--token-shape-radius-radius-sm: 12;
|
|
32
|
-
--token-shape-radius-radius-xs: 8;
|
|
33
|
-
--token-shape-radius-radius-xs2: 4;
|
|
34
|
-
--token-shape-radius-radius-xs3: 2;
|
|
35
|
-
--token-shape-radius-radius-none: 0;
|
|
36
|
-
--token-shape-radius-radius-fmx: 26.600000381469727;
|
|
37
|
-
--token-shape-stroke-with-stroke-none: 0;
|
|
38
|
-
--token-shape-stroke-with-stroke-xs: 1;
|
|
39
|
-
--token-shape-stroke-with-stroke-sm: 2;
|
|
40
|
-
--token-shape-stroke-with-stroke-md: 4;
|
|
41
|
-
--token-shape-stroke-with-stroke-lg: 8;
|
|
42
|
-
--token-shape-stroke-with-stroke-xl: 16;
|
|
43
|
-
--token-shape-spacing: 0;
|
|
44
|
-
--token-shape-button-height-button-height-sm: 40;
|
|
45
|
-
--token-shape-button-height-button-heigh-md: 48;
|
|
46
|
-
--token-shape-button-height-button-height-lg: 60;
|
|
47
|
-
--token-shape-button-height-button-height-xl: 80;
|
|
48
|
-
--token-shape-button-width-button-width-auto: auto;
|
|
49
|
-
--token-shape-button-width-button-width-min: 240;
|
|
50
|
-
--token-shape-button-width-button-width-fill: fill;
|
|
51
|
-
--token-color-surface-neutral-default-highest: #ffffff;
|
|
52
|
-
--token-color-surface-neutral-default-higher: #f0f1f2;
|
|
53
|
-
--token-color-surface-neutral-default: #e1e3e5;
|
|
54
|
-
--token-color-surface-neutral-default-lower: #2b2f32;
|
|
55
|
-
--token-color-surface-neutral-default-lowest: #161616;
|
|
56
|
-
--token-color-surface-brand-default: #007fe8;
|
|
57
|
-
--token-color-surface-brand-default-alt: #d0ebff;
|
|
58
|
-
--token-color-surface-brand-pro: #ae61fa;
|
|
59
|
-
--token-color-surface-brand-pro-alt: #f3d9fa;
|
|
60
|
-
--token-color-surface-brand-pro-plus: #724899;
|
|
61
|
-
--token-color-surface-functional-danger: #f24d4d;
|
|
62
|
-
--token-color-surface-functional-danger-alt: #ffe3e3;
|
|
63
|
-
--token-color-surface-functional-warning: #ff8b17;
|
|
64
|
-
--token-color-surface-functional-warning-alt: #ffbe17;
|
|
65
|
-
--token-color-surface-functional-attention: #ffcc00;
|
|
66
|
-
--token-color-surface-functional-attention-alt: #fff9db;
|
|
67
|
-
--token-color-surface-functional-info: #386bff;
|
|
68
|
-
--token-color-surface-functional-info-alt: #dbe4ff;
|
|
69
|
-
--token-color-surface-functional-success: #39a049;
|
|
70
|
-
--token-color-surface-functional-succes-alt: #d3f9d8;
|
|
71
|
-
--token-color-surface-utility-default-higher-opac0: rgba(240, 241, 242, 0);
|
|
72
|
-
--token-color-surface-utility-defautl-opac75: rgba(255, 255, 255, 0.75);
|
|
73
|
-
--token-color-surface-utility-defautl-opac30: rgba(255, 255, 255, 0.3);
|
|
74
|
-
--token-color-surface-utility-scrim-lighter: rgba(0, 0, 0, 0.1);
|
|
75
|
-
--token-color-surface-utility-scrim: rgba(0, 0, 0, 0.66);
|
|
76
|
-
--token-color-surface-utility-scrim-darker: rgba(0, 0, 0, 0.85);
|
|
77
|
-
--token-color-content-neutral-default: #161616;
|
|
78
|
-
--token-color-content-neutral-default-alt: #6a747b;
|
|
79
|
-
--token-color-content-neutral-weak: #cbcfd2;
|
|
80
|
-
--token-color-content-neutral-label: #ffffff;
|
|
81
|
-
--token-color-content-neutral-label-inverse: #161616;
|
|
82
|
-
--token-color-content-brand-default: #007fe8;
|
|
83
|
-
--token-color-content-brand-pro: #ae61fa;
|
|
84
|
-
--token-color-content-brand-pro-plus: #724899;
|
|
85
|
-
--token-color-content-functional-warning: #ff8b17;
|
|
86
|
-
--token-color-content-functional-info: #345cce;
|
|
87
|
-
--token-color-content-functional-success: #39a049;
|
|
88
|
-
--token-color-content-functional-danger: #f24d4d;
|
|
89
|
-
--token-color-content-functional-attention: #ffcc00;
|
|
90
|
-
--token-color-outline-neutral-default: rgba(0, 0, 0, 0.1);
|
|
91
|
-
--token-color-outline-neutral-default-alt: rgba(0, 0, 0, 0.2);
|
|
92
|
-
--token-color-outline-neutral-stronger: rgba(0, 0, 0, 0.3);
|
|
93
|
-
--token-color-outline-neutral-strongest: #161616;
|
|
94
|
-
--token-color-outline-neutral-inverted: rgba(255, 255, 255, 0.1);
|
|
95
|
-
--token-color-outline-neutral-inverted-strong: #ffffff;
|
|
96
|
-
--token-color-outline-neutral-pin: rgba(0, 0, 0, 0.1);
|
|
97
|
-
--token-color-outline-brand-default: #007fe8;
|
|
98
|
-
--token-color-outline-functional-danger: #f24d4d;
|
|
99
|
-
--token-color-outline-functional-danger-alt: #c92a2a;
|
|
100
|
-
--token-color-outline-functional-warning: #ff8b17;
|
|
101
|
-
--token-color-outline-functional-warning-alt: #e8590c;
|
|
102
|
-
--token-color-outline-functional-success: #39a049;
|
|
103
|
-
--token-color-outline-functional-informative: #345cce;
|
|
104
|
-
--token-color-outline-functional-avg-speed-check: #364fc7;
|
|
105
|
-
--token-color-special-feature-speedtrap: #007fe8;
|
|
106
|
-
--token-color-special-feature-speedcam: #1eb3ff;
|
|
107
|
-
--token-color-special-feature-avg-speed-check: #386bff;
|
|
108
|
-
--token-color-special-feature-parking: #066cbf;
|
|
109
|
-
--token-color-special-feature-parking-alt: #adcbe4;
|
|
110
|
-
--token-color-special-feature-police: #0c469e;
|
|
111
|
-
--token-color-special-feature-firetruck: #c92a2a;
|
|
112
|
-
--token-color-special-feature-ambulance: #ffeb12;
|
|
113
|
-
--token-color-special-feature-emergency: #faff12;
|
|
114
|
-
--token-color-special-feature-signal: #9fff53;
|
|
115
|
-
--token-color-special-feature-default: #ffffff;
|
|
116
|
-
--token-color-special-feature-trafficcam: #e1e3e5;
|
|
117
|
-
--token-color-special-feature-tol: #40464a;
|
|
118
|
-
--token-color-special-gradient-gerrit-start: #c2d84d;
|
|
119
|
-
--token-color-special-gradient-gerrit-end: #7db527;
|
|
120
|
-
--token-color-special-gradient-pro-start: #ae40f2;
|
|
121
|
-
--token-color-special-gradient-pro-end: #4f19e9;
|
|
122
|
-
--token-color-special-road-default: #40464a;
|
|
123
|
-
--token-color-special-road-avg-speed-check: #386bff;
|
|
124
|
-
--token-color-special-road-avg-speed-check-alt: #364fc7;
|
|
125
|
-
--token-color-special-road-danger: #f24d4d;
|
|
126
|
-
--token-color-special-road-danger-alt: #c92a2a;
|
|
127
|
-
--token-color-special-road-warning: #ff8b17;
|
|
128
|
-
--token-color-special-road-warning-alt: #e8590c;
|
|
129
|
-
--token-color-special-road-route: #1eb3ff;
|
|
130
|
-
--token-color-special-road-route-alt: #007fe8;
|
|
131
|
-
--token-color-special-road-route-weak: #aab1b6;
|
|
132
|
-
--token-color-special-road-route-weak-alt: #6a747b;
|
|
133
|
-
--token-color-special-road-route-strong: #6a747b;
|
|
134
|
-
--token-color-special-road-route-strong-alt: #40464a;
|
|
135
|
-
--token-color-special-shadow-shadow-default: rgba(0, 0, 0, 0.15);
|
|
136
|
-
--token-color-system-black: #000000;
|
|
137
|
-
--token-color-system-white: #ffffff;
|
|
138
|
-
--token-color-system-dark: false;
|
|
139
|
-
--token-color-system-color: false;
|
|
140
|
-
--token-color-system-show-dark: 0;
|
|
141
|
-
--token-color-system-show-light: 100;
|
|
142
|
-
--token-color-system-theme: light;
|
|
143
|
-
--token-color-system-utility01: #ff2cac;
|
|
144
|
-
--token-color-system-utility02: #31daec;
|
|
145
|
-
--token-color-system-utility03: #ffbe17;
|
|
146
|
-
--token-color-system-utility04: #10ff7d;
|
|
147
|
-
--token-modifiers-blur-sharpest: 2;
|
|
148
|
-
--token-modifiers-blur-sharp: 4;
|
|
149
|
-
--token-modifiers-blur-default: 8;
|
|
150
|
-
--token-modifiers-blur-soft: 16;
|
|
151
|
-
--token-modifiers-blur-softer: 32;
|
|
152
|
-
--token-modifiers-timing-fastest: 0.10000000149011612;
|
|
153
|
-
--token-modifiers-timing-fast: 0.20000000298023224;
|
|
154
|
-
--token-modifiers-timing-default: 0.4000000059604645;
|
|
155
|
-
--token-modifiers-timing-slow: 0.6000000238418579;
|
|
156
|
-
--token-modifiers-timing-slowest: 1;
|
|
157
|
-
--token-modifiers-effects: 0;
|
|
158
|
-
--token-modifiers-opacity-faded: 10;
|
|
159
|
-
--token-modifiers-opacity-disabled: 20;
|
|
160
|
-
--token-modifiers-opacity-default: 66;
|
|
161
|
-
--token-modifiers-opacity-pressed: 80;
|
|
162
|
-
--token-modifiers-opacity-solid: 90;
|
|
163
|
-
--token-modifiers-shadow-higher: 10;
|
|
164
|
-
--token-modifiers-shadow-default: 8;
|
|
165
|
-
--token-modifiers-shadow-lower: 4;
|
|
166
|
-
}
|
|
167
|
-
:root.dark {
|
|
168
|
-
--token-shape-radius-radius-xl2: 32;
|
|
169
|
-
--token-shape-radius-radius-fmx: 0;
|
|
170
|
-
--token-shape-stroke-with-stroke-md: 3;
|
|
171
|
-
--token-color-surface-neutral-default-highest: #2b2f32;
|
|
172
|
-
--token-color-surface-neutral-default-higher: #1d1f20;
|
|
173
|
-
--token-color-surface-neutral-default: #161616;
|
|
174
|
-
--token-color-surface-neutral-default-lower: #0d0d0d;
|
|
175
|
-
--token-color-surface-neutral-default-lowest: #000000;
|
|
176
|
-
--token-color-surface-brand-default: #0086f5;
|
|
177
|
-
--token-color-surface-brand-default-alt: #273744;
|
|
178
|
-
--token-color-surface-brand-pro-alt: #862e9c;
|
|
179
|
-
--token-color-surface-functional-danger: #fa4848;
|
|
180
|
-
--token-color-surface-functional-danger-alt: #492728;
|
|
181
|
-
--token-color-surface-functional-warning: #fe942a;
|
|
182
|
-
--token-color-surface-functional-warning-alt: #d9480f;
|
|
183
|
-
--token-color-surface-functional-info: #2e74ff;
|
|
184
|
-
--token-color-surface-functional-info-alt: #364fc7;
|
|
185
|
-
--token-color-surface-functional-success: #38a849;
|
|
186
|
-
--token-color-surface-functional-succes-alt: #17401d;
|
|
187
|
-
--token-color-surface-utility-default-higher-opac0: rgba(29, 31, 32, 0);
|
|
188
|
-
--token-color-surface-utility-defautl-opac75: rgba(0, 0, 0, 0.75);
|
|
189
|
-
--token-color-surface-utility-defautl-opac30: rgba(0, 0, 0, 0.3);
|
|
190
|
-
--token-color-surface-utility-scrim-darker: rgba(0, 0, 0, 0.66);
|
|
191
|
-
--token-color-content-neutral-default: #f0f1f2;
|
|
192
|
-
--token-color-content-neutral-default-alt: #aab1b6;
|
|
193
|
-
--token-color-content-neutral-weak: #6a747b;
|
|
194
|
-
--token-color-content-neutral-label: #f0f1f2;
|
|
195
|
-
--token-color-content-neutral-label-inverse: #000000;
|
|
196
|
-
--token-color-content-brand-default: #0086f5;
|
|
197
|
-
--token-color-content-functional-warning: #fe942a;
|
|
198
|
-
--token-color-content-functional-info: #2e74ff;
|
|
199
|
-
--token-color-content-functional-success: #38a849;
|
|
200
|
-
--token-color-content-functional-danger: #fa4848;
|
|
201
|
-
--token-color-outline-neutral-default: rgba(255, 255, 255, 0.1);
|
|
202
|
-
--token-color-outline-neutral-default-alt: rgba(255, 255, 255, 0.2);
|
|
203
|
-
--token-color-outline-neutral-stronger: rgba(255, 255, 255, 0.3);
|
|
204
|
-
--token-color-outline-neutral-strongest: #f0f1f2;
|
|
205
|
-
--token-color-outline-neutral-inverted: rgba(0, 0, 0, 0.1);
|
|
206
|
-
--token-color-outline-neutral-inverted-strong: #000000;
|
|
207
|
-
--token-color-outline-brand-default: #0086f5;
|
|
208
|
-
--token-color-outline-functional-danger: #fa4848;
|
|
209
|
-
--token-color-outline-functional-warning: #fe942a;
|
|
210
|
-
--token-color-outline-functional-success: #38a849;
|
|
211
|
-
--token-color-outline-functional-informative: #2e74ff;
|
|
212
|
-
--token-color-special-feature-avg-speed-check: #2e74ff;
|
|
213
|
-
--token-color-special-feature-parking-alt: #273744;
|
|
214
|
-
--token-color-special-feature-default: #40464a;
|
|
215
|
-
--token-color-special-feature-trafficcam: #40464a;
|
|
216
|
-
--token-color-special-feature-tol: #6a747b;
|
|
217
|
-
--token-color-special-road-default: #6a747b;
|
|
218
|
-
--token-color-special-road-avg-speed-check: #2e74ff;
|
|
219
|
-
--token-color-special-road-danger: #fa4848;
|
|
220
|
-
--token-color-special-road-warning: #fe942a;
|
|
221
|
-
--token-color-special-road-route-alt: #0086f5;
|
|
222
|
-
--token-color-special-road-route-weak: #6a747b;
|
|
223
|
-
--token-color-special-road-route-weak-alt: #40464a;
|
|
224
|
-
--token-color-special-road-route-strong: #aab1b6;
|
|
225
|
-
--token-color-special-road-route-strong-alt: #6a747b;
|
|
226
|
-
--token-color-special-shadow-shadow-default: rgba(0, 0, 0, 0.3);
|
|
227
|
-
--token-color-system-dark: true;
|
|
228
|
-
--token-color-system-color: true;
|
|
229
|
-
--token-color-system-show-dark: 100;
|
|
230
|
-
--token-color-system-show-light: 0;
|
|
231
|
-
--token-color-system-theme: dark;
|
|
232
|
-
--token-modifiers-blur-sharpest: 0;
|
|
233
|
-
--token-modifiers-blur-sharp: 0;
|
|
234
|
-
--token-modifiers-blur-default: 0;
|
|
235
|
-
--token-modifiers-blur-soft: 0;
|
|
236
|
-
--token-modifiers-blur-softer: 0;
|
|
237
|
-
--token-modifiers-timing-fastest: 0;
|
|
238
|
-
--token-modifiers-timing-fast: 0;
|
|
239
|
-
--token-modifiers-timing-default: 0;
|
|
240
|
-
--token-modifiers-timing-slow: 0;
|
|
241
|
-
--token-modifiers-timing-slowest: 0;
|
|
242
|
-
--token-modifiers-opacity-faded: 0;
|
|
243
|
-
--token-modifiers-opacity-disabled: 0;
|
|
244
|
-
--token-modifiers-opacity-default: 0;
|
|
245
|
-
--token-modifiers-opacity-pressed: 0;
|
|
246
|
-
--token-modifiers-opacity-solid: 0;
|
|
247
|
-
--token-modifiers-shadow-higher: 0;
|
|
248
|
-
--token-modifiers-shadow-default: 0;
|
|
249
|
-
--token-modifiers-shadow-lower: 0;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
@theme {
|
|
253
|
-
--color-surface-neutral-default-highest: var(--token-color-surface-neutral-default-highest);
|
|
254
|
-
--color-surface-neutral-default-higher: var(--token-color-surface-neutral-default-higher);
|
|
255
|
-
--color-surface-neutral-default: var(--token-color-surface-neutral-default);
|
|
256
|
-
--color-surface-neutral-default-lower: var(--token-color-surface-neutral-default-lower);
|
|
257
|
-
--color-surface-neutral-default-lowest: var(--token-color-surface-neutral-default-lowest);
|
|
258
|
-
--color-surface-brand-default: var(--token-color-surface-brand-default);
|
|
259
|
-
--color-surface-brand-default-alt: var(--token-color-surface-brand-default-alt);
|
|
260
|
-
--color-surface-brand-pro: var(--token-color-surface-brand-pro);
|
|
261
|
-
--color-surface-brand-pro-alt: var(--token-color-surface-brand-pro-alt);
|
|
262
|
-
--color-surface-brand-pro-plus: var(--token-color-surface-brand-pro-plus);
|
|
263
|
-
--color-surface-functional-danger: var(--token-color-surface-functional-danger);
|
|
264
|
-
--color-surface-functional-danger-alt: var(--token-color-surface-functional-danger-alt);
|
|
265
|
-
--color-surface-functional-warning: var(--token-color-surface-functional-warning);
|
|
266
|
-
--color-surface-functional-warning-alt: var(--token-color-surface-functional-warning-alt);
|
|
267
|
-
--color-surface-functional-attention: var(--token-color-surface-functional-attention);
|
|
268
|
-
--color-surface-functional-attention-alt: var(--token-color-surface-functional-attention-alt);
|
|
269
|
-
--color-surface-functional-info: var(--token-color-surface-functional-info);
|
|
270
|
-
--color-surface-functional-info-alt: var(--token-color-surface-functional-info-alt);
|
|
271
|
-
--color-surface-functional-success: var(--token-color-surface-functional-success);
|
|
272
|
-
--color-surface-functional-succes-alt: var(--token-color-surface-functional-succes-alt);
|
|
273
|
-
--color-surface-utility-default-higher-opac0: var(--token-color-surface-utility-default-higher-opac0);
|
|
274
|
-
--color-surface-utility-defautl-opac75: var(--token-color-surface-utility-defautl-opac75);
|
|
275
|
-
--color-surface-utility-defautl-opac30: var(--token-color-surface-utility-defautl-opac30);
|
|
276
|
-
--color-surface-utility-scrim-lighter: var(--token-color-surface-utility-scrim-lighter);
|
|
277
|
-
--color-surface-utility-scrim: var(--token-color-surface-utility-scrim);
|
|
278
|
-
--color-surface-utility-scrim-darker: var(--token-color-surface-utility-scrim-darker);
|
|
279
|
-
--color-content-neutral-default: var(--token-color-content-neutral-default);
|
|
280
|
-
--color-content-neutral-default-alt: var(--token-color-content-neutral-default-alt);
|
|
281
|
-
--color-content-neutral-weak: var(--token-color-content-neutral-weak);
|
|
282
|
-
--color-content-neutral-label: var(--token-color-content-neutral-label);
|
|
283
|
-
--color-content-neutral-label-inverse: var(--token-color-content-neutral-label-inverse);
|
|
284
|
-
--color-content-brand-default: var(--token-color-content-brand-default);
|
|
285
|
-
--color-content-brand-pro: var(--token-color-content-brand-pro);
|
|
286
|
-
--color-content-brand-pro-plus: var(--token-color-content-brand-pro-plus);
|
|
287
|
-
--color-content-functional-warning: var(--token-color-content-functional-warning);
|
|
288
|
-
--color-content-functional-info: var(--token-color-content-functional-info);
|
|
289
|
-
--color-content-functional-success: var(--token-color-content-functional-success);
|
|
290
|
-
--color-content-functional-danger: var(--token-color-content-functional-danger);
|
|
291
|
-
--color-content-functional-attention: var(--token-color-content-functional-attention);
|
|
292
|
-
--color-outline-neutral-default: var(--token-color-outline-neutral-default);
|
|
293
|
-
--color-outline-neutral-default-alt: var(--token-color-outline-neutral-default-alt);
|
|
294
|
-
--color-outline-neutral-stronger: var(--token-color-outline-neutral-stronger);
|
|
295
|
-
--color-outline-neutral-strongest: var(--token-color-outline-neutral-strongest);
|
|
296
|
-
--color-outline-neutral-inverted: var(--token-color-outline-neutral-inverted);
|
|
297
|
-
--color-outline-neutral-inverted-strong: var(--token-color-outline-neutral-inverted-strong);
|
|
298
|
-
--color-outline-neutral-pin: var(--token-color-outline-neutral-pin);
|
|
299
|
-
--color-outline-brand-default: var(--token-color-outline-brand-default);
|
|
300
|
-
--color-outline-functional-danger: var(--token-color-outline-functional-danger);
|
|
301
|
-
--color-outline-functional-danger-alt: var(--token-color-outline-functional-danger-alt);
|
|
302
|
-
--color-outline-functional-warning: var(--token-color-outline-functional-warning);
|
|
303
|
-
--color-outline-functional-warning-alt: var(--token-color-outline-functional-warning-alt);
|
|
304
|
-
--color-outline-functional-success: var(--token-color-outline-functional-success);
|
|
305
|
-
--color-outline-functional-informative: var(--token-color-outline-functional-informative);
|
|
306
|
-
--color-outline-functional-avg-speed-check: var(--token-color-outline-functional-avg-speed-check);
|
|
307
|
-
--color-special-feature-speedtrap: var(--token-color-special-feature-speedtrap);
|
|
308
|
-
--color-special-feature-speedcam: var(--token-color-special-feature-speedcam);
|
|
309
|
-
--color-special-feature-avg-speed-check: var(--token-color-special-feature-avg-speed-check);
|
|
310
|
-
--color-special-feature-parking: var(--token-color-special-feature-parking);
|
|
311
|
-
--color-special-feature-parking-alt: var(--token-color-special-feature-parking-alt);
|
|
312
|
-
--color-special-feature-police: var(--token-color-special-feature-police);
|
|
313
|
-
--color-special-feature-firetruck: var(--token-color-special-feature-firetruck);
|
|
314
|
-
--color-special-feature-ambulance: var(--token-color-special-feature-ambulance);
|
|
315
|
-
--color-special-feature-emergency: var(--token-color-special-feature-emergency);
|
|
316
|
-
--color-special-feature-signal: var(--token-color-special-feature-signal);
|
|
317
|
-
--color-special-feature-default: var(--token-color-special-feature-default);
|
|
318
|
-
--color-special-feature-trafficcam: var(--token-color-special-feature-trafficcam);
|
|
319
|
-
--color-special-feature-tol: var(--token-color-special-feature-tol);
|
|
320
|
-
--color-special-gradient-gerrit-start: var(--token-color-special-gradient-gerrit-start);
|
|
321
|
-
--color-special-gradient-gerrit-end: var(--token-color-special-gradient-gerrit-end);
|
|
322
|
-
--color-special-gradient-pro-start: var(--token-color-special-gradient-pro-start);
|
|
323
|
-
--color-special-gradient-pro-end: var(--token-color-special-gradient-pro-end);
|
|
324
|
-
--color-special-road-default: var(--token-color-special-road-default);
|
|
325
|
-
--color-special-road-avg-speed-check: var(--token-color-special-road-avg-speed-check);
|
|
326
|
-
--color-special-road-avg-speed-check-alt: var(--token-color-special-road-avg-speed-check-alt);
|
|
327
|
-
--color-special-road-danger: var(--token-color-special-road-danger);
|
|
328
|
-
--color-special-road-danger-alt: var(--token-color-special-road-danger-alt);
|
|
329
|
-
--color-special-road-warning: var(--token-color-special-road-warning);
|
|
330
|
-
--color-special-road-warning-alt: var(--token-color-special-road-warning-alt);
|
|
331
|
-
--color-special-road-route: var(--token-color-special-road-route);
|
|
332
|
-
--color-special-road-route-alt: var(--token-color-special-road-route-alt);
|
|
333
|
-
--color-special-road-route-weak: var(--token-color-special-road-route-weak);
|
|
334
|
-
--color-special-road-route-weak-alt: var(--token-color-special-road-route-weak-alt);
|
|
335
|
-
--color-special-road-route-strong: var(--token-color-special-road-route-strong);
|
|
336
|
-
--color-special-road-route-strong-alt: var(--token-color-special-road-route-strong-alt);
|
|
337
|
-
--color-special-shadow-shadow-default: var(--token-color-special-shadow-shadow-default);
|
|
338
|
-
--color-system-black: var(--token-color-system-black);
|
|
339
|
-
--color-system-white: var(--token-color-system-white);
|
|
340
|
-
--color-system-dark: var(--token-color-system-dark);
|
|
341
|
-
--color-system-color: var(--token-color-system-color);
|
|
342
|
-
--color-system-show-dark: var(--token-color-system-show-dark);
|
|
343
|
-
--color-system-show-light: var(--token-color-system-show-light);
|
|
344
|
-
--color-system-theme: var(--token-color-system-theme);
|
|
345
|
-
--color-system-utility01: var(--token-color-system-utility01);
|
|
346
|
-
--color-system-utility02: var(--token-color-system-utility02);
|
|
347
|
-
--color-system-utility03: var(--token-color-system-utility03);
|
|
348
|
-
--color-system-utility04: var(--token-color-system-utility04);
|
|
349
|
-
}
|