@stenajs-webui/elements 19.0.0-next.25 → 19.0.0-next.27
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.
|
@@ -94,9 +94,11 @@ export declare const stenaFileXlsLabel: IconDefinition;
|
|
|
94
94
|
export declare const stenaFileXls: IconDefinition;
|
|
95
95
|
export declare const stenaFilter: IconDefinition;
|
|
96
96
|
export declare const stenaFinancePaid: IconDefinition;
|
|
97
|
+
export declare const stenaFinancePayPartially: IconDefinition;
|
|
97
98
|
export declare const stenaFinancePay: IconDefinition;
|
|
98
99
|
export declare const stenaFinanceRaise: IconDefinition;
|
|
99
100
|
export declare const stenaFinanceRebate: IconDefinition;
|
|
101
|
+
export declare const stenaFinanceUnpaidAlt: IconDefinition;
|
|
100
102
|
export declare const stenaFinanceUnpaid: IconDefinition;
|
|
101
103
|
export declare const stenaFinanceWallet: IconDefinition;
|
|
102
104
|
export declare const stenaHamburger: IconDefinition;
|
|
@@ -159,7 +161,6 @@ export declare const stenaSailingCrane: IconDefinition;
|
|
|
159
161
|
export declare const stenaSailingGate: IconDefinition;
|
|
160
162
|
export declare const stenaSailingImportExport: IconDefinition;
|
|
161
163
|
export declare const stenaSailingLocation: IconDefinition;
|
|
162
|
-
export declare const stenaSailingNoshow: IconDefinition;
|
|
163
164
|
export declare const stenaSailingOffpeak: IconDefinition;
|
|
164
165
|
export declare const stenaSailingOnQuay: IconDefinition;
|
|
165
166
|
export declare const stenaSailingOnRoute: IconDefinition;
|
|
@@ -204,7 +205,7 @@ export declare const stenaStatusBlock: IconDefinition;
|
|
|
204
205
|
export declare const stenaStatusCanceled: IconDefinition;
|
|
205
206
|
export declare const stenaStatusConfirmed: IconDefinition;
|
|
206
207
|
export declare const stenaStatusDone: IconDefinition;
|
|
207
|
-
export declare const
|
|
208
|
+
export declare const stenaStatusInProgress: IconDefinition;
|
|
208
209
|
export declare const stenaStatusMissing: IconDefinition;
|
|
209
210
|
export declare const stenaStatusNoShow: IconDefinition;
|
|
210
211
|
export declare const stenaStatusTodo: IconDefinition;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
+
export declare const stenaHumanAdult: IconDefinition;
|
|
3
|
+
export declare const stenaHumanChild: IconDefinition;
|
|
4
|
+
export declare const stenaHumanInfant: IconDefinition;
|
|
5
|
+
export declare const stenaHumanSenior: IconDefinition;
|
|
6
|
+
export declare const stenaHumanStudent: IconDefinition;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const StenaFlag: SvgrComponent;
|
|
2
2
|
export * from "./icons/generated/CommonIcons";
|
|
3
3
|
export * from "./icons/generated/VehicleTypeIcons";
|
|
4
|
+
export * from "./icons/generated/PassengerTypeIcons";
|
|
4
5
|
export * from "./components/ui/banners/banner/Banner";
|
|
5
6
|
export * from "./components/ui/banners/result-list-banner/ResultListBanner";
|
|
6
7
|
export * from "./components/ui/banners/result-list-banner/hooks/UseResultListBannerState";
|