@omnia/workplace 7.6.47-preview → 7.6.49-preview

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,7 @@ export declare module FormsLocalization {
12
12
  Template: string;
13
13
  Question: string;
14
14
  AddQuestion: string;
15
+ DeleteQuestion: string;
15
16
  Option: string;
16
17
  CreateForm: string;
17
18
  LimitResponseTime: {
@@ -82,6 +83,7 @@ export declare module FormsLocalization {
82
83
  ShowLayoutView: string;
83
84
  ShowQuestionView: string;
84
85
  ExportToExcel: string;
86
+ OnlyEditInAdmin: string;
85
87
  Other: string;
86
88
  };
87
89
  StatisticForm: {
@@ -36,7 +36,8 @@ export declare const FormDialogStyles: {
36
36
  footerWrapper?: types.NestedCSSProperties;
37
37
  dialogWrapper?: types.NestedCSSProperties;
38
38
  dialogContentWrapper?: types.NestedCSSProperties;
39
- overlayImageEditButton?: types.NestedCSSProperties;
39
+ overlayImageButtonGroup?: types.NestedCSSProperties;
40
+ overlayButton?: types.NestedCSSProperties;
40
41
  flexCenterAligned?: types.NestedCSSProperties;
41
42
  };
42
43
  export declare const formDialogHeaderHeight = 80;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.6.47-preview",
4
+ "version": "7.6.49-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"