freemium-survey-components 2.0.481 → 2.0.483

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 CHANGED
@@ -2976,12 +2976,14 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
2976
2976
  align-items: center;
2977
2977
  }
2978
2978
  .freemium-survey-components.card-survey-style .question-holder .question-container .svs-footer,
2979
- .freemium-survey-components.card-survey-style .question-holder .question-container .footer {
2979
+ .freemium-survey-components.card-survey-style .question-holder .question-container .footer,
2980
+ .freemium-survey-components.card-survey-style .question-holder .question-container .fsc-thankyou-footer {
2980
2981
  margin-top: 24px !important;
2981
2982
  text-align: center;
2982
2983
  }
2983
2984
  .freemium-survey-components.card-survey-style .question-holder .question-container .svs-footer p,
2984
- .freemium-survey-components.card-survey-style .question-holder .question-container .footer p {
2985
+ .freemium-survey-components.card-survey-style .question-holder .question-container .footer p,
2986
+ .freemium-survey-components.card-survey-style .question-holder .question-container .fsc-thankyou-footer p {
2985
2987
  word-break: break-word;
2986
2988
  }
2987
2989
  .freemium-survey-components.card-survey-style .question-holder .question-container .question-hint {
@@ -3604,15 +3606,19 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
3604
3606
  }
3605
3607
  .freemium-survey-components.standard-survey-style .question-container.thankyou .svs-footer,
3606
3608
  .freemium-survey-components.standard-survey-style .question-container.thankyou .footer,
3609
+ .freemium-survey-components.standard-survey-style .question-container.thankyou .fsc-thankyou-footer,
3607
3610
  .freemium-survey-components.standard-survey-style .question-container .svs-footer,
3608
- .freemium-survey-components.standard-survey-style .question-container .footer {
3611
+ .freemium-survey-components.standard-survey-style .question-container .footer,
3612
+ .freemium-survey-components.standard-survey-style .question-container .fsc-thankyou-footer {
3609
3613
  margin-top: 24px !important;
3610
3614
  text-align: center;
3611
3615
  }
3612
3616
  .freemium-survey-components.standard-survey-style .question-container.thankyou .svs-footer p,
3613
3617
  .freemium-survey-components.standard-survey-style .question-container.thankyou .footer p,
3618
+ .freemium-survey-components.standard-survey-style .question-container.thankyou .fsc-thankyou-footer p,
3614
3619
  .freemium-survey-components.standard-survey-style .question-container .svs-footer p,
3615
- .freemium-survey-components.standard-survey-style .question-container .footer p {
3620
+ .freemium-survey-components.standard-survey-style .question-container .footer p,
3621
+ .freemium-survey-components.standard-survey-style .question-container .fsc-thankyou-footer p {
3616
3622
  word-break: break-word;
3617
3623
  }
3618
3624
  .freemium-survey-components.standard-survey-style .question-container.thankyou .question-hint,
@@ -3898,7 +3904,8 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
3898
3904
  text-align: center;
3899
3905
  }
3900
3906
  .surveyserv-widget-container main.widget-main .question-container .heading .svs-footer,
3901
- .surveyserv-widget-container main.widget-main .question-container .heading .footer {
3907
+ .surveyserv-widget-container main.widget-main .question-container .heading .footer,
3908
+ .surveyserv-widget-container main.widget-main .question-container .heading .fsc-thankyou-footer {
3902
3909
  font-weight: 400;
3903
3910
  text-align: center;
3904
3911
  margin: 1rem auto 0 auto;
@@ -3906,12 +3913,14 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
3906
3913
  color: var(--question-text-color, var(--default-question-text-color));
3907
3914
  }
3908
3915
  .surveyserv-widget-container main.widget-main .question-container .heading .svs-footer p,
3909
- .surveyserv-widget-container main.widget-main .question-container .heading .footer p {
3916
+ .surveyserv-widget-container main.widget-main .question-container .heading .footer p,
3917
+ .surveyserv-widget-container main.widget-main .question-container .heading .fsc-thankyou-footer p {
3910
3918
  margin: unset;
3911
3919
  word-break: break-word;
3912
3920
  }
3913
3921
  .surveyserv-widget-container main.widget-main .question-container .heading .svs-footer:empty,
3914
- .surveyserv-widget-container main.widget-main .question-container .heading .footer:empty {
3922
+ .surveyserv-widget-container main.widget-main .question-container .heading .footer:empty,
3923
+ .surveyserv-widget-container main.widget-main .question-container .heading .fsc-thankyou-footer:empty {
3915
3924
  display: none;
3916
3925
  }
3917
3926
  .surveyserv-widget-container main.widget-main .question-text {
@@ -4937,8 +4946,10 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
4937
4946
  }
4938
4947
  .facebook-wrapper .fb-question-container {
4939
4948
  align-self: flex-start;
4949
+ box-sizing: border-box;
4950
+ width: max-content;
4940
4951
  max-width: 90%;
4941
- min-width: 150px;
4952
+ min-width: 0;
4942
4953
  display: flex;
4943
4954
  flex-direction: column;
4944
4955
  pointer-events: none;
@@ -5086,16 +5097,44 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
5086
5097
  hyphens: auto;
5087
5098
  }
5088
5099
  .facebook-wrapper .choices {
5100
+ box-sizing: border-box;
5089
5101
  display: flex;
5090
5102
  flex-direction: column;
5091
5103
  gap: 6px;
5092
5104
  margin-top: 0px;
5093
5105
  list-style-type: none;
5094
5106
  padding: 0;
5107
+ min-width: 0;
5108
+ width: 100%;
5095
5109
  overflow-wrap: break-word;
5096
5110
  word-break: break-word;
5097
5111
  hyphens: auto;
5098
5112
  }
5113
+ .facebook-wrapper .choices .ellipsis-wrapper {
5114
+ min-width: 0;
5115
+ max-width: 100%;
5116
+ overflow: hidden;
5117
+ text-overflow: ellipsis;
5118
+ white-space: nowrap;
5119
+ word-break: normal;
5120
+ overflow-wrap: normal;
5121
+ }
5122
+ .facebook-wrapper .choices .star-rating-wrapper {
5123
+ display: flex;
5124
+ align-items: center;
5125
+ min-width: 0;
5126
+ max-width: 100%;
5127
+ overflow: hidden;
5128
+ }
5129
+ .facebook-wrapper .choices .star-rating-wrapper .star-rating-label {
5130
+ flex: 1 1 0;
5131
+ min-width: 0;
5132
+ overflow: hidden;
5133
+ text-overflow: ellipsis;
5134
+ white-space: nowrap;
5135
+ word-break: normal;
5136
+ overflow-wrap: normal;
5137
+ }
5099
5138
  .facebook-wrapper .choices svg:not(#star) {
5100
5139
  width: 25px;
5101
5140
  height: 25px;
@@ -5113,10 +5152,9 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
5113
5152
  padding-right: 15px;
5114
5153
  }
5115
5154
  .facebook-wrapper .choices.boolean-choices:has(.choice:nth-child(2):last-child) {
5116
- flex-direction: row;
5155
+ flex-direction: column;
5117
5156
  }
5118
5157
  .facebook-wrapper .choices.boolean-choices:has(.choice:nth-child(2):last-child) .boolean-choice {
5119
- width: calc(80% - 16px);
5120
5158
  border-radius: 8px;
5121
5159
  }
5122
5160
  .facebook-wrapper .choices.boolean-choices .boolean-choice {
@@ -5127,15 +5165,19 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
5127
5165
  font-weight: 500;
5128
5166
  gap: 8px;
5129
5167
  width: 100%;
5130
- padding: 6px 4px;
5168
+ min-width: 0;
5169
+ max-width: 100%;
5170
+ padding: 6px;
5131
5171
  border: none;
5132
5172
  display: flex;
5133
5173
  justify-content: center;
5134
5174
  align-items: center;
5175
+ overflow: hidden;
5176
+ height: 32px;
5135
5177
  }
5136
5178
  .facebook-wrapper .choices.dropdown-choices {
5137
5179
  display: grid;
5138
- grid-template-columns: repeat(2, 1fr);
5180
+ grid-template-columns: minmax(0, 1fr);
5139
5181
  padding: 0 12px;
5140
5182
  gap: 8px;
5141
5183
  }
@@ -5143,23 +5185,27 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
5143
5185
  border-radius: 8px;
5144
5186
  padding: 2px;
5145
5187
  display: flex;
5188
+ min-width: 0;
5189
+ max-width: 100%;
5190
+ overflow: hidden;
5146
5191
  text-align: center;
5147
5192
  align-items: center;
5148
5193
  background-color: #e2e5ea !important;
5149
5194
  }
5150
- .facebook-wrapper .choices.dropdown-choices .dropdown-choice:first-child {
5151
- grid-column: span 2;
5152
- }
5153
5195
  .facebook-wrapper .choices.dropdown-choices .dropdown-choice button {
5154
5196
  font-size: 14px;
5155
5197
  font-weight: 500;
5156
5198
  gap: 8px;
5157
5199
  width: 100%;
5200
+ min-width: 0;
5201
+ max-width: 100%;
5158
5202
  padding: 6px;
5159
5203
  border: none;
5160
5204
  display: flex;
5161
5205
  justify-content: center;
5162
5206
  align-items: center;
5207
+ overflow: hidden;
5208
+ height: 32px;
5163
5209
  }
5164
5210
  .facebook-wrapper .choices.dropdown-choices .dropdown-choice button .fb-star-rating-wrapper {
5165
5211
  align-items: center;