optimized-react-component-library-xyz123 0.19.29 → 0.20.2
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/package.json +1 -1
- package/src/css/styles.css +25 -34
package/package.json
CHANGED
package/src/css/styles.css
CHANGED
|
@@ -134,8 +134,8 @@ section {
|
|
|
134
134
|
--- ?? Make changes in html ?? */
|
|
135
135
|
|
|
136
136
|
p[aria-live='assertive']:empty {
|
|
137
|
-
|
|
138
|
-
|
|
137
|
+
margin: 0;
|
|
138
|
+
padding: 0;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
.pts-first-category-section {
|
|
@@ -162,8 +162,6 @@ p[aria-live='assertive']:empty {
|
|
|
162
162
|
margin-bottom: 36px;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
|
|
166
|
-
|
|
167
165
|
.sr-only {
|
|
168
166
|
position: absolute;
|
|
169
167
|
width: 1px;
|
|
@@ -175,7 +173,7 @@ p[aria-live='assertive']:empty {
|
|
|
175
173
|
white-space: nowrap;
|
|
176
174
|
border: 0;
|
|
177
175
|
}
|
|
178
|
-
|
|
176
|
+
select:focus-visible,
|
|
179
177
|
button:focus-visible,
|
|
180
178
|
a:focus-visible,
|
|
181
179
|
input:focus-visible,
|
|
@@ -187,7 +185,7 @@ textarea:focus-visible,
|
|
|
187
185
|
outline-width: 2px !important;
|
|
188
186
|
box-shadow: 0 0 0 4px #000 !important;
|
|
189
187
|
}
|
|
190
|
-
|
|
188
|
+
.using-mouse select:focus-visible,
|
|
191
189
|
.using-mouse input:focus-visible,
|
|
192
190
|
.using-mouse button:focus-visible,
|
|
193
191
|
.using-mouse textarea:focus-visible,
|
|
@@ -198,7 +196,6 @@ textarea:focus-visible,
|
|
|
198
196
|
box-shadow: 0 0 0 0px #000 !important;
|
|
199
197
|
}
|
|
200
198
|
|
|
201
|
-
|
|
202
199
|
/* ---------- COOKIE BANNER ---------- */
|
|
203
200
|
|
|
204
201
|
.pts-cookieBanner {
|
|
@@ -298,21 +295,21 @@ textarea:focus-visible,
|
|
|
298
295
|
}
|
|
299
296
|
|
|
300
297
|
.pts-languageButton::after {
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
298
|
+
content: '';
|
|
299
|
+
position: absolute;
|
|
300
|
+
left: 0.7rem;
|
|
301
|
+
right: -0.3rem;
|
|
302
|
+
bottom: 0;
|
|
303
|
+
height: 0.2rem;
|
|
304
|
+
background-color: currentColor;
|
|
305
|
+
opacity: 0;
|
|
309
306
|
}
|
|
310
307
|
|
|
311
308
|
.pts-languageButton:hover::after {
|
|
312
|
-
|
|
309
|
+
opacity: 1;
|
|
313
310
|
}
|
|
314
311
|
|
|
315
|
-
.languageIcon{
|
|
312
|
+
.languageIcon {
|
|
316
313
|
margin-top: 0.3rem;
|
|
317
314
|
padding-right: 0.6rem;
|
|
318
315
|
}
|
|
@@ -322,13 +319,13 @@ textarea:focus-visible,
|
|
|
322
319
|
height: 1.5rem;
|
|
323
320
|
}
|
|
324
321
|
|
|
325
|
-
.languageIcon{
|
|
322
|
+
.languageIcon {
|
|
326
323
|
padding-left: 0.6rem;
|
|
327
324
|
}
|
|
328
325
|
|
|
329
326
|
/* ---------- TextBODY ---------- */
|
|
330
327
|
|
|
331
|
-
.MoreInfoIcon{
|
|
328
|
+
.MoreInfoIcon {
|
|
332
329
|
margin-top: 2px;
|
|
333
330
|
}
|
|
334
331
|
|
|
@@ -369,7 +366,7 @@ textarea:focus-visible,
|
|
|
369
366
|
}
|
|
370
367
|
|
|
371
368
|
.pts-textHeadlineAndBody-container .first-paragraph {
|
|
372
|
-
|
|
369
|
+
margin-top: 0;
|
|
373
370
|
}
|
|
374
371
|
|
|
375
372
|
/* ---------- STEPPER ---------- */
|
|
@@ -527,11 +524,11 @@ textarea:focus-visible,
|
|
|
527
524
|
margin-bottom: 36px;
|
|
528
525
|
}
|
|
529
526
|
|
|
530
|
-
.pts-edit-step-button{
|
|
527
|
+
.pts-edit-step-button {
|
|
531
528
|
text-decoration: none;
|
|
532
529
|
}
|
|
533
530
|
|
|
534
|
-
.pts-edit-step-text{
|
|
531
|
+
.pts-edit-step-text {
|
|
535
532
|
padding-left: 5px;
|
|
536
533
|
}
|
|
537
534
|
|
|
@@ -644,9 +641,6 @@ textarea:focus-visible,
|
|
|
644
641
|
transition: 0.2s;
|
|
645
642
|
}
|
|
646
643
|
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
644
|
/* ---------- FOOTER ---------- */
|
|
651
645
|
|
|
652
646
|
.pts-footer-container {
|
|
@@ -657,10 +651,10 @@ textarea:focus-visible,
|
|
|
657
651
|
background-color: var(--background-second);
|
|
658
652
|
}
|
|
659
653
|
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
654
|
+
.pts-footer-content {
|
|
655
|
+
display: flex;
|
|
656
|
+
align-items: center;
|
|
657
|
+
width: 100%;
|
|
664
658
|
}
|
|
665
659
|
|
|
666
660
|
.pts-footer-logo {
|
|
@@ -675,7 +669,7 @@ textarea:focus-visible,
|
|
|
675
669
|
flex: 1;
|
|
676
670
|
justify-content: center;
|
|
677
671
|
margin-left: -224px;
|
|
678
|
-
}
|
|
672
|
+
}
|
|
679
673
|
|
|
680
674
|
.pts-footer-linkList ul {
|
|
681
675
|
padding: 0;
|
|
@@ -709,7 +703,6 @@ textarea:focus-visible,
|
|
|
709
703
|
box-sizing: border-box;
|
|
710
704
|
}
|
|
711
705
|
|
|
712
|
-
|
|
713
706
|
/* ---------- MODAL ---------- */
|
|
714
707
|
|
|
715
708
|
.pts-modal-overlay {
|
|
@@ -763,8 +756,6 @@ textarea:focus-visible,
|
|
|
763
756
|
}
|
|
764
757
|
}
|
|
765
758
|
|
|
766
|
-
|
|
767
|
-
|
|
768
759
|
.cleanPadding {
|
|
769
760
|
padding: 0;
|
|
770
761
|
}
|
|
@@ -772,4 +763,4 @@ textarea:focus-visible,
|
|
|
772
763
|
.unsetMargin-Padding {
|
|
773
764
|
margin: 0;
|
|
774
765
|
padding: 0;
|
|
775
|
-
}
|
|
766
|
+
}
|