freemium-survey-components 2.0.450 → 2.0.451

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 +2 -2
  2. package/package.json +1 -1
package/lib/bundle.css CHANGED
@@ -39,7 +39,7 @@
39
39
  transition: all var(--fsc-transition-duration);
40
40
  }
41
41
  .freemium-survey-components .binary-question .choice span.label-text {
42
- font-size: var(--choices-answers-font-size);
42
+ font-size: var(--rating-labels-font-size);
43
43
  font-family: var(--fsc-font-family, var(--fsc-default-font-family)) !important;
44
44
  font-weight: 700;
45
45
  transition: font-size var(--fsc-transition-duration) ease-in-out;
@@ -2531,7 +2531,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
2531
2531
  flex: 1;
2532
2532
  overflow: hidden;
2533
2533
  word-wrap: anywhere;
2534
- font-size: var(--choices-answers-font-size);
2534
+ font-size: var(--rating-labels-font-size);
2535
2535
  }
2536
2536
  .prompt-question .prompt-actions .prompt-button svg path {
2537
2537
  transition: all var(--fsc-transition-duration);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.450",
3
+ "version": "2.0.451",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",