@civicactions/cmsds-open-data-components 4.1.0-alpha.1 → 4.1.0-alpha.10

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/main.css CHANGED
@@ -64,7 +64,7 @@
64
64
  }
65
65
 
66
66
  .dkan-c-cms-topnav {
67
- height: 51px;
67
+ height: 3.188rem;
68
68
  }
69
69
 
70
70
  .dkan-c-cms-topnav > div {
@@ -95,7 +95,7 @@
95
95
 
96
96
  @media screen and (width >= 1024px) {
97
97
  .dkan-c-cms-topnav {
98
- height: 85px;
98
+ height: 5.313rem;
99
99
  }
100
100
  }
101
101
 
@@ -153,6 +153,215 @@
153
153
  border-bottom-color: var(--header-nav-link--mobile-color);
154
154
  }
155
155
 
156
+ .dc-c-search-list-item {
157
+ list-style: none;
158
+ }
159
+
160
+ .dc-c-search-list-item ul {
161
+ gap: 0;
162
+ }
163
+
164
+ .dc-c-search-list-item li {
165
+ list-style: none;
166
+ }
167
+
168
+ .dc-c-search-list-item li:first-child > span {
169
+ padding-left: 0;
170
+ }
171
+
172
+ .dc-c-search-list-item li a, .dc-c-search-list-item li button {
173
+ text-decoration: underline !important;
174
+ }
175
+
176
+ .dc-c-search-list-item svg {
177
+ margin-right: 8px;
178
+ }
179
+
180
+ .dc-c-search-list-item button, .dc-c-search-list-item span > a {
181
+ font-weight: normal !important;
182
+ }
183
+
184
+ .dc-c-search-list-item a:visited svg {
185
+ fill: var(--link__color--visited);
186
+ }
187
+
188
+ .dc-c-search-list-item .ds-c-button {
189
+ text-decoration: none !important;
190
+ }
191
+
192
+ .dc-c-search-list-item .ds-c-button svg, .dc-c-search-list-item .ds-c-button:visited svg {
193
+ fill: var(--color-white);
194
+ }
195
+
196
+ .dc-c-search-list-item .dkan-disabled-link-wrapper {
197
+ cursor: not-allowed;
198
+ }
199
+
200
+ .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link {
201
+ pointer-events: none;
202
+ color: #757575;
203
+ }
204
+
205
+ .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus {
206
+ color: #757575;
207
+ }
208
+
209
+ .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus svg {
210
+ fill: #757575;
211
+ }
212
+
213
+ .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link svg {
214
+ fill: #757575 !important;
215
+ }
216
+
217
+ .dc-c-search-list-item .theme-list {
218
+ display: inline-block;
219
+ }
220
+
221
+ .dc-c-search-list-item .theme-list li {
222
+ letter-spacing: .75px;
223
+ color: #fff;
224
+ margin-bottom: 4px;
225
+ margin-right: 8px;
226
+ padding: 3px 10px;
227
+ font-size: 1.2rem;
228
+ text-decoration: none;
229
+ display: inline-block;
230
+ }
231
+
232
+ .dc-c-search-list-item .theme-list li a {
233
+ color: #fff;
234
+ text-decoration: none !important;
235
+ }
236
+
237
+ .dc-c-search-list-item .theme-list li a:hover, .dc-c-search-list-item .theme-list li a:focus, .dc-c-search-list-item .theme-list li a:visited:focus {
238
+ outline-offset: 12px;
239
+ text-decoration: underline !important;
240
+ }
241
+
242
+ .dataset-date .dataset-date-item {
243
+ white-space: nowrap;
244
+ }
245
+
246
+ .dataset-date .dataset-date-item > span {
247
+ line-height: 1.8rem;
248
+ }
249
+
250
+ .dataset-date .dataset-date-item .ds-c-tooltip__container {
251
+ width: 20px;
252
+ display: inline-block;
253
+ position: relative;
254
+ bottom: 10px;
255
+ }
256
+
257
+ .dataset-date > .bullet-point {
258
+ font-size: 1.2rem;
259
+ }
260
+
261
+ @media screen and (width <= 543px) {
262
+ .dataset-date .bullet-point {
263
+ display: none;
264
+ }
265
+ }
266
+
267
+ .dkan-dataset-search {
268
+ position: relative;
269
+ }
270
+
271
+ @media only screen and (width >= 544px) {
272
+ .dkan-dataset-search input {
273
+ padding-left: 32px;
274
+ }
275
+ }
276
+
277
+ @media only screen and (width <= 544px) {
278
+ .dkan-dataset-search div.--alt-style input {
279
+ --text-input__border-radius: 50px;
280
+ --text-input__border-color: #c6b7b7;
281
+ height: 61px;
282
+ }
283
+ }
284
+
285
+ .dkan-dataset-search .dc-c-search-button-mobile {
286
+ z-index: 1000;
287
+ border-top-left-radius: 0;
288
+ border-bottom-left-radius: 0;
289
+ height: 3.563rem;
290
+ position: absolute;
291
+ top: 2px;
292
+ right: 18px;
293
+ }
294
+
295
+ .dkan-dataset-search--facet-container ul {
296
+ padding-left: 0;
297
+ list-style: none;
298
+ }
299
+
300
+ .dkan-dataset-search--clear-all-filters {
301
+ width: 100%;
302
+ }
303
+
304
+ .dc-c-search-list-item li a svg, .dc-c-search-list-item li span svg {
305
+ fill: var(--link__color);
306
+ }
307
+
308
+ .dc-c-search-list-item li a:visited svg {
309
+ fill: var(--link__color--visited);
310
+ }
311
+
312
+ .dc-dataset-search-list {
313
+ list-style: none;
314
+ }
315
+
316
+ .dc-search-header {
317
+ display: relative;
318
+ }
319
+
320
+ .dc-search-header:after {
321
+ content: "";
322
+ background-color: var(--color-primary-light);
323
+ width: 48px;
324
+ height: 4px;
325
+ margin: 16px 0;
326
+ display: block;
327
+ }
328
+
329
+ .dataset-results-count {
330
+ font-weight: bold;
331
+ }
332
+
333
+ .dkan-dataset-search--facet-container .ds-c-accordion__content {
334
+ max-height: 32rem;
335
+ }
336
+
337
+ .dc-dataset-search--clear-all-filters {
338
+ width: 100%;
339
+ }
340
+
341
+ .dkan-dataset-search {
342
+ align-items: flex-start;
343
+ position: relative;
344
+ }
345
+
346
+ .dkan-dataset-search input {
347
+ min-width: 100%;
348
+ }
349
+
350
+ @media only screen and (width >= 544px) {
351
+ .dkan-dataset-search input {
352
+ padding-left: 32px;
353
+ }
354
+ }
355
+
356
+ .dkan-dataset-search .ds-c-field__before {
357
+ top: 12px;
358
+ left: 16px;
359
+ }
360
+
361
+ .dkan-dataset-search .ds-c-inline-error {
362
+ max-width: none;
363
+ }
364
+
156
365
  .dkan-c-main-navigation--search .dkan-c-header-search--modal-button span {
157
366
  border-bottom: 2px solid #0000;
158
367
  }
@@ -417,6 +626,10 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
417
626
  display: inherit;
418
627
  }
419
628
 
629
+ .dc-c-hero .ds-c-inline-error {
630
+ max-width: none;
631
+ }
632
+
420
633
  .dc-c-list-item {
421
634
  list-style: none;
422
635
  }
@@ -438,144 +651,31 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
438
651
  }
439
652
 
440
653
  .dc-c-list-item li a svg, .dc-c-list-item li span svg {
441
- fill: var(--link__color);
442
- }
443
-
444
- .dc-c-list-item svg {
445
- margin-right: 8px;
446
- }
447
-
448
- .dc-c-list-item button, .dc-c-list-item span > a {
449
- font-weight: normal !important;
450
- }
451
-
452
- .dc-c-list-item a:visited svg {
453
- fill: var(--link__color--visited);
454
- }
455
-
456
- .dc-c-list-item span[id^="dataset-"] + h2 {
457
- margin-top: 0;
458
- }
459
-
460
- .dc-c-list-item .ds-c-button {
461
- text-decoration: none !important;
462
- }
463
-
464
- .dc-c-list-item .ds-c-button svg, .dc-c-list-item .ds-c-button:visited svg {
465
- fill: var(--color-white);
466
- }
467
-
468
- .dc-c-search-list-item {
469
- list-style: none;
470
- }
471
-
472
- .dc-c-search-list-item ul {
473
- gap: 0;
474
- }
475
-
476
- .dc-c-search-list-item li {
477
- list-style: none;
478
- }
479
-
480
- .dc-c-search-list-item li:first-child > span {
481
- padding-left: 0;
482
- }
483
-
484
- .dc-c-search-list-item li a, .dc-c-search-list-item li button {
485
- text-decoration: underline !important;
486
- }
487
-
488
- .dc-c-search-list-item svg {
489
- margin-right: 8px;
490
- }
491
-
492
- .dc-c-search-list-item button, .dc-c-search-list-item span > a {
493
- font-weight: normal !important;
494
- }
495
-
496
- .dc-c-search-list-item a:visited svg {
497
- fill: var(--link__color--visited);
498
- }
499
-
500
- .dc-c-search-list-item .ds-c-button {
501
- text-decoration: none !important;
502
- }
503
-
504
- .dc-c-search-list-item .ds-c-button svg, .dc-c-search-list-item .ds-c-button:visited svg {
505
- fill: var(--color-white);
506
- }
507
-
508
- .dc-c-search-list-item .dkan-disabled-link-wrapper {
509
- cursor: not-allowed;
510
- }
511
-
512
- .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link {
513
- pointer-events: none;
514
- color: #757575;
515
- }
516
-
517
- .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus {
518
- color: #757575;
519
- }
520
-
521
- .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link svg {
522
- fill: #757575;
523
- }
524
-
525
- .dataset-date .dataset-date-item {
526
- white-space: nowrap;
527
- }
528
-
529
- .dataset-date .dataset-date-item .ds-c-tooltip__container {
530
- width: 20px;
531
- display: inline-block;
532
- position: relative;
533
- bottom: 10px;
534
- }
535
-
536
- .dataset-date > .bullet-point {
537
- line-height: 2.2rem;
538
- }
539
-
540
- @media only screen and (width >= 544px) {
541
- .dkan-dataset-search input {
542
- padding-left: 32px;
543
- }
654
+ fill: var(--link__color);
544
655
  }
545
656
 
546
- @media only screen and (width <= 544px) {
547
- .dkan-dataset-search div.--alt-style input {
548
- --text-input__border-radius: 50px;
549
- --text-input__border-color: #c6b7b7;
550
- height: 61px;
551
- }
657
+ .dc-c-list-item svg {
658
+ margin-right: 8px;
552
659
  }
553
660
 
554
- .dkan-dataset-search .dc-c-search-button-mobile {
555
- z-index: 1000;
556
- border-top-left-radius: 0;
557
- border-bottom-left-radius: 0;
558
- height: 57px;
559
- position: absolute;
560
- top: 2px;
561
- right: 18px;
661
+ .dc-c-list-item button, .dc-c-list-item span > a {
662
+ font-weight: normal !important;
562
663
  }
563
664
 
564
- .dkan-dataset-search--facet-container ul {
565
- padding-left: 0;
566
- list-style: none;
665
+ .dc-c-list-item a:visited svg {
666
+ fill: var(--link__color--visited);
567
667
  }
568
668
 
569
- .dkan-dataset-search--clear-all-filters {
570
- width: 100%;
669
+ .dc-c-list-item span[id^="dataset-"] + h2 {
670
+ margin-top: 0;
571
671
  }
572
672
 
573
- .dc-c-search-list-item li a svg, .dc-c-search-list-item li span svg {
574
- fill: var(--link__color);
673
+ .dc-c-list-item .ds-c-button {
674
+ text-decoration: none !important;
575
675
  }
576
676
 
577
- .dc-c-search-list-item li a:visited svg {
578
- fill: var(--link__color--visited);
677
+ .dc-c-list-item .ds-c-button svg, .dc-c-list-item .ds-c-button:visited svg {
678
+ fill: var(--color-white);
579
679
  }
580
680
 
581
681
  :root {
@@ -590,6 +690,10 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
590
690
  --su-color--red: #d30000;
591
691
  }
592
692
 
693
+ .swagger-ui.swagger-ui {
694
+ font-family: inherit;
695
+ }
696
+
593
697
  .swagger-ui.swagger-ui .opblock .opblock-summary-method {
594
698
  color: #333;
595
699
  }
@@ -627,7 +731,7 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
627
731
  background-color: var(--su-color--blue-dark);
628
732
  }
629
733
 
630
- .swagger-ui.swagger-ui .info .title > span span {
734
+ .swagger-ui.swagger-ui .information-container span.version-stamp {
631
735
  color: #fff;
632
736
  vertical-align: super;
633
737
  background-color: #666;
@@ -640,12 +744,24 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
640
744
  top: -5px;
641
745
  }
642
746
 
643
- .swagger-ui.swagger-ui .info .title > span span.version-stamp--openapi {
747
+ .swagger-ui.swagger-ui .information-container span.version-stamp.version-stamp--openapi {
644
748
  background-color: #005830;
645
749
  }
646
750
 
647
- .swagger-ui.swagger-ui .info a {
648
- color: #036;
751
+ .swagger-ui.swagger-ui .information-container a {
752
+ color: var(--link__color);
753
+ }
754
+
755
+ .swagger-ui.swagger-ui .information-container a:visited {
756
+ color: var(--link__color--visited);
757
+ }
758
+
759
+ .swagger-ui.swagger-ui .information-container a:hover {
760
+ color: var(--link__color);
761
+ }
762
+
763
+ .swagger-ui.swagger-ui .information-container a:active {
764
+ color: var(--link__color--active);
649
765
  }
650
766
 
651
767
  .swagger-ui.swagger-ui .model-hint {
@@ -686,6 +802,237 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
686
802
  }
687
803
  }
688
804
 
805
+ #api-docs-swagger-ui-plugin .model .property {
806
+ color: #6b6b6b !important;
807
+ }
808
+
809
+ #api-docs-swagger-ui-plugin pre.errors-wrapper {
810
+ display: none;
811
+ }
812
+
813
+ #api-docs-swagger-ui-plugin .btn {
814
+ transition: none;
815
+ }
816
+
817
+ #api-docs-swagger-ui-plugin .parameters input {
818
+ color: #323a45;
819
+ font-size: .8em;
820
+ }
821
+
822
+ #api-docs-swagger-ui-plugin .execute-wrapper, #api-docs-swagger-ui-plugin .btn-group {
823
+ justify-content: flex-start;
824
+ padding: 12px 24px 24px;
825
+ display: flex;
826
+ }
827
+
828
+ #api-docs-swagger-ui-plugin .wrapper > .block {
829
+ padding: 0;
830
+ }
831
+
832
+ #api-docs-swagger-ui-plugin .wrapper:has( + .wrapper:last-child .block:empty) {
833
+ display: flow-root;
834
+ }
835
+
836
+ #api-docs-swagger-ui-plugin .information-container svg:not(:root) {
837
+ overflow: visible;
838
+ }
839
+
840
+ #api-docs-swagger-ui-plugin .opblock {
841
+ box-shadow: none;
842
+ background: none;
843
+ border: none;
844
+ }
845
+
846
+ #api-docs-swagger-ui-plugin .opblock .opblock-section {
847
+ margin-top: 25px;
848
+ }
849
+
850
+ #api-docs-swagger-ui-plugin .opblock .opblock-description-wrapper {
851
+ margin: 0;
852
+ padding: 16px;
853
+ }
854
+
855
+ #api-docs-swagger-ui-plugin .opblock .opblock-section, #api-docs-swagger-ui-plugin .opblock .responses-wrapper {
856
+ background: #fff;
857
+ border: 1px solid #d6d7d9;
858
+ border-radius: 2px;
859
+ margin-left: 24px;
860
+ }
861
+
862
+ #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header {
863
+ box-shadow: none;
864
+ background: #f6f9fd;
865
+ padding: 16px;
866
+ }
867
+
868
+ #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header .opblock-title, #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header h4, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header .opblock-title, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header h4 {
869
+ color: #0c2499;
870
+ text-transform: uppercase;
871
+ letter-spacing: 1px;
872
+ cursor: default;
873
+ font-size: .9em;
874
+ font-weight: 800;
875
+ line-height: 16px;
876
+ }
877
+
878
+ #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header .opblock-title > span:after, #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header h4 > span:after, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header .opblock-title > span:after, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header h4 > span:after {
879
+ background: none !important;
880
+ display: none !important;
881
+ }
882
+
883
+ #api-docs-swagger-ui-plugin .OperationTag:not(:first-of-type) .toggle-block {
884
+ border-top: 1px solid #e1e2e3;
885
+ }
886
+
887
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button {
888
+ width: 100%;
889
+ font-weight: inherit;
890
+ flex: auto;
891
+ min-height: 64px;
892
+ position: relative;
893
+ }
894
+
895
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button:hover .toggle-block-title-text, #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button:focus .toggle-block-title-text {
896
+ text-decoration: underline;
897
+ }
898
+
899
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button:hover .toggle-block-title-description, #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button:focus .toggle-block-title-description {
900
+ text-decoration: none;
901
+ }
902
+
903
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button .toggle-block-title-description {
904
+ color: #3b4151;
905
+ margin-top: 1px;
906
+ }
907
+
908
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button > svg {
909
+ pointer-events: none;
910
+ width: 20px;
911
+ height: 20px;
912
+ position: absolute;
913
+ top: 50%;
914
+ left: 0;
915
+ transform: translateY(-50%);
916
+ }
917
+
918
+ #api-docs-swagger-ui-plugin .OperationTag .wrapper:not(:last-child) .block-desktop {
919
+ margin-bottom: 32px;
920
+ }
921
+
922
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container {
923
+ border: 1px solid #eaebec;
924
+ flex: 1;
925
+ }
926
+
927
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__method {
928
+ background: #6f7570;
929
+ min-width: 80px;
930
+ height: calc(100% - 8px);
931
+ }
932
+
933
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__summary {
934
+ color: #3b4151;
935
+ word-break: break-word;
936
+ max-width: 280px;
937
+ }
938
+
939
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_path-input {
940
+ box-shadow: none;
941
+ color: #323a45;
942
+ background: none;
943
+ flex: 1;
944
+ height: 48px;
945
+ }
946
+
947
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_path-input:focus {
948
+ box-shadow: none;
949
+ background: none;
950
+ border: none;
951
+ }
952
+
953
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn {
954
+ box-shadow: none;
955
+ background: #0c249905;
956
+ border: 1px solid #0c249914;
957
+ width: 40px;
958
+ height: 40px;
959
+ }
960
+
961
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn:hover, #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn:focus {
962
+ background: #0c249914;
963
+ border: 1px solid #0c24991f;
964
+ }
965
+
966
+ #api-docs-swagger-ui-plugin .ApiDocsModels {
967
+ width: 100%;
968
+ }
969
+
970
+ #api-docs-swagger-ui-plugin .ApiDocsModels > h3 {
971
+ margin: 16px 0;
972
+ }
973
+
974
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box {
975
+ background: #fff;
976
+ border: 1px solid #eaebec;
977
+ border-radius: 2px;
978
+ width: 100%;
979
+ }
980
+
981
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box {
982
+ background-color: #fff;
983
+ padding: 0;
984
+ }
985
+
986
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control {
987
+ border: none;
988
+ }
989
+
990
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box {
991
+ background: #fff;
992
+ padding: 0;
993
+ }
994
+
995
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box > .model-box {
996
+ background: #fff;
997
+ border: 1px solid #eaebec;
998
+ border-radius: 2px;
999
+ width: 100%;
1000
+ }
1001
+
1002
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box > .model-box > .model > span > span > .model-title {
1003
+ font-weight: 600;
1004
+ display: block;
1005
+ }
1006
+
1007
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box > .model-box > .model > span > span > .model-toggle {
1008
+ display: none;
1009
+ }
1010
+
1011
+ @media screen and (width <= 1023px) {
1012
+ #api-docs-swagger-ui-plugin .OperationSummary__try-it-out-btn {
1013
+ align-self: flex-start;
1014
+ }
1015
+ }
1016
+
1017
+ @media screen and (width <= 767px) {
1018
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__method {
1019
+ width: calc(100% - 8px);
1020
+ }
1021
+
1022
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__summary {
1023
+ width: 100%;
1024
+ max-width: none;
1025
+ }
1026
+
1027
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_path-input {
1028
+ width: 100%;
1029
+ }
1030
+
1031
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn {
1032
+ align-self: flex-end;
1033
+ }
1034
+ }
1035
+
689
1036
  .ds-c-button.display-settings-font {
690
1037
  font: inherit;
691
1038
  }
@@ -1003,9 +1350,17 @@ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window form {
1003
1350
  display: grid;
1004
1351
  }
1005
1352
 
1006
- .dkan-delete-dataset-filter-button {
1353
+ button.dkan-delete-dataset-filter-button {
1007
1354
  width: 32px;
1008
1355
  height: 32px;
1356
+ border-radius: 50% !important;
1357
+ }
1358
+
1359
+ @media screen and (width <= 767px) {
1360
+ button.dkan-delete-dataset-filter-button {
1361
+ margin-bottom: 4px;
1362
+ margin-left: 16px !important;
1363
+ }
1009
1364
  }
1010
1365
 
1011
1366
  .dkan-clear-dataset-filters-button {
@@ -1084,6 +1439,10 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1084
1439
  display: flex;
1085
1440
  }
1086
1441
 
1442
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .dkan-filter-dataset-controls-header {
1443
+ display: none;
1444
+ }
1445
+
1087
1446
  dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__header {
1088
1447
  flex: 0;
1089
1448
  width: 100%;
@@ -1130,6 +1489,38 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1130
1489
  overflow: auto;
1131
1490
  }
1132
1491
 
1492
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset {
1493
+ background-color: #f2f2f2;
1494
+ flex-wrap: wrap;
1495
+ align-items: flex-end;
1496
+ gap: 0;
1497
+ display: flex;
1498
+ border: 0 !important;
1499
+ max-width: none !important;
1500
+ margin-block-start: 16px !important;
1501
+ padding-block: 16px !important;
1502
+ }
1503
+
1504
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:first-child, dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:nth-child(2), dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:nth-child(3) {
1505
+ width: calc(100% - 48px);
1506
+ max-width: none !important;
1507
+ }
1508
+
1509
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:first-child, dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:nth-child(2) {
1510
+ margin-bottom: 16px;
1511
+ }
1512
+
1513
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset .ds-c-label {
1514
+ width: auto !important;
1515
+ max-width: none !important;
1516
+ height: auto !important;
1517
+ overflow: visible !important;
1518
+ }
1519
+
1520
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset .ds-c-field {
1521
+ max-width: none !important;
1522
+ }
1523
+
1133
1524
  dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div > div {
1134
1525
  flex: 0;
1135
1526
  width: 100%;
@@ -1454,54 +1845,6 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1454
1845
  overflow-wrap: anywhere;
1455
1846
  }
1456
1847
 
1457
- .dc-dataset-search-list {
1458
- list-style: none;
1459
- }
1460
-
1461
- .dc-search-header {
1462
- display: relative;
1463
- }
1464
-
1465
- .dc-search-header:after {
1466
- content: "";
1467
- background-color: var(--color-primary-light);
1468
- width: 48px;
1469
- height: 4px;
1470
- margin: 16px 0;
1471
- display: block;
1472
- }
1473
-
1474
- .dataset-results-count {
1475
- font-weight: bold;
1476
- }
1477
-
1478
- .dkan-dataset-search--facet-container .ds-c-accordion__content {
1479
- max-height: 32rem;
1480
- }
1481
-
1482
- .dc-dataset-search--clear-all-filters {
1483
- width: 100%;
1484
- }
1485
-
1486
- .dkan-dataset-search {
1487
- position: relative;
1488
- }
1489
-
1490
- .dkan-dataset-search input {
1491
- min-width: 100%;
1492
- }
1493
-
1494
- @media only screen and (width >= 544px) {
1495
- .dkan-dataset-search input {
1496
- padding-left: 32px;
1497
- }
1498
- }
1499
-
1500
- .dkan-dataset-search .ds-c-field__before {
1501
- top: 12px;
1502
- left: 16px;
1503
- }
1504
-
1505
1848
  ul.dc-c-resource-full-width {
1506
1849
  width: 100%;
1507
1850
  }
@@ -1515,6 +1858,21 @@ ul.dc-c-resource-full-width {
1515
1858
  width: 500px;
1516
1859
  }
1517
1860
 
1861
+ .data-dictionary-iframe-container {
1862
+ width: 100%;
1863
+ padding-top: 120%;
1864
+ position: relative;
1865
+ }
1866
+
1867
+ .data-dictionary-iframe-container > .data-dictionary-iframe {
1868
+ width: 100%;
1869
+ height: 100%;
1870
+ display: block;
1871
+ position: absolute;
1872
+ top: 0;
1873
+ left: 0;
1874
+ }
1875
+
1518
1876
  .dc-resource-header:before {
1519
1877
  content: "";
1520
1878
  background-color: var(--color-primary-light);
@@ -1560,8 +1918,7 @@ ul.dc-c-resource-full-width {
1560
1918
 
1561
1919
  :root {
1562
1920
  --mobile-nav-animation-time: 1s;
1563
- --cms-top-nav-height: 87px;
1564
- --main-nav-height: 100px;
1921
+ --main-nav-height: 6.25rem;
1565
1922
  --header-bg-color: var(--color-primary);
1566
1923
  --header-bg-image: linear-gradient(90deg, var(--color-primary-darkest) 10%, var(--color-primary) 90%);
1567
1924
  --header-nav-link--color: var(--color-white);
@@ -1575,7 +1932,7 @@ ul.dc-c-resource-full-width {
1575
1932
  }
1576
1933
 
1577
1934
  .dkan-c-main-navigation > div > div {
1578
- height: var(--main-nav-height);
1935
+ min-height: var(--main-nav-height);
1579
1936
  }
1580
1937
 
1581
1938
  .dkan-c-header .dkan-c-main-navigation {