@stenajs-webui/elements 21.18.0 → 21.18.1
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/generated/CommonIcons.d.ts +3 -0
- package/dist/index.es.js +454 -418
- 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
@@ -115,6 +115,7 @@ export declare const stenaMapNavigation: MediumIcon;
|
|
115
115
|
export declare const stenaMinus: MediumIcon;
|
116
116
|
export declare const stenaMinusCircle: MediumIcon;
|
117
117
|
export declare const stenaMobile: MediumIcon;
|
118
|
+
export declare const stenaMoonFilled: MediumIcon;
|
118
119
|
export declare const stenaMouse: MediumIcon;
|
119
120
|
export declare const stenaMove: MediumIcon;
|
120
121
|
export declare const stenaMoveIn: MediumIcon;
|
@@ -239,3 +240,5 @@ export declare const stenaWeather: MediumIcon;
|
|
239
240
|
export declare const stenaWeight: MediumIcon;
|
240
241
|
export declare const stenaWifi: MediumIcon;
|
241
242
|
export declare const stenaWifiOff: MediumIcon;
|
243
|
+
export declare const stenaWindow: MediumIcon;
|
244
|
+
export declare const stenaWindowExcluded: MediumIcon;
|