@omnia/workplace 6.10.10-preview → 6.10.14-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.
@@ -21,6 +21,7 @@ export interface MicrosoftTeamCloningProperties extends MicrosoftTeamGeneralProp
21
21
  }
22
22
  export interface MicrosoftTeamCloningInformation extends MicrosoftTeamCloningProperties {
23
23
  msTeamAppId: GuidValue;
24
+ msTeamAppName?: string;
24
25
  }
25
26
  export interface Channel {
26
27
  displayName?: string;
@@ -19,6 +19,7 @@ declare type SearchRule = {
19
19
  noResult?: (showOnHeader: boolean, dropdownResultMode: boolean) => types.NestedCSSProperties;
20
20
  searchBox?: (styling: SearchBoxStyling, theming: ITheming) => types.NestedCSSProperties;
21
21
  dropdownResult?: (height: number, showOnHeader: boolean) => types.NestedCSSProperties;
22
+ dropdownOverride?: types.NestedCSSProperties;
22
23
  };
23
24
  export declare const SearchAdminStyles: {
24
25
  container?: types.NestedCSSProperties;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "6.10.10-preview",
4
+ "version": "6.10.14-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"