freemium-survey-components 1.0.204 → 1.0.205

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 { SurveyQuestionTypeInfo, WidgetStyles } from '../../types';
3
2
  import './style.scss';
4
3
  export declare type ButtonShapeType = 'rounded' | 'square' | 'curved';
@@ -147,7 +147,7 @@ export declare type FormFieldsType = {
147
147
  order?: number | null;
148
148
  required?: boolean | null;
149
149
  };
150
- export declare type FormFieldDropdownType = 'TEXT' | 'PHONE' | 'EMAIL' | 'DATE' | 'NUMBER';
150
+ export declare type FormFieldDropdownType = 'TEXT' | 'PHONE' | 'EMAIL' | 'DATE' | 'NUMBER' | 'DATE_TIME';
151
151
  export declare type NumberFieldType = {
152
152
  decimal?: boolean | null;
153
153
  decimal_point?: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.204",
3
+ "version": "1.0.205",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",