@omnia/workplace 6.8.21-preview → 6.8.24-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.
@@ -79,9 +79,11 @@ export declare class WorkspaceActionMenuMapping extends AppRoutePropertyBagModel
79
79
  }
80
80
  export interface IWorkspaceActionMenuHandlerInstance extends ActionHandlerInstance {
81
81
  icon?: IIcon;
82
+ ariaRole?: string;
82
83
  }
83
84
  export interface WorkspaceActionMenuItem extends ActionHandler {
84
85
  icon: IIcon;
86
+ ariaRole: string;
85
87
  targeting: TargetingFilterProperty;
86
88
  }
87
89
  export interface WorkspaceActionMenuSettingsByDevice {
@@ -19,4 +19,5 @@ export declare const NotificationPanelStyles: {
19
19
  centerText?: types.NestedCSSProperties;
20
20
  verticalSliderStyle?: (sliderColor: string) => types.NestedCSSProperties;
21
21
  wrapper?: (backgroundColor: string) => types.NestedCSSProperties;
22
+ tooltipContentWrapper?: (iconAndText: boolean) => types.NestedCSSProperties;
22
23
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "6.8.21-preview",
4
+ "version": "6.8.24-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"