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 CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env sh
2
2
  . "$(dirname -- "$0")/_/husky.sh"
3
3
 
4
- npm run check
4
+ npm run lint
5
+ npm run format
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',