@digi-frontend/dgate-api-documentation 1.0.12 → 1.0.14

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
@@ -1,116 +1,236 @@
1
- .containerTitleDrawer {
2
- height: 64px;
3
- min-height: 64px;
4
- display: flex;
5
- flex-direction: row;
6
- justify-content: space-between;
7
- align-items: center;
8
- background-color: #f1f2f6;
9
- padding: 0 30px 0 30px;
1
+ p.apiName {
2
+ font-size: 40px;
3
+ line-height: 30px;
4
+ font-weight: 500;
5
+ }:root {
6
+ --white: #fff;
7
+ --Gray-5: #f1f2f6;
8
+ --Gray-10: #ebecf2;
9
+ --Gray-20: #d8dae5;
10
+ --Gray-30: #babdcc;
11
+ --Gray-40: #9a9eb2;
12
+ --Gray-50: #828699;
13
+ --Gray-60: #696c80;
14
+ --Gray-100: #12131a;
15
+ --black: #000;
16
+ --primary-static: #4d75d8;
17
+ --primary-hover: #7c9bea;
18
+ --primary-active: #2c4fa4;
19
+ --primary-disabled: #9a9eb2;
20
+ --secondary-static: #40e0d0;
21
+ --secondary-hover: #9efcf2;
22
+ --secondary-active: #2fa599;
23
+ --error-static: #da3f3f;
24
+ --error-hover: #e75d5d;
25
+ --error-active: #bb3232;
26
+ --success-static: #3aaa35;
27
+ --success-hover: #5cda56;
28
+ --success-active: #2a8a25;
29
+ --info-static: #c6c6c6;
30
+ --info-hover: #e4e4e4;
31
+ --info-active: #979797;
32
+ --warning-static: #faad14;
33
+ --warning-hover: #f9be4a;
34
+ --warning-active: #db9711;
35
+ --action-static: #142452;
36
+ --action-hover: #21387d;
37
+ --action-active: #000000;
38
+ --color-info-primary: #3a6cd1;
39
+ --primary-font-color: #142452;
40
+ --placeholder-font-color: #babdcc;
41
+ --warning-font-color: #ce2828;
42
+ --alert-error: #da3f3f;
43
+ --alert-light-error: #f4c5c5;
44
+ --alert-success: #3aaa35;
45
+ --alert-light-success: #c4e5c2;
46
+ --alert-info: #8eaaf1;
47
+ --alert-light-info: #c4d3f1;
48
+ --alert-warning: #faad14;
49
+ --alert-light-warning: #fde6b8;
50
+ --border-focus: #3a6cd1;
51
+ --tooltip-background-color: #202f5b;
52
+ --text-color-primary: #142452;
53
+ --text-color-secondary: #ffff;
54
+ --text-color-neutral: #828699;
55
+ --text-color-tertiary: #808080;
56
+ --text-color-note: #242424;
57
+ --text-color-quaternary: #142452;
58
+ --text-color-disabled: #ffff;
59
+ --background-color-white-primary: #fff;
60
+ --background-color-light-primary: #8eaaf1;
61
+ --background-color-white-secondary: #fff;
62
+ --background-color-primary-dark: #142452;
63
+ --background-color-gray-5: #f1f2f6;
64
+ --background-color-gray-30: #ebecf2;
65
+ --background-color-tertiary-light: #2c4fa4;
66
+ --background-color-gray-10: #f1f2f6;
67
+ --background-color-gray-40: #ebecf2;
68
+ --background-color-light-blue: #dfe7f8;
69
+ --border-color-primary: #babdcc;
70
+ --border-color-secondary: #d8dae5;
71
+ --border-color-neutral: #ebecf2;
72
+ --border-color-tertiary: #ebecf2;
73
+ --border-color-gray: #ebecf2;
74
+ --border-color-hover: #142452;
75
+ --border-color-active: #3a6cd1;
76
+ --icon-color-main: #142452;
77
+ --icon-color-secondary: #000;
78
+ --icon-color-quaternary: #babdcc;
79
+ --icon-color-disabled: #9a9eb2;
80
+ --link-btn-primary-color: #3a6cd1;
81
+ --button-color-static: #4d75d8;
82
+ --button-color-hover: #7c9bea;
83
+ --button-color-active: #2c4fa4;
84
+ --alert-natural: #c4d3f1;
85
+ }
86
+
87
+ .tableSectionContainer .tableContainer {
88
+ max-width: 100%;
89
+ overflow-x: overlay;
90
+ }
91
+ .tableSectionContainer .tableContainer.tableContainer * {
92
+ font-family: "Cairo";
93
+ }
94
+ .tableSectionContainer .tableContainer .table {
10
95
  width: 100%;
96
+ border-spacing: 0;
97
+ border: none;
98
+ border-right: 1px solid var(--border-color-neutral);
99
+ border-left: 1px solid var(--border-color-neutral);
11
100
  }
12
- .containerTitleDrawer span {
13
- color: #12131a;
14
- font-weight: 600;
15
- font-size: 18px;
16
- line-height: 25px;
17
- letter-spacing: 0em;
101
+ .tableSectionContainer .tableContainer .table.borderRadiusTop {
102
+ border-top-left-radius: 0.625rem;
103
+ border-top-right-radius: 0.625rem;
18
104
  }
19
- .containerTitleDrawer svg path {
20
- stroke: #000 !important;
105
+ .tableSectionContainer .tableContainer .table.borderRadiusBottom {
106
+ border-bottom-left-radius: 0.625rem;
107
+ border-bottom-right-radius: 0.625rem;
21
108
  }
22
- .containerTitleDrawer .closeIcon {
23
- cursor: pointer;
24
- }.tooltip-custom-wrapper {
25
- display: flex;
109
+ .tableSectionContainer .tableContainer .table .tableHead {
110
+ border: 1px solid var(--Gray-10);
111
+ margin: 0rem !important;
112
+ background-color: var(--background-color-header);
113
+ width: max-content;
114
+ min-width: 100%;
115
+ color: var(--Gray-50);
116
+ font-weight: 400;
26
117
  }
27
-
28
- .tippy-box {
29
- background-color: #202f5b;
118
+ .tableSectionContainer .tableContainer .table .tableHead .tableHeadCell {
119
+ border-bottom: 1px solid var(--border-color-neutral);
120
+ border-top: 1px solid var(--border-color-neutral);
121
+ font-style: normal;
30
122
  font-size: 0.875rem;
31
- border-radius: 0.3125rem;
32
- width: max-content;
33
- max-width: 100%;
34
- overflow-wrap: break-word;
35
- word-break: break-word;
36
- position: relative;
37
- border: 1px solid #d8dae5;
123
+ padding: 0.75rem 1.875rem;
124
+ text-align: start;
125
+ white-space: nowrap;
126
+ color: inherit;
127
+ font-weight: inherit;
38
128
  }
39
- .tippy-box.function .tippy-content {
40
- background-color: #fff !important;
41
- color: #000 !important;
129
+ .tableSectionContainer .tableContainer .table .tableHead .tableHeadCell .sortIcon {
130
+ padding: 0rem 0.25rem;
131
+ height: 1.875rem;
132
+ cursor: pointer;
42
133
  }
43
- .tippy-box[data-placement] > .tippy-arrow:before {
44
- color: #fff !important;
134
+ .tableSectionContainer .tableContainer .table .tableHead .headContainer {
135
+ display: flex;
136
+ flex-direction: row;
137
+ align-items: center;
138
+ text-overflow: ellipsis;
45
139
  }
46
- .tippy-box.info .tippy-arrow {
47
- color: #202f5b;
140
+ .tableSectionContainer .tableContainer .table .tableBody tr {
141
+ background-color: var(--background-color-white-secondary);
142
+ overflow: visible !important;
48
143
  }
49
- .tippy-box.success {
50
- border-radius: 1.875rem;
51
- background-color: #3aaa35;
52
- padding-inline: 0.625rem;
144
+ .tableSectionContainer .tableContainer .table .tableBody tr .tippy-content {
145
+ background-color: var(--border-color-hover);
146
+ color: var(--text-color-disabled);
147
+ border-radius: 5px;
148
+ font-size: 14px;
149
+ font-weight: 400;
150
+ line-height: 20px;
151
+ text-align: left;
53
152
  }
54
- .tippy-box .tippy-content {
55
- text-align: justify;
153
+ .tableSectionContainer .tableContainer .table .tableBody tr .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
154
+ color: var(--border-color-hover);
155
+ }
156
+ .tableSectionContainer .tableContainer .table .tableBody tr.rowSelected {
157
+ background-color: var(--background-color-gray-40);
158
+ }
159
+ .tableSectionContainer .tableContainer .table .tableBody tr td {
160
+ font-weight: 400;
56
161
  font-size: 0.875rem;
57
- line-height: 1.25rem;
58
- padding: 0.625rem;
162
+ text-align: start;
163
+ color: var(--text-color-primary);
164
+ border-bottom: 1px solid var(--border-color-gray);
165
+ width: max-content;
166
+ white-space: nowrap;
167
+ height: 3.75rem;
168
+ padding: 0.75rem 1.875rem;
169
+ overflow: visible !important;
59
170
  }
60
- .tippy-box .tippy-arrow {
61
- position: relative;
62
- width: 1rem;
63
- height: 1rem;
171
+ .tableSectionContainer .tableContainer .table .tableBody tr td .tableData {
172
+ max-width: 100%;
173
+ width: fit-content;
174
+ white-space: nowrap;
175
+ text-overflow: ellipsis;
176
+ overflow: visible !important;
64
177
  }
65
- .tippy-box[data-placement^=top] .tippy-arrow:before {
66
- bottom: -0.4375rem;
67
- border-width: 0.5rem 0.5rem 0 !important;
178
+ .tableSectionContainer .tableContainer .table .tableBody tr:hover {
179
+ background-color: var(--background-color-gray-10);
68
180
  }
69
- .tippy-box[data-placement^=right] .tippy-arrow:before {
70
- left: -0.4375rem;
71
- border-width: 0.5rem 0.5rem 0.5rem 0 !important;
181
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow {
182
+ background-color: var(--background-color-white-secondary);
183
+ height: 4.375rem;
72
184
  }
73
- .tippy-box[data-placement^=bottom] .tippy-arrow:before {
74
- top: -0.4375rem;
75
- border-width: 0 0.5rem 0.5rem !important;
185
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow:hover {
186
+ background-color: var(--background-color-white-secondary);
76
187
  }
77
- .tippy-box[data-placement^=left] .tippy-arrow:before {
78
- right: -0.4375rem;
79
- border-width: 0.5rem 0 0.5rem 0.5rem !important;
188
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer {
189
+ width: 100%;
190
+ height: 100%;
191
+ color: var(--text-color-quaternary);
80
192
  }
81
- .tippy-box[data-placement^=bottom-start] .tippy-arrow {
82
- transform: translate(0.937rem, 0) !important;
193
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer {
194
+ display: flex;
195
+ flex-direction: row;
196
+ align-items: center;
197
+ justify-content: center;
198
+ width: 100%;
199
+ height: 100%;
83
200
  }
84
- .tippy-box[data-placement^=bottom-end] .tippy-arrow {
85
- margin-left: calc(100% - 1.937rem);
86
- transform: translate(0, 0) !important;
201
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer .fallbackText {
202
+ font-style: normal;
203
+ font-weight: 400;
204
+ font-size: 0.875rem;
205
+ line-height: 1.25rem;
87
206
  }
88
- .tippy-box[data-placement^=top-start] .tippy-arrow {
89
- transform: translate(0.937rem, 0) !important;
207
+ .tableSectionContainer .tableContainer .table th,
208
+ .tableSectionContainer .tableContainer .table td {
209
+ text-align: left;
90
210
  }
91
- .tippy-box[data-placement^=top-end] .tippy-arrow {
92
- transform: translate(0.937rem, 0) !important;
211
+ .tableSectionContainer .tableFooterContainer {
212
+ display: flex;
213
+ width: 100%;
214
+ height: auto;
93
215
  }
94
- .tippy-box.arrow-with-border {
95
- border: 1px solid #d8dae5;
216
+ .tableSectionContainer .ascArrow {
217
+ height: 0.8125rem;
218
+ margin-bottom: 0.4375rem;
219
+ cursor: pointer;
96
220
  }
97
- .tippy-box.arrow-with-border[data-placement] .tippy-arrow {
98
- top: 1px;
99
- background-color: white;
100
- z-index: 9999;
101
- height: 1px;
221
+ .tableSectionContainer .descArrow {
222
+ height: 0.8125rem;
223
+ margin-top: 0.4375rem;
224
+ cursor: pointer;
102
225
  }
103
- .tippy-box.arrow-with-border[data-placement] .tippy-arrow:before {
104
- width: 1rem;
105
- height: 1rem;
106
- background-color: white;
107
- transform: rotate(45deg);
108
- border: none;
109
- border-left: 1px solid #d8dae5 !important;
110
- border-top: 1px solid #d8dae5 !important;
111
- z-index: 20000000000;
112
- top: -0.6rem;
113
- transform-origin: center !important;
226
+ .tableSectionContainer .defaultSortArrow {
227
+ height: 1.25rem;
228
+ cursor: pointer;
229
+ }
230
+ .tableSectionContainer .ascArrow path,
231
+ .tableSectionContainer .descArrow path,
232
+ .tableSectionContainer .defaultSortArrow path {
233
+ fill: var(--Gray-50);
114
234
  }.methodAccordion {
115
235
  border: none !important;
116
236
  box-shadow: none !important;
@@ -367,14 +487,127 @@
367
487
  .methodAccordion.readOnly :global(.accordion-header) {
368
488
  margin: 1.25rem 0 0 0 !important;
369
489
  }
370
- .methodAccordion.readOnly :global(.accordion-details) {
371
- background-color: transparent !important;
490
+ .methodAccordion.readOnly :global(.accordion-details) {
491
+ background-color: transparent !important;
492
+ }
493
+ .methodAccordion.readOnly .methodSummaryContainer .methodSummary {
494
+ background-color: #ebecf2;
495
+ }
496
+ .methodAccordion.readOnly .methodSummaryContainer .methodExpandArrowContainer {
497
+ background-color: #ebecf2;
498
+ }.tooltip-custom-wrapper {
499
+ display: flex;
500
+ }
501
+
502
+ .tippy-box {
503
+ background-color: #202f5b;
504
+ font-size: 0.875rem;
505
+ border-radius: 0.3125rem;
506
+ width: max-content;
507
+ max-width: 100%;
508
+ overflow-wrap: break-word;
509
+ word-break: break-word;
510
+ position: relative;
511
+ border: 1px solid #d8dae5;
512
+ }
513
+ .tippy-box.function .tippy-content {
514
+ background-color: #fff !important;
515
+ color: #000 !important;
516
+ }
517
+ .tippy-box[data-placement] > .tippy-arrow:before {
518
+ color: #fff !important;
519
+ }
520
+ .tippy-box.info .tippy-arrow {
521
+ color: #202f5b;
522
+ }
523
+ .tippy-box.success {
524
+ border-radius: 1.875rem;
525
+ background-color: #3aaa35;
526
+ padding-inline: 0.625rem;
527
+ }
528
+ .tippy-box .tippy-content {
529
+ text-align: justify;
530
+ font-size: 0.875rem;
531
+ line-height: 1.25rem;
532
+ padding: 0.625rem;
533
+ }
534
+ .tippy-box .tippy-arrow {
535
+ position: relative;
536
+ width: 1rem;
537
+ height: 1rem;
538
+ }
539
+ .tippy-box[data-placement^=top] .tippy-arrow:before {
540
+ bottom: -0.4375rem;
541
+ border-width: 0.5rem 0.5rem 0 !important;
542
+ }
543
+ .tippy-box[data-placement^=right] .tippy-arrow:before {
544
+ left: -0.4375rem;
545
+ border-width: 0.5rem 0.5rem 0.5rem 0 !important;
546
+ }
547
+ .tippy-box[data-placement^=bottom] .tippy-arrow:before {
548
+ top: -0.4375rem;
549
+ border-width: 0 0.5rem 0.5rem !important;
550
+ }
551
+ .tippy-box[data-placement^=left] .tippy-arrow:before {
552
+ right: -0.4375rem;
553
+ border-width: 0.5rem 0 0.5rem 0.5rem !important;
554
+ }
555
+ .tippy-box[data-placement^=bottom-start] .tippy-arrow {
556
+ transform: translate(0.937rem, 0) !important;
557
+ }
558
+ .tippy-box[data-placement^=bottom-end] .tippy-arrow {
559
+ margin-left: calc(100% - 1.937rem);
560
+ transform: translate(0, 0) !important;
561
+ }
562
+ .tippy-box[data-placement^=top-start] .tippy-arrow {
563
+ transform: translate(0.937rem, 0) !important;
564
+ }
565
+ .tippy-box[data-placement^=top-end] .tippy-arrow {
566
+ transform: translate(0.937rem, 0) !important;
567
+ }
568
+ .tippy-box.arrow-with-border {
569
+ border: 1px solid #d8dae5;
570
+ }
571
+ .tippy-box.arrow-with-border[data-placement] .tippy-arrow {
572
+ top: 1px;
573
+ background-color: white;
574
+ z-index: 9999;
575
+ height: 1px;
576
+ }
577
+ .tippy-box.arrow-with-border[data-placement] .tippy-arrow:before {
578
+ width: 1rem;
579
+ height: 1rem;
580
+ background-color: white;
581
+ transform: rotate(45deg);
582
+ border: none;
583
+ border-left: 1px solid #d8dae5 !important;
584
+ border-top: 1px solid #d8dae5 !important;
585
+ z-index: 20000000000;
586
+ top: -0.6rem;
587
+ transform-origin: center !important;
588
+ }.containerTitleDrawer {
589
+ height: 64px;
590
+ min-height: 64px;
591
+ display: flex;
592
+ flex-direction: row;
593
+ justify-content: space-between;
594
+ align-items: center;
595
+ background-color: #f1f2f6;
596
+ padding: 0 30px 0 30px;
597
+ width: 100%;
598
+ }
599
+ .containerTitleDrawer span {
600
+ color: #12131a;
601
+ font-weight: 600;
602
+ font-size: 18px;
603
+ line-height: 25px;
604
+ letter-spacing: 0em;
372
605
  }
373
- .methodAccordion.readOnly .methodSummaryContainer .methodSummary {
374
- background-color: #ebecf2;
606
+ .containerTitleDrawer svg path {
607
+ stroke: #000 !important;
375
608
  }
376
- .methodAccordion.readOnly .methodSummaryContainer .methodExpandArrowContainer {
377
- background-color: #ebecf2;
609
+ .containerTitleDrawer .closeIcon {
610
+ cursor: pointer;
378
611
  }.apiInfoForm {
379
612
  display: grid;
380
613
  padding: 1.25rem 1.875rem;
@@ -438,266 +671,33 @@
438
671
  transform: translateX(0.125rem);
439
672
  }
440
673
  .apiInfoForm .apiDocRow {
441
- display: grid;
442
- grid-template-columns: 1fr 1fr;
443
- gap: 1.25rem;
444
- }
445
- .apiInfoForm .apiInfoForm_tagsChips {
446
- margin-top: -1.25rem;
447
- }
448
- .apiInfoForm .editDescTooltipContent {
449
- display: flex;
450
- flex-direction: column;
451
- gap: 0.625rem;
452
- padding-bottom: 0.625rem;
453
- }
454
- .apiInfoForm .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
455
- margin-inline: 0.625rem;
456
- }
457
- .apiInfoForm .editDescTooltipContent .editDescTooltipContent_header {
458
- font-weight: 600;
459
- font-size: 0.875rem;
460
- line-height: 1.25rem;
461
- padding: 0.75rem 1.25rem;
462
- border-bottom: 1px solid #d8dae5;
463
- }
464
- .apiInfoForm :global(.requiredParam) :global(.headContainer)::after {
465
- content: "*";
466
- color: red;
467
- transform: translateX(0.125rem);
468
- }:root {
469
- --white: #fff;
470
- --Gray-5: #f1f2f6;
471
- --Gray-10: #ebecf2;
472
- --Gray-20: #d8dae5;
473
- --Gray-30: #babdcc;
474
- --Gray-40: #9a9eb2;
475
- --Gray-50: #828699;
476
- --Gray-60: #696c80;
477
- --Gray-100: #12131a;
478
- --black: #000;
479
- --primary-static: #4d75d8;
480
- --primary-hover: #7c9bea;
481
- --primary-active: #2c4fa4;
482
- --primary-disabled: #9a9eb2;
483
- --secondary-static: #40e0d0;
484
- --secondary-hover: #9efcf2;
485
- --secondary-active: #2fa599;
486
- --error-static: #da3f3f;
487
- --error-hover: #e75d5d;
488
- --error-active: #bb3232;
489
- --success-static: #3aaa35;
490
- --success-hover: #5cda56;
491
- --success-active: #2a8a25;
492
- --info-static: #c6c6c6;
493
- --info-hover: #e4e4e4;
494
- --info-active: #979797;
495
- --warning-static: #faad14;
496
- --warning-hover: #f9be4a;
497
- --warning-active: #db9711;
498
- --action-static: #142452;
499
- --action-hover: #21387d;
500
- --action-active: #000000;
501
- --color-info-primary: #3a6cd1;
502
- --primary-font-color: #142452;
503
- --placeholder-font-color: #babdcc;
504
- --warning-font-color: #ce2828;
505
- --alert-error: #da3f3f;
506
- --alert-light-error: #f4c5c5;
507
- --alert-success: #3aaa35;
508
- --alert-light-success: #c4e5c2;
509
- --alert-info: #8eaaf1;
510
- --alert-light-info: #c4d3f1;
511
- --alert-warning: #faad14;
512
- --alert-light-warning: #fde6b8;
513
- --border-focus: #3a6cd1;
514
- --tooltip-background-color: #202f5b;
515
- --text-color-primary: #142452;
516
- --text-color-secondary: #ffff;
517
- --text-color-neutral: #828699;
518
- --text-color-tertiary: #808080;
519
- --text-color-note: #242424;
520
- --text-color-quaternary: #142452;
521
- --text-color-disabled: #ffff;
522
- --background-color-white-primary: #fff;
523
- --background-color-light-primary: #8eaaf1;
524
- --background-color-white-secondary: #fff;
525
- --background-color-primary-dark: #142452;
526
- --background-color-gray-5: #f1f2f6;
527
- --background-color-gray-30: #ebecf2;
528
- --background-color-tertiary-light: #2c4fa4;
529
- --background-color-gray-10: #f1f2f6;
530
- --background-color-gray-40: #ebecf2;
531
- --background-color-light-blue: #dfe7f8;
532
- --border-color-primary: #babdcc;
533
- --border-color-secondary: #d8dae5;
534
- --border-color-neutral: #ebecf2;
535
- --border-color-tertiary: #ebecf2;
536
- --border-color-gray: #ebecf2;
537
- --border-color-hover: #142452;
538
- --border-color-active: #3a6cd1;
539
- --icon-color-main: #142452;
540
- --icon-color-secondary: #000;
541
- --icon-color-quaternary: #babdcc;
542
- --icon-color-disabled: #9a9eb2;
543
- --link-btn-primary-color: #3a6cd1;
544
- --button-color-static: #4d75d8;
545
- --button-color-hover: #7c9bea;
546
- --button-color-active: #2c4fa4;
547
- --alert-natural: #c4d3f1;
548
- }
549
-
550
- .tableSectionContainer .tableContainer {
551
- max-width: 100%;
552
- overflow-x: overlay;
553
- }
554
- .tableSectionContainer .tableContainer.tableContainer * {
555
- font-family: "Cairo";
556
- }
557
- .tableSectionContainer .tableContainer .table {
558
- width: 100%;
559
- border-spacing: 0;
560
- border: none;
561
- border-right: 1px solid var(--border-color-neutral);
562
- border-left: 1px solid var(--border-color-neutral);
563
- }
564
- .tableSectionContainer .tableContainer .table.borderRadiusTop {
565
- border-top-left-radius: 0.625rem;
566
- border-top-right-radius: 0.625rem;
567
- }
568
- .tableSectionContainer .tableContainer .table.borderRadiusBottom {
569
- border-bottom-left-radius: 0.625rem;
570
- border-bottom-right-radius: 0.625rem;
571
- }
572
- .tableSectionContainer .tableContainer .table .tableHead {
573
- border: 1px solid var(--Gray-10);
574
- margin: 0rem !important;
575
- background-color: var(--background-color-header);
576
- width: max-content;
577
- min-width: 100%;
578
- color: var(--Gray-50);
579
- font-weight: 400;
580
- }
581
- .tableSectionContainer .tableContainer .table .tableHead .tableHeadCell {
582
- border-bottom: 1px solid var(--border-color-neutral);
583
- border-top: 1px solid var(--border-color-neutral);
584
- font-style: normal;
585
- font-size: 0.875rem;
586
- padding: 0.75rem 1.875rem;
587
- text-align: start;
588
- white-space: nowrap;
589
- color: inherit;
590
- font-weight: inherit;
591
- }
592
- .tableSectionContainer .tableContainer .table .tableHead .tableHeadCell .sortIcon {
593
- padding: 0rem 0.25rem;
594
- height: 1.875rem;
595
- cursor: pointer;
596
- }
597
- .tableSectionContainer .tableContainer .table .tableHead .headContainer {
598
- display: flex;
599
- flex-direction: row;
600
- align-items: center;
601
- text-overflow: ellipsis;
602
- }
603
- .tableSectionContainer .tableContainer .table .tableBody tr {
604
- background-color: var(--background-color-white-secondary);
605
- overflow: visible !important;
606
- }
607
- .tableSectionContainer .tableContainer .table .tableBody tr .tippy-content {
608
- background-color: var(--border-color-hover);
609
- color: var(--text-color-disabled);
610
- border-radius: 5px;
611
- font-size: 14px;
612
- font-weight: 400;
613
- line-height: 20px;
614
- text-align: left;
615
- }
616
- .tableSectionContainer .tableContainer .table .tableBody tr .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
617
- color: var(--border-color-hover);
618
- }
619
- .tableSectionContainer .tableContainer .table .tableBody tr.rowSelected {
620
- background-color: var(--background-color-gray-40);
621
- }
622
- .tableSectionContainer .tableContainer .table .tableBody tr td {
623
- font-weight: 400;
624
- font-size: 0.875rem;
625
- text-align: start;
626
- color: var(--text-color-primary);
627
- border-bottom: 1px solid var(--border-color-gray);
628
- width: max-content;
629
- white-space: nowrap;
630
- height: 3.75rem;
631
- padding: 0.75rem 1.875rem;
632
- overflow: visible !important;
633
- }
634
- .tableSectionContainer .tableContainer .table .tableBody tr td .tableData {
635
- max-width: 100%;
636
- width: fit-content;
637
- white-space: nowrap;
638
- text-overflow: ellipsis;
639
- overflow: visible !important;
640
- }
641
- .tableSectionContainer .tableContainer .table .tableBody tr:hover {
642
- background-color: var(--background-color-gray-10);
643
- }
644
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow {
645
- background-color: var(--background-color-white-secondary);
646
- height: 4.375rem;
647
- }
648
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow:hover {
649
- background-color: var(--background-color-white-secondary);
650
- }
651
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer {
652
- width: 100%;
653
- height: 100%;
654
- color: var(--text-color-quaternary);
655
- }
656
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer {
657
- display: flex;
658
- flex-direction: row;
659
- align-items: center;
660
- justify-content: center;
661
- width: 100%;
662
- height: 100%;
663
- }
664
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer .fallbackText {
665
- font-style: normal;
666
- font-weight: 400;
667
- font-size: 0.875rem;
668
- line-height: 1.25rem;
674
+ display: grid;
675
+ grid-template-columns: 1fr 1fr;
676
+ gap: 1.25rem;
669
677
  }
670
- .tableSectionContainer .tableContainer .table th,
671
- .tableSectionContainer .tableContainer .table td {
672
- text-align: left;
678
+ .apiInfoForm .apiInfoForm_tagsChips {
679
+ margin-top: -1.25rem;
673
680
  }
674
- .tableSectionContainer .tableFooterContainer {
681
+ .apiInfoForm .editDescTooltipContent {
675
682
  display: flex;
676
- width: 100%;
677
- height: auto;
678
- }
679
- .tableSectionContainer .ascArrow {
680
- height: 0.8125rem;
681
- margin-bottom: 0.4375rem;
682
- cursor: pointer;
683
+ flex-direction: column;
684
+ gap: 0.625rem;
685
+ padding-bottom: 0.625rem;
683
686
  }
684
- .tableSectionContainer .descArrow {
685
- height: 0.8125rem;
686
- margin-top: 0.4375rem;
687
- cursor: pointer;
687
+ .apiInfoForm .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
688
+ margin-inline: 0.625rem;
688
689
  }
689
- .tableSectionContainer .defaultSortArrow {
690
- height: 1.25rem;
691
- cursor: pointer;
690
+ .apiInfoForm .editDescTooltipContent .editDescTooltipContent_header {
691
+ font-weight: 600;
692
+ font-size: 0.875rem;
693
+ line-height: 1.25rem;
694
+ padding: 0.75rem 1.25rem;
695
+ border-bottom: 1px solid #d8dae5;
692
696
  }
693
- .tableSectionContainer .ascArrow path,
694
- .tableSectionContainer .descArrow path,
695
- .tableSectionContainer .defaultSortArrow path {
696
- fill: var(--Gray-50);
697
- }p.apiName {
698
- font-size: 40px;
699
- line-height: 30px;
700
- font-weight: 500;
697
+ .apiInfoForm :global(.requiredParam) :global(.headContainer)::after {
698
+ content: "*";
699
+ color: red;
700
+ transform: translateX(0.125rem);
701
701
  }#common-dialog.dialog-content-wrapper {
702
702
  overflow: visible !important;
703
703
  max-height: 100%;
@@ -775,111 +775,6 @@
775
775
  display: flex;
776
776
  gap: 1.25rem;
777
777
  margin-top: 1.875rem;
778
- }:root {
779
- --white: #fff;
780
- --Gray-5: #f1f2f6;
781
- --Gray-10: #ebecf2;
782
- --Gray-20: #d8dae5;
783
- --Gray-30: #babdcc;
784
- --Gray-40: #9a9eb2;
785
- --Gray-50: #828699;
786
- --Gray-60: #696c80;
787
- --Gray-100: #12131a;
788
- --black: #000;
789
- --primary-static: #4d75d8;
790
- --primary-hover: #7c9bea;
791
- --primary-active: #2c4fa4;
792
- --primary-disabled: #9a9eb2;
793
- --secondary-static: #40e0d0;
794
- --secondary-hover: #9efcf2;
795
- --secondary-active: #2fa599;
796
- --error-static: #da3f3f;
797
- --error-hover: #e75d5d;
798
- --error-active: #bb3232;
799
- --success-static: #3aaa35;
800
- --success-hover: #5cda56;
801
- --success-active: #2a8a25;
802
- --info-static: #c6c6c6;
803
- --info-hover: #e4e4e4;
804
- --info-active: #979797;
805
- --warning-static: #faad14;
806
- --warning-hover: #f9be4a;
807
- --warning-active: #db9711;
808
- --action-static: #142452;
809
- --action-hover: #21387d;
810
- --action-active: #000000;
811
- --color-info-primary: #3a6cd1;
812
- --primary-font-color: #142452;
813
- --placeholder-font-color: #babdcc;
814
- --warning-font-color: #ce2828;
815
- --alert-error: #da3f3f;
816
- --alert-light-error: #f4c5c5;
817
- --alert-success: #3aaa35;
818
- --alert-light-success: #c4e5c2;
819
- --alert-info: #8eaaf1;
820
- --alert-light-info: #c4d3f1;
821
- --alert-warning: #faad14;
822
- --alert-light-warning: #fde6b8;
823
- --border-focus: #3a6cd1;
824
- --tooltip-background-color: #202f5b;
825
- --text-color-primary: #142452;
826
- --text-color-secondary: #ffff;
827
- --text-color-neutral: #828699;
828
- --text-color-tertiary: #808080;
829
- --text-color-note: #242424;
830
- --text-color-quaternary: #142452;
831
- --text-color-disabled: #ffff;
832
- --background-color-white-primary: #fff;
833
- --background-color-light-primary: #8eaaf1;
834
- --background-color-white-secondary: #fff;
835
- --background-color-primary-dark: #142452;
836
- --background-color-gray-5: #f1f2f6;
837
- --background-color-gray-30: #ebecf2;
838
- --background-color-tertiary-light: #2c4fa4;
839
- --background-color-gray-10: #f1f2f6;
840
- --background-color-gray-40: #ebecf2;
841
- --background-color-light-blue: #dfe7f8;
842
- --border-color-primary: #babdcc;
843
- --border-color-secondary: #d8dae5;
844
- --border-color-neutral: #ebecf2;
845
- --border-color-tertiary: #ebecf2;
846
- --border-color-gray: #ebecf2;
847
- --border-color-hover: #142452;
848
- --border-color-active: #3a6cd1;
849
- --icon-color-main: #142452;
850
- --icon-color-secondary: #000;
851
- --icon-color-quaternary: #babdcc;
852
- --icon-color-disabled: #9a9eb2;
853
- --link-btn-primary-color: #3a6cd1;
854
- --button-color-static: #4d75d8;
855
- --button-color-hover: #7c9bea;
856
- --button-color-active: #2c4fa4;
857
- --alert-natural: #c4d3f1;
858
- }
859
-
860
- .drawerItemContainer {
861
- display: flex;
862
- flex-direction: column;
863
- }
864
- .drawerItemContainer .title {
865
- color: #000;
866
- font-weight: 600;
867
- font-size: 24px;
868
- line-height: 35px;
869
- margin-bottom: 3px;
870
- margin-top: 1.5rem;
871
- }
872
- .drawerItemContainer .text {
873
- color: #000;
874
- font-weight: 400;
875
- font-size: 24px;
876
- line-height: 25px;
877
- }
878
- .drawerItemContainer .color-green {
879
- color: var(--color-success);
880
- }
881
- .drawerItemContainer .color-red {
882
- color: var(--color-error);
883
778
  }.json-editor-container {
884
779
  overflow: hidden;
885
780
  border-bottom-right-radius: 0.3125rem;
@@ -991,4 +886,109 @@
991
886
  .json-editor-container.disabled .json-editor textarea {
992
887
  background-color: white;
993
888
  color: #12131a;
889
+ }:root {
890
+ --white: #fff;
891
+ --Gray-5: #f1f2f6;
892
+ --Gray-10: #ebecf2;
893
+ --Gray-20: #d8dae5;
894
+ --Gray-30: #babdcc;
895
+ --Gray-40: #9a9eb2;
896
+ --Gray-50: #828699;
897
+ --Gray-60: #696c80;
898
+ --Gray-100: #12131a;
899
+ --black: #000;
900
+ --primary-static: #4d75d8;
901
+ --primary-hover: #7c9bea;
902
+ --primary-active: #2c4fa4;
903
+ --primary-disabled: #9a9eb2;
904
+ --secondary-static: #40e0d0;
905
+ --secondary-hover: #9efcf2;
906
+ --secondary-active: #2fa599;
907
+ --error-static: #da3f3f;
908
+ --error-hover: #e75d5d;
909
+ --error-active: #bb3232;
910
+ --success-static: #3aaa35;
911
+ --success-hover: #5cda56;
912
+ --success-active: #2a8a25;
913
+ --info-static: #c6c6c6;
914
+ --info-hover: #e4e4e4;
915
+ --info-active: #979797;
916
+ --warning-static: #faad14;
917
+ --warning-hover: #f9be4a;
918
+ --warning-active: #db9711;
919
+ --action-static: #142452;
920
+ --action-hover: #21387d;
921
+ --action-active: #000000;
922
+ --color-info-primary: #3a6cd1;
923
+ --primary-font-color: #142452;
924
+ --placeholder-font-color: #babdcc;
925
+ --warning-font-color: #ce2828;
926
+ --alert-error: #da3f3f;
927
+ --alert-light-error: #f4c5c5;
928
+ --alert-success: #3aaa35;
929
+ --alert-light-success: #c4e5c2;
930
+ --alert-info: #8eaaf1;
931
+ --alert-light-info: #c4d3f1;
932
+ --alert-warning: #faad14;
933
+ --alert-light-warning: #fde6b8;
934
+ --border-focus: #3a6cd1;
935
+ --tooltip-background-color: #202f5b;
936
+ --text-color-primary: #142452;
937
+ --text-color-secondary: #ffff;
938
+ --text-color-neutral: #828699;
939
+ --text-color-tertiary: #808080;
940
+ --text-color-note: #242424;
941
+ --text-color-quaternary: #142452;
942
+ --text-color-disabled: #ffff;
943
+ --background-color-white-primary: #fff;
944
+ --background-color-light-primary: #8eaaf1;
945
+ --background-color-white-secondary: #fff;
946
+ --background-color-primary-dark: #142452;
947
+ --background-color-gray-5: #f1f2f6;
948
+ --background-color-gray-30: #ebecf2;
949
+ --background-color-tertiary-light: #2c4fa4;
950
+ --background-color-gray-10: #f1f2f6;
951
+ --background-color-gray-40: #ebecf2;
952
+ --background-color-light-blue: #dfe7f8;
953
+ --border-color-primary: #babdcc;
954
+ --border-color-secondary: #d8dae5;
955
+ --border-color-neutral: #ebecf2;
956
+ --border-color-tertiary: #ebecf2;
957
+ --border-color-gray: #ebecf2;
958
+ --border-color-hover: #142452;
959
+ --border-color-active: #3a6cd1;
960
+ --icon-color-main: #142452;
961
+ --icon-color-secondary: #000;
962
+ --icon-color-quaternary: #babdcc;
963
+ --icon-color-disabled: #9a9eb2;
964
+ --link-btn-primary-color: #3a6cd1;
965
+ --button-color-static: #4d75d8;
966
+ --button-color-hover: #7c9bea;
967
+ --button-color-active: #2c4fa4;
968
+ --alert-natural: #c4d3f1;
969
+ }
970
+
971
+ .drawerItemContainer {
972
+ display: flex;
973
+ flex-direction: column;
974
+ }
975
+ .drawerItemContainer .title {
976
+ color: #000;
977
+ font-weight: 600;
978
+ font-size: 24px;
979
+ line-height: 35px;
980
+ margin-bottom: 3px;
981
+ margin-top: 1.5rem;
982
+ }
983
+ .drawerItemContainer .text {
984
+ color: #000;
985
+ font-weight: 400;
986
+ font-size: 24px;
987
+ line-height: 25px;
988
+ }
989
+ .drawerItemContainer .color-green {
990
+ color: var(--color-success);
991
+ }
992
+ .drawerItemContainer .color-red {
993
+ color: var(--color-error);
994
994
  }