@verisoft/ui-core 21.0.4 → 21.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verisoft/ui-core",
3
- "version": "21.0.4",
3
+ "version": "21.0.6",
4
4
  "peerDependencies": {
5
5
  "@verisoft/core": "~21.0.0",
6
6
  "@verisoft/store": "~21.0.0",
@@ -150,6 +150,7 @@ interface CommonIcons {
150
150
  arrowCounterclockwise: string;
151
151
  folder: string;
152
152
  eye: string;
153
+ box: string;
153
154
  }
154
155
 
155
156
  declare function downloadText(filename: string, text: string, mimeType?: string | undefined): void;