optimized-react-component-library-xyz123 0.30.2 → 0.30.3

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.
@@ -84,6 +84,15 @@ div.pts-root-question:last-child {
84
84
  margin-right: 9px;
85
85
  }
86
86
 
87
+ .pts-validation-error-icon{
88
+ margin-right: 0.9rem;
89
+ }
90
+
91
+ .pts-validation-error-icon svg{
92
+ width: 1.65rem;
93
+ height: 1.65rem;
94
+ }
95
+
87
96
  .errorText,
88
97
  .pts-root-mandatoryAsterisk {
89
98
  color: var(--error);
@@ -915,7 +924,6 @@ div.pts-root-question:last-child {
915
924
  /* AddFiles.tsx */ /* SelectedFiles.tsx */
916
925
  .lastCol {
917
926
  display: flex;
918
- justify-content: flex-end;
919
927
  max-width: 62px;
920
928
  padding: 0;
921
929
  margin: 0;
@@ -136,12 +136,12 @@ section {
136
136
  --- ?? Make changes in html ?? */
137
137
 
138
138
  p[aria-live='assertive']:empty {
139
- margin: 0;
140
- padding: 0;
139
+ margin: 0;
140
+ padding: 0;
141
141
  }
142
142
 
143
143
  .pts-root-categoryDescription {
144
- margin-top: 0px;
144
+ margin-top: 0px;
145
145
  }
146
146
 
147
147
  .pts-first-category-section {
@@ -168,8 +168,6 @@ p[aria-live='assertive']:empty {
168
168
  margin-bottom: 36px;
169
169
  }
170
170
 
171
-
172
-
173
171
  .sr-only {
174
172
  position: absolute;
175
173
  width: 1px;
@@ -204,7 +202,6 @@ textarea:focus-visible,
204
202
  box-shadow: 0 0 0 0px #000 !important;
205
203
  }
206
204
 
207
-
208
205
  /* ---------- COOKIE BANNER ---------- */
209
206
 
210
207
  .pts-cookieBanner {
@@ -293,25 +290,25 @@ textarea:focus-visible,
293
290
  background-color: var(--main);
294
291
  }
295
292
 
296
- .pts-header-content{
297
- width: 100%;
298
- display: flex;
293
+ .pts-header-content {
294
+ width: 100%;
295
+ display: flex;
299
296
  }
300
297
 
301
- .pts-header-logo-container{
302
- height:4rem;
298
+ .pts-header-logo-container {
299
+ height: 4rem;
303
300
  }
304
301
 
305
- .pts-header-logo svg{
306
- height: 4rem;
302
+ .pts-header-logo svg {
303
+ height: 4rem;
307
304
  }
308
305
 
309
- .pts-header-navigation-container{
310
- display: flex;
311
- flex-direction: column;
312
- justify-content: flex-end;
313
- width: 100%;
314
- align-items: flex-end;
306
+ .pts-header-navigation-container {
307
+ display: flex;
308
+ flex-direction: column;
309
+ justify-content: flex-end;
310
+ width: 100%;
311
+ align-items: flex-end;
315
312
  }
316
313
 
317
314
  .pts-languageButton {
@@ -325,22 +322,7 @@ textarea:focus-visible,
325
322
  font-size: 1.6rem;
326
323
  }
327
324
 
328
- .pts-languageButton::after {
329
- content: "";
330
- position: absolute;
331
- left: 7px;
332
- right: 4px;
333
- bottom: 3px;
334
- height: 0.15rem;
335
- background-color: currentColor;
336
- opacity: 0;
337
- }
338
-
339
- .pts-languageButton:hover::after {
340
- opacity: 1;
341
- }
342
-
343
- .languageIcon{
325
+ .languageIcon {
344
326
  position: relative;
345
327
  margin-top: 0.3rem;
346
328
  padding-right: 0.6rem;
@@ -352,15 +334,17 @@ textarea:focus-visible,
352
334
  height: 1.6rem;
353
335
  }
354
336
 
337
+ .pts-languageButton-text:hover {
338
+ text-decoration: underline 0.2rem;
339
+ }
355
340
 
356
341
  /* ---------- TextBODY ---------- */
357
342
 
358
- .pts-textBody-container p{
359
- margin-bottom: 1.6rem;
360
-
343
+ .pts-textBody-container p {
344
+ margin-bottom: 1.6rem;
361
345
  }
362
346
 
363
- .MoreInfoIcon{
347
+ .MoreInfoIcon {
364
348
  margin-top: 2px;
365
349
  }
366
350
 
@@ -401,7 +385,7 @@ textarea:focus-visible,
401
385
  }
402
386
 
403
387
  .pts-textHeadlineAndBody-container .first-paragraph {
404
- margin-top: 0;
388
+ margin-top: 0;
405
389
  }
406
390
 
407
391
  /* ---------- STEPPER ---------- */
@@ -553,7 +537,7 @@ textarea:focus-visible,
553
537
  margin-bottom: 36px;
554
538
  }
555
539
 
556
- .pts-edit-step-text{
540
+ .pts-edit-step-text {
557
541
  padding-left: 5px;
558
542
  }
559
543
 
@@ -666,9 +650,6 @@ textarea:focus-visible,
666
650
  transition: 0.2s;
667
651
  }
668
652
 
669
-
670
-
671
-
672
653
  /* ---------- FOOTER ---------- */
673
654
 
674
655
  .pts-footer-container {
@@ -677,30 +658,29 @@ textarea:focus-visible,
677
658
  background-color: var(--background-second);
678
659
  }
679
660
 
680
- .pts-footer-slogan-text-container{
661
+ .pts-footer-slogan-text-container {
681
662
  display: flex;
682
663
  align-items: center;
683
664
  justify-content: center;
684
665
  background-color: var(--background-third);
685
- height: 50px;
686
- padding: 0px;
666
+ height: 50px;
667
+ padding: 0px;
687
668
  }
688
669
 
689
- .pts-footer-slogan-text{
670
+ .pts-footer-slogan-text {
690
671
  color: var(--main);
691
672
  line-height: 2.4rem;
692
673
  font-size: 2rem;
693
674
  text-box-trim: trim-both;
694
675
  margin: 0;
695
-
696
676
  }
697
677
 
698
- .pts-footer-content{
699
- display: flex;
700
- align-items: center;
701
- width: 100%;
702
- min-height: 14rem;
703
- padding: 0.1rem 0;
678
+ .pts-footer-content {
679
+ display: flex;
680
+ align-items: center;
681
+ width: 100%;
682
+ min-height: 14rem;
683
+ padding: 0.1rem 0;
704
684
  }
705
685
 
706
686
  .pts-footer-logo {
@@ -715,7 +695,7 @@ textarea:focus-visible,
715
695
  flex: 1;
716
696
  justify-content: center;
717
697
  margin-left: -224px;
718
- }
698
+ }
719
699
 
720
700
  .pts-footer-linkList ul {
721
701
  padding: 0;
@@ -749,7 +729,6 @@ textarea:focus-visible,
749
729
  box-sizing: border-box;
750
730
  }
751
731
 
752
-
753
732
  /* ---------- MODAL ---------- */
754
733
 
755
734
  .pts-modal-overlay {
@@ -814,14 +793,14 @@ textarea:focus-visible,
814
793
  }
815
794
 
816
795
  .visually-hidden {
817
- position: absolute !important;
818
- width: 1px;
819
- height: 1px;
820
- padding: 0;
821
- margin: -1px;
822
- overflow: hidden;
823
- clip: rect(0, 0, 0, 0);
824
- clip-path: inset(50%);
825
- white-space: nowrap;
826
- border: 0;
827
- }
796
+ position: absolute !important;
797
+ width: 1px;
798
+ height: 1px;
799
+ padding: 0;
800
+ margin: -1px;
801
+ overflow: hidden;
802
+ clip: rect(0, 0, 0, 0);
803
+ clip-path: inset(50%);
804
+ white-space: nowrap;
805
+ border: 0;
806
+ }