dibk-design 6.5.3 → 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/Accordion.js +4 -4
- package/dist/components/Accordion.module.scss +25 -18
- package/dist/components/Button.js +11 -14
- package/dist/components/Button.module.scss +79 -66
- package/dist/components/CheckBoxIcon.js +2 -2
- package/dist/components/CheckBoxIcon.module.scss +17 -10
- package/dist/components/CheckBoxInput.js +2 -2
- package/dist/components/CheckBoxInput.module.scss +5 -4
- package/dist/components/CheckBoxList.js +4 -5
- package/dist/components/CheckBoxList.module.scss +3 -2
- package/dist/components/CheckBoxListItem.js +1 -1
- package/dist/components/CheckBoxListItem.module.scss +17 -9
- package/dist/components/Container.js +2 -3
- package/dist/components/Container.module.scss +5 -3
- package/dist/components/ContentBox.js +2 -3
- package/dist/components/ContentBox.module.scss +16 -11
- package/dist/components/DescriptionDetails.js +1 -1
- package/dist/components/DescriptionDetails.module.scss +3 -2
- package/dist/components/DescriptionList.js +2 -2
- package/dist/components/DescriptionList.module.scss +0 -2
- package/dist/components/DescriptionTerm.js +1 -1
- package/dist/components/DescriptionTerm.module.scss +3 -2
- package/dist/components/Dialog.js +4 -5
- package/dist/components/Dialog.module.scss +14 -9
- package/dist/components/DragAndDropFileInput.js +6 -7
- package/dist/components/DragAndDropFileInput.module.scss +9 -5
- package/dist/components/ErrorBox.js +1 -1
- package/dist/components/ErrorBox.module.scss +12 -8
- package/dist/components/ErrorMessage.js +4 -6
- package/dist/components/ErrorMessage.module.scss +5 -3
- package/dist/components/Footer.js +1 -1
- package/dist/components/Footer.module.scss +3 -2
- package/dist/components/Header.js +6 -7
- package/dist/components/Header.module.scss +14 -11
- package/dist/components/InfoBox.js +1 -1
- package/dist/components/InfoBox.module.scss +7 -4
- package/dist/components/InputField.js +8 -10
- package/dist/components/InputField.module.scss +19 -13
- package/dist/components/Label.js +3 -4
- package/dist/components/Label.module.scss +3 -2
- package/dist/components/Lead.js +1 -1
- package/dist/components/Lead.module.scss +5 -3
- package/dist/components/List.js +3 -3
- package/dist/components/List.module.scss +0 -2
- package/dist/components/ListItem.js +1 -1
- package/dist/components/ListItem.module.scss +3 -2
- package/dist/components/LoadingAnimation.js +1 -1
- package/dist/components/LoadingAnimation.module.scss +5 -3
- package/dist/components/NavigationBar.js +9 -10
- package/dist/components/NavigationBar.module.scss +66 -57
- package/dist/components/NavigationBarListItem.js +1 -1
- package/dist/components/PDF.scss +37 -17
- package/dist/components/Paper.js +2 -2
- package/dist/components/Paper.module.scss +3 -2
- package/dist/components/ProgressBar.js +2 -2
- package/dist/components/ProgressBar.module.scss +8 -4
- package/dist/components/RadioButtonIcon.js +2 -2
- package/dist/components/RadioButtonIcon.module.scss +18 -10
- package/dist/components/RadioButtonInput.js +2 -2
- package/dist/components/RadioButtonInput.module.scss +5 -4
- package/dist/components/RadioButtonList.js +4 -5
- package/dist/components/RadioButtonList.module.scss +3 -2
- package/dist/components/RadioButtonListItem.js +1 -1
- package/dist/components/RadioButtonListItem.module.scss +17 -9
- package/dist/components/Select.js +9 -10
- package/dist/components/Select.module.scss +24 -16
- package/dist/components/Table.js +3 -3
- package/dist/components/Table.module.scss +10 -8
- package/dist/components/Textarea.js +7 -8
- package/dist/components/Textarea.module.scss +21 -13
- package/dist/components/Theme.js +2 -2
- package/dist/components/Theme.module.scss +29 -27
- package/dist/components/ThemeProvider.js +2 -2
- package/dist/components/ThemeProvider.module.scss +7 -5
- package/dist/components/ToggleNavigationButton.js +1 -1
- package/dist/components/ToggleNavigationButton.module.scss +11 -8
- package/dist/components/WizardNavigation/Step.js +1 -1
- package/dist/components/WizardNavigation/Step.module.scss +27 -24
- package/dist/components/WizardNavigation.js +4 -5
- package/dist/components/WizardNavigation.module.scss +3 -2
- package/dist/functions/helpers.js +11 -15
- package/dist/functions/theme.js +3 -3
- package/dist/index.js +1 -1
- package/dist/style/base/_typography.scss +5 -2
- package/dist/style/layout/_containers.scss +3 -1
- package/dist/style/pdf.css +41 -18
- package/dist/style/pdf.css.map +1 -1
- package/package.json +16 -15
- package/dist/style/abstracts/_all.scss +0 -2
- package/dist/style/abstracts/mixins/_all.scss +0 -12
- package/dist/style/abstracts/variables/_all.scss +0 -5
- package/dist/style/base/_all.scss +0 -3
- package/dist/style/global.scss +0 -3
- package/dist/style/layout/_all.scss +0 -1
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":"
|
|
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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dibk-design",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"README.md"
|
|
9
9
|
],
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@storybook/test": "^8.
|
|
11
|
+
"@storybook/test": "^8.4.2",
|
|
12
12
|
"@testing-library/jest-dom": "^5.16.5",
|
|
13
13
|
"@testing-library/react": "^14.0.0",
|
|
14
14
|
"@testing-library/user-event": "^14.4.3",
|
|
@@ -62,24 +62,25 @@
|
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@babel/cli": "^7.18.10",
|
|
65
|
-
"@storybook/addon-a11y": "^8.
|
|
66
|
-
"@storybook/addon-actions": "^8.
|
|
67
|
-
"@storybook/addon-essentials": "^8.
|
|
68
|
-
"@storybook/addon-interactions": "^8.
|
|
69
|
-
"@storybook/addon-links": "^8.
|
|
70
|
-
"@storybook/addon-mdx-gfm": "^8.
|
|
65
|
+
"@storybook/addon-a11y": "^8.4.2",
|
|
66
|
+
"@storybook/addon-actions": "^8.4.2",
|
|
67
|
+
"@storybook/addon-essentials": "^8.4.2",
|
|
68
|
+
"@storybook/addon-interactions": "^8.4.2",
|
|
69
|
+
"@storybook/addon-links": "^8.4.2",
|
|
70
|
+
"@storybook/addon-mdx-gfm": "^8.4.2",
|
|
71
71
|
"@storybook/addons": "^7.6.17",
|
|
72
|
-
"@storybook/node-logger": "^8.
|
|
73
|
-
"@storybook/preset-create-react-app": "^8.
|
|
74
|
-
"@storybook/react": "^8.
|
|
75
|
-
"@storybook/react-webpack5": "^8.
|
|
76
|
-
"@storybook/theming": "^8.
|
|
72
|
+
"@storybook/node-logger": "^8.4.2",
|
|
73
|
+
"@storybook/preset-create-react-app": "^8.4.2",
|
|
74
|
+
"@storybook/react": "^8.4.2",
|
|
75
|
+
"@storybook/react-webpack5": "^8.4.2",
|
|
76
|
+
"@storybook/theming": "^8.4.2",
|
|
77
77
|
"babel-plugin-named-exports-order": "^0.0.2",
|
|
78
78
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
79
79
|
"prop-types": "^15.8.1",
|
|
80
80
|
"react-router-dom": "^6.4.2",
|
|
81
|
-
"storybook": "^8.
|
|
81
|
+
"storybook": "^8.4.2",
|
|
82
82
|
"url-loader": "^4.1.1",
|
|
83
83
|
"webpack": "^5.74.0"
|
|
84
|
-
}
|
|
84
|
+
},
|
|
85
|
+
"packageManager": "yarn@4.5.1"
|
|
85
86
|
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
@import "animation";
|
|
2
|
-
@import "appearance";
|
|
3
|
-
@import "border-radius";
|
|
4
|
-
@import "box-shadow";
|
|
5
|
-
@import "box-sizing";
|
|
6
|
-
@import "calc";
|
|
7
|
-
@import "keyframes";
|
|
8
|
-
@import "opacity";
|
|
9
|
-
@import "placeholder";
|
|
10
|
-
@import "scrollbar";
|
|
11
|
-
@import "transform";
|
|
12
|
-
@import "transition";
|
package/dist/style/global.scss
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import "containers";
|