freemium-survey-components 1.0.324 → 1.0.326
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.
- package/.husky/pre-commit +2 -1
- package/README.md +2 -0
- package/lib/index.cjs.js +7 -7
- package/lib/index.esm.js +7 -7
- package/lib/types/components/checkbox/index.d.ts +1 -1
- package/lib/types/components/emailembed/emailembed.stories.d.ts +1 -1
- package/lib/types/components/file-qn/index.d.ts +2 -2
- package/lib/types/components/matrix-widget/index.d.ts +1 -1
- package/lib/types/components/radio-button/index.d.ts +1 -1
- package/lib/types/components/text-input/index.d.ts +1 -1
- package/lib/types/constants.d.ts +2 -2
- package/lib/types/survey/index.d.ts +1 -1
- package/lib/types/survey/utils/logics.d.ts +9 -2
- package/lib/types/survey/utils/use-card-survey.d.ts +1 -1
- package/lib/types/survey/utils/use-standard-survey.d.ts +1 -1
- package/lib/types/survey/widget/index.d.ts +1 -1
- package/lib/types/survey/widget/survey.d.ts +1 -1
- package/package.json +10 -9
package/.husky/pre-commit
CHANGED
package/README.md
CHANGED
|
@@ -106,6 +106,7 @@ type RangeProps = {
|
|
|
106
106
|
|
|
107
107
|
```js
|
|
108
108
|
import { Survey } from 'freemium-survey-components';
|
|
109
|
+
|
|
109
110
|
<Survey
|
|
110
111
|
survey={surveyObjectFromSurveyServ}
|
|
111
112
|
surveyStyle="card"
|
|
@@ -160,6 +161,7 @@ import {WebInAppSurvey} from 'freemium-survey-components'
|
|
|
160
161
|
|
|
161
162
|
```js
|
|
162
163
|
import { Range } from 'freemium-survey-components';
|
|
164
|
+
|
|
163
165
|
<Range
|
|
164
166
|
type_info={{
|
|
165
167
|
type_variant: 'TEXT',
|