@digi-frontend/dgate-api-documentation 1.0.52 → 1.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -39,147 +39,6 @@
39
39
  grid-row: 2;
40
40
  grid-column: 2;
41
41
  background-color: white;
42
- }.containerTitleDrawer {
43
- height: 64px;
44
- min-height: 64px;
45
- display: flex;
46
- flex-direction: row;
47
- justify-content: space-between;
48
- align-items: center;
49
- background-color: #f1f2f6;
50
- padding: 0 30px 0 30px;
51
- width: 100%;
52
- }
53
- .containerTitleDrawer span {
54
- color: #12131a;
55
- font-weight: 600;
56
- font-size: 18px;
57
- line-height: 25px;
58
- letter-spacing: 0em;
59
- }
60
- .containerTitleDrawer svg path {
61
- stroke: #000 !important;
62
- }
63
- .containerTitleDrawer .closeIcon {
64
- cursor: pointer;
65
- }.apiInfoForm {
66
- display: grid;
67
- padding: 1.25rem 1.875rem;
68
- gap: 1.25rem;
69
- }
70
- .apiInfoForm .paramsTable .paramDescContainer {
71
- display: flex;
72
- }
73
- .apiInfoForm .paramsTable .paramDescContainer .paramDescContainer_separator {
74
- height: inherit;
75
- width: 1px;
76
- background-color: #d8dae5;
77
- }
78
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn) svg path {
79
- stroke-width: 0.1;
80
- }
81
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn {
82
- padding: 0;
83
- margin-right: 1.25rem;
84
- }
85
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) {
86
- display: flex;
87
- align-items: center;
88
- padding: 0;
89
- font-size: 0.875rem;
90
- }
91
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
92
- margin-block: auto;
93
- }
94
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg path {
95
- fill: #12131a;
96
- }
97
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn {
98
- padding: 0;
99
- border-width: 0 !important;
100
- }
101
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
102
- margin-block: auto;
103
- }
104
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg {
105
- width: 1.125rem;
106
- }
107
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) {
108
- margin-block: auto;
109
- }
110
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg {
111
- width: 1.125rem;
112
- }
113
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg path {
114
- fill: #3aaa35;
115
- }
116
- .apiInfoForm .paramsTable .externalDocsLink {
117
- font-size: 0.875rem;
118
- line-height: 1.25rem;
119
- cursor: pointer;
120
- align-self: center;
121
- margin-right: 2rem;
122
- }
123
- .apiInfoForm .paramsTable .editExternalDocs {
124
- display: flex;
125
- align-items: center;
126
- padding-right: 0.625rem;
127
- }
128
- .apiInfoForm .paramsTable .editExternalDocs svg {
129
- cursor: pointer;
130
- }
131
- .apiInfoForm .paramsTable .editExternalDocs svg path {
132
- fill: #12131a;
133
- }
134
- .apiInfoForm .paramsTable .editDescTooltipContent {
135
- display: flex;
136
- flex-direction: column;
137
- gap: 0.625rem;
138
- padding-bottom: 0.625rem;
139
- }
140
- .apiInfoForm .paramsTable .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
141
- margin-inline: 0.625rem;
142
- }
143
- .apiInfoForm .paramsTable .editDescTooltipContent .editDescTooltipContent_header {
144
- font-weight: 600;
145
- font-size: 0.875rem;
146
- line-height: 1.25rem;
147
- padding: 0.75rem 1.25rem;
148
- border-bottom: 1px solid #d8dae5;
149
- }
150
- .apiInfoForm .paramsTable :global(.requiredParam) :global(.headContainer)::after {
151
- content: "*";
152
- color: red;
153
- transform: translateX(0.125rem);
154
- }
155
- .apiInfoForm .apiDocRow {
156
- display: grid;
157
- grid-template-columns: 1fr 1fr;
158
- gap: 1.25rem;
159
- }
160
- .apiInfoForm .apiInfoForm_tagsChips {
161
- margin-top: -1.25rem;
162
- }
163
- .apiInfoForm .editDescTooltipContent {
164
- display: flex;
165
- flex-direction: column;
166
- gap: 0.625rem;
167
- padding-bottom: 0.625rem;
168
- }
169
- .apiInfoForm .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
170
- margin-inline: 0.625rem;
171
- }
172
- .apiInfoForm .editDescTooltipContent .editDescTooltipContent_header {
173
- font-weight: 600;
174
- font-size: 0.875rem;
175
- line-height: 1.25rem;
176
- padding: 0.75rem 1.25rem;
177
- border-bottom: 1px solid #d8dae5;
178
- }
179
- .apiInfoForm :global(.requiredParam) :global(.headContainer)::after {
180
- content: "*";
181
- color: red;
182
- transform: translateX(0.125rem);
183
42
  }.methodAccordion {
184
43
  border: none !important;
185
44
  box-shadow: none !important;
@@ -508,147 +367,147 @@
508
367
  }
509
368
  .methodAccordion.readOnly .methodSummaryContainer .methodExpandArrowContainer {
510
369
  background-color: #ebecf2;
511
- }#common-dialog.dialog-content-wrapper {
512
- overflow: visible !important;
513
- max-height: 100%;
514
- width: 22.1875rem;
515
- }
516
- #common-dialog.dialog-content-wrapper .dialog-content-root {
517
- overflow: visible !important;
518
- border-radius: 0.625rem;
519
- max-height: 100%;
370
+ }.containerTitleDrawer {
371
+ height: 64px;
372
+ min-height: 64px;
373
+ display: flex;
374
+ flex-direction: row;
375
+ justify-content: space-between;
376
+ align-items: center;
377
+ background-color: #f1f2f6;
378
+ padding: 0 30px 0 30px;
379
+ width: 100%;
520
380
  }
521
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content {
522
- padding: 0 1.875rem !important;
523
- overflow: visible !important;
524
- max-height: 100%;
381
+ .containerTitleDrawer span {
382
+ color: #12131a;
383
+ font-weight: 600;
384
+ font-size: 18px;
385
+ line-height: 25px;
386
+ letter-spacing: 0em;
525
387
  }
526
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog {
527
- position: relative;
388
+ .containerTitleDrawer svg path {
389
+ stroke: #000 !important;
528
390
  }
529
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .close-icon {
530
- position: absolute;
531
- z-index: 1;
532
- top: 1.5rem;
533
- right: 0;
534
- transform: translate(0.625rem, -0.625rem);
391
+ .containerTitleDrawer .closeIcon {
535
392
  cursor: pointer;
393
+ }.apiInfoForm {
394
+ display: grid;
395
+ padding: 1.25rem 1.875rem;
396
+ gap: 1.25rem;
536
397
  }
537
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header {
398
+ .apiInfoForm .paramsTable .paramDescContainer {
538
399
  display: flex;
539
- padding-top: 0.5rem;
540
- position: relative;
541
- }
542
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon {
543
- margin-top: 1rem;
544
- margin-bottom: 1.5rem;
545
- margin-inline: auto;
546
400
  }
547
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info path {
548
- stroke: #12131a;
401
+ .apiInfoForm .paramsTable .paramDescContainer .paramDescContainer_separator {
402
+ height: inherit;
403
+ width: 1px;
404
+ background-color: #d8dae5;
549
405
  }
550
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line {
551
- stroke: #12131a;
406
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn) svg path {
407
+ stroke-width: 0.1;
552
408
  }
553
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line + path {
554
- fill: #12131a;
409
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn {
410
+ padding: 0;
411
+ margin-right: 1.25rem;
555
412
  }
556
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning path {
557
- stroke: #faad14;
413
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) {
414
+ display: flex;
415
+ align-items: center;
416
+ padding: 0;
417
+ font-size: 0.875rem;
558
418
  }
559
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning line {
560
- stroke: #faad14;
419
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
420
+ margin-block: auto;
561
421
  }
562
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error path {
563
- stroke: #da3f3f;
422
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg path {
423
+ fill: #12131a;
564
424
  }
565
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line {
566
- stroke: #da3f3f;
425
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn {
426
+ padding: 0;
427
+ border-width: 0 !important;
567
428
  }
568
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line + path {
569
- fill: #da3f3f;
429
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
430
+ margin-block: auto;
570
431
  }
571
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title {
572
- font-size: 1.5rem;
573
- font-weight: 500;
574
- line-height: 1.875rem;
575
- text-align: center;
576
- margin-bottom: 0.625rem;
432
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg {
433
+ width: 1.125rem;
577
434
  }
578
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.error-title {
579
- color: #da3f3f;
435
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) {
436
+ margin-block: auto;
580
437
  }
581
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.warning-title {
582
- color: #faad14;
438
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg {
439
+ width: 1.125rem;
583
440
  }
584
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-footer {
585
- display: flex;
586
- gap: 1.25rem;
587
- margin-top: 1.875rem;
441
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg path {
442
+ fill: #3aaa35;
588
443
  }
589
-
590
- .common-dialog {
591
- position: relative;
592
- }
593
- .common-dialog .close-icon {
594
- position: absolute !important;
595
- z-index: 1 !important;
596
- top: 0.75rem !important;
597
- right: 0.4rem !important;
598
- transform: translate(0.625rem, -0.625rem) !important;
599
- cursor: pointer !important;
444
+ .apiInfoForm .paramsTable .externalDocsLink {
445
+ font-size: 0.875rem;
446
+ line-height: 1.25rem;
447
+ cursor: pointer;
448
+ align-self: center;
449
+ margin-right: 2rem;
600
450
  }
601
- .common-dialog .confirmation-dialog-header {
451
+ .apiInfoForm .paramsTable .editExternalDocs {
602
452
  display: flex;
603
- padding-top: 0.5rem;
604
- position: relative;
605
- }
606
- .common-dialog .confirmation-dialog-header .icon {
607
- margin-top: 1rem;
608
- margin-bottom: 1.5rem;
609
- margin-inline: auto;
610
- }
611
- .common-dialog .confirmation-dialog-header .icon.info path {
612
- stroke: #12131a;
453
+ align-items: center;
454
+ padding-right: 0.625rem;
613
455
  }
614
- .common-dialog .confirmation-dialog-header .icon.info line {
615
- stroke: #12131a;
456
+ .apiInfoForm .paramsTable .editExternalDocs svg {
457
+ cursor: pointer;
616
458
  }
617
- .common-dialog .confirmation-dialog-header .icon.info line + path {
459
+ .apiInfoForm .paramsTable .editExternalDocs svg path {
618
460
  fill: #12131a;
619
461
  }
620
- .common-dialog .confirmation-dialog-header .icon.warning path {
621
- stroke: #faad14;
462
+ .apiInfoForm .paramsTable .editDescTooltipContent {
463
+ display: flex;
464
+ flex-direction: column;
465
+ gap: 0.625rem;
466
+ padding-bottom: 0.625rem;
622
467
  }
623
- .common-dialog .confirmation-dialog-header .icon.warning line {
624
- stroke: #faad14;
468
+ .apiInfoForm .paramsTable .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
469
+ margin-inline: 0.625rem;
625
470
  }
626
- .common-dialog .confirmation-dialog-header .icon.error path {
627
- stroke: #da3f3f;
471
+ .apiInfoForm .paramsTable .editDescTooltipContent .editDescTooltipContent_header {
472
+ font-weight: 600;
473
+ font-size: 0.875rem;
474
+ line-height: 1.25rem;
475
+ padding: 0.75rem 1.25rem;
476
+ border-bottom: 1px solid #d8dae5;
628
477
  }
629
- .common-dialog .confirmation-dialog-header .icon.error line {
630
- stroke: #da3f3f;
478
+ .apiInfoForm .paramsTable :global(.requiredParam) :global(.headContainer)::after {
479
+ content: "*";
480
+ color: red;
481
+ transform: translateX(0.125rem);
631
482
  }
632
- .common-dialog .confirmation-dialog-header .icon.error line + path {
633
- fill: #da3f3f;
483
+ .apiInfoForm .apiDocRow {
484
+ display: grid;
485
+ grid-template-columns: 1fr 1fr;
486
+ gap: 1.25rem;
634
487
  }
635
- .common-dialog .confirmation-title {
636
- font-size: 1.5rem;
637
- font-weight: 500;
638
- line-height: 1.875rem;
639
- text-align: center;
640
- margin-bottom: 0.625rem;
488
+ .apiInfoForm .apiInfoForm_tagsChips {
489
+ margin-top: -1.25rem;
641
490
  }
642
- .common-dialog .confirmation-title.error-title {
643
- color: #da3f3f;
491
+ .apiInfoForm .editDescTooltipContent {
492
+ display: flex;
493
+ flex-direction: column;
494
+ gap: 0.625rem;
495
+ padding-bottom: 0.625rem;
644
496
  }
645
- .common-dialog .confirmation-title.warning-title {
646
- color: #faad14;
497
+ .apiInfoForm .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
498
+ margin-inline: 0.625rem;
647
499
  }
648
- .common-dialog .confirmation-dialog-footer {
649
- display: flex;
650
- gap: 1.25rem;
651
- margin-top: 1.875rem;
500
+ .apiInfoForm .editDescTooltipContent .editDescTooltipContent_header {
501
+ font-weight: 600;
502
+ font-size: 0.875rem;
503
+ line-height: 1.25rem;
504
+ padding: 0.75rem 1.25rem;
505
+ border-bottom: 1px solid #d8dae5;
506
+ }
507
+ .apiInfoForm :global(.requiredParam) :global(.headContainer)::after {
508
+ content: "*";
509
+ color: red;
510
+ transform: translateX(0.125rem);
652
511
  }.tooltip-custom-wrapper {
653
512
  display: flex;
654
513
  }
@@ -744,6 +603,147 @@
744
603
  z-index: 2;
745
604
  top: -0.45rem;
746
605
  transform-origin: center !important;
606
+ }#common-dialog.dialog-content-wrapper {
607
+ overflow: visible !important;
608
+ max-height: 100%;
609
+ width: 22.1875rem;
610
+ }
611
+ #common-dialog.dialog-content-wrapper .dialog-content-root {
612
+ overflow: visible !important;
613
+ border-radius: 0.625rem;
614
+ max-height: 100%;
615
+ }
616
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content {
617
+ padding: 0 1.875rem !important;
618
+ overflow: visible !important;
619
+ max-height: 100%;
620
+ }
621
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog {
622
+ position: relative;
623
+ }
624
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .close-icon {
625
+ position: absolute;
626
+ z-index: 1;
627
+ top: 1.5rem;
628
+ right: 0;
629
+ transform: translate(0.625rem, -0.625rem);
630
+ cursor: pointer;
631
+ }
632
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header {
633
+ display: flex;
634
+ padding-top: 0.5rem;
635
+ position: relative;
636
+ }
637
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon {
638
+ margin-top: 1rem;
639
+ margin-bottom: 1.5rem;
640
+ margin-inline: auto;
641
+ }
642
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info path {
643
+ stroke: #12131a;
644
+ }
645
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line {
646
+ stroke: #12131a;
647
+ }
648
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line + path {
649
+ fill: #12131a;
650
+ }
651
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning path {
652
+ stroke: #faad14;
653
+ }
654
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning line {
655
+ stroke: #faad14;
656
+ }
657
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error path {
658
+ stroke: #da3f3f;
659
+ }
660
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line {
661
+ stroke: #da3f3f;
662
+ }
663
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line + path {
664
+ fill: #da3f3f;
665
+ }
666
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title {
667
+ font-size: 1.5rem;
668
+ font-weight: 500;
669
+ line-height: 1.875rem;
670
+ text-align: center;
671
+ margin-bottom: 0.625rem;
672
+ }
673
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.error-title {
674
+ color: #da3f3f;
675
+ }
676
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.warning-title {
677
+ color: #faad14;
678
+ }
679
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-footer {
680
+ display: flex;
681
+ gap: 1.25rem;
682
+ margin-top: 1.875rem;
683
+ }
684
+
685
+ .common-dialog {
686
+ position: relative;
687
+ }
688
+ .common-dialog .close-icon {
689
+ position: absolute !important;
690
+ z-index: 1 !important;
691
+ top: 0.75rem !important;
692
+ right: 0.4rem !important;
693
+ transform: translate(0.625rem, -0.625rem) !important;
694
+ cursor: pointer !important;
695
+ }
696
+ .common-dialog .confirmation-dialog-header {
697
+ display: flex;
698
+ padding-top: 0.5rem;
699
+ position: relative;
700
+ }
701
+ .common-dialog .confirmation-dialog-header .icon {
702
+ margin-top: 1rem;
703
+ margin-bottom: 1.5rem;
704
+ margin-inline: auto;
705
+ }
706
+ .common-dialog .confirmation-dialog-header .icon.info path {
707
+ stroke: #12131a;
708
+ }
709
+ .common-dialog .confirmation-dialog-header .icon.info line {
710
+ stroke: #12131a;
711
+ }
712
+ .common-dialog .confirmation-dialog-header .icon.info line + path {
713
+ fill: #12131a;
714
+ }
715
+ .common-dialog .confirmation-dialog-header .icon.warning path {
716
+ stroke: #faad14;
717
+ }
718
+ .common-dialog .confirmation-dialog-header .icon.warning line {
719
+ stroke: #faad14;
720
+ }
721
+ .common-dialog .confirmation-dialog-header .icon.error path {
722
+ stroke: #da3f3f;
723
+ }
724
+ .common-dialog .confirmation-dialog-header .icon.error line {
725
+ stroke: #da3f3f;
726
+ }
727
+ .common-dialog .confirmation-dialog-header .icon.error line + path {
728
+ fill: #da3f3f;
729
+ }
730
+ .common-dialog .confirmation-title {
731
+ font-size: 1.5rem;
732
+ font-weight: 500;
733
+ line-height: 1.875rem;
734
+ text-align: center;
735
+ margin-bottom: 0.625rem;
736
+ }
737
+ .common-dialog .confirmation-title.error-title {
738
+ color: #da3f3f;
739
+ }
740
+ .common-dialog .confirmation-title.warning-title {
741
+ color: #faad14;
742
+ }
743
+ .common-dialog .confirmation-dialog-footer {
744
+ display: flex;
745
+ gap: 1.25rem;
746
+ margin-top: 1.875rem;
747
747
  }.livePreviewContainer .titleContainer {
748
748
  margin-top: 1.875rem;
749
749
  display: flex;
@@ -1104,117 +1104,12 @@
1104
1104
  --alert-natural: #c4d3f1;
1105
1105
  }
1106
1106
 
1107
- .drawerItemContainer {
1107
+ #EnumButton {
1108
1108
  display: flex;
1109
- flex-direction: column;
1110
- }
1111
- .drawerItemContainer .title {
1112
- color: #000;
1113
- font-weight: 600;
1114
- font-size: 24px;
1115
- line-height: 35px;
1116
- margin-bottom: 3px;
1117
- margin-top: 1.5rem;
1118
- }
1119
- .drawerItemContainer .text {
1120
- color: #000;
1121
- font-weight: 400;
1122
- font-size: 24px;
1123
- line-height: 25px;
1124
- }
1125
- .drawerItemContainer .color-green {
1126
- color: var(--color-success);
1127
- }
1128
- .drawerItemContainer .color-red {
1129
- color: var(--color-error);
1130
- }:root {
1131
- --white: #fff;
1132
- --Gray-5: #f1f2f6;
1133
- --Gray-10: #ebecf2;
1134
- --Gray-20: #d8dae5;
1135
- --Gray-30: #babdcc;
1136
- --Gray-40: #9a9eb2;
1137
- --Gray-50: #828699;
1138
- --Gray-60: #696c80;
1139
- --Gray-100: #12131a;
1140
- --black: #000;
1141
- --primary-static: #4d75d8;
1142
- --primary-hover: #7c9bea;
1143
- --primary-active: #2c4fa4;
1144
- --primary-disabled: #9a9eb2;
1145
- --secondary-static: #40e0d0;
1146
- --secondary-hover: #9efcf2;
1147
- --secondary-active: #2fa599;
1148
- --error-static: #da3f3f;
1149
- --error-hover: #e75d5d;
1150
- --error-active: #bb3232;
1151
- --success-static: #3aaa35;
1152
- --success-hover: #5cda56;
1153
- --success-active: #2a8a25;
1154
- --info-static: #c6c6c6;
1155
- --info-hover: #e4e4e4;
1156
- --info-active: #979797;
1157
- --warning-static: #faad14;
1158
- --warning-hover: #f9be4a;
1159
- --warning-active: #db9711;
1160
- --action-static: #142452;
1161
- --action-hover: #21387d;
1162
- --action-active: #000000;
1163
- --color-info-primary: #3a6cd1;
1164
- --primary-font-color: #142452;
1165
- --placeholder-font-color: #babdcc;
1166
- --warning-font-color: #ce2828;
1167
- --alert-error: #da3f3f;
1168
- --alert-light-error: #f4c5c5;
1169
- --alert-success: #3aaa35;
1170
- --alert-light-success: #c4e5c2;
1171
- --alert-info: #8eaaf1;
1172
- --alert-light-info: #c4d3f1;
1173
- --alert-warning: #faad14;
1174
- --alert-light-warning: #fde6b8;
1175
- --border-focus: #3a6cd1;
1176
- --tooltip-background-color: #202f5b;
1177
- --text-color-primary: #142452;
1178
- --text-color-secondary: #ffff;
1179
- --text-color-neutral: #828699;
1180
- --text-color-tertiary: #808080;
1181
- --text-color-note: #242424;
1182
- --text-color-quaternary: #142452;
1183
- --text-color-disabled: #ffff;
1184
- --background-color-white-primary: #fff;
1185
- --background-color-light-primary: #8eaaf1;
1186
- --background-color-white-secondary: #fff;
1187
- --background-color-primary-dark: #142452;
1188
- --background-color-gray-5: #f1f2f6;
1189
- --background-color-gray-30: #ebecf2;
1190
- --background-color-tertiary-light: #2c4fa4;
1191
- --background-color-gray-10: #f1f2f6;
1192
- --background-color-gray-40: #ebecf2;
1193
- --background-color-light-blue: #dfe7f8;
1194
- --border-color-primary: #babdcc;
1195
- --border-color-secondary: #d8dae5;
1196
- --border-color-neutral: #ebecf2;
1197
- --border-color-tertiary: #ebecf2;
1198
- --border-color-gray: #ebecf2;
1199
- --border-color-hover: #142452;
1200
- --border-color-active: #3a6cd1;
1201
- --icon-color-main: #142452;
1202
- --icon-color-secondary: #000;
1203
- --icon-color-quaternary: #babdcc;
1204
- --icon-color-disabled: #9a9eb2;
1205
- --link-btn-primary-color: #3a6cd1;
1206
- --button-color-static: #4d75d8;
1207
- --button-color-hover: #7c9bea;
1208
- --button-color-active: #2c4fa4;
1209
- --alert-natural: #c4d3f1;
1210
- }
1211
-
1212
- #EnumButton {
1213
- display: flex;
1214
- justify-content: center;
1215
- align-items: center;
1216
- border: 0.0375rem solid #babdcc;
1217
- border-radius: 0.3125rem;
1109
+ justify-content: center;
1110
+ align-items: center;
1111
+ border: 0.0375rem solid #babdcc;
1112
+ border-radius: 0.3125rem;
1218
1113
  }
1219
1114
 
1220
1115
  div.endBtnIcon {
@@ -1225,6 +1120,12 @@ div.endBtnIcon {
1225
1120
  width: 16.875rem !important;
1226
1121
  }
1227
1122
 
1123
+ .select-inputs {
1124
+ display: flex;
1125
+ flex-direction: row;
1126
+ gap: 0.625rem;
1127
+ }
1128
+
1228
1129
  .addEnumButton {
1229
1130
  color: #4d75d8 !important;
1230
1131
  display: flex;
@@ -1390,166 +1291,117 @@ div.endBtnIcon {
1390
1291
  .tableSectionContainer .descArrow path,
1391
1292
  .tableSectionContainer .defaultSortArrow path {
1392
1293
  fill: var(--Gray-50);
1393
- }.api-docs-api-tree {
1394
- width: 100%;
1395
- max-width: 12.5rem;
1396
- padding: 3rem 1.25rem;
1397
- box-sizing: border-box;
1398
- }
1399
- .api-docs-api-tree > * {
1400
- box-sizing: border-box;
1294
+ }:root {
1295
+ --white: #fff;
1296
+ --Gray-5: #f1f2f6;
1297
+ --Gray-10: #ebecf2;
1298
+ --Gray-20: #d8dae5;
1299
+ --Gray-30: #babdcc;
1300
+ --Gray-40: #9a9eb2;
1301
+ --Gray-50: #828699;
1302
+ --Gray-60: #696c80;
1303
+ --Gray-100: #12131a;
1304
+ --black: #000;
1305
+ --primary-static: #4d75d8;
1306
+ --primary-hover: #7c9bea;
1307
+ --primary-active: #2c4fa4;
1308
+ --primary-disabled: #9a9eb2;
1309
+ --secondary-static: #40e0d0;
1310
+ --secondary-hover: #9efcf2;
1311
+ --secondary-active: #2fa599;
1312
+ --error-static: #da3f3f;
1313
+ --error-hover: #e75d5d;
1314
+ --error-active: #bb3232;
1315
+ --success-static: #3aaa35;
1316
+ --success-hover: #5cda56;
1317
+ --success-active: #2a8a25;
1318
+ --info-static: #c6c6c6;
1319
+ --info-hover: #e4e4e4;
1320
+ --info-active: #979797;
1321
+ --warning-static: #faad14;
1322
+ --warning-hover: #f9be4a;
1323
+ --warning-active: #db9711;
1324
+ --action-static: #142452;
1325
+ --action-hover: #21387d;
1326
+ --action-active: #000000;
1327
+ --color-info-primary: #3a6cd1;
1328
+ --primary-font-color: #142452;
1329
+ --placeholder-font-color: #babdcc;
1330
+ --warning-font-color: #ce2828;
1331
+ --alert-error: #da3f3f;
1332
+ --alert-light-error: #f4c5c5;
1333
+ --alert-success: #3aaa35;
1334
+ --alert-light-success: #c4e5c2;
1335
+ --alert-info: #8eaaf1;
1336
+ --alert-light-info: #c4d3f1;
1337
+ --alert-warning: #faad14;
1338
+ --alert-light-warning: #fde6b8;
1339
+ --border-focus: #3a6cd1;
1340
+ --tooltip-background-color: #202f5b;
1341
+ --text-color-primary: #142452;
1342
+ --text-color-secondary: #ffff;
1343
+ --text-color-neutral: #828699;
1344
+ --text-color-tertiary: #808080;
1345
+ --text-color-note: #242424;
1346
+ --text-color-quaternary: #142452;
1347
+ --text-color-disabled: #ffff;
1348
+ --background-color-white-primary: #fff;
1349
+ --background-color-light-primary: #8eaaf1;
1350
+ --background-color-white-secondary: #fff;
1351
+ --background-color-primary-dark: #142452;
1352
+ --background-color-gray-5: #f1f2f6;
1353
+ --background-color-gray-30: #ebecf2;
1354
+ --background-color-tertiary-light: #2c4fa4;
1355
+ --background-color-gray-10: #f1f2f6;
1356
+ --background-color-gray-40: #ebecf2;
1357
+ --background-color-light-blue: #dfe7f8;
1358
+ --border-color-primary: #babdcc;
1359
+ --border-color-secondary: #d8dae5;
1360
+ --border-color-neutral: #ebecf2;
1361
+ --border-color-tertiary: #ebecf2;
1362
+ --border-color-gray: #ebecf2;
1363
+ --border-color-hover: #142452;
1364
+ --border-color-active: #3a6cd1;
1365
+ --icon-color-main: #142452;
1366
+ --icon-color-secondary: #000;
1367
+ --icon-color-quaternary: #babdcc;
1368
+ --icon-color-disabled: #9a9eb2;
1369
+ --link-btn-primary-color: #3a6cd1;
1370
+ --button-color-static: #4d75d8;
1371
+ --button-color-hover: #7c9bea;
1372
+ --button-color-active: #2c4fa4;
1373
+ --alert-natural: #c4d3f1;
1401
1374
  }
1402
- .api-docs-api-tree__section-header {
1375
+
1376
+ .drawerItemContainer {
1403
1377
  display: flex;
1404
- align-items: center;
1405
- gap: 0.25rem;
1406
- padding-inline: 0.5rem;
1407
- cursor: pointer;
1408
- user-select: none;
1409
- height: 2.5rem;
1410
- }
1411
- .api-docs-api-tree__section-header:hover {
1412
- background-color: #f3f4f6;
1413
- }
1414
- .api-docs-api-tree__section-header svg:first-child path {
1415
- stroke: #bbbec5;
1378
+ flex-direction: column;
1416
1379
  }
1417
- .api-docs-api-tree__section-title {
1418
- font-size: 0.75rem;
1419
- line-height: 0.875rem;
1420
- font-weight: 500;
1380
+ .drawerItemContainer .title {
1421
1381
  color: #000;
1422
- margin-left: 0.25rem;
1423
- }
1424
- .api-docs-api-tree__section__overview {
1425
- display: flex;
1426
- align-items: center;
1427
- gap: 0.5rem;
1428
- padding: 0.5rem 1.75rem;
1429
- border-radius: 0.25rem;
1430
- cursor: pointer;
1382
+ font-weight: 600;
1383
+ font-size: 24px;
1384
+ line-height: 35px;
1385
+ margin-bottom: 3px;
1386
+ margin-top: 1.5rem;
1431
1387
  }
1432
- .api-docs-api-tree__section__overview:hover {
1433
- background-color: #f3f4f6;
1388
+ .drawerItemContainer .text {
1389
+ color: #000;
1390
+ font-weight: 400;
1391
+ font-size: 24px;
1392
+ line-height: 25px;
1434
1393
  }
1435
- .api-docs-api-tree__section__overview span {
1436
- font-size: 0.75rem;
1437
- line-height: 0.875rem;
1438
- color: #000000;
1394
+ .drawerItemContainer .color-green {
1395
+ color: var(--color-success);
1439
1396
  }
1440
- .api-docs-api-tree__section__overview[data-active=true] {
1397
+ .drawerItemContainer .color-red {
1398
+ color: var(--color-error);
1399
+ }.api_docs_header {
1400
+ height: 2.625rem;
1441
1401
  background-color: #f0f1f2;
1442
- }
1443
- .api-docs-api-tree__section__endpoints {
1444
1402
  display: flex;
1445
1403
  align-items: center;
1446
- height: 1.5rem;
1447
- gap: 0.5rem;
1448
- border-radius: 0.25rem;
1449
- padding-inline: 1.75rem;
1450
- cursor: pointer;
1451
- }
1452
- .api-docs-api-tree__section__endpoints span {
1453
- font-size: 0.75rem;
1454
- line-height: 0.875rem;
1455
- color: #000000;
1456
- }
1457
- .api-docs-api-tree__section__endpoints[data-active=true] {
1458
- background-color: #f0f1f2;
1459
- }
1460
- .api-docs-api-tree__section[data-active=true] .api-docs-api-tree__section-title {
1461
- color: #616874;
1462
- }
1463
- .api-docs-api-tree__endpoints {
1464
- display: flex;
1465
- flex-direction: column;
1466
- align-items: start;
1467
- gap: 0.5rem;
1468
- border-radius: 0.25rem;
1469
- cursor: pointer;
1470
- }
1471
- .api-docs-api-tree__endpoints span {
1472
- font-size: 0.75rem;
1473
- line-height: 0.875rem;
1474
- color: #000000;
1475
- }
1476
- .api-docs-api-tree__endpoints[data-active=true] {
1477
- background-color: #f0f1f2;
1478
- }
1479
- .api-docs-api-tree__subsection-header {
1480
- height: 2rem;
1481
- display: flex;
1482
- align-items: center;
1483
- gap: 0.875rem;
1484
- padding-inline: 0.5rem;
1485
- cursor: pointer;
1486
- user-select: none;
1487
- }
1488
- .api-docs-api-tree__subsection-header svg {
1489
- color: #6b7280;
1490
- }
1491
- .api-docs-api-tree__subsection-title {
1492
- font-size: 0.75rem;
1493
- line-height: 0.875rem;
1494
- color: #616874;
1495
- }
1496
- .api-docs-api-tree__endpoint {
1497
- display: flex;
1498
- align-items: center;
1499
- gap: 0.25rem;
1500
- padding: 0.5rem 0.75rem;
1501
- text-transform: capitalize;
1502
- width: 100%;
1503
- cursor: pointer;
1504
- }
1505
- .api-docs-api-tree__endpoint[data-active=true] {
1506
- background-color: #f0f1f2;
1507
- }
1508
- .api-docs-api-tree__endpoint:hover {
1509
- background-color: #f3f4f6;
1510
- }
1511
- .api-docs-api-tree__endpoint-method {
1512
- font-size: 0.75rem;
1513
- line-height: 0.875rem;
1514
- font-weight: 400;
1515
- text-align: start;
1516
- }
1517
- .api-docs-api-tree__endpoint-name {
1518
- font-size: 0.75rem;
1519
- line-height: 0.875rem;
1520
- color: #3b3f46;
1521
- display: -webkit-box;
1522
- -webkit-box-orient: vertical;
1523
- -webkit-line-clamp: 1;
1524
- overflow: hidden;
1525
- text-overflow: ellipsis;
1526
- }
1527
- .api-docs-api-tree__endpoint--get .api-docs-api-tree__endpoint-method {
1528
- color: #3a6cd1;
1529
- }
1530
- .api-docs-api-tree__endpoint--post .api-docs-api-tree__endpoint-method {
1531
- color: #3aaa35;
1532
- }
1533
- .api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
1534
- color: #faad14;
1535
- }
1536
- .api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
1537
- color: #da3f3f;
1538
- }
1539
- .api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
1540
- color: #495d97;
1541
- }
1542
- .api-docs-api-tree__endpoint--head .api-docs-api-tree__endpoint-method {
1543
- color: #9461c9;
1544
- }
1545
- .api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
1546
- color: #58e2c2;
1547
- }.api_docs_header {
1548
- height: 2.625rem;
1549
- background-color: #f0f1f2;
1550
- display: flex;
1551
- align-items: center;
1552
- padding: 0 1rem;
1404
+ padding: 0 1rem;
1553
1405
  }
1554
1406
  .api_docs_header .header_content {
1555
1407
  width: 100%;
@@ -1783,6 +1635,160 @@ div.endBtnIcon {
1783
1635
  opacity: 1 !important;
1784
1636
  backdrop-filter: blur(0.5rem);
1785
1637
  background-color: rgba(0, 0, 0, 0.281) !important;
1638
+ }.api-docs-api-tree {
1639
+ width: 100%;
1640
+ max-width: 12.5rem;
1641
+ padding: 3rem 1.25rem;
1642
+ box-sizing: border-box;
1643
+ }
1644
+ .api-docs-api-tree > * {
1645
+ box-sizing: border-box;
1646
+ }
1647
+ .api-docs-api-tree__section-header {
1648
+ display: flex;
1649
+ align-items: center;
1650
+ gap: 0.25rem;
1651
+ padding-inline: 0.5rem;
1652
+ cursor: pointer;
1653
+ user-select: none;
1654
+ height: 2.5rem;
1655
+ }
1656
+ .api-docs-api-tree__section-header:hover {
1657
+ background-color: #f3f4f6;
1658
+ }
1659
+ .api-docs-api-tree__section-header svg:first-child path {
1660
+ stroke: #bbbec5;
1661
+ }
1662
+ .api-docs-api-tree__section-title {
1663
+ font-size: 0.75rem;
1664
+ line-height: 0.875rem;
1665
+ font-weight: 500;
1666
+ color: #000;
1667
+ margin-left: 0.25rem;
1668
+ }
1669
+ .api-docs-api-tree__section__overview {
1670
+ display: flex;
1671
+ align-items: center;
1672
+ gap: 0.5rem;
1673
+ padding: 0.5rem 1.75rem;
1674
+ border-radius: 0.25rem;
1675
+ cursor: pointer;
1676
+ }
1677
+ .api-docs-api-tree__section__overview:hover {
1678
+ background-color: #f3f4f6;
1679
+ }
1680
+ .api-docs-api-tree__section__overview span {
1681
+ font-size: 0.75rem;
1682
+ line-height: 0.875rem;
1683
+ color: #000000;
1684
+ }
1685
+ .api-docs-api-tree__section__overview[data-active=true] {
1686
+ background-color: #f0f1f2;
1687
+ }
1688
+ .api-docs-api-tree__section__endpoints {
1689
+ display: flex;
1690
+ align-items: center;
1691
+ height: 1.5rem;
1692
+ gap: 0.5rem;
1693
+ border-radius: 0.25rem;
1694
+ padding-inline: 1.75rem;
1695
+ cursor: pointer;
1696
+ }
1697
+ .api-docs-api-tree__section__endpoints span {
1698
+ font-size: 0.75rem;
1699
+ line-height: 0.875rem;
1700
+ color: #000000;
1701
+ }
1702
+ .api-docs-api-tree__section__endpoints[data-active=true] {
1703
+ background-color: #f0f1f2;
1704
+ }
1705
+ .api-docs-api-tree__section[data-active=true] .api-docs-api-tree__section-title {
1706
+ color: #616874;
1707
+ }
1708
+ .api-docs-api-tree__endpoints {
1709
+ display: flex;
1710
+ flex-direction: column;
1711
+ align-items: start;
1712
+ gap: 0.5rem;
1713
+ border-radius: 0.25rem;
1714
+ cursor: pointer;
1715
+ }
1716
+ .api-docs-api-tree__endpoints span {
1717
+ font-size: 0.75rem;
1718
+ line-height: 0.875rem;
1719
+ color: #000000;
1720
+ }
1721
+ .api-docs-api-tree__endpoints[data-active=true] {
1722
+ background-color: #f0f1f2;
1723
+ }
1724
+ .api-docs-api-tree__subsection-header {
1725
+ height: 2rem;
1726
+ display: flex;
1727
+ align-items: center;
1728
+ gap: 0.875rem;
1729
+ padding-inline: 0.5rem;
1730
+ cursor: pointer;
1731
+ user-select: none;
1732
+ }
1733
+ .api-docs-api-tree__subsection-header svg {
1734
+ color: #6b7280;
1735
+ }
1736
+ .api-docs-api-tree__subsection-title {
1737
+ font-size: 0.75rem;
1738
+ line-height: 0.875rem;
1739
+ color: #616874;
1740
+ }
1741
+ .api-docs-api-tree__endpoint {
1742
+ display: flex;
1743
+ align-items: center;
1744
+ gap: 0.25rem;
1745
+ padding: 0.5rem 0.75rem;
1746
+ text-transform: capitalize;
1747
+ width: 100%;
1748
+ cursor: pointer;
1749
+ }
1750
+ .api-docs-api-tree__endpoint[data-active=true] {
1751
+ background-color: #f0f1f2;
1752
+ }
1753
+ .api-docs-api-tree__endpoint:hover {
1754
+ background-color: #f3f4f6;
1755
+ }
1756
+ .api-docs-api-tree__endpoint-method {
1757
+ font-size: 0.75rem;
1758
+ line-height: 0.875rem;
1759
+ font-weight: 400;
1760
+ text-align: start;
1761
+ }
1762
+ .api-docs-api-tree__endpoint-name {
1763
+ font-size: 0.75rem;
1764
+ line-height: 0.875rem;
1765
+ color: #3b3f46;
1766
+ display: -webkit-box;
1767
+ -webkit-box-orient: vertical;
1768
+ -webkit-line-clamp: 1;
1769
+ overflow: hidden;
1770
+ text-overflow: ellipsis;
1771
+ }
1772
+ .api-docs-api-tree__endpoint--get .api-docs-api-tree__endpoint-method {
1773
+ color: #3a6cd1;
1774
+ }
1775
+ .api-docs-api-tree__endpoint--post .api-docs-api-tree__endpoint-method {
1776
+ color: #3aaa35;
1777
+ }
1778
+ .api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
1779
+ color: #faad14;
1780
+ }
1781
+ .api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
1782
+ color: #da3f3f;
1783
+ }
1784
+ .api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
1785
+ color: #495d97;
1786
+ }
1787
+ .api-docs-api-tree__endpoint--head .api-docs-api-tree__endpoint-method {
1788
+ color: #9461c9;
1789
+ }
1790
+ .api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
1791
+ color: #58e2c2;
1786
1792
  }.codebox {
1787
1793
  border-radius: 0.25rem;
1788
1794
  overflow: hidden;
@@ -1889,261 +1895,22 @@ div.endBtnIcon {
1889
1895
  .apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer {
1890
1896
  display: flex;
1891
1897
  align-items: center;
1892
- gap: 0.625rem;
1893
- padding-left: 0.75rem;
1894
- }
1895
- .apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer .statusCodeOptionCircle {
1896
- width: 0.625rem;
1897
- min-width: 0.625rem;
1898
- aspect-ratio: 1/1;
1899
- border-radius: 100%;
1900
- }
1901
- .apiDocsAside :global(.multiSelectGroup .selectDisplay),
1902
- .apiDocsAside :global(.multiSelectGroup) {
1903
- width: 6.25rem;
1904
- height: 1.5rem;
1905
- }
1906
- .apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
1907
- padding-right: 0.75rem;
1908
- }main {
1909
- padding: 2rem;
1910
- }
1911
- main .api-details-expanded .api-title {
1912
- font-size: 3rem;
1913
- font-weight: 600;
1914
- letter-spacing: -1px;
1915
- line-height: 3.5rem;
1916
- margin-bottom: 0.752rem;
1917
- color: #4d75d9;
1918
- }
1919
- main .api-details-expanded .test-button {
1920
- margin-top: 1.25rem;
1921
- margin-bottom: 3.125rem;
1922
- display: flex;
1923
- align-items: center;
1924
- justify-content: space-between;
1925
- gap: 0.5rem;
1926
- }
1927
- main .api-details-expanded .test-button .back-button {
1928
- display: inline-flex;
1929
- align-items: center;
1930
- justify-content: center;
1931
- width: 2.75rem;
1932
- height: 2.75rem;
1933
- border: 1px solid #3b82f6;
1934
- border-radius: 0.5rem;
1935
- background-color: white;
1936
- color: #3b82f6;
1937
- cursor: pointer;
1938
- transition: background-color 0.2s ease;
1939
- }
1940
- main .api-details-expanded .test-button .back-button svg {
1941
- stroke-width: 2;
1942
- }
1943
- main .api-details-expanded .test-button .back-button:hover {
1944
- background-color: #eff6ff;
1945
- }
1946
- main .api-details-expanded .test-button .disabled {
1947
- background: #f0f1f2;
1948
- color: #9ca1aa;
1949
- cursor: not-allowed;
1950
- padding: 0.375rem 1rem;
1951
- border-radius: 6px;
1952
- font-size: 14px;
1953
- border: 1px #b8bfca solid;
1954
- width: 7.56rem;
1955
- height: 2.75rem;
1956
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
1957
- }
1958
- main .api-details-expanded h3 {
1959
- color: #616874;
1960
- font-size: 1.125rem;
1961
- font-weight: 400;
1962
- letter-spacing: 0px;
1963
- line-height: 1.5rem;
1964
- margin-top: 1.5rem;
1965
- margin-bottom: 0.5rem;
1966
- }
1967
- main .api-details-expanded .url-box {
1968
- height: 1.75rem;
1969
- justify-content: space-between;
1970
- background-color: #edf1fb !important;
1971
- }
1972
- main .api-details-expanded .url-text {
1973
- color: #3b3f46;
1974
- font-size: 1.25rem;
1975
- letter-spacing: 0px;
1976
- line-height: 1.75rem;
1977
- }
1978
- main .api-details-expanded .method-label {
1979
- font-size: 0.924rem;
1980
- font-weight: 600;
1981
- padding: 0.125rem 0.5rem;
1982
- border-radius: 0.375rem;
1983
- text-transform: uppercase;
1984
- color: #3aaa35;
1985
- text-decoration: underline;
1986
- }
1987
- main .api-details-expanded .method-label.get {
1988
- color: #3a6cd1;
1989
- }
1990
- main .api-details-expanded .method-label.post {
1991
- color: #3aaa35;
1992
- }
1993
- main .api-details-expanded .method-label.put {
1994
- color: #faad14;
1995
- }
1996
- main .api-details-expanded .method-label.patch {
1997
- color: #58e2c2;
1998
- }
1999
- main .api-details-expanded .method-label.delete {
2000
- color: #da3f3f;
2001
- }
2002
- main .api-details-expanded .method-label.head {
2003
- color: #9461c9;
2004
- }
2005
- main .api-details-expanded .method-label.trace {
2006
- color: #ffa28f;
2007
- }
2008
- main .api-details-expanded .method-label.options {
2009
- color: #495d97;
2010
- }
2011
- main .api-details-expanded .url-box {
2012
- background-color: #f3f4f6;
2013
- padding: 0.375rem 0.75rem;
2014
- border-radius: 0.5rem;
2015
- display: flex;
2016
- align-items: center;
2017
- gap: 0.5rem;
2018
- font-size: 14px;
2019
- flex: 1;
2020
- height: 2.8rem;
2021
- margin-bottom: 1.5rem;
2022
- }
2023
- main .api-details-expanded .api-desc {
2024
- color: #6b7280;
2025
- margin: 1.5rem 0;
2026
- }
2027
- main .api-details-expanded .head-table-label {
2028
- color: #3b3f46 !important;
2029
- letter-spacing: 0px;
2030
- font-weight: 400 !important;
2031
- line-height: 1rem;
2032
- }
2033
- main .api-details-expanded .request-tabs {
2034
- display: flex;
2035
- gap: 0.5rem;
2036
- margin-bottom: 0.75rem;
2037
- }
2038
- main .api-details-expanded .tab {
2039
- background: white;
2040
- border: 1px solid #d1d3d8;
2041
- padding: 0.375rem 0.75rem;
2042
- border-radius: 6px;
2043
- cursor: pointer;
2044
- font-size: 0.875rem;
2045
- color: #000000;
2046
- display: flex;
2047
- align-items: center;
2048
- gap: 0.375rem;
2049
- }
2050
- main .api-details-expanded .tab {
2051
- background: white;
2052
- border: 1px solid #d1d3d8;
2053
- padding: 0.375rem 0.75rem;
2054
- border-radius: 6px;
2055
- cursor: pointer;
2056
- font-size: 0.875rem;
2057
- color: #000000;
2058
- display: flex;
2059
- align-items: center;
2060
- gap: 0.375rem;
2061
- }
2062
- main .api-details-expanded .tab.active {
2063
- background-color: #e5edff;
2064
- border-color: #4d75d9;
2065
- color: #000000;
2066
- font-weight: 400;
2067
- }
2068
- main .api-details-expanded .icon-left {
2069
- width: 0.875rem;
2070
- height: 0.875rem;
2071
- }
2072
- main .api-details-expanded .table-wrapper {
2073
- overflow-x: auto;
2074
- border: 1px solid #e5e7eb;
2075
- border-radius: 0.8rem;
2076
- background: white;
2077
- border: 1px #bbbec5 solid;
2078
- margin-bottom: 2rem;
2079
- }
2080
- main .api-details-expanded .param-table {
2081
- width: 100%;
2082
- border-collapse: collapse;
2083
- font-size: 0.875rem;
2084
- }
2085
- main .api-details-expanded .param-table .desc-cell {
2086
- position: relative;
2087
- max-width: 20rem;
2088
- padding-right: 1.5rem;
2089
- }
2090
- main .api-details-expanded .param-table .desc-text {
2091
- white-space: nowrap;
2092
- overflow: hidden;
2093
- text-overflow: ellipsis;
2094
- max-width: 90%;
2095
- }
2096
- main .api-details-expanded .param-table .desc-text.expanded {
2097
- white-space: normal;
2098
- }
2099
- main .api-details-expanded .param-table .desc-toggle {
2100
- position: absolute;
2101
- right: 0.5rem;
2102
- top: 50%;
2103
- transform: translateY(-50%);
2104
- background: none;
2105
- border: none;
2106
- cursor: pointer;
2107
- }
2108
- main .api-details-expanded .param-table .desc-toggle svg {
2109
- transition: transform 0.2s ease;
2110
- }
2111
- main .api-details-expanded .param-table .desc-toggle .rotated {
2112
- transform: rotate(180deg);
2113
- }
2114
- main .api-details-expanded .param-table th,
2115
- main .api-details-expanded .param-table td {
2116
- padding: 10px;
2117
- border-bottom: 1px solid #bbbec5;
2118
- text-align: left;
2119
- color: #3b3f46;
2120
- }
2121
- main .api-details-expanded .param-table th {
2122
- background: #edf1fb;
2123
- font-weight: 600;
2124
- }
2125
- main .api-details-expanded .response-status {
2126
- display: flex;
2127
- align-items: center;
2128
- justify-content: end;
2129
- gap: 0.375rem;
2130
- font-size: 0.875rem;
2131
- color: green;
2132
- margin-bottom: 0.75rem;
2133
- }
2134
- main .api-details-expanded .response-drop {
2135
- width: 10rem;
2136
- justify-content: end;
2137
- }
2138
- main .api-details-expanded .response-drop-test {
2139
- justify-content: end !important;
2140
- align-items: end !important;
2141
- align-content: end !important;
1898
+ gap: 0.625rem;
1899
+ padding-left: 0.75rem;
2142
1900
  }
2143
- main .api-details-expanded .copy-icon {
2144
- cursor: pointer;
2145
- width: 1.5rem;
1901
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer .statusCodeOptionCircle {
1902
+ width: 0.625rem;
1903
+ min-width: 0.625rem;
1904
+ aspect-ratio: 1/1;
1905
+ border-radius: 100%;
1906
+ }
1907
+ .apiDocsAside :global(.multiSelectGroup .selectDisplay),
1908
+ .apiDocsAside :global(.multiSelectGroup) {
1909
+ width: 6.25rem;
2146
1910
  height: 1.5rem;
1911
+ }
1912
+ .apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
1913
+ padding-right: 0.75rem;
2147
1914
  }.api-details-page {
2148
1915
  padding: 2rem;
2149
1916
  }
@@ -2394,4 +2161,243 @@ main .api-details-expanded .copy-icon {
2394
2161
  font-size: 0.875rem;
2395
2162
  color: #4d75d9;
2396
2163
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2509803922);
2164
+ }main {
2165
+ padding: 2rem;
2166
+ }
2167
+ main .api-details-expanded .api-title {
2168
+ font-size: 3rem;
2169
+ font-weight: 600;
2170
+ letter-spacing: -1px;
2171
+ line-height: 3.5rem;
2172
+ margin-bottom: 0.752rem;
2173
+ color: #4d75d9;
2174
+ }
2175
+ main .api-details-expanded .test-button {
2176
+ margin-top: 1.25rem;
2177
+ margin-bottom: 3.125rem;
2178
+ display: flex;
2179
+ align-items: center;
2180
+ justify-content: space-between;
2181
+ gap: 0.5rem;
2182
+ }
2183
+ main .api-details-expanded .test-button .back-button {
2184
+ display: inline-flex;
2185
+ align-items: center;
2186
+ justify-content: center;
2187
+ width: 2.75rem;
2188
+ height: 2.75rem;
2189
+ border: 1px solid #3b82f6;
2190
+ border-radius: 0.5rem;
2191
+ background-color: white;
2192
+ color: #3b82f6;
2193
+ cursor: pointer;
2194
+ transition: background-color 0.2s ease;
2195
+ }
2196
+ main .api-details-expanded .test-button .back-button svg {
2197
+ stroke-width: 2;
2198
+ }
2199
+ main .api-details-expanded .test-button .back-button:hover {
2200
+ background-color: #eff6ff;
2201
+ }
2202
+ main .api-details-expanded .test-button .disabled {
2203
+ background: #f0f1f2;
2204
+ color: #9ca1aa;
2205
+ cursor: not-allowed;
2206
+ padding: 0.375rem 1rem;
2207
+ border-radius: 6px;
2208
+ font-size: 14px;
2209
+ border: 1px #b8bfca solid;
2210
+ width: 7.56rem;
2211
+ height: 2.75rem;
2212
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
2213
+ }
2214
+ main .api-details-expanded h3 {
2215
+ color: #616874;
2216
+ font-size: 1.125rem;
2217
+ font-weight: 400;
2218
+ letter-spacing: 0px;
2219
+ line-height: 1.5rem;
2220
+ margin-top: 1.5rem;
2221
+ margin-bottom: 0.5rem;
2222
+ }
2223
+ main .api-details-expanded .url-box {
2224
+ height: 1.75rem;
2225
+ justify-content: space-between;
2226
+ background-color: #edf1fb !important;
2227
+ }
2228
+ main .api-details-expanded .url-text {
2229
+ color: #3b3f46;
2230
+ font-size: 1.25rem;
2231
+ letter-spacing: 0px;
2232
+ line-height: 1.75rem;
2233
+ }
2234
+ main .api-details-expanded .method-label {
2235
+ font-size: 0.924rem;
2236
+ font-weight: 600;
2237
+ padding: 0.125rem 0.5rem;
2238
+ border-radius: 0.375rem;
2239
+ text-transform: uppercase;
2240
+ color: #3aaa35;
2241
+ text-decoration: underline;
2242
+ }
2243
+ main .api-details-expanded .method-label.get {
2244
+ color: #3a6cd1;
2245
+ }
2246
+ main .api-details-expanded .method-label.post {
2247
+ color: #3aaa35;
2248
+ }
2249
+ main .api-details-expanded .method-label.put {
2250
+ color: #faad14;
2251
+ }
2252
+ main .api-details-expanded .method-label.patch {
2253
+ color: #58e2c2;
2254
+ }
2255
+ main .api-details-expanded .method-label.delete {
2256
+ color: #da3f3f;
2257
+ }
2258
+ main .api-details-expanded .method-label.head {
2259
+ color: #9461c9;
2260
+ }
2261
+ main .api-details-expanded .method-label.trace {
2262
+ color: #ffa28f;
2263
+ }
2264
+ main .api-details-expanded .method-label.options {
2265
+ color: #495d97;
2266
+ }
2267
+ main .api-details-expanded .url-box {
2268
+ background-color: #f3f4f6;
2269
+ padding: 0.375rem 0.75rem;
2270
+ border-radius: 0.5rem;
2271
+ display: flex;
2272
+ align-items: center;
2273
+ gap: 0.5rem;
2274
+ font-size: 14px;
2275
+ flex: 1;
2276
+ height: 2.8rem;
2277
+ margin-bottom: 1.5rem;
2278
+ }
2279
+ main .api-details-expanded .api-desc {
2280
+ color: #6b7280;
2281
+ margin: 1.5rem 0;
2282
+ }
2283
+ main .api-details-expanded .head-table-label {
2284
+ color: #3b3f46 !important;
2285
+ letter-spacing: 0px;
2286
+ font-weight: 400 !important;
2287
+ line-height: 1rem;
2288
+ }
2289
+ main .api-details-expanded .request-tabs {
2290
+ display: flex;
2291
+ gap: 0.5rem;
2292
+ margin-bottom: 0.75rem;
2293
+ }
2294
+ main .api-details-expanded .tab {
2295
+ background: white;
2296
+ border: 1px solid #d1d3d8;
2297
+ padding: 0.375rem 0.75rem;
2298
+ border-radius: 6px;
2299
+ cursor: pointer;
2300
+ font-size: 0.875rem;
2301
+ color: #000000;
2302
+ display: flex;
2303
+ align-items: center;
2304
+ gap: 0.375rem;
2305
+ }
2306
+ main .api-details-expanded .tab {
2307
+ background: white;
2308
+ border: 1px solid #d1d3d8;
2309
+ padding: 0.375rem 0.75rem;
2310
+ border-radius: 6px;
2311
+ cursor: pointer;
2312
+ font-size: 0.875rem;
2313
+ color: #000000;
2314
+ display: flex;
2315
+ align-items: center;
2316
+ gap: 0.375rem;
2317
+ }
2318
+ main .api-details-expanded .tab.active {
2319
+ background-color: #e5edff;
2320
+ border-color: #4d75d9;
2321
+ color: #000000;
2322
+ font-weight: 400;
2323
+ }
2324
+ main .api-details-expanded .icon-left {
2325
+ width: 0.875rem;
2326
+ height: 0.875rem;
2327
+ }
2328
+ main .api-details-expanded .table-wrapper {
2329
+ overflow-x: auto;
2330
+ border: 1px solid #e5e7eb;
2331
+ border-radius: 0.8rem;
2332
+ background: white;
2333
+ border: 1px #bbbec5 solid;
2334
+ margin-bottom: 2rem;
2335
+ }
2336
+ main .api-details-expanded .param-table {
2337
+ width: 100%;
2338
+ border-collapse: collapse;
2339
+ font-size: 0.875rem;
2340
+ }
2341
+ main .api-details-expanded .param-table .desc-cell {
2342
+ position: relative;
2343
+ max-width: 20rem;
2344
+ padding-right: 1.5rem;
2345
+ }
2346
+ main .api-details-expanded .param-table .desc-text {
2347
+ white-space: nowrap;
2348
+ overflow: hidden;
2349
+ text-overflow: ellipsis;
2350
+ max-width: 90%;
2351
+ }
2352
+ main .api-details-expanded .param-table .desc-text.expanded {
2353
+ white-space: normal;
2354
+ }
2355
+ main .api-details-expanded .param-table .desc-toggle {
2356
+ position: absolute;
2357
+ right: 0.5rem;
2358
+ top: 50%;
2359
+ transform: translateY(-50%);
2360
+ background: none;
2361
+ border: none;
2362
+ cursor: pointer;
2363
+ }
2364
+ main .api-details-expanded .param-table .desc-toggle svg {
2365
+ transition: transform 0.2s ease;
2366
+ }
2367
+ main .api-details-expanded .param-table .desc-toggle .rotated {
2368
+ transform: rotate(180deg);
2369
+ }
2370
+ main .api-details-expanded .param-table th,
2371
+ main .api-details-expanded .param-table td {
2372
+ padding: 10px;
2373
+ border-bottom: 1px solid #bbbec5;
2374
+ text-align: left;
2375
+ color: #3b3f46;
2376
+ }
2377
+ main .api-details-expanded .param-table th {
2378
+ background: #edf1fb;
2379
+ font-weight: 600;
2380
+ }
2381
+ main .api-details-expanded .response-status {
2382
+ display: flex;
2383
+ align-items: center;
2384
+ justify-content: end;
2385
+ gap: 0.375rem;
2386
+ font-size: 0.875rem;
2387
+ color: green;
2388
+ margin-bottom: 0.75rem;
2389
+ }
2390
+ main .api-details-expanded .response-drop {
2391
+ width: 10rem;
2392
+ justify-content: end;
2393
+ }
2394
+ main .api-details-expanded .response-drop-test {
2395
+ justify-content: end !important;
2396
+ align-items: end !important;
2397
+ align-content: end !important;
2398
+ }
2399
+ main .api-details-expanded .copy-icon {
2400
+ cursor: pointer;
2401
+ width: 1.5rem;
2402
+ height: 1.5rem;
2397
2403
  }