@civicactions/cmsds-open-data-components 4.1.0-alpha.0 → 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
  }
@@ -465,104 +678,6 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
465
678
  fill: var(--color-white);
466
679
  }
467
680
 
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
- @media only screen and (width >= 544px) {
526
- .dkan-dataset-search input {
527
- padding-left: 32px;
528
- }
529
- }
530
-
531
- @media only screen and (width <= 544px) {
532
- .dkan-dataset-search div.--alt-style input {
533
- --text-input__border-radius: 50px;
534
- --text-input__border-color: #c6b7b7;
535
- height: 61px;
536
- }
537
- }
538
-
539
- .dkan-dataset-search .dc-c-search-button-mobile {
540
- z-index: 1000;
541
- border-top-left-radius: 0;
542
- border-bottom-left-radius: 0;
543
- height: 57px;
544
- position: absolute;
545
- top: 2px;
546
- right: 18px;
547
- }
548
-
549
- .dkan-dataset-search--facet-container ul {
550
- padding-left: 0;
551
- list-style: none;
552
- }
553
-
554
- .dkan-dataset-search--clear-all-filters {
555
- width: 100%;
556
- }
557
-
558
- .dc-c-search-list-item li a svg, .dc-c-search-list-item li span svg {
559
- fill: var(--link__color);
560
- }
561
-
562
- .dc-c-search-list-item li a:visited svg {
563
- fill: var(--link__color--visited);
564
- }
565
-
566
681
  :root {
567
682
  --su-color--blue-dark: #036;
568
683
  --su-color--brown: #884c00;
@@ -575,6 +690,10 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
575
690
  --su-color--red: #d30000;
576
691
  }
577
692
 
693
+ .swagger-ui.swagger-ui {
694
+ font-family: inherit;
695
+ }
696
+
578
697
  .swagger-ui.swagger-ui .opblock .opblock-summary-method {
579
698
  color: #333;
580
699
  }
@@ -612,7 +731,7 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
612
731
  background-color: var(--su-color--blue-dark);
613
732
  }
614
733
 
615
- .swagger-ui.swagger-ui .info .title > span span {
734
+ .swagger-ui.swagger-ui .information-container span.version-stamp {
616
735
  color: #fff;
617
736
  vertical-align: super;
618
737
  background-color: #666;
@@ -625,12 +744,24 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
625
744
  top: -5px;
626
745
  }
627
746
 
628
- .swagger-ui.swagger-ui .info .title > span span.version-stamp--openapi {
747
+ .swagger-ui.swagger-ui .information-container span.version-stamp.version-stamp--openapi {
629
748
  background-color: #005830;
630
749
  }
631
750
 
632
- .swagger-ui.swagger-ui .info a {
633
- 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);
634
765
  }
635
766
 
636
767
  .swagger-ui.swagger-ui .model-hint {
@@ -671,6 +802,237 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
671
802
  }
672
803
  }
673
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
+
674
1036
  .ds-c-button.display-settings-font {
675
1037
  font: inherit;
676
1038
  }
@@ -988,9 +1350,17 @@ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window form {
988
1350
  display: grid;
989
1351
  }
990
1352
 
991
- .dkan-delete-dataset-filter-button {
1353
+ button.dkan-delete-dataset-filter-button {
992
1354
  width: 32px;
993
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
+ }
994
1364
  }
995
1365
 
996
1366
  .dkan-clear-dataset-filters-button {
@@ -1069,6 +1439,10 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1069
1439
  display: flex;
1070
1440
  }
1071
1441
 
1442
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .dkan-filter-dataset-controls-header {
1443
+ display: none;
1444
+ }
1445
+
1072
1446
  dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__header {
1073
1447
  flex: 0;
1074
1448
  width: 100%;
@@ -1115,6 +1489,38 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1115
1489
  overflow: auto;
1116
1490
  }
1117
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
+
1118
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 {
1119
1525
  flex: 0;
1120
1526
  width: 100%;
@@ -1439,54 +1845,6 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1439
1845
  overflow-wrap: anywhere;
1440
1846
  }
1441
1847
 
1442
- .dc-dataset-search-list {
1443
- list-style: none;
1444
- }
1445
-
1446
- .dc-search-header {
1447
- display: relative;
1448
- }
1449
-
1450
- .dc-search-header:after {
1451
- content: "";
1452
- background-color: var(--color-primary-light);
1453
- width: 48px;
1454
- height: 4px;
1455
- margin: 16px 0;
1456
- display: block;
1457
- }
1458
-
1459
- .dataset-results-count {
1460
- font-weight: bold;
1461
- }
1462
-
1463
- .dkan-dataset-search--facet-container .ds-c-accordion__content {
1464
- max-height: 32rem;
1465
- }
1466
-
1467
- .dc-dataset-search--clear-all-filters {
1468
- width: 100%;
1469
- }
1470
-
1471
- .dkan-dataset-search {
1472
- position: relative;
1473
- }
1474
-
1475
- .dkan-dataset-search input {
1476
- min-width: 100%;
1477
- }
1478
-
1479
- @media only screen and (width >= 544px) {
1480
- .dkan-dataset-search input {
1481
- padding-left: 32px;
1482
- }
1483
- }
1484
-
1485
- .dkan-dataset-search .ds-c-field__before {
1486
- top: 12px;
1487
- left: 16px;
1488
- }
1489
-
1490
1848
  ul.dc-c-resource-full-width {
1491
1849
  width: 100%;
1492
1850
  }
@@ -1500,6 +1858,21 @@ ul.dc-c-resource-full-width {
1500
1858
  width: 500px;
1501
1859
  }
1502
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
+
1503
1876
  .dc-resource-header:before {
1504
1877
  content: "";
1505
1878
  background-color: var(--color-primary-light);
@@ -1545,8 +1918,7 @@ ul.dc-c-resource-full-width {
1545
1918
 
1546
1919
  :root {
1547
1920
  --mobile-nav-animation-time: 1s;
1548
- --cms-top-nav-height: 87px;
1549
- --main-nav-height: 100px;
1921
+ --main-nav-height: 6.25rem;
1550
1922
  --header-bg-color: var(--color-primary);
1551
1923
  --header-bg-image: linear-gradient(90deg, var(--color-primary-darkest) 10%, var(--color-primary) 90%);
1552
1924
  --header-nav-link--color: var(--color-white);
@@ -1560,7 +1932,7 @@ ul.dc-c-resource-full-width {
1560
1932
  }
1561
1933
 
1562
1934
  .dkan-c-main-navigation > div > div {
1563
- height: var(--main-nav-height);
1935
+ min-height: var(--main-nav-height);
1564
1936
  }
1565
1937
 
1566
1938
  .dkan-c-header .dkan-c-main-navigation {