@civicactions/cmsds-open-data-components 4.1.0-rc → 4.1.0-rc.2

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
@@ -188,6 +188,35 @@
188
188
  fill: var(--link__color--visited);
189
189
  }
190
190
 
191
+ .dc-c-search-list-item a.ds-c-button[href$=".pdf"], .dc-c-search-list-item a.ds-c-button[href$=".csv"], .dc-c-search-list-item a.ds-c-button[href$=".xlsx"], .dc-c-search-list-item a.ds-c-button[href$=".zip"] {
192
+ position: relative;
193
+ }
194
+
195
+ .dc-c-search-list-item a.ds-c-button[href$=".pdf"]:after, .dc-c-search-list-item a.ds-c-button[href$=".csv"]:after, .dc-c-search-list-item a.ds-c-button[href$=".xlsx"]:after, .dc-c-search-list-item a.ds-c-button[href$=".zip"]:after {
196
+ width: 16px;
197
+ height: 16px;
198
+ margin-left: 5px;
199
+ font-family: "Font Awesome 6 Pro", sans-serif;
200
+ font-weight: lighter;
201
+ display: inline-block;
202
+ }
203
+
204
+ .dc-c-search-list-item a.ds-c-button[href$=".pdf"]:after {
205
+ content: "";
206
+ }
207
+
208
+ .dc-c-search-list-item a.ds-c-button[href$=".csv"]:after {
209
+ content: "";
210
+ }
211
+
212
+ .dc-c-search-list-item a.ds-c-button[href$=".xlsx"]:after {
213
+ content: "";
214
+ }
215
+
216
+ .dc-c-search-list-item a.ds-c-button[href$=".zip"]:after {
217
+ content: "";
218
+ }
219
+
191
220
  .dc-c-search-list-item .ds-c-button {
192
221
  text-decoration: none !important;
193
222
  }
@@ -227,7 +256,6 @@
227
256
  margin-bottom: 4px;
228
257
  margin-right: 8px;
229
258
  padding: 3px 10px;
230
- font-size: 1.2rem;
231
259
  text-decoration: none;
232
260
  display: inline-block;
233
261
  }
@@ -239,9 +267,14 @@
239
267
 
240
268
  .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 {
241
269
  outline-offset: 12px;
270
+ background: unset;
242
271
  text-decoration: underline !important;
243
272
  }
244
273
 
274
+ .dc-c-search-list-item .dataset-date-item {
275
+ display: inline-block;
276
+ }
277
+
245
278
  .dataset-date .dataset-date-item {
246
279
  white-space: nowrap;
247
280
  }
@@ -681,132 +714,152 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
681
714
  fill: var(--color-white);
682
715
  }
683
716
 
684
- :root {
685
- --su-color--blue-dark: #036;
686
- --su-color--brown: #884c00;
687
- --su-color--green-dark: #007641;
688
- --su-color--green-muted: #277564;
689
- --su-color--orange-dark: #d10000;
690
- --su-color--orange-light: #d100001a;
691
- --su-color--red-dark: #970000;
692
- --su-color--red-light: #d300001a;
693
- --su-color--red: #d30000;
717
+ .dkan-manage-columns-wrapper .fa-columns:before {
718
+ font-size: .75em !important;
694
719
  }
695
720
 
696
- .swagger-ui.swagger-ui {
697
- font-family: inherit;
721
+ dialog.dkan-manage-columns-dialog {
722
+ width: 100%;
723
+ height: 80vh;
698
724
  }
699
725
 
700
- .swagger-ui.swagger-ui .opblock .opblock-summary-method {
701
- color: #333;
726
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__window {
727
+ min-width: 768px;
728
+ padding: 0;
702
729
  }
703
730
 
704
- .swagger-ui.swagger-ui .opblock.opblock-delete {
705
- background-color: var(--su-color--red-light);
706
- border-color: var(--su-color--red);
731
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__window .ds-c-dialog__header {
732
+ padding: 24px;
707
733
  }
708
734
 
709
- .swagger-ui.swagger-ui .opblock.opblock-delete .opblock-summary-method {
710
- color: #fff;
711
- background-color: var(--su-color--red-dark);
735
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list {
736
+ gap: 0;
737
+ max-height: 350px;
738
+ margin: 0;
739
+ padding: 0;
740
+ list-style: none;
741
+ overflow-y: auto;
712
742
  }
713
743
 
714
- .swagger-ui.swagger-ui .opblock.opblock-put .opblock-summary-method {
715
- background-color: var(--su-color--brown);
716
- color: #fff;
744
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list li {
745
+ cursor: pointer;
717
746
  }
718
747
 
719
- .swagger-ui.swagger-ui .parameter__name.required span, .swagger-ui.swagger-ui .parameter__name.required:after {
720
- color: var(--su-color--red);
748
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .ds-c-choice-wrapper {
749
+ margin-top: 0;
721
750
  }
722
751
 
723
- .swagger-ui.swagger-ui .btn.cancel {
724
- border-color: var(--su-color--red);
725
- color: var(--su-color--red);
752
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .dkan-manage-columns-reorder-button {
753
+ background: none;
754
+ border: none;
726
755
  }
727
756
 
728
- .swagger-ui.swagger-ui .btn.authorize {
729
- border-color: var(--su-color--green-muted);
730
- background-color: var(--su-color--green-muted);
757
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .dkan-manage-columns-reorder-button.grabbed {
758
+ background-color: var(--color-primary-lighter);
731
759
  }
732
760
 
733
- .swagger-ui.swagger-ui .btn.execute {
734
- background-color: var(--su-color--blue-dark);
761
+ @media screen and (width <= 1023px) {
762
+ .dkan-manage-columns-wrapper .fa-columns:before {
763
+ font-size: 1.4em !important;
764
+ }
735
765
  }
736
766
 
737
- .swagger-ui.swagger-ui .information-container span.version-stamp {
738
- color: #fff;
739
- vertical-align: super;
740
- background-color: #666;
741
- border-radius: 67px;
742
- margin: 0 0 0 5px;
743
- padding: 2px 8px;
744
- font-size: 14px;
745
- display: inline-block;
746
- position: relative;
747
- top: -5px;
748
- }
767
+ @media screen and (width <= 767px) {
768
+ dialog.dkan-manage-columns-dialog {
769
+ height: 100%;
770
+ }
749
771
 
750
- .swagger-ui.swagger-ui .information-container span.version-stamp.version-stamp--openapi {
751
- background-color: #005830;
752
- }
772
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__window {
773
+ width: 100%;
774
+ min-width: auto;
775
+ height: 100%;
776
+ margin-top: 0;
777
+ }
753
778
 
754
- .swagger-ui.swagger-ui .information-container a {
755
- color: var(--link__color);
756
- }
779
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__body > div:not(.ds-c-dialog__actions) {
780
+ flex-direction: column;
781
+ display: flex;
782
+ }
757
783
 
758
- .swagger-ui.swagger-ui .information-container a:visited {
759
- color: var(--link__color--visited);
784
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list {
785
+ max-height: calc(100vh - 435px);
786
+ }
787
+
788
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__actions {
789
+ background-color: #fff;
790
+ padding-top: 16px;
791
+ position: absolute;
792
+ bottom: 0;
793
+ }
760
794
  }
761
795
 
762
- .swagger-ui.swagger-ui .information-container a:hover {
763
- color: var(--link__color);
796
+ .dkan-fullscreen-data-table-wrapper .fa-compress:before, .dkan-fullscreen-data-table-wrapper .fa-expand:before {
797
+ font-size: .75em !important;
764
798
  }
765
799
 
766
- .swagger-ui.swagger-ui .information-container a:active {
767
- color: var(--link__color--active);
800
+ dialog.dkan-full-screen-dataset-dialog {
801
+ height: 100vh;
768
802
  }
769
803
 
770
- .swagger-ui.swagger-ui .model-hint {
771
- word-wrap: break-word;
772
- white-space: normal;
804
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window {
805
+ flex-direction: column;
806
+ width: 100%;
773
807
  max-width: 100%;
774
- top: 1.5em;
808
+ height: 100%;
809
+ margin: 0;
810
+ display: flex;
775
811
  }
776
812
 
777
- .swagger-ui.swagger-ui section.models .model-container {
778
- overflow-x: auto;
813
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__header {
814
+ flex: 0;
815
+ width: 100%;
779
816
  }
780
817
 
781
- .swagger-ui.swagger-ui table {
782
- min-width: 500px;
818
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body {
819
+ width: 100%;
820
+ height: 100%;
783
821
  }
784
822
 
785
- .swagger-ui.swagger-ui table.model tbody tr td:first-of-type {
786
- min-width: 174px;
823
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] {
824
+ flex-direction: column;
825
+ height: 100%;
826
+ display: flex;
787
827
  }
788
828
 
789
- .swagger-ui.swagger-ui .table-container, .swagger-ui.swagger-ui .responses-inner {
790
- overflow: scroll;
829
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode {
830
+ flex-direction: column;
831
+ width: 100%;
832
+ height: 100%;
833
+ display: flex;
834
+ overflow: hidden;
791
835
  }
792
836
 
793
- .swagger-ui h2, .swagger-ui h3, .swagger-ui h4 {
794
- font-weight: bold !important;
837
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode > div {
838
+ flex: 0;
839
+ width: 100%;
840
+ min-height: auto;
841
+ margin: 8px 0 !important;
795
842
  }
796
843
 
797
- .swagger-ui div.wrapper {
798
- padding-left: 0;
799
- padding-right: 0;
844
+ 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 {
845
+ flex: 1;
846
+ width: 100%;
847
+ height: 100%;
800
848
  }
801
849
 
802
- @media (width <= 544px) {
803
- .swagger-ui .opblock-tag-section .opblock-tag small {
804
- flex: initial;
805
- }
850
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode ~ div {
851
+ flex: 0;
852
+ width: 100%;
806
853
  }
807
854
 
808
- .ds-c-button.display-settings-font {
809
- font: inherit;
855
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window form {
856
+ max-width: 1024px;
857
+ }
858
+
859
+ @media screen and (width <= 1023px) {
860
+ .dkan-fullscreen-data-table-wrapper .fa-compress:before, .dkan-fullscreen-data-table-wrapper .fa-expand:before {
861
+ font-size: 1.4em !important;
862
+ }
810
863
  }
811
864
 
812
865
  .dc-c-datatable {
@@ -967,199 +1020,51 @@ div.dc-c-datadictionary-table thead.dc-thead--truncated th > div > div, div.dc-c
967
1020
  }
968
1021
  }
969
1022
 
970
- .dkan-manage-columns-wrapper .fa-columns:before {
971
- font-size: .75em !important;
1023
+ .dkan-filter-dataset-control {
1024
+ grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 42px;
1025
+ align-items: center;
1026
+ gap: 1rem;
1027
+ display: grid;
972
1028
  }
973
1029
 
974
- dialog.dkan-manage-columns-dialog {
975
- width: 100%;
976
- height: 80vh;
1030
+ button.dkan-delete-dataset-filter-button {
1031
+ width: 32px;
1032
+ height: 32px;
1033
+ border-radius: 50% !important;
977
1034
  }
978
1035
 
979
- dialog.dkan-manage-columns-dialog .ds-c-dialog__window {
980
- min-width: 768px;
981
- padding: 0;
1036
+ @media screen and (width <= 767px) {
1037
+ button.dkan-delete-dataset-filter-button {
1038
+ margin-bottom: 4px;
1039
+ margin-left: 16px !important;
1040
+ }
982
1041
  }
983
1042
 
984
- dialog.dkan-manage-columns-dialog .ds-c-dialog__window .ds-c-dialog__header {
985
- padding: 24px;
1043
+ .dkan-clear-dataset-filters-button {
1044
+ color: var(--color-primary);
1045
+ text-decoration: underline;
1046
+ background-color: #0000 !important;
1047
+ border: 0 !important;
986
1048
  }
987
1049
 
988
- dialog.dkan-manage-columns-dialog .dkan-manage-columns-list {
989
- gap: 0;
990
- max-height: 350px;
991
- margin: 0;
992
- padding: 0;
993
- list-style: none;
994
- overflow-y: auto;
1050
+ .dkan-clear-dataset-filters-button:hover, .dkan-clear-dataset-filters-button:focus {
1051
+ text-decoration: none;
1052
+ color: var(--color-primary) !important;
1053
+ background-color: #0000 !important;
995
1054
  }
996
1055
 
997
- dialog.dkan-manage-columns-dialog .dkan-manage-columns-list li {
998
- cursor: pointer;
1056
+ .dkan-filter-dataset-wrapper .fa-filter:before {
1057
+ font-size: .75em !important;
999
1058
  }
1000
1059
 
1001
- dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .ds-c-choice-wrapper {
1002
- margin-top: 0;
1060
+ dialog.dkan-filter-dataset-dialog {
1061
+ width: 100%;
1062
+ height: 80vh;
1003
1063
  }
1004
1064
 
1005
- dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .dkan-manage-columns-reorder-button {
1006
- background: none;
1007
- border: none;
1008
- }
1009
-
1010
- dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .dkan-manage-columns-reorder-button.grabbed {
1011
- background-color: var(--color-primary-lighter);
1012
- }
1013
-
1014
- @media screen and (width <= 1023px) {
1015
- .dkan-manage-columns-wrapper .fa-columns:before {
1016
- font-size: 1.4em !important;
1017
- }
1018
- }
1019
-
1020
- @media screen and (width <= 767px) {
1021
- dialog.dkan-manage-columns-dialog {
1022
- height: 100%;
1023
- }
1024
-
1025
- dialog.dkan-manage-columns-dialog .ds-c-dialog__window {
1026
- width: 100%;
1027
- min-width: auto;
1028
- height: 100%;
1029
- margin-top: 0;
1030
- }
1031
-
1032
- dialog.dkan-manage-columns-dialog .ds-c-dialog__body > div:not(.ds-c-dialog__actions) {
1033
- flex-direction: column;
1034
- display: flex;
1035
- }
1036
-
1037
- dialog.dkan-manage-columns-dialog .dkan-manage-columns-list {
1038
- max-height: calc(100vh - 435px);
1039
- }
1040
-
1041
- dialog.dkan-manage-columns-dialog .ds-c-dialog__actions {
1042
- background-color: #fff;
1043
- padding-top: 16px;
1044
- position: absolute;
1045
- bottom: 0;
1046
- }
1047
- }
1048
-
1049
- .dkan-fullscreen-data-table-wrapper .fa-compress:before, .dkan-fullscreen-data-table-wrapper .fa-expand:before {
1050
- font-size: .75em !important;
1051
- }
1052
-
1053
- dialog.dkan-full-screen-dataset-dialog {
1054
- height: 100vh;
1055
- }
1056
-
1057
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window {
1058
- flex-direction: column;
1059
- width: 100%;
1060
- max-width: 100%;
1061
- height: 100%;
1062
- margin: 0;
1063
- display: flex;
1064
- }
1065
-
1066
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__header {
1067
- flex: 0;
1068
- width: 100%;
1069
- }
1070
-
1071
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body {
1072
- width: 100%;
1073
- height: 100%;
1074
- }
1075
-
1076
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] {
1077
- flex-direction: column;
1078
- height: 100%;
1079
- display: flex;
1080
- }
1081
-
1082
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode {
1083
- flex-direction: column;
1084
- width: 100%;
1085
- height: 100%;
1086
- display: flex;
1087
- overflow: hidden;
1088
- }
1089
-
1090
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode > div {
1091
- flex: 0;
1092
- width: 100%;
1093
- min-height: auto;
1094
- margin: 8px 0 !important;
1095
- }
1096
-
1097
- 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 {
1098
- flex: 1;
1099
- width: 100%;
1100
- height: 100%;
1101
- }
1102
-
1103
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode ~ div {
1104
- flex: 0;
1105
- width: 100%;
1106
- }
1107
-
1108
- dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window form {
1109
- max-width: 1024px;
1110
- }
1111
-
1112
- @media screen and (width <= 1023px) {
1113
- .dkan-fullscreen-data-table-wrapper .fa-compress:before, .dkan-fullscreen-data-table-wrapper .fa-expand:before {
1114
- font-size: 1.4em !important;
1115
- }
1116
- }
1117
-
1118
- .dkan-filter-dataset-control {
1119
- grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 42px;
1120
- align-items: center;
1121
- gap: 1rem;
1122
- display: grid;
1123
- }
1124
-
1125
- button.dkan-delete-dataset-filter-button {
1126
- width: 32px;
1127
- height: 32px;
1128
- border-radius: 50% !important;
1129
- }
1130
-
1131
- @media screen and (width <= 767px) {
1132
- button.dkan-delete-dataset-filter-button {
1133
- margin-bottom: 4px;
1134
- margin-left: 16px !important;
1135
- }
1136
- }
1137
-
1138
- .dkan-clear-dataset-filters-button {
1139
- color: var(--color-primary);
1140
- text-decoration: underline;
1141
- background-color: #0000 !important;
1142
- border: 0 !important;
1143
- }
1144
-
1145
- .dkan-clear-dataset-filters-button:hover, .dkan-clear-dataset-filters-button:focus {
1146
- text-decoration: none;
1147
- color: var(--color-primary) !important;
1148
- background-color: #0000 !important;
1149
- }
1150
-
1151
- .dkan-filter-dataset-wrapper .fa-filter:before {
1152
- font-size: .75em !important;
1153
- }
1154
-
1155
- dialog.dkan-filter-dataset-dialog {
1156
- width: 100%;
1157
- height: 80vh;
1158
- }
1159
-
1160
- dialog.dkan-filter-dataset-dialog .ds-c-dialog__window {
1161
- min-width: 768px;
1162
- padding: 0;
1065
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window {
1066
+ min-width: 768px;
1067
+ padding: 0;
1163
1068
  }
1164
1069
 
1165
1070
  dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__header {
@@ -1454,6 +1359,365 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1454
1359
  }
1455
1360
  }
1456
1361
 
1362
+ :root {
1363
+ --su-color--blue-dark: #036;
1364
+ --su-color--brown: #884c00;
1365
+ --su-color--green-dark: #007641;
1366
+ --su-color--green-muted: #277564;
1367
+ --su-color--orange-dark: #d10000;
1368
+ --su-color--orange-light: #d100001a;
1369
+ --su-color--red-dark: #970000;
1370
+ --su-color--red-light: #d300001a;
1371
+ --su-color--red: #d30000;
1372
+ }
1373
+
1374
+ .swagger-ui.swagger-ui {
1375
+ font-family: inherit;
1376
+ }
1377
+
1378
+ .swagger-ui.swagger-ui .opblock .opblock-summary-method {
1379
+ color: #333;
1380
+ }
1381
+
1382
+ .swagger-ui.swagger-ui .opblock.opblock-delete {
1383
+ background-color: var(--su-color--red-light);
1384
+ border-color: var(--su-color--red);
1385
+ }
1386
+
1387
+ .swagger-ui.swagger-ui .opblock.opblock-delete .opblock-summary-method {
1388
+ color: #fff;
1389
+ background-color: var(--su-color--red-dark);
1390
+ }
1391
+
1392
+ .swagger-ui.swagger-ui .opblock.opblock-put .opblock-summary-method {
1393
+ background-color: var(--su-color--brown);
1394
+ color: #fff;
1395
+ }
1396
+
1397
+ .swagger-ui.swagger-ui .parameter__name.required span, .swagger-ui.swagger-ui .parameter__name.required:after {
1398
+ color: var(--su-color--red);
1399
+ }
1400
+
1401
+ .swagger-ui.swagger-ui .btn.cancel {
1402
+ border-color: var(--su-color--red);
1403
+ color: var(--su-color--red);
1404
+ }
1405
+
1406
+ .swagger-ui.swagger-ui .btn.authorize {
1407
+ border-color: var(--su-color--green-muted);
1408
+ background-color: var(--su-color--green-muted);
1409
+ }
1410
+
1411
+ .swagger-ui.swagger-ui .btn.execute {
1412
+ background-color: var(--su-color--blue-dark);
1413
+ }
1414
+
1415
+ .swagger-ui.swagger-ui .information-container span.version-stamp {
1416
+ color: #fff;
1417
+ vertical-align: super;
1418
+ background-color: #666;
1419
+ border-radius: 67px;
1420
+ margin: 0 0 0 5px;
1421
+ padding: 2px 8px;
1422
+ font-size: 14px;
1423
+ display: inline-block;
1424
+ position: relative;
1425
+ top: -5px;
1426
+ }
1427
+
1428
+ .swagger-ui.swagger-ui .information-container span.version-stamp.version-stamp--openapi {
1429
+ background-color: #005830;
1430
+ }
1431
+
1432
+ .swagger-ui.swagger-ui .information-container a {
1433
+ color: var(--link__color);
1434
+ }
1435
+
1436
+ .swagger-ui.swagger-ui .information-container a:visited {
1437
+ color: var(--link__color--visited);
1438
+ }
1439
+
1440
+ .swagger-ui.swagger-ui .information-container a:hover {
1441
+ color: var(--link__color);
1442
+ }
1443
+
1444
+ .swagger-ui.swagger-ui .information-container a:active {
1445
+ color: var(--link__color--active);
1446
+ }
1447
+
1448
+ .swagger-ui.swagger-ui .model-hint {
1449
+ word-wrap: break-word;
1450
+ white-space: normal;
1451
+ max-width: 100%;
1452
+ top: 1.5em;
1453
+ }
1454
+
1455
+ .swagger-ui.swagger-ui section.models .model-container {
1456
+ overflow-x: auto;
1457
+ }
1458
+
1459
+ .swagger-ui.swagger-ui table {
1460
+ min-width: 500px;
1461
+ }
1462
+
1463
+ .swagger-ui.swagger-ui table.model tbody tr td:first-of-type {
1464
+ min-width: 174px;
1465
+ }
1466
+
1467
+ .swagger-ui.swagger-ui .table-container, .swagger-ui.swagger-ui .responses-inner {
1468
+ overflow: scroll;
1469
+ }
1470
+
1471
+ .swagger-ui h2, .swagger-ui h3, .swagger-ui h4 {
1472
+ font-weight: bold !important;
1473
+ }
1474
+
1475
+ .swagger-ui div.wrapper {
1476
+ padding-left: 0;
1477
+ padding-right: 0;
1478
+ }
1479
+
1480
+ @media (width <= 544px) {
1481
+ .swagger-ui .opblock-tag-section .opblock-tag small {
1482
+ flex: initial;
1483
+ }
1484
+ }
1485
+
1486
+ #api-docs-swagger-ui-plugin .model .property {
1487
+ color: #6b6b6b !important;
1488
+ }
1489
+
1490
+ #api-docs-swagger-ui-plugin pre.errors-wrapper {
1491
+ display: none;
1492
+ }
1493
+
1494
+ #api-docs-swagger-ui-plugin .btn {
1495
+ transition: none;
1496
+ }
1497
+
1498
+ #api-docs-swagger-ui-plugin .parameters input {
1499
+ color: #323a45;
1500
+ font-size: .8em;
1501
+ }
1502
+
1503
+ #api-docs-swagger-ui-plugin .execute-wrapper, #api-docs-swagger-ui-plugin .btn-group {
1504
+ justify-content: flex-start;
1505
+ padding: 12px 24px 24px;
1506
+ display: flex;
1507
+ }
1508
+
1509
+ #api-docs-swagger-ui-plugin .wrapper > .block {
1510
+ padding: 0;
1511
+ }
1512
+
1513
+ #api-docs-swagger-ui-plugin .wrapper:has( + .wrapper:last-child .block:empty) {
1514
+ display: flow-root;
1515
+ }
1516
+
1517
+ #api-docs-swagger-ui-plugin .information-container svg:not(:root) {
1518
+ overflow: visible;
1519
+ }
1520
+
1521
+ #api-docs-swagger-ui-plugin .opblock {
1522
+ box-shadow: none;
1523
+ background: none;
1524
+ border: none;
1525
+ }
1526
+
1527
+ #api-docs-swagger-ui-plugin .opblock .opblock-section {
1528
+ margin-top: 25px;
1529
+ }
1530
+
1531
+ #api-docs-swagger-ui-plugin .opblock .opblock-description-wrapper {
1532
+ margin: 0;
1533
+ padding: 16px;
1534
+ }
1535
+
1536
+ #api-docs-swagger-ui-plugin .opblock .opblock-section, #api-docs-swagger-ui-plugin .opblock .responses-wrapper {
1537
+ background: #fff;
1538
+ border: 1px solid #d6d7d9;
1539
+ border-radius: 2px;
1540
+ margin-left: 24px;
1541
+ }
1542
+
1543
+ #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header {
1544
+ box-shadow: none;
1545
+ background: #f6f9fd;
1546
+ padding: 16px;
1547
+ }
1548
+
1549
+ #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 {
1550
+ color: #0c2499;
1551
+ text-transform: uppercase;
1552
+ letter-spacing: 1px;
1553
+ cursor: default;
1554
+ font-size: .9em;
1555
+ font-weight: 800;
1556
+ line-height: 16px;
1557
+ }
1558
+
1559
+ #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 {
1560
+ background: none !important;
1561
+ display: none !important;
1562
+ }
1563
+
1564
+ #api-docs-swagger-ui-plugin .OperationTag:not(:first-of-type) .toggle-block {
1565
+ border-top: 1px solid #e1e2e3;
1566
+ }
1567
+
1568
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button {
1569
+ width: 100%;
1570
+ font-weight: inherit;
1571
+ flex: auto;
1572
+ min-height: 64px;
1573
+ position: relative;
1574
+ }
1575
+
1576
+ #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 {
1577
+ text-decoration: underline;
1578
+ }
1579
+
1580
+ #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 {
1581
+ text-decoration: none;
1582
+ }
1583
+
1584
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button .toggle-block-title-description {
1585
+ color: #3b4151;
1586
+ margin-top: 1px;
1587
+ }
1588
+
1589
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button > svg {
1590
+ pointer-events: none;
1591
+ width: 20px;
1592
+ height: 20px;
1593
+ position: absolute;
1594
+ top: 50%;
1595
+ left: 0;
1596
+ transform: translateY(-50%);
1597
+ }
1598
+
1599
+ #api-docs-swagger-ui-plugin .OperationTag .wrapper:not(:last-child) .block-desktop {
1600
+ margin-bottom: 32px;
1601
+ }
1602
+
1603
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container {
1604
+ border: 1px solid #eaebec;
1605
+ flex: 1;
1606
+ }
1607
+
1608
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__method {
1609
+ background: #6f7570;
1610
+ min-width: 80px;
1611
+ height: calc(100% - 8px);
1612
+ }
1613
+
1614
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__summary {
1615
+ color: #3b4151;
1616
+ word-break: break-word;
1617
+ max-width: 280px;
1618
+ }
1619
+
1620
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_path-input {
1621
+ box-shadow: none;
1622
+ color: #323a45;
1623
+ background: none;
1624
+ flex: 1;
1625
+ height: 48px;
1626
+ }
1627
+
1628
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_path-input:focus {
1629
+ box-shadow: none;
1630
+ background: none;
1631
+ border: none;
1632
+ }
1633
+
1634
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn {
1635
+ box-shadow: none;
1636
+ background: #0c249905;
1637
+ border: 1px solid #0c249914;
1638
+ width: 40px;
1639
+ height: 40px;
1640
+ }
1641
+
1642
+ #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 {
1643
+ background: #0c249914;
1644
+ border: 1px solid #0c24991f;
1645
+ }
1646
+
1647
+ #api-docs-swagger-ui-plugin .ApiDocsModels {
1648
+ width: 100%;
1649
+ }
1650
+
1651
+ #api-docs-swagger-ui-plugin .ApiDocsModels > h3 {
1652
+ margin: 16px 0;
1653
+ }
1654
+
1655
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box {
1656
+ background: #fff;
1657
+ border: 1px solid #eaebec;
1658
+ border-radius: 2px;
1659
+ width: 100%;
1660
+ }
1661
+
1662
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box {
1663
+ background-color: #fff;
1664
+ padding: 0;
1665
+ }
1666
+
1667
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control {
1668
+ border: none;
1669
+ }
1670
+
1671
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box {
1672
+ background: #fff;
1673
+ padding: 0;
1674
+ }
1675
+
1676
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box > .model-box {
1677
+ background: #fff;
1678
+ border: 1px solid #eaebec;
1679
+ border-radius: 2px;
1680
+ width: 100%;
1681
+ }
1682
+
1683
+ #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 {
1684
+ font-weight: 600;
1685
+ display: block;
1686
+ }
1687
+
1688
+ #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 {
1689
+ display: none;
1690
+ }
1691
+
1692
+ @media screen and (width <= 1023px) {
1693
+ #api-docs-swagger-ui-plugin .OperationSummary__try-it-out-btn {
1694
+ align-self: flex-start;
1695
+ }
1696
+ }
1697
+
1698
+ @media screen and (width <= 767px) {
1699
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__method {
1700
+ width: calc(100% - 8px);
1701
+ }
1702
+
1703
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__summary {
1704
+ width: 100%;
1705
+ max-width: none;
1706
+ }
1707
+
1708
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_path-input {
1709
+ width: 100%;
1710
+ }
1711
+
1712
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn {
1713
+ align-self: flex-end;
1714
+ }
1715
+ }
1716
+
1717
+ .ds-c-button.display-settings-font {
1718
+ font: inherit;
1719
+ }
1720
+
1457
1721
  .dc-c-breadcrumb__list {
1458
1722
  margin-top: 0;
1459
1723
  margin-bottom: 0;