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