freemium-survey-components 1.0.276 → 1.0.278

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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { CommonProps } from '.';
3
2
  import type { Meta, StoryObj } from '@storybook/react';
4
3
  declare type EmailEmbedStoryProps = CommonProps & {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ButtonStyleShapeTypes, ButtonStyleTypes, PropertiesLabelsPreferenceType, QuestionTypeVariantType, ScalePropertiesOrderType, WidgetStyles } from '../../types';
3
2
  declare type RangeStoryProps = {
4
3
  btShape: ButtonStyleShapeTypes;
@@ -198,7 +198,7 @@ export declare type SurveyQuestionType = {
198
198
  question_weightage?: QuestionWeightageType | null;
199
199
  };
200
200
  declare type QuestionWeightageType = {
201
- is_choice_scoring_enabled: boolean;
201
+ is_scoring_enabled: boolean;
202
202
  weightage: {
203
203
  [key: string]: number;
204
204
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.276",
3
+ "version": "1.0.278",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",