@digi-frontend/dgate-api-documentation 1.3.0 → 1.4.4

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.
Files changed (67) hide show
  1. package/dist/_virtual/index6.js +1 -1
  2. package/dist/_virtual/index7.js +1 -1
  3. package/dist/assets/AddRow.svg +3 -0
  4. package/dist/assets/ApiIcon.svg +12 -0
  5. package/dist/assets/ArrowBack.svg +3 -0
  6. package/dist/assets/BookIcon.svg +6 -0
  7. package/dist/assets/CheckMarkSquare.svg +5 -0
  8. package/dist/assets/CloseIcon.svg +4 -0
  9. package/dist/assets/CopySticker.svg +6 -0
  10. package/dist/assets/DeleteIcon.svg +3 -0
  11. package/dist/assets/DownArrow.svg +3 -0
  12. package/dist/assets/EditIcon.svg +3 -0
  13. package/dist/assets/FilterIcon.svg +4 -0
  14. package/dist/assets/Plus.svg +5 -0
  15. package/dist/assets/PlusSquare.svg +3 -0
  16. package/dist/assets/RequestOption.svg +5 -0
  17. package/dist/assets/UpArrow.svg +3 -0
  18. package/dist/assets/arrow-down.svg +3 -0
  19. package/dist/assets/arrow-up.svg +10 -0
  20. package/dist/assets/arrowDownGray.svg +3 -0
  21. package/dist/assets/arrowRightGray.svg +3 -0
  22. package/dist/assets/close-circle.svg +5 -0
  23. package/dist/assets/copy.svg +4 -0
  24. package/dist/assets/deleteOutlinedIcon.svg +8 -0
  25. package/dist/assets/document.svg +6 -0
  26. package/dist/assets/eye.svg +4 -0
  27. package/dist/assets/icons/AddRow.svg +3 -0
  28. package/dist/assets/icons/ApiIcon.svg +12 -0
  29. package/dist/assets/icons/ArrowBack.svg +3 -0
  30. package/dist/assets/icons/BookIcon.svg +6 -0
  31. package/dist/assets/icons/CheckMarkSquare.svg +5 -0
  32. package/dist/assets/icons/CloseIcon.svg +4 -0
  33. package/dist/assets/icons/CopySticker.svg +6 -0
  34. package/dist/assets/icons/DeleteIcon.svg +3 -0
  35. package/dist/assets/icons/DownArrow.svg +3 -0
  36. package/dist/assets/icons/EditIcon.svg +3 -0
  37. package/dist/assets/icons/FilterIcon.svg +4 -0
  38. package/dist/assets/icons/Plus.svg +5 -0
  39. package/dist/assets/icons/PlusSquare.svg +3 -0
  40. package/dist/assets/icons/RequestOption.svg +5 -0
  41. package/dist/assets/icons/UpArrow.svg +3 -0
  42. package/dist/assets/icons/arrow-down.svg +3 -0
  43. package/dist/assets/icons/arrow-up.svg +10 -0
  44. package/dist/assets/icons/arrowDownGray.svg +3 -0
  45. package/dist/assets/icons/arrowRightGray.svg +3 -0
  46. package/dist/assets/icons/close-circle.svg +5 -0
  47. package/dist/assets/icons/copy.svg +4 -0
  48. package/dist/assets/icons/deleteOutlinedIcon.svg +8 -0
  49. package/dist/assets/icons/document.svg +6 -0
  50. package/dist/assets/icons/eye.svg +4 -0
  51. package/dist/assets/icons/index.ts +27 -0
  52. package/dist/assets/icons/infoIcon.svg +5 -0
  53. package/dist/assets/icons/newCopyIcon.svg +4 -0
  54. package/dist/assets/icons/searchIcon.svg +4 -0
  55. package/dist/assets/index.ts +27 -0
  56. package/dist/assets/infoIcon.svg +5 -0
  57. package/dist/assets/newCopyIcon.svg +4 -0
  58. package/dist/assets/searchIcon.svg +4 -0
  59. package/dist/node_modules/yup/index.esm.js +1 -1
  60. package/dist/src/layout/docsLayout.js.map +1 -1
  61. package/dist/src/layout/layout.js.map +1 -1
  62. package/dist/styles.css +1367 -1367
  63. package/package.json +1 -1
  64. package/src/index.ts +1 -0
  65. package/src/layout/docsLayout.tsx +1 -0
  66. package/src/layout/layout.tsx +4 -1
  67. package/index.ts +0 -2
package/dist/styles.css CHANGED
@@ -180,371 +180,210 @@
180
180
  content: "*";
181
181
  color: red;
182
182
  transform: translateX(0.125rem);
183
- }.methodAccordion {
184
- border: none !important;
185
- box-shadow: none !important;
186
- margin-bottom: 0 !important;
183
+ }.livePreviewContainer .titleContainer {
184
+ margin-top: 1.875rem;
185
+ display: flex;
186
+ justify-content: space-between;
187
+ align-items: center;
188
+ flex-wrap: wrap;
189
+ max-width: 100%;
190
+ gap: 1.25rem;
187
191
  }
188
- .methodAccordion :global(.accordion-header) {
189
- padding: 0 !important;
190
- margin: 1.25rem 1.875rem 0 1.875rem !important;
191
- height: 2.625rem;
192
- border: none !important;
193
- background-color: transparent !important;
192
+ .livePreviewContainer .titleContainer p.apiName {
193
+ font-size: 40px;
194
+ line-height: 30px;
195
+ font-weight: 500;
196
+ word-wrap: break-word;
197
+ overflow-wrap: break-word;
198
+ word-break: break-all;
194
199
  }
195
- .methodAccordion :global(.iconContainer .dropdownIcon) {
196
- display: none !important;
200
+ .livePreviewContainer .titleContainer .livePreviewChip {
201
+ background-color: #ebecf2;
202
+ color: #12131a;
197
203
  }
198
- .methodAccordion :global(.accordion-details.expanded) {
199
- border: none !important;
200
- padding: 0 !important;
204
+ .livePreviewContainer .description_preview {
205
+ word-break: break-all;
201
206
  }
202
- .methodAccordion :global(.enumText) {
203
- font-family: "Cairo";
204
- font-weight: 400;
205
- font-size: 0.875rem;
206
- line-height: 1.25rem;
207
- max-width: 5.5625rem;
208
- white-space: normal;
207
+
208
+ .requestAccordion,
209
+ .responseAccordion {
210
+ background-color: #f4c5c5;
211
+ border: 1px solid #da3f3f;
212
+ border-radius: 0.3125rem !important;
213
+ box-shadow: none !important;
214
+ margin-bottom: 0 !important;
215
+ cursor: default !important;
216
+ margin-top: 0.625rem;
209
217
  }
210
- .methodAccordion .methodSummaryContainer {
218
+ .requestAccordion :global(.accordion-header),
219
+ .responseAccordion :global(.accordion-header) {
220
+ background-color: #f4c5c5;
211
221
  display: flex;
212
222
  align-items: center;
213
- gap: 0.9375rem;
214
- margin-bottom: 1.25rem;
223
+ justify-content: space-between;
224
+ margin: 0 !important;
225
+ padding: 0 !important;
226
+ height: 4.0625rem !important;
227
+ border-radius: 0.3125rem !important;
215
228
  }
216
- .methodAccordion .methodSummaryContainer .methodSummary {
229
+ .requestAccordion :global(.accordion-details.expanded),
230
+ .responseAccordion :global(.accordion-details.expanded) {
231
+ border-top: 1px solid #000 !important;
232
+ padding: 1.25rem !important;
233
+ padding: 0 !important;
234
+ background-color: #f4c5c5;
235
+ }
236
+ .requestAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea,
237
+ .responseAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea {
238
+ border-top-right-radius: 0;
239
+ border-top-left-radius: 0;
240
+ height: 10rem;
241
+ }
242
+ .requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea),
243
+ .responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea) {
217
244
  display: flex;
218
- align-items: center;
219
- gap: 0.3125rem;
220
- background-color: #f8f9fb;
221
- width: 100%;
222
- padding: 0.3125rem;
223
- border-radius: 0.3125rem;
224
- font-size: 0.875rem;
225
245
  }
226
- .methodAccordion .methodSummaryContainer .methodSummary .methodLabel {
227
- display: grid;
228
- place-content: center;
229
- width: 5rem;
230
- height: 2rem;
231
- color: white;
232
- border-radius: 0.1875rem;
233
- text-transform: capitalize;
246
+ .requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField),
247
+ .responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField) {
248
+ height: 100%;
249
+ padding: 1.25rem;
234
250
  }
235
- .methodAccordion .methodSummaryContainer .methodSummary .methodPath {
236
- display: block;
237
- line-height: 1.25rem !important;
251
+ .requestAccordion .accordionContent,
252
+ .responseAccordion .accordionContent {
253
+ max-width: 100%;
254
+ padding-left: 0.625rem;
255
+ padding-right: 0.625rem;
256
+ padding-top: 0.9375rem;
238
257
  }
239
- .methodAccordion .methodSummaryContainer .methodExpandArrowContainer {
240
- display: grid;
241
- place-content: center;
242
- width: 2.25rem;
243
- aspect-ratio: 1/1;
244
- border-radius: 100%;
245
- background-color: #f8f9fb;
246
- margin-left: auto;
258
+ .requestAccordion .accordionContent ol,
259
+ .responseAccordion .accordionContent ol {
260
+ padding-left: 1.7rem;
247
261
  }
248
- .methodAccordion .methodSummaryContainer .methodExpandArrowContainer.expanded svg {
249
- rotate: 180deg;
262
+ .requestAccordion .accordionContent ol li,
263
+ .responseAccordion .accordionContent ol li {
264
+ max-width: 100%;
265
+ word-break: break-all;
250
266
  }
251
- .methodAccordion .methodSummaryContainer .methodExpandArrowContainer svg {
252
- transition: rotate 0.3s ease-in-out;
267
+ .requestAccordion .requestAccordionSummary,
268
+ .requestAccordion .responseAccordionSummary,
269
+ .responseAccordion .requestAccordionSummary,
270
+ .responseAccordion .responseAccordionSummary {
271
+ width: 100%;
272
+ cursor: pointer;
273
+ display: flex;
274
+ justify-content: space-between;
275
+ font-weight: 700;
276
+ font-size: 1.125rem;
277
+ line-height: 1.5rem;
278
+ display: flex;
279
+ align-items: center;
280
+ margin-inline: 0.625rem 1.25rem;
253
281
  }
254
- .methodAccordion .methodAccordionContent {
282
+ .requestAccordion .responseAccordionSummary_title,
283
+ .requestAccordion .requestAccordionSummary_title,
284
+ .requestAccordion .responseAccordionSummary,
285
+ .responseAccordion .responseAccordionSummary_title,
286
+ .responseAccordion .requestAccordionSummary_title,
287
+ .responseAccordion .responseAccordionSummary {
255
288
  display: flex;
256
- flex-direction: column;
257
- padding-inline: 1.875rem;
289
+ align-items: center;
258
290
  }
259
- .methodAccordion .methodAccordionContent .multiLineText {
260
- word-break: break-word;
291
+ .requestAccordion .responseAccordionSummary_title svg,
292
+ .requestAccordion .requestAccordionSummary_title svg,
293
+ .requestAccordion .responseAccordionSummary svg,
294
+ .responseAccordion .responseAccordionSummary_title svg,
295
+ .responseAccordion .requestAccordionSummary_title svg,
296
+ .responseAccordion .responseAccordionSummary svg {
297
+ transition: rotate 0.2s ease-in-out;
261
298
  }
262
- .methodAccordion .methodAccordionContent .methodDesc {
263
- margin-top: 1.25rem;
299
+ .requestAccordion .responseAccordionSummary_title .expanded,
300
+ .requestAccordion .requestAccordionSummary_title .expanded,
301
+ .requestAccordion .responseAccordionSummary .expanded,
302
+ .responseAccordion .responseAccordionSummary_title .expanded,
303
+ .responseAccordion .requestAccordionSummary_title .expanded,
304
+ .responseAccordion .responseAccordionSummary .expanded {
305
+ rotate: 180deg;
264
306
  }
265
- .methodAccordion .methodAccordionContent .paramsTable {
266
- margin-top: 1.875rem;
307
+ .requestAccordion :global(.accordion-details) :global(.textArea .inputField),
308
+ .responseAccordion :global(.accordion-details) :global(.textArea .inputField) {
309
+ padding: 0;
310
+ border: none;
267
311
  }
268
- .methodAccordion .methodAccordionContent .paramsTable .paramsTableBodyHead {
269
- font-weight: 600;
270
- font-family: "Cairo";
271
- font-size: 1.875rem;
272
- line-height: 2.5rem;
273
- margin: 0;
274
- margin-bottom: 1.25rem;
312
+ .requestAccordion :global(.accordion-header .iconContainer .dropdownIcon),
313
+ .responseAccordion :global(.accordion-header .iconContainer .dropdownIcon) {
314
+ display: none !important;
275
315
  }
276
- .methodAccordion .methodAccordionContent .paramsTable .responseHeader {
277
- display: flex;
278
- flex-direction: row;
279
- justify-content: space-between;
280
- align-items: center;
316
+ .requestAccordion :global(.accordion-header),
317
+ .responseAccordion :global(.accordion-header) {
318
+ cursor: default;
319
+ }
320
+
321
+ .responseAccordion .responseAccordionSummary {
281
322
  display: flex;
282
323
  align-items: center;
283
324
  }
284
- .methodAccordion .methodAccordionContent .paramsTable .responseHeader :global(.multiSelectGroup .optionsList) {
325
+ .responseAccordion .responseAccordionSummary :global(.multiSelectGroup .optionsList) {
285
326
  width: 8rem !important;
286
327
  min-width: 8rem !important;
287
328
  }
288
- .methodAccordion .methodAccordionContent .paramsTable .responseHeader :global(.multiSelectGroup) {
329
+ .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) {
289
330
  width: 8rem;
290
331
  margin-left: auto;
291
332
  }
292
- .methodAccordion .methodAccordionContent .paramsTable .responseHeader :global(.multiSelectGroup) :global(.selectDisplay) {
333
+ .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) :global(.selectDisplay) {
293
334
  height: 2.0625rem !important;
294
335
  min-height: 2.0625rem !important;
295
336
  padding: 0;
296
337
  padding-left: 0.625rem;
297
338
  }
298
- .methodAccordion .methodAccordionContent .paramsTable .responseHeader .statusCodeOptionContainer {
339
+ .responseAccordion :global(.accordion-header) {
340
+ overflow: visible;
341
+ cursor: default;
342
+ }
343
+ .responseAccordion .statusCodeOptionContainer {
299
344
  display: grid;
300
345
  grid-template-columns: min-content min-content;
301
346
  align-items: center;
302
347
  gap: 0.625rem;
303
348
  }
304
- .methodAccordion .methodAccordionContent .paramsTable .responseHeader .statusCodeOptionContainer .statusCodeOptionCircle {
349
+ .responseAccordion .statusCodeOptionContainer .statusCodeOptionCircle {
305
350
  width: 0.625rem;
306
351
  aspect-ratio: 1/1;
307
352
  border-radius: 100%;
308
- }
309
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer {
353
+ }.tooltip-custom-wrapper {
310
354
  display: flex;
311
355
  }
312
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer .paramDescContainer_separator {
313
- height: inherit;
314
- width: 1px;
315
- background-color: #d8dae5;
356
+
357
+ [data-tippy-root] {
358
+ z-index: 2 !important;
316
359
  }
317
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn) svg path {
318
- stroke-width: 0.1;
360
+
361
+ .tippy-box {
362
+ background-color: #202f5b;
363
+ font-size: 0.875rem;
364
+ border-radius: 0.3125rem;
365
+ width: max-content;
366
+ max-width: 100%;
367
+ overflow-wrap: break-word;
368
+ word-break: break-word;
369
+ position: relative;
370
+ border: 1px solid #d8dae5;
371
+ z-index: 2;
319
372
  }
320
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).editDescBtn {
321
- padding: 0;
322
- margin-right: 1.25rem;
373
+ .tippy-box.function .tippy-content {
374
+ background-color: #fff !important;
375
+ color: #000 !important;
323
376
  }
324
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) {
325
- display: flex;
326
- align-items: center;
327
- padding: 0;
328
- color: #12131a;
377
+ .tippy-box.function[data-placement] > .tippy-arrow:before {
378
+ color: #fff !important;
329
379
  }
330
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
331
- margin-block: auto;
380
+ .tippy-box.info .tippy-arrow {
381
+ color: #202f5b;
332
382
  }
333
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg {
334
- align-self: center;
335
- }
336
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg path {
337
- fill: #12131a;
338
- }
339
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn {
340
- padding: 0;
341
- }
342
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
343
- margin-block: auto;
344
- }
345
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg {
346
- width: 1.125rem;
347
- }
348
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn:not(:global(.disabled)):global(.success) :global(.endBtnIcon) {
349
- margin-block: auto;
350
- }
351
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn:not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg {
352
- width: 1.125rem;
353
- }
354
- .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn:not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg path {
355
- fill: #3aaa35;
356
- }
357
- .methodAccordion .methodAccordionContent .paramsTable .editDescTooltipContent {
358
- display: flex;
359
- flex-direction: column;
360
- gap: 0.625rem;
361
- padding-bottom: 0.625rem;
362
- }
363
- .methodAccordion .methodAccordionContent .paramsTable .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
364
- margin-inline: 0.625rem;
365
- }
366
- .methodAccordion .methodAccordionContent .paramsTable .editDescTooltipContent .editDescTooltipContent_header {
367
- font-weight: 600;
368
- font-size: 0.875rem;
369
- line-height: 1.25rem;
370
- padding: 0.75rem 1.25rem;
371
- border-bottom: 1px solid #d8dae5;
372
- }
373
- .methodAccordion .methodAccordionContent .paramsTable :global(.requiredParam) :global(.headContainer)::after {
374
- content: "*";
375
- color: red;
376
- transform: translateX(0.125rem);
377
- }
378
- .methodAccordion .methodAccordionContent .requestAccordion,
379
- .methodAccordion .methodAccordionContent .responseAccordion {
380
- border: 1px solid #babdcc;
381
- border-radius: 0.3125rem !important;
382
- box-shadow: none !important;
383
- margin-bottom: 0 !important;
384
- cursor: default !important;
385
- margin-top: 1.25rem;
386
- }
387
- .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-header),
388
- .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header) {
389
- display: flex;
390
- align-items: center;
391
- justify-content: space-between;
392
- margin: 0 !important;
393
- padding: 0 !important;
394
- height: 4.0625rem !important;
395
- border-radius: 0.3125rem !important;
396
- background-color: white !important;
397
- }
398
- .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-details.expanded),
399
- .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-details.expanded) {
400
- border-top: 1px solid #babdcc !important;
401
- padding: 1.25rem !important;
402
- padding: 0 !important;
403
- }
404
- .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea,
405
- .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea {
406
- border-top-right-radius: 0;
407
- border-top-left-radius: 0;
408
- height: 10rem;
409
- }
410
- .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea),
411
- .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea) {
412
- display: flex;
413
- }
414
- .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField),
415
- .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField) {
416
- height: 100%;
417
- padding: 1.25rem;
418
- }
419
- .methodAccordion .methodAccordionContent .requestAccordion .requestAccordionSummary,
420
- .methodAccordion .methodAccordionContent .requestAccordion .responseAccordionSummary,
421
- .methodAccordion .methodAccordionContent .responseAccordion .requestAccordionSummary,
422
- .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary {
423
- width: 100%;
424
- display: flex;
425
- justify-content: space-between;
426
- font-weight: 700;
427
- font-size: 1.125rem;
428
- line-height: 1.5rem;
429
- display: flex;
430
- align-items: center;
431
- cursor: default !important;
432
- margin-inline: 0.625rem 1.25rem;
433
- }
434
- .methodAccordion .methodAccordionContent .requestAccordion .responseAccordionSummary_title,
435
- .methodAccordion .methodAccordionContent .requestAccordion .requestAccordionSummary_title,
436
- .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary_title,
437
- .methodAccordion .methodAccordionContent .responseAccordion .requestAccordionSummary_title {
438
- display: flex;
439
- align-items: center;
440
- cursor: pointer;
441
- }
442
- .methodAccordion .methodAccordionContent .requestAccordion .responseAccordionSummary_title svg,
443
- .methodAccordion .methodAccordionContent .requestAccordion .requestAccordionSummary_title svg,
444
- .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary_title svg,
445
- .methodAccordion .methodAccordionContent .responseAccordion .requestAccordionSummary_title svg {
446
- transition: rotate 0.2s ease-in-out;
447
- }
448
- .methodAccordion .methodAccordionContent .requestAccordion .responseAccordionSummary_title .expanded,
449
- .methodAccordion .methodAccordionContent .requestAccordion .requestAccordionSummary_title .expanded,
450
- .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary_title .expanded,
451
- .methodAccordion .methodAccordionContent .responseAccordion .requestAccordionSummary_title .expanded {
452
- rotate: 180deg;
453
- }
454
- .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-details) :global(.textArea .inputField),
455
- .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-details) :global(.textArea .inputField) {
456
- padding: 0;
457
- border: none;
458
- }
459
- .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-header .iconContainer .dropdownIcon),
460
- .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header .iconContainer .dropdownIcon) {
461
- display: none !important;
462
- }
463
- .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-header),
464
- .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header) {
465
- cursor: default;
466
- }
467
- .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary {
468
- display: flex;
469
- align-items: center;
470
- }
471
- .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary :global(.multiSelectGroup .optionsList) {
472
- width: 8rem !important;
473
- min-width: 8rem !important;
474
- }
475
- .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) {
476
- width: 8rem;
477
- margin-left: auto;
478
- }
479
- .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) :global(.selectDisplay) {
480
- height: 2.0625rem !important;
481
- min-height: 2.0625rem !important;
482
- padding: 0;
483
- padding-left: 0.625rem;
484
- }
485
- .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header) {
486
- overflow: visible;
487
- cursor: default;
488
- }
489
- .methodAccordion .methodAccordionContent .responseAccordion .statusCodeOptionContainer {
490
- display: grid;
491
- grid-template-columns: min-content min-content;
492
- align-items: center;
493
- gap: 0.625rem;
494
- }
495
- .methodAccordion .methodAccordionContent .responseAccordion .statusCodeOptionContainer .statusCodeOptionCircle {
496
- width: 0.625rem;
497
- aspect-ratio: 1/1;
498
- border-radius: 100%;
499
- }
500
- .methodAccordion.readOnly .methodAccordionContent {
501
- padding: 0;
502
- }
503
- .methodAccordion.readOnly :global(.accordion-header) {
504
- margin: 1.25rem 0 0 0 !important;
505
- }
506
- .methodAccordion.readOnly :global(.accordion-details) {
507
- background-color: transparent !important;
508
- }
509
- .methodAccordion.readOnly .methodSummaryContainer .methodSummary {
510
- background-color: #ebecf2;
511
- }
512
- .methodAccordion.readOnly .methodSummaryContainer .methodExpandArrowContainer {
513
- background-color: #ebecf2;
514
- }.tooltip-custom-wrapper {
515
- display: flex;
516
- }
517
-
518
- [data-tippy-root] {
519
- z-index: 2 !important;
520
- }
521
-
522
- .tippy-box {
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;
383
+ .tippy-box.success {
384
+ border-radius: 1.875rem;
385
+ background-color: #3aaa35;
386
+ padding-inline: 0.625rem;
548
387
  }
549
388
  .tippy-box .tippy-content {
550
389
  text-align: justify;
@@ -747,195 +586,25 @@
747
586
  display: flex;
748
587
  gap: 1.25rem;
749
588
  margin-top: 1.875rem;
750
- }.livePreviewContainer .titleContainer {
751
- margin-top: 1.875rem;
752
- display: flex;
753
- justify-content: space-between;
754
- align-items: center;
755
- flex-wrap: wrap;
756
- max-width: 100%;
757
- gap: 1.25rem;
758
- }
759
- .livePreviewContainer .titleContainer p.apiName {
760
- font-size: 40px;
761
- line-height: 30px;
762
- font-weight: 500;
763
- word-wrap: break-word;
764
- overflow-wrap: break-word;
765
- word-break: break-all;
589
+ }.json-editor-container {
590
+ overflow: hidden;
591
+ border-bottom-right-radius: 0.3125rem;
592
+ border-bottom-left-radius: 0.3125rem;
766
593
  }
767
- .livePreviewContainer .titleContainer .livePreviewChip {
768
- background-color: #ebecf2;
769
- color: #12131a;
594
+ .json-editor-container .json-editor-label {
595
+ font-size: 0.875rem;
596
+ font-weight: 600;
597
+ line-height: 1.25rem;
598
+ margin-bottom: 0.3125rem;
770
599
  }
771
- .livePreviewContainer .description_preview {
772
- word-break: break-all;
773
- }
774
-
775
- .requestAccordion,
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;
784
- }
785
- .requestAccordion :global(.accordion-header),
786
- .responseAccordion :global(.accordion-header) {
787
- background-color: #f4c5c5;
788
- display: flex;
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;
795
- }
796
- .requestAccordion :global(.accordion-details.expanded),
797
- .responseAccordion :global(.accordion-details.expanded) {
798
- border-top: 1px solid #000 !important;
799
- padding: 1.25rem !important;
800
- padding: 0 !important;
801
- background-color: #f4c5c5;
802
- }
803
- .requestAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea,
804
- .responseAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea {
805
- border-top-right-radius: 0;
806
- border-top-left-radius: 0;
807
- height: 10rem;
808
- }
809
- .requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea),
810
- .responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea) {
811
- display: flex;
812
- }
813
- .requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField),
814
- .responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField) {
815
- height: 100%;
816
- padding: 1.25rem;
817
- }
818
- .requestAccordion .accordionContent,
819
- .responseAccordion .accordionContent {
820
- max-width: 100%;
821
- padding-left: 0.625rem;
822
- padding-right: 0.625rem;
823
- padding-top: 0.9375rem;
824
- }
825
- .requestAccordion .accordionContent ol,
826
- .responseAccordion .accordionContent ol {
827
- padding-left: 1.7rem;
828
- }
829
- .requestAccordion .accordionContent ol li,
830
- .responseAccordion .accordionContent ol li {
831
- max-width: 100%;
832
- word-break: break-all;
833
- }
834
- .requestAccordion .requestAccordionSummary,
835
- .requestAccordion .responseAccordionSummary,
836
- .responseAccordion .requestAccordionSummary,
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;
848
- }
849
- .requestAccordion .responseAccordionSummary_title,
850
- .requestAccordion .requestAccordionSummary_title,
851
- .requestAccordion .responseAccordionSummary,
852
- .responseAccordion .responseAccordionSummary_title,
853
- .responseAccordion .requestAccordionSummary_title,
854
- .responseAccordion .responseAccordionSummary {
855
- display: flex;
856
- align-items: center;
857
- }
858
- .requestAccordion .responseAccordionSummary_title svg,
859
- .requestAccordion .requestAccordionSummary_title svg,
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;
865
- }
866
- .requestAccordion .responseAccordionSummary_title .expanded,
867
- .requestAccordion .requestAccordionSummary_title .expanded,
868
- .requestAccordion .responseAccordionSummary .expanded,
869
- .responseAccordion .responseAccordionSummary_title .expanded,
870
- .responseAccordion .requestAccordionSummary_title .expanded,
871
- .responseAccordion .responseAccordionSummary .expanded {
872
- rotate: 180deg;
873
- }
874
- .requestAccordion :global(.accordion-details) :global(.textArea .inputField),
875
- .responseAccordion :global(.accordion-details) :global(.textArea .inputField) {
876
- padding: 0;
877
- border: none;
878
- }
879
- .requestAccordion :global(.accordion-header .iconContainer .dropdownIcon),
880
- .responseAccordion :global(.accordion-header .iconContainer .dropdownIcon) {
881
- display: none !important;
882
- }
883
- .requestAccordion :global(.accordion-header),
884
- .responseAccordion :global(.accordion-header) {
885
- cursor: default;
886
- }
887
-
888
- .responseAccordion .responseAccordionSummary {
889
- display: flex;
890
- align-items: center;
891
- }
892
- .responseAccordion .responseAccordionSummary :global(.multiSelectGroup .optionsList) {
893
- width: 8rem !important;
894
- min-width: 8rem !important;
895
- }
896
- .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) {
897
- width: 8rem;
898
- margin-left: auto;
899
- }
900
- .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) :global(.selectDisplay) {
901
- height: 2.0625rem !important;
902
- min-height: 2.0625rem !important;
903
- padding: 0;
904
- padding-left: 0.625rem;
905
- }
906
- .responseAccordion :global(.accordion-header) {
907
- overflow: visible;
908
- cursor: default;
909
- }
910
- .responseAccordion .statusCodeOptionContainer {
911
- display: grid;
912
- grid-template-columns: min-content min-content;
913
- align-items: center;
914
- gap: 0.625rem;
915
- }
916
- .responseAccordion .statusCodeOptionContainer .statusCodeOptionCircle {
917
- width: 0.625rem;
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;
924
- }
925
- .json-editor-container .json-editor-label {
926
- font-size: 0.875rem;
927
- font-weight: 600;
928
- line-height: 1.25rem;
929
- margin-bottom: 0.3125rem;
930
- }
931
- .json-editor-container .json-editor {
932
- display: flex;
933
- flex-direction: column;
934
- background-color: #142452;
935
- width: 100%;
936
- outline: 1px solid transparent;
937
- position: relative;
938
- overflow: hidden;
600
+ .json-editor-container .json-editor {
601
+ display: flex;
602
+ flex-direction: column;
603
+ background-color: #142452;
604
+ width: 100%;
605
+ outline: 1px solid transparent;
606
+ position: relative;
607
+ overflow: hidden;
939
608
  }
940
609
  .json-editor-container .json-editor .actions-container {
941
610
  width: 100%;
@@ -1133,436 +802,693 @@
1133
802
  }
1134
803
  .drawerItemContainer .color-red {
1135
804
  color: var(--color-error);
1136
- }:root {
1137
- --white: #fff;
1138
- --Gray-5: #f1f2f6;
1139
- --Gray-10: #ebecf2;
1140
- --Gray-20: #d8dae5;
1141
- --Gray-30: #babdcc;
1142
- --Gray-40: #9a9eb2;
1143
- --Gray-50: #828699;
1144
- --Gray-60: #696c80;
1145
- --Gray-100: #12131a;
1146
- --black: #000;
1147
- --primary-static: #4d75d8;
1148
- --primary-hover: #7c9bea;
1149
- --primary-active: #2c4fa4;
1150
- --primary-disabled: #9a9eb2;
1151
- --secondary-static: #40e0d0;
1152
- --secondary-hover: #9efcf2;
1153
- --secondary-active: #2fa599;
1154
- --error-static: #da3f3f;
1155
- --error-hover: #e75d5d;
1156
- --error-active: #bb3232;
1157
- --success-static: #3aaa35;
1158
- --success-hover: #5cda56;
1159
- --success-active: #2a8a25;
1160
- --info-static: #c6c6c6;
1161
- --info-hover: #e4e4e4;
1162
- --info-active: #979797;
1163
- --warning-static: #faad14;
1164
- --warning-hover: #f9be4a;
1165
- --warning-active: #db9711;
1166
- --action-static: #142452;
1167
- --action-hover: #21387d;
1168
- --action-active: #000000;
1169
- --color-info-primary: #3a6cd1;
1170
- --primary-font-color: #142452;
1171
- --placeholder-font-color: #babdcc;
1172
- --warning-font-color: #ce2828;
1173
- --alert-error: #da3f3f;
1174
- --alert-light-error: #f4c5c5;
1175
- --alert-success: #3aaa35;
1176
- --alert-light-success: #c4e5c2;
1177
- --alert-info: #8eaaf1;
1178
- --alert-light-info: #c4d3f1;
1179
- --alert-warning: #faad14;
1180
- --alert-light-warning: #fde6b8;
1181
- --border-focus: #3a6cd1;
1182
- --tooltip-background-color: #202f5b;
1183
- --text-color-primary: #142452;
1184
- --text-color-secondary: #ffff;
1185
- --text-color-neutral: #828699;
1186
- --text-color-tertiary: #808080;
1187
- --text-color-note: #242424;
1188
- --text-color-quaternary: #142452;
1189
- --text-color-disabled: #ffff;
1190
- --background-color-white-primary: #fff;
1191
- --background-color-light-primary: #8eaaf1;
1192
- --background-color-white-secondary: #fff;
1193
- --background-color-primary-dark: #142452;
1194
- --background-color-gray-5: #f1f2f6;
1195
- --background-color-gray-30: #ebecf2;
1196
- --background-color-tertiary-light: #2c4fa4;
1197
- --background-color-gray-10: #f1f2f6;
1198
- --background-color-gray-40: #ebecf2;
1199
- --background-color-light-blue: #dfe7f8;
1200
- --border-color-primary: #babdcc;
1201
- --border-color-secondary: #d8dae5;
1202
- --border-color-neutral: #ebecf2;
1203
- --border-color-tertiary: #ebecf2;
1204
- --border-color-gray: #ebecf2;
1205
- --border-color-hover: #142452;
1206
- --border-color-active: #3a6cd1;
1207
- --icon-color-main: #142452;
1208
- --icon-color-secondary: #000;
1209
- --icon-color-quaternary: #babdcc;
1210
- --icon-color-disabled: #9a9eb2;
1211
- --link-btn-primary-color: #3a6cd1;
1212
- --button-color-static: #4d75d8;
1213
- --button-color-hover: #7c9bea;
1214
- --button-color-active: #2c4fa4;
1215
- --alert-natural: #c4d3f1;
1216
- }
1217
-
1218
- #EnumButton {
1219
- display: flex;
1220
- justify-content: center;
1221
- align-items: center;
1222
- border: 0.0375rem solid #babdcc;
1223
- border-radius: 0.3125rem;
805
+ }.methodAccordion {
806
+ border: none !important;
807
+ box-shadow: none !important;
808
+ margin-bottom: 0 !important;
1224
809
  }
1225
-
1226
- div.endBtnIcon {
1227
- align-self: center !important;
810
+ .methodAccordion :global(.accordion-header) {
811
+ padding: 0 !important;
812
+ margin: 1.25rem 1.875rem 0 1.875rem !important;
813
+ height: 2.625rem;
814
+ border: none !important;
815
+ background-color: transparent !important;
1228
816
  }
1229
-
1230
- .methodDescForEnum {
1231
- width: 16.875rem !important;
817
+ .methodAccordion :global(.iconContainer .dropdownIcon) {
818
+ display: none !important;
1232
819
  }
1233
-
1234
- .select-inputs {
820
+ .methodAccordion :global(.accordion-details.expanded) {
821
+ border: none !important;
822
+ padding: 0 !important;
823
+ }
824
+ .methodAccordion :global(.enumText) {
825
+ font-family: "Cairo";
826
+ font-weight: 400;
827
+ font-size: 0.875rem;
828
+ line-height: 1.25rem;
829
+ max-width: 5.5625rem;
830
+ white-space: normal;
831
+ }
832
+ .methodAccordion .methodSummaryContainer {
1235
833
  display: flex;
1236
- flex-direction: row;
1237
- gap: 0.625rem;
834
+ align-items: center;
835
+ gap: 0.9375rem;
836
+ margin-bottom: 1.25rem;
1238
837
  }
1239
-
1240
- .addEnumButton {
1241
- color: #4d75d8 !important;
838
+ .methodAccordion .methodSummaryContainer .methodSummary {
1242
839
  display: flex;
1243
- flex-direction: row;
1244
840
  align-items: center;
1245
- font-size: 0.9375rem;
1246
- font-weight: 400;
1247
- font-family: "Cairo";
1248
841
  gap: 0.3125rem;
1249
- cursor: pointer;
842
+ background-color: #f8f9fb;
843
+ width: 100%;
844
+ padding: 0.3125rem;
845
+ border-radius: 0.3125rem;
846
+ font-size: 0.875rem;
1250
847
  }
1251
-
1252
- .tableSectionContainer .tableContainer {
1253
- max-width: 100%;
1254
- overflow-x: overlay;
848
+ .methodAccordion .methodSummaryContainer .methodSummary .methodLabel {
849
+ display: grid;
850
+ place-content: center;
851
+ width: 5rem;
852
+ height: 2rem;
853
+ color: white;
854
+ border-radius: 0.1875rem;
855
+ text-transform: capitalize;
1255
856
  }
1256
- .tableSectionContainer .tableContainer.tableContainer * {
1257
- font-family: "Cairo";
857
+ .methodAccordion .methodSummaryContainer .methodSummary .methodPath {
858
+ display: block;
859
+ line-height: 1.25rem !important;
1258
860
  }
1259
- .tableSectionContainer .tableContainer .table {
1260
- width: 100%;
1261
- border-spacing: 0;
1262
- border: none;
1263
- border-right: 1px solid var(--border-color-neutral);
1264
- border-left: 1px solid var(--border-color-neutral);
861
+ .methodAccordion .methodSummaryContainer .methodExpandArrowContainer {
862
+ display: grid;
863
+ place-content: center;
864
+ width: 2.25rem;
865
+ aspect-ratio: 1/1;
866
+ border-radius: 100%;
867
+ background-color: #f8f9fb;
868
+ margin-left: auto;
1265
869
  }
1266
- .tableSectionContainer .tableContainer .table.borderRadiusTop {
1267
- border-top-left-radius: 0.625rem;
1268
- border-top-right-radius: 0.625rem;
870
+ .methodAccordion .methodSummaryContainer .methodExpandArrowContainer.expanded svg {
871
+ rotate: 180deg;
1269
872
  }
1270
- .tableSectionContainer .tableContainer .table.borderRadiusBottom {
1271
- border-bottom-left-radius: 0.625rem;
1272
- border-bottom-right-radius: 0.625rem;
873
+ .methodAccordion .methodSummaryContainer .methodExpandArrowContainer svg {
874
+ transition: rotate 0.3s ease-in-out;
1273
875
  }
1274
- .tableSectionContainer .tableContainer .table .tableHead {
1275
- border: 1px solid var(--Gray-10);
1276
- margin: 0rem !important;
1277
- background-color: #f8f9fb;
1278
- width: max-content;
1279
- min-width: 100%;
1280
- color: var(--Gray-50);
1281
- font-weight: 400;
876
+ .methodAccordion .methodAccordionContent {
877
+ display: flex;
878
+ flex-direction: column;
879
+ padding-inline: 1.875rem;
1282
880
  }
1283
- .tableSectionContainer .tableContainer .table .tableHead .tableHeadCell {
1284
- border-bottom: 1px solid var(--border-color-neutral);
1285
- border-top: 1px solid var(--border-color-neutral);
1286
- font-style: normal;
1287
- font-size: 0.875rem;
1288
- padding: 0.75rem 1.875rem;
1289
- text-align: start;
1290
- white-space: nowrap;
1291
- color: inherit;
1292
- font-weight: inherit;
881
+ .methodAccordion .methodAccordionContent .multiLineText {
882
+ word-break: break-word;
1293
883
  }
1294
- .tableSectionContainer .tableContainer .table .tableHead .tableHeadCell .sortIcon {
1295
- padding: 0rem 0.25rem;
1296
- height: 1.875rem;
1297
- cursor: pointer;
884
+ .methodAccordion .methodAccordionContent .methodDesc {
885
+ margin-top: 1.25rem;
1298
886
  }
1299
- .tableSectionContainer .tableContainer .table .tableHead .headContainer {
887
+ .methodAccordion .methodAccordionContent .paramsTable {
888
+ margin-top: 1.875rem;
889
+ }
890
+ .methodAccordion .methodAccordionContent .paramsTable .paramsTableBodyHead {
891
+ font-weight: 600;
892
+ font-family: "Cairo";
893
+ font-size: 1.875rem;
894
+ line-height: 2.5rem;
895
+ margin: 0;
896
+ margin-bottom: 1.25rem;
897
+ }
898
+ .methodAccordion .methodAccordionContent .paramsTable .responseHeader {
1300
899
  display: flex;
1301
900
  flex-direction: row;
901
+ justify-content: space-between;
902
+ align-items: center;
903
+ display: flex;
1302
904
  align-items: center;
1303
- text-overflow: ellipsis;
1304
- }
1305
- .tableSectionContainer .tableContainer .table .tableBody tr {
1306
- background-color: var(--background-color-white-secondary);
1307
- overflow: visible !important;
1308
- }
1309
- .tableSectionContainer .tableContainer .table .tableBody tr .tippy-content {
1310
- background-color: var(--border-color-hover);
1311
- color: var(--text-color-disabled);
1312
- border-radius: 5px;
1313
- font-size: 14px;
1314
- font-weight: 400;
1315
- line-height: 20px;
1316
- text-align: left;
1317
905
  }
1318
- .tableSectionContainer .tableContainer .table .tableBody tr .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
1319
- color: var(--border-color-hover);
906
+ .methodAccordion .methodAccordionContent .paramsTable .responseHeader :global(.multiSelectGroup .optionsList) {
907
+ width: 8rem !important;
908
+ min-width: 8rem !important;
1320
909
  }
1321
- .tableSectionContainer .tableContainer .table .tableBody tr.rowSelected {
1322
- background-color: var(--background-color-gray-40);
910
+ .methodAccordion .methodAccordionContent .paramsTable .responseHeader :global(.multiSelectGroup) {
911
+ width: 8rem;
912
+ margin-left: auto;
1323
913
  }
1324
- .tableSectionContainer .tableContainer .table .tableBody tr td {
1325
- font-weight: 400;
1326
- font-size: 0.875rem;
1327
- text-align: start;
1328
- color: var(--text-color-primary);
1329
- border-bottom: 1px solid var(--border-color-gray);
1330
- width: max-content;
1331
- white-space: nowrap;
1332
- height: 3.75rem;
1333
- padding: 0.75rem 1.875rem;
1334
- overflow: visible !important;
914
+ .methodAccordion .methodAccordionContent .paramsTable .responseHeader :global(.multiSelectGroup) :global(.selectDisplay) {
915
+ height: 2.0625rem !important;
916
+ min-height: 2.0625rem !important;
917
+ padding: 0;
918
+ padding-left: 0.625rem;
1335
919
  }
1336
- .tableSectionContainer .tableContainer .table .tableBody tr td .tableData {
1337
- max-width: 100%;
1338
- width: fit-content;
1339
- white-space: nowrap;
1340
- text-overflow: ellipsis;
1341
- overflow: visible !important;
920
+ .methodAccordion .methodAccordionContent .paramsTable .responseHeader .statusCodeOptionContainer {
921
+ display: grid;
922
+ grid-template-columns: min-content min-content;
923
+ align-items: center;
924
+ gap: 0.625rem;
1342
925
  }
1343
- .tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn .btnContentWrapper .endBtnIcon svg path,
1344
- .tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn :link .btnContentWrapper .endBtnIcon svg path,
1345
- .tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn :visited .btnContentWrapper .endBtnIcon svg path {
1346
- stroke-width: 0.1 !important;
1347
- fill: #12131a !important;
926
+ .methodAccordion .methodAccordionContent .paramsTable .responseHeader .statusCodeOptionContainer .statusCodeOptionCircle {
927
+ width: 0.625rem;
928
+ aspect-ratio: 1/1;
929
+ border-radius: 100%;
1348
930
  }
1349
- .tableSectionContainer .tableContainer .table .tableBody tr:hover {
1350
- background-color: var(--background-color-gray-10);
931
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer {
932
+ display: flex;
1351
933
  }
1352
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow {
1353
- background-color: var(--background-color-white-secondary);
1354
- height: 4.375rem;
934
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer .paramDescContainer_separator {
935
+ height: inherit;
936
+ width: 1px;
937
+ background-color: #d8dae5;
1355
938
  }
1356
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow:hover {
1357
- background-color: var(--background-color-white-secondary);
939
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn) svg path {
940
+ stroke-width: 0.1;
1358
941
  }
1359
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer {
1360
- width: 100%;
1361
- height: 100%;
1362
- color: var(--text-color-quaternary);
942
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).editDescBtn {
943
+ padding: 0;
944
+ margin-right: 1.25rem;
1363
945
  }
1364
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer {
946
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) {
1365
947
  display: flex;
1366
- flex-direction: row;
1367
948
  align-items: center;
1368
- justify-content: center;
1369
- width: 100%;
1370
- height: 100%;
1371
- }
1372
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer .fallbackText {
1373
- font-style: normal;
1374
- font-weight: 400;
1375
- font-size: 0.875rem;
1376
- line-height: 1.25rem;
949
+ padding: 0;
950
+ color: #12131a;
1377
951
  }
1378
- .tableSectionContainer .tableContainer .table th,
1379
- .tableSectionContainer .tableContainer .table td {
1380
- text-align: left;
952
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
953
+ margin-block: auto;
1381
954
  }
1382
- .tableSectionContainer .tableFooterContainer {
1383
- display: flex;
1384
- width: 100%;
1385
- height: auto;
955
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg {
956
+ align-self: center;
1386
957
  }
1387
- .tableSectionContainer .ascArrow {
1388
- height: 0.8125rem;
1389
- margin-bottom: 0.4375rem;
1390
- cursor: pointer;
958
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg path {
959
+ fill: #12131a;
1391
960
  }
1392
- .tableSectionContainer .descArrow {
1393
- height: 0.8125rem;
1394
- margin-top: 0.4375rem;
1395
- cursor: pointer;
961
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn {
962
+ padding: 0;
1396
963
  }
1397
- .tableSectionContainer .defaultSortArrow {
1398
- height: 1.25rem;
1399
- cursor: pointer;
964
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
965
+ margin-block: auto;
1400
966
  }
1401
- .tableSectionContainer .ascArrow path,
1402
- .tableSectionContainer .descArrow path,
1403
- .tableSectionContainer .defaultSortArrow path {
1404
- fill: var(--Gray-50);
1405
- }.api-docs-api-tree {
1406
- width: 100%;
1407
- max-width: 12.5rem;
1408
- padding: 3rem 1.25rem;
1409
- box-sizing: border-box;
967
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg {
968
+ width: 1.125rem;
1410
969
  }
1411
- .api-docs-api-tree > * {
1412
- box-sizing: border-box;
970
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn:not(:global(.disabled)):global(.success) :global(.endBtnIcon) {
971
+ margin-block: auto;
1413
972
  }
1414
- .api-docs-api-tree__section-header {
973
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn:not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg {
974
+ width: 1.125rem;
975
+ }
976
+ .methodAccordion .methodAccordionContent .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn:not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg path {
977
+ fill: #3aaa35;
978
+ }
979
+ .methodAccordion .methodAccordionContent .paramsTable .editDescTooltipContent {
1415
980
  display: flex;
1416
- align-items: center;
1417
- gap: 0.25rem;
1418
- padding-inline: 0.5rem;
1419
- cursor: pointer;
1420
- user-select: none;
1421
- height: 2.5rem;
981
+ flex-direction: column;
982
+ gap: 0.625rem;
983
+ padding-bottom: 0.625rem;
1422
984
  }
1423
- .api-docs-api-tree__section-header:hover {
1424
- background-color: #f3f4f6;
1425
- width: 100%;
985
+ .methodAccordion .methodAccordionContent .paramsTable .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
986
+ margin-inline: 0.625rem;
1426
987
  }
1427
- .api-docs-api-tree__section-header svg {
1428
- min-width: 1rem;
988
+ .methodAccordion .methodAccordionContent .paramsTable .editDescTooltipContent .editDescTooltipContent_header {
989
+ font-weight: 600;
990
+ font-size: 0.875rem;
991
+ line-height: 1.25rem;
992
+ padding: 0.75rem 1.25rem;
993
+ border-bottom: 1px solid #d8dae5;
1429
994
  }
1430
- .api-docs-api-tree__section-header svg:first-child path {
1431
- stroke: #bbbec5;
995
+ .methodAccordion .methodAccordionContent .paramsTable :global(.requiredParam) :global(.headContainer)::after {
996
+ content: "*";
997
+ color: red;
998
+ transform: translateX(0.125rem);
1432
999
  }
1433
- .api-docs-api-tree__section-title {
1434
- font-size: 0.75rem;
1435
- line-height: 0.875rem;
1436
- font-weight: 500;
1437
- color: #000;
1438
- margin-left: 0.25rem;
1439
- word-break: break-all;
1440
- line-height: 0.9375rem;
1000
+ .methodAccordion .methodAccordionContent .requestAccordion,
1001
+ .methodAccordion .methodAccordionContent .responseAccordion {
1002
+ border: 1px solid #babdcc;
1003
+ border-radius: 0.3125rem !important;
1004
+ box-shadow: none !important;
1005
+ margin-bottom: 0 !important;
1006
+ cursor: default !important;
1007
+ margin-top: 1.25rem;
1441
1008
  }
1442
- .api-docs-api-tree__section__overview {
1009
+ .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-header),
1010
+ .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header) {
1443
1011
  display: flex;
1444
1012
  align-items: center;
1445
- gap: 0.5rem;
1446
- padding: 0.5rem 1.75rem;
1447
- border-radius: 0.25rem;
1448
- cursor: pointer;
1449
- }
1450
- .api-docs-api-tree__section__overview:hover {
1451
- background-color: #f3f4f6;
1013
+ justify-content: space-between;
1014
+ margin: 0 !important;
1015
+ padding: 0 !important;
1016
+ height: 4.0625rem !important;
1017
+ border-radius: 0.3125rem !important;
1018
+ background-color: white !important;
1452
1019
  }
1453
- .api-docs-api-tree__section__overview span {
1454
- font-size: 0.75rem;
1455
- line-height: 0.875rem;
1456
- color: #000000;
1020
+ .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-details.expanded),
1021
+ .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-details.expanded) {
1022
+ border-top: 1px solid #babdcc !important;
1023
+ padding: 1.25rem !important;
1024
+ padding: 0 !important;
1457
1025
  }
1458
- .api-docs-api-tree__section__overview[data-active=true] {
1459
- background-color: #f0f1f2;
1026
+ .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea,
1027
+ .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea {
1028
+ border-top-right-radius: 0;
1029
+ border-top-left-radius: 0;
1030
+ height: 10rem;
1460
1031
  }
1461
- .api-docs-api-tree__section__endpoints {
1032
+ .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea),
1033
+ .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea) {
1462
1034
  display: flex;
1463
- align-items: center;
1464
- height: 1.5rem;
1465
- gap: 0.5rem;
1466
- border-radius: 0.25rem;
1467
- padding-inline: 1.75rem;
1468
- cursor: pointer;
1469
- }
1470
- .api-docs-api-tree__section__endpoints span {
1471
- font-size: 0.75rem;
1472
- line-height: 0.875rem;
1473
- color: #000000;
1474
1035
  }
1475
- .api-docs-api-tree__section__endpoints[data-active=true] {
1476
- background-color: #f0f1f2;
1036
+ .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField),
1037
+ .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField) {
1038
+ height: 100%;
1039
+ padding: 1.25rem;
1477
1040
  }
1478
- .api-docs-api-tree__section[data-active=true] .api-docs-api-tree__section-title {
1479
- color: #616874;
1041
+ .methodAccordion .methodAccordionContent .requestAccordion .requestAccordionSummary,
1042
+ .methodAccordion .methodAccordionContent .requestAccordion .responseAccordionSummary,
1043
+ .methodAccordion .methodAccordionContent .responseAccordion .requestAccordionSummary,
1044
+ .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary {
1045
+ width: 100%;
1046
+ display: flex;
1047
+ justify-content: space-between;
1048
+ font-weight: 700;
1049
+ font-size: 1.125rem;
1050
+ line-height: 1.5rem;
1051
+ display: flex;
1052
+ align-items: center;
1053
+ cursor: default !important;
1054
+ margin-inline: 0.625rem 1.25rem;
1480
1055
  }
1481
- .api-docs-api-tree__endpoints {
1056
+ .methodAccordion .methodAccordionContent .requestAccordion .responseAccordionSummary_title,
1057
+ .methodAccordion .methodAccordionContent .requestAccordion .requestAccordionSummary_title,
1058
+ .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary_title,
1059
+ .methodAccordion .methodAccordionContent .responseAccordion .requestAccordionSummary_title {
1482
1060
  display: flex;
1483
- flex-direction: column;
1484
- align-items: start;
1485
- gap: 0.5rem;
1486
- border-radius: 0.25rem;
1061
+ align-items: center;
1487
1062
  cursor: pointer;
1488
1063
  }
1489
- .api-docs-api-tree__endpoints span {
1490
- font-size: 0.75rem;
1491
- line-height: 0.875rem;
1492
- color: #000000;
1064
+ .methodAccordion .methodAccordionContent .requestAccordion .responseAccordionSummary_title svg,
1065
+ .methodAccordion .methodAccordionContent .requestAccordion .requestAccordionSummary_title svg,
1066
+ .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary_title svg,
1067
+ .methodAccordion .methodAccordionContent .responseAccordion .requestAccordionSummary_title svg {
1068
+ transition: rotate 0.2s ease-in-out;
1493
1069
  }
1494
- .api-docs-api-tree__endpoints[data-active=true] {
1495
- background-color: #f0f1f2;
1070
+ .methodAccordion .methodAccordionContent .requestAccordion .responseAccordionSummary_title .expanded,
1071
+ .methodAccordion .methodAccordionContent .requestAccordion .requestAccordionSummary_title .expanded,
1072
+ .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary_title .expanded,
1073
+ .methodAccordion .methodAccordionContent .responseAccordion .requestAccordionSummary_title .expanded {
1074
+ rotate: 180deg;
1496
1075
  }
1497
- .api-docs-api-tree__subsection-header {
1498
- height: 2rem;
1499
- display: flex;
1500
- align-items: center;
1501
- gap: 0.875rem;
1502
- padding-inline: 0.5rem;
1503
- cursor: pointer;
1504
- user-select: none;
1076
+ .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-details) :global(.textArea .inputField),
1077
+ .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-details) :global(.textArea .inputField) {
1078
+ padding: 0;
1079
+ border: none;
1505
1080
  }
1506
- .api-docs-api-tree__subsection-header svg {
1507
- color: #6b7280;
1081
+ .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-header .iconContainer .dropdownIcon),
1082
+ .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header .iconContainer .dropdownIcon) {
1083
+ display: none !important;
1508
1084
  }
1509
- .api-docs-api-tree__subsection-title {
1510
- font-size: 0.75rem;
1511
- line-height: 0.875rem;
1512
- color: #616874;
1085
+ .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-header),
1086
+ .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header) {
1087
+ cursor: default;
1513
1088
  }
1514
- .api-docs-api-tree__endpoint {
1089
+ .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary {
1515
1090
  display: flex;
1516
1091
  align-items: center;
1517
- gap: 0.25rem;
1518
- padding: 0.5rem 0.75rem;
1519
- text-transform: capitalize;
1520
- width: 100%;
1521
- cursor: pointer;
1522
1092
  }
1523
- .api-docs-api-tree__endpoint[data-active=true] {
1524
- background-color: #f0f1f2;
1093
+ .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary :global(.multiSelectGroup .optionsList) {
1094
+ width: 8rem !important;
1095
+ min-width: 8rem !important;
1525
1096
  }
1526
- .api-docs-api-tree__endpoint:hover {
1527
- background-color: #f3f4f6;
1097
+ .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) {
1098
+ width: 8rem;
1099
+ margin-left: auto;
1528
1100
  }
1529
- .api-docs-api-tree__endpoint-method {
1530
- font-size: 0.75rem;
1531
- line-height: 0.875rem;
1532
- font-weight: 400;
1533
- text-align: start;
1101
+ .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) :global(.selectDisplay) {
1102
+ height: 2.0625rem !important;
1103
+ min-height: 2.0625rem !important;
1104
+ padding: 0;
1105
+ padding-left: 0.625rem;
1534
1106
  }
1535
- .api-docs-api-tree__endpoint-name {
1536
- font-size: 0.75rem;
1537
- line-height: 0.875rem;
1538
- color: #3b3f46;
1539
- display: -webkit-box;
1540
- -webkit-box-orient: vertical;
1541
- -webkit-line-clamp: 1;
1542
- overflow: hidden;
1543
- text-overflow: ellipsis;
1107
+ .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header) {
1108
+ overflow: visible;
1109
+ cursor: default;
1544
1110
  }
1545
- .api-docs-api-tree__endpoint--get .api-docs-api-tree__endpoint-method {
1546
- color: #3a6cd1;
1111
+ .methodAccordion .methodAccordionContent .responseAccordion .statusCodeOptionContainer {
1112
+ display: grid;
1113
+ grid-template-columns: min-content min-content;
1114
+ align-items: center;
1115
+ gap: 0.625rem;
1547
1116
  }
1548
- .api-docs-api-tree__endpoint--post .api-docs-api-tree__endpoint-method {
1549
- color: #3aaa35;
1117
+ .methodAccordion .methodAccordionContent .responseAccordion .statusCodeOptionContainer .statusCodeOptionCircle {
1118
+ width: 0.625rem;
1119
+ aspect-ratio: 1/1;
1120
+ border-radius: 100%;
1550
1121
  }
1551
- .api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
1552
- color: #faad14;
1122
+ .methodAccordion.readOnly .methodAccordionContent {
1123
+ padding: 0;
1553
1124
  }
1554
- .api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
1555
- color: #da3f3f;
1125
+ .methodAccordion.readOnly :global(.accordion-header) {
1126
+ margin: 1.25rem 0 0 0 !important;
1556
1127
  }
1557
- .api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
1558
- color: #495d97;
1128
+ .methodAccordion.readOnly :global(.accordion-details) {
1129
+ background-color: transparent !important;
1559
1130
  }
1560
- .api-docs-api-tree__endpoint--head .api-docs-api-tree__endpoint-method {
1561
- color: #9461c9;
1131
+ .methodAccordion.readOnly .methodSummaryContainer .methodSummary {
1132
+ background-color: #ebecf2;
1562
1133
  }
1563
- .api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
1564
- color: #58e2c2;
1565
- }.api_docs_header {
1134
+ .methodAccordion.readOnly .methodSummaryContainer .methodExpandArrowContainer {
1135
+ background-color: #ebecf2;
1136
+ }:root {
1137
+ --white: #fff;
1138
+ --Gray-5: #f1f2f6;
1139
+ --Gray-10: #ebecf2;
1140
+ --Gray-20: #d8dae5;
1141
+ --Gray-30: #babdcc;
1142
+ --Gray-40: #9a9eb2;
1143
+ --Gray-50: #828699;
1144
+ --Gray-60: #696c80;
1145
+ --Gray-100: #12131a;
1146
+ --black: #000;
1147
+ --primary-static: #4d75d8;
1148
+ --primary-hover: #7c9bea;
1149
+ --primary-active: #2c4fa4;
1150
+ --primary-disabled: #9a9eb2;
1151
+ --secondary-static: #40e0d0;
1152
+ --secondary-hover: #9efcf2;
1153
+ --secondary-active: #2fa599;
1154
+ --error-static: #da3f3f;
1155
+ --error-hover: #e75d5d;
1156
+ --error-active: #bb3232;
1157
+ --success-static: #3aaa35;
1158
+ --success-hover: #5cda56;
1159
+ --success-active: #2a8a25;
1160
+ --info-static: #c6c6c6;
1161
+ --info-hover: #e4e4e4;
1162
+ --info-active: #979797;
1163
+ --warning-static: #faad14;
1164
+ --warning-hover: #f9be4a;
1165
+ --warning-active: #db9711;
1166
+ --action-static: #142452;
1167
+ --action-hover: #21387d;
1168
+ --action-active: #000000;
1169
+ --color-info-primary: #3a6cd1;
1170
+ --primary-font-color: #142452;
1171
+ --placeholder-font-color: #babdcc;
1172
+ --warning-font-color: #ce2828;
1173
+ --alert-error: #da3f3f;
1174
+ --alert-light-error: #f4c5c5;
1175
+ --alert-success: #3aaa35;
1176
+ --alert-light-success: #c4e5c2;
1177
+ --alert-info: #8eaaf1;
1178
+ --alert-light-info: #c4d3f1;
1179
+ --alert-warning: #faad14;
1180
+ --alert-light-warning: #fde6b8;
1181
+ --border-focus: #3a6cd1;
1182
+ --tooltip-background-color: #202f5b;
1183
+ --text-color-primary: #142452;
1184
+ --text-color-secondary: #ffff;
1185
+ --text-color-neutral: #828699;
1186
+ --text-color-tertiary: #808080;
1187
+ --text-color-note: #242424;
1188
+ --text-color-quaternary: #142452;
1189
+ --text-color-disabled: #ffff;
1190
+ --background-color-white-primary: #fff;
1191
+ --background-color-light-primary: #8eaaf1;
1192
+ --background-color-white-secondary: #fff;
1193
+ --background-color-primary-dark: #142452;
1194
+ --background-color-gray-5: #f1f2f6;
1195
+ --background-color-gray-30: #ebecf2;
1196
+ --background-color-tertiary-light: #2c4fa4;
1197
+ --background-color-gray-10: #f1f2f6;
1198
+ --background-color-gray-40: #ebecf2;
1199
+ --background-color-light-blue: #dfe7f8;
1200
+ --border-color-primary: #babdcc;
1201
+ --border-color-secondary: #d8dae5;
1202
+ --border-color-neutral: #ebecf2;
1203
+ --border-color-tertiary: #ebecf2;
1204
+ --border-color-gray: #ebecf2;
1205
+ --border-color-hover: #142452;
1206
+ --border-color-active: #3a6cd1;
1207
+ --icon-color-main: #142452;
1208
+ --icon-color-secondary: #000;
1209
+ --icon-color-quaternary: #babdcc;
1210
+ --icon-color-disabled: #9a9eb2;
1211
+ --link-btn-primary-color: #3a6cd1;
1212
+ --button-color-static: #4d75d8;
1213
+ --button-color-hover: #7c9bea;
1214
+ --button-color-active: #2c4fa4;
1215
+ --alert-natural: #c4d3f1;
1216
+ }
1217
+
1218
+ #EnumButton {
1219
+ display: flex;
1220
+ justify-content: center;
1221
+ align-items: center;
1222
+ border: 0.0375rem solid #babdcc;
1223
+ border-radius: 0.3125rem;
1224
+ }
1225
+
1226
+ div.endBtnIcon {
1227
+ align-self: center !important;
1228
+ }
1229
+
1230
+ .methodDescForEnum {
1231
+ width: 16.875rem !important;
1232
+ }
1233
+
1234
+ .select-inputs {
1235
+ display: flex;
1236
+ flex-direction: row;
1237
+ gap: 0.625rem;
1238
+ }
1239
+
1240
+ .addEnumButton {
1241
+ color: #4d75d8 !important;
1242
+ display: flex;
1243
+ flex-direction: row;
1244
+ align-items: center;
1245
+ font-size: 0.9375rem;
1246
+ font-weight: 400;
1247
+ font-family: "Cairo";
1248
+ gap: 0.3125rem;
1249
+ cursor: pointer;
1250
+ }
1251
+
1252
+ .tableSectionContainer .tableContainer {
1253
+ max-width: 100%;
1254
+ overflow-x: overlay;
1255
+ }
1256
+ .tableSectionContainer .tableContainer.tableContainer * {
1257
+ font-family: "Cairo";
1258
+ }
1259
+ .tableSectionContainer .tableContainer .table {
1260
+ width: 100%;
1261
+ border-spacing: 0;
1262
+ border: none;
1263
+ border-right: 1px solid var(--border-color-neutral);
1264
+ border-left: 1px solid var(--border-color-neutral);
1265
+ }
1266
+ .tableSectionContainer .tableContainer .table.borderRadiusTop {
1267
+ border-top-left-radius: 0.625rem;
1268
+ border-top-right-radius: 0.625rem;
1269
+ }
1270
+ .tableSectionContainer .tableContainer .table.borderRadiusBottom {
1271
+ border-bottom-left-radius: 0.625rem;
1272
+ border-bottom-right-radius: 0.625rem;
1273
+ }
1274
+ .tableSectionContainer .tableContainer .table .tableHead {
1275
+ border: 1px solid var(--Gray-10);
1276
+ margin: 0rem !important;
1277
+ background-color: #f8f9fb;
1278
+ width: max-content;
1279
+ min-width: 100%;
1280
+ color: var(--Gray-50);
1281
+ font-weight: 400;
1282
+ }
1283
+ .tableSectionContainer .tableContainer .table .tableHead .tableHeadCell {
1284
+ border-bottom: 1px solid var(--border-color-neutral);
1285
+ border-top: 1px solid var(--border-color-neutral);
1286
+ font-style: normal;
1287
+ font-size: 0.875rem;
1288
+ padding: 0.75rem 1.875rem;
1289
+ text-align: start;
1290
+ white-space: nowrap;
1291
+ color: inherit;
1292
+ font-weight: inherit;
1293
+ }
1294
+ .tableSectionContainer .tableContainer .table .tableHead .tableHeadCell .sortIcon {
1295
+ padding: 0rem 0.25rem;
1296
+ height: 1.875rem;
1297
+ cursor: pointer;
1298
+ }
1299
+ .tableSectionContainer .tableContainer .table .tableHead .headContainer {
1300
+ display: flex;
1301
+ flex-direction: row;
1302
+ align-items: center;
1303
+ text-overflow: ellipsis;
1304
+ }
1305
+ .tableSectionContainer .tableContainer .table .tableBody tr {
1306
+ background-color: var(--background-color-white-secondary);
1307
+ overflow: visible !important;
1308
+ }
1309
+ .tableSectionContainer .tableContainer .table .tableBody tr .tippy-content {
1310
+ background-color: var(--border-color-hover);
1311
+ color: var(--text-color-disabled);
1312
+ border-radius: 5px;
1313
+ font-size: 14px;
1314
+ font-weight: 400;
1315
+ line-height: 20px;
1316
+ text-align: left;
1317
+ }
1318
+ .tableSectionContainer .tableContainer .table .tableBody tr .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
1319
+ color: var(--border-color-hover);
1320
+ }
1321
+ .tableSectionContainer .tableContainer .table .tableBody tr.rowSelected {
1322
+ background-color: var(--background-color-gray-40);
1323
+ }
1324
+ .tableSectionContainer .tableContainer .table .tableBody tr td {
1325
+ font-weight: 400;
1326
+ font-size: 0.875rem;
1327
+ text-align: start;
1328
+ color: var(--text-color-primary);
1329
+ border-bottom: 1px solid var(--border-color-gray);
1330
+ width: max-content;
1331
+ white-space: nowrap;
1332
+ height: 3.75rem;
1333
+ padding: 0.75rem 1.875rem;
1334
+ overflow: visible !important;
1335
+ }
1336
+ .tableSectionContainer .tableContainer .table .tableBody tr td .tableData {
1337
+ max-width: 100%;
1338
+ width: fit-content;
1339
+ white-space: nowrap;
1340
+ text-overflow: ellipsis;
1341
+ overflow: visible !important;
1342
+ }
1343
+ .tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn .btnContentWrapper .endBtnIcon svg path,
1344
+ .tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn :link .btnContentWrapper .endBtnIcon svg path,
1345
+ .tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn :visited .btnContentWrapper .endBtnIcon svg path {
1346
+ stroke-width: 0.1 !important;
1347
+ fill: #12131a !important;
1348
+ }
1349
+ .tableSectionContainer .tableContainer .table .tableBody tr:hover {
1350
+ background-color: var(--background-color-gray-10);
1351
+ }
1352
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow {
1353
+ background-color: var(--background-color-white-secondary);
1354
+ height: 4.375rem;
1355
+ }
1356
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow:hover {
1357
+ background-color: var(--background-color-white-secondary);
1358
+ }
1359
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer {
1360
+ width: 100%;
1361
+ height: 100%;
1362
+ color: var(--text-color-quaternary);
1363
+ }
1364
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer {
1365
+ display: flex;
1366
+ flex-direction: row;
1367
+ align-items: center;
1368
+ justify-content: center;
1369
+ width: 100%;
1370
+ height: 100%;
1371
+ }
1372
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer .fallbackText {
1373
+ font-style: normal;
1374
+ font-weight: 400;
1375
+ font-size: 0.875rem;
1376
+ line-height: 1.25rem;
1377
+ }
1378
+ .tableSectionContainer .tableContainer .table th,
1379
+ .tableSectionContainer .tableContainer .table td {
1380
+ text-align: left;
1381
+ }
1382
+ .tableSectionContainer .tableFooterContainer {
1383
+ display: flex;
1384
+ width: 100%;
1385
+ height: auto;
1386
+ }
1387
+ .tableSectionContainer .ascArrow {
1388
+ height: 0.8125rem;
1389
+ margin-bottom: 0.4375rem;
1390
+ cursor: pointer;
1391
+ }
1392
+ .tableSectionContainer .descArrow {
1393
+ height: 0.8125rem;
1394
+ margin-top: 0.4375rem;
1395
+ cursor: pointer;
1396
+ }
1397
+ .tableSectionContainer .defaultSortArrow {
1398
+ height: 1.25rem;
1399
+ cursor: pointer;
1400
+ }
1401
+ .tableSectionContainer .ascArrow path,
1402
+ .tableSectionContainer .descArrow path,
1403
+ .tableSectionContainer .defaultSortArrow path {
1404
+ fill: var(--Gray-50);
1405
+ }.apiDocsAside {
1406
+ width: 22.5rem;
1407
+ padding: 3rem 1.5rem;
1408
+ background-color: #f0f1f2;
1409
+ }
1410
+ .apiDocsAside_title {
1411
+ font-size: 1.5rem;
1412
+ line-height: 2rem;
1413
+ font-weight: 600;
1414
+ color: #12131a;
1415
+ margin-bottom: 0.5rem;
1416
+ }
1417
+ .apiDocsAside_subtitle {
1418
+ margin-bottom: 2rem;
1419
+ }
1420
+ .apiDocsAside_subtitle > span {
1421
+ font-size: 1.25rem;
1422
+ line-height: 1.75rem;
1423
+ font-weight: 400;
1424
+ }
1425
+ .apiDocsAside_subtitle_method[data-method=get] {
1426
+ color: #3a6cd1;
1427
+ }
1428
+ .apiDocsAside_subtitle_method[data-method=post] {
1429
+ color: #3aaa35;
1430
+ }
1431
+ .apiDocsAside_subtitle_method[data-method=put] {
1432
+ color: #faad14;
1433
+ }
1434
+ .apiDocsAside_subtitle_method[data-method=delete] {
1435
+ color: #da3f3f;
1436
+ }
1437
+ .apiDocsAside_subtitle_method[data-method=option] {
1438
+ color: #495d97;
1439
+ }
1440
+ .apiDocsAside_subtitle_method[data-method=head] {
1441
+ color: #9461c9;
1442
+ }
1443
+ .apiDocsAside_subtitle_method[data-method=patch] {
1444
+ color: #58e2c2;
1445
+ }
1446
+ .apiDocsAside .codeboxSection .codeboxHeader {
1447
+ height: 2rem;
1448
+ display: flex;
1449
+ justify-content: space-between;
1450
+ margin-bottom: 0.25rem;
1451
+ }
1452
+ .apiDocsAside .codeboxSection .codeboxHeader h6 {
1453
+ font-size: 1rem;
1454
+ line-height: 1.25rem;
1455
+ font-weight: 500;
1456
+ color: #616874;
1457
+ }
1458
+ .apiDocsAside .codeboxSection:nth-of-type(2) {
1459
+ margin-top: 3rem;
1460
+ }
1461
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) {
1462
+ padding: 0;
1463
+ }
1464
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) :global(.select-label-container) {
1465
+ min-width: 100%;
1466
+ padding: 0;
1467
+ }
1468
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.optionsList .option) {
1469
+ height: 1.5rem;
1470
+ padding: 0;
1471
+ }
1472
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer {
1473
+ display: flex;
1474
+ align-items: center;
1475
+ gap: 0.625rem;
1476
+ padding-left: 0.75rem;
1477
+ }
1478
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer .statusCodeOptionCircle {
1479
+ width: 0.625rem;
1480
+ min-width: 0.625rem;
1481
+ aspect-ratio: 1/1;
1482
+ border-radius: 100%;
1483
+ }
1484
+ .apiDocsAside :global(.multiSelectGroup .selectDisplay),
1485
+ .apiDocsAside :global(.multiSelectGroup) {
1486
+ width: 6.25rem !important;
1487
+ height: 1.5rem !important;
1488
+ }
1489
+ .apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
1490
+ padding-right: 0.75rem !important;
1491
+ }.api_docs_header {
1566
1492
  height: 3.125rem;
1567
1493
  background-color: #f0f1f2;
1568
1494
  display: flex;
@@ -1850,472 +1776,473 @@ div.endBtnIcon {
1850
1776
  .codebox :global(.custom-code-line),
1851
1777
  .codebox :global(.custom-code-line span) {
1852
1778
  font-family: "Cascadia Code", sans-serif;
1853
- }.apiDocsAside {
1854
- width: 22.5rem;
1855
- padding: 3rem 1.5rem;
1856
- background-color: #f0f1f2;
1857
- }
1858
- .apiDocsAside_title {
1859
- font-size: 1.5rem;
1860
- line-height: 2rem;
1861
- font-weight: 600;
1862
- color: #12131a;
1863
- margin-bottom: 0.5rem;
1864
- }
1865
- .apiDocsAside_subtitle {
1866
- margin-bottom: 2rem;
1867
- }
1868
- .apiDocsAside_subtitle > span {
1869
- font-size: 1.25rem;
1870
- line-height: 1.75rem;
1871
- font-weight: 400;
1872
- }
1873
- .apiDocsAside_subtitle_method[data-method=get] {
1874
- color: #3a6cd1;
1875
- }
1876
- .apiDocsAside_subtitle_method[data-method=post] {
1877
- color: #3aaa35;
1878
- }
1879
- .apiDocsAside_subtitle_method[data-method=put] {
1880
- color: #faad14;
1779
+ }.api-docs-api-tree {
1780
+ width: 100%;
1781
+ max-width: 12.5rem;
1782
+ padding: 3rem 1.25rem;
1783
+ box-sizing: border-box;
1881
1784
  }
1882
- .apiDocsAside_subtitle_method[data-method=delete] {
1883
- color: #da3f3f;
1785
+ .api-docs-api-tree > * {
1786
+ box-sizing: border-box;
1884
1787
  }
1885
- .apiDocsAside_subtitle_method[data-method=option] {
1886
- color: #495d97;
1788
+ .api-docs-api-tree__section-header {
1789
+ display: flex;
1790
+ align-items: center;
1791
+ gap: 0.25rem;
1792
+ padding-inline: 0.5rem;
1793
+ cursor: pointer;
1794
+ user-select: none;
1795
+ height: 2.5rem;
1887
1796
  }
1888
- .apiDocsAside_subtitle_method[data-method=head] {
1889
- color: #9461c9;
1797
+ .api-docs-api-tree__section-header:hover {
1798
+ background-color: #f3f4f6;
1799
+ width: 100%;
1890
1800
  }
1891
- .apiDocsAside_subtitle_method[data-method=patch] {
1892
- color: #58e2c2;
1801
+ .api-docs-api-tree__section-header svg {
1802
+ min-width: 1rem;
1893
1803
  }
1894
- .apiDocsAside .codeboxSection .codeboxHeader {
1895
- height: 2rem;
1896
- display: flex;
1897
- justify-content: space-between;
1898
- margin-bottom: 0.25rem;
1804
+ .api-docs-api-tree__section-header svg:first-child path {
1805
+ stroke: #bbbec5;
1899
1806
  }
1900
- .apiDocsAside .codeboxSection .codeboxHeader h6 {
1901
- font-size: 1rem;
1902
- line-height: 1.25rem;
1807
+ .api-docs-api-tree__section-title {
1808
+ font-size: 0.75rem;
1809
+ line-height: 0.875rem;
1903
1810
  font-weight: 500;
1904
- color: #616874;
1811
+ color: #000;
1812
+ margin-left: 0.25rem;
1813
+ word-break: break-all;
1814
+ line-height: 0.9375rem;
1905
1815
  }
1906
- .apiDocsAside .codeboxSection:nth-of-type(2) {
1907
- margin-top: 3rem;
1816
+ .api-docs-api-tree__section__overview {
1817
+ display: flex;
1818
+ align-items: center;
1819
+ gap: 0.5rem;
1820
+ padding: 0.5rem 1.75rem;
1821
+ border-radius: 0.25rem;
1822
+ cursor: pointer;
1908
1823
  }
1909
- .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) {
1910
- padding: 0;
1824
+ .api-docs-api-tree__section__overview:hover {
1825
+ background-color: #f3f4f6;
1911
1826
  }
1912
- .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) :global(.select-label-container) {
1913
- min-width: 100%;
1914
- padding: 0;
1827
+ .api-docs-api-tree__section__overview span {
1828
+ font-size: 0.75rem;
1829
+ line-height: 0.875rem;
1830
+ color: #000000;
1915
1831
  }
1916
- .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.optionsList .option) {
1917
- height: 1.5rem;
1918
- padding: 0;
1832
+ .api-docs-api-tree__section__overview[data-active=true] {
1833
+ background-color: #f0f1f2;
1919
1834
  }
1920
- .apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer {
1835
+ .api-docs-api-tree__section__endpoints {
1921
1836
  display: flex;
1922
1837
  align-items: center;
1923
- gap: 0.625rem;
1924
- padding-left: 0.75rem;
1925
- }
1926
- .apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer .statusCodeOptionCircle {
1927
- width: 0.625rem;
1928
- min-width: 0.625rem;
1929
- aspect-ratio: 1/1;
1930
- border-radius: 100%;
1838
+ height: 1.5rem;
1839
+ gap: 0.5rem;
1840
+ border-radius: 0.25rem;
1841
+ padding-inline: 1.75rem;
1842
+ cursor: pointer;
1931
1843
  }
1932
- .apiDocsAside :global(.multiSelectGroup .selectDisplay),
1933
- .apiDocsAside :global(.multiSelectGroup) {
1934
- width: 6.25rem !important;
1935
- height: 1.5rem !important;
1844
+ .api-docs-api-tree__section__endpoints span {
1845
+ font-size: 0.75rem;
1846
+ line-height: 0.875rem;
1847
+ color: #000000;
1936
1848
  }
1937
- .apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
1938
- padding-right: 0.75rem !important;
1939
- }main {
1940
- padding: 2rem;
1849
+ .api-docs-api-tree__section__endpoints[data-active=true] {
1850
+ background-color: #f0f1f2;
1941
1851
  }
1942
- main .url-container {
1943
- position: relative;
1944
- width: 100%;
1852
+ .api-docs-api-tree__section[data-active=true] .api-docs-api-tree__section-title {
1853
+ color: #616874;
1945
1854
  }
1946
- main .type-ddl {
1947
- cursor: pointer;
1855
+ .api-docs-api-tree__endpoints {
1948
1856
  display: flex;
1949
- align-items: center;
1950
- justify-content: space-between;
1951
- width: 100%;
1952
- background-color: #edf1fb;
1953
- border-radius: 0.375rem;
1857
+ flex-direction: column;
1858
+ align-items: start;
1859
+ gap: 0.5rem;
1860
+ border-radius: 0.25rem;
1861
+ cursor: pointer;
1954
1862
  }
1955
- main .url-text {
1956
- flex: 1;
1957
- padding-right: 0.75rem;
1958
- border: none;
1959
- background: transparent;
1960
- line-height: 1.75rem;
1961
- letter-spacing: 0;
1962
- font-size: 1.125rem;
1963
- font-weight: 400;
1964
- opacity: 0.5;
1863
+ .api-docs-api-tree__endpoints span {
1864
+ font-size: 0.75rem;
1865
+ line-height: 0.875rem;
1965
1866
  color: #000000;
1966
1867
  }
1967
- main .icon-container {
1868
+ .api-docs-api-tree__endpoints[data-active=true] {
1869
+ background-color: #f0f1f2;
1870
+ }
1871
+ .api-docs-api-tree__subsection-header {
1872
+ height: 2rem;
1968
1873
  display: flex;
1969
1874
  align-items: center;
1970
- gap: 0.75rem;
1971
- }
1972
- main .icon-container .icon {
1973
- display: inline-block;
1974
- width: 1.75rem;
1975
- height: 1.75rem;
1875
+ gap: 0.875rem;
1876
+ padding-inline: 0.5rem;
1877
+ cursor: pointer;
1878
+ user-select: none;
1976
1879
  }
1977
- main .icon-container .icon:focus {
1978
- outline: none;
1880
+ .api-docs-api-tree__subsection-header svg {
1881
+ color: #6b7280;
1979
1882
  }
1980
- main .url-list {
1981
- position: absolute;
1982
- top: 100%;
1983
- left: 0;
1984
- width: 100%;
1985
- z-index: 10;
1986
- background: white;
1987
- border: 1px solid #ccc;
1988
- border-radius: 0.375rem;
1989
- max-height: 12.5rem;
1990
- overflow-y: auto;
1883
+ .api-docs-api-tree__subsection-title {
1884
+ font-size: 0.75rem;
1885
+ line-height: 0.875rem;
1886
+ color: #616874;
1991
1887
  }
1992
- main .url-item {
1993
- padding: 0.5rem 1rem;
1888
+ .api-docs-api-tree__endpoint {
1994
1889
  display: flex;
1995
1890
  align-items: center;
1996
- gap: 0.5rem;
1891
+ gap: 0.25rem;
1892
+ padding: 0.5rem 0.75rem;
1893
+ text-transform: capitalize;
1894
+ width: 100%;
1997
1895
  cursor: pointer;
1998
1896
  }
1999
- main .url-item:hover {
2000
- background-color: #f5f5f5;
2001
- }
2002
- main .api-details-expanded .response-section .codeboxSection .codeboxHeader .multiSelectGroup .selectDisplay {
2003
- padding: 0;
2004
- width: 7.5rem !important;
2005
- height: 2rem !important;
1897
+ .api-docs-api-tree__endpoint[data-active=true] {
1898
+ background-color: #f0f1f2;
2006
1899
  }
2007
- main .api-details-expanded .response-section .codeboxSection .codeboxHeader .multiSelectGroup .selectDisplay .select-label-container {
2008
- min-width: 100%;
2009
- padding: 0;
1900
+ .api-docs-api-tree__endpoint:hover {
1901
+ background-color: #f3f4f6;
2010
1902
  }
2011
- main .api-details-expanded .response-section .codeboxSection .codeboxHeader .multiSelectGroup .optionsList .option {
2012
- height: 1.5rem;
2013
- padding: 0;
1903
+ .api-docs-api-tree__endpoint-method {
1904
+ font-size: 0.75rem;
1905
+ line-height: 0.875rem;
1906
+ font-weight: 400;
1907
+ text-align: start;
2014
1908
  }
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;
1909
+ .api-docs-api-tree__endpoint-name {
1910
+ font-size: 0.75rem;
1911
+ line-height: 0.875rem;
1912
+ color: #3b3f46;
1913
+ display: -webkit-box;
1914
+ -webkit-box-orient: vertical;
1915
+ -webkit-line-clamp: 1;
1916
+ overflow: hidden;
1917
+ text-overflow: ellipsis;
2020
1918
  }
2021
- main .api-details-expanded .response-section .codeboxSection .codeboxHeader .multiSelectGroup .statusCodeOptionContainer .statusCodeOptionCircle {
2022
- width: 0.625rem;
2023
- min-width: 0.625rem;
2024
- aspect-ratio: 1/1;
2025
- border-radius: 100%;
1919
+ .api-docs-api-tree__endpoint--get .api-docs-api-tree__endpoint-method {
1920
+ color: #3a6cd1;
2026
1921
  }
2027
- main .api-details-expanded .api-title {
2028
- font-size: 3rem;
2029
- font-weight: 600;
2030
- letter-spacing: -1px;
2031
- line-height: 3.5rem;
2032
- margin-bottom: 0.752rem;
2033
- color: #4d75d9;
1922
+ .api-docs-api-tree__endpoint--post .api-docs-api-tree__endpoint-method {
1923
+ color: #3aaa35;
2034
1924
  }
2035
- main .api-details-expanded .test-button {
2036
- margin-top: 1.25rem;
2037
- margin-bottom: 3.125rem;
2038
- display: flex;
2039
- align-items: center;
2040
- justify-content: space-between;
2041
- gap: 0.5rem;
1925
+ .api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
1926
+ color: #faad14;
2042
1927
  }
2043
- main .api-details-expanded .test-button .back-button {
2044
- display: inline-flex;
2045
- align-items: center;
2046
- justify-content: center;
2047
- width: 2.75rem;
2048
- height: 2.75rem;
2049
- border: 1px solid #3b82f6;
2050
- border-radius: 0.5rem;
2051
- background-color: white;
2052
- color: #3b82f6;
2053
- cursor: pointer;
2054
- transition: background-color 0.2s ease;
1928
+ .api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
1929
+ color: #da3f3f;
2055
1930
  }
2056
- main .api-details-expanded .test-button .back-button svg {
2057
- stroke-width: 2;
1931
+ .api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
1932
+ color: #495d97;
2058
1933
  }
2059
- main .api-details-expanded .test-button .back-button:hover {
2060
- background-color: #eff6ff;
1934
+ .api-docs-api-tree__endpoint--head .api-docs-api-tree__endpoint-method {
1935
+ color: #9461c9;
2061
1936
  }
2062
- main .api-details-expanded .test-button .disabled {
2063
- background: #f0f1f2;
2064
- color: #9ca1aa;
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);
1937
+ .api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
1938
+ color: #58e2c2;
1939
+ }.api-details-page {
1940
+ padding: 2rem;
2073
1941
  }
2074
- main .api-details-expanded h3 {
1942
+ .api-details-page .welcome {
1943
+ font-size: 1.2rem;
2075
1944
  color: #616874;
2076
- font-size: 1.125rem;
2077
1945
  font-weight: 400;
1946
+ font-size: 1.125rem;
2078
1947
  letter-spacing: 0px;
2079
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 {
2080
1966
  margin-top: 1.5rem;
1967
+ width: 50%;
1968
+ }
1969
+ .api-details-page .custom-url-input .input-label {
1970
+ display: block;
2081
1971
  margin-bottom: 0.5rem;
1972
+ font-size: 0.875rem;
1973
+ font-weight: 600;
1974
+ color: #4d4f5c;
2082
1975
  }
2083
- main .api-details-expanded .url-box {
1976
+ .api-details-page .custom-url-input .url-container {
2084
1977
  position: relative;
2085
- background-color: #edf1fb;
2086
- padding: 0.375rem 0.75rem;
2087
- border-radius: 0.5rem;
1978
+ }
1979
+ .api-details-page .custom-url-input .type-ddl {
1980
+ cursor: pointer;
2088
1981
  display: flex;
2089
1982
  align-items: center;
2090
- gap: 0.5rem;
2091
- font-size: 14px;
1983
+ justify-content: space-between;
1984
+ width: 100%;
1985
+ background-color: #edf1fb;
1986
+ border: 1px solid #fff;
1987
+ border-radius: 0.375rem;
1988
+ padding: 0.5rem 1rem;
1989
+ }
1990
+ .api-details-page .custom-url-input .url-text {
2092
1991
  flex: 1;
2093
- height: 2.8rem;
2094
- margin-bottom: 1.5rem;
1992
+ padding-right: 0.75rem;
1993
+ border: none;
1994
+ background: transparent;
1995
+ line-height: 1.75rem;
1996
+ letter-spacing: 0;
1997
+ font-size: 1.125rem;
1998
+ font-weight: 400;
1999
+ opacity: 0.5;
2000
+ color: #000000;
2095
2001
  }
2096
- main .api-details-expanded .url-box_text-container {
2002
+ .api-details-page .custom-url-input .icon-container {
2097
2003
  display: flex;
2098
2004
  align-items: center;
2099
- flex: 1;
2100
- }
2101
- main .api-details-expanded .url-box_text-container .url-text {
2102
- color: #3b3f46;
2103
- font-size: 1.25rem;
2104
- line-height: 1.75rem;
2105
- max-width: 100%;
2106
- overflow: hidden;
2107
- text-overflow: ellipsis;
2108
- white-space: nowrap;
2109
- flex: 1;
2005
+ gap: 0.75rem;
2110
2006
  }
2111
- main .api-details-expanded .url-box_text-container .method-label {
2112
- font-size: 1.25rem;
2113
- padding: 0.125rem 0.5rem;
2114
- border-radius: 0.375rem;
2115
- text-transform: uppercase;
2116
- color: #3aaa35;
2117
- text-decoration: underline;
2007
+ .api-details-page .custom-url-input .icon-container .icon {
2008
+ display: inline-block;
2009
+ width: 1.75rem;
2010
+ height: 1.75rem;
2118
2011
  }
2119
- main .api-details-expanded .url-box_text-container .method-label.get {
2120
- color: #3a6cd1;
2012
+ .api-details-page .custom-url-input .icon-container .icon:focus {
2013
+ outline: none;
2121
2014
  }
2122
- main .api-details-expanded .url-box_text-container .method-label.post {
2123
- color: #3aaa35;
2015
+ .api-details-page .custom-url-input .url-list {
2016
+ position: absolute;
2017
+ top: 100%;
2018
+ left: 0;
2019
+ width: 100%;
2020
+ z-index: 10;
2021
+ background: white;
2022
+ border: 1px solid #ccc;
2023
+ border-radius: 0.375rem;
2024
+ max-height: 12.5rem;
2025
+ overflow-y: auto;
2124
2026
  }
2125
- main .api-details-expanded .url-box_text-container .method-label.put {
2126
- color: #faad14;
2027
+ .api-details-page .custom-url-input .url-item {
2028
+ padding: 0.5rem 1rem;
2029
+ display: flex;
2030
+ align-items: center;
2031
+ gap: 0.5rem;
2032
+ cursor: pointer;
2127
2033
  }
2128
- main .api-details-expanded .url-box_text-container .method-label.patch {
2129
- color: #58e2c2;
2034
+ .api-details-page .custom-url-input .url-item:hover {
2035
+ background-color: #f5f5f5;
2130
2036
  }
2131
- main .api-details-expanded .url-box_text-container .method-label.delete {
2132
- color: #da3f3f;
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;
2133
2042
  }
2134
- main .api-details-expanded .url-box_text-container .method-label.head {
2135
- color: #9461c9;
2043
+ .api-details-page .custom-url-input .input-wrapper .icon:hover {
2044
+ color: #2f54eb;
2136
2045
  }
2137
- main .api-details-expanded .url-box_text-container .method-label.trace {
2138
- color: #ffa28f;
2046
+ .api-details-page .api-desc {
2047
+ padding: 1.125rem 0;
2048
+ color: #000000;
2049
+ font-weight: 400;
2050
+ line-height: 1.125rem;
2139
2051
  }
2140
- main .api-details-expanded .url-box_text-container .method-label.options {
2141
- color: #495d97;
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;
2142
2060
  }
2143
- main .api-details-expanded .url-box .copy-icon {
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;
2144
2070
  cursor: pointer;
2145
- width: 1.5rem;
2146
- height: 1.5rem;
2147
2071
  }
2148
- main .api-details-expanded .api-desc {
2149
- color: #6b7280;
2150
- margin: 1.5rem 0;
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;
2151
2079
  }
2152
- main .api-details-expanded .head-table-label {
2153
- color: #3b3f46 !important;
2154
- letter-spacing: 0px;
2155
- font-weight: 400 !important;
2156
- line-height: 1rem;
2080
+ .api-details-page .endpoint-group {
2081
+ margin-top: 1.5rem;
2082
+ gap: 1rem;
2157
2083
  }
2158
- main .api-details-expanded .request-tabs {
2159
- display: flex;
2160
- gap: 0.5rem;
2161
- margin-bottom: 0.75rem;
2084
+ .api-details-page .endpoint-group .tag-title {
2085
+ font-size: 1.125rem;
2086
+ margin-bottom: 1rem;
2087
+ border-bottom: 1px solid #ddd;
2088
+ padding-bottom: 0.5rem;
2089
+ line-height: 1.5rem;
2090
+ letter-spacing: 0px;
2091
+ font-weight: 500;
2092
+ color: #616874;
2162
2093
  }
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;
2094
+ .api-details-page .endpoint-group .endpoint-list {
2095
+ display: grid;
2096
+ grid-template-columns: repeat(auto-fill, minmax(308px, 1fr));
2097
+ gap: 1rem;
2174
2098
  }
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;
2099
+ .api-details-page .endpoint-group .endpoint-card {
2183
2100
  display: flex;
2184
2101
  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;
2191
- font-weight: 400;
2192
- }
2193
- main .api-details-expanded .icon-left {
2194
- width: 0.875rem;
2195
- height: 0.875rem;
2196
- }
2197
- main .api-details-expanded .table-wrapper {
2198
- overflow-x: auto;
2102
+ justify-content: space-between;
2103
+ padding: 1rem;
2199
2104
  border: 1px solid #e5e7eb;
2200
- border-radius: 0.8rem;
2201
- background: white;
2202
- border: 1px #bbbec5 solid;
2203
- margin-bottom: 2rem;
2105
+ border-radius: 0.5rem;
2106
+ background-color: #fff;
2107
+ margin-bottom: 1rem;
2108
+ transition: box-shadow 0.2s ease;
2204
2109
  }
2205
- main .api-details-expanded .param-table {
2206
- width: 100%;
2207
- border-collapse: collapse;
2208
- font-size: 0.875rem;
2110
+ .api-details-page .endpoint-group .endpoint-card .endpoint-card-header {
2111
+ display: flex;
2112
+ gap: 0.8rem;
2113
+ align-items: flex-start;
2209
2114
  }
2210
- main .api-details-expanded .param-table .desc-cell {
2211
- position: relative;
2212
- max-width: 20rem;
2213
- padding-right: 1.5rem;
2115
+ .api-details-page .endpoint-group .endpoint-card .endpoint-card-header .title-wrapper {
2116
+ flex: 1;
2117
+ max-width: 10rem;
2118
+ min-width: 10rem;
2214
2119
  }
2215
- main .api-details-expanded .param-table .desc-text {
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;
2216
2125
  white-space: nowrap;
2217
2126
  overflow: hidden;
2218
2127
  text-overflow: ellipsis;
2219
- max-width: 90%;
2128
+ max-width: 100%;
2220
2129
  }
2221
- main .api-details-expanded .param-table .desc-text.expanded {
2222
- white-space: normal;
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;
2139
+ text-transform: uppercase;
2223
2140
  }
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;
2141
+ .api-details-page .endpoint-group .endpoint-card .method-label.get {
2142
+ background-color: #3a6cd1;
2143
+ color: #ffffff;
2232
2144
  }
2233
- main .api-details-expanded .param-table .desc-toggle svg {
2234
- transition: transform 0.2s ease;
2145
+ .api-details-page .endpoint-group .endpoint-card .method-label.post {
2146
+ background-color: #3aaa35;
2147
+ color: #ffffff;
2148
+ }
2149
+ .api-details-page .endpoint-group .endpoint-card .method-label.put {
2150
+ background-color: #faad14;
2151
+ color: #ffffff;
2235
2152
  }
2236
- main .api-details-expanded .param-table .desc-toggle .rotated {
2237
- transform: rotate(180deg);
2153
+ .api-details-page .endpoint-group .endpoint-card .method-label.patch {
2154
+ background-color: #58e2c2;
2155
+ color: #ffffff;
2238
2156
  }
2239
- main .api-details-expanded .param-table th,
2240
- main .api-details-expanded .param-table td {
2241
- padding: 10px;
2242
- border-bottom: 1px solid #bbbec5;
2243
- text-align: left;
2244
- color: #3b3f46;
2157
+ .api-details-page .endpoint-group .endpoint-card .method-label.delete {
2158
+ background-color: #da3f3f;
2159
+ color: #ffffff;
2245
2160
  }
2246
- main .api-details-expanded .param-table th {
2247
- background: #edf1fb;
2248
- font-weight: 600;
2161
+ .api-details-page .endpoint-group .endpoint-card .method-label.head {
2162
+ background-color: #9461c9;
2163
+ color: #ffffff;
2249
2164
  }
2250
- main .api-details-expanded .response-status {
2251
- display: flex;
2252
- align-items: center;
2253
- justify-content: end;
2254
- gap: 0.375rem;
2255
- font-size: 0.875rem;
2256
- color: green;
2257
- margin-bottom: 0.75rem;
2165
+ .api-details-page .endpoint-group .endpoint-card .method-label.trace {
2166
+ background-color: #ffa28f;
2167
+ color: #ffffff;
2258
2168
  }
2259
- main .api-details-expanded .response-drop {
2260
- width: 10rem;
2261
- justify-content: end;
2169
+ .api-details-page .endpoint-group .endpoint-card .method-label.options {
2170
+ background-color: #495d97;
2171
+ color: #ffffff;
2262
2172
  }
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;
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;
2269
2178
  }
2270
- .api-details-page .welcome {
2271
- font-size: 1.2rem;
2179
+ .api-details-page .endpoint-group .endpoint-card .endpoint-meta p {
2272
2180
  color: #616874;
2273
2181
  font-weight: 400;
2274
- font-size: 1.125rem;
2182
+ font-size: 0.85rem;
2275
2183
  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;
2184
+ line-height: 1rem;
2185
+ margin: 0.25rem 0;
2285
2186
  }
2286
- .api-details-page .api-version {
2287
- font-size: 1.25rem;
2187
+ .api-details-page .endpoint-group .endpoint-card .endpoint-meta .description {
2288
2188
  color: #3b3f46;
2189
+ line-height: 1rem;
2289
2190
  font-weight: 400;
2290
2191
  letter-spacing: 0px;
2291
- line-height: 1.75rem;
2292
- }
2293
- .api-details-page .custom-url-input {
2294
2192
  margin-top: 1.5rem;
2295
- width: 50%;
2296
2193
  }
2297
- .api-details-page .custom-url-input .input-label {
2298
- display: block;
2299
- margin-bottom: 0.5rem;
2300
- font-size: 0.875rem;
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;
2200
+ }
2201
+ .api-details-page .versions-section {
2202
+ margin-top: 2rem;
2203
+ }
2204
+ .api-details-page .versions-section h4 {
2205
+ color: #4d75d9;
2301
2206
  font-weight: 600;
2302
- color: #4d4f5c;
2207
+ font-size: 1.75rem;
2208
+ letter-spacing: -0.5px;
2209
+ line-height: 2.25rem;
2210
+ margin-bottom: 0.75rem;
2303
2211
  }
2304
- .api-details-page .custom-url-input .url-container {
2212
+ .api-details-page .versions-section .version-list {
2213
+ display: flex;
2214
+ flex-wrap: wrap;
2215
+ gap: 1rem;
2216
+ }
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;
2224
+ font-size: 0.875rem;
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;
2231
+ }
2232
+ main .url-container {
2305
2233
  position: relative;
2234
+ width: 100%;
2306
2235
  }
2307
- .api-details-page .custom-url-input .type-ddl {
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
- .api-details-page .custom-url-input .url-text {
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
- .api-details-page .custom-url-input .icon-container {
2257
+ main .icon-container {
2331
2258
  display: flex;
2332
2259
  align-items: center;
2333
2260
  gap: 0.75rem;
2334
2261
  }
2335
- .api-details-page .custom-url-input .icon-container .icon {
2262
+ main .icon-container .icon {
2336
2263
  display: inline-block;
2337
2264
  width: 1.75rem;
2338
2265
  height: 1.75rem;
2339
2266
  }
2340
- .api-details-page .custom-url-input .icon-container .icon:focus {
2267
+ main .icon-container .icon:focus {
2341
2268
  outline: none;
2342
2269
  }
2343
- .api-details-page .custom-url-input .url-list {
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
- .api-details-page .custom-url-input .url-item {
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
- .api-details-page .custom-url-input .url-item:hover {
2289
+ main .url-item:hover {
2363
2290
  background-color: #f5f5f5;
2364
2291
  }
2365
- .api-details-page .custom-url-input .input-wrapper .icon {
2366
- cursor: pointer;
2367
- color: #4d75d9;
2368
- font-size: 1rem;
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-page .custom-url-input .input-wrapper .icon:hover {
2372
- color: #2f54eb;
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-page .api-desc {
2375
- padding: 1.125rem 0;
2376
- color: #000000;
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-page .api-product-tag {
2381
- margin: 1rem 0;
2382
- font-size: 0.9rem;
2383
- font-size: 1rem;
2384
- font-weight: 500;
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-page .api-product-tag .product-tag {
2390
- background: #f1f1f1;
2391
- padding: 0.25rem 0.5rem;
2392
- border-radius: 0.25rem;
2393
- border: 1px solid #bbbec5;
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-page .section-title {
2401
- margin-top: 2rem;
2402
- color: #4d75d9;
2317
+ main .api-details-expanded .api-title {
2318
+ font-size: 3rem;
2403
2319
  font-weight: 600;
2404
- font-size: 1.75rem;
2405
- letter-spacing: -0.5px;
2406
- line-height: 2.25rem;
2320
+ letter-spacing: -1px;
2321
+ line-height: 3.5rem;
2322
+ margin-bottom: 0.752rem;
2323
+ color: #4d75d9;
2407
2324
  }
2408
- .api-details-page .endpoint-group {
2409
- margin-top: 1.5rem;
2410
- gap: 1rem;
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-page .endpoint-group .tag-title {
2413
- font-size: 1.125rem;
2414
- margin-bottom: 1rem;
2415
- border-bottom: 1px solid #ddd;
2416
- padding-bottom: 0.5rem;
2417
- line-height: 1.5rem;
2418
- letter-spacing: 0px;
2419
- font-weight: 500;
2420
- color: #616874;
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;
2421
2345
  }
2422
- .api-details-page .endpoint-group .endpoint-list {
2423
- display: grid;
2424
- grid-template-columns: repeat(auto-fill, minmax(308px, 1fr));
2425
- gap: 1rem;
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;
2366
+ font-size: 1.125rem;
2367
+ font-weight: 400;
2368
+ letter-spacing: 0px;
2369
+ line-height: 1.5rem;
2370
+ margin-top: 1.5rem;
2371
+ margin-bottom: 0.5rem;
2426
2372
  }
2427
- .api-details-page .endpoint-group .endpoint-card {
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
- justify-content: space-between;
2431
- padding: 1rem;
2432
- border: 1px solid #e5e7eb;
2433
- border-radius: 0.5rem;
2434
- background-color: #fff;
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-page .endpoint-group .endpoint-card .endpoint-card-header {
2386
+ main .api-details-expanded .url-box_text-container {
2439
2387
  display: flex;
2440
- gap: 0.8rem;
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-page .endpoint-group .endpoint-card .endpoint-card-header h5 {
2449
- font-size: 1rem;
2450
- font-weight: 400;
2451
- line-height: 1.25rem;
2452
- letter-spacing: 0px;
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
- max-width: 100%;
2398
+ white-space: nowrap;
2399
+ flex: 1;
2457
2400
  }
2458
- .api-details-page .endpoint-group .endpoint-card .method-label {
2459
- font-size: 0.875rem;
2460
- font-weight: 400;
2461
- letter-spacing: 0px;
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-page .endpoint-group .endpoint-card .method-label.get {
2470
- background-color: #3a6cd1;
2471
- color: #ffffff;
2409
+ main .api-details-expanded .url-box_text-container .method-label.get {
2410
+ color: #3a6cd1;
2472
2411
  }
2473
- .api-details-page .endpoint-group .endpoint-card .method-label.post {
2474
- background-color: #3aaa35;
2475
- color: #ffffff;
2412
+ main .api-details-expanded .url-box_text-container .method-label.post {
2413
+ color: #3aaa35;
2476
2414
  }
2477
- .api-details-page .endpoint-group .endpoint-card .method-label.put {
2478
- background-color: #faad14;
2479
- color: #ffffff;
2415
+ main .api-details-expanded .url-box_text-container .method-label.put {
2416
+ color: #faad14;
2480
2417
  }
2481
- .api-details-page .endpoint-group .endpoint-card .method-label.patch {
2482
- background-color: #58e2c2;
2483
- color: #ffffff;
2418
+ main .api-details-expanded .url-box_text-container .method-label.patch {
2419
+ color: #58e2c2;
2484
2420
  }
2485
- .api-details-page .endpoint-group .endpoint-card .method-label.delete {
2486
- background-color: #da3f3f;
2487
- color: #ffffff;
2421
+ main .api-details-expanded .url-box_text-container .method-label.delete {
2422
+ color: #da3f3f;
2488
2423
  }
2489
- .api-details-page .endpoint-group .endpoint-card .method-label.head {
2490
- background-color: #9461c9;
2491
- color: #ffffff;
2424
+ main .api-details-expanded .url-box_text-container .method-label.head {
2425
+ color: #9461c9;
2492
2426
  }
2493
- .api-details-page .endpoint-group .endpoint-card .method-label.trace {
2494
- background-color: #ffa28f;
2495
- color: #ffffff;
2427
+ main .api-details-expanded .url-box_text-container .method-label.trace {
2428
+ color: #ffa28f;
2496
2429
  }
2497
- .api-details-page .endpoint-group .endpoint-card .method-label.options {
2498
- background-color: #495d97;
2499
- color: #ffffff;
2430
+ main .api-details-expanded .url-box_text-container .method-label.options {
2431
+ color: #495d97;
2500
2432
  }
2501
- .api-details-page .endpoint-group .endpoint-card .endpoint-meta h5 {
2502
- font-size: 1rem;
2503
- font-weight: 400;
2504
- line-height: 1.25rem;
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-page .endpoint-group .endpoint-card .endpoint-meta p {
2508
- color: #616874;
2509
- font-weight: 400;
2510
- font-size: 0.85rem;
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-page .endpoint-group .endpoint-card .endpoint-meta .description {
2516
- color: #3b3f46;
2517
- line-height: 1rem;
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-page .endpoint-group .endpoint-card .endpoint-arrow {
2523
- align-content: center;
2524
- width: 1rem;
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-page .versions-section {
2530
- margin-top: 2rem;
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-page .versions-section h4 {
2533
- color: #4d75d9;
2534
- font-weight: 600;
2535
- font-size: 1.75rem;
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-page .versions-section .version-list {
2541
- display: flex;
2542
- flex-wrap: wrap;
2543
- gap: 1rem;
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-page .versions-section .version-list .version-btn {
2546
- height: 3rem;
2547
- padding: 0.4rem 0.8rem;
2548
- border: 1px solid #4d75d9;
2549
- border-radius: 0.375rem;
2550
- background-color: #fff;
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: #4d75d9;
2554
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2509803922);
2555
- white-space: nowrap;
2556
- min-width: 3.9375rem;
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
  }