freemium-survey-components 2.0.457 → 2.0.458

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.
Files changed (2) hide show
  1. package/lib/bundle.css +0 -3
  2. package/package.json +1 -1
package/lib/bundle.css CHANGED
@@ -3769,9 +3769,6 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
3769
3769
  left: 50%;
3770
3770
  width: 660px;
3771
3771
  }
3772
- .surveyserv-widget-container.default-container-style.freemium-survey-rtl {
3773
- left: auto;
3774
- }
3775
3772
  .surveyserv-widget-container.default-container-style .question-container.thankyou {
3776
3773
  padding-bottom: 12px;
3777
3774
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.457",
3
+ "version": "2.0.458",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",