@stenajs-webui/elements 19.0.0-next.0 → 19.0.0-next.2
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/IconsUi.d.ts +2 -0
- package/dist/index.es.js +387 -365
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -77,6 +77,7 @@ export declare const stenaExclamationTriangleFilled: IconDefinition;
|
|
|
77
77
|
export declare const stenaExclamationTriangle: IconDefinition;
|
|
78
78
|
export declare const stenaExpand: IconDefinition;
|
|
79
79
|
export declare const stenaExternalLink: IconDefinition;
|
|
80
|
+
export declare const stenaExtra: IconDefinition;
|
|
80
81
|
export declare const stenaEyeClose: IconDefinition;
|
|
81
82
|
export declare const stenaEyeHide: IconDefinition;
|
|
82
83
|
export declare const stenaEyeOpen: IconDefinition;
|
|
@@ -166,6 +167,7 @@ export declare const stenaSailingTicket: IconDefinition;
|
|
|
166
167
|
export declare const stenaSailingTrailer: IconDefinition;
|
|
167
168
|
export declare const stenaSailingTrain: IconDefinition;
|
|
168
169
|
export declare const stenaSailingTruckAlt: IconDefinition;
|
|
170
|
+
export declare const stenaSailingTruckSide: IconDefinition;
|
|
169
171
|
export declare const stenaSailingVehicle: IconDefinition;
|
|
170
172
|
export declare const stenaSave: IconDefinition;
|
|
171
173
|
export declare const stenaSearchError: IconDefinition;
|