freemium-survey-components 2.0.220 → 2.0.221

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.
@@ -296,6 +296,7 @@ export type SurveyMetaType = {
296
296
  show_info_only_on_first?: boolean;
297
297
  is_modified?: boolean;
298
298
  action_button?: ActionButtonType;
299
+ theme_name?: string | null;
299
300
  created_by?: string | null;
300
301
  updated_by?: string | null;
301
302
  scoring_configuration?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.220",
3
+ "version": "2.0.221",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",