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