optimized-react-component-library-xyz123 0.1.141 → 0.1.142

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.141",
3
+ "version": "0.1.142",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -5,8 +5,8 @@
5
5
  --dark-error: #D75055;
6
6
  --dark-main:#141414;
7
7
  --dark-info: #808080;
8
- --dark-yellow:#F4BF56;
9
- --dark-purple:#200827;
8
+ --dark-orientation-active:#F4BF56;
9
+ --dark-background-second:#200827;
10
10
  }
11
11
 
12
12
  @media (prefers-color-scheme: dark) {
@@ -53,7 +53,7 @@
53
53
  /*-----------HEADER--------------*/
54
54
 
55
55
  .pts-header-container{
56
- background-color: var(--dark-purple);
56
+ background-color: var(--dark-background-second);
57
57
  }
58
58
 
59
59
  .pts-header-container svg path{
@@ -164,7 +164,7 @@
164
164
  }
165
165
 
166
166
  .pts-stepperDotActive {
167
- background-color: var(--dark-yellow);
167
+ background-color: var(--dark-orientation-active);
168
168
  }
169
169
 
170
170
  .pts-stepper-step:not(:last-child)::after {
@@ -274,6 +274,10 @@
274
274
  color: var(--dark-action);
275
275
  }
276
276
 
277
+ .error-close svg path{
278
+ stroke: var(--dark-action);
279
+ }
280
+
277
281
  .errorMessageAddingFile{
278
282
  color: var(--dark-error);
279
283
  }
@@ -1,185 +1,319 @@
1
- @media (max-width: 1085px) {
2
- .pts-footer-container {
3
- display: flex;
4
- height: auto;
5
- flex-direction: column;
6
- text-align: left;
7
- padding: 1.6rem;
8
- }
9
1
 
10
- .pts-footer-logo {
11
- position: static;
12
- padding-left: 0;
13
- margin-left: -8px;
14
- margin-bottom: 1.6rem;
15
- align-self: flex-start;
16
- }
17
-
18
- .pts-footer-linkList {
19
- width: 100%;
20
- }
21
-
22
- .pts-footer-linkList ul {
23
- flex-direction: column;
24
- gap: 1.6rem;
25
- padding-top: 0;
26
- }
27
-
28
- .pts-footer-linkList a span {
29
- padding: 0;
30
- }
2
+ /********************************************/
3
+ /*************** WIDTH: 1085 *****************/
4
+ /********************************************/
31
5
 
32
- .pts-footer-container .pts-footer-linkList ul li:not(:last-child)::after {
33
- display: none;
34
- }
6
+ @media (max-width: 1085px) {
7
+ .pts-footer-content {
8
+ display:flex;
9
+ height: auto;
10
+ flex-direction: column;
11
+ text-align: left;
12
+ padding: 1.6rem;
13
+ width: 90%;
14
+ }
15
+
16
+ .pts-footer-logo {
17
+ position: static;
18
+ padding-left: 0;
19
+ margin-left: -8px;
20
+ margin-bottom: 1.6rem;
21
+ align-self: flex-start;
22
+ }
23
+
24
+ .pts-footer-linkList {
25
+ width: 100%;
26
+ margin-bottom: 8px;
27
+ margin-left:0;
28
+ }
29
+
30
+ .pts-footer-linkList ul {
31
+ flex-direction: column;
32
+ gap: 1.6rem;
33
+ padding-top: 0;
34
+ }
35
+
36
+ .pts-footer-linkList a span {
37
+ padding: 0;
38
+ }
39
+
40
+ .pts-footer-container .pts-footer-linkList ul li:not(:last-child)::after {
41
+ display: none;
42
+ }
35
43
  }
36
44
 
37
- @media (max-width: 750px) {
38
- #main-content {
39
- padding-top: 1.6rem;
40
- padding-bottom: 0;
41
- }
42
-
43
- section,
44
- .pts-form-step-header {
45
- margin-left: 0;
46
- margin-right: 0;
47
- border-radius: 0;
48
- padding-bottom: 0;
49
- }
50
-
51
- /* --- ??? --- */
52
- .pts-root-categoryDescription,
53
- .pts-root-stepDescription {
54
- margin-bottom: 1.6rem;
55
- }
56
-
57
- .pts-header-container {
58
- justify-content: center;
59
- }
60
-
61
- .pts-skipLink-container {
62
- left: 1.8rem;
63
- }
64
-
65
- /* ---------- STEPPER ---------- */
66
-
67
- .pts-stepper-step {
68
- margin: 0;
69
- position: relative;
70
- flex: none;
71
- }
72
-
73
- .pts-stepper-step:not(:last-child)::after {
74
- left: calc(50% + 3rem);
75
- width: calc(33.33vw - 10rem);
76
- right: auto;
77
- }
78
-
79
- .pts-shortNameInStepper {
80
- display: none;
81
- }
82
-
83
- .pts-stepper-container {
84
- justify-content: space-between;
85
- height: 4.2rem;
86
- }
87
-
88
- .pts-errorSummary-container {
89
- margin-bottom: 1.6rem;
90
- }
91
-
92
- .pts-stepperButtons-container {
93
- margin-right: 1.6rem;
94
- }
95
-
96
- .pts-radioMultiple-container,
97
- .pts-multipleCheckboxes-container {
98
- padding-bottom: 1.6rem;
99
- }
100
-
101
- .pts-textArea-container textarea {
102
- width: 100%;
103
- box-sizing: border-box;
104
- }
105
-
106
- .pts-footer-container {
107
- height: auto;
108
- flex-direction: column;
109
- text-align: left;
110
- padding: 1.6rem;
111
- }
112
-
113
- .pts-footer-logo {
114
- position: static;
115
- padding-left: 0;
116
- margin-bottom: 1.6rem;
117
- align-self: flex-start;
118
- }
119
-
120
- .pts-footer-linkList {
121
- width: 100%;
122
- }
123
-
124
- .pts-footer-linkList ul {
125
- flex-direction: column;
126
- gap: 1.6rem;
127
- padding-top: 0;
128
- }
129
-
130
- .pts-footer-linkList a span {
131
- padding: 0;
132
- }
133
-
134
- .pts-footer-container .pts-footer-linkList ul li:not(:last-child)::after {
135
- display: none;
136
- }
137
-
138
- .pts-question-preview {
139
- flex-direction: column;
140
- margin-bottom: 1.6rem;
141
- padding-bottom: 0.8rem;
142
- }
143
-
144
- .pts-question-preview h4 {
145
- margin-bottom: 1.6rem;
146
- }
147
-
148
- .pts-root-answer {
149
- width: 100%;
150
- margin-bottom: 0;
151
- }
152
-
153
- .stepInfoText,
154
- .desciptionswithheadline {
155
- margin-bottom: 3.6rem;
156
- }
157
-
158
- .pts-root-answer ul {
159
- padding-left: 1.6rem;
160
- }
45
+ /********************************************/
46
+ /*************** WIDTH: 990 *****************/
47
+ /********************************************/
161
48
 
162
- .pts-serviceHeadlineAndBody-container {
163
- margin: 0;
164
- }
165
-
166
- .pts-principleOfPublicity-container p {
167
- margin-top: 0;
49
+ @media (max-width: 990px) {
50
+ .filePickLabel .filePickButton {
51
+ font-size: 1.4rem;
52
+ line-height: 14px;
53
+ text-align: center;
168
54
  }
55
+ }
169
56
 
170
- .pts-serviceHeadlineAndBody-container .pts-moreinfo-list a {
171
- margin-top: 1.6rem;
172
- }
173
57
 
174
- .pts-footer-container {
175
- margin-top: 1.6rem;
176
- }
58
+ /********************************************/
59
+ /*************** WIDTH: 750 *****************/
60
+ /********************************************/
61
+ @media (max-width: 750px) {
62
+ #main-content {
63
+ padding-top: 1.6rem;
64
+ padding-bottom: 0;
65
+ }
66
+
67
+ .pts-cookieBanner {
68
+ width: fit-content;
69
+ }
70
+
71
+ .pts-cookieBanner-Links {
72
+ margin-bottom: 1.6rem;
73
+ display: flex;
74
+ }
75
+
76
+ .pts-cookieBanner a {
77
+ padding-left: 10px;
78
+ position: relative;
79
+ top: 5px;
80
+ }
81
+
82
+ .pts-header-container {
83
+ justify-content: center;
84
+ flex-direction: column;
85
+ padding: 0;
86
+ }
87
+
88
+ .pts-header-logo-container{
89
+ padding: 13px 0;
90
+ border-bottom: 2px solid #ddd;
91
+ width: 100%;
92
+ text-align: center;
93
+ }
94
+
95
+ .pts-languageButton{
96
+ margin: 0.4rem 0;
97
+ }
98
+
99
+ .languageIcon {
100
+ margin-top: 0.4rem;
101
+ }
102
+
103
+ .pts-languageButton span:first-child{
104
+ margin: 0.4rem 0
105
+ }
106
+
107
+ section,
108
+ .pts-form-step-header {
109
+ margin-left: 0;
110
+ margin-right: 0;
111
+ border-radius: 0;
112
+ padding: 1.6rem;
113
+ }
114
+
115
+ .pts-errorSummary-container{
116
+ margin: 0;
117
+ margin-top:1.6rem;
118
+ }
119
+
120
+ #pts-error-summary{
121
+ padding: 1.6rem 0;
122
+ margin: 0;
123
+ }
124
+
125
+ /* --- ??? --- */
126
+ .pts-root-categoryDescription,
127
+ .pts-root-stepDescription {
128
+ margin-bottom: 1.6rem;
129
+ }
130
+
131
+ .pts-skipLink-container {
132
+ left: 1.8rem;
133
+ }
134
+
135
+ /* ---------- STEPPER ---------- */
136
+ .pts-stepper-container{
137
+ height: auto;
138
+ margin-top: 0px;
139
+ display: flex;
140
+ }
141
+
142
+ .pts-stepper-step {
143
+ margin: 0;
144
+ position: relative;
145
+ }
146
+
147
+ .pts-stepper-step:not(:last-child)::after {
148
+ left: calc(50% + 3rem);
149
+ width: calc(33.33vw - 10rem);
150
+ right: auto;
151
+ }
152
+
153
+ .pts-shortNameInStepper {
154
+ display: none;
155
+ }
156
+
157
+ .pts-stepperDot{
158
+ margin-bottom: 0;
159
+ }
160
+
161
+ .pts-stepperButtons-container {
162
+ margin-right: 1.6rem;
163
+ margin-top: 1.6rem;
164
+ }
165
+
166
+ .pts-radioMultiple-container,
167
+ .pts-multipleCheckboxes-container {
168
+ padding-bottom: 1.6rem;
169
+ }
170
+
171
+ .pts-textArea-container textarea {
172
+ width: 100%;
173
+ box-sizing: border-box;
174
+ }
175
+
176
+ .inputContainer {
177
+ margin-bottom: 1.6rem;
178
+ }
179
+
180
+ .fileItem {
181
+ display: grid !important;
182
+ grid-template-columns: 26px 75% 60px;
183
+ margin: 0;
184
+ }
185
+
186
+ .DropZoneContainer {
187
+ display: none;
188
+ }
189
+
190
+ .files-drop-zone {
191
+ padding: 2rem 1rem;
192
+ }
193
+
194
+ .pts-addFile-error-container {
195
+ margin: 1.6rem 0;
196
+ }
197
+
198
+ .errorMessageAddingFile {
199
+ margin-left: 12px;
200
+ }
201
+
202
+ .pts-editPreviewLink-container{
203
+ width: 50%;
204
+ }
205
+
206
+ .pts-editPreviewLink-container a{
207
+ font-size: 1.3rem;
208
+ display: block;
209
+ }
210
+
211
+ .pts-preview-page dl{
212
+ display:flex;
213
+ flex-direction: column;
214
+ }
215
+
216
+ .pts-preview-page dt,
217
+ .pts-preview-page dd {
218
+ padding: 0;
219
+ }
220
+
221
+ .pts-preview-page dt{
222
+ border: none;
223
+ padding-bottom: 8px;
224
+
225
+ }
226
+
227
+ .pts-preview-page dd{
228
+ margin-bottom: 1.6rem;
229
+ padding-bottom: 4px;
230
+ }
231
+
232
+ .pts-footer-logo {
233
+ position: static;
234
+ padding-left: 0;
235
+ margin-bottom: 1.6rem;
236
+ align-self: flex-start;
237
+ }
238
+
239
+ .pts-footer-linkList {
240
+ width: 100%;
241
+ }
242
+
243
+ .pts-footer-linkList ul {
244
+ flex-direction: column;
245
+ gap: 1.6rem;
246
+ padding-top: 0;
247
+ }
248
+
249
+ .pts-footer-linkList a span {
250
+ padding: 0;
251
+ }
252
+
253
+ .pts-footer-container .pts-footer-linkList ul li:not(:last-child)::after {
254
+ display: none;
255
+ }
256
+
257
+ .pts-question-preview {
258
+ flex-direction: column;
259
+ margin-bottom: 1.6rem;
260
+ padding-bottom: 0.8rem;
261
+ }
262
+
263
+ .pts-question-preview h4 {
264
+ margin-bottom: 1.6rem;
265
+ }
266
+
267
+ .pts-root-answer {
268
+ width: 100%;
269
+ margin-bottom: 0;
270
+ }
271
+
272
+ .stepInfoText,
273
+ .desciptionswithheadline {
274
+ margin-bottom: 3.6rem;
275
+ }
276
+
277
+ .pts-root-answer ul {
278
+ padding-left: 1.6rem;
279
+ }
280
+
281
+ .pts-serviceHeadlineAndBody-container {
282
+ margin: 0;
283
+ }
284
+
285
+ .pts-principleOfPublicity-container p {
286
+ margin-top: 0;
287
+ }
288
+
289
+ .pts-serviceHeadlineAndBody-container .pts-moreinfo-list a {
290
+ margin-top: 1.6rem;
291
+ }
292
+
293
+ .pts-footer-container {
294
+ margin-top: 1.6rem;
295
+ }
296
+
297
+ .pts-footer-container {
298
+ height: auto;
299
+ flex-direction: column;
300
+ text-align: left;
301
+ }
302
+
303
+
177
304
  }
178
305
 
306
+ /********************************************/
307
+ /***************WIDTH: 480 ******************/
308
+ /********************************************/
179
309
  @media (max-width: 480px) {
180
- .pts-stepper-step:not(:last-child)::after {
181
- left: calc(50% + 2rem) !important;
182
- width: calc(33.33vw - 7.7rem) !important;
183
- right: auto !important;
310
+ .pts-stepper-step:not(:last-child)::after {
311
+ left: calc(50% + 2rem) !important;
312
+ width: calc(33.33vw - 7.7rem) !important;
313
+ right: auto !important;
314
+ }
315
+
316
+ .files-upload {
317
+ padding: 0 0.5rem;
184
318
  }
185
- }
319
+ }