@mrfylke/contact-form 0.1.3
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/lib/ContactFormRoot.d.ts +37 -0
- package/lib/ContactFormRoot.d.ts.map +1 -0
- package/lib/ContactFormRoot.js +53 -0
- package/lib/commoneEvents.d.ts +16 -0
- package/lib/commoneEvents.d.ts.map +1 -0
- package/lib/commoneEvents.js +4 -0
- package/lib/components/button/button.d.ts +17 -0
- package/lib/components/button/button.d.ts.map +1 -0
- package/lib/components/button/button.js +15 -0
- package/lib/components/button/button.module.css +399 -0
- package/lib/components/button/index.d.ts +5 -0
- package/lib/components/button/index.d.ts.map +1 -0
- package/lib/components/button/index.js +10 -0
- package/lib/components/button/link.d.ts +27 -0
- package/lib/components/button/link.d.ts.map +1 -0
- package/lib/components/button/link.js +19 -0
- package/lib/components/button/utils.d.ts +69 -0
- package/lib/components/button/utils.d.ts.map +1 -0
- package/lib/components/button/utils.js +33 -0
- package/lib/components/checkbox/checkbox.d.ts +13 -0
- package/lib/components/checkbox/checkbox.d.ts.map +1 -0
- package/lib/components/checkbox/checkbox.js +23 -0
- package/lib/components/checkbox/checkbox.module.css +96 -0
- package/lib/components/checkbox/index.d.ts +3 -0
- package/lib/components/checkbox/index.d.ts.map +1 -0
- package/lib/components/checkbox/index.js +8 -0
- package/lib/components/error-message/error-message.d.ts +6 -0
- package/lib/components/error-message/error-message.d.ts.map +1 -0
- package/lib/components/error-message/error-message.js +13 -0
- package/lib/components/error-message/error-message.module.css +6 -0
- package/lib/components/error-message/index.d.ts +3 -0
- package/lib/components/error-message/index.d.ts.map +1 -0
- package/lib/components/error-message/index.js +8 -0
- package/lib/components/external-link-page.d.ts +14 -0
- package/lib/components/external-link-page.d.ts.map +1 -0
- package/lib/components/external-link-page.js +27 -0
- package/lib/components/external-link-page.module.css +29 -0
- package/lib/components/form/date-selector.d.ts +11 -0
- package/lib/components/form/date-selector.d.ts.map +1 -0
- package/lib/components/form/date-selector.js +21 -0
- package/lib/components/form/description-modal.d.ts +13 -0
- package/lib/components/form/description-modal.d.ts.map +1 -0
- package/lib/components/form/description-modal.js +43 -0
- package/lib/components/form/field-wrapper-with-error/index.d.ts +8 -0
- package/lib/components/form/field-wrapper-with-error/index.d.ts.map +1 -0
- package/lib/components/form/field-wrapper-with-error/index.js +12 -0
- package/lib/components/form/fieldset/fieldset.module.css +26 -0
- package/lib/components/form/fieldset/index.d.ts +8 -0
- package/lib/components/form/fieldset/index.d.ts.map +1 -0
- package/lib/components/form/fieldset/index.js +17 -0
- package/lib/components/form/file-input.d.ts +10 -0
- package/lib/components/form/file-input.d.ts.map +1 -0
- package/lib/components/form/file-input.js +68 -0
- package/lib/components/form/form-component-label/form-component-label.module.css +10 -0
- package/lib/components/form/form-component-label/index.d.ts +9 -0
- package/lib/components/form/form-component-label/index.d.ts.map +1 -0
- package/lib/components/form/form-component-label/index.js +18 -0
- package/lib/components/form/form.module.css +573 -0
- package/lib/components/form/index.d.ts +11 -0
- package/lib/components/form/index.d.ts.map +1 -0
- package/lib/components/form/index.js +28 -0
- package/lib/components/form/input.d.ts +17 -0
- package/lib/components/form/input.d.ts.map +1 -0
- package/lib/components/form/input.js +42 -0
- package/lib/components/form/radio.d.ts +7 -0
- package/lib/components/form/radio.d.ts.map +1 -0
- package/lib/components/form/radio.js +14 -0
- package/lib/components/form/searchable-select/index.d.ts +3 -0
- package/lib/components/form/searchable-select/index.d.ts.map +1 -0
- package/lib/components/form/searchable-select/index.js +11 -0
- package/lib/components/form/searchable-select/searchable-select.d.ts +18 -0
- package/lib/components/form/searchable-select/searchable-select.d.ts.map +1 -0
- package/lib/components/form/searchable-select/searchable-select.js +55 -0
- package/lib/components/form/searchable-select/utils.d.ts +5 -0
- package/lib/components/form/searchable-select/utils.d.ts.map +1 -0
- package/lib/components/form/searchable-select/utils.js +19 -0
- package/lib/components/form/select.d.ts +15 -0
- package/lib/components/form/select.d.ts.map +1 -0
- package/lib/components/form/select.js +22 -0
- package/lib/components/form/textarea.d.ts +11 -0
- package/lib/components/form/textarea.d.ts.map +1 -0
- package/lib/components/form/textarea.js +17 -0
- package/lib/components/form/time-selector.d.ts +11 -0
- package/lib/components/form/time-selector.d.ts.map +1 -0
- package/lib/components/form/time-selector.js +22 -0
- package/lib/components/icon/checkbox-icon.d.ts +14 -0
- package/lib/components/icon/checkbox-icon.d.ts.map +1 -0
- package/lib/components/icon/checkbox-icon.js +18 -0
- package/lib/components/icon/color-icon.d.ts +17 -0
- package/lib/components/icon/color-icon.d.ts.map +1 -0
- package/lib/components/icon/color-icon.js +27 -0
- package/lib/components/icon/generated-icons.d.ts +1797 -0
- package/lib/components/icon/generated-icons.d.ts.map +1 -0
- package/lib/components/icon/generated-icons.js +1782 -0
- package/lib/components/icon/icon-wrapper.d.ts +30 -0
- package/lib/components/icon/icon-wrapper.d.ts.map +1 -0
- package/lib/components/icon/icon-wrapper.js +39 -0
- package/lib/components/icon/illustration.d.ts +7 -0
- package/lib/components/icon/illustration.d.ts.map +1 -0
- package/lib/components/icon/illustration.js +25 -0
- package/lib/components/icon/image.d.ts +7 -0
- package/lib/components/icon/image.d.ts.map +1 -0
- package/lib/components/icon/image.js +26 -0
- package/lib/components/icon/index.d.ts +6 -0
- package/lib/components/icon/index.d.ts.map +1 -0
- package/lib/components/icon/index.js +20 -0
- package/lib/components/icon/mono-icon-new.d.ts +32 -0
- package/lib/components/icon/mono-icon-new.d.ts.map +1 -0
- package/lib/components/icon/mono-icon-new.js +43 -0
- package/lib/components/icon/mono-icon.d.ts +29 -0
- package/lib/components/icon/mono-icon.d.ts.map +1 -0
- package/lib/components/icon/mono-icon.js +39 -0
- package/lib/components/icon/utils.d.ts +3 -0
- package/lib/components/icon/utils.d.ts.map +1 -0
- package/lib/components/icon/utils.js +12 -0
- package/lib/components/index.d.ts +3 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +18 -0
- package/lib/components/loading/index.d.ts +15 -0
- package/lib/components/loading/index.d.ts.map +1 -0
- package/lib/components/loading/index.js +19 -0
- package/lib/components/loading/loading.module.css +17 -0
- package/lib/components/section-card/index.d.ts +2 -0
- package/lib/components/section-card/index.d.ts.map +1 -0
- package/lib/components/section-card/index.js +8 -0
- package/lib/components/section-card/section-card.d.ts +7 -0
- package/lib/components/section-card/section-card.d.ts.map +1 -0
- package/lib/components/section-card/section-card.js +14 -0
- package/lib/components/section-card/section-card.module.css +15 -0
- package/lib/components/typography/index.d.ts +19 -0
- package/lib/components/typography/index.d.ts.map +1 -0
- package/lib/components/typography/index.js +27 -0
- package/lib/components/typography/utils.d.ts +2 -0
- package/lib/components/typography/utils.d.ts.map +1 -0
- package/lib/components/typography/utils.js +4 -0
- package/lib/contact.module.css +76 -0
- package/lib/error-content/error-content.d.ts +2 -0
- package/lib/error-content/error-content.d.ts.map +1 -0
- package/lib/error-content/error-content.js +19 -0
- package/lib/error-content/error-content.module.css +11 -0
- package/lib/group-travel/index.d.ts +2 -0
- package/lib/group-travel/index.d.ts.map +1 -0
- package/lib/group-travel/index.js +15 -0
- package/lib/index.d.ts +25 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +73 -0
- package/lib/journey-info/events.d.ts +14 -0
- package/lib/journey-info/events.d.ts.map +1 -0
- package/lib/journey-info/events.js +5 -0
- package/lib/journey-info/index.d.ts +2 -0
- package/lib/journey-info/index.d.ts.map +1 -0
- package/lib/journey-info/index.js +66 -0
- package/lib/journey-info/journeyInfoStateMachine.d.ts +179 -0
- package/lib/journey-info/journeyInfoStateMachine.d.ts.map +1 -0
- package/lib/journey-info/journeyInfoStateMachine.js +160 -0
- package/lib/layouts/contact-form-container.d.ts +10 -0
- package/lib/layouts/contact-form-container.d.ts.map +1 -0
- package/lib/layouts/contact-form-container.js +12 -0
- package/lib/layouts/contact-form-footer.d.ts +5 -0
- package/lib/layouts/contact-form-footer.d.ts.map +1 -0
- package/lib/layouts/contact-form-footer.js +59 -0
- package/lib/layouts/contact-form-header.d.ts +9 -0
- package/lib/layouts/contact-form-header.d.ts.map +1 -0
- package/lib/layouts/contact-form-header.js +45 -0
- package/lib/layouts/contact-page-layout.d.ts +24 -0
- package/lib/layouts/contact-page-layout.d.ts.map +1 -0
- package/lib/layouts/contact-page-layout.js +104 -0
- package/lib/layouts/container.module.css +15 -0
- package/lib/layouts/footer.module.css +109 -0
- package/lib/layouts/header.module.css +39 -0
- package/lib/layouts/index.d.ts +3 -0
- package/lib/layouts/index.d.ts.map +1 -0
- package/lib/layouts/index.js +11 -0
- package/lib/layouts/layout.module.css +80 -0
- package/lib/lines/use-lines.d.ts +25 -0
- package/lib/lines/use-lines.d.ts.map +1 -0
- package/lib/lines/use-lines.js +77 -0
- package/lib/lost-property/index.d.ts +2 -0
- package/lib/lost-property/index.d.ts.map +1 -0
- package/lib/lost-property/index.js +11 -0
- package/lib/means-of-transport/events.d.ts +17 -0
- package/lib/means-of-transport/events.d.ts.map +1 -0
- package/lib/means-of-transport/events.js +5 -0
- package/lib/means-of-transport/forms/delayForm.d.ts +11 -0
- package/lib/means-of-transport/forms/delayForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/delayForm.js +88 -0
- package/lib/means-of-transport/forms/driverForm.d.ts +11 -0
- package/lib/means-of-transport/forms/driverForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/driverForm.js +88 -0
- package/lib/means-of-transport/forms/index.d.ts +7 -0
- package/lib/means-of-transport/forms/index.d.ts.map +1 -0
- package/lib/means-of-transport/forms/index.js +18 -0
- package/lib/means-of-transport/forms/injuryForm.d.ts +11 -0
- package/lib/means-of-transport/forms/injuryForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/injuryForm.js +88 -0
- package/lib/means-of-transport/forms/serviceOfferingForm.d.ts +11 -0
- package/lib/means-of-transport/forms/serviceOfferingForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/serviceOfferingForm.js +64 -0
- package/lib/means-of-transport/forms/stopForm.d.ts +11 -0
- package/lib/means-of-transport/forms/stopForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/stopForm.js +76 -0
- package/lib/means-of-transport/forms/transportationForm.d.ts +11 -0
- package/lib/means-of-transport/forms/transportationForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/transportationForm.js +88 -0
- package/lib/means-of-transport/index.d.ts +3 -0
- package/lib/means-of-transport/index.d.ts.map +1 -0
- package/lib/means-of-transport/index.js +47 -0
- package/lib/means-of-transport/means-of-transport-form-machine.d.ts +291 -0
- package/lib/means-of-transport/means-of-transport-form-machine.d.ts.map +1 -0
- package/lib/means-of-transport/means-of-transport-form-machine.js +287 -0
- package/lib/modules/api-browser/index.d.ts +8 -0
- package/lib/modules/api-browser/index.d.ts.map +1 -0
- package/lib/modules/api-browser/index.js +54 -0
- package/lib/modules/api-server/external-client.d.ts +22 -0
- package/lib/modules/api-server/external-client.d.ts.map +1 -0
- package/lib/modules/api-server/external-client.js +86 -0
- package/lib/modules/api-server/index.d.ts +9 -0
- package/lib/modules/api-server/index.d.ts.map +1 -0
- package/lib/modules/api-server/index.js +24 -0
- package/lib/modules/api-server/requesters/graphql-requester.d.ts +6 -0
- package/lib/modules/api-server/requesters/graphql-requester.d.ts.map +1 -0
- package/lib/modules/api-server/requesters/graphql-requester.js +63 -0
- package/lib/modules/api-server/requesters/http-requester.d.ts +3 -0
- package/lib/modules/api-server/requesters/http-requester.d.ts.map +1 -0
- package/lib/modules/api-server/requesters/http-requester.js +110 -0
- package/lib/modules/api-server/requesters/types.d.ts +37 -0
- package/lib/modules/api-server/requesters/types.d.ts.map +1 -0
- package/lib/modules/api-server/requesters/types.js +34 -0
- package/lib/modules/api-server/requesters/utils.d.ts +17 -0
- package/lib/modules/api-server/requesters/utils.d.ts.map +1 -0
- package/lib/modules/api-server/requesters/utils.js +75 -0
- package/lib/modules/config/context.d.ts +54 -0
- package/lib/modules/config/context.d.ts.map +1 -0
- package/lib/modules/config/context.js +112 -0
- package/lib/modules/config/index.d.ts +4 -0
- package/lib/modules/config/index.d.ts.map +1 -0
- package/lib/modules/config/index.js +19 -0
- package/lib/modules/config/theme-adapter.d.ts +20 -0
- package/lib/modules/config/theme-adapter.d.ts.map +1 -0
- package/lib/modules/config/theme-adapter.js +56 -0
- package/lib/modules/config/types.d.ts +348 -0
- package/lib/modules/config/types.d.ts.map +1 -0
- package/lib/modules/config/types.js +6 -0
- package/lib/modules/cookies/constants.d.ts +4 -0
- package/lib/modules/cookies/constants.d.ts.map +1 -0
- package/lib/modules/cookies/constants.js +6 -0
- package/lib/modules/cookies/cookies-context.d.ts +17 -0
- package/lib/modules/cookies/cookies-context.d.ts.map +1 -0
- package/lib/modules/cookies/cookies-context.js +61 -0
- package/lib/modules/cookies/index.d.ts +15 -0
- package/lib/modules/cookies/index.d.ts.map +1 -0
- package/lib/modules/cookies/index.js +22 -0
- package/lib/modules/firebase/analytics.d.ts +3 -0
- package/lib/modules/firebase/analytics.d.ts.map +1 -0
- package/lib/modules/firebase/analytics.js +40 -0
- package/lib/modules/firebase/firebase.d.ts +4 -0
- package/lib/modules/firebase/firebase.d.ts.map +1 -0
- package/lib/modules/firebase/firebase.js +19 -0
- package/lib/modules/firebase/index.d.ts +5 -0
- package/lib/modules/firebase/index.d.ts.map +1 -0
- package/lib/modules/firebase/index.js +25 -0
- package/lib/modules/firebase/preassigned-fare-products.d.ts +8 -0
- package/lib/modules/firebase/preassigned-fare-products.d.ts.map +1 -0
- package/lib/modules/firebase/preassigned-fare-products.js +35 -0
- package/lib/modules/firebase/tariff-zones.d.ts +17 -0
- package/lib/modules/firebase/tariff-zones.d.ts.map +1 -0
- package/lib/modules/firebase/tariff-zones.js +32 -0
- package/lib/modules/firebase/transport-mode-filter.d.ts +27 -0
- package/lib/modules/firebase/transport-mode-filter.d.ts.map +1 -0
- package/lib/modules/firebase/transport-mode-filter.js +27 -0
- package/lib/modules/firebase/types.d.ts +19 -0
- package/lib/modules/firebase/types.d.ts.map +1 -0
- package/lib/modules/firebase/types.js +15 -0
- package/lib/modules/graphql-types/index.d.ts +1998 -0
- package/lib/modules/graphql-types/index.d.ts.map +1 -0
- package/lib/modules/graphql-types/index.js +442 -0
- package/lib/modules/graphql-types/journeyplanner-types_v3.generated.d.ts +2419 -0
- package/lib/modules/graphql-types/journeyplanner-types_v3.generated.d.ts.map +1 -0
- package/lib/modules/graphql-types/journeyplanner-types_v3.generated.js +524 -0
- package/lib/modules/logging/index.d.ts +6 -0
- package/lib/modules/logging/index.d.ts.map +1 -0
- package/lib/modules/logging/index.js +13 -0
- package/lib/modules/logging/log-api-response.d.ts +15 -0
- package/lib/modules/logging/log-api-response.d.ts.map +1 -0
- package/lib/modules/logging/log-api-response.js +52 -0
- package/lib/modules/logging/log-page-access.d.ts +20 -0
- package/lib/modules/logging/log-page-access.d.ts.map +1 -0
- package/lib/modules/logging/log-page-access.js +60 -0
- package/lib/modules/logging/logger.d.ts +3 -0
- package/lib/modules/logging/logger.d.ts.map +1 -0
- package/lib/modules/logging/logger.js +32 -0
- package/lib/modules/logging/timer.d.ts +6 -0
- package/lib/modules/logging/timer.d.ts.map +1 -0
- package/lib/modules/logging/timer.js +13 -0
- package/lib/modules/logging/with-access-logging.d.ts +5 -0
- package/lib/modules/logging/with-access-logging.d.ts.map +1 -0
- package/lib/modules/logging/with-access-logging.js +20 -0
- package/lib/modules/org-data/compat-layer.d.ts +8 -0
- package/lib/modules/org-data/compat-layer.d.ts.map +1 -0
- package/lib/modules/org-data/compat-layer.js +8 -0
- package/lib/modules/org-data/index.d.ts +12 -0
- package/lib/modules/org-data/index.d.ts.map +1 -0
- package/lib/modules/org-data/index.js +27 -0
- package/lib/modules/theme/index.d.ts +3 -0
- package/lib/modules/theme/index.d.ts.map +1 -0
- package/lib/modules/theme/index.js +9 -0
- package/lib/modules/theme/theme-context.d.ts +43 -0
- package/lib/modules/theme/theme-context.d.ts.map +1 -0
- package/lib/modules/theme/theme-context.js +73 -0
- package/lib/modules/transport-mode/filter/filter.d.ts +9 -0
- package/lib/modules/transport-mode/filter/filter.d.ts.map +1 -0
- package/lib/modules/transport-mode/filter/filter.js +64 -0
- package/lib/modules/transport-mode/filter/filter.module.css +98 -0
- package/lib/modules/transport-mode/filter/index.d.ts +3 -0
- package/lib/modules/transport-mode/filter/index.d.ts.map +1 -0
- package/lib/modules/transport-mode/filter/index.js +11 -0
- package/lib/modules/transport-mode/filter/types.d.ts +2 -0
- package/lib/modules/transport-mode/filter/types.d.ts.map +1 -0
- package/lib/modules/transport-mode/filter/types.js +2 -0
- package/lib/modules/transport-mode/filter/utils.d.ts +9 -0
- package/lib/modules/transport-mode/filter/utils.d.ts.map +1 -0
- package/lib/modules/transport-mode/filter/utils.js +21 -0
- package/lib/modules/transport-mode/icon/icon.module.css +33 -0
- package/lib/modules/transport-mode/icon/index.d.ts +29 -0
- package/lib/modules/transport-mode/icon/index.d.ts.map +1 -0
- package/lib/modules/transport-mode/icon/index.js +116 -0
- package/lib/modules/transport-mode/icon/transport-icon-new.d.ts +28 -0
- package/lib/modules/transport-mode/icon/transport-icon-new.d.ts.map +1 -0
- package/lib/modules/transport-mode/icon/transport-icon-new.js +114 -0
- package/lib/modules/transport-mode/index.d.ts +5 -0
- package/lib/modules/transport-mode/index.d.ts.map +1 -0
- package/lib/modules/transport-mode/index.js +29 -0
- package/lib/modules/transport-mode/types.d.ts +10 -0
- package/lib/modules/transport-mode/types.d.ts.map +1 -0
- package/lib/modules/transport-mode/types.js +141 -0
- package/lib/modules/transport-mode/utils.d.ts +9 -0
- package/lib/modules/transport-mode/utils.d.ts.map +1 -0
- package/lib/modules/transport-mode/utils.js +53 -0
- package/lib/refund/events.d.ts +32 -0
- package/lib/refund/events.d.ts.map +1 -0
- package/lib/refund/events.js +5 -0
- package/lib/refund/forms/refund-and-travel-guarantee/index.d.ts +10 -0
- package/lib/refund/forms/refund-and-travel-guarantee/index.d.ts.map +1 -0
- package/lib/refund/forms/refund-and-travel-guarantee/index.js +37 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundCarForm.d.ts +11 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundCarForm.d.ts.map +1 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundCarForm.js +133 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundTaxiForm.d.ts +11 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundTaxiForm.d.ts.map +1 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundTaxiForm.js +133 -0
- package/lib/refund/forms/refund-ticket/appTicketRefund.d.ts +12 -0
- package/lib/refund/forms/refund-ticket/appTicketRefund.d.ts.map +1 -0
- package/lib/refund/forms/refund-ticket/appTicketRefund.js +82 -0
- package/lib/refund/forms/refund-ticket/index.d.ts +10 -0
- package/lib/refund/forms/refund-ticket/index.d.ts.map +1 -0
- package/lib/refund/forms/refund-ticket/index.js +38 -0
- package/lib/refund/forms/refund-ticket/otherTicketRefund.d.ts +11 -0
- package/lib/refund/forms/refund-ticket/otherTicketRefund.d.ts.map +1 -0
- package/lib/refund/forms/refund-ticket/otherTicketRefund.js +109 -0
- package/lib/refund/forms/residualValueOnTravelCard/index.d.ts +2 -0
- package/lib/refund/forms/residualValueOnTravelCard/index.d.ts.map +1 -0
- package/lib/refund/forms/residualValueOnTravelCard/index.js +19 -0
- package/lib/refund/index.d.ts +3 -0
- package/lib/refund/index.d.ts.map +1 -0
- package/lib/refund/index.js +50 -0
- package/lib/refund/refundFormMachine.d.ts +406 -0
- package/lib/refund/refundFormMachine.d.ts.map +1 -0
- package/lib/refund/refundFormMachine.js +404 -0
- package/lib/server/contact/index.d.ts +11 -0
- package/lib/server/contact/index.d.ts.map +1 -0
- package/lib/server/contact/index.js +47 -0
- package/lib/server/index.d.ts +9 -0
- package/lib/server/index.d.ts.map +1 -0
- package/lib/server/index.js +14 -0
- package/lib/server/journey-planner/authority.d.ts +26 -0
- package/lib/server/journey-planner/authority.d.ts.map +1 -0
- package/lib/server/journey-planner/authority.js +48 -0
- package/lib/server/journey-planner/entur-client.d.ts +7 -0
- package/lib/server/journey-planner/entur-client.d.ts.map +1 -0
- package/lib/server/journey-planner/entur-client.js +46 -0
- package/lib/server/journey-planner/index.d.ts +11 -0
- package/lib/server/journey-planner/index.d.ts.map +1 -0
- package/lib/server/journey-planner/index.js +63 -0
- package/lib/server/journey-planner/journey-gql/lines.generated.d.ts +25 -0
- package/lib/server/journey-planner/journey-gql/lines.generated.d.ts.map +1 -0
- package/lib/server/journey-planner/journey-gql/lines.generated.js +30 -0
- package/lib/server/journey-planner/validators.d.ts +25 -0
- package/lib/server/journey-planner/validators.d.ts.map +1 -0
- package/lib/server/journey-planner/validators.js +17 -0
- package/lib/server/types.d.ts +5 -0
- package/lib/server/types.d.ts.map +1 -0
- package/lib/server/types.js +2 -0
- package/lib/success-content/success-content.d.ts +2 -0
- package/lib/success-content/success-content.d.ts.map +1 -0
- package/lib/success-content/success-content.js +19 -0
- package/lib/success-content/success-content.module.css +11 -0
- package/lib/ticket-control/events.d.ts +16 -0
- package/lib/ticket-control/events.d.ts.map +1 -0
- package/lib/ticket-control/events.js +5 -0
- package/lib/ticket-control/forms/feeComplaintForm.d.ts +11 -0
- package/lib/ticket-control/forms/feeComplaintForm.d.ts.map +1 -0
- package/lib/ticket-control/forms/feeComplaintForm.js +130 -0
- package/lib/ticket-control/forms/feedbackForm.d.ts +11 -0
- package/lib/ticket-control/forms/feedbackForm.d.ts.map +1 -0
- package/lib/ticket-control/forms/feedbackForm.js +75 -0
- package/lib/ticket-control/forms/postponePayment.d.ts +11 -0
- package/lib/ticket-control/forms/postponePayment.d.ts.map +1 -0
- package/lib/ticket-control/forms/postponePayment.js +37 -0
- package/lib/ticket-control/index.d.ts +3 -0
- package/lib/ticket-control/index.d.ts.map +1 -0
- package/lib/ticket-control/index.js +53 -0
- package/lib/ticket-control/ticket-control-form-machine.d.ts +277 -0
- package/lib/ticket-control/ticket-control-form-machine.d.ts.map +1 -0
- package/lib/ticket-control/ticket-control-form-machine.js +262 -0
- package/lib/ticketing/events.d.ts +28 -0
- package/lib/ticketing/events.d.ts.map +1 -0
- package/lib/ticketing/events.js +5 -0
- package/lib/ticketing/forms/app/appAccountForm.d.ts +11 -0
- package/lib/ticketing/forms/app/appAccountForm.d.ts.map +1 -0
- package/lib/ticketing/forms/app/appAccountForm.js +51 -0
- package/lib/ticketing/forms/app/appTicketingForm.d.ts +11 -0
- package/lib/ticketing/forms/app/appTicketingForm.d.ts.map +1 -0
- package/lib/ticketing/forms/app/appTicketingForm.js +59 -0
- package/lib/ticketing/forms/app/appTravelSuggestionForm.d.ts +11 -0
- package/lib/ticketing/forms/app/appTravelSuggestionForm.d.ts.map +1 -0
- package/lib/ticketing/forms/app/appTravelSuggestionForm.js +41 -0
- package/lib/ticketing/forms/app/index.d.ts +10 -0
- package/lib/ticketing/forms/app/index.d.ts.map +1 -0
- package/lib/ticketing/forms/app/index.js +23 -0
- package/lib/ticketing/forms/priceAndTicketTypesForm.d.ts +11 -0
- package/lib/ticketing/forms/priceAndTicketTypesForm.d.ts.map +1 -0
- package/lib/ticketing/forms/priceAndTicketTypesForm.js +41 -0
- package/lib/ticketing/forms/travel-card/index.d.ts +10 -0
- package/lib/ticketing/forms/travel-card/index.d.ts.map +1 -0
- package/lib/ticketing/forms/travel-card/index.js +24 -0
- package/lib/ticketing/forms/travel-card/orderTravelCard.d.ts +3 -0
- package/lib/ticketing/forms/travel-card/orderTravelCard.d.ts.map +1 -0
- package/lib/ticketing/forms/travel-card/orderTravelCard.js +21 -0
- package/lib/ticketing/forms/travel-card/travelCardQuestionForm.d.ts +11 -0
- package/lib/ticketing/forms/travel-card/travelCardQuestionForm.d.ts.map +1 -0
- package/lib/ticketing/forms/travel-card/travelCardQuestionForm.js +52 -0
- package/lib/ticketing/forms/webshop/index.d.ts +10 -0
- package/lib/ticketing/forms/webshop/index.d.ts.map +1 -0
- package/lib/ticketing/forms/webshop/index.js +22 -0
- package/lib/ticketing/forms/webshop/webshopAccountForm.d.ts +11 -0
- package/lib/ticketing/forms/webshop/webshopAccountForm.d.ts.map +1 -0
- package/lib/ticketing/forms/webshop/webshopAccountForm.js +51 -0
- package/lib/ticketing/forms/webshop/webshopTicketingForm.d.ts +11 -0
- package/lib/ticketing/forms/webshop/webshopTicketingForm.d.ts.map +1 -0
- package/lib/ticketing/forms/webshop/webshopTicketingForm.js +58 -0
- package/lib/ticketing/index.d.ts +3 -0
- package/lib/ticketing/index.d.ts.map +1 -0
- package/lib/ticketing/index.js +52 -0
- package/lib/ticketing/ticketingStateMachine.d.ts +438 -0
- package/lib/ticketing/ticketingStateMachine.d.ts.map +1 -0
- package/lib/ticketing/ticketingStateMachine.js +435 -0
- package/lib/translations/__tests__/utils.test.d.ts +2 -0
- package/lib/translations/__tests__/utils.test.d.ts.map +1 -0
- package/lib/translations/__tests__/utils.test.js +35 -0
- package/lib/translations/common/index.d.ts +3 -0
- package/lib/translations/common/index.d.ts.map +1 -0
- package/lib/translations/common/index.js +7 -0
- package/lib/translations/common/layout.d.ts +8 -0
- package/lib/translations/common/layout.d.ts.map +1 -0
- package/lib/translations/common/layout.js +39 -0
- package/lib/translations/common/titles.d.ts +4 -0
- package/lib/translations/common/titles.d.ts.map +1 -0
- package/lib/translations/common/titles.js +25 -0
- package/lib/translations/commons.d.ts +21 -0
- package/lib/translations/commons.d.ts.map +1 -0
- package/lib/translations/commons.js +39 -0
- package/lib/translations/components/clear-button.d.ts +4 -0
- package/lib/translations/components/clear-button.d.ts.map +1 -0
- package/lib/translations/components/clear-button.js +7 -0
- package/lib/translations/components/departure-date-selector.d.ts +8 -0
- package/lib/translations/components/departure-date-selector.d.ts.map +1 -0
- package/lib/translations/components/departure-date-selector.js +11 -0
- package/lib/translations/components/departure-time.d.ts +8 -0
- package/lib/translations/components/departure-time.d.ts.map +1 -0
- package/lib/translations/components/departure-time.js +11 -0
- package/lib/translations/components/empty-search.d.ts +18 -0
- package/lib/translations/components/empty-search.d.ts.map +1 -0
- package/lib/translations/components/empty-search.js +21 -0
- package/lib/translations/components/geolocation-button.d.ts +10 -0
- package/lib/translations/components/geolocation-button.d.ts.map +1 -0
- package/lib/translations/components/geolocation-button.js +13 -0
- package/lib/translations/components/index.d.ts +14 -0
- package/lib/translations/components/index.d.ts.map +1 -0
- package/lib/translations/components/index.js +29 -0
- package/lib/translations/components/loading.d.ts +4 -0
- package/lib/translations/components/loading.d.ts.map +1 -0
- package/lib/translations/components/loading.js +7 -0
- package/lib/translations/components/map.d.ts +19 -0
- package/lib/translations/components/map.d.ts.map +1 -0
- package/lib/translations/components/map.js +22 -0
- package/lib/translations/components/search.d.ts +9 -0
- package/lib/translations/components/search.d.ts.map +1 -0
- package/lib/translations/components/search.js +12 -0
- package/lib/translations/components/swap-button.d.ts +4 -0
- package/lib/translations/components/swap-button.d.ts.map +1 -0
- package/lib/translations/components/swap-button.js +7 -0
- package/lib/translations/components/tab-link.d.ts +5 -0
- package/lib/translations/components/tab-link.d.ts.map +1 -0
- package/lib/translations/components/tab-link.js +8 -0
- package/lib/translations/components/transport-mode-filter.d.ts +6 -0
- package/lib/translations/components/transport-mode-filter.d.ts.map +1 -0
- package/lib/translations/components/transport-mode-filter.js +9 -0
- package/lib/translations/components/transport-mode.d.ts +3 -0
- package/lib/translations/components/transport-mode.d.ts.map +1 -0
- package/lib/translations/components/transport-mode.js +28 -0
- package/lib/translations/components/venue-icon.d.ts +9 -0
- package/lib/translations/components/venue-icon.d.ts.map +1 -0
- package/lib/translations/components/venue-icon.js +12 -0
- package/lib/translations/dictionary.d.ts +33 -0
- package/lib/translations/dictionary.d.ts.map +1 -0
- package/lib/translations/dictionary.js +59 -0
- package/lib/translations/index.d.ts +16 -0
- package/lib/translations/index.d.ts.map +1 -0
- package/lib/translations/index.js +65 -0
- package/lib/translations/json-to-override.d.ts +19 -0
- package/lib/translations/json-to-override.d.ts.map +1 -0
- package/lib/translations/json-to-override.js +61 -0
- package/lib/translations/language-context.d.ts +37 -0
- package/lib/translations/language-context.d.ts.map +1 -0
- package/lib/translations/language-context.js +98 -0
- package/lib/translations/load-org-translations.d.ts +19 -0
- package/lib/translations/load-org-translations.d.ts.map +1 -0
- package/lib/translations/load-org-translations.js +23 -0
- package/lib/translations/merge-overrides.d.ts +28 -0
- package/lib/translations/merge-overrides.d.ts.map +1 -0
- package/lib/translations/merge-overrides.js +126 -0
- package/lib/translations/modules/index.d.ts +4 -0
- package/lib/translations/modules/index.d.ts.map +1 -0
- package/lib/translations/modules/index.js +9 -0
- package/lib/translations/modules/layout.d.ts +73 -0
- package/lib/translations/modules/layout.d.ts.map +1 -0
- package/lib/translations/modules/layout.js +106 -0
- package/lib/translations/modules/search-time.d.ts +8 -0
- package/lib/translations/modules/search-time.d.ts.map +1 -0
- package/lib/translations/modules/search-time.js +11 -0
- package/lib/translations/modules/situation.d.ts +8 -0
- package/lib/translations/modules/situation.d.ts.map +1 -0
- package/lib/translations/modules/situation.js +11 -0
- package/lib/translations/pages/assistant.d.ts +2 -0
- package/lib/translations/pages/assistant.d.ts.map +1 -0
- package/lib/translations/pages/assistant.js +303 -0
- package/lib/translations/pages/contact.d.ts +589 -0
- package/lib/translations/pages/contact.d.ts.map +1 -0
- package/lib/translations/pages/contact.js +679 -0
- package/lib/translations/pages/departures.d.ts +64 -0
- package/lib/translations/pages/departures.d.ts.map +1 -0
- package/lib/translations/pages/departures.js +75 -0
- package/lib/translations/pages/error.d.ts +8 -0
- package/lib/translations/pages/error.d.ts.map +1 -0
- package/lib/translations/pages/error.js +11 -0
- package/lib/translations/pages/index.d.ts +4 -0
- package/lib/translations/pages/index.d.ts.map +1 -0
- package/lib/translations/pages/index.js +9 -0
- package/lib/translations/server/endpoints.d.ts +67 -0
- package/lib/translations/server/endpoints.d.ts.map +1 -0
- package/lib/translations/server/endpoints.js +146 -0
- package/lib/translations/server/index.d.ts +2 -0
- package/lib/translations/server/index.d.ts.map +1 -0
- package/lib/translations/server/index.js +5 -0
- package/lib/translations/translations-context.d.ts +10 -0
- package/lib/translations/translations-context.d.ts.map +1 -0
- package/lib/translations/translations-context.js +20 -0
- package/lib/translations/types.d.ts +41 -0
- package/lib/translations/types.d.ts.map +1 -0
- package/lib/translations/types.js +24 -0
- package/lib/translations/utils.d.ts +16 -0
- package/lib/translations/utils.d.ts.map +1 -0
- package/lib/translations/utils.js +56 -0
- package/lib/types/submit-payloads.d.ts +119 -0
- package/lib/types/submit-payloads.d.ts.map +1 -0
- package/lib/types/submit-payloads.js +7 -0
- package/lib/types.d.ts +20 -0
- package/lib/types.d.ts.map +1 -0
- package/lib/types.js +12 -0
- package/lib/utils/color.d.ts +2 -0
- package/lib/utils/color.d.ts.map +1 -0
- package/lib/utils/color.js +50 -0
- package/lib/utils/css.d.ts +3 -0
- package/lib/utils/css.d.ts.map +1 -0
- package/lib/utils/css.js +15 -0
- package/lib/utils/date.d.ts +4 -0
- package/lib/utils/date.d.ts.map +1 -0
- package/lib/utils/date.js +21 -0
- package/lib/utils/enum-from-string.d.ts +4 -0
- package/lib/utils/enum-from-string.d.ts.map +1 -0
- package/lib/utils/enum-from-string.js +9 -0
- package/lib/utils/env.d.ts +10 -0
- package/lib/utils/env.d.ts.map +1 -0
- package/lib/utils/env.js +49 -0
- package/lib/utils/only-uniques.d.ts +3 -0
- package/lib/utils/only-uniques.d.ts.map +1 -0
- package/lib/utils/only-uniques.js +7 -0
- package/lib/utils/org-theme-definitions.d.ts +5 -0
- package/lib/utils/org-theme-definitions.d.ts.map +1 -0
- package/lib/utils/org-theme-definitions.js +13 -0
- package/lib/utils/presence.d.ts +2 -0
- package/lib/utils/presence.d.ts.map +1 -0
- package/lib/utils/presence.js +5 -0
- package/lib/utils/reference-data.d.ts +15 -0
- package/lib/utils/reference-data.d.ts.map +1 -0
- package/lib/utils/reference-data.js +15 -0
- package/lib/utils/use-client-width.d.ts +2 -0
- package/lib/utils/use-client-width.d.ts.map +1 -0
- package/lib/utils/use-client-width.js +18 -0
- package/lib/utils/use-debounce.d.ts +3 -0
- package/lib/utils/use-debounce.d.ts.map +1 -0
- package/lib/utils/use-debounce.js +14 -0
- package/lib/utils/use-interval.d.ts +2 -0
- package/lib/utils/use-interval.d.ts.map +1 -0
- package/lib/utils/use-interval.js +22 -0
- package/lib/utils/use-localstorage.d.ts +2 -0
- package/lib/utils/use-localstorage.d.ts.map +1 -0
- package/lib/utils/use-localstorage.js +40 -0
- package/lib/utils/use-now.d.ts +2 -0
- package/lib/utils/use-now.d.ts.map +1 -0
- package/lib/utils/use-now.js +13 -0
- package/lib/utils/user-media-query.d.ts +2 -0
- package/lib/utils/user-media-query.d.ts.map +1 -0
- package/lib/utils/user-media-query.js +36 -0
- package/lib/utils.d.ts +19 -0
- package/lib/utils.d.ts.map +1 -0
- package/lib/utils.js +126 -0
- package/lib/validation/commonInputValidator.d.ts +7 -0
- package/lib/validation/commonInputValidator.d.ts.map +1 -0
- package/lib/validation/commonInputValidator.js +28 -0
- package/lib/validation/index.d.ts +2 -0
- package/lib/validation/index.d.ts.map +1 -0
- package/lib/validation/index.js +8 -0
- package/lib/validation/validationRules.d.ts +11 -0
- package/lib/validation/validationRules.d.ts.map +1 -0
- package/lib/validation/validationRules.js +372 -0
- package/package.json +99 -0
|
@@ -0,0 +1,1782 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.icons = void 0;
|
|
4
|
+
// NB! NB! NB!
|
|
5
|
+
// AUTO GENERATED FILE. DON'T CHANGE
|
|
6
|
+
// NB! NB! NB!
|
|
7
|
+
exports.icons = {
|
|
8
|
+
"mono": {
|
|
9
|
+
"bonus/Star": {
|
|
10
|
+
"relative": "mono/bonus/Star.svg",
|
|
11
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/bonus/Star.svg",
|
|
12
|
+
"assetType": "mono",
|
|
13
|
+
"id": "bonus/Star"
|
|
14
|
+
},
|
|
15
|
+
"bonus/StarFill": {
|
|
16
|
+
"relative": "mono/bonus/StarFill.svg",
|
|
17
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/bonus/StarFill.svg",
|
|
18
|
+
"assetType": "mono",
|
|
19
|
+
"id": "bonus/StarFill"
|
|
20
|
+
},
|
|
21
|
+
"actions/Add": {
|
|
22
|
+
"relative": "mono/actions/Add.svg",
|
|
23
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Add.svg",
|
|
24
|
+
"assetType": "mono",
|
|
25
|
+
"id": "actions/Add"
|
|
26
|
+
},
|
|
27
|
+
"actions/Adjust": {
|
|
28
|
+
"relative": "mono/actions/Adjust.svg",
|
|
29
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Adjust.svg",
|
|
30
|
+
"assetType": "mono",
|
|
31
|
+
"id": "actions/Adjust"
|
|
32
|
+
},
|
|
33
|
+
"actions/ArrowsCounterClockwise": {
|
|
34
|
+
"relative": "mono/actions/ArrowsCounterClockwise.svg",
|
|
35
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/ArrowsCounterClockwise.svg",
|
|
36
|
+
"assetType": "mono",
|
|
37
|
+
"id": "actions/ArrowsCounterClockwise"
|
|
38
|
+
},
|
|
39
|
+
"actions/Chat": {
|
|
40
|
+
"relative": "mono/actions/Chat.svg",
|
|
41
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Chat.svg",
|
|
42
|
+
"assetType": "mono",
|
|
43
|
+
"id": "actions/Chat"
|
|
44
|
+
},
|
|
45
|
+
"actions/Clear": {
|
|
46
|
+
"relative": "mono/actions/Clear.svg",
|
|
47
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Clear.svg",
|
|
48
|
+
"assetType": "mono",
|
|
49
|
+
"id": "actions/Clear"
|
|
50
|
+
},
|
|
51
|
+
"actions/Close": {
|
|
52
|
+
"relative": "mono/actions/Close.svg",
|
|
53
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Close.svg",
|
|
54
|
+
"assetType": "mono",
|
|
55
|
+
"id": "actions/Close"
|
|
56
|
+
},
|
|
57
|
+
"actions/Confirm": {
|
|
58
|
+
"relative": "mono/actions/Confirm.svg",
|
|
59
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Confirm.svg",
|
|
60
|
+
"assetType": "mono",
|
|
61
|
+
"id": "actions/Confirm"
|
|
62
|
+
},
|
|
63
|
+
"actions/Context": {
|
|
64
|
+
"relative": "mono/actions/Context.svg",
|
|
65
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Context.svg",
|
|
66
|
+
"assetType": "mono",
|
|
67
|
+
"id": "actions/Context"
|
|
68
|
+
},
|
|
69
|
+
"actions/Delete": {
|
|
70
|
+
"relative": "mono/actions/Delete.svg",
|
|
71
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Delete.svg",
|
|
72
|
+
"assetType": "mono",
|
|
73
|
+
"id": "actions/Delete"
|
|
74
|
+
},
|
|
75
|
+
"actions/DragHandle": {
|
|
76
|
+
"relative": "mono/actions/DragHandle.svg",
|
|
77
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/DragHandle.svg",
|
|
78
|
+
"assetType": "mono",
|
|
79
|
+
"id": "actions/DragHandle"
|
|
80
|
+
},
|
|
81
|
+
"actions/Edit": {
|
|
82
|
+
"relative": "mono/actions/Edit.svg",
|
|
83
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Edit.svg",
|
|
84
|
+
"assetType": "mono",
|
|
85
|
+
"id": "actions/Edit"
|
|
86
|
+
},
|
|
87
|
+
"actions/Feedback copy": {
|
|
88
|
+
"relative": "mono/actions/Feedback copy.svg",
|
|
89
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Feedback copy.svg",
|
|
90
|
+
"assetType": "mono",
|
|
91
|
+
"id": "actions/Feedback copy"
|
|
92
|
+
},
|
|
93
|
+
"actions/Feedback": {
|
|
94
|
+
"relative": "mono/actions/Feedback.svg",
|
|
95
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Feedback.svg",
|
|
96
|
+
"assetType": "mono",
|
|
97
|
+
"id": "actions/Feedback"
|
|
98
|
+
},
|
|
99
|
+
"actions/Filter": {
|
|
100
|
+
"relative": "mono/actions/Filter.svg",
|
|
101
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Filter.svg",
|
|
102
|
+
"assetType": "mono",
|
|
103
|
+
"id": "actions/Filter"
|
|
104
|
+
},
|
|
105
|
+
"actions/Interchange": {
|
|
106
|
+
"relative": "mono/actions/Interchange.svg",
|
|
107
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Interchange.svg",
|
|
108
|
+
"assetType": "mono",
|
|
109
|
+
"id": "actions/Interchange"
|
|
110
|
+
},
|
|
111
|
+
"actions/Reorder": {
|
|
112
|
+
"relative": "mono/actions/Reorder.svg",
|
|
113
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Reorder.svg",
|
|
114
|
+
"assetType": "mono",
|
|
115
|
+
"id": "actions/Reorder"
|
|
116
|
+
},
|
|
117
|
+
"actions/Search": {
|
|
118
|
+
"relative": "mono/actions/Search.svg",
|
|
119
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Search.svg",
|
|
120
|
+
"assetType": "mono",
|
|
121
|
+
"id": "actions/Search"
|
|
122
|
+
},
|
|
123
|
+
"actions/SortAscending": {
|
|
124
|
+
"relative": "mono/actions/SortAscending.svg",
|
|
125
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/SortAscending.svg",
|
|
126
|
+
"assetType": "mono",
|
|
127
|
+
"id": "actions/SortAscending"
|
|
128
|
+
},
|
|
129
|
+
"actions/SortDescending": {
|
|
130
|
+
"relative": "mono/actions/SortDescending.svg",
|
|
131
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/SortDescending.svg",
|
|
132
|
+
"assetType": "mono",
|
|
133
|
+
"id": "actions/SortDescending"
|
|
134
|
+
},
|
|
135
|
+
"actions/Subtract": {
|
|
136
|
+
"relative": "mono/actions/Subtract.svg",
|
|
137
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Subtract.svg",
|
|
138
|
+
"assetType": "mono",
|
|
139
|
+
"id": "actions/Subtract"
|
|
140
|
+
},
|
|
141
|
+
"actions/Support": {
|
|
142
|
+
"relative": "mono/actions/Support.svg",
|
|
143
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Support.svg",
|
|
144
|
+
"assetType": "mono",
|
|
145
|
+
"id": "actions/Support"
|
|
146
|
+
},
|
|
147
|
+
"actions/Swap": {
|
|
148
|
+
"relative": "mono/actions/Swap.svg",
|
|
149
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/actions/Swap.svg",
|
|
150
|
+
"assetType": "mono",
|
|
151
|
+
"id": "actions/Swap"
|
|
152
|
+
},
|
|
153
|
+
"devices/Laptop": {
|
|
154
|
+
"relative": "mono/devices/Laptop.svg",
|
|
155
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/devices/Laptop.svg",
|
|
156
|
+
"assetType": "mono",
|
|
157
|
+
"id": "devices/Laptop"
|
|
158
|
+
},
|
|
159
|
+
"devices/Phone": {
|
|
160
|
+
"relative": "mono/devices/Phone.svg",
|
|
161
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/devices/Phone.svg",
|
|
162
|
+
"assetType": "mono",
|
|
163
|
+
"id": "devices/Phone"
|
|
164
|
+
},
|
|
165
|
+
"map/Map": {
|
|
166
|
+
"relative": "mono/map/Map.svg",
|
|
167
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/map/Map.svg",
|
|
168
|
+
"assetType": "mono",
|
|
169
|
+
"id": "map/Map"
|
|
170
|
+
},
|
|
171
|
+
"map/Pin": {
|
|
172
|
+
"relative": "mono/map/Pin.svg",
|
|
173
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/map/Pin.svg",
|
|
174
|
+
"assetType": "mono",
|
|
175
|
+
"id": "map/Pin"
|
|
176
|
+
},
|
|
177
|
+
"map/PinInvalid": {
|
|
178
|
+
"relative": "mono/map/PinInvalid.svg",
|
|
179
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/map/PinInvalid.svg",
|
|
180
|
+
"assetType": "mono",
|
|
181
|
+
"id": "map/PinInvalid"
|
|
182
|
+
},
|
|
183
|
+
"map/PinValid": {
|
|
184
|
+
"relative": "mono/map/PinValid.svg",
|
|
185
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/map/PinValid.svg",
|
|
186
|
+
"assetType": "mono",
|
|
187
|
+
"id": "map/PinValid"
|
|
188
|
+
},
|
|
189
|
+
"miscellaneous/Accessibility-ISA": {
|
|
190
|
+
"relative": "mono/miscellaneous/Accessibility-ISA.svg",
|
|
191
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Accessibility-ISA.svg",
|
|
192
|
+
"assetType": "mono",
|
|
193
|
+
"id": "miscellaneous/Accessibility-ISA"
|
|
194
|
+
},
|
|
195
|
+
"miscellaneous/Accessibility-wheelchair": {
|
|
196
|
+
"relative": "mono/miscellaneous/Accessibility-wheelchair.svg",
|
|
197
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Accessibility-wheelchair.svg",
|
|
198
|
+
"assetType": "mono",
|
|
199
|
+
"id": "miscellaneous/Accessibility-wheelchair"
|
|
200
|
+
},
|
|
201
|
+
"miscellaneous/Accesstbility-Circle": {
|
|
202
|
+
"relative": "mono/miscellaneous/Accesstbility-Circle.svg",
|
|
203
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Accesstbility-Circle.svg",
|
|
204
|
+
"assetType": "mono",
|
|
205
|
+
"id": "miscellaneous/Accesstbility-Circle"
|
|
206
|
+
},
|
|
207
|
+
"miscellaneous/Activity": {
|
|
208
|
+
"relative": "mono/miscellaneous/Activity.svg",
|
|
209
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Activity.svg",
|
|
210
|
+
"assetType": "mono",
|
|
211
|
+
"id": "miscellaneous/Activity"
|
|
212
|
+
},
|
|
213
|
+
"miscellaneous/BatteryEmpty": {
|
|
214
|
+
"relative": "mono/miscellaneous/BatteryEmpty.svg",
|
|
215
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryEmpty.svg",
|
|
216
|
+
"assetType": "mono",
|
|
217
|
+
"id": "miscellaneous/BatteryEmpty"
|
|
218
|
+
},
|
|
219
|
+
"miscellaneous/BatteryFull": {
|
|
220
|
+
"relative": "mono/miscellaneous/BatteryFull.svg",
|
|
221
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryFull.svg",
|
|
222
|
+
"assetType": "mono",
|
|
223
|
+
"id": "miscellaneous/BatteryFull"
|
|
224
|
+
},
|
|
225
|
+
"miscellaneous/BatteryHigh": {
|
|
226
|
+
"relative": "mono/miscellaneous/BatteryHigh.svg",
|
|
227
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryHigh.svg",
|
|
228
|
+
"assetType": "mono",
|
|
229
|
+
"id": "miscellaneous/BatteryHigh"
|
|
230
|
+
},
|
|
231
|
+
"miscellaneous/BatteryLow": {
|
|
232
|
+
"relative": "mono/miscellaneous/BatteryLow.svg",
|
|
233
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryLow.svg",
|
|
234
|
+
"assetType": "mono",
|
|
235
|
+
"id": "miscellaneous/BatteryLow"
|
|
236
|
+
},
|
|
237
|
+
"miscellaneous/BatteryMedium": {
|
|
238
|
+
"relative": "mono/miscellaneous/BatteryMedium.svg",
|
|
239
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/BatteryMedium.svg",
|
|
240
|
+
"assetType": "mono",
|
|
241
|
+
"id": "miscellaneous/BatteryMedium"
|
|
242
|
+
},
|
|
243
|
+
"miscellaneous/Bluetooth": {
|
|
244
|
+
"relative": "mono/miscellaneous/Bluetooth.svg",
|
|
245
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/miscellaneous/Bluetooth.svg",
|
|
246
|
+
"assetType": "mono",
|
|
247
|
+
"id": "miscellaneous/Bluetooth"
|
|
248
|
+
},
|
|
249
|
+
"mobility/Distance": {
|
|
250
|
+
"relative": "mono/mobility/Distance.svg",
|
|
251
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Distance.svg",
|
|
252
|
+
"assetType": "mono",
|
|
253
|
+
"id": "mobility/Distance"
|
|
254
|
+
},
|
|
255
|
+
"mobility/Duration": {
|
|
256
|
+
"relative": "mono/mobility/Duration.svg",
|
|
257
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Duration.svg",
|
|
258
|
+
"assetType": "mono",
|
|
259
|
+
"id": "mobility/Duration"
|
|
260
|
+
},
|
|
261
|
+
"mobility/NoEntry": {
|
|
262
|
+
"relative": "mono/mobility/NoEntry.svg",
|
|
263
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/NoEntry.svg",
|
|
264
|
+
"assetType": "mono",
|
|
265
|
+
"id": "mobility/NoEntry"
|
|
266
|
+
},
|
|
267
|
+
"mobility/NoParking": {
|
|
268
|
+
"relative": "mono/mobility/NoParking.svg",
|
|
269
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/NoParking.svg",
|
|
270
|
+
"assetType": "mono",
|
|
271
|
+
"id": "mobility/NoParking"
|
|
272
|
+
},
|
|
273
|
+
"mobility/Price": {
|
|
274
|
+
"relative": "mono/mobility/Price.svg",
|
|
275
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Price.svg",
|
|
276
|
+
"assetType": "mono",
|
|
277
|
+
"id": "mobility/Price"
|
|
278
|
+
},
|
|
279
|
+
"mobility/PricePerTime": {
|
|
280
|
+
"relative": "mono/mobility/PricePerTime.svg",
|
|
281
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/PricePerTime.svg",
|
|
282
|
+
"assetType": "mono",
|
|
283
|
+
"id": "mobility/PricePerTime"
|
|
284
|
+
},
|
|
285
|
+
"mobility/Report": {
|
|
286
|
+
"relative": "mono/mobility/Report.svg",
|
|
287
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Report.svg",
|
|
288
|
+
"assetType": "mono",
|
|
289
|
+
"id": "mobility/Report"
|
|
290
|
+
},
|
|
291
|
+
"mobility/RuleAlcohol": {
|
|
292
|
+
"relative": "mono/mobility/RuleAlcohol.svg",
|
|
293
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/RuleAlcohol.svg",
|
|
294
|
+
"assetType": "mono",
|
|
295
|
+
"id": "mobility/RuleAlcohol"
|
|
296
|
+
},
|
|
297
|
+
"mobility/RuleHelmet": {
|
|
298
|
+
"relative": "mono/mobility/RuleHelmet.svg",
|
|
299
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/RuleHelmet.svg",
|
|
300
|
+
"assetType": "mono",
|
|
301
|
+
"id": "mobility/RuleHelmet"
|
|
302
|
+
},
|
|
303
|
+
"mobility/RuleTwoPeople": {
|
|
304
|
+
"relative": "mono/mobility/RuleTwoPeople.svg",
|
|
305
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/RuleTwoPeople.svg",
|
|
306
|
+
"assetType": "mono",
|
|
307
|
+
"id": "mobility/RuleTwoPeople"
|
|
308
|
+
},
|
|
309
|
+
"mobility/StartTrip": {
|
|
310
|
+
"relative": "mono/mobility/StartTrip.svg",
|
|
311
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/StartTrip.svg",
|
|
312
|
+
"assetType": "mono",
|
|
313
|
+
"id": "mobility/StartTrip"
|
|
314
|
+
},
|
|
315
|
+
"mobility/Unlock": {
|
|
316
|
+
"relative": "mono/mobility/Unlock.svg",
|
|
317
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/mobility/Unlock.svg",
|
|
318
|
+
"assetType": "mono",
|
|
319
|
+
"id": "mobility/Unlock"
|
|
320
|
+
},
|
|
321
|
+
"navigation/ArrowDown": {
|
|
322
|
+
"relative": "mono/navigation/ArrowDown.svg",
|
|
323
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowDown.svg",
|
|
324
|
+
"assetType": "mono",
|
|
325
|
+
"id": "navigation/ArrowDown"
|
|
326
|
+
},
|
|
327
|
+
"navigation/ArrowLeft": {
|
|
328
|
+
"relative": "mono/navigation/ArrowLeft.svg",
|
|
329
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowLeft.svg",
|
|
330
|
+
"assetType": "mono",
|
|
331
|
+
"id": "navigation/ArrowLeft"
|
|
332
|
+
},
|
|
333
|
+
"navigation/ArrowRight": {
|
|
334
|
+
"relative": "mono/navigation/ArrowRight.svg",
|
|
335
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowRight.svg",
|
|
336
|
+
"assetType": "mono",
|
|
337
|
+
"id": "navigation/ArrowRight"
|
|
338
|
+
},
|
|
339
|
+
"navigation/ArrowUp": {
|
|
340
|
+
"relative": "mono/navigation/ArrowUp.svg",
|
|
341
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowUp.svg",
|
|
342
|
+
"assetType": "mono",
|
|
343
|
+
"id": "navigation/ArrowUp"
|
|
344
|
+
},
|
|
345
|
+
"navigation/ArrowUpDown": {
|
|
346
|
+
"relative": "mono/navigation/ArrowUpDown.svg",
|
|
347
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowUpDown.svg",
|
|
348
|
+
"assetType": "mono",
|
|
349
|
+
"id": "navigation/ArrowUpDown"
|
|
350
|
+
},
|
|
351
|
+
"navigation/ArrowUpLeft": {
|
|
352
|
+
"relative": "mono/navigation/ArrowUpLeft.svg",
|
|
353
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ArrowUpLeft.svg",
|
|
354
|
+
"assetType": "mono",
|
|
355
|
+
"id": "navigation/ArrowUpLeft"
|
|
356
|
+
},
|
|
357
|
+
"navigation/BusLiveArrow": {
|
|
358
|
+
"relative": "mono/navigation/BusLiveArrow.svg",
|
|
359
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/BusLiveArrow.svg",
|
|
360
|
+
"assetType": "mono",
|
|
361
|
+
"id": "navigation/BusLiveArrow"
|
|
362
|
+
},
|
|
363
|
+
"navigation/ChevronLeft": {
|
|
364
|
+
"relative": "mono/navigation/ChevronLeft.svg",
|
|
365
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ChevronLeft.svg",
|
|
366
|
+
"assetType": "mono",
|
|
367
|
+
"id": "navigation/ChevronLeft"
|
|
368
|
+
},
|
|
369
|
+
"navigation/ChevronRight": {
|
|
370
|
+
"relative": "mono/navigation/ChevronRight.svg",
|
|
371
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ChevronRight.svg",
|
|
372
|
+
"assetType": "mono",
|
|
373
|
+
"id": "navigation/ChevronRight"
|
|
374
|
+
},
|
|
375
|
+
"navigation/ExpandLess": {
|
|
376
|
+
"relative": "mono/navigation/ExpandLess.svg",
|
|
377
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ExpandLess.svg",
|
|
378
|
+
"assetType": "mono",
|
|
379
|
+
"id": "navigation/ExpandLess"
|
|
380
|
+
},
|
|
381
|
+
"navigation/ExpandMore": {
|
|
382
|
+
"relative": "mono/navigation/ExpandMore.svg",
|
|
383
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ExpandMore.svg",
|
|
384
|
+
"assetType": "mono",
|
|
385
|
+
"id": "navigation/ExpandMore"
|
|
386
|
+
},
|
|
387
|
+
"navigation/ExternalLink": {
|
|
388
|
+
"relative": "mono/navigation/ExternalLink.svg",
|
|
389
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/ExternalLink.svg",
|
|
390
|
+
"assetType": "mono",
|
|
391
|
+
"id": "navigation/ExternalLink"
|
|
392
|
+
},
|
|
393
|
+
"navigation/UnfoldLess": {
|
|
394
|
+
"relative": "mono/navigation/UnfoldLess.svg",
|
|
395
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/UnfoldLess.svg",
|
|
396
|
+
"assetType": "mono",
|
|
397
|
+
"id": "navigation/UnfoldLess"
|
|
398
|
+
},
|
|
399
|
+
"navigation/UnfoldMore": {
|
|
400
|
+
"relative": "mono/navigation/UnfoldMore.svg",
|
|
401
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/navigation/UnfoldMore.svg",
|
|
402
|
+
"assetType": "mono",
|
|
403
|
+
"id": "navigation/UnfoldMore"
|
|
404
|
+
},
|
|
405
|
+
"places/City": {
|
|
406
|
+
"relative": "mono/places/City.svg",
|
|
407
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/City.svg",
|
|
408
|
+
"assetType": "mono",
|
|
409
|
+
"id": "places/City"
|
|
410
|
+
},
|
|
411
|
+
"places/Destination": {
|
|
412
|
+
"relative": "mono/places/Destination.svg",
|
|
413
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Destination.svg",
|
|
414
|
+
"assetType": "mono",
|
|
415
|
+
"id": "places/Destination"
|
|
416
|
+
},
|
|
417
|
+
"places/Favorite": {
|
|
418
|
+
"relative": "mono/places/Favorite.svg",
|
|
419
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Favorite.svg",
|
|
420
|
+
"assetType": "mono",
|
|
421
|
+
"id": "places/Favorite"
|
|
422
|
+
},
|
|
423
|
+
"places/FavoriteDisable": {
|
|
424
|
+
"relative": "mono/places/FavoriteDisable.svg",
|
|
425
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/FavoriteDisable.svg",
|
|
426
|
+
"assetType": "mono",
|
|
427
|
+
"id": "places/FavoriteDisable"
|
|
428
|
+
},
|
|
429
|
+
"places/FavoriteFill": {
|
|
430
|
+
"relative": "mono/places/FavoriteFill.svg",
|
|
431
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/FavoriteFill.svg",
|
|
432
|
+
"assetType": "mono",
|
|
433
|
+
"id": "places/FavoriteFill"
|
|
434
|
+
},
|
|
435
|
+
"places/FavoriteSemi": {
|
|
436
|
+
"relative": "mono/places/FavoriteSemi.svg",
|
|
437
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/FavoriteSemi.svg",
|
|
438
|
+
"assetType": "mono",
|
|
439
|
+
"id": "places/FavoriteSemi"
|
|
440
|
+
},
|
|
441
|
+
"places/House": {
|
|
442
|
+
"relative": "mono/places/House.svg",
|
|
443
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/House.svg",
|
|
444
|
+
"assetType": "mono",
|
|
445
|
+
"id": "places/House"
|
|
446
|
+
},
|
|
447
|
+
"places/Location": {
|
|
448
|
+
"relative": "mono/places/Location.svg",
|
|
449
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Location.svg",
|
|
450
|
+
"assetType": "mono",
|
|
451
|
+
"id": "places/Location"
|
|
452
|
+
},
|
|
453
|
+
"places/Parking": {
|
|
454
|
+
"relative": "mono/places/Parking.svg",
|
|
455
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Parking.svg",
|
|
456
|
+
"assetType": "mono",
|
|
457
|
+
"id": "places/Parking"
|
|
458
|
+
},
|
|
459
|
+
"places/Stop": {
|
|
460
|
+
"relative": "mono/places/Stop.svg",
|
|
461
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/Stop.svg",
|
|
462
|
+
"assetType": "mono",
|
|
463
|
+
"id": "places/Stop"
|
|
464
|
+
},
|
|
465
|
+
"places/StopDestination": {
|
|
466
|
+
"relative": "mono/places/StopDestination.svg",
|
|
467
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/StopDestination.svg",
|
|
468
|
+
"assetType": "mono",
|
|
469
|
+
"id": "places/StopDestination"
|
|
470
|
+
},
|
|
471
|
+
"places/StopOrigin": {
|
|
472
|
+
"relative": "mono/places/StopOrigin.svg",
|
|
473
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/places/StopOrigin.svg",
|
|
474
|
+
"assetType": "mono",
|
|
475
|
+
"id": "places/StopOrigin"
|
|
476
|
+
},
|
|
477
|
+
"status/Check": {
|
|
478
|
+
"relative": "mono/status/Check.svg",
|
|
479
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Check.svg",
|
|
480
|
+
"assetType": "mono",
|
|
481
|
+
"id": "status/Check"
|
|
482
|
+
},
|
|
483
|
+
"status/Error": {
|
|
484
|
+
"relative": "mono/status/Error.svg",
|
|
485
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Error.svg",
|
|
486
|
+
"assetType": "mono",
|
|
487
|
+
"id": "status/Error"
|
|
488
|
+
},
|
|
489
|
+
"status/Info": {
|
|
490
|
+
"relative": "mono/status/Info.svg",
|
|
491
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Info.svg",
|
|
492
|
+
"assetType": "mono",
|
|
493
|
+
"id": "status/Info"
|
|
494
|
+
},
|
|
495
|
+
"status/ServiceDisruption": {
|
|
496
|
+
"relative": "mono/status/ServiceDisruption.svg",
|
|
497
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/ServiceDisruption.svg",
|
|
498
|
+
"assetType": "mono",
|
|
499
|
+
"id": "status/ServiceDisruption"
|
|
500
|
+
},
|
|
501
|
+
"status/Spinner": {
|
|
502
|
+
"relative": "mono/status/Spinner.svg",
|
|
503
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Spinner.svg",
|
|
504
|
+
"assetType": "mono",
|
|
505
|
+
"id": "status/Spinner"
|
|
506
|
+
},
|
|
507
|
+
"status/Unknown": {
|
|
508
|
+
"relative": "mono/status/Unknown.svg",
|
|
509
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Unknown.svg",
|
|
510
|
+
"assetType": "mono",
|
|
511
|
+
"id": "status/Unknown"
|
|
512
|
+
},
|
|
513
|
+
"status/Warning": {
|
|
514
|
+
"relative": "mono/status/Warning.svg",
|
|
515
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/status/Warning.svg",
|
|
516
|
+
"assetType": "mono",
|
|
517
|
+
"id": "status/Warning"
|
|
518
|
+
},
|
|
519
|
+
"profile/Language": {
|
|
520
|
+
"relative": "mono/profile/Language.svg",
|
|
521
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Language.svg",
|
|
522
|
+
"assetType": "mono",
|
|
523
|
+
"id": "profile/Language"
|
|
524
|
+
},
|
|
525
|
+
"profile/LogIn": {
|
|
526
|
+
"relative": "mono/profile/LogIn.svg",
|
|
527
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/LogIn.svg",
|
|
528
|
+
"assetType": "mono",
|
|
529
|
+
"id": "profile/LogIn"
|
|
530
|
+
},
|
|
531
|
+
"profile/LogOut": {
|
|
532
|
+
"relative": "mono/profile/LogOut.svg",
|
|
533
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/LogOut.svg",
|
|
534
|
+
"assetType": "mono",
|
|
535
|
+
"id": "profile/LogOut"
|
|
536
|
+
},
|
|
537
|
+
"profile/Mail": {
|
|
538
|
+
"relative": "mono/profile/Mail.svg",
|
|
539
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Mail.svg",
|
|
540
|
+
"assetType": "mono",
|
|
541
|
+
"id": "profile/Mail"
|
|
542
|
+
},
|
|
543
|
+
"profile/NewConcept": {
|
|
544
|
+
"relative": "mono/profile/NewConcept.svg",
|
|
545
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/NewConcept.svg",
|
|
546
|
+
"assetType": "mono",
|
|
547
|
+
"id": "profile/NewConcept"
|
|
548
|
+
},
|
|
549
|
+
"profile/Notification": {
|
|
550
|
+
"relative": "mono/profile/Notification.svg",
|
|
551
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Notification.svg",
|
|
552
|
+
"assetType": "mono",
|
|
553
|
+
"id": "profile/Notification"
|
|
554
|
+
},
|
|
555
|
+
"profile/Phone": {
|
|
556
|
+
"relative": "mono/profile/Phone.svg",
|
|
557
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Phone.svg",
|
|
558
|
+
"assetType": "mono",
|
|
559
|
+
"id": "profile/Phone"
|
|
560
|
+
},
|
|
561
|
+
"profile/Privacy": {
|
|
562
|
+
"relative": "mono/profile/Privacy.svg",
|
|
563
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Privacy.svg",
|
|
564
|
+
"assetType": "mono",
|
|
565
|
+
"id": "profile/Privacy"
|
|
566
|
+
},
|
|
567
|
+
"profile/Settings": {
|
|
568
|
+
"relative": "mono/profile/Settings.svg",
|
|
569
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Settings.svg",
|
|
570
|
+
"assetType": "mono",
|
|
571
|
+
"id": "profile/Settings"
|
|
572
|
+
},
|
|
573
|
+
"profile/Theme": {
|
|
574
|
+
"relative": "mono/profile/Theme.svg",
|
|
575
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/Theme.svg",
|
|
576
|
+
"assetType": "mono",
|
|
577
|
+
"id": "profile/Theme"
|
|
578
|
+
},
|
|
579
|
+
"profile/User": {
|
|
580
|
+
"relative": "mono/profile/User.svg",
|
|
581
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/User.svg",
|
|
582
|
+
"assetType": "mono",
|
|
583
|
+
"id": "profile/User"
|
|
584
|
+
},
|
|
585
|
+
"profile/UserEdit": {
|
|
586
|
+
"relative": "mono/profile/UserEdit.svg",
|
|
587
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/profile/UserEdit.svg",
|
|
588
|
+
"assetType": "mono",
|
|
589
|
+
"id": "profile/UserEdit"
|
|
590
|
+
},
|
|
591
|
+
"tab-bar/Assistant": {
|
|
592
|
+
"relative": "mono/tab-bar/Assistant.svg",
|
|
593
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/Assistant.svg",
|
|
594
|
+
"assetType": "mono",
|
|
595
|
+
"id": "tab-bar/Assistant"
|
|
596
|
+
},
|
|
597
|
+
"tab-bar/AssistantFill": {
|
|
598
|
+
"relative": "mono/tab-bar/AssistantFill.svg",
|
|
599
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/AssistantFill.svg",
|
|
600
|
+
"assetType": "mono",
|
|
601
|
+
"id": "tab-bar/AssistantFill"
|
|
602
|
+
},
|
|
603
|
+
"tab-bar/Departures": {
|
|
604
|
+
"relative": "mono/tab-bar/Departures.svg",
|
|
605
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/Departures.svg",
|
|
606
|
+
"assetType": "mono",
|
|
607
|
+
"id": "tab-bar/Departures"
|
|
608
|
+
},
|
|
609
|
+
"tab-bar/DeparturesFill": {
|
|
610
|
+
"relative": "mono/tab-bar/DeparturesFill.svg",
|
|
611
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/DeparturesFill.svg",
|
|
612
|
+
"assetType": "mono",
|
|
613
|
+
"id": "tab-bar/DeparturesFill"
|
|
614
|
+
},
|
|
615
|
+
"tab-bar/MapPin": {
|
|
616
|
+
"relative": "mono/tab-bar/MapPin.svg",
|
|
617
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/MapPin.svg",
|
|
618
|
+
"assetType": "mono",
|
|
619
|
+
"id": "tab-bar/MapPin"
|
|
620
|
+
},
|
|
621
|
+
"tab-bar/MapPinFill": {
|
|
622
|
+
"relative": "mono/tab-bar/MapPinFill.svg",
|
|
623
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/MapPinFill.svg",
|
|
624
|
+
"assetType": "mono",
|
|
625
|
+
"id": "tab-bar/MapPinFill"
|
|
626
|
+
},
|
|
627
|
+
"tab-bar/Profile": {
|
|
628
|
+
"relative": "mono/tab-bar/Profile.svg",
|
|
629
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/Profile.svg",
|
|
630
|
+
"assetType": "mono",
|
|
631
|
+
"id": "tab-bar/Profile"
|
|
632
|
+
},
|
|
633
|
+
"tab-bar/ProfileFill": {
|
|
634
|
+
"relative": "mono/tab-bar/ProfileFill.svg",
|
|
635
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/ProfileFill.svg",
|
|
636
|
+
"assetType": "mono",
|
|
637
|
+
"id": "tab-bar/ProfileFill"
|
|
638
|
+
},
|
|
639
|
+
"tab-bar/Ticketing": {
|
|
640
|
+
"relative": "mono/tab-bar/Ticketing.svg",
|
|
641
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/Ticketing.svg",
|
|
642
|
+
"assetType": "mono",
|
|
643
|
+
"id": "tab-bar/Ticketing"
|
|
644
|
+
},
|
|
645
|
+
"tab-bar/TicketingFill": {
|
|
646
|
+
"relative": "mono/tab-bar/TicketingFill.svg",
|
|
647
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/tab-bar/TicketingFill.svg",
|
|
648
|
+
"assetType": "mono",
|
|
649
|
+
"id": "tab-bar/TicketingFill"
|
|
650
|
+
},
|
|
651
|
+
"time/Date": {
|
|
652
|
+
"relative": "mono/time/Date.svg",
|
|
653
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/Date.svg",
|
|
654
|
+
"assetType": "mono",
|
|
655
|
+
"id": "time/Date"
|
|
656
|
+
},
|
|
657
|
+
"time/Duration": {
|
|
658
|
+
"relative": "mono/time/Duration.svg",
|
|
659
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/Duration.svg",
|
|
660
|
+
"assetType": "mono",
|
|
661
|
+
"id": "time/Duration"
|
|
662
|
+
},
|
|
663
|
+
"time/Realtime": {
|
|
664
|
+
"relative": "mono/time/Realtime.svg",
|
|
665
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/Realtime.svg",
|
|
666
|
+
"assetType": "mono",
|
|
667
|
+
"id": "time/Realtime"
|
|
668
|
+
},
|
|
669
|
+
"time/RealtimeSmall": {
|
|
670
|
+
"relative": "mono/time/RealtimeSmall.svg",
|
|
671
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/RealtimeSmall.svg",
|
|
672
|
+
"assetType": "mono",
|
|
673
|
+
"id": "time/RealtimeSmall"
|
|
674
|
+
},
|
|
675
|
+
"time/Time": {
|
|
676
|
+
"relative": "mono/time/Time.svg",
|
|
677
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/time/Time.svg",
|
|
678
|
+
"assetType": "mono",
|
|
679
|
+
"id": "time/Time"
|
|
680
|
+
},
|
|
681
|
+
"ticketing/Card": {
|
|
682
|
+
"relative": "mono/ticketing/Card.svg",
|
|
683
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Card.svg",
|
|
684
|
+
"assetType": "mono",
|
|
685
|
+
"id": "ticketing/Card"
|
|
686
|
+
},
|
|
687
|
+
"ticketing/H24": {
|
|
688
|
+
"relative": "mono/ticketing/H24.svg",
|
|
689
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/H24.svg",
|
|
690
|
+
"assetType": "mono",
|
|
691
|
+
"id": "ticketing/H24"
|
|
692
|
+
},
|
|
693
|
+
"ticketing/Moon": {
|
|
694
|
+
"relative": "mono/ticketing/Moon.svg",
|
|
695
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Moon.svg",
|
|
696
|
+
"assetType": "mono",
|
|
697
|
+
"id": "ticketing/Moon"
|
|
698
|
+
},
|
|
699
|
+
"ticketing/QR": {
|
|
700
|
+
"relative": "mono/ticketing/QR.svg",
|
|
701
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/QR.svg",
|
|
702
|
+
"assetType": "mono",
|
|
703
|
+
"id": "ticketing/QR"
|
|
704
|
+
},
|
|
705
|
+
"ticketing/Receipt": {
|
|
706
|
+
"relative": "mono/ticketing/Receipt.svg",
|
|
707
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Receipt.svg",
|
|
708
|
+
"assetType": "mono",
|
|
709
|
+
"id": "ticketing/Receipt"
|
|
710
|
+
},
|
|
711
|
+
"ticketing/Student": {
|
|
712
|
+
"relative": "mono/ticketing/Student.svg",
|
|
713
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Student.svg",
|
|
714
|
+
"assetType": "mono",
|
|
715
|
+
"id": "ticketing/Student"
|
|
716
|
+
},
|
|
717
|
+
"ticketing/Sun": {
|
|
718
|
+
"relative": "mono/ticketing/Sun.svg",
|
|
719
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Sun.svg",
|
|
720
|
+
"assetType": "mono",
|
|
721
|
+
"id": "ticketing/Sun"
|
|
722
|
+
},
|
|
723
|
+
"ticketing/Ticket": {
|
|
724
|
+
"relative": "mono/ticketing/Ticket.svg",
|
|
725
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Ticket.svg",
|
|
726
|
+
"assetType": "mono",
|
|
727
|
+
"id": "ticketing/Ticket"
|
|
728
|
+
},
|
|
729
|
+
"ticketing/TicketAdd": {
|
|
730
|
+
"relative": "mono/ticketing/TicketAdd.svg",
|
|
731
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TicketAdd.svg",
|
|
732
|
+
"assetType": "mono",
|
|
733
|
+
"id": "ticketing/TicketAdd"
|
|
734
|
+
},
|
|
735
|
+
"ticketing/TicketInvalid": {
|
|
736
|
+
"relative": "mono/ticketing/TicketInvalid.svg",
|
|
737
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TicketInvalid.svg",
|
|
738
|
+
"assetType": "mono",
|
|
739
|
+
"id": "ticketing/TicketInvalid"
|
|
740
|
+
},
|
|
741
|
+
"ticketing/TicketMultiple": {
|
|
742
|
+
"relative": "mono/ticketing/TicketMultiple.svg",
|
|
743
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TicketMultiple.svg",
|
|
744
|
+
"assetType": "mono",
|
|
745
|
+
"id": "ticketing/TicketMultiple"
|
|
746
|
+
},
|
|
747
|
+
"ticketing/TicketValid": {
|
|
748
|
+
"relative": "mono/ticketing/TicketValid.svg",
|
|
749
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TicketValid.svg",
|
|
750
|
+
"assetType": "mono",
|
|
751
|
+
"id": "ticketing/TicketValid"
|
|
752
|
+
},
|
|
753
|
+
"ticketing/Travellers": {
|
|
754
|
+
"relative": "mono/ticketing/Travellers.svg",
|
|
755
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Travellers.svg",
|
|
756
|
+
"assetType": "mono",
|
|
757
|
+
"id": "ticketing/Travellers"
|
|
758
|
+
},
|
|
759
|
+
"ticketing/Vipps": {
|
|
760
|
+
"relative": "mono/ticketing/Vipps.svg",
|
|
761
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Vipps.svg",
|
|
762
|
+
"assetType": "mono",
|
|
763
|
+
"id": "ticketing/Vipps"
|
|
764
|
+
},
|
|
765
|
+
"ticketing/Youth": {
|
|
766
|
+
"relative": "mono/ticketing/Youth.svg",
|
|
767
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Youth.svg",
|
|
768
|
+
"assetType": "mono",
|
|
769
|
+
"id": "ticketing/Youth"
|
|
770
|
+
},
|
|
771
|
+
"transportation/Bicycle": {
|
|
772
|
+
"relative": "mono/transportation/Bicycle.svg",
|
|
773
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Bicycle.svg",
|
|
774
|
+
"assetType": "mono",
|
|
775
|
+
"id": "transportation/Bicycle"
|
|
776
|
+
},
|
|
777
|
+
"transportation/BicycleFill": {
|
|
778
|
+
"relative": "mono/transportation/BicycleFill.svg",
|
|
779
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/BicycleFill.svg",
|
|
780
|
+
"assetType": "mono",
|
|
781
|
+
"id": "transportation/BicycleFill"
|
|
782
|
+
},
|
|
783
|
+
"transportation/Cable": {
|
|
784
|
+
"relative": "mono/transportation/Cable.svg",
|
|
785
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Cable.svg",
|
|
786
|
+
"assetType": "mono",
|
|
787
|
+
"id": "transportation/Cable"
|
|
788
|
+
},
|
|
789
|
+
"transportation/CableFill": {
|
|
790
|
+
"relative": "mono/transportation/CableFill.svg",
|
|
791
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/CableFill.svg",
|
|
792
|
+
"assetType": "mono",
|
|
793
|
+
"id": "transportation/CableFill"
|
|
794
|
+
},
|
|
795
|
+
"transportation/Car": {
|
|
796
|
+
"relative": "mono/transportation/Car.svg",
|
|
797
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Car.svg",
|
|
798
|
+
"assetType": "mono",
|
|
799
|
+
"id": "transportation/Car"
|
|
800
|
+
},
|
|
801
|
+
"transportation/CarFill": {
|
|
802
|
+
"relative": "mono/transportation/CarFill.svg",
|
|
803
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/CarFill.svg",
|
|
804
|
+
"assetType": "mono",
|
|
805
|
+
"id": "transportation/CarFill"
|
|
806
|
+
},
|
|
807
|
+
"transportation/Flexible": {
|
|
808
|
+
"relative": "mono/transportation/Flexible.svg",
|
|
809
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Flexible.svg",
|
|
810
|
+
"assetType": "mono",
|
|
811
|
+
"id": "transportation/Flexible"
|
|
812
|
+
},
|
|
813
|
+
"transportation/FlexibleFill": {
|
|
814
|
+
"relative": "mono/transportation/FlexibleFill.svg",
|
|
815
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/FlexibleFill.svg",
|
|
816
|
+
"assetType": "mono",
|
|
817
|
+
"id": "transportation/FlexibleFill"
|
|
818
|
+
},
|
|
819
|
+
"transportation/Funicular": {
|
|
820
|
+
"relative": "mono/transportation/Funicular.svg",
|
|
821
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Funicular.svg",
|
|
822
|
+
"assetType": "mono",
|
|
823
|
+
"id": "transportation/Funicular"
|
|
824
|
+
},
|
|
825
|
+
"transportation/FunicularFill": {
|
|
826
|
+
"relative": "mono/transportation/FunicularFill.svg",
|
|
827
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/FunicularFill.svg",
|
|
828
|
+
"assetType": "mono",
|
|
829
|
+
"id": "transportation/FunicularFill"
|
|
830
|
+
},
|
|
831
|
+
"transportation/Metro": {
|
|
832
|
+
"relative": "mono/transportation/Metro.svg",
|
|
833
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Metro.svg",
|
|
834
|
+
"assetType": "mono",
|
|
835
|
+
"id": "transportation/Metro"
|
|
836
|
+
},
|
|
837
|
+
"transportation/MetroFill": {
|
|
838
|
+
"relative": "mono/transportation/MetroFill.svg",
|
|
839
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/MetroFill.svg",
|
|
840
|
+
"assetType": "mono",
|
|
841
|
+
"id": "transportation/MetroFill"
|
|
842
|
+
},
|
|
843
|
+
"transportation/Night": {
|
|
844
|
+
"relative": "mono/transportation/Night.svg",
|
|
845
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Night.svg",
|
|
846
|
+
"assetType": "mono",
|
|
847
|
+
"id": "transportation/Night"
|
|
848
|
+
},
|
|
849
|
+
"transportation/NightFill": {
|
|
850
|
+
"relative": "mono/transportation/NightFill.svg",
|
|
851
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/NightFill.svg",
|
|
852
|
+
"assetType": "mono",
|
|
853
|
+
"id": "transportation/NightFill"
|
|
854
|
+
},
|
|
855
|
+
"transportation/Plane": {
|
|
856
|
+
"relative": "mono/transportation/Plane.svg",
|
|
857
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Plane.svg",
|
|
858
|
+
"assetType": "mono",
|
|
859
|
+
"id": "transportation/Plane"
|
|
860
|
+
},
|
|
861
|
+
"transportation/PlaneFill": {
|
|
862
|
+
"relative": "mono/transportation/PlaneFill.svg",
|
|
863
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/PlaneFill.svg",
|
|
864
|
+
"assetType": "mono",
|
|
865
|
+
"id": "transportation/PlaneFill"
|
|
866
|
+
},
|
|
867
|
+
"transportation/Scooter": {
|
|
868
|
+
"relative": "mono/transportation/Scooter.svg",
|
|
869
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Scooter.svg",
|
|
870
|
+
"assetType": "mono",
|
|
871
|
+
"id": "transportation/Scooter"
|
|
872
|
+
},
|
|
873
|
+
"transportation/ScooterFill": {
|
|
874
|
+
"relative": "mono/transportation/ScooterFill.svg",
|
|
875
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/ScooterFill.svg",
|
|
876
|
+
"assetType": "mono",
|
|
877
|
+
"id": "transportation/ScooterFill"
|
|
878
|
+
},
|
|
879
|
+
"transportation/Train": {
|
|
880
|
+
"relative": "mono/transportation/Train.svg",
|
|
881
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Train.svg",
|
|
882
|
+
"assetType": "mono",
|
|
883
|
+
"id": "transportation/Train"
|
|
884
|
+
},
|
|
885
|
+
"transportation/TrainFill": {
|
|
886
|
+
"relative": "mono/transportation/TrainFill.svg",
|
|
887
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/TrainFill.svg",
|
|
888
|
+
"assetType": "mono",
|
|
889
|
+
"id": "transportation/TrainFill"
|
|
890
|
+
},
|
|
891
|
+
"transportation/Tram": {
|
|
892
|
+
"relative": "mono/transportation/Tram.svg",
|
|
893
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Tram.svg",
|
|
894
|
+
"assetType": "mono",
|
|
895
|
+
"id": "transportation/Tram"
|
|
896
|
+
},
|
|
897
|
+
"transportation/TramFill": {
|
|
898
|
+
"relative": "mono/transportation/TramFill.svg",
|
|
899
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/TramFill.svg",
|
|
900
|
+
"assetType": "mono",
|
|
901
|
+
"id": "transportation/TramFill"
|
|
902
|
+
},
|
|
903
|
+
"transportation/Unknown": {
|
|
904
|
+
"relative": "mono/transportation/Unknown.svg",
|
|
905
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Unknown.svg",
|
|
906
|
+
"assetType": "mono",
|
|
907
|
+
"id": "transportation/Unknown"
|
|
908
|
+
},
|
|
909
|
+
"transportation/UnknownFill": {
|
|
910
|
+
"relative": "mono/transportation/UnknownFill.svg",
|
|
911
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/UnknownFill.svg",
|
|
912
|
+
"assetType": "mono",
|
|
913
|
+
"id": "transportation/UnknownFill"
|
|
914
|
+
},
|
|
915
|
+
"transportation/Walk": {
|
|
916
|
+
"relative": "mono/transportation/Walk.svg",
|
|
917
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Walk.svg",
|
|
918
|
+
"assetType": "mono",
|
|
919
|
+
"id": "transportation/Walk"
|
|
920
|
+
},
|
|
921
|
+
"transportation/WalkFill": {
|
|
922
|
+
"relative": "mono/transportation/WalkFill.svg",
|
|
923
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/WalkFill.svg",
|
|
924
|
+
"assetType": "mono",
|
|
925
|
+
"id": "transportation/WalkFill"
|
|
926
|
+
},
|
|
927
|
+
"transportation-entur/Bicycle": {
|
|
928
|
+
"relative": "mono/transportation-entur/Bicycle.svg",
|
|
929
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Bicycle.svg",
|
|
930
|
+
"assetType": "mono",
|
|
931
|
+
"id": "transportation-entur/Bicycle"
|
|
932
|
+
},
|
|
933
|
+
"transportation-entur/Bus": {
|
|
934
|
+
"relative": "mono/transportation-entur/Bus.svg",
|
|
935
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Bus.svg",
|
|
936
|
+
"assetType": "mono",
|
|
937
|
+
"id": "transportation-entur/Bus"
|
|
938
|
+
},
|
|
939
|
+
"transportation-entur/Cableway": {
|
|
940
|
+
"relative": "mono/transportation-entur/Cableway.svg",
|
|
941
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Cableway.svg",
|
|
942
|
+
"assetType": "mono",
|
|
943
|
+
"id": "transportation-entur/Cableway"
|
|
944
|
+
},
|
|
945
|
+
"transportation-entur/Car": {
|
|
946
|
+
"relative": "mono/transportation-entur/Car.svg",
|
|
947
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Car.svg",
|
|
948
|
+
"assetType": "mono",
|
|
949
|
+
"id": "transportation-entur/Car"
|
|
950
|
+
},
|
|
951
|
+
"transportation-entur/Carferry": {
|
|
952
|
+
"relative": "mono/transportation-entur/Carferry.svg",
|
|
953
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Carferry.svg",
|
|
954
|
+
"assetType": "mono",
|
|
955
|
+
"id": "transportation-entur/Carferry"
|
|
956
|
+
},
|
|
957
|
+
"transportation-entur/Ferry": {
|
|
958
|
+
"relative": "mono/transportation-entur/Ferry.svg",
|
|
959
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Ferry.svg",
|
|
960
|
+
"assetType": "mono",
|
|
961
|
+
"id": "transportation-entur/Ferry"
|
|
962
|
+
},
|
|
963
|
+
"transportation-entur/Funicular": {
|
|
964
|
+
"relative": "mono/transportation-entur/Funicular.svg",
|
|
965
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Funicular.svg",
|
|
966
|
+
"assetType": "mono",
|
|
967
|
+
"id": "transportation-entur/Funicular"
|
|
968
|
+
},
|
|
969
|
+
"transportation-entur/Helicopter": {
|
|
970
|
+
"relative": "mono/transportation-entur/Helicopter.svg",
|
|
971
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Helicopter.svg",
|
|
972
|
+
"assetType": "mono",
|
|
973
|
+
"id": "transportation-entur/Helicopter"
|
|
974
|
+
},
|
|
975
|
+
"transportation-entur/Plane": {
|
|
976
|
+
"relative": "mono/transportation-entur/Plane.svg",
|
|
977
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Plane.svg",
|
|
978
|
+
"assetType": "mono",
|
|
979
|
+
"id": "transportation-entur/Plane"
|
|
980
|
+
},
|
|
981
|
+
"transportation-entur/Scooter": {
|
|
982
|
+
"relative": "mono/transportation-entur/Scooter.svg",
|
|
983
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Scooter.svg",
|
|
984
|
+
"assetType": "mono",
|
|
985
|
+
"id": "transportation-entur/Scooter"
|
|
986
|
+
},
|
|
987
|
+
"transportation-entur/Subway": {
|
|
988
|
+
"relative": "mono/transportation-entur/Subway.svg",
|
|
989
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Subway.svg",
|
|
990
|
+
"assetType": "mono",
|
|
991
|
+
"id": "transportation-entur/Subway"
|
|
992
|
+
},
|
|
993
|
+
"transportation-entur/Taxi": {
|
|
994
|
+
"relative": "mono/transportation-entur/Taxi.svg",
|
|
995
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Taxi.svg",
|
|
996
|
+
"assetType": "mono",
|
|
997
|
+
"id": "transportation-entur/Taxi"
|
|
998
|
+
},
|
|
999
|
+
"transportation-entur/Train": {
|
|
1000
|
+
"relative": "mono/transportation-entur/Train.svg",
|
|
1001
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Train.svg",
|
|
1002
|
+
"assetType": "mono",
|
|
1003
|
+
"id": "transportation-entur/Train"
|
|
1004
|
+
},
|
|
1005
|
+
"transportation-entur/Tram": {
|
|
1006
|
+
"relative": "mono/transportation-entur/Tram.svg",
|
|
1007
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Tram.svg",
|
|
1008
|
+
"assetType": "mono",
|
|
1009
|
+
"id": "transportation-entur/Tram"
|
|
1010
|
+
},
|
|
1011
|
+
"transportation-entur/Walk": {
|
|
1012
|
+
"relative": "mono/transportation-entur/Walk.svg",
|
|
1013
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation-entur/Walk.svg",
|
|
1014
|
+
"assetType": "mono",
|
|
1015
|
+
"id": "transportation-entur/Walk"
|
|
1016
|
+
},
|
|
1017
|
+
"logo/logo": {
|
|
1018
|
+
"relative": "mono/logo/logo.svg",
|
|
1019
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/logo/logo.svg",
|
|
1020
|
+
"assetType": "mono",
|
|
1021
|
+
"id": "logo/logo"
|
|
1022
|
+
},
|
|
1023
|
+
"ticketing/Travelcard": {
|
|
1024
|
+
"relative": "mono/ticketing/Travelcard.svg",
|
|
1025
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/Travelcard.svg",
|
|
1026
|
+
"assetType": "mono",
|
|
1027
|
+
"id": "ticketing/Travelcard"
|
|
1028
|
+
},
|
|
1029
|
+
"ticketing/TravelcardOutlined": {
|
|
1030
|
+
"relative": "mono/ticketing/TravelcardOutlined.svg",
|
|
1031
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/ticketing/TravelcardOutlined.svg",
|
|
1032
|
+
"assetType": "mono",
|
|
1033
|
+
"id": "ticketing/TravelcardOutlined"
|
|
1034
|
+
},
|
|
1035
|
+
"transportation/Boat": {
|
|
1036
|
+
"relative": "mono/transportation/Boat.svg",
|
|
1037
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Boat.svg",
|
|
1038
|
+
"assetType": "mono",
|
|
1039
|
+
"id": "transportation/Boat"
|
|
1040
|
+
},
|
|
1041
|
+
"transportation/BoatFill": {
|
|
1042
|
+
"relative": "mono/transportation/BoatFill.svg",
|
|
1043
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/BoatFill.svg",
|
|
1044
|
+
"assetType": "mono",
|
|
1045
|
+
"id": "transportation/BoatFill"
|
|
1046
|
+
},
|
|
1047
|
+
"transportation/Bus": {
|
|
1048
|
+
"relative": "mono/transportation/Bus.svg",
|
|
1049
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Bus.svg",
|
|
1050
|
+
"assetType": "mono",
|
|
1051
|
+
"id": "transportation/Bus"
|
|
1052
|
+
},
|
|
1053
|
+
"transportation/BusFill": {
|
|
1054
|
+
"relative": "mono/transportation/BusFill.svg",
|
|
1055
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/BusFill.svg",
|
|
1056
|
+
"assetType": "mono",
|
|
1057
|
+
"id": "transportation/BusFill"
|
|
1058
|
+
},
|
|
1059
|
+
"transportation/Ferry": {
|
|
1060
|
+
"relative": "mono/transportation/Ferry.svg",
|
|
1061
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/Ferry.svg",
|
|
1062
|
+
"assetType": "mono",
|
|
1063
|
+
"id": "transportation/Ferry"
|
|
1064
|
+
},
|
|
1065
|
+
"transportation/FerryFill": {
|
|
1066
|
+
"relative": "mono/transportation/FerryFill.svg",
|
|
1067
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/mono/transportation/FerryFill.svg",
|
|
1068
|
+
"assetType": "mono",
|
|
1069
|
+
"id": "transportation/FerryFill"
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
"images": {
|
|
1073
|
+
"ChangeTravelToken": {
|
|
1074
|
+
"relative": "colors/images/ChangeTravelToken.svg",
|
|
1075
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/ChangeTravelToken.svg",
|
|
1076
|
+
"assetType": "colors",
|
|
1077
|
+
"colorType": "images",
|
|
1078
|
+
"darkable": false,
|
|
1079
|
+
"id": "ChangeTravelToken"
|
|
1080
|
+
},
|
|
1081
|
+
"Beacons": {
|
|
1082
|
+
"relative": "colors/images/dark/Beacons.svg",
|
|
1083
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/Beacons.svg",
|
|
1084
|
+
"assetType": "colors",
|
|
1085
|
+
"colorType": "images",
|
|
1086
|
+
"darkable": true,
|
|
1087
|
+
"id": "Beacons"
|
|
1088
|
+
},
|
|
1089
|
+
"BestillMaxi": {
|
|
1090
|
+
"relative": "colors/images/dark/BestillMaxi.svg",
|
|
1091
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/BestillMaxi.svg",
|
|
1092
|
+
"assetType": "colors",
|
|
1093
|
+
"colorType": "images",
|
|
1094
|
+
"darkable": true,
|
|
1095
|
+
"id": "BestillMaxi"
|
|
1096
|
+
},
|
|
1097
|
+
"Contact": {
|
|
1098
|
+
"relative": "colors/images/dark/Contact.svg",
|
|
1099
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/Contact.svg",
|
|
1100
|
+
"assetType": "colors",
|
|
1101
|
+
"colorType": "images",
|
|
1102
|
+
"darkable": true,
|
|
1103
|
+
"id": "Contact"
|
|
1104
|
+
},
|
|
1105
|
+
"FlexibleTransport": {
|
|
1106
|
+
"relative": "colors/images/dark/FlexibleTransport.svg",
|
|
1107
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/FlexibleTransport.svg",
|
|
1108
|
+
"assetType": "colors",
|
|
1109
|
+
"colorType": "images",
|
|
1110
|
+
"darkable": true,
|
|
1111
|
+
"id": "FlexibleTransport"
|
|
1112
|
+
},
|
|
1113
|
+
"HoldingHands": {
|
|
1114
|
+
"relative": "colors/images/dark/HoldingHands.svg",
|
|
1115
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/HoldingHands.svg",
|
|
1116
|
+
"assetType": "colors",
|
|
1117
|
+
"colorType": "images",
|
|
1118
|
+
"darkable": true,
|
|
1119
|
+
"id": "HoldingHands"
|
|
1120
|
+
},
|
|
1121
|
+
"Map": {
|
|
1122
|
+
"relative": "colors/images/dark/Map.svg",
|
|
1123
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/Map.svg",
|
|
1124
|
+
"assetType": "colors",
|
|
1125
|
+
"colorType": "images",
|
|
1126
|
+
"darkable": true,
|
|
1127
|
+
"id": "Map"
|
|
1128
|
+
},
|
|
1129
|
+
"MyLocation": {
|
|
1130
|
+
"relative": "colors/images/dark/MyLocation.svg",
|
|
1131
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/MyLocation.svg",
|
|
1132
|
+
"assetType": "colors",
|
|
1133
|
+
"colorType": "images",
|
|
1134
|
+
"darkable": true,
|
|
1135
|
+
"id": "MyLocation"
|
|
1136
|
+
},
|
|
1137
|
+
"PaymentCard": {
|
|
1138
|
+
"relative": "colors/images/dark/PaymentCard.svg",
|
|
1139
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/PaymentCard.svg",
|
|
1140
|
+
"assetType": "colors",
|
|
1141
|
+
"colorType": "images",
|
|
1142
|
+
"darkable": true,
|
|
1143
|
+
"id": "PaymentCard"
|
|
1144
|
+
},
|
|
1145
|
+
"PushNotification": {
|
|
1146
|
+
"relative": "colors/images/dark/PushNotification.svg",
|
|
1147
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/PushNotification.svg",
|
|
1148
|
+
"assetType": "colors",
|
|
1149
|
+
"colorType": "images",
|
|
1150
|
+
"darkable": true,
|
|
1151
|
+
"id": "PushNotification"
|
|
1152
|
+
},
|
|
1153
|
+
"Ticket": {
|
|
1154
|
+
"relative": "colors/images/dark/Ticket.svg",
|
|
1155
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/Ticket.svg",
|
|
1156
|
+
"assetType": "colors",
|
|
1157
|
+
"colorType": "images",
|
|
1158
|
+
"darkable": true,
|
|
1159
|
+
"id": "Ticket"
|
|
1160
|
+
},
|
|
1161
|
+
"TicketTilted": {
|
|
1162
|
+
"relative": "colors/images/dark/TicketTilted.svg",
|
|
1163
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/TicketTilted.svg",
|
|
1164
|
+
"assetType": "colors",
|
|
1165
|
+
"colorType": "images",
|
|
1166
|
+
"darkable": true,
|
|
1167
|
+
"id": "TicketTilted"
|
|
1168
|
+
},
|
|
1169
|
+
"bonus/BonusBag": {
|
|
1170
|
+
"relative": "colors/images/bonus/dark/BonusBag.svg",
|
|
1171
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusBag.svg",
|
|
1172
|
+
"assetType": "colors",
|
|
1173
|
+
"colorType": "images",
|
|
1174
|
+
"darkable": true,
|
|
1175
|
+
"id": "bonus/BonusBag"
|
|
1176
|
+
},
|
|
1177
|
+
"bonus/BonusBagCarry": {
|
|
1178
|
+
"relative": "colors/images/bonus/dark/BonusBagCarry.svg",
|
|
1179
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusBagCarry.svg",
|
|
1180
|
+
"assetType": "colors",
|
|
1181
|
+
"colorType": "images",
|
|
1182
|
+
"darkable": true,
|
|
1183
|
+
"id": "bonus/BonusBagCarry"
|
|
1184
|
+
},
|
|
1185
|
+
"bonus/BonusBagHug": {
|
|
1186
|
+
"relative": "colors/images/bonus/dark/BonusBagHug.svg",
|
|
1187
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusBagHug.svg",
|
|
1188
|
+
"assetType": "colors",
|
|
1189
|
+
"colorType": "images",
|
|
1190
|
+
"darkable": true,
|
|
1191
|
+
"id": "bonus/BonusBagHug"
|
|
1192
|
+
},
|
|
1193
|
+
"bonus/BonusMap": {
|
|
1194
|
+
"relative": "colors/images/bonus/dark/BonusMap.svg",
|
|
1195
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusMap.svg",
|
|
1196
|
+
"assetType": "colors",
|
|
1197
|
+
"colorType": "images",
|
|
1198
|
+
"darkable": true,
|
|
1199
|
+
"id": "bonus/BonusMap"
|
|
1200
|
+
},
|
|
1201
|
+
"bonus/BonusTransaction": {
|
|
1202
|
+
"relative": "colors/images/bonus/dark/BonusTransaction.svg",
|
|
1203
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusTransaction.svg",
|
|
1204
|
+
"assetType": "colors",
|
|
1205
|
+
"colorType": "images",
|
|
1206
|
+
"darkable": true,
|
|
1207
|
+
"id": "bonus/BonusTransaction"
|
|
1208
|
+
},
|
|
1209
|
+
"bonus/BonusTrashCan": {
|
|
1210
|
+
"relative": "colors/images/bonus/dark/BonusTrashCan.svg",
|
|
1211
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/bonus/dark/BonusTrashCan.svg",
|
|
1212
|
+
"assetType": "colors",
|
|
1213
|
+
"colorType": "images",
|
|
1214
|
+
"darkable": true,
|
|
1215
|
+
"id": "bonus/BonusTrashCan"
|
|
1216
|
+
},
|
|
1217
|
+
"mobility/BabyOnScooter": {
|
|
1218
|
+
"relative": "colors/images/mobility/dark/BabyOnScooter.svg",
|
|
1219
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BabyOnScooter.svg",
|
|
1220
|
+
"assetType": "colors",
|
|
1221
|
+
"colorType": "images",
|
|
1222
|
+
"darkable": true,
|
|
1223
|
+
"id": "mobility/BabyOnScooter"
|
|
1224
|
+
},
|
|
1225
|
+
"mobility/BundlingCarSharing": {
|
|
1226
|
+
"relative": "colors/images/mobility/dark/BundlingCarSharing.svg",
|
|
1227
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BundlingCarSharing.svg",
|
|
1228
|
+
"assetType": "colors",
|
|
1229
|
+
"colorType": "images",
|
|
1230
|
+
"darkable": true,
|
|
1231
|
+
"id": "mobility/BundlingCarSharing"
|
|
1232
|
+
},
|
|
1233
|
+
"mobility/BundlingCarSharingActive": {
|
|
1234
|
+
"relative": "colors/images/mobility/dark/BundlingCarSharingActive.svg",
|
|
1235
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BundlingCarSharingActive.svg",
|
|
1236
|
+
"assetType": "colors",
|
|
1237
|
+
"colorType": "images",
|
|
1238
|
+
"darkable": true,
|
|
1239
|
+
"id": "mobility/BundlingCarSharingActive"
|
|
1240
|
+
},
|
|
1241
|
+
"mobility/BundlingCityBike": {
|
|
1242
|
+
"relative": "colors/images/mobility/dark/BundlingCityBike.svg",
|
|
1243
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BundlingCityBike.svg",
|
|
1244
|
+
"assetType": "colors",
|
|
1245
|
+
"colorType": "images",
|
|
1246
|
+
"darkable": true,
|
|
1247
|
+
"id": "mobility/BundlingCityBike"
|
|
1248
|
+
},
|
|
1249
|
+
"mobility/BundlingCityBikeActive": {
|
|
1250
|
+
"relative": "colors/images/mobility/dark/BundlingCityBikeActive.svg",
|
|
1251
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/BundlingCityBikeActive.svg",
|
|
1252
|
+
"assetType": "colors",
|
|
1253
|
+
"colorType": "images",
|
|
1254
|
+
"darkable": true,
|
|
1255
|
+
"id": "mobility/BundlingCityBikeActive"
|
|
1256
|
+
},
|
|
1257
|
+
"mobility/CityBike": {
|
|
1258
|
+
"relative": "colors/images/mobility/dark/CityBike.svg",
|
|
1259
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/CityBike.svg",
|
|
1260
|
+
"assetType": "colors",
|
|
1261
|
+
"colorType": "images",
|
|
1262
|
+
"darkable": true,
|
|
1263
|
+
"id": "mobility/CityBike"
|
|
1264
|
+
},
|
|
1265
|
+
"mobility/ParkAndRide": {
|
|
1266
|
+
"relative": "colors/images/mobility/dark/ParkAndRide.svg",
|
|
1267
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/ParkAndRide.svg",
|
|
1268
|
+
"assetType": "colors",
|
|
1269
|
+
"colorType": "images",
|
|
1270
|
+
"darkable": true,
|
|
1271
|
+
"id": "mobility/ParkAndRide"
|
|
1272
|
+
},
|
|
1273
|
+
"mobility/Scooter": {
|
|
1274
|
+
"relative": "colors/images/mobility/dark/Scooter.svg",
|
|
1275
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/mobility/dark/Scooter.svg",
|
|
1276
|
+
"assetType": "colors",
|
|
1277
|
+
"colorType": "images",
|
|
1278
|
+
"darkable": true,
|
|
1279
|
+
"id": "mobility/Scooter"
|
|
1280
|
+
},
|
|
1281
|
+
"smart-park-and-ride/CarFront": {
|
|
1282
|
+
"relative": "colors/images/smart-park-and-ride/dark/CarFront.svg",
|
|
1283
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/smart-park-and-ride/dark/CarFront.svg",
|
|
1284
|
+
"assetType": "colors",
|
|
1285
|
+
"colorType": "images",
|
|
1286
|
+
"darkable": true,
|
|
1287
|
+
"id": "smart-park-and-ride/CarFront"
|
|
1288
|
+
},
|
|
1289
|
+
"smart-park-and-ride/CarRegister": {
|
|
1290
|
+
"relative": "colors/images/smart-park-and-ride/dark/CarRegister.svg",
|
|
1291
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/smart-park-and-ride/dark/CarRegister.svg",
|
|
1292
|
+
"assetType": "colors",
|
|
1293
|
+
"colorType": "images",
|
|
1294
|
+
"darkable": true,
|
|
1295
|
+
"id": "smart-park-and-ride/CarRegister"
|
|
1296
|
+
},
|
|
1297
|
+
"smart-park-and-ride/CarValidTicket": {
|
|
1298
|
+
"relative": "colors/images/smart-park-and-ride/dark/CarValidTicket.svg",
|
|
1299
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/smart-park-and-ride/dark/CarValidTicket.svg",
|
|
1300
|
+
"assetType": "colors",
|
|
1301
|
+
"colorType": "images",
|
|
1302
|
+
"darkable": true,
|
|
1303
|
+
"id": "smart-park-and-ride/CarValidTicket"
|
|
1304
|
+
},
|
|
1305
|
+
"favicon": {
|
|
1306
|
+
"relative": "colors/favicon.ico",
|
|
1307
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/favicon.ico",
|
|
1308
|
+
"assetType": "colors",
|
|
1309
|
+
"colorType": "images",
|
|
1310
|
+
"darkable": false,
|
|
1311
|
+
"id": "favicon"
|
|
1312
|
+
},
|
|
1313
|
+
"Crash": {
|
|
1314
|
+
"relative": "colors/images/Crash.svg",
|
|
1315
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/Crash.svg",
|
|
1316
|
+
"assetType": "colors",
|
|
1317
|
+
"colorType": "images",
|
|
1318
|
+
"darkable": false,
|
|
1319
|
+
"id": "Crash"
|
|
1320
|
+
},
|
|
1321
|
+
"DashboardBackground": {
|
|
1322
|
+
"relative": "colors/images/DashboardBackground.svg",
|
|
1323
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/DashboardBackground.svg",
|
|
1324
|
+
"assetType": "colors",
|
|
1325
|
+
"colorType": "images",
|
|
1326
|
+
"darkable": false,
|
|
1327
|
+
"id": "DashboardBackground"
|
|
1328
|
+
},
|
|
1329
|
+
"FilterOnboarding": {
|
|
1330
|
+
"relative": "colors/images/FilterOnboarding.svg",
|
|
1331
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/FilterOnboarding.svg",
|
|
1332
|
+
"assetType": "colors",
|
|
1333
|
+
"colorType": "images",
|
|
1334
|
+
"darkable": false,
|
|
1335
|
+
"id": "FilterOnboarding"
|
|
1336
|
+
},
|
|
1337
|
+
"Onboarding4": {
|
|
1338
|
+
"relative": "colors/images/Onboarding4.svg",
|
|
1339
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/Onboarding4.svg",
|
|
1340
|
+
"assetType": "colors",
|
|
1341
|
+
"colorType": "images",
|
|
1342
|
+
"darkable": false,
|
|
1343
|
+
"id": "Onboarding4"
|
|
1344
|
+
},
|
|
1345
|
+
"Onboarding5": {
|
|
1346
|
+
"relative": "colors/images/Onboarding5.svg",
|
|
1347
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/Onboarding5.svg",
|
|
1348
|
+
"assetType": "colors",
|
|
1349
|
+
"colorType": "images",
|
|
1350
|
+
"darkable": false,
|
|
1351
|
+
"id": "Onboarding5"
|
|
1352
|
+
},
|
|
1353
|
+
"Pilot": {
|
|
1354
|
+
"relative": "colors/images/Pilot.svg",
|
|
1355
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/Pilot.svg",
|
|
1356
|
+
"assetType": "colors",
|
|
1357
|
+
"colorType": "images",
|
|
1358
|
+
"darkable": false,
|
|
1359
|
+
"id": "Pilot"
|
|
1360
|
+
},
|
|
1361
|
+
"ScooterOnboarding": {
|
|
1362
|
+
"relative": "colors/images/ScooterOnboarding.svg",
|
|
1363
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/ScooterOnboarding.svg",
|
|
1364
|
+
"assetType": "colors",
|
|
1365
|
+
"colorType": "images",
|
|
1366
|
+
"darkable": false,
|
|
1367
|
+
"id": "ScooterOnboarding"
|
|
1368
|
+
},
|
|
1369
|
+
"TicketSplash": {
|
|
1370
|
+
"relative": "colors/images/TicketSplash.svg",
|
|
1371
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/TicketSplash.svg",
|
|
1372
|
+
"assetType": "colors",
|
|
1373
|
+
"colorType": "images",
|
|
1374
|
+
"darkable": false,
|
|
1375
|
+
"id": "TicketSplash"
|
|
1376
|
+
},
|
|
1377
|
+
"logo/RichLogo": {
|
|
1378
|
+
"relative": "colors/logo/RichLogo.svg",
|
|
1379
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/logo/RichLogo.svg",
|
|
1380
|
+
"assetType": "colors",
|
|
1381
|
+
"colorType": "images",
|
|
1382
|
+
"darkable": false,
|
|
1383
|
+
"id": "logo/RichLogo"
|
|
1384
|
+
},
|
|
1385
|
+
"BackgroundIllustration-OnBehalfOf": {
|
|
1386
|
+
"relative": "colors/images/dark/BackgroundIllustration-OnBehalfOf.svg",
|
|
1387
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/BackgroundIllustration-OnBehalfOf.svg",
|
|
1388
|
+
"assetType": "colors",
|
|
1389
|
+
"colorType": "images",
|
|
1390
|
+
"darkable": true,
|
|
1391
|
+
"id": "BackgroundIllustration-OnBehalfOf"
|
|
1392
|
+
},
|
|
1393
|
+
"BackgroundIllustration": {
|
|
1394
|
+
"relative": "colors/images/dark/BackgroundIllustration.svg",
|
|
1395
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/BackgroundIllustration.svg",
|
|
1396
|
+
"assetType": "colors",
|
|
1397
|
+
"colorType": "images",
|
|
1398
|
+
"darkable": true,
|
|
1399
|
+
"id": "BackgroundIllustration"
|
|
1400
|
+
},
|
|
1401
|
+
"CrashSmall": {
|
|
1402
|
+
"relative": "colors/images/dark/CrashSmall.svg",
|
|
1403
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/CrashSmall.svg",
|
|
1404
|
+
"assetType": "colors",
|
|
1405
|
+
"colorType": "images",
|
|
1406
|
+
"darkable": true,
|
|
1407
|
+
"id": "CrashSmall"
|
|
1408
|
+
},
|
|
1409
|
+
"EmptyIllustration": {
|
|
1410
|
+
"relative": "colors/images/dark/EmptyIllustration.svg",
|
|
1411
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/EmptyIllustration.svg",
|
|
1412
|
+
"assetType": "colors",
|
|
1413
|
+
"colorType": "images",
|
|
1414
|
+
"darkable": true,
|
|
1415
|
+
"id": "EmptyIllustration"
|
|
1416
|
+
},
|
|
1417
|
+
"NoFavouriteDeparture": {
|
|
1418
|
+
"relative": "colors/images/dark/NoFavouriteDeparture.svg",
|
|
1419
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/NoFavouriteDeparture.svg",
|
|
1420
|
+
"assetType": "colors",
|
|
1421
|
+
"colorType": "images",
|
|
1422
|
+
"darkable": true,
|
|
1423
|
+
"id": "NoFavouriteDeparture"
|
|
1424
|
+
},
|
|
1425
|
+
"OnBehalfOf": {
|
|
1426
|
+
"relative": "colors/images/dark/OnBehalfOf.svg",
|
|
1427
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/OnBehalfOf.svg",
|
|
1428
|
+
"assetType": "colors",
|
|
1429
|
+
"colorType": "images",
|
|
1430
|
+
"darkable": true,
|
|
1431
|
+
"id": "OnBehalfOf"
|
|
1432
|
+
},
|
|
1433
|
+
"ProfileCardLoggedIn": {
|
|
1434
|
+
"relative": "colors/images/dark/ProfileCardLoggedIn.svg",
|
|
1435
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/ProfileCardLoggedIn.svg",
|
|
1436
|
+
"assetType": "colors",
|
|
1437
|
+
"colorType": "images",
|
|
1438
|
+
"darkable": true,
|
|
1439
|
+
"id": "ProfileCardLoggedIn"
|
|
1440
|
+
},
|
|
1441
|
+
"ProfileCardLoggedOut": {
|
|
1442
|
+
"relative": "colors/images/dark/ProfileCardLoggedOut.svg",
|
|
1443
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/ProfileCardLoggedOut.svg",
|
|
1444
|
+
"assetType": "colors",
|
|
1445
|
+
"colorType": "images",
|
|
1446
|
+
"darkable": true,
|
|
1447
|
+
"id": "ProfileCardLoggedOut"
|
|
1448
|
+
},
|
|
1449
|
+
"TravelPlanning": {
|
|
1450
|
+
"relative": "colors/images/dark/TravelPlanning.svg",
|
|
1451
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/TravelPlanning.svg",
|
|
1452
|
+
"assetType": "colors",
|
|
1453
|
+
"colorType": "images",
|
|
1454
|
+
"darkable": true,
|
|
1455
|
+
"id": "TravelPlanning"
|
|
1456
|
+
},
|
|
1457
|
+
"login": {
|
|
1458
|
+
"relative": "colors/images/dark/login.svg",
|
|
1459
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/images/dark/login.svg",
|
|
1460
|
+
"assetType": "colors",
|
|
1461
|
+
"colorType": "images",
|
|
1462
|
+
"darkable": true,
|
|
1463
|
+
"id": "login"
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
"colorIcons": {
|
|
1467
|
+
"actions/CloseCircle": {
|
|
1468
|
+
"relative": "colors/icons/actions/CloseCircle.svg",
|
|
1469
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/actions/CloseCircle.svg",
|
|
1470
|
+
"assetType": "colors",
|
|
1471
|
+
"colorType": "icons",
|
|
1472
|
+
"darkable": false,
|
|
1473
|
+
"id": "actions/CloseCircle"
|
|
1474
|
+
},
|
|
1475
|
+
"input/CheckboxChecked": {
|
|
1476
|
+
"relative": "colors/icons/input/CheckboxChecked.svg",
|
|
1477
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/input/CheckboxChecked.svg",
|
|
1478
|
+
"assetType": "colors",
|
|
1479
|
+
"colorType": "icons",
|
|
1480
|
+
"darkable": false,
|
|
1481
|
+
"id": "input/CheckboxChecked"
|
|
1482
|
+
},
|
|
1483
|
+
"input/CheckboxUnchecked": {
|
|
1484
|
+
"relative": "colors/icons/input/CheckboxUnchecked.svg",
|
|
1485
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/input/CheckboxUnchecked.svg",
|
|
1486
|
+
"assetType": "colors",
|
|
1487
|
+
"colorType": "icons",
|
|
1488
|
+
"darkable": false,
|
|
1489
|
+
"id": "input/CheckboxUnchecked"
|
|
1490
|
+
},
|
|
1491
|
+
"input/RadiobuttonChecked": {
|
|
1492
|
+
"relative": "colors/icons/input/RadiobuttonChecked.svg",
|
|
1493
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/input/RadiobuttonChecked.svg",
|
|
1494
|
+
"assetType": "colors",
|
|
1495
|
+
"colorType": "icons",
|
|
1496
|
+
"darkable": false,
|
|
1497
|
+
"id": "input/RadiobuttonChecked"
|
|
1498
|
+
},
|
|
1499
|
+
"input/RadiobuttonUnchecked": {
|
|
1500
|
+
"relative": "colors/icons/input/RadiobuttonUnchecked.svg",
|
|
1501
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/input/RadiobuttonUnchecked.svg",
|
|
1502
|
+
"assetType": "colors",
|
|
1503
|
+
"colorType": "icons",
|
|
1504
|
+
"darkable": false,
|
|
1505
|
+
"id": "input/RadiobuttonUnchecked"
|
|
1506
|
+
},
|
|
1507
|
+
"map/Map": {
|
|
1508
|
+
"relative": "colors/icons/map/Map.svg",
|
|
1509
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/Map.svg",
|
|
1510
|
+
"assetType": "colors",
|
|
1511
|
+
"colorType": "icons",
|
|
1512
|
+
"darkable": false,
|
|
1513
|
+
"id": "map/Map"
|
|
1514
|
+
},
|
|
1515
|
+
"map/MapPin": {
|
|
1516
|
+
"relative": "colors/icons/map/MapPin.svg",
|
|
1517
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/MapPin.svg",
|
|
1518
|
+
"assetType": "colors",
|
|
1519
|
+
"colorType": "icons",
|
|
1520
|
+
"darkable": false,
|
|
1521
|
+
"id": "map/MapPin"
|
|
1522
|
+
},
|
|
1523
|
+
"map/Pin": {
|
|
1524
|
+
"relative": "colors/icons/map/Pin.svg",
|
|
1525
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/Pin.svg",
|
|
1526
|
+
"assetType": "colors",
|
|
1527
|
+
"colorType": "icons",
|
|
1528
|
+
"darkable": false,
|
|
1529
|
+
"id": "map/Pin"
|
|
1530
|
+
},
|
|
1531
|
+
"map/PinInvalid": {
|
|
1532
|
+
"relative": "colors/icons/map/PinInvalid.svg",
|
|
1533
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/PinInvalid.svg",
|
|
1534
|
+
"assetType": "colors",
|
|
1535
|
+
"colorType": "icons",
|
|
1536
|
+
"darkable": false,
|
|
1537
|
+
"id": "map/PinInvalid"
|
|
1538
|
+
},
|
|
1539
|
+
"map/PinValid": {
|
|
1540
|
+
"relative": "colors/icons/map/PinValid.svg",
|
|
1541
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/map/PinValid.svg",
|
|
1542
|
+
"assetType": "colors",
|
|
1543
|
+
"colorType": "icons",
|
|
1544
|
+
"darkable": false,
|
|
1545
|
+
"id": "map/PinValid"
|
|
1546
|
+
},
|
|
1547
|
+
"ticketing/Amex": {
|
|
1548
|
+
"relative": "colors/icons/ticketing/Amex.svg",
|
|
1549
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Amex.svg",
|
|
1550
|
+
"assetType": "colors",
|
|
1551
|
+
"colorType": "icons",
|
|
1552
|
+
"darkable": false,
|
|
1553
|
+
"id": "ticketing/Amex"
|
|
1554
|
+
},
|
|
1555
|
+
"ticketing/Klippekort": {
|
|
1556
|
+
"relative": "colors/icons/ticketing/Klippekort.svg",
|
|
1557
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Klippekort.svg",
|
|
1558
|
+
"assetType": "colors",
|
|
1559
|
+
"colorType": "icons",
|
|
1560
|
+
"darkable": false,
|
|
1561
|
+
"id": "ticketing/Klippekort"
|
|
1562
|
+
},
|
|
1563
|
+
"ticketing/MasterCard": {
|
|
1564
|
+
"relative": "colors/icons/ticketing/MasterCard.svg",
|
|
1565
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/MasterCard.svg",
|
|
1566
|
+
"assetType": "colors",
|
|
1567
|
+
"colorType": "icons",
|
|
1568
|
+
"darkable": false,
|
|
1569
|
+
"id": "ticketing/MasterCard"
|
|
1570
|
+
},
|
|
1571
|
+
"ticketing/Seats": {
|
|
1572
|
+
"relative": "colors/icons/ticketing/Seats.svg",
|
|
1573
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Seats.svg",
|
|
1574
|
+
"assetType": "colors",
|
|
1575
|
+
"colorType": "icons",
|
|
1576
|
+
"darkable": false,
|
|
1577
|
+
"id": "ticketing/Seats"
|
|
1578
|
+
},
|
|
1579
|
+
"ticketing/Vipps": {
|
|
1580
|
+
"relative": "colors/icons/ticketing/Vipps.svg",
|
|
1581
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Vipps.svg",
|
|
1582
|
+
"assetType": "colors",
|
|
1583
|
+
"colorType": "icons",
|
|
1584
|
+
"darkable": false,
|
|
1585
|
+
"id": "ticketing/Vipps"
|
|
1586
|
+
},
|
|
1587
|
+
"ticketing/VippsLogo": {
|
|
1588
|
+
"relative": "colors/icons/ticketing/VippsLogo.svg",
|
|
1589
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/VippsLogo.svg",
|
|
1590
|
+
"assetType": "colors",
|
|
1591
|
+
"colorType": "icons",
|
|
1592
|
+
"darkable": false,
|
|
1593
|
+
"id": "ticketing/VippsLogo"
|
|
1594
|
+
},
|
|
1595
|
+
"ticketing/Visa": {
|
|
1596
|
+
"relative": "colors/icons/ticketing/Visa.svg",
|
|
1597
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/ticketing/Visa.svg",
|
|
1598
|
+
"assetType": "colors",
|
|
1599
|
+
"colorType": "icons",
|
|
1600
|
+
"darkable": false,
|
|
1601
|
+
"id": "ticketing/Visa"
|
|
1602
|
+
},
|
|
1603
|
+
"status/Realtime": {
|
|
1604
|
+
"relative": "colors/icons/status/dark/Realtime.svg",
|
|
1605
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Realtime.svg",
|
|
1606
|
+
"assetType": "colors",
|
|
1607
|
+
"colorType": "icons",
|
|
1608
|
+
"darkable": true,
|
|
1609
|
+
"id": "status/Realtime"
|
|
1610
|
+
},
|
|
1611
|
+
"status/Spinner": {
|
|
1612
|
+
"relative": "colors/icons/status/dark/Spinner.svg",
|
|
1613
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Spinner.svg",
|
|
1614
|
+
"assetType": "colors",
|
|
1615
|
+
"colorType": "icons",
|
|
1616
|
+
"darkable": true,
|
|
1617
|
+
"id": "status/Spinner"
|
|
1618
|
+
},
|
|
1619
|
+
"vehicles/Parking": {
|
|
1620
|
+
"relative": "colors/icons/vehicles/dark/Parking.svg",
|
|
1621
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/vehicles/dark/Parking.svg",
|
|
1622
|
+
"assetType": "colors",
|
|
1623
|
+
"colorType": "icons",
|
|
1624
|
+
"darkable": true,
|
|
1625
|
+
"id": "vehicles/Parking"
|
|
1626
|
+
},
|
|
1627
|
+
"favicon": {
|
|
1628
|
+
"relative": "colors/icons/favicon.svg",
|
|
1629
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/favicon.svg",
|
|
1630
|
+
"assetType": "colors",
|
|
1631
|
+
"colorType": "icons",
|
|
1632
|
+
"darkable": false,
|
|
1633
|
+
"id": "favicon"
|
|
1634
|
+
},
|
|
1635
|
+
"status/Check": {
|
|
1636
|
+
"relative": "colors/icons/status/dark/Check.svg",
|
|
1637
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Check.svg",
|
|
1638
|
+
"assetType": "colors",
|
|
1639
|
+
"colorType": "icons",
|
|
1640
|
+
"darkable": true,
|
|
1641
|
+
"id": "status/Check"
|
|
1642
|
+
},
|
|
1643
|
+
"status/Error": {
|
|
1644
|
+
"relative": "colors/icons/status/dark/Error.svg",
|
|
1645
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Error.svg",
|
|
1646
|
+
"assetType": "colors",
|
|
1647
|
+
"colorType": "icons",
|
|
1648
|
+
"darkable": true,
|
|
1649
|
+
"id": "status/Error"
|
|
1650
|
+
},
|
|
1651
|
+
"status/Info": {
|
|
1652
|
+
"relative": "colors/icons/status/dark/Info.svg",
|
|
1653
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Info.svg",
|
|
1654
|
+
"assetType": "colors",
|
|
1655
|
+
"colorType": "icons",
|
|
1656
|
+
"darkable": true,
|
|
1657
|
+
"id": "status/Info"
|
|
1658
|
+
},
|
|
1659
|
+
"status/Warning": {
|
|
1660
|
+
"relative": "colors/icons/status/dark/Warning.svg",
|
|
1661
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/icons/status/dark/Warning.svg",
|
|
1662
|
+
"assetType": "colors",
|
|
1663
|
+
"colorType": "icons",
|
|
1664
|
+
"darkable": true,
|
|
1665
|
+
"id": "status/Warning"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
"illustration": {
|
|
1669
|
+
"Psst": {
|
|
1670
|
+
"relative": "colors/illustrations/Psst.svg",
|
|
1671
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/Psst.svg",
|
|
1672
|
+
"assetType": "colors",
|
|
1673
|
+
"colorType": "illustrations",
|
|
1674
|
+
"darkable": false,
|
|
1675
|
+
"id": "Psst"
|
|
1676
|
+
},
|
|
1677
|
+
"badge/android": {
|
|
1678
|
+
"relative": "colors/illustrations/badge/android.svg",
|
|
1679
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/badge/android.svg",
|
|
1680
|
+
"assetType": "colors",
|
|
1681
|
+
"colorType": "illustrations",
|
|
1682
|
+
"darkable": false,
|
|
1683
|
+
"id": "badge/android"
|
|
1684
|
+
},
|
|
1685
|
+
"badge/ios": {
|
|
1686
|
+
"relative": "colors/illustrations/badge/ios.svg",
|
|
1687
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/badge/ios.svg",
|
|
1688
|
+
"assetType": "colors",
|
|
1689
|
+
"colorType": "illustrations",
|
|
1690
|
+
"darkable": false,
|
|
1691
|
+
"id": "badge/ios"
|
|
1692
|
+
},
|
|
1693
|
+
"contact/Contact": {
|
|
1694
|
+
"relative": "colors/illustrations/contact/dark/Contact.svg",
|
|
1695
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/contact/dark/Contact.svg",
|
|
1696
|
+
"assetType": "colors",
|
|
1697
|
+
"colorType": "illustrations",
|
|
1698
|
+
"darkable": true,
|
|
1699
|
+
"id": "contact/Contact"
|
|
1700
|
+
},
|
|
1701
|
+
"ticket-type/Boat": {
|
|
1702
|
+
"relative": "colors/illustrations/ticket-type/light/Boat.svg",
|
|
1703
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Boat.svg",
|
|
1704
|
+
"assetType": "colors",
|
|
1705
|
+
"colorType": "illustrations",
|
|
1706
|
+
"darkable": true,
|
|
1707
|
+
"id": "ticket-type/Boat"
|
|
1708
|
+
},
|
|
1709
|
+
"ticket-type/Carnet": {
|
|
1710
|
+
"relative": "colors/illustrations/ticket-type/light/Carnet.svg",
|
|
1711
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Carnet.svg",
|
|
1712
|
+
"assetType": "colors",
|
|
1713
|
+
"colorType": "illustrations",
|
|
1714
|
+
"darkable": true,
|
|
1715
|
+
"id": "ticket-type/Carnet"
|
|
1716
|
+
},
|
|
1717
|
+
"ticket-type/H24": {
|
|
1718
|
+
"relative": "colors/illustrations/ticket-type/light/H24.svg",
|
|
1719
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/H24.svg",
|
|
1720
|
+
"assetType": "colors",
|
|
1721
|
+
"colorType": "illustrations",
|
|
1722
|
+
"darkable": true,
|
|
1723
|
+
"id": "ticket-type/H24"
|
|
1724
|
+
},
|
|
1725
|
+
"ticket-type/Night": {
|
|
1726
|
+
"relative": "colors/illustrations/ticket-type/light/Night.svg",
|
|
1727
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Night.svg",
|
|
1728
|
+
"assetType": "colors",
|
|
1729
|
+
"colorType": "illustrations",
|
|
1730
|
+
"darkable": true,
|
|
1731
|
+
"id": "ticket-type/Night"
|
|
1732
|
+
},
|
|
1733
|
+
"ticket-type/Period": {
|
|
1734
|
+
"relative": "colors/illustrations/ticket-type/light/Period.svg",
|
|
1735
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Period.svg",
|
|
1736
|
+
"assetType": "colors",
|
|
1737
|
+
"colorType": "illustrations",
|
|
1738
|
+
"darkable": true,
|
|
1739
|
+
"id": "ticket-type/Period"
|
|
1740
|
+
},
|
|
1741
|
+
"ticket-type/Single": {
|
|
1742
|
+
"relative": "colors/illustrations/ticket-type/light/Single.svg",
|
|
1743
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Single.svg",
|
|
1744
|
+
"assetType": "colors",
|
|
1745
|
+
"colorType": "illustrations",
|
|
1746
|
+
"darkable": true,
|
|
1747
|
+
"id": "ticket-type/Single"
|
|
1748
|
+
},
|
|
1749
|
+
"ticket-type/Summer": {
|
|
1750
|
+
"relative": "colors/illustrations/ticket-type/light/Summer.svg",
|
|
1751
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Summer.svg",
|
|
1752
|
+
"assetType": "colors",
|
|
1753
|
+
"colorType": "illustrations",
|
|
1754
|
+
"darkable": true,
|
|
1755
|
+
"id": "ticket-type/Summer"
|
|
1756
|
+
},
|
|
1757
|
+
"ticket-type/Youth": {
|
|
1758
|
+
"relative": "colors/illustrations/ticket-type/light/Youth.svg",
|
|
1759
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/ticket-type/light/Youth.svg",
|
|
1760
|
+
"assetType": "colors",
|
|
1761
|
+
"colorType": "illustrations",
|
|
1762
|
+
"darkable": true,
|
|
1763
|
+
"id": "ticket-type/Youth"
|
|
1764
|
+
},
|
|
1765
|
+
"token/mobile/Phone": {
|
|
1766
|
+
"relative": "colors/illustrations/token/mobile/dark/Phone.svg",
|
|
1767
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/token/mobile/dark/Phone.svg",
|
|
1768
|
+
"assetType": "colors",
|
|
1769
|
+
"colorType": "illustrations",
|
|
1770
|
+
"darkable": true,
|
|
1771
|
+
"id": "token/mobile/Phone"
|
|
1772
|
+
},
|
|
1773
|
+
"token/travelcard/Travelcard": {
|
|
1774
|
+
"relative": "colors/illustrations/token/travelcard/dark/Travelcard.svg",
|
|
1775
|
+
"absolute": "/Users/sifter/dev/work/fram/planner-web/public/assets/colors/illustrations/token/travelcard/dark/Travelcard.svg",
|
|
1776
|
+
"assetType": "colors",
|
|
1777
|
+
"colorType": "illustrations",
|
|
1778
|
+
"darkable": true,
|
|
1779
|
+
"id": "token/travelcard/Travelcard"
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1782
|
+
};
|