freemium-survey-components 2.0.286 → 2.0.287

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.
@@ -199,7 +199,7 @@ export type QuestionMetaType = {
199
199
  export type DependentBlockType = {
200
200
  order?: number;
201
201
  operator?: DisplayLogicOperators | null;
202
- sub_type?: 'RATING' | 'RATING_GROUP';
202
+ sub_type?: 'RATING' | 'RATING_GROUP' | null;
203
203
  based_on_question_name?: string;
204
204
  condition_type?: DependentBlockConditionType | null;
205
205
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.286",
3
+ "version": "2.0.287",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",