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

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
@@ -224,7 +224,6 @@
224
224
  margin-bottom: 4px;
225
225
  margin-right: 8px;
226
226
  padding: 3px 10px;
227
- font-size: 1.2rem;
228
227
  text-decoration: none;
229
228
  display: inline-block;
230
229
  }
@@ -236,32 +235,12 @@
236
235
 
237
236
  .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
237
  outline-offset: 12px;
238
+ background: unset;
239
239
  text-decoration: underline !important;
240
240
  }
241
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;
242
+ .dc-c-search-list-item .dataset-date-item {
252
243
  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
244
  }
266
245
 
267
246
  .dkan-dataset-search {
@@ -678,365 +657,154 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
678
657
  fill: var(--color-white);
679
658
  }
680
659
 
681
- :root {
682
- --su-color--blue-dark: #036;
683
- --su-color--brown: #884c00;
684
- --su-color--green-dark: #007641;
685
- --su-color--green-muted: #277564;
686
- --su-color--orange-dark: #d10000;
687
- --su-color--orange-light: #d100001a;
688
- --su-color--red-dark: #970000;
689
- --su-color--red-light: #d300001a;
690
- --su-color--red: #d30000;
691
- }
692
-
693
- .swagger-ui.swagger-ui {
694
- font-family: inherit;
695
- }
696
-
697
- .swagger-ui.swagger-ui .opblock .opblock-summary-method {
698
- color: #333;
699
- }
700
-
701
- .swagger-ui.swagger-ui .opblock.opblock-delete {
702
- background-color: var(--su-color--red-light);
703
- border-color: var(--su-color--red);
704
- }
705
-
706
- .swagger-ui.swagger-ui .opblock.opblock-delete .opblock-summary-method {
707
- color: #fff;
708
- background-color: var(--su-color--red-dark);
709
- }
710
-
711
- .swagger-ui.swagger-ui .opblock.opblock-put .opblock-summary-method {
712
- background-color: var(--su-color--brown);
713
- color: #fff;
714
- }
715
-
716
- .swagger-ui.swagger-ui .parameter__name.required span, .swagger-ui.swagger-ui .parameter__name.required:after {
717
- color: var(--su-color--red);
718
- }
719
-
720
- .swagger-ui.swagger-ui .btn.cancel {
721
- border-color: var(--su-color--red);
722
- color: var(--su-color--red);
723
- }
724
-
725
- .swagger-ui.swagger-ui .btn.authorize {
726
- border-color: var(--su-color--green-muted);
727
- background-color: var(--su-color--green-muted);
728
- }
729
-
730
- .swagger-ui.swagger-ui .btn.execute {
731
- background-color: var(--su-color--blue-dark);
732
- }
733
-
734
- .swagger-ui.swagger-ui .information-container span.version-stamp {
735
- color: #fff;
736
- vertical-align: super;
737
- background-color: #666;
738
- border-radius: 67px;
739
- margin: 0 0 0 5px;
740
- padding: 2px 8px;
741
- font-size: 14px;
742
- display: inline-block;
743
- position: relative;
744
- top: -5px;
745
- }
746
-
747
- .swagger-ui.swagger-ui .information-container span.version-stamp.version-stamp--openapi {
748
- background-color: #005830;
749
- }
750
-
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);
765
- }
766
-
767
- .swagger-ui.swagger-ui .model-hint {
768
- word-wrap: break-word;
769
- white-space: normal;
770
- max-width: 100%;
771
- top: 1.5em;
772
- }
773
-
774
- .swagger-ui.swagger-ui section.models .model-container {
775
- overflow-x: auto;
776
- }
777
-
778
- .swagger-ui.swagger-ui table {
779
- min-width: 500px;
780
- }
781
-
782
- .swagger-ui.swagger-ui table.model tbody tr td:first-of-type {
783
- min-width: 174px;
784
- }
785
-
786
- .swagger-ui.swagger-ui .table-container, .swagger-ui.swagger-ui .responses-inner {
787
- overflow: scroll;
788
- }
789
-
790
- .swagger-ui h2, .swagger-ui h3, .swagger-ui h4 {
791
- font-weight: bold !important;
792
- }
793
-
794
- .swagger-ui div.wrapper {
795
- padding-left: 0;
796
- padding-right: 0;
797
- }
798
-
799
- @media (width <= 544px) {
800
- .swagger-ui .opblock-tag-section .opblock-tag small {
801
- flex: initial;
802
- }
803
- }
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;
660
+ .dkan-manage-columns-wrapper .fa-columns:before {
661
+ font-size: .75em !important;
811
662
  }
812
663
 
813
- #api-docs-swagger-ui-plugin .btn {
814
- transition: none;
664
+ dialog.dkan-manage-columns-dialog {
665
+ width: 100%;
666
+ height: 80vh;
815
667
  }
816
668
 
817
- #api-docs-swagger-ui-plugin .parameters input {
818
- color: #323a45;
819
- font-size: .8em;
669
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__window {
670
+ min-width: 768px;
671
+ padding: 0;
820
672
  }
821
673
 
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;
674
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__window .ds-c-dialog__header {
675
+ padding: 24px;
826
676
  }
827
677
 
828
- #api-docs-swagger-ui-plugin .wrapper > .block {
678
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list {
679
+ gap: 0;
680
+ max-height: 350px;
681
+ margin: 0;
829
682
  padding: 0;
683
+ list-style: none;
684
+ overflow-y: auto;
830
685
  }
831
686
 
832
- #api-docs-swagger-ui-plugin .wrapper:has( + .wrapper:last-child .block:empty) {
833
- display: flow-root;
687
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list li {
688
+ cursor: pointer;
834
689
  }
835
690
 
836
- #api-docs-swagger-ui-plugin .information-container svg:not(:root) {
837
- overflow: visible;
691
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .ds-c-choice-wrapper {
692
+ margin-top: 0;
838
693
  }
839
694
 
840
- #api-docs-swagger-ui-plugin .opblock {
841
- box-shadow: none;
695
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .dkan-manage-columns-reorder-button {
842
696
  background: none;
843
697
  border: none;
844
698
  }
845
699
 
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%);
700
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .dkan-manage-columns-reorder-button.grabbed {
701
+ background-color: var(--color-primary-lighter);
916
702
  }
917
703
 
918
- #api-docs-swagger-ui-plugin .OperationTag .wrapper:not(:last-child) .block-desktop {
919
- margin-bottom: 32px;
704
+ @media screen and (width <= 1023px) {
705
+ .dkan-manage-columns-wrapper .fa-columns:before {
706
+ font-size: 1.4em !important;
707
+ }
920
708
  }
921
709
 
922
- #api-docs-swagger-ui-plugin .OperationSummary__path-container {
923
- border: 1px solid #eaebec;
924
- flex: 1;
925
- }
710
+ @media screen and (width <= 767px) {
711
+ dialog.dkan-manage-columns-dialog {
712
+ height: 100%;
713
+ }
926
714
 
927
- #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__method {
928
- background: #6f7570;
929
- min-width: 80px;
930
- height: calc(100% - 8px);
931
- }
715
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__window {
716
+ width: 100%;
717
+ min-width: auto;
718
+ height: 100%;
719
+ margin-top: 0;
720
+ }
932
721
 
933
- #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__summary {
934
- color: #3b4151;
935
- word-break: break-word;
936
- max-width: 280px;
937
- }
722
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__body > div:not(.ds-c-dialog__actions) {
723
+ flex-direction: column;
724
+ display: flex;
725
+ }
938
726
 
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
- }
727
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list {
728
+ max-height: calc(100vh - 435px);
729
+ }
946
730
 
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;
731
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__actions {
732
+ background-color: #fff;
733
+ padding-top: 16px;
734
+ position: absolute;
735
+ bottom: 0;
736
+ }
951
737
  }
952
738
 
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;
739
+ .dkan-fullscreen-data-table-wrapper .fa-compress:before, .dkan-fullscreen-data-table-wrapper .fa-expand:before {
740
+ font-size: .75em !important;
959
741
  }
960
742
 
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;
743
+ dialog.dkan-full-screen-dataset-dialog {
744
+ height: 100vh;
964
745
  }
965
746
 
966
- #api-docs-swagger-ui-plugin .ApiDocsModels {
747
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window {
748
+ flex-direction: column;
967
749
  width: 100%;
750
+ max-width: 100%;
751
+ height: 100%;
752
+ margin: 0;
753
+ display: flex;
968
754
  }
969
755
 
970
- #api-docs-swagger-ui-plugin .ApiDocsModels > h3 {
971
- margin: 16px 0;
756
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__header {
757
+ flex: 0;
758
+ width: 100%;
972
759
  }
973
760
 
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;
761
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body {
978
762
  width: 100%;
763
+ height: 100%;
979
764
  }
980
765
 
981
- #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box {
982
- background-color: #fff;
983
- padding: 0;
766
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] {
767
+ flex-direction: column;
768
+ height: 100%;
769
+ display: flex;
984
770
  }
985
771
 
986
- #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control {
987
- border: none;
772
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode {
773
+ flex-direction: column;
774
+ width: 100%;
775
+ height: 100%;
776
+ display: flex;
777
+ overflow: hidden;
988
778
  }
989
779
 
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;
780
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode > div {
781
+ flex: 0;
782
+ width: 100%;
783
+ min-height: auto;
784
+ margin: 8px 0 !important;
993
785
  }
994
786
 
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;
787
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode .dc-c-datatable-wrapper {
788
+ flex: 1;
999
789
  width: 100%;
790
+ height: 100%;
1000
791
  }
1001
792
 
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;
793
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode ~ div {
794
+ flex: 0;
795
+ width: 100%;
1005
796
  }
1006
797
 
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;
798
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window form {
799
+ max-width: 1024px;
1009
800
  }
1010
801
 
1011
802
  @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;
803
+ .dkan-fullscreen-data-table-wrapper .fa-compress:before, .dkan-fullscreen-data-table-wrapper .fa-expand:before {
804
+ font-size: 1.4em !important;
1033
805
  }
1034
806
  }
1035
807
 
1036
- .ds-c-button.display-settings-font {
1037
- font: inherit;
1038
- }
1039
-
1040
808
  .dc-c-datatable {
1041
809
  border-spacing: 0;
1042
810
  width: 100%;
@@ -1106,240 +874,92 @@ thead.dc-thead--truncated th > div > div > span {
1106
874
  white-space: nowrap;
1107
875
  text-overflow: ellipsis;
1108
876
  width: 100%;
1109
- display: inline-block;
1110
- position: absolute;
1111
- left: 0;
1112
- overflow: hidden;
1113
- }
1114
-
1115
- thead.dc-thead--truncated th > div > div > span .ds-c-tooltip__container {
1116
- white-space: wrap;
1117
- font-weight: normal;
1118
- }
1119
-
1120
- thead.dc-thead--truncated th p {
1121
- white-space: normal;
1122
- }
1123
-
1124
- div.dc-c-datadictionary-table thead.dc-thead--truncated th > div > div, div.dc-c-datadictionary-table thead.dc-thead--truncated th > div > div > span {
1125
- overflow: visible;
1126
- }
1127
-
1128
- .dc-c-datatable--even-row td {
1129
- background-color: var(--table__background-color--striped);
1130
- }
1131
-
1132
- .dc-c-datatable--highlight-row td {
1133
- background-color: var(--color-info-lighter);
1134
- }
1135
-
1136
- .dc-c-sort--default, .dc-c-sort--asc, .dc-c-sort--desc {
1137
- background: none;
1138
- border: none;
1139
- padding-left: 8px;
1140
- padding-right: 16px;
1141
- }
1142
-
1143
- .dc-c-sort--default:after, .dc-c-sort--asc:after, .dc-c-sort--desc:after {
1144
- width: 18px;
1145
- height: 18px;
1146
- padding-left: 8px;
1147
- font-family: "Font Awesome 6 Pro";
1148
- line-height: 18px;
1149
- display: inline;
1150
- }
1151
-
1152
- .dc-c-sort--default:after {
1153
- content: "";
1154
- }
1155
-
1156
- .dc-c-sort--asc:after {
1157
- content: "";
1158
- }
1159
-
1160
- .dc-c-sort--desc:after {
1161
- content: "";
1162
- }
1163
-
1164
- .dkan-data-table-download-full-dataset-button:hover, .dkan-data-table-download-full-dataset-button:focus {
1165
- background-color: #0000 !important;
1166
- }
1167
-
1168
- .dkan-data-table-download-full-dataset-button:hover span, .dkan-data-table-download-full-dataset-button:focus span {
1169
- color: var(--color-primary) !important;
1170
- }
1171
-
1172
- .dkan-data-table-share-container .ds-c-tooltip__arrow, .dkan-data-table-share-container .dkan-data-table-share-button .fa-chevron-down, .dkan-data-table-share-container .dkan-data-table-share-button.dkan-data-table-share-tooltip-open .fa-chevron-up {
1173
- display: none;
1174
- }
1175
-
1176
- .dkan-data-table-share-container .dkan-data-table-share-button.dkan-data-table-share-tooltip-open .fa-chevron-down {
1177
- display: block;
1178
- }
1179
-
1180
- .dkan-data-table-share-container .ds-c-tooltip {
1181
- border-color: var(--color-border);
1182
- }
1183
-
1184
- .dkan-data-table-share-container .ds-c-tooltip__content {
1185
- padding: 16px 16px 8px;
1186
- }
1187
-
1188
- @media screen and (width <= 767px) {
1189
- .dkan-data-table-share-container {
1190
- order: 1;
1191
- }
1192
-
1193
- .dkan-data-table-info-container {
1194
- order: 2;
1195
- }
1196
- }
1197
-
1198
- .dkan-manage-columns-wrapper .fa-columns:before {
1199
- font-size: .75em !important;
1200
- }
1201
-
1202
- dialog.dkan-manage-columns-dialog {
1203
- width: 100%;
1204
- height: 80vh;
1205
- }
1206
-
1207
- dialog.dkan-manage-columns-dialog .ds-c-dialog__window {
1208
- min-width: 768px;
1209
- padding: 0;
1210
- }
1211
-
1212
- dialog.dkan-manage-columns-dialog .ds-c-dialog__window .ds-c-dialog__header {
1213
- padding: 24px;
1214
- }
1215
-
1216
- dialog.dkan-manage-columns-dialog .dkan-manage-columns-list {
1217
- gap: 0;
1218
- max-height: 350px;
1219
- margin: 0;
1220
- padding: 0;
1221
- list-style: none;
1222
- overflow-y: auto;
877
+ display: inline-block;
878
+ position: absolute;
879
+ left: 0;
880
+ overflow: hidden;
1223
881
  }
1224
882
 
1225
- dialog.dkan-manage-columns-dialog .dkan-manage-columns-list li {
1226
- cursor: pointer;
883
+ thead.dc-thead--truncated th > div > div > span .ds-c-tooltip__container {
884
+ white-space: wrap;
885
+ font-weight: normal;
1227
886
  }
1228
887
 
1229
- dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .ds-c-choice-wrapper {
1230
- margin-top: 0;
888
+ thead.dc-thead--truncated th p {
889
+ white-space: normal;
1231
890
  }
1232
891
 
1233
- dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .dkan-manage-columns-reorder-button {
1234
- background: none;
1235
- border: none;
892
+ div.dc-c-datadictionary-table thead.dc-thead--truncated th > div > div, div.dc-c-datadictionary-table thead.dc-thead--truncated th > div > div > span {
893
+ overflow: visible;
1236
894
  }
1237
895
 
1238
- dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .dkan-manage-columns-reorder-button.grabbed {
1239
- background-color: var(--color-primary-lighter);
896
+ .dc-c-datatable--even-row td {
897
+ background-color: var(--table__background-color--striped);
1240
898
  }
1241
899
 
1242
- @media screen and (width <= 1023px) {
1243
- .dkan-manage-columns-wrapper .fa-columns:before {
1244
- font-size: 1.4em !important;
1245
- }
900
+ .dc-c-datatable--highlight-row td {
901
+ background-color: var(--color-info-lighter);
1246
902
  }
1247
903
 
1248
- @media screen and (width <= 767px) {
1249
- dialog.dkan-manage-columns-dialog {
1250
- height: 100%;
1251
- }
1252
-
1253
- dialog.dkan-manage-columns-dialog .ds-c-dialog__window {
1254
- width: 100%;
1255
- min-width: auto;
1256
- height: 100%;
1257
- margin-top: 0;
1258
- }
1259
-
1260
- dialog.dkan-manage-columns-dialog .ds-c-dialog__body > div:not(.ds-c-dialog__actions) {
1261
- flex-direction: column;
1262
- display: flex;
1263
- }
1264
-
1265
- dialog.dkan-manage-columns-dialog .dkan-manage-columns-list {
1266
- max-height: calc(100vh - 435px);
1267
- }
1268
-
1269
- dialog.dkan-manage-columns-dialog .ds-c-dialog__actions {
1270
- background-color: #fff;
1271
- padding-top: 16px;
1272
- position: absolute;
1273
- bottom: 0;
1274
- }
904
+ .dc-c-sort--default, .dc-c-sort--asc, .dc-c-sort--desc {
905
+ background: none;
906
+ border: none;
907
+ padding-left: 8px;
908
+ padding-right: 16px;
1275
909
  }
1276
910
 
1277
- .dkan-fullscreen-data-table-wrapper .fa-compress:before, .dkan-fullscreen-data-table-wrapper .fa-expand:before {
1278
- font-size: .75em !important;
911
+ .dc-c-sort--default:after, .dc-c-sort--asc:after, .dc-c-sort--desc:after {
912
+ width: 18px;
913
+ height: 18px;
914
+ padding-left: 8px;
915
+ font-family: "Font Awesome 6 Pro";
916
+ line-height: 18px;
917
+ display: inline;
1279
918
  }
1280
919
 
1281
- dialog.dkan-full-screen-dataset-dialog {
1282
- height: 100vh;
920
+ .dc-c-sort--default:after {
921
+ content: "";
1283
922
  }
1284
923
 
1285
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window {
1286
- flex-direction: column;
1287
- width: 100%;
1288
- max-width: 100%;
1289
- height: 100%;
1290
- margin: 0;
1291
- display: flex;
924
+ .dc-c-sort--asc:after {
925
+ content: "";
1292
926
  }
1293
927
 
1294
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__header {
1295
- flex: 0;
1296
- width: 100%;
928
+ .dc-c-sort--desc:after {
929
+ content: "";
1297
930
  }
1298
931
 
1299
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body {
1300
- width: 100%;
1301
- height: 100%;
932
+ .dkan-data-table-download-full-dataset-button:hover, .dkan-data-table-download-full-dataset-button:focus {
933
+ background-color: #0000 !important;
1302
934
  }
1303
935
 
1304
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] {
1305
- flex-direction: column;
1306
- height: 100%;
1307
- display: flex;
936
+ .dkan-data-table-download-full-dataset-button:hover span, .dkan-data-table-download-full-dataset-button:focus span {
937
+ color: var(--color-primary) !important;
1308
938
  }
1309
939
 
1310
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode {
1311
- flex-direction: column;
1312
- width: 100%;
1313
- height: 100%;
1314
- display: flex;
1315
- overflow: hidden;
940
+ .dkan-data-table-share-container .ds-c-tooltip__arrow, .dkan-data-table-share-container .dkan-data-table-share-button .fa-chevron-down, .dkan-data-table-share-container .dkan-data-table-share-button.dkan-data-table-share-tooltip-open .fa-chevron-up {
941
+ display: none;
1316
942
  }
1317
943
 
1318
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode > div {
1319
- flex: 0;
1320
- width: 100%;
1321
- min-height: auto;
1322
- margin: 8px 0 !important;
944
+ .dkan-data-table-share-container .dkan-data-table-share-button.dkan-data-table-share-tooltip-open .fa-chevron-down {
945
+ display: block;
1323
946
  }
1324
947
 
1325
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode .dc-c-datatable-wrapper {
1326
- flex: 1;
1327
- width: 100%;
1328
- height: 100%;
948
+ .dkan-data-table-share-container .ds-c-tooltip {
949
+ border-color: var(--color-border);
1329
950
  }
1330
951
 
1331
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode ~ div {
1332
- flex: 0;
1333
- width: 100%;
952
+ .dkan-data-table-share-container .ds-c-tooltip__content {
953
+ padding: 16px 16px 8px;
1334
954
  }
1335
955
 
1336
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window form {
1337
- max-width: 1024px;
1338
- }
956
+ @media screen and (width <= 767px) {
957
+ .dkan-data-table-share-container {
958
+ order: 1;
959
+ }
1339
960
 
1340
- @media screen and (width <= 1023px) {
1341
- .dkan-fullscreen-data-table-wrapper .fa-compress:before, .dkan-fullscreen-data-table-wrapper .fa-expand:before {
1342
- font-size: 1.4em !important;
961
+ .dkan-data-table-info-container {
962
+ order: 2;
1343
963
  }
1344
964
  }
1345
965
 
@@ -1682,6 +1302,118 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1682
1302
  }
1683
1303
  }
1684
1304
 
1305
+ :root {
1306
+ --su-color--blue-dark: #036;
1307
+ --su-color--brown: #884c00;
1308
+ --su-color--green-dark: #007641;
1309
+ --su-color--green-muted: #277564;
1310
+ --su-color--orange-dark: #d10000;
1311
+ --su-color--orange-light: #d100001a;
1312
+ --su-color--red-dark: #970000;
1313
+ --su-color--red-light: #d300001a;
1314
+ --su-color--red: #d30000;
1315
+ }
1316
+
1317
+ .swagger-ui.swagger-ui .opblock .opblock-summary-method {
1318
+ color: #333;
1319
+ }
1320
+
1321
+ .swagger-ui.swagger-ui .opblock.opblock-delete {
1322
+ background-color: var(--su-color--red-light);
1323
+ border-color: var(--su-color--red);
1324
+ }
1325
+
1326
+ .swagger-ui.swagger-ui .opblock.opblock-delete .opblock-summary-method {
1327
+ color: #fff;
1328
+ background-color: var(--su-color--red-dark);
1329
+ }
1330
+
1331
+ .swagger-ui.swagger-ui .opblock.opblock-put .opblock-summary-method {
1332
+ background-color: var(--su-color--brown);
1333
+ color: #fff;
1334
+ }
1335
+
1336
+ .swagger-ui.swagger-ui .parameter__name.required span, .swagger-ui.swagger-ui .parameter__name.required:after {
1337
+ color: var(--su-color--red);
1338
+ }
1339
+
1340
+ .swagger-ui.swagger-ui .btn.cancel {
1341
+ border-color: var(--su-color--red);
1342
+ color: var(--su-color--red);
1343
+ }
1344
+
1345
+ .swagger-ui.swagger-ui .btn.authorize {
1346
+ border-color: var(--su-color--green-muted);
1347
+ background-color: var(--su-color--green-muted);
1348
+ }
1349
+
1350
+ .swagger-ui.swagger-ui .btn.execute {
1351
+ background-color: var(--su-color--blue-dark);
1352
+ }
1353
+
1354
+ .swagger-ui.swagger-ui .info .title > span span {
1355
+ color: #fff;
1356
+ vertical-align: super;
1357
+ background-color: #666;
1358
+ border-radius: 67px;
1359
+ margin: 0 0 0 5px;
1360
+ padding: 2px 8px;
1361
+ font-size: 14px;
1362
+ display: inline-block;
1363
+ position: relative;
1364
+ top: -5px;
1365
+ }
1366
+
1367
+ .swagger-ui.swagger-ui .info .title > span span.version-stamp--openapi {
1368
+ background-color: #005830;
1369
+ }
1370
+
1371
+ .swagger-ui.swagger-ui .info a {
1372
+ color: #036;
1373
+ }
1374
+
1375
+ .swagger-ui.swagger-ui .model-hint {
1376
+ word-wrap: break-word;
1377
+ white-space: normal;
1378
+ max-width: 100%;
1379
+ top: 1.5em;
1380
+ }
1381
+
1382
+ .swagger-ui.swagger-ui section.models .model-container {
1383
+ overflow-x: auto;
1384
+ }
1385
+
1386
+ .swagger-ui.swagger-ui table {
1387
+ min-width: 500px;
1388
+ }
1389
+
1390
+ .swagger-ui.swagger-ui table.model tbody tr td:first-of-type {
1391
+ min-width: 174px;
1392
+ }
1393
+
1394
+ .swagger-ui.swagger-ui .table-container, .swagger-ui.swagger-ui .responses-inner {
1395
+ overflow: scroll;
1396
+ }
1397
+
1398
+ .swagger-ui h2, .swagger-ui h3, .swagger-ui h4 {
1399
+ font-weight: bold !important;
1400
+ }
1401
+
1402
+ .swagger-ui div.wrapper {
1403
+ padding-left: 0;
1404
+ padding-right: 0;
1405
+ }
1406
+
1407
+ @media (width <= 544px) {
1408
+ .swagger-ui .opblock-tag-section .opblock-tag small {
1409
+ flex: initial;
1410
+ }
1411
+ }
1412
+
1413
+ .ds-c-button.display-settings-font {
1414
+ font: inherit;
1415
+ }
1416
+
1685
1417
  .dc-c-breadcrumb__list {
1686
1418
  margin-top: 0;
1687
1419
  margin-bottom: 0;
@@ -1858,21 +1590,6 @@ ul.dc-c-resource-full-width {
1858
1590
  width: 500px;
1859
1591
  }
1860
1592
 
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
-
1876
1593
  .dc-resource-header:before {
1877
1594
  content: "";
1878
1595
  background-color: var(--color-primary-light);