@omnia/workplace 6.10.54-preview → 6.10.55-preview

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.
@@ -71,6 +71,7 @@ export interface UITaxonomyPropFilterValue extends TaxonomyPropFilterValue {
71
71
  }
72
72
  export interface UISearchboxFilterValue extends TexSearchestPropFilterValue {
73
73
  properties: Array<string>;
74
+ /** Default search text value from settings */
74
75
  searchValue: string;
75
76
  }
76
77
  export interface TeamCollaborationRollupQuery extends RollupSetting {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "6.10.54-preview",
4
+ "version": "6.10.55-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"