@stenajs-webui/elements 19.0.0-next.25 → 19.0.0-next.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.
|
@@ -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;
|
|
@@ -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";
|