@dso-toolkit/core 62.3.2 → 62.4.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.
Files changed (59) hide show
  1. package/dist/cjs/dso-action-list-item.cjs.entry.js +1 -1
  2. package/dist/cjs/dso-action-list-item.cjs.entry.js.map +1 -1
  3. package/dist/cjs/dso-action-list.cjs.entry.js +1 -1
  4. package/dist/cjs/dso-action-list.cjs.entry.js.map +1 -1
  5. package/dist/cjs/dso-mark-bar.cjs.entry.js +49 -0
  6. package/dist/cjs/dso-mark-bar.cjs.entry.js.map +1 -0
  7. package/dist/cjs/dso-toolkit.cjs.js +1 -1
  8. package/dist/cjs/dso-viewer-grid.cjs.entry.js +1 -1
  9. package/dist/cjs/dso-viewer-grid.cjs.entry.js.map +1 -1
  10. package/dist/cjs/loader.cjs.js +1 -1
  11. package/dist/collection/collection-manifest.json +1 -0
  12. package/dist/collection/components/action-list/action-list.css +6 -1
  13. package/dist/collection/components/action-list/components/action-list-item.css +6 -1
  14. package/dist/collection/components/mark-bar/mark-bar.css +789 -0
  15. package/dist/collection/components/mark-bar/mark-bar.interfaces.js +2 -0
  16. package/dist/collection/components/mark-bar/mark-bar.interfaces.js.map +1 -0
  17. package/dist/collection/components/mark-bar/mark-bar.js +205 -0
  18. package/dist/collection/components/mark-bar/mark-bar.js.map +1 -0
  19. package/dist/collection/components/viewer-grid/viewer-grid.css +14 -4
  20. package/dist/components/dso-action-list-item.js +1 -1
  21. package/dist/components/dso-action-list-item.js.map +1 -1
  22. package/dist/components/dso-action-list.js +1 -1
  23. package/dist/components/dso-action-list.js.map +1 -1
  24. package/dist/components/dso-mark-bar.d.ts +11 -0
  25. package/dist/components/dso-mark-bar.js +74 -0
  26. package/dist/components/dso-mark-bar.js.map +1 -0
  27. package/dist/components/dso-viewer-grid.js +1 -1
  28. package/dist/components/dso-viewer-grid.js.map +1 -1
  29. package/dist/components/index.d.ts +2 -0
  30. package/dist/components/index.js +1 -0
  31. package/dist/components/index.js.map +1 -1
  32. package/dist/dso-toolkit/dso-toolkit.esm.js +1 -1
  33. package/dist/dso-toolkit/dso-toolkit.esm.js.map +1 -1
  34. package/dist/dso-toolkit/p-31e6774e.entry.js +2 -0
  35. package/dist/dso-toolkit/{p-7ef42606.entry.js.map → p-31e6774e.entry.js.map} +1 -1
  36. package/dist/dso-toolkit/p-b5824894.entry.js +2 -0
  37. package/dist/dso-toolkit/p-b5824894.entry.js.map +1 -0
  38. package/dist/dso-toolkit/p-f819cf13.entry.js +2 -0
  39. package/dist/dso-toolkit/{p-d728a136.entry.js.map → p-f819cf13.entry.js.map} +1 -1
  40. package/dist/dso-toolkit/p-f99eee3d.entry.js +2 -0
  41. package/dist/dso-toolkit/p-f99eee3d.entry.js.map +1 -0
  42. package/dist/esm/dso-action-list-item.entry.js +1 -1
  43. package/dist/esm/dso-action-list-item.entry.js.map +1 -1
  44. package/dist/esm/dso-action-list.entry.js +1 -1
  45. package/dist/esm/dso-action-list.entry.js.map +1 -1
  46. package/dist/esm/dso-mark-bar.entry.js +45 -0
  47. package/dist/esm/dso-mark-bar.entry.js.map +1 -0
  48. package/dist/esm/dso-toolkit.js +1 -1
  49. package/dist/esm/dso-viewer-grid.entry.js +1 -1
  50. package/dist/esm/dso-viewer-grid.entry.js.map +1 -1
  51. package/dist/esm/loader.js +1 -1
  52. package/dist/types/components/mark-bar/mark-bar.d.ts +41 -0
  53. package/dist/types/components/mark-bar/mark-bar.interfaces.d.ts +10 -0
  54. package/dist/types/components.d.ts +67 -0
  55. package/package.json +2 -2
  56. package/dist/dso-toolkit/p-7ef42606.entry.js +0 -2
  57. package/dist/dso-toolkit/p-85f5322e.entry.js +0 -2
  58. package/dist/dso-toolkit/p-85f5322e.entry.js.map +0 -1
  59. package/dist/dso-toolkit/p-d728a136.entry.js +0 -2
@@ -0,0 +1,789 @@
1
+ button {
2
+ -webkit-appearance: button;
3
+ color: inherit;
4
+ cursor: pointer;
5
+ font: inherit;
6
+ font-family: inherit;
7
+ font-size: inherit;
8
+ line-height: inherit;
9
+ margin: 0;
10
+ overflow: visible;
11
+ text-transform: none;
12
+ }
13
+ button[disabled] {
14
+ cursor: default;
15
+ }
16
+ button::-moz-focus-inner {
17
+ border: 0;
18
+ padding: 0;
19
+ }
20
+
21
+ a.dso-primary,
22
+ button.dso-primary,
23
+ label.dso-primary {
24
+ display: inline-block;
25
+ font-size: 1em;
26
+ font-weight: 500;
27
+ margin-bottom: 0;
28
+ text-decoration: none;
29
+ touch-action: manipulation;
30
+ text-align: left;
31
+ user-select: none;
32
+ vertical-align: middle;
33
+ background-color: #39870c;
34
+ border-color: #39870c;
35
+ color: #fff;
36
+ border-width: 1px;
37
+ border-style: solid;
38
+ border-radius: 4px;
39
+ line-height: 1.5;
40
+ min-width: 56px;
41
+ padding: 11px 15px;
42
+ }
43
+ a.dso-primary:focus, a.dso-primary:focus-visible,
44
+ button.dso-primary:focus,
45
+ button.dso-primary:focus-visible,
46
+ label.dso-primary:focus,
47
+ label.dso-primary:focus-visible {
48
+ outline-offset: 2px;
49
+ }
50
+ a.dso-primary:active,
51
+ button.dso-primary:active,
52
+ label.dso-primary:active {
53
+ outline: 0;
54
+ }
55
+ a.dso-primary.extern::after, a.dso-primary.download::after,
56
+ button.dso-primary.extern::after,
57
+ button.dso-primary.download::after,
58
+ label.dso-primary.extern::after,
59
+ label.dso-primary.download::after {
60
+ content: "";
61
+ display: inline-block;
62
+ margin-left: 8px;
63
+ }
64
+ a.dso-primary:hover,
65
+ button.dso-primary:hover,
66
+ label.dso-primary:hover {
67
+ background-color: #275937;
68
+ border-color: #275937;
69
+ color: #fff;
70
+ }
71
+ a.dso-primary:active,
72
+ button.dso-primary:active,
73
+ label.dso-primary:active {
74
+ background-color: #173521;
75
+ border-color: #173521;
76
+ color: #fff;
77
+ }
78
+ a.dso-primary[disabled], a.dso-primary[disabled]:hover,
79
+ button.dso-primary[disabled],
80
+ button.dso-primary[disabled]:hover,
81
+ label.dso-primary[disabled],
82
+ label.dso-primary[disabled]:hover {
83
+ background-color: #afcf9d;
84
+ border-color: #afcf9d;
85
+ color: #fff;
86
+ }
87
+ a.dso-primary.dso-small,
88
+ button.dso-primary.dso-small,
89
+ label.dso-primary.dso-small {
90
+ line-height: 1rem;
91
+ }
92
+ a.dso-primary.dso-small dso-icon,
93
+ a.dso-primary.dso-small svg.di, a.dso-primary.dso-small.extern::after, a.dso-primary.dso-small.download::after, a.dso-primary.dso-small.dso-spinner::before,
94
+ button.dso-primary.dso-small dso-icon,
95
+ button.dso-primary.dso-small svg.di,
96
+ button.dso-primary.dso-small.extern::after,
97
+ button.dso-primary.dso-small.download::after,
98
+ button.dso-primary.dso-small.dso-spinner::before,
99
+ label.dso-primary.dso-small dso-icon,
100
+ label.dso-primary.dso-small svg.di,
101
+ label.dso-primary.dso-small.extern::after,
102
+ label.dso-primary.dso-small.download::after,
103
+ label.dso-primary.dso-small.dso-spinner::before {
104
+ margin-bottom: -4px;
105
+ margin-top: -4px;
106
+ }
107
+ a.dso-primary.dso-small.dso-spinner-left::before,
108
+ button.dso-primary.dso-small.dso-spinner-left::before,
109
+ label.dso-primary.dso-small.dso-spinner-left::before {
110
+ height: 16px;
111
+ width: 16px;
112
+ }
113
+ a.dso-primary.dso-small.dso-spinner-right::after,
114
+ button.dso-primary.dso-small.dso-spinner-right::after,
115
+ label.dso-primary.dso-small.dso-spinner-right::after {
116
+ height: 16px;
117
+ width: 16px;
118
+ }
119
+ a.dso-primary dso-icon,
120
+ a.dso-primary svg.di,
121
+ button.dso-primary dso-icon,
122
+ button.dso-primary svg.di,
123
+ label.dso-primary dso-icon,
124
+ label.dso-primary svg.di {
125
+ margin-left: -8px;
126
+ margin-right: 8px;
127
+ }
128
+ a.dso-primary span + dso-icon,
129
+ a.dso-primary span + svg.di,
130
+ button.dso-primary span + dso-icon,
131
+ button.dso-primary span + svg.di,
132
+ label.dso-primary span + dso-icon,
133
+ label.dso-primary span + svg.di {
134
+ margin-left: 8px;
135
+ margin-right: -8px;
136
+ }
137
+ a.dso-primary.dso-spinner-left[disabled], a.dso-primary.dso-spinner-right[disabled],
138
+ button.dso-primary.dso-spinner-left[disabled],
139
+ button.dso-primary.dso-spinner-right[disabled],
140
+ label.dso-primary.dso-spinner-left[disabled],
141
+ label.dso-primary.dso-spinner-right[disabled] {
142
+ background-color: #39870c;
143
+ border-color: #39870c;
144
+ color: #fff;
145
+ }
146
+ a.dso-primary.dso-spinner-left::before,
147
+ button.dso-primary.dso-spinner-left::before,
148
+ label.dso-primary.dso-spinner-left::before {
149
+ background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
150
+ background-repeat: no-repeat;
151
+ content: "";
152
+ display: inline-block;
153
+ height: 24px;
154
+ vertical-align: top;
155
+ width: 24px;
156
+ margin-right: 8px;
157
+ }
158
+ a.dso-primary.dso-spinner-right::after,
159
+ button.dso-primary.dso-spinner-right::after,
160
+ label.dso-primary.dso-spinner-right::after {
161
+ background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
162
+ background-repeat: no-repeat;
163
+ content: "";
164
+ display: inline-block;
165
+ height: 24px;
166
+ vertical-align: top;
167
+ width: 24px;
168
+ margin-left: 8px;
169
+ }
170
+ a.dso-primary.download::after,
171
+ button.dso-primary.download::after,
172
+ label.dso-primary.download::after {
173
+ background: url("./dso-icons.svg#img-download-wit") no-repeat;
174
+ background-position: center;
175
+ background-size: cover;
176
+ height: 24px;
177
+ vertical-align: top;
178
+ width: 24px;
179
+ }
180
+ a.dso-primary.extern::after,
181
+ button.dso-primary.extern::after,
182
+ label.dso-primary.extern::after {
183
+ background: url("./dso-icons.svg#img-external-link-wit") no-repeat;
184
+ background-position: center;
185
+ background-size: cover;
186
+ height: 24px;
187
+ vertical-align: top;
188
+ width: 24px;
189
+ }
190
+ a.dso-secondary,
191
+ button.dso-secondary,
192
+ label.dso-secondary {
193
+ display: inline-block;
194
+ font-size: 1em;
195
+ font-weight: 500;
196
+ margin-bottom: 0;
197
+ text-decoration: none;
198
+ touch-action: manipulation;
199
+ text-align: left;
200
+ user-select: none;
201
+ vertical-align: middle;
202
+ background-color: #fff;
203
+ border-color: #39870c;
204
+ color: #39870c;
205
+ border-width: 1px;
206
+ border-style: solid;
207
+ border-radius: 4px;
208
+ line-height: 1.5;
209
+ min-width: 56px;
210
+ padding: 11px 15px;
211
+ }
212
+ a.dso-secondary:focus, a.dso-secondary:focus-visible,
213
+ button.dso-secondary:focus,
214
+ button.dso-secondary:focus-visible,
215
+ label.dso-secondary:focus,
216
+ label.dso-secondary:focus-visible {
217
+ outline-offset: 2px;
218
+ }
219
+ a.dso-secondary:active,
220
+ button.dso-secondary:active,
221
+ label.dso-secondary:active {
222
+ outline: 0;
223
+ }
224
+ a.dso-secondary.extern::after, a.dso-secondary.download::after,
225
+ button.dso-secondary.extern::after,
226
+ button.dso-secondary.download::after,
227
+ label.dso-secondary.extern::after,
228
+ label.dso-secondary.download::after {
229
+ content: "";
230
+ display: inline-block;
231
+ margin-left: 8px;
232
+ }
233
+ a.dso-secondary:hover,
234
+ button.dso-secondary:hover,
235
+ label.dso-secondary:hover {
236
+ background-color: #39870c;
237
+ border-color: #39870c;
238
+ color: #fff;
239
+ }
240
+ a.dso-secondary:active,
241
+ button.dso-secondary:active,
242
+ label.dso-secondary:active {
243
+ background-color: #275937;
244
+ border-color: #275937;
245
+ color: #fff;
246
+ }
247
+ a.dso-secondary[disabled], a.dso-secondary[disabled]:hover,
248
+ button.dso-secondary[disabled],
249
+ button.dso-secondary[disabled]:hover,
250
+ label.dso-secondary[disabled],
251
+ label.dso-secondary[disabled]:hover {
252
+ background-color: #fff;
253
+ border-color: #afcf9d;
254
+ color: #afcf9d;
255
+ }
256
+ a.dso-secondary.dso-small,
257
+ button.dso-secondary.dso-small,
258
+ label.dso-secondary.dso-small {
259
+ line-height: 1rem;
260
+ }
261
+ a.dso-secondary.dso-small dso-icon,
262
+ a.dso-secondary.dso-small svg.di, a.dso-secondary.dso-small.extern::after, a.dso-secondary.dso-small.download::after, a.dso-secondary.dso-small.dso-spinner::before,
263
+ button.dso-secondary.dso-small dso-icon,
264
+ button.dso-secondary.dso-small svg.di,
265
+ button.dso-secondary.dso-small.extern::after,
266
+ button.dso-secondary.dso-small.download::after,
267
+ button.dso-secondary.dso-small.dso-spinner::before,
268
+ label.dso-secondary.dso-small dso-icon,
269
+ label.dso-secondary.dso-small svg.di,
270
+ label.dso-secondary.dso-small.extern::after,
271
+ label.dso-secondary.dso-small.download::after,
272
+ label.dso-secondary.dso-small.dso-spinner::before {
273
+ margin-bottom: -4px;
274
+ margin-top: -4px;
275
+ }
276
+ a.dso-secondary.dso-small.dso-spinner-left::before,
277
+ button.dso-secondary.dso-small.dso-spinner-left::before,
278
+ label.dso-secondary.dso-small.dso-spinner-left::before {
279
+ height: 16px;
280
+ width: 16px;
281
+ }
282
+ a.dso-secondary.dso-small.dso-spinner-right::after,
283
+ button.dso-secondary.dso-small.dso-spinner-right::after,
284
+ label.dso-secondary.dso-small.dso-spinner-right::after {
285
+ height: 16px;
286
+ width: 16px;
287
+ }
288
+ a.dso-secondary dso-icon,
289
+ a.dso-secondary svg.di,
290
+ button.dso-secondary dso-icon,
291
+ button.dso-secondary svg.di,
292
+ label.dso-secondary dso-icon,
293
+ label.dso-secondary svg.di {
294
+ margin-left: -8px;
295
+ margin-right: 8px;
296
+ }
297
+ a.dso-secondary span + dso-icon,
298
+ a.dso-secondary span + svg.di,
299
+ button.dso-secondary span + dso-icon,
300
+ button.dso-secondary span + svg.di,
301
+ label.dso-secondary span + dso-icon,
302
+ label.dso-secondary span + svg.di {
303
+ margin-left: 8px;
304
+ margin-right: -8px;
305
+ }
306
+ a.dso-secondary.dso-spinner-left[disabled], a.dso-secondary.dso-spinner-right[disabled],
307
+ button.dso-secondary.dso-spinner-left[disabled],
308
+ button.dso-secondary.dso-spinner-right[disabled],
309
+ label.dso-secondary.dso-spinner-left[disabled],
310
+ label.dso-secondary.dso-spinner-right[disabled] {
311
+ background-color: #fff;
312
+ border-color: #39870c;
313
+ color: #39870c;
314
+ }
315
+ a.dso-secondary.dso-spinner-left::before,
316
+ button.dso-secondary.dso-spinner-left::before,
317
+ label.dso-secondary.dso-spinner-left::before {
318
+ background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
319
+ background-repeat: no-repeat;
320
+ content: "";
321
+ display: inline-block;
322
+ height: 24px;
323
+ vertical-align: top;
324
+ width: 24px;
325
+ margin-right: 8px;
326
+ }
327
+ a.dso-secondary.dso-spinner-left:not([disabled]):hover::before,
328
+ button.dso-secondary.dso-spinner-left:not([disabled]):hover::before,
329
+ label.dso-secondary.dso-spinner-left:not([disabled]):hover::before {
330
+ background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
331
+ background-repeat: no-repeat;
332
+ content: "";
333
+ display: inline-block;
334
+ height: 24px;
335
+ vertical-align: top;
336
+ width: 24px;
337
+ margin-right: 8px;
338
+ }
339
+ a.dso-secondary.dso-spinner-left:not([disabled]).dso-small:hover::before,
340
+ button.dso-secondary.dso-spinner-left:not([disabled]).dso-small:hover::before,
341
+ label.dso-secondary.dso-spinner-left:not([disabled]).dso-small:hover::before {
342
+ height: 16px;
343
+ width: 16px;
344
+ }
345
+ a.dso-secondary.dso-spinner-right::after,
346
+ button.dso-secondary.dso-spinner-right::after,
347
+ label.dso-secondary.dso-spinner-right::after {
348
+ background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
349
+ background-repeat: no-repeat;
350
+ content: "";
351
+ display: inline-block;
352
+ height: 24px;
353
+ vertical-align: top;
354
+ width: 24px;
355
+ margin-left: 8px;
356
+ }
357
+ a.dso-secondary.dso-spinner-right:not([disabled]):hover::after,
358
+ button.dso-secondary.dso-spinner-right:not([disabled]):hover::after,
359
+ label.dso-secondary.dso-spinner-right:not([disabled]):hover::after {
360
+ background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
361
+ background-repeat: no-repeat;
362
+ content: "";
363
+ display: inline-block;
364
+ height: 24px;
365
+ vertical-align: top;
366
+ width: 24px;
367
+ margin-left: 8px;
368
+ }
369
+ a.dso-secondary.dso-spinner-right:not([disabled]).dso-small:hover::after,
370
+ button.dso-secondary.dso-spinner-right:not([disabled]).dso-small:hover::after,
371
+ label.dso-secondary.dso-spinner-right:not([disabled]).dso-small:hover::after {
372
+ height: 16px;
373
+ width: 16px;
374
+ }
375
+ a.dso-secondary.download::after,
376
+ button.dso-secondary.download::after,
377
+ label.dso-secondary.download::after {
378
+ background: url("./dso-icons.svg#img-download") no-repeat;
379
+ background-position: center;
380
+ background-size: cover;
381
+ height: 24px;
382
+ vertical-align: top;
383
+ width: 24px;
384
+ }
385
+ a.dso-secondary.download:hover::after,
386
+ button.dso-secondary.download:hover::after,
387
+ label.dso-secondary.download:hover::after {
388
+ background-image: url("./dso-icons.svg#img-download-wit");
389
+ }
390
+ a.dso-secondary.download[disabled]::after,
391
+ button.dso-secondary.download[disabled]::after,
392
+ label.dso-secondary.download[disabled]::after {
393
+ background-image: url("./dso-icons.svg#img-download-grasgroen-40");
394
+ }
395
+ a.dso-secondary.extern::after,
396
+ button.dso-secondary.extern::after,
397
+ label.dso-secondary.extern::after {
398
+ background: url("./dso-icons.svg#img-external-link") no-repeat;
399
+ background-position: center;
400
+ background-size: cover;
401
+ height: 24px;
402
+ vertical-align: top;
403
+ width: 24px;
404
+ }
405
+ a.dso-secondary.extern:hover::after,
406
+ button.dso-secondary.extern:hover::after,
407
+ label.dso-secondary.extern:hover::after {
408
+ background-image: url("./dso-icons.svg#img-external-link-wit");
409
+ }
410
+ a.dso-secondary.extern[disabled]::after,
411
+ button.dso-secondary.extern[disabled]::after,
412
+ label.dso-secondary.extern[disabled]::after {
413
+ background-image: url("./dso-icons.svg#img-external-link-grasgroen-40");
414
+ }
415
+ a.dso-tertiary,
416
+ button.dso-tertiary,
417
+ label.dso-tertiary {
418
+ display: inline-block;
419
+ font-size: 1em;
420
+ font-weight: 500;
421
+ margin-bottom: 0;
422
+ text-decoration: none;
423
+ touch-action: manipulation;
424
+ text-align: left;
425
+ user-select: none;
426
+ vertical-align: middle;
427
+ border: 0;
428
+ color: #39870c;
429
+ line-height: 1;
430
+ padding: 0;
431
+ background-color: transparent;
432
+ }
433
+ a.dso-tertiary:focus, a.dso-tertiary:focus-visible,
434
+ button.dso-tertiary:focus,
435
+ button.dso-tertiary:focus-visible,
436
+ label.dso-tertiary:focus,
437
+ label.dso-tertiary:focus-visible {
438
+ outline-offset: 2px;
439
+ }
440
+ a.dso-tertiary:active,
441
+ button.dso-tertiary:active,
442
+ label.dso-tertiary:active {
443
+ outline: 0;
444
+ }
445
+ a.dso-tertiary.extern::after, a.dso-tertiary.download::after,
446
+ button.dso-tertiary.extern::after,
447
+ button.dso-tertiary.download::after,
448
+ label.dso-tertiary.extern::after,
449
+ label.dso-tertiary.download::after {
450
+ content: "";
451
+ display: inline-block;
452
+ margin-left: 8px;
453
+ }
454
+ a.dso-tertiary[disabled],
455
+ button.dso-tertiary[disabled],
456
+ label.dso-tertiary[disabled] {
457
+ color: #afcf9d;
458
+ }
459
+ a.dso-tertiary[disabled].dso-spinner-left, a.dso-tertiary[disabled].dso-spinner-right,
460
+ button.dso-tertiary[disabled].dso-spinner-left,
461
+ button.dso-tertiary[disabled].dso-spinner-right,
462
+ label.dso-tertiary[disabled].dso-spinner-left,
463
+ label.dso-tertiary[disabled].dso-spinner-right {
464
+ color: #39870c;
465
+ }
466
+ a.dso-tertiary:not([disabled]):hover,
467
+ button.dso-tertiary:not([disabled]):hover,
468
+ label.dso-tertiary:not([disabled]):hover {
469
+ color: #275937;
470
+ text-decoration: underline;
471
+ text-underline-position: under;
472
+ }
473
+ a.dso-tertiary:not([disabled]):active,
474
+ button.dso-tertiary:not([disabled]):active,
475
+ label.dso-tertiary:not([disabled]):active {
476
+ color: #173521;
477
+ }
478
+ a.dso-tertiary.dso-align,
479
+ button.dso-tertiary.dso-align,
480
+ label.dso-tertiary.dso-align {
481
+ line-height: calc(1.5em - 1px);
482
+ padding: 11px 0;
483
+ position: relative;
484
+ }
485
+ a.dso-tertiary.dso-truncate,
486
+ button.dso-tertiary.dso-truncate,
487
+ label.dso-tertiary.dso-truncate {
488
+ max-width: 100%;
489
+ overflow: hidden;
490
+ text-overflow: ellipsis;
491
+ white-space: nowrap;
492
+ }
493
+ a.dso-tertiary.dso-spinner-left::before,
494
+ button.dso-tertiary.dso-spinner-left::before,
495
+ label.dso-tertiary.dso-spinner-left::before {
496
+ background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
497
+ background-repeat: no-repeat;
498
+ content: "";
499
+ display: inline-block;
500
+ height: 24px;
501
+ vertical-align: middle;
502
+ width: 24px;
503
+ margin-right: 8px;
504
+ }
505
+ a.dso-tertiary.dso-spinner-right::after,
506
+ button.dso-tertiary.dso-spinner-right::after,
507
+ label.dso-tertiary.dso-spinner-right::after {
508
+ background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
509
+ background-repeat: no-repeat;
510
+ content: "";
511
+ display: inline-block;
512
+ height: 24px;
513
+ vertical-align: middle;
514
+ width: 24px;
515
+ margin-left: 8px;
516
+ }
517
+ a.dso-tertiary dso-icon + span:not(.sr-only),
518
+ a.dso-tertiary svg.di + span:not(.sr-only),
519
+ a.dso-tertiary span:not(.sr-only) + dso-icon,
520
+ a.dso-tertiary span:not(.sr-only) + svg.di,
521
+ button.dso-tertiary dso-icon + span:not(.sr-only),
522
+ button.dso-tertiary svg.di + span:not(.sr-only),
523
+ button.dso-tertiary span:not(.sr-only) + dso-icon,
524
+ button.dso-tertiary span:not(.sr-only) + svg.di,
525
+ label.dso-tertiary dso-icon + span:not(.sr-only),
526
+ label.dso-tertiary svg.di + span:not(.sr-only),
527
+ label.dso-tertiary span:not(.sr-only) + dso-icon,
528
+ label.dso-tertiary span:not(.sr-only) + svg.di {
529
+ margin-left: 8px;
530
+ }
531
+ a.dso-tertiary svg.di.di-chevron-down + span:not(.sr-only),
532
+ a.dso-tertiary svg.di.di-chevron-up + span:not(.sr-only),
533
+ a.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-down,
534
+ a.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-up,
535
+ button.dso-tertiary svg.di.di-chevron-down + span:not(.sr-only),
536
+ button.dso-tertiary svg.di.di-chevron-up + span:not(.sr-only),
537
+ button.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-down,
538
+ button.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-up,
539
+ label.dso-tertiary svg.di.di-chevron-down + span:not(.sr-only),
540
+ label.dso-tertiary svg.di.di-chevron-up + span:not(.sr-only),
541
+ label.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-down,
542
+ label.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-up {
543
+ margin-left: 4px;
544
+ }
545
+ a.dso-tertiary dso-icon[icon=chevron-left] + span:not(.sr-only),
546
+ a.dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
547
+ a.dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
548
+ a.dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
549
+ a.dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
550
+ a.dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
551
+ a.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
552
+ a.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right],
553
+ button.dso-tertiary dso-icon[icon=chevron-left] + span:not(.sr-only),
554
+ button.dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
555
+ button.dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
556
+ button.dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
557
+ button.dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
558
+ button.dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
559
+ button.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
560
+ button.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right],
561
+ label.dso-tertiary dso-icon[icon=chevron-left] + span:not(.sr-only),
562
+ label.dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
563
+ label.dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
564
+ label.dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
565
+ label.dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
566
+ label.dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
567
+ label.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
568
+ label.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right] {
569
+ margin-left: 0;
570
+ }
571
+ a.dso-tertiary dso-icon,
572
+ a.dso-tertiary svg.di,
573
+ a.dso-tertiary span,
574
+ button.dso-tertiary dso-icon,
575
+ button.dso-tertiary svg.di,
576
+ button.dso-tertiary span,
577
+ label.dso-tertiary dso-icon,
578
+ label.dso-tertiary svg.di,
579
+ label.dso-tertiary span {
580
+ vertical-align: middle;
581
+ }
582
+ a.dso-tertiary.extern::after, a.dso-tertiary.download::after,
583
+ button.dso-tertiary.extern::after,
584
+ button.dso-tertiary.download::after,
585
+ label.dso-tertiary.extern::after,
586
+ label.dso-tertiary.download::after {
587
+ position: relative;
588
+ top: -2px;
589
+ }
590
+ a.dso-tertiary.download::after,
591
+ button.dso-tertiary.download::after,
592
+ label.dso-tertiary.download::after {
593
+ background: url("./dso-icons.svg#img-download") no-repeat;
594
+ background-position: center;
595
+ background-size: cover;
596
+ height: 24px;
597
+ vertical-align: top;
598
+ width: 24px;
599
+ }
600
+ a.dso-tertiary.download[disabled]::after,
601
+ button.dso-tertiary.download[disabled]::after,
602
+ label.dso-tertiary.download[disabled]::after {
603
+ background-image: url("./dso-icons.svg#img-download-grasgroen-40");
604
+ }
605
+ a.dso-tertiary.download:not([disabled]):hover::after, a.dso-tertiary.download:not([disabled]):active::after,
606
+ button.dso-tertiary.download:not([disabled]):hover::after,
607
+ button.dso-tertiary.download:not([disabled]):active::after,
608
+ label.dso-tertiary.download:not([disabled]):hover::after,
609
+ label.dso-tertiary.download:not([disabled]):active::after {
610
+ background-image: url("./dso-icons.svg#img-download-scampi");
611
+ }
612
+ a.dso-tertiary.extern::after,
613
+ button.dso-tertiary.extern::after,
614
+ label.dso-tertiary.extern::after {
615
+ background: url("./dso-icons.svg#img-external-link") no-repeat;
616
+ background-position: center;
617
+ background-size: cover;
618
+ height: 24px;
619
+ vertical-align: top;
620
+ width: 24px;
621
+ }
622
+ a.dso-tertiary.extern[disabled]::after,
623
+ button.dso-tertiary.extern[disabled]::after,
624
+ label.dso-tertiary.extern[disabled]::after {
625
+ background-image: url("./dso-icons.svg#img-external-link-grasgroen-40");
626
+ }
627
+ a.dso-tertiary.extern:not([disabled]):hover::after, a.dso-tertiary.extern:not([disabled]):active::after,
628
+ button.dso-tertiary.extern:not([disabled]):hover::after,
629
+ button.dso-tertiary.extern:not([disabled]):active::after,
630
+ label.dso-tertiary.extern:not([disabled]):hover::after,
631
+ label.dso-tertiary.extern:not([disabled]):active::after {
632
+ background-image: url("./dso-icons.svg#img-external-link-scampi");
633
+ }
634
+
635
+ a.dso-primary {
636
+ text-decoration: none;
637
+ }
638
+ a.dso-primary, a.dso-primary:visited {
639
+ color: #fff;
640
+ }
641
+ a.dso-secondary {
642
+ text-decoration: none;
643
+ }
644
+ a.dso-secondary, a.dso-secondary:visited {
645
+ color: #39870c;
646
+ }
647
+ a.dso-secondary:hover, a.dso-secondary:visited:hover {
648
+ color: #fff;
649
+ }
650
+ a.dso-tertiary {
651
+ text-decoration: none;
652
+ }
653
+ a.dso-tertiary, a.dso-tertiary:visited {
654
+ color: #39870c;
655
+ }
656
+
657
+ .dso-primary + .dso-primary,
658
+ .dso-primary + .dso-secondary,
659
+ .dso-primary + .dso-tertiary,
660
+ .dso-secondary + .dso-primary,
661
+ .dso-secondary + .dso-secondary,
662
+ .dso-secondary + .dso-tertiary,
663
+ .dso-tertiary + .dso-primary,
664
+ .dso-tertiary + .dso-secondary,
665
+ .dso-tertiary + .dso-tertiary {
666
+ margin-left: 16px;
667
+ }
668
+
669
+ *,
670
+ *::after,
671
+ *::before {
672
+ box-sizing: border-box;
673
+ }
674
+
675
+ .sr-only {
676
+ position: absolute;
677
+ width: 1px;
678
+ height: 1px;
679
+ padding: 0;
680
+ margin: -1px;
681
+ overflow: hidden;
682
+ clip: rect(0, 0, 0, 0);
683
+ border: 0;
684
+ }
685
+
686
+ .dso-mark-bar {
687
+ display: flex;
688
+ flex-grow: 1;
689
+ margin-block: 8px;
690
+ }
691
+ .dso-mark-bar .dso-mark-bar-input {
692
+ display: flex;
693
+ position: relative;
694
+ width: 100%;
695
+ }
696
+ .dso-mark-bar .dso-mark-bar-input label {
697
+ bottom: 8px;
698
+ height: 2.5rem;
699
+ left: 0;
700
+ padding: 8px;
701
+ position: absolute;
702
+ top: 0;
703
+ }
704
+ .dso-mark-bar .dso-mark-bar-input label dso-icon {
705
+ color: #39870c;
706
+ }
707
+ .dso-mark-bar .dso-mark-bar-input input {
708
+ background-color: #fff;
709
+ background-image: none;
710
+ border: 1px solid #275937;
711
+ border-radius: 4px;
712
+ border-width: 1px;
713
+ box-shadow: none;
714
+ display: block;
715
+ font-size: 1rem;
716
+ height: 2.5rem;
717
+ line-height: 2.5rem;
718
+ padding: 6px 2.5rem 6px 8px;
719
+ transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
720
+ width: 100%;
721
+ border-start-end-radius: 0;
722
+ border-end-end-radius: 0;
723
+ border-inline-end: 0;
724
+ padding-left: 2.5rem;
725
+ }
726
+ .dso-mark-bar .dso-mark-bar-input input::-moz-placeholder {
727
+ color: #666;
728
+ opacity: 1;
729
+ }
730
+ .dso-mark-bar .dso-mark-bar-input input:-ms-input-placeholder {
731
+ color: #666;
732
+ }
733
+ .dso-mark-bar .dso-mark-bar-input input::-webkit-input-placeholder {
734
+ color: #666;
735
+ }
736
+ .dso-mark-bar .dso-mark-bar-input input:focus {
737
+ border-color: #275937;
738
+ box-shadow: inset 0 0 0 1px #275937;
739
+ outline: 0;
740
+ }
741
+ .dso-mark-bar .dso-mark-bar-input input::-ms-clear {
742
+ display: none;
743
+ }
744
+ .dso-mark-bar .dso-mark-bar-input button {
745
+ background-color: transparent;
746
+ border: 0;
747
+ box-shadow: none;
748
+ color: #39870c;
749
+ font-size: 0;
750
+ height: 2.5rem;
751
+ padding: 8px;
752
+ position: absolute;
753
+ right: 0;
754
+ text-align: center;
755
+ top: 0;
756
+ width: 2.5rem;
757
+ }
758
+
759
+ .dso-button-container {
760
+ position: relative;
761
+ display: flex;
762
+ align-items: center;
763
+ gap: 8px;
764
+ flex-shrink: 0;
765
+ padding-inline: 8px;
766
+ background-color: #fff;
767
+ border: 1px solid #275937;
768
+ border-inline-start: 0;
769
+ border-start-end-radius: 4px;
770
+ border-end-end-radius: 4px;
771
+ }
772
+ .dso-button-container button {
773
+ appearance: none;
774
+ padding: 0;
775
+ border: 0;
776
+ background-color: transparent;
777
+ color: #39870c;
778
+ }
779
+ .dso-button-container button:disabled {
780
+ color: #ccc;
781
+ }
782
+ .dso-button-container .divider {
783
+ position: absolute;
784
+ inset-inline-start: 0;
785
+ inset-block-start: 8px;
786
+ inset-block-end: 8px;
787
+ inline-size: 1px;
788
+ background-color: #ccc;
789
+ }