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