prlg-ui 1.8.325 → 1.8.326

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/rekaUI.d.ts CHANGED
@@ -1116,6 +1116,8 @@ declare type __VLS_Props_7 = {
1116
1116
  outlined?: boolean;
1117
1117
  removable?: boolean;
1118
1118
  size?: 'small' | 'default';
1119
+ viewInfo?: boolean;
1120
+ viewSize?: boolean;
1119
1121
  };
1120
1122
 
1121
1123
  declare type __VLS_Props_8 = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.325",
4
+ "version": "1.8.326",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",