freemium-survey-components 2.0.398 → 2.0.400
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/lib/bundle.css +0 -14
- package/lib/index.cjs.js +2 -2
- package/lib/index.cjs.js.map +1 -0
- package/lib/index.esm.js +2 -2
- package/lib/index.esm.js.map +1 -0
- package/lib/types/types.d.ts +2 -0
- package/package.json +1 -1
- package/freemium-survey-components-2.0.396.tgz +0 -0
package/lib/bundle.css
CHANGED
|
@@ -3170,10 +3170,6 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3170
3170
|
.freemium-survey-components .questions .question-container .question-text strong {
|
|
3171
3171
|
font-weight: bold;
|
|
3172
3172
|
}
|
|
3173
|
-
.surveyserv-widget-container .questions .question-container .question-text .placeholder-tag > span,
|
|
3174
|
-
.freemium-survey-components .questions .question-container .question-text .placeholder-tag > span {
|
|
3175
|
-
display: none !important;
|
|
3176
|
-
}
|
|
3177
3173
|
.surveyserv-widget-container .questions .question-container .question-text.required:has(p) p:last-child:after,
|
|
3178
3174
|
.freemium-survey-components .questions .question-container .question-text.required:has(p) p:last-child:after {
|
|
3179
3175
|
content: "*";
|
|
@@ -3414,11 +3410,6 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3414
3410
|
.freemium-survey-components .question-container.thankyou .text {
|
|
3415
3411
|
width: unset !important;
|
|
3416
3412
|
}
|
|
3417
|
-
.freemium-survey-components .question-container.thankyou .redirection-container .placeholder-tag > span,
|
|
3418
|
-
.freemium-survey-components .question-container.thankyou .footer-alignment .placeholder-tag > span,
|
|
3419
|
-
.freemium-survey-components .question-container.thankyou .text .placeholder-tag > span {
|
|
3420
|
-
display: none !important;
|
|
3421
|
-
}
|
|
3422
3413
|
}
|
|
3423
3414
|
.freemium-survey-components.mobile-preview .questions .question-footer {
|
|
3424
3415
|
gap: 8px;
|
|
@@ -3437,11 +3428,6 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3437
3428
|
.freemium-survey-components.mobile-preview .question-container.thankyou .text {
|
|
3438
3429
|
width: unset !important;
|
|
3439
3430
|
}
|
|
3440
|
-
.freemium-survey-components.mobile-preview .question-container.thankyou .redirection-container .placeholder-tag > span,
|
|
3441
|
-
.freemium-survey-components.mobile-preview .question-container.thankyou .footer-alignment .placeholder-tag > span,
|
|
3442
|
-
.freemium-survey-components.mobile-preview .question-container.thankyou .text .placeholder-tag > span {
|
|
3443
|
-
display: none !important;
|
|
3444
|
-
}
|
|
3445
3431
|
|
|
3446
3432
|
.freemium-survey-ltr,
|
|
3447
3433
|
.freemium-survey-ltr * {
|