@conduction/components 2.2.28 → 2.2.29
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/README.md +1 -0
- package/lib/components/Pagination/Pagination.module.css +158 -0
- package/lib/components/badgeCounter/BadgeCounter.module.css +27 -0
- package/lib/components/card/cardHeader/CardHeader.module.css +36 -0
- package/lib/components/card/cardWrapper/CardWrapper.module.css +47 -0
- package/lib/components/card/detailsCard/DetailsCard.module.css +56 -0
- package/lib/components/card/downloadCard/DownloadCard.module.css +27 -0
- package/lib/components/card/horizontalImageCard/HorizontalImageCard.module.css +38 -0
- package/lib/components/card/imageAndDetailsCard/ImageAndDetailsCard.module.css +68 -0
- package/lib/components/card/infoCard/InfoCard.module.css +26 -0
- package/lib/components/codeBlock/CodeBlock.module.css +6 -0
- package/lib/components/container/Container.module.css +12 -0
- package/lib/components/denhaag-wrappers/breadcrumbs/Breadcrumbs.css +222 -0
- package/lib/components/displaySwitch/DisplaySwitch.module.css +3 -0
- package/lib/components/formFields/checkbox/Checkbox.module.css +213 -0
- package/lib/components/formFields/createKeyValue/CreateKeyValue.module.css +65 -0
- package/lib/components/formFields/date/Date.module.css +12 -0
- package/lib/components/formFields/errorMessage/ErrorMessage.module.css +9 -0
- package/lib/components/formFields/select/select.module.css +58 -0
- package/lib/components/horizontalOverflowWrapper/HorizontalOverflowWrapper.module.css +41 -0
- package/lib/components/imageDivider/imageDivider.module.css +5 -0
- package/lib/components/jumbotron/Jumbotron.module.css +88 -0
- package/lib/components/logo/Logo.module.css +31 -0
- package/lib/components/metaIcon/MetaIcon.module.css +29 -0
- package/lib/components/notificationPopUp/NotificationPopUp.module.css +70 -0
- package/lib/components/quoteWrapper/QuoteWrapper.module.css +12 -0
- package/lib/components/tabs/Tabs.module.css +247 -0
- package/lib/components/tag/Tag.module.css +44 -0
- package/lib/components/toolTip/ToolTip.module.css +35 -0
- package/lib/components/topNav/primaryTopNav/PrimaryTopNav.module.css +235 -0
- package/lib/components/topNav/secondaryTopNav/SecondaryTopNav.module.css +80 -0
- package/package.json +5 -2
- package/tsconfig.json +11 -3
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
.denhaag-breadcrumb {
|
|
2
|
+
--denhaag-breadcrumb-chevron-display: none;
|
|
3
|
+
--denhaag-breadcrumb-link-background-color: transparent;
|
|
4
|
+
--denhaag-breadcrumb-link-icon-content: "";
|
|
5
|
+
--denhaag-breadcrumb-link-pointer-events: bounding-box;
|
|
6
|
+
--denhaag-breadcrumb-item-display: none;
|
|
7
|
+
|
|
8
|
+
background-color: var(--denhaag-breadcrumb-background-color, transparent);
|
|
9
|
+
color: var(--denhaag-breadcrumb-color, inherit);
|
|
10
|
+
padding-block-end: var(--denhaag-breadcrumb-padding-block);
|
|
11
|
+
padding-block-start: var(--denhaag-breadcrumb-padding-block);
|
|
12
|
+
padding-inline-end: var(--denhaag-breadcrumb-padding-inline);
|
|
13
|
+
padding-inline-start: var(--denhaag-breadcrumb-padding-inline);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.denhaag-breadcrumb__list {
|
|
17
|
+
block-size: 100%;
|
|
18
|
+
display: flex;
|
|
19
|
+
margin-block-end: 0;
|
|
20
|
+
margin-block-start: 0;
|
|
21
|
+
margin-inline-end: auto;
|
|
22
|
+
margin-inline-start: auto;
|
|
23
|
+
max-width: var(--denhaag-breadcrumb-list-max-width, 100%);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
ol.denhaag-breadcrumb__list {
|
|
27
|
+
list-style: none;
|
|
28
|
+
padding-inline-start: 0;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.denhaag-breadcrumb__item {
|
|
32
|
+
align-items: center;
|
|
33
|
+
display: var(--denhaag-breadcrumb-item-display);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.denhaag-breadcrumb__item:nth-last-child(2) {
|
|
37
|
+
--denhaag-breadcrumb-item-display: flex;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.denhaag-breadcrumb__item:nth-last-child(2)
|
|
41
|
+
> .denhaag-breadcrumb__link::before {
|
|
42
|
+
background: var(--denhaag-breadcrumb-link-color);
|
|
43
|
+
clip-path: path(
|
|
44
|
+
"M6.756 12.0899C6.43057 12.4153 5.90293 12.4153 5.57749 12.0899L0.577491 7.0899C0.421212 6.93362 0.333414 6.72166 0.333414 6.50065C0.333414 6.27964 0.421212 6.06767 0.577491 5.91139L5.57749 0.911394C5.90293 0.585957 6.43057 0.585957 6.756 0.911394C7.08144 1.23683 7.08144 1.76447 6.756 2.08991L3.17859 5.66732L12.8334 5.66732C13.2937 5.66732 13.6667 6.04041 13.6667 6.50065C13.6667 6.96089 13.2937 7.33398 12.8334 7.33398L3.17859 7.33398L6.756 10.9114C7.08144 11.2368 7.08144 11.7645 6.756 12.0899Z"
|
|
45
|
+
);
|
|
46
|
+
content: var(--denhaag-breadcrumb-link-icon-content);
|
|
47
|
+
height: var(
|
|
48
|
+
--denhaag-breadcrumb-link-icon-height,
|
|
49
|
+
var(--denhaag-breadcrumb-link-icon-width)
|
|
50
|
+
);
|
|
51
|
+
margin-inline-end: var(
|
|
52
|
+
--denhaag-breadcrumb-link-icon-margin-inline,
|
|
53
|
+
var(--denhaag-breadcrumb-link-icon-width)
|
|
54
|
+
);
|
|
55
|
+
width: var(--denhaag-breadcrumb-link-icon-width);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.denhaag-breadcrumb__item:not(:first-child):not(:nth-last-child(2)):not(:last-child) {
|
|
59
|
+
--denhaag-breadcrumb-link-background-color: var(
|
|
60
|
+
--denhaag-breadcrumb-dots-background-color,
|
|
61
|
+
inherit
|
|
62
|
+
);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.denhaag-breadcrumb__item:not(:first-child):not(:nth-last-child(2)):not(:last-child):hover {
|
|
66
|
+
--denhaag-breadcrumb-link-background-color: var(
|
|
67
|
+
--denhaag-breadcrumb-dots-hover-background-color,
|
|
68
|
+
inherit
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.denhaag-breadcrumb__link {
|
|
73
|
+
align-items: center;
|
|
74
|
+
color: var(--denhaag-breadcrumb-link-color, inherit);
|
|
75
|
+
display: flex;
|
|
76
|
+
padding-block-start: var(--denhaag-breadcrumb-spacing, 8px);
|
|
77
|
+
padding-block-end: var(--denhaag-breadcrumb-spacing, 8px);
|
|
78
|
+
padding-inline-start: var(--denhaag-breadcrumb-spacing, 8px);
|
|
79
|
+
padding-inline-end: var(--denhaag-breadcrumb-spacing, 8px);
|
|
80
|
+
pointer-events: var(--denhaag-breadcrumb-link-pointer-events);
|
|
81
|
+
position: relative;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.denhaag-breadcrumb__link:hover,
|
|
85
|
+
.denhaag-breadcrumb__link--hover {
|
|
86
|
+
--denhaag-breadcrumb-link-color: var(
|
|
87
|
+
--denhaag-breadcrumb-link-hover-color,
|
|
88
|
+
inherit
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.denhaag-breadcrumb__link:focus,
|
|
93
|
+
.denhaag-breadcrumb__link--focus {
|
|
94
|
+
--denhaag-breadcrumb-link-color: var(
|
|
95
|
+
--denhaag-breadcrumb-link-focus-color,
|
|
96
|
+
inherit
|
|
97
|
+
);
|
|
98
|
+
|
|
99
|
+
outline: var(
|
|
100
|
+
--denhaag-breadcrumb-link-focus-outline,
|
|
101
|
+
var(--denhaag-link-focus-outline)
|
|
102
|
+
);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.denhaag-breadcrumb__link--current,
|
|
106
|
+
.denhaag-breadcrumb__link.denhaag-link--current,
|
|
107
|
+
.denhaag-breadcrumb__item:last-child > .denhaag-breadcrumb__link {
|
|
108
|
+
--denhaag-breadcrumb-link-color: var(
|
|
109
|
+
--denhaag-breadcrumb-current-color,
|
|
110
|
+
var(--denhaag-breadcrumb-color, inherit)
|
|
111
|
+
);
|
|
112
|
+
|
|
113
|
+
text-decoration: none;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.denhaag-breadcrumb__link:not(.denhaag-breadcrumb__link--current):not(.denhaag-breadcrumb__link.denhaag-link--current):not(:last-child
|
|
117
|
+
> .denhaag-breadcrumb__link)
|
|
118
|
+
> :first-child {
|
|
119
|
+
pointer-events: bounding-box;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/* SVG for the separator */
|
|
123
|
+
.denhaag-breadcrumb__link > .denhaag-icon + .denhaag-icon,
|
|
124
|
+
.denhaag-breadcrumb__link > .denhaag-breadcrumb__text + .denhaag-icon {
|
|
125
|
+
color: initial;
|
|
126
|
+
font-size: inherit;
|
|
127
|
+
display: var(--denhaag-breadcrumb-chevron-display);
|
|
128
|
+
margin-inline-start: var(--denhaag-breadcrumb-spacing, 8px);
|
|
129
|
+
margin-inline-end: calc(-1 * var(--denhaag-breadcrumb-spacing, 8px));
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
[dir="rtl"]
|
|
133
|
+
.denhaag-breadcrumb__link
|
|
134
|
+
> .denhaag-breadcrumb__text
|
|
135
|
+
+ .denhaag-icon,
|
|
136
|
+
[dir="rtl"]
|
|
137
|
+
.denhaag-breadcrumb__item:nth-last-child(2)
|
|
138
|
+
> .denhaag-breadcrumb__link::before {
|
|
139
|
+
transform: scaleX(-1);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.denhaag-breadcrumb__text {
|
|
143
|
+
background-color: var(--denhaag-breadcrumb-link-background-color);
|
|
144
|
+
overflow: hidden;
|
|
145
|
+
position: relative;
|
|
146
|
+
text-overflow: ellipsis;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.denhaag-breadcrumb__item:not(:first-child):not(:nth-last-child(2)):not(:last-child)
|
|
150
|
+
.denhaag-breadcrumb__text {
|
|
151
|
+
aspect-ratio: 24/16;
|
|
152
|
+
border-radius: var(
|
|
153
|
+
--denhaag-breadcrumb-dots-border-radius,
|
|
154
|
+
var(--denhaag-border-radius)
|
|
155
|
+
);
|
|
156
|
+
max-width: calc(var(--denhaag-breadcrumb-spacing, 8px) * 3);
|
|
157
|
+
text-indent: calc(var(--denhaag-breadcrumb-spacing, 8px) * 3);
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.denhaag-breadcrumb__item:not(:first-child):not(:nth-last-child(2)):not(:last-child)
|
|
161
|
+
.denhaag-breadcrumb__text::before {
|
|
162
|
+
color: var(--denhaag-breadcrumb-dots-color, inherit);
|
|
163
|
+
content: "...";
|
|
164
|
+
left: calc(50% - 7px);
|
|
165
|
+
line-height: 0;
|
|
166
|
+
position: absolute;
|
|
167
|
+
text-indent: 0;
|
|
168
|
+
top: calc(50% - 5px);
|
|
169
|
+
vertical-align: baseline;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
@media (min-width: 481px) {
|
|
173
|
+
.denhaag-breadcrumb {
|
|
174
|
+
--denhaag-breadcrumb-chevron-display: inline-block;
|
|
175
|
+
--denhaag-breadcrumb-link-icon-content: unset;
|
|
176
|
+
--denhaag-breadcrumb-link-pointer-events: none;
|
|
177
|
+
--denhaag-breadcrumb-padding-block: var(
|
|
178
|
+
--denhaag-breadcrumb-padding-block-md
|
|
179
|
+
);
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.denhaag-breadcrumb__item:not(:nth-last-child(2)) {
|
|
183
|
+
--denhaag-breadcrumb-item-display: flex;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
@media (min-width: 1124px) {
|
|
188
|
+
.denhaag-breadcrumb {
|
|
189
|
+
--denhaag-breadcrumb-padding-inline: 0;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
:root {
|
|
194
|
+
--denhaag-breadcrumb-link-hover-color: var(--denhaag-color-blue-4);
|
|
195
|
+
--denhaag-breadcrumb-link-focus-color: var(--denhaag-color-blue-4);
|
|
196
|
+
--denhaag-breadcrumb-link-color: var(--denhaag-color-blue-3);
|
|
197
|
+
--denhaag-breadcrumb-dots-hover-background-color: var(--denhaag-color-grey-2);
|
|
198
|
+
--denhaag-breadcrumb-dots-color: var(--denhaag-color-grey-3);
|
|
199
|
+
--denhaag-breadcrumb-dots-border-radius: var(--denhaag-border-radius);
|
|
200
|
+
--denhaag-breadcrumb-dots-background-color: var(--denhaag-color-grey-1);
|
|
201
|
+
--denhaag-breadcrumb-current-color: var(--denhaag-color-grey-4);
|
|
202
|
+
--denhaag-breadcrumb-spacing: var(--denhaag-space-inline-xs);
|
|
203
|
+
--denhaag-breadcrumb-color: var(--denhaag-color-grey-4);
|
|
204
|
+
--denhaag-breadcrumb-background-color: var(--denhaag-color-warmgrey-1);
|
|
205
|
+
--denhaag-breadcrumb-link-focus-outline: var(--denhaag-focus-border);
|
|
206
|
+
--utrecht-breadcrumb-item-padding-inline-start: 14px;
|
|
207
|
+
--utrecht-breadcrumb-item-padding-inline-end: 14px;
|
|
208
|
+
--utrecht-breadcrumb-divider-inline-size: 24px;
|
|
209
|
+
--utrecht-breadcrumb-divider-content: ›;
|
|
210
|
+
--denhaag-breadcrumb-list-max-width: 67.5rem;
|
|
211
|
+
--denhaag-breadcrumb-link-icon-margin-inline: 0.75rem;
|
|
212
|
+
--denhaag-breadcrumb-link-icon-width: 0.875rem;
|
|
213
|
+
--denhaag-breadcrumb-link-icon-height: 0.875rem;
|
|
214
|
+
--denhaag-breadcrumb-padding-inline: 0.75rem;
|
|
215
|
+
--denhaag-breadcrumb-padding-block-md: 0.75rem;
|
|
216
|
+
--denhaag-breadcrumb-padding-block: 1rem;
|
|
217
|
+
--utrecht-breadcrumb-link-focus-color: var(--denhaag-color-blue-3);
|
|
218
|
+
--utrecht-breadcrumb-link-color: var(--denhaag-color-blue-4);
|
|
219
|
+
--utrecht-breadcrumb-font-size: var(
|
|
220
|
+
--denhaag-typography-scale-base-font-size
|
|
221
|
+
);
|
|
222
|
+
}
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--conduciton-input-checkbox-checkmark-url: url("data:image/svg+xml,%3Csvg id='eXTGSQIndRe1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 13 13' shape-rendering='geometricPrecision' text-rendering='geometricPrecision'%3E%3Cg transform='translate(-85.642166-156.631362)'%3E%3Cpath d='M86.73927,163.90021l1.92835-2.05763l4.165103,4.176559c-.692268.524-1.562158,1.361078-1.562158,2.198156L86.73927,163.90021Z' fill='%23fff' stroke-width='0'/%3E%3Cpath d='M95.2777,158.04542l2.26736,1.67416-6.27449,8.49772-1.917847-1.798161L95.2777,158.04542Z' fill='%23fff' stroke-width='0'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
3
|
+
|
|
4
|
+
--conduction-input-checkbox-color: #ffffff;
|
|
5
|
+
--conduction-input-checkbox-border-width: 1px;
|
|
6
|
+
--conduction-input-checkbox-border-style: solid;
|
|
7
|
+
--conduction-input-checkbox-border-color: #767676;
|
|
8
|
+
--conduction-input-checkbox-border-radius: 3px;
|
|
9
|
+
/* --conduction-input-checkbox-box-shadow: ; */
|
|
10
|
+
|
|
11
|
+
--conduction-input-checkbox-focus-outline-width: 2px;
|
|
12
|
+
--conduction-input-checkbox-focus-outline-style: solid;
|
|
13
|
+
--conduction-input-checkbox-focus-outline-color: #000000;
|
|
14
|
+
--conduction-input-checkbox-focus-outline-offset: 2px;
|
|
15
|
+
|
|
16
|
+
--conduction-input-checkbox-hover-color: #ffffff;
|
|
17
|
+
--conduction-input-checkbox-hover-border-width: 1px;
|
|
18
|
+
--conduction-input-checkbox-hover-border-style: solid;
|
|
19
|
+
--conduction-input-checkbox-hover-border-color: #4f4f4f;
|
|
20
|
+
--conduction-input-checkbox-hover-border-radius: 3px;
|
|
21
|
+
/* --conduction-input-checkbox-hover-box-shadow: ; */
|
|
22
|
+
|
|
23
|
+
--conduction-input-checkbox-checked-color: #0075ff;
|
|
24
|
+
--conduction-input-checkbox-checked-border-width: 1px;
|
|
25
|
+
--conduction-input-checkbox-checked-border-style: solid;
|
|
26
|
+
--conduction-input-checkbox-checked-border-color: #0075ff;
|
|
27
|
+
--conduction-input-checkbox-checked-border-radius: 3px;
|
|
28
|
+
|
|
29
|
+
--conduction-input-checkbox-checked-hover-color: #005cc8;
|
|
30
|
+
--conduction-input-checkbox-checked-hover-border-width: 1px;
|
|
31
|
+
--conduction-input-checkbox-checked-hover-border-style: solid;
|
|
32
|
+
--conduction-input-checkbox-checked-hover-border-color: #005cc8;
|
|
33
|
+
--conduction-input-checkbox-checked-hover-border-radius: 3px;
|
|
34
|
+
|
|
35
|
+
--conduction-input-checkbox-disabled-color: #d0d0d0;
|
|
36
|
+
--conduction-input-checkbox-disabled-border-width: 1px;
|
|
37
|
+
--conduction-input-checkbox-disabled-border-style: solid;
|
|
38
|
+
--conduction-input-checkbox-disabled-border-color: #d0d0d0;
|
|
39
|
+
--conduction-input-checkbox-disabled-border-radius: 3px;
|
|
40
|
+
|
|
41
|
+
--conduction-input-checkbox-disabled-hover-color: #d0d0d0;
|
|
42
|
+
--conduction-input-checkbox-disabled-hover-border-width: 1px;
|
|
43
|
+
--conduction-input-checkbox-disabled-hover-border-style: solid;
|
|
44
|
+
--conduction-input-checkbox-disabled-hover-border-color: #d0d0d0;
|
|
45
|
+
--conduction-input-checkbox-disabled-hover-border-radius: 3px;
|
|
46
|
+
|
|
47
|
+
--conduction-input-checkbox-label-color: #000000;
|
|
48
|
+
--conduction-input-checkbox-label-font-size: var(--skeleton-font-size-md);
|
|
49
|
+
--conduction-input-checkbox-label-font-weight: var(--skeleton-font-weight-normal);
|
|
50
|
+
--conduction-input-checkbox-label-container-padding: 3px;
|
|
51
|
+
--conduction-input-checkbox-label-container-margin: 5px;
|
|
52
|
+
/* --conduction-input-checkbox-label-font-family: ; */
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.checkbox {
|
|
56
|
+
position: absolute;
|
|
57
|
+
overflow: hidden;
|
|
58
|
+
clip: rect(0 0 0 0);
|
|
59
|
+
height: 1px;
|
|
60
|
+
width: 1px;
|
|
61
|
+
margin: -1px;
|
|
62
|
+
padding: 0;
|
|
63
|
+
border: 0;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.checkbox + label {
|
|
67
|
+
position: relative;
|
|
68
|
+
font-size: var(--conduction-input-checkbox-label-font-size, var(--utrecht-document-font-size));
|
|
69
|
+
font-weight: var(--conduction-input-checkbox-label-font-weight, var(--utrehct-document-font-weight));
|
|
70
|
+
font-family: var(--conduction-input-checkbox-label-font-family, var(--utrecht-document-font-family));
|
|
71
|
+
cursor: pointer;
|
|
72
|
+
display: inline-flex;
|
|
73
|
+
align-items: center;
|
|
74
|
+
height: 16px;
|
|
75
|
+
color: var(--conduction-input-checkbox-label-color, var(--utrecht-document-color));
|
|
76
|
+
padding: var(--conduction-input-checkbox-label-container-padding);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.checkbox + label::before {
|
|
80
|
+
content: " ";
|
|
81
|
+
display: inline-block;
|
|
82
|
+
vertical-align: middle;
|
|
83
|
+
margin: var(--conduction-input-checkbox-label-container-margin);
|
|
84
|
+
width: 13px;
|
|
85
|
+
height: 13px;
|
|
86
|
+
background-color: var(--conduction-input-checkbox-color);
|
|
87
|
+
border-width: var(--conduction-input-checkbox-border-width);
|
|
88
|
+
border-style: var(--conduction-input-checkbox-border-style);
|
|
89
|
+
border-color: var(--conduction-input-checkbox-border-color);
|
|
90
|
+
border-radius: var(--conduction-input-checkbox-border-radius);
|
|
91
|
+
box-shadow: var(--conduction-input-checkbox-box-shadow);
|
|
92
|
+
box-sizing: border-box;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.checkbox:focus + label::before,
|
|
96
|
+
.checkbox:hover:focus + label::before,
|
|
97
|
+
.checkbox:checked:focus + label::before,
|
|
98
|
+
.checkbox:checked:hover:focus + label::before {
|
|
99
|
+
outline-width: var(--conduction-input-checkbox-focus-outline-width);
|
|
100
|
+
outline-style: var(--conduction-input-checkbox-focus-outline-style);
|
|
101
|
+
outline-color: var(--conduction-input-checkbox-focus-outline-color);
|
|
102
|
+
outline-offset: var(--conduction-input-checkbox-focus-outline-offset);
|
|
103
|
+
margin: var(--conduction-input-checkbox-label-container-margin);
|
|
104
|
+
box-sizing: border-box;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.checkbox:hover + label::before {
|
|
108
|
+
content: " ";
|
|
109
|
+
display: inline-block;
|
|
110
|
+
vertical-align: middle;
|
|
111
|
+
margin: var(--conduction-input-checkbox-label-container-margin);
|
|
112
|
+
width: 13px;
|
|
113
|
+
height: 13px;
|
|
114
|
+
background-color: var(--conduction-input-checkbox-hover-color);
|
|
115
|
+
border-width: var(--conduction-input-checkbox-hover-border-width, var(--conduction-input-checkbox-border-width));
|
|
116
|
+
border-style: var(--conduction-input-checkbox-hover-border-style, var(--conduction-input-checkbox-border-style));
|
|
117
|
+
border-color: var(--conduction-input-checkbox-hover-border-color, var(--conduction-input-checkbox-border-color));
|
|
118
|
+
border-radius: var(--conduction-input-checkbox-hover-border-radius, var(--conduction-input-checkbox-border-radius));
|
|
119
|
+
box-shadow: var(--conduction-input-checkbox-hover-box-shadow, var(--conduction-input-checkbox-box-shadow));
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/* Checked */
|
|
123
|
+
|
|
124
|
+
.checkbox:checked + label::before {
|
|
125
|
+
content: " ";
|
|
126
|
+
display: inline-block;
|
|
127
|
+
vertical-align: middle;
|
|
128
|
+
margin: var(--conduction-input-checkbox-label-container-margin);
|
|
129
|
+
width: 13px;
|
|
130
|
+
height: 13px;
|
|
131
|
+
background-color: var(--conduction-input-checkbox-checked-color);
|
|
132
|
+
border-width: var(--conduction-input-checkbox-checked-border-width);
|
|
133
|
+
border-style: var(--conduction-input-checkbox-checked-border-style);
|
|
134
|
+
border-color: var(--conduction-input-checkbox-checked-border-color);
|
|
135
|
+
border-radius: var(--conduction-input-checkbox-checked-border-radius);
|
|
136
|
+
box-shadow: var(--conduction-input-checkbox-checked-box-shadow);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.checkbox:checked:hover + label::before {
|
|
140
|
+
content: " ";
|
|
141
|
+
display: inline-block;
|
|
142
|
+
vertical-align: middle;
|
|
143
|
+
margin: var(--conduction-input-checkbox-label-container-margin);
|
|
144
|
+
width: 13px;
|
|
145
|
+
height: 13px;
|
|
146
|
+
background-color: var(--conduction-input-checkbox-checked-hover-color, var(--conduction-input-checkbox-checked-color));
|
|
147
|
+
border-width: var(--conduction-input-checkbox-checked-hover-border-width, var(--conduction-input-checkbox-checked-border-width));
|
|
148
|
+
border-style: var(--conduction-input-checkbox-checked-hover-border-style, var(--conduction-input-checkbox-checked-border-style));
|
|
149
|
+
border-color: var(--conduction-input-checkbox-checked-hover-border-color, var(--conduction-input-checkbox-checked-border-color));
|
|
150
|
+
border-radius: var(--conduction-input-checkbox-checked-hover-border-radius, var(--conduction-input-checkbox-checked-border-radius));
|
|
151
|
+
box-shadow: var(--conduction-input-checkbox-checked-hover-box-shadow, var(--conduction-input-checkbox-checked-box-shadow));
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.checkbox:checked + label::after {
|
|
155
|
+
content: " ";
|
|
156
|
+
background-image: var(--conduciton-input-checkbox-checkmark-url);
|
|
157
|
+
background-repeat: no-repeat;
|
|
158
|
+
background-size: 13px 13px;
|
|
159
|
+
background-position: calc(var(--conduction-input-checkbox-label-container-padding) + var(--conduction-input-checkbox-label-container-margin)) center;
|
|
160
|
+
position: absolute;
|
|
161
|
+
display: flex;
|
|
162
|
+
justify-content: center;
|
|
163
|
+
align-items: center;
|
|
164
|
+
margin-left: 0px;
|
|
165
|
+
left: 0px;
|
|
166
|
+
top: 0px;
|
|
167
|
+
text-align: center;
|
|
168
|
+
background-color: transparent;
|
|
169
|
+
font-size: 10px;
|
|
170
|
+
height: 100%;
|
|
171
|
+
width: 100%;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/* Disabled */
|
|
175
|
+
|
|
176
|
+
.checkbox:disabled:hover + label {
|
|
177
|
+
cursor: default;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.checkbox:disabled + label::before {
|
|
181
|
+
content: " ";
|
|
182
|
+
display: inline-block;
|
|
183
|
+
vertical-align: middle;
|
|
184
|
+
margin: var(--conduction-input-checkbox-label-container-margin);
|
|
185
|
+
width: 13px;
|
|
186
|
+
height: 13px;
|
|
187
|
+
background-color: var(--conduction-input-checkbox-disabled-color);
|
|
188
|
+
border-width: var(--conduction-input-checkbox-disabled-border-width);
|
|
189
|
+
border-style: var(--conduction-input-checkbox-disabled-border-style);
|
|
190
|
+
border-color: var(--conduction-input-checkbox-disabled-border-color);
|
|
191
|
+
border-radius: var(--conduction-input-checkbox-disabled-border-radius);
|
|
192
|
+
box-shadow: var(--conduction-input-checkbox-disabled-box-shadow);
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.checkbox:disabled:hover + label::before {
|
|
196
|
+
content: " ";
|
|
197
|
+
display: inline-block;
|
|
198
|
+
vertical-align: middle;
|
|
199
|
+
margin: var(--conduction-input-checkbox-label-container-margin);
|
|
200
|
+
width: 13px;
|
|
201
|
+
height: 13px;
|
|
202
|
+
background-color: var(--conduction-input-checkbox-disabled-hover-color, var(--conduction-input-checkbox-disabled-color));
|
|
203
|
+
border-width: var(--conduction-input-checkbox-disabled-hover-border-width, var(--conduction-input-checkbox-disabled-border-width));
|
|
204
|
+
border-style: var(--conduction-input-checkbox-disabled-hover-border-style, var(--conduction-input-checkbox-disabled-border-style));
|
|
205
|
+
border-color: var(--conduction-input-checkbox-disabled-hover-border-color, var(--conduction-input-checkbox-disabled-border-color));
|
|
206
|
+
border-radius: var(--conduction-input-checkbox-disabled-hover-border-radius, var(--conduction-input-checkbox-disabled-border-radius));
|
|
207
|
+
box-shadow: var(--conduction-input-checkbox-disabled-hover-box-shadow, var(--conduction-input-checkbox-disabled-box-shadow));
|
|
208
|
+
cursor: default;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.checkbox:disabled:checked + label::after {
|
|
212
|
+
cursor: default;
|
|
213
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--conduction-create-key-value-table-row-border: 1px solid var(--skeleton-color-grey-1);
|
|
3
|
+
--conduction-delete-button-background-color: var(--skeleton-color-red-3);
|
|
4
|
+
--conduction-delete-button-background-hover-color: var(--skeleton-color-red-4);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.keyValue {
|
|
8
|
+
width: 100%;
|
|
9
|
+
display: flex;
|
|
10
|
+
flex-direction: column;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.table {
|
|
14
|
+
border-collapse: collapse;
|
|
15
|
+
background-color: var(--utrecht-table-background-color);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.tableHeader > * {
|
|
19
|
+
border-block-end: var(--utrecht-table-header-border-block-end-width) solid var(--utrecht-table-header-border-block-end-color);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.tableHeader {
|
|
23
|
+
font-family: var(--utrecht-table-header-font-family);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.table td,
|
|
27
|
+
.table th {
|
|
28
|
+
text-align: left;
|
|
29
|
+
padding-inline: 0;
|
|
30
|
+
padding-block: var(--skeleton-size-md);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.buttonsContainer {
|
|
34
|
+
display: flex;
|
|
35
|
+
gap: var(--skeleton-size-xs);
|
|
36
|
+
justify-content: flex-end;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.deleteButton {
|
|
40
|
+
white-space: nowrap;
|
|
41
|
+
background-color: var(--conduction-delete-button-background-color) !important;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.deleteButton:hover {
|
|
45
|
+
white-space: nowrap;
|
|
46
|
+
background-color: var(--conduction-delete-button-background-hover-color) !important;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.form {
|
|
50
|
+
width: 100%;
|
|
51
|
+
display: flex;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.form > *:not(:last-child) {
|
|
55
|
+
margin-right: 10px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.form > input {
|
|
59
|
+
flex: 5;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.form > button {
|
|
63
|
+
flex: 2;
|
|
64
|
+
max-width: fit-content;
|
|
65
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--conduction-error-message-color: var(--skeleton-color-red-3);
|
|
3
|
+
--conduction-error-message-font-size: var(--skeleton-font-size-sm);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.message {
|
|
7
|
+
color: var(--conduction-error-message-color);
|
|
8
|
+
font-size: var(--conduction-error-message-font-size);
|
|
9
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--conduction-input-select-padding-block-start: var(--skeleton-size-xs);
|
|
3
|
+
--conduction-input-select-padding-block-end: var(--skeleton-size-xs);
|
|
4
|
+
--conduction-input-select-border-radius: var(--skeleton-border-radius-md);
|
|
5
|
+
--conduction-input-select-background-color: var(--skeleton-color-white);
|
|
6
|
+
--conduction-input-select-border: 1px solid var(--skeleton-color-grey-3);
|
|
7
|
+
--conduction-input-select-border-focus: 2px dashed var(--skeleton-color-grey-5);
|
|
8
|
+
--conduction-input-select-invalid-border-color: var(
|
|
9
|
+
--utrecht-textbox-invalid-border-color,
|
|
10
|
+
var(--utrecht-form-input-invalid-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color)))
|
|
11
|
+
);
|
|
12
|
+
|
|
13
|
+
--conduction-input-select-list-option-font-family: "Noto Sans", Arial, sans-serif;
|
|
14
|
+
/* --conduction-input-select-list-option-background-color: unset; */
|
|
15
|
+
/* --conduction-input-select-list-option-color: unset; */
|
|
16
|
+
/* --conduction-input-select-list-option-selected--background-color: unset; */
|
|
17
|
+
/* --conduction-input-select-list-option-selected-color: unset; */
|
|
18
|
+
/* --conduction-input-select-list-option-focus-background-color: unset; */
|
|
19
|
+
/* --conduction-input-select-list-option-focus-color: unset; */
|
|
20
|
+
|
|
21
|
+
/* --conduction-input-select-list-option-hover-background-color: unset; */
|
|
22
|
+
/* --conduction-input-select-list-option-hover-color: unset; */
|
|
23
|
+
/* --conduction-input-select-list-option-font-family: unset; */
|
|
24
|
+
|
|
25
|
+
--conduction-input-select-placeholder-font-family: "Noto Sans", Arial, sans-serif;
|
|
26
|
+
--conduction-input-select-placeholder-color: #757575;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.select > div {
|
|
30
|
+
background-color: var(--conduction-input-select-background-color);
|
|
31
|
+
border: var(--conduction-input-select-border);
|
|
32
|
+
border-radius: var(--conduction-input-select-border-radius);
|
|
33
|
+
box-sizing: border-box;
|
|
34
|
+
padding-block-start: var(--conduction-input-select-padding-block-start);
|
|
35
|
+
padding-block-end: var(--conduction-input-select-padding-block-end);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.select.error > div {
|
|
39
|
+
border-color: var(--conduction-input-select-invalid-border-color);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.select .select > div:focus-within {
|
|
43
|
+
outline: none;
|
|
44
|
+
box-shadow: none;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.select > div:focus-within::after {
|
|
48
|
+
content: "";
|
|
49
|
+
display: block;
|
|
50
|
+
position: absolute;
|
|
51
|
+
pointer-events: none;
|
|
52
|
+
bottom: calc(var(--skeleton-size-2xs) * -1);
|
|
53
|
+
left: calc(var(--skeleton-size-2xs) * -1);
|
|
54
|
+
right: calc(var(--skeleton-size-2xs) * -1);
|
|
55
|
+
top: calc(var(--skeleton-size-2xs) * -1);
|
|
56
|
+
border: var(--conduction-input-select-border-focus);
|
|
57
|
+
border-radius: var(--conduction-input-select-border-radius);
|
|
58
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--conduction-horizontal-overflow-wrapper-background-color: unset;
|
|
3
|
+
--conduction-horizontal-overflow-wrapper-buttons-top: 12px;
|
|
4
|
+
|
|
5
|
+
--conduction-horizontal-overflow-wrapper-margin-inline-start: 8px;
|
|
6
|
+
--conduction-horizontal-overflow-wrapper-margin-inline-end: 8px;
|
|
7
|
+
--conduction-horizontal-overflow-wrapper-margin-block-start: 8px;
|
|
8
|
+
--conduction-horizontal-overflow-wrapper-margin-block-end: 8px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.container {
|
|
12
|
+
position: relative;
|
|
13
|
+
background-color: var(--conduction-horizontal-overflow-wrapper-background-color);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.wrapper {
|
|
17
|
+
overflow-x: scroll;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.scrollButton {
|
|
21
|
+
position: sticky;
|
|
22
|
+
top: var(--conduction-horizontal-overflow-wrapper-buttons-top);
|
|
23
|
+
|
|
24
|
+
margin-inline-start: var(--conduction-horizontal-overflow-wrapper-margin-inline-start);
|
|
25
|
+
margin-inline-end: var(--conduction-horizontal-overflow-wrapper-margin-inline-end);
|
|
26
|
+
margin-block-start: var(--conduction-horizontal-overflow-wrapper-margin-block-start);
|
|
27
|
+
margin-block-end: var(--conduction-horizontal-overflow-wrapper-margin-block-end);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.scrollButton.right {
|
|
31
|
+
left: 100%;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/* Hide scrollbar */
|
|
35
|
+
.wrapper::-webkit-scrollbar {
|
|
36
|
+
display: none;
|
|
37
|
+
}
|
|
38
|
+
.wrapper {
|
|
39
|
+
-ms-overflow-style: none;
|
|
40
|
+
scrollbar-width: none;
|
|
41
|
+
}
|