@digi-frontend/dgate-api-documentation 1.3.0 → 1.4.5
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/assets/AddRow.svg +3 -0
- package/dist/assets/ApiIcon.svg +12 -0
- package/dist/assets/ArrowBack.svg +3 -0
- package/dist/assets/BookIcon.svg +6 -0
- package/dist/assets/CheckMarkSquare.svg +5 -0
- package/dist/assets/CloseIcon.svg +4 -0
- package/dist/assets/CopySticker.svg +6 -0
- package/dist/assets/DeleteIcon.svg +3 -0
- package/dist/assets/DownArrow.svg +3 -0
- package/dist/assets/EditIcon.svg +3 -0
- package/dist/assets/FilterIcon.svg +4 -0
- package/dist/assets/Plus.svg +5 -0
- package/dist/assets/PlusSquare.svg +3 -0
- package/dist/assets/RequestOption.svg +5 -0
- package/dist/assets/UpArrow.svg +3 -0
- package/dist/assets/arrow-down.svg +3 -0
- package/dist/assets/arrow-up.svg +10 -0
- package/dist/assets/arrowDownGray.svg +3 -0
- package/dist/assets/arrowRightGray.svg +3 -0
- package/dist/assets/close-circle.svg +5 -0
- package/dist/assets/copy.svg +4 -0
- package/dist/assets/deleteOutlinedIcon.svg +8 -0
- package/dist/assets/document.svg +6 -0
- package/dist/assets/eye.svg +4 -0
- package/dist/assets/icons/AddRow.svg +3 -0
- package/dist/assets/icons/ApiIcon.svg +12 -0
- package/dist/assets/icons/ArrowBack.svg +3 -0
- package/dist/assets/icons/BookIcon.svg +6 -0
- package/dist/assets/icons/CheckMarkSquare.svg +5 -0
- package/dist/assets/icons/CloseIcon.svg +4 -0
- package/dist/assets/icons/CopySticker.svg +6 -0
- package/dist/assets/icons/DeleteIcon.svg +3 -0
- package/dist/assets/icons/DownArrow.svg +3 -0
- package/dist/assets/icons/EditIcon.svg +3 -0
- package/dist/assets/icons/FilterIcon.svg +4 -0
- package/dist/assets/icons/Plus.svg +5 -0
- package/dist/assets/icons/PlusSquare.svg +3 -0
- package/dist/assets/icons/RequestOption.svg +5 -0
- package/dist/assets/icons/UpArrow.svg +3 -0
- package/dist/assets/icons/arrow-down.svg +3 -0
- package/dist/assets/icons/arrow-up.svg +10 -0
- package/dist/assets/icons/arrowDownGray.svg +3 -0
- package/dist/assets/icons/arrowRightGray.svg +3 -0
- package/dist/assets/icons/close-circle.svg +5 -0
- package/dist/assets/icons/copy.svg +4 -0
- package/dist/assets/icons/deleteOutlinedIcon.svg +8 -0
- package/dist/assets/icons/document.svg +6 -0
- package/dist/assets/icons/eye.svg +4 -0
- package/dist/assets/icons/index.ts +27 -0
- package/dist/assets/icons/infoIcon.svg +5 -0
- package/dist/assets/icons/newCopyIcon.svg +4 -0
- package/dist/assets/icons/searchIcon.svg +4 -0
- package/dist/assets/index.ts +27 -0
- package/dist/assets/infoIcon.svg +5 -0
- package/dist/assets/newCopyIcon.svg +4 -0
- package/dist/assets/searchIcon.svg +4 -0
- package/dist/src/components/Tooltip/Tooltip.js +1 -1
- package/dist/src/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/src/layout/docsLayout.js.map +1 -1
- package/dist/src/layout/layout.js.map +1 -1
- package/dist/src/layout/layout.module.css.js +1 -1
- package/dist/style.css +1 -0
- package/dist/styles.css +814 -814
- package/package.json +1 -1
- package/rollup.config.js +2 -1
- package/src/index.ts +1 -0
- package/src/layout/docsLayout.tsx +1 -0
- package/src/layout/layout.tsx +4 -1
- package/index.ts +0 -2
package/dist/styles.css
CHANGED
|
@@ -39,147 +39,6 @@
|
|
|
39
39
|
grid-row: 2;
|
|
40
40
|
grid-column: 2;
|
|
41
41
|
background-color: white;
|
|
42
|
-
}.containerTitleDrawer {
|
|
43
|
-
height: 64px;
|
|
44
|
-
min-height: 64px;
|
|
45
|
-
display: flex;
|
|
46
|
-
flex-direction: row;
|
|
47
|
-
justify-content: space-between;
|
|
48
|
-
align-items: center;
|
|
49
|
-
background-color: #f1f2f6;
|
|
50
|
-
padding: 0 30px 0 30px;
|
|
51
|
-
width: 100%;
|
|
52
|
-
}
|
|
53
|
-
.containerTitleDrawer span {
|
|
54
|
-
color: #12131a;
|
|
55
|
-
font-weight: 600;
|
|
56
|
-
font-size: 18px;
|
|
57
|
-
line-height: 25px;
|
|
58
|
-
letter-spacing: 0em;
|
|
59
|
-
}
|
|
60
|
-
.containerTitleDrawer svg path {
|
|
61
|
-
stroke: #000 !important;
|
|
62
|
-
}
|
|
63
|
-
.containerTitleDrawer .closeIcon {
|
|
64
|
-
cursor: pointer;
|
|
65
|
-
}.apiInfoForm {
|
|
66
|
-
display: grid;
|
|
67
|
-
padding: 1.25rem 1.875rem;
|
|
68
|
-
gap: 1.25rem;
|
|
69
|
-
}
|
|
70
|
-
.apiInfoForm .paramsTable .paramDescContainer {
|
|
71
|
-
display: flex;
|
|
72
|
-
}
|
|
73
|
-
.apiInfoForm .paramsTable .paramDescContainer .paramDescContainer_separator {
|
|
74
|
-
height: inherit;
|
|
75
|
-
width: 1px;
|
|
76
|
-
background-color: #d8dae5;
|
|
77
|
-
}
|
|
78
|
-
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn) svg path {
|
|
79
|
-
stroke-width: 0.1;
|
|
80
|
-
}
|
|
81
|
-
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn {
|
|
82
|
-
padding: 0;
|
|
83
|
-
margin-right: 1.25rem;
|
|
84
|
-
}
|
|
85
|
-
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) {
|
|
86
|
-
display: flex;
|
|
87
|
-
align-items: center;
|
|
88
|
-
padding: 0;
|
|
89
|
-
font-size: 0.875rem;
|
|
90
|
-
}
|
|
91
|
-
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
|
|
92
|
-
margin-block: auto;
|
|
93
|
-
}
|
|
94
|
-
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg path {
|
|
95
|
-
fill: #12131a;
|
|
96
|
-
}
|
|
97
|
-
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn {
|
|
98
|
-
padding: 0;
|
|
99
|
-
border-width: 0 !important;
|
|
100
|
-
}
|
|
101
|
-
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
|
|
102
|
-
margin-block: auto;
|
|
103
|
-
}
|
|
104
|
-
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg {
|
|
105
|
-
width: 1.125rem;
|
|
106
|
-
}
|
|
107
|
-
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) {
|
|
108
|
-
margin-block: auto;
|
|
109
|
-
}
|
|
110
|
-
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg {
|
|
111
|
-
width: 1.125rem;
|
|
112
|
-
}
|
|
113
|
-
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg path {
|
|
114
|
-
fill: #3aaa35;
|
|
115
|
-
}
|
|
116
|
-
.apiInfoForm .paramsTable .externalDocsLink {
|
|
117
|
-
font-size: 0.875rem;
|
|
118
|
-
line-height: 1.25rem;
|
|
119
|
-
cursor: pointer;
|
|
120
|
-
align-self: center;
|
|
121
|
-
margin-right: 2rem;
|
|
122
|
-
}
|
|
123
|
-
.apiInfoForm .paramsTable .editExternalDocs {
|
|
124
|
-
display: flex;
|
|
125
|
-
align-items: center;
|
|
126
|
-
padding-right: 0.625rem;
|
|
127
|
-
}
|
|
128
|
-
.apiInfoForm .paramsTable .editExternalDocs svg {
|
|
129
|
-
cursor: pointer;
|
|
130
|
-
}
|
|
131
|
-
.apiInfoForm .paramsTable .editExternalDocs svg path {
|
|
132
|
-
fill: #12131a;
|
|
133
|
-
}
|
|
134
|
-
.apiInfoForm .paramsTable .editDescTooltipContent {
|
|
135
|
-
display: flex;
|
|
136
|
-
flex-direction: column;
|
|
137
|
-
gap: 0.625rem;
|
|
138
|
-
padding-bottom: 0.625rem;
|
|
139
|
-
}
|
|
140
|
-
.apiInfoForm .paramsTable .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
|
|
141
|
-
margin-inline: 0.625rem;
|
|
142
|
-
}
|
|
143
|
-
.apiInfoForm .paramsTable .editDescTooltipContent .editDescTooltipContent_header {
|
|
144
|
-
font-weight: 600;
|
|
145
|
-
font-size: 0.875rem;
|
|
146
|
-
line-height: 1.25rem;
|
|
147
|
-
padding: 0.75rem 1.25rem;
|
|
148
|
-
border-bottom: 1px solid #d8dae5;
|
|
149
|
-
}
|
|
150
|
-
.apiInfoForm .paramsTable :global(.requiredParam) :global(.headContainer)::after {
|
|
151
|
-
content: "*";
|
|
152
|
-
color: red;
|
|
153
|
-
transform: translateX(0.125rem);
|
|
154
|
-
}
|
|
155
|
-
.apiInfoForm .apiDocRow {
|
|
156
|
-
display: grid;
|
|
157
|
-
grid-template-columns: 1fr 1fr;
|
|
158
|
-
gap: 1.25rem;
|
|
159
|
-
}
|
|
160
|
-
.apiInfoForm .apiInfoForm_tagsChips {
|
|
161
|
-
margin-top: -1.25rem;
|
|
162
|
-
}
|
|
163
|
-
.apiInfoForm .editDescTooltipContent {
|
|
164
|
-
display: flex;
|
|
165
|
-
flex-direction: column;
|
|
166
|
-
gap: 0.625rem;
|
|
167
|
-
padding-bottom: 0.625rem;
|
|
168
|
-
}
|
|
169
|
-
.apiInfoForm .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
|
|
170
|
-
margin-inline: 0.625rem;
|
|
171
|
-
}
|
|
172
|
-
.apiInfoForm .editDescTooltipContent .editDescTooltipContent_header {
|
|
173
|
-
font-weight: 600;
|
|
174
|
-
font-size: 0.875rem;
|
|
175
|
-
line-height: 1.25rem;
|
|
176
|
-
padding: 0.75rem 1.25rem;
|
|
177
|
-
border-bottom: 1px solid #d8dae5;
|
|
178
|
-
}
|
|
179
|
-
.apiInfoForm :global(.requiredParam) :global(.headContainer)::after {
|
|
180
|
-
content: "*";
|
|
181
|
-
color: red;
|
|
182
|
-
transform: translateX(0.125rem);
|
|
183
42
|
}.methodAccordion {
|
|
184
43
|
border: none !important;
|
|
185
44
|
box-shadow: none !important;
|
|
@@ -511,101 +370,29 @@
|
|
|
511
370
|
}
|
|
512
371
|
.methodAccordion.readOnly .methodSummaryContainer .methodExpandArrowContainer {
|
|
513
372
|
background-color: #ebecf2;
|
|
514
|
-
}.
|
|
373
|
+
}.containerTitleDrawer {
|
|
374
|
+
height: 64px;
|
|
375
|
+
min-height: 64px;
|
|
515
376
|
display: flex;
|
|
377
|
+
flex-direction: row;
|
|
378
|
+
justify-content: space-between;
|
|
379
|
+
align-items: center;
|
|
380
|
+
background-color: #f1f2f6;
|
|
381
|
+
padding: 0 30px 0 30px;
|
|
382
|
+
width: 100%;
|
|
516
383
|
}
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
background-color: #202f5b;
|
|
524
|
-
font-size: 0.875rem;
|
|
525
|
-
border-radius: 0.3125rem;
|
|
526
|
-
width: max-content;
|
|
527
|
-
max-width: 100%;
|
|
528
|
-
overflow-wrap: break-word;
|
|
529
|
-
word-break: break-word;
|
|
530
|
-
position: relative;
|
|
531
|
-
border: 1px solid #d8dae5;
|
|
532
|
-
z-index: 2;
|
|
533
|
-
}
|
|
534
|
-
.tippy-box.function .tippy-content {
|
|
535
|
-
background-color: #fff !important;
|
|
536
|
-
color: #000 !important;
|
|
537
|
-
}
|
|
538
|
-
.tippy-box.function[data-placement] > .tippy-arrow:before {
|
|
539
|
-
color: #fff !important;
|
|
540
|
-
}
|
|
541
|
-
.tippy-box.info .tippy-arrow {
|
|
542
|
-
color: #202f5b;
|
|
543
|
-
}
|
|
544
|
-
.tippy-box.success {
|
|
545
|
-
border-radius: 1.875rem;
|
|
546
|
-
background-color: #3aaa35;
|
|
547
|
-
padding-inline: 0.625rem;
|
|
548
|
-
}
|
|
549
|
-
.tippy-box .tippy-content {
|
|
550
|
-
text-align: justify;
|
|
551
|
-
font-size: 0.875rem;
|
|
552
|
-
line-height: 1.25rem;
|
|
553
|
-
padding: 0.625rem;
|
|
554
|
-
}
|
|
555
|
-
.tippy-box .tippy-arrow {
|
|
556
|
-
position: relative;
|
|
557
|
-
width: 1rem;
|
|
558
|
-
height: 1rem;
|
|
559
|
-
}
|
|
560
|
-
.tippy-box[data-placement^=top] .tippy-arrow:before {
|
|
561
|
-
bottom: -0.4375rem;
|
|
562
|
-
border-width: 0.5rem 0.5rem 0 !important;
|
|
563
|
-
}
|
|
564
|
-
.tippy-box[data-placement^=right] .tippy-arrow:before {
|
|
565
|
-
left: -0.4375rem;
|
|
566
|
-
border-width: 0.5rem 0.5rem 0.5rem 0 !important;
|
|
567
|
-
}
|
|
568
|
-
.tippy-box[data-placement^=bottom] .tippy-arrow:before {
|
|
569
|
-
top: -0.4375rem;
|
|
570
|
-
border-width: 0 0.5rem 0.5rem !important;
|
|
571
|
-
}
|
|
572
|
-
.tippy-box[data-placement^=left] .tippy-arrow:before {
|
|
573
|
-
right: -0.4375rem;
|
|
574
|
-
border-width: 0.5rem 0 0.5rem 0.5rem !important;
|
|
575
|
-
}
|
|
576
|
-
.tippy-box[data-placement^=bottom-start] .tippy-arrow {
|
|
577
|
-
transform: translate(0.937rem, 0) !important;
|
|
578
|
-
}
|
|
579
|
-
.tippy-box[data-placement^=bottom-end] .tippy-arrow {
|
|
580
|
-
margin-left: calc(100% - 1.937rem);
|
|
581
|
-
transform: translate(0, 0) !important;
|
|
582
|
-
}
|
|
583
|
-
.tippy-box[data-placement^=top-start] .tippy-arrow {
|
|
584
|
-
transform: translate(0.937rem, 0) !important;
|
|
585
|
-
}
|
|
586
|
-
.tippy-box[data-placement^=top-end] .tippy-arrow {
|
|
587
|
-
transform: translate(0.937rem, 0) !important;
|
|
588
|
-
}
|
|
589
|
-
.tippy-box.arrow-with-border {
|
|
590
|
-
border: 1px solid #d8dae5;
|
|
384
|
+
.containerTitleDrawer span {
|
|
385
|
+
color: #12131a;
|
|
386
|
+
font-weight: 600;
|
|
387
|
+
font-size: 18px;
|
|
388
|
+
line-height: 25px;
|
|
389
|
+
letter-spacing: 0em;
|
|
591
390
|
}
|
|
592
|
-
.
|
|
593
|
-
|
|
594
|
-
background-color: white;
|
|
595
|
-
z-index: 2;
|
|
596
|
-
height: 1px;
|
|
391
|
+
.containerTitleDrawer svg path {
|
|
392
|
+
stroke: #000 !important;
|
|
597
393
|
}
|
|
598
|
-
.
|
|
599
|
-
|
|
600
|
-
height: 0.625rem;
|
|
601
|
-
background-color: white;
|
|
602
|
-
transform: rotate(45deg);
|
|
603
|
-
border: none;
|
|
604
|
-
border-left: 1px solid #d8dae5 !important;
|
|
605
|
-
border-top: 1px solid #d8dae5 !important;
|
|
606
|
-
z-index: 2;
|
|
607
|
-
top: -0.45rem;
|
|
608
|
-
transform-origin: center !important;
|
|
394
|
+
.containerTitleDrawer .closeIcon {
|
|
395
|
+
cursor: pointer;
|
|
609
396
|
}#common-dialog.dialog-content-wrapper {
|
|
610
397
|
overflow: visible !important;
|
|
611
398
|
max-height: 100%;
|
|
@@ -747,188 +534,231 @@
|
|
|
747
534
|
display: flex;
|
|
748
535
|
gap: 1.25rem;
|
|
749
536
|
margin-top: 1.875rem;
|
|
750
|
-
}.
|
|
751
|
-
margin-top: 1.875rem;
|
|
537
|
+
}.tooltip-custom-wrapper {
|
|
752
538
|
display: flex;
|
|
753
|
-
justify-content: space-between;
|
|
754
|
-
align-items: center;
|
|
755
|
-
flex-wrap: wrap;
|
|
756
|
-
max-width: 100%;
|
|
757
|
-
gap: 1.25rem;
|
|
758
539
|
}
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
540
|
+
|
|
541
|
+
[data-tippy-root] {
|
|
542
|
+
z-index: 2 !important;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.tippy-box {
|
|
546
|
+
background-color: #202f5b;
|
|
547
|
+
font-size: 0.875rem;
|
|
548
|
+
border-radius: 0.3125rem;
|
|
549
|
+
width: max-content;
|
|
550
|
+
max-width: 100%;
|
|
764
551
|
overflow-wrap: break-word;
|
|
765
|
-
word-break: break-
|
|
552
|
+
word-break: break-word;
|
|
553
|
+
position: relative;
|
|
554
|
+
border: 1px solid #d8dae5;
|
|
555
|
+
z-index: 2;
|
|
766
556
|
}
|
|
767
|
-
.
|
|
768
|
-
background-color: #
|
|
769
|
-
color: #
|
|
557
|
+
.tippy-box.function .tippy-content {
|
|
558
|
+
background-color: #fff !important;
|
|
559
|
+
color: #000 !important;
|
|
770
560
|
}
|
|
771
|
-
.
|
|
772
|
-
|
|
561
|
+
.tippy-box.function[data-placement] > .tippy-arrow:before {
|
|
562
|
+
color: #fff !important;
|
|
773
563
|
}
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
.responseAccordion {
|
|
777
|
-
background-color: #f4c5c5;
|
|
778
|
-
border: 1px solid #da3f3f;
|
|
779
|
-
border-radius: 0.3125rem !important;
|
|
780
|
-
box-shadow: none !important;
|
|
781
|
-
margin-bottom: 0 !important;
|
|
782
|
-
cursor: default !important;
|
|
783
|
-
margin-top: 0.625rem;
|
|
564
|
+
.tippy-box.info .tippy-arrow {
|
|
565
|
+
color: #202f5b;
|
|
784
566
|
}
|
|
785
|
-
.
|
|
786
|
-
|
|
787
|
-
background-color: #
|
|
788
|
-
|
|
789
|
-
align-items: center;
|
|
790
|
-
justify-content: space-between;
|
|
791
|
-
margin: 0 !important;
|
|
792
|
-
padding: 0 !important;
|
|
793
|
-
height: 4.0625rem !important;
|
|
794
|
-
border-radius: 0.3125rem !important;
|
|
567
|
+
.tippy-box.success {
|
|
568
|
+
border-radius: 1.875rem;
|
|
569
|
+
background-color: #3aaa35;
|
|
570
|
+
padding-inline: 0.625rem;
|
|
795
571
|
}
|
|
796
|
-
.
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
padding: 0
|
|
801
|
-
background-color: #f4c5c5;
|
|
572
|
+
.tippy-box .tippy-content {
|
|
573
|
+
text-align: justify;
|
|
574
|
+
font-size: 0.875rem;
|
|
575
|
+
line-height: 1.25rem;
|
|
576
|
+
padding: 0.625rem;
|
|
802
577
|
}
|
|
803
|
-
.
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
height: 10rem;
|
|
578
|
+
.tippy-box .tippy-arrow {
|
|
579
|
+
position: relative;
|
|
580
|
+
width: 1rem;
|
|
581
|
+
height: 1rem;
|
|
808
582
|
}
|
|
809
|
-
.
|
|
810
|
-
|
|
811
|
-
|
|
583
|
+
.tippy-box[data-placement^=top] .tippy-arrow:before {
|
|
584
|
+
bottom: -0.4375rem;
|
|
585
|
+
border-width: 0.5rem 0.5rem 0 !important;
|
|
812
586
|
}
|
|
813
|
-
.
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
padding: 1.25rem;
|
|
587
|
+
.tippy-box[data-placement^=right] .tippy-arrow:before {
|
|
588
|
+
left: -0.4375rem;
|
|
589
|
+
border-width: 0.5rem 0.5rem 0.5rem 0 !important;
|
|
817
590
|
}
|
|
818
|
-
.
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
padding-left: 0.625rem;
|
|
822
|
-
padding-right: 0.625rem;
|
|
823
|
-
padding-top: 0.9375rem;
|
|
591
|
+
.tippy-box[data-placement^=bottom] .tippy-arrow:before {
|
|
592
|
+
top: -0.4375rem;
|
|
593
|
+
border-width: 0 0.5rem 0.5rem !important;
|
|
824
594
|
}
|
|
825
|
-
.
|
|
826
|
-
|
|
827
|
-
|
|
595
|
+
.tippy-box[data-placement^=left] .tippy-arrow:before {
|
|
596
|
+
right: -0.4375rem;
|
|
597
|
+
border-width: 0.5rem 0 0.5rem 0.5rem !important;
|
|
828
598
|
}
|
|
829
|
-
.
|
|
830
|
-
|
|
831
|
-
max-width: 100%;
|
|
832
|
-
word-break: break-all;
|
|
599
|
+
.tippy-box[data-placement^=bottom-start] .tippy-arrow {
|
|
600
|
+
transform: translate(0.937rem, 0) !important;
|
|
833
601
|
}
|
|
834
|
-
.
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
.responseAccordion .responseAccordionSummary {
|
|
838
|
-
width: 100%;
|
|
839
|
-
cursor: pointer;
|
|
840
|
-
display: flex;
|
|
841
|
-
justify-content: space-between;
|
|
842
|
-
font-weight: 700;
|
|
843
|
-
font-size: 1.125rem;
|
|
844
|
-
line-height: 1.5rem;
|
|
845
|
-
display: flex;
|
|
846
|
-
align-items: center;
|
|
847
|
-
margin-inline: 0.625rem 1.25rem;
|
|
602
|
+
.tippy-box[data-placement^=bottom-end] .tippy-arrow {
|
|
603
|
+
margin-left: calc(100% - 1.937rem);
|
|
604
|
+
transform: translate(0, 0) !important;
|
|
848
605
|
}
|
|
849
|
-
.
|
|
850
|
-
|
|
851
|
-
.requestAccordion .responseAccordionSummary,
|
|
852
|
-
.responseAccordion .responseAccordionSummary_title,
|
|
853
|
-
.responseAccordion .requestAccordionSummary_title,
|
|
854
|
-
.responseAccordion .responseAccordionSummary {
|
|
855
|
-
display: flex;
|
|
856
|
-
align-items: center;
|
|
606
|
+
.tippy-box[data-placement^=top-start] .tippy-arrow {
|
|
607
|
+
transform: translate(0.937rem, 0) !important;
|
|
857
608
|
}
|
|
858
|
-
.
|
|
859
|
-
|
|
860
|
-
.requestAccordion .responseAccordionSummary svg,
|
|
861
|
-
.responseAccordion .responseAccordionSummary_title svg,
|
|
862
|
-
.responseAccordion .requestAccordionSummary_title svg,
|
|
863
|
-
.responseAccordion .responseAccordionSummary svg {
|
|
864
|
-
transition: rotate 0.2s ease-in-out;
|
|
609
|
+
.tippy-box[data-placement^=top-end] .tippy-arrow {
|
|
610
|
+
transform: translate(0.937rem, 0) !important;
|
|
865
611
|
}
|
|
866
|
-
.
|
|
867
|
-
|
|
868
|
-
.requestAccordion .responseAccordionSummary .expanded,
|
|
869
|
-
.responseAccordion .responseAccordionSummary_title .expanded,
|
|
870
|
-
.responseAccordion .requestAccordionSummary_title .expanded,
|
|
871
|
-
.responseAccordion .responseAccordionSummary .expanded {
|
|
872
|
-
rotate: 180deg;
|
|
612
|
+
.tippy-box.arrow-with-border {
|
|
613
|
+
border: 1px solid #d8dae5;
|
|
873
614
|
}
|
|
874
|
-
.
|
|
875
|
-
|
|
876
|
-
|
|
615
|
+
.tippy-box.arrow-with-border[data-placement] .tippy-arrow {
|
|
616
|
+
top: 1px;
|
|
617
|
+
background-color: white;
|
|
618
|
+
z-index: 2;
|
|
619
|
+
height: 1px;
|
|
620
|
+
}
|
|
621
|
+
.tippy-box.arrow-with-border[data-placement] .tippy-arrow:before {
|
|
622
|
+
width: 0.625rem;
|
|
623
|
+
height: 0.625rem;
|
|
624
|
+
background-color: white;
|
|
625
|
+
transform: rotate(45deg);
|
|
877
626
|
border: none;
|
|
627
|
+
border-left: 1px solid #d8dae5 !important;
|
|
628
|
+
border-top: 1px solid #d8dae5 !important;
|
|
629
|
+
z-index: 2;
|
|
630
|
+
top: -0.45rem;
|
|
631
|
+
transform-origin: center !important;
|
|
632
|
+
}.apiInfoForm {
|
|
633
|
+
display: grid;
|
|
634
|
+
padding: 1.25rem 1.875rem;
|
|
635
|
+
gap: 1.25rem;
|
|
878
636
|
}
|
|
879
|
-
.
|
|
880
|
-
|
|
881
|
-
display: none !important;
|
|
637
|
+
.apiInfoForm .paramsTable .paramDescContainer {
|
|
638
|
+
display: flex;
|
|
882
639
|
}
|
|
883
|
-
.
|
|
884
|
-
|
|
885
|
-
|
|
640
|
+
.apiInfoForm .paramsTable .paramDescContainer .paramDescContainer_separator {
|
|
641
|
+
height: inherit;
|
|
642
|
+
width: 1px;
|
|
643
|
+
background-color: #d8dae5;
|
|
886
644
|
}
|
|
887
|
-
|
|
888
|
-
|
|
645
|
+
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn) svg path {
|
|
646
|
+
stroke-width: 0.1;
|
|
647
|
+
}
|
|
648
|
+
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn {
|
|
649
|
+
padding: 0;
|
|
650
|
+
margin-right: 1.25rem;
|
|
651
|
+
}
|
|
652
|
+
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) {
|
|
889
653
|
display: flex;
|
|
890
654
|
align-items: center;
|
|
655
|
+
padding: 0;
|
|
656
|
+
font-size: 0.875rem;
|
|
891
657
|
}
|
|
892
|
-
.
|
|
893
|
-
|
|
894
|
-
min-width: 8rem !important;
|
|
658
|
+
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
|
|
659
|
+
margin-block: auto;
|
|
895
660
|
}
|
|
896
|
-
.
|
|
897
|
-
|
|
898
|
-
margin-left: auto;
|
|
661
|
+
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg path {
|
|
662
|
+
fill: #12131a;
|
|
899
663
|
}
|
|
900
|
-
.
|
|
901
|
-
height: 2.0625rem !important;
|
|
902
|
-
min-height: 2.0625rem !important;
|
|
664
|
+
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn {
|
|
903
665
|
padding: 0;
|
|
904
|
-
|
|
666
|
+
border-width: 0 !important;
|
|
905
667
|
}
|
|
906
|
-
.
|
|
907
|
-
|
|
908
|
-
cursor: default;
|
|
668
|
+
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
|
|
669
|
+
margin-block: auto;
|
|
909
670
|
}
|
|
910
|
-
.
|
|
911
|
-
|
|
912
|
-
grid-template-columns: min-content min-content;
|
|
913
|
-
align-items: center;
|
|
914
|
-
gap: 0.625rem;
|
|
671
|
+
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg {
|
|
672
|
+
width: 1.125rem;
|
|
915
673
|
}
|
|
916
|
-
.
|
|
917
|
-
|
|
918
|
-
aspect-ratio: 1/1;
|
|
919
|
-
border-radius: 100%;
|
|
920
|
-
}.json-editor-container {
|
|
921
|
-
overflow: hidden;
|
|
922
|
-
border-bottom-right-radius: 0.3125rem;
|
|
923
|
-
border-bottom-left-radius: 0.3125rem;
|
|
674
|
+
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) {
|
|
675
|
+
margin-block: auto;
|
|
924
676
|
}
|
|
925
|
-
.
|
|
677
|
+
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg {
|
|
678
|
+
width: 1.125rem;
|
|
679
|
+
}
|
|
680
|
+
.apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg path {
|
|
681
|
+
fill: #3aaa35;
|
|
682
|
+
}
|
|
683
|
+
.apiInfoForm .paramsTable .externalDocsLink {
|
|
926
684
|
font-size: 0.875rem;
|
|
927
|
-
font-weight: 600;
|
|
928
685
|
line-height: 1.25rem;
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
686
|
+
cursor: pointer;
|
|
687
|
+
align-self: center;
|
|
688
|
+
margin-right: 2rem;
|
|
689
|
+
}
|
|
690
|
+
.apiInfoForm .paramsTable .editExternalDocs {
|
|
691
|
+
display: flex;
|
|
692
|
+
align-items: center;
|
|
693
|
+
padding-right: 0.625rem;
|
|
694
|
+
}
|
|
695
|
+
.apiInfoForm .paramsTable .editExternalDocs svg {
|
|
696
|
+
cursor: pointer;
|
|
697
|
+
}
|
|
698
|
+
.apiInfoForm .paramsTable .editExternalDocs svg path {
|
|
699
|
+
fill: #12131a;
|
|
700
|
+
}
|
|
701
|
+
.apiInfoForm .paramsTable .editDescTooltipContent {
|
|
702
|
+
display: flex;
|
|
703
|
+
flex-direction: column;
|
|
704
|
+
gap: 0.625rem;
|
|
705
|
+
padding-bottom: 0.625rem;
|
|
706
|
+
}
|
|
707
|
+
.apiInfoForm .paramsTable .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
|
|
708
|
+
margin-inline: 0.625rem;
|
|
709
|
+
}
|
|
710
|
+
.apiInfoForm .paramsTable .editDescTooltipContent .editDescTooltipContent_header {
|
|
711
|
+
font-weight: 600;
|
|
712
|
+
font-size: 0.875rem;
|
|
713
|
+
line-height: 1.25rem;
|
|
714
|
+
padding: 0.75rem 1.25rem;
|
|
715
|
+
border-bottom: 1px solid #d8dae5;
|
|
716
|
+
}
|
|
717
|
+
.apiInfoForm .paramsTable :global(.requiredParam) :global(.headContainer)::after {
|
|
718
|
+
content: "*";
|
|
719
|
+
color: red;
|
|
720
|
+
transform: translateX(0.125rem);
|
|
721
|
+
}
|
|
722
|
+
.apiInfoForm .apiDocRow {
|
|
723
|
+
display: grid;
|
|
724
|
+
grid-template-columns: 1fr 1fr;
|
|
725
|
+
gap: 1.25rem;
|
|
726
|
+
}
|
|
727
|
+
.apiInfoForm .apiInfoForm_tagsChips {
|
|
728
|
+
margin-top: -1.25rem;
|
|
729
|
+
}
|
|
730
|
+
.apiInfoForm .editDescTooltipContent {
|
|
731
|
+
display: flex;
|
|
732
|
+
flex-direction: column;
|
|
733
|
+
gap: 0.625rem;
|
|
734
|
+
padding-bottom: 0.625rem;
|
|
735
|
+
}
|
|
736
|
+
.apiInfoForm .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
|
|
737
|
+
margin-inline: 0.625rem;
|
|
738
|
+
}
|
|
739
|
+
.apiInfoForm .editDescTooltipContent .editDescTooltipContent_header {
|
|
740
|
+
font-weight: 600;
|
|
741
|
+
font-size: 0.875rem;
|
|
742
|
+
line-height: 1.25rem;
|
|
743
|
+
padding: 0.75rem 1.25rem;
|
|
744
|
+
border-bottom: 1px solid #d8dae5;
|
|
745
|
+
}
|
|
746
|
+
.apiInfoForm :global(.requiredParam) :global(.headContainer)::after {
|
|
747
|
+
content: "*";
|
|
748
|
+
color: red;
|
|
749
|
+
transform: translateX(0.125rem);
|
|
750
|
+
}.json-editor-container {
|
|
751
|
+
overflow: hidden;
|
|
752
|
+
border-bottom-right-radius: 0.3125rem;
|
|
753
|
+
border-bottom-left-radius: 0.3125rem;
|
|
754
|
+
}
|
|
755
|
+
.json-editor-container .json-editor-label {
|
|
756
|
+
font-size: 0.875rem;
|
|
757
|
+
font-weight: 600;
|
|
758
|
+
line-height: 1.25rem;
|
|
759
|
+
margin-bottom: 0.3125rem;
|
|
760
|
+
}
|
|
761
|
+
.json-editor-container .json-editor {
|
|
932
762
|
display: flex;
|
|
933
763
|
flex-direction: column;
|
|
934
764
|
background-color: #142452;
|
|
@@ -1028,6 +858,176 @@
|
|
|
1028
858
|
.json-editor-container.disabled .json-editor textarea {
|
|
1029
859
|
background-color: white;
|
|
1030
860
|
color: #12131a;
|
|
861
|
+
}.livePreviewContainer .titleContainer {
|
|
862
|
+
margin-top: 1.875rem;
|
|
863
|
+
display: flex;
|
|
864
|
+
justify-content: space-between;
|
|
865
|
+
align-items: center;
|
|
866
|
+
flex-wrap: wrap;
|
|
867
|
+
max-width: 100%;
|
|
868
|
+
gap: 1.25rem;
|
|
869
|
+
}
|
|
870
|
+
.livePreviewContainer .titleContainer p.apiName {
|
|
871
|
+
font-size: 40px;
|
|
872
|
+
line-height: 30px;
|
|
873
|
+
font-weight: 500;
|
|
874
|
+
word-wrap: break-word;
|
|
875
|
+
overflow-wrap: break-word;
|
|
876
|
+
word-break: break-all;
|
|
877
|
+
}
|
|
878
|
+
.livePreviewContainer .titleContainer .livePreviewChip {
|
|
879
|
+
background-color: #ebecf2;
|
|
880
|
+
color: #12131a;
|
|
881
|
+
}
|
|
882
|
+
.livePreviewContainer .description_preview {
|
|
883
|
+
word-break: break-all;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
.requestAccordion,
|
|
887
|
+
.responseAccordion {
|
|
888
|
+
background-color: #f4c5c5;
|
|
889
|
+
border: 1px solid #da3f3f;
|
|
890
|
+
border-radius: 0.3125rem !important;
|
|
891
|
+
box-shadow: none !important;
|
|
892
|
+
margin-bottom: 0 !important;
|
|
893
|
+
cursor: default !important;
|
|
894
|
+
margin-top: 0.625rem;
|
|
895
|
+
}
|
|
896
|
+
.requestAccordion :global(.accordion-header),
|
|
897
|
+
.responseAccordion :global(.accordion-header) {
|
|
898
|
+
background-color: #f4c5c5;
|
|
899
|
+
display: flex;
|
|
900
|
+
align-items: center;
|
|
901
|
+
justify-content: space-between;
|
|
902
|
+
margin: 0 !important;
|
|
903
|
+
padding: 0 !important;
|
|
904
|
+
height: 4.0625rem !important;
|
|
905
|
+
border-radius: 0.3125rem !important;
|
|
906
|
+
}
|
|
907
|
+
.requestAccordion :global(.accordion-details.expanded),
|
|
908
|
+
.responseAccordion :global(.accordion-details.expanded) {
|
|
909
|
+
border-top: 1px solid #000 !important;
|
|
910
|
+
padding: 1.25rem !important;
|
|
911
|
+
padding: 0 !important;
|
|
912
|
+
background-color: #f4c5c5;
|
|
913
|
+
}
|
|
914
|
+
.requestAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea,
|
|
915
|
+
.responseAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea {
|
|
916
|
+
border-top-right-radius: 0;
|
|
917
|
+
border-top-left-radius: 0;
|
|
918
|
+
height: 10rem;
|
|
919
|
+
}
|
|
920
|
+
.requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea),
|
|
921
|
+
.responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea) {
|
|
922
|
+
display: flex;
|
|
923
|
+
}
|
|
924
|
+
.requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField),
|
|
925
|
+
.responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField) {
|
|
926
|
+
height: 100%;
|
|
927
|
+
padding: 1.25rem;
|
|
928
|
+
}
|
|
929
|
+
.requestAccordion .accordionContent,
|
|
930
|
+
.responseAccordion .accordionContent {
|
|
931
|
+
max-width: 100%;
|
|
932
|
+
padding-left: 0.625rem;
|
|
933
|
+
padding-right: 0.625rem;
|
|
934
|
+
padding-top: 0.9375rem;
|
|
935
|
+
}
|
|
936
|
+
.requestAccordion .accordionContent ol,
|
|
937
|
+
.responseAccordion .accordionContent ol {
|
|
938
|
+
padding-left: 1.7rem;
|
|
939
|
+
}
|
|
940
|
+
.requestAccordion .accordionContent ol li,
|
|
941
|
+
.responseAccordion .accordionContent ol li {
|
|
942
|
+
max-width: 100%;
|
|
943
|
+
word-break: break-all;
|
|
944
|
+
}
|
|
945
|
+
.requestAccordion .requestAccordionSummary,
|
|
946
|
+
.requestAccordion .responseAccordionSummary,
|
|
947
|
+
.responseAccordion .requestAccordionSummary,
|
|
948
|
+
.responseAccordion .responseAccordionSummary {
|
|
949
|
+
width: 100%;
|
|
950
|
+
cursor: pointer;
|
|
951
|
+
display: flex;
|
|
952
|
+
justify-content: space-between;
|
|
953
|
+
font-weight: 700;
|
|
954
|
+
font-size: 1.125rem;
|
|
955
|
+
line-height: 1.5rem;
|
|
956
|
+
display: flex;
|
|
957
|
+
align-items: center;
|
|
958
|
+
margin-inline: 0.625rem 1.25rem;
|
|
959
|
+
}
|
|
960
|
+
.requestAccordion .responseAccordionSummary_title,
|
|
961
|
+
.requestAccordion .requestAccordionSummary_title,
|
|
962
|
+
.requestAccordion .responseAccordionSummary,
|
|
963
|
+
.responseAccordion .responseAccordionSummary_title,
|
|
964
|
+
.responseAccordion .requestAccordionSummary_title,
|
|
965
|
+
.responseAccordion .responseAccordionSummary {
|
|
966
|
+
display: flex;
|
|
967
|
+
align-items: center;
|
|
968
|
+
}
|
|
969
|
+
.requestAccordion .responseAccordionSummary_title svg,
|
|
970
|
+
.requestAccordion .requestAccordionSummary_title svg,
|
|
971
|
+
.requestAccordion .responseAccordionSummary svg,
|
|
972
|
+
.responseAccordion .responseAccordionSummary_title svg,
|
|
973
|
+
.responseAccordion .requestAccordionSummary_title svg,
|
|
974
|
+
.responseAccordion .responseAccordionSummary svg {
|
|
975
|
+
transition: rotate 0.2s ease-in-out;
|
|
976
|
+
}
|
|
977
|
+
.requestAccordion .responseAccordionSummary_title .expanded,
|
|
978
|
+
.requestAccordion .requestAccordionSummary_title .expanded,
|
|
979
|
+
.requestAccordion .responseAccordionSummary .expanded,
|
|
980
|
+
.responseAccordion .responseAccordionSummary_title .expanded,
|
|
981
|
+
.responseAccordion .requestAccordionSummary_title .expanded,
|
|
982
|
+
.responseAccordion .responseAccordionSummary .expanded {
|
|
983
|
+
rotate: 180deg;
|
|
984
|
+
}
|
|
985
|
+
.requestAccordion :global(.accordion-details) :global(.textArea .inputField),
|
|
986
|
+
.responseAccordion :global(.accordion-details) :global(.textArea .inputField) {
|
|
987
|
+
padding: 0;
|
|
988
|
+
border: none;
|
|
989
|
+
}
|
|
990
|
+
.requestAccordion :global(.accordion-header .iconContainer .dropdownIcon),
|
|
991
|
+
.responseAccordion :global(.accordion-header .iconContainer .dropdownIcon) {
|
|
992
|
+
display: none !important;
|
|
993
|
+
}
|
|
994
|
+
.requestAccordion :global(.accordion-header),
|
|
995
|
+
.responseAccordion :global(.accordion-header) {
|
|
996
|
+
cursor: default;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
.responseAccordion .responseAccordionSummary {
|
|
1000
|
+
display: flex;
|
|
1001
|
+
align-items: center;
|
|
1002
|
+
}
|
|
1003
|
+
.responseAccordion .responseAccordionSummary :global(.multiSelectGroup .optionsList) {
|
|
1004
|
+
width: 8rem !important;
|
|
1005
|
+
min-width: 8rem !important;
|
|
1006
|
+
}
|
|
1007
|
+
.responseAccordion .responseAccordionSummary :global(.multiSelectGroup) {
|
|
1008
|
+
width: 8rem;
|
|
1009
|
+
margin-left: auto;
|
|
1010
|
+
}
|
|
1011
|
+
.responseAccordion .responseAccordionSummary :global(.multiSelectGroup) :global(.selectDisplay) {
|
|
1012
|
+
height: 2.0625rem !important;
|
|
1013
|
+
min-height: 2.0625rem !important;
|
|
1014
|
+
padding: 0;
|
|
1015
|
+
padding-left: 0.625rem;
|
|
1016
|
+
}
|
|
1017
|
+
.responseAccordion :global(.accordion-header) {
|
|
1018
|
+
overflow: visible;
|
|
1019
|
+
cursor: default;
|
|
1020
|
+
}
|
|
1021
|
+
.responseAccordion .statusCodeOptionContainer {
|
|
1022
|
+
display: grid;
|
|
1023
|
+
grid-template-columns: min-content min-content;
|
|
1024
|
+
align-items: center;
|
|
1025
|
+
gap: 0.625rem;
|
|
1026
|
+
}
|
|
1027
|
+
.responseAccordion .statusCodeOptionContainer .statusCodeOptionCircle {
|
|
1028
|
+
width: 0.625rem;
|
|
1029
|
+
aspect-ratio: 1/1;
|
|
1030
|
+
border-radius: 100%;
|
|
1031
1031
|
}:root {
|
|
1032
1032
|
--white: #fff;
|
|
1033
1033
|
--Gray-5: #f1f2f6;
|
|
@@ -1936,23 +1936,58 @@ div.endBtnIcon {
|
|
|
1936
1936
|
}
|
|
1937
1937
|
.apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
|
|
1938
1938
|
padding-right: 0.75rem !important;
|
|
1939
|
-
}
|
|
1939
|
+
}.api-details-page {
|
|
1940
1940
|
padding: 2rem;
|
|
1941
1941
|
}
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1942
|
+
.api-details-page .welcome {
|
|
1943
|
+
font-size: 1.2rem;
|
|
1944
|
+
color: #616874;
|
|
1945
|
+
font-weight: 400;
|
|
1946
|
+
font-size: 1.125rem;
|
|
1947
|
+
letter-spacing: 0px;
|
|
1948
|
+
line-height: 1.5rem;
|
|
1949
|
+
}
|
|
1950
|
+
.api-details-page .api-title {
|
|
1951
|
+
font-size: 2rem;
|
|
1952
|
+
font-weight: 600;
|
|
1953
|
+
color: #4d75d9;
|
|
1954
|
+
font-size: 3rem;
|
|
1955
|
+
letter-spacing: -1px;
|
|
1956
|
+
margin-bottom: 0.5rem;
|
|
1957
|
+
}
|
|
1958
|
+
.api-details-page .api-version {
|
|
1959
|
+
font-size: 1.25rem;
|
|
1960
|
+
color: #3b3f46;
|
|
1961
|
+
font-weight: 400;
|
|
1962
|
+
letter-spacing: 0px;
|
|
1963
|
+
line-height: 1.75rem;
|
|
1964
|
+
}
|
|
1965
|
+
.api-details-page .custom-url-input {
|
|
1966
|
+
margin-top: 1.5rem;
|
|
1967
|
+
width: 50%;
|
|
1968
|
+
}
|
|
1969
|
+
.api-details-page .custom-url-input .input-label {
|
|
1970
|
+
display: block;
|
|
1971
|
+
margin-bottom: 0.5rem;
|
|
1972
|
+
font-size: 0.875rem;
|
|
1973
|
+
font-weight: 600;
|
|
1974
|
+
color: #4d4f5c;
|
|
1975
|
+
}
|
|
1976
|
+
.api-details-page .custom-url-input .url-container {
|
|
1977
|
+
position: relative;
|
|
1978
|
+
}
|
|
1979
|
+
.api-details-page .custom-url-input .type-ddl {
|
|
1980
|
+
cursor: pointer;
|
|
1981
|
+
display: flex;
|
|
1982
|
+
align-items: center;
|
|
1950
1983
|
justify-content: space-between;
|
|
1951
1984
|
width: 100%;
|
|
1952
1985
|
background-color: #edf1fb;
|
|
1986
|
+
border: 1px solid #fff;
|
|
1953
1987
|
border-radius: 0.375rem;
|
|
1988
|
+
padding: 0.5rem 1rem;
|
|
1954
1989
|
}
|
|
1955
|
-
|
|
1990
|
+
.api-details-page .custom-url-input .url-text {
|
|
1956
1991
|
flex: 1;
|
|
1957
1992
|
padding-right: 0.75rem;
|
|
1958
1993
|
border: none;
|
|
@@ -1964,20 +1999,20 @@ main .url-text {
|
|
|
1964
1999
|
opacity: 0.5;
|
|
1965
2000
|
color: #000000;
|
|
1966
2001
|
}
|
|
1967
|
-
|
|
2002
|
+
.api-details-page .custom-url-input .icon-container {
|
|
1968
2003
|
display: flex;
|
|
1969
2004
|
align-items: center;
|
|
1970
2005
|
gap: 0.75rem;
|
|
1971
2006
|
}
|
|
1972
|
-
|
|
2007
|
+
.api-details-page .custom-url-input .icon-container .icon {
|
|
1973
2008
|
display: inline-block;
|
|
1974
2009
|
width: 1.75rem;
|
|
1975
2010
|
height: 1.75rem;
|
|
1976
2011
|
}
|
|
1977
|
-
|
|
2012
|
+
.api-details-page .custom-url-input .icon-container .icon:focus {
|
|
1978
2013
|
outline: none;
|
|
1979
2014
|
}
|
|
1980
|
-
|
|
2015
|
+
.api-details-page .custom-url-input .url-list {
|
|
1981
2016
|
position: absolute;
|
|
1982
2017
|
top: 100%;
|
|
1983
2018
|
left: 0;
|
|
@@ -1989,333 +2024,225 @@ main .url-list {
|
|
|
1989
2024
|
max-height: 12.5rem;
|
|
1990
2025
|
overflow-y: auto;
|
|
1991
2026
|
}
|
|
1992
|
-
|
|
2027
|
+
.api-details-page .custom-url-input .url-item {
|
|
1993
2028
|
padding: 0.5rem 1rem;
|
|
1994
2029
|
display: flex;
|
|
1995
2030
|
align-items: center;
|
|
1996
2031
|
gap: 0.5rem;
|
|
1997
2032
|
cursor: pointer;
|
|
1998
2033
|
}
|
|
1999
|
-
|
|
2034
|
+
.api-details-page .custom-url-input .url-item:hover {
|
|
2000
2035
|
background-color: #f5f5f5;
|
|
2001
2036
|
}
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
main .api-details-expanded .response-section .codeboxSection .codeboxHeader .multiSelectGroup .selectDisplay .select-label-container {
|
|
2008
|
-
min-width: 100%;
|
|
2009
|
-
padding: 0;
|
|
2010
|
-
}
|
|
2011
|
-
main .api-details-expanded .response-section .codeboxSection .codeboxHeader .multiSelectGroup .optionsList .option {
|
|
2012
|
-
height: 1.5rem;
|
|
2013
|
-
padding: 0;
|
|
2014
|
-
}
|
|
2015
|
-
main .api-details-expanded .response-section .codeboxSection .codeboxHeader .multiSelectGroup .statusCodeOptionContainer {
|
|
2016
|
-
display: flex;
|
|
2017
|
-
align-items: center;
|
|
2018
|
-
gap: 0.625rem;
|
|
2019
|
-
padding-left: 0.75rem;
|
|
2037
|
+
.api-details-page .custom-url-input .input-wrapper .icon {
|
|
2038
|
+
cursor: pointer;
|
|
2039
|
+
color: #4d75d9;
|
|
2040
|
+
font-size: 1rem;
|
|
2041
|
+
margin-left: 0.5rem;
|
|
2020
2042
|
}
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
min-width: 0.625rem;
|
|
2024
|
-
aspect-ratio: 1/1;
|
|
2025
|
-
border-radius: 100%;
|
|
2043
|
+
.api-details-page .custom-url-input .input-wrapper .icon:hover {
|
|
2044
|
+
color: #2f54eb;
|
|
2026
2045
|
}
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
line-height:
|
|
2032
|
-
margin-bottom: 0.752rem;
|
|
2033
|
-
color: #4d75d9;
|
|
2046
|
+
.api-details-page .api-desc {
|
|
2047
|
+
padding: 1.125rem 0;
|
|
2048
|
+
color: #000000;
|
|
2049
|
+
font-weight: 400;
|
|
2050
|
+
line-height: 1.125rem;
|
|
2034
2051
|
}
|
|
2035
|
-
|
|
2036
|
-
margin
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2052
|
+
.api-details-page .api-product-tag {
|
|
2053
|
+
margin: 1rem 0;
|
|
2054
|
+
font-size: 0.9rem;
|
|
2055
|
+
font-size: 1rem;
|
|
2056
|
+
font-weight: 500;
|
|
2057
|
+
color: #616874;
|
|
2058
|
+
line-height: 1.125rem;
|
|
2059
|
+
letter-spacing: 0px;
|
|
2042
2060
|
}
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
color: #3b82f6;
|
|
2061
|
+
.api-details-page .api-product-tag .product-tag {
|
|
2062
|
+
background: #f1f1f1;
|
|
2063
|
+
padding: 0.25rem 0.5rem;
|
|
2064
|
+
border-radius: 0.25rem;
|
|
2065
|
+
border: 1px solid #bbbec5;
|
|
2066
|
+
font-weight: 400;
|
|
2067
|
+
font-size: 0.75rem;
|
|
2068
|
+
letter-spacing: 0px;
|
|
2069
|
+
margin-left: 0.5rem;
|
|
2053
2070
|
cursor: pointer;
|
|
2054
|
-
transition: background-color 0.2s ease;
|
|
2055
|
-
}
|
|
2056
|
-
main .api-details-expanded .test-button .back-button svg {
|
|
2057
|
-
stroke-width: 2;
|
|
2058
2071
|
}
|
|
2059
|
-
|
|
2060
|
-
|
|
2072
|
+
.api-details-page .section-title {
|
|
2073
|
+
margin-top: 2rem;
|
|
2074
|
+
color: #4d75d9;
|
|
2075
|
+
font-weight: 600;
|
|
2076
|
+
font-size: 1.75rem;
|
|
2077
|
+
letter-spacing: -0.5px;
|
|
2078
|
+
line-height: 2.25rem;
|
|
2061
2079
|
}
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
cursor: not-allowed;
|
|
2066
|
-
padding: 0.375rem 1rem;
|
|
2067
|
-
border-radius: 6px;
|
|
2068
|
-
font-size: 14px;
|
|
2069
|
-
border: 1px #b8bfca solid;
|
|
2070
|
-
width: 7.56rem;
|
|
2071
|
-
height: 2.75rem;
|
|
2072
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
2080
|
+
.api-details-page .endpoint-group {
|
|
2081
|
+
margin-top: 1.5rem;
|
|
2082
|
+
gap: 1rem;
|
|
2073
2083
|
}
|
|
2074
|
-
|
|
2075
|
-
color: #616874;
|
|
2084
|
+
.api-details-page .endpoint-group .tag-title {
|
|
2076
2085
|
font-size: 1.125rem;
|
|
2077
|
-
|
|
2078
|
-
|
|
2086
|
+
margin-bottom: 1rem;
|
|
2087
|
+
border-bottom: 1px solid #ddd;
|
|
2088
|
+
padding-bottom: 0.5rem;
|
|
2079
2089
|
line-height: 1.5rem;
|
|
2080
|
-
|
|
2081
|
-
|
|
2090
|
+
letter-spacing: 0px;
|
|
2091
|
+
font-weight: 500;
|
|
2092
|
+
color: #616874;
|
|
2082
2093
|
}
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2094
|
+
.api-details-page .endpoint-group .endpoint-list {
|
|
2095
|
+
display: grid;
|
|
2096
|
+
grid-template-columns: repeat(auto-fill, minmax(308px, 1fr));
|
|
2097
|
+
gap: 1rem;
|
|
2098
|
+
}
|
|
2099
|
+
.api-details-page .endpoint-group .endpoint-card {
|
|
2088
2100
|
display: flex;
|
|
2089
2101
|
align-items: center;
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2102
|
+
justify-content: space-between;
|
|
2103
|
+
padding: 1rem;
|
|
2104
|
+
border: 1px solid #e5e7eb;
|
|
2105
|
+
border-radius: 0.5rem;
|
|
2106
|
+
background-color: #fff;
|
|
2107
|
+
margin-bottom: 1rem;
|
|
2108
|
+
transition: box-shadow 0.2s ease;
|
|
2095
2109
|
}
|
|
2096
|
-
|
|
2110
|
+
.api-details-page .endpoint-group .endpoint-card .endpoint-card-header {
|
|
2097
2111
|
display: flex;
|
|
2098
|
-
|
|
2112
|
+
gap: 0.8rem;
|
|
2113
|
+
align-items: flex-start;
|
|
2114
|
+
}
|
|
2115
|
+
.api-details-page .endpoint-group .endpoint-card .endpoint-card-header .title-wrapper {
|
|
2099
2116
|
flex: 1;
|
|
2117
|
+
max-width: 10rem;
|
|
2118
|
+
min-width: 10rem;
|
|
2100
2119
|
}
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
font-
|
|
2104
|
-
line-height: 1.
|
|
2105
|
-
|
|
2120
|
+
.api-details-page .endpoint-group .endpoint-card .endpoint-card-header h5 {
|
|
2121
|
+
font-size: 1rem;
|
|
2122
|
+
font-weight: 400;
|
|
2123
|
+
line-height: 1.25rem;
|
|
2124
|
+
letter-spacing: 0px;
|
|
2125
|
+
white-space: nowrap;
|
|
2106
2126
|
overflow: hidden;
|
|
2107
2127
|
text-overflow: ellipsis;
|
|
2108
|
-
|
|
2109
|
-
flex: 1;
|
|
2128
|
+
max-width: 100%;
|
|
2110
2129
|
}
|
|
2111
|
-
|
|
2112
|
-
font-size:
|
|
2113
|
-
|
|
2114
|
-
|
|
2130
|
+
.api-details-page .endpoint-group .endpoint-card .method-label {
|
|
2131
|
+
font-size: 0.875rem;
|
|
2132
|
+
font-weight: 400;
|
|
2133
|
+
letter-spacing: 0px;
|
|
2134
|
+
line-height: 1rem;
|
|
2135
|
+
padding: 0.275rem 1.563rem;
|
|
2136
|
+
border-radius: 0.188rem;
|
|
2137
|
+
display: inline-block;
|
|
2138
|
+
margin-bottom: 1rem;
|
|
2115
2139
|
text-transform: uppercase;
|
|
2116
|
-
color: #3aaa35;
|
|
2117
|
-
text-decoration: underline;
|
|
2118
2140
|
}
|
|
2119
|
-
|
|
2120
|
-
color: #3a6cd1;
|
|
2141
|
+
.api-details-page .endpoint-group .endpoint-card .method-label.get {
|
|
2142
|
+
background-color: #3a6cd1;
|
|
2143
|
+
color: #ffffff;
|
|
2121
2144
|
}
|
|
2122
|
-
|
|
2123
|
-
color: #3aaa35;
|
|
2145
|
+
.api-details-page .endpoint-group .endpoint-card .method-label.post {
|
|
2146
|
+
background-color: #3aaa35;
|
|
2147
|
+
color: #ffffff;
|
|
2124
2148
|
}
|
|
2125
|
-
|
|
2126
|
-
color: #faad14;
|
|
2149
|
+
.api-details-page .endpoint-group .endpoint-card .method-label.put {
|
|
2150
|
+
background-color: #faad14;
|
|
2151
|
+
color: #ffffff;
|
|
2127
2152
|
}
|
|
2128
|
-
|
|
2129
|
-
color: #58e2c2;
|
|
2153
|
+
.api-details-page .endpoint-group .endpoint-card .method-label.patch {
|
|
2154
|
+
background-color: #58e2c2;
|
|
2155
|
+
color: #ffffff;
|
|
2130
2156
|
}
|
|
2131
|
-
|
|
2132
|
-
color: #da3f3f;
|
|
2133
|
-
|
|
2134
|
-
main .api-details-expanded .url-box_text-container .method-label.head {
|
|
2135
|
-
color: #9461c9;
|
|
2157
|
+
.api-details-page .endpoint-group .endpoint-card .method-label.delete {
|
|
2158
|
+
background-color: #da3f3f;
|
|
2159
|
+
color: #ffffff;
|
|
2136
2160
|
}
|
|
2137
|
-
|
|
2138
|
-
color: #
|
|
2161
|
+
.api-details-page .endpoint-group .endpoint-card .method-label.head {
|
|
2162
|
+
background-color: #9461c9;
|
|
2163
|
+
color: #ffffff;
|
|
2139
2164
|
}
|
|
2140
|
-
|
|
2141
|
-
color: #
|
|
2165
|
+
.api-details-page .endpoint-group .endpoint-card .method-label.trace {
|
|
2166
|
+
background-color: #ffa28f;
|
|
2167
|
+
color: #ffffff;
|
|
2142
2168
|
}
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
height: 1.5rem;
|
|
2169
|
+
.api-details-page .endpoint-group .endpoint-card .method-label.options {
|
|
2170
|
+
background-color: #495d97;
|
|
2171
|
+
color: #ffffff;
|
|
2147
2172
|
}
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2173
|
+
.api-details-page .endpoint-group .endpoint-card .endpoint-meta h5 {
|
|
2174
|
+
font-size: 1rem;
|
|
2175
|
+
font-weight: 400;
|
|
2176
|
+
line-height: 1.25rem;
|
|
2177
|
+
letter-spacing: 0px;
|
|
2151
2178
|
}
|
|
2152
|
-
|
|
2153
|
-
color: #
|
|
2179
|
+
.api-details-page .endpoint-group .endpoint-card .endpoint-meta p {
|
|
2180
|
+
color: #616874;
|
|
2181
|
+
font-weight: 400;
|
|
2182
|
+
font-size: 0.85rem;
|
|
2154
2183
|
letter-spacing: 0px;
|
|
2155
|
-
font-weight: 400 !important;
|
|
2156
2184
|
line-height: 1rem;
|
|
2185
|
+
margin: 0.25rem 0;
|
|
2157
2186
|
}
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
margin-bottom: 0.75rem;
|
|
2162
|
-
}
|
|
2163
|
-
main .api-details-expanded .tab {
|
|
2164
|
-
background: white;
|
|
2165
|
-
border: 1px solid #d1d3d8;
|
|
2166
|
-
padding: 0.375rem 0.75rem;
|
|
2167
|
-
border-radius: 6px;
|
|
2168
|
-
cursor: pointer;
|
|
2169
|
-
font-size: 0.875rem;
|
|
2170
|
-
color: #000000;
|
|
2171
|
-
display: flex;
|
|
2172
|
-
align-items: center;
|
|
2173
|
-
gap: 0.375rem;
|
|
2174
|
-
}
|
|
2175
|
-
main .api-details-expanded .tab {
|
|
2176
|
-
background: white;
|
|
2177
|
-
border: 1px solid #d1d3d8;
|
|
2178
|
-
padding: 0.375rem 0.75rem;
|
|
2179
|
-
border-radius: 6px;
|
|
2180
|
-
cursor: pointer;
|
|
2181
|
-
font-size: 0.875rem;
|
|
2182
|
-
color: #000000;
|
|
2183
|
-
display: flex;
|
|
2184
|
-
align-items: center;
|
|
2185
|
-
gap: 0.375rem;
|
|
2186
|
-
}
|
|
2187
|
-
main .api-details-expanded .tab.active {
|
|
2188
|
-
background-color: #e5edff;
|
|
2189
|
-
border-color: #4d75d9;
|
|
2190
|
-
color: #000000;
|
|
2187
|
+
.api-details-page .endpoint-group .endpoint-card .endpoint-meta .description {
|
|
2188
|
+
color: #3b3f46;
|
|
2189
|
+
line-height: 1rem;
|
|
2191
2190
|
font-weight: 400;
|
|
2191
|
+
letter-spacing: 0px;
|
|
2192
|
+
margin-top: 1.5rem;
|
|
2192
2193
|
}
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
border: 1px solid #e5e7eb;
|
|
2200
|
-
border-radius: 0.8rem;
|
|
2201
|
-
background: white;
|
|
2202
|
-
border: 1px #bbbec5 solid;
|
|
2203
|
-
margin-bottom: 2rem;
|
|
2204
|
-
}
|
|
2205
|
-
main .api-details-expanded .param-table {
|
|
2206
|
-
width: 100%;
|
|
2207
|
-
border-collapse: collapse;
|
|
2208
|
-
font-size: 0.875rem;
|
|
2209
|
-
}
|
|
2210
|
-
main .api-details-expanded .param-table .desc-cell {
|
|
2211
|
-
position: relative;
|
|
2212
|
-
max-width: 20rem;
|
|
2213
|
-
padding-right: 1.5rem;
|
|
2214
|
-
}
|
|
2215
|
-
main .api-details-expanded .param-table .desc-text {
|
|
2216
|
-
white-space: nowrap;
|
|
2217
|
-
overflow: hidden;
|
|
2218
|
-
text-overflow: ellipsis;
|
|
2219
|
-
max-width: 90%;
|
|
2220
|
-
}
|
|
2221
|
-
main .api-details-expanded .param-table .desc-text.expanded {
|
|
2222
|
-
white-space: normal;
|
|
2223
|
-
}
|
|
2224
|
-
main .api-details-expanded .param-table .desc-toggle {
|
|
2225
|
-
position: absolute;
|
|
2226
|
-
right: 0.5rem;
|
|
2227
|
-
top: 50%;
|
|
2228
|
-
transform: translateY(-50%);
|
|
2229
|
-
background: none;
|
|
2230
|
-
border: none;
|
|
2231
|
-
cursor: pointer;
|
|
2232
|
-
}
|
|
2233
|
-
main .api-details-expanded .param-table .desc-toggle svg {
|
|
2234
|
-
transition: transform 0.2s ease;
|
|
2235
|
-
}
|
|
2236
|
-
main .api-details-expanded .param-table .desc-toggle .rotated {
|
|
2237
|
-
transform: rotate(180deg);
|
|
2194
|
+
.api-details-page .endpoint-group .endpoint-card .endpoint-arrow {
|
|
2195
|
+
align-content: center;
|
|
2196
|
+
width: 1rem;
|
|
2197
|
+
height: 1rem;
|
|
2198
|
+
flex-shrink: 0;
|
|
2199
|
+
margin-left: 1rem;
|
|
2238
2200
|
}
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
padding: 10px;
|
|
2242
|
-
border-bottom: 1px solid #bbbec5;
|
|
2243
|
-
text-align: left;
|
|
2244
|
-
color: #3b3f46;
|
|
2201
|
+
.api-details-page .versions-section {
|
|
2202
|
+
margin-top: 2rem;
|
|
2245
2203
|
}
|
|
2246
|
-
|
|
2247
|
-
|
|
2204
|
+
.api-details-page .versions-section h4 {
|
|
2205
|
+
color: #4d75d9;
|
|
2248
2206
|
font-weight: 600;
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
align-items: center;
|
|
2253
|
-
justify-content: end;
|
|
2254
|
-
gap: 0.375rem;
|
|
2255
|
-
font-size: 0.875rem;
|
|
2256
|
-
color: green;
|
|
2207
|
+
font-size: 1.75rem;
|
|
2208
|
+
letter-spacing: -0.5px;
|
|
2209
|
+
line-height: 2.25rem;
|
|
2257
2210
|
margin-bottom: 0.75rem;
|
|
2258
2211
|
}
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
main .api-details-expanded .response-drop-test {
|
|
2264
|
-
justify-content: end !important;
|
|
2265
|
-
align-items: end !important;
|
|
2266
|
-
align-content: end !important;
|
|
2267
|
-
}.api-details-page {
|
|
2268
|
-
padding: 2rem;
|
|
2269
|
-
}
|
|
2270
|
-
.api-details-page .welcome {
|
|
2271
|
-
font-size: 1.2rem;
|
|
2272
|
-
color: #616874;
|
|
2273
|
-
font-weight: 400;
|
|
2274
|
-
font-size: 1.125rem;
|
|
2275
|
-
letter-spacing: 0px;
|
|
2276
|
-
line-height: 1.5rem;
|
|
2277
|
-
}
|
|
2278
|
-
.api-details-page .api-title {
|
|
2279
|
-
font-size: 2rem;
|
|
2280
|
-
font-weight: 600;
|
|
2281
|
-
color: #4d75d9;
|
|
2282
|
-
font-size: 3rem;
|
|
2283
|
-
letter-spacing: -1px;
|
|
2284
|
-
margin-bottom: 0.5rem;
|
|
2285
|
-
}
|
|
2286
|
-
.api-details-page .api-version {
|
|
2287
|
-
font-size: 1.25rem;
|
|
2288
|
-
color: #3b3f46;
|
|
2289
|
-
font-weight: 400;
|
|
2290
|
-
letter-spacing: 0px;
|
|
2291
|
-
line-height: 1.75rem;
|
|
2292
|
-
}
|
|
2293
|
-
.api-details-page .custom-url-input {
|
|
2294
|
-
margin-top: 1.5rem;
|
|
2295
|
-
width: 50%;
|
|
2212
|
+
.api-details-page .versions-section .version-list {
|
|
2213
|
+
display: flex;
|
|
2214
|
+
flex-wrap: wrap;
|
|
2215
|
+
gap: 1rem;
|
|
2296
2216
|
}
|
|
2297
|
-
.api-details-page .
|
|
2298
|
-
|
|
2299
|
-
|
|
2217
|
+
.api-details-page .versions-section .version-list .version-btn {
|
|
2218
|
+
height: 3rem;
|
|
2219
|
+
padding: 0.4rem 0.8rem;
|
|
2220
|
+
border: 1px solid #4d75d9;
|
|
2221
|
+
border-radius: 0.375rem;
|
|
2222
|
+
background-color: #fff;
|
|
2223
|
+
cursor: pointer;
|
|
2300
2224
|
font-size: 0.875rem;
|
|
2301
|
-
|
|
2302
|
-
|
|
2225
|
+
color: #4d75d9;
|
|
2226
|
+
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2509803922);
|
|
2227
|
+
white-space: nowrap;
|
|
2228
|
+
min-width: 3.9375rem;
|
|
2229
|
+
}main {
|
|
2230
|
+
padding: 2rem;
|
|
2303
2231
|
}
|
|
2304
|
-
|
|
2232
|
+
main .url-container {
|
|
2305
2233
|
position: relative;
|
|
2234
|
+
width: 100%;
|
|
2306
2235
|
}
|
|
2307
|
-
|
|
2236
|
+
main .type-ddl {
|
|
2308
2237
|
cursor: pointer;
|
|
2309
2238
|
display: flex;
|
|
2310
2239
|
align-items: center;
|
|
2311
2240
|
justify-content: space-between;
|
|
2312
2241
|
width: 100%;
|
|
2313
2242
|
background-color: #edf1fb;
|
|
2314
|
-
border: 1px solid #fff;
|
|
2315
2243
|
border-radius: 0.375rem;
|
|
2316
|
-
padding: 0.5rem 1rem;
|
|
2317
2244
|
}
|
|
2318
|
-
|
|
2245
|
+
main .url-text {
|
|
2319
2246
|
flex: 1;
|
|
2320
2247
|
padding-right: 0.75rem;
|
|
2321
2248
|
border: none;
|
|
@@ -2327,20 +2254,20 @@ main .api-details-expanded .response-drop-test {
|
|
|
2327
2254
|
opacity: 0.5;
|
|
2328
2255
|
color: #000000;
|
|
2329
2256
|
}
|
|
2330
|
-
|
|
2257
|
+
main .icon-container {
|
|
2331
2258
|
display: flex;
|
|
2332
2259
|
align-items: center;
|
|
2333
2260
|
gap: 0.75rem;
|
|
2334
2261
|
}
|
|
2335
|
-
|
|
2262
|
+
main .icon-container .icon {
|
|
2336
2263
|
display: inline-block;
|
|
2337
2264
|
width: 1.75rem;
|
|
2338
2265
|
height: 1.75rem;
|
|
2339
2266
|
}
|
|
2340
|
-
|
|
2267
|
+
main .icon-container .icon:focus {
|
|
2341
2268
|
outline: none;
|
|
2342
2269
|
}
|
|
2343
|
-
|
|
2270
|
+
main .url-list {
|
|
2344
2271
|
position: absolute;
|
|
2345
2272
|
top: 100%;
|
|
2346
2273
|
left: 0;
|
|
@@ -2352,206 +2279,279 @@ main .api-details-expanded .response-drop-test {
|
|
|
2352
2279
|
max-height: 12.5rem;
|
|
2353
2280
|
overflow-y: auto;
|
|
2354
2281
|
}
|
|
2355
|
-
|
|
2282
|
+
main .url-item {
|
|
2356
2283
|
padding: 0.5rem 1rem;
|
|
2357
2284
|
display: flex;
|
|
2358
2285
|
align-items: center;
|
|
2359
2286
|
gap: 0.5rem;
|
|
2360
2287
|
cursor: pointer;
|
|
2361
2288
|
}
|
|
2362
|
-
|
|
2289
|
+
main .url-item:hover {
|
|
2363
2290
|
background-color: #f5f5f5;
|
|
2364
2291
|
}
|
|
2365
|
-
.api-details-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
margin-left: 0.5rem;
|
|
2292
|
+
main .api-details-expanded .response-section .codeboxSection .codeboxHeader .multiSelectGroup .selectDisplay {
|
|
2293
|
+
padding: 0;
|
|
2294
|
+
width: 7.5rem !important;
|
|
2295
|
+
height: 2rem !important;
|
|
2370
2296
|
}
|
|
2371
|
-
.api-details-
|
|
2372
|
-
|
|
2297
|
+
main .api-details-expanded .response-section .codeboxSection .codeboxHeader .multiSelectGroup .selectDisplay .select-label-container {
|
|
2298
|
+
min-width: 100%;
|
|
2299
|
+
padding: 0;
|
|
2373
2300
|
}
|
|
2374
|
-
.api-details-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
font-weight: 400;
|
|
2378
|
-
line-height: 1.125rem;
|
|
2301
|
+
main .api-details-expanded .response-section .codeboxSection .codeboxHeader .multiSelectGroup .optionsList .option {
|
|
2302
|
+
height: 1.5rem;
|
|
2303
|
+
padding: 0;
|
|
2379
2304
|
}
|
|
2380
|
-
.api-details-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
color: #616874;
|
|
2386
|
-
line-height: 1.125rem;
|
|
2387
|
-
letter-spacing: 0px;
|
|
2305
|
+
main .api-details-expanded .response-section .codeboxSection .codeboxHeader .multiSelectGroup .statusCodeOptionContainer {
|
|
2306
|
+
display: flex;
|
|
2307
|
+
align-items: center;
|
|
2308
|
+
gap: 0.625rem;
|
|
2309
|
+
padding-left: 0.75rem;
|
|
2388
2310
|
}
|
|
2389
|
-
.api-details-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
border:
|
|
2394
|
-
font-weight: 400;
|
|
2395
|
-
font-size: 0.75rem;
|
|
2396
|
-
letter-spacing: 0px;
|
|
2397
|
-
margin-left: 0.5rem;
|
|
2398
|
-
cursor: pointer;
|
|
2311
|
+
main .api-details-expanded .response-section .codeboxSection .codeboxHeader .multiSelectGroup .statusCodeOptionContainer .statusCodeOptionCircle {
|
|
2312
|
+
width: 0.625rem;
|
|
2313
|
+
min-width: 0.625rem;
|
|
2314
|
+
aspect-ratio: 1/1;
|
|
2315
|
+
border-radius: 100%;
|
|
2399
2316
|
}
|
|
2400
|
-
.api-details-
|
|
2401
|
-
|
|
2402
|
-
color: #4d75d9;
|
|
2317
|
+
main .api-details-expanded .api-title {
|
|
2318
|
+
font-size: 3rem;
|
|
2403
2319
|
font-weight: 600;
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2320
|
+
letter-spacing: -1px;
|
|
2321
|
+
line-height: 3.5rem;
|
|
2322
|
+
margin-bottom: 0.752rem;
|
|
2323
|
+
color: #4d75d9;
|
|
2407
2324
|
}
|
|
2408
|
-
.api-details-
|
|
2409
|
-
margin-top: 1.
|
|
2410
|
-
|
|
2325
|
+
main .api-details-expanded .test-button {
|
|
2326
|
+
margin-top: 1.25rem;
|
|
2327
|
+
margin-bottom: 3.125rem;
|
|
2328
|
+
display: flex;
|
|
2329
|
+
align-items: center;
|
|
2330
|
+
justify-content: space-between;
|
|
2331
|
+
gap: 0.5rem;
|
|
2411
2332
|
}
|
|
2412
|
-
.api-details-
|
|
2333
|
+
main .api-details-expanded .test-button .back-button {
|
|
2334
|
+
display: inline-flex;
|
|
2335
|
+
align-items: center;
|
|
2336
|
+
justify-content: center;
|
|
2337
|
+
width: 2.75rem;
|
|
2338
|
+
height: 2.75rem;
|
|
2339
|
+
border: 1px solid #3b82f6;
|
|
2340
|
+
border-radius: 0.5rem;
|
|
2341
|
+
background-color: white;
|
|
2342
|
+
color: #3b82f6;
|
|
2343
|
+
cursor: pointer;
|
|
2344
|
+
transition: background-color 0.2s ease;
|
|
2345
|
+
}
|
|
2346
|
+
main .api-details-expanded .test-button .back-button svg {
|
|
2347
|
+
stroke-width: 2;
|
|
2348
|
+
}
|
|
2349
|
+
main .api-details-expanded .test-button .back-button:hover {
|
|
2350
|
+
background-color: #eff6ff;
|
|
2351
|
+
}
|
|
2352
|
+
main .api-details-expanded .test-button .disabled {
|
|
2353
|
+
background: #f0f1f2;
|
|
2354
|
+
color: #9ca1aa;
|
|
2355
|
+
cursor: not-allowed;
|
|
2356
|
+
padding: 0.375rem 1rem;
|
|
2357
|
+
border-radius: 6px;
|
|
2358
|
+
font-size: 14px;
|
|
2359
|
+
border: 1px #b8bfca solid;
|
|
2360
|
+
width: 7.56rem;
|
|
2361
|
+
height: 2.75rem;
|
|
2362
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
2363
|
+
}
|
|
2364
|
+
main .api-details-expanded h3 {
|
|
2365
|
+
color: #616874;
|
|
2413
2366
|
font-size: 1.125rem;
|
|
2414
|
-
|
|
2415
|
-
border-bottom: 1px solid #ddd;
|
|
2416
|
-
padding-bottom: 0.5rem;
|
|
2417
|
-
line-height: 1.5rem;
|
|
2367
|
+
font-weight: 400;
|
|
2418
2368
|
letter-spacing: 0px;
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
.api-details-page .endpoint-group .endpoint-list {
|
|
2423
|
-
display: grid;
|
|
2424
|
-
grid-template-columns: repeat(auto-fill, minmax(308px, 1fr));
|
|
2425
|
-
gap: 1rem;
|
|
2369
|
+
line-height: 1.5rem;
|
|
2370
|
+
margin-top: 1.5rem;
|
|
2371
|
+
margin-bottom: 0.5rem;
|
|
2426
2372
|
}
|
|
2427
|
-
.api-details-
|
|
2373
|
+
main .api-details-expanded .url-box {
|
|
2374
|
+
position: relative;
|
|
2375
|
+
background-color: #edf1fb;
|
|
2376
|
+
padding: 0.375rem 0.75rem;
|
|
2377
|
+
border-radius: 0.5rem;
|
|
2428
2378
|
display: flex;
|
|
2429
2379
|
align-items: center;
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
margin-bottom: 1rem;
|
|
2436
|
-
transition: box-shadow 0.2s ease;
|
|
2380
|
+
gap: 0.5rem;
|
|
2381
|
+
font-size: 14px;
|
|
2382
|
+
flex: 1;
|
|
2383
|
+
height: 2.8rem;
|
|
2384
|
+
margin-bottom: 1.5rem;
|
|
2437
2385
|
}
|
|
2438
|
-
.api-details-
|
|
2386
|
+
main .api-details-expanded .url-box_text-container {
|
|
2439
2387
|
display: flex;
|
|
2440
|
-
|
|
2441
|
-
align-items: flex-start;
|
|
2442
|
-
}
|
|
2443
|
-
.api-details-page .endpoint-group .endpoint-card .endpoint-card-header .title-wrapper {
|
|
2388
|
+
align-items: center;
|
|
2444
2389
|
flex: 1;
|
|
2445
|
-
max-width: 10rem;
|
|
2446
|
-
min-width: 10rem;
|
|
2447
2390
|
}
|
|
2448
|
-
.api-details-
|
|
2449
|
-
|
|
2450
|
-
font-
|
|
2451
|
-
line-height: 1.
|
|
2452
|
-
|
|
2453
|
-
white-space: nowrap;
|
|
2391
|
+
main .api-details-expanded .url-box_text-container .url-text {
|
|
2392
|
+
color: #3b3f46;
|
|
2393
|
+
font-size: 1.25rem;
|
|
2394
|
+
line-height: 1.75rem;
|
|
2395
|
+
max-width: 100%;
|
|
2454
2396
|
overflow: hidden;
|
|
2455
2397
|
text-overflow: ellipsis;
|
|
2456
|
-
|
|
2398
|
+
white-space: nowrap;
|
|
2399
|
+
flex: 1;
|
|
2457
2400
|
}
|
|
2458
|
-
.api-details-
|
|
2459
|
-
font-size:
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
line-height: 1rem;
|
|
2463
|
-
padding: 0.275rem 1.563rem;
|
|
2464
|
-
border-radius: 0.188rem;
|
|
2465
|
-
display: inline-block;
|
|
2466
|
-
margin-bottom: 1rem;
|
|
2401
|
+
main .api-details-expanded .url-box_text-container .method-label {
|
|
2402
|
+
font-size: 1.25rem;
|
|
2403
|
+
padding: 0.125rem 0.5rem;
|
|
2404
|
+
border-radius: 0.375rem;
|
|
2467
2405
|
text-transform: uppercase;
|
|
2406
|
+
color: #3aaa35;
|
|
2407
|
+
text-decoration: underline;
|
|
2468
2408
|
}
|
|
2469
|
-
.api-details-
|
|
2470
|
-
|
|
2471
|
-
color: #ffffff;
|
|
2409
|
+
main .api-details-expanded .url-box_text-container .method-label.get {
|
|
2410
|
+
color: #3a6cd1;
|
|
2472
2411
|
}
|
|
2473
|
-
.api-details-
|
|
2474
|
-
|
|
2475
|
-
color: #ffffff;
|
|
2412
|
+
main .api-details-expanded .url-box_text-container .method-label.post {
|
|
2413
|
+
color: #3aaa35;
|
|
2476
2414
|
}
|
|
2477
|
-
.api-details-
|
|
2478
|
-
|
|
2479
|
-
color: #ffffff;
|
|
2415
|
+
main .api-details-expanded .url-box_text-container .method-label.put {
|
|
2416
|
+
color: #faad14;
|
|
2480
2417
|
}
|
|
2481
|
-
.api-details-
|
|
2482
|
-
|
|
2483
|
-
color: #ffffff;
|
|
2418
|
+
main .api-details-expanded .url-box_text-container .method-label.patch {
|
|
2419
|
+
color: #58e2c2;
|
|
2484
2420
|
}
|
|
2485
|
-
.api-details-
|
|
2486
|
-
|
|
2487
|
-
color: #ffffff;
|
|
2421
|
+
main .api-details-expanded .url-box_text-container .method-label.delete {
|
|
2422
|
+
color: #da3f3f;
|
|
2488
2423
|
}
|
|
2489
|
-
.api-details-
|
|
2490
|
-
|
|
2491
|
-
color: #ffffff;
|
|
2424
|
+
main .api-details-expanded .url-box_text-container .method-label.head {
|
|
2425
|
+
color: #9461c9;
|
|
2492
2426
|
}
|
|
2493
|
-
.api-details-
|
|
2494
|
-
|
|
2495
|
-
color: #ffffff;
|
|
2427
|
+
main .api-details-expanded .url-box_text-container .method-label.trace {
|
|
2428
|
+
color: #ffa28f;
|
|
2496
2429
|
}
|
|
2497
|
-
.api-details-
|
|
2498
|
-
|
|
2499
|
-
color: #ffffff;
|
|
2430
|
+
main .api-details-expanded .url-box_text-container .method-label.options {
|
|
2431
|
+
color: #495d97;
|
|
2500
2432
|
}
|
|
2501
|
-
.api-details-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
letter-spacing: 0px;
|
|
2433
|
+
main .api-details-expanded .url-box .copy-icon {
|
|
2434
|
+
cursor: pointer;
|
|
2435
|
+
width: 1.5rem;
|
|
2436
|
+
height: 1.5rem;
|
|
2506
2437
|
}
|
|
2507
|
-
.api-details-
|
|
2508
|
-
color: #
|
|
2509
|
-
|
|
2510
|
-
|
|
2438
|
+
main .api-details-expanded .api-desc {
|
|
2439
|
+
color: #6b7280;
|
|
2440
|
+
margin: 1.5rem 0;
|
|
2441
|
+
}
|
|
2442
|
+
main .api-details-expanded .head-table-label {
|
|
2443
|
+
color: #3b3f46 !important;
|
|
2511
2444
|
letter-spacing: 0px;
|
|
2445
|
+
font-weight: 400 !important;
|
|
2512
2446
|
line-height: 1rem;
|
|
2513
|
-
margin: 0.25rem 0;
|
|
2514
2447
|
}
|
|
2515
|
-
.api-details-
|
|
2516
|
-
|
|
2517
|
-
|
|
2448
|
+
main .api-details-expanded .request-tabs {
|
|
2449
|
+
display: flex;
|
|
2450
|
+
gap: 0.5rem;
|
|
2451
|
+
margin-bottom: 0.75rem;
|
|
2452
|
+
}
|
|
2453
|
+
main .api-details-expanded .tab {
|
|
2454
|
+
background: white;
|
|
2455
|
+
border: 1px solid #d1d3d8;
|
|
2456
|
+
padding: 0.375rem 0.75rem;
|
|
2457
|
+
border-radius: 6px;
|
|
2458
|
+
cursor: pointer;
|
|
2459
|
+
font-size: 0.875rem;
|
|
2460
|
+
color: #000000;
|
|
2461
|
+
display: flex;
|
|
2462
|
+
align-items: center;
|
|
2463
|
+
gap: 0.375rem;
|
|
2464
|
+
}
|
|
2465
|
+
main .api-details-expanded .tab {
|
|
2466
|
+
background: white;
|
|
2467
|
+
border: 1px solid #d1d3d8;
|
|
2468
|
+
padding: 0.375rem 0.75rem;
|
|
2469
|
+
border-radius: 6px;
|
|
2470
|
+
cursor: pointer;
|
|
2471
|
+
font-size: 0.875rem;
|
|
2472
|
+
color: #000000;
|
|
2473
|
+
display: flex;
|
|
2474
|
+
align-items: center;
|
|
2475
|
+
gap: 0.375rem;
|
|
2476
|
+
}
|
|
2477
|
+
main .api-details-expanded .tab.active {
|
|
2478
|
+
background-color: #e5edff;
|
|
2479
|
+
border-color: #4d75d9;
|
|
2480
|
+
color: #000000;
|
|
2518
2481
|
font-weight: 400;
|
|
2519
|
-
letter-spacing: 0px;
|
|
2520
|
-
margin-top: 1.5rem;
|
|
2521
2482
|
}
|
|
2522
|
-
.api-details-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
height: 1rem;
|
|
2526
|
-
flex-shrink: 0;
|
|
2527
|
-
margin-left: 1rem;
|
|
2483
|
+
main .api-details-expanded .icon-left {
|
|
2484
|
+
width: 0.875rem;
|
|
2485
|
+
height: 0.875rem;
|
|
2528
2486
|
}
|
|
2529
|
-
.api-details-
|
|
2530
|
-
|
|
2487
|
+
main .api-details-expanded .table-wrapper {
|
|
2488
|
+
overflow-x: auto;
|
|
2489
|
+
border: 1px solid #e5e7eb;
|
|
2490
|
+
border-radius: 0.8rem;
|
|
2491
|
+
background: white;
|
|
2492
|
+
border: 1px #bbbec5 solid;
|
|
2493
|
+
margin-bottom: 2rem;
|
|
2531
2494
|
}
|
|
2532
|
-
.api-details-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
font-size:
|
|
2536
|
-
letter-spacing: -0.5px;
|
|
2537
|
-
line-height: 2.25rem;
|
|
2538
|
-
margin-bottom: 0.75rem;
|
|
2495
|
+
main .api-details-expanded .param-table {
|
|
2496
|
+
width: 100%;
|
|
2497
|
+
border-collapse: collapse;
|
|
2498
|
+
font-size: 0.875rem;
|
|
2539
2499
|
}
|
|
2540
|
-
.api-details-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2500
|
+
main .api-details-expanded .param-table .desc-cell {
|
|
2501
|
+
position: relative;
|
|
2502
|
+
max-width: 20rem;
|
|
2503
|
+
padding-right: 1.5rem;
|
|
2544
2504
|
}
|
|
2545
|
-
.api-details-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2505
|
+
main .api-details-expanded .param-table .desc-text {
|
|
2506
|
+
white-space: nowrap;
|
|
2507
|
+
overflow: hidden;
|
|
2508
|
+
text-overflow: ellipsis;
|
|
2509
|
+
max-width: 90%;
|
|
2510
|
+
}
|
|
2511
|
+
main .api-details-expanded .param-table .desc-text.expanded {
|
|
2512
|
+
white-space: normal;
|
|
2513
|
+
}
|
|
2514
|
+
main .api-details-expanded .param-table .desc-toggle {
|
|
2515
|
+
position: absolute;
|
|
2516
|
+
right: 0.5rem;
|
|
2517
|
+
top: 50%;
|
|
2518
|
+
transform: translateY(-50%);
|
|
2519
|
+
background: none;
|
|
2520
|
+
border: none;
|
|
2551
2521
|
cursor: pointer;
|
|
2522
|
+
}
|
|
2523
|
+
main .api-details-expanded .param-table .desc-toggle svg {
|
|
2524
|
+
transition: transform 0.2s ease;
|
|
2525
|
+
}
|
|
2526
|
+
main .api-details-expanded .param-table .desc-toggle .rotated {
|
|
2527
|
+
transform: rotate(180deg);
|
|
2528
|
+
}
|
|
2529
|
+
main .api-details-expanded .param-table th,
|
|
2530
|
+
main .api-details-expanded .param-table td {
|
|
2531
|
+
padding: 10px;
|
|
2532
|
+
border-bottom: 1px solid #bbbec5;
|
|
2533
|
+
text-align: left;
|
|
2534
|
+
color: #3b3f46;
|
|
2535
|
+
}
|
|
2536
|
+
main .api-details-expanded .param-table th {
|
|
2537
|
+
background: #edf1fb;
|
|
2538
|
+
font-weight: 600;
|
|
2539
|
+
}
|
|
2540
|
+
main .api-details-expanded .response-status {
|
|
2541
|
+
display: flex;
|
|
2542
|
+
align-items: center;
|
|
2543
|
+
justify-content: end;
|
|
2544
|
+
gap: 0.375rem;
|
|
2552
2545
|
font-size: 0.875rem;
|
|
2553
|
-
color:
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2546
|
+
color: green;
|
|
2547
|
+
margin-bottom: 0.75rem;
|
|
2548
|
+
}
|
|
2549
|
+
main .api-details-expanded .response-drop {
|
|
2550
|
+
width: 10rem;
|
|
2551
|
+
justify-content: end;
|
|
2552
|
+
}
|
|
2553
|
+
main .api-details-expanded .response-drop-test {
|
|
2554
|
+
justify-content: end !important;
|
|
2555
|
+
align-items: end !important;
|
|
2556
|
+
align-content: end !important;
|
|
2557
2557
|
}
|