optimized-react-component-library-xyz123 0.1.65 → 0.1.66

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.1.65",
3
+ "version": "0.1.66",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -118,6 +118,15 @@ fieldset {
118
118
  margin-bottom: 3.6rem;
119
119
  }
120
120
 
121
+ .pts-root-question legend{
122
+ font-family: Arial;
123
+ font-size: 1.6rem;
124
+ font-style: normal;
125
+ font-weight: 400;
126
+ line-height: 20px;
127
+ }
128
+
129
+
121
130
  .pts-root-question legend,
122
131
  .pts-root-question label,
123
132
  .pts-radio-option {
@@ -320,6 +329,20 @@ textarea:focus-visible,
320
329
  margin-bottom: 2.8rem;
321
330
  }
322
331
 
332
+ .pts-main-service-headline a svg{
333
+ width: 1.6rem;
334
+ height: 1.6rem;
335
+ background-color: #6e3282;
336
+ border-radius: 50%;
337
+ padding: 0.4rem;
338
+ flex-shrink: 0;
339
+ margin-right: 1.6rem;
340
+ }
341
+
342
+ .pts-main-service-headline a svg path{
343
+ fill:#ffffff;
344
+ }
345
+
323
346
  .pts-moreinfo-list {
324
347
  margin: 0 !important;
325
348
  list-style: none;
@@ -335,7 +358,6 @@ textarea:focus-visible,
335
358
  flex-shrink: 0;
336
359
  margin-right: 1.6rem;
337
360
  }
338
-
339
361
  /* ---------- STEPPER ---------- */
340
362
 
341
363
  .pts-stepper-container {
@@ -584,8 +606,8 @@ textarea:focus-visible,
584
606
  /* ---------- TEXTFIELD / TEXTAREA ABOUT ---------- */
585
607
 
586
608
  .pts-question-hasAbout label {
587
- margin-bottom: 0.4rem;
588
- line-height: 1.4rem;
609
+ margin-bottom: 0rem;
610
+ line-height: 0.4rem;
589
611
  }
590
612
 
591
613
  .pts-about {
@@ -594,6 +616,12 @@ textarea:focus-visible,
594
616
  font-size: 1.4rem;
595
617
  }
596
618
 
619
+ .textfield-about{
620
+ margin-bottom: 0.4rem;
621
+ color: #545454;
622
+ font-size: 1.4rem;
623
+ }
624
+
597
625
  /* ---------- TEXTAREA ---------- */
598
626
 
599
627
  .pts-textArea-container textarea {
@@ -708,6 +736,48 @@ textarea:focus-visible,
708
736
  display: flex;
709
737
  justify-content: space-between;
710
738
  align-items: baseline;
739
+ width: 100%;
740
+ }
741
+
742
+ dl{
743
+ display: grid;
744
+ grid-template-columns: 50% 50%;
745
+
746
+ }
747
+
748
+ dt , dd{
749
+ padding: 16px 0px 4px 0px;
750
+ margin-inline-start: 0px;
751
+ border-bottom: 1px solid #DDD;
752
+ line-height: 2.4rem;
753
+ margin: 0 !important;
754
+ width: 100% !important;
755
+ }
756
+
757
+ dt{
758
+ font-size: 1.6rem !important;
759
+ font-weight: 600 !important;
760
+ }
761
+
762
+ dd{
763
+ padding-left: 36px;
764
+ }
765
+
766
+ .preview-undefined{
767
+ display:none;
768
+ }
769
+
770
+
771
+ .pts-addFiles-preview{
772
+ display:flex;
773
+ }
774
+
775
+ .pts-addFiles-preview .no-answer-preview-page{
776
+ display: inline-block;
777
+ padding: 16px 0px 0px 8px;
778
+ text-align: center;
779
+ width: 100%;
780
+ position: relative;
711
781
  }
712
782
 
713
783
  /* ---------- TEXT HEADLINE AND BODY / SERVICE HEADLINE AND BODY ---------- */
@@ -1838,6 +1908,8 @@ textarea:focus-visible,
1838
1908
  margin-bottom: 0px;
1839
1909
  }
1840
1910
 
1911
+
1912
+
1841
1913
  /* preview */
1842
1914
 
1843
1915
  /* .addFilesPreviewContainer {