@digi-frontend/dgate-api-documentation 1.0.31 → 1.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/.editorconfig +12 -12
  2. package/.prettierignore +7 -7
  3. package/.prettierrc +15 -15
  4. package/dist/{2e10bbdb265df50e.svg → 43595976d1fdccbf.svg} +4 -4
  5. package/dist/{8789eb84283ea95b.svg → 56dc416b683db280.svg} +5 -5
  6. package/dist/{bb8b87cace25e052.svg → 64efc2716808c4a4.svg} +3 -3
  7. package/dist/{d32ce84bbd78babd.svg → 72db3b05a96dd600.svg} +3 -3
  8. package/dist/{d501922060662842.svg → 844eba3f2e42a9eb.svg} +3 -3
  9. package/dist/_virtual/index3.js +1 -1
  10. package/dist/_virtual/index4.js +1 -1
  11. package/dist/_virtual/index5.js +1 -1
  12. package/dist/_virtual/index6.js +1 -1
  13. package/dist/{070dc6ecd197bc80.svg → a7568b270e175038.svg} +8 -8
  14. package/dist/{9bdff13f8d8fa48a.svg → af16a554be8c4d69.svg} +3 -3
  15. package/dist/{7f54eeb0bb2d1150.svg → b82c7612e73342f3.svg} +3 -3
  16. package/dist/node_modules/toposort/index.js +1 -1
  17. package/dist/node_modules/yup/index.esm.js +1 -1
  18. package/dist/src/assets/icons/AddRow.svg.js +1 -1
  19. package/dist/src/assets/icons/AddRow.svg.js.map +1 -1
  20. package/dist/src/assets/icons/CheckMarkSquare.svg.js +1 -1
  21. package/dist/src/assets/icons/CheckMarkSquare.svg.js.map +1 -1
  22. package/dist/src/assets/icons/CloseIcon.svg.js +1 -1
  23. package/dist/src/assets/icons/CloseIcon.svg.js.map +1 -1
  24. package/dist/src/assets/icons/DeleteIcon.svg.js +1 -1
  25. package/dist/src/assets/icons/DeleteIcon.svg.js.map +1 -1
  26. package/dist/src/assets/icons/DownArrow.svg.js +1 -1
  27. package/dist/src/assets/icons/DownArrow.svg.js.map +1 -1
  28. package/dist/src/assets/icons/EditIcon.svg.js +1 -1
  29. package/dist/src/assets/icons/EditIcon.svg.js.map +1 -1
  30. package/dist/src/assets/icons/UpArrow.svg.js +1 -1
  31. package/dist/src/assets/icons/UpArrow.svg.js.map +1 -1
  32. package/dist/src/assets/icons/deleteOutlinedIcon.svg.js +1 -1
  33. package/dist/src/assets/icons/deleteOutlinedIcon.svg.js.map +1 -1
  34. package/dist/src/components/Chips/Chips.js.map +1 -1
  35. package/dist/src/components/InfoForm/InfoForm.js +1 -1
  36. package/dist/src/components/InfoForm/InfoForm.js.map +1 -1
  37. package/dist/src/components/JsonInput/JsonInput.js.map +1 -1
  38. package/dist/src/components/LivePreview/LivePreview.js.map +1 -1
  39. package/dist/src/components/MethodAccordion/MethodAccordion.js.map +1 -1
  40. package/dist/src/components/SVGLoader/SVGLoader.js.map +1 -1
  41. package/dist/src/components/SectionHead/SectionHead.js.map +1 -1
  42. package/dist/src/components/SimpleLabelValue/SimpleLabelValue.js.map +1 -1
  43. package/dist/src/components/Tooltip/Tooltip.js.map +1 -1
  44. package/dist/src/components/dialog/index.js.map +1 -1
  45. package/dist/src/components/table/table.js.map +1 -1
  46. package/dist/src/components/table/tags-table.js +1 -1
  47. package/dist/src/components/table/tags-table.js.map +1 -1
  48. package/dist/src/constants/index.js.map +1 -1
  49. package/dist/src/constants/regex.js +1 -1
  50. package/dist/src/constants/regex.js.map +1 -1
  51. package/dist/src/helpers/layout.helper.js.map +1 -1
  52. package/dist/src/helpers/methodAccordion.helper.js.map +1 -1
  53. package/dist/src/layout/layout.js.map +1 -1
  54. package/dist/src/validator/form.scheme.js.map +1 -1
  55. package/dist/styles.css +335 -335
  56. package/package.json +43 -43
  57. package/rollup.config.js +35 -35
  58. package/src/assets/icons/AddRow.svg +3 -3
  59. package/src/assets/icons/CheckMarkSquare.svg +5 -5
  60. package/src/assets/icons/CloseIcon.svg +4 -4
  61. package/src/assets/icons/DeleteIcon.svg +3 -3
  62. package/src/assets/icons/DownArrow.svg +3 -3
  63. package/src/assets/icons/EditIcon.svg +3 -3
  64. package/src/assets/icons/UpArrow.svg +3 -3
  65. package/src/assets/icons/deleteOutlinedIcon.svg +8 -8
  66. package/src/assets/icons/index.ts +8 -8
  67. package/src/components/Chips/Chips.tsx +87 -87
  68. package/src/components/Chips/style.scss +147 -147
  69. package/src/components/InfoForm/InfoForm.module.scss +165 -165
  70. package/src/components/InfoForm/InfoForm.tsx +424 -426
  71. package/src/components/JsonInput/JsonInput.tsx +149 -149
  72. package/src/components/JsonInput/style.module.scss +133 -133
  73. package/src/components/LivePreview/LivePreview.module.scss +24 -24
  74. package/src/components/LivePreview/LivePreview.tsx +184 -184
  75. package/src/components/MethodAccordion/MethodAccordion.module.scss +338 -338
  76. package/src/components/MethodAccordion/MethodAccordion.tsx +515 -515
  77. package/src/components/SVGLoader/SVGLoader.tsx +94 -94
  78. package/src/components/SectionHead/SectionHead.scss +29 -29
  79. package/src/components/SectionHead/SectionHead.tsx +22 -22
  80. package/src/components/SimpleLabelValue/SimpleLabelValue.tsx +31 -31
  81. package/src/components/SimpleLabelValue/index.ts +1 -1
  82. package/src/components/SimpleLabelValue/style.scss +30 -30
  83. package/src/components/Tooltip/Tooltip.scss +133 -133
  84. package/src/components/Tooltip/Tooltip.tsx +85 -85
  85. package/src/components/_global.scss +337 -337
  86. package/src/components/dialog/dialog.ts +54 -54
  87. package/src/components/dialog/index.tsx +85 -85
  88. package/src/components/dialog/style.scss +104 -104
  89. package/src/components/table/style.scss +190 -190
  90. package/src/components/table/table.tsx +327 -327
  91. package/src/components/table/tags-table.tsx +348 -348
  92. package/src/constants/index.ts +93 -93
  93. package/src/constants/regex.ts +7 -7
  94. package/src/global.d.ts +13 -13
  95. package/src/helpers/layout.helper.ts +162 -162
  96. package/src/helpers/methodAccordion.helper.ts +19 -19
  97. package/src/index.ts +1 -1
  98. package/src/layout/layout.module.css +61 -61
  99. package/src/layout/layout.tsx +150 -150
  100. package/src/types/layout.type.ts +30 -30
  101. package/src/types/openApi.ts +108 -108
  102. package/src/types/transformedOpenApi.ts +52 -52
  103. package/src/validator/form.scheme.ts +70 -70
  104. package/tsconfig.json +33 -33
@@ -1,338 +1,338 @@
1
- .methodAccordion {
2
- border: none !important;
3
- box-shadow: none !important;
4
- margin-bottom: 0 !important;
5
-
6
- :global(.accordion-header) {
7
- padding: 0 !important;
8
- margin: 1.25rem 1.875rem 0 1.875rem !important;
9
- height: 2.625rem;
10
- border: none !important;
11
- background-color: transparent !important;
12
- }
13
-
14
- :global(.iconContainer .dropdownIcon) {
15
- display: none !important;
16
- }
17
-
18
- :global(.accordion-details.expanded) {
19
- border: none !important;
20
- padding: 0 !important;
21
- }
22
-
23
- .methodSummaryContainer {
24
- display: flex;
25
- align-items: center;
26
- gap: 0.9375rem;
27
- margin-bottom: 1.25rem;
28
-
29
- .methodSummary {
30
- display: flex;
31
- align-items: center;
32
- gap: 0.3125rem;
33
- background-color: #f8f9fb;
34
- width: 100%;
35
- padding: 0.3125rem;
36
- border-radius: 0.3125rem;
37
- font-size: 0.875rem;
38
-
39
- .methodLabel {
40
- display: grid;
41
- place-content: center;
42
- width: 5rem;
43
- height: 2rem;
44
- color: white;
45
- border-radius: 0.1875rem;
46
- text-transform: capitalize;
47
- }
48
-
49
- .methodPath {
50
- display: block;
51
- line-height: 1.25rem !important;
52
- }
53
- }
54
-
55
- .methodExpandArrowContainer {
56
- display: grid;
57
- place-content: center;
58
- width: 2.25rem;
59
- aspect-ratio: 1 / 1;
60
- border-radius: 100%;
61
- background-color: #f8f9fb;
62
- margin-left: auto;
63
-
64
- &.expanded {
65
- svg {
66
- rotate: 180deg;
67
- }
68
- }
69
-
70
- svg {
71
- transition: rotate 0.3s ease-in-out;
72
- }
73
- }
74
- }
75
-
76
- .methodAccordionContent {
77
- display: flex;
78
- flex-direction: column;
79
- gap: 1.25rem;
80
- padding-inline: 1.875rem;
81
-
82
- .methodDesc {
83
- margin-top: 1.25rem;
84
- }
85
-
86
- .paramsTable {
87
- .paramDescContainer {
88
- display: flex;
89
-
90
- .paramDescContainer_separator {
91
- height: inherit;
92
- width: 1px;
93
- background-color: #d8dae5;
94
- }
95
-
96
- :global(.customBtn) {
97
- svg {
98
- path {
99
- stroke-width: 0.1;
100
- }
101
- }
102
-
103
- &.editDescBtn {
104
- padding: 0;
105
- margin-right: 1.25rem;
106
-
107
- :global(.btnContentWrapper) {
108
- display: flex;
109
- align-items: center;
110
- padding: 0;
111
- color: #12131a;
112
-
113
- :global(.endBtnIcon) {
114
- margin-block: auto;
115
-
116
- svg {
117
- path {
118
- fill: #12131a;
119
- }
120
- }
121
- }
122
- }
123
- }
124
-
125
- &.deleteParamBtn {
126
- padding: 0;
127
-
128
- :global(.btnContentWrapper) {
129
- :global(.endBtnIcon) {
130
- margin-block: auto;
131
-
132
- svg {
133
- width: 1.125rem;
134
- }
135
- }
136
- }
137
-
138
- &:not(:global(.disabled)):global(.success) {
139
- :global(.endBtnIcon) {
140
- margin-block: auto;
141
-
142
- svg {
143
- width: 1.125rem;
144
- path {
145
- fill: #3aaa35;
146
- }
147
- }
148
- }
149
- }
150
- }
151
- }
152
- }
153
-
154
- .editDescTooltipContent {
155
- display: flex;
156
- flex-direction: column;
157
- gap: 0.625rem;
158
- padding-bottom: 0.625rem;
159
-
160
- > *:not(.editDescTooltipContent_header) {
161
- margin-inline: 0.625rem;
162
- }
163
-
164
- .editDescTooltipContent_header {
165
- font-weight: 600;
166
- font-size: 0.875rem;
167
- line-height: 1.25rem;
168
- padding: 0.75rem 1.25rem;
169
- border-bottom: 1px solid #d8dae5;
170
- }
171
- }
172
-
173
- :global(.requiredParam) {
174
- :global(.headContainer) {
175
- &::after {
176
- content: '*';
177
- color: red;
178
- transform: translateX(0.125rem);
179
- }
180
- }
181
- }
182
- }
183
-
184
- .requestAccordion,
185
- .responseAccordion {
186
- border: 1px solid #babdcc;
187
- border-radius: 0.3125rem !important;
188
- box-shadow: none !important;
189
- margin-bottom: 0 !important;
190
- cursor: default !important;
191
-
192
- :global(.accordion-header) {
193
- display: flex;
194
- align-items: center;
195
- justify-content: space-between;
196
- margin: 0 !important;
197
- padding: 0 !important;
198
- height: 4.0625rem !important;
199
- border-radius: 0.3125rem !important;
200
- background-color: white !important;
201
- }
202
-
203
- :global(.accordion-details.expanded) {
204
- border-top: 1px solid #babdcc !important;
205
- padding: 1.25rem !important;
206
- padding: 0 !important;
207
-
208
- :global(.jsonField) {
209
- div {
210
- textarea {
211
- border-top-right-radius: 0;
212
- border-top-left-radius: 0;
213
- height: 10rem;
214
- }
215
- }
216
- }
217
- }
218
-
219
- :global(.accordion-details.expanded .textArea .containerTextArea) {
220
- display: flex;
221
- }
222
-
223
- :global(.accordion-details.expanded .textArea .containerTextArea .inputField) {
224
- height: 100%;
225
- padding: 1.25rem;
226
- }
227
-
228
- .requestAccordionSummary,
229
- .responseAccordionSummary {
230
- width: 100%;
231
- display: flex;
232
- justify-content: space-between;
233
- font-weight: 700;
234
- font-size: 1.125rem;
235
- line-height: 1.5rem;
236
- display: flex;
237
- align-items: center;
238
- cursor: default !important;
239
- margin-inline: 0.625rem 1.25rem;
240
- }
241
-
242
- .responseAccordionSummary_title,
243
- .requestAccordionSummary_title {
244
- display: flex;
245
- align-items: center;
246
- cursor: pointer;
247
-
248
- svg {
249
- transition: rotate 0.2s ease-in-out;
250
- }
251
-
252
- .expanded {
253
- rotate: 180deg;
254
- }
255
- }
256
-
257
- :global(.accordion-details) {
258
- :global(.textArea .inputField) {
259
- padding: 0;
260
- border: none;
261
- }
262
- }
263
-
264
- :global(.accordion-header .iconContainer .dropdownIcon) {
265
- display: none !important;
266
- }
267
-
268
- :global(.accordion-header) {
269
- cursor: default;
270
- }
271
- }
272
-
273
- .responseAccordion {
274
- .responseAccordionSummary {
275
- display: flex;
276
- align-items: center;
277
-
278
- :global(.multiSelectGroup .optionsList) {
279
- width: 8rem !important;
280
- min-width: 8rem !important;
281
- }
282
-
283
- :global(.multiSelectGroup) {
284
- width: 8rem;
285
- margin-left: auto;
286
-
287
- :global(.selectDisplay) {
288
- height: 2.0625rem !important;
289
- min-height: 2.0625rem !important;
290
- padding: 0;
291
- padding-left: 0.625rem;
292
- }
293
- }
294
- }
295
-
296
- :global(.accordion-header) {
297
- overflow: visible;
298
- cursor: default;
299
- }
300
-
301
- .statusCodeOptionContainer {
302
- display: grid;
303
- grid-template-columns: min-content min-content;
304
- align-items: center;
305
- gap: 0.625rem;
306
-
307
- .statusCodeOptionCircle {
308
- width: 0.625rem;
309
- aspect-ratio: 1 / 1;
310
- border-radius: 100%;
311
- }
312
- }
313
- }
314
- }
315
-
316
- &.readOnly {
317
- .methodAccordionContent {
318
- padding: 0;
319
- }
320
- :global(.accordion-header) {
321
- margin: 1.25rem 0 0 0 !important;
322
- }
323
-
324
- :global(.accordion-details) {
325
- background-color: transparent !important;
326
- }
327
-
328
- .methodSummaryContainer {
329
- .methodSummary {
330
- background-color: #ebecf2;
331
- }
332
-
333
- .methodExpandArrowContainer {
334
- background-color: #ebecf2;
335
- }
336
- }
337
- }
338
- }
1
+ .methodAccordion {
2
+ border: none !important;
3
+ box-shadow: none !important;
4
+ margin-bottom: 0 !important;
5
+
6
+ :global(.accordion-header) {
7
+ padding: 0 !important;
8
+ margin: 1.25rem 1.875rem 0 1.875rem !important;
9
+ height: 2.625rem;
10
+ border: none !important;
11
+ background-color: transparent !important;
12
+ }
13
+
14
+ :global(.iconContainer .dropdownIcon) {
15
+ display: none !important;
16
+ }
17
+
18
+ :global(.accordion-details.expanded) {
19
+ border: none !important;
20
+ padding: 0 !important;
21
+ }
22
+
23
+ .methodSummaryContainer {
24
+ display: flex;
25
+ align-items: center;
26
+ gap: 0.9375rem;
27
+ margin-bottom: 1.25rem;
28
+
29
+ .methodSummary {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 0.3125rem;
33
+ background-color: #f8f9fb;
34
+ width: 100%;
35
+ padding: 0.3125rem;
36
+ border-radius: 0.3125rem;
37
+ font-size: 0.875rem;
38
+
39
+ .methodLabel {
40
+ display: grid;
41
+ place-content: center;
42
+ width: 5rem;
43
+ height: 2rem;
44
+ color: white;
45
+ border-radius: 0.1875rem;
46
+ text-transform: capitalize;
47
+ }
48
+
49
+ .methodPath {
50
+ display: block;
51
+ line-height: 1.25rem !important;
52
+ }
53
+ }
54
+
55
+ .methodExpandArrowContainer {
56
+ display: grid;
57
+ place-content: center;
58
+ width: 2.25rem;
59
+ aspect-ratio: 1 / 1;
60
+ border-radius: 100%;
61
+ background-color: #f8f9fb;
62
+ margin-left: auto;
63
+
64
+ &.expanded {
65
+ svg {
66
+ rotate: 180deg;
67
+ }
68
+ }
69
+
70
+ svg {
71
+ transition: rotate 0.3s ease-in-out;
72
+ }
73
+ }
74
+ }
75
+
76
+ .methodAccordionContent {
77
+ display: flex;
78
+ flex-direction: column;
79
+ gap: 1.25rem;
80
+ padding-inline: 1.875rem;
81
+
82
+ .methodDesc {
83
+ margin-top: 1.25rem;
84
+ }
85
+
86
+ .paramsTable {
87
+ .paramDescContainer {
88
+ display: flex;
89
+
90
+ .paramDescContainer_separator {
91
+ height: inherit;
92
+ width: 1px;
93
+ background-color: #d8dae5;
94
+ }
95
+
96
+ :global(.customBtn) {
97
+ svg {
98
+ path {
99
+ stroke-width: 0.1;
100
+ }
101
+ }
102
+
103
+ &.editDescBtn {
104
+ padding: 0;
105
+ margin-right: 1.25rem;
106
+
107
+ :global(.btnContentWrapper) {
108
+ display: flex;
109
+ align-items: center;
110
+ padding: 0;
111
+ color: #12131a;
112
+
113
+ :global(.endBtnIcon) {
114
+ margin-block: auto;
115
+
116
+ svg {
117
+ path {
118
+ fill: #12131a;
119
+ }
120
+ }
121
+ }
122
+ }
123
+ }
124
+
125
+ &.deleteParamBtn {
126
+ padding: 0;
127
+
128
+ :global(.btnContentWrapper) {
129
+ :global(.endBtnIcon) {
130
+ margin-block: auto;
131
+
132
+ svg {
133
+ width: 1.125rem;
134
+ }
135
+ }
136
+ }
137
+
138
+ &:not(:global(.disabled)):global(.success) {
139
+ :global(.endBtnIcon) {
140
+ margin-block: auto;
141
+
142
+ svg {
143
+ width: 1.125rem;
144
+ path {
145
+ fill: #3aaa35;
146
+ }
147
+ }
148
+ }
149
+ }
150
+ }
151
+ }
152
+ }
153
+
154
+ .editDescTooltipContent {
155
+ display: flex;
156
+ flex-direction: column;
157
+ gap: 0.625rem;
158
+ padding-bottom: 0.625rem;
159
+
160
+ > *:not(.editDescTooltipContent_header) {
161
+ margin-inline: 0.625rem;
162
+ }
163
+
164
+ .editDescTooltipContent_header {
165
+ font-weight: 600;
166
+ font-size: 0.875rem;
167
+ line-height: 1.25rem;
168
+ padding: 0.75rem 1.25rem;
169
+ border-bottom: 1px solid #d8dae5;
170
+ }
171
+ }
172
+
173
+ :global(.requiredParam) {
174
+ :global(.headContainer) {
175
+ &::after {
176
+ content: '*';
177
+ color: red;
178
+ transform: translateX(0.125rem);
179
+ }
180
+ }
181
+ }
182
+ }
183
+
184
+ .requestAccordion,
185
+ .responseAccordion {
186
+ border: 1px solid #babdcc;
187
+ border-radius: 0.3125rem !important;
188
+ box-shadow: none !important;
189
+ margin-bottom: 0 !important;
190
+ cursor: default !important;
191
+
192
+ :global(.accordion-header) {
193
+ display: flex;
194
+ align-items: center;
195
+ justify-content: space-between;
196
+ margin: 0 !important;
197
+ padding: 0 !important;
198
+ height: 4.0625rem !important;
199
+ border-radius: 0.3125rem !important;
200
+ background-color: white !important;
201
+ }
202
+
203
+ :global(.accordion-details.expanded) {
204
+ border-top: 1px solid #babdcc !important;
205
+ padding: 1.25rem !important;
206
+ padding: 0 !important;
207
+
208
+ :global(.jsonField) {
209
+ div {
210
+ textarea {
211
+ border-top-right-radius: 0;
212
+ border-top-left-radius: 0;
213
+ height: 10rem;
214
+ }
215
+ }
216
+ }
217
+ }
218
+
219
+ :global(.accordion-details.expanded .textArea .containerTextArea) {
220
+ display: flex;
221
+ }
222
+
223
+ :global(.accordion-details.expanded .textArea .containerTextArea .inputField) {
224
+ height: 100%;
225
+ padding: 1.25rem;
226
+ }
227
+
228
+ .requestAccordionSummary,
229
+ .responseAccordionSummary {
230
+ width: 100%;
231
+ display: flex;
232
+ justify-content: space-between;
233
+ font-weight: 700;
234
+ font-size: 1.125rem;
235
+ line-height: 1.5rem;
236
+ display: flex;
237
+ align-items: center;
238
+ cursor: default !important;
239
+ margin-inline: 0.625rem 1.25rem;
240
+ }
241
+
242
+ .responseAccordionSummary_title,
243
+ .requestAccordionSummary_title {
244
+ display: flex;
245
+ align-items: center;
246
+ cursor: pointer;
247
+
248
+ svg {
249
+ transition: rotate 0.2s ease-in-out;
250
+ }
251
+
252
+ .expanded {
253
+ rotate: 180deg;
254
+ }
255
+ }
256
+
257
+ :global(.accordion-details) {
258
+ :global(.textArea .inputField) {
259
+ padding: 0;
260
+ border: none;
261
+ }
262
+ }
263
+
264
+ :global(.accordion-header .iconContainer .dropdownIcon) {
265
+ display: none !important;
266
+ }
267
+
268
+ :global(.accordion-header) {
269
+ cursor: default;
270
+ }
271
+ }
272
+
273
+ .responseAccordion {
274
+ .responseAccordionSummary {
275
+ display: flex;
276
+ align-items: center;
277
+
278
+ :global(.multiSelectGroup .optionsList) {
279
+ width: 8rem !important;
280
+ min-width: 8rem !important;
281
+ }
282
+
283
+ :global(.multiSelectGroup) {
284
+ width: 8rem;
285
+ margin-left: auto;
286
+
287
+ :global(.selectDisplay) {
288
+ height: 2.0625rem !important;
289
+ min-height: 2.0625rem !important;
290
+ padding: 0;
291
+ padding-left: 0.625rem;
292
+ }
293
+ }
294
+ }
295
+
296
+ :global(.accordion-header) {
297
+ overflow: visible;
298
+ cursor: default;
299
+ }
300
+
301
+ .statusCodeOptionContainer {
302
+ display: grid;
303
+ grid-template-columns: min-content min-content;
304
+ align-items: center;
305
+ gap: 0.625rem;
306
+
307
+ .statusCodeOptionCircle {
308
+ width: 0.625rem;
309
+ aspect-ratio: 1 / 1;
310
+ border-radius: 100%;
311
+ }
312
+ }
313
+ }
314
+ }
315
+
316
+ &.readOnly {
317
+ .methodAccordionContent {
318
+ padding: 0;
319
+ }
320
+ :global(.accordion-header) {
321
+ margin: 1.25rem 0 0 0 !important;
322
+ }
323
+
324
+ :global(.accordion-details) {
325
+ background-color: transparent !important;
326
+ }
327
+
328
+ .methodSummaryContainer {
329
+ .methodSummary {
330
+ background-color: #ebecf2;
331
+ }
332
+
333
+ .methodExpandArrowContainer {
334
+ background-color: #ebecf2;
335
+ }
336
+ }
337
+ }
338
+ }