@uniformdev/design-system 17.5.1-alpha.105 → 17.5.1-alpha.130
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/esm/index.js +1078 -1078
- package/dist/index.d.ts +765 -765
- package/dist/index.js +1124 -1124
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -170,14 +170,115 @@ import{jsx as a}from"@emotion/react";import*as l from"react";import{Fragment as
|
|
|
170
170
|
ul, ol {
|
|
171
171
|
list-style: none;
|
|
172
172
|
}
|
|
173
|
-
`}})]});import{createBreakpoint as wa}from"react-use";var Xt={sm:640,md:768,lg:1024,xl:1280,"2xl":1536},f2=wa(Xt),v=e=>`@media (min-width: ${Xt[e]}px)`,ke=e=>`@supports (${e})`;import{css as
|
|
173
|
+
`}})]});import{createBreakpoint as wa}from"react-use";var Xt={sm:640,md:768,lg:1024,xl:1280,"2xl":1536},f2=wa(Xt),v=e=>`@media (min-width: ${Xt[e]}px)`,ke=e=>`@supports (${e})`;import{css as P}from"@emotion/react";var ct=P`
|
|
174
|
+
align-items: center;
|
|
175
|
+
border: none;
|
|
176
|
+
border-radius: var(--rounded-sm);
|
|
177
|
+
cursor: pointer;
|
|
178
|
+
display: inline-flex;
|
|
179
|
+
font-weight: var(--fw-medium);
|
|
180
|
+
transition: color var(--duration-fast) var(--timing-ease-out),
|
|
181
|
+
border-color var(--duration-fast) var(--timing-ease-out);
|
|
182
|
+
|
|
183
|
+
&:focus {
|
|
184
|
+
outline: none;
|
|
185
|
+
border-color: var(--gray-700);
|
|
186
|
+
box-shadow: var(--ring);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
&:disabled {
|
|
190
|
+
cursor: default;
|
|
191
|
+
pointer-events: none;
|
|
192
|
+
}
|
|
193
|
+
`,J=e=>P`
|
|
194
|
+
background-position: center;
|
|
195
|
+
transition: background var(--duration-slow);
|
|
196
|
+
|
|
197
|
+
&:hover {
|
|
198
|
+
background: ${e.hoverColor} radial-gradient(circle, transparent 1%, ${e.hoverColor} 1%)
|
|
199
|
+
center/15000%;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
&:active {
|
|
203
|
+
background-color: ${e.activeColor?e.activeColor:"var(--white)"};
|
|
204
|
+
background-size: 100%;
|
|
205
|
+
transition: background 0s;
|
|
206
|
+
}
|
|
207
|
+
`,qt=P`
|
|
208
|
+
background: var(--brand-secondary-1);
|
|
209
|
+
color: var(--white);
|
|
210
|
+
|
|
211
|
+
&:disabled {
|
|
212
|
+
background: var(--gray-300);
|
|
213
|
+
color: var(--white);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
${J({hoverColor:"var(--brand-secondary-1)"})}
|
|
217
|
+
`,Kt=P`
|
|
218
|
+
background: var(--brand-secondary-5);
|
|
219
|
+
color: var(--white);
|
|
220
|
+
|
|
221
|
+
&:disabled {
|
|
222
|
+
background: var(--gray-300);
|
|
223
|
+
color: var(--white);
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
${J({hoverColor:"var(--brand-secondary-5)"})}
|
|
227
|
+
`,Yt=P`
|
|
228
|
+
background: var(--white);
|
|
229
|
+
color: var(--brand-secondary-5);
|
|
230
|
+
box-shadow: 0 0 0 1px var(--brand-secondary-5);
|
|
231
|
+
transition: box-shadow var(--duration-fast) var(--timing-ease-out);
|
|
232
|
+
|
|
233
|
+
&:disabled {
|
|
234
|
+
color: var(--gray-300);
|
|
235
|
+
box-shadow: 0 0 0 1px var(--gray-300);
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
${J({hoverColor:"var(--gray-50)"})}
|
|
239
|
+
`,Jt=P`
|
|
240
|
+
background: var(--brand-secondary-2);
|
|
241
|
+
color: var(--brand-secondary-1);
|
|
242
|
+
|
|
243
|
+
&:disabled {
|
|
244
|
+
background: var(--gray-300);
|
|
245
|
+
color: var(--white);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
${J({hoverColor:"var(--brand-secondary-2)"})}
|
|
249
|
+
`,Qt=P`
|
|
250
|
+
background: transparent;
|
|
251
|
+
color: var(--brand-secondary-3);
|
|
252
|
+
|
|
253
|
+
&:hover {
|
|
254
|
+
border-color: var(--brand-secondary-3);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
&:disabled {
|
|
258
|
+
background: transparent;
|
|
259
|
+
border-color: var(--gray-300);
|
|
260
|
+
color: var(--gray-300);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
${J({hoverColor:"var(--white)",activeColor:"var(--gray-100)"})}
|
|
264
|
+
`,jt=P`
|
|
265
|
+
background: var(--brand-secondary-3);
|
|
266
|
+
color: var(--white);
|
|
267
|
+
|
|
268
|
+
&:disabled {
|
|
269
|
+
background: var(--gray-300);
|
|
270
|
+
color: var(--white);
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
${J({hoverColor:"var(--brand-secondary-3)"})}
|
|
274
|
+
`;import{css as b}from"@emotion/react";var O=b`
|
|
174
275
|
position: relative;
|
|
175
276
|
`,C=b`
|
|
176
277
|
display: flex;
|
|
177
278
|
font-weight: var(--fw-bold);
|
|
178
279
|
margin: 0 0 var(--spacing-xs);
|
|
179
280
|
align-items: center;
|
|
180
|
-
`,
|
|
281
|
+
`,Q=e=>b`
|
|
181
282
|
appearance: none;
|
|
182
283
|
background-color: var(--white);
|
|
183
284
|
border: 1px solid var(--gray-400);
|
|
@@ -226,17 +327,17 @@ import{jsx as a}from"@emotion/react";import*as l from"react";import{Fragment as
|
|
|
226
327
|
pointer-event: one;
|
|
227
328
|
`,Ze=b`
|
|
228
329
|
padding-right: var(--spacing-2xl);
|
|
229
|
-
`,
|
|
330
|
+
`,dt=b`
|
|
230
331
|
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M6.34317 7.75732L4.92896 9.17154L12 16.2426L19.0711 9.17157L17.6569 7.75735L12 13.4142L6.34317 7.75732Z' fill='currentColor' /%3E%3C/svg%3E");
|
|
231
332
|
background-position: right var(--spacing-sm) center;
|
|
232
333
|
background-repeat: no-repeat;
|
|
233
334
|
background-size: 1rem;
|
|
234
335
|
padding-right: var(--spacing-xl);
|
|
235
|
-
`,
|
|
336
|
+
`,er=b`
|
|
236
337
|
color: var(--brand-secondary-1);
|
|
237
338
|
height: 1.25rem;
|
|
238
339
|
width: 1.25rem;
|
|
239
|
-
`,
|
|
340
|
+
`,tr=b`
|
|
240
341
|
align-items: flex-start;
|
|
241
342
|
cursor: pointer;
|
|
242
343
|
display: inline-flex;
|
|
@@ -246,7 +347,7 @@ import{jsx as a}from"@emotion/react";import*as l from"react";import{Fragment as
|
|
|
246
347
|
font-weight: var(--fw-regular);
|
|
247
348
|
position: relative;
|
|
248
349
|
min-height: var(--spacing-md);
|
|
249
|
-
`,
|
|
350
|
+
`,rr=b`
|
|
250
351
|
appearance: none;
|
|
251
352
|
border: 1px solid var(--brand-secondary-1);
|
|
252
353
|
background: var(--white);
|
|
@@ -283,7 +384,7 @@ import{jsx as a}from"@emotion/react";import*as l from"react";import{Fragment as
|
|
|
283
384
|
color: var(--gray-300);
|
|
284
385
|
border-color: var(--gray-300);
|
|
285
386
|
}
|
|
286
|
-
`,
|
|
387
|
+
`,or=e=>b`
|
|
287
388
|
font-weight: ${e==="medium"?"var(--fw-medium)":e==="normal"?"var(--fw-regular)":"var(--fw-bold)"};
|
|
288
389
|
padding-left: var(--spacing-lg);
|
|
289
390
|
|
|
@@ -295,147 +396,20 @@ import{jsx as a}from"@emotion/react";import*as l from"react";import{Fragment as
|
|
|
295
396
|
text-decoration: none;
|
|
296
397
|
}
|
|
297
398
|
}
|
|
298
|
-
`,
|
|
399
|
+
`,nr=b`
|
|
299
400
|
cursor: not-allowed;
|
|
300
401
|
color: var(--gray-400);
|
|
301
|
-
`,
|
|
402
|
+
`,ar=b`
|
|
302
403
|
display: flex;
|
|
303
404
|
flex-direction: column;
|
|
304
405
|
flex-basis: 100%;
|
|
305
406
|
padding-left: var(--spacing-lg);
|
|
306
407
|
margin-top: -0.5rem;
|
|
307
408
|
line-height: 1.15;
|
|
308
|
-
`,
|
|
309
|
-
${
|
|
409
|
+
`,ir=b`
|
|
410
|
+
${Q("wrap")};
|
|
310
411
|
display: block;
|
|
311
|
-
`;import{
|
|
312
|
-
align-items: center;
|
|
313
|
-
border: none;
|
|
314
|
-
border-radius: var(--rounded-sm);
|
|
315
|
-
cursor: pointer;
|
|
316
|
-
display: inline-flex;
|
|
317
|
-
font-weight: var(--fw-medium);
|
|
318
|
-
transition: color var(--duration-fast) var(--timing-ease-out),
|
|
319
|
-
border-color var(--duration-fast) var(--timing-ease-out);
|
|
320
|
-
|
|
321
|
-
&:focus {
|
|
322
|
-
outline: none;
|
|
323
|
-
border-color: var(--gray-700);
|
|
324
|
-
box-shadow: var(--ring);
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
&:disabled {
|
|
328
|
-
cursor: default;
|
|
329
|
-
pointer-events: none;
|
|
330
|
-
}
|
|
331
|
-
`,Q=e=>P`
|
|
332
|
-
background-position: center;
|
|
333
|
-
transition: background var(--duration-slow);
|
|
334
|
-
|
|
335
|
-
&:hover {
|
|
336
|
-
background: ${e.hoverColor} radial-gradient(circle, transparent 1%, ${e.hoverColor} 1%)
|
|
337
|
-
center/15000%;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
&:active {
|
|
341
|
-
background-color: ${e.activeColor?e.activeColor:"var(--white)"};
|
|
342
|
-
background-size: 100%;
|
|
343
|
-
transition: background 0s;
|
|
344
|
-
}
|
|
345
|
-
`,tr=P`
|
|
346
|
-
background: var(--brand-secondary-1);
|
|
347
|
-
color: var(--white);
|
|
348
|
-
|
|
349
|
-
&:disabled {
|
|
350
|
-
background: var(--gray-300);
|
|
351
|
-
color: var(--white);
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
${Q({hoverColor:"var(--brand-secondary-1)"})}
|
|
355
|
-
`,rr=P`
|
|
356
|
-
background: var(--brand-secondary-5);
|
|
357
|
-
color: var(--white);
|
|
358
|
-
|
|
359
|
-
&:disabled {
|
|
360
|
-
background: var(--gray-300);
|
|
361
|
-
color: var(--white);
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
${Q({hoverColor:"var(--brand-secondary-5)"})}
|
|
365
|
-
`,or=P`
|
|
366
|
-
background: var(--white);
|
|
367
|
-
color: var(--brand-secondary-5);
|
|
368
|
-
box-shadow: 0 0 0 1px var(--brand-secondary-5);
|
|
369
|
-
transition: box-shadow var(--duration-fast) var(--timing-ease-out);
|
|
370
|
-
|
|
371
|
-
&:disabled {
|
|
372
|
-
color: var(--gray-300);
|
|
373
|
-
box-shadow: 0 0 0 1px var(--gray-300);
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
${Q({hoverColor:"var(--gray-50)"})}
|
|
377
|
-
`,nr=P`
|
|
378
|
-
background: var(--brand-secondary-2);
|
|
379
|
-
color: var(--brand-secondary-1);
|
|
380
|
-
|
|
381
|
-
&:disabled {
|
|
382
|
-
background: var(--gray-300);
|
|
383
|
-
color: var(--white);
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
${Q({hoverColor:"var(--brand-secondary-2)"})}
|
|
387
|
-
`,ar=P`
|
|
388
|
-
background: transparent;
|
|
389
|
-
color: var(--brand-secondary-3);
|
|
390
|
-
|
|
391
|
-
&:hover {
|
|
392
|
-
border-color: var(--brand-secondary-3);
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
&:disabled {
|
|
396
|
-
background: transparent;
|
|
397
|
-
border-color: var(--gray-300);
|
|
398
|
-
color: var(--gray-300);
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
${Q({hoverColor:"var(--white)",activeColor:"var(--gray-100)"})}
|
|
402
|
-
`,ir=P`
|
|
403
|
-
background: var(--brand-secondary-3);
|
|
404
|
-
color: var(--white);
|
|
405
|
-
|
|
406
|
-
&:disabled {
|
|
407
|
-
background: var(--gray-300);
|
|
408
|
-
color: var(--white);
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
${Q({hoverColor:"var(--brand-secondary-3)"})}
|
|
412
|
-
`;import{css as Ia}from"@emotion/react";var Z=Ia`
|
|
413
|
-
@supports ((scrollbar-color: #d1d5db transparent) and (scrollbar-width: thin)) {
|
|
414
|
-
/*
|
|
415
|
-
#d1d5db = bg-gray-300
|
|
416
|
-
scrollbar-color first arg is the thumb, the second arg is the trackbar color
|
|
417
|
-
hover state in firefox is controlled within the browser
|
|
418
|
-
*/
|
|
419
|
-
scrollbar-color: #d1d5db transparent;
|
|
420
|
-
scrollbar-width: thin;
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
&::-webkit-scrollbar {
|
|
424
|
-
width: 8px;
|
|
425
|
-
height: 8px;
|
|
426
|
-
}
|
|
427
|
-
&::-webkit-scrollbar-track {
|
|
428
|
-
background: transparent;
|
|
429
|
-
border-radius: var(--rounded-base);
|
|
430
|
-
}
|
|
431
|
-
&::-webkit-scrollbar-thumb {
|
|
432
|
-
background: var(--gray-300);
|
|
433
|
-
border-radius: var(--rounded-base);
|
|
434
|
-
}
|
|
435
|
-
&::-webkit-scrollbar-thumb:hover {
|
|
436
|
-
background: var(--gray-500);
|
|
437
|
-
}
|
|
438
|
-
`;import{keyframes as H}from"@emotion/react";var I2=H`
|
|
412
|
+
`;import{keyframes as Z}from"@emotion/react";var M2=Z`
|
|
439
413
|
0%,
|
|
440
414
|
100% {
|
|
441
415
|
transform: scale(1);
|
|
@@ -445,7 +419,7 @@ import{jsx as a}from"@emotion/react";import*as l from"react";import{Fragment as
|
|
|
445
419
|
transform: scale(1.15);
|
|
446
420
|
opacity: 1;
|
|
447
421
|
}
|
|
448
|
-
`,He=
|
|
422
|
+
`,He=Z`
|
|
449
423
|
0% {
|
|
450
424
|
opacity: 0;
|
|
451
425
|
transform: translateY(10px);
|
|
@@ -454,7 +428,7 @@ import{jsx as a}from"@emotion/react";import*as l from"react";import{Fragment as
|
|
|
454
428
|
opacity: 1;
|
|
455
429
|
transform: translateY(0);
|
|
456
430
|
}
|
|
457
|
-
`,
|
|
431
|
+
`,w2=Z`
|
|
458
432
|
0% {
|
|
459
433
|
opacity: 1;
|
|
460
434
|
transform: translateY(0);
|
|
@@ -463,24 +437,24 @@ import{jsx as a}from"@emotion/react";import*as l from"react";import{Fragment as
|
|
|
463
437
|
opacity: 0;
|
|
464
438
|
transform: translateY(10px);
|
|
465
439
|
}
|
|
466
|
-
`,sr=
|
|
440
|
+
`,sr=Z`
|
|
467
441
|
0% {
|
|
468
442
|
opacity: 0;
|
|
469
443
|
}
|
|
470
444
|
100% {
|
|
471
445
|
opacity: 1;
|
|
472
446
|
}
|
|
473
|
-
`,
|
|
447
|
+
`,I2=Z`
|
|
474
448
|
to {
|
|
475
449
|
transform: scale(4);
|
|
476
|
-
}`,lr=
|
|
450
|
+
}`,lr=Z`
|
|
477
451
|
0% {
|
|
478
452
|
background-color: var(--gray-100);
|
|
479
453
|
}
|
|
480
454
|
100% {
|
|
481
455
|
background-color: var(--gray-200);
|
|
482
456
|
}
|
|
483
|
-
`,
|
|
457
|
+
`,T2=Z`
|
|
484
458
|
from {
|
|
485
459
|
opacity: 0;
|
|
486
460
|
transform: translateX(-10px);
|
|
@@ -489,7 +463,7 @@ to {
|
|
|
489
463
|
opacity: 1;
|
|
490
464
|
transform: translateX(0);
|
|
491
465
|
}
|
|
492
|
-
`,cr=
|
|
466
|
+
`,cr=Z`
|
|
493
467
|
from {
|
|
494
468
|
opacity: 0;
|
|
495
469
|
transform: translateX(10px);
|
|
@@ -498,213 +472,351 @@ to {
|
|
|
498
472
|
opacity: 1;
|
|
499
473
|
transform: translateX(0);
|
|
500
474
|
}
|
|
501
|
-
`;import{css as
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
`;import{jsx as Lt,jsxs as Ta}from"@emotion/react/jsx-runtime";var B2=({theme:e="light",...t})=>Ta("svg",{width:"38",height:"44",viewBox:"0 0 87 101",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-test-id":"uniform-Badge",css:[Be,e==="dark"?ze:Ee],...t,children:[Lt("path",{d:"M28.998 0 0 16.744V50.23l28.998-16.744 29.004-16.743L28.998 0Z",fill:"#83C6E1"}),Lt("path",{d:"M28.998 66.974V33.487L0 50.231v33.487l28.998 16.744 29.004-16.744V50.23L28.998 66.974Z",fill:"#438FD5"}),Lt("path",{d:"M58.002 16.744 28.998 33.487l29.004 16.744v33.487L87 66.975V33.487L58.002 16.744Z",fill:"#F4220B"})]});import{jsx as ue,jsxs as Ra}from"@emotion/react/jsx-runtime";var D2=({theme:e="light",...t})=>ue("div",{"data-test-id":"uniform-Logo",children:Ra("svg",{width:"153",height:"53",viewBox:"0 0 153 39",fill:"none",xmlns:"http://www.w3.org/2000/svg",css:[Be,e==="dark"?ze:Ee],...t,children:[ue("path",{d:"M11.249 0 0 6.495v12.99l11.249-6.495L22.5 6.495 11.25 0Z",fill:"#83C6E1"}),ue("path",{d:"M11.249 25.98V12.99L0 19.486v12.99l11.249 6.495L22.5 32.476v-12.99L11.25 25.98Z",fill:"#438FD5"}),ue("path",{d:"m22.5 6.495-11.25 6.496 11.25 6.495v12.99l11.25-6.495V12.99L22.5 6.495Z",fill:"#F4220B"}),ue("path",{d:"M86.45 12.98h-4.076v14.87h4.076V12.98Zm.146-6.843h-4.371v4.076h4.37V6.137Zm5.861 1.993v4.85h-2.736v3.477h2.736V27.85h4.076V16.457h3.27V12.98h-3.27V9.617h3.27v-3.48h-3.896l-3.45 1.992Zm13.503 4.7-3.45 1.993v11.183l3.45 1.992h6.335l3.45-1.992V14.823l-3.45-1.992h-6.335Zm5.71 11.688h-5.087v-8.21h5.087v8.21Zm12.607-10.315-2.119-1.224h-1.954v14.87h4.076V16.457h5.115V12.98h-2.999l-2.119 1.224ZM71.034 12.83l-2.375 1.373-2.379-1.372h-1.6v15.018h4.075V16.31h5.084v11.54h4.076V14.823l-3.45-1.992h-3.431ZM56.145 24.517h-5.087V12.98h-4.073v13.027l3.45 1.992h3.593l2.111-1.22.003.002.003-.003v.003l2.108 1.218h1.965v-15.02h-4.073v11.538Zm93.68-11.687h-2.855l-2.794 1.604-2.767-1.603h-2.854l-2.111 1.218-2.111-1.218h-1.965v15.018h4.076V16.31h4.343v11.54h4.073V16.31h4.343v11.54h4.073V14.823l-3.451-1.992Z",fill:"currentColor"})]})});import*as dr from"react";import{Button as Sa}from"reakit/Button";import{jsx as ka}from"@emotion/react/jsx-runtime";var B=dr.forwardRef(({buttonType:e="primary",size:t="md",children:r,...o},n)=>{let i={primary:tr,secondary:rr,secondaryInvert:or,ghost:ar,unimportant:nr,tertiary:ir},s={xs:"padding: 0.375rem 0.625rem; font-size: var(--fs-xs); line-height: 1.5;",sm:"padding: var(--spacing-sm) 0.75rem; font-size: var(--fs-sm);",md:"padding: var(--spacing-sm) var(--spacing-base); font-size: var(--fs-sm);",lg:"padding: var(--spacing-sm) var(--spacing-base)",xl:"padding: 0.75rem var(--spacing-md)"};return ka(Sa,{ref:n,css:[dt,i[e],s[t]],...o,children:r})});import Xa from"react";import{createContext as Wa,useContext as Oa,useEffect as Ga,useState as Lr}from"react";import{GenIcon as I}from"react-icons";var Pa=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M2 16C2 17.6569 3.34315 19 5 19H19C20.6569 19 22 17.6569 22 16V8C22 6.34315 20.6569 5 19 5H5C3.34315 5 2 6.34315 2 8V16ZM5 17H19C19.5523 17 20 16.5523 20 16V8C20 7.44772 19.5523 7 19 7H5C4.44772 7 4 7.44771 4 8V16C4 16.5523 4.44772 17 5 17Z"},child:[]}]}),Za=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M8.24953 3.8889C7.00689 3.8889 5.99953 4.85895 5.99953 6.05556C5.99953 7.25218 7.00689 8.22223 8.24953 8.22223C9.49217 8.22223 10.4995 7.25218 10.4995 6.05556C10.4995 4.85895 9.49217 3.8889 8.24953 3.8889ZM7.49953 6.05556C7.49953 5.65669 7.83531 5.33334 8.24953 5.33334C8.66374 5.33334 8.99953 5.65669 8.99953 6.05556C8.99953 6.45444 8.66374 6.77779 8.24953 6.77779C7.83531 6.77779 7.49953 6.45444 7.49953 6.05556Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M18 15.75C18 16.1642 17.6269 16.5 17.1667 16.5H6.83333C6.3731 16.5 6 16.1642 6 15.75C6 15.3358 6.3731 15 6.83333 15H17.1667C17.6269 15 18 15.3358 18 15.75Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M13.1667 18H6.83333C6.3731 18 6 18.3358 6 18.75C6 19.1642 6.3731 19.5 6.83333 19.5H13.1667C13.6269 19.5 14 19.1642 14 18.75C14 18.3358 13.6269 18 13.1667 18Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M3 20a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v16ZM5 4v8.56h3.48l5.16-4.97c.88-.85 2.3-.85 3.19 0L19 9.69V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1Zm.25 10H5v6a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-6H5.25Zm5.36-1.44H19v-.84l-3.23-3.11a.77.77 0 0 0-1.07 0l-4.1 3.95Z"},child:[]}]}),Ha=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fillOpacity:"0.5",fill:"currentColor",d:"M13 15C12.4477 15 12 15.4477 12 16C12 16.5523 12.4477 17 13 17H17C17.5523 17 18 16.5523 18 16C18 15.4477 17.5523 15 17 15H13Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M12 8C12 7.44772 12.4477 7 13 7H22C22.5523 7 23 7.44772 23 8C23 8.55228 22.5523 9 22 9H13C12.4477 9 12 8.55228 12 8Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fillOpacity:"0.75",fill:"currentColor",d:"M12 12C12 11.4477 12.4477 11 13 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H13C12.4477 13 12 12.5523 12 12Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M1 8.08791C1 7.48707 1.57563 7 2.28571 7H8.71429C9.42437 7 10 7.48707 10 8.08791V16.912C10 17.5129 9.42437 18 8.71429 18H2.28571C1.57563 18 1 17.5129 1 16.912V8.08791Z"},child:[]}]}),Ba=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",fillOpacity:"0.3",d:"M8 16H16V9L19 9L19 19L5 19L5 9L8 9V16Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M5 7L19 7V4L5 4L5 7Z"},child:[]}]}),Ea=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M11 17H4C2.34315 17 1 15.6569 1 14V6C1 4.34315 2.34315 3 4 3H20C21.6569 3 23 4.34315 23 6V14C23 15.6569 21.6569 17 20 17H13V19H16C16.5523 19 17 19.4477 17 20C17 20.5523 16.5523 21 16 21H8C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19H11V17ZM4 5H20C20.5523 5 21 5.44772 21 6V14C21 14.5523 20.5523 15 20 15H4C3.44772 15 3 14.5523 3 14V6C3 5.44772 3.44772 5 4 5Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M16.0849 14L14.7516 12.6667L16.4581 10.9601L13.023 10.9601H11.062L7.62683 10.9601L9.33335 12.6667L8.00001 14L3.99998 10L7.99998 6L9.33332 7.33334L7.59214 9.07452H11.062H13.023H16.4928L14.7516 7.33334L16.085 6L20.085 10L16.0849 14Z"},child:[]}]}),za=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"currentColor",d:"M8.048 19.552V18.208L9.968 17.752V5.848H7.232L6.584 8.512H5V4H18.272V8.512H16.688L16.04 5.848H13.376V17.752L15.296 18.208V19.552H8.048Z"},child:[]}]}),Da=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"currentColor",d:"M2.05742 12.4315V11.5127L3.72264 11.2687V4.46425H2V3.43066L4.51219 3H5.63191V11.2687L7.26842 11.5127V12.4315H2.05742Z"},child:[]},{tag:"path",attr:{fill:"currentColor",d:"M8.40723 15.7345V14.7583L11.4362 11.5858C11.7712 11.2413 12.0296 10.9255 12.2114 10.6383C12.3932 10.3512 12.5224 10.0641 12.599 9.77702C12.6756 9.48992 12.7138 9.1741 12.7138 8.82957C12.7138 8.34149 12.599 7.9826 12.3693 7.75292C12.1492 7.51366 11.7137 7.39403 11.063 7.39403C10.7567 7.39403 10.5127 7.41317 10.3308 7.45146C10.149 7.48974 9.97675 7.54716 9.81405 7.62372L9.51259 9.14539H8.52207V6.67627C8.7039 6.5997 8.93838 6.52314 9.22548 6.44658C9.52216 6.37002 9.84755 6.30781 10.2016 6.25996C10.5653 6.20254 10.9242 6.17383 11.2783 6.17383C12.1205 6.17383 12.7904 6.27432 13.2881 6.47529C13.7953 6.6667 14.1589 6.94902 14.3791 7.32226C14.5992 7.6955 14.7092 8.13573 14.7092 8.64295C14.7092 9.15017 14.6231 9.60955 14.4508 10.0211C14.2881 10.4326 14.0537 10.825 13.7474 11.1982C13.4412 11.5714 13.0775 11.9686 12.6564 12.3897L10.7041 14.2846V14.3851H13.7187L14.092 13.0357H15.0394V15.7345H8.40723Z"},child:[]},{tag:"path",attr:{fill:"currentColor",d:"M18.6692 21.2681C18.1333 21.2681 17.6691 21.2202 17.2767 21.1245C16.8939 21.0384 16.5781 20.9379 16.3293 20.8231C16.09 20.7082 15.9178 20.6173 15.8125 20.5503L15.9561 18.2391H17.0758L17.2337 19.5885C17.272 19.6077 17.3581 19.6555 17.4921 19.7321C17.6356 19.7991 17.8031 19.8661 17.9945 19.933C18.1859 19.9905 18.3773 20.0192 18.5687 20.0192C19.2195 20.0192 19.6789 19.8852 19.9468 19.6172C20.2148 19.3493 20.3488 18.933 20.3488 18.3683C20.3488 17.9951 20.2531 17.6936 20.0617 17.4639C19.8703 17.2247 19.6023 17.0428 19.2578 16.9184C18.9228 16.794 18.5257 16.7318 18.0663 16.7318H17.6213L17.3485 16.2007V15.5834H18.0232C18.3965 15.5834 18.7266 15.5212 19.0137 15.3967C19.3104 15.2723 19.5401 15.0905 19.7028 14.8512C19.8751 14.6024 19.9612 14.3105 19.9612 13.9756C19.9612 13.4971 19.8368 13.1669 19.588 12.985C19.3391 12.8032 18.9468 12.7123 18.4108 12.7123C18.2098 12.7123 18.0137 12.7314 17.8223 12.7697C17.6404 12.7984 17.4729 12.8415 17.3198 12.8989L17.205 14.1765H16.1857L16.0422 11.9658C16.3102 11.8605 16.669 11.7505 17.1188 11.6356C17.5686 11.5208 18.1094 11.4634 18.741 11.4634C19.3535 11.4634 19.8846 11.5304 20.3344 11.6644C20.7938 11.7888 21.1479 12.0041 21.3967 12.3103C21.6456 12.6166 21.77 13.0425 21.77 13.588C21.77 13.9612 21.6886 14.2962 21.5259 14.5928C21.3632 14.8895 21.1575 15.1384 20.9087 15.3393C20.6598 15.5403 20.4062 15.6982 20.1478 15.8131L20.1335 15.8992C20.4206 15.9662 20.6885 16.0619 20.9374 16.1863C21.1958 16.3011 21.4254 16.4543 21.6264 16.6457C21.8274 16.8371 21.9853 17.0715 22.1002 17.3491C22.215 17.617 22.2724 17.9377 22.2724 18.3109C22.2724 18.8564 22.1624 19.3206 21.9422 19.7034C21.7317 20.0766 21.4494 20.3781 21.0953 20.6077C20.7507 20.8374 20.3632 21.0049 19.9325 21.1102C19.5114 21.2155 19.0903 21.2681 18.6692 21.2681Z"},child:[]}]}),Aa=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"currentColor",d:"M5.90406 22.3385C7.69061 23.3942 9.77456 24 12 24C18.6274 24 24 18.6274 24 12C24 9.77456 23.3942 7.69061 22.3385 5.90406L5.90406 22.3385ZM18.0959 1.66143C16.3093 0.60578 14.2254 0 12 0C5.37258 0 0 5.37258 0 12C0 14.2254 0.60578 16.3093 1.66144 18.0959L18.0959 1.66143Z"},child:[]}]}),Va=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 22"},child:[{tag:"path",attr:{fill:"currentColor",d:"M13.3396 1.25C13.0651 0.785 12.5596 0.5 12.0091 0.5C11.4586 0.5 10.9546 0.785 10.6801 1.25L0.207143 19.2485C0.0721968 19.4757 0.000976562 19.735 0.000976562 19.9993C0.000976563 20.2635 0.0721968 20.5228 0.207143 20.75C0.496643 21.215 1.00214 21.5015 1.53614 21.5015H22.4821C23.0326 21.5015 23.5381 21.2165 23.7976 20.7515C23.9279 20.523 23.9976 20.265 24.0002 20.0019C24.0029 19.7389 23.9383 19.4796 23.8126 19.2485L13.3396 1.25ZM13.5391 18.4955H10.4806V15.491H13.5391V18.4955ZM13.5391 13.9895H10.4806V7.9805H13.5391V13.9895Z"},child:[]}]}),$a=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"circle",attr:{fill:"currentColor",cx:"12",cy:"12",r:"12"},child:[]},{tag:"path",attr:{fill:"white",d:"M10.7999 10.7753C10.7999 10.1126 11.3371 9.57531 11.9999 9.57531C12.6626 9.57531 13.1998 10.1126 13.1998 10.7753V17.9754C13.1998 18.6381 12.6626 19.1754 11.9999 19.1754C11.3371 19.1754 10.7999 18.6381 10.7999 17.9754V10.7753Z"},child:[]},{tag:"path",attr:{fill:"white",d:"M11.9999 4.86141C11.3371 4.86141 10.7999 5.39867 10.7999 6.06142C10.7999 6.72416 11.3371 7.26143 11.9999 7.26143C12.6626 7.26143 13.1998 6.72416 13.1998 6.06142C13.1998 5.39867 12.6626 4.86141 11.9999 4.86141Z"},child:[]}]}),pr={"rectangle-rounded":Pa,card:Za,"image-text":Ha,"border-top":Ba,"full-width-screen":Ea,"text-input":za,"number-input":Da,"canvas-alert":Aa,warning:Va,"info-filled":$a};import{paramCase as Fa}from"param-case";import{jsx as Ua}from"@emotion/react/jsx-runtime";var gr=Wa({iconsMap:{},isLoading:!0});function mr(){return Oa(gr)}function q2({children:e}){let[t,r]=Lr(!0),[o,n]=Lr({}),i=async()=>{let s=await import("react-icons/cg"),c=Object.entries(s).reduce((p,[d,m])=>{if(d==="default")return p;let g=Na(d);return{...p,[g]:m}},{});n({...c,...pr}),r(!1)};return Ga(()=>{i()},[]),Ua(gr.Provider,{value:{iconsMap:o,isLoading:t},children:e})}function Na(e){var t,r;return(r=(t=Fa(e.replace("Cg","")).match(/[a-z]+|\d+/gi))==null?void 0:t.join("-"))!=null?r:""}import{css as fe}from"@emotion/react";var ur=fe`
|
|
510
|
-
display: hidden;
|
|
511
|
-
|
|
512
|
-
${v("sm")} {
|
|
513
|
-
display: block;
|
|
475
|
+
`;import{css as Ia}from"@emotion/react";var H=Ia`
|
|
476
|
+
@supports ((scrollbar-color: #d1d5db transparent) and (scrollbar-width: thin)) {
|
|
477
|
+
/*
|
|
478
|
+
#d1d5db = bg-gray-300
|
|
479
|
+
scrollbar-color first arg is the thumb, the second arg is the trackbar color
|
|
480
|
+
hover state in firefox is controlled within the browser
|
|
481
|
+
*/
|
|
482
|
+
scrollbar-color: #d1d5db transparent;
|
|
483
|
+
scrollbar-width: thin;
|
|
514
484
|
}
|
|
515
485
|
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
486
|
+
&::-webkit-scrollbar {
|
|
487
|
+
width: 8px;
|
|
488
|
+
height: 8px;
|
|
519
489
|
}
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
`;import{jsx as Ja}from"@emotion/react/jsx-runtime";var E=({children:e,testId:t,dynamicSize:r=!1,...o})=>Ja("small",{css:xr(r),"data-test-id":t,...o,children:e});import{MdWarning as ja}from"react-icons/md";import{css as Qa}from"@emotion/react";var yr=Qa`
|
|
535
|
-
align-items: center;
|
|
536
|
-
color: var(--brand-secondary-5);
|
|
490
|
+
&::-webkit-scrollbar-track {
|
|
491
|
+
background: transparent;
|
|
492
|
+
border-radius: var(--rounded-base);
|
|
493
|
+
}
|
|
494
|
+
&::-webkit-scrollbar-thumb {
|
|
495
|
+
background: var(--gray-300);
|
|
496
|
+
border-radius: var(--rounded-base);
|
|
497
|
+
}
|
|
498
|
+
&::-webkit-scrollbar-thumb:hover {
|
|
499
|
+
background: var(--gray-500);
|
|
500
|
+
}
|
|
501
|
+
`;import{css as Ba}from"@emotion/react";import Ra,{useContext as Sa,useEffect as ka,useState as Pa}from"react";import{css as pt}from"@emotion/react";var dr=pt`
|
|
502
|
+
position: absolute;
|
|
503
|
+
`,pr=pt`
|
|
537
504
|
display: flex;
|
|
538
505
|
gap: var(--spacing-sm);
|
|
539
|
-
|
|
506
|
+
font-size: var(--fs-xs);
|
|
507
|
+
`,Lr=pt`
|
|
508
|
+
background: linear-gradient(to bottom right, var(--gray-100), var(--gray-200));
|
|
509
|
+
border-radius: var(--rounded-base);
|
|
510
|
+
border: 1px solid var(--gray-600);
|
|
511
|
+
box-shadow: var(--shadow-base);
|
|
512
|
+
padding: var(--spacing-xs) var(--spacing-sm);
|
|
513
|
+
`;import{useHotkeys as Ta}from"react-hotkeys-hook";var j=/(Mac|iPhone|iPod|iPad)/i.test(typeof window!="undefined"?window.navigator.userAgent:"server");function Lt(e){return e===null?null:e.replace(/alt/g,"option").replace(/(ctrl|control)/g,"command")}function ee({handler:e,shortcut:t,macShortcut:r,doNotPreventDefault:o,activeWhenEditing:n}){let i=j&&r?r:t;j&&!r&&(i=Lt(t)),Ta(i!=null?i:"\u{1F4A9}",s=>{o||s.preventDefault(),e(s)},n?{enableOnContentEditable:!0,enableOnTags:["INPUT","SELECT","TEXTAREA"]}:{},[e,o])}import{jsx as ue}from"@emotion/react/jsx-runtime";var gr=!1,mr=Ra.createContext(!1),gt=["ctrl+F1","option+shift+/"];function A2({children:e}){let[t,r]=Pa(!1);return ka(()=>{gr||(gr=!0,console.log(`Type ${ur(j?gt[1]:gt[0])} to show keyboard shortcuts`))},[]),ee({shortcut:gt.join(","),handler:()=>{r(o=>!o)},activeWhenEditing:!0}),ue(mr.Provider,{value:t,children:e})}function ur(e){return e.replace(/(command|cmd)/g,"\u2318").replace(/option/g,"\u2325").replace(/shift/g,"\u21E7").replace(/ctrl/g,"\u2303")}function fr({shortcut:e,macShortcut:t,className:r}){if(!Sa(mr)||!e.includes("+")&&e.length>1)return null;let n=j&&t?t:e;j&&!t&&(n=Lt(e));let i=ur(n);return ue("div",{css:[dr,typeof r=="object"?r:void 0],className:typeof r=="string"?r:"",children:ue(Za,{shortcut:i})})}function Za({shortcut:e}){let t=e.split("+");return ue("div",{css:pr,children:t.map(r=>ue("span",{css:Lr,children:r.toUpperCase()},r))})}import{css as Ha}from"@emotion/react";var vr=Ha`
|
|
514
|
+
--max-size: clamp(2.5rem, 100vw, 3.5rem);
|
|
540
515
|
align-items: center;
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
`;import{jsx as ni,jsxs as ai}from"@emotion/react/jsx-runtime";var D=({message:e,testId:t,...r})=>e?ai("span",{role:"status",css:Mr,"data-test-id":t,...r,children:[ni(L,{css:wr,icon:oi,size:"1rem",iconColor:"currentColor"}),e]}):null;import{jsx as ee,jsxs as Ir}from"@emotion/react/jsx-runtime";var Rr=Tr.forwardRef(({label:e,icon:t,id:r,caption:o,showLabel:n=!0,errorMessage:i,warningMessage:s,containerTestId:c,labelTestId:p,errorTestId:d,captionTestId:m,classNameContainer:g,classNameControl:f,classNameLabel:y,...Y},st)=>Ir("div",{css:O,"data-test-id":c||"container-input-field",children:[n?ee(j,{htmlFor:r,css:[C,typeof y=="object"?y:void 0],className:typeof y=="string"?y:"",testId:p,children:e}):null,Ir("div",{css:[O,typeof g=="object"?g:void 0],className:typeof g=="string"?g:"",children:[ee("input",{id:r,css:[J("nowrap"),typeof f=="object"?f:void 0,i?G:void 0,t?Ze:""],"aria-label":n?void 0:e,className:typeof f=="string"?f:"",...Y,ref:st}),t?ee("div",{css:Pe,children:t}):null]}),o?ee(E,{testId:m,children:o}):null,i?ee(z,{message:i,testId:d}):null,s&&!i?ee(D,{message:s}):null]}));import ii from"react-select";import{jsx as si}from"@emotion/react/jsx-runtime";function R7(e){return si(ii,{...e,classNamePrefix:"input-combobox",styles:{...e.styles,singleValue:(t,r)=>{var o,n;return{...t,color:"#828282",...(n=(o=e.styles)==null?void 0:o.singleValue)==null?void 0:n.call(o,t,r)}},valueContainer:(t,r)=>{var o,n;return{...t,padding:"var(--spacing-base)",gap:"2px",...(n=(o=e.styles)==null?void 0:o.valueContainer)==null?void 0:n.call(o,t,r)}},input:(t,r)=>{var o,n;return{...t,margin:"0",padding:"0","& > input":{boxShadow:"none !important"},...(n=(o=e.styles)==null?void 0:o.input)==null?void 0:n.call(o,t,r)}},menu:(t,r)=>{var o,n;return{...t,zIndex:"var(--z-20)",...(n=(o=e.styles)==null?void 0:o.menu)==null?void 0:n.call(o,t,r)}},control:(t,r)=>{var o,n;return{...t,className:"input-combobox-control",border:r.isFocused?"1px solid transparent":"1px solid var(--gray-400)",lineHeight:1.25,outline:r.isFocused?"1px solid var(--brand-secondary-1)":"none",outlineOffset:0,minHeight:"58px",boxShadow:"none","&:hover":{boxShadow:"none"},...(n=(o=e.styles)==null?void 0:o.control)==null?void 0:n.call(o,t,r)}},indicatorsContainer:(t,r)=>{var o,n;return{...t,backgroundImage:`url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M6.34317 7.75732L4.92896 9.17154L12 16.2426L19.0711 9.17157L17.6569 7.75735L12 13.4142L6.34317 7.75732Z' fill='currentColor' /%3E%3C/svg%3E")`,backgroundSize:"1rem",backgroundPosition:"right var(--spacing-sm) center",backgroundRepeat:"no-repeat",width:"24px","& svg":{display:"none"},...(n=(o=e.styles)==null?void 0:o.indicatorsContainer)==null?void 0:n.call(o,t,r)}},indicatorSeparator:(t,r)=>{var o,n;return{display:"none",...(n=(o=e.styles)==null?void 0:o.indicatorSeparator)==null?void 0:n.call(o,t,r)}},option:(t,r)=>{var o,n;return{...t,color:r.isDisabled?"var(--gray-500)":"var(--gray-700)",backgroundColor:r.isDisabled?"transparent":r.isSelected?"var(--gray-200)":r.isFocused?"var(--gray-100)":"transparent",...(n=(o=e.styles)==null?void 0:o.option)==null?void 0:n.call(o,t,r)}},multiValue:t=>({...t,background:"var(--gray-100)",borderRadius:"var(--rounded-sm)",margin:"0"}),multiValueLabel:t=>({...t,background:"var(--gray-100)",borderRight:"1px solid var(--gray-300)",color:"var(--brand-secondary-1)"}),multiValueRemove:t=>({...t,background:"var(--gray-100)",":hover":{color:"var(--white)",background:"var(--brand-secondary-5)",transition:"color var(--duration-fast) var(--timing-ease-out), background-color var(--duration-fast) var(--timing-ease-out)"}})}})}import{css as li}from"@emotion/react";import*as Er from"react";import{useState as ci,useRef as di}from"react";import{css as ve}from"@emotion/react";var Sr=ve`
|
|
547
|
-
margin-inline: auto;
|
|
548
|
-
max-width: fit-content;
|
|
549
|
-
`,kr=ve`
|
|
550
|
-
align-items: center;
|
|
551
|
-
background: var(--brand-secondary-3);
|
|
552
|
-
border: 2px solid var(--brand-secondary-3);
|
|
553
|
-
border-radius: var(--rounded-base);
|
|
516
|
+
box-shadow: var(--shadow-base);
|
|
517
|
+
border-radius: var(--rounded-full);
|
|
518
|
+
border: none;
|
|
519
|
+
background: var(--brand-secondary-5);
|
|
520
|
+
background-position: center;
|
|
554
521
|
cursor: pointer;
|
|
555
|
-
|
|
556
|
-
|
|
522
|
+
display: inline-flex;
|
|
523
|
+
padding: 0;
|
|
524
|
+
transition: transform var(--duration-fast) var(--timing-ease-out), background var(--duration-slow);
|
|
525
|
+
transform: scale(0.95);
|
|
526
|
+
width: var(--max-size);
|
|
527
|
+
height: var(--max-size);
|
|
528
|
+
justify-content: center;
|
|
529
|
+
|
|
530
|
+
&:hover,
|
|
531
|
+
&:focus {
|
|
532
|
+
background: var(--brand-secondary-5) radial-gradient(circle, transparent 1%, var(--brand-secondary-5) 1%)
|
|
533
|
+
center/15000%;
|
|
534
|
+
transform: scale(1);
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
& svg {
|
|
538
|
+
color: var(--white);
|
|
539
|
+
pointer-events: none;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
&:active {
|
|
543
|
+
background-color: var(--white);
|
|
544
|
+
background-size: 100%;
|
|
545
|
+
transition: background 0s;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
&:disabled {
|
|
549
|
+
background: var(--gray-300);
|
|
550
|
+
cursor: default;
|
|
551
|
+
pointer-events: none;
|
|
552
|
+
|
|
553
|
+
&:hover,
|
|
554
|
+
&:focus {
|
|
555
|
+
transform: scale(0.95);
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
`;import{jsx as mt,jsxs as Ea}from"@emotion/react/jsx-runtime";var U2=({buttonText:e="Add",onClick:t,shortcut:r="ctrl+alt+n",macShortcut:o="option+n",...n})=>(ee({shortcut:r,macShortcut:o,handler:t,activeWhenEditing:!0}),Ea("button",{type:"button","aria-label":e,"data-testid":"add-entry-button",onClick:t,css:vr,...n,children:[r?mt(fr,{shortcut:r,css:Ba`
|
|
559
|
+
top: -2rem;
|
|
560
|
+
left: -1.5rem;
|
|
561
|
+
`}):null,mt("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:mt("path",{d:"M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z",fill:"currentColor"})})]}));import{CgAdd as ti,CgAddR as ri,CgMathPlus as oi}from"react-icons/cg";import Qa from"react";import{css as fe}from"@emotion/react";var br=fe`
|
|
562
|
+
display: hidden;
|
|
563
|
+
|
|
564
|
+
${v("sm")} {
|
|
565
|
+
display: block;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
& svg {
|
|
569
|
+
display: block;
|
|
570
|
+
vertical-align: middle;
|
|
571
|
+
}
|
|
572
|
+
`,hr=fe`
|
|
573
|
+
color: var(--brand-secondary-3);
|
|
574
|
+
`,xr=fe`
|
|
575
|
+
color: var(--brand-secondary-5);
|
|
576
|
+
`,yr=fe`
|
|
577
|
+
color: var(--gray-500);
|
|
578
|
+
`,Cr=fe`
|
|
579
|
+
color: currentColor;
|
|
580
|
+
`;import{paramCase as _a}from"param-case";import{createContext as Xa,useContext as qa,useEffect as Ka,useState as wr}from"react";import{GenIcon as I}from"react-icons";var Da=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M2 16C2 17.6569 3.34315 19 5 19H19C20.6569 19 22 17.6569 22 16V8C22 6.34315 20.6569 5 19 5H5C3.34315 5 2 6.34315 2 8V16ZM5 17H19C19.5523 17 20 16.5523 20 16V8C20 7.44772 19.5523 7 19 7H5C4.44772 7 4 7.44771 4 8V16C4 16.5523 4.44772 17 5 17Z"},child:[]}]}),Aa=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M8.24953 3.8889C7.00689 3.8889 5.99953 4.85895 5.99953 6.05556C5.99953 7.25218 7.00689 8.22223 8.24953 8.22223C9.49217 8.22223 10.4995 7.25218 10.4995 6.05556C10.4995 4.85895 9.49217 3.8889 8.24953 3.8889ZM7.49953 6.05556C7.49953 5.65669 7.83531 5.33334 8.24953 5.33334C8.66374 5.33334 8.99953 5.65669 8.99953 6.05556C8.99953 6.45444 8.66374 6.77779 8.24953 6.77779C7.83531 6.77779 7.49953 6.45444 7.49953 6.05556Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M18 15.75C18 16.1642 17.6269 16.5 17.1667 16.5H6.83333C6.3731 16.5 6 16.1642 6 15.75C6 15.3358 6.3731 15 6.83333 15H17.1667C17.6269 15 18 15.3358 18 15.75Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M13.1667 18H6.83333C6.3731 18 6 18.3358 6 18.75C6 19.1642 6.3731 19.5 6.83333 19.5H13.1667C13.6269 19.5 14 19.1642 14 18.75C14 18.3358 13.6269 18 13.1667 18Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M3 20a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v16ZM5 4v8.56h3.48l5.16-4.97c.88-.85 2.3-.85 3.19 0L19 9.69V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1Zm.25 10H5v6a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-6H5.25Zm5.36-1.44H19v-.84l-3.23-3.11a.77.77 0 0 0-1.07 0l-4.1 3.95Z"},child:[]}]}),Va=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fillOpacity:"0.5",fill:"currentColor",d:"M13 15C12.4477 15 12 15.4477 12 16C12 16.5523 12.4477 17 13 17H17C17.5523 17 18 16.5523 18 16C18 15.4477 17.5523 15 17 15H13Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M12 8C12 7.44772 12.4477 7 13 7H22C22.5523 7 23 7.44772 23 8C23 8.55228 22.5523 9 22 9H13C12.4477 9 12 8.55228 12 8Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fillOpacity:"0.75",fill:"currentColor",d:"M12 12C12 11.4477 12.4477 11 13 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H13C12.4477 13 12 12.5523 12 12Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M1 8.08791C1 7.48707 1.57563 7 2.28571 7H8.71429C9.42437 7 10 7.48707 10 8.08791V16.912C10 17.5129 9.42437 18 8.71429 18H2.28571C1.57563 18 1 17.5129 1 16.912V8.08791Z"},child:[]}]}),$a=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",fillOpacity:"0.3",d:"M8 16H16V9L19 9L19 19L5 19L5 9L8 9V16Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M5 7L19 7V4L5 4L5 7Z"},child:[]}]}),Wa=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M11 17H4C2.34315 17 1 15.6569 1 14V6C1 4.34315 2.34315 3 4 3H20C21.6569 3 23 4.34315 23 6V14C23 15.6569 21.6569 17 20 17H13V19H16C16.5523 19 17 19.4477 17 20C17 20.5523 16.5523 21 16 21H8C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19H11V17ZM4 5H20C20.5523 5 21 5.44772 21 6V14C21 14.5523 20.5523 15 20 15H4C3.44772 15 3 14.5523 3 14V6C3 5.44772 3.44772 5 4 5Z"},child:[]},{tag:"path",attr:{fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor",d:"M16.0849 14L14.7516 12.6667L16.4581 10.9601L13.023 10.9601H11.062L7.62683 10.9601L9.33335 12.6667L8.00001 14L3.99998 10L7.99998 6L9.33332 7.33334L7.59214 9.07452H11.062H13.023H16.4928L14.7516 7.33334L16.085 6L20.085 10L16.0849 14Z"},child:[]}]}),Oa=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"currentColor",d:"M8.048 19.552V18.208L9.968 17.752V5.848H7.232L6.584 8.512H5V4H18.272V8.512H16.688L16.04 5.848H13.376V17.752L15.296 18.208V19.552H8.048Z"},child:[]}]}),Ga=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"currentColor",d:"M2.05742 12.4315V11.5127L3.72264 11.2687V4.46425H2V3.43066L4.51219 3H5.63191V11.2687L7.26842 11.5127V12.4315H2.05742Z"},child:[]},{tag:"path",attr:{fill:"currentColor",d:"M8.40723 15.7345V14.7583L11.4362 11.5858C11.7712 11.2413 12.0296 10.9255 12.2114 10.6383C12.3932 10.3512 12.5224 10.0641 12.599 9.77702C12.6756 9.48992 12.7138 9.1741 12.7138 8.82957C12.7138 8.34149 12.599 7.9826 12.3693 7.75292C12.1492 7.51366 11.7137 7.39403 11.063 7.39403C10.7567 7.39403 10.5127 7.41317 10.3308 7.45146C10.149 7.48974 9.97675 7.54716 9.81405 7.62372L9.51259 9.14539H8.52207V6.67627C8.7039 6.5997 8.93838 6.52314 9.22548 6.44658C9.52216 6.37002 9.84755 6.30781 10.2016 6.25996C10.5653 6.20254 10.9242 6.17383 11.2783 6.17383C12.1205 6.17383 12.7904 6.27432 13.2881 6.47529C13.7953 6.6667 14.1589 6.94902 14.3791 7.32226C14.5992 7.6955 14.7092 8.13573 14.7092 8.64295C14.7092 9.15017 14.6231 9.60955 14.4508 10.0211C14.2881 10.4326 14.0537 10.825 13.7474 11.1982C13.4412 11.5714 13.0775 11.9686 12.6564 12.3897L10.7041 14.2846V14.3851H13.7187L14.092 13.0357H15.0394V15.7345H8.40723Z"},child:[]},{tag:"path",attr:{fill:"currentColor",d:"M18.6692 21.2681C18.1333 21.2681 17.6691 21.2202 17.2767 21.1245C16.8939 21.0384 16.5781 20.9379 16.3293 20.8231C16.09 20.7082 15.9178 20.6173 15.8125 20.5503L15.9561 18.2391H17.0758L17.2337 19.5885C17.272 19.6077 17.3581 19.6555 17.4921 19.7321C17.6356 19.7991 17.8031 19.8661 17.9945 19.933C18.1859 19.9905 18.3773 20.0192 18.5687 20.0192C19.2195 20.0192 19.6789 19.8852 19.9468 19.6172C20.2148 19.3493 20.3488 18.933 20.3488 18.3683C20.3488 17.9951 20.2531 17.6936 20.0617 17.4639C19.8703 17.2247 19.6023 17.0428 19.2578 16.9184C18.9228 16.794 18.5257 16.7318 18.0663 16.7318H17.6213L17.3485 16.2007V15.5834H18.0232C18.3965 15.5834 18.7266 15.5212 19.0137 15.3967C19.3104 15.2723 19.5401 15.0905 19.7028 14.8512C19.8751 14.6024 19.9612 14.3105 19.9612 13.9756C19.9612 13.4971 19.8368 13.1669 19.588 12.985C19.3391 12.8032 18.9468 12.7123 18.4108 12.7123C18.2098 12.7123 18.0137 12.7314 17.8223 12.7697C17.6404 12.7984 17.4729 12.8415 17.3198 12.8989L17.205 14.1765H16.1857L16.0422 11.9658C16.3102 11.8605 16.669 11.7505 17.1188 11.6356C17.5686 11.5208 18.1094 11.4634 18.741 11.4634C19.3535 11.4634 19.8846 11.5304 20.3344 11.6644C20.7938 11.7888 21.1479 12.0041 21.3967 12.3103C21.6456 12.6166 21.77 13.0425 21.77 13.588C21.77 13.9612 21.6886 14.2962 21.5259 14.5928C21.3632 14.8895 21.1575 15.1384 20.9087 15.3393C20.6598 15.5403 20.4062 15.6982 20.1478 15.8131L20.1335 15.8992C20.4206 15.9662 20.6885 16.0619 20.9374 16.1863C21.1958 16.3011 21.4254 16.4543 21.6264 16.6457C21.8274 16.8371 21.9853 17.0715 22.1002 17.3491C22.215 17.617 22.2724 17.9377 22.2724 18.3109C22.2724 18.8564 22.1624 19.3206 21.9422 19.7034C21.7317 20.0766 21.4494 20.3781 21.0953 20.6077C20.7507 20.8374 20.3632 21.0049 19.9325 21.1102C19.5114 21.2155 19.0903 21.2681 18.6692 21.2681Z"},child:[]}]}),Fa=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"currentColor",d:"M5.90406 22.3385C7.69061 23.3942 9.77456 24 12 24C18.6274 24 24 18.6274 24 12C24 9.77456 23.3942 7.69061 22.3385 5.90406L5.90406 22.3385ZM18.0959 1.66143C16.3093 0.60578 14.2254 0 12 0C5.37258 0 0 5.37258 0 12C0 14.2254 0.60578 16.3093 1.66144 18.0959L18.0959 1.66143Z"},child:[]}]}),Na=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 22"},child:[{tag:"path",attr:{fill:"currentColor",d:"M13.3396 1.25C13.0651 0.785 12.5596 0.5 12.0091 0.5C11.4586 0.5 10.9546 0.785 10.6801 1.25L0.207143 19.2485C0.0721968 19.4757 0.000976562 19.735 0.000976562 19.9993C0.000976563 20.2635 0.0721968 20.5228 0.207143 20.75C0.496643 21.215 1.00214 21.5015 1.53614 21.5015H22.4821C23.0326 21.5015 23.5381 21.2165 23.7976 20.7515C23.9279 20.523 23.9976 20.265 24.0002 20.0019C24.0029 19.7389 23.9383 19.4796 23.8126 19.2485L13.3396 1.25ZM13.5391 18.4955H10.4806V15.491H13.5391V18.4955ZM13.5391 13.9895H10.4806V7.9805H13.5391V13.9895Z"},child:[]}]}),Ua=I({tag:"svg",attr:{role:"img",viewBox:"0 0 24 24"},child:[{tag:"circle",attr:{fill:"currentColor",cx:"12",cy:"12",r:"12"},child:[]},{tag:"path",attr:{fill:"white",d:"M10.7999 10.7753C10.7999 10.1126 11.3371 9.57531 11.9999 9.57531C12.6626 9.57531 13.1998 10.1126 13.1998 10.7753V17.9754C13.1998 18.6381 12.6626 19.1754 11.9999 19.1754C11.3371 19.1754 10.7999 18.6381 10.7999 17.9754V10.7753Z"},child:[]},{tag:"path",attr:{fill:"white",d:"M11.9999 4.86141C11.3371 4.86141 10.7999 5.39867 10.7999 6.06142C10.7999 6.72416 11.3371 7.26143 11.9999 7.26143C12.6626 7.26143 13.1998 6.72416 13.1998 6.06142C13.1998 5.39867 12.6626 4.86141 11.9999 4.86141Z"},child:[]}]}),Mr={"rectangle-rounded":Da,card:Aa,"image-text":Va,"border-top":$a,"full-width-screen":Wa,"text-input":Oa,"number-input":Ga,"canvas-alert":Fa,warning:Na,"info-filled":Ua};import{jsx as Ja}from"@emotion/react/jsx-runtime";var Ir=Xa({iconsMap:{},isLoading:!0});function Tr(){return qa(Ir)}function t7({children:e}){let[t,r]=wr(!0),[o,n]=wr({}),i=async()=>{let s=await import("react-icons/cg"),c=Object.entries(s).reduce((p,[d,m])=>{if(d==="default")return p;let g=Ya(d);return{...p,[g]:m}},{});n({...c,...Mr}),r(!1)};return Ka(()=>{i()},[]),Ja(Ir.Provider,{value:{iconsMap:o,isLoading:t},children:e})}function Ya(e){var t,r;return(r=(t=_a(e.replace("Cg","")).match(/[a-z]+|\d+/gi))==null?void 0:t.join("-"))!=null?r:""}import{jsx as ei}from"@emotion/react/jsx-runtime";var ja=({icon:e,iconColor:t="green",size:r="1.5rem",...o})=>{let n=typeof e=="string",{iconsMap:i,isLoading:s}=Tr(),c={green:hr,gray:yr,red:xr,currentColor:Cr};if(n&&s)return null;let p=n?i[e]:e;return n&&p===void 0?(console.error(`We don't seem to have the icon you're looking for ("${e}"). Make sure you're using <IconsProvider> and try an icon from our Storybook.`),null):ei(p,{role:"img",size:r,...o,css:[br,c[t]]})},L=Qa.memo(ja);import{css as ve}from"@emotion/react";var ut=ve`
|
|
581
|
+
align-items: center;
|
|
582
|
+
background: transparent;
|
|
583
|
+
border: none;
|
|
584
|
+
display: inline-flex;
|
|
557
585
|
gap: var(--spacing-sm);
|
|
558
|
-
font-size: var(--fs-
|
|
559
|
-
|
|
586
|
+
font-size: var(--fs-base);
|
|
587
|
+
font-weight: var(--fw-bold);
|
|
588
|
+
padding: 0;
|
|
589
|
+
margin-block: var(--spacing-base);
|
|
560
590
|
|
|
561
591
|
&:disabled {
|
|
562
|
-
background: var(--white);
|
|
563
|
-
border-color: var(--gray-200);
|
|
564
592
|
cursor: default;
|
|
565
|
-
color: var(--gray-
|
|
566
|
-
|
|
593
|
+
color: var(--gray-300);
|
|
594
|
+
pointer-events: none;
|
|
567
595
|
}
|
|
568
596
|
|
|
569
|
-
&:
|
|
570
|
-
|
|
597
|
+
&:hover svg {
|
|
598
|
+
box-shadow: var(--shadow-base);
|
|
571
599
|
}
|
|
572
|
-
`,
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
600
|
+
`,Rr=e=>ve`
|
|
601
|
+
color: ${e};
|
|
602
|
+
`,Sr=ve`
|
|
603
|
+
font-size: var(--fs-xs);
|
|
604
|
+
font-weight: var(--fw-regular);
|
|
605
|
+
margin-block: var(--spacing-md) 0;
|
|
606
|
+
`,kr=(e,t)=>ve`
|
|
607
|
+
box-sizing: border-box;
|
|
608
|
+
background: ${e?"var(--gray-300)":t};
|
|
609
|
+
color: var(--white);
|
|
610
|
+
padding: calc(var(--spacing-xs) - 0.15rem);
|
|
611
|
+
`,ft=ve`
|
|
612
|
+
border-radius: var(--rounded-full);
|
|
613
|
+
transition: box-shadow var(--duration-fast) var(--timing-ease-out);
|
|
614
|
+
`;import{jsx as Pr,jsxs as ni}from"@emotion/react/jsx-runtime";var p7=({buttonText:e="Add Item",onButtonClick:t,disabled:r,icon:o="math-plus",variant:n="regular",theme:i="var(--brand-secondary-3)",...s})=>{let c={"math-plus":oi,add:ti,"add-r":ri};return ni("button",{type:"button",css:[{regular:[ut],small:[ut,Sr]}[n],Rr(i)],onClick:t,title:e,disabled:r,...s,children:[o==="math-plus"?Pr(L,{icon:c[o],iconColor:"currentColor",size:"1.25em",css:[ft,kr(r,i)]}):Pr(L,{icon:c[o],iconColor:"currentColor",size:"1.25em",css:ft}),e]})};import{CgClose as vi}from"react-icons/cg";import{css as B}from"@emotion/react";var Zr=B`
|
|
615
|
+
font-size: clamp(1.35rem, var(--fluid-font-base), 2.25rem);
|
|
616
|
+
`,Hr=B`
|
|
617
|
+
font-size: clamp(1.35rem, var(--fluid-font-base), 2.25rem);
|
|
618
|
+
`,Br=B`
|
|
619
|
+
font-size: clamp(1.25rem, var(--fluid-font-base), 1.5rem);
|
|
620
|
+
`,Er=B`
|
|
621
|
+
font-size: clamp(1.15rem, var(--fluid-font-base), 1.25rem);
|
|
622
|
+
`,zr=B`
|
|
623
|
+
font-size: clamp(var(--fs-base), var(--fluid-font-base), 1.15rem);
|
|
624
|
+
`,Dr=B`
|
|
625
|
+
font-size: var(--fs-base);
|
|
626
|
+
`,Ar=e=>B`
|
|
627
|
+
font-weight: var(--fw-bold);
|
|
628
|
+
font-family: var(--ff-base);
|
|
629
|
+
margin-top: 0;
|
|
630
|
+
margin-bottom: ${e?"var(--spacing-base)":"0"};
|
|
631
|
+
`,Vr=B`
|
|
632
|
+
line-height: 1.25;
|
|
633
|
+
`;import{jsx as ai}from"@emotion/react/jsx-runtime";var T=({level:e=2,withMarginBottom:t=!0,children:r,...o})=>{let n=`h${e}`;return ai(n,{...o,css:[{h1:Zr,h2:Hr,h3:Br,h4:Er,h5:zr,h6:Dr}[n],Ar(t),Vr],children:r})};import{css as ii}from"@emotion/react";var $r=ii`
|
|
634
|
+
background: var(--brand-secondary-2);
|
|
635
|
+
border-radius: var(--rounded-base);
|
|
576
636
|
color: var(--brand-secondary-1);
|
|
577
|
-
display: block;
|
|
578
|
-
|
|
579
|
-
position: absolute;
|
|
580
|
-
inset: auto 0;
|
|
581
|
-
transform: translateY(-0.2rem);
|
|
582
|
-
`,Zr=ve`
|
|
583
|
-
cursor: pointer;
|
|
584
|
-
display: block;
|
|
637
|
+
display: inline-block;
|
|
638
|
+
padding: var(--spacing-sm) var(--spacing-base);
|
|
585
639
|
font-size: var(--fs-sm);
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
640
|
+
`;import{jsx as si}from"@emotion/react/jsx-runtime";var Wr=({text:e})=>si("span",{css:$r,children:e});import*as bt from"react";import{CgExternal as li}from"react-icons/cg";import{css as Be}from"@emotion/react";var Or=Be`
|
|
641
|
+
display: inline-flex;
|
|
642
|
+
text-decoration: underline;
|
|
589
643
|
|
|
590
|
-
&:
|
|
591
|
-
|
|
644
|
+
&:hover {
|
|
645
|
+
text-decoration: none;
|
|
592
646
|
}
|
|
647
|
+
`,Gr=Be`
|
|
648
|
+
color: var(--brand-secondary-3);
|
|
649
|
+
`,Fr=Be`
|
|
650
|
+
color: var(--brand-secondary-5);
|
|
651
|
+
`,Nr=Be`
|
|
652
|
+
color: currentColor;
|
|
653
|
+
`;import{jsx as vt,jsxs as ci}from"@emotion/react/jsx-runtime";var ht=bt.forwardRef(({external:e,text:t,linkColor:r="currentColor",children:o,...n},i)=>{let s={currentColor:Nr,red:Fr,green:Gr},c=e?{target:"_blanks",rel:"noreferrer noopener"}:{};return ci("a",{css:[Or,s[r]],...n,...c,ref:i,children:[t,e?vt(L,{icon:li,iconColor:"currentColor",size:24}):null,o]})}),Ur=bt.forwardRef(({linkManagerComponent:e,href:t,as:r,...o},n)=>vt(e,{...o,as:r,href:t,ref:n,passHref:!0,children:vt(ht,{...o})}));import{css as di}from"@emotion/react";var Ee=di`
|
|
654
|
+
line-height: 1.5;
|
|
655
|
+
margin-bottom: var(--spacing-base);
|
|
593
656
|
|
|
594
|
-
&:
|
|
595
|
-
|
|
657
|
+
&:last-of-type {
|
|
658
|
+
margin-bottom: 0;
|
|
596
659
|
}
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
height: 1px;
|
|
601
|
-
width: 1px;
|
|
602
|
-
clip: rect(0, 0, 0, 0);
|
|
603
|
-
padding: 0;
|
|
604
|
-
`;import{CgChevronDown as pi}from"react-icons/cg";import{jsx as De,jsxs as Br}from"@emotion/react/jsx-runtime";var A7=({classNameContainer:e,options:t,value:r,onChange:o,disabled:n,...i})=>{var m;let[s,c]=ci(!1),p=di(null);Er.useEffect(()=>{let g=f=>{p.current&&!p.current.contains(f.target)&&c(!1)};return document.addEventListener("mousedown",g),()=>{document.removeEventListener("mousedown",g)}},[p]);let d=t.find(g=>g.value===r);return Br("div",{ref:p,css:e?li`
|
|
605
|
-
max-width: fit-content;
|
|
606
|
-
${typeof e=="object"?e:void 0}
|
|
607
|
-
`:Sr,className:typeof e=="string"?e:"",children:[Br("button",{type:"button","aria-controls":`and-or-${i.id}`,"aria-expanded":s,css:kr,onClick:()=>{n||c(g=>!g)},disabled:n,...i,children:[De("span",{children:(m=d==null?void 0:d.label)!=null?m:r}),n?null:De(L,{icon:pi,iconColor:"currentColor",size:24})]}),De("div",{id:`and-or-${i.id}`,css:[Pr,s?void 0:Hr],"aria-hidden":!s,children:t.map(g=>De("button",{type:"button",css:Zr,onClick:()=>{o(g),c(f=>!f)},children:g.label},g.value))})]})};import{jsx as te,jsxs as zr}from"@emotion/react/jsx-runtime";var O7=({onSearchTextChanged:e,disabled:t=!1,placeholder:r="Keyword search",inputFieldName:o="keywordSearch",disabledFieldSubmission:n=!1,value:i,...s})=>te(Rr,{type:"text",name:o,placeholder:r,showLabel:!1,value:i,icon:zr("svg",{width:"26",height:"24",viewBox:"0 0 26 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",css:qt,children:[zr("g",{clipPath:"url(#clip0)",children:[te("path",{d:"M11.539 0C5.48429 0 0.558105 4.74145 0.558105 10.5691C0.558105 16.3971 5.48429 21.1382 11.539 21.1382C17.594 21.1382 22.5199 16.3971 22.5199 10.5691C22.5199 4.74145 17.594 0 11.539 0ZM11.539 19.187C6.60198 19.187 2.58535 15.321 2.58535 10.5691C2.58535 5.81728 6.60198 1.95122 11.539 1.95122C16.476 1.95122 20.4926 5.81723 20.4926 10.5691C20.4926 15.321 16.476 19.187 11.539 19.187Z"}),te("path",{d:"M25.196 22.3344L19.3846 16.7409C18.9886 16.3598 18.3473 16.3598 17.9513 16.7409C17.5553 17.1217 17.5553 17.7397 17.9513 18.1205L23.7627 23.714C23.9607 23.9045 24.2199 23.9998 24.4794 23.9998C24.7385 23.9998 24.998 23.9045 25.196 23.714C25.592 23.3332 25.592 22.7153 25.196 22.3344Z"})]}),te("defs",{children:te("clipPath",{id:"clip0",children:te("rect",{width:"24.9351",height:"24",fill:"white",transform:"translate(0.558105)"})})})]}),onChange:d=>{e(d.currentTarget.value)},onKeyPress:d=>{d.key==="Enter"&&n&&d.preventDefault()},disabled:t,"aria-label":r,...s});import{Fragment as Li,jsx as re,jsxs as gt}from"@emotion/react/jsx-runtime";var q7=({label:e,defaultOption:t,options:r,caption:o,errorMessage:n,warningMessage:i,showLabel:s=!0,labelCta:c,classNameContainer:p,classNameControl:d,classNameLabel:m,...g})=>gt("div",{css:[O,typeof p=="object"?p:void 0],className:typeof p=="string"?p:"",children:[s?re(Li,{children:gt(j,{htmlFor:g.id,css:[C,typeof m=="object"?m:void 0],className:typeof m=="string"?m:"",children:[e,c]})}):null,gt("select",{title:e,"aria-label":s?void 0:e,css:[J("wrap"),ct,n?G:void 0,typeof d=="object"?d:void 0],className:typeof d=="string"?d:"",...g,children:[t?re("option",{value:"",children:t}):null,r.map((f,y)=>re("option",{value:f.label,...f},y))]}),o?re(E,{children:o}):null,n?re(z,{message:n}):null,i&&!n?re(D,{message:i}):null]});import{jsx as be,jsxs as Dr}from"@emotion/react/jsx-runtime";var j7=({label:e,type:t,disabled:r,checked:o,name:n,caption:i,errorMessage:s,warningMessage:c,testId:p,fontWeight:d="medium",...m})=>Dr(j,{css:[Kt,r?Qt:void 0],"data-test-id":p,children:[be("input",{type:t,css:Yt,checked:o,name:n,disabled:r,...m}),be("span",{css:Jt(d),dangerouslySetInnerHTML:{__html:e}}),i||s?Dr("span",{css:jt,children:[i?be(E,{children:i}):null,s?be(z,{message:s}):null,c&&!s?be(D,{message:c}):null]}):null]});import{Fragment as gi,jsx as oe,jsxs as Ar}from"@emotion/react/jsx-runtime";var i4=({label:e,icon:t,id:r,caption:o,showLabel:n=!0,errorMessage:i,warningMessage:s,...c})=>Ar(gi,{children:[n?oe("label",{htmlFor:r,css:[C],children:e}):null,Ar("div",{css:[O],children:[oe("textarea",{id:r,css:[er,i?G:void 0,t?Ze:"",Z],"aria-label":n?void 0:e,...c}),t?oe("div",{css:Pe,children:t}):null]}),o?oe(E,{children:o}):null,i?oe(z,{message:i}):null,s&&!i?oe(D,{message:s}):null]});import{forwardRef as ui}from"react";import{css as he}from"@emotion/react";var Vr=he`
|
|
660
|
+
`;import{Fragment as Li,jsx as xt}from"@emotion/react/jsx-runtime";import{createElement as pi}from"@emotion/react";var _r=({className:e,htmlContent:t,children:r,...o})=>{if(t&&Array.isArray(t)){let n=t.map((i,s)=>pi("p",{...o,key:s,css:[Ee,typeof e=="object"?e:void 0],className:typeof e=="string"?e:"",dangerouslySetInnerHTML:{__html:i}}));return xt(Li,{children:n})}return t?xt("p",{...o,css:[Ee,typeof e=="object"?e:void 0],className:typeof e=="string"?e:"",dangerouslySetInnerHTML:{__html:t}}):xt("p",{...o,css:[Ee,typeof e=="object"?e:void 0],className:typeof e=="string"?e:"",children:r})};import{css as R}from"@emotion/react";var Xr=R`
|
|
661
|
+
margin-bottom: var(--spacing-lg);
|
|
662
|
+
`,qr=R`
|
|
608
663
|
align-items: center;
|
|
609
664
|
display: flex;
|
|
610
|
-
gap: var(--spacing-
|
|
611
|
-
|
|
665
|
+
gap: var(--spacing-md);
|
|
666
|
+
margin-bottom: var(--spacing-md);
|
|
667
|
+
`,Kr=R`
|
|
612
668
|
align-items: center;
|
|
613
|
-
color: var(--gray-500);
|
|
614
669
|
display: flex;
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
appearance: none;
|
|
619
|
-
border: 1px solid var(--gray-300);
|
|
620
|
-
background: var(--white) no-repeat bottom center;
|
|
621
|
-
border-radius: var(--rounded-sm);
|
|
622
|
-
width: calc(var(--spacing-base) - 2px);
|
|
623
|
-
height: calc(var(--spacing-base) - 2px);
|
|
624
|
-
transition: background var(--duration-fast) var(--timing-ease-out),
|
|
625
|
-
border-color var(--duration-fast) var(--timing-ease-out),
|
|
626
|
-
color var(--duration-fast) var(--timing-ease-out);
|
|
670
|
+
flex-wrap: wrap;
|
|
671
|
+
flex-grow: 1;
|
|
672
|
+
gap: var(--spacing-base);
|
|
627
673
|
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
&:checked:focus {
|
|
631
|
-
background: var(--brand-secondary-3)
|
|
632
|
-
url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.12941 3.8703L1.38884 2.12973L0.518555 3.00002L3.12941 5.61087L7.48084 1.25945L6.61055 0.38916L3.12941 3.8703Z' fill='white'/%3E%3C/svg%3E%0A")
|
|
633
|
-
no-repeat center center;
|
|
634
|
-
border-color: var(--brand-secondary-3);
|
|
635
|
-
color: var(--white);
|
|
674
|
+
${v("sm")} {
|
|
675
|
+
gap: var(--spacing-md);
|
|
636
676
|
}
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
677
|
+
`,Yr=R`
|
|
678
|
+
font-size: clamp(1.75rem, var(--fluid-font-base), 3.25rem);
|
|
679
|
+
font-weight: var(--fw-bold);
|
|
680
|
+
margin: 0;
|
|
681
|
+
`,Jr=R``,Qr=R`
|
|
682
|
+
position: relative;
|
|
683
|
+
max-width: 100px;
|
|
684
|
+
`,yt=R`
|
|
685
|
+
position: absolute;
|
|
686
|
+
inset: 0;
|
|
687
|
+
margin: auto;
|
|
688
|
+
width: clamp(32px, calc(4vw + 1rem), 44px);
|
|
689
|
+
`,jr=R`
|
|
690
|
+
width: clamp(52px, calc(6vw + 1rem), 100px);
|
|
691
|
+
`,eo=R`
|
|
692
|
+
${v("sm")} {
|
|
693
|
+
margin-left: auto;
|
|
642
694
|
}
|
|
695
|
+
`;import{Fragment as mi,jsx as h,jsxs as F}from"@emotion/react/jsx-runtime";var gi=({...e})=>F("svg",{viewBox:"0 0 100 116",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[h("path",{d:"M50 2L98.4974 30V86L50 114L1.50258 86V30L50 2Z",fill:"white",stroke:"url(#paint0_linear_154_2529)",strokeWidth:"2"}),h("defs",{children:F("linearGradient",{id:"paint0_linear_154_2529",x1:"86.1519",y1:"101.4",x2:"16.4071",y2:"6.75894",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#1768B2"}),h("stop",{offset:"1",stopColor:"#B3EFE4"})]})})]}),V7=({title:e,description:t,icon:r,docsLink:o,badgeText:n,menu:i,children:s,...c})=>{let p=r&&typeof r!="string"?r:null;return F(mi,{children:[F("div",{css:Xr,...c,children:[F("div",{css:qr,children:[r?F("div",{css:Qr,children:[h(gi,{css:jr}),p?h(p,{css:yt}):r?h("img",{src:r,alt:e,css:yt}):null]}):null,F("div",{css:Kr,"data-test-id":"integration-header-text",children:[h("h1",{css:Yr,children:e}),n?h(Wr,{text:n}):null,i?h("div",{children:i}):null,o?h(ht,{href:o,external:!0,text:"Documentation",linkColor:"green",target:"_blank",rel:"noreferrer nofollow",css:eo}):null]})]}),t?h(_r,{css:Jr,htmlContent:t,"data-test-id":"integration-description"}):null]}),s]})};import{CgChevronLeft as ui}from"react-icons/cg";import{css as N}from"@emotion/react";var to=N`
|
|
696
|
+
display: flex;
|
|
697
|
+
justify-content: space-between;
|
|
698
|
+
margin-bottom: var(--spacing-lg);
|
|
699
|
+
flex-direction: column;
|
|
700
|
+
gap: var(--spacing-sm);
|
|
643
701
|
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
border-color: var(--gray-200);
|
|
702
|
+
${v("lg")} {
|
|
703
|
+
flex-direction: row;
|
|
704
|
+
gap: var(--spacing-lg);
|
|
648
705
|
}
|
|
649
|
-
`,
|
|
650
|
-
|
|
706
|
+
`,ro=N`
|
|
707
|
+
flex-grow: 1;
|
|
708
|
+
max-width: var(--prose);
|
|
709
|
+
order: 1;
|
|
651
710
|
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
display: block;
|
|
655
|
-
}
|
|
711
|
+
${v("lg")} {
|
|
712
|
+
order: 0;
|
|
656
713
|
}
|
|
657
|
-
`,
|
|
658
|
-
background: var(--white);
|
|
659
|
-
box-shadow: var(--shadow-base);
|
|
660
|
-
border-radius: var(--rounded-md);
|
|
661
|
-
border-left: 2px solid var(--brand-secondary-3);
|
|
662
|
-
color: var(--gray-500);
|
|
663
|
-
display: none;
|
|
664
|
-
position: absolute;
|
|
665
|
-
font-size: var(--fs-xs);
|
|
666
|
-
padding: var(--spacing-sm);
|
|
667
|
-
right: 0;
|
|
668
|
-
max-width: 16ch;
|
|
669
|
-
width: max-content;
|
|
670
|
-
z-index: var(--z-20);
|
|
671
|
-
`;import{jsx as xe,jsxs as mt}from"@emotion/react/jsx-runtime";var fi=({message:e})=>mt("div",{"data-testid":"info-dialog",css:Or,children:[xe(L,{icon:"info",iconColor:"green",size:"0.9rem"}),xe("div",{role:"paragraph",css:Gr,className:"info-message",children:e})]}),p4=ui(({label:e,name:t,info:r,...o},n)=>mt("div",{css:Vr,children:[mt("label",{css:$r,children:[xe("input",{type:"checkbox",name:t,ref:n,css:Wr,...o}),xe("span",{children:e})]}),r?xe(fi,{message:r}):null]}));import*as Xr from"react";import{css as ye}from"@emotion/react";function Fr(e){let t=ye`
|
|
672
|
-
border-radius: var(--rounded-base);
|
|
673
|
-
border: 1px solid var(--gray-300);
|
|
674
|
-
|
|
675
|
-
padding: var(--spacing-base);
|
|
676
|
-
|
|
677
|
-
// auto apply margins to child elements
|
|
678
|
-
> *:not(legend) {
|
|
679
|
-
margin-top: var(--spacing-base);
|
|
680
|
-
}
|
|
681
|
-
`;return e?[ye`
|
|
682
|
-
background: white;
|
|
683
|
-
`,t]:[ye`
|
|
684
|
-
background: var(--gray-50);
|
|
685
|
-
`,t]}var Nr=ye`
|
|
714
|
+
`,oo=N`
|
|
686
715
|
align-items: center;
|
|
687
|
-
color: var(--brand-secondary-1);
|
|
688
716
|
display: flex;
|
|
689
|
-
gap: var(--spacing-sm);
|
|
690
|
-
font-weight: var(--fw-medium);
|
|
691
717
|
flex-grow: 1;
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
`,
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
718
|
+
`,no=N`
|
|
719
|
+
margin-left: -0.5rem;
|
|
720
|
+
`,ao=N`
|
|
721
|
+
color: var(--brand-secondary-3);
|
|
722
|
+
text-decoration: none;
|
|
723
|
+
font-size: var(--fs-sm);
|
|
724
|
+
&:hover {
|
|
725
|
+
text-decoration: underline;
|
|
726
|
+
}
|
|
727
|
+
`,io=N`
|
|
728
|
+
align-items: center;
|
|
729
|
+
display: flex;
|
|
730
|
+
gap: var(--spacing-lg);
|
|
731
|
+
margin-top: var(--spacing-base);
|
|
732
|
+
justify-content: flex-end;
|
|
733
|
+
order: 0;
|
|
734
|
+
|
|
735
|
+
${v("sm")} {
|
|
736
|
+
min-width: 320px;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
${v("lg")} {
|
|
740
|
+
margin-top: 0;
|
|
741
|
+
order: 1;
|
|
742
|
+
}
|
|
743
|
+
`,so=N`
|
|
744
|
+
margin-block: 0 var(--spacing-base);
|
|
745
|
+
`;import{jsx as ze,jsxs as Ct}from"@emotion/react/jsx-runtime";var Y7=({title:e,desc:t,children:r,linkText:o,level:n=2,linkProps:i,linkManagerComponent:s,...c})=>Ct("div",{css:to,children:[Ct("section",{css:ro,children:[o&&i?Ct("div",{css:oo,children:[ze(L,{icon:ui,size:18,css:no}),ze(Ur,{linkManagerComponent:s,...i,css:ao,text:o})]}):null,ze(T,{level:n,css:so,...c,"data-test-id":"page-header-section",children:e}),t]}),r?ze("div",{css:io,children:r}):null]});import{css as be}from"@emotion/react";var lo=be`
|
|
746
|
+
background: var(--brand-primary-1);
|
|
747
|
+
border-radius: var(--rounded-2xl);
|
|
748
|
+
color: var(--white);
|
|
749
|
+
padding: var(--spacing-md) var(--spacing-2xl) var(--spacing-md) var(--spacing-md);
|
|
750
|
+
width: 325px;
|
|
751
|
+
position: absolute;
|
|
752
|
+
|
|
753
|
+
&:before {
|
|
754
|
+
content: '';
|
|
755
|
+
display: block;
|
|
756
|
+
width: 0;
|
|
757
|
+
height: 0;
|
|
758
|
+
position: absolute;
|
|
759
|
+
}
|
|
760
|
+
`,fi=e=>({"bottom-left":`
|
|
761
|
+
border-top: 12px solid var(--brand-primary-1);
|
|
762
|
+
left: 1.25rem;
|
|
763
|
+
bottom: -1.5rem;`,"bottom-right":`
|
|
764
|
+
border-top: 12px solid var(--brand-primary-1);
|
|
765
|
+
right: 1.25rem;
|
|
766
|
+
bottom: -1.5rem;`,"left-bottom":`
|
|
767
|
+
border-right: 12px solid var(--brand-primary-1);
|
|
768
|
+
left: -1.5rem;
|
|
769
|
+
bottom: 1.25rem;`,"left-top":`
|
|
770
|
+
border-right: 12px solid var(--brand-primary-1);
|
|
771
|
+
left: -1.5rem;
|
|
772
|
+
top: 1.25rem;`,"right-bottom":`
|
|
773
|
+
border-left: 12px solid var(--brand-primary-1);
|
|
774
|
+
right: -1.5rem;
|
|
775
|
+
bottom: 1.25rem;`,"right-top":`
|
|
776
|
+
border-left: 12px solid var(--brand-primary-1);
|
|
777
|
+
right: -1.5rem;
|
|
778
|
+
top: 1.25rem;`,"top-left":`
|
|
779
|
+
border-bottom: 12px solid var(--brand-primary-1);
|
|
780
|
+
left: 1.25rem;
|
|
781
|
+
top: -1.5rem;`,"top-right":`
|
|
782
|
+
border-bottom: 12px solid var(--brand-primary-1);
|
|
783
|
+
right: 1.25rem;
|
|
784
|
+
top: -1.5rem;`})[e],co=e=>be`
|
|
785
|
+
&:before {
|
|
786
|
+
border: 12px solid transparent;
|
|
787
|
+
${fi(e)}
|
|
788
|
+
}
|
|
789
|
+
`,po=be`
|
|
790
|
+
background: none;
|
|
791
|
+
border: none;
|
|
792
|
+
padding: 0;
|
|
793
|
+
position: absolute;
|
|
794
|
+
top: var(--spacing-sm);
|
|
795
|
+
right: var(--spacing-sm);
|
|
796
|
+
`,Lo=be`
|
|
797
|
+
margin: 0;
|
|
798
|
+
`,go=be`
|
|
799
|
+
margin: 0;
|
|
800
|
+
`;import{jsx as De,jsxs as bi}from"@emotion/react/jsx-runtime";var n4=({id:e,title:t,text:r,arrowPosition:o="left-top",positionCss:n,...i})=>bi("div",{role:"alert",id:e,css:[lo,co(o),n],children:[De("button",{type:"button","aria-controls":e,title:"close alert",css:po,...i,children:De(L,{icon:vi,iconColor:"currentColor",size:24})}),De(T,{level:3,css:Lo,children:t}),De("p",{css:go,children:r})]});import{css as Mt}from"@emotion/react";var Ae=Mt`
|
|
801
|
+
display: block;
|
|
802
|
+
`,Ve=Mt`
|
|
803
|
+
background: transparent;
|
|
804
|
+
color: var(--brand-secondary-1);
|
|
805
|
+
`,$e=Mt`
|
|
806
|
+
background: var(--brand-secondary-1);
|
|
807
|
+
color: var(--white);
|
|
808
|
+
`;import{jsx as wt,jsxs as hi}from"@emotion/react/jsx-runtime";var c4=({theme:e="light",...t})=>hi("svg",{width:"38",height:"44",viewBox:"0 0 87 101",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-test-id":"uniform-Badge",css:[Ae,e==="dark"?$e:Ve],...t,children:[wt("path",{d:"M28.998 0 0 16.744V50.23l28.998-16.744 29.004-16.743L28.998 0Z",fill:"#83C6E1"}),wt("path",{d:"M28.998 66.974V33.487L0 50.231v33.487l28.998 16.744 29.004-16.744V50.23L28.998 66.974Z",fill:"#438FD5"}),wt("path",{d:"M58.002 16.744 28.998 33.487l29.004 16.744v33.487L87 66.975V33.487L58.002 16.744Z",fill:"#F4220B"})]});import{jsx as he,jsxs as xi}from"@emotion/react/jsx-runtime";var L4=({theme:e="light",...t})=>he("div",{"data-test-id":"uniform-Logo",children:xi("svg",{width:"153",height:"53",viewBox:"0 0 153 39",fill:"none",xmlns:"http://www.w3.org/2000/svg",css:[Ae,e==="dark"?$e:Ve],...t,children:[he("path",{d:"M11.249 0 0 6.495v12.99l11.249-6.495L22.5 6.495 11.25 0Z",fill:"#83C6E1"}),he("path",{d:"M11.249 25.98V12.99L0 19.486v12.99l11.249 6.495L22.5 32.476v-12.99L11.25 25.98Z",fill:"#438FD5"}),he("path",{d:"m22.5 6.495-11.25 6.496 11.25 6.495v12.99l11.25-6.495V12.99L22.5 6.495Z",fill:"#F4220B"}),he("path",{d:"M86.45 12.98h-4.076v14.87h4.076V12.98Zm.146-6.843h-4.371v4.076h4.37V6.137Zm5.861 1.993v4.85h-2.736v3.477h2.736V27.85h4.076V16.457h3.27V12.98h-3.27V9.617h3.27v-3.48h-3.896l-3.45 1.992Zm13.503 4.7-3.45 1.993v11.183l3.45 1.992h6.335l3.45-1.992V14.823l-3.45-1.992h-6.335Zm5.71 11.688h-5.087v-8.21h5.087v8.21Zm12.607-10.315-2.119-1.224h-1.954v14.87h4.076V16.457h5.115V12.98h-2.999l-2.119 1.224ZM71.034 12.83l-2.375 1.373-2.379-1.372h-1.6v15.018h4.075V16.31h5.084v11.54h4.076V14.823l-3.45-1.992h-3.431ZM56.145 24.517h-5.087V12.98h-4.073v13.027l3.45 1.992h3.593l2.111-1.22.003.002.003-.003v.003l2.108 1.218h1.965v-15.02h-4.073v11.538Zm93.68-11.687h-2.855l-2.794 1.604-2.767-1.603h-2.854l-2.111 1.218-2.111-1.218h-1.965v15.018h4.076V16.31h4.343v11.54h4.073V16.31h4.343v11.54h4.073V14.823l-3.451-1.992Z",fill:"currentColor"})]})});import*as mo from"react";import{Button as yi}from"reakit/Button";import{jsx as Ci}from"@emotion/react/jsx-runtime";var E=mo.forwardRef(({buttonType:e="primary",size:t="md",children:r,...o},n)=>{let i={primary:qt,secondary:Kt,secondaryInvert:Yt,ghost:Qt,unimportant:Jt,tertiary:jt},s={xs:"padding: 0.375rem 0.625rem; font-size: var(--fs-xs); line-height: 1.5;",sm:"padding: var(--spacing-sm) 0.75rem; font-size: var(--fs-sm);",md:"padding: var(--spacing-sm) var(--spacing-base); font-size: var(--fs-sm);",lg:"padding: var(--spacing-sm) var(--spacing-base)",xl:"padding: 0.75rem var(--spacing-md)"};return Ci(yi,{ref:n,css:[ct,i[e],s[t]],...o,children:r})});import{CgChevronDown as Bi}from"react-icons/cg";import*as te from"react";import{Menu as wi,MenuButton as Ii,useMenuState as Ti}from"reakit/Menu";import{css as Mi}from"@emotion/react";var uo=Mi`
|
|
809
|
+
box-shadow: var(--shadow-base);
|
|
810
|
+
border-radius: var(--rounded-base);
|
|
811
|
+
background: var(--gray-50);
|
|
812
|
+
display: flex;
|
|
813
|
+
flex-direction: column;
|
|
814
|
+
padding: var(--spacing-sm);
|
|
815
|
+
outline: none;
|
|
816
|
+
overflow: hidden;
|
|
705
817
|
position: relative;
|
|
706
818
|
z-index: var(--z-50);
|
|
707
|
-
`;import{jsx as
|
|
819
|
+
`;import{jsx as fo,jsxs as Ri}from"@emotion/react/jsx-runtime";var vo=te.createContext({}),bo=()=>te.useContext(vo),We=({menuLabel:e,menuTrigger:t,placement:r="auto",menuItemsContainerCssClasses:o,children:n})=>{let i=Ti({placement:r});return Ri(vo.Provider,{value:i,children:[fo(Ii,{...i,ref:t.ref,...t.props,children:s=>te.cloneElement(t,s)}),fo(wi,{...i,"aria-label":e,css:[uo,typeof o=="object"?o:void 0],className:typeof o=="string"?o:"",children:n})]})};import*as Co from"react";import{MenuItem as Si}from"reakit";import{css as It}from"@emotion/react";var ho=e=>It`
|
|
708
820
|
border: none;
|
|
709
821
|
border-radius: var(--rounded-base);
|
|
710
822
|
background: none;
|
|
@@ -727,7 +839,7 @@ to {
|
|
|
727
839
|
background: var(--gray-200);
|
|
728
840
|
outline: none;
|
|
729
841
|
}
|
|
730
|
-
`,
|
|
842
|
+
`,xo=It`
|
|
731
843
|
align-items: center;
|
|
732
844
|
display: flex;
|
|
733
845
|
justify-content: space-between;
|
|
@@ -738,11 +850,82 @@ to {
|
|
|
738
850
|
width: var(--spacing-base);
|
|
739
851
|
height: var(--spacing-base);
|
|
740
852
|
}
|
|
741
|
-
`,
|
|
853
|
+
`,yo=It`
|
|
742
854
|
border-top: 1px solid var(--gray-300);
|
|
743
855
|
width: 100%;
|
|
744
856
|
margin-block: var(--spacing-sm);
|
|
745
|
-
`;import{jsx as
|
|
857
|
+
`;import{jsx as Pi,jsxs as Zi}from"@emotion/react/jsx-runtime";var H4=Co.forwardRef(({children:e,className:t,hideMenuOnClick:r=!0,icon:o,textColor:n="base",...i},s)=>{let c=bo(),d=r?(g=>{let f={...g};if(f.onClick){let y=f.onClick;f.onClick=Y=>{c.hide(),y(Y)}}return f})(i):i,m=typeof e=="function"?e(d):e;return Pi(Si,{ref:s,type:"button","data-test-id":"button-menu",...c,...d,css:[ho(n),typeof t=="object"?t:void 0],className:typeof t=="string"?t:void 0,children:o?ki(m,o):m})});function ki(e,t){return Zi("span",{css:xo,children:[t," ",e]})}import{jsx as Hi}from"@emotion/react/jsx-runtime";var z4=()=>Hi("hr",{css:yo});import{css as M}from"@emotion/react";var Mo=M`
|
|
858
|
+
align-items: center;
|
|
859
|
+
border: 1px solid transparent;
|
|
860
|
+
border-radius: var(--rounded-sm);
|
|
861
|
+
color: var(--white);
|
|
862
|
+
display: inline-flex;
|
|
863
|
+
font-size: var(--fs-sm);
|
|
864
|
+
position: relative;
|
|
865
|
+
|
|
866
|
+
&:active {
|
|
867
|
+
opacity: var(--opacity-75);
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
&:hover {
|
|
871
|
+
opacity: var(--opacity-100);
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
&:focus {
|
|
875
|
+
border-color: var(--gray-700);
|
|
876
|
+
}
|
|
877
|
+
`,wo=M`
|
|
878
|
+
border: 1px solid transparent;
|
|
879
|
+
background: transparent;
|
|
880
|
+
border-radius: var(--rounded-base);
|
|
881
|
+
padding: var(--spacing-sm) var(--spacing-base);
|
|
882
|
+
font-weight: var(--fw-medium);
|
|
883
|
+
letter-spacing: 0.025rem;
|
|
884
|
+
line-height: 1.25;
|
|
885
|
+
|
|
886
|
+
&:focus {
|
|
887
|
+
outline: none;
|
|
888
|
+
box-shadow: var(--ring);
|
|
889
|
+
|
|
890
|
+
&:disabled {
|
|
891
|
+
box-shadow: none;
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
&:disabled {
|
|
896
|
+
cursor: default;
|
|
897
|
+
pointer-events: none;
|
|
898
|
+
}
|
|
899
|
+
`,Io=M`
|
|
900
|
+
padding: var(--spacing-sm);
|
|
901
|
+
border-left: 1px solid currentColor;
|
|
902
|
+
`,To=M`
|
|
903
|
+
background: var(--brand-secondary-1);
|
|
904
|
+
color: var(--white);
|
|
905
|
+
`,Oe=M`
|
|
906
|
+
background: var(--gray-300);
|
|
907
|
+
color: var(--white);
|
|
908
|
+
`,Ro=M`
|
|
909
|
+
background: var(--brand-secondary-5);
|
|
910
|
+
color: var(--white);
|
|
911
|
+
`,So=M`
|
|
912
|
+
${Oe}
|
|
913
|
+
`,ko=M`
|
|
914
|
+
background: var(--brand-secondary-2);
|
|
915
|
+
color: var(--brand-secondary-1);
|
|
916
|
+
`,Po=M`
|
|
917
|
+
${Oe}
|
|
918
|
+
`,Zo=M`
|
|
919
|
+
background: transparent;
|
|
920
|
+
color: var(--brand-secondary-3);
|
|
921
|
+
|
|
922
|
+
&:hover {
|
|
923
|
+
border-color: var(--brand-secondary-3);
|
|
924
|
+
}
|
|
925
|
+
`,Ho=M`
|
|
926
|
+
border-color: var(--gray-400);
|
|
927
|
+
color: var(--gray-400);
|
|
928
|
+
`;import{jsx as Ge,jsxs as Ei}from"@emotion/react/jsx-runtime";var F4=({onButtonClick:e,buttonType:t="secondary",buttonText:r,disabled:o,children:n,placement:i,...s})=>Ei("div",{css:[Mo,o?{primary:Oe,secondary:So,ghost:Ho,unimportant:Po}[t]:{primary:To,secondary:Ro,ghost:Zo,unimportant:ko}[t]],"data-test-id":"multioptions-button",children:[Ge("button",{type:"button",css:wo,disabled:o,onClick:e,"data-test-id":"multioptions-button-main",...s,children:r}),Ge(We,{menuLabel:"buttonMenu",placement:i,menuTrigger:Ge("div",{css:Io,"data-test-id":"multioptions-button-call-menu",children:Ge(L,{icon:Bi,size:24,iconColor:"currentColor"})}),children:n})]});import{css as u}from"@emotion/react";import{css as z}from"@emotion/react";var Bo=z`
|
|
746
929
|
--caution-desc: rgb(161, 98, 7);
|
|
747
930
|
--caution-icon: rgb(250, 204, 21);
|
|
748
931
|
--caution-title: rgb(133, 77, 14);
|
|
@@ -771,7 +954,7 @@ to {
|
|
|
771
954
|
font-size: var(--fs-sm);
|
|
772
955
|
border-radius: var(--rounded-base);
|
|
773
956
|
padding: var(--spacing-base);
|
|
774
|
-
`,
|
|
957
|
+
`,Eo=z`
|
|
775
958
|
font-size: var(--fs-xs);
|
|
776
959
|
padding: var(--spacing-sm);
|
|
777
960
|
border-radius: 0 var(--rounded-base) var(--rounded-base) 0;
|
|
@@ -782,688 +965,552 @@ to {
|
|
|
782
965
|
--info-desc: var(--brand-secondary-1);
|
|
783
966
|
--note-desc: var(--brand-secondary-1);
|
|
784
967
|
--success-desc: var(--brand-secondary-1);
|
|
785
|
-
`,
|
|
968
|
+
`,zo=z`
|
|
786
969
|
display: flex;
|
|
787
970
|
gap: var(--spacing-sm);
|
|
788
|
-
`,
|
|
971
|
+
`,Do=z`
|
|
789
972
|
display: flex;
|
|
790
973
|
flex-direction: column;
|
|
791
974
|
gap: var(--spacing-base);
|
|
792
|
-
`,
|
|
975
|
+
`,Ao=z`
|
|
793
976
|
gap: var(--spacing-xs);
|
|
794
|
-
`,
|
|
977
|
+
`,Vo=z`
|
|
795
978
|
flex-shrink: 0;
|
|
796
|
-
|
|
979
|
+
`,$o=z`
|
|
797
980
|
font-weight: var(--fw-bold);
|
|
798
|
-
`,
|
|
981
|
+
`,Wo=z`
|
|
799
982
|
width: 1.25rem;
|
|
800
983
|
height: 1.25rem;
|
|
801
|
-
`;import{jsx as
|
|
984
|
+
`;import{jsx as x}from"@emotion/react/jsx-runtime";var Oo=({...e})=>x("svg",{role:"img","data-img":"info",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 14 16",fill:"currentColor",...e,children:x("path",{fillRule:"evenodd",d:"M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"})}),Go=({...e})=>x("svg",{role:"img","data-img":"danger",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 12 16",fill:"currentColor",...e,children:x("path",{fillRule:"evenodd",d:"M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z"})}),Fo=({...e})=>x("svg",{role:"img","data-img":"note",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 14 16",fill:"currentColor",...e,children:x("path",{fillRule:"evenodd",d:"M6.3 5.69a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z"})}),No=({...e})=>x("svg",{role:"img","data-img":"tip",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 12 16",fill:"currentColor",...e,children:x("path",{fillRule:"evenodd",d:"M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"})}),Tt=({...e})=>x("svg",{role:"img","data-img":"caution",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"currentColor",...e,children:x("path",{fillRule:"evenodd",d:"M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z"})}),Uo=({...e})=>x("svg",{role:"img","data-img":"success",width:"1em",height:"1em",viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:x("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 39.2A19.2 19.2 0 1 0 20 .8a19.2 19.2 0 0 0 0 38.4Zm8.897-22.303a2.4 2.4 0 0 0-3.394-3.394L17.6 21.407l-3.103-3.104a2.4 2.4 0 0 0-3.394 3.394l4.8 4.8a2.4 2.4 0 0 0 3.394 0l9.6-9.6Z"})});import{jsx as xe,jsxs as _o}from"@emotion/react/jsx-runtime";var zi={caution:{icon:Tt,descriptionColor:u`
|
|
802
985
|
color: var(--caution-desc);
|
|
803
986
|
`,iconColor:u`
|
|
804
987
|
color: var(--caution-icon);
|
|
805
988
|
`,containerStyles:u`
|
|
806
989
|
color: var(--caution-title);
|
|
807
990
|
background-color: var(--caution-container);
|
|
808
|
-
`},danger:{icon:
|
|
991
|
+
`},danger:{icon:Go,descriptionColor:u`
|
|
809
992
|
color: var(--danger-desc);
|
|
810
993
|
`,iconColor:u`
|
|
811
994
|
color: var(--danger-icon);
|
|
812
995
|
`,containerStyles:u`
|
|
813
996
|
color: var(--danger-title);
|
|
814
997
|
background-color: var(--danger-container);
|
|
815
|
-
`},error:{icon:
|
|
998
|
+
`},error:{icon:Tt,descriptionColor:u`
|
|
816
999
|
color: var(--danger-desc);
|
|
817
1000
|
`,iconColor:u`
|
|
818
1001
|
color: var(--danger-icon);
|
|
819
1002
|
`,containerStyles:u`
|
|
820
1003
|
color: var(--danger-title);
|
|
821
1004
|
background-color: var(--danger-container);
|
|
822
|
-
`},info:{icon:
|
|
1005
|
+
`},info:{icon:Oo,descriptionColor:u`
|
|
823
1006
|
color: var(--info-desc);
|
|
824
1007
|
`,iconColor:u`
|
|
825
1008
|
color: var(--info-icon);
|
|
826
1009
|
`,containerStyles:u`
|
|
827
1010
|
color: var(--info-title);
|
|
828
1011
|
background-color: var(--info-container);
|
|
829
|
-
`},note:{icon:
|
|
1012
|
+
`},note:{icon:Fo,descriptionColor:u`
|
|
830
1013
|
color: var(--note-desc);
|
|
831
1014
|
`,iconColor:u`
|
|
832
1015
|
color: var(--note-icon);
|
|
833
1016
|
`,containerStyles:u`
|
|
834
1017
|
color: var(--note-title);
|
|
835
1018
|
background-color: var(--note-container);
|
|
836
|
-
`},success:{icon:
|
|
1019
|
+
`},success:{icon:Uo,descriptionColor:u`
|
|
837
1020
|
color: var(--success-desc);
|
|
838
1021
|
`,iconColor:u`
|
|
839
1022
|
color: var(--success-icon);
|
|
840
1023
|
`,containerStyles:u`
|
|
841
1024
|
color: var(--success-title);
|
|
842
1025
|
background-color: var(--success-container);
|
|
843
|
-
`},tip:{icon:
|
|
1026
|
+
`},tip:{icon:No,descriptionColor:u`
|
|
844
1027
|
color: var(--success-desc);
|
|
845
1028
|
`,iconColor:u`
|
|
846
1029
|
color: var(--success-icon);
|
|
847
1030
|
`,containerStyles:u`
|
|
848
1031
|
color: var(--success-title);
|
|
849
1032
|
background-color: var(--success-container);
|
|
850
|
-
`}},
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
width: 8px;
|
|
875
|
-
height: 8px;
|
|
876
|
-
margin: 0 var(--spacing-xs);
|
|
877
|
-
transform: translateY(0);
|
|
878
|
-
|
|
879
|
-
&:nth-of-type(1) {
|
|
880
|
-
animation-delay: 0.15s;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
&:nth-of-type(2) {
|
|
884
|
-
animation-delay: 0.3s;
|
|
885
|
-
}
|
|
1033
|
+
`}},Q4=({type:e="info",compact:t=!1,title:r,children:o,className:n})=>{let i=zi[e];if(!i)return null;let s=i.icon;return xe("div",{"data-testid":"sdk-ui-callout",css:[Bo,i.containerStyles,t?Eo:void 0,typeof n=="object"?n:""],className:`${typeof n=="string"?n:""}`,children:_o("div",{css:zo,children:[t?null:xe("div",{css:Vo,children:xe(s,{css:[Wo,i.iconColor]})}),_o("div",{css:[Do,t?Ao:void 0],children:[r?xe("div",{css:[$o],children:r}):null,o?xe("div",{css:[i.descriptionColor],children:o}):null]})]})})};import{CgMoreAlt as Di}from"react-icons/cg";import{css as Rt}from"@emotion/react";var Xo=Rt`
|
|
1034
|
+
background: var(--white);
|
|
1035
|
+
border: 1px solid var(--gray-300);
|
|
1036
|
+
border-radius: var(--rounded-base);
|
|
1037
|
+
padding: var(--spacing-md);
|
|
1038
|
+
position: relative;
|
|
1039
|
+
`,qo=Rt`
|
|
1040
|
+
margin: 0 0 var(--spacing-base);
|
|
1041
|
+
padding-right: var(--spacing-lg);
|
|
1042
|
+
`,Ko=Rt`
|
|
1043
|
+
background: transparent;
|
|
1044
|
+
border: none;
|
|
1045
|
+
padding: 0;
|
|
1046
|
+
position: absolute;
|
|
1047
|
+
top: var(--spacing-md);
|
|
1048
|
+
right: var(--spacing-md);
|
|
1049
|
+
`;import{jsx as Fe,jsxs as Ai}from"@emotion/react/jsx-runtime";var s3=({title:e,menuItems:t,children:r,disabled:o,menuButtonTestId:n,...i})=>{let s=e!=null&&e.includes("_")?e.replaceAll("_"," "):e;return Ai("div",{css:Xo,...i,children:[e?Fe(T,{level:3,css:qo,children:s}):null,t?Fe(We,{menuLabel:"More options",menuTrigger:Fe("button",{"aria-label":"More options",type:"button",disabled:o,css:Ko,"data-test-id":n!=null?n:"list-card-menu",children:Fe(L,{icon:Di,iconColor:"currentColor",size:32})}),children:t}):null,r]})};import{css as Yo}from"@emotion/react";var Jo=e=>Yo`
|
|
1050
|
+
background: ${e==="gray"?"var(--gray-50)":"var(--white)"};
|
|
1051
|
+
`,Qo=({padding:e,withLastColumn:t})=>Yo`
|
|
1052
|
+
display: grid;
|
|
1053
|
+
gap: var(--spacing-lg);
|
|
1054
|
+
max-width: var(--site-width);
|
|
1055
|
+
margin: 0 auto;
|
|
1056
|
+
padding: ${e?"var(--spacing-2xl) var(--spacing-lg)":"0"};
|
|
886
1057
|
|
|
887
|
-
|
|
888
|
-
|
|
1058
|
+
${v("sm")} {
|
|
1059
|
+
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) ${t&&"[last-col] minmax(300px, 1fr)"};
|
|
1060
|
+
${t&&"grid-template-rows: auto [last-line]"};
|
|
889
1061
|
}
|
|
890
|
-
`;import{jsx as
|
|
1062
|
+
`;import{jsx as jo}from"@emotion/react/jsx-runtime";var g3=({bgColor:e="white",padding:t=!0,withLastColumn:r=!1,children:o,...n})=>jo("div",{css:Jo(e),...n,children:jo("div",{css:Qo({padding:t,withLastColumn:r}),children:o})});import{css as Ne}from"@emotion/react";var e1=Ne`
|
|
891
1063
|
align-items: center;
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
1064
|
+
border-radius: var(--rounded-full);
|
|
1065
|
+
border: 1px solid var(--gray-300);
|
|
1066
|
+
color: var(--brand-secondary-1);
|
|
1067
|
+
display: inline-flex;
|
|
1068
|
+
font-size: var(--fs-xxs);
|
|
1069
|
+
font-weight: var(--fw-regular);
|
|
895
1070
|
justify-content: center;
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
`,
|
|
899
|
-
|
|
900
|
-
|
|
1071
|
+
width: var(--spacing-base);
|
|
1072
|
+
height: var(--spacing-base);
|
|
1073
|
+
`,t1=Ne`
|
|
1074
|
+
background: var(--brand-secondary-1);
|
|
1075
|
+
border-radius: var(--rounded-full);
|
|
1076
|
+
width: 2px;
|
|
1077
|
+
height: 2px;
|
|
1078
|
+
`,r1=Ne`
|
|
1079
|
+
position: relative;
|
|
1080
|
+
`,o1=Ne`
|
|
1081
|
+
border-radius: var(--rounded-full);
|
|
901
1082
|
background: var(--white);
|
|
902
|
-
|
|
1083
|
+
color: var(--brand-secondary-3);
|
|
1084
|
+
display: block;
|
|
903
1085
|
position: absolute;
|
|
904
|
-
|
|
905
|
-
|
|
1086
|
+
top: -0.25rem;
|
|
1087
|
+
right: -0.25rem;
|
|
1088
|
+
`;import{jsx as St,jsxs as Vi}from"@emotion/react/jsx-runtime";var h3=({count:e})=>{let t=e>99?Vi("span",{css:r1,title:`${e}`,children:["99",St(L,{icon:"math-plus",iconColor:"currentColor",size:"0.5rem",css:o1})]}):e,r=e===0?St("span",{css:t1,title:`${e}`}):t;return St("div",{css:e1,children:r})};import{css as $i}from"@emotion/react";var Wi=e=>({auto:"auto",sm:"8rem",md:"16rem",lg:"20rem"})[e],Oi=e=>({left:"flex-start",right:"flex-end",center:"center"})[e],n1=({textAlign:e,boxHeight:t,bgColor:r})=>$i`
|
|
1089
|
+
align-items: ${Oi(e)};
|
|
1090
|
+
border: 2px dashed var(--gray-300);
|
|
1091
|
+
border-radius: var(--rounded-base);
|
|
1092
|
+
background: ${r};
|
|
1093
|
+
display: flex;
|
|
1094
|
+
flex-flow: column wrap;
|
|
1095
|
+
justify-content: ${e};
|
|
1096
|
+
text-align: ${e};
|
|
1097
|
+
padding: var(--spacing-lg);
|
|
1098
|
+
will-change: auto;
|
|
1099
|
+
min-height: ${Wi(t)};
|
|
1100
|
+
`;import{jsx as Gi}from"@emotion/react/jsx-runtime";var w3=({bgColor:e="transparent",textAlign:t="center",boxHeight:r="md",children:o,...n})=>Gi("div",{css:n1({bgColor:e,boxHeight:r,textAlign:t}),...n,children:o});import*as re from"react";import{css as Ue}from"@emotion/react";var a1=Ue`
|
|
1101
|
+
&[open] {
|
|
1102
|
+
& > summary svg {
|
|
1103
|
+
rotate: 0deg;
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
`,i1=Ue`
|
|
1107
|
+
animation: ${cr} var(--duration-fast) var(--timing-ease-out) forwards;
|
|
1108
|
+
will-change: height;
|
|
1109
|
+
`,s1=Ue`
|
|
906
1110
|
align-items: center;
|
|
1111
|
+
display: grid;
|
|
1112
|
+
grid-template-columns: 1.25rem 1fr;
|
|
1113
|
+
gap: var(--spacing-sm);
|
|
1114
|
+
padding: var(--spacing-sm);
|
|
1115
|
+
|
|
1116
|
+
// hides the native arrow icon
|
|
1117
|
+
list-style: none;
|
|
1118
|
+
&::-webkit-details-marker {
|
|
1119
|
+
display: none;
|
|
1120
|
+
}
|
|
1121
|
+
`,l1=Ue`
|
|
1122
|
+
transition: rotate var(--duration-fast) var(--timing-ease-out);
|
|
1123
|
+
rotate: -90deg;
|
|
1124
|
+
`;import{jsx as c1,jsxs as d1}from"@emotion/react/jsx-runtime";var k3=({summary:e,children:t,isOpenByDefault:r=!1,...o})=>{let n=re.useRef(null),[i,s]=re.useState(r);return re.useEffect(()=>{var p;if(!n)return;let c=()=>{var m;let d=Boolean((m=n==null?void 0:n.current)==null?void 0:m.open);s(d)};(p=n.current)==null||p.addEventListener("toggle",c)},[n]),d1("details",{"data-testid":"details",css:a1,open:i,ref:n,...o,children:[d1("summary",{"data-testid":"summary",css:s1,children:[c1(L,{css:l1,icon:"chevron-down",iconColor:"currentColor",size:"1.25rem"}),e]}),i?c1("div",{"data-testid":"details-content",css:i1,children:t}):null]})};import Yi,{useEffect as C1,useMemo as Ji,useRef as Qi}from"react";import{CgChevronRight as ji}from"react-icons/cg";import{css as U,keyframes as Ni}from"@emotion/react";var p1=U`
|
|
1125
|
+
background-color: var(--gray-50);
|
|
907
1126
|
display: flex;
|
|
1127
|
+
gap: var(--spacing-sm);
|
|
908
1128
|
flex-direction: column;
|
|
909
|
-
`,wo=ae`
|
|
910
|
-
color: var(--gray-500);
|
|
911
|
-
margin: var(--spacing-base) 0 0;
|
|
912
|
-
`;import{jsx as R,jsxs as bt}from"@emotion/react/jsx-runtime";var t3=({isActive:e,statusMessage:t,zIndex:r=9999})=>bt("div",{role:"alert",css:[ho,{zIndex:r},e?xo:yo],"aria-hidden":!e,children:[R("div",{css:Co}),R("div",{css:Ei`
|
|
913
|
-
position: relative;
|
|
914
|
-
`,children:bt("div",{css:Mo,children:[R(zi,{height:128,width:128}),t?R("div",{css:wo,children:t}):null]})})]}),zi=({height:e,width:t,...r})=>R("svg",{"data-testid":"svg",viewBox:"0 0 38 38",xmlns:"http://www.w3.org/2000/svg",width:t!=null?t:40,height:e!=null?e:40,stroke:"currentColor",...r,"data-test-id":"loading-icon",children:R("g",{fill:"none",fillRule:"evenodd",children:bt("g",{transform:"translate(1 1)",strokeWidth:"2",children:[R("circle",{strokeOpacity:".25",cx:"18",cy:"18",r:"18"}),R("path",{d:"M36 18c0-9.94-8.06-18-18-18",transform:"rotate(166.645 18 18)",children:R("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"0.8s",repeatCount:"indefinite"})})]})})});import{css as V}from"@emotion/react";var Io=V`
|
|
915
|
-
font-size: clamp(1.35rem, var(--fluid-font-base), 2.25rem);
|
|
916
|
-
`,To=V`
|
|
917
|
-
font-size: clamp(1.35rem, var(--fluid-font-base), 2.25rem);
|
|
918
|
-
`,Ro=V`
|
|
919
|
-
font-size: clamp(1.25rem, var(--fluid-font-base), 1.5rem);
|
|
920
|
-
`,So=V`
|
|
921
|
-
font-size: clamp(1.15rem, var(--fluid-font-base), 1.25rem);
|
|
922
|
-
`,ko=V`
|
|
923
|
-
font-size: clamp(var(--fs-base), var(--fluid-font-base), 1.15rem);
|
|
924
|
-
`,Po=V`
|
|
925
|
-
font-size: var(--fs-base);
|
|
926
|
-
`,Zo=e=>V`
|
|
927
|
-
font-weight: var(--fw-bold);
|
|
928
|
-
font-family: var(--ff-base);
|
|
929
|
-
margin-top: 0;
|
|
930
|
-
margin-bottom: ${e?"var(--spacing-base)":"0"};
|
|
931
|
-
`,Ho=V`
|
|
932
|
-
line-height: 1.25;
|
|
933
|
-
`;import{jsx as Di}from"@emotion/react/jsx-runtime";var T=({level:e=2,withMarginBottom:t=!0,children:r,...o})=>{let n=`h${e}`;return Di(n,{...o,css:[{h1:Io,h2:To,h3:Ro,h4:So,h5:ko,h6:Po}[n],Zo(t),Ho],children:r})};import{css as Ai}from"@emotion/react";var $e=Ai`
|
|
934
|
-
line-height: 1.5;
|
|
935
|
-
margin-bottom: var(--spacing-base);
|
|
936
|
-
|
|
937
|
-
&:last-of-type {
|
|
938
|
-
margin-bottom: 0;
|
|
939
|
-
}
|
|
940
|
-
`;import{Fragment as $i,jsx as ht}from"@emotion/react/jsx-runtime";import{createElement as Vi}from"@emotion/react";var Bo=({className:e,htmlContent:t,children:r,...o})=>{if(t&&Array.isArray(t)){let n=t.map((i,s)=>Vi("p",{...o,key:s,css:[$e,typeof e=="object"?e:void 0],className:typeof e=="string"?e:"",dangerouslySetInnerHTML:{__html:i}}));return ht($i,{children:n})}return t?ht("p",{...o,css:[$e,typeof e=="object"?e:void 0],className:typeof e=="string"?e:"",dangerouslySetInnerHTML:{__html:t}}):ht("p",{...o,css:[$e,typeof e=="object"?e:void 0],className:typeof e=="string"?e:"",children:r})};import*as yt from"react";import{css as We}from"@emotion/react";var Eo=We`
|
|
941
|
-
display: inline-flex;
|
|
942
|
-
text-decoration: underline;
|
|
943
|
-
|
|
944
|
-
&:hover {
|
|
945
|
-
text-decoration: none;
|
|
946
|
-
}
|
|
947
|
-
`,zo=We`
|
|
948
|
-
color: var(--brand-secondary-3);
|
|
949
|
-
`,Do=We`
|
|
950
|
-
color: var(--brand-secondary-5);
|
|
951
|
-
`,Ao=We`
|
|
952
|
-
color: currentColor;
|
|
953
|
-
`;import{CgExternal as Wi}from"react-icons/cg";import{jsx as xt,jsxs as Oi}from"@emotion/react/jsx-runtime";var Ct=yt.forwardRef(({external:e,text:t,linkColor:r="currentColor",children:o,...n},i)=>{let s={currentColor:Ao,red:Do,green:zo},c=e?{target:"_blanks",rel:"noreferrer noopener"}:{};return Oi("a",{css:[Eo,s[r]],...n,...c,ref:i,children:[t,e?xt(L,{icon:Wi,iconColor:"currentColor",size:24}):null,o]})}),Vo=yt.forwardRef(({linkManagerComponent:e,href:t,as:r,...o},n)=>xt(e,{...o,as:r,href:t,ref:n,passHref:!0,children:xt(Ct,{...o})}));import{css as F}from"@emotion/react";var $o=F`
|
|
954
|
-
display: flex;
|
|
955
|
-
justify-content: space-between;
|
|
956
|
-
margin-bottom: var(--spacing-lg);
|
|
957
|
-
flex-direction: column;
|
|
958
|
-
gap: var(--spacing-sm);
|
|
959
|
-
|
|
960
|
-
${v("lg")} {
|
|
961
|
-
flex-direction: row;
|
|
962
|
-
gap: var(--spacing-lg);
|
|
963
|
-
}
|
|
964
|
-
`,Wo=F`
|
|
965
|
-
flex-grow: 1;
|
|
966
|
-
max-width: var(--prose);
|
|
967
|
-
order: 1;
|
|
968
|
-
|
|
969
|
-
${v("lg")} {
|
|
970
|
-
order: 0;
|
|
971
|
-
}
|
|
972
|
-
`,Oo=F`
|
|
973
|
-
align-items: center;
|
|
974
|
-
display: flex;
|
|
975
|
-
flex-grow: 1;
|
|
976
|
-
`,Go=F`
|
|
977
|
-
margin-left: -0.5rem;
|
|
978
|
-
`,Fo=F`
|
|
979
|
-
color: var(--brand-secondary-3);
|
|
980
|
-
text-decoration: none;
|
|
981
|
-
font-size: var(--fs-sm);
|
|
982
|
-
&:hover {
|
|
983
|
-
text-decoration: underline;
|
|
984
|
-
}
|
|
985
|
-
`,No=F`
|
|
986
|
-
align-items: center;
|
|
987
|
-
display: flex;
|
|
988
|
-
gap: var(--spacing-lg);
|
|
989
|
-
margin-top: var(--spacing-base);
|
|
990
|
-
justify-content: flex-end;
|
|
991
|
-
order: 0;
|
|
992
|
-
|
|
993
|
-
${v("sm")} {
|
|
994
|
-
min-width: 320px;
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
${v("lg")} {
|
|
998
|
-
margin-top: 0;
|
|
999
|
-
order: 1;
|
|
1000
|
-
}
|
|
1001
|
-
`,Uo=F`
|
|
1002
|
-
margin-block: 0 var(--spacing-base);
|
|
1003
|
-
`;import{CgChevronLeft as Gi}from"react-icons/cg";import{jsx as Oe,jsxs as Mt}from"@emotion/react/jsx-runtime";var R3=({title:e,desc:t,children:r,linkText:o,level:n=2,linkProps:i,linkManagerComponent:s,...c})=>Mt("div",{css:$o,children:[Mt("section",{css:Wo,children:[o&&i?Mt("div",{css:Oo,children:[Oe(L,{icon:Gi,size:18,css:Go}),Oe(Vo,{linkManagerComponent:s,...i,css:Fo,text:o})]}):null,Oe(T,{level:n,css:Uo,...c,"data-test-id":"page-header-section",children:e}),t]}),r?Oe("div",{css:No,children:r}):null]});import{css as Fi}from"@emotion/react";var _o=Fi`
|
|
1004
|
-
background: var(--brand-secondary-2);
|
|
1005
|
-
border-radius: var(--rounded-base);
|
|
1006
|
-
color: var(--brand-secondary-1);
|
|
1007
|
-
display: inline-block;
|
|
1008
|
-
padding: var(--spacing-sm) var(--spacing-base);
|
|
1009
|
-
font-size: var(--fs-sm);
|
|
1010
|
-
`;import{jsx as Ni}from"@emotion/react/jsx-runtime";var Xo=({text:e})=>Ni("span",{css:_o,children:e});import{css as S}from"@emotion/react";var qo=S`
|
|
1011
|
-
margin-bottom: var(--spacing-lg);
|
|
1012
|
-
`,Ko=S`
|
|
1013
|
-
align-items: center;
|
|
1014
|
-
display: flex;
|
|
1015
|
-
gap: var(--spacing-md);
|
|
1016
|
-
margin-bottom: var(--spacing-md);
|
|
1017
|
-
`,Yo=S`
|
|
1018
|
-
align-items: center;
|
|
1019
|
-
display: flex;
|
|
1020
|
-
flex-wrap: wrap;
|
|
1021
|
-
flex-grow: 1;
|
|
1022
|
-
gap: var(--spacing-base);
|
|
1023
|
-
|
|
1024
|
-
${v("sm")} {
|
|
1025
|
-
gap: var(--spacing-md);
|
|
1026
|
-
}
|
|
1027
|
-
`,Jo=S`
|
|
1028
|
-
font-size: clamp(1.75rem, var(--fluid-font-base), 3.25rem);
|
|
1029
|
-
font-weight: var(--fw-bold);
|
|
1030
|
-
margin: 0;
|
|
1031
|
-
`,Qo=S``,jo=S`
|
|
1032
|
-
position: relative;
|
|
1033
|
-
max-width: 100px;
|
|
1034
|
-
`,wt=S`
|
|
1035
1129
|
position: absolute;
|
|
1036
1130
|
inset: 0;
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
`,
|
|
1040
|
-
|
|
1041
|
-
`,t1=S`
|
|
1042
|
-
${v("sm")} {
|
|
1043
|
-
margin-left: auto;
|
|
1044
|
-
}
|
|
1045
|
-
`;import{Fragment as _i,jsx as x,jsxs as N}from"@emotion/react/jsx-runtime";var Ui=({...e})=>N("svg",{viewBox:"0 0 100 116",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[x("path",{d:"M50 2L98.4974 30V86L50 114L1.50258 86V30L50 2Z",fill:"white",stroke:"url(#paint0_linear_154_2529)",strokeWidth:"2"}),x("defs",{children:N("linearGradient",{id:"paint0_linear_154_2529",x1:"86.1519",y1:"101.4",x2:"16.4071",y2:"6.75894",gradientUnits:"userSpaceOnUse",children:[x("stop",{stopColor:"#1768B2"}),x("stop",{offset:"1",stopColor:"#B3EFE4"})]})})]}),W3=({title:e,description:t,icon:r,docsLink:o,badgeText:n,menu:i,children:s,...c})=>{let p=r&&typeof r!="string"?r:null;return N(_i,{children:[N("div",{css:qo,...c,children:[N("div",{css:Ko,children:[r?N("div",{css:jo,children:[x(Ui,{css:e1}),p?x(p,{css:wt}):r?x("img",{src:r,alt:e,css:wt}):null]}):null,N("div",{css:Yo,"data-test-id":"integration-header-text",children:[x("h1",{css:Jo,children:e}),n?x(Xo,{text:n}):null,i?x("div",{children:i}):null,o?x(Ct,{href:o,external:!0,text:"Documentation",linkColor:"green",target:"_blank",rel:"noreferrer nofollow",css:t1}):null]})]}),t?x(Bo,{css:Qo,htmlContent:t,"data-test-id":"integration-description"}):null]}),s]})};import{css as Xi}from"@emotion/react";import{css as r1}from"@emotion/react";var o1=r1`
|
|
1046
|
-
position: relative;
|
|
1047
|
-
`,n1=r1`
|
|
1048
|
-
background: var(--gray-50);
|
|
1049
|
-
border-top: 1px solid var(--gray-200);
|
|
1050
|
-
border-bottom: 1px solid var(--gray-200);
|
|
1051
|
-
max-height: 24rem;
|
|
1052
|
-
overflow-y: auto;
|
|
1053
|
-
padding: var(--spacing-sm);
|
|
1054
|
-
|
|
1055
|
-
> * {
|
|
1056
|
-
margin-block: 0 var(--spacing-sm);
|
|
1057
|
-
|
|
1058
|
-
&:last-of-type {
|
|
1059
|
-
margin-block: 0;
|
|
1060
|
-
}
|
|
1061
|
-
}
|
|
1062
|
-
`;import{jsx as a1,jsxs as qi}from"@emotion/react/jsx-runtime";var X3=({label:e,children:t,...r})=>qi("div",{css:[o1,Z],...r,children:[e?a1("span",{css:Xi`
|
|
1063
|
-
${C}
|
|
1064
|
-
`,children:e}):null,a1("div",{css:[n1,Z],children:t})]});import{css as U}from"@emotion/react";var Ge=U`
|
|
1065
|
-
align-items: center;
|
|
1066
|
-
background: var(--white);
|
|
1067
|
-
border-radius: var(--rounded-base);
|
|
1068
|
-
box-shadow: var(--shadow-base);
|
|
1069
|
-
border: 2px solid var(--gray-200);
|
|
1070
|
-
display: flex;
|
|
1071
|
-
min-height: 52px;
|
|
1072
|
-
transition: border-color var(--duration-fast) var(--timing-ease-out);
|
|
1073
|
-
`,Fe=U`
|
|
1074
|
-
border-color: var(--brand-secondary-3);
|
|
1075
|
-
`,i1=U`
|
|
1076
|
-
align-items: center;
|
|
1077
|
-
border: none;
|
|
1131
|
+
padding: var(--spacing-base);
|
|
1132
|
+
height: 100%;
|
|
1133
|
+
`,L1=U`
|
|
1134
|
+
align-self: flex-end;
|
|
1078
1135
|
background: transparent;
|
|
1079
|
-
|
|
1080
|
-
display:
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
outline: none;
|
|
1085
|
-
|
|
1086
|
-
&:focus {
|
|
1087
|
-
outline: none;
|
|
1088
|
-
}
|
|
1089
|
-
`,s1=U`
|
|
1090
|
-
align-items: center;
|
|
1091
|
-
display: flex;
|
|
1092
|
-
padding: var(--spacing-xs) var(--spacing-base) var(--spacing-xs);
|
|
1093
|
-
flex-grow: 1;
|
|
1094
|
-
`,l1=U`
|
|
1095
|
-
align-items: center;
|
|
1096
|
-
display: flex;
|
|
1097
|
-
gap: var(--spacing-sm);
|
|
1136
|
+
border: none;
|
|
1137
|
+
display: block;
|
|
1138
|
+
padding: var(--spacing-xs);
|
|
1139
|
+
`,g1=U`
|
|
1140
|
+
font-size: var(--fs-lg);
|
|
1098
1141
|
font-weight: var(--fw-bold);
|
|
1099
|
-
|
|
1100
|
-
`,c1=U`
|
|
1142
|
+
`,m1=U`
|
|
1101
1143
|
position: absolute;
|
|
1102
|
-
|
|
1103
|
-
|
|
1144
|
+
inset: 0;
|
|
1145
|
+
overflow: hidden;
|
|
1146
|
+
z-index: var(--z-10);
|
|
1147
|
+
`,u1=U`
|
|
1148
|
+
height: 100%;
|
|
1149
|
+
overflow: auto;
|
|
1150
|
+
${H}
|
|
1151
|
+
`,Ui=Ni`
|
|
1152
|
+
0% {
|
|
1153
|
+
transform: translate(0);
|
|
1104
1154
|
opacity: 0;
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
&:active {
|
|
1127
|
-
opacity: var(--opacity-75);
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
&:hover {
|
|
1131
|
-
opacity: var(--opacity-100);
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
&:focus {
|
|
1135
|
-
border-color: var(--gray-700);
|
|
1136
|
-
}
|
|
1137
|
-
`,m1=M`
|
|
1138
|
-
border: 1px solid transparent;
|
|
1139
|
-
background: transparent;
|
|
1140
|
-
border-radius: var(--rounded-base);
|
|
1141
|
-
padding: var(--spacing-sm) var(--spacing-base);
|
|
1142
|
-
font-weight: var(--fw-medium);
|
|
1143
|
-
letter-spacing: 0.025rem;
|
|
1144
|
-
line-height: 1.25;
|
|
1145
|
-
|
|
1146
|
-
&:focus {
|
|
1147
|
-
outline: none;
|
|
1148
|
-
box-shadow: var(--ring);
|
|
1149
|
-
|
|
1150
|
-
&:disabled {
|
|
1151
|
-
box-shadow: none;
|
|
1152
|
-
}
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
&:disabled {
|
|
1156
|
-
cursor: default;
|
|
1157
|
-
pointer-events: none;
|
|
1158
|
-
}
|
|
1159
|
-
`,u1=M`
|
|
1160
|
-
padding: var(--spacing-sm);
|
|
1161
|
-
border-left: 1px solid currentColor;
|
|
1162
|
-
`,f1=M`
|
|
1163
|
-
background: var(--brand-secondary-1);
|
|
1164
|
-
color: var(--white);
|
|
1165
|
-
`,Ue=M`
|
|
1166
|
-
background: var(--gray-300);
|
|
1167
|
-
color: var(--white);
|
|
1168
|
-
`,v1=M`
|
|
1169
|
-
background: var(--brand-secondary-5);
|
|
1170
|
-
color: var(--white);
|
|
1171
|
-
`,b1=M`
|
|
1172
|
-
${Ue}
|
|
1173
|
-
`,h1=M`
|
|
1174
|
-
background: var(--brand-secondary-2);
|
|
1175
|
-
color: var(--brand-secondary-1);
|
|
1176
|
-
`,x1=M`
|
|
1177
|
-
${Ue}
|
|
1178
|
-
`,y1=M`
|
|
1179
|
-
background: transparent;
|
|
1180
|
-
color: var(--brand-secondary-3);
|
|
1181
|
-
|
|
1182
|
-
&:hover {
|
|
1183
|
-
border-color: var(--brand-secondary-3);
|
|
1184
|
-
}
|
|
1185
|
-
`,C1=M`
|
|
1186
|
-
border-color: var(--gray-400);
|
|
1187
|
-
color: var(--gray-400);
|
|
1188
|
-
`;import{jsx as _e,jsxs as Qi}from"@emotion/react/jsx-runtime";var m0=({onButtonClick:e,buttonType:t="secondary",buttonText:r,disabled:o,children:n,placement:i,...s})=>Qi("div",{css:[g1,o?{primary:Ue,secondary:b1,ghost:C1,unimportant:x1}[t]:{primary:f1,secondary:v1,ghost:y1,unimportant:h1}[t]],"data-test-id":"multioptions-button",children:[_e("button",{type:"button",css:m1,disabled:o,onClick:e,"data-test-id":"multioptions-button-main",...s,children:r}),_e(Ae,{menuLabel:"buttonMenu",placement:i,menuTrigger:_e("div",{css:u1,"data-test-id":"multioptions-button-call-menu",children:_e(L,{icon:Ji,size:24,iconColor:"currentColor"})}),children:n})]});import{css as is}from"@emotion/react";import es,{useContext as ts,useEffect as rs,useState as os}from"react";import{css as Tt}from"@emotion/react";var M1=Tt`
|
|
1155
|
+
}
|
|
1156
|
+
1% {
|
|
1157
|
+
transform: translate(100%);
|
|
1158
|
+
}
|
|
1159
|
+
2% {
|
|
1160
|
+
opacity: 1;
|
|
1161
|
+
}
|
|
1162
|
+
100% {
|
|
1163
|
+
transform: translate(0);
|
|
1164
|
+
}
|
|
1165
|
+
`,f1=U`
|
|
1166
|
+
position: absolute;
|
|
1167
|
+
inset-block: 0;
|
|
1168
|
+
right: 0;
|
|
1169
|
+
overflow: hidden;
|
|
1170
|
+
transform: translate(0);
|
|
1171
|
+
animation: ${Ui} var(--duration-fast) ease-out;
|
|
1172
|
+
will-change: width, right, transform;
|
|
1173
|
+
transition: width var(--duration-fast) ease-out;
|
|
1174
|
+
box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
|
|
1175
|
+
`,v1=U`
|
|
1189
1176
|
position: absolute;
|
|
1190
|
-
|
|
1177
|
+
inset: 0;
|
|
1178
|
+
background: rgba(100, 100, 100, 0.01);
|
|
1179
|
+
backdrop-filter: blur(2px);
|
|
1180
|
+
animation: ${sr} var(--duration-fast) ease-out;
|
|
1181
|
+
`;import{createContext as _i,useCallback as b1,useContext as Xi,useState as qi}from"react";import{jsx as Ki}from"@emotion/react/jsx-runtime";var x1=_i({drawersRegistry:[],registerDrawer:()=>{},unregisterDrawer:()=>{}}),V3=({children:e})=>{let[t,r]=qi([]);ee({handler:()=>{var i,s;(s=(i=t.at(-1))==null?void 0:i.onRequestClose)==null||s.call(i)},shortcut:"escape"});let o=b1(({drawer:i,onFirstRender:s})=>{r(c=>{var Y;let p=c.findIndex(st=>y1(st,i)),d=c[p];!d&&(s==null||s()),d!==void 0&&!h1(d,i)&&((Y=d.onRequestClose)==null||Y.call(d));let f=p>=0?p:c.length,y=[...c];return y.splice(f,1,i),y})},[r]),n=b1(i=>{r(s=>s.filter(c=>!h1(i,c)))},[r]);return Ki(x1.Provider,{value:{drawersRegistry:t,registerDrawer:o,unregisterDrawer:n},children:e})},_e=()=>Xi(x1);function y1(e,t){return(e==null?void 0:e.id)===(t==null?void 0:t.id)&&(e==null?void 0:e.stackId)===(t==null?void 0:t.stackId)}function h1(e,t){return y1(e,t)&&e.instanceKey===t.instanceKey}import{jsx as Xe,jsxs as es}from"@emotion/react/jsx-runtime";var U3=Yi.forwardRef(({id:e,stackId:t,instanceKey:r,onRequestClose:o,header:n,children:i},s)=>{let{registerDrawer:c,unregisterDrawer:p}=_e(),d=Qi(null),m=Ji(()=>{let g=`dialog-header-${t}-${e}`;return es("div",{ref:s,role:"dialog",tabIndex:-1,"aria-labelledby":g,css:p1,children:[Xe(E,{ref:d,type:"button",onClick:o,css:L1,title:"Close dialog",buttonType:"ghost",children:Xe(L,{icon:ji,iconColor:"gray",size:"1.5rem"})}),n?Xe("div",{id:g,css:g1,children:n}):null,Xe("div",{css:u1,children:i})]})},[i,n,e,t,o,s]);return C1(()=>{c({drawer:{id:e,component:m,stackId:t,onRequestClose:o,instanceKey:r},onFirstRender:()=>{setTimeout(()=>{var g;(g=d.current)==null||g.focus({preventScroll:!0})},0)}})},[m,r,c]),C1(()=>()=>p({id:e,stackId:t,instanceKey:r}),[e,t,r,p]),null});import{Fragment as rs,jsx as qe,jsxs as os}from"@emotion/react/jsx-runtime";var M1=64,w1=16,K3=({stackId:e,width:t="45%",minWidth:r="0",maxWidth:o="100%",...n})=>{let{drawersRegistry:i}=_e(),s=i.filter(({stackId:c})=>c===e);return s.length===0?null:qe("div",{css:m1,...n,children:s.map(({component:c,id:p,stackId:d,onRequestClose:m},g)=>qe(ts,{index:g,totalDrawers:s.length,width:t,minWidth:r,maxWidth:o,onOverlayClick:m,children:c},`${d}-${p}`))})},ts=({index:e,totalDrawers:t,width:r,minWidth:o,maxWidth:n,onOverlayClick:i,children:s})=>{let c=w1*e;if(t*w1>M1){let d=e===0?0:e/t;c=Math.round(M1*d)}let p=`calc(${r} - ${c}px)`;return os(rs,{children:[qe("div",{css:v1,onClick:i}),qe("div",{css:[f1,{width:p,minWidth:o,maxWidth:n}],children:s})]})};import{css as ns}from"@emotion/react";var I1=e=>ns`
|
|
1182
|
+
color: var(--gray-500);
|
|
1183
|
+
display: block;
|
|
1184
|
+
font-size: ${e?"clamp(var(--fs-xs), 87.5%,var(--fs-sm))":"var(--fs-sm)"};
|
|
1185
|
+
margin: var(--spacing-xs) 0;
|
|
1186
|
+
max-width: var(--prose);
|
|
1187
|
+
`;import{jsx as as}from"@emotion/react/jsx-runtime";var D=({children:e,testId:t,dynamicSize:r=!1,...o})=>as("small",{css:I1(r),"data-test-id":t,...o,children:e});import{forwardRef as ss}from"react";import{css as ye}from"@emotion/react";var T1=ye`
|
|
1188
|
+
align-items: center;
|
|
1191
1189
|
display: flex;
|
|
1192
1190
|
gap: var(--spacing-sm);
|
|
1193
|
-
|
|
1194
|
-
`,I1=Tt`
|
|
1195
|
-
background: linear-gradient(to bottom right, var(--gray-100), var(--gray-200));
|
|
1196
|
-
border-radius: var(--rounded-base);
|
|
1197
|
-
border: 1px solid var(--gray-600);
|
|
1198
|
-
box-shadow: var(--shadow-base);
|
|
1199
|
-
padding: var(--spacing-xs) var(--spacing-sm);
|
|
1200
|
-
`;import{useHotkeys as ji}from"react-hotkeys-hook";var ie=/(Mac|iPhone|iPod|iPad)/i.test(typeof window!="undefined"?window.navigator.userAgent:"server");function Rt(e){return e===null?null:e.replace(/alt/g,"option").replace(/(ctrl|control)/g,"command")}function se({handler:e,shortcut:t,macShortcut:r,doNotPreventDefault:o,activeWhenEditing:n}){let i=ie&&r?r:t;ie&&!r&&(i=Rt(t)),ji(i!=null?i:"\u{1F4A9}",s=>{o||s.preventDefault(),e(s)},n?{enableOnContentEditable:!0,enableOnTags:["INPUT","SELECT","TEXTAREA"]}:{},[e,o])}import{jsx as Me}from"@emotion/react/jsx-runtime";var T1=!1,R1=es.createContext(!1),St=["ctrl+F1","option+shift+/"];function M0({children:e}){let[t,r]=os(!1);return rs(()=>{T1||(T1=!0,console.log(`Type ${S1(ie?St[1]:St[0])} to show keyboard shortcuts`))},[]),se({shortcut:St.join(","),handler:()=>{r(o=>!o)},activeWhenEditing:!0}),Me(R1.Provider,{value:t,children:e})}function S1(e){return e.replace(/(command|cmd)/g,"\u2318").replace(/option/g,"\u2325").replace(/shift/g,"\u21E7").replace(/ctrl/g,"\u2303")}function k1({shortcut:e,macShortcut:t,className:r}){if(!ts(R1)||!e.includes("+")&&e.length>1)return null;let n=ie&&t?t:e;ie&&!t&&(n=Rt(e));let i=S1(n);return Me("div",{css:[M1,typeof r=="object"?r:void 0],className:typeof r=="string"?r:"",children:Me(ns,{shortcut:i})})}function ns({shortcut:e}){let t=e.split("+");return Me("div",{css:w1,children:t.map(r=>Me("span",{css:I1,children:r.toUpperCase()},r))})}import{css as as}from"@emotion/react";var P1=as`
|
|
1201
|
-
--max-size: clamp(2.5rem, 100vw, 3.5rem);
|
|
1191
|
+
`,R1=ye`
|
|
1202
1192
|
align-items: center;
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
&:hover,
|
|
1218
|
-
&:focus {
|
|
1219
|
-
background: var(--brand-secondary-5) radial-gradient(circle, transparent 1%, var(--brand-secondary-5) 1%)
|
|
1220
|
-
center/15000%;
|
|
1221
|
-
transform: scale(1);
|
|
1222
|
-
}
|
|
1193
|
+
color: var(--gray-500);
|
|
1194
|
+
display: flex;
|
|
1195
|
+
font-size: var(--fs-xs);
|
|
1196
|
+
gap: var(--spacing-sm);
|
|
1197
|
+
`,S1=ye`
|
|
1198
|
+
appearance: none;
|
|
1199
|
+
border: 1px solid var(--gray-300);
|
|
1200
|
+
background: var(--white) no-repeat bottom center;
|
|
1201
|
+
border-radius: var(--rounded-sm);
|
|
1202
|
+
width: calc(var(--spacing-base) - 2px);
|
|
1203
|
+
height: calc(var(--spacing-base) - 2px);
|
|
1204
|
+
transition: background var(--duration-fast) var(--timing-ease-out),
|
|
1205
|
+
border-color var(--duration-fast) var(--timing-ease-out),
|
|
1206
|
+
color var(--duration-fast) var(--timing-ease-out);
|
|
1223
1207
|
|
|
1224
|
-
|
|
1208
|
+
&:checked,
|
|
1209
|
+
&:checked:hover,
|
|
1210
|
+
&:checked:focus {
|
|
1211
|
+
background: var(--brand-secondary-3)
|
|
1212
|
+
url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.12941 3.8703L1.38884 2.12973L0.518555 3.00002L3.12941 5.61087L7.48084 1.25945L6.61055 0.38916L3.12941 3.8703Z' fill='white'/%3E%3C/svg%3E%0A")
|
|
1213
|
+
no-repeat center center;
|
|
1214
|
+
border-color: var(--brand-secondary-3);
|
|
1225
1215
|
color: var(--white);
|
|
1226
|
-
pointer-events: none;
|
|
1227
1216
|
}
|
|
1228
1217
|
|
|
1229
|
-
&:active {
|
|
1230
|
-
background-color: var(--white);
|
|
1231
|
-
background-size: 100%;
|
|
1232
|
-
transition: background 0s;
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
&:disabled {
|
|
1236
|
-
background: var(--gray-300);
|
|
1237
|
-
cursor: default;
|
|
1238
|
-
pointer-events: none;
|
|
1239
|
-
|
|
1240
|
-
&:hover,
|
|
1241
|
-
&:focus {
|
|
1242
|
-
transform: scale(0.95);
|
|
1243
|
-
}
|
|
1244
|
-
}
|
|
1245
|
-
`;import{jsx as kt,jsxs as ss}from"@emotion/react/jsx-runtime";var Z0=({buttonText:e="Add",onClick:t,shortcut:r="ctrl+alt+n",macShortcut:o="option+n",...n})=>(se({shortcut:r,macShortcut:o,handler:t,activeWhenEditing:!0}),ss("button",{type:"button","aria-label":e,"data-testid":"add-entry-button",onClick:t,css:P1,...n,children:[r?kt(k1,{shortcut:r,css:is`
|
|
1246
|
-
top: -2rem;
|
|
1247
|
-
left: -1.5rem;
|
|
1248
|
-
`}):null,kt("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:kt("path",{d:"M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z",fill:"currentColor"})})]}));import*as A1 from"react";import{css as we}from"@emotion/react";var Z1=we`
|
|
1249
|
-
cursor: pointer;
|
|
1250
|
-
display: inline-block;
|
|
1251
|
-
position: relative;
|
|
1252
|
-
margin-right: var(--spacing-sm);
|
|
1253
|
-
transition: var(--duration-fast) var(--timing-ease-out);
|
|
1254
|
-
vertical-align: middle;
|
|
1255
|
-
user-select: none;
|
|
1256
|
-
`,H1=we`
|
|
1257
|
-
appearance: none;
|
|
1258
|
-
border-radius: var(--rounded-full);
|
|
1259
|
-
background-color: var(--white);
|
|
1260
|
-
border: 2px solid var(--gray-400);
|
|
1261
|
-
cursor: pointer;
|
|
1262
|
-
position: absolute;
|
|
1263
|
-
display: block;
|
|
1264
|
-
width: var(--spacing-md);
|
|
1265
|
-
height: var(--spacing-md);
|
|
1266
|
-
transition: transform var(--duration-fast) var(--timing-ease-out),
|
|
1267
|
-
background-color var(--duration-fast) var(--timing-ease-out),
|
|
1268
|
-
background-image var(--duration-fast) var(--timing-ease-out);
|
|
1269
|
-
z-index: var(--z-10);
|
|
1270
|
-
|
|
1271
1218
|
&:focus {
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
&:checked {
|
|
1277
|
-
background-color: var(--brand-secondary-3);
|
|
1278
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M10.5858 13.4142L7.75735 10.5858L6.34314 12L10.5858 16.2427L17.6568 9.1716L16.2426 7.75739L10.5858 13.4142Z' fill='%23fff' /%3E%3C/svg%3E");
|
|
1279
|
-
background-position: center center;
|
|
1280
|
-
border-color: var(--brand-secondary-3);
|
|
1281
|
-
transform: translateX(var(--spacing-base));
|
|
1282
|
-
|
|
1283
|
-
&:hover,
|
|
1284
|
-
&:focus {
|
|
1285
|
-
border-color: var(--brand-secondary-1);
|
|
1286
|
-
background-color: var(--brand-secondary-1);
|
|
1287
|
-
}
|
|
1219
|
+
border-color: var(--brand-secondary-1);
|
|
1220
|
+
box-shadow: none;
|
|
1221
|
+
outline: none;
|
|
1288
1222
|
}
|
|
1289
1223
|
|
|
1290
1224
|
&:disabled {
|
|
1291
1225
|
cursor: not-allowed;
|
|
1226
|
+
color: var(--gray-200);
|
|
1227
|
+
border-color: var(--gray-200);
|
|
1292
1228
|
}
|
|
1293
|
-
`,
|
|
1294
|
-
|
|
1295
|
-
cursor: not-allowed;
|
|
1296
|
-
|
|
1297
|
-
& > :before {
|
|
1298
|
-
cursor: not-allowed;
|
|
1299
|
-
}
|
|
1300
|
-
`,E1=we`
|
|
1301
|
-
align-items: center;
|
|
1302
|
-
color: var(--brand-secondary-1);
|
|
1303
|
-
display: inline-flex;
|
|
1304
|
-
font-weight: var(--fw-bold);
|
|
1305
|
-
line-height: 1.25;
|
|
1306
|
-
padding-inline: var(--spacing-2xl) 0;
|
|
1229
|
+
`,k1=ye`
|
|
1230
|
+
position: relative;
|
|
1307
1231
|
|
|
1308
|
-
&:
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
cursor: pointer;
|
|
1313
|
-
display: block;
|
|
1314
|
-
overflow: hidden;
|
|
1315
|
-
width: var(--spacing-xl);
|
|
1316
|
-
height: var(--spacing-md);
|
|
1317
|
-
position: absolute;
|
|
1318
|
-
left: 0;
|
|
1319
|
-
top: 0;
|
|
1232
|
+
&:hover {
|
|
1233
|
+
> .info-message {
|
|
1234
|
+
display: block;
|
|
1235
|
+
}
|
|
1320
1236
|
}
|
|
1321
|
-
`,
|
|
1237
|
+
`,P1=ye`
|
|
1238
|
+
background: var(--white);
|
|
1239
|
+
box-shadow: var(--shadow-base);
|
|
1240
|
+
border-radius: var(--rounded-md);
|
|
1241
|
+
border-left: 2px solid var(--brand-secondary-3);
|
|
1322
1242
|
color: var(--gray-500);
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1243
|
+
display: none;
|
|
1244
|
+
position: absolute;
|
|
1245
|
+
font-size: var(--fs-xs);
|
|
1246
|
+
padding: var(--spacing-sm);
|
|
1247
|
+
right: 0;
|
|
1248
|
+
max-width: 16ch;
|
|
1249
|
+
width: max-content;
|
|
1250
|
+
z-index: var(--z-20);
|
|
1251
|
+
`;import{jsx as Ce,jsxs as kt}from"@emotion/react/jsx-runtime";var ls=({message:e})=>kt("div",{"data-testid":"info-dialog",css:k1,children:[Ce(L,{icon:"info",iconColor:"green",size:"0.9rem"}),Ce("div",{role:"paragraph",css:P1,className:"info-message",children:e})]}),n0=ss(({label:e,name:t,info:r,...o},n)=>kt("div",{css:T1,children:[kt("label",{css:R1,children:[Ce("input",{type:"checkbox",name:t,ref:n,css:S1,...o}),Ce("span",{children:e})]}),r?Ce(ls,{message:r}):null]}));import{MdWarning as ds}from"react-icons/md";import{css as cs}from"@emotion/react";var Z1=cs`
|
|
1252
|
+
align-items: center;
|
|
1253
|
+
color: var(--brand-secondary-5);
|
|
1254
|
+
display: flex;
|
|
1255
|
+
gap: var(--spacing-sm);
|
|
1256
|
+
`;import{jsx as ps,jsxs as Ls}from"@emotion/react/jsx-runtime";var A=({message:e,testId:t,...r})=>e?Ls("span",{role:"alert",css:Z1,"data-test-id":t,...r,children:[ps(L,{icon:ds,size:16,iconColor:"currentColor"}),e]}):null;import*as D1 from"react";import{css as Me}from"@emotion/react";function H1(e){let t=Me`
|
|
1257
|
+
border-radius: var(--rounded-base);
|
|
1258
|
+
border: 1px solid var(--gray-300);
|
|
1259
|
+
|
|
1260
|
+
padding: var(--spacing-base);
|
|
1261
|
+
|
|
1262
|
+
// auto apply margins to child elements
|
|
1263
|
+
> *:not(legend) {
|
|
1264
|
+
margin-top: var(--spacing-base);
|
|
1265
|
+
}
|
|
1266
|
+
`;return e?[Me`
|
|
1267
|
+
background: white;
|
|
1268
|
+
`,t]:[Me`
|
|
1269
|
+
background: var(--gray-50);
|
|
1270
|
+
`,t]}var B1=Me`
|
|
1271
|
+
align-items: center;
|
|
1332
1272
|
color: var(--brand-secondary-1);
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
padding: var(--spacing-base) var(--spacing-md);
|
|
1343
|
-
`;import{jsx as _}from"@emotion/react/jsx-runtime";var $0=$.forwardRef(({children:e,...t},r)=>_("table",{ref:r,css:V1,...t,children:e})),W0=$.forwardRef(({children:e,...t},r)=>_("thead",{ref:r,css:$1,...t,children:e})),O0=$.forwardRef(({children:e,...t},r)=>_("tbody",{ref:r,...t,children:e})),G0=$.forwardRef(({children:e,...t},r)=>_("tfoot",{ref:r,...t,children:e})),F0=$.forwardRef(({children:e,...t},r)=>_("tr",{ref:r,css:W1,...t,children:e})),N0=$.forwardRef(({children:e,...t},r)=>_("th",{ref:r,css:O1,...t,children:e})),U0=$.forwardRef(({children:e,...t},r)=>_("td",{ref:r,css:G1,...t,children:e}));import{CgMathPlus as ds,CgAdd as ps,CgAddR as Ls}from"react-icons/cg";import{css as Te}from"@emotion/react";var Zt=Te`
|
|
1273
|
+
display: flex;
|
|
1274
|
+
gap: var(--spacing-sm);
|
|
1275
|
+
font-weight: var(--fw-medium);
|
|
1276
|
+
flex-grow: 1;
|
|
1277
|
+
margin-bottom: var(--spacing-base);
|
|
1278
|
+
float: left; // allows the legend to be inside the fieldset and not sat on the border line
|
|
1279
|
+
`,E1=Me`
|
|
1280
|
+
clear: left;
|
|
1281
|
+
`;import{jsx as gs,jsxs as ms}from"@emotion/react/jsx-runtime";var g0=D1.forwardRef(({legend:e,disabled:t,children:r,invert:o,...n},i)=>ms("fieldset",{css:H1(Boolean(o)),ref:i,disabled:t,...n,children:[e,gs("div",{css:E1,children:r})]}));import*as O1 from"react";import{jsx as us}from"@emotion/react/jsx-runtime";var oe=({children:e,className:t,testId:r,...o})=>us("label",{css:[C,typeof t=="object"?t:void 0],className:typeof t=="string"?t:"","data-test-id":r,...o,children:e});import{MdWarning as fs}from"react-icons/md";import{css as A1}from"@emotion/react";var V1=A1`
|
|
1344
1282
|
align-items: center;
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
display: inline-flex;
|
|
1283
|
+
color: var(--alert-text);
|
|
1284
|
+
display: flex;
|
|
1348
1285
|
gap: var(--spacing-sm);
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
margin-
|
|
1286
|
+
`,$1=A1`
|
|
1287
|
+
color: var(--alert);
|
|
1288
|
+
`;import{jsx as vs,jsxs as bs}from"@emotion/react/jsx-runtime";var V=({message:e,testId:t,...r})=>e?bs("span",{role:"status",css:V1,"data-test-id":t,...r,children:[vs(L,{css:$1,icon:fs,size:"1rem",iconColor:"currentColor"}),e]}):null;import{jsx as ne,jsxs as W1}from"@emotion/react/jsx-runtime";var G1=O1.forwardRef(({label:e,icon:t,id:r,caption:o,showLabel:n=!0,errorMessage:i,warningMessage:s,containerTestId:c,labelTestId:p,errorTestId:d,captionTestId:m,classNameContainer:g,classNameControl:f,classNameLabel:y,...Y},st)=>W1("div",{css:O,"data-test-id":c||"container-input-field",children:[n?ne(oe,{htmlFor:r,css:[C,typeof y=="object"?y:void 0],className:typeof y=="string"?y:"",testId:p,children:e}):null,W1("div",{css:[O,typeof g=="object"?g:void 0],className:typeof g=="string"?g:"",children:[ne("input",{id:r,css:[Q("nowrap"),typeof f=="object"?f:void 0,i?G:void 0,t?Ze:""],"aria-label":n?void 0:e,className:typeof f=="string"?f:"",...Y,ref:st}),t?ne("div",{css:Pe,children:t}):null]}),o?ne(D,{testId:m,children:o}):null,i?ne(A,{message:i,testId:d}):null,s&&!i?ne(V,{message:s}):null]}));import hs from"react-select";import{jsx as xs}from"@emotion/react/jsx-runtime";function Z0(e){return xs(hs,{...e,classNamePrefix:"input-combobox",styles:{...e.styles,singleValue:(t,r)=>{var o,n;return{...t,color:"#828282",...(n=(o=e.styles)==null?void 0:o.singleValue)==null?void 0:n.call(o,t,r)}},valueContainer:(t,r)=>{var o,n;return{...t,padding:"var(--spacing-base)",gap:"2px",...(n=(o=e.styles)==null?void 0:o.valueContainer)==null?void 0:n.call(o,t,r)}},input:(t,r)=>{var o,n;return{...t,margin:"0",padding:"0","& > input":{boxShadow:"none !important"},...(n=(o=e.styles)==null?void 0:o.input)==null?void 0:n.call(o,t,r)}},menu:(t,r)=>{var o,n;return{...t,zIndex:"var(--z-20)",...(n=(o=e.styles)==null?void 0:o.menu)==null?void 0:n.call(o,t,r)}},control:(t,r)=>{var o,n;return{...t,className:"input-combobox-control",border:r.isFocused?"1px solid transparent":"1px solid var(--gray-400)",lineHeight:1.25,outline:r.isFocused?"1px solid var(--brand-secondary-1)":"none",outlineOffset:0,minHeight:"58px",boxShadow:"none","&:hover":{boxShadow:"none"},...(n=(o=e.styles)==null?void 0:o.control)==null?void 0:n.call(o,t,r)}},indicatorsContainer:(t,r)=>{var o,n;return{...t,backgroundImage:`url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M6.34317 7.75732L4.92896 9.17154L12 16.2426L19.0711 9.17157L17.6569 7.75735L12 13.4142L6.34317 7.75732Z' fill='currentColor' /%3E%3C/svg%3E")`,backgroundSize:"1rem",backgroundPosition:"right var(--spacing-sm) center",backgroundRepeat:"no-repeat",width:"24px","& svg":{display:"none"},...(n=(o=e.styles)==null?void 0:o.indicatorsContainer)==null?void 0:n.call(o,t,r)}},indicatorSeparator:(t,r)=>{var o,n;return{display:"none",...(n=(o=e.styles)==null?void 0:o.indicatorSeparator)==null?void 0:n.call(o,t,r)}},option:(t,r)=>{var o,n;return{...t,color:r.isDisabled?"var(--gray-500)":"var(--gray-700)",backgroundColor:r.isDisabled?"transparent":r.isSelected?"var(--gray-200)":r.isFocused?"var(--gray-100)":"transparent",...(n=(o=e.styles)==null?void 0:o.option)==null?void 0:n.call(o,t,r)}},multiValue:t=>({...t,background:"var(--gray-100)",borderRadius:"var(--rounded-sm)",margin:"0"}),multiValueLabel:t=>({...t,background:"var(--gray-100)",borderRight:"1px solid var(--gray-300)",color:"var(--brand-secondary-1)"}),multiValueRemove:t=>({...t,background:"var(--gray-100)",":hover":{color:"var(--white)",background:"var(--brand-secondary-5)",transition:"color var(--duration-fast) var(--timing-ease-out), background-color var(--duration-fast) var(--timing-ease-out)"}})}})}import{css as ys}from"@emotion/react";import*as K1 from"react";import{useRef as Cs,useState as Ms}from"react";import{CgChevronDown as ws}from"react-icons/cg";import{css as we}from"@emotion/react";var F1=we`
|
|
1289
|
+
margin-inline: auto;
|
|
1290
|
+
max-width: fit-content;
|
|
1291
|
+
`,N1=we`
|
|
1292
|
+
align-items: center;
|
|
1293
|
+
background: var(--brand-secondary-3);
|
|
1294
|
+
border: 2px solid var(--brand-secondary-3);
|
|
1295
|
+
border-radius: var(--rounded-base);
|
|
1296
|
+
cursor: pointer;
|
|
1297
|
+
color: var(--white);
|
|
1298
|
+
display: flex;
|
|
1299
|
+
gap: var(--spacing-sm);
|
|
1300
|
+
font-size: var(--fs-sm);
|
|
1301
|
+
padding: var(--spacing-xs) var(--spacing-sm) var(--spacing-xs) var(--spacing-base);
|
|
1353
1302
|
|
|
1354
1303
|
&:disabled {
|
|
1304
|
+
background: var(--white);
|
|
1305
|
+
border-color: var(--gray-200);
|
|
1355
1306
|
cursor: default;
|
|
1356
|
-
color: var(--gray-
|
|
1357
|
-
|
|
1307
|
+
color: var(--gray-500);
|
|
1308
|
+
padding-right: var(--spacing-base);
|
|
1358
1309
|
}
|
|
1359
1310
|
|
|
1360
|
-
&:
|
|
1361
|
-
|
|
1311
|
+
&:focus {
|
|
1312
|
+
outline: 2px solid var(--brand-secondary-1);
|
|
1362
1313
|
}
|
|
1363
|
-
`,
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1314
|
+
`,U1=we`
|
|
1315
|
+
background: var(--white);
|
|
1316
|
+
border: 1px solid var(--brand-secondary-3);
|
|
1317
|
+
border-top: none;
|
|
1318
|
+
color: var(--brand-secondary-1);
|
|
1319
|
+
display: block;
|
|
1320
|
+
text-align: center;
|
|
1321
|
+
position: absolute;
|
|
1322
|
+
inset: auto 0;
|
|
1323
|
+
transform: translateY(-0.2rem);
|
|
1324
|
+
`,_1=we`
|
|
1325
|
+
cursor: pointer;
|
|
1326
|
+
display: block;
|
|
1327
|
+
font-size: var(--fs-sm);
|
|
1328
|
+
padding: var(--spacing-xs) var(--spacing-base);
|
|
1329
|
+
width: 100%;
|
|
1330
|
+
transition: background-color var(--duration-fast) var(--timing-ease-out);
|
|
1331
|
+
|
|
1332
|
+
&:focus {
|
|
1333
|
+
outline: 2px solid var(--brand-secondary-1);
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
&:hover {
|
|
1337
|
+
background: var(--gray-50);
|
|
1338
|
+
}
|
|
1339
|
+
`,X1=we`
|
|
1340
|
+
position: absolute;
|
|
1341
|
+
overflow: hidden;
|
|
1342
|
+
height: 1px;
|
|
1343
|
+
width: 1px;
|
|
1344
|
+
clip: rect(0, 0, 0, 0);
|
|
1345
|
+
padding: 0;
|
|
1346
|
+
`;import{jsx as Ke,jsxs as q1}from"@emotion/react/jsx-runtime";var O0=({classNameContainer:e,options:t,value:r,onChange:o,disabled:n,...i})=>{var m;let[s,c]=Ms(!1),p=Cs(null);K1.useEffect(()=>{let g=f=>{p.current&&!p.current.contains(f.target)&&c(!1)};return document.addEventListener("mousedown",g),()=>{document.removeEventListener("mousedown",g)}},[p]);let d=t.find(g=>g.value===r);return q1("div",{ref:p,css:e?ys`
|
|
1347
|
+
max-width: fit-content;
|
|
1348
|
+
${typeof e=="object"?e:void 0}
|
|
1349
|
+
`:F1,className:typeof e=="string"?e:"",children:[q1("button",{type:"button","aria-controls":`and-or-${i.id}`,"aria-expanded":s,css:N1,onClick:()=>{n||c(g=>!g)},disabled:n,...i,children:[Ke("span",{children:(m=d==null?void 0:d.label)!=null?m:r}),n?null:Ke(L,{icon:ws,iconColor:"currentColor",size:24})]}),Ke("div",{id:`and-or-${i.id}`,css:[U1,s?void 0:X1],"aria-hidden":!s,children:t.map(g=>Ke("button",{type:"button",css:_1,onClick:()=>{o(g),c(f=>!f)},children:g.label},g.value))})]})};import{jsx as ae,jsxs as Y1}from"@emotion/react/jsx-runtime";var U0=({onSearchTextChanged:e,disabled:t=!1,placeholder:r="Keyword search",inputFieldName:o="keywordSearch",disabledFieldSubmission:n=!1,value:i,...s})=>ae(G1,{type:"text",name:o,placeholder:r,showLabel:!1,value:i,icon:Y1("svg",{width:"26",height:"24",viewBox:"0 0 26 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",css:er,children:[Y1("g",{clipPath:"url(#clip0)",children:[ae("path",{d:"M11.539 0C5.48429 0 0.558105 4.74145 0.558105 10.5691C0.558105 16.3971 5.48429 21.1382 11.539 21.1382C17.594 21.1382 22.5199 16.3971 22.5199 10.5691C22.5199 4.74145 17.594 0 11.539 0ZM11.539 19.187C6.60198 19.187 2.58535 15.321 2.58535 10.5691C2.58535 5.81728 6.60198 1.95122 11.539 1.95122C16.476 1.95122 20.4926 5.81723 20.4926 10.5691C20.4926 15.321 16.476 19.187 11.539 19.187Z"}),ae("path",{d:"M25.196 22.3344L19.3846 16.7409C18.9886 16.3598 18.3473 16.3598 17.9513 16.7409C17.5553 17.1217 17.5553 17.7397 17.9513 18.1205L23.7627 23.714C23.9607 23.9045 24.2199 23.9998 24.4794 23.9998C24.7385 23.9998 24.998 23.9045 25.196 23.714C25.592 23.3332 25.592 22.7153 25.196 22.3344Z"})]}),ae("defs",{children:ae("clipPath",{id:"clip0",children:ae("rect",{width:"24.9351",height:"24",fill:"white",transform:"translate(0.558105)"})})})]}),onChange:d=>{e(d.currentTarget.value)},onKeyPress:d=>{d.key==="Enter"&&n&&d.preventDefault()},disabled:t,"aria-label":r,...s});import{Fragment as Is,jsx as ie,jsxs as Pt}from"@emotion/react/jsx-runtime";var Q0=({label:e,defaultOption:t,options:r,caption:o,errorMessage:n,warningMessage:i,showLabel:s=!0,labelCta:c,classNameContainer:p,classNameControl:d,classNameLabel:m,...g})=>Pt("div",{css:[O,typeof p=="object"?p:void 0],className:typeof p=="string"?p:"",children:[s?ie(Is,{children:Pt(oe,{htmlFor:g.id,css:[C,typeof m=="object"?m:void 0],className:typeof m=="string"?m:"",children:[e,c]})}):null,Pt("select",{title:e,"aria-label":s?void 0:e,css:[Q("wrap"),dt,n?G:void 0,typeof d=="object"?d:void 0],className:typeof d=="string"?d:"",...g,children:[t?ie("option",{value:"",children:t}):null,r.map((f,y)=>ie("option",{value:f.label,...f},y))]}),o?ie(D,{children:o}):null,n?ie(A,{message:n}):null,i&&!n?ie(V,{message:i}):null]});import{jsx as Ie,jsxs as J1}from"@emotion/react/jsx-runtime";var o5=({label:e,type:t,disabled:r,checked:o,name:n,caption:i,errorMessage:s,warningMessage:c,testId:p,fontWeight:d="medium",...m})=>J1(oe,{css:[tr,r?nr:void 0],"data-test-id":p,children:[Ie("input",{type:t,css:rr,checked:o,name:n,disabled:r,...m}),Ie("span",{css:or(d),dangerouslySetInnerHTML:{__html:e}}),i||s?J1("span",{css:ar,children:[i?Ie(D,{children:i}):null,s?Ie(A,{message:s}):null,c&&!s?Ie(V,{message:c}):null]}):null]});import{jsx as Ts}from"@emotion/react/jsx-runtime";var a5=({children:e})=>Ts("legend",{css:B1,children:e});import{Fragment as Rs,jsx as se,jsxs as Q1}from"@emotion/react/jsx-runtime";var L5=({label:e,icon:t,id:r,caption:o,showLabel:n=!0,errorMessage:i,warningMessage:s,...c})=>Q1(Rs,{children:[n?se("label",{htmlFor:r,css:[C],children:e}):null,Q1("div",{css:[O],children:[se("textarea",{id:r,css:[ir,i?G:void 0,t?Ze:"",H],"aria-label":n?void 0:e,...c}),t?se("div",{css:Pe,children:t}):null]}),o?se(D,{children:o}):null,i?se(A,{message:i}):null,s&&!i?se(V,{message:s}):null]});import{css as _}from"@emotion/react";var j1=_`
|
|
1390
1350
|
margin-block: var(--spacing-sm);
|
|
1391
|
-
`,
|
|
1351
|
+
`,en=_`
|
|
1392
1352
|
background: var(--gray-100);
|
|
1393
1353
|
margin-top: var(--spacing-sm);
|
|
1394
1354
|
position: relative;
|
|
1395
1355
|
overflow: hidden;
|
|
1396
1356
|
height: 0.25rem;
|
|
1397
|
-
`,
|
|
1357
|
+
`,tn=_`
|
|
1398
1358
|
position: absolute;
|
|
1399
1359
|
inset: 0;
|
|
1400
1360
|
transition: transform var(--duration-fast) var(--timing-ease-out);
|
|
1401
|
-
`,
|
|
1361
|
+
`,rn=_`
|
|
1402
1362
|
display: flex;
|
|
1403
1363
|
justify-content: space-between;
|
|
1404
1364
|
font-weight: var(--fw-bold);
|
|
1405
|
-
`,
|
|
1365
|
+
`,Zt=_`
|
|
1406
1366
|
font-size: var(--fs-baase);
|
|
1407
|
-
`,
|
|
1367
|
+
`,on=e=>_`
|
|
1408
1368
|
background: ${e};
|
|
1409
|
-
`,
|
|
1369
|
+
`,nn=e=>_`
|
|
1410
1370
|
color: ${e};
|
|
1411
|
-
`;import{jsx as
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1371
|
+
`;import{jsx as Ht,jsxs as Bt}from"@emotion/react/jsx-runtime";var v5=({current:e,max:t,label:r})=>{let n=Math.ceil(e/t*100),i={base:"var(--gray-400)",warn:"#facc15",danger:"var(--brand-secondary-5)"},s=n===100?i.danger:n>=75?i.warn:i.base;return Bt("div",{css:j1,children:[Bt("div",{css:rn,children:[Ht("span",{css:Zt,children:r}),Bt("span",{css:[Zt,nn(s)],children:[e," of ",t]})]}),Ht("div",{role:"progressbar","aria-valuenow":e,"aria-valuemin":0,"aria-valuemax":t,"aria-valuetext":`${e} of ${t}`,css:en,children:Ht("span",{role:"presentation",css:[tn,on(s)],style:{transform:`translateX(${n-100}%)`}})})]})};import{css as Ss}from"@emotion/react";var an=Ss`
|
|
1372
|
+
padding: var(--spacing-md) var(--spacing-lg) var(--spacing-2xl);
|
|
1373
|
+
${v("sm")} {
|
|
1374
|
+
grid-column: last-col / span 1;
|
|
1375
|
+
grid-row: 1 / last-line;
|
|
1376
|
+
}
|
|
1377
|
+
`;import{jsx as ks,jsxs as Ps}from"@emotion/react/jsx-runtime";var w5=({title:e,children:t,...r})=>Ps("div",{css:an,...r,children:[ks(T,{level:3,children:e}),t]});import{css as Zs}from"@emotion/react";import{css as sn}from"@emotion/react";var ln=sn`
|
|
1378
|
+
position: relative;
|
|
1379
|
+
`,cn=sn`
|
|
1380
|
+
background: var(--gray-50);
|
|
1381
|
+
border-top: 1px solid var(--gray-200);
|
|
1382
|
+
border-bottom: 1px solid var(--gray-200);
|
|
1383
|
+
max-height: 24rem;
|
|
1384
|
+
overflow-y: auto;
|
|
1385
|
+
padding: var(--spacing-sm);
|
|
1418
1386
|
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1387
|
+
> * {
|
|
1388
|
+
margin-block: 0 var(--spacing-sm);
|
|
1389
|
+
|
|
1390
|
+
&:last-of-type {
|
|
1391
|
+
margin-block: 0;
|
|
1392
|
+
}
|
|
1425
1393
|
}
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1394
|
+
`;import{jsx as dn,jsxs as Hs}from"@emotion/react/jsx-runtime";var Z5=({label:e,children:t,...r})=>Hs("div",{css:[ln,H],...r,children:[e?dn("span",{css:Zs`
|
|
1395
|
+
${C}
|
|
1396
|
+
`,children:e}):null,dn("div",{css:[cn,H],children:t})]});import{CgCheck as Bs}from"react-icons/cg";import{css as X}from"@emotion/react";var Ye=X`
|
|
1397
|
+
align-items: center;
|
|
1398
|
+
background: var(--white);
|
|
1399
|
+
border-radius: var(--rounded-base);
|
|
1400
|
+
box-shadow: var(--shadow-base);
|
|
1401
|
+
border: 2px solid var(--gray-200);
|
|
1402
|
+
display: flex;
|
|
1403
|
+
min-height: 52px;
|
|
1404
|
+
transition: border-color var(--duration-fast) var(--timing-ease-out);
|
|
1405
|
+
`,Je=X`
|
|
1406
|
+
border-color: var(--brand-secondary-3);
|
|
1407
|
+
`,pn=X`
|
|
1408
|
+
align-items: center;
|
|
1409
|
+
border: none;
|
|
1410
|
+
background: transparent;
|
|
1411
|
+
color: var(--brand-secondary-1);
|
|
1412
|
+
display: flex;
|
|
1413
|
+
justify-content: space-between;
|
|
1414
|
+
padding: var(--spacing-3);
|
|
1415
|
+
width: 100%;
|
|
1416
|
+
outline: none;
|
|
1417
|
+
|
|
1418
|
+
&:focus {
|
|
1419
|
+
outline: none;
|
|
1420
|
+
}
|
|
1421
|
+
`,Ln=X`
|
|
1422
|
+
align-items: center;
|
|
1423
|
+
display: flex;
|
|
1424
|
+
padding: var(--spacing-xs) var(--spacing-base) var(--spacing-xs);
|
|
1425
|
+
flex-grow: 1;
|
|
1426
|
+
`,gn=X`
|
|
1427
|
+
align-items: center;
|
|
1428
|
+
display: flex;
|
|
1429
|
+
gap: var(--spacing-sm);
|
|
1430
|
+
font-weight: var(--fw-bold);
|
|
1431
|
+
flex-grow: 1;
|
|
1432
|
+
`,mn=X`
|
|
1433
|
+
position: absolute;
|
|
1434
|
+
height: 0;
|
|
1435
|
+
width: 0;
|
|
1436
|
+
opacity: 0;
|
|
1437
|
+
`,un=X`
|
|
1438
|
+
border-radius: var(--rounded-full);
|
|
1439
|
+
background: var(--brand-secondary-3);
|
|
1440
|
+
color: var(--white);
|
|
1441
|
+
transition: opacity var(--duration-fast) var(--timing-ease-out);
|
|
1442
|
+
animation: ${He} var(--duration-fast) var(--timing-ease-out) forwards;
|
|
1443
|
+
`;import{jsx as Et,jsxs as fn}from"@emotion/react/jsx-runtime";var $5=({label:e,icon:t,active:r,children:o,labelTestId:n})=>Et("div",{css:[Ye,r?Je:void 0],children:fn("label",{"data-test-id":n,css:Ln,children:[fn("span",{css:gn,children:[t,e]}),Et("div",{css:mn,children:o}),r?Et(L,{icon:Bs,iconColor:"currentColor",css:un,size:24}):null]})});import{css as vn}from"@emotion/react";import{jsx as Qe,jsxs as Es}from"@emotion/react/jsx-runtime";var N5=({buttonText:e,active:t,...r})=>Qe("div",{css:[Ye,t?Je:void 0],children:Es("button",{css:pn,type:"button",...r,children:[Qe("span",{children:e}),Qe("svg",{width:"24",height:"24",viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg","aria-hidden":!t,css:vn`
|
|
1444
|
+
color: var(--brand-secondary-3);
|
|
1445
|
+
transition: opacity var(--duration-fast) var(--timing-ease-out);
|
|
1446
|
+
${t?vn`
|
|
1447
|
+
animation: ${He} var(--duration-fast) var(--timing-ease-out) forwards;
|
|
1448
|
+
`:"opacity: 0;"}
|
|
1449
|
+
`,children:Qe("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 39.2A19.2 19.2 0 1 0 20 .8a19.2 19.2 0 0 0 0 38.4Zm8.897-22.303a2.4 2.4 0 0 0-3.394-3.394L17.6 21.407l-3.103-3.104a2.4 2.4 0 0 0-3.394 3.394l4.8 4.8a2.4 2.4 0 0 0 3.394 0l9.6-9.6Z"})})]})});import{css as bn,keyframes as zs}from"@emotion/react";var Ds=zs`
|
|
1450
|
+
0%, 100% {
|
|
1451
|
+
opacity: 1.0;
|
|
1452
|
+
transform: translateY(0);
|
|
1453
|
+
}
|
|
1454
|
+
30% {
|
|
1455
|
+
opacity: 0.6;
|
|
1456
|
+
}
|
|
1457
|
+
80% {
|
|
1458
|
+
opacity: 0.4;
|
|
1459
|
+
transform: translateY(-10px);
|
|
1460
|
+
}
|
|
1461
|
+
90% {
|
|
1462
|
+
opacity: 0.2;
|
|
1463
|
+
transform: translateY(-5px);
|
|
1464
|
+
}
|
|
1465
|
+
`,hn=bn`
|
|
1466
|
+
display: inline-flex;
|
|
1467
|
+
justify-content: center;
|
|
1468
|
+
`,je=bn`
|
|
1469
|
+
background-color: var(--gray-700);
|
|
1470
|
+
display: block;
|
|
1471
|
+
border-radius: var(--rounded-full);
|
|
1472
|
+
animation: ${Ds} 0.75s infinite ease-in-out;
|
|
1473
|
+
width: 8px;
|
|
1474
|
+
height: 8px;
|
|
1475
|
+
margin: 0 var(--spacing-xs);
|
|
1476
|
+
transform: translateY(0);
|
|
1477
|
+
|
|
1478
|
+
&:nth-of-type(1) {
|
|
1479
|
+
animation-delay: 0.15s;
|
|
1454
1480
|
}
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1481
|
+
|
|
1482
|
+
&:nth-of-type(2) {
|
|
1483
|
+
animation-delay: 0.3s;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
&:nth-of-type(3) {
|
|
1487
|
+
animation-delay: 0.6s;
|
|
1488
|
+
}
|
|
1489
|
+
`;import{jsx as zt,jsxs as As}from"@emotion/react/jsx-runtime";var K5=()=>As("div",{css:hn,role:"alert","data-test-id":"loading-indicator",children:[zt("span",{css:je}),zt("span",{css:je}),zt("span",{css:je})]});import{css as Vs}from"@emotion/react";import{css as le}from"@emotion/react";var xn=le`
|
|
1490
|
+
align-items: center;
|
|
1459
1491
|
position: absolute;
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1492
|
+
inset: 0;
|
|
1493
|
+
overflow: hidden;
|
|
1494
|
+
justify-content: center;
|
|
1495
|
+
`,yn=le`
|
|
1496
|
+
display: flex;
|
|
1497
|
+
`,Cn=le`
|
|
1498
|
+
display: none;
|
|
1499
|
+
`,Mn=le`
|
|
1500
|
+
background: var(--white);
|
|
1501
|
+
opacity: 0.5;
|
|
1502
|
+
position: absolute;
|
|
1503
|
+
inset: 0 0;
|
|
1504
|
+
`,wn=le`
|
|
1505
|
+
align-items: center;
|
|
1506
|
+
display: flex;
|
|
1507
|
+
flex-direction: column;
|
|
1508
|
+
`,In=le`
|
|
1509
|
+
color: var(--gray-500);
|
|
1510
|
+
margin: var(--spacing-base) 0 0;
|
|
1511
|
+
`;import{jsx as S,jsxs as Dt}from"@emotion/react/jsx-runtime";var t9=({isActive:e,statusMessage:t,zIndex:r=9999})=>Dt("div",{role:"alert",css:[xn,{zIndex:r},e?yn:Cn],"aria-hidden":!e,children:[S("div",{css:Mn}),S("div",{css:Vs`
|
|
1512
|
+
position: relative;
|
|
1513
|
+
`,children:Dt("div",{css:wn,children:[S($s,{height:128,width:128}),t?S("div",{css:In,children:t}):null]})})]}),$s=({height:e,width:t,...r})=>S("svg",{"data-testid":"svg",viewBox:"0 0 38 38",xmlns:"http://www.w3.org/2000/svg",width:t!=null?t:40,height:e!=null?e:40,stroke:"currentColor",...r,"data-test-id":"loading-icon",children:S("g",{fill:"none",fillRule:"evenodd",children:Dt("g",{transform:"translate(1 1)",strokeWidth:"2",children:[S("circle",{strokeOpacity:".25",cx:"18",cy:"18",r:"18"}),S("path",{d:"M36 18c0-9.94-8.06-18-18-18",transform:"rotate(166.645 18 18)",children:S("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"0.8s",repeatCount:"indefinite"})})]})})});import{css as Bn}from"@emotion/react";import{CgAdd as Ws,CgChevronRight as Os}from"react-icons/cg";import{css as w}from"@emotion/react";var $=w`
|
|
1467
1514
|
align-items: center;
|
|
1468
1515
|
box-sizing: border-box;
|
|
1469
1516
|
border-radius: var(--rounded-base);
|
|
@@ -1493,19 +1540,19 @@ to {
|
|
|
1493
1540
|
margin: unset;
|
|
1494
1541
|
}
|
|
1495
1542
|
}
|
|
1496
|
-
`,
|
|
1543
|
+
`,Tn=w`
|
|
1497
1544
|
border: 1px dashed var(--brand-secondary-1);
|
|
1498
|
-
`,
|
|
1545
|
+
`,Rn=w`
|
|
1499
1546
|
display: block;
|
|
1500
1547
|
font-weight: var(--fw-bold);
|
|
1501
1548
|
margin: 0 0 var(--spacing-base);
|
|
1502
1549
|
max-width: 13rem;
|
|
1503
|
-
`,
|
|
1550
|
+
`,Sn=w`
|
|
1504
1551
|
display: block;
|
|
1505
1552
|
max-width: 10rem;
|
|
1506
1553
|
max-height: 4rem;
|
|
1507
1554
|
margin: 0 auto;
|
|
1508
|
-
`,
|
|
1555
|
+
`,ce=w`
|
|
1509
1556
|
color: var(--gray-500);
|
|
1510
1557
|
display: -webkit-box;
|
|
1511
1558
|
-webkit-line-clamp: 1;
|
|
@@ -1517,7 +1564,7 @@ to {
|
|
|
1517
1564
|
white-space: normal;
|
|
1518
1565
|
position: absolute;
|
|
1519
1566
|
bottom: calc(var(--spacing-base) * 3.8);
|
|
1520
|
-
`,
|
|
1567
|
+
`,kn=w`
|
|
1521
1568
|
align-items: center;
|
|
1522
1569
|
background: var(--brand-secondary-3);
|
|
1523
1570
|
border-radius: 0 var(--rounded-md) 0 var(--rounded-md);
|
|
@@ -1531,7 +1578,7 @@ to {
|
|
|
1531
1578
|
position: absolute;
|
|
1532
1579
|
top: 0;
|
|
1533
1580
|
right: 0;
|
|
1534
|
-
`,
|
|
1581
|
+
`,et=e=>w`
|
|
1535
1582
|
align-items: center;
|
|
1536
1583
|
border-radius: var(--rounded-md) 0 var(--rounded-md) 0;
|
|
1537
1584
|
background: ${e==="gray"?"var(--brand-secondary-2)":"var(--brand-secondary-1)"};
|
|
@@ -1544,23 +1591,23 @@ to {
|
|
|
1544
1591
|
position: absolute;
|
|
1545
1592
|
top: 0;
|
|
1546
1593
|
left: 0;
|
|
1547
|
-
`,
|
|
1594
|
+
`,Pn=w`
|
|
1548
1595
|
position: absolute;
|
|
1549
1596
|
bottom: var(--spacing-sm);
|
|
1550
1597
|
right: var(--spacing-xs);
|
|
1551
1598
|
max-height: 1rem;
|
|
1552
|
-
`,
|
|
1599
|
+
`,Zn=w`
|
|
1553
1600
|
font-size: var(--fs-xs);
|
|
1554
1601
|
gap: var(--spacing-sm);
|
|
1555
1602
|
padding: var(--spacing-sm) var(--spacing-base);
|
|
1556
1603
|
text-transform: uppercase;
|
|
1557
|
-
`,
|
|
1604
|
+
`,tt=w`
|
|
1558
1605
|
position: absolute;
|
|
1559
1606
|
bottom: var(--spacing-base);
|
|
1560
1607
|
gap: var(--spacing-sm);
|
|
1561
1608
|
font-size: var(--fs-xs);
|
|
1562
1609
|
overflow: hidden;
|
|
1563
|
-
`,
|
|
1610
|
+
`,Hn=e=>w`
|
|
1564
1611
|
strong,
|
|
1565
1612
|
span:first-of-type {
|
|
1566
1613
|
transition: opacity var(--duration-fast) var(--timing-ease-out);
|
|
@@ -1578,32 +1625,14 @@ to {
|
|
|
1578
1625
|
transition: transform var(--duration-fast) var(--timing-ease-out);
|
|
1579
1626
|
transform: ${e?"translateY(0)":"translateY(100%)"};
|
|
1580
1627
|
}
|
|
1581
|
-
`;import{jsx as
|
|
1628
|
+
`;import{jsx as At,jsxs as En}from"@emotion/react/jsx-runtime";var p9=({title:e="Create a custom integration for your team",buttonText:t="Add Integration",onClick:r,asDeepLink:o=!1,...n})=>En("div",{css:[$,Tn],...n,children:[At("span",{css:Rn,title:e,children:e}),En(E,{buttonType:"tertiary","aria-label":"Create team integration",onClick:r,"data-testid":"create-integration-definition-button",css:Zn,children:[t,o?At(L,{icon:Os,iconColor:"currentColor",size:20,css:Bn`
|
|
1582
1629
|
order: 1;
|
|
1583
|
-
`}):At(L,{icon:
|
|
1630
|
+
`}):At(L,{icon:Ws,iconColor:"currentColor",size:16,css:Bn`
|
|
1584
1631
|
order: -1;
|
|
1585
|
-
`})]})]});import{jsx as
|
|
1586
|
-
background: var(--brand-secondary-2);
|
|
1587
|
-
padding: var(--spacing-base);
|
|
1588
|
-
margin-bottom: var(--spacing-lg);
|
|
1589
|
-
`,yn=hn`
|
|
1590
|
-
display: grid;
|
|
1591
|
-
grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
|
|
1592
|
-
gap: var(--spacing-base);
|
|
1593
|
-
`;import{jsx as Cn}from"@emotion/react/jsx-runtime";var q5=({children:e,...t})=>Cn("div",{css:xn,...t,children:Cn("div",{css:yn,children:e})});import{css as Ss}from"@emotion/react";import{useEffect as ks,useState as Ps}from"react";import{CgHeart as Zs}from"react-icons/cg";import{jsx as de,jsxs as Vt}from"@emotion/react/jsx-runtime";var n9=({name:e,icon:t,id:r,onUpVoteClick:o,timing:n=1e3,...i})=>{let[s,c]=Ps(!1),p=()=>{c(d=>!d),o()};return ks(()=>{if(s){let d=setTimeout(()=>c(!1),n);return()=>{clearTimeout(d)}}},[s,c,n]),Vt("div",{css:W,"data-testid":`coming-soon-${r.toLowerCase()}-integration`,...i,children:[de(un,{}),de(q,{icon:t,name:e}),de("span",{css:le,title:e,children:e}),Vt(B,{buttonType:"unimportant","data-testid":`team-integration-def-item-${r.toLocaleLowerCase()}`,onClick:p,title:"Edit",role:"link",css:[Ke,Ln(s)],children:[de("strong",{children:"+1"}),de("span",{css:Ss`
|
|
1632
|
+
`})]})]});import{CgCheck as Gs,CgLock as Fs,CgSandClock as Ns}from"react-icons/cg";import{jsx as ot,jsxs as Vt}from"@emotion/react/jsx-runtime";var zn=({text:e="Added"})=>Vt("span",{"data-testid":"integration-icon-installed",css:kn,children:[ot(L,{icon:Gs,iconColor:"currentColor"}),e]}),rt=({text:e="Custom"})=>ot("span",{"data-testid":"integration-is-private",css:et("gray"),children:e}),Dn=({text:e="Premium"})=>Vt("span",{css:et("blue"),children:[ot(L,{icon:Fs,iconColor:"currentColor",size:12}),e]}),An=({text:e="Coming soon"})=>Vt("span",{css:et("blue"),children:[ot(L,{icon:Ns,iconColor:"currentColor",size:12}),e]});import{jsx as Vn}from"@emotion/react/jsx-runtime";var q=({icon:e,name:t,styleType:r="logo",...o})=>{let n=e&&typeof e!="string"?e:null,i={author:Pn,logo:Sn};return e?n?Vn(n,{css:i[r],...o}):Vn("img",{src:e,alt:t,css:i[r],...o}):null};import{jsx as nt,jsxs as Us}from"@emotion/react/jsx-runtime";var M9=({id:e,icon:t,name:r,onEdit:o,isPublic:n,canEdit:i=!1})=>Us("div",{css:$,"data-testid":"configure-integration-container","integration-id":`${e.toLocaleLowerCase()}`,children:[nt(q,{icon:t,name:r,"data-test-id":"integration-logo"}),nt("span",{css:ce,"data-test-id":"integration-card-name",children:r}),n?null:nt(rt,{}),i?nt(E,{buttonType:"unimportant","data-testid":`team-integration-def-item-${e.toLocaleLowerCase()}`,onClick:o,title:"Edit",role:"link",css:tt,children:"Edit"}):null]});import{css as _s}from"@emotion/react";import{useEffect as Xs,useState as qs}from"react";import{CgHeart as Ks}from"react-icons/cg";import{jsx as de,jsxs as $t}from"@emotion/react/jsx-runtime";var B9=({name:e,icon:t,id:r,onUpVoteClick:o,timing:n=1e3,...i})=>{let[s,c]=qs(!1),p=()=>{c(d=>!d),o()};return Xs(()=>{if(s){let d=setTimeout(()=>c(!1),n);return()=>{clearTimeout(d)}}},[s,c,n]),$t("div",{css:$,"data-testid":`coming-soon-${r.toLowerCase()}-integration`,...i,children:[de(An,{}),de(q,{icon:t,name:e}),de("span",{css:ce,title:e,children:e}),$t(E,{buttonType:"unimportant","data-testid":`team-integration-def-item-${r.toLocaleLowerCase()}`,onClick:p,title:"Edit",role:"link",css:[tt,Hn(s)],children:[de("strong",{children:"+1"}),de("span",{css:_s`
|
|
1594
1633
|
text-transform: uppercase;
|
|
1595
1634
|
color: var(--gray-500);
|
|
1596
|
-
`,children:"(I want this)"})
|
|
1597
|
-
position: relative;
|
|
1598
|
-
width: 50px;
|
|
1599
|
-
margin-bottom: var(--spacing-base);
|
|
1600
|
-
`,$t=Mn`
|
|
1601
|
-
position: absolute;
|
|
1602
|
-
inset: 0;
|
|
1603
|
-
margin: auto;
|
|
1604
|
-
max-width: 26px;
|
|
1605
|
-
max-height: 26px;
|
|
1606
|
-
`;import{jsx as pe,jsxs as Wt}from"@emotion/react/jsx-runtime";var In=({icon:e,name:t,...r})=>{let o=e&&typeof e!="string"?e:null;return Wt("div",{css:wn,children:[Wt("svg",{width:"49",height:"57",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:"img",children:[pe("path",{d:"m24.367 1.813 22.786 13.322V41.78L24.367 55.102 1.581 41.78V15.135L24.367 1.814Z",fill:"#fff",stroke:"url(#a)",strokeWidth:"2"}),pe("defs",{children:Wt("linearGradient",{id:"a",x1:"41.353",y1:"49.107",x2:"8.048",y2:"4.478",gradientUnits:"userSpaceOnUse",children:[pe("stop",{stopColor:"#1768B2"}),pe("stop",{offset:"1",stopColor:"#B3EFE4"})]})})]}),o?pe(o,{role:"img",css:$t,...r}):pe("img",{src:e,alt:t,"data-test-id":"integration-modal-icon",css:$t,...r})]})};import{css as je}from"@emotion/react";var Tn=je`
|
|
1635
|
+
`,children:"(I want this)"}),$t("span",{"aria-hidden":!s,children:[de(L,{icon:Ks,iconColor:"currentColor",size:18}),"Thanks!"]})]})]})};import{css as at}from"@emotion/react";var $n=at`
|
|
1607
1636
|
align-items: center;
|
|
1608
1637
|
box-sizing: border-box;
|
|
1609
1638
|
border-radius: var(--rounded-base);
|
|
@@ -1629,74 +1658,152 @@ to {
|
|
|
1629
1658
|
margin: unset;
|
|
1630
1659
|
}
|
|
1631
1660
|
}
|
|
1632
|
-
`,
|
|
1661
|
+
`,Wn=at`
|
|
1633
1662
|
width: 10rem;
|
|
1634
1663
|
height: 4rem;
|
|
1635
1664
|
margin: 0 auto;
|
|
1636
|
-
`,
|
|
1665
|
+
`,On=at`
|
|
1637
1666
|
width: 5rem;
|
|
1638
1667
|
height: var(--spacing-sm);
|
|
1639
1668
|
margin: var(--spacing-sm) 0;
|
|
1640
|
-
`,
|
|
1669
|
+
`,Wt=at`
|
|
1641
1670
|
animation: ${lr} 1s linear infinite alternate;
|
|
1642
1671
|
border-radius: var(--rounded-base);
|
|
1643
|
-
`;import{Fragment as
|
|
1672
|
+
`;import{Fragment as Js,jsx as Ot,jsxs as Ys}from"@emotion/react/jsx-runtime";var W9=({count:e=1})=>{let t=Array.from(Array(e).keys());return Ot(Js,{children:t.map(r=>Ys("div",{css:$n,children:[Ot("div",{css:[Wn,Wt],role:"presentation"}),Ot("div",{css:[On,Wt]})]},r))})};import{css as Gn}from"@emotion/react";var Fn=Gn`
|
|
1673
|
+
position: relative;
|
|
1674
|
+
width: 50px;
|
|
1675
|
+
margin-bottom: var(--spacing-base);
|
|
1676
|
+
`,Gt=Gn`
|
|
1677
|
+
position: absolute;
|
|
1678
|
+
inset: 0;
|
|
1679
|
+
margin: auto;
|
|
1680
|
+
max-width: 26px;
|
|
1681
|
+
max-height: 26px;
|
|
1682
|
+
`;import{jsx as pe,jsxs as Ft}from"@emotion/react/jsx-runtime";var Nn=({icon:e,name:t,...r})=>{let o=e&&typeof e!="string"?e:null;return Ft("div",{css:Fn,children:[Ft("svg",{width:"49",height:"57",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:"img",children:[pe("path",{d:"m24.367 1.813 22.786 13.322V41.78L24.367 55.102 1.581 41.78V15.135L24.367 1.814Z",fill:"#fff",stroke:"url(#a)",strokeWidth:"2"}),pe("defs",{children:Ft("linearGradient",{id:"a",x1:"41.353",y1:"49.107",x2:"8.048",y2:"4.478",gradientUnits:"userSpaceOnUse",children:[pe("stop",{stopColor:"#1768B2"}),pe("stop",{offset:"1",stopColor:"#B3EFE4"})]})})]}),o?pe(o,{role:"img",css:Gt,...r}):pe("img",{src:e,alt:t,"data-test-id":"integration-modal-icon",css:Gt,...r})]})};import{jsx as Le,jsxs as Qs}from"@emotion/react/jsx-runtime";var K9=({id:e,icon:t,name:r,requiedEntitlement:o,onAddIntegration:n,isPublic:i,isInstalled:s,authorIcon:c,...p})=>Qs("button",{type:"button","data-testid":`add-${e.toLowerCase()}-integration-button`,css:$,onClick:n,"aria-label":r,...p,children:[Le(q,{icon:t,name:r}),Le("span",{css:ce,title:r,children:r}),s?Le(zn,{}):null,o&&i?Le(Dn,{}):null,i?null:Le(rt,{}),c?Le(q,{icon:c,name:r}):null]});import{css as Un}from"@emotion/react";var _n=Un`
|
|
1683
|
+
background: var(--brand-secondary-2);
|
|
1684
|
+
padding: var(--spacing-base);
|
|
1685
|
+
margin-bottom: var(--spacing-lg);
|
|
1686
|
+
`,Xn=Un`
|
|
1687
|
+
display: grid;
|
|
1688
|
+
grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
|
|
1689
|
+
gap: var(--spacing-base);
|
|
1690
|
+
`;import{jsx as qn}from"@emotion/react/jsx-runtime";var el=({children:e,...t})=>qn("div",{css:_n,...t,children:qn("div",{css:Xn,children:e})});import{css as ge}from"@emotion/react";var Kn=ge`
|
|
1644
1691
|
position: absolute;
|
|
1645
1692
|
top: 0;
|
|
1646
1693
|
left: 0;
|
|
1647
|
-
`,
|
|
1694
|
+
`,Yn=ge`
|
|
1648
1695
|
align-items: center;
|
|
1649
1696
|
display: flex;
|
|
1650
1697
|
gap: var(--spacing-sm);
|
|
1651
1698
|
margin: 0 0 var(--spacing-md);
|
|
1652
1699
|
position: relative;
|
|
1653
|
-
`,
|
|
1700
|
+
`,Jn=ge`
|
|
1654
1701
|
align-items: center;
|
|
1655
1702
|
display: flex;
|
|
1656
1703
|
gap: var(--spacing-base);
|
|
1657
|
-
`,
|
|
1704
|
+
`,Qn=ge`
|
|
1658
1705
|
margin-top: 0;
|
|
1659
|
-
`,
|
|
1706
|
+
`,jn=ge`
|
|
1660
1707
|
margin-bottom: var(--spacing-base);
|
|
1661
|
-
`,
|
|
1708
|
+
`,ea=ge`
|
|
1662
1709
|
position: relative;
|
|
1663
1710
|
z-index: var(--z-10);
|
|
1664
|
-
`;import{Fragment as zs,jsx as k,jsxs as Se}from"@emotion/react/jsx-runtime";var Es=({...e})=>Se("svg",{width:"236",height:"130",viewBox:"0 0 236 130",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[k("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M-217.51 129.423L-217.349 129.517L-217.349 129.33L-195.025 116.432L-194.865 116.34L-194.704 116.432L-194.704 116.246L-172.219 103.255L-172.059 103.347L-172.059 103.162L-171.897 103.069L-172.059 102.976L-172.059 77.1784L-149.735 90.0769L-149.735 90.2627L-149.735 116.06L-149.896 116.153L-149.735 116.246L-149.735 116.432L-149.574 116.339L-127.09 129.33L-127.09 129.517L-126.929 129.423L-126.768 129.517L-126.768 129.33L-104.284 116.339L-104.123 116.432L-104.123 116.246L-103.962 116.153L-104.123 116.06L-104.123 90.2627L-81.96 103.069L-81.9607 103.069L-81.7998 103.162L-81.7998 103.347L-81.7998 129.517L-58.9935 116.339L-58.8326 116.432L-58.8326 116.246L-58.6717 116.153L-58.8326 116.06L-58.8326 90.2627L-58.8326 90.0769L-36.3485 77.0857L-36.1876 77.1788L-36.1876 76.9926L-36.0267 76.8995L-36.1876 76.8068L-36.1876 51.0099L-36.1876 50.8237L-13.8644 37.9256L-13.7031 37.8325L-13.5425 37.9256L-13.5425 37.7397L9.26375 24.5621L-13.3813 11.4778L8.781 -1.32792L8.781 -1.3276L8.94192 -1.42068L9.10284 -1.3276L9.10284 -1.32792L31.4263 11.5705L31.4263 11.7564L31.4263 37.3674L31.4263 37.5536L8.94191 50.5448L8.781 50.4517L8.781 50.6379L8.62008 50.7306L8.781 50.8237L8.78099 76.6209L8.78099 76.8068L8.62008 76.8995L8.78099 76.9926L8.78099 77.1788L8.78099 102.79L8.78099 102.976L-14.025 116.153L8.78099 129.33L8.78099 129.517L8.94191 129.423L9.10282 129.517L9.10282 129.33L31.5869 116.339L31.7482 116.432L54.0714 129.33L54.0714 129.517L54.2323 129.424L54.3932 129.517L54.3932 129.33L76.7164 116.432L99.5233 103.255L99.6836 103.347L99.6836 103.162L99.8445 103.069L99.6836 102.976L99.6836 76.9926L99.8445 76.8995L99.6836 76.8068L99.6836 76.6209L99.5227 76.7137L77.1992 63.8149L99.3618 51.0099L99.5227 50.9168L99.6836 51.0099L99.6836 50.8237L122.007 37.9256L122.168 37.8325L122.329 37.9256L144.491 50.7306L121.846 63.8149L144.652 76.9926L144.652 77.1788L144.813 77.0857L144.974 77.1788L144.974 76.9926L167.297 64.0939L167.297 64.0942L167.458 64.0011L167.619 64.0942L167.619 64.0939L190.264 77.1788L190.264 51.0099L190.264 50.8237L190.425 50.7307L190.264 50.6379L190.264 50.4517L190.264 24.6552L212.748 11.6633L212.909 11.7564L212.909 11.5705L213.07 11.4778L212.909 11.3847L212.909 -14.4122L212.909 -14.5984L235.394 -27.5896L235.554 -27.4965L235.554 -27.6826L235.715 -27.7757L235.554 -27.8685L235.554 -53.6657L235.554 -53.8515L235.715 -53.9443L235.554 -54.0374L235.554 -54.2235L235.554 -80.0201L235.715 -80.1132L235.554 -80.2063L235.554 -80.3921L235.394 -80.299L212.909 -93.2909L212.909 -93.4767L212.909 -119.645L190.264 -106.561L190.103 -106.468L189.943 -106.561L167.619 -119.459L167.619 -119.645L167.458 -119.552L167.297 -119.645L167.297 -119.459L144.974 -106.561L144.813 -106.468L144.652 -106.561L122.007 -119.645L122.007 -93.4767L122.007 -93.2909L99.6836 -80.3921L99.5227 -80.2994L99.3618 -80.3921L77.0386 -93.2909L77.0386 -93.4767L76.8773 -93.384L76.7164 -93.4767L76.7164 -93.2909L54.3932 -80.3921L54.2323 -80.2994L54.0714 -80.3921L31.7482 -93.2909L31.7482 -93.4768L31.7482 -119.645L9.10285 -106.561L9.10285 -132.358L9.26376 -132.451L9.10285 -132.544L9.10285 -132.73L8.94193 -132.637L-13.5425 -145.628L-13.5425 -145.814L-13.7031 -145.721L-13.8643 -145.814L-13.8643 -145.628L-36.1876 -132.73L-36.1876 -132.73L-36.3484 -132.637L-36.509 -132.73L-36.509 -132.73L-58.8326 -145.628L-58.8326 -145.814L-58.8326 -171.611L-58.6717 -171.704L-58.8326 -171.797L-58.8326 -171.983L-58.9935 -171.89L-73.9236 -180.517L-74.5672 -180.517L-59.3153 -171.704L-70.3966 -165.302L-81.4776 -158.899L-81.4776 -180.517L-81.7998 -180.517L-81.7998 -158.899L-92.8807 -165.302L-103.962 -171.704L-88.7101 -180.517L-89.3538 -180.517L-104.284 -171.89L-104.445 -171.983L-104.445 -171.797L-104.606 -171.704L-104.445 -171.611L-104.445 -145.628L-126.929 -132.637L-127.09 -132.73L-127.09 -132.544L-127.251 -132.451L-127.09 -132.358L-127.09 -106.561L-127.09 -106.375L-127.251 -106.282L-127.09 -106.189L-127.09 -106.003L-127.09 -80.2063L-127.251 -80.1132L-127.09 -80.0202L-127.09 -79.834L-126.929 -79.9271L-104.606 -67.0289L-126.768 -54.2233L-126.768 -54.2236L-126.929 -54.1305L-127.09 -54.2236L-127.09 -54.2233L-149.413 -67.1217L-149.413 -67.3079L-149.574 -67.2148L-149.735 -67.3079L-149.735 -67.1217L-172.059 -54.2233L-172.059 -54.2236L-172.219 -54.1305L-172.381 -54.2236L-172.381 -54.2233L-194.704 -67.1217L-194.704 -67.3079L-194.865 -67.2148L-195.025 -67.3079L-195.025 -67.3076L-217.349 -80.2063L-217.349 -80.3922L-217.349 -106.003L-217.349 -106.189L-194.865 -119.181L-194.704 -119.088L-194.704 -119.273L-194.543 -119.366L-194.704 -119.459L-194.704 -145.256L-194.704 -145.442L-194.543 -145.535L-194.704 -145.628L-194.704 -145.814L-194.704 -171.611L-194.543 -171.704L-194.704 -171.797L-194.704 -171.983L-194.865 -171.89L-209.795 -180.517L-210.438 -180.517L-195.186 -171.704L-206.267 -165.302L-217.349 -158.899L-217.349 -180.517L-217.671 -180.517L-217.671 -158.899L-228.752 -165.302L-235.897 -169.43L-235.897 -169.058L-228.913 -165.022L-217.832 -158.62L-228.913 -152.217L-235.897 -148.182L-235.897 -147.81L-228.752 -151.938L-217.671 -158.34L-217.671 -132.73L-228.752 -139.133L-235.897 -143.261L-235.897 -142.889L-228.913 -138.854L-217.832 -132.451L-228.913 -126.048L-235.897 -122.013L-235.897 -121.641L-228.752 -125.769L-217.671 -132.172L-217.671 -106.561L-228.752 -112.964L-235.897 -117.092L-235.897 -116.72L-228.913 -112.684L-217.832 -106.282L-228.913 -99.8795L-235.897 -95.8441L-235.897 -95.4721L-228.752 -99.6002L-217.671 -106.003L-217.671 -80.3922L-228.752 -86.7952L-235.897 -90.9233L-235.897 -90.5513L-228.913 -86.5159L-217.832 -80.1132L-228.913 -73.7106L-235.897 -69.6752L-235.897 -69.3032L-228.752 -73.4316L-217.671 -79.834L-217.671 -54.2236L-228.752 -60.626L-235.897 -64.7544L-235.897 -64.3824L-228.913 -60.3473L-217.832 -53.9443L-235.897 -43.5063L-235.897 -43.1343L-217.671 -53.6657L-217.671 -28.0547L-217.671 -27.8685L-217.832 -27.7758L-217.671 -27.6827L-217.671 -27.4965L-217.671 -1.69994L-217.832 -1.60687L-217.671 -1.51378L-217.671 -1.32762L-217.51 -1.4207L-195.186 11.4778L-217.349 24.2831L-217.349 24.2828L-217.51 24.3759L-217.671 24.2828L-217.671 24.469L-235.897 35.0001L-235.897 35.3721L-217.671 24.8406L-217.671 50.4517L-228.752 44.049L-235.897 39.9209L-235.897 40.2929L-228.913 44.3283L-217.832 50.7306L-228.913 57.1333L-235.897 61.1687L-235.897 61.5407L-228.752 57.4125L-217.671 51.0099L-217.671 76.6209L-228.752 70.2176L-235.897 66.0895L-235.897 66.4615L-228.913 70.4968L-217.832 76.8995L-235.897 87.3376L-235.897 87.7096L-217.671 77.1784L-217.671 77.1788L-217.671 102.79L-217.671 102.976L-235.897 113.507L-235.897 113.879L-217.671 103.348L-217.671 128.958L-235.897 118.428L-235.897 118.8L-217.671 129.33L-217.671 129.517L-217.51 129.423ZM-206.267 109.751L-195.186 116.153L-217.349 128.958L-217.349 103.348L-206.267 109.751ZM-127.09 128.958L-149.252 116.153L-138.171 109.751L-127.09 103.348L-127.09 128.958ZM-115.687 109.751L-104.606 116.153L-126.768 128.958L-126.768 103.348L-115.687 109.751ZM-70.3966 109.751L-59.3153 116.153L-81.4776 128.958L-81.4776 103.348L-70.3966 109.751ZM8.78099 128.958L-13.3813 116.153L8.78099 103.348L8.78099 128.958ZM20.1838 109.751L31.2654 116.153L9.10282 128.958L9.10283 103.348L20.1838 109.751ZM54.0714 128.958L31.9088 116.153L54.0714 103.348L54.0714 128.958ZM76.5555 116.153L54.3932 128.958L54.3932 103.348L76.5555 116.153ZM-195.025 115.874L-206.107 109.472L-217.188 103.069L-195.025 90.2631L-195.025 115.874ZM-172.541 103.069L-194.704 115.874L-194.704 90.2631L-172.541 103.069ZM-127.251 103.069L-138.332 109.472L-149.413 115.874L-149.413 90.2631L-127.251 103.069ZM-104.445 115.874L-115.526 109.472L-126.607 103.069L-104.445 90.2631L-104.445 115.874ZM-59.1544 115.874L-70.2357 109.472L-81.317 103.069L-59.1544 90.2631L-59.1544 115.874ZM31.4263 115.874L20.345 109.472L9.26406 103.069L31.4263 90.2631L31.4263 115.874ZM54.0714 102.976L31.7482 115.874L31.7482 90.2628L31.7482 90.0769L54.0714 77.1785L54.0714 77.1788L54.2323 77.0857L54.3932 77.1788L54.3932 77.1785L76.7164 90.0769L76.7164 90.2628L76.7164 115.874L54.3932 102.976L54.3932 102.79L54.2323 102.883L54.0714 102.79L54.0714 102.976ZM99.2008 103.069L77.0386 115.874L77.0386 90.2631L99.2008 103.069ZM-195.186 89.9841L-217.349 102.789L-217.349 77.1788L-195.186 89.9841ZM-172.381 102.789L-194.543 89.9841L-172.381 77.1788L-172.381 102.789ZM-127.09 102.789L-149.252 89.9841L-138.171 83.5811L-127.09 77.1788L-127.09 102.789ZM-115.687 83.5811L-104.606 89.9841L-126.768 102.789L-126.768 77.1788L-115.687 83.5811ZM-81.7998 102.789L-103.962 89.9841L-92.8807 83.5811L-81.7998 77.1788L-81.7998 102.789ZM-70.3966 83.5811L-59.3153 89.9841L-81.4776 102.789L-81.4776 77.1788L-70.3966 83.5811ZM20.1838 83.5811L31.2654 89.9841L9.10283 102.789L9.10283 77.1788L20.1838 83.5811ZM99.3618 102.789L77.1992 89.9842L88.2805 83.5811L99.3618 77.1788L99.3618 102.789ZM-172.381 76.8068L-194.865 89.798L-217.188 76.8995L-195.025 64.0938L-195.025 64.0942L-194.865 64.0011L-194.704 64.0942L-194.704 63.908L-172.381 51.0099L-172.381 76.8068ZM-149.735 89.7049L-171.897 76.8995L-160.817 70.4968L-149.735 64.0942L-149.735 89.7049ZM-138.332 70.4968L-127.251 76.8995L-138.332 83.3025L-149.413 89.7049L-149.413 64.0942L-138.332 70.4968ZM-104.445 89.7049L-115.526 83.3025L-126.607 76.8995L-115.526 70.4968L-104.445 64.0942L-104.445 89.7049ZM-93.042 70.4968L-81.9607 76.8995L-93.042 83.3025L-104.123 89.7049L-104.123 64.0942L-93.042 70.4968ZM-59.1544 89.7049L-70.2357 83.3025L-81.317 76.8995L-70.2357 70.4968L-59.1544 64.0942L-59.1544 89.7049ZM-47.7513 70.4968L-36.6703 76.8995L-58.8326 89.7049L-58.8326 64.0942L-47.7513 70.4968ZM31.4263 89.7049L20.345 83.3025L9.26406 76.8995L20.345 70.4969L31.4263 64.0942L31.4263 89.7049ZM42.8292 70.4969L53.9105 76.8995L31.7482 89.7049L31.7482 64.0942L42.8292 70.4969ZM76.7164 89.7049L54.5541 76.8995L65.6351 70.4969L76.7164 64.0942L76.7164 89.7049ZM99.2008 76.8995L88.1195 83.3025L77.0386 89.7049L77.0386 64.0942L99.2008 76.8995ZM-206.267 57.4125L-195.186 63.8149L-217.349 76.6209L-217.349 51.0099L-206.267 57.4125ZM-149.896 63.8149L-160.977 70.2176L-172.059 76.6209L-172.059 51.0099L-149.896 63.8149ZM-127.09 76.6209L-138.171 70.2176L-149.252 63.8149L-127.09 51.0099L-127.09 76.6209ZM-115.687 57.4125L-104.606 63.8149L-115.687 70.2176L-126.768 76.6209L-126.768 51.0099L-115.687 57.4125ZM-81.7998 76.6209L-92.8807 70.2176L-103.962 63.8149L-92.8807 57.4126L-81.7998 51.0099L-81.7998 76.6209ZM-70.3966 57.4126L-59.3153 63.8149L-70.3966 70.2176L-81.4776 76.6209L-81.4776 51.0099L-70.3966 57.4126ZM-36.5091 76.6209L-47.5907 70.2176L-58.6717 63.8149L-47.5907 57.4126L-36.5091 51.0099L-36.5091 76.6209ZM20.1838 57.4126L31.2654 63.8149L20.1838 70.2176L9.10283 76.6209L9.10283 51.0099L20.1838 57.4126ZM54.0714 76.6209L42.9904 70.2176L31.9091 63.8149L42.9904 57.4126L54.0714 51.0099L54.0714 76.6209ZM65.4745 57.4126L76.5555 63.8149L65.4745 70.2176L54.3932 76.6209L54.3932 51.0099L65.4745 57.4126ZM144.652 76.6209L122.49 63.8149L144.652 51.0099L144.652 76.6209ZM156.055 57.4126L167.136 63.8149L144.974 76.6209L144.974 51.0099L156.055 57.4126ZM189.943 76.621L167.78 63.8149L178.861 57.4126L189.943 51.0099L189.943 76.621ZM-127.09 -1.51377L-127.09 -1.32761L-127.09 24.2828L-127.09 24.469L-127.251 24.562L-127.09 24.6548L-127.09 24.8406L-127.09 50.4517L-127.09 50.6379L-149.413 63.536L-149.574 63.6291L-149.735 63.536L-171.897 50.7306L-149.574 37.8325L-149.413 37.9256L-149.413 37.7394L-149.252 37.6467L-149.413 37.5536L-149.413 11.7564L-149.413 11.5705L-149.252 11.4778L-149.413 11.3847L-149.413 11.1985L-149.413 -14.4125L-127.09 -1.51377ZM-195.025 63.536L-206.107 57.1333L-217.188 50.7306L-206.107 44.3283L-195.025 37.9256L-195.025 63.536ZM-183.622 44.3283L-172.541 50.7306L-194.704 63.536L-194.704 37.9256L-183.622 44.3283ZM-104.445 63.536L-115.526 57.1333L-126.607 50.7306L-115.526 44.3283L-104.445 37.9256L-104.445 63.536ZM-93.042 44.3283L-81.9607 50.7306L-93.042 57.1333L-104.123 63.536L-104.123 37.9256L-93.042 44.3283ZM-59.1544 63.536L-70.2357 57.1333L-81.317 50.7306L-70.2357 44.3283L-59.1544 37.9256L-59.1544 63.536ZM-47.7513 44.3283L-36.6703 50.7306L-47.7513 57.1333L-58.8326 63.536L-58.8326 37.9256L-47.7513 44.3283ZM31.4263 63.536L20.345 57.1333L9.26406 50.7306L31.4263 37.9256L31.4263 63.536ZM42.8292 44.3283L53.9105 50.7306L42.8292 57.1333L31.7482 63.536L31.7482 37.9256L42.8292 44.3283ZM76.7164 63.536L65.6351 57.1333L54.5541 50.7306L76.7164 37.9256L76.7164 63.536ZM88.1195 44.3283L99.2008 50.7306L77.0386 63.536L77.0386 37.9256L88.1195 44.3283ZM167.297 63.536L156.216 57.1333L145.135 50.7306L156.216 44.3283L167.297 37.9256L167.297 63.536ZM178.7 44.3283L189.781 50.7307L178.7 57.1333L167.619 63.536L167.619 37.9256L178.7 44.3283ZM-206.267 31.2436L-195.186 37.6466L-206.267 44.049L-217.349 50.4517L-217.349 24.8406L-206.267 31.2436ZM-172.381 50.4517L-183.462 44.049L-194.543 37.6466L-183.462 31.2436L-172.381 24.8406L-172.381 50.4517ZM-160.977 31.2436L-149.896 37.6467L-172.059 50.4517L-172.059 24.8406L-160.977 31.2436ZM-115.687 31.2437L-104.606 37.6467L-115.687 44.049L-126.768 50.4517L-126.768 24.8406L-115.687 31.2437ZM-81.7998 50.4517L-92.8807 44.049L-103.962 37.6467L-92.8807 31.2437L-81.7998 24.8406L-81.7998 50.4517ZM-70.3966 31.2437L-59.3153 37.6467L-70.3966 44.049L-81.4776 50.4517L-81.4776 24.8406L-70.3966 31.2437ZM-36.5091 50.4517L-47.5907 44.049L-58.6717 37.6467L-47.5907 31.2437L-36.5091 24.8407L-36.5091 50.4517ZM-25.1063 31.2437L-14.025 37.6467L-36.1876 50.4517L-36.1876 24.8407L-25.1063 31.2437ZM54.0714 50.4517L42.9904 44.049L31.9091 37.6467L42.9904 31.2437L54.0714 24.8407L54.0714 50.4517ZM76.7164 37.3674L76.7164 37.5536L54.3932 50.4517L54.3932 24.8407L54.3932 24.6551L76.7164 11.7564L76.7164 37.3674ZM99.3618 50.4517L88.2805 44.049L77.1992 37.6467L88.2805 31.2437L99.3618 24.8407L99.3618 50.4517ZM110.765 31.2437L121.846 37.6467L99.6836 50.4517L99.6836 24.8407L110.765 31.2437ZM144.652 50.4517L122.49 37.6467L133.571 31.2437L144.652 24.8407L144.652 50.4517ZM167.136 37.6467L156.055 44.049L144.974 50.4517L144.974 24.8407L167.136 37.6467ZM189.943 50.4517L178.861 44.049L167.78 37.6467L189.943 24.8407L189.943 50.4517ZM189.943 -1.3279L189.943 24.469L167.619 37.3674L167.458 37.4605L167.297 37.3674L145.135 24.5621L167.297 11.7564L167.458 11.6636L167.619 11.7564L167.619 11.5705L189.943 -1.3279ZM-195.025 37.3674L-206.107 30.9647L-217.188 24.562L-195.025 11.7564L-195.025 37.3674ZM-183.622 18.1594L-172.541 24.562L-183.622 30.9647L-194.704 37.3674L-194.704 11.7564L-183.622 18.1594ZM-149.735 37.3674L-160.817 30.9647L-171.897 24.562L-160.817 18.1594L-149.735 11.7564L-149.735 37.3674ZM-104.445 37.3674L-115.526 30.9647L-126.607 24.562L-115.526 18.1594L-104.445 11.7564L-104.445 37.3674ZM-93.042 18.1594L-81.9607 24.562L-93.042 30.9647L-104.123 37.3674L-104.123 11.7564L-93.042 18.1594ZM-59.1544 37.3674L-70.2357 30.9647L-81.317 24.562L-70.2357 18.1594L-59.1544 11.7564L-59.1544 37.3674ZM-47.7513 18.1594L-36.6703 24.5621L-47.7513 30.9647L-58.8326 37.3674L-58.8326 11.7564L-47.7513 18.1594ZM-13.8644 37.3674L-24.9453 30.9647L-36.0263 24.5621L-24.9453 18.1594L-13.8644 11.7564L-13.8644 37.3674ZM8.62008 24.5621L-13.5425 37.3674L-13.5425 11.7564L8.62008 24.5621ZM42.8292 18.1594L53.9105 24.5621L42.8292 30.9647L31.7482 37.3674L31.7482 11.7564L42.8292 18.1594ZM88.1195 18.1594L99.2008 24.5621L88.1195 30.9647L77.0386 37.3674L77.0386 11.7564L88.1195 18.1594ZM122.007 37.3674L110.925 30.9648L99.8445 24.5621L110.925 18.1594L122.007 11.7564L122.007 37.3674ZM133.41 18.1594L144.491 24.5621L133.41 30.9648L122.329 37.3674L122.329 11.7564L133.41 18.1594ZM-172.381 24.2828L-183.462 17.8804L-194.543 11.4778L-183.462 5.07475L-172.381 -1.32762L-172.381 24.2828ZM-160.977 5.07475L-149.896 11.4778L-160.977 17.8804L-172.059 24.2828L-172.059 -1.32762L-160.977 5.07475ZM-115.687 5.07475L-104.606 11.4778L-115.687 17.8804L-126.768 24.2828L-126.768 -1.32761L-115.687 5.07475ZM-81.7998 24.2828L-92.8807 17.8804L-103.962 11.4778L-92.8807 5.07475L-81.7998 -1.32761L-81.7998 24.2828ZM-70.3966 5.07476L-59.3153 11.4778L-70.3966 17.8804L-81.4776 24.2828L-81.4776 -1.32761L-70.3966 5.07476ZM-36.5091 24.2828L-47.5907 17.8804L-58.6717 11.4778L-47.5907 5.07476L-36.5091 -1.3276L-36.5091 24.2828ZM-25.1063 5.07476L-14.0253 11.4778L-25.1063 17.8804L-36.1876 24.2828L-36.1876 -1.3276L-25.1063 5.07476ZM54.0714 24.2828L42.9904 17.8805L31.9091 11.4778L42.9904 5.07477L54.0714 -1.3276L54.0714 24.2828ZM65.4745 5.07477L76.5555 11.4778L54.3932 24.2828L54.3932 -1.3276L65.4745 5.07477ZM99.3618 24.2828L88.2805 17.8805L77.1992 11.4778L88.2805 5.07477L99.3618 -1.32759L99.3618 24.2828ZM110.765 5.07477L121.846 11.4778L110.765 17.8805L99.6836 24.2828L99.6836 -1.32759L110.765 5.07477ZM144.652 24.2828L133.571 17.8805L122.49 11.4778L133.571 5.07477L144.652 -1.32759L144.652 24.2828ZM156.055 5.07478L167.136 11.4778L144.974 24.2828L144.974 -1.32759L156.055 5.07478ZM201.345 5.07478L212.426 11.4778L190.264 24.2828L190.264 -1.32759L201.345 5.07478ZM-195.025 11.1985L-217.188 -1.60687L-206.107 -8.00954L-195.025 -14.4122L-195.025 11.1985ZM-183.622 -8.00954L-172.541 -1.60686L-183.622 4.79614L-194.704 11.1985L-194.704 -14.4122L-183.622 -8.00954ZM-149.735 11.1985L-160.816 4.79615L-171.897 -1.60686L-160.816 -8.00954L-149.735 -14.4122L-149.735 11.1985ZM-104.445 11.1985L-115.526 4.79615L-126.607 -1.60686L-115.526 -8.00954L-104.445 -14.4122L-104.445 11.1985ZM-93.042 -8.00953L-81.9607 -1.60685L-93.042 4.79615L-104.123 11.1985L-104.123 -14.4122L-93.042 -8.00953ZM-59.1544 11.1985L-70.2357 4.79615L-81.317 -1.60685L-70.2357 -8.00953L-59.1544 -14.4122L-59.1544 11.1985ZM-47.7513 -8.00953L-36.6703 -1.60685L-47.7513 4.79616L-58.8326 11.1985L-58.8326 -14.4122L-47.7513 -8.00953ZM-13.8644 11.1985L-24.9453 4.79616L-36.0263 -1.60685L-24.9453 -8.00953L-13.8644 -14.4122L-13.8644 11.1985ZM-2.4609 -8.00953L8.62008 -1.60685L-13.5425 11.1985L-13.5425 -14.4122L-2.4609 -8.00953ZM31.4263 11.1985L9.26407 -1.60685L20.345 -8.00952L31.4263 -14.4122L31.4263 11.1985ZM42.8292 -8.00952L53.9105 -1.60684L42.8292 4.79616L31.7482 11.1985L31.7482 -14.4122L42.8292 -8.00952ZM76.7164 11.1985L65.6351 4.79617L54.5541 -1.60684L76.7164 -14.4122L76.7164 11.1985ZM88.1195 -8.00952L99.2008 -1.60684L88.1195 4.79617L77.0386 11.1985L77.0386 -14.4122L88.1195 -8.00952ZM122.007 11.1985L110.925 4.79617L99.8445 -1.60684L110.925 -8.00952L122.007 -14.4122L122.007 11.1985ZM133.41 -8.00951L144.491 -1.60683L133.41 4.79617L122.329 11.1985L122.329 -14.4122L133.41 -8.00951ZM167.297 11.1985L156.216 4.79617L145.135 -1.60683L156.216 -8.00951L167.297 -14.4122L167.297 11.1985ZM178.7 -8.00951L189.781 -1.60683L167.619 11.1985L167.619 -14.4122L178.7 -8.00951ZM212.588 11.1985L201.507 4.79618L190.425 -1.60683L201.507 -8.00951L212.588 -14.4122L212.588 11.1985ZM-206.267 -21.0938L-195.186 -14.6915L-206.267 -8.28879L-217.349 -1.88578L-217.349 -27.4965L-206.267 -21.0938ZM-172.381 -1.88578L-183.462 -8.28879L-194.543 -14.6915L-183.462 -21.0938L-172.381 -27.4965L-172.381 -1.88578ZM-160.977 -21.0938L-149.896 -14.6915L-160.977 -8.28878L-172.059 -1.88578L-172.059 -27.4965L-160.977 -21.0938ZM-127.09 -1.88577L-149.252 -14.6915L-138.171 -21.0938L-127.09 -27.4965L-127.09 -1.88577ZM-115.687 -21.0938L-104.606 -14.6915L-115.687 -8.28878L-126.768 -1.88577L-126.768 -27.4965L-115.687 -21.0938ZM-81.7998 -1.88577L-92.8807 -8.28878L-103.962 -14.6915L-92.8807 -21.0938L-81.7998 -27.4965L-81.7998 -1.88577ZM-70.3966 -21.0938L-59.3153 -14.6915L-70.3966 -8.28878L-81.4776 -1.88577L-81.4776 -27.4965L-70.3966 -21.0938ZM-36.5091 -1.88577L-47.5907 -8.28877L-58.6717 -14.6915L-47.5907 -21.0938L-36.5091 -27.4965L-36.5091 -1.88577ZM-14.025 -14.6915L-25.1063 -8.28877L-36.1876 -1.88577L-36.1876 -27.4965L-14.025 -14.6915ZM8.781 -1.88576L-2.3003 -8.28877L-13.3813 -14.6915L8.781 -27.4965L8.781 -1.88576ZM20.1838 -21.0938L31.2654 -14.6915L20.1838 -8.28877L9.10284 -1.88576L9.10284 -27.4965L20.1838 -21.0938ZM54.0714 -1.88576L42.9904 -8.28877L31.9091 -14.6915L42.9904 -21.0938L54.0714 -27.4965L54.0714 -1.88576ZM76.7164 -41.1389L76.7164 -40.9528L76.5555 -40.8597L76.7164 -40.767L76.7164 -40.5811L76.7164 -14.9704L76.7164 -14.7845L54.3932 -1.88576L54.3932 -27.4965L54.3932 -27.6827L54.5541 -27.7757L54.3932 -27.8685L54.3932 -28.0547L54.3932 -53.6657L54.3932 -53.8516L76.7164 -66.75L76.7164 -41.1389ZM99.3618 -1.88575L88.2805 -8.28876L77.1992 -14.6915L88.2805 -21.0938L99.3618 -27.4965L99.3618 -1.88575ZM110.765 -21.0938L121.846 -14.6915L110.765 -8.28876L99.6836 -1.88575L99.6836 -27.4965L110.765 -21.0938ZM144.652 -1.88575L133.571 -8.28876L122.49 -14.6915L133.571 -21.0938L144.652 -27.4965L144.652 -1.88575ZM156.055 -21.0938L167.136 -14.6914L156.055 -8.28876L144.974 -1.88575L144.974 -27.4965L156.055 -21.0938ZM189.943 -1.88575L178.861 -8.28875L167.78 -14.6914L178.861 -21.0938L189.943 -27.4965L189.943 -1.88575ZM201.345 -21.0938L212.426 -14.6914L201.345 -8.28875L190.264 -1.88575L190.264 -27.4965L201.345 -21.0938ZM8.781 -28.0547L8.781 -27.8685L-13.5425 -14.9704L-13.7031 -14.8776L-13.8644 -14.9704L-36.0263 -27.7758L-13.8644 -40.5811L-13.7031 -40.6739L-13.5425 -40.5811L-13.5425 -40.7666L8.78101 -53.6657L8.781 -28.0547ZM-195.025 -14.9704L-206.107 -21.3731L-217.188 -27.7758L-206.107 -34.1781L-195.025 -40.5811L-195.025 -14.9704ZM-183.622 -34.1781L-172.541 -27.7758L-183.622 -21.3731L-194.704 -14.9704L-194.704 -40.5811L-183.622 -34.1781ZM-149.735 -14.9704L-160.816 -21.3731L-171.897 -27.7758L-160.816 -34.1781L-149.735 -40.5811L-149.735 -14.9704ZM-138.332 -34.1781L-127.251 -27.7758L-138.332 -21.3731L-149.413 -14.9704L-149.413 -40.5811L-138.332 -34.1781ZM-104.445 -14.9704L-115.526 -21.3731L-126.607 -27.7758L-115.526 -34.1781L-104.445 -40.5811L-104.445 -14.9704ZM-93.042 -34.1781L-81.9607 -27.7758L-93.042 -21.3731L-104.123 -14.9704L-104.123 -40.5811L-93.042 -34.1781ZM-59.1544 -14.9704L-70.2357 -21.3731L-81.317 -27.7758L-70.2357 -34.1781L-59.1544 -40.5811L-59.1544 -14.9704ZM-47.7513 -34.1781L-36.6703 -27.7758L-47.7513 -21.3731L-58.8326 -14.9704L-58.8326 -40.5811L-47.7513 -34.1781ZM31.4263 -14.9704L20.345 -21.3731L9.26407 -27.7757L20.345 -34.1781L31.4264 -40.5811L31.4263 -14.9704ZM42.8292 -34.1781L53.9105 -27.7757L42.8292 -21.3731L31.7482 -14.9704L31.7482 -40.5811L42.8292 -34.1781ZM88.1195 -34.1781L99.2009 -27.7757L88.1195 -21.373L77.0386 -14.9704L77.0386 -40.5811L88.1195 -34.1781ZM122.007 -14.9704L110.925 -21.373L99.8445 -27.7757L110.925 -34.1781L122.007 -40.5811L122.007 -14.9704ZM144.491 -27.7757L133.41 -21.373L122.329 -14.9704L122.329 -40.5811L144.491 -27.7757ZM167.297 -14.9704L156.216 -21.373L145.135 -27.7757L167.297 -40.5811L167.297 -14.9704ZM178.7 -34.1781L189.781 -27.7757L178.7 -21.373L167.619 -14.9704L167.619 -40.5811L178.7 -34.1781ZM212.588 -14.9704L201.507 -21.373L190.425 -27.7757L201.507 -34.1781L212.588 -40.5811L212.588 -14.9704ZM223.991 -34.1781L235.072 -27.7757L212.909 -14.9704L212.909 -40.5811L223.991 -34.1781ZM144.974 -53.6657L167.136 -40.8597L144.974 -28.0547L144.813 -27.9616L144.652 -28.0547L122.49 -40.8597L144.652 -53.6657L144.813 -53.7585L144.974 -53.6657ZM-206.267 -47.2627L-195.186 -40.8597L-206.267 -34.4574L-217.349 -28.0547L-217.349 -53.6657L-206.267 -47.2627ZM-172.381 -28.0547L-183.462 -34.4574L-194.543 -40.8597L-183.462 -47.2627L-172.381 -53.6657L-172.381 -28.0547ZM-160.977 -47.2627L-149.896 -40.8597L-160.977 -34.4574L-172.059 -28.0547L-172.059 -53.6657L-160.977 -47.2627ZM-127.09 -28.0547L-138.171 -34.4574L-149.252 -40.8597L-138.171 -47.2627L-127.09 -53.6657L-127.09 -28.0547ZM-115.687 -47.2627L-104.606 -40.8597L-115.687 -34.4574L-126.768 -28.0547L-126.768 -53.6657L-115.687 -47.2627ZM-81.7998 -28.0547L-92.8807 -34.4574L-103.962 -40.8597L-92.8807 -47.2627L-81.7998 -53.6657L-81.7998 -28.0547ZM-70.3966 -47.2627L-59.3153 -40.8597L-70.3966 -34.4574L-81.4776 -28.0547L-81.4776 -53.6657L-70.3966 -47.2627ZM-36.5091 -28.0547L-47.5907 -34.4574L-58.6717 -40.8597L-47.5907 -47.2627L-36.5091 -53.6657L-36.5091 -28.0547ZM-25.1063 -47.2627L-14.025 -40.8597L-36.1876 -28.0547L-36.1876 -53.6657L-25.1063 -47.2627ZM20.1838 -47.2627L31.2654 -40.8597L20.1838 -34.4574L9.10284 -28.0547L9.10284 -53.6657L20.1838 -47.2627ZM54.0714 -28.0547L42.9904 -34.4574L31.9091 -40.8597L42.9904 -47.2627L54.0714 -53.6657L54.0714 -28.0547ZM99.3618 -28.0547L88.2805 -34.4573L77.1992 -40.8597L88.2805 -47.2627L99.3618 -53.6657L99.3618 -28.0547ZM110.765 -47.2627L121.846 -40.8597L110.765 -34.4573L99.6836 -28.0547L99.6836 -53.6657L110.765 -47.2627ZM189.943 -28.0546L178.861 -34.4573L167.78 -40.8597L178.861 -47.2627L189.943 -53.6657L189.943 -28.0546ZM201.345 -47.2627L212.426 -40.8597L201.345 -34.4573L190.264 -28.0546L190.264 -53.6657L201.345 -47.2627ZM235.233 -28.0546L224.151 -34.4573L213.07 -40.8597L224.151 -47.2627L235.233 -53.6657L235.233 -28.0546ZM-195.025 -41.139L-206.107 -47.5417L-217.188 -53.9443L-206.107 -60.3473L-195.025 -66.75L-195.025 -41.139ZM-172.541 -53.9443L-183.622 -47.5417L-194.704 -41.139L-194.704 -66.75L-172.541 -53.9443ZM-149.735 -41.139L-160.816 -47.5417L-171.897 -53.9443L-149.735 -66.75L-149.735 -41.139ZM-127.251 -53.9443L-138.332 -47.5417L-149.413 -41.139L-149.413 -66.75L-127.251 -53.9443ZM-104.445 -41.139L-115.526 -47.5417L-126.607 -53.9443L-104.445 -66.75L-104.445 -41.139ZM-93.042 -60.3473L-81.9607 -53.9443L-93.042 -47.5417L-104.123 -41.139L-104.123 -66.75L-93.042 -60.3473ZM-59.1544 -41.139L-70.2357 -47.5416L-81.317 -53.9443L-70.2357 -60.3473L-59.1544 -66.75L-59.1544 -41.139ZM-36.6703 -53.9443L-47.7513 -47.5416L-58.8326 -41.139L-58.8326 -66.75L-36.6703 -53.9443ZM-13.8644 -41.139L-24.9453 -47.5416L-36.0263 -53.9443L-24.9453 -60.3473L-13.8644 -66.75L-13.8644 -41.139ZM-2.4609 -60.3473L8.62009 -53.9443L-13.5425 -41.139L-13.5425 -66.75L-2.4609 -60.3473ZM31.4264 -41.1389L20.345 -47.5416L9.26407 -53.9443L20.345 -60.3473L31.4264 -66.75L31.4264 -41.1389ZM42.8292 -60.3473L53.9105 -53.9443L42.8292 -47.5416L31.7482 -41.1389L31.7482 -66.75L42.8292 -60.3473ZM88.1196 -60.3473L99.2009 -53.9443L88.1195 -47.5416L77.0386 -41.1389L77.0386 -66.75L88.1196 -60.3473ZM122.007 -41.1389L110.925 -47.5416L99.8445 -53.9443L110.925 -60.3473L122.007 -66.75L122.007 -41.1389ZM133.41 -60.3473L144.491 -53.9443L122.329 -41.1389L122.329 -66.75L133.41 -60.3473ZM167.297 -41.1389L145.135 -53.9443L156.216 -60.3473L167.297 -66.75L167.297 -41.1389ZM189.781 -53.9443L178.7 -47.5416L167.619 -41.1389L167.619 -66.75L189.781 -53.9443ZM212.588 -41.1389L201.507 -47.5416L190.425 -53.9443L212.588 -66.75L212.588 -41.1389ZM223.991 -60.3473L235.072 -53.9443L223.991 -47.5416L212.909 -41.1389L212.909 -66.75L223.991 -60.3473ZM190.103 -54.1305L189.943 -54.2236L189.943 -54.2232L167.619 -67.1217L167.619 -67.3078L167.619 -92.9189L189.943 -80.0201L189.943 -79.834L190.103 -79.927L190.264 -79.834L190.264 -79.8343L212.426 -67.0289L190.264 -54.2232L190.264 -54.2236L190.103 -54.1305ZM-36.5091 -80.3921L-36.5091 -80.2063L-36.6703 -80.1132L-36.5091 -80.0202L-36.5091 -79.834L-36.5091 -54.2233L-58.8326 -67.1217L-58.8326 -67.3079L-58.8326 -92.9186L-58.8326 -93.1048L-36.509 -106.003L-36.5091 -80.3921ZM-195.186 -67.029L-206.267 -60.6259L-217.349 -54.2236L-217.349 -79.834L-195.186 -67.029ZM-81.7998 -54.2236L-92.8807 -60.6259L-103.962 -67.0289L-92.8807 -73.4316L-81.7998 -79.834L-81.7998 -54.2236ZM-70.3966 -73.4316L-59.3153 -67.0289L-70.3966 -60.6259L-81.4776 -54.2236L-81.4776 -79.834L-70.3966 -73.4316ZM-25.1063 -73.4316L-14.0253 -67.0289L-25.1063 -60.6259L-36.1876 -54.2236L-36.1876 -79.834L-25.1063 -73.4316ZM8.78101 -54.2236L-2.3003 -60.6259L-13.3813 -67.0289L-2.3003 -73.4316L8.78101 -79.834L8.78101 -54.2236ZM20.1838 -73.4316L31.2654 -67.0289L20.1838 -60.6259L9.10284 -54.2236L9.10284 -79.834L20.1838 -73.4316ZM54.0714 -54.2236L42.9904 -60.6259L31.9091 -67.0289L42.9904 -73.4316L54.0714 -79.834L54.0714 -54.2236ZM65.4745 -73.4316L76.5555 -67.0289L54.3932 -54.2236L54.3932 -79.834L65.4745 -73.4316ZM99.3618 -54.2236L88.2805 -60.6259L77.1992 -67.0289L88.2805 -73.4316L99.3618 -79.834L99.3618 -54.2236ZM110.765 -73.4316L121.846 -67.0289L110.765 -60.6259L99.6836 -54.2236L99.6836 -79.834L110.765 -73.4316ZM144.652 -54.2236L133.571 -60.6259L122.49 -67.0289L133.571 -73.4316L144.652 -79.834L144.652 -54.2236ZM156.055 -73.4316L167.136 -67.0289L156.055 -60.6259L144.974 -54.2236L144.974 -79.834L156.055 -73.4316ZM235.233 -54.2235L224.151 -60.6259L213.07 -67.0289L224.151 -73.4316L235.233 -79.834L235.233 -54.2235ZM-104.445 -67.3079L-126.607 -80.1132L-115.526 -86.5159L-104.445 -92.9186L-104.445 -67.3079ZM-93.042 -86.5159L-81.9607 -80.1132L-93.042 -73.7106L-104.123 -67.3079L-104.123 -92.9186L-93.042 -86.5159ZM-59.1544 -67.3079L-70.2357 -73.7106L-81.317 -80.1132L-70.2357 -86.5159L-59.1544 -92.9186L-59.1544 -67.3079ZM-13.8644 -67.3079L-24.9453 -73.7105L-36.0263 -80.1132L-24.9453 -86.5159L-13.8643 -92.9186L-13.8644 -67.3079ZM-2.4609 -86.5159L8.62009 -80.1132L-2.4609 -73.7105L-13.5425 -67.3079L-13.5425 -92.9186L-2.4609 -86.5159ZM31.4264 -67.3079L20.345 -73.7105L9.26408 -80.1132L20.3451 -86.5159L31.4264 -92.9186L31.4264 -67.3079ZM53.9105 -80.1132L42.8292 -73.7105L31.7482 -67.3079L31.7482 -92.9186L53.9105 -80.1132ZM76.7164 -67.3078L65.6351 -73.7105L54.5541 -80.1132L76.7164 -92.9186L76.7164 -67.3078ZM99.2009 -80.1132L88.1196 -73.7105L77.0386 -67.3078L77.0386 -92.9186L99.2009 -80.1132ZM122.007 -67.3078L110.925 -73.7105L99.8445 -80.1132L122.007 -92.9186L122.007 -67.3078ZM133.41 -86.5159L144.491 -80.1132L133.41 -73.7105L122.329 -67.3078L122.329 -92.9186L133.41 -86.5159ZM167.297 -67.3078L156.216 -73.7105L145.135 -80.1132L156.216 -86.5159L167.297 -92.9186L167.297 -67.3078ZM212.588 -67.3078L190.425 -80.1132L201.507 -86.5159L212.588 -92.9186L212.588 -67.3078ZM235.072 -80.1132L223.991 -73.7105L212.909 -67.3078L212.909 -92.9186L235.072 -80.1132ZM-115.687 -99.6002L-104.606 -93.1978L-115.687 -86.7952L-126.768 -80.3922L-126.768 -106.003L-115.687 -99.6002ZM-81.7998 -80.3921L-92.8807 -86.7952L-103.962 -93.1978L-92.8807 -99.6002L-81.7998 -106.003L-81.7998 -80.3921ZM-70.3966 -99.6002L-59.3153 -93.1978L-70.3966 -86.7952L-81.4776 -80.3921L-81.4776 -106.003L-70.3966 -99.6002ZM-25.1063 -99.6002L-14.0253 -93.1978L-25.1063 -86.7952L-36.1876 -80.3921L-36.1876 -106.003L-25.1063 -99.6002ZM8.78101 -80.3921L-2.30029 -86.7951L-13.3813 -93.1978L-2.30029 -99.6002L8.78101 -106.003L8.78101 -80.3921ZM20.1838 -99.6002L31.2654 -93.1978L20.1838 -86.7951L9.10284 -80.3921L9.10285 -106.003L20.1838 -99.6002ZM144.652 -80.3921L133.571 -86.7951L122.49 -93.1978L133.571 -99.6002L144.652 -106.003L144.652 -80.3921ZM156.055 -99.6002L167.136 -93.1978L156.055 -86.7951L144.974 -80.3921L144.974 -106.003L156.055 -99.6002ZM189.943 -80.3921L167.78 -93.1978L178.861 -99.6002L189.943 -106.003L189.943 -80.3921ZM201.345 -99.6002L212.426 -93.1978L201.345 -86.7951L190.264 -80.3921L190.264 -106.003L201.345 -99.6002ZM-104.445 -93.4768L-115.526 -99.8794L-126.607 -106.282L-115.526 -112.684L-104.445 -119.088L-104.445 -93.4768ZM-81.9607 -106.282L-93.042 -99.8794L-104.123 -93.4768L-104.123 -119.088L-81.9607 -106.282ZM-59.1544 -93.4768L-70.2357 -99.8794L-81.317 -106.282L-59.1544 -119.088L-59.1544 -93.4768ZM-47.7513 -112.684L-36.6703 -106.282L-58.8326 -93.4768L-58.8326 -119.088L-47.7513 -112.684ZM-13.8643 -93.4768L-24.9453 -99.8794L-36.0263 -106.282L-24.9453 -112.684L-13.8643 -119.087L-13.8643 -93.4768ZM-2.46089 -112.684L8.62009 -106.282L-2.4609 -99.8794L-13.5425 -93.4768L-13.5425 -119.087L-2.46089 -112.684ZM31.4264 -93.4768L20.3451 -99.8794L9.26408 -106.282L31.4264 -119.087L31.4264 -93.4768ZM144.491 -106.282L133.41 -99.8794L122.329 -93.4767L122.329 -119.087L144.491 -106.282ZM167.297 -93.4767L156.216 -99.8794L145.135 -106.282L167.297 -119.087L167.297 -93.4767ZM189.781 -106.282L178.7 -99.8794L167.619 -93.4767L167.619 -119.087L189.781 -106.282ZM212.588 -93.4767L201.507 -99.8794L190.425 -106.282L212.588 -119.087L212.588 -93.4767ZM-59.3153 -119.366L-81.4776 -106.561L-81.6388 -106.468L-81.7998 -106.561L-104.123 -119.459L-104.123 -119.645L-104.123 -145.442L-81.7998 -158.341L-81.7998 -132.544L-81.9607 -132.451L-81.7998 -132.358L-81.7998 -132.172L-81.6388 -132.265L-59.3153 -119.366ZM-206.267 -125.769L-195.186 -119.366L-217.349 -106.561L-217.349 -132.172L-206.267 -125.769ZM-115.687 -125.769L-104.606 -119.366L-115.687 -112.964L-126.768 -106.561L-126.768 -132.172L-115.687 -125.769ZM-36.509 -106.561L-47.5907 -112.964L-58.6717 -119.366L-47.5907 -125.769L-36.509 -132.172L-36.509 -106.561ZM-25.1063 -125.769L-14.0253 -119.366L-25.1063 -112.964L-36.1876 -106.561L-36.1876 -132.172L-25.1063 -125.769ZM8.78101 -106.561L-2.30029 -112.964L-13.3813 -119.366L-2.30029 -125.769L8.78101 -132.172L8.78101 -106.561ZM-195.025 -119.645L-206.107 -126.048L-217.188 -132.451L-206.107 -138.854L-195.025 -145.256L-195.025 -119.645ZM-104.445 -119.645L-115.526 -126.048L-126.607 -132.451L-104.445 -145.256L-104.445 -119.645ZM-59.1544 -119.645L-81.317 -132.451L-70.2357 -138.854L-59.1544 -145.256L-59.1544 -119.645ZM-36.6703 -132.451L-47.7513 -126.048L-58.8326 -119.645L-58.8326 -145.256L-36.6703 -132.451ZM-13.8643 -119.645L-24.9453 -126.048L-36.0263 -132.451L-13.8643 -145.256L-13.8643 -119.645ZM8.6201 -132.451L-2.46089 -126.048L-13.5425 -119.645L-13.5425 -145.256L8.6201 -132.451ZM-206.267 -151.938L-195.186 -145.535L-206.267 -139.133L-217.349 -132.73L-217.349 -158.34L-206.267 -151.938ZM-70.3966 -151.938L-59.3153 -145.535L-70.3966 -139.133L-81.4776 -132.73L-81.4776 -158.34L-70.3966 -151.938ZM-195.025 -145.814L-206.107 -152.217L-217.188 -158.62L-206.107 -165.022L-195.025 -171.425L-195.025 -145.814ZM-93.042 -165.022L-81.9607 -158.62L-104.123 -145.814L-104.123 -171.425L-93.042 -165.022ZM-59.1544 -145.814L-70.2357 -152.217L-81.317 -158.62L-70.2357 -165.022L-59.1544 -171.425L-59.1544 -145.814ZM-224.581 -180.517L-225.225 -180.517L-235.897 -174.35L-235.897 -173.978L-224.581 -180.517Z",fill:"url(#paint0_linear_196_2737)"}),k("defs",{children:Se("linearGradient",{id:"paint0_linear_196_2737",x1:"196.127",y1:"77.4138",x2:"-183.705",y2:"-95.2742",gradientUnits:"userSpaceOnUse",children:[k("stop",{stopColor:"#81DCDE"}),k("stop",{offset:"1",stopColor:"#428ED4"})]})})]}),C9=({icon:e,name:t,menu:r,children:o})=>Se(zs,{children:[k(Es,{css:kn,role:"presentation"}),k("div",{css:Pn,children:Se("div",{css:Zn,children:[e?k(In,{icon:e,name:t||""}):null,k(T,{level:3,css:Hn,"data-test-id":"integration-modal-title",children:t||"Create Team Integration"}),r?Se("div",{css:Bn,children:[r," "]}):null]})}),k("div",{css:En,children:o})]});import{CgMoreAlt as Ds}from"react-icons/cg";import{css as Ft}from"@emotion/react";var zn=Ft`
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
border-radius: var(--rounded-base);
|
|
1668
|
-
padding: var(--spacing-md);
|
|
1711
|
+
`;import{Fragment as e2,jsx as k,jsxs as Te}from"@emotion/react/jsx-runtime";var js=({...e})=>Te("svg",{width:"236",height:"130",viewBox:"0 0 236 130",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[k("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M-217.51 129.423L-217.349 129.517L-217.349 129.33L-195.025 116.432L-194.865 116.34L-194.704 116.432L-194.704 116.246L-172.219 103.255L-172.059 103.347L-172.059 103.162L-171.897 103.069L-172.059 102.976L-172.059 77.1784L-149.735 90.0769L-149.735 90.2627L-149.735 116.06L-149.896 116.153L-149.735 116.246L-149.735 116.432L-149.574 116.339L-127.09 129.33L-127.09 129.517L-126.929 129.423L-126.768 129.517L-126.768 129.33L-104.284 116.339L-104.123 116.432L-104.123 116.246L-103.962 116.153L-104.123 116.06L-104.123 90.2627L-81.96 103.069L-81.9607 103.069L-81.7998 103.162L-81.7998 103.347L-81.7998 129.517L-58.9935 116.339L-58.8326 116.432L-58.8326 116.246L-58.6717 116.153L-58.8326 116.06L-58.8326 90.2627L-58.8326 90.0769L-36.3485 77.0857L-36.1876 77.1788L-36.1876 76.9926L-36.0267 76.8995L-36.1876 76.8068L-36.1876 51.0099L-36.1876 50.8237L-13.8644 37.9256L-13.7031 37.8325L-13.5425 37.9256L-13.5425 37.7397L9.26375 24.5621L-13.3813 11.4778L8.781 -1.32792L8.781 -1.3276L8.94192 -1.42068L9.10284 -1.3276L9.10284 -1.32792L31.4263 11.5705L31.4263 11.7564L31.4263 37.3674L31.4263 37.5536L8.94191 50.5448L8.781 50.4517L8.781 50.6379L8.62008 50.7306L8.781 50.8237L8.78099 76.6209L8.78099 76.8068L8.62008 76.8995L8.78099 76.9926L8.78099 77.1788L8.78099 102.79L8.78099 102.976L-14.025 116.153L8.78099 129.33L8.78099 129.517L8.94191 129.423L9.10282 129.517L9.10282 129.33L31.5869 116.339L31.7482 116.432L54.0714 129.33L54.0714 129.517L54.2323 129.424L54.3932 129.517L54.3932 129.33L76.7164 116.432L99.5233 103.255L99.6836 103.347L99.6836 103.162L99.8445 103.069L99.6836 102.976L99.6836 76.9926L99.8445 76.8995L99.6836 76.8068L99.6836 76.6209L99.5227 76.7137L77.1992 63.8149L99.3618 51.0099L99.5227 50.9168L99.6836 51.0099L99.6836 50.8237L122.007 37.9256L122.168 37.8325L122.329 37.9256L144.491 50.7306L121.846 63.8149L144.652 76.9926L144.652 77.1788L144.813 77.0857L144.974 77.1788L144.974 76.9926L167.297 64.0939L167.297 64.0942L167.458 64.0011L167.619 64.0942L167.619 64.0939L190.264 77.1788L190.264 51.0099L190.264 50.8237L190.425 50.7307L190.264 50.6379L190.264 50.4517L190.264 24.6552L212.748 11.6633L212.909 11.7564L212.909 11.5705L213.07 11.4778L212.909 11.3847L212.909 -14.4122L212.909 -14.5984L235.394 -27.5896L235.554 -27.4965L235.554 -27.6826L235.715 -27.7757L235.554 -27.8685L235.554 -53.6657L235.554 -53.8515L235.715 -53.9443L235.554 -54.0374L235.554 -54.2235L235.554 -80.0201L235.715 -80.1132L235.554 -80.2063L235.554 -80.3921L235.394 -80.299L212.909 -93.2909L212.909 -93.4767L212.909 -119.645L190.264 -106.561L190.103 -106.468L189.943 -106.561L167.619 -119.459L167.619 -119.645L167.458 -119.552L167.297 -119.645L167.297 -119.459L144.974 -106.561L144.813 -106.468L144.652 -106.561L122.007 -119.645L122.007 -93.4767L122.007 -93.2909L99.6836 -80.3921L99.5227 -80.2994L99.3618 -80.3921L77.0386 -93.2909L77.0386 -93.4767L76.8773 -93.384L76.7164 -93.4767L76.7164 -93.2909L54.3932 -80.3921L54.2323 -80.2994L54.0714 -80.3921L31.7482 -93.2909L31.7482 -93.4768L31.7482 -119.645L9.10285 -106.561L9.10285 -132.358L9.26376 -132.451L9.10285 -132.544L9.10285 -132.73L8.94193 -132.637L-13.5425 -145.628L-13.5425 -145.814L-13.7031 -145.721L-13.8643 -145.814L-13.8643 -145.628L-36.1876 -132.73L-36.1876 -132.73L-36.3484 -132.637L-36.509 -132.73L-36.509 -132.73L-58.8326 -145.628L-58.8326 -145.814L-58.8326 -171.611L-58.6717 -171.704L-58.8326 -171.797L-58.8326 -171.983L-58.9935 -171.89L-73.9236 -180.517L-74.5672 -180.517L-59.3153 -171.704L-70.3966 -165.302L-81.4776 -158.899L-81.4776 -180.517L-81.7998 -180.517L-81.7998 -158.899L-92.8807 -165.302L-103.962 -171.704L-88.7101 -180.517L-89.3538 -180.517L-104.284 -171.89L-104.445 -171.983L-104.445 -171.797L-104.606 -171.704L-104.445 -171.611L-104.445 -145.628L-126.929 -132.637L-127.09 -132.73L-127.09 -132.544L-127.251 -132.451L-127.09 -132.358L-127.09 -106.561L-127.09 -106.375L-127.251 -106.282L-127.09 -106.189L-127.09 -106.003L-127.09 -80.2063L-127.251 -80.1132L-127.09 -80.0202L-127.09 -79.834L-126.929 -79.9271L-104.606 -67.0289L-126.768 -54.2233L-126.768 -54.2236L-126.929 -54.1305L-127.09 -54.2236L-127.09 -54.2233L-149.413 -67.1217L-149.413 -67.3079L-149.574 -67.2148L-149.735 -67.3079L-149.735 -67.1217L-172.059 -54.2233L-172.059 -54.2236L-172.219 -54.1305L-172.381 -54.2236L-172.381 -54.2233L-194.704 -67.1217L-194.704 -67.3079L-194.865 -67.2148L-195.025 -67.3079L-195.025 -67.3076L-217.349 -80.2063L-217.349 -80.3922L-217.349 -106.003L-217.349 -106.189L-194.865 -119.181L-194.704 -119.088L-194.704 -119.273L-194.543 -119.366L-194.704 -119.459L-194.704 -145.256L-194.704 -145.442L-194.543 -145.535L-194.704 -145.628L-194.704 -145.814L-194.704 -171.611L-194.543 -171.704L-194.704 -171.797L-194.704 -171.983L-194.865 -171.89L-209.795 -180.517L-210.438 -180.517L-195.186 -171.704L-206.267 -165.302L-217.349 -158.899L-217.349 -180.517L-217.671 -180.517L-217.671 -158.899L-228.752 -165.302L-235.897 -169.43L-235.897 -169.058L-228.913 -165.022L-217.832 -158.62L-228.913 -152.217L-235.897 -148.182L-235.897 -147.81L-228.752 -151.938L-217.671 -158.34L-217.671 -132.73L-228.752 -139.133L-235.897 -143.261L-235.897 -142.889L-228.913 -138.854L-217.832 -132.451L-228.913 -126.048L-235.897 -122.013L-235.897 -121.641L-228.752 -125.769L-217.671 -132.172L-217.671 -106.561L-228.752 -112.964L-235.897 -117.092L-235.897 -116.72L-228.913 -112.684L-217.832 -106.282L-228.913 -99.8795L-235.897 -95.8441L-235.897 -95.4721L-228.752 -99.6002L-217.671 -106.003L-217.671 -80.3922L-228.752 -86.7952L-235.897 -90.9233L-235.897 -90.5513L-228.913 -86.5159L-217.832 -80.1132L-228.913 -73.7106L-235.897 -69.6752L-235.897 -69.3032L-228.752 -73.4316L-217.671 -79.834L-217.671 -54.2236L-228.752 -60.626L-235.897 -64.7544L-235.897 -64.3824L-228.913 -60.3473L-217.832 -53.9443L-235.897 -43.5063L-235.897 -43.1343L-217.671 -53.6657L-217.671 -28.0547L-217.671 -27.8685L-217.832 -27.7758L-217.671 -27.6827L-217.671 -27.4965L-217.671 -1.69994L-217.832 -1.60687L-217.671 -1.51378L-217.671 -1.32762L-217.51 -1.4207L-195.186 11.4778L-217.349 24.2831L-217.349 24.2828L-217.51 24.3759L-217.671 24.2828L-217.671 24.469L-235.897 35.0001L-235.897 35.3721L-217.671 24.8406L-217.671 50.4517L-228.752 44.049L-235.897 39.9209L-235.897 40.2929L-228.913 44.3283L-217.832 50.7306L-228.913 57.1333L-235.897 61.1687L-235.897 61.5407L-228.752 57.4125L-217.671 51.0099L-217.671 76.6209L-228.752 70.2176L-235.897 66.0895L-235.897 66.4615L-228.913 70.4968L-217.832 76.8995L-235.897 87.3376L-235.897 87.7096L-217.671 77.1784L-217.671 77.1788L-217.671 102.79L-217.671 102.976L-235.897 113.507L-235.897 113.879L-217.671 103.348L-217.671 128.958L-235.897 118.428L-235.897 118.8L-217.671 129.33L-217.671 129.517L-217.51 129.423ZM-206.267 109.751L-195.186 116.153L-217.349 128.958L-217.349 103.348L-206.267 109.751ZM-127.09 128.958L-149.252 116.153L-138.171 109.751L-127.09 103.348L-127.09 128.958ZM-115.687 109.751L-104.606 116.153L-126.768 128.958L-126.768 103.348L-115.687 109.751ZM-70.3966 109.751L-59.3153 116.153L-81.4776 128.958L-81.4776 103.348L-70.3966 109.751ZM8.78099 128.958L-13.3813 116.153L8.78099 103.348L8.78099 128.958ZM20.1838 109.751L31.2654 116.153L9.10282 128.958L9.10283 103.348L20.1838 109.751ZM54.0714 128.958L31.9088 116.153L54.0714 103.348L54.0714 128.958ZM76.5555 116.153L54.3932 128.958L54.3932 103.348L76.5555 116.153ZM-195.025 115.874L-206.107 109.472L-217.188 103.069L-195.025 90.2631L-195.025 115.874ZM-172.541 103.069L-194.704 115.874L-194.704 90.2631L-172.541 103.069ZM-127.251 103.069L-138.332 109.472L-149.413 115.874L-149.413 90.2631L-127.251 103.069ZM-104.445 115.874L-115.526 109.472L-126.607 103.069L-104.445 90.2631L-104.445 115.874ZM-59.1544 115.874L-70.2357 109.472L-81.317 103.069L-59.1544 90.2631L-59.1544 115.874ZM31.4263 115.874L20.345 109.472L9.26406 103.069L31.4263 90.2631L31.4263 115.874ZM54.0714 102.976L31.7482 115.874L31.7482 90.2628L31.7482 90.0769L54.0714 77.1785L54.0714 77.1788L54.2323 77.0857L54.3932 77.1788L54.3932 77.1785L76.7164 90.0769L76.7164 90.2628L76.7164 115.874L54.3932 102.976L54.3932 102.79L54.2323 102.883L54.0714 102.79L54.0714 102.976ZM99.2008 103.069L77.0386 115.874L77.0386 90.2631L99.2008 103.069ZM-195.186 89.9841L-217.349 102.789L-217.349 77.1788L-195.186 89.9841ZM-172.381 102.789L-194.543 89.9841L-172.381 77.1788L-172.381 102.789ZM-127.09 102.789L-149.252 89.9841L-138.171 83.5811L-127.09 77.1788L-127.09 102.789ZM-115.687 83.5811L-104.606 89.9841L-126.768 102.789L-126.768 77.1788L-115.687 83.5811ZM-81.7998 102.789L-103.962 89.9841L-92.8807 83.5811L-81.7998 77.1788L-81.7998 102.789ZM-70.3966 83.5811L-59.3153 89.9841L-81.4776 102.789L-81.4776 77.1788L-70.3966 83.5811ZM20.1838 83.5811L31.2654 89.9841L9.10283 102.789L9.10283 77.1788L20.1838 83.5811ZM99.3618 102.789L77.1992 89.9842L88.2805 83.5811L99.3618 77.1788L99.3618 102.789ZM-172.381 76.8068L-194.865 89.798L-217.188 76.8995L-195.025 64.0938L-195.025 64.0942L-194.865 64.0011L-194.704 64.0942L-194.704 63.908L-172.381 51.0099L-172.381 76.8068ZM-149.735 89.7049L-171.897 76.8995L-160.817 70.4968L-149.735 64.0942L-149.735 89.7049ZM-138.332 70.4968L-127.251 76.8995L-138.332 83.3025L-149.413 89.7049L-149.413 64.0942L-138.332 70.4968ZM-104.445 89.7049L-115.526 83.3025L-126.607 76.8995L-115.526 70.4968L-104.445 64.0942L-104.445 89.7049ZM-93.042 70.4968L-81.9607 76.8995L-93.042 83.3025L-104.123 89.7049L-104.123 64.0942L-93.042 70.4968ZM-59.1544 89.7049L-70.2357 83.3025L-81.317 76.8995L-70.2357 70.4968L-59.1544 64.0942L-59.1544 89.7049ZM-47.7513 70.4968L-36.6703 76.8995L-58.8326 89.7049L-58.8326 64.0942L-47.7513 70.4968ZM31.4263 89.7049L20.345 83.3025L9.26406 76.8995L20.345 70.4969L31.4263 64.0942L31.4263 89.7049ZM42.8292 70.4969L53.9105 76.8995L31.7482 89.7049L31.7482 64.0942L42.8292 70.4969ZM76.7164 89.7049L54.5541 76.8995L65.6351 70.4969L76.7164 64.0942L76.7164 89.7049ZM99.2008 76.8995L88.1195 83.3025L77.0386 89.7049L77.0386 64.0942L99.2008 76.8995ZM-206.267 57.4125L-195.186 63.8149L-217.349 76.6209L-217.349 51.0099L-206.267 57.4125ZM-149.896 63.8149L-160.977 70.2176L-172.059 76.6209L-172.059 51.0099L-149.896 63.8149ZM-127.09 76.6209L-138.171 70.2176L-149.252 63.8149L-127.09 51.0099L-127.09 76.6209ZM-115.687 57.4125L-104.606 63.8149L-115.687 70.2176L-126.768 76.6209L-126.768 51.0099L-115.687 57.4125ZM-81.7998 76.6209L-92.8807 70.2176L-103.962 63.8149L-92.8807 57.4126L-81.7998 51.0099L-81.7998 76.6209ZM-70.3966 57.4126L-59.3153 63.8149L-70.3966 70.2176L-81.4776 76.6209L-81.4776 51.0099L-70.3966 57.4126ZM-36.5091 76.6209L-47.5907 70.2176L-58.6717 63.8149L-47.5907 57.4126L-36.5091 51.0099L-36.5091 76.6209ZM20.1838 57.4126L31.2654 63.8149L20.1838 70.2176L9.10283 76.6209L9.10283 51.0099L20.1838 57.4126ZM54.0714 76.6209L42.9904 70.2176L31.9091 63.8149L42.9904 57.4126L54.0714 51.0099L54.0714 76.6209ZM65.4745 57.4126L76.5555 63.8149L65.4745 70.2176L54.3932 76.6209L54.3932 51.0099L65.4745 57.4126ZM144.652 76.6209L122.49 63.8149L144.652 51.0099L144.652 76.6209ZM156.055 57.4126L167.136 63.8149L144.974 76.6209L144.974 51.0099L156.055 57.4126ZM189.943 76.621L167.78 63.8149L178.861 57.4126L189.943 51.0099L189.943 76.621ZM-127.09 -1.51377L-127.09 -1.32761L-127.09 24.2828L-127.09 24.469L-127.251 24.562L-127.09 24.6548L-127.09 24.8406L-127.09 50.4517L-127.09 50.6379L-149.413 63.536L-149.574 63.6291L-149.735 63.536L-171.897 50.7306L-149.574 37.8325L-149.413 37.9256L-149.413 37.7394L-149.252 37.6467L-149.413 37.5536L-149.413 11.7564L-149.413 11.5705L-149.252 11.4778L-149.413 11.3847L-149.413 11.1985L-149.413 -14.4125L-127.09 -1.51377ZM-195.025 63.536L-206.107 57.1333L-217.188 50.7306L-206.107 44.3283L-195.025 37.9256L-195.025 63.536ZM-183.622 44.3283L-172.541 50.7306L-194.704 63.536L-194.704 37.9256L-183.622 44.3283ZM-104.445 63.536L-115.526 57.1333L-126.607 50.7306L-115.526 44.3283L-104.445 37.9256L-104.445 63.536ZM-93.042 44.3283L-81.9607 50.7306L-93.042 57.1333L-104.123 63.536L-104.123 37.9256L-93.042 44.3283ZM-59.1544 63.536L-70.2357 57.1333L-81.317 50.7306L-70.2357 44.3283L-59.1544 37.9256L-59.1544 63.536ZM-47.7513 44.3283L-36.6703 50.7306L-47.7513 57.1333L-58.8326 63.536L-58.8326 37.9256L-47.7513 44.3283ZM31.4263 63.536L20.345 57.1333L9.26406 50.7306L31.4263 37.9256L31.4263 63.536ZM42.8292 44.3283L53.9105 50.7306L42.8292 57.1333L31.7482 63.536L31.7482 37.9256L42.8292 44.3283ZM76.7164 63.536L65.6351 57.1333L54.5541 50.7306L76.7164 37.9256L76.7164 63.536ZM88.1195 44.3283L99.2008 50.7306L77.0386 63.536L77.0386 37.9256L88.1195 44.3283ZM167.297 63.536L156.216 57.1333L145.135 50.7306L156.216 44.3283L167.297 37.9256L167.297 63.536ZM178.7 44.3283L189.781 50.7307L178.7 57.1333L167.619 63.536L167.619 37.9256L178.7 44.3283ZM-206.267 31.2436L-195.186 37.6466L-206.267 44.049L-217.349 50.4517L-217.349 24.8406L-206.267 31.2436ZM-172.381 50.4517L-183.462 44.049L-194.543 37.6466L-183.462 31.2436L-172.381 24.8406L-172.381 50.4517ZM-160.977 31.2436L-149.896 37.6467L-172.059 50.4517L-172.059 24.8406L-160.977 31.2436ZM-115.687 31.2437L-104.606 37.6467L-115.687 44.049L-126.768 50.4517L-126.768 24.8406L-115.687 31.2437ZM-81.7998 50.4517L-92.8807 44.049L-103.962 37.6467L-92.8807 31.2437L-81.7998 24.8406L-81.7998 50.4517ZM-70.3966 31.2437L-59.3153 37.6467L-70.3966 44.049L-81.4776 50.4517L-81.4776 24.8406L-70.3966 31.2437ZM-36.5091 50.4517L-47.5907 44.049L-58.6717 37.6467L-47.5907 31.2437L-36.5091 24.8407L-36.5091 50.4517ZM-25.1063 31.2437L-14.025 37.6467L-36.1876 50.4517L-36.1876 24.8407L-25.1063 31.2437ZM54.0714 50.4517L42.9904 44.049L31.9091 37.6467L42.9904 31.2437L54.0714 24.8407L54.0714 50.4517ZM76.7164 37.3674L76.7164 37.5536L54.3932 50.4517L54.3932 24.8407L54.3932 24.6551L76.7164 11.7564L76.7164 37.3674ZM99.3618 50.4517L88.2805 44.049L77.1992 37.6467L88.2805 31.2437L99.3618 24.8407L99.3618 50.4517ZM110.765 31.2437L121.846 37.6467L99.6836 50.4517L99.6836 24.8407L110.765 31.2437ZM144.652 50.4517L122.49 37.6467L133.571 31.2437L144.652 24.8407L144.652 50.4517ZM167.136 37.6467L156.055 44.049L144.974 50.4517L144.974 24.8407L167.136 37.6467ZM189.943 50.4517L178.861 44.049L167.78 37.6467L189.943 24.8407L189.943 50.4517ZM189.943 -1.3279L189.943 24.469L167.619 37.3674L167.458 37.4605L167.297 37.3674L145.135 24.5621L167.297 11.7564L167.458 11.6636L167.619 11.7564L167.619 11.5705L189.943 -1.3279ZM-195.025 37.3674L-206.107 30.9647L-217.188 24.562L-195.025 11.7564L-195.025 37.3674ZM-183.622 18.1594L-172.541 24.562L-183.622 30.9647L-194.704 37.3674L-194.704 11.7564L-183.622 18.1594ZM-149.735 37.3674L-160.817 30.9647L-171.897 24.562L-160.817 18.1594L-149.735 11.7564L-149.735 37.3674ZM-104.445 37.3674L-115.526 30.9647L-126.607 24.562L-115.526 18.1594L-104.445 11.7564L-104.445 37.3674ZM-93.042 18.1594L-81.9607 24.562L-93.042 30.9647L-104.123 37.3674L-104.123 11.7564L-93.042 18.1594ZM-59.1544 37.3674L-70.2357 30.9647L-81.317 24.562L-70.2357 18.1594L-59.1544 11.7564L-59.1544 37.3674ZM-47.7513 18.1594L-36.6703 24.5621L-47.7513 30.9647L-58.8326 37.3674L-58.8326 11.7564L-47.7513 18.1594ZM-13.8644 37.3674L-24.9453 30.9647L-36.0263 24.5621L-24.9453 18.1594L-13.8644 11.7564L-13.8644 37.3674ZM8.62008 24.5621L-13.5425 37.3674L-13.5425 11.7564L8.62008 24.5621ZM42.8292 18.1594L53.9105 24.5621L42.8292 30.9647L31.7482 37.3674L31.7482 11.7564L42.8292 18.1594ZM88.1195 18.1594L99.2008 24.5621L88.1195 30.9647L77.0386 37.3674L77.0386 11.7564L88.1195 18.1594ZM122.007 37.3674L110.925 30.9648L99.8445 24.5621L110.925 18.1594L122.007 11.7564L122.007 37.3674ZM133.41 18.1594L144.491 24.5621L133.41 30.9648L122.329 37.3674L122.329 11.7564L133.41 18.1594ZM-172.381 24.2828L-183.462 17.8804L-194.543 11.4778L-183.462 5.07475L-172.381 -1.32762L-172.381 24.2828ZM-160.977 5.07475L-149.896 11.4778L-160.977 17.8804L-172.059 24.2828L-172.059 -1.32762L-160.977 5.07475ZM-115.687 5.07475L-104.606 11.4778L-115.687 17.8804L-126.768 24.2828L-126.768 -1.32761L-115.687 5.07475ZM-81.7998 24.2828L-92.8807 17.8804L-103.962 11.4778L-92.8807 5.07475L-81.7998 -1.32761L-81.7998 24.2828ZM-70.3966 5.07476L-59.3153 11.4778L-70.3966 17.8804L-81.4776 24.2828L-81.4776 -1.32761L-70.3966 5.07476ZM-36.5091 24.2828L-47.5907 17.8804L-58.6717 11.4778L-47.5907 5.07476L-36.5091 -1.3276L-36.5091 24.2828ZM-25.1063 5.07476L-14.0253 11.4778L-25.1063 17.8804L-36.1876 24.2828L-36.1876 -1.3276L-25.1063 5.07476ZM54.0714 24.2828L42.9904 17.8805L31.9091 11.4778L42.9904 5.07477L54.0714 -1.3276L54.0714 24.2828ZM65.4745 5.07477L76.5555 11.4778L54.3932 24.2828L54.3932 -1.3276L65.4745 5.07477ZM99.3618 24.2828L88.2805 17.8805L77.1992 11.4778L88.2805 5.07477L99.3618 -1.32759L99.3618 24.2828ZM110.765 5.07477L121.846 11.4778L110.765 17.8805L99.6836 24.2828L99.6836 -1.32759L110.765 5.07477ZM144.652 24.2828L133.571 17.8805L122.49 11.4778L133.571 5.07477L144.652 -1.32759L144.652 24.2828ZM156.055 5.07478L167.136 11.4778L144.974 24.2828L144.974 -1.32759L156.055 5.07478ZM201.345 5.07478L212.426 11.4778L190.264 24.2828L190.264 -1.32759L201.345 5.07478ZM-195.025 11.1985L-217.188 -1.60687L-206.107 -8.00954L-195.025 -14.4122L-195.025 11.1985ZM-183.622 -8.00954L-172.541 -1.60686L-183.622 4.79614L-194.704 11.1985L-194.704 -14.4122L-183.622 -8.00954ZM-149.735 11.1985L-160.816 4.79615L-171.897 -1.60686L-160.816 -8.00954L-149.735 -14.4122L-149.735 11.1985ZM-104.445 11.1985L-115.526 4.79615L-126.607 -1.60686L-115.526 -8.00954L-104.445 -14.4122L-104.445 11.1985ZM-93.042 -8.00953L-81.9607 -1.60685L-93.042 4.79615L-104.123 11.1985L-104.123 -14.4122L-93.042 -8.00953ZM-59.1544 11.1985L-70.2357 4.79615L-81.317 -1.60685L-70.2357 -8.00953L-59.1544 -14.4122L-59.1544 11.1985ZM-47.7513 -8.00953L-36.6703 -1.60685L-47.7513 4.79616L-58.8326 11.1985L-58.8326 -14.4122L-47.7513 -8.00953ZM-13.8644 11.1985L-24.9453 4.79616L-36.0263 -1.60685L-24.9453 -8.00953L-13.8644 -14.4122L-13.8644 11.1985ZM-2.4609 -8.00953L8.62008 -1.60685L-13.5425 11.1985L-13.5425 -14.4122L-2.4609 -8.00953ZM31.4263 11.1985L9.26407 -1.60685L20.345 -8.00952L31.4263 -14.4122L31.4263 11.1985ZM42.8292 -8.00952L53.9105 -1.60684L42.8292 4.79616L31.7482 11.1985L31.7482 -14.4122L42.8292 -8.00952ZM76.7164 11.1985L65.6351 4.79617L54.5541 -1.60684L76.7164 -14.4122L76.7164 11.1985ZM88.1195 -8.00952L99.2008 -1.60684L88.1195 4.79617L77.0386 11.1985L77.0386 -14.4122L88.1195 -8.00952ZM122.007 11.1985L110.925 4.79617L99.8445 -1.60684L110.925 -8.00952L122.007 -14.4122L122.007 11.1985ZM133.41 -8.00951L144.491 -1.60683L133.41 4.79617L122.329 11.1985L122.329 -14.4122L133.41 -8.00951ZM167.297 11.1985L156.216 4.79617L145.135 -1.60683L156.216 -8.00951L167.297 -14.4122L167.297 11.1985ZM178.7 -8.00951L189.781 -1.60683L167.619 11.1985L167.619 -14.4122L178.7 -8.00951ZM212.588 11.1985L201.507 4.79618L190.425 -1.60683L201.507 -8.00951L212.588 -14.4122L212.588 11.1985ZM-206.267 -21.0938L-195.186 -14.6915L-206.267 -8.28879L-217.349 -1.88578L-217.349 -27.4965L-206.267 -21.0938ZM-172.381 -1.88578L-183.462 -8.28879L-194.543 -14.6915L-183.462 -21.0938L-172.381 -27.4965L-172.381 -1.88578ZM-160.977 -21.0938L-149.896 -14.6915L-160.977 -8.28878L-172.059 -1.88578L-172.059 -27.4965L-160.977 -21.0938ZM-127.09 -1.88577L-149.252 -14.6915L-138.171 -21.0938L-127.09 -27.4965L-127.09 -1.88577ZM-115.687 -21.0938L-104.606 -14.6915L-115.687 -8.28878L-126.768 -1.88577L-126.768 -27.4965L-115.687 -21.0938ZM-81.7998 -1.88577L-92.8807 -8.28878L-103.962 -14.6915L-92.8807 -21.0938L-81.7998 -27.4965L-81.7998 -1.88577ZM-70.3966 -21.0938L-59.3153 -14.6915L-70.3966 -8.28878L-81.4776 -1.88577L-81.4776 -27.4965L-70.3966 -21.0938ZM-36.5091 -1.88577L-47.5907 -8.28877L-58.6717 -14.6915L-47.5907 -21.0938L-36.5091 -27.4965L-36.5091 -1.88577ZM-14.025 -14.6915L-25.1063 -8.28877L-36.1876 -1.88577L-36.1876 -27.4965L-14.025 -14.6915ZM8.781 -1.88576L-2.3003 -8.28877L-13.3813 -14.6915L8.781 -27.4965L8.781 -1.88576ZM20.1838 -21.0938L31.2654 -14.6915L20.1838 -8.28877L9.10284 -1.88576L9.10284 -27.4965L20.1838 -21.0938ZM54.0714 -1.88576L42.9904 -8.28877L31.9091 -14.6915L42.9904 -21.0938L54.0714 -27.4965L54.0714 -1.88576ZM76.7164 -41.1389L76.7164 -40.9528L76.5555 -40.8597L76.7164 -40.767L76.7164 -40.5811L76.7164 -14.9704L76.7164 -14.7845L54.3932 -1.88576L54.3932 -27.4965L54.3932 -27.6827L54.5541 -27.7757L54.3932 -27.8685L54.3932 -28.0547L54.3932 -53.6657L54.3932 -53.8516L76.7164 -66.75L76.7164 -41.1389ZM99.3618 -1.88575L88.2805 -8.28876L77.1992 -14.6915L88.2805 -21.0938L99.3618 -27.4965L99.3618 -1.88575ZM110.765 -21.0938L121.846 -14.6915L110.765 -8.28876L99.6836 -1.88575L99.6836 -27.4965L110.765 -21.0938ZM144.652 -1.88575L133.571 -8.28876L122.49 -14.6915L133.571 -21.0938L144.652 -27.4965L144.652 -1.88575ZM156.055 -21.0938L167.136 -14.6914L156.055 -8.28876L144.974 -1.88575L144.974 -27.4965L156.055 -21.0938ZM189.943 -1.88575L178.861 -8.28875L167.78 -14.6914L178.861 -21.0938L189.943 -27.4965L189.943 -1.88575ZM201.345 -21.0938L212.426 -14.6914L201.345 -8.28875L190.264 -1.88575L190.264 -27.4965L201.345 -21.0938ZM8.781 -28.0547L8.781 -27.8685L-13.5425 -14.9704L-13.7031 -14.8776L-13.8644 -14.9704L-36.0263 -27.7758L-13.8644 -40.5811L-13.7031 -40.6739L-13.5425 -40.5811L-13.5425 -40.7666L8.78101 -53.6657L8.781 -28.0547ZM-195.025 -14.9704L-206.107 -21.3731L-217.188 -27.7758L-206.107 -34.1781L-195.025 -40.5811L-195.025 -14.9704ZM-183.622 -34.1781L-172.541 -27.7758L-183.622 -21.3731L-194.704 -14.9704L-194.704 -40.5811L-183.622 -34.1781ZM-149.735 -14.9704L-160.816 -21.3731L-171.897 -27.7758L-160.816 -34.1781L-149.735 -40.5811L-149.735 -14.9704ZM-138.332 -34.1781L-127.251 -27.7758L-138.332 -21.3731L-149.413 -14.9704L-149.413 -40.5811L-138.332 -34.1781ZM-104.445 -14.9704L-115.526 -21.3731L-126.607 -27.7758L-115.526 -34.1781L-104.445 -40.5811L-104.445 -14.9704ZM-93.042 -34.1781L-81.9607 -27.7758L-93.042 -21.3731L-104.123 -14.9704L-104.123 -40.5811L-93.042 -34.1781ZM-59.1544 -14.9704L-70.2357 -21.3731L-81.317 -27.7758L-70.2357 -34.1781L-59.1544 -40.5811L-59.1544 -14.9704ZM-47.7513 -34.1781L-36.6703 -27.7758L-47.7513 -21.3731L-58.8326 -14.9704L-58.8326 -40.5811L-47.7513 -34.1781ZM31.4263 -14.9704L20.345 -21.3731L9.26407 -27.7757L20.345 -34.1781L31.4264 -40.5811L31.4263 -14.9704ZM42.8292 -34.1781L53.9105 -27.7757L42.8292 -21.3731L31.7482 -14.9704L31.7482 -40.5811L42.8292 -34.1781ZM88.1195 -34.1781L99.2009 -27.7757L88.1195 -21.373L77.0386 -14.9704L77.0386 -40.5811L88.1195 -34.1781ZM122.007 -14.9704L110.925 -21.373L99.8445 -27.7757L110.925 -34.1781L122.007 -40.5811L122.007 -14.9704ZM144.491 -27.7757L133.41 -21.373L122.329 -14.9704L122.329 -40.5811L144.491 -27.7757ZM167.297 -14.9704L156.216 -21.373L145.135 -27.7757L167.297 -40.5811L167.297 -14.9704ZM178.7 -34.1781L189.781 -27.7757L178.7 -21.373L167.619 -14.9704L167.619 -40.5811L178.7 -34.1781ZM212.588 -14.9704L201.507 -21.373L190.425 -27.7757L201.507 -34.1781L212.588 -40.5811L212.588 -14.9704ZM223.991 -34.1781L235.072 -27.7757L212.909 -14.9704L212.909 -40.5811L223.991 -34.1781ZM144.974 -53.6657L167.136 -40.8597L144.974 -28.0547L144.813 -27.9616L144.652 -28.0547L122.49 -40.8597L144.652 -53.6657L144.813 -53.7585L144.974 -53.6657ZM-206.267 -47.2627L-195.186 -40.8597L-206.267 -34.4574L-217.349 -28.0547L-217.349 -53.6657L-206.267 -47.2627ZM-172.381 -28.0547L-183.462 -34.4574L-194.543 -40.8597L-183.462 -47.2627L-172.381 -53.6657L-172.381 -28.0547ZM-160.977 -47.2627L-149.896 -40.8597L-160.977 -34.4574L-172.059 -28.0547L-172.059 -53.6657L-160.977 -47.2627ZM-127.09 -28.0547L-138.171 -34.4574L-149.252 -40.8597L-138.171 -47.2627L-127.09 -53.6657L-127.09 -28.0547ZM-115.687 -47.2627L-104.606 -40.8597L-115.687 -34.4574L-126.768 -28.0547L-126.768 -53.6657L-115.687 -47.2627ZM-81.7998 -28.0547L-92.8807 -34.4574L-103.962 -40.8597L-92.8807 -47.2627L-81.7998 -53.6657L-81.7998 -28.0547ZM-70.3966 -47.2627L-59.3153 -40.8597L-70.3966 -34.4574L-81.4776 -28.0547L-81.4776 -53.6657L-70.3966 -47.2627ZM-36.5091 -28.0547L-47.5907 -34.4574L-58.6717 -40.8597L-47.5907 -47.2627L-36.5091 -53.6657L-36.5091 -28.0547ZM-25.1063 -47.2627L-14.025 -40.8597L-36.1876 -28.0547L-36.1876 -53.6657L-25.1063 -47.2627ZM20.1838 -47.2627L31.2654 -40.8597L20.1838 -34.4574L9.10284 -28.0547L9.10284 -53.6657L20.1838 -47.2627ZM54.0714 -28.0547L42.9904 -34.4574L31.9091 -40.8597L42.9904 -47.2627L54.0714 -53.6657L54.0714 -28.0547ZM99.3618 -28.0547L88.2805 -34.4573L77.1992 -40.8597L88.2805 -47.2627L99.3618 -53.6657L99.3618 -28.0547ZM110.765 -47.2627L121.846 -40.8597L110.765 -34.4573L99.6836 -28.0547L99.6836 -53.6657L110.765 -47.2627ZM189.943 -28.0546L178.861 -34.4573L167.78 -40.8597L178.861 -47.2627L189.943 -53.6657L189.943 -28.0546ZM201.345 -47.2627L212.426 -40.8597L201.345 -34.4573L190.264 -28.0546L190.264 -53.6657L201.345 -47.2627ZM235.233 -28.0546L224.151 -34.4573L213.07 -40.8597L224.151 -47.2627L235.233 -53.6657L235.233 -28.0546ZM-195.025 -41.139L-206.107 -47.5417L-217.188 -53.9443L-206.107 -60.3473L-195.025 -66.75L-195.025 -41.139ZM-172.541 -53.9443L-183.622 -47.5417L-194.704 -41.139L-194.704 -66.75L-172.541 -53.9443ZM-149.735 -41.139L-160.816 -47.5417L-171.897 -53.9443L-149.735 -66.75L-149.735 -41.139ZM-127.251 -53.9443L-138.332 -47.5417L-149.413 -41.139L-149.413 -66.75L-127.251 -53.9443ZM-104.445 -41.139L-115.526 -47.5417L-126.607 -53.9443L-104.445 -66.75L-104.445 -41.139ZM-93.042 -60.3473L-81.9607 -53.9443L-93.042 -47.5417L-104.123 -41.139L-104.123 -66.75L-93.042 -60.3473ZM-59.1544 -41.139L-70.2357 -47.5416L-81.317 -53.9443L-70.2357 -60.3473L-59.1544 -66.75L-59.1544 -41.139ZM-36.6703 -53.9443L-47.7513 -47.5416L-58.8326 -41.139L-58.8326 -66.75L-36.6703 -53.9443ZM-13.8644 -41.139L-24.9453 -47.5416L-36.0263 -53.9443L-24.9453 -60.3473L-13.8644 -66.75L-13.8644 -41.139ZM-2.4609 -60.3473L8.62009 -53.9443L-13.5425 -41.139L-13.5425 -66.75L-2.4609 -60.3473ZM31.4264 -41.1389L20.345 -47.5416L9.26407 -53.9443L20.345 -60.3473L31.4264 -66.75L31.4264 -41.1389ZM42.8292 -60.3473L53.9105 -53.9443L42.8292 -47.5416L31.7482 -41.1389L31.7482 -66.75L42.8292 -60.3473ZM88.1196 -60.3473L99.2009 -53.9443L88.1195 -47.5416L77.0386 -41.1389L77.0386 -66.75L88.1196 -60.3473ZM122.007 -41.1389L110.925 -47.5416L99.8445 -53.9443L110.925 -60.3473L122.007 -66.75L122.007 -41.1389ZM133.41 -60.3473L144.491 -53.9443L122.329 -41.1389L122.329 -66.75L133.41 -60.3473ZM167.297 -41.1389L145.135 -53.9443L156.216 -60.3473L167.297 -66.75L167.297 -41.1389ZM189.781 -53.9443L178.7 -47.5416L167.619 -41.1389L167.619 -66.75L189.781 -53.9443ZM212.588 -41.1389L201.507 -47.5416L190.425 -53.9443L212.588 -66.75L212.588 -41.1389ZM223.991 -60.3473L235.072 -53.9443L223.991 -47.5416L212.909 -41.1389L212.909 -66.75L223.991 -60.3473ZM190.103 -54.1305L189.943 -54.2236L189.943 -54.2232L167.619 -67.1217L167.619 -67.3078L167.619 -92.9189L189.943 -80.0201L189.943 -79.834L190.103 -79.927L190.264 -79.834L190.264 -79.8343L212.426 -67.0289L190.264 -54.2232L190.264 -54.2236L190.103 -54.1305ZM-36.5091 -80.3921L-36.5091 -80.2063L-36.6703 -80.1132L-36.5091 -80.0202L-36.5091 -79.834L-36.5091 -54.2233L-58.8326 -67.1217L-58.8326 -67.3079L-58.8326 -92.9186L-58.8326 -93.1048L-36.509 -106.003L-36.5091 -80.3921ZM-195.186 -67.029L-206.267 -60.6259L-217.349 -54.2236L-217.349 -79.834L-195.186 -67.029ZM-81.7998 -54.2236L-92.8807 -60.6259L-103.962 -67.0289L-92.8807 -73.4316L-81.7998 -79.834L-81.7998 -54.2236ZM-70.3966 -73.4316L-59.3153 -67.0289L-70.3966 -60.6259L-81.4776 -54.2236L-81.4776 -79.834L-70.3966 -73.4316ZM-25.1063 -73.4316L-14.0253 -67.0289L-25.1063 -60.6259L-36.1876 -54.2236L-36.1876 -79.834L-25.1063 -73.4316ZM8.78101 -54.2236L-2.3003 -60.6259L-13.3813 -67.0289L-2.3003 -73.4316L8.78101 -79.834L8.78101 -54.2236ZM20.1838 -73.4316L31.2654 -67.0289L20.1838 -60.6259L9.10284 -54.2236L9.10284 -79.834L20.1838 -73.4316ZM54.0714 -54.2236L42.9904 -60.6259L31.9091 -67.0289L42.9904 -73.4316L54.0714 -79.834L54.0714 -54.2236ZM65.4745 -73.4316L76.5555 -67.0289L54.3932 -54.2236L54.3932 -79.834L65.4745 -73.4316ZM99.3618 -54.2236L88.2805 -60.6259L77.1992 -67.0289L88.2805 -73.4316L99.3618 -79.834L99.3618 -54.2236ZM110.765 -73.4316L121.846 -67.0289L110.765 -60.6259L99.6836 -54.2236L99.6836 -79.834L110.765 -73.4316ZM144.652 -54.2236L133.571 -60.6259L122.49 -67.0289L133.571 -73.4316L144.652 -79.834L144.652 -54.2236ZM156.055 -73.4316L167.136 -67.0289L156.055 -60.6259L144.974 -54.2236L144.974 -79.834L156.055 -73.4316ZM235.233 -54.2235L224.151 -60.6259L213.07 -67.0289L224.151 -73.4316L235.233 -79.834L235.233 -54.2235ZM-104.445 -67.3079L-126.607 -80.1132L-115.526 -86.5159L-104.445 -92.9186L-104.445 -67.3079ZM-93.042 -86.5159L-81.9607 -80.1132L-93.042 -73.7106L-104.123 -67.3079L-104.123 -92.9186L-93.042 -86.5159ZM-59.1544 -67.3079L-70.2357 -73.7106L-81.317 -80.1132L-70.2357 -86.5159L-59.1544 -92.9186L-59.1544 -67.3079ZM-13.8644 -67.3079L-24.9453 -73.7105L-36.0263 -80.1132L-24.9453 -86.5159L-13.8643 -92.9186L-13.8644 -67.3079ZM-2.4609 -86.5159L8.62009 -80.1132L-2.4609 -73.7105L-13.5425 -67.3079L-13.5425 -92.9186L-2.4609 -86.5159ZM31.4264 -67.3079L20.345 -73.7105L9.26408 -80.1132L20.3451 -86.5159L31.4264 -92.9186L31.4264 -67.3079ZM53.9105 -80.1132L42.8292 -73.7105L31.7482 -67.3079L31.7482 -92.9186L53.9105 -80.1132ZM76.7164 -67.3078L65.6351 -73.7105L54.5541 -80.1132L76.7164 -92.9186L76.7164 -67.3078ZM99.2009 -80.1132L88.1196 -73.7105L77.0386 -67.3078L77.0386 -92.9186L99.2009 -80.1132ZM122.007 -67.3078L110.925 -73.7105L99.8445 -80.1132L122.007 -92.9186L122.007 -67.3078ZM133.41 -86.5159L144.491 -80.1132L133.41 -73.7105L122.329 -67.3078L122.329 -92.9186L133.41 -86.5159ZM167.297 -67.3078L156.216 -73.7105L145.135 -80.1132L156.216 -86.5159L167.297 -92.9186L167.297 -67.3078ZM212.588 -67.3078L190.425 -80.1132L201.507 -86.5159L212.588 -92.9186L212.588 -67.3078ZM235.072 -80.1132L223.991 -73.7105L212.909 -67.3078L212.909 -92.9186L235.072 -80.1132ZM-115.687 -99.6002L-104.606 -93.1978L-115.687 -86.7952L-126.768 -80.3922L-126.768 -106.003L-115.687 -99.6002ZM-81.7998 -80.3921L-92.8807 -86.7952L-103.962 -93.1978L-92.8807 -99.6002L-81.7998 -106.003L-81.7998 -80.3921ZM-70.3966 -99.6002L-59.3153 -93.1978L-70.3966 -86.7952L-81.4776 -80.3921L-81.4776 -106.003L-70.3966 -99.6002ZM-25.1063 -99.6002L-14.0253 -93.1978L-25.1063 -86.7952L-36.1876 -80.3921L-36.1876 -106.003L-25.1063 -99.6002ZM8.78101 -80.3921L-2.30029 -86.7951L-13.3813 -93.1978L-2.30029 -99.6002L8.78101 -106.003L8.78101 -80.3921ZM20.1838 -99.6002L31.2654 -93.1978L20.1838 -86.7951L9.10284 -80.3921L9.10285 -106.003L20.1838 -99.6002ZM144.652 -80.3921L133.571 -86.7951L122.49 -93.1978L133.571 -99.6002L144.652 -106.003L144.652 -80.3921ZM156.055 -99.6002L167.136 -93.1978L156.055 -86.7951L144.974 -80.3921L144.974 -106.003L156.055 -99.6002ZM189.943 -80.3921L167.78 -93.1978L178.861 -99.6002L189.943 -106.003L189.943 -80.3921ZM201.345 -99.6002L212.426 -93.1978L201.345 -86.7951L190.264 -80.3921L190.264 -106.003L201.345 -99.6002ZM-104.445 -93.4768L-115.526 -99.8794L-126.607 -106.282L-115.526 -112.684L-104.445 -119.088L-104.445 -93.4768ZM-81.9607 -106.282L-93.042 -99.8794L-104.123 -93.4768L-104.123 -119.088L-81.9607 -106.282ZM-59.1544 -93.4768L-70.2357 -99.8794L-81.317 -106.282L-59.1544 -119.088L-59.1544 -93.4768ZM-47.7513 -112.684L-36.6703 -106.282L-58.8326 -93.4768L-58.8326 -119.088L-47.7513 -112.684ZM-13.8643 -93.4768L-24.9453 -99.8794L-36.0263 -106.282L-24.9453 -112.684L-13.8643 -119.087L-13.8643 -93.4768ZM-2.46089 -112.684L8.62009 -106.282L-2.4609 -99.8794L-13.5425 -93.4768L-13.5425 -119.087L-2.46089 -112.684ZM31.4264 -93.4768L20.3451 -99.8794L9.26408 -106.282L31.4264 -119.087L31.4264 -93.4768ZM144.491 -106.282L133.41 -99.8794L122.329 -93.4767L122.329 -119.087L144.491 -106.282ZM167.297 -93.4767L156.216 -99.8794L145.135 -106.282L167.297 -119.087L167.297 -93.4767ZM189.781 -106.282L178.7 -99.8794L167.619 -93.4767L167.619 -119.087L189.781 -106.282ZM212.588 -93.4767L201.507 -99.8794L190.425 -106.282L212.588 -119.087L212.588 -93.4767ZM-59.3153 -119.366L-81.4776 -106.561L-81.6388 -106.468L-81.7998 -106.561L-104.123 -119.459L-104.123 -119.645L-104.123 -145.442L-81.7998 -158.341L-81.7998 -132.544L-81.9607 -132.451L-81.7998 -132.358L-81.7998 -132.172L-81.6388 -132.265L-59.3153 -119.366ZM-206.267 -125.769L-195.186 -119.366L-217.349 -106.561L-217.349 -132.172L-206.267 -125.769ZM-115.687 -125.769L-104.606 -119.366L-115.687 -112.964L-126.768 -106.561L-126.768 -132.172L-115.687 -125.769ZM-36.509 -106.561L-47.5907 -112.964L-58.6717 -119.366L-47.5907 -125.769L-36.509 -132.172L-36.509 -106.561ZM-25.1063 -125.769L-14.0253 -119.366L-25.1063 -112.964L-36.1876 -106.561L-36.1876 -132.172L-25.1063 -125.769ZM8.78101 -106.561L-2.30029 -112.964L-13.3813 -119.366L-2.30029 -125.769L8.78101 -132.172L8.78101 -106.561ZM-195.025 -119.645L-206.107 -126.048L-217.188 -132.451L-206.107 -138.854L-195.025 -145.256L-195.025 -119.645ZM-104.445 -119.645L-115.526 -126.048L-126.607 -132.451L-104.445 -145.256L-104.445 -119.645ZM-59.1544 -119.645L-81.317 -132.451L-70.2357 -138.854L-59.1544 -145.256L-59.1544 -119.645ZM-36.6703 -132.451L-47.7513 -126.048L-58.8326 -119.645L-58.8326 -145.256L-36.6703 -132.451ZM-13.8643 -119.645L-24.9453 -126.048L-36.0263 -132.451L-13.8643 -145.256L-13.8643 -119.645ZM8.6201 -132.451L-2.46089 -126.048L-13.5425 -119.645L-13.5425 -145.256L8.6201 -132.451ZM-206.267 -151.938L-195.186 -145.535L-206.267 -139.133L-217.349 -132.73L-217.349 -158.34L-206.267 -151.938ZM-70.3966 -151.938L-59.3153 -145.535L-70.3966 -139.133L-81.4776 -132.73L-81.4776 -158.34L-70.3966 -151.938ZM-195.025 -145.814L-206.107 -152.217L-217.188 -158.62L-206.107 -165.022L-195.025 -171.425L-195.025 -145.814ZM-93.042 -165.022L-81.9607 -158.62L-104.123 -145.814L-104.123 -171.425L-93.042 -165.022ZM-59.1544 -145.814L-70.2357 -152.217L-81.317 -158.62L-70.2357 -165.022L-59.1544 -171.425L-59.1544 -145.814ZM-224.581 -180.517L-225.225 -180.517L-235.897 -174.35L-235.897 -173.978L-224.581 -180.517Z",fill:"url(#paint0_linear_196_2737)"}),k("defs",{children:Te("linearGradient",{id:"paint0_linear_196_2737",x1:"196.127",y1:"77.4138",x2:"-183.705",y2:"-95.2742",gradientUnits:"userSpaceOnUse",children:[k("stop",{stopColor:"#81DCDE"}),k("stop",{offset:"1",stopColor:"#428ED4"})]})})]}),sl=({icon:e,name:t,menu:r,children:o})=>Te(e2,{children:[k(js,{css:Kn,role:"presentation"}),k("div",{css:Yn,children:Te("div",{css:Jn,children:[e?k(Nn,{icon:e,name:t||""}):null,k(T,{level:3,css:Qn,"data-test-id":"integration-modal-title",children:t||"Create Team Integration"}),r?Te("div",{css:jn,children:[r," "]}):null]})}),k("div",{css:ea,children:o})]});import*as sa from"react";import{css as Re}from"@emotion/react";var ta=Re`
|
|
1712
|
+
cursor: pointer;
|
|
1713
|
+
display: inline-block;
|
|
1669
1714
|
position: relative;
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1715
|
+
margin-right: var(--spacing-sm);
|
|
1716
|
+
transition: var(--duration-fast) var(--timing-ease-out);
|
|
1717
|
+
vertical-align: middle;
|
|
1718
|
+
user-select: none;
|
|
1719
|
+
`,ra=Re`
|
|
1720
|
+
appearance: none;
|
|
1721
|
+
border-radius: var(--rounded-full);
|
|
1722
|
+
background-color: var(--white);
|
|
1723
|
+
border: 2px solid var(--gray-400);
|
|
1724
|
+
cursor: pointer;
|
|
1677
1725
|
position: absolute;
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
max-width: var(--site-width);
|
|
1686
|
-
margin: 0 auto;
|
|
1687
|
-
padding: ${e?"var(--spacing-2xl) var(--spacing-lg)":"0"};
|
|
1726
|
+
display: block;
|
|
1727
|
+
width: var(--spacing-md);
|
|
1728
|
+
height: var(--spacing-md);
|
|
1729
|
+
transition: transform var(--duration-fast) var(--timing-ease-out),
|
|
1730
|
+
background-color var(--duration-fast) var(--timing-ease-out),
|
|
1731
|
+
background-image var(--duration-fast) var(--timing-ease-out);
|
|
1732
|
+
z-index: var(--z-10);
|
|
1688
1733
|
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1734
|
+
&:focus {
|
|
1735
|
+
outline: 3px solid var(--brand-secondary-1);
|
|
1736
|
+
outline-offset: 2px;
|
|
1692
1737
|
}
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1738
|
+
|
|
1739
|
+
&:checked {
|
|
1740
|
+
background-color: var(--brand-secondary-3);
|
|
1741
|
+
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M10.5858 13.4142L7.75735 10.5858L6.34314 12L10.5858 16.2427L17.6568 9.1716L16.2426 7.75739L10.5858 13.4142Z' fill='%23fff' /%3E%3C/svg%3E");
|
|
1742
|
+
background-position: center center;
|
|
1743
|
+
border-color: var(--brand-secondary-3);
|
|
1744
|
+
transform: translateX(var(--spacing-base));
|
|
1745
|
+
|
|
1746
|
+
&:hover,
|
|
1747
|
+
&:focus {
|
|
1748
|
+
border-color: var(--brand-secondary-1);
|
|
1749
|
+
background-color: var(--brand-secondary-1);
|
|
1750
|
+
}
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
&:disabled {
|
|
1754
|
+
cursor: not-allowed;
|
|
1755
|
+
}
|
|
1756
|
+
`,oa=Re`
|
|
1757
|
+
opacity: var(--opacity-50);
|
|
1758
|
+
cursor: not-allowed;
|
|
1759
|
+
|
|
1760
|
+
& > :before {
|
|
1761
|
+
cursor: not-allowed;
|
|
1762
|
+
}
|
|
1763
|
+
`,na=Re`
|
|
1764
|
+
align-items: center;
|
|
1765
|
+
color: var(--brand-secondary-1);
|
|
1766
|
+
display: inline-flex;
|
|
1767
|
+
font-weight: var(--fw-bold);
|
|
1768
|
+
line-height: 1.25;
|
|
1769
|
+
padding-inline: var(--spacing-2xl) 0;
|
|
1770
|
+
|
|
1771
|
+
&:before {
|
|
1772
|
+
border-radius: var(--rounded-full);
|
|
1773
|
+
background-color: var(--gray-300);
|
|
1774
|
+
content: '';
|
|
1775
|
+
cursor: pointer;
|
|
1776
|
+
display: block;
|
|
1777
|
+
overflow: hidden;
|
|
1778
|
+
width: var(--spacing-xl);
|
|
1779
|
+
height: var(--spacing-md);
|
|
1780
|
+
position: absolute;
|
|
1781
|
+
left: 0;
|
|
1782
|
+
top: 0;
|
|
1698
1783
|
}
|
|
1699
|
-
|
|
1784
|
+
`,aa=Re`
|
|
1785
|
+
color: var(--gray-500);
|
|
1786
|
+
font-size: var(--fs-sm);
|
|
1787
|
+
padding-inline: var(--spacing-2xl) 0;
|
|
1788
|
+
`;import{Fragment as t2,jsx as Nt,jsxs as ia}from"@emotion/react/jsx-runtime";var Ll=sa.forwardRef(({label:e,infoText:t,toggleText:r,children:o,...n},i)=>{let s=t;return t&&r&&(s=n.checked?r:t),ia(t2,{children:[ia("label",{css:[ta,n.disabled?oa:void 0],children:[Nt("input",{type:"checkbox",css:ra,...n,ref:i}),Nt("span",{css:na,children:e})]}),s?Nt("p",{css:aa,children:s}):null,o]})});import*as W from"react";import{css as Se}from"@emotion/react";var la=Se`
|
|
1789
|
+
border-bottom: 1px solid var(--gray-400);
|
|
1790
|
+
border-collapse: collapse;
|
|
1791
|
+
min-width: 100%;
|
|
1792
|
+
table-layout: auto;
|
|
1793
|
+
`,ca=Se`
|
|
1794
|
+
background: var(--gray-100);
|
|
1795
|
+
color: var(--brand-secondary-1);
|
|
1796
|
+
text-align: left;
|
|
1797
|
+
`,da=Se`
|
|
1798
|
+
border-bottom: 1px solid var(--gray-200);
|
|
1799
|
+
`,pa=Se`
|
|
1800
|
+
font-size: var(--fs-sm);
|
|
1801
|
+
padding: var(--spacing-base) var(--spacing-md);
|
|
1802
|
+
text-transform: uppercase;
|
|
1803
|
+
font-weight: var(--fw-bold);
|
|
1804
|
+
`,La=Se`
|
|
1805
|
+
padding: var(--spacing-base) var(--spacing-md);
|
|
1806
|
+
`;import{jsx as K}from"@emotion/react/jsx-runtime";var ul=W.forwardRef(({children:e,...t},r)=>K("table",{ref:r,css:la,...t,children:e})),fl=W.forwardRef(({children:e,...t},r)=>K("thead",{ref:r,css:ca,...t,children:e})),vl=W.forwardRef(({children:e,...t},r)=>K("tbody",{ref:r,...t,children:e})),bl=W.forwardRef(({children:e,...t},r)=>K("tfoot",{ref:r,...t,children:e})),hl=W.forwardRef(({children:e,...t},r)=>K("tr",{ref:r,css:da,...t,children:e})),xl=W.forwardRef(({children:e,...t},r)=>K("th",{ref:r,css:pa,...t,children:e})),yl=W.forwardRef(({children:e,...t},r)=>K("td",{ref:r,css:La,...t,children:e}));import{createContext as o2,useContext as n2}from"react";import{Tab as a2,TabList as i2,TabPanel as s2,useTabState as l2}from"reakit/Tab";import{css as ga}from"@emotion/react";var ma=ga`
|
|
1700
1807
|
align-items: center;
|
|
1701
1808
|
border: 0;
|
|
1702
1809
|
background: transparent;
|
|
@@ -1711,67 +1818,10 @@ to {
|
|
|
1711
1818
|
color: var(--brand-secondary-3);
|
|
1712
1819
|
-webkit-text-stroke-width: thin;
|
|
1713
1820
|
}
|
|
1714
|
-
`,
|
|
1821
|
+
`,ua=ga`
|
|
1715
1822
|
display: flex;
|
|
1716
1823
|
gap: var(--spacing-base);
|
|
1717
|
-
`;import{jsx as
|
|
1718
|
-
background-color: var(--gray-50);
|
|
1719
|
-
display: flex;
|
|
1720
|
-
gap: var(--spacing-sm);
|
|
1721
|
-
flex-direction: column;
|
|
1722
|
-
position: absolute;
|
|
1723
|
-
inset: 0;
|
|
1724
|
-
padding: var(--spacing-base);
|
|
1725
|
-
height: 100%;
|
|
1726
|
-
`,Qn=K`
|
|
1727
|
-
align-self: flex-end;
|
|
1728
|
-
background: transparent;
|
|
1729
|
-
border: none;
|
|
1730
|
-
display: block;
|
|
1731
|
-
padding: var(--spacing-xs);
|
|
1732
|
-
`,jn=K`
|
|
1733
|
-
font-size: var(--fs-lg);
|
|
1734
|
-
font-weight: var(--fw-bold);
|
|
1735
|
-
`,ea=K`
|
|
1736
|
-
position: absolute;
|
|
1737
|
-
inset: 0;
|
|
1738
|
-
overflow: hidden;
|
|
1739
|
-
z-index: var(--z-10);
|
|
1740
|
-
`,ta=K`
|
|
1741
|
-
height: 100%;
|
|
1742
|
-
overflow: auto;
|
|
1743
|
-
${Z}
|
|
1744
|
-
`,Qs=Js`
|
|
1745
|
-
0% {
|
|
1746
|
-
transform: translate(0);
|
|
1747
|
-
opacity: 0;
|
|
1748
|
-
}
|
|
1749
|
-
1% {
|
|
1750
|
-
transform: translate(100%);
|
|
1751
|
-
}
|
|
1752
|
-
2% {
|
|
1753
|
-
opacity: 1;
|
|
1754
|
-
}
|
|
1755
|
-
100% {
|
|
1756
|
-
transform: translate(0);
|
|
1757
|
-
}
|
|
1758
|
-
`,ra=K`
|
|
1759
|
-
position: absolute;
|
|
1760
|
-
inset-block: 0;
|
|
1761
|
-
right: 0;
|
|
1762
|
-
overflow: hidden;
|
|
1763
|
-
transform: translate(0);
|
|
1764
|
-
animation: ${Qs} var(--duration-fast) ease-out;
|
|
1765
|
-
will-change: width, right, transform;
|
|
1766
|
-
transition: width var(--duration-fast) ease-out;
|
|
1767
|
-
box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
|
|
1768
|
-
`,oa=K`
|
|
1769
|
-
position: absolute;
|
|
1770
|
-
inset: 0;
|
|
1771
|
-
background: rgba(100, 100, 100, 0.01);
|
|
1772
|
-
backdrop-filter: blur(2px);
|
|
1773
|
-
animation: ${sr} var(--duration-fast) ease-out;
|
|
1774
|
-
`;import{jsx as ot,jsxs as o2}from"@emotion/react/jsx-runtime";var vl=js.forwardRef(({id:e,stackId:t,instanceKey:r,onRequestClose:o,header:n,children:i},s)=>{let{registerDrawer:c,unregisterDrawer:p}=rt(),d=t2(null),m=e2(()=>{let g=`dialog-header-${t}-${e}`;return o2("div",{ref:s,role:"dialog",tabIndex:-1,"aria-labelledby":g,css:Jn,children:[ot(B,{ref:d,type:"button",onClick:o,css:Qn,title:"Close dialog",buttonType:"ghost",children:ot(L,{icon:r2,iconColor:"gray",size:"1.5rem"})}),n?ot("div",{id:g,css:jn,children:n}):null,ot("div",{css:ta,children:i})]})},[i,n,e,t,o,s]);return na(()=>{c({drawer:{id:e,component:m,stackId:t,onRequestClose:o,instanceKey:r},onFirstRender:()=>{setTimeout(()=>{var g;(g=d.current)==null||g.focus({preventScroll:!0})},0)}})},[m,r,c]),na(()=>()=>p({id:e,stackId:t,instanceKey:r}),[e,t,r,p]),null});import{Fragment as a2,jsx as nt,jsxs as i2}from"@emotion/react/jsx-runtime";var aa=64,ia=16,yl=({stackId:e,width:t="45%",minWidth:r="0",maxWidth:o="100%",...n})=>{let{drawersRegistry:i}=rt(),s=i.filter(({stackId:c})=>c===e);return s.length===0?null:nt("div",{css:ea,...n,children:s.map(({component:c,id:p,stackId:d,onRequestClose:m},g)=>nt(n2,{index:g,totalDrawers:s.length,width:t,minWidth:r,maxWidth:o,onOverlayClick:m,children:c},`${d}-${p}`))})},n2=({index:e,totalDrawers:t,width:r,minWidth:o,maxWidth:n,onOverlayClick:i,children:s})=>{let c=ia*e;if(t*ia>aa){let d=e===0?0:e/t;c=Math.round(aa*d)}let p=`calc(${r} - ${c}px)`;return i2(a2,{children:[nt("div",{css:oa,onClick:i}),nt("div",{css:[ra,{width:p,minWidth:o,maxWidth:n}],children:s})]})};import{css as ge}from"@emotion/react";var sa=ge`
|
|
1824
|
+
`;import{jsx as it}from"@emotion/react/jsx-runtime";var fa=o2(null),Ut=()=>{let e=n2(fa);if(!e)throw new Error("This component can only be used inside <Tabs>");return e},kl=({children:e,...t})=>{let r=l2(t);return it(fa.Provider,{value:r,children:e})},Pl=({children:e,...t})=>{let r=Ut();return it(i2,{...t,...r,css:ua,children:e})},Zl=({children:e,id:t,...r})=>{let o=Ut();return it(a2,{type:"button",id:t,...o,...r,css:ma,children:e})},Hl=({children:e,...t})=>{let r=Ut();return it(s2,{...t,...r,children:e})};import{css as me}from"@emotion/react";var va=me`
|
|
1775
1825
|
align-items: center;
|
|
1776
1826
|
align-self: center;
|
|
1777
1827
|
color: var(--gray-500);
|
|
@@ -1790,16 +1840,16 @@ to {
|
|
|
1790
1840
|
width: var(--fs-xs);
|
|
1791
1841
|
height: var(--fs-xs);
|
|
1792
1842
|
}
|
|
1793
|
-
`,
|
|
1843
|
+
`,_t=me`
|
|
1794
1844
|
&:before {
|
|
1795
1845
|
background: var(--white);
|
|
1796
1846
|
box-shadow: inset 0 0 0 0.125rem var(--brand-primary-1);
|
|
1797
1847
|
}
|
|
1798
|
-
`,
|
|
1848
|
+
`,ba=me`
|
|
1799
1849
|
&:before {
|
|
1800
1850
|
background: var(--brand-primary-1);
|
|
1801
1851
|
}
|
|
1802
|
-
`,
|
|
1852
|
+
`,ha=me`
|
|
1803
1853
|
color: var(--error);
|
|
1804
1854
|
&:before {
|
|
1805
1855
|
background: var(--error);
|
|
@@ -1814,62 +1864,12 @@ to {
|
|
|
1814
1864
|
position: absolute;
|
|
1815
1865
|
rotate: -45deg;
|
|
1816
1866
|
}
|
|
1817
|
-
`,
|
|
1867
|
+
`,xa=me`
|
|
1818
1868
|
&:before {
|
|
1819
1869
|
background: var(--brand-secondary-3);
|
|
1820
1870
|
}
|
|
1821
|
-
`,
|
|
1871
|
+
`,ya=me`
|
|
1822
1872
|
&:before {
|
|
1823
1873
|
background: var(--brand-secondary-5);
|
|
1824
1874
|
}
|
|
1825
|
-
`;import{jsx as
|
|
1826
|
-
align-items: center;
|
|
1827
|
-
border-radius: var(--rounded-full);
|
|
1828
|
-
border: 1px solid var(--gray-300);
|
|
1829
|
-
color: var(--brand-secondary-1);
|
|
1830
|
-
display: inline-flex;
|
|
1831
|
-
font-size: var(--fs-xxs);
|
|
1832
|
-
font-weight: var(--fw-regular);
|
|
1833
|
-
justify-content: center;
|
|
1834
|
-
width: var(--spacing-base);
|
|
1835
|
-
height: var(--spacing-base);
|
|
1836
|
-
`,ga=at`
|
|
1837
|
-
background: var(--brand-secondary-1);
|
|
1838
|
-
border-radius: var(--rounded-full);
|
|
1839
|
-
width: 2px;
|
|
1840
|
-
height: 2px;
|
|
1841
|
-
`,ma=at`
|
|
1842
|
-
position: relative;
|
|
1843
|
-
`,ua=at`
|
|
1844
|
-
border-radius: var(--rounded-full);
|
|
1845
|
-
background: var(--white);
|
|
1846
|
-
color: var(--brand-secondary-3);
|
|
1847
|
-
display: block;
|
|
1848
|
-
position: absolute;
|
|
1849
|
-
top: -0.25rem;
|
|
1850
|
-
right: -0.25rem;
|
|
1851
|
-
`;import{jsx as _t,jsxs as c2}from"@emotion/react/jsx-runtime";var Pl=({count:e})=>{let t=e>99?c2("span",{css:ma,title:`${e}`,children:["99",_t(L,{icon:"math-plus",iconColor:"currentColor",size:"0.5rem",css:ua})]}):e,r=e===0?_t("span",{css:ga,title:`${e}`}):t;return _t("div",{css:La,children:r})};import*as me from"react";import{css as it}from"@emotion/react";var fa=it`
|
|
1852
|
-
&[open] {
|
|
1853
|
-
& > summary svg {
|
|
1854
|
-
rotate: 0deg;
|
|
1855
|
-
}
|
|
1856
|
-
}
|
|
1857
|
-
`,va=it`
|
|
1858
|
-
animation: ${cr} var(--duration-fast) var(--timing-ease-out) forwards;
|
|
1859
|
-
will-change: height;
|
|
1860
|
-
`,ba=it`
|
|
1861
|
-
align-items: center;
|
|
1862
|
-
display: grid;
|
|
1863
|
-
grid-template-columns: 1.25rem 1fr;
|
|
1864
|
-
gap: var(--spacing-sm);
|
|
1865
|
-
padding: var(--spacing-sm);
|
|
1866
|
-
|
|
1867
|
-
// hides the native arrow icon
|
|
1868
|
-
list-style: none;
|
|
1869
|
-
&::-webkit-details-marker {
|
|
1870
|
-
display: none;
|
|
1871
|
-
}
|
|
1872
|
-
`,ha=it`
|
|
1873
|
-
transition: rotate var(--duration-fast) var(--timing-ease-out);
|
|
1874
|
-
rotate: -90deg;
|
|
1875
|
-
`;import{jsx as xa,jsxs as ya}from"@emotion/react/jsx-runtime";var zl=({summary:e,children:t,isOpenByDefault:r=!1,...o})=>{let n=me.useRef(null),[i,s]=me.useState(r);return me.useEffect(()=>{var p;if(!n)return;let c=()=>{var m;let d=Boolean((m=n==null?void 0:n.current)==null?void 0:m.open);s(d)};(p=n.current)==null||p.addEventListener("toggle",c)},[n]),ya("details",{"data-testid":"details",css:fa,open:i,ref:n,...o,children:[ya("summary",{"data-testid":"summary",css:ba,children:[xa(L,{css:ha,icon:"chevron-down",iconColor:"currentColor",size:"1.25rem"}),e]}),i?xa("div",{"data-testid":"details-content",css:va,children:t}):null]})};export{Z0 as AddButton,Q0 as AddListButton,Xo as Badge,B as Button,m0 as ButtonWithMenu,N4 as Callout,E as Caption,Z9 as Card,A9 as CardContainer,p4 as CheckboxWithInfo,Pl as Counter,A5 as CreateTeamIntegrationTile,o5 as DashedBox,zl as Details,vl as Drawer,il as DrawerProvider,yl as DrawerRenderer,F5 as EditTeamIntegrationTile,z as ErrorMessage,m4 as Fieldset,T as Heading,Es as HexModalBackground,L as Icon,q2 as IconsProvider,f5 as InlineAlert,Rr as Input,R7 as InputComboBox,A7 as InputInlineSelect,O7 as InputKeywordSearch,q7 as InputSelect,j7 as InputToggle,n9 as IntegrationComingSoon,W3 as IntegrationHeaderSection,u9 as IntegrationLoadingTile,C9 as IntegrationModalHeader,In as IntegrationModalIcon,P5 as IntegrationTile,j as Label,f4 as Legend,l5 as LimitsBar,Ct as Link,N9 as LinkList,Vo as LinkWithRef,zi as LoadingIcon,K4 as LoadingIndicator,t3 as LoadingOverlay,Ae as Menu,Yr as MenuContext,H4 as MenuItem,z4 as MenuItemSeparator,R3 as PageHeaderSection,Bo as Paragraph,q as ResolveIcon,X3 as ScrollableList,i0 as ScrollableListInputItem,t0 as ScrollableListItem,M0 as ShortcutContext,k1 as ShortcutRevealer,wl as StatusBullet,D0 as Switch,el as TabButton,j9 as TabButtonGroup,tl as TabContent,$0 as Table,O0 as TableBody,U0 as TableCellData,N0 as TableCellHead,G0 as TableFoot,W0 as TableHead,F0 as TableRow,Q9 as Tabs,i4 as Textarea,g2 as Theme,q5 as TileContainer,B2 as UniformBadge,D2 as UniformLogo,D as WarningMessage,Xt as breakpoints,dt as button,ar as buttonGhost,tr as buttonPrimary,Q as buttonRippleEffect,rr as buttonSecondary,or as buttonSecondaryInvert,ir as buttonTertiary,nr as buttonUnimportant,sr as fadeIn,He as fadeInBottom,S2 as fadeInLtr,cr as fadeInRtl,T2 as fadeOutBottom,I2 as growSubtle,J as input,G as inputError,ct as inputSelect,C as labelText,v as mq,R2 as ripple,Z as scrollbarStyles,lr as skeletonLoading,ke as supports,f2 as useBreakpoint,Nt as useCurrentTab,rt as useDrawer,mr as useIconContext,Jr as useMenuContext};
|
|
1875
|
+
`;import{jsx as d2}from"@emotion/react/jsx-runtime";var zl=({status:e,hideText:t=!1,message:r,...o})=>d2("span",{css:[va,{Error:ha,Modified:ba,Unsaved:_t,Orphan:ya,Published:xa,Draft:_t}[e]],title:r!=null?r:e,...o,children:t?null:r||e});export{U2 as AddButton,p7 as AddListButton,Wr as Badge,E as Button,F4 as ButtonWithMenu,Q4 as Callout,D as Caption,s3 as Card,g3 as CardContainer,n0 as CheckboxWithInfo,h3 as Counter,p9 as CreateTeamIntegrationTile,w3 as DashedBox,k3 as Details,U3 as Drawer,V3 as DrawerProvider,K3 as DrawerRenderer,M9 as EditTeamIntegrationTile,A as ErrorMessage,g0 as Fieldset,T as Heading,js as HexModalBackground,L as Icon,t7 as IconsProvider,n4 as InlineAlert,G1 as Input,Z0 as InputComboBox,O0 as InputInlineSelect,U0 as InputKeywordSearch,Q0 as InputSelect,o5 as InputToggle,B9 as IntegrationComingSoon,V7 as IntegrationHeaderSection,W9 as IntegrationLoadingTile,sl as IntegrationModalHeader,Nn as IntegrationModalIcon,K9 as IntegrationTile,oe as Label,a5 as Legend,v5 as LimitsBar,ht as Link,w5 as LinkList,Ur as LinkWithRef,$s as LoadingIcon,K5 as LoadingIndicator,t9 as LoadingOverlay,We as Menu,vo as MenuContext,H4 as MenuItem,z4 as MenuItemSeparator,Y7 as PageHeaderSection,_r as Paragraph,q as ResolveIcon,Z5 as ScrollableList,$5 as ScrollableListInputItem,N5 as ScrollableListItem,A2 as ShortcutContext,fr as ShortcutRevealer,zl as StatusBullet,Ll as Switch,Zl as TabButton,Pl as TabButtonGroup,Hl as TabContent,ul as Table,vl as TableBody,yl as TableCellData,xl as TableCellHead,bl as TableFoot,fl as TableHead,hl as TableRow,kl as Tabs,L5 as Textarea,g2 as Theme,el as TileContainer,c4 as UniformBadge,L4 as UniformLogo,V as WarningMessage,Xt as breakpoints,ct as button,Qt as buttonGhost,qt as buttonPrimary,J as buttonRippleEffect,Kt as buttonSecondary,Yt as buttonSecondaryInvert,jt as buttonTertiary,Jt as buttonUnimportant,sr as fadeIn,He as fadeInBottom,T2 as fadeInLtr,cr as fadeInRtl,w2 as fadeOutBottom,M2 as growSubtle,Q as input,G as inputError,dt as inputSelect,C as labelText,v as mq,I2 as ripple,H as scrollbarStyles,lr as skeletonLoading,ke as supports,f2 as useBreakpoint,Ut as useCurrentTab,_e as useDrawer,Tr as useIconContext,bo as useMenuContext};
|