@stenajs-webui/elements 17.27.0 → 17.27.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/CHANGELOG.md +12 -0
- package/dist/icons/ui/IconsUi.d.ts +4 -0
- package/dist/index.es.js +417 -373
- 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
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v17.27.1 (Mon Nov 14 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Add user icons [#528](https://github.com/StenaIT/stenajs-webui/pull/528) ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Augustas ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v17.26.0 (Tue Nov 08 2022)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -146,7 +146,11 @@ export declare const stenaTodoList: IconDefinition;
|
|
|
146
146
|
export declare const stenaTrash: IconDefinition;
|
|
147
147
|
export declare const stenaTurnOff: IconDefinition;
|
|
148
148
|
export declare const stenaUndo: IconDefinition;
|
|
149
|
+
export declare const stenaUserAdd: IconDefinition;
|
|
149
150
|
export declare const stenaUserCircle: IconDefinition;
|
|
151
|
+
export declare const stenaUserGroupLarge: IconDefinition;
|
|
152
|
+
export declare const stenaUserGroupSmall: IconDefinition;
|
|
153
|
+
export declare const stenaUserMultiple: IconDefinition;
|
|
150
154
|
export declare const stenaUser: IconDefinition;
|
|
151
155
|
export declare const stenaUsers: IconDefinition;
|
|
152
156
|
export declare const stenaWarehouse: IconDefinition;
|