@nimbus-ds/patterns 1.25.0-rc.2 → 1.25.0-rc.3
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/ChatInput/index.d.ts +1 -1
- package/dist/FormField/index.d.ts +3 -3
- package/dist/Menu/index.js +1 -1
- package/dist/MenuButton/index.js +1 -1
- package/dist/index.d.ts +7 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("@nimbus-ds/components"),require("@floating-ui/react"),require("@nimbus-ds/icons"),require("@nimbus-ds/styles"),require("react-day-picker"),require("date-fns"),require("react-dom")):"function"==typeof define&&define.amd?define(["react","@nimbus-ds/components","@floating-ui/react","@nimbus-ds/icons","@nimbus-ds/styles","react-day-picker","date-fns","react-dom"],t):"object"==typeof exports?exports["@nimbus-ds/patterns"]=t(require("react"),require("@nimbus-ds/components"),require("@floating-ui/react"),require("@nimbus-ds/icons"),require("@nimbus-ds/styles"),require("react-day-picker"),require("date-fns"),require("react-dom")):e["@nimbus-ds/patterns"]=t(e.react,e["@nimbus-ds/components"],e["@floating-ui/react"],e["@nimbus-ds/icons"],e["@nimbus-ds/styles"],e["react-day-picker"],e["date-fns"],e["react-dom"])}(global,((e,t,r,a,o,i,n,l)=>(()=>{var s={1540:(e,t,r)=>{"use strict";r.r(t),r.d(t,{AutoScrollActivator:()=>Se,DndContext:()=>Je,DragOverlay:()=>yt,KeyboardCode:()=>ie,KeyboardSensor:()=>ue,MeasuringFrequency:()=>Ie,MeasuringStrategy:()=>we,MouseSensor:()=>ve,PointerSensor:()=>fe,TouchSensor:()=>xe,TraversalOrder:()=>Pe,applyModifiers:()=>qe,closestCenter:()=>j,closestCorners:()=>D,defaultAnnouncements:()=>m,defaultCoordinates:()=>b,defaultDropAnimation:()=>mt,defaultDropAnimationSideEffects:()=>pt,defaultKeyboardCoordinateGetter:()=>ce,defaultScreenReaderInstructions:()=>p,getClientRect:()=>R,getFirstCollision:()=>w,getScrollableAncestors:()=>H,pointerWithin:()=>L,rectIntersection:()=>k,useDndContext:()=>rt,useDndMonitor:()=>d,useDraggable:()=>tt,useDroppable:()=>it,useSensor:()=>y,useSensors:()=>v});var a=r(8156),o=r.n(a),i=r(7111),n=r(2851);const l={display:"none"};function s(e){let{id:t,value:r}=e;return o().createElement("div",{id:t,style:l},r)}function c(e){let{id:t,announcement:r,ariaLiveType:a="assertive"}=e;return o().createElement("div",{id:t,style:{position:"fixed",top:0,left:0,width:1,height:1,margin:-1,border:0,padding:0,overflow:"hidden",clip:"rect(0 0 0 0)",clipPath:"inset(100%)",whiteSpace:"nowrap"},role:"status","aria-live":a,"aria-atomic":!0},r)}const u=(0,a.createContext)(null);function d(e){const t=(0,a.useContext)(u);(0,a.useEffect)((()=>{if(!t)throw new Error("useDndMonitor must be used within a children of <DndContext>");return t(e)}),[e,t])}const p={draggable:"\n To pick up a draggable item, press the space bar.\n While dragging, use the arrow keys to move the item.\n Press space again to drop the item in its new position, or press escape to cancel.\n "},m={onDragStart(e){let{active:t}=e;return"Picked up draggable item "+t.id+"."},onDragOver(e){let{active:t,over:r}=e;return r?"Draggable item "+t.id+" was moved over droppable area "+r.id+".":"Draggable item "+t.id+" is no longer over a droppable area."},onDragEnd(e){let{active:t,over:r}=e;return r?"Draggable item "+t.id+" was dropped over droppable area "+r.id:"Draggable item "+t.id+" was dropped."},onDragCancel(e){let{active:t}=e;return"Dragging was cancelled. Draggable item "+t.id+" was dropped."}};function h(e){let{announcements:t=m,container:r,hiddenTextDescribedById:l,screenReaderInstructions:u=p}=e;const{announce:h,announcement:f}=function(){const[e,t]=(0,a.useState)("");return{announce:(0,a.useCallback)((e=>{null!=e&&t(e)}),[]),announcement:e}}(),g=(0,n.useUniqueId)("DndLiveRegion"),[y,v]=(0,a.useState)(!1);if((0,a.useEffect)((()=>{v(!0)}),[]),d((0,a.useMemo)((()=>({onDragStart(e){let{active:r}=e;h(t.onDragStart({active:r}))},onDragMove(e){let{active:r,over:a}=e;t.onDragMove&&h(t.onDragMove({active:r,over:a}))},onDragOver(e){let{active:r,over:a}=e;h(t.onDragOver({active:r,over:a}))},onDragEnd(e){let{active:r,over:a}=e;h(t.onDragEnd({active:r,over:a}))},onDragCancel(e){let{active:r,over:a}=e;h(t.onDragCancel({active:r,over:a}))}})),[h,t])),!y)return null;const b=o().createElement(o().Fragment,null,o().createElement(s,{id:l,value:u.draggable}),o().createElement(c,{id:g,announcement:f}));return r?(0,i.createPortal)(b,r):b}var f;function g(){}function y(e,t){return(0,a.useMemo)((()=>({sensor:e,options:null!=t?t:{}})),[e,t])}function v(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return(0,a.useMemo)((()=>[...t].filter((e=>null!=e))),[...t])}!function(e){e.DragStart="dragStart",e.DragMove="dragMove",e.DragEnd="dragEnd",e.DragCancel="dragCancel",e.DragOver="dragOver",e.RegisterDroppable="registerDroppable",e.SetDroppableDisabled="setDroppableDisabled",e.UnregisterDroppable="unregisterDroppable"}(f||(f={}));const b=Object.freeze({x:0,y:0});function x(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function S(e,t){const r=(0,n.getEventCoordinates)(e);if(!r)return"0 0";return(r.x-t.left)/t.width*100+"% "+(r.y-t.top)/t.height*100+"%"}function P(e,t){let{data:{value:r}}=e,{data:{value:a}}=t;return r-a}function _(e,t){let{data:{value:r}}=e,{data:{value:a}}=t;return a-r}function C(e){let{left:t,top:r,height:a,width:o}=e;return[{x:t,y:r},{x:t+o,y:r},{x:t,y:r+a},{x:t+o,y:r+a}]}function w(e,t){if(!e||0===e.length)return null;const[r]=e;return t?r[t]:r}function I(e,t,r){return void 0===t&&(t=e.left),void 0===r&&(r=e.top),{x:t+.5*e.width,y:r+.5*e.height}}const j=e=>{let{collisionRect:t,droppableRects:r,droppableContainers:a}=e;const o=I(t,t.left,t.top),i=[];for(const e of a){const{id:t}=e,a=r.get(t);if(a){const r=x(I(a),o);i.push({id:t,data:{droppableContainer:e,value:r}})}}return i.sort(P)},D=e=>{let{collisionRect:t,droppableRects:r,droppableContainers:a}=e;const o=C(t),i=[];for(const e of a){const{id:t}=e,a=r.get(t);if(a){const r=C(a),n=o.reduce(((e,t,a)=>e+x(r[a],t)),0),l=Number((n/4).toFixed(4));i.push({id:t,data:{droppableContainer:e,value:l}})}}return i.sort(P)};function E(e,t){const r=Math.max(t.top,e.top),a=Math.max(t.left,e.left),o=Math.min(t.left+t.width,e.left+e.width),i=Math.min(t.top+t.height,e.top+e.height),n=o-a,l=i-r;if(a<o&&r<i){const r=t.width*t.height,a=e.width*e.height,o=n*l;return Number((o/(r+a-o)).toFixed(4))}return 0}const k=e=>{let{collisionRect:t,droppableRects:r,droppableContainers:a}=e;const o=[];for(const e of a){const{id:a}=e,i=r.get(a);if(i){const r=E(i,t);r>0&&o.push({id:a,data:{droppableContainer:e,value:r}})}}return o.sort(_)};function M(e,t){const{top:r,left:a,bottom:o,right:i}=t;return r<=e.y&&e.y<=o&&a<=e.x&&e.x<=i}const L=e=>{let{droppableContainers:t,droppableRects:r,pointerCoordinates:a}=e;if(!a)return[];const o=[];for(const e of t){const{id:t}=e,i=r.get(t);if(i&&M(a,i)){const r=C(i).reduce(((e,t)=>e+x(a,t)),0),n=Number((r/4).toFixed(4));o.push({id:t,data:{droppableContainer:e,value:n}})}}return o.sort(P)};function O(e,t){return e&&t?{x:e.left-t.left,y:e.top-t.top}:b}function B(e){return function(t){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return a.reduce(((t,r)=>({...t,top:t.top+e*r.y,bottom:t.bottom+e*r.y,left:t.left+e*r.x,right:t.right+e*r.x})),{...t})}}const T=B(1);function N(e){if(e.startsWith("matrix3d(")){const t=e.slice(9,-1).split(/, /);return{x:+t[12],y:+t[13],scaleX:+t[0],scaleY:+t[5]}}if(e.startsWith("matrix(")){const t=e.slice(7,-1).split(/, /);return{x:+t[4],y:+t[5],scaleX:+t[0],scaleY:+t[3]}}return null}const F={ignoreTransform:!1};function R(e,t){void 0===t&&(t=F);let r=e.getBoundingClientRect();if(t.ignoreTransform){const{transform:t,transformOrigin:a}=(0,n.getWindow)(e).getComputedStyle(e);t&&(r=function(e,t,r){const a=N(t);if(!a)return e;const{scaleX:o,scaleY:i,x:n,y:l}=a,s=e.left-n-(1-o)*parseFloat(r),c=e.top-l-(1-i)*parseFloat(r.slice(r.indexOf(" ")+1)),u=o?e.width/o:e.width,d=i?e.height/i:e.height;return{width:u,height:d,top:c,right:s+u,bottom:c+d,left:s}}(r,t,a))}const{top:a,left:o,width:i,height:l,bottom:s,right:c}=r;return{top:a,left:o,width:i,height:l,bottom:s,right:c}}function A(e){return R(e,{ignoreTransform:!0})}function H(e,t){const r=[];return e?function a(o){if(null!=t&&r.length>=t)return r;if(!o)return r;if((0,n.isDocument)(o)&&null!=o.scrollingElement&&!r.includes(o.scrollingElement))return r.push(o.scrollingElement),r;if(!(0,n.isHTMLElement)(o)||(0,n.isSVGElement)(o))return r;if(r.includes(o))return r;const i=(0,n.getWindow)(e).getComputedStyle(o);return o!==e&&function(e,t){void 0===t&&(t=(0,n.getWindow)(e).getComputedStyle(e));const r=/(auto|scroll|overlay)/;return["overflow","overflowX","overflowY"].some((e=>{const a=t[e];return"string"==typeof a&&r.test(a)}))}(o,i)&&r.push(o),function(e,t){return void 0===t&&(t=(0,n.getWindow)(e).getComputedStyle(e)),"fixed"===t.position}(o,i)?r:a(o.parentNode)}(e):r}function z(e){const[t]=H(e,1);return null!=t?t:null}function W(e){return n.canUseDOM&&e?(0,n.isWindow)(e)?e:(0,n.isNode)(e)?(0,n.isDocument)(e)||e===(0,n.getOwnerDocument)(e).scrollingElement?window:(0,n.isHTMLElement)(e)?e:null:null:null}function U(e){return(0,n.isWindow)(e)?e.scrollX:e.scrollLeft}function K(e){return(0,n.isWindow)(e)?e.scrollY:e.scrollTop}function V(e){return{x:U(e),y:K(e)}}var X;function Y(e){return!(!n.canUseDOM||!e)&&e===document.scrollingElement}function q(e){const t={x:0,y:0},r=Y(e)?{height:window.innerHeight,width:window.innerWidth}:{height:e.clientHeight,width:e.clientWidth},a={x:e.scrollWidth-r.width,y:e.scrollHeight-r.height};return{isTop:e.scrollTop<=t.y,isLeft:e.scrollLeft<=t.x,isBottom:e.scrollTop>=a.y,isRight:e.scrollLeft>=a.x,maxScroll:a,minScroll:t}}!function(e){e[e.Forward=1]="Forward",e[e.Backward=-1]="Backward"}(X||(X={}));const G={x:.2,y:.2};function Z(e,t,r,a,o){let{top:i,left:n,right:l,bottom:s}=r;void 0===a&&(a=10),void 0===o&&(o=G);const{isTop:c,isBottom:u,isLeft:d,isRight:p}=q(e),m={x:0,y:0},h={x:0,y:0},f=t.height*o.y,g=t.width*o.x;return!c&&i<=t.top+f?(m.y=X.Backward,h.y=a*Math.abs((t.top+f-i)/f)):!u&&s>=t.bottom-f&&(m.y=X.Forward,h.y=a*Math.abs((t.bottom-f-s)/f)),!p&&l>=t.right-g?(m.x=X.Forward,h.x=a*Math.abs((t.right-g-l)/g)):!d&&n<=t.left+g&&(m.x=X.Backward,h.x=a*Math.abs((t.left+g-n)/g)),{direction:m,speed:h}}function J(e){if(e===document.scrollingElement){const{innerWidth:e,innerHeight:t}=window;return{top:0,left:0,right:e,bottom:t,width:e,height:t}}const{top:t,left:r,right:a,bottom:o}=e.getBoundingClientRect();return{top:t,left:r,right:a,bottom:o,width:e.clientWidth,height:e.clientHeight}}function $(e){return e.reduce(((e,t)=>(0,n.add)(e,V(t))),b)}function Q(e,t){if(void 0===t&&(t=R),!e)return;const{top:r,left:a,bottom:o,right:i}=t(e);z(e)&&(o<=0||i<=0||r>=window.innerHeight||a>=window.innerWidth)&&e.scrollIntoView({block:"center",inline:"center"})}const ee=[["x",["left","right"],function(e){return e.reduce(((e,t)=>e+U(t)),0)}],["y",["top","bottom"],function(e){return e.reduce(((e,t)=>e+K(t)),0)}]];class te{constructor(e,t){this.rect=void 0,this.width=void 0,this.height=void 0,this.top=void 0,this.bottom=void 0,this.right=void 0,this.left=void 0;const r=H(t),a=$(r);this.rect={...e},this.width=e.width,this.height=e.height;for(const[e,t,o]of ee)for(const i of t)Object.defineProperty(this,i,{get:()=>{const t=o(r),n=a[e]-t;return this.rect[i]+n},enumerable:!0});Object.defineProperty(this,"rect",{enumerable:!1})}}class re{constructor(e){this.target=void 0,this.listeners=[],this.removeAll=()=>{this.listeners.forEach((e=>{var t;return null==(t=this.target)?void 0:t.removeEventListener(...e)}))},this.target=e}add(e,t,r){var a;null==(a=this.target)||a.addEventListener(e,t,r),this.listeners.push([e,t,r])}}function ae(e,t){const r=Math.abs(e.x),a=Math.abs(e.y);return"number"==typeof t?Math.sqrt(r**2+a**2)>t:"x"in t&&"y"in t?r>t.x&&a>t.y:"x"in t?r>t.x:"y"in t&&a>t.y}var oe,ie;function ne(e){e.preventDefault()}function le(e){e.stopPropagation()}!function(e){e.Click="click",e.DragStart="dragstart",e.Keydown="keydown",e.ContextMenu="contextmenu",e.Resize="resize",e.SelectionChange="selectionchange",e.VisibilityChange="visibilitychange"}(oe||(oe={})),function(e){e.Space="Space",e.Down="ArrowDown",e.Right="ArrowRight",e.Left="ArrowLeft",e.Up="ArrowUp",e.Esc="Escape",e.Enter="Enter",e.Tab="Tab"}(ie||(ie={}));const se={start:[ie.Space,ie.Enter],cancel:[ie.Esc],end:[ie.Space,ie.Enter,ie.Tab]},ce=(e,t)=>{let{currentCoordinates:r}=t;switch(e.code){case ie.Right:return{...r,x:r.x+25};case ie.Left:return{...r,x:r.x-25};case ie.Down:return{...r,y:r.y+25};case ie.Up:return{...r,y:r.y-25}}};class ue{constructor(e){this.props=void 0,this.autoScrollEnabled=!1,this.referenceCoordinates=void 0,this.listeners=void 0,this.windowListeners=void 0,this.props=e;const{event:{target:t}}=e;this.props=e,this.listeners=new re((0,n.getOwnerDocument)(t)),this.windowListeners=new re((0,n.getWindow)(t)),this.handleKeyDown=this.handleKeyDown.bind(this),this.handleCancel=this.handleCancel.bind(this),this.attach()}attach(){this.handleStart(),this.windowListeners.add(oe.Resize,this.handleCancel),this.windowListeners.add(oe.VisibilityChange,this.handleCancel),setTimeout((()=>this.listeners.add(oe.Keydown,this.handleKeyDown)))}handleStart(){const{activeNode:e,onStart:t}=this.props,r=e.node.current;r&&Q(r),t(b)}handleKeyDown(e){if((0,n.isKeyboardEvent)(e)){const{active:t,context:r,options:a}=this.props,{keyboardCodes:o=se,coordinateGetter:i=ce,scrollBehavior:l="smooth"}=a,{code:s}=e;if(o.end.includes(s))return void this.handleEnd(e);if(o.cancel.includes(s))return void this.handleCancel(e);const{collisionRect:c}=r.current,u=c?{x:c.left,y:c.top}:b;this.referenceCoordinates||(this.referenceCoordinates=u);const d=i(e,{active:t,context:r.current,currentCoordinates:u});if(d){const t=(0,n.subtract)(d,u),a={x:0,y:0},{scrollableAncestors:o}=r.current;for(const r of o){const o=e.code,{isTop:i,isRight:n,isLeft:s,isBottom:c,maxScroll:u,minScroll:p}=q(r),m=J(r),h={x:Math.min(o===ie.Right?m.right-m.width/2:m.right,Math.max(o===ie.Right?m.left:m.left+m.width/2,d.x)),y:Math.min(o===ie.Down?m.bottom-m.height/2:m.bottom,Math.max(o===ie.Down?m.top:m.top+m.height/2,d.y))},f=o===ie.Right&&!n||o===ie.Left&&!s,g=o===ie.Down&&!c||o===ie.Up&&!i;if(f&&h.x!==d.x){const e=r.scrollLeft+t.x,i=o===ie.Right&&e<=u.x||o===ie.Left&&e>=p.x;if(i&&!t.y)return void r.scrollTo({left:e,behavior:l});a.x=i?r.scrollLeft-e:o===ie.Right?r.scrollLeft-u.x:r.scrollLeft-p.x,a.x&&r.scrollBy({left:-a.x,behavior:l});break}if(g&&h.y!==d.y){const e=r.scrollTop+t.y,i=o===ie.Down&&e<=u.y||o===ie.Up&&e>=p.y;if(i&&!t.x)return void r.scrollTo({top:e,behavior:l});a.y=i?r.scrollTop-e:o===ie.Down?r.scrollTop-u.y:r.scrollTop-p.y,a.y&&r.scrollBy({top:-a.y,behavior:l});break}}this.handleMove(e,(0,n.add)((0,n.subtract)(d,this.referenceCoordinates),a))}}}handleMove(e,t){const{onMove:r}=this.props;e.preventDefault(),r(t)}handleEnd(e){const{onEnd:t}=this.props;e.preventDefault(),this.detach(),t()}handleCancel(e){const{onCancel:t}=this.props;e.preventDefault(),this.detach(),t()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll()}}function de(e){return Boolean(e&&"distance"in e)}function pe(e){return Boolean(e&&"delay"in e)}ue.activators=[{eventName:"onKeyDown",handler:(e,t,r)=>{let{keyboardCodes:a=se,onActivation:o}=t,{active:i}=r;const{code:n}=e.nativeEvent;if(a.start.includes(n)){const t=i.activatorNode.current;return(!t||e.target===t)&&(e.preventDefault(),null==o||o({event:e.nativeEvent}),!0)}return!1}}];class me{constructor(e,t,r){var a;void 0===r&&(r=function(e){const{EventTarget:t}=(0,n.getWindow)(e);return e instanceof t?e:(0,n.getOwnerDocument)(e)}(e.event.target)),this.props=void 0,this.events=void 0,this.autoScrollEnabled=!0,this.document=void 0,this.activated=!1,this.initialCoordinates=void 0,this.timeoutId=null,this.listeners=void 0,this.documentListeners=void 0,this.windowListeners=void 0,this.props=e,this.events=t;const{event:o}=e,{target:i}=o;this.props=e,this.events=t,this.document=(0,n.getOwnerDocument)(i),this.documentListeners=new re(this.document),this.listeners=new re(r),this.windowListeners=new re((0,n.getWindow)(i)),this.initialCoordinates=null!=(a=(0,n.getEventCoordinates)(o))?a:b,this.handleStart=this.handleStart.bind(this),this.handleMove=this.handleMove.bind(this),this.handleEnd=this.handleEnd.bind(this),this.handleCancel=this.handleCancel.bind(this),this.handleKeydown=this.handleKeydown.bind(this),this.removeTextSelection=this.removeTextSelection.bind(this),this.attach()}attach(){const{events:e,props:{options:{activationConstraint:t,bypassActivationConstraint:r}}}=this;if(this.listeners.add(e.move.name,this.handleMove,{passive:!1}),this.listeners.add(e.end.name,this.handleEnd),e.cancel&&this.listeners.add(e.cancel.name,this.handleCancel),this.windowListeners.add(oe.Resize,this.handleCancel),this.windowListeners.add(oe.DragStart,ne),this.windowListeners.add(oe.VisibilityChange,this.handleCancel),this.windowListeners.add(oe.ContextMenu,ne),this.documentListeners.add(oe.Keydown,this.handleKeydown),t){if(null!=r&&r({event:this.props.event,activeNode:this.props.activeNode,options:this.props.options}))return this.handleStart();if(pe(t))return this.timeoutId=setTimeout(this.handleStart,t.delay),void this.handlePending(t);if(de(t))return void this.handlePending(t)}this.handleStart()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll(),setTimeout(this.documentListeners.removeAll,50),null!==this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null)}handlePending(e,t){const{active:r,onPending:a}=this.props;a(r,e,this.initialCoordinates,t)}handleStart(){const{initialCoordinates:e}=this,{onStart:t}=this.props;e&&(this.activated=!0,this.documentListeners.add(oe.Click,le,{capture:!0}),this.removeTextSelection(),this.documentListeners.add(oe.SelectionChange,this.removeTextSelection),t(e))}handleMove(e){var t;const{activated:r,initialCoordinates:a,props:o}=this,{onMove:i,options:{activationConstraint:l}}=o;if(!a)return;const s=null!=(t=(0,n.getEventCoordinates)(e))?t:b,c=(0,n.subtract)(a,s);if(!r&&l){if(de(l)){if(null!=l.tolerance&&ae(c,l.tolerance))return this.handleCancel();if(ae(c,l.distance))return this.handleStart()}return pe(l)&&ae(c,l.tolerance)?this.handleCancel():void this.handlePending(l,c)}e.cancelable&&e.preventDefault(),i(s)}handleEnd(){const{onAbort:e,onEnd:t}=this.props;this.detach(),this.activated||e(this.props.active),t()}handleCancel(){const{onAbort:e,onCancel:t}=this.props;this.detach(),this.activated||e(this.props.active),t()}handleKeydown(e){e.code===ie.Esc&&this.handleCancel()}removeTextSelection(){var e;null==(e=this.document.getSelection())||e.removeAllRanges()}}const he={cancel:{name:"pointercancel"},move:{name:"pointermove"},end:{name:"pointerup"}};class fe extends me{constructor(e){const{event:t}=e,r=(0,n.getOwnerDocument)(t.target);super(e,he,r)}}fe.activators=[{eventName:"onPointerDown",handler:(e,t)=>{let{nativeEvent:r}=e,{onActivation:a}=t;return!(!r.isPrimary||0!==r.button)&&(null==a||a({event:r}),!0)}}];const ge={move:{name:"mousemove"},end:{name:"mouseup"}};var ye;!function(e){e[e.RightClick=2]="RightClick"}(ye||(ye={}));class ve extends me{constructor(e){super(e,ge,(0,n.getOwnerDocument)(e.event.target))}}ve.activators=[{eventName:"onMouseDown",handler:(e,t)=>{let{nativeEvent:r}=e,{onActivation:a}=t;return r.button!==ye.RightClick&&(null==a||a({event:r}),!0)}}];const be={cancel:{name:"touchcancel"},move:{name:"touchmove"},end:{name:"touchend"}};class xe extends me{constructor(e){super(e,be)}static setup(){return window.addEventListener(be.move.name,e,{capture:!1,passive:!1}),function(){window.removeEventListener(be.move.name,e)};function e(){}}}var Se,Pe;function _e(e){let{acceleration:t,activator:r=Se.Pointer,canScroll:o,draggingRect:i,enabled:l,interval:s=5,order:c=Pe.TreeOrder,pointerCoordinates:u,scrollableAncestors:d,scrollableAncestorRects:p,delta:m,threshold:h}=e;const f=function(e){let{delta:t,disabled:r}=e;const a=(0,n.usePrevious)(t);return(0,n.useLazyMemo)((e=>{if(r||!a||!e)return Ce;const o={x:Math.sign(t.x-a.x),y:Math.sign(t.y-a.y)};return{x:{[X.Backward]:e.x[X.Backward]||-1===o.x,[X.Forward]:e.x[X.Forward]||1===o.x},y:{[X.Backward]:e.y[X.Backward]||-1===o.y,[X.Forward]:e.y[X.Forward]||1===o.y}}}),[r,t,a])}({delta:m,disabled:!l}),[g,y]=(0,n.useInterval)(),v=(0,a.useRef)({x:0,y:0}),b=(0,a.useRef)({x:0,y:0}),x=(0,a.useMemo)((()=>{switch(r){case Se.Pointer:return u?{top:u.y,bottom:u.y,left:u.x,right:u.x}:null;case Se.DraggableRect:return i}}),[r,i,u]),S=(0,a.useRef)(null),P=(0,a.useCallback)((()=>{const e=S.current;if(!e)return;const t=v.current.x*b.current.x,r=v.current.y*b.current.y;e.scrollBy(t,r)}),[]),_=(0,a.useMemo)((()=>c===Pe.TreeOrder?[...d].reverse():d),[c,d]);(0,a.useEffect)((()=>{if(l&&d.length&&x){for(const e of _){if(!1===(null==o?void 0:o(e)))continue;const r=d.indexOf(e),a=p[r];if(!a)continue;const{direction:i,speed:n}=Z(e,a,x,t,h);for(const e of["x","y"])f[e][i[e]]||(n[e]=0,i[e]=0);if(n.x>0||n.y>0)return y(),S.current=e,g(P,s),v.current=n,void(b.current=i)}v.current={x:0,y:0},b.current={x:0,y:0},y()}else y()}),[t,P,o,y,l,s,JSON.stringify(x),JSON.stringify(f),g,d,_,p,JSON.stringify(h)])}xe.activators=[{eventName:"onTouchStart",handler:(e,t)=>{let{nativeEvent:r}=e,{onActivation:a}=t;const{touches:o}=r;return!(o.length>1)&&(null==a||a({event:r}),!0)}}],function(e){e[e.Pointer=0]="Pointer",e[e.DraggableRect=1]="DraggableRect"}(Se||(Se={})),function(e){e[e.TreeOrder=0]="TreeOrder",e[e.ReversedTreeOrder=1]="ReversedTreeOrder"}(Pe||(Pe={}));const Ce={x:{[X.Backward]:!1,[X.Forward]:!1},y:{[X.Backward]:!1,[X.Forward]:!1}};var we,Ie;!function(e){e[e.Always=0]="Always",e[e.BeforeDragging=1]="BeforeDragging",e[e.WhileDragging=2]="WhileDragging"}(we||(we={})),function(e){e.Optimized="optimized"}(Ie||(Ie={}));const je=new Map;function De(e,t){return(0,n.useLazyMemo)((r=>e?r||("function"==typeof t?t(e):e):null),[t,e])}function Ee(e){let{callback:t,disabled:r}=e;const o=(0,n.useEvent)(t),i=(0,a.useMemo)((()=>{if(r||"undefined"==typeof window||void 0===window.ResizeObserver)return;const{ResizeObserver:e}=window;return new e(o)}),[r]);return(0,a.useEffect)((()=>()=>null==i?void 0:i.disconnect()),[i]),i}function ke(e){return new te(R(e),e)}function Me(e,t,r){void 0===t&&(t=ke);const[o,i]=(0,a.useState)(null);function l(){i((a=>{if(!e)return null;var o;if(!1===e.isConnected)return null!=(o=null!=a?a:r)?o:null;const i=t(e);return JSON.stringify(a)===JSON.stringify(i)?a:i}))}const s=function(e){let{callback:t,disabled:r}=e;const o=(0,n.useEvent)(t),i=(0,a.useMemo)((()=>{if(r||"undefined"==typeof window||void 0===window.MutationObserver)return;const{MutationObserver:e}=window;return new e(o)}),[o,r]);return(0,a.useEffect)((()=>()=>null==i?void 0:i.disconnect()),[i]),i}({callback(t){if(e)for(const r of t){const{type:t,target:a}=r;if("childList"===t&&a instanceof HTMLElement&&a.contains(e)){l();break}}}}),c=Ee({callback:l});return(0,n.useIsomorphicLayoutEffect)((()=>{l(),e?(null==c||c.observe(e),null==s||s.observe(document.body,{childList:!0,subtree:!0})):(null==c||c.disconnect(),null==s||s.disconnect())}),[e]),o}const Le=[];function Oe(e,t){void 0===t&&(t=[]);const r=(0,a.useRef)(null);return(0,a.useEffect)((()=>{r.current=null}),t),(0,a.useEffect)((()=>{const t=e!==b;t&&!r.current&&(r.current=e),!t&&r.current&&(r.current=null)}),[e]),r.current?(0,n.subtract)(e,r.current):b}function Be(e){return(0,a.useMemo)((()=>e?function(e){const t=e.innerWidth,r=e.innerHeight;return{top:0,left:0,right:t,bottom:r,width:t,height:r}}(e):null),[e])}const Te=[];function Ne(e){if(!e)return null;if(e.children.length>1)return e;const t=e.children[0];return(0,n.isHTMLElement)(t)?t:e}const Fe=[{sensor:fe,options:{}},{sensor:ue,options:{}}],Re={current:{}},Ae={draggable:{measure:A},droppable:{measure:A,strategy:we.WhileDragging,frequency:Ie.Optimized},dragOverlay:{measure:R}};class He extends Map{get(e){var t;return null!=e&&null!=(t=super.get(e))?t:void 0}toArray(){return Array.from(this.values())}getEnabled(){return this.toArray().filter((e=>{let{disabled:t}=e;return!t}))}getNodeFor(e){var t,r;return null!=(t=null==(r=this.get(e))?void 0:r.node.current)?t:void 0}}const ze={activatorEvent:null,active:null,activeNode:null,activeNodeRect:null,collisions:null,containerNodeRect:null,draggableNodes:new Map,droppableRects:new Map,droppableContainers:new He,over:null,dragOverlay:{nodeRef:{current:null},rect:null,setRef:g},scrollableAncestors:[],scrollableAncestorRects:[],measuringConfiguration:Ae,measureDroppableContainers:g,windowRect:null,measuringScheduled:!1},We={activatorEvent:null,activators:[],active:null,activeNodeRect:null,ariaDescribedById:{draggable:""},dispatch:g,draggableNodes:new Map,over:null,measureDroppableContainers:g},Ue=(0,a.createContext)(We),Ke=(0,a.createContext)(ze);function Ve(){return{draggable:{active:null,initialCoordinates:{x:0,y:0},nodes:new Map,translate:{x:0,y:0}},droppable:{containers:new He}}}function Xe(e,t){switch(t.type){case f.DragStart:return{...e,draggable:{...e.draggable,initialCoordinates:t.initialCoordinates,active:t.active}};case f.DragMove:return null==e.draggable.active?e:{...e,draggable:{...e.draggable,translate:{x:t.coordinates.x-e.draggable.initialCoordinates.x,y:t.coordinates.y-e.draggable.initialCoordinates.y}}};case f.DragEnd:case f.DragCancel:return{...e,draggable:{...e.draggable,active:null,initialCoordinates:{x:0,y:0},translate:{x:0,y:0}}};case f.RegisterDroppable:{const{element:r}=t,{id:a}=r,o=new He(e.droppable.containers);return o.set(a,r),{...e,droppable:{...e.droppable,containers:o}}}case f.SetDroppableDisabled:{const{id:r,key:a,disabled:o}=t,i=e.droppable.containers.get(r);if(!i||a!==i.key)return e;const n=new He(e.droppable.containers);return n.set(r,{...i,disabled:o}),{...e,droppable:{...e.droppable,containers:n}}}case f.UnregisterDroppable:{const{id:r,key:a}=t,o=e.droppable.containers.get(r);if(!o||a!==o.key)return e;const i=new He(e.droppable.containers);return i.delete(r),{...e,droppable:{...e.droppable,containers:i}}}default:return e}}function Ye(e){let{disabled:t}=e;const{active:r,activatorEvent:o,draggableNodes:i}=(0,a.useContext)(Ue),l=(0,n.usePrevious)(o),s=(0,n.usePrevious)(null==r?void 0:r.id);return(0,a.useEffect)((()=>{if(!t&&!o&&l&&null!=s){if(!(0,n.isKeyboardEvent)(l))return;if(document.activeElement===l.target)return;const e=i.get(s);if(!e)return;const{activatorNode:t,node:r}=e;if(!t.current&&!r.current)return;requestAnimationFrame((()=>{for(const e of[t.current,r.current]){if(!e)continue;const t=(0,n.findFirstFocusableNode)(e);if(t){t.focus();break}}}))}}),[o,t,i,s,l]),null}function qe(e,t){let{transform:r,...a}=t;return null!=e&&e.length?e.reduce(((e,t)=>t({transform:e,...a})),r):r}const Ge=(0,a.createContext)({...b,scaleX:1,scaleY:1});var Ze;!function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Initializing=1]="Initializing",e[e.Initialized=2]="Initialized"}(Ze||(Ze={}));const Je=(0,a.memo)((function(e){var t,r,l,s;let{id:c,accessibility:d,autoScroll:p=!0,children:m,sensors:g=Fe,collisionDetection:y=k,measuring:v,modifiers:x,...S}=e;const P=(0,a.useReducer)(Xe,void 0,Ve),[_,C]=P,[I,j]=function(){const[e]=(0,a.useState)((()=>new Set)),t=(0,a.useCallback)((t=>(e.add(t),()=>e.delete(t))),[e]);return[(0,a.useCallback)((t=>{let{type:r,event:a}=t;e.forEach((e=>{var t;return null==(t=e[r])?void 0:t.call(e,a)}))}),[e]),t]}(),[D,E]=(0,a.useState)(Ze.Uninitialized),M=D===Ze.Initialized,{draggable:{active:L,nodes:B,translate:N},droppable:{containers:F}}=_,A=null!=L?B.get(L):null,U=(0,a.useRef)({initial:null,translated:null}),K=(0,a.useMemo)((()=>{var e;return null!=L?{id:L,data:null!=(e=null==A?void 0:A.data)?e:Re,rect:U}:null}),[L,A]),X=(0,a.useRef)(null),[q,G]=(0,a.useState)(null),[Z,J]=(0,a.useState)(null),Q=(0,n.useLatestValue)(S,Object.values(S)),ee=(0,n.useUniqueId)("DndDescribedBy",c),re=(0,a.useMemo)((()=>F.getEnabled()),[F]),ae=(oe=v,(0,a.useMemo)((()=>({draggable:{...Ae.draggable,...null==oe?void 0:oe.draggable},droppable:{...Ae.droppable,...null==oe?void 0:oe.droppable},dragOverlay:{...Ae.dragOverlay,...null==oe?void 0:oe.dragOverlay}})),[null==oe?void 0:oe.draggable,null==oe?void 0:oe.droppable,null==oe?void 0:oe.dragOverlay]));var oe;const{droppableRects:ie,measureDroppableContainers:ne,measuringScheduled:le}=function(e,t){let{dragging:r,dependencies:o,config:i}=t;const[l,s]=(0,a.useState)(null),{frequency:c,measure:u,strategy:d}=i,p=(0,a.useRef)(e),m=function(){switch(d){case we.Always:return!1;case we.BeforeDragging:return r;default:return!r}}(),h=(0,n.useLatestValue)(m),f=(0,a.useCallback)((function(e){void 0===e&&(e=[]),h.current||s((t=>null===t?e:t.concat(e.filter((e=>!t.includes(e))))))}),[h]),g=(0,a.useRef)(null),y=(0,n.useLazyMemo)((t=>{if(m&&!r)return je;if(!t||t===je||p.current!==e||null!=l){const t=new Map;for(let r of e){if(!r)continue;if(l&&l.length>0&&!l.includes(r.id)&&r.rect.current){t.set(r.id,r.rect.current);continue}const e=r.node.current,a=e?new te(u(e),e):null;r.rect.current=a,a&&t.set(r.id,a)}return t}return t}),[e,l,r,m,u]);return(0,a.useEffect)((()=>{p.current=e}),[e]),(0,a.useEffect)((()=>{m||f()}),[r,m]),(0,a.useEffect)((()=>{l&&l.length>0&&s(null)}),[JSON.stringify(l)]),(0,a.useEffect)((()=>{m||"number"!=typeof c||null!==g.current||(g.current=setTimeout((()=>{f(),g.current=null}),c))}),[c,m,f,...o]),{droppableRects:y,measureDroppableContainers:f,measuringScheduled:null!=l}}(re,{dragging:M,dependencies:[N.x,N.y],config:ae.droppable}),se=function(e,t){const r=null!=t?e.get(t):void 0,a=r?r.node.current:null;return(0,n.useLazyMemo)((e=>{var r;return null==t?null:null!=(r=null!=a?a:e)?r:null}),[a,t])}(B,L),ce=(0,a.useMemo)((()=>Z?(0,n.getEventCoordinates)(Z):null),[Z]),ue=function(){const e=!1===(null==q?void 0:q.autoScrollEnabled),t="object"==typeof p?!1===p.enabled:!1===p,r=M&&!e&&!t;if("object"==typeof p)return{...p,enabled:r};return{enabled:r}}(),de=function(e,t){return De(e,t)}(se,ae.draggable.measure);!function(e){let{activeNode:t,measure:r,initialRect:o,config:i=!0}=e;const l=(0,a.useRef)(!1),{x:s,y:c}="boolean"==typeof i?{x:i,y:i}:i;(0,n.useIsomorphicLayoutEffect)((()=>{if(!s&&!c||!t)return void(l.current=!1);if(l.current||!o)return;const e=null==t?void 0:t.node.current;if(!e||!1===e.isConnected)return;const a=O(r(e),o);if(s||(a.x=0),c||(a.y=0),l.current=!0,Math.abs(a.x)>0||Math.abs(a.y)>0){const t=z(e);t&&t.scrollBy({top:a.y,left:a.x})}}),[t,s,c,o,r])}({activeNode:null!=L?B.get(L):null,config:ue.layoutShiftCompensation,initialRect:de,measure:ae.draggable.measure});const pe=Me(se,ae.draggable.measure,de),me=Me(se?se.parentElement:null),he=(0,a.useRef)({activatorEvent:null,active:null,activeNode:se,collisionRect:null,collisions:null,droppableRects:ie,draggableNodes:B,draggingNode:null,draggingNodeRect:null,droppableContainers:F,over:null,scrollableAncestors:[],scrollAdjustedTranslate:null}),fe=F.getNodeFor(null==(t=he.current.over)?void 0:t.id),ge=function(e){let{measure:t}=e;const[r,o]=(0,a.useState)(null),i=Ee({callback:(0,a.useCallback)((e=>{for(const{target:r}of e)if((0,n.isHTMLElement)(r)){o((e=>{const a=t(r);return e?{...e,width:a.width,height:a.height}:a}));break}}),[t])}),l=(0,a.useCallback)((e=>{const r=Ne(e);null==i||i.disconnect(),r&&(null==i||i.observe(r)),o(r?t(r):null)}),[t,i]),[s,c]=(0,n.useNodeRef)(l);return(0,a.useMemo)((()=>({nodeRef:s,rect:r,setRef:c})),[r,s,c])}({measure:ae.dragOverlay.measure}),ye=null!=(r=ge.nodeRef.current)?r:se,ve=M?null!=(l=ge.rect)?l:pe:null,be=Boolean(ge.nodeRef.current&&ge.rect),xe=O(Se=be?null:pe,De(Se));var Se;const Pe=Be(ye?(0,n.getWindow)(ye):null),Ce=function(e){const t=(0,a.useRef)(e),r=(0,n.useLazyMemo)((r=>e?r&&r!==Le&&e&&t.current&&e.parentNode===t.current.parentNode?r:H(e):Le),[e]);return(0,a.useEffect)((()=>{t.current=e}),[e]),r}(M?null!=fe?fe:se:null),Ie=function(e,t){void 0===t&&(t=R);const[r]=e,o=Be(r?(0,n.getWindow)(r):null),[i,l]=(0,a.useState)(Te);function s(){l((()=>e.length?e.map((e=>Y(e)?o:new te(t(e),e))):Te))}const c=Ee({callback:s});return(0,n.useIsomorphicLayoutEffect)((()=>{null==c||c.disconnect(),s(),e.forEach((e=>null==c?void 0:c.observe(e)))}),[e]),i}(Ce),ke=qe(x,{transform:{x:N.x-xe.x,y:N.y-xe.y,scaleX:1,scaleY:1},activatorEvent:Z,active:K,activeNodeRect:pe,containerNodeRect:me,draggingNodeRect:ve,over:he.current.over,overlayNodeRect:ge.rect,scrollableAncestors:Ce,scrollableAncestorRects:Ie,windowRect:Pe}),He=ce?(0,n.add)(ce,N):null,ze=function(e){const[t,r]=(0,a.useState)(null),o=(0,a.useRef)(e),i=(0,a.useCallback)((e=>{const t=W(e.target);t&&r((e=>e?(e.set(t,V(t)),new Map(e)):null))}),[]);return(0,a.useEffect)((()=>{const t=o.current;if(e!==t){a(t);const n=e.map((e=>{const t=W(e);return t?(t.addEventListener("scroll",i,{passive:!0}),[t,V(t)]):null})).filter((e=>null!=e));r(n.length?new Map(n):null),o.current=e}return()=>{a(e),a(t)};function a(e){e.forEach((e=>{const t=W(e);null==t||t.removeEventListener("scroll",i)}))}}),[i,e]),(0,a.useMemo)((()=>e.length?t?Array.from(t.values()).reduce(((e,t)=>(0,n.add)(e,t)),b):$(e):b),[e,t])}(Ce),We=Oe(ze),Je=Oe(ze,[pe]),$e=(0,n.add)(ke,We),Qe=ve?T(ve,ke):null,et=K&&Qe?y({active:K,collisionRect:Qe,droppableRects:ie,droppableContainers:re,pointerCoordinates:He}):null,tt=w(et,"id"),[rt,at]=(0,a.useState)(null),ot=function(e,t,r){return{...e,scaleX:t&&r?t.width/r.width:1,scaleY:t&&r?t.height/r.height:1}}(be?ke:(0,n.add)(ke,Je),null!=(s=null==rt?void 0:rt.rect)?s:null,pe),it=(0,a.useRef)(null),nt=(0,a.useCallback)(((e,t)=>{let{sensor:r,options:a}=t;if(null==X.current)return;const o=B.get(X.current);if(!o)return;const n=e.nativeEvent,l=new r({active:X.current,activeNode:o,event:n,options:a,context:he,onAbort(e){if(!B.get(e))return;const{onDragAbort:t}=Q.current,r={id:e};null==t||t(r),I({type:"onDragAbort",event:r})},onPending(e,t,r,a){if(!B.get(e))return;const{onDragPending:o}=Q.current,i={id:e,constraint:t,initialCoordinates:r,offset:a};null==o||o(i),I({type:"onDragPending",event:i})},onStart(e){const t=X.current;if(null==t)return;const r=B.get(t);if(!r)return;const{onDragStart:a}=Q.current,o={activatorEvent:n,active:{id:t,data:r.data,rect:U}};(0,i.unstable_batchedUpdates)((()=>{null==a||a(o),E(Ze.Initializing),C({type:f.DragStart,initialCoordinates:e,active:t}),I({type:"onDragStart",event:o}),G(it.current),J(n)}))},onMove(e){C({type:f.DragMove,coordinates:e})},onEnd:s(f.DragEnd),onCancel:s(f.DragCancel)});function s(e){return async function(){const{active:t,collisions:r,over:a,scrollAdjustedTranslate:o}=he.current;let l=null;if(t&&o){const{cancelDrop:i}=Q.current;if(l={activatorEvent:n,active:t,collisions:r,delta:o,over:a},e===f.DragEnd&&"function"==typeof i){await Promise.resolve(i(l))&&(e=f.DragCancel)}}X.current=null,(0,i.unstable_batchedUpdates)((()=>{C({type:e}),E(Ze.Uninitialized),at(null),G(null),J(null),it.current=null;const t=e===f.DragEnd?"onDragEnd":"onDragCancel";if(l){const e=Q.current[t];null==e||e(l),I({type:t,event:l})}}))}}it.current=l}),[B]),lt=(0,a.useCallback)(((e,t)=>(r,a)=>{const o=r.nativeEvent,i=B.get(a);if(null!==X.current||!i||o.dndKit||o.defaultPrevented)return;const n={active:i};!0===e(r,t.options,n)&&(o.dndKit={capturedBy:t.sensor},X.current=a,nt(r,t))}),[B,nt]),st=function(e,t){return(0,a.useMemo)((()=>e.reduce(((e,r)=>{const{sensor:a}=r;return[...e,...a.activators.map((e=>({eventName:e.eventName,handler:t(e.handler,r)})))]}),[])),[e,t])}(g,lt);!function(e){(0,a.useEffect)((()=>{if(!n.canUseDOM)return;const t=e.map((e=>{let{sensor:t}=e;return null==t.setup?void 0:t.setup()}));return()=>{for(const e of t)null==e||e()}}),e.map((e=>{let{sensor:t}=e;return t})))}(g),(0,n.useIsomorphicLayoutEffect)((()=>{pe&&D===Ze.Initializing&&E(Ze.Initialized)}),[pe,D]),(0,a.useEffect)((()=>{const{onDragMove:e}=Q.current,{active:t,activatorEvent:r,collisions:a,over:o}=he.current;if(!t||!r)return;const n={active:t,activatorEvent:r,collisions:a,delta:{x:$e.x,y:$e.y},over:o};(0,i.unstable_batchedUpdates)((()=>{null==e||e(n),I({type:"onDragMove",event:n})}))}),[$e.x,$e.y]),(0,a.useEffect)((()=>{const{active:e,activatorEvent:t,collisions:r,droppableContainers:a,scrollAdjustedTranslate:o}=he.current;if(!e||null==X.current||!t||!o)return;const{onDragOver:n}=Q.current,l=a.get(tt),s=l&&l.rect.current?{id:l.id,rect:l.rect.current,data:l.data,disabled:l.disabled}:null,c={active:e,activatorEvent:t,collisions:r,delta:{x:o.x,y:o.y},over:s};(0,i.unstable_batchedUpdates)((()=>{at(s),null==n||n(c),I({type:"onDragOver",event:c})}))}),[tt]),(0,n.useIsomorphicLayoutEffect)((()=>{he.current={activatorEvent:Z,active:K,activeNode:se,collisionRect:Qe,collisions:et,droppableRects:ie,draggableNodes:B,draggingNode:ye,draggingNodeRect:ve,droppableContainers:F,over:rt,scrollableAncestors:Ce,scrollAdjustedTranslate:$e},U.current={initial:ve,translated:Qe}}),[K,se,et,Qe,B,ye,ve,ie,F,rt,Ce,$e]),_e({...ue,delta:N,draggingRect:Qe,pointerCoordinates:He,scrollableAncestors:Ce,scrollableAncestorRects:Ie});const ct=(0,a.useMemo)((()=>({active:K,activeNode:se,activeNodeRect:pe,activatorEvent:Z,collisions:et,containerNodeRect:me,dragOverlay:ge,draggableNodes:B,droppableContainers:F,droppableRects:ie,over:rt,measureDroppableContainers:ne,scrollableAncestors:Ce,scrollableAncestorRects:Ie,measuringConfiguration:ae,measuringScheduled:le,windowRect:Pe})),[K,se,pe,Z,et,me,ge,B,F,ie,rt,ne,Ce,Ie,ae,le,Pe]),ut=(0,a.useMemo)((()=>({activatorEvent:Z,activators:st,active:K,activeNodeRect:pe,ariaDescribedById:{draggable:ee},dispatch:C,draggableNodes:B,over:rt,measureDroppableContainers:ne})),[Z,st,K,pe,C,ee,B,rt,ne]);return o().createElement(u.Provider,{value:j},o().createElement(Ue.Provider,{value:ut},o().createElement(Ke.Provider,{value:ct},o().createElement(Ge.Provider,{value:ot},m)),o().createElement(Ye,{disabled:!1===(null==d?void 0:d.restoreFocus)})),o().createElement(h,{...d,hiddenTextDescribedById:ee}))})),$e=(0,a.createContext)(null),Qe="button",et="Draggable";function tt(e){let{id:t,data:r,disabled:o=!1,attributes:i}=e;const l=(0,n.useUniqueId)(et),{activators:s,activatorEvent:c,active:u,activeNodeRect:d,ariaDescribedById:p,draggableNodes:m,over:h}=(0,a.useContext)(Ue),{role:f=Qe,roleDescription:g="draggable",tabIndex:y=0}=null!=i?i:{},v=(null==u?void 0:u.id)===t,b=(0,a.useContext)(v?Ge:$e),[x,S]=(0,n.useNodeRef)(),[P,_]=(0,n.useNodeRef)(),C=function(e,t){return(0,a.useMemo)((()=>e.reduce(((e,r)=>{let{eventName:a,handler:o}=r;return e[a]=e=>{o(e,t)},e}),{})),[e,t])}(s,t),w=(0,n.useLatestValue)(r);(0,n.useIsomorphicLayoutEffect)((()=>(m.set(t,{id:t,key:l,node:x,activatorNode:P,data:w}),()=>{const e=m.get(t);e&&e.key===l&&m.delete(t)})),[m,t]);return{active:u,activatorEvent:c,activeNodeRect:d,attributes:(0,a.useMemo)((()=>({role:f,tabIndex:y,"aria-disabled":o,"aria-pressed":!(!v||f!==Qe)||void 0,"aria-roledescription":g,"aria-describedby":p.draggable})),[o,f,y,v,g,p.draggable]),isDragging:v,listeners:o?void 0:C,node:x,over:h,setNodeRef:S,setActivatorNodeRef:_,transform:b}}function rt(){return(0,a.useContext)(Ke)}const at="Droppable",ot={timeout:25};function it(e){let{data:t,disabled:r=!1,id:o,resizeObserverConfig:i}=e;const l=(0,n.useUniqueId)(at),{active:s,dispatch:c,over:u,measureDroppableContainers:d}=(0,a.useContext)(Ue),p=(0,a.useRef)({disabled:r}),m=(0,a.useRef)(!1),h=(0,a.useRef)(null),g=(0,a.useRef)(null),{disabled:y,updateMeasurementsFor:v,timeout:b}={...ot,...i},x=(0,n.useLatestValue)(null!=v?v:o),S=Ee({callback:(0,a.useCallback)((()=>{m.current?(null!=g.current&&clearTimeout(g.current),g.current=setTimeout((()=>{d(Array.isArray(x.current)?x.current:[x.current]),g.current=null}),b)):m.current=!0}),[b]),disabled:y||!s}),P=(0,a.useCallback)(((e,t)=>{S&&(t&&(S.unobserve(t),m.current=!1),e&&S.observe(e))}),[S]),[_,C]=(0,n.useNodeRef)(P),w=(0,n.useLatestValue)(t);return(0,a.useEffect)((()=>{S&&_.current&&(S.disconnect(),m.current=!1,S.observe(_.current))}),[_,S]),(0,a.useEffect)((()=>(c({type:f.RegisterDroppable,element:{id:o,key:l,disabled:r,node:_,rect:h,data:w}}),()=>c({type:f.UnregisterDroppable,key:l,id:o}))),[o]),(0,a.useEffect)((()=>{r!==p.current.disabled&&(c({type:f.SetDroppableDisabled,id:o,key:l,disabled:r}),p.current.disabled=r)}),[o,l,r,c]),{active:s,rect:h,isOver:(null==u?void 0:u.id)===o,node:_,over:u,setNodeRef:C}}function nt(e){let{animation:t,children:r}=e;const[i,l]=(0,a.useState)(null),[s,c]=(0,a.useState)(null),u=(0,n.usePrevious)(r);return r||i||!u||l(u),(0,n.useIsomorphicLayoutEffect)((()=>{if(!s)return;const e=null==i?void 0:i.key,r=null==i?void 0:i.props.id;null!=e&&null!=r?Promise.resolve(t(r,s)).then((()=>{l(null)})):l(null)}),[t,i,s]),o().createElement(o().Fragment,null,r,i?(0,a.cloneElement)(i,{ref:c}):null)}const lt={x:0,y:0,scaleX:1,scaleY:1};function st(e){let{children:t}=e;return o().createElement(Ue.Provider,{value:We},o().createElement(Ge.Provider,{value:lt},t))}const ct={position:"fixed",touchAction:"none"},ut=e=>(0,n.isKeyboardEvent)(e)?"transform 250ms ease":void 0,dt=(0,a.forwardRef)(((e,t)=>{let{as:r,activatorEvent:a,adjustScale:i,children:l,className:s,rect:c,style:u,transform:d,transition:p=ut}=e;if(!c)return null;const m=i?d:{...d,scaleX:1,scaleY:1},h={...ct,width:c.width,height:c.height,top:c.top,left:c.left,transform:n.CSS.Transform.toString(m),transformOrigin:i&&a?S(a,c):void 0,transition:"function"==typeof p?p(a):p,...u};return o().createElement(r,{className:s,style:h,ref:t},l)})),pt=e=>t=>{let{active:r,dragOverlay:a}=t;const o={},{styles:i,className:n}=e;if(null!=i&&i.active)for(const[e,t]of Object.entries(i.active))void 0!==t&&(o[e]=r.node.style.getPropertyValue(e),r.node.style.setProperty(e,t));if(null!=i&&i.dragOverlay)for(const[e,t]of Object.entries(i.dragOverlay))void 0!==t&&a.node.style.setProperty(e,t);return null!=n&&n.active&&r.node.classList.add(n.active),null!=n&&n.dragOverlay&&a.node.classList.add(n.dragOverlay),function(){for(const[e,t]of Object.entries(o))r.node.style.setProperty(e,t);null!=n&&n.active&&r.node.classList.remove(n.active)}},mt={duration:250,easing:"ease",keyframes:e=>{let{transform:{initial:t,final:r}}=e;return[{transform:n.CSS.Transform.toString(t)},{transform:n.CSS.Transform.toString(r)}]},sideEffects:pt({styles:{active:{opacity:"0"}}})};function ht(e){let{config:t,draggableNodes:r,droppableContainers:a,measuringConfiguration:o}=e;return(0,n.useEvent)(((e,i)=>{if(null===t)return;const l=r.get(e);if(!l)return;const s=l.node.current;if(!s)return;const c=Ne(i);if(!c)return;const{transform:u}=(0,n.getWindow)(i).getComputedStyle(i),d=N(u);if(!d)return;const p="function"==typeof t?t:function(e){const{duration:t,easing:r,sideEffects:a,keyframes:o}={...mt,...e};return e=>{let{active:i,dragOverlay:n,transform:l,...s}=e;if(!t)return;const c={x:n.rect.left-i.rect.left,y:n.rect.top-i.rect.top},u={scaleX:1!==l.scaleX?i.rect.width*l.scaleX/n.rect.width:1,scaleY:1!==l.scaleY?i.rect.height*l.scaleY/n.rect.height:1},d={x:l.x-c.x,y:l.y-c.y,...u},p=o({...s,active:i,dragOverlay:n,transform:{initial:l,final:d}}),[m]=p,h=p[p.length-1];if(JSON.stringify(m)===JSON.stringify(h))return;const f=null==a?void 0:a({active:i,dragOverlay:n,...s}),g=n.node.animate(p,{duration:t,easing:r,fill:"forwards"});return new Promise((e=>{g.onfinish=()=>{null==f||f(),e()}}))}}(t);return Q(s,o.draggable.measure),p({active:{id:e,data:l.data,node:s,rect:o.draggable.measure(s)},draggableNodes:r,dragOverlay:{node:i,rect:o.dragOverlay.measure(c)},droppableContainers:a,measuringConfiguration:o,transform:d})}))}let ft=0;function gt(e){return(0,a.useMemo)((()=>{if(null!=e)return ft++,ft}),[e])}const yt=o().memo((e=>{let{adjustScale:t=!1,children:r,dropAnimation:i,style:n,transition:l,modifiers:s,wrapperElement:c="div",className:u,zIndex:d=999}=e;const{activatorEvent:p,active:m,activeNodeRect:h,containerNodeRect:f,draggableNodes:g,droppableContainers:y,dragOverlay:v,over:b,measuringConfiguration:x,scrollableAncestors:S,scrollableAncestorRects:P,windowRect:_}=rt(),C=(0,a.useContext)(Ge),w=gt(null==m?void 0:m.id),I=qe(s,{activatorEvent:p,active:m,activeNodeRect:h,containerNodeRect:f,draggingNodeRect:v.rect,over:b,overlayNodeRect:v.rect,scrollableAncestors:S,scrollableAncestorRects:P,transform:C,windowRect:_}),j=De(h),D=ht({config:i,draggableNodes:g,droppableContainers:y,measuringConfiguration:x}),E=j?v.setRef:void 0;return o().createElement(st,null,o().createElement(nt,{animation:D},m&&w?o().createElement(dt,{key:w,id:m.id,ref:E,as:c,activatorEvent:p,adjustScale:t,className:u,transition:l,rect:j,style:{zIndex:d,...n},transform:I},r):null))}))},6548:(e,t,r)=>{"use strict";r.r(t),r.d(t,{SortableContext:()=>b,arrayMove:()=>l,arraySwap:()=>s,defaultAnimateLayoutChanges:()=>S,defaultNewIndexGetter:()=>x,hasSortableData:()=>j,horizontalListSortingStrategy:()=>p,rectSortingStrategy:()=>m,rectSwappingStrategy:()=>h,sortableKeyboardCoordinates:()=>E,useSortable:()=>I,verticalListSortingStrategy:()=>g});var a=r(8156),o=r.n(a),i=r(1540),n=r(2851);function l(e,t,r){const a=e.slice();return a.splice(r<0?a.length+r:r,0,a.splice(t,1)[0]),a}function s(e,t,r){const a=e.slice();return a[t]=e[r],a[r]=e[t],a}function c(e,t){return e.reduce(((e,r,a)=>{const o=t.get(r);return o&&(e[a]=o),e}),Array(e.length))}function u(e){return null!==e&&e>=0}const d={scaleX:1,scaleY:1},p=e=>{var t;let{rects:r,activeNodeRect:a,activeIndex:o,overIndex:i,index:n}=e;const l=null!=(t=r[o])?t:a;if(!l)return null;const s=function(e,t,r){const a=e[t],o=e[t-1],i=e[t+1];if(!a||!o&&!i)return 0;if(r<t)return o?a.left-(o.left+o.width):i.left-(a.left+a.width);return i?i.left-(a.left+a.width):a.left-(o.left+o.width)}(r,n,o);if(n===o){const e=r[i];return e?{x:o<i?e.left+e.width-(l.left+l.width):e.left-l.left,y:0,...d}:null}return n>o&&n<=i?{x:-l.width-s,y:0,...d}:n<o&&n>=i?{x:l.width+s,y:0,...d}:{x:0,y:0,...d}};const m=e=>{let{rects:t,activeIndex:r,overIndex:a,index:o}=e;const i=l(t,a,r),n=t[o],s=i[o];return s&&n?{x:s.left-n.left,y:s.top-n.top,scaleX:s.width/n.width,scaleY:s.height/n.height}:null},h=e=>{let t,r,{activeIndex:a,index:o,rects:i,overIndex:n}=e;return o===a&&(t=i[o],r=i[n]),o===n&&(t=i[o],r=i[a]),r&&t?{x:r.left-t.left,y:r.top-t.top,scaleX:r.width/t.width,scaleY:r.height/t.height}:null},f={scaleX:1,scaleY:1},g=e=>{var t;let{activeIndex:r,activeNodeRect:a,index:o,rects:i,overIndex:n}=e;const l=null!=(t=i[r])?t:a;if(!l)return null;if(o===r){const e=i[n];return e?{x:0,y:r<n?e.top+e.height-(l.top+l.height):e.top-l.top,...f}:null}const s=function(e,t,r){const a=e[t],o=e[t-1],i=e[t+1];if(!a)return 0;if(r<t)return o?a.top-(o.top+o.height):i?i.top-(a.top+a.height):0;return i?i.top-(a.top+a.height):o?a.top-(o.top+o.height):0}(i,o,r);return o>r&&o<=n?{x:0,y:-l.height-s,...f}:o<r&&o>=n?{x:0,y:l.height+s,...f}:{x:0,y:0,...f}};const y="Sortable",v=o().createContext({activeIndex:-1,containerId:y,disableTransforms:!1,items:[],overIndex:-1,useDragOverlay:!1,sortedRects:[],strategy:m,disabled:{draggable:!1,droppable:!1}});function b(e){let{children:t,id:r,items:l,strategy:s=m,disabled:u=!1}=e;const{active:d,dragOverlay:p,droppableRects:h,over:f,measureDroppableContainers:g}=(0,i.useDndContext)(),b=(0,n.useUniqueId)(y,r),x=Boolean(null!==p.rect),S=(0,a.useMemo)((()=>l.map((e=>"object"==typeof e&&"id"in e?e.id:e))),[l]),P=null!=d,_=d?S.indexOf(d.id):-1,C=f?S.indexOf(f.id):-1,w=(0,a.useRef)(S),I=!function(e,t){if(e===t)return!0;if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0}(S,w.current),j=-1!==C&&-1===_||I,D=function(e){return"boolean"==typeof e?{draggable:e,droppable:e}:e}(u);(0,n.useIsomorphicLayoutEffect)((()=>{I&&P&&g(S)}),[I,S,P,g]),(0,a.useEffect)((()=>{w.current=S}),[S]);const E=(0,a.useMemo)((()=>({activeIndex:_,containerId:b,disabled:D,disableTransforms:j,items:S,overIndex:C,useDragOverlay:x,sortedRects:c(S,h),strategy:s})),[_,b,D.draggable,D.droppable,j,S,C,h,x,s]);return o().createElement(v.Provider,{value:E},t)}const x=e=>{let{id:t,items:r,activeIndex:a,overIndex:o}=e;return l(r,a,o).indexOf(t)},S=e=>{let{containerId:t,isSorting:r,wasDragging:a,index:o,items:i,newIndex:n,previousItems:l,previousContainerId:s,transition:c}=e;return!(!c||!a)&&((l===i||o!==n)&&(!!r||n!==o&&t===s))},P={duration:200,easing:"ease"},_="transform",C=n.CSS.Transition.toString({property:_,duration:0,easing:"linear"}),w={roleDescription:"sortable"};function I(e){let{animateLayoutChanges:t=S,attributes:r,disabled:o,data:l,getNewIndex:s=x,id:c,strategy:d,resizeObserverConfig:p,transition:m=P}=e;const{items:h,containerId:f,activeIndex:g,disabled:y,disableTransforms:b,sortedRects:I,overIndex:j,useDragOverlay:D,strategy:E}=(0,a.useContext)(v),k=function(e,t){var r,a;if("boolean"==typeof e)return{draggable:e,droppable:!1};return{draggable:null!=(r=null==e?void 0:e.draggable)?r:t.draggable,droppable:null!=(a=null==e?void 0:e.droppable)?a:t.droppable}}(o,y),M=h.indexOf(c),L=(0,a.useMemo)((()=>({sortable:{containerId:f,index:M,items:h},...l})),[f,l,M,h]),O=(0,a.useMemo)((()=>h.slice(h.indexOf(c))),[h,c]),{rect:B,node:T,isOver:N,setNodeRef:F}=(0,i.useDroppable)({id:c,data:L,disabled:k.droppable,resizeObserverConfig:{updateMeasurementsFor:O,...p}}),{active:R,activatorEvent:A,activeNodeRect:H,attributes:z,setNodeRef:W,listeners:U,isDragging:K,over:V,setActivatorNodeRef:X,transform:Y}=(0,i.useDraggable)({id:c,data:L,attributes:{...w,...r},disabled:k.draggable}),q=(0,n.useCombinedRefs)(F,W),G=Boolean(R),Z=G&&!b&&u(g)&&u(j),J=!D&&K,$=J&&Z?Y:null,Q=Z?null!=$?$:(null!=d?d:E)({rects:I,activeNodeRect:H,activeIndex:g,overIndex:j,index:M}):null,ee=u(g)&&u(j)?s({id:c,items:h,activeIndex:g,overIndex:j}):M,te=null==R?void 0:R.id,re=(0,a.useRef)({activeId:te,items:h,newIndex:ee,containerId:f}),ae=h!==re.current.items,oe=t({active:R,containerId:f,isDragging:K,isSorting:G,id:c,index:M,items:h,newIndex:re.current.newIndex,previousItems:re.current.items,previousContainerId:re.current.containerId,transition:m,wasDragging:null!=re.current.activeId}),ie=function(e){let{disabled:t,index:r,node:o,rect:l}=e;const[s,c]=(0,a.useState)(null),u=(0,a.useRef)(r);return(0,n.useIsomorphicLayoutEffect)((()=>{if(!t&&r!==u.current&&o.current){const e=l.current;if(e){const t=(0,i.getClientRect)(o.current,{ignoreTransform:!0}),r={x:e.left-t.left,y:e.top-t.top,scaleX:e.width/t.width,scaleY:e.height/t.height};(r.x||r.y)&&c(r)}}r!==u.current&&(u.current=r)}),[t,r,o,l]),(0,a.useEffect)((()=>{s&&c(null)}),[s]),s}({disabled:!oe,index:M,node:T,rect:B});return(0,a.useEffect)((()=>{G&&re.current.newIndex!==ee&&(re.current.newIndex=ee),f!==re.current.containerId&&(re.current.containerId=f),h!==re.current.items&&(re.current.items=h)}),[G,ee,f,h]),(0,a.useEffect)((()=>{if(te===re.current.activeId)return;if(te&&!re.current.activeId)return void(re.current.activeId=te);const e=setTimeout((()=>{re.current.activeId=te}),50);return()=>clearTimeout(e)}),[te]),{active:R,activeIndex:g,attributes:z,data:L,rect:B,index:M,newIndex:ee,items:h,isOver:N,isSorting:G,isDragging:K,listeners:U,node:T,overIndex:j,over:V,setNodeRef:q,setActivatorNodeRef:X,setDroppableNodeRef:F,setDraggableNodeRef:W,transform:null!=ie?ie:Q,transition:function(){if(ie||ae&&re.current.newIndex===M)return C;if(J&&!(0,n.isKeyboardEvent)(A)||!m)return;if(G||oe)return n.CSS.Transition.toString({...m,property:_});return}()}}function j(e){if(!e)return!1;const t=e.data.current;return!!(t&&"sortable"in t&&"object"==typeof t.sortable&&"containerId"in t.sortable&&"items"in t.sortable&&"index"in t.sortable)}const D=[i.KeyboardCode.Down,i.KeyboardCode.Right,i.KeyboardCode.Up,i.KeyboardCode.Left],E=(e,t)=>{let{context:{active:r,collisionRect:a,droppableRects:o,droppableContainers:l,over:s,scrollableAncestors:c}}=t;if(D.includes(e.code)){if(e.preventDefault(),!r||!a)return;const t=[];l.getEnabled().forEach((r=>{if(!r||null!=r&&r.disabled)return;const n=o.get(r.id);if(n)switch(e.code){case i.KeyboardCode.Down:a.top<n.top&&t.push(r);break;case i.KeyboardCode.Up:a.top>n.top&&t.push(r);break;case i.KeyboardCode.Left:a.left>n.left&&t.push(r);break;case i.KeyboardCode.Right:a.left<n.left&&t.push(r)}}));const u=(0,i.closestCorners)({active:r,collisionRect:a,droppableRects:o,droppableContainers:t,pointerCoordinates:null});let d=(0,i.getFirstCollision)(u,"id");if(d===(null==s?void 0:s.id)&&u.length>1&&(d=u[1].id),null!=d){const e=l.get(r.id),t=l.get(d),s=t?o.get(t.id):null,u=null==t?void 0:t.node.current;if(u&&s&&e&&t){const r=(0,i.getScrollableAncestors)(u).some(((e,t)=>c[t]!==e)),o=k(e,t),l=function(e,t){if(!j(e)||!j(t))return!1;if(!k(e,t))return!1;return e.data.current.sortable.index<t.data.current.sortable.index}(e,t),d=r||!o?{x:0,y:0}:{x:l?a.width-s.width:0,y:l?a.height-s.height:0},p={x:s.left,y:s.top};return d.x&&d.y?p:(0,n.subtract)(p,d)}}}};function k(e,t){return!(!j(e)||!j(t))&&e.data.current.sortable.containerId===t.data.current.sortable.containerId}},2851:(e,t,r)=>{"use strict";r.r(t),r.d(t,{CSS:()=>E,add:()=>_,canUseDOM:()=>i,findFirstFocusableNode:()=>M,getEventCoordinates:()=>D,getOwnerDocument:()=>p,getWindow:()=>s,hasViewportRelativeCoordinates:()=>w,isDocument:()=>c,isHTMLElement:()=>u,isKeyboardEvent:()=>I,isNode:()=>l,isSVGElement:()=>d,isTouchEvent:()=>j,isWindow:()=>n,subtract:()=>C,useCombinedRefs:()=>o,useEvent:()=>h,useInterval:()=>f,useIsomorphicLayoutEffect:()=>m,useLatestValue:()=>g,useLazyMemo:()=>y,useNodeRef:()=>v,usePrevious:()=>b,useUniqueId:()=>S});var a=r(8156);function o(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return(0,a.useMemo)((()=>e=>{t.forEach((t=>t(e)))}),t)}const i="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement;function n(e){const t=Object.prototype.toString.call(e);return"[object Window]"===t||"[object global]"===t}function l(e){return"nodeType"in e}function s(e){var t,r;return e?n(e)?e:l(e)&&null!=(t=null==(r=e.ownerDocument)?void 0:r.defaultView)?t:window:window}function c(e){const{Document:t}=s(e);return e instanceof t}function u(e){return!n(e)&&e instanceof s(e).HTMLElement}function d(e){return e instanceof s(e).SVGElement}function p(e){return e?n(e)?e.document:l(e)?c(e)?e:u(e)||d(e)?e.ownerDocument:document:document:document}const m=i?a.useLayoutEffect:a.useEffect;function h(e){const t=(0,a.useRef)(e);return m((()=>{t.current=e})),(0,a.useCallback)((function(){for(var e=arguments.length,r=new Array(e),a=0;a<e;a++)r[a]=arguments[a];return null==t.current?void 0:t.current(...r)}),[])}function f(){const e=(0,a.useRef)(null);return[(0,a.useCallback)(((t,r)=>{e.current=setInterval(t,r)}),[]),(0,a.useCallback)((()=>{null!==e.current&&(clearInterval(e.current),e.current=null)}),[])]}function g(e,t){void 0===t&&(t=[e]);const r=(0,a.useRef)(e);return m((()=>{r.current!==e&&(r.current=e)}),t),r}function y(e,t){const r=(0,a.useRef)();return(0,a.useMemo)((()=>{const t=e(r.current);return r.current=t,t}),[...t])}function v(e){const t=h(e),r=(0,a.useRef)(null),o=(0,a.useCallback)((e=>{e!==r.current&&(null==t||t(e,r.current)),r.current=e}),[]);return[r,o]}function b(e){const t=(0,a.useRef)();return(0,a.useEffect)((()=>{t.current=e}),[e]),t.current}let x={};function S(e,t){return(0,a.useMemo)((()=>{if(t)return t;const r=null==x[e]?0:x[e]+1;return x[e]=r,e+"-"+r}),[e,t])}function P(e){return function(t){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return a.reduce(((t,r)=>{const a=Object.entries(r);for(const[r,o]of a){const a=t[r];null!=a&&(t[r]=a+e*o)}return t}),{...t})}}const _=P(1),C=P(-1);function w(e){return"clientX"in e&&"clientY"in e}function I(e){if(!e)return!1;const{KeyboardEvent:t}=s(e.target);return t&&e instanceof t}function j(e){if(!e)return!1;const{TouchEvent:t}=s(e.target);return t&&e instanceof t}function D(e){if(j(e)){if(e.touches&&e.touches.length){const{clientX:t,clientY:r}=e.touches[0];return{x:t,y:r}}if(e.changedTouches&&e.changedTouches.length){const{clientX:t,clientY:r}=e.changedTouches[0];return{x:t,y:r}}}return w(e)?{x:e.clientX,y:e.clientY}:null}const E=Object.freeze({Translate:{toString(e){if(!e)return;const{x:t,y:r}=e;return"translate3d("+(t?Math.round(t):0)+"px, "+(r?Math.round(r):0)+"px, 0)"}},Scale:{toString(e){if(!e)return;const{scaleX:t,scaleY:r}=e;return"scaleX("+t+") scaleY("+r+")"}},Transform:{toString(e){if(e)return[E.Translate.toString(e),E.Scale.toString(e)].join(" ")}},Transition:{toString(e){let{property:t,duration:r,easing:a}=e;return t+" "+r+"ms "+a}}}),k="a,frame,iframe,input:not([type=hidden]):not(:disabled),select:not(:disabled),textarea:not(:disabled),button:not(:disabled),*[tabindex]";function M(e){return e.matches(k)?e:e.querySelector(k)}},4360:(e,t,r)=>{var a;global,e.exports=(a=r(8156),(()=>{"use strict";var e={156:e=>{e.exports=a}},t={};function r(a){var o=t[a];if(void 0!==o)return o.exports;var i=t[a]={exports:{}};return e[a](i,i.exports,r),i.exports}var o={};return(()=>{var e=o;Object.defineProperty(e,"__esModule",{value:!0}),e.useRefObjectAsForwardedRef=void 0;const t=r(156);e.useRefObjectAsForwardedRef=function(e,r){(0,t.useImperativeHandle)(e,(()=>r.current))}})(),o})())},7713:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.initialMenuContext=void 0,t.initialMenuContext={expanded:!0,showTooltipsWhenCollapsed:!0,tooltipsPosition:"right"}},3843:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useMenuExpandContext=t.MenuExpandContext=void 0;const a=r(8156),o=r(7713),i=(0,a.createContext)(void 0);t.MenuExpandContext=i;t.useMenuExpandContext=(e=!0)=>{const t=(0,a.useContext)(i);if(void 0===t){if(!e)return o.initialMenuContext;throw new Error("Menu subcomponents must be used within MenuExpandContext.Provider")}return t}},776:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useMenuExpandContext=t.MenuExpandContext=void 0;var a=r(3843);Object.defineProperty(t,"MenuExpandContext",{enumerable:!0,get:function(){return a.MenuExpandContext}}),Object.defineProperty(t,"useMenuExpandContext",{enumerable:!0,get:function(){return a.useMenuExpandContext}})},8713:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShell=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(6156),n=r(6338),l=r(5128),s=({className:e,style:t,children:r,contentProperties:n,menu:s,menuProperties:c={display:{xs:"none",md:"block"}},menuExpanded:u=!0,menuExpandedWidth:d="240px",menuCollapsedWidth:p="48px",menuBehavior:m="inline",menuFlyout:h={trigger:"manual"},...f})=>{const g="popover"===m,{trigger:y="hover",open:v,defaultOpen:b=!1,onOpenChange:x,hoverOpenDelayMs:S=100,hoverCloseDelayMs:P=150,..._}=h??{},[C,w]=(0,a.useState)(b),I=v??C,j=(0,a.useCallback)((e=>{void 0===v&&w(e),x?.(e)}),[v,x]),{refs:D,context:E}=(0,i.useFloating)({open:!!g&&I,onOpenChange:j}),k=(0,i.useHover)(E,{delay:{open:S,close:P},handleClose:(0,i.safePolygon)(),enabled:"hover"===y}),M=(0,i.useFocus)(E,{enabled:"hover"===y}),L=(0,i.useDismiss)(E,{outsidePress:!0,escapeKey:!0}),O=(0,i.useRole)(E,{role:"dialog"}),{getReferenceProps:B,getFloatingProps:T}=(0,i.useInteractions)([k,M,L,O]),N=(0,a.useMemo)((()=>({isMenuPopover:!1})),[]),F=(0,a.useMemo)((()=>({isMenuPopover:!0})),[]);return a.default.createElement(o.Box,{...f,display:"flex"},s&&a.default.createElement(o.Box,{...c,width:u?d:p,height:"100vh",position:"sticky",top:"0",left:"0",borderStyle:"solid",borderWidth:"none",borderRightWidth:"1",borderColor:"neutral-surfaceDisabled",transitionProperty:"width",transitionDuration:"fast",transitionTimingFunction:"ease-out",flexShrink:u?"0":"1",ref:D.setReference,...B()},a.default.createElement(l.AppShellMenuContext.Provider,{value:N},s)),a.default.createElement(o.Box,{display:"grid",gridTemplateRows:"auto 1fr",flex:"1 1 auto",height:"100vh",width:"100%",backgroundColor:"neutral-surface",...n},r),g&&I&&a.default.createElement(l.AppShellMenuContext.Provider,{value:F},a.default.createElement(i.FloatingPortal,{id:"nimbus-popover-floating"},a.default.createElement(o.Box,{backgroundColor:"neutral-background",boxShadow:"2",borderStyle:"solid",borderWidth:"none",borderRightWidth:"1",borderColor:"neutral-surfaceDisabled",width:d,..._,position:"fixed",top:"0",left:"0",zIndex:"900",height:"100vh",ref:D.setFloating,...T()},s))))};t.AppShell=s,s.Header=n.AppShellHeader,s.Body=n.AppShellBody,s.Chat=n.AppShellChat,s.displayName="AppShell",s.Header.displayName="AppShell.Header",s.Body.displayName="AppShell.Body",s.Chat.displayName="AppShell.Chat"},2545:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellBody=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.AppShellBody=({children:e,...t})=>a.default.createElement(o.Box,{backgroundColor:"neutral-surface",width:"100%",gap:"2",overflow:"auto",height:"100%",...t,flex:"1 1 auto",display:"flex"},e)},1617:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellBody=void 0;var a=r(2545);Object.defineProperty(t,"AppShellBody",{enumerable:!0,get:function(){return a.AppShellBody}})},6572:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellChat=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.AppShellChat=({children:e,...t})=>a.default.createElement(o.Box,{height:"100%",maxWidth:{xs:"300px",lg:"378px"},top:"0",flex:"1",padding:"2",zIndex:"700",...t,position:"sticky"},e)},8444:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellChat=void 0;var a=r(6572);Object.defineProperty(t,"AppShellChat",{enumerable:!0,get:function(){return a.AppShellChat}})},3485:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellHeader=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.AppShellHeader=({className:e,style:t,leftSlot:r,rightSlot:i,...n})=>a.default.createElement(o.Box,{padding:"2",backgroundColor:"neutral-surface",gap:"2",...n,display:"flex",justifyContent:r?"space-between":"flex-end",position:"sticky",top:"0"},r,i&&a.default.createElement(o.Box,{display:"flex",gap:{xs:"1",md:"2"}},i))},1450:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellHeader=void 0;const a=r(3485);var o=r(3485);Object.defineProperty(t,"AppShellHeader",{enumerable:!0,get:function(){return o.AppShellHeader}}),t.default=a.AppShellHeader},6338:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(1450),t),a.__exportStar(r(1617),t),a.__exportStar(r(8444),t)},41:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.initialAppShellMenuContextValue=void 0,t.initialAppShellMenuContextValue={isMenuPopover:!1}},8626:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShellMenuContext=void 0;const a=r(8156),o=r(41);t.AppShellMenuContext=(0,a.createContext)(void 0);t.useAppShellMenuContext=(e=!0)=>{const r=(0,a.useContext)(t.AppShellMenuContext);if(void 0===r){if(!e)return o.initialAppShellMenuContextValue;throw new Error("useAppShellMenuContext must be used within an AppShell Menu")}return r}},5128:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShellMenuContext=void 0;var a=r(8626);Object.defineProperty(t,"AppShellMenuContext",{enumerable:!0,get:function(){return a.AppShellMenuContext}}),Object.defineProperty(t,"useAppShellMenuContext",{enumerable:!0,get:function(){return a.useAppShellMenuContext}})},8377:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShellMenuContext=void 0;var a=r(5128);Object.defineProperty(t,"AppShellMenuContext",{enumerable:!0,get:function(){return a.AppShellMenuContext}}),Object.defineProperty(t,"useAppShellMenuContext",{enumerable:!0,get:function(){return a.useAppShellMenuContext}})},8462:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShell=void 0;const a=r(8713);var o=r(8713);Object.defineProperty(t,"AppShell",{enumerable:!0,get:function(){return o.AppShell}});var i=r(8377);Object.defineProperty(t,"useAppShellMenuContext",{enumerable:!0,get:function(){return i.useAppShellMenuContext}}),t.default=a.AppShell},456:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Calendar=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3215),n=r(7990),l=r(1621),s=r(6563),c=({className:e,style:t,hideBorder:r=!1,containerProps:c,stickyWeekdays:u=!1,fullWidthDays:d=!1,...p})=>a.default.createElement(s.Wrapper,{initialProps:{...p}},a.default.createElement(o.Box,{borderWidth:r?"none":"1",borderStyle:"solid",borderColor:"neutral-surfaceHighlight",borderRadius:"2","data-style":"nimbus-calendar",overflowY:"auto",position:"relative",...c},p.numberOfMonths&&p.numberOfMonths>1&&u&&a.default.createElement(s.Weekdays,null),a.default.createElement(l.DayPicker,{...p,classNames:{table:n.calendar.classnames.table,row:n.calendar.classnames.row,cell:n.calendar.classnames.cell,caption:n.calendar.classnames.caption,caption_start:n.calendar.classnames.caption_start,caption_end:n.calendar.classnames.caption_end,head:u?n.calendar.classnames.head_stickyWeekdays:n.calendar.classnames.head,head_row:n.calendar.classnames.row,head_cell:n.calendar.classnames.cell__head,tbody:n.calendar.classnames.body,nav:n.calendar.classnames.nav,nav_button_previous:n.calendar.classnames.nav__button,nav_button_next:n.calendar.classnames.nav__button,day:d?n.calendar.classnames.day_fullWidth:n.calendar.classnames.day,day_selected:n.calendar.classnames.day_selected,day_today:n.calendar.classnames.day_today,day_outside:n.calendar.classnames.day_outside,day_disabled:n.calendar.classnames.day_disabled,day_range_middle:n.calendar.classnames.day__middle,day_range_start:n.calendar.classnames.day__start,day_range_end:n.calendar.classnames.day__end,months:n.calendar.classnames.months},components:{CaptionLabel:s.CustomCaptionLabel,IconLeft:i.ChevronLeftIcon,IconRight:i.ChevronRightIcon,Day:s.CustomDay}})));t.Calendar=c,c.displayName="Calendar"},7709:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CustomCaptionLabel=void 0;const a=r(5163).__importDefault(r(8156)),o=r(1621),i=r(5280);t.CustomCaptionLabel=({...e})=>{const{locale:t,formatters:{formatCaption:r}}=(0,o.useDayPicker)();return a.default.createElement(i.Text,{fontSize:"highlight",fontWeight:"medium",...e},r(e.displayMonth,{locale:t}))}},2352:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CustomCaptionLabel=void 0;const a=r(7709);var o=r(7709);Object.defineProperty(t,"CustomCaptionLabel",{enumerable:!0,get:function(){return o.CustomCaptionLabel}}),t.default=a.CustomCaptionLabel},8432:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CustomDay=void 0;const a=r(5163).__importDefault(r(8156)),o=r(1621),i=r(7876);t.CustomDay=({...e})=>a.default.createElement("div",{id:(0,i.format)(e.date,"yyyy-MM-dd"),style:{width:"100%"}},a.default.createElement(o.Day,{...e}))},9869:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CustomDay=void 0;const a=r(8432);var o=r(8432);Object.defineProperty(t,"CustomDay",{enumerable:!0,get:function(){return o.CustomDay}}),t.default=a.CustomDay},8815:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Weekdays=void 0;const a=r(5163).__importDefault(r(8156)),o=r(1621),i=r(5280),n=r(2074);t.Weekdays=()=>{const{locale:e,weekStartsOn:t,ISOWeek:r,formatters:{formatWeekdayName:l},labels:{labelWeekday:s}}=(0,o.useDayPicker)(),c=(0,n.getWeekdays)(e,t,r);return a.default.createElement(i.Box,{display:"flex",width:"100%",backgroundColor:"neutral-surface",position:"sticky",top:"0",py:"2",px:"4",zIndex:"100"},c.map((t=>a.default.createElement(i.Box,{key:s(t,{locale:e}),display:"flex",flex:"1",alignItems:"center",justifyContent:"center","aria-label":s(t,{locale:e})},a.default.createElement(i.Text,{textAlign:"center",fontSize:"caption",fontWeight:"medium"},l(t,{locale:e}))))))}},9882:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Weekdays=void 0;const a=r(8815);var o=r(8815);Object.defineProperty(t,"Weekdays",{enumerable:!0,get:function(){return o.Weekdays}}),t.default=a.Weekdays},8240:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Wrapper=void 0;const a=r(5163).__importDefault(r(8156)),o=r(1621);t.Wrapper=({children:e,...t})=>a.default.createElement(o.DayPickerProvider,{...t},e)},2506:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Wrapper=void 0;const a=r(8240);var o=r(8240);Object.defineProperty(t,"Wrapper",{enumerable:!0,get:function(){return o.Wrapper}}),t.default=a.Wrapper},6563:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(2352),t),a.__exportStar(r(9869),t),a.__exportStar(r(2506),t),a.__exportStar(r(9882),t)},5589:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Calendar=void 0;const a=r(456);var o=r(456);Object.defineProperty(t,"Calendar",{enumerable:!0,get:function(){return o.Calendar}}),t.default=a.Calendar},6282:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getWeekdays=void 0;const a=r(7876);t.getWeekdays=function(e,t,r){const o=r?(0,a.startOfISOWeek)(new Date):(0,a.startOfWeek)(new Date,{locale:e,weekStartsOn:t}),i=[];for(let e=0;e<7;e++){const t=(0,a.addDays)(o,e);i.push(t)}return i}},2074:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});r(5163).__exportStar(r(6282),t)},1683:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CalloutCard=void 0;const a=r(5163).__importDefault(r(8156)),o=r(3215),i=r(5280),n=r(8083),l=({appearance:e,title:t,subtitle:r,link:l,onClick:s,icon:c,...u})=>a.default.createElement(i.Box,{...u,display:"flex",backgroundColor:n.cardBackground[e],borderColor:n.cardBorder[e],borderStyle:"solid",borderWidth:"1",borderRadius:"2",cursor:l?"auto":"pointer",flex:"0 1 auto",gap:"2",p:"2",as:l?"div":"button",onClick:s,width:"100%"},a.default.createElement(i.Box,{backgroundColor:n.iconBackground[e],height:"36px",width:"36px",minHeight:"36px",minWidth:"36px",borderRadius:"2",display:"flex",justifyContent:"center",alignItems:"center"},a.default.createElement(i.Icon,{"data-testid":"callout-card-icon",color:n.iconColor[e],source:a.default.createElement(c,{size:"medium"})})),a.default.createElement(i.Box,{display:"flex",flex:"1 1 auto",flexDirection:"column"},a.default.createElement(i.Text,{"data-testid":"callout-card-title",color:n.textColor[e],fontSize:"caption",fontWeight:"bold"},t),a.default.createElement(i.Text,{"data-testid":"callout-card-subtitle",color:n.textColor[e],fontSize:"caption"},r),l&&a.default.createElement(i.Box,{mt:"2"},l)),!l&&a.default.createElement(i.Box,{alignSelf:"center"},a.default.createElement(i.Icon,{"data-testid":"callout-card-open-icon",cursor:"pointer",color:n.iconColor[e],source:a.default.createElement(o.ChevronRightIcon,{size:"small"})})));t.CalloutCard=l,l.displayName="CalloutCard"},8083:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.textColor=t.iconColor=t.iconBackground=t.cardBorder=t.cardBackground=void 0,t.cardBackground={primary:"primary-surface",success:"success-surface",warning:"warning-surface",danger:"danger-surface",neutral:"neutral-surface"},t.cardBorder={primary:"primary-interactive",success:"success-interactive",warning:"warning-interactive",danger:"danger-interactive",neutral:"neutral-interactive"},t.iconBackground={primary:"primary-surfaceHighlight",success:"success-surfaceHighlight",warning:"warning-surfaceHighlight",danger:"danger-surfaceHighlight",neutral:"neutral-surfaceHighlight"},t.iconColor={primary:"primary-textLow",success:"success-textLow",warning:"warning-textLow",danger:"danger-textLow",neutral:"neutral-textHigh"},t.textColor=t.iconColor},4289:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CalloutCard=void 0;const a=r(1683);var o=r(1683);Object.defineProperty(t,"CalloutCard",{enumerable:!0,get:function(){return o.CalloutCard}}),t.default=a.CalloutCard},7708:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInput=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(5840),n=({className:e,style:t,children:r,aiFocused:i,...n})=>a.default.createElement(o.Box,{borderColor:"transparent",background:"ai-generative-interactive-border",borderWidth:"1",borderStyle:"solid",borderRadius:"2",...i&&{boxShadow:"aiFocus"},padding:"1",...n,display:"flex",flexDirection:"column"},r);t.ChatInput=n,n.Actions=i.ChatInputActions,n.Field=i.ChatInputField,n.Popover=i.ChatInputPopover,n.PopoverButton=i.ChatInputPopoverButton,n.displayName="ChatInput",n.Actions.displayName="ChatInput.Actions",n.Field.displayName="ChatInput.Field",n.Popover.displayName="ChatInput.Popover",n.PopoverButton.displayName="ChatInput.PopoverButton"},3532:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputActions=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=({className:e,style:t,children:r,...i})=>a.default.createElement(o.Box,{...i,display:"flex",alignItems:"center",justifyContent:"space-between",pb:"2",px:"1"},r);t.ChatInputActions=i,i.displayName="ChatInput.Actions"},2591:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputActions=void 0;var a=r(3532);Object.defineProperty(t,"ChatInputActions",{enumerable:!0,get:function(){return a.ChatInputActions}})},95:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputField=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(4360),n=(0,a.forwardRef)((({lines:e=1,maxLines:t=7,...r},n)=>{const l=(0,a.useRef)(null);return(0,i.useRefObjectAsForwardedRef)(n,l),a.default.createElement(o.Textarea,{ref:l,...r,lines:e,maxLines:t,autoGrow:!0,resize:!1,appearance:"transparent"})}));t.ChatInputField=n,n.displayName="ChatInput.Field"},9543:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputField=void 0;var a=r(95);Object.defineProperty(t,"ChatInputField",{enumerable:!0,get:function(){return a.ChatInputField}})},8694:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputPopover=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=({content:e,children:t,contentProperties:r,...i})=>a.default.createElement(o.Popover,{content:a.default.createElement(o.Box,{minWidth:"140px",...r,display:"flex",flexDirection:"column",gap:"1"},e),arrow:!1,position:"top-start",padding:"small",...i},t);t.ChatInputPopover=i,i.displayName="ChatInput.Popover"},5752:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputPopover=void 0;var a=r(8694);Object.defineProperty(t,"ChatInputPopover",{enumerable:!0,get:function(){return a.ChatInputPopover}})},1279:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputPopoverButton=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=({icon:e,text:t,onClick:r,...i})=>a.default.createElement(o.Box,{backgroundColor:{xs:"transparent",hover:"neutral-surface"},...i,as:"button",type:"button",cursor:"pointer",borderWidth:"none",display:"flex",alignItems:"center",gap:"2",p:"2",borderRadius:"1",onClick:r},e&&a.default.createElement(o.Icon,{source:e,color:"neutral-textHigh"}),a.default.createElement(o.Text,{color:"neutral-textHigh",fontSize:"base",lineHeight:"base"},t));t.ChatInputPopoverButton=i,i.displayName="ChatInput.PopoverButton"},6275:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputPopoverButton=void 0;var a=r(1279);Object.defineProperty(t,"ChatInputPopoverButton",{enumerable:!0,get:function(){return a.ChatInputPopoverButton}})},5840:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputPopoverButton=t.ChatInputPopover=t.ChatInputField=t.ChatInputActions=void 0;var a=r(2591);Object.defineProperty(t,"ChatInputActions",{enumerable:!0,get:function(){return a.ChatInputActions}});var o=r(9543);Object.defineProperty(t,"ChatInputField",{enumerable:!0,get:function(){return o.ChatInputField}});var i=r(5752);Object.defineProperty(t,"ChatInputPopover",{enumerable:!0,get:function(){return i.ChatInputPopover}});var n=r(6275);Object.defineProperty(t,"ChatInputPopoverButton",{enumerable:!0,get:function(){return n.ChatInputPopoverButton}})},7e3:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInput=void 0;const a=r(7708);var o=r(7708);Object.defineProperty(t,"ChatInput",{enumerable:!0,get:function(){return o.ChatInput}}),t.default=a.ChatInput},5688:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataList=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(1168),n=({className:e,style:t,children:r,bottomDivider:i=!0,...n})=>a.default.createElement(o.Box,{role:"list",borderStyle:"solid",borderWidth:"none",borderBottomWidth:i?"1":"none",borderColor:"neutral-surfaceHighlight",backgroundColor:"neutral-background",display:"flex",flexDirection:"column",width:"100%",...n},r);t.DataList=n,n.Row=i.DataListRow,n.displayName="DataList",i.DataListRow.displayName="DataList.Row",n.Row.displayName="DataList.Row"},7624:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataListRow=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(2463);t.DataListRow=({className:e,style:t,children:r,padding:n="base",topDivider:l=!0,...s})=>a.default.createElement(o.Box,{role:"listitem",borderStyle:"solid",borderWidth:"none",borderTopWidth:l?"1":"none",borderColor:"neutral-surfaceHighlight",display:"flex",flexDirection:"column",padding:i.rowPadding[n],...s},r)},2463:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.rowPadding=void 0,t.rowPadding={base:"4",small:"2",none:"none"}},60:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataListRow=void 0;const a=r(7624);var o=r(7624);Object.defineProperty(t,"DataListRow",{enumerable:!0,get:function(){return o.DataListRow}}),t.default=a.DataListRow},1168:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});r(5163).__exportStar(r(60),t)},7512:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataList=void 0;const a=r(5688);var o=r(5688);Object.defineProperty(t,"DataList",{enumerable:!0,get:function(){return o.DataList}}),t.default=a.DataList},5443:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTable=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(7347),n=({className:e,style:t,bulkActions:r,header:i,footer:n,children:l,...s})=>a.default.createElement(o.Box,null,a.default.createElement(o.Box,{position:"relative",borderRadius:"2",borderColor:"neutral-surfaceHighlight",borderStyle:"solid",borderWidth:"1"},r,a.default.createElement(o.Table,{...s},i,a.default.createElement(o.Table.Body,null,l))),n);t.DataTable=n,n.displayName="DataTable",n.BulkActions=i.DataTableBulkActions,n.Header=i.DataTableHeader,n.Footer=i.DataTableFooter,n.Row=i.DataTableRow,n.Cell=i.DataTableCell,n.BulkActions.displayName="DataTable.BulkActions",n.Header.displayName="DataTable.Header",n.Footer.displayName="DataTable.Footer",n.Row.displayName="DataTable.Row",n.Cell.displayName="DataTable.Cell"},5498:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableBulkActions=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.DataTableBulkActions=({className:e,style:t,checkbox:r,link:i,action:n,label:l,...s})=>a.default.createElement(o.Box,{...s,position:"sticky",top:"0",left:"0",width:"100%",backgroundColor:"neutral-surface",display:"flex",alignItems:"center",gap:"4",p:"2",boxSizing:"border-box",borderRadius:"2",zIndex:"100"},a.default.createElement(o.Checkbox,{...r,id:"select-all"}),a.default.createElement(o.Label,{htmlFor:"select-all"},a.default.createElement(o.Text,{color:"neutral-textLow",fontSize:"base"},l)),i,n)},1587:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableBulkActions=void 0;const a=r(5498);var o=r(5498);Object.defineProperty(t,"DataTableBulkActions",{enumerable:!0,get:function(){return o.DataTableBulkActions}}),t.default=a.DataTableBulkActions},3445:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableCell=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.DataTableCell=({className:e,style:t,children:r,...i})=>a.default.createElement(o.Table.Cell,{...i},r)},2105:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableCell=void 0;const a=r(3445);var o=r(3445);Object.defineProperty(t,"DataTableCell",{enumerable:!0,get:function(){return o.DataTableCell}}),t.default=a.DataTableCell},4701:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableFooter=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.DataTableFooter=({className:e,style:t,itemCount:r,pagination:i,...n})=>a.default.createElement(o.Box,{...n,display:"flex",alignItems:"center",justifyContent:"space-between",p:"2"},a.default.createElement(o.Text,{fontSize:"caption",color:"neutral-textLow"},r),i&&a.default.createElement(o.Pagination,{...i}))},3151:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableFooter=void 0;const a=r(4701);var o=r(4701);Object.defineProperty(t,"DataTableFooter",{enumerable:!0,get:function(){return o.DataTableFooter}}),t.default=a.DataTableFooter},7855:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableHeader=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.DataTableHeader=({className:e,style:t,checkbox:r,children:i,...n})=>a.default.createElement(o.Table.Head,{...n},a.default.createElement(o.Table.Row,{backgroundColor:"neutral-surface"},a.default.createElement(o.Table.Cell,{as:"th",width:"1rem"},a.default.createElement(o.Checkbox,{...r})),i))},1715:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableHeader=void 0;const a=r(7855);var o=r(7855);Object.defineProperty(t,"DataTableHeader",{enumerable:!0,get:function(){return o.DataTableHeader}}),t.default=a.DataTableHeader},5404:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableRow=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.DataTableRow=({className:e,style:t,checkbox:r,children:i,...n})=>a.default.createElement(o.Table.Row,{...n},a.default.createElement(o.Table.Cell,{width:"1rem"},a.default.createElement(o.Checkbox,{...r})),i)},8297:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableRow=void 0;const a=r(5404);var o=r(5404);Object.defineProperty(t,"DataTableRow",{enumerable:!0,get:function(){return o.DataTableRow}}),t.default=a.DataTableRow},7347:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(1587),t),a.__exportStar(r(3151),t),a.__exportStar(r(1715),t),a.__exportStar(r(8297),t),a.__exportStar(r(2105),t)},1602:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTable=void 0;const a=r(5443);var o=r(5443);Object.defineProperty(t,"DataTable",{enumerable:!0,get:function(){return o.DataTable}}),t.default=a.DataTable},9658:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyApp=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(9822),n=({children:e,...t})=>a.default.createElement(o.Box,{width:"100%",display:"flex",flexDirection:"column",backgroundColor:"neutral-background",pb:"8",...t},e);t.EmptyApp=n,n.ContentImageElement=i.EmptyAppContentImageElement,n.ContentSection=i.EmptyAppContentSection,n.ContentTextElement=i.EmptyAppContentTextElement,n.HeroSection=i.EmptyAppHeroSection,n.PlanCard=i.EmptyAppPlanCard,n.PlanItem=i.EmptyAppPlanItem,n.displayName="EmptyApp",n.ContentImageElement.displayName="EmptyApp.ContentImageElement",n.ContentSection.displayName="EmptyApp.ContentSection",n.ContentTextElement.displayName="EmptyApp.ContentTextElement",n.HeroSection.displayName="EmptyApp.HeroSection",n.PlanCard.displayName="EmptyApp.PlanCard",n.PlanItem.displayName="EmptyApp.PlanItem"},6667:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppContentImageElement=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.EmptyAppContentImageElement=({...e})=>a.default.createElement(o.Box,{display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"6",borderWidth:"5",borderStyle:"solid",borderColor:"neutral-interactive",maxWidth:"480px",width:"100%"},a.default.createElement(o.Thumbnail,{aspectRatio:"4/3",width:"100%",...e}))},2272:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppContentImageElement=void 0;const a=r(6667);var o=r(6667);Object.defineProperty(t,"EmptyAppContentImageElement",{enumerable:!0,get:function(){return o.EmptyAppContentImageElement}}),t.default=a.EmptyAppContentImageElement},4997:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppContentSection=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.EmptyAppContentSection=({title:e,subtitle:t,actions:r,children:i,...n})=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column",px:{xs:"4",md:"6"},py:"12",gap:"10",alignItems:"center",maxWidth:"1200px",width:"100%",mx:"auto",...n},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4",alignItems:"center"},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2",alignItems:"center"},a.default.createElement(o.Title,{as:"h2",textAlign:"center"},e),t&&a.default.createElement(o.Text,{fontSize:"highlight",textAlign:"center"},t)),r&&a.default.createElement(o.Box,{display:"flex",gap:"2",alignItems:"center"},r)),i)},5627:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppContentSection=void 0;const a=r(4997);var o=r(4997);Object.defineProperty(t,"EmptyAppContentSection",{enumerable:!0,get:function(){return o.EmptyAppContentSection}}),t.default=a.EmptyAppContentSection},5508:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppContentTextElement=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.EmptyAppContentTextElement=({title:e,content:t,bottomDivider:r=!1,...i})=>a.default.createElement(a.default.Fragment,null,a.default.createElement(o.Box,{...i,display:"flex",flexDirection:"column",gap:"2"},a.default.createElement(o.Title,{as:"h4"},e),a.default.createElement(o.Text,null,t)),r&&a.default.createElement(o.Box,{width:"100%",borderTopWidth:"1",borderColor:"neutral-surfaceHighlight",borderStyle:"solid"}))},7932:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppContentTextElement=void 0;const a=r(5508);var o=r(5508);Object.defineProperty(t,"EmptyAppContentTextElement",{enumerable:!0,get:function(){return o.EmptyAppContentTextElement}}),t.default=a.EmptyAppContentTextElement},1975:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppHeroSection=void 0;const a=r(5163),o=a.__importDefault(r(8156)),i=r(5280),n=r(2966),l=r(7990),s=a.__importDefault(r(3924));t.EmptyAppHeroSection=({title:e,titleChildren:t,subtitle:r,content:a,actions:c,...u})=>{const{currentTheme:d}=(0,l.useTheme)(),p="base"===d||"next"===d?"light":"dark";return o.default.createElement(i.Box,{backgroundImage:`linear-gradient(to bottom,${s.default.color[p].primary.interactive.value} 55%,${s.default.color[p].neutral.background.value} 100%)`,minHeight:"560px",pt:{xs:"12",md:"none"},...u},o.default.createElement(i.Box,{display:"flex",flexDirection:{xs:"column",md:"row"},alignItems:{md:"center"},justifyContent:"space-between",gap:"8",py:"4",px:{xs:"4",md:"6"},mx:"auto",maxWidth:"1200px",height:"100%"},o.default.createElement(n.Layout,{columns:"2 - symmetric"},o.default.createElement(n.Layout.Section,{justifyContent:"center"},o.default.createElement(i.Box,{display:"flex",flexDirection:"column",gap:"2"},r&&o.default.createElement(i.Title,{as:"h4",color:"neutral-background"},r),o.default.createElement(i.Box,{display:"flex",gap:"2",alignItems:"center"},o.default.createElement(i.Title,{as:"h1",color:"neutral-background"},e),t),o.default.createElement(i.Text,{color:"neutral-background",fontSize:"highlight"},a)),c&&o.default.createElement(i.Box,{display:"flex",gap:"2"},c)),o.default.createElement(n.Layout.Section,{position:"relative",pr:"5",pt:"5"},o.default.createElement(i.Box,{borderRadius:"4",overflow:"hidden",position:"relative",zIndex:"200"},o.default.createElement(i.Thumbnail,{width:"100%",alt:u.alt,src:u.src,aspectRatio:"4/3"})),o.default.createElement(i.Box,{top:{xs:"-4px",md:"-10px"},left:{xs:"4px",md:"10px"},position:"absolute",width:"100%",height:"100%",borderRadius:"4",backgroundColor:"primary-textLow",zIndex:"100"})))))}},2477:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppHeroSection=void 0;const a=r(1975);var o=r(1975);Object.defineProperty(t,"EmptyAppHeroSection",{enumerable:!0,get:function(){return o.EmptyAppHeroSection}}),t.default=a.EmptyAppHeroSection},6199:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppPlanCard=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.EmptyAppPlanCard=({planContext:e,planName:t,children:r,...i})=>a.default.createElement(o.Card,{...i},a.default.createElement(o.Card.Header,{title:e}),a.default.createElement(o.Card.Body,null,a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4"},a.default.createElement(o.Title,{as:"h2",color:"neutral-textLow"},t),a.default.createElement(o.Box,{width:"100%",borderTopWidth:"1",borderColor:"neutral-surfaceHighlight",borderStyle:"solid"}),a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"1"},r))))},3829:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppPlanCard=void 0;const a=r(6199);var o=r(6199);Object.defineProperty(t,"EmptyAppPlanCard",{enumerable:!0,get:function(){return o.EmptyAppPlanCard}}),t.default=a.EmptyAppPlanCard},8357:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppPlanItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3215);t.EmptyAppPlanItem=({disabled:e=!1,label:t,...r})=>a.default.createElement(o.Box,{display:"flex",alignItems:"center",gap:"2",...r},e?a.default.createElement(o.Icon,{source:a.default.createElement(i.CloseIcon,null),color:"neutral-textDisabled"}):a.default.createElement(o.Icon,{source:a.default.createElement(i.CheckIcon,null),color:"success-interactive"}),a.default.createElement(o.Text,{color:e?"neutral-textDisabled":"neutral-textHigh"},t))},5932:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppPlanItem=void 0;const a=r(8357);var o=r(8357);Object.defineProperty(t,"EmptyAppPlanItem",{enumerable:!0,get:function(){return o.EmptyAppPlanItem}}),t.default=a.EmptyAppPlanItem},9822:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(2272),t),a.__exportStar(r(2272),t),a.__exportStar(r(5627),t),a.__exportStar(r(7932),t),a.__exportStar(r(2477),t),a.__exportStar(r(3829),t),a.__exportStar(r(5932),t)},1437:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyApp=void 0;const a=r(9658);var o=r(9658);Object.defineProperty(t,"EmptyApp",{enumerable:!0,get:function(){return o.EmptyApp}}),t.default=a.EmptyApp},591:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyMessage=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=({className:e,style:t,illustration:r,icon:i,title:n,text:l,actions:s,...c})=>{const u=a.default.createElement(o.Box,{...c,display:"flex",flexDirection:"column",gap:"1",alignItems:{xs:"center",lg:r?"flex-start":"center"},justifyContent:r?"center":"flex-start"},i&&a.default.createElement(o.Icon,{source:i}),a.default.createElement(o.Title,{as:"h4",textAlign:{xs:"center",lg:r?"left":"center"}},n),l&&a.default.createElement(o.Text,{textAlign:{xs:"center",lg:r?"left":"center"}},l),s&&a.default.createElement(o.Box,{display:"flex",justifyContent:{xs:"center",lg:"flex-start"},gap:"2",mt:"1",flexWrap:"wrap"},s));return r?a.default.createElement(o.Box,{display:"grid",gridTemplateColumns:{xs:"1fr",lg:"1fr 1fr"},gridTemplateAreas:{xs:"auto auto",lg:"auto"},gap:"4"},a.default.createElement(o.Box,{display:"flex",alignItems:"center",justifyContent:"center"},r),u):u};t.EmptyMessage=i,i.displayName="EmptyMessage"},1777:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyMessage=void 0;const a=r(591);var o=r(591);Object.defineProperty(t,"EmptyMessage",{enumerable:!0,get:function(){return o.EmptyMessage}}),t.default=a.EmptyMessage},8996:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormField=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(7488),n=r(7548),l=({label:e,helpText:t,helpIcon:r,appearance:n="none",showHelpText:l=!1,children:s,...c})=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2",width:"100%"},e&&a.default.createElement(o.Label,{htmlFor:c.id},e),s,l&&a.default.createElement(o.Box,{display:"inline-flex",gap:"1"},r&&a.default.createElement(o.Icon,{color:i.helpTextAppearance[n],source:a.default.createElement(r,{size:12})}),t&&a.default.createElement(o.Text,{color:i.helpTextAppearance[n],fontSize:"caption"},t)));t.FormField=l,l.displayName="FormField",l.Select=n.FormFieldSelect,l.Textarea=n.FormFieldTextarea,l.Input=n.FormFieldInput,l.Select.displayName="FormField.Select",l.Textarea.displayName="FormField.Textarea",l.Input.displayName="FormField.Input"},816:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormFieldInput=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(4360),n=r(8996),l=r(7488),s=(0,a.forwardRef)((({label:e,helpText:t,helpIcon:r,appearance:s="none",showHelpText:c=!1,...u},d)=>{const p=(0,a.useRef)(null);(0,i.useRefObjectAsForwardedRef)(d,p);const m=(0,a.useMemo)((()=>"ai-generative"===s?"none":s),[s]);return a.default.createElement(n.FormField,{label:e,helpText:t,helpIcon:r,appearance:m,showHelpText:c,id:u.id},a.default.createElement(o.Input,{ref:p,...u,appearance:l.inputAppearance[s]}))}));t.FormFieldInput=s},5830:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormFieldInput=void 0;const a=r(816);var o=r(816);Object.defineProperty(t,"FormFieldInput",{enumerable:!0,get:function(){return o.FormFieldInput}}),t.default=a.FormFieldInput},9981:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.selectAppearances=void 0,t.selectAppearances={danger:"danger",warning:"warning",success:"success",none:"neutral"}},9263:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormFieldSelect=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(4360),n=r(8996),l=r(9981),s=(0,a.forwardRef)((({label:e,helpText:t,helpIcon:r,appearance:s="none",showHelpText:c=!1,...u},d)=>{const p=(0,a.useRef)(null);return(0,i.useRefObjectAsForwardedRef)(d,p),a.default.createElement(n.FormField,{label:e,helpText:t,helpIcon:r,appearance:s,showHelpText:c,id:u.id},a.default.createElement(o.Select,{ref:p,...u,appearance:l.selectAppearances[s]}))}));t.FormFieldSelect=s},3765:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormFieldSelect=void 0;const a=r(9263);var o=r(9263);Object.defineProperty(t,"FormFieldSelect",{enumerable:!0,get:function(){return o.FormFieldSelect}}),t.default=a.FormFieldSelect},4155:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.textAreaAppearances=void 0,t.textAreaAppearances={danger:"danger",warning:"warning",success:"success",none:"neutral"}},8607:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormFieldTextarea=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(4360),n=r(8996),l=r(4155),s=(0,a.forwardRef)((({label:e,helpText:t,helpIcon:r,appearance:s="none",showHelpText:c=!1,...u},d)=>{const p=(0,a.useRef)(null);return(0,i.useRefObjectAsForwardedRef)(d,p),a.default.createElement(n.FormField,{label:e,helpText:t,helpIcon:r,appearance:s,showHelpText:c,id:u.id},a.default.createElement(o.Textarea,{ref:p,...u,appearance:l.textAreaAppearances[s]}))}));t.FormFieldTextarea=s},2901:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormFieldTextarea=void 0;const a=r(8607);var o=r(8607);Object.defineProperty(t,"FormFieldTextarea",{enumerable:!0,get:function(){return o.FormFieldTextarea}}),t.default=a.FormFieldTextarea},7548:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(3765),t),a.__exportStar(r(2901),t),a.__exportStar(r(5830),t)},7488:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.helpTextAppearance=t.inputAppearance=void 0,t.inputAppearance={danger:"danger",warning:"warning",success:"success",none:"neutral","ai-generative":"ai-generative","ai-generated":"neutral"},t.helpTextAppearance={danger:"danger-textLow",warning:"warning-textLow",success:"success-textLow",none:"neutral-textDisabled"}},3174:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormField=void 0;const a=r(8996);var o=r(8996);Object.defineProperty(t,"FormField",{enumerable:!0,get:function(){return o.FormField}}),t.default=a.FormField},4989:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HelpLink=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3215),n=({className:e,style:t,children:r,...n})=>a.default.createElement(o.Box,{...n,display:"flex",alignItems:"center",justifyContent:"center",gap:"2"},a.default.createElement(o.Box,{display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"2",width:"2rem",height:"2rem",minWidth:"2rem",minHeight:"2rem",backgroundColor:"primary-surface"},a.default.createElement(o.Icon,{source:a.default.createElement(i.QuestionCircleIcon,null),color:"primary-textLow"})),r);t.HelpLink=n,n.displayName="HelpLink"},4778:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HelpLink=void 0;const a=r(4989);var o=r(4989);Object.defineProperty(t,"HelpLink",{enumerable:!0,get:function(){return o.HelpLink}}),t.default=a.HelpLink},8252:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreen=void 0;const a=r(5163),o=a.__importDefault(r(8156)),i=r(5280),n=a.__importStar(r(8610)),l=({children:e,...t})=>o.default.createElement(i.Box,{width:"100%",paddingTop:{xs:"6",md:"20"},px:{xs:"none",md:"8"},maxWidth:"1200px",...t},e);t.InitialScreen=l,l.Bullet=n.InitialScreenBullet,l.Card=n.InitialScreenCard,l.CardLayout=n.InitialScreenCardLayout,l.Feature=n.InitialScreenFeature,l.FeatureItem=n.InitialScreenFeatureItem,l.FeatureItemSpacing=n.InitialScreenFeatureItemSpacing,l.Hero=n.InitialScreenHero,l.Module=n.InitialScreenModule,l.Section=n.InitialScreenSection,l.displayName="InitialScreen",l.Bullet.displayName="InitialScreen.Bullet",l.Card.displayName="InitialScreen.Card",l.CardLayout.displayName="InitialScreen.CardLayout",l.Feature.displayName="InitialScreen.Feature",l.FeatureItem.displayName="InitialScreen.FeatureItem",l.FeatureItemSpacing.displayName="InitialScreen.FeatureItemSpacing",l.Hero.displayName="InitialScreen.Hero",l.Module.displayName="InitialScreen.Module",l.Section.displayName="InitialScreen.Section"},8707:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenBullet=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InitialScreenBullet=({icon:e,text:t})=>a.default.createElement(o.Box,{display:"flex",gap:"3"},a.default.createElement(o.Icon,{color:"primary-interactive",source:e}),a.default.createElement(o.Text,{color:"danger-textHigh"},t))},7704:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenBullet=void 0;const a=r(8707);Object.defineProperty(t,"InitialScreenBullet",{enumerable:!0,get:function(){return a.InitialScreenBullet}}),t.default=a.InitialScreenBullet},6463:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenCardLayout=t.InitialScreenCard=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InitialScreenCard=({icon:e,title:t,description:r,...i})=>a.default.createElement(o.Box,{p:"4",borderRadius:"2",boxShadow:"2",flexGrow:"1",width:"100%",backgroundColor:"neutral-background",...i},a.default.createElement(o.Box,{backgroundColor:"primary-surface",borderRadius:"5",width:"fit-content",p:"2",marginBottom:"4"},a.default.createElement(o.Icon,{color:"primary-interactive",source:e})),a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2"},a.default.createElement(o.Title,{as:"h4"},t),a.default.createElement(o.Text,{color:"neutral-textHigh",fontSize:"caption",lineHeight:"caption"},r)));t.InitialScreenCardLayout=({children:e,...t})=>a.default.createElement(o.Box,{display:"flex",flexDirection:{xs:"column",md:"row"},gap:"4",...t},e)},7800:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenCardLayout=t.InitialScreenCard=void 0;const a=r(6463);Object.defineProperty(t,"InitialScreenCard",{enumerable:!0,get:function(){return a.InitialScreenCard}}),Object.defineProperty(t,"InitialScreenCardLayout",{enumerable:!0,get:function(){return a.InitialScreenCardLayout}}),t.default=a.InitialScreenCard},1352:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenFeatureItemSpacing=t.InitialScreenFeatureItem=t.InitialScreenFeature=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(2966);t.InitialScreenFeatureItem=({title:e,description:t,children:r})=>a.default.createElement(o.Box,{py:"4"},a.default.createElement(o.Box,{px:"4",display:"flex",flexDirection:"column",gap:"1"},a.default.createElement(o.Box,{paddingLeft:{xs:"none",md:"1"}},a.default.createElement(o.Title,{as:"h4"},e)),t&&a.default.createElement(o.Text,null,t)),r&&a.default.createElement(o.Box,{paddingTop:"4"},r));t.InitialScreenFeatureItemSpacing=({...e})=>a.default.createElement(o.Box,{borderTopWidth:"1",borderBottomWidth:"none",borderColor:"neutral-surfaceHighlight",borderStyle:"solid",...e});t.InitialScreenFeature=({content:e,image:t,...r})=>a.default.createElement(i.Layout,{columns:"2 - symmetric",width:"100%",gap:"8",justifyContent:"center",...r},a.default.createElement(i.Layout.Section,{justifyContent:"center"},a.default.createElement(o.Box,null,e)),a.default.createElement(i.Layout.Section,{justifyContent:"center",order:{xs:"-1",md:"initial"}},a.default.createElement(o.Box,{justifyContent:"center",display:"flex"},t)))},1521:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenFeatureItemSpacing=t.InitialScreenFeatureItem=t.InitialScreenFeature=void 0;const a=r(1352);Object.defineProperty(t,"InitialScreenFeature",{enumerable:!0,get:function(){return a.InitialScreenFeature}}),Object.defineProperty(t,"InitialScreenFeatureItem",{enumerable:!0,get:function(){return a.InitialScreenFeatureItem}}),Object.defineProperty(t,"InitialScreenFeatureItemSpacing",{enumerable:!0,get:function(){return a.InitialScreenFeatureItemSpacing}}),t.default=a.InitialScreenFeature},6989:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenHero=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InitialScreenHero=({title:e,subtitle:t,description:r,actions:i,bullets:n,image:l,children:s,...c})=>a.default.createElement(o.Box,{alignItems:"center",mx:"auto",px:{xs:"8",md:"none"},paddingBottom:{xs:"10",md:"none"},...c},a.default.createElement(o.Box,{display:"flex",flexDirection:{md:"row",xs:"column"},gap:{xs:"4",md:"12"}},a.default.createElement(o.Box,{display:"flex",alignSelf:"center",boxSizing:"border-box",alignItems:"center"},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",maxWidth:{xs:"192px",md:"280px",lg:"280px",xl:"320px"},maxHeight:{xs:"192px",md:"280px",lg:"280px",xl:"320px"},minWidth:{xs:"192px",md:"280px",xl:"320px"},minHeight:{xs:"192px",md:"280px",xl:"320px"}},l)),a.default.createElement(o.Box,{display:"flex",flexDirection:"column",boxSizing:"border-box",justifyContent:"center",alignItems:{xs:"center",md:"flex-start"},gap:{xs:"4",md:"9"}},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2"},t&&a.default.createElement(o.Text,{color:"neutral-textLow",textAlign:{xs:"center",md:"left"}},t),a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4"},a.default.createElement(o.Title,{as:"h1",fontSize:{md:"8",xs:"6"},lineHeight:{xs:"6",md:"10"},textAlign:{xs:"center",md:"left"}},e),r&&a.default.createElement(o.Text,{textAlign:{xs:"center",md:"left"},color:"danger-textHigh"},r),n&&a.default.createElement(o.Box,{display:"flex",alignItems:"flex-start",flexDirection:"column"},a.default.createElement(o.Box,{alignSelf:{xs:"center",md:"flex-start"},display:"flex",gap:"3",flexDirection:"column"},n)))),i&&a.default.createElement(o.Box,{display:"flex",flexDirection:"row",gap:"2",justifyContent:{xs:"center",md:"flex-start"},alignItems:{xs:"center",md:"flex-start"}},i),s&&a.default.createElement(o.Box,{paddingTop:"3"},s))))},8896:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenHero=void 0;const a=r(6989);Object.defineProperty(t,"InitialScreenHero",{enumerable:!0,get:function(){return a.InitialScreenHero}}),t.default=a.InitialScreenHero},895:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenModule=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InitialScreenModule=({title:e,description:t,children:r,...i})=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4",...i},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2"},a.default.createElement(o.Text,{fontSize:"highlight",fontWeight:"medium",color:"neutral-textHigh"},e),t&&a.default.createElement(o.Text,{fontSize:"caption"},t)),r)},2573:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenModule=void 0;const a=r(895);Object.defineProperty(t,"InitialScreenModule",{enumerable:!0,get:function(){return a.InitialScreenModule}}),t.default=a.InitialScreenModule},7015:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenSection=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InitialScreenSection=({title:e,children:t,...r})=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column",paddingTop:{xs:"10",md:"12"},paddingBottom:{xs:"10",md:"none"},gap:{xs:"6",md:"8"},px:{xs:"8",md:"none"},maxWidth:"1200px",width:"100%",mx:"auto",...r},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4"},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2"},a.default.createElement(o.Title,{as:"h2",fontSize:{xs:"h3",md:"h2"},textAlign:{xs:"center",md:"left"}},e))),t)},9256:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenSection=void 0;const a=r(7015);Object.defineProperty(t,"InitialScreenSection",{enumerable:!0,get:function(){return a.InitialScreenSection}}),t.default=a.InitialScreenSection},8610:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(8896),t),a.__exportStar(r(7704),t),a.__exportStar(r(9256),t),a.__exportStar(r(7800),t),a.__exportStar(r(1521),t),a.__exportStar(r(2573),t)},2561:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreen=void 0;const a=r(8252);var o=r(8252);Object.defineProperty(t,"InitialScreen",{enumerable:!0,get:function(){return o.InitialScreen}}),t.default=a.InitialScreen},4486:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveList=void 0;const a=r(5163).__importDefault(r(8156)),o=r(7512),i=r(8978),n=({className:e,style:t,children:r,...i})=>a.default.createElement(o.DataList,{role:"menu",...i},r);t.InteractiveList=n,n.Structure=i.InteractiveListStructure,n.StructureSkeleton=i.InteractiveListStructureSkeleton,n.ButtonItem=i.InteractiveListButtonItem,n.ButtonItemSkeleton=i.InteractiveListButtonItemSkeleton,n.CheckboxItem=i.InteractiveListCheckboxItem,n.CheckboxItemSkeleton=i.InteractiveListCheckboxItemSkeleton,n.RadioItem=i.InteractiveListRadioItem,n.RadioItemSkeleton=i.InteractiveListRadioItemSkeleton,n.ToggleItem=i.InteractiveListToggleItem,n.ToggleItemSkeleton=i.InteractiveListToggleItemSkeleton,n.displayName="InteractiveList",n.Structure.displayName="InteractiveList.Structure",n.ButtonItem.displayName="InteractiveList.ButtonItem",n.CheckboxItem.displayName="InteractiveList.CheckboxItem",n.RadioItem.displayName="InteractiveList.RadioItem",n.ToggleItem.displayName="InteractiveList.ToggleItem",n.StructureSkeleton.displayName="InteractiveList.StructureSkeleton",n.ButtonItemSkeleton.displayName="InteractiveList.ButtonItemSkeleton",n.CheckboxItemSkeleton.displayName="InteractiveList.CheckboxItemSkeleton",n.RadioItemSkeleton.displayName="InteractiveList.RadioItemSkeleton",n.ToggleItemSkeleton.displayName="InteractiveList.ToggleItemSkeleton"},9619:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListButtonItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3215),n=r(8978),l=r(5514);t.InteractiveListButtonItem=({className:e,style:t,iconButton:r,...s})=>{const c=(0,l.generateID)(s.title);return a.default.createElement(n.InteractiveListRow,{alignItems:"center",role:"menuitem",as:"label",htmlFor:c,topDivider:s.topDivider},a.default.createElement(n.InteractiveListStructure,{...s}),a.default.createElement(o.IconButton,{id:c,"aria-label":s.title,backgroundColor:"transparent",borderColor:"transparent",size:"2rem",source:a.default.createElement(i.ChevronRightIcon,null),...r}))}},4100:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListButtonItem=void 0;const a=r(9619);var o=r(9619);Object.defineProperty(t,"InteractiveListButtonItem",{enumerable:!0,get:function(){return o.InteractiveListButtonItem}}),t.default=a.InteractiveListButtonItem},4328:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListButtonItemSkeleton=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(4486);t.InteractiveListButtonItemSkeleton=({className:e,style:t,...r})=>a.default.createElement(i.InteractiveListRow,null,a.default.createElement(n.InteractiveList.StructureSkeleton,{...r}),a.default.createElement(o.IconButton.Skeleton,null))},9285:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListButtonItemSkeleton=void 0;const a=r(4328);var o=r(4328);Object.defineProperty(t,"InteractiveListButtonItemSkeleton",{enumerable:!0,get:function(){return o.InteractiveListButtonItemSkeleton}}),t.default=a.InteractiveListButtonItemSkeleton},1269:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListCheckboxItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(5514);t.InteractiveListCheckboxItem=({className:e,style:t,checkbox:r,...l})=>{const s=(0,n.generateID)(l.title);return a.default.createElement(i.InteractiveListRow,{role:"menuitemcheckbox","aria-checked":r.checked,as:"label",htmlFor:s,topDivider:l.topDivider},a.default.createElement(o.Checkbox,{id:s,...r}),a.default.createElement(i.InteractiveListStructure,{...l}))}},6877:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListCheckboxItem=void 0;const a=r(1269);var o=r(1269);Object.defineProperty(t,"InteractiveListCheckboxItem",{enumerable:!0,get:function(){return o.InteractiveListCheckboxItem}}),t.default=a.InteractiveListCheckboxItem},7261:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListCheckboxItemSkeleton=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(4486);t.InteractiveListCheckboxItemSkeleton=({className:e,style:t,...r})=>a.default.createElement(i.InteractiveListRow,{role:"menuitemcheckbox"},a.default.createElement(o.Skeleton,{width:"1rem",height:"1rem",borderRadius:"0.25rem"}),a.default.createElement(n.InteractiveList.StructureSkeleton,{...r}))},5892:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListCheckboxItemSkeleton=void 0;const a=r(7261);var o=r(7261);Object.defineProperty(t,"InteractiveListCheckboxItemSkeleton",{enumerable:!0,get:function(){return o.InteractiveListCheckboxItemSkeleton}}),t.default=a.InteractiveListCheckboxItemSkeleton},314:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListRadioItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(5514);t.InteractiveListRadioItem=({className:e,style:t,radio:r,...l})=>{const s=(0,n.generateID)(l.title);return a.default.createElement(i.InteractiveListRow,{role:"menuitemradio","aria-checked":r.checked,as:"label",htmlFor:s,topDivider:l.topDivider},a.default.createElement(o.Radio,{id:s,...r}),a.default.createElement(i.InteractiveListStructure,{...l}))}},5696:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListRadioItem=void 0;const a=r(314);var o=r(314);Object.defineProperty(t,"InteractiveListRadioItem",{enumerable:!0,get:function(){return o.InteractiveListRadioItem}}),t.default=a.InteractiveListRadioItem},1768:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListRadioItemSkeleton=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(4486);t.InteractiveListRadioItemSkeleton=({className:e,style:t,...r})=>a.default.createElement(i.InteractiveListRow,null,a.default.createElement(o.Skeleton,{width:"1rem",height:"1rem",borderRadius:"0.75rem"}),a.default.createElement(n.InteractiveList.StructureSkeleton,{...r}))},8128:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListRadioItemSkeleton=void 0;const a=r(1768);var o=r(1768);Object.defineProperty(t,"InteractiveListRadioItemSkeleton",{enumerable:!0,get:function(){return o.InteractiveListRadioItemSkeleton}}),t.default=a.InteractiveListRadioItemSkeleton},5701:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListRow=void 0;const a=r(5163).__importDefault(r(8156)),o=r(7512);t.InteractiveListRow=({className:e,style:t,children:r,topDivider:i=!0,...n})=>a.default.createElement(o.DataList.Row,{flexDirection:"row",gap:"2",cursor:"pointer",alignItems:"flex-start",backgroundColor:{hover:"neutral-surface"},transitionDuration:"fast",transitionProperty:"background-color",transitionTimingFunction:"ease-in-out",boxShadow:{focusWithin:"focusRing"},borderWidth:"none",borderTopWidth:i?"1":"none",...n},r)},7921:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListRow=void 0;const a=r(5701);var o=r(5701);Object.defineProperty(t,"InteractiveListRow",{enumerable:!0,get:function(){return o.InteractiveListRow}}),t.default=a.InteractiveListRow},4225:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListStructure=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InteractiveListStructure=({className:e,style:t,title:r,showTitle:i=!0,description:n,children:l,...s})=>a.default.createElement(o.Box,{className:e,style:t,display:"flex",flexDirection:"column",gap:"1",width:"100%",flex:"1 1 auto",...s},i&&a.default.createElement(o.Text,{color:"neutral-textHigh"},r),n&&a.default.createElement(o.Text,{fontSize:"caption",color:"neutral-textLow"},n),l)},1007:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListStructure=void 0;const a=r(4225);var o=r(4225);Object.defineProperty(t,"InteractiveListStructure",{enumerable:!0,get:function(){return o.InteractiveListStructure}}),t.default=a.InteractiveListStructure},4168:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListStructureSkeleton=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InteractiveListStructureSkeleton=({className:e,style:t,title:r,showTitle:i=!0,description:n,children:l,...s})=>a.default.createElement(o.Box,{className:e,style:t,display:"flex",flexDirection:"column",gap:"1",width:"100%",flex:"1 1 auto",...s},i&&a.default.createElement(o.Skeleton,{width:"3rem",height:"1.25rem",borderRadius:"0.25rem"}),n&&a.default.createElement(o.Skeleton,{width:"15rem",height:"1.25rem",borderRadius:"0.25rem"}),l)},6719:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListStructureSkeleton=void 0;const a=r(4168);var o=r(4168);Object.defineProperty(t,"InteractiveListStructureSkeleton",{enumerable:!0,get:function(){return o.InteractiveListStructureSkeleton}}),t.default=a.InteractiveListStructureSkeleton},9383:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListToggleItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(5514);t.InteractiveListToggleItem=({className:e,style:t,toggle:r,...l})=>{const s=(0,n.generateID)(l.title);return a.default.createElement(i.InteractiveListRow,{role:"menuitem",as:"label",htmlFor:s,topDivider:l.topDivider},a.default.createElement(i.InteractiveListStructure,{...l}),a.default.createElement(o.Toggle,{id:s,...r}))}},105:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListToggleItem=void 0;const a=r(9383);var o=r(9383);Object.defineProperty(t,"InteractiveListToggleItem",{enumerable:!0,get:function(){return o.InteractiveListToggleItem}}),t.default=a.InteractiveListToggleItem},4900:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListToggleItemSkeleton=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(4486);t.InteractiveListToggleItemSkeleton=({className:e,style:t,toggle:r,...l})=>a.default.createElement(i.InteractiveListRow,null,a.default.createElement(n.InteractiveList.StructureSkeleton,{...l}),a.default.createElement(o.Skeleton,{width:"2rem",height:"1rem",borderRadius:"0.5rem","data-testid":"toggle-skeleton"}))},1578:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListToggleItemSkeleton=void 0;const a=r(4900);var o=r(4900);Object.defineProperty(t,"InteractiveListToggleItemSkeleton",{enumerable:!0,get:function(){return o.InteractiveListToggleItemSkeleton}}),t.default=a.InteractiveListToggleItemSkeleton},8978:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(1007),t),a.__exportStar(r(6719),t),a.__exportStar(r(6877),t),a.__exportStar(r(5892),t),a.__exportStar(r(5696),t),a.__exportStar(r(8128),t),a.__exportStar(r(105),t),a.__exportStar(r(1578),t),a.__exportStar(r(4100),t),a.__exportStar(r(9285),t),a.__exportStar(r(7921),t)},8338:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveList=void 0;const a=r(4486);var o=r(4486);Object.defineProperty(t,"InteractiveList",{enumerable:!0,get:function(){return o.InteractiveList}}),t.default=a.InteractiveList},5514:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.generateID=void 0;t.generateID=e=>`${e.toLowerCase().replace(/ /g,"-")}_${Math.floor(Math.random()*Date.now()+1)}`},6435:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Layout=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3214),n=r(6657),l=({className:e,style:t,children:r,columns:i="1",...l})=>a.default.createElement(o.Box,{...l,boxSizing:"border-box",display:"grid",gridTemplateColumns:{xs:"1fr",md:n.colQuantity[i]},gridGap:l.gap||"4"},r);t.Layout=l,l.Section=i.LayoutSection,l.displayName="Layout",l.Section.displayName="Layout.Section"},1182:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LayoutSection=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.LayoutSection=({className:e,style:t,children:r,...i})=>a.default.createElement(o.Box,{...i,boxSizing:"border-box",display:"flex",flexDirection:"column",gap:i.gap||"4"},r)},5149:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LayoutSection=void 0;const a=r(1182);var o=r(1182);Object.defineProperty(t,"LayoutSection",{enumerable:!0,get:function(){return o.LayoutSection}}),t.default=a.LayoutSection},3214:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});r(5163).__exportStar(r(5149),t)},2966:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Layout=void 0;const a=r(6435);var o=r(6435);Object.defineProperty(t,"Layout",{enumerable:!0,get:function(){return o.Layout}}),t.default=a.Layout},6657:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.colQuantity=void 0,t.colQuantity={1:"1fr","2 - asymmetric":"2fr 1fr","2 - symmetric":"1fr 1fr",3:"1fr 1fr 1fr"}},6188:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Menu=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(776),n=r(8269),l=r(987),s=({className:e,style:t,children:r,expanded:n=!0,showTooltipsWhenCollapsed:l=!0,tooltipsPosition:s="right",...c})=>{const u=(0,a.useMemo)((()=>({expanded:n,showTooltipsWhenCollapsed:l,tooltipsPosition:s})),[n,l,s]),d=(0,a.useMemo)((()=>n?{width:"100%"}:{width:"unset"}),[n]);return a.default.createElement(i.MenuExpandContext.Provider,{value:u},a.default.createElement(o.Box,{...c,display:"flex",flexDirection:"column",height:"100%",backgroundColor:"neutral-background",boxSizing:"border-box",...d},r))};t.Menu=s,s.Section=l.MenuSection,s.Button=n.MenuButton,s.ButtonAccordion=n.MenuButton?.Accordion,s.Header=l.MenuHeader,s.Body=l.MenuBody,s.Footer=l.MenuFooter,s.displayName="Menu",s.Section.displayName="Menu.Section",s.Header.displayName="Menu.Header",s.Body.displayName="Menu.Body",s.Footer.displayName="Menu.Footer"},6103:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuBody=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(776);t.MenuBody=({className:e,style:t,children:r,...n})=>{const{expanded:l}=(0,i.useMenuExpandContext)(!1),s=(0,a.useMemo)((()=>l?{pb:"4"}:{alignItems:"center"}),[l]);return a.default.createElement(o.Box,{...n,display:"flex",flexDirection:"column",flex:"1 1 auto",gap:"2",paddingX:"2",width:"100%",overflowY:"auto",overflowX:"hidden",boxSizing:"border-box",...s},r)}},1485:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuBody=void 0;const a=r(6103);var o=r(6103);Object.defineProperty(t,"MenuBody",{enumerable:!0,get:function(){return o.MenuBody}}),t.default=a.MenuBody},9065:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuFooter=void 0;const a=r(5163).__importDefault(r(8156)),o=r(3215),i=r(5280),n=r(8269);t.MenuFooter=({className:e,style:t,...r})=>{const l=r.active?"primary-interactive":"neutral-textHigh",s=r.disabled?"neutral-textDisabled":l;return a.default.createElement(i.Box,{boxSizing:"border-box",display:"flex",flex:"0 1 auto",paddingX:"2",paddingY:"3",width:"100%"},a.default.createElement(n.MenuButton,{...r},a.default.createElement(i.Icon,{source:a.default.createElement(o.ChevronRightIcon,{size:16}),color:s})))}},6116:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuFooter=void 0;const a=r(9065);var o=r(9065);Object.defineProperty(t,"MenuFooter",{enumerable:!0,get:function(){return o.MenuFooter}}),t.default=a.MenuFooter},7446:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuHeader=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(776);t.MenuHeader=({className:e,style:t,children:r,...n})=>{const{expanded:l}=(0,i.useMenuExpandContext)(!1),s=(0,a.useMemo)((()=>l?{padding:"4"}:{justifyContent:"center",paddingX:"3",paddingY:"4"}),[l]);return a.default.createElement(o.Box,{...n,boxSizing:"border-box",display:"flex",flex:"0 1 auto",width:"100%",overflow:"hidden",...s},r)}},9925:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuHeader=void 0;const a=r(7446);var o=r(7446);Object.defineProperty(t,"MenuHeader",{enumerable:!0,get:function(){return o.MenuHeader}}),t.default=a.MenuHeader},2771:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuSection=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(776);t.MenuSection=({className:e,style:t,title:r,children:n,...l})=>{const{expanded:s}=(0,i.useMenuExpandContext)(!1),c=(0,a.useMemo)((()=>s?{}:{maxWidth:"32px"}),[s]);return a.default.createElement(o.Box,{...c,...l,display:"flex",flexDirection:"column",gap:"1-5"},r&&(s?a.default.createElement(o.Box,{pl:"2",pt:"2"},a.default.createElement(o.Text,{color:"neutral-textDisabled",fontSize:"caption"},r)):a.default.createElement(o.Box,{borderTopWidth:"1",borderBottomWidth:"none",borderColor:"neutral-surfaceHighlight",borderStyle:"solid",width:"100%",marginTop:"3",marginBottom:"3","data-testid":"menu-section--collapsed"})),n)}},2915:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuSection=void 0;const a=r(2771);var o=r(2771);Object.defineProperty(t,"MenuSection",{enumerable:!0,get:function(){return o.MenuSection}}),t.default=a.MenuSection},987:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(9925),t),a.__exportStar(r(1485),t),a.__exportStar(r(6116),t),a.__exportStar(r(2915),t)},20:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Menu=void 0;const a=r(6188);var o=r(6188);Object.defineProperty(t,"Menu",{enumerable:!0,get:function(){return o.Menu}}),t.default=a.Menu},7135:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuButton=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(776),n=r(9283),l=(0,a.forwardRef)((({className:e,style:t,label:r,onClick:n,startIcon:l,children:s,active:c=!1,as:u="button",expanded:d,tooltipText:p,showTooltipsWhenCollapsed:m=!0,...h},f)=>{const{expanded:g,showTooltipsWhenCollapsed:y,tooltipsPosition:v}=(0,i.useMenuExpandContext)(!1),b=d??g,x=m??y,S=c?"primary-interactive":"neutral-textHigh",P=h.disabled?"neutral-textDisabled":S,_=b?{}:{justifyContent:"center",paddingX:"none"},C=a.default.createElement(o.Box,{...h,ref:f,as:u,type:"button",onClick:n,alignItems:"center",textDecoration:"none",backgroundColor:{xs:c?"primary-surface":"transparent",hover:"primary-surface",active:"primary-surfaceHighlight",disabled:"neutral-surfaceDisabled"},borderRadius:"2",borderWidth:"none",cursor:{xs:"pointer",disabled:"not-allowed"},display:"flex",gap:"2",px:"2",py:{xs:"2",md:"1"},width:"100%",transitionProperty:"all",transitionDuration:"base",transitionTimingFunction:"ease-in-out",maxHeight:{xs:"34px",md:"26px"},..._},l&&a.default.createElement(o.Icon,{color:P,source:a.default.createElement(l,{size:16})}),b&&a.default.createElement(o.Box,{display:"inline-flex",flex:"1"},a.default.createElement(o.Text,{fontSize:"base",color:P,lineClamp:1,wordBreak:"break-all"},r)),b&&s),w=p??r;return!b&&x&&w?a.default.createElement(o.Tooltip,{content:w,position:v,arrow:!0},C):C}));t.MenuButton=l,l.Accordion=n.MenuButtonAccordion,l.displayName="MenuButton",l.Accordion.displayName="MenuButton.Accordion"},8366:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuButtonAccordion=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(776),n=r(7135),l=(0,a.forwardRef)((({className:e,style:t,open:r,active:l,menuButton:s,children:c,as:u,expanded:d,...p},m)=>{const{expanded:h,tooltipsPosition:f}=(0,i.useMenuExpandContext)(!1),g=d??h,[y,v]=(0,a.useState)(!1),b=(0,a.useMemo)((()=>r??y),[r,y]),x=a.default.createElement(o.Box,{...p,ref:m,as:u,backgroundColor:l?"primary-surface":b?"neutral-surface":"transparent",borderRadius:"2",zIndex:b?"100":void 0,textDecoration:"none"},a.default.createElement(n.MenuButton,{...s,onClick:void 0!==r?s.onClick:()=>v((e=>!e)),active:l,"aria-expanded":b&&g,showTooltipsWhenCollapsed:!1}),b&&g&&a.default.createElement(o.Box,{id:"content-1","aria-hidden":!b,height:b?"auto":"0",overflow:"hidden",display:"flex",flexDirection:"column",gap:"0-5",pl:"6",pb:"1",pr:"1"},c));return g?x:a.default.createElement(o.Popover,{content:a.default.createElement(i.MenuExpandContext.Provider,{value:{expanded:!0,tooltipsPosition:f}},a.default.createElement(o.Box,{minWidth:"200px",display:"flex",flexDirection:"column",gap:"0-5"},c)),arrow:!0,position:f??"right",padding:"small",enabledHover:!0},x)}));t.MenuButtonAccordion=l,l.displayName="MenuButtonAccordion"},9895:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuButtonAccordion=void 0;const a=r(8366);var o=r(8366);Object.defineProperty(t,"MenuButtonAccordion",{enumerable:!0,get:function(){return o.MenuButtonAccordion}}),t.default=a.MenuButtonAccordion},9283:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});r(5163).__exportStar(r(9895),t)},8269:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuButton=void 0;const a=r(7135);var o=r(7135);Object.defineProperty(t,"MenuButton",{enumerable:!0,get:function(){return o.MenuButton}}),t.default=a.MenuButton},1528:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabs=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(9526),n=({className:e,style:t,children:r,...i})=>a.default.createElement(o.Box,{...i,className:e,style:t,alignItems:"center",backgroundColor:"neutral-background",borderStyle:"solid",borderWidth:"none",borderTopWidth:"1",borderColor:"neutral-surfaceHighlight",bottom:"0",display:"flex",justifyContent:"space-between",left:"0",position:"fixed",px:"4",py:"2",width:"100%",zIndex:"500"},r);t.NavTabs=n,n.Item=i.NavTabsItem,n.displayName="NavTabs",n.Item.displayName="NavTabs.Item"},8182:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabsItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.NavTabsItem=({className:e,style:t,icon:r,active:i=!1,badge:n=!1,onClick:l,ariaLabel:s,...c})=>a.default.createElement(o.Box,{...c,className:e,style:t,backgroundColor:i?"primary-surface":"transparent",borderColor:"transparent",borderRadius:"2",cursor:"pointer",as:"button",type:"button",p:"2-5",position:"relative",onClick:l,"aria-label":s},a.default.createElement(o.Icon,{source:r,color:i?"primary-interactive":"primary-textLow"}),n&&a.default.createElement(o.Box,{borderRadius:"full",backgroundColor:"primary-interactive",height:".25rem",position:"absolute",right:".25rem",top:".25rem",width:".25rem"}))},159:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabsItem=void 0;const a=r(8182);var o=r(8182);Object.defineProperty(t,"NavTabsItem",{enumerable:!0,get:function(){return o.NavTabsItem}}),t.default=a.NavTabsItem},9526:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});r(5163).__exportStar(r(159),t)},6130:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabs=void 0;const a=r(1528);var o=r(1528);Object.defineProperty(t,"NavTabs",{enumerable:!0,get:function(){return o.NavTabs}}),t.default=a.NavTabs},8118:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Page=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8322),n=({className:e,style:t,children:r,maxWidth:i="1200px",...n})=>a.default.createElement(o.Box,{as:"main",...n,width:"100%",maxWidth:i,marginX:"auto"},r);t.Page=n,n.Header=i.PageHeader,n.Body=i.PageBody,n.displayName="Page",n.Header.displayName="Page.Header",n.Body.displayName="Page.Body"},8130:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PageBody=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.PageBody=({className:e,style:t,children:r,...i})=>a.default.createElement(o.Box,{as:"section",paddingY:"4",paddingX:"6",...i},r)},6958:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PageBody=void 0;const a=r(8130);var o=r(8130);Object.defineProperty(t,"PageBody",{enumerable:!0,get:function(){return o.PageBody}}),t.default=a.PageBody},4819:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PageHeader=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.PageHeader=({className:e,style:t,title:r,subtitle:i,buttonStack:n,children:l,...s})=>a.default.createElement(o.Box,{as:"header",paddingY:"4",paddingX:"6",display:"flex",flexDirection:"column",gap:"4",...s},a.default.createElement(o.Box,{display:"flex",alignItems:"center",gap:"2"},a.default.createElement(o.Box,{display:"inline-flex",flex:"1"},a.default.createElement(o.Title,{as:"h1"},r)),n),i&&a.default.createElement(o.Text,{color:"neutral-textHigh",fontSize:"base"},i),l)},4250:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PageHeader=void 0;const a=r(4819);var o=r(4819);Object.defineProperty(t,"PageHeader",{enumerable:!0,get:function(){return o.PageHeader}}),t.default=a.PageHeader},8322:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(4250),t),a.__exportStar(r(6958),t)},8090:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Page=void 0;const a=r(8118);var o=r(8118);Object.defineProperty(t,"Page",{enumerable:!0,get:function(){return o.Page}}),t.default=a.Page},1901:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplay=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(5251),n=({minPlanWidth:e="225px",children:t,...r})=>a.default.createElement(o.Box,{display:"grid",gridTemplateColumns:`repeat(auto-fit, minmax(${e}, 1fr))`,gap:"6",justifyContent:"center",alignItems:"flex-start",...r},t);t.PlanDisplay=n,n.Card=i.PlanDisplayCard,n.Header=i.PlanDisplayCardHeader,n.Content=i.PlanDisplayCardContent,n.Spacing=i.PlanDisplayCardSpacing,n.Bullet=i.PlanDisplayBullet,n.Footer=i.PlanDisplayCardFooter,n.displayName="PlanDisplay",n.Card.displayName="PlanDisplay.Card",n.Bullet.displayName="PlanDisplay.Bullet",n.Header.displayName="PlanDisplay.CardHeader",n.Content.displayName="PlanDisplay.CardContent",n.Spacing.displayName="PlanDisplay.CardSpacing"},2814:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayBullet=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.PlanDisplayBullet=({icon:e,disabled:t,children:r})=>a.default.createElement(o.Box,{display:"flex",gap:"2"},a.default.createElement(o.Box,{display:"flex",alignItems:"center"},a.default.createElement(o.Text,{as:"span",color:t?"neutral-interactive":"success-interactive"},a.default.createElement(o.Box,{display:"flex",alignItems:"center"},e))),a.default.createElement(o.Text,{fontWeight:"medium",color:t?"neutral-interactive":"neutral-textLow"},r))},1839:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayBullet=void 0;const a=r(2814);Object.defineProperty(t,"PlanDisplayBullet",{enumerable:!0,get:function(){return a.PlanDisplayBullet}}),t.default=a.PlanDisplayBullet},4680:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCard=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.PlanDisplayCard=({highlighted:e,children:t,...r})=>a.default.createElement(o.Box,{...e?{borderColor:"primary-interactive",borderRadius:"2",borderStyle:"solid",borderWidth:"3",boxShadow:"3"}:{},...r},a.default.createElement(o.Card,null,t))},9761:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCard=void 0;const a=r(4680);Object.defineProperty(t,"PlanDisplayCard",{enumerable:!0,get:function(){return a.PlanDisplayCard}}),t.default=a.PlanDisplayCard},5769:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardContent=void 0;const a=r(5163),o=a.__importDefault(r(8156)),i=r(5280),n=a.__importDefault(r(3314));t.PlanDisplayCardContent=({children:e})=>o.default.createElement(i.Card.Body,null,o.default.createElement(n.default,null),o.default.createElement(i.Box,{display:"flex",flexDirection:"column",gap:"1",py:"4"},e))},8124:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardContent=void 0;const a=r(5769);Object.defineProperty(t,"PlanDisplayCardContent",{enumerable:!0,get:function(){return a.PlanDisplayCardContent}}),t.default=a.PlanDisplayCardContent},3104:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardFooter=void 0;const a=r(5163),o=a.__importDefault(r(8156)),i=r(5280),n=a.__importDefault(r(3314));t.PlanDisplayCardFooter=({children:e})=>o.default.createElement(i.Box,{display:"flex",flexDirection:"column",gap:"4"},o.default.createElement(n.default,null),o.default.createElement(i.Box,null,e))},5776:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardFooter=void 0;const a=r(3104);Object.defineProperty(t,"PlanDisplayCardFooter",{enumerable:!0,get:function(){return a.PlanDisplayCardFooter}}),t.default=a.PlanDisplayCardFooter},3022:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardHeader=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.PlanDisplayCardHeader=({subtitle:e,title:t,children:r})=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column"},a.default.createElement(o.Text,{fontWeight:"bold",fontSize:"highlight"},e),t,r&&a.default.createElement(o.Box,{pt:"3",pb:"4"},r))},8105:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardHeader=void 0;const a=r(3022);Object.defineProperty(t,"PlanDisplayCardHeader",{enumerable:!0,get:function(){return a.PlanDisplayCardHeader}}),t.default=a.PlanDisplayCardHeader},9288:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardSpacing=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.PlanDisplayCardSpacing=e=>a.default.createElement(o.Box,{...e,borderTopWidth:"1",borderColor:"neutral-surface",borderStyle:"solid",my:"1"})},3314:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardSpacing=void 0;const a=r(9288);Object.defineProperty(t,"PlanDisplayCardSpacing",{enumerable:!0,get:function(){return a.PlanDisplayCardSpacing}}),t.default=a.PlanDisplayCardSpacing},5251:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(9761),t),a.__exportStar(r(8105),t),a.__exportStar(r(8124),t),a.__exportStar(r(5776),t),a.__exportStar(r(3314),t),a.__exportStar(r(1839),t)},3826:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplay=void 0;const a=r(1901);var o=r(1901);Object.defineProperty(t,"PlanDisplay",{enumerable:!0,get:function(){return o.PlanDisplay}}),t.default=a.PlanDisplay},3454:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataList=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(385),n=({children:e,title:t,...r})=>a.default.createElement(o.Box,{padding:"4",display:"flex",flexDirection:"column",gap:"4",...r},t&&a.default.createElement(o.Title,{as:"h4"},t),e);t.ProductDataList=n,n.Item=i.ProductDataListItem,n.Products=i.ProductDataListProducts,n.Section=i.ProductDataListSection,n.ItemDivider=i.ProductDataListItemDivider,n.displayName="ProductDataList",n.Item.displayName="ProductDataList.Item",n.Products.displayName="ProductDataList.Products",n.ItemDivider.displayName="ProductDataList.ItemDivider",n.Section.displayName="ProductDataList.Section"},985:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3215),n=r(7880),l=r(8583),s=({id:e,title:t,imageUrl:r,imageAlt:s,isDraggable:c=!1,withDivider:u=!1,onRemove:d,children:p})=>{const m=a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2"},a.default.createElement(o.Box,{display:"flex",alignItems:"center",gap:"3",px:"2"},c&&a.default.createElement(o.Box,{as:"span",className:"handle",cursor:"grab"},a.default.createElement(n.Sortable.ItemHandle,null,a.default.createElement(o.Box,{display:"flex",alignItems:"center",justifyContent:"center"},a.default.createElement(o.Text,null,a.default.createElement(i.DragDotsIcon,{size:"small"}))))),r&&a.default.createElement(o.Box,{width:"12",height:"12",borderRadius:"1"},a.default.createElement(o.Thumbnail,{src:r,alt:s||t,width:"56px",height:"56px"})),a.default.createElement(o.Box,{flex:"1",display:"flex",flexDirection:"column",gap:"1"},a.default.createElement(o.Text,null,t),p),d&&a.default.createElement(o.Box,{justifyContent:"flex-end"},a.default.createElement(o.IconButton,{source:a.default.createElement(i.TrashIcon,null),size:"2rem",onClick:d}))),u&&a.default.createElement(l.ProductDataListItemDivider,{"data-testid":"divider"}));return c?a.default.createElement(n.Sortable.Item,{key:e,id:e,handle:!0},m):m};t.ProductDataListItem=s,s.displayName="ProductDataList.Item"},2919:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListItem=void 0;var a=r(985);Object.defineProperty(t,"ProductDataListItem",{enumerable:!0,get:function(){return a.ProductDataListItem}})},8583:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListItemDivider=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.ProductDataListItemDivider=({...e})=>a.default.createElement(o.Box,{borderTopWidth:"1",borderBottomWidth:"none",borderColor:"neutral-surfaceHighlight",borderStyle:"solid",...e})},892:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListItemDivider=void 0;var a=r(8583);Object.defineProperty(t,"ProductDataListItemDivider",{enumerable:!0,get:function(){return a.ProductDataListItemDivider}})},4017:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListProducts=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(7880),n=r(892);function l({sortable:e,items:t,onReorder:r,renderItem:l,sortableProps:s,children:c,...u}){const[d,p]=(0,a.useState)(null);return a.default.createElement(i.Sortable,{...s,items:t,onReorder:r,orientation:"vertical",disabled:!e,renderOverlay:e=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column",backgroundColor:"neutral-background",boxShadow:"3",paddingTop:"2"},l(e,0)),onDragStart:e=>{p(e.active.id),s?.onDragStart?.(e)},onDragEnd:e=>{p(null),s?.onDragEnd?.(e)}},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2",overflowY:"auto",maxHeight:"370px",...u},c,a.default.createElement(n.ProductDataListItemDivider,null),t.map(((e,t)=>a.default.createElement(a.default.Fragment,{key:e.id},a.default.createElement("div",{"aria-hidden":d===e.id,style:{opacity:d===e.id?0:1}},l(e,t)))))))}t.ProductDataListProducts=l,l.displayName="ProductDataList.Products"},1820:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListProducts=void 0;var a=r(4017);Object.defineProperty(t,"ProductDataListProducts",{enumerable:!0,get:function(){return a.ProductDataListProducts}})},4735:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListSection=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.ProductDataListSection=({title:e,description:t,content:r,link:i,children:n,...l})=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4",...l},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4"},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"1"},e&&a.default.createElement(o.Text,{fontSize:"highlight"},e),t&&a.default.createElement(o.Text,{color:"neutral-textLow"},t),r),i),n)},3549:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListSection=void 0;var a=r(4735);Object.defineProperty(t,"ProductDataListSection",{enumerable:!0,get:function(){return a.ProductDataListSection}})},385:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(2919),t),a.__exportStar(r(1820),t),a.__exportStar(r(3549),t),a.__exportStar(r(892),t)},3660:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataList=void 0;var a=r(3454);Object.defineProperty(t,"ProductDataList",{enumerable:!0,get:function(){return a.ProductDataList}})},6666:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductUpdates=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(3215),n=({className:e,style:t,title:r,text:n,bodyContent:l,dismissLink:s,...c})=>{const[u,d]=(0,a.useState)(!!c.visible),p=()=>d(!u),m=a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2",width:"100%"},a.default.createElement(o.Text,{color:"neutral-background",fontSize:"base",fontWeight:"bold"},r),a.default.createElement(o.Text,{color:"neutral-background",fontSize:"base"},n)),h=s?a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4",width:"100%"},m,l,a.default.createElement(o.Link,{as:"button",onClick:c?.onVisibility?()=>c?.onVisibility?.(!1):p,appearance:"neutral-background"},s)):a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4",width:"100%"},a.default.createElement(o.Box,{pr:"8",position:"relative"},m,a.default.createElement(o.Box,{position:"absolute",top:"-16px",right:"-16px"},a.default.createElement(o.IconButton,{onClick:c?.onVisibility?()=>c?.onVisibility?.(!1):p,size:"2.75rem",source:a.default.createElement(o.Icon,{color:"neutral-background",source:a.default.createElement(i.CloseIcon,null)}),borderColor:"transparent",backgroundColor:"transparent"}))),l);return a.default.createElement(o.Popover,{...c,backgroundColor:"primary-interactiveHover",content:h,visible:void 0===c.visible?u:c.visible,onVisibility:c.onVisibility||(e=>d(e)),enabledDismiss:!1,enabledClick:!1})};t.ProductUpdates=n,n.displayName="ProductUpdates"},6787:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductUpdates=void 0;const a=r(6666);var o=r(6666);Object.defineProperty(t,"ProductUpdates",{enumerable:!0,get:function(){return o.ProductUpdates}}),t.default=a.ProductUpdates},4765:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SideModal=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=({title:e,titleAction:t,headerAction:r,headerIcon:i,paddingHeader:n,paddingBody:l,paddingFooter:s,footer:c,children:u,...d})=>a.default.createElement(o.Sidebar,{...d},a.default.createElement(o.Sidebar.Header,{padding:n||"base"},a.default.createElement(o.Box,{display:"flex",justifyContent:"space-between",alignItems:"center",mb:"4"},r,i),a.default.createElement(o.Box,{display:"flex",justifyContent:"space-between",alignItems:"center"},a.default.createElement(o.Title,{as:"h2"},e),t)),a.default.createElement(o.Sidebar.Body,{padding:l},u),!!c&&a.default.createElement(o.Sidebar.Footer,{padding:s||"base"},a.default.createElement(o.Button,{...c.primaryAction}),a.default.createElement(o.Button,{...c.secondaryAction})));t.SideModal=i,i.displayName="SideModal"},9737:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SideModal=void 0;const a=r(4765);var o=r(4765);Object.defineProperty(t,"SideModal",{enumerable:!0,get:function(){return o.SideModal}}),t.default=a.SideModal},977:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DEFAULT_OVERLAY_SETTINGS=t.orientation=void 0,t.orientation={vertical:"vertical",horizontal:"horizontal"},t.DEFAULT_OVERLAY_SETTINGS={dropAnimation:{duration:0,easing:"ease"}}},8753:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Sortable=void 0;const a=r(5163).__importStar(r(8156)),o=r(1540),i=r(6548),n=r(421),l=r(977);function s({items:e,onReorder:t,orientation:r="vertical",sensorOptions:n,onDragStart:s,onDragOver:c,onDragEnd:u,disabled:d=!1,children:p,overlaySettings:m=l.DEFAULT_OVERLAY_SETTINGS,renderOverlay:h,dndContextSettings:f}){const[g,y]=(0,a.useState)(null),v=g?e.find((e=>e.id===g)):null,b=(0,o.useSensors)((0,o.useSensor)(o.PointerSensor,{activationConstraint:{distance:8},...n}),(0,o.useSensor)(o.KeyboardSensor,{coordinateGetter:i.sortableKeyboardCoordinates,...n})),x=(0,a.useMemo)((()=>"vertical"===r?i.verticalListSortingStrategy:i.horizontalListSortingStrategy),[r]);return d?a.default.createElement(a.default.Fragment,null,p):a.default.createElement(o.DndContext,{sensors:b,collisionDetection:o.closestCenter,onDragStart:e=>{y(e.active.id),s?.(e)},onDragOver:c,onDragEnd:r=>{const{active:a,over:o}=r;if(o&&a.id!==o.id){const r=e.findIndex((e=>e.id===a.id)),i=e.findIndex((e=>e.id===o.id)),n=[...e],[l]=n.splice(r,1);n.splice(i,0,l),t(n)}y(null),u?.(r)},...f},a.default.createElement(i.SortableContext,{items:e.map((e=>e.id)),strategy:x},p),a.default.createElement(o.DragOverlay,{...m},v&&h?h(v):null))}t.Sortable=s,s.Item=n.SortableItem,s.ItemHandle=n.SortableItemHandle,s.displayName="Sortable",s.Item.displayName="Sortable.Item",s.ItemHandle.displayName="Sortable.ItemHandle"},6456:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SortableItem=void 0;const a=r(5163).__importStar(r(8156)),o=r(6548),i=r(2851),n=r(3750);t.SortableItem=({id:e,disabled:t=!1,handle:r=!1,children:l,renderItem:s})=>{const{attributes:c,listeners:u,setNodeRef:d,setActivatorNodeRef:p,transform:m,transition:h,isDragging:f}=(0,o.useSortable)({id:e,disabled:t}),g=(0,a.useMemo)((()=>({transform:i.CSS.Transform.toString(m),transition:h,touchAction:"none"})),[m,h]),y=(0,a.useMemo)((()=>({setActivatorNodeRef:p,attributes:c,listeners:u})),[p,c,u]);return s?s({isDragging:f,attributes:c,listeners:r?void 0:u,setNodeRef:d,style:g}):a.default.createElement(n.SortableItemContext.Provider,{value:y},a.default.createElement("div",{ref:d,style:g,...!r&&{...c,...u}},l))}},3750:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useSortableItemContext=t.SortableItemContext=void 0;const a=r(8156);t.SortableItemContext=(0,a.createContext)(null);t.useSortableItemContext=()=>{const e=(0,a.useContext)(t.SortableItemContext);if(!e)throw new Error("useSortableItemContext must be used within a SortableItem");return e}},1882:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SortableItem=void 0;var a=r(6456);Object.defineProperty(t,"SortableItem",{enumerable:!0,get:function(){return a.SortableItem}})},3429:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SortableItemHandle=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3750),n=({children:e})=>{const{setActivatorNodeRef:t,attributes:r,listeners:n}=(0,i.useSortableItemContext)();return a.default.createElement(o.Box,{...r,...n,ref:t,cursor:"grab"},e)};t.SortableItemHandle=n,n.displayName="SortableItemHandle"},2595:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SortableItemHandle=void 0;var a=r(3429);Object.defineProperty(t,"SortableItemHandle",{enumerable:!0,get:function(){return a.SortableItemHandle}})},421:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(1882),t),a.__exportStar(r(2595),t)},7880:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Sortable=void 0;const a=r(8753);var o=r(8753);Object.defineProperty(t,"Sortable",{enumerable:!0,get:function(){return o.Sortable}}),t.default=a.Sortable},4336:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ThumbnailWithAction=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(2910),n=({className:e,style:t,thumbnail:r,children:n,contentPosition:l="top-right",...s})=>{const{top:c,left:u,right:d,bottom:p}=i.contentPositions[l];return a.default.createElement(o.Box,{position:"relative",width:"fit-content",borderRadius:"2",overflow:"hidden"},a.default.createElement(o.Box,{...s,style:t,className:e,position:"absolute",zIndex:"100",top:c,left:u,right:d,bottom:p,p:"2"},n),a.default.createElement(o.Thumbnail,{...r}))};t.ThumbnailWithAction=n,n.displayName="ThumbnailWithAction"},4407:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ThumbnailWithAction=void 0;const a=r(4336);var o=r(4336);Object.defineProperty(t,"ThumbnailWithAction",{enumerable:!0,get:function(){return o.ThumbnailWithAction}}),t.default=a.ThumbnailWithAction},2910:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.contentPositions=void 0,t.contentPositions={"top-left":{top:"0",left:"0",right:void 0,bottom:void 0},"top-right":{top:"0",left:void 0,right:"0",bottom:void 0},"bottom-left":{top:void 0,left:"0",right:void 0,bottom:"0"},"bottom-right":{top:void 0,left:void 0,right:"0",bottom:"0"}}},1920:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useMenuExpandContext=t.MenuExpandContext=void 0;const a=r(5163);a.__exportStar(r(8462),t),a.__exportStar(r(4289),t),a.__exportStar(r(7512),t),a.__exportStar(r(1602),t),a.__exportStar(r(1777),t),a.__exportStar(r(3174),t),a.__exportStar(r(4778),t),a.__exportStar(r(8338),t),a.__exportStar(r(2966),t),a.__exportStar(r(20),t),a.__exportStar(r(8269),t),a.__exportStar(r(6130),t),a.__exportStar(r(8090),t),a.__exportStar(r(6787),t),a.__exportStar(r(9737),t),a.__exportStar(r(4407),t),a.__exportStar(r(5589),t),a.__exportStar(r(1437),t),a.__exportStar(r(2561),t),a.__exportStar(r(3826),t),a.__exportStar(r(7880),t),a.__exportStar(r(3660),t),a.__exportStar(r(7e3),t);var o=r(776);Object.defineProperty(t,"MenuExpandContext",{enumerable:!0,get:function(){return o.MenuExpandContext}}),Object.defineProperty(t,"useMenuExpandContext",{enumerable:!0,get:function(){return o.useMenuExpandContext}})},5163:(e,t,r)=>{"use strict";r.r(t),r.d(t,{__assign:()=>i,__asyncDelegator:()=>w,__asyncGenerator:()=>C,__asyncValues:()=>I,__await:()=>_,__awaiter:()=>h,__classPrivateFieldGet:()=>M,__classPrivateFieldIn:()=>O,__classPrivateFieldSet:()=>L,__createBinding:()=>g,__decorate:()=>l,__esDecorate:()=>c,__exportStar:()=>y,__extends:()=>o,__generator:()=>f,__importDefault:()=>k,__importStar:()=>E,__makeTemplateObject:()=>j,__metadata:()=>m,__param:()=>s,__propKey:()=>d,__read:()=>b,__rest:()=>n,__runInitializers:()=>u,__setFunctionName:()=>p,__spread:()=>x,__spreadArray:()=>P,__spreadArrays:()=>S,__values:()=>v});var a=function(e,t){return a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},a(e,t)};function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}a(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var i=function(){return i=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};function n(e,t){var r={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(r[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(a=Object.getOwnPropertySymbols(e);o<a.length;o++)t.indexOf(a[o])<0&&Object.prototype.propertyIsEnumerable.call(e,a[o])&&(r[a[o]]=e[a[o]])}return r}function l(e,t,r,a){var o,i=arguments.length,n=i<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,r):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,r,a);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(n=(i<3?o(n):i>3?o(t,r,n):o(t,r))||n);return i>3&&n&&Object.defineProperty(t,r,n),n}function s(e,t){return function(r,a){t(r,a,e)}}function c(e,t,r,a,o,i){function n(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var l,s=a.kind,c="getter"===s?"get":"setter"===s?"set":"value",u=!t&&e?a.static?e:e.prototype:null,d=t||(u?Object.getOwnPropertyDescriptor(u,a.name):{}),p=!1,m=r.length-1;m>=0;m--){var h={};for(var f in a)h[f]="access"===f?{}:a[f];for(var f in a.access)h.access[f]=a.access[f];h.addInitializer=function(e){if(p)throw new TypeError("Cannot add initializers after decoration has completed");i.push(n(e||null))};var g=(0,r[m])("accessor"===s?{get:d.get,set:d.set}:d[c],h);if("accessor"===s){if(void 0===g)continue;if(null===g||"object"!=typeof g)throw new TypeError("Object expected");(l=n(g.get))&&(d.get=l),(l=n(g.set))&&(d.set=l),(l=n(g.init))&&o.push(l)}else(l=n(g))&&("field"===s?o.push(l):d[c]=l)}u&&Object.defineProperty(u,a.name,d),p=!0}function u(e,t,r){for(var a=arguments.length>2,o=0;o<t.length;o++)r=a?t[o].call(e,r):t[o].call(e);return a?r:void 0}function d(e){return"symbol"==typeof e?e:"".concat(e)}function p(e,t,r){return"symbol"==typeof t&&(t=t.description?"[".concat(t.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:r?"".concat(r," ",t):t})}function m(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function h(e,t,r,a){return new(r||(r=Promise))((function(o,i){function n(e){try{s(a.next(e))}catch(e){i(e)}}function l(e){try{s(a.throw(e))}catch(e){i(e)}}function s(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(n,l)}s((a=a.apply(e,t||[])).next())}))}function f(e,t){var r,a,o,i,n={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(s){return function(l){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(n=0)),n;)try{if(r=1,a&&(o=2&l[0]?a.return:l[0]?a.throw||((o=a.return)&&o.call(a),0):a.next)&&!(o=o.call(a,l[1])).done)return o;switch(a=0,o&&(l=[2&l[0],o.value]),l[0]){case 0:case 1:o=l;break;case 4:return n.label++,{value:l[1],done:!1};case 5:n.label++,a=l[1],l=[0];continue;case 7:l=n.ops.pop(),n.trys.pop();continue;default:if(!(o=n.trys,(o=o.length>0&&o[o.length-1])||6!==l[0]&&2!==l[0])){n=0;continue}if(3===l[0]&&(!o||l[1]>o[0]&&l[1]<o[3])){n.label=l[1];break}if(6===l[0]&&n.label<o[1]){n.label=o[1],o=l;break}if(o&&n.label<o[2]){n.label=o[2],n.ops.push(l);break}o[2]&&n.ops.pop(),n.trys.pop();continue}l=t.call(e,n)}catch(e){l=[6,e],a=0}finally{r=o=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,s])}}}var g=Object.create?function(e,t,r,a){void 0===a&&(a=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,o)}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]};function y(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||g(t,e,r)}function v(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],a=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&a>=e.length&&(e=void 0),{value:e&&e[a++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function b(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var a,o,i=r.call(e),n=[];try{for(;(void 0===t||t-- >0)&&!(a=i.next()).done;)n.push(a.value)}catch(e){o={error:e}}finally{try{a&&!a.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return n}function x(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(b(arguments[t]));return e}function S(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var a=Array(e),o=0;for(t=0;t<r;t++)for(var i=arguments[t],n=0,l=i.length;n<l;n++,o++)a[o]=i[n];return a}function P(e,t,r){if(r||2===arguments.length)for(var a,o=0,i=t.length;o<i;o++)!a&&o in t||(a||(a=Array.prototype.slice.call(t,0,o)),a[o]=t[o]);return e.concat(a||Array.prototype.slice.call(t))}function _(e){return this instanceof _?(this.v=e,this):new _(e)}function C(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var a,o=r.apply(e,t||[]),i=[];return a={},n("next"),n("throw"),n("return"),a[Symbol.asyncIterator]=function(){return this},a;function n(e){o[e]&&(a[e]=function(t){return new Promise((function(r,a){i.push([e,t,r,a])>1||l(e,t)}))})}function l(e,t){try{(r=o[e](t)).value instanceof _?Promise.resolve(r.value.v).then(s,c):u(i[0][2],r)}catch(e){u(i[0][3],e)}var r}function s(e){l("next",e)}function c(e){l("throw",e)}function u(e,t){e(t),i.shift(),i.length&&l(i[0][0],i[0][1])}}function w(e){var t,r;return t={},a("next"),a("throw",(function(e){throw e})),a("return"),t[Symbol.iterator]=function(){return this},t;function a(a,o){t[a]=e[a]?function(t){return(r=!r)?{value:_(e[a](t)),done:!1}:o?o(t):t}:o}}function I(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=v(e),t={},a("next"),a("throw"),a("return"),t[Symbol.asyncIterator]=function(){return this},t);function a(r){t[r]=e[r]&&function(t){return new Promise((function(a,o){(function(e,t,r,a){Promise.resolve(a).then((function(t){e({value:t,done:r})}),t)})(a,o,(t=e[r](t)).done,t.value)}))}}}function j(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var D=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};function E(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&g(t,e,r);return D(t,e),t}function k(e){return e&&e.__esModule?e:{default:e}}function M(e,t,r,a){if("a"===r&&!a)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!a:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?a:"a"===r?a.call(e):a?a.value:t.get(e)}function L(e,t,r,a,o){if("m"===a)throw new TypeError("Private method is not writable");if("a"===a&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===a?o.call(e,r):o?o.value=r:t.set(e,r),r}function O(e,t){if(null===t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("Cannot use 'in' operator on non-object");return"function"==typeof e?t===e:e.has(t)}},3924:e=>{e.exports={breakpoint:{xs:{value:"0px",comment:"Commonly used for mobile resolutions.",filePath:"src/breakpoint/sys.json",isSource:!0,original:{value:"0px",comment:"Commonly used for mobile resolutions."},name:"BreakpointXs",attributes:{category:"breakpoint",type:"xs"},path:["breakpoint","xs"]},md:{value:"672px",comment:"Commonly used for tablet resolutions.",filePath:"src/breakpoint/sys.json",isSource:!0,original:{value:"672px",comment:"Commonly used for tablet resolutions."},name:"BreakpointMd",attributes:{category:"breakpoint",type:"md"},path:["breakpoint","md"]},lg:{value:"1024px",comment:"Commonly used for small desktop resolutions.",filePath:"src/breakpoint/sys.json",isSource:!0,original:{value:"1024px",comment:"Commonly used for small desktop resolutions."},name:"BreakpointLg",attributes:{category:"breakpoint",type:"lg"},path:["breakpoint","lg"]},xl:{value:"1200px",comment:"Commonly used for bigger desktop resolutions.",filePath:"src/breakpoint/sys.json",isSource:!0,original:{value:"1200px",comment:"Commonly used for bigger desktop resolutions."},name:"BreakpointXl",attributes:{category:"breakpoint",type:"xl"},path:["breakpoint","xl"]}},color:{light:{primary:{5:{value:"#000b19",filePath:"src/color/ref.json",isSource:!0,original:{value:"#000B19"},name:"ColorLightPrimary5",attributes:{category:"color",type:"light",item:"primary",subitem:"5"},path:["color","light","primary","5"]},10:{value:"#001737",filePath:"src/color/ref.json",isSource:!0,original:{value:"#001737"},name:"ColorLightPrimary10",attributes:{category:"color",type:"light",item:"primary",subitem:"10"},path:["color","light","primary","10"]},20:{value:"#00255a",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00255A"},name:"ColorLightPrimary20",attributes:{category:"color",type:"light",item:"primary",subitem:"20"},path:["color","light","primary","20"]},30:{value:"#00347d",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00347D"},name:"ColorLightPrimary30",attributes:{category:"color",type:"light",item:"primary",subitem:"30"},path:["color","light","primary","30"]},40:{value:"#00429f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00429F"},name:"ColorLightPrimary40",attributes:{category:"color",type:"light",item:"primary",subitem:"40"},path:["color","light","primary","40"]},50:{value:"#004ebc",filePath:"src/color/ref.json",isSource:!0,original:{value:"#004EBC"},name:"ColorLightPrimary50",attributes:{category:"color",type:"light",item:"primary",subitem:"50"},path:["color","light","primary","50"]},60:{value:"#0059d5",filePath:"src/color/ref.json",isSource:!0,original:{value:"#0059D5"},name:"ColorLightPrimary60",attributes:{category:"color",type:"light",item:"primary",subitem:"60"},path:["color","light","primary","60"]},70:{value:"#2577e9",filePath:"src/color/ref.json",isSource:!0,original:{value:"#2577E9"},name:"ColorLightPrimary70",attributes:{category:"color",type:"light",item:"primary",subitem:"70"},path:["color","light","primary","70"]},80:{value:"#4b92f5",filePath:"src/color/ref.json",isSource:!0,original:{value:"#4B92F5"},name:"ColorLightPrimary80",attributes:{category:"color",type:"light",item:"primary",subitem:"80"},path:["color","light","primary","80"]},90:{value:"#96c1fc",filePath:"src/color/ref.json",isSource:!0,original:{value:"#96C1FC"},name:"ColorLightPrimary90",attributes:{category:"color",type:"light",item:"primary",subitem:"90"},path:["color","light","primary","90"]},95:{value:"#c2dbfe",filePath:"src/color/ref.json",isSource:!0,original:{value:"#C2DBFE"},name:"ColorLightPrimary95",attributes:{category:"color",type:"light",item:"primary",subitem:"95"},path:["color","light","primary","95"]},99:{value:"#eef5ff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#EEF5FF"},name:"ColorLightPrimary99",attributes:{category:"color",type:"light",item:"primary",subitem:"99"},path:["color","light","primary","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightPrimary100",attributes:{category:"color",type:"light",item:"primary",subitem:"100"},path:["color","light","primary","100"]},surface:{value:"#eef5ff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.99}"},name:"ColorLightPrimarySurface",attributes:{category:"color",type:"light",item:"primary",subitem:"surface"},path:["color","light","primary","surface"]},"surface-highlight":{value:"#96c1fc",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.90}"},name:"ColorLightPrimarySurfaceHighlight",attributes:{category:"color",type:"light",item:"primary",subitem:"surface-highlight"},path:["color","light","primary","surface-highlight"]},interactive:{value:"#0059d5",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.60}"},name:"ColorLightPrimaryInteractive",attributes:{category:"color",type:"light",item:"primary",subitem:"interactive"},path:["color","light","primary","interactive"]},"interactive-hover":{value:"#00429f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.40}"},name:"ColorLightPrimaryInteractiveHover",attributes:{category:"color",type:"light",item:"primary",subitem:"interactive-hover"},path:["color","light","primary","interactive-hover"]},"interactive-pressed":{value:"#00347d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.30}"},name:"ColorLightPrimaryInteractivePressed",attributes:{category:"color",type:"light",item:"primary",subitem:"interactive-pressed"},path:["color","light","primary","interactive-pressed"]},"text-low":{value:"#00255a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.20}"},name:"ColorLightPrimaryTextLow",attributes:{category:"color",type:"light",item:"primary",subitem:"text-low"},path:["color","light","primary","text-low"]},"text-high":{value:"#000b19",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.5}"},name:"ColorLightPrimaryTextHigh",attributes:{category:"color",type:"light",item:"primary",subitem:"text-high"},path:["color","light","primary","text-high"]}},success:{5:{value:"#001910",filePath:"src/color/ref.json",isSource:!0,original:{value:"#001910"},name:"ColorLightSuccess5",attributes:{category:"color",type:"light",item:"success",subitem:"5"},path:["color","light","success","5"]},10:{value:"#003420",filePath:"src/color/ref.json",isSource:!0,original:{value:"#003420"},name:"ColorLightSuccess10",attributes:{category:"color",type:"light",item:"success",subitem:"10"},path:["color","light","success","10"]},20:{value:"#005333",filePath:"src/color/ref.json",isSource:!0,original:{value:"#005333"},name:"ColorLightSuccess20",attributes:{category:"color",type:"light",item:"success",subitem:"20"},path:["color","light","success","20"]},30:{value:"#007447",filePath:"src/color/ref.json",isSource:!0,original:{value:"#007447"},name:"ColorLightSuccess30",attributes:{category:"color",type:"light",item:"success",subitem:"30"},path:["color","light","success","30"]},40:{value:"#00935b",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00935B"},name:"ColorLightSuccess40",attributes:{category:"color",type:"light",item:"success",subitem:"40"},path:["color","light","success","40"]},50:{value:"#00af6c",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00AF6C"},name:"ColorLightSuccess50",attributes:{category:"color",type:"light",item:"success",subitem:"50"},path:["color","light","success","50"]},60:{value:"#00c87b",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00C87B"},name:"ColorLightSuccess60",attributes:{category:"color",type:"light",item:"success",subitem:"60"},path:["color","light","success","60"]},70:{value:"#0fdc8e",filePath:"src/color/ref.json",isSource:!0,original:{value:"#0FDC8E"},name:"ColorLightSuccess70",attributes:{category:"color",type:"light",item:"success",subitem:"70"},path:["color","light","success","70"]},80:{value:"#3feca9",filePath:"src/color/ref.json",isSource:!0,original:{value:"#3FECA9"},name:"ColorLightSuccess80",attributes:{category:"color",type:"light",item:"success",subitem:"80"},path:["color","light","success","80"]},90:{value:"#7af7c7",filePath:"src/color/ref.json",isSource:!0,original:{value:"#7AF7C7"},name:"ColorLightSuccess90",attributes:{category:"color",type:"light",item:"success",subitem:"90"},path:["color","light","success","90"]},95:{value:"#bcfde4",filePath:"src/color/ref.json",isSource:!0,original:{value:"#BCFDE4"},name:"ColorLightSuccess95",attributes:{category:"color",type:"light",item:"success",subitem:"95"},path:["color","light","success","95"]},99:{value:"#defef2",filePath:"src/color/ref.json",isSource:!0,original:{value:"#DEFEF2"},name:"ColorLightSuccess99",attributes:{category:"color",type:"light",item:"success",subitem:"99"},path:["color","light","success","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightSuccess100",attributes:{category:"color",type:"light",item:"success",subitem:"100"},path:["color","light","success","100"]},surface:{value:"#defef2",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.99}"},name:"ColorLightSuccessSurface",attributes:{category:"color",type:"light",item:"success",subitem:"surface"},path:["color","light","success","surface"]},"surface-highlight":{value:"#7af7c7",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.90}"},name:"ColorLightSuccessSurfaceHighlight",attributes:{category:"color",type:"light",item:"success",subitem:"surface-highlight"},path:["color","light","success","surface-highlight"]},interactive:{value:"#00c87b",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.60}"},name:"ColorLightSuccessInteractive",attributes:{category:"color",type:"light",item:"success",subitem:"interactive"},path:["color","light","success","interactive"]},"interactive-hover":{value:"#00935b",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.40}"},name:"ColorLightSuccessInteractiveHover",attributes:{category:"color",type:"light",item:"success",subitem:"interactive-hover"},path:["color","light","success","interactive-hover"]},"interactive-pressed":{value:"#007447",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.30}"},name:"ColorLightSuccessInteractivePressed",attributes:{category:"color",type:"light",item:"success",subitem:"interactive-pressed"},path:["color","light","success","interactive-pressed"]},"text-low":{value:"#005333",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.20}"},name:"ColorLightSuccessTextLow",attributes:{category:"color",type:"light",item:"success",subitem:"text-low"},path:["color","light","success","text-low"]},"text-high":{value:"#001910",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.5}"},name:"ColorLightSuccessTextHigh",attributes:{category:"color",type:"light",item:"success",subitem:"text-high"},path:["color","light","success","text-high"]}},warning:{5:{value:"#191000",filePath:"src/color/ref.json",isSource:!0,original:{value:"#191000"},name:"ColorLightWarning5",attributes:{category:"color",type:"light",item:"warning",subitem:"5"},path:["color","light","warning","5"]},10:{value:"#342000",filePath:"src/color/ref.json",isSource:!0,original:{value:"#342000"},name:"ColorLightWarning10",attributes:{category:"color",type:"light",item:"warning",subitem:"10"},path:["color","light","warning","10"]},20:{value:"#533300",filePath:"src/color/ref.json",isSource:!0,original:{value:"#533300"},name:"ColorLightWarning20",attributes:{category:"color",type:"light",item:"warning",subitem:"20"},path:["color","light","warning","20"]},30:{value:"#744700",filePath:"src/color/ref.json",isSource:!0,original:{value:"#744700"},name:"ColorLightWarning30",attributes:{category:"color",type:"light",item:"warning",subitem:"30"},path:["color","light","warning","30"]},40:{value:"#935b00",filePath:"src/color/ref.json",isSource:!0,original:{value:"#935B00"},name:"ColorLightWarning40",attributes:{category:"color",type:"light",item:"warning",subitem:"40"},path:["color","light","warning","40"]},50:{value:"#af6c00",filePath:"src/color/ref.json",isSource:!0,original:{value:"#AF6C00"},name:"ColorLightWarning50",attributes:{category:"color",type:"light",item:"warning",subitem:"50"},path:["color","light","warning","50"]},60:{value:"#c87b00",filePath:"src/color/ref.json",isSource:!0,original:{value:"#C87B00"},name:"ColorLightWarning60",attributes:{category:"color",type:"light",item:"warning",subitem:"60"},path:["color","light","warning","60"]},70:{value:"#dc8e0f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#DC8E0F"},name:"ColorLightWarning70",attributes:{category:"color",type:"light",item:"warning",subitem:"70"},path:["color","light","warning","70"]},80:{value:"#eca93f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#ECA93F"},name:"ColorLightWarning80",attributes:{category:"color",type:"light",item:"warning",subitem:"80"},path:["color","light","warning","80"]},90:{value:"#f7c77a",filePath:"src/color/ref.json",isSource:!0,original:{value:"#F7C77A"},name:"ColorLightWarning90",attributes:{category:"color",type:"light",item:"warning",subitem:"90"},path:["color","light","warning","90"]},95:{value:"#fde4bc",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FDE4BC"},name:"ColorLightWarning95",attributes:{category:"color",type:"light",item:"warning",subitem:"95"},path:["color","light","warning","95"]},99:{value:"#fef2de",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FEF2DE"},name:"ColorLightWarning99",attributes:{category:"color",type:"light",item:"warning",subitem:"99"},path:["color","light","warning","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightWarning100",attributes:{category:"color",type:"light",item:"warning",subitem:"100"},path:["color","light","warning","100"]},surface:{value:"#fef2de",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.99}"},name:"ColorLightWarningSurface",attributes:{category:"color",type:"light",item:"warning",subitem:"surface"},path:["color","light","warning","surface"]},"surface-highlight":{value:"#f7c77a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.90}"},name:"ColorLightWarningSurfaceHighlight",attributes:{category:"color",type:"light",item:"warning",subitem:"surface-highlight"},path:["color","light","warning","surface-highlight"]},interactive:{value:"#c87b00",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.60}"},name:"ColorLightWarningInteractive",attributes:{category:"color",type:"light",item:"warning",subitem:"interactive"},path:["color","light","warning","interactive"]},"interactive-hover":{value:"#935b00",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.40}"},name:"ColorLightWarningInteractiveHover",attributes:{category:"color",type:"light",item:"warning",subitem:"interactive-hover"},path:["color","light","warning","interactive-hover"]},"interactive-pressed":{value:"#744700",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.30}"},name:"ColorLightWarningInteractivePressed",attributes:{category:"color",type:"light",item:"warning",subitem:"interactive-pressed"},path:["color","light","warning","interactive-pressed"]},"text-low":{value:"#533300",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.20}"},name:"ColorLightWarningTextLow",attributes:{category:"color",type:"light",item:"warning",subitem:"text-low"},path:["color","light","warning","text-low"]},"text-high":{value:"#191000",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.5}"},name:"ColorLightWarningTextHigh",attributes:{category:"color",type:"light",item:"warning",subitem:"text-high"},path:["color","light","warning","text-high"]}},danger:{5:{value:"#190000",filePath:"src/color/ref.json",isSource:!0,original:{value:"#190000"},name:"ColorLightDanger5",attributes:{category:"color",type:"light",item:"danger",subitem:"5"},path:["color","light","danger","5"]},10:{value:"#340001",filePath:"src/color/ref.json",isSource:!0,original:{value:"#340001"},name:"ColorLightDanger10",attributes:{category:"color",type:"light",item:"danger",subitem:"10"},path:["color","light","danger","10"]},20:{value:"#530001",filePath:"src/color/ref.json",isSource:!0,original:{value:"#530001"},name:"ColorLightDanger20",attributes:{category:"color",type:"light",item:"danger",subitem:"20"},path:["color","light","danger","20"]},30:{value:"#740002",filePath:"src/color/ref.json",isSource:!0,original:{value:"#740002"},name:"ColorLightDanger30",attributes:{category:"color",type:"light",item:"danger",subitem:"30"},path:["color","light","danger","30"]},40:{value:"#930002",filePath:"src/color/ref.json",isSource:!0,original:{value:"#930002"},name:"ColorLightDanger40",attributes:{category:"color",type:"light",item:"danger",subitem:"40"},path:["color","light","danger","40"]},50:{value:"#af0003",filePath:"src/color/ref.json",isSource:!0,original:{value:"#AF0003"},name:"ColorLightDanger50",attributes:{category:"color",type:"light",item:"danger",subitem:"50"},path:["color","light","danger","50"]},60:{value:"#c80003",filePath:"src/color/ref.json",isSource:!0,original:{value:"#C80003"},name:"ColorLightDanger60",attributes:{category:"color",type:"light",item:"danger",subitem:"60"},path:["color","light","danger","60"]},70:{value:"#dc0f13",filePath:"src/color/ref.json",isSource:!0,original:{value:"#DC0F13"},name:"ColorLightDanger70",attributes:{category:"color",type:"light",item:"danger",subitem:"70"},path:["color","light","danger","70"]},80:{value:"#ec3f41",filePath:"src/color/ref.json",isSource:!0,original:{value:"#EC3F41"},name:"ColorLightDanger80",attributes:{category:"color",type:"light",item:"danger",subitem:"80"},path:["color","light","danger","80"]},90:{value:"#f77a7c",filePath:"src/color/ref.json",isSource:!0,original:{value:"#F77A7C"},name:"ColorLightDanger90",attributes:{category:"color",type:"light",item:"danger",subitem:"90"},path:["color","light","danger","90"]},95:{value:"#fdbcbd",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FDBCBD"},name:"ColorLightDanger95",attributes:{category:"color",type:"light",item:"danger",subitem:"95"},path:["color","light","danger","95"]},99:{value:"#fedede",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FEDEDE"},name:"ColorLightDanger99",attributes:{category:"color",type:"light",item:"danger",subitem:"99"},path:["color","light","danger","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightDanger100",attributes:{category:"color",type:"light",item:"danger",subitem:"100"},path:["color","light","danger","100"]},surface:{value:"#fedede",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.99}"},name:"ColorLightDangerSurface",attributes:{category:"color",type:"light",item:"danger",subitem:"surface"},path:["color","light","danger","surface"]},"surface-highlight":{value:"#f77a7c",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.90}"},name:"ColorLightDangerSurfaceHighlight",attributes:{category:"color",type:"light",item:"danger",subitem:"surface-highlight"},path:["color","light","danger","surface-highlight"]},interactive:{value:"#c80003",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.60}"},name:"ColorLightDangerInteractive",attributes:{category:"color",type:"light",item:"danger",subitem:"interactive"},path:["color","light","danger","interactive"]},"interactive-hover":{value:"#930002",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.40}"},name:"ColorLightDangerInteractiveHover",attributes:{category:"color",type:"light",item:"danger",subitem:"interactive-hover"},path:["color","light","danger","interactive-hover"]},"interactive-pressed":{value:"#740002",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.30}"},name:"ColorLightDangerInteractivePressed",attributes:{category:"color",type:"light",item:"danger",subitem:"interactive-pressed"},path:["color","light","danger","interactive-pressed"]},"text-low":{value:"#530001",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.20}"},name:"ColorLightDangerTextLow",attributes:{category:"color",type:"light",item:"danger",subitem:"text-low"},path:["color","light","danger","text-low"]},"text-high":{value:"#190000",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.5}"},name:"ColorLightDangerTextHigh",attributes:{category:"color",type:"light",item:"danger",subitem:"text-high"},path:["color","light","danger","text-high"]}},neutral:{0:{value:"#0a0a0a",filePath:"src/color/ref.json",isSource:!0,original:{value:"#0A0A0A"},name:"ColorLightNeutral0",attributes:{category:"color",type:"light",item:"neutral",subitem:"0"},path:["color","light","neutral","0"]},5:{value:"#1f2020",filePath:"src/color/ref.json",isSource:!0,original:{value:"#1F2020"},name:"ColorLightNeutral5",attributes:{category:"color",type:"light",item:"neutral",subitem:"5"},path:["color","light","neutral","5"]},10:{value:"#3d3d3d",filePath:"src/color/ref.json",isSource:!0,original:{value:"#3D3D3D"},name:"ColorLightNeutral10",attributes:{category:"color",type:"light",item:"neutral",subitem:"10"},path:["color","light","neutral","10"]},20:{value:"#454545",filePath:"src/color/ref.json",isSource:!0,original:{value:"#454545"},name:"ColorLightNeutral20",attributes:{category:"color",type:"light",item:"neutral",subitem:"20"},path:["color","light","neutral","20"]},30:{value:"#4f4f4f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#4F4F4F"},name:"ColorLightNeutral30",attributes:{category:"color",type:"light",item:"neutral",subitem:"30"},path:["color","light","neutral","30"]},40:{value:"#5d5d5d",filePath:"src/color/ref.json",isSource:!0,original:{value:"#5D5D5D"},name:"ColorLightNeutral40",attributes:{category:"color",type:"light",item:"neutral",subitem:"40"},path:["color","light","neutral","40"]},50:{value:"#6d6d6d",filePath:"src/color/ref.json",isSource:!0,original:{value:"#6D6D6D"},name:"ColorLightNeutral50",attributes:{category:"color",type:"light",item:"neutral",subitem:"50"},path:["color","light","neutral","50"]},60:{value:"#777777",filePath:"src/color/ref.json",isSource:!0,original:{value:"#777777"},name:"ColorLightNeutral60",attributes:{category:"color",type:"light",item:"neutral",subitem:"60"},path:["color","light","neutral","60"]},70:{value:"#888888",filePath:"src/color/ref.json",isSource:!0,original:{value:"#888888"},name:"ColorLightNeutral70",attributes:{category:"color",type:"light",item:"neutral",subitem:"70"},path:["color","light","neutral","70"]},80:{value:"#b0b0b0",filePath:"src/color/ref.json",isSource:!0,original:{value:"#B0B0B0"},name:"ColorLightNeutral80",attributes:{category:"color",type:"light",item:"neutral",subitem:"80"},path:["color","light","neutral","80"]},90:{value:"#d1d1d1",filePath:"src/color/ref.json",isSource:!0,original:{value:"#D1D1D1"},name:"ColorLightNeutral90",attributes:{category:"color",type:"light",item:"neutral",subitem:"90"},path:["color","light","neutral","90"]},95:{value:"#e7e7e7",filePath:"src/color/ref.json",isSource:!0,original:{value:"#E7E7E7"},name:"ColorLightNeutral95",attributes:{category:"color",type:"light",item:"neutral",subitem:"95"},path:["color","light","neutral","95"]},99:{value:"#f6f6f6",filePath:"src/color/ref.json",isSource:!0,original:{value:"#F6F6F6"},name:"ColorLightNeutral99",attributes:{category:"color",type:"light",item:"neutral",subitem:"99"},path:["color","light","neutral","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightNeutral100",attributes:{category:"color",type:"light",item:"neutral",subitem:"100"},path:["color","light","neutral","100"]},background:{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.100}"},name:"ColorLightNeutralBackground",attributes:{category:"color",type:"light",item:"neutral",subitem:"background"},path:["color","light","neutral","background"]},surface:{value:"#f6f6f6",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.99}"},name:"ColorLightNeutralSurface",attributes:{category:"color",type:"light",item:"neutral",subitem:"surface"},path:["color","light","neutral","surface"]},"surface-disabled":{value:"#e7e7e7",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.95}"},name:"ColorLightNeutralSurfaceDisabled",attributes:{category:"color",type:"light",item:"neutral",subitem:"surface-disabled"},path:["color","light","neutral","surface-disabled"]},"surface-highlight":{value:"#d1d1d1",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.90}"},name:"ColorLightNeutralSurfaceHighlight",attributes:{category:"color",type:"light",item:"neutral",subitem:"surface-highlight"},path:["color","light","neutral","surface-highlight"]},interactive:{value:"#b0b0b0",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.80}"},name:"ColorLightNeutralInteractive",attributes:{category:"color",type:"light",item:"neutral",subitem:"interactive"},path:["color","light","neutral","interactive"]},"interactive-hover":{value:"#888888",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.70}"},name:"ColorLightNeutralInteractiveHover",attributes:{category:"color",type:"light",item:"neutral",subitem:"interactive-hover"},path:["color","light","neutral","interactive-hover"]},"interactive-pressed":{value:"#777777",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.60}"},name:"ColorLightNeutralInteractivePressed",attributes:{category:"color",type:"light",item:"neutral",subitem:"interactive-pressed"},path:["color","light","neutral","interactive-pressed"]},"text-disabled":{value:"#6d6d6d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.50}"},name:"ColorLightNeutralTextDisabled",attributes:{category:"color",type:"light",item:"neutral",subitem:"text-disabled"},path:["color","light","neutral","text-disabled"]},"text-low":{value:"#5d5d5d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.40}"},name:"ColorLightNeutralTextLow",attributes:{category:"color",type:"light",item:"neutral",subitem:"text-low"},path:["color","light","neutral","text-low"]},"text-high":{value:"#0a0a0a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.0}"},name:"ColorLightNeutralTextHigh",attributes:{category:"color",type:"light",item:"neutral",subitem:"text-high"},path:["color","light","neutral","text-high"]}},next:{5:{value:"#000519",filePath:"src/color/ref.json",isSource:!0,original:{value:"#000519"},name:"ColorLightNext5",attributes:{category:"color",type:"light",item:"next",subitem:"5"},path:["color","light","next","5"]},10:{value:"#22242f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#22242F"},name:"ColorLightNext10",attributes:{category:"color",type:"light",item:"next",subitem:"10"},path:["color","light","next","10"]},20:{value:"#343746",filePath:"src/color/ref.json",isSource:!0,original:{value:"#343746"},name:"ColorLightNext20",attributes:{category:"color",type:"light",item:"next",subitem:"20"},path:["color","light","next","20"]},30:{value:"#3b4053",filePath:"src/color/ref.json",isSource:!0,original:{value:"#3B4053"},name:"ColorLightNext30",attributes:{category:"color",type:"light",item:"next",subitem:"30"},path:["color","light","next","30"]},40:{value:"#3f445a",filePath:"src/color/ref.json",isSource:!0,original:{value:"#3F445A"},name:"ColorLightNext40",attributes:{category:"color",type:"light",item:"next",subitem:"40"},path:["color","light","next","40"]},50:{value:"#434961",filePath:"src/color/ref.json",isSource:!0,original:{value:"#434961"},name:"ColorLightNext50",attributes:{category:"color",type:"light",item:"next",subitem:"50"},path:["color","light","next","50"]},60:{value:"#555c74",filePath:"src/color/ref.json",isSource:!0,original:{value:"#555C74"},name:"ColorLightNext60",attributes:{category:"color",type:"light",item:"next",subitem:"60"},path:["color","light","next","60"]},70:{value:"#777b8c",filePath:"src/color/ref.json",isSource:!0,original:{value:"#777B8C"},name:"ColorLightNext70",attributes:{category:"color",type:"light",item:"next",subitem:"70"},path:["color","light","next","70"]},80:{value:"#8e93a2",filePath:"src/color/ref.json",isSource:!0,original:{value:"#8E93A2"},name:"ColorLightNext80",attributes:{category:"color",type:"light",item:"next",subitem:"80"},path:["color","light","next","80"]},90:{value:"#b2b5c6",filePath:"src/color/ref.json",isSource:!0,original:{value:"#B2B5C6"},name:"ColorLightNext90",attributes:{category:"color",type:"light",item:"next",subitem:"90"},path:["color","light","next","90"]},95:{value:"#d5d7e2",filePath:"src/color/ref.json",isSource:!0,original:{value:"#D5D7E2"},name:"ColorLightNext95",attributes:{category:"color",type:"light",item:"next",subitem:"95"},path:["color","light","next","95"]},99:{value:"#edf0ff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#EDF0FF"},name:"ColorLightNext99",attributes:{category:"color",type:"light",item:"next",subitem:"99"},path:["color","light","next","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightNext100",attributes:{category:"color",type:"light",item:"next",subitem:"100"},path:["color","light","next","100"]}}},dark:{primary:{surface:{value:"#001737",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.10}"},name:"ColorDarkPrimarySurface",attributes:{category:"color",type:"dark",item:"primary",subitem:"surface"},path:["color","dark","primary","surface"]},"surface-highlight":{value:"#00347d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.30}"},name:"ColorDarkPrimarySurfaceHighlight",attributes:{category:"color",type:"dark",item:"primary",subitem:"surface-highlight"},path:["color","dark","primary","surface-highlight"]},interactive:{value:"#2577e9",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.70}"},name:"ColorDarkPrimaryInteractive",attributes:{category:"color",type:"dark",item:"primary",subitem:"interactive"},path:["color","dark","primary","interactive"]},"interactive-hover":{value:"#4b92f5",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.80}"},name:"ColorDarkPrimaryInteractiveHover",attributes:{category:"color",type:"dark",item:"primary",subitem:"interactive-hover"},path:["color","dark","primary","interactive-hover"]},"interactive-pressed":{value:"#96c1fc",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.90}"},name:"ColorDarkPrimaryInteractivePressed",attributes:{category:"color",type:"dark",item:"primary",subitem:"interactive-pressed"},path:["color","dark","primary","interactive-pressed"]},"text-low":{value:"#c2dbfe",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.95}"},name:"ColorDarkPrimaryTextLow",attributes:{category:"color",type:"dark",item:"primary",subitem:"text-low"},path:["color","dark","primary","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.100}"},name:"ColorDarkPrimaryTextHigh",attributes:{category:"color",type:"dark",item:"primary",subitem:"text-high"},path:["color","dark","primary","text-high"]}},success:{surface:{value:"#003420",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.10}"},name:"ColorDarkSuccessSurface",attributes:{category:"color",type:"dark",item:"success",subitem:"surface"},path:["color","dark","success","surface"]},"surface-highlight":{value:"#007447",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.30}"},name:"ColorDarkSuccessSurfaceHighlight",attributes:{category:"color",type:"dark",item:"success",subitem:"surface-highlight"},path:["color","dark","success","surface-highlight"]},interactive:{value:"#0fdc8e",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.70}"},name:"ColorDarkSuccessInteractive",attributes:{category:"color",type:"dark",item:"success",subitem:"interactive"},path:["color","dark","success","interactive"]},"interactive-hover":{value:"#3feca9",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.80}"},name:"ColorDarkSuccessInteractiveHover",attributes:{category:"color",type:"dark",item:"success",subitem:"interactive-hover"},path:["color","dark","success","interactive-hover"]},"interactive-pressed":{value:"#7af7c7",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.90}"},name:"ColorDarkSuccessInteractivePressed",attributes:{category:"color",type:"dark",item:"success",subitem:"interactive-pressed"},path:["color","dark","success","interactive-pressed"]},"text-low":{value:"#bcfde4",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.95}"},name:"ColorDarkSuccessTextLow",attributes:{category:"color",type:"dark",item:"success",subitem:"text-low"},path:["color","dark","success","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.100}"},name:"ColorDarkSuccessTextHigh",attributes:{category:"color",type:"dark",item:"success",subitem:"text-high"},path:["color","dark","success","text-high"]}},warning:{surface:{value:"#342000",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.10}"},name:"ColorDarkWarningSurface",attributes:{category:"color",type:"dark",item:"warning",subitem:"surface"},path:["color","dark","warning","surface"]},"surface-highlight":{value:"#744700",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.30}"},name:"ColorDarkWarningSurfaceHighlight",attributes:{category:"color",type:"dark",item:"warning",subitem:"surface-highlight"},path:["color","dark","warning","surface-highlight"]},interactive:{value:"#dc8e0f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.70}"},name:"ColorDarkWarningInteractive",attributes:{category:"color",type:"dark",item:"warning",subitem:"interactive"},path:["color","dark","warning","interactive"]},"interactive-hover":{value:"#eca93f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.80}"},name:"ColorDarkWarningInteractiveHover",attributes:{category:"color",type:"dark",item:"warning",subitem:"interactive-hover"},path:["color","dark","warning","interactive-hover"]},"interactive-pressed":{value:"#f7c77a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.90}"},name:"ColorDarkWarningInteractivePressed",attributes:{category:"color",type:"dark",item:"warning",subitem:"interactive-pressed"},path:["color","dark","warning","interactive-pressed"]},"text-low":{value:"#fde4bc",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.95}"},name:"ColorDarkWarningTextLow",attributes:{category:"color",type:"dark",item:"warning",subitem:"text-low"},path:["color","dark","warning","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.100}"},name:"ColorDarkWarningTextHigh",attributes:{category:"color",type:"dark",item:"warning",subitem:"text-high"},path:["color","dark","warning","text-high"]}},danger:{surface:{value:"#340001",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.10}"},name:"ColorDarkDangerSurface",attributes:{category:"color",type:"dark",item:"danger",subitem:"surface"},path:["color","dark","danger","surface"]},"surface-highlight":{value:"#740002",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.30}"},name:"ColorDarkDangerSurfaceHighlight",attributes:{category:"color",type:"dark",item:"danger",subitem:"surface-highlight"},path:["color","dark","danger","surface-highlight"]},interactive:{value:"#dc0f13",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.70}"},name:"ColorDarkDangerInteractive",attributes:{category:"color",type:"dark",item:"danger",subitem:"interactive"},path:["color","dark","danger","interactive"]},"interactive-hover":{value:"#ec3f41",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.80}"},name:"ColorDarkDangerInteractiveHover",attributes:{category:"color",type:"dark",item:"danger",subitem:"interactive-hover"},path:["color","dark","danger","interactive-hover"]},"interactive-pressed":{value:"#f77a7c",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.90}"},name:"ColorDarkDangerInteractivePressed",attributes:{category:"color",type:"dark",item:"danger",subitem:"interactive-pressed"},path:["color","dark","danger","interactive-pressed"]},"text-low":{value:"#fdbcbd",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.95}"},name:"ColorDarkDangerTextLow",attributes:{category:"color",type:"dark",item:"danger",subitem:"text-low"},path:["color","dark","danger","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.100}"},name:"ColorDarkDangerTextHigh",attributes:{category:"color",type:"dark",item:"danger",subitem:"text-high"},path:["color","dark","danger","text-high"]}},neutral:{background:{value:"#0a0a0a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.0}"},name:"ColorDarkNeutralBackground",attributes:{category:"color",type:"dark",item:"neutral",subitem:"background"},path:["color","dark","neutral","background"]},surface:{value:"#1f2020",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.5}"},name:"ColorDarkNeutralSurface",attributes:{category:"color",type:"dark",item:"neutral",subitem:"surface"},path:["color","dark","neutral","surface"]},"surface-disabled":{value:"#3d3d3d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.10}"},name:"ColorDarkNeutralSurfaceDisabled",attributes:{category:"color",type:"dark",item:"neutral",subitem:"surface-disabled"},path:["color","dark","neutral","surface-disabled"]},"surface-highlight":{value:"#454545",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.20}"},name:"ColorDarkNeutralSurfaceHighlight",attributes:{category:"color",type:"dark",item:"neutral",subitem:"surface-highlight"},path:["color","dark","neutral","surface-highlight"]},interactive:{value:"#4f4f4f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.30}"},name:"ColorDarkNeutralInteractive",attributes:{category:"color",type:"dark",item:"neutral",subitem:"interactive"},path:["color","dark","neutral","interactive"]},"interactive-hover":{value:"#5d5d5d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.40}"},name:"ColorDarkNeutralInteractiveHover",attributes:{category:"color",type:"dark",item:"neutral",subitem:"interactive-hover"},path:["color","dark","neutral","interactive-hover"]},"interactive-pressed":{value:"#6d6d6d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.50}"},name:"ColorDarkNeutralInteractivePressed",attributes:{category:"color",type:"dark",item:"neutral",subitem:"interactive-pressed"},path:["color","dark","neutral","interactive-pressed"]},"text-disabled":{value:"#777777",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.60}"},name:"ColorDarkNeutralTextDisabled",attributes:{category:"color",type:"dark",item:"neutral",subitem:"text-disabled"},path:["color","dark","neutral","text-disabled"]},"text-low":{value:"#888888",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.70}"},name:"ColorDarkNeutralTextLow",attributes:{category:"color",type:"dark",item:"neutral",subitem:"text-low"},path:["color","dark","neutral","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.100}"},name:"ColorDarkNeutralTextHigh",attributes:{category:"color",type:"dark",item:"neutral",subitem:"text-high"},path:["color","dark","neutral","text-high"]}}},next:{primary:{surface:{value:"#edf0ff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.99}"},name:"ColorNextPrimarySurface",attributes:{category:"color",type:"next",item:"primary",subitem:"surface"},path:["color","next","primary","surface"]},"surface-highlight":{value:"#b2b5c6",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.90}"},name:"ColorNextPrimarySurfaceHighlight",attributes:{category:"color",type:"next",item:"primary",subitem:"surface-highlight"},path:["color","next","primary","surface-highlight"]},interactive:{value:"#555c74",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.60}"},name:"ColorNextPrimaryInteractive",attributes:{category:"color",type:"next",item:"primary",subitem:"interactive"},path:["color","next","primary","interactive"]},"interactive-hover":{value:"#3f445a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.40}"},name:"ColorNextPrimaryInteractiveHover",attributes:{category:"color",type:"next",item:"primary",subitem:"interactive-hover"},path:["color","next","primary","interactive-hover"]},"interactive-pressed":{value:"#3b4053",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.30}"},name:"ColorNextPrimaryInteractivePressed",attributes:{category:"color",type:"next",item:"primary",subitem:"interactive-pressed"},path:["color","next","primary","interactive-pressed"]},"text-low":{value:"#343746",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.20}"},name:"ColorNextPrimaryTextLow",attributes:{category:"color",type:"next",item:"primary",subitem:"text-low"},path:["color","next","primary","text-low"]},"text-high":{value:"#000519",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.5}"},name:"ColorNextPrimaryTextHigh",attributes:{category:"color",type:"next",item:"primary",subitem:"text-high"},path:["color","next","primary","text-high"]}}},"next-dark":{primary:{surface:{value:"#22242f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.10}"},name:"ColorNextDarkPrimarySurface",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"surface"},path:["color","next-dark","primary","surface"]},"surface-highlight":{value:"#3b4053",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.30}"},name:"ColorNextDarkPrimarySurfaceHighlight",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"surface-highlight"},path:["color","next-dark","primary","surface-highlight"]},interactive:{value:"#777b8c",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.70}"},name:"ColorNextDarkPrimaryInteractive",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"interactive"},path:["color","next-dark","primary","interactive"]},"interactive-hover":{value:"#8e93a2",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.80}"},name:"ColorNextDarkPrimaryInteractiveHover",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"interactive-hover"},path:["color","next-dark","primary","interactive-hover"]},"interactive-pressed":{value:"#b2b5c6",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.90}"},name:"ColorNextDarkPrimaryInteractivePressed",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"interactive-pressed"},path:["color","next-dark","primary","interactive-pressed"]},"text-low":{value:"#d5d7e2",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.95}"},name:"ColorNextDarkPrimaryTextLow",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"text-low"},path:["color","next-dark","primary","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.100}"},name:"ColorNextDarkPrimaryTextHigh",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"text-high"},path:["color","next-dark","primary","text-high"]}}}},motion:{speed:{fast:{value:"150ms",filePath:"src/motion/sys.json",isSource:!0,original:{value:"150ms"},name:"MotionSpeedFast",attributes:{category:"motion",type:"speed",item:"fast"},path:["motion","speed","fast"]},base:{value:"300ms",filePath:"src/motion/sys.json",isSource:!0,original:{value:"300ms"},name:"MotionSpeedBase",attributes:{category:"motion",type:"speed",item:"base"},path:["motion","speed","base"]},slow:{value:"450ms",filePath:"src/motion/sys.json",isSource:!0,original:{value:"450ms"},name:"MotionSpeedSlow",attributes:{category:"motion",type:"speed",item:"slow"},path:["motion","speed","slow"]},slower:{value:"600ms",filePath:"src/motion/sys.json",isSource:!0,original:{value:"600ms"},name:"MotionSpeedSlower",attributes:{category:"motion",type:"speed",item:"slower"},path:["motion","speed","slower"]}}},shadow:{level:{0:{value:"none",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"none"},name:"ShadowLevel0",attributes:{category:"shadow",type:"level",item:"0"},path:["shadow","level","0"]},1:{value:"0px 0px 1px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 0px 1px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel1",attributes:{category:"shadow",type:"level",item:"1"},path:["shadow","level","1"]},2:{value:"0px 0px 2px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 0px 2px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel2",attributes:{category:"shadow",type:"level",item:"2"},path:["shadow","level","2"]},3:{value:"0px 3px 6px 0px #d1d1d1, 0px 0px 1px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 3px 6px 0px {color.light.neutral.surface-highlight}, 0px 0px 1px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel3",attributes:{category:"shadow",type:"level",item:"3"},path:["shadow","level","3"]},4:{value:"0px 12px 16px 0px #d1d1d1, 0px 0px 1px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 12px 16px 0px {color.light.neutral.surface-highlight}, 0px 0px 1px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel4",attributes:{category:"shadow",type:"level",item:"4"},path:["shadow","level","4"]},5:{value:"0px 24px 32px 0px #d1d1d1, 0px 0px 1px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 24px 32px 0px {color.light.neutral.surface-highlight}, 0px 0px 1px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel5",attributes:{category:"shadow",type:"level",item:"5"},path:["shadow","level","5"]}},light:{level:{0:{value:"none",comment:"Inicial level without shadow. Used for background or elements that do not need to be distinguished from the background.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.0}",comment:"Inicial level without shadow. Used for background or elements that do not need to be distinguished from the background."},name:"ShadowLightLevel0",attributes:{category:"shadow",type:"light",item:"level",subitem:"0"},path:["shadow","light","level","0"]},1:{value:"0px 0px 1px 0px #888888",comment:"Shadow level for elements that are floating at minimal distance from the background. Can be used in interactive elements.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.1}",comment:"Shadow level for elements that are floating at minimal distance from the background. Can be used in interactive elements."},name:"ShadowLightLevel1",attributes:{category:"shadow",type:"light",item:"level",subitem:"1"},path:["shadow","light","level","1"]},2:{value:"0px 0px 2px 0px #888888",comment:"Shadow level for elements that are floating at small distance from the background. Can be used in cards.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.2}",comment:"Shadow level for elements that are floating at small distance from the background. Can be used in cards."},name:"ShadowLightLevel2",attributes:{category:"shadow",type:"light",item:"level",subitem:"2"},path:["shadow","light","level","2"]},3:{value:"0px 3px 6px 0px #d1d1d1, 0px 0px 1px 0px #888888",comment:"Shadow level for elements that are floating at medium distance from the background. Can be used in popovers.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.3}",comment:"Shadow level for elements that are floating at medium distance from the background. Can be used in popovers."},name:"ShadowLightLevel3",attributes:{category:"shadow",type:"light",item:"level",subitem:"3"},path:["shadow","light","level","3"]},4:{value:"0px 12px 16px 0px #d1d1d1, 0px 0px 1px 0px #888888",comment:"Shadow for elements that are floating at a large distance from the background. Can be used in modals.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.4}",comment:"Shadow for elements that are floating at a large distance from the background. Can be used in modals."},name:"ShadowLightLevel4",attributes:{category:"shadow",type:"light",item:"level",subitem:"4"},path:["shadow","light","level","4"]},5:{value:"0px 24px 32px 0px #d1d1d1, 0px 0px 1px 0px #888888",comment:"Shadow level for elements that are floating at maximum distance from the background. Can be used in side modals.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.5}",comment:"Shadow level for elements that are floating at maximum distance from the background. Can be used in side modals."},name:"ShadowLightLevel5",attributes:{category:"shadow",type:"light",item:"level",subitem:"5"},path:["shadow","light","level","5"]}}},dark:{level:{0:{value:"none",comment:"Inicial level without shadow. Used for background or elements that do not need to be distinguished from the background.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"none",comment:"Inicial level without shadow. Used for background or elements that do not need to be distinguished from the background."},name:"ShadowDarkLevel0",attributes:{category:"shadow",type:"dark",item:"level",subitem:"0"},path:["shadow","dark","level","0"]},1:{value:"0px 0px 1px 0px #5d5d5d",comment:"Shadow level for elements that are floating at minimal distance from the background. Can be used in interactive elements.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 0px 1px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow level for elements that are floating at minimal distance from the background. Can be used in interactive elements."},name:"ShadowDarkLevel1",attributes:{category:"shadow",type:"dark",item:"level",subitem:"1"},path:["shadow","dark","level","1"]},2:{value:"0px 0px 2px 0px #5d5d5d",comment:"Shadow level for elements that are floating at small distance from the background. Can be used in cards.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 0px 2px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow level for elements that are floating at small distance from the background. Can be used in cards."},name:"ShadowDarkLevel2",attributes:{category:"shadow",type:"dark",item:"level",subitem:"2"},path:["shadow","dark","level","2"]},3:{value:"0px 3px 6px 0px #454545, 0px 0px 1px 0px #5d5d5d",comment:"Shadow level for elements that are floating at medium distance from the background. Can be used in popovers.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 3px 6px 0px {color.dark.neutral.surface-highlight}, 0px 0px 1px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow level for elements that are floating at medium distance from the background. Can be used in popovers."},name:"ShadowDarkLevel3",attributes:{category:"shadow",type:"dark",item:"level",subitem:"3"},path:["shadow","dark","level","3"]},4:{value:"0px 12px 16px 0px #454545, 0px 0px 1px 0px #5d5d5d",comment:"Shadow for elements that are floating at a large distance from the background. Can be used in modals.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 12px 16px 0px {color.dark.neutral.surface-highlight}, 0px 0px 1px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow for elements that are floating at a large distance from the background. Can be used in modals."},name:"ShadowDarkLevel4",attributes:{category:"shadow",type:"dark",item:"level",subitem:"4"},path:["shadow","dark","level","4"]},5:{value:"0px 24px 32px 0px #454545, 0px 0px 1px 0px #5d5d5d",comment:"Shadow level for elements that are floating at maximum distance from the background. Can be used in side modals.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 24px 32px 0px {color.dark.neutral.surface-highlight}, 0px 0px 1px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow level for elements that are floating at maximum distance from the background. Can be used in side modals."},name:"ShadowDarkLevel5",attributes:{category:"shadow",type:"dark",item:"level",subitem:"5"},path:["shadow","dark","level","5"]}}}},shape:{border:{radius:{1:{value:"0.25rem",comment:"It can be used in medium or small elements with or without interactions.",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.1}",comment:"It can be used in medium or small elements with or without interactions."},name:"ShapeBorderRadius1",attributes:{category:"shape",type:"border",item:"radius",subitem:"1"},path:["shape","border","radius","1"]},2:{value:"0.5rem",comment:"It can be used on medium or large elements with or without interactions.",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.2}",comment:"It can be used on medium or large elements with or without interactions."},name:"ShapeBorderRadius2",attributes:{category:"shape",type:"border",item:"radius",subitem:"2"},path:["shape","border","radius","2"]},3:{value:"0.75rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.3}"},name:"ShapeBorderRadius3",attributes:{category:"shape",type:"border",item:"radius",subitem:"3"},path:["shape","border","radius","3"]},4:{value:"1rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.4}"},name:"ShapeBorderRadius4",attributes:{category:"shape",type:"border",item:"radius",subitem:"4"},path:["shape","border","radius","4"]},5:{value:"1.25rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.5}"},name:"ShapeBorderRadius5",attributes:{category:"shape",type:"border",item:"radius",subitem:"5"},path:["shape","border","radius","5"]},6:{value:"1.5rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.6}"},name:"ShapeBorderRadius6",attributes:{category:"shape",type:"border",item:"radius",subitem:"6"},path:["shape","border","radius","6"]},"0-5":{value:"0.125rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.0-5}"},name:"ShapeBorderRadius05",attributes:{category:"shape",type:"border",item:"radius",subitem:"0-5"},path:["shape","border","radius","0-5"]},full:{value:"9999px",comment:"It can be used in small or fully rounded elements with or without interactions.",filePath:"src/shape/sys.json",isSource:!0,original:{value:"9999px",comment:"It can be used in small or fully rounded elements with or without interactions."},name:"ShapeBorderRadiusFull",attributes:{category:"shape",type:"border",item:"radius",subitem:"full"},path:["shape","border","radius","full"]},base:{value:"0.375rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.1-5}"},name:"ShapeBorderRadiusBase",attributes:{category:"shape",type:"border",item:"radius",subitem:"base"},path:["shape","border","radius","base"]},half:{value:"50%",filePath:"src/shape/sys.json",isSource:!0,original:{value:"50%"},name:"ShapeBorderRadiusHalf",attributes:{category:"shape",type:"border",item:"radius",subitem:"half"},path:["shape","border","radius","half"]}},width:{1:{value:"0.0625rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"0.0625rem"},name:"ShapeBorderWidth1",attributes:{category:"shape",type:"border",item:"width",subitem:"1"},path:["shape","border","width","1"]},2:{value:"0.125rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"0.125rem"},name:"ShapeBorderWidth2",attributes:{category:"shape",type:"border",item:"width",subitem:"2"},path:["shape","border","width","2"]},3:{value:"0.1875rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"0.1875rem"},name:"ShapeBorderWidth3",attributes:{category:"shape",type:"border",item:"width",subitem:"3"},path:["shape","border","width","3"]},4:{value:"1rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"1rem"},name:"ShapeBorderWidth4",attributes:{category:"shape",type:"border",item:"width",subitem:"4"},path:["shape","border","width","4"]},5:{value:"1.25rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"1.25rem"},name:"ShapeBorderWidth5",attributes:{category:"shape",type:"border",item:"width",subitem:"5"},path:["shape","border","width","5"]}}}},spacing:{1:{value:"0.25rem",comment:"Internal spaces in atomic components such as buttons or links.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.25rem",comment:"Internal spaces in atomic components such as buttons or links."},name:"Spacing1",attributes:{category:"spacing",type:"1"},path:["spacing","1"]},2:{value:"0.5rem",comment:"Separation of elements within a container or component padding.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.5rem",comment:"Separation of elements within a container or component padding."},name:"Spacing2",attributes:{category:"spacing",type:"2"},path:["spacing","2"]},3:{value:"0.75rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.75rem"},name:"Spacing3",attributes:{category:"spacing",type:"3"},path:["spacing","3"]},4:{value:"1rem",comment:"Internal spacing of components such as containers or cards.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1rem",comment:"Internal spacing of components such as containers or cards."},name:"Spacing4",attributes:{category:"spacing",type:"4"},path:["spacing","4"]},5:{value:"1.25rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1.25rem"},name:"Spacing5",attributes:{category:"spacing",type:"5"},path:["spacing","5"]},6:{value:"1.5rem",comment:"Separation of content blocks that are not related to each other.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1.5rem",comment:"Separation of content blocks that are not related to each other."},name:"Spacing6",attributes:{category:"spacing",type:"6"},path:["spacing","6"]},7:{value:"1.75rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1.75rem"},name:"Spacing7",attributes:{category:"spacing",type:"7"},path:["spacing","7"]},8:{value:"2rem",comment:"Spacing between page elements and content.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"2rem",comment:"Spacing between page elements and content."},name:"Spacing8",attributes:{category:"spacing",type:"8"},path:["spacing","8"]},9:{value:"2.25rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"2.25rem"},name:"Spacing9",attributes:{category:"spacing",type:"9"},path:["spacing","9"]},10:{value:"2.5rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"2.5rem"},name:"Spacing10",attributes:{category:"spacing",type:"10"},path:["spacing","10"]},11:{value:"2.75rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"2.75rem"},name:"Spacing11",attributes:{category:"spacing",type:"11"},path:["spacing","11"]},12:{value:"3rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"3rem"},name:"Spacing12",attributes:{category:"spacing",type:"12"},path:["spacing","12"]},14:{value:"3.5rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"3.5rem"},name:"Spacing14",attributes:{category:"spacing",type:"14"},path:["spacing","14"]},16:{value:"4rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"4rem"},name:"Spacing16",attributes:{category:"spacing",type:"16"},path:["spacing","16"]},18:{value:"4.5rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"4.5rem"},name:"Spacing18",attributes:{category:"spacing",type:"18"},path:["spacing","18"]},20:{value:"5rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"5rem"},name:"Spacing20",attributes:{category:"spacing",type:"20"},path:["spacing","20"]},"0-5":{value:"0.125rem",comment:"Padding of small atomic elements such as labels or chips.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.125rem",comment:"Padding of small atomic elements such as labels or chips."},name:"Spacing05",attributes:{category:"spacing",type:"0-5"},path:["spacing","0-5"]},"1-5":{value:"0.375rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.375rem"},name:"Spacing15",attributes:{category:"spacing",type:"1-5"},path:["spacing","1-5"]},"2-5":{value:"0.625rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.625rem"},name:"Spacing25",attributes:{category:"spacing",type:"2-5"},path:["spacing","2-5"]},"3-5":{value:"0.875rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.875rem"},name:"Spacing35",attributes:{category:"spacing",type:"3-5"},path:["spacing","3-5"]},"4-5":{value:"1.125rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1.125rem"},name:"Spacing45",attributes:{category:"spacing",type:"4-5"},path:["spacing","4-5"]}},font:{size:{3:{value:"0.75rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"0.75rem"},name:"FontSize3",attributes:{category:"font",type:"size",item:"3"},path:["font","size","3"]},4:{value:"1rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1rem"},name:"FontSize4",attributes:{category:"font",type:"size",item:"4"},path:["font","size","4"]},5:{value:"1.25rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.25rem"},name:"FontSize5",attributes:{category:"font",type:"size",item:"5"},path:["font","size","5"]},6:{value:"1.5rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.5rem"},name:"FontSize6",attributes:{category:"font",type:"size",item:"6"},path:["font","size","6"]},7:{value:"1.75rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.75rem"},name:"FontSize7",attributes:{category:"font",type:"size",item:"7"},path:["font","size","7"]},8:{value:"2rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"2rem"},name:"FontSize8",attributes:{category:"font",type:"size",item:"8"},path:["font","size","8"]},12:{value:"3rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"3rem"},name:"FontSize12",attributes:{category:"font",type:"size",item:"12"},path:["font","size","12"]},16:{value:"4rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"4rem"},name:"FontSize16",attributes:{category:"font",type:"size",item:"16"},path:["font","size","16"]},"3-5":{value:"0.875rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"0.875rem"},name:"FontSize35",attributes:{category:"font",type:"size",item:"3-5"},path:["font","size","3-5"]},"4-5":{value:"1.125rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.125rem"},name:"FontSize45",attributes:{category:"font",type:"size",item:"4-5"},path:["font","size","4-5"]},body:{caption:{value:"0.75rem",comment:"It can be used for caption text and very small components like labels, inputs or chips. Must not be used for body text.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.3}",comment:"It can be used for caption text and very small components like labels, inputs or chips. Must not be used for body text."},name:"FontSizeBodyCaption",attributes:{category:"font",type:"size",item:"body",subitem:"caption"},path:["font","size","body","caption"]},base:{value:"0.875rem",comment:"It can be used for plain text and large amounts of content.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.3-5}",comment:"It can be used for plain text and large amounts of content."},name:"FontSizeBodyBase",attributes:{category:"font",type:"size",item:"body",subitem:"base"},path:["font","size","body","base"]},highlight:{value:"1rem",comment:"It can be used for highlighted text or titles with the lowest possible importance.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.4}",comment:"It can be used for highlighted text or titles with the lowest possible importance."},name:"FontSizeBodyHighlight",attributes:{category:"font",type:"size",item:"body",subitem:"highlight"},path:["font","size","body","highlight"]}},title:{h1:{value:"2rem",comment:"Main hierarchy headings, reserved for a single use per page.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.8}",comment:"Main hierarchy headings, reserved for a single use per page."},name:"FontSizeTitleH1",attributes:{category:"font",type:"size",item:"title",subitem:"h1"},path:["font","size","title","h1"]},h2:{value:"1.75rem",comment:"Secondary hierarchy headings that are used to divide large sections of content on a page",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.7}",comment:"Secondary hierarchy headings that are used to divide large sections of content on a page"},name:"FontSizeTitleH2",attributes:{category:"font",type:"size",item:"title",subitem:"h2"},path:["font","size","title","h2"]},h3:{value:"1.5rem",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.6}"},name:"FontSizeTitleH3",attributes:{category:"font",type:"size",item:"title",subitem:"h3"},path:["font","size","title","h3"]},h4:{value:"1.25rem",comment:"It can be used for low hierarchy headings with the second lowest possible importance.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.5}",comment:"It can be used for low hierarchy headings with the second lowest possible importance."},name:"FontSizeTitleH4",attributes:{category:"font",type:"size",item:"title",subitem:"h4"},path:["font","size","title","h4"]},h5:{value:"1rem",comment:"It can be used for highlighted text or titles with the lowest possible importance.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.4}",comment:"It can be used for highlighted text or titles with the lowest possible importance."},name:"FontSizeTitleH5",attributes:{category:"font",type:"size",item:"title",subitem:"h5"},path:["font","size","title","h5"]},h6:{value:"0.875rem",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.3-5}"},name:"FontSizeTitleH6",attributes:{category:"font",type:"size",item:"title",subitem:"h6"},path:["font","size","title","h6"]}}},family:{sans:{value:"Geist, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', arial, sans-serif",comment:"Font family value by default, to use in css and set components font.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"Geist, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', arial, sans-serif",comment:"Font family value by default, to use in css and set components font."},name:"FontFamilySans",attributes:{category:"font",type:"family",item:"sans"},path:["font","family","sans"]},mono:{value:"Geist Mono, 'Roboto Mono', monospace",comment:"Monospace font family value for usage within code blocks and code elements.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"Geist Mono, 'Roboto Mono', monospace",comment:"Monospace font family value for usage within code blocks and code elements."},name:"FontFamilyMono",attributes:{category:"font",type:"family",item:"mono"},path:["font","family","mono"]}},weight:{regular:{value:"400",comment:"Plain text with regular weight, can be combined with highlight, base or caption font-size.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"400",comment:"Plain text with regular weight, can be combined with highlight, base or caption font-size."},name:"FontWeightRegular",attributes:{category:"font",type:"weight",item:"regular"},path:["font","weight","regular"]},medium:{value:"500",comment:"Plain text with medium weight, can be combined with every font-size.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"500",comment:"Plain text with medium weight, can be combined with every font-size."},name:"FontWeightMedium",attributes:{category:"font",type:"weight",item:"medium"},path:["font","weight","medium"]},bold:{value:"600",comment:"Plain text with semi-bold weight, can be combined with highlight, base or caption font-size.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"600",comment:"Plain text with semi-bold weight, can be combined with highlight, base or caption font-size."},name:"FontWeightBold",attributes:{category:"font",type:"weight",item:"bold"},path:["font","weight","bold"]}}},line:{height:{4:{value:"1rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1rem"},name:"LineHeight4",attributes:{category:"line",type:"height",item:"4"},path:["line","height","4"]},5:{value:"1.25rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.25rem"},name:"LineHeight5",attributes:{category:"line",type:"height",item:"5"},path:["line","height","5"]},6:{value:"1.5rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.5rem"},name:"LineHeight6",attributes:{category:"line",type:"height",item:"6"},path:["line","height","6"]},7:{value:"1.75rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.75rem"},name:"LineHeight7",attributes:{category:"line",type:"height",item:"7"},path:["line","height","7"]},8:{value:"2rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"2rem"},name:"LineHeight8",attributes:{category:"line",type:"height",item:"8"},path:["line","height","8"]},10:{value:"2.5rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"2.5rem"},name:"LineHeight10",attributes:{category:"line",type:"height",item:"10"},path:["line","height","10"]},11:{value:"2.75rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"2.75rem"},name:"LineHeight11",attributes:{category:"line",type:"height",item:"11"},path:["line","height","11"]},"3-5":{value:"0.875rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"0.875rem"},name:"LineHeight35",attributes:{category:"line",type:"height",item:"3-5"},path:["line","height","3-5"]},"4-5":{value:"1.125rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.125rem"},name:"LineHeight45",attributes:{category:"line",type:"height",item:"4-5"},path:["line","height","4-5"]},body:{caption:{value:"1rem",comment:"Combined use with: font-size-body-caption",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.4}",comment:"Combined use with: font-size-body-caption"},name:"LineHeightBodyCaption",attributes:{category:"line",type:"height",item:"body",subitem:"caption"},path:["line","height","body","caption"]},base:{value:"1.25rem",comment:"Combined use with: font-size-body-base",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.5}",comment:"Combined use with: font-size-body-base"},name:"LineHeightBodyBase",attributes:{category:"line",type:"height",item:"body",subitem:"base"},path:["line","height","body","base"]},highlight:{value:"1.5rem",comment:"Combined use with: font-size-body-highlight",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.6}",comment:"Combined use with: font-size-body-highlight"},name:"LineHeightBodyHighlight",attributes:{category:"line",type:"height",item:"body",subitem:"highlight"},path:["line","height","body","highlight"]}},title:{h1:{value:"2.5rem",comment:"Combined use with: font-size-title-h1",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.10}",comment:"Combined use with: font-size-title-h1"},name:"LineHeightTitleH1",attributes:{category:"line",type:"height",item:"title",subitem:"h1"},path:["line","height","title","h1"]},h2:{value:"2rem",comment:"Combined use with: font-size-title-h2",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.8}",comment:"Combined use with: font-size-title-h2"},name:"LineHeightTitleH2",attributes:{category:"line",type:"height",item:"title",subitem:"h2"},path:["line","height","title","h2"]},h3:{value:"1.75rem",comment:"Combined use with: font-size-title-h3",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.7}",comment:"Combined use with: font-size-title-h3"},name:"LineHeightTitleH3",attributes:{category:"line",type:"height",item:"title",subitem:"h3"},path:["line","height","title","h3"]},h4:{value:"1.5rem",comment:"Combined use with: font-size-title-h4",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.6}",comment:"Combined use with: font-size-title-h4"},name:"LineHeightTitleH4",attributes:{category:"line",type:"height",item:"title",subitem:"h4"},path:["line","height","title","h4"]},h5:{value:"1.5rem",comment:"Combined use with: font-size-title-h5",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.6}",comment:"Combined use with: font-size-title-h5"},name:"LineHeightTitleH5",attributes:{category:"line",type:"height",item:"title",subitem:"h5"},path:["line","height","title","h5"]},h6:{value:"1.25rem",comment:"Combined use with: font-size-title-h6",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.5}",comment:"Combined use with: font-size-title-h6"},name:"LineHeightTitleH6",attributes:{category:"line",type:"height",item:"title",subitem:"h6"},path:["line","height","title","h6"]}}}},zIndex:{100:{value:"100",comment:"The minimum z-index value, use not defined.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"100",comment:"The minimum z-index value, use not defined."},name:"ZIndex100",attributes:{category:"zIndex",type:"100"},path:["zIndex","100"]},200:{value:"200",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"200"},name:"ZIndex200",attributes:{category:"zIndex",type:"200"},path:["zIndex","200"]},300:{value:"300",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"300"},name:"ZIndex300",attributes:{category:"zIndex",type:"300"},path:["zIndex","300"]},400:{value:"400",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"400"},name:"ZIndex400",attributes:{category:"zIndex",type:"400"},path:["zIndex","400"]},500:{value:"500",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"500"},name:"ZIndex500",attributes:{category:"zIndex",type:"500"},path:["zIndex","500"]},600:{value:"600",comment:"Value commonly used for overlay elements, modals and sidebars.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"600",comment:"Value commonly used for overlay elements, modals and sidebars."},name:"ZIndex600",attributes:{category:"zIndex",type:"600"},path:["zIndex","600"]},700:{value:"700",comment:"Value commonly used for modals and sidebars.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"700",comment:"Value commonly used for modals and sidebars."},name:"ZIndex700",attributes:{category:"zIndex",type:"700"},path:["zIndex","700"]},800:{value:"800",comment:"Value commonly used floating components like toasts, tooltips and popovers.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"800",comment:"Value commonly used floating components like toasts, tooltips and popovers."},name:"ZIndex800",attributes:{category:"zIndex",type:"800"},path:["zIndex","800"]},900:{value:"900",comment:"The highest z-index value, use not defined.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"900",comment:"The highest z-index value, use not defined."},name:"ZIndex900",attributes:{category:"zIndex",type:"900"},path:["zIndex","900"]}}}},6156:e=>{"use strict";e.exports=r},5280:e=>{"use strict";e.exports=t},3215:e=>{"use strict";e.exports=a},7990:e=>{"use strict";e.exports=o},7876:e=>{"use strict";e.exports=n},8156:t=>{"use strict";t.exports=e},1621:e=>{"use strict";e.exports=i},7111:e=>{"use strict";e.exports=l}},c={};function u(e){var t=c[e];if(void 0!==t)return t.exports;var r=c[e]={exports:{}};return s[e](r,r.exports,u),r.exports}return u.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return u.d(t,{a:t}),t},u.d=(e,t)=>{for(var r in t)u.o(t,r)&&!u.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},u.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),u.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u(1920)})()));
|
|
2
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("@nimbus-ds/components"),require("@floating-ui/react"),require("@nimbus-ds/icons"),require("@nimbus-ds/styles"),require("react-day-picker"),require("date-fns"),require("react-dom")):"function"==typeof define&&define.amd?define(["react","@nimbus-ds/components","@floating-ui/react","@nimbus-ds/icons","@nimbus-ds/styles","react-day-picker","date-fns","react-dom"],t):"object"==typeof exports?exports["@nimbus-ds/patterns"]=t(require("react"),require("@nimbus-ds/components"),require("@floating-ui/react"),require("@nimbus-ds/icons"),require("@nimbus-ds/styles"),require("react-day-picker"),require("date-fns"),require("react-dom")):e["@nimbus-ds/patterns"]=t(e.react,e["@nimbus-ds/components"],e["@floating-ui/react"],e["@nimbus-ds/icons"],e["@nimbus-ds/styles"],e["react-day-picker"],e["date-fns"],e["react-dom"])}(global,((e,t,r,a,o,i,n,l)=>(()=>{var s={1540:(e,t,r)=>{"use strict";r.r(t),r.d(t,{AutoScrollActivator:()=>Se,DndContext:()=>Je,DragOverlay:()=>yt,KeyboardCode:()=>ie,KeyboardSensor:()=>ue,MeasuringFrequency:()=>Ie,MeasuringStrategy:()=>we,MouseSensor:()=>ve,PointerSensor:()=>fe,TouchSensor:()=>xe,TraversalOrder:()=>Pe,applyModifiers:()=>qe,closestCenter:()=>j,closestCorners:()=>D,defaultAnnouncements:()=>m,defaultCoordinates:()=>b,defaultDropAnimation:()=>mt,defaultDropAnimationSideEffects:()=>pt,defaultKeyboardCoordinateGetter:()=>ce,defaultScreenReaderInstructions:()=>p,getClientRect:()=>R,getFirstCollision:()=>w,getScrollableAncestors:()=>H,pointerWithin:()=>L,rectIntersection:()=>k,useDndContext:()=>rt,useDndMonitor:()=>d,useDraggable:()=>tt,useDroppable:()=>it,useSensor:()=>y,useSensors:()=>v});var a=r(8156),o=r.n(a),i=r(7111),n=r(2851);const l={display:"none"};function s(e){let{id:t,value:r}=e;return o().createElement("div",{id:t,style:l},r)}function c(e){let{id:t,announcement:r,ariaLiveType:a="assertive"}=e;return o().createElement("div",{id:t,style:{position:"fixed",top:0,left:0,width:1,height:1,margin:-1,border:0,padding:0,overflow:"hidden",clip:"rect(0 0 0 0)",clipPath:"inset(100%)",whiteSpace:"nowrap"},role:"status","aria-live":a,"aria-atomic":!0},r)}const u=(0,a.createContext)(null);function d(e){const t=(0,a.useContext)(u);(0,a.useEffect)((()=>{if(!t)throw new Error("useDndMonitor must be used within a children of <DndContext>");return t(e)}),[e,t])}const p={draggable:"\n To pick up a draggable item, press the space bar.\n While dragging, use the arrow keys to move the item.\n Press space again to drop the item in its new position, or press escape to cancel.\n "},m={onDragStart(e){let{active:t}=e;return"Picked up draggable item "+t.id+"."},onDragOver(e){let{active:t,over:r}=e;return r?"Draggable item "+t.id+" was moved over droppable area "+r.id+".":"Draggable item "+t.id+" is no longer over a droppable area."},onDragEnd(e){let{active:t,over:r}=e;return r?"Draggable item "+t.id+" was dropped over droppable area "+r.id:"Draggable item "+t.id+" was dropped."},onDragCancel(e){let{active:t}=e;return"Dragging was cancelled. Draggable item "+t.id+" was dropped."}};function h(e){let{announcements:t=m,container:r,hiddenTextDescribedById:l,screenReaderInstructions:u=p}=e;const{announce:h,announcement:f}=function(){const[e,t]=(0,a.useState)("");return{announce:(0,a.useCallback)((e=>{null!=e&&t(e)}),[]),announcement:e}}(),g=(0,n.useUniqueId)("DndLiveRegion"),[y,v]=(0,a.useState)(!1);if((0,a.useEffect)((()=>{v(!0)}),[]),d((0,a.useMemo)((()=>({onDragStart(e){let{active:r}=e;h(t.onDragStart({active:r}))},onDragMove(e){let{active:r,over:a}=e;t.onDragMove&&h(t.onDragMove({active:r,over:a}))},onDragOver(e){let{active:r,over:a}=e;h(t.onDragOver({active:r,over:a}))},onDragEnd(e){let{active:r,over:a}=e;h(t.onDragEnd({active:r,over:a}))},onDragCancel(e){let{active:r,over:a}=e;h(t.onDragCancel({active:r,over:a}))}})),[h,t])),!y)return null;const b=o().createElement(o().Fragment,null,o().createElement(s,{id:l,value:u.draggable}),o().createElement(c,{id:g,announcement:f}));return r?(0,i.createPortal)(b,r):b}var f;function g(){}function y(e,t){return(0,a.useMemo)((()=>({sensor:e,options:null!=t?t:{}})),[e,t])}function v(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return(0,a.useMemo)((()=>[...t].filter((e=>null!=e))),[...t])}!function(e){e.DragStart="dragStart",e.DragMove="dragMove",e.DragEnd="dragEnd",e.DragCancel="dragCancel",e.DragOver="dragOver",e.RegisterDroppable="registerDroppable",e.SetDroppableDisabled="setDroppableDisabled",e.UnregisterDroppable="unregisterDroppable"}(f||(f={}));const b=Object.freeze({x:0,y:0});function x(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function S(e,t){const r=(0,n.getEventCoordinates)(e);if(!r)return"0 0";return(r.x-t.left)/t.width*100+"% "+(r.y-t.top)/t.height*100+"%"}function P(e,t){let{data:{value:r}}=e,{data:{value:a}}=t;return r-a}function _(e,t){let{data:{value:r}}=e,{data:{value:a}}=t;return a-r}function C(e){let{left:t,top:r,height:a,width:o}=e;return[{x:t,y:r},{x:t+o,y:r},{x:t,y:r+a},{x:t+o,y:r+a}]}function w(e,t){if(!e||0===e.length)return null;const[r]=e;return t?r[t]:r}function I(e,t,r){return void 0===t&&(t=e.left),void 0===r&&(r=e.top),{x:t+.5*e.width,y:r+.5*e.height}}const j=e=>{let{collisionRect:t,droppableRects:r,droppableContainers:a}=e;const o=I(t,t.left,t.top),i=[];for(const e of a){const{id:t}=e,a=r.get(t);if(a){const r=x(I(a),o);i.push({id:t,data:{droppableContainer:e,value:r}})}}return i.sort(P)},D=e=>{let{collisionRect:t,droppableRects:r,droppableContainers:a}=e;const o=C(t),i=[];for(const e of a){const{id:t}=e,a=r.get(t);if(a){const r=C(a),n=o.reduce(((e,t,a)=>e+x(r[a],t)),0),l=Number((n/4).toFixed(4));i.push({id:t,data:{droppableContainer:e,value:l}})}}return i.sort(P)};function E(e,t){const r=Math.max(t.top,e.top),a=Math.max(t.left,e.left),o=Math.min(t.left+t.width,e.left+e.width),i=Math.min(t.top+t.height,e.top+e.height),n=o-a,l=i-r;if(a<o&&r<i){const r=t.width*t.height,a=e.width*e.height,o=n*l;return Number((o/(r+a-o)).toFixed(4))}return 0}const k=e=>{let{collisionRect:t,droppableRects:r,droppableContainers:a}=e;const o=[];for(const e of a){const{id:a}=e,i=r.get(a);if(i){const r=E(i,t);r>0&&o.push({id:a,data:{droppableContainer:e,value:r}})}}return o.sort(_)};function M(e,t){const{top:r,left:a,bottom:o,right:i}=t;return r<=e.y&&e.y<=o&&a<=e.x&&e.x<=i}const L=e=>{let{droppableContainers:t,droppableRects:r,pointerCoordinates:a}=e;if(!a)return[];const o=[];for(const e of t){const{id:t}=e,i=r.get(t);if(i&&M(a,i)){const r=C(i).reduce(((e,t)=>e+x(a,t)),0),n=Number((r/4).toFixed(4));o.push({id:t,data:{droppableContainer:e,value:n}})}}return o.sort(P)};function O(e,t){return e&&t?{x:e.left-t.left,y:e.top-t.top}:b}function B(e){return function(t){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return a.reduce(((t,r)=>({...t,top:t.top+e*r.y,bottom:t.bottom+e*r.y,left:t.left+e*r.x,right:t.right+e*r.x})),{...t})}}const T=B(1);function N(e){if(e.startsWith("matrix3d(")){const t=e.slice(9,-1).split(/, /);return{x:+t[12],y:+t[13],scaleX:+t[0],scaleY:+t[5]}}if(e.startsWith("matrix(")){const t=e.slice(7,-1).split(/, /);return{x:+t[4],y:+t[5],scaleX:+t[0],scaleY:+t[3]}}return null}const F={ignoreTransform:!1};function R(e,t){void 0===t&&(t=F);let r=e.getBoundingClientRect();if(t.ignoreTransform){const{transform:t,transformOrigin:a}=(0,n.getWindow)(e).getComputedStyle(e);t&&(r=function(e,t,r){const a=N(t);if(!a)return e;const{scaleX:o,scaleY:i,x:n,y:l}=a,s=e.left-n-(1-o)*parseFloat(r),c=e.top-l-(1-i)*parseFloat(r.slice(r.indexOf(" ")+1)),u=o?e.width/o:e.width,d=i?e.height/i:e.height;return{width:u,height:d,top:c,right:s+u,bottom:c+d,left:s}}(r,t,a))}const{top:a,left:o,width:i,height:l,bottom:s,right:c}=r;return{top:a,left:o,width:i,height:l,bottom:s,right:c}}function A(e){return R(e,{ignoreTransform:!0})}function H(e,t){const r=[];return e?function a(o){if(null!=t&&r.length>=t)return r;if(!o)return r;if((0,n.isDocument)(o)&&null!=o.scrollingElement&&!r.includes(o.scrollingElement))return r.push(o.scrollingElement),r;if(!(0,n.isHTMLElement)(o)||(0,n.isSVGElement)(o))return r;if(r.includes(o))return r;const i=(0,n.getWindow)(e).getComputedStyle(o);return o!==e&&function(e,t){void 0===t&&(t=(0,n.getWindow)(e).getComputedStyle(e));const r=/(auto|scroll|overlay)/;return["overflow","overflowX","overflowY"].some((e=>{const a=t[e];return"string"==typeof a&&r.test(a)}))}(o,i)&&r.push(o),function(e,t){return void 0===t&&(t=(0,n.getWindow)(e).getComputedStyle(e)),"fixed"===t.position}(o,i)?r:a(o.parentNode)}(e):r}function z(e){const[t]=H(e,1);return null!=t?t:null}function W(e){return n.canUseDOM&&e?(0,n.isWindow)(e)?e:(0,n.isNode)(e)?(0,n.isDocument)(e)||e===(0,n.getOwnerDocument)(e).scrollingElement?window:(0,n.isHTMLElement)(e)?e:null:null:null}function U(e){return(0,n.isWindow)(e)?e.scrollX:e.scrollLeft}function K(e){return(0,n.isWindow)(e)?e.scrollY:e.scrollTop}function V(e){return{x:U(e),y:K(e)}}var X;function Y(e){return!(!n.canUseDOM||!e)&&e===document.scrollingElement}function q(e){const t={x:0,y:0},r=Y(e)?{height:window.innerHeight,width:window.innerWidth}:{height:e.clientHeight,width:e.clientWidth},a={x:e.scrollWidth-r.width,y:e.scrollHeight-r.height};return{isTop:e.scrollTop<=t.y,isLeft:e.scrollLeft<=t.x,isBottom:e.scrollTop>=a.y,isRight:e.scrollLeft>=a.x,maxScroll:a,minScroll:t}}!function(e){e[e.Forward=1]="Forward",e[e.Backward=-1]="Backward"}(X||(X={}));const G={x:.2,y:.2};function Z(e,t,r,a,o){let{top:i,left:n,right:l,bottom:s}=r;void 0===a&&(a=10),void 0===o&&(o=G);const{isTop:c,isBottom:u,isLeft:d,isRight:p}=q(e),m={x:0,y:0},h={x:0,y:0},f=t.height*o.y,g=t.width*o.x;return!c&&i<=t.top+f?(m.y=X.Backward,h.y=a*Math.abs((t.top+f-i)/f)):!u&&s>=t.bottom-f&&(m.y=X.Forward,h.y=a*Math.abs((t.bottom-f-s)/f)),!p&&l>=t.right-g?(m.x=X.Forward,h.x=a*Math.abs((t.right-g-l)/g)):!d&&n<=t.left+g&&(m.x=X.Backward,h.x=a*Math.abs((t.left+g-n)/g)),{direction:m,speed:h}}function J(e){if(e===document.scrollingElement){const{innerWidth:e,innerHeight:t}=window;return{top:0,left:0,right:e,bottom:t,width:e,height:t}}const{top:t,left:r,right:a,bottom:o}=e.getBoundingClientRect();return{top:t,left:r,right:a,bottom:o,width:e.clientWidth,height:e.clientHeight}}function $(e){return e.reduce(((e,t)=>(0,n.add)(e,V(t))),b)}function Q(e,t){if(void 0===t&&(t=R),!e)return;const{top:r,left:a,bottom:o,right:i}=t(e);z(e)&&(o<=0||i<=0||r>=window.innerHeight||a>=window.innerWidth)&&e.scrollIntoView({block:"center",inline:"center"})}const ee=[["x",["left","right"],function(e){return e.reduce(((e,t)=>e+U(t)),0)}],["y",["top","bottom"],function(e){return e.reduce(((e,t)=>e+K(t)),0)}]];class te{constructor(e,t){this.rect=void 0,this.width=void 0,this.height=void 0,this.top=void 0,this.bottom=void 0,this.right=void 0,this.left=void 0;const r=H(t),a=$(r);this.rect={...e},this.width=e.width,this.height=e.height;for(const[e,t,o]of ee)for(const i of t)Object.defineProperty(this,i,{get:()=>{const t=o(r),n=a[e]-t;return this.rect[i]+n},enumerable:!0});Object.defineProperty(this,"rect",{enumerable:!1})}}class re{constructor(e){this.target=void 0,this.listeners=[],this.removeAll=()=>{this.listeners.forEach((e=>{var t;return null==(t=this.target)?void 0:t.removeEventListener(...e)}))},this.target=e}add(e,t,r){var a;null==(a=this.target)||a.addEventListener(e,t,r),this.listeners.push([e,t,r])}}function ae(e,t){const r=Math.abs(e.x),a=Math.abs(e.y);return"number"==typeof t?Math.sqrt(r**2+a**2)>t:"x"in t&&"y"in t?r>t.x&&a>t.y:"x"in t?r>t.x:"y"in t&&a>t.y}var oe,ie;function ne(e){e.preventDefault()}function le(e){e.stopPropagation()}!function(e){e.Click="click",e.DragStart="dragstart",e.Keydown="keydown",e.ContextMenu="contextmenu",e.Resize="resize",e.SelectionChange="selectionchange",e.VisibilityChange="visibilitychange"}(oe||(oe={})),function(e){e.Space="Space",e.Down="ArrowDown",e.Right="ArrowRight",e.Left="ArrowLeft",e.Up="ArrowUp",e.Esc="Escape",e.Enter="Enter",e.Tab="Tab"}(ie||(ie={}));const se={start:[ie.Space,ie.Enter],cancel:[ie.Esc],end:[ie.Space,ie.Enter,ie.Tab]},ce=(e,t)=>{let{currentCoordinates:r}=t;switch(e.code){case ie.Right:return{...r,x:r.x+25};case ie.Left:return{...r,x:r.x-25};case ie.Down:return{...r,y:r.y+25};case ie.Up:return{...r,y:r.y-25}}};class ue{constructor(e){this.props=void 0,this.autoScrollEnabled=!1,this.referenceCoordinates=void 0,this.listeners=void 0,this.windowListeners=void 0,this.props=e;const{event:{target:t}}=e;this.props=e,this.listeners=new re((0,n.getOwnerDocument)(t)),this.windowListeners=new re((0,n.getWindow)(t)),this.handleKeyDown=this.handleKeyDown.bind(this),this.handleCancel=this.handleCancel.bind(this),this.attach()}attach(){this.handleStart(),this.windowListeners.add(oe.Resize,this.handleCancel),this.windowListeners.add(oe.VisibilityChange,this.handleCancel),setTimeout((()=>this.listeners.add(oe.Keydown,this.handleKeyDown)))}handleStart(){const{activeNode:e,onStart:t}=this.props,r=e.node.current;r&&Q(r),t(b)}handleKeyDown(e){if((0,n.isKeyboardEvent)(e)){const{active:t,context:r,options:a}=this.props,{keyboardCodes:o=se,coordinateGetter:i=ce,scrollBehavior:l="smooth"}=a,{code:s}=e;if(o.end.includes(s))return void this.handleEnd(e);if(o.cancel.includes(s))return void this.handleCancel(e);const{collisionRect:c}=r.current,u=c?{x:c.left,y:c.top}:b;this.referenceCoordinates||(this.referenceCoordinates=u);const d=i(e,{active:t,context:r.current,currentCoordinates:u});if(d){const t=(0,n.subtract)(d,u),a={x:0,y:0},{scrollableAncestors:o}=r.current;for(const r of o){const o=e.code,{isTop:i,isRight:n,isLeft:s,isBottom:c,maxScroll:u,minScroll:p}=q(r),m=J(r),h={x:Math.min(o===ie.Right?m.right-m.width/2:m.right,Math.max(o===ie.Right?m.left:m.left+m.width/2,d.x)),y:Math.min(o===ie.Down?m.bottom-m.height/2:m.bottom,Math.max(o===ie.Down?m.top:m.top+m.height/2,d.y))},f=o===ie.Right&&!n||o===ie.Left&&!s,g=o===ie.Down&&!c||o===ie.Up&&!i;if(f&&h.x!==d.x){const e=r.scrollLeft+t.x,i=o===ie.Right&&e<=u.x||o===ie.Left&&e>=p.x;if(i&&!t.y)return void r.scrollTo({left:e,behavior:l});a.x=i?r.scrollLeft-e:o===ie.Right?r.scrollLeft-u.x:r.scrollLeft-p.x,a.x&&r.scrollBy({left:-a.x,behavior:l});break}if(g&&h.y!==d.y){const e=r.scrollTop+t.y,i=o===ie.Down&&e<=u.y||o===ie.Up&&e>=p.y;if(i&&!t.x)return void r.scrollTo({top:e,behavior:l});a.y=i?r.scrollTop-e:o===ie.Down?r.scrollTop-u.y:r.scrollTop-p.y,a.y&&r.scrollBy({top:-a.y,behavior:l});break}}this.handleMove(e,(0,n.add)((0,n.subtract)(d,this.referenceCoordinates),a))}}}handleMove(e,t){const{onMove:r}=this.props;e.preventDefault(),r(t)}handleEnd(e){const{onEnd:t}=this.props;e.preventDefault(),this.detach(),t()}handleCancel(e){const{onCancel:t}=this.props;e.preventDefault(),this.detach(),t()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll()}}function de(e){return Boolean(e&&"distance"in e)}function pe(e){return Boolean(e&&"delay"in e)}ue.activators=[{eventName:"onKeyDown",handler:(e,t,r)=>{let{keyboardCodes:a=se,onActivation:o}=t,{active:i}=r;const{code:n}=e.nativeEvent;if(a.start.includes(n)){const t=i.activatorNode.current;return(!t||e.target===t)&&(e.preventDefault(),null==o||o({event:e.nativeEvent}),!0)}return!1}}];class me{constructor(e,t,r){var a;void 0===r&&(r=function(e){const{EventTarget:t}=(0,n.getWindow)(e);return e instanceof t?e:(0,n.getOwnerDocument)(e)}(e.event.target)),this.props=void 0,this.events=void 0,this.autoScrollEnabled=!0,this.document=void 0,this.activated=!1,this.initialCoordinates=void 0,this.timeoutId=null,this.listeners=void 0,this.documentListeners=void 0,this.windowListeners=void 0,this.props=e,this.events=t;const{event:o}=e,{target:i}=o;this.props=e,this.events=t,this.document=(0,n.getOwnerDocument)(i),this.documentListeners=new re(this.document),this.listeners=new re(r),this.windowListeners=new re((0,n.getWindow)(i)),this.initialCoordinates=null!=(a=(0,n.getEventCoordinates)(o))?a:b,this.handleStart=this.handleStart.bind(this),this.handleMove=this.handleMove.bind(this),this.handleEnd=this.handleEnd.bind(this),this.handleCancel=this.handleCancel.bind(this),this.handleKeydown=this.handleKeydown.bind(this),this.removeTextSelection=this.removeTextSelection.bind(this),this.attach()}attach(){const{events:e,props:{options:{activationConstraint:t,bypassActivationConstraint:r}}}=this;if(this.listeners.add(e.move.name,this.handleMove,{passive:!1}),this.listeners.add(e.end.name,this.handleEnd),e.cancel&&this.listeners.add(e.cancel.name,this.handleCancel),this.windowListeners.add(oe.Resize,this.handleCancel),this.windowListeners.add(oe.DragStart,ne),this.windowListeners.add(oe.VisibilityChange,this.handleCancel),this.windowListeners.add(oe.ContextMenu,ne),this.documentListeners.add(oe.Keydown,this.handleKeydown),t){if(null!=r&&r({event:this.props.event,activeNode:this.props.activeNode,options:this.props.options}))return this.handleStart();if(pe(t))return this.timeoutId=setTimeout(this.handleStart,t.delay),void this.handlePending(t);if(de(t))return void this.handlePending(t)}this.handleStart()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll(),setTimeout(this.documentListeners.removeAll,50),null!==this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null)}handlePending(e,t){const{active:r,onPending:a}=this.props;a(r,e,this.initialCoordinates,t)}handleStart(){const{initialCoordinates:e}=this,{onStart:t}=this.props;e&&(this.activated=!0,this.documentListeners.add(oe.Click,le,{capture:!0}),this.removeTextSelection(),this.documentListeners.add(oe.SelectionChange,this.removeTextSelection),t(e))}handleMove(e){var t;const{activated:r,initialCoordinates:a,props:o}=this,{onMove:i,options:{activationConstraint:l}}=o;if(!a)return;const s=null!=(t=(0,n.getEventCoordinates)(e))?t:b,c=(0,n.subtract)(a,s);if(!r&&l){if(de(l)){if(null!=l.tolerance&&ae(c,l.tolerance))return this.handleCancel();if(ae(c,l.distance))return this.handleStart()}return pe(l)&&ae(c,l.tolerance)?this.handleCancel():void this.handlePending(l,c)}e.cancelable&&e.preventDefault(),i(s)}handleEnd(){const{onAbort:e,onEnd:t}=this.props;this.detach(),this.activated||e(this.props.active),t()}handleCancel(){const{onAbort:e,onCancel:t}=this.props;this.detach(),this.activated||e(this.props.active),t()}handleKeydown(e){e.code===ie.Esc&&this.handleCancel()}removeTextSelection(){var e;null==(e=this.document.getSelection())||e.removeAllRanges()}}const he={cancel:{name:"pointercancel"},move:{name:"pointermove"},end:{name:"pointerup"}};class fe extends me{constructor(e){const{event:t}=e,r=(0,n.getOwnerDocument)(t.target);super(e,he,r)}}fe.activators=[{eventName:"onPointerDown",handler:(e,t)=>{let{nativeEvent:r}=e,{onActivation:a}=t;return!(!r.isPrimary||0!==r.button)&&(null==a||a({event:r}),!0)}}];const ge={move:{name:"mousemove"},end:{name:"mouseup"}};var ye;!function(e){e[e.RightClick=2]="RightClick"}(ye||(ye={}));class ve extends me{constructor(e){super(e,ge,(0,n.getOwnerDocument)(e.event.target))}}ve.activators=[{eventName:"onMouseDown",handler:(e,t)=>{let{nativeEvent:r}=e,{onActivation:a}=t;return r.button!==ye.RightClick&&(null==a||a({event:r}),!0)}}];const be={cancel:{name:"touchcancel"},move:{name:"touchmove"},end:{name:"touchend"}};class xe extends me{constructor(e){super(e,be)}static setup(){return window.addEventListener(be.move.name,e,{capture:!1,passive:!1}),function(){window.removeEventListener(be.move.name,e)};function e(){}}}var Se,Pe;function _e(e){let{acceleration:t,activator:r=Se.Pointer,canScroll:o,draggingRect:i,enabled:l,interval:s=5,order:c=Pe.TreeOrder,pointerCoordinates:u,scrollableAncestors:d,scrollableAncestorRects:p,delta:m,threshold:h}=e;const f=function(e){let{delta:t,disabled:r}=e;const a=(0,n.usePrevious)(t);return(0,n.useLazyMemo)((e=>{if(r||!a||!e)return Ce;const o={x:Math.sign(t.x-a.x),y:Math.sign(t.y-a.y)};return{x:{[X.Backward]:e.x[X.Backward]||-1===o.x,[X.Forward]:e.x[X.Forward]||1===o.x},y:{[X.Backward]:e.y[X.Backward]||-1===o.y,[X.Forward]:e.y[X.Forward]||1===o.y}}}),[r,t,a])}({delta:m,disabled:!l}),[g,y]=(0,n.useInterval)(),v=(0,a.useRef)({x:0,y:0}),b=(0,a.useRef)({x:0,y:0}),x=(0,a.useMemo)((()=>{switch(r){case Se.Pointer:return u?{top:u.y,bottom:u.y,left:u.x,right:u.x}:null;case Se.DraggableRect:return i}}),[r,i,u]),S=(0,a.useRef)(null),P=(0,a.useCallback)((()=>{const e=S.current;if(!e)return;const t=v.current.x*b.current.x,r=v.current.y*b.current.y;e.scrollBy(t,r)}),[]),_=(0,a.useMemo)((()=>c===Pe.TreeOrder?[...d].reverse():d),[c,d]);(0,a.useEffect)((()=>{if(l&&d.length&&x){for(const e of _){if(!1===(null==o?void 0:o(e)))continue;const r=d.indexOf(e),a=p[r];if(!a)continue;const{direction:i,speed:n}=Z(e,a,x,t,h);for(const e of["x","y"])f[e][i[e]]||(n[e]=0,i[e]=0);if(n.x>0||n.y>0)return y(),S.current=e,g(P,s),v.current=n,void(b.current=i)}v.current={x:0,y:0},b.current={x:0,y:0},y()}else y()}),[t,P,o,y,l,s,JSON.stringify(x),JSON.stringify(f),g,d,_,p,JSON.stringify(h)])}xe.activators=[{eventName:"onTouchStart",handler:(e,t)=>{let{nativeEvent:r}=e,{onActivation:a}=t;const{touches:o}=r;return!(o.length>1)&&(null==a||a({event:r}),!0)}}],function(e){e[e.Pointer=0]="Pointer",e[e.DraggableRect=1]="DraggableRect"}(Se||(Se={})),function(e){e[e.TreeOrder=0]="TreeOrder",e[e.ReversedTreeOrder=1]="ReversedTreeOrder"}(Pe||(Pe={}));const Ce={x:{[X.Backward]:!1,[X.Forward]:!1},y:{[X.Backward]:!1,[X.Forward]:!1}};var we,Ie;!function(e){e[e.Always=0]="Always",e[e.BeforeDragging=1]="BeforeDragging",e[e.WhileDragging=2]="WhileDragging"}(we||(we={})),function(e){e.Optimized="optimized"}(Ie||(Ie={}));const je=new Map;function De(e,t){return(0,n.useLazyMemo)((r=>e?r||("function"==typeof t?t(e):e):null),[t,e])}function Ee(e){let{callback:t,disabled:r}=e;const o=(0,n.useEvent)(t),i=(0,a.useMemo)((()=>{if(r||"undefined"==typeof window||void 0===window.ResizeObserver)return;const{ResizeObserver:e}=window;return new e(o)}),[r]);return(0,a.useEffect)((()=>()=>null==i?void 0:i.disconnect()),[i]),i}function ke(e){return new te(R(e),e)}function Me(e,t,r){void 0===t&&(t=ke);const[o,i]=(0,a.useState)(null);function l(){i((a=>{if(!e)return null;var o;if(!1===e.isConnected)return null!=(o=null!=a?a:r)?o:null;const i=t(e);return JSON.stringify(a)===JSON.stringify(i)?a:i}))}const s=function(e){let{callback:t,disabled:r}=e;const o=(0,n.useEvent)(t),i=(0,a.useMemo)((()=>{if(r||"undefined"==typeof window||void 0===window.MutationObserver)return;const{MutationObserver:e}=window;return new e(o)}),[o,r]);return(0,a.useEffect)((()=>()=>null==i?void 0:i.disconnect()),[i]),i}({callback(t){if(e)for(const r of t){const{type:t,target:a}=r;if("childList"===t&&a instanceof HTMLElement&&a.contains(e)){l();break}}}}),c=Ee({callback:l});return(0,n.useIsomorphicLayoutEffect)((()=>{l(),e?(null==c||c.observe(e),null==s||s.observe(document.body,{childList:!0,subtree:!0})):(null==c||c.disconnect(),null==s||s.disconnect())}),[e]),o}const Le=[];function Oe(e,t){void 0===t&&(t=[]);const r=(0,a.useRef)(null);return(0,a.useEffect)((()=>{r.current=null}),t),(0,a.useEffect)((()=>{const t=e!==b;t&&!r.current&&(r.current=e),!t&&r.current&&(r.current=null)}),[e]),r.current?(0,n.subtract)(e,r.current):b}function Be(e){return(0,a.useMemo)((()=>e?function(e){const t=e.innerWidth,r=e.innerHeight;return{top:0,left:0,right:t,bottom:r,width:t,height:r}}(e):null),[e])}const Te=[];function Ne(e){if(!e)return null;if(e.children.length>1)return e;const t=e.children[0];return(0,n.isHTMLElement)(t)?t:e}const Fe=[{sensor:fe,options:{}},{sensor:ue,options:{}}],Re={current:{}},Ae={draggable:{measure:A},droppable:{measure:A,strategy:we.WhileDragging,frequency:Ie.Optimized},dragOverlay:{measure:R}};class He extends Map{get(e){var t;return null!=e&&null!=(t=super.get(e))?t:void 0}toArray(){return Array.from(this.values())}getEnabled(){return this.toArray().filter((e=>{let{disabled:t}=e;return!t}))}getNodeFor(e){var t,r;return null!=(t=null==(r=this.get(e))?void 0:r.node.current)?t:void 0}}const ze={activatorEvent:null,active:null,activeNode:null,activeNodeRect:null,collisions:null,containerNodeRect:null,draggableNodes:new Map,droppableRects:new Map,droppableContainers:new He,over:null,dragOverlay:{nodeRef:{current:null},rect:null,setRef:g},scrollableAncestors:[],scrollableAncestorRects:[],measuringConfiguration:Ae,measureDroppableContainers:g,windowRect:null,measuringScheduled:!1},We={activatorEvent:null,activators:[],active:null,activeNodeRect:null,ariaDescribedById:{draggable:""},dispatch:g,draggableNodes:new Map,over:null,measureDroppableContainers:g},Ue=(0,a.createContext)(We),Ke=(0,a.createContext)(ze);function Ve(){return{draggable:{active:null,initialCoordinates:{x:0,y:0},nodes:new Map,translate:{x:0,y:0}},droppable:{containers:new He}}}function Xe(e,t){switch(t.type){case f.DragStart:return{...e,draggable:{...e.draggable,initialCoordinates:t.initialCoordinates,active:t.active}};case f.DragMove:return null==e.draggable.active?e:{...e,draggable:{...e.draggable,translate:{x:t.coordinates.x-e.draggable.initialCoordinates.x,y:t.coordinates.y-e.draggable.initialCoordinates.y}}};case f.DragEnd:case f.DragCancel:return{...e,draggable:{...e.draggable,active:null,initialCoordinates:{x:0,y:0},translate:{x:0,y:0}}};case f.RegisterDroppable:{const{element:r}=t,{id:a}=r,o=new He(e.droppable.containers);return o.set(a,r),{...e,droppable:{...e.droppable,containers:o}}}case f.SetDroppableDisabled:{const{id:r,key:a,disabled:o}=t,i=e.droppable.containers.get(r);if(!i||a!==i.key)return e;const n=new He(e.droppable.containers);return n.set(r,{...i,disabled:o}),{...e,droppable:{...e.droppable,containers:n}}}case f.UnregisterDroppable:{const{id:r,key:a}=t,o=e.droppable.containers.get(r);if(!o||a!==o.key)return e;const i=new He(e.droppable.containers);return i.delete(r),{...e,droppable:{...e.droppable,containers:i}}}default:return e}}function Ye(e){let{disabled:t}=e;const{active:r,activatorEvent:o,draggableNodes:i}=(0,a.useContext)(Ue),l=(0,n.usePrevious)(o),s=(0,n.usePrevious)(null==r?void 0:r.id);return(0,a.useEffect)((()=>{if(!t&&!o&&l&&null!=s){if(!(0,n.isKeyboardEvent)(l))return;if(document.activeElement===l.target)return;const e=i.get(s);if(!e)return;const{activatorNode:t,node:r}=e;if(!t.current&&!r.current)return;requestAnimationFrame((()=>{for(const e of[t.current,r.current]){if(!e)continue;const t=(0,n.findFirstFocusableNode)(e);if(t){t.focus();break}}}))}}),[o,t,i,s,l]),null}function qe(e,t){let{transform:r,...a}=t;return null!=e&&e.length?e.reduce(((e,t)=>t({transform:e,...a})),r):r}const Ge=(0,a.createContext)({...b,scaleX:1,scaleY:1});var Ze;!function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Initializing=1]="Initializing",e[e.Initialized=2]="Initialized"}(Ze||(Ze={}));const Je=(0,a.memo)((function(e){var t,r,l,s;let{id:c,accessibility:d,autoScroll:p=!0,children:m,sensors:g=Fe,collisionDetection:y=k,measuring:v,modifiers:x,...S}=e;const P=(0,a.useReducer)(Xe,void 0,Ve),[_,C]=P,[I,j]=function(){const[e]=(0,a.useState)((()=>new Set)),t=(0,a.useCallback)((t=>(e.add(t),()=>e.delete(t))),[e]);return[(0,a.useCallback)((t=>{let{type:r,event:a}=t;e.forEach((e=>{var t;return null==(t=e[r])?void 0:t.call(e,a)}))}),[e]),t]}(),[D,E]=(0,a.useState)(Ze.Uninitialized),M=D===Ze.Initialized,{draggable:{active:L,nodes:B,translate:N},droppable:{containers:F}}=_,A=null!=L?B.get(L):null,U=(0,a.useRef)({initial:null,translated:null}),K=(0,a.useMemo)((()=>{var e;return null!=L?{id:L,data:null!=(e=null==A?void 0:A.data)?e:Re,rect:U}:null}),[L,A]),X=(0,a.useRef)(null),[q,G]=(0,a.useState)(null),[Z,J]=(0,a.useState)(null),Q=(0,n.useLatestValue)(S,Object.values(S)),ee=(0,n.useUniqueId)("DndDescribedBy",c),re=(0,a.useMemo)((()=>F.getEnabled()),[F]),ae=(oe=v,(0,a.useMemo)((()=>({draggable:{...Ae.draggable,...null==oe?void 0:oe.draggable},droppable:{...Ae.droppable,...null==oe?void 0:oe.droppable},dragOverlay:{...Ae.dragOverlay,...null==oe?void 0:oe.dragOverlay}})),[null==oe?void 0:oe.draggable,null==oe?void 0:oe.droppable,null==oe?void 0:oe.dragOverlay]));var oe;const{droppableRects:ie,measureDroppableContainers:ne,measuringScheduled:le}=function(e,t){let{dragging:r,dependencies:o,config:i}=t;const[l,s]=(0,a.useState)(null),{frequency:c,measure:u,strategy:d}=i,p=(0,a.useRef)(e),m=function(){switch(d){case we.Always:return!1;case we.BeforeDragging:return r;default:return!r}}(),h=(0,n.useLatestValue)(m),f=(0,a.useCallback)((function(e){void 0===e&&(e=[]),h.current||s((t=>null===t?e:t.concat(e.filter((e=>!t.includes(e))))))}),[h]),g=(0,a.useRef)(null),y=(0,n.useLazyMemo)((t=>{if(m&&!r)return je;if(!t||t===je||p.current!==e||null!=l){const t=new Map;for(let r of e){if(!r)continue;if(l&&l.length>0&&!l.includes(r.id)&&r.rect.current){t.set(r.id,r.rect.current);continue}const e=r.node.current,a=e?new te(u(e),e):null;r.rect.current=a,a&&t.set(r.id,a)}return t}return t}),[e,l,r,m,u]);return(0,a.useEffect)((()=>{p.current=e}),[e]),(0,a.useEffect)((()=>{m||f()}),[r,m]),(0,a.useEffect)((()=>{l&&l.length>0&&s(null)}),[JSON.stringify(l)]),(0,a.useEffect)((()=>{m||"number"!=typeof c||null!==g.current||(g.current=setTimeout((()=>{f(),g.current=null}),c))}),[c,m,f,...o]),{droppableRects:y,measureDroppableContainers:f,measuringScheduled:null!=l}}(re,{dragging:M,dependencies:[N.x,N.y],config:ae.droppable}),se=function(e,t){const r=null!=t?e.get(t):void 0,a=r?r.node.current:null;return(0,n.useLazyMemo)((e=>{var r;return null==t?null:null!=(r=null!=a?a:e)?r:null}),[a,t])}(B,L),ce=(0,a.useMemo)((()=>Z?(0,n.getEventCoordinates)(Z):null),[Z]),ue=function(){const e=!1===(null==q?void 0:q.autoScrollEnabled),t="object"==typeof p?!1===p.enabled:!1===p,r=M&&!e&&!t;if("object"==typeof p)return{...p,enabled:r};return{enabled:r}}(),de=function(e,t){return De(e,t)}(se,ae.draggable.measure);!function(e){let{activeNode:t,measure:r,initialRect:o,config:i=!0}=e;const l=(0,a.useRef)(!1),{x:s,y:c}="boolean"==typeof i?{x:i,y:i}:i;(0,n.useIsomorphicLayoutEffect)((()=>{if(!s&&!c||!t)return void(l.current=!1);if(l.current||!o)return;const e=null==t?void 0:t.node.current;if(!e||!1===e.isConnected)return;const a=O(r(e),o);if(s||(a.x=0),c||(a.y=0),l.current=!0,Math.abs(a.x)>0||Math.abs(a.y)>0){const t=z(e);t&&t.scrollBy({top:a.y,left:a.x})}}),[t,s,c,o,r])}({activeNode:null!=L?B.get(L):null,config:ue.layoutShiftCompensation,initialRect:de,measure:ae.draggable.measure});const pe=Me(se,ae.draggable.measure,de),me=Me(se?se.parentElement:null),he=(0,a.useRef)({activatorEvent:null,active:null,activeNode:se,collisionRect:null,collisions:null,droppableRects:ie,draggableNodes:B,draggingNode:null,draggingNodeRect:null,droppableContainers:F,over:null,scrollableAncestors:[],scrollAdjustedTranslate:null}),fe=F.getNodeFor(null==(t=he.current.over)?void 0:t.id),ge=function(e){let{measure:t}=e;const[r,o]=(0,a.useState)(null),i=Ee({callback:(0,a.useCallback)((e=>{for(const{target:r}of e)if((0,n.isHTMLElement)(r)){o((e=>{const a=t(r);return e?{...e,width:a.width,height:a.height}:a}));break}}),[t])}),l=(0,a.useCallback)((e=>{const r=Ne(e);null==i||i.disconnect(),r&&(null==i||i.observe(r)),o(r?t(r):null)}),[t,i]),[s,c]=(0,n.useNodeRef)(l);return(0,a.useMemo)((()=>({nodeRef:s,rect:r,setRef:c})),[r,s,c])}({measure:ae.dragOverlay.measure}),ye=null!=(r=ge.nodeRef.current)?r:se,ve=M?null!=(l=ge.rect)?l:pe:null,be=Boolean(ge.nodeRef.current&&ge.rect),xe=O(Se=be?null:pe,De(Se));var Se;const Pe=Be(ye?(0,n.getWindow)(ye):null),Ce=function(e){const t=(0,a.useRef)(e),r=(0,n.useLazyMemo)((r=>e?r&&r!==Le&&e&&t.current&&e.parentNode===t.current.parentNode?r:H(e):Le),[e]);return(0,a.useEffect)((()=>{t.current=e}),[e]),r}(M?null!=fe?fe:se:null),Ie=function(e,t){void 0===t&&(t=R);const[r]=e,o=Be(r?(0,n.getWindow)(r):null),[i,l]=(0,a.useState)(Te);function s(){l((()=>e.length?e.map((e=>Y(e)?o:new te(t(e),e))):Te))}const c=Ee({callback:s});return(0,n.useIsomorphicLayoutEffect)((()=>{null==c||c.disconnect(),s(),e.forEach((e=>null==c?void 0:c.observe(e)))}),[e]),i}(Ce),ke=qe(x,{transform:{x:N.x-xe.x,y:N.y-xe.y,scaleX:1,scaleY:1},activatorEvent:Z,active:K,activeNodeRect:pe,containerNodeRect:me,draggingNodeRect:ve,over:he.current.over,overlayNodeRect:ge.rect,scrollableAncestors:Ce,scrollableAncestorRects:Ie,windowRect:Pe}),He=ce?(0,n.add)(ce,N):null,ze=function(e){const[t,r]=(0,a.useState)(null),o=(0,a.useRef)(e),i=(0,a.useCallback)((e=>{const t=W(e.target);t&&r((e=>e?(e.set(t,V(t)),new Map(e)):null))}),[]);return(0,a.useEffect)((()=>{const t=o.current;if(e!==t){a(t);const n=e.map((e=>{const t=W(e);return t?(t.addEventListener("scroll",i,{passive:!0}),[t,V(t)]):null})).filter((e=>null!=e));r(n.length?new Map(n):null),o.current=e}return()=>{a(e),a(t)};function a(e){e.forEach((e=>{const t=W(e);null==t||t.removeEventListener("scroll",i)}))}}),[i,e]),(0,a.useMemo)((()=>e.length?t?Array.from(t.values()).reduce(((e,t)=>(0,n.add)(e,t)),b):$(e):b),[e,t])}(Ce),We=Oe(ze),Je=Oe(ze,[pe]),$e=(0,n.add)(ke,We),Qe=ve?T(ve,ke):null,et=K&&Qe?y({active:K,collisionRect:Qe,droppableRects:ie,droppableContainers:re,pointerCoordinates:He}):null,tt=w(et,"id"),[rt,at]=(0,a.useState)(null),ot=function(e,t,r){return{...e,scaleX:t&&r?t.width/r.width:1,scaleY:t&&r?t.height/r.height:1}}(be?ke:(0,n.add)(ke,Je),null!=(s=null==rt?void 0:rt.rect)?s:null,pe),it=(0,a.useRef)(null),nt=(0,a.useCallback)(((e,t)=>{let{sensor:r,options:a}=t;if(null==X.current)return;const o=B.get(X.current);if(!o)return;const n=e.nativeEvent,l=new r({active:X.current,activeNode:o,event:n,options:a,context:he,onAbort(e){if(!B.get(e))return;const{onDragAbort:t}=Q.current,r={id:e};null==t||t(r),I({type:"onDragAbort",event:r})},onPending(e,t,r,a){if(!B.get(e))return;const{onDragPending:o}=Q.current,i={id:e,constraint:t,initialCoordinates:r,offset:a};null==o||o(i),I({type:"onDragPending",event:i})},onStart(e){const t=X.current;if(null==t)return;const r=B.get(t);if(!r)return;const{onDragStart:a}=Q.current,o={activatorEvent:n,active:{id:t,data:r.data,rect:U}};(0,i.unstable_batchedUpdates)((()=>{null==a||a(o),E(Ze.Initializing),C({type:f.DragStart,initialCoordinates:e,active:t}),I({type:"onDragStart",event:o}),G(it.current),J(n)}))},onMove(e){C({type:f.DragMove,coordinates:e})},onEnd:s(f.DragEnd),onCancel:s(f.DragCancel)});function s(e){return async function(){const{active:t,collisions:r,over:a,scrollAdjustedTranslate:o}=he.current;let l=null;if(t&&o){const{cancelDrop:i}=Q.current;if(l={activatorEvent:n,active:t,collisions:r,delta:o,over:a},e===f.DragEnd&&"function"==typeof i){await Promise.resolve(i(l))&&(e=f.DragCancel)}}X.current=null,(0,i.unstable_batchedUpdates)((()=>{C({type:e}),E(Ze.Uninitialized),at(null),G(null),J(null),it.current=null;const t=e===f.DragEnd?"onDragEnd":"onDragCancel";if(l){const e=Q.current[t];null==e||e(l),I({type:t,event:l})}}))}}it.current=l}),[B]),lt=(0,a.useCallback)(((e,t)=>(r,a)=>{const o=r.nativeEvent,i=B.get(a);if(null!==X.current||!i||o.dndKit||o.defaultPrevented)return;const n={active:i};!0===e(r,t.options,n)&&(o.dndKit={capturedBy:t.sensor},X.current=a,nt(r,t))}),[B,nt]),st=function(e,t){return(0,a.useMemo)((()=>e.reduce(((e,r)=>{const{sensor:a}=r;return[...e,...a.activators.map((e=>({eventName:e.eventName,handler:t(e.handler,r)})))]}),[])),[e,t])}(g,lt);!function(e){(0,a.useEffect)((()=>{if(!n.canUseDOM)return;const t=e.map((e=>{let{sensor:t}=e;return null==t.setup?void 0:t.setup()}));return()=>{for(const e of t)null==e||e()}}),e.map((e=>{let{sensor:t}=e;return t})))}(g),(0,n.useIsomorphicLayoutEffect)((()=>{pe&&D===Ze.Initializing&&E(Ze.Initialized)}),[pe,D]),(0,a.useEffect)((()=>{const{onDragMove:e}=Q.current,{active:t,activatorEvent:r,collisions:a,over:o}=he.current;if(!t||!r)return;const n={active:t,activatorEvent:r,collisions:a,delta:{x:$e.x,y:$e.y},over:o};(0,i.unstable_batchedUpdates)((()=>{null==e||e(n),I({type:"onDragMove",event:n})}))}),[$e.x,$e.y]),(0,a.useEffect)((()=>{const{active:e,activatorEvent:t,collisions:r,droppableContainers:a,scrollAdjustedTranslate:o}=he.current;if(!e||null==X.current||!t||!o)return;const{onDragOver:n}=Q.current,l=a.get(tt),s=l&&l.rect.current?{id:l.id,rect:l.rect.current,data:l.data,disabled:l.disabled}:null,c={active:e,activatorEvent:t,collisions:r,delta:{x:o.x,y:o.y},over:s};(0,i.unstable_batchedUpdates)((()=>{at(s),null==n||n(c),I({type:"onDragOver",event:c})}))}),[tt]),(0,n.useIsomorphicLayoutEffect)((()=>{he.current={activatorEvent:Z,active:K,activeNode:se,collisionRect:Qe,collisions:et,droppableRects:ie,draggableNodes:B,draggingNode:ye,draggingNodeRect:ve,droppableContainers:F,over:rt,scrollableAncestors:Ce,scrollAdjustedTranslate:$e},U.current={initial:ve,translated:Qe}}),[K,se,et,Qe,B,ye,ve,ie,F,rt,Ce,$e]),_e({...ue,delta:N,draggingRect:Qe,pointerCoordinates:He,scrollableAncestors:Ce,scrollableAncestorRects:Ie});const ct=(0,a.useMemo)((()=>({active:K,activeNode:se,activeNodeRect:pe,activatorEvent:Z,collisions:et,containerNodeRect:me,dragOverlay:ge,draggableNodes:B,droppableContainers:F,droppableRects:ie,over:rt,measureDroppableContainers:ne,scrollableAncestors:Ce,scrollableAncestorRects:Ie,measuringConfiguration:ae,measuringScheduled:le,windowRect:Pe})),[K,se,pe,Z,et,me,ge,B,F,ie,rt,ne,Ce,Ie,ae,le,Pe]),ut=(0,a.useMemo)((()=>({activatorEvent:Z,activators:st,active:K,activeNodeRect:pe,ariaDescribedById:{draggable:ee},dispatch:C,draggableNodes:B,over:rt,measureDroppableContainers:ne})),[Z,st,K,pe,C,ee,B,rt,ne]);return o().createElement(u.Provider,{value:j},o().createElement(Ue.Provider,{value:ut},o().createElement(Ke.Provider,{value:ct},o().createElement(Ge.Provider,{value:ot},m)),o().createElement(Ye,{disabled:!1===(null==d?void 0:d.restoreFocus)})),o().createElement(h,{...d,hiddenTextDescribedById:ee}))})),$e=(0,a.createContext)(null),Qe="button",et="Draggable";function tt(e){let{id:t,data:r,disabled:o=!1,attributes:i}=e;const l=(0,n.useUniqueId)(et),{activators:s,activatorEvent:c,active:u,activeNodeRect:d,ariaDescribedById:p,draggableNodes:m,over:h}=(0,a.useContext)(Ue),{role:f=Qe,roleDescription:g="draggable",tabIndex:y=0}=null!=i?i:{},v=(null==u?void 0:u.id)===t,b=(0,a.useContext)(v?Ge:$e),[x,S]=(0,n.useNodeRef)(),[P,_]=(0,n.useNodeRef)(),C=function(e,t){return(0,a.useMemo)((()=>e.reduce(((e,r)=>{let{eventName:a,handler:o}=r;return e[a]=e=>{o(e,t)},e}),{})),[e,t])}(s,t),w=(0,n.useLatestValue)(r);(0,n.useIsomorphicLayoutEffect)((()=>(m.set(t,{id:t,key:l,node:x,activatorNode:P,data:w}),()=>{const e=m.get(t);e&&e.key===l&&m.delete(t)})),[m,t]);return{active:u,activatorEvent:c,activeNodeRect:d,attributes:(0,a.useMemo)((()=>({role:f,tabIndex:y,"aria-disabled":o,"aria-pressed":!(!v||f!==Qe)||void 0,"aria-roledescription":g,"aria-describedby":p.draggable})),[o,f,y,v,g,p.draggable]),isDragging:v,listeners:o?void 0:C,node:x,over:h,setNodeRef:S,setActivatorNodeRef:_,transform:b}}function rt(){return(0,a.useContext)(Ke)}const at="Droppable",ot={timeout:25};function it(e){let{data:t,disabled:r=!1,id:o,resizeObserverConfig:i}=e;const l=(0,n.useUniqueId)(at),{active:s,dispatch:c,over:u,measureDroppableContainers:d}=(0,a.useContext)(Ue),p=(0,a.useRef)({disabled:r}),m=(0,a.useRef)(!1),h=(0,a.useRef)(null),g=(0,a.useRef)(null),{disabled:y,updateMeasurementsFor:v,timeout:b}={...ot,...i},x=(0,n.useLatestValue)(null!=v?v:o),S=Ee({callback:(0,a.useCallback)((()=>{m.current?(null!=g.current&&clearTimeout(g.current),g.current=setTimeout((()=>{d(Array.isArray(x.current)?x.current:[x.current]),g.current=null}),b)):m.current=!0}),[b]),disabled:y||!s}),P=(0,a.useCallback)(((e,t)=>{S&&(t&&(S.unobserve(t),m.current=!1),e&&S.observe(e))}),[S]),[_,C]=(0,n.useNodeRef)(P),w=(0,n.useLatestValue)(t);return(0,a.useEffect)((()=>{S&&_.current&&(S.disconnect(),m.current=!1,S.observe(_.current))}),[_,S]),(0,a.useEffect)((()=>(c({type:f.RegisterDroppable,element:{id:o,key:l,disabled:r,node:_,rect:h,data:w}}),()=>c({type:f.UnregisterDroppable,key:l,id:o}))),[o]),(0,a.useEffect)((()=>{r!==p.current.disabled&&(c({type:f.SetDroppableDisabled,id:o,key:l,disabled:r}),p.current.disabled=r)}),[o,l,r,c]),{active:s,rect:h,isOver:(null==u?void 0:u.id)===o,node:_,over:u,setNodeRef:C}}function nt(e){let{animation:t,children:r}=e;const[i,l]=(0,a.useState)(null),[s,c]=(0,a.useState)(null),u=(0,n.usePrevious)(r);return r||i||!u||l(u),(0,n.useIsomorphicLayoutEffect)((()=>{if(!s)return;const e=null==i?void 0:i.key,r=null==i?void 0:i.props.id;null!=e&&null!=r?Promise.resolve(t(r,s)).then((()=>{l(null)})):l(null)}),[t,i,s]),o().createElement(o().Fragment,null,r,i?(0,a.cloneElement)(i,{ref:c}):null)}const lt={x:0,y:0,scaleX:1,scaleY:1};function st(e){let{children:t}=e;return o().createElement(Ue.Provider,{value:We},o().createElement(Ge.Provider,{value:lt},t))}const ct={position:"fixed",touchAction:"none"},ut=e=>(0,n.isKeyboardEvent)(e)?"transform 250ms ease":void 0,dt=(0,a.forwardRef)(((e,t)=>{let{as:r,activatorEvent:a,adjustScale:i,children:l,className:s,rect:c,style:u,transform:d,transition:p=ut}=e;if(!c)return null;const m=i?d:{...d,scaleX:1,scaleY:1},h={...ct,width:c.width,height:c.height,top:c.top,left:c.left,transform:n.CSS.Transform.toString(m),transformOrigin:i&&a?S(a,c):void 0,transition:"function"==typeof p?p(a):p,...u};return o().createElement(r,{className:s,style:h,ref:t},l)})),pt=e=>t=>{let{active:r,dragOverlay:a}=t;const o={},{styles:i,className:n}=e;if(null!=i&&i.active)for(const[e,t]of Object.entries(i.active))void 0!==t&&(o[e]=r.node.style.getPropertyValue(e),r.node.style.setProperty(e,t));if(null!=i&&i.dragOverlay)for(const[e,t]of Object.entries(i.dragOverlay))void 0!==t&&a.node.style.setProperty(e,t);return null!=n&&n.active&&r.node.classList.add(n.active),null!=n&&n.dragOverlay&&a.node.classList.add(n.dragOverlay),function(){for(const[e,t]of Object.entries(o))r.node.style.setProperty(e,t);null!=n&&n.active&&r.node.classList.remove(n.active)}},mt={duration:250,easing:"ease",keyframes:e=>{let{transform:{initial:t,final:r}}=e;return[{transform:n.CSS.Transform.toString(t)},{transform:n.CSS.Transform.toString(r)}]},sideEffects:pt({styles:{active:{opacity:"0"}}})};function ht(e){let{config:t,draggableNodes:r,droppableContainers:a,measuringConfiguration:o}=e;return(0,n.useEvent)(((e,i)=>{if(null===t)return;const l=r.get(e);if(!l)return;const s=l.node.current;if(!s)return;const c=Ne(i);if(!c)return;const{transform:u}=(0,n.getWindow)(i).getComputedStyle(i),d=N(u);if(!d)return;const p="function"==typeof t?t:function(e){const{duration:t,easing:r,sideEffects:a,keyframes:o}={...mt,...e};return e=>{let{active:i,dragOverlay:n,transform:l,...s}=e;if(!t)return;const c={x:n.rect.left-i.rect.left,y:n.rect.top-i.rect.top},u={scaleX:1!==l.scaleX?i.rect.width*l.scaleX/n.rect.width:1,scaleY:1!==l.scaleY?i.rect.height*l.scaleY/n.rect.height:1},d={x:l.x-c.x,y:l.y-c.y,...u},p=o({...s,active:i,dragOverlay:n,transform:{initial:l,final:d}}),[m]=p,h=p[p.length-1];if(JSON.stringify(m)===JSON.stringify(h))return;const f=null==a?void 0:a({active:i,dragOverlay:n,...s}),g=n.node.animate(p,{duration:t,easing:r,fill:"forwards"});return new Promise((e=>{g.onfinish=()=>{null==f||f(),e()}}))}}(t);return Q(s,o.draggable.measure),p({active:{id:e,data:l.data,node:s,rect:o.draggable.measure(s)},draggableNodes:r,dragOverlay:{node:i,rect:o.dragOverlay.measure(c)},droppableContainers:a,measuringConfiguration:o,transform:d})}))}let ft=0;function gt(e){return(0,a.useMemo)((()=>{if(null!=e)return ft++,ft}),[e])}const yt=o().memo((e=>{let{adjustScale:t=!1,children:r,dropAnimation:i,style:n,transition:l,modifiers:s,wrapperElement:c="div",className:u,zIndex:d=999}=e;const{activatorEvent:p,active:m,activeNodeRect:h,containerNodeRect:f,draggableNodes:g,droppableContainers:y,dragOverlay:v,over:b,measuringConfiguration:x,scrollableAncestors:S,scrollableAncestorRects:P,windowRect:_}=rt(),C=(0,a.useContext)(Ge),w=gt(null==m?void 0:m.id),I=qe(s,{activatorEvent:p,active:m,activeNodeRect:h,containerNodeRect:f,draggingNodeRect:v.rect,over:b,overlayNodeRect:v.rect,scrollableAncestors:S,scrollableAncestorRects:P,transform:C,windowRect:_}),j=De(h),D=ht({config:i,draggableNodes:g,droppableContainers:y,measuringConfiguration:x}),E=j?v.setRef:void 0;return o().createElement(st,null,o().createElement(nt,{animation:D},m&&w?o().createElement(dt,{key:w,id:m.id,ref:E,as:c,activatorEvent:p,adjustScale:t,className:u,transition:l,rect:j,style:{zIndex:d,...n},transform:I},r):null))}))},6548:(e,t,r)=>{"use strict";r.r(t),r.d(t,{SortableContext:()=>b,arrayMove:()=>l,arraySwap:()=>s,defaultAnimateLayoutChanges:()=>S,defaultNewIndexGetter:()=>x,hasSortableData:()=>j,horizontalListSortingStrategy:()=>p,rectSortingStrategy:()=>m,rectSwappingStrategy:()=>h,sortableKeyboardCoordinates:()=>E,useSortable:()=>I,verticalListSortingStrategy:()=>g});var a=r(8156),o=r.n(a),i=r(1540),n=r(2851);function l(e,t,r){const a=e.slice();return a.splice(r<0?a.length+r:r,0,a.splice(t,1)[0]),a}function s(e,t,r){const a=e.slice();return a[t]=e[r],a[r]=e[t],a}function c(e,t){return e.reduce(((e,r,a)=>{const o=t.get(r);return o&&(e[a]=o),e}),Array(e.length))}function u(e){return null!==e&&e>=0}const d={scaleX:1,scaleY:1},p=e=>{var t;let{rects:r,activeNodeRect:a,activeIndex:o,overIndex:i,index:n}=e;const l=null!=(t=r[o])?t:a;if(!l)return null;const s=function(e,t,r){const a=e[t],o=e[t-1],i=e[t+1];if(!a||!o&&!i)return 0;if(r<t)return o?a.left-(o.left+o.width):i.left-(a.left+a.width);return i?i.left-(a.left+a.width):a.left-(o.left+o.width)}(r,n,o);if(n===o){const e=r[i];return e?{x:o<i?e.left+e.width-(l.left+l.width):e.left-l.left,y:0,...d}:null}return n>o&&n<=i?{x:-l.width-s,y:0,...d}:n<o&&n>=i?{x:l.width+s,y:0,...d}:{x:0,y:0,...d}};const m=e=>{let{rects:t,activeIndex:r,overIndex:a,index:o}=e;const i=l(t,a,r),n=t[o],s=i[o];return s&&n?{x:s.left-n.left,y:s.top-n.top,scaleX:s.width/n.width,scaleY:s.height/n.height}:null},h=e=>{let t,r,{activeIndex:a,index:o,rects:i,overIndex:n}=e;return o===a&&(t=i[o],r=i[n]),o===n&&(t=i[o],r=i[a]),r&&t?{x:r.left-t.left,y:r.top-t.top,scaleX:r.width/t.width,scaleY:r.height/t.height}:null},f={scaleX:1,scaleY:1},g=e=>{var t;let{activeIndex:r,activeNodeRect:a,index:o,rects:i,overIndex:n}=e;const l=null!=(t=i[r])?t:a;if(!l)return null;if(o===r){const e=i[n];return e?{x:0,y:r<n?e.top+e.height-(l.top+l.height):e.top-l.top,...f}:null}const s=function(e,t,r){const a=e[t],o=e[t-1],i=e[t+1];if(!a)return 0;if(r<t)return o?a.top-(o.top+o.height):i?i.top-(a.top+a.height):0;return i?i.top-(a.top+a.height):o?a.top-(o.top+o.height):0}(i,o,r);return o>r&&o<=n?{x:0,y:-l.height-s,...f}:o<r&&o>=n?{x:0,y:l.height+s,...f}:{x:0,y:0,...f}};const y="Sortable",v=o().createContext({activeIndex:-1,containerId:y,disableTransforms:!1,items:[],overIndex:-1,useDragOverlay:!1,sortedRects:[],strategy:m,disabled:{draggable:!1,droppable:!1}});function b(e){let{children:t,id:r,items:l,strategy:s=m,disabled:u=!1}=e;const{active:d,dragOverlay:p,droppableRects:h,over:f,measureDroppableContainers:g}=(0,i.useDndContext)(),b=(0,n.useUniqueId)(y,r),x=Boolean(null!==p.rect),S=(0,a.useMemo)((()=>l.map((e=>"object"==typeof e&&"id"in e?e.id:e))),[l]),P=null!=d,_=d?S.indexOf(d.id):-1,C=f?S.indexOf(f.id):-1,w=(0,a.useRef)(S),I=!function(e,t){if(e===t)return!0;if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0}(S,w.current),j=-1!==C&&-1===_||I,D=function(e){return"boolean"==typeof e?{draggable:e,droppable:e}:e}(u);(0,n.useIsomorphicLayoutEffect)((()=>{I&&P&&g(S)}),[I,S,P,g]),(0,a.useEffect)((()=>{w.current=S}),[S]);const E=(0,a.useMemo)((()=>({activeIndex:_,containerId:b,disabled:D,disableTransforms:j,items:S,overIndex:C,useDragOverlay:x,sortedRects:c(S,h),strategy:s})),[_,b,D.draggable,D.droppable,j,S,C,h,x,s]);return o().createElement(v.Provider,{value:E},t)}const x=e=>{let{id:t,items:r,activeIndex:a,overIndex:o}=e;return l(r,a,o).indexOf(t)},S=e=>{let{containerId:t,isSorting:r,wasDragging:a,index:o,items:i,newIndex:n,previousItems:l,previousContainerId:s,transition:c}=e;return!(!c||!a)&&((l===i||o!==n)&&(!!r||n!==o&&t===s))},P={duration:200,easing:"ease"},_="transform",C=n.CSS.Transition.toString({property:_,duration:0,easing:"linear"}),w={roleDescription:"sortable"};function I(e){let{animateLayoutChanges:t=S,attributes:r,disabled:o,data:l,getNewIndex:s=x,id:c,strategy:d,resizeObserverConfig:p,transition:m=P}=e;const{items:h,containerId:f,activeIndex:g,disabled:y,disableTransforms:b,sortedRects:I,overIndex:j,useDragOverlay:D,strategy:E}=(0,a.useContext)(v),k=function(e,t){var r,a;if("boolean"==typeof e)return{draggable:e,droppable:!1};return{draggable:null!=(r=null==e?void 0:e.draggable)?r:t.draggable,droppable:null!=(a=null==e?void 0:e.droppable)?a:t.droppable}}(o,y),M=h.indexOf(c),L=(0,a.useMemo)((()=>({sortable:{containerId:f,index:M,items:h},...l})),[f,l,M,h]),O=(0,a.useMemo)((()=>h.slice(h.indexOf(c))),[h,c]),{rect:B,node:T,isOver:N,setNodeRef:F}=(0,i.useDroppable)({id:c,data:L,disabled:k.droppable,resizeObserverConfig:{updateMeasurementsFor:O,...p}}),{active:R,activatorEvent:A,activeNodeRect:H,attributes:z,setNodeRef:W,listeners:U,isDragging:K,over:V,setActivatorNodeRef:X,transform:Y}=(0,i.useDraggable)({id:c,data:L,attributes:{...w,...r},disabled:k.draggable}),q=(0,n.useCombinedRefs)(F,W),G=Boolean(R),Z=G&&!b&&u(g)&&u(j),J=!D&&K,$=J&&Z?Y:null,Q=Z?null!=$?$:(null!=d?d:E)({rects:I,activeNodeRect:H,activeIndex:g,overIndex:j,index:M}):null,ee=u(g)&&u(j)?s({id:c,items:h,activeIndex:g,overIndex:j}):M,te=null==R?void 0:R.id,re=(0,a.useRef)({activeId:te,items:h,newIndex:ee,containerId:f}),ae=h!==re.current.items,oe=t({active:R,containerId:f,isDragging:K,isSorting:G,id:c,index:M,items:h,newIndex:re.current.newIndex,previousItems:re.current.items,previousContainerId:re.current.containerId,transition:m,wasDragging:null!=re.current.activeId}),ie=function(e){let{disabled:t,index:r,node:o,rect:l}=e;const[s,c]=(0,a.useState)(null),u=(0,a.useRef)(r);return(0,n.useIsomorphicLayoutEffect)((()=>{if(!t&&r!==u.current&&o.current){const e=l.current;if(e){const t=(0,i.getClientRect)(o.current,{ignoreTransform:!0}),r={x:e.left-t.left,y:e.top-t.top,scaleX:e.width/t.width,scaleY:e.height/t.height};(r.x||r.y)&&c(r)}}r!==u.current&&(u.current=r)}),[t,r,o,l]),(0,a.useEffect)((()=>{s&&c(null)}),[s]),s}({disabled:!oe,index:M,node:T,rect:B});return(0,a.useEffect)((()=>{G&&re.current.newIndex!==ee&&(re.current.newIndex=ee),f!==re.current.containerId&&(re.current.containerId=f),h!==re.current.items&&(re.current.items=h)}),[G,ee,f,h]),(0,a.useEffect)((()=>{if(te===re.current.activeId)return;if(te&&!re.current.activeId)return void(re.current.activeId=te);const e=setTimeout((()=>{re.current.activeId=te}),50);return()=>clearTimeout(e)}),[te]),{active:R,activeIndex:g,attributes:z,data:L,rect:B,index:M,newIndex:ee,items:h,isOver:N,isSorting:G,isDragging:K,listeners:U,node:T,overIndex:j,over:V,setNodeRef:q,setActivatorNodeRef:X,setDroppableNodeRef:F,setDraggableNodeRef:W,transform:null!=ie?ie:Q,transition:function(){if(ie||ae&&re.current.newIndex===M)return C;if(J&&!(0,n.isKeyboardEvent)(A)||!m)return;if(G||oe)return n.CSS.Transition.toString({...m,property:_});return}()}}function j(e){if(!e)return!1;const t=e.data.current;return!!(t&&"sortable"in t&&"object"==typeof t.sortable&&"containerId"in t.sortable&&"items"in t.sortable&&"index"in t.sortable)}const D=[i.KeyboardCode.Down,i.KeyboardCode.Right,i.KeyboardCode.Up,i.KeyboardCode.Left],E=(e,t)=>{let{context:{active:r,collisionRect:a,droppableRects:o,droppableContainers:l,over:s,scrollableAncestors:c}}=t;if(D.includes(e.code)){if(e.preventDefault(),!r||!a)return;const t=[];l.getEnabled().forEach((r=>{if(!r||null!=r&&r.disabled)return;const n=o.get(r.id);if(n)switch(e.code){case i.KeyboardCode.Down:a.top<n.top&&t.push(r);break;case i.KeyboardCode.Up:a.top>n.top&&t.push(r);break;case i.KeyboardCode.Left:a.left>n.left&&t.push(r);break;case i.KeyboardCode.Right:a.left<n.left&&t.push(r)}}));const u=(0,i.closestCorners)({active:r,collisionRect:a,droppableRects:o,droppableContainers:t,pointerCoordinates:null});let d=(0,i.getFirstCollision)(u,"id");if(d===(null==s?void 0:s.id)&&u.length>1&&(d=u[1].id),null!=d){const e=l.get(r.id),t=l.get(d),s=t?o.get(t.id):null,u=null==t?void 0:t.node.current;if(u&&s&&e&&t){const r=(0,i.getScrollableAncestors)(u).some(((e,t)=>c[t]!==e)),o=k(e,t),l=function(e,t){if(!j(e)||!j(t))return!1;if(!k(e,t))return!1;return e.data.current.sortable.index<t.data.current.sortable.index}(e,t),d=r||!o?{x:0,y:0}:{x:l?a.width-s.width:0,y:l?a.height-s.height:0},p={x:s.left,y:s.top};return d.x&&d.y?p:(0,n.subtract)(p,d)}}}};function k(e,t){return!(!j(e)||!j(t))&&e.data.current.sortable.containerId===t.data.current.sortable.containerId}},2851:(e,t,r)=>{"use strict";r.r(t),r.d(t,{CSS:()=>E,add:()=>_,canUseDOM:()=>i,findFirstFocusableNode:()=>M,getEventCoordinates:()=>D,getOwnerDocument:()=>p,getWindow:()=>s,hasViewportRelativeCoordinates:()=>w,isDocument:()=>c,isHTMLElement:()=>u,isKeyboardEvent:()=>I,isNode:()=>l,isSVGElement:()=>d,isTouchEvent:()=>j,isWindow:()=>n,subtract:()=>C,useCombinedRefs:()=>o,useEvent:()=>h,useInterval:()=>f,useIsomorphicLayoutEffect:()=>m,useLatestValue:()=>g,useLazyMemo:()=>y,useNodeRef:()=>v,usePrevious:()=>b,useUniqueId:()=>S});var a=r(8156);function o(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return(0,a.useMemo)((()=>e=>{t.forEach((t=>t(e)))}),t)}const i="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement;function n(e){const t=Object.prototype.toString.call(e);return"[object Window]"===t||"[object global]"===t}function l(e){return"nodeType"in e}function s(e){var t,r;return e?n(e)?e:l(e)&&null!=(t=null==(r=e.ownerDocument)?void 0:r.defaultView)?t:window:window}function c(e){const{Document:t}=s(e);return e instanceof t}function u(e){return!n(e)&&e instanceof s(e).HTMLElement}function d(e){return e instanceof s(e).SVGElement}function p(e){return e?n(e)?e.document:l(e)?c(e)?e:u(e)||d(e)?e.ownerDocument:document:document:document}const m=i?a.useLayoutEffect:a.useEffect;function h(e){const t=(0,a.useRef)(e);return m((()=>{t.current=e})),(0,a.useCallback)((function(){for(var e=arguments.length,r=new Array(e),a=0;a<e;a++)r[a]=arguments[a];return null==t.current?void 0:t.current(...r)}),[])}function f(){const e=(0,a.useRef)(null);return[(0,a.useCallback)(((t,r)=>{e.current=setInterval(t,r)}),[]),(0,a.useCallback)((()=>{null!==e.current&&(clearInterval(e.current),e.current=null)}),[])]}function g(e,t){void 0===t&&(t=[e]);const r=(0,a.useRef)(e);return m((()=>{r.current!==e&&(r.current=e)}),t),r}function y(e,t){const r=(0,a.useRef)();return(0,a.useMemo)((()=>{const t=e(r.current);return r.current=t,t}),[...t])}function v(e){const t=h(e),r=(0,a.useRef)(null),o=(0,a.useCallback)((e=>{e!==r.current&&(null==t||t(e,r.current)),r.current=e}),[]);return[r,o]}function b(e){const t=(0,a.useRef)();return(0,a.useEffect)((()=>{t.current=e}),[e]),t.current}let x={};function S(e,t){return(0,a.useMemo)((()=>{if(t)return t;const r=null==x[e]?0:x[e]+1;return x[e]=r,e+"-"+r}),[e,t])}function P(e){return function(t){for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];return a.reduce(((t,r)=>{const a=Object.entries(r);for(const[r,o]of a){const a=t[r];null!=a&&(t[r]=a+e*o)}return t}),{...t})}}const _=P(1),C=P(-1);function w(e){return"clientX"in e&&"clientY"in e}function I(e){if(!e)return!1;const{KeyboardEvent:t}=s(e.target);return t&&e instanceof t}function j(e){if(!e)return!1;const{TouchEvent:t}=s(e.target);return t&&e instanceof t}function D(e){if(j(e)){if(e.touches&&e.touches.length){const{clientX:t,clientY:r}=e.touches[0];return{x:t,y:r}}if(e.changedTouches&&e.changedTouches.length){const{clientX:t,clientY:r}=e.changedTouches[0];return{x:t,y:r}}}return w(e)?{x:e.clientX,y:e.clientY}:null}const E=Object.freeze({Translate:{toString(e){if(!e)return;const{x:t,y:r}=e;return"translate3d("+(t?Math.round(t):0)+"px, "+(r?Math.round(r):0)+"px, 0)"}},Scale:{toString(e){if(!e)return;const{scaleX:t,scaleY:r}=e;return"scaleX("+t+") scaleY("+r+")"}},Transform:{toString(e){if(e)return[E.Translate.toString(e),E.Scale.toString(e)].join(" ")}},Transition:{toString(e){let{property:t,duration:r,easing:a}=e;return t+" "+r+"ms "+a}}}),k="a,frame,iframe,input:not([type=hidden]):not(:disabled),select:not(:disabled),textarea:not(:disabled),button:not(:disabled),*[tabindex]";function M(e){return e.matches(k)?e:e.querySelector(k)}},4360:(e,t,r)=>{var a;global,e.exports=(a=r(8156),(()=>{"use strict";var e={156:e=>{e.exports=a}},t={};function r(a){var o=t[a];if(void 0!==o)return o.exports;var i=t[a]={exports:{}};return e[a](i,i.exports,r),i.exports}var o={};return(()=>{var e=o;Object.defineProperty(e,"__esModule",{value:!0}),e.useRefObjectAsForwardedRef=void 0;const t=r(156);e.useRefObjectAsForwardedRef=function(e,r){(0,t.useImperativeHandle)(e,(()=>r.current))}})(),o})())},7713:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.initialMenuContext=void 0;t.initialMenuContext={expanded:!0,showTooltipsWhenCollapsed:!0,tooltipsPosition:"right",activeAccordionPopover:null,setActiveAccordionPopover:()=>{}}},3843:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useMenuExpandContext=t.MenuExpandContext=void 0;const a=r(8156),o=r(7713),i=(0,a.createContext)(void 0);t.MenuExpandContext=i;t.useMenuExpandContext=(e=!0)=>{const t=(0,a.useContext)(i);if(void 0===t){if(!e)return o.initialMenuContext;throw new Error("Menu subcomponents must be used within MenuExpandContext.Provider")}return t}},776:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useMenuExpandContext=t.MenuExpandContext=void 0;var a=r(3843);Object.defineProperty(t,"MenuExpandContext",{enumerable:!0,get:function(){return a.MenuExpandContext}}),Object.defineProperty(t,"useMenuExpandContext",{enumerable:!0,get:function(){return a.useMenuExpandContext}})},8713:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShell=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(6156),n=r(6338),l=r(5128),s=({className:e,style:t,children:r,contentProperties:n,menu:s,menuProperties:c={display:{xs:"none",md:"block"}},menuExpanded:u=!0,menuExpandedWidth:d="240px",menuCollapsedWidth:p="48px",menuBehavior:m="inline",menuFlyout:h={trigger:"manual"},...f})=>{const g="popover"===m,{trigger:y="hover",open:v,defaultOpen:b=!1,onOpenChange:x,hoverOpenDelayMs:S=100,hoverCloseDelayMs:P=150,..._}=h??{},[C,w]=(0,a.useState)(b),I=v??C,j=(0,a.useCallback)((e=>{void 0===v&&w(e),x?.(e)}),[v,x]),{refs:D,context:E}=(0,i.useFloating)({open:!!g&&I,onOpenChange:j}),k=(0,i.useHover)(E,{delay:{open:S,close:P},handleClose:(0,i.safePolygon)(),enabled:"hover"===y}),M=(0,i.useFocus)(E,{enabled:"hover"===y}),L=(0,i.useDismiss)(E,{outsidePress:!0,escapeKey:!0}),O=(0,i.useRole)(E,{role:"dialog"}),{getReferenceProps:B,getFloatingProps:T}=(0,i.useInteractions)([k,M,L,O]),N=(0,a.useMemo)((()=>({isMenuPopover:!1})),[]),F=(0,a.useMemo)((()=>({isMenuPopover:!0})),[]);return a.default.createElement(o.Box,{...f,display:"flex"},s&&a.default.createElement(o.Box,{...c,width:u?d:p,height:"100vh",position:"sticky",top:"0",left:"0",borderStyle:"solid",borderWidth:"none",borderRightWidth:"1",borderColor:"neutral-surfaceDisabled",transitionProperty:"width",transitionDuration:"fast",transitionTimingFunction:"ease-out",flexShrink:u?"0":"1",ref:D.setReference,...B()},a.default.createElement(l.AppShellMenuContext.Provider,{value:N},s)),a.default.createElement(o.Box,{display:"grid",gridTemplateRows:"auto 1fr",flex:"1 1 auto",height:"100vh",width:"100%",backgroundColor:"neutral-surface",...n},r),g&&I&&a.default.createElement(l.AppShellMenuContext.Provider,{value:F},a.default.createElement(i.FloatingPortal,{id:"nimbus-popover-floating"},a.default.createElement(o.Box,{backgroundColor:"neutral-background",boxShadow:"2",borderStyle:"solid",borderWidth:"none",borderRightWidth:"1",borderColor:"neutral-surfaceDisabled",width:d,..._,position:"fixed",top:"0",left:"0",zIndex:"900",height:"100vh",ref:D.setFloating,...T()},s))))};t.AppShell=s,s.Header=n.AppShellHeader,s.Body=n.AppShellBody,s.Chat=n.AppShellChat,s.displayName="AppShell",s.Header.displayName="AppShell.Header",s.Body.displayName="AppShell.Body",s.Chat.displayName="AppShell.Chat"},2545:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellBody=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.AppShellBody=({children:e,...t})=>a.default.createElement(o.Box,{backgroundColor:"neutral-surface",width:"100%",gap:"2",overflow:"auto",height:"100%",...t,flex:"1 1 auto",display:"flex"},e)},1617:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellBody=void 0;var a=r(2545);Object.defineProperty(t,"AppShellBody",{enumerable:!0,get:function(){return a.AppShellBody}})},6572:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellChat=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.AppShellChat=({children:e,...t})=>a.default.createElement(o.Box,{height:"100%",maxWidth:{xs:"300px",lg:"378px"},top:"0",flex:"1",padding:"2",zIndex:"700",...t,position:"sticky"},e)},8444:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellChat=void 0;var a=r(6572);Object.defineProperty(t,"AppShellChat",{enumerable:!0,get:function(){return a.AppShellChat}})},3485:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellHeader=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.AppShellHeader=({className:e,style:t,leftSlot:r,rightSlot:i,...n})=>a.default.createElement(o.Box,{padding:"2",backgroundColor:"neutral-surface",gap:"2",...n,display:"flex",justifyContent:r?"space-between":"flex-end",position:"sticky",top:"0"},r,i&&a.default.createElement(o.Box,{display:"flex",gap:{xs:"1",md:"2"}},i))},1450:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellHeader=void 0;const a=r(3485);var o=r(3485);Object.defineProperty(t,"AppShellHeader",{enumerable:!0,get:function(){return o.AppShellHeader}}),t.default=a.AppShellHeader},6338:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(1450),t),a.__exportStar(r(1617),t),a.__exportStar(r(8444),t)},41:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.initialAppShellMenuContextValue=void 0,t.initialAppShellMenuContextValue={isMenuPopover:!1}},8626:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShellMenuContext=void 0;const a=r(8156),o=r(41);t.AppShellMenuContext=(0,a.createContext)(void 0);t.useAppShellMenuContext=(e=!0)=>{const r=(0,a.useContext)(t.AppShellMenuContext);if(void 0===r){if(!e)return o.initialAppShellMenuContextValue;throw new Error("useAppShellMenuContext must be used within an AppShell Menu")}return r}},5128:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShellMenuContext=void 0;var a=r(8626);Object.defineProperty(t,"AppShellMenuContext",{enumerable:!0,get:function(){return a.AppShellMenuContext}}),Object.defineProperty(t,"useAppShellMenuContext",{enumerable:!0,get:function(){return a.useAppShellMenuContext}})},8377:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShellMenuContext=void 0;var a=r(5128);Object.defineProperty(t,"AppShellMenuContext",{enumerable:!0,get:function(){return a.AppShellMenuContext}}),Object.defineProperty(t,"useAppShellMenuContext",{enumerable:!0,get:function(){return a.useAppShellMenuContext}})},8462:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShell=void 0;const a=r(8713);var o=r(8713);Object.defineProperty(t,"AppShell",{enumerable:!0,get:function(){return o.AppShell}});var i=r(8377);Object.defineProperty(t,"useAppShellMenuContext",{enumerable:!0,get:function(){return i.useAppShellMenuContext}}),t.default=a.AppShell},456:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Calendar=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3215),n=r(7990),l=r(1621),s=r(6563),c=({className:e,style:t,hideBorder:r=!1,containerProps:c,stickyWeekdays:u=!1,fullWidthDays:d=!1,...p})=>a.default.createElement(s.Wrapper,{initialProps:{...p}},a.default.createElement(o.Box,{borderWidth:r?"none":"1",borderStyle:"solid",borderColor:"neutral-surfaceHighlight",borderRadius:"2","data-style":"nimbus-calendar",overflowY:"auto",position:"relative",...c},p.numberOfMonths&&p.numberOfMonths>1&&u&&a.default.createElement(s.Weekdays,null),a.default.createElement(l.DayPicker,{...p,classNames:{table:n.calendar.classnames.table,row:n.calendar.classnames.row,cell:n.calendar.classnames.cell,caption:n.calendar.classnames.caption,caption_start:n.calendar.classnames.caption_start,caption_end:n.calendar.classnames.caption_end,head:u?n.calendar.classnames.head_stickyWeekdays:n.calendar.classnames.head,head_row:n.calendar.classnames.row,head_cell:n.calendar.classnames.cell__head,tbody:n.calendar.classnames.body,nav:n.calendar.classnames.nav,nav_button_previous:n.calendar.classnames.nav__button,nav_button_next:n.calendar.classnames.nav__button,day:d?n.calendar.classnames.day_fullWidth:n.calendar.classnames.day,day_selected:n.calendar.classnames.day_selected,day_today:n.calendar.classnames.day_today,day_outside:n.calendar.classnames.day_outside,day_disabled:n.calendar.classnames.day_disabled,day_range_middle:n.calendar.classnames.day__middle,day_range_start:n.calendar.classnames.day__start,day_range_end:n.calendar.classnames.day__end,months:n.calendar.classnames.months},components:{CaptionLabel:s.CustomCaptionLabel,IconLeft:i.ChevronLeftIcon,IconRight:i.ChevronRightIcon,Day:s.CustomDay}})));t.Calendar=c,c.displayName="Calendar"},7709:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CustomCaptionLabel=void 0;const a=r(5163).__importDefault(r(8156)),o=r(1621),i=r(5280);t.CustomCaptionLabel=({...e})=>{const{locale:t,formatters:{formatCaption:r}}=(0,o.useDayPicker)();return a.default.createElement(i.Text,{fontSize:"highlight",fontWeight:"medium",...e},r(e.displayMonth,{locale:t}))}},2352:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CustomCaptionLabel=void 0;const a=r(7709);var o=r(7709);Object.defineProperty(t,"CustomCaptionLabel",{enumerable:!0,get:function(){return o.CustomCaptionLabel}}),t.default=a.CustomCaptionLabel},8432:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CustomDay=void 0;const a=r(5163).__importDefault(r(8156)),o=r(1621),i=r(7876);t.CustomDay=({...e})=>a.default.createElement("div",{id:(0,i.format)(e.date,"yyyy-MM-dd"),style:{width:"100%"}},a.default.createElement(o.Day,{...e}))},9869:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CustomDay=void 0;const a=r(8432);var o=r(8432);Object.defineProperty(t,"CustomDay",{enumerable:!0,get:function(){return o.CustomDay}}),t.default=a.CustomDay},8815:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Weekdays=void 0;const a=r(5163).__importDefault(r(8156)),o=r(1621),i=r(5280),n=r(2074);t.Weekdays=()=>{const{locale:e,weekStartsOn:t,ISOWeek:r,formatters:{formatWeekdayName:l},labels:{labelWeekday:s}}=(0,o.useDayPicker)(),c=(0,n.getWeekdays)(e,t,r);return a.default.createElement(i.Box,{display:"flex",width:"100%",backgroundColor:"neutral-surface",position:"sticky",top:"0",py:"2",px:"4",zIndex:"100"},c.map((t=>a.default.createElement(i.Box,{key:s(t,{locale:e}),display:"flex",flex:"1",alignItems:"center",justifyContent:"center","aria-label":s(t,{locale:e})},a.default.createElement(i.Text,{textAlign:"center",fontSize:"caption",fontWeight:"medium"},l(t,{locale:e}))))))}},9882:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Weekdays=void 0;const a=r(8815);var o=r(8815);Object.defineProperty(t,"Weekdays",{enumerable:!0,get:function(){return o.Weekdays}}),t.default=a.Weekdays},8240:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Wrapper=void 0;const a=r(5163).__importDefault(r(8156)),o=r(1621);t.Wrapper=({children:e,...t})=>a.default.createElement(o.DayPickerProvider,{...t},e)},2506:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Wrapper=void 0;const a=r(8240);var o=r(8240);Object.defineProperty(t,"Wrapper",{enumerable:!0,get:function(){return o.Wrapper}}),t.default=a.Wrapper},6563:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(2352),t),a.__exportStar(r(9869),t),a.__exportStar(r(2506),t),a.__exportStar(r(9882),t)},5589:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Calendar=void 0;const a=r(456);var o=r(456);Object.defineProperty(t,"Calendar",{enumerable:!0,get:function(){return o.Calendar}}),t.default=a.Calendar},6282:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getWeekdays=void 0;const a=r(7876);t.getWeekdays=function(e,t,r){const o=r?(0,a.startOfISOWeek)(new Date):(0,a.startOfWeek)(new Date,{locale:e,weekStartsOn:t}),i=[];for(let e=0;e<7;e++){const t=(0,a.addDays)(o,e);i.push(t)}return i}},2074:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});r(5163).__exportStar(r(6282),t)},1683:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CalloutCard=void 0;const a=r(5163).__importDefault(r(8156)),o=r(3215),i=r(5280),n=r(8083),l=({appearance:e,title:t,subtitle:r,link:l,onClick:s,icon:c,...u})=>a.default.createElement(i.Box,{...u,display:"flex",backgroundColor:n.cardBackground[e],borderColor:n.cardBorder[e],borderStyle:"solid",borderWidth:"1",borderRadius:"2",cursor:l?"auto":"pointer",flex:"0 1 auto",gap:"2",p:"2",as:l?"div":"button",onClick:s,width:"100%"},a.default.createElement(i.Box,{backgroundColor:n.iconBackground[e],height:"36px",width:"36px",minHeight:"36px",minWidth:"36px",borderRadius:"2",display:"flex",justifyContent:"center",alignItems:"center"},a.default.createElement(i.Icon,{"data-testid":"callout-card-icon",color:n.iconColor[e],source:a.default.createElement(c,{size:"medium"})})),a.default.createElement(i.Box,{display:"flex",flex:"1 1 auto",flexDirection:"column"},a.default.createElement(i.Text,{"data-testid":"callout-card-title",color:n.textColor[e],fontSize:"caption",fontWeight:"bold"},t),a.default.createElement(i.Text,{"data-testid":"callout-card-subtitle",color:n.textColor[e],fontSize:"caption"},r),l&&a.default.createElement(i.Box,{mt:"2"},l)),!l&&a.default.createElement(i.Box,{alignSelf:"center"},a.default.createElement(i.Icon,{"data-testid":"callout-card-open-icon",cursor:"pointer",color:n.iconColor[e],source:a.default.createElement(o.ChevronRightIcon,{size:"small"})})));t.CalloutCard=l,l.displayName="CalloutCard"},8083:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.textColor=t.iconColor=t.iconBackground=t.cardBorder=t.cardBackground=void 0,t.cardBackground={primary:"primary-surface",success:"success-surface",warning:"warning-surface",danger:"danger-surface",neutral:"neutral-surface"},t.cardBorder={primary:"primary-interactive",success:"success-interactive",warning:"warning-interactive",danger:"danger-interactive",neutral:"neutral-interactive"},t.iconBackground={primary:"primary-surfaceHighlight",success:"success-surfaceHighlight",warning:"warning-surfaceHighlight",danger:"danger-surfaceHighlight",neutral:"neutral-surfaceHighlight"},t.iconColor={primary:"primary-textLow",success:"success-textLow",warning:"warning-textLow",danger:"danger-textLow",neutral:"neutral-textHigh"},t.textColor=t.iconColor},4289:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CalloutCard=void 0;const a=r(1683);var o=r(1683);Object.defineProperty(t,"CalloutCard",{enumerable:!0,get:function(){return o.CalloutCard}}),t.default=a.CalloutCard},7708:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInput=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(5840),n=({className:e,style:t,children:r,aiFocused:i,...n})=>a.default.createElement(o.Box,{borderColor:"transparent",background:"ai-generative-interactive-border",borderWidth:"1",borderStyle:"solid",borderRadius:"2",...i&&{boxShadow:"aiFocus"},padding:"1",...n,display:"flex",flexDirection:"column"},r);t.ChatInput=n,n.Actions=i.ChatInputActions,n.Field=i.ChatInputField,n.Popover=i.ChatInputPopover,n.PopoverButton=i.ChatInputPopoverButton,n.displayName="ChatInput",n.Actions.displayName="ChatInput.Actions",n.Field.displayName="ChatInput.Field",n.Popover.displayName="ChatInput.Popover",n.PopoverButton.displayName="ChatInput.PopoverButton"},3532:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputActions=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=({className:e,style:t,children:r,...i})=>a.default.createElement(o.Box,{...i,display:"flex",alignItems:"center",justifyContent:"space-between",pb:"2",px:"1"},r);t.ChatInputActions=i,i.displayName="ChatInput.Actions"},2591:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputActions=void 0;var a=r(3532);Object.defineProperty(t,"ChatInputActions",{enumerable:!0,get:function(){return a.ChatInputActions}})},95:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputField=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(4360),n=(0,a.forwardRef)((({lines:e=1,maxLines:t=7,...r},n)=>{const l=(0,a.useRef)(null);return(0,i.useRefObjectAsForwardedRef)(n,l),a.default.createElement(o.Textarea,{ref:l,...r,lines:e,maxLines:t,autoGrow:!0,resize:!1,appearance:"transparent"})}));t.ChatInputField=n,n.displayName="ChatInput.Field"},9543:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputField=void 0;var a=r(95);Object.defineProperty(t,"ChatInputField",{enumerable:!0,get:function(){return a.ChatInputField}})},8694:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputPopover=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=({content:e,children:t,contentProperties:r,...i})=>a.default.createElement(o.Popover,{content:a.default.createElement(o.Box,{minWidth:"140px",...r,display:"flex",flexDirection:"column",gap:"1"},e),arrow:!1,position:"top-start",padding:"small",...i},t);t.ChatInputPopover=i,i.displayName="ChatInput.Popover"},5752:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputPopover=void 0;var a=r(8694);Object.defineProperty(t,"ChatInputPopover",{enumerable:!0,get:function(){return a.ChatInputPopover}})},1279:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputPopoverButton=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=({icon:e,text:t,onClick:r,...i})=>a.default.createElement(o.Box,{backgroundColor:{xs:"transparent",hover:"neutral-surface"},...i,as:"button",type:"button",cursor:"pointer",borderWidth:"none",display:"flex",alignItems:"center",gap:"2",p:"2",borderRadius:"1",onClick:r},e&&a.default.createElement(o.Icon,{source:e,color:"neutral-textHigh"}),a.default.createElement(o.Text,{color:"neutral-textHigh",fontSize:"base",lineHeight:"base"},t));t.ChatInputPopoverButton=i,i.displayName="ChatInput.PopoverButton"},6275:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputPopoverButton=void 0;var a=r(1279);Object.defineProperty(t,"ChatInputPopoverButton",{enumerable:!0,get:function(){return a.ChatInputPopoverButton}})},5840:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInputPopoverButton=t.ChatInputPopover=t.ChatInputField=t.ChatInputActions=void 0;var a=r(2591);Object.defineProperty(t,"ChatInputActions",{enumerable:!0,get:function(){return a.ChatInputActions}});var o=r(9543);Object.defineProperty(t,"ChatInputField",{enumerable:!0,get:function(){return o.ChatInputField}});var i=r(5752);Object.defineProperty(t,"ChatInputPopover",{enumerable:!0,get:function(){return i.ChatInputPopover}});var n=r(6275);Object.defineProperty(t,"ChatInputPopoverButton",{enumerable:!0,get:function(){return n.ChatInputPopoverButton}})},7e3:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChatInput=void 0;const a=r(7708);var o=r(7708);Object.defineProperty(t,"ChatInput",{enumerable:!0,get:function(){return o.ChatInput}}),t.default=a.ChatInput},5688:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataList=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(1168),n=({className:e,style:t,children:r,bottomDivider:i=!0,...n})=>a.default.createElement(o.Box,{role:"list",borderStyle:"solid",borderWidth:"none",borderBottomWidth:i?"1":"none",borderColor:"neutral-surfaceHighlight",backgroundColor:"neutral-background",display:"flex",flexDirection:"column",width:"100%",...n},r);t.DataList=n,n.Row=i.DataListRow,n.displayName="DataList",i.DataListRow.displayName="DataList.Row",n.Row.displayName="DataList.Row"},7624:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataListRow=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(2463);t.DataListRow=({className:e,style:t,children:r,padding:n="base",topDivider:l=!0,...s})=>a.default.createElement(o.Box,{role:"listitem",borderStyle:"solid",borderWidth:"none",borderTopWidth:l?"1":"none",borderColor:"neutral-surfaceHighlight",display:"flex",flexDirection:"column",padding:i.rowPadding[n],...s},r)},2463:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.rowPadding=void 0,t.rowPadding={base:"4",small:"2",none:"none"}},60:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataListRow=void 0;const a=r(7624);var o=r(7624);Object.defineProperty(t,"DataListRow",{enumerable:!0,get:function(){return o.DataListRow}}),t.default=a.DataListRow},1168:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});r(5163).__exportStar(r(60),t)},7512:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataList=void 0;const a=r(5688);var o=r(5688);Object.defineProperty(t,"DataList",{enumerable:!0,get:function(){return o.DataList}}),t.default=a.DataList},5443:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTable=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(7347),n=({className:e,style:t,bulkActions:r,header:i,footer:n,children:l,...s})=>a.default.createElement(o.Box,null,a.default.createElement(o.Box,{position:"relative",borderRadius:"2",borderColor:"neutral-surfaceHighlight",borderStyle:"solid",borderWidth:"1"},r,a.default.createElement(o.Table,{...s},i,a.default.createElement(o.Table.Body,null,l))),n);t.DataTable=n,n.displayName="DataTable",n.BulkActions=i.DataTableBulkActions,n.Header=i.DataTableHeader,n.Footer=i.DataTableFooter,n.Row=i.DataTableRow,n.Cell=i.DataTableCell,n.BulkActions.displayName="DataTable.BulkActions",n.Header.displayName="DataTable.Header",n.Footer.displayName="DataTable.Footer",n.Row.displayName="DataTable.Row",n.Cell.displayName="DataTable.Cell"},5498:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableBulkActions=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.DataTableBulkActions=({className:e,style:t,checkbox:r,link:i,action:n,label:l,...s})=>a.default.createElement(o.Box,{...s,position:"sticky",top:"0",left:"0",width:"100%",backgroundColor:"neutral-surface",display:"flex",alignItems:"center",gap:"4",p:"2",boxSizing:"border-box",borderRadius:"2",zIndex:"100"},a.default.createElement(o.Checkbox,{...r,id:"select-all"}),a.default.createElement(o.Label,{htmlFor:"select-all"},a.default.createElement(o.Text,{color:"neutral-textLow",fontSize:"base"},l)),i,n)},1587:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableBulkActions=void 0;const a=r(5498);var o=r(5498);Object.defineProperty(t,"DataTableBulkActions",{enumerable:!0,get:function(){return o.DataTableBulkActions}}),t.default=a.DataTableBulkActions},3445:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableCell=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.DataTableCell=({className:e,style:t,children:r,...i})=>a.default.createElement(o.Table.Cell,{...i},r)},2105:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableCell=void 0;const a=r(3445);var o=r(3445);Object.defineProperty(t,"DataTableCell",{enumerable:!0,get:function(){return o.DataTableCell}}),t.default=a.DataTableCell},4701:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableFooter=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.DataTableFooter=({className:e,style:t,itemCount:r,pagination:i,...n})=>a.default.createElement(o.Box,{...n,display:"flex",alignItems:"center",justifyContent:"space-between",p:"2"},a.default.createElement(o.Text,{fontSize:"caption",color:"neutral-textLow"},r),i&&a.default.createElement(o.Pagination,{...i}))},3151:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableFooter=void 0;const a=r(4701);var o=r(4701);Object.defineProperty(t,"DataTableFooter",{enumerable:!0,get:function(){return o.DataTableFooter}}),t.default=a.DataTableFooter},7855:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableHeader=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.DataTableHeader=({className:e,style:t,checkbox:r,children:i,...n})=>a.default.createElement(o.Table.Head,{...n},a.default.createElement(o.Table.Row,{backgroundColor:"neutral-surface"},a.default.createElement(o.Table.Cell,{as:"th",width:"1rem"},a.default.createElement(o.Checkbox,{...r})),i))},1715:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableHeader=void 0;const a=r(7855);var o=r(7855);Object.defineProperty(t,"DataTableHeader",{enumerable:!0,get:function(){return o.DataTableHeader}}),t.default=a.DataTableHeader},5404:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableRow=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.DataTableRow=({className:e,style:t,checkbox:r,children:i,...n})=>a.default.createElement(o.Table.Row,{...n},a.default.createElement(o.Table.Cell,{width:"1rem"},a.default.createElement(o.Checkbox,{...r})),i)},8297:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTableRow=void 0;const a=r(5404);var o=r(5404);Object.defineProperty(t,"DataTableRow",{enumerable:!0,get:function(){return o.DataTableRow}}),t.default=a.DataTableRow},7347:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(1587),t),a.__exportStar(r(3151),t),a.__exportStar(r(1715),t),a.__exportStar(r(8297),t),a.__exportStar(r(2105),t)},1602:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DataTable=void 0;const a=r(5443);var o=r(5443);Object.defineProperty(t,"DataTable",{enumerable:!0,get:function(){return o.DataTable}}),t.default=a.DataTable},9658:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyApp=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(9822),n=({children:e,...t})=>a.default.createElement(o.Box,{width:"100%",display:"flex",flexDirection:"column",backgroundColor:"neutral-background",pb:"8",...t},e);t.EmptyApp=n,n.ContentImageElement=i.EmptyAppContentImageElement,n.ContentSection=i.EmptyAppContentSection,n.ContentTextElement=i.EmptyAppContentTextElement,n.HeroSection=i.EmptyAppHeroSection,n.PlanCard=i.EmptyAppPlanCard,n.PlanItem=i.EmptyAppPlanItem,n.displayName="EmptyApp",n.ContentImageElement.displayName="EmptyApp.ContentImageElement",n.ContentSection.displayName="EmptyApp.ContentSection",n.ContentTextElement.displayName="EmptyApp.ContentTextElement",n.HeroSection.displayName="EmptyApp.HeroSection",n.PlanCard.displayName="EmptyApp.PlanCard",n.PlanItem.displayName="EmptyApp.PlanItem"},6667:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppContentImageElement=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.EmptyAppContentImageElement=({...e})=>a.default.createElement(o.Box,{display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"6",borderWidth:"5",borderStyle:"solid",borderColor:"neutral-interactive",maxWidth:"480px",width:"100%"},a.default.createElement(o.Thumbnail,{aspectRatio:"4/3",width:"100%",...e}))},2272:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppContentImageElement=void 0;const a=r(6667);var o=r(6667);Object.defineProperty(t,"EmptyAppContentImageElement",{enumerable:!0,get:function(){return o.EmptyAppContentImageElement}}),t.default=a.EmptyAppContentImageElement},4997:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppContentSection=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.EmptyAppContentSection=({title:e,subtitle:t,actions:r,children:i,...n})=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column",px:{xs:"4",md:"6"},py:"12",gap:"10",alignItems:"center",maxWidth:"1200px",width:"100%",mx:"auto",...n},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4",alignItems:"center"},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2",alignItems:"center"},a.default.createElement(o.Title,{as:"h2",textAlign:"center"},e),t&&a.default.createElement(o.Text,{fontSize:"highlight",textAlign:"center"},t)),r&&a.default.createElement(o.Box,{display:"flex",gap:"2",alignItems:"center"},r)),i)},5627:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppContentSection=void 0;const a=r(4997);var o=r(4997);Object.defineProperty(t,"EmptyAppContentSection",{enumerable:!0,get:function(){return o.EmptyAppContentSection}}),t.default=a.EmptyAppContentSection},5508:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppContentTextElement=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.EmptyAppContentTextElement=({title:e,content:t,bottomDivider:r=!1,...i})=>a.default.createElement(a.default.Fragment,null,a.default.createElement(o.Box,{...i,display:"flex",flexDirection:"column",gap:"2"},a.default.createElement(o.Title,{as:"h4"},e),a.default.createElement(o.Text,null,t)),r&&a.default.createElement(o.Box,{width:"100%",borderTopWidth:"1",borderColor:"neutral-surfaceHighlight",borderStyle:"solid"}))},7932:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppContentTextElement=void 0;const a=r(5508);var o=r(5508);Object.defineProperty(t,"EmptyAppContentTextElement",{enumerable:!0,get:function(){return o.EmptyAppContentTextElement}}),t.default=a.EmptyAppContentTextElement},1975:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppHeroSection=void 0;const a=r(5163),o=a.__importDefault(r(8156)),i=r(5280),n=r(2966),l=r(7990),s=a.__importDefault(r(3924));t.EmptyAppHeroSection=({title:e,titleChildren:t,subtitle:r,content:a,actions:c,...u})=>{const{currentTheme:d}=(0,l.useTheme)(),p="base"===d||"next"===d?"light":"dark";return o.default.createElement(i.Box,{backgroundImage:`linear-gradient(to bottom,${s.default.color[p].primary.interactive.value} 55%,${s.default.color[p].neutral.background.value} 100%)`,minHeight:"560px",pt:{xs:"12",md:"none"},...u},o.default.createElement(i.Box,{display:"flex",flexDirection:{xs:"column",md:"row"},alignItems:{md:"center"},justifyContent:"space-between",gap:"8",py:"4",px:{xs:"4",md:"6"},mx:"auto",maxWidth:"1200px",height:"100%"},o.default.createElement(n.Layout,{columns:"2 - symmetric"},o.default.createElement(n.Layout.Section,{justifyContent:"center"},o.default.createElement(i.Box,{display:"flex",flexDirection:"column",gap:"2"},r&&o.default.createElement(i.Title,{as:"h4",color:"neutral-background"},r),o.default.createElement(i.Box,{display:"flex",gap:"2",alignItems:"center"},o.default.createElement(i.Title,{as:"h1",color:"neutral-background"},e),t),o.default.createElement(i.Text,{color:"neutral-background",fontSize:"highlight"},a)),c&&o.default.createElement(i.Box,{display:"flex",gap:"2"},c)),o.default.createElement(n.Layout.Section,{position:"relative",pr:"5",pt:"5"},o.default.createElement(i.Box,{borderRadius:"4",overflow:"hidden",position:"relative",zIndex:"200"},o.default.createElement(i.Thumbnail,{width:"100%",alt:u.alt,src:u.src,aspectRatio:"4/3"})),o.default.createElement(i.Box,{top:{xs:"-4px",md:"-10px"},left:{xs:"4px",md:"10px"},position:"absolute",width:"100%",height:"100%",borderRadius:"4",backgroundColor:"primary-textLow",zIndex:"100"})))))}},2477:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppHeroSection=void 0;const a=r(1975);var o=r(1975);Object.defineProperty(t,"EmptyAppHeroSection",{enumerable:!0,get:function(){return o.EmptyAppHeroSection}}),t.default=a.EmptyAppHeroSection},6199:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppPlanCard=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.EmptyAppPlanCard=({planContext:e,planName:t,children:r,...i})=>a.default.createElement(o.Card,{...i},a.default.createElement(o.Card.Header,{title:e}),a.default.createElement(o.Card.Body,null,a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4"},a.default.createElement(o.Title,{as:"h2",color:"neutral-textLow"},t),a.default.createElement(o.Box,{width:"100%",borderTopWidth:"1",borderColor:"neutral-surfaceHighlight",borderStyle:"solid"}),a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"1"},r))))},3829:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppPlanCard=void 0;const a=r(6199);var o=r(6199);Object.defineProperty(t,"EmptyAppPlanCard",{enumerable:!0,get:function(){return o.EmptyAppPlanCard}}),t.default=a.EmptyAppPlanCard},8357:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppPlanItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3215);t.EmptyAppPlanItem=({disabled:e=!1,label:t,...r})=>a.default.createElement(o.Box,{display:"flex",alignItems:"center",gap:"2",...r},e?a.default.createElement(o.Icon,{source:a.default.createElement(i.CloseIcon,null),color:"neutral-textDisabled"}):a.default.createElement(o.Icon,{source:a.default.createElement(i.CheckIcon,null),color:"success-interactive"}),a.default.createElement(o.Text,{color:e?"neutral-textDisabled":"neutral-textHigh"},t))},5932:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyAppPlanItem=void 0;const a=r(8357);var o=r(8357);Object.defineProperty(t,"EmptyAppPlanItem",{enumerable:!0,get:function(){return o.EmptyAppPlanItem}}),t.default=a.EmptyAppPlanItem},9822:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(2272),t),a.__exportStar(r(2272),t),a.__exportStar(r(5627),t),a.__exportStar(r(7932),t),a.__exportStar(r(2477),t),a.__exportStar(r(3829),t),a.__exportStar(r(5932),t)},1437:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyApp=void 0;const a=r(9658);var o=r(9658);Object.defineProperty(t,"EmptyApp",{enumerable:!0,get:function(){return o.EmptyApp}}),t.default=a.EmptyApp},591:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyMessage=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=({className:e,style:t,illustration:r,icon:i,title:n,text:l,actions:s,...c})=>{const u=a.default.createElement(o.Box,{...c,display:"flex",flexDirection:"column",gap:"1",alignItems:{xs:"center",lg:r?"flex-start":"center"},justifyContent:r?"center":"flex-start"},i&&a.default.createElement(o.Icon,{source:i}),a.default.createElement(o.Title,{as:"h4",textAlign:{xs:"center",lg:r?"left":"center"}},n),l&&a.default.createElement(o.Text,{textAlign:{xs:"center",lg:r?"left":"center"}},l),s&&a.default.createElement(o.Box,{display:"flex",justifyContent:{xs:"center",lg:"flex-start"},gap:"2",mt:"1",flexWrap:"wrap"},s));return r?a.default.createElement(o.Box,{display:"grid",gridTemplateColumns:{xs:"1fr",lg:"1fr 1fr"},gridTemplateAreas:{xs:"auto auto",lg:"auto"},gap:"4"},a.default.createElement(o.Box,{display:"flex",alignItems:"center",justifyContent:"center"},r),u):u};t.EmptyMessage=i,i.displayName="EmptyMessage"},1777:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyMessage=void 0;const a=r(591);var o=r(591);Object.defineProperty(t,"EmptyMessage",{enumerable:!0,get:function(){return o.EmptyMessage}}),t.default=a.EmptyMessage},8996:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormField=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(7488),n=r(7548),l=({label:e,helpText:t,helpIcon:r,appearance:n="none",showHelpText:l=!1,children:s,...c})=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2",width:"100%"},e&&a.default.createElement(o.Label,{htmlFor:c.id},e),s,l&&a.default.createElement(o.Box,{display:"inline-flex",gap:"1"},r&&a.default.createElement(o.Icon,{color:i.helpTextAppearance[n],source:a.default.createElement(r,{size:12})}),t&&a.default.createElement(o.Text,{color:i.helpTextAppearance[n],fontSize:"caption"},t)));t.FormField=l,l.displayName="FormField",l.Select=n.FormFieldSelect,l.Textarea=n.FormFieldTextarea,l.Input=n.FormFieldInput,l.Select.displayName="FormField.Select",l.Textarea.displayName="FormField.Textarea",l.Input.displayName="FormField.Input"},816:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormFieldInput=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(4360),n=r(8996),l=r(7488),s=(0,a.forwardRef)((({label:e,helpText:t,helpIcon:r,appearance:s="none",showHelpText:c=!1,...u},d)=>{const p=(0,a.useRef)(null);(0,i.useRefObjectAsForwardedRef)(d,p);const m=(0,a.useMemo)((()=>"ai-generative"===s?"none":s),[s]);return a.default.createElement(n.FormField,{label:e,helpText:t,helpIcon:r,appearance:m,showHelpText:c,id:u.id},a.default.createElement(o.Input,{ref:p,...u,appearance:l.inputAppearance[s]}))}));t.FormFieldInput=s},5830:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormFieldInput=void 0;const a=r(816);var o=r(816);Object.defineProperty(t,"FormFieldInput",{enumerable:!0,get:function(){return o.FormFieldInput}}),t.default=a.FormFieldInput},9981:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.selectAppearances=void 0,t.selectAppearances={danger:"danger",warning:"warning",success:"success",none:"neutral"}},9263:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormFieldSelect=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(4360),n=r(8996),l=r(9981),s=(0,a.forwardRef)((({label:e,helpText:t,helpIcon:r,appearance:s="none",showHelpText:c=!1,...u},d)=>{const p=(0,a.useRef)(null);return(0,i.useRefObjectAsForwardedRef)(d,p),a.default.createElement(n.FormField,{label:e,helpText:t,helpIcon:r,appearance:s,showHelpText:c,id:u.id},a.default.createElement(o.Select,{ref:p,...u,appearance:l.selectAppearances[s]}))}));t.FormFieldSelect=s},3765:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormFieldSelect=void 0;const a=r(9263);var o=r(9263);Object.defineProperty(t,"FormFieldSelect",{enumerable:!0,get:function(){return o.FormFieldSelect}}),t.default=a.FormFieldSelect},4155:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.textAreaAppearances=void 0,t.textAreaAppearances={danger:"danger",warning:"warning",success:"success",none:"neutral"}},8607:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormFieldTextarea=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(4360),n=r(8996),l=r(4155),s=(0,a.forwardRef)((({label:e,helpText:t,helpIcon:r,appearance:s="none",showHelpText:c=!1,...u},d)=>{const p=(0,a.useRef)(null);return(0,i.useRefObjectAsForwardedRef)(d,p),a.default.createElement(n.FormField,{label:e,helpText:t,helpIcon:r,appearance:s,showHelpText:c,id:u.id},a.default.createElement(o.Textarea,{ref:p,...u,appearance:l.textAreaAppearances[s]}))}));t.FormFieldTextarea=s},2901:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormFieldTextarea=void 0;const a=r(8607);var o=r(8607);Object.defineProperty(t,"FormFieldTextarea",{enumerable:!0,get:function(){return o.FormFieldTextarea}}),t.default=a.FormFieldTextarea},7548:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(3765),t),a.__exportStar(r(2901),t),a.__exportStar(r(5830),t)},7488:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.helpTextAppearance=t.inputAppearance=void 0,t.inputAppearance={danger:"danger",warning:"warning",success:"success",none:"neutral","ai-generative":"ai-generative","ai-generated":"neutral"},t.helpTextAppearance={danger:"danger-textLow",warning:"warning-textLow",success:"success-textLow",none:"neutral-textDisabled"}},3174:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FormField=void 0;const a=r(8996);var o=r(8996);Object.defineProperty(t,"FormField",{enumerable:!0,get:function(){return o.FormField}}),t.default=a.FormField},4989:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HelpLink=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3215),n=({className:e,style:t,children:r,...n})=>a.default.createElement(o.Box,{...n,display:"flex",alignItems:"center",justifyContent:"center",gap:"2"},a.default.createElement(o.Box,{display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"2",width:"2rem",height:"2rem",minWidth:"2rem",minHeight:"2rem",backgroundColor:"primary-surface"},a.default.createElement(o.Icon,{source:a.default.createElement(i.QuestionCircleIcon,null),color:"primary-textLow"})),r);t.HelpLink=n,n.displayName="HelpLink"},4778:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HelpLink=void 0;const a=r(4989);var o=r(4989);Object.defineProperty(t,"HelpLink",{enumerable:!0,get:function(){return o.HelpLink}}),t.default=a.HelpLink},8252:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreen=void 0;const a=r(5163),o=a.__importDefault(r(8156)),i=r(5280),n=a.__importStar(r(8610)),l=({children:e,...t})=>o.default.createElement(i.Box,{width:"100%",paddingTop:{xs:"6",md:"20"},px:{xs:"none",md:"8"},maxWidth:"1200px",...t},e);t.InitialScreen=l,l.Bullet=n.InitialScreenBullet,l.Card=n.InitialScreenCard,l.CardLayout=n.InitialScreenCardLayout,l.Feature=n.InitialScreenFeature,l.FeatureItem=n.InitialScreenFeatureItem,l.FeatureItemSpacing=n.InitialScreenFeatureItemSpacing,l.Hero=n.InitialScreenHero,l.Module=n.InitialScreenModule,l.Section=n.InitialScreenSection,l.displayName="InitialScreen",l.Bullet.displayName="InitialScreen.Bullet",l.Card.displayName="InitialScreen.Card",l.CardLayout.displayName="InitialScreen.CardLayout",l.Feature.displayName="InitialScreen.Feature",l.FeatureItem.displayName="InitialScreen.FeatureItem",l.FeatureItemSpacing.displayName="InitialScreen.FeatureItemSpacing",l.Hero.displayName="InitialScreen.Hero",l.Module.displayName="InitialScreen.Module",l.Section.displayName="InitialScreen.Section"},8707:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenBullet=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InitialScreenBullet=({icon:e,text:t})=>a.default.createElement(o.Box,{display:"flex",gap:"3"},a.default.createElement(o.Icon,{color:"primary-interactive",source:e}),a.default.createElement(o.Text,{color:"danger-textHigh"},t))},7704:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenBullet=void 0;const a=r(8707);Object.defineProperty(t,"InitialScreenBullet",{enumerable:!0,get:function(){return a.InitialScreenBullet}}),t.default=a.InitialScreenBullet},6463:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenCardLayout=t.InitialScreenCard=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InitialScreenCard=({icon:e,title:t,description:r,...i})=>a.default.createElement(o.Box,{p:"4",borderRadius:"2",boxShadow:"2",flexGrow:"1",width:"100%",backgroundColor:"neutral-background",...i},a.default.createElement(o.Box,{backgroundColor:"primary-surface",borderRadius:"5",width:"fit-content",p:"2",marginBottom:"4"},a.default.createElement(o.Icon,{color:"primary-interactive",source:e})),a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2"},a.default.createElement(o.Title,{as:"h4"},t),a.default.createElement(o.Text,{color:"neutral-textHigh",fontSize:"caption",lineHeight:"caption"},r)));t.InitialScreenCardLayout=({children:e,...t})=>a.default.createElement(o.Box,{display:"flex",flexDirection:{xs:"column",md:"row"},gap:"4",...t},e)},7800:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenCardLayout=t.InitialScreenCard=void 0;const a=r(6463);Object.defineProperty(t,"InitialScreenCard",{enumerable:!0,get:function(){return a.InitialScreenCard}}),Object.defineProperty(t,"InitialScreenCardLayout",{enumerable:!0,get:function(){return a.InitialScreenCardLayout}}),t.default=a.InitialScreenCard},1352:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenFeatureItemSpacing=t.InitialScreenFeatureItem=t.InitialScreenFeature=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(2966);t.InitialScreenFeatureItem=({title:e,description:t,children:r})=>a.default.createElement(o.Box,{py:"4"},a.default.createElement(o.Box,{px:"4",display:"flex",flexDirection:"column",gap:"1"},a.default.createElement(o.Box,{paddingLeft:{xs:"none",md:"1"}},a.default.createElement(o.Title,{as:"h4"},e)),t&&a.default.createElement(o.Text,null,t)),r&&a.default.createElement(o.Box,{paddingTop:"4"},r));t.InitialScreenFeatureItemSpacing=({...e})=>a.default.createElement(o.Box,{borderTopWidth:"1",borderBottomWidth:"none",borderColor:"neutral-surfaceHighlight",borderStyle:"solid",...e});t.InitialScreenFeature=({content:e,image:t,...r})=>a.default.createElement(i.Layout,{columns:"2 - symmetric",width:"100%",gap:"8",justifyContent:"center",...r},a.default.createElement(i.Layout.Section,{justifyContent:"center"},a.default.createElement(o.Box,null,e)),a.default.createElement(i.Layout.Section,{justifyContent:"center",order:{xs:"-1",md:"initial"}},a.default.createElement(o.Box,{justifyContent:"center",display:"flex"},t)))},1521:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenFeatureItemSpacing=t.InitialScreenFeatureItem=t.InitialScreenFeature=void 0;const a=r(1352);Object.defineProperty(t,"InitialScreenFeature",{enumerable:!0,get:function(){return a.InitialScreenFeature}}),Object.defineProperty(t,"InitialScreenFeatureItem",{enumerable:!0,get:function(){return a.InitialScreenFeatureItem}}),Object.defineProperty(t,"InitialScreenFeatureItemSpacing",{enumerable:!0,get:function(){return a.InitialScreenFeatureItemSpacing}}),t.default=a.InitialScreenFeature},6989:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenHero=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InitialScreenHero=({title:e,subtitle:t,description:r,actions:i,bullets:n,image:l,children:s,...c})=>a.default.createElement(o.Box,{alignItems:"center",mx:"auto",px:{xs:"8",md:"none"},paddingBottom:{xs:"10",md:"none"},...c},a.default.createElement(o.Box,{display:"flex",flexDirection:{md:"row",xs:"column"},gap:{xs:"4",md:"12"}},a.default.createElement(o.Box,{display:"flex",alignSelf:"center",boxSizing:"border-box",alignItems:"center"},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",maxWidth:{xs:"192px",md:"280px",lg:"280px",xl:"320px"},maxHeight:{xs:"192px",md:"280px",lg:"280px",xl:"320px"},minWidth:{xs:"192px",md:"280px",xl:"320px"},minHeight:{xs:"192px",md:"280px",xl:"320px"}},l)),a.default.createElement(o.Box,{display:"flex",flexDirection:"column",boxSizing:"border-box",justifyContent:"center",alignItems:{xs:"center",md:"flex-start"},gap:{xs:"4",md:"9"}},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2"},t&&a.default.createElement(o.Text,{color:"neutral-textLow",textAlign:{xs:"center",md:"left"}},t),a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4"},a.default.createElement(o.Title,{as:"h1",fontSize:{md:"8",xs:"6"},lineHeight:{xs:"6",md:"10"},textAlign:{xs:"center",md:"left"}},e),r&&a.default.createElement(o.Text,{textAlign:{xs:"center",md:"left"},color:"danger-textHigh"},r),n&&a.default.createElement(o.Box,{display:"flex",alignItems:"flex-start",flexDirection:"column"},a.default.createElement(o.Box,{alignSelf:{xs:"center",md:"flex-start"},display:"flex",gap:"3",flexDirection:"column"},n)))),i&&a.default.createElement(o.Box,{display:"flex",flexDirection:"row",gap:"2",justifyContent:{xs:"center",md:"flex-start"},alignItems:{xs:"center",md:"flex-start"}},i),s&&a.default.createElement(o.Box,{paddingTop:"3"},s))))},8896:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenHero=void 0;const a=r(6989);Object.defineProperty(t,"InitialScreenHero",{enumerable:!0,get:function(){return a.InitialScreenHero}}),t.default=a.InitialScreenHero},895:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenModule=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InitialScreenModule=({title:e,description:t,children:r,...i})=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4",...i},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2"},a.default.createElement(o.Text,{fontSize:"highlight",fontWeight:"medium",color:"neutral-textHigh"},e),t&&a.default.createElement(o.Text,{fontSize:"caption"},t)),r)},2573:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenModule=void 0;const a=r(895);Object.defineProperty(t,"InitialScreenModule",{enumerable:!0,get:function(){return a.InitialScreenModule}}),t.default=a.InitialScreenModule},7015:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenSection=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InitialScreenSection=({title:e,children:t,...r})=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column",paddingTop:{xs:"10",md:"12"},paddingBottom:{xs:"10",md:"none"},gap:{xs:"6",md:"8"},px:{xs:"8",md:"none"},maxWidth:"1200px",width:"100%",mx:"auto",...r},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4"},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2"},a.default.createElement(o.Title,{as:"h2",fontSize:{xs:"h3",md:"h2"},textAlign:{xs:"center",md:"left"}},e))),t)},9256:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreenSection=void 0;const a=r(7015);Object.defineProperty(t,"InitialScreenSection",{enumerable:!0,get:function(){return a.InitialScreenSection}}),t.default=a.InitialScreenSection},8610:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(8896),t),a.__exportStar(r(7704),t),a.__exportStar(r(9256),t),a.__exportStar(r(7800),t),a.__exportStar(r(1521),t),a.__exportStar(r(2573),t)},2561:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InitialScreen=void 0;const a=r(8252);var o=r(8252);Object.defineProperty(t,"InitialScreen",{enumerable:!0,get:function(){return o.InitialScreen}}),t.default=a.InitialScreen},4486:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveList=void 0;const a=r(5163).__importDefault(r(8156)),o=r(7512),i=r(8978),n=({className:e,style:t,children:r,...i})=>a.default.createElement(o.DataList,{role:"menu",...i},r);t.InteractiveList=n,n.Structure=i.InteractiveListStructure,n.StructureSkeleton=i.InteractiveListStructureSkeleton,n.ButtonItem=i.InteractiveListButtonItem,n.ButtonItemSkeleton=i.InteractiveListButtonItemSkeleton,n.CheckboxItem=i.InteractiveListCheckboxItem,n.CheckboxItemSkeleton=i.InteractiveListCheckboxItemSkeleton,n.RadioItem=i.InteractiveListRadioItem,n.RadioItemSkeleton=i.InteractiveListRadioItemSkeleton,n.ToggleItem=i.InteractiveListToggleItem,n.ToggleItemSkeleton=i.InteractiveListToggleItemSkeleton,n.displayName="InteractiveList",n.Structure.displayName="InteractiveList.Structure",n.ButtonItem.displayName="InteractiveList.ButtonItem",n.CheckboxItem.displayName="InteractiveList.CheckboxItem",n.RadioItem.displayName="InteractiveList.RadioItem",n.ToggleItem.displayName="InteractiveList.ToggleItem",n.StructureSkeleton.displayName="InteractiveList.StructureSkeleton",n.ButtonItemSkeleton.displayName="InteractiveList.ButtonItemSkeleton",n.CheckboxItemSkeleton.displayName="InteractiveList.CheckboxItemSkeleton",n.RadioItemSkeleton.displayName="InteractiveList.RadioItemSkeleton",n.ToggleItemSkeleton.displayName="InteractiveList.ToggleItemSkeleton"},9619:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListButtonItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3215),n=r(8978),l=r(5514);t.InteractiveListButtonItem=({className:e,style:t,iconButton:r,...s})=>{const c=(0,l.generateID)(s.title);return a.default.createElement(n.InteractiveListRow,{alignItems:"center",role:"menuitem",as:"label",htmlFor:c,topDivider:s.topDivider},a.default.createElement(n.InteractiveListStructure,{...s}),a.default.createElement(o.IconButton,{id:c,"aria-label":s.title,backgroundColor:"transparent",borderColor:"transparent",size:"2rem",source:a.default.createElement(i.ChevronRightIcon,null),...r}))}},4100:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListButtonItem=void 0;const a=r(9619);var o=r(9619);Object.defineProperty(t,"InteractiveListButtonItem",{enumerable:!0,get:function(){return o.InteractiveListButtonItem}}),t.default=a.InteractiveListButtonItem},4328:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListButtonItemSkeleton=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(4486);t.InteractiveListButtonItemSkeleton=({className:e,style:t,...r})=>a.default.createElement(i.InteractiveListRow,null,a.default.createElement(n.InteractiveList.StructureSkeleton,{...r}),a.default.createElement(o.IconButton.Skeleton,null))},9285:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListButtonItemSkeleton=void 0;const a=r(4328);var o=r(4328);Object.defineProperty(t,"InteractiveListButtonItemSkeleton",{enumerable:!0,get:function(){return o.InteractiveListButtonItemSkeleton}}),t.default=a.InteractiveListButtonItemSkeleton},1269:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListCheckboxItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(5514);t.InteractiveListCheckboxItem=({className:e,style:t,checkbox:r,...l})=>{const s=(0,n.generateID)(l.title);return a.default.createElement(i.InteractiveListRow,{role:"menuitemcheckbox","aria-checked":r.checked,as:"label",htmlFor:s,topDivider:l.topDivider},a.default.createElement(o.Checkbox,{id:s,...r}),a.default.createElement(i.InteractiveListStructure,{...l}))}},6877:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListCheckboxItem=void 0;const a=r(1269);var o=r(1269);Object.defineProperty(t,"InteractiveListCheckboxItem",{enumerable:!0,get:function(){return o.InteractiveListCheckboxItem}}),t.default=a.InteractiveListCheckboxItem},7261:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListCheckboxItemSkeleton=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(4486);t.InteractiveListCheckboxItemSkeleton=({className:e,style:t,...r})=>a.default.createElement(i.InteractiveListRow,{role:"menuitemcheckbox"},a.default.createElement(o.Skeleton,{width:"1rem",height:"1rem",borderRadius:"0.25rem"}),a.default.createElement(n.InteractiveList.StructureSkeleton,{...r}))},5892:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListCheckboxItemSkeleton=void 0;const a=r(7261);var o=r(7261);Object.defineProperty(t,"InteractiveListCheckboxItemSkeleton",{enumerable:!0,get:function(){return o.InteractiveListCheckboxItemSkeleton}}),t.default=a.InteractiveListCheckboxItemSkeleton},314:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListRadioItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(5514);t.InteractiveListRadioItem=({className:e,style:t,radio:r,...l})=>{const s=(0,n.generateID)(l.title);return a.default.createElement(i.InteractiveListRow,{role:"menuitemradio","aria-checked":r.checked,as:"label",htmlFor:s,topDivider:l.topDivider},a.default.createElement(o.Radio,{id:s,...r}),a.default.createElement(i.InteractiveListStructure,{...l}))}},5696:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListRadioItem=void 0;const a=r(314);var o=r(314);Object.defineProperty(t,"InteractiveListRadioItem",{enumerable:!0,get:function(){return o.InteractiveListRadioItem}}),t.default=a.InteractiveListRadioItem},1768:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListRadioItemSkeleton=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(4486);t.InteractiveListRadioItemSkeleton=({className:e,style:t,...r})=>a.default.createElement(i.InteractiveListRow,null,a.default.createElement(o.Skeleton,{width:"1rem",height:"1rem",borderRadius:"0.75rem"}),a.default.createElement(n.InteractiveList.StructureSkeleton,{...r}))},8128:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListRadioItemSkeleton=void 0;const a=r(1768);var o=r(1768);Object.defineProperty(t,"InteractiveListRadioItemSkeleton",{enumerable:!0,get:function(){return o.InteractiveListRadioItemSkeleton}}),t.default=a.InteractiveListRadioItemSkeleton},5701:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListRow=void 0;const a=r(5163).__importDefault(r(8156)),o=r(7512);t.InteractiveListRow=({className:e,style:t,children:r,topDivider:i=!0,...n})=>a.default.createElement(o.DataList.Row,{flexDirection:"row",gap:"2",cursor:"pointer",alignItems:"flex-start",backgroundColor:{hover:"neutral-surface"},transitionDuration:"fast",transitionProperty:"background-color",transitionTimingFunction:"ease-in-out",boxShadow:{focusWithin:"focusRing"},borderWidth:"none",borderTopWidth:i?"1":"none",...n},r)},7921:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListRow=void 0;const a=r(5701);var o=r(5701);Object.defineProperty(t,"InteractiveListRow",{enumerable:!0,get:function(){return o.InteractiveListRow}}),t.default=a.InteractiveListRow},4225:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListStructure=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InteractiveListStructure=({className:e,style:t,title:r,showTitle:i=!0,description:n,children:l,...s})=>a.default.createElement(o.Box,{className:e,style:t,display:"flex",flexDirection:"column",gap:"1",width:"100%",flex:"1 1 auto",...s},i&&a.default.createElement(o.Text,{color:"neutral-textHigh"},r),n&&a.default.createElement(o.Text,{fontSize:"caption",color:"neutral-textLow"},n),l)},1007:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListStructure=void 0;const a=r(4225);var o=r(4225);Object.defineProperty(t,"InteractiveListStructure",{enumerable:!0,get:function(){return o.InteractiveListStructure}}),t.default=a.InteractiveListStructure},4168:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListStructureSkeleton=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.InteractiveListStructureSkeleton=({className:e,style:t,title:r,showTitle:i=!0,description:n,children:l,...s})=>a.default.createElement(o.Box,{className:e,style:t,display:"flex",flexDirection:"column",gap:"1",width:"100%",flex:"1 1 auto",...s},i&&a.default.createElement(o.Skeleton,{width:"3rem",height:"1.25rem",borderRadius:"0.25rem"}),n&&a.default.createElement(o.Skeleton,{width:"15rem",height:"1.25rem",borderRadius:"0.25rem"}),l)},6719:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListStructureSkeleton=void 0;const a=r(4168);var o=r(4168);Object.defineProperty(t,"InteractiveListStructureSkeleton",{enumerable:!0,get:function(){return o.InteractiveListStructureSkeleton}}),t.default=a.InteractiveListStructureSkeleton},9383:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListToggleItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(5514);t.InteractiveListToggleItem=({className:e,style:t,toggle:r,...l})=>{const s=(0,n.generateID)(l.title);return a.default.createElement(i.InteractiveListRow,{role:"menuitem",as:"label",htmlFor:s,topDivider:l.topDivider},a.default.createElement(i.InteractiveListStructure,{...l}),a.default.createElement(o.Toggle,{id:s,...r}))}},105:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListToggleItem=void 0;const a=r(9383);var o=r(9383);Object.defineProperty(t,"InteractiveListToggleItem",{enumerable:!0,get:function(){return o.InteractiveListToggleItem}}),t.default=a.InteractiveListToggleItem},4900:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListToggleItemSkeleton=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8978),n=r(4486);t.InteractiveListToggleItemSkeleton=({className:e,style:t,toggle:r,...l})=>a.default.createElement(i.InteractiveListRow,null,a.default.createElement(n.InteractiveList.StructureSkeleton,{...l}),a.default.createElement(o.Skeleton,{width:"2rem",height:"1rem",borderRadius:"0.5rem","data-testid":"toggle-skeleton"}))},1578:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveListToggleItemSkeleton=void 0;const a=r(4900);var o=r(4900);Object.defineProperty(t,"InteractiveListToggleItemSkeleton",{enumerable:!0,get:function(){return o.InteractiveListToggleItemSkeleton}}),t.default=a.InteractiveListToggleItemSkeleton},8978:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(1007),t),a.__exportStar(r(6719),t),a.__exportStar(r(6877),t),a.__exportStar(r(5892),t),a.__exportStar(r(5696),t),a.__exportStar(r(8128),t),a.__exportStar(r(105),t),a.__exportStar(r(1578),t),a.__exportStar(r(4100),t),a.__exportStar(r(9285),t),a.__exportStar(r(7921),t)},8338:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InteractiveList=void 0;const a=r(4486);var o=r(4486);Object.defineProperty(t,"InteractiveList",{enumerable:!0,get:function(){return o.InteractiveList}}),t.default=a.InteractiveList},5514:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.generateID=void 0;t.generateID=e=>`${e.toLowerCase().replace(/ /g,"-")}_${Math.floor(Math.random()*Date.now()+1)}`},6435:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Layout=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3214),n=r(6657),l=({className:e,style:t,children:r,columns:i="1",...l})=>a.default.createElement(o.Box,{...l,boxSizing:"border-box",display:"grid",gridTemplateColumns:{xs:"1fr",md:n.colQuantity[i]},gridGap:l.gap||"4"},r);t.Layout=l,l.Section=i.LayoutSection,l.displayName="Layout",l.Section.displayName="Layout.Section"},1182:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LayoutSection=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.LayoutSection=({className:e,style:t,children:r,...i})=>a.default.createElement(o.Box,{...i,boxSizing:"border-box",display:"flex",flexDirection:"column",gap:i.gap||"4"},r)},5149:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LayoutSection=void 0;const a=r(1182);var o=r(1182);Object.defineProperty(t,"LayoutSection",{enumerable:!0,get:function(){return o.LayoutSection}}),t.default=a.LayoutSection},3214:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});r(5163).__exportStar(r(5149),t)},2966:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Layout=void 0;const a=r(6435);var o=r(6435);Object.defineProperty(t,"Layout",{enumerable:!0,get:function(){return o.Layout}}),t.default=a.Layout},6657:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.colQuantity=void 0,t.colQuantity={1:"1fr","2 - asymmetric":"2fr 1fr","2 - symmetric":"1fr 1fr",3:"1fr 1fr 1fr"}},6188:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Menu=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(776),n=r(8269),l=r(987),s=({className:e,style:t,children:r,expanded:n=!0,showTooltipsWhenCollapsed:l=!0,tooltipsPosition:s="right",...c})=>{const[u,d]=(0,a.useState)(null),p=(0,a.useMemo)((()=>({expanded:n,showTooltipsWhenCollapsed:l,tooltipsPosition:s,activeAccordionPopover:u,setActiveAccordionPopover:d})),[n,l,s,u]),m=(0,a.useMemo)((()=>n?{width:"100%"}:{width:"unset"}),[n]);return a.default.createElement(i.MenuExpandContext.Provider,{value:p},a.default.createElement(o.Box,{...c,display:"flex",flexDirection:"column",height:"100%",backgroundColor:"neutral-background",boxSizing:"border-box",...m},r))};t.Menu=s,s.Section=l.MenuSection,s.Button=n.MenuButton,s.ButtonAccordion=n.MenuButton?.Accordion,s.Header=l.MenuHeader,s.Body=l.MenuBody,s.Footer=l.MenuFooter,s.displayName="Menu",s.Section.displayName="Menu.Section",s.Header.displayName="Menu.Header",s.Body.displayName="Menu.Body",s.Footer.displayName="Menu.Footer"},6103:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuBody=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(776);t.MenuBody=({className:e,style:t,children:r,...n})=>{const{expanded:l}=(0,i.useMenuExpandContext)(!1),s=(0,a.useMemo)((()=>l?{pb:"4"}:{alignItems:"center"}),[l]);return a.default.createElement(o.Box,{...n,display:"flex",flexDirection:"column",flex:"1 1 auto",gap:"2",paddingX:"2",width:"100%",overflowY:"auto",overflowX:"hidden",boxSizing:"border-box",...s},r)}},1485:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuBody=void 0;const a=r(6103);var o=r(6103);Object.defineProperty(t,"MenuBody",{enumerable:!0,get:function(){return o.MenuBody}}),t.default=a.MenuBody},9065:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuFooter=void 0;const a=r(5163).__importDefault(r(8156)),o=r(3215),i=r(5280),n=r(8269);t.MenuFooter=({className:e,style:t,...r})=>{const l=r.active?"primary-interactive":"neutral-textHigh",s=r.disabled?"neutral-textDisabled":l;return a.default.createElement(i.Box,{boxSizing:"border-box",display:"flex",flex:"0 1 auto",paddingX:"2",paddingY:"3",width:"100%"},a.default.createElement(n.MenuButton,{...r},a.default.createElement(i.Icon,{source:a.default.createElement(o.ChevronRightIcon,{size:16}),color:s})))}},6116:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuFooter=void 0;const a=r(9065);var o=r(9065);Object.defineProperty(t,"MenuFooter",{enumerable:!0,get:function(){return o.MenuFooter}}),t.default=a.MenuFooter},7446:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuHeader=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(776);t.MenuHeader=({className:e,style:t,children:r,...n})=>{const{expanded:l}=(0,i.useMenuExpandContext)(!1),s=(0,a.useMemo)((()=>l?{padding:"4"}:{justifyContent:"center",paddingX:"3",paddingY:"4"}),[l]);return a.default.createElement(o.Box,{...n,boxSizing:"border-box",display:"flex",flex:"0 1 auto",width:"100%",overflow:"hidden",...s},r)}},9925:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuHeader=void 0;const a=r(7446);var o=r(7446);Object.defineProperty(t,"MenuHeader",{enumerable:!0,get:function(){return o.MenuHeader}}),t.default=a.MenuHeader},2771:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuSection=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(776);t.MenuSection=({className:e,style:t,title:r,children:n,...l})=>{const{expanded:s}=(0,i.useMenuExpandContext)(!1),c=(0,a.useMemo)((()=>s?{}:{maxWidth:"32px"}),[s]);return a.default.createElement(o.Box,{...c,...l,display:"flex",flexDirection:"column",gap:"1-5"},r&&(s?a.default.createElement(o.Box,{pl:"2",pt:"2"},a.default.createElement(o.Text,{color:"neutral-textDisabled",fontSize:"caption"},r)):a.default.createElement(o.Box,{borderTopWidth:"1",borderBottomWidth:"none",borderColor:"neutral-surfaceHighlight",borderStyle:"solid",width:"100%",marginTop:"3",marginBottom:"3","data-testid":"menu-section--collapsed"})),n)}},2915:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuSection=void 0;const a=r(2771);var o=r(2771);Object.defineProperty(t,"MenuSection",{enumerable:!0,get:function(){return o.MenuSection}}),t.default=a.MenuSection},987:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(9925),t),a.__exportStar(r(1485),t),a.__exportStar(r(6116),t),a.__exportStar(r(2915),t)},20:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Menu=void 0;const a=r(6188);var o=r(6188);Object.defineProperty(t,"Menu",{enumerable:!0,get:function(){return o.Menu}}),t.default=a.Menu},7135:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuButton=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(776),n=r(9283),l=(0,a.forwardRef)((({className:e,style:t,label:r,onClick:n,startIcon:l,children:s,active:c=!1,as:u="button",expanded:d,tooltipText:p,showTooltipsWhenCollapsed:m,...h},f)=>{const{expanded:g,showTooltipsWhenCollapsed:y,tooltipsPosition:v}=(0,i.useMenuExpandContext)(!1),b=d??g,x=m??y??!0,S=c?"primary-interactive":"neutral-textHigh",P=h.disabled?"neutral-textDisabled":S,_=b?{}:{justifyContent:"center",paddingX:"none"},C=a.default.createElement(o.Box,{...h,ref:f,as:u,type:"button",onClick:n,alignItems:"center",textDecoration:"none",backgroundColor:{xs:c?"primary-surface":"transparent",hover:"primary-surface",active:"primary-surfaceHighlight",disabled:"neutral-surfaceDisabled"},borderRadius:"2",borderWidth:"none",cursor:{xs:"pointer",disabled:"not-allowed"},display:"flex",gap:"2",px:"2",py:{xs:"2",md:"1"},width:"100%",transitionProperty:"all",transitionDuration:"base",transitionTimingFunction:"ease-in-out",maxHeight:{xs:"34px",md:"26px"},..._},l&&a.default.createElement(o.Icon,{color:P,source:a.default.createElement(l,{size:16})}),b&&a.default.createElement(o.Box,{display:"inline-flex",flex:"1"},a.default.createElement(o.Text,{fontSize:"base",color:P,lineClamp:1,wordBreak:"break-all"},r)),b&&s),w=p??r;return!b&&x&&w?a.default.createElement(o.Tooltip,{content:w,position:v,arrow:!0},C):C}));t.MenuButton=l,l.Accordion=n.MenuButtonAccordion,l.displayName="MenuButton",l.Accordion.displayName="MenuButton.Accordion"},8366:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuButtonAccordion=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(776),n=r(7135),l=(0,a.forwardRef)((({className:e,style:t,open:r,active:l,menuButton:s,children:c,as:u,expanded:d,...p},m)=>{const h=(0,a.useId)(),{expanded:f,tooltipsPosition:g,showTooltipsWhenCollapsed:y,activeAccordionPopover:v,setActiveAccordionPopover:b}=(0,i.useMenuExpandContext)(!1),x=d??f,[S,P]=(0,a.useState)(!1),_=(0,a.useMemo)((()=>!x&&!!v&&v===h),[x,v,h]),C=(0,a.useMemo)((()=>r??S),[r,S]),w=a.default.createElement(o.Box,{...p,ref:m,as:u,backgroundColor:l?"primary-surface":C?"neutral-surface":"transparent",borderRadius:"2",zIndex:C?"100":void 0,textDecoration:"none"},a.default.createElement(n.MenuButton,{...s,onClick:void 0!==r?s.onClick:()=>P((e=>!e)),active:l,"aria-expanded":C&&x,showTooltipsWhenCollapsed:!1,expanded:x}),C&&x&&a.default.createElement(o.Box,{id:"content-1","aria-hidden":!C,height:C?"auto":"0",overflow:"hidden",display:"flex",flexDirection:"column",gap:"0-5",pl:"6",pb:"1",pr:"1"},c)),I=(0,a.useMemo)((()=>({expanded:!0,tooltipsPosition:g,activeAccordionPopover:null,setActiveAccordionPopover:()=>{}})),[g]);return!x&&y?a.default.createElement(o.Popover,{content:a.default.createElement(i.MenuExpandContext.Provider,{value:I},a.default.createElement(o.Box,{minWidth:"200px",display:"flex",flexDirection:"column",gap:"0-5"},c)),arrow:!0,position:g??"right",padding:"small",onVisibility:e=>{b((t=>e?h:t===h?null:t))},enabledHover:!0,visible:_},w):w}));t.MenuButtonAccordion=l,l.displayName="MenuButtonAccordion"},9895:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuButtonAccordion=void 0;const a=r(8366);var o=r(8366);Object.defineProperty(t,"MenuButtonAccordion",{enumerable:!0,get:function(){return o.MenuButtonAccordion}}),t.default=a.MenuButtonAccordion},9283:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});r(5163).__exportStar(r(9895),t)},8269:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MenuButton=void 0;const a=r(7135);var o=r(7135);Object.defineProperty(t,"MenuButton",{enumerable:!0,get:function(){return o.MenuButton}}),t.default=a.MenuButton},1528:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabs=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(9526),n=({className:e,style:t,children:r,...i})=>a.default.createElement(o.Box,{...i,className:e,style:t,alignItems:"center",backgroundColor:"neutral-background",borderStyle:"solid",borderWidth:"none",borderTopWidth:"1",borderColor:"neutral-surfaceHighlight",bottom:"0",display:"flex",justifyContent:"space-between",left:"0",position:"fixed",px:"4",py:"2",width:"100%",zIndex:"500"},r);t.NavTabs=n,n.Item=i.NavTabsItem,n.displayName="NavTabs",n.Item.displayName="NavTabs.Item"},8182:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabsItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.NavTabsItem=({className:e,style:t,icon:r,active:i=!1,badge:n=!1,onClick:l,ariaLabel:s,...c})=>a.default.createElement(o.Box,{...c,className:e,style:t,backgroundColor:i?"primary-surface":"transparent",borderColor:"transparent",borderRadius:"2",cursor:"pointer",as:"button",type:"button",p:"2-5",position:"relative",onClick:l,"aria-label":s},a.default.createElement(o.Icon,{source:r,color:i?"primary-interactive":"primary-textLow"}),n&&a.default.createElement(o.Box,{borderRadius:"full",backgroundColor:"primary-interactive",height:".25rem",position:"absolute",right:".25rem",top:".25rem",width:".25rem"}))},159:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabsItem=void 0;const a=r(8182);var o=r(8182);Object.defineProperty(t,"NavTabsItem",{enumerable:!0,get:function(){return o.NavTabsItem}}),t.default=a.NavTabsItem},9526:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});r(5163).__exportStar(r(159),t)},6130:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabs=void 0;const a=r(1528);var o=r(1528);Object.defineProperty(t,"NavTabs",{enumerable:!0,get:function(){return o.NavTabs}}),t.default=a.NavTabs},8118:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Page=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(8322),n=({className:e,style:t,children:r,maxWidth:i="1200px",...n})=>a.default.createElement(o.Box,{as:"main",...n,width:"100%",maxWidth:i,marginX:"auto"},r);t.Page=n,n.Header=i.PageHeader,n.Body=i.PageBody,n.displayName="Page",n.Header.displayName="Page.Header",n.Body.displayName="Page.Body"},8130:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PageBody=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.PageBody=({className:e,style:t,children:r,...i})=>a.default.createElement(o.Box,{as:"section",paddingY:"4",paddingX:"6",...i},r)},6958:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PageBody=void 0;const a=r(8130);var o=r(8130);Object.defineProperty(t,"PageBody",{enumerable:!0,get:function(){return o.PageBody}}),t.default=a.PageBody},4819:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PageHeader=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.PageHeader=({className:e,style:t,title:r,subtitle:i,buttonStack:n,children:l,...s})=>a.default.createElement(o.Box,{as:"header",paddingY:"4",paddingX:"6",display:"flex",flexDirection:"column",gap:"4",...s},a.default.createElement(o.Box,{display:"flex",alignItems:"center",gap:"2"},a.default.createElement(o.Box,{display:"inline-flex",flex:"1"},a.default.createElement(o.Title,{as:"h1"},r)),n),i&&a.default.createElement(o.Text,{color:"neutral-textHigh",fontSize:"base"},i),l)},4250:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PageHeader=void 0;const a=r(4819);var o=r(4819);Object.defineProperty(t,"PageHeader",{enumerable:!0,get:function(){return o.PageHeader}}),t.default=a.PageHeader},8322:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(4250),t),a.__exportStar(r(6958),t)},8090:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Page=void 0;const a=r(8118);var o=r(8118);Object.defineProperty(t,"Page",{enumerable:!0,get:function(){return o.Page}}),t.default=a.Page},1901:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplay=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(5251),n=({minPlanWidth:e="225px",children:t,...r})=>a.default.createElement(o.Box,{display:"grid",gridTemplateColumns:`repeat(auto-fit, minmax(${e}, 1fr))`,gap:"6",justifyContent:"center",alignItems:"flex-start",...r},t);t.PlanDisplay=n,n.Card=i.PlanDisplayCard,n.Header=i.PlanDisplayCardHeader,n.Content=i.PlanDisplayCardContent,n.Spacing=i.PlanDisplayCardSpacing,n.Bullet=i.PlanDisplayBullet,n.Footer=i.PlanDisplayCardFooter,n.displayName="PlanDisplay",n.Card.displayName="PlanDisplay.Card",n.Bullet.displayName="PlanDisplay.Bullet",n.Header.displayName="PlanDisplay.CardHeader",n.Content.displayName="PlanDisplay.CardContent",n.Spacing.displayName="PlanDisplay.CardSpacing"},2814:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayBullet=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.PlanDisplayBullet=({icon:e,disabled:t,children:r})=>a.default.createElement(o.Box,{display:"flex",gap:"2"},a.default.createElement(o.Box,{display:"flex",alignItems:"center"},a.default.createElement(o.Text,{as:"span",color:t?"neutral-interactive":"success-interactive"},a.default.createElement(o.Box,{display:"flex",alignItems:"center"},e))),a.default.createElement(o.Text,{fontWeight:"medium",color:t?"neutral-interactive":"neutral-textLow"},r))},1839:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayBullet=void 0;const a=r(2814);Object.defineProperty(t,"PlanDisplayBullet",{enumerable:!0,get:function(){return a.PlanDisplayBullet}}),t.default=a.PlanDisplayBullet},4680:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCard=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.PlanDisplayCard=({highlighted:e,children:t,...r})=>a.default.createElement(o.Box,{...e?{borderColor:"primary-interactive",borderRadius:"2",borderStyle:"solid",borderWidth:"3",boxShadow:"3"}:{},...r},a.default.createElement(o.Card,null,t))},9761:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCard=void 0;const a=r(4680);Object.defineProperty(t,"PlanDisplayCard",{enumerable:!0,get:function(){return a.PlanDisplayCard}}),t.default=a.PlanDisplayCard},5769:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardContent=void 0;const a=r(5163),o=a.__importDefault(r(8156)),i=r(5280),n=a.__importDefault(r(3314));t.PlanDisplayCardContent=({children:e})=>o.default.createElement(i.Card.Body,null,o.default.createElement(n.default,null),o.default.createElement(i.Box,{display:"flex",flexDirection:"column",gap:"1",py:"4"},e))},8124:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardContent=void 0;const a=r(5769);Object.defineProperty(t,"PlanDisplayCardContent",{enumerable:!0,get:function(){return a.PlanDisplayCardContent}}),t.default=a.PlanDisplayCardContent},3104:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardFooter=void 0;const a=r(5163),o=a.__importDefault(r(8156)),i=r(5280),n=a.__importDefault(r(3314));t.PlanDisplayCardFooter=({children:e})=>o.default.createElement(i.Box,{display:"flex",flexDirection:"column",gap:"4"},o.default.createElement(n.default,null),o.default.createElement(i.Box,null,e))},5776:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardFooter=void 0;const a=r(3104);Object.defineProperty(t,"PlanDisplayCardFooter",{enumerable:!0,get:function(){return a.PlanDisplayCardFooter}}),t.default=a.PlanDisplayCardFooter},3022:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardHeader=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.PlanDisplayCardHeader=({subtitle:e,title:t,children:r})=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column"},a.default.createElement(o.Text,{fontWeight:"bold",fontSize:"highlight"},e),t,r&&a.default.createElement(o.Box,{pt:"3",pb:"4"},r))},8105:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardHeader=void 0;const a=r(3022);Object.defineProperty(t,"PlanDisplayCardHeader",{enumerable:!0,get:function(){return a.PlanDisplayCardHeader}}),t.default=a.PlanDisplayCardHeader},9288:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardSpacing=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.PlanDisplayCardSpacing=e=>a.default.createElement(o.Box,{...e,borderTopWidth:"1",borderColor:"neutral-surface",borderStyle:"solid",my:"1"})},3314:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplayCardSpacing=void 0;const a=r(9288);Object.defineProperty(t,"PlanDisplayCardSpacing",{enumerable:!0,get:function(){return a.PlanDisplayCardSpacing}}),t.default=a.PlanDisplayCardSpacing},5251:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(9761),t),a.__exportStar(r(8105),t),a.__exportStar(r(8124),t),a.__exportStar(r(5776),t),a.__exportStar(r(3314),t),a.__exportStar(r(1839),t)},3826:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlanDisplay=void 0;const a=r(1901);var o=r(1901);Object.defineProperty(t,"PlanDisplay",{enumerable:!0,get:function(){return o.PlanDisplay}}),t.default=a.PlanDisplay},3454:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataList=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(385),n=({children:e,title:t,...r})=>a.default.createElement(o.Box,{padding:"4",display:"flex",flexDirection:"column",gap:"4",...r},t&&a.default.createElement(o.Title,{as:"h4"},t),e);t.ProductDataList=n,n.Item=i.ProductDataListItem,n.Products=i.ProductDataListProducts,n.Section=i.ProductDataListSection,n.ItemDivider=i.ProductDataListItemDivider,n.displayName="ProductDataList",n.Item.displayName="ProductDataList.Item",n.Products.displayName="ProductDataList.Products",n.ItemDivider.displayName="ProductDataList.ItemDivider",n.Section.displayName="ProductDataList.Section"},985:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListItem=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3215),n=r(7880),l=r(8583),s=({id:e,title:t,imageUrl:r,imageAlt:s,isDraggable:c=!1,withDivider:u=!1,onRemove:d,children:p})=>{const m=a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2"},a.default.createElement(o.Box,{display:"flex",alignItems:"center",gap:"3",px:"2"},c&&a.default.createElement(o.Box,{as:"span",className:"handle",cursor:"grab"},a.default.createElement(n.Sortable.ItemHandle,null,a.default.createElement(o.Box,{display:"flex",alignItems:"center",justifyContent:"center"},a.default.createElement(o.Text,null,a.default.createElement(i.DragDotsIcon,{size:"small"}))))),r&&a.default.createElement(o.Box,{width:"12",height:"12",borderRadius:"1"},a.default.createElement(o.Thumbnail,{src:r,alt:s||t,width:"56px",height:"56px"})),a.default.createElement(o.Box,{flex:"1",display:"flex",flexDirection:"column",gap:"1"},a.default.createElement(o.Text,null,t),p),d&&a.default.createElement(o.Box,{justifyContent:"flex-end"},a.default.createElement(o.IconButton,{source:a.default.createElement(i.TrashIcon,null),size:"2rem",onClick:d}))),u&&a.default.createElement(l.ProductDataListItemDivider,{"data-testid":"divider"}));return c?a.default.createElement(n.Sortable.Item,{key:e,id:e,handle:!0},m):m};t.ProductDataListItem=s,s.displayName="ProductDataList.Item"},2919:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListItem=void 0;var a=r(985);Object.defineProperty(t,"ProductDataListItem",{enumerable:!0,get:function(){return a.ProductDataListItem}})},8583:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListItemDivider=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.ProductDataListItemDivider=({...e})=>a.default.createElement(o.Box,{borderTopWidth:"1",borderBottomWidth:"none",borderColor:"neutral-surfaceHighlight",borderStyle:"solid",...e})},892:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListItemDivider=void 0;var a=r(8583);Object.defineProperty(t,"ProductDataListItemDivider",{enumerable:!0,get:function(){return a.ProductDataListItemDivider}})},4017:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListProducts=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(7880),n=r(892);function l({sortable:e,items:t,onReorder:r,renderItem:l,sortableProps:s,children:c,...u}){const[d,p]=(0,a.useState)(null);return a.default.createElement(i.Sortable,{...s,items:t,onReorder:r,orientation:"vertical",disabled:!e,renderOverlay:e=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column",backgroundColor:"neutral-background",boxShadow:"3",paddingTop:"2"},l(e,0)),onDragStart:e=>{p(e.active.id),s?.onDragStart?.(e)},onDragEnd:e=>{p(null),s?.onDragEnd?.(e)}},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2",overflowY:"auto",maxHeight:"370px",...u},c,a.default.createElement(n.ProductDataListItemDivider,null),t.map(((e,t)=>a.default.createElement(a.default.Fragment,{key:e.id},a.default.createElement("div",{"aria-hidden":d===e.id,style:{opacity:d===e.id?0:1}},l(e,t)))))))}t.ProductDataListProducts=l,l.displayName="ProductDataList.Products"},1820:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListProducts=void 0;var a=r(4017);Object.defineProperty(t,"ProductDataListProducts",{enumerable:!0,get:function(){return a.ProductDataListProducts}})},4735:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListSection=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280);t.ProductDataListSection=({title:e,description:t,content:r,link:i,children:n,...l})=>a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4",...l},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4"},a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"1"},e&&a.default.createElement(o.Text,{fontSize:"highlight"},e),t&&a.default.createElement(o.Text,{color:"neutral-textLow"},t),r),i),n)},3549:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataListSection=void 0;var a=r(4735);Object.defineProperty(t,"ProductDataListSection",{enumerable:!0,get:function(){return a.ProductDataListSection}})},385:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(2919),t),a.__exportStar(r(1820),t),a.__exportStar(r(3549),t),a.__exportStar(r(892),t)},3660:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductDataList=void 0;var a=r(3454);Object.defineProperty(t,"ProductDataList",{enumerable:!0,get:function(){return a.ProductDataList}})},6666:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductUpdates=void 0;const a=r(5163).__importStar(r(8156)),o=r(5280),i=r(3215),n=({className:e,style:t,title:r,text:n,bodyContent:l,dismissLink:s,...c})=>{const[u,d]=(0,a.useState)(!!c.visible),p=()=>d(!u),m=a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"2",width:"100%"},a.default.createElement(o.Text,{color:"neutral-background",fontSize:"base",fontWeight:"bold"},r),a.default.createElement(o.Text,{color:"neutral-background",fontSize:"base"},n)),h=s?a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4",width:"100%"},m,l,a.default.createElement(o.Link,{as:"button",onClick:c?.onVisibility?()=>c?.onVisibility?.(!1):p,appearance:"neutral-background"},s)):a.default.createElement(o.Box,{display:"flex",flexDirection:"column",gap:"4",width:"100%"},a.default.createElement(o.Box,{pr:"8",position:"relative"},m,a.default.createElement(o.Box,{position:"absolute",top:"-16px",right:"-16px"},a.default.createElement(o.IconButton,{onClick:c?.onVisibility?()=>c?.onVisibility?.(!1):p,size:"2.75rem",source:a.default.createElement(o.Icon,{color:"neutral-background",source:a.default.createElement(i.CloseIcon,null)}),borderColor:"transparent",backgroundColor:"transparent"}))),l);return a.default.createElement(o.Popover,{...c,backgroundColor:"primary-interactiveHover",content:h,visible:void 0===c.visible?u:c.visible,onVisibility:c.onVisibility||(e=>d(e)),enabledDismiss:!1,enabledClick:!1})};t.ProductUpdates=n,n.displayName="ProductUpdates"},6787:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProductUpdates=void 0;const a=r(6666);var o=r(6666);Object.defineProperty(t,"ProductUpdates",{enumerable:!0,get:function(){return o.ProductUpdates}}),t.default=a.ProductUpdates},4765:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SideModal=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=({title:e,titleAction:t,headerAction:r,headerIcon:i,paddingHeader:n,paddingBody:l,paddingFooter:s,footer:c,children:u,...d})=>a.default.createElement(o.Sidebar,{...d},a.default.createElement(o.Sidebar.Header,{padding:n||"base"},a.default.createElement(o.Box,{display:"flex",justifyContent:"space-between",alignItems:"center",mb:"4"},r,i),a.default.createElement(o.Box,{display:"flex",justifyContent:"space-between",alignItems:"center"},a.default.createElement(o.Title,{as:"h2"},e),t)),a.default.createElement(o.Sidebar.Body,{padding:l},u),!!c&&a.default.createElement(o.Sidebar.Footer,{padding:s||"base"},a.default.createElement(o.Button,{...c.primaryAction}),a.default.createElement(o.Button,{...c.secondaryAction})));t.SideModal=i,i.displayName="SideModal"},9737:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SideModal=void 0;const a=r(4765);var o=r(4765);Object.defineProperty(t,"SideModal",{enumerable:!0,get:function(){return o.SideModal}}),t.default=a.SideModal},977:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DEFAULT_OVERLAY_SETTINGS=t.orientation=void 0,t.orientation={vertical:"vertical",horizontal:"horizontal"},t.DEFAULT_OVERLAY_SETTINGS={dropAnimation:{duration:0,easing:"ease"}}},8753:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Sortable=void 0;const a=r(5163).__importStar(r(8156)),o=r(1540),i=r(6548),n=r(421),l=r(977);function s({items:e,onReorder:t,orientation:r="vertical",sensorOptions:n,onDragStart:s,onDragOver:c,onDragEnd:u,disabled:d=!1,children:p,overlaySettings:m=l.DEFAULT_OVERLAY_SETTINGS,renderOverlay:h,dndContextSettings:f}){const[g,y]=(0,a.useState)(null),v=g?e.find((e=>e.id===g)):null,b=(0,o.useSensors)((0,o.useSensor)(o.PointerSensor,{activationConstraint:{distance:8},...n}),(0,o.useSensor)(o.KeyboardSensor,{coordinateGetter:i.sortableKeyboardCoordinates,...n})),x=(0,a.useMemo)((()=>"vertical"===r?i.verticalListSortingStrategy:i.horizontalListSortingStrategy),[r]);return d?a.default.createElement(a.default.Fragment,null,p):a.default.createElement(o.DndContext,{sensors:b,collisionDetection:o.closestCenter,onDragStart:e=>{y(e.active.id),s?.(e)},onDragOver:c,onDragEnd:r=>{const{active:a,over:o}=r;if(o&&a.id!==o.id){const r=e.findIndex((e=>e.id===a.id)),i=e.findIndex((e=>e.id===o.id)),n=[...e],[l]=n.splice(r,1);n.splice(i,0,l),t(n)}y(null),u?.(r)},...f},a.default.createElement(i.SortableContext,{items:e.map((e=>e.id)),strategy:x},p),a.default.createElement(o.DragOverlay,{...m},v&&h?h(v):null))}t.Sortable=s,s.Item=n.SortableItem,s.ItemHandle=n.SortableItemHandle,s.displayName="Sortable",s.Item.displayName="Sortable.Item",s.ItemHandle.displayName="Sortable.ItemHandle"},6456:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SortableItem=void 0;const a=r(5163).__importStar(r(8156)),o=r(6548),i=r(2851),n=r(3750);t.SortableItem=({id:e,disabled:t=!1,handle:r=!1,children:l,renderItem:s})=>{const{attributes:c,listeners:u,setNodeRef:d,setActivatorNodeRef:p,transform:m,transition:h,isDragging:f}=(0,o.useSortable)({id:e,disabled:t}),g=(0,a.useMemo)((()=>({transform:i.CSS.Transform.toString(m),transition:h,touchAction:"none"})),[m,h]),y=(0,a.useMemo)((()=>({setActivatorNodeRef:p,attributes:c,listeners:u})),[p,c,u]);return s?s({isDragging:f,attributes:c,listeners:r?void 0:u,setNodeRef:d,style:g}):a.default.createElement(n.SortableItemContext.Provider,{value:y},a.default.createElement("div",{ref:d,style:g,...!r&&{...c,...u}},l))}},3750:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useSortableItemContext=t.SortableItemContext=void 0;const a=r(8156);t.SortableItemContext=(0,a.createContext)(null);t.useSortableItemContext=()=>{const e=(0,a.useContext)(t.SortableItemContext);if(!e)throw new Error("useSortableItemContext must be used within a SortableItem");return e}},1882:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SortableItem=void 0;var a=r(6456);Object.defineProperty(t,"SortableItem",{enumerable:!0,get:function(){return a.SortableItem}})},3429:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SortableItemHandle=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(3750),n=({children:e})=>{const{setActivatorNodeRef:t,attributes:r,listeners:n}=(0,i.useSortableItemContext)();return a.default.createElement(o.Box,{...r,...n,ref:t,cursor:"grab"},e)};t.SortableItemHandle=n,n.displayName="SortableItemHandle"},2595:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SortableItemHandle=void 0;var a=r(3429);Object.defineProperty(t,"SortableItemHandle",{enumerable:!0,get:function(){return a.SortableItemHandle}})},421:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(1882),t),a.__exportStar(r(2595),t)},7880:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Sortable=void 0;const a=r(8753);var o=r(8753);Object.defineProperty(t,"Sortable",{enumerable:!0,get:function(){return o.Sortable}}),t.default=a.Sortable},4336:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ThumbnailWithAction=void 0;const a=r(5163).__importDefault(r(8156)),o=r(5280),i=r(2910),n=({className:e,style:t,thumbnail:r,children:n,contentPosition:l="top-right",...s})=>{const{top:c,left:u,right:d,bottom:p}=i.contentPositions[l];return a.default.createElement(o.Box,{position:"relative",width:"fit-content",borderRadius:"2",overflow:"hidden"},a.default.createElement(o.Box,{...s,style:t,className:e,position:"absolute",zIndex:"100",top:c,left:u,right:d,bottom:p,p:"2"},n),a.default.createElement(o.Thumbnail,{...r}))};t.ThumbnailWithAction=n,n.displayName="ThumbnailWithAction"},4407:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ThumbnailWithAction=void 0;const a=r(4336);var o=r(4336);Object.defineProperty(t,"ThumbnailWithAction",{enumerable:!0,get:function(){return o.ThumbnailWithAction}}),t.default=a.ThumbnailWithAction},2910:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.contentPositions=void 0,t.contentPositions={"top-left":{top:"0",left:"0",right:void 0,bottom:void 0},"top-right":{top:"0",left:void 0,right:"0",bottom:void 0},"bottom-left":{top:void 0,left:"0",right:void 0,bottom:"0"},"bottom-right":{top:void 0,left:void 0,right:"0",bottom:"0"}}},1920:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useMenuExpandContext=t.MenuExpandContext=void 0;const a=r(5163);a.__exportStar(r(8462),t),a.__exportStar(r(4289),t),a.__exportStar(r(7512),t),a.__exportStar(r(1602),t),a.__exportStar(r(1777),t),a.__exportStar(r(3174),t),a.__exportStar(r(4778),t),a.__exportStar(r(8338),t),a.__exportStar(r(2966),t),a.__exportStar(r(20),t),a.__exportStar(r(8269),t),a.__exportStar(r(6130),t),a.__exportStar(r(8090),t),a.__exportStar(r(6787),t),a.__exportStar(r(9737),t),a.__exportStar(r(4407),t),a.__exportStar(r(5589),t),a.__exportStar(r(1437),t),a.__exportStar(r(2561),t),a.__exportStar(r(3826),t),a.__exportStar(r(7880),t),a.__exportStar(r(3660),t),a.__exportStar(r(7e3),t);var o=r(776);Object.defineProperty(t,"MenuExpandContext",{enumerable:!0,get:function(){return o.MenuExpandContext}}),Object.defineProperty(t,"useMenuExpandContext",{enumerable:!0,get:function(){return o.useMenuExpandContext}})},5163:(e,t,r)=>{"use strict";r.r(t),r.d(t,{__assign:()=>i,__asyncDelegator:()=>w,__asyncGenerator:()=>C,__asyncValues:()=>I,__await:()=>_,__awaiter:()=>h,__classPrivateFieldGet:()=>M,__classPrivateFieldIn:()=>O,__classPrivateFieldSet:()=>L,__createBinding:()=>g,__decorate:()=>l,__esDecorate:()=>c,__exportStar:()=>y,__extends:()=>o,__generator:()=>f,__importDefault:()=>k,__importStar:()=>E,__makeTemplateObject:()=>j,__metadata:()=>m,__param:()=>s,__propKey:()=>d,__read:()=>b,__rest:()=>n,__runInitializers:()=>u,__setFunctionName:()=>p,__spread:()=>x,__spreadArray:()=>P,__spreadArrays:()=>S,__values:()=>v});var a=function(e,t){return a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},a(e,t)};function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}a(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var i=function(){return i=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};function n(e,t){var r={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(r[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(a=Object.getOwnPropertySymbols(e);o<a.length;o++)t.indexOf(a[o])<0&&Object.prototype.propertyIsEnumerable.call(e,a[o])&&(r[a[o]]=e[a[o]])}return r}function l(e,t,r,a){var o,i=arguments.length,n=i<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,r):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,r,a);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(n=(i<3?o(n):i>3?o(t,r,n):o(t,r))||n);return i>3&&n&&Object.defineProperty(t,r,n),n}function s(e,t){return function(r,a){t(r,a,e)}}function c(e,t,r,a,o,i){function n(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var l,s=a.kind,c="getter"===s?"get":"setter"===s?"set":"value",u=!t&&e?a.static?e:e.prototype:null,d=t||(u?Object.getOwnPropertyDescriptor(u,a.name):{}),p=!1,m=r.length-1;m>=0;m--){var h={};for(var f in a)h[f]="access"===f?{}:a[f];for(var f in a.access)h.access[f]=a.access[f];h.addInitializer=function(e){if(p)throw new TypeError("Cannot add initializers after decoration has completed");i.push(n(e||null))};var g=(0,r[m])("accessor"===s?{get:d.get,set:d.set}:d[c],h);if("accessor"===s){if(void 0===g)continue;if(null===g||"object"!=typeof g)throw new TypeError("Object expected");(l=n(g.get))&&(d.get=l),(l=n(g.set))&&(d.set=l),(l=n(g.init))&&o.push(l)}else(l=n(g))&&("field"===s?o.push(l):d[c]=l)}u&&Object.defineProperty(u,a.name,d),p=!0}function u(e,t,r){for(var a=arguments.length>2,o=0;o<t.length;o++)r=a?t[o].call(e,r):t[o].call(e);return a?r:void 0}function d(e){return"symbol"==typeof e?e:"".concat(e)}function p(e,t,r){return"symbol"==typeof t&&(t=t.description?"[".concat(t.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:r?"".concat(r," ",t):t})}function m(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function h(e,t,r,a){return new(r||(r=Promise))((function(o,i){function n(e){try{s(a.next(e))}catch(e){i(e)}}function l(e){try{s(a.throw(e))}catch(e){i(e)}}function s(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(n,l)}s((a=a.apply(e,t||[])).next())}))}function f(e,t){var r,a,o,i,n={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(s){return function(l){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(n=0)),n;)try{if(r=1,a&&(o=2&l[0]?a.return:l[0]?a.throw||((o=a.return)&&o.call(a),0):a.next)&&!(o=o.call(a,l[1])).done)return o;switch(a=0,o&&(l=[2&l[0],o.value]),l[0]){case 0:case 1:o=l;break;case 4:return n.label++,{value:l[1],done:!1};case 5:n.label++,a=l[1],l=[0];continue;case 7:l=n.ops.pop(),n.trys.pop();continue;default:if(!(o=n.trys,(o=o.length>0&&o[o.length-1])||6!==l[0]&&2!==l[0])){n=0;continue}if(3===l[0]&&(!o||l[1]>o[0]&&l[1]<o[3])){n.label=l[1];break}if(6===l[0]&&n.label<o[1]){n.label=o[1],o=l;break}if(o&&n.label<o[2]){n.label=o[2],n.ops.push(l);break}o[2]&&n.ops.pop(),n.trys.pop();continue}l=t.call(e,n)}catch(e){l=[6,e],a=0}finally{r=o=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,s])}}}var g=Object.create?function(e,t,r,a){void 0===a&&(a=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,o)}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]};function y(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||g(t,e,r)}function v(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],a=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&a>=e.length&&(e=void 0),{value:e&&e[a++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function b(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var a,o,i=r.call(e),n=[];try{for(;(void 0===t||t-- >0)&&!(a=i.next()).done;)n.push(a.value)}catch(e){o={error:e}}finally{try{a&&!a.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return n}function x(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(b(arguments[t]));return e}function S(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var a=Array(e),o=0;for(t=0;t<r;t++)for(var i=arguments[t],n=0,l=i.length;n<l;n++,o++)a[o]=i[n];return a}function P(e,t,r){if(r||2===arguments.length)for(var a,o=0,i=t.length;o<i;o++)!a&&o in t||(a||(a=Array.prototype.slice.call(t,0,o)),a[o]=t[o]);return e.concat(a||Array.prototype.slice.call(t))}function _(e){return this instanceof _?(this.v=e,this):new _(e)}function C(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var a,o=r.apply(e,t||[]),i=[];return a={},n("next"),n("throw"),n("return"),a[Symbol.asyncIterator]=function(){return this},a;function n(e){o[e]&&(a[e]=function(t){return new Promise((function(r,a){i.push([e,t,r,a])>1||l(e,t)}))})}function l(e,t){try{(r=o[e](t)).value instanceof _?Promise.resolve(r.value.v).then(s,c):u(i[0][2],r)}catch(e){u(i[0][3],e)}var r}function s(e){l("next",e)}function c(e){l("throw",e)}function u(e,t){e(t),i.shift(),i.length&&l(i[0][0],i[0][1])}}function w(e){var t,r;return t={},a("next"),a("throw",(function(e){throw e})),a("return"),t[Symbol.iterator]=function(){return this},t;function a(a,o){t[a]=e[a]?function(t){return(r=!r)?{value:_(e[a](t)),done:!1}:o?o(t):t}:o}}function I(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=v(e),t={},a("next"),a("throw"),a("return"),t[Symbol.asyncIterator]=function(){return this},t);function a(r){t[r]=e[r]&&function(t){return new Promise((function(a,o){(function(e,t,r,a){Promise.resolve(a).then((function(t){e({value:t,done:r})}),t)})(a,o,(t=e[r](t)).done,t.value)}))}}}function j(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var D=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};function E(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&g(t,e,r);return D(t,e),t}function k(e){return e&&e.__esModule?e:{default:e}}function M(e,t,r,a){if("a"===r&&!a)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!a:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?a:"a"===r?a.call(e):a?a.value:t.get(e)}function L(e,t,r,a,o){if("m"===a)throw new TypeError("Private method is not writable");if("a"===a&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===a?o.call(e,r):o?o.value=r:t.set(e,r),r}function O(e,t){if(null===t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("Cannot use 'in' operator on non-object");return"function"==typeof e?t===e:e.has(t)}},3924:e=>{e.exports={breakpoint:{xs:{value:"0px",comment:"Commonly used for mobile resolutions.",filePath:"src/breakpoint/sys.json",isSource:!0,original:{value:"0px",comment:"Commonly used for mobile resolutions."},name:"BreakpointXs",attributes:{category:"breakpoint",type:"xs"},path:["breakpoint","xs"]},md:{value:"672px",comment:"Commonly used for tablet resolutions.",filePath:"src/breakpoint/sys.json",isSource:!0,original:{value:"672px",comment:"Commonly used for tablet resolutions."},name:"BreakpointMd",attributes:{category:"breakpoint",type:"md"},path:["breakpoint","md"]},lg:{value:"1024px",comment:"Commonly used for small desktop resolutions.",filePath:"src/breakpoint/sys.json",isSource:!0,original:{value:"1024px",comment:"Commonly used for small desktop resolutions."},name:"BreakpointLg",attributes:{category:"breakpoint",type:"lg"},path:["breakpoint","lg"]},xl:{value:"1200px",comment:"Commonly used for bigger desktop resolutions.",filePath:"src/breakpoint/sys.json",isSource:!0,original:{value:"1200px",comment:"Commonly used for bigger desktop resolutions."},name:"BreakpointXl",attributes:{category:"breakpoint",type:"xl"},path:["breakpoint","xl"]}},color:{light:{primary:{5:{value:"#000b19",filePath:"src/color/ref.json",isSource:!0,original:{value:"#000B19"},name:"ColorLightPrimary5",attributes:{category:"color",type:"light",item:"primary",subitem:"5"},path:["color","light","primary","5"]},10:{value:"#001737",filePath:"src/color/ref.json",isSource:!0,original:{value:"#001737"},name:"ColorLightPrimary10",attributes:{category:"color",type:"light",item:"primary",subitem:"10"},path:["color","light","primary","10"]},20:{value:"#00255a",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00255A"},name:"ColorLightPrimary20",attributes:{category:"color",type:"light",item:"primary",subitem:"20"},path:["color","light","primary","20"]},30:{value:"#00347d",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00347D"},name:"ColorLightPrimary30",attributes:{category:"color",type:"light",item:"primary",subitem:"30"},path:["color","light","primary","30"]},40:{value:"#00429f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00429F"},name:"ColorLightPrimary40",attributes:{category:"color",type:"light",item:"primary",subitem:"40"},path:["color","light","primary","40"]},50:{value:"#004ebc",filePath:"src/color/ref.json",isSource:!0,original:{value:"#004EBC"},name:"ColorLightPrimary50",attributes:{category:"color",type:"light",item:"primary",subitem:"50"},path:["color","light","primary","50"]},60:{value:"#0059d5",filePath:"src/color/ref.json",isSource:!0,original:{value:"#0059D5"},name:"ColorLightPrimary60",attributes:{category:"color",type:"light",item:"primary",subitem:"60"},path:["color","light","primary","60"]},70:{value:"#2577e9",filePath:"src/color/ref.json",isSource:!0,original:{value:"#2577E9"},name:"ColorLightPrimary70",attributes:{category:"color",type:"light",item:"primary",subitem:"70"},path:["color","light","primary","70"]},80:{value:"#4b92f5",filePath:"src/color/ref.json",isSource:!0,original:{value:"#4B92F5"},name:"ColorLightPrimary80",attributes:{category:"color",type:"light",item:"primary",subitem:"80"},path:["color","light","primary","80"]},90:{value:"#96c1fc",filePath:"src/color/ref.json",isSource:!0,original:{value:"#96C1FC"},name:"ColorLightPrimary90",attributes:{category:"color",type:"light",item:"primary",subitem:"90"},path:["color","light","primary","90"]},95:{value:"#c2dbfe",filePath:"src/color/ref.json",isSource:!0,original:{value:"#C2DBFE"},name:"ColorLightPrimary95",attributes:{category:"color",type:"light",item:"primary",subitem:"95"},path:["color","light","primary","95"]},99:{value:"#eef5ff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#EEF5FF"},name:"ColorLightPrimary99",attributes:{category:"color",type:"light",item:"primary",subitem:"99"},path:["color","light","primary","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightPrimary100",attributes:{category:"color",type:"light",item:"primary",subitem:"100"},path:["color","light","primary","100"]},surface:{value:"#eef5ff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.99}"},name:"ColorLightPrimarySurface",attributes:{category:"color",type:"light",item:"primary",subitem:"surface"},path:["color","light","primary","surface"]},"surface-highlight":{value:"#96c1fc",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.90}"},name:"ColorLightPrimarySurfaceHighlight",attributes:{category:"color",type:"light",item:"primary",subitem:"surface-highlight"},path:["color","light","primary","surface-highlight"]},interactive:{value:"#0059d5",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.60}"},name:"ColorLightPrimaryInteractive",attributes:{category:"color",type:"light",item:"primary",subitem:"interactive"},path:["color","light","primary","interactive"]},"interactive-hover":{value:"#00429f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.40}"},name:"ColorLightPrimaryInteractiveHover",attributes:{category:"color",type:"light",item:"primary",subitem:"interactive-hover"},path:["color","light","primary","interactive-hover"]},"interactive-pressed":{value:"#00347d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.30}"},name:"ColorLightPrimaryInteractivePressed",attributes:{category:"color",type:"light",item:"primary",subitem:"interactive-pressed"},path:["color","light","primary","interactive-pressed"]},"text-low":{value:"#00255a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.20}"},name:"ColorLightPrimaryTextLow",attributes:{category:"color",type:"light",item:"primary",subitem:"text-low"},path:["color","light","primary","text-low"]},"text-high":{value:"#000b19",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.5}"},name:"ColorLightPrimaryTextHigh",attributes:{category:"color",type:"light",item:"primary",subitem:"text-high"},path:["color","light","primary","text-high"]}},success:{5:{value:"#001910",filePath:"src/color/ref.json",isSource:!0,original:{value:"#001910"},name:"ColorLightSuccess5",attributes:{category:"color",type:"light",item:"success",subitem:"5"},path:["color","light","success","5"]},10:{value:"#003420",filePath:"src/color/ref.json",isSource:!0,original:{value:"#003420"},name:"ColorLightSuccess10",attributes:{category:"color",type:"light",item:"success",subitem:"10"},path:["color","light","success","10"]},20:{value:"#005333",filePath:"src/color/ref.json",isSource:!0,original:{value:"#005333"},name:"ColorLightSuccess20",attributes:{category:"color",type:"light",item:"success",subitem:"20"},path:["color","light","success","20"]},30:{value:"#007447",filePath:"src/color/ref.json",isSource:!0,original:{value:"#007447"},name:"ColorLightSuccess30",attributes:{category:"color",type:"light",item:"success",subitem:"30"},path:["color","light","success","30"]},40:{value:"#00935b",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00935B"},name:"ColorLightSuccess40",attributes:{category:"color",type:"light",item:"success",subitem:"40"},path:["color","light","success","40"]},50:{value:"#00af6c",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00AF6C"},name:"ColorLightSuccess50",attributes:{category:"color",type:"light",item:"success",subitem:"50"},path:["color","light","success","50"]},60:{value:"#00c87b",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00C87B"},name:"ColorLightSuccess60",attributes:{category:"color",type:"light",item:"success",subitem:"60"},path:["color","light","success","60"]},70:{value:"#0fdc8e",filePath:"src/color/ref.json",isSource:!0,original:{value:"#0FDC8E"},name:"ColorLightSuccess70",attributes:{category:"color",type:"light",item:"success",subitem:"70"},path:["color","light","success","70"]},80:{value:"#3feca9",filePath:"src/color/ref.json",isSource:!0,original:{value:"#3FECA9"},name:"ColorLightSuccess80",attributes:{category:"color",type:"light",item:"success",subitem:"80"},path:["color","light","success","80"]},90:{value:"#7af7c7",filePath:"src/color/ref.json",isSource:!0,original:{value:"#7AF7C7"},name:"ColorLightSuccess90",attributes:{category:"color",type:"light",item:"success",subitem:"90"},path:["color","light","success","90"]},95:{value:"#bcfde4",filePath:"src/color/ref.json",isSource:!0,original:{value:"#BCFDE4"},name:"ColorLightSuccess95",attributes:{category:"color",type:"light",item:"success",subitem:"95"},path:["color","light","success","95"]},99:{value:"#defef2",filePath:"src/color/ref.json",isSource:!0,original:{value:"#DEFEF2"},name:"ColorLightSuccess99",attributes:{category:"color",type:"light",item:"success",subitem:"99"},path:["color","light","success","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightSuccess100",attributes:{category:"color",type:"light",item:"success",subitem:"100"},path:["color","light","success","100"]},surface:{value:"#defef2",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.99}"},name:"ColorLightSuccessSurface",attributes:{category:"color",type:"light",item:"success",subitem:"surface"},path:["color","light","success","surface"]},"surface-highlight":{value:"#7af7c7",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.90}"},name:"ColorLightSuccessSurfaceHighlight",attributes:{category:"color",type:"light",item:"success",subitem:"surface-highlight"},path:["color","light","success","surface-highlight"]},interactive:{value:"#00c87b",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.60}"},name:"ColorLightSuccessInteractive",attributes:{category:"color",type:"light",item:"success",subitem:"interactive"},path:["color","light","success","interactive"]},"interactive-hover":{value:"#00935b",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.40}"},name:"ColorLightSuccessInteractiveHover",attributes:{category:"color",type:"light",item:"success",subitem:"interactive-hover"},path:["color","light","success","interactive-hover"]},"interactive-pressed":{value:"#007447",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.30}"},name:"ColorLightSuccessInteractivePressed",attributes:{category:"color",type:"light",item:"success",subitem:"interactive-pressed"},path:["color","light","success","interactive-pressed"]},"text-low":{value:"#005333",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.20}"},name:"ColorLightSuccessTextLow",attributes:{category:"color",type:"light",item:"success",subitem:"text-low"},path:["color","light","success","text-low"]},"text-high":{value:"#001910",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.5}"},name:"ColorLightSuccessTextHigh",attributes:{category:"color",type:"light",item:"success",subitem:"text-high"},path:["color","light","success","text-high"]}},warning:{5:{value:"#191000",filePath:"src/color/ref.json",isSource:!0,original:{value:"#191000"},name:"ColorLightWarning5",attributes:{category:"color",type:"light",item:"warning",subitem:"5"},path:["color","light","warning","5"]},10:{value:"#342000",filePath:"src/color/ref.json",isSource:!0,original:{value:"#342000"},name:"ColorLightWarning10",attributes:{category:"color",type:"light",item:"warning",subitem:"10"},path:["color","light","warning","10"]},20:{value:"#533300",filePath:"src/color/ref.json",isSource:!0,original:{value:"#533300"},name:"ColorLightWarning20",attributes:{category:"color",type:"light",item:"warning",subitem:"20"},path:["color","light","warning","20"]},30:{value:"#744700",filePath:"src/color/ref.json",isSource:!0,original:{value:"#744700"},name:"ColorLightWarning30",attributes:{category:"color",type:"light",item:"warning",subitem:"30"},path:["color","light","warning","30"]},40:{value:"#935b00",filePath:"src/color/ref.json",isSource:!0,original:{value:"#935B00"},name:"ColorLightWarning40",attributes:{category:"color",type:"light",item:"warning",subitem:"40"},path:["color","light","warning","40"]},50:{value:"#af6c00",filePath:"src/color/ref.json",isSource:!0,original:{value:"#AF6C00"},name:"ColorLightWarning50",attributes:{category:"color",type:"light",item:"warning",subitem:"50"},path:["color","light","warning","50"]},60:{value:"#c87b00",filePath:"src/color/ref.json",isSource:!0,original:{value:"#C87B00"},name:"ColorLightWarning60",attributes:{category:"color",type:"light",item:"warning",subitem:"60"},path:["color","light","warning","60"]},70:{value:"#dc8e0f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#DC8E0F"},name:"ColorLightWarning70",attributes:{category:"color",type:"light",item:"warning",subitem:"70"},path:["color","light","warning","70"]},80:{value:"#eca93f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#ECA93F"},name:"ColorLightWarning80",attributes:{category:"color",type:"light",item:"warning",subitem:"80"},path:["color","light","warning","80"]},90:{value:"#f7c77a",filePath:"src/color/ref.json",isSource:!0,original:{value:"#F7C77A"},name:"ColorLightWarning90",attributes:{category:"color",type:"light",item:"warning",subitem:"90"},path:["color","light","warning","90"]},95:{value:"#fde4bc",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FDE4BC"},name:"ColorLightWarning95",attributes:{category:"color",type:"light",item:"warning",subitem:"95"},path:["color","light","warning","95"]},99:{value:"#fef2de",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FEF2DE"},name:"ColorLightWarning99",attributes:{category:"color",type:"light",item:"warning",subitem:"99"},path:["color","light","warning","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightWarning100",attributes:{category:"color",type:"light",item:"warning",subitem:"100"},path:["color","light","warning","100"]},surface:{value:"#fef2de",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.99}"},name:"ColorLightWarningSurface",attributes:{category:"color",type:"light",item:"warning",subitem:"surface"},path:["color","light","warning","surface"]},"surface-highlight":{value:"#f7c77a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.90}"},name:"ColorLightWarningSurfaceHighlight",attributes:{category:"color",type:"light",item:"warning",subitem:"surface-highlight"},path:["color","light","warning","surface-highlight"]},interactive:{value:"#c87b00",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.60}"},name:"ColorLightWarningInteractive",attributes:{category:"color",type:"light",item:"warning",subitem:"interactive"},path:["color","light","warning","interactive"]},"interactive-hover":{value:"#935b00",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.40}"},name:"ColorLightWarningInteractiveHover",attributes:{category:"color",type:"light",item:"warning",subitem:"interactive-hover"},path:["color","light","warning","interactive-hover"]},"interactive-pressed":{value:"#744700",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.30}"},name:"ColorLightWarningInteractivePressed",attributes:{category:"color",type:"light",item:"warning",subitem:"interactive-pressed"},path:["color","light","warning","interactive-pressed"]},"text-low":{value:"#533300",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.20}"},name:"ColorLightWarningTextLow",attributes:{category:"color",type:"light",item:"warning",subitem:"text-low"},path:["color","light","warning","text-low"]},"text-high":{value:"#191000",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.5}"},name:"ColorLightWarningTextHigh",attributes:{category:"color",type:"light",item:"warning",subitem:"text-high"},path:["color","light","warning","text-high"]}},danger:{5:{value:"#190000",filePath:"src/color/ref.json",isSource:!0,original:{value:"#190000"},name:"ColorLightDanger5",attributes:{category:"color",type:"light",item:"danger",subitem:"5"},path:["color","light","danger","5"]},10:{value:"#340001",filePath:"src/color/ref.json",isSource:!0,original:{value:"#340001"},name:"ColorLightDanger10",attributes:{category:"color",type:"light",item:"danger",subitem:"10"},path:["color","light","danger","10"]},20:{value:"#530001",filePath:"src/color/ref.json",isSource:!0,original:{value:"#530001"},name:"ColorLightDanger20",attributes:{category:"color",type:"light",item:"danger",subitem:"20"},path:["color","light","danger","20"]},30:{value:"#740002",filePath:"src/color/ref.json",isSource:!0,original:{value:"#740002"},name:"ColorLightDanger30",attributes:{category:"color",type:"light",item:"danger",subitem:"30"},path:["color","light","danger","30"]},40:{value:"#930002",filePath:"src/color/ref.json",isSource:!0,original:{value:"#930002"},name:"ColorLightDanger40",attributes:{category:"color",type:"light",item:"danger",subitem:"40"},path:["color","light","danger","40"]},50:{value:"#af0003",filePath:"src/color/ref.json",isSource:!0,original:{value:"#AF0003"},name:"ColorLightDanger50",attributes:{category:"color",type:"light",item:"danger",subitem:"50"},path:["color","light","danger","50"]},60:{value:"#c80003",filePath:"src/color/ref.json",isSource:!0,original:{value:"#C80003"},name:"ColorLightDanger60",attributes:{category:"color",type:"light",item:"danger",subitem:"60"},path:["color","light","danger","60"]},70:{value:"#dc0f13",filePath:"src/color/ref.json",isSource:!0,original:{value:"#DC0F13"},name:"ColorLightDanger70",attributes:{category:"color",type:"light",item:"danger",subitem:"70"},path:["color","light","danger","70"]},80:{value:"#ec3f41",filePath:"src/color/ref.json",isSource:!0,original:{value:"#EC3F41"},name:"ColorLightDanger80",attributes:{category:"color",type:"light",item:"danger",subitem:"80"},path:["color","light","danger","80"]},90:{value:"#f77a7c",filePath:"src/color/ref.json",isSource:!0,original:{value:"#F77A7C"},name:"ColorLightDanger90",attributes:{category:"color",type:"light",item:"danger",subitem:"90"},path:["color","light","danger","90"]},95:{value:"#fdbcbd",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FDBCBD"},name:"ColorLightDanger95",attributes:{category:"color",type:"light",item:"danger",subitem:"95"},path:["color","light","danger","95"]},99:{value:"#fedede",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FEDEDE"},name:"ColorLightDanger99",attributes:{category:"color",type:"light",item:"danger",subitem:"99"},path:["color","light","danger","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightDanger100",attributes:{category:"color",type:"light",item:"danger",subitem:"100"},path:["color","light","danger","100"]},surface:{value:"#fedede",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.99}"},name:"ColorLightDangerSurface",attributes:{category:"color",type:"light",item:"danger",subitem:"surface"},path:["color","light","danger","surface"]},"surface-highlight":{value:"#f77a7c",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.90}"},name:"ColorLightDangerSurfaceHighlight",attributes:{category:"color",type:"light",item:"danger",subitem:"surface-highlight"},path:["color","light","danger","surface-highlight"]},interactive:{value:"#c80003",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.60}"},name:"ColorLightDangerInteractive",attributes:{category:"color",type:"light",item:"danger",subitem:"interactive"},path:["color","light","danger","interactive"]},"interactive-hover":{value:"#930002",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.40}"},name:"ColorLightDangerInteractiveHover",attributes:{category:"color",type:"light",item:"danger",subitem:"interactive-hover"},path:["color","light","danger","interactive-hover"]},"interactive-pressed":{value:"#740002",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.30}"},name:"ColorLightDangerInteractivePressed",attributes:{category:"color",type:"light",item:"danger",subitem:"interactive-pressed"},path:["color","light","danger","interactive-pressed"]},"text-low":{value:"#530001",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.20}"},name:"ColorLightDangerTextLow",attributes:{category:"color",type:"light",item:"danger",subitem:"text-low"},path:["color","light","danger","text-low"]},"text-high":{value:"#190000",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.5}"},name:"ColorLightDangerTextHigh",attributes:{category:"color",type:"light",item:"danger",subitem:"text-high"},path:["color","light","danger","text-high"]}},neutral:{0:{value:"#0a0a0a",filePath:"src/color/ref.json",isSource:!0,original:{value:"#0A0A0A"},name:"ColorLightNeutral0",attributes:{category:"color",type:"light",item:"neutral",subitem:"0"},path:["color","light","neutral","0"]},5:{value:"#1f2020",filePath:"src/color/ref.json",isSource:!0,original:{value:"#1F2020"},name:"ColorLightNeutral5",attributes:{category:"color",type:"light",item:"neutral",subitem:"5"},path:["color","light","neutral","5"]},10:{value:"#3d3d3d",filePath:"src/color/ref.json",isSource:!0,original:{value:"#3D3D3D"},name:"ColorLightNeutral10",attributes:{category:"color",type:"light",item:"neutral",subitem:"10"},path:["color","light","neutral","10"]},20:{value:"#454545",filePath:"src/color/ref.json",isSource:!0,original:{value:"#454545"},name:"ColorLightNeutral20",attributes:{category:"color",type:"light",item:"neutral",subitem:"20"},path:["color","light","neutral","20"]},30:{value:"#4f4f4f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#4F4F4F"},name:"ColorLightNeutral30",attributes:{category:"color",type:"light",item:"neutral",subitem:"30"},path:["color","light","neutral","30"]},40:{value:"#5d5d5d",filePath:"src/color/ref.json",isSource:!0,original:{value:"#5D5D5D"},name:"ColorLightNeutral40",attributes:{category:"color",type:"light",item:"neutral",subitem:"40"},path:["color","light","neutral","40"]},50:{value:"#6d6d6d",filePath:"src/color/ref.json",isSource:!0,original:{value:"#6D6D6D"},name:"ColorLightNeutral50",attributes:{category:"color",type:"light",item:"neutral",subitem:"50"},path:["color","light","neutral","50"]},60:{value:"#777777",filePath:"src/color/ref.json",isSource:!0,original:{value:"#777777"},name:"ColorLightNeutral60",attributes:{category:"color",type:"light",item:"neutral",subitem:"60"},path:["color","light","neutral","60"]},70:{value:"#888888",filePath:"src/color/ref.json",isSource:!0,original:{value:"#888888"},name:"ColorLightNeutral70",attributes:{category:"color",type:"light",item:"neutral",subitem:"70"},path:["color","light","neutral","70"]},80:{value:"#b0b0b0",filePath:"src/color/ref.json",isSource:!0,original:{value:"#B0B0B0"},name:"ColorLightNeutral80",attributes:{category:"color",type:"light",item:"neutral",subitem:"80"},path:["color","light","neutral","80"]},90:{value:"#d1d1d1",filePath:"src/color/ref.json",isSource:!0,original:{value:"#D1D1D1"},name:"ColorLightNeutral90",attributes:{category:"color",type:"light",item:"neutral",subitem:"90"},path:["color","light","neutral","90"]},95:{value:"#e7e7e7",filePath:"src/color/ref.json",isSource:!0,original:{value:"#E7E7E7"},name:"ColorLightNeutral95",attributes:{category:"color",type:"light",item:"neutral",subitem:"95"},path:["color","light","neutral","95"]},99:{value:"#f6f6f6",filePath:"src/color/ref.json",isSource:!0,original:{value:"#F6F6F6"},name:"ColorLightNeutral99",attributes:{category:"color",type:"light",item:"neutral",subitem:"99"},path:["color","light","neutral","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightNeutral100",attributes:{category:"color",type:"light",item:"neutral",subitem:"100"},path:["color","light","neutral","100"]},background:{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.100}"},name:"ColorLightNeutralBackground",attributes:{category:"color",type:"light",item:"neutral",subitem:"background"},path:["color","light","neutral","background"]},surface:{value:"#f6f6f6",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.99}"},name:"ColorLightNeutralSurface",attributes:{category:"color",type:"light",item:"neutral",subitem:"surface"},path:["color","light","neutral","surface"]},"surface-disabled":{value:"#e7e7e7",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.95}"},name:"ColorLightNeutralSurfaceDisabled",attributes:{category:"color",type:"light",item:"neutral",subitem:"surface-disabled"},path:["color","light","neutral","surface-disabled"]},"surface-highlight":{value:"#d1d1d1",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.90}"},name:"ColorLightNeutralSurfaceHighlight",attributes:{category:"color",type:"light",item:"neutral",subitem:"surface-highlight"},path:["color","light","neutral","surface-highlight"]},interactive:{value:"#b0b0b0",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.80}"},name:"ColorLightNeutralInteractive",attributes:{category:"color",type:"light",item:"neutral",subitem:"interactive"},path:["color","light","neutral","interactive"]},"interactive-hover":{value:"#888888",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.70}"},name:"ColorLightNeutralInteractiveHover",attributes:{category:"color",type:"light",item:"neutral",subitem:"interactive-hover"},path:["color","light","neutral","interactive-hover"]},"interactive-pressed":{value:"#777777",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.60}"},name:"ColorLightNeutralInteractivePressed",attributes:{category:"color",type:"light",item:"neutral",subitem:"interactive-pressed"},path:["color","light","neutral","interactive-pressed"]},"text-disabled":{value:"#6d6d6d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.50}"},name:"ColorLightNeutralTextDisabled",attributes:{category:"color",type:"light",item:"neutral",subitem:"text-disabled"},path:["color","light","neutral","text-disabled"]},"text-low":{value:"#5d5d5d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.40}"},name:"ColorLightNeutralTextLow",attributes:{category:"color",type:"light",item:"neutral",subitem:"text-low"},path:["color","light","neutral","text-low"]},"text-high":{value:"#0a0a0a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.0}"},name:"ColorLightNeutralTextHigh",attributes:{category:"color",type:"light",item:"neutral",subitem:"text-high"},path:["color","light","neutral","text-high"]}},next:{5:{value:"#000519",filePath:"src/color/ref.json",isSource:!0,original:{value:"#000519"},name:"ColorLightNext5",attributes:{category:"color",type:"light",item:"next",subitem:"5"},path:["color","light","next","5"]},10:{value:"#22242f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#22242F"},name:"ColorLightNext10",attributes:{category:"color",type:"light",item:"next",subitem:"10"},path:["color","light","next","10"]},20:{value:"#343746",filePath:"src/color/ref.json",isSource:!0,original:{value:"#343746"},name:"ColorLightNext20",attributes:{category:"color",type:"light",item:"next",subitem:"20"},path:["color","light","next","20"]},30:{value:"#3b4053",filePath:"src/color/ref.json",isSource:!0,original:{value:"#3B4053"},name:"ColorLightNext30",attributes:{category:"color",type:"light",item:"next",subitem:"30"},path:["color","light","next","30"]},40:{value:"#3f445a",filePath:"src/color/ref.json",isSource:!0,original:{value:"#3F445A"},name:"ColorLightNext40",attributes:{category:"color",type:"light",item:"next",subitem:"40"},path:["color","light","next","40"]},50:{value:"#434961",filePath:"src/color/ref.json",isSource:!0,original:{value:"#434961"},name:"ColorLightNext50",attributes:{category:"color",type:"light",item:"next",subitem:"50"},path:["color","light","next","50"]},60:{value:"#555c74",filePath:"src/color/ref.json",isSource:!0,original:{value:"#555C74"},name:"ColorLightNext60",attributes:{category:"color",type:"light",item:"next",subitem:"60"},path:["color","light","next","60"]},70:{value:"#777b8c",filePath:"src/color/ref.json",isSource:!0,original:{value:"#777B8C"},name:"ColorLightNext70",attributes:{category:"color",type:"light",item:"next",subitem:"70"},path:["color","light","next","70"]},80:{value:"#8e93a2",filePath:"src/color/ref.json",isSource:!0,original:{value:"#8E93A2"},name:"ColorLightNext80",attributes:{category:"color",type:"light",item:"next",subitem:"80"},path:["color","light","next","80"]},90:{value:"#b2b5c6",filePath:"src/color/ref.json",isSource:!0,original:{value:"#B2B5C6"},name:"ColorLightNext90",attributes:{category:"color",type:"light",item:"next",subitem:"90"},path:["color","light","next","90"]},95:{value:"#d5d7e2",filePath:"src/color/ref.json",isSource:!0,original:{value:"#D5D7E2"},name:"ColorLightNext95",attributes:{category:"color",type:"light",item:"next",subitem:"95"},path:["color","light","next","95"]},99:{value:"#edf0ff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#EDF0FF"},name:"ColorLightNext99",attributes:{category:"color",type:"light",item:"next",subitem:"99"},path:["color","light","next","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightNext100",attributes:{category:"color",type:"light",item:"next",subitem:"100"},path:["color","light","next","100"]}}},dark:{primary:{surface:{value:"#001737",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.10}"},name:"ColorDarkPrimarySurface",attributes:{category:"color",type:"dark",item:"primary",subitem:"surface"},path:["color","dark","primary","surface"]},"surface-highlight":{value:"#00347d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.30}"},name:"ColorDarkPrimarySurfaceHighlight",attributes:{category:"color",type:"dark",item:"primary",subitem:"surface-highlight"},path:["color","dark","primary","surface-highlight"]},interactive:{value:"#2577e9",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.70}"},name:"ColorDarkPrimaryInteractive",attributes:{category:"color",type:"dark",item:"primary",subitem:"interactive"},path:["color","dark","primary","interactive"]},"interactive-hover":{value:"#4b92f5",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.80}"},name:"ColorDarkPrimaryInteractiveHover",attributes:{category:"color",type:"dark",item:"primary",subitem:"interactive-hover"},path:["color","dark","primary","interactive-hover"]},"interactive-pressed":{value:"#96c1fc",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.90}"},name:"ColorDarkPrimaryInteractivePressed",attributes:{category:"color",type:"dark",item:"primary",subitem:"interactive-pressed"},path:["color","dark","primary","interactive-pressed"]},"text-low":{value:"#c2dbfe",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.95}"},name:"ColorDarkPrimaryTextLow",attributes:{category:"color",type:"dark",item:"primary",subitem:"text-low"},path:["color","dark","primary","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.100}"},name:"ColorDarkPrimaryTextHigh",attributes:{category:"color",type:"dark",item:"primary",subitem:"text-high"},path:["color","dark","primary","text-high"]}},success:{surface:{value:"#003420",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.10}"},name:"ColorDarkSuccessSurface",attributes:{category:"color",type:"dark",item:"success",subitem:"surface"},path:["color","dark","success","surface"]},"surface-highlight":{value:"#007447",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.30}"},name:"ColorDarkSuccessSurfaceHighlight",attributes:{category:"color",type:"dark",item:"success",subitem:"surface-highlight"},path:["color","dark","success","surface-highlight"]},interactive:{value:"#0fdc8e",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.70}"},name:"ColorDarkSuccessInteractive",attributes:{category:"color",type:"dark",item:"success",subitem:"interactive"},path:["color","dark","success","interactive"]},"interactive-hover":{value:"#3feca9",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.80}"},name:"ColorDarkSuccessInteractiveHover",attributes:{category:"color",type:"dark",item:"success",subitem:"interactive-hover"},path:["color","dark","success","interactive-hover"]},"interactive-pressed":{value:"#7af7c7",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.90}"},name:"ColorDarkSuccessInteractivePressed",attributes:{category:"color",type:"dark",item:"success",subitem:"interactive-pressed"},path:["color","dark","success","interactive-pressed"]},"text-low":{value:"#bcfde4",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.95}"},name:"ColorDarkSuccessTextLow",attributes:{category:"color",type:"dark",item:"success",subitem:"text-low"},path:["color","dark","success","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.100}"},name:"ColorDarkSuccessTextHigh",attributes:{category:"color",type:"dark",item:"success",subitem:"text-high"},path:["color","dark","success","text-high"]}},warning:{surface:{value:"#342000",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.10}"},name:"ColorDarkWarningSurface",attributes:{category:"color",type:"dark",item:"warning",subitem:"surface"},path:["color","dark","warning","surface"]},"surface-highlight":{value:"#744700",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.30}"},name:"ColorDarkWarningSurfaceHighlight",attributes:{category:"color",type:"dark",item:"warning",subitem:"surface-highlight"},path:["color","dark","warning","surface-highlight"]},interactive:{value:"#dc8e0f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.70}"},name:"ColorDarkWarningInteractive",attributes:{category:"color",type:"dark",item:"warning",subitem:"interactive"},path:["color","dark","warning","interactive"]},"interactive-hover":{value:"#eca93f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.80}"},name:"ColorDarkWarningInteractiveHover",attributes:{category:"color",type:"dark",item:"warning",subitem:"interactive-hover"},path:["color","dark","warning","interactive-hover"]},"interactive-pressed":{value:"#f7c77a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.90}"},name:"ColorDarkWarningInteractivePressed",attributes:{category:"color",type:"dark",item:"warning",subitem:"interactive-pressed"},path:["color","dark","warning","interactive-pressed"]},"text-low":{value:"#fde4bc",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.95}"},name:"ColorDarkWarningTextLow",attributes:{category:"color",type:"dark",item:"warning",subitem:"text-low"},path:["color","dark","warning","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.100}"},name:"ColorDarkWarningTextHigh",attributes:{category:"color",type:"dark",item:"warning",subitem:"text-high"},path:["color","dark","warning","text-high"]}},danger:{surface:{value:"#340001",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.10}"},name:"ColorDarkDangerSurface",attributes:{category:"color",type:"dark",item:"danger",subitem:"surface"},path:["color","dark","danger","surface"]},"surface-highlight":{value:"#740002",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.30}"},name:"ColorDarkDangerSurfaceHighlight",attributes:{category:"color",type:"dark",item:"danger",subitem:"surface-highlight"},path:["color","dark","danger","surface-highlight"]},interactive:{value:"#dc0f13",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.70}"},name:"ColorDarkDangerInteractive",attributes:{category:"color",type:"dark",item:"danger",subitem:"interactive"},path:["color","dark","danger","interactive"]},"interactive-hover":{value:"#ec3f41",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.80}"},name:"ColorDarkDangerInteractiveHover",attributes:{category:"color",type:"dark",item:"danger",subitem:"interactive-hover"},path:["color","dark","danger","interactive-hover"]},"interactive-pressed":{value:"#f77a7c",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.90}"},name:"ColorDarkDangerInteractivePressed",attributes:{category:"color",type:"dark",item:"danger",subitem:"interactive-pressed"},path:["color","dark","danger","interactive-pressed"]},"text-low":{value:"#fdbcbd",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.95}"},name:"ColorDarkDangerTextLow",attributes:{category:"color",type:"dark",item:"danger",subitem:"text-low"},path:["color","dark","danger","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.100}"},name:"ColorDarkDangerTextHigh",attributes:{category:"color",type:"dark",item:"danger",subitem:"text-high"},path:["color","dark","danger","text-high"]}},neutral:{background:{value:"#0a0a0a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.0}"},name:"ColorDarkNeutralBackground",attributes:{category:"color",type:"dark",item:"neutral",subitem:"background"},path:["color","dark","neutral","background"]},surface:{value:"#1f2020",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.5}"},name:"ColorDarkNeutralSurface",attributes:{category:"color",type:"dark",item:"neutral",subitem:"surface"},path:["color","dark","neutral","surface"]},"surface-disabled":{value:"#3d3d3d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.10}"},name:"ColorDarkNeutralSurfaceDisabled",attributes:{category:"color",type:"dark",item:"neutral",subitem:"surface-disabled"},path:["color","dark","neutral","surface-disabled"]},"surface-highlight":{value:"#454545",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.20}"},name:"ColorDarkNeutralSurfaceHighlight",attributes:{category:"color",type:"dark",item:"neutral",subitem:"surface-highlight"},path:["color","dark","neutral","surface-highlight"]},interactive:{value:"#4f4f4f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.30}"},name:"ColorDarkNeutralInteractive",attributes:{category:"color",type:"dark",item:"neutral",subitem:"interactive"},path:["color","dark","neutral","interactive"]},"interactive-hover":{value:"#5d5d5d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.40}"},name:"ColorDarkNeutralInteractiveHover",attributes:{category:"color",type:"dark",item:"neutral",subitem:"interactive-hover"},path:["color","dark","neutral","interactive-hover"]},"interactive-pressed":{value:"#6d6d6d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.50}"},name:"ColorDarkNeutralInteractivePressed",attributes:{category:"color",type:"dark",item:"neutral",subitem:"interactive-pressed"},path:["color","dark","neutral","interactive-pressed"]},"text-disabled":{value:"#777777",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.60}"},name:"ColorDarkNeutralTextDisabled",attributes:{category:"color",type:"dark",item:"neutral",subitem:"text-disabled"},path:["color","dark","neutral","text-disabled"]},"text-low":{value:"#888888",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.70}"},name:"ColorDarkNeutralTextLow",attributes:{category:"color",type:"dark",item:"neutral",subitem:"text-low"},path:["color","dark","neutral","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.100}"},name:"ColorDarkNeutralTextHigh",attributes:{category:"color",type:"dark",item:"neutral",subitem:"text-high"},path:["color","dark","neutral","text-high"]}}},next:{primary:{surface:{value:"#edf0ff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.99}"},name:"ColorNextPrimarySurface",attributes:{category:"color",type:"next",item:"primary",subitem:"surface"},path:["color","next","primary","surface"]},"surface-highlight":{value:"#b2b5c6",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.90}"},name:"ColorNextPrimarySurfaceHighlight",attributes:{category:"color",type:"next",item:"primary",subitem:"surface-highlight"},path:["color","next","primary","surface-highlight"]},interactive:{value:"#555c74",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.60}"},name:"ColorNextPrimaryInteractive",attributes:{category:"color",type:"next",item:"primary",subitem:"interactive"},path:["color","next","primary","interactive"]},"interactive-hover":{value:"#3f445a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.40}"},name:"ColorNextPrimaryInteractiveHover",attributes:{category:"color",type:"next",item:"primary",subitem:"interactive-hover"},path:["color","next","primary","interactive-hover"]},"interactive-pressed":{value:"#3b4053",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.30}"},name:"ColorNextPrimaryInteractivePressed",attributes:{category:"color",type:"next",item:"primary",subitem:"interactive-pressed"},path:["color","next","primary","interactive-pressed"]},"text-low":{value:"#343746",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.20}"},name:"ColorNextPrimaryTextLow",attributes:{category:"color",type:"next",item:"primary",subitem:"text-low"},path:["color","next","primary","text-low"]},"text-high":{value:"#000519",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.5}"},name:"ColorNextPrimaryTextHigh",attributes:{category:"color",type:"next",item:"primary",subitem:"text-high"},path:["color","next","primary","text-high"]}}},"next-dark":{primary:{surface:{value:"#22242f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.10}"},name:"ColorNextDarkPrimarySurface",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"surface"},path:["color","next-dark","primary","surface"]},"surface-highlight":{value:"#3b4053",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.30}"},name:"ColorNextDarkPrimarySurfaceHighlight",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"surface-highlight"},path:["color","next-dark","primary","surface-highlight"]},interactive:{value:"#777b8c",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.70}"},name:"ColorNextDarkPrimaryInteractive",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"interactive"},path:["color","next-dark","primary","interactive"]},"interactive-hover":{value:"#8e93a2",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.80}"},name:"ColorNextDarkPrimaryInteractiveHover",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"interactive-hover"},path:["color","next-dark","primary","interactive-hover"]},"interactive-pressed":{value:"#b2b5c6",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.90}"},name:"ColorNextDarkPrimaryInteractivePressed",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"interactive-pressed"},path:["color","next-dark","primary","interactive-pressed"]},"text-low":{value:"#d5d7e2",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.95}"},name:"ColorNextDarkPrimaryTextLow",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"text-low"},path:["color","next-dark","primary","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.100}"},name:"ColorNextDarkPrimaryTextHigh",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"text-high"},path:["color","next-dark","primary","text-high"]}}}},motion:{speed:{fast:{value:"150ms",filePath:"src/motion/sys.json",isSource:!0,original:{value:"150ms"},name:"MotionSpeedFast",attributes:{category:"motion",type:"speed",item:"fast"},path:["motion","speed","fast"]},base:{value:"300ms",filePath:"src/motion/sys.json",isSource:!0,original:{value:"300ms"},name:"MotionSpeedBase",attributes:{category:"motion",type:"speed",item:"base"},path:["motion","speed","base"]},slow:{value:"450ms",filePath:"src/motion/sys.json",isSource:!0,original:{value:"450ms"},name:"MotionSpeedSlow",attributes:{category:"motion",type:"speed",item:"slow"},path:["motion","speed","slow"]},slower:{value:"600ms",filePath:"src/motion/sys.json",isSource:!0,original:{value:"600ms"},name:"MotionSpeedSlower",attributes:{category:"motion",type:"speed",item:"slower"},path:["motion","speed","slower"]}}},shadow:{level:{0:{value:"none",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"none"},name:"ShadowLevel0",attributes:{category:"shadow",type:"level",item:"0"},path:["shadow","level","0"]},1:{value:"0px 0px 1px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 0px 1px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel1",attributes:{category:"shadow",type:"level",item:"1"},path:["shadow","level","1"]},2:{value:"0px 0px 2px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 0px 2px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel2",attributes:{category:"shadow",type:"level",item:"2"},path:["shadow","level","2"]},3:{value:"0px 3px 6px 0px #d1d1d1, 0px 0px 1px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 3px 6px 0px {color.light.neutral.surface-highlight}, 0px 0px 1px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel3",attributes:{category:"shadow",type:"level",item:"3"},path:["shadow","level","3"]},4:{value:"0px 12px 16px 0px #d1d1d1, 0px 0px 1px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 12px 16px 0px {color.light.neutral.surface-highlight}, 0px 0px 1px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel4",attributes:{category:"shadow",type:"level",item:"4"},path:["shadow","level","4"]},5:{value:"0px 24px 32px 0px #d1d1d1, 0px 0px 1px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 24px 32px 0px {color.light.neutral.surface-highlight}, 0px 0px 1px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel5",attributes:{category:"shadow",type:"level",item:"5"},path:["shadow","level","5"]}},light:{level:{0:{value:"none",comment:"Inicial level without shadow. Used for background or elements that do not need to be distinguished from the background.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.0}",comment:"Inicial level without shadow. Used for background or elements that do not need to be distinguished from the background."},name:"ShadowLightLevel0",attributes:{category:"shadow",type:"light",item:"level",subitem:"0"},path:["shadow","light","level","0"]},1:{value:"0px 0px 1px 0px #888888",comment:"Shadow level for elements that are floating at minimal distance from the background. Can be used in interactive elements.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.1}",comment:"Shadow level for elements that are floating at minimal distance from the background. Can be used in interactive elements."},name:"ShadowLightLevel1",attributes:{category:"shadow",type:"light",item:"level",subitem:"1"},path:["shadow","light","level","1"]},2:{value:"0px 0px 2px 0px #888888",comment:"Shadow level for elements that are floating at small distance from the background. Can be used in cards.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.2}",comment:"Shadow level for elements that are floating at small distance from the background. Can be used in cards."},name:"ShadowLightLevel2",attributes:{category:"shadow",type:"light",item:"level",subitem:"2"},path:["shadow","light","level","2"]},3:{value:"0px 3px 6px 0px #d1d1d1, 0px 0px 1px 0px #888888",comment:"Shadow level for elements that are floating at medium distance from the background. Can be used in popovers.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.3}",comment:"Shadow level for elements that are floating at medium distance from the background. Can be used in popovers."},name:"ShadowLightLevel3",attributes:{category:"shadow",type:"light",item:"level",subitem:"3"},path:["shadow","light","level","3"]},4:{value:"0px 12px 16px 0px #d1d1d1, 0px 0px 1px 0px #888888",comment:"Shadow for elements that are floating at a large distance from the background. Can be used in modals.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.4}",comment:"Shadow for elements that are floating at a large distance from the background. Can be used in modals."},name:"ShadowLightLevel4",attributes:{category:"shadow",type:"light",item:"level",subitem:"4"},path:["shadow","light","level","4"]},5:{value:"0px 24px 32px 0px #d1d1d1, 0px 0px 1px 0px #888888",comment:"Shadow level for elements that are floating at maximum distance from the background. Can be used in side modals.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.5}",comment:"Shadow level for elements that are floating at maximum distance from the background. Can be used in side modals."},name:"ShadowLightLevel5",attributes:{category:"shadow",type:"light",item:"level",subitem:"5"},path:["shadow","light","level","5"]}}},dark:{level:{0:{value:"none",comment:"Inicial level without shadow. Used for background or elements that do not need to be distinguished from the background.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"none",comment:"Inicial level without shadow. Used for background or elements that do not need to be distinguished from the background."},name:"ShadowDarkLevel0",attributes:{category:"shadow",type:"dark",item:"level",subitem:"0"},path:["shadow","dark","level","0"]},1:{value:"0px 0px 1px 0px #5d5d5d",comment:"Shadow level for elements that are floating at minimal distance from the background. Can be used in interactive elements.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 0px 1px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow level for elements that are floating at minimal distance from the background. Can be used in interactive elements."},name:"ShadowDarkLevel1",attributes:{category:"shadow",type:"dark",item:"level",subitem:"1"},path:["shadow","dark","level","1"]},2:{value:"0px 0px 2px 0px #5d5d5d",comment:"Shadow level for elements that are floating at small distance from the background. Can be used in cards.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 0px 2px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow level for elements that are floating at small distance from the background. Can be used in cards."},name:"ShadowDarkLevel2",attributes:{category:"shadow",type:"dark",item:"level",subitem:"2"},path:["shadow","dark","level","2"]},3:{value:"0px 3px 6px 0px #454545, 0px 0px 1px 0px #5d5d5d",comment:"Shadow level for elements that are floating at medium distance from the background. Can be used in popovers.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 3px 6px 0px {color.dark.neutral.surface-highlight}, 0px 0px 1px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow level for elements that are floating at medium distance from the background. Can be used in popovers."},name:"ShadowDarkLevel3",attributes:{category:"shadow",type:"dark",item:"level",subitem:"3"},path:["shadow","dark","level","3"]},4:{value:"0px 12px 16px 0px #454545, 0px 0px 1px 0px #5d5d5d",comment:"Shadow for elements that are floating at a large distance from the background. Can be used in modals.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 12px 16px 0px {color.dark.neutral.surface-highlight}, 0px 0px 1px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow for elements that are floating at a large distance from the background. Can be used in modals."},name:"ShadowDarkLevel4",attributes:{category:"shadow",type:"dark",item:"level",subitem:"4"},path:["shadow","dark","level","4"]},5:{value:"0px 24px 32px 0px #454545, 0px 0px 1px 0px #5d5d5d",comment:"Shadow level for elements that are floating at maximum distance from the background. Can be used in side modals.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 24px 32px 0px {color.dark.neutral.surface-highlight}, 0px 0px 1px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow level for elements that are floating at maximum distance from the background. Can be used in side modals."},name:"ShadowDarkLevel5",attributes:{category:"shadow",type:"dark",item:"level",subitem:"5"},path:["shadow","dark","level","5"]}}}},shape:{border:{radius:{1:{value:"0.25rem",comment:"It can be used in medium or small elements with or without interactions.",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.1}",comment:"It can be used in medium or small elements with or without interactions."},name:"ShapeBorderRadius1",attributes:{category:"shape",type:"border",item:"radius",subitem:"1"},path:["shape","border","radius","1"]},2:{value:"0.5rem",comment:"It can be used on medium or large elements with or without interactions.",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.2}",comment:"It can be used on medium or large elements with or without interactions."},name:"ShapeBorderRadius2",attributes:{category:"shape",type:"border",item:"radius",subitem:"2"},path:["shape","border","radius","2"]},3:{value:"0.75rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.3}"},name:"ShapeBorderRadius3",attributes:{category:"shape",type:"border",item:"radius",subitem:"3"},path:["shape","border","radius","3"]},4:{value:"1rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.4}"},name:"ShapeBorderRadius4",attributes:{category:"shape",type:"border",item:"radius",subitem:"4"},path:["shape","border","radius","4"]},5:{value:"1.25rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.5}"},name:"ShapeBorderRadius5",attributes:{category:"shape",type:"border",item:"radius",subitem:"5"},path:["shape","border","radius","5"]},6:{value:"1.5rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.6}"},name:"ShapeBorderRadius6",attributes:{category:"shape",type:"border",item:"radius",subitem:"6"},path:["shape","border","radius","6"]},"0-5":{value:"0.125rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.0-5}"},name:"ShapeBorderRadius05",attributes:{category:"shape",type:"border",item:"radius",subitem:"0-5"},path:["shape","border","radius","0-5"]},full:{value:"9999px",comment:"It can be used in small or fully rounded elements with or without interactions.",filePath:"src/shape/sys.json",isSource:!0,original:{value:"9999px",comment:"It can be used in small or fully rounded elements with or without interactions."},name:"ShapeBorderRadiusFull",attributes:{category:"shape",type:"border",item:"radius",subitem:"full"},path:["shape","border","radius","full"]},base:{value:"0.375rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.1-5}"},name:"ShapeBorderRadiusBase",attributes:{category:"shape",type:"border",item:"radius",subitem:"base"},path:["shape","border","radius","base"]},half:{value:"50%",filePath:"src/shape/sys.json",isSource:!0,original:{value:"50%"},name:"ShapeBorderRadiusHalf",attributes:{category:"shape",type:"border",item:"radius",subitem:"half"},path:["shape","border","radius","half"]}},width:{1:{value:"0.0625rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"0.0625rem"},name:"ShapeBorderWidth1",attributes:{category:"shape",type:"border",item:"width",subitem:"1"},path:["shape","border","width","1"]},2:{value:"0.125rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"0.125rem"},name:"ShapeBorderWidth2",attributes:{category:"shape",type:"border",item:"width",subitem:"2"},path:["shape","border","width","2"]},3:{value:"0.1875rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"0.1875rem"},name:"ShapeBorderWidth3",attributes:{category:"shape",type:"border",item:"width",subitem:"3"},path:["shape","border","width","3"]},4:{value:"1rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"1rem"},name:"ShapeBorderWidth4",attributes:{category:"shape",type:"border",item:"width",subitem:"4"},path:["shape","border","width","4"]},5:{value:"1.25rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"1.25rem"},name:"ShapeBorderWidth5",attributes:{category:"shape",type:"border",item:"width",subitem:"5"},path:["shape","border","width","5"]}}}},spacing:{1:{value:"0.25rem",comment:"Internal spaces in atomic components such as buttons or links.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.25rem",comment:"Internal spaces in atomic components such as buttons or links."},name:"Spacing1",attributes:{category:"spacing",type:"1"},path:["spacing","1"]},2:{value:"0.5rem",comment:"Separation of elements within a container or component padding.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.5rem",comment:"Separation of elements within a container or component padding."},name:"Spacing2",attributes:{category:"spacing",type:"2"},path:["spacing","2"]},3:{value:"0.75rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.75rem"},name:"Spacing3",attributes:{category:"spacing",type:"3"},path:["spacing","3"]},4:{value:"1rem",comment:"Internal spacing of components such as containers or cards.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1rem",comment:"Internal spacing of components such as containers or cards."},name:"Spacing4",attributes:{category:"spacing",type:"4"},path:["spacing","4"]},5:{value:"1.25rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1.25rem"},name:"Spacing5",attributes:{category:"spacing",type:"5"},path:["spacing","5"]},6:{value:"1.5rem",comment:"Separation of content blocks that are not related to each other.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1.5rem",comment:"Separation of content blocks that are not related to each other."},name:"Spacing6",attributes:{category:"spacing",type:"6"},path:["spacing","6"]},7:{value:"1.75rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1.75rem"},name:"Spacing7",attributes:{category:"spacing",type:"7"},path:["spacing","7"]},8:{value:"2rem",comment:"Spacing between page elements and content.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"2rem",comment:"Spacing between page elements and content."},name:"Spacing8",attributes:{category:"spacing",type:"8"},path:["spacing","8"]},9:{value:"2.25rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"2.25rem"},name:"Spacing9",attributes:{category:"spacing",type:"9"},path:["spacing","9"]},10:{value:"2.5rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"2.5rem"},name:"Spacing10",attributes:{category:"spacing",type:"10"},path:["spacing","10"]},11:{value:"2.75rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"2.75rem"},name:"Spacing11",attributes:{category:"spacing",type:"11"},path:["spacing","11"]},12:{value:"3rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"3rem"},name:"Spacing12",attributes:{category:"spacing",type:"12"},path:["spacing","12"]},14:{value:"3.5rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"3.5rem"},name:"Spacing14",attributes:{category:"spacing",type:"14"},path:["spacing","14"]},16:{value:"4rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"4rem"},name:"Spacing16",attributes:{category:"spacing",type:"16"},path:["spacing","16"]},18:{value:"4.5rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"4.5rem"},name:"Spacing18",attributes:{category:"spacing",type:"18"},path:["spacing","18"]},20:{value:"5rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"5rem"},name:"Spacing20",attributes:{category:"spacing",type:"20"},path:["spacing","20"]},"0-5":{value:"0.125rem",comment:"Padding of small atomic elements such as labels or chips.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.125rem",comment:"Padding of small atomic elements such as labels or chips."},name:"Spacing05",attributes:{category:"spacing",type:"0-5"},path:["spacing","0-5"]},"1-5":{value:"0.375rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.375rem"},name:"Spacing15",attributes:{category:"spacing",type:"1-5"},path:["spacing","1-5"]},"2-5":{value:"0.625rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.625rem"},name:"Spacing25",attributes:{category:"spacing",type:"2-5"},path:["spacing","2-5"]},"3-5":{value:"0.875rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.875rem"},name:"Spacing35",attributes:{category:"spacing",type:"3-5"},path:["spacing","3-5"]},"4-5":{value:"1.125rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1.125rem"},name:"Spacing45",attributes:{category:"spacing",type:"4-5"},path:["spacing","4-5"]}},font:{size:{3:{value:"0.75rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"0.75rem"},name:"FontSize3",attributes:{category:"font",type:"size",item:"3"},path:["font","size","3"]},4:{value:"1rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1rem"},name:"FontSize4",attributes:{category:"font",type:"size",item:"4"},path:["font","size","4"]},5:{value:"1.25rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.25rem"},name:"FontSize5",attributes:{category:"font",type:"size",item:"5"},path:["font","size","5"]},6:{value:"1.5rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.5rem"},name:"FontSize6",attributes:{category:"font",type:"size",item:"6"},path:["font","size","6"]},7:{value:"1.75rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.75rem"},name:"FontSize7",attributes:{category:"font",type:"size",item:"7"},path:["font","size","7"]},8:{value:"2rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"2rem"},name:"FontSize8",attributes:{category:"font",type:"size",item:"8"},path:["font","size","8"]},12:{value:"3rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"3rem"},name:"FontSize12",attributes:{category:"font",type:"size",item:"12"},path:["font","size","12"]},16:{value:"4rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"4rem"},name:"FontSize16",attributes:{category:"font",type:"size",item:"16"},path:["font","size","16"]},"3-5":{value:"0.875rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"0.875rem"},name:"FontSize35",attributes:{category:"font",type:"size",item:"3-5"},path:["font","size","3-5"]},"4-5":{value:"1.125rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.125rem"},name:"FontSize45",attributes:{category:"font",type:"size",item:"4-5"},path:["font","size","4-5"]},body:{caption:{value:"0.75rem",comment:"It can be used for caption text and very small components like labels, inputs or chips. Must not be used for body text.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.3}",comment:"It can be used for caption text and very small components like labels, inputs or chips. Must not be used for body text."},name:"FontSizeBodyCaption",attributes:{category:"font",type:"size",item:"body",subitem:"caption"},path:["font","size","body","caption"]},base:{value:"0.875rem",comment:"It can be used for plain text and large amounts of content.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.3-5}",comment:"It can be used for plain text and large amounts of content."},name:"FontSizeBodyBase",attributes:{category:"font",type:"size",item:"body",subitem:"base"},path:["font","size","body","base"]},highlight:{value:"1rem",comment:"It can be used for highlighted text or titles with the lowest possible importance.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.4}",comment:"It can be used for highlighted text or titles with the lowest possible importance."},name:"FontSizeBodyHighlight",attributes:{category:"font",type:"size",item:"body",subitem:"highlight"},path:["font","size","body","highlight"]}},title:{h1:{value:"2rem",comment:"Main hierarchy headings, reserved for a single use per page.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.8}",comment:"Main hierarchy headings, reserved for a single use per page."},name:"FontSizeTitleH1",attributes:{category:"font",type:"size",item:"title",subitem:"h1"},path:["font","size","title","h1"]},h2:{value:"1.75rem",comment:"Secondary hierarchy headings that are used to divide large sections of content on a page",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.7}",comment:"Secondary hierarchy headings that are used to divide large sections of content on a page"},name:"FontSizeTitleH2",attributes:{category:"font",type:"size",item:"title",subitem:"h2"},path:["font","size","title","h2"]},h3:{value:"1.5rem",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.6}"},name:"FontSizeTitleH3",attributes:{category:"font",type:"size",item:"title",subitem:"h3"},path:["font","size","title","h3"]},h4:{value:"1.25rem",comment:"It can be used for low hierarchy headings with the second lowest possible importance.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.5}",comment:"It can be used for low hierarchy headings with the second lowest possible importance."},name:"FontSizeTitleH4",attributes:{category:"font",type:"size",item:"title",subitem:"h4"},path:["font","size","title","h4"]},h5:{value:"1rem",comment:"It can be used for highlighted text or titles with the lowest possible importance.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.4}",comment:"It can be used for highlighted text or titles with the lowest possible importance."},name:"FontSizeTitleH5",attributes:{category:"font",type:"size",item:"title",subitem:"h5"},path:["font","size","title","h5"]},h6:{value:"0.875rem",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.3-5}"},name:"FontSizeTitleH6",attributes:{category:"font",type:"size",item:"title",subitem:"h6"},path:["font","size","title","h6"]}}},family:{sans:{value:"Geist, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', arial, sans-serif",comment:"Font family value by default, to use in css and set components font.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"Geist, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', arial, sans-serif",comment:"Font family value by default, to use in css and set components font."},name:"FontFamilySans",attributes:{category:"font",type:"family",item:"sans"},path:["font","family","sans"]},mono:{value:"Geist Mono, 'Roboto Mono', monospace",comment:"Monospace font family value for usage within code blocks and code elements.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"Geist Mono, 'Roboto Mono', monospace",comment:"Monospace font family value for usage within code blocks and code elements."},name:"FontFamilyMono",attributes:{category:"font",type:"family",item:"mono"},path:["font","family","mono"]}},weight:{regular:{value:"400",comment:"Plain text with regular weight, can be combined with highlight, base or caption font-size.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"400",comment:"Plain text with regular weight, can be combined with highlight, base or caption font-size."},name:"FontWeightRegular",attributes:{category:"font",type:"weight",item:"regular"},path:["font","weight","regular"]},medium:{value:"500",comment:"Plain text with medium weight, can be combined with every font-size.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"500",comment:"Plain text with medium weight, can be combined with every font-size."},name:"FontWeightMedium",attributes:{category:"font",type:"weight",item:"medium"},path:["font","weight","medium"]},bold:{value:"600",comment:"Plain text with semi-bold weight, can be combined with highlight, base or caption font-size.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"600",comment:"Plain text with semi-bold weight, can be combined with highlight, base or caption font-size."},name:"FontWeightBold",attributes:{category:"font",type:"weight",item:"bold"},path:["font","weight","bold"]}}},line:{height:{4:{value:"1rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1rem"},name:"LineHeight4",attributes:{category:"line",type:"height",item:"4"},path:["line","height","4"]},5:{value:"1.25rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.25rem"},name:"LineHeight5",attributes:{category:"line",type:"height",item:"5"},path:["line","height","5"]},6:{value:"1.5rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.5rem"},name:"LineHeight6",attributes:{category:"line",type:"height",item:"6"},path:["line","height","6"]},7:{value:"1.75rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.75rem"},name:"LineHeight7",attributes:{category:"line",type:"height",item:"7"},path:["line","height","7"]},8:{value:"2rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"2rem"},name:"LineHeight8",attributes:{category:"line",type:"height",item:"8"},path:["line","height","8"]},10:{value:"2.5rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"2.5rem"},name:"LineHeight10",attributes:{category:"line",type:"height",item:"10"},path:["line","height","10"]},11:{value:"2.75rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"2.75rem"},name:"LineHeight11",attributes:{category:"line",type:"height",item:"11"},path:["line","height","11"]},"3-5":{value:"0.875rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"0.875rem"},name:"LineHeight35",attributes:{category:"line",type:"height",item:"3-5"},path:["line","height","3-5"]},"4-5":{value:"1.125rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.125rem"},name:"LineHeight45",attributes:{category:"line",type:"height",item:"4-5"},path:["line","height","4-5"]},body:{caption:{value:"1rem",comment:"Combined use with: font-size-body-caption",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.4}",comment:"Combined use with: font-size-body-caption"},name:"LineHeightBodyCaption",attributes:{category:"line",type:"height",item:"body",subitem:"caption"},path:["line","height","body","caption"]},base:{value:"1.25rem",comment:"Combined use with: font-size-body-base",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.5}",comment:"Combined use with: font-size-body-base"},name:"LineHeightBodyBase",attributes:{category:"line",type:"height",item:"body",subitem:"base"},path:["line","height","body","base"]},highlight:{value:"1.5rem",comment:"Combined use with: font-size-body-highlight",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.6}",comment:"Combined use with: font-size-body-highlight"},name:"LineHeightBodyHighlight",attributes:{category:"line",type:"height",item:"body",subitem:"highlight"},path:["line","height","body","highlight"]}},title:{h1:{value:"2.5rem",comment:"Combined use with: font-size-title-h1",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.10}",comment:"Combined use with: font-size-title-h1"},name:"LineHeightTitleH1",attributes:{category:"line",type:"height",item:"title",subitem:"h1"},path:["line","height","title","h1"]},h2:{value:"2rem",comment:"Combined use with: font-size-title-h2",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.8}",comment:"Combined use with: font-size-title-h2"},name:"LineHeightTitleH2",attributes:{category:"line",type:"height",item:"title",subitem:"h2"},path:["line","height","title","h2"]},h3:{value:"1.75rem",comment:"Combined use with: font-size-title-h3",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.7}",comment:"Combined use with: font-size-title-h3"},name:"LineHeightTitleH3",attributes:{category:"line",type:"height",item:"title",subitem:"h3"},path:["line","height","title","h3"]},h4:{value:"1.5rem",comment:"Combined use with: font-size-title-h4",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.6}",comment:"Combined use with: font-size-title-h4"},name:"LineHeightTitleH4",attributes:{category:"line",type:"height",item:"title",subitem:"h4"},path:["line","height","title","h4"]},h5:{value:"1.5rem",comment:"Combined use with: font-size-title-h5",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.6}",comment:"Combined use with: font-size-title-h5"},name:"LineHeightTitleH5",attributes:{category:"line",type:"height",item:"title",subitem:"h5"},path:["line","height","title","h5"]},h6:{value:"1.25rem",comment:"Combined use with: font-size-title-h6",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.5}",comment:"Combined use with: font-size-title-h6"},name:"LineHeightTitleH6",attributes:{category:"line",type:"height",item:"title",subitem:"h6"},path:["line","height","title","h6"]}}}},zIndex:{100:{value:"100",comment:"The minimum z-index value, use not defined.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"100",comment:"The minimum z-index value, use not defined."},name:"ZIndex100",attributes:{category:"zIndex",type:"100"},path:["zIndex","100"]},200:{value:"200",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"200"},name:"ZIndex200",attributes:{category:"zIndex",type:"200"},path:["zIndex","200"]},300:{value:"300",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"300"},name:"ZIndex300",attributes:{category:"zIndex",type:"300"},path:["zIndex","300"]},400:{value:"400",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"400"},name:"ZIndex400",attributes:{category:"zIndex",type:"400"},path:["zIndex","400"]},500:{value:"500",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"500"},name:"ZIndex500",attributes:{category:"zIndex",type:"500"},path:["zIndex","500"]},600:{value:"600",comment:"Value commonly used for overlay elements, modals and sidebars.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"600",comment:"Value commonly used for overlay elements, modals and sidebars."},name:"ZIndex600",attributes:{category:"zIndex",type:"600"},path:["zIndex","600"]},700:{value:"700",comment:"Value commonly used for modals and sidebars.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"700",comment:"Value commonly used for modals and sidebars."},name:"ZIndex700",attributes:{category:"zIndex",type:"700"},path:["zIndex","700"]},800:{value:"800",comment:"Value commonly used floating components like toasts, tooltips and popovers.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"800",comment:"Value commonly used floating components like toasts, tooltips and popovers."},name:"ZIndex800",attributes:{category:"zIndex",type:"800"},path:["zIndex","800"]},900:{value:"900",comment:"The highest z-index value, use not defined.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"900",comment:"The highest z-index value, use not defined."},name:"ZIndex900",attributes:{category:"zIndex",type:"900"},path:["zIndex","900"]}}}},6156:e=>{"use strict";e.exports=r},5280:e=>{"use strict";e.exports=t},3215:e=>{"use strict";e.exports=a},7990:e=>{"use strict";e.exports=o},7876:e=>{"use strict";e.exports=n},8156:t=>{"use strict";t.exports=e},1621:e=>{"use strict";e.exports=i},7111:e=>{"use strict";e.exports=l}},c={};function u(e){var t=c[e];if(void 0!==t)return t.exports;var r=c[e]={exports:{}};return s[e](r,r.exports,u),r.exports}return u.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return u.d(t,{a:t}),t},u.d=(e,t)=>{for(var r in t)u.o(t,r)&&!u.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},u.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),u.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u(1920)})()));
|