@stenajs-webui/elements 21.4.0 → 21.5.0
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 +1 -0
- package/dist/index.es.js +416 -404
- 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
@@ -105,6 +105,7 @@ export declare const stenaLineDotted: MediumIcon;
|
|
105
105
|
export declare const stenaLineSlash: MediumIcon;
|
106
106
|
export declare const stenaLineStraight: MediumIcon;
|
107
107
|
export declare const stenaLink: MediumIcon;
|
108
|
+
export declare const stenaLoadingPref: MediumIcon;
|
108
109
|
export declare const stenaLockClosed: MediumIcon;
|
109
110
|
export declare const stenaLockOpen: MediumIcon;
|
110
111
|
export declare const stenaLogoPlus: MediumIcon;
|