freemium-survey-components 2.0.27 → 2.0.28

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.
@@ -297,7 +297,7 @@ export type DisplayLogicType = {
297
297
  based_on_contact_field_name?: string | null;
298
298
  based_on_form_field?: {
299
299
  [key: string]: FormFieldDropdownType;
300
- };
300
+ } | null;
301
301
  matrix_rating_scale_statement_id?: string | null;
302
302
  rank_order_choice_id?: string | null;
303
303
  contact_field_value?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.27",
3
+ "version": "2.0.28",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",