@digi-frontend/dgate-api-documentation 1.4.93 → 1.4.95

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/index.css CHANGED
@@ -1,2730 +1,5 @@
1
- /* node_modules/tippy.js/dist/tippy.css */
2
- .tippy-box[data-animation=fade][data-state=hidden] {
3
- opacity: 0;
4
- }
5
- [data-tippy-root] {
6
- max-width: calc(100vw - 10px);
7
- }
8
- .tippy-box {
9
- position: relative;
10
- background-color: #333;
11
- color: #fff;
12
- border-radius: 4px;
13
- font-size: 14px;
14
- line-height: 1.4;
15
- white-space: normal;
16
- outline: 0;
17
- transition-property:
18
- transform,
19
- visibility,
20
- opacity;
21
- }
22
- .tippy-box[data-placement^=top] > .tippy-arrow {
23
- bottom: 0;
24
- }
25
- .tippy-box[data-placement^=top] > .tippy-arrow:before {
26
- bottom: -7px;
27
- left: 0;
28
- border-width: 8px 8px 0;
29
- border-top-color: initial;
30
- transform-origin: center top;
31
- }
32
- .tippy-box[data-placement^=bottom] > .tippy-arrow {
33
- top: 0;
34
- }
35
- .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
36
- top: -7px;
37
- left: 0;
38
- border-width: 0 8px 8px;
39
- border-bottom-color: initial;
40
- transform-origin: center bottom;
41
- }
42
- .tippy-box[data-placement^=left] > .tippy-arrow {
43
- right: 0;
44
- }
45
- .tippy-box[data-placement^=left] > .tippy-arrow:before {
46
- border-width: 8px 0 8px 8px;
47
- border-left-color: initial;
48
- right: -7px;
49
- transform-origin: center left;
50
- }
51
- .tippy-box[data-placement^=right] > .tippy-arrow {
52
- left: 0;
53
- }
54
- .tippy-box[data-placement^=right] > .tippy-arrow:before {
55
- left: -7px;
56
- border-width: 8px 8px 8px 0;
57
- border-right-color: initial;
58
- transform-origin: center right;
59
- }
60
- .tippy-box[data-inertia][data-state=visible] {
61
- transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
62
- }
63
- .tippy-arrow {
64
- width: 16px;
65
- height: 16px;
66
- color: #333;
67
- }
68
- .tippy-arrow:before {
69
- content: "";
70
- position: absolute;
71
- border-color: transparent;
72
- border-style: solid;
73
- }
74
- .tippy-content {
75
- position: relative;
76
- padding: 5px 9px;
77
- z-index: 1;
78
- }
79
-
80
- /* esbuild-sass-plugin:css-chunk:src/components/Tooltip/Tooltip.scss */
81
- ._tooltip-custom-wrapper_15gks_1 {
82
- display: flex;
83
- }
84
- [data-tippy-root] {
85
- z-index: 2 !important;
86
- }
87
- ._tippy-box_15gks_9 {
88
- background-color: #202f5b;
89
- font-size: 0.875rem;
90
- border-radius: 0.3125rem;
91
- width: max-content;
92
- max-width: 100%;
93
- overflow-wrap: break-word;
94
- word-break: break-word;
95
- position: relative;
96
- border: 1px solid #d8dae5;
97
- z-index: 2;
98
- }
99
- ._tippy-box_15gks_9._function_15gks_21 ._tippy-content_15gks_21 {
100
- background-color: #fff !important;
101
- color: #000 !important;
102
- }
103
- ._tippy-box_15gks_9._function_15gks_21[data-placement] > ._tippy-arrow_15gks_25:before {
104
- color: #fff !important;
105
- }
106
- ._tippy-box_15gks_9._info_15gks_28 ._tippy-arrow_15gks_25 {
107
- color: #202f5b;
108
- }
109
- ._tippy-box_15gks_9._success_15gks_31 {
110
- border-radius: 1.875rem;
111
- background-color: #3aaa35;
112
- padding-inline: 0.625rem;
113
- }
114
- ._tippy-box_15gks_9 ._tippy-content_15gks_21 {
115
- text-align: justify;
116
- font-size: 0.875rem;
117
- line-height: 1.25rem;
118
- padding: 0.625rem;
119
- }
120
- ._tippy-box_15gks_9 ._tippy-arrow_15gks_25 {
121
- position: relative;
122
- width: 1rem;
123
- height: 1rem;
124
- }
125
- ._tippy-box_15gks_9[data-placement^=top] ._tippy-arrow_15gks_25:before {
126
- bottom: -0.4375rem;
127
- border-width: 0.5rem 0.5rem 0 !important;
128
- }
129
- ._tippy-box_15gks_9[data-placement^=right] ._tippy-arrow_15gks_25:before {
130
- left: -0.4375rem;
131
- border-width: 0.5rem 0.5rem 0.5rem 0 !important;
132
- }
133
- ._tippy-box_15gks_9[data-placement^=bottom] ._tippy-arrow_15gks_25:before {
134
- top: -0.4375rem;
135
- border-width: 0 0.5rem 0.5rem !important;
136
- }
137
- ._tippy-box_15gks_9[data-placement^=left] ._tippy-arrow_15gks_25:before {
138
- right: -0.4375rem;
139
- border-width: 0.5rem 0 0.5rem 0.5rem !important;
140
- }
141
- ._tippy-box_15gks_9[data-placement^=bottom-start] ._tippy-arrow_15gks_25 {
142
- transform: translate(0.937rem, 0) !important;
143
- }
144
- ._tippy-box_15gks_9[data-placement^=bottom-end] ._tippy-arrow_15gks_25 {
145
- margin-left: calc(100% - 1.937rem);
146
- transform: translate(0, 0) !important;
147
- }
148
- ._tippy-box_15gks_9[data-placement^=top-start] ._tippy-arrow_15gks_25 {
149
- transform: translate(0.937rem, 0) !important;
150
- }
151
- ._tippy-box_15gks_9[data-placement^=top-end] ._tippy-arrow_15gks_25 {
152
- transform: translate(0.937rem, 0) !important;
153
- }
154
- ._tippy-box_15gks_9._arrow-with-border_15gks_76 {
155
- border: 1px solid #d8dae5;
156
- }
157
- ._tippy-box_15gks_9._arrow-with-border_15gks_76[data-placement] ._tippy-arrow_15gks_25 {
158
- top: 1px;
159
- background-color: white;
160
- z-index: 2;
161
- height: 1px;
162
- }
163
- ._tippy-box_15gks_9._arrow-with-border_15gks_76[data-placement] ._tippy-arrow_15gks_25:before {
164
- width: 0.625rem;
165
- height: 0.625rem;
166
- background-color: white;
167
- transform: rotate(45deg);
168
- border: none;
169
- border-left: 1px solid #d8dae5 !important;
170
- border-top: 1px solid #d8dae5 !important;
171
- z-index: 2;
172
- top: -0.45rem;
173
- transform-origin: center !important;
174
- }
175
-
176
- /* esbuild-sass-plugin:css-chunk:src/components/SimpleLabelValue/style.scss */
177
- :root {
178
- --white: #fff;
179
- --Gray-5: #f1f2f6;
180
- --Gray-10: #ebecf2;
181
- --Gray-20: #d8dae5;
182
- --Gray-30: #babdcc;
183
- --Gray-40: #9a9eb2;
184
- --Gray-50: #828699;
185
- --Gray-60: #696c80;
186
- --Gray-100: #12131a;
187
- --black: #000;
188
- --primary-static: #4d75d8;
189
- --primary-hover: #7c9bea;
190
- --primary-active: #2c4fa4;
191
- --primary-disabled: #9a9eb2;
192
- --secondary-static: #40e0d0;
193
- --secondary-hover: #9efcf2;
194
- --secondary-active: #2fa599;
195
- --error-static: #da3f3f;
196
- --error-hover: #e75d5d;
197
- --error-active: #bb3232;
198
- --success-static: #3aaa35;
199
- --success-hover: #5cda56;
200
- --success-active: #2a8a25;
201
- --info-static: #c6c6c6;
202
- --info-hover: #e4e4e4;
203
- --info-active: #979797;
204
- --warning-static: #faad14;
205
- --warning-hover: #f9be4a;
206
- --warning-active: #db9711;
207
- --action-static: #142452;
208
- --action-hover: #21387d;
209
- --action-active: #000000;
210
- --color-info-primary: #3a6cd1;
211
- --primary-font-color: #142452;
212
- --placeholder-font-color: #babdcc;
213
- --warning-font-color: #ce2828;
214
- --alert-error: #da3f3f;
215
- --alert-light-error: #f4c5c5;
216
- --alert-success: #3aaa35;
217
- --alert-light-success: #c4e5c2;
218
- --alert-info: #8eaaf1;
219
- --alert-light-info: #c4d3f1;
220
- --alert-warning: #faad14;
221
- --alert-light-warning: #fde6b8;
222
- --border-focus: #3a6cd1;
223
- --tooltip-background-color: #202f5b;
224
- --text-color-primary: #142452;
225
- --text-color-secondary: #ffff;
226
- --text-color-neutral: #828699;
227
- --text-color-tertiary: #808080;
228
- --text-color-note: #242424;
229
- --text-color-quaternary: #142452;
230
- --text-color-disabled: #ffff;
231
- --background-color-white-primary: #fff;
232
- --background-color-light-primary: #8eaaf1;
233
- --background-color-white-secondary: #fff;
234
- --background-color-primary-dark: #142452;
235
- --background-color-gray-5: #f1f2f6;
236
- --background-color-gray-30: #ebecf2;
237
- --background-color-tertiary-light: #2c4fa4;
238
- --background-color-gray-10: #f1f2f6;
239
- --background-color-gray-40: #ebecf2;
240
- --background-color-light-blue: #dfe7f8;
241
- --border-color-primary: #babdcc;
242
- --border-color-secondary: #d8dae5;
243
- --border-color-neutral: #ebecf2;
244
- --border-color-tertiary: #ebecf2;
245
- --border-color-gray: #ebecf2;
246
- --border-color-hover: #142452;
247
- --border-color-active: #3a6cd1;
248
- --icon-color-main: #142452;
249
- --icon-color-secondary: #000;
250
- --icon-color-quaternary: #babdcc;
251
- --icon-color-disabled: #9a9eb2;
252
- --link-btn-primary-color: #3a6cd1;
253
- --button-color-static: #4d75d8;
254
- --button-color-hover: #7c9bea;
255
- --button-color-active: #2c4fa4;
256
- --alert-natural: #c4d3f1;
257
- }
258
- ._drawerItemContainer_pjdii_83 {
259
- display: flex;
260
- flex-direction: column;
261
- }
262
- ._drawerItemContainer_pjdii_83 ._title_pjdii_87 {
263
- color: #000;
264
- font-weight: 600;
265
- font-size: 24px;
266
- line-height: 35px;
267
- margin-bottom: 3px;
268
- margin-top: 1.5rem;
269
- }
270
- ._drawerItemContainer_pjdii_83 ._text_pjdii_95 {
271
- color: #000;
272
- font-weight: 400;
273
- font-size: 24px;
274
- line-height: 25px;
275
- }
276
- ._drawerItemContainer_pjdii_83 ._color-green_pjdii_101 {
277
- color: var(--color-success);
278
- }
279
- ._drawerItemContainer_pjdii_83 ._color-red_pjdii_104 {
280
- color: var(--color-error);
281
- }
282
-
283
- /* esbuild-sass-plugin:css-chunk:src/components/table/style.scss */
284
- :root {
285
- --white: #fff;
286
- --Gray-5: #f1f2f6;
287
- --Gray-10: #ebecf2;
288
- --Gray-20: #d8dae5;
289
- --Gray-30: #babdcc;
290
- --Gray-40: #9a9eb2;
291
- --Gray-50: #828699;
292
- --Gray-60: #696c80;
293
- --Gray-100: #12131a;
294
- --black: #000;
295
- --primary-static: #4d75d8;
296
- --primary-hover: #7c9bea;
297
- --primary-active: #2c4fa4;
298
- --primary-disabled: #9a9eb2;
299
- --secondary-static: #40e0d0;
300
- --secondary-hover: #9efcf2;
301
- --secondary-active: #2fa599;
302
- --error-static: #da3f3f;
303
- --error-hover: #e75d5d;
304
- --error-active: #bb3232;
305
- --success-static: #3aaa35;
306
- --success-hover: #5cda56;
307
- --success-active: #2a8a25;
308
- --info-static: #c6c6c6;
309
- --info-hover: #e4e4e4;
310
- --info-active: #979797;
311
- --warning-static: #faad14;
312
- --warning-hover: #f9be4a;
313
- --warning-active: #db9711;
314
- --action-static: #142452;
315
- --action-hover: #21387d;
316
- --action-active: #000000;
317
- --color-info-primary: #3a6cd1;
318
- --primary-font-color: #142452;
319
- --placeholder-font-color: #babdcc;
320
- --warning-font-color: #ce2828;
321
- --alert-error: #da3f3f;
322
- --alert-light-error: #f4c5c5;
323
- --alert-success: #3aaa35;
324
- --alert-light-success: #c4e5c2;
325
- --alert-info: #8eaaf1;
326
- --alert-light-info: #c4d3f1;
327
- --alert-warning: #faad14;
328
- --alert-light-warning: #fde6b8;
329
- --border-focus: #3a6cd1;
330
- --tooltip-background-color: #202f5b;
331
- --text-color-primary: #142452;
332
- --text-color-secondary: #ffff;
333
- --text-color-neutral: #828699;
334
- --text-color-tertiary: #808080;
335
- --text-color-note: #242424;
336
- --text-color-quaternary: #142452;
337
- --text-color-disabled: #ffff;
338
- --background-color-white-primary: #fff;
339
- --background-color-light-primary: #8eaaf1;
340
- --background-color-white-secondary: #fff;
341
- --background-color-primary-dark: #142452;
342
- --background-color-gray-5: #f1f2f6;
343
- --background-color-gray-30: #ebecf2;
344
- --background-color-tertiary-light: #2c4fa4;
345
- --background-color-gray-10: #f1f2f6;
346
- --background-color-gray-40: #ebecf2;
347
- --background-color-light-blue: #dfe7f8;
348
- --border-color-primary: #babdcc;
349
- --border-color-secondary: #d8dae5;
350
- --border-color-neutral: #ebecf2;
351
- --border-color-tertiary: #ebecf2;
352
- --border-color-gray: #ebecf2;
353
- --border-color-hover: #142452;
354
- --border-color-active: #3a6cd1;
355
- --icon-color-main: #142452;
356
- --icon-color-secondary: #000;
357
- --icon-color-quaternary: #babdcc;
358
- --icon-color-disabled: #9a9eb2;
359
- --link-btn-primary-color: #3a6cd1;
360
- --button-color-static: #4d75d8;
361
- --button-color-hover: #7c9bea;
362
- --button-color-active: #2c4fa4;
363
- --alert-natural: #c4d3f1;
364
- }
365
- #_EnumButton_tmib1_1 {
366
- display: flex;
367
- justify-content: center;
368
- align-items: center;
369
- border: 0.0375rem solid #babdcc;
370
- border-radius: 0.3125rem;
371
- }
372
- div._endBtnIcon_tmib1_91 {
373
- align-self: center !important;
374
- }
375
- ._methodDescForEnum_tmib1_95 {
376
- width: 16.875rem !important;
377
- }
378
- ._select-inputs_tmib1_99 {
379
- display: flex;
380
- flex-direction: row;
381
- gap: 0.625rem;
382
- }
383
- ._addEnumButton_tmib1_105 {
384
- color: #4d75d8 !important;
385
- display: flex;
386
- flex-direction: row;
387
- align-items: center;
388
- font-size: 0.9375rem;
389
- font-weight: 400;
390
- font-family: "Cairo";
391
- gap: 0.3125rem;
392
- cursor: pointer;
393
- }
394
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 {
395
- max-width: 100%;
396
- overflow-x: overlay;
397
- }
398
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117._tableContainer_tmib1_117 * {
399
- font-family: "Cairo";
400
- }
401
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 {
402
- width: 100%;
403
- border-spacing: 0;
404
- border: none;
405
- border-right: 1px solid var(--border-color-neutral);
406
- border-left: 1px solid var(--border-color-neutral);
407
- }
408
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117._borderRadiusTop_tmib1_131 {
409
- border-top-left-radius: 0.625rem;
410
- border-top-right-radius: 0.625rem;
411
- }
412
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117._borderRadiusBottom_tmib1_135 {
413
- border-bottom-left-radius: 0.625rem;
414
- border-bottom-right-radius: 0.625rem;
415
- }
416
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableHead_tmib1_139 {
417
- border: 1px solid var(--Gray-10);
418
- margin: 0rem !important;
419
- background-color: #f8f9fb;
420
- width: max-content;
421
- min-width: 100%;
422
- color: var(--Gray-50);
423
- font-weight: 400;
424
- }
425
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableHead_tmib1_139 ._tableHeadCell_tmib1_148 {
426
- border-bottom: 1px solid var(--border-color-neutral);
427
- border-top: 1px solid var(--border-color-neutral);
428
- font-style: normal;
429
- font-size: 0.875rem;
430
- padding: 0.75rem 1.875rem;
431
- text-align: start;
432
- white-space: nowrap;
433
- color: inherit;
434
- font-weight: inherit;
435
- }
436
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableHead_tmib1_139 ._tableHeadCell_tmib1_148 ._sortIcon_tmib1_159 {
437
- padding: 0rem 0.25rem;
438
- height: 1.875rem;
439
- cursor: pointer;
440
- }
441
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableHead_tmib1_139 ._headContainer_tmib1_164 {
442
- display: flex;
443
- flex-direction: row;
444
- align-items: center;
445
- text-overflow: ellipsis;
446
- }
447
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 tr {
448
- background-color: var(--background-color-white-secondary);
449
- overflow: visible !important;
450
- }
451
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 tr ._tippy-content_tmib1_174 {
452
- background-color: var(--border-color-hover);
453
- color: var(--text-color-disabled);
454
- border-radius: 5px;
455
- font-size: 14px;
456
- font-weight: 400;
457
- line-height: 20px;
458
- text-align: left;
459
- }
460
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 tr ._tippy-box_tmib1_183[data-placement^=bottom] > ._tippy-arrow_tmib1_183:before {
461
- color: var(--border-color-hover);
462
- }
463
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 tr._rowSelected_tmib1_186 {
464
- background-color: var(--background-color-gray-40);
465
- }
466
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 tr td {
467
- font-weight: 400;
468
- font-size: 0.875rem;
469
- text-align: start;
470
- color: var(--text-color-primary);
471
- border-bottom: 1px solid var(--border-color-gray);
472
- width: max-content;
473
- white-space: nowrap;
474
- height: 3.75rem;
475
- padding: 0.75rem 1.875rem;
476
- overflow: visible !important;
477
- }
478
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 tr td ._tableData_tmib1_201 {
479
- max-width: 100%;
480
- width: fit-content;
481
- white-space: nowrap;
482
- text-overflow: ellipsis;
483
- overflow: visible !important;
484
- }
485
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 tr td:nth-child(2) ._tableData_tmib1_201 ._customBtn_tmib1_208 ._btnContentWrapper_tmib1_208 ._endBtnIcon_tmib1_91 svg path,
486
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 tr td:nth-child(2) ._tableData_tmib1_201 ._customBtn_tmib1_208 :link ._btnContentWrapper_tmib1_208 ._endBtnIcon_tmib1_91 svg path,
487
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 tr td:nth-child(2) ._tableData_tmib1_201 ._customBtn_tmib1_208 :visited ._btnContentWrapper_tmib1_208 ._endBtnIcon_tmib1_91 svg path {
488
- stroke-width: 0.1 !important;
489
- fill: #12131a !important;
490
- }
491
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 tr:hover {
492
- background-color: var(--background-color-gray-10);
493
- }
494
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 ._fallbackTableRow_tmib1_217 {
495
- background-color: var(--background-color-white-secondary);
496
- height: 4.375rem;
497
- }
498
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 ._fallbackTableRow_tmib1_217:hover {
499
- background-color: var(--background-color-white-secondary);
500
- }
501
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 ._fallbackTableRow_tmib1_217 ._fallbackContainer_tmib1_224 {
502
- width: 100%;
503
- height: 100%;
504
- color: var(--text-color-quaternary);
505
- }
506
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 ._fallbackTableRow_tmib1_217 ._fallbackContainer_tmib1_224 ._fallbackTextContainer_tmib1_229 {
507
- display: flex;
508
- flex-direction: row;
509
- align-items: center;
510
- justify-content: center;
511
- width: 100%;
512
- height: 100%;
513
- }
514
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 ._tableBody_tmib1_170 ._fallbackTableRow_tmib1_217 ._fallbackContainer_tmib1_224 ._fallbackTextContainer_tmib1_229 ._fallbackText_tmib1_229 {
515
- font-style: normal;
516
- font-weight: 400;
517
- font-size: 0.875rem;
518
- line-height: 1.25rem;
519
- }
520
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 th,
521
- ._tableSectionContainer_tmib1_117 ._tableContainer_tmib1_117 ._table_tmib1_117 td {
522
- text-align: left;
523
- }
524
- ._tableSectionContainer_tmib1_117 ._tableFooterContainer_tmib1_247 {
525
- display: flex;
526
- width: 100%;
527
- height: auto;
528
- }
529
- ._tableSectionContainer_tmib1_117 ._ascArrow_tmib1_252 {
530
- height: 0.8125rem;
531
- margin-bottom: 0.4375rem;
532
- cursor: pointer;
533
- }
534
- ._tableSectionContainer_tmib1_117 ._descArrow_tmib1_257 {
535
- height: 0.8125rem;
536
- margin-top: 0.4375rem;
537
- cursor: pointer;
538
- }
539
- ._tableSectionContainer_tmib1_117 ._defaultSortArrow_tmib1_262 {
540
- height: 1.25rem;
541
- cursor: pointer;
542
- }
543
- ._tableSectionContainer_tmib1_117 ._ascArrow_tmib1_252 path,
544
- ._tableSectionContainer_tmib1_117 ._descArrow_tmib1_257 path,
545
- ._tableSectionContainer_tmib1_117 ._defaultSortArrow_tmib1_262 path {
546
- fill: var(--Gray-50);
547
- }
548
-
549
- /* esbuild-sass-plugin:css-chunk:src/components/MethodAccordion/MethodAccordion.module.scss */
550
- ._methodAccordion_9wpeo_1 {
551
- border: none !important;
552
- box-shadow: none !important;
553
- margin-bottom: 0 !important;
554
- }
555
- ._methodAccordion_9wpeo_1 .accordion-header {
556
- padding: 0 !important;
557
- margin: 1.25rem 1.875rem 0 1.875rem !important;
558
- height: 2.625rem;
559
- border: none !important;
560
- background-color: transparent !important;
561
- }
562
- ._methodAccordion_9wpeo_1 .iconContainer .dropdownIcon {
563
- display: none !important;
564
- }
565
- ._methodAccordion_9wpeo_1 .accordion-details.expanded {
566
- border: none !important;
567
- padding: 0 !important;
568
- }
569
- ._methodAccordion_9wpeo_1 .enumText {
570
- font-family: "Cairo";
571
- font-weight: 400;
572
- font-size: 0.875rem;
573
- line-height: 1.25rem;
574
- max-width: 5.5625rem;
575
- white-space: normal;
576
- }
577
- ._methodAccordion_9wpeo_1 ._methodSummaryContainer_9wpeo_28 {
578
- display: flex;
579
- align-items: center;
580
- gap: 0.9375rem;
581
- margin-bottom: 1.25rem;
582
- }
583
- ._methodAccordion_9wpeo_1 ._methodSummaryContainer_9wpeo_28 ._methodSummary_9wpeo_28 {
584
- display: flex;
585
- align-items: center;
586
- gap: 0.3125rem;
587
- background-color: #f8f9fb;
588
- width: 100%;
589
- padding: 0.3125rem;
590
- border-radius: 0.3125rem;
591
- font-size: 0.875rem;
592
- }
593
- ._methodAccordion_9wpeo_1 ._methodSummaryContainer_9wpeo_28 ._methodSummary_9wpeo_28 ._methodLabel_9wpeo_44 {
594
- display: grid;
595
- place-content: center;
596
- width: 5rem;
597
- height: 2rem;
598
- color: white;
599
- border-radius: 0.1875rem;
600
- text-transform: capitalize;
601
- }
602
- ._methodAccordion_9wpeo_1 ._methodSummaryContainer_9wpeo_28 ._methodSummary_9wpeo_28 ._methodPath_9wpeo_53 {
603
- display: block;
604
- line-height: 1.25rem !important;
605
- }
606
- ._methodAccordion_9wpeo_1 ._methodSummaryContainer_9wpeo_28 ._methodExpandArrowContainer_9wpeo_57 {
607
- display: grid;
608
- place-content: center;
609
- width: 2.25rem;
610
- aspect-ratio: 1/1;
611
- border-radius: 100%;
612
- background-color: #f8f9fb;
613
- margin-left: auto;
614
- }
615
- ._methodAccordion_9wpeo_1 ._methodSummaryContainer_9wpeo_28 ._methodExpandArrowContainer_9wpeo_57._expanded_9wpeo_16 svg {
616
- rotate: 180deg;
617
- }
618
- ._methodAccordion_9wpeo_1 ._methodSummaryContainer_9wpeo_28 ._methodExpandArrowContainer_9wpeo_57 svg {
619
- transition: rotate 0.3s ease-in-out;
620
- }
621
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 {
622
- display: flex;
623
- flex-direction: column;
624
- padding-inline: 1.875rem;
625
- }
626
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._multiLineText_9wpeo_77 {
627
- word-break: break-word;
628
- }
629
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._methodDesc_9wpeo_80 {
630
- margin-top: 1.25rem;
631
- }
632
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 {
633
- margin-top: 1.875rem;
634
- }
635
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramsTableBodyHead_9wpeo_86 {
636
- font-weight: 600;
637
- font-family: "Cairo";
638
- font-size: 1.875rem;
639
- line-height: 2.5rem;
640
- margin: 0;
641
- margin-bottom: 1.25rem;
642
- }
643
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._responseHeader_9wpeo_94 {
644
- display: flex;
645
- flex-direction: row;
646
- justify-content: space-between;
647
- align-items: center;
648
- display: flex;
649
- align-items: center;
650
- }
651
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._responseHeader_9wpeo_94 .multiSelectGroup .optionsList {
652
- width: 8rem !important;
653
- min-width: 8rem !important;
654
- }
655
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._responseHeader_9wpeo_94 .multiSelectGroup {
656
- width: 8rem;
657
- margin-left: auto;
658
- }
659
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._responseHeader_9wpeo_94 .multiSelectGroup .selectDisplay {
660
- height: 2.0625rem !important;
661
- min-height: 2.0625rem !important;
662
- padding: 0;
663
- padding-left: 0.625rem;
664
- }
665
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._responseHeader_9wpeo_94 ._statusCodeOptionContainer_9wpeo_116 {
666
- display: grid;
667
- grid-template-columns: min-content min-content;
668
- align-items: center;
669
- gap: 0.625rem;
670
- }
671
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._responseHeader_9wpeo_94 ._statusCodeOptionContainer_9wpeo_116 ._statusCodeOptionCircle_9wpeo_122 {
672
- width: 0.625rem;
673
- aspect-ratio: 1/1;
674
- border-radius: 100%;
675
- }
676
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 {
677
- display: flex;
678
- }
679
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 ._paramDescContainer_separator_9wpeo_130 {
680
- height: inherit;
681
- width: 1px;
682
- background-color: #d8dae5;
683
- }
684
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 .customBtn svg path {
685
- stroke-width: 0.1;
686
- }
687
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 .customBtn._editDescBtn_9wpeo_138 {
688
- padding: 0;
689
- margin-right: 1.25rem;
690
- }
691
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 .customBtn._editDescBtn_9wpeo_138 .btnContentWrapper {
692
- display: flex;
693
- align-items: center;
694
- padding: 0;
695
- color: #12131a;
696
- }
697
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 .customBtn._editDescBtn_9wpeo_138 .btnContentWrapper .endBtnIcon {
698
- margin-block: auto;
699
- }
700
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 .customBtn._editDescBtn_9wpeo_138 .btnContentWrapper .endBtnIcon svg {
701
- align-self: center;
702
- }
703
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 .customBtn._editDescBtn_9wpeo_138 .btnContentWrapper .endBtnIcon svg path {
704
- fill: #12131a;
705
- }
706
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 .customBtn._deleteParamBtn_9wpeo_157 {
707
- padding: 0;
708
- }
709
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 .customBtn._deleteParamBtn_9wpeo_157 .btnContentWrapper .endBtnIcon {
710
- margin-block: auto;
711
- }
712
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 .customBtn._deleteParamBtn_9wpeo_157 .btnContentWrapper .endBtnIcon svg {
713
- width: 1.125rem;
714
- }
715
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 .customBtn._deleteParamBtn_9wpeo_157:not(.disabled).success .endBtnIcon {
716
- margin-block: auto;
717
- }
718
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 .customBtn._deleteParamBtn_9wpeo_157:not(.disabled).success .endBtnIcon svg {
719
- width: 1.125rem;
720
- }
721
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._paramDescContainer_9wpeo_127 .customBtn._deleteParamBtn_9wpeo_157:not(.disabled).success .endBtnIcon svg path {
722
- fill: #3aaa35;
723
- }
724
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._editDescTooltipContent_9wpeo_175 {
725
- display: flex;
726
- flex-direction: column;
727
- gap: 0.625rem;
728
- padding-bottom: 0.625rem;
729
- }
730
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._editDescTooltipContent_9wpeo_175 > *:not(._editDescTooltipContent_header_9wpeo_181) {
731
- margin-inline: 0.625rem;
732
- }
733
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 ._editDescTooltipContent_9wpeo_175 ._editDescTooltipContent_header_9wpeo_181 {
734
- font-weight: 600;
735
- font-size: 0.875rem;
736
- line-height: 1.25rem;
737
- padding: 0.75rem 1.25rem;
738
- border-bottom: 1px solid #d8dae5;
739
- }
740
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._paramsTable_9wpeo_83 .requiredParam .headContainer::after {
741
- content: "*";
742
- color: red;
743
- transform: translateX(0.125rem);
744
- }
745
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196,
746
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 {
747
- border: 1px solid #babdcc;
748
- border-radius: 0.3125rem !important;
749
- box-shadow: none !important;
750
- margin-bottom: 0 !important;
751
- cursor: default !important;
752
- margin-top: 1.25rem;
753
- }
754
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 .accordion-header,
755
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 .accordion-header {
756
- display: flex;
757
- align-items: center;
758
- justify-content: space-between;
759
- margin: 0 !important;
760
- padding: 0 !important;
761
- height: 4.0625rem !important;
762
- border-radius: 0.3125rem !important;
763
- background-color: white !important;
764
- }
765
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 .accordion-details.expanded,
766
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 .accordion-details.expanded {
767
- border-top: 1px solid #babdcc !important;
768
- padding: 1.25rem !important;
769
- padding: 0 !important;
770
- }
771
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 .accordion-details.expanded .jsonField div textarea,
772
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 .accordion-details.expanded .jsonField div textarea {
773
- border-top-right-radius: 0;
774
- border-top-left-radius: 0;
775
- height: 10rem;
776
- }
777
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 .accordion-details.expanded .textArea .containerTextArea,
778
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 .accordion-details.expanded .textArea .containerTextArea {
779
- display: flex;
780
- }
781
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 .accordion-details.expanded .textArea .containerTextArea .inputField,
782
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 .accordion-details.expanded .textArea .containerTextArea .inputField {
783
- height: 100%;
784
- padding: 1.25rem;
785
- }
786
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 ._requestAccordionSummary_9wpeo_237,
787
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 ._responseAccordionSummary_9wpeo_238,
788
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._requestAccordionSummary_9wpeo_237,
789
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._responseAccordionSummary_9wpeo_238 {
790
- width: 100%;
791
- display: flex;
792
- justify-content: space-between;
793
- font-weight: 700;
794
- font-size: 1.125rem;
795
- line-height: 1.5rem;
796
- display: flex;
797
- align-items: center;
798
- cursor: default !important;
799
- margin-inline: 0.625rem 1.25rem;
800
- }
801
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 ._responseAccordionSummary_title_9wpeo_252,
802
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 ._requestAccordionSummary_title_9wpeo_253,
803
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._responseAccordionSummary_title_9wpeo_252,
804
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._requestAccordionSummary_title_9wpeo_253 {
805
- display: flex;
806
- align-items: center;
807
- cursor: pointer;
808
- }
809
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 ._responseAccordionSummary_title_9wpeo_252 svg,
810
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 ._requestAccordionSummary_title_9wpeo_253 svg,
811
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._responseAccordionSummary_title_9wpeo_252 svg,
812
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._requestAccordionSummary_title_9wpeo_253 svg {
813
- transition: rotate 0.2s ease-in-out;
814
- }
815
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 ._responseAccordionSummary_title_9wpeo_252 ._expanded_9wpeo_16,
816
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 ._requestAccordionSummary_title_9wpeo_253 ._expanded_9wpeo_16,
817
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._responseAccordionSummary_title_9wpeo_252 ._expanded_9wpeo_16,
818
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._requestAccordionSummary_title_9wpeo_253 ._expanded_9wpeo_16 {
819
- rotate: 180deg;
820
- }
821
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 .accordion-details .textArea .inputField,
822
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 .accordion-details .textArea .inputField {
823
- padding: 0;
824
- border: none;
825
- }
826
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 .accordion-header .iconContainer .dropdownIcon,
827
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 .accordion-header .iconContainer .dropdownIcon {
828
- display: none !important;
829
- }
830
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._requestAccordion_9wpeo_196 .accordion-header,
831
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 .accordion-header {
832
- cursor: default;
833
- }
834
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._responseAccordionSummary_9wpeo_238 {
835
- display: flex;
836
- align-items: center;
837
- }
838
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._responseAccordionSummary_9wpeo_238 .multiSelectGroup .optionsList {
839
- width: 8rem !important;
840
- min-width: 8rem !important;
841
- }
842
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._responseAccordionSummary_9wpeo_238 .multiSelectGroup {
843
- width: 8rem;
844
- margin-left: auto;
845
- }
846
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._responseAccordionSummary_9wpeo_238 .multiSelectGroup .selectDisplay {
847
- height: 2.0625rem !important;
848
- min-height: 2.0625rem !important;
849
- padding: 0;
850
- padding-left: 0.625rem;
851
- }
852
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 .accordion-header {
853
- overflow: visible;
854
- cursor: default;
855
- }
856
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._statusCodeOptionContainer_9wpeo_116 {
857
- display: grid;
858
- grid-template-columns: min-content min-content;
859
- align-items: center;
860
- gap: 0.625rem;
861
- }
862
- ._methodAccordion_9wpeo_1 ._methodAccordionContent_9wpeo_72 ._responseAccordion_9wpeo_197 ._statusCodeOptionContainer_9wpeo_116 ._statusCodeOptionCircle_9wpeo_122 {
863
- width: 0.625rem;
864
- aspect-ratio: 1/1;
865
- border-radius: 100%;
866
- }
867
- ._methodAccordion_9wpeo_1._readOnly_9wpeo_318 ._methodAccordionContent_9wpeo_72 {
868
- padding: 0;
869
- }
870
- ._methodAccordion_9wpeo_1._readOnly_9wpeo_318 .accordion-header {
871
- margin: 1.25rem 0 0 0 !important;
872
- }
873
- ._methodAccordion_9wpeo_1._readOnly_9wpeo_318 .accordion-details {
874
- background-color: transparent !important;
875
- }
876
- ._methodAccordion_9wpeo_1._readOnly_9wpeo_318 ._methodSummaryContainer_9wpeo_28 ._methodSummary_9wpeo_28 {
877
- background-color: #ebecf2;
878
- }
879
- ._methodAccordion_9wpeo_1._readOnly_9wpeo_318 ._methodSummaryContainer_9wpeo_28 ._methodExpandArrowContainer_9wpeo_57 {
880
- background-color: #ebecf2;
881
- }
882
-
883
- /* esbuild-sass-plugin:css-chunk:src/components/dialog/style.scss */
884
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 {
885
- overflow: visible !important;
886
- max-height: 100%;
887
- width: 22.1875rem;
888
- }
889
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 {
890
- overflow: visible !important;
891
- border-radius: 0.625rem;
892
- max-height: 100%;
893
- }
894
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 {
895
- padding: 0 1.875rem !important;
896
- overflow: visible !important;
897
- max-height: 100%;
898
- }
899
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 {
900
- position: relative;
901
- }
902
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._close-icon_1shlx_19 {
903
- position: absolute;
904
- z-index: 1;
905
- top: 1.5rem;
906
- right: 0;
907
- transform: translate(0.625rem, -0.625rem);
908
- cursor: pointer;
909
- }
910
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 {
911
- display: flex;
912
- padding-top: 0.5rem;
913
- position: relative;
914
- }
915
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32 {
916
- margin-top: 1rem;
917
- margin-bottom: 1.5rem;
918
- margin-inline: auto;
919
- }
920
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._info_1shlx_37 path {
921
- stroke: #12131a;
922
- }
923
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._info_1shlx_37 line {
924
- stroke: #12131a;
925
- }
926
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._info_1shlx_37 line + path {
927
- fill: #12131a;
928
- }
929
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._warning_1shlx_46 path {
930
- stroke: #faad14;
931
- }
932
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._warning_1shlx_46 line {
933
- stroke: #faad14;
934
- }
935
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._error_1shlx_52 path {
936
- stroke: #da3f3f;
937
- }
938
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._error_1shlx_52 line {
939
- stroke: #da3f3f;
940
- }
941
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._error_1shlx_52 line + path {
942
- fill: #da3f3f;
943
- }
944
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-title_1shlx_61 {
945
- font-size: 1.5rem;
946
- font-weight: 500;
947
- line-height: 1.875rem;
948
- text-align: center;
949
- margin-bottom: 0.625rem;
950
- }
951
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-title_1shlx_61._error-title_1shlx_68 {
952
- color: #da3f3f;
953
- }
954
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-title_1shlx_61._warning-title_1shlx_71 {
955
- color: #faad14;
956
- }
957
- #_common-dialog_1shlx_16._dialog-content-wrapper_1shlx_1 ._dialog-content-root_1shlx_6 ._dialog-content_1shlx_1 ._common-dialog_1shlx_16 ._confirmation-dialog-footer_1shlx_74 {
958
- display: flex;
959
- gap: 1.25rem;
960
- margin-top: 1.875rem;
961
- }
962
- ._common-dialog_1shlx_16 {
963
- position: relative;
964
- }
965
- ._common-dialog_1shlx_16 ._close-icon_1shlx_19 {
966
- position: absolute !important;
967
- z-index: 1 !important;
968
- top: 0.75rem !important;
969
- right: 0.4rem !important;
970
- transform: translate(0.625rem, -0.625rem) !important;
971
- cursor: pointer !important;
972
- }
973
- ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 {
974
- display: flex;
975
- padding-top: 0.5rem;
976
- position: relative;
977
- }
978
- ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32 {
979
- margin-top: 1rem;
980
- margin-bottom: 1.5rem;
981
- margin-inline: auto;
982
- }
983
- ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._info_1shlx_37 path {
984
- stroke: #12131a;
985
- }
986
- ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._info_1shlx_37 line {
987
- stroke: #12131a;
988
- }
989
- ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._info_1shlx_37 line + path {
990
- fill: #12131a;
991
- }
992
- ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._warning_1shlx_46 path {
993
- stroke: #faad14;
994
- }
995
- ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._warning_1shlx_46 line {
996
- stroke: #faad14;
997
- }
998
- ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._error_1shlx_52 path {
999
- stroke: #da3f3f;
1000
- }
1001
- ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._error_1shlx_52 line {
1002
- stroke: #da3f3f;
1003
- }
1004
- ._common-dialog_1shlx_16 ._confirmation-dialog-header_1shlx_27 ._icon_1shlx_32._error_1shlx_52 line + path {
1005
- fill: #da3f3f;
1006
- }
1007
- ._common-dialog_1shlx_16 ._confirmation-title_1shlx_61 {
1008
- font-size: 1.5rem;
1009
- font-weight: 500;
1010
- line-height: 1.875rem;
1011
- text-align: center;
1012
- margin-bottom: 0.625rem;
1013
- }
1014
- ._common-dialog_1shlx_16 ._confirmation-title_1shlx_61._error-title_1shlx_68 {
1015
- color: #da3f3f;
1016
- }
1017
- ._common-dialog_1shlx_16 ._confirmation-title_1shlx_61._warning-title_1shlx_71 {
1018
- color: #faad14;
1019
- }
1020
- ._common-dialog_1shlx_16 ._confirmation-dialog-footer_1shlx_74 {
1021
- display: flex;
1022
- gap: 1.25rem;
1023
- margin-top: 1.875rem;
1024
- }
1025
-
1026
- /* esbuild-sass-plugin:css-chunk:src/components/JsonInput/style.module.scss */
1027
- ._json-editor-container_1hwe9_1 {
1028
- overflow: hidden;
1029
- border-bottom-right-radius: 0.3125rem;
1030
- border-bottom-left-radius: 0.3125rem;
1031
- }
1032
- ._json-editor-container_1hwe9_1 ._json-editor-label_1hwe9_6 {
1033
- font-size: 0.875rem;
1034
- font-weight: 600;
1035
- line-height: 1.25rem;
1036
- margin-bottom: 0.3125rem;
1037
- }
1038
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 {
1039
- display: flex;
1040
- flex-direction: column;
1041
- background-color: #142452;
1042
- width: 100%;
1043
- outline: 1px solid transparent;
1044
- position: relative;
1045
- overflow: hidden;
1046
- }
1047
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 ._actions-container_1hwe9_21 {
1048
- width: 100%;
1049
- height: 5rem;
1050
- padding: 1.25rem;
1051
- border-radius: 0 0 0.3125rem 0.3125rem;
1052
- background: #101e47;
1053
- display: flex;
1054
- flex-direction: row;
1055
- gap: 1.25rem;
1056
- align-items: center;
1057
- }
1058
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 ._actions-container_1hwe9_21 ._validate_1hwe9_32 {
1059
- color: #fff;
1060
- text-align: center;
1061
- font-size: 1rem;
1062
- font-style: normal;
1063
- font-weight: 600;
1064
- line-height: 1.25rem;
1065
- width: 8.75rem;
1066
- padding: 0.625rem 2.25rem;
1067
- background-color: rgba(240, 248, 255, 0);
1068
- border-radius: 0.3125rem;
1069
- border: 0.0625rem solid #4d75d8;
1070
- cursor: pointer;
1071
- }
1072
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 ._actions-container_1hwe9_21 ._validate_1hwe9_32:disabled {
1073
- color: #babdcc;
1074
- border-color: #a2a5b6;
1075
- }
1076
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 ._actions-container_1hwe9_21 ._beautify_1hwe9_50 {
1077
- color: #fff;
1078
- text-align: center;
1079
- font-size: 1rem;
1080
- font-style: normal;
1081
- font-weight: 600;
1082
- line-height: 1.25rem;
1083
- width: 8.75rem;
1084
- padding: 0.625rem 2.25rem;
1085
- background-color: rgba(240, 248, 255, 0);
1086
- border-radius: 0.3125rem;
1087
- border: 1px solid #babdcc;
1088
- cursor: pointer;
1089
- }
1090
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 ._actions-container_1hwe9_21 ._beautify_1hwe9_50:disabled {
1091
- color: #a2a5b6;
1092
- border-color: #a2a5b6;
1093
- }
1094
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 textarea {
1095
- width: 100%;
1096
- padding: 1.25rem;
1097
- font-size: 0.875rem;
1098
- font-style: normal;
1099
- font-weight: 400;
1100
- line-height: 1.25rem;
1101
- color: white;
1102
- height: 25rem;
1103
- background-color: #142452;
1104
- border: none;
1105
- resize: none;
1106
- }
1107
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 textarea:focus,
1108
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 textarea:focus-within,
1109
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 textarea:focus-visible ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 textarea:active {
1110
- outline: none;
1111
- border: none;
1112
- }
1113
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 textarea::-webkit-scrollbar {
1114
- width: 0.5rem;
1115
- }
1116
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 textarea::-webkit-scrollbar-track {
1117
- background-color: #828699;
1118
- border: none;
1119
- border-color: transparent;
1120
- border-top-left-radius: 0;
1121
- }
1122
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1 textarea::-webkit-scrollbar-thumb {
1123
- background-color: #d8dae5;
1124
- border: none;
1125
- border-color: transparent;
1126
- border-radius: 0;
1127
- }
1128
- ._json-editor-container_1hwe9_1 ._json-editor_1hwe9_1._invalid_1hwe9_100 {
1129
- outline: 1px solid #ce2828 !important;
1130
- }
1131
- ._json-editor-container_1hwe9_1 ._error-message_1hwe9_103 {
1132
- color: #ce2828;
1133
- font-size: 0.75rem;
1134
- line-height: 1.25rem;
1135
- margin-top: 0.625rem;
1136
- }
1137
- ._json-editor-container_1hwe9_1._disabled_1hwe9_109 ._json-editor_1hwe9_1 textarea {
1138
- background-color: white;
1139
- color: #12131a;
1140
- }
1141
-
1142
- /* src/layout/layout.module.css */
1143
- .docsLayout {
1144
- display: flex;
1145
- flex-direction: column;
1146
- overflow: hidden;
1147
- height: 100vh;
1148
- max-height: 100%;
1149
- .apiDocAlert {
1150
- border-radius: 0;
1151
- z-index: 3;
1152
- }
1153
- .layoutContainer {
1154
- display: grid;
1155
- grid-template-columns: 60% 40%;
1156
- width: 100%;
1157
- height: 100%;
1158
- max-width: 100%;
1159
- max-height: 100%;
1160
- overflow: hidden;
1161
- .editorSide {
1162
- background-color: #fff;
1163
- padding-bottom: 1.25rem;
1164
- .editorSectionHead_title {
1165
- position: sticky;
1166
- top: 0;
1167
- z-index: 1399 !important;
1168
- }
1169
- .editorSectionHead,
1170
- .editorSectionHead_title {
1171
- span {
1172
- width: 100%;
1173
- }
1174
- .editorSectionHead_content {
1175
- display: flex;
1176
- justify-content: space-between;
1177
- align-items: center;
1178
- button {
1179
- width: 6.25rem;
1180
- }
1181
- }
1182
- }
1183
- }
1184
- .livePreviewSide {
1185
- background-color: #f8f9fb;
1186
- padding: 1.25rem 1.875rem;
1187
- }
1188
- .docSide {
1189
- max-height: 100%;
1190
- overflow-y: overlay;
1191
- overflow-x: clip;
1192
- scroll-behavior: smooth;
1193
- }
1194
- }
1195
- :global(.textArea .inputField),
1196
- :global(.inputContainer .inputWrapper .innerInputContainer .input) {
1197
- padding-inline-end: 2.5rem;
1198
- }
1199
- }
1200
-
1201
- /* esbuild-sass-plugin:css-chunk:src/components/InfoForm/InfoForm.module.scss */
1202
- ._apiInfoForm_1q5ci_1 {
1203
- display: grid;
1204
- padding: 1.25rem 1.875rem;
1205
- gap: 1.25rem;
1206
- }
1207
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._paramDescContainer_1q5ci_6 {
1208
- display: flex;
1209
- }
1210
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._paramDescContainer_1q5ci_6 ._paramDescContainer_separator_1q5ci_9 {
1211
- height: inherit;
1212
- width: 1px;
1213
- background-color: #d8dae5;
1214
- }
1215
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._paramDescContainer_1q5ci_6 .customBtn svg path {
1216
- stroke-width: 0.1;
1217
- }
1218
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._paramDescContainer_1q5ci_6 .customBtn._editDescBtn_1q5ci_17 {
1219
- padding: 0;
1220
- margin-right: 1.25rem;
1221
- }
1222
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._paramDescContainer_1q5ci_6 .customBtn._editDescBtn_1q5ci_17 .btnContentWrapper {
1223
- display: flex;
1224
- align-items: center;
1225
- padding: 0;
1226
- font-size: 0.875rem;
1227
- }
1228
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._paramDescContainer_1q5ci_6 .customBtn._editDescBtn_1q5ci_17 .btnContentWrapper .endBtnIcon {
1229
- margin-block: auto;
1230
- }
1231
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._paramDescContainer_1q5ci_6 .customBtn._editDescBtn_1q5ci_17 .btnContentWrapper .endBtnIcon svg path {
1232
- fill: #12131a;
1233
- }
1234
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._paramDescContainer_1q5ci_6 .customBtn._deleteParamBtn_1q5ci_33 {
1235
- padding: 0;
1236
- border-width: 0 !important;
1237
- }
1238
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._paramDescContainer_1q5ci_6 .customBtn._deleteParamBtn_1q5ci_33 .btnContentWrapper .endBtnIcon {
1239
- margin-block: auto;
1240
- }
1241
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._paramDescContainer_1q5ci_6 .customBtn._deleteParamBtn_1q5ci_33 .btnContentWrapper .endBtnIcon svg {
1242
- width: 1.125rem;
1243
- }
1244
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._paramDescContainer_1q5ci_6 .customBtn:not(.disabled).success .endBtnIcon {
1245
- margin-block: auto;
1246
- }
1247
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._paramDescContainer_1q5ci_6 .customBtn:not(.disabled).success .endBtnIcon svg {
1248
- width: 1.125rem;
1249
- }
1250
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._paramDescContainer_1q5ci_6 .customBtn:not(.disabled).success .endBtnIcon svg path {
1251
- fill: #3aaa35;
1252
- }
1253
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._externalDocsLink_1q5ci_52 {
1254
- font-size: 0.875rem;
1255
- line-height: 1.25rem;
1256
- cursor: pointer;
1257
- align-self: center;
1258
- margin-right: 2rem;
1259
- }
1260
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._editExternalDocs_1q5ci_59 {
1261
- display: flex;
1262
- align-items: center;
1263
- padding-right: 0.625rem;
1264
- }
1265
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._editExternalDocs_1q5ci_59 svg {
1266
- cursor: pointer;
1267
- }
1268
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._editExternalDocs_1q5ci_59 svg path {
1269
- fill: #12131a;
1270
- }
1271
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._editDescTooltipContent_1q5ci_70 {
1272
- display: flex;
1273
- flex-direction: column;
1274
- gap: 0.625rem;
1275
- padding-bottom: 0.625rem;
1276
- }
1277
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._editDescTooltipContent_1q5ci_70 > *:not(._editDescTooltipContent_header_1q5ci_76) {
1278
- margin-inline: 0.625rem;
1279
- }
1280
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 ._editDescTooltipContent_1q5ci_70 ._editDescTooltipContent_header_1q5ci_76 {
1281
- font-weight: 600;
1282
- font-size: 0.875rem;
1283
- line-height: 1.25rem;
1284
- padding: 0.75rem 1.25rem;
1285
- border-bottom: 1px solid #d8dae5;
1286
- }
1287
- ._apiInfoForm_1q5ci_1 ._paramsTable_1q5ci_6 .requiredParam .headContainer::after {
1288
- content: "*";
1289
- color: red;
1290
- transform: translateX(0.125rem);
1291
- }
1292
- ._apiInfoForm_1q5ci_1 ._apiDocRow_1q5ci_91 {
1293
- display: grid;
1294
- grid-template-columns: 1fr 1fr;
1295
- gap: 1.25rem;
1296
- }
1297
- ._apiInfoForm_1q5ci_1 ._apiInfoForm_tagsChips_1q5ci_96 {
1298
- margin-top: -1.25rem;
1299
- }
1300
- ._apiInfoForm_1q5ci_1 ._editDescTooltipContent_1q5ci_70 {
1301
- display: flex;
1302
- flex-direction: column;
1303
- gap: 0.625rem;
1304
- padding-bottom: 0.625rem;
1305
- }
1306
- ._apiInfoForm_1q5ci_1 ._editDescTooltipContent_1q5ci_70 > *:not(._editDescTooltipContent_header_1q5ci_76) {
1307
- margin-inline: 0.625rem;
1308
- }
1309
- ._apiInfoForm_1q5ci_1 ._editDescTooltipContent_1q5ci_70 ._editDescTooltipContent_header_1q5ci_76 {
1310
- font-weight: 600;
1311
- font-size: 0.875rem;
1312
- line-height: 1.25rem;
1313
- padding: 0.75rem 1.25rem;
1314
- border-bottom: 1px solid #d8dae5;
1315
- }
1316
- ._apiInfoForm_1q5ci_1 .requiredParam .headContainer::after {
1317
- content: "*";
1318
- color: red;
1319
- transform: translateX(0.125rem);
1320
- }
1321
-
1322
- /* esbuild-sass-plugin:css-chunk:src/components/SectionHead/SectionHead.scss */
1323
- ._containerTitleDrawer_8eq0k_1 {
1324
- height: 64px;
1325
- min-height: 64px;
1326
- display: flex;
1327
- flex-direction: row;
1328
- justify-content: space-between;
1329
- align-items: center;
1330
- background-color: #f1f2f6;
1331
- padding: 0 30px 0 30px;
1332
- width: 100%;
1333
- }
1334
- ._containerTitleDrawer_8eq0k_1 span {
1335
- color: #12131a;
1336
- font-weight: 600;
1337
- font-size: 18px;
1338
- line-height: 25px;
1339
- letter-spacing: 0em;
1340
- }
1341
- ._containerTitleDrawer_8eq0k_1 svg path {
1342
- stroke: #000 !important;
1343
- }
1344
- ._containerTitleDrawer_8eq0k_1 ._closeIcon_8eq0k_22 {
1345
- cursor: pointer;
1346
- }
1347
-
1348
- /* esbuild-sass-plugin:css-chunk:src/components/LivePreview/LivePreview.module.scss */
1349
- ._livePreviewContainer_1kx3j_1 ._titleContainer_1kx3j_1 {
1350
- margin-top: 1.875rem;
1351
- display: flex;
1352
- justify-content: space-between;
1353
- align-items: center;
1354
- flex-wrap: wrap;
1355
- max-width: 100%;
1356
- gap: 1.25rem;
1357
- }
1358
- ._livePreviewContainer_1kx3j_1 ._titleContainer_1kx3j_1 p._apiName_1kx3j_10 {
1359
- font-size: 40px;
1360
- line-height: 30px;
1361
- font-weight: 500;
1362
- word-wrap: break-word;
1363
- overflow-wrap: break-word;
1364
- word-break: break-all;
1365
- }
1366
- ._livePreviewContainer_1kx3j_1 ._titleContainer_1kx3j_1 ._livePreviewChip_1kx3j_18 {
1367
- background-color: #ebecf2;
1368
- color: #12131a;
1369
- }
1370
- ._livePreviewContainer_1kx3j_1 ._description_preview_1kx3j_22 {
1371
- word-break: break-all;
1372
- }
1373
- ._requestAccordion_1kx3j_26,
1374
- ._responseAccordion_1kx3j_27 {
1375
- background-color: #f4c5c5;
1376
- border: 1px solid #da3f3f;
1377
- border-radius: 0.3125rem !important;
1378
- box-shadow: none !important;
1379
- margin-bottom: 0 !important;
1380
- cursor: default !important;
1381
- margin-top: 0.625rem;
1382
- }
1383
- ._requestAccordion_1kx3j_26 .accordion-header,
1384
- ._responseAccordion_1kx3j_27 .accordion-header {
1385
- background-color: #f4c5c5;
1386
- display: flex;
1387
- align-items: center;
1388
- justify-content: space-between;
1389
- margin: 0 !important;
1390
- padding: 0 !important;
1391
- height: 4.0625rem !important;
1392
- border-radius: 0.3125rem !important;
1393
- }
1394
- ._requestAccordion_1kx3j_26 .accordion-details.expanded,
1395
- ._responseAccordion_1kx3j_27 .accordion-details.expanded {
1396
- border-top: 1px solid #000 !important;
1397
- padding: 1.25rem !important;
1398
- padding: 0 !important;
1399
- background-color: #f4c5c5;
1400
- }
1401
- ._requestAccordion_1kx3j_26 .accordion-details.expanded .jsonField div textarea,
1402
- ._responseAccordion_1kx3j_27 .accordion-details.expanded .jsonField div textarea {
1403
- border-top-right-radius: 0;
1404
- border-top-left-radius: 0;
1405
- height: 10rem;
1406
- }
1407
- ._requestAccordion_1kx3j_26 .accordion-details.expanded .textArea .containerTextArea,
1408
- ._responseAccordion_1kx3j_27 .accordion-details.expanded .textArea .containerTextArea {
1409
- display: flex;
1410
- }
1411
- ._requestAccordion_1kx3j_26 .accordion-details.expanded .textArea .containerTextArea .inputField,
1412
- ._responseAccordion_1kx3j_27 .accordion-details.expanded .textArea .containerTextArea .inputField {
1413
- height: 100%;
1414
- padding: 1.25rem;
1415
- }
1416
- ._requestAccordion_1kx3j_26 ._accordionContent_1kx3j_69,
1417
- ._responseAccordion_1kx3j_27 ._accordionContent_1kx3j_69 {
1418
- max-width: 100%;
1419
- padding-left: 0.625rem;
1420
- padding-right: 0.625rem;
1421
- padding-top: 0.9375rem;
1422
- }
1423
- ._requestAccordion_1kx3j_26 ._accordionContent_1kx3j_69 ol,
1424
- ._responseAccordion_1kx3j_27 ._accordionContent_1kx3j_69 ol {
1425
- padding-left: 1.7rem;
1426
- }
1427
- ._requestAccordion_1kx3j_26 ._accordionContent_1kx3j_69 ol li,
1428
- ._responseAccordion_1kx3j_27 ._accordionContent_1kx3j_69 ol li {
1429
- max-width: 100%;
1430
- word-break: break-all;
1431
- }
1432
- ._requestAccordion_1kx3j_26 ._requestAccordionSummary_1kx3j_85,
1433
- ._requestAccordion_1kx3j_26 ._responseAccordionSummary_1kx3j_86,
1434
- ._responseAccordion_1kx3j_27 ._requestAccordionSummary_1kx3j_85,
1435
- ._responseAccordion_1kx3j_27 ._responseAccordionSummary_1kx3j_86 {
1436
- width: 100%;
1437
- cursor: pointer;
1438
- display: flex;
1439
- justify-content: space-between;
1440
- font-weight: 700;
1441
- font-size: 1.125rem;
1442
- line-height: 1.5rem;
1443
- display: flex;
1444
- align-items: center;
1445
- margin-inline: 0.625rem 1.25rem;
1446
- }
1447
- ._requestAccordion_1kx3j_26 ._responseAccordionSummary_title_1kx3j_100,
1448
- ._requestAccordion_1kx3j_26 ._requestAccordionSummary_title_1kx3j_101,
1449
- ._requestAccordion_1kx3j_26 ._responseAccordionSummary_1kx3j_86,
1450
- ._responseAccordion_1kx3j_27 ._responseAccordionSummary_title_1kx3j_100,
1451
- ._responseAccordion_1kx3j_27 ._requestAccordionSummary_title_1kx3j_101,
1452
- ._responseAccordion_1kx3j_27 ._responseAccordionSummary_1kx3j_86 {
1453
- display: flex;
1454
- align-items: center;
1455
- }
1456
- ._requestAccordion_1kx3j_26 ._responseAccordionSummary_title_1kx3j_100 svg,
1457
- ._requestAccordion_1kx3j_26 ._requestAccordionSummary_title_1kx3j_101 svg,
1458
- ._requestAccordion_1kx3j_26 ._responseAccordionSummary_1kx3j_86 svg,
1459
- ._responseAccordion_1kx3j_27 ._responseAccordionSummary_title_1kx3j_100 svg,
1460
- ._responseAccordion_1kx3j_27 ._requestAccordionSummary_title_1kx3j_101 svg,
1461
- ._responseAccordion_1kx3j_27 ._responseAccordionSummary_1kx3j_86 svg {
1462
- transition: rotate 0.2s ease-in-out;
1463
- }
1464
- ._requestAccordion_1kx3j_26 ._responseAccordionSummary_title_1kx3j_100 ._expanded_1kx3j_47,
1465
- ._requestAccordion_1kx3j_26 ._requestAccordionSummary_title_1kx3j_101 ._expanded_1kx3j_47,
1466
- ._requestAccordion_1kx3j_26 ._responseAccordionSummary_1kx3j_86 ._expanded_1kx3j_47,
1467
- ._responseAccordion_1kx3j_27 ._responseAccordionSummary_title_1kx3j_100 ._expanded_1kx3j_47,
1468
- ._responseAccordion_1kx3j_27 ._requestAccordionSummary_title_1kx3j_101 ._expanded_1kx3j_47,
1469
- ._responseAccordion_1kx3j_27 ._responseAccordionSummary_1kx3j_86 ._expanded_1kx3j_47 {
1470
- rotate: 180deg;
1471
- }
1472
- ._requestAccordion_1kx3j_26 .accordion-details .textArea .inputField,
1473
- ._responseAccordion_1kx3j_27 .accordion-details .textArea .inputField {
1474
- padding: 0;
1475
- border: none;
1476
- }
1477
- ._requestAccordion_1kx3j_26 .accordion-header .iconContainer .dropdownIcon,
1478
- ._responseAccordion_1kx3j_27 .accordion-header .iconContainer .dropdownIcon {
1479
- display: none !important;
1480
- }
1481
- ._requestAccordion_1kx3j_26 .accordion-header,
1482
- ._responseAccordion_1kx3j_27 .accordion-header {
1483
- cursor: default;
1484
- }
1485
- ._responseAccordion_1kx3j_27 ._responseAccordionSummary_1kx3j_86 {
1486
- display: flex;
1487
- align-items: center;
1488
- }
1489
- ._responseAccordion_1kx3j_27 ._responseAccordionSummary_1kx3j_86 .multiSelectGroup .optionsList {
1490
- width: 8rem !important;
1491
- min-width: 8rem !important;
1492
- }
1493
- ._responseAccordion_1kx3j_27 ._responseAccordionSummary_1kx3j_86 .multiSelectGroup {
1494
- width: 8rem;
1495
- margin-left: auto;
1496
- }
1497
- ._responseAccordion_1kx3j_27 ._responseAccordionSummary_1kx3j_86 .multiSelectGroup .selectDisplay {
1498
- height: 2.0625rem !important;
1499
- min-height: 2.0625rem !important;
1500
- padding: 0;
1501
- padding-left: 0.625rem;
1502
- }
1503
- ._responseAccordion_1kx3j_27 .accordion-header {
1504
- overflow: visible;
1505
- cursor: default;
1506
- }
1507
- ._responseAccordion_1kx3j_27 ._statusCodeOptionContainer_1kx3j_161 {
1508
- display: grid;
1509
- grid-template-columns: min-content min-content;
1510
- align-items: center;
1511
- gap: 0.625rem;
1512
- }
1513
- ._responseAccordion_1kx3j_27 ._statusCodeOptionContainer_1kx3j_161 ._statusCodeOptionCircle_1kx3j_167 {
1514
- width: 0.625rem;
1515
- aspect-ratio: 1/1;
1516
- border-radius: 100%;
1517
- }
1518
-
1519
- /* esbuild-sass-plugin:css-chunk:src/layout/docsComponents/DocsHeader/DocsHeader.module.scss */
1520
- ._api_docs_header_aig9w_1 {
1521
- height: 3.125rem;
1522
- background-color: #f0f1f2;
1523
- display: flex;
1524
- align-items: center;
1525
- padding: 0 1rem;
1526
- z-index: 1;
1527
- }
1528
- ._api_docs_header_aig9w_1 ._header_content_aig9w_9 {
1529
- width: 100%;
1530
- display: flex;
1531
- align-items: center;
1532
- }
1533
- ._api_docs_header_aig9w_1 ._nav_buttons_aig9w_14 {
1534
- display: flex;
1535
- gap: 1rem;
1536
- margin-left: 2.9375rem;
1537
- }
1538
- ._api_docs_header_aig9w_1 ._search_filter_btn_aig9w_19 {
1539
- background-color: #ffffff !important;
1540
- border: 1px solid #e8e9ee !important;
1541
- width: 10.4375rem;
1542
- height: 2.25rem;
1543
- font-weight: 400;
1544
- font-size: 1rem;
1545
- line-height: 1.25rem;
1546
- }
1547
- ._api_docs_header_aig9w_1 ._search_filter_btn_aig9w_19 ._btnContentWrapper_aig9w_28 ._btnContent_aig9w_28 {
1548
- font-size: 0.918rem !important;
1549
- }
1550
- ._api_docs_header_aig9w_1 ._search_filter_btn_aig9w_19:hover:not(:disabled) {
1551
- color: #000000 !important;
1552
- }
1553
- ._api_docs_header_aig9w_1 ._search_filter_btn_aig9w_19:hover {
1554
- color: #000 !important;
1555
- }
1556
- ._api_docs_header_aig9w_1 ._search_filter_btn_aig9w_19 svg {
1557
- margin-left: 0.5rem;
1558
- }
1559
- ._api_docs_header_aig9w_1 .guide-btn {
1560
- background-color: #ffffff !important;
1561
- border: 0.82px solid #b8bfca !important;
1562
- width: 5.658rem;
1563
- font-size: 0.9175rem;
1564
- font-weight: 400;
1565
- line-height: 1.234rem;
1566
- height: 2.25rem;
1567
- }
1568
- ._api_docs_header_aig9w_1 .guide-btn:disabled {
1569
- opacity: 0.7;
1570
- background-color: #ffffff !important;
1571
- color: #667085 !important;
1572
- }
1573
- ._api_docs_header_aig9w_1 .guide-btn svg {
1574
- margin-right: 0.4075rem;
1575
- }
1576
- ._api_docs_header_aig9w_1 ._api_btn_aig9w_57 {
1577
- background-color: #ffffff !important;
1578
- display: flex;
1579
- flex-direction: row;
1580
- align-items: center;
1581
- border: none !important;
1582
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
1583
- padding: 0.4rem;
1584
- width: 10.4875rem;
1585
- font-size: 1rem;
1586
- font-weight: 400;
1587
- line-height: 1.234rem;
1588
- height: 2.25rem;
1589
- }
1590
- ._api_docs_header_aig9w_1 ._api_btn_aig9w_57 ._btnContentWrapper_aig9w_28 ._btnContent_aig9w_28 {
1591
- font-size: 0.918rem !important;
1592
- }
1593
- ._api_docs_header_aig9w_1 ._api_btn_aig9w_57:hover:not(:disabled) {
1594
- color: #000000 !important;
1595
- }
1596
- ._api_docs_header_aig9w_1 ._api_btn_aig9w_57 svg {
1597
- margin-right: 0.4075rem;
1598
- }
1599
- .tippy-arrow {
1600
- transform: translateX(12px) !important;
1601
- }
1602
- .tippy-content {
1603
- padding: 0.5rem;
1604
- text-align: center;
1605
- font-size: 0.875rem;
1606
- font-weight: 600;
1607
- color: #ffffff;
1608
- }
1609
- .search-filter-form {
1610
- display: flex;
1611
- flex-direction: column;
1612
- width: 100%;
1613
- gap: 2.25rem;
1614
- padding: 1.75rem 1.75rem 0rem 1.75rem;
1615
- min-height: 17.687rem;
1616
- transition: min-height 0.3s ease;
1617
- }
1618
- .search-filter-form.expanded {
1619
- min-height: 34.375rem;
1620
- }
1621
- .search-filter-form.expanded {
1622
- min-height: 34.375rem;
1623
- }
1624
- .search-filter-form__header {
1625
- display: flex;
1626
- align-items: center;
1627
- justify-content: space-between;
1628
- margin-bottom: 0.5rem;
1629
- }
1630
- .search-filter-form__header__title {
1631
- font-size: 1.25rem;
1632
- font-weight: 400;
1633
- line-height: 1.75rem;
1634
- color: #9ca1aa;
1635
- margin: 0;
1636
- }
1637
- .search-filter-form__header svg {
1638
- cursor: pointer;
1639
- }
1640
- .name-input {
1641
- width: 27.875rem;
1642
- height: 2.5rem;
1643
- border-radius: 0.5rem;
1644
- border: 0.0625rem solid #bbbec5;
1645
- padding-top: 0.5rem;
1646
- padding-bottom: 0.5rem;
1647
- }
1648
- .name-input > div.inputWrapper {
1649
- border: 0px !important;
1650
- }
1651
- .methodList {
1652
- width: 27.875rem;
1653
- border-radius: 0.5rem;
1654
- border: 0.0625rem solid #f0f1f2;
1655
- }
1656
- .methodList .method-item {
1657
- display: flex;
1658
- flex-direction: row;
1659
- justify-content: flex-start;
1660
- align-items: center;
1661
- gap: 0.5rem;
1662
- padding-left: 0.75rem;
1663
- padding-right: 0.75rem;
1664
- padding-top: 0.5rem;
1665
- border-radius: 0.5rem;
1666
- padding-bottom: 0.5rem;
1667
- border-bottom: 1px solid #f0f1f2;
1668
- }
1669
- .methodList .method-item span {
1670
- font-weight: 400;
1671
- font-size: 0.875rem;
1672
- }
1673
- .methodList .method-item input {
1674
- cursor: pointer;
1675
- width: 1.25rem;
1676
- height: 1.25rem;
1677
- border-radius: 0.25rem;
1678
- border: 1px solid #64748b;
1679
- }
1680
- .method-container {
1681
- display: flex;
1682
- flex-direction: column;
1683
- gap: 0.5rem;
1684
- position: relative;
1685
- z-index: 10;
1686
- }
1687
- .method-container .typeDdl {
1688
- cursor: pointer;
1689
- width: 27.875rem;
1690
- height: 2.5rem;
1691
- border-radius: 0.5rem;
1692
- border: 0.0625rem solid #bbbec5;
1693
- padding-top: 0.5rem;
1694
- padding-bottom: 0.5rem;
1695
- padding-left: 1.3rem;
1696
- padding-right: 0.75rem;
1697
- display: flex;
1698
- justify-content: space-between;
1699
- align-items: center;
1700
- }
1701
- .method-container .typeDdl span {
1702
- font-weight: 400;
1703
- font-size: 0.875rem;
1704
- color: #8390a2;
1705
- }
1706
- .method-container label {
1707
- font-size: 0.75rem;
1708
- font-weight: 400;
1709
- color: #000000;
1710
- }
1711
- #react-select-menu-portal {
1712
- z-index: 9999 !important;
1713
- }
1714
- .button-container {
1715
- display: flex;
1716
- justify-content: center;
1717
- width: 100%;
1718
- padding-top: 0 !important;
1719
- padding: 1.5rem 0;
1720
- }
1721
- .dialog-submit-btn {
1722
- width: 100% !important;
1723
- background-color: #4d75d9 !important;
1724
- color: white !important;
1725
- border-radius: 0.5rem !important;
1726
- height: 2.25rem !important;
1727
- box-shadow: 1px 1px 0.25rem 0px rgba(0, 0, 0, 0.2509803922) inset !important;
1728
- font-weight: 400;
1729
- }
1730
- .close-icon {
1731
- top: 3.2rem !important;
1732
- right: 3rem !important;
1733
- cursor: pointer !important;
1734
- }
1735
- .custom-select-border > div {
1736
- border: 1px solid #f0f1f2 !important;
1737
- border-radius: 0.5rem !important;
1738
- }
1739
- .multiSelectGroup .optionsList .option {
1740
- border-top: 1px solid #f0f1f2 !important;
1741
- }
1742
- .multiSelectGroup .optionsList .optionsContainer.optionsContainerWithSearch {
1743
- max-height: 56.25rem !important;
1744
- }
1745
- .inputContainer .inputWrapper {
1746
- border: 1px solid #f0f1f2 !important;
1747
- }
1748
- .rootContentWrapper {
1749
- opacity: 1 !important;
1750
- backdrop-filter: blur(0.5rem);
1751
- background-color: rgba(0, 0, 0, 0.281) !important;
1752
- }
1753
- .guide-tooltip.guide-tooltip.guide-tooltip.guide-tooltip {
1754
- background-color: #000;
1755
- border: none;
1756
- border-radius: 0.75rem;
1757
- }
1758
- .guide-tooltip.guide-tooltip.guide-tooltip.guide-tooltip.tippy-box .tippy-content.tippy-content {
1759
- border-radius: 0.75rem;
1760
- color: #fff;
1761
- background-color: #000;
1762
- }
1763
- .guide-tooltip.guide-tooltip.guide-tooltip.guide-tooltip .tippy-arrow.tippy-arrow.tippy-arrow.tippy-arrow {
1764
- color: #000;
1765
- }
1766
- .guide-tooltip.guide-tooltip.guide-tooltip.guide-tooltip .tippy-arrow.tippy-arrow.tippy-arrow.tippy-arrow::before {
1767
- color: #000;
1768
- }
1769
-
1770
- /* esbuild-sass-plugin:css-chunk:src/layout/docsComponents/DocsSideMenuTree/style.scss */
1771
- ._api-docs-api-tree_hyl5t_1 {
1772
- width: 100%;
1773
- max-width: 12.5rem;
1774
- padding: 3rem 1.25rem;
1775
- box-sizing: border-box;
1776
- }
1777
- ._api-docs-api-tree_hyl5t_1 > * {
1778
- box-sizing: border-box;
1779
- }
1780
- ._api-docs-api-tree__section-header_hyl5t_10 {
1781
- display: flex;
1782
- align-items: center;
1783
- gap: 0.25rem;
1784
- padding-inline: 0.5rem;
1785
- cursor: pointer;
1786
- user-select: none;
1787
- height: 2.5rem;
1788
- }
1789
- ._api-docs-api-tree__section-header_hyl5t_10:hover {
1790
- background-color: #f3f4f6;
1791
- width: 100%;
1792
- }
1793
- ._api-docs-api-tree__section-header_hyl5t_10 svg {
1794
- min-width: 1rem;
1795
- }
1796
- ._api-docs-api-tree__section-header_hyl5t_10 svg:first-child path {
1797
- stroke: #bbbec5;
1798
- }
1799
- ._api-docs-api-tree__section-title_hyl5t_29 {
1800
- font-size: 0.75rem;
1801
- line-height: 0.875rem;
1802
- font-weight: 500;
1803
- color: #000;
1804
- margin-left: 0.25rem;
1805
- word-break: break-all;
1806
- line-height: 0.9375rem;
1807
- }
1808
- ._api-docs-api-tree__section__overview_hyl5t_38 {
1809
- display: flex;
1810
- align-items: center;
1811
- gap: 0.5rem;
1812
- padding: 0.5rem 1.75rem;
1813
- border-radius: 0.25rem;
1814
- cursor: pointer;
1815
- }
1816
- ._api-docs-api-tree__section__overview_hyl5t_38:hover {
1817
- background-color: #f3f4f6;
1818
- }
1819
- ._api-docs-api-tree__section__overview_hyl5t_38 span {
1820
- font-size: 0.75rem;
1821
- line-height: 0.875rem;
1822
- color: #000000;
1823
- }
1824
- ._api-docs-api-tree__section__overview_hyl5t_38[data-active=true] {
1825
- background-color: #f0f1f2;
1826
- }
1827
- ._api-docs-api-tree__section__endpoints_hyl5t_57 {
1828
- display: flex;
1829
- align-items: center;
1830
- height: 1.5rem;
1831
- gap: 0.5rem;
1832
- border-radius: 0.25rem;
1833
- padding-inline: 1.75rem;
1834
- cursor: pointer;
1835
- }
1836
- ._api-docs-api-tree__section__endpoints_hyl5t_57 span {
1837
- font-size: 0.75rem;
1838
- line-height: 0.875rem;
1839
- color: #000000;
1840
- }
1841
- ._api-docs-api-tree__section__endpoints_hyl5t_57[data-active=true] {
1842
- background-color: #f0f1f2;
1843
- }
1844
- ._api-docs-api-tree__section_hyl5t_10[data-active=true] ._api-docs-api-tree__section-title_hyl5t_29 {
1845
- color: #616874;
1846
- }
1847
- ._api-docs-api-tree__endpoints_hyl5t_77 {
1848
- display: flex;
1849
- flex-direction: column;
1850
- align-items: start;
1851
- gap: 0.5rem;
1852
- border-radius: 0.25rem;
1853
- cursor: pointer;
1854
- }
1855
- ._api-docs-api-tree__endpoints_hyl5t_77 span {
1856
- font-size: 0.75rem;
1857
- line-height: 0.875rem;
1858
- color: #000000;
1859
- }
1860
- ._api-docs-api-tree__endpoints_hyl5t_77[data-active=true] {
1861
- background-color: #f0f1f2;
1862
- }
1863
- ._api-docs-api-tree__subsection-header_hyl5t_93 {
1864
- height: 2rem;
1865
- display: flex;
1866
- align-items: center;
1867
- gap: 0.875rem;
1868
- padding-inline: 0.5rem;
1869
- cursor: pointer;
1870
- user-select: none;
1871
- }
1872
- ._api-docs-api-tree__subsection-header_hyl5t_93 svg {
1873
- color: #6b7280;
1874
- }
1875
- ._api-docs-api-tree__subsection-title_hyl5t_105 {
1876
- font-size: 0.75rem;
1877
- line-height: 0.875rem;
1878
- color: #616874;
1879
- }
1880
- ._api-docs-api-tree__endpoint_hyl5t_77 {
1881
- display: flex;
1882
- align-items: center;
1883
- gap: 0.25rem;
1884
- padding: 0.5rem 0.75rem;
1885
- text-transform: capitalize;
1886
- width: 100%;
1887
- cursor: pointer;
1888
- }
1889
- ._api-docs-api-tree__endpoint_hyl5t_77[data-active=true] {
1890
- background-color: #f0f1f2;
1891
- }
1892
- ._api-docs-api-tree__endpoint_hyl5t_77:hover {
1893
- background-color: #f3f4f6;
1894
- }
1895
- ._api-docs-api-tree__endpoint-method_hyl5t_125 {
1896
- font-size: 0.75rem;
1897
- line-height: 0.875rem;
1898
- font-weight: 400;
1899
- text-align: start;
1900
- }
1901
- ._api-docs-api-tree__endpoint-name_hyl5t_131 {
1902
- font-size: 0.75rem;
1903
- line-height: 0.875rem;
1904
- color: #3b3f46;
1905
- display: -webkit-box;
1906
- -webkit-box-orient: vertical;
1907
- -webkit-line-clamp: 1;
1908
- overflow: hidden;
1909
- text-overflow: ellipsis;
1910
- }
1911
- ._api-docs-api-tree__endpoint--get_hyl5t_141 ._api-docs-api-tree__endpoint-method_hyl5t_125 {
1912
- color: #3a6cd1;
1913
- }
1914
- ._api-docs-api-tree__endpoint--post_hyl5t_144 ._api-docs-api-tree__endpoint-method_hyl5t_125 {
1915
- color: #3aaa35;
1916
- }
1917
- ._api-docs-api-tree__endpoint--put_hyl5t_147 ._api-docs-api-tree__endpoint-method_hyl5t_125 {
1918
- color: #faad14;
1919
- }
1920
- ._api-docs-api-tree__endpoint--delete_hyl5t_150 ._api-docs-api-tree__endpoint-method_hyl5t_125 {
1921
- color: #da3f3f;
1922
- }
1923
- ._api-docs-api-tree__endpoint--option_hyl5t_153 ._api-docs-api-tree__endpoint-method_hyl5t_125 {
1924
- color: #495d97;
1925
- }
1926
- ._api-docs-api-tree__endpoint--head_hyl5t_156 ._api-docs-api-tree__endpoint-method_hyl5t_125 {
1927
- color: #9461c9;
1928
- }
1929
- ._api-docs-api-tree__endpoint--patch_hyl5t_159 ._api-docs-api-tree__endpoint-method_hyl5t_125 {
1930
- color: #58e2c2;
1931
- }
1932
-
1933
- /* esbuild-sass-plugin:css-chunk:src/layout/docsComponents/DocsContent/style.scss */
1934
-
1935
- /* esbuild-sass-plugin:css-chunk:src/layout/docsComponents/DocsContent/OverviewPage/style.scss */
1936
- ._api-details-page_ol1lw_1 {
1937
- padding: 2rem;
1938
- }
1939
- ._api-details-page_ol1lw_1 ._welcome_ol1lw_4 {
1940
- font-size: 1.2rem;
1941
- color: #616874;
1942
- font-weight: 400;
1943
- font-size: 1.125rem;
1944
- letter-spacing: 0px;
1945
- line-height: 1.5rem;
1946
- }
1947
- ._api-details-page_ol1lw_1 ._api-title_ol1lw_12 {
1948
- font-size: 2rem;
1949
- font-weight: 600;
1950
- color: #4d75d9;
1951
- font-size: 3rem;
1952
- letter-spacing: -1px;
1953
- margin-bottom: 0.5rem;
1954
- }
1955
- ._api-details-page_ol1lw_1 ._api-version_ol1lw_20 {
1956
- font-size: 1.25rem;
1957
- color: #3b3f46;
1958
- font-weight: 400;
1959
- letter-spacing: 0px;
1960
- line-height: 1.75rem;
1961
- }
1962
- ._api-details-page_ol1lw_1 ._custom-url-input_ol1lw_27 {
1963
- margin-top: 1.5rem;
1964
- width: 50%;
1965
- }
1966
- ._api-details-page_ol1lw_1 ._custom-url-input_ol1lw_27 ._input-label_ol1lw_31 {
1967
- display: block;
1968
- margin-bottom: 0.5rem;
1969
- font-size: 0.875rem;
1970
- font-weight: 600;
1971
- color: #4d4f5c;
1972
- }
1973
- ._api-details-page_ol1lw_1 ._custom-url-input_ol1lw_27 ._url-container_ol1lw_38 {
1974
- position: relative;
1975
- }
1976
- ._api-details-page_ol1lw_1 ._custom-url-input_ol1lw_27 ._type-ddl_ol1lw_41 {
1977
- cursor: pointer;
1978
- display: flex;
1979
- align-items: center;
1980
- justify-content: space-between;
1981
- width: 100%;
1982
- background-color: #edf1fb;
1983
- border: 1px solid #fff;
1984
- border-radius: 0.375rem;
1985
- padding: 0.5rem 1rem;
1986
- }
1987
- ._api-details-page_ol1lw_1 ._custom-url-input_ol1lw_27 ._url-text_ol1lw_52 {
1988
- flex: 1;
1989
- padding-right: 0.75rem;
1990
- border: none;
1991
- background: transparent;
1992
- line-height: 1.75rem;
1993
- letter-spacing: 0;
1994
- font-size: 1.125rem;
1995
- font-weight: 400;
1996
- opacity: 0.5;
1997
- color: #000000;
1998
- }
1999
- ._api-details-page_ol1lw_1 ._custom-url-input_ol1lw_27 ._icon-container_ol1lw_64 {
2000
- display: flex;
2001
- align-items: center;
2002
- gap: 0.75rem;
2003
- }
2004
- ._api-details-page_ol1lw_1 ._custom-url-input_ol1lw_27 ._icon-container_ol1lw_64 ._icon_ol1lw_64 {
2005
- display: inline-block;
2006
- width: 1.75rem;
2007
- height: 1.75rem;
2008
- }
2009
- ._api-details-page_ol1lw_1 ._custom-url-input_ol1lw_27 ._icon-container_ol1lw_64 ._icon_ol1lw_64:focus {
2010
- outline: none;
2011
- }
2012
- ._api-details-page_ol1lw_1 ._custom-url-input_ol1lw_27 ._url-list_ol1lw_77 {
2013
- position: absolute;
2014
- top: 100%;
2015
- left: 0;
2016
- width: 100%;
2017
- z-index: 10;
2018
- background: white;
2019
- border: 1px solid #ccc;
2020
- border-radius: 0.375rem;
2021
- max-height: 12.5rem;
2022
- overflow-y: auto;
2023
- }
2024
- ._api-details-page_ol1lw_1 ._custom-url-input_ol1lw_27 ._url-item_ol1lw_89 {
2025
- padding: 0.5rem 1rem;
2026
- display: flex;
2027
- align-items: center;
2028
- gap: 0.5rem;
2029
- cursor: pointer;
2030
- }
2031
- ._api-details-page_ol1lw_1 ._custom-url-input_ol1lw_27 ._url-item_ol1lw_89:hover {
2032
- background-color: #f5f5f5;
2033
- }
2034
- ._api-details-page_ol1lw_1 ._custom-url-input_ol1lw_27 ._input-wrapper_ol1lw_99 ._icon_ol1lw_64 {
2035
- cursor: pointer;
2036
- color: #4d75d9;
2037
- font-size: 1rem;
2038
- margin-left: 0.5rem;
2039
- }
2040
- ._api-details-page_ol1lw_1 ._custom-url-input_ol1lw_27 ._input-wrapper_ol1lw_99 ._icon_ol1lw_64:hover {
2041
- color: #2f54eb;
2042
- }
2043
- ._api-details-page_ol1lw_1 ._api-desc_ol1lw_108 {
2044
- padding: 1.125rem 0;
2045
- color: #000000;
2046
- font-weight: 400;
2047
- line-height: 1.125rem;
2048
- }
2049
- ._api-details-page_ol1lw_1 ._api-product-tag_ol1lw_114 {
2050
- margin: 1rem 0;
2051
- font-size: 0.9rem;
2052
- font-size: 1rem;
2053
- font-weight: 500;
2054
- color: #616874;
2055
- line-height: 1.125rem;
2056
- letter-spacing: 0px;
2057
- }
2058
- ._api-details-page_ol1lw_1 ._api-product-tag_ol1lw_114 ._product-tag_ol1lw_123 {
2059
- background: #f1f1f1;
2060
- padding: 0.25rem 0.5rem;
2061
- border-radius: 0.25rem;
2062
- border: 1px solid #bbbec5;
2063
- font-weight: 400;
2064
- font-size: 0.75rem;
2065
- letter-spacing: 0px;
2066
- margin-left: 0.5rem;
2067
- cursor: pointer;
2068
- }
2069
- ._api-details-page_ol1lw_1 ._section-title_ol1lw_134 {
2070
- margin-top: 2rem;
2071
- color: #4d75d9;
2072
- font-weight: 600;
2073
- font-size: 1.75rem;
2074
- letter-spacing: -0.5px;
2075
- line-height: 2.25rem;
2076
- }
2077
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 {
2078
- margin-top: 1.5rem;
2079
- gap: 1rem;
2080
- }
2081
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._tag-title_ol1lw_146 {
2082
- font-size: 1.125rem;
2083
- margin-bottom: 1rem;
2084
- border-bottom: 1px solid #ddd;
2085
- padding-bottom: 0.5rem;
2086
- line-height: 1.5rem;
2087
- letter-spacing: 0px;
2088
- font-weight: 500;
2089
- color: #616874;
2090
- }
2091
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-list_ol1lw_156 {
2092
- display: grid;
2093
- grid-template-columns: repeat(auto-fill, minmax(308px, 1fr));
2094
- gap: 1rem;
2095
- }
2096
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 {
2097
- display: flex;
2098
- align-items: center;
2099
- justify-content: space-between;
2100
- padding: 1rem;
2101
- border: 1px solid #e5e7eb;
2102
- border-radius: 0.5rem;
2103
- background-color: #fff;
2104
- margin-bottom: 1rem;
2105
- transition: box-shadow 0.2s ease;
2106
- }
2107
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._endpoint-card-header_ol1lw_172 {
2108
- display: flex;
2109
- gap: 0.8rem;
2110
- align-items: flex-start;
2111
- }
2112
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._endpoint-card-header_ol1lw_172 ._title-wrapper_ol1lw_177 {
2113
- flex: 1;
2114
- max-width: 10rem;
2115
- min-width: 10rem;
2116
- }
2117
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._endpoint-card-header_ol1lw_172 h5 {
2118
- font-size: 1rem;
2119
- font-weight: 400;
2120
- line-height: 1.25rem;
2121
- letter-spacing: 0px;
2122
- white-space: nowrap;
2123
- overflow: hidden;
2124
- text-overflow: ellipsis;
2125
- max-width: 100%;
2126
- }
2127
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._method-label_ol1lw_192 {
2128
- font-size: 0.875rem;
2129
- font-weight: 400;
2130
- letter-spacing: 0px;
2131
- line-height: 1rem;
2132
- padding: 0.275rem 1.563rem;
2133
- border-radius: 0.188rem;
2134
- display: inline-block;
2135
- margin-bottom: 1rem;
2136
- text-transform: uppercase;
2137
- }
2138
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._method-label_ol1lw_192._get_ol1lw_203 {
2139
- background-color: #3a6cd1;
2140
- color: #ffffff;
2141
- }
2142
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._method-label_ol1lw_192._post_ol1lw_207 {
2143
- background-color: #3aaa35;
2144
- color: #ffffff;
2145
- }
2146
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._method-label_ol1lw_192._put_ol1lw_211 {
2147
- background-color: #faad14;
2148
- color: #ffffff;
2149
- }
2150
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._method-label_ol1lw_192._patch_ol1lw_215 {
2151
- background-color: #58e2c2;
2152
- color: #ffffff;
2153
- }
2154
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._method-label_ol1lw_192._delete_ol1lw_219 {
2155
- background-color: #da3f3f;
2156
- color: #ffffff;
2157
- }
2158
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._method-label_ol1lw_192._head_ol1lw_223 {
2159
- background-color: #9461c9;
2160
- color: #ffffff;
2161
- }
2162
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._method-label_ol1lw_192._trace_ol1lw_227 {
2163
- background-color: #ffa28f;
2164
- color: #ffffff;
2165
- }
2166
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._method-label_ol1lw_192._options_ol1lw_231 {
2167
- background-color: #495d97;
2168
- color: #ffffff;
2169
- }
2170
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._endpoint-meta_ol1lw_235 h5 {
2171
- font-size: 1rem;
2172
- font-weight: 400;
2173
- line-height: 1.25rem;
2174
- letter-spacing: 0px;
2175
- }
2176
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._endpoint-meta_ol1lw_235 p {
2177
- color: #616874;
2178
- font-weight: 400;
2179
- font-size: 0.85rem;
2180
- letter-spacing: 0px;
2181
- line-height: 1rem;
2182
- margin: 0.25rem 0;
2183
- }
2184
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._endpoint-meta_ol1lw_235 ._description_ol1lw_249 {
2185
- color: #3b3f46;
2186
- line-height: 1rem;
2187
- font-weight: 400;
2188
- letter-spacing: 0px;
2189
- margin-top: 1.5rem;
2190
- }
2191
- ._api-details-page_ol1lw_1 ._endpoint-group_ol1lw_142 ._endpoint-card_ol1lw_161 ._endpoint-arrow_ol1lw_256 {
2192
- align-content: center;
2193
- width: 1rem;
2194
- height: 1rem;
2195
- flex-shrink: 0;
2196
- margin-left: 1rem;
2197
- }
2198
- ._api-details-page_ol1lw_1 ._versions-section_ol1lw_263 {
2199
- margin-top: 2rem;
2200
- }
2201
- ._api-details-page_ol1lw_1 ._versions-section_ol1lw_263 h4 {
2202
- color: #4d75d9;
2203
- font-weight: 600;
2204
- font-size: 1.75rem;
2205
- letter-spacing: -0.5px;
2206
- line-height: 2.25rem;
2207
- margin-bottom: 0.75rem;
2208
- }
2209
- ._api-details-page_ol1lw_1 ._versions-section_ol1lw_263 ._version-list_ol1lw_274 {
2210
- display: flex;
2211
- flex-wrap: wrap;
2212
- gap: 1rem;
2213
- }
2214
- ._api-details-page_ol1lw_1 ._versions-section_ol1lw_263 ._version-list_ol1lw_274 ._version-btn_ol1lw_279 {
2215
- height: 3rem;
2216
- padding: 0.4rem 0.8rem;
2217
- border: 1px solid #4d75d9;
2218
- border-radius: 0.375rem;
2219
- background-color: #fff;
2220
- cursor: pointer;
2221
- font-size: 0.875rem;
2222
- color: #4d75d9;
2223
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2509803922);
2224
- white-space: nowrap;
2225
- min-width: 3.9375rem;
2226
- }
2227
-
2228
- /* esbuild-sass-plugin:css-chunk:src/layout/docsComponents/DocsContent/EndpointPage/style.scss */
2229
- main {
2230
- padding: 2rem;
2231
- }
2232
- main ._url-container_kxbl4_4 {
2233
- position: relative;
2234
- width: 100%;
2235
- }
2236
- main ._type-ddl_kxbl4_8 {
2237
- cursor: pointer;
2238
- display: flex;
2239
- align-items: center;
2240
- justify-content: space-between;
2241
- width: 100%;
2242
- background-color: #edf1fb;
2243
- border-radius: 0.375rem;
2244
- }
2245
- main ._url-text_kxbl4_17 {
2246
- flex: 1;
2247
- padding-right: 0.75rem;
2248
- border: none;
2249
- background: transparent;
2250
- line-height: 1.75rem;
2251
- letter-spacing: 0;
2252
- font-size: 1.125rem;
2253
- font-weight: 400;
2254
- opacity: 0.5;
2255
- color: #000000;
2256
- }
2257
- main ._icon-container_kxbl4_29 {
2258
- display: flex;
2259
- align-items: center;
2260
- gap: 0.75rem;
2261
- }
2262
- main ._icon-container_kxbl4_29 ._icon_kxbl4_29 {
2263
- display: inline-block;
2264
- width: 1.75rem;
2265
- height: 1.75rem;
2266
- }
2267
- main ._icon-container_kxbl4_29 ._icon_kxbl4_29:focus {
2268
- outline: none;
2269
- }
2270
- main ._url-list_kxbl4_42 {
2271
- position: absolute;
2272
- top: 100%;
2273
- left: 0;
2274
- width: 100%;
2275
- z-index: 10;
2276
- background: white;
2277
- border: 1px solid #ccc;
2278
- border-radius: 0.375rem;
2279
- max-height: 12.5rem;
2280
- overflow-y: auto;
2281
- }
2282
- main ._url-item_kxbl4_54 {
2283
- padding: 0.5rem 1rem;
2284
- display: flex;
2285
- align-items: center;
2286
- gap: 0.5rem;
2287
- cursor: pointer;
2288
- }
2289
- main ._url-item_kxbl4_54:hover {
2290
- background-color: #f5f5f5;
2291
- }
2292
- main ._api-details-expanded_kxbl4_64 ._response-section_kxbl4_64 ._codeboxSection_kxbl4_64 ._codeboxHeader_kxbl4_64 ._multiSelectGroup_kxbl4_64 ._selectDisplay_kxbl4_64 {
2293
- padding: 0;
2294
- width: 7.5rem !important;
2295
- height: 2rem !important;
2296
- }
2297
- main ._api-details-expanded_kxbl4_64 ._response-section_kxbl4_64 ._codeboxSection_kxbl4_64 ._codeboxHeader_kxbl4_64 ._multiSelectGroup_kxbl4_64 ._selectDisplay_kxbl4_64 ._select-label-container_kxbl4_69 {
2298
- min-width: 100%;
2299
- padding: 0;
2300
- }
2301
- main ._api-details-expanded_kxbl4_64 ._response-section_kxbl4_64 ._codeboxSection_kxbl4_64 ._codeboxHeader_kxbl4_64 ._multiSelectGroup_kxbl4_64 ._optionsList_kxbl4_73 ._option_kxbl4_73 {
2302
- height: 1.5rem;
2303
- padding: 0;
2304
- }
2305
- main ._api-details-expanded_kxbl4_64 ._response-section_kxbl4_64 ._codeboxSection_kxbl4_64 ._codeboxHeader_kxbl4_64 ._multiSelectGroup_kxbl4_64 ._statusCodeOptionContainer_kxbl4_77 {
2306
- display: flex;
2307
- align-items: center;
2308
- gap: 0.625rem;
2309
- padding-left: 0.75rem;
2310
- }
2311
- main ._api-details-expanded_kxbl4_64 ._response-section_kxbl4_64 ._codeboxSection_kxbl4_64 ._codeboxHeader_kxbl4_64 ._multiSelectGroup_kxbl4_64 ._statusCodeOptionContainer_kxbl4_77 ._statusCodeOptionCircle_kxbl4_83 {
2312
- width: 0.625rem;
2313
- min-width: 0.625rem;
2314
- aspect-ratio: 1/1;
2315
- border-radius: 100%;
2316
- }
2317
- main ._api-details-expanded_kxbl4_64 ._api-title_kxbl4_89 {
2318
- font-size: 3rem;
2319
- font-weight: 600;
2320
- letter-spacing: -1px;
2321
- line-height: 3.5rem;
2322
- margin-bottom: 0.752rem;
2323
- color: #4d75d9;
2324
- }
2325
- main ._api-details-expanded_kxbl4_64 ._test-button_kxbl4_97 {
2326
- margin-top: 1.25rem;
2327
- margin-bottom: 3.125rem;
2328
- display: flex;
2329
- align-items: center;
2330
- justify-content: space-between;
2331
- gap: 0.5rem;
2332
- }
2333
- main ._api-details-expanded_kxbl4_64 ._test-button_kxbl4_97 ._back-button_kxbl4_105 {
2334
- display: inline-flex;
2335
- align-items: center;
2336
- justify-content: center;
2337
- width: 2.75rem;
2338
- height: 2.75rem;
2339
- border: 1px solid #3b82f6;
2340
- border-radius: 0.5rem;
2341
- background-color: white;
2342
- color: #3b82f6;
2343
- cursor: pointer;
2344
- transition: background-color 0.2s ease;
2345
- }
2346
- main ._api-details-expanded_kxbl4_64 ._test-button_kxbl4_97 ._back-button_kxbl4_105 svg {
2347
- stroke-width: 2;
2348
- }
2349
- main ._api-details-expanded_kxbl4_64 ._test-button_kxbl4_97 ._back-button_kxbl4_105:hover {
2350
- background-color: #eff6ff;
2351
- }
2352
- main ._api-details-expanded_kxbl4_64 ._test-button_kxbl4_97 ._disabled_kxbl4_124 {
2353
- background: #f0f1f2;
2354
- color: #9ca1aa;
2355
- cursor: not-allowed;
2356
- padding: 0.375rem 1rem;
2357
- border-radius: 6px;
2358
- font-size: 14px;
2359
- border: 1px #b8bfca solid;
2360
- width: 7.56rem;
2361
- height: 2.75rem;
2362
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
2363
- }
2364
- main ._api-details-expanded_kxbl4_64 h3 {
2365
- color: #616874;
2366
- font-size: 1.125rem;
2367
- font-weight: 400;
2368
- letter-spacing: 0px;
2369
- line-height: 1.5rem;
2370
- margin-top: 1.5rem;
2371
- margin-bottom: 0.5rem;
2372
- }
2373
- main ._api-details-expanded_kxbl4_64 ._url-box_kxbl4_145 {
2374
- position: relative;
2375
- background-color: #edf1fb;
2376
- padding: 0.375rem 0.75rem;
2377
- border-radius: 0.5rem;
2378
- display: flex;
2379
- align-items: center;
2380
- gap: 0.5rem;
2381
- font-size: 14px;
2382
- flex: 1;
2383
- height: 2.8rem;
2384
- margin-bottom: 1.5rem;
2385
- }
2386
- main ._api-details-expanded_kxbl4_64 ._url-box_text-container_kxbl4_158 {
2387
- display: flex;
2388
- align-items: center;
2389
- flex: 1;
2390
- }
2391
- main ._api-details-expanded_kxbl4_64 ._url-box_text-container_kxbl4_158 ._url-text_kxbl4_17 {
2392
- color: #3b3f46;
2393
- font-size: 1.25rem;
2394
- line-height: 1.75rem;
2395
- max-width: 100%;
2396
- overflow: hidden;
2397
- text-overflow: ellipsis;
2398
- white-space: nowrap;
2399
- flex: 1;
2400
- }
2401
- main ._api-details-expanded_kxbl4_64 ._url-box_text-container_kxbl4_158 ._method-label_kxbl4_173 {
2402
- font-size: 1.25rem;
2403
- padding: 0.125rem 0.5rem;
2404
- border-radius: 0.375rem;
2405
- text-transform: uppercase;
2406
- color: #3aaa35;
2407
- text-decoration: underline;
2408
- }
2409
- main ._api-details-expanded_kxbl4_64 ._url-box_text-container_kxbl4_158 ._method-label_kxbl4_173._get_kxbl4_181 {
2410
- color: #3a6cd1;
2411
- }
2412
- main ._api-details-expanded_kxbl4_64 ._url-box_text-container_kxbl4_158 ._method-label_kxbl4_173._post_kxbl4_184 {
2413
- color: #3aaa35;
2414
- }
2415
- main ._api-details-expanded_kxbl4_64 ._url-box_text-container_kxbl4_158 ._method-label_kxbl4_173._put_kxbl4_187 {
2416
- color: #faad14;
2417
- }
2418
- main ._api-details-expanded_kxbl4_64 ._url-box_text-container_kxbl4_158 ._method-label_kxbl4_173._patch_kxbl4_190 {
2419
- color: #58e2c2;
2420
- }
2421
- main ._api-details-expanded_kxbl4_64 ._url-box_text-container_kxbl4_158 ._method-label_kxbl4_173._delete_kxbl4_193 {
2422
- color: #da3f3f;
2423
- }
2424
- main ._api-details-expanded_kxbl4_64 ._url-box_text-container_kxbl4_158 ._method-label_kxbl4_173._head_kxbl4_196 {
2425
- color: #9461c9;
2426
- }
2427
- main ._api-details-expanded_kxbl4_64 ._url-box_text-container_kxbl4_158 ._method-label_kxbl4_173._trace_kxbl4_199 {
2428
- color: #ffa28f;
2429
- }
2430
- main ._api-details-expanded_kxbl4_64 ._url-box_text-container_kxbl4_158 ._method-label_kxbl4_173._options_kxbl4_73 {
2431
- color: #495d97;
2432
- }
2433
- main ._api-details-expanded_kxbl4_64 ._url-box_kxbl4_145 ._copy-icon_kxbl4_205 {
2434
- cursor: pointer;
2435
- width: 1.5rem;
2436
- height: 1.5rem;
2437
- }
2438
- main ._api-details-expanded_kxbl4_64 ._api-desc_kxbl4_210 {
2439
- color: #6b7280;
2440
- margin: 1.5rem 0;
2441
- }
2442
- main ._api-details-expanded_kxbl4_64 ._head-table-label_kxbl4_214 {
2443
- color: #3b3f46 !important;
2444
- letter-spacing: 0px;
2445
- font-weight: 400 !important;
2446
- line-height: 1rem;
2447
- }
2448
- main ._api-details-expanded_kxbl4_64 ._request-tabs_kxbl4_220 {
2449
- display: flex;
2450
- gap: 0.5rem;
2451
- margin-bottom: 0.75rem;
2452
- }
2453
- main ._api-details-expanded_kxbl4_64 ._tab_kxbl4_225 {
2454
- background: white;
2455
- border: 1px solid #d1d3d8;
2456
- padding: 0.375rem 0.75rem;
2457
- border-radius: 6px;
2458
- cursor: pointer;
2459
- font-size: 0.875rem;
2460
- color: #000000;
2461
- display: flex;
2462
- align-items: center;
2463
- gap: 0.375rem;
2464
- }
2465
- main ._api-details-expanded_kxbl4_64 ._tab_kxbl4_225 {
2466
- background: white;
2467
- border: 1px solid #d1d3d8;
2468
- padding: 0.375rem 0.75rem;
2469
- border-radius: 6px;
2470
- cursor: pointer;
2471
- font-size: 0.875rem;
2472
- color: #000000;
2473
- display: flex;
2474
- align-items: center;
2475
- gap: 0.375rem;
2476
- }
2477
- main ._api-details-expanded_kxbl4_64 ._tab_kxbl4_225._active_kxbl4_249 {
2478
- background-color: #e5edff;
2479
- border-color: #4d75d9;
2480
- color: #000000;
2481
- font-weight: 400;
2482
- }
2483
- main ._api-details-expanded_kxbl4_64 ._icon-left_kxbl4_255 {
2484
- width: 0.875rem;
2485
- height: 0.875rem;
2486
- }
2487
- main ._api-details-expanded_kxbl4_64 ._table-wrapper_kxbl4_259 {
2488
- overflow-x: auto;
2489
- border: 1px solid #e5e7eb;
2490
- border-radius: 0.8rem;
2491
- background: white;
2492
- border: 1px #bbbec5 solid;
2493
- margin-bottom: 2rem;
2494
- }
2495
- main ._api-details-expanded_kxbl4_64 ._param-table_kxbl4_267 {
2496
- width: 100%;
2497
- border-collapse: collapse;
2498
- font-size: 0.875rem;
2499
- }
2500
- main ._api-details-expanded_kxbl4_64 ._param-table_kxbl4_267 ._desc-cell_kxbl4_272 {
2501
- position: relative;
2502
- max-width: 20rem;
2503
- padding-right: 1.5rem;
2504
- }
2505
- main ._api-details-expanded_kxbl4_64 ._param-table_kxbl4_267 ._desc-text_kxbl4_277 {
2506
- white-space: nowrap;
2507
- overflow: hidden;
2508
- text-overflow: ellipsis;
2509
- max-width: 90%;
2510
- }
2511
- main ._api-details-expanded_kxbl4_64 ._param-table_kxbl4_267 ._desc-text_kxbl4_277._expanded_kxbl4_283 {
2512
- white-space: normal;
2513
- }
2514
- main ._api-details-expanded_kxbl4_64 ._param-table_kxbl4_267 ._desc-toggle_kxbl4_286 {
2515
- position: absolute;
2516
- right: 0.5rem;
2517
- top: 50%;
2518
- transform: translateY(-50%);
2519
- background: none;
2520
- border: none;
2521
- cursor: pointer;
2522
- }
2523
- main ._api-details-expanded_kxbl4_64 ._param-table_kxbl4_267 ._desc-toggle_kxbl4_286 svg {
2524
- transition: transform 0.2s ease;
2525
- }
2526
- main ._api-details-expanded_kxbl4_64 ._param-table_kxbl4_267 ._desc-toggle_kxbl4_286 ._rotated_kxbl4_298 {
2527
- transform: rotate(180deg);
2528
- }
2529
- main ._api-details-expanded_kxbl4_64 ._param-table_kxbl4_267 th,
2530
- main ._api-details-expanded_kxbl4_64 ._param-table_kxbl4_267 td {
2531
- padding: 10px;
2532
- border-bottom: 1px solid #bbbec5;
2533
- text-align: left;
2534
- color: #3b3f46;
2535
- }
2536
- main ._api-details-expanded_kxbl4_64 ._param-table_kxbl4_267 th {
2537
- background: #edf1fb;
2538
- font-weight: 600;
2539
- }
2540
- main ._api-details-expanded_kxbl4_64 ._response-status_kxbl4_312 {
2541
- display: flex;
2542
- align-items: center;
2543
- justify-content: end;
2544
- gap: 0.375rem;
2545
- font-size: 0.875rem;
2546
- color: green;
2547
- margin-bottom: 0.75rem;
2548
- }
2549
- main ._api-details-expanded_kxbl4_64 ._response-drop_kxbl4_321 {
2550
- width: 10rem;
2551
- justify-content: end;
2552
- }
2553
- main ._api-details-expanded_kxbl4_64 ._response-drop-test_kxbl4_325 {
2554
- justify-content: end !important;
2555
- align-items: end !important;
2556
- align-content: end !important;
2557
- }
2558
-
2559
- /* esbuild-sass-plugin:css-chunk:src/layout/docsComponents/Codebox/style.module.scss */
2560
- ._codebox_i8vlp_1 {
2561
- border-radius: 0.25rem;
2562
- overflow: hidden;
2563
- }
2564
- ._codebox_header_i8vlp_5 {
2565
- display: flex;
2566
- align-items: center;
2567
- gap: 0.25rem;
2568
- padding-left: 0.5rem;
2569
- height: 1.75rem;
2570
- border: 1px solid #bbbec5;
2571
- border-top-right-radius: 0.25rem;
2572
- border-top-left-radius: 0.25rem;
2573
- }
2574
- ._codebox_header_themeToggle_i8vlp_15 {
2575
- width: 0.75rem;
2576
- min-width: 0.75rem;
2577
- aspect-ratio: 1/1;
2578
- border: 1px solid transparent;
2579
- border-radius: 100%;
2580
- cursor: pointer;
2581
- }
2582
- ._codebox_header_themeToggle_dark_i8vlp_23 {
2583
- background-color: #455162;
2584
- border-color: #6b7280;
2585
- }
2586
- ._codebox_header_themeToggle_light_i8vlp_27 {
2587
- background-color: #edf1fb;
2588
- border-color: #6b7280;
2589
- }
2590
- ._codebox_header_copyIcon_i8vlp_31 {
2591
- cursor: pointer;
2592
- }
2593
- ._codebox_i8vlp_1 .custom-code-line,
2594
- ._codebox_i8vlp_1 .custom-code-line span {
2595
- font-family: "Cascadia Code", sans-serif;
2596
- }
2597
-
2598
- /* esbuild-sass-plugin:css-chunk:src/layout/docsComponents/DocsAside/style.module.scss */
2599
- ._apiDocsAside_1txqy_1 {
2600
- width: 22.5rem;
2601
- padding: 3rem 1.5rem;
2602
- background-color: #f0f1f2;
2603
- }
2604
- ._apiDocsAside_title_1txqy_6 {
2605
- font-size: 1.5rem;
2606
- line-height: 2rem;
2607
- font-weight: 600;
2608
- color: #12131a;
2609
- margin-bottom: 0.5rem;
2610
- }
2611
- ._apiDocsAside_subtitle_1txqy_13 {
2612
- margin-bottom: 2rem;
2613
- }
2614
- ._apiDocsAside_subtitle_1txqy_13 > span {
2615
- font-size: 1.25rem;
2616
- line-height: 1.75rem;
2617
- font-weight: 400;
2618
- }
2619
- ._apiDocsAside_subtitle_method_1txqy_21[data-method=get] {
2620
- color: #3a6cd1;
2621
- }
2622
- ._apiDocsAside_subtitle_method_1txqy_21[data-method=post] {
2623
- color: #3aaa35;
2624
- }
2625
- ._apiDocsAside_subtitle_method_1txqy_21[data-method=put] {
2626
- color: #faad14;
2627
- }
2628
- ._apiDocsAside_subtitle_method_1txqy_21[data-method=delete] {
2629
- color: #da3f3f;
2630
- }
2631
- ._apiDocsAside_subtitle_method_1txqy_21[data-method=option] {
2632
- color: #495d97;
2633
- }
2634
- ._apiDocsAside_subtitle_method_1txqy_21[data-method=head] {
2635
- color: #9461c9;
2636
- }
2637
- ._apiDocsAside_subtitle_method_1txqy_21[data-method=patch] {
2638
- color: #58e2c2;
2639
- }
2640
- ._apiDocsAside_1txqy_1 ._codeboxSection_1txqy_42 ._codeboxHeader_1txqy_42 {
2641
- height: 2rem;
2642
- display: flex;
2643
- justify-content: space-between;
2644
- margin-bottom: 0.25rem;
2645
- }
2646
- ._apiDocsAside_1txqy_1 ._codeboxSection_1txqy_42 ._codeboxHeader_1txqy_42 h6 {
2647
- font-size: 1rem;
2648
- line-height: 1.25rem;
2649
- font-weight: 500;
2650
- color: #616874;
2651
- }
2652
- ._apiDocsAside_1txqy_1 ._codeboxSection_1txqy_42:nth-of-type(2) {
2653
- margin-top: 3rem;
2654
- }
2655
- ._apiDocsAside_1txqy_1 ._codeboxSection_1txqy_42 .multiSelectGroup .selectDisplay {
2656
- padding: 0;
2657
- }
2658
- ._apiDocsAside_1txqy_1 ._codeboxSection_1txqy_42 .multiSelectGroup .selectDisplay .select-label-container {
2659
- min-width: 100%;
2660
- padding: 0;
2661
- }
2662
- ._apiDocsAside_1txqy_1 ._codeboxSection_1txqy_42 .multiSelectGroup .optionsList .option {
2663
- height: 1.5rem;
2664
- padding: 0;
2665
- }
2666
- ._apiDocsAside_1txqy_1 ._codeboxSection_1txqy_42 .multiSelectGroup ._statusCodeOptionContainer_1txqy_68 {
2667
- display: flex;
2668
- align-items: center;
2669
- gap: 0.625rem;
2670
- padding-left: 0.75rem;
2671
- }
2672
- ._apiDocsAside_1txqy_1 ._codeboxSection_1txqy_42 .multiSelectGroup ._statusCodeOptionContainer_1txqy_68 ._statusCodeOptionCircle_1txqy_74 {
2673
- width: 0.625rem;
2674
- min-width: 0.625rem;
2675
- aspect-ratio: 1/1;
2676
- border-radius: 100%;
2677
- }
2678
- ._apiDocsAside_1txqy_1 .multiSelectGroup .selectDisplay,
2679
- ._apiDocsAside_1txqy_1 .multiSelectGroup {
2680
- width: 6.25rem !important;
2681
- height: 1.5rem !important;
2682
- }
2683
- ._apiDocsAside_1txqy_1 .multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer {
2684
- padding-right: 0.75rem !important;
2685
- }
2686
-
2687
- /* esbuild-sass-plugin:css-chunk:src/layout/docsComponents/index.scss */
2688
- ._api-docs-layout_1fgdk_1 {
2689
- @import url(https://fonts.googleapis.com/css2?family=Cascadia+Code:ital,wght@0,200..700;1,200..700&display=swap);
2690
- display: grid;
2691
- height: 100vh;
2692
- max-height: 100%;
2693
- width: 100%;
2694
- overflow: hidden;
2695
- grid-template: 2.625rem auto/12.5rem 1fr auto;
2696
- padding: 0 !important;
2697
- }
2698
- ._api-docs-layout_1fgdk_1 * {
2699
- scrollbar-width: thin;
2700
- scrollbar-color: #bbbec5 #d1d3d8;
2701
- scroll-behavior: smooth;
2702
- }
2703
- ._api-docs-layout_1fgdk_1 aside._api-docs-api-tree_1fgdk_16 {
2704
- grid-row: 2;
2705
- grid-column: 1;
2706
- border-right: 1px solid #bbbec5;
2707
- background-color: white;
2708
- }
2709
- ._api-docs-layout_1fgdk_1 aside._api-docs-aside_1fgdk_22 {
2710
- grid-row: 2;
2711
- grid-column: 3;
2712
- width: 22.5rem;
2713
- max-width: 22.5rem;
2714
- overflow-x: clip;
2715
- }
2716
- ._api-docs-layout_1fgdk_1 aside,
2717
- ._api-docs-layout_1fgdk_1 main {
2718
- max-height: 100%;
2719
- overflow: auto;
2720
- }
2721
- ._api-docs-layout_1fgdk_1 header {
2722
- grid-column: 1/-1;
2723
- border-bottom: 1px solid #bbbec5;
2724
- }
2725
- ._api-docs-layout_1fgdk_1 main {
2726
- grid-row: 2;
2727
- grid-column: 2;
2728
- background-color: white;
1
+ /* esbuild-sass-plugin:css-chunk:src/test.scss */
2
+ div {
3
+ color: "lightgray";
2729
4
  }
2730
5
  /*# sourceMappingURL=index.css.map */