@uniformdev/design-system 17.2.0 → 17.2.1-alpha.134

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 CHANGED
@@ -1,4 +1,4 @@
1
- import{jsx as t}from"@emotion/react";import*as l from"react";import qr from"react";var bn=({disableReset:e=!1})=>t(qr.Fragment,null,t("link",{href:"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Quantico:wght@700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap",rel:"stylesheet"}),e?null:t("style",{key:"uniform-design-system-theme",dangerouslySetInnerHTML:{__html:`
1
+ import{jsx as t}from"@emotion/react";import*as l from"react";import e1 from"react";var Sn=({disableReset:e=!1})=>t(e1.Fragment,null,t("link",{href:"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Quantico:wght@700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap",rel:"stylesheet"}),e?null:t("style",{key:"uniform-design-system-theme",dangerouslySetInnerHTML:{__html:`
2
2
  /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,::after,::before{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0;font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji'}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}
3
3
  `}}),t("style",{dangerouslySetInnerHTML:{__html:`
4
4
  :root {
@@ -35,7 +35,7 @@ import{jsx as t}from"@emotion/react";import*as l from"react";import qr from"reac
35
35
  --fluid-font-base: 2vw + 1rem;
36
36
 
37
37
  --fs-base: 1rem; /* 16px */
38
- --fs-xxs: calc(var(--fs-base) - 0.5rem);
38
+ --fs-xxs: calc(var(--fs-base) - 0.375rem);
39
39
  --fs-xs: calc(var(--fs-base) - 0.25rem);
40
40
  --fs-sm: calc(var(--fs-base) - 0.125rem);
41
41
  --fs-md: calc(var(--fs-base) * 1.25);
@@ -107,6 +107,7 @@ import{jsx as t}from"@emotion/react";import*as l from"react";import qr from"reac
107
107
  --duration-xslow: 0.75s;
108
108
  --duration-slow: 0.5s;
109
109
  --duration-fast: 0.25s;
110
+ --duration-xfast: 0.15s;
110
111
  }
111
112
 
112
113
  html,
@@ -165,7 +166,7 @@ import{jsx as t}from"@emotion/react";import*as l from"react";import qr from"reac
165
166
  ul, ol {
166
167
  list-style: none;
167
168
  }
168
- `}}));var Jr={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},u=e=>`@media (min-width: ${Jr[e]})`,Q=e=>`@supports (${e})`;import{css as v}from"@emotion/react";var E=v`
169
+ `}}));var o1={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},u=e=>`@media (min-width: ${o1[e]})`,Q=e=>`@supports (${e})`;import{css as v}from"@emotion/react";var E=v`
169
170
  position: relative;
170
171
  `,h=v`
171
172
  display: flex;
@@ -222,7 +223,7 @@ import{jsx as t}from"@emotion/react";import*as l from"react";import qr from"reac
222
223
  color: var(--brand-secondary-1);
223
224
  height: 1.25rem;
224
225
  width: 1.25rem;
225
- `,Bt=v`
226
+ `,zt=v`
226
227
  align-items: flex-start;
227
228
  cursor: pointer;
228
229
  display: inline-flex;
@@ -232,13 +233,15 @@ import{jsx as t}from"@emotion/react";import*as l from"react";import qr from"reac
232
233
  font-weight: var(--fw-regular);
233
234
  position: relative;
234
235
  min-height: var(--spacing-md);
235
- `,zt=v`
236
+ `,Et=v`
237
+ appearance: none;
236
238
  border: 1px solid var(--brand-secondary-1);
237
239
  background: var(--white);
238
240
  width: var(--spacing-md);
239
241
  height: var(--spacing-md);
240
- transition: background var(--duration) var(--timing), border-color var(--duration) var(--timing),
241
- color var(--duration) var(--timing);
242
+ transition: background var(--duration-fast) var(--timing-ease-out),
243
+ border-color var(--duration-fast) var(--timing-ease-out),
244
+ color var(--duration-fast) var(--timing-ease-out);
242
245
 
243
246
  position: absolute;
244
247
  left: 0;
@@ -267,7 +270,7 @@ import{jsx as t}from"@emotion/react";import*as l from"react";import qr from"reac
267
270
  color: var(--gray-300);
268
271
  border-color: var(--gray-300);
269
272
  }
270
- `,Et=e=>v`
273
+ `,At=e=>v`
271
274
  font-weight: ${e==="medium"?"var(--fw-medium)":e==="normal"?"var(--fw-regular)":"var(--fw-bold)"};
272
275
  padding-left: var(--spacing-lg);
273
276
 
@@ -279,19 +282,19 @@ import{jsx as t}from"@emotion/react";import*as l from"react";import qr from"reac
279
282
  text-decoration: none;
280
283
  }
281
284
  }
282
- `,At=v`
285
+ `,Vt=v`
283
286
  cursor: not-allowed;
284
287
  color: var(--gray-400);
285
- `,Vt=v`
288
+ `,Dt=v`
286
289
  display: flex;
287
290
  flex-direction: column;
288
291
  flex-basis: 100%;
289
292
  padding-left: var(--spacing-lg);
290
293
  margin-top: -0.5rem;
291
294
  line-height: 1.15;
292
- `,Dt=v`
295
+ `,$t=v`
293
296
  ${A("wrap")};
294
- `;import{css as Qr}from"@emotion/react";var U=Qr`
297
+ `;import{css as r1}from"@emotion/react";var U=r1`
295
298
  @supports ((scrollbar-color: #d1d5db transparent) and (scrollbar-width: thin)) {
296
299
  /*
297
300
  #d1d5db = bg-gray-300
@@ -317,7 +320,7 @@ import{jsx as t}from"@emotion/react";import*as l from"react";import qr from"reac
317
320
  &::-webkit-scrollbar-thumb:hover {
318
321
  background: var(--gray-500);
319
322
  }
320
- `;import{keyframes as w}from"@emotion/react";var In=w`
323
+ `;import{keyframes as w}from"@emotion/react";var An=w`
321
324
  0%,
322
325
  100% {
323
326
  transform: scale(1);
@@ -327,7 +330,7 @@ import{jsx as t}from"@emotion/react";import*as l from"react";import qr from"reac
327
330
  transform: scale(1.15);
328
331
  opacity: 1;
329
332
  }
330
- `,$t=w`
333
+ `,Gt=w`
331
334
  0% {
332
335
  opacity: 0;
333
336
  transform: translateY(10px);
@@ -336,7 +339,7 @@ import{jsx as t}from"@emotion/react";import*as l from"react";import qr from"reac
336
339
  opacity: 1;
337
340
  transform: translateY(0);
338
341
  }
339
- `,Tn=w`
342
+ `,Vn=w`
340
343
  0% {
341
344
  opacity: 1;
342
345
  transform: translateY(0);
@@ -345,24 +348,24 @@ import{jsx as t}from"@emotion/react";import*as l from"react";import qr from"reac
345
348
  opacity: 0;
346
349
  transform: translateY(10px);
347
350
  }
348
- `,Zn=w`
351
+ `,Dn=w`
349
352
  0% {
350
353
  opacity: 0;
351
354
  }
352
355
  100% {
353
356
  opacity: 1;
354
357
  }
355
- `,Sn=w`
358
+ `,$n=w`
356
359
  to {
357
360
  transform: scale(4);
358
- }`,Gt=w`
361
+ }`,Ot=w`
359
362
  0% {
360
363
  background-color: var(--gray-100);
361
364
  }
362
365
  100% {
363
366
  background-color: var(--gray-200);
364
367
  }
365
- `,Rn=w`
368
+ `,Gn=w`
366
369
  from {
367
370
  opacity: 0;
368
371
  transform: translateX(-10px);
@@ -371,7 +374,7 @@ to {
371
374
  opacity: 1;
372
375
  transform: translateX(0);
373
376
  }
374
- `,Pn=w`
377
+ `,On=w`
375
378
  from {
376
379
  opacity: 0;
377
380
  transform: translateX(10px);
@@ -388,7 +391,7 @@ to {
388
391
  `,rt=vt`
389
392
  background: var(--brand-secondary-1);
390
393
  color: var(--white);
391
- `;var En=({theme:e="light",...o})=>t("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:[et,e==="dark"?rt:ot],...o},t("path",{d:"M28.998 0 0 16.744V50.23l28.998-16.744 29.004-16.743L28.998 0Z",fill:"#83C6E1"}),t("path",{d:"M28.998 66.974V33.487L0 50.231v33.487l28.998 16.744 29.004-16.744V50.23L28.998 66.974Z",fill:"#438FD5"}),t("path",{d:"M58.002 16.744 28.998 33.487l29.004 16.744v33.487L87 66.975V33.487L58.002 16.744Z",fill:"#F4220B"}));var Dn=({theme:e="light",...o})=>t("div",{"data-test-id":"uniform-Logo"},t("svg",{width:"153",height:"53",viewBox:"0 0 153 39",fill:"none",xmlns:"http://www.w3.org/2000/svg",css:[et,e==="dark"?rt:ot],...o},t("path",{d:"M11.249 0 0 6.495v12.99l11.249-6.495L22.5 6.495 11.25 0Z",fill:"#83C6E1"}),t("path",{d:"M11.249 25.98V12.99L0 19.486v12.99l11.249 6.495L22.5 32.476v-12.99L11.25 25.98Z",fill:"#438FD5"}),t("path",{d:"m22.5 6.495-11.25 6.496 11.25 6.495v12.99l11.25-6.495V12.99L22.5 6.495Z",fill:"#F4220B"}),t("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 Kt from"react";import{Button as jr}from"reakit/Button";import{css as k}from"@emotion/react";var Ot=k`
394
+ `;var _n=({theme:e="light",...o})=>t("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:[et,e==="dark"?rt:ot],...o},t("path",{d:"M28.998 0 0 16.744V50.23l28.998-16.744 29.004-16.743L28.998 0Z",fill:"#83C6E1"}),t("path",{d:"M28.998 66.974V33.487L0 50.231v33.487l28.998 16.744 29.004-16.744V50.23L28.998 66.974Z",fill:"#438FD5"}),t("path",{d:"M58.002 16.744 28.998 33.487l29.004 16.744v33.487L87 66.975V33.487L58.002 16.744Z",fill:"#F4220B"}));var Yn=({theme:e="light",...o})=>t("div",{"data-test-id":"uniform-Logo"},t("svg",{width:"153",height:"53",viewBox:"0 0 153 39",fill:"none",xmlns:"http://www.w3.org/2000/svg",css:[et,e==="dark"?rt:ot],...o},t("path",{d:"M11.249 0 0 6.495v12.99l11.249-6.495L22.5 6.495 11.25 0Z",fill:"#83C6E1"}),t("path",{d:"M11.249 25.98V12.99L0 19.486v12.99l11.249 6.495L22.5 32.476v-12.99L11.25 25.98Z",fill:"#438FD5"}),t("path",{d:"m22.5 6.495-11.25 6.496 11.25 6.495v12.99l11.25-6.495V12.99L22.5 6.495Z",fill:"#F4220B"}),t("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 Xt from"react";import{Button as n1}from"reakit/Button";import{css as k}from"@emotion/react";var Ft=k`
392
395
  align-items: center;
393
396
  border: none;
394
397
  border-radius: var(--rounded-base);
@@ -422,7 +425,7 @@ to {
422
425
  background-size: 100%;
423
426
  transition: background 0s;
424
427
  }
425
- `,Ft=k`
428
+ `,Wt=k`
426
429
  background: var(--brand-secondary-1);
427
430
  color: var(--white);
428
431
 
@@ -432,7 +435,7 @@ to {
432
435
  }
433
436
 
434
437
  ${_({hoverColor:"var(--brand-secondary-1)"})}
435
- `,Wt=k`
438
+ `,Nt=k`
436
439
  background: var(--brand-secondary-5);
437
440
  color: var(--white);
438
441
 
@@ -442,7 +445,7 @@ to {
442
445
  }
443
446
 
444
447
  ${_({hoverColor:"var(--brand-secondary-5)"})}
445
- `,Nt=k`
448
+ `,Ut=k`
446
449
  background: var(--brand-secondary-2);
447
450
  color: var(--brand-secondary-1);
448
451
 
@@ -452,7 +455,7 @@ to {
452
455
  }
453
456
 
454
457
  ${_({hoverColor:"var(--brand-secondary-2)"})}
455
- `,Ut=k`
458
+ `,_t=k`
456
459
  background: transparent;
457
460
  color: var(--brand-secondary-3);
458
461
 
@@ -467,7 +470,7 @@ to {
467
470
  }
468
471
 
469
472
  ${_({hoverColor:"var(--white)",activeColor:"var(--gray-100)"})}
470
- `,_t=k`
473
+ `,Kt=k`
471
474
  background: var(--brand-secondary-3);
472
475
  color: var(--white);
473
476
 
@@ -477,7 +480,7 @@ to {
477
480
  }
478
481
 
479
482
  ${_({hoverColor:"var(--brand-secondary-3)"})}
480
- `;var V=Kt.forwardRef(({buttonType:e="primary",size:o="md",children:r,...n},a)=>{let i={primary:Ft,secondary:Wt,ghost:Ut,unimportant:Nt,tertiary:_t},s={xs:"padding: 0.375rem 0.625rem; font-size: var(--fs-xs);",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 t(jr,{ref:a,css:[Ot,i[e],s[o]],...n},r)});import d1 from"react";import{createContext as n1,useContext as a1,useEffect as i1,useState as Yt}from"react";import{GenIcon as nt}from"react-icons";var t1=nt({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:[]}]}),e1=nt({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:[]}]}),o1=nt({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:[]}]}),r1=nt({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:[]}]}),Xt={"rectangle-rounded":t1,card:e1,"image-text":o1,"border-top":r1};import{paramCase as s1}from"param-case";var qt=n1({iconsMap:{},isLoading:!0});function Jt(){return a1(qt)}function Qn({children:e}){let[o,r]=Yt(!0),[n,a]=Yt({}),i=async()=>{let s=await import("react-icons/cg"),c=Object.entries(s).reduce((d,[p,f])=>{if(p==="default")return d;let m=l1(p);return{...d,[m]:f}},{});a({...c,...Xt}),r(!1)};return i1(()=>{i()},[]),t(qt.Provider,{value:{iconsMap:n,isLoading:o}},e)}function l1(e){var o,r;return(r=(o=s1(e.replace("Cg","")).match(/[a-z]+|\d+/gi))==null?void 0:o.join("-"))!=null?r:""}import{css as K}from"@emotion/react";var Qt=K`
483
+ `;var V=Xt.forwardRef(({buttonType:e="primary",size:o="md",children:r,...n},a)=>{let i={primary:Wt,secondary:Nt,ghost:_t,unimportant:Ut,tertiary:Kt},s={xs:"padding: 0.375rem 0.625rem; font-size: var(--fs-xs);",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 t(n1,{ref:a,css:[Ft,i[e],s[o]],...n},r)});import u1 from"react";import{createContext as c1,useContext as p1,useEffect as d1,useState as qt}from"react";import{GenIcon as nt}from"react-icons";var a1=nt({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:[]}]}),i1=nt({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:[]}]}),s1=nt({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:[]}]}),l1=nt({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:[]}]}),Yt={"rectangle-rounded":a1,card:i1,"image-text":s1,"border-top":l1};import{paramCase as L1}from"param-case";var Jt=c1({iconsMap:{},isLoading:!0});function Qt(){return p1(Jt)}function ca({children:e}){let[o,r]=qt(!0),[n,a]=qt({}),i=async()=>{let s=await import("react-icons/cg"),c=Object.entries(s).reduce((p,[d,f])=>{if(d==="default")return p;let m=g1(d);return{...p,[m]:f}},{});a({...c,...Yt}),r(!1)};return d1(()=>{i()},[]),t(Jt.Provider,{value:{iconsMap:n,isLoading:o}},e)}function g1(e){var o,r;return(r=(o=L1(e.replace("Cg","")).match(/[a-z]+|\d+/gi))==null?void 0:o.join("-"))!=null?r:""}import{css as K}from"@emotion/react";var jt=K`
481
484
  display: hidden;
482
485
 
483
486
  ${u("sm")} {
@@ -488,30 +491,30 @@ to {
488
491
  display: block;
489
492
  vertical-align: middle;
490
493
  }
491
- `,jt=K`
492
- color: var(--brand-secondary-3);
493
494
  `,te=K`
494
- color: var(--brand-secondary-5);
495
+ color: var(--brand-secondary-3);
495
496
  `,ee=K`
496
- color: var(--gray-500);
497
+ color: var(--brand-secondary-5);
497
498
  `,oe=K`
499
+ color: var(--gray-500);
500
+ `,re=K`
498
501
  color: currentColor;
499
- `;var p1=({icon:e,iconColor:o="green",size:r="1.5rem",...n})=>{let a=typeof e=="string",{iconsMap:i,isLoading:s}=Jt(),c={green:jt,gray:ee,red:te,currentColor:oe};if(a&&s)return null;let d=a?i[e]:e;return a&&d===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):t(d,{role:"img",size:r,...n,css:[Qt,c[o]]})},g=d1.memo(p1);import{css as L1}from"@emotion/react";var re=L1`
502
+ `;var f1=({icon:e,iconColor:o="green",size:r="1.5rem",...n})=>{let a=typeof e=="string",{iconsMap:i,isLoading:s}=Qt(),c={green:te,gray:oe,red:ee,currentColor:re};if(a&&s)return null;let p=a?i[e]:e;return a&&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):t(p,{role:"img",size:r,...n,css:[jt,c[o]]})},g=u1.memo(f1);import{css as b1}from"@emotion/react";var ne=b1`
500
503
  color: var(--gray-500);
501
504
  display: block;
502
505
  font-size: var(--fs-sm);
503
506
  margin: var(--spacing-xs) 0;
504
507
  max-width: var(--prose);
505
- `;var I=({children:e,testId:o,...r})=>t("small",{css:re,"data-test-id":o,...r},e);import{MdWarning as m1}from"react-icons/md";import{css as g1}from"@emotion/react";var ne=g1`
508
+ `;var I=({children:e,testId:o,...r})=>t("small",{css:ne,"data-test-id":o,...r},e);import{MdWarning as h1}from"react-icons/md";import{css as v1}from"@emotion/react";var ae=v1`
506
509
  align-items: center;
507
510
  color: var(--brand-secondary-5);
508
511
  display: flex;
509
512
  gap: var(--spacing-sm);
510
513
  margin: var(--spacing-xs) 0;
511
- `;var T=({message:e,testId:o})=>e?t("span",{css:ne,"data-test-id":o},t(g,{icon:m1,size:16,iconColor:"currentColor"}),e):null;var D=({children:e,className:o,testId:r,...n})=>t("label",{css:[h,typeof o=="object"?o:void 0],className:typeof o=="string"?o:"","data-test-id":r,...n},e);var ae=({label:e,icon:o,id:r,caption:n,showLabel:a=!0,errorMessage:i,containerTestId:s,labelTestId:c,errorTestId:d,captionTestId:p,classNameContainer:f,classNameControl:m,classNameLabel:b,...ft})=>t("div",{"data-test-id":s||"container-input-field"},a?t(D,{htmlFor:r,css:[h,typeof b=="object"?b:void 0],className:typeof b=="string"?b:"",testId:c},e):null,t("div",{css:[E,typeof f=="object"?f:void 0],className:typeof f=="string"?f:""},t("input",{id:r,css:[A("nowrap"),typeof m=="object"?m:void 0,i?P:void 0,o?tt:""],"aria-label":a?void 0:e,className:typeof m=="string"?m:"",...ft}),o?t("div",{css:j},o):null),n?t(I,{testId:p},n):null,i?t(T,{message:i,testId:d}):null);import u1 from"react-select";function wa(e){return t(u1,{...e,classNamePrefix:"input-combobox",styles:{...e.styles,singleValue:(o,r)=>{var n,a;return{...o,color:"#828282",...(a=(n=e.styles)==null?void 0:n.singleValue)==null?void 0:a.call(n,o,r)}},valueContainer:(o,r)=>{var n,a;return{...o,padding:"var(--spacing-base)",...(a=(n=e.styles)==null?void 0:n.valueContainer)==null?void 0:a.call(n,o,r)}},input:(o,r)=>{var n,a;return{...o,margin:"0",padding:"0","& > input":{boxShadow:"none !important"},...(a=(n=e.styles)==null?void 0:n.input)==null?void 0:a.call(n,o,r)}},control:(o,r)=>{var n,a;return{...o,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"},...(a=(n=e.styles)==null?void 0:n.control)==null?void 0:a.call(n,o,r)}},indicatorsContainer:(o,r)=>{var n,a;return{...o,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"},...(a=(n=e.styles)==null?void 0:n.indicatorsContainer)==null?void 0:a.call(n,o,r)}},indicatorSeparator:(o,r)=>{var n,a;return{display:"none",...(a=(n=e.styles)==null?void 0:n.indicatorSeparator)==null?void 0:a.call(n,o,r)}},option:(o,r)=>{var n,a;return{...o,color:r.isDisabled?"var(--gray-500)":"var(--gray-700)",backgroundColor:r.isDisabled?"transparent":r.isSelected?"var(--gray-200)":r.isFocused?"var(--gray-100)":"transparent",...(a=(n=e.styles)==null?void 0:n.option)==null?void 0:a.call(n,o,r)}}}})}import{css as f1}from"@emotion/react";import*as pe from"react";import{useState as b1,useRef as v1}from"react";import{css as X}from"@emotion/react";var ie=X`
514
+ `;var T=({message:e,testId:o})=>e?t("span",{css:ae,"data-test-id":o},t(g,{icon:h1,size:16,iconColor:"currentColor"}),e):null;var D=({children:e,className:o,testId:r,...n})=>t("label",{css:[h,typeof o=="object"?o:void 0],className:typeof o=="string"?o:"","data-test-id":r,...n},e);var ie=({label:e,icon:o,id:r,caption:n,showLabel:a=!0,errorMessage:i,containerTestId:s,labelTestId:c,errorTestId:p,captionTestId:d,classNameContainer:f,classNameControl:m,classNameLabel:b,...ft})=>t("div",{"data-test-id":s||"container-input-field"},a?t(D,{htmlFor:r,css:[h,typeof b=="object"?b:void 0],className:typeof b=="string"?b:"",testId:c},e):null,t("div",{css:[E,typeof f=="object"?f:void 0],className:typeof f=="string"?f:""},t("input",{id:r,css:[A("nowrap"),typeof m=="object"?m:void 0,i?P:void 0,o?tt:""],"aria-label":a?void 0:e,className:typeof m=="string"?m:"",...ft}),o?t("div",{css:j},o):null),n?t(I,{testId:d},n):null,i?t(T,{message:i,testId:p}):null);import y1 from"react-select";function Ea(e){return t(y1,{...e,classNamePrefix:"input-combobox",styles:{...e.styles,singleValue:(o,r)=>{var n,a;return{...o,color:"#828282",...(a=(n=e.styles)==null?void 0:n.singleValue)==null?void 0:a.call(n,o,r)}},valueContainer:(o,r)=>{var n,a;return{...o,padding:"var(--spacing-base)",...(a=(n=e.styles)==null?void 0:n.valueContainer)==null?void 0:a.call(n,o,r)}},input:(o,r)=>{var n,a;return{...o,margin:"0",padding:"0","& > input":{boxShadow:"none !important"},...(a=(n=e.styles)==null?void 0:n.input)==null?void 0:a.call(n,o,r)}},control:(o,r)=>{var n,a;return{...o,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"},...(a=(n=e.styles)==null?void 0:n.control)==null?void 0:a.call(n,o,r)}},indicatorsContainer:(o,r)=>{var n,a;return{...o,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"},...(a=(n=e.styles)==null?void 0:n.indicatorsContainer)==null?void 0:a.call(n,o,r)}},indicatorSeparator:(o,r)=>{var n,a;return{display:"none",...(a=(n=e.styles)==null?void 0:n.indicatorSeparator)==null?void 0:a.call(n,o,r)}},option:(o,r)=>{var n,a;return{...o,color:r.isDisabled?"var(--gray-500)":"var(--gray-700)",backgroundColor:r.isDisabled?"transparent":r.isSelected?"var(--gray-200)":r.isFocused?"var(--gray-100)":"transparent",...(a=(n=e.styles)==null?void 0:n.option)==null?void 0:a.call(n,o,r)}}}})}import{css as x1}from"@emotion/react";import*as Le from"react";import{useState as M1,useRef as C1}from"react";import{css as X}from"@emotion/react";var se=X`
512
515
  margin-inline: auto;
513
516
  max-width: fit-content;
514
- `,se=X`
517
+ `,le=X`
515
518
  align-items: center;
516
519
  background: var(--brand-secondary-3);
517
520
  border: 2px solid var(--brand-secondary-3);
@@ -534,7 +537,7 @@ to {
534
537
  &:focus {
535
538
  outline: 2px solid var(--brand-secondary-1);
536
539
  }
537
- `,le=X`
540
+ `,ce=X`
538
541
  background: var(--white);
539
542
  border: 1px solid var(--brand-secondary-3);
540
543
  border-top: none;
@@ -544,7 +547,7 @@ to {
544
547
  position: absolute;
545
548
  inset: auto 0;
546
549
  transform: translateY(-0.2rem);
547
- `,ce=X`
550
+ `,pe=X`
548
551
  cursor: pointer;
549
552
  display: block;
550
553
  font-size: var(--fs-sm);
@@ -566,16 +569,16 @@ to {
566
569
  width: 1px;
567
570
  clip: rect(0, 0, 0, 0);
568
571
  padding: 0;
569
- `;import{CgChevronDown as h1}from"react-icons/cg";var za=({classNameContainer:e,options:o,value:r,onChange:n,disabled:a,...i})=>{var f;let[s,c]=b1(!1),d=v1(null);pe.useEffect(()=>{let m=b=>{d.current&&!d.current.contains(b.target)&&c(!1)};return document.addEventListener("mousedown",m),()=>{document.removeEventListener("mousedown",m)}},[d]);let p=o.find(m=>m.value===r);return t("div",{ref:d,css:e?f1`
572
+ `;import{CgChevronDown as w1}from"react-icons/cg";var Ua=({classNameContainer:e,options:o,value:r,onChange:n,disabled:a,...i})=>{var f;let[s,c]=M1(!1),p=C1(null);Le.useEffect(()=>{let m=b=>{p.current&&!p.current.contains(b.target)&&c(!1)};return document.addEventListener("mousedown",m),()=>{document.removeEventListener("mousedown",m)}},[p]);let d=o.find(m=>m.value===r);return t("div",{ref:p,css:e?x1`
570
573
  max-width: fit-content;
571
574
  ${typeof e=="object"?e:void 0}
572
- `:ie,className:typeof e=="string"?e:""},t("button",{type:"button","aria-controls":`and-or-${i.id}`,"aria-expanded":s,css:se,onClick:()=>{a||c(m=>!m)},disabled:a,...i},t("span",null,(f=p==null?void 0:p.label)!=null?f:r),a?null:t(g,{icon:h1,iconColor:"currentColor",size:24})),t("div",{id:`and-or-${i.id}`,css:[le,s?void 0:de],"aria-hidden":!s},o.map(m=>t("button",{key:m.value,type:"button",css:ce,onClick:()=>{n(m),c(b=>!b)}},m.label))))};var Da=({onSearchTextChanged:e,disabled:o=!1,placeholder:r="Keyword search",inputFieldName:n="keywordSearch",disabledFieldSubmission:a=!1,value:i,...s})=>t(ae,{type:"text",name:n,placeholder:r,showLabel:!1,value:i,icon:t("svg",{width:"26",height:"24",viewBox:"0 0 26 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",css:Ht},t("g",{clipPath:"url(#clip0)"},t("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"}),t("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"})),t("defs",null,t("clipPath",{id:"clip0"},t("rect",{width:"24.9351",height:"24",fill:"white",transform:"translate(0.558105)"})))),onChange:p=>{e(p.currentTarget.value)},onKeyPress:p=>{p.key==="Enter"&&a&&p.preventDefault()},disabled:o,"aria-label":r,...s});var Na=({label:e,defaultOption:o,options:r,caption:n,errorMessage:a,showLabel:i=!0,labelCta:s,classNameContainer:c,classNameControl:d,classNameLabel:p,...f})=>t("div",{css:[E,typeof c=="object"?c:void 0],className:typeof c=="string"?c:""},i?t(l.Fragment,null,t(D,{htmlFor:f.id,css:[h,typeof p=="object"?p:void 0],className:typeof p=="string"?p:""},e,s)):null,t("select",{title:e,"aria-label":i?void 0:e,css:[A("wrap"),bt,a?P:void 0,typeof d=="object"?d:void 0],className:typeof d=="string"?d:"",...f},o?t("option",{value:""},o):null,r.map((m,b)=>t("option",{key:b,value:m.label,...m}))),n?t(I,null,n):null,a?t(T,{message:a}):null);var Ya=({label:e,type:o,disabled:r,checked:n,name:a,caption:i,errorMessage:s,testId:c,fontWeight:d="medium",...p})=>t(D,{css:[Bt,r?At:void 0],"data-test-id":c},t("input",{type:o,css:zt,checked:n,name:a,disabled:r,...p}),t("span",{css:Et(d),dangerouslySetInnerHTML:{__html:e}}),i||s?t("span",{css:Vt},i?t(I,null,i):null,s?t(T,{message:s}):null):null);import*as Le from"react";var ei=({label:e,icon:o,id:r,caption:n,showLabel:a=!0,errorMessage:i,...s})=>t(Le.Fragment,null,a?t("label",{htmlFor:r,css:[h]},e):null,t("div",{css:[E]},t("textarea",{id:r,css:[Dt,i?P:void 0,o?tt:"",U],"aria-label":a?void 0:e,...s}),o?t("div",{css:j},o):null),n?t(I,null,n):null,i?t(T,{message:i}):null);import*as $ from"react";import{useMenuState as x1,Menu as M1,MenuButton as C1}from"reakit/Menu";import{css as y1}from"@emotion/react";var ge=y1`
575
+ `:se,className:typeof e=="string"?e:""},t("button",{type:"button","aria-controls":`and-or-${i.id}`,"aria-expanded":s,css:le,onClick:()=>{a||c(m=>!m)},disabled:a,...i},t("span",null,(f=d==null?void 0:d.label)!=null?f:r),a?null:t(g,{icon:w1,iconColor:"currentColor",size:24})),t("div",{id:`and-or-${i.id}`,css:[ce,s?void 0:de],"aria-hidden":!s},o.map(m=>t("button",{key:m.value,type:"button",css:pe,onClick:()=>{n(m),c(b=>!b)}},m.label))))};var Ya=({onSearchTextChanged:e,disabled:o=!1,placeholder:r="Keyword search",inputFieldName:n="keywordSearch",disabledFieldSubmission:a=!1,value:i,...s})=>t(ie,{type:"text",name:n,placeholder:r,showLabel:!1,value:i,icon:t("svg",{width:"26",height:"24",viewBox:"0 0 26 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",css:Ht},t("g",{clipPath:"url(#clip0)"},t("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"}),t("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"})),t("defs",null,t("clipPath",{id:"clip0"},t("rect",{width:"24.9351",height:"24",fill:"white",transform:"translate(0.558105)"})))),onChange:d=>{e(d.currentTarget.value)},onKeyPress:d=>{d.key==="Enter"&&a&&d.preventDefault()},disabled:o,"aria-label":r,...s});var ei=({label:e,defaultOption:o,options:r,caption:n,errorMessage:a,showLabel:i=!0,labelCta:s,classNameContainer:c,classNameControl:p,classNameLabel:d,...f})=>t("div",{css:[E,typeof c=="object"?c:void 0],className:typeof c=="string"?c:""},i?t(l.Fragment,null,t(D,{htmlFor:f.id,css:[h,typeof d=="object"?d:void 0],className:typeof d=="string"?d:""},e,s)):null,t("select",{title:e,"aria-label":i?void 0:e,css:[A("wrap"),bt,a?P:void 0,typeof p=="object"?p:void 0],className:typeof p=="string"?p:"",...f},o?t("option",{value:""},o):null,r.map((m,b)=>t("option",{key:b,value:m.label,...m}))),n?t(I,null,n):null,a?t(T,{message:a}):null);var ii=({label:e,type:o,disabled:r,checked:n,name:a,caption:i,errorMessage:s,testId:c,fontWeight:p="medium",...d})=>t(D,{css:[zt,r?Vt:void 0],"data-test-id":c},t("input",{type:o,css:Et,checked:n,name:a,disabled:r,...d}),t("span",{css:At(p),dangerouslySetInnerHTML:{__html:e}}),i||s?t("span",{css:Dt},i?t(I,null,i):null,s?t(T,{message:s}):null):null);import*as ge from"react";var Li=({label:e,icon:o,id:r,caption:n,showLabel:a=!0,errorMessage:i,...s})=>t(ge.Fragment,null,a?t("label",{htmlFor:r,css:[h]},e):null,t("div",{css:[E]},t("textarea",{id:r,css:[$t,i?P:void 0,o?tt:"",U],"aria-label":a?void 0:e,...s}),o?t("div",{css:j},o):null),n?t(I,null,n):null,i?t(T,{message:i}):null);import*as $ from"react";import{useMenuState as T1,Menu as R1,MenuButton as S1}from"reakit/Menu";import{css as I1}from"@emotion/react";var me=I1`
573
576
  border: 1px solid var(--gray-500);
574
577
  border-radius: var(--rounded-base);
575
578
  outline: none;
576
579
  overflow: hidden;
577
580
  z-index: 50;
578
- `;var me=$.createContext({}),ue=()=>$.useContext(me),at=({menuLabel:e,menuTrigger:o,placement:r="auto",menuItemsContainerCssClasses:n,children:a})=>{let i=x1({placement:r});return t(me.Provider,{value:i},t(C1,{...i,ref:o.ref,...o.props},s=>$.cloneElement(o,s)),t(M1,{...i,"aria-label":e,css:[ge,typeof n=="object"?n:void 0],className:typeof n=="string"?n:""},a))};import*as he from"react";import{MenuItem as w1}from"reakit";import{css as fe}from"@emotion/react";var be=e=>fe`
581
+ `;var ue=$.createContext({}),fe=()=>$.useContext(ue),at=({menuLabel:e,menuTrigger:o,placement:r="auto",menuItemsContainerCssClasses:n,children:a})=>{let i=T1({placement:r});return t(ue.Provider,{value:i},t(S1,{...i,ref:o.ref,...o.props},s=>$.cloneElement(o,s)),t(R1,{...i,"aria-label":e,css:[me,typeof n=="object"?n:void 0],className:typeof n=="string"?n:""},a))};import*as ye from"react";import{MenuItem as Z1}from"reakit";import{css as be}from"@emotion/react";var ve=e=>be`
579
582
  background: var(--white);
580
583
  border: none;
581
584
  border-top: 1px solid var(--gray-500);
@@ -602,7 +605,7 @@ to {
602
605
  &:hover {
603
606
  background: var(--gray-200);
604
607
  }
605
- `,ve=fe`
608
+ `,he=be`
606
609
  align-items: center;
607
610
  display: flex;
608
611
  justify-content: space-between;
@@ -613,7 +616,7 @@ to {
613
616
  width: var(--spacing-base);
614
617
  height: var(--spacing-base);
615
618
  }
616
- `;var bi=he.forwardRef(({children:e,className:o,hideMenuOnClick:r=!0,icon:n,textColor:a="base",...i},s)=>{let c=ue(),p=r?(m=>{let b={...m};if(b.onClick){let ft=b.onClick;b.onClick=Yr=>{c.hide(),ft(Yr)}}return b})(i):i,f=typeof e=="function"?e(p):e;return t(w1,{ref:s,type:"button","data-testid":"uniform-menuItem",...c,...p,css:[be(a),typeof o=="object"?o:void 0],className:typeof o=="string"?o:void 0},n?I1(f,n):f)});function I1(e,o){return t("span",{css:ve},e," ",o)}import{css as L}from"@emotion/react";var ye=({...e})=>t("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},t("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"})),xe=({...e})=>t("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},t("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"})),Me=({...e})=>t("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},t("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"})),Ce=({...e})=>t("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},t("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"})),ht=({...e})=>t("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},t("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"})),we=({...e})=>t("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},t("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 G}from"@emotion/react";var Ie=G`
619
+ `;var Si=ye.forwardRef(({children:e,className:o,hideMenuOnClick:r=!0,icon:n,textColor:a="base",...i},s)=>{let c=fe(),d=r?(m=>{let b={...m};if(b.onClick){let ft=b.onClick;b.onClick=t1=>{c.hide(),ft(t1)}}return b})(i):i,f=typeof e=="function"?e(d):e;return t(Z1,{ref:s,type:"button","data-testid":"uniform-menuItem",...c,...d,css:[ve(a),typeof o=="object"?o:void 0],className:typeof o=="string"?o:void 0},n?P1(f,n):f)});function P1(e,o){return t("span",{css:he},e," ",o)}import{css as L}from"@emotion/react";var xe=({...e})=>t("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},t("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"})),Me=({...e})=>t("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},t("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"})),Ce=({...e})=>t("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},t("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"})),we=({...e})=>t("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},t("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"})),ht=({...e})=>t("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},t("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"})),Ie=({...e})=>t("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},t("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 G}from"@emotion/react";var Te=G`
617
620
  --caution-desc: rgb(161, 98, 7);
618
621
  --caution-icon: rgb(250, 204, 21);
619
622
  --caution-title: rgb(133, 77, 14);
@@ -641,21 +644,21 @@ to {
641
644
 
642
645
  border-radius: var(--rounded-base);
643
646
  padding: var(--spacing-base);
644
- `,Te=G`
647
+ `,Re=G`
645
648
  display: flex;
646
649
  gap: var(--spacing-base);
647
- `,Ze=G`
648
- flex-shrink: 0;
649
650
  `,Se=G`
651
+ flex-shrink: 0;
652
+ `,Ze=G`
650
653
  font-size: var(--fs-sm);
651
654
  font-weight: var(--fw-bold);
652
655
  margin: 0 0 var(--spacing-sm);
653
- `,Re=G`
654
- font-size: var(--fs-sm);
655
656
  `,Pe=G`
657
+ font-size: var(--fs-sm);
658
+ `,ke=G`
656
659
  width: 1.25rem;
657
660
  height: 1.25rem;
658
- `;var T1={caution:{icon:ht,descriptionColor:L`
661
+ `;var k1={caution:{icon:ht,descriptionColor:L`
659
662
  color: var(--caution-desc);
660
663
  `,iconColor:L`
661
664
  color: var(--caution-icon);
@@ -663,7 +666,7 @@ to {
663
666
  color: var(--caution-title);
664
667
  `,containerColor:L`
665
668
  background-color: var(--caution-container);
666
- `},danger:{icon:xe,descriptionColor:L`
669
+ `},danger:{icon:Me,descriptionColor:L`
667
670
  color: var(--danger-desc);
668
671
  `,iconColor:L`
669
672
  color: var(--danger-icon);
@@ -679,7 +682,7 @@ to {
679
682
  color: var(--danger-title);
680
683
  `,containerColor:L`
681
684
  background-color: var(--danger-container);
682
- `},info:{icon:ye,descriptionColor:L`
685
+ `},info:{icon:xe,descriptionColor:L`
683
686
  color: var(--info-desc);
684
687
  `,iconColor:L`
685
688
  color: var(--info-icon);
@@ -687,7 +690,7 @@ to {
687
690
  color: var(--info-title);
688
691
  `,containerColor:L`
689
692
  background-color: var(--info-container);
690
- `},note:{icon:Me,descriptionColor:L`
693
+ `},note:{icon:Ce,descriptionColor:L`
691
694
  color: var(--note-desc);
692
695
  `,iconColor:L`
693
696
  color: var(--note-icon);
@@ -695,7 +698,7 @@ to {
695
698
  color: var(--note-title);
696
699
  `,containerColor:L`
697
700
  background-color: var(--note-container);
698
- `},success:{icon:we,descriptionColor:L`
701
+ `},success:{icon:Ie,descriptionColor:L`
699
702
  color: var(--success-desc);
700
703
  `,iconColor:L`
701
704
  color: var(--success-icon);
@@ -703,7 +706,7 @@ to {
703
706
  color: var(--success-title);
704
707
  `,containerColor:L`
705
708
  background-color: var(--success-container);
706
- `},tip:{icon:Ce,descriptionColor:L`
709
+ `},tip:{icon:we,descriptionColor:L`
707
710
  color: var(--success-desc);
708
711
  `,iconColor:L`
709
712
  color: var(--success-icon);
@@ -711,7 +714,7 @@ to {
711
714
  color: var(--success-title);
712
715
  `,containerColor:L`
713
716
  background-color: var(--success-container);
714
- `}},Ti=({type:e="info",title:o,children:r,className:n})=>{let a=T1[e];if(!a)return null;let i=a.icon;return t("div",{"data-testid":"sdk-ui-callout",css:[Ie,a.containerColor,typeof n=="object"?n:""],className:`${typeof n=="string"?n:""}`},t("div",{css:Te},t("div",{css:Ze},t(i,{css:[Pe,a.iconColor]})),t("div",null,o?t("h3",{css:[Se,a.titleColor]},o):null,r?t("div",{css:[Re,a.descriptionColor]},r):null)))};import{css as ke,keyframes as Z1}from"@emotion/react";var S1=Z1`
717
+ `}},Vi=({type:e="info",title:o,children:r,className:n})=>{let a=k1[e];if(!a)return null;let i=a.icon;return t("div",{"data-testid":"sdk-ui-callout",css:[Te,a.containerColor,typeof n=="object"?n:""],className:`${typeof n=="string"?n:""}`},t("div",{css:Re},t("div",{css:Se},t(i,{css:[ke,a.iconColor]})),t("div",null,o?t("h3",{css:[Ze,a.titleColor]},o):null,r?t("div",{css:[Pe,a.descriptionColor]},r):null)))};import{css as Be,keyframes as B1}from"@emotion/react";var H1=B1`
715
718
  0%, 100% {
716
719
  opacity: 1.0;
717
720
  transform: translateY(0);
@@ -727,14 +730,14 @@ to {
727
730
  opacity: 0.2;
728
731
  transform: translateY(-5px);
729
732
  }
730
- `,He=ke`
733
+ `,He=Be`
731
734
  display: inline-flex;
732
735
  justify-content: center;
733
- `,it=ke`
736
+ `,it=Be`
734
737
  background-color: var(--gray-700);
735
738
  display: block;
736
739
  border-radius: var(--rounded-full);
737
- animation: ${S1} 0.75s infinite ease-in-out;
740
+ animation: ${H1} 0.75s infinite ease-in-out;
738
741
  width: 8px;
739
742
  height: 8px;
740
743
  margin: 0 var(--spacing-xs);
@@ -751,74 +754,74 @@ to {
751
754
  &:nth-of-type(3) {
752
755
  animation-delay: 0.6s;
753
756
  }
754
- `;var ki=()=>t("div",{css:He,role:"alert","data-test-id":"loading-indicator"},t("span",{css:it}),t("span",{css:it}),t("span",{css:it}));import{css as R1}from"@emotion/react";import{css as O}from"@emotion/react";var Be=O`
757
+ `;var Fi=()=>t("div",{css:He,role:"alert","data-test-id":"loading-indicator"},t("span",{css:it}),t("span",{css:it}),t("span",{css:it}));import{css as z1}from"@emotion/react";import{css as O}from"@emotion/react";var ze=O`
755
758
  align-items: center;
756
759
  position: absolute;
757
760
  inset: 0 0;
758
761
  overflow: hidden;
759
762
  z-index: 9999;
760
763
  justify-content: center;
761
- `,ze=O`
762
- display: flex;
763
764
  `,Ee=O`
764
- display: none;
765
+ display: flex;
765
766
  `,Ae=O`
767
+ display: none;
768
+ `,Ve=O`
766
769
  background: var(--white);
767
770
  opacity: 0.5;
768
771
  position: absolute;
769
772
  inset: 0 0;
770
- `,Ve=O`
773
+ `,De=O`
771
774
  align-items: center;
772
775
  display: flex;
773
776
  flex-direction: column;
774
- `,De=O`
777
+ `,$e=O`
775
778
  color: var(--gray-500);
776
779
  margin: var(--spacing-base) 0 0;
777
- `;var Vi=({isActive:e,statusMessage:o})=>t("div",{role:"alert",css:[Be,e?ze:Ee],"aria-hidden":!e},t("div",{css:Ae}),t("div",{css:R1`
780
+ `;var Xi=({isActive:e,statusMessage:o})=>t("div",{role:"alert",css:[ze,e?Ee:Ae],"aria-hidden":!e},t("div",{css:Ve}),t("div",{css:z1`
778
781
  position: relative;
779
- `},t("div",{css:Ve},t(P1,{height:128,width:128}),o?t("div",{css:De},o):null))),P1=({height:e,width:o})=>t("svg",{"data-testid":"svg",viewBox:"0 0 38 38",xmlns:"http://www.w3.org/2000/svg",width:o!=null?o:40,height:e!=null?e:40,stroke:"currentColor"},t("g",{fill:"none",fillRule:"evenodd"},t("g",{transform:"translate(1 1)",strokeWidth:"2"},t("circle",{strokeOpacity:".25",cx:"18",cy:"18",r:"18"}),t("path",{d:"M36 18c0-9.94-8.06-18-18-18",transform:"rotate(166.645 18 18)"},t("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"0.8s",repeatCount:"indefinite"})))));import{css as Z}from"@emotion/react";var $e=e=>Z`
782
+ `},t("div",{css:De},t(E1,{height:128,width:128}),o?t("div",{css:$e},o):null))),E1=({height:e,width:o})=>t("svg",{"data-testid":"svg",viewBox:"0 0 38 38",xmlns:"http://www.w3.org/2000/svg",width:o!=null?o:40,height:e!=null?e:40,stroke:"currentColor"},t("g",{fill:"none",fillRule:"evenodd"},t("g",{transform:"translate(1 1)",strokeWidth:"2"},t("circle",{strokeOpacity:".25",cx:"18",cy:"18",r:"18"}),t("path",{d:"M36 18c0-9.94-8.06-18-18-18",transform:"rotate(166.645 18 18)"},t("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"0.8s",repeatCount:"indefinite"})))));import{css as R}from"@emotion/react";var Ge=e=>R`
780
783
  font-size: clamp(1.35rem, var(--fluid-font-base), 2.25rem);
781
784
  font-weight: var(--fw-bold);
782
785
  margin-top: 0;
783
786
  ${e&&"margin-bottom: var(--spacing-base)"};
784
- `,Ge=Z`
787
+ `,Oe=R`
785
788
  font-size: clamp(1.35rem, var(--fluid-font-base), 2.25rem);
786
- `,Oe=Z`
789
+ `,Fe=R`
787
790
  font-size: clamp(1.25rem, var(--fluid-font-base), 1.5rem);
788
- `,Fe=Z`
791
+ `,We=R`
789
792
  font-size: clamp(1.15rem, var(--fluid-font-base), 1.25rem);
790
- `,We=Z`
793
+ `,Ne=R`
791
794
  font-size: clamp(var(--fs-base), var(--fluid-font-base), 1.15rem);
792
- `,Ne=Z`
795
+ `,Ue=R`
793
796
  font-size: var(--fs-base);
794
- `,Ue=e=>Z`
797
+ `,_e=e=>R`
795
798
  font-weight: var(--fw-bold);
796
799
  font-family: var(--ff-base);
797
800
  margin-top: 0;
798
801
  ${e&&"margin-bottom: var(--spacing-base)"};
799
- `,_e=Z`
802
+ `,Ke=R`
800
803
  line-height: 1.25;
801
- `;var M=({level:e=2,withMarginBottom:o=!0,children:r,...n})=>{let a=`h${e}`,i={h1:$e(o),h2:Ge,h3:Oe,h4:Fe,h5:We,h6:Ne},s=a.includes("h1")?void 0:Ue(o);return t(a,{...n,css:[i[a],s,_e]},r)};import*as Ke from"react";import{css as k1}from"@emotion/react";var st=k1`
804
+ `;var M=({level:e=2,withMarginBottom:o=!0,children:r,...n})=>{let a=`h${e}`,i={h1:Ge(o),h2:Oe,h3:Fe,h4:We,h5:Ne,h6:Ue},s=a.includes("h1")?void 0:_e(o);return t(a,{...n,css:[i[a],s,Ke]},r)};import*as Xe from"react";import{css as A1}from"@emotion/react";var st=A1`
802
805
  line-height: 1.5;
803
806
  margin-bottom: var(--spacing-base);
804
807
 
805
808
  &:last-of-type {
806
809
  margin-bottom: 0;
807
810
  }
808
- `;var Xe=({className:e,htmlContent:o,children:r,...n})=>{if(o&&Array.isArray(o)){let a=o.map((i,s)=>t("p",{...n,key:s,css:[st,typeof e=="object"?e:void 0],className:typeof e=="string"?e:"",dangerouslySetInnerHTML:{__html:i}}));return t(Ke.Fragment,null,a)}return o?t("p",{...n,css:[st,typeof e=="object"?e:void 0],className:typeof e=="string"?e:"",dangerouslySetInnerHTML:{__html:o}}):t("p",{...n,css:[st,typeof e=="object"?e:void 0],className:typeof e=="string"?e:""},r)};import*as je from"react";import{css as lt}from"@emotion/react";var Ye=lt`
811
+ `;var Ye=({className:e,htmlContent:o,children:r,...n})=>{if(o&&Array.isArray(o)){let a=o.map((i,s)=>t("p",{...n,key:s,css:[st,typeof e=="object"?e:void 0],className:typeof e=="string"?e:"",dangerouslySetInnerHTML:{__html:i}}));return t(Xe.Fragment,null,a)}return o?t("p",{...n,css:[st,typeof e=="object"?e:void 0],className:typeof e=="string"?e:"",dangerouslySetInnerHTML:{__html:o}}):t("p",{...n,css:[st,typeof e=="object"?e:void 0],className:typeof e=="string"?e:""},r)};import*as to from"react";import{css as lt}from"@emotion/react";var qe=lt`
809
812
  display: inline-flex;
810
813
  text-decoration: underline;
811
814
 
812
815
  &:hover {
813
816
  text-decoration: none;
814
817
  }
815
- `,qe=lt`
816
- color: var(--brand-secondary-3);
817
818
  `,Je=lt`
818
- color: var(--brand-secondary-5);
819
+ color: var(--brand-secondary-3);
819
820
  `,Qe=lt`
821
+ color: var(--brand-secondary-5);
822
+ `,je=lt`
820
823
  color: currentColor;
821
- `;import{CgExternal as H1}from"react-icons/cg";var yt=({external:e,text:o,linkColor:r="currentColor",children:n,...a})=>{let i={currentColor:Qe,red:Je,green:qe},s=e?{target:"_blanks",rel:"noreferrer noopener"}:{};return t("a",{css:[Ye,i[r]],...a,...s},o,e?t(g,{icon:H1,iconColor:"currentColor",size:24}):null,n)},to=je.forwardRef(({linkManagerComponent:e,href:o,as:r,...n},a)=>t(e,{...n,as:r,href:o,ref:a,passHref:!0},t(yt,{...n})));import{css as H}from"@emotion/react";var eo=H`
824
+ `;import{CgExternal as V1}from"react-icons/cg";var yt=({external:e,text:o,linkColor:r="currentColor",children:n,...a})=>{let i={currentColor:je,red:Qe,green:Je},s=e?{target:"_blanks",rel:"noreferrer noopener"}:{};return t("a",{css:[qe,i[r]],...a,...s},o,e?t(g,{icon:V1,iconColor:"currentColor",size:24}):null,n)},eo=to.forwardRef(({linkManagerComponent:e,href:o,as:r,...n},a)=>t(e,{...n,as:r,href:o,ref:a,passHref:!0},t(yt,{...n})));import{css as B}from"@emotion/react";var oo=B`
822
825
  display: flex;
823
826
  justify-content: space-between;
824
827
  margin-bottom: var(--spacing-lg);
@@ -829,7 +832,7 @@ to {
829
832
  flex-direction: row;
830
833
  gap: var(--spacing-lg);
831
834
  }
832
- `,oo=H`
835
+ `,ro=B`
833
836
  flex-grow: 1;
834
837
  max-width: var(--prose);
835
838
  order: 1;
@@ -837,20 +840,20 @@ to {
837
840
  ${u("lg")} {
838
841
  order: 0;
839
842
  }
840
- `,ro=H`
843
+ `,no=B`
841
844
  align-items: center;
842
845
  display: flex;
843
846
  flex-grow: 1;
844
- `,no=H`
847
+ `,ao=B`
845
848
  margin-left: -0.5rem;
846
- `,ao=H`
849
+ `,io=B`
847
850
  color: var(--brand-secondary-3);
848
851
  text-decoration: none;
849
852
  font-size: var(--fs-sm);
850
853
  &:hover {
851
854
  text-decoration: underline;
852
855
  }
853
- `,io=H`
856
+ `,so=B`
854
857
  align-items: center;
855
858
  display: flex;
856
859
  gap: var(--spacing-lg);
@@ -866,23 +869,23 @@ to {
866
869
  margin-top: 0;
867
870
  order: 1;
868
871
  }
869
- `,so=H`
872
+ `,lo=B`
870
873
  margin-block: 0 var(--spacing-base);
871
- `;import{CgChevronLeft as B1}from"react-icons/cg";var c2=({title:e,desc:o,children:r,linkText:n,level:a=2,linkProps:i,linkManagerComponent:s,...c})=>t("div",{css:eo},t("section",{css:oo},n&&i?t("div",{css:ro},t(g,{icon:B1,size:18,css:no}),t(to,{linkManagerComponent:s,...i,css:ao,text:n})):null,t(M,{level:a,css:so,...c,"data-test-id":"page-header-section"},e),o),r?t("div",{css:io},r):null);import*as ho from"react";import{css as z1}from"@emotion/react";var lo=z1`
874
+ `;import{CgChevronLeft as D1}from"react-icons/cg";var y2=({title:e,desc:o,children:r,linkText:n,level:a=2,linkProps:i,linkManagerComponent:s,...c})=>t("div",{css:oo},t("section",{css:ro},n&&i?t("div",{css:no},t(g,{icon:D1,size:18,css:ao}),t(eo,{linkManagerComponent:s,...i,css:io,text:n})):null,t(M,{level:a,css:lo,...c,"data-test-id":"page-header-section"},e),o),r?t("div",{css:so},r):null);import*as yo from"react";import{css as $1}from"@emotion/react";var co=$1`
872
875
  background: var(--brand-secondary-2);
873
876
  border-radius: var(--rounded-base);
874
877
  color: var(--brand-secondary-1);
875
878
  display: inline-block;
876
879
  padding: var(--spacing-sm) var(--spacing-base);
877
880
  font-size: var(--fs-sm);
878
- `;var co=({text:e})=>t("span",{css:lo},e);import{css as C}from"@emotion/react";var po=C`
881
+ `;var po=({text:e})=>t("span",{css:co},e);import{css as C}from"@emotion/react";var Lo=C`
879
882
  margin-bottom: var(--spacing-lg);
880
- `,Lo=C`
883
+ `,go=C`
881
884
  align-items: center;
882
885
  display: flex;
883
886
  gap: var(--spacing-md);
884
887
  margin-bottom: var(--spacing-md);
885
- `,go=C`
888
+ `,mo=C`
886
889
  align-items: center;
887
890
  display: flex;
888
891
  flex-wrap: wrap;
@@ -892,11 +895,11 @@ to {
892
895
  ${u("sm")} {
893
896
  gap: var(--spacing-md);
894
897
  }
895
- `,mo=C`
898
+ `,uo=C`
896
899
  font-size: clamp(1.75rem, var(--fluid-font-base), 3.25rem);
897
900
  font-weight: var(--fw-bold);
898
901
  margin: 0;
899
- `,uo=C``,fo=C`
902
+ `,fo=C``,bo=C`
900
903
  position: relative;
901
904
  max-width: 100px;
902
905
  `,xt=C`
@@ -904,24 +907,24 @@ to {
904
907
  inset: 0;
905
908
  margin: auto;
906
909
  width: clamp(32px, calc(4vw + 1rem), 44px);
907
- `,bo=C`
908
- width: clamp(52px, calc(6vw + 1rem), 100px);
909
910
  `,vo=C`
911
+ width: clamp(52px, calc(6vw + 1rem), 100px);
912
+ `,ho=C`
910
913
  ${u("sm")} {
911
914
  margin-left: auto;
912
915
  }
913
- `;var E1=({...e})=>t("svg",{viewBox:"0 0 100 116",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},t("path",{d:"M50 2L98.4974 30V86L50 114L1.50258 86V30L50 2Z",fill:"white",stroke:"url(#paint0_linear_154_2529)",strokeWidth:"2"}),t("defs",null,t("linearGradient",{id:"paint0_linear_154_2529",x1:"86.1519",y1:"101.4",x2:"16.4071",y2:"6.75894",gradientUnits:"userSpaceOnUse"},t("stop",{stopColor:"#1768B2"}),t("stop",{offset:"1",stopColor:"#B3EFE4"})))),M2=({title:e,description:o,icon:r,docsLink:n,badgeText:a,menu:i,children:s,...c})=>{let d=r&&typeof r!="string"?r:null;return t(ho.Fragment,null,t("div",{css:po,...c},t("div",{css:Lo},r?t("div",{css:fo},t(E1,{css:bo}),d?t(d,{css:xt}):r?t("img",{src:r,alt:e,css:xt}):null):null,t("div",{css:go,"data-test-id":"integration-header-text"},t("h1",{css:mo},e),a?t(co,{text:a}):null,i?t("div",null,i):null,n?t(yt,{href:n,external:!0,text:"Documentation",linkColor:"green",target:"_blank",rel:"noreferrer nofollow",css:vo}):null)),o?t(Xe,{css:uo,htmlContent:o,"data-test-id":"integration-description"}):null),s)};import{css as A1}from"@emotion/react";import{css as yo}from"@emotion/react";var xo=yo`
916
+ `;var G1=({...e})=>t("svg",{viewBox:"0 0 100 116",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},t("path",{d:"M50 2L98.4974 30V86L50 114L1.50258 86V30L50 2Z",fill:"white",stroke:"url(#paint0_linear_154_2529)",strokeWidth:"2"}),t("defs",null,t("linearGradient",{id:"paint0_linear_154_2529",x1:"86.1519",y1:"101.4",x2:"16.4071",y2:"6.75894",gradientUnits:"userSpaceOnUse"},t("stop",{stopColor:"#1768B2"}),t("stop",{offset:"1",stopColor:"#B3EFE4"})))),H2=({title:e,description:o,icon:r,docsLink:n,badgeText:a,menu:i,children:s,...c})=>{let p=r&&typeof r!="string"?r:null;return t(yo.Fragment,null,t("div",{css:Lo,...c},t("div",{css:go},r?t("div",{css:bo},t(G1,{css:vo}),p?t(p,{css:xt}):r?t("img",{src:r,alt:e,css:xt}):null):null,t("div",{css:mo,"data-test-id":"integration-header-text"},t("h1",{css:uo},e),a?t(po,{text:a}):null,i?t("div",null,i):null,n?t(yt,{href:n,external:!0,text:"Documentation",linkColor:"green",target:"_blank",rel:"noreferrer nofollow",css:ho}):null)),o?t(Ye,{css:fo,htmlContent:o,"data-test-id":"integration-description"}):null),s)};import{css as O1}from"@emotion/react";import{css as xo}from"@emotion/react";var Mo=xo`
914
917
  position: relative;
915
- `,Mo=yo`
918
+ `,Co=xo`
916
919
  background: var(--gray-50);
917
920
  border-top: 1px solid var(--gray-200);
918
921
  border-bottom: 1px solid var(--gray-200);
919
922
  max-height: 24rem;
920
923
  overflow-y: auto;
921
924
  padding: var(--spacing-sm);
922
- `;var R2=({label:e,children:o})=>t("div",{css:xo},e?t("span",{css:A1`
925
+ `;var G2=({label:e,children:o})=>t("div",{css:Mo},e?t("span",{css:O1`
923
926
  ${h}
924
- `},e):null,t("div",{css:[Mo,U]},o));import{css as Mt}from"@emotion/react";var Co=Mt`
927
+ `},e):null,t("div",{css:[Co,U]},o));import{css as Mt}from"@emotion/react";var wo=Mt`
925
928
  align-items: center;
926
929
  background: var(--white);
927
930
  border-radius: var(--rounded-base);
@@ -935,9 +938,9 @@ to {
935
938
  &:last-of-type {
936
939
  margin-block: 0;
937
940
  }
938
- `,wo=Mt`
939
- border-color: var(--brand-secondary-3);
940
941
  `,Io=Mt`
942
+ border-color: var(--brand-secondary-3);
943
+ `,To=Mt`
941
944
  align-items: center;
942
945
  border: none;
943
946
  background: transparent;
@@ -951,13 +954,13 @@ to {
951
954
  &:focus {
952
955
  outline: none;
953
956
  }
954
- `;import{css as To}from"@emotion/react";var A2=({buttonText:e,active:o,...r})=>t("div",{css:[Co,o?wo:void 0]},t("button",{css:Io,type:"button",...r},t("span",null,e),t("svg",{width:"24",height:"24",viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg","aria-hidden":!o,css:To`
957
+ `;import{css as Ro}from"@emotion/react";var K2=({buttonText:e,active:o,...r})=>t("div",{css:[wo,o?Io:void 0]},t("button",{css:To,type:"button",...r},t("span",null,e),t("svg",{width:"24",height:"24",viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg","aria-hidden":!o,css:Ro`
955
958
  color: var(--brand-secondary-3);
956
959
  transition: opacity var(--duration-fast) var(--timing-ease-out);
957
- ${o?To`
958
- animation: ${$t} var(--duration-fast) var(--timing-ease-out) forwards;
960
+ ${o?Ro`
961
+ animation: ${Gt} var(--duration-fast) var(--timing-ease-out) forwards;
959
962
  `:"opacity: 0;"}
960
- `},t("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{CgChevronDown as V1}from"react-icons/cg";import{css as y}from"@emotion/react";var Zo=y`
963
+ `},t("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{CgChevronDown as F1}from"react-icons/cg";import{css as y}from"@emotion/react";var So=y`
961
964
  align-items: center;
962
965
  border: 1px solid transparent;
963
966
  border-radius: var(--rounded-sm);
@@ -977,7 +980,7 @@ to {
977
980
  &:focus {
978
981
  border-color: var(--gray-700);
979
982
  }
980
- `,So=y`
983
+ `,Zo=y`
981
984
  border: 1px solid transparent;
982
985
  background: transparent;
983
986
  border-radius: var(--rounded-base);
@@ -999,48 +1002,48 @@ to {
999
1002
  cursor: default;
1000
1003
  pointer-events: none;
1001
1004
  }
1002
- `,Ro=y`
1005
+ `,Po=y`
1003
1006
  padding: var(--spacing-sm);
1004
1007
  border-left: 1px solid currentColor;
1005
- `,Po=y`
1008
+ `,ko=y`
1006
1009
  background: var(--brand-secondary-1);
1007
1010
  color: var(--white);
1008
1011
  `,ct=y`
1009
1012
  background: var(--gray-300);
1010
1013
  color: var(--white);
1011
- `,ko=y`
1014
+ `,Bo=y`
1012
1015
  background: var(--brand-secondary-5);
1013
1016
  color: var(--white);
1014
1017
  `,Ho=y`
1015
1018
  ${ct}
1016
- `,Bo=y`
1019
+ `,zo=y`
1017
1020
  background: var(--brand-secondary-2);
1018
1021
  color: var(--brand-secondary-1);
1019
- `,zo=y`
1020
- ${ct}
1021
1022
  `,Eo=y`
1023
+ ${ct}
1024
+ `,Ao=y`
1022
1025
  background: transparent;
1023
1026
  color: var(--brand-secondary-3);
1024
1027
 
1025
1028
  &:hover {
1026
1029
  border-color: var(--brand-secondary-3);
1027
1030
  }
1028
- `,Ao=y`
1031
+ `,Vo=y`
1029
1032
  border-color: var(--gray-400);
1030
1033
  color: var(--gray-400);
1031
- `;var N2=({onButtonClick:e,buttonType:o="secondary",buttonText:r,disabled:n,children:a,placement:i,...s})=>t("div",{css:[Zo,n?{primary:ct,secondary:Ho,ghost:Ao,unimportant:zo}[o]:{primary:Po,secondary:ko,ghost:Eo,unimportant:Bo}[o]],"data-test-id":"multioptions-button"},t("button",{type:"button",css:So,disabled:n,onClick:e,"data-test-id":"multioptions-button-main",...s},r),t(at,{menuLabel:"buttonMenu",placement:i,menuTrigger:t("div",{css:Ro,"data-test-id":"multioptions-button-call-menu"},t(g,{icon:V1,size:24,iconColor:"currentColor"}))},a));import{css as U1}from"@emotion/react";import $1,{useContext as G1,useEffect as O1,useState as F1}from"react";import{css as Ct}from"@emotion/react";var Vo=Ct`
1034
+ `;var e7=({onButtonClick:e,buttonType:o="secondary",buttonText:r,disabled:n,children:a,placement:i,...s})=>t("div",{css:[So,n?{primary:ct,secondary:Ho,ghost:Vo,unimportant:Eo}[o]:{primary:ko,secondary:Bo,ghost:Ao,unimportant:zo}[o]],"data-test-id":"multioptions-button"},t("button",{type:"button",css:Zo,disabled:n,onClick:e,"data-test-id":"multioptions-button-main",...s},r),t(at,{menuLabel:"buttonMenu",placement:i,menuTrigger:t("div",{css:Po,"data-test-id":"multioptions-button-call-menu"},t(g,{icon:F1,size:24,iconColor:"currentColor"}))},a));import{css as q1}from"@emotion/react";import N1,{useContext as U1,useEffect as _1,useState as K1}from"react";import{css as Ct}from"@emotion/react";var Do=Ct`
1032
1035
  position: absolute;
1033
- `,Do=Ct`
1036
+ `,$o=Ct`
1034
1037
  display: flex;
1035
1038
  gap: var(--spacing-sm);
1036
1039
  font-size: var(--fs-xs);
1037
- `,$o=Ct`
1040
+ `,Go=Ct`
1038
1041
  background: linear-gradient(to bottom right, var(--gray-100), var(--gray-200));
1039
1042
  border-radius: var(--rounded-base);
1040
1043
  border: 1px solid var(--gray-600);
1041
1044
  box-shadow: var(--shadow-base);
1042
1045
  padding: var(--spacing-xs) var(--spacing-sm);
1043
- `;import{useHotkeys as D1}from"react-hotkeys-hook";var F=/(Mac|iPhone|iPod|iPad)/i.test(typeof window!="undefined"?window.navigator.userAgent:"server");function wt(e){return e===null?null:e.replace(/alt/g,"option").replace(/(ctrl|control)/g,"command")}function dt({handler:e,shortcut:o,macShortcut:r,doNotPreventDefault:n,activeWhenEditing:a}){let i=F&&r?r:o;F&&!r&&(i=wt(o)),D1(i!=null?i:"\u{1F4A9}",s=>{n||s.preventDefault(),e(s)},a?{enableOnContentEditable:!0,enableOnTags:["INPUT","SELECT","TEXTAREA"]}:{},[e,n])}var Go=!1,Oo=$1.createContext(!1),It=["ctrl+F1","option+shift+/"];function j2({children:e}){let[o,r]=F1(!1);return O1(()=>{Go||(Go=!0,console.log(`Type ${Fo(F?It[1]:It[0])} to show keyboard shortcuts`))},[]),dt({shortcut:It.join(","),handler:()=>{r(n=>!n)},activeWhenEditing:!0}),t(Oo.Provider,{value:o},e)}function Fo(e){return e.replace(/(command|cmd)/g,"\u2318").replace(/option/g,"\u2325").replace(/shift/g,"\u21E7").replace(/ctrl/g,"\u2303")}function Wo({shortcut:e,macShortcut:o,className:r}){if(!G1(Oo)||!e.includes("+")&&e.length>1)return null;let a=F&&o?o:e;F&&!o&&(a=wt(e));let i=Fo(a);return t("div",{css:[Vo,typeof r=="object"?r:void 0],className:typeof r=="string"?r:""},t(W1,{shortcut:i}))}function W1({shortcut:e}){let o=e.split("+");return t("div",{css:Do},o.map(r=>t("span",{key:r,css:$o},r.toUpperCase())))}import{css as N1}from"@emotion/react";var No=N1`
1046
+ `;import{useHotkeys as W1}from"react-hotkeys-hook";var F=/(Mac|iPhone|iPod|iPad)/i.test(typeof window!="undefined"?window.navigator.userAgent:"server");function wt(e){return e===null?null:e.replace(/alt/g,"option").replace(/(ctrl|control)/g,"command")}function pt({handler:e,shortcut:o,macShortcut:r,doNotPreventDefault:n,activeWhenEditing:a}){let i=F&&r?r:o;F&&!r&&(i=wt(o)),W1(i!=null?i:"\u{1F4A9}",s=>{n||s.preventDefault(),e(s)},a?{enableOnContentEditable:!0,enableOnTags:["INPUT","SELECT","TEXTAREA"]}:{},[e,n])}var Oo=!1,Fo=N1.createContext(!1),It=["ctrl+F1","option+shift+/"];function p7({children:e}){let[o,r]=K1(!1);return _1(()=>{Oo||(Oo=!0,console.log(`Type ${Wo(F?It[1]:It[0])} to show keyboard shortcuts`))},[]),pt({shortcut:It.join(","),handler:()=>{r(n=>!n)},activeWhenEditing:!0}),t(Fo.Provider,{value:o},e)}function Wo(e){return e.replace(/(command|cmd)/g,"\u2318").replace(/option/g,"\u2325").replace(/shift/g,"\u21E7").replace(/ctrl/g,"\u2303")}function No({shortcut:e,macShortcut:o,className:r}){if(!U1(Fo)||!e.includes("+")&&e.length>1)return null;let a=F&&o?o:e;F&&!o&&(a=wt(e));let i=Wo(a);return t("div",{css:[Do,typeof r=="object"?r:void 0],className:typeof r=="string"?r:""},t(X1,{shortcut:i}))}function X1({shortcut:e}){let o=e.split("+");return t("div",{css:$o},o.map(r=>t("span",{key:r,css:Go},r.toUpperCase())))}import{css as Y1}from"@emotion/react";var Uo=Y1`
1044
1047
  --max-size: clamp(2.5rem, 100vw, 3.5rem);
1045
1048
  align-items: center;
1046
1049
  box-shadow: var(--shadow-base);
@@ -1085,10 +1088,10 @@ to {
1085
1088
  transform: scale(0.95);
1086
1089
  }
1087
1090
  }
1088
- `;var s7=({buttonText:e="Add",onClick:o,shortcut:r="ctrl+alt+n",macShortcut:n="option+n",...a})=>(dt({shortcut:r,macShortcut:n,handler:o,activeWhenEditing:!0}),t("button",{type:"button","aria-label":e,"data-testid":"add-entry-button",onClick:o,css:No,...a},r?t(Wo,{shortcut:r,css:U1`
1091
+ `;var v7=({buttonText:e="Add",onClick:o,shortcut:r="ctrl+alt+n",macShortcut:n="option+n",...a})=>(pt({shortcut:r,macShortcut:n,handler:o,activeWhenEditing:!0}),t("button",{type:"button","aria-label":e,"data-testid":"add-entry-button",onClick:o,css:Uo,...a},r?t(No,{shortcut:r,css:q1`
1089
1092
  top: -2rem;
1090
1093
  left: -1.5rem;
1091
- `}):null,t("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t("path",{d:"M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z",fill:"currentColor"}))));import*as pt from"react";import{css as Y}from"@emotion/react";var Uo=Y`
1094
+ `}):null,t("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t("path",{d:"M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z",fill:"currentColor"}))));import*as dt from"react";import{css as Y}from"@emotion/react";var _o=Y`
1092
1095
  cursor: pointer;
1093
1096
  display: inline-block;
1094
1097
  position: relative;
@@ -1096,7 +1099,7 @@ to {
1096
1099
  transition: var(--duration-fast) var(--timing-ease-out);
1097
1100
  vertical-align: middle;
1098
1101
  user-select: none;
1099
- `,_o=Y`
1102
+ `,Ko=Y`
1100
1103
  appearance: none;
1101
1104
  border-radius: var(--rounded-full);
1102
1105
  background-color: var(--white);
@@ -1133,14 +1136,14 @@ to {
1133
1136
  &:disabled {
1134
1137
  cursor: not-allowed;
1135
1138
  }
1136
- `,Ko=Y`
1139
+ `,Xo=Y`
1137
1140
  opacity: var(--opacity-50);
1138
1141
  cursor: not-allowed;
1139
1142
 
1140
1143
  & > :before {
1141
1144
  cursor: not-allowed;
1142
1145
  }
1143
- `,Xo=Y`
1146
+ `,Yo=Y`
1144
1147
  align-items: center;
1145
1148
  color: var(--brand-secondary-1);
1146
1149
  display: inline-flex;
@@ -1161,29 +1164,29 @@ to {
1161
1164
  left: 0;
1162
1165
  top: 0;
1163
1166
  }
1164
- `,Yo=Y`
1167
+ `,qo=Y`
1165
1168
  color: var(--gray-500);
1166
1169
  font-size: var(--fs-sm);
1167
1170
  padding-inline: var(--spacing-2xl) 0;
1168
- `;var L7=pt.forwardRef(({label:e,infoText:o,toggleText:r,children:n,...a},i)=>{let s=o;return o&&r&&(s=a.checked?r:o),t(pt.Fragment,null,t("label",{css:[Uo,a.disabled?Ko:void 0]},t("input",{type:"checkbox",css:_o,...a,ref:i}),t("span",{css:Xo},e)),s?t("p",{css:Yo},s):null,n)});import*as S from"react";import{css as q}from"@emotion/react";var qo=q`
1171
+ `;var C7=dt.forwardRef(({label:e,infoText:o,toggleText:r,children:n,...a},i)=>{let s=o;return o&&r&&(s=a.checked?r:o),t(dt.Fragment,null,t("label",{css:[_o,a.disabled?Xo:void 0]},t("input",{type:"checkbox",css:Ko,...a,ref:i}),t("span",{css:Yo},e)),s?t("p",{css:qo},s):null,n)});import*as S from"react";import{css as q}from"@emotion/react";var Jo=q`
1169
1172
  border-bottom: 1px solid var(--gray-400);
1170
1173
  border-collapse: collapse;
1171
1174
  min-width: 100%;
1172
1175
  table-layout: auto;
1173
- `,Jo=q`
1176
+ `,Qo=q`
1174
1177
  background: var(--gray-100);
1175
1178
  color: var(--brand-secondary-1);
1176
1179
  text-align: left;
1177
- `,Qo=q`
1178
- border-bottom: 1px solid var(--gray-200);
1179
1180
  `,jo=q`
1181
+ border-bottom: 1px solid var(--gray-200);
1182
+ `,tr=q`
1180
1183
  font-size: var(--fs-sm);
1181
1184
  padding: var(--spacing-base) var(--spacing-md);
1182
1185
  text-transform: uppercase;
1183
1186
  font-weight: var(--fw-bold);
1184
- `,tr=q`
1187
+ `,er=q`
1185
1188
  padding: var(--spacing-base) var(--spacing-md);
1186
- `;var u7=S.forwardRef(({children:e,...o},r)=>t("table",{ref:r,css:qo,...o},e)),f7=S.forwardRef(({children:e,...o},r)=>t("thead",{ref:r,css:Jo,...o},e)),b7=S.forwardRef(({children:e,...o},r)=>t("tbody",{ref:r,...o},e)),v7=S.forwardRef(({children:e,...o},r)=>t("tfoot",{ref:r,...o},e)),h7=S.forwardRef(({children:e,...o},r)=>t("tr",{ref:r,css:Qo,...o},e)),y7=S.forwardRef(({children:e,...o},r)=>t("th",{ref:r,css:jo,...o},e)),x7=S.forwardRef(({children:e,...o},r)=>t("td",{ref:r,css:tr,...o},e));import{CgMathPlus as K1,CgAdd as X1,CgAddR as Y1}from"react-icons/cg";import{css as Tt}from"@emotion/react";var er=Tt`
1189
+ `;var T7=S.forwardRef(({children:e,...o},r)=>t("table",{ref:r,css:Jo,...o},e)),R7=S.forwardRef(({children:e,...o},r)=>t("thead",{ref:r,css:Qo,...o},e)),S7=S.forwardRef(({children:e,...o},r)=>t("tbody",{ref:r,...o},e)),Z7=S.forwardRef(({children:e,...o},r)=>t("tfoot",{ref:r,...o},e)),P7=S.forwardRef(({children:e,...o},r)=>t("tr",{ref:r,css:jo,...o},e)),k7=S.forwardRef(({children:e,...o},r)=>t("th",{ref:r,css:tr,...o},e)),B7=S.forwardRef(({children:e,...o},r)=>t("td",{ref:r,css:er,...o},e));import{CgMathPlus as Q1,CgAdd as j1,CgAddR as tn}from"react-icons/cg";import{css as Tt}from"@emotion/react";var or=Tt`
1187
1190
  align-items: center;
1188
1191
  background: transparent;
1189
1192
  border: none;
@@ -1204,16 +1207,16 @@ to {
1204
1207
  &:hover svg {
1205
1208
  box-shadow: var(--shadow-base);
1206
1209
  }
1207
- `,or=e=>Tt`
1210
+ `,rr=e=>Tt`
1208
1211
  box-sizing: border-box;
1209
1212
  background: ${e?"var(--gray-300)":"var(--brand-secondary-3)"};
1210
1213
  border-radius: var(--rounded-full);
1211
1214
  color: var(--white);
1212
1215
  padding: calc(var(--spacing-xs) - 0.15rem);
1213
- `,Zt=Tt`
1216
+ `,Rt=Tt`
1214
1217
  transition: box-shadow var(--duration-fast) var(--timing-ease-out);
1215
- `;var S7=({buttonText:e="Add Item",onButtonClick:o,disabled:r,icon:n="math-plus",...a})=>{let i={"math-plus":K1,add:X1,"add-r":Y1};return t("button",{type:"button",css:er,onClick:o,title:e,disabled:r,...a},n==="math-plus"?t(g,{icon:i[n],iconColor:"currentColor",size:22,css:[Zt,or(r)]}):t(g,{icon:i[n],iconColor:"currentColor",size:22,css:Zt}),e)};import{css as q1}from"@emotion/react";var J1=e=>({auto:"auto",sm:"8rem",md:"16rem",lg:"20rem"})[e],Q1=e=>({left:"flex-start",right:"flex-end",center:"center"})[e],rr=e=>q1`
1216
- align-items: ${Q1(e.textAlign)};
1218
+ `;var $7=({buttonText:e="Add Item",onButtonClick:o,disabled:r,icon:n="math-plus",...a})=>{let i={"math-plus":Q1,add:j1,"add-r":tn};return t("button",{type:"button",css:or,onClick:o,title:e,disabled:r,...a},n==="math-plus"?t(g,{icon:i[n],iconColor:"currentColor",size:22,css:[Rt,rr(r)]}):t(g,{icon:i[n],iconColor:"currentColor",size:22,css:Rt}),e)};import{css as en}from"@emotion/react";var on=e=>({auto:"auto",sm:"8rem",md:"16rem",lg:"20rem"})[e],rn=e=>({left:"flex-start",right:"flex-end",center:"center"})[e],nr=e=>en`
1219
+ align-items: ${rn(e.textAlign)};
1217
1220
  border: 2px dashed var(--gray-300);
1218
1221
  border-radius: var(--rounded-base);
1219
1222
  background: ${e.bgColor==="transparent"?"transparent":"var(--white)"};
@@ -1223,30 +1226,30 @@ to {
1223
1226
  text-align: ${e.textAlign};
1224
1227
  padding: var(--spacing-lg);
1225
1228
  will-change: auto;
1226
- min-height: ${J1(e.boxHeight)};
1227
- `;var B7=({bgColor:e="transparent",textAlign:o="center",boxHeight:r="md",children:n,...a})=>t("div",{css:rr({bgColor:e,boxHeight:r,textAlign:o}),...a},n);import{css as B}from"@emotion/react";var nr=B`
1229
+ min-height: ${on(e.boxHeight)};
1230
+ `;var N7=({bgColor:e="transparent",textAlign:o="center",boxHeight:r="md",children:n,...a})=>t("div",{css:nr({bgColor:e,boxHeight:r,textAlign:o}),...a},n);import{css as H}from"@emotion/react";var ar=H`
1228
1231
  margin-block: var(--spacing-sm);
1229
- `,ar=B`
1232
+ `,ir=H`
1230
1233
  background: var(--gray-100);
1231
1234
  margin-top: var(--spacing-sm);
1232
1235
  position: relative;
1233
1236
  overflow: hidden;
1234
1237
  height: 0.25rem;
1235
- `,ir=B`
1238
+ `,sr=H`
1236
1239
  position: absolute;
1237
1240
  inset: 0;
1238
1241
  transition: transform var(--duration-fast) var(--timing-ease-out);
1239
- `,sr=B`
1242
+ `,lr=H`
1240
1243
  display: flex;
1241
1244
  justify-content: space-between;
1242
1245
  font-weight: var(--fw-bold);
1243
- `,St=B`
1246
+ `,St=H`
1244
1247
  font-size: var(--fs-baase);
1245
- `,lr=e=>B`
1248
+ `,cr=e=>H`
1246
1249
  background: ${e};
1247
- `,cr=e=>B`
1250
+ `,pr=e=>H`
1248
1251
  color: ${e};
1249
- `;var D7=({current:e,max:o,label:r})=>{let a=Math.ceil(e/o*100),i={base:"var(--gray-400)",warn:"#facc15",danger:"var(--brand-secondary-5)"},s=a===100?i.danger:a>=75?i.warn:i.base;return t("div",{css:nr},t("div",{css:sr},t("span",{css:St},r),t("span",{css:[St,cr(s)]},e," of ",o)),t("div",{role:"progressbar","aria-valuenow":e,"aria-valuemin":0,"aria-valuemax":o,"aria-valuetext":`${e} of ${o}`,css:ar},t("span",{role:"presentation",css:[ir,lr(s)],style:{transform:`translateX(${a-100}%)`}})))};import{CgClose as tn}from"react-icons/cg";import{css as J}from"@emotion/react";var dr=J`
1252
+ `;var Y7=({current:e,max:o,label:r})=>{let a=Math.ceil(e/o*100),i={base:"var(--gray-400)",warn:"#facc15",danger:"var(--brand-secondary-5)"},s=a===100?i.danger:a>=75?i.warn:i.base;return t("div",{css:ar},t("div",{css:lr},t("span",{css:St},r),t("span",{css:[St,pr(s)]},e," of ",o)),t("div",{role:"progressbar","aria-valuenow":e,"aria-valuemin":0,"aria-valuemax":o,"aria-valuetext":`${e} of ${o}`,css:ir},t("span",{role:"presentation",css:[sr,cr(s)],style:{transform:`translateX(${a-100}%)`}})))};import{CgClose as an}from"react-icons/cg";import{css as J}from"@emotion/react";var dr=J`
1250
1253
  background: var(--brand-primary-1);
1251
1254
  border-radius: var(--rounded-2xl);
1252
1255
  color: var(--white);
@@ -1261,7 +1264,7 @@ to {
1261
1264
  height: 0;
1262
1265
  position: absolute;
1263
1266
  }
1264
- `,j1=e=>({"bottom-left":`
1267
+ `,nn=e=>({"bottom-left":`
1265
1268
  border-top: 12px solid var(--brand-primary-1);
1266
1269
  left: 1.25rem;
1267
1270
  bottom: -1.5rem;`,"bottom-right":`
@@ -1285,23 +1288,23 @@ to {
1285
1288
  top: -1.5rem;`,"top-right":`
1286
1289
  border-bottom: 12px solid var(--brand-primary-1);
1287
1290
  right: 1.25rem;
1288
- top: -1.5rem;`})[e],pr=e=>J`
1291
+ top: -1.5rem;`})[e],Lr=e=>J`
1289
1292
  &:before {
1290
1293
  border: 12px solid transparent;
1291
- ${j1(e)}
1294
+ ${nn(e)}
1292
1295
  }
1293
- `,Lr=J`
1296
+ `,gr=J`
1294
1297
  background: none;
1295
1298
  border: none;
1296
1299
  padding: 0;
1297
1300
  position: absolute;
1298
1301
  top: var(--spacing-sm);
1299
1302
  right: var(--spacing-sm);
1300
- `,gr=J`
1301
- margin: 0;
1302
1303
  `,mr=J`
1303
1304
  margin: 0;
1304
- `;var _7=({id:e,title:o,text:r,arrowPosition:n="left-top",positionCss:a,...i})=>t("div",{role:"alert",id:e,css:[dr,pr(n),a]},t("button",{type:"button","aria-controls":e,title:"close alert",css:Lr,...i},t(g,{icon:tn,iconColor:"currentColor",size:24})),t(M,{level:3,css:gr},o),t("p",{css:mr},r));import{CgCheck as en,CgLock as on,CgSandClock as rn}from"react-icons/cg";import{css as x}from"@emotion/react";var R=x`
1305
+ `,ur=J`
1306
+ margin: 0;
1307
+ `;var rs=({id:e,title:o,text:r,arrowPosition:n="left-top",positionCss:a,...i})=>t("div",{role:"alert",id:e,css:[dr,Lr(n),a]},t("button",{type:"button","aria-controls":e,title:"close alert",css:gr,...i},t(g,{icon:an,iconColor:"currentColor",size:24})),t(M,{level:3,css:mr},o),t("p",{css:ur},r));import{CgCheck as sn,CgLock as ln,CgSandClock as cn}from"react-icons/cg";import{css as x}from"@emotion/react";var Z=x`
1305
1308
  align-items: center;
1306
1309
  box-sizing: border-box;
1307
1310
  border-radius: var(--rounded-base);
@@ -1331,14 +1334,14 @@ to {
1331
1334
  margin: unset;
1332
1335
  }
1333
1336
  }
1334
- `,ur=x`
1335
- border: 1px dashed var(--brand-secondary-1);
1336
1337
  `,fr=x`
1338
+ border: 1px dashed var(--brand-secondary-1);
1339
+ `,br=x`
1337
1340
  display: block;
1338
1341
  font-weight: var(--fw-bold);
1339
1342
  margin: 0 0 var(--spacing-base);
1340
1343
  max-width: 13rem;
1341
- `,br=x`
1344
+ `,vr=x`
1342
1345
  display: block;
1343
1346
  max-width: 10rem;
1344
1347
  max-height: 4rem;
@@ -1355,7 +1358,7 @@ to {
1355
1358
  white-space: normal;
1356
1359
  position: absolute;
1357
1360
  bottom: calc(var(--spacing-base) * 3.8);
1358
- `,vr=x`
1361
+ `,hr=x`
1359
1362
  align-items: center;
1360
1363
  background: var(--brand-secondary-3);
1361
1364
  border-radius: 0 var(--rounded-md) 0 var(--rounded-md);
@@ -1382,12 +1385,12 @@ to {
1382
1385
  position: absolute;
1383
1386
  top: 0;
1384
1387
  left: 0;
1385
- `,hr=x`
1388
+ `,yr=x`
1386
1389
  position: absolute;
1387
1390
  bottom: var(--spacing-sm);
1388
1391
  right: var(--spacing-xs);
1389
1392
  max-height: 1rem;
1390
- `,yr=x`
1393
+ `,xr=x`
1391
1394
  font-size: var(--fs-xs);
1392
1395
  gap: var(--spacing-sm);
1393
1396
  padding: var(--spacing-sm) var(--spacing-base);
@@ -1398,7 +1401,7 @@ to {
1398
1401
  gap: var(--spacing-sm);
1399
1402
  font-size: var(--fs-xs);
1400
1403
  overflow: hidden;
1401
- `,xr=e=>x`
1404
+ `,Mr=e=>x`
1402
1405
  strong,
1403
1406
  span:first-of-type {
1404
1407
  transition: opacity var(--duration-fast) var(--timing-ease-out);
@@ -1416,32 +1419,32 @@ to {
1416
1419
  transition: transform var(--duration-fast) var(--timing-ease-out);
1417
1420
  transform: ${e?"translateY(0)":"translateY(100%)"};
1418
1421
  }
1419
- `;var Mr=({text:e="Added"})=>t("span",{"data-testid":"integration-icon-installed",css:vr},t(g,{icon:en,iconColor:"currentColor"}),e),mt=({text:e="Custom"})=>t("span",{"data-testid":"integration-is-private",css:Lt("gray")},e),Cr=({text:e="Premium"})=>t("span",{css:Lt("blue")},t(g,{icon:on,iconColor:"currentColor",size:12}),e),wr=({text:e="Coming soon"})=>t("span",{css:Lt("blue")},t(g,{icon:rn,iconColor:"currentColor",size:12}),e);var z=({icon:e,name:o,styleType:r="logo",...n})=>{let a=e&&typeof e!="string"?e:null,i={author:hr,logo:br};return e?a?t(a,{css:i[r],...n}):t("img",{src:e,alt:o,css:i[r],...n}):null};var i4=({id:e,icon:o,name:r,requiedEntitlement:n,onAddIntegration:a,isPublic:i,isInstalled:s,authorIcon:c,...d})=>t("button",{type:"button","data-testid":`add-${e.toLowerCase()}-integration-button`,css:R,onClick:a,"aria-label":r,...d},t(z,{icon:o,name:r}),t("span",{css:W,title:r},r),s?t(Mr,null):null,n&&i?t(Cr,null):null,i?null:t(mt,null),c?t(z,{icon:c,name:r}):null);import{css as Ir}from"@emotion/react";import{CgAdd as nn,CgChevronRight as an}from"react-icons/cg";var g4=({title:e="Create a custom integration for your team",buttonText:o="Add Integration",onClick:r,asDeepLink:n=!1,...a})=>t("div",{css:[R,ur],...a},t("span",{css:fr,title:e},e),t(V,{buttonType:"tertiary","aria-label":"Create team integration",onClick:r,"data-testid":"create-integration-definition-button",css:yr},o,n?t(g,{icon:an,iconColor:"currentColor",size:20,css:Ir`
1422
+ `;var Cr=({text:e="Added"})=>t("span",{"data-testid":"integration-icon-installed",css:hr},t(g,{icon:sn,iconColor:"currentColor"}),e),mt=({text:e="Custom"})=>t("span",{"data-testid":"integration-is-private",css:Lt("gray")},e),wr=({text:e="Premium"})=>t("span",{css:Lt("blue")},t(g,{icon:ln,iconColor:"currentColor",size:12}),e),Ir=({text:e="Coming soon"})=>t("span",{css:Lt("blue")},t(g,{icon:cn,iconColor:"currentColor",size:12}),e);var z=({icon:e,name:o,styleType:r="logo",...n})=>{let a=e&&typeof e!="string"?e:null,i={author:yr,logo:vr};return e?a?t(a,{css:i[r],...n}):t("img",{src:e,alt:o,css:i[r],...n}):null};var bs=({id:e,icon:o,name:r,requiedEntitlement:n,onAddIntegration:a,isPublic:i,isInstalled:s,authorIcon:c,...p})=>t("button",{type:"button","data-testid":`add-${e.toLowerCase()}-integration-button`,css:Z,onClick:a,"aria-label":r,...p},t(z,{icon:o,name:r}),t("span",{css:W,title:r},r),s?t(Cr,null):null,n&&i?t(wr,null):null,i?null:t(mt,null),c?t(z,{icon:c,name:r}):null);import{css as Tr}from"@emotion/react";import{CgAdd as pn,CgChevronRight as dn}from"react-icons/cg";var ws=({title:e="Create a custom integration for your team",buttonText:o="Add Integration",onClick:r,asDeepLink:n=!1,...a})=>t("div",{css:[Z,fr],...a},t("span",{css:br,title:e},e),t(V,{buttonType:"tertiary","aria-label":"Create team integration",onClick:r,"data-testid":"create-integration-definition-button",css:xr},o,n?t(g,{icon:dn,iconColor:"currentColor",size:20,css:Tr`
1420
1423
  order: 1;
1421
- `}):t(g,{icon:nn,iconColor:"currentColor",size:16,css:Ir`
1424
+ `}):t(g,{icon:pn,iconColor:"currentColor",size:16,css:Tr`
1422
1425
  order: -1;
1423
- `})));var h4=({id:e,icon:o,name:r,onEdit:n,isPublic:a,canEdit:i=!1})=>t("div",{css:R,"data-testid":"configure-integration-container"},t(z,{icon:o,name:r}),t("span",{css:W},r),a?null:t(mt,null),i?t(V,{buttonType:"unimportant","data-testid":`team-integration-def-item-${e.toLocaleLowerCase()}`,onClick:n,title:"Edit",role:"link",css:gt},"Edit"):null);import{css as Tr}from"@emotion/react";var Zr=Tr`
1426
+ `})));var Ps=({id:e,icon:o,name:r,onEdit:n,isPublic:a,canEdit:i=!1})=>t("div",{css:Z,"data-testid":"configure-integration-container","integration-id":`${e.toLocaleLowerCase()}`},t(z,{icon:o,name:r,"data-test-id":"integration-logo"}),t("span",{css:W,"data-test-id":"integration-card-name"},r),a?null:t(mt,null),i?t(V,{buttonType:"unimportant","data-testid":`team-integration-def-item-${e.toLocaleLowerCase()}`,onClick:n,title:"Edit",role:"link",css:gt},"Edit"):null);import{css as Rr}from"@emotion/react";var Sr=Rr`
1424
1427
  background: var(--brand-secondary-2);
1425
1428
  padding: var(--spacing-base);
1426
1429
  margin-bottom: var(--spacing-lg);
1427
- `,Sr=Tr`
1430
+ `,Zr=Rr`
1428
1431
  display: grid;
1429
1432
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
1430
1433
  gap: var(--spacing-base);
1431
- `;var w4=({children:e,...o})=>t("div",{css:Zr,...o},t("div",{css:Sr},e));import{css as sn}from"@emotion/react";import{useEffect as ln,useState as cn}from"react";import{CgHeart as dn}from"react-icons/cg";var z4=({name:e,icon:o,id:r,onUpVoteClick:n,timing:a=1e3,...i})=>{let[s,c]=cn(!1),d=()=>{c(p=>!p),n()};return ln(()=>{if(s){let p=setTimeout(()=>c(!1),a);return()=>{clearTimeout(p)}}},[s,c,a]),t("div",{css:R,"data-testid":`coming-soon-${r.toLowerCase()}-integration`,...i},t(wr,null),t(z,{icon:o,name:e}),t("span",{css:W,title:e},e),t(V,{buttonType:"unimportant","data-testid":`team-integration-def-item-${r.toLocaleLowerCase()}`,onClick:d,title:"Edit",role:"link",css:[gt,xr(s)]},t("strong",null,"+1"),t("span",{css:sn`
1434
+ `;var Es=({children:e,...o})=>t("div",{css:Sr,...o},t("div",{css:Zr},e));import{css as Ln}from"@emotion/react";import{useEffect as gn,useState as mn}from"react";import{CgHeart as un}from"react-icons/cg";var Us=({name:e,icon:o,id:r,onUpVoteClick:n,timing:a=1e3,...i})=>{let[s,c]=mn(!1),p=()=>{c(d=>!d),n()};return gn(()=>{if(s){let d=setTimeout(()=>c(!1),a);return()=>{clearTimeout(d)}}},[s,c,a]),t("div",{css:Z,"data-testid":`coming-soon-${r.toLowerCase()}-integration`,...i},t(Ir,null),t(z,{icon:o,name:e}),t("span",{css:W,title:e},e),t(V,{buttonType:"unimportant","data-testid":`team-integration-def-item-${r.toLocaleLowerCase()}`,onClick:p,title:"Edit",role:"link",css:[gt,Mr(s)]},t("strong",null,"+1"),t("span",{css:Ln`
1432
1435
  text-transform: uppercase;
1433
1436
  color: var(--gray-500);
1434
- `},"(I want this)"),t("span",{"aria-hidden":!s},t(g,{icon:dn,iconColor:"currentColor",size:18}),"Thanks!")))};import{css as Rr}from"@emotion/react";var Pr=Rr`
1437
+ `},"(I want this)"),t("span",{"aria-hidden":!s},t(g,{icon:un,iconColor:"currentColor",size:18}),"Thanks!")))};import{css as Pr}from"@emotion/react";var kr=Pr`
1435
1438
  position: relative;
1436
1439
  width: 50px;
1437
1440
  margin-bottom: var(--spacing-base);
1438
- `,Rt=Rr`
1441
+ `,Zt=Pr`
1439
1442
  position: absolute;
1440
1443
  inset: 0;
1441
1444
  margin: auto;
1442
1445
  max-width: 26px;
1443
1446
  max-height: 26px;
1444
- `;var kr=({icon:e,name:o,...r})=>{let n=e&&typeof e!="string"?e:null;return t("div",{css:Pr},t("svg",{width:"49",height:"57",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:"img"},t("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"}),t("defs",null,t("linearGradient",{id:"a",x1:"41.353",y1:"49.107",x2:"8.048",y2:"4.478",gradientUnits:"userSpaceOnUse"},t("stop",{stopColor:"#1768B2"}),t("stop",{offset:"1",stopColor:"#B3EFE4"})))),n?t(n,{role:"img",css:Rt,...r}):t("img",{src:e,alt:o,css:Rt,...r}))};import{css as ut}from"@emotion/react";var Hr=ut`
1447
+ `;var Br=({icon:e,name:o,...r})=>{let n=e&&typeof e!="string"?e:null;return t("div",{css:kr},t("svg",{width:"49",height:"57",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:"img"},t("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"}),t("defs",null,t("linearGradient",{id:"a",x1:"41.353",y1:"49.107",x2:"8.048",y2:"4.478",gradientUnits:"userSpaceOnUse"},t("stop",{stopColor:"#1768B2"}),t("stop",{offset:"1",stopColor:"#B3EFE4"})))),n?t(n,{role:"img",css:Zt,...r}):t("img",{src:e,alt:o,css:Zt,...r}))};import{css as ut}from"@emotion/react";var Hr=ut`
1445
1448
  align-items: center;
1446
1449
  box-sizing: border-box;
1447
1450
  border-radius: var(--rounded-base);
@@ -1467,57 +1470,57 @@ to {
1467
1470
  margin: unset;
1468
1471
  }
1469
1472
  }
1470
- `,Br=ut`
1473
+ `,zr=ut`
1471
1474
  width: 10rem;
1472
1475
  height: 4rem;
1473
1476
  margin: 0 auto;
1474
- `,zr=ut`
1477
+ `,Er=ut`
1475
1478
  width: 5rem;
1476
1479
  height: var(--spacing-sm);
1477
1480
  margin: var(--spacing-sm) 0;
1478
1481
  `,Pt=ut`
1479
- animation: ${Gt} 1s linear infinite alternate;
1482
+ animation: ${Ot} 1s linear infinite alternate;
1480
1483
  border-radius: var(--rounded-base);
1481
- `;var U4=({count:e=1})=>{let o=Array.from(Array(e).keys());return t(l.Fragment,null,o.map(r=>t("div",{css:Hr,key:r},t("div",{css:[Br,Pt],role:"presentation"}),t("div",{css:[zr,Pt]}))))};import*as Or from"react";import{css as N}from"@emotion/react";var Er=N`
1484
+ `;var o4=({count:e=1})=>{let o=Array.from(Array(e).keys());return t(l.Fragment,null,o.map(r=>t("div",{css:Hr,key:r},t("div",{css:[zr,Pt],role:"presentation"}),t("div",{css:[Er,Pt]}))))};import*as Fr from"react";import{css as N}from"@emotion/react";var Ar=N`
1482
1485
  position: absolute;
1483
1486
  top: 0;
1484
1487
  left: 0;
1485
- `,Ar=N`
1488
+ `,Vr=N`
1486
1489
  align-items: center;
1487
1490
  display: flex;
1488
1491
  gap: var(--spacing-sm);
1489
1492
  margin: 0 0 var(--spacing-md);
1490
1493
  position: relative;
1491
- `,Vr=N`
1494
+ `,Dr=N`
1492
1495
  align-items: center;
1493
1496
  display: flex;
1494
1497
  gap: var(--spacing-base);
1495
- `,Dr=N`
1496
- margin-top: 0;
1497
1498
  `,$r=N`
1498
- margin-bottom: var(--spacing-base);
1499
+ margin-top: 0;
1499
1500
  `,Gr=N`
1501
+ margin-bottom: var(--spacing-base);
1502
+ `,Or=N`
1500
1503
  position: relative;
1501
1504
  z-index: var(--z-10);
1502
- `;var pn=({...e})=>t("svg",{width:"236",height:"130",viewBox:"0 0 236 130",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},t("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)"}),t("defs",null,t("linearGradient",{id:"paint0_linear_196_2737",x1:"196.127",y1:"77.4138",x2:"-183.705",y2:"-95.2742",gradientUnits:"userSpaceOnUse"},t("stop",{stopColor:"#81DCDE"}),t("stop",{offset:"1",stopColor:"#428ED4"})))),Q4=({icon:e,name:o,menu:r,children:n})=>t(Or.Fragment,null,t(pn,{css:Er,role:"presentation"}),t("div",{css:Ar},t("div",{css:Vr},e?t(kr,{icon:e,name:o||""}):null,t(M,{level:3,css:Dr},o||"Create Team Integration"),r?t("div",{css:$r},r," "):null)),t("div",{css:Gr},n));import{CgMoreAlt as Ln}from"react-icons/cg";import{css as kt}from"@emotion/react";var Fr=kt`
1505
+ `;var fn=({...e})=>t("svg",{width:"236",height:"130",viewBox:"0 0 236 130",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},t("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)"}),t("defs",null,t("linearGradient",{id:"paint0_linear_196_2737",x1:"196.127",y1:"77.4138",x2:"-183.705",y2:"-95.2742",gradientUnits:"userSpaceOnUse"},t("stop",{stopColor:"#81DCDE"}),t("stop",{offset:"1",stopColor:"#428ED4"})))),c4=({icon:e,name:o,menu:r,children:n})=>t(Fr.Fragment,null,t(fn,{css:Ar,role:"presentation"}),t("div",{css:Vr},t("div",{css:Dr},e?t(Br,{icon:e,name:o||""}):null,t(M,{level:3,css:$r},o||"Create Team Integration"),r?t("div",{css:Gr},r," "):null)),t("div",{css:Or},n));import{CgMoreAlt as bn}from"react-icons/cg";import{css as kt}from"@emotion/react";var Wr=kt`
1503
1506
  background: var(--white);
1504
1507
  border: 1px solid var(--gray-300);
1505
1508
  border-radius: var(--rounded-base);
1506
1509
  padding: var(--spacing-md);
1507
1510
  position: relative;
1508
- `,Wr=kt`
1511
+ `,Nr=kt`
1509
1512
  margin: 0 0 var(--spacing-base);
1510
1513
  padding-right: var(--spacing-lg);
1511
- `,Nr=kt`
1514
+ `,Ur=kt`
1512
1515
  background: transparent;
1513
1516
  border: none;
1514
1517
  padding: 0;
1515
1518
  position: absolute;
1516
1519
  top: var(--spacing-md);
1517
1520
  right: var(--spacing-md);
1518
- `;var ss=({title:e,menuItems:o,children:r,disabled:n,menuButtonTestId:a,...i})=>{let s=e!=null&&e.includes("_")?e.replaceAll("_"," "):e;return t("div",{css:Fr,...i},e?t(M,{level:3,css:Wr},s):null,o?t(at,{menuLabel:"More options",menuTrigger:t("button",{"aria-label":"More options",type:"button",disabled:n,css:Nr,"data-test-id":a!=null?a:"list-card-menu"},t(g,{icon:Ln,iconColor:"currentColor",size:32}))},o):null,r)};import{css as Ur}from"@emotion/react";var _r=e=>Ur`
1521
+ `;var v4=({title:e,menuItems:o,children:r,disabled:n,menuButtonTestId:a,...i})=>{let s=e!=null&&e.includes("_")?e.replaceAll("_"," "):e;return t("div",{css:Wr,...i},e?t(M,{level:3,css:Nr},s):null,o?t(at,{menuLabel:"More options",menuTrigger:t("button",{"aria-label":"More options",type:"button",disabled:n,css:Ur,"data-test-id":a!=null?a:"list-card-menu"},t(g,{icon:bn,iconColor:"currentColor",size:32}))},o):null,r)};import{css as _r}from"@emotion/react";var Kr=e=>_r`
1519
1522
  background: ${e==="gray"?"var(--gray-50)":"var(--white)"};
1520
- `,Kr=({padding:e,withLastColumn:o})=>Ur`
1523
+ `,Xr=({padding:e,withLastColumn:o})=>_r`
1521
1524
  display: grid;
1522
1525
  gap: var(--spacing-lg);
1523
1526
  max-width: var(--site-width);
@@ -1528,10 +1531,24 @@ to {
1528
1531
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) ${o&&"[last-col] minmax(300px, 1fr)"};
1529
1532
  ${o&&"grid-template-rows: auto [last-line]"};
1530
1533
  }
1531
- `;var gs=({bgColor:e="white",padding:o=!0,withLastColumn:r=!1,children:n,...a})=>t("div",{css:_r(e),...a},t("div",{css:Kr({padding:o,withLastColumn:r})},n));import{css as gn}from"@emotion/react";var Xr=gn`
1534
+ `;var w4=({bgColor:e="white",padding:o=!0,withLastColumn:r=!1,children:n,...a})=>t("div",{css:Kr(e),...a},t("div",{css:Xr({padding:o,withLastColumn:r})},n));import{css as vn}from"@emotion/react";var Yr=vn`
1532
1535
  padding: var(--spacing-md) var(--spacing-lg) var(--spacing-2xl);
1533
1536
  ${u("sm")} {
1534
1537
  grid-column: last-col / span 1;
1535
1538
  grid-row: 1 / last-line;
1536
1539
  }
1537
- `;var ys=({title:e,children:o,...r})=>t("div",{css:Xr,...r},t(M,{level:3},e),o);export{s7 as AddButton,S7 as AddListButton,co as Badge,V as Button,N2 as ButtonWithMenu,Ti as Callout,I as Caption,ss as Card,gs as CardContainer,g4 as CreateTeamIntegrationTile,B7 as DashedBox,h4 as EditTeamIntegrationTile,T as ErrorMessage,M as Heading,pn as HexModalBackground,g as Icon,Qn as IconsProvider,_7 as InlineAlert,ae as Input,wa as InputComboBox,za as InputInlineSelect,Da as InputKeywordSearch,Na as InputSelect,Ya as InputToggle,z4 as IntegrationComingSoon,M2 as IntegrationHeaderSection,U4 as IntegrationLoadingTile,Q4 as IntegrationModalHeader,kr as IntegrationModalIcon,i4 as IntegrationTile,D as Label,D7 as LimitsBar,yt as Link,ys as LinkList,to as LinkWithRef,P1 as LoadingIcon,ki as LoadingIndicator,Vi as LoadingOverlay,at as Menu,me as MenuContext,bi as MenuItem,c2 as PageHeaderSection,Xe as Paragraph,z as ResolveIcon,R2 as ScrollableList,A2 as ScrollableListItem,j2 as ShortcutContext,Wo as ShortcutRevealer,L7 as Switch,u7 as Table,b7 as TableBody,x7 as TableCellData,y7 as TableCellHead,v7 as TableFoot,f7 as TableHead,h7 as TableRow,ei as Textarea,bn as Theme,w4 as TileContainer,En as UniformBadge,Dn as UniformLogo,Jr as breakpoints,Ot as button,Ut as buttonGhost,Ft as buttonPrimary,_ as buttonRippleEffect,Wt as buttonSecondary,_t as buttonTertiary,Nt as buttonUnimportant,Zn as fadeIn,$t as fadeInBottom,Rn as fadeInLtr,Pn as fadeInRtl,Tn as fadeOutBottom,In as growSubtle,A as input,P as inputError,bt as inputSelect,h as labelText,u as mq,Sn as ripple,U as scrollbarStyles,Gt as skeletonLoading,Q as supports,Jt as useIconContext,ue as useMenuContext};
1540
+ `;var k4=({title:e,children:o,...r})=>t("div",{css:Yr,...r},t(M,{level:3},e),o);import{createContext as hn,useContext as yn}from"react";import{TabList as xn,Tab as Mn,TabPanel as Cn,useTabState as wn}from"reakit/Tab";import{css as qr}from"@emotion/react";var Jr=qr`
1541
+ font-size: var(--fs-base);
1542
+ border: 0;
1543
+ background: transparent;
1544
+ transition: border-bottom-color var(--duration-fast);
1545
+ padding: var(--spacing-sm) 0;
1546
+
1547
+ &[aria-selected='true'] {
1548
+ box-shadow: inset 0 -2px 0 var(--brand-secondary-3);
1549
+ -webkit-text-stroke-width: thin;
1550
+ }
1551
+ `,Qr=qr`
1552
+ display: flex;
1553
+ gap: var(--spacing-base);
1554
+ `;var jr=hn(null),Bt=()=>{let e=yn(jr);if(!e)throw new Error("This component can only be used inside <Tabs>");return e},$4=({children:e,...o})=>{let r=wn(o);return t(jr.Provider,{value:r},e)},G4=({children:e,...o})=>{let r=Bt();return t(xn,{...o,...r,css:Qr},e)},O4=({children:e,id:o,...r})=>{let n=Bt();return t(Mn,{id:o,...n,...r,css:Jr},e)},F4=({children:e,...o})=>{let r=Bt();return t(Cn,{...o,...r},e)};export{v7 as AddButton,$7 as AddListButton,po as Badge,V as Button,e7 as ButtonWithMenu,Vi as Callout,I as Caption,v4 as Card,w4 as CardContainer,ws as CreateTeamIntegrationTile,N7 as DashedBox,Ps as EditTeamIntegrationTile,T as ErrorMessage,M as Heading,fn as HexModalBackground,g as Icon,ca as IconsProvider,rs as InlineAlert,ie as Input,Ea as InputComboBox,Ua as InputInlineSelect,Ya as InputKeywordSearch,ei as InputSelect,ii as InputToggle,Us as IntegrationComingSoon,H2 as IntegrationHeaderSection,o4 as IntegrationLoadingTile,c4 as IntegrationModalHeader,Br as IntegrationModalIcon,bs as IntegrationTile,D as Label,Y7 as LimitsBar,yt as Link,k4 as LinkList,eo as LinkWithRef,E1 as LoadingIcon,Fi as LoadingIndicator,Xi as LoadingOverlay,at as Menu,ue as MenuContext,Si as MenuItem,y2 as PageHeaderSection,Ye as Paragraph,z as ResolveIcon,G2 as ScrollableList,K2 as ScrollableListItem,p7 as ShortcutContext,No as ShortcutRevealer,C7 as Switch,O4 as TabButton,G4 as TabButtonGroup,F4 as TabContent,T7 as Table,S7 as TableBody,B7 as TableCellData,k7 as TableCellHead,Z7 as TableFoot,R7 as TableHead,P7 as TableRow,$4 as Tabs,Li as Textarea,Sn as Theme,Es as TileContainer,_n as UniformBadge,Yn as UniformLogo,o1 as breakpoints,Ft as button,_t as buttonGhost,Wt as buttonPrimary,_ as buttonRippleEffect,Nt as buttonSecondary,Kt as buttonTertiary,Ut as buttonUnimportant,Dn as fadeIn,Gt as fadeInBottom,Gn as fadeInLtr,On as fadeInRtl,Vn as fadeOutBottom,An as growSubtle,A as input,P as inputError,bt as inputSelect,h as labelText,u as mq,$n as ripple,U as scrollbarStyles,Ot as skeletonLoading,Q as supports,Bt as useCurrentTab,Qt as useIconContext,fe as useMenuContext};