freemium-survey-components 1.0.65 → 1.0.66

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.
@@ -1,3 +1,4 @@
1
1
  export * from './survey';
2
+ export * from './types';
2
3
  export * from './components';
3
4
  export * from './survey/meta-channel-preview';
@@ -115,8 +115,9 @@ export declare type SurveyUiThemeType = {
115
115
  question_text_color?: string | null;
116
116
  css_url?: string | null;
117
117
  };
118
+ export declare type SurveyLayoutType = 'card' | 'standard';
118
119
  export declare type SurveyMetaType = {
119
- survey_layout?: string | null;
120
+ survey_layout?: SurveyLayoutType | null;
120
121
  created_by?: string | null;
121
122
  };
122
123
  export declare type SurveyBlockCategoryType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",