optimized-react-component-library-xyz123 0.1.147 → 0.1.148
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/dist/index.js +52 -40
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +52 -40
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/mobileView.css +6 -5
- package/src/css/styles.css +11 -21
package/package.json
CHANGED
package/src/css/mobileView.css
CHANGED
|
@@ -39,11 +39,6 @@
|
|
|
39
39
|
.pts-footer-container .pts-footer-linkList ul li:not(:last-child)::after {
|
|
40
40
|
display: none;
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
.unsetMargin-Padding {
|
|
44
|
-
margin: 0;
|
|
45
|
-
padding: 0;
|
|
46
|
-
}
|
|
47
42
|
}
|
|
48
43
|
|
|
49
44
|
/********************************************/
|
|
@@ -166,6 +161,11 @@
|
|
|
166
161
|
margin-top: 1.6rem;
|
|
167
162
|
}
|
|
168
163
|
|
|
164
|
+
.pts-radioMultiple-container,
|
|
165
|
+
.pts-multipleCheckboxes-container {
|
|
166
|
+
padding-bottom: 1.6rem;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
169
|
.pts-textArea-container textarea {
|
|
170
170
|
width: 100%;
|
|
171
171
|
box-sizing: border-box;
|
|
@@ -177,6 +177,7 @@
|
|
|
177
177
|
|
|
178
178
|
.fileItem {
|
|
179
179
|
display: grid !important;
|
|
180
|
+
grid-template-columns: 26px 75% 60px;
|
|
180
181
|
margin: 0;
|
|
181
182
|
}
|
|
182
183
|
|
package/src/css/styles.css
CHANGED
|
@@ -166,6 +166,7 @@ fieldset {
|
|
|
166
166
|
.pts-root-question {
|
|
167
167
|
display: flex;
|
|
168
168
|
flex-direction: column;
|
|
169
|
+
margin-bottom: 1.6rem;
|
|
169
170
|
max-width: 624px;
|
|
170
171
|
}
|
|
171
172
|
|
|
@@ -179,20 +180,12 @@ div.pts-root-question:last-child{
|
|
|
179
180
|
margin-bottom: 3.6rem;
|
|
180
181
|
}
|
|
181
182
|
|
|
182
|
-
.pts-root-question{
|
|
183
|
-
margin-bottom: 3.6rem;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
183
|
.pts-root-question legend,
|
|
187
184
|
.pts-root-question label,
|
|
188
185
|
.pts-radio-option {
|
|
189
186
|
display: flex;
|
|
190
187
|
align-items: flex-start;
|
|
191
188
|
cursor: pointer;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.pts-radio-option,
|
|
195
|
-
.pts-root-question legend {
|
|
196
189
|
margin-bottom: 0.8rem;
|
|
197
190
|
}
|
|
198
191
|
|
|
@@ -202,10 +195,9 @@ div.pts-root-question:last-child{
|
|
|
202
195
|
font-style: normal;
|
|
203
196
|
font-weight: 400;
|
|
204
197
|
line-height: 20px;
|
|
198
|
+
margin: 0.8rem 0 0.8rem 0;
|
|
205
199
|
}
|
|
206
200
|
|
|
207
|
-
|
|
208
|
-
|
|
209
201
|
.pts-root-about {
|
|
210
202
|
font-size: 1.4rem;
|
|
211
203
|
color: var(--info);
|
|
@@ -292,6 +284,11 @@ textarea:focus-visible,
|
|
|
292
284
|
box-shadow: 0 0 0 0px #000 !important;
|
|
293
285
|
}
|
|
294
286
|
|
|
287
|
+
.pts-radioMultiple-container,
|
|
288
|
+
.pts-multipleCheckboxes-container {
|
|
289
|
+
padding-bottom: 2rem;
|
|
290
|
+
}
|
|
291
|
+
|
|
295
292
|
.pts-root-question input[type='text'],
|
|
296
293
|
.pts-root-question input[type='email'],
|
|
297
294
|
.pts-root-question input[type='tel'] {
|
|
@@ -424,6 +421,7 @@ textarea:focus-visible,
|
|
|
424
421
|
.pts-stepper-container {
|
|
425
422
|
display: flex;
|
|
426
423
|
width: 100%;
|
|
424
|
+
margin-top: 2rem;
|
|
427
425
|
}
|
|
428
426
|
|
|
429
427
|
.pts-stepper-step {
|
|
@@ -691,10 +689,8 @@ textarea:focus-visible,
|
|
|
691
689
|
|
|
692
690
|
/* ---------- TEXTFIELD / TEXTAREA ABOUT ---------- */
|
|
693
691
|
|
|
694
|
-
.pts-
|
|
695
|
-
|
|
696
|
-
.pts-textField-container{
|
|
697
|
-
margin-top: 8px;
|
|
692
|
+
.pts-question-hasAbout label {
|
|
693
|
+
margin-bottom: 4px;
|
|
698
694
|
}
|
|
699
695
|
|
|
700
696
|
.pts-about {
|
|
@@ -804,11 +800,6 @@ textarea:focus-visible,
|
|
|
804
800
|
margin-bottom: 36px;
|
|
805
801
|
}
|
|
806
802
|
|
|
807
|
-
.pts-edit-step-text{
|
|
808
|
-
text-decoration: none;
|
|
809
|
-
padding-left: 5px;
|
|
810
|
-
}
|
|
811
|
-
|
|
812
803
|
.h3andPreviewLink {
|
|
813
804
|
display: flex;
|
|
814
805
|
align-items: center;
|
|
@@ -856,8 +847,7 @@ textarea:focus-visible,
|
|
|
856
847
|
margin-inline-start: 0px;
|
|
857
848
|
border-bottom: 1px solid #ddd;
|
|
858
849
|
line-height: 2.4rem;
|
|
859
|
-
margin: 0;
|
|
860
|
-
width: auto;
|
|
850
|
+
margin: 0 !important;
|
|
861
851
|
}
|
|
862
852
|
|
|
863
853
|
.pts-preview-page dt {
|