@stenajs-webui/elements 19.0.0-next.24 → 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.
- package/dist/icons/{ui/IconsUiDemo.d.ts → IconsDemo.d.ts} +3 -0
- package/dist/icons/{ui/IconsUi.d.ts → generated/CommonIcons.d.ts} +6 -2
- package/dist/icons/generated/PassengerTypeIcons.d.ts +6 -0
- package/dist/icons/generated/VehicleTypeIcons.d.ts +10 -0
- package/dist/index.d.ts +3 -2
- package/dist/index.es.js +833 -646
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/icons/misc/IconsMisc.d.ts +0 -2
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
3
|
+
export declare const IconDemoList: React.FC<{
|
|
4
|
+
icons: Record<string, IconDefinition>;
|
|
5
|
+
}>;
|
|
3
6
|
export declare const IconDemo: React.FC<{
|
|
4
7
|
icon: IconDefinition;
|
|
5
8
|
}>;
|
|
@@ -58,6 +58,7 @@ export declare const stenaClock: IconDefinition;
|
|
|
58
58
|
export declare const stenaCloudArrow: IconDefinition;
|
|
59
59
|
export declare const stenaCloud: IconDefinition;
|
|
60
60
|
export declare const stenaCog: IconDefinition;
|
|
61
|
+
export declare const stenaCompare: IconDefinition;
|
|
61
62
|
export declare const stenaCompress: IconDefinition;
|
|
62
63
|
export declare const stenaCookies: IconDefinition;
|
|
63
64
|
export declare const stenaCopyDocument: IconDefinition;
|
|
@@ -93,9 +94,11 @@ export declare const stenaFileXlsLabel: IconDefinition;
|
|
|
93
94
|
export declare const stenaFileXls: IconDefinition;
|
|
94
95
|
export declare const stenaFilter: IconDefinition;
|
|
95
96
|
export declare const stenaFinancePaid: IconDefinition;
|
|
97
|
+
export declare const stenaFinancePayPartially: IconDefinition;
|
|
96
98
|
export declare const stenaFinancePay: IconDefinition;
|
|
97
99
|
export declare const stenaFinanceRaise: IconDefinition;
|
|
98
100
|
export declare const stenaFinanceRebate: IconDefinition;
|
|
101
|
+
export declare const stenaFinanceUnpaidAlt: IconDefinition;
|
|
99
102
|
export declare const stenaFinanceUnpaid: IconDefinition;
|
|
100
103
|
export declare const stenaFinanceWallet: IconDefinition;
|
|
101
104
|
export declare const stenaHamburger: IconDefinition;
|
|
@@ -135,6 +138,7 @@ export declare const stenaMove: IconDefinition;
|
|
|
135
138
|
export declare const stenaOverview: IconDefinition;
|
|
136
139
|
export declare const stenaPen: IconDefinition;
|
|
137
140
|
export declare const stenaPercentage: IconDefinition;
|
|
141
|
+
export declare const stenaPerformance: IconDefinition;
|
|
138
142
|
export declare const stenaPets: IconDefinition;
|
|
139
143
|
export declare const stenaPhone: IconDefinition;
|
|
140
144
|
export declare const stenaPhoto: IconDefinition;
|
|
@@ -157,7 +161,7 @@ export declare const stenaSailingCrane: IconDefinition;
|
|
|
157
161
|
export declare const stenaSailingGate: IconDefinition;
|
|
158
162
|
export declare const stenaSailingImportExport: IconDefinition;
|
|
159
163
|
export declare const stenaSailingLocation: IconDefinition;
|
|
160
|
-
export declare const
|
|
164
|
+
export declare const stenaSailingNoshow: IconDefinition;
|
|
161
165
|
export declare const stenaSailingOffpeak: IconDefinition;
|
|
162
166
|
export declare const stenaSailingOnQuay: IconDefinition;
|
|
163
167
|
export declare const stenaSailingOnRoute: IconDefinition;
|
|
@@ -202,7 +206,7 @@ export declare const stenaStatusBlock: IconDefinition;
|
|
|
202
206
|
export declare const stenaStatusCanceled: IconDefinition;
|
|
203
207
|
export declare const stenaStatusConfirmed: IconDefinition;
|
|
204
208
|
export declare const stenaStatusDone: IconDefinition;
|
|
205
|
-
export declare const
|
|
209
|
+
export declare const stenaStatusInprogress: IconDefinition;
|
|
206
210
|
export declare const stenaStatusMissing: IconDefinition;
|
|
207
211
|
export declare const stenaStatusNoShow: IconDefinition;
|
|
208
212
|
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;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
+
export declare const stenaBicycle: IconDefinition;
|
|
3
|
+
export declare const stenaVehicleCarLarge: IconDefinition;
|
|
4
|
+
export declare const stenaVehicleCarMpv: IconDefinition;
|
|
5
|
+
export declare const stenaVehicleCarStandard: IconDefinition;
|
|
6
|
+
export declare const stenaVehicleMotorcycle: IconDefinition;
|
|
7
|
+
export declare const stenaVehicleMotorhomeExtraLarge: IconDefinition;
|
|
8
|
+
export declare const stenaVehicleMotorhomeLarge: IconDefinition;
|
|
9
|
+
export declare const stenaVehicleMotorhomeMedium: IconDefinition;
|
|
10
|
+
export declare const stenaVehicleMotorhomeStandard: IconDefinition;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const StenaFlag: SvgrComponent;
|
|
2
|
-
export * from "./icons/
|
|
3
|
-
export * from "./icons/
|
|
2
|
+
export * from "./icons/generated/CommonIcons";
|
|
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";
|