@omnia/fx-sp-models 8.0.295-dev → 8.0.296-dev

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-sp-models",
3
3
  "license": "MIT",
4
- "version": "8.0.295-dev",
4
+ "version": "8.0.296-dev",
5
5
  "description": "Provide Omnia Fx Sharepoint Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "author": "Precio Fishbone",
21
21
  "dependencies": {
22
- "@omnia/fx-models": "8.0.295-dev"
22
+ "@omnia/fx-models": "8.0.296-dev"
23
23
  },
24
24
  "typings": "./index.d.ts",
25
25
  "bugs": {
@@ -8,6 +8,6 @@ export declare const TermPickerStyles: {
8
8
  positionAbsolute?: types.NestedCSSProperties;
9
9
  wrapper?: types.NestedCSSProperties;
10
10
  inputLabel?: types.NestedCSSProperties;
11
- menuPosition?: (width: number, positionMenu: number, positionMenuLeft?: number, positionMenuRight?: number) => types.NestedCSSProperties;
11
+ menuPosition?: (width: number) => types.NestedCSSProperties;
12
12
  menuContainer?: (width: number, selectionTermsMaxHeight: number) => types.NestedCSSProperties;
13
13
  };