dibk-design 7.0.0 → 7.1.0
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/components/PDF.scss +27 -11
- package/dist/style/pdf.css +41 -18
- package/dist/style/pdf.css.map +1 -1
- package/package.json +1 -1
package/dist/components/PDF.scss
CHANGED
|
@@ -133,8 +133,13 @@ body {
|
|
|
133
133
|
margin-left: $heading-logo-margin-left;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
+
caption {
|
|
137
|
+
text-align: left;
|
|
138
|
+
}
|
|
139
|
+
|
|
136
140
|
h1,
|
|
137
|
-
.h1
|
|
141
|
+
.h1,
|
|
142
|
+
caption[style*="--size: 1"] {
|
|
138
143
|
page-break-after: avoid;
|
|
139
144
|
font-size: $font-size-h1;
|
|
140
145
|
font-weight: normal;
|
|
@@ -148,7 +153,8 @@ body {
|
|
|
148
153
|
}
|
|
149
154
|
}
|
|
150
155
|
h2,
|
|
151
|
-
.h2
|
|
156
|
+
.h2,
|
|
157
|
+
caption[style*="--size: 2"] {
|
|
152
158
|
page-break-after: avoid;
|
|
153
159
|
font-size: $font-size-h2;
|
|
154
160
|
font-weight: normal;
|
|
@@ -166,7 +172,8 @@ body {
|
|
|
166
172
|
}
|
|
167
173
|
}
|
|
168
174
|
h3,
|
|
169
|
-
.h3
|
|
175
|
+
.h3,
|
|
176
|
+
caption[style*="--size: 3"] {
|
|
170
177
|
page-break-after: avoid;
|
|
171
178
|
font-size: $font-size-h3;
|
|
172
179
|
font-weight: normal;
|
|
@@ -180,7 +187,9 @@ body {
|
|
|
180
187
|
}
|
|
181
188
|
|
|
182
189
|
h4,
|
|
183
|
-
.h4
|
|
190
|
+
.h4,
|
|
191
|
+
caption[style*="--size: 4"],
|
|
192
|
+
caption:not([style*="--size"]) {
|
|
184
193
|
page-break-after: avoid;
|
|
185
194
|
font-size: $font-size-h4;
|
|
186
195
|
font-weight: bold;
|
|
@@ -193,7 +202,8 @@ body {
|
|
|
193
202
|
}
|
|
194
203
|
|
|
195
204
|
h5,
|
|
196
|
-
.h5
|
|
205
|
+
.h5,
|
|
206
|
+
caption[style*="--size: 5"] {
|
|
197
207
|
page-break-after: avoid;
|
|
198
208
|
font-size: $font-size-h5;
|
|
199
209
|
font-weight: bold;
|
|
@@ -310,7 +320,7 @@ body {
|
|
|
310
320
|
}
|
|
311
321
|
}
|
|
312
322
|
|
|
313
|
-
table + table thead tr {
|
|
323
|
+
table + table > thead:first-child tr {
|
|
314
324
|
border-top: none;
|
|
315
325
|
}
|
|
316
326
|
|
|
@@ -423,7 +433,8 @@ body {
|
|
|
423
433
|
margin-left: calc($heading-logo-margin-left * $scaling-for-signed-documents);
|
|
424
434
|
}
|
|
425
435
|
h1,
|
|
426
|
-
.h1
|
|
436
|
+
.h1,
|
|
437
|
+
caption[style*="--size: 1"] {
|
|
427
438
|
font-size: calc($font-size-h1 * $scaling-for-signed-documents);
|
|
428
439
|
margin-top: calc($margin-top-h1 * $scaling-for-signed-documents);
|
|
429
440
|
small {
|
|
@@ -431,7 +442,8 @@ body {
|
|
|
431
442
|
}
|
|
432
443
|
}
|
|
433
444
|
h2,
|
|
434
|
-
.h2
|
|
445
|
+
.h2,
|
|
446
|
+
caption[style*="--size: 2"] {
|
|
435
447
|
font-size: calc($font-size-h2 * $scaling-for-signed-documents);
|
|
436
448
|
margin-top: calc($margin-top-h2 * $scaling-for-signed-documents);
|
|
437
449
|
margin-bottom: calc($margin-bottom-h2 * $scaling-for-signed-documents);
|
|
@@ -441,19 +453,23 @@ body {
|
|
|
441
453
|
}
|
|
442
454
|
}
|
|
443
455
|
h3,
|
|
444
|
-
.h3
|
|
456
|
+
.h3,
|
|
457
|
+
caption[style*="--size: 3"] {
|
|
445
458
|
font-size: calc($font-size-h3 * $scaling-for-signed-documents);
|
|
446
459
|
margin-top: calc($margin-top-h3 * $scaling-for-signed-documents);
|
|
447
460
|
margin-bottom: calc($margin-bottom-h3 * $scaling-for-signed-documents);
|
|
448
461
|
}
|
|
449
462
|
h4,
|
|
450
|
-
.h4
|
|
463
|
+
.h4,
|
|
464
|
+
caption[style*="--size: 4"],
|
|
465
|
+
caption:not([style*="--size"]) {
|
|
451
466
|
font-size: calc($font-size-h4 * $scaling-for-signed-documents);
|
|
452
467
|
margin-top: calc($margin-top-h4 * $scaling-for-signed-documents);
|
|
453
468
|
margin-bottom: calc($margin-bottom-h4 * $scaling-for-signed-documents);
|
|
454
469
|
}
|
|
455
470
|
h5,
|
|
456
|
-
.h5
|
|
471
|
+
.h5,
|
|
472
|
+
caption[style*="--size: 5"] {
|
|
457
473
|
font-size: calc($font-size-h5 * $scaling-for-signed-documents);
|
|
458
474
|
margin-top: calc($margin-top-h5 * $scaling-for-signed-documents);
|
|
459
475
|
margin-bottom: calc($margin-bottom-h5 * $scaling-for-signed-documents);
|
package/dist/style/pdf.css
CHANGED
|
@@ -69,8 +69,12 @@ body {
|
|
|
69
69
|
float: right;
|
|
70
70
|
margin-left: 15px;
|
|
71
71
|
}
|
|
72
|
+
.page caption {
|
|
73
|
+
text-align: left;
|
|
74
|
+
}
|
|
72
75
|
.page h1,
|
|
73
|
-
.page .h1
|
|
76
|
+
.page .h1,
|
|
77
|
+
.page caption[style*="--size: 1"] {
|
|
74
78
|
page-break-after: avoid;
|
|
75
79
|
font-size: 34px;
|
|
76
80
|
font-weight: normal;
|
|
@@ -79,13 +83,15 @@ body {
|
|
|
79
83
|
margin-bottom: 0.4em;
|
|
80
84
|
}
|
|
81
85
|
.page h1 small,
|
|
82
|
-
.page .h1 small
|
|
86
|
+
.page .h1 small,
|
|
87
|
+
.page caption[style*="--size: 1"] small {
|
|
83
88
|
display: block;
|
|
84
89
|
font-size: 18px;
|
|
85
90
|
line-height: 1em;
|
|
86
91
|
}
|
|
87
92
|
.page h2,
|
|
88
|
-
.page .h2
|
|
93
|
+
.page .h2,
|
|
94
|
+
.page caption[style*="--size: 2"] {
|
|
89
95
|
page-break-after: avoid;
|
|
90
96
|
font-size: 24px;
|
|
91
97
|
font-weight: normal;
|
|
@@ -94,18 +100,21 @@ body {
|
|
|
94
100
|
margin-bottom: 2px;
|
|
95
101
|
}
|
|
96
102
|
.page h2 small,
|
|
97
|
-
.page .h2 small
|
|
103
|
+
.page .h2 small,
|
|
104
|
+
.page caption[style*="--size: 2"] small {
|
|
98
105
|
display: block;
|
|
99
106
|
font-size: 16px;
|
|
100
107
|
line-height: 1em;
|
|
101
108
|
margin-bottom: 6px;
|
|
102
109
|
}
|
|
103
110
|
.page h2 + p,
|
|
104
|
-
.page .h2 + p
|
|
111
|
+
.page .h2 + p,
|
|
112
|
+
.page caption[style*="--size: 2"] + p {
|
|
105
113
|
margin-top: 0;
|
|
106
114
|
}
|
|
107
115
|
.page h3,
|
|
108
|
-
.page .h3
|
|
116
|
+
.page .h3,
|
|
117
|
+
.page caption[style*="--size: 3"] {
|
|
109
118
|
page-break-after: avoid;
|
|
110
119
|
font-size: 19px;
|
|
111
120
|
font-weight: normal;
|
|
@@ -115,11 +124,14 @@ body {
|
|
|
115
124
|
margin-bottom: 4px;
|
|
116
125
|
}
|
|
117
126
|
.page h3 + p,
|
|
118
|
-
.page .h3 + p
|
|
127
|
+
.page .h3 + p,
|
|
128
|
+
.page caption[style*="--size: 3"] + p {
|
|
119
129
|
margin-top: 0;
|
|
120
130
|
}
|
|
121
131
|
.page h4,
|
|
122
|
-
.page .h4
|
|
132
|
+
.page .h4,
|
|
133
|
+
.page caption[style*="--size: 4"],
|
|
134
|
+
.page caption:not([style*="--size"]) {
|
|
123
135
|
page-break-after: avoid;
|
|
124
136
|
font-size: 17px;
|
|
125
137
|
font-weight: bold;
|
|
@@ -128,11 +140,14 @@ body {
|
|
|
128
140
|
margin-bottom: 6px;
|
|
129
141
|
}
|
|
130
142
|
.page h4 + p,
|
|
131
|
-
.page .h4 + p
|
|
143
|
+
.page .h4 + p,
|
|
144
|
+
.page caption[style*="--size: 4"] + p,
|
|
145
|
+
.page caption:not([style*="--size"]) + p {
|
|
132
146
|
margin-top: 0;
|
|
133
147
|
}
|
|
134
148
|
.page h5,
|
|
135
|
-
.page .h5
|
|
149
|
+
.page .h5,
|
|
150
|
+
.page caption[style*="--size: 5"] {
|
|
136
151
|
page-break-after: avoid;
|
|
137
152
|
font-size: 16px;
|
|
138
153
|
font-weight: bold;
|
|
@@ -230,7 +245,7 @@ body {
|
|
|
230
245
|
padding-top: 2px;
|
|
231
246
|
padding-bottom: 2px;
|
|
232
247
|
}
|
|
233
|
-
.page table + table thead tr {
|
|
248
|
+
.page table + table > thead:first-child tr {
|
|
234
249
|
border-top: none;
|
|
235
250
|
}
|
|
236
251
|
.page table tbody tr.no-border-top {
|
|
@@ -322,39 +337,47 @@ body {
|
|
|
322
337
|
margin-left: 16.6203px;
|
|
323
338
|
}
|
|
324
339
|
.page.signed-document div.content-container h1,
|
|
325
|
-
.page.signed-document div.content-container .h1
|
|
340
|
+
.page.signed-document div.content-container .h1,
|
|
341
|
+
.page.signed-document div.content-container caption[style*="--size: 1"] {
|
|
326
342
|
font-size: 37.67268px;
|
|
327
343
|
margin-top: 5.5401px;
|
|
328
344
|
}
|
|
329
345
|
.page.signed-document div.content-container h1 small,
|
|
330
|
-
.page.signed-document div.content-container .h1 small
|
|
346
|
+
.page.signed-document div.content-container .h1 small,
|
|
347
|
+
.page.signed-document div.content-container caption[style*="--size: 1"] small {
|
|
331
348
|
font-size: 19.94436px;
|
|
332
349
|
}
|
|
333
350
|
.page.signed-document div.content-container h2,
|
|
334
|
-
.page.signed-document div.content-container .h2
|
|
351
|
+
.page.signed-document div.content-container .h2,
|
|
352
|
+
.page.signed-document div.content-container caption[style*="--size: 2"] {
|
|
335
353
|
font-size: 26.59248px;
|
|
336
354
|
margin-top: 24.37644px;
|
|
337
355
|
margin-bottom: 2.21604px;
|
|
338
356
|
}
|
|
339
357
|
.page.signed-document div.content-container h2 small,
|
|
340
|
-
.page.signed-document div.content-container .h2 small
|
|
358
|
+
.page.signed-document div.content-container .h2 small,
|
|
359
|
+
.page.signed-document div.content-container caption[style*="--size: 2"] small {
|
|
341
360
|
font-size: 17.72832px;
|
|
342
361
|
margin-bottom: 6.64812px;
|
|
343
362
|
}
|
|
344
363
|
.page.signed-document div.content-container h3,
|
|
345
|
-
.page.signed-document div.content-container .h3
|
|
364
|
+
.page.signed-document div.content-container .h3,
|
|
365
|
+
.page.signed-document div.content-container caption[style*="--size: 3"] {
|
|
346
366
|
font-size: 21.05238px;
|
|
347
367
|
margin-top: 16.6203px;
|
|
348
368
|
margin-bottom: 4.43208px;
|
|
349
369
|
}
|
|
350
370
|
.page.signed-document div.content-container h4,
|
|
351
|
-
.page.signed-document div.content-container .h4
|
|
371
|
+
.page.signed-document div.content-container .h4,
|
|
372
|
+
.page.signed-document div.content-container caption[style*="--size: 4"],
|
|
373
|
+
.page.signed-document div.content-container caption:not([style*="--size"]) {
|
|
352
374
|
font-size: 18.83634px;
|
|
353
375
|
margin-top: 16.6203px;
|
|
354
376
|
margin-bottom: 6.64812px;
|
|
355
377
|
}
|
|
356
378
|
.page.signed-document div.content-container h5,
|
|
357
|
-
.page.signed-document div.content-container .h5
|
|
379
|
+
.page.signed-document div.content-container .h5,
|
|
380
|
+
.page.signed-document div.content-container caption[style*="--size: 5"] {
|
|
358
381
|
font-size: 17.72832px;
|
|
359
382
|
margin-top: 13.29624px;
|
|
360
383
|
margin-bottom: 2.21604px;
|
package/dist/style/pdf.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../src/stories/PDF.scss","../../src/style/abstracts/mixins/_box-sizing.scss"],"names":[],"mappings":"AA8DA;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA,WA/Da;EAgEb;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,WA/Ea;EAgFb,aApEkB;;;AAsEtB;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;AAAA;IAEI;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIR;EChHE,oBDiHiC;EChH9B,iBDgH8B;EC/GzB,YD+GyB;;;AAI/B;EACI;;AAGJ;EACI;;AACA;EACI;;AAIR;EACI,OA3Ga;EA4Gb;EACA,aA5GmB;;AA+GvB;AAAA;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/stories/PDF.scss","../../src/style/abstracts/mixins/_box-sizing.scss"],"names":[],"mappings":"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","file":"pdf.css"}
|