@digi-frontend/dgate-api-documentation 1.0.55 → 1.0.57

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 (74) hide show
  1. package/dist/_virtual/index10.js +1 -1
  2. package/dist/_virtual/index20.js +2 -0
  3. package/dist/_virtual/index20.js.map +1 -0
  4. package/dist/_virtual/index3.js +1 -1
  5. package/dist/_virtual/index4.js +1 -1
  6. package/dist/_virtual/index5.js +1 -1
  7. package/dist/_virtual/index6.js +1 -1
  8. package/dist/_virtual/index7.js +1 -1
  9. package/dist/_virtual/index8.js +1 -1
  10. package/dist/_virtual/index9.js +1 -1
  11. package/dist/node_modules/dom-serializer/lib/index.js +1 -1
  12. package/dist/node_modules/dom-serializer/node_modules/entities/lib/index.js +1 -1
  13. package/dist/node_modules/domelementtype/lib/index.js +1 -1
  14. package/dist/node_modules/domhandler/lib/index.js +1 -1
  15. package/dist/node_modules/domutils/lib/index.js +1 -1
  16. package/dist/node_modules/fast-json-stable-stringify/index.js +2 -0
  17. package/dist/node_modules/fast-json-stable-stringify/index.js.map +1 -0
  18. package/dist/node_modules/formik/dist/formik.esm.js +1 -1
  19. package/dist/node_modules/html-dom-parser/lib/index.js +1 -1
  20. package/dist/node_modules/html-react-parser/esm/index.mjs.js +1 -1
  21. package/dist/node_modules/html-react-parser/esm/index.mjs.js.map +1 -1
  22. package/dist/node_modules/html-react-parser/lib/index.js +1 -1
  23. package/dist/node_modules/htmlparser2/dist/commonjs/index.js +1 -1
  24. package/dist/node_modules/react-is/index.js +1 -1
  25. package/dist/node_modules/react-property/lib/index.js +1 -1
  26. package/dist/node_modules/style-to-object/cjs/index.js +1 -1
  27. package/dist/node_modules/toposort/index.js +1 -1
  28. package/dist/node_modules/yup/index.esm.js +1 -1
  29. package/dist/src/assets/icons/CloseIcon.svg.js +2 -0
  30. package/dist/src/assets/icons/CloseIcon.svg.js.map +1 -0
  31. package/dist/src/components/InfoForm/InfoForm.js +1 -1
  32. package/dist/src/components/InfoForm/InfoForm.js.map +1 -1
  33. package/dist/src/components/LivePreview/LivePreview.js +1 -1
  34. package/dist/src/components/LivePreview/LivePreview.js.map +1 -1
  35. package/dist/src/components/MethodAccordion/MethodAccordion.js +1 -1
  36. package/dist/src/components/MethodAccordion/MethodAccordion.js.map +1 -1
  37. package/dist/src/components/dialog/index.js +1 -1
  38. package/dist/src/components/dialog/index.js.map +1 -1
  39. package/dist/src/components/table/table.js +1 -1
  40. package/dist/src/components/table/table.js.map +1 -1
  41. package/dist/src/components/table/tags-table.js +1 -1
  42. package/dist/src/components/table/tags-table.js.map +1 -1
  43. package/dist/src/layout/docsComponents/DocsContent/DocsContent.js +1 -1
  44. package/dist/src/layout/docsComponents/DocsContent/DocsContent.js.map +1 -1
  45. package/dist/src/layout/docsComponents/DocsContent/OverviewPage/index.js +2 -0
  46. package/dist/src/layout/docsComponents/DocsContent/OverviewPage/index.js.map +1 -0
  47. package/dist/src/layout/docsComponents/DocsHeader/DocsHeader.js +1 -1
  48. package/dist/src/layout/docsComponents/DocsHeader/DocsHeader.js.map +1 -1
  49. package/dist/src/layout/docsComponents/DocsSideMenuTree/DocsSideMenuTree.js +1 -1
  50. package/dist/src/layout/docsComponents/DocsSideMenuTree/DocsSideMenuTree.js.map +1 -1
  51. package/dist/src/layout/docsLayout.js +1 -1
  52. package/dist/src/layout/docsLayout.js.map +1 -1
  53. package/dist/styles.css +761 -757
  54. package/dist/types/components/dialog/dialog.d.ts +2 -0
  55. package/dist/types/components/dialog/index.d.ts +1 -1
  56. package/dist/types/layout/docsComponents/DocsContent/DocsContent.d.ts +2 -1
  57. package/dist/types/layout/docsComponents/DocsContent/OverviewPage/index.d.ts +9 -0
  58. package/dist/types/layout/docsComponents/DocsSideMenuTree/DocsSideMenuTree.d.ts +3 -1
  59. package/dist/types/layout/docsLayout.d.ts +2 -1
  60. package/package.json +1 -1
  61. package/src/components/InfoForm/InfoForm.tsx +16 -16
  62. package/src/components/LivePreview/LivePreview.module.scss +15 -14
  63. package/src/components/LivePreview/LivePreview.tsx +1 -0
  64. package/src/components/MethodAccordion/MethodAccordion.tsx +129 -122
  65. package/src/components/dialog/dialog.ts +3 -0
  66. package/src/components/dialog/index.tsx +7 -8
  67. package/src/components/table/table.tsx +39 -32
  68. package/src/components/table/tags-table.tsx +2 -2
  69. package/src/layout/docsComponents/DocsContent/DocsContent.tsx +5 -2
  70. package/src/layout/docsComponents/DocsContent/{TagPage → OverviewPage}/index.tsx +17 -4
  71. package/src/layout/docsComponents/DocsContent/{TagPage → OverviewPage}/style.scss +1 -0
  72. package/src/layout/docsComponents/DocsHeader/DocsHeader.tsx +1 -4
  73. package/src/layout/docsComponents/DocsSideMenuTree/DocsSideMenuTree.tsx +12 -1
  74. package/src/layout/docsLayout.tsx +7 -1
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,83 +367,224 @@
508
367
  }
509
368
  .methodAccordion.readOnly .methodSummaryContainer .methodExpandArrowContainer {
510
369
  background-color: #ebecf2;
511
- }.tooltip-custom-wrapper {
370
+ }.apiInfoForm {
371
+ display: grid;
372
+ padding: 1.25rem 1.875rem;
373
+ gap: 1.25rem;
374
+ }
375
+ .apiInfoForm .paramsTable .paramDescContainer {
512
376
  display: flex;
513
377
  }
514
-
515
- [data-tippy-root] {
516
- z-index: 2 !important;
378
+ .apiInfoForm .paramsTable .paramDescContainer .paramDescContainer_separator {
379
+ height: inherit;
380
+ width: 1px;
381
+ background-color: #d8dae5;
517
382
  }
518
-
519
- .tippy-box {
520
- background-color: #202f5b;
521
- font-size: 0.875rem;
522
- border-radius: 0.3125rem;
523
- width: max-content;
524
- max-width: 100%;
525
- overflow-wrap: break-word;
526
- word-break: break-word;
527
- position: relative;
528
- border: 1px solid #d8dae5;
529
- z-index: 2;
383
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn) svg path {
384
+ stroke-width: 0.1;
530
385
  }
531
- .tippy-box.function .tippy-content {
532
- background-color: #fff !important;
533
- color: #000 !important;
386
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn {
387
+ padding: 0;
388
+ margin-right: 1.25rem;
534
389
  }
535
- .tippy-box.function[data-placement] > .tippy-arrow:before {
536
- color: #fff !important;
390
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) {
391
+ display: flex;
392
+ align-items: center;
393
+ padding: 0;
394
+ font-size: 0.875rem;
537
395
  }
538
- .tippy-box.info .tippy-arrow {
539
- color: #202f5b;
396
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
397
+ margin-block: auto;
540
398
  }
541
- .tippy-box.success {
542
- border-radius: 1.875rem;
543
- background-color: #3aaa35;
544
- padding-inline: 0.625rem;
399
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg path {
400
+ fill: #12131a;
545
401
  }
546
- .tippy-box .tippy-content {
547
- text-align: justify;
548
- font-size: 0.875rem;
549
- line-height: 1.25rem;
550
- padding: 0.625rem;
402
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn {
403
+ padding: 0;
404
+ border-width: 0 !important;
551
405
  }
552
- .tippy-box .tippy-arrow {
553
- position: relative;
554
- width: 1rem;
555
- height: 1rem;
406
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
407
+ margin-block: auto;
556
408
  }
557
- .tippy-box[data-placement^=top] .tippy-arrow:before {
558
- bottom: -0.4375rem;
559
- border-width: 0.5rem 0.5rem 0 !important;
409
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg {
410
+ width: 1.125rem;
560
411
  }
561
- .tippy-box[data-placement^=right] .tippy-arrow:before {
562
- left: -0.4375rem;
563
- border-width: 0.5rem 0.5rem 0.5rem 0 !important;
412
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) {
413
+ margin-block: auto;
564
414
  }
565
- .tippy-box[data-placement^=bottom] .tippy-arrow:before {
566
- top: -0.4375rem;
567
- border-width: 0 0.5rem 0.5rem !important;
415
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg {
416
+ width: 1.125rem;
568
417
  }
569
- .tippy-box[data-placement^=left] .tippy-arrow:before {
570
- right: -0.4375rem;
571
- border-width: 0.5rem 0 0.5rem 0.5rem !important;
418
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn):not(:global(.disabled)):global(.success) :global(.endBtnIcon) svg path {
419
+ fill: #3aaa35;
572
420
  }
573
- .tippy-box[data-placement^=bottom-start] .tippy-arrow {
574
- transform: translate(0.937rem, 0) !important;
421
+ .apiInfoForm .paramsTable .externalDocsLink {
422
+ font-size: 0.875rem;
423
+ line-height: 1.25rem;
424
+ cursor: pointer;
425
+ align-self: center;
426
+ margin-right: 2rem;
575
427
  }
576
- .tippy-box[data-placement^=bottom-end] .tippy-arrow {
577
- margin-left: calc(100% - 1.937rem);
578
- transform: translate(0, 0) !important;
428
+ .apiInfoForm .paramsTable .editExternalDocs {
429
+ display: flex;
430
+ align-items: center;
431
+ padding-right: 0.625rem;
579
432
  }
580
- .tippy-box[data-placement^=top-start] .tippy-arrow {
581
- transform: translate(0.937rem, 0) !important;
433
+ .apiInfoForm .paramsTable .editExternalDocs svg {
434
+ cursor: pointer;
582
435
  }
583
- .tippy-box[data-placement^=top-end] .tippy-arrow {
584
- transform: translate(0.937rem, 0) !important;
436
+ .apiInfoForm .paramsTable .editExternalDocs svg path {
437
+ fill: #12131a;
585
438
  }
586
- .tippy-box.arrow-with-border {
587
- border: 1px solid #d8dae5;
439
+ .apiInfoForm .paramsTable .editDescTooltipContent {
440
+ display: flex;
441
+ flex-direction: column;
442
+ gap: 0.625rem;
443
+ padding-bottom: 0.625rem;
444
+ }
445
+ .apiInfoForm .paramsTable .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
446
+ margin-inline: 0.625rem;
447
+ }
448
+ .apiInfoForm .paramsTable .editDescTooltipContent .editDescTooltipContent_header {
449
+ font-weight: 600;
450
+ font-size: 0.875rem;
451
+ line-height: 1.25rem;
452
+ padding: 0.75rem 1.25rem;
453
+ border-bottom: 1px solid #d8dae5;
454
+ }
455
+ .apiInfoForm .paramsTable :global(.requiredParam) :global(.headContainer)::after {
456
+ content: "*";
457
+ color: red;
458
+ transform: translateX(0.125rem);
459
+ }
460
+ .apiInfoForm .apiDocRow {
461
+ display: grid;
462
+ grid-template-columns: 1fr 1fr;
463
+ gap: 1.25rem;
464
+ }
465
+ .apiInfoForm .apiInfoForm_tagsChips {
466
+ margin-top: -1.25rem;
467
+ }
468
+ .apiInfoForm .editDescTooltipContent {
469
+ display: flex;
470
+ flex-direction: column;
471
+ gap: 0.625rem;
472
+ padding-bottom: 0.625rem;
473
+ }
474
+ .apiInfoForm .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
475
+ margin-inline: 0.625rem;
476
+ }
477
+ .apiInfoForm .editDescTooltipContent .editDescTooltipContent_header {
478
+ font-weight: 600;
479
+ font-size: 0.875rem;
480
+ line-height: 1.25rem;
481
+ padding: 0.75rem 1.25rem;
482
+ border-bottom: 1px solid #d8dae5;
483
+ }
484
+ .apiInfoForm :global(.requiredParam) :global(.headContainer)::after {
485
+ content: "*";
486
+ color: red;
487
+ transform: translateX(0.125rem);
488
+ }.containerTitleDrawer {
489
+ height: 64px;
490
+ min-height: 64px;
491
+ display: flex;
492
+ flex-direction: row;
493
+ justify-content: space-between;
494
+ align-items: center;
495
+ background-color: #f1f2f6;
496
+ padding: 0 30px 0 30px;
497
+ width: 100%;
498
+ }
499
+ .containerTitleDrawer span {
500
+ color: #12131a;
501
+ font-weight: 600;
502
+ font-size: 18px;
503
+ line-height: 25px;
504
+ letter-spacing: 0em;
505
+ }
506
+ .containerTitleDrawer svg path {
507
+ stroke: #000 !important;
508
+ }
509
+ .containerTitleDrawer .closeIcon {
510
+ cursor: pointer;
511
+ }.tooltip-custom-wrapper {
512
+ display: flex;
513
+ }
514
+
515
+ [data-tippy-root] {
516
+ z-index: 2 !important;
517
+ }
518
+
519
+ .tippy-box {
520
+ background-color: #202f5b;
521
+ font-size: 0.875rem;
522
+ border-radius: 0.3125rem;
523
+ width: max-content;
524
+ max-width: 100%;
525
+ overflow-wrap: break-word;
526
+ word-break: break-word;
527
+ position: relative;
528
+ border: 1px solid #d8dae5;
529
+ z-index: 2;
530
+ }
531
+ .tippy-box.function .tippy-content {
532
+ background-color: #fff !important;
533
+ color: #000 !important;
534
+ }
535
+ .tippy-box.function[data-placement] > .tippy-arrow:before {
536
+ color: #fff !important;
537
+ }
538
+ .tippy-box.info .tippy-arrow {
539
+ color: #202f5b;
540
+ }
541
+ .tippy-box.success {
542
+ border-radius: 1.875rem;
543
+ background-color: #3aaa35;
544
+ padding-inline: 0.625rem;
545
+ }
546
+ .tippy-box .tippy-content {
547
+ text-align: justify;
548
+ font-size: 0.875rem;
549
+ line-height: 1.25rem;
550
+ padding: 0.625rem;
551
+ }
552
+ .tippy-box .tippy-arrow {
553
+ position: relative;
554
+ width: 1rem;
555
+ height: 1rem;
556
+ }
557
+ .tippy-box[data-placement^=top] .tippy-arrow:before {
558
+ bottom: -0.4375rem;
559
+ border-width: 0.5rem 0.5rem 0 !important;
560
+ }
561
+ .tippy-box[data-placement^=right] .tippy-arrow:before {
562
+ left: -0.4375rem;
563
+ border-width: 0.5rem 0.5rem 0.5rem 0 !important;
564
+ }
565
+ .tippy-box[data-placement^=bottom] .tippy-arrow:before {
566
+ top: -0.4375rem;
567
+ border-width: 0 0.5rem 0.5rem !important;
568
+ }
569
+ .tippy-box[data-placement^=left] .tippy-arrow:before {
570
+ right: -0.4375rem;
571
+ border-width: 0.5rem 0 0.5rem 0.5rem !important;
572
+ }
573
+ .tippy-box[data-placement^=bottom-start] .tippy-arrow {
574
+ transform: translate(0.937rem, 0) !important;
575
+ }
576
+ .tippy-box[data-placement^=bottom-end] .tippy-arrow {
577
+ margin-left: calc(100% - 1.937rem);
578
+ transform: translate(0, 0) !important;
579
+ }
580
+ .tippy-box[data-placement^=top-start] .tippy-arrow {
581
+ transform: translate(0.937rem, 0) !important;
582
+ }
583
+ .tippy-box[data-placement^=top-end] .tippy-arrow {
584
+ transform: translate(0.937rem, 0) !important;
585
+ }
586
+ .tippy-box.arrow-with-border {
587
+ border: 1px solid #d8dae5;
588
588
  }
589
589
  .tippy-box.arrow-with-border[data-placement] .tippy-arrow {
590
590
  top: 1px;
@@ -765,11 +765,14 @@
765
765
  background-color: #ebecf2;
766
766
  color: #12131a;
767
767
  }
768
+ .livePreviewContainer .description_preview {
769
+ word-break: break-all;
770
+ }
768
771
 
769
772
  .requestAccordion,
770
773
  .responseAccordion {
771
- background-color: #F4C5C5;
772
- border: 1px solid #DA3F3F;
774
+ background-color: #f4c5c5;
775
+ border: 1px solid #da3f3f;
773
776
  border-radius: 0.3125rem !important;
774
777
  box-shadow: none !important;
775
778
  margin-bottom: 0 !important;
@@ -778,7 +781,7 @@
778
781
  }
779
782
  .requestAccordion :global(.accordion-header),
780
783
  .responseAccordion :global(.accordion-header) {
781
- background-color: #F4C5C5;
784
+ background-color: #f4c5c5;
782
785
  display: flex;
783
786
  align-items: center;
784
787
  justify-content: space-between;
@@ -792,7 +795,7 @@
792
795
  border-top: 1px solid #000 !important;
793
796
  padding: 1.25rem !important;
794
797
  padding: 0 !important;
795
- background-color: #F4C5C5;
798
+ background-color: #f4c5c5;
796
799
  }
797
800
  .requestAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea,
798
801
  .responseAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea {
@@ -911,307 +914,91 @@
911
914
  width: 0.625rem;
912
915
  aspect-ratio: 1/1;
913
916
  border-radius: 100%;
914
- }.json-editor-container {
915
- overflow: hidden;
916
- border-bottom-right-radius: 0.3125rem;
917
- border-bottom-left-radius: 0.3125rem;
918
- }
919
- .json-editor-container .json-editor-label {
920
- font-size: 0.875rem;
921
- font-weight: 600;
922
- line-height: 1.25rem;
923
- margin-bottom: 0.3125rem;
924
- }
925
- .json-editor-container .json-editor {
926
- display: flex;
927
- flex-direction: column;
928
- background-color: #142452;
929
- width: 100%;
930
- outline: 1px solid transparent;
931
- position: relative;
932
- overflow: hidden;
917
+ }:root {
918
+ --white: #fff;
919
+ --Gray-5: #f1f2f6;
920
+ --Gray-10: #ebecf2;
921
+ --Gray-20: #d8dae5;
922
+ --Gray-30: #babdcc;
923
+ --Gray-40: #9a9eb2;
924
+ --Gray-50: #828699;
925
+ --Gray-60: #696c80;
926
+ --Gray-100: #12131a;
927
+ --black: #000;
928
+ --primary-static: #4d75d8;
929
+ --primary-hover: #7c9bea;
930
+ --primary-active: #2c4fa4;
931
+ --primary-disabled: #9a9eb2;
932
+ --secondary-static: #40e0d0;
933
+ --secondary-hover: #9efcf2;
934
+ --secondary-active: #2fa599;
935
+ --error-static: #da3f3f;
936
+ --error-hover: #e75d5d;
937
+ --error-active: #bb3232;
938
+ --success-static: #3aaa35;
939
+ --success-hover: #5cda56;
940
+ --success-active: #2a8a25;
941
+ --info-static: #c6c6c6;
942
+ --info-hover: #e4e4e4;
943
+ --info-active: #979797;
944
+ --warning-static: #faad14;
945
+ --warning-hover: #f9be4a;
946
+ --warning-active: #db9711;
947
+ --action-static: #142452;
948
+ --action-hover: #21387d;
949
+ --action-active: #000000;
950
+ --color-info-primary: #3a6cd1;
951
+ --primary-font-color: #142452;
952
+ --placeholder-font-color: #babdcc;
953
+ --warning-font-color: #ce2828;
954
+ --alert-error: #da3f3f;
955
+ --alert-light-error: #f4c5c5;
956
+ --alert-success: #3aaa35;
957
+ --alert-light-success: #c4e5c2;
958
+ --alert-info: #8eaaf1;
959
+ --alert-light-info: #c4d3f1;
960
+ --alert-warning: #faad14;
961
+ --alert-light-warning: #fde6b8;
962
+ --border-focus: #3a6cd1;
963
+ --tooltip-background-color: #202f5b;
964
+ --text-color-primary: #142452;
965
+ --text-color-secondary: #ffff;
966
+ --text-color-neutral: #828699;
967
+ --text-color-tertiary: #808080;
968
+ --text-color-note: #242424;
969
+ --text-color-quaternary: #142452;
970
+ --text-color-disabled: #ffff;
971
+ --background-color-white-primary: #fff;
972
+ --background-color-light-primary: #8eaaf1;
973
+ --background-color-white-secondary: #fff;
974
+ --background-color-primary-dark: #142452;
975
+ --background-color-gray-5: #f1f2f6;
976
+ --background-color-gray-30: #ebecf2;
977
+ --background-color-tertiary-light: #2c4fa4;
978
+ --background-color-gray-10: #f1f2f6;
979
+ --background-color-gray-40: #ebecf2;
980
+ --background-color-light-blue: #dfe7f8;
981
+ --border-color-primary: #babdcc;
982
+ --border-color-secondary: #d8dae5;
983
+ --border-color-neutral: #ebecf2;
984
+ --border-color-tertiary: #ebecf2;
985
+ --border-color-gray: #ebecf2;
986
+ --border-color-hover: #142452;
987
+ --border-color-active: #3a6cd1;
988
+ --icon-color-main: #142452;
989
+ --icon-color-secondary: #000;
990
+ --icon-color-quaternary: #babdcc;
991
+ --icon-color-disabled: #9a9eb2;
992
+ --link-btn-primary-color: #3a6cd1;
993
+ --button-color-static: #4d75d8;
994
+ --button-color-hover: #7c9bea;
995
+ --button-color-active: #2c4fa4;
996
+ --alert-natural: #c4d3f1;
933
997
  }
934
- .json-editor-container .json-editor .actions-container {
935
- width: 100%;
936
- height: 5rem;
937
- padding: 1.25rem;
938
- border-radius: 0 0 0.3125rem 0.3125rem;
939
- background: #101e47;
998
+
999
+ #EnumButton {
940
1000
  display: flex;
941
- flex-direction: row;
942
- gap: 1.25rem;
943
- align-items: center;
944
- }
945
- .json-editor-container .json-editor .actions-container .validate {
946
- color: #fff;
947
- text-align: center;
948
- font-size: 1rem;
949
- font-style: normal;
950
- font-weight: 600;
951
- line-height: 1.25rem;
952
- width: 8.75rem;
953
- padding: 0.625rem 2.25rem;
954
- background-color: rgba(240, 248, 255, 0);
955
- border-radius: 0.3125rem;
956
- border: 0.0625rem solid #4d75d8;
957
- cursor: pointer;
958
- }
959
- .json-editor-container .json-editor .actions-container .validate:disabled {
960
- color: #babdcc;
961
- border-color: #a2a5b6;
962
- }
963
- .json-editor-container .json-editor .actions-container .beautify {
964
- color: #fff;
965
- text-align: center;
966
- font-size: 1rem;
967
- font-style: normal;
968
- font-weight: 600;
969
- line-height: 1.25rem;
970
- width: 8.75rem;
971
- padding: 0.625rem 2.25rem;
972
- background-color: rgba(240, 248, 255, 0);
973
- border-radius: 0.3125rem;
974
- border: 1px solid #babdcc;
975
- cursor: pointer;
976
- }
977
- .json-editor-container .json-editor .actions-container .beautify:disabled {
978
- color: #a2a5b6;
979
- border-color: #a2a5b6;
980
- }
981
- .json-editor-container .json-editor textarea {
982
- width: 100%;
983
- padding: 1.25rem;
984
- font-size: 0.875rem;
985
- font-style: normal;
986
- font-weight: 400;
987
- line-height: 1.25rem;
988
- color: white;
989
- height: 25rem;
990
- background-color: #142452;
991
- border: none;
992
- resize: none;
993
- }
994
- .json-editor-container .json-editor textarea:focus, .json-editor-container .json-editor textarea:focus-within, .json-editor-container .json-editor textarea:focus-visible .json-editor-container .json-editor textarea:active {
995
- outline: none;
996
- border: none;
997
- }
998
- .json-editor-container .json-editor textarea::-webkit-scrollbar {
999
- width: 0.5rem;
1000
- }
1001
- .json-editor-container .json-editor textarea::-webkit-scrollbar-track {
1002
- background-color: #828699;
1003
- border: none;
1004
- border-color: transparent;
1005
- border-top-left-radius: 0;
1006
- }
1007
- .json-editor-container .json-editor textarea::-webkit-scrollbar-thumb {
1008
- background-color: #d8dae5;
1009
- border: none;
1010
- border-color: transparent;
1011
- border-radius: 0;
1012
- }
1013
- .json-editor-container .json-editor.invalid {
1014
- outline: 1px solid #ce2828 !important;
1015
- }
1016
- .json-editor-container .error-message {
1017
- color: #ce2828;
1018
- font-size: 0.75rem;
1019
- line-height: 1.25rem;
1020
- margin-top: 0.625rem;
1021
- }
1022
- .json-editor-container.disabled .json-editor textarea {
1023
- background-color: white;
1024
- color: #12131a;
1025
- }:root {
1026
- --white: #fff;
1027
- --Gray-5: #f1f2f6;
1028
- --Gray-10: #ebecf2;
1029
- --Gray-20: #d8dae5;
1030
- --Gray-30: #babdcc;
1031
- --Gray-40: #9a9eb2;
1032
- --Gray-50: #828699;
1033
- --Gray-60: #696c80;
1034
- --Gray-100: #12131a;
1035
- --black: #000;
1036
- --primary-static: #4d75d8;
1037
- --primary-hover: #7c9bea;
1038
- --primary-active: #2c4fa4;
1039
- --primary-disabled: #9a9eb2;
1040
- --secondary-static: #40e0d0;
1041
- --secondary-hover: #9efcf2;
1042
- --secondary-active: #2fa599;
1043
- --error-static: #da3f3f;
1044
- --error-hover: #e75d5d;
1045
- --error-active: #bb3232;
1046
- --success-static: #3aaa35;
1047
- --success-hover: #5cda56;
1048
- --success-active: #2a8a25;
1049
- --info-static: #c6c6c6;
1050
- --info-hover: #e4e4e4;
1051
- --info-active: #979797;
1052
- --warning-static: #faad14;
1053
- --warning-hover: #f9be4a;
1054
- --warning-active: #db9711;
1055
- --action-static: #142452;
1056
- --action-hover: #21387d;
1057
- --action-active: #000000;
1058
- --color-info-primary: #3a6cd1;
1059
- --primary-font-color: #142452;
1060
- --placeholder-font-color: #babdcc;
1061
- --warning-font-color: #ce2828;
1062
- --alert-error: #da3f3f;
1063
- --alert-light-error: #f4c5c5;
1064
- --alert-success: #3aaa35;
1065
- --alert-light-success: #c4e5c2;
1066
- --alert-info: #8eaaf1;
1067
- --alert-light-info: #c4d3f1;
1068
- --alert-warning: #faad14;
1069
- --alert-light-warning: #fde6b8;
1070
- --border-focus: #3a6cd1;
1071
- --tooltip-background-color: #202f5b;
1072
- --text-color-primary: #142452;
1073
- --text-color-secondary: #ffff;
1074
- --text-color-neutral: #828699;
1075
- --text-color-tertiary: #808080;
1076
- --text-color-note: #242424;
1077
- --text-color-quaternary: #142452;
1078
- --text-color-disabled: #ffff;
1079
- --background-color-white-primary: #fff;
1080
- --background-color-light-primary: #8eaaf1;
1081
- --background-color-white-secondary: #fff;
1082
- --background-color-primary-dark: #142452;
1083
- --background-color-gray-5: #f1f2f6;
1084
- --background-color-gray-30: #ebecf2;
1085
- --background-color-tertiary-light: #2c4fa4;
1086
- --background-color-gray-10: #f1f2f6;
1087
- --background-color-gray-40: #ebecf2;
1088
- --background-color-light-blue: #dfe7f8;
1089
- --border-color-primary: #babdcc;
1090
- --border-color-secondary: #d8dae5;
1091
- --border-color-neutral: #ebecf2;
1092
- --border-color-tertiary: #ebecf2;
1093
- --border-color-gray: #ebecf2;
1094
- --border-color-hover: #142452;
1095
- --border-color-active: #3a6cd1;
1096
- --icon-color-main: #142452;
1097
- --icon-color-secondary: #000;
1098
- --icon-color-quaternary: #babdcc;
1099
- --icon-color-disabled: #9a9eb2;
1100
- --link-btn-primary-color: #3a6cd1;
1101
- --button-color-static: #4d75d8;
1102
- --button-color-hover: #7c9bea;
1103
- --button-color-active: #2c4fa4;
1104
- --alert-natural: #c4d3f1;
1105
- }
1106
-
1107
- .drawerItemContainer {
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;
1001
+ justify-content: center;
1215
1002
  align-items: center;
1216
1003
  border: 0.0375rem solid #babdcc;
1217
1004
  border-radius: 0.3125rem;
@@ -1388,14 +1175,230 @@ div.endBtnIcon {
1388
1175
  margin-top: 0.4375rem;
1389
1176
  cursor: pointer;
1390
1177
  }
1391
- .tableSectionContainer .defaultSortArrow {
1392
- height: 1.25rem;
1393
- cursor: pointer;
1178
+ .tableSectionContainer .defaultSortArrow {
1179
+ height: 1.25rem;
1180
+ cursor: pointer;
1181
+ }
1182
+ .tableSectionContainer .ascArrow path,
1183
+ .tableSectionContainer .descArrow path,
1184
+ .tableSectionContainer .defaultSortArrow path {
1185
+ fill: var(--Gray-50);
1186
+ }.json-editor-container {
1187
+ overflow: hidden;
1188
+ border-bottom-right-radius: 0.3125rem;
1189
+ border-bottom-left-radius: 0.3125rem;
1190
+ }
1191
+ .json-editor-container .json-editor-label {
1192
+ font-size: 0.875rem;
1193
+ font-weight: 600;
1194
+ line-height: 1.25rem;
1195
+ margin-bottom: 0.3125rem;
1196
+ }
1197
+ .json-editor-container .json-editor {
1198
+ display: flex;
1199
+ flex-direction: column;
1200
+ background-color: #142452;
1201
+ width: 100%;
1202
+ outline: 1px solid transparent;
1203
+ position: relative;
1204
+ overflow: hidden;
1205
+ }
1206
+ .json-editor-container .json-editor .actions-container {
1207
+ width: 100%;
1208
+ height: 5rem;
1209
+ padding: 1.25rem;
1210
+ border-radius: 0 0 0.3125rem 0.3125rem;
1211
+ background: #101e47;
1212
+ display: flex;
1213
+ flex-direction: row;
1214
+ gap: 1.25rem;
1215
+ align-items: center;
1216
+ }
1217
+ .json-editor-container .json-editor .actions-container .validate {
1218
+ color: #fff;
1219
+ text-align: center;
1220
+ font-size: 1rem;
1221
+ font-style: normal;
1222
+ font-weight: 600;
1223
+ line-height: 1.25rem;
1224
+ width: 8.75rem;
1225
+ padding: 0.625rem 2.25rem;
1226
+ background-color: rgba(240, 248, 255, 0);
1227
+ border-radius: 0.3125rem;
1228
+ border: 0.0625rem solid #4d75d8;
1229
+ cursor: pointer;
1230
+ }
1231
+ .json-editor-container .json-editor .actions-container .validate:disabled {
1232
+ color: #babdcc;
1233
+ border-color: #a2a5b6;
1234
+ }
1235
+ .json-editor-container .json-editor .actions-container .beautify {
1236
+ color: #fff;
1237
+ text-align: center;
1238
+ font-size: 1rem;
1239
+ font-style: normal;
1240
+ font-weight: 600;
1241
+ line-height: 1.25rem;
1242
+ width: 8.75rem;
1243
+ padding: 0.625rem 2.25rem;
1244
+ background-color: rgba(240, 248, 255, 0);
1245
+ border-radius: 0.3125rem;
1246
+ border: 1px solid #babdcc;
1247
+ cursor: pointer;
1248
+ }
1249
+ .json-editor-container .json-editor .actions-container .beautify:disabled {
1250
+ color: #a2a5b6;
1251
+ border-color: #a2a5b6;
1252
+ }
1253
+ .json-editor-container .json-editor textarea {
1254
+ width: 100%;
1255
+ padding: 1.25rem;
1256
+ font-size: 0.875rem;
1257
+ font-style: normal;
1258
+ font-weight: 400;
1259
+ line-height: 1.25rem;
1260
+ color: white;
1261
+ height: 25rem;
1262
+ background-color: #142452;
1263
+ border: none;
1264
+ resize: none;
1265
+ }
1266
+ .json-editor-container .json-editor textarea:focus, .json-editor-container .json-editor textarea:focus-within, .json-editor-container .json-editor textarea:focus-visible .json-editor-container .json-editor textarea:active {
1267
+ outline: none;
1268
+ border: none;
1269
+ }
1270
+ .json-editor-container .json-editor textarea::-webkit-scrollbar {
1271
+ width: 0.5rem;
1272
+ }
1273
+ .json-editor-container .json-editor textarea::-webkit-scrollbar-track {
1274
+ background-color: #828699;
1275
+ border: none;
1276
+ border-color: transparent;
1277
+ border-top-left-radius: 0;
1278
+ }
1279
+ .json-editor-container .json-editor textarea::-webkit-scrollbar-thumb {
1280
+ background-color: #d8dae5;
1281
+ border: none;
1282
+ border-color: transparent;
1283
+ border-radius: 0;
1284
+ }
1285
+ .json-editor-container .json-editor.invalid {
1286
+ outline: 1px solid #ce2828 !important;
1287
+ }
1288
+ .json-editor-container .error-message {
1289
+ color: #ce2828;
1290
+ font-size: 0.75rem;
1291
+ line-height: 1.25rem;
1292
+ margin-top: 0.625rem;
1293
+ }
1294
+ .json-editor-container.disabled .json-editor textarea {
1295
+ background-color: white;
1296
+ color: #12131a;
1297
+ }:root {
1298
+ --white: #fff;
1299
+ --Gray-5: #f1f2f6;
1300
+ --Gray-10: #ebecf2;
1301
+ --Gray-20: #d8dae5;
1302
+ --Gray-30: #babdcc;
1303
+ --Gray-40: #9a9eb2;
1304
+ --Gray-50: #828699;
1305
+ --Gray-60: #696c80;
1306
+ --Gray-100: #12131a;
1307
+ --black: #000;
1308
+ --primary-static: #4d75d8;
1309
+ --primary-hover: #7c9bea;
1310
+ --primary-active: #2c4fa4;
1311
+ --primary-disabled: #9a9eb2;
1312
+ --secondary-static: #40e0d0;
1313
+ --secondary-hover: #9efcf2;
1314
+ --secondary-active: #2fa599;
1315
+ --error-static: #da3f3f;
1316
+ --error-hover: #e75d5d;
1317
+ --error-active: #bb3232;
1318
+ --success-static: #3aaa35;
1319
+ --success-hover: #5cda56;
1320
+ --success-active: #2a8a25;
1321
+ --info-static: #c6c6c6;
1322
+ --info-hover: #e4e4e4;
1323
+ --info-active: #979797;
1324
+ --warning-static: #faad14;
1325
+ --warning-hover: #f9be4a;
1326
+ --warning-active: #db9711;
1327
+ --action-static: #142452;
1328
+ --action-hover: #21387d;
1329
+ --action-active: #000000;
1330
+ --color-info-primary: #3a6cd1;
1331
+ --primary-font-color: #142452;
1332
+ --placeholder-font-color: #babdcc;
1333
+ --warning-font-color: #ce2828;
1334
+ --alert-error: #da3f3f;
1335
+ --alert-light-error: #f4c5c5;
1336
+ --alert-success: #3aaa35;
1337
+ --alert-light-success: #c4e5c2;
1338
+ --alert-info: #8eaaf1;
1339
+ --alert-light-info: #c4d3f1;
1340
+ --alert-warning: #faad14;
1341
+ --alert-light-warning: #fde6b8;
1342
+ --border-focus: #3a6cd1;
1343
+ --tooltip-background-color: #202f5b;
1344
+ --text-color-primary: #142452;
1345
+ --text-color-secondary: #ffff;
1346
+ --text-color-neutral: #828699;
1347
+ --text-color-tertiary: #808080;
1348
+ --text-color-note: #242424;
1349
+ --text-color-quaternary: #142452;
1350
+ --text-color-disabled: #ffff;
1351
+ --background-color-white-primary: #fff;
1352
+ --background-color-light-primary: #8eaaf1;
1353
+ --background-color-white-secondary: #fff;
1354
+ --background-color-primary-dark: #142452;
1355
+ --background-color-gray-5: #f1f2f6;
1356
+ --background-color-gray-30: #ebecf2;
1357
+ --background-color-tertiary-light: #2c4fa4;
1358
+ --background-color-gray-10: #f1f2f6;
1359
+ --background-color-gray-40: #ebecf2;
1360
+ --background-color-light-blue: #dfe7f8;
1361
+ --border-color-primary: #babdcc;
1362
+ --border-color-secondary: #d8dae5;
1363
+ --border-color-neutral: #ebecf2;
1364
+ --border-color-tertiary: #ebecf2;
1365
+ --border-color-gray: #ebecf2;
1366
+ --border-color-hover: #142452;
1367
+ --border-color-active: #3a6cd1;
1368
+ --icon-color-main: #142452;
1369
+ --icon-color-secondary: #000;
1370
+ --icon-color-quaternary: #babdcc;
1371
+ --icon-color-disabled: #9a9eb2;
1372
+ --link-btn-primary-color: #3a6cd1;
1373
+ --button-color-static: #4d75d8;
1374
+ --button-color-hover: #7c9bea;
1375
+ --button-color-active: #2c4fa4;
1376
+ --alert-natural: #c4d3f1;
1377
+ }
1378
+
1379
+ .drawerItemContainer {
1380
+ display: flex;
1381
+ flex-direction: column;
1382
+ }
1383
+ .drawerItemContainer .title {
1384
+ color: #000;
1385
+ font-weight: 600;
1386
+ font-size: 24px;
1387
+ line-height: 35px;
1388
+ margin-bottom: 3px;
1389
+ margin-top: 1.5rem;
1390
+ }
1391
+ .drawerItemContainer .text {
1392
+ color: #000;
1393
+ font-weight: 400;
1394
+ font-size: 24px;
1395
+ line-height: 25px;
1394
1396
  }
1395
- .tableSectionContainer .ascArrow path,
1396
- .tableSectionContainer .descArrow path,
1397
- .tableSectionContainer .defaultSortArrow path {
1398
- fill: var(--Gray-50);
1397
+ .drawerItemContainer .color-green {
1398
+ color: var(--color-success);
1399
+ }
1400
+ .drawerItemContainer .color-red {
1401
+ color: var(--color-error);
1399
1402
  }.api-docs-api-tree {
1400
1403
  width: 100%;
1401
1404
  max-width: 12.5rem;
@@ -1901,16 +1904,255 @@ div.endBtnIcon {
1901
1904
  background-color: #455162;
1902
1905
  border-color: #6b7280;
1903
1906
  }
1904
- .codebox_header_themeToggle_light {
1905
- background-color: #edf1fb;
1906
- border-color: #6b7280;
1907
+ .codebox_header_themeToggle_light {
1908
+ background-color: #edf1fb;
1909
+ border-color: #6b7280;
1910
+ }
1911
+ .codebox_header_copyIcon {
1912
+ cursor: pointer;
1913
+ }
1914
+ .codebox :global(.custom-code-line),
1915
+ .codebox :global(.custom-code-line span) {
1916
+ font-family: "Cascadia Code", sans-serif;
1917
+ }main {
1918
+ padding: 2rem;
1919
+ }
1920
+ main .api-details-expanded .api-title {
1921
+ font-size: 3rem;
1922
+ font-weight: 600;
1923
+ letter-spacing: -1px;
1924
+ line-height: 3.5rem;
1925
+ margin-bottom: 0.752rem;
1926
+ color: #4d75d9;
1927
+ }
1928
+ main .api-details-expanded .test-button {
1929
+ margin-top: 1.25rem;
1930
+ margin-bottom: 3.125rem;
1931
+ display: flex;
1932
+ align-items: center;
1933
+ justify-content: space-between;
1934
+ gap: 0.5rem;
1935
+ }
1936
+ main .api-details-expanded .test-button .back-button {
1937
+ display: inline-flex;
1938
+ align-items: center;
1939
+ justify-content: center;
1940
+ width: 2.75rem;
1941
+ height: 2.75rem;
1942
+ border: 1px solid #3b82f6;
1943
+ border-radius: 0.5rem;
1944
+ background-color: white;
1945
+ color: #3b82f6;
1946
+ cursor: pointer;
1947
+ transition: background-color 0.2s ease;
1948
+ }
1949
+ main .api-details-expanded .test-button .back-button svg {
1950
+ stroke-width: 2;
1951
+ }
1952
+ main .api-details-expanded .test-button .back-button:hover {
1953
+ background-color: #eff6ff;
1954
+ }
1955
+ main .api-details-expanded .test-button .disabled {
1956
+ background: #f0f1f2;
1957
+ color: #9ca1aa;
1958
+ cursor: not-allowed;
1959
+ padding: 0.375rem 1rem;
1960
+ border-radius: 6px;
1961
+ font-size: 14px;
1962
+ border: 1px #b8bfca solid;
1963
+ width: 7.56rem;
1964
+ height: 2.75rem;
1965
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
1966
+ }
1967
+ main .api-details-expanded h3 {
1968
+ color: #616874;
1969
+ font-size: 1.125rem;
1970
+ font-weight: 400;
1971
+ letter-spacing: 0px;
1972
+ line-height: 1.5rem;
1973
+ margin-top: 1.5rem;
1974
+ margin-bottom: 0.5rem;
1975
+ }
1976
+ main .api-details-expanded .url-box {
1977
+ height: 1.75rem;
1978
+ justify-content: space-between;
1979
+ background-color: #edf1fb !important;
1980
+ }
1981
+ main .api-details-expanded .url-text {
1982
+ color: #3b3f46;
1983
+ font-size: 1.25rem;
1984
+ letter-spacing: 0px;
1985
+ line-height: 1.75rem;
1986
+ }
1987
+ main .api-details-expanded .method-label {
1988
+ font-size: 0.924rem;
1989
+ font-weight: 600;
1990
+ padding: 0.125rem 0.5rem;
1991
+ border-radius: 0.375rem;
1992
+ text-transform: uppercase;
1993
+ color: #3aaa35;
1994
+ text-decoration: underline;
1995
+ }
1996
+ main .api-details-expanded .method-label.get {
1997
+ color: #3a6cd1;
1998
+ }
1999
+ main .api-details-expanded .method-label.post {
2000
+ color: #3aaa35;
2001
+ }
2002
+ main .api-details-expanded .method-label.put {
2003
+ color: #faad14;
2004
+ }
2005
+ main .api-details-expanded .method-label.patch {
2006
+ color: #58e2c2;
2007
+ }
2008
+ main .api-details-expanded .method-label.delete {
2009
+ color: #da3f3f;
2010
+ }
2011
+ main .api-details-expanded .method-label.head {
2012
+ color: #9461c9;
2013
+ }
2014
+ main .api-details-expanded .method-label.trace {
2015
+ color: #ffa28f;
2016
+ }
2017
+ main .api-details-expanded .method-label.options {
2018
+ color: #495d97;
2019
+ }
2020
+ main .api-details-expanded .url-box {
2021
+ background-color: #f3f4f6;
2022
+ padding: 0.375rem 0.75rem;
2023
+ border-radius: 0.5rem;
2024
+ display: flex;
2025
+ align-items: center;
2026
+ gap: 0.5rem;
2027
+ font-size: 14px;
2028
+ flex: 1;
2029
+ height: 2.8rem;
2030
+ margin-bottom: 1.5rem;
2031
+ }
2032
+ main .api-details-expanded .api-desc {
2033
+ color: #6b7280;
2034
+ margin: 1.5rem 0;
2035
+ }
2036
+ main .api-details-expanded .head-table-label {
2037
+ color: #3b3f46 !important;
2038
+ letter-spacing: 0px;
2039
+ font-weight: 400 !important;
2040
+ line-height: 1rem;
2041
+ }
2042
+ main .api-details-expanded .request-tabs {
2043
+ display: flex;
2044
+ gap: 0.5rem;
2045
+ margin-bottom: 0.75rem;
2046
+ }
2047
+ main .api-details-expanded .tab {
2048
+ background: white;
2049
+ border: 1px solid #d1d3d8;
2050
+ padding: 0.375rem 0.75rem;
2051
+ border-radius: 6px;
2052
+ cursor: pointer;
2053
+ font-size: 0.875rem;
2054
+ color: #000000;
2055
+ display: flex;
2056
+ align-items: center;
2057
+ gap: 0.375rem;
2058
+ }
2059
+ main .api-details-expanded .tab {
2060
+ background: white;
2061
+ border: 1px solid #d1d3d8;
2062
+ padding: 0.375rem 0.75rem;
2063
+ border-radius: 6px;
2064
+ cursor: pointer;
2065
+ font-size: 0.875rem;
2066
+ color: #000000;
2067
+ display: flex;
2068
+ align-items: center;
2069
+ gap: 0.375rem;
2070
+ }
2071
+ main .api-details-expanded .tab.active {
2072
+ background-color: #e5edff;
2073
+ border-color: #4d75d9;
2074
+ color: #000000;
2075
+ font-weight: 400;
2076
+ }
2077
+ main .api-details-expanded .icon-left {
2078
+ width: 0.875rem;
2079
+ height: 0.875rem;
2080
+ }
2081
+ main .api-details-expanded .table-wrapper {
2082
+ overflow-x: auto;
2083
+ border: 1px solid #e5e7eb;
2084
+ border-radius: 0.8rem;
2085
+ background: white;
2086
+ border: 1px #bbbec5 solid;
2087
+ margin-bottom: 2rem;
2088
+ }
2089
+ main .api-details-expanded .param-table {
2090
+ width: 100%;
2091
+ border-collapse: collapse;
2092
+ font-size: 0.875rem;
2093
+ }
2094
+ main .api-details-expanded .param-table .desc-cell {
2095
+ position: relative;
2096
+ max-width: 20rem;
2097
+ padding-right: 1.5rem;
2098
+ }
2099
+ main .api-details-expanded .param-table .desc-text {
2100
+ white-space: nowrap;
2101
+ overflow: hidden;
2102
+ text-overflow: ellipsis;
2103
+ max-width: 90%;
2104
+ }
2105
+ main .api-details-expanded .param-table .desc-text.expanded {
2106
+ white-space: normal;
2107
+ }
2108
+ main .api-details-expanded .param-table .desc-toggle {
2109
+ position: absolute;
2110
+ right: 0.5rem;
2111
+ top: 50%;
2112
+ transform: translateY(-50%);
2113
+ background: none;
2114
+ border: none;
2115
+ cursor: pointer;
2116
+ }
2117
+ main .api-details-expanded .param-table .desc-toggle svg {
2118
+ transition: transform 0.2s ease;
2119
+ }
2120
+ main .api-details-expanded .param-table .desc-toggle .rotated {
2121
+ transform: rotate(180deg);
2122
+ }
2123
+ main .api-details-expanded .param-table th,
2124
+ main .api-details-expanded .param-table td {
2125
+ padding: 10px;
2126
+ border-bottom: 1px solid #bbbec5;
2127
+ text-align: left;
2128
+ color: #3b3f46;
2129
+ }
2130
+ main .api-details-expanded .param-table th {
2131
+ background: #edf1fb;
2132
+ font-weight: 600;
2133
+ }
2134
+ main .api-details-expanded .response-status {
2135
+ display: flex;
2136
+ align-items: center;
2137
+ justify-content: end;
2138
+ gap: 0.375rem;
2139
+ font-size: 0.875rem;
2140
+ color: green;
2141
+ margin-bottom: 0.75rem;
2142
+ }
2143
+ main .api-details-expanded .response-drop {
2144
+ width: 10rem;
2145
+ justify-content: end;
2146
+ }
2147
+ main .api-details-expanded .response-drop-test {
2148
+ justify-content: end !important;
2149
+ align-items: end !important;
2150
+ align-content: end !important;
1907
2151
  }
1908
- .codebox_header_copyIcon {
2152
+ main .api-details-expanded .copy-icon {
1909
2153
  cursor: pointer;
1910
- }
1911
- .codebox :global(.custom-code-line),
1912
- .codebox :global(.custom-code-line span) {
1913
- font-family: "Cascadia Code", sans-serif;
2154
+ width: 1.5rem;
2155
+ height: 1.5rem;
1914
2156
  }.api-details-page {
1915
2157
  padding: 2rem;
1916
2158
  }
@@ -2004,6 +2246,7 @@ div.endBtnIcon {
2004
2246
  font-size: 0.75rem;
2005
2247
  letter-spacing: 0px;
2006
2248
  margin-left: 0.5rem;
2249
+ cursor: pointer;
2007
2250
  }
2008
2251
  .api-details-page .section-title {
2009
2252
  margin-top: 2rem;
@@ -2161,243 +2404,4 @@ div.endBtnIcon {
2161
2404
  font-size: 0.875rem;
2162
2405
  color: #4d75d9;
2163
2406
  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;
2403
2407
  }