freemium-survey-components 2.0.182 → 2.0.183

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.
@@ -240,6 +240,7 @@ export type SurveyQuestionDetailsType = {
240
240
  export type SurveyUiBrandingType = {
241
241
  favicon_url?: string | null;
242
242
  bg_url?: string | null;
243
+ bg_url_opacity?: string | null;
243
244
  logo_url?: string | null;
244
245
  name?: string | null;
245
246
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.182",
3
+ "version": "2.0.183",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",