@stenajs-webui/elements 23.21.3 → 23.21.5
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 +634 -598
- 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
|
@@ -82,6 +82,8 @@ export declare const stenaFileXls: MediumIcon;
|
|
|
82
82
|
export declare const stenaFileXlsLabel: MediumIcon;
|
|
83
83
|
export declare const stenaFilter: MediumIcon;
|
|
84
84
|
export declare const stenaFoodDrink: MediumIcon;
|
|
85
|
+
export declare const stenaFormula: MediumIcon;
|
|
86
|
+
export declare const stenaFormulaCircle: MediumIcon;
|
|
85
87
|
export declare const stenaGameRoom: MediumIcon;
|
|
86
88
|
export declare const stenaHairdryer: MediumIcon;
|
|
87
89
|
export declare const stenaHamburger: MediumIcon;
|
|
@@ -145,6 +147,7 @@ export declare const stenaPluginCheck: MediumIcon;
|
|
|
145
147
|
export declare const stenaPlus: MediumIcon;
|
|
146
148
|
export declare const stenaPlusCircle: MediumIcon;
|
|
147
149
|
export declare const stenaPlusSmall: MediumIcon;
|
|
150
|
+
export declare const stenaPriceRounding: MediumIcon;
|
|
148
151
|
export declare const stenaPrint: MediumIcon;
|
|
149
152
|
export declare const stenaQuestionBubble: MediumIcon;
|
|
150
153
|
export declare const stenaQuestionCircle: MediumIcon;
|