freemium-survey-components 2.0.443 → 2.0.445
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 +19 -1
- package/lib/index.cjs.js +2 -2
- package/lib/index.esm.js +5 -5
- package/lib/types/survey/meta-channel-preview/RatingTypeIcon.d.ts +9 -0
- package/lib/types/survey/meta-channel-preview/utils.d.ts +1 -0
- package/lib/types/survey/widget/index.d.ts +1 -1
- package/lib/types/types.d.ts +1 -0
- package/package.json +1 -1
package/lib/bundle.css
CHANGED
|
@@ -4748,7 +4748,7 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4748
4748
|
border-top: 1px solid #e8e8e8;
|
|
4749
4749
|
border-radius: 0;
|
|
4750
4750
|
left: 7px;
|
|
4751
|
-
min-height:
|
|
4751
|
+
min-height: 50px;
|
|
4752
4752
|
bottom: 0px;
|
|
4753
4753
|
}
|
|
4754
4754
|
.whatsapp-container.instagram .question-container .options-popup footer,
|
|
@@ -4806,6 +4806,9 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4806
4806
|
.whatsapp-container.instagram .question-container.active .choices .choice button {
|
|
4807
4807
|
white-space: nowrap;
|
|
4808
4808
|
}
|
|
4809
|
+
.whatsapp-container.instagram .question-container.active .choices.reply-buttons {
|
|
4810
|
+
display: flex;
|
|
4811
|
+
}
|
|
4809
4812
|
.whatsapp-container.instagram .question-container.active .choices.multi-choice {
|
|
4810
4813
|
padding: 12px 0;
|
|
4811
4814
|
margin: 0;
|
|
@@ -5009,6 +5012,9 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
5009
5012
|
width: 100%;
|
|
5010
5013
|
gap: 12px;
|
|
5011
5014
|
}
|
|
5015
|
+
.whatsapp-container.instagram .scroll-wrapper {
|
|
5016
|
+
width: 100%;
|
|
5017
|
+
}
|
|
5012
5018
|
.whatsapp-container.instagram .choices.one-line {
|
|
5013
5019
|
flex-direction: row;
|
|
5014
5020
|
flex-wrap: nowrap;
|
|
@@ -5017,12 +5023,24 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
5017
5023
|
max-width: -moz-fit-content;
|
|
5018
5024
|
max-width: fit-content;
|
|
5019
5025
|
}
|
|
5026
|
+
.whatsapp-container.instagram .choices.reply-buttons {
|
|
5027
|
+
display: none;
|
|
5028
|
+
}
|
|
5029
|
+
.whatsapp-container.instagram .choices.reply-buttons .reply-button {
|
|
5030
|
+
padding: 4px 12px;
|
|
5031
|
+
}
|
|
5032
|
+
.whatsapp-container.instagram .choices.reply-buttons .reply-button:only-child {
|
|
5033
|
+
flex: 0 0 auto;
|
|
5034
|
+
width: -moz-fit-content;
|
|
5035
|
+
width: fit-content;
|
|
5036
|
+
}
|
|
5020
5037
|
.whatsapp-container .choices {
|
|
5021
5038
|
display: flex;
|
|
5022
5039
|
flex-direction: column;
|
|
5023
5040
|
gap: 2px;
|
|
5024
5041
|
list-style-type: none;
|
|
5025
5042
|
padding: 5px 0;
|
|
5043
|
+
margin: 0;
|
|
5026
5044
|
}
|
|
5027
5045
|
.whatsapp-container .choices.multi-choice .choice button {
|
|
5028
5046
|
white-space: normal;
|