react-survey-builder 1.0.69 → 1.0.71

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-survey-builder",
3
- "version": "1.0.69",
3
+ "version": "1.0.71",
4
4
  "description": "A complete survey builder for react.",
5
5
  "main": "lib/index.js",
6
6
  "types": "types/index.d.ts",
package/types/index.d.ts CHANGED
@@ -165,6 +165,7 @@ export interface SurveyGeneratorProps {
165
165
  answerData?: any[];
166
166
  authenticity_token?: string;
167
167
  hideActions?: boolean;
168
+ hideLabels?: boolean;
168
169
  skipValidations?: boolean;
169
170
  displayShort?: boolean;
170
171
  readOnly?: boolean;