sccoreui 4.6.9 → 4.7.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.
@@ -164,7 +164,7 @@ export interface FroalaTextEditorTypes {
164
164
  onChange?: any;
165
165
  value: string;
166
166
  placeholderText: string;
167
- id?: string;
167
+ id: string;
168
168
  }
169
169
  export interface ListBoxDropdownTypes {
170
170
  values: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "4.6.9",
3
+ "version": "4.7.0",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",