@digi-frontend/dgate-api-documentation 1.0.9 → 1.0.10

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 (36) hide show
  1. package/dist/_virtual/index3.js +1 -1
  2. package/dist/_virtual/index4.js +1 -1
  3. package/dist/_virtual/index5.js +1 -1
  4. package/dist/_virtual/index6.js +1 -1
  5. package/dist/node_modules/toposort/index.js +1 -1
  6. package/dist/node_modules/yup/index.esm.js +1 -1
  7. package/dist/src/components/InfoForm/InfoForm.js.map +1 -1
  8. package/dist/src/components/JsonInput/JsonInput.js +1 -1
  9. package/dist/src/components/JsonInput/JsonInput.js.map +1 -1
  10. package/dist/src/components/LivePreview/LivePreview.js +1 -1
  11. package/dist/src/components/LivePreview/LivePreview.js.map +1 -1
  12. package/dist/src/components/MethodAccordion/MethodAccordion.js +1 -1
  13. package/dist/src/components/MethodAccordion/MethodAccordion.js.map +1 -1
  14. package/dist/src/components/table/table.js +1 -1
  15. package/dist/src/components/table/table.js.map +1 -1
  16. package/dist/src/constants/index.js.map +1 -1
  17. package/dist/src/helpers/layout.helper.js +1 -1
  18. package/dist/src/helpers/layout.helper.js.map +1 -1
  19. package/dist/src/layout/layout.js +1 -1
  20. package/dist/src/layout/layout.js.map +1 -1
  21. package/dist/src/layout/layout.module.css.js +1 -1
  22. package/dist/styles.css +537 -522
  23. package/dist/types/components/JsonInput/JsonInput.d.ts +2 -1
  24. package/dist/types/components/MethodAccordion/MethodAccordion.d.ts +1 -1
  25. package/package.json +1 -1
  26. package/src/components/InfoForm/InfoForm.tsx +1 -0
  27. package/src/components/JsonInput/JsonInput.tsx +34 -26
  28. package/src/components/JsonInput/style.module.scss +14 -4
  29. package/src/components/LivePreview/LivePreview.tsx +11 -17
  30. package/src/components/MethodAccordion/MethodAccordion.module.scss +23 -10
  31. package/src/components/MethodAccordion/MethodAccordion.tsx +7 -4
  32. package/src/components/table/table.tsx +27 -16
  33. package/src/constants/index.ts +4 -4
  34. package/src/helpers/layout.helper.ts +13 -1
  35. package/src/layout/layout.module.css +1 -1
  36. package/src/layout/layout.tsx +1 -2
package/dist/styles.css CHANGED
@@ -1,338 +1,4 @@
1
- :root {
2
- --white: #fff;
3
- --Gray-5: #f1f2f6;
4
- --Gray-10: #ebecf2;
5
- --Gray-20: #d8dae5;
6
- --Gray-30: #babdcc;
7
- --Gray-40: #9a9eb2;
8
- --Gray-50: #828699;
9
- --Gray-60: #696c80;
10
- --Gray-100: #12131a;
11
- --black: #000;
12
- --primary-static: #4d75d8;
13
- --primary-hover: #7c9bea;
14
- --primary-active: #2c4fa4;
15
- --primary-disabled: #9a9eb2;
16
- --secondary-static: #40e0d0;
17
- --secondary-hover: #9efcf2;
18
- --secondary-active: #2fa599;
19
- --error-static: #da3f3f;
20
- --error-hover: #e75d5d;
21
- --error-active: #bb3232;
22
- --success-static: #3aaa35;
23
- --success-hover: #5cda56;
24
- --success-active: #2a8a25;
25
- --info-static: #c6c6c6;
26
- --info-hover: #e4e4e4;
27
- --info-active: #979797;
28
- --warning-static: #faad14;
29
- --warning-hover: #f9be4a;
30
- --warning-active: #db9711;
31
- --action-static: #142452;
32
- --action-hover: #21387d;
33
- --action-active: #000000;
34
- --color-info-primary: #3a6cd1;
35
- --primary-font-color: #142452;
36
- --placeholder-font-color: #babdcc;
37
- --warning-font-color: #ce2828;
38
- --alert-error: #da3f3f;
39
- --alert-light-error: #f4c5c5;
40
- --alert-success: #3aaa35;
41
- --alert-light-success: #c4e5c2;
42
- --alert-info: #8eaaf1;
43
- --alert-light-info: #c4d3f1;
44
- --alert-warning: #faad14;
45
- --alert-light-warning: #fde6b8;
46
- --border-focus: #3a6cd1;
47
- --tooltip-background-color: #202f5b;
48
- --text-color-primary: #142452;
49
- --text-color-secondary: #ffff;
50
- --text-color-neutral: #828699;
51
- --text-color-tertiary: #808080;
52
- --text-color-note: #242424;
53
- --text-color-quaternary: #142452;
54
- --text-color-disabled: #ffff;
55
- --background-color-white-primary: #fff;
56
- --background-color-light-primary: #8eaaf1;
57
- --background-color-white-secondary: #fff;
58
- --background-color-primary-dark: #142452;
59
- --background-color-gray-5: #f1f2f6;
60
- --background-color-gray-30: #ebecf2;
61
- --background-color-tertiary-light: #2c4fa4;
62
- --background-color-gray-10: #f1f2f6;
63
- --background-color-gray-40: #ebecf2;
64
- --background-color-light-blue: #dfe7f8;
65
- --border-color-primary: #babdcc;
66
- --border-color-secondary: #d8dae5;
67
- --border-color-neutral: #ebecf2;
68
- --border-color-tertiary: #ebecf2;
69
- --border-color-gray: #ebecf2;
70
- --border-color-hover: #142452;
71
- --border-color-active: #3a6cd1;
72
- --icon-color-main: #142452;
73
- --icon-color-secondary: #000;
74
- --icon-color-quaternary: #babdcc;
75
- --icon-color-disabled: #9a9eb2;
76
- --link-btn-primary-color: #3a6cd1;
77
- --button-color-static: #4d75d8;
78
- --button-color-hover: #7c9bea;
79
- --button-color-active: #2c4fa4;
80
- --alert-natural: #c4d3f1;
81
- }
82
-
83
- .tableSectionContainer .tableContainer {
84
- max-width: 100%;
85
- overflow-x: overlay;
86
- }
87
- .tableSectionContainer .tableContainer.tableContainer * {
88
- font-family: "Cairo";
89
- }
90
- .tableSectionContainer .tableContainer .table {
91
- width: 100%;
92
- border-spacing: 0;
93
- border: none;
94
- border-right: 1px solid var(--border-color-neutral);
95
- border-left: 1px solid var(--border-color-neutral);
96
- }
97
- .tableSectionContainer .tableContainer .table.borderRadiusTop {
98
- border-top-left-radius: 0.625rem;
99
- border-top-right-radius: 0.625rem;
100
- }
101
- .tableSectionContainer .tableContainer .table.borderRadiusBottom {
102
- border-bottom-left-radius: 0.625rem;
103
- border-bottom-right-radius: 0.625rem;
104
- }
105
- .tableSectionContainer .tableContainer .table .tableHead {
106
- border: 1px solid var(--Gray-10);
107
- margin: 0rem !important;
108
- background-color: var(--background-color-header);
109
- width: max-content;
110
- min-width: 100%;
111
- color: var(--Gray-50);
112
- font-weight: 400;
113
- }
114
- .tableSectionContainer .tableContainer .table .tableHead .tableHeadCell {
115
- border-bottom: 1px solid var(--border-color-neutral);
116
- border-top: 1px solid var(--border-color-neutral);
117
- font-style: normal;
118
- font-size: 0.875rem;
119
- padding: 0.75rem 1.875rem;
120
- text-align: start;
121
- white-space: nowrap;
122
- color: inherit;
123
- font-weight: inherit;
124
- }
125
- .tableSectionContainer .tableContainer .table .tableHead .tableHeadCell .sortIcon {
126
- padding: 0rem 0.25rem;
127
- height: 1.875rem;
128
- cursor: pointer;
129
- }
130
- .tableSectionContainer .tableContainer .table .tableHead .headContainer {
131
- display: flex;
132
- flex-direction: row;
133
- align-items: center;
134
- text-overflow: ellipsis;
135
- }
136
- .tableSectionContainer .tableContainer .table .tableBody tr {
137
- background-color: var(--background-color-white-secondary);
138
- overflow: visible !important;
139
- }
140
- .tableSectionContainer .tableContainer .table .tableBody tr .tippy-content {
141
- background-color: var(--border-color-hover);
142
- color: var(--text-color-disabled);
143
- border-radius: 5px;
144
- font-size: 14px;
145
- font-weight: 400;
146
- line-height: 20px;
147
- text-align: left;
148
- }
149
- .tableSectionContainer .tableContainer .table .tableBody tr .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
150
- color: var(--border-color-hover);
151
- }
152
- .tableSectionContainer .tableContainer .table .tableBody tr.rowSelected {
153
- background-color: var(--background-color-gray-40);
154
- }
155
- .tableSectionContainer .tableContainer .table .tableBody tr td {
156
- font-weight: 400;
157
- font-size: 0.875rem;
158
- text-align: start;
159
- color: var(--text-color-primary);
160
- border-bottom: 1px solid var(--border-color-gray);
161
- width: max-content;
162
- white-space: nowrap;
163
- height: 3.75rem;
164
- padding: 0.75rem 1.875rem;
165
- overflow: visible !important;
166
- }
167
- .tableSectionContainer .tableContainer .table .tableBody tr td .tableData {
168
- max-width: 100%;
169
- width: fit-content;
170
- white-space: nowrap;
171
- text-overflow: ellipsis;
172
- overflow: visible !important;
173
- }
174
- .tableSectionContainer .tableContainer .table .tableBody tr:hover {
175
- background-color: var(--background-color-gray-10);
176
- }
177
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow {
178
- background-color: var(--background-color-white-secondary);
179
- height: 4.375rem;
180
- }
181
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow:hover {
182
- background-color: var(--background-color-white-secondary);
183
- }
184
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer {
185
- width: 100%;
186
- height: 100%;
187
- color: var(--text-color-quaternary);
188
- }
189
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer {
190
- display: flex;
191
- flex-direction: row;
192
- align-items: center;
193
- justify-content: center;
194
- width: 100%;
195
- height: 100%;
196
- }
197
- .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer .fallbackText {
198
- font-style: normal;
199
- font-weight: 400;
200
- font-size: 0.875rem;
201
- line-height: 1.25rem;
202
- }
203
- .tableSectionContainer .tableContainer .table th,
204
- .tableSectionContainer .tableContainer .table td {
205
- text-align: left;
206
- }
207
- .tableSectionContainer .tableFooterContainer {
208
- display: flex;
209
- width: 100%;
210
- height: auto;
211
- }
212
- .tableSectionContainer .ascArrow {
213
- height: 0.8125rem;
214
- margin-bottom: 0.4375rem;
215
- cursor: pointer;
216
- }
217
- .tableSectionContainer .descArrow {
218
- height: 0.8125rem;
219
- margin-top: 0.4375rem;
220
- cursor: pointer;
221
- }
222
- .tableSectionContainer .defaultSortArrow {
223
- height: 1.25rem;
224
- cursor: pointer;
225
- }
226
- .tableSectionContainer .ascArrow path,
227
- .tableSectionContainer .descArrow path,
228
- .tableSectionContainer .defaultSortArrow path {
229
- fill: var(--Gray-50);
230
- }.json-editor-container .json-editor-label {
231
- font-size: 0.875rem;
232
- font-weight: 600;
233
- line-height: 1.25rem;
234
- margin-bottom: 0.3125rem;
235
- }
236
- .json-editor-container .json-editor {
237
- display: flex;
238
- flex-direction: column;
239
- background-color: #142452;
240
- width: 100%;
241
- border-radius: 0.3125rem;
242
- margin-bottom: -0.5rem;
243
- outline: 1px solid transparent;
244
- position: relative;
245
- }
246
- .json-editor-container .json-editor .actions-container {
247
- width: 100%;
248
- height: 5rem;
249
- padding: 1.25rem;
250
- border-radius: 0 0 0.3125rem 0.3125rem;
251
- background: #101e47;
252
- display: flex;
253
- flex-direction: row;
254
- gap: 1.25rem;
255
- align-items: center;
256
- }
257
- .json-editor-container .json-editor .actions-container .validate {
258
- color: #fff;
259
- text-align: center;
260
- font-size: 1rem;
261
- font-style: normal;
262
- font-weight: 600;
263
- line-height: 1.25rem;
264
- width: 8.75rem;
265
- padding: 0.625rem 2.25rem;
266
- background-color: rgba(240, 248, 255, 0);
267
- border-radius: 0.3125rem;
268
- border: 0.0625rem solid #4d75d8;
269
- cursor: pointer;
270
- }
271
- .json-editor-container .json-editor .actions-container .validate:disabled {
272
- color: #babdcc;
273
- border-color: #a2a5b6;
274
- }
275
- .json-editor-container .json-editor .actions-container .beautify {
276
- color: #fff;
277
- text-align: center;
278
- font-size: 1rem;
279
- font-style: normal;
280
- font-weight: 600;
281
- line-height: 1.25rem;
282
- width: 8.75rem;
283
- padding: 0.625rem 2.25rem;
284
- background-color: rgba(240, 248, 255, 0);
285
- border-radius: 0.3125rem;
286
- border: 1px solid #babdcc;
287
- cursor: pointer;
288
- }
289
- .json-editor-container .json-editor .actions-container .beautify:disabled {
290
- color: #a2a5b6;
291
- border-color: #a2a5b6;
292
- }
293
- .json-editor-container .json-editor textarea {
294
- width: 100%;
295
- padding: 1.25rem;
296
- font-size: 0.875rem;
297
- font-style: normal;
298
- font-weight: 400;
299
- line-height: 1.25rem;
300
- color: white;
301
- height: 25rem;
302
- background-color: #142452;
303
- border: none;
304
- resize: none;
305
- border-radius: 0.3125rem;
306
- }
307
- .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 {
308
- outline: none;
309
- border: none;
310
- }
311
- .json-editor-container .json-editor textarea::-webkit-scrollbar {
312
- width: 0.5rem;
313
- }
314
- .json-editor-container .json-editor textarea::-webkit-scrollbar-track {
315
- background-color: #828699;
316
- border: none;
317
- border-color: transparent;
318
- border-top-right-radius: 0.25rem;
319
- border-top-left-radius: 0;
320
- }
321
- .json-editor-container .json-editor textarea::-webkit-scrollbar-thumb {
322
- background-color: #d8dae5;
323
- border: none;
324
- border-color: transparent;
325
- border-radius: 0;
326
- }
327
- .json-editor-container .json-editor.invalid {
328
- outline: 1px solid #ce2828 !important;
329
- }
330
- .json-editor-container .error-message {
331
- color: #ce2828;
332
- font-size: 0.75rem;
333
- line-height: 1.25rem;
334
- margin-top: 0.625rem;
335
- }.methodAccordion {
1
+ .methodAccordion {
336
2
  border: none !important;
337
3
  box-shadow: none !important;
338
4
  margin-bottom: 0 !important;
@@ -395,12 +61,6 @@
395
61
  .methodAccordion .methodSummaryContainer .methodExpandArrowContainer svg {
396
62
  transition: rotate 0.3s ease-in-out;
397
63
  }
398
- .methodAccordion .methodSummaryContainer.readOnly .methodSummary {
399
- background-color: #ebecf2;
400
- }
401
- .methodAccordion .methodSummaryContainer.readOnly .methodExpandArrowContainer {
402
- background-color: #ebecf2;
403
- }
404
64
  .methodAccordion .methodAccordionContent {
405
65
  display: flex;
406
66
  flex-direction: column;
@@ -542,51 +202,271 @@
542
202
  .methodAccordion .methodAccordionContent .responseAccordion .requestAccordionSummary_title .expanded {
543
203
  rotate: 180deg;
544
204
  }
545
- .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-details) :global(.textArea .inputField),
546
- .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-details) :global(.textArea .inputField) {
205
+ .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-details) :global(.textArea .inputField),
206
+ .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-details) :global(.textArea .inputField) {
207
+ padding: 0;
208
+ border: none;
209
+ }
210
+ .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-header .iconContainer .dropdownIcon),
211
+ .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header .iconContainer .dropdownIcon) {
212
+ display: none !important;
213
+ }
214
+ .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-header),
215
+ .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header) {
216
+ cursor: default;
217
+ }
218
+ .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary {
219
+ display: flex;
220
+ align-items: center;
221
+ }
222
+ .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary :global(.multiSelectGroup .optionsList) {
223
+ width: 8rem !important;
224
+ min-width: 8rem !important;
225
+ }
226
+ .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) {
227
+ width: 8rem;
228
+ margin-left: auto;
229
+ }
230
+ .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) :global(.selectDisplay) {
231
+ height: 2.0625rem !important;
232
+ min-height: 2.0625rem !important;
233
+ padding: 0;
234
+ padding-left: 0.625rem;
235
+ }
236
+ .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header) {
237
+ overflow: visible;
238
+ cursor: default;
239
+ }
240
+ .methodAccordion .methodAccordionContent .responseAccordion .statusCodeOptionContainer {
241
+ display: grid;
242
+ grid-template-columns: min-content min-content;
243
+ align-items: center;
244
+ gap: 0.625rem;
245
+ }
246
+ .methodAccordion .methodAccordionContent .responseAccordion .statusCodeOptionContainer .statusCodeOptionCircle {
247
+ width: 0.625rem;
248
+ aspect-ratio: 1/1;
249
+ border-radius: 100%;
250
+ }
251
+ .methodAccordion.readOnly .methodAccordionContent {
252
+ padding: 0;
253
+ }
254
+ .methodAccordion.readOnly :global(.accordion-header) {
255
+ margin: 1.25rem 0 0 0 !important;
256
+ }
257
+ .methodAccordion.readOnly :global(.accordion-details) {
258
+ background-color: transparent !important;
259
+ }
260
+ .methodAccordion.readOnly .methodSummaryContainer .methodSummary {
261
+ background-color: #ebecf2;
262
+ }
263
+ .methodAccordion.readOnly .methodSummaryContainer .methodExpandArrowContainer {
264
+ background-color: #ebecf2;
265
+ }p.apiName {
266
+ font-size: 40px;
267
+ line-height: 30px;
268
+ font-weight: 500;
269
+ }.json-editor-container {
270
+ overflow: hidden;
271
+ border-bottom-right-radius: 0.3125rem;
272
+ border-bottom-left-radius: 0.3125rem;
273
+ }
274
+ .json-editor-container .json-editor-label {
275
+ font-size: 0.875rem;
276
+ font-weight: 600;
277
+ line-height: 1.25rem;
278
+ margin-bottom: 0.3125rem;
279
+ }
280
+ .json-editor-container .json-editor {
281
+ display: flex;
282
+ flex-direction: column;
283
+ background-color: #142452;
284
+ width: 100%;
285
+ outline: 1px solid transparent;
286
+ position: relative;
287
+ overflow: hidden;
288
+ }
289
+ .json-editor-container .json-editor .actions-container {
290
+ width: 100%;
291
+ height: 5rem;
292
+ padding: 1.25rem;
293
+ border-radius: 0 0 0.3125rem 0.3125rem;
294
+ background: #101e47;
295
+ display: flex;
296
+ flex-direction: row;
297
+ gap: 1.25rem;
298
+ align-items: center;
299
+ }
300
+ .json-editor-container .json-editor .actions-container .validate {
301
+ color: #fff;
302
+ text-align: center;
303
+ font-size: 1rem;
304
+ font-style: normal;
305
+ font-weight: 600;
306
+ line-height: 1.25rem;
307
+ width: 8.75rem;
308
+ padding: 0.625rem 2.25rem;
309
+ background-color: rgba(240, 248, 255, 0);
310
+ border-radius: 0.3125rem;
311
+ border: 0.0625rem solid #4d75d8;
312
+ cursor: pointer;
313
+ }
314
+ .json-editor-container .json-editor .actions-container .validate:disabled {
315
+ color: #babdcc;
316
+ border-color: #a2a5b6;
317
+ }
318
+ .json-editor-container .json-editor .actions-container .beautify {
319
+ color: #fff;
320
+ text-align: center;
321
+ font-size: 1rem;
322
+ font-style: normal;
323
+ font-weight: 600;
324
+ line-height: 1.25rem;
325
+ width: 8.75rem;
326
+ padding: 0.625rem 2.25rem;
327
+ background-color: rgba(240, 248, 255, 0);
328
+ border-radius: 0.3125rem;
329
+ border: 1px solid #babdcc;
330
+ cursor: pointer;
331
+ }
332
+ .json-editor-container .json-editor .actions-container .beautify:disabled {
333
+ color: #a2a5b6;
334
+ border-color: #a2a5b6;
335
+ }
336
+ .json-editor-container .json-editor textarea {
337
+ width: 100%;
338
+ padding: 1.25rem;
339
+ font-size: 0.875rem;
340
+ font-style: normal;
341
+ font-weight: 400;
342
+ line-height: 1.25rem;
343
+ color: white;
344
+ height: 25rem;
345
+ background-color: #142452;
346
+ border: none;
347
+ resize: none;
348
+ }
349
+ .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 {
350
+ outline: none;
351
+ border: none;
352
+ }
353
+ .json-editor-container .json-editor textarea::-webkit-scrollbar {
354
+ width: 0.5rem;
355
+ }
356
+ .json-editor-container .json-editor textarea::-webkit-scrollbar-track {
357
+ background-color: #828699;
358
+ border: none;
359
+ border-color: transparent;
360
+ border-top-left-radius: 0;
361
+ }
362
+ .json-editor-container .json-editor textarea::-webkit-scrollbar-thumb {
363
+ background-color: #d8dae5;
364
+ border: none;
365
+ border-color: transparent;
366
+ border-radius: 0;
367
+ }
368
+ .json-editor-container .json-editor.invalid {
369
+ outline: 1px solid #ce2828 !important;
370
+ }
371
+ .json-editor-container .error-message {
372
+ color: #ce2828;
373
+ font-size: 0.75rem;
374
+ line-height: 1.25rem;
375
+ margin-top: 0.625rem;
376
+ }
377
+ .json-editor-container.disabled .json-editor textarea {
378
+ background-color: white;
379
+ color: #12131a;
380
+ }.apiInfoForm {
381
+ display: grid;
382
+ padding: 1.25rem 1.875rem;
383
+ gap: 1.25rem;
384
+ }
385
+ .apiInfoForm .paramsTable .paramDescContainer {
386
+ display: flex;
387
+ }
388
+ .apiInfoForm .paramsTable .paramDescContainer .paramDescContainer_separator {
389
+ height: inherit;
390
+ width: 1px;
391
+ background-color: #d8dae5;
392
+ }
393
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn) svg path {
394
+ stroke-width: 0.1;
395
+ }
396
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn {
397
+ padding: 0;
398
+ margin-right: 1.25rem;
399
+ }
400
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) {
401
+ display: flex;
402
+ align-items: center;
403
+ padding: 0;
404
+ color: #12131a;
405
+ }
406
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
407
+ margin-block: auto;
408
+ }
409
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg path {
410
+ fill: #12131a;
411
+ }
412
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn {
547
413
  padding: 0;
548
- border: none;
549
414
  }
550
- .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-header .iconContainer .dropdownIcon),
551
- .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header .iconContainer .dropdownIcon) {
552
- display: none !important;
415
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
416
+ margin-block: auto;
553
417
  }
554
- .methodAccordion .methodAccordionContent .requestAccordion :global(.accordion-header),
555
- .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header) {
556
- cursor: default;
418
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg {
419
+ width: 1.125rem;
557
420
  }
558
- .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary {
421
+ .apiInfoForm .paramsTable .editDescTooltipContent {
559
422
  display: flex;
560
- align-items: center;
561
- }
562
- .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary :global(.multiSelectGroup .optionsList) {
563
- width: 8rem !important;
564
- min-width: 8rem !important;
423
+ flex-direction: column;
424
+ gap: 0.625rem;
425
+ padding-bottom: 0.625rem;
565
426
  }
566
- .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) {
567
- width: 8rem;
568
- margin-left: auto;
427
+ .apiInfoForm .paramsTable .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
428
+ margin-inline: 0.625rem;
569
429
  }
570
- .methodAccordion .methodAccordionContent .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) :global(.selectDisplay) {
571
- height: 2.0625rem !important;
572
- min-height: 2.0625rem !important;
573
- padding: 0;
574
- padding-left: 0.625rem;
430
+ .apiInfoForm .paramsTable .editDescTooltipContent .editDescTooltipContent_header {
431
+ font-weight: 600;
432
+ font-size: 0.875rem;
433
+ line-height: 1.25rem;
434
+ padding: 0.75rem 1.25rem;
435
+ border-bottom: 1px solid #d8dae5;
575
436
  }
576
- .methodAccordion .methodAccordionContent .responseAccordion :global(.accordion-header) {
577
- overflow: visible;
578
- cursor: default;
437
+ .apiInfoForm .paramsTable :global(.requiredParam) :global(.headContainer)::after {
438
+ content: "*";
439
+ color: red;
440
+ transform: translateX(0.125rem);
579
441
  }
580
- .methodAccordion .methodAccordionContent .responseAccordion .statusCodeOptionContainer {
442
+ .apiInfoForm .apiDocRow {
581
443
  display: grid;
582
- grid-template-columns: min-content min-content;
583
- align-items: center;
444
+ grid-template-columns: 1fr 1fr;
445
+ gap: 1.25rem;
446
+ }
447
+ .apiInfoForm .apiInfoForm_tagsChips {
448
+ margin-top: -1.25rem;
449
+ }
450
+ .apiInfoForm .editDescTooltipContent {
451
+ display: flex;
452
+ flex-direction: column;
584
453
  gap: 0.625rem;
454
+ padding-bottom: 0.625rem;
585
455
  }
586
- .methodAccordion .methodAccordionContent .responseAccordion .statusCodeOptionContainer .statusCodeOptionCircle {
587
- width: 0.625rem;
588
- aspect-ratio: 1/1;
589
- border-radius: 100%;
456
+ .apiInfoForm .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
457
+ margin-inline: 0.625rem;
458
+ }
459
+ .apiInfoForm .editDescTooltipContent .editDescTooltipContent_header {
460
+ font-weight: 600;
461
+ font-size: 0.875rem;
462
+ line-height: 1.25rem;
463
+ padding: 0.75rem 1.25rem;
464
+ border-bottom: 1px solid #d8dae5;
465
+ }
466
+ .apiInfoForm :global(.requiredParam) :global(.headContainer)::after {
467
+ content: "*";
468
+ color: red;
469
+ transform: translateX(0.125rem);
590
470
  }.containerTitleDrawer {
591
471
  height: 64px;
592
472
  min-height: 64px;
@@ -610,100 +490,235 @@
610
490
  }
611
491
  .containerTitleDrawer .closeIcon {
612
492
  cursor: pointer;
613
- }.apiInfoForm {
614
- display: grid;
615
- padding: 1.25rem 1.875rem;
616
- gap: 1.25rem;
493
+ }:root {
494
+ --white: #fff;
495
+ --Gray-5: #f1f2f6;
496
+ --Gray-10: #ebecf2;
497
+ --Gray-20: #d8dae5;
498
+ --Gray-30: #babdcc;
499
+ --Gray-40: #9a9eb2;
500
+ --Gray-50: #828699;
501
+ --Gray-60: #696c80;
502
+ --Gray-100: #12131a;
503
+ --black: #000;
504
+ --primary-static: #4d75d8;
505
+ --primary-hover: #7c9bea;
506
+ --primary-active: #2c4fa4;
507
+ --primary-disabled: #9a9eb2;
508
+ --secondary-static: #40e0d0;
509
+ --secondary-hover: #9efcf2;
510
+ --secondary-active: #2fa599;
511
+ --error-static: #da3f3f;
512
+ --error-hover: #e75d5d;
513
+ --error-active: #bb3232;
514
+ --success-static: #3aaa35;
515
+ --success-hover: #5cda56;
516
+ --success-active: #2a8a25;
517
+ --info-static: #c6c6c6;
518
+ --info-hover: #e4e4e4;
519
+ --info-active: #979797;
520
+ --warning-static: #faad14;
521
+ --warning-hover: #f9be4a;
522
+ --warning-active: #db9711;
523
+ --action-static: #142452;
524
+ --action-hover: #21387d;
525
+ --action-active: #000000;
526
+ --color-info-primary: #3a6cd1;
527
+ --primary-font-color: #142452;
528
+ --placeholder-font-color: #babdcc;
529
+ --warning-font-color: #ce2828;
530
+ --alert-error: #da3f3f;
531
+ --alert-light-error: #f4c5c5;
532
+ --alert-success: #3aaa35;
533
+ --alert-light-success: #c4e5c2;
534
+ --alert-info: #8eaaf1;
535
+ --alert-light-info: #c4d3f1;
536
+ --alert-warning: #faad14;
537
+ --alert-light-warning: #fde6b8;
538
+ --border-focus: #3a6cd1;
539
+ --tooltip-background-color: #202f5b;
540
+ --text-color-primary: #142452;
541
+ --text-color-secondary: #ffff;
542
+ --text-color-neutral: #828699;
543
+ --text-color-tertiary: #808080;
544
+ --text-color-note: #242424;
545
+ --text-color-quaternary: #142452;
546
+ --text-color-disabled: #ffff;
547
+ --background-color-white-primary: #fff;
548
+ --background-color-light-primary: #8eaaf1;
549
+ --background-color-white-secondary: #fff;
550
+ --background-color-primary-dark: #142452;
551
+ --background-color-gray-5: #f1f2f6;
552
+ --background-color-gray-30: #ebecf2;
553
+ --background-color-tertiary-light: #2c4fa4;
554
+ --background-color-gray-10: #f1f2f6;
555
+ --background-color-gray-40: #ebecf2;
556
+ --background-color-light-blue: #dfe7f8;
557
+ --border-color-primary: #babdcc;
558
+ --border-color-secondary: #d8dae5;
559
+ --border-color-neutral: #ebecf2;
560
+ --border-color-tertiary: #ebecf2;
561
+ --border-color-gray: #ebecf2;
562
+ --border-color-hover: #142452;
563
+ --border-color-active: #3a6cd1;
564
+ --icon-color-main: #142452;
565
+ --icon-color-secondary: #000;
566
+ --icon-color-quaternary: #babdcc;
567
+ --icon-color-disabled: #9a9eb2;
568
+ --link-btn-primary-color: #3a6cd1;
569
+ --button-color-static: #4d75d8;
570
+ --button-color-hover: #7c9bea;
571
+ --button-color-active: #2c4fa4;
572
+ --alert-natural: #c4d3f1;
617
573
  }
618
- .apiInfoForm .paramsTable .paramDescContainer {
619
- display: flex;
574
+
575
+ .tableSectionContainer .tableContainer {
576
+ max-width: 100%;
577
+ overflow-x: overlay;
620
578
  }
621
- .apiInfoForm .paramsTable .paramDescContainer .paramDescContainer_separator {
622
- height: inherit;
623
- width: 1px;
624
- background-color: #d8dae5;
579
+ .tableSectionContainer .tableContainer.tableContainer * {
580
+ font-family: "Cairo";
625
581
  }
626
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn) svg path {
627
- stroke-width: 0.1;
582
+ .tableSectionContainer .tableContainer .table {
583
+ width: 100%;
584
+ border-spacing: 0;
585
+ border: none;
586
+ border-right: 1px solid var(--border-color-neutral);
587
+ border-left: 1px solid var(--border-color-neutral);
628
588
  }
629
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn {
630
- padding: 0;
631
- margin-right: 1.25rem;
589
+ .tableSectionContainer .tableContainer .table.borderRadiusTop {
590
+ border-top-left-radius: 0.625rem;
591
+ border-top-right-radius: 0.625rem;
632
592
  }
633
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) {
593
+ .tableSectionContainer .tableContainer .table.borderRadiusBottom {
594
+ border-bottom-left-radius: 0.625rem;
595
+ border-bottom-right-radius: 0.625rem;
596
+ }
597
+ .tableSectionContainer .tableContainer .table .tableHead {
598
+ border: 1px solid var(--Gray-10);
599
+ margin: 0rem !important;
600
+ background-color: var(--background-color-header);
601
+ width: max-content;
602
+ min-width: 100%;
603
+ color: var(--Gray-50);
604
+ font-weight: 400;
605
+ }
606
+ .tableSectionContainer .tableContainer .table .tableHead .tableHeadCell {
607
+ border-bottom: 1px solid var(--border-color-neutral);
608
+ border-top: 1px solid var(--border-color-neutral);
609
+ font-style: normal;
610
+ font-size: 0.875rem;
611
+ padding: 0.75rem 1.875rem;
612
+ text-align: start;
613
+ white-space: nowrap;
614
+ color: inherit;
615
+ font-weight: inherit;
616
+ }
617
+ .tableSectionContainer .tableContainer .table .tableHead .tableHeadCell .sortIcon {
618
+ padding: 0rem 0.25rem;
619
+ height: 1.875rem;
620
+ cursor: pointer;
621
+ }
622
+ .tableSectionContainer .tableContainer .table .tableHead .headContainer {
634
623
  display: flex;
624
+ flex-direction: row;
635
625
  align-items: center;
636
- padding: 0;
637
- color: #12131a;
626
+ text-overflow: ellipsis;
627
+ }
628
+ .tableSectionContainer .tableContainer .table .tableBody tr {
629
+ background-color: var(--background-color-white-secondary);
630
+ overflow: visible !important;
631
+ }
632
+ .tableSectionContainer .tableContainer .table .tableBody tr .tippy-content {
633
+ background-color: var(--border-color-hover);
634
+ color: var(--text-color-disabled);
635
+ border-radius: 5px;
636
+ font-size: 14px;
637
+ font-weight: 400;
638
+ line-height: 20px;
639
+ text-align: left;
640
+ }
641
+ .tableSectionContainer .tableContainer .table .tableBody tr .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
642
+ color: var(--border-color-hover);
643
+ }
644
+ .tableSectionContainer .tableContainer .table .tableBody tr.rowSelected {
645
+ background-color: var(--background-color-gray-40);
646
+ }
647
+ .tableSectionContainer .tableContainer .table .tableBody tr td {
648
+ font-weight: 400;
649
+ font-size: 0.875rem;
650
+ text-align: start;
651
+ color: var(--text-color-primary);
652
+ border-bottom: 1px solid var(--border-color-gray);
653
+ width: max-content;
654
+ white-space: nowrap;
655
+ height: 3.75rem;
656
+ padding: 0.75rem 1.875rem;
657
+ overflow: visible !important;
638
658
  }
639
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
640
- margin-block: auto;
659
+ .tableSectionContainer .tableContainer .table .tableBody tr td .tableData {
660
+ max-width: 100%;
661
+ width: fit-content;
662
+ white-space: nowrap;
663
+ text-overflow: ellipsis;
664
+ overflow: visible !important;
641
665
  }
642
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg path {
643
- fill: #12131a;
666
+ .tableSectionContainer .tableContainer .table .tableBody tr:hover {
667
+ background-color: var(--background-color-gray-10);
644
668
  }
645
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn {
646
- padding: 0;
669
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow {
670
+ background-color: var(--background-color-white-secondary);
671
+ height: 4.375rem;
647
672
  }
648
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
649
- margin-block: auto;
673
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow:hover {
674
+ background-color: var(--background-color-white-secondary);
650
675
  }
651
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg {
652
- width: 1.125rem;
676
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer {
677
+ width: 100%;
678
+ height: 100%;
679
+ color: var(--text-color-quaternary);
653
680
  }
654
- .apiInfoForm .paramsTable .editDescTooltipContent {
681
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer {
655
682
  display: flex;
656
- flex-direction: column;
657
- gap: 0.625rem;
658
- padding-bottom: 0.625rem;
659
- }
660
- .apiInfoForm .paramsTable .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
661
- margin-inline: 0.625rem;
683
+ flex-direction: row;
684
+ align-items: center;
685
+ justify-content: center;
686
+ width: 100%;
687
+ height: 100%;
662
688
  }
663
- .apiInfoForm .paramsTable .editDescTooltipContent .editDescTooltipContent_header {
664
- font-weight: 600;
689
+ .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer .fallbackText {
690
+ font-style: normal;
691
+ font-weight: 400;
665
692
  font-size: 0.875rem;
666
693
  line-height: 1.25rem;
667
- padding: 0.75rem 1.25rem;
668
- border-bottom: 1px solid #d8dae5;
669
694
  }
670
- .apiInfoForm .paramsTable :global(.requiredParam) :global(.headContainer)::after {
671
- content: "*";
672
- color: red;
673
- transform: translateX(0.125rem);
674
- }
675
- .apiInfoForm .apiDocRow {
676
- display: grid;
677
- grid-template-columns: 1fr 1fr;
678
- gap: 1.25rem;
679
- }
680
- .apiInfoForm .apiInfoForm_tagsChips {
681
- margin-top: -1.25rem;
695
+ .tableSectionContainer .tableContainer .table th,
696
+ .tableSectionContainer .tableContainer .table td {
697
+ text-align: left;
682
698
  }
683
- .apiInfoForm .editDescTooltipContent {
699
+ .tableSectionContainer .tableFooterContainer {
684
700
  display: flex;
685
- flex-direction: column;
686
- gap: 0.625rem;
687
- padding-bottom: 0.625rem;
701
+ width: 100%;
702
+ height: auto;
688
703
  }
689
- .apiInfoForm .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
690
- margin-inline: 0.625rem;
704
+ .tableSectionContainer .ascArrow {
705
+ height: 0.8125rem;
706
+ margin-bottom: 0.4375rem;
707
+ cursor: pointer;
691
708
  }
692
- .apiInfoForm .editDescTooltipContent .editDescTooltipContent_header {
693
- font-weight: 600;
694
- font-size: 0.875rem;
695
- line-height: 1.25rem;
696
- padding: 0.75rem 1.25rem;
697
- border-bottom: 1px solid #d8dae5;
709
+ .tableSectionContainer .descArrow {
710
+ height: 0.8125rem;
711
+ margin-top: 0.4375rem;
712
+ cursor: pointer;
698
713
  }
699
- .apiInfoForm :global(.requiredParam) :global(.headContainer)::after {
700
- content: "*";
701
- color: red;
702
- transform: translateX(0.125rem);
703
- }p.apiName {
704
- font-size: 40px;
705
- line-height: 30px;
706
- font-weight: 500;
714
+ .tableSectionContainer .defaultSortArrow {
715
+ height: 1.25rem;
716
+ cursor: pointer;
717
+ }
718
+ .tableSectionContainer .ascArrow path,
719
+ .tableSectionContainer .descArrow path,
720
+ .tableSectionContainer .defaultSortArrow path {
721
+ fill: var(--Gray-50);
707
722
  }.chips-container {
708
723
  width: 100%;
709
724
  }
@@ -819,6 +834,83 @@
819
834
  }
820
835
  .chips-container .show-btn:active .show-btn-icon-container .show-btn-icon path {
821
836
  fill: #2c4fa4;
837
+ }#common-dialog.dialog-content-wrapper {
838
+ overflow: visible !important;
839
+ max-height: 100%;
840
+ width: 22.1875rem;
841
+ }
842
+ #common-dialog.dialog-content-wrapper .dialog-content-root {
843
+ overflow: visible !important;
844
+ border-radius: 0.625rem;
845
+ max-height: 100%;
846
+ }
847
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content {
848
+ padding: 0 1.875rem !important;
849
+ overflow: visible !important;
850
+ max-height: 100%;
851
+ }
852
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog {
853
+ position: relative;
854
+ }
855
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .close-icon {
856
+ position: absolute;
857
+ z-index: 1;
858
+ top: 1.5rem;
859
+ right: 0;
860
+ transform: translate(0.625rem, -0.625rem);
861
+ cursor: pointer;
862
+ }
863
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header {
864
+ display: flex;
865
+ padding-top: 0.5rem;
866
+ position: relative;
867
+ }
868
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon {
869
+ margin-top: 1rem;
870
+ margin-bottom: 1.5rem;
871
+ margin-inline: auto;
872
+ }
873
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info path {
874
+ stroke: #12131a;
875
+ }
876
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line {
877
+ stroke: #12131a;
878
+ }
879
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line + path {
880
+ fill: #12131a;
881
+ }
882
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning path {
883
+ stroke: #faad14;
884
+ }
885
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning line {
886
+ stroke: #faad14;
887
+ }
888
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error path {
889
+ stroke: #da3f3f;
890
+ }
891
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line {
892
+ stroke: #da3f3f;
893
+ }
894
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line + path {
895
+ fill: #da3f3f;
896
+ }
897
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title {
898
+ font-size: 1.5rem;
899
+ font-weight: 500;
900
+ line-height: 1.875rem;
901
+ text-align: center;
902
+ margin-bottom: 0.625rem;
903
+ }
904
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.error-title {
905
+ color: #da3f3f;
906
+ }
907
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.warning-title {
908
+ color: #faad14;
909
+ }
910
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-footer {
911
+ display: flex;
912
+ gap: 1.25rem;
913
+ margin-top: 1.875rem;
822
914
  }:root {
823
915
  --white: #fff;
824
916
  --Gray-5: #f1f2f6;
@@ -924,83 +1016,6 @@
924
1016
  }
925
1017
  .drawerItemContainer .color-red {
926
1018
  color: var(--color-error);
927
- }#common-dialog.dialog-content-wrapper {
928
- overflow: visible !important;
929
- max-height: 100%;
930
- width: 22.1875rem;
931
- }
932
- #common-dialog.dialog-content-wrapper .dialog-content-root {
933
- overflow: visible !important;
934
- border-radius: 0.625rem;
935
- max-height: 100%;
936
- }
937
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content {
938
- padding: 0 1.875rem !important;
939
- overflow: visible !important;
940
- max-height: 100%;
941
- }
942
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog {
943
- position: relative;
944
- }
945
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .close-icon {
946
- position: absolute;
947
- z-index: 1;
948
- top: 1.5rem;
949
- right: 0;
950
- transform: translate(0.625rem, -0.625rem);
951
- cursor: pointer;
952
- }
953
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header {
954
- display: flex;
955
- padding-top: 0.5rem;
956
- position: relative;
957
- }
958
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon {
959
- margin-top: 1rem;
960
- margin-bottom: 1.5rem;
961
- margin-inline: auto;
962
- }
963
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info path {
964
- stroke: #12131a;
965
- }
966
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line {
967
- stroke: #12131a;
968
- }
969
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line + path {
970
- fill: #12131a;
971
- }
972
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning path {
973
- stroke: #faad14;
974
- }
975
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning line {
976
- stroke: #faad14;
977
- }
978
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error path {
979
- stroke: #da3f3f;
980
- }
981
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line {
982
- stroke: #da3f3f;
983
- }
984
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line + path {
985
- fill: #da3f3f;
986
- }
987
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title {
988
- font-size: 1.5rem;
989
- font-weight: 500;
990
- line-height: 1.875rem;
991
- text-align: center;
992
- margin-bottom: 0.625rem;
993
- }
994
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.error-title {
995
- color: #da3f3f;
996
- }
997
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.warning-title {
998
- color: #faad14;
999
- }
1000
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-footer {
1001
- display: flex;
1002
- gap: 1.25rem;
1003
- margin-top: 1.875rem;
1004
1019
  }.tooltip-custom-wrapper {
1005
1020
  display: flex;
1006
1021
  }