From 1ee56cbf4705c3201e7bc7478a61352b0d7eea64 Mon Sep 17 00:00:00 2001 From: robintown Date: Thu, 29 Feb 2024 20:20:43 +0000 Subject: [PATCH] deploy: 0f138dbcba94a2204c7032bd77c126bb0c411d44 --- 30.964410e5.iframe.bundle.js | 402 ++++++++++++++++++ ...> 30.964410e5.iframe.bundle.js.LICENSE.txt | 0 ...js.map => 30.964410e5.iframe.bundle.js.map | 2 +- 30.e2792f12.iframe.bundle.js | 402 ------------------ 582.023d8dd6.iframe.bundle.js | 1 - 582.69415ac4.iframe.bundle.js | 1 + iframe.html | 4 +- project.json | 2 +- ... => runtime~main.fb6b5251.iframe.bundle.js | 2 +- sb-addons/storybook-9/manager-bundle.js | 4 +- sb-addons/storybook-9/manager-bundle.js.map | 4 +- static/media/take-photo-solid.203c974a.svg | 3 + ...cons-stories-mdx.0573d382.iframe.bundle.js | 1 - ...cons-stories-mdx.78287e93.iframe.bundle.js | 1 + ...lors-stories-mdx.47dc0d7c.iframe.bundle.js | 1 + ...lors-stories-mdx.5bdcd861.iframe.bundle.js | 1 - 16 files changed, 417 insertions(+), 414 deletions(-) create mode 100644 30.964410e5.iframe.bundle.js rename 30.e2792f12.iframe.bundle.js.LICENSE.txt => 30.964410e5.iframe.bundle.js.LICENSE.txt (100%) rename 30.e2792f12.iframe.bundle.js.map => 30.964410e5.iframe.bundle.js.map (99%) delete mode 100644 30.e2792f12.iframe.bundle.js delete mode 100644 582.023d8dd6.iframe.bundle.js create mode 100644 582.69415ac4.iframe.bundle.js rename runtime~main.85f5709c.iframe.bundle.js => runtime~main.fb6b5251.iframe.bundle.js (97%) create mode 100644 static/media/take-photo-solid.203c974a.svg delete mode 100644 tokens-Icons-stories-mdx.0573d382.iframe.bundle.js create mode 100644 tokens-Icons-stories-mdx.78287e93.iframe.bundle.js create mode 100644 tokens-SemanticColors-stories-mdx.47dc0d7c.iframe.bundle.js delete mode 100644 tokens-SemanticColors-stories-mdx.5bdcd861.iframe.bundle.js diff --git a/30.964410e5.iframe.bundle.js b/30.964410e5.iframe.bundle.js new file mode 100644 index 0000000..2090d87 --- /dev/null +++ b/30.964410e5.iframe.bundle.js @@ -0,0 +1,402 @@ +/*! For license information please see 30.964410e5.iframe.bundle.js.LICENSE.txt */ +(self.webpackChunk_vector_im_compound=self.webpackChunk_vector_im_compound||[]).push([[30],{"./node_modules/@base2/pretty-print-object/dist/index.js":function(__unused_webpack_module,exports){"use strict";var __assign=this&&this.__assign||function(){return __assign=Object.assign||function(t){for(var s,i=1,n=arguments.length;i{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{argsEnhancers:()=>argsEnhancers});var ADDON_ID="storybook/actions",EVENT_ID=`${ADDON_ID}/action-event`;const esm_browser_native={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let getRandomValues;const rnds8=new Uint8Array(16);function rng(){if(!getRandomValues&&(getRandomValues="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!getRandomValues))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return getRandomValues(rnds8)}const byteToHex=[];for(let i=0;i<256;++i)byteToHex.push((i+256).toString(16).slice(1));function unsafeStringify(arr,offset=0){return(byteToHex[arr[offset+0]]+byteToHex[arr[offset+1]]+byteToHex[arr[offset+2]]+byteToHex[arr[offset+3]]+"-"+byteToHex[arr[offset+4]]+byteToHex[arr[offset+5]]+"-"+byteToHex[arr[offset+6]]+byteToHex[arr[offset+7]]+"-"+byteToHex[arr[offset+8]]+byteToHex[arr[offset+9]]+"-"+byteToHex[arr[offset+10]]+byteToHex[arr[offset+11]]+byteToHex[arr[offset+12]]+byteToHex[arr[offset+13]]+byteToHex[arr[offset+14]]+byteToHex[arr[offset+15]]).toLowerCase()}const esm_browser_v4=function v4(options,buf,offset){if(esm_browser_native.randomUUID&&!buf&&!options)return esm_browser_native.randomUUID();const rnds=(options=options||{}).random||(options.rng||rng)();if(rnds[6]=15&rnds[6]|64,rnds[8]=63&rnds[8]|128,buf){offset=offset||0;for(let i=0;i<16;++i)buf[offset+i]=rnds[i];return buf}return unsafeStringify(rnds)};var external_STORYBOOK_MODULE_PREVIEW_API_=__webpack_require__("@storybook/preview-api"),config={depth:10,clearOnStoryChange:!0,limit:50},findProto=(obj,callback)=>{let proto=Object.getPrototypeOf(obj);return!proto||callback(proto)?proto:findProto(proto,callback)},serializeArg=a=>{if(e=a,Boolean("object"==typeof e&&e&&findProto(e,(proto=>/^Synthetic(?:Base)?Event$/.test(proto.constructor.name)))&&"function"==typeof e.persist)){let e=Object.create(a.constructor.prototype,Object.getOwnPropertyDescriptors(a));e.persist();let viewDescriptor=Object.getOwnPropertyDescriptor(e,"view"),view=viewDescriptor?.value;return"object"==typeof view&&"Window"===view?.constructor.name&&Object.defineProperty(e,"view",{...viewDescriptor,value:Object.create(view.constructor.prototype)}),e}var e;return a};function action(name,options={}){let actionOptions={...config,...options},handler=function(...args){let channel=external_STORYBOOK_MODULE_PREVIEW_API_.addons.getChannel(),id=esm_browser_v4(),serializedArgs=args.map(serializeArg),normalizedArgs=args.length>1?serializedArgs:serializedArgs[0],actionDisplayToEmit={id,count:0,data:{name,args:normalizedArgs},options:{...actionOptions,maxDepth:5+(actionOptions.depth||3),allowFunction:actionOptions.allowFunction||!1}};channel.emit(EVENT_ID,actionDisplayToEmit)};return handler.isAction=!0,handler}var isInInitialArgs=(name,initialArgs)=>typeof initialArgs[name]>"u"&&!(name in initialArgs),argsEnhancers=[context=>{let{initialArgs,argTypes,parameters:{actions}}=context;return actions?.disable||!argTypes?{}:Object.entries(argTypes).filter((([name,argType])=>!!argType.action)).reduce(((acc,[name,argType])=>(isInInitialArgs(name,initialArgs)&&(acc[name]=action("string"==typeof argType.action?argType.action:name)),acc)),{})},context=>{let{initialArgs,argTypes,parameters:{actions}}=context;if(!actions||actions.disable||!actions.argTypesRegex||!argTypes)return{};let argTypesRegex=new RegExp(actions.argTypesRegex);return Object.entries(argTypes).filter((([name])=>!!argTypesRegex.test(name))).reduce(((acc,[name,argType])=>(isInInitialArgs(name,initialArgs)&&(acc[name]=action(name)),acc)),{})}]},"./node_modules/@storybook/addon-essentials/dist/backgrounds/preview.mjs":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{decorators:()=>decorators,globals:()=>globals,parameters:()=>parameters});var dist=__webpack_require__("./node_modules/@storybook/global/dist/index.mjs"),esm=__webpack_require__("./node_modules/ts-dedent/esm/index.js"),external_STORYBOOK_MODULE_CLIENT_LOGGER_=__webpack_require__("@storybook/client-logger"),{document:chunk_GRJZJKJ4_document,window:chunk_GRJZJKJ4_window}=dist.global,clearStyles=selector=>{(Array.isArray(selector)?selector:[selector]).forEach(clearStyle)},clearStyle=selector=>{let element=chunk_GRJZJKJ4_document.getElementById(selector);element&&element.parentElement.removeChild(element)},external_STORYBOOK_MODULE_PREVIEW_API_=__webpack_require__("@storybook/preview-api"),decorators=[(StoryFn,context)=>{let{globals:globals2,parameters:parameters2}=context,gridParameters=parameters2.backgrounds.grid,isActive=!0===globals2.backgrounds?.grid&&!0!==gridParameters.disable,{cellAmount,cellSize,opacity}=gridParameters,isInDocs="docs"===context.viewMode,defaultOffset=void 0===parameters2.layout||"padded"===parameters2.layout?16:0,offsetX=gridParameters.offsetX??(isInDocs?20:defaultOffset),offsetY=gridParameters.offsetY??(isInDocs?20:defaultOffset),gridStyles=(0,external_STORYBOOK_MODULE_PREVIEW_API_.useMemo)((()=>`\n ${"docs"===context.viewMode?`#anchor--${context.id} .docs-story`:".sb-show-main"} {\n background-size: ${[`${cellSize*cellAmount}px ${cellSize*cellAmount}px`,`${cellSize*cellAmount}px ${cellSize*cellAmount}px`,`${cellSize}px ${cellSize}px`,`${cellSize}px ${cellSize}px`].join(", ")} !important;\n background-position: ${offsetX}px ${offsetY}px, ${offsetX}px ${offsetY}px, ${offsetX}px ${offsetY}px, ${offsetX}px ${offsetY}px !important;\n background-blend-mode: difference !important;\n background-image: linear-gradient(rgba(130, 130, 130, ${opacity}) 1px, transparent 1px),\n linear-gradient(90deg, rgba(130, 130, 130, ${opacity}) 1px, transparent 1px),\n linear-gradient(rgba(130, 130, 130, ${opacity/2}) 1px, transparent 1px),\n linear-gradient(90deg, rgba(130, 130, 130, ${opacity/2}) 1px, transparent 1px) !important;\n }\n `),[cellSize]);return(0,external_STORYBOOK_MODULE_PREVIEW_API_.useEffect)((()=>{let selectorId="docs"===context.viewMode?`addon-backgrounds-grid-docs-${context.id}`:"addon-backgrounds-grid";isActive?((selector,css)=>{let existingStyle=chunk_GRJZJKJ4_document.getElementById(selector);if(existingStyle)existingStyle.innerHTML!==css&&(existingStyle.innerHTML=css);else{let style=chunk_GRJZJKJ4_document.createElement("style");style.setAttribute("id",selector),style.innerHTML=css,chunk_GRJZJKJ4_document.head.appendChild(style)}})(selectorId,gridStyles):clearStyles(selectorId)}),[isActive,gridStyles,context]),StoryFn()},(StoryFn,context)=>{let{globals:globals2,parameters:parameters2}=context,globalsBackgroundColor=globals2.backgrounds?.value,backgroundsConfig=parameters2.backgrounds,selectedBackgroundColor=(0,external_STORYBOOK_MODULE_PREVIEW_API_.useMemo)((()=>backgroundsConfig.disable?"transparent":((currentSelectedValue,backgrounds=[],defaultName)=>{if("transparent"===currentSelectedValue)return"transparent";if(backgrounds.find((background=>background.value===currentSelectedValue)))return currentSelectedValue;let defaultBackground=backgrounds.find((background=>background.name===defaultName));if(defaultBackground)return defaultBackground.value;if(defaultName){let availableColors=backgrounds.map((background=>background.name)).join(", ");external_STORYBOOK_MODULE_CLIENT_LOGGER_.logger.warn(esm.Z` + Backgrounds Addon: could not find the default color "${defaultName}". + These are the available colors for your story based on your configuration: + ${availableColors}. + `)}return"transparent"})(globalsBackgroundColor,backgroundsConfig.values,backgroundsConfig.default)),[backgroundsConfig,globalsBackgroundColor]),isActive=(0,external_STORYBOOK_MODULE_PREVIEW_API_.useMemo)((()=>selectedBackgroundColor&&"transparent"!==selectedBackgroundColor),[selectedBackgroundColor]),selector="docs"===context.viewMode?`#anchor--${context.id} .docs-story`:".sb-show-main",backgroundStyles=(0,external_STORYBOOK_MODULE_PREVIEW_API_.useMemo)((()=>`\n ${selector} {\n background: ${selectedBackgroundColor} !important;\n ${chunk_GRJZJKJ4_window.matchMedia("(prefers-reduced-motion: reduce)").matches?"":"transition: background-color 0.3s;"}\n }\n `),[selectedBackgroundColor,selector]);return(0,external_STORYBOOK_MODULE_PREVIEW_API_.useEffect)((()=>{let selectorId="docs"===context.viewMode?`addon-backgrounds-docs-${context.id}`:"addon-backgrounds-color";isActive?((selector,css,storyId)=>{let existingStyle=chunk_GRJZJKJ4_document.getElementById(selector);if(existingStyle)existingStyle.innerHTML!==css&&(existingStyle.innerHTML=css);else{let style=chunk_GRJZJKJ4_document.createElement("style");style.setAttribute("id",selector),style.innerHTML=css;let gridStyleSelector="addon-backgrounds-grid"+(storyId?`-docs-${storyId}`:""),existingGridStyle=chunk_GRJZJKJ4_document.getElementById(gridStyleSelector);existingGridStyle?existingGridStyle.parentElement.insertBefore(style,existingGridStyle):chunk_GRJZJKJ4_document.head.appendChild(style)}})(selectorId,backgroundStyles,"docs"===context.viewMode?context.id:null):clearStyles(selectorId)}),[isActive,backgroundStyles,context]),StoryFn()}],parameters={backgrounds:{grid:{cellSize:20,opacity:.5,cellAmount:5},values:[{name:"light",value:"#F8F8F8"},{name:"dark",value:"#333333"}]}},globals={backgrounds:null}},"./node_modules/@storybook/addon-essentials/dist/docs/preview.mjs":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{parameters:()=>parameters});var parameters={docs:{renderer:async()=>{let{DocsRenderer}=await Promise.all([__webpack_require__.e(209),__webpack_require__.e(935)]).then(__webpack_require__.bind(__webpack_require__,"./node_modules/@storybook/addon-docs/dist/DocsRenderer-EYKKDMVH.mjs"));return new DocsRenderer}}}},"./node_modules/@storybook/addon-essentials/dist/highlight/preview.mjs":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{highlightObject:()=>highlightObject,highlightStyle:()=>highlightStyle});var dist=__webpack_require__("./node_modules/@storybook/global/dist/index.mjs"),external_STORYBOOK_MODULE_PREVIEW_API_=__webpack_require__("@storybook/preview-api"),external_STORYBOOK_MODULE_CORE_EVENTS_=__webpack_require__("@storybook/core-events"),{document:preview_document}=dist.global,highlightStyle=(color="#FF4785",style="dashed")=>`\n outline: 2px ${style} ${color};\n outline-offset: 2px;\n box-shadow: 0 0 0 6px rgba(255,255,255,0.6);\n`,highlightObject=color=>({outline:`2px dashed ${color}`,outlineOffset:2,boxShadow:"0 0 0 6px rgba(255,255,255,0.6)"}),channel=external_STORYBOOK_MODULE_PREVIEW_API_.addons.getChannel(),resetHighlight=()=>{let sheetToBeRemoved=preview_document.getElementById("storybookHighlight");sheetToBeRemoved&&sheetToBeRemoved.parentNode.removeChild(sheetToBeRemoved)};channel.on(external_STORYBOOK_MODULE_CORE_EVENTS_.STORY_CHANGED,resetHighlight),channel.on("storybook/highlight/reset",resetHighlight),channel.on("storybook/highlight/add",(infos=>{resetHighlight();let elements=Array.from(new Set(infos.elements)),sheet=preview_document.createElement("style");sheet.setAttribute("id","storybookHighlight"),sheet.innerHTML=elements.map((target=>`${target}{\n ${highlightStyle(infos.color,infos.style)}\n }`)).join(" "),preview_document.head.appendChild(sheet)}))},"./node_modules/@storybook/addon-essentials/dist/measure/preview.mjs":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{decorators:()=>decorators,globals:()=>globals});var external_STORYBOOK_MODULE_PREVIEW_API_=__webpack_require__("@storybook/preview-api"),dist=__webpack_require__("./node_modules/@storybook/global/dist/index.mjs");function getDocumentWidthAndHeight(){let container=dist.global.document.documentElement,height=Math.max(container.scrollHeight,container.offsetHeight);return{width:Math.max(container.scrollWidth,container.offsetWidth),height}}function setCanvasWidthAndHeight(canvas,context,{width,height}){canvas.style.width=`${width}px`,canvas.style.height=`${height}px`;let scale=dist.global.window.devicePixelRatio;canvas.width=Math.floor(width*scale),canvas.height=Math.floor(height*scale),context.scale(scale,scale)}var state={};function init(){state.canvas||(state=function createCanvas(){let canvas=dist.global.document.createElement("canvas");canvas.id="storybook-addon-measure";let context=canvas.getContext("2d"),{width,height}=getDocumentWidthAndHeight();return setCanvasWidthAndHeight(canvas,context,{width,height}),canvas.style.position="absolute",canvas.style.left="0",canvas.style.top="0",canvas.style.zIndex="2147483647",canvas.style.pointerEvents="none",dist.global.document.body.appendChild(canvas),{canvas,context,width,height}}())}function clear(){state.context&&state.context.clearRect(0,0,state.width,state.height)}var colors={margin:"#f6b26b",border:"#ffe599",padding:"#93c47d",content:"#6fa8dc",text:"#232020"},labelPadding=6;function roundedRect(context,{x,y,w,h,r}){x-=w/2,y-=h/2,w<2*r&&(r=w/2),h<2*r&&(r=h/2),context.beginPath(),context.moveTo(x+r,y),context.arcTo(x+w,y,x+w,y+h,r),context.arcTo(x+w,y+h,x,y+h,r),context.arcTo(x,y+h,x,y,r),context.arcTo(x,y,x+w,y,r),context.closePath()}function textWithRect(context,type,{x,y,w,h},text){return roundedRect(context,{x,y,w,h,r:3}),context.fillStyle=`${colors[type]}dd`,context.fill(),context.strokeStyle=colors[type],context.stroke(),context.fillStyle=colors.text,context.fillText(text,x,y),roundedRect(context,{x,y,w,h,r:3}),context.fillStyle=`${colors[type]}dd`,context.fill(),context.strokeStyle=colors[type],context.stroke(),context.fillStyle=colors.text,context.fillText(text,x,y),{x,y,w,h}}function configureText(context,text){context.font="600 12px monospace",context.textBaseline="middle",context.textAlign="center";let metrics=context.measureText(text),actualHeight=metrics.actualBoundingBoxAscent+metrics.actualBoundingBoxDescent;return{w:metrics.width+2*labelPadding,h:actualHeight+2*labelPadding}}function drawLabel(context,measurements,{type,position="center",text},prevRect,external=!1){let{x,y}=function positionCoordinate(position,{padding,border,width,height,top,left}){let contentWidth=width-border.left-border.right-padding.left-padding.right,contentHeight=height-padding.top-padding.bottom-border.top-border.bottom,x=left+border.left+padding.left,y=top+border.top+padding.top;return"top"===position?x+=contentWidth/2:"right"===position?(x+=contentWidth,y+=contentHeight/2):"bottom"===position?(x+=contentWidth/2,y+=contentHeight):"left"===position?y+=contentHeight/2:"center"===position&&(x+=contentWidth/2,y+=contentHeight/2),{x,y}}(position,measurements),{offsetX,offsetY}=function offset(type,position,{margin,border,padding},labelPaddingSize,external){let shift=dir=>0,offsetX=0,offsetY=0,locationMultiplier=external?1:.5,labelPaddingShift=external?2*labelPaddingSize:0;return"padding"===type?shift=dir=>padding[dir]*locationMultiplier+labelPaddingShift:"border"===type?shift=dir=>padding[dir]+border[dir]*locationMultiplier+labelPaddingShift:"margin"===type&&(shift=dir=>padding[dir]+border[dir]+margin[dir]*locationMultiplier+labelPaddingShift),"top"===position?offsetY=-shift("top"):"right"===position?offsetX=shift("right"):"bottom"===position?offsetY=shift("bottom"):"left"===position&&(offsetX=-shift("left")),{offsetX,offsetY}}(type,position,measurements,labelPadding+1,external);x+=offsetX,y+=offsetY;let{w,h}=configureText(context,text);if(prevRect&&function collide(a,b){return Math.abs(a.x-b.x){let rect=external&&"center"===l.position?drawFloatingLabel(context,measurements,l):drawLabel(context,measurements,l,rects[idx-1],external);rects[idx]=rect}))}var colors2={margin:"#f6b26ba8",border:"#ffe599a8",padding:"#93c47d8c",content:"#6fa8dca8"},SMALL_NODE_SIZE=30;function pxToNumber(px){return parseInt(px.replace("px",""),10)}function round(value){return Number.isInteger(value)?value:value.toFixed(2)}function filterZeroValues(labels){return labels.filter((l=>0!==l.text&&"0"!==l.text))}function floatingAlignment(extremities){let windowExtremities_top=dist.global.window.scrollY,windowExtremities_bottom=dist.global.window.scrollY+dist.global.window.innerHeight,windowExtremities_left=dist.global.window.scrollX,windowExtremities_right=dist.global.window.scrollX+dist.global.window.innerWidth,distances_top=Math.abs(windowExtremities_top-extremities.top),distances_bottom=Math.abs(windowExtremities_bottom-extremities.bottom);return{x:Math.abs(windowExtremities_left-extremities.left)>Math.abs(windowExtremities_right-extremities.right)?"left":"right",y:distances_top>distances_bottom?"top":"bottom"}}function drawBoxModel(element){return context=>{if(element&&context){let measurements=function measureElement(element){let style=dist.global.getComputedStyle(element),{top,left,right,bottom,width,height}=element.getBoundingClientRect(),{marginTop,marginBottom,marginLeft,marginRight,paddingTop,paddingBottom,paddingLeft,paddingRight,borderBottomWidth,borderTopWidth,borderLeftWidth,borderRightWidth}=style;top+=dist.global.window.scrollY,left+=dist.global.window.scrollX,bottom+=dist.global.window.scrollY,right+=dist.global.window.scrollX;let margin={top:pxToNumber(marginTop),bottom:pxToNumber(marginBottom),left:pxToNumber(marginLeft),right:pxToNumber(marginRight)},padding={top:pxToNumber(paddingTop),bottom:pxToNumber(paddingBottom),left:pxToNumber(paddingLeft),right:pxToNumber(paddingRight)},border={top:pxToNumber(borderTopWidth),bottom:pxToNumber(borderBottomWidth),left:pxToNumber(borderLeftWidth),right:pxToNumber(borderRightWidth)},extremities={top:top-margin.top,bottom:bottom+margin.bottom,left:left-margin.left,right:right+margin.right};return{margin,padding,border,top,left,bottom,right,width,height,extremities,floatingAlignment:floatingAlignment(extremities)}}(element),marginLabels=function drawMargin(context,{margin,width,height,top,left,bottom,right}){let marginHeight=height+margin.bottom+margin.top;return context.fillStyle=colors2.margin,context.fillRect(left,top-margin.top,width,margin.top),context.fillRect(right,top-margin.top,margin.right,marginHeight),context.fillRect(left,bottom,width,margin.bottom),context.fillRect(left-margin.left,top-margin.top,margin.left,marginHeight),filterZeroValues([{type:"margin",text:round(margin.top),position:"top"},{type:"margin",text:round(margin.right),position:"right"},{type:"margin",text:round(margin.bottom),position:"bottom"},{type:"margin",text:round(margin.left),position:"left"}])}(context,measurements),paddingLabels=function drawPadding(context,{padding,border,width,height,top,left,bottom,right}){let paddingWidth=width-border.left-border.right,paddingHeight=height-padding.top-padding.bottom-border.top-border.bottom;return context.fillStyle=colors2.padding,context.fillRect(left+border.left,top+border.top,paddingWidth,padding.top),context.fillRect(right-padding.right-border.right,top+padding.top+border.top,padding.right,paddingHeight),context.fillRect(left+border.left,bottom-padding.bottom-border.bottom,paddingWidth,padding.bottom),context.fillRect(left+border.left,top+padding.top+border.top,padding.left,paddingHeight),filterZeroValues([{type:"padding",text:padding.top,position:"top"},{type:"padding",text:padding.right,position:"right"},{type:"padding",text:padding.bottom,position:"bottom"},{type:"padding",text:padding.left,position:"left"}])}(context,measurements),borderLabels=function drawBorder(context,{border,width,height,top,left,bottom,right}){let borderHeight=height-border.top-border.bottom;return context.fillStyle=colors2.border,context.fillRect(left,top,width,border.top),context.fillRect(left,bottom-border.bottom,width,border.bottom),context.fillRect(left,top+border.top,border.left,borderHeight),context.fillRect(right-border.right,top+border.top,border.right,borderHeight),filterZeroValues([{type:"border",text:border.top,position:"top"},{type:"border",text:border.right,position:"right"},{type:"border",text:border.bottom,position:"bottom"},{type:"border",text:border.left,position:"left"}])}(context,measurements),contentLabels=function drawContent(context,{padding,border,width,height,top,left}){let contentWidth=width-border.left-border.right-padding.left-padding.right,contentHeight=height-padding.top-padding.bottom-border.top-border.bottom;return context.fillStyle=colors2.content,context.fillRect(left+border.left+padding.left,top+border.top+padding.top,contentWidth,contentHeight),[{type:"content",position:"center",text:`${round(contentWidth)} x ${round(contentHeight)}`}]}(context,measurements);!function labelStacks(context,measurements,labels,externalLabels){let stacks=labels.reduce(((acc,l)=>(Object.prototype.hasOwnProperty.call(acc,l.position)||(acc[l.position]=[]),acc[l.position].push(l),acc)),{});stacks.top&&drawStack(context,measurements,stacks.top,externalLabels),stacks.right&&drawStack(context,measurements,stacks.right,externalLabels),stacks.bottom&&drawStack(context,measurements,stacks.bottom,externalLabels),stacks.left&&drawStack(context,measurements,stacks.left,externalLabels),stacks.center&&drawStack(context,measurements,stacks.center,externalLabels)}(context,measurements,[...contentLabels,...paddingLabels,...borderLabels,...marginLabels],measurements.width<=3*SMALL_NODE_SIZE||measurements.height<=SMALL_NODE_SIZE)}}}function drawSelectedElement(element){!function draw(callback){clear(),callback(state.context)}(drawBoxModel(element))}var nodeAtPointerRef,pointer={x:0,y:0};function findAndDrawElement(x,y){nodeAtPointerRef=((x,y)=>{let element=dist.global.document.elementFromPoint(x,y),crawlShadows=node=>{if(node&&node.shadowRoot){let nestedElement=node.shadowRoot.elementFromPoint(x,y);return node.isEqualNode(nestedElement)?node:nestedElement.shadowRoot?crawlShadows(nestedElement):nestedElement}return node};return crawlShadows(element)||element})(x,y),drawSelectedElement(nodeAtPointerRef)}var decorators=[(StoryFn,context)=>{let{measureEnabled}=context.globals;return(0,external_STORYBOOK_MODULE_PREVIEW_API_.useEffect)((()=>{let onPointerMove=event=>{window.requestAnimationFrame((()=>{event.stopPropagation(),pointer.x=event.clientX,pointer.y=event.clientY}))};return document.addEventListener("pointermove",onPointerMove),()=>{document.removeEventListener("pointermove",onPointerMove)}}),[]),(0,external_STORYBOOK_MODULE_PREVIEW_API_.useEffect)((()=>{let onResize=()=>{window.requestAnimationFrame((()=>{!function rescale(){setCanvasWidthAndHeight(state.canvas,state.context,{width:0,height:0});let{width,height}=getDocumentWidthAndHeight();setCanvasWidthAndHeight(state.canvas,state.context,{width,height}),state.width=width,state.height=height}()}))};return"story"===context.viewMode&&measureEnabled&&(document.addEventListener("pointerover",(event=>{window.requestAnimationFrame((()=>{event.stopPropagation(),findAndDrawElement(event.clientX,event.clientY)}))})),init(),window.addEventListener("resize",onResize),findAndDrawElement(pointer.x,pointer.y)),()=>{window.removeEventListener("resize",onResize),function destroy(){state.canvas&&(clear(),state.canvas.parentNode.removeChild(state.canvas),state={})}()}}),[measureEnabled,context.viewMode]),StoryFn()}],globals={measureEnabled:!1}},"./node_modules/@storybook/addon-essentials/dist/outline/preview.mjs":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{decorators:()=>decorators,globals:()=>globals});var external_STORYBOOK_MODULE_PREVIEW_API_=__webpack_require__("@storybook/preview-api"),dist=__webpack_require__("./node_modules/@storybook/global/dist/index.mjs"),esm=__webpack_require__("./node_modules/ts-dedent/esm/index.js"),clearStyles=selector=>{(Array.isArray(selector)?selector:[selector]).forEach(clearStyle)},clearStyle=input=>{let selector="string"==typeof input?input:input.join(""),element=dist.global.document.getElementById(selector);element&&element.parentElement&&element.parentElement.removeChild(element)};var decorators=[(StoryFn,context)=>{let{globals:globals2}=context,isActive=[!0,"true"].includes(globals2.outline),isInDocs="docs"===context.viewMode,outlineStyles=(0,external_STORYBOOK_MODULE_PREVIEW_API_.useMemo)((()=>function outlineCSS(selector){return esm.Z` + ${selector} body { + outline: 1px solid #2980b9 !important; + } + + ${selector} article { + outline: 1px solid #3498db !important; + } + + ${selector} nav { + outline: 1px solid #0088c3 !important; + } + + ${selector} aside { + outline: 1px solid #33a0ce !important; + } + + ${selector} section { + outline: 1px solid #66b8da !important; + } + + ${selector} header { + outline: 1px solid #99cfe7 !important; + } + + ${selector} footer { + outline: 1px solid #cce7f3 !important; + } + + ${selector} h1 { + outline: 1px solid #162544 !important; + } + + ${selector} h2 { + outline: 1px solid #314e6e !important; + } + + ${selector} h3 { + outline: 1px solid #3e5e85 !important; + } + + ${selector} h4 { + outline: 1px solid #449baf !important; + } + + ${selector} h5 { + outline: 1px solid #c7d1cb !important; + } + + ${selector} h6 { + outline: 1px solid #4371d0 !important; + } + + ${selector} main { + outline: 1px solid #2f4f90 !important; + } + + ${selector} address { + outline: 1px solid #1a2c51 !important; + } + + ${selector} div { + outline: 1px solid #036cdb !important; + } + + ${selector} p { + outline: 1px solid #ac050b !important; + } + + ${selector} hr { + outline: 1px solid #ff063f !important; + } + + ${selector} pre { + outline: 1px solid #850440 !important; + } + + ${selector} blockquote { + outline: 1px solid #f1b8e7 !important; + } + + ${selector} ol { + outline: 1px solid #ff050c !important; + } + + ${selector} ul { + outline: 1px solid #d90416 !important; + } + + ${selector} li { + outline: 1px solid #d90416 !important; + } + + ${selector} dl { + outline: 1px solid #fd3427 !important; + } + + ${selector} dt { + outline: 1px solid #ff0043 !important; + } + + ${selector} dd { + outline: 1px solid #e80174 !important; + } + + ${selector} figure { + outline: 1px solid #ff00bb !important; + } + + ${selector} figcaption { + outline: 1px solid #bf0032 !important; + } + + ${selector} table { + outline: 1px solid #00cc99 !important; + } + + ${selector} caption { + outline: 1px solid #37ffc4 !important; + } + + ${selector} thead { + outline: 1px solid #98daca !important; + } + + ${selector} tbody { + outline: 1px solid #64a7a0 !important; + } + + ${selector} tfoot { + outline: 1px solid #22746b !important; + } + + ${selector} tr { + outline: 1px solid #86c0b2 !important; + } + + ${selector} th { + outline: 1px solid #a1e7d6 !important; + } + + ${selector} td { + outline: 1px solid #3f5a54 !important; + } + + ${selector} col { + outline: 1px solid #6c9a8f !important; + } + + ${selector} colgroup { + outline: 1px solid #6c9a9d !important; + } + + ${selector} button { + outline: 1px solid #da8301 !important; + } + + ${selector} datalist { + outline: 1px solid #c06000 !important; + } + + ${selector} fieldset { + outline: 1px solid #d95100 !important; + } + + ${selector} form { + outline: 1px solid #d23600 !important; + } + + ${selector} input { + outline: 1px solid #fca600 !important; + } + + ${selector} keygen { + outline: 1px solid #b31e00 !important; + } + + ${selector} label { + outline: 1px solid #ee8900 !important; + } + + ${selector} legend { + outline: 1px solid #de6d00 !important; + } + + ${selector} meter { + outline: 1px solid #e8630c !important; + } + + ${selector} optgroup { + outline: 1px solid #b33600 !important; + } + + ${selector} option { + outline: 1px solid #ff8a00 !important; + } + + ${selector} output { + outline: 1px solid #ff9619 !important; + } + + ${selector} progress { + outline: 1px solid #e57c00 !important; + } + + ${selector} select { + outline: 1px solid #e26e0f !important; + } + + ${selector} textarea { + outline: 1px solid #cc5400 !important; + } + + ${selector} details { + outline: 1px solid #33848f !important; + } + + ${selector} summary { + outline: 1px solid #60a1a6 !important; + } + + ${selector} command { + outline: 1px solid #438da1 !important; + } + + ${selector} menu { + outline: 1px solid #449da6 !important; + } + + ${selector} del { + outline: 1px solid #bf0000 !important; + } + + ${selector} ins { + outline: 1px solid #400000 !important; + } + + ${selector} img { + outline: 1px solid #22746b !important; + } + + ${selector} iframe { + outline: 1px solid #64a7a0 !important; + } + + ${selector} embed { + outline: 1px solid #98daca !important; + } + + ${selector} object { + outline: 1px solid #00cc99 !important; + } + + ${selector} param { + outline: 1px solid #37ffc4 !important; + } + + ${selector} video { + outline: 1px solid #6ee866 !important; + } + + ${selector} audio { + outline: 1px solid #027353 !important; + } + + ${selector} source { + outline: 1px solid #012426 !important; + } + + ${selector} canvas { + outline: 1px solid #a2f570 !important; + } + + ${selector} track { + outline: 1px solid #59a600 !important; + } + + ${selector} map { + outline: 1px solid #7be500 !important; + } + + ${selector} area { + outline: 1px solid #305900 !important; + } + + ${selector} a { + outline: 1px solid #ff62ab !important; + } + + ${selector} em { + outline: 1px solid #800b41 !important; + } + + ${selector} strong { + outline: 1px solid #ff1583 !important; + } + + ${selector} i { + outline: 1px solid #803156 !important; + } + + ${selector} b { + outline: 1px solid #cc1169 !important; + } + + ${selector} u { + outline: 1px solid #ff0430 !important; + } + + ${selector} s { + outline: 1px solid #f805e3 !important; + } + + ${selector} small { + outline: 1px solid #d107b2 !important; + } + + ${selector} abbr { + outline: 1px solid #4a0263 !important; + } + + ${selector} q { + outline: 1px solid #240018 !important; + } + + ${selector} cite { + outline: 1px solid #64003c !important; + } + + ${selector} dfn { + outline: 1px solid #b4005a !important; + } + + ${selector} sub { + outline: 1px solid #dba0c8 !important; + } + + ${selector} sup { + outline: 1px solid #cc0256 !important; + } + + ${selector} time { + outline: 1px solid #d6606d !important; + } + + ${selector} code { + outline: 1px solid #e04251 !important; + } + + ${selector} kbd { + outline: 1px solid #5e001f !important; + } + + ${selector} samp { + outline: 1px solid #9c0033 !important; + } + + ${selector} var { + outline: 1px solid #d90047 !important; + } + + ${selector} mark { + outline: 1px solid #ff0053 !important; + } + + ${selector} bdi { + outline: 1px solid #bf3668 !important; + } + + ${selector} bdo { + outline: 1px solid #6f1400 !important; + } + + ${selector} ruby { + outline: 1px solid #ff7b93 !important; + } + + ${selector} rt { + outline: 1px solid #ff2f54 !important; + } + + ${selector} rp { + outline: 1px solid #803e49 !important; + } + + ${selector} span { + outline: 1px solid #cc2643 !important; + } + + ${selector} br { + outline: 1px solid #db687d !important; + } + + ${selector} wbr { + outline: 1px solid #db175b !important; + }`}(isInDocs?'[data-story-block="true"]':".sb-show-main")),[context]);return(0,external_STORYBOOK_MODULE_PREVIEW_API_.useEffect)((()=>{let selectorId=isInDocs?`addon-outline-docs-${context.id}`:"addon-outline";return isActive?((selector,css)=>{let existingStyle=dist.global.document.getElementById(selector);if(existingStyle)existingStyle.innerHTML!==css&&(existingStyle.innerHTML=css);else{let style=dist.global.document.createElement("style");style.setAttribute("id",selector),style.innerHTML=css,dist.global.document.head.appendChild(style)}})(selectorId,outlineStyles):clearStyles(selectorId),()=>{clearStyles(selectorId)}}),[isActive,outlineStyles,context]),StoryFn()}],globals={outline:!1}},"./node_modules/@storybook/addon-interactions/dist/preview.mjs":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{argsEnhancers:()=>argsEnhancers,parameters:()=>parameters,runStep:()=>runStep});Object.create,Object.defineProperty,Object.getOwnPropertyDescriptor,Object.getOwnPropertyNames,Object.getPrototypeOf,Object.prototype.hasOwnProperty;var CallStates2,external_STORYBOOK_MODULE_PREVIEW_API_=__webpack_require__("@storybook/preview-api"),dist=__webpack_require__("./node_modules/@storybook/global/dist/index.mjs"),external_STORYBOOK_MODULE_CORE_EVENTS_=__webpack_require__("@storybook/core-events"),external_STORYBOOK_MODULE_CLIENT_LOGGER_=__webpack_require__("@storybook/client-logger"),CallStates=((CallStates2=CallStates||{}).DONE="done",CallStates2.ERROR="error",CallStates2.ACTIVE="active",CallStates2.WAITING="waiting",CallStates2),EVENTS_CALL="storybook/instrumenter/call",EVENTS_SYNC="storybook/instrumenter/sync",EVENTS_START="storybook/instrumenter/start",EVENTS_BACK="storybook/instrumenter/back",EVENTS_GOTO="storybook/instrumenter/goto",EVENTS_NEXT="storybook/instrumenter/next",EVENTS_END="storybook/instrumenter/end",controlsDisabled={start:!1,back:!1,goto:!1,next:!1,end:!1},alreadyCompletedException=new Error("This function ran after the play function completed. Did you forget to `await` it?"),isObject=o=>"[object Object]"===Object.prototype.toString.call(o),isInstrumentable=o=>{if(!isObject(o)&&!(o=>"[object Module]"===Object.prototype.toString.call(o))(o))return!1;if(void 0===o.constructor)return!0;let proto=o.constructor.prototype;return!(!isObject(proto)||!1===Object.prototype.hasOwnProperty.call(proto,"isPrototypeOf"))},getInitialState=()=>({renderPhase:void 0,isDebugging:!1,isPlaying:!1,isLocked:!1,cursor:0,calls:[],shadowCalls:[],callRefsByResult:new Map,chainedCallIds:new Set,ancestors:[],playUntil:void 0,resolvers:{},syncTimeout:void 0}),getRetainedState=(state,isDebugging=!1)=>{let calls=(isDebugging?state.shadowCalls:state.calls).filter((call=>call.retain));if(!calls.length)return;let callRefsByResult=new Map(Array.from(state.callRefsByResult.entries()).filter((([,ref])=>ref.retain)));return{cursor:calls.length,calls,callRefsByResult}};function instrument(obj,options={}){try{let forceInstrument=!1,skipInstrument=!1;return dist.global.window.location?.search?.includes("instrument=true")?forceInstrument=!0:dist.global.window.location?.search?.includes("instrument=false")&&(skipInstrument=!0),dist.global.window.parent===dist.global.window&&!forceInstrument||skipInstrument?obj:(dist.global.window.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER__||(dist.global.window.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER__=new class{constructor(){this.initialized=!1,this.channel=external_STORYBOOK_MODULE_PREVIEW_API_.addons.getChannel(),this.state=dist.global.window.parent.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__||{};let resetState=({storyId,isPlaying=!0,isDebugging=!1})=>{let state=this.getState(storyId);this.setState(storyId,{...getInitialState(),...getRetainedState(state,isDebugging),shadowCalls:isDebugging?state.shadowCalls:[],chainedCallIds:isDebugging?state.chainedCallIds:new Set,playUntil:isDebugging?state.playUntil:void 0,isPlaying,isDebugging}),this.sync(storyId)};this.channel.on(external_STORYBOOK_MODULE_CORE_EVENTS_.FORCE_REMOUNT,resetState),this.channel.on(external_STORYBOOK_MODULE_CORE_EVENTS_.STORY_RENDER_PHASE_CHANGED,(({storyId,newPhase})=>{let{isDebugging}=this.getState(storyId);this.setState(storyId,{renderPhase:newPhase}),"preparing"===newPhase&&isDebugging&&resetState({storyId}),"playing"===newPhase&&resetState({storyId,isDebugging}),"played"===newPhase&&this.setState(storyId,{isLocked:!1,isPlaying:!1,isDebugging:!1}),"errored"===newPhase&&this.setState(storyId,{isLocked:!1,isPlaying:!1})})),this.channel.on(external_STORYBOOK_MODULE_CORE_EVENTS_.SET_CURRENT_STORY,(()=>{this.initialized?this.cleanup():this.initialized=!0}));let start=({storyId,playUntil})=>{this.getState(storyId).isDebugging||this.setState(storyId,(({calls})=>({calls:[],shadowCalls:calls.map((call=>({...call,status:"waiting"}))),isDebugging:!0})));let log=this.getLog(storyId);this.setState(storyId,(({shadowCalls})=>{if(playUntil||!log.length)return{playUntil};let firstRowIndex=shadowCalls.findIndex((call=>call.id===log[0].callId));return{playUntil:shadowCalls.slice(0,firstRowIndex).filter((call=>call.interceptable&&!call.ancestors.length)).slice(-1)[0]?.id}})),this.channel.emit(external_STORYBOOK_MODULE_CORE_EVENTS_.FORCE_REMOUNT,{storyId,isDebugging:!0})},end=({storyId})=>{this.setState(storyId,{playUntil:void 0,isDebugging:!1}),Object.values(this.getState(storyId).resolvers).forEach((resolve=>resolve()))};this.channel.on(EVENTS_START,start),this.channel.on(EVENTS_BACK,(({storyId})=>{let log=this.getLog(storyId).filter((call=>!call.ancestors.length)),last=log.reduceRight(((res,item,index)=>res>=0||"waiting"===item.status?res:index),-1);start({storyId,playUntil:log[last-1]?.callId})})),this.channel.on(EVENTS_GOTO,(({storyId,callId})=>{let{calls,shadowCalls,resolvers}=this.getState(storyId),call=calls.find((({id})=>id===callId)),shadowCall=shadowCalls.find((({id})=>id===callId));if(!call&&shadowCall&&Object.values(resolvers).length>0){let nextId=this.getLog(storyId).find((c=>"waiting"===c.status))?.callId;shadowCall.id!==nextId&&this.setState(storyId,{playUntil:shadowCall.id}),Object.values(resolvers).forEach((resolve=>resolve()))}else start({storyId,playUntil:callId})})),this.channel.on(EVENTS_NEXT,(({storyId})=>{let{resolvers}=this.getState(storyId);if(Object.values(resolvers).length>0)Object.values(resolvers).forEach((resolve=>resolve()));else{let nextId=this.getLog(storyId).find((c=>"waiting"===c.status))?.callId;nextId?start({storyId,playUntil:nextId}):end({storyId})}})),this.channel.on(EVENTS_END,end)}getState(storyId){return this.state[storyId]||getInitialState()}setState(storyId,update){let state=this.getState(storyId),patch="function"==typeof update?update(state):update;this.state={...this.state,[storyId]:{...state,...patch}},dist.global.window.parent.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__=this.state}cleanup(){this.state=Object.entries(this.state).reduce(((acc,[storyId,state])=>{let retainedState=getRetainedState(state);return retainedState&&(acc[storyId]=Object.assign(getInitialState(),retainedState)),acc}),{});let payload={controlStates:controlsDisabled,logItems:[]};this.channel.emit(EVENTS_SYNC,payload),dist.global.window.parent.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__=this.state}getLog(storyId){let{calls,shadowCalls}=this.getState(storyId),merged=[...shadowCalls];calls.forEach(((call,index)=>{merged[index]=call}));let seen=new Set;return merged.reduceRight(((acc,call)=>(call.args.forEach((arg=>{arg?.__callId__&&seen.add(arg.__callId__)})),call.path.forEach((node=>{node.__callId__&&seen.add(node.__callId__)})),(call.interceptable||call.exception)&&!seen.has(call.id)&&(acc.unshift({callId:call.id,status:call.status,ancestors:call.ancestors}),seen.add(call.id)),acc)),[])}instrument(obj,options){if(!isInstrumentable(obj))return obj;let{mutate=!1,path=[]}=options;return Object.keys(obj).reduce(((acc,key)=>{let value=obj[key];return"function"!=typeof value?(acc[key]=this.instrument(value,{...options,path:path.concat(key)}),acc):"function"==typeof value.__originalFn__?(acc[key]=value,acc):(acc[key]=(...args)=>this.track(key,value,args,options),acc[key].__originalFn__=value,Object.defineProperty(acc[key],"name",{value:key,writable:!1}),Object.keys(value).length>0&&Object.assign(acc[key],this.instrument({...value},{...options,path:path.concat(key)})),acc)}),mutate?obj:(obj=>{try{return new obj.constructor}catch{return{}}})(obj))}track(method,fn,args,options){let storyId=args?.[0]?.__storyId__||dist.global.__STORYBOOK_PREVIEW__?.selectionStore?.selection?.storyId,{cursor,ancestors}=this.getState(storyId);this.setState(storyId,{cursor:cursor+1});let id=`${ancestors.slice(-1)[0]||storyId} [${cursor}] ${method}`,{path=[],intercept=!1,retain=!1}=options,interceptable="function"==typeof intercept?intercept(method,path):intercept,call={id,cursor,storyId,ancestors,path,method,args,interceptable,retain},result=(interceptable&&!ancestors.length?this.intercept:this.invoke).call(this,fn,call,options);return this.instrument(result,{...options,mutate:!0,path:[{__callId__:call.id}]})}intercept(fn,call,options){let{chainedCallIds,isDebugging,playUntil}=this.getState(call.storyId),isChainedUpon=chainedCallIds.has(call.id);return!isDebugging||isChainedUpon||playUntil?(playUntil===call.id&&this.setState(call.storyId,{playUntil:void 0}),this.invoke(fn,call,options)):new Promise((resolve=>{this.setState(call.storyId,(({resolvers})=>({isLocked:!1,resolvers:{...resolvers,[call.id]:resolve}})))})).then((()=>(this.setState(call.storyId,(state=>{let{[call.id]:_,...resolvers}=state.resolvers;return{isLocked:!0,resolvers}})),this.invoke(fn,call,options))))}invoke(fn,call,options){let{callRefsByResult,renderPhase}=this.getState(call.storyId),serializeValues=value=>{if(callRefsByResult.has(value))return callRefsByResult.get(value);if(value instanceof Array)return value.map(serializeValues);if(value instanceof Date)return{__date__:{value:value.toISOString()}};if(value instanceof Error){let{name,message,stack}=value;return{__error__:{name,message,stack}}}if(value instanceof RegExp){let{flags,source}=value;return{__regexp__:{flags,source}}}if(value instanceof dist.global.window.HTMLElement){let{prefix,localName,id,classList,innerText}=value;return{__element__:{prefix,localName,id,classNames:Array.from(classList),innerText}}}return"function"==typeof value?{__function__:{name:value.name}}:"symbol"==typeof value?{__symbol__:{description:value.description}}:"object"==typeof value&&value?.constructor?.name&&"Object"!==value?.constructor?.name?{__class__:{name:value.constructor.name}}:"[object Object]"===Object.prototype.toString.call(value)?Object.fromEntries(Object.entries(value).map((([key,val])=>[key,serializeValues(val)]))):value},info={...call,args:call.args.map(serializeValues)};call.path.forEach((ref=>{ref?.__callId__&&this.setState(call.storyId,(({chainedCallIds})=>({chainedCallIds:new Set(Array.from(chainedCallIds).concat(ref.__callId__))})))}));let handleException=e=>{if(e instanceof Error){let{name,message,stack,callId=call.id}=e,exception={name,message,stack,callId};if(this.update({...info,status:"error",exception}),this.setState(call.storyId,(state=>({callRefsByResult:new Map([...Array.from(state.callRefsByResult.entries()),[e,{__callId__:call.id,retain:call.retain}]])}))),call.ancestors.length)throw Object.prototype.hasOwnProperty.call(e,"callId")||Object.defineProperty(e,"callId",{value:call.id}),e;if(e!==alreadyCompletedException)throw external_STORYBOOK_MODULE_CLIENT_LOGGER_.logger.warn(e),external_STORYBOOK_MODULE_CORE_EVENTS_.IGNORED_EXCEPTION}throw e};try{if("played"===renderPhase&&!call.retain)throw alreadyCompletedException;let result=fn(...(options.getArgs?options.getArgs(call,this.getState(call.storyId)):call.args).map((arg=>"function"!=typeof arg||Object.keys(arg).length?arg:(...args)=>{let{cursor,ancestors}=this.getState(call.storyId);this.setState(call.storyId,{cursor:0,ancestors:[...ancestors,call.id]});let restore=()=>this.setState(call.storyId,{cursor,ancestors}),willRestore=!1;try{let res=arg(...args);return res instanceof Promise?(willRestore=!0,res.finally(restore)):res}finally{willRestore||restore()}})));return result&&["object","function","symbol"].includes(typeof result)&&this.setState(call.storyId,(state=>({callRefsByResult:new Map([...Array.from(state.callRefsByResult.entries()),[result,{__callId__:call.id,retain:call.retain}]])}))),this.update({...info,status:result instanceof Promise?"active":"done"}),result instanceof Promise?result.then((value=>(this.update({...info,status:"done"}),value)),handleException):result}catch(e){return handleException(e)}}update(call){this.channel.emit(EVENTS_CALL,call),this.setState(call.storyId,(({calls})=>{let callsById=calls.concat(call).reduce(((a,c)=>Object.assign(a,{[c.id]:c})),{});return{calls:Object.values(callsById).sort(((a,b)=>a.id.localeCompare(b.id,void 0,{numeric:!0})))}})),this.sync(call.storyId)}sync(storyId){let synchronize=()=>{let{isLocked,isPlaying}=this.getState(storyId),logItems=this.getLog(storyId),pausedAt=logItems.filter((({ancestors})=>!ancestors.length)).find((item=>"waiting"===item.status))?.callId,hasActive=logItems.some((item=>"active"===item.status));if(isLocked||hasActive||0===logItems.length){let payload2={controlStates:controlsDisabled,logItems};return void this.channel.emit(EVENTS_SYNC,payload2)}let hasPrevious=logItems.some((item=>["done","error"].includes(item.status))),payload={controlStates:{start:hasPrevious,back:hasPrevious,goto:!0,next:isPlaying,end:isPlaying},logItems,pausedAt};this.channel.emit(EVENTS_SYNC,payload)};this.setState(storyId,(({syncTimeout})=>(clearTimeout(syncTimeout),{syncTimeout:setTimeout(synchronize,0)})))}}),dist.global.window.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER__.instrument(obj,options))}catch(e){return external_STORYBOOK_MODULE_CLIENT_LOGGER_.once.warn(e),obj}}var JestMock=new(__webpack_require__("./node_modules/jest-mock/build/index.js").qr)(dist.global),fn=JestMock.fn.bind(JestMock),{action}=instrument({action:fn},{retain:!0}),channel=external_STORYBOOK_MODULE_PREVIEW_API_.addons.getChannel(),seen=new Set,spies=[];channel.on(external_STORYBOOK_MODULE_CORE_EVENTS_.FORCE_REMOUNT,(()=>spies.forEach((mock=>mock?.mockClear?.())))),channel.on(external_STORYBOOK_MODULE_CORE_EVENTS_.STORY_RENDER_PHASE_CHANGED,(({newPhase})=>{"loading"===newPhase&&spies.forEach((mock=>mock?.mockClear?.()))}));var addSpies=(id,val,key)=>{if(seen.has(val))return val;seen.add(val);try{if("[object Object]"===Object.prototype.toString.call(val)){for(let[k,v]of Object.entries(val))val[k]=addSpies(id,v,k);return val}if(Array.isArray(val))return val.map(((item,index)=>addSpies(id,item,`${key}[${index}]`)));if("function"==typeof val&&val.isAction){Object.defineProperty(val,"name",{value:key,writable:!1}),Object.defineProperty(val,"__storyId__",{value:id,writable:!1});let spy=action(val);return spies.push(spy),spy}}catch{}return val},argsEnhancers=[({id,initialArgs})=>addSpies(id,initialArgs)],{step:runStep}=instrument({step:(label,play,context)=>play(context)},{intercept:!0}),parameters={throwPlayFunctionExceptions:!1}},"./node_modules/@storybook/addon-links/dist/preview.mjs":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{decorators:()=>decorators});var dist=__webpack_require__("./node_modules/@storybook/global/dist/index.mjs"),external_STORYBOOK_MODULE_PREVIEW_API_=__webpack_require__("@storybook/preview-api"),external_STORYBOOK_MODULE_CORE_EVENTS_=__webpack_require__("@storybook/core-events"),{document:chunk_DXNAW7Q2_document,HTMLElement}=(__webpack_require__("./node_modules/@storybook/csf/dist/index.mjs"),dist.global);var chunk_DXNAW7Q2_navigate=params=>external_STORYBOOK_MODULE_PREVIEW_API_.addons.getChannel().emit(external_STORYBOOK_MODULE_CORE_EVENTS_.SELECT_STORY,params),linksListener=e=>{let{target}=e;if(!(target instanceof HTMLElement))return;let element=target,{sbKind:kind,sbStory:story}=element.dataset;(kind||story)&&(e.preventDefault(),chunk_DXNAW7Q2_navigate({kind,story}))},hasListener=!1,off=()=>{hasListener&&(hasListener=!1,chunk_DXNAW7Q2_document.removeEventListener("click",linksListener))},decorators=[(0,external_STORYBOOK_MODULE_PREVIEW_API_.makeDecorator)({name:"withLinks",parameterName:"links",wrapper:(getStory,context)=>(hasListener||(hasListener=!0,chunk_DXNAW7Q2_document.addEventListener("click",linksListener)),external_STORYBOOK_MODULE_PREVIEW_API_.addons.getChannel().once(external_STORYBOOK_MODULE_CORE_EVENTS_.STORY_CHANGED,off),getStory(context))})]},"./node_modules/@storybook/csf/dist/index.mjs":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Nw:()=>L,fo:()=>v});var r,e,B=Object.create,R=Object.defineProperty,b=Object.getOwnPropertyDescriptor,C=Object.getOwnPropertyNames,h=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty,x=(r=T=>{var r,e,t;Object.defineProperty(T,"__esModule",{value:!0}),T.isEqual=(r=Object.prototype.toString,e=Object.getPrototypeOf,t=Object.getOwnPropertySymbols?function(n){return Object.keys(n).concat(Object.getOwnPropertySymbols(n))}:Object.keys,function(n,a){return function i(o,s,d){var y,g,p,A=r.call(o),F=r.call(s);if(o===s)return!0;if(null==o||null==s)return!1;if(d.indexOf(o)>-1&&d.indexOf(s)>-1)return!0;if(d.push(o,s),A!=F||(y=t(o),g=t(s),y.length!=g.length||y.some((function(l){return!i(o[l],s[l],d)}))))return!1;switch(A.slice(8,-1)){case"Symbol":return o.valueOf()==s.valueOf();case"Date":case"Number":return+o==+s||+o!=+o&&+s!=+s;case"RegExp":case"Function":case"String":case"Boolean":return""+o==""+s;case"Set":case"Map":y=o.entries(),g=s.entries();do{if(!i((p=y.next()).value,g.next().value,d))return!1}while(!p.done);return!0;case"ArrayBuffer":o=new Uint8Array(o),s=new Uint8Array(s);case"DataView":o=new Uint8Array(o.buffer),s=new Uint8Array(s.buffer);case"Float32Array":case"Float64Array":case"Int8Array":case"Int16Array":case"Int32Array":case"Uint8Array":case"Uint16Array":case"Uint32Array":case"Uint8ClampedArray":case"Arguments":case"Array":if(o.length!=s.length)return!1;for(p=0;p(e||r((e={exports:{}}).exports,e),e.exports));var c=((r,e,t)=>(t=null!=r?B(h(r)):{},((r,e,t,n)=>{if(e&&"object"==typeof e||"function"==typeof e)for(let a of C(e))!w.call(r,a)&&a!==t&&R(r,a,{get:()=>e[a],enumerable:!(n=b(e,a))||n.enumerable});return r})(!e&&r&&r.__esModule?t:R(t,"default",{value:r,enumerable:!0}),r)))(x()),S=r=>r.map((e=>typeof e<"u")).filter(Boolean).length,v=(r,e,t)=>{if(!r.if)return!0;let{arg:n,global:a}=r.if;if(1!==S([n,a]))throw new Error(`Invalid conditional value ${JSON.stringify({arg:n,global:a})}`);let i=n?e[n]:t[a];return((r,e)=>{let{exists:t,eq:n,neq:a,truthy:i}=r;if(S([t,n,a,i])>1)throw new Error(`Invalid conditional test ${JSON.stringify({exists:t,eq:n,neq:a})}`);if(typeof n<"u")return(0,c.isEqual)(e,n);if(typeof a<"u")return!(0,c.isEqual)(e,a);if(typeof t<"u"){let s=typeof e<"u";return t?s:!s}return typeof i>"u"||i?!!e:!e})(r.if,i)},L=r=>r.toLowerCase().replace(/[ ’–—―′¿'`~!@#$%^&*()_|+\-=?;:'",.<>\{\}\[\]\\\/]/gi,"-").replace(/-+/g,"-").replace(/^-+/,"").replace(/-+$/,"")},"./node_modules/@storybook/docs-tools/dist/index.mjs":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Bd:()=>str,Ir:()=>createSummaryValue,Je:()=>extractComponentProps,PO:()=>SourceType,Px:()=>hasDocgen,VF:()=>extractComponentDescription,_A:()=>isTooLongForTypeSummary,fW:()=>isTooLongForDefaultValueSummary,g:()=>SNIPPET_RENDERED,jq:()=>getDocgenSection,p5:()=>TypeSystem,rS:()=>enhanceArgTypes});var TypeSystem2,lodash_mapValues_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/lodash/mapValues.js"),lodash_mapValues_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_mapValues_js__WEBPACK_IMPORTED_MODULE_0__),doctrine__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/doctrine/lib/doctrine.js"),_storybook_preview_api__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("@storybook/preview-api"),convertSig=type=>{switch(type.type){case"function":return{name:"function"};case"object":let values={};return type.signature.properties.forEach((prop=>{values[prop.key]=convert(prop.value)})),{name:"object",value:values};default:throw new Error(`Unknown: ${type}`)}},convert=type=>{let{name,raw}=type,base={};switch(typeof raw<"u"&&(base.raw=raw),type.name){case"string":case"number":case"symbol":case"boolean":return{...base,name};case"Array":return{...base,name:"array",value:type.elements.map(convert)};case"signature":return{...base,...convertSig(type)};case"union":case"intersection":return{...base,name,value:type.elements.map(convert)};default:return{...base,name:"other",value:name}}},isLiteral=type=>"literal"===type.name,toEnumOption=element=>element.value.replace(/['|"]/g,""),convertSig2=type=>{switch(type.type){case"function":return{name:"function"};case"object":let values={};return type.signature.properties.forEach((prop=>{values[prop.key]=convert2(prop.value)})),{name:"object",value:values};default:throw new Error(`Unknown: ${type}`)}},convert2=type=>{let{name,raw}=type,base={};switch(typeof raw<"u"&&(base.raw=raw),type.name){case"literal":return{...base,name:"other",value:type.value};case"string":case"number":case"symbol":case"boolean":return{...base,name};case"Array":return{...base,name:"array",value:type.elements.map(convert2)};case"signature":return{...base,...convertSig2(type)};case"union":return type.elements.every(isLiteral)?{...base,name:"enum",value:type.elements.map(toEnumOption)}:{...base,name,value:type.elements.map(convert2)};case"intersection":return{...base,name,value:type.elements.map(convert2)};default:return{...base,name:"other",value:name}}},QUOTE_REGEX=/^['"]|['"]$/g,SIGNATURE_REGEXP=/^\(.*\) => /,convert3=type=>{let{name,raw,computed,value}=type,base={};switch(typeof raw<"u"&&(base.raw=raw),name){case"enum":{let values2=computed?value:value.map((v=>{let trimmedValue=v.value.replace(QUOTE_REGEX,"");return(str2=>QUOTE_REGEX.test(str2))(v.value)||Number.isNaN(Number(trimmedValue))?trimmedValue:Number(trimmedValue)}));return{...base,name,value:values2}}case"string":case"number":case"symbol":case"object":return{...base,name};case"func":return{...base,name:"function"};case"bool":case"boolean":return{...base,name:"boolean"};case"arrayOf":case"array":return{...base,name:"array",value:value&&convert3(value)};case"objectOf":return{...base,name,value:convert3(value)};case"shape":case"exact":let values=lodash_mapValues_js__WEBPACK_IMPORTED_MODULE_0___default()(value,(field=>convert3(field)));return{...base,name:"object",value:values};case"union":return{...base,name:"union",value:value.map((v=>convert3(v)))};default:{if(name?.indexOf("|")>0)try{let literalValues=name.split("|").map((v=>JSON.parse(v)));return{...base,name:"enum",value:literalValues}}catch{}let otherVal=value?`${name}(${value})`:name,otherName=SIGNATURE_REGEXP.test(name)?"function":"other";return{...base,name:otherName,value:otherVal}}}},convert4=docgenInfo=>{let{type,tsType,flowType}=docgenInfo;return null!=type?convert3(type):null!=tsType?convert(tsType):null!=flowType?convert2(flowType):null},TypeSystem=((TypeSystem2=TypeSystem||{}).JAVASCRIPT="JavaScript",TypeSystem2.FLOW="Flow",TypeSystem2.TYPESCRIPT="TypeScript",TypeSystem2.UNKNOWN="Unknown",TypeSystem2),BLACKLIST=["null","undefined"];function isDefaultValueBlacklisted(value){return BLACKLIST.some((x=>x===value))}var str=obj=>{if(!obj)return"";if("string"==typeof obj)return obj;throw new Error(`Description: expected string, got: ${JSON.stringify(obj)}`)};function hasDocgen(component){return!!component.__docgenInfo}function getDocgenSection(component,section){return hasDocgen(component)?component.__docgenInfo[section]:null}var DEFAULT_OPTIONS={tags:["param","arg","argument","returns","ignore","deprecated"]},parseJsDoc=(value,options=DEFAULT_OPTIONS)=>{if(!function containsJsDoc(value){return null!=value&&value.includes("@")}(value))return{includesJsDoc:!1,ignore:!1};let jsDocAst=function parse(content,tags){let ast;try{ast=doctrine__WEBPACK_IMPORTED_MODULE_1__.parse(content,{tags,sloppy:!0})}catch(e){throw console.error(e),new Error("Cannot parse JSDoc tags.")}return ast}(value,options.tags),extractedTags=function extractJsDocTags(ast){let extractedTags={params:null,deprecated:null,returns:null,ignore:!1};for(let i=0;iparamName.includes("null")?paramName.replace("-null","").replace(".null",""):tag.name,getTypeName:()=>null!=tag.type?extractTypeName(tag.type):null}:null}function extractDeprecated(tag){return null!=tag.title?tag.description:null}function extractReturns(tag){return null!=tag.type?{type:tag.type,description:tag.description,getTypeName:()=>extractTypeName(tag.type)}:null}function extractTypeName(type){return"NameExpression"===type.type?type.name:"RecordType"===type.type?`({${type.fields.map((field=>{if(null!=field.value){let valueTypeName=extractTypeName(field.value);return`${field.key}: ${valueTypeName}`}return field.key})).join(", ")}})`:"UnionType"===type.type?`(${type.elements.map(extractTypeName).join("|")})`:"ArrayType"===type.type?"[]":"TypeApplication"===type.type&&null!=type.expression&&"Array"===type.expression.name?`${extractTypeName(type.applications[0])}[]`:"NullableType"===type.type||"NonNullableType"===type.type||"OptionalType"===type.type?extractTypeName(type.expression):"AllLiteral"===type.type?"any":null}function isTooLongForTypeSummary(value){return value.length>90}function isTooLongForDefaultValueSummary(value){return value.length>50}function createSummaryValue(summary,detail){return summary===detail?{summary}:{summary,detail}}function generateUnionElement({name,value,elements,raw}){return value??(null!=elements?elements.map(generateUnionElement).join(" | "):raw??name)}function generateSignature(flowType){let{type}=flowType;return"object"===type?function generateObjectSignature({type,raw}){return null!=raw?isTooLongForTypeSummary(raw)?createSummaryValue(type,raw):createSummaryValue(raw):createSummaryValue(type)}(flowType):function generateFuncSignature({type,raw}){return createSummaryValue(null!=raw?raw:type)}(flowType)}function createType(type){if(null==type)return null;switch(type.name){case"union":return function generateUnion({name,raw,elements}){return createSummaryValue(null!=elements?elements.map(generateUnionElement).join(" | "):null!=raw?raw.replace(/^\|\s*/,""):name)}(type);case"signature":return generateSignature(type);default:return function generateDefault({name,raw}){return null!=raw?isTooLongForTypeSummary(raw)?createSummaryValue(name,raw):createSummaryValue(raw):createSummaryValue(name)}(type)}}function createDefaultValue(defaultValue,type){if(null!=defaultValue){let{value}=defaultValue;if(!isDefaultValueBlacklisted(value))return isTooLongForDefaultValueSummary(value)?createSummaryValue(type.name,value):createSummaryValue(value)}return null}function createType2({tsType,required}){return null==tsType?null:createSummaryValue(required?tsType.name:tsType.name.replace(" | undefined",""))}function createDefaultValue2({defaultValue}){if(null!=defaultValue){let{value}=defaultValue;if(!isDefaultValueBlacklisted(value))return createSummaryValue(value)}return null}function createType3(type){return null!=type?createSummaryValue(type.name):null}function createDefaultValue3(defaultValue,type){if(null!=defaultValue){let{value}=defaultValue;if(!isDefaultValueBlacklisted(value))return function isReactDocgenTypescript(defaultValue){let{computed,func}=defaultValue;return typeof computed>"u"&&typeof func>"u"}(defaultValue)&&function isStringValued(type){return!!type&&("string"===type.name||"enum"===type.name&&Array.isArray(type.value)&&type.value.every((({value:tv})=>"string"==typeof tv&&'"'===tv[0]&&'"'===tv[tv.length-1])))}(type)?createSummaryValue(JSON.stringify(value)):createSummaryValue(value)}return null}function createBasicPropDef(name,type,docgenInfo){let{description,required,defaultValue}=docgenInfo;return{name,type:createType3(type),required,description,defaultValue:createDefaultValue3(defaultValue,type)}}function applyJsDocResult(propDef,jsDocParsingResult){if(jsDocParsingResult.includesJsDoc){let{description,extractedTags}=jsDocParsingResult;null!=description&&(propDef.description=jsDocParsingResult.description);let value={...extractedTags,params:extractedTags?.params?.map((x=>({name:x.getPrettyName(),description:x.description})))};Object.values(value).filter(Boolean).length>0&&(propDef.jsDocTags=value)}return propDef}var javaScriptFactory=(propName,docgenInfo,jsDocParsingResult)=>{let propDef=createBasicPropDef(propName,docgenInfo.type,docgenInfo);return propDef.sbType=convert4(docgenInfo),applyJsDocResult(propDef,jsDocParsingResult)},tsFactory=(propName,docgenInfo,jsDocParsingResult)=>{let propDef=((propName,docgenInfo)=>{let{description,required}=docgenInfo;return{name:propName,type:createType2(docgenInfo),required,description,defaultValue:createDefaultValue2(docgenInfo)}})(propName,docgenInfo);return propDef.sbType=convert4(docgenInfo),applyJsDocResult(propDef,jsDocParsingResult)},flowFactory=(propName,docgenInfo,jsDocParsingResult)=>{let propDef=((propName,docgenInfo)=>{let{flowType,description,required,defaultValue}=docgenInfo;return{name:propName,type:createType(flowType),required,description,defaultValue:createDefaultValue(defaultValue,flowType)}})(propName,docgenInfo);return propDef.sbType=convert4(docgenInfo),applyJsDocResult(propDef,jsDocParsingResult)},unknownFactory=(propName,docgenInfo,jsDocParsingResult)=>applyJsDocResult(createBasicPropDef(propName,{name:"unknown"},docgenInfo),jsDocParsingResult),getPropDefFactory=typeSystem=>{switch(typeSystem){case"JavaScript":return javaScriptFactory;case"TypeScript":return tsFactory;case"Flow":return flowFactory;default:return unknownFactory}},getTypeSystem=docgenInfo=>null!=docgenInfo.type?"JavaScript":null!=docgenInfo.flowType?"Flow":null!=docgenInfo.tsType?"TypeScript":"Unknown",extractComponentProps=(component,section)=>{let docgenSection=getDocgenSection(component,section);return function isValidDocgenSection(docgenSection){return null!=docgenSection&&Object.keys(docgenSection).length>0}(docgenSection)?Array.isArray(docgenSection)?(docgenSection=>{let typeSystem=getTypeSystem(docgenSection[0]),createPropDef=getPropDefFactory(typeSystem);return docgenSection.map((item=>{let sanitizedItem=item;return item.type?.elements&&(sanitizedItem={...item,type:{...item.type,value:item.type.elements}}),extractProp(sanitizedItem.name,sanitizedItem,typeSystem,createPropDef)}))})(docgenSection):(docgenSection=>{let docgenPropsKeys=Object.keys(docgenSection),typeSystem=getTypeSystem(docgenSection[docgenPropsKeys[0]]),createPropDef=getPropDefFactory(typeSystem);return docgenPropsKeys.map((propName=>{let docgenInfo=docgenSection[propName];return null!=docgenInfo?extractProp(propName,docgenInfo,typeSystem,createPropDef):null})).filter(Boolean)})(docgenSection):[]};function extractProp(propName,docgenInfo,typeSystem,createPropDef){let jsDocParsingResult=parseJsDoc(docgenInfo.description);return jsDocParsingResult.includesJsDoc&&jsDocParsingResult.ignore?null:{propDef:createPropDef(propName,docgenInfo,jsDocParsingResult),jsDocTags:jsDocParsingResult.extractedTags,docgenInfo,typeSystem}}function extractComponentDescription(component){return null!=component&&function getDocgenDescription(component){return hasDocgen(component)&&str(component.__docgenInfo.description)}(component)}var SourceType2,enhanceArgTypes=context=>{let{component,argTypes:userArgTypes,parameters:{docs={}}}=context,{extractArgTypes}=docs,extractedArgTypes=extractArgTypes&&component?extractArgTypes(component):{};return extractedArgTypes?(0,_storybook_preview_api__WEBPACK_IMPORTED_MODULE_2__.combineParameters)(extractedArgTypes,userArgTypes):userArgTypes},SNIPPET_RENDERED="storybook/docs/snippet-rendered",SourceType=((SourceType2=SourceType||{}).AUTO="auto",SourceType2.CODE="code",SourceType2.DYNAMIC="dynamic",SourceType2)},"./node_modules/@storybook/global/dist/index.mjs":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{global:()=>scope});var scope=(()=>{let win;return win="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:void 0!==__webpack_require__.g?__webpack_require__.g:"undefined"!=typeof self?self:{},win})()},"./node_modules/@storybook/react-dom-shim/dist/react-18.mjs":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{K:()=>unmountElement,l:()=>renderElement});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/react/index.js"),react_dom_client__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/react-dom/client.js"),nodes=new Map,WithCallback=({callback,children})=>{let once=(0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)();return(0,react__WEBPACK_IMPORTED_MODULE_0__.useLayoutEffect)((()=>{once.current!==callback&&(once.current=callback,callback())}),[callback]),children},renderElement=async(node,el)=>{let root=await getReactRoot(el);return new Promise((resolve=>{root.render(react__WEBPACK_IMPORTED_MODULE_0__.createElement(WithCallback,{callback:()=>resolve(null)},node))}))},unmountElement=(el,shouldUseNewRootApi)=>{let root=nodes.get(el);root&&(root.unmount(),nodes.delete(el))},getReactRoot=async el=>{let root=nodes.get(el);return root||(root=react_dom_client__WEBPACK_IMPORTED_MODULE_1__.createRoot(el),nodes.set(el,root)),root}},"./node_modules/@storybook/react/node_modules/acorn-jsx/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";const XHTMLEntities=__webpack_require__("./node_modules/@storybook/react/node_modules/acorn-jsx/xhtml.js"),hexNumber=/^[\da-fA-F]+$/,decimalNumber=/^\d+$/,acornJsxMap=new WeakMap;function getJsxTokens(acorn){acorn=acorn.Parser.acorn||acorn;let acornJsx=acornJsxMap.get(acorn);if(!acornJsx){const tt=acorn.tokTypes,TokContext=acorn.TokContext,TokenType=acorn.TokenType,tc_oTag=new TokContext("...",!0,!0),tokContexts={tc_oTag,tc_cTag,tc_expr},tokTypes={jsxName:new TokenType("jsxName"),jsxText:new TokenType("jsxText",{beforeExpr:!0}),jsxTagStart:new TokenType("jsxTagStart",{startsExpr:!0}),jsxTagEnd:new TokenType("jsxTagEnd")};tokTypes.jsxTagStart.updateContext=function(){this.context.push(tc_expr),this.context.push(tc_oTag),this.exprAllowed=!1},tokTypes.jsxTagEnd.updateContext=function(prevType){let out=this.context.pop();out===tc_oTag&&prevType===tt.slash||out===tc_cTag?(this.context.pop(),this.exprAllowed=this.curContext()===tc_expr):this.exprAllowed=!0},acornJsx={tokContexts,tokTypes},acornJsxMap.set(acorn,acornJsx)}return acornJsx}function getQualifiedJSXName(object){return object?"JSXIdentifier"===object.type?object.name:"JSXNamespacedName"===object.type?object.namespace.name+":"+object.name.name:"JSXMemberExpression"===object.type?getQualifiedJSXName(object.object)+"."+getQualifiedJSXName(object.property):void 0:object}module.exports=function(options){return options=options||{},function(Parser){return function plugin(options,Parser){const acorn=Parser.acorn||__webpack_require__("./node_modules/@storybook/react/node_modules/acorn/dist/acorn.mjs"),acornJsx=getJsxTokens(acorn),tt=acorn.tokTypes,tok=acornJsx.tokTypes,tokContexts=acorn.tokContexts,tc_oTag=acornJsx.tokContexts.tc_oTag,tc_cTag=acornJsx.tokContexts.tc_cTag,tc_expr=acornJsx.tokContexts.tc_expr,isNewLine=acorn.isNewLine,isIdentifierStart=acorn.isIdentifierStart,isIdentifierChar=acorn.isIdentifierChar;return class extends Parser{static get acornJsx(){return acornJsx}jsx_readToken(){let out="",chunkStart=this.pos;for(;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated JSX contents");let ch=this.input.charCodeAt(this.pos);switch(ch){case 60:case 123:return this.pos===this.start?60===ch&&this.exprAllowed?(++this.pos,this.finishToken(tok.jsxTagStart)):this.getTokenFromCode(ch):(out+=this.input.slice(chunkStart,this.pos),this.finishToken(tok.jsxText,out));case 38:out+=this.input.slice(chunkStart,this.pos),out+=this.jsx_readEntity(),chunkStart=this.pos;break;case 62:case 125:this.raise(this.pos,"Unexpected token `"+this.input[this.pos]+"`. Did you mean `"+(62===ch?">":"}")+'` or `{"'+this.input[this.pos]+'"}`?');default:isNewLine(ch)?(out+=this.input.slice(chunkStart,this.pos),out+=this.jsx_readNewLine(!0),chunkStart=this.pos):++this.pos}}}jsx_readNewLine(normalizeCRLF){let out,ch=this.input.charCodeAt(this.pos);return++this.pos,13===ch&&10===this.input.charCodeAt(this.pos)?(++this.pos,out=normalizeCRLF?"\n":"\r\n"):out=String.fromCharCode(ch),this.options.locations&&(++this.curLine,this.lineStart=this.pos),out}jsx_readString(quote){let out="",chunkStart=++this.pos;for(;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");let ch=this.input.charCodeAt(this.pos);if(ch===quote)break;38===ch?(out+=this.input.slice(chunkStart,this.pos),out+=this.jsx_readEntity(),chunkStart=this.pos):isNewLine(ch)?(out+=this.input.slice(chunkStart,this.pos),out+=this.jsx_readNewLine(!1),chunkStart=this.pos):++this.pos}return out+=this.input.slice(chunkStart,this.pos++),this.finishToken(tt.string,out)}jsx_readEntity(){let entity,str="",count=0,ch=this.input[this.pos];"&"!==ch&&this.raise(this.pos,"Entity must start with an ampersand");let startPos=++this.pos;for(;this.pos")}let fragmentOrElement=openingElement.name?"Element":"Fragment";return node["opening"+fragmentOrElement]=openingElement,node["closing"+fragmentOrElement]=closingElement,node.children=children,this.type===tt.relational&&"<"===this.value&&this.raise(this.start,"Adjacent JSX elements must be wrapped in an enclosing tag"),this.finishNode(node,"JSX"+fragmentOrElement)}jsx_parseText(){let node=this.parseLiteral(this.value);return node.type="JSXText",node}jsx_parseElement(){let startPos=this.start,startLoc=this.startLoc;return this.next(),this.jsx_parseElementAt(startPos,startLoc)}parseExprAtom(refShortHandDefaultPos){return this.type===tok.jsxText?this.jsx_parseText():this.type===tok.jsxTagStart?this.jsx_parseElement():super.parseExprAtom(refShortHandDefaultPos)}readToken(code){let context=this.curContext();if(context===tc_expr)return this.jsx_readToken();if(context===tc_oTag||context===tc_cTag){if(isIdentifierStart(code))return this.jsx_readWord();if(62==code)return++this.pos,this.finishToken(tok.jsxTagEnd);if((34===code||39===code)&&context==tc_oTag)return this.jsx_readString(code)}return 60===code&&this.exprAllowed&&33!==this.input.charCodeAt(this.pos+1)?(++this.pos,this.finishToken(tok.jsxTagStart)):super.readToken(code)}updateContext(prevType){if(this.type==tt.braceL){var curContext=this.curContext();curContext==tc_oTag?this.context.push(tokContexts.b_expr):curContext==tc_expr?this.context.push(tokContexts.b_tmpl):super.updateContext(prevType),this.exprAllowed=!0}else{if(this.type!==tt.slash||prevType!==tok.jsxTagStart)return super.updateContext(prevType);this.context.length-=2,this.context.push(tc_cTag),this.exprAllowed=!1}}}}({allowNamespaces:!1!==options.allowNamespaces,allowNamespacedObjects:!!options.allowNamespacedObjects},Parser)}},Object.defineProperty(module.exports,"tokTypes",{get:function get_tokTypes(){return getJsxTokens(__webpack_require__("./node_modules/@storybook/react/node_modules/acorn/dist/acorn.mjs")).tokTypes},configurable:!0,enumerable:!0})},"./node_modules/@storybook/react/node_modules/acorn-jsx/xhtml.js":module=>{module.exports={quot:'"',amp:"&",apos:"'",lt:"<",gt:">",nbsp:" ",iexcl:"¡",cent:"¢",pound:"£",curren:"¤",yen:"¥",brvbar:"¦",sect:"§",uml:"¨",copy:"©",ordf:"ª",laquo:"«",not:"¬",shy:"­",reg:"®",macr:"¯",deg:"°",plusmn:"±",sup2:"²",sup3:"³",acute:"´",micro:"µ",para:"¶",middot:"·",cedil:"¸",sup1:"¹",ordm:"º",raquo:"»",frac14:"¼",frac12:"½",frac34:"¾",iquest:"¿",Agrave:"À",Aacute:"Á",Acirc:"Â",Atilde:"Ã",Auml:"Ä",Aring:"Å",AElig:"Æ",Ccedil:"Ç",Egrave:"È",Eacute:"É",Ecirc:"Ê",Euml:"Ë",Igrave:"Ì",Iacute:"Í",Icirc:"Î",Iuml:"Ï",ETH:"Ð",Ntilde:"Ñ",Ograve:"Ò",Oacute:"Ó",Ocirc:"Ô",Otilde:"Õ",Ouml:"Ö",times:"×",Oslash:"Ø",Ugrave:"Ù",Uacute:"Ú",Ucirc:"Û",Uuml:"Ü",Yacute:"Ý",THORN:"Þ",szlig:"ß",agrave:"à",aacute:"á",acirc:"â",atilde:"ã",auml:"ä",aring:"å",aelig:"æ",ccedil:"ç",egrave:"è",eacute:"é",ecirc:"ê",euml:"ë",igrave:"ì",iacute:"í",icirc:"î",iuml:"ï",eth:"ð",ntilde:"ñ",ograve:"ò",oacute:"ó",ocirc:"ô",otilde:"õ",ouml:"ö",divide:"÷",oslash:"ø",ugrave:"ù",uacute:"ú",ucirc:"û",uuml:"ü",yacute:"ý",thorn:"þ",yuml:"ÿ",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",fnof:"ƒ",circ:"ˆ",tilde:"˜",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",ensp:" ",emsp:" ",thinsp:" ",zwnj:"‌",zwj:"‍",lrm:"‎",rlm:"‏",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",bull:"•",hellip:"…",permil:"‰",prime:"′",Prime:"″",lsaquo:"‹",rsaquo:"›",oline:"‾",frasl:"⁄",euro:"€",image:"ℑ",weierp:"℘",real:"ℜ",trade:"™",alefsym:"ℵ",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lArr:"⇐",uArr:"⇑",rArr:"⇒",dArr:"⇓",hArr:"⇔",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",lang:"〈",rang:"〉",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦"}},"./node_modules/@storybook/react/node_modules/acorn/dist/acorn.mjs":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{Node:()=>Node,Parser:()=>Parser,Position:()=>Position,SourceLocation:()=>SourceLocation,TokContext:()=>TokContext,Token:()=>Token,TokenType:()=>TokenType,defaultOptions:()=>defaultOptions,getLineInfo:()=>getLineInfo,isIdentifierChar:()=>isIdentifierChar,isIdentifierStart:()=>isIdentifierStart,isNewLine:()=>isNewLine,keywordTypes:()=>keywords$1,lineBreak:()=>lineBreak,lineBreakG:()=>lineBreakG,nonASCIIwhitespace:()=>nonASCIIwhitespace,parse:()=>parse,parseExpressionAt:()=>parseExpressionAt,tokContexts:()=>types$1,tokTypes:()=>types,tokenizer:()=>tokenizer,version:()=>version});var reservedWords={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},ecma5AndLessKeywords="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",keywords={5:ecma5AndLessKeywords,"5module":ecma5AndLessKeywords+" export import",6:ecma5AndLessKeywords+" const class extends export import super"},keywordRelationalOperator=/^in(stanceof)?$/,nonASCIIidentifierStartChars="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࣇऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-鿼ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞿꟂ-ꟊꟵ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",nonASCIIidentifierChars="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿᫀᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷹᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",nonASCIIidentifierStart=new RegExp("["+nonASCIIidentifierStartChars+"]"),nonASCIIidentifier=new RegExp("["+nonASCIIidentifierStartChars+nonASCIIidentifierChars+"]");nonASCIIidentifierStartChars=nonASCIIidentifierChars=null;var astralIdentifierStartCodes=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,107,20,28,22,13,52,76,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,230,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,190,0,80,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8952,286,50,2,18,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,2357,44,11,6,17,0,370,43,1301,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42717,35,4148,12,221,3,5761,15,7472,3104,541,1507,4938],astralIdentifierCodes=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,154,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,135,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,262,6,10,9,419,13,1495,6,110,6,6,9,4759,9,787719,239];function isInAstralSet(code,set){for(var pos=65536,i=0;icode)return!1;if((pos+=set[i+1])>=code)return!0}}function isIdentifierStart(code,astral){return code<65?36===code:code<91||(code<97?95===code:code<123||(code<=65535?code>=170&&nonASCIIidentifierStart.test(String.fromCharCode(code)):!1!==astral&&isInAstralSet(code,astralIdentifierStartCodes)))}function isIdentifierChar(code,astral){return code<48?36===code:code<58||!(code<65)&&(code<91||(code<97?95===code:code<123||(code<=65535?code>=170&&nonASCIIidentifier.test(String.fromCharCode(code)):!1!==astral&&(isInAstralSet(code,astralIdentifierStartCodes)||isInAstralSet(code,astralIdentifierCodes)))))}var TokenType=function TokenType(label,conf){void 0===conf&&(conf={}),this.label=label,this.keyword=conf.keyword,this.beforeExpr=!!conf.beforeExpr,this.startsExpr=!!conf.startsExpr,this.isLoop=!!conf.isLoop,this.isAssign=!!conf.isAssign,this.prefix=!!conf.prefix,this.postfix=!!conf.postfix,this.binop=conf.binop||null,this.updateContext=null};function binop(name,prec){return new TokenType(name,{beforeExpr:!0,binop:prec})}var beforeExpr={beforeExpr:!0},startsExpr={startsExpr:!0},keywords$1={};function kw(name,options){return void 0===options&&(options={}),options.keyword=name,keywords$1[name]=new TokenType(name,options)}var types={num:new TokenType("num",startsExpr),regexp:new TokenType("regexp",startsExpr),string:new TokenType("string",startsExpr),name:new TokenType("name",startsExpr),eof:new TokenType("eof"),bracketL:new TokenType("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new TokenType("]"),braceL:new TokenType("{",{beforeExpr:!0,startsExpr:!0}),braceR:new TokenType("}"),parenL:new TokenType("(",{beforeExpr:!0,startsExpr:!0}),parenR:new TokenType(")"),comma:new TokenType(",",beforeExpr),semi:new TokenType(";",beforeExpr),colon:new TokenType(":",beforeExpr),dot:new TokenType("."),question:new TokenType("?",beforeExpr),questionDot:new TokenType("?."),arrow:new TokenType("=>",beforeExpr),template:new TokenType("template"),invalidTemplate:new TokenType("invalidTemplate"),ellipsis:new TokenType("...",beforeExpr),backQuote:new TokenType("`",startsExpr),dollarBraceL:new TokenType("${",{beforeExpr:!0,startsExpr:!0}),eq:new TokenType("=",{beforeExpr:!0,isAssign:!0}),assign:new TokenType("_=",{beforeExpr:!0,isAssign:!0}),incDec:new TokenType("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new TokenType("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:binop("||",1),logicalAND:binop("&&",2),bitwiseOR:binop("|",3),bitwiseXOR:binop("^",4),bitwiseAND:binop("&",5),equality:binop("==/!=/===/!==",6),relational:binop("/<=/>=",7),bitShift:binop("<>/>>>",8),plusMin:new TokenType("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:binop("%",10),star:binop("*",10),slash:binop("/",10),starstar:new TokenType("**",{beforeExpr:!0}),coalesce:binop("??",1),_break:kw("break"),_case:kw("case",beforeExpr),_catch:kw("catch"),_continue:kw("continue"),_debugger:kw("debugger"),_default:kw("default",beforeExpr),_do:kw("do",{isLoop:!0,beforeExpr:!0}),_else:kw("else",beforeExpr),_finally:kw("finally"),_for:kw("for",{isLoop:!0}),_function:kw("function",startsExpr),_if:kw("if"),_return:kw("return",beforeExpr),_switch:kw("switch"),_throw:kw("throw",beforeExpr),_try:kw("try"),_var:kw("var"),_const:kw("const"),_while:kw("while",{isLoop:!0}),_with:kw("with"),_new:kw("new",{beforeExpr:!0,startsExpr:!0}),_this:kw("this",startsExpr),_super:kw("super",startsExpr),_class:kw("class",startsExpr),_extends:kw("extends",beforeExpr),_export:kw("export"),_import:kw("import",startsExpr),_null:kw("null",startsExpr),_true:kw("true",startsExpr),_false:kw("false",startsExpr),_in:kw("in",{beforeExpr:!0,binop:7}),_instanceof:kw("instanceof",{beforeExpr:!0,binop:7}),_typeof:kw("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:kw("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:kw("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},lineBreak=/\r\n?|\n|\u2028|\u2029/,lineBreakG=new RegExp(lineBreak.source,"g");function isNewLine(code,ecma2019String){return 10===code||13===code||!ecma2019String&&(8232===code||8233===code)}var nonASCIIwhitespace=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,skipWhiteSpace=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,ref=Object.prototype,hasOwnProperty=ref.hasOwnProperty,toString=ref.toString;function has(obj,propName){return hasOwnProperty.call(obj,propName)}var isArray=Array.isArray||function(obj){return"[object Array]"===toString.call(obj)};function wordsRegexp(words){return new RegExp("^(?:"+words.replace(/ /g,"|")+")$")}var Position=function Position(line,col){this.line=line,this.column=col};Position.prototype.offset=function offset(n){return new Position(this.line,this.column+n)};var SourceLocation=function SourceLocation(p,start,end){this.start=start,this.end=end,null!==p.sourceFile&&(this.source=p.sourceFile)};function getLineInfo(input,offset){for(var line=1,cur=0;;){lineBreakG.lastIndex=cur;var match=lineBreakG.exec(input);if(!(match&&match.index=2015&&(options.ecmaVersion-=2009),null==options.allowReserved&&(options.allowReserved=options.ecmaVersion<5),isArray(options.onToken)){var tokens=options.onToken;options.onToken=function(token){return tokens.push(token)}}return isArray(options.onComment)&&(options.onComment=function pushComment(options,array){return function(block,text,start,end,startLoc,endLoc){var comment={type:block?"Block":"Line",value:text,start,end};options.locations&&(comment.loc=new SourceLocation(this,startLoc,endLoc)),options.ranges&&(comment.range=[start,end]),array.push(comment)}}(options,options.onComment)),options}function functionFlags(async,generator){return 2|(async?4:0)|(generator?8:0)}var Parser=function Parser(options,input,startPos){this.options=options=getOptions(options),this.sourceFile=options.sourceFile,this.keywords=wordsRegexp(keywords[options.ecmaVersion>=6?6:"module"===options.sourceType?"5module":5]);var reserved="";if(!0!==options.allowReserved){for(var v=options.ecmaVersion;!(reserved=reservedWords[v]);v--);"module"===options.sourceType&&(reserved+=" await")}this.reservedWords=wordsRegexp(reserved);var reservedStrict=(reserved?reserved+" ":"")+reservedWords.strict;this.reservedWordsStrict=wordsRegexp(reservedStrict),this.reservedWordsStrictBind=wordsRegexp(reservedStrict+" "+reservedWords.strictBind),this.input=String(input),this.containsEsc=!1,startPos?(this.pos=startPos,this.lineStart=this.input.lastIndexOf("\n",startPos-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(lineBreak).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=types.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===options.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports={},0===this.pos&&options.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(1),this.regexpState=null},prototypeAccessors={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0}};Parser.prototype.parse=function parse(){var node=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(node)},prototypeAccessors.inFunction.get=function(){return(2&this.currentVarScope().flags)>0},prototypeAccessors.inGenerator.get=function(){return(8&this.currentVarScope().flags)>0},prototypeAccessors.inAsync.get=function(){return(4&this.currentVarScope().flags)>0},prototypeAccessors.allowSuper.get=function(){return(64&this.currentThisScope().flags)>0},prototypeAccessors.allowDirectSuper.get=function(){return(128&this.currentThisScope().flags)>0},prototypeAccessors.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},Parser.prototype.inNonArrowFunction=function inNonArrowFunction(){return(2&this.currentThisScope().flags)>0},Parser.extend=function extend(){for(var plugins=[],len=arguments.length;len--;)plugins[len]=arguments[len];for(var cls=this,i=0;i=,?^&]/.test(next)||"!"===next&&"="===this.input.charAt(end+1))}start+=match[0].length,skipWhiteSpace.lastIndex=start,start+=skipWhiteSpace.exec(this.input)[0].length,";"===this.input[start]&&start++}},pp.eat=function(type){return this.type===type&&(this.next(),!0)},pp.isContextual=function(name){return this.type===types.name&&this.value===name&&!this.containsEsc},pp.eatContextual=function(name){return!!this.isContextual(name)&&(this.next(),!0)},pp.expectContextual=function(name){this.eatContextual(name)||this.unexpected()},pp.canInsertSemicolon=function(){return this.type===types.eof||this.type===types.braceR||lineBreak.test(this.input.slice(this.lastTokEnd,this.start))},pp.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},pp.semicolon=function(){this.eat(types.semi)||this.insertSemicolon()||this.unexpected()},pp.afterTrailingComma=function(tokType,notNext){if(this.type===tokType)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),notNext||this.next(),!0},pp.expect=function(type){this.eat(type)||this.unexpected()},pp.unexpected=function(pos){this.raise(null!=pos?pos:this.start,"Unexpected token")},pp.checkPatternErrors=function(refDestructuringErrors,isAssign){if(refDestructuringErrors){refDestructuringErrors.trailingComma>-1&&this.raiseRecoverable(refDestructuringErrors.trailingComma,"Comma is not permitted after the rest element");var parens=isAssign?refDestructuringErrors.parenthesizedAssign:refDestructuringErrors.parenthesizedBind;parens>-1&&this.raiseRecoverable(parens,"Parenthesized pattern")}},pp.checkExpressionErrors=function(refDestructuringErrors,andThrow){if(!refDestructuringErrors)return!1;var shorthandAssign=refDestructuringErrors.shorthandAssign,doubleProto=refDestructuringErrors.doubleProto;if(!andThrow)return shorthandAssign>=0||doubleProto>=0;shorthandAssign>=0&&this.raise(shorthandAssign,"Shorthand property assignments are valid only in destructuring patterns"),doubleProto>=0&&this.raiseRecoverable(doubleProto,"Redefinition of __proto__ property")},pp.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos=6&&this.unexpected(),this.parseFunctionStatement(node,!1,!context);case types._class:return context&&this.unexpected(),this.parseClass(node,!0);case types._if:return this.parseIfStatement(node);case types._return:return this.parseReturnStatement(node);case types._switch:return this.parseSwitchStatement(node);case types._throw:return this.parseThrowStatement(node);case types._try:return this.parseTryStatement(node);case types._const:case types._var:return kind=kind||this.value,context&&"var"!==kind&&this.unexpected(),this.parseVarStatement(node,kind);case types._while:return this.parseWhileStatement(node);case types._with:return this.parseWithStatement(node);case types.braceL:return this.parseBlock(!0,node);case types.semi:return this.parseEmptyStatement(node);case types._export:case types._import:if(this.options.ecmaVersion>10&&starttype===types._import){skipWhiteSpace.lastIndex=this.pos;var skip=skipWhiteSpace.exec(this.input),next=this.pos+skip[0].length,nextCh=this.input.charCodeAt(next);if(40===nextCh||46===nextCh)return this.parseExpressionStatement(node,this.parseExpression())}return this.options.allowImportExportEverywhere||(topLevel||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),starttype===types._import?this.parseImport(node):this.parseExport(node,exports);default:if(this.isAsyncFunction())return context&&this.unexpected(),this.next(),this.parseFunctionStatement(node,!0,!context);var maybeName=this.value,expr=this.parseExpression();return starttype===types.name&&"Identifier"===expr.type&&this.eat(types.colon)?this.parseLabeledStatement(node,maybeName,expr,context):this.parseExpressionStatement(node,expr)}},pp$1.parseBreakContinueStatement=function(node,keyword){var isBreak="break"===keyword;this.next(),this.eat(types.semi)||this.insertSemicolon()?node.label=null:this.type!==types.name?this.unexpected():(node.label=this.parseIdent(),this.semicolon());for(var i=0;i=6?this.eat(types.semi):this.semicolon(),this.finishNode(node,"DoWhileStatement")},pp$1.parseForStatement=function(node){this.next();var awaitAt=this.options.ecmaVersion>=9&&(this.inAsync||!this.inFunction&&this.options.allowAwaitOutsideFunction)&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(loopLabel),this.enterScope(0),this.expect(types.parenL),this.type===types.semi)return awaitAt>-1&&this.unexpected(awaitAt),this.parseFor(node,null);var isLet=this.isLet();if(this.type===types._var||this.type===types._const||isLet){var init$1=this.startNode(),kind=isLet?"let":this.value;return this.next(),this.parseVar(init$1,!0,kind),this.finishNode(init$1,"VariableDeclaration"),(this.type===types._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&1===init$1.declarations.length?(this.options.ecmaVersion>=9&&(this.type===types._in?awaitAt>-1&&this.unexpected(awaitAt):node.await=awaitAt>-1),this.parseForIn(node,init$1)):(awaitAt>-1&&this.unexpected(awaitAt),this.parseFor(node,init$1))}var refDestructuringErrors=new DestructuringErrors,init=this.parseExpression(!0,refDestructuringErrors);return this.type===types._in||this.options.ecmaVersion>=6&&this.isContextual("of")?(this.options.ecmaVersion>=9&&(this.type===types._in?awaitAt>-1&&this.unexpected(awaitAt):node.await=awaitAt>-1),this.toAssignable(init,!1,refDestructuringErrors),this.checkLVal(init),this.parseForIn(node,init)):(this.checkExpressionErrors(refDestructuringErrors,!0),awaitAt>-1&&this.unexpected(awaitAt),this.parseFor(node,init))},pp$1.parseFunctionStatement=function(node,isAsync,declarationPosition){return this.next(),this.parseFunction(node,FUNC_STATEMENT|(declarationPosition?0:FUNC_HANGING_STATEMENT),!1,isAsync)},pp$1.parseIfStatement=function(node){return this.next(),node.test=this.parseParenExpression(),node.consequent=this.parseStatement("if"),node.alternate=this.eat(types._else)?this.parseStatement("if"):null,this.finishNode(node,"IfStatement")},pp$1.parseReturnStatement=function(node){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(types.semi)||this.insertSemicolon()?node.argument=null:(node.argument=this.parseExpression(),this.semicolon()),this.finishNode(node,"ReturnStatement")},pp$1.parseSwitchStatement=function(node){var cur;this.next(),node.discriminant=this.parseParenExpression(),node.cases=[],this.expect(types.braceL),this.labels.push(switchLabel),this.enterScope(0);for(var sawDefault=!1;this.type!==types.braceR;)if(this.type===types._case||this.type===types._default){var isCase=this.type===types._case;cur&&this.finishNode(cur,"SwitchCase"),node.cases.push(cur=this.startNode()),cur.consequent=[],this.next(),isCase?cur.test=this.parseExpression():(sawDefault&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),sawDefault=!0,cur.test=null),this.expect(types.colon)}else cur||this.unexpected(),cur.consequent.push(this.parseStatement(null));return this.exitScope(),cur&&this.finishNode(cur,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(node,"SwitchStatement")},pp$1.parseThrowStatement=function(node){return this.next(),lineBreak.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),node.argument=this.parseExpression(),this.semicolon(),this.finishNode(node,"ThrowStatement")};var empty=[];pp$1.parseTryStatement=function(node){if(this.next(),node.block=this.parseBlock(),node.handler=null,this.type===types._catch){var clause=this.startNode();if(this.next(),this.eat(types.parenL)){clause.param=this.parseBindingAtom();var simple="Identifier"===clause.param.type;this.enterScope(simple?32:0),this.checkLVal(clause.param,simple?4:2),this.expect(types.parenR)}else this.options.ecmaVersion<10&&this.unexpected(),clause.param=null,this.enterScope(0);clause.body=this.parseBlock(!1),this.exitScope(),node.handler=this.finishNode(clause,"CatchClause")}return node.finalizer=this.eat(types._finally)?this.parseBlock():null,node.handler||node.finalizer||this.raise(node.start,"Missing catch or finally clause"),this.finishNode(node,"TryStatement")},pp$1.parseVarStatement=function(node,kind){return this.next(),this.parseVar(node,!1,kind),this.semicolon(),this.finishNode(node,"VariableDeclaration")},pp$1.parseWhileStatement=function(node){return this.next(),node.test=this.parseParenExpression(),this.labels.push(loopLabel),node.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(node,"WhileStatement")},pp$1.parseWithStatement=function(node){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),node.object=this.parseParenExpression(),node.body=this.parseStatement("with"),this.finishNode(node,"WithStatement")},pp$1.parseEmptyStatement=function(node){return this.next(),this.finishNode(node,"EmptyStatement")},pp$1.parseLabeledStatement=function(node,maybeName,expr,context){for(var i$1=0,list=this.labels;i$1=0;i--){var label$1=this.labels[i];if(label$1.statementStart!==node.start)break;label$1.statementStart=this.start,label$1.kind=kind}return this.labels.push({name:maybeName,kind,statementStart:this.start}),node.body=this.parseStatement(context?-1===context.indexOf("label")?context+"label":context:"label"),this.labels.pop(),node.label=expr,this.finishNode(node,"LabeledStatement")},pp$1.parseExpressionStatement=function(node,expr){return node.expression=expr,this.semicolon(),this.finishNode(node,"ExpressionStatement")},pp$1.parseBlock=function(createNewLexicalScope,node,exitStrict){for(void 0===createNewLexicalScope&&(createNewLexicalScope=!0),void 0===node&&(node=this.startNode()),node.body=[],this.expect(types.braceL),createNewLexicalScope&&this.enterScope(0);this.type!==types.braceR;){var stmt=this.parseStatement(null);node.body.push(stmt)}return exitStrict&&(this.strict=!1),this.next(),createNewLexicalScope&&this.exitScope(),this.finishNode(node,"BlockStatement")},pp$1.parseFor=function(node,init){return node.init=init,this.expect(types.semi),node.test=this.type===types.semi?null:this.parseExpression(),this.expect(types.semi),node.update=this.type===types.parenR?null:this.parseExpression(),this.expect(types.parenR),node.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(node,"ForStatement")},pp$1.parseForIn=function(node,init){var isForIn=this.type===types._in;return this.next(),"VariableDeclaration"===init.type&&null!=init.declarations[0].init&&(!isForIn||this.options.ecmaVersion<8||this.strict||"var"!==init.kind||"Identifier"!==init.declarations[0].id.type)?this.raise(init.start,(isForIn?"for-in":"for-of")+" loop variable declaration may not have an initializer"):"AssignmentPattern"===init.type&&this.raise(init.start,"Invalid left-hand side in for-loop"),node.left=init,node.right=isForIn?this.parseExpression():this.parseMaybeAssign(),this.expect(types.parenR),node.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(node,isForIn?"ForInStatement":"ForOfStatement")},pp$1.parseVar=function(node,isFor,kind){for(node.declarations=[],node.kind=kind;;){var decl=this.startNode();if(this.parseVarId(decl,kind),this.eat(types.eq)?decl.init=this.parseMaybeAssign(isFor):"const"!==kind||this.type===types._in||this.options.ecmaVersion>=6&&this.isContextual("of")?"Identifier"===decl.id.type||isFor&&(this.type===types._in||this.isContextual("of"))?decl.init=null:this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):this.unexpected(),node.declarations.push(this.finishNode(decl,"VariableDeclarator")),!this.eat(types.comma))break}return node},pp$1.parseVarId=function(decl,kind){decl.id=this.parseBindingAtom(),this.checkLVal(decl.id,"var"===kind?1:2,!1)};var FUNC_STATEMENT=1,FUNC_HANGING_STATEMENT=2;pp$1.parseFunction=function(node,statement,allowExpressionBody,isAsync){this.initFunction(node),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!isAsync)&&(this.type===types.star&&statement&FUNC_HANGING_STATEMENT&&this.unexpected(),node.generator=this.eat(types.star)),this.options.ecmaVersion>=8&&(node.async=!!isAsync),statement&FUNC_STATEMENT&&(node.id=4&statement&&this.type!==types.name?null:this.parseIdent(),!node.id||statement&FUNC_HANGING_STATEMENT||this.checkLVal(node.id,this.strict||node.generator||node.async?this.treatFunctionsAsVar?1:2:3));var oldYieldPos=this.yieldPos,oldAwaitPos=this.awaitPos,oldAwaitIdentPos=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(functionFlags(node.async,node.generator)),statement&FUNC_STATEMENT||(node.id=this.type===types.name?this.parseIdent():null),this.parseFunctionParams(node),this.parseFunctionBody(node,allowExpressionBody,!1),this.yieldPos=oldYieldPos,this.awaitPos=oldAwaitPos,this.awaitIdentPos=oldAwaitIdentPos,this.finishNode(node,statement&FUNC_STATEMENT?"FunctionDeclaration":"FunctionExpression")},pp$1.parseFunctionParams=function(node){this.expect(types.parenL),node.params=this.parseBindingList(types.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},pp$1.parseClass=function(node,isStatement){this.next();var oldStrict=this.strict;this.strict=!0,this.parseClassId(node,isStatement),this.parseClassSuper(node);var classBody=this.startNode(),hadConstructor=!1;for(classBody.body=[],this.expect(types.braceL);this.type!==types.braceR;){var element=this.parseClassElement(null!==node.superClass);element&&(classBody.body.push(element),"MethodDefinition"===element.type&&"constructor"===element.kind&&(hadConstructor&&this.raise(element.start,"Duplicate constructor in the same class"),hadConstructor=!0))}return this.strict=oldStrict,this.next(),node.body=this.finishNode(classBody,"ClassBody"),this.finishNode(node,isStatement?"ClassDeclaration":"ClassExpression")},pp$1.parseClassElement=function(constructorAllowsSuper){var this$1=this;if(this.eat(types.semi))return null;var method=this.startNode(),tryContextual=function(k,noLineBreak){void 0===noLineBreak&&(noLineBreak=!1);var start=this$1.start,startLoc=this$1.startLoc;return!!this$1.eatContextual(k)&&(!(this$1.type===types.parenL||noLineBreak&&this$1.canInsertSemicolon())||(method.key&&this$1.unexpected(),method.computed=!1,method.key=this$1.startNodeAt(start,startLoc),method.key.name=k,this$1.finishNode(method.key,"Identifier"),!1))};method.kind="method",method.static=tryContextual("static");var isGenerator=this.eat(types.star),isAsync=!1;isGenerator||(this.options.ecmaVersion>=8&&tryContextual("async",!0)?(isAsync=!0,isGenerator=this.options.ecmaVersion>=9&&this.eat(types.star)):tryContextual("get")?method.kind="get":tryContextual("set")&&(method.kind="set")),method.key||this.parsePropertyName(method);var key=method.key,allowsDirectSuper=!1;return method.computed||method.static||!("Identifier"===key.type&&"constructor"===key.name||"Literal"===key.type&&"constructor"===key.value)?method.static&&"Identifier"===key.type&&"prototype"===key.name&&this.raise(key.start,"Classes may not have a static property named prototype"):("method"!==method.kind&&this.raise(key.start,"Constructor can't have get/set modifier"),isGenerator&&this.raise(key.start,"Constructor can't be a generator"),isAsync&&this.raise(key.start,"Constructor can't be an async method"),method.kind="constructor",allowsDirectSuper=constructorAllowsSuper),this.parseClassMethod(method,isGenerator,isAsync,allowsDirectSuper),"get"===method.kind&&0!==method.value.params.length&&this.raiseRecoverable(method.value.start,"getter should have no params"),"set"===method.kind&&1!==method.value.params.length&&this.raiseRecoverable(method.value.start,"setter should have exactly one param"),"set"===method.kind&&"RestElement"===method.value.params[0].type&&this.raiseRecoverable(method.value.params[0].start,"Setter cannot use rest params"),method},pp$1.parseClassMethod=function(method,isGenerator,isAsync,allowsDirectSuper){return method.value=this.parseMethod(isGenerator,isAsync,allowsDirectSuper),this.finishNode(method,"MethodDefinition")},pp$1.parseClassId=function(node,isStatement){this.type===types.name?(node.id=this.parseIdent(),isStatement&&this.checkLVal(node.id,2,!1)):(!0===isStatement&&this.unexpected(),node.id=null)},pp$1.parseClassSuper=function(node){node.superClass=this.eat(types._extends)?this.parseExprSubscripts():null},pp$1.parseExport=function(node,exports){if(this.next(),this.eat(types.star))return this.options.ecmaVersion>=11&&(this.eatContextual("as")?(node.exported=this.parseIdent(!0),this.checkExport(exports,node.exported.name,this.lastTokStart)):node.exported=null),this.expectContextual("from"),this.type!==types.string&&this.unexpected(),node.source=this.parseExprAtom(),this.semicolon(),this.finishNode(node,"ExportAllDeclaration");if(this.eat(types._default)){var isAsync;if(this.checkExport(exports,"default",this.lastTokStart),this.type===types._function||(isAsync=this.isAsyncFunction())){var fNode=this.startNode();this.next(),isAsync&&this.next(),node.declaration=this.parseFunction(fNode,4|FUNC_STATEMENT,!1,isAsync)}else if(this.type===types._class){var cNode=this.startNode();node.declaration=this.parseClass(cNode,"nullableID")}else node.declaration=this.parseMaybeAssign(),this.semicolon();return this.finishNode(node,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())node.declaration=this.parseStatement(null),"VariableDeclaration"===node.declaration.type?this.checkVariableExport(exports,node.declaration.declarations):this.checkExport(exports,node.declaration.id.name,node.declaration.id.start),node.specifiers=[],node.source=null;else{if(node.declaration=null,node.specifiers=this.parseExportSpecifiers(exports),this.eatContextual("from"))this.type!==types.string&&this.unexpected(),node.source=this.parseExprAtom();else{for(var i=0,list=node.specifiers;i=6&&node)switch(node.type){case"Identifier":this.inAsync&&"await"===node.name&&this.raise(node.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"RestElement":break;case"ObjectExpression":node.type="ObjectPattern",refDestructuringErrors&&this.checkPatternErrors(refDestructuringErrors,!0);for(var i=0,list=node.properties;i=8&&!containsEsc&&"async"===id.name&&!this.canInsertSemicolon()&&this.eat(types._function))return this.parseFunction(this.startNodeAt(startPos,startLoc),0,!1,!0);if(canBeArrow&&!this.canInsertSemicolon()){if(this.eat(types.arrow))return this.parseArrowExpression(this.startNodeAt(startPos,startLoc),[id],!1);if(this.options.ecmaVersion>=8&&"async"===id.name&&this.type===types.name&&!containsEsc)return id=this.parseIdent(!1),!this.canInsertSemicolon()&&this.eat(types.arrow)||this.unexpected(),this.parseArrowExpression(this.startNodeAt(startPos,startLoc),[id],!0)}return id;case types.regexp:var value=this.value;return(node=this.parseLiteral(value.value)).regex={pattern:value.pattern,flags:value.flags},node;case types.num:case types.string:return this.parseLiteral(this.value);case types._null:case types._true:case types._false:return(node=this.startNode()).value=this.type===types._null?null:this.type===types._true,node.raw=this.type.keyword,this.next(),this.finishNode(node,"Literal");case types.parenL:var start=this.start,expr=this.parseParenAndDistinguishExpression(canBeArrow);return refDestructuringErrors&&(refDestructuringErrors.parenthesizedAssign<0&&!this.isSimpleAssignTarget(expr)&&(refDestructuringErrors.parenthesizedAssign=start),refDestructuringErrors.parenthesizedBind<0&&(refDestructuringErrors.parenthesizedBind=start)),expr;case types.bracketL:return node=this.startNode(),this.next(),node.elements=this.parseExprList(types.bracketR,!0,!0,refDestructuringErrors),this.finishNode(node,"ArrayExpression");case types.braceL:return this.parseObj(!1,refDestructuringErrors);case types._function:return node=this.startNode(),this.next(),this.parseFunction(node,0);case types._class:return this.parseClass(this.startNode(),!1);case types._new:return this.parseNew();case types.backQuote:return this.parseTemplate();case types._import:return this.options.ecmaVersion>=11?this.parseExprImport():this.unexpected();default:this.unexpected()}},pp$3.parseExprImport=function(){var node=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import");var meta=this.parseIdent(!0);switch(this.type){case types.parenL:return this.parseDynamicImport(node);case types.dot:return node.meta=meta,this.parseImportMeta(node);default:this.unexpected()}},pp$3.parseDynamicImport=function(node){if(this.next(),node.source=this.parseMaybeAssign(),!this.eat(types.parenR)){var errorPos=this.start;this.eat(types.comma)&&this.eat(types.parenR)?this.raiseRecoverable(errorPos,"Trailing comma is not allowed in import()"):this.unexpected(errorPos)}return this.finishNode(node,"ImportExpression")},pp$3.parseImportMeta=function(node){this.next();var containsEsc=this.containsEsc;return node.property=this.parseIdent(!0),"meta"!==node.property.name&&this.raiseRecoverable(node.property.start,"The only valid meta property for import is 'import.meta'"),containsEsc&&this.raiseRecoverable(node.start,"'import.meta' must not contain escaped characters"),"module"!==this.options.sourceType&&this.raiseRecoverable(node.start,"Cannot use 'import.meta' outside a module"),this.finishNode(node,"MetaProperty")},pp$3.parseLiteral=function(value){var node=this.startNode();return node.value=value,node.raw=this.input.slice(this.start,this.end),110===node.raw.charCodeAt(node.raw.length-1)&&(node.bigint=node.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(node,"Literal")},pp$3.parseParenExpression=function(){this.expect(types.parenL);var val=this.parseExpression();return this.expect(types.parenR),val},pp$3.parseParenAndDistinguishExpression=function(canBeArrow){var val,startPos=this.start,startLoc=this.startLoc,allowTrailingComma=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var spreadStart,innerStartPos=this.start,innerStartLoc=this.startLoc,exprList=[],first=!0,lastIsComma=!1,refDestructuringErrors=new DestructuringErrors,oldYieldPos=this.yieldPos,oldAwaitPos=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==types.parenR;){if(first?first=!1:this.expect(types.comma),allowTrailingComma&&this.afterTrailingComma(types.parenR,!0)){lastIsComma=!0;break}if(this.type===types.ellipsis){spreadStart=this.start,exprList.push(this.parseParenItem(this.parseRestBinding())),this.type===types.comma&&this.raise(this.start,"Comma is not permitted after the rest element");break}exprList.push(this.parseMaybeAssign(!1,refDestructuringErrors,this.parseParenItem))}var innerEndPos=this.start,innerEndLoc=this.startLoc;if(this.expect(types.parenR),canBeArrow&&!this.canInsertSemicolon()&&this.eat(types.arrow))return this.checkPatternErrors(refDestructuringErrors,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=oldYieldPos,this.awaitPos=oldAwaitPos,this.parseParenArrowList(startPos,startLoc,exprList);exprList.length&&!lastIsComma||this.unexpected(this.lastTokStart),spreadStart&&this.unexpected(spreadStart),this.checkExpressionErrors(refDestructuringErrors,!0),this.yieldPos=oldYieldPos||this.yieldPos,this.awaitPos=oldAwaitPos||this.awaitPos,exprList.length>1?((val=this.startNodeAt(innerStartPos,innerStartLoc)).expressions=exprList,this.finishNodeAt(val,"SequenceExpression",innerEndPos,innerEndLoc)):val=exprList[0]}else val=this.parseParenExpression();if(this.options.preserveParens){var par=this.startNodeAt(startPos,startLoc);return par.expression=val,this.finishNode(par,"ParenthesizedExpression")}return val},pp$3.parseParenItem=function(item){return item},pp$3.parseParenArrowList=function(startPos,startLoc,exprList){return this.parseArrowExpression(this.startNodeAt(startPos,startLoc),exprList)};var empty$1=[];pp$3.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var node=this.startNode(),meta=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(types.dot)){node.meta=meta;var containsEsc=this.containsEsc;return node.property=this.parseIdent(!0),"target"!==node.property.name&&this.raiseRecoverable(node.property.start,"The only valid meta property for new is 'new.target'"),containsEsc&&this.raiseRecoverable(node.start,"'new.target' must not contain escaped characters"),this.inNonArrowFunction()||this.raiseRecoverable(node.start,"'new.target' can only be used in functions"),this.finishNode(node,"MetaProperty")}var startPos=this.start,startLoc=this.startLoc,isImport=this.type===types._import;return node.callee=this.parseSubscripts(this.parseExprAtom(),startPos,startLoc,!0),isImport&&"ImportExpression"===node.callee.type&&this.raise(startPos,"Cannot use new with import()"),this.eat(types.parenL)?node.arguments=this.parseExprList(types.parenR,this.options.ecmaVersion>=8,!1):node.arguments=empty$1,this.finishNode(node,"NewExpression")},pp$3.parseTemplateElement=function(ref){var isTagged=ref.isTagged,elem=this.startNode();return this.type===types.invalidTemplate?(isTagged||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),elem.value={raw:this.value,cooked:null}):elem.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,"\n"),cooked:this.value},this.next(),elem.tail=this.type===types.backQuote,this.finishNode(elem,"TemplateElement")},pp$3.parseTemplate=function(ref){void 0===ref&&(ref={});var isTagged=ref.isTagged;void 0===isTagged&&(isTagged=!1);var node=this.startNode();this.next(),node.expressions=[];var curElt=this.parseTemplateElement({isTagged});for(node.quasis=[curElt];!curElt.tail;)this.type===types.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(types.dollarBraceL),node.expressions.push(this.parseExpression()),this.expect(types.braceR),node.quasis.push(curElt=this.parseTemplateElement({isTagged}));return this.next(),this.finishNode(node,"TemplateLiteral")},pp$3.isAsyncProp=function(prop){return!prop.computed&&"Identifier"===prop.key.type&&"async"===prop.key.name&&(this.type===types.name||this.type===types.num||this.type===types.string||this.type===types.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===types.star)&&!lineBreak.test(this.input.slice(this.lastTokEnd,this.start))},pp$3.parseObj=function(isPattern,refDestructuringErrors){var node=this.startNode(),first=!0,propHash={};for(node.properties=[],this.next();!this.eat(types.braceR);){if(first)first=!1;else if(this.expect(types.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(types.braceR))break;var prop=this.parseProperty(isPattern,refDestructuringErrors);isPattern||this.checkPropClash(prop,propHash,refDestructuringErrors),node.properties.push(prop)}return this.finishNode(node,isPattern?"ObjectPattern":"ObjectExpression")},pp$3.parseProperty=function(isPattern,refDestructuringErrors){var isGenerator,isAsync,startPos,startLoc,prop=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(types.ellipsis))return isPattern?(prop.argument=this.parseIdent(!1),this.type===types.comma&&this.raise(this.start,"Comma is not permitted after the rest element"),this.finishNode(prop,"RestElement")):(this.type===types.parenL&&refDestructuringErrors&&(refDestructuringErrors.parenthesizedAssign<0&&(refDestructuringErrors.parenthesizedAssign=this.start),refDestructuringErrors.parenthesizedBind<0&&(refDestructuringErrors.parenthesizedBind=this.start)),prop.argument=this.parseMaybeAssign(!1,refDestructuringErrors),this.type===types.comma&&refDestructuringErrors&&refDestructuringErrors.trailingComma<0&&(refDestructuringErrors.trailingComma=this.start),this.finishNode(prop,"SpreadElement"));this.options.ecmaVersion>=6&&(prop.method=!1,prop.shorthand=!1,(isPattern||refDestructuringErrors)&&(startPos=this.start,startLoc=this.startLoc),isPattern||(isGenerator=this.eat(types.star)));var containsEsc=this.containsEsc;return this.parsePropertyName(prop),!isPattern&&!containsEsc&&this.options.ecmaVersion>=8&&!isGenerator&&this.isAsyncProp(prop)?(isAsync=!0,isGenerator=this.options.ecmaVersion>=9&&this.eat(types.star),this.parsePropertyName(prop,refDestructuringErrors)):isAsync=!1,this.parsePropertyValue(prop,isPattern,isGenerator,isAsync,startPos,startLoc,refDestructuringErrors,containsEsc),this.finishNode(prop,"Property")},pp$3.parsePropertyValue=function(prop,isPattern,isGenerator,isAsync,startPos,startLoc,refDestructuringErrors,containsEsc){if((isGenerator||isAsync)&&this.type===types.colon&&this.unexpected(),this.eat(types.colon))prop.value=isPattern?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,refDestructuringErrors),prop.kind="init";else if(this.options.ecmaVersion>=6&&this.type===types.parenL)isPattern&&this.unexpected(),prop.kind="init",prop.method=!0,prop.value=this.parseMethod(isGenerator,isAsync);else if(isPattern||containsEsc||!(this.options.ecmaVersion>=5)||prop.computed||"Identifier"!==prop.key.type||"get"!==prop.key.name&&"set"!==prop.key.name||this.type===types.comma||this.type===types.braceR||this.type===types.eq)this.options.ecmaVersion>=6&&!prop.computed&&"Identifier"===prop.key.type?((isGenerator||isAsync)&&this.unexpected(),this.checkUnreserved(prop.key),"await"!==prop.key.name||this.awaitIdentPos||(this.awaitIdentPos=startPos),prop.kind="init",isPattern?prop.value=this.parseMaybeDefault(startPos,startLoc,prop.key):this.type===types.eq&&refDestructuringErrors?(refDestructuringErrors.shorthandAssign<0&&(refDestructuringErrors.shorthandAssign=this.start),prop.value=this.parseMaybeDefault(startPos,startLoc,prop.key)):prop.value=prop.key,prop.shorthand=!0):this.unexpected();else{(isGenerator||isAsync)&&this.unexpected(),prop.kind=prop.key.name,this.parsePropertyName(prop),prop.value=this.parseMethod(!1);var paramCount="get"===prop.kind?0:1;if(prop.value.params.length!==paramCount){var start=prop.value.start;"get"===prop.kind?this.raiseRecoverable(start,"getter should have no params"):this.raiseRecoverable(start,"setter should have exactly one param")}else"set"===prop.kind&&"RestElement"===prop.value.params[0].type&&this.raiseRecoverable(prop.value.params[0].start,"Setter cannot use rest params")}},pp$3.parsePropertyName=function(prop){if(this.options.ecmaVersion>=6){if(this.eat(types.bracketL))return prop.computed=!0,prop.key=this.parseMaybeAssign(),this.expect(types.bracketR),prop.key;prop.computed=!1}return prop.key=this.type===types.num||this.type===types.string?this.parseExprAtom():this.parseIdent("never"!==this.options.allowReserved)},pp$3.initFunction=function(node){node.id=null,this.options.ecmaVersion>=6&&(node.generator=node.expression=!1),this.options.ecmaVersion>=8&&(node.async=!1)},pp$3.parseMethod=function(isGenerator,isAsync,allowDirectSuper){var node=this.startNode(),oldYieldPos=this.yieldPos,oldAwaitPos=this.awaitPos,oldAwaitIdentPos=this.awaitIdentPos;return this.initFunction(node),this.options.ecmaVersion>=6&&(node.generator=isGenerator),this.options.ecmaVersion>=8&&(node.async=!!isAsync),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(64|functionFlags(isAsync,node.generator)|(allowDirectSuper?128:0)),this.expect(types.parenL),node.params=this.parseBindingList(types.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(node,!1,!0),this.yieldPos=oldYieldPos,this.awaitPos=oldAwaitPos,this.awaitIdentPos=oldAwaitIdentPos,this.finishNode(node,"FunctionExpression")},pp$3.parseArrowExpression=function(node,params,isAsync){var oldYieldPos=this.yieldPos,oldAwaitPos=this.awaitPos,oldAwaitIdentPos=this.awaitIdentPos;return this.enterScope(16|functionFlags(isAsync,!1)),this.initFunction(node),this.options.ecmaVersion>=8&&(node.async=!!isAsync),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,node.params=this.toAssignableList(params,!0),this.parseFunctionBody(node,!0,!1),this.yieldPos=oldYieldPos,this.awaitPos=oldAwaitPos,this.awaitIdentPos=oldAwaitIdentPos,this.finishNode(node,"ArrowFunctionExpression")},pp$3.parseFunctionBody=function(node,isArrowFunction,isMethod){var isExpression=isArrowFunction&&this.type!==types.braceL,oldStrict=this.strict,useStrict=!1;if(isExpression)node.body=this.parseMaybeAssign(),node.expression=!0,this.checkParams(node,!1);else{var nonSimple=this.options.ecmaVersion>=7&&!this.isSimpleParamList(node.params);oldStrict&&!nonSimple||(useStrict=this.strictDirective(this.end))&&nonSimple&&this.raiseRecoverable(node.start,"Illegal 'use strict' directive in function with non-simple parameter list");var oldLabels=this.labels;this.labels=[],useStrict&&(this.strict=!0),this.checkParams(node,!oldStrict&&!useStrict&&!isArrowFunction&&!isMethod&&this.isSimpleParamList(node.params)),this.strict&&node.id&&this.checkLVal(node.id,5),node.body=this.parseBlock(!1,void 0,useStrict&&!oldStrict),node.expression=!1,this.adaptDirectivePrologue(node.body.body),this.labels=oldLabels}this.exitScope()},pp$3.isSimpleParamList=function(params){for(var i=0,list=params;i-1||scope.functions.indexOf(name)>-1||scope.var.indexOf(name)>-1,scope.lexical.push(name),this.inModule&&1&scope.flags&&delete this.undefinedExports[name]}else if(4===bindingType){this.currentScope().lexical.push(name)}else if(3===bindingType){var scope$2=this.currentScope();redeclared=this.treatFunctionsAsVar?scope$2.lexical.indexOf(name)>-1:scope$2.lexical.indexOf(name)>-1||scope$2.var.indexOf(name)>-1,scope$2.functions.push(name)}else for(var i=this.scopeStack.length-1;i>=0;--i){var scope$3=this.scopeStack[i];if(scope$3.lexical.indexOf(name)>-1&&!(32&scope$3.flags&&scope$3.lexical[0]===name)||!this.treatFunctionsAsVarInScope(scope$3)&&scope$3.functions.indexOf(name)>-1){redeclared=!0;break}if(scope$3.var.push(name),this.inModule&&1&scope$3.flags&&delete this.undefinedExports[name],3&scope$3.flags)break}redeclared&&this.raiseRecoverable(pos,"Identifier '"+name+"' has already been declared")},pp$5.checkLocalExport=function(id){-1===this.scopeStack[0].lexical.indexOf(id.name)&&-1===this.scopeStack[0].var.indexOf(id.name)&&(this.undefinedExports[id.name]=id)},pp$5.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},pp$5.currentVarScope=function(){for(var i=this.scopeStack.length-1;;i--){var scope=this.scopeStack[i];if(3&scope.flags)return scope}},pp$5.currentThisScope=function(){for(var i=this.scopeStack.length-1;;i--){var scope=this.scopeStack[i];if(3&scope.flags&&!(16&scope.flags))return scope}};var Node=function Node(parser,pos,loc){this.type="",this.start=pos,this.end=0,parser.options.locations&&(this.loc=new SourceLocation(parser,loc)),parser.options.directSourceFile&&(this.sourceFile=parser.options.directSourceFile),parser.options.ranges&&(this.range=[pos,0])},pp$6=Parser.prototype;function finishNodeAt(node,type,pos,loc){return node.type=type,node.end=pos,this.options.locations&&(node.loc.end=loc),this.options.ranges&&(node.range[1]=pos),node}pp$6.startNode=function(){return new Node(this,this.start,this.startLoc)},pp$6.startNodeAt=function(pos,loc){return new Node(this,pos,loc)},pp$6.finishNode=function(node,type){return finishNodeAt.call(this,node,type,this.lastTokEnd,this.lastTokEndLoc)},pp$6.finishNodeAt=function(node,type,pos,loc){return finishNodeAt.call(this,node,type,pos,loc)};var TokContext=function TokContext(token,isExpr,preserveSpace,override,generator){this.token=token,this.isExpr=!!isExpr,this.preserveSpace=!!preserveSpace,this.override=override,this.generator=!!generator},types$1={b_stat:new TokContext("{",!1),b_expr:new TokContext("{",!0),b_tmpl:new TokContext("${",!1),p_stat:new TokContext("(",!1),p_expr:new TokContext("(",!0),q_tmpl:new TokContext("`",!0,!0,(function(p){return p.tryReadTemplateToken()})),f_stat:new TokContext("function",!1),f_expr:new TokContext("function",!0),f_expr_gen:new TokContext("function",!0,!1,null,!0),f_gen:new TokContext("function",!1,!1,null,!0)},pp$7=Parser.prototype;pp$7.initialContext=function(){return[types$1.b_stat]},pp$7.braceIsBlock=function(prevType){var parent=this.curContext();return parent===types$1.f_expr||parent===types$1.f_stat||(prevType!==types.colon||parent!==types$1.b_stat&&parent!==types$1.b_expr?prevType===types._return||prevType===types.name&&this.exprAllowed?lineBreak.test(this.input.slice(this.lastTokEnd,this.start)):prevType===types._else||prevType===types.semi||prevType===types.eof||prevType===types.parenR||prevType===types.arrow||(prevType===types.braceL?parent===types$1.b_stat:prevType!==types._var&&prevType!==types._const&&prevType!==types.name&&!this.exprAllowed):!parent.isExpr)},pp$7.inGeneratorContext=function(){for(var i=this.context.length-1;i>=1;i--){var context=this.context[i];if("function"===context.token)return context.generator}return!1},pp$7.updateContext=function(prevType){var update,type=this.type;type.keyword&&prevType===types.dot?this.exprAllowed=!1:(update=type.updateContext)?update.call(this,prevType):this.exprAllowed=type.beforeExpr},types.parenR.updateContext=types.braceR.updateContext=function(){if(1!==this.context.length){var out=this.context.pop();out===types$1.b_stat&&"function"===this.curContext().token&&(out=this.context.pop()),this.exprAllowed=!out.isExpr}else this.exprAllowed=!0},types.braceL.updateContext=function(prevType){this.context.push(this.braceIsBlock(prevType)?types$1.b_stat:types$1.b_expr),this.exprAllowed=!0},types.dollarBraceL.updateContext=function(){this.context.push(types$1.b_tmpl),this.exprAllowed=!0},types.parenL.updateContext=function(prevType){var statementParens=prevType===types._if||prevType===types._for||prevType===types._with||prevType===types._while;this.context.push(statementParens?types$1.p_stat:types$1.p_expr),this.exprAllowed=!0},types.incDec.updateContext=function(){},types._function.updateContext=types._class.updateContext=function(prevType){!prevType.beforeExpr||prevType===types.semi||prevType===types._else||prevType===types._return&&lineBreak.test(this.input.slice(this.lastTokEnd,this.start))||(prevType===types.colon||prevType===types.braceL)&&this.curContext()===types$1.b_stat?this.context.push(types$1.f_stat):this.context.push(types$1.f_expr),this.exprAllowed=!1},types.backQuote.updateContext=function(){this.curContext()===types$1.q_tmpl?this.context.pop():this.context.push(types$1.q_tmpl),this.exprAllowed=!1},types.star.updateContext=function(prevType){if(prevType===types._function){var index=this.context.length-1;this.context[index]===types$1.f_expr?this.context[index]=types$1.f_expr_gen:this.context[index]=types$1.f_gen}this.exprAllowed=!0},types.name.updateContext=function(prevType){var allowed=!1;this.options.ecmaVersion>=6&&prevType!==types.dot&&("of"===this.value&&!this.exprAllowed||"yield"===this.value&&this.inGeneratorContext())&&(allowed=!0),this.exprAllowed=allowed};var ecma9BinaryProperties="ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS",ecma10BinaryProperties=ecma9BinaryProperties+" Extended_Pictographic",unicodeBinaryProperties={9:ecma9BinaryProperties,10:ecma10BinaryProperties,11:ecma10BinaryProperties},unicodeGeneralCategoryValues="Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu",ecma9ScriptValues="Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb",ecma10ScriptValues=ecma9ScriptValues+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",unicodeScriptValues={9:ecma9ScriptValues,10:ecma10ScriptValues,11:ecma10ScriptValues+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho"},data={};function buildUnicodeData(ecmaVersion){var d=data[ecmaVersion]={binary:wordsRegexp(unicodeBinaryProperties[ecmaVersion]+" "+unicodeGeneralCategoryValues),nonBinary:{General_Category:wordsRegexp(unicodeGeneralCategoryValues),Script:wordsRegexp(unicodeScriptValues[ecmaVersion])}};d.nonBinary.Script_Extensions=d.nonBinary.Script,d.nonBinary.gc=d.nonBinary.General_Category,d.nonBinary.sc=d.nonBinary.Script,d.nonBinary.scx=d.nonBinary.Script_Extensions}buildUnicodeData(9),buildUnicodeData(10),buildUnicodeData(11);var pp$8=Parser.prototype,RegExpValidationState=function RegExpValidationState(parser){this.parser=parser,this.validFlags="gim"+(parser.options.ecmaVersion>=6?"uy":"")+(parser.options.ecmaVersion>=9?"s":""),this.unicodeProperties=data[parser.options.ecmaVersion>=11?11:parser.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};function codePointToString(ch){return ch<=65535?String.fromCharCode(ch):(ch-=65536,String.fromCharCode(55296+(ch>>10),56320+(1023&ch)))}function isSyntaxCharacter(ch){return 36===ch||ch>=40&&ch<=43||46===ch||63===ch||ch>=91&&ch<=94||ch>=123&&ch<=125}function isControlLetter(ch){return ch>=65&&ch<=90||ch>=97&&ch<=122}function isUnicodePropertyNameCharacter(ch){return isControlLetter(ch)||95===ch}function isUnicodePropertyValueCharacter(ch){return isUnicodePropertyNameCharacter(ch)||isDecimalDigit(ch)}function isDecimalDigit(ch){return ch>=48&&ch<=57}function isHexDigit(ch){return ch>=48&&ch<=57||ch>=65&&ch<=70||ch>=97&&ch<=102}function hexToInt(ch){return ch>=65&&ch<=70?ch-65+10:ch>=97&&ch<=102?ch-97+10:ch-48}function isOctalDigit(ch){return ch>=48&&ch<=55}RegExpValidationState.prototype.reset=function reset(start,pattern,flags){var unicode=-1!==flags.indexOf("u");this.start=0|start,this.source=pattern+"",this.flags=flags,this.switchU=unicode&&this.parser.options.ecmaVersion>=6,this.switchN=unicode&&this.parser.options.ecmaVersion>=9},RegExpValidationState.prototype.raise=function raise(message){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+message)},RegExpValidationState.prototype.at=function at(i,forceU){void 0===forceU&&(forceU=!1);var s=this.source,l=s.length;if(i>=l)return-1;var c=s.charCodeAt(i);if(!forceU&&!this.switchU||c<=55295||c>=57344||i+1>=l)return c;var next=s.charCodeAt(i+1);return next>=56320&&next<=57343?(c<<10)+next-56613888:c},RegExpValidationState.prototype.nextIndex=function nextIndex(i,forceU){void 0===forceU&&(forceU=!1);var s=this.source,l=s.length;if(i>=l)return l;var next,c=s.charCodeAt(i);return!forceU&&!this.switchU||c<=55295||c>=57344||i+1>=l||(next=s.charCodeAt(i+1))<56320||next>57343?i+1:i+2},RegExpValidationState.prototype.current=function current(forceU){return void 0===forceU&&(forceU=!1),this.at(this.pos,forceU)},RegExpValidationState.prototype.lookahead=function lookahead(forceU){return void 0===forceU&&(forceU=!1),this.at(this.nextIndex(this.pos,forceU),forceU)},RegExpValidationState.prototype.advance=function advance(forceU){void 0===forceU&&(forceU=!1),this.pos=this.nextIndex(this.pos,forceU)},RegExpValidationState.prototype.eat=function eat(ch,forceU){return void 0===forceU&&(forceU=!1),this.current(forceU)===ch&&(this.advance(forceU),!0)},pp$8.validateRegExpFlags=function(state){for(var validFlags=state.validFlags,flags=state.flags,i=0;i-1&&this.raise(state.start,"Duplicate regular expression flag")}},pp$8.validateRegExpPattern=function(state){this.regexp_pattern(state),!state.switchN&&this.options.ecmaVersion>=9&&state.groupNames.length>0&&(state.switchN=!0,this.regexp_pattern(state))},pp$8.regexp_pattern=function(state){state.pos=0,state.lastIntValue=0,state.lastStringValue="",state.lastAssertionIsQuantifiable=!1,state.numCapturingParens=0,state.maxBackReference=0,state.groupNames.length=0,state.backReferenceNames.length=0,this.regexp_disjunction(state),state.pos!==state.source.length&&(state.eat(41)&&state.raise("Unmatched ')'"),(state.eat(93)||state.eat(125))&&state.raise("Lone quantifier brackets")),state.maxBackReference>state.numCapturingParens&&state.raise("Invalid escape");for(var i=0,list=state.backReferenceNames;i=9&&(lookbehind=state.eat(60)),state.eat(61)||state.eat(33))return this.regexp_disjunction(state),state.eat(41)||state.raise("Unterminated group"),state.lastAssertionIsQuantifiable=!lookbehind,!0}return state.pos=start,!1},pp$8.regexp_eatQuantifier=function(state,noError){return void 0===noError&&(noError=!1),!!this.regexp_eatQuantifierPrefix(state,noError)&&(state.eat(63),!0)},pp$8.regexp_eatQuantifierPrefix=function(state,noError){return state.eat(42)||state.eat(43)||state.eat(63)||this.regexp_eatBracedQuantifier(state,noError)},pp$8.regexp_eatBracedQuantifier=function(state,noError){var start=state.pos;if(state.eat(123)){var min=0,max=-1;if(this.regexp_eatDecimalDigits(state)&&(min=state.lastIntValue,state.eat(44)&&this.regexp_eatDecimalDigits(state)&&(max=state.lastIntValue),state.eat(125)))return-1!==max&&max=9?this.regexp_groupSpecifier(state):63===state.current()&&state.raise("Invalid group"),this.regexp_disjunction(state),state.eat(41))return state.numCapturingParens+=1,!0;state.raise("Unterminated group")}return!1},pp$8.regexp_eatExtendedAtom=function(state){return state.eat(46)||this.regexp_eatReverseSolidusAtomEscape(state)||this.regexp_eatCharacterClass(state)||this.regexp_eatUncapturingGroup(state)||this.regexp_eatCapturingGroup(state)||this.regexp_eatInvalidBracedQuantifier(state)||this.regexp_eatExtendedPatternCharacter(state)},pp$8.regexp_eatInvalidBracedQuantifier=function(state){return this.regexp_eatBracedQuantifier(state,!0)&&state.raise("Nothing to repeat"),!1},pp$8.regexp_eatSyntaxCharacter=function(state){var ch=state.current();return!!isSyntaxCharacter(ch)&&(state.lastIntValue=ch,state.advance(),!0)},pp$8.regexp_eatPatternCharacters=function(state){for(var start=state.pos,ch=0;-1!==(ch=state.current())&&!isSyntaxCharacter(ch);)state.advance();return state.pos!==start},pp$8.regexp_eatExtendedPatternCharacter=function(state){var ch=state.current();return!(-1===ch||36===ch||ch>=40&&ch<=43||46===ch||63===ch||91===ch||94===ch||124===ch)&&(state.advance(),!0)},pp$8.regexp_groupSpecifier=function(state){if(state.eat(63)){if(this.regexp_eatGroupName(state))return-1!==state.groupNames.indexOf(state.lastStringValue)&&state.raise("Duplicate capture group name"),void state.groupNames.push(state.lastStringValue);state.raise("Invalid group")}},pp$8.regexp_eatGroupName=function(state){if(state.lastStringValue="",state.eat(60)){if(this.regexp_eatRegExpIdentifierName(state)&&state.eat(62))return!0;state.raise("Invalid capture group name")}return!1},pp$8.regexp_eatRegExpIdentifierName=function(state){if(state.lastStringValue="",this.regexp_eatRegExpIdentifierStart(state)){for(state.lastStringValue+=codePointToString(state.lastIntValue);this.regexp_eatRegExpIdentifierPart(state);)state.lastStringValue+=codePointToString(state.lastIntValue);return!0}return!1},pp$8.regexp_eatRegExpIdentifierStart=function(state){var start=state.pos,forceU=this.options.ecmaVersion>=11,ch=state.current(forceU);return state.advance(forceU),92===ch&&this.regexp_eatRegExpUnicodeEscapeSequence(state,forceU)&&(ch=state.lastIntValue),function isRegExpIdentifierStart(ch){return isIdentifierStart(ch,!0)||36===ch||95===ch}(ch)?(state.lastIntValue=ch,!0):(state.pos=start,!1)},pp$8.regexp_eatRegExpIdentifierPart=function(state){var start=state.pos,forceU=this.options.ecmaVersion>=11,ch=state.current(forceU);return state.advance(forceU),92===ch&&this.regexp_eatRegExpUnicodeEscapeSequence(state,forceU)&&(ch=state.lastIntValue),function isRegExpIdentifierPart(ch){return isIdentifierChar(ch,!0)||36===ch||95===ch||8204===ch||8205===ch}(ch)?(state.lastIntValue=ch,!0):(state.pos=start,!1)},pp$8.regexp_eatAtomEscape=function(state){return!!(this.regexp_eatBackReference(state)||this.regexp_eatCharacterClassEscape(state)||this.regexp_eatCharacterEscape(state)||state.switchN&&this.regexp_eatKGroupName(state))||(state.switchU&&(99===state.current()&&state.raise("Invalid unicode escape"),state.raise("Invalid escape")),!1)},pp$8.regexp_eatBackReference=function(state){var start=state.pos;if(this.regexp_eatDecimalEscape(state)){var n=state.lastIntValue;if(state.switchU)return n>state.maxBackReference&&(state.maxBackReference=n),!0;if(n<=state.numCapturingParens)return!0;state.pos=start}return!1},pp$8.regexp_eatKGroupName=function(state){if(state.eat(107)){if(this.regexp_eatGroupName(state))return state.backReferenceNames.push(state.lastStringValue),!0;state.raise("Invalid named reference")}return!1},pp$8.regexp_eatCharacterEscape=function(state){return this.regexp_eatControlEscape(state)||this.regexp_eatCControlLetter(state)||this.regexp_eatZero(state)||this.regexp_eatHexEscapeSequence(state)||this.regexp_eatRegExpUnicodeEscapeSequence(state,!1)||!state.switchU&&this.regexp_eatLegacyOctalEscapeSequence(state)||this.regexp_eatIdentityEscape(state)},pp$8.regexp_eatCControlLetter=function(state){var start=state.pos;if(state.eat(99)){if(this.regexp_eatControlLetter(state))return!0;state.pos=start}return!1},pp$8.regexp_eatZero=function(state){return 48===state.current()&&!isDecimalDigit(state.lookahead())&&(state.lastIntValue=0,state.advance(),!0)},pp$8.regexp_eatControlEscape=function(state){var ch=state.current();return 116===ch?(state.lastIntValue=9,state.advance(),!0):110===ch?(state.lastIntValue=10,state.advance(),!0):118===ch?(state.lastIntValue=11,state.advance(),!0):102===ch?(state.lastIntValue=12,state.advance(),!0):114===ch&&(state.lastIntValue=13,state.advance(),!0)},pp$8.regexp_eatControlLetter=function(state){var ch=state.current();return!!isControlLetter(ch)&&(state.lastIntValue=ch%32,state.advance(),!0)},pp$8.regexp_eatRegExpUnicodeEscapeSequence=function(state,forceU){void 0===forceU&&(forceU=!1);var start=state.pos,switchU=forceU||state.switchU;if(state.eat(117)){if(this.regexp_eatFixedHexDigits(state,4)){var lead=state.lastIntValue;if(switchU&&lead>=55296&&lead<=56319){var leadSurrogateEnd=state.pos;if(state.eat(92)&&state.eat(117)&&this.regexp_eatFixedHexDigits(state,4)){var trail=state.lastIntValue;if(trail>=56320&&trail<=57343)return state.lastIntValue=1024*(lead-55296)+(trail-56320)+65536,!0}state.pos=leadSurrogateEnd,state.lastIntValue=lead}return!0}if(switchU&&state.eat(123)&&this.regexp_eatHexDigits(state)&&state.eat(125)&&function isValidUnicode(ch){return ch>=0&&ch<=1114111}(state.lastIntValue))return!0;switchU&&state.raise("Invalid unicode escape"),state.pos=start}return!1},pp$8.regexp_eatIdentityEscape=function(state){if(state.switchU)return!!this.regexp_eatSyntaxCharacter(state)||!!state.eat(47)&&(state.lastIntValue=47,!0);var ch=state.current();return!(99===ch||state.switchN&&107===ch)&&(state.lastIntValue=ch,state.advance(),!0)},pp$8.regexp_eatDecimalEscape=function(state){state.lastIntValue=0;var ch=state.current();if(ch>=49&&ch<=57){do{state.lastIntValue=10*state.lastIntValue+(ch-48),state.advance()}while((ch=state.current())>=48&&ch<=57);return!0}return!1},pp$8.regexp_eatCharacterClassEscape=function(state){var ch=state.current();if(function isCharacterClassEscape(ch){return 100===ch||68===ch||115===ch||83===ch||119===ch||87===ch}(ch))return state.lastIntValue=-1,state.advance(),!0;if(state.switchU&&this.options.ecmaVersion>=9&&(80===ch||112===ch)){if(state.lastIntValue=-1,state.advance(),state.eat(123)&&this.regexp_eatUnicodePropertyValueExpression(state)&&state.eat(125))return!0;state.raise("Invalid property name")}return!1},pp$8.regexp_eatUnicodePropertyValueExpression=function(state){var start=state.pos;if(this.regexp_eatUnicodePropertyName(state)&&state.eat(61)){var name=state.lastStringValue;if(this.regexp_eatUnicodePropertyValue(state)){var value=state.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(state,name,value),!0}}if(state.pos=start,this.regexp_eatLoneUnicodePropertyNameOrValue(state)){var nameOrValue=state.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(state,nameOrValue),!0}return!1},pp$8.regexp_validateUnicodePropertyNameAndValue=function(state,name,value){has(state.unicodeProperties.nonBinary,name)||state.raise("Invalid property name"),state.unicodeProperties.nonBinary[name].test(value)||state.raise("Invalid property value")},pp$8.regexp_validateUnicodePropertyNameOrValue=function(state,nameOrValue){state.unicodeProperties.binary.test(nameOrValue)||state.raise("Invalid property name")},pp$8.regexp_eatUnicodePropertyName=function(state){var ch=0;for(state.lastStringValue="";isUnicodePropertyNameCharacter(ch=state.current());)state.lastStringValue+=codePointToString(ch),state.advance();return""!==state.lastStringValue},pp$8.regexp_eatUnicodePropertyValue=function(state){var ch=0;for(state.lastStringValue="";isUnicodePropertyValueCharacter(ch=state.current());)state.lastStringValue+=codePointToString(ch),state.advance();return""!==state.lastStringValue},pp$8.regexp_eatLoneUnicodePropertyNameOrValue=function(state){return this.regexp_eatUnicodePropertyValue(state)},pp$8.regexp_eatCharacterClass=function(state){if(state.eat(91)){if(state.eat(94),this.regexp_classRanges(state),state.eat(93))return!0;state.raise("Unterminated character class")}return!1},pp$8.regexp_classRanges=function(state){for(;this.regexp_eatClassAtom(state);){var left=state.lastIntValue;if(state.eat(45)&&this.regexp_eatClassAtom(state)){var right=state.lastIntValue;!state.switchU||-1!==left&&-1!==right||state.raise("Invalid character class"),-1!==left&&-1!==right&&left>right&&state.raise("Range out of order in character class")}}},pp$8.regexp_eatClassAtom=function(state){var start=state.pos;if(state.eat(92)){if(this.regexp_eatClassEscape(state))return!0;if(state.switchU){var ch$1=state.current();(99===ch$1||isOctalDigit(ch$1))&&state.raise("Invalid class escape"),state.raise("Invalid escape")}state.pos=start}var ch=state.current();return 93!==ch&&(state.lastIntValue=ch,state.advance(),!0)},pp$8.regexp_eatClassEscape=function(state){var start=state.pos;if(state.eat(98))return state.lastIntValue=8,!0;if(state.switchU&&state.eat(45))return state.lastIntValue=45,!0;if(!state.switchU&&state.eat(99)){if(this.regexp_eatClassControlLetter(state))return!0;state.pos=start}return this.regexp_eatCharacterClassEscape(state)||this.regexp_eatCharacterEscape(state)},pp$8.regexp_eatClassControlLetter=function(state){var ch=state.current();return!(!isDecimalDigit(ch)&&95!==ch)&&(state.lastIntValue=ch%32,state.advance(),!0)},pp$8.regexp_eatHexEscapeSequence=function(state){var start=state.pos;if(state.eat(120)){if(this.regexp_eatFixedHexDigits(state,2))return!0;state.switchU&&state.raise("Invalid escape"),state.pos=start}return!1},pp$8.regexp_eatDecimalDigits=function(state){var start=state.pos,ch=0;for(state.lastIntValue=0;isDecimalDigit(ch=state.current());)state.lastIntValue=10*state.lastIntValue+(ch-48),state.advance();return state.pos!==start},pp$8.regexp_eatHexDigits=function(state){var start=state.pos,ch=0;for(state.lastIntValue=0;isHexDigit(ch=state.current());)state.lastIntValue=16*state.lastIntValue+hexToInt(ch),state.advance();return state.pos!==start},pp$8.regexp_eatLegacyOctalEscapeSequence=function(state){if(this.regexp_eatOctalDigit(state)){var n1=state.lastIntValue;if(this.regexp_eatOctalDigit(state)){var n2=state.lastIntValue;n1<=3&&this.regexp_eatOctalDigit(state)?state.lastIntValue=64*n1+8*n2+state.lastIntValue:state.lastIntValue=8*n1+n2}else state.lastIntValue=n1;return!0}return!1},pp$8.regexp_eatOctalDigit=function(state){var ch=state.current();return isOctalDigit(ch)?(state.lastIntValue=ch-48,state.advance(),!0):(state.lastIntValue=0,!1)},pp$8.regexp_eatFixedHexDigits=function(state,length){var start=state.pos;state.lastIntValue=0;for(var i=0;i>10),56320+(1023&code)))}pp$9.next=function(ignoreEscapeSequenceInKeyword){!ignoreEscapeSequenceInKeyword&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword "+this.type.keyword),this.options.onToken&&this.options.onToken(new Token(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},pp$9.getToken=function(){return this.next(),new Token(this)},"undefined"!=typeof Symbol&&(pp$9[Symbol.iterator]=function(){var this$1=this;return{next:function(){var token=this$1.getToken();return{done:token.type===types.eof,value:token}}}}),pp$9.curContext=function(){return this.context[this.context.length-1]},pp$9.nextToken=function(){var curContext=this.curContext();return curContext&&curContext.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(types.eof):curContext.override?curContext.override(this):void this.readToken(this.fullCharCodeAtPos())},pp$9.readToken=function(code){return isIdentifierStart(code,this.options.ecmaVersion>=6)||92===code?this.readWord():this.getTokenFromCode(code)},pp$9.fullCharCodeAtPos=function(){var code=this.input.charCodeAt(this.pos);return code<=55295||code>=57344?code:(code<<10)+this.input.charCodeAt(this.pos+1)-56613888},pp$9.skipBlockComment=function(){var match,startLoc=this.options.onComment&&this.curPosition(),start=this.pos,end=this.input.indexOf("*/",this.pos+=2);if(-1===end&&this.raise(this.pos-2,"Unterminated comment"),this.pos=end+2,this.options.locations)for(lineBreakG.lastIndex=start;(match=lineBreakG.exec(this.input))&&match.index8&&ch<14||ch>=5760&&nonASCIIwhitespace.test(String.fromCharCode(ch))))break loop;++this.pos}}},pp$9.finishToken=function(type,val){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var prevType=this.type;this.type=type,this.value=val,this.updateContext(prevType)},pp$9.readToken_dot=function(){var next=this.input.charCodeAt(this.pos+1);if(next>=48&&next<=57)return this.readNumber(!0);var next2=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===next&&46===next2?(this.pos+=3,this.finishToken(types.ellipsis)):(++this.pos,this.finishToken(types.dot))},pp$9.readToken_slash=function(){var next=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===next?this.finishOp(types.assign,2):this.finishOp(types.slash,1)},pp$9.readToken_mult_modulo_exp=function(code){var next=this.input.charCodeAt(this.pos+1),size=1,tokentype=42===code?types.star:types.modulo;return this.options.ecmaVersion>=7&&42===code&&42===next&&(++size,tokentype=types.starstar,next=this.input.charCodeAt(this.pos+2)),61===next?this.finishOp(types.assign,size+1):this.finishOp(tokentype,size)},pp$9.readToken_pipe_amp=function(code){var next=this.input.charCodeAt(this.pos+1);if(next===code){if(this.options.ecmaVersion>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(types.assign,3);return this.finishOp(124===code?types.logicalOR:types.logicalAND,2)}return 61===next?this.finishOp(types.assign,2):this.finishOp(124===code?types.bitwiseOR:types.bitwiseAND,1)},pp$9.readToken_caret=function(){return 61===this.input.charCodeAt(this.pos+1)?this.finishOp(types.assign,2):this.finishOp(types.bitwiseXOR,1)},pp$9.readToken_plus_min=function(code){var next=this.input.charCodeAt(this.pos+1);return next===code?45!==next||this.inModule||62!==this.input.charCodeAt(this.pos+2)||0!==this.lastTokEnd&&!lineBreak.test(this.input.slice(this.lastTokEnd,this.pos))?this.finishOp(types.incDec,2):(this.skipLineComment(3),this.skipSpace(),this.nextToken()):61===next?this.finishOp(types.assign,2):this.finishOp(types.plusMin,1)},pp$9.readToken_lt_gt=function(code){var next=this.input.charCodeAt(this.pos+1),size=1;return next===code?(size=62===code&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+size)?this.finishOp(types.assign,size+1):this.finishOp(types.bitShift,size)):33!==next||60!==code||this.inModule||45!==this.input.charCodeAt(this.pos+2)||45!==this.input.charCodeAt(this.pos+3)?(61===next&&(size=2),this.finishOp(types.relational,size)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},pp$9.readToken_eq_excl=function(code){var next=this.input.charCodeAt(this.pos+1);return 61===next?this.finishOp(types.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===code&&62===next&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(types.arrow)):this.finishOp(61===code?types.eq:types.prefix,1)},pp$9.readToken_question=function(){var ecmaVersion=this.options.ecmaVersion;if(ecmaVersion>=11){var next=this.input.charCodeAt(this.pos+1);if(46===next){var next2=this.input.charCodeAt(this.pos+2);if(next2<48||next2>57)return this.finishOp(types.questionDot,2)}if(63===next){if(ecmaVersion>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(types.assign,3);return this.finishOp(types.coalesce,2)}}return this.finishOp(types.question,1)},pp$9.getTokenFromCode=function(code){switch(code){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(types.parenL);case 41:return++this.pos,this.finishToken(types.parenR);case 59:return++this.pos,this.finishToken(types.semi);case 44:return++this.pos,this.finishToken(types.comma);case 91:return++this.pos,this.finishToken(types.bracketL);case 93:return++this.pos,this.finishToken(types.bracketR);case 123:return++this.pos,this.finishToken(types.braceL);case 125:return++this.pos,this.finishToken(types.braceR);case 58:return++this.pos,this.finishToken(types.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(types.backQuote);case 48:var next=this.input.charCodeAt(this.pos+1);if(120===next||88===next)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===next||79===next)return this.readRadixNumber(8);if(98===next||66===next)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(code);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(code);case 124:case 38:return this.readToken_pipe_amp(code);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(code);case 60:case 62:return this.readToken_lt_gt(code);case 61:case 33:return this.readToken_eq_excl(code);case 63:return this.readToken_question();case 126:return this.finishOp(types.prefix,1)}this.raise(this.pos,"Unexpected character '"+codePointToString$1(code)+"'")},pp$9.finishOp=function(type,size){var str=this.input.slice(this.pos,this.pos+size);return this.pos+=size,this.finishToken(type,str)},pp$9.readRegexp=function(){for(var escaped,inClass,start=this.pos;;){this.pos>=this.input.length&&this.raise(start,"Unterminated regular expression");var ch=this.input.charAt(this.pos);if(lineBreak.test(ch)&&this.raise(start,"Unterminated regular expression"),escaped)escaped=!1;else{if("["===ch)inClass=!0;else if("]"===ch&&inClass)inClass=!1;else if("/"===ch&&!inClass)break;escaped="\\"===ch}++this.pos}var pattern=this.input.slice(start,this.pos);++this.pos;var flagsStart=this.pos,flags=this.readWord1();this.containsEsc&&this.unexpected(flagsStart);var state=this.regexpState||(this.regexpState=new RegExpValidationState(this));state.reset(start,pattern,flags),this.validateRegExpFlags(state),this.validateRegExpPattern(state);var value=null;try{value=new RegExp(pattern,flags)}catch(e){}return this.finishToken(types.regexp,{pattern,flags,value})},pp$9.readInt=function(radix,len,maybeLegacyOctalNumericLiteral){for(var allowSeparators=this.options.ecmaVersion>=12&&void 0===len,isLegacyOctalNumericLiteral=maybeLegacyOctalNumericLiteral&&48===this.input.charCodeAt(this.pos),start=this.pos,total=0,lastCode=0,i=0,e=null==len?1/0:len;i=97?code-97+10:code>=65?code-65+10:code>=48&&code<=57?code-48:1/0)>=radix)break;lastCode=code,total=total*radix+val}}return allowSeparators&&95===lastCode&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===start||null!=len&&this.pos-start!==len?null:total},pp$9.readRadixNumber=function(radix){var start=this.pos;this.pos+=2;var val=this.readInt(radix);return null==val&&this.raise(this.start+2,"Expected number in radix "+radix),this.options.ecmaVersion>=11&&110===this.input.charCodeAt(this.pos)?(val=stringToBigInt(this.input.slice(start,this.pos)),++this.pos):isIdentifierStart(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(types.num,val)},pp$9.readNumber=function(startsWithDot){var start=this.pos;startsWithDot||null!==this.readInt(10,void 0,!0)||this.raise(start,"Invalid number");var octal=this.pos-start>=2&&48===this.input.charCodeAt(start);octal&&this.strict&&this.raise(start,"Invalid number");var next=this.input.charCodeAt(this.pos);if(!octal&&!startsWithDot&&this.options.ecmaVersion>=11&&110===next){var val$1=stringToBigInt(this.input.slice(start,this.pos));return++this.pos,isIdentifierStart(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(types.num,val$1)}octal&&/[89]/.test(this.input.slice(start,this.pos))&&(octal=!1),46!==next||octal||(++this.pos,this.readInt(10),next=this.input.charCodeAt(this.pos)),69!==next&&101!==next||octal||(43!==(next=this.input.charCodeAt(++this.pos))&&45!==next||++this.pos,null===this.readInt(10)&&this.raise(start,"Invalid number")),isIdentifierStart(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var val=function stringToNumber(str,isLegacyOctalNumericLiteral){return isLegacyOctalNumericLiteral?parseInt(str,8):parseFloat(str.replace(/_/g,""))}(this.input.slice(start,this.pos),octal);return this.finishToken(types.num,val)},pp$9.readCodePoint=function(){var code;if(123===this.input.charCodeAt(this.pos)){this.options.ecmaVersion<6&&this.unexpected();var codePos=++this.pos;code=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,code>1114111&&this.invalidStringToken(codePos,"Code point out of bounds")}else code=this.readHexChar(4);return code},pp$9.readString=function(quote){for(var out="",chunkStart=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var ch=this.input.charCodeAt(this.pos);if(ch===quote)break;92===ch?(out+=this.input.slice(chunkStart,this.pos),out+=this.readEscapedChar(!1),chunkStart=this.pos):(isNewLine(ch,this.options.ecmaVersion>=10)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return out+=this.input.slice(chunkStart,this.pos++),this.finishToken(types.string,out)};var INVALID_TEMPLATE_ESCAPE_ERROR={};pp$9.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(err){if(err!==INVALID_TEMPLATE_ESCAPE_ERROR)throw err;this.readInvalidTemplateToken()}this.inTemplateElement=!1},pp$9.invalidStringToken=function(position,message){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw INVALID_TEMPLATE_ESCAPE_ERROR;this.raise(position,message)},pp$9.readTmplToken=function(){for(var out="",chunkStart=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var ch=this.input.charCodeAt(this.pos);if(96===ch||36===ch&&123===this.input.charCodeAt(this.pos+1))return this.pos!==this.start||this.type!==types.template&&this.type!==types.invalidTemplate?(out+=this.input.slice(chunkStart,this.pos),this.finishToken(types.template,out)):36===ch?(this.pos+=2,this.finishToken(types.dollarBraceL)):(++this.pos,this.finishToken(types.backQuote));if(92===ch)out+=this.input.slice(chunkStart,this.pos),out+=this.readEscapedChar(!0),chunkStart=this.pos;else if(isNewLine(ch)){switch(out+=this.input.slice(chunkStart,this.pos),++this.pos,ch){case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:out+="\n";break;default:out+=String.fromCharCode(ch)}this.options.locations&&(++this.curLine,this.lineStart=this.pos),chunkStart=this.pos}else++this.pos}},pp$9.readInvalidTemplateToken=function(){for(;this.pos=48&&ch<=55){var octalStr=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],octal=parseInt(octalStr,8);return octal>255&&(octalStr=octalStr.slice(0,-1),octal=parseInt(octalStr,8)),this.pos+=octalStr.length-1,ch=this.input.charCodeAt(this.pos),"0"===octalStr&&56!==ch&&57!==ch||!this.strict&&!inTemplate||this.invalidStringToken(this.pos-1-octalStr.length,inTemplate?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(octal)}return isNewLine(ch)?"":String.fromCharCode(ch)}},pp$9.readHexChar=function(len){var codePos=this.pos,n=this.readInt(16,len);return null===n&&this.invalidStringToken(codePos,"Bad character escape sequence"),n},pp$9.readWord1=function(){this.containsEsc=!1;for(var word="",first=!0,chunkStart=this.pos,astral=this.options.ecmaVersion>=6;this.pos{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{applyDecorators:()=>applyDecorators,argTypesEnhancers:()=>argTypesEnhancers,decorators:()=>decorators,parameters:()=>parameters2,render:()=>render,renderToCanvas:()=>renderToCanvas});var dist=__webpack_require__("./node_modules/@storybook/global/dist/index.mjs"),react=__webpack_require__("./node_modules/react/index.js"),react_18=__webpack_require__("./node_modules/@storybook/react-dom-shim/dist/react-18.mjs"),{FRAMEWORK_OPTIONS}=dist.global,render=(args,context)=>{let{id,component:Component}=context;if(!Component)throw new Error(`Unable to render story ${id} as the component annotation is missing from the default export`);return react.createElement(Component,{...args})},ErrorBoundary=class extends react.Component{constructor(){super(...arguments),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidMount(){let{hasError}=this.state,{showMain}=this.props;hasError||showMain()}componentDidCatch(err){let{showException}=this.props;showException(err)}render(){let{hasError}=this.state,{children}=this.props;return hasError?null:children}},Wrapper=FRAMEWORK_OPTIONS?.strictMode?react.StrictMode:react.Fragment;async function renderToCanvas({storyContext,unboundStoryFn,showMain,showException,forceRemount},canvasElement){let content=react.createElement(ErrorBoundary,{showMain,showException},react.createElement(unboundStoryFn,{...storyContext})),element=Wrapper?react.createElement(Wrapper,null,content):content;return forceRemount&&(0,react_18.K)(canvasElement),await(0,react_18.l)(element,canvasElement),()=>(0,react_18.K)(canvasElement)}var docs_tools_dist=__webpack_require__("./node_modules/@storybook/docs-tools/dist/index.mjs"),prop_types=__webpack_require__("./node_modules/prop-types/index.js"),prop_types_default=__webpack_require__.n(prop_types),html_tags=__webpack_require__("./node_modules/html-tags/index.js"),escodegen=__webpack_require__("./node_modules/escodegen/escodegen.js"),esm=__webpack_require__("./node_modules/ts-dedent/esm/index.js"),acorn=__webpack_require__("./node_modules/@storybook/react/node_modules/acorn/dist/acorn.mjs"),acorn_jsx=__webpack_require__("./node_modules/@storybook/react/node_modules/acorn-jsx/index.js"),acorn_jsx_default=__webpack_require__.n(acorn_jsx);function simple(node,visitors,baseVisitor,state,override){baseVisitor||(baseVisitor=base),function c(node,st,override){var type=override||node.type,found=visitors[type];baseVisitor[type](node,st,c),found&&found(node,st)}(node,state,override)}Object.create;function skipThrough(node,st,c){c(node,st)}function ignore(_node,_st,_c){}var base={};base.Program=base.BlockStatement=function(node,st,c){for(var i=0,list=node.body;i{let prettyName=x.getPrettyName(),typeName=x.getTypeName();return null!=typeName?`${prettyName}: ${typeName}`:prettyName}));funcParts.push(`(${funcParams.join(", ")})`)}else funcParts.push("()");return hasReturns&&funcParts.push(`=> ${returns.getTypeName()}`),funcParts.join(" ")}function generateShortFuncSignature(params,returns){let hasParams=null!=params,hasReturns=null!=returns;if(!hasParams&&!hasReturns)return"";let funcParts=[];return hasParams?funcParts.push("( ... )"):funcParts.push("()"),hasReturns&&funcParts.push(`=> ${returns.getTypeName()}`),funcParts.join(" ")}var CUSTOM_CAPTION="custom",OBJECT_CAPTION="object",ARRAY_CAPTION="array",CLASS_CAPTION="class",FUNCTION_CAPTION="func",ELEMENT_CAPTION="element";function isHtmlTag(tagName){return html_tags.includes(tagName.toLowerCase())}var BASIC_OPTIONS={format:{indent:{style:" "},semicolons:!1}},COMPACT_OPTIONS={...BASIC_OPTIONS,format:{newline:""}},PRETTY_OPTIONS={...BASIC_OPTIONS};function generateCode(ast,compact=!1){return(0,escodegen.R_)(ast,compact?COMPACT_OPTIONS:PRETTY_OPTIONS)}function generateObjectCode(ast,compact=!1){return compact?function generateCompactObjectCode(ast){let result=generateCode(ast,!0);return result.endsWith(" }")||(result=`${result.slice(0,-1)} }`),result}(ast):generateCode(ast)}function generateArrayCode(ast,compact=!1){return compact?function generateCompactArrayCode(ast){let result=generateCode(ast,!0);return result.startsWith("[ ")&&(result=result.replace("[ ","[")),result}(ast):function generateMultilineArrayCode(ast){let result=generateCode(ast);return result.endsWith(" }]")&&(result=(0,esm.Z)(result)),result}(ast)}var isMemo=component=>component.$$typeof===Symbol.for("react.memo"),ACORN_WALK_VISITORS={...base,JSXElement:()=>{}},acornParser=acorn.Parser.extend(acorn_jsx_default()());function extractIdentifierName(identifierNode){return null!=identifierNode?identifierNode.name:null}function filterAncestors(ancestors){return ancestors.filter((x=>"ObjectExpression"===x.type||"ArrayExpression"===x.type))}function calculateNodeDepth(node){let depths=[];return function ancestor(node,visitors,baseVisitor,state,override){var ancestors=[];baseVisitor||(baseVisitor=base),function c(node,st,override){var type=override||node.type,found=visitors[type],isNew=node!==ancestors[ancestors.length-1];isNew&&ancestors.push(node),baseVisitor[type](node,st,c),found&&found(node,st||ancestors,ancestors),isNew&&ancestors.pop()}(node,state,override)}(node,{ObjectExpression(_,ancestors){depths.push(filterAncestors(ancestors).length)},ArrayExpression(_,ancestors){depths.push(filterAncestors(ancestors).length)}},ACORN_WALK_VISITORS),Math.max(...depths)}function parseObject(objectNode){return{inferredType:{type:"Object",depth:calculateNodeDepth(objectNode)},ast:objectNode}}function parseExpression(expression){switch(expression.type){case"Identifier":return function parseIdentifier(identifierNode){return{inferredType:{type:"Identifier",identifier:extractIdentifierName(identifierNode)},ast:identifierNode}}(expression);case"Literal":return function parseLiteral(literalNode){return{inferredType:{type:"Literal"},ast:literalNode}}(expression);case"FunctionExpression":case"ArrowFunctionExpression":return function parseFunction(funcNode){let innerJsxElementNode;simple(funcNode.body,{JSXElement(node){innerJsxElementNode=node}},ACORN_WALK_VISITORS);let inferredType={type:null!=innerJsxElementNode?"Element":"Function",params:funcNode.params,hasParams:0!==funcNode.params.length},identifierName=extractIdentifierName(funcNode.id);return null!=identifierName&&(inferredType.identifier=identifierName),{inferredType,ast:funcNode}}(expression);case"ClassExpression":return function parseClass(classNode){let innerJsxElementNode;return simple(classNode.body,{JSXElement(node){innerJsxElementNode=node}},ACORN_WALK_VISITORS),{inferredType:{type:null!=innerJsxElementNode?"Element":"Class",identifier:extractIdentifierName(classNode.id)},ast:classNode}}(expression);case"JSXElement":return function parseJsxElement(jsxElementNode){let inferredType={type:"Element"},identifierName=extractIdentifierName(jsxElementNode.openingElement.name);return null!=identifierName&&(inferredType.identifier=identifierName),{inferredType,ast:jsxElementNode}}(expression);case"CallExpression":return function parseCall(callNode){return"shape"===extractIdentifierName("MemberExpression"===callNode.callee.type?callNode.callee.property:callNode.callee)?parseObject(callNode.arguments[0]):null}(expression);case"ObjectExpression":return parseObject(expression);case"ArrayExpression":return function parseArray(arrayNode){return{inferredType:{type:"Array",depth:calculateNodeDepth(arrayNode)},ast:arrayNode}}(expression);default:return null}}function parse(value){let ast=acornParser.parse(`(${value})`),parsingResult={inferredType:{type:"Unknown"},ast};if(null!=ast.body[0]){let rootNode=ast.body[0];switch(rootNode.type){case"ExpressionStatement":{let expressionResult=parseExpression(rootNode.expression);null!=expressionResult&&(parsingResult=expressionResult);break}}}return parsingResult}function inspectValue(value){try{return{...parse(value)}}catch{}return{inferredType:{type:"Unknown"}}}var MAX_FUNC_LENGTH=150;function createTypeDef({name,short,compact,full,inferredType}){return{name,short,compact,full:full??short,inferredType}}function cleanPropTypes(value){return value.replace(/PropTypes./g,"").replace(/.isRequired/g,"")}function splitIntoLines(value){return value.split(/\r?\n/)}function prettyObject(ast,compact=!1){return cleanPropTypes(generateObjectCode(ast,compact))}function prettyArray(ast,compact=!1){return cleanPropTypes(generateCode(ast,compact))}function generateTypeFromString(value,originalTypeName){let short,compact,full,{inferredType,ast}=inspectValue(value),{type}=inferredType;switch(type){case"Identifier":case"Literal":short=value,compact=value;break;case"Object":{let{depth}=inferredType;short=OBJECT_CAPTION,compact=1===depth?prettyObject(ast,!0):null,full=prettyObject(ast);break}case"Element":{let{identifier}=inferredType;short=null==identifier||isHtmlTag(identifier)?ELEMENT_CAPTION:identifier,compact=1===splitIntoLines(value).length?value:null,full=value;break}case"Array":{let{depth}=inferredType;short=ARRAY_CAPTION,compact=depth<=2?prettyArray(ast,!0):null,full=prettyArray(ast);break}default:short=function getCaptionForInspectionType(type){switch(type){case"Object":return OBJECT_CAPTION;case"Array":return ARRAY_CAPTION;case"Class":return CLASS_CAPTION;case"Function":return FUNCTION_CAPTION;case"Element":return ELEMENT_CAPTION;default:return CUSTOM_CAPTION}}(type),compact=1===splitIntoLines(value).length?value:null,full=value}return createTypeDef({name:originalTypeName,short,compact,full,inferredType:type})}function objectOf(of){return`objectOf(${of})`}function generateEnum(type){if(Array.isArray(type.value)){let values=type.value.reduce(((acc,v)=>{let{short,compact,full}=function generateEnumValue({value,computed}){return computed?generateTypeFromString(value,"enumvalue"):createTypeDef({name:"enumvalue",short:value,compact:value})}(v);return acc.short.push(short),acc.compact.push(compact),acc.full.push(full),acc}),{short:[],compact:[],full:[]});return createTypeDef({name:"enum",short:values.short.join(" | "),compact:values.compact.every((x=>null!=x))?values.compact.join(" | "):null,full:values.full.join(" | ")})}return createTypeDef({name:"enum",short:type.value,compact:type.value})}function braceAfter(of){return`${of}[]`}function braceAround(of){return`[${of}]`}function createArrayOfObjectTypeDef(short,compact,full){return createTypeDef({name:"arrayOf",short:braceAfter(short),compact:null!=compact?braceAround(compact):null,full:full&&braceAround(full)})}function generateType(type,extractedProp){try{switch(type.name){case"custom":return function generateCustom({raw}){return null!=raw?generateTypeFromString(raw,"custom"):createTypeDef({name:"custom",short:CUSTOM_CAPTION,compact:CUSTOM_CAPTION})}(type);case"func":return function generateFunc(extractedProp){let{jsDocTags}=extractedProp;return null==jsDocTags||null==jsDocTags.params&&null==jsDocTags.returns?createTypeDef({name:"func",short:FUNCTION_CAPTION,compact:FUNCTION_CAPTION}):createTypeDef({name:"func",short:generateShortFuncSignature(jsDocTags.params,jsDocTags.returns),compact:null,full:generateFuncSignature(jsDocTags.params,jsDocTags.returns)})}(extractedProp);case"shape":return function generateShape(type,extractedProp){let fields=Object.keys(type.value).map((key=>`${key}: ${generateType(type.value[key],extractedProp).full}`)).join(", "),{inferredType,ast}=inspectValue(`{ ${fields} }`),{depth}=inferredType;return createTypeDef({name:"shape",short:OBJECT_CAPTION,compact:1===depth&&ast?prettyObject(ast,!0):null,full:ast?prettyObject(ast):null})}(type,extractedProp);case"instanceOf":return createTypeDef({name:"instanceOf",short:type.value,compact:type.value});case"objectOf":return function generateObjectOf(type,extractedProp){let{short,compact,full}=generateType(type.value,extractedProp);return createTypeDef({name:"objectOf",short:objectOf(short),compact:null!=compact?objectOf(compact):null,full:full&&objectOf(full)})}(type,extractedProp);case"union":return function generateUnion(type,extractedProp){if(Array.isArray(type.value)){let values=type.value.reduce(((acc,v)=>{let{short,compact,full}=generateType(v,extractedProp);return acc.short.push(short),acc.compact.push(compact),acc.full.push(full),acc}),{short:[],compact:[],full:[]});return createTypeDef({name:"union",short:values.short.join(" | "),compact:values.compact.every((x=>null!=x))?values.compact.join(" | "):null,full:values.full.join(" | ")})}return createTypeDef({name:"union",short:type.value,compact:null})}(type,extractedProp);case"enum":return generateEnum(type);case"arrayOf":return function generateArray(type,extractedProp){let{name,short,compact,full,inferredType}=generateType(type.value,extractedProp);if("custom"===name){if("Object"===inferredType)return createArrayOfObjectTypeDef(short,compact,full)}else if("shape"===name)return createArrayOfObjectTypeDef(short,compact,full);return createTypeDef({name:"arrayOf",short:braceAfter(short),compact:braceAfter(short)})}(type,extractedProp);default:return createTypeDef({name:type.name,short:type.name,compact:type.name})}}catch(e){console.error(e)}return createTypeDef({name:"unknown",short:"unknown",compact:"unknown"})}function generateObject({inferredType,ast}){let{depth}=inferredType;if(1===depth){let compactObject=generateObjectCode(ast,!0);if(!(0,docs_tools_dist.fW)(compactObject))return(0,docs_tools_dist.Ir)(compactObject)}return(0,docs_tools_dist.Ir)(OBJECT_CAPTION,generateObjectCode(ast))}function generateArray2({inferredType,ast}){let{depth}=inferredType;if(depth<=2){let compactArray=generateArrayCode(ast,!0);if(!(0,docs_tools_dist.fW)(compactArray))return(0,docs_tools_dist.Ir)(compactArray)}return(0,docs_tools_dist.Ir)(ARRAY_CAPTION,generateArrayCode(ast))}function getPrettyFuncIdentifier(identifier,hasArguments){return hasArguments?`${identifier}( ... )`:`${identifier}()`}function getPrettyElementIdentifier(identifier){return`<${identifier} />`}function getPrettyIdentifier(inferredType){let{type,identifier}=inferredType;switch(type){case"Function":return getPrettyFuncIdentifier(identifier,inferredType.hasParams);case"Element":return getPrettyElementIdentifier(identifier);default:return identifier}}function createDefaultValue(defaultValue){try{let inspectionResult=inspectValue(defaultValue);switch(inspectionResult.inferredType.type){case"Object":return generateObject(inspectionResult);case"Function":return function generateFunc2({inferredType,ast}){let{identifier}=inferredType;if(null!=identifier)return(0,docs_tools_dist.Ir)(getPrettyIdentifier(inferredType),generateCode(ast));let prettyCaption=generateCode(ast,!0);return(0,docs_tools_dist.fW)(prettyCaption)?(0,docs_tools_dist.Ir)(FUNCTION_CAPTION,generateCode(ast)):(0,docs_tools_dist.Ir)(prettyCaption)}(inspectionResult);case"Element":return function generateElement(defaultValue,inspectionResult){let{inferredType}=inspectionResult,{identifier}=inferredType;if(null!=identifier&&!isHtmlTag(identifier)){let prettyIdentifier=getPrettyIdentifier(inferredType);return(0,docs_tools_dist.Ir)(prettyIdentifier,defaultValue)}return(0,docs_tools_dist.fW)(defaultValue)?(0,docs_tools_dist.Ir)(ELEMENT_CAPTION,defaultValue):(0,docs_tools_dist.Ir)(defaultValue)}(defaultValue,inspectionResult);case"Array":return generateArray2(inspectionResult);default:return null}}catch(e){console.error(e)}return null}function isReactElement(element){return null!=element.$$typeof}function extractFunctionName(func,propName){let{name}=func;return""!==name&&"anonymous"!==name&&name!==propName?name:null}var DEFAULT_TYPE_RESOLVERS={string:rawDefaultProp=>(0,docs_tools_dist.Ir)(JSON.stringify(rawDefaultProp)),object:rawDefaultProp=>{if(isReactElement(rawDefaultProp)&&null!=rawDefaultProp.type)return function generateReactObject(rawDefaultProp){let{type}=rawDefaultProp,{displayName}=type,jsx2=(0,cjs.ZP)(rawDefaultProp,{});if(null!=displayName){let prettyIdentifier=getPrettyElementIdentifier(displayName);return(0,docs_tools_dist.Ir)(prettyIdentifier,jsx2)}if(isString_default()(type)&&isHtmlTag(type)){let jsxSummary=(0,cjs.ZP)(rawDefaultProp,{tabStop:0}).replace(/\r?\n|\r/g,"");if(!(0,docs_tools_dist.fW)(jsxSummary))return(0,docs_tools_dist.Ir)(jsxSummary)}return(0,docs_tools_dist.Ir)(ELEMENT_CAPTION,jsx2)}(rawDefaultProp);if(isPlainObject_default()(rawDefaultProp)){return generateObject(inspectValue(JSON.stringify(rawDefaultProp)))}if(Array.isArray(rawDefaultProp)){return generateArray2(inspectValue(JSON.stringify(rawDefaultProp)))}return(0,docs_tools_dist.Ir)(OBJECT_CAPTION)},function:(rawDefaultProp,propDef)=>{let inspectionResult,isElement=!1;if(isFunction_default()(rawDefaultProp.render))isElement=!0;else if(null!=rawDefaultProp.prototype&&isFunction_default()(rawDefaultProp.prototype.render))isElement=!0;else{let innerElement;try{inspectionResult=inspectValue(rawDefaultProp.toString());let{hasParams,params}=inspectionResult.inferredType;hasParams?1===params.length&&"ObjectPattern"===params[0].type&&(innerElement=rawDefaultProp({})):innerElement=rawDefaultProp(),null!=innerElement&&isReactElement(innerElement)&&(isElement=!0)}catch{}}let funcName=extractFunctionName(rawDefaultProp,propDef.name);if(null!=funcName){if(isElement)return(0,docs_tools_dist.Ir)(getPrettyElementIdentifier(funcName));null!=inspectionResult&&(inspectionResult=inspectValue(rawDefaultProp.toString()));let{hasParams}=inspectionResult.inferredType;return(0,docs_tools_dist.Ir)(getPrettyFuncIdentifier(funcName,hasParams))}return(0,docs_tools_dist.Ir)(isElement?ELEMENT_CAPTION:FUNCTION_CAPTION)},default:rawDefaultProp=>(0,docs_tools_dist.Ir)(rawDefaultProp.toString())};function createDefaultValueFromRawDefaultProp(rawDefaultProp,propDef,typeResolvers=DEFAULT_TYPE_RESOLVERS){try{switch(typeof rawDefaultProp){case"string":return typeResolvers.string(rawDefaultProp,propDef);case"object":return typeResolvers.object(rawDefaultProp,propDef);case"function":return typeResolvers.function(rawDefaultProp,propDef);default:return typeResolvers.default(rawDefaultProp,propDef)}}catch(e){console.error(e)}return null}var rawDefaultPropTypeResolvers=function createTypeResolvers(customResolvers={}){return{...DEFAULT_TYPE_RESOLVERS,...customResolvers}}({function:(rawDefaultProp,{name,type})=>{let isElement="element"===type.summary||"elementType"===type.summary,funcName=extractFunctionName(rawDefaultProp,name);if(null!=funcName){if(isElement)return(0,docs_tools_dist.Ir)(getPrettyElementIdentifier(funcName));let{hasParams}=inspectValue(rawDefaultProp.toString()).inferredType;return(0,docs_tools_dist.Ir)(getPrettyFuncIdentifier(funcName,hasParams))}return(0,docs_tools_dist.Ir)(isElement?ELEMENT_CAPTION:FUNCTION_CAPTION)}});function enhancePropTypesProp(extractedProp,rawDefaultProp){let{propDef}=extractedProp,newtype=function createType(extractedProp){let{type}=extractedProp.docgenInfo;if(null==type)return null;try{switch(type.name){case"custom":case"shape":case"instanceOf":case"objectOf":case"union":case"enum":case"arrayOf":{let{short,compact,full}=generateType(type,extractedProp);return null==compact||(0,docs_tools_dist._A)(compact)?full?(0,docs_tools_dist.Ir)(short,full):(0,docs_tools_dist.Ir)(short):(0,docs_tools_dist.Ir)(compact)}case"func":{let detail,{short,full}=generateType(type,extractedProp),summary=short;return full&&full.lengthextractedProps.find((y=>y.name===x)))).filter(Boolean):extractedProps}(extractedProps.map((x=>enhancePropTypesProp(x,rawDefaultProps[x.propDef.name]))),component)}function enhanceTypeScriptProps(extractedProps){return extractedProps.map((prop=>function enhanceTypeScriptProp(extractedProp,rawDefaultProp){let{propDef}=extractedProp,{defaultValue}=extractedProp.docgenInfo;if(null!=defaultValue&&null!=defaultValue.value){let newDefaultValue=createDefaultValue(defaultValue.value);null!=newDefaultValue&&(propDef.defaultValue=newDefaultValue)}else if(null!=rawDefaultProp){let newDefaultValue=createDefaultValueFromRawDefaultProp(rawDefaultProp,propDef);null!=newDefaultValue&&(propDef.defaultValue=newDefaultValue)}return propDef}(prop)))}var propTypesMap=new Map;function getPropDefs(component,section){let processedComponent=component;!(0,docs_tools_dist.Px)(component)&&!component.propTypes&&isMemo(component)&&(processedComponent=component.type);let extractedProps=(0,docs_tools_dist.Je)(processedComponent,section);if(0===extractedProps.length)return[];switch(extractedProps[0].typeSystem){case docs_tools_dist.p5.JAVASCRIPT:return enhancePropTypesProps(extractedProps,component);case docs_tools_dist.p5.TYPESCRIPT:return enhanceTypeScriptProps(extractedProps);default:return extractedProps.map((x=>x.propDef))}}Object.keys(prop_types_default()).forEach((typeName=>{let type=prop_types_default()[typeName];propTypesMap.set(type,typeName),propTypesMap.set(type.isRequired,typeName)}));function simplifyNodeForStringify(node){if((0,react.isValidElement)(node)){let props=Object.keys(node.props).reduce(((acc,cur)=>(acc[cur]=simplifyNodeForStringify(node.props[cur]),acc)),{});return{...node,props,_owner:null}}return Array.isArray(node)?node.map(simplifyNodeForStringify):node}var renderJsx=(code,options)=>{if(typeof code>"u")return external_STORYBOOK_MODULE_CLIENT_LOGGER_.logger.warn("Too many skip or undefined component"),null;let renderedJSX=code,Type=renderedJSX.type;for(let i=0;i"u")return external_STORYBOOK_MODULE_CLIENT_LOGGER_.logger.warn("Cannot skip undefined element"),null;if(react.Children.count(renderedJSX)>1)return external_STORYBOOK_MODULE_CLIENT_LOGGER_.logger.warn("Trying to skip an array of elements"),null;typeof renderedJSX.props.children>"u"?(external_STORYBOOK_MODULE_CLIENT_LOGGER_.logger.warn("Not enough children to skip elements."),"function"==typeof renderedJSX.type&&""===renderedJSX.type.name&&(renderedJSX=react.createElement(Type,{...renderedJSX.props}))):renderedJSX="function"==typeof renderedJSX.props.children?renderedJSX.props.children():renderedJSX.props.children}let opts={..."string"==typeof options.displayName?{showFunctions:!0,displayName:()=>options.displayName}:{displayName:el=>el.type.displayName||(el.type===Symbol.for("react.profiler")?"Profiler":null)||(0,docs_tools_dist.jq)(el.type,"displayName")||("_default"!==el.type.name?el.type.name:null)||("function"==typeof el.type?"No Display Name":null)||(el.type.$$typeof===Symbol.for("react.forward_ref")?el.type.render.name:null)||(isMemo(el.type)?el.type.type.name:null)||el.type},filterProps:(value,key)=>void 0!==value,...options};return react.Children.map(code,(c=>{let child="number"==typeof c?c.toString():c,string=("function"==typeof cjs.ZP?cjs.ZP:cjs.ZP.default)(simplifyNodeForStringify(child),opts);if(string.indexOf(""")>-1){let matches=string.match(/\S+=\\"([^"]*)\\"/g);matches&&matches.forEach((match=>{string=string.replace(match,match.replace(/"/g,"'"))}))}return string})).join("\n").replace(/function\s+noRefCheck\(\)\s+\{\}/g,"() => {}")},defaultOpts={skip:0,showFunctions:!1,enableBeautify:!0,showDefaultProps:!1},mdxToJsx=node=>{if(!(node=>"MDXCreateElement"===node.type?.displayName&&!!node.props?.mdxType)(node))return node;let{mdxType,originalType,children,...rest}=node.props,jsxChildren=[];return children&&(jsxChildren=(Array.isArray(children)?children:[children]).map(mdxToJsx)),(0,react.createElement)(originalType,rest,...jsxChildren)},jsxDecorator=(storyFn,context)=>{let channel=external_STORYBOOK_MODULE_PREVIEW_API_.addons.getChannel(),skip=(context=>{let sourceParams=context?.parameters.docs?.source,isArgsStory=context?.parameters.__isArgsStory;return sourceParams?.type!==docs_tools_dist.PO.DYNAMIC&&(!isArgsStory||sourceParams?.code||sourceParams?.type===docs_tools_dist.PO.CODE)})(context),jsx2="";(0,external_STORYBOOK_MODULE_PREVIEW_API_.useEffect)((()=>{if(!skip){let{id,args}=context;channel.emit(docs_tools_dist.g,{id,source:jsx2,args})}}));let story=storyFn();if(skip)return story;let options={...defaultOpts,...context?.parameters.jsx||{}},storyJsx=context?.parameters.docs?.source?.excludeDecorators?context.originalStoryFn(context.args,context):story,sourceJsx=mdxToJsx(storyJsx),rendered=renderJsx(sourceJsx,options);return rendered&&(jsx2=rendered),story},parameters={docs:{story:{inline:!0},extractArgTypes:component=>{if(component){let{rows}=(component=>({rows:getPropDefs(component,"props")}))(component);if(rows)return rows.reduce(((acc,row)=>{let{name,description,type,sbType,defaultValue:defaultSummary,jsDocTags,required}=row;return acc[name]={name,description,type:{required,...sbType},table:{type,jsDocTags,defaultValue:defaultSummary}},acc}),{})}return null},extractComponentDescription:docs_tools_dist.VF}},decorators=[jsxDecorator],argTypesEnhancers=[docs_tools_dist.rS],applyDecorators=(storyFn,decorators2)=>{let jsxIndex=decorators2.findIndex((d=>d.originalFn===jsxDecorator)),reorderedDecorators=-1===jsxIndex?decorators2:[...decorators2.splice(jsxIndex,1),...decorators2];return(0,external_STORYBOOK_MODULE_PREVIEW_API_.defaultDecorateStory)(storyFn,reorderedDecorators)},parameters2={renderer:"react",...parameters}},"./node_modules/assert/build/assert.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var process=__webpack_require__("./node_modules/process/browser.js");function _typeof(obj){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(obj){return typeof obj}:function _typeof(obj){return obj&&"function"==typeof Symbol&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj},_typeof(obj)}var isDeepEqual,isDeepStrictEqual,_require$codes=__webpack_require__("./node_modules/assert/build/internal/errors.js").codes,ERR_AMBIGUOUS_ARGUMENT=_require$codes.ERR_AMBIGUOUS_ARGUMENT,ERR_INVALID_ARG_TYPE=_require$codes.ERR_INVALID_ARG_TYPE,ERR_INVALID_ARG_VALUE=_require$codes.ERR_INVALID_ARG_VALUE,ERR_INVALID_RETURN_VALUE=_require$codes.ERR_INVALID_RETURN_VALUE,ERR_MISSING_ARGS=_require$codes.ERR_MISSING_ARGS,AssertionError=__webpack_require__("./node_modules/assert/build/internal/assert/assertion_error.js"),inspect=__webpack_require__("./node_modules/util/util.js").inspect,_require$types=__webpack_require__("./node_modules/util/util.js").types,isPromise=_require$types.isPromise,isRegExp=_require$types.isRegExp,objectAssign=Object.assign?Object.assign:__webpack_require__("./node_modules/es6-object-assign/index.js").assign,objectIs=Object.is?Object.is:__webpack_require__("./node_modules/object-is/index.js");new Map;function lazyLoadComparison(){var comparison=__webpack_require__("./node_modules/assert/build/internal/util/comparisons.js");isDeepEqual=comparison.isDeepEqual,isDeepStrictEqual=comparison.isDeepStrictEqual}var warned=!1,assert=module.exports=ok,NO_EXCEPTION_SENTINEL={};function innerFail(obj){if(obj.message instanceof Error)throw obj.message;throw new AssertionError(obj)}function innerOk(fn,argLen,value,message){if(!value){var generatedMessage=!1;if(0===argLen)generatedMessage=!0,message="No value argument passed to `assert.ok()`";else if(message instanceof Error)throw message;var err=new AssertionError({actual:value,expected:!0,message,operator:"==",stackStartFn:fn});throw err.generatedMessage=generatedMessage,err}}function ok(){for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++)args[_key]=arguments[_key];innerOk.apply(void 0,[ok,args.length].concat(args))}assert.fail=function fail(actual,expected,message,operator,stackStartFn){var internalMessage,argsLen=arguments.length;if(0===argsLen)internalMessage="Failed";else if(1===argsLen)message=actual,actual=void 0;else{if(!1===warned)warned=!0,(process.emitWarning?process.emitWarning:console.warn.bind(console))("assert.fail() with more than one argument is deprecated. Please use assert.strictEqual() instead or only pass a message.","DeprecationWarning","DEP0094");2===argsLen&&(operator="!=")}if(message instanceof Error)throw message;var errArgs={actual,expected,operator:void 0===operator?"fail":operator,stackStartFn:stackStartFn||fail};void 0!==message&&(errArgs.message=message);var err=new AssertionError(errArgs);throw internalMessage&&(err.message=internalMessage,err.generatedMessage=!0),err},assert.AssertionError=AssertionError,assert.ok=ok,assert.equal=function equal(actual,expected,message){if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");actual!=expected&&innerFail({actual,expected,message,operator:"==",stackStartFn:equal})},assert.notEqual=function notEqual(actual,expected,message){if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");actual==expected&&innerFail({actual,expected,message,operator:"!=",stackStartFn:notEqual})},assert.deepEqual=function deepEqual(actual,expected,message){if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");void 0===isDeepEqual&&lazyLoadComparison(),isDeepEqual(actual,expected)||innerFail({actual,expected,message,operator:"deepEqual",stackStartFn:deepEqual})},assert.notDeepEqual=function notDeepEqual(actual,expected,message){if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");void 0===isDeepEqual&&lazyLoadComparison(),isDeepEqual(actual,expected)&&innerFail({actual,expected,message,operator:"notDeepEqual",stackStartFn:notDeepEqual})},assert.deepStrictEqual=function deepStrictEqual(actual,expected,message){if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");void 0===isDeepEqual&&lazyLoadComparison(),isDeepStrictEqual(actual,expected)||innerFail({actual,expected,message,operator:"deepStrictEqual",stackStartFn:deepStrictEqual})},assert.notDeepStrictEqual=function notDeepStrictEqual(actual,expected,message){if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");void 0===isDeepEqual&&lazyLoadComparison();isDeepStrictEqual(actual,expected)&&innerFail({actual,expected,message,operator:"notDeepStrictEqual",stackStartFn:notDeepStrictEqual})},assert.strictEqual=function strictEqual(actual,expected,message){if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");objectIs(actual,expected)||innerFail({actual,expected,message,operator:"strictEqual",stackStartFn:strictEqual})},assert.notStrictEqual=function notStrictEqual(actual,expected,message){if(arguments.length<2)throw new ERR_MISSING_ARGS("actual","expected");objectIs(actual,expected)&&innerFail({actual,expected,message,operator:"notStrictEqual",stackStartFn:notStrictEqual})};var Comparison=function Comparison(obj,keys,actual){var _this=this;!function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}(this,Comparison),keys.forEach((function(key){key in obj&&(void 0!==actual&&"string"==typeof actual[key]&&isRegExp(obj[key])&&obj[key].test(actual[key])?_this[key]=actual[key]:_this[key]=obj[key])}))};function expectedException(actual,expected,msg,fn){if("function"!=typeof expected){if(isRegExp(expected))return expected.test(actual);if(2===arguments.length)throw new ERR_INVALID_ARG_TYPE("expected",["Function","RegExp"],expected);if("object"!==_typeof(actual)||null===actual){var err=new AssertionError({actual,expected,message:msg,operator:"deepStrictEqual",stackStartFn:fn});throw err.operator=fn.name,err}var keys=Object.keys(expected);if(expected instanceof Error)keys.push("name","message");else if(0===keys.length)throw new ERR_INVALID_ARG_VALUE("error",expected,"may not be an empty object");return void 0===isDeepEqual&&lazyLoadComparison(),keys.forEach((function(key){"string"==typeof actual[key]&&isRegExp(expected[key])&&expected[key].test(actual[key])||function compareExceptionKey(actual,expected,key,message,keys,fn){if(!(key in actual)||!isDeepStrictEqual(actual[key],expected[key])){if(!message){var a=new Comparison(actual,keys),b=new Comparison(expected,keys,actual),err=new AssertionError({actual:a,expected:b,operator:"deepStrictEqual",stackStartFn:fn});throw err.actual=actual,err.expected=expected,err.operator=fn.name,err}innerFail({actual,expected,message,operator:fn.name,stackStartFn:fn})}}(actual,expected,key,msg,keys,fn)})),!0}return void 0!==expected.prototype&&actual instanceof expected||!Error.isPrototypeOf(expected)&&!0===expected.call({},actual)}function getActual(fn){if("function"!=typeof fn)throw new ERR_INVALID_ARG_TYPE("fn","Function",fn);try{fn()}catch(e){return e}return NO_EXCEPTION_SENTINEL}function checkIsPromise(obj){return isPromise(obj)||null!==obj&&"object"===_typeof(obj)&&"function"==typeof obj.then&&"function"==typeof obj.catch}function waitForActual(promiseFn){return Promise.resolve().then((function(){var resultPromise;if("function"==typeof promiseFn){if(!checkIsPromise(resultPromise=promiseFn()))throw new ERR_INVALID_RETURN_VALUE("instance of Promise","promiseFn",resultPromise)}else{if(!checkIsPromise(promiseFn))throw new ERR_INVALID_ARG_TYPE("promiseFn",["Function","Promise"],promiseFn);resultPromise=promiseFn}return Promise.resolve().then((function(){return resultPromise})).then((function(){return NO_EXCEPTION_SENTINEL})).catch((function(e){return e}))}))}function expectsError(stackStartFn,actual,error,message){if("string"==typeof error){if(4===arguments.length)throw new ERR_INVALID_ARG_TYPE("error",["Object","Error","Function","RegExp"],error);if("object"===_typeof(actual)&&null!==actual){if(actual.message===error)throw new ERR_AMBIGUOUS_ARGUMENT("error/message",'The error message "'.concat(actual.message,'" is identical to the message.'))}else if(actual===error)throw new ERR_AMBIGUOUS_ARGUMENT("error/message",'The error "'.concat(actual,'" is identical to the message.'));message=error,error=void 0}else if(null!=error&&"object"!==_typeof(error)&&"function"!=typeof error)throw new ERR_INVALID_ARG_TYPE("error",["Object","Error","Function","RegExp"],error);if(actual===NO_EXCEPTION_SENTINEL){var details="";error&&error.name&&(details+=" (".concat(error.name,")")),details+=message?": ".concat(message):".";var fnType="rejects"===stackStartFn.name?"rejection":"exception";innerFail({actual:void 0,expected:error,operator:stackStartFn.name,message:"Missing expected ".concat(fnType).concat(details),stackStartFn})}if(error&&!expectedException(actual,error,message,stackStartFn))throw actual}function expectsNoError(stackStartFn,actual,error,message){if(actual!==NO_EXCEPTION_SENTINEL){if("string"==typeof error&&(message=error,error=void 0),!error||expectedException(actual,error)){var details=message?": ".concat(message):".",fnType="doesNotReject"===stackStartFn.name?"rejection":"exception";innerFail({actual,expected:error,operator:stackStartFn.name,message:"Got unwanted ".concat(fnType).concat(details,"\n")+'Actual message: "'.concat(actual&&actual.message,'"'),stackStartFn})}throw actual}}function strict(){for(var _len6=arguments.length,args=new Array(_len6),_key6=0;_key6<_len6;_key6++)args[_key6]=arguments[_key6];innerOk.apply(void 0,[strict,args.length].concat(args))}assert.throws=function throws(promiseFn){for(var _len2=arguments.length,args=new Array(_len2>1?_len2-1:0),_key2=1;_key2<_len2;_key2++)args[_key2-1]=arguments[_key2];expectsError.apply(void 0,[throws,getActual(promiseFn)].concat(args))},assert.rejects=function rejects(promiseFn){for(var _len3=arguments.length,args=new Array(_len3>1?_len3-1:0),_key3=1;_key3<_len3;_key3++)args[_key3-1]=arguments[_key3];return waitForActual(promiseFn).then((function(result){return expectsError.apply(void 0,[rejects,result].concat(args))}))},assert.doesNotThrow=function doesNotThrow(fn){for(var _len4=arguments.length,args=new Array(_len4>1?_len4-1:0),_key4=1;_key4<_len4;_key4++)args[_key4-1]=arguments[_key4];expectsNoError.apply(void 0,[doesNotThrow,getActual(fn)].concat(args))},assert.doesNotReject=function doesNotReject(fn){for(var _len5=arguments.length,args=new Array(_len5>1?_len5-1:0),_key5=1;_key5<_len5;_key5++)args[_key5-1]=arguments[_key5];return waitForActual(fn).then((function(result){return expectsNoError.apply(void 0,[doesNotReject,result].concat(args))}))},assert.ifError=function ifError(err){if(null!=err){var message="ifError got unwanted exception: ";"object"===_typeof(err)&&"string"==typeof err.message?0===err.message.length&&err.constructor?message+=err.constructor.name:message+=err.message:message+=inspect(err);var newErr=new AssertionError({actual:err,expected:null,operator:"ifError",message,stackStartFn:ifError}),origStack=err.stack;if("string"==typeof origStack){var tmp2=origStack.split("\n");tmp2.shift();for(var tmp1=newErr.stack.split("\n"),i=0;i{"use strict";var process=__webpack_require__("./node_modules/process/browser.js");function _defineProperty(obj,key,value){return key in obj?Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function _defineProperties(target,props){for(var i=0;istr.length)&&(this_len=str.length),str.substring(this_len-search.length,this_len)===search}var blue="",green="",red="",white="",kReadableOperator={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"};function copyError(source){var keys=Object.keys(source),target=Object.create(Object.getPrototypeOf(source));return keys.forEach((function(key){target[key]=source[key]})),Object.defineProperty(target,"message",{value:source.message}),target}function inspectValue(val){return inspect(val,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}function createErrDiff(actual,expected,operator){var other="",res="",lastPos=0,end="",skipped=!1,actualInspected=inspectValue(actual),actualLines=actualInspected.split("\n"),expectedLines=inspectValue(expected).split("\n"),i=0,indicator="";if("strictEqual"===operator&&"object"===_typeof(actual)&&"object"===_typeof(expected)&&null!==actual&&null!==expected&&(operator="strictEqualObject"),1===actualLines.length&&1===expectedLines.length&&actualLines[0]!==expectedLines[0]){var inputLength=actualLines[0].length+expectedLines[0].length;if(inputLength<=10){if(!("object"===_typeof(actual)&&null!==actual||"object"===_typeof(expected)&&null!==expected||0===actual&&0===expected))return"".concat(kReadableOperator[operator],"\n\n")+"".concat(actualLines[0]," !== ").concat(expectedLines[0],"\n")}else if("strictEqualObject"!==operator){if(inputLength<(process.stderr&&process.stderr.isTTY?process.stderr.columns:80)){for(;actualLines[0][i]===expectedLines[0][i];)i++;i>2&&(indicator="\n ".concat(function repeat(str,count){if(count=Math.floor(count),0==str.length||0==count)return"";var maxCount=str.length*count;for(count=Math.floor(Math.log(count)/Math.log(2));count;)str+=str,count--;return str+str.substring(0,maxCount-str.length)}(" ",i),"^"),i=0)}}}for(var a=actualLines[actualLines.length-1],b=expectedLines[expectedLines.length-1];a===b&&(i++<2?end="\n ".concat(a).concat(end):other=a,actualLines.pop(),expectedLines.pop(),0!==actualLines.length&&0!==expectedLines.length);)a=actualLines[actualLines.length-1],b=expectedLines[expectedLines.length-1];var maxLines=Math.max(actualLines.length,expectedLines.length);if(0===maxLines){var _actualLines=actualInspected.split("\n");if(_actualLines.length>30)for(_actualLines[26]="".concat(blue,"...").concat(white);_actualLines.length>27;)_actualLines.pop();return"".concat(kReadableOperator.notIdentical,"\n\n").concat(_actualLines.join("\n"),"\n")}i>3&&(end="\n".concat(blue,"...").concat(white).concat(end),skipped=!0),""!==other&&(end="\n ".concat(other).concat(end),other="");var printedLines=0,msg=kReadableOperator[operator]+"\n".concat(green,"+ actual").concat(white," ").concat(red,"- expected").concat(white),skippedMsg=" ".concat(blue,"...").concat(white," Lines skipped");for(i=0;i1&&i>2&&(cur>4?(res+="\n".concat(blue,"...").concat(white),skipped=!0):cur>3&&(res+="\n ".concat(expectedLines[i-2]),printedLines++),res+="\n ".concat(expectedLines[i-1]),printedLines++),lastPos=i,other+="\n".concat(red,"-").concat(white," ").concat(expectedLines[i]),printedLines++;else if(expectedLines.length1&&i>2&&(cur>4?(res+="\n".concat(blue,"...").concat(white),skipped=!0):cur>3&&(res+="\n ".concat(actualLines[i-2]),printedLines++),res+="\n ".concat(actualLines[i-1]),printedLines++),lastPos=i,res+="\n".concat(green,"+").concat(white," ").concat(actualLines[i]),printedLines++;else{var expectedLine=expectedLines[i],actualLine=actualLines[i],divergingLines=actualLine!==expectedLine&&(!endsWith(actualLine,",")||actualLine.slice(0,-1)!==expectedLine);divergingLines&&endsWith(expectedLine,",")&&expectedLine.slice(0,-1)===actualLine&&(divergingLines=!1,actualLine+=","),divergingLines?(cur>1&&i>2&&(cur>4?(res+="\n".concat(blue,"...").concat(white),skipped=!0):cur>3&&(res+="\n ".concat(actualLines[i-2]),printedLines++),res+="\n ".concat(actualLines[i-1]),printedLines++),lastPos=i,res+="\n".concat(green,"+").concat(white," ").concat(actualLine),other+="\n".concat(red,"-").concat(white," ").concat(expectedLine),printedLines+=2):(res+=other,other="",1!==cur&&0!==i||(res+="\n ".concat(actualLine),printedLines++))}if(printedLines>20&&i30)for(res[26]="".concat(blue,"...").concat(white);res.length>27;)res.pop();_this=1===res.length?_possibleConstructorReturn(this,_getPrototypeOf(AssertionError).call(this,"".concat(base," ").concat(res[0]))):_possibleConstructorReturn(this,_getPrototypeOf(AssertionError).call(this,"".concat(base,"\n\n").concat(res.join("\n"),"\n")))}else{var _res=inspectValue(actual),other="",knownOperators=kReadableOperator[operator];"notDeepEqual"===operator||"notEqual"===operator?(_res="".concat(kReadableOperator[operator],"\n\n").concat(_res)).length>1024&&(_res="".concat(_res.slice(0,1021),"...")):(other="".concat(inspectValue(expected)),_res.length>512&&(_res="".concat(_res.slice(0,509),"...")),other.length>512&&(other="".concat(other.slice(0,509),"...")),"deepEqual"===operator||"equal"===operator?_res="".concat(knownOperators,"\n\n").concat(_res,"\n\nshould equal\n\n"):other=" ".concat(operator," ").concat(other)),_this=_possibleConstructorReturn(this,_getPrototypeOf(AssertionError).call(this,"".concat(_res).concat(other)))}return Error.stackTraceLimit=limit,_this.generatedMessage=!message,Object.defineProperty(_assertThisInitialized(_this),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),_this.code="ERR_ASSERTION",_this.actual=actual,_this.expected=expected,_this.operator=operator,Error.captureStackTrace&&Error.captureStackTrace(_assertThisInitialized(_this),stackStartFn),_this.stack,_this.name="AssertionError",_possibleConstructorReturn(_this)}return function _inherits(subClass,superClass){if("function"!=typeof superClass&&null!==superClass)throw new TypeError("Super expression must either be null or a function");subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:!0,configurable:!0}}),superClass&&_setPrototypeOf(subClass,superClass)}(AssertionError,_Error),function _createClass(Constructor,protoProps,staticProps){return protoProps&&_defineProperties(Constructor.prototype,protoProps),staticProps&&_defineProperties(Constructor,staticProps),Constructor}(AssertionError,[{key:"toString",value:function toString(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:inspect.custom,value:function value(recurseTimes,ctx){return inspect(this,function _objectSpread(target){for(var i=1;i{"use strict";function _typeof(obj){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(obj){return typeof obj}:function _typeof(obj){return obj&&"function"==typeof Symbol&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj},_typeof(obj)}function _possibleConstructorReturn(self,call){return!call||"object"!==_typeof(call)&&"function"!=typeof call?function _assertThisInitialized(self){if(void 0===self)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return self}(self):call}function _getPrototypeOf(o){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o)},_getPrototypeOf(o)}function _setPrototypeOf(o,p){return _setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(o,p){return o.__proto__=p,o},_setPrototypeOf(o,p)}var assert,util,codes={};function createErrorType(code,message,Base){Base||(Base=Error);var NodeError=function(_Base){function NodeError(arg1,arg2,arg3){var _this;return function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}(this,NodeError),_this=_possibleConstructorReturn(this,_getPrototypeOf(NodeError).call(this,function getMessage(arg1,arg2,arg3){return"string"==typeof message?message:message(arg1,arg2,arg3)}(arg1,arg2,arg3))),_this.code=code,_this}return function _inherits(subClass,superClass){if("function"!=typeof superClass&&null!==superClass)throw new TypeError("Super expression must either be null or a function");subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:!0,configurable:!0}}),superClass&&_setPrototypeOf(subClass,superClass)}(NodeError,_Base),NodeError}(Base);codes[code]=NodeError}function oneOf(expected,thing){if(Array.isArray(expected)){var len=expected.length;return expected=expected.map((function(i){return String(i)})),len>2?"one of ".concat(thing," ").concat(expected.slice(0,len-1).join(", "),", or ")+expected[len-1]:2===len?"one of ".concat(thing," ").concat(expected[0]," or ").concat(expected[1]):"of ".concat(thing," ").concat(expected[0])}return"of ".concat(thing," ").concat(String(expected))}createErrorType("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),createErrorType("ERR_INVALID_ARG_TYPE",(function(name,expected,actual){var determiner,msg;if(void 0===assert&&(assert=__webpack_require__("./node_modules/assert/build/assert.js")),assert("string"==typeof name,"'name' must be a string"),"string"==typeof expected&&function startsWith(str,search,pos){return str.substr(!pos||pos<0?0:+pos,search.length)===search}(expected,"not ")?(determiner="must not be",expected=expected.replace(/^not /,"")):determiner="must be",function endsWith(str,search,this_len){return(void 0===this_len||this_len>str.length)&&(this_len=str.length),str.substring(this_len-search.length,this_len)===search}(name," argument"))msg="The ".concat(name," ").concat(determiner," ").concat(oneOf(expected,"type"));else{var type=function includes(str,search,start){return"number"!=typeof start&&(start=0),!(start+search.length>str.length)&&-1!==str.indexOf(search,start)}(name,".")?"property":"argument";msg='The "'.concat(name,'" ').concat(type," ").concat(determiner," ").concat(oneOf(expected,"type"))}return msg+=". Received type ".concat(_typeof(actual))}),TypeError),createErrorType("ERR_INVALID_ARG_VALUE",(function(name,value){var reason=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"is invalid";void 0===util&&(util=__webpack_require__("./node_modules/util/util.js"));var inspected=util.inspect(value);return inspected.length>128&&(inspected="".concat(inspected.slice(0,128),"...")),"The argument '".concat(name,"' ").concat(reason,". Received ").concat(inspected)}),TypeError,RangeError),createErrorType("ERR_INVALID_RETURN_VALUE",(function(input,name,value){var type;return type=value&&value.constructor&&value.constructor.name?"instance of ".concat(value.constructor.name):"type ".concat(_typeof(value)),"Expected ".concat(input,' to be returned from the "').concat(name,'"')+" function but got ".concat(type,".")}),TypeError),createErrorType("ERR_MISSING_ARGS",(function(){for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++)args[_key]=arguments[_key];void 0===assert&&(assert=__webpack_require__("./node_modules/assert/build/assert.js")),assert(args.length>0,"At least one arg needs to be specified");var msg="The ",len=args.length;switch(args=args.map((function(a){return'"'.concat(a,'"')})),len){case 1:msg+="".concat(args[0]," argument");break;case 2:msg+="".concat(args[0]," and ").concat(args[1]," arguments");break;default:msg+=args.slice(0,len-1).join(", "),msg+=", and ".concat(args[len-1]," arguments")}return"".concat(msg," must be specified")}),TypeError),module.exports.codes=codes},"./node_modules/assert/build/internal/util/comparisons.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";function _slicedToArray(arr,i){return function _arrayWithHoles(arr){if(Array.isArray(arr))return arr}(arr)||function _iterableToArrayLimit(arr,i){var _arr=[],_n=!0,_d=!1,_e=void 0;try{for(var _s,_i=arr[Symbol.iterator]();!(_n=(_s=_i.next()).done)&&(_arr.push(_s.value),!i||_arr.length!==i);_n=!0);}catch(err){_d=!0,_e=err}finally{try{_n||null==_i.return||_i.return()}finally{if(_d)throw _e}}return _arr}(arr,i)||function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function _typeof(obj){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(obj){return typeof obj}:function _typeof(obj){return obj&&"function"==typeof Symbol&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj},_typeof(obj)}var regexFlagsSupported=void 0!==/a/g.flags,arrayFromSet=function arrayFromSet(set){var array=[];return set.forEach((function(value){return array.push(value)})),array},arrayFromMap=function arrayFromMap(map){var array=[];return map.forEach((function(value,key){return array.push([key,value])})),array},objectIs=Object.is?Object.is:__webpack_require__("./node_modules/object-is/index.js"),objectGetOwnPropertySymbols=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols:function(){return[]},numberIsNaN=Number.isNaN?Number.isNaN:__webpack_require__("./node_modules/is-nan/index.js");function uncurryThis(f){return f.call.bind(f)}var hasOwnProperty=uncurryThis(Object.prototype.hasOwnProperty),propertyIsEnumerable=uncurryThis(Object.prototype.propertyIsEnumerable),objectToString=uncurryThis(Object.prototype.toString),_require$types=__webpack_require__("./node_modules/util/util.js").types,isAnyArrayBuffer=_require$types.isAnyArrayBuffer,isArrayBufferView=_require$types.isArrayBufferView,isDate=_require$types.isDate,isMap=_require$types.isMap,isRegExp=_require$types.isRegExp,isSet=_require$types.isSet,isNativeError=_require$types.isNativeError,isBoxedPrimitive=_require$types.isBoxedPrimitive,isNumberObject=_require$types.isNumberObject,isStringObject=_require$types.isStringObject,isBooleanObject=_require$types.isBooleanObject,isBigIntObject=_require$types.isBigIntObject,isSymbolObject=_require$types.isSymbolObject,isFloat32Array=_require$types.isFloat32Array,isFloat64Array=_require$types.isFloat64Array;function isNonIndex(key){if(0===key.length||key.length>10)return!0;for(var i=0;i57)return!0}return 10===key.length&&key>=Math.pow(2,32)}function getOwnNonIndexProperties(value){return Object.keys(value).filter(isNonIndex).concat(objectGetOwnPropertySymbols(value).filter(Object.prototype.propertyIsEnumerable.bind(value)))}function compare(a,b){if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i{"use strict";var possibleNames=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"],g="undefined"==typeof globalThis?__webpack_require__.g:globalThis;module.exports=function availableTypedArrays(){for(var out=[],i=0;i{"use strict";var GetIntrinsic=__webpack_require__("./node_modules/get-intrinsic/index.js"),callBind=__webpack_require__("./node_modules/call-bind/index.js"),$indexOf=callBind(GetIntrinsic("String.prototype.indexOf"));module.exports=function callBoundIntrinsic(name,allowMissing){var intrinsic=GetIntrinsic(name,!!allowMissing);return"function"==typeof intrinsic&&$indexOf(name,".prototype.")>-1?callBind(intrinsic):intrinsic}},"./node_modules/call-bind/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var bind=__webpack_require__("./node_modules/function-bind/index.js"),GetIntrinsic=__webpack_require__("./node_modules/get-intrinsic/index.js"),$apply=GetIntrinsic("%Function.prototype.apply%"),$call=GetIntrinsic("%Function.prototype.call%"),$reflectApply=GetIntrinsic("%Reflect.apply%",!0)||bind.call($call,$apply),$gOPD=GetIntrinsic("%Object.getOwnPropertyDescriptor%",!0),$defineProperty=GetIntrinsic("%Object.defineProperty%",!0),$max=GetIntrinsic("%Math.max%");if($defineProperty)try{$defineProperty({},"a",{value:1})}catch(e){$defineProperty=null}module.exports=function callBind(originalFunction){var func=$reflectApply(bind,$call,arguments);$gOPD&&$defineProperty&&($gOPD(func,"length").configurable&&$defineProperty(func,"length",{value:1+$max(0,originalFunction.length-(arguments.length-1))}));return func};var applyBind=function applyBind(){return $reflectApply(bind,$apply,arguments)};$defineProperty?$defineProperty(module.exports,"apply",{value:applyBind}):module.exports.apply=applyBind},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/compound-design-tokens.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__),_css_loader_dist_cjs_js_cpd_common_base_css__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-common-base.css"),_css_loader_dist_cjs_js_cpd_common_semantic_css__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-common-semantic.css"),_css_loader_dist_cjs_js_cpd_theme_light_base_css__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-base.css"),_css_loader_dist_cjs_js_cpd_theme_light_base_mq_css__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-base-mq.css"),_css_loader_dist_cjs_js_cpd_theme_light_semantic_css__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-semantic.css"),_css_loader_dist_cjs_js_cpd_theme_light_semantic_mq_css__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-semantic-mq.css"),_css_loader_dist_cjs_js_cpd_theme_light_hc_base_css__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-hc-base.css"),_css_loader_dist_cjs_js_cpd_theme_light_hc_base_mq_css__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-hc-base-mq.css"),_css_loader_dist_cjs_js_cpd_theme_light_hc_semantic_css__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-hc-semantic.css"),_css_loader_dist_cjs_js_cpd_theme_light_hc_semantic_mq_css__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-hc-semantic-mq.css"),_css_loader_dist_cjs_js_cpd_theme_dark_base_css__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-base.css"),_css_loader_dist_cjs_js_cpd_theme_dark_base_mq_css__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-base-mq.css"),_css_loader_dist_cjs_js_cpd_theme_dark_semantic_css__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-semantic.css"),_css_loader_dist_cjs_js_cpd_theme_dark_semantic_mq_css__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-semantic-mq.css"),_css_loader_dist_cjs_js_cpd_theme_dark_hc_base_css__WEBPACK_IMPORTED_MODULE_16__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-hc-base.css"),_css_loader_dist_cjs_js_cpd_theme_dark_hc_base_mq_css__WEBPACK_IMPORTED_MODULE_17__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-hc-base-mq.css"),_css_loader_dist_cjs_js_cpd_theme_dark_hc_semantic_css__WEBPACK_IMPORTED_MODULE_18__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-hc-semantic.css"),_css_loader_dist_cjs_js_cpd_theme_dark_hc_semantic_mq_css__WEBPACK_IMPORTED_MODULE_19__=__webpack_require__("./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-hc-semantic-mq.css"),___CSS_LOADER_EXPORT___=_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_common_base_css__WEBPACK_IMPORTED_MODULE_2__.Z,"screen",!1,void 0,"cpd-base"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_common_semantic_css__WEBPACK_IMPORTED_MODULE_3__.Z,"screen",!1,void 0,"cpd-semantic"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_light_base_css__WEBPACK_IMPORTED_MODULE_4__.Z,"screen",!1,void 0,"cpd-base"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_light_base_mq_css__WEBPACK_IMPORTED_MODULE_5__.Z,"screen and (prefers-color-scheme: light)",!1,void 0,"cpd-base"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_light_semantic_css__WEBPACK_IMPORTED_MODULE_6__.Z,"screen",!1,void 0,"cpd-semantic"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_light_semantic_mq_css__WEBPACK_IMPORTED_MODULE_7__.Z,"screen and (prefers-color-scheme: light)",!1,void 0,"cpd-semantic"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_light_hc_base_css__WEBPACK_IMPORTED_MODULE_8__.Z,"screen",!1,void 0,"cpd-base"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_light_hc_base_mq_css__WEBPACK_IMPORTED_MODULE_9__.Z,"screen and (prefers-color-scheme: light) and (prefers-contrast: more)",!1,void 0,"cpd-base"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_light_hc_semantic_css__WEBPACK_IMPORTED_MODULE_10__.Z,"screen",!1,void 0,"cpd-semantic"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_light_hc_semantic_mq_css__WEBPACK_IMPORTED_MODULE_11__.Z,"screen and (prefers-color-scheme: light) and (prefers-contrast: more)",!1,void 0,"cpd-semantic"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_dark_base_css__WEBPACK_IMPORTED_MODULE_12__.Z,"screen",!1,void 0,"cpd-base"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_dark_base_mq_css__WEBPACK_IMPORTED_MODULE_13__.Z,"screen and (prefers-color-scheme: dark)",!1,void 0,"cpd-base"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_dark_semantic_css__WEBPACK_IMPORTED_MODULE_14__.Z,"screen",!1,void 0,"cpd-semantic"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_dark_semantic_mq_css__WEBPACK_IMPORTED_MODULE_15__.Z,"screen and (prefers-color-scheme: dark)",!1,void 0,"cpd-semantic"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_dark_hc_base_css__WEBPACK_IMPORTED_MODULE_16__.Z,"screen",!1,void 0,"cpd-base"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_dark_hc_base_mq_css__WEBPACK_IMPORTED_MODULE_17__.Z,"screen and (prefers-color-scheme: dark) and (prefers-contrast: more)",!1,void 0,"cpd-base"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_dark_hc_semantic_css__WEBPACK_IMPORTED_MODULE_18__.Z,"screen",!1,void 0,"cpd-semantic"),___CSS_LOADER_EXPORT___.i(_css_loader_dist_cjs_js_cpd_theme_dark_hc_semantic_mq_css__WEBPACK_IMPORTED_MODULE_19__.Z,"screen and (prefers-color-scheme: dark) and (prefers-contrast: more)",!1,void 0,"cpd-semantic"),___CSS_LOADER_EXPORT___.push([module.id,"/* Establish a layer order that allows semantic tokens to be customized, but not base tokens.\n * The layers are prefixed by 'cpd-' because Tailwind will interpret '@layer base' directives.\n */\n@layer cpd-semantic, custom, cpd-base;\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/compound-design-tokens.css"],names:[],mappings:"AAAA;;EAEE;AACF,qCAAqC",sourcesContent:['/* Establish a layer order that allows semantic tokens to be customized, but not base tokens.\n * The layers are prefixed by \'cpd-\' because Tailwind will interpret \'@layer base\' directives.\n */\n@layer cpd-semantic, custom, cpd-base;\n\n@import url("./cpd-common-base.css") layer(cpd-base) screen;\n@import url("./cpd-common-semantic.css") layer(cpd-semantic) screen;\n@import url("./cpd-theme-light-base.css") layer(cpd-base) screen;\n@import url("./cpd-theme-light-base-mq.css") layer(cpd-base) screen and (prefers-color-scheme: light);\n@import url("./cpd-theme-light-semantic.css") layer(cpd-semantic) screen;\n@import url("./cpd-theme-light-semantic-mq.css") layer(cpd-semantic) screen and (prefers-color-scheme: light);\n@import url("./cpd-theme-light-hc-base.css") layer(cpd-base) screen;\n@import url("./cpd-theme-light-hc-base-mq.css") layer(cpd-base) screen and (prefers-color-scheme: light) and (prefers-contrast: more);\n@import url("./cpd-theme-light-hc-semantic.css") layer(cpd-semantic) screen;\n@import url("./cpd-theme-light-hc-semantic-mq.css") layer(cpd-semantic) screen and (prefers-color-scheme: light) and (prefers-contrast: more);\n@import url("./cpd-theme-dark-base.css") layer(cpd-base) screen;\n@import url("./cpd-theme-dark-base-mq.css") layer(cpd-base) screen and (prefers-color-scheme: dark);\n@import url("./cpd-theme-dark-semantic.css") layer(cpd-semantic) screen;\n@import url("./cpd-theme-dark-semantic-mq.css") layer(cpd-semantic) screen and (prefers-color-scheme: dark);\n@import url("./cpd-theme-dark-hc-base.css") layer(cpd-base) screen;\n@import url("./cpd-theme-dark-hc-base-mq.css") layer(cpd-base) screen and (prefers-color-scheme: dark) and (prefers-contrast: more);\n@import url("./cpd-theme-dark-hc-semantic.css") layer(cpd-semantic) screen;\n@import url("./cpd-theme-dark-hc-semantic-mq.css") layer(cpd-semantic) screen and (prefers-color-scheme: dark) and (prefers-contrast: more);\n'],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-common-base.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,':root, [class*="cpd-theme-"] {\n --cpd-font-letter-spacing-heading-xl: -0.0216em;\n --cpd-font-letter-spacing-heading-lg: -0.0209em;\n --cpd-font-letter-spacing-heading-md: -0.0195em;\n --cpd-font-letter-spacing-heading-sm: -0.0166em;\n --cpd-font-letter-spacing-body-lg: -0.0128em;\n --cpd-font-letter-spacing-body-md: -0.0088em;\n --cpd-font-letter-spacing-body-sm: -0.0031em;\n --cpd-font-letter-spacing-body-xs: 0.0048em;\n --cpd-font-size-root: 1rem;\n --cpd-font-size-heading-xl: 2rem;\n --cpd-font-size-heading-lg: 1.75rem;\n --cpd-font-size-heading-md: 1.5rem;\n --cpd-font-size-heading-sm: 1.25rem;\n --cpd-font-size-body-lg: 1.0625rem;\n --cpd-font-size-body-md: 0.9375rem;\n --cpd-font-size-body-sm: 0.8125rem;\n --cpd-font-size-body-xs: 0.6875rem;\n --cpd-font-line-height-regular: 1.5;\n --cpd-font-line-height-tight: 1.25;\n --cpd-font-line-height-minimum: 1;\n --cpd-font-weight-semibold: 600;\n --cpd-font-weight-medium: 500;\n --cpd-font-weight-regular: 400;\n --cpd-font-family-mono: Inconsolata;\n --cpd-font-family-sans: Inter;\n --cpd-border-width-0-5: 0.5px;\n --cpd-border-width-4: 4px;\n --cpd-border-width-2: 2px;\n --cpd-border-width-1: 1px;\n --cpd-space-56x: 224px;\n --cpd-space-36x: 144px;\n --cpd-space-16x: 64px;\n --cpd-space-12x: 48px;\n --cpd-space-11x: 44px;\n --cpd-space-10x: 40px;\n --cpd-space-6x: 24px;\n --cpd-space-0x: 0px;\n --cpd-space-scale: 4px;\n --cpd-font-heading-xl-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-heading-xl)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans);\n --cpd-font-heading-xl-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-heading-xl)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans);\n --cpd-font-heading-lg-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-heading-lg)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans);\n --cpd-font-heading-lg-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-heading-lg)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans);\n --cpd-font-heading-md-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-heading-md)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans);\n --cpd-font-heading-md-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-heading-md)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans);\n --cpd-font-heading-sm-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-line-height-tight)rem/1.25 var(--cpd-font-family-sans);\n --cpd-font-heading-sm-medium: var(--cpd-font-weight-medium) var(--cpd-font-line-height-tight)rem/1.25 var(--cpd-font-family-sans);\n --cpd-font-heading-sm-regular: var(--cpd-font-weight-regular) var(--cpd-font-line-height-tight)rem/1.25 var(--cpd-font-family-sans);\n --cpd-font-body-lg-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-body-lg)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-lg-medium: var(--cpd-font-weight-medium) var(--cpd-font-size-body-lg)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-lg-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-body-lg)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-md-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-body-md)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-md-medium: var(--cpd-font-weight-medium) var(--cpd-font-size-body-md)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-md-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-body-md)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-sm-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-body-sm)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-sm-medium: var(--cpd-font-weight-medium) var(--cpd-font-size-body-sm)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-sm-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-body-sm)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-xs-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-body-xs)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-xs-medium: var(--cpd-font-weight-medium) var(--cpd-font-size-body-xs)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-xs-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-body-xs)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-space-64x: 256px;\n --cpd-space-48x: 192px;\n --cpd-space-40x: 160px;\n --cpd-space-32x: 128px;\n --cpd-space-28x: 112px;\n --cpd-space-24x: 96px;\n --cpd-space-20x: 80px;\n --cpd-space-15x: 60px;\n --cpd-space-14x: 56px;\n --cpd-space-13x: 52px;\n --cpd-space-9x: 36px;\n --cpd-space-8x: 32px;\n --cpd-space-7x: 28px;\n --cpd-space-5x: 20px;\n --cpd-space-4x: 16px;\n --cpd-space-3x: 12px;\n --cpd-space-2x: 8px;\n --cpd-space-1-5x: 6px;\n --cpd-space-1x: var(--cpd-space-scale);\n --cpd-space-0-5x: 2px;\n}\n',"",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-common-base.css"],names:[],mappings:"AAAA;EACE,+CAA+C;EAC/C,+CAA+C;EAC/C,+CAA+C;EAC/C,+CAA+C;EAC/C,4CAA4C;EAC5C,4CAA4C;EAC5C,4CAA4C;EAC5C,2CAA2C;EAC3C,0BAA0B;EAC1B,gCAAgC;EAChC,mCAAmC;EACnC,kCAAkC;EAClC,mCAAmC;EACnC,kCAAkC;EAClC,kCAAkC;EAClC,kCAAkC;EAClC,kCAAkC;EAClC,mCAAmC;EACnC,kCAAkC;EAClC,iCAAiC;EACjC,+BAA+B;EAC/B,6BAA6B;EAC7B,8BAA8B;EAC9B,mCAAmC;EACnC,6BAA6B;EAC7B,6BAA6B;EAC7B,yBAAyB;EACzB,yBAAyB;EACzB,yBAAyB;EACzB,sBAAsB;EACtB,sBAAsB;EACtB,qBAAqB;EACrB,qBAAqB;EACrB,qBAAqB;EACrB,qBAAqB;EACrB,oBAAoB;EACpB,mBAAmB;EACnB,sBAAsB;EACtB,6JAA6J;EAC7J,2JAA2J;EAC3J,6JAA6J;EAC7J,2JAA2J;EAC3J,6JAA6J;EAC7J,2JAA2J;EAC3J,qIAAqI;EACrI,iIAAiI;EACjI,mIAAmI;EACnI,yJAAyJ;EACzJ,qJAAqJ;EACrJ,uJAAuJ;EACvJ,yJAAyJ;EACzJ,qJAAqJ;EACrJ,uJAAuJ;EACvJ,yJAAyJ;EACzJ,qJAAqJ;EACrJ,uJAAuJ;EACvJ,yJAAyJ;EACzJ,qJAAqJ;EACrJ,uJAAuJ;EACvJ,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,qBAAqB;EACrB,qBAAqB;EACrB,qBAAqB;EACrB,qBAAqB;EACrB,qBAAqB;EACrB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;EACpB,mBAAmB;EACnB,qBAAqB;EACrB,sCAAsC;EACtC,qBAAqB;AACvB",sourcesContent:[':root, [class*="cpd-theme-"] {\n --cpd-font-letter-spacing-heading-xl: -0.0216em;\n --cpd-font-letter-spacing-heading-lg: -0.0209em;\n --cpd-font-letter-spacing-heading-md: -0.0195em;\n --cpd-font-letter-spacing-heading-sm: -0.0166em;\n --cpd-font-letter-spacing-body-lg: -0.0128em;\n --cpd-font-letter-spacing-body-md: -0.0088em;\n --cpd-font-letter-spacing-body-sm: -0.0031em;\n --cpd-font-letter-spacing-body-xs: 0.0048em;\n --cpd-font-size-root: 1rem;\n --cpd-font-size-heading-xl: 2rem;\n --cpd-font-size-heading-lg: 1.75rem;\n --cpd-font-size-heading-md: 1.5rem;\n --cpd-font-size-heading-sm: 1.25rem;\n --cpd-font-size-body-lg: 1.0625rem;\n --cpd-font-size-body-md: 0.9375rem;\n --cpd-font-size-body-sm: 0.8125rem;\n --cpd-font-size-body-xs: 0.6875rem;\n --cpd-font-line-height-regular: 1.5;\n --cpd-font-line-height-tight: 1.25;\n --cpd-font-line-height-minimum: 1;\n --cpd-font-weight-semibold: 600;\n --cpd-font-weight-medium: 500;\n --cpd-font-weight-regular: 400;\n --cpd-font-family-mono: Inconsolata;\n --cpd-font-family-sans: Inter;\n --cpd-border-width-0-5: 0.5px;\n --cpd-border-width-4: 4px;\n --cpd-border-width-2: 2px;\n --cpd-border-width-1: 1px;\n --cpd-space-56x: 224px;\n --cpd-space-36x: 144px;\n --cpd-space-16x: 64px;\n --cpd-space-12x: 48px;\n --cpd-space-11x: 44px;\n --cpd-space-10x: 40px;\n --cpd-space-6x: 24px;\n --cpd-space-0x: 0px;\n --cpd-space-scale: 4px;\n --cpd-font-heading-xl-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-heading-xl)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans);\n --cpd-font-heading-xl-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-heading-xl)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans);\n --cpd-font-heading-lg-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-heading-lg)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans);\n --cpd-font-heading-lg-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-heading-lg)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans);\n --cpd-font-heading-md-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-heading-md)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans);\n --cpd-font-heading-md-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-heading-md)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans);\n --cpd-font-heading-sm-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-line-height-tight)rem/1.25 var(--cpd-font-family-sans);\n --cpd-font-heading-sm-medium: var(--cpd-font-weight-medium) var(--cpd-font-line-height-tight)rem/1.25 var(--cpd-font-family-sans);\n --cpd-font-heading-sm-regular: var(--cpd-font-weight-regular) var(--cpd-font-line-height-tight)rem/1.25 var(--cpd-font-family-sans);\n --cpd-font-body-lg-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-body-lg)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-lg-medium: var(--cpd-font-weight-medium) var(--cpd-font-size-body-lg)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-lg-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-body-lg)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-md-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-body-md)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-md-medium: var(--cpd-font-weight-medium) var(--cpd-font-size-body-md)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-md-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-body-md)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-sm-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-body-sm)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-sm-medium: var(--cpd-font-weight-medium) var(--cpd-font-size-body-sm)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-sm-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-body-sm)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-xs-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-body-xs)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-xs-medium: var(--cpd-font-weight-medium) var(--cpd-font-size-body-xs)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-font-body-xs-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-body-xs)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans);\n --cpd-space-64x: 256px;\n --cpd-space-48x: 192px;\n --cpd-space-40x: 160px;\n --cpd-space-32x: 128px;\n --cpd-space-28x: 112px;\n --cpd-space-24x: 96px;\n --cpd-space-20x: 80px;\n --cpd-space-15x: 60px;\n --cpd-space-14x: 56px;\n --cpd-space-13x: 52px;\n --cpd-space-9x: 36px;\n --cpd-space-8x: 32px;\n --cpd-space-7x: 28px;\n --cpd-space-5x: 20px;\n --cpd-space-4x: 16px;\n --cpd-space-3x: 12px;\n --cpd-space-2x: 8px;\n --cpd-space-1-5x: 6px;\n --cpd-space-1x: var(--cpd-space-scale);\n --cpd-space-0-5x: 2px;\n}\n'],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-common-semantic.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,':root, [class*="cpd-theme-"] {\n --cpd-color-icon-on-solid-primary: var(--cpd-color-theme-bg);\n --cpd-color-icon-info-primary: var(--cpd-color-blue-900);\n --cpd-color-icon-success-primary: var(--cpd-color-green-900);\n --cpd-color-icon-critical-primary: var(--cpd-color-red-900);\n --cpd-color-icon-accent-tertiary: var(--cpd-color-green-800);\n --cpd-color-icon-quaternary-alpha: var(--cpd-color-alpha-gray-700);\n --cpd-color-icon-tertiary-alpha: var(--cpd-color-alpha-gray-800);\n --cpd-color-icon-secondary-alpha: var(--cpd-color-alpha-gray-900);\n --cpd-color-icon-primary-alpha: var(--cpd-color-alpha-gray-1400);\n --cpd-color-icon-disabled: var(--cpd-color-gray-700);\n --cpd-color-icon-quaternary: var(--cpd-color-gray-700);\n --cpd-color-icon-tertiary: var(--cpd-color-gray-800);\n --cpd-color-icon-secondary: var(--cpd-color-gray-900);\n --cpd-color-icon-primary: var(--cpd-color-gray-1400);\n --cpd-color-border-info-subtle: var(--cpd-color-blue-500);\n --cpd-color-border-success-subtle: var(--cpd-color-green-500);\n --cpd-color-border-critical-subtle: var(--cpd-color-red-500);\n --cpd-color-border-critical-hovered: var(--cpd-color-red-1000);\n --cpd-color-border-critical-primary: var(--cpd-color-red-900);\n --cpd-color-border-interactive-hovered: var(--cpd-color-gray-1100);\n --cpd-color-border-interactive-secondary: var(--cpd-color-gray-600);\n --cpd-color-border-interactive-primary: var(--cpd-color-gray-800);\n --cpd-color-border-focused: var(--cpd-color-blue-900);\n --cpd-color-border-disabled: var(--cpd-color-gray-500);\n --cpd-color-bg-accent-pressed: var(--cpd-color-green-1100);\n --cpd-color-bg-accent-hovered: var(--cpd-color-green-1000);\n --cpd-color-bg-accent-rest: var(--cpd-color-green-900);\n --cpd-color-bg-decorative-6: var(--cpd-color-orange-300);\n --cpd-color-bg-decorative-5: var(--cpd-color-pink-300);\n --cpd-color-bg-decorative-4: var(--cpd-color-purple-300);\n --cpd-color-bg-decorative-3: var(--cpd-color-fuchsia-300);\n --cpd-color-bg-decorative-2: var(--cpd-color-cyan-300);\n --cpd-color-bg-decorative-1: var(--cpd-color-lime-300);\n --cpd-color-bg-info-subtle: var(--cpd-color-blue-200);\n --cpd-color-bg-success-subtle: var(--cpd-color-green-200);\n --cpd-color-bg-critical-subtle-hovered: var(--cpd-color-red-300);\n --cpd-color-bg-critical-subtle: var(--cpd-color-red-200);\n --cpd-color-bg-critical-hovered: var(--cpd-color-red-1000);\n --cpd-color-bg-critical-primary: var(--cpd-color-red-900);\n --cpd-color-bg-action-secondary-pressed: var(--cpd-color-alpha-gray-300);\n --cpd-color-bg-action-secondary-hovered: var(--cpd-color-alpha-gray-200);\n --cpd-color-bg-action-secondary-rest: var(--cpd-color-theme-bg);\n --cpd-color-bg-action-primary-disabled: var(--cpd-color-gray-700);\n --cpd-color-bg-action-primary-pressed: var(--cpd-color-gray-1100);\n --cpd-color-bg-action-primary-hovered: var(--cpd-color-gray-1200);\n --cpd-color-bg-action-primary-rest: var(--cpd-color-gray-1400);\n --cpd-color-bg-canvas-disabled: var(--cpd-color-gray-200);\n --cpd-color-bg-canvas-default: var(--cpd-color-theme-bg);\n --cpd-color-bg-subtle-secondary: var(--cpd-color-gray-300);\n --cpd-color-bg-subtle-primary: var(--cpd-color-gray-400);\n --cpd-color-text-decorative-6: var(--cpd-color-orange-1100);\n --cpd-color-text-decorative-5: var(--cpd-color-pink-1100);\n --cpd-color-text-decorative-4: var(--cpd-color-purple-1100);\n --cpd-color-text-decorative-3: var(--cpd-color-fuchsia-1100);\n --cpd-color-text-decorative-2: var(--cpd-color-cyan-1100);\n --cpd-color-text-decorative-1: var(--cpd-color-lime-1100);\n --cpd-color-text-on-solid-primary: var(--cpd-color-theme-bg);\n --cpd-color-text-info-primary: var(--cpd-color-blue-900);\n --cpd-color-text-success-primary: var(--cpd-color-green-900);\n --cpd-color-text-critical-primary: var(--cpd-color-red-900);\n --cpd-color-text-link-external: var(--cpd-color-blue-900);\n --cpd-color-text-action-accent: var(--cpd-color-green-900);\n --cpd-color-text-action-primary: var(--cpd-color-gray-1400);\n --cpd-color-text-disabled: var(--cpd-color-gray-800);\n --cpd-color-text-placeholder: var(--cpd-color-gray-800);\n --cpd-color-text-secondary: var(--cpd-color-gray-900);\n --cpd-color-text-primary: var(--cpd-color-gray-1400);\n}\n',"",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-common-semantic.css"],names:[],mappings:"AAAA;EACE,4DAA4D;EAC5D,wDAAwD;EACxD,4DAA4D;EAC5D,2DAA2D;EAC3D,4DAA4D;EAC5D,kEAAkE;EAClE,gEAAgE;EAChE,iEAAiE;EACjE,gEAAgE;EAChE,oDAAoD;EACpD,sDAAsD;EACtD,oDAAoD;EACpD,qDAAqD;EACrD,oDAAoD;EACpD,yDAAyD;EACzD,6DAA6D;EAC7D,4DAA4D;EAC5D,8DAA8D;EAC9D,6DAA6D;EAC7D,kEAAkE;EAClE,mEAAmE;EACnE,iEAAiE;EACjE,qDAAqD;EACrD,sDAAsD;EACtD,0DAA0D;EAC1D,0DAA0D;EAC1D,sDAAsD;EACtD,wDAAwD;EACxD,sDAAsD;EACtD,wDAAwD;EACxD,yDAAyD;EACzD,sDAAsD;EACtD,sDAAsD;EACtD,qDAAqD;EACrD,yDAAyD;EACzD,gEAAgE;EAChE,wDAAwD;EACxD,0DAA0D;EAC1D,yDAAyD;EACzD,wEAAwE;EACxE,wEAAwE;EACxE,+DAA+D;EAC/D,iEAAiE;EACjE,iEAAiE;EACjE,iEAAiE;EACjE,8DAA8D;EAC9D,yDAAyD;EACzD,wDAAwD;EACxD,0DAA0D;EAC1D,wDAAwD;EACxD,2DAA2D;EAC3D,yDAAyD;EACzD,2DAA2D;EAC3D,4DAA4D;EAC5D,yDAAyD;EACzD,yDAAyD;EACzD,4DAA4D;EAC5D,wDAAwD;EACxD,4DAA4D;EAC5D,2DAA2D;EAC3D,yDAAyD;EACzD,0DAA0D;EAC1D,2DAA2D;EAC3D,oDAAoD;EACpD,uDAAuD;EACvD,qDAAqD;EACrD,oDAAoD;AACtD",sourcesContent:[':root, [class*="cpd-theme-"] {\n --cpd-color-icon-on-solid-primary: var(--cpd-color-theme-bg);\n --cpd-color-icon-info-primary: var(--cpd-color-blue-900);\n --cpd-color-icon-success-primary: var(--cpd-color-green-900);\n --cpd-color-icon-critical-primary: var(--cpd-color-red-900);\n --cpd-color-icon-accent-tertiary: var(--cpd-color-green-800);\n --cpd-color-icon-quaternary-alpha: var(--cpd-color-alpha-gray-700);\n --cpd-color-icon-tertiary-alpha: var(--cpd-color-alpha-gray-800);\n --cpd-color-icon-secondary-alpha: var(--cpd-color-alpha-gray-900);\n --cpd-color-icon-primary-alpha: var(--cpd-color-alpha-gray-1400);\n --cpd-color-icon-disabled: var(--cpd-color-gray-700);\n --cpd-color-icon-quaternary: var(--cpd-color-gray-700);\n --cpd-color-icon-tertiary: var(--cpd-color-gray-800);\n --cpd-color-icon-secondary: var(--cpd-color-gray-900);\n --cpd-color-icon-primary: var(--cpd-color-gray-1400);\n --cpd-color-border-info-subtle: var(--cpd-color-blue-500);\n --cpd-color-border-success-subtle: var(--cpd-color-green-500);\n --cpd-color-border-critical-subtle: var(--cpd-color-red-500);\n --cpd-color-border-critical-hovered: var(--cpd-color-red-1000);\n --cpd-color-border-critical-primary: var(--cpd-color-red-900);\n --cpd-color-border-interactive-hovered: var(--cpd-color-gray-1100);\n --cpd-color-border-interactive-secondary: var(--cpd-color-gray-600);\n --cpd-color-border-interactive-primary: var(--cpd-color-gray-800);\n --cpd-color-border-focused: var(--cpd-color-blue-900);\n --cpd-color-border-disabled: var(--cpd-color-gray-500);\n --cpd-color-bg-accent-pressed: var(--cpd-color-green-1100);\n --cpd-color-bg-accent-hovered: var(--cpd-color-green-1000);\n --cpd-color-bg-accent-rest: var(--cpd-color-green-900);\n --cpd-color-bg-decorative-6: var(--cpd-color-orange-300);\n --cpd-color-bg-decorative-5: var(--cpd-color-pink-300);\n --cpd-color-bg-decorative-4: var(--cpd-color-purple-300);\n --cpd-color-bg-decorative-3: var(--cpd-color-fuchsia-300);\n --cpd-color-bg-decorative-2: var(--cpd-color-cyan-300);\n --cpd-color-bg-decorative-1: var(--cpd-color-lime-300);\n --cpd-color-bg-info-subtle: var(--cpd-color-blue-200);\n --cpd-color-bg-success-subtle: var(--cpd-color-green-200);\n --cpd-color-bg-critical-subtle-hovered: var(--cpd-color-red-300);\n --cpd-color-bg-critical-subtle: var(--cpd-color-red-200);\n --cpd-color-bg-critical-hovered: var(--cpd-color-red-1000);\n --cpd-color-bg-critical-primary: var(--cpd-color-red-900);\n --cpd-color-bg-action-secondary-pressed: var(--cpd-color-alpha-gray-300);\n --cpd-color-bg-action-secondary-hovered: var(--cpd-color-alpha-gray-200);\n --cpd-color-bg-action-secondary-rest: var(--cpd-color-theme-bg);\n --cpd-color-bg-action-primary-disabled: var(--cpd-color-gray-700);\n --cpd-color-bg-action-primary-pressed: var(--cpd-color-gray-1100);\n --cpd-color-bg-action-primary-hovered: var(--cpd-color-gray-1200);\n --cpd-color-bg-action-primary-rest: var(--cpd-color-gray-1400);\n --cpd-color-bg-canvas-disabled: var(--cpd-color-gray-200);\n --cpd-color-bg-canvas-default: var(--cpd-color-theme-bg);\n --cpd-color-bg-subtle-secondary: var(--cpd-color-gray-300);\n --cpd-color-bg-subtle-primary: var(--cpd-color-gray-400);\n --cpd-color-text-decorative-6: var(--cpd-color-orange-1100);\n --cpd-color-text-decorative-5: var(--cpd-color-pink-1100);\n --cpd-color-text-decorative-4: var(--cpd-color-purple-1100);\n --cpd-color-text-decorative-3: var(--cpd-color-fuchsia-1100);\n --cpd-color-text-decorative-2: var(--cpd-color-cyan-1100);\n --cpd-color-text-decorative-1: var(--cpd-color-lime-1100);\n --cpd-color-text-on-solid-primary: var(--cpd-color-theme-bg);\n --cpd-color-text-info-primary: var(--cpd-color-blue-900);\n --cpd-color-text-success-primary: var(--cpd-color-green-900);\n --cpd-color-text-critical-primary: var(--cpd-color-red-900);\n --cpd-color-text-link-external: var(--cpd-color-blue-900);\n --cpd-color-text-action-accent: var(--cpd-color-green-900);\n --cpd-color-text-action-primary: var(--cpd-color-gray-1400);\n --cpd-color-text-disabled: var(--cpd-color-gray-800);\n --cpd-color-text-placeholder: var(--cpd-color-gray-800);\n --cpd-color-text-secondary: var(--cpd-color-gray-900);\n --cpd-color-text-primary: var(--cpd-color-gray-1400);\n}\n'],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-base-mq.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,":root {\n --cpd-color-alpha-pink-1400: hsl(347, 100%, 96%, 1);\n --cpd-color-alpha-pink-1300: hsl(347, 100%, 91%, 1);\n --cpd-color-alpha-pink-1200: hsl(346, 100%, 84%, 1);\n --cpd-color-alpha-pink-1100: hsl(345, 98%, 76%, 1);\n --cpd-color-alpha-pink-1000: hsla(343, 100%, 70%, 0.98);\n --cpd-color-alpha-pink-900: hsla(340, 99%, 63%, 0.96);\n --cpd-color-alpha-pink-800: hsla(335, 99%, 55%, 0.8);\n --cpd-color-alpha-pink-700: hsla(334, 98%, 53%, 0.58);\n --cpd-color-alpha-pink-600: hsla(333, 97%, 50%, 0.46);\n --cpd-color-alpha-pink-500: hsl(330, 100%, 21%, 1);\n --cpd-color-alpha-pink-400: hsl(335, 100%, 17%, 1);\n --cpd-color-alpha-pink-300: hsl(339, 100%, 14%, 1);\n --cpd-color-alpha-pink-200: hsl(342, 100%, 12%, 1);\n --cpd-color-alpha-pink-100: hsl(344, 100%, 11%, 1);\n --cpd-color-alpha-fuchsia-1400: hsla(296, 90%, 96%, 0.98);\n --cpd-color-alpha-fuchsia-1300: hsla(296, 100%, 94%, 0.95);\n --cpd-color-alpha-fuchsia-1200: hsla(296, 97%, 88%, 0.91);\n --cpd-color-alpha-fuchsia-1100: hsla(297, 98%, 82%, 0.86);\n --cpd-color-alpha-fuchsia-1000: hsla(296, 98%, 78%, 0.83);\n --cpd-color-alpha-fuchsia-900: hsla(295, 97%, 72%, 0.8);\n --cpd-color-alpha-fuchsia-800: hsla(294, 98%, 63%, 0.71);\n --cpd-color-alpha-fuchsia-700: hsla(289, 99%, 59%, 0.54);\n --cpd-color-alpha-fuchsia-600: hsla(288, 100%, 56%, 0.44);\n --cpd-color-alpha-fuchsia-500: hsla(287, 100%, 52%, 0.38);\n --cpd-color-alpha-fuchsia-400: hsl(285, 100%, 18%, 1);\n --cpd-color-alpha-fuchsia-300: hsl(282, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-200: hsl(281, 100%, 13%, 1);\n --cpd-color-alpha-fuchsia-100: hsl(279, 100%, 12%, 1);\n --cpd-color-alpha-purple-1400: hsl(249, 100%, 96%, 1);\n --cpd-color-alpha-purple-1300: hsl(246, 100%, 93%, 1);\n --cpd-color-alpha-purple-1200: hsl(249, 100%, 87%, 1);\n --cpd-color-alpha-purple-1100: hsl(250, 98%, 80%, 1);\n --cpd-color-alpha-purple-1000: hsla(252, 98%, 77%, 0.99);\n --cpd-color-alpha-purple-900: hsla(254, 99%, 72%, 0.98);\n --cpd-color-alpha-purple-800: hsla(257, 100%, 65%, 0.92);\n --cpd-color-alpha-purple-700: hsla(260, 98%, 58%, 0.76);\n --cpd-color-alpha-purple-600: hsla(263, 98%, 52%, 0.67);\n --cpd-color-alpha-purple-500: hsl(263, 100%, 31%, 1);\n --cpd-color-alpha-purple-400: hsl(261, 100%, 25%, 1);\n --cpd-color-alpha-purple-300: hsl(259, 100%, 21%, 1);\n --cpd-color-alpha-purple-200: hsl(259, 100%, 18%, 1);\n --cpd-color-alpha-purple-100: hsl(258, 100%, 17%, 1);\n --cpd-color-alpha-blue-1400: hsl(217, 93%, 95%, 1);\n --cpd-color-alpha-blue-1300: hsla(216, 96%, 90%, 0.99);\n --cpd-color-alpha-blue-1200: hsla(216, 100%, 82%, 0.97);\n --cpd-color-alpha-blue-1100: hsla(215, 97%, 74%, 0.96);\n --cpd-color-alpha-blue-1000: hsla(216, 99%, 69%, 0.94);\n --cpd-color-alpha-blue-900: hsla(215, 98%, 63%, 0.92);\n --cpd-color-alpha-blue-800: hsla(214, 99%, 53%, 0.84);\n --cpd-color-alpha-blue-700: hsla(217, 99%, 51%, 0.64);\n --cpd-color-alpha-blue-600: hsla(219, 99%, 50%, 0.53);\n --cpd-color-alpha-blue-500: hsla(221, 100%, 37%, 0.63);\n --cpd-color-alpha-blue-400: hsl(224, 100%, 22%, 1);\n --cpd-color-alpha-blue-300: hsl(229, 100%, 20%, 1);\n --cpd-color-alpha-blue-200: hsl(234, 100%, 18%, 1);\n --cpd-color-alpha-blue-100: hsl(237, 100%, 18%, 1);\n --cpd-color-alpha-cyan-1400: hsla(187, 93%, 94%, 0.96);\n --cpd-color-alpha-cyan-1300: hsla(187, 93%, 89%, 0.92);\n --cpd-color-alpha-cyan-1200: hsla(187, 100%, 77%, 0.85);\n --cpd-color-alpha-cyan-1100: hsla(186, 98%, 57%, 0.79);\n --cpd-color-alpha-cyan-1000: hsla(189, 100%, 44%, 0.88);\n --cpd-color-alpha-cyan-900: hsl(194, 100%, 37%, 1);\n --cpd-color-alpha-cyan-800: hsla(200, 100%, 37%, 0.88);\n --cpd-color-alpha-cyan-700: hsl(204, 100%, 27%, 1);\n --cpd-color-alpha-cyan-600: hsl(208, 100%, 23%, 1);\n --cpd-color-alpha-cyan-500: hsl(210, 100%, 20%, 1);\n --cpd-color-alpha-cyan-400: hsl(215, 100%, 18%, 1);\n --cpd-color-alpha-cyan-300: hsl(219, 100%, 15%, 1);\n --cpd-color-alpha-cyan-200: hsl(223, 100%, 14%, 1);\n --cpd-color-alpha-cyan-100: hsl(225, 100%, 13%, 1);\n --cpd-color-alpha-green-1400: hsla(152, 88%, 94%, 0.96);\n --cpd-color-alpha-green-1300: hsla(152, 93%, 88%, 0.91);\n --cpd-color-alpha-green-1200: hsla(156, 97%, 76%, 0.83);\n --cpd-color-alpha-green-1100: hsla(162, 98%, 57%, 0.74);\n --cpd-color-alpha-green-1000: hsla(163, 99%, 55%, 0.65);\n --cpd-color-alpha-green-900: hsla(164, 98%, 53%, 0.58);\n --cpd-color-alpha-green-800: hsl(168, 100%, 24%, 1);\n --cpd-color-alpha-green-700: hsl(165, 100%, 18%, 1);\n --cpd-color-alpha-green-600: hsl(162, 100%, 14%, 1);\n --cpd-color-alpha-green-500: hsl(160, 100%, 12%, 1);\n --cpd-color-alpha-green-400: hsl(155, 100%, 9%, 1);\n --cpd-color-alpha-green-300: hsl(151, 100%, 7%, 1);\n --cpd-color-alpha-green-200: hsl(147, 100%, 6%, 1);\n --cpd-color-alpha-green-100: hsl(144, 100%, 6%, 1);\n --cpd-color-alpha-lime-1400: hsla(105, 91%, 92%, 0.97);\n --cpd-color-alpha-lime-1300: hsla(104, 100%, 84%, 0.92);\n --cpd-color-alpha-lime-1200: hsla(102, 100%, 68%, 0.84);\n --cpd-color-alpha-lime-1100: hsla(102, 98%, 60%, 0.74);\n --cpd-color-alpha-lime-1000: hsla(105, 97%, 58%, 0.66);\n --cpd-color-alpha-lime-900: hsla(107, 98%, 57%, 0.58);\n --cpd-color-alpha-lime-800: hsla(112, 98%, 52%, 0.45);\n --cpd-color-alpha-lime-700: hsl(120, 100%, 18%, 1);\n --cpd-color-alpha-lime-600: hsl(120, 100%, 15%, 1);\n --cpd-color-alpha-lime-500: hsl(120, 100%, 12%, 1);\n --cpd-color-alpha-lime-400: hsl(120, 100%, 9%, 1);\n --cpd-color-alpha-lime-300: hsl(120, 100%, 8%, 1);\n --cpd-color-alpha-lime-200: hsl(120, 100%, 6%, 1);\n --cpd-color-alpha-lime-100: hsl(120, 100%, 5%, 1);\n --cpd-color-alpha-yellow-1400: hsl(46, 100%, 85%, 1);\n --cpd-color-alpha-yellow-1300: hsl(47, 99%, 67%, 1);\n --cpd-color-alpha-yellow-1200: hsla(46, 98%, 52%, 0.94);\n --cpd-color-alpha-yellow-1100: hsl(44, 100%, 43%, 1);\n --cpd-color-alpha-yellow-1000: hsl(41, 100%, 40%, 1);\n --cpd-color-alpha-yellow-900: hsl(39, 100%, 37%, 1);\n --cpd-color-alpha-yellow-800: hsl(35, 100%, 31%, 1);\n --cpd-color-alpha-yellow-700: hsla(30, 100%, 26%, 0.92);\n --cpd-color-alpha-yellow-600: hsla(26, 100%, 23%, 0.87);\n --cpd-color-alpha-yellow-500: hsl(23, 100%, 18%, 1);\n --cpd-color-alpha-yellow-400: hsl(16, 100%, 15%, 1);\n --cpd-color-alpha-yellow-300: hsl(8, 100%, 13%, 1);\n --cpd-color-alpha-yellow-200: hsl(3, 100%, 11%, 1);\n --cpd-color-alpha-yellow-100: hsl(0, 100%, 11%, 1);\n --cpd-color-alpha-orange-1400: hsl(25, 100%, 93%, 1);\n --cpd-color-alpha-orange-1300: hsl(24, 100%, 86%, 1);\n --cpd-color-alpha-orange-1200: hsla(26, 97%, 75%, 0.99);\n --cpd-color-alpha-orange-1100: hsla(27, 98%, 62%, 0.97);\n --cpd-color-alpha-orange-1000: hsla(29, 99%, 53%, 0.92);\n --cpd-color-alpha-orange-900: hsla(26, 99%, 52%, 0.85);\n --cpd-color-alpha-orange-800: hsla(21, 100%, 50%, 0.71);\n --cpd-color-alpha-orange-700: hsla(12, 100%, 39%, 0.74);\n --cpd-color-alpha-orange-600: hsl(2, 100%, 26%, 1);\n --cpd-color-alpha-orange-500: hsl(0, 100%, 22%, 1);\n --cpd-color-alpha-orange-400: hsl(0, 100%, 17%, 1);\n --cpd-color-alpha-orange-300: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-orange-200: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-orange-100: hsl(0, 100%, 11%, 1);\n --cpd-color-alpha-red-1400: hsl(7, 100%, 95%, 1);\n --cpd-color-alpha-red-1300: hsl(8, 100%, 90%, 1);\n --cpd-color-alpha-red-1200: hsl(7, 100%, 82%, 1);\n --cpd-color-alpha-red-1100: hsl(5, 100%, 74%, 1);\n --cpd-color-alpha-red-1000: hsl(3, 100%, 68%, 1);\n --cpd-color-alpha-red-900: hsl(1, 98%, 61%, 1);\n --cpd-color-alpha-red-800: hsla(357, 99%, 57%, 0.81);\n --cpd-color-alpha-red-700: hsla(354, 99%, 52%, 0.6);\n --cpd-color-alpha-red-600: hsl(356, 100%, 26%, 1);\n --cpd-color-alpha-red-500: hsl(0, 100%, 22%, 1);\n --cpd-color-alpha-red-400: hsl(0, 100%, 18%, 1);\n --cpd-color-alpha-red-300: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-red-200: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-red-100: hsl(0, 100%, 11%, 1);\n --cpd-color-alpha-gray-1400: hsla(214, 78%, 98%, 0.95);\n --cpd-color-alpha-gray-1300: hsla(213, 73%, 97%, 0.89);\n --cpd-color-alpha-gray-1200: hsla(215, 74%, 96%, 0.79);\n --cpd-color-alpha-gray-1100: hsla(215, 92%, 95%, 0.68);\n --cpd-color-alpha-gray-1000: hsla(213, 93%, 94%, 0.61);\n --cpd-color-alpha-gray-900: hsla(211, 94%, 94%, 0.54);\n --cpd-color-alpha-gray-800: hsla(216, 100%, 94%, 0.41);\n --cpd-color-alpha-gray-700: hsla(213, 85%, 95%, 0.27);\n --cpd-color-alpha-gray-600: hsla(225, 46%, 95%, 0.2);\n --cpd-color-alpha-gray-500: hsla(214, 41%, 97%, 0.15);\n --cpd-color-alpha-gray-400: hsla(270, 37%, 93%, 0.1);\n --cpd-color-alpha-gray-300: hsla(280, 41%, 90%, 0.06);\n --cpd-color-alpha-gray-200: hsla(286, 31%, 82%, 0.04);\n --cpd-color-alpha-gray-100: hsla(214, 10%, 86%, 0.02);\n --cpd-color-pink-1400: #ffe8ed;\n --cpd-color-pink-1300: #ffd2dc;\n --cpd-color-pink-1200: #ffabbe;\n --cpd-color-pink-1100: #fe84a2;\n --cpd-color-pink-1000: #fa658f;\n --cpd-color-pink-900: #f4427d;\n --cpd-color-pink-800: #ce1865;\n --cpd-color-pink-700: #99114f;\n --cpd-color-pink-600: #7c0c41;\n --cpd-color-pink-500: #6d0036;\n --cpd-color-pink-400: #550024;\n --cpd-color-pink-300: #450018;\n --cpd-color-pink-200: #3c0012;\n --cpd-color-pink-100: #37000f;\n --cpd-color-fuchsia-1400: #f8e9f9;\n --cpd-color-fuchsia-1300: #f1d4f3;\n --cpd-color-fuchsia-1200: #e5b1e9;\n --cpd-color-fuchsia-1100: #d991de;\n --cpd-color-fuchsia-1000: #cf78d7;\n --cpd-color-fuchsia-900: #c560cf;\n --cpd-color-fuchsia-800: #aa36ba;\n --cpd-color-fuchsia-700: #7d2394;\n --cpd-color-fuchsia-600: #65177d;\n --cpd-color-fuchsia-500: #560f6f;\n --cpd-color-fuchsia-400: #46005e;\n --cpd-color-fuchsia-300: #37004e;\n --cpd-color-fuchsia-200: #2e0044;\n --cpd-color-fuchsia-100: #28003d;\n --cpd-color-purple-1400: #eeebff;\n --cpd-color-purple-1300: #dedaff;\n --cpd-color-purple-1200: #c4baff;\n --cpd-color-purple-1100: #ad9cfe;\n --cpd-color-purple-1000: #9e87fc;\n --cpd-color-purple-900: #9171f9;\n --cpd-color-purple-800: #7849ec;\n --cpd-color-purple-700: #5a27c6;\n --cpd-color-purple-600: #4a0db1;\n --cpd-color-purple-500: #3d009e;\n --cpd-color-purple-400: #2c0080;\n --cpd-color-purple-300: #22006a;\n --cpd-color-purple-200: #1c005a;\n --cpd-color-purple-100: #1a0055;\n --cpd-color-blue-1400: #e4eefe;\n --cpd-color-blue-1300: #cbdffc;\n --cpd-color-blue-1200: #a1c4f8;\n --cpd-color-blue-1100: #7aacf4;\n --cpd-color-blue-1000: #5e99f0;\n --cpd-color-blue-900: #4187eb;\n --cpd-color-blue-800: #0e67d9;\n --cpd-color-blue-700: #0b49ab;\n --cpd-color-blue-600: #083891;\n --cpd-color-blue-500: #062d80;\n --cpd-color-blue-400: #001e6f;\n --cpd-color-blue-300: #001264;\n --cpd-color-blue-200: #00095d;\n --cpd-color-blue-100: #00055a;\n --cpd-color-cyan-1400: #dbf2f5;\n --cpd-color-cyan-1300: #b8e5eb;\n --cpd-color-cyan-1200: #78d0dc;\n --cpd-color-cyan-1100: #21bacd;\n --cpd-color-cyan-1000: #02a7c6;\n --cpd-color-cyan-900: #0093be;\n --cpd-color-cyan-800: #0271aa;\n --cpd-color-cyan-700: #005188;\n --cpd-color-cyan-600: #003f75;\n --cpd-color-cyan-500: #003468;\n --cpd-color-cyan-400: #002559;\n --cpd-color-cyan-300: #001b4e;\n --cpd-color-cyan-200: #001448;\n --cpd-color-cyan-100: #001144;\n --cpd-color-green-1400: #d9f4e7;\n --cpd-color-green-1300: #b5e8d1;\n --cpd-color-green-1200: #72d5ae;\n --cpd-color-green-1100: #1fc090;\n --cpd-color-green-1000: #17ac84;\n --cpd-color-green-900: #129a78;\n --cpd-color-green-800: #007a62;\n --cpd-color-green-700: #005a43;\n --cpd-color-green-600: #004832;\n --cpd-color-green-500: #003d29;\n --cpd-color-green-400: #002e1b;\n --cpd-color-green-300: #002513;\n --cpd-color-green-200: #001f0e;\n --cpd-color-green-100: #001c0b;\n --cpd-color-lime-1400: #daf6d0;\n --cpd-color-lime-1300: #b6eca3;\n --cpd-color-lime-1200: #77d94f;\n --cpd-color-lime-1100: #56c02c;\n --cpd-color-lime-1000: #47ad26;\n --cpd-color-lime-900: #389b20;\n --cpd-color-lime-800: #1d7c13;\n --cpd-color-lime-700: #005c00;\n --cpd-color-lime-600: #004a00;\n --cpd-color-lime-500: #003e00;\n --cpd-color-lime-400: #003000;\n --cpd-color-lime-300: #002600;\n --cpd-color-lime-200: #002000;\n --cpd-color-lime-100: #001b00;\n --cpd-color-yellow-1400: #ffedb1;\n --cpd-color-yellow-1300: #fedb58;\n --cpd-color-yellow-1200: #efbb0b;\n --cpd-color-yellow-1100: #db9f00;\n --cpd-color-yellow-1000: #cc8c00;\n --cpd-color-yellow-900: #bc7a00;\n --cpd-color-yellow-800: #9d5b00;\n --cpd-color-yellow-700: #7c3e02;\n --cpd-color-yellow-600: #682e03;\n --cpd-color-yellow-500: #5c2400;\n --cpd-color-yellow-400: #4c1400;\n --cpd-color-yellow-300: #410900;\n --cpd-color-yellow-200: #3a0300;\n --cpd-color-yellow-100: #360000;\n --cpd-color-orange-1400: #ffeadb;\n --cpd-color-orange-1300: #ffd5b9;\n --cpd-color-orange-1200: #fbb37e;\n --cpd-color-orange-1100: #f6913d;\n --cpd-color-orange-1000: #eb7a12;\n --cpd-color-orange-900: #da670d;\n --cpd-color-orange-800: #b94607;\n --cpd-color-orange-700: #972206;\n --cpd-color-orange-600: #830500;\n --cpd-color-orange-500: #710000;\n --cpd-color-orange-400: #580000;\n --cpd-color-orange-300: #470000;\n --cpd-color-orange-200: #3c0000;\n --cpd-color-orange-100: #380000;\n --cpd-color-red-1400: #ffe9e6;\n --cpd-color-red-1300: #ffd4cd;\n --cpd-color-red-1200: #ffaea4;\n --cpd-color-red-1100: #ff877c;\n --cpd-color-red-1000: #ff665d;\n --cpd-color-red-900: #fd3e3c;\n --cpd-color-red-800: #d1212a;\n --cpd-color-red-700: #9f0d1e;\n --cpd-color-red-600: #830009;\n --cpd-color-red-500: #710000;\n --cpd-color-red-400: #590000;\n --cpd-color-red-300: #470000;\n --cpd-color-red-200: #3e0000;\n --cpd-color-red-100: #370000;\n --cpd-color-gray-1400: #ebeef2;\n --cpd-color-gray-1300: #d9dee4;\n --cpd-color-gray-1200: #bdc3cc;\n --cpd-color-gray-1100: #a3aab4;\n --cpd-color-gray-1000: #9199a4;\n --cpd-color-gray-900: #808994;\n --cpd-color-gray-800: #656c76;\n --cpd-color-gray-700: #4a4f55;\n --cpd-color-gray-600: #3c3f44;\n --cpd-color-gray-500: #323539;\n --cpd-color-gray-400: #26282d;\n --cpd-color-gray-300: #1d1f24;\n --cpd-color-gray-200: #181a1f;\n --cpd-color-gray-100: #14171b;\n --cpd-color-theme-bg: #101317;\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-base-mq.css"],names:[],mappings:"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",sourcesContent:[":root {\n --cpd-color-alpha-pink-1400: hsl(347, 100%, 96%, 1);\n --cpd-color-alpha-pink-1300: hsl(347, 100%, 91%, 1);\n --cpd-color-alpha-pink-1200: hsl(346, 100%, 84%, 1);\n --cpd-color-alpha-pink-1100: hsl(345, 98%, 76%, 1);\n --cpd-color-alpha-pink-1000: hsla(343, 100%, 70%, 0.98);\n --cpd-color-alpha-pink-900: hsla(340, 99%, 63%, 0.96);\n --cpd-color-alpha-pink-800: hsla(335, 99%, 55%, 0.8);\n --cpd-color-alpha-pink-700: hsla(334, 98%, 53%, 0.58);\n --cpd-color-alpha-pink-600: hsla(333, 97%, 50%, 0.46);\n --cpd-color-alpha-pink-500: hsl(330, 100%, 21%, 1);\n --cpd-color-alpha-pink-400: hsl(335, 100%, 17%, 1);\n --cpd-color-alpha-pink-300: hsl(339, 100%, 14%, 1);\n --cpd-color-alpha-pink-200: hsl(342, 100%, 12%, 1);\n --cpd-color-alpha-pink-100: hsl(344, 100%, 11%, 1);\n --cpd-color-alpha-fuchsia-1400: hsla(296, 90%, 96%, 0.98);\n --cpd-color-alpha-fuchsia-1300: hsla(296, 100%, 94%, 0.95);\n --cpd-color-alpha-fuchsia-1200: hsla(296, 97%, 88%, 0.91);\n --cpd-color-alpha-fuchsia-1100: hsla(297, 98%, 82%, 0.86);\n --cpd-color-alpha-fuchsia-1000: hsla(296, 98%, 78%, 0.83);\n --cpd-color-alpha-fuchsia-900: hsla(295, 97%, 72%, 0.8);\n --cpd-color-alpha-fuchsia-800: hsla(294, 98%, 63%, 0.71);\n --cpd-color-alpha-fuchsia-700: hsla(289, 99%, 59%, 0.54);\n --cpd-color-alpha-fuchsia-600: hsla(288, 100%, 56%, 0.44);\n --cpd-color-alpha-fuchsia-500: hsla(287, 100%, 52%, 0.38);\n --cpd-color-alpha-fuchsia-400: hsl(285, 100%, 18%, 1);\n --cpd-color-alpha-fuchsia-300: hsl(282, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-200: hsl(281, 100%, 13%, 1);\n --cpd-color-alpha-fuchsia-100: hsl(279, 100%, 12%, 1);\n --cpd-color-alpha-purple-1400: hsl(249, 100%, 96%, 1);\n --cpd-color-alpha-purple-1300: hsl(246, 100%, 93%, 1);\n --cpd-color-alpha-purple-1200: hsl(249, 100%, 87%, 1);\n --cpd-color-alpha-purple-1100: hsl(250, 98%, 80%, 1);\n --cpd-color-alpha-purple-1000: hsla(252, 98%, 77%, 0.99);\n --cpd-color-alpha-purple-900: hsla(254, 99%, 72%, 0.98);\n --cpd-color-alpha-purple-800: hsla(257, 100%, 65%, 0.92);\n --cpd-color-alpha-purple-700: hsla(260, 98%, 58%, 0.76);\n --cpd-color-alpha-purple-600: hsla(263, 98%, 52%, 0.67);\n --cpd-color-alpha-purple-500: hsl(263, 100%, 31%, 1);\n --cpd-color-alpha-purple-400: hsl(261, 100%, 25%, 1);\n --cpd-color-alpha-purple-300: hsl(259, 100%, 21%, 1);\n --cpd-color-alpha-purple-200: hsl(259, 100%, 18%, 1);\n --cpd-color-alpha-purple-100: hsl(258, 100%, 17%, 1);\n --cpd-color-alpha-blue-1400: hsl(217, 93%, 95%, 1);\n --cpd-color-alpha-blue-1300: hsla(216, 96%, 90%, 0.99);\n --cpd-color-alpha-blue-1200: hsla(216, 100%, 82%, 0.97);\n --cpd-color-alpha-blue-1100: hsla(215, 97%, 74%, 0.96);\n --cpd-color-alpha-blue-1000: hsla(216, 99%, 69%, 0.94);\n --cpd-color-alpha-blue-900: hsla(215, 98%, 63%, 0.92);\n --cpd-color-alpha-blue-800: hsla(214, 99%, 53%, 0.84);\n --cpd-color-alpha-blue-700: hsla(217, 99%, 51%, 0.64);\n --cpd-color-alpha-blue-600: hsla(219, 99%, 50%, 0.53);\n --cpd-color-alpha-blue-500: hsla(221, 100%, 37%, 0.63);\n --cpd-color-alpha-blue-400: hsl(224, 100%, 22%, 1);\n --cpd-color-alpha-blue-300: hsl(229, 100%, 20%, 1);\n --cpd-color-alpha-blue-200: hsl(234, 100%, 18%, 1);\n --cpd-color-alpha-blue-100: hsl(237, 100%, 18%, 1);\n --cpd-color-alpha-cyan-1400: hsla(187, 93%, 94%, 0.96);\n --cpd-color-alpha-cyan-1300: hsla(187, 93%, 89%, 0.92);\n --cpd-color-alpha-cyan-1200: hsla(187, 100%, 77%, 0.85);\n --cpd-color-alpha-cyan-1100: hsla(186, 98%, 57%, 0.79);\n --cpd-color-alpha-cyan-1000: hsla(189, 100%, 44%, 0.88);\n --cpd-color-alpha-cyan-900: hsl(194, 100%, 37%, 1);\n --cpd-color-alpha-cyan-800: hsla(200, 100%, 37%, 0.88);\n --cpd-color-alpha-cyan-700: hsl(204, 100%, 27%, 1);\n --cpd-color-alpha-cyan-600: hsl(208, 100%, 23%, 1);\n --cpd-color-alpha-cyan-500: hsl(210, 100%, 20%, 1);\n --cpd-color-alpha-cyan-400: hsl(215, 100%, 18%, 1);\n --cpd-color-alpha-cyan-300: hsl(219, 100%, 15%, 1);\n --cpd-color-alpha-cyan-200: hsl(223, 100%, 14%, 1);\n --cpd-color-alpha-cyan-100: hsl(225, 100%, 13%, 1);\n --cpd-color-alpha-green-1400: hsla(152, 88%, 94%, 0.96);\n --cpd-color-alpha-green-1300: hsla(152, 93%, 88%, 0.91);\n --cpd-color-alpha-green-1200: hsla(156, 97%, 76%, 0.83);\n --cpd-color-alpha-green-1100: hsla(162, 98%, 57%, 0.74);\n --cpd-color-alpha-green-1000: hsla(163, 99%, 55%, 0.65);\n --cpd-color-alpha-green-900: hsla(164, 98%, 53%, 0.58);\n --cpd-color-alpha-green-800: hsl(168, 100%, 24%, 1);\n --cpd-color-alpha-green-700: hsl(165, 100%, 18%, 1);\n --cpd-color-alpha-green-600: hsl(162, 100%, 14%, 1);\n --cpd-color-alpha-green-500: hsl(160, 100%, 12%, 1);\n --cpd-color-alpha-green-400: hsl(155, 100%, 9%, 1);\n --cpd-color-alpha-green-300: hsl(151, 100%, 7%, 1);\n --cpd-color-alpha-green-200: hsl(147, 100%, 6%, 1);\n --cpd-color-alpha-green-100: hsl(144, 100%, 6%, 1);\n --cpd-color-alpha-lime-1400: hsla(105, 91%, 92%, 0.97);\n --cpd-color-alpha-lime-1300: hsla(104, 100%, 84%, 0.92);\n --cpd-color-alpha-lime-1200: hsla(102, 100%, 68%, 0.84);\n --cpd-color-alpha-lime-1100: hsla(102, 98%, 60%, 0.74);\n --cpd-color-alpha-lime-1000: hsla(105, 97%, 58%, 0.66);\n --cpd-color-alpha-lime-900: hsla(107, 98%, 57%, 0.58);\n --cpd-color-alpha-lime-800: hsla(112, 98%, 52%, 0.45);\n --cpd-color-alpha-lime-700: hsl(120, 100%, 18%, 1);\n --cpd-color-alpha-lime-600: hsl(120, 100%, 15%, 1);\n --cpd-color-alpha-lime-500: hsl(120, 100%, 12%, 1);\n --cpd-color-alpha-lime-400: hsl(120, 100%, 9%, 1);\n --cpd-color-alpha-lime-300: hsl(120, 100%, 8%, 1);\n --cpd-color-alpha-lime-200: hsl(120, 100%, 6%, 1);\n --cpd-color-alpha-lime-100: hsl(120, 100%, 5%, 1);\n --cpd-color-alpha-yellow-1400: hsl(46, 100%, 85%, 1);\n --cpd-color-alpha-yellow-1300: hsl(47, 99%, 67%, 1);\n --cpd-color-alpha-yellow-1200: hsla(46, 98%, 52%, 0.94);\n --cpd-color-alpha-yellow-1100: hsl(44, 100%, 43%, 1);\n --cpd-color-alpha-yellow-1000: hsl(41, 100%, 40%, 1);\n --cpd-color-alpha-yellow-900: hsl(39, 100%, 37%, 1);\n --cpd-color-alpha-yellow-800: hsl(35, 100%, 31%, 1);\n --cpd-color-alpha-yellow-700: hsla(30, 100%, 26%, 0.92);\n --cpd-color-alpha-yellow-600: hsla(26, 100%, 23%, 0.87);\n --cpd-color-alpha-yellow-500: hsl(23, 100%, 18%, 1);\n --cpd-color-alpha-yellow-400: hsl(16, 100%, 15%, 1);\n --cpd-color-alpha-yellow-300: hsl(8, 100%, 13%, 1);\n --cpd-color-alpha-yellow-200: hsl(3, 100%, 11%, 1);\n --cpd-color-alpha-yellow-100: hsl(0, 100%, 11%, 1);\n --cpd-color-alpha-orange-1400: hsl(25, 100%, 93%, 1);\n --cpd-color-alpha-orange-1300: hsl(24, 100%, 86%, 1);\n --cpd-color-alpha-orange-1200: hsla(26, 97%, 75%, 0.99);\n --cpd-color-alpha-orange-1100: hsla(27, 98%, 62%, 0.97);\n --cpd-color-alpha-orange-1000: hsla(29, 99%, 53%, 0.92);\n --cpd-color-alpha-orange-900: hsla(26, 99%, 52%, 0.85);\n --cpd-color-alpha-orange-800: hsla(21, 100%, 50%, 0.71);\n --cpd-color-alpha-orange-700: hsla(12, 100%, 39%, 0.74);\n --cpd-color-alpha-orange-600: hsl(2, 100%, 26%, 1);\n --cpd-color-alpha-orange-500: hsl(0, 100%, 22%, 1);\n --cpd-color-alpha-orange-400: hsl(0, 100%, 17%, 1);\n --cpd-color-alpha-orange-300: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-orange-200: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-orange-100: hsl(0, 100%, 11%, 1);\n --cpd-color-alpha-red-1400: hsl(7, 100%, 95%, 1);\n --cpd-color-alpha-red-1300: hsl(8, 100%, 90%, 1);\n --cpd-color-alpha-red-1200: hsl(7, 100%, 82%, 1);\n --cpd-color-alpha-red-1100: hsl(5, 100%, 74%, 1);\n --cpd-color-alpha-red-1000: hsl(3, 100%, 68%, 1);\n --cpd-color-alpha-red-900: hsl(1, 98%, 61%, 1);\n --cpd-color-alpha-red-800: hsla(357, 99%, 57%, 0.81);\n --cpd-color-alpha-red-700: hsla(354, 99%, 52%, 0.6);\n --cpd-color-alpha-red-600: hsl(356, 100%, 26%, 1);\n --cpd-color-alpha-red-500: hsl(0, 100%, 22%, 1);\n --cpd-color-alpha-red-400: hsl(0, 100%, 18%, 1);\n --cpd-color-alpha-red-300: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-red-200: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-red-100: hsl(0, 100%, 11%, 1);\n --cpd-color-alpha-gray-1400: hsla(214, 78%, 98%, 0.95);\n --cpd-color-alpha-gray-1300: hsla(213, 73%, 97%, 0.89);\n --cpd-color-alpha-gray-1200: hsla(215, 74%, 96%, 0.79);\n --cpd-color-alpha-gray-1100: hsla(215, 92%, 95%, 0.68);\n --cpd-color-alpha-gray-1000: hsla(213, 93%, 94%, 0.61);\n --cpd-color-alpha-gray-900: hsla(211, 94%, 94%, 0.54);\n --cpd-color-alpha-gray-800: hsla(216, 100%, 94%, 0.41);\n --cpd-color-alpha-gray-700: hsla(213, 85%, 95%, 0.27);\n --cpd-color-alpha-gray-600: hsla(225, 46%, 95%, 0.2);\n --cpd-color-alpha-gray-500: hsla(214, 41%, 97%, 0.15);\n --cpd-color-alpha-gray-400: hsla(270, 37%, 93%, 0.1);\n --cpd-color-alpha-gray-300: hsla(280, 41%, 90%, 0.06);\n --cpd-color-alpha-gray-200: hsla(286, 31%, 82%, 0.04);\n --cpd-color-alpha-gray-100: hsla(214, 10%, 86%, 0.02);\n --cpd-color-pink-1400: #ffe8ed;\n --cpd-color-pink-1300: #ffd2dc;\n --cpd-color-pink-1200: #ffabbe;\n --cpd-color-pink-1100: #fe84a2;\n --cpd-color-pink-1000: #fa658f;\n --cpd-color-pink-900: #f4427d;\n --cpd-color-pink-800: #ce1865;\n --cpd-color-pink-700: #99114f;\n --cpd-color-pink-600: #7c0c41;\n --cpd-color-pink-500: #6d0036;\n --cpd-color-pink-400: #550024;\n --cpd-color-pink-300: #450018;\n --cpd-color-pink-200: #3c0012;\n --cpd-color-pink-100: #37000f;\n --cpd-color-fuchsia-1400: #f8e9f9;\n --cpd-color-fuchsia-1300: #f1d4f3;\n --cpd-color-fuchsia-1200: #e5b1e9;\n --cpd-color-fuchsia-1100: #d991de;\n --cpd-color-fuchsia-1000: #cf78d7;\n --cpd-color-fuchsia-900: #c560cf;\n --cpd-color-fuchsia-800: #aa36ba;\n --cpd-color-fuchsia-700: #7d2394;\n --cpd-color-fuchsia-600: #65177d;\n --cpd-color-fuchsia-500: #560f6f;\n --cpd-color-fuchsia-400: #46005e;\n --cpd-color-fuchsia-300: #37004e;\n --cpd-color-fuchsia-200: #2e0044;\n --cpd-color-fuchsia-100: #28003d;\n --cpd-color-purple-1400: #eeebff;\n --cpd-color-purple-1300: #dedaff;\n --cpd-color-purple-1200: #c4baff;\n --cpd-color-purple-1100: #ad9cfe;\n --cpd-color-purple-1000: #9e87fc;\n --cpd-color-purple-900: #9171f9;\n --cpd-color-purple-800: #7849ec;\n --cpd-color-purple-700: #5a27c6;\n --cpd-color-purple-600: #4a0db1;\n --cpd-color-purple-500: #3d009e;\n --cpd-color-purple-400: #2c0080;\n --cpd-color-purple-300: #22006a;\n --cpd-color-purple-200: #1c005a;\n --cpd-color-purple-100: #1a0055;\n --cpd-color-blue-1400: #e4eefe;\n --cpd-color-blue-1300: #cbdffc;\n --cpd-color-blue-1200: #a1c4f8;\n --cpd-color-blue-1100: #7aacf4;\n --cpd-color-blue-1000: #5e99f0;\n --cpd-color-blue-900: #4187eb;\n --cpd-color-blue-800: #0e67d9;\n --cpd-color-blue-700: #0b49ab;\n --cpd-color-blue-600: #083891;\n --cpd-color-blue-500: #062d80;\n --cpd-color-blue-400: #001e6f;\n --cpd-color-blue-300: #001264;\n --cpd-color-blue-200: #00095d;\n --cpd-color-blue-100: #00055a;\n --cpd-color-cyan-1400: #dbf2f5;\n --cpd-color-cyan-1300: #b8e5eb;\n --cpd-color-cyan-1200: #78d0dc;\n --cpd-color-cyan-1100: #21bacd;\n --cpd-color-cyan-1000: #02a7c6;\n --cpd-color-cyan-900: #0093be;\n --cpd-color-cyan-800: #0271aa;\n --cpd-color-cyan-700: #005188;\n --cpd-color-cyan-600: #003f75;\n --cpd-color-cyan-500: #003468;\n --cpd-color-cyan-400: #002559;\n --cpd-color-cyan-300: #001b4e;\n --cpd-color-cyan-200: #001448;\n --cpd-color-cyan-100: #001144;\n --cpd-color-green-1400: #d9f4e7;\n --cpd-color-green-1300: #b5e8d1;\n --cpd-color-green-1200: #72d5ae;\n --cpd-color-green-1100: #1fc090;\n --cpd-color-green-1000: #17ac84;\n --cpd-color-green-900: #129a78;\n --cpd-color-green-800: #007a62;\n --cpd-color-green-700: #005a43;\n --cpd-color-green-600: #004832;\n --cpd-color-green-500: #003d29;\n --cpd-color-green-400: #002e1b;\n --cpd-color-green-300: #002513;\n --cpd-color-green-200: #001f0e;\n --cpd-color-green-100: #001c0b;\n --cpd-color-lime-1400: #daf6d0;\n --cpd-color-lime-1300: #b6eca3;\n --cpd-color-lime-1200: #77d94f;\n --cpd-color-lime-1100: #56c02c;\n --cpd-color-lime-1000: #47ad26;\n --cpd-color-lime-900: #389b20;\n --cpd-color-lime-800: #1d7c13;\n --cpd-color-lime-700: #005c00;\n --cpd-color-lime-600: #004a00;\n --cpd-color-lime-500: #003e00;\n --cpd-color-lime-400: #003000;\n --cpd-color-lime-300: #002600;\n --cpd-color-lime-200: #002000;\n --cpd-color-lime-100: #001b00;\n --cpd-color-yellow-1400: #ffedb1;\n --cpd-color-yellow-1300: #fedb58;\n --cpd-color-yellow-1200: #efbb0b;\n --cpd-color-yellow-1100: #db9f00;\n --cpd-color-yellow-1000: #cc8c00;\n --cpd-color-yellow-900: #bc7a00;\n --cpd-color-yellow-800: #9d5b00;\n --cpd-color-yellow-700: #7c3e02;\n --cpd-color-yellow-600: #682e03;\n --cpd-color-yellow-500: #5c2400;\n --cpd-color-yellow-400: #4c1400;\n --cpd-color-yellow-300: #410900;\n --cpd-color-yellow-200: #3a0300;\n --cpd-color-yellow-100: #360000;\n --cpd-color-orange-1400: #ffeadb;\n --cpd-color-orange-1300: #ffd5b9;\n --cpd-color-orange-1200: #fbb37e;\n --cpd-color-orange-1100: #f6913d;\n --cpd-color-orange-1000: #eb7a12;\n --cpd-color-orange-900: #da670d;\n --cpd-color-orange-800: #b94607;\n --cpd-color-orange-700: #972206;\n --cpd-color-orange-600: #830500;\n --cpd-color-orange-500: #710000;\n --cpd-color-orange-400: #580000;\n --cpd-color-orange-300: #470000;\n --cpd-color-orange-200: #3c0000;\n --cpd-color-orange-100: #380000;\n --cpd-color-red-1400: #ffe9e6;\n --cpd-color-red-1300: #ffd4cd;\n --cpd-color-red-1200: #ffaea4;\n --cpd-color-red-1100: #ff877c;\n --cpd-color-red-1000: #ff665d;\n --cpd-color-red-900: #fd3e3c;\n --cpd-color-red-800: #d1212a;\n --cpd-color-red-700: #9f0d1e;\n --cpd-color-red-600: #830009;\n --cpd-color-red-500: #710000;\n --cpd-color-red-400: #590000;\n --cpd-color-red-300: #470000;\n --cpd-color-red-200: #3e0000;\n --cpd-color-red-100: #370000;\n --cpd-color-gray-1400: #ebeef2;\n --cpd-color-gray-1300: #d9dee4;\n --cpd-color-gray-1200: #bdc3cc;\n --cpd-color-gray-1100: #a3aab4;\n --cpd-color-gray-1000: #9199a4;\n --cpd-color-gray-900: #808994;\n --cpd-color-gray-800: #656c76;\n --cpd-color-gray-700: #4a4f55;\n --cpd-color-gray-600: #3c3f44;\n --cpd-color-gray-500: #323539;\n --cpd-color-gray-400: #26282d;\n --cpd-color-gray-300: #1d1f24;\n --cpd-color-gray-200: #181a1f;\n --cpd-color-gray-100: #14171b;\n --cpd-color-theme-bg: #101317;\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-base.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,".cpd-theme-dark.cpd-theme-dark {\n --cpd-color-alpha-pink-1400: hsl(347, 100%, 96%, 1);\n --cpd-color-alpha-pink-1300: hsl(347, 100%, 91%, 1);\n --cpd-color-alpha-pink-1200: hsl(346, 100%, 84%, 1);\n --cpd-color-alpha-pink-1100: hsl(345, 98%, 76%, 1);\n --cpd-color-alpha-pink-1000: hsla(343, 100%, 70%, 0.98);\n --cpd-color-alpha-pink-900: hsla(340, 99%, 63%, 0.96);\n --cpd-color-alpha-pink-800: hsla(335, 99%, 55%, 0.8);\n --cpd-color-alpha-pink-700: hsla(334, 98%, 53%, 0.58);\n --cpd-color-alpha-pink-600: hsla(333, 97%, 50%, 0.46);\n --cpd-color-alpha-pink-500: hsl(330, 100%, 21%, 1);\n --cpd-color-alpha-pink-400: hsl(335, 100%, 17%, 1);\n --cpd-color-alpha-pink-300: hsl(339, 100%, 14%, 1);\n --cpd-color-alpha-pink-200: hsl(342, 100%, 12%, 1);\n --cpd-color-alpha-pink-100: hsl(344, 100%, 11%, 1);\n --cpd-color-alpha-fuchsia-1400: hsla(296, 90%, 96%, 0.98);\n --cpd-color-alpha-fuchsia-1300: hsla(296, 100%, 94%, 0.95);\n --cpd-color-alpha-fuchsia-1200: hsla(296, 97%, 88%, 0.91);\n --cpd-color-alpha-fuchsia-1100: hsla(297, 98%, 82%, 0.86);\n --cpd-color-alpha-fuchsia-1000: hsla(296, 98%, 78%, 0.83);\n --cpd-color-alpha-fuchsia-900: hsla(295, 97%, 72%, 0.8);\n --cpd-color-alpha-fuchsia-800: hsla(294, 98%, 63%, 0.71);\n --cpd-color-alpha-fuchsia-700: hsla(289, 99%, 59%, 0.54);\n --cpd-color-alpha-fuchsia-600: hsla(288, 100%, 56%, 0.44);\n --cpd-color-alpha-fuchsia-500: hsla(287, 100%, 52%, 0.38);\n --cpd-color-alpha-fuchsia-400: hsl(285, 100%, 18%, 1);\n --cpd-color-alpha-fuchsia-300: hsl(282, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-200: hsl(281, 100%, 13%, 1);\n --cpd-color-alpha-fuchsia-100: hsl(279, 100%, 12%, 1);\n --cpd-color-alpha-purple-1400: hsl(249, 100%, 96%, 1);\n --cpd-color-alpha-purple-1300: hsl(246, 100%, 93%, 1);\n --cpd-color-alpha-purple-1200: hsl(249, 100%, 87%, 1);\n --cpd-color-alpha-purple-1100: hsl(250, 98%, 80%, 1);\n --cpd-color-alpha-purple-1000: hsla(252, 98%, 77%, 0.99);\n --cpd-color-alpha-purple-900: hsla(254, 99%, 72%, 0.98);\n --cpd-color-alpha-purple-800: hsla(257, 100%, 65%, 0.92);\n --cpd-color-alpha-purple-700: hsla(260, 98%, 58%, 0.76);\n --cpd-color-alpha-purple-600: hsla(263, 98%, 52%, 0.67);\n --cpd-color-alpha-purple-500: hsl(263, 100%, 31%, 1);\n --cpd-color-alpha-purple-400: hsl(261, 100%, 25%, 1);\n --cpd-color-alpha-purple-300: hsl(259, 100%, 21%, 1);\n --cpd-color-alpha-purple-200: hsl(259, 100%, 18%, 1);\n --cpd-color-alpha-purple-100: hsl(258, 100%, 17%, 1);\n --cpd-color-alpha-blue-1400: hsl(217, 93%, 95%, 1);\n --cpd-color-alpha-blue-1300: hsla(216, 96%, 90%, 0.99);\n --cpd-color-alpha-blue-1200: hsla(216, 100%, 82%, 0.97);\n --cpd-color-alpha-blue-1100: hsla(215, 97%, 74%, 0.96);\n --cpd-color-alpha-blue-1000: hsla(216, 99%, 69%, 0.94);\n --cpd-color-alpha-blue-900: hsla(215, 98%, 63%, 0.92);\n --cpd-color-alpha-blue-800: hsla(214, 99%, 53%, 0.84);\n --cpd-color-alpha-blue-700: hsla(217, 99%, 51%, 0.64);\n --cpd-color-alpha-blue-600: hsla(219, 99%, 50%, 0.53);\n --cpd-color-alpha-blue-500: hsla(221, 100%, 37%, 0.63);\n --cpd-color-alpha-blue-400: hsl(224, 100%, 22%, 1);\n --cpd-color-alpha-blue-300: hsl(229, 100%, 20%, 1);\n --cpd-color-alpha-blue-200: hsl(234, 100%, 18%, 1);\n --cpd-color-alpha-blue-100: hsl(237, 100%, 18%, 1);\n --cpd-color-alpha-cyan-1400: hsla(187, 93%, 94%, 0.96);\n --cpd-color-alpha-cyan-1300: hsla(187, 93%, 89%, 0.92);\n --cpd-color-alpha-cyan-1200: hsla(187, 100%, 77%, 0.85);\n --cpd-color-alpha-cyan-1100: hsla(186, 98%, 57%, 0.79);\n --cpd-color-alpha-cyan-1000: hsla(189, 100%, 44%, 0.88);\n --cpd-color-alpha-cyan-900: hsl(194, 100%, 37%, 1);\n --cpd-color-alpha-cyan-800: hsla(200, 100%, 37%, 0.88);\n --cpd-color-alpha-cyan-700: hsl(204, 100%, 27%, 1);\n --cpd-color-alpha-cyan-600: hsl(208, 100%, 23%, 1);\n --cpd-color-alpha-cyan-500: hsl(210, 100%, 20%, 1);\n --cpd-color-alpha-cyan-400: hsl(215, 100%, 18%, 1);\n --cpd-color-alpha-cyan-300: hsl(219, 100%, 15%, 1);\n --cpd-color-alpha-cyan-200: hsl(223, 100%, 14%, 1);\n --cpd-color-alpha-cyan-100: hsl(225, 100%, 13%, 1);\n --cpd-color-alpha-green-1400: hsla(152, 88%, 94%, 0.96);\n --cpd-color-alpha-green-1300: hsla(152, 93%, 88%, 0.91);\n --cpd-color-alpha-green-1200: hsla(156, 97%, 76%, 0.83);\n --cpd-color-alpha-green-1100: hsla(162, 98%, 57%, 0.74);\n --cpd-color-alpha-green-1000: hsla(163, 99%, 55%, 0.65);\n --cpd-color-alpha-green-900: hsla(164, 98%, 53%, 0.58);\n --cpd-color-alpha-green-800: hsl(168, 100%, 24%, 1);\n --cpd-color-alpha-green-700: hsl(165, 100%, 18%, 1);\n --cpd-color-alpha-green-600: hsl(162, 100%, 14%, 1);\n --cpd-color-alpha-green-500: hsl(160, 100%, 12%, 1);\n --cpd-color-alpha-green-400: hsl(155, 100%, 9%, 1);\n --cpd-color-alpha-green-300: hsl(151, 100%, 7%, 1);\n --cpd-color-alpha-green-200: hsl(147, 100%, 6%, 1);\n --cpd-color-alpha-green-100: hsl(144, 100%, 6%, 1);\n --cpd-color-alpha-lime-1400: hsla(105, 91%, 92%, 0.97);\n --cpd-color-alpha-lime-1300: hsla(104, 100%, 84%, 0.92);\n --cpd-color-alpha-lime-1200: hsla(102, 100%, 68%, 0.84);\n --cpd-color-alpha-lime-1100: hsla(102, 98%, 60%, 0.74);\n --cpd-color-alpha-lime-1000: hsla(105, 97%, 58%, 0.66);\n --cpd-color-alpha-lime-900: hsla(107, 98%, 57%, 0.58);\n --cpd-color-alpha-lime-800: hsla(112, 98%, 52%, 0.45);\n --cpd-color-alpha-lime-700: hsl(120, 100%, 18%, 1);\n --cpd-color-alpha-lime-600: hsl(120, 100%, 15%, 1);\n --cpd-color-alpha-lime-500: hsl(120, 100%, 12%, 1);\n --cpd-color-alpha-lime-400: hsl(120, 100%, 9%, 1);\n --cpd-color-alpha-lime-300: hsl(120, 100%, 8%, 1);\n --cpd-color-alpha-lime-200: hsl(120, 100%, 6%, 1);\n --cpd-color-alpha-lime-100: hsl(120, 100%, 5%, 1);\n --cpd-color-alpha-yellow-1400: hsl(46, 100%, 85%, 1);\n --cpd-color-alpha-yellow-1300: hsl(47, 99%, 67%, 1);\n --cpd-color-alpha-yellow-1200: hsla(46, 98%, 52%, 0.94);\n --cpd-color-alpha-yellow-1100: hsl(44, 100%, 43%, 1);\n --cpd-color-alpha-yellow-1000: hsl(41, 100%, 40%, 1);\n --cpd-color-alpha-yellow-900: hsl(39, 100%, 37%, 1);\n --cpd-color-alpha-yellow-800: hsl(35, 100%, 31%, 1);\n --cpd-color-alpha-yellow-700: hsla(30, 100%, 26%, 0.92);\n --cpd-color-alpha-yellow-600: hsla(26, 100%, 23%, 0.87);\n --cpd-color-alpha-yellow-500: hsl(23, 100%, 18%, 1);\n --cpd-color-alpha-yellow-400: hsl(16, 100%, 15%, 1);\n --cpd-color-alpha-yellow-300: hsl(8, 100%, 13%, 1);\n --cpd-color-alpha-yellow-200: hsl(3, 100%, 11%, 1);\n --cpd-color-alpha-yellow-100: hsl(0, 100%, 11%, 1);\n --cpd-color-alpha-orange-1400: hsl(25, 100%, 93%, 1);\n --cpd-color-alpha-orange-1300: hsl(24, 100%, 86%, 1);\n --cpd-color-alpha-orange-1200: hsla(26, 97%, 75%, 0.99);\n --cpd-color-alpha-orange-1100: hsla(27, 98%, 62%, 0.97);\n --cpd-color-alpha-orange-1000: hsla(29, 99%, 53%, 0.92);\n --cpd-color-alpha-orange-900: hsla(26, 99%, 52%, 0.85);\n --cpd-color-alpha-orange-800: hsla(21, 100%, 50%, 0.71);\n --cpd-color-alpha-orange-700: hsla(12, 100%, 39%, 0.74);\n --cpd-color-alpha-orange-600: hsl(2, 100%, 26%, 1);\n --cpd-color-alpha-orange-500: hsl(0, 100%, 22%, 1);\n --cpd-color-alpha-orange-400: hsl(0, 100%, 17%, 1);\n --cpd-color-alpha-orange-300: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-orange-200: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-orange-100: hsl(0, 100%, 11%, 1);\n --cpd-color-alpha-red-1400: hsl(7, 100%, 95%, 1);\n --cpd-color-alpha-red-1300: hsl(8, 100%, 90%, 1);\n --cpd-color-alpha-red-1200: hsl(7, 100%, 82%, 1);\n --cpd-color-alpha-red-1100: hsl(5, 100%, 74%, 1);\n --cpd-color-alpha-red-1000: hsl(3, 100%, 68%, 1);\n --cpd-color-alpha-red-900: hsl(1, 98%, 61%, 1);\n --cpd-color-alpha-red-800: hsla(357, 99%, 57%, 0.81);\n --cpd-color-alpha-red-700: hsla(354, 99%, 52%, 0.6);\n --cpd-color-alpha-red-600: hsl(356, 100%, 26%, 1);\n --cpd-color-alpha-red-500: hsl(0, 100%, 22%, 1);\n --cpd-color-alpha-red-400: hsl(0, 100%, 18%, 1);\n --cpd-color-alpha-red-300: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-red-200: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-red-100: hsl(0, 100%, 11%, 1);\n --cpd-color-alpha-gray-1400: hsla(214, 78%, 98%, 0.95);\n --cpd-color-alpha-gray-1300: hsla(213, 73%, 97%, 0.89);\n --cpd-color-alpha-gray-1200: hsla(215, 74%, 96%, 0.79);\n --cpd-color-alpha-gray-1100: hsla(215, 92%, 95%, 0.68);\n --cpd-color-alpha-gray-1000: hsla(213, 93%, 94%, 0.61);\n --cpd-color-alpha-gray-900: hsla(211, 94%, 94%, 0.54);\n --cpd-color-alpha-gray-800: hsla(216, 100%, 94%, 0.41);\n --cpd-color-alpha-gray-700: hsla(213, 85%, 95%, 0.27);\n --cpd-color-alpha-gray-600: hsla(225, 46%, 95%, 0.2);\n --cpd-color-alpha-gray-500: hsla(214, 41%, 97%, 0.15);\n --cpd-color-alpha-gray-400: hsla(270, 37%, 93%, 0.1);\n --cpd-color-alpha-gray-300: hsla(280, 41%, 90%, 0.06);\n --cpd-color-alpha-gray-200: hsla(286, 31%, 82%, 0.04);\n --cpd-color-alpha-gray-100: hsla(214, 10%, 86%, 0.02);\n --cpd-color-pink-1400: #ffe8ed;\n --cpd-color-pink-1300: #ffd2dc;\n --cpd-color-pink-1200: #ffabbe;\n --cpd-color-pink-1100: #fe84a2;\n --cpd-color-pink-1000: #fa658f;\n --cpd-color-pink-900: #f4427d;\n --cpd-color-pink-800: #ce1865;\n --cpd-color-pink-700: #99114f;\n --cpd-color-pink-600: #7c0c41;\n --cpd-color-pink-500: #6d0036;\n --cpd-color-pink-400: #550024;\n --cpd-color-pink-300: #450018;\n --cpd-color-pink-200: #3c0012;\n --cpd-color-pink-100: #37000f;\n --cpd-color-fuchsia-1400: #f8e9f9;\n --cpd-color-fuchsia-1300: #f1d4f3;\n --cpd-color-fuchsia-1200: #e5b1e9;\n --cpd-color-fuchsia-1100: #d991de;\n --cpd-color-fuchsia-1000: #cf78d7;\n --cpd-color-fuchsia-900: #c560cf;\n --cpd-color-fuchsia-800: #aa36ba;\n --cpd-color-fuchsia-700: #7d2394;\n --cpd-color-fuchsia-600: #65177d;\n --cpd-color-fuchsia-500: #560f6f;\n --cpd-color-fuchsia-400: #46005e;\n --cpd-color-fuchsia-300: #37004e;\n --cpd-color-fuchsia-200: #2e0044;\n --cpd-color-fuchsia-100: #28003d;\n --cpd-color-purple-1400: #eeebff;\n --cpd-color-purple-1300: #dedaff;\n --cpd-color-purple-1200: #c4baff;\n --cpd-color-purple-1100: #ad9cfe;\n --cpd-color-purple-1000: #9e87fc;\n --cpd-color-purple-900: #9171f9;\n --cpd-color-purple-800: #7849ec;\n --cpd-color-purple-700: #5a27c6;\n --cpd-color-purple-600: #4a0db1;\n --cpd-color-purple-500: #3d009e;\n --cpd-color-purple-400: #2c0080;\n --cpd-color-purple-300: #22006a;\n --cpd-color-purple-200: #1c005a;\n --cpd-color-purple-100: #1a0055;\n --cpd-color-blue-1400: #e4eefe;\n --cpd-color-blue-1300: #cbdffc;\n --cpd-color-blue-1200: #a1c4f8;\n --cpd-color-blue-1100: #7aacf4;\n --cpd-color-blue-1000: #5e99f0;\n --cpd-color-blue-900: #4187eb;\n --cpd-color-blue-800: #0e67d9;\n --cpd-color-blue-700: #0b49ab;\n --cpd-color-blue-600: #083891;\n --cpd-color-blue-500: #062d80;\n --cpd-color-blue-400: #001e6f;\n --cpd-color-blue-300: #001264;\n --cpd-color-blue-200: #00095d;\n --cpd-color-blue-100: #00055a;\n --cpd-color-cyan-1400: #dbf2f5;\n --cpd-color-cyan-1300: #b8e5eb;\n --cpd-color-cyan-1200: #78d0dc;\n --cpd-color-cyan-1100: #21bacd;\n --cpd-color-cyan-1000: #02a7c6;\n --cpd-color-cyan-900: #0093be;\n --cpd-color-cyan-800: #0271aa;\n --cpd-color-cyan-700: #005188;\n --cpd-color-cyan-600: #003f75;\n --cpd-color-cyan-500: #003468;\n --cpd-color-cyan-400: #002559;\n --cpd-color-cyan-300: #001b4e;\n --cpd-color-cyan-200: #001448;\n --cpd-color-cyan-100: #001144;\n --cpd-color-green-1400: #d9f4e7;\n --cpd-color-green-1300: #b5e8d1;\n --cpd-color-green-1200: #72d5ae;\n --cpd-color-green-1100: #1fc090;\n --cpd-color-green-1000: #17ac84;\n --cpd-color-green-900: #129a78;\n --cpd-color-green-800: #007a62;\n --cpd-color-green-700: #005a43;\n --cpd-color-green-600: #004832;\n --cpd-color-green-500: #003d29;\n --cpd-color-green-400: #002e1b;\n --cpd-color-green-300: #002513;\n --cpd-color-green-200: #001f0e;\n --cpd-color-green-100: #001c0b;\n --cpd-color-lime-1400: #daf6d0;\n --cpd-color-lime-1300: #b6eca3;\n --cpd-color-lime-1200: #77d94f;\n --cpd-color-lime-1100: #56c02c;\n --cpd-color-lime-1000: #47ad26;\n --cpd-color-lime-900: #389b20;\n --cpd-color-lime-800: #1d7c13;\n --cpd-color-lime-700: #005c00;\n --cpd-color-lime-600: #004a00;\n --cpd-color-lime-500: #003e00;\n --cpd-color-lime-400: #003000;\n --cpd-color-lime-300: #002600;\n --cpd-color-lime-200: #002000;\n --cpd-color-lime-100: #001b00;\n --cpd-color-yellow-1400: #ffedb1;\n --cpd-color-yellow-1300: #fedb58;\n --cpd-color-yellow-1200: #efbb0b;\n --cpd-color-yellow-1100: #db9f00;\n --cpd-color-yellow-1000: #cc8c00;\n --cpd-color-yellow-900: #bc7a00;\n --cpd-color-yellow-800: #9d5b00;\n --cpd-color-yellow-700: #7c3e02;\n --cpd-color-yellow-600: #682e03;\n --cpd-color-yellow-500: #5c2400;\n --cpd-color-yellow-400: #4c1400;\n --cpd-color-yellow-300: #410900;\n --cpd-color-yellow-200: #3a0300;\n --cpd-color-yellow-100: #360000;\n --cpd-color-orange-1400: #ffeadb;\n --cpd-color-orange-1300: #ffd5b9;\n --cpd-color-orange-1200: #fbb37e;\n --cpd-color-orange-1100: #f6913d;\n --cpd-color-orange-1000: #eb7a12;\n --cpd-color-orange-900: #da670d;\n --cpd-color-orange-800: #b94607;\n --cpd-color-orange-700: #972206;\n --cpd-color-orange-600: #830500;\n --cpd-color-orange-500: #710000;\n --cpd-color-orange-400: #580000;\n --cpd-color-orange-300: #470000;\n --cpd-color-orange-200: #3c0000;\n --cpd-color-orange-100: #380000;\n --cpd-color-red-1400: #ffe9e6;\n --cpd-color-red-1300: #ffd4cd;\n --cpd-color-red-1200: #ffaea4;\n --cpd-color-red-1100: #ff877c;\n --cpd-color-red-1000: #ff665d;\n --cpd-color-red-900: #fd3e3c;\n --cpd-color-red-800: #d1212a;\n --cpd-color-red-700: #9f0d1e;\n --cpd-color-red-600: #830009;\n --cpd-color-red-500: #710000;\n --cpd-color-red-400: #590000;\n --cpd-color-red-300: #470000;\n --cpd-color-red-200: #3e0000;\n --cpd-color-red-100: #370000;\n --cpd-color-gray-1400: #ebeef2;\n --cpd-color-gray-1300: #d9dee4;\n --cpd-color-gray-1200: #bdc3cc;\n --cpd-color-gray-1100: #a3aab4;\n --cpd-color-gray-1000: #9199a4;\n --cpd-color-gray-900: #808994;\n --cpd-color-gray-800: #656c76;\n --cpd-color-gray-700: #4a4f55;\n --cpd-color-gray-600: #3c3f44;\n --cpd-color-gray-500: #323539;\n --cpd-color-gray-400: #26282d;\n --cpd-color-gray-300: #1d1f24;\n --cpd-color-gray-200: #181a1f;\n --cpd-color-gray-100: #14171b;\n --cpd-color-theme-bg: #101317;\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-base.css"],names:[],mappings:"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",sourcesContent:[".cpd-theme-dark.cpd-theme-dark {\n --cpd-color-alpha-pink-1400: hsl(347, 100%, 96%, 1);\n --cpd-color-alpha-pink-1300: hsl(347, 100%, 91%, 1);\n --cpd-color-alpha-pink-1200: hsl(346, 100%, 84%, 1);\n --cpd-color-alpha-pink-1100: hsl(345, 98%, 76%, 1);\n --cpd-color-alpha-pink-1000: hsla(343, 100%, 70%, 0.98);\n --cpd-color-alpha-pink-900: hsla(340, 99%, 63%, 0.96);\n --cpd-color-alpha-pink-800: hsla(335, 99%, 55%, 0.8);\n --cpd-color-alpha-pink-700: hsla(334, 98%, 53%, 0.58);\n --cpd-color-alpha-pink-600: hsla(333, 97%, 50%, 0.46);\n --cpd-color-alpha-pink-500: hsl(330, 100%, 21%, 1);\n --cpd-color-alpha-pink-400: hsl(335, 100%, 17%, 1);\n --cpd-color-alpha-pink-300: hsl(339, 100%, 14%, 1);\n --cpd-color-alpha-pink-200: hsl(342, 100%, 12%, 1);\n --cpd-color-alpha-pink-100: hsl(344, 100%, 11%, 1);\n --cpd-color-alpha-fuchsia-1400: hsla(296, 90%, 96%, 0.98);\n --cpd-color-alpha-fuchsia-1300: hsla(296, 100%, 94%, 0.95);\n --cpd-color-alpha-fuchsia-1200: hsla(296, 97%, 88%, 0.91);\n --cpd-color-alpha-fuchsia-1100: hsla(297, 98%, 82%, 0.86);\n --cpd-color-alpha-fuchsia-1000: hsla(296, 98%, 78%, 0.83);\n --cpd-color-alpha-fuchsia-900: hsla(295, 97%, 72%, 0.8);\n --cpd-color-alpha-fuchsia-800: hsla(294, 98%, 63%, 0.71);\n --cpd-color-alpha-fuchsia-700: hsla(289, 99%, 59%, 0.54);\n --cpd-color-alpha-fuchsia-600: hsla(288, 100%, 56%, 0.44);\n --cpd-color-alpha-fuchsia-500: hsla(287, 100%, 52%, 0.38);\n --cpd-color-alpha-fuchsia-400: hsl(285, 100%, 18%, 1);\n --cpd-color-alpha-fuchsia-300: hsl(282, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-200: hsl(281, 100%, 13%, 1);\n --cpd-color-alpha-fuchsia-100: hsl(279, 100%, 12%, 1);\n --cpd-color-alpha-purple-1400: hsl(249, 100%, 96%, 1);\n --cpd-color-alpha-purple-1300: hsl(246, 100%, 93%, 1);\n --cpd-color-alpha-purple-1200: hsl(249, 100%, 87%, 1);\n --cpd-color-alpha-purple-1100: hsl(250, 98%, 80%, 1);\n --cpd-color-alpha-purple-1000: hsla(252, 98%, 77%, 0.99);\n --cpd-color-alpha-purple-900: hsla(254, 99%, 72%, 0.98);\n --cpd-color-alpha-purple-800: hsla(257, 100%, 65%, 0.92);\n --cpd-color-alpha-purple-700: hsla(260, 98%, 58%, 0.76);\n --cpd-color-alpha-purple-600: hsla(263, 98%, 52%, 0.67);\n --cpd-color-alpha-purple-500: hsl(263, 100%, 31%, 1);\n --cpd-color-alpha-purple-400: hsl(261, 100%, 25%, 1);\n --cpd-color-alpha-purple-300: hsl(259, 100%, 21%, 1);\n --cpd-color-alpha-purple-200: hsl(259, 100%, 18%, 1);\n --cpd-color-alpha-purple-100: hsl(258, 100%, 17%, 1);\n --cpd-color-alpha-blue-1400: hsl(217, 93%, 95%, 1);\n --cpd-color-alpha-blue-1300: hsla(216, 96%, 90%, 0.99);\n --cpd-color-alpha-blue-1200: hsla(216, 100%, 82%, 0.97);\n --cpd-color-alpha-blue-1100: hsla(215, 97%, 74%, 0.96);\n --cpd-color-alpha-blue-1000: hsla(216, 99%, 69%, 0.94);\n --cpd-color-alpha-blue-900: hsla(215, 98%, 63%, 0.92);\n --cpd-color-alpha-blue-800: hsla(214, 99%, 53%, 0.84);\n --cpd-color-alpha-blue-700: hsla(217, 99%, 51%, 0.64);\n --cpd-color-alpha-blue-600: hsla(219, 99%, 50%, 0.53);\n --cpd-color-alpha-blue-500: hsla(221, 100%, 37%, 0.63);\n --cpd-color-alpha-blue-400: hsl(224, 100%, 22%, 1);\n --cpd-color-alpha-blue-300: hsl(229, 100%, 20%, 1);\n --cpd-color-alpha-blue-200: hsl(234, 100%, 18%, 1);\n --cpd-color-alpha-blue-100: hsl(237, 100%, 18%, 1);\n --cpd-color-alpha-cyan-1400: hsla(187, 93%, 94%, 0.96);\n --cpd-color-alpha-cyan-1300: hsla(187, 93%, 89%, 0.92);\n --cpd-color-alpha-cyan-1200: hsla(187, 100%, 77%, 0.85);\n --cpd-color-alpha-cyan-1100: hsla(186, 98%, 57%, 0.79);\n --cpd-color-alpha-cyan-1000: hsla(189, 100%, 44%, 0.88);\n --cpd-color-alpha-cyan-900: hsl(194, 100%, 37%, 1);\n --cpd-color-alpha-cyan-800: hsla(200, 100%, 37%, 0.88);\n --cpd-color-alpha-cyan-700: hsl(204, 100%, 27%, 1);\n --cpd-color-alpha-cyan-600: hsl(208, 100%, 23%, 1);\n --cpd-color-alpha-cyan-500: hsl(210, 100%, 20%, 1);\n --cpd-color-alpha-cyan-400: hsl(215, 100%, 18%, 1);\n --cpd-color-alpha-cyan-300: hsl(219, 100%, 15%, 1);\n --cpd-color-alpha-cyan-200: hsl(223, 100%, 14%, 1);\n --cpd-color-alpha-cyan-100: hsl(225, 100%, 13%, 1);\n --cpd-color-alpha-green-1400: hsla(152, 88%, 94%, 0.96);\n --cpd-color-alpha-green-1300: hsla(152, 93%, 88%, 0.91);\n --cpd-color-alpha-green-1200: hsla(156, 97%, 76%, 0.83);\n --cpd-color-alpha-green-1100: hsla(162, 98%, 57%, 0.74);\n --cpd-color-alpha-green-1000: hsla(163, 99%, 55%, 0.65);\n --cpd-color-alpha-green-900: hsla(164, 98%, 53%, 0.58);\n --cpd-color-alpha-green-800: hsl(168, 100%, 24%, 1);\n --cpd-color-alpha-green-700: hsl(165, 100%, 18%, 1);\n --cpd-color-alpha-green-600: hsl(162, 100%, 14%, 1);\n --cpd-color-alpha-green-500: hsl(160, 100%, 12%, 1);\n --cpd-color-alpha-green-400: hsl(155, 100%, 9%, 1);\n --cpd-color-alpha-green-300: hsl(151, 100%, 7%, 1);\n --cpd-color-alpha-green-200: hsl(147, 100%, 6%, 1);\n --cpd-color-alpha-green-100: hsl(144, 100%, 6%, 1);\n --cpd-color-alpha-lime-1400: hsla(105, 91%, 92%, 0.97);\n --cpd-color-alpha-lime-1300: hsla(104, 100%, 84%, 0.92);\n --cpd-color-alpha-lime-1200: hsla(102, 100%, 68%, 0.84);\n --cpd-color-alpha-lime-1100: hsla(102, 98%, 60%, 0.74);\n --cpd-color-alpha-lime-1000: hsla(105, 97%, 58%, 0.66);\n --cpd-color-alpha-lime-900: hsla(107, 98%, 57%, 0.58);\n --cpd-color-alpha-lime-800: hsla(112, 98%, 52%, 0.45);\n --cpd-color-alpha-lime-700: hsl(120, 100%, 18%, 1);\n --cpd-color-alpha-lime-600: hsl(120, 100%, 15%, 1);\n --cpd-color-alpha-lime-500: hsl(120, 100%, 12%, 1);\n --cpd-color-alpha-lime-400: hsl(120, 100%, 9%, 1);\n --cpd-color-alpha-lime-300: hsl(120, 100%, 8%, 1);\n --cpd-color-alpha-lime-200: hsl(120, 100%, 6%, 1);\n --cpd-color-alpha-lime-100: hsl(120, 100%, 5%, 1);\n --cpd-color-alpha-yellow-1400: hsl(46, 100%, 85%, 1);\n --cpd-color-alpha-yellow-1300: hsl(47, 99%, 67%, 1);\n --cpd-color-alpha-yellow-1200: hsla(46, 98%, 52%, 0.94);\n --cpd-color-alpha-yellow-1100: hsl(44, 100%, 43%, 1);\n --cpd-color-alpha-yellow-1000: hsl(41, 100%, 40%, 1);\n --cpd-color-alpha-yellow-900: hsl(39, 100%, 37%, 1);\n --cpd-color-alpha-yellow-800: hsl(35, 100%, 31%, 1);\n --cpd-color-alpha-yellow-700: hsla(30, 100%, 26%, 0.92);\n --cpd-color-alpha-yellow-600: hsla(26, 100%, 23%, 0.87);\n --cpd-color-alpha-yellow-500: hsl(23, 100%, 18%, 1);\n --cpd-color-alpha-yellow-400: hsl(16, 100%, 15%, 1);\n --cpd-color-alpha-yellow-300: hsl(8, 100%, 13%, 1);\n --cpd-color-alpha-yellow-200: hsl(3, 100%, 11%, 1);\n --cpd-color-alpha-yellow-100: hsl(0, 100%, 11%, 1);\n --cpd-color-alpha-orange-1400: hsl(25, 100%, 93%, 1);\n --cpd-color-alpha-orange-1300: hsl(24, 100%, 86%, 1);\n --cpd-color-alpha-orange-1200: hsla(26, 97%, 75%, 0.99);\n --cpd-color-alpha-orange-1100: hsla(27, 98%, 62%, 0.97);\n --cpd-color-alpha-orange-1000: hsla(29, 99%, 53%, 0.92);\n --cpd-color-alpha-orange-900: hsla(26, 99%, 52%, 0.85);\n --cpd-color-alpha-orange-800: hsla(21, 100%, 50%, 0.71);\n --cpd-color-alpha-orange-700: hsla(12, 100%, 39%, 0.74);\n --cpd-color-alpha-orange-600: hsl(2, 100%, 26%, 1);\n --cpd-color-alpha-orange-500: hsl(0, 100%, 22%, 1);\n --cpd-color-alpha-orange-400: hsl(0, 100%, 17%, 1);\n --cpd-color-alpha-orange-300: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-orange-200: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-orange-100: hsl(0, 100%, 11%, 1);\n --cpd-color-alpha-red-1400: hsl(7, 100%, 95%, 1);\n --cpd-color-alpha-red-1300: hsl(8, 100%, 90%, 1);\n --cpd-color-alpha-red-1200: hsl(7, 100%, 82%, 1);\n --cpd-color-alpha-red-1100: hsl(5, 100%, 74%, 1);\n --cpd-color-alpha-red-1000: hsl(3, 100%, 68%, 1);\n --cpd-color-alpha-red-900: hsl(1, 98%, 61%, 1);\n --cpd-color-alpha-red-800: hsla(357, 99%, 57%, 0.81);\n --cpd-color-alpha-red-700: hsla(354, 99%, 52%, 0.6);\n --cpd-color-alpha-red-600: hsl(356, 100%, 26%, 1);\n --cpd-color-alpha-red-500: hsl(0, 100%, 22%, 1);\n --cpd-color-alpha-red-400: hsl(0, 100%, 18%, 1);\n --cpd-color-alpha-red-300: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-red-200: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-red-100: hsl(0, 100%, 11%, 1);\n --cpd-color-alpha-gray-1400: hsla(214, 78%, 98%, 0.95);\n --cpd-color-alpha-gray-1300: hsla(213, 73%, 97%, 0.89);\n --cpd-color-alpha-gray-1200: hsla(215, 74%, 96%, 0.79);\n --cpd-color-alpha-gray-1100: hsla(215, 92%, 95%, 0.68);\n --cpd-color-alpha-gray-1000: hsla(213, 93%, 94%, 0.61);\n --cpd-color-alpha-gray-900: hsla(211, 94%, 94%, 0.54);\n --cpd-color-alpha-gray-800: hsla(216, 100%, 94%, 0.41);\n --cpd-color-alpha-gray-700: hsla(213, 85%, 95%, 0.27);\n --cpd-color-alpha-gray-600: hsla(225, 46%, 95%, 0.2);\n --cpd-color-alpha-gray-500: hsla(214, 41%, 97%, 0.15);\n --cpd-color-alpha-gray-400: hsla(270, 37%, 93%, 0.1);\n --cpd-color-alpha-gray-300: hsla(280, 41%, 90%, 0.06);\n --cpd-color-alpha-gray-200: hsla(286, 31%, 82%, 0.04);\n --cpd-color-alpha-gray-100: hsla(214, 10%, 86%, 0.02);\n --cpd-color-pink-1400: #ffe8ed;\n --cpd-color-pink-1300: #ffd2dc;\n --cpd-color-pink-1200: #ffabbe;\n --cpd-color-pink-1100: #fe84a2;\n --cpd-color-pink-1000: #fa658f;\n --cpd-color-pink-900: #f4427d;\n --cpd-color-pink-800: #ce1865;\n --cpd-color-pink-700: #99114f;\n --cpd-color-pink-600: #7c0c41;\n --cpd-color-pink-500: #6d0036;\n --cpd-color-pink-400: #550024;\n --cpd-color-pink-300: #450018;\n --cpd-color-pink-200: #3c0012;\n --cpd-color-pink-100: #37000f;\n --cpd-color-fuchsia-1400: #f8e9f9;\n --cpd-color-fuchsia-1300: #f1d4f3;\n --cpd-color-fuchsia-1200: #e5b1e9;\n --cpd-color-fuchsia-1100: #d991de;\n --cpd-color-fuchsia-1000: #cf78d7;\n --cpd-color-fuchsia-900: #c560cf;\n --cpd-color-fuchsia-800: #aa36ba;\n --cpd-color-fuchsia-700: #7d2394;\n --cpd-color-fuchsia-600: #65177d;\n --cpd-color-fuchsia-500: #560f6f;\n --cpd-color-fuchsia-400: #46005e;\n --cpd-color-fuchsia-300: #37004e;\n --cpd-color-fuchsia-200: #2e0044;\n --cpd-color-fuchsia-100: #28003d;\n --cpd-color-purple-1400: #eeebff;\n --cpd-color-purple-1300: #dedaff;\n --cpd-color-purple-1200: #c4baff;\n --cpd-color-purple-1100: #ad9cfe;\n --cpd-color-purple-1000: #9e87fc;\n --cpd-color-purple-900: #9171f9;\n --cpd-color-purple-800: #7849ec;\n --cpd-color-purple-700: #5a27c6;\n --cpd-color-purple-600: #4a0db1;\n --cpd-color-purple-500: #3d009e;\n --cpd-color-purple-400: #2c0080;\n --cpd-color-purple-300: #22006a;\n --cpd-color-purple-200: #1c005a;\n --cpd-color-purple-100: #1a0055;\n --cpd-color-blue-1400: #e4eefe;\n --cpd-color-blue-1300: #cbdffc;\n --cpd-color-blue-1200: #a1c4f8;\n --cpd-color-blue-1100: #7aacf4;\n --cpd-color-blue-1000: #5e99f0;\n --cpd-color-blue-900: #4187eb;\n --cpd-color-blue-800: #0e67d9;\n --cpd-color-blue-700: #0b49ab;\n --cpd-color-blue-600: #083891;\n --cpd-color-blue-500: #062d80;\n --cpd-color-blue-400: #001e6f;\n --cpd-color-blue-300: #001264;\n --cpd-color-blue-200: #00095d;\n --cpd-color-blue-100: #00055a;\n --cpd-color-cyan-1400: #dbf2f5;\n --cpd-color-cyan-1300: #b8e5eb;\n --cpd-color-cyan-1200: #78d0dc;\n --cpd-color-cyan-1100: #21bacd;\n --cpd-color-cyan-1000: #02a7c6;\n --cpd-color-cyan-900: #0093be;\n --cpd-color-cyan-800: #0271aa;\n --cpd-color-cyan-700: #005188;\n --cpd-color-cyan-600: #003f75;\n --cpd-color-cyan-500: #003468;\n --cpd-color-cyan-400: #002559;\n --cpd-color-cyan-300: #001b4e;\n --cpd-color-cyan-200: #001448;\n --cpd-color-cyan-100: #001144;\n --cpd-color-green-1400: #d9f4e7;\n --cpd-color-green-1300: #b5e8d1;\n --cpd-color-green-1200: #72d5ae;\n --cpd-color-green-1100: #1fc090;\n --cpd-color-green-1000: #17ac84;\n --cpd-color-green-900: #129a78;\n --cpd-color-green-800: #007a62;\n --cpd-color-green-700: #005a43;\n --cpd-color-green-600: #004832;\n --cpd-color-green-500: #003d29;\n --cpd-color-green-400: #002e1b;\n --cpd-color-green-300: #002513;\n --cpd-color-green-200: #001f0e;\n --cpd-color-green-100: #001c0b;\n --cpd-color-lime-1400: #daf6d0;\n --cpd-color-lime-1300: #b6eca3;\n --cpd-color-lime-1200: #77d94f;\n --cpd-color-lime-1100: #56c02c;\n --cpd-color-lime-1000: #47ad26;\n --cpd-color-lime-900: #389b20;\n --cpd-color-lime-800: #1d7c13;\n --cpd-color-lime-700: #005c00;\n --cpd-color-lime-600: #004a00;\n --cpd-color-lime-500: #003e00;\n --cpd-color-lime-400: #003000;\n --cpd-color-lime-300: #002600;\n --cpd-color-lime-200: #002000;\n --cpd-color-lime-100: #001b00;\n --cpd-color-yellow-1400: #ffedb1;\n --cpd-color-yellow-1300: #fedb58;\n --cpd-color-yellow-1200: #efbb0b;\n --cpd-color-yellow-1100: #db9f00;\n --cpd-color-yellow-1000: #cc8c00;\n --cpd-color-yellow-900: #bc7a00;\n --cpd-color-yellow-800: #9d5b00;\n --cpd-color-yellow-700: #7c3e02;\n --cpd-color-yellow-600: #682e03;\n --cpd-color-yellow-500: #5c2400;\n --cpd-color-yellow-400: #4c1400;\n --cpd-color-yellow-300: #410900;\n --cpd-color-yellow-200: #3a0300;\n --cpd-color-yellow-100: #360000;\n --cpd-color-orange-1400: #ffeadb;\n --cpd-color-orange-1300: #ffd5b9;\n --cpd-color-orange-1200: #fbb37e;\n --cpd-color-orange-1100: #f6913d;\n --cpd-color-orange-1000: #eb7a12;\n --cpd-color-orange-900: #da670d;\n --cpd-color-orange-800: #b94607;\n --cpd-color-orange-700: #972206;\n --cpd-color-orange-600: #830500;\n --cpd-color-orange-500: #710000;\n --cpd-color-orange-400: #580000;\n --cpd-color-orange-300: #470000;\n --cpd-color-orange-200: #3c0000;\n --cpd-color-orange-100: #380000;\n --cpd-color-red-1400: #ffe9e6;\n --cpd-color-red-1300: #ffd4cd;\n --cpd-color-red-1200: #ffaea4;\n --cpd-color-red-1100: #ff877c;\n --cpd-color-red-1000: #ff665d;\n --cpd-color-red-900: #fd3e3c;\n --cpd-color-red-800: #d1212a;\n --cpd-color-red-700: #9f0d1e;\n --cpd-color-red-600: #830009;\n --cpd-color-red-500: #710000;\n --cpd-color-red-400: #590000;\n --cpd-color-red-300: #470000;\n --cpd-color-red-200: #3e0000;\n --cpd-color-red-100: #370000;\n --cpd-color-gray-1400: #ebeef2;\n --cpd-color-gray-1300: #d9dee4;\n --cpd-color-gray-1200: #bdc3cc;\n --cpd-color-gray-1100: #a3aab4;\n --cpd-color-gray-1000: #9199a4;\n --cpd-color-gray-900: #808994;\n --cpd-color-gray-800: #656c76;\n --cpd-color-gray-700: #4a4f55;\n --cpd-color-gray-600: #3c3f44;\n --cpd-color-gray-500: #323539;\n --cpd-color-gray-400: #26282d;\n --cpd-color-gray-300: #1d1f24;\n --cpd-color-gray-200: #181a1f;\n --cpd-color-gray-100: #14171b;\n --cpd-color-theme-bg: #101317;\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-hc-base-mq.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,":root {\n --cpd-color-alpha-pink-1400: hsl(347, 100%, 97%, 1);\n --cpd-color-alpha-pink-1300: hsl(347, 100%, 96%, 1);\n --cpd-color-alpha-pink-1200: hsl(347, 100%, 90%, 1);\n --cpd-color-alpha-pink-1100: hsl(347, 100%, 87%, 1);\n --cpd-color-alpha-pink-1000: hsl(346, 100%, 82%, 1);\n --cpd-color-alpha-pink-900: hsl(346, 100%, 79%, 1);\n --cpd-color-alpha-pink-800: hsla(338, 98%, 58%, 0.95);\n --cpd-color-alpha-pink-700: hsla(335, 99%, 55%, 0.76);\n --cpd-color-alpha-pink-600: hsla(334, 98%, 53%, 0.58);\n --cpd-color-alpha-pink-500: hsla(333, 97%, 50%, 0.46);\n --cpd-color-alpha-pink-400: hsl(332, 100%, 19%, 1);\n --cpd-color-alpha-pink-300: hsl(335, 100%, 17%, 1);\n --cpd-color-alpha-pink-200: hsl(339, 100%, 14%, 1);\n --cpd-color-alpha-pink-100: hsl(342, 100%, 12%, 1);\n --cpd-color-alpha-fuchsia-1400: hsla(300, 71%, 97%, 0.99);\n --cpd-color-alpha-fuchsia-1300: hsla(296, 90%, 96%, 0.98);\n --cpd-color-alpha-fuchsia-1200: hsla(297, 95%, 92%, 0.95);\n --cpd-color-alpha-fuchsia-1100: hsla(296, 92%, 90%, 0.93);\n --cpd-color-alpha-fuchsia-1000: hsla(296, 97%, 87%, 0.9);\n --cpd-color-alpha-fuchsia-900: hsla(295, 100%, 85%, 0.88);\n --cpd-color-alpha-fuchsia-800: hsla(296, 99%, 70%, 0.78);\n --cpd-color-alpha-fuchsia-700: hsla(293, 97%, 62%, 0.68);\n --cpd-color-alpha-fuchsia-600: hsla(289, 99%, 59%, 0.54);\n --cpd-color-alpha-fuchsia-500: hsla(288, 100%, 56%, 0.44);\n --cpd-color-alpha-fuchsia-400: hsla(286, 100%, 23%, 0.85);\n --cpd-color-alpha-fuchsia-300: hsl(285, 100%, 18%, 1);\n --cpd-color-alpha-fuchsia-200: hsl(282, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-100: hsl(281, 100%, 13%, 1);\n --cpd-color-alpha-purple-1400: hsl(250, 100%, 98%, 1);\n --cpd-color-alpha-purple-1300: hsl(249, 100%, 96%, 1);\n --cpd-color-alpha-purple-1200: hsl(247, 100%, 92%, 1);\n --cpd-color-alpha-purple-1100: hsl(248, 100%, 89%, 1);\n --cpd-color-alpha-purple-1000: hsl(249, 100%, 86%, 1);\n --cpd-color-alpha-purple-900: hsl(250, 100%, 83%, 1);\n --cpd-color-alpha-purple-800: hsla(255, 100%, 71%, 0.97);\n --cpd-color-alpha-purple-700: hsla(258, 98%, 64%, 0.9);\n --cpd-color-alpha-purple-600: hsla(260, 98%, 58%, 0.76);\n --cpd-color-alpha-purple-500: hsla(263, 98%, 52%, 0.67);\n --cpd-color-alpha-purple-400: hsl(262, 100%, 28%, 1);\n --cpd-color-alpha-purple-300: hsl(261, 100%, 25%, 1);\n --cpd-color-alpha-purple-200: hsl(259, 100%, 21%, 1);\n --cpd-color-alpha-purple-100: hsl(259, 100%, 18%, 1);\n --cpd-color-alpha-blue-1400: hsl(216, 88%, 97%, 1);\n --cpd-color-alpha-blue-1300: hsl(217, 93%, 95%, 1);\n --cpd-color-alpha-blue-1200: hsla(216, 97%, 89%, 0.99);\n --cpd-color-alpha-blue-1100: hsla(216, 100%, 86%, 0.98);\n --cpd-color-alpha-blue-1000: hsla(216, 100%, 81%, 0.97);\n --cpd-color-alpha-blue-900: hsla(216, 97%, 77%, 0.97);\n --cpd-color-alpha-blue-800: hsla(215, 99%, 60%, 0.91);\n --cpd-color-alpha-blue-700: hsla(215, 98%, 52%, 0.81);\n --cpd-color-alpha-blue-600: hsla(217, 99%, 51%, 0.64);\n --cpd-color-alpha-blue-500: hsla(219, 99%, 50%, 0.53);\n --cpd-color-alpha-blue-400: hsla(222, 100%, 28%, 0.82);\n --cpd-color-alpha-blue-300: hsl(224, 100%, 22%, 1);\n --cpd-color-alpha-blue-200: hsl(229, 100%, 20%, 1);\n --cpd-color-alpha-blue-100: hsl(234, 100%, 18%, 1);\n --cpd-color-alpha-cyan-1400: hsla(187, 89%, 97%, 0.98);\n --cpd-color-alpha-cyan-1300: hsla(187, 93%, 94%, 0.96);\n --cpd-color-alpha-cyan-1200: hsla(188, 97%, 87%, 0.91);\n --cpd-color-alpha-cyan-1100: hsla(187, 98%, 82%, 0.88);\n --cpd-color-alpha-cyan-1000: hsla(187, 99%, 74%, 0.84);\n --cpd-color-alpha-cyan-900: hsla(186, 99%, 66%, 0.81);\n --cpd-color-alpha-cyan-800: hsl(195, 100%, 37%, 1);\n --cpd-color-alpha-cyan-700: hsl(200, 100%, 32%, 1);\n --cpd-color-alpha-cyan-600: hsl(204, 100%, 27%, 1);\n --cpd-color-alpha-cyan-500: hsl(208, 100%, 23%, 1);\n --cpd-color-alpha-cyan-400: hsl(212, 100%, 19%, 1);\n --cpd-color-alpha-cyan-300: hsl(215, 100%, 18%, 1);\n --cpd-color-alpha-cyan-200: hsl(219, 100%, 15%, 1);\n --cpd-color-alpha-cyan-100: hsl(223, 100%, 14%, 1);\n --cpd-color-alpha-green-1400: hsla(150, 80%, 96%, 0.98);\n --cpd-color-alpha-green-1300: hsla(152, 88%, 94%, 0.96);\n --cpd-color-alpha-green-1200: hsla(153, 94%, 87%, 0.9);\n --cpd-color-alpha-green-1100: hsla(154, 98%, 82%, 0.86);\n --cpd-color-alpha-green-1000: hsla(156, 100%, 73%, 0.81);\n --cpd-color-alpha-green-900: hsla(159, 97%, 62%, 0.78);\n --cpd-color-alpha-green-800: hsla(165, 98%, 53%, 0.54);\n --cpd-color-alpha-green-700: hsl(168, 100%, 23%, 1);\n --cpd-color-alpha-green-600: hsl(165, 100%, 18%, 1);\n --cpd-color-alpha-green-500: hsl(162, 100%, 14%, 1);\n --cpd-color-alpha-green-400: hsl(158, 100%, 11%, 1);\n --cpd-color-alpha-green-300: hsl(155, 100%, 9%, 1);\n --cpd-color-alpha-green-200: hsl(151, 100%, 7%, 1);\n --cpd-color-alpha-green-100: hsl(147, 100%, 6%, 1);\n --cpd-color-alpha-lime-1400: hsla(104, 92%, 95%, 0.98);\n --cpd-color-alpha-lime-1300: hsla(105, 91%, 92%, 0.97);\n --cpd-color-alpha-lime-1200: hsla(103, 98%, 83%, 0.91);\n --cpd-color-alpha-lime-1100: hsla(103, 97%, 75%, 0.88);\n --cpd-color-alpha-lime-1000: hsla(101, 99%, 62%, 0.83);\n --cpd-color-alpha-lime-900: hsla(101, 99%, 60%, 0.78);\n --cpd-color-alpha-lime-800: hsla(109, 99%, 57%, 0.55);\n --cpd-color-alpha-lime-700: hsla(114, 100%, 52%, 0.42);\n --cpd-color-alpha-lime-600: hsl(120, 100%, 18%, 1);\n --cpd-color-alpha-lime-500: hsl(120, 100%, 15%, 1);\n --cpd-color-alpha-lime-400: hsl(120, 100%, 11%, 1);\n --cpd-color-alpha-lime-300: hsl(120, 100%, 9%, 1);\n --cpd-color-alpha-lime-200: hsl(120, 100%, 8%, 1);\n --cpd-color-alpha-lime-100: hsl(120, 100%, 6%, 1);\n --cpd-color-alpha-yellow-1400: hsl(46, 100%, 91%, 1);\n --cpd-color-alpha-yellow-1300: hsl(46, 100%, 85%, 1);\n --cpd-color-alpha-yellow-1200: hsl(48, 99%, 60%, 1);\n --cpd-color-alpha-yellow-1100: hsla(48, 99%, 54%, 0.97);\n --cpd-color-alpha-yellow-1000: hsla(46, 99%, 51%, 0.92);\n --cpd-color-alpha-yellow-900: hsl(45, 100%, 45%, 1);\n --cpd-color-alpha-yellow-800: hsl(38, 100%, 35%, 1);\n --cpd-color-alpha-yellow-700: hsl(34, 100%, 30%, 1);\n --cpd-color-alpha-yellow-600: hsla(30, 100%, 26%, 0.92);\n --cpd-color-alpha-yellow-500: hsla(26, 100%, 23%, 0.87);\n --cpd-color-alpha-yellow-400: hsl(21, 100%, 17%, 1);\n --cpd-color-alpha-yellow-300: hsl(16, 100%, 15%, 1);\n --cpd-color-alpha-yellow-200: hsl(8, 100%, 13%, 1);\n --cpd-color-alpha-yellow-100: hsl(3, 100%, 11%, 1);\n --cpd-color-alpha-orange-1400: hsl(23, 100%, 96%, 1);\n --cpd-color-alpha-orange-1300: hsl(25, 100%, 93%, 1);\n --cpd-color-alpha-orange-1200: hsl(24, 98%, 85%, 1);\n --cpd-color-alpha-orange-1100: hsl(25, 96%, 79%, 1);\n --cpd-color-alpha-orange-1000: hsla(26, 100%, 73%, 0.98);\n --cpd-color-alpha-orange-900: hsla(26, 98%, 67%, 0.98);\n --cpd-color-alpha-orange-800: hsla(26, 99%, 51%, 0.81);\n --cpd-color-alpha-orange-700: hsla(20, 100%, 49%, 0.7);\n --cpd-color-alpha-orange-600: hsla(12, 100%, 39%, 0.74);\n --cpd-color-alpha-orange-500: hsl(2, 100%, 26%, 1);\n --cpd-color-alpha-orange-400: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-orange-300: hsl(0, 100%, 17%, 1);\n --cpd-color-alpha-orange-200: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-orange-100: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-red-1400: hsl(11, 100%, 97%, 1);\n --cpd-color-alpha-red-1300: hsl(7, 100%, 95%, 1);\n --cpd-color-alpha-red-1200: hsl(8, 100%, 89%, 1);\n --cpd-color-alpha-red-1100: hsl(6, 100%, 86%, 1);\n --cpd-color-alpha-red-1000: hsl(6, 100%, 81%, 1);\n --cpd-color-alpha-red-900: hsl(5, 100%, 78%, 1);\n --cpd-color-alpha-red-800: hsla(359, 100%, 59%, 0.96);\n --cpd-color-alpha-red-700: hsla(357, 100%, 57%, 0.77);\n --cpd-color-alpha-red-600: hsla(354, 99%, 52%, 0.6);\n --cpd-color-alpha-red-500: hsl(356, 100%, 26%, 1);\n --cpd-color-alpha-red-400: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-red-300: hsl(0, 100%, 18%, 1);\n --cpd-color-alpha-red-200: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-red-100: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-gray-1400: hsla(204, 71%, 99%, 0.97);\n --cpd-color-alpha-gray-1300: hsla(214, 78%, 98%, 0.95);\n --cpd-color-alpha-gray-1200: hsla(217, 77%, 97%, 0.88);\n --cpd-color-alpha-gray-1100: hsla(212, 100%, 97%, 0.82);\n --cpd-color-alpha-gray-1000: hsla(213, 100%, 97%, 0.76);\n --cpd-color-alpha-gray-900: hsla(211, 91%, 96%, 0.72);\n --cpd-color-alpha-gray-800: hsla(216, 94%, 93%, 0.51);\n --cpd-color-alpha-gray-700: hsla(214, 79%, 93%, 0.39);\n --cpd-color-alpha-gray-600: hsla(213, 85%, 95%, 0.27);\n --cpd-color-alpha-gray-500: hsla(225, 46%, 95%, 0.2);\n --cpd-color-alpha-gray-400: hsla(227, 29%, 91%, 0.13);\n --cpd-color-alpha-gray-300: hsla(270, 37%, 93%, 0.1);\n --cpd-color-alpha-gray-200: hsla(280, 41%, 90%, 0.06);\n --cpd-color-alpha-gray-100: hsla(286, 31%, 82%, 0.04);\n --cpd-color-pink-1400: #fff1f4;\n --cpd-color-pink-1300: #ffe8ed;\n --cpd-color-pink-1200: #ffccd7;\n --cpd-color-pink-1100: #ffbbca;\n --cpd-color-pink-1000: #ffa4b9;\n --cpd-color-pink-900: #ff92ac;\n --cpd-color-pink-800: #f12c75;\n --cpd-color-pink-700: #c51761;\n --cpd-color-pink-600: #99114f;\n --cpd-color-pink-500: #7c0c41;\n --cpd-color-pink-400: #61002d;\n --cpd-color-pink-300: #550024;\n --cpd-color-pink-200: #450018;\n --cpd-color-pink-100: #3c0012;\n --cpd-color-fuchsia-1400: #fbf1fb;\n --cpd-color-fuchsia-1300: #f8e9f9;\n --cpd-color-fuchsia-1200: #f0cff2;\n --cpd-color-fuchsia-1100: #eac0ed;\n --cpd-color-fuchsia-1000: #e3abe7;\n --cpd-color-fuchsia-900: #dd9de3;\n --cpd-color-fuchsia-800: #c153cb;\n --cpd-color-fuchsia-700: #a233b3;\n --cpd-color-fuchsia-600: #7d2394;\n --cpd-color-fuchsia-500: #65177d;\n --cpd-color-fuchsia-400: #4f0368;\n --cpd-color-fuchsia-300: #46005e;\n --cpd-color-fuchsia-200: #37004e;\n --cpd-color-fuchsia-100: #2e0044;\n --cpd-color-purple-1400: #f5f3ff;\n --cpd-color-purple-1300: #eeebff;\n --cpd-color-purple-1200: #dad5ff;\n --cpd-color-purple-1100: #cec7ff;\n --cpd-color-purple-1000: #c0b5ff;\n --cpd-color-purple-900: #b6a7ff;\n --cpd-color-purple-800: #8b66f8;\n --cpd-color-purple-700: #7343e6;\n --cpd-color-purple-600: #5a27c6;\n --cpd-color-purple-500: #4a0db1;\n --cpd-color-purple-400: #350090;\n --cpd-color-purple-300: #2c0080;\n --cpd-color-purple-200: #22006a;\n --cpd-color-purple-100: #1c005a;\n --cpd-color-blue-1400: #eff5fe;\n --cpd-color-blue-1300: #e4eefe;\n --cpd-color-blue-1200: #c5dbfc;\n --cpd-color-blue-1100: #b2cffa;\n --cpd-color-blue-1000: #9ac0f8;\n --cpd-color-blue-900: #89b5f6;\n --cpd-color-blue-800: #337fe9;\n --cpd-color-blue-700: #0e61d1;\n --cpd-color-blue-600: #0b49ab;\n --cpd-color-blue-500: #083891;\n --cpd-color-blue-400: #032677;\n --cpd-color-blue-300: #001e6f;\n --cpd-color-blue-200: #001264;\n --cpd-color-blue-100: #00095d;\n --cpd-color-cyan-1400: #eaf7f9;\n --cpd-color-cyan-1300: #dbf2f5;\n --cpd-color-cyan-1200: #afe2e9;\n --cpd-color-cyan-1100: #93d9e2;\n --cpd-color-cyan-1000: #6bccd9;\n --cpd-color-cyan-900: #46c3d2;\n --cpd-color-cyan-800: #008aba;\n --cpd-color-cyan-700: #006ca4;\n --cpd-color-cyan-600: #005188;\n --cpd-color-cyan-500: #003f75;\n --cpd-color-cyan-400: #002d61;\n --cpd-color-cyan-300: #002559;\n --cpd-color-cyan-200: #001b4e;\n --cpd-color-cyan-100: #001448;\n --cpd-color-green-1400: #e9f8f1;\n --cpd-color-green-1300: #d9f4e7;\n --cpd-color-green-1200: #ace6cc;\n --cpd-color-green-1100: #8fddbc;\n --cpd-color-green-1000: #61d2a6;\n --cpd-color-green-900: #37c998;\n --cpd-color-green-800: #109173;\n --cpd-color-green-700: #00745c;\n --cpd-color-green-600: #005a43;\n --cpd-color-green-500: #004832;\n --cpd-color-green-400: #003622;\n --cpd-color-green-300: #002e1b;\n --cpd-color-green-200: #002513;\n --cpd-color-green-100: #001f0e;\n --cpd-color-lime-1400: #e9f9e3;\n --cpd-color-lime-1300: #daf6d0;\n --cpd-color-lime-1200: #afe99a;\n --cpd-color-lime-1100: #92e175;\n --cpd-color-lime-1000: #6ad639;\n --cpd-color-lime-900: #5eca2f;\n --cpd-color-lime-800: #31941d;\n --cpd-color-lime-700: #187611;\n --cpd-color-lime-600: #005c00;\n --cpd-color-lime-500: #004a00;\n --cpd-color-lime-400: #003700;\n --cpd-color-lime-300: #003000;\n --cpd-color-lime-200: #002600;\n --cpd-color-lime-100: #002000;\n --cpd-color-yellow-1400: #fff4d0;\n --cpd-color-yellow-1300: #ffedb1;\n --cpd-color-yellow-1200: #fed632;\n --cpd-color-yellow-1100: #f7c816;\n --cpd-color-yellow-1000: #ebb607;\n --cpd-color-yellow-900: #e3aa00;\n --cpd-color-yellow-800: #b47200;\n --cpd-color-yellow-700: #985600;\n --cpd-color-yellow-600: #7c3e02;\n --cpd-color-yellow-500: #682e03;\n --cpd-color-yellow-400: #541d00;\n --cpd-color-yellow-300: #4c1400;\n --cpd-color-yellow-200: #410900;\n --cpd-color-yellow-100: #3a0300;\n --cpd-color-orange-1400: #fff2ea;\n --cpd-color-orange-1300: #ffeadb;\n --cpd-color-orange-1200: #fed0b1;\n --cpd-color-orange-1100: #fdc197;\n --cpd-color-orange-1000: #faad73;\n --cpd-color-orange-900: #f89d58;\n --cpd-color-orange-800: #d15f0b;\n --cpd-color-orange-700: #b44007;\n --cpd-color-orange-600: #972206;\n --cpd-color-orange-500: #830500;\n --cpd-color-orange-400: #650000;\n --cpd-color-orange-300: #580000;\n --cpd-color-orange-200: #470000;\n --cpd-color-orange-100: #3c0000;\n --cpd-color-red-1400: #fff2ef;\n --cpd-color-red-1300: #ffe9e6;\n --cpd-color-red-1200: #ffcfc8;\n --cpd-color-red-1100: #ffbdb5;\n --cpd-color-red-1000: #ffa79d;\n --cpd-color-red-900: #ff968c;\n --cpd-color-red-800: #f52f33;\n --cpd-color-red-700: #c81e28;\n --cpd-color-red-600: #9f0d1e;\n --cpd-color-red-500: #830009;\n --cpd-color-red-400: #640000;\n --cpd-color-red-300: #590000;\n --cpd-color-red-200: #470000;\n --cpd-color-red-100: #3e0000;\n --cpd-color-gray-1400: #f2f5f7;\n --cpd-color-gray-1300: #ebeef2;\n --cpd-color-gray-1200: #d5dae1;\n --cpd-color-gray-1100: #c8ced5;\n --cpd-color-gray-1000: #b8bfc7;\n --cpd-color-gray-900: #acb4bd;\n --cpd-color-gray-800: #79818d;\n --cpd-color-gray-700: #606770;\n --cpd-color-gray-600: #4a4f55;\n --cpd-color-gray-500: #3c3f44;\n --cpd-color-gray-400: #2b2e33;\n --cpd-color-gray-300: #26282d;\n --cpd-color-gray-200: #1d1f24;\n --cpd-color-gray-100: #181a1f;\n --cpd-color-theme-bg: #101317;\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-hc-base-mq.css"],names:[],mappings:"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",sourcesContent:[":root {\n --cpd-color-alpha-pink-1400: hsl(347, 100%, 97%, 1);\n --cpd-color-alpha-pink-1300: hsl(347, 100%, 96%, 1);\n --cpd-color-alpha-pink-1200: hsl(347, 100%, 90%, 1);\n --cpd-color-alpha-pink-1100: hsl(347, 100%, 87%, 1);\n --cpd-color-alpha-pink-1000: hsl(346, 100%, 82%, 1);\n --cpd-color-alpha-pink-900: hsl(346, 100%, 79%, 1);\n --cpd-color-alpha-pink-800: hsla(338, 98%, 58%, 0.95);\n --cpd-color-alpha-pink-700: hsla(335, 99%, 55%, 0.76);\n --cpd-color-alpha-pink-600: hsla(334, 98%, 53%, 0.58);\n --cpd-color-alpha-pink-500: hsla(333, 97%, 50%, 0.46);\n --cpd-color-alpha-pink-400: hsl(332, 100%, 19%, 1);\n --cpd-color-alpha-pink-300: hsl(335, 100%, 17%, 1);\n --cpd-color-alpha-pink-200: hsl(339, 100%, 14%, 1);\n --cpd-color-alpha-pink-100: hsl(342, 100%, 12%, 1);\n --cpd-color-alpha-fuchsia-1400: hsla(300, 71%, 97%, 0.99);\n --cpd-color-alpha-fuchsia-1300: hsla(296, 90%, 96%, 0.98);\n --cpd-color-alpha-fuchsia-1200: hsla(297, 95%, 92%, 0.95);\n --cpd-color-alpha-fuchsia-1100: hsla(296, 92%, 90%, 0.93);\n --cpd-color-alpha-fuchsia-1000: hsla(296, 97%, 87%, 0.9);\n --cpd-color-alpha-fuchsia-900: hsla(295, 100%, 85%, 0.88);\n --cpd-color-alpha-fuchsia-800: hsla(296, 99%, 70%, 0.78);\n --cpd-color-alpha-fuchsia-700: hsla(293, 97%, 62%, 0.68);\n --cpd-color-alpha-fuchsia-600: hsla(289, 99%, 59%, 0.54);\n --cpd-color-alpha-fuchsia-500: hsla(288, 100%, 56%, 0.44);\n --cpd-color-alpha-fuchsia-400: hsla(286, 100%, 23%, 0.85);\n --cpd-color-alpha-fuchsia-300: hsl(285, 100%, 18%, 1);\n --cpd-color-alpha-fuchsia-200: hsl(282, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-100: hsl(281, 100%, 13%, 1);\n --cpd-color-alpha-purple-1400: hsl(250, 100%, 98%, 1);\n --cpd-color-alpha-purple-1300: hsl(249, 100%, 96%, 1);\n --cpd-color-alpha-purple-1200: hsl(247, 100%, 92%, 1);\n --cpd-color-alpha-purple-1100: hsl(248, 100%, 89%, 1);\n --cpd-color-alpha-purple-1000: hsl(249, 100%, 86%, 1);\n --cpd-color-alpha-purple-900: hsl(250, 100%, 83%, 1);\n --cpd-color-alpha-purple-800: hsla(255, 100%, 71%, 0.97);\n --cpd-color-alpha-purple-700: hsla(258, 98%, 64%, 0.9);\n --cpd-color-alpha-purple-600: hsla(260, 98%, 58%, 0.76);\n --cpd-color-alpha-purple-500: hsla(263, 98%, 52%, 0.67);\n --cpd-color-alpha-purple-400: hsl(262, 100%, 28%, 1);\n --cpd-color-alpha-purple-300: hsl(261, 100%, 25%, 1);\n --cpd-color-alpha-purple-200: hsl(259, 100%, 21%, 1);\n --cpd-color-alpha-purple-100: hsl(259, 100%, 18%, 1);\n --cpd-color-alpha-blue-1400: hsl(216, 88%, 97%, 1);\n --cpd-color-alpha-blue-1300: hsl(217, 93%, 95%, 1);\n --cpd-color-alpha-blue-1200: hsla(216, 97%, 89%, 0.99);\n --cpd-color-alpha-blue-1100: hsla(216, 100%, 86%, 0.98);\n --cpd-color-alpha-blue-1000: hsla(216, 100%, 81%, 0.97);\n --cpd-color-alpha-blue-900: hsla(216, 97%, 77%, 0.97);\n --cpd-color-alpha-blue-800: hsla(215, 99%, 60%, 0.91);\n --cpd-color-alpha-blue-700: hsla(215, 98%, 52%, 0.81);\n --cpd-color-alpha-blue-600: hsla(217, 99%, 51%, 0.64);\n --cpd-color-alpha-blue-500: hsla(219, 99%, 50%, 0.53);\n --cpd-color-alpha-blue-400: hsla(222, 100%, 28%, 0.82);\n --cpd-color-alpha-blue-300: hsl(224, 100%, 22%, 1);\n --cpd-color-alpha-blue-200: hsl(229, 100%, 20%, 1);\n --cpd-color-alpha-blue-100: hsl(234, 100%, 18%, 1);\n --cpd-color-alpha-cyan-1400: hsla(187, 89%, 97%, 0.98);\n --cpd-color-alpha-cyan-1300: hsla(187, 93%, 94%, 0.96);\n --cpd-color-alpha-cyan-1200: hsla(188, 97%, 87%, 0.91);\n --cpd-color-alpha-cyan-1100: hsla(187, 98%, 82%, 0.88);\n --cpd-color-alpha-cyan-1000: hsla(187, 99%, 74%, 0.84);\n --cpd-color-alpha-cyan-900: hsla(186, 99%, 66%, 0.81);\n --cpd-color-alpha-cyan-800: hsl(195, 100%, 37%, 1);\n --cpd-color-alpha-cyan-700: hsl(200, 100%, 32%, 1);\n --cpd-color-alpha-cyan-600: hsl(204, 100%, 27%, 1);\n --cpd-color-alpha-cyan-500: hsl(208, 100%, 23%, 1);\n --cpd-color-alpha-cyan-400: hsl(212, 100%, 19%, 1);\n --cpd-color-alpha-cyan-300: hsl(215, 100%, 18%, 1);\n --cpd-color-alpha-cyan-200: hsl(219, 100%, 15%, 1);\n --cpd-color-alpha-cyan-100: hsl(223, 100%, 14%, 1);\n --cpd-color-alpha-green-1400: hsla(150, 80%, 96%, 0.98);\n --cpd-color-alpha-green-1300: hsla(152, 88%, 94%, 0.96);\n --cpd-color-alpha-green-1200: hsla(153, 94%, 87%, 0.9);\n --cpd-color-alpha-green-1100: hsla(154, 98%, 82%, 0.86);\n --cpd-color-alpha-green-1000: hsla(156, 100%, 73%, 0.81);\n --cpd-color-alpha-green-900: hsla(159, 97%, 62%, 0.78);\n --cpd-color-alpha-green-800: hsla(165, 98%, 53%, 0.54);\n --cpd-color-alpha-green-700: hsl(168, 100%, 23%, 1);\n --cpd-color-alpha-green-600: hsl(165, 100%, 18%, 1);\n --cpd-color-alpha-green-500: hsl(162, 100%, 14%, 1);\n --cpd-color-alpha-green-400: hsl(158, 100%, 11%, 1);\n --cpd-color-alpha-green-300: hsl(155, 100%, 9%, 1);\n --cpd-color-alpha-green-200: hsl(151, 100%, 7%, 1);\n --cpd-color-alpha-green-100: hsl(147, 100%, 6%, 1);\n --cpd-color-alpha-lime-1400: hsla(104, 92%, 95%, 0.98);\n --cpd-color-alpha-lime-1300: hsla(105, 91%, 92%, 0.97);\n --cpd-color-alpha-lime-1200: hsla(103, 98%, 83%, 0.91);\n --cpd-color-alpha-lime-1100: hsla(103, 97%, 75%, 0.88);\n --cpd-color-alpha-lime-1000: hsla(101, 99%, 62%, 0.83);\n --cpd-color-alpha-lime-900: hsla(101, 99%, 60%, 0.78);\n --cpd-color-alpha-lime-800: hsla(109, 99%, 57%, 0.55);\n --cpd-color-alpha-lime-700: hsla(114, 100%, 52%, 0.42);\n --cpd-color-alpha-lime-600: hsl(120, 100%, 18%, 1);\n --cpd-color-alpha-lime-500: hsl(120, 100%, 15%, 1);\n --cpd-color-alpha-lime-400: hsl(120, 100%, 11%, 1);\n --cpd-color-alpha-lime-300: hsl(120, 100%, 9%, 1);\n --cpd-color-alpha-lime-200: hsl(120, 100%, 8%, 1);\n --cpd-color-alpha-lime-100: hsl(120, 100%, 6%, 1);\n --cpd-color-alpha-yellow-1400: hsl(46, 100%, 91%, 1);\n --cpd-color-alpha-yellow-1300: hsl(46, 100%, 85%, 1);\n --cpd-color-alpha-yellow-1200: hsl(48, 99%, 60%, 1);\n --cpd-color-alpha-yellow-1100: hsla(48, 99%, 54%, 0.97);\n --cpd-color-alpha-yellow-1000: hsla(46, 99%, 51%, 0.92);\n --cpd-color-alpha-yellow-900: hsl(45, 100%, 45%, 1);\n --cpd-color-alpha-yellow-800: hsl(38, 100%, 35%, 1);\n --cpd-color-alpha-yellow-700: hsl(34, 100%, 30%, 1);\n --cpd-color-alpha-yellow-600: hsla(30, 100%, 26%, 0.92);\n --cpd-color-alpha-yellow-500: hsla(26, 100%, 23%, 0.87);\n --cpd-color-alpha-yellow-400: hsl(21, 100%, 17%, 1);\n --cpd-color-alpha-yellow-300: hsl(16, 100%, 15%, 1);\n --cpd-color-alpha-yellow-200: hsl(8, 100%, 13%, 1);\n --cpd-color-alpha-yellow-100: hsl(3, 100%, 11%, 1);\n --cpd-color-alpha-orange-1400: hsl(23, 100%, 96%, 1);\n --cpd-color-alpha-orange-1300: hsl(25, 100%, 93%, 1);\n --cpd-color-alpha-orange-1200: hsl(24, 98%, 85%, 1);\n --cpd-color-alpha-orange-1100: hsl(25, 96%, 79%, 1);\n --cpd-color-alpha-orange-1000: hsla(26, 100%, 73%, 0.98);\n --cpd-color-alpha-orange-900: hsla(26, 98%, 67%, 0.98);\n --cpd-color-alpha-orange-800: hsla(26, 99%, 51%, 0.81);\n --cpd-color-alpha-orange-700: hsla(20, 100%, 49%, 0.7);\n --cpd-color-alpha-orange-600: hsla(12, 100%, 39%, 0.74);\n --cpd-color-alpha-orange-500: hsl(2, 100%, 26%, 1);\n --cpd-color-alpha-orange-400: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-orange-300: hsl(0, 100%, 17%, 1);\n --cpd-color-alpha-orange-200: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-orange-100: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-red-1400: hsl(11, 100%, 97%, 1);\n --cpd-color-alpha-red-1300: hsl(7, 100%, 95%, 1);\n --cpd-color-alpha-red-1200: hsl(8, 100%, 89%, 1);\n --cpd-color-alpha-red-1100: hsl(6, 100%, 86%, 1);\n --cpd-color-alpha-red-1000: hsl(6, 100%, 81%, 1);\n --cpd-color-alpha-red-900: hsl(5, 100%, 78%, 1);\n --cpd-color-alpha-red-800: hsla(359, 100%, 59%, 0.96);\n --cpd-color-alpha-red-700: hsla(357, 100%, 57%, 0.77);\n --cpd-color-alpha-red-600: hsla(354, 99%, 52%, 0.6);\n --cpd-color-alpha-red-500: hsl(356, 100%, 26%, 1);\n --cpd-color-alpha-red-400: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-red-300: hsl(0, 100%, 18%, 1);\n --cpd-color-alpha-red-200: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-red-100: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-gray-1400: hsla(204, 71%, 99%, 0.97);\n --cpd-color-alpha-gray-1300: hsla(214, 78%, 98%, 0.95);\n --cpd-color-alpha-gray-1200: hsla(217, 77%, 97%, 0.88);\n --cpd-color-alpha-gray-1100: hsla(212, 100%, 97%, 0.82);\n --cpd-color-alpha-gray-1000: hsla(213, 100%, 97%, 0.76);\n --cpd-color-alpha-gray-900: hsla(211, 91%, 96%, 0.72);\n --cpd-color-alpha-gray-800: hsla(216, 94%, 93%, 0.51);\n --cpd-color-alpha-gray-700: hsla(214, 79%, 93%, 0.39);\n --cpd-color-alpha-gray-600: hsla(213, 85%, 95%, 0.27);\n --cpd-color-alpha-gray-500: hsla(225, 46%, 95%, 0.2);\n --cpd-color-alpha-gray-400: hsla(227, 29%, 91%, 0.13);\n --cpd-color-alpha-gray-300: hsla(270, 37%, 93%, 0.1);\n --cpd-color-alpha-gray-200: hsla(280, 41%, 90%, 0.06);\n --cpd-color-alpha-gray-100: hsla(286, 31%, 82%, 0.04);\n --cpd-color-pink-1400: #fff1f4;\n --cpd-color-pink-1300: #ffe8ed;\n --cpd-color-pink-1200: #ffccd7;\n --cpd-color-pink-1100: #ffbbca;\n --cpd-color-pink-1000: #ffa4b9;\n --cpd-color-pink-900: #ff92ac;\n --cpd-color-pink-800: #f12c75;\n --cpd-color-pink-700: #c51761;\n --cpd-color-pink-600: #99114f;\n --cpd-color-pink-500: #7c0c41;\n --cpd-color-pink-400: #61002d;\n --cpd-color-pink-300: #550024;\n --cpd-color-pink-200: #450018;\n --cpd-color-pink-100: #3c0012;\n --cpd-color-fuchsia-1400: #fbf1fb;\n --cpd-color-fuchsia-1300: #f8e9f9;\n --cpd-color-fuchsia-1200: #f0cff2;\n --cpd-color-fuchsia-1100: #eac0ed;\n --cpd-color-fuchsia-1000: #e3abe7;\n --cpd-color-fuchsia-900: #dd9de3;\n --cpd-color-fuchsia-800: #c153cb;\n --cpd-color-fuchsia-700: #a233b3;\n --cpd-color-fuchsia-600: #7d2394;\n --cpd-color-fuchsia-500: #65177d;\n --cpd-color-fuchsia-400: #4f0368;\n --cpd-color-fuchsia-300: #46005e;\n --cpd-color-fuchsia-200: #37004e;\n --cpd-color-fuchsia-100: #2e0044;\n --cpd-color-purple-1400: #f5f3ff;\n --cpd-color-purple-1300: #eeebff;\n --cpd-color-purple-1200: #dad5ff;\n --cpd-color-purple-1100: #cec7ff;\n --cpd-color-purple-1000: #c0b5ff;\n --cpd-color-purple-900: #b6a7ff;\n --cpd-color-purple-800: #8b66f8;\n --cpd-color-purple-700: #7343e6;\n --cpd-color-purple-600: #5a27c6;\n --cpd-color-purple-500: #4a0db1;\n --cpd-color-purple-400: #350090;\n --cpd-color-purple-300: #2c0080;\n --cpd-color-purple-200: #22006a;\n --cpd-color-purple-100: #1c005a;\n --cpd-color-blue-1400: #eff5fe;\n --cpd-color-blue-1300: #e4eefe;\n --cpd-color-blue-1200: #c5dbfc;\n --cpd-color-blue-1100: #b2cffa;\n --cpd-color-blue-1000: #9ac0f8;\n --cpd-color-blue-900: #89b5f6;\n --cpd-color-blue-800: #337fe9;\n --cpd-color-blue-700: #0e61d1;\n --cpd-color-blue-600: #0b49ab;\n --cpd-color-blue-500: #083891;\n --cpd-color-blue-400: #032677;\n --cpd-color-blue-300: #001e6f;\n --cpd-color-blue-200: #001264;\n --cpd-color-blue-100: #00095d;\n --cpd-color-cyan-1400: #eaf7f9;\n --cpd-color-cyan-1300: #dbf2f5;\n --cpd-color-cyan-1200: #afe2e9;\n --cpd-color-cyan-1100: #93d9e2;\n --cpd-color-cyan-1000: #6bccd9;\n --cpd-color-cyan-900: #46c3d2;\n --cpd-color-cyan-800: #008aba;\n --cpd-color-cyan-700: #006ca4;\n --cpd-color-cyan-600: #005188;\n --cpd-color-cyan-500: #003f75;\n --cpd-color-cyan-400: #002d61;\n --cpd-color-cyan-300: #002559;\n --cpd-color-cyan-200: #001b4e;\n --cpd-color-cyan-100: #001448;\n --cpd-color-green-1400: #e9f8f1;\n --cpd-color-green-1300: #d9f4e7;\n --cpd-color-green-1200: #ace6cc;\n --cpd-color-green-1100: #8fddbc;\n --cpd-color-green-1000: #61d2a6;\n --cpd-color-green-900: #37c998;\n --cpd-color-green-800: #109173;\n --cpd-color-green-700: #00745c;\n --cpd-color-green-600: #005a43;\n --cpd-color-green-500: #004832;\n --cpd-color-green-400: #003622;\n --cpd-color-green-300: #002e1b;\n --cpd-color-green-200: #002513;\n --cpd-color-green-100: #001f0e;\n --cpd-color-lime-1400: #e9f9e3;\n --cpd-color-lime-1300: #daf6d0;\n --cpd-color-lime-1200: #afe99a;\n --cpd-color-lime-1100: #92e175;\n --cpd-color-lime-1000: #6ad639;\n --cpd-color-lime-900: #5eca2f;\n --cpd-color-lime-800: #31941d;\n --cpd-color-lime-700: #187611;\n --cpd-color-lime-600: #005c00;\n --cpd-color-lime-500: #004a00;\n --cpd-color-lime-400: #003700;\n --cpd-color-lime-300: #003000;\n --cpd-color-lime-200: #002600;\n --cpd-color-lime-100: #002000;\n --cpd-color-yellow-1400: #fff4d0;\n --cpd-color-yellow-1300: #ffedb1;\n --cpd-color-yellow-1200: #fed632;\n --cpd-color-yellow-1100: #f7c816;\n --cpd-color-yellow-1000: #ebb607;\n --cpd-color-yellow-900: #e3aa00;\n --cpd-color-yellow-800: #b47200;\n --cpd-color-yellow-700: #985600;\n --cpd-color-yellow-600: #7c3e02;\n --cpd-color-yellow-500: #682e03;\n --cpd-color-yellow-400: #541d00;\n --cpd-color-yellow-300: #4c1400;\n --cpd-color-yellow-200: #410900;\n --cpd-color-yellow-100: #3a0300;\n --cpd-color-orange-1400: #fff2ea;\n --cpd-color-orange-1300: #ffeadb;\n --cpd-color-orange-1200: #fed0b1;\n --cpd-color-orange-1100: #fdc197;\n --cpd-color-orange-1000: #faad73;\n --cpd-color-orange-900: #f89d58;\n --cpd-color-orange-800: #d15f0b;\n --cpd-color-orange-700: #b44007;\n --cpd-color-orange-600: #972206;\n --cpd-color-orange-500: #830500;\n --cpd-color-orange-400: #650000;\n --cpd-color-orange-300: #580000;\n --cpd-color-orange-200: #470000;\n --cpd-color-orange-100: #3c0000;\n --cpd-color-red-1400: #fff2ef;\n --cpd-color-red-1300: #ffe9e6;\n --cpd-color-red-1200: #ffcfc8;\n --cpd-color-red-1100: #ffbdb5;\n --cpd-color-red-1000: #ffa79d;\n --cpd-color-red-900: #ff968c;\n --cpd-color-red-800: #f52f33;\n --cpd-color-red-700: #c81e28;\n --cpd-color-red-600: #9f0d1e;\n --cpd-color-red-500: #830009;\n --cpd-color-red-400: #640000;\n --cpd-color-red-300: #590000;\n --cpd-color-red-200: #470000;\n --cpd-color-red-100: #3e0000;\n --cpd-color-gray-1400: #f2f5f7;\n --cpd-color-gray-1300: #ebeef2;\n --cpd-color-gray-1200: #d5dae1;\n --cpd-color-gray-1100: #c8ced5;\n --cpd-color-gray-1000: #b8bfc7;\n --cpd-color-gray-900: #acb4bd;\n --cpd-color-gray-800: #79818d;\n --cpd-color-gray-700: #606770;\n --cpd-color-gray-600: #4a4f55;\n --cpd-color-gray-500: #3c3f44;\n --cpd-color-gray-400: #2b2e33;\n --cpd-color-gray-300: #26282d;\n --cpd-color-gray-200: #1d1f24;\n --cpd-color-gray-100: #181a1f;\n --cpd-color-theme-bg: #101317;\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-hc-base.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,".cpd-theme-dark-hc.cpd-theme-dark-hc {\n --cpd-color-alpha-pink-1400: hsl(347, 100%, 97%, 1);\n --cpd-color-alpha-pink-1300: hsl(347, 100%, 96%, 1);\n --cpd-color-alpha-pink-1200: hsl(347, 100%, 90%, 1);\n --cpd-color-alpha-pink-1100: hsl(347, 100%, 87%, 1);\n --cpd-color-alpha-pink-1000: hsl(346, 100%, 82%, 1);\n --cpd-color-alpha-pink-900: hsl(346, 100%, 79%, 1);\n --cpd-color-alpha-pink-800: hsla(338, 98%, 58%, 0.95);\n --cpd-color-alpha-pink-700: hsla(335, 99%, 55%, 0.76);\n --cpd-color-alpha-pink-600: hsla(334, 98%, 53%, 0.58);\n --cpd-color-alpha-pink-500: hsla(333, 97%, 50%, 0.46);\n --cpd-color-alpha-pink-400: hsl(332, 100%, 19%, 1);\n --cpd-color-alpha-pink-300: hsl(335, 100%, 17%, 1);\n --cpd-color-alpha-pink-200: hsl(339, 100%, 14%, 1);\n --cpd-color-alpha-pink-100: hsl(342, 100%, 12%, 1);\n --cpd-color-alpha-fuchsia-1400: hsla(300, 71%, 97%, 0.99);\n --cpd-color-alpha-fuchsia-1300: hsla(296, 90%, 96%, 0.98);\n --cpd-color-alpha-fuchsia-1200: hsla(297, 95%, 92%, 0.95);\n --cpd-color-alpha-fuchsia-1100: hsla(296, 92%, 90%, 0.93);\n --cpd-color-alpha-fuchsia-1000: hsla(296, 97%, 87%, 0.9);\n --cpd-color-alpha-fuchsia-900: hsla(295, 100%, 85%, 0.88);\n --cpd-color-alpha-fuchsia-800: hsla(296, 99%, 70%, 0.78);\n --cpd-color-alpha-fuchsia-700: hsla(293, 97%, 62%, 0.68);\n --cpd-color-alpha-fuchsia-600: hsla(289, 99%, 59%, 0.54);\n --cpd-color-alpha-fuchsia-500: hsla(288, 100%, 56%, 0.44);\n --cpd-color-alpha-fuchsia-400: hsla(286, 100%, 23%, 0.85);\n --cpd-color-alpha-fuchsia-300: hsl(285, 100%, 18%, 1);\n --cpd-color-alpha-fuchsia-200: hsl(282, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-100: hsl(281, 100%, 13%, 1);\n --cpd-color-alpha-purple-1400: hsl(250, 100%, 98%, 1);\n --cpd-color-alpha-purple-1300: hsl(249, 100%, 96%, 1);\n --cpd-color-alpha-purple-1200: hsl(247, 100%, 92%, 1);\n --cpd-color-alpha-purple-1100: hsl(248, 100%, 89%, 1);\n --cpd-color-alpha-purple-1000: hsl(249, 100%, 86%, 1);\n --cpd-color-alpha-purple-900: hsl(250, 100%, 83%, 1);\n --cpd-color-alpha-purple-800: hsla(255, 100%, 71%, 0.97);\n --cpd-color-alpha-purple-700: hsla(258, 98%, 64%, 0.9);\n --cpd-color-alpha-purple-600: hsla(260, 98%, 58%, 0.76);\n --cpd-color-alpha-purple-500: hsla(263, 98%, 52%, 0.67);\n --cpd-color-alpha-purple-400: hsl(262, 100%, 28%, 1);\n --cpd-color-alpha-purple-300: hsl(261, 100%, 25%, 1);\n --cpd-color-alpha-purple-200: hsl(259, 100%, 21%, 1);\n --cpd-color-alpha-purple-100: hsl(259, 100%, 18%, 1);\n --cpd-color-alpha-blue-1400: hsl(216, 88%, 97%, 1);\n --cpd-color-alpha-blue-1300: hsl(217, 93%, 95%, 1);\n --cpd-color-alpha-blue-1200: hsla(216, 97%, 89%, 0.99);\n --cpd-color-alpha-blue-1100: hsla(216, 100%, 86%, 0.98);\n --cpd-color-alpha-blue-1000: hsla(216, 100%, 81%, 0.97);\n --cpd-color-alpha-blue-900: hsla(216, 97%, 77%, 0.97);\n --cpd-color-alpha-blue-800: hsla(215, 99%, 60%, 0.91);\n --cpd-color-alpha-blue-700: hsla(215, 98%, 52%, 0.81);\n --cpd-color-alpha-blue-600: hsla(217, 99%, 51%, 0.64);\n --cpd-color-alpha-blue-500: hsla(219, 99%, 50%, 0.53);\n --cpd-color-alpha-blue-400: hsla(222, 100%, 28%, 0.82);\n --cpd-color-alpha-blue-300: hsl(224, 100%, 22%, 1);\n --cpd-color-alpha-blue-200: hsl(229, 100%, 20%, 1);\n --cpd-color-alpha-blue-100: hsl(234, 100%, 18%, 1);\n --cpd-color-alpha-cyan-1400: hsla(187, 89%, 97%, 0.98);\n --cpd-color-alpha-cyan-1300: hsla(187, 93%, 94%, 0.96);\n --cpd-color-alpha-cyan-1200: hsla(188, 97%, 87%, 0.91);\n --cpd-color-alpha-cyan-1100: hsla(187, 98%, 82%, 0.88);\n --cpd-color-alpha-cyan-1000: hsla(187, 99%, 74%, 0.84);\n --cpd-color-alpha-cyan-900: hsla(186, 99%, 66%, 0.81);\n --cpd-color-alpha-cyan-800: hsl(195, 100%, 37%, 1);\n --cpd-color-alpha-cyan-700: hsl(200, 100%, 32%, 1);\n --cpd-color-alpha-cyan-600: hsl(204, 100%, 27%, 1);\n --cpd-color-alpha-cyan-500: hsl(208, 100%, 23%, 1);\n --cpd-color-alpha-cyan-400: hsl(212, 100%, 19%, 1);\n --cpd-color-alpha-cyan-300: hsl(215, 100%, 18%, 1);\n --cpd-color-alpha-cyan-200: hsl(219, 100%, 15%, 1);\n --cpd-color-alpha-cyan-100: hsl(223, 100%, 14%, 1);\n --cpd-color-alpha-green-1400: hsla(150, 80%, 96%, 0.98);\n --cpd-color-alpha-green-1300: hsla(152, 88%, 94%, 0.96);\n --cpd-color-alpha-green-1200: hsla(153, 94%, 87%, 0.9);\n --cpd-color-alpha-green-1100: hsla(154, 98%, 82%, 0.86);\n --cpd-color-alpha-green-1000: hsla(156, 100%, 73%, 0.81);\n --cpd-color-alpha-green-900: hsla(159, 97%, 62%, 0.78);\n --cpd-color-alpha-green-800: hsla(165, 98%, 53%, 0.54);\n --cpd-color-alpha-green-700: hsl(168, 100%, 23%, 1);\n --cpd-color-alpha-green-600: hsl(165, 100%, 18%, 1);\n --cpd-color-alpha-green-500: hsl(162, 100%, 14%, 1);\n --cpd-color-alpha-green-400: hsl(158, 100%, 11%, 1);\n --cpd-color-alpha-green-300: hsl(155, 100%, 9%, 1);\n --cpd-color-alpha-green-200: hsl(151, 100%, 7%, 1);\n --cpd-color-alpha-green-100: hsl(147, 100%, 6%, 1);\n --cpd-color-alpha-lime-1400: hsla(104, 92%, 95%, 0.98);\n --cpd-color-alpha-lime-1300: hsla(105, 91%, 92%, 0.97);\n --cpd-color-alpha-lime-1200: hsla(103, 98%, 83%, 0.91);\n --cpd-color-alpha-lime-1100: hsla(103, 97%, 75%, 0.88);\n --cpd-color-alpha-lime-1000: hsla(101, 99%, 62%, 0.83);\n --cpd-color-alpha-lime-900: hsla(101, 99%, 60%, 0.78);\n --cpd-color-alpha-lime-800: hsla(109, 99%, 57%, 0.55);\n --cpd-color-alpha-lime-700: hsla(114, 100%, 52%, 0.42);\n --cpd-color-alpha-lime-600: hsl(120, 100%, 18%, 1);\n --cpd-color-alpha-lime-500: hsl(120, 100%, 15%, 1);\n --cpd-color-alpha-lime-400: hsl(120, 100%, 11%, 1);\n --cpd-color-alpha-lime-300: hsl(120, 100%, 9%, 1);\n --cpd-color-alpha-lime-200: hsl(120, 100%, 8%, 1);\n --cpd-color-alpha-lime-100: hsl(120, 100%, 6%, 1);\n --cpd-color-alpha-yellow-1400: hsl(46, 100%, 91%, 1);\n --cpd-color-alpha-yellow-1300: hsl(46, 100%, 85%, 1);\n --cpd-color-alpha-yellow-1200: hsl(48, 99%, 60%, 1);\n --cpd-color-alpha-yellow-1100: hsla(48, 99%, 54%, 0.97);\n --cpd-color-alpha-yellow-1000: hsla(46, 99%, 51%, 0.92);\n --cpd-color-alpha-yellow-900: hsl(45, 100%, 45%, 1);\n --cpd-color-alpha-yellow-800: hsl(38, 100%, 35%, 1);\n --cpd-color-alpha-yellow-700: hsl(34, 100%, 30%, 1);\n --cpd-color-alpha-yellow-600: hsla(30, 100%, 26%, 0.92);\n --cpd-color-alpha-yellow-500: hsla(26, 100%, 23%, 0.87);\n --cpd-color-alpha-yellow-400: hsl(21, 100%, 17%, 1);\n --cpd-color-alpha-yellow-300: hsl(16, 100%, 15%, 1);\n --cpd-color-alpha-yellow-200: hsl(8, 100%, 13%, 1);\n --cpd-color-alpha-yellow-100: hsl(3, 100%, 11%, 1);\n --cpd-color-alpha-orange-1400: hsl(23, 100%, 96%, 1);\n --cpd-color-alpha-orange-1300: hsl(25, 100%, 93%, 1);\n --cpd-color-alpha-orange-1200: hsl(24, 98%, 85%, 1);\n --cpd-color-alpha-orange-1100: hsl(25, 96%, 79%, 1);\n --cpd-color-alpha-orange-1000: hsla(26, 100%, 73%, 0.98);\n --cpd-color-alpha-orange-900: hsla(26, 98%, 67%, 0.98);\n --cpd-color-alpha-orange-800: hsla(26, 99%, 51%, 0.81);\n --cpd-color-alpha-orange-700: hsla(20, 100%, 49%, 0.7);\n --cpd-color-alpha-orange-600: hsla(12, 100%, 39%, 0.74);\n --cpd-color-alpha-orange-500: hsl(2, 100%, 26%, 1);\n --cpd-color-alpha-orange-400: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-orange-300: hsl(0, 100%, 17%, 1);\n --cpd-color-alpha-orange-200: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-orange-100: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-red-1400: hsl(11, 100%, 97%, 1);\n --cpd-color-alpha-red-1300: hsl(7, 100%, 95%, 1);\n --cpd-color-alpha-red-1200: hsl(8, 100%, 89%, 1);\n --cpd-color-alpha-red-1100: hsl(6, 100%, 86%, 1);\n --cpd-color-alpha-red-1000: hsl(6, 100%, 81%, 1);\n --cpd-color-alpha-red-900: hsl(5, 100%, 78%, 1);\n --cpd-color-alpha-red-800: hsla(359, 100%, 59%, 0.96);\n --cpd-color-alpha-red-700: hsla(357, 100%, 57%, 0.77);\n --cpd-color-alpha-red-600: hsla(354, 99%, 52%, 0.6);\n --cpd-color-alpha-red-500: hsl(356, 100%, 26%, 1);\n --cpd-color-alpha-red-400: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-red-300: hsl(0, 100%, 18%, 1);\n --cpd-color-alpha-red-200: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-red-100: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-gray-1400: hsla(204, 71%, 99%, 0.97);\n --cpd-color-alpha-gray-1300: hsla(214, 78%, 98%, 0.95);\n --cpd-color-alpha-gray-1200: hsla(217, 77%, 97%, 0.88);\n --cpd-color-alpha-gray-1100: hsla(212, 100%, 97%, 0.82);\n --cpd-color-alpha-gray-1000: hsla(213, 100%, 97%, 0.76);\n --cpd-color-alpha-gray-900: hsla(211, 91%, 96%, 0.72);\n --cpd-color-alpha-gray-800: hsla(216, 94%, 93%, 0.51);\n --cpd-color-alpha-gray-700: hsla(214, 79%, 93%, 0.39);\n --cpd-color-alpha-gray-600: hsla(213, 85%, 95%, 0.27);\n --cpd-color-alpha-gray-500: hsla(225, 46%, 95%, 0.2);\n --cpd-color-alpha-gray-400: hsla(227, 29%, 91%, 0.13);\n --cpd-color-alpha-gray-300: hsla(270, 37%, 93%, 0.1);\n --cpd-color-alpha-gray-200: hsla(280, 41%, 90%, 0.06);\n --cpd-color-alpha-gray-100: hsla(286, 31%, 82%, 0.04);\n --cpd-color-pink-1400: #fff1f4;\n --cpd-color-pink-1300: #ffe8ed;\n --cpd-color-pink-1200: #ffccd7;\n --cpd-color-pink-1100: #ffbbca;\n --cpd-color-pink-1000: #ffa4b9;\n --cpd-color-pink-900: #ff92ac;\n --cpd-color-pink-800: #f12c75;\n --cpd-color-pink-700: #c51761;\n --cpd-color-pink-600: #99114f;\n --cpd-color-pink-500: #7c0c41;\n --cpd-color-pink-400: #61002d;\n --cpd-color-pink-300: #550024;\n --cpd-color-pink-200: #450018;\n --cpd-color-pink-100: #3c0012;\n --cpd-color-fuchsia-1400: #fbf1fb;\n --cpd-color-fuchsia-1300: #f8e9f9;\n --cpd-color-fuchsia-1200: #f0cff2;\n --cpd-color-fuchsia-1100: #eac0ed;\n --cpd-color-fuchsia-1000: #e3abe7;\n --cpd-color-fuchsia-900: #dd9de3;\n --cpd-color-fuchsia-800: #c153cb;\n --cpd-color-fuchsia-700: #a233b3;\n --cpd-color-fuchsia-600: #7d2394;\n --cpd-color-fuchsia-500: #65177d;\n --cpd-color-fuchsia-400: #4f0368;\n --cpd-color-fuchsia-300: #46005e;\n --cpd-color-fuchsia-200: #37004e;\n --cpd-color-fuchsia-100: #2e0044;\n --cpd-color-purple-1400: #f5f3ff;\n --cpd-color-purple-1300: #eeebff;\n --cpd-color-purple-1200: #dad5ff;\n --cpd-color-purple-1100: #cec7ff;\n --cpd-color-purple-1000: #c0b5ff;\n --cpd-color-purple-900: #b6a7ff;\n --cpd-color-purple-800: #8b66f8;\n --cpd-color-purple-700: #7343e6;\n --cpd-color-purple-600: #5a27c6;\n --cpd-color-purple-500: #4a0db1;\n --cpd-color-purple-400: #350090;\n --cpd-color-purple-300: #2c0080;\n --cpd-color-purple-200: #22006a;\n --cpd-color-purple-100: #1c005a;\n --cpd-color-blue-1400: #eff5fe;\n --cpd-color-blue-1300: #e4eefe;\n --cpd-color-blue-1200: #c5dbfc;\n --cpd-color-blue-1100: #b2cffa;\n --cpd-color-blue-1000: #9ac0f8;\n --cpd-color-blue-900: #89b5f6;\n --cpd-color-blue-800: #337fe9;\n --cpd-color-blue-700: #0e61d1;\n --cpd-color-blue-600: #0b49ab;\n --cpd-color-blue-500: #083891;\n --cpd-color-blue-400: #032677;\n --cpd-color-blue-300: #001e6f;\n --cpd-color-blue-200: #001264;\n --cpd-color-blue-100: #00095d;\n --cpd-color-cyan-1400: #eaf7f9;\n --cpd-color-cyan-1300: #dbf2f5;\n --cpd-color-cyan-1200: #afe2e9;\n --cpd-color-cyan-1100: #93d9e2;\n --cpd-color-cyan-1000: #6bccd9;\n --cpd-color-cyan-900: #46c3d2;\n --cpd-color-cyan-800: #008aba;\n --cpd-color-cyan-700: #006ca4;\n --cpd-color-cyan-600: #005188;\n --cpd-color-cyan-500: #003f75;\n --cpd-color-cyan-400: #002d61;\n --cpd-color-cyan-300: #002559;\n --cpd-color-cyan-200: #001b4e;\n --cpd-color-cyan-100: #001448;\n --cpd-color-green-1400: #e9f8f1;\n --cpd-color-green-1300: #d9f4e7;\n --cpd-color-green-1200: #ace6cc;\n --cpd-color-green-1100: #8fddbc;\n --cpd-color-green-1000: #61d2a6;\n --cpd-color-green-900: #37c998;\n --cpd-color-green-800: #109173;\n --cpd-color-green-700: #00745c;\n --cpd-color-green-600: #005a43;\n --cpd-color-green-500: #004832;\n --cpd-color-green-400: #003622;\n --cpd-color-green-300: #002e1b;\n --cpd-color-green-200: #002513;\n --cpd-color-green-100: #001f0e;\n --cpd-color-lime-1400: #e9f9e3;\n --cpd-color-lime-1300: #daf6d0;\n --cpd-color-lime-1200: #afe99a;\n --cpd-color-lime-1100: #92e175;\n --cpd-color-lime-1000: #6ad639;\n --cpd-color-lime-900: #5eca2f;\n --cpd-color-lime-800: #31941d;\n --cpd-color-lime-700: #187611;\n --cpd-color-lime-600: #005c00;\n --cpd-color-lime-500: #004a00;\n --cpd-color-lime-400: #003700;\n --cpd-color-lime-300: #003000;\n --cpd-color-lime-200: #002600;\n --cpd-color-lime-100: #002000;\n --cpd-color-yellow-1400: #fff4d0;\n --cpd-color-yellow-1300: #ffedb1;\n --cpd-color-yellow-1200: #fed632;\n --cpd-color-yellow-1100: #f7c816;\n --cpd-color-yellow-1000: #ebb607;\n --cpd-color-yellow-900: #e3aa00;\n --cpd-color-yellow-800: #b47200;\n --cpd-color-yellow-700: #985600;\n --cpd-color-yellow-600: #7c3e02;\n --cpd-color-yellow-500: #682e03;\n --cpd-color-yellow-400: #541d00;\n --cpd-color-yellow-300: #4c1400;\n --cpd-color-yellow-200: #410900;\n --cpd-color-yellow-100: #3a0300;\n --cpd-color-orange-1400: #fff2ea;\n --cpd-color-orange-1300: #ffeadb;\n --cpd-color-orange-1200: #fed0b1;\n --cpd-color-orange-1100: #fdc197;\n --cpd-color-orange-1000: #faad73;\n --cpd-color-orange-900: #f89d58;\n --cpd-color-orange-800: #d15f0b;\n --cpd-color-orange-700: #b44007;\n --cpd-color-orange-600: #972206;\n --cpd-color-orange-500: #830500;\n --cpd-color-orange-400: #650000;\n --cpd-color-orange-300: #580000;\n --cpd-color-orange-200: #470000;\n --cpd-color-orange-100: #3c0000;\n --cpd-color-red-1400: #fff2ef;\n --cpd-color-red-1300: #ffe9e6;\n --cpd-color-red-1200: #ffcfc8;\n --cpd-color-red-1100: #ffbdb5;\n --cpd-color-red-1000: #ffa79d;\n --cpd-color-red-900: #ff968c;\n --cpd-color-red-800: #f52f33;\n --cpd-color-red-700: #c81e28;\n --cpd-color-red-600: #9f0d1e;\n --cpd-color-red-500: #830009;\n --cpd-color-red-400: #640000;\n --cpd-color-red-300: #590000;\n --cpd-color-red-200: #470000;\n --cpd-color-red-100: #3e0000;\n --cpd-color-gray-1400: #f2f5f7;\n --cpd-color-gray-1300: #ebeef2;\n --cpd-color-gray-1200: #d5dae1;\n --cpd-color-gray-1100: #c8ced5;\n --cpd-color-gray-1000: #b8bfc7;\n --cpd-color-gray-900: #acb4bd;\n --cpd-color-gray-800: #79818d;\n --cpd-color-gray-700: #606770;\n --cpd-color-gray-600: #4a4f55;\n --cpd-color-gray-500: #3c3f44;\n --cpd-color-gray-400: #2b2e33;\n --cpd-color-gray-300: #26282d;\n --cpd-color-gray-200: #1d1f24;\n --cpd-color-gray-100: #181a1f;\n --cpd-color-theme-bg: #101317;\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-hc-base.css"],names:[],mappings:"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",sourcesContent:[".cpd-theme-dark-hc.cpd-theme-dark-hc {\n --cpd-color-alpha-pink-1400: hsl(347, 100%, 97%, 1);\n --cpd-color-alpha-pink-1300: hsl(347, 100%, 96%, 1);\n --cpd-color-alpha-pink-1200: hsl(347, 100%, 90%, 1);\n --cpd-color-alpha-pink-1100: hsl(347, 100%, 87%, 1);\n --cpd-color-alpha-pink-1000: hsl(346, 100%, 82%, 1);\n --cpd-color-alpha-pink-900: hsl(346, 100%, 79%, 1);\n --cpd-color-alpha-pink-800: hsla(338, 98%, 58%, 0.95);\n --cpd-color-alpha-pink-700: hsla(335, 99%, 55%, 0.76);\n --cpd-color-alpha-pink-600: hsla(334, 98%, 53%, 0.58);\n --cpd-color-alpha-pink-500: hsla(333, 97%, 50%, 0.46);\n --cpd-color-alpha-pink-400: hsl(332, 100%, 19%, 1);\n --cpd-color-alpha-pink-300: hsl(335, 100%, 17%, 1);\n --cpd-color-alpha-pink-200: hsl(339, 100%, 14%, 1);\n --cpd-color-alpha-pink-100: hsl(342, 100%, 12%, 1);\n --cpd-color-alpha-fuchsia-1400: hsla(300, 71%, 97%, 0.99);\n --cpd-color-alpha-fuchsia-1300: hsla(296, 90%, 96%, 0.98);\n --cpd-color-alpha-fuchsia-1200: hsla(297, 95%, 92%, 0.95);\n --cpd-color-alpha-fuchsia-1100: hsla(296, 92%, 90%, 0.93);\n --cpd-color-alpha-fuchsia-1000: hsla(296, 97%, 87%, 0.9);\n --cpd-color-alpha-fuchsia-900: hsla(295, 100%, 85%, 0.88);\n --cpd-color-alpha-fuchsia-800: hsla(296, 99%, 70%, 0.78);\n --cpd-color-alpha-fuchsia-700: hsla(293, 97%, 62%, 0.68);\n --cpd-color-alpha-fuchsia-600: hsla(289, 99%, 59%, 0.54);\n --cpd-color-alpha-fuchsia-500: hsla(288, 100%, 56%, 0.44);\n --cpd-color-alpha-fuchsia-400: hsla(286, 100%, 23%, 0.85);\n --cpd-color-alpha-fuchsia-300: hsl(285, 100%, 18%, 1);\n --cpd-color-alpha-fuchsia-200: hsl(282, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-100: hsl(281, 100%, 13%, 1);\n --cpd-color-alpha-purple-1400: hsl(250, 100%, 98%, 1);\n --cpd-color-alpha-purple-1300: hsl(249, 100%, 96%, 1);\n --cpd-color-alpha-purple-1200: hsl(247, 100%, 92%, 1);\n --cpd-color-alpha-purple-1100: hsl(248, 100%, 89%, 1);\n --cpd-color-alpha-purple-1000: hsl(249, 100%, 86%, 1);\n --cpd-color-alpha-purple-900: hsl(250, 100%, 83%, 1);\n --cpd-color-alpha-purple-800: hsla(255, 100%, 71%, 0.97);\n --cpd-color-alpha-purple-700: hsla(258, 98%, 64%, 0.9);\n --cpd-color-alpha-purple-600: hsla(260, 98%, 58%, 0.76);\n --cpd-color-alpha-purple-500: hsla(263, 98%, 52%, 0.67);\n --cpd-color-alpha-purple-400: hsl(262, 100%, 28%, 1);\n --cpd-color-alpha-purple-300: hsl(261, 100%, 25%, 1);\n --cpd-color-alpha-purple-200: hsl(259, 100%, 21%, 1);\n --cpd-color-alpha-purple-100: hsl(259, 100%, 18%, 1);\n --cpd-color-alpha-blue-1400: hsl(216, 88%, 97%, 1);\n --cpd-color-alpha-blue-1300: hsl(217, 93%, 95%, 1);\n --cpd-color-alpha-blue-1200: hsla(216, 97%, 89%, 0.99);\n --cpd-color-alpha-blue-1100: hsla(216, 100%, 86%, 0.98);\n --cpd-color-alpha-blue-1000: hsla(216, 100%, 81%, 0.97);\n --cpd-color-alpha-blue-900: hsla(216, 97%, 77%, 0.97);\n --cpd-color-alpha-blue-800: hsla(215, 99%, 60%, 0.91);\n --cpd-color-alpha-blue-700: hsla(215, 98%, 52%, 0.81);\n --cpd-color-alpha-blue-600: hsla(217, 99%, 51%, 0.64);\n --cpd-color-alpha-blue-500: hsla(219, 99%, 50%, 0.53);\n --cpd-color-alpha-blue-400: hsla(222, 100%, 28%, 0.82);\n --cpd-color-alpha-blue-300: hsl(224, 100%, 22%, 1);\n --cpd-color-alpha-blue-200: hsl(229, 100%, 20%, 1);\n --cpd-color-alpha-blue-100: hsl(234, 100%, 18%, 1);\n --cpd-color-alpha-cyan-1400: hsla(187, 89%, 97%, 0.98);\n --cpd-color-alpha-cyan-1300: hsla(187, 93%, 94%, 0.96);\n --cpd-color-alpha-cyan-1200: hsla(188, 97%, 87%, 0.91);\n --cpd-color-alpha-cyan-1100: hsla(187, 98%, 82%, 0.88);\n --cpd-color-alpha-cyan-1000: hsla(187, 99%, 74%, 0.84);\n --cpd-color-alpha-cyan-900: hsla(186, 99%, 66%, 0.81);\n --cpd-color-alpha-cyan-800: hsl(195, 100%, 37%, 1);\n --cpd-color-alpha-cyan-700: hsl(200, 100%, 32%, 1);\n --cpd-color-alpha-cyan-600: hsl(204, 100%, 27%, 1);\n --cpd-color-alpha-cyan-500: hsl(208, 100%, 23%, 1);\n --cpd-color-alpha-cyan-400: hsl(212, 100%, 19%, 1);\n --cpd-color-alpha-cyan-300: hsl(215, 100%, 18%, 1);\n --cpd-color-alpha-cyan-200: hsl(219, 100%, 15%, 1);\n --cpd-color-alpha-cyan-100: hsl(223, 100%, 14%, 1);\n --cpd-color-alpha-green-1400: hsla(150, 80%, 96%, 0.98);\n --cpd-color-alpha-green-1300: hsla(152, 88%, 94%, 0.96);\n --cpd-color-alpha-green-1200: hsla(153, 94%, 87%, 0.9);\n --cpd-color-alpha-green-1100: hsla(154, 98%, 82%, 0.86);\n --cpd-color-alpha-green-1000: hsla(156, 100%, 73%, 0.81);\n --cpd-color-alpha-green-900: hsla(159, 97%, 62%, 0.78);\n --cpd-color-alpha-green-800: hsla(165, 98%, 53%, 0.54);\n --cpd-color-alpha-green-700: hsl(168, 100%, 23%, 1);\n --cpd-color-alpha-green-600: hsl(165, 100%, 18%, 1);\n --cpd-color-alpha-green-500: hsl(162, 100%, 14%, 1);\n --cpd-color-alpha-green-400: hsl(158, 100%, 11%, 1);\n --cpd-color-alpha-green-300: hsl(155, 100%, 9%, 1);\n --cpd-color-alpha-green-200: hsl(151, 100%, 7%, 1);\n --cpd-color-alpha-green-100: hsl(147, 100%, 6%, 1);\n --cpd-color-alpha-lime-1400: hsla(104, 92%, 95%, 0.98);\n --cpd-color-alpha-lime-1300: hsla(105, 91%, 92%, 0.97);\n --cpd-color-alpha-lime-1200: hsla(103, 98%, 83%, 0.91);\n --cpd-color-alpha-lime-1100: hsla(103, 97%, 75%, 0.88);\n --cpd-color-alpha-lime-1000: hsla(101, 99%, 62%, 0.83);\n --cpd-color-alpha-lime-900: hsla(101, 99%, 60%, 0.78);\n --cpd-color-alpha-lime-800: hsla(109, 99%, 57%, 0.55);\n --cpd-color-alpha-lime-700: hsla(114, 100%, 52%, 0.42);\n --cpd-color-alpha-lime-600: hsl(120, 100%, 18%, 1);\n --cpd-color-alpha-lime-500: hsl(120, 100%, 15%, 1);\n --cpd-color-alpha-lime-400: hsl(120, 100%, 11%, 1);\n --cpd-color-alpha-lime-300: hsl(120, 100%, 9%, 1);\n --cpd-color-alpha-lime-200: hsl(120, 100%, 8%, 1);\n --cpd-color-alpha-lime-100: hsl(120, 100%, 6%, 1);\n --cpd-color-alpha-yellow-1400: hsl(46, 100%, 91%, 1);\n --cpd-color-alpha-yellow-1300: hsl(46, 100%, 85%, 1);\n --cpd-color-alpha-yellow-1200: hsl(48, 99%, 60%, 1);\n --cpd-color-alpha-yellow-1100: hsla(48, 99%, 54%, 0.97);\n --cpd-color-alpha-yellow-1000: hsla(46, 99%, 51%, 0.92);\n --cpd-color-alpha-yellow-900: hsl(45, 100%, 45%, 1);\n --cpd-color-alpha-yellow-800: hsl(38, 100%, 35%, 1);\n --cpd-color-alpha-yellow-700: hsl(34, 100%, 30%, 1);\n --cpd-color-alpha-yellow-600: hsla(30, 100%, 26%, 0.92);\n --cpd-color-alpha-yellow-500: hsla(26, 100%, 23%, 0.87);\n --cpd-color-alpha-yellow-400: hsl(21, 100%, 17%, 1);\n --cpd-color-alpha-yellow-300: hsl(16, 100%, 15%, 1);\n --cpd-color-alpha-yellow-200: hsl(8, 100%, 13%, 1);\n --cpd-color-alpha-yellow-100: hsl(3, 100%, 11%, 1);\n --cpd-color-alpha-orange-1400: hsl(23, 100%, 96%, 1);\n --cpd-color-alpha-orange-1300: hsl(25, 100%, 93%, 1);\n --cpd-color-alpha-orange-1200: hsl(24, 98%, 85%, 1);\n --cpd-color-alpha-orange-1100: hsl(25, 96%, 79%, 1);\n --cpd-color-alpha-orange-1000: hsla(26, 100%, 73%, 0.98);\n --cpd-color-alpha-orange-900: hsla(26, 98%, 67%, 0.98);\n --cpd-color-alpha-orange-800: hsla(26, 99%, 51%, 0.81);\n --cpd-color-alpha-orange-700: hsla(20, 100%, 49%, 0.7);\n --cpd-color-alpha-orange-600: hsla(12, 100%, 39%, 0.74);\n --cpd-color-alpha-orange-500: hsl(2, 100%, 26%, 1);\n --cpd-color-alpha-orange-400: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-orange-300: hsl(0, 100%, 17%, 1);\n --cpd-color-alpha-orange-200: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-orange-100: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-red-1400: hsl(11, 100%, 97%, 1);\n --cpd-color-alpha-red-1300: hsl(7, 100%, 95%, 1);\n --cpd-color-alpha-red-1200: hsl(8, 100%, 89%, 1);\n --cpd-color-alpha-red-1100: hsl(6, 100%, 86%, 1);\n --cpd-color-alpha-red-1000: hsl(6, 100%, 81%, 1);\n --cpd-color-alpha-red-900: hsl(5, 100%, 78%, 1);\n --cpd-color-alpha-red-800: hsla(359, 100%, 59%, 0.96);\n --cpd-color-alpha-red-700: hsla(357, 100%, 57%, 0.77);\n --cpd-color-alpha-red-600: hsla(354, 99%, 52%, 0.6);\n --cpd-color-alpha-red-500: hsl(356, 100%, 26%, 1);\n --cpd-color-alpha-red-400: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-red-300: hsl(0, 100%, 18%, 1);\n --cpd-color-alpha-red-200: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-red-100: hsl(0, 100%, 12%, 1);\n --cpd-color-alpha-gray-1400: hsla(204, 71%, 99%, 0.97);\n --cpd-color-alpha-gray-1300: hsla(214, 78%, 98%, 0.95);\n --cpd-color-alpha-gray-1200: hsla(217, 77%, 97%, 0.88);\n --cpd-color-alpha-gray-1100: hsla(212, 100%, 97%, 0.82);\n --cpd-color-alpha-gray-1000: hsla(213, 100%, 97%, 0.76);\n --cpd-color-alpha-gray-900: hsla(211, 91%, 96%, 0.72);\n --cpd-color-alpha-gray-800: hsla(216, 94%, 93%, 0.51);\n --cpd-color-alpha-gray-700: hsla(214, 79%, 93%, 0.39);\n --cpd-color-alpha-gray-600: hsla(213, 85%, 95%, 0.27);\n --cpd-color-alpha-gray-500: hsla(225, 46%, 95%, 0.2);\n --cpd-color-alpha-gray-400: hsla(227, 29%, 91%, 0.13);\n --cpd-color-alpha-gray-300: hsla(270, 37%, 93%, 0.1);\n --cpd-color-alpha-gray-200: hsla(280, 41%, 90%, 0.06);\n --cpd-color-alpha-gray-100: hsla(286, 31%, 82%, 0.04);\n --cpd-color-pink-1400: #fff1f4;\n --cpd-color-pink-1300: #ffe8ed;\n --cpd-color-pink-1200: #ffccd7;\n --cpd-color-pink-1100: #ffbbca;\n --cpd-color-pink-1000: #ffa4b9;\n --cpd-color-pink-900: #ff92ac;\n --cpd-color-pink-800: #f12c75;\n --cpd-color-pink-700: #c51761;\n --cpd-color-pink-600: #99114f;\n --cpd-color-pink-500: #7c0c41;\n --cpd-color-pink-400: #61002d;\n --cpd-color-pink-300: #550024;\n --cpd-color-pink-200: #450018;\n --cpd-color-pink-100: #3c0012;\n --cpd-color-fuchsia-1400: #fbf1fb;\n --cpd-color-fuchsia-1300: #f8e9f9;\n --cpd-color-fuchsia-1200: #f0cff2;\n --cpd-color-fuchsia-1100: #eac0ed;\n --cpd-color-fuchsia-1000: #e3abe7;\n --cpd-color-fuchsia-900: #dd9de3;\n --cpd-color-fuchsia-800: #c153cb;\n --cpd-color-fuchsia-700: #a233b3;\n --cpd-color-fuchsia-600: #7d2394;\n --cpd-color-fuchsia-500: #65177d;\n --cpd-color-fuchsia-400: #4f0368;\n --cpd-color-fuchsia-300: #46005e;\n --cpd-color-fuchsia-200: #37004e;\n --cpd-color-fuchsia-100: #2e0044;\n --cpd-color-purple-1400: #f5f3ff;\n --cpd-color-purple-1300: #eeebff;\n --cpd-color-purple-1200: #dad5ff;\n --cpd-color-purple-1100: #cec7ff;\n --cpd-color-purple-1000: #c0b5ff;\n --cpd-color-purple-900: #b6a7ff;\n --cpd-color-purple-800: #8b66f8;\n --cpd-color-purple-700: #7343e6;\n --cpd-color-purple-600: #5a27c6;\n --cpd-color-purple-500: #4a0db1;\n --cpd-color-purple-400: #350090;\n --cpd-color-purple-300: #2c0080;\n --cpd-color-purple-200: #22006a;\n --cpd-color-purple-100: #1c005a;\n --cpd-color-blue-1400: #eff5fe;\n --cpd-color-blue-1300: #e4eefe;\n --cpd-color-blue-1200: #c5dbfc;\n --cpd-color-blue-1100: #b2cffa;\n --cpd-color-blue-1000: #9ac0f8;\n --cpd-color-blue-900: #89b5f6;\n --cpd-color-blue-800: #337fe9;\n --cpd-color-blue-700: #0e61d1;\n --cpd-color-blue-600: #0b49ab;\n --cpd-color-blue-500: #083891;\n --cpd-color-blue-400: #032677;\n --cpd-color-blue-300: #001e6f;\n --cpd-color-blue-200: #001264;\n --cpd-color-blue-100: #00095d;\n --cpd-color-cyan-1400: #eaf7f9;\n --cpd-color-cyan-1300: #dbf2f5;\n --cpd-color-cyan-1200: #afe2e9;\n --cpd-color-cyan-1100: #93d9e2;\n --cpd-color-cyan-1000: #6bccd9;\n --cpd-color-cyan-900: #46c3d2;\n --cpd-color-cyan-800: #008aba;\n --cpd-color-cyan-700: #006ca4;\n --cpd-color-cyan-600: #005188;\n --cpd-color-cyan-500: #003f75;\n --cpd-color-cyan-400: #002d61;\n --cpd-color-cyan-300: #002559;\n --cpd-color-cyan-200: #001b4e;\n --cpd-color-cyan-100: #001448;\n --cpd-color-green-1400: #e9f8f1;\n --cpd-color-green-1300: #d9f4e7;\n --cpd-color-green-1200: #ace6cc;\n --cpd-color-green-1100: #8fddbc;\n --cpd-color-green-1000: #61d2a6;\n --cpd-color-green-900: #37c998;\n --cpd-color-green-800: #109173;\n --cpd-color-green-700: #00745c;\n --cpd-color-green-600: #005a43;\n --cpd-color-green-500: #004832;\n --cpd-color-green-400: #003622;\n --cpd-color-green-300: #002e1b;\n --cpd-color-green-200: #002513;\n --cpd-color-green-100: #001f0e;\n --cpd-color-lime-1400: #e9f9e3;\n --cpd-color-lime-1300: #daf6d0;\n --cpd-color-lime-1200: #afe99a;\n --cpd-color-lime-1100: #92e175;\n --cpd-color-lime-1000: #6ad639;\n --cpd-color-lime-900: #5eca2f;\n --cpd-color-lime-800: #31941d;\n --cpd-color-lime-700: #187611;\n --cpd-color-lime-600: #005c00;\n --cpd-color-lime-500: #004a00;\n --cpd-color-lime-400: #003700;\n --cpd-color-lime-300: #003000;\n --cpd-color-lime-200: #002600;\n --cpd-color-lime-100: #002000;\n --cpd-color-yellow-1400: #fff4d0;\n --cpd-color-yellow-1300: #ffedb1;\n --cpd-color-yellow-1200: #fed632;\n --cpd-color-yellow-1100: #f7c816;\n --cpd-color-yellow-1000: #ebb607;\n --cpd-color-yellow-900: #e3aa00;\n --cpd-color-yellow-800: #b47200;\n --cpd-color-yellow-700: #985600;\n --cpd-color-yellow-600: #7c3e02;\n --cpd-color-yellow-500: #682e03;\n --cpd-color-yellow-400: #541d00;\n --cpd-color-yellow-300: #4c1400;\n --cpd-color-yellow-200: #410900;\n --cpd-color-yellow-100: #3a0300;\n --cpd-color-orange-1400: #fff2ea;\n --cpd-color-orange-1300: #ffeadb;\n --cpd-color-orange-1200: #fed0b1;\n --cpd-color-orange-1100: #fdc197;\n --cpd-color-orange-1000: #faad73;\n --cpd-color-orange-900: #f89d58;\n --cpd-color-orange-800: #d15f0b;\n --cpd-color-orange-700: #b44007;\n --cpd-color-orange-600: #972206;\n --cpd-color-orange-500: #830500;\n --cpd-color-orange-400: #650000;\n --cpd-color-orange-300: #580000;\n --cpd-color-orange-200: #470000;\n --cpd-color-orange-100: #3c0000;\n --cpd-color-red-1400: #fff2ef;\n --cpd-color-red-1300: #ffe9e6;\n --cpd-color-red-1200: #ffcfc8;\n --cpd-color-red-1100: #ffbdb5;\n --cpd-color-red-1000: #ffa79d;\n --cpd-color-red-900: #ff968c;\n --cpd-color-red-800: #f52f33;\n --cpd-color-red-700: #c81e28;\n --cpd-color-red-600: #9f0d1e;\n --cpd-color-red-500: #830009;\n --cpd-color-red-400: #640000;\n --cpd-color-red-300: #590000;\n --cpd-color-red-200: #470000;\n --cpd-color-red-100: #3e0000;\n --cpd-color-gray-1400: #f2f5f7;\n --cpd-color-gray-1300: #ebeef2;\n --cpd-color-gray-1200: #d5dae1;\n --cpd-color-gray-1100: #c8ced5;\n --cpd-color-gray-1000: #b8bfc7;\n --cpd-color-gray-900: #acb4bd;\n --cpd-color-gray-800: #79818d;\n --cpd-color-gray-700: #606770;\n --cpd-color-gray-600: #4a4f55;\n --cpd-color-gray-500: #3c3f44;\n --cpd-color-gray-400: #2b2e33;\n --cpd-color-gray-300: #26282d;\n --cpd-color-gray-200: #1d1f24;\n --cpd-color-gray-100: #181a1f;\n --cpd-color-theme-bg: #101317;\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-hc-semantic-mq.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,":root {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-theme-bg);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-gray-300);\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-hc-semantic-mq.css"],names:[],mappings:"AAAA;EACE,kEAAkE;EAClE,gEAAgE;AAClE",sourcesContent:[":root {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-theme-bg);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-gray-300);\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-hc-semantic.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,".cpd-theme-dark-hc.cpd-theme-dark-hc {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-theme-bg);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-gray-300);\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-hc-semantic.css"],names:[],mappings:"AAAA;EACE,kEAAkE;EAClE,gEAAgE;AAClE",sourcesContent:[".cpd-theme-dark-hc.cpd-theme-dark-hc {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-theme-bg);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-gray-300);\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-semantic-mq.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,":root {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-theme-bg);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-gray-300);\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-semantic-mq.css"],names:[],mappings:"AAAA;EACE,kEAAkE;EAClE,gEAAgE;AAClE",sourcesContent:[":root {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-theme-bg);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-gray-300);\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-semantic.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,".cpd-theme-dark.cpd-theme-dark {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-theme-bg);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-gray-300);\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-dark-semantic.css"],names:[],mappings:"AAAA;EACE,kEAAkE;EAClE,gEAAgE;AAClE",sourcesContent:[".cpd-theme-dark.cpd-theme-dark {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-theme-bg);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-gray-300);\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-base-mq.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,":root {\n --cpd-color-alpha-pink-1400: hsl(339, 100%, 13%, 1);\n --cpd-color-alpha-pink-1300: hsl(333, 100%, 19%, 1);\n --cpd-color-alpha-pink-1200: hsla(330, 98%, 24%, 0.98);\n --cpd-color-alpha-pink-1100: hsla(331, 100%, 31%, 0.97);\n --cpd-color-alpha-pink-1000: hsla(332, 98%, 36%, 0.97);\n --cpd-color-alpha-pink-900: hsla(333, 98%, 41%, 0.96);\n --cpd-color-alpha-pink-800: hsla(340, 100%, 48%, 0.75);\n --cpd-color-alpha-pink-700: hsla(345, 100%, 50%, 0.47);\n --cpd-color-alpha-pink-600: hsla(346, 100%, 51%, 0.33);\n --cpd-color-alpha-pink-500: hsla(347, 100%, 50%, 0.24);\n --cpd-color-alpha-pink-400: hsla(347, 100%, 50%, 0.13);\n --cpd-color-alpha-pink-300: hsla(347, 100%, 54%, 0.08);\n --cpd-color-alpha-pink-200: hsla(348, 100%, 51%, 0.04);\n --cpd-color-alpha-pink-100: hsla(348, 100%, 51%, 0.02);\n --cpd-color-alpha-fuchsia-1400: hsl(281, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-1300: hsl(285, 100%, 20%, 1);\n --cpd-color-alpha-fuchsia-1200: hsla(286, 97%, 24%, 0.93);\n --cpd-color-alpha-fuchsia-1100: hsla(289, 96%, 28%, 0.88);\n --cpd-color-alpha-fuchsia-1000: hsla(291, 99%, 30%, 0.84);\n --cpd-color-alpha-fuchsia-900: hsla(293, 100%, 34%, 0.8);\n --cpd-color-alpha-fuchsia-800: hsla(295, 97%, 37%, 0.64);\n --cpd-color-alpha-fuchsia-700: hsla(295, 96%, 37%, 0.43);\n --cpd-color-alpha-fuchsia-600: hsla(297, 93%, 38%, 0.31);\n --cpd-color-alpha-fuchsia-500: hsla(296, 93%, 39%, 0.23);\n --cpd-color-alpha-fuchsia-400: hsla(298, 91%, 40%, 0.13);\n --cpd-color-alpha-fuchsia-300: hsla(295, 89%, 41%, 0.07);\n --cpd-color-alpha-fuchsia-200: hsla(293, 95%, 41%, 0.04);\n --cpd-color-alpha-fuchsia-100: hsla(300, 95%, 41%, 0.02);\n --cpd-color-alpha-purple-1400: hsl(259, 100%, 20%, 1);\n --cpd-color-alpha-purple-1300: hsl(262, 100%, 28%, 1);\n --cpd-color-alpha-purple-1200: hsla(264, 98%, 36%, 0.99);\n --cpd-color-alpha-purple-1100: hsla(260, 97%, 39%, 0.86);\n --cpd-color-alpha-purple-1000: hsla(259, 98%, 42%, 0.79);\n --cpd-color-alpha-purple-900: hsla(258, 98%, 47%, 0.73);\n --cpd-color-alpha-purple-800: hsla(254, 99%, 49%, 0.56);\n --cpd-color-alpha-purple-700: hsla(251, 100%, 51%, 0.38);\n --cpd-color-alpha-purple-600: hsla(249, 100%, 51%, 0.27);\n --cpd-color-alpha-purple-500: hsla(248, 100%, 51%, 0.2);\n --cpd-color-alpha-purple-400: hsla(248, 100%, 53%, 0.12);\n --cpd-color-alpha-purple-300: hsla(248, 100%, 55%, 0.07);\n --cpd-color-alpha-purple-200: hsla(248, 100%, 61%, 0.04);\n --cpd-color-alpha-purple-100: hsla(240, 100%, 61%, 0.02);\n --cpd-color-alpha-blue-1400: hsl(232, 100%, 20%, 1);\n --cpd-color-alpha-blue-1300: hsl(222, 98%, 24%, 1);\n --cpd-color-alpha-blue-1200: hsla(218, 99%, 29%, 0.99);\n --cpd-color-alpha-blue-1100: hsla(216, 99%, 35%, 0.98);\n --cpd-color-alpha-blue-1000: hsla(214, 98%, 39%, 0.99);\n --cpd-color-alpha-blue-900: hsla(213, 99%, 44%, 0.99);\n --cpd-color-alpha-blue-800: hsla(215, 100%, 46%, 0.75);\n --cpd-color-alpha-blue-700: hsla(215, 98%, 47%, 0.51);\n --cpd-color-alpha-blue-600: hsla(216, 95%, 48%, 0.37);\n --cpd-color-alpha-blue-500: hsla(215, 93%, 50%, 0.28);\n --cpd-color-alpha-blue-400: hsla(216, 95%, 51%, 0.16);\n --cpd-color-alpha-blue-300: hsla(215, 100%, 52%, 0.09);\n --cpd-color-alpha-blue-200: hsla(218, 100%, 57%, 0.05);\n --cpd-color-alpha-blue-100: hsla(210, 100%, 61%, 0.03);\n --cpd-color-alpha-cyan-1400: hsl(221, 100%, 16%, 1);\n --cpd-color-alpha-cyan-1300: hsl(213, 100%, 19%, 1);\n --cpd-color-alpha-cyan-1200: hsl(208, 100%, 23%, 1);\n --cpd-color-alpha-cyan-1100: hsl(204, 100%, 28%, 1);\n --cpd-color-alpha-cyan-1000: hsl(202, 100%, 31%, 1);\n --cpd-color-alpha-cyan-900: hsl(200, 100%, 34%, 1);\n --cpd-color-alpha-cyan-800: hsl(194, 100%, 38%, 1);\n --cpd-color-alpha-cyan-700: hsla(186, 99%, 40%, 0.92);\n --cpd-color-alpha-cyan-600: hsla(187, 99%, 38%, 0.54);\n --cpd-color-alpha-cyan-500: hsla(186, 95%, 38%, 0.4);\n --cpd-color-alpha-cyan-400: hsla(186, 100%, 37%, 0.22);\n --cpd-color-alpha-cyan-300: hsla(188, 100%, 38%, 0.11);\n --cpd-color-alpha-cyan-200: hsla(186, 79%, 41%, 0.06);\n --cpd-color-alpha-cyan-100: hsla(180, 79%, 41%, 0.03);\n --cpd-color-alpha-green-1400: hsl(149, 100%, 7%, 1);\n --cpd-color-alpha-green-1300: hsl(157, 100%, 10%, 1);\n --cpd-color-alpha-green-1200: hsl(162, 100%, 14%, 1);\n --cpd-color-alpha-green-1100: hsl(165, 100%, 18%, 1);\n --cpd-color-alpha-green-1000: hsl(166, 100%, 21%, 1);\n --cpd-color-alpha-green-900: hsl(168, 100%, 24%, 1);\n --cpd-color-alpha-green-800: hsl(166, 100%, 30%, 1);\n --cpd-color-alpha-green-700: hsla(163, 99%, 38%, 0.96);\n --cpd-color-alpha-green-600: hsla(156, 99%, 36%, 0.56);\n --cpd-color-alpha-green-500: hsla(154, 96%, 37%, 0.41);\n --cpd-color-alpha-green-400: hsla(151, 93%, 37%, 0.23);\n --cpd-color-alpha-green-300: hsla(150, 100%, 36%, 0.11);\n --cpd-color-alpha-green-200: hsla(150, 79%, 41%, 0.06);\n --cpd-color-alpha-green-100: hsla(156, 79%, 41%, 0.03);\n --cpd-color-alpha-lime-1400: hsl(120, 100%, 7%, 1);\n --cpd-color-alpha-lime-1300: hsl(120, 100%, 11%, 1);\n --cpd-color-alpha-lime-1200: hsl(120, 100%, 15%, 1);\n --cpd-color-alpha-lime-1100: hsl(120, 100%, 19%, 1);\n --cpd-color-alpha-lime-1000: hsl(120, 100%, 22%, 1);\n --cpd-color-alpha-lime-900: hsla(113, 97%, 24%, 0.96);\n --cpd-color-alpha-lime-800: hsla(107, 99%, 29%, 0.91);\n --cpd-color-alpha-lime-700: hsla(102, 100%, 37%, 0.86);\n --cpd-color-alpha-lime-600: hsla(102, 97%, 41%, 0.71);\n --cpd-color-alpha-lime-500: hsla(104, 98%, 40%, 0.51);\n --cpd-color-alpha-lime-400: hsla(105, 92%, 42%, 0.28);\n --cpd-color-alpha-lime-300: hsla(107, 98%, 41%, 0.15);\n --cpd-color-alpha-lime-200: hsla(107, 89%, 44%, 0.07);\n --cpd-color-alpha-lime-100: hsla(103, 75%, 46%, 0.04);\n --cpd-color-alpha-yellow-1400: hsl(6, 100%, 13%, 1);\n --cpd-color-alpha-yellow-1300: hsl(19, 100%, 17%, 1);\n --cpd-color-alpha-yellow-1200: hsl(26, 100%, 21%, 1);\n --cpd-color-alpha-yellow-1100: hsl(30, 100%, 25%, 1);\n --cpd-color-alpha-yellow-1000: hsl(32, 100%, 28%, 1);\n --cpd-color-alpha-yellow-900: hsl(34, 100%, 31%, 1);\n --cpd-color-alpha-yellow-800: hsl(39, 100%, 37%, 1);\n --cpd-color-alpha-yellow-700: hsl(44, 100%, 44%, 1);\n --cpd-color-alpha-yellow-600: hsl(47, 100%, 47%, 1);\n --cpd-color-alpha-yellow-500: hsl(49, 100%, 49%, 1);\n --cpd-color-alpha-yellow-400: hsla(47, 100%, 51%, 0.49);\n --cpd-color-alpha-yellow-300: hsla(47, 100%, 51%, 0.25);\n --cpd-color-alpha-yellow-200: hsla(46, 100%, 53%, 0.13);\n --cpd-color-alpha-yellow-100: hsla(48, 100%, 51%, 0.06);\n --cpd-color-alpha-orange-1400: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-orange-1300: hsl(0, 100%, 19%, 1);\n --cpd-color-alpha-orange-1200: hsl(0, 100%, 26%, 1);\n --cpd-color-alpha-orange-1100: hsl(13, 100%, 30%, 1);\n --cpd-color-alpha-orange-1000: hsl(18, 100%, 34%, 1);\n --cpd-color-alpha-orange-900: hsl(22, 100%, 37%, 1);\n --cpd-color-alpha-orange-800: hsl(28, 100%, 43%, 1);\n --cpd-color-alpha-orange-700: hsla(27, 100%, 48%, 0.75);\n --cpd-color-alpha-orange-600: hsla(26, 98%, 50%, 0.52);\n --cpd-color-alpha-orange-500: hsla(25, 100%, 50%, 0.37);\n --cpd-color-alpha-orange-400: hsla(25, 100%, 51%, 0.22);\n --cpd-color-alpha-orange-300: hsla(24, 100%, 52%, 0.11);\n --cpd-color-alpha-orange-200: hsla(26, 100%, 55%, 0.07);\n --cpd-color-alpha-orange-100: hsla(22, 100%, 61%, 0.04);\n --cpd-color-alpha-red-1400: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-red-1300: hsl(0, 100%, 19%, 1);\n --cpd-color-alpha-red-1200: hsl(357, 100%, 26%, 1);\n --cpd-color-alpha-red-1100: hsla(350, 99%, 32%, 0.99);\n --cpd-color-alpha-red-1000: hsla(353, 98%, 37%, 0.95);\n --cpd-color-alpha-red-900: hsla(355, 98%, 41%, 0.91);\n --cpd-color-alpha-red-800: hsla(0, 100%, 51%, 0.77);\n --cpd-color-alpha-red-700: hsla(5, 100%, 51%, 0.5);\n --cpd-color-alpha-red-600: hsla(7, 100%, 51%, 0.36);\n --cpd-color-alpha-red-500: hsla(8, 100%, 51%, 0.27);\n --cpd-color-alpha-red-400: hsla(8, 100%, 52%, 0.15);\n --cpd-color-alpha-red-300: hsla(9, 100%, 54%, 0.08);\n --cpd-color-alpha-red-200: hsla(7, 100%, 56%, 0.04);\n --cpd-color-alpha-red-100: hsla(10, 100%, 61%, 0.03);\n --cpd-color-alpha-gray-1400: hsla(223, 64%, 2%, 0.9);\n --cpd-color-alpha-gray-1300: hsla(225, 57%, 3%, 0.84);\n --cpd-color-alpha-gray-1200: hsla(213, 73%, 3%, 0.77);\n --cpd-color-alpha-gray-1100: hsla(215, 74%, 5%, 0.71);\n --cpd-color-alpha-gray-1000: hsla(218, 79%, 6%, 0.66);\n --cpd-color-alpha-gray-900: hsla(213, 83%, 7%, 0.61);\n --cpd-color-alpha-gray-800: hsla(213, 87%, 9%, 0.5);\n --cpd-color-alpha-gray-700: hsla(215, 96%, 10%, 0.35);\n --cpd-color-alpha-gray-600: hsla(212, 97%, 12%, 0.26);\n --cpd-color-alpha-gray-500: hsla(212, 87%, 15%, 0.2);\n --cpd-color-alpha-gray-400: hsla(213, 90%, 20%, 0.12);\n --cpd-color-alpha-gray-300: hsla(216, 89%, 18%, 0.06);\n --cpd-color-alpha-gray-200: hsla(200, 41%, 36%, 0.04);\n --cpd-color-alpha-gray-100: hsla(210, 48%, 41%, 0.02);\n --cpd-color-pink-1400: #430017;\n --cpd-color-pink-1300: #5f002b;\n --cpd-color-pink-1200: #7e0642;\n --cpd-color-pink-1100: #9f0850;\n --cpd-color-pink-1000: #b80a5b;\n --cpd-color-pink-900: #d20c65;\n --cpd-color-pink-800: #f7407d;\n --cpd-color-pink-700: #ff88a6;\n --cpd-color-pink-600: #ffadc0;\n --cpd-color-pink-500: #ffc2cf;\n --cpd-color-pink-400: #ffdee5;\n --cpd-color-pink-300: #ffecf0;\n --cpd-color-pink-200: #fff5f7;\n --cpd-color-pink-100: #fffafb;\n --cpd-color-fuchsia-1400: #34004c;\n --cpd-color-fuchsia-1300: #4e0068;\n --cpd-color-fuchsia-1200: #671481;\n --cpd-color-fuchsia-1100: #822198;\n --cpd-color-fuchsia-1000: #972aaa;\n --cpd-color-fuchsia-900: #ad33bd;\n --cpd-color-fuchsia-800: #c85ed1;\n --cpd-color-fuchsia-700: #db93e1;\n --cpd-color-fuchsia-600: #e7b2ea;\n --cpd-color-fuchsia-500: #edc6f0;\n --cpd-color-fuchsia-400: #f6dff7;\n --cpd-color-fuchsia-300: #faeefb;\n --cpd-color-fuchsia-200: #fcf5fd;\n --cpd-color-fuchsia-100: #fefafe;\n --cpd-color-purple-1400: #200066;\n --cpd-color-purple-1300: #33008d;\n --cpd-color-purple-1200: #4c05b5;\n --cpd-color-purple-1100: #5d26cd;\n --cpd-color-purple-1000: #6b37de;\n --cpd-color-purple-900: #7a47f1;\n --cpd-color-purple-800: #9271fd;\n --cpd-color-purple-700: #b1a0ff;\n --cpd-color-purple-600: #c5bbff;\n --cpd-color-purple-500: #d4cdff;\n --cpd-color-purple-400: #e6e2ff;\n --cpd-color-purple-300: #f1efff;\n --cpd-color-purple-200: #f8f7ff;\n --cpd-color-purple-100: #fbfbff;\n --cpd-color-blue-1400: #000e65;\n --cpd-color-blue-1300: #012478;\n --cpd-color-blue-1200: #043894;\n --cpd-color-blue-1100: #064ab1;\n --cpd-color-blue-1000: #0558c7;\n --cpd-color-blue-900: #0467dd;\n --cpd-color-blue-800: #4088ee;\n --cpd-color-blue-700: #7eaff6;\n --cpd-color-blue-600: #a3c6fa;\n --cpd-color-blue-500: #bad5fc;\n --cpd-color-blue-400: #d8e7fe;\n --cpd-color-blue-300: #e9f2ff;\n --cpd-color-blue-200: #f4f8ff;\n --cpd-color-blue-100: #f9fcff;\n --cpd-color-cyan-1400: #00194f;\n --cpd-color-cyan-1300: #002b61;\n --cpd-color-cyan-1200: #004077;\n --cpd-color-cyan-1100: #00548c;\n --cpd-color-cyan-1000: #00629c;\n --cpd-color-cyan-900: #0072ac;\n --cpd-color-cyan-800: #0094c0;\n --cpd-color-cyan-700: #15becf;\n --cpd-color-cyan-600: #76d1dd;\n --cpd-color-cyan-500: #9bdde5;\n --cpd-color-cyan-400: #c7ecf0;\n --cpd-color-cyan-300: #e3f5f8;\n --cpd-color-cyan-200: #f1fafb;\n --cpd-color-cyan-100: #f8fdfd;\n --cpd-color-green-1400: #002311;\n --cpd-color-green-1300: #003420;\n --cpd-color-green-1200: #004933;\n --cpd-color-green-1100: #005c45;\n --cpd-color-green-1000: #006b52;\n --cpd-color-green-900: #007a61;\n --cpd-color-green-800: #009b78;\n --cpd-color-green-700: #0bc491;\n --cpd-color-green-600: #71d7ae;\n --cpd-color-green-500: #98e1c1;\n --cpd-color-green-400: #c6eedb;\n --cpd-color-green-300: #e3f7ed;\n --cpd-color-green-200: #f1fbf6;\n --cpd-color-green-100: #f8fdfb;\n --cpd-color-lime-1400: #002400;\n --cpd-color-lime-1300: #003600;\n --cpd-color-lime-1200: #004b00;\n --cpd-color-lime-1100: #005f00;\n --cpd-color-lime-1000: #006e00;\n --cpd-color-lime-900: #197d0c;\n --cpd-color-lime-800: #359d18;\n --cpd-color-lime-700: #54c424;\n --cpd-color-lime-600: #76db4c;\n --cpd-color-lime-500: #99e57e;\n --cpd-color-lime-400: #c8f1ba;\n --cpd-color-lime-300: #e0f8d9;\n --cpd-color-lime-200: #f1fcee;\n --cpd-color-lime-100: #f8fdf6;\n --cpd-color-yellow-1400: #410600;\n --cpd-color-yellow-1300: #541a00;\n --cpd-color-yellow-1200: #692e00;\n --cpd-color-yellow-1100: #803f00;\n --cpd-color-yellow-1000: #8f4d00;\n --cpd-color-yellow-900: #9f5b00;\n --cpd-color-yellow-800: #be7a00;\n --cpd-color-yellow-700: #dea200;\n --cpd-color-yellow-600: #f1bd00;\n --cpd-color-yellow-500: #fbce00;\n --cpd-color-yellow-400: #ffe484;\n --cpd-color-yellow-300: #fff2c1;\n --cpd-color-yellow-200: #fff8e0;\n --cpd-color-yellow-100: #fffcf0;\n --cpd-color-orange-1400: #450000;\n --cpd-color-orange-1300: #620000;\n --cpd-color-orange-1200: #850000;\n --cpd-color-orange-1100: #9b2200;\n --cpd-color-orange-1000: #ac3300;\n --cpd-color-orange-900: #bc4500;\n --cpd-color-orange-800: #dc6700;\n --cpd-color-orange-700: #f89440;\n --cpd-color-orange-600: #fdb37c;\n --cpd-color-orange-500: #ffc8a1;\n --cpd-color-orange-400: #ffdfc8;\n --cpd-color-orange-300: #ffefe4;\n --cpd-color-orange-200: #fff6ef;\n --cpd-color-orange-100: #fffaf7;\n --cpd-color-red-1400: #450000;\n --cpd-color-red-1300: #620000;\n --cpd-color-red-1200: #850006;\n --cpd-color-red-1100: #a4041d;\n --cpd-color-red-1000: #bc0f22;\n --cpd-color-red-900: #d51928;\n --cpd-color-red-800: #ff3d3d;\n --cpd-color-red-700: #ff8c81;\n --cpd-color-red-600: #ffafa5;\n --cpd-color-red-500: #ffc5bc;\n --cpd-color-red-400: #ffdfda;\n --cpd-color-red-300: #ffefec;\n --cpd-color-red-200: #fff7f6;\n --cpd-color-red-100: #fffaf9;\n --cpd-color-gray-1400: #1b1d22;\n --cpd-color-gray-1300: #2b2d32;\n --cpd-color-gray-1200: #3c4045;\n --cpd-color-gray-1100: #4c5158;\n --cpd-color-gray-1000: #595e67;\n --cpd-color-gray-900: #656d77;\n --cpd-color-gray-800: #818a95;\n --cpd-color-gray-700: #a6adb7;\n --cpd-color-gray-600: #bdc4cc;\n --cpd-color-gray-500: #cdd3da;\n --cpd-color-gray-400: #e1e6ec;\n --cpd-color-gray-300: #f0f2f5;\n --cpd-color-gray-200: #f7f9fa;\n --cpd-color-gray-100: #fbfcfd;\n --cpd-color-theme-bg: #ffffff;\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-base-mq.css"],names:[],mappings:"AAAA;EACE,mDAAmD;EACnD,mDAAmD;EACnD,sDAAsD;EACtD,uDAAuD;EACvD,sDAAsD;EACtD,qDAAqD;EACrD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,yDAAyD;EACzD,yDAAyD;EACzD,yDAAyD;EACzD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,qDAAqD;EACrD,qDAAqD;EACrD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,uDAAuD;EACvD,uDAAuD;EACvD,wDAAwD;EACxD,wDAAwD;EACxD,uDAAuD;EACvD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,mDAAmD;EACnD,kDAAkD;EAClD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,qDAAqD;EACrD,sDAAsD;EACtD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,kDAAkD;EAClD,kDAAkD;EAClD,qDAAqD;EACrD,qDAAqD;EACrD,oDAAoD;EACpD,sDAAsD;EACtD,sDAAsD;EACtD,qDAAqD;EACrD,qDAAqD;EACrD,mDAAmD;EACnD,oDAAoD;EACpD,oDAAoD;EACpD,oDAAoD;EACpD,oDAAoD;EACpD,mDAAmD;EACnD,mDAAmD;EACnD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,uDAAuD;EACvD,sDAAsD;EACtD,sDAAsD;EACtD,kDAAkD;EAClD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,qDAAqD;EACrD,qDAAqD;EACrD,sDAAsD;EACtD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,mDAAmD;EACnD,oDAAoD;EACpD,oDAAoD;EACpD,oDAAoD;EACpD,oDAAoD;EACpD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,uDAAuD;EACvD,uDAAuD;EACvD,uDAAuD;EACvD,uDAAuD;EACvD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,oDAAoD;EACpD,oDAAoD;EACpD,mDAAmD;EACnD,mDAAmD;EACnD,uDAAuD;EACvD,sDAAsD;EACtD,uDAAuD;EACvD,uDAAuD;EACvD,uDAAuD;EACvD,uDAAuD;EACvD,uDAAuD;EACvD,gDAAgD;EAChD,gDAAgD;EAChD,kDAAkD;EAClD,qDAAqD;EACrD,qDAAqD;EACrD,oDAAoD;EACpD,mDAAmD;EACnD,kDAAkD;EAClD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,oDAAoD;EACpD,oDAAoD;EACpD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,oDAAoD;EACpD,mDAAmD;EACnD,qDAAqD;EACrD,qDAAqD;EACrD,oDAAoD;EACpD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,iCAAiC;EACjC,iCAAiC;EACjC,iCAAiC;EACjC,iCAAiC;EACjC,iCAAiC;EACjC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;AAC/B",sourcesContent:[":root {\n --cpd-color-alpha-pink-1400: hsl(339, 100%, 13%, 1);\n --cpd-color-alpha-pink-1300: hsl(333, 100%, 19%, 1);\n --cpd-color-alpha-pink-1200: hsla(330, 98%, 24%, 0.98);\n --cpd-color-alpha-pink-1100: hsla(331, 100%, 31%, 0.97);\n --cpd-color-alpha-pink-1000: hsla(332, 98%, 36%, 0.97);\n --cpd-color-alpha-pink-900: hsla(333, 98%, 41%, 0.96);\n --cpd-color-alpha-pink-800: hsla(340, 100%, 48%, 0.75);\n --cpd-color-alpha-pink-700: hsla(345, 100%, 50%, 0.47);\n --cpd-color-alpha-pink-600: hsla(346, 100%, 51%, 0.33);\n --cpd-color-alpha-pink-500: hsla(347, 100%, 50%, 0.24);\n --cpd-color-alpha-pink-400: hsla(347, 100%, 50%, 0.13);\n --cpd-color-alpha-pink-300: hsla(347, 100%, 54%, 0.08);\n --cpd-color-alpha-pink-200: hsla(348, 100%, 51%, 0.04);\n --cpd-color-alpha-pink-100: hsla(348, 100%, 51%, 0.02);\n --cpd-color-alpha-fuchsia-1400: hsl(281, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-1300: hsl(285, 100%, 20%, 1);\n --cpd-color-alpha-fuchsia-1200: hsla(286, 97%, 24%, 0.93);\n --cpd-color-alpha-fuchsia-1100: hsla(289, 96%, 28%, 0.88);\n --cpd-color-alpha-fuchsia-1000: hsla(291, 99%, 30%, 0.84);\n --cpd-color-alpha-fuchsia-900: hsla(293, 100%, 34%, 0.8);\n --cpd-color-alpha-fuchsia-800: hsla(295, 97%, 37%, 0.64);\n --cpd-color-alpha-fuchsia-700: hsla(295, 96%, 37%, 0.43);\n --cpd-color-alpha-fuchsia-600: hsla(297, 93%, 38%, 0.31);\n --cpd-color-alpha-fuchsia-500: hsla(296, 93%, 39%, 0.23);\n --cpd-color-alpha-fuchsia-400: hsla(298, 91%, 40%, 0.13);\n --cpd-color-alpha-fuchsia-300: hsla(295, 89%, 41%, 0.07);\n --cpd-color-alpha-fuchsia-200: hsla(293, 95%, 41%, 0.04);\n --cpd-color-alpha-fuchsia-100: hsla(300, 95%, 41%, 0.02);\n --cpd-color-alpha-purple-1400: hsl(259, 100%, 20%, 1);\n --cpd-color-alpha-purple-1300: hsl(262, 100%, 28%, 1);\n --cpd-color-alpha-purple-1200: hsla(264, 98%, 36%, 0.99);\n --cpd-color-alpha-purple-1100: hsla(260, 97%, 39%, 0.86);\n --cpd-color-alpha-purple-1000: hsla(259, 98%, 42%, 0.79);\n --cpd-color-alpha-purple-900: hsla(258, 98%, 47%, 0.73);\n --cpd-color-alpha-purple-800: hsla(254, 99%, 49%, 0.56);\n --cpd-color-alpha-purple-700: hsla(251, 100%, 51%, 0.38);\n --cpd-color-alpha-purple-600: hsla(249, 100%, 51%, 0.27);\n --cpd-color-alpha-purple-500: hsla(248, 100%, 51%, 0.2);\n --cpd-color-alpha-purple-400: hsla(248, 100%, 53%, 0.12);\n --cpd-color-alpha-purple-300: hsla(248, 100%, 55%, 0.07);\n --cpd-color-alpha-purple-200: hsla(248, 100%, 61%, 0.04);\n --cpd-color-alpha-purple-100: hsla(240, 100%, 61%, 0.02);\n --cpd-color-alpha-blue-1400: hsl(232, 100%, 20%, 1);\n --cpd-color-alpha-blue-1300: hsl(222, 98%, 24%, 1);\n --cpd-color-alpha-blue-1200: hsla(218, 99%, 29%, 0.99);\n --cpd-color-alpha-blue-1100: hsla(216, 99%, 35%, 0.98);\n --cpd-color-alpha-blue-1000: hsla(214, 98%, 39%, 0.99);\n --cpd-color-alpha-blue-900: hsla(213, 99%, 44%, 0.99);\n --cpd-color-alpha-blue-800: hsla(215, 100%, 46%, 0.75);\n --cpd-color-alpha-blue-700: hsla(215, 98%, 47%, 0.51);\n --cpd-color-alpha-blue-600: hsla(216, 95%, 48%, 0.37);\n --cpd-color-alpha-blue-500: hsla(215, 93%, 50%, 0.28);\n --cpd-color-alpha-blue-400: hsla(216, 95%, 51%, 0.16);\n --cpd-color-alpha-blue-300: hsla(215, 100%, 52%, 0.09);\n --cpd-color-alpha-blue-200: hsla(218, 100%, 57%, 0.05);\n --cpd-color-alpha-blue-100: hsla(210, 100%, 61%, 0.03);\n --cpd-color-alpha-cyan-1400: hsl(221, 100%, 16%, 1);\n --cpd-color-alpha-cyan-1300: hsl(213, 100%, 19%, 1);\n --cpd-color-alpha-cyan-1200: hsl(208, 100%, 23%, 1);\n --cpd-color-alpha-cyan-1100: hsl(204, 100%, 28%, 1);\n --cpd-color-alpha-cyan-1000: hsl(202, 100%, 31%, 1);\n --cpd-color-alpha-cyan-900: hsl(200, 100%, 34%, 1);\n --cpd-color-alpha-cyan-800: hsl(194, 100%, 38%, 1);\n --cpd-color-alpha-cyan-700: hsla(186, 99%, 40%, 0.92);\n --cpd-color-alpha-cyan-600: hsla(187, 99%, 38%, 0.54);\n --cpd-color-alpha-cyan-500: hsla(186, 95%, 38%, 0.4);\n --cpd-color-alpha-cyan-400: hsla(186, 100%, 37%, 0.22);\n --cpd-color-alpha-cyan-300: hsla(188, 100%, 38%, 0.11);\n --cpd-color-alpha-cyan-200: hsla(186, 79%, 41%, 0.06);\n --cpd-color-alpha-cyan-100: hsla(180, 79%, 41%, 0.03);\n --cpd-color-alpha-green-1400: hsl(149, 100%, 7%, 1);\n --cpd-color-alpha-green-1300: hsl(157, 100%, 10%, 1);\n --cpd-color-alpha-green-1200: hsl(162, 100%, 14%, 1);\n --cpd-color-alpha-green-1100: hsl(165, 100%, 18%, 1);\n --cpd-color-alpha-green-1000: hsl(166, 100%, 21%, 1);\n --cpd-color-alpha-green-900: hsl(168, 100%, 24%, 1);\n --cpd-color-alpha-green-800: hsl(166, 100%, 30%, 1);\n --cpd-color-alpha-green-700: hsla(163, 99%, 38%, 0.96);\n --cpd-color-alpha-green-600: hsla(156, 99%, 36%, 0.56);\n --cpd-color-alpha-green-500: hsla(154, 96%, 37%, 0.41);\n --cpd-color-alpha-green-400: hsla(151, 93%, 37%, 0.23);\n --cpd-color-alpha-green-300: hsla(150, 100%, 36%, 0.11);\n --cpd-color-alpha-green-200: hsla(150, 79%, 41%, 0.06);\n --cpd-color-alpha-green-100: hsla(156, 79%, 41%, 0.03);\n --cpd-color-alpha-lime-1400: hsl(120, 100%, 7%, 1);\n --cpd-color-alpha-lime-1300: hsl(120, 100%, 11%, 1);\n --cpd-color-alpha-lime-1200: hsl(120, 100%, 15%, 1);\n --cpd-color-alpha-lime-1100: hsl(120, 100%, 19%, 1);\n --cpd-color-alpha-lime-1000: hsl(120, 100%, 22%, 1);\n --cpd-color-alpha-lime-900: hsla(113, 97%, 24%, 0.96);\n --cpd-color-alpha-lime-800: hsla(107, 99%, 29%, 0.91);\n --cpd-color-alpha-lime-700: hsla(102, 100%, 37%, 0.86);\n --cpd-color-alpha-lime-600: hsla(102, 97%, 41%, 0.71);\n --cpd-color-alpha-lime-500: hsla(104, 98%, 40%, 0.51);\n --cpd-color-alpha-lime-400: hsla(105, 92%, 42%, 0.28);\n --cpd-color-alpha-lime-300: hsla(107, 98%, 41%, 0.15);\n --cpd-color-alpha-lime-200: hsla(107, 89%, 44%, 0.07);\n --cpd-color-alpha-lime-100: hsla(103, 75%, 46%, 0.04);\n --cpd-color-alpha-yellow-1400: hsl(6, 100%, 13%, 1);\n --cpd-color-alpha-yellow-1300: hsl(19, 100%, 17%, 1);\n --cpd-color-alpha-yellow-1200: hsl(26, 100%, 21%, 1);\n --cpd-color-alpha-yellow-1100: hsl(30, 100%, 25%, 1);\n --cpd-color-alpha-yellow-1000: hsl(32, 100%, 28%, 1);\n --cpd-color-alpha-yellow-900: hsl(34, 100%, 31%, 1);\n --cpd-color-alpha-yellow-800: hsl(39, 100%, 37%, 1);\n --cpd-color-alpha-yellow-700: hsl(44, 100%, 44%, 1);\n --cpd-color-alpha-yellow-600: hsl(47, 100%, 47%, 1);\n --cpd-color-alpha-yellow-500: hsl(49, 100%, 49%, 1);\n --cpd-color-alpha-yellow-400: hsla(47, 100%, 51%, 0.49);\n --cpd-color-alpha-yellow-300: hsla(47, 100%, 51%, 0.25);\n --cpd-color-alpha-yellow-200: hsla(46, 100%, 53%, 0.13);\n --cpd-color-alpha-yellow-100: hsla(48, 100%, 51%, 0.06);\n --cpd-color-alpha-orange-1400: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-orange-1300: hsl(0, 100%, 19%, 1);\n --cpd-color-alpha-orange-1200: hsl(0, 100%, 26%, 1);\n --cpd-color-alpha-orange-1100: hsl(13, 100%, 30%, 1);\n --cpd-color-alpha-orange-1000: hsl(18, 100%, 34%, 1);\n --cpd-color-alpha-orange-900: hsl(22, 100%, 37%, 1);\n --cpd-color-alpha-orange-800: hsl(28, 100%, 43%, 1);\n --cpd-color-alpha-orange-700: hsla(27, 100%, 48%, 0.75);\n --cpd-color-alpha-orange-600: hsla(26, 98%, 50%, 0.52);\n --cpd-color-alpha-orange-500: hsla(25, 100%, 50%, 0.37);\n --cpd-color-alpha-orange-400: hsla(25, 100%, 51%, 0.22);\n --cpd-color-alpha-orange-300: hsla(24, 100%, 52%, 0.11);\n --cpd-color-alpha-orange-200: hsla(26, 100%, 55%, 0.07);\n --cpd-color-alpha-orange-100: hsla(22, 100%, 61%, 0.04);\n --cpd-color-alpha-red-1400: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-red-1300: hsl(0, 100%, 19%, 1);\n --cpd-color-alpha-red-1200: hsl(357, 100%, 26%, 1);\n --cpd-color-alpha-red-1100: hsla(350, 99%, 32%, 0.99);\n --cpd-color-alpha-red-1000: hsla(353, 98%, 37%, 0.95);\n --cpd-color-alpha-red-900: hsla(355, 98%, 41%, 0.91);\n --cpd-color-alpha-red-800: hsla(0, 100%, 51%, 0.77);\n --cpd-color-alpha-red-700: hsla(5, 100%, 51%, 0.5);\n --cpd-color-alpha-red-600: hsla(7, 100%, 51%, 0.36);\n --cpd-color-alpha-red-500: hsla(8, 100%, 51%, 0.27);\n --cpd-color-alpha-red-400: hsla(8, 100%, 52%, 0.15);\n --cpd-color-alpha-red-300: hsla(9, 100%, 54%, 0.08);\n --cpd-color-alpha-red-200: hsla(7, 100%, 56%, 0.04);\n --cpd-color-alpha-red-100: hsla(10, 100%, 61%, 0.03);\n --cpd-color-alpha-gray-1400: hsla(223, 64%, 2%, 0.9);\n --cpd-color-alpha-gray-1300: hsla(225, 57%, 3%, 0.84);\n --cpd-color-alpha-gray-1200: hsla(213, 73%, 3%, 0.77);\n --cpd-color-alpha-gray-1100: hsla(215, 74%, 5%, 0.71);\n --cpd-color-alpha-gray-1000: hsla(218, 79%, 6%, 0.66);\n --cpd-color-alpha-gray-900: hsla(213, 83%, 7%, 0.61);\n --cpd-color-alpha-gray-800: hsla(213, 87%, 9%, 0.5);\n --cpd-color-alpha-gray-700: hsla(215, 96%, 10%, 0.35);\n --cpd-color-alpha-gray-600: hsla(212, 97%, 12%, 0.26);\n --cpd-color-alpha-gray-500: hsla(212, 87%, 15%, 0.2);\n --cpd-color-alpha-gray-400: hsla(213, 90%, 20%, 0.12);\n --cpd-color-alpha-gray-300: hsla(216, 89%, 18%, 0.06);\n --cpd-color-alpha-gray-200: hsla(200, 41%, 36%, 0.04);\n --cpd-color-alpha-gray-100: hsla(210, 48%, 41%, 0.02);\n --cpd-color-pink-1400: #430017;\n --cpd-color-pink-1300: #5f002b;\n --cpd-color-pink-1200: #7e0642;\n --cpd-color-pink-1100: #9f0850;\n --cpd-color-pink-1000: #b80a5b;\n --cpd-color-pink-900: #d20c65;\n --cpd-color-pink-800: #f7407d;\n --cpd-color-pink-700: #ff88a6;\n --cpd-color-pink-600: #ffadc0;\n --cpd-color-pink-500: #ffc2cf;\n --cpd-color-pink-400: #ffdee5;\n --cpd-color-pink-300: #ffecf0;\n --cpd-color-pink-200: #fff5f7;\n --cpd-color-pink-100: #fffafb;\n --cpd-color-fuchsia-1400: #34004c;\n --cpd-color-fuchsia-1300: #4e0068;\n --cpd-color-fuchsia-1200: #671481;\n --cpd-color-fuchsia-1100: #822198;\n --cpd-color-fuchsia-1000: #972aaa;\n --cpd-color-fuchsia-900: #ad33bd;\n --cpd-color-fuchsia-800: #c85ed1;\n --cpd-color-fuchsia-700: #db93e1;\n --cpd-color-fuchsia-600: #e7b2ea;\n --cpd-color-fuchsia-500: #edc6f0;\n --cpd-color-fuchsia-400: #f6dff7;\n --cpd-color-fuchsia-300: #faeefb;\n --cpd-color-fuchsia-200: #fcf5fd;\n --cpd-color-fuchsia-100: #fefafe;\n --cpd-color-purple-1400: #200066;\n --cpd-color-purple-1300: #33008d;\n --cpd-color-purple-1200: #4c05b5;\n --cpd-color-purple-1100: #5d26cd;\n --cpd-color-purple-1000: #6b37de;\n --cpd-color-purple-900: #7a47f1;\n --cpd-color-purple-800: #9271fd;\n --cpd-color-purple-700: #b1a0ff;\n --cpd-color-purple-600: #c5bbff;\n --cpd-color-purple-500: #d4cdff;\n --cpd-color-purple-400: #e6e2ff;\n --cpd-color-purple-300: #f1efff;\n --cpd-color-purple-200: #f8f7ff;\n --cpd-color-purple-100: #fbfbff;\n --cpd-color-blue-1400: #000e65;\n --cpd-color-blue-1300: #012478;\n --cpd-color-blue-1200: #043894;\n --cpd-color-blue-1100: #064ab1;\n --cpd-color-blue-1000: #0558c7;\n --cpd-color-blue-900: #0467dd;\n --cpd-color-blue-800: #4088ee;\n --cpd-color-blue-700: #7eaff6;\n --cpd-color-blue-600: #a3c6fa;\n --cpd-color-blue-500: #bad5fc;\n --cpd-color-blue-400: #d8e7fe;\n --cpd-color-blue-300: #e9f2ff;\n --cpd-color-blue-200: #f4f8ff;\n --cpd-color-blue-100: #f9fcff;\n --cpd-color-cyan-1400: #00194f;\n --cpd-color-cyan-1300: #002b61;\n --cpd-color-cyan-1200: #004077;\n --cpd-color-cyan-1100: #00548c;\n --cpd-color-cyan-1000: #00629c;\n --cpd-color-cyan-900: #0072ac;\n --cpd-color-cyan-800: #0094c0;\n --cpd-color-cyan-700: #15becf;\n --cpd-color-cyan-600: #76d1dd;\n --cpd-color-cyan-500: #9bdde5;\n --cpd-color-cyan-400: #c7ecf0;\n --cpd-color-cyan-300: #e3f5f8;\n --cpd-color-cyan-200: #f1fafb;\n --cpd-color-cyan-100: #f8fdfd;\n --cpd-color-green-1400: #002311;\n --cpd-color-green-1300: #003420;\n --cpd-color-green-1200: #004933;\n --cpd-color-green-1100: #005c45;\n --cpd-color-green-1000: #006b52;\n --cpd-color-green-900: #007a61;\n --cpd-color-green-800: #009b78;\n --cpd-color-green-700: #0bc491;\n --cpd-color-green-600: #71d7ae;\n --cpd-color-green-500: #98e1c1;\n --cpd-color-green-400: #c6eedb;\n --cpd-color-green-300: #e3f7ed;\n --cpd-color-green-200: #f1fbf6;\n --cpd-color-green-100: #f8fdfb;\n --cpd-color-lime-1400: #002400;\n --cpd-color-lime-1300: #003600;\n --cpd-color-lime-1200: #004b00;\n --cpd-color-lime-1100: #005f00;\n --cpd-color-lime-1000: #006e00;\n --cpd-color-lime-900: #197d0c;\n --cpd-color-lime-800: #359d18;\n --cpd-color-lime-700: #54c424;\n --cpd-color-lime-600: #76db4c;\n --cpd-color-lime-500: #99e57e;\n --cpd-color-lime-400: #c8f1ba;\n --cpd-color-lime-300: #e0f8d9;\n --cpd-color-lime-200: #f1fcee;\n --cpd-color-lime-100: #f8fdf6;\n --cpd-color-yellow-1400: #410600;\n --cpd-color-yellow-1300: #541a00;\n --cpd-color-yellow-1200: #692e00;\n --cpd-color-yellow-1100: #803f00;\n --cpd-color-yellow-1000: #8f4d00;\n --cpd-color-yellow-900: #9f5b00;\n --cpd-color-yellow-800: #be7a00;\n --cpd-color-yellow-700: #dea200;\n --cpd-color-yellow-600: #f1bd00;\n --cpd-color-yellow-500: #fbce00;\n --cpd-color-yellow-400: #ffe484;\n --cpd-color-yellow-300: #fff2c1;\n --cpd-color-yellow-200: #fff8e0;\n --cpd-color-yellow-100: #fffcf0;\n --cpd-color-orange-1400: #450000;\n --cpd-color-orange-1300: #620000;\n --cpd-color-orange-1200: #850000;\n --cpd-color-orange-1100: #9b2200;\n --cpd-color-orange-1000: #ac3300;\n --cpd-color-orange-900: #bc4500;\n --cpd-color-orange-800: #dc6700;\n --cpd-color-orange-700: #f89440;\n --cpd-color-orange-600: #fdb37c;\n --cpd-color-orange-500: #ffc8a1;\n --cpd-color-orange-400: #ffdfc8;\n --cpd-color-orange-300: #ffefe4;\n --cpd-color-orange-200: #fff6ef;\n --cpd-color-orange-100: #fffaf7;\n --cpd-color-red-1400: #450000;\n --cpd-color-red-1300: #620000;\n --cpd-color-red-1200: #850006;\n --cpd-color-red-1100: #a4041d;\n --cpd-color-red-1000: #bc0f22;\n --cpd-color-red-900: #d51928;\n --cpd-color-red-800: #ff3d3d;\n --cpd-color-red-700: #ff8c81;\n --cpd-color-red-600: #ffafa5;\n --cpd-color-red-500: #ffc5bc;\n --cpd-color-red-400: #ffdfda;\n --cpd-color-red-300: #ffefec;\n --cpd-color-red-200: #fff7f6;\n --cpd-color-red-100: #fffaf9;\n --cpd-color-gray-1400: #1b1d22;\n --cpd-color-gray-1300: #2b2d32;\n --cpd-color-gray-1200: #3c4045;\n --cpd-color-gray-1100: #4c5158;\n --cpd-color-gray-1000: #595e67;\n --cpd-color-gray-900: #656d77;\n --cpd-color-gray-800: #818a95;\n --cpd-color-gray-700: #a6adb7;\n --cpd-color-gray-600: #bdc4cc;\n --cpd-color-gray-500: #cdd3da;\n --cpd-color-gray-400: #e1e6ec;\n --cpd-color-gray-300: #f0f2f5;\n --cpd-color-gray-200: #f7f9fa;\n --cpd-color-gray-100: #fbfcfd;\n --cpd-color-theme-bg: #ffffff;\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-base.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,".cpd-theme-light.cpd-theme-light {\n --cpd-color-alpha-pink-1400: hsl(339, 100%, 13%, 1);\n --cpd-color-alpha-pink-1300: hsl(333, 100%, 19%, 1);\n --cpd-color-alpha-pink-1200: hsla(330, 98%, 24%, 0.98);\n --cpd-color-alpha-pink-1100: hsla(331, 100%, 31%, 0.97);\n --cpd-color-alpha-pink-1000: hsla(332, 98%, 36%, 0.97);\n --cpd-color-alpha-pink-900: hsla(333, 98%, 41%, 0.96);\n --cpd-color-alpha-pink-800: hsla(340, 100%, 48%, 0.75);\n --cpd-color-alpha-pink-700: hsla(345, 100%, 50%, 0.47);\n --cpd-color-alpha-pink-600: hsla(346, 100%, 51%, 0.33);\n --cpd-color-alpha-pink-500: hsla(347, 100%, 50%, 0.24);\n --cpd-color-alpha-pink-400: hsla(347, 100%, 50%, 0.13);\n --cpd-color-alpha-pink-300: hsla(347, 100%, 54%, 0.08);\n --cpd-color-alpha-pink-200: hsla(348, 100%, 51%, 0.04);\n --cpd-color-alpha-pink-100: hsla(348, 100%, 51%, 0.02);\n --cpd-color-alpha-fuchsia-1400: hsl(281, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-1300: hsl(285, 100%, 20%, 1);\n --cpd-color-alpha-fuchsia-1200: hsla(286, 97%, 24%, 0.93);\n --cpd-color-alpha-fuchsia-1100: hsla(289, 96%, 28%, 0.88);\n --cpd-color-alpha-fuchsia-1000: hsla(291, 99%, 30%, 0.84);\n --cpd-color-alpha-fuchsia-900: hsla(293, 100%, 34%, 0.8);\n --cpd-color-alpha-fuchsia-800: hsla(295, 97%, 37%, 0.64);\n --cpd-color-alpha-fuchsia-700: hsla(295, 96%, 37%, 0.43);\n --cpd-color-alpha-fuchsia-600: hsla(297, 93%, 38%, 0.31);\n --cpd-color-alpha-fuchsia-500: hsla(296, 93%, 39%, 0.23);\n --cpd-color-alpha-fuchsia-400: hsla(298, 91%, 40%, 0.13);\n --cpd-color-alpha-fuchsia-300: hsla(295, 89%, 41%, 0.07);\n --cpd-color-alpha-fuchsia-200: hsla(293, 95%, 41%, 0.04);\n --cpd-color-alpha-fuchsia-100: hsla(300, 95%, 41%, 0.02);\n --cpd-color-alpha-purple-1400: hsl(259, 100%, 20%, 1);\n --cpd-color-alpha-purple-1300: hsl(262, 100%, 28%, 1);\n --cpd-color-alpha-purple-1200: hsla(264, 98%, 36%, 0.99);\n --cpd-color-alpha-purple-1100: hsla(260, 97%, 39%, 0.86);\n --cpd-color-alpha-purple-1000: hsla(259, 98%, 42%, 0.79);\n --cpd-color-alpha-purple-900: hsla(258, 98%, 47%, 0.73);\n --cpd-color-alpha-purple-800: hsla(254, 99%, 49%, 0.56);\n --cpd-color-alpha-purple-700: hsla(251, 100%, 51%, 0.38);\n --cpd-color-alpha-purple-600: hsla(249, 100%, 51%, 0.27);\n --cpd-color-alpha-purple-500: hsla(248, 100%, 51%, 0.2);\n --cpd-color-alpha-purple-400: hsla(248, 100%, 53%, 0.12);\n --cpd-color-alpha-purple-300: hsla(248, 100%, 55%, 0.07);\n --cpd-color-alpha-purple-200: hsla(248, 100%, 61%, 0.04);\n --cpd-color-alpha-purple-100: hsla(240, 100%, 61%, 0.02);\n --cpd-color-alpha-blue-1400: hsl(232, 100%, 20%, 1);\n --cpd-color-alpha-blue-1300: hsl(222, 98%, 24%, 1);\n --cpd-color-alpha-blue-1200: hsla(218, 99%, 29%, 0.99);\n --cpd-color-alpha-blue-1100: hsla(216, 99%, 35%, 0.98);\n --cpd-color-alpha-blue-1000: hsla(214, 98%, 39%, 0.99);\n --cpd-color-alpha-blue-900: hsla(213, 99%, 44%, 0.99);\n --cpd-color-alpha-blue-800: hsla(215, 100%, 46%, 0.75);\n --cpd-color-alpha-blue-700: hsla(215, 98%, 47%, 0.51);\n --cpd-color-alpha-blue-600: hsla(216, 95%, 48%, 0.37);\n --cpd-color-alpha-blue-500: hsla(215, 93%, 50%, 0.28);\n --cpd-color-alpha-blue-400: hsla(216, 95%, 51%, 0.16);\n --cpd-color-alpha-blue-300: hsla(215, 100%, 52%, 0.09);\n --cpd-color-alpha-blue-200: hsla(218, 100%, 57%, 0.05);\n --cpd-color-alpha-blue-100: hsla(210, 100%, 61%, 0.03);\n --cpd-color-alpha-cyan-1400: hsl(221, 100%, 16%, 1);\n --cpd-color-alpha-cyan-1300: hsl(213, 100%, 19%, 1);\n --cpd-color-alpha-cyan-1200: hsl(208, 100%, 23%, 1);\n --cpd-color-alpha-cyan-1100: hsl(204, 100%, 28%, 1);\n --cpd-color-alpha-cyan-1000: hsl(202, 100%, 31%, 1);\n --cpd-color-alpha-cyan-900: hsl(200, 100%, 34%, 1);\n --cpd-color-alpha-cyan-800: hsl(194, 100%, 38%, 1);\n --cpd-color-alpha-cyan-700: hsla(186, 99%, 40%, 0.92);\n --cpd-color-alpha-cyan-600: hsla(187, 99%, 38%, 0.54);\n --cpd-color-alpha-cyan-500: hsla(186, 95%, 38%, 0.4);\n --cpd-color-alpha-cyan-400: hsla(186, 100%, 37%, 0.22);\n --cpd-color-alpha-cyan-300: hsla(188, 100%, 38%, 0.11);\n --cpd-color-alpha-cyan-200: hsla(186, 79%, 41%, 0.06);\n --cpd-color-alpha-cyan-100: hsla(180, 79%, 41%, 0.03);\n --cpd-color-alpha-green-1400: hsl(149, 100%, 7%, 1);\n --cpd-color-alpha-green-1300: hsl(157, 100%, 10%, 1);\n --cpd-color-alpha-green-1200: hsl(162, 100%, 14%, 1);\n --cpd-color-alpha-green-1100: hsl(165, 100%, 18%, 1);\n --cpd-color-alpha-green-1000: hsl(166, 100%, 21%, 1);\n --cpd-color-alpha-green-900: hsl(168, 100%, 24%, 1);\n --cpd-color-alpha-green-800: hsl(166, 100%, 30%, 1);\n --cpd-color-alpha-green-700: hsla(163, 99%, 38%, 0.96);\n --cpd-color-alpha-green-600: hsla(156, 99%, 36%, 0.56);\n --cpd-color-alpha-green-500: hsla(154, 96%, 37%, 0.41);\n --cpd-color-alpha-green-400: hsla(151, 93%, 37%, 0.23);\n --cpd-color-alpha-green-300: hsla(150, 100%, 36%, 0.11);\n --cpd-color-alpha-green-200: hsla(150, 79%, 41%, 0.06);\n --cpd-color-alpha-green-100: hsla(156, 79%, 41%, 0.03);\n --cpd-color-alpha-lime-1400: hsl(120, 100%, 7%, 1);\n --cpd-color-alpha-lime-1300: hsl(120, 100%, 11%, 1);\n --cpd-color-alpha-lime-1200: hsl(120, 100%, 15%, 1);\n --cpd-color-alpha-lime-1100: hsl(120, 100%, 19%, 1);\n --cpd-color-alpha-lime-1000: hsl(120, 100%, 22%, 1);\n --cpd-color-alpha-lime-900: hsla(113, 97%, 24%, 0.96);\n --cpd-color-alpha-lime-800: hsla(107, 99%, 29%, 0.91);\n --cpd-color-alpha-lime-700: hsla(102, 100%, 37%, 0.86);\n --cpd-color-alpha-lime-600: hsla(102, 97%, 41%, 0.71);\n --cpd-color-alpha-lime-500: hsla(104, 98%, 40%, 0.51);\n --cpd-color-alpha-lime-400: hsla(105, 92%, 42%, 0.28);\n --cpd-color-alpha-lime-300: hsla(107, 98%, 41%, 0.15);\n --cpd-color-alpha-lime-200: hsla(107, 89%, 44%, 0.07);\n --cpd-color-alpha-lime-100: hsla(103, 75%, 46%, 0.04);\n --cpd-color-alpha-yellow-1400: hsl(6, 100%, 13%, 1);\n --cpd-color-alpha-yellow-1300: hsl(19, 100%, 17%, 1);\n --cpd-color-alpha-yellow-1200: hsl(26, 100%, 21%, 1);\n --cpd-color-alpha-yellow-1100: hsl(30, 100%, 25%, 1);\n --cpd-color-alpha-yellow-1000: hsl(32, 100%, 28%, 1);\n --cpd-color-alpha-yellow-900: hsl(34, 100%, 31%, 1);\n --cpd-color-alpha-yellow-800: hsl(39, 100%, 37%, 1);\n --cpd-color-alpha-yellow-700: hsl(44, 100%, 44%, 1);\n --cpd-color-alpha-yellow-600: hsl(47, 100%, 47%, 1);\n --cpd-color-alpha-yellow-500: hsl(49, 100%, 49%, 1);\n --cpd-color-alpha-yellow-400: hsla(47, 100%, 51%, 0.49);\n --cpd-color-alpha-yellow-300: hsla(47, 100%, 51%, 0.25);\n --cpd-color-alpha-yellow-200: hsla(46, 100%, 53%, 0.13);\n --cpd-color-alpha-yellow-100: hsla(48, 100%, 51%, 0.06);\n --cpd-color-alpha-orange-1400: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-orange-1300: hsl(0, 100%, 19%, 1);\n --cpd-color-alpha-orange-1200: hsl(0, 100%, 26%, 1);\n --cpd-color-alpha-orange-1100: hsl(13, 100%, 30%, 1);\n --cpd-color-alpha-orange-1000: hsl(18, 100%, 34%, 1);\n --cpd-color-alpha-orange-900: hsl(22, 100%, 37%, 1);\n --cpd-color-alpha-orange-800: hsl(28, 100%, 43%, 1);\n --cpd-color-alpha-orange-700: hsla(27, 100%, 48%, 0.75);\n --cpd-color-alpha-orange-600: hsla(26, 98%, 50%, 0.52);\n --cpd-color-alpha-orange-500: hsla(25, 100%, 50%, 0.37);\n --cpd-color-alpha-orange-400: hsla(25, 100%, 51%, 0.22);\n --cpd-color-alpha-orange-300: hsla(24, 100%, 52%, 0.11);\n --cpd-color-alpha-orange-200: hsla(26, 100%, 55%, 0.07);\n --cpd-color-alpha-orange-100: hsla(22, 100%, 61%, 0.04);\n --cpd-color-alpha-red-1400: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-red-1300: hsl(0, 100%, 19%, 1);\n --cpd-color-alpha-red-1200: hsl(357, 100%, 26%, 1);\n --cpd-color-alpha-red-1100: hsla(350, 99%, 32%, 0.99);\n --cpd-color-alpha-red-1000: hsla(353, 98%, 37%, 0.95);\n --cpd-color-alpha-red-900: hsla(355, 98%, 41%, 0.91);\n --cpd-color-alpha-red-800: hsla(0, 100%, 51%, 0.77);\n --cpd-color-alpha-red-700: hsla(5, 100%, 51%, 0.5);\n --cpd-color-alpha-red-600: hsla(7, 100%, 51%, 0.36);\n --cpd-color-alpha-red-500: hsla(8, 100%, 51%, 0.27);\n --cpd-color-alpha-red-400: hsla(8, 100%, 52%, 0.15);\n --cpd-color-alpha-red-300: hsla(9, 100%, 54%, 0.08);\n --cpd-color-alpha-red-200: hsla(7, 100%, 56%, 0.04);\n --cpd-color-alpha-red-100: hsla(10, 100%, 61%, 0.03);\n --cpd-color-alpha-gray-1400: hsla(223, 64%, 2%, 0.9);\n --cpd-color-alpha-gray-1300: hsla(225, 57%, 3%, 0.84);\n --cpd-color-alpha-gray-1200: hsla(213, 73%, 3%, 0.77);\n --cpd-color-alpha-gray-1100: hsla(215, 74%, 5%, 0.71);\n --cpd-color-alpha-gray-1000: hsla(218, 79%, 6%, 0.66);\n --cpd-color-alpha-gray-900: hsla(213, 83%, 7%, 0.61);\n --cpd-color-alpha-gray-800: hsla(213, 87%, 9%, 0.5);\n --cpd-color-alpha-gray-700: hsla(215, 96%, 10%, 0.35);\n --cpd-color-alpha-gray-600: hsla(212, 97%, 12%, 0.26);\n --cpd-color-alpha-gray-500: hsla(212, 87%, 15%, 0.2);\n --cpd-color-alpha-gray-400: hsla(213, 90%, 20%, 0.12);\n --cpd-color-alpha-gray-300: hsla(216, 89%, 18%, 0.06);\n --cpd-color-alpha-gray-200: hsla(200, 41%, 36%, 0.04);\n --cpd-color-alpha-gray-100: hsla(210, 48%, 41%, 0.02);\n --cpd-color-pink-1400: #430017;\n --cpd-color-pink-1300: #5f002b;\n --cpd-color-pink-1200: #7e0642;\n --cpd-color-pink-1100: #9f0850;\n --cpd-color-pink-1000: #b80a5b;\n --cpd-color-pink-900: #d20c65;\n --cpd-color-pink-800: #f7407d;\n --cpd-color-pink-700: #ff88a6;\n --cpd-color-pink-600: #ffadc0;\n --cpd-color-pink-500: #ffc2cf;\n --cpd-color-pink-400: #ffdee5;\n --cpd-color-pink-300: #ffecf0;\n --cpd-color-pink-200: #fff5f7;\n --cpd-color-pink-100: #fffafb;\n --cpd-color-fuchsia-1400: #34004c;\n --cpd-color-fuchsia-1300: #4e0068;\n --cpd-color-fuchsia-1200: #671481;\n --cpd-color-fuchsia-1100: #822198;\n --cpd-color-fuchsia-1000: #972aaa;\n --cpd-color-fuchsia-900: #ad33bd;\n --cpd-color-fuchsia-800: #c85ed1;\n --cpd-color-fuchsia-700: #db93e1;\n --cpd-color-fuchsia-600: #e7b2ea;\n --cpd-color-fuchsia-500: #edc6f0;\n --cpd-color-fuchsia-400: #f6dff7;\n --cpd-color-fuchsia-300: #faeefb;\n --cpd-color-fuchsia-200: #fcf5fd;\n --cpd-color-fuchsia-100: #fefafe;\n --cpd-color-purple-1400: #200066;\n --cpd-color-purple-1300: #33008d;\n --cpd-color-purple-1200: #4c05b5;\n --cpd-color-purple-1100: #5d26cd;\n --cpd-color-purple-1000: #6b37de;\n --cpd-color-purple-900: #7a47f1;\n --cpd-color-purple-800: #9271fd;\n --cpd-color-purple-700: #b1a0ff;\n --cpd-color-purple-600: #c5bbff;\n --cpd-color-purple-500: #d4cdff;\n --cpd-color-purple-400: #e6e2ff;\n --cpd-color-purple-300: #f1efff;\n --cpd-color-purple-200: #f8f7ff;\n --cpd-color-purple-100: #fbfbff;\n --cpd-color-blue-1400: #000e65;\n --cpd-color-blue-1300: #012478;\n --cpd-color-blue-1200: #043894;\n --cpd-color-blue-1100: #064ab1;\n --cpd-color-blue-1000: #0558c7;\n --cpd-color-blue-900: #0467dd;\n --cpd-color-blue-800: #4088ee;\n --cpd-color-blue-700: #7eaff6;\n --cpd-color-blue-600: #a3c6fa;\n --cpd-color-blue-500: #bad5fc;\n --cpd-color-blue-400: #d8e7fe;\n --cpd-color-blue-300: #e9f2ff;\n --cpd-color-blue-200: #f4f8ff;\n --cpd-color-blue-100: #f9fcff;\n --cpd-color-cyan-1400: #00194f;\n --cpd-color-cyan-1300: #002b61;\n --cpd-color-cyan-1200: #004077;\n --cpd-color-cyan-1100: #00548c;\n --cpd-color-cyan-1000: #00629c;\n --cpd-color-cyan-900: #0072ac;\n --cpd-color-cyan-800: #0094c0;\n --cpd-color-cyan-700: #15becf;\n --cpd-color-cyan-600: #76d1dd;\n --cpd-color-cyan-500: #9bdde5;\n --cpd-color-cyan-400: #c7ecf0;\n --cpd-color-cyan-300: #e3f5f8;\n --cpd-color-cyan-200: #f1fafb;\n --cpd-color-cyan-100: #f8fdfd;\n --cpd-color-green-1400: #002311;\n --cpd-color-green-1300: #003420;\n --cpd-color-green-1200: #004933;\n --cpd-color-green-1100: #005c45;\n --cpd-color-green-1000: #006b52;\n --cpd-color-green-900: #007a61;\n --cpd-color-green-800: #009b78;\n --cpd-color-green-700: #0bc491;\n --cpd-color-green-600: #71d7ae;\n --cpd-color-green-500: #98e1c1;\n --cpd-color-green-400: #c6eedb;\n --cpd-color-green-300: #e3f7ed;\n --cpd-color-green-200: #f1fbf6;\n --cpd-color-green-100: #f8fdfb;\n --cpd-color-lime-1400: #002400;\n --cpd-color-lime-1300: #003600;\n --cpd-color-lime-1200: #004b00;\n --cpd-color-lime-1100: #005f00;\n --cpd-color-lime-1000: #006e00;\n --cpd-color-lime-900: #197d0c;\n --cpd-color-lime-800: #359d18;\n --cpd-color-lime-700: #54c424;\n --cpd-color-lime-600: #76db4c;\n --cpd-color-lime-500: #99e57e;\n --cpd-color-lime-400: #c8f1ba;\n --cpd-color-lime-300: #e0f8d9;\n --cpd-color-lime-200: #f1fcee;\n --cpd-color-lime-100: #f8fdf6;\n --cpd-color-yellow-1400: #410600;\n --cpd-color-yellow-1300: #541a00;\n --cpd-color-yellow-1200: #692e00;\n --cpd-color-yellow-1100: #803f00;\n --cpd-color-yellow-1000: #8f4d00;\n --cpd-color-yellow-900: #9f5b00;\n --cpd-color-yellow-800: #be7a00;\n --cpd-color-yellow-700: #dea200;\n --cpd-color-yellow-600: #f1bd00;\n --cpd-color-yellow-500: #fbce00;\n --cpd-color-yellow-400: #ffe484;\n --cpd-color-yellow-300: #fff2c1;\n --cpd-color-yellow-200: #fff8e0;\n --cpd-color-yellow-100: #fffcf0;\n --cpd-color-orange-1400: #450000;\n --cpd-color-orange-1300: #620000;\n --cpd-color-orange-1200: #850000;\n --cpd-color-orange-1100: #9b2200;\n --cpd-color-orange-1000: #ac3300;\n --cpd-color-orange-900: #bc4500;\n --cpd-color-orange-800: #dc6700;\n --cpd-color-orange-700: #f89440;\n --cpd-color-orange-600: #fdb37c;\n --cpd-color-orange-500: #ffc8a1;\n --cpd-color-orange-400: #ffdfc8;\n --cpd-color-orange-300: #ffefe4;\n --cpd-color-orange-200: #fff6ef;\n --cpd-color-orange-100: #fffaf7;\n --cpd-color-red-1400: #450000;\n --cpd-color-red-1300: #620000;\n --cpd-color-red-1200: #850006;\n --cpd-color-red-1100: #a4041d;\n --cpd-color-red-1000: #bc0f22;\n --cpd-color-red-900: #d51928;\n --cpd-color-red-800: #ff3d3d;\n --cpd-color-red-700: #ff8c81;\n --cpd-color-red-600: #ffafa5;\n --cpd-color-red-500: #ffc5bc;\n --cpd-color-red-400: #ffdfda;\n --cpd-color-red-300: #ffefec;\n --cpd-color-red-200: #fff7f6;\n --cpd-color-red-100: #fffaf9;\n --cpd-color-gray-1400: #1b1d22;\n --cpd-color-gray-1300: #2b2d32;\n --cpd-color-gray-1200: #3c4045;\n --cpd-color-gray-1100: #4c5158;\n --cpd-color-gray-1000: #595e67;\n --cpd-color-gray-900: #656d77;\n --cpd-color-gray-800: #818a95;\n --cpd-color-gray-700: #a6adb7;\n --cpd-color-gray-600: #bdc4cc;\n --cpd-color-gray-500: #cdd3da;\n --cpd-color-gray-400: #e1e6ec;\n --cpd-color-gray-300: #f0f2f5;\n --cpd-color-gray-200: #f7f9fa;\n --cpd-color-gray-100: #fbfcfd;\n --cpd-color-theme-bg: #ffffff;\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-base.css"],names:[],mappings:"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",sourcesContent:[".cpd-theme-light.cpd-theme-light {\n --cpd-color-alpha-pink-1400: hsl(339, 100%, 13%, 1);\n --cpd-color-alpha-pink-1300: hsl(333, 100%, 19%, 1);\n --cpd-color-alpha-pink-1200: hsla(330, 98%, 24%, 0.98);\n --cpd-color-alpha-pink-1100: hsla(331, 100%, 31%, 0.97);\n --cpd-color-alpha-pink-1000: hsla(332, 98%, 36%, 0.97);\n --cpd-color-alpha-pink-900: hsla(333, 98%, 41%, 0.96);\n --cpd-color-alpha-pink-800: hsla(340, 100%, 48%, 0.75);\n --cpd-color-alpha-pink-700: hsla(345, 100%, 50%, 0.47);\n --cpd-color-alpha-pink-600: hsla(346, 100%, 51%, 0.33);\n --cpd-color-alpha-pink-500: hsla(347, 100%, 50%, 0.24);\n --cpd-color-alpha-pink-400: hsla(347, 100%, 50%, 0.13);\n --cpd-color-alpha-pink-300: hsla(347, 100%, 54%, 0.08);\n --cpd-color-alpha-pink-200: hsla(348, 100%, 51%, 0.04);\n --cpd-color-alpha-pink-100: hsla(348, 100%, 51%, 0.02);\n --cpd-color-alpha-fuchsia-1400: hsl(281, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-1300: hsl(285, 100%, 20%, 1);\n --cpd-color-alpha-fuchsia-1200: hsla(286, 97%, 24%, 0.93);\n --cpd-color-alpha-fuchsia-1100: hsla(289, 96%, 28%, 0.88);\n --cpd-color-alpha-fuchsia-1000: hsla(291, 99%, 30%, 0.84);\n --cpd-color-alpha-fuchsia-900: hsla(293, 100%, 34%, 0.8);\n --cpd-color-alpha-fuchsia-800: hsla(295, 97%, 37%, 0.64);\n --cpd-color-alpha-fuchsia-700: hsla(295, 96%, 37%, 0.43);\n --cpd-color-alpha-fuchsia-600: hsla(297, 93%, 38%, 0.31);\n --cpd-color-alpha-fuchsia-500: hsla(296, 93%, 39%, 0.23);\n --cpd-color-alpha-fuchsia-400: hsla(298, 91%, 40%, 0.13);\n --cpd-color-alpha-fuchsia-300: hsla(295, 89%, 41%, 0.07);\n --cpd-color-alpha-fuchsia-200: hsla(293, 95%, 41%, 0.04);\n --cpd-color-alpha-fuchsia-100: hsla(300, 95%, 41%, 0.02);\n --cpd-color-alpha-purple-1400: hsl(259, 100%, 20%, 1);\n --cpd-color-alpha-purple-1300: hsl(262, 100%, 28%, 1);\n --cpd-color-alpha-purple-1200: hsla(264, 98%, 36%, 0.99);\n --cpd-color-alpha-purple-1100: hsla(260, 97%, 39%, 0.86);\n --cpd-color-alpha-purple-1000: hsla(259, 98%, 42%, 0.79);\n --cpd-color-alpha-purple-900: hsla(258, 98%, 47%, 0.73);\n --cpd-color-alpha-purple-800: hsla(254, 99%, 49%, 0.56);\n --cpd-color-alpha-purple-700: hsla(251, 100%, 51%, 0.38);\n --cpd-color-alpha-purple-600: hsla(249, 100%, 51%, 0.27);\n --cpd-color-alpha-purple-500: hsla(248, 100%, 51%, 0.2);\n --cpd-color-alpha-purple-400: hsla(248, 100%, 53%, 0.12);\n --cpd-color-alpha-purple-300: hsla(248, 100%, 55%, 0.07);\n --cpd-color-alpha-purple-200: hsla(248, 100%, 61%, 0.04);\n --cpd-color-alpha-purple-100: hsla(240, 100%, 61%, 0.02);\n --cpd-color-alpha-blue-1400: hsl(232, 100%, 20%, 1);\n --cpd-color-alpha-blue-1300: hsl(222, 98%, 24%, 1);\n --cpd-color-alpha-blue-1200: hsla(218, 99%, 29%, 0.99);\n --cpd-color-alpha-blue-1100: hsla(216, 99%, 35%, 0.98);\n --cpd-color-alpha-blue-1000: hsla(214, 98%, 39%, 0.99);\n --cpd-color-alpha-blue-900: hsla(213, 99%, 44%, 0.99);\n --cpd-color-alpha-blue-800: hsla(215, 100%, 46%, 0.75);\n --cpd-color-alpha-blue-700: hsla(215, 98%, 47%, 0.51);\n --cpd-color-alpha-blue-600: hsla(216, 95%, 48%, 0.37);\n --cpd-color-alpha-blue-500: hsla(215, 93%, 50%, 0.28);\n --cpd-color-alpha-blue-400: hsla(216, 95%, 51%, 0.16);\n --cpd-color-alpha-blue-300: hsla(215, 100%, 52%, 0.09);\n --cpd-color-alpha-blue-200: hsla(218, 100%, 57%, 0.05);\n --cpd-color-alpha-blue-100: hsla(210, 100%, 61%, 0.03);\n --cpd-color-alpha-cyan-1400: hsl(221, 100%, 16%, 1);\n --cpd-color-alpha-cyan-1300: hsl(213, 100%, 19%, 1);\n --cpd-color-alpha-cyan-1200: hsl(208, 100%, 23%, 1);\n --cpd-color-alpha-cyan-1100: hsl(204, 100%, 28%, 1);\n --cpd-color-alpha-cyan-1000: hsl(202, 100%, 31%, 1);\n --cpd-color-alpha-cyan-900: hsl(200, 100%, 34%, 1);\n --cpd-color-alpha-cyan-800: hsl(194, 100%, 38%, 1);\n --cpd-color-alpha-cyan-700: hsla(186, 99%, 40%, 0.92);\n --cpd-color-alpha-cyan-600: hsla(187, 99%, 38%, 0.54);\n --cpd-color-alpha-cyan-500: hsla(186, 95%, 38%, 0.4);\n --cpd-color-alpha-cyan-400: hsla(186, 100%, 37%, 0.22);\n --cpd-color-alpha-cyan-300: hsla(188, 100%, 38%, 0.11);\n --cpd-color-alpha-cyan-200: hsla(186, 79%, 41%, 0.06);\n --cpd-color-alpha-cyan-100: hsla(180, 79%, 41%, 0.03);\n --cpd-color-alpha-green-1400: hsl(149, 100%, 7%, 1);\n --cpd-color-alpha-green-1300: hsl(157, 100%, 10%, 1);\n --cpd-color-alpha-green-1200: hsl(162, 100%, 14%, 1);\n --cpd-color-alpha-green-1100: hsl(165, 100%, 18%, 1);\n --cpd-color-alpha-green-1000: hsl(166, 100%, 21%, 1);\n --cpd-color-alpha-green-900: hsl(168, 100%, 24%, 1);\n --cpd-color-alpha-green-800: hsl(166, 100%, 30%, 1);\n --cpd-color-alpha-green-700: hsla(163, 99%, 38%, 0.96);\n --cpd-color-alpha-green-600: hsla(156, 99%, 36%, 0.56);\n --cpd-color-alpha-green-500: hsla(154, 96%, 37%, 0.41);\n --cpd-color-alpha-green-400: hsla(151, 93%, 37%, 0.23);\n --cpd-color-alpha-green-300: hsla(150, 100%, 36%, 0.11);\n --cpd-color-alpha-green-200: hsla(150, 79%, 41%, 0.06);\n --cpd-color-alpha-green-100: hsla(156, 79%, 41%, 0.03);\n --cpd-color-alpha-lime-1400: hsl(120, 100%, 7%, 1);\n --cpd-color-alpha-lime-1300: hsl(120, 100%, 11%, 1);\n --cpd-color-alpha-lime-1200: hsl(120, 100%, 15%, 1);\n --cpd-color-alpha-lime-1100: hsl(120, 100%, 19%, 1);\n --cpd-color-alpha-lime-1000: hsl(120, 100%, 22%, 1);\n --cpd-color-alpha-lime-900: hsla(113, 97%, 24%, 0.96);\n --cpd-color-alpha-lime-800: hsla(107, 99%, 29%, 0.91);\n --cpd-color-alpha-lime-700: hsla(102, 100%, 37%, 0.86);\n --cpd-color-alpha-lime-600: hsla(102, 97%, 41%, 0.71);\n --cpd-color-alpha-lime-500: hsla(104, 98%, 40%, 0.51);\n --cpd-color-alpha-lime-400: hsla(105, 92%, 42%, 0.28);\n --cpd-color-alpha-lime-300: hsla(107, 98%, 41%, 0.15);\n --cpd-color-alpha-lime-200: hsla(107, 89%, 44%, 0.07);\n --cpd-color-alpha-lime-100: hsla(103, 75%, 46%, 0.04);\n --cpd-color-alpha-yellow-1400: hsl(6, 100%, 13%, 1);\n --cpd-color-alpha-yellow-1300: hsl(19, 100%, 17%, 1);\n --cpd-color-alpha-yellow-1200: hsl(26, 100%, 21%, 1);\n --cpd-color-alpha-yellow-1100: hsl(30, 100%, 25%, 1);\n --cpd-color-alpha-yellow-1000: hsl(32, 100%, 28%, 1);\n --cpd-color-alpha-yellow-900: hsl(34, 100%, 31%, 1);\n --cpd-color-alpha-yellow-800: hsl(39, 100%, 37%, 1);\n --cpd-color-alpha-yellow-700: hsl(44, 100%, 44%, 1);\n --cpd-color-alpha-yellow-600: hsl(47, 100%, 47%, 1);\n --cpd-color-alpha-yellow-500: hsl(49, 100%, 49%, 1);\n --cpd-color-alpha-yellow-400: hsla(47, 100%, 51%, 0.49);\n --cpd-color-alpha-yellow-300: hsla(47, 100%, 51%, 0.25);\n --cpd-color-alpha-yellow-200: hsla(46, 100%, 53%, 0.13);\n --cpd-color-alpha-yellow-100: hsla(48, 100%, 51%, 0.06);\n --cpd-color-alpha-orange-1400: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-orange-1300: hsl(0, 100%, 19%, 1);\n --cpd-color-alpha-orange-1200: hsl(0, 100%, 26%, 1);\n --cpd-color-alpha-orange-1100: hsl(13, 100%, 30%, 1);\n --cpd-color-alpha-orange-1000: hsl(18, 100%, 34%, 1);\n --cpd-color-alpha-orange-900: hsl(22, 100%, 37%, 1);\n --cpd-color-alpha-orange-800: hsl(28, 100%, 43%, 1);\n --cpd-color-alpha-orange-700: hsla(27, 100%, 48%, 0.75);\n --cpd-color-alpha-orange-600: hsla(26, 98%, 50%, 0.52);\n --cpd-color-alpha-orange-500: hsla(25, 100%, 50%, 0.37);\n --cpd-color-alpha-orange-400: hsla(25, 100%, 51%, 0.22);\n --cpd-color-alpha-orange-300: hsla(24, 100%, 52%, 0.11);\n --cpd-color-alpha-orange-200: hsla(26, 100%, 55%, 0.07);\n --cpd-color-alpha-orange-100: hsla(22, 100%, 61%, 0.04);\n --cpd-color-alpha-red-1400: hsl(0, 100%, 14%, 1);\n --cpd-color-alpha-red-1300: hsl(0, 100%, 19%, 1);\n --cpd-color-alpha-red-1200: hsl(357, 100%, 26%, 1);\n --cpd-color-alpha-red-1100: hsla(350, 99%, 32%, 0.99);\n --cpd-color-alpha-red-1000: hsla(353, 98%, 37%, 0.95);\n --cpd-color-alpha-red-900: hsla(355, 98%, 41%, 0.91);\n --cpd-color-alpha-red-800: hsla(0, 100%, 51%, 0.77);\n --cpd-color-alpha-red-700: hsla(5, 100%, 51%, 0.5);\n --cpd-color-alpha-red-600: hsla(7, 100%, 51%, 0.36);\n --cpd-color-alpha-red-500: hsla(8, 100%, 51%, 0.27);\n --cpd-color-alpha-red-400: hsla(8, 100%, 52%, 0.15);\n --cpd-color-alpha-red-300: hsla(9, 100%, 54%, 0.08);\n --cpd-color-alpha-red-200: hsla(7, 100%, 56%, 0.04);\n --cpd-color-alpha-red-100: hsla(10, 100%, 61%, 0.03);\n --cpd-color-alpha-gray-1400: hsla(223, 64%, 2%, 0.9);\n --cpd-color-alpha-gray-1300: hsla(225, 57%, 3%, 0.84);\n --cpd-color-alpha-gray-1200: hsla(213, 73%, 3%, 0.77);\n --cpd-color-alpha-gray-1100: hsla(215, 74%, 5%, 0.71);\n --cpd-color-alpha-gray-1000: hsla(218, 79%, 6%, 0.66);\n --cpd-color-alpha-gray-900: hsla(213, 83%, 7%, 0.61);\n --cpd-color-alpha-gray-800: hsla(213, 87%, 9%, 0.5);\n --cpd-color-alpha-gray-700: hsla(215, 96%, 10%, 0.35);\n --cpd-color-alpha-gray-600: hsla(212, 97%, 12%, 0.26);\n --cpd-color-alpha-gray-500: hsla(212, 87%, 15%, 0.2);\n --cpd-color-alpha-gray-400: hsla(213, 90%, 20%, 0.12);\n --cpd-color-alpha-gray-300: hsla(216, 89%, 18%, 0.06);\n --cpd-color-alpha-gray-200: hsla(200, 41%, 36%, 0.04);\n --cpd-color-alpha-gray-100: hsla(210, 48%, 41%, 0.02);\n --cpd-color-pink-1400: #430017;\n --cpd-color-pink-1300: #5f002b;\n --cpd-color-pink-1200: #7e0642;\n --cpd-color-pink-1100: #9f0850;\n --cpd-color-pink-1000: #b80a5b;\n --cpd-color-pink-900: #d20c65;\n --cpd-color-pink-800: #f7407d;\n --cpd-color-pink-700: #ff88a6;\n --cpd-color-pink-600: #ffadc0;\n --cpd-color-pink-500: #ffc2cf;\n --cpd-color-pink-400: #ffdee5;\n --cpd-color-pink-300: #ffecf0;\n --cpd-color-pink-200: #fff5f7;\n --cpd-color-pink-100: #fffafb;\n --cpd-color-fuchsia-1400: #34004c;\n --cpd-color-fuchsia-1300: #4e0068;\n --cpd-color-fuchsia-1200: #671481;\n --cpd-color-fuchsia-1100: #822198;\n --cpd-color-fuchsia-1000: #972aaa;\n --cpd-color-fuchsia-900: #ad33bd;\n --cpd-color-fuchsia-800: #c85ed1;\n --cpd-color-fuchsia-700: #db93e1;\n --cpd-color-fuchsia-600: #e7b2ea;\n --cpd-color-fuchsia-500: #edc6f0;\n --cpd-color-fuchsia-400: #f6dff7;\n --cpd-color-fuchsia-300: #faeefb;\n --cpd-color-fuchsia-200: #fcf5fd;\n --cpd-color-fuchsia-100: #fefafe;\n --cpd-color-purple-1400: #200066;\n --cpd-color-purple-1300: #33008d;\n --cpd-color-purple-1200: #4c05b5;\n --cpd-color-purple-1100: #5d26cd;\n --cpd-color-purple-1000: #6b37de;\n --cpd-color-purple-900: #7a47f1;\n --cpd-color-purple-800: #9271fd;\n --cpd-color-purple-700: #b1a0ff;\n --cpd-color-purple-600: #c5bbff;\n --cpd-color-purple-500: #d4cdff;\n --cpd-color-purple-400: #e6e2ff;\n --cpd-color-purple-300: #f1efff;\n --cpd-color-purple-200: #f8f7ff;\n --cpd-color-purple-100: #fbfbff;\n --cpd-color-blue-1400: #000e65;\n --cpd-color-blue-1300: #012478;\n --cpd-color-blue-1200: #043894;\n --cpd-color-blue-1100: #064ab1;\n --cpd-color-blue-1000: #0558c7;\n --cpd-color-blue-900: #0467dd;\n --cpd-color-blue-800: #4088ee;\n --cpd-color-blue-700: #7eaff6;\n --cpd-color-blue-600: #a3c6fa;\n --cpd-color-blue-500: #bad5fc;\n --cpd-color-blue-400: #d8e7fe;\n --cpd-color-blue-300: #e9f2ff;\n --cpd-color-blue-200: #f4f8ff;\n --cpd-color-blue-100: #f9fcff;\n --cpd-color-cyan-1400: #00194f;\n --cpd-color-cyan-1300: #002b61;\n --cpd-color-cyan-1200: #004077;\n --cpd-color-cyan-1100: #00548c;\n --cpd-color-cyan-1000: #00629c;\n --cpd-color-cyan-900: #0072ac;\n --cpd-color-cyan-800: #0094c0;\n --cpd-color-cyan-700: #15becf;\n --cpd-color-cyan-600: #76d1dd;\n --cpd-color-cyan-500: #9bdde5;\n --cpd-color-cyan-400: #c7ecf0;\n --cpd-color-cyan-300: #e3f5f8;\n --cpd-color-cyan-200: #f1fafb;\n --cpd-color-cyan-100: #f8fdfd;\n --cpd-color-green-1400: #002311;\n --cpd-color-green-1300: #003420;\n --cpd-color-green-1200: #004933;\n --cpd-color-green-1100: #005c45;\n --cpd-color-green-1000: #006b52;\n --cpd-color-green-900: #007a61;\n --cpd-color-green-800: #009b78;\n --cpd-color-green-700: #0bc491;\n --cpd-color-green-600: #71d7ae;\n --cpd-color-green-500: #98e1c1;\n --cpd-color-green-400: #c6eedb;\n --cpd-color-green-300: #e3f7ed;\n --cpd-color-green-200: #f1fbf6;\n --cpd-color-green-100: #f8fdfb;\n --cpd-color-lime-1400: #002400;\n --cpd-color-lime-1300: #003600;\n --cpd-color-lime-1200: #004b00;\n --cpd-color-lime-1100: #005f00;\n --cpd-color-lime-1000: #006e00;\n --cpd-color-lime-900: #197d0c;\n --cpd-color-lime-800: #359d18;\n --cpd-color-lime-700: #54c424;\n --cpd-color-lime-600: #76db4c;\n --cpd-color-lime-500: #99e57e;\n --cpd-color-lime-400: #c8f1ba;\n --cpd-color-lime-300: #e0f8d9;\n --cpd-color-lime-200: #f1fcee;\n --cpd-color-lime-100: #f8fdf6;\n --cpd-color-yellow-1400: #410600;\n --cpd-color-yellow-1300: #541a00;\n --cpd-color-yellow-1200: #692e00;\n --cpd-color-yellow-1100: #803f00;\n --cpd-color-yellow-1000: #8f4d00;\n --cpd-color-yellow-900: #9f5b00;\n --cpd-color-yellow-800: #be7a00;\n --cpd-color-yellow-700: #dea200;\n --cpd-color-yellow-600: #f1bd00;\n --cpd-color-yellow-500: #fbce00;\n --cpd-color-yellow-400: #ffe484;\n --cpd-color-yellow-300: #fff2c1;\n --cpd-color-yellow-200: #fff8e0;\n --cpd-color-yellow-100: #fffcf0;\n --cpd-color-orange-1400: #450000;\n --cpd-color-orange-1300: #620000;\n --cpd-color-orange-1200: #850000;\n --cpd-color-orange-1100: #9b2200;\n --cpd-color-orange-1000: #ac3300;\n --cpd-color-orange-900: #bc4500;\n --cpd-color-orange-800: #dc6700;\n --cpd-color-orange-700: #f89440;\n --cpd-color-orange-600: #fdb37c;\n --cpd-color-orange-500: #ffc8a1;\n --cpd-color-orange-400: #ffdfc8;\n --cpd-color-orange-300: #ffefe4;\n --cpd-color-orange-200: #fff6ef;\n --cpd-color-orange-100: #fffaf7;\n --cpd-color-red-1400: #450000;\n --cpd-color-red-1300: #620000;\n --cpd-color-red-1200: #850006;\n --cpd-color-red-1100: #a4041d;\n --cpd-color-red-1000: #bc0f22;\n --cpd-color-red-900: #d51928;\n --cpd-color-red-800: #ff3d3d;\n --cpd-color-red-700: #ff8c81;\n --cpd-color-red-600: #ffafa5;\n --cpd-color-red-500: #ffc5bc;\n --cpd-color-red-400: #ffdfda;\n --cpd-color-red-300: #ffefec;\n --cpd-color-red-200: #fff7f6;\n --cpd-color-red-100: #fffaf9;\n --cpd-color-gray-1400: #1b1d22;\n --cpd-color-gray-1300: #2b2d32;\n --cpd-color-gray-1200: #3c4045;\n --cpd-color-gray-1100: #4c5158;\n --cpd-color-gray-1000: #595e67;\n --cpd-color-gray-900: #656d77;\n --cpd-color-gray-800: #818a95;\n --cpd-color-gray-700: #a6adb7;\n --cpd-color-gray-600: #bdc4cc;\n --cpd-color-gray-500: #cdd3da;\n --cpd-color-gray-400: #e1e6ec;\n --cpd-color-gray-300: #f0f2f5;\n --cpd-color-gray-200: #f7f9fa;\n --cpd-color-gray-100: #fbfcfd;\n --cpd-color-theme-bg: #ffffff;\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-hc-base-mq.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,":root {\n --cpd-color-alpha-pink-1400: hsl(341, 100%, 13%, 1);\n --cpd-color-alpha-pink-1300: hsl(337, 100%, 15%, 1);\n --cpd-color-alpha-pink-1200: hsl(332, 100%, 20%, 1);\n --cpd-color-alpha-pink-1100: hsl(329, 100%, 22%, 1);\n --cpd-color-alpha-pink-1000: hsla(330, 97%, 26%, 0.98);\n --cpd-color-alpha-pink-900: hsla(331, 100%, 28%, 0.97);\n --cpd-color-alpha-pink-800: hsla(333, 98%, 44%, 0.96);\n --cpd-color-alpha-pink-700: hsla(341, 98%, 49%, 0.7);\n --cpd-color-alpha-pink-600: hsla(345, 100%, 50%, 0.47);\n --cpd-color-alpha-pink-500: hsla(346, 100%, 51%, 0.33);\n --cpd-color-alpha-pink-400: hsla(347, 100%, 52%, 0.19);\n --cpd-color-alpha-pink-300: hsla(347, 100%, 50%, 0.13);\n --cpd-color-alpha-pink-200: hsla(347, 100%, 54%, 0.08);\n --cpd-color-alpha-pink-100: hsla(348, 100%, 51%, 0.04);\n --cpd-color-alpha-fuchsia-1400: hsl(281, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-1300: hsl(283, 100%, 16%, 1);\n --cpd-color-alpha-fuchsia-1200: hsl(285, 96%, 22%, 1);\n --cpd-color-alpha-fuchsia-1100: hsla(285, 97%, 22%, 0.95);\n --cpd-color-alpha-fuchsia-1000: hsla(286, 100%, 24%, 0.91);\n --cpd-color-alpha-fuchsia-900: hsla(287, 96%, 27%, 0.9);\n --cpd-color-alpha-fuchsia-800: hsla(294, 98%, 36%, 0.79);\n --cpd-color-alpha-fuchsia-700: hsla(295, 97%, 37%, 0.6);\n --cpd-color-alpha-fuchsia-600: hsla(295, 96%, 37%, 0.43);\n --cpd-color-alpha-fuchsia-500: hsla(297, 93%, 38%, 0.31);\n --cpd-color-alpha-fuchsia-400: hsla(296, 95%, 38%, 0.18);\n --cpd-color-alpha-fuchsia-300: hsla(298, 91%, 40%, 0.13);\n --cpd-color-alpha-fuchsia-200: hsla(295, 89%, 41%, 0.07);\n --cpd-color-alpha-fuchsia-100: hsla(293, 95%, 41%, 0.04);\n --cpd-color-alpha-purple-1400: hsl(259, 100%, 19%, 1);\n --cpd-color-alpha-purple-1300: hsl(259, 100%, 22%, 1);\n --cpd-color-alpha-purple-1200: hsl(262, 100%, 29%, 1);\n --cpd-color-alpha-purple-1100: hsl(264, 100%, 33%, 1);\n --cpd-color-alpha-purple-1000: hsla(263, 100%, 36%, 0.95);\n --cpd-color-alpha-purple-900: hsla(261, 97%, 38%, 0.9);\n --cpd-color-alpha-purple-800: hsla(258, 98%, 49%, 0.7);\n --cpd-color-alpha-purple-700: hsla(254, 100%, 50%, 0.53);\n --cpd-color-alpha-purple-600: hsla(251, 100%, 51%, 0.38);\n --cpd-color-alpha-purple-500: hsla(249, 100%, 51%, 0.27);\n --cpd-color-alpha-purple-400: hsla(248, 100%, 52%, 0.16);\n --cpd-color-alpha-purple-300: hsla(248, 100%, 53%, 0.12);\n --cpd-color-alpha-purple-200: hsla(248, 100%, 55%, 0.07);\n --cpd-color-alpha-purple-100: hsla(248, 100%, 61%, 0.04);\n --cpd-color-alpha-blue-1400: hsl(233, 100%, 19%, 1);\n --cpd-color-alpha-blue-1300: hsl(228, 100%, 21%, 1);\n --cpd-color-alpha-blue-1200: hsla(222, 100%, 24%, 0.99);\n --cpd-color-alpha-blue-1100: hsla(220, 99%, 27%, 0.99);\n --cpd-color-alpha-blue-1000: hsla(218, 97%, 30%, 0.99);\n --cpd-color-alpha-blue-900: hsla(217, 98%, 33%, 0.99);\n --cpd-color-alpha-blue-800: hsla(212, 99%, 46%, 0.99);\n --cpd-color-alpha-blue-700: hsla(215, 100%, 46%, 0.71);\n --cpd-color-alpha-blue-600: hsla(215, 98%, 47%, 0.51);\n --cpd-color-alpha-blue-500: hsla(216, 95%, 48%, 0.37);\n --cpd-color-alpha-blue-400: hsla(216, 96%, 49%, 0.22);\n --cpd-color-alpha-blue-300: hsla(216, 95%, 51%, 0.16);\n --cpd-color-alpha-blue-200: hsla(215, 100%, 52%, 0.09);\n --cpd-color-alpha-blue-100: hsla(218, 100%, 57%, 0.05);\n --cpd-color-alpha-cyan-1400: hsl(222, 100%, 15%, 1);\n --cpd-color-alpha-cyan-1300: hsl(218, 100%, 16%, 1);\n --cpd-color-alpha-cyan-1200: hsl(212, 100%, 20%, 1);\n --cpd-color-alpha-cyan-1100: hsl(210, 100%, 22%, 1);\n --cpd-color-alpha-cyan-1000: hsl(207, 100%, 24%, 1);\n --cpd-color-alpha-cyan-900: hsl(205, 100%, 26%, 1);\n --cpd-color-alpha-cyan-800: hsl(199, 100%, 35%, 1);\n --cpd-color-alpha-cyan-700: hsl(193, 100%, 38%, 1);\n --cpd-color-alpha-cyan-600: hsla(186, 99%, 40%, 0.92);\n --cpd-color-alpha-cyan-500: hsla(187, 99%, 38%, 0.54);\n --cpd-color-alpha-cyan-400: hsla(187, 97%, 38%, 0.31);\n --cpd-color-alpha-cyan-300: hsla(186, 100%, 37%, 0.22);\n --cpd-color-alpha-cyan-200: hsla(188, 100%, 38%, 0.11);\n --cpd-color-alpha-cyan-100: hsla(186, 79%, 41%, 0.06);\n --cpd-color-alpha-green-1400: hsl(147, 100%, 7%, 1);\n --cpd-color-alpha-green-1300: hsl(152, 100%, 8%, 1);\n --cpd-color-alpha-green-1200: hsl(158, 100%, 11%, 1);\n --cpd-color-alpha-green-1100: hsl(160, 100%, 13%, 1);\n --cpd-color-alpha-green-1000: hsl(162, 100%, 15%, 1);\n --cpd-color-alpha-green-900: hsl(163, 100%, 17%, 1);\n --cpd-color-alpha-green-800: hsl(168, 100%, 26%, 1);\n --cpd-color-alpha-green-700: hsl(166, 100%, 32%, 1);\n --cpd-color-alpha-green-600: hsla(163, 99%, 38%, 0.96);\n --cpd-color-alpha-green-500: hsla(156, 99%, 36%, 0.56);\n --cpd-color-alpha-green-400: hsla(153, 95%, 37%, 0.32);\n --cpd-color-alpha-green-300: hsla(151, 93%, 37%, 0.23);\n --cpd-color-alpha-green-200: hsla(150, 100%, 36%, 0.11);\n --cpd-color-alpha-green-100: hsla(150, 79%, 41%, 0.06);\n --cpd-color-alpha-lime-1400: hsl(120, 100%, 7%, 1);\n --cpd-color-alpha-lime-1300: hsl(120, 100%, 8%, 1);\n --cpd-color-alpha-lime-1200: hsl(120, 100%, 11%, 1);\n --cpd-color-alpha-lime-1100: hsl(120, 100%, 13%, 1);\n --cpd-color-alpha-lime-1000: hsl(120, 100%, 16%, 1);\n --cpd-color-alpha-lime-900: hsl(120, 100%, 17%, 1);\n --cpd-color-alpha-lime-800: hsla(112, 97%, 25%, 0.95);\n --cpd-color-alpha-lime-700: hsla(106, 99%, 30%, 0.9);\n --cpd-color-alpha-lime-600: hsla(102, 100%, 37%, 0.86);\n --cpd-color-alpha-lime-500: hsla(102, 97%, 41%, 0.71);\n --cpd-color-alpha-lime-400: hsla(105, 95%, 41%, 0.4);\n --cpd-color-alpha-lime-300: hsla(105, 92%, 42%, 0.28);\n --cpd-color-alpha-lime-200: hsla(107, 98%, 41%, 0.15);\n --cpd-color-alpha-lime-100: hsla(107, 89%, 44%, 0.07);\n --cpd-color-alpha-yellow-1400: hsl(5, 100%, 12%, 1);\n --cpd-color-alpha-yellow-1300: hsl(10, 100%, 14%, 1);\n --cpd-color-alpha-yellow-1200: hsl(20, 100%, 17%, 1);\n --cpd-color-alpha-yellow-1100: hsl(24, 100%, 19%, 1);\n --cpd-color-alpha-yellow-1000: hsl(27, 100%, 22%, 1);\n --cpd-color-alpha-yellow-900: hsl(28, 100%, 23%, 1);\n --cpd-color-alpha-yellow-800: hsl(36, 100%, 33%, 1);\n --cpd-color-alpha-yellow-700: hsl(40, 100%, 38%, 1);\n --cpd-color-alpha-yellow-600: hsl(44, 100%, 44%, 1);\n --cpd-color-alpha-yellow-500: hsl(47, 100%, 47%, 1);\n --cpd-color-alpha-yellow-400: hsla(48, 100%, 50%, 0.72);\n --cpd-color-alpha-yellow-300: hsla(47, 100%, 51%, 0.49);\n --cpd-color-alpha-yellow-200: hsla(47, 100%, 51%, 0.25);\n --cpd-color-alpha-yellow-100: hsla(46, 100%, 53%, 0.13);\n --cpd-color-alpha-orange-1400: hsl(0, 100%, 13%, 1);\n --cpd-color-alpha-orange-1300: hsl(0, 100%, 15%, 1);\n --cpd-color-alpha-orange-1200: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-orange-1100: hsl(0, 100%, 23%, 1);\n --cpd-color-alpha-orange-1000: hsl(4, 100%, 27%, 1);\n --cpd-color-alpha-orange-900: hsl(9, 100%, 29%, 1);\n --cpd-color-alpha-orange-800: hsl(24, 100%, 38%, 1);\n --cpd-color-alpha-orange-700: hsl(29, 100%, 44%, 1);\n --cpd-color-alpha-orange-600: hsla(27, 100%, 48%, 0.75);\n --cpd-color-alpha-orange-500: hsla(26, 98%, 50%, 0.52);\n --cpd-color-alpha-orange-400: hsla(25, 100%, 52%, 0.3);\n --cpd-color-alpha-orange-300: hsla(25, 100%, 51%, 0.22);\n --cpd-color-alpha-orange-200: hsla(24, 100%, 52%, 0.11);\n --cpd-color-alpha-orange-100: hsla(26, 100%, 55%, 0.07);\n --cpd-color-alpha-red-1400: hsl(0, 100%, 13%, 1);\n --cpd-color-alpha-red-1300: hsl(0, 100%, 15%, 1);\n --cpd-color-alpha-red-1200: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-red-1100: hsl(0, 100%, 23%, 1);\n --cpd-color-alpha-red-1000: hsl(355, 100%, 27%, 1);\n --cpd-color-alpha-red-900: hsl(350, 100%, 30%, 1);\n --cpd-color-alpha-red-800: hsla(356, 98%, 44%, 0.89);\n --cpd-color-alpha-red-700: hsla(2, 100%, 50%, 0.72);\n --cpd-color-alpha-red-600: hsla(5, 100%, 51%, 0.5);\n --cpd-color-alpha-red-500: hsla(7, 100%, 51%, 0.36);\n --cpd-color-alpha-red-400: hsla(8, 100%, 51%, 0.21);\n --cpd-color-alpha-red-300: hsla(8, 100%, 52%, 0.15);\n --cpd-color-alpha-red-200: hsla(9, 100%, 54%, 0.08);\n --cpd-color-alpha-red-100: hsla(7, 100%, 56%, 0.04);\n --cpd-color-alpha-gray-1400: hsla(223, 78%, 2%, 0.9);\n --cpd-color-alpha-gray-1300: hsla(218, 100%, 2%, 0.88);\n --cpd-color-alpha-gray-1200: hsla(210, 67%, 2%, 0.83);\n --cpd-color-alpha-gray-1100: hsla(222, 63%, 3%, 0.8);\n --cpd-color-alpha-gray-1000: hsla(220, 75%, 3%, 0.76);\n --cpd-color-alpha-gray-900: hsla(223, 70%, 4%, 0.73);\n --cpd-color-alpha-gray-800: hsla(217, 89%, 7%, 0.58);\n --cpd-color-alpha-gray-700: hsla(216, 81%, 10%, 0.48);\n --cpd-color-alpha-gray-600: hsla(215, 96%, 10%, 0.35);\n --cpd-color-alpha-gray-500: hsla(212, 97%, 12%, 0.26);\n --cpd-color-alpha-gray-400: hsla(215, 88%, 17%, 0.16);\n --cpd-color-alpha-gray-300: hsla(213, 90%, 20%, 0.12);\n --cpd-color-alpha-gray-200: hsla(216, 89%, 18%, 0.06);\n --cpd-color-alpha-gray-100: hsla(200, 41%, 36%, 0.04);\n --cpd-color-pink-1400: #410015;\n --cpd-color-pink-1300: #4a001c;\n --cpd-color-pink-1200: #64002f;\n --cpd-color-pink-1100: #72003a;\n --cpd-color-pink-1000: #840745;\n --cpd-color-pink-900: #92084b;\n --cpd-color-pink-800: #e00c6a;\n --cpd-color-pink-700: #f94e84;\n --cpd-color-pink-600: #ff88a6;\n --cpd-color-pink-500: #ffadc0;\n --cpd-color-pink-400: #ffd0da;\n --cpd-color-pink-300: #ffdee5;\n --cpd-color-pink-200: #ffecf0;\n --cpd-color-pink-100: #fff5f7;\n --cpd-color-fuchsia-1400: #32004a;\n --cpd-color-fuchsia-1300: #3b0053;\n --cpd-color-fuchsia-1200: #52026c;\n --cpd-color-fuchsia-1100: #5c0f76;\n --cpd-color-fuchsia-1000: #6c1785;\n --cpd-color-fuchsia-900: #781c90;\n --cpd-color-fuchsia-800: #b937c6;\n --cpd-color-fuchsia-700: #cb68d4;\n --cpd-color-fuchsia-600: #db93e1;\n --cpd-color-fuchsia-500: #e7b2ea;\n --cpd-color-fuchsia-400: #f1d2f3;\n --cpd-color-fuchsia-300: #f6dff7;\n --cpd-color-fuchsia-200: #faeefb;\n --cpd-color-fuchsia-100: #fcf5fd;\n --cpd-color-purple-1400: #1f0062;\n --cpd-color-purple-1300: #240070;\n --cpd-color-purple-1200: #360094;\n --cpd-color-purple-1100: #4200a6;\n --cpd-color-purple-1000: #4f0dba;\n --cpd-color-purple-900: #571cc4;\n --cpd-color-purple-800: #824ef9;\n --cpd-color-purple-700: #9778fe;\n --cpd-color-purple-600: #b1a0ff;\n --cpd-color-purple-500: #c5bbff;\n --cpd-color-purple-400: #ddd8ff;\n --cpd-color-purple-300: #e6e2ff;\n --cpd-color-purple-200: #f1efff;\n --cpd-color-purple-100: #f8f7ff;\n --cpd-color-blue-1400: #000c63;\n --cpd-color-blue-1300: #001569;\n --cpd-color-blue-1200: #03277b;\n --cpd-color-blue-1100: #043088;\n --cpd-color-blue-1000: #053b9a;\n --cpd-color-blue-900: #0543a7;\n --cpd-color-blue-800: #046ee8;\n --cpd-color-blue-700: #4a8ef0;\n --cpd-color-blue-600: #7eaff6;\n --cpd-color-blue-500: #a3c6fa;\n --cpd-color-blue-400: #c8ddfd;\n --cpd-color-blue-300: #d8e7fe;\n --cpd-color-blue-200: #e9f2ff;\n --cpd-color-blue-100: #f4f8ff;\n --cpd-color-cyan-1400: #00174d;\n --cpd-color-cyan-1300: #001e53;\n --cpd-color-cyan-1200: #002e64;\n --cpd-color-cyan-1100: #00376e;\n --cpd-color-cyan-1000: #00447b;\n --cpd-color-cyan-900: #004c84;\n --cpd-color-cyan-800: #007ab3;\n --cpd-color-cyan-700: #009ac3;\n --cpd-color-cyan-600: #15becf;\n --cpd-color-cyan-500: #76d1dd;\n --cpd-color-cyan-400: #b1e4eb;\n --cpd-color-cyan-300: #c7ecf0;\n --cpd-color-cyan-200: #e3f5f8;\n --cpd-color-cyan-100: #f1fafb;\n --cpd-color-green-1400: #00210f;\n --cpd-color-green-1300: #002715;\n --cpd-color-green-1200: #003723;\n --cpd-color-green-1100: #00402b;\n --cpd-color-green-1000: #004d36;\n --cpd-color-green-900: #00553d;\n --cpd-color-green-800: #008268;\n --cpd-color-green-700: #00a27c;\n --cpd-color-green-600: #0bc491;\n --cpd-color-green-500: #71d7ae;\n --cpd-color-green-400: #afe8ce;\n --cpd-color-green-300: #c6eedb;\n --cpd-color-green-200: #e3f7ed;\n --cpd-color-green-100: #f1fbf6;\n --cpd-color-lime-1400: #002200;\n --cpd-color-lime-1300: #002900;\n --cpd-color-lime-1200: #003900;\n --cpd-color-lime-1100: #004200;\n --cpd-color-lime-1000: #004f00;\n --cpd-color-lime-900: #005700;\n --cpd-color-lime-800: #1f850f;\n --cpd-color-lime-700: #3aa31a;\n --cpd-color-lime-600: #54c424;\n --cpd-color-lime-500: #76db4c;\n --cpd-color-lime-400: #afeb9b;\n --cpd-color-lime-300: #c8f1ba;\n --cpd-color-lime-200: #e0f8d9;\n --cpd-color-lime-100: #f1fcee;\n --cpd-color-yellow-1400: #3f0500;\n --cpd-color-yellow-1300: #450c00;\n --cpd-color-yellow-1200: #571d00;\n --cpd-color-yellow-1100: #612600;\n --cpd-color-yellow-1000: #6e3100;\n --cpd-color-yellow-900: #773800;\n --cpd-color-yellow-800: #a76300;\n --cpd-color-yellow-700: #c38100;\n --cpd-color-yellow-600: #dea200;\n --cpd-color-yellow-500: #f1bd00;\n --cpd-color-yellow-400: #ffda49;\n --cpd-color-yellow-300: #ffe484;\n --cpd-color-yellow-200: #fff2c1;\n --cpd-color-yellow-100: #fff8e0;\n --cpd-color-orange-1400: #420000;\n --cpd-color-orange-1300: #4c0000;\n --cpd-color-orange-1200: #670000;\n --cpd-color-orange-1100: #770000;\n --cpd-color-orange-1000: #890800;\n --cpd-color-orange-900: #931700;\n --cpd-color-orange-800: #c44d00;\n --cpd-color-orange-700: #e26e00;\n --cpd-color-orange-600: #f89440;\n --cpd-color-orange-500: #fdb37c;\n --cpd-color-orange-400: #ffd4b5;\n --cpd-color-orange-300: #ffdfc8;\n --cpd-color-orange-200: #ffefe4;\n --cpd-color-orange-100: #fff6ef;\n --cpd-color-red-1400: #420000;\n --cpd-color-red-1300: #4c0000;\n --cpd-color-red-1200: #670000;\n --cpd-color-red-1100: #770000;\n --cpd-color-red-1000: #8b000c;\n --cpd-color-red-900: #99001a;\n --cpd-color-red-800: #e11e2a;\n --cpd-color-red-700: #ff4e49;\n --cpd-color-red-600: #ff8c81;\n --cpd-color-red-500: #ffafa5;\n --cpd-color-red-400: #ffd1ca;\n --cpd-color-red-300: #ffdfda;\n --cpd-color-red-200: #ffefec;\n --cpd-color-red-100: #fff7f6;\n --cpd-color-gray-1400: #1a1c21;\n --cpd-color-gray-1300: #1f2126;\n --cpd-color-gray-1200: #2d3034;\n --cpd-color-gray-1100: #35383d;\n --cpd-color-gray-1000: #3f4248;\n --cpd-color-gray-900: #474a51;\n --cpd-color-gray-800: #6c737e;\n --cpd-color-gray-700: #878f9b;\n --cpd-color-gray-600: #a6adb7;\n --cpd-color-gray-500: #bdc4cc;\n --cpd-color-gray-400: #d7dce3;\n --cpd-color-gray-300: #e1e6ec;\n --cpd-color-gray-200: #f0f2f5;\n --cpd-color-gray-100: #f7f9fa;\n --cpd-color-theme-bg: #ffffff;\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-hc-base-mq.css"],names:[],mappings:"AAAA;EACE,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,sDAAsD;EACtD,sDAAsD;EACtD,qDAAqD;EACrD,oDAAoD;EACpD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,qDAAqD;EACrD,yDAAyD;EACzD,0DAA0D;EAC1D,uDAAuD;EACvD,wDAAwD;EACxD,uDAAuD;EACvD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,yDAAyD;EACzD,sDAAsD;EACtD,sDAAsD;EACtD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,wDAAwD;EACxD,mDAAmD;EACnD,mDAAmD;EACnD,uDAAuD;EACvD,sDAAsD;EACtD,sDAAsD;EACtD,qDAAqD;EACrD,qDAAqD;EACrD,sDAAsD;EACtD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,sDAAsD;EACtD,sDAAsD;EACtD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,kDAAkD;EAClD,kDAAkD;EAClD,kDAAkD;EAClD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,sDAAsD;EACtD,sDAAsD;EACtD,qDAAqD;EACrD,mDAAmD;EACnD,mDAAmD;EACnD,oDAAoD;EACpD,oDAAoD;EACpD,oDAAoD;EACpD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,sDAAsD;EACtD,uDAAuD;EACvD,sDAAsD;EACtD,kDAAkD;EAClD,kDAAkD;EAClD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,kDAAkD;EAClD,qDAAqD;EACrD,oDAAoD;EACpD,sDAAsD;EACtD,qDAAqD;EACrD,oDAAoD;EACpD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,mDAAmD;EACnD,oDAAoD;EACpD,oDAAoD;EACpD,oDAAoD;EACpD,oDAAoD;EACpD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,uDAAuD;EACvD,uDAAuD;EACvD,uDAAuD;EACvD,uDAAuD;EACvD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,kDAAkD;EAClD,mDAAmD;EACnD,mDAAmD;EACnD,uDAAuD;EACvD,sDAAsD;EACtD,sDAAsD;EACtD,uDAAuD;EACvD,uDAAuD;EACvD,uDAAuD;EACvD,gDAAgD;EAChD,gDAAgD;EAChD,gDAAgD;EAChD,gDAAgD;EAChD,kDAAkD;EAClD,iDAAiD;EACjD,oDAAoD;EACpD,mDAAmD;EACnD,kDAAkD;EAClD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,mDAAmD;EACnD,oDAAoD;EACpD,sDAAsD;EACtD,qDAAqD;EACrD,oDAAoD;EACpD,qDAAqD;EACrD,oDAAoD;EACpD,oDAAoD;EACpD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,qDAAqD;EACrD,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,iCAAiC;EACjC,iCAAiC;EACjC,iCAAiC;EACjC,iCAAiC;EACjC,iCAAiC;EACjC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,gCAAgC;EAChC,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,+BAA+B;EAC/B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,4BAA4B;EAC5B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,8BAA8B;EAC9B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;EAC7B,6BAA6B;AAC/B",sourcesContent:[":root {\n --cpd-color-alpha-pink-1400: hsl(341, 100%, 13%, 1);\n --cpd-color-alpha-pink-1300: hsl(337, 100%, 15%, 1);\n --cpd-color-alpha-pink-1200: hsl(332, 100%, 20%, 1);\n --cpd-color-alpha-pink-1100: hsl(329, 100%, 22%, 1);\n --cpd-color-alpha-pink-1000: hsla(330, 97%, 26%, 0.98);\n --cpd-color-alpha-pink-900: hsla(331, 100%, 28%, 0.97);\n --cpd-color-alpha-pink-800: hsla(333, 98%, 44%, 0.96);\n --cpd-color-alpha-pink-700: hsla(341, 98%, 49%, 0.7);\n --cpd-color-alpha-pink-600: hsla(345, 100%, 50%, 0.47);\n --cpd-color-alpha-pink-500: hsla(346, 100%, 51%, 0.33);\n --cpd-color-alpha-pink-400: hsla(347, 100%, 52%, 0.19);\n --cpd-color-alpha-pink-300: hsla(347, 100%, 50%, 0.13);\n --cpd-color-alpha-pink-200: hsla(347, 100%, 54%, 0.08);\n --cpd-color-alpha-pink-100: hsla(348, 100%, 51%, 0.04);\n --cpd-color-alpha-fuchsia-1400: hsl(281, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-1300: hsl(283, 100%, 16%, 1);\n --cpd-color-alpha-fuchsia-1200: hsl(285, 96%, 22%, 1);\n --cpd-color-alpha-fuchsia-1100: hsla(285, 97%, 22%, 0.95);\n --cpd-color-alpha-fuchsia-1000: hsla(286, 100%, 24%, 0.91);\n --cpd-color-alpha-fuchsia-900: hsla(287, 96%, 27%, 0.9);\n --cpd-color-alpha-fuchsia-800: hsla(294, 98%, 36%, 0.79);\n --cpd-color-alpha-fuchsia-700: hsla(295, 97%, 37%, 0.6);\n --cpd-color-alpha-fuchsia-600: hsla(295, 96%, 37%, 0.43);\n --cpd-color-alpha-fuchsia-500: hsla(297, 93%, 38%, 0.31);\n --cpd-color-alpha-fuchsia-400: hsla(296, 95%, 38%, 0.18);\n --cpd-color-alpha-fuchsia-300: hsla(298, 91%, 40%, 0.13);\n --cpd-color-alpha-fuchsia-200: hsla(295, 89%, 41%, 0.07);\n --cpd-color-alpha-fuchsia-100: hsla(293, 95%, 41%, 0.04);\n --cpd-color-alpha-purple-1400: hsl(259, 100%, 19%, 1);\n --cpd-color-alpha-purple-1300: hsl(259, 100%, 22%, 1);\n --cpd-color-alpha-purple-1200: hsl(262, 100%, 29%, 1);\n --cpd-color-alpha-purple-1100: hsl(264, 100%, 33%, 1);\n --cpd-color-alpha-purple-1000: hsla(263, 100%, 36%, 0.95);\n --cpd-color-alpha-purple-900: hsla(261, 97%, 38%, 0.9);\n --cpd-color-alpha-purple-800: hsla(258, 98%, 49%, 0.7);\n --cpd-color-alpha-purple-700: hsla(254, 100%, 50%, 0.53);\n --cpd-color-alpha-purple-600: hsla(251, 100%, 51%, 0.38);\n --cpd-color-alpha-purple-500: hsla(249, 100%, 51%, 0.27);\n --cpd-color-alpha-purple-400: hsla(248, 100%, 52%, 0.16);\n --cpd-color-alpha-purple-300: hsla(248, 100%, 53%, 0.12);\n --cpd-color-alpha-purple-200: hsla(248, 100%, 55%, 0.07);\n --cpd-color-alpha-purple-100: hsla(248, 100%, 61%, 0.04);\n --cpd-color-alpha-blue-1400: hsl(233, 100%, 19%, 1);\n --cpd-color-alpha-blue-1300: hsl(228, 100%, 21%, 1);\n --cpd-color-alpha-blue-1200: hsla(222, 100%, 24%, 0.99);\n --cpd-color-alpha-blue-1100: hsla(220, 99%, 27%, 0.99);\n --cpd-color-alpha-blue-1000: hsla(218, 97%, 30%, 0.99);\n --cpd-color-alpha-blue-900: hsla(217, 98%, 33%, 0.99);\n --cpd-color-alpha-blue-800: hsla(212, 99%, 46%, 0.99);\n --cpd-color-alpha-blue-700: hsla(215, 100%, 46%, 0.71);\n --cpd-color-alpha-blue-600: hsla(215, 98%, 47%, 0.51);\n --cpd-color-alpha-blue-500: hsla(216, 95%, 48%, 0.37);\n --cpd-color-alpha-blue-400: hsla(216, 96%, 49%, 0.22);\n --cpd-color-alpha-blue-300: hsla(216, 95%, 51%, 0.16);\n --cpd-color-alpha-blue-200: hsla(215, 100%, 52%, 0.09);\n --cpd-color-alpha-blue-100: hsla(218, 100%, 57%, 0.05);\n --cpd-color-alpha-cyan-1400: hsl(222, 100%, 15%, 1);\n --cpd-color-alpha-cyan-1300: hsl(218, 100%, 16%, 1);\n --cpd-color-alpha-cyan-1200: hsl(212, 100%, 20%, 1);\n --cpd-color-alpha-cyan-1100: hsl(210, 100%, 22%, 1);\n --cpd-color-alpha-cyan-1000: hsl(207, 100%, 24%, 1);\n --cpd-color-alpha-cyan-900: hsl(205, 100%, 26%, 1);\n --cpd-color-alpha-cyan-800: hsl(199, 100%, 35%, 1);\n --cpd-color-alpha-cyan-700: hsl(193, 100%, 38%, 1);\n --cpd-color-alpha-cyan-600: hsla(186, 99%, 40%, 0.92);\n --cpd-color-alpha-cyan-500: hsla(187, 99%, 38%, 0.54);\n --cpd-color-alpha-cyan-400: hsla(187, 97%, 38%, 0.31);\n --cpd-color-alpha-cyan-300: hsla(186, 100%, 37%, 0.22);\n --cpd-color-alpha-cyan-200: hsla(188, 100%, 38%, 0.11);\n --cpd-color-alpha-cyan-100: hsla(186, 79%, 41%, 0.06);\n --cpd-color-alpha-green-1400: hsl(147, 100%, 7%, 1);\n --cpd-color-alpha-green-1300: hsl(152, 100%, 8%, 1);\n --cpd-color-alpha-green-1200: hsl(158, 100%, 11%, 1);\n --cpd-color-alpha-green-1100: hsl(160, 100%, 13%, 1);\n --cpd-color-alpha-green-1000: hsl(162, 100%, 15%, 1);\n --cpd-color-alpha-green-900: hsl(163, 100%, 17%, 1);\n --cpd-color-alpha-green-800: hsl(168, 100%, 26%, 1);\n --cpd-color-alpha-green-700: hsl(166, 100%, 32%, 1);\n --cpd-color-alpha-green-600: hsla(163, 99%, 38%, 0.96);\n --cpd-color-alpha-green-500: hsla(156, 99%, 36%, 0.56);\n --cpd-color-alpha-green-400: hsla(153, 95%, 37%, 0.32);\n --cpd-color-alpha-green-300: hsla(151, 93%, 37%, 0.23);\n --cpd-color-alpha-green-200: hsla(150, 100%, 36%, 0.11);\n --cpd-color-alpha-green-100: hsla(150, 79%, 41%, 0.06);\n --cpd-color-alpha-lime-1400: hsl(120, 100%, 7%, 1);\n --cpd-color-alpha-lime-1300: hsl(120, 100%, 8%, 1);\n --cpd-color-alpha-lime-1200: hsl(120, 100%, 11%, 1);\n --cpd-color-alpha-lime-1100: hsl(120, 100%, 13%, 1);\n --cpd-color-alpha-lime-1000: hsl(120, 100%, 16%, 1);\n --cpd-color-alpha-lime-900: hsl(120, 100%, 17%, 1);\n --cpd-color-alpha-lime-800: hsla(112, 97%, 25%, 0.95);\n --cpd-color-alpha-lime-700: hsla(106, 99%, 30%, 0.9);\n --cpd-color-alpha-lime-600: hsla(102, 100%, 37%, 0.86);\n --cpd-color-alpha-lime-500: hsla(102, 97%, 41%, 0.71);\n --cpd-color-alpha-lime-400: hsla(105, 95%, 41%, 0.4);\n --cpd-color-alpha-lime-300: hsla(105, 92%, 42%, 0.28);\n --cpd-color-alpha-lime-200: hsla(107, 98%, 41%, 0.15);\n --cpd-color-alpha-lime-100: hsla(107, 89%, 44%, 0.07);\n --cpd-color-alpha-yellow-1400: hsl(5, 100%, 12%, 1);\n --cpd-color-alpha-yellow-1300: hsl(10, 100%, 14%, 1);\n --cpd-color-alpha-yellow-1200: hsl(20, 100%, 17%, 1);\n --cpd-color-alpha-yellow-1100: hsl(24, 100%, 19%, 1);\n --cpd-color-alpha-yellow-1000: hsl(27, 100%, 22%, 1);\n --cpd-color-alpha-yellow-900: hsl(28, 100%, 23%, 1);\n --cpd-color-alpha-yellow-800: hsl(36, 100%, 33%, 1);\n --cpd-color-alpha-yellow-700: hsl(40, 100%, 38%, 1);\n --cpd-color-alpha-yellow-600: hsl(44, 100%, 44%, 1);\n --cpd-color-alpha-yellow-500: hsl(47, 100%, 47%, 1);\n --cpd-color-alpha-yellow-400: hsla(48, 100%, 50%, 0.72);\n --cpd-color-alpha-yellow-300: hsla(47, 100%, 51%, 0.49);\n --cpd-color-alpha-yellow-200: hsla(47, 100%, 51%, 0.25);\n --cpd-color-alpha-yellow-100: hsla(46, 100%, 53%, 0.13);\n --cpd-color-alpha-orange-1400: hsl(0, 100%, 13%, 1);\n --cpd-color-alpha-orange-1300: hsl(0, 100%, 15%, 1);\n --cpd-color-alpha-orange-1200: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-orange-1100: hsl(0, 100%, 23%, 1);\n --cpd-color-alpha-orange-1000: hsl(4, 100%, 27%, 1);\n --cpd-color-alpha-orange-900: hsl(9, 100%, 29%, 1);\n --cpd-color-alpha-orange-800: hsl(24, 100%, 38%, 1);\n --cpd-color-alpha-orange-700: hsl(29, 100%, 44%, 1);\n --cpd-color-alpha-orange-600: hsla(27, 100%, 48%, 0.75);\n --cpd-color-alpha-orange-500: hsla(26, 98%, 50%, 0.52);\n --cpd-color-alpha-orange-400: hsla(25, 100%, 52%, 0.3);\n --cpd-color-alpha-orange-300: hsla(25, 100%, 51%, 0.22);\n --cpd-color-alpha-orange-200: hsla(24, 100%, 52%, 0.11);\n --cpd-color-alpha-orange-100: hsla(26, 100%, 55%, 0.07);\n --cpd-color-alpha-red-1400: hsl(0, 100%, 13%, 1);\n --cpd-color-alpha-red-1300: hsl(0, 100%, 15%, 1);\n --cpd-color-alpha-red-1200: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-red-1100: hsl(0, 100%, 23%, 1);\n --cpd-color-alpha-red-1000: hsl(355, 100%, 27%, 1);\n --cpd-color-alpha-red-900: hsl(350, 100%, 30%, 1);\n --cpd-color-alpha-red-800: hsla(356, 98%, 44%, 0.89);\n --cpd-color-alpha-red-700: hsla(2, 100%, 50%, 0.72);\n --cpd-color-alpha-red-600: hsla(5, 100%, 51%, 0.5);\n --cpd-color-alpha-red-500: hsla(7, 100%, 51%, 0.36);\n --cpd-color-alpha-red-400: hsla(8, 100%, 51%, 0.21);\n --cpd-color-alpha-red-300: hsla(8, 100%, 52%, 0.15);\n --cpd-color-alpha-red-200: hsla(9, 100%, 54%, 0.08);\n --cpd-color-alpha-red-100: hsla(7, 100%, 56%, 0.04);\n --cpd-color-alpha-gray-1400: hsla(223, 78%, 2%, 0.9);\n --cpd-color-alpha-gray-1300: hsla(218, 100%, 2%, 0.88);\n --cpd-color-alpha-gray-1200: hsla(210, 67%, 2%, 0.83);\n --cpd-color-alpha-gray-1100: hsla(222, 63%, 3%, 0.8);\n --cpd-color-alpha-gray-1000: hsla(220, 75%, 3%, 0.76);\n --cpd-color-alpha-gray-900: hsla(223, 70%, 4%, 0.73);\n --cpd-color-alpha-gray-800: hsla(217, 89%, 7%, 0.58);\n --cpd-color-alpha-gray-700: hsla(216, 81%, 10%, 0.48);\n --cpd-color-alpha-gray-600: hsla(215, 96%, 10%, 0.35);\n --cpd-color-alpha-gray-500: hsla(212, 97%, 12%, 0.26);\n --cpd-color-alpha-gray-400: hsla(215, 88%, 17%, 0.16);\n --cpd-color-alpha-gray-300: hsla(213, 90%, 20%, 0.12);\n --cpd-color-alpha-gray-200: hsla(216, 89%, 18%, 0.06);\n --cpd-color-alpha-gray-100: hsla(200, 41%, 36%, 0.04);\n --cpd-color-pink-1400: #410015;\n --cpd-color-pink-1300: #4a001c;\n --cpd-color-pink-1200: #64002f;\n --cpd-color-pink-1100: #72003a;\n --cpd-color-pink-1000: #840745;\n --cpd-color-pink-900: #92084b;\n --cpd-color-pink-800: #e00c6a;\n --cpd-color-pink-700: #f94e84;\n --cpd-color-pink-600: #ff88a6;\n --cpd-color-pink-500: #ffadc0;\n --cpd-color-pink-400: #ffd0da;\n --cpd-color-pink-300: #ffdee5;\n --cpd-color-pink-200: #ffecf0;\n --cpd-color-pink-100: #fff5f7;\n --cpd-color-fuchsia-1400: #32004a;\n --cpd-color-fuchsia-1300: #3b0053;\n --cpd-color-fuchsia-1200: #52026c;\n --cpd-color-fuchsia-1100: #5c0f76;\n --cpd-color-fuchsia-1000: #6c1785;\n --cpd-color-fuchsia-900: #781c90;\n --cpd-color-fuchsia-800: #b937c6;\n --cpd-color-fuchsia-700: #cb68d4;\n --cpd-color-fuchsia-600: #db93e1;\n --cpd-color-fuchsia-500: #e7b2ea;\n --cpd-color-fuchsia-400: #f1d2f3;\n --cpd-color-fuchsia-300: #f6dff7;\n --cpd-color-fuchsia-200: #faeefb;\n --cpd-color-fuchsia-100: #fcf5fd;\n --cpd-color-purple-1400: #1f0062;\n --cpd-color-purple-1300: #240070;\n --cpd-color-purple-1200: #360094;\n --cpd-color-purple-1100: #4200a6;\n --cpd-color-purple-1000: #4f0dba;\n --cpd-color-purple-900: #571cc4;\n --cpd-color-purple-800: #824ef9;\n --cpd-color-purple-700: #9778fe;\n --cpd-color-purple-600: #b1a0ff;\n --cpd-color-purple-500: #c5bbff;\n --cpd-color-purple-400: #ddd8ff;\n --cpd-color-purple-300: #e6e2ff;\n --cpd-color-purple-200: #f1efff;\n --cpd-color-purple-100: #f8f7ff;\n --cpd-color-blue-1400: #000c63;\n --cpd-color-blue-1300: #001569;\n --cpd-color-blue-1200: #03277b;\n --cpd-color-blue-1100: #043088;\n --cpd-color-blue-1000: #053b9a;\n --cpd-color-blue-900: #0543a7;\n --cpd-color-blue-800: #046ee8;\n --cpd-color-blue-700: #4a8ef0;\n --cpd-color-blue-600: #7eaff6;\n --cpd-color-blue-500: #a3c6fa;\n --cpd-color-blue-400: #c8ddfd;\n --cpd-color-blue-300: #d8e7fe;\n --cpd-color-blue-200: #e9f2ff;\n --cpd-color-blue-100: #f4f8ff;\n --cpd-color-cyan-1400: #00174d;\n --cpd-color-cyan-1300: #001e53;\n --cpd-color-cyan-1200: #002e64;\n --cpd-color-cyan-1100: #00376e;\n --cpd-color-cyan-1000: #00447b;\n --cpd-color-cyan-900: #004c84;\n --cpd-color-cyan-800: #007ab3;\n --cpd-color-cyan-700: #009ac3;\n --cpd-color-cyan-600: #15becf;\n --cpd-color-cyan-500: #76d1dd;\n --cpd-color-cyan-400: #b1e4eb;\n --cpd-color-cyan-300: #c7ecf0;\n --cpd-color-cyan-200: #e3f5f8;\n --cpd-color-cyan-100: #f1fafb;\n --cpd-color-green-1400: #00210f;\n --cpd-color-green-1300: #002715;\n --cpd-color-green-1200: #003723;\n --cpd-color-green-1100: #00402b;\n --cpd-color-green-1000: #004d36;\n --cpd-color-green-900: #00553d;\n --cpd-color-green-800: #008268;\n --cpd-color-green-700: #00a27c;\n --cpd-color-green-600: #0bc491;\n --cpd-color-green-500: #71d7ae;\n --cpd-color-green-400: #afe8ce;\n --cpd-color-green-300: #c6eedb;\n --cpd-color-green-200: #e3f7ed;\n --cpd-color-green-100: #f1fbf6;\n --cpd-color-lime-1400: #002200;\n --cpd-color-lime-1300: #002900;\n --cpd-color-lime-1200: #003900;\n --cpd-color-lime-1100: #004200;\n --cpd-color-lime-1000: #004f00;\n --cpd-color-lime-900: #005700;\n --cpd-color-lime-800: #1f850f;\n --cpd-color-lime-700: #3aa31a;\n --cpd-color-lime-600: #54c424;\n --cpd-color-lime-500: #76db4c;\n --cpd-color-lime-400: #afeb9b;\n --cpd-color-lime-300: #c8f1ba;\n --cpd-color-lime-200: #e0f8d9;\n --cpd-color-lime-100: #f1fcee;\n --cpd-color-yellow-1400: #3f0500;\n --cpd-color-yellow-1300: #450c00;\n --cpd-color-yellow-1200: #571d00;\n --cpd-color-yellow-1100: #612600;\n --cpd-color-yellow-1000: #6e3100;\n --cpd-color-yellow-900: #773800;\n --cpd-color-yellow-800: #a76300;\n --cpd-color-yellow-700: #c38100;\n --cpd-color-yellow-600: #dea200;\n --cpd-color-yellow-500: #f1bd00;\n --cpd-color-yellow-400: #ffda49;\n --cpd-color-yellow-300: #ffe484;\n --cpd-color-yellow-200: #fff2c1;\n --cpd-color-yellow-100: #fff8e0;\n --cpd-color-orange-1400: #420000;\n --cpd-color-orange-1300: #4c0000;\n --cpd-color-orange-1200: #670000;\n --cpd-color-orange-1100: #770000;\n --cpd-color-orange-1000: #890800;\n --cpd-color-orange-900: #931700;\n --cpd-color-orange-800: #c44d00;\n --cpd-color-orange-700: #e26e00;\n --cpd-color-orange-600: #f89440;\n --cpd-color-orange-500: #fdb37c;\n --cpd-color-orange-400: #ffd4b5;\n --cpd-color-orange-300: #ffdfc8;\n --cpd-color-orange-200: #ffefe4;\n --cpd-color-orange-100: #fff6ef;\n --cpd-color-red-1400: #420000;\n --cpd-color-red-1300: #4c0000;\n --cpd-color-red-1200: #670000;\n --cpd-color-red-1100: #770000;\n --cpd-color-red-1000: #8b000c;\n --cpd-color-red-900: #99001a;\n --cpd-color-red-800: #e11e2a;\n --cpd-color-red-700: #ff4e49;\n --cpd-color-red-600: #ff8c81;\n --cpd-color-red-500: #ffafa5;\n --cpd-color-red-400: #ffd1ca;\n --cpd-color-red-300: #ffdfda;\n --cpd-color-red-200: #ffefec;\n --cpd-color-red-100: #fff7f6;\n --cpd-color-gray-1400: #1a1c21;\n --cpd-color-gray-1300: #1f2126;\n --cpd-color-gray-1200: #2d3034;\n --cpd-color-gray-1100: #35383d;\n --cpd-color-gray-1000: #3f4248;\n --cpd-color-gray-900: #474a51;\n --cpd-color-gray-800: #6c737e;\n --cpd-color-gray-700: #878f9b;\n --cpd-color-gray-600: #a6adb7;\n --cpd-color-gray-500: #bdc4cc;\n --cpd-color-gray-400: #d7dce3;\n --cpd-color-gray-300: #e1e6ec;\n --cpd-color-gray-200: #f0f2f5;\n --cpd-color-gray-100: #f7f9fa;\n --cpd-color-theme-bg: #ffffff;\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-hc-base.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,".cpd-theme-light-hc.cpd-theme-light-hc {\n --cpd-color-alpha-pink-1400: hsl(341, 100%, 13%, 1);\n --cpd-color-alpha-pink-1300: hsl(337, 100%, 15%, 1);\n --cpd-color-alpha-pink-1200: hsl(332, 100%, 20%, 1);\n --cpd-color-alpha-pink-1100: hsl(329, 100%, 22%, 1);\n --cpd-color-alpha-pink-1000: hsla(330, 97%, 26%, 0.98);\n --cpd-color-alpha-pink-900: hsla(331, 100%, 28%, 0.97);\n --cpd-color-alpha-pink-800: hsla(333, 98%, 44%, 0.96);\n --cpd-color-alpha-pink-700: hsla(341, 98%, 49%, 0.7);\n --cpd-color-alpha-pink-600: hsla(345, 100%, 50%, 0.47);\n --cpd-color-alpha-pink-500: hsla(346, 100%, 51%, 0.33);\n --cpd-color-alpha-pink-400: hsla(347, 100%, 52%, 0.19);\n --cpd-color-alpha-pink-300: hsla(347, 100%, 50%, 0.13);\n --cpd-color-alpha-pink-200: hsla(347, 100%, 54%, 0.08);\n --cpd-color-alpha-pink-100: hsla(348, 100%, 51%, 0.04);\n --cpd-color-alpha-fuchsia-1400: hsl(281, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-1300: hsl(283, 100%, 16%, 1);\n --cpd-color-alpha-fuchsia-1200: hsl(285, 96%, 22%, 1);\n --cpd-color-alpha-fuchsia-1100: hsla(285, 97%, 22%, 0.95);\n --cpd-color-alpha-fuchsia-1000: hsla(286, 100%, 24%, 0.91);\n --cpd-color-alpha-fuchsia-900: hsla(287, 96%, 27%, 0.9);\n --cpd-color-alpha-fuchsia-800: hsla(294, 98%, 36%, 0.79);\n --cpd-color-alpha-fuchsia-700: hsla(295, 97%, 37%, 0.6);\n --cpd-color-alpha-fuchsia-600: hsla(295, 96%, 37%, 0.43);\n --cpd-color-alpha-fuchsia-500: hsla(297, 93%, 38%, 0.31);\n --cpd-color-alpha-fuchsia-400: hsla(296, 95%, 38%, 0.18);\n --cpd-color-alpha-fuchsia-300: hsla(298, 91%, 40%, 0.13);\n --cpd-color-alpha-fuchsia-200: hsla(295, 89%, 41%, 0.07);\n --cpd-color-alpha-fuchsia-100: hsla(293, 95%, 41%, 0.04);\n --cpd-color-alpha-purple-1400: hsl(259, 100%, 19%, 1);\n --cpd-color-alpha-purple-1300: hsl(259, 100%, 22%, 1);\n --cpd-color-alpha-purple-1200: hsl(262, 100%, 29%, 1);\n --cpd-color-alpha-purple-1100: hsl(264, 100%, 33%, 1);\n --cpd-color-alpha-purple-1000: hsla(263, 100%, 36%, 0.95);\n --cpd-color-alpha-purple-900: hsla(261, 97%, 38%, 0.9);\n --cpd-color-alpha-purple-800: hsla(258, 98%, 49%, 0.7);\n --cpd-color-alpha-purple-700: hsla(254, 100%, 50%, 0.53);\n --cpd-color-alpha-purple-600: hsla(251, 100%, 51%, 0.38);\n --cpd-color-alpha-purple-500: hsla(249, 100%, 51%, 0.27);\n --cpd-color-alpha-purple-400: hsla(248, 100%, 52%, 0.16);\n --cpd-color-alpha-purple-300: hsla(248, 100%, 53%, 0.12);\n --cpd-color-alpha-purple-200: hsla(248, 100%, 55%, 0.07);\n --cpd-color-alpha-purple-100: hsla(248, 100%, 61%, 0.04);\n --cpd-color-alpha-blue-1400: hsl(233, 100%, 19%, 1);\n --cpd-color-alpha-blue-1300: hsl(228, 100%, 21%, 1);\n --cpd-color-alpha-blue-1200: hsla(222, 100%, 24%, 0.99);\n --cpd-color-alpha-blue-1100: hsla(220, 99%, 27%, 0.99);\n --cpd-color-alpha-blue-1000: hsla(218, 97%, 30%, 0.99);\n --cpd-color-alpha-blue-900: hsla(217, 98%, 33%, 0.99);\n --cpd-color-alpha-blue-800: hsla(212, 99%, 46%, 0.99);\n --cpd-color-alpha-blue-700: hsla(215, 100%, 46%, 0.71);\n --cpd-color-alpha-blue-600: hsla(215, 98%, 47%, 0.51);\n --cpd-color-alpha-blue-500: hsla(216, 95%, 48%, 0.37);\n --cpd-color-alpha-blue-400: hsla(216, 96%, 49%, 0.22);\n --cpd-color-alpha-blue-300: hsla(216, 95%, 51%, 0.16);\n --cpd-color-alpha-blue-200: hsla(215, 100%, 52%, 0.09);\n --cpd-color-alpha-blue-100: hsla(218, 100%, 57%, 0.05);\n --cpd-color-alpha-cyan-1400: hsl(222, 100%, 15%, 1);\n --cpd-color-alpha-cyan-1300: hsl(218, 100%, 16%, 1);\n --cpd-color-alpha-cyan-1200: hsl(212, 100%, 20%, 1);\n --cpd-color-alpha-cyan-1100: hsl(210, 100%, 22%, 1);\n --cpd-color-alpha-cyan-1000: hsl(207, 100%, 24%, 1);\n --cpd-color-alpha-cyan-900: hsl(205, 100%, 26%, 1);\n --cpd-color-alpha-cyan-800: hsl(199, 100%, 35%, 1);\n --cpd-color-alpha-cyan-700: hsl(193, 100%, 38%, 1);\n --cpd-color-alpha-cyan-600: hsla(186, 99%, 40%, 0.92);\n --cpd-color-alpha-cyan-500: hsla(187, 99%, 38%, 0.54);\n --cpd-color-alpha-cyan-400: hsla(187, 97%, 38%, 0.31);\n --cpd-color-alpha-cyan-300: hsla(186, 100%, 37%, 0.22);\n --cpd-color-alpha-cyan-200: hsla(188, 100%, 38%, 0.11);\n --cpd-color-alpha-cyan-100: hsla(186, 79%, 41%, 0.06);\n --cpd-color-alpha-green-1400: hsl(147, 100%, 7%, 1);\n --cpd-color-alpha-green-1300: hsl(152, 100%, 8%, 1);\n --cpd-color-alpha-green-1200: hsl(158, 100%, 11%, 1);\n --cpd-color-alpha-green-1100: hsl(160, 100%, 13%, 1);\n --cpd-color-alpha-green-1000: hsl(162, 100%, 15%, 1);\n --cpd-color-alpha-green-900: hsl(163, 100%, 17%, 1);\n --cpd-color-alpha-green-800: hsl(168, 100%, 26%, 1);\n --cpd-color-alpha-green-700: hsl(166, 100%, 32%, 1);\n --cpd-color-alpha-green-600: hsla(163, 99%, 38%, 0.96);\n --cpd-color-alpha-green-500: hsla(156, 99%, 36%, 0.56);\n --cpd-color-alpha-green-400: hsla(153, 95%, 37%, 0.32);\n --cpd-color-alpha-green-300: hsla(151, 93%, 37%, 0.23);\n --cpd-color-alpha-green-200: hsla(150, 100%, 36%, 0.11);\n --cpd-color-alpha-green-100: hsla(150, 79%, 41%, 0.06);\n --cpd-color-alpha-lime-1400: hsl(120, 100%, 7%, 1);\n --cpd-color-alpha-lime-1300: hsl(120, 100%, 8%, 1);\n --cpd-color-alpha-lime-1200: hsl(120, 100%, 11%, 1);\n --cpd-color-alpha-lime-1100: hsl(120, 100%, 13%, 1);\n --cpd-color-alpha-lime-1000: hsl(120, 100%, 16%, 1);\n --cpd-color-alpha-lime-900: hsl(120, 100%, 17%, 1);\n --cpd-color-alpha-lime-800: hsla(112, 97%, 25%, 0.95);\n --cpd-color-alpha-lime-700: hsla(106, 99%, 30%, 0.9);\n --cpd-color-alpha-lime-600: hsla(102, 100%, 37%, 0.86);\n --cpd-color-alpha-lime-500: hsla(102, 97%, 41%, 0.71);\n --cpd-color-alpha-lime-400: hsla(105, 95%, 41%, 0.4);\n --cpd-color-alpha-lime-300: hsla(105, 92%, 42%, 0.28);\n --cpd-color-alpha-lime-200: hsla(107, 98%, 41%, 0.15);\n --cpd-color-alpha-lime-100: hsla(107, 89%, 44%, 0.07);\n --cpd-color-alpha-yellow-1400: hsl(5, 100%, 12%, 1);\n --cpd-color-alpha-yellow-1300: hsl(10, 100%, 14%, 1);\n --cpd-color-alpha-yellow-1200: hsl(20, 100%, 17%, 1);\n --cpd-color-alpha-yellow-1100: hsl(24, 100%, 19%, 1);\n --cpd-color-alpha-yellow-1000: hsl(27, 100%, 22%, 1);\n --cpd-color-alpha-yellow-900: hsl(28, 100%, 23%, 1);\n --cpd-color-alpha-yellow-800: hsl(36, 100%, 33%, 1);\n --cpd-color-alpha-yellow-700: hsl(40, 100%, 38%, 1);\n --cpd-color-alpha-yellow-600: hsl(44, 100%, 44%, 1);\n --cpd-color-alpha-yellow-500: hsl(47, 100%, 47%, 1);\n --cpd-color-alpha-yellow-400: hsla(48, 100%, 50%, 0.72);\n --cpd-color-alpha-yellow-300: hsla(47, 100%, 51%, 0.49);\n --cpd-color-alpha-yellow-200: hsla(47, 100%, 51%, 0.25);\n --cpd-color-alpha-yellow-100: hsla(46, 100%, 53%, 0.13);\n --cpd-color-alpha-orange-1400: hsl(0, 100%, 13%, 1);\n --cpd-color-alpha-orange-1300: hsl(0, 100%, 15%, 1);\n --cpd-color-alpha-orange-1200: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-orange-1100: hsl(0, 100%, 23%, 1);\n --cpd-color-alpha-orange-1000: hsl(4, 100%, 27%, 1);\n --cpd-color-alpha-orange-900: hsl(9, 100%, 29%, 1);\n --cpd-color-alpha-orange-800: hsl(24, 100%, 38%, 1);\n --cpd-color-alpha-orange-700: hsl(29, 100%, 44%, 1);\n --cpd-color-alpha-orange-600: hsla(27, 100%, 48%, 0.75);\n --cpd-color-alpha-orange-500: hsla(26, 98%, 50%, 0.52);\n --cpd-color-alpha-orange-400: hsla(25, 100%, 52%, 0.3);\n --cpd-color-alpha-orange-300: hsla(25, 100%, 51%, 0.22);\n --cpd-color-alpha-orange-200: hsla(24, 100%, 52%, 0.11);\n --cpd-color-alpha-orange-100: hsla(26, 100%, 55%, 0.07);\n --cpd-color-alpha-red-1400: hsl(0, 100%, 13%, 1);\n --cpd-color-alpha-red-1300: hsl(0, 100%, 15%, 1);\n --cpd-color-alpha-red-1200: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-red-1100: hsl(0, 100%, 23%, 1);\n --cpd-color-alpha-red-1000: hsl(355, 100%, 27%, 1);\n --cpd-color-alpha-red-900: hsl(350, 100%, 30%, 1);\n --cpd-color-alpha-red-800: hsla(356, 98%, 44%, 0.89);\n --cpd-color-alpha-red-700: hsla(2, 100%, 50%, 0.72);\n --cpd-color-alpha-red-600: hsla(5, 100%, 51%, 0.5);\n --cpd-color-alpha-red-500: hsla(7, 100%, 51%, 0.36);\n --cpd-color-alpha-red-400: hsla(8, 100%, 51%, 0.21);\n --cpd-color-alpha-red-300: hsla(8, 100%, 52%, 0.15);\n --cpd-color-alpha-red-200: hsla(9, 100%, 54%, 0.08);\n --cpd-color-alpha-red-100: hsla(7, 100%, 56%, 0.04);\n --cpd-color-alpha-gray-1400: hsla(223, 78%, 2%, 0.9);\n --cpd-color-alpha-gray-1300: hsla(218, 100%, 2%, 0.88);\n --cpd-color-alpha-gray-1200: hsla(210, 67%, 2%, 0.83);\n --cpd-color-alpha-gray-1100: hsla(222, 63%, 3%, 0.8);\n --cpd-color-alpha-gray-1000: hsla(220, 75%, 3%, 0.76);\n --cpd-color-alpha-gray-900: hsla(223, 70%, 4%, 0.73);\n --cpd-color-alpha-gray-800: hsla(217, 89%, 7%, 0.58);\n --cpd-color-alpha-gray-700: hsla(216, 81%, 10%, 0.48);\n --cpd-color-alpha-gray-600: hsla(215, 96%, 10%, 0.35);\n --cpd-color-alpha-gray-500: hsla(212, 97%, 12%, 0.26);\n --cpd-color-alpha-gray-400: hsla(215, 88%, 17%, 0.16);\n --cpd-color-alpha-gray-300: hsla(213, 90%, 20%, 0.12);\n --cpd-color-alpha-gray-200: hsla(216, 89%, 18%, 0.06);\n --cpd-color-alpha-gray-100: hsla(200, 41%, 36%, 0.04);\n --cpd-color-pink-1400: #410015;\n --cpd-color-pink-1300: #4a001c;\n --cpd-color-pink-1200: #64002f;\n --cpd-color-pink-1100: #72003a;\n --cpd-color-pink-1000: #840745;\n --cpd-color-pink-900: #92084b;\n --cpd-color-pink-800: #e00c6a;\n --cpd-color-pink-700: #f94e84;\n --cpd-color-pink-600: #ff88a6;\n --cpd-color-pink-500: #ffadc0;\n --cpd-color-pink-400: #ffd0da;\n --cpd-color-pink-300: #ffdee5;\n --cpd-color-pink-200: #ffecf0;\n --cpd-color-pink-100: #fff5f7;\n --cpd-color-fuchsia-1400: #32004a;\n --cpd-color-fuchsia-1300: #3b0053;\n --cpd-color-fuchsia-1200: #52026c;\n --cpd-color-fuchsia-1100: #5c0f76;\n --cpd-color-fuchsia-1000: #6c1785;\n --cpd-color-fuchsia-900: #781c90;\n --cpd-color-fuchsia-800: #b937c6;\n --cpd-color-fuchsia-700: #cb68d4;\n --cpd-color-fuchsia-600: #db93e1;\n --cpd-color-fuchsia-500: #e7b2ea;\n --cpd-color-fuchsia-400: #f1d2f3;\n --cpd-color-fuchsia-300: #f6dff7;\n --cpd-color-fuchsia-200: #faeefb;\n --cpd-color-fuchsia-100: #fcf5fd;\n --cpd-color-purple-1400: #1f0062;\n --cpd-color-purple-1300: #240070;\n --cpd-color-purple-1200: #360094;\n --cpd-color-purple-1100: #4200a6;\n --cpd-color-purple-1000: #4f0dba;\n --cpd-color-purple-900: #571cc4;\n --cpd-color-purple-800: #824ef9;\n --cpd-color-purple-700: #9778fe;\n --cpd-color-purple-600: #b1a0ff;\n --cpd-color-purple-500: #c5bbff;\n --cpd-color-purple-400: #ddd8ff;\n --cpd-color-purple-300: #e6e2ff;\n --cpd-color-purple-200: #f1efff;\n --cpd-color-purple-100: #f8f7ff;\n --cpd-color-blue-1400: #000c63;\n --cpd-color-blue-1300: #001569;\n --cpd-color-blue-1200: #03277b;\n --cpd-color-blue-1100: #043088;\n --cpd-color-blue-1000: #053b9a;\n --cpd-color-blue-900: #0543a7;\n --cpd-color-blue-800: #046ee8;\n --cpd-color-blue-700: #4a8ef0;\n --cpd-color-blue-600: #7eaff6;\n --cpd-color-blue-500: #a3c6fa;\n --cpd-color-blue-400: #c8ddfd;\n --cpd-color-blue-300: #d8e7fe;\n --cpd-color-blue-200: #e9f2ff;\n --cpd-color-blue-100: #f4f8ff;\n --cpd-color-cyan-1400: #00174d;\n --cpd-color-cyan-1300: #001e53;\n --cpd-color-cyan-1200: #002e64;\n --cpd-color-cyan-1100: #00376e;\n --cpd-color-cyan-1000: #00447b;\n --cpd-color-cyan-900: #004c84;\n --cpd-color-cyan-800: #007ab3;\n --cpd-color-cyan-700: #009ac3;\n --cpd-color-cyan-600: #15becf;\n --cpd-color-cyan-500: #76d1dd;\n --cpd-color-cyan-400: #b1e4eb;\n --cpd-color-cyan-300: #c7ecf0;\n --cpd-color-cyan-200: #e3f5f8;\n --cpd-color-cyan-100: #f1fafb;\n --cpd-color-green-1400: #00210f;\n --cpd-color-green-1300: #002715;\n --cpd-color-green-1200: #003723;\n --cpd-color-green-1100: #00402b;\n --cpd-color-green-1000: #004d36;\n --cpd-color-green-900: #00553d;\n --cpd-color-green-800: #008268;\n --cpd-color-green-700: #00a27c;\n --cpd-color-green-600: #0bc491;\n --cpd-color-green-500: #71d7ae;\n --cpd-color-green-400: #afe8ce;\n --cpd-color-green-300: #c6eedb;\n --cpd-color-green-200: #e3f7ed;\n --cpd-color-green-100: #f1fbf6;\n --cpd-color-lime-1400: #002200;\n --cpd-color-lime-1300: #002900;\n --cpd-color-lime-1200: #003900;\n --cpd-color-lime-1100: #004200;\n --cpd-color-lime-1000: #004f00;\n --cpd-color-lime-900: #005700;\n --cpd-color-lime-800: #1f850f;\n --cpd-color-lime-700: #3aa31a;\n --cpd-color-lime-600: #54c424;\n --cpd-color-lime-500: #76db4c;\n --cpd-color-lime-400: #afeb9b;\n --cpd-color-lime-300: #c8f1ba;\n --cpd-color-lime-200: #e0f8d9;\n --cpd-color-lime-100: #f1fcee;\n --cpd-color-yellow-1400: #3f0500;\n --cpd-color-yellow-1300: #450c00;\n --cpd-color-yellow-1200: #571d00;\n --cpd-color-yellow-1100: #612600;\n --cpd-color-yellow-1000: #6e3100;\n --cpd-color-yellow-900: #773800;\n --cpd-color-yellow-800: #a76300;\n --cpd-color-yellow-700: #c38100;\n --cpd-color-yellow-600: #dea200;\n --cpd-color-yellow-500: #f1bd00;\n --cpd-color-yellow-400: #ffda49;\n --cpd-color-yellow-300: #ffe484;\n --cpd-color-yellow-200: #fff2c1;\n --cpd-color-yellow-100: #fff8e0;\n --cpd-color-orange-1400: #420000;\n --cpd-color-orange-1300: #4c0000;\n --cpd-color-orange-1200: #670000;\n --cpd-color-orange-1100: #770000;\n --cpd-color-orange-1000: #890800;\n --cpd-color-orange-900: #931700;\n --cpd-color-orange-800: #c44d00;\n --cpd-color-orange-700: #e26e00;\n --cpd-color-orange-600: #f89440;\n --cpd-color-orange-500: #fdb37c;\n --cpd-color-orange-400: #ffd4b5;\n --cpd-color-orange-300: #ffdfc8;\n --cpd-color-orange-200: #ffefe4;\n --cpd-color-orange-100: #fff6ef;\n --cpd-color-red-1400: #420000;\n --cpd-color-red-1300: #4c0000;\n --cpd-color-red-1200: #670000;\n --cpd-color-red-1100: #770000;\n --cpd-color-red-1000: #8b000c;\n --cpd-color-red-900: #99001a;\n --cpd-color-red-800: #e11e2a;\n --cpd-color-red-700: #ff4e49;\n --cpd-color-red-600: #ff8c81;\n --cpd-color-red-500: #ffafa5;\n --cpd-color-red-400: #ffd1ca;\n --cpd-color-red-300: #ffdfda;\n --cpd-color-red-200: #ffefec;\n --cpd-color-red-100: #fff7f6;\n --cpd-color-gray-1400: #1a1c21;\n --cpd-color-gray-1300: #1f2126;\n --cpd-color-gray-1200: #2d3034;\n --cpd-color-gray-1100: #35383d;\n --cpd-color-gray-1000: #3f4248;\n --cpd-color-gray-900: #474a51;\n --cpd-color-gray-800: #6c737e;\n --cpd-color-gray-700: #878f9b;\n --cpd-color-gray-600: #a6adb7;\n --cpd-color-gray-500: #bdc4cc;\n --cpd-color-gray-400: #d7dce3;\n --cpd-color-gray-300: #e1e6ec;\n --cpd-color-gray-200: #f0f2f5;\n --cpd-color-gray-100: #f7f9fa;\n --cpd-color-theme-bg: #ffffff;\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-hc-base.css"],names:[],mappings:"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",sourcesContent:[".cpd-theme-light-hc.cpd-theme-light-hc {\n --cpd-color-alpha-pink-1400: hsl(341, 100%, 13%, 1);\n --cpd-color-alpha-pink-1300: hsl(337, 100%, 15%, 1);\n --cpd-color-alpha-pink-1200: hsl(332, 100%, 20%, 1);\n --cpd-color-alpha-pink-1100: hsl(329, 100%, 22%, 1);\n --cpd-color-alpha-pink-1000: hsla(330, 97%, 26%, 0.98);\n --cpd-color-alpha-pink-900: hsla(331, 100%, 28%, 0.97);\n --cpd-color-alpha-pink-800: hsla(333, 98%, 44%, 0.96);\n --cpd-color-alpha-pink-700: hsla(341, 98%, 49%, 0.7);\n --cpd-color-alpha-pink-600: hsla(345, 100%, 50%, 0.47);\n --cpd-color-alpha-pink-500: hsla(346, 100%, 51%, 0.33);\n --cpd-color-alpha-pink-400: hsla(347, 100%, 52%, 0.19);\n --cpd-color-alpha-pink-300: hsla(347, 100%, 50%, 0.13);\n --cpd-color-alpha-pink-200: hsla(347, 100%, 54%, 0.08);\n --cpd-color-alpha-pink-100: hsla(348, 100%, 51%, 0.04);\n --cpd-color-alpha-fuchsia-1400: hsl(281, 100%, 15%, 1);\n --cpd-color-alpha-fuchsia-1300: hsl(283, 100%, 16%, 1);\n --cpd-color-alpha-fuchsia-1200: hsl(285, 96%, 22%, 1);\n --cpd-color-alpha-fuchsia-1100: hsla(285, 97%, 22%, 0.95);\n --cpd-color-alpha-fuchsia-1000: hsla(286, 100%, 24%, 0.91);\n --cpd-color-alpha-fuchsia-900: hsla(287, 96%, 27%, 0.9);\n --cpd-color-alpha-fuchsia-800: hsla(294, 98%, 36%, 0.79);\n --cpd-color-alpha-fuchsia-700: hsla(295, 97%, 37%, 0.6);\n --cpd-color-alpha-fuchsia-600: hsla(295, 96%, 37%, 0.43);\n --cpd-color-alpha-fuchsia-500: hsla(297, 93%, 38%, 0.31);\n --cpd-color-alpha-fuchsia-400: hsla(296, 95%, 38%, 0.18);\n --cpd-color-alpha-fuchsia-300: hsla(298, 91%, 40%, 0.13);\n --cpd-color-alpha-fuchsia-200: hsla(295, 89%, 41%, 0.07);\n --cpd-color-alpha-fuchsia-100: hsla(293, 95%, 41%, 0.04);\n --cpd-color-alpha-purple-1400: hsl(259, 100%, 19%, 1);\n --cpd-color-alpha-purple-1300: hsl(259, 100%, 22%, 1);\n --cpd-color-alpha-purple-1200: hsl(262, 100%, 29%, 1);\n --cpd-color-alpha-purple-1100: hsl(264, 100%, 33%, 1);\n --cpd-color-alpha-purple-1000: hsla(263, 100%, 36%, 0.95);\n --cpd-color-alpha-purple-900: hsla(261, 97%, 38%, 0.9);\n --cpd-color-alpha-purple-800: hsla(258, 98%, 49%, 0.7);\n --cpd-color-alpha-purple-700: hsla(254, 100%, 50%, 0.53);\n --cpd-color-alpha-purple-600: hsla(251, 100%, 51%, 0.38);\n --cpd-color-alpha-purple-500: hsla(249, 100%, 51%, 0.27);\n --cpd-color-alpha-purple-400: hsla(248, 100%, 52%, 0.16);\n --cpd-color-alpha-purple-300: hsla(248, 100%, 53%, 0.12);\n --cpd-color-alpha-purple-200: hsla(248, 100%, 55%, 0.07);\n --cpd-color-alpha-purple-100: hsla(248, 100%, 61%, 0.04);\n --cpd-color-alpha-blue-1400: hsl(233, 100%, 19%, 1);\n --cpd-color-alpha-blue-1300: hsl(228, 100%, 21%, 1);\n --cpd-color-alpha-blue-1200: hsla(222, 100%, 24%, 0.99);\n --cpd-color-alpha-blue-1100: hsla(220, 99%, 27%, 0.99);\n --cpd-color-alpha-blue-1000: hsla(218, 97%, 30%, 0.99);\n --cpd-color-alpha-blue-900: hsla(217, 98%, 33%, 0.99);\n --cpd-color-alpha-blue-800: hsla(212, 99%, 46%, 0.99);\n --cpd-color-alpha-blue-700: hsla(215, 100%, 46%, 0.71);\n --cpd-color-alpha-blue-600: hsla(215, 98%, 47%, 0.51);\n --cpd-color-alpha-blue-500: hsla(216, 95%, 48%, 0.37);\n --cpd-color-alpha-blue-400: hsla(216, 96%, 49%, 0.22);\n --cpd-color-alpha-blue-300: hsla(216, 95%, 51%, 0.16);\n --cpd-color-alpha-blue-200: hsla(215, 100%, 52%, 0.09);\n --cpd-color-alpha-blue-100: hsla(218, 100%, 57%, 0.05);\n --cpd-color-alpha-cyan-1400: hsl(222, 100%, 15%, 1);\n --cpd-color-alpha-cyan-1300: hsl(218, 100%, 16%, 1);\n --cpd-color-alpha-cyan-1200: hsl(212, 100%, 20%, 1);\n --cpd-color-alpha-cyan-1100: hsl(210, 100%, 22%, 1);\n --cpd-color-alpha-cyan-1000: hsl(207, 100%, 24%, 1);\n --cpd-color-alpha-cyan-900: hsl(205, 100%, 26%, 1);\n --cpd-color-alpha-cyan-800: hsl(199, 100%, 35%, 1);\n --cpd-color-alpha-cyan-700: hsl(193, 100%, 38%, 1);\n --cpd-color-alpha-cyan-600: hsla(186, 99%, 40%, 0.92);\n --cpd-color-alpha-cyan-500: hsla(187, 99%, 38%, 0.54);\n --cpd-color-alpha-cyan-400: hsla(187, 97%, 38%, 0.31);\n --cpd-color-alpha-cyan-300: hsla(186, 100%, 37%, 0.22);\n --cpd-color-alpha-cyan-200: hsla(188, 100%, 38%, 0.11);\n --cpd-color-alpha-cyan-100: hsla(186, 79%, 41%, 0.06);\n --cpd-color-alpha-green-1400: hsl(147, 100%, 7%, 1);\n --cpd-color-alpha-green-1300: hsl(152, 100%, 8%, 1);\n --cpd-color-alpha-green-1200: hsl(158, 100%, 11%, 1);\n --cpd-color-alpha-green-1100: hsl(160, 100%, 13%, 1);\n --cpd-color-alpha-green-1000: hsl(162, 100%, 15%, 1);\n --cpd-color-alpha-green-900: hsl(163, 100%, 17%, 1);\n --cpd-color-alpha-green-800: hsl(168, 100%, 26%, 1);\n --cpd-color-alpha-green-700: hsl(166, 100%, 32%, 1);\n --cpd-color-alpha-green-600: hsla(163, 99%, 38%, 0.96);\n --cpd-color-alpha-green-500: hsla(156, 99%, 36%, 0.56);\n --cpd-color-alpha-green-400: hsla(153, 95%, 37%, 0.32);\n --cpd-color-alpha-green-300: hsla(151, 93%, 37%, 0.23);\n --cpd-color-alpha-green-200: hsla(150, 100%, 36%, 0.11);\n --cpd-color-alpha-green-100: hsla(150, 79%, 41%, 0.06);\n --cpd-color-alpha-lime-1400: hsl(120, 100%, 7%, 1);\n --cpd-color-alpha-lime-1300: hsl(120, 100%, 8%, 1);\n --cpd-color-alpha-lime-1200: hsl(120, 100%, 11%, 1);\n --cpd-color-alpha-lime-1100: hsl(120, 100%, 13%, 1);\n --cpd-color-alpha-lime-1000: hsl(120, 100%, 16%, 1);\n --cpd-color-alpha-lime-900: hsl(120, 100%, 17%, 1);\n --cpd-color-alpha-lime-800: hsla(112, 97%, 25%, 0.95);\n --cpd-color-alpha-lime-700: hsla(106, 99%, 30%, 0.9);\n --cpd-color-alpha-lime-600: hsla(102, 100%, 37%, 0.86);\n --cpd-color-alpha-lime-500: hsla(102, 97%, 41%, 0.71);\n --cpd-color-alpha-lime-400: hsla(105, 95%, 41%, 0.4);\n --cpd-color-alpha-lime-300: hsla(105, 92%, 42%, 0.28);\n --cpd-color-alpha-lime-200: hsla(107, 98%, 41%, 0.15);\n --cpd-color-alpha-lime-100: hsla(107, 89%, 44%, 0.07);\n --cpd-color-alpha-yellow-1400: hsl(5, 100%, 12%, 1);\n --cpd-color-alpha-yellow-1300: hsl(10, 100%, 14%, 1);\n --cpd-color-alpha-yellow-1200: hsl(20, 100%, 17%, 1);\n --cpd-color-alpha-yellow-1100: hsl(24, 100%, 19%, 1);\n --cpd-color-alpha-yellow-1000: hsl(27, 100%, 22%, 1);\n --cpd-color-alpha-yellow-900: hsl(28, 100%, 23%, 1);\n --cpd-color-alpha-yellow-800: hsl(36, 100%, 33%, 1);\n --cpd-color-alpha-yellow-700: hsl(40, 100%, 38%, 1);\n --cpd-color-alpha-yellow-600: hsl(44, 100%, 44%, 1);\n --cpd-color-alpha-yellow-500: hsl(47, 100%, 47%, 1);\n --cpd-color-alpha-yellow-400: hsla(48, 100%, 50%, 0.72);\n --cpd-color-alpha-yellow-300: hsla(47, 100%, 51%, 0.49);\n --cpd-color-alpha-yellow-200: hsla(47, 100%, 51%, 0.25);\n --cpd-color-alpha-yellow-100: hsla(46, 100%, 53%, 0.13);\n --cpd-color-alpha-orange-1400: hsl(0, 100%, 13%, 1);\n --cpd-color-alpha-orange-1300: hsl(0, 100%, 15%, 1);\n --cpd-color-alpha-orange-1200: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-orange-1100: hsl(0, 100%, 23%, 1);\n --cpd-color-alpha-orange-1000: hsl(4, 100%, 27%, 1);\n --cpd-color-alpha-orange-900: hsl(9, 100%, 29%, 1);\n --cpd-color-alpha-orange-800: hsl(24, 100%, 38%, 1);\n --cpd-color-alpha-orange-700: hsl(29, 100%, 44%, 1);\n --cpd-color-alpha-orange-600: hsla(27, 100%, 48%, 0.75);\n --cpd-color-alpha-orange-500: hsla(26, 98%, 50%, 0.52);\n --cpd-color-alpha-orange-400: hsla(25, 100%, 52%, 0.3);\n --cpd-color-alpha-orange-300: hsla(25, 100%, 51%, 0.22);\n --cpd-color-alpha-orange-200: hsla(24, 100%, 52%, 0.11);\n --cpd-color-alpha-orange-100: hsla(26, 100%, 55%, 0.07);\n --cpd-color-alpha-red-1400: hsl(0, 100%, 13%, 1);\n --cpd-color-alpha-red-1300: hsl(0, 100%, 15%, 1);\n --cpd-color-alpha-red-1200: hsl(0, 100%, 20%, 1);\n --cpd-color-alpha-red-1100: hsl(0, 100%, 23%, 1);\n --cpd-color-alpha-red-1000: hsl(355, 100%, 27%, 1);\n --cpd-color-alpha-red-900: hsl(350, 100%, 30%, 1);\n --cpd-color-alpha-red-800: hsla(356, 98%, 44%, 0.89);\n --cpd-color-alpha-red-700: hsla(2, 100%, 50%, 0.72);\n --cpd-color-alpha-red-600: hsla(5, 100%, 51%, 0.5);\n --cpd-color-alpha-red-500: hsla(7, 100%, 51%, 0.36);\n --cpd-color-alpha-red-400: hsla(8, 100%, 51%, 0.21);\n --cpd-color-alpha-red-300: hsla(8, 100%, 52%, 0.15);\n --cpd-color-alpha-red-200: hsla(9, 100%, 54%, 0.08);\n --cpd-color-alpha-red-100: hsla(7, 100%, 56%, 0.04);\n --cpd-color-alpha-gray-1400: hsla(223, 78%, 2%, 0.9);\n --cpd-color-alpha-gray-1300: hsla(218, 100%, 2%, 0.88);\n --cpd-color-alpha-gray-1200: hsla(210, 67%, 2%, 0.83);\n --cpd-color-alpha-gray-1100: hsla(222, 63%, 3%, 0.8);\n --cpd-color-alpha-gray-1000: hsla(220, 75%, 3%, 0.76);\n --cpd-color-alpha-gray-900: hsla(223, 70%, 4%, 0.73);\n --cpd-color-alpha-gray-800: hsla(217, 89%, 7%, 0.58);\n --cpd-color-alpha-gray-700: hsla(216, 81%, 10%, 0.48);\n --cpd-color-alpha-gray-600: hsla(215, 96%, 10%, 0.35);\n --cpd-color-alpha-gray-500: hsla(212, 97%, 12%, 0.26);\n --cpd-color-alpha-gray-400: hsla(215, 88%, 17%, 0.16);\n --cpd-color-alpha-gray-300: hsla(213, 90%, 20%, 0.12);\n --cpd-color-alpha-gray-200: hsla(216, 89%, 18%, 0.06);\n --cpd-color-alpha-gray-100: hsla(200, 41%, 36%, 0.04);\n --cpd-color-pink-1400: #410015;\n --cpd-color-pink-1300: #4a001c;\n --cpd-color-pink-1200: #64002f;\n --cpd-color-pink-1100: #72003a;\n --cpd-color-pink-1000: #840745;\n --cpd-color-pink-900: #92084b;\n --cpd-color-pink-800: #e00c6a;\n --cpd-color-pink-700: #f94e84;\n --cpd-color-pink-600: #ff88a6;\n --cpd-color-pink-500: #ffadc0;\n --cpd-color-pink-400: #ffd0da;\n --cpd-color-pink-300: #ffdee5;\n --cpd-color-pink-200: #ffecf0;\n --cpd-color-pink-100: #fff5f7;\n --cpd-color-fuchsia-1400: #32004a;\n --cpd-color-fuchsia-1300: #3b0053;\n --cpd-color-fuchsia-1200: #52026c;\n --cpd-color-fuchsia-1100: #5c0f76;\n --cpd-color-fuchsia-1000: #6c1785;\n --cpd-color-fuchsia-900: #781c90;\n --cpd-color-fuchsia-800: #b937c6;\n --cpd-color-fuchsia-700: #cb68d4;\n --cpd-color-fuchsia-600: #db93e1;\n --cpd-color-fuchsia-500: #e7b2ea;\n --cpd-color-fuchsia-400: #f1d2f3;\n --cpd-color-fuchsia-300: #f6dff7;\n --cpd-color-fuchsia-200: #faeefb;\n --cpd-color-fuchsia-100: #fcf5fd;\n --cpd-color-purple-1400: #1f0062;\n --cpd-color-purple-1300: #240070;\n --cpd-color-purple-1200: #360094;\n --cpd-color-purple-1100: #4200a6;\n --cpd-color-purple-1000: #4f0dba;\n --cpd-color-purple-900: #571cc4;\n --cpd-color-purple-800: #824ef9;\n --cpd-color-purple-700: #9778fe;\n --cpd-color-purple-600: #b1a0ff;\n --cpd-color-purple-500: #c5bbff;\n --cpd-color-purple-400: #ddd8ff;\n --cpd-color-purple-300: #e6e2ff;\n --cpd-color-purple-200: #f1efff;\n --cpd-color-purple-100: #f8f7ff;\n --cpd-color-blue-1400: #000c63;\n --cpd-color-blue-1300: #001569;\n --cpd-color-blue-1200: #03277b;\n --cpd-color-blue-1100: #043088;\n --cpd-color-blue-1000: #053b9a;\n --cpd-color-blue-900: #0543a7;\n --cpd-color-blue-800: #046ee8;\n --cpd-color-blue-700: #4a8ef0;\n --cpd-color-blue-600: #7eaff6;\n --cpd-color-blue-500: #a3c6fa;\n --cpd-color-blue-400: #c8ddfd;\n --cpd-color-blue-300: #d8e7fe;\n --cpd-color-blue-200: #e9f2ff;\n --cpd-color-blue-100: #f4f8ff;\n --cpd-color-cyan-1400: #00174d;\n --cpd-color-cyan-1300: #001e53;\n --cpd-color-cyan-1200: #002e64;\n --cpd-color-cyan-1100: #00376e;\n --cpd-color-cyan-1000: #00447b;\n --cpd-color-cyan-900: #004c84;\n --cpd-color-cyan-800: #007ab3;\n --cpd-color-cyan-700: #009ac3;\n --cpd-color-cyan-600: #15becf;\n --cpd-color-cyan-500: #76d1dd;\n --cpd-color-cyan-400: #b1e4eb;\n --cpd-color-cyan-300: #c7ecf0;\n --cpd-color-cyan-200: #e3f5f8;\n --cpd-color-cyan-100: #f1fafb;\n --cpd-color-green-1400: #00210f;\n --cpd-color-green-1300: #002715;\n --cpd-color-green-1200: #003723;\n --cpd-color-green-1100: #00402b;\n --cpd-color-green-1000: #004d36;\n --cpd-color-green-900: #00553d;\n --cpd-color-green-800: #008268;\n --cpd-color-green-700: #00a27c;\n --cpd-color-green-600: #0bc491;\n --cpd-color-green-500: #71d7ae;\n --cpd-color-green-400: #afe8ce;\n --cpd-color-green-300: #c6eedb;\n --cpd-color-green-200: #e3f7ed;\n --cpd-color-green-100: #f1fbf6;\n --cpd-color-lime-1400: #002200;\n --cpd-color-lime-1300: #002900;\n --cpd-color-lime-1200: #003900;\n --cpd-color-lime-1100: #004200;\n --cpd-color-lime-1000: #004f00;\n --cpd-color-lime-900: #005700;\n --cpd-color-lime-800: #1f850f;\n --cpd-color-lime-700: #3aa31a;\n --cpd-color-lime-600: #54c424;\n --cpd-color-lime-500: #76db4c;\n --cpd-color-lime-400: #afeb9b;\n --cpd-color-lime-300: #c8f1ba;\n --cpd-color-lime-200: #e0f8d9;\n --cpd-color-lime-100: #f1fcee;\n --cpd-color-yellow-1400: #3f0500;\n --cpd-color-yellow-1300: #450c00;\n --cpd-color-yellow-1200: #571d00;\n --cpd-color-yellow-1100: #612600;\n --cpd-color-yellow-1000: #6e3100;\n --cpd-color-yellow-900: #773800;\n --cpd-color-yellow-800: #a76300;\n --cpd-color-yellow-700: #c38100;\n --cpd-color-yellow-600: #dea200;\n --cpd-color-yellow-500: #f1bd00;\n --cpd-color-yellow-400: #ffda49;\n --cpd-color-yellow-300: #ffe484;\n --cpd-color-yellow-200: #fff2c1;\n --cpd-color-yellow-100: #fff8e0;\n --cpd-color-orange-1400: #420000;\n --cpd-color-orange-1300: #4c0000;\n --cpd-color-orange-1200: #670000;\n --cpd-color-orange-1100: #770000;\n --cpd-color-orange-1000: #890800;\n --cpd-color-orange-900: #931700;\n --cpd-color-orange-800: #c44d00;\n --cpd-color-orange-700: #e26e00;\n --cpd-color-orange-600: #f89440;\n --cpd-color-orange-500: #fdb37c;\n --cpd-color-orange-400: #ffd4b5;\n --cpd-color-orange-300: #ffdfc8;\n --cpd-color-orange-200: #ffefe4;\n --cpd-color-orange-100: #fff6ef;\n --cpd-color-red-1400: #420000;\n --cpd-color-red-1300: #4c0000;\n --cpd-color-red-1200: #670000;\n --cpd-color-red-1100: #770000;\n --cpd-color-red-1000: #8b000c;\n --cpd-color-red-900: #99001a;\n --cpd-color-red-800: #e11e2a;\n --cpd-color-red-700: #ff4e49;\n --cpd-color-red-600: #ff8c81;\n --cpd-color-red-500: #ffafa5;\n --cpd-color-red-400: #ffd1ca;\n --cpd-color-red-300: #ffdfda;\n --cpd-color-red-200: #ffefec;\n --cpd-color-red-100: #fff7f6;\n --cpd-color-gray-1400: #1a1c21;\n --cpd-color-gray-1300: #1f2126;\n --cpd-color-gray-1200: #2d3034;\n --cpd-color-gray-1100: #35383d;\n --cpd-color-gray-1000: #3f4248;\n --cpd-color-gray-900: #474a51;\n --cpd-color-gray-800: #6c737e;\n --cpd-color-gray-700: #878f9b;\n --cpd-color-gray-600: #a6adb7;\n --cpd-color-gray-500: #bdc4cc;\n --cpd-color-gray-400: #d7dce3;\n --cpd-color-gray-300: #e1e6ec;\n --cpd-color-gray-200: #f0f2f5;\n --cpd-color-gray-100: #f7f9fa;\n --cpd-color-theme-bg: #ffffff;\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-hc-semantic-mq.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,":root {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-gray-300);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-theme-bg);\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-hc-semantic-mq.css"],names:[],mappings:"AAAA;EACE,kEAAkE;EAClE,gEAAgE;AAClE",sourcesContent:[":root {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-gray-300);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-theme-bg);\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-hc-semantic.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,".cpd-theme-light-hc.cpd-theme-light-hc {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-gray-300);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-theme-bg);\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-hc-semantic.css"],names:[],mappings:"AAAA;EACE,kEAAkE;EAClE,gEAAgE;AAClE",sourcesContent:[".cpd-theme-light-hc.cpd-theme-light-hc {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-gray-300);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-theme-bg);\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-semantic-mq.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,":root {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-gray-300);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-theme-bg);\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-semantic-mq.css"],names:[],mappings:"AAAA;EACE,kEAAkE;EAClE,gEAAgE;AAClE",sourcesContent:[":root {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-gray-300);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-theme-bg);\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/cjs.js!./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-semantic.css":(module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{Z:()=>__WEBPACK_DEFAULT_EXPORT__});var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/css-loader/dist/runtime/sourceMaps.js"),_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__),_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("./node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,".cpd-theme-light.cpd-theme-light {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-gray-300);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-theme-bg);\n}\n","",{version:3,sources:["webpack://./node_modules/@vector-im/compound-design-tokens/assets/web/css/cpd-theme-light-semantic.css"],names:[],mappings:"AAAA;EACE,kEAAkE;EAClE,gEAAgE;AAClE",sourcesContent:[".cpd-theme-light.cpd-theme-light {\n --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-gray-300);\n --cpd-color-bg-canvas-default-level-1: var(--cpd-color-theme-bg);\n}\n"],sourceRoot:""}]);const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___},"./node_modules/css-loader/dist/runtime/api.js":module=>{"use strict";module.exports=function(cssWithMappingToString){var list=[];return list.toString=function toString(){return this.map((function(item){var content="",needLayer=void 0!==item[5];return item[4]&&(content+="@supports (".concat(item[4],") {")),item[2]&&(content+="@media ".concat(item[2]," {")),needLayer&&(content+="@layer".concat(item[5].length>0?" ".concat(item[5]):""," {")),content+=cssWithMappingToString(item),needLayer&&(content+="}"),item[2]&&(content+="}"),item[4]&&(content+="}"),content})).join("")},list.i=function i(modules,media,dedupe,supports,layer){"string"==typeof modules&&(modules=[[null,modules,void 0]]);var alreadyImportedModules={};if(dedupe)for(var k=0;k0?" ".concat(item[5]):""," {").concat(item[1],"}")),item[5]=layer),media&&(item[2]?(item[1]="@media ".concat(item[2]," {").concat(item[1],"}"),item[2]=media):item[2]=media),supports&&(item[4]?(item[1]="@supports (".concat(item[4],") {").concat(item[1],"}"),item[4]=supports):item[4]="".concat(supports)),list.push(item))}},list}},"./node_modules/css-loader/dist/runtime/getUrl.js":module=>{"use strict";module.exports=function(url,options){return options||(options={}),url?(url=String(url.__esModule?url.default:url),/^['"].*['"]$/.test(url)&&(url=url.slice(1,-1)),options.hash&&(url+=options.hash),/["'() \t\n]|(%20)/.test(url)||options.needQuotes?'"'.concat(url.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):url):url}},"./node_modules/css-loader/dist/runtime/sourceMaps.js":module=>{"use strict";module.exports=function(item){var content=item[1],cssMapping=item[3];if(!cssMapping)return content;if("function"==typeof btoa){var base64=btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping)))),data="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(base64),sourceMapping="/*# ".concat(data," */");return[content].concat([sourceMapping]).join("\n")}return[content].join("\n")}},"./node_modules/define-properties/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var keys=__webpack_require__("./node_modules/object-keys/index.js"),hasSymbols="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),toStr=Object.prototype.toString,concat=Array.prototype.concat,origDefineProperty=Object.defineProperty,hasPropertyDescriptors=__webpack_require__("./node_modules/has-property-descriptors/index.js")(),supportsDescriptors=origDefineProperty&&hasPropertyDescriptors,defineProperty=function(object,name,value,predicate){if(name in object)if(!0===predicate){if(object[name]===value)return}else if("function"!=typeof(fn=predicate)||"[object Function]"!==toStr.call(fn)||!predicate())return;var fn;supportsDescriptors?origDefineProperty(object,name,{configurable:!0,enumerable:!1,value,writable:!0}):object[name]=value},defineProperties=function(object,map){var predicates=arguments.length>2?arguments[2]:{},props=keys(map);hasSymbols&&(props=concat.call(props,Object.getOwnPropertySymbols(map)));for(var i=0;i{!function(){"use strict";var typed,utility,jsdoc,esutils,hasOwnProperty,func;function sliceSource(source,index,last){return source.slice(index,last)}function isParamTitle(title){return"param"===title||"argument"===title||"arg"===title}function isReturnTitle(title){return"return"===title||"returns"===title}function isProperty(title){return"property"===title||"prop"===title}function isNameParameterRequired(title){return isParamTitle(title)||isProperty(title)||"alias"===title||"this"===title||"mixes"===title||"requires"===title}function isAllowedOptional(title){return isProperty(title)||isParamTitle(title)}function isTypeParameterRequired(title){return isParamTitle(title)||isReturnTitle(title)||"define"===title||"enum"===title||"implements"===title||"this"===title||"type"===title||"typedef"===title||isProperty(title)}esutils=__webpack_require__("./node_modules/esutils/lib/utils.js"),typed=__webpack_require__("./node_modules/doctrine/lib/typed.js"),utility=__webpack_require__("./node_modules/doctrine/lib/utility.js"),func=Object.prototype.hasOwnProperty,hasOwnProperty=function hasOwnProperty(obj,name){return func.call(obj,name)};var WHITESPACE="[ \\f\\t\\v\\u00a0\\u1680\\u180e\\u2000-\\u200a\\u202f\\u205f\\u3000\\ufeff]",STAR_MATCHER="("+WHITESPACE+"*(?:\\*"+WHITESPACE+"?)?)(.+|[\r\n\u2028\u2029])";function unwrapComment(doc){return doc.replace(/^\/\*\*?/,"").replace(/\*\/$/,"").replace(new RegExp(STAR_MATCHER,"g"),"$2").replace(/\s*$/,"")}!function(exports){var Rules,index,lineNumber,length,source,originalSource,recoverable,sloppy,strict;function advance(){var ch=source.charCodeAt(index);return index+=1,!esutils.code.isLineTerminator(ch)||13===ch&&10===source.charCodeAt(index)||(lineNumber+=1),String.fromCharCode(ch)}function parseType(title,last,addRange){for(var ch,brace,type,startIndex,direct=!1;index=last)return null;if(91===source.charCodeAt(index)){if(!allowBrackets)return null;useBrackets=!0,name=advance()}if(name+=scanIdentifier(last),allowNestedParams)for(58!==source.charCodeAt(index)||"module"!==name&&"external"!==name&&"event"!==name||(name+=advance(),name+=scanIdentifier(last)),91===source.charCodeAt(index)&&93===source.charCodeAt(index+1)&&(name+=advance(),name+=advance());46===source.charCodeAt(index)||47===source.charCodeAt(index)||35===source.charCodeAt(index)||45===source.charCodeAt(index)||126===source.charCodeAt(index);)name+=advance(),name+=scanIdentifier(last);if(useBrackets){if(skipWhiteSpace(last),61===source.charCodeAt(index)){var ch;name+=advance(),skipWhiteSpace(last);for(var bracketDepth=1;index=last||93!==source.charCodeAt(index))return null;name+=advance()}return name}function convertIndex(rangeIndex){return source===originalSource?rangeIndex:function convertUnwrappedCommentIndex(originalSource,unwrappedIndex){for(var match,replacedSource=originalSource.replace(/^\/\*\*?/,""),numSkippedChars=0,matcher=new RegExp(STAR_MATCHER,"g");match=matcher.exec(replacedSource);)if(numSkippedChars+=match[1].length,match.index+match[0].length>unwrappedIndex+numSkippedChars)return unwrappedIndex+numSkippedChars+originalSource.length-replacedSource.length;return originalSource.replace(/\*\/$/,"").replace(/\s*$/,"").length}(originalSource,rangeIndex)}function TagParser(options,title){this._options=options,this._title=title.toLowerCase(),this._tag={title,description:null},this._options.lineNumbers&&(this._tag.lineNumber=lineNumber),this._first=index-title.length-1,this._last=0,this._extra={}}function parseTag(options){var parser,tag;if(!function skipToTag(){for(;index=length||(utility.assert(64===source.charCodeAt(index)),0))}())return null;for(tag=(parser=new TagParser(options,function scanTitle(){var ch,title="";for(advance();index=97&&ch<=122||ch>=65&&ch<=90||ch>=48&&ch<=57);)title+=advance();return title}())).parse();index1&&(this._tag.default=assign.slice(1).join("=")),this._tag.name=assign[0],this._tag.type&&"OptionalType"!==this._tag.type.type&&(this._tag.type={type:"OptionalType",expression:this._tag.type}));else{if(!isNameParameterRequired(this._title))return!0;if(isParamTitle(this._title)&&this._tag.type&&this._tag.type.name)this._extra.name=this._tag.type,this._tag.name=this._tag.type.name,this._tag.type=null;else if(!this.addError("Missing or invalid tag name"))return!1}return!0},TagParser.prototype.parseDescription=function parseDescription(){var description=sliceSource(source,index,this._last).trim();return description&&(/^-\s+/.test(description)&&(description=description.substring(2)),this._tag.description=description),!0},TagParser.prototype.parseCaption=function parseDescription(){var description=sliceSource(source,index,this._last).trim(),captionStart=description.indexOf(""),captionEnd=description.indexOf("");return captionStart>=0&&captionEnd>=0?(this._tag.caption=description.substring(captionStart+9,captionEnd).trim(),this._tag.description=description.substring(captionEnd+10).trim()):this._tag.description=description,!0},TagParser.prototype.parseKind=function parseKind(){var kind,kinds;return kinds={class:!0,constant:!0,event:!0,external:!0,file:!0,function:!0,member:!0,mixin:!0,module:!0,namespace:!0,typedef:!0},kind=sliceSource(source,index,this._last).trim(),this._tag.kind=kind,!(!hasOwnProperty(kinds,kind)&&!this.addError("Invalid kind name '%0'",kind))},TagParser.prototype.parseAccess=function parseAccess(){var access;return access=sliceSource(source,index,this._last).trim(),this._tag.access=access,!("private"!==access&&"protected"!==access&&"public"!==access&&!this.addError("Invalid access name '%0'",access))},TagParser.prototype.parseThis=function parseThis(){var value=sliceSource(source,index,this._last).trim();return value&&"{"===value.charAt(0)?this.parseType()&&"NameExpression"===this._tag.type.type||"UnionType"===this._tag.type.type?(this._tag.name=this._tag.type.name,!0):this.addError("Invalid name for this"):this.parseNamePath()},TagParser.prototype.parseVariation=function parseVariation(){var variation,text;return text=sliceSource(source,index,this._last).trim(),variation=parseFloat(text,10),this._tag.variation=variation,!(isNaN(variation)&&!this.addError("Invalid variation '%0'",text))},TagParser.prototype.ensureEnd=function(){var shouldBeEmpty=sliceSource(source,index,this._last).trim();return!(shouldBeEmpty&&!this.addError("Unknown content '%0'",shouldBeEmpty))},TagParser.prototype.epilogue=function epilogue(){var description;return description=this._tag.description,!(isAllowedOptional(this._title)&&!this._tag.type&&description&&"["===description.charAt(0)&&(this._tag.type=this._extra.name,this._tag.name||(this._tag.name=void 0),!sloppy&&!this.addError("Missing or invalid tag name")))},Rules={access:["parseAccess"],alias:["parseNamePath","ensureEnd"],augments:["parseType","parseNamePathOptional","ensureEnd"],constructor:["parseType","parseNamePathOptional","ensureEnd"],class:["parseType","parseNamePathOptional","ensureEnd"],extends:["parseType","parseNamePathOptional","ensureEnd"],example:["parseCaption"],deprecated:["parseDescription"],global:["ensureEnd"],inner:["ensureEnd"],instance:["ensureEnd"],kind:["parseKind"],mixes:["parseNamePath","ensureEnd"],mixin:["parseNamePathOptional","ensureEnd"],member:["parseType","parseNamePathOptional","ensureEnd"],method:["parseNamePathOptional","ensureEnd"],module:["parseType","parseNamePathOptional","ensureEnd"],func:["parseNamePathOptional","ensureEnd"],function:["parseNamePathOptional","ensureEnd"],var:["parseType","parseNamePathOptional","ensureEnd"],name:["parseNamePath","ensureEnd"],namespace:["parseType","parseNamePathOptional","ensureEnd"],private:["parseType","parseDescription"],protected:["parseType","parseDescription"],public:["parseType","parseDescription"],readonly:["ensureEnd"],requires:["parseNamePath","ensureEnd"],since:["parseDescription"],static:["ensureEnd"],summary:["parseDescription"],this:["parseThis","ensureEnd"],todo:["parseDescription"],typedef:["parseType","parseNamePathOptional"],variation:["parseVariation"],version:["parseDescription"]},TagParser.prototype.parse=function parse(){var i,iz,sequences;if(!this._title&&!this.addError("Missing or invalid title"))return null;for(this._last=function seekContent(){var ch,waiting,last=index;for(waiting=!1;last{!function(){"use strict";var Syntax,Token,source,length,index,previous,token,value,esutils,utility,rangeOffset,addRange;function isTypeName(ch){return-1==="><(){}[],:*|?!=".indexOf(String.fromCharCode(ch))&&!esutils.code.isWhiteSpace(ch)&&!esutils.code.isLineTerminator(ch)}function Context(previous,index,token,value){this._previous=previous,this._index=index,this._token=token,this._value=value}function maybeAddRange(node,range){return addRange&&(node.range=[range[0]+rangeOffset,range[1]+rangeOffset]),node}function advance(){var ch=source.charAt(index);return index+=1,ch}function scanHexEscape(prefix){var i,len,ch,code=0;for(len="u"===prefix?4:2,i=0;i=length)return token=Token.EOF;switch(ch=source.charCodeAt(index)){case 39:case 34:return token=function scanString(){var quote,ch,code,unescaped,restore,str="";for(quote=source.charAt(index),++index;index=0&&index=length)return Token.ILLEGAL;if(60===source.charCodeAt(index+1))break}value+=advance()}return Token.NAME}())}}function consume(target,text){utility.assert(token===target,text||"consumed token not matched"),next()}function expect(target,message){token!==target&&utility.throwError(message||"unexpected token"),next()}function parseFieldType(){var key,rangeStart=previous;return key=function parseFieldName(){var v=value;return token===Token.NAME||token===Token.STRING?(next(),v):token===Token.NUMBER?(consume(Token.NUMBER),String(v)):void utility.throwError("unexpected token")}(),token===Token.COLON?(consume(Token.COLON),maybeAddRange({type:Syntax.FieldType,key,value:parseTypeExpression()},[rangeStart,previous])):maybeAddRange({type:Syntax.FieldType,key,value:null},[rangeStart,previous])}function parseTypeName(){var expr,applications,startIndex=index-value.length;return expr=function parseNameExpression(){var name=value,rangeStart=index-name.length;return expect(Token.NAME),token!==Token.COLON||"module"!==name&&"external"!==name&&"event"!==name||(consume(Token.COLON),name+=":"+value,expect(Token.NAME)),maybeAddRange({type:Syntax.NameExpression,name},[rangeStart,previous])}(),token===Token.DOT_LT||token===Token.LT?(next(),applications=function parseTypeExpressionList(){var elements=[];for(elements.push(parseTop());token===Token.COMMA;)consume(Token.COMMA),elements.push(parseTop());return elements}(),expect(Token.GT),maybeAddRange({type:Syntax.TypeApplication,expression:expr,applications},[startIndex,previous])):expr}function parseParametersType(){for(var expr,startIndex,nameStartIndex,params=[],optionalSequence=!1,rest=!1,restStartIndex=index-3;token!==Token.RPAREN;)token===Token.REST&&(consume(Token.REST),rest=!0),startIndex=previous,(expr=parseTypeExpression()).type===Syntax.NameExpression&&token===Token.COLON&&(nameStartIndex=previous-expr.name.length,consume(Token.COLON),expr=maybeAddRange({type:Syntax.ParameterType,name:expr.name,expression:parseTypeExpression()},[nameStartIndex,previous])),token===Token.EQUAL?(consume(Token.EQUAL),expr=maybeAddRange({type:Syntax.OptionalType,expression:expr},[startIndex,previous]),optionalSequence=!0):optionalSequence&&utility.throwError("unexpected token"),rest&&(expr=maybeAddRange({type:Syntax.RestType,expression:expr},[restStartIndex,previous])),params.push(expr),token!==Token.RPAREN&&expect(Token.COMMA);return params}function parseFunctionType(){var isNew,thisBinding,params,result,fnType,startIndex=index-value.length;return utility.assert(token===Token.NAME&&"function"===value,"FunctionType should start with 'function'"),consume(Token.NAME),expect(Token.LPAREN),isNew=!1,params=[],thisBinding=null,token!==Token.RPAREN&&(token!==Token.NAME||"this"!==value&&"new"!==value?params=parseParametersType():(isNew="new"===value,consume(Token.NAME),expect(Token.COLON),thisBinding=parseTypeName(),token===Token.COMMA&&(consume(Token.COMMA),params=parseParametersType()))),expect(Token.RPAREN),result=null,token===Token.COLON&&(result=function parseResultType(){return consume(Token.COLON,"ResultType should start with :"),token===Token.NAME&&"void"===value?(consume(Token.NAME),{type:Syntax.VoidLiteral}):parseTypeExpression()}()),fnType=maybeAddRange({type:Syntax.FunctionType,params,result},[startIndex,previous]),thisBinding&&(fnType.this=thisBinding,isNew&&(fnType.new=!0)),fnType}function parseBasicTypeExpression(){var context,startIndex;switch(token){case Token.STAR:return consume(Token.STAR),maybeAddRange({type:Syntax.AllLiteral},[previous-1,previous]);case Token.LPAREN:return function parseUnionType(){var elements,startIndex=index-1;if(consume(Token.LPAREN,"UnionType should start with ("),elements=[],token!==Token.RPAREN)for(;elements.push(parseTypeExpression()),token!==Token.RPAREN;)expect(Token.PIPE);return consume(Token.RPAREN,"UnionType should end with )"),maybeAddRange({type:Syntax.UnionType,elements},[startIndex,previous])}();case Token.LBRACK:return function parseArrayType(){var elements,restStartIndex,startIndex=index-1;for(consume(Token.LBRACK,"ArrayType should start with ["),elements=[];token!==Token.RBRACK;){if(token===Token.REST){restStartIndex=index-3,consume(Token.REST),elements.push(maybeAddRange({type:Syntax.RestType,expression:parseTypeExpression()},[restStartIndex,previous]));break}elements.push(parseTypeExpression()),token!==Token.RBRACK&&expect(Token.COMMA)}return expect(Token.RBRACK),maybeAddRange({type:Syntax.ArrayType,elements},[startIndex,previous])}();case Token.LBRACE:return function parseRecordType(){var fields,rangeEnd,rangeStart=index-1;if(consume(Token.LBRACE,"RecordType should start with {"),fields=[],token===Token.COMMA)consume(Token.COMMA);else for(;token!==Token.RBRACE;)fields.push(parseFieldType()),token!==Token.RBRACE&&expect(Token.COMMA);return rangeEnd=index,expect(Token.RBRACE),maybeAddRange({type:Syntax.RecordType,fields},[rangeStart,rangeEnd])}();case Token.NAME:if(startIndex=index-value.length,"null"===value)return consume(Token.NAME),maybeAddRange({type:Syntax.NullLiteral},[startIndex,previous]);if("undefined"===value)return consume(Token.NAME),maybeAddRange({type:Syntax.UndefinedLiteral},[startIndex,previous]);if("true"===value||"false"===value)return consume(Token.NAME),maybeAddRange({type:Syntax.BooleanLiteralType,value:"true"===value},[startIndex,previous]);if(context=Context.save(),"function"===value)try{return parseFunctionType()}catch(e){context.restore()}return parseTypeName();case Token.STRING:return next(),maybeAddRange({type:Syntax.StringLiteralType,value},[previous-value.length-2,previous]);case Token.NUMBER:return next(),maybeAddRange({type:Syntax.NumericLiteralType,value},[previous-String(value).length,previous]);default:utility.throwError("unexpected token")}}function parseTypeExpression(){var expr,rangeStart;return token===Token.QUESTION?(rangeStart=index-1,consume(Token.QUESTION),token===Token.COMMA||token===Token.EQUAL||token===Token.RBRACE||token===Token.RPAREN||token===Token.PIPE||token===Token.EOF||token===Token.RBRACK||token===Token.GT?maybeAddRange({type:Syntax.NullableLiteral},[rangeStart,previous]):maybeAddRange({type:Syntax.NullableType,expression:parseBasicTypeExpression(),prefix:!0},[rangeStart,previous])):token===Token.BANG?(rangeStart=index-1,consume(Token.BANG),maybeAddRange({type:Syntax.NonNullableType,expression:parseBasicTypeExpression(),prefix:!0},[rangeStart,previous])):(rangeStart=previous,expr=parseBasicTypeExpression(),token===Token.BANG?(consume(Token.BANG),maybeAddRange({type:Syntax.NonNullableType,expression:expr,prefix:!1},[rangeStart,previous])):token===Token.QUESTION?(consume(Token.QUESTION),maybeAddRange({type:Syntax.NullableType,expression:expr,prefix:!1},[rangeStart,previous])):token===Token.LBRACK?(consume(Token.LBRACK),expect(Token.RBRACK,"expected an array-style type declaration ("+value+"[])"),maybeAddRange({type:Syntax.TypeApplication,expression:maybeAddRange({type:Syntax.NameExpression,name:"Array"},[rangeStart,previous]),applications:[expr]},[rangeStart,previous])):expr)}function parseTop(){var expr,elements;if(expr=parseTypeExpression(),token!==Token.PIPE)return expr;for(elements=[expr],consume(Token.PIPE);elements.push(parseTypeExpression()),token===Token.PIPE;)consume(Token.PIPE);return maybeAddRange({type:Syntax.UnionType,elements},[0,index])}function stringifyImpl(node,compact,topLevel){var result,i,iz;switch(node.type){case Syntax.NullableLiteral:result="?";break;case Syntax.AllLiteral:result="*";break;case Syntax.NullLiteral:result="null";break;case Syntax.UndefinedLiteral:result="undefined";break;case Syntax.VoidLiteral:result="void";break;case Syntax.UnionType:for(result=topLevel?"":"(",i=0,iz=node.elements.length;i{!function(){"use strict";var VERSION,Middle;function DoctrineError(message){this.name="DoctrineError",this.message=message}VERSION=__webpack_require__("./node_modules/doctrine/package.json").i8,exports.VERSION=VERSION,DoctrineError.prototype=((Middle=function(){}).prototype=Error.prototype,new Middle),DoctrineError.prototype.constructor=DoctrineError,exports.DoctrineError=DoctrineError,exports.throwError=function throwError(message){throw new DoctrineError(message)},exports.assert=__webpack_require__("./node_modules/assert/build/assert.js")}()},"./node_modules/es6-object-assign/index.js":module=>{"use strict";function assign(target,firstSource){if(null==target)throw new TypeError("Cannot convert first argument to object");for(var to=Object(target),i=1;i{!function(){"use strict";var Syntax,Precedence,BinaryPrecedence,SourceNode,estraverse,esutils,base,indent,json,renumber,hexadecimal,quotes,escapeless,newline,space,parentheses,semicolons,safeConcatenation,directive,extra,parse,sourceMap,sourceCode,preserveBlankLines,FORMAT_MINIFY,FORMAT_DEFAULTS;function isStatement(node){return CodeGenerator.Statement.hasOwnProperty(node.type)}estraverse=__webpack_require__("./node_modules/estraverse/estraverse.js"),esutils=__webpack_require__("./node_modules/esutils/lib/utils.js"),Syntax=estraverse.Syntax,BinaryPrecedence={"||":(Precedence={Sequence:0,Yield:1,Assignment:1,Conditional:2,ArrowFunction:2,LogicalOR:3,LogicalAND:4,BitwiseOR:5,BitwiseXOR:6,BitwiseAND:7,Equality:8,Relational:9,BitwiseSHIFT:10,Additive:11,Multiplicative:12,Exponentiation:13,Await:14,Unary:14,Postfix:15,OptionalChaining:16,Call:17,New:18,TaggedTemplate:19,Member:20,Primary:21}).LogicalOR,"&&":Precedence.LogicalAND,"|":Precedence.BitwiseOR,"^":Precedence.BitwiseXOR,"&":Precedence.BitwiseAND,"==":Precedence.Equality,"!=":Precedence.Equality,"===":Precedence.Equality,"!==":Precedence.Equality,is:Precedence.Equality,isnt:Precedence.Equality,"<":Precedence.Relational,">":Precedence.Relational,"<=":Precedence.Relational,">=":Precedence.Relational,in:Precedence.Relational,instanceof:Precedence.Relational,"<<":Precedence.BitwiseSHIFT,">>":Precedence.BitwiseSHIFT,">>>":Precedence.BitwiseSHIFT,"+":Precedence.Additive,"-":Precedence.Additive,"*":Precedence.Multiplicative,"%":Precedence.Multiplicative,"/":Precedence.Multiplicative,"**":Precedence.Exponentiation};var E_TTT=7,S_TFFF=1;function stringRepeat(str,num){var result="";for(num|=0;num>0;num>>>=1,str+=str)1&num&&(result+=str);return result}function endsWithLineTerminator(str){var len=str.length;return len&&esutils.code.isLineTerminator(str.charCodeAt(len-1))}function merge(target,override){var key;for(key in override)override.hasOwnProperty(key)&&(target[key]=override[key]);return target}function updateDeeply(target,override){var key,val;function isHashObject(target){return"object"==typeof target&&target instanceof Object&&!(target instanceof RegExp)}for(key in override)override.hasOwnProperty(key)&&(isHashObject(val=override[key])?isHashObject(target[key])?updateDeeply(target[key],val):target[key]=updateDeeply({},val):target[key]=val);return target}function escapeRegExpCharacter(ch,previousIsBackslash){return 8232==(-2&ch)?(previousIsBackslash?"u":"\\u")+(8232===ch?"2028":"2029"):10===ch||13===ch?(previousIsBackslash?"":"\\")+(10===ch?"n":"r"):String.fromCharCode(ch)}function escapeAllowedCharacter(code,next){var hex;return 8===code?"\\b":12===code?"\\f":9===code?"\\t":(hex=code.toString(16).toUpperCase(),json||code>255?"\\u"+"0000".slice(hex.length)+hex:0!==code||esutils.code.isDecimalDigit(next)?11===code?"\\x0B":"\\x"+"00".slice(hex.length)+hex:"\\0")}function escapeDisallowedCharacter(code){if(92===code)return"\\\\";if(10===code)return"\\n";if(13===code)return"\\r";if(8232===code)return"\\u2028";if(8233===code)return"\\u2029";throw new Error("Incorrectly classified character")}function flattenToString(arr){var i,iz,elem,result="";for(i=0,iz=arr.length;ij&&(spaces=j)}for(void 0!==specialBase?(previousBase=base,"*"===array[1][spaces]&&(specialBase+=" "),base=specialBase):(1&spaces&&--spaces,previousBase=base),i=1,len=array.length;i0){if(save=result,preserveBlankLines){for(result=[],extRange=(comment=stmt.leadingComments[0]).extendedRange,range=comment.range,(count=((prefix=sourceCode.substring(extRange[0],range[0])).match(/\n/g)||[]).length)>0?(result.push(stringRepeat("\n",count)),result.push(addIndent(generateComment(comment)))):(result.push(prefix),result.push(generateComment(comment))),prevRange=range,i=1,len=stmt.leadingComments.length;i0?(result.push(stringRepeat("\n",count)),result.push(addIndent(generateComment(comment)))):(result.push(prefix),result.push(generateComment(comment)));else for(tailingToStatement=!endsWithLineTerminator(toSourceNodeWhenNeeded(result).toString()),specialBase=stringRepeat(" ",function calculateSpaces(str){var i;for(i=str.length-1;i>=0&&!esutils.code.isLineTerminator(str.charCodeAt(i));--i);return str.length-1-i}(toSourceNodeWhenNeeded([base,result,indent]).toString())),i=0,len=stmt.trailingComments.length;i")),node.expression?(result.push(space),"{"===(expr=this.generateExpression(node.body,Precedence.Assignment,E_TTT)).toString().charAt(0)&&(expr=["(",expr,")"]),result.push(expr)):result.push(this.maybeBlock(node.body,9)),result},CodeGenerator.prototype.generateIterationForStatement=function(operator,stmt,flags){var result=["for"+(stmt.await?noEmptySpace()+"await":"")+space+"("],that=this;return withIndent((function(){stmt.left.type===Syntax.VariableDeclaration?withIndent((function(){result.push(stmt.left.kind+noEmptySpace()),result.push(that.generateStatement(stmt.left.declarations[0],0))})):result.push(that.generateExpression(stmt.left,Precedence.Call,E_TTT)),result=join(result,operator),result=[join(result,that.generateExpression(stmt.right,Precedence.Assignment,E_TTT)),")"]})),result.push(this.maybeBlock(stmt.body,flags)),result},CodeGenerator.prototype.generatePropertyKey=function(expr,computed){var result=[];return computed&&result.push("["),result.push(this.generateExpression(expr,Precedence.Assignment,E_TTT)),computed&&result.push("]"),result},CodeGenerator.prototype.generateAssignment=function(left,right,operator,precedence,flags){return Precedence.Assignment2&&("\n"===(content=sourceCode.substring(range[0]+1,range[1]-1))[0]&&(result=["{"]),result.push(content)),bodyFlags=S_TFFF,8&flags&&(bodyFlags|=16),i=0,iz=stmt.body.length;i0&&(stmt.body[i-1].trailingComments||stmt.body[i].leadingComments||generateBlankLines(stmt.body[i-1].range[1],stmt.body[i].range[0],result))),i===iz-1&&(bodyFlags|=32),fragment=stmt.body[i].leadingComments&&preserveBlankLines?that.generateStatement(stmt.body[i],bodyFlags):addIndent(that.generateStatement(stmt.body[i],bodyFlags)),result.push(fragment),endsWithLineTerminator(toSourceNodeWhenNeeded(fragment).toString())||preserveBlankLines&&i1?withIndent(block):block(),result.push(this.semicolon(flags)),result},ThrowStatement:function(stmt,flags){return[join("throw",this.generateExpression(stmt.argument,Precedence.Sequence,E_TTT)),this.semicolon(flags)]},TryStatement:function(stmt,flags){var result,i,iz,guardedHandlers;if(result=["try",this.maybeBlock(stmt.block,S_TFFF)],result=this.maybeBlockSuffix(stmt.block,result),stmt.handlers)for(i=0,iz=stmt.handlers.length;i0?"\n":""],bodyFlags=17,i=0;i0&&(stmt.body[i-1].trailingComments||stmt.body[i].leadingComments||generateBlankLines(stmt.body[i-1].range[1],stmt.body[i].range[0],result))),fragment=addIndent(this.generateStatement(stmt.body[i],bodyFlags)),result.push(fragment),i+10){for(result.push("("),i=0,iz=length;i=2&&48===fragment.charCodeAt(0))&&result.push(" "),result.push(expr.optional?"?.":"."),result.push(generateIdentifier(expr.property))),parenthesize(result,Precedence.Member,precedence)},MetaProperty:function(expr,precedence,flags){var result;return(result=[]).push("string"==typeof expr.meta?expr.meta:generateIdentifier(expr.meta)),result.push("."),result.push("string"==typeof expr.property?expr.property:generateIdentifier(expr.property)),parenthesize(result,Precedence.Member,precedence)},UnaryExpression:function(expr,precedence,flags){var result,fragment,rightCharCode,leftSource,leftCharCode;return fragment=this.generateExpression(expr.argument,Precedence.Unary,E_TTT),""===space?result=join(expr.operator,fragment):(result=[expr.operator],expr.operator.length>2?result=join(result,fragment):(leftCharCode=(leftSource=toSourceNodeWhenNeeded(result).toString()).charCodeAt(leftSource.length-1),rightCharCode=fragment.toString().charCodeAt(0),(43===leftCharCode||45===leftCharCode)&&leftCharCode===rightCharCode||esutils.code.isIdentifierPartES5(leftCharCode)&&esutils.code.isIdentifierPartES5(rightCharCode)?(result.push(noEmptySpace()),result.push(fragment)):result.push(fragment))),parenthesize(result,Precedence.Unary,precedence)},YieldExpression:function(expr,precedence,flags){var result;return result=expr.delegate?"yield*":"yield",expr.argument&&(result=join(result,this.generateExpression(expr.argument,Precedence.Yield,E_TTT))),parenthesize(result,Precedence.Yield,precedence)},AwaitExpression:function(expr,precedence,flags){return parenthesize(join(expr.all?"await*":"await",this.generateExpression(expr.argument,Precedence.Await,E_TTT)),Precedence.Await,precedence)},UpdateExpression:function(expr,precedence,flags){return expr.prefix?parenthesize([expr.operator,this.generateExpression(expr.argument,Precedence.Unary,E_TTT)],Precedence.Unary,precedence):parenthesize([this.generateExpression(expr.argument,Precedence.Postfix,E_TTT),expr.operator],Precedence.Postfix,precedence)},FunctionExpression:function(expr,precedence,flags){var result=[generateAsyncPrefix(expr,!0),"function"];return expr.id?(result.push(generateStarSuffix(expr)||noEmptySpace()),result.push(generateIdentifier(expr.id))):result.push(generateStarSuffix(expr)||space),result.push(this.generateFunctionBody(expr)),result},ArrayPattern:function(expr,precedence,flags){return this.ArrayExpression(expr,precedence,flags,!0)},ArrayExpression:function(expr,precedence,flags,isPattern){var result,multiline,that=this;return expr.elements.length?(multiline=!isPattern&&expr.elements.length>1,result=["[",multiline?newline:""],withIndent((function(indent){var i,iz;for(i=0,iz=expr.elements.length;i1,withIndent((function(){fragment=that.generateExpression(expr.properties[0],Precedence.Sequence,E_TTT)})),multiline||function hasLineTerminator(str){return/[\r\n]/g.test(str)}(toSourceNodeWhenNeeded(fragment).toString())?(withIndent((function(indent){var i,iz;if(result=["{",newline,indent,fragment],multiline)for(result.push(","+newline),i=1,iz=expr.properties.length;i126))){result+=escapeAllowedCharacter(code,str.charCodeAt(i+1));continue}}result+=String.fromCharCode(code)}if(quote=(single=!("double"===quotes||"auto"===quotes&&doubleQuotes0&&(exponent=+temp.slice(pos+1),temp=temp.slice(0,pos)),point>=0&&(exponent-=temp.length-point-1,temp=+(temp.slice(0,point)+temp.slice(point+1))+""),pos=0;48===temp.charCodeAt(temp.length+pos-1);)--pos;return 0!==pos&&(exponent-=pos,temp=temp.slice(0,pos)),0!==exponent&&(temp+="e"+exponent),(temp.length1e12&&Math.floor(value)===value&&(temp="0x"+value.toString(16)).length0||extra.moz.comprehensionExpressionStartsWithAssignment?result=join(result,fragment):result.push(fragment)})),expr.filter&&(result=join(result,"if"+space),fragment=this.generateExpression(expr.filter,Precedence.Sequence,E_TTT),result=join(result,["(",fragment,")"])),extra.moz.comprehensionExpressionStartsWithAssignment||(fragment=this.generateExpression(expr.body,Precedence.Assignment,E_TTT),result=join(result,fragment)),result.push(expr.type===Syntax.GeneratorExpression?")":"]"),result},ComprehensionBlock:function(expr,precedence,flags){var fragment;return fragment=join(fragment=expr.left.type===Syntax.VariableDeclaration?[expr.left.kind,noEmptySpace(),this.generateStatement(expr.left.declarations[0],0)]:this.generateExpression(expr.left,Precedence.Call,E_TTT),expr.of?"of":"in"),fragment=join(fragment,this.generateExpression(expr.right,Precedence.Sequence,E_TTT)),["for"+space+"(",fragment,")"]},SpreadElement:function(expr,precedence,flags){return["...",this.generateExpression(expr.argument,Precedence.Assignment,E_TTT)]},TaggedTemplateExpression:function(expr,precedence,flags){var itemFlags=3;return 2&flags||(itemFlags=1),parenthesize([this.generateExpression(expr.tag,Precedence.Call,itemFlags),this.generateExpression(expr.quasi,Precedence.Primary,4)],Precedence.TaggedTemplate,precedence)},TemplateElement:function(expr,precedence,flags){return expr.value.raw},TemplateLiteral:function(expr,precedence,flags){var result,i,iz;for(result=["`"],i=0,iz=expr.quasis.length;i{!function clone(exports){"use strict";var Syntax,VisitorOption,VisitorKeys,BREAK,SKIP,REMOVE;function deepCopy(obj){var key,val,ret={};for(key in obj)obj.hasOwnProperty(key)&&(val=obj[key],ret[key]="object"==typeof val&&null!==val?deepCopy(val):val);return ret}function Reference(parent,key){this.parent=parent,this.key=key}function Element(node,path,wrap,ref){this.node=node,this.path=path,this.wrap=wrap,this.ref=ref}function Controller(){}function isNode(node){return null!=node&&("object"==typeof node&&"string"==typeof node.type)}function isProperty(nodeType,key){return(nodeType===Syntax.ObjectExpression||nodeType===Syntax.ObjectPattern)&&"properties"===key}function candidateExistsInLeaveList(leavelist,candidate){for(var i=leavelist.length-1;i>=0;--i)if(leavelist[i].node===candidate)return!0;return!1}function traverse(root,visitor){return(new Controller).traverse(root,visitor)}function extendCommentRange(comment,tokens){var target;return target=function upperBound(array,func){var diff,len,i,current;for(len=array.length,i=0;len;)func(array[current=i+(diff=len>>>1)])?len=diff:(i=current+1,len-=diff+1);return i}(tokens,(function search(token){return token.range[0]>comment.range[0]})),comment.extendedRange=[comment.range[0],comment.range[1]],target!==tokens.length&&(comment.extendedRange[1]=tokens[target].range[0]),(target-=1)>=0&&(comment.extendedRange[0]=tokens[target].range[1]),comment}return Syntax={AssignmentExpression:"AssignmentExpression",AssignmentPattern:"AssignmentPattern",ArrayExpression:"ArrayExpression",ArrayPattern:"ArrayPattern",ArrowFunctionExpression:"ArrowFunctionExpression",AwaitExpression:"AwaitExpression",BlockStatement:"BlockStatement",BinaryExpression:"BinaryExpression",BreakStatement:"BreakStatement",CallExpression:"CallExpression",CatchClause:"CatchClause",ChainExpression:"ChainExpression",ClassBody:"ClassBody",ClassDeclaration:"ClassDeclaration",ClassExpression:"ClassExpression",ComprehensionBlock:"ComprehensionBlock",ComprehensionExpression:"ComprehensionExpression",ConditionalExpression:"ConditionalExpression",ContinueStatement:"ContinueStatement",DebuggerStatement:"DebuggerStatement",DirectiveStatement:"DirectiveStatement",DoWhileStatement:"DoWhileStatement",EmptyStatement:"EmptyStatement",ExportAllDeclaration:"ExportAllDeclaration",ExportDefaultDeclaration:"ExportDefaultDeclaration",ExportNamedDeclaration:"ExportNamedDeclaration",ExportSpecifier:"ExportSpecifier",ExpressionStatement:"ExpressionStatement",ForStatement:"ForStatement",ForInStatement:"ForInStatement",ForOfStatement:"ForOfStatement",FunctionDeclaration:"FunctionDeclaration",FunctionExpression:"FunctionExpression",GeneratorExpression:"GeneratorExpression",Identifier:"Identifier",IfStatement:"IfStatement",ImportExpression:"ImportExpression",ImportDeclaration:"ImportDeclaration",ImportDefaultSpecifier:"ImportDefaultSpecifier",ImportNamespaceSpecifier:"ImportNamespaceSpecifier",ImportSpecifier:"ImportSpecifier",Literal:"Literal",LabeledStatement:"LabeledStatement",LogicalExpression:"LogicalExpression",MemberExpression:"MemberExpression",MetaProperty:"MetaProperty",MethodDefinition:"MethodDefinition",ModuleSpecifier:"ModuleSpecifier",NewExpression:"NewExpression",ObjectExpression:"ObjectExpression",ObjectPattern:"ObjectPattern",PrivateIdentifier:"PrivateIdentifier",Program:"Program",Property:"Property",PropertyDefinition:"PropertyDefinition",RestElement:"RestElement",ReturnStatement:"ReturnStatement",SequenceExpression:"SequenceExpression",SpreadElement:"SpreadElement",Super:"Super",SwitchStatement:"SwitchStatement",SwitchCase:"SwitchCase",TaggedTemplateExpression:"TaggedTemplateExpression",TemplateElement:"TemplateElement",TemplateLiteral:"TemplateLiteral",ThisExpression:"ThisExpression",ThrowStatement:"ThrowStatement",TryStatement:"TryStatement",UnaryExpression:"UnaryExpression",UpdateExpression:"UpdateExpression",VariableDeclaration:"VariableDeclaration",VariableDeclarator:"VariableDeclarator",WhileStatement:"WhileStatement",WithStatement:"WithStatement",YieldExpression:"YieldExpression"},VisitorKeys={AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AwaitExpression:["argument"],BlockStatement:["body"],BinaryExpression:["left","right"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ComprehensionBlock:["left","right"],ComprehensionExpression:["blocks","filter","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DirectiveStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExportAllDeclaration:["source"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ForStatement:["init","test","update","body"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],GeneratorExpression:["blocks","filter","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportExpression:["source"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],Literal:[],LabeledStatement:["label","body"],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],ModuleSpecifier:[],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],Super:[],SwitchStatement:["discriminant","cases"],SwitchCase:["test","consequent"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},VisitorOption={Break:BREAK={},Skip:SKIP={},Remove:REMOVE={}},Reference.prototype.replace=function replace(node){this.parent[this.key]=node},Reference.prototype.remove=function remove(){return Array.isArray(this.parent)?(this.parent.splice(this.key,1),!0):(this.replace(null),!1)},Controller.prototype.path=function path(){var i,iz,j,jz,result;function addToPath(result,path){if(Array.isArray(path))for(j=0,jz=path.length;j=0;)if(candidate=node[key=candidates[current]])if(Array.isArray(candidate)){for(current2=candidate.length;(current2-=1)>=0;)if(candidate[current2]&&!candidateExistsInLeaveList(leavelist,candidate[current2])){if(isProperty(nodeType,candidates[current]))element=new Element(candidate[current2],[key,current2],"Property",null);else{if(!isNode(candidate[current2]))continue;element=new Element(candidate[current2],[key,current2],null,null)}worklist.push(element)}}else if(isNode(candidate)){if(candidateExistsInLeaveList(leavelist,candidate))continue;worklist.push(new Element(candidate,key,null,null))}}}else if(element=leavelist.pop(),ret=this.__execute(visitor.leave,element),this.__state===BREAK||ret===BREAK)return},Controller.prototype.replace=function replace(root,visitor){var worklist,leavelist,node,nodeType,target,element,current,current2,candidates,candidate,sentinel,outer,key;function removeElem(element){var i,key,nextElem,parent;if(element.ref.remove())for(key=element.ref.key,parent=element.ref.parent,i=worklist.length;i--;)if((nextElem=worklist[i]).ref&&nextElem.ref.parent===parent){if(nextElem.ref.key=0;)if(candidate=node[key=candidates[current]])if(Array.isArray(candidate)){for(current2=candidate.length;(current2-=1)>=0;)if(candidate[current2]){if(isProperty(nodeType,candidates[current]))element=new Element(candidate[current2],[key,current2],"Property",new Reference(candidate,current2));else{if(!isNode(candidate[current2]))continue;element=new Element(candidate[current2],[key,current2],null,new Reference(candidate,current2))}worklist.push(element)}}else isNode(candidate)&&worklist.push(new Element(candidate,key,null,new Reference(node,key)))}}else if(element=leavelist.pop(),void 0!==(target=this.__execute(visitor.leave,element))&&target!==BREAK&&target!==SKIP&&target!==REMOVE&&element.ref.replace(target),this.__state!==REMOVE&&target!==REMOVE||removeElem(element),this.__state===BREAK||target===BREAK)return outer.root;return outer.root},exports.Syntax=Syntax,exports.traverse=traverse,exports.replace=function replace(root,visitor){return(new Controller).replace(root,visitor)},exports.attachComments=function attachComments(tree,providedComments,tokens){var comment,len,i,cursor,comments=[];if(!tree.range)throw new Error("attachComments needs range information");if(!tokens.length){if(providedComments.length){for(i=0,len=providedComments.length;inode.range[0]);)comment.extendedRange[1]===node.range[0]?(node.leadingComments||(node.leadingComments=[]),node.leadingComments.push(comment),comments.splice(cursor,1)):cursor+=1;return cursor===comments.length?VisitorOption.Break:comments[cursor].extendedRange[0]>node.range[1]?VisitorOption.Skip:void 0}}),cursor=0,traverse(tree,{leave:function(node){for(var comment;cursornode.range[1]?VisitorOption.Skip:void 0}}),tree},exports.VisitorKeys=VisitorKeys,exports.VisitorOption=VisitorOption,exports.Controller=Controller,exports.cloneEnvironment=function(){return clone({})},exports}(exports)},"./node_modules/esutils/lib/ast.js":module=>{!function(){"use strict";function isStatement(node){if(null==node)return!1;switch(node.type){case"BlockStatement":case"BreakStatement":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"ForInStatement":case"ForStatement":case"IfStatement":case"LabeledStatement":case"ReturnStatement":case"SwitchStatement":case"ThrowStatement":case"TryStatement":case"VariableDeclaration":case"WhileStatement":case"WithStatement":return!0}return!1}function trailingStatement(node){switch(node.type){case"IfStatement":return null!=node.alternate?node.alternate:node.consequent;case"LabeledStatement":case"ForStatement":case"ForInStatement":case"WhileStatement":case"WithStatement":return node.body}return null}module.exports={isExpression:function isExpression(node){if(null==node)return!1;switch(node.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"CallExpression":case"ConditionalExpression":case"FunctionExpression":case"Identifier":case"Literal":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"ObjectExpression":case"SequenceExpression":case"ThisExpression":case"UnaryExpression":case"UpdateExpression":return!0}return!1},isStatement,isIterationStatement:function isIterationStatement(node){if(null==node)return!1;switch(node.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":return!0}return!1},isSourceElement:function isSourceElement(node){return isStatement(node)||null!=node&&"FunctionDeclaration"===node.type},isProblematicIfStatement:function isProblematicIfStatement(node){var current;if("IfStatement"!==node.type)return!1;if(null==node.alternate)return!1;current=node.consequent;do{if("IfStatement"===current.type&&null==current.alternate)return!0;current=trailingStatement(current)}while(current);return!1},trailingStatement}}()},"./node_modules/esutils/lib/code.js":module=>{!function(){"use strict";var ES6Regex,ES5Regex,NON_ASCII_WHITESPACES,IDENTIFIER_START,IDENTIFIER_PART,ch;function fromCodePoint(cp){return cp<=65535?String.fromCharCode(cp):String.fromCharCode(Math.floor((cp-65536)/1024)+55296)+String.fromCharCode((cp-65536)%1024+56320)}for(ES5Regex={NonAsciiIdentifierStart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,NonAsciiIdentifierPart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/},ES6Regex={NonAsciiIdentifierStart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,NonAsciiIdentifierPart:/[\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/},NON_ASCII_WHITESPACES=[5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279],IDENTIFIER_START=new Array(128),ch=0;ch<128;++ch)IDENTIFIER_START[ch]=ch>=97&&ch<=122||ch>=65&&ch<=90||36===ch||95===ch;for(IDENTIFIER_PART=new Array(128),ch=0;ch<128;++ch)IDENTIFIER_PART[ch]=ch>=97&&ch<=122||ch>=65&&ch<=90||ch>=48&&ch<=57||36===ch||95===ch;module.exports={isDecimalDigit:function isDecimalDigit(ch){return 48<=ch&&ch<=57},isHexDigit:function isHexDigit(ch){return 48<=ch&&ch<=57||97<=ch&&ch<=102||65<=ch&&ch<=70},isOctalDigit:function isOctalDigit(ch){return ch>=48&&ch<=55},isWhiteSpace:function isWhiteSpace(ch){return 32===ch||9===ch||11===ch||12===ch||160===ch||ch>=5760&&NON_ASCII_WHITESPACES.indexOf(ch)>=0},isLineTerminator:function isLineTerminator(ch){return 10===ch||13===ch||8232===ch||8233===ch},isIdentifierStartES5:function isIdentifierStartES5(ch){return ch<128?IDENTIFIER_START[ch]:ES5Regex.NonAsciiIdentifierStart.test(fromCodePoint(ch))},isIdentifierPartES5:function isIdentifierPartES5(ch){return ch<128?IDENTIFIER_PART[ch]:ES5Regex.NonAsciiIdentifierPart.test(fromCodePoint(ch))},isIdentifierStartES6:function isIdentifierStartES6(ch){return ch<128?IDENTIFIER_START[ch]:ES6Regex.NonAsciiIdentifierStart.test(fromCodePoint(ch))},isIdentifierPartES6:function isIdentifierPartES6(ch){return ch<128?IDENTIFIER_PART[ch]:ES6Regex.NonAsciiIdentifierPart.test(fromCodePoint(ch))}}}()},"./node_modules/esutils/lib/keyword.js":(module,__unused_webpack_exports,__webpack_require__)=>{!function(){"use strict";var code=__webpack_require__("./node_modules/esutils/lib/code.js");function isKeywordES5(id,strict){return!(!strict&&"yield"===id)&&isKeywordES6(id,strict)}function isKeywordES6(id,strict){if(strict&&function isStrictModeReservedWordES6(id){switch(id){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"let":return!0;default:return!1}}(id))return!0;switch(id.length){case 2:return"if"===id||"in"===id||"do"===id;case 3:return"var"===id||"for"===id||"new"===id||"try"===id;case 4:return"this"===id||"else"===id||"case"===id||"void"===id||"with"===id||"enum"===id;case 5:return"while"===id||"break"===id||"catch"===id||"throw"===id||"const"===id||"yield"===id||"class"===id||"super"===id;case 6:return"return"===id||"typeof"===id||"delete"===id||"switch"===id||"export"===id||"import"===id;case 7:return"default"===id||"finally"===id||"extends"===id;case 8:return"function"===id||"continue"===id||"debugger"===id;case 10:return"instanceof"===id;default:return!1}}function isReservedWordES5(id,strict){return"null"===id||"true"===id||"false"===id||isKeywordES5(id,strict)}function isReservedWordES6(id,strict){return"null"===id||"true"===id||"false"===id||isKeywordES6(id,strict)}function isIdentifierNameES5(id){var i,iz,ch;if(0===id.length)return!1;if(ch=id.charCodeAt(0),!code.isIdentifierStartES5(ch))return!1;for(i=1,iz=id.length;i=iz)return!1;if(!(56320<=(lowCh=id.charCodeAt(i))&&lowCh<=57343))return!1;ch=1024*(ch-55296)+(lowCh-56320)+65536}if(!check(ch))return!1;check=code.isIdentifierPartES6}return!0}module.exports={isKeywordES5,isKeywordES6,isReservedWordES5,isReservedWordES6,isRestrictedWord:function isRestrictedWord(id){return"eval"===id||"arguments"===id},isIdentifierNameES5,isIdentifierNameES6,isIdentifierES5:function isIdentifierES5(id,strict){return isIdentifierNameES5(id)&&!isReservedWordES5(id,strict)},isIdentifierES6:function isIdentifierES6(id,strict){return isIdentifierNameES6(id)&&!isReservedWordES6(id,strict)}}}()},"./node_modules/esutils/lib/utils.js":(__unused_webpack_module,exports,__webpack_require__)=>{!function(){"use strict";exports.ast=__webpack_require__("./node_modules/esutils/lib/ast.js"),exports.code=__webpack_require__("./node_modules/esutils/lib/code.js"),exports.keyword=__webpack_require__("./node_modules/esutils/lib/keyword.js")}()},"./node_modules/for-each/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var isCallable=__webpack_require__("./node_modules/is-callable/index.js"),toStr=Object.prototype.toString,hasOwnProperty=Object.prototype.hasOwnProperty;module.exports=function forEach(list,iterator,thisArg){if(!isCallable(iterator))throw new TypeError("iterator must be a function");var receiver;arguments.length>=3&&(receiver=thisArg),"[object Array]"===toStr.call(list)?function forEachArray(array,iterator,receiver){for(var i=0,len=array.length;i{"use strict";var slice=Array.prototype.slice,toStr=Object.prototype.toString;module.exports=function bind(that){var target=this;if("function"!=typeof target||"[object Function]"!==toStr.call(target))throw new TypeError("Function.prototype.bind called on incompatible "+target);for(var bound,args=slice.call(arguments,1),boundLength=Math.max(0,target.length-args.length),boundArgs=[],i=0;i{"use strict";var implementation=__webpack_require__("./node_modules/function-bind/implementation.js");module.exports=Function.prototype.bind||implementation},"./node_modules/get-intrinsic/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var $SyntaxError=SyntaxError,$Function=Function,$TypeError=TypeError,getEvalledConstructor=function(expressionSyntax){try{return $Function('"use strict"; return ('+expressionSyntax+").constructor;")()}catch(e){}},$gOPD=Object.getOwnPropertyDescriptor;if($gOPD)try{$gOPD({},"")}catch(e){$gOPD=null}var throwTypeError=function(){throw new $TypeError},ThrowTypeError=$gOPD?function(){try{return throwTypeError}catch(calleeThrows){try{return $gOPD(arguments,"callee").get}catch(gOPDthrows){return throwTypeError}}}():throwTypeError,hasSymbols=__webpack_require__("./node_modules/has-symbols/index.js")(),getProto=Object.getPrototypeOf||function(x){return x.__proto__},needsEval={},TypedArray="undefined"==typeof Uint8Array?undefined:getProto(Uint8Array),INTRINSICS={"%AggregateError%":"undefined"==typeof AggregateError?undefined:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?undefined:ArrayBuffer,"%ArrayIteratorPrototype%":hasSymbols?getProto([][Symbol.iterator]()):undefined,"%AsyncFromSyncIteratorPrototype%":undefined,"%AsyncFunction%":needsEval,"%AsyncGenerator%":needsEval,"%AsyncGeneratorFunction%":needsEval,"%AsyncIteratorPrototype%":needsEval,"%Atomics%":"undefined"==typeof Atomics?undefined:Atomics,"%BigInt%":"undefined"==typeof BigInt?undefined:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?undefined:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?undefined:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?undefined:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?undefined:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?undefined:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?undefined:FinalizationRegistry,"%Function%":$Function,"%GeneratorFunction%":needsEval,"%Int8Array%":"undefined"==typeof Int8Array?undefined:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?undefined:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?undefined:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":hasSymbols?getProto(getProto([][Symbol.iterator]())):undefined,"%JSON%":"object"==typeof JSON?JSON:undefined,"%Map%":"undefined"==typeof Map?undefined:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&hasSymbols?getProto((new Map)[Symbol.iterator]()):undefined,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?undefined:Promise,"%Proxy%":"undefined"==typeof Proxy?undefined:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?undefined:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?undefined:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&hasSymbols?getProto((new Set)[Symbol.iterator]()):undefined,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?undefined:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":hasSymbols?getProto(""[Symbol.iterator]()):undefined,"%Symbol%":hasSymbols?Symbol:undefined,"%SyntaxError%":$SyntaxError,"%ThrowTypeError%":ThrowTypeError,"%TypedArray%":TypedArray,"%TypeError%":$TypeError,"%Uint8Array%":"undefined"==typeof Uint8Array?undefined:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?undefined:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?undefined:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?undefined:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?undefined:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?undefined:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?undefined:WeakSet};try{null.error}catch(e){var errorProto=getProto(getProto(e));INTRINSICS["%Error.prototype%"]=errorProto}var doEval=function doEval(name){var value;if("%AsyncFunction%"===name)value=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===name)value=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===name)value=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===name){var fn=doEval("%AsyncGeneratorFunction%");fn&&(value=fn.prototype)}else if("%AsyncIteratorPrototype%"===name){var gen=doEval("%AsyncGenerator%");gen&&(value=getProto(gen.prototype))}return INTRINSICS[name]=value,value},LEGACY_ALIASES={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},bind=__webpack_require__("./node_modules/function-bind/index.js"),hasOwn=__webpack_require__("./node_modules/has/src/index.js"),$concat=bind.call(Function.call,Array.prototype.concat),$spliceApply=bind.call(Function.apply,Array.prototype.splice),$replace=bind.call(Function.call,String.prototype.replace),$strSlice=bind.call(Function.call,String.prototype.slice),$exec=bind.call(Function.call,RegExp.prototype.exec),rePropName=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,reEscapeChar=/\\(\\)?/g,getBaseIntrinsic=function getBaseIntrinsic(name,allowMissing){var alias,intrinsicName=name;if(hasOwn(LEGACY_ALIASES,intrinsicName)&&(intrinsicName="%"+(alias=LEGACY_ALIASES[intrinsicName])[0]+"%"),hasOwn(INTRINSICS,intrinsicName)){var value=INTRINSICS[intrinsicName];if(value===needsEval&&(value=doEval(intrinsicName)),void 0===value&&!allowMissing)throw new $TypeError("intrinsic "+name+" exists, but is not available. Please file an issue!");return{alias,name:intrinsicName,value}}throw new $SyntaxError("intrinsic "+name+" does not exist!")};module.exports=function GetIntrinsic(name,allowMissing){if("string"!=typeof name||0===name.length)throw new $TypeError("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof allowMissing)throw new $TypeError('"allowMissing" argument must be a boolean');if(null===$exec(/^%?[^%]*%?$/,name))throw new $SyntaxError("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var parts=function stringToPath(string){var first=$strSlice(string,0,1),last=$strSlice(string,-1);if("%"===first&&"%"!==last)throw new $SyntaxError("invalid intrinsic syntax, expected closing `%`");if("%"===last&&"%"!==first)throw new $SyntaxError("invalid intrinsic syntax, expected opening `%`");var result=[];return $replace(string,rePropName,(function(match,number,quote,subString){result[result.length]=quote?$replace(subString,reEscapeChar,"$1"):number||match})),result}(name),intrinsicBaseName=parts.length>0?parts[0]:"",intrinsic=getBaseIntrinsic("%"+intrinsicBaseName+"%",allowMissing),intrinsicRealName=intrinsic.name,value=intrinsic.value,skipFurtherCaching=!1,alias=intrinsic.alias;alias&&(intrinsicBaseName=alias[0],$spliceApply(parts,$concat([0,1],alias)));for(var i=1,isOwn=!0;i=parts.length){var desc=$gOPD(value,part);value=(isOwn=!!desc)&&"get"in desc&&!("originalValue"in desc.get)?desc.get:value[part]}else isOwn=hasOwn(value,part),value=value[part];isOwn&&!skipFurtherCaching&&(INTRINSICS[intrinsicRealName]=value)}}return value}},"./node_modules/gopd/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var $gOPD=__webpack_require__("./node_modules/get-intrinsic/index.js")("%Object.getOwnPropertyDescriptor%",!0);if($gOPD)try{$gOPD([],"length")}catch(e){$gOPD=null}module.exports=$gOPD},"./node_modules/has-property-descriptors/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var $defineProperty=__webpack_require__("./node_modules/get-intrinsic/index.js")("%Object.defineProperty%",!0),hasPropertyDescriptors=function hasPropertyDescriptors(){if($defineProperty)try{return $defineProperty({},"a",{value:1}),!0}catch(e){return!1}return!1};hasPropertyDescriptors.hasArrayLengthDefineBug=function hasArrayLengthDefineBug(){if(!hasPropertyDescriptors())return null;try{return 1!==$defineProperty([],"length",{value:1}).length}catch(e){return!0}},module.exports=hasPropertyDescriptors},"./node_modules/has-symbols/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var origSymbol="undefined"!=typeof Symbol&&Symbol,hasSymbolSham=__webpack_require__("./node_modules/has-symbols/shams.js");module.exports=function hasNativeSymbols(){return"function"==typeof origSymbol&&("function"==typeof Symbol&&("symbol"==typeof origSymbol("foo")&&("symbol"==typeof Symbol("bar")&&hasSymbolSham())))}},"./node_modules/has-symbols/shams.js":module=>{"use strict";module.exports=function hasSymbols(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var obj={},sym=Symbol("test"),symObj=Object(sym);if("string"==typeof sym)return!1;if("[object Symbol]"!==Object.prototype.toString.call(sym))return!1;if("[object Symbol]"!==Object.prototype.toString.call(symObj))return!1;for(sym in obj[sym]=42,obj)return!1;if("function"==typeof Object.keys&&0!==Object.keys(obj).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(obj).length)return!1;var syms=Object.getOwnPropertySymbols(obj);if(1!==syms.length||syms[0]!==sym)return!1;if(!Object.prototype.propertyIsEnumerable.call(obj,sym))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var descriptor=Object.getOwnPropertyDescriptor(obj,sym);if(42!==descriptor.value||!0!==descriptor.enumerable)return!1}return!0}},"./node_modules/has-tostringtag/shams.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var hasSymbols=__webpack_require__("./node_modules/has-symbols/shams.js");module.exports=function hasToStringTagShams(){return hasSymbols()&&!!Symbol.toStringTag}},"./node_modules/has/src/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var bind=__webpack_require__("./node_modules/function-bind/index.js");module.exports=bind.call(Function.call,Object.prototype.hasOwnProperty)},"./node_modules/html-tags/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";module.exports=__webpack_require__("./node_modules/html-tags/html-tags.json")},"./node_modules/inherits/inherits_browser.js":module=>{"function"==typeof Object.create?module.exports=function inherits(ctor,superCtor){superCtor&&(ctor.super_=superCtor,ctor.prototype=Object.create(superCtor.prototype,{constructor:{value:ctor,enumerable:!1,writable:!0,configurable:!0}}))}:module.exports=function inherits(ctor,superCtor){if(superCtor){ctor.super_=superCtor;var TempCtor=function(){};TempCtor.prototype=superCtor.prototype,ctor.prototype=new TempCtor,ctor.prototype.constructor=ctor}}},"./node_modules/is-arguments/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var hasToStringTag=__webpack_require__("./node_modules/has-tostringtag/shams.js")(),$toString=__webpack_require__("./node_modules/call-bind/callBound.js")("Object.prototype.toString"),isStandardArguments=function isArguments(value){return!(hasToStringTag&&value&&"object"==typeof value&&Symbol.toStringTag in value)&&"[object Arguments]"===$toString(value)},isLegacyArguments=function isArguments(value){return!!isStandardArguments(value)||null!==value&&"object"==typeof value&&"number"==typeof value.length&&value.length>=0&&"[object Array]"!==$toString(value)&&"[object Function]"===$toString(value.callee)},supportsStandardArguments=function(){return isStandardArguments(arguments)}();isStandardArguments.isLegacyArguments=isLegacyArguments,module.exports=supportsStandardArguments?isStandardArguments:isLegacyArguments},"./node_modules/is-callable/index.js":module=>{"use strict";var badArrayLike,isCallableMarker,fnToStr=Function.prototype.toString,reflectApply="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof reflectApply&&"function"==typeof Object.defineProperty)try{badArrayLike=Object.defineProperty({},"length",{get:function(){throw isCallableMarker}}),isCallableMarker={},reflectApply((function(){throw 42}),null,badArrayLike)}catch(_){_!==isCallableMarker&&(reflectApply=null)}else reflectApply=null;var constructorRegex=/^\s*class\b/,isES6ClassFn=function isES6ClassFunction(value){try{var fnStr=fnToStr.call(value);return constructorRegex.test(fnStr)}catch(e){return!1}},tryFunctionObject=function tryFunctionToStr(value){try{return!isES6ClassFn(value)&&(fnToStr.call(value),!0)}catch(e){return!1}},toStr=Object.prototype.toString,hasToStringTag="function"==typeof Symbol&&!!Symbol.toStringTag,isIE68=!(0 in[,]),isDDA=function isDocumentDotAll(){return!1};if("object"==typeof document){var all=document.all;toStr.call(all)===toStr.call(document.all)&&(isDDA=function isDocumentDotAll(value){if((isIE68||!value)&&(void 0===value||"object"==typeof value))try{var str=toStr.call(value);return("[object HTMLAllCollection]"===str||"[object HTML document.all class]"===str||"[object HTMLCollection]"===str||"[object Object]"===str)&&null==value("")}catch(e){}return!1})}module.exports=reflectApply?function isCallable(value){if(isDDA(value))return!0;if(!value)return!1;if("function"!=typeof value&&"object"!=typeof value)return!1;try{reflectApply(value,null,badArrayLike)}catch(e){if(e!==isCallableMarker)return!1}return!isES6ClassFn(value)&&tryFunctionObject(value)}:function isCallable(value){if(isDDA(value))return!0;if(!value)return!1;if("function"!=typeof value&&"object"!=typeof value)return!1;if(hasToStringTag)return tryFunctionObject(value);if(isES6ClassFn(value))return!1;var strClass=toStr.call(value);return!("[object Function]"!==strClass&&"[object GeneratorFunction]"!==strClass&&!/^\[object HTML/.test(strClass))&&tryFunctionObject(value)}},"./node_modules/is-generator-function/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var GeneratorFunction,toStr=Object.prototype.toString,fnToStr=Function.prototype.toString,isFnRegex=/^\s*(?:function)?\*/,hasToStringTag=__webpack_require__("./node_modules/has-tostringtag/shams.js")(),getProto=Object.getPrototypeOf;module.exports=function isGeneratorFunction(fn){if("function"!=typeof fn)return!1;if(isFnRegex.test(fnToStr.call(fn)))return!0;if(!hasToStringTag)return"[object GeneratorFunction]"===toStr.call(fn);if(!getProto)return!1;if(void 0===GeneratorFunction){var generatorFunc=function(){if(!hasToStringTag)return!1;try{return Function("return function*() {}")()}catch(e){}}();GeneratorFunction=!!generatorFunc&&getProto(generatorFunc)}return getProto(fn)===GeneratorFunction}},"./node_modules/is-nan/implementation.js":module=>{"use strict";module.exports=function isNaN(value){return value!=value}},"./node_modules/is-nan/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var callBind=__webpack_require__("./node_modules/call-bind/index.js"),define=__webpack_require__("./node_modules/define-properties/index.js"),implementation=__webpack_require__("./node_modules/is-nan/implementation.js"),getPolyfill=__webpack_require__("./node_modules/is-nan/polyfill.js"),shim=__webpack_require__("./node_modules/is-nan/shim.js"),polyfill=callBind(getPolyfill(),Number);define(polyfill,{getPolyfill,implementation,shim}),module.exports=polyfill},"./node_modules/is-nan/polyfill.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var implementation=__webpack_require__("./node_modules/is-nan/implementation.js");module.exports=function getPolyfill(){return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:implementation}},"./node_modules/is-nan/shim.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var define=__webpack_require__("./node_modules/define-properties/index.js"),getPolyfill=__webpack_require__("./node_modules/is-nan/polyfill.js");module.exports=function shimNumberIsNaN(){var polyfill=getPolyfill();return define(Number,{isNaN:polyfill},{isNaN:function testIsNaN(){return Number.isNaN!==polyfill}}),polyfill}},"./node_modules/is-plain-object/dist/is-plain-object.js":(__unused_webpack_module,exports)=>{"use strict";function isObject(o){return"[object Object]"===Object.prototype.toString.call(o)}Object.defineProperty(exports,"__esModule",{value:!0}),exports.isPlainObject=function isPlainObject(o){var ctor,prot;return!1!==isObject(o)&&(void 0===(ctor=o.constructor)||!1!==isObject(prot=ctor.prototype)&&!1!==prot.hasOwnProperty("isPrototypeOf"))}},"./node_modules/is-typed-array/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var forEach=__webpack_require__("./node_modules/for-each/index.js"),availableTypedArrays=__webpack_require__("./node_modules/available-typed-arrays/index.js"),callBound=__webpack_require__("./node_modules/call-bind/callBound.js"),$toString=callBound("Object.prototype.toString"),hasToStringTag=__webpack_require__("./node_modules/has-tostringtag/shams.js")(),gOPD=__webpack_require__("./node_modules/gopd/index.js"),g="undefined"==typeof globalThis?__webpack_require__.g:globalThis,typedArrays=availableTypedArrays(),$indexOf=callBound("Array.prototype.indexOf",!0)||function indexOf(array,value){for(var i=0;i-1}return!!gOPD&&function tryAllTypedArrays(value){var anyTrue=!1;return forEach(toStrTags,(function(getter,typedArray){if(!anyTrue)try{anyTrue=getter.call(value)===typedArray}catch(e){}})),anyTrue}(value)}},"./node_modules/jest-mock/build/index.js":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";function _defineProperty(obj,key,value){return key in obj?Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}exports.qr=void 0;const FUNCTION_NAME_RESERVED_PATTERN=/[\s!-\/:-@\[-`{-~]/,FUNCTION_NAME_RESERVED_REPLACE=new RegExp(FUNCTION_NAME_RESERVED_PATTERN.source,"g"),RESERVED_KEYWORDS=new Set(["arguments","await","break","case","catch","class","const","continue","debugger","default","delete","do","else","enum","eval","export","extends","false","finally","for","function","if","implements","import","in","instanceof","interface","let","new","null","package","private","protected","public","return","static","super","switch","this","throw","true","try","typeof","var","void","while","with","yield"]);function getObjectType(value){return Object.prototype.toString.apply(value).slice(8,-1)}function isReadonlyProp(object,prop){if("arguments"===prop||"caller"===prop||"callee"===prop||"name"===prop||"length"===prop){const typeName=getObjectType(object);return"Function"===typeName||"AsyncFunction"===typeName||"GeneratorFunction"===typeName}return("source"===prop||"global"===prop||"ignoreCase"===prop||"multiline"===prop)&&"RegExp"===getObjectType(object)}class ModuleMocker{constructor(global){_defineProperty(this,"_environmentGlobal",void 0),_defineProperty(this,"_mockState",void 0),_defineProperty(this,"_mockConfigRegistry",void 0),_defineProperty(this,"_spyState",void 0),_defineProperty(this,"_invocationCallCounter",void 0),this._environmentGlobal=global,this._mockState=new WeakMap,this._mockConfigRegistry=new WeakMap,this._spyState=new Set,this._invocationCallCounter=1}_getSlots(object){if(!object)return[];const slots=new Set,EnvObjectProto=this._environmentGlobal.Object.prototype,EnvFunctionProto=this._environmentGlobal.Function.prototype,EnvRegExpProto=this._environmentGlobal.RegExp.prototype,ObjectProto=Object.prototype,FunctionProto=Function.prototype,RegExpProto=RegExp.prototype;for(;null!=object&&object!==EnvObjectProto&&object!==EnvFunctionProto&&object!==EnvRegExpProto&&object!==ObjectProto&&object!==FunctionProto&&object!==RegExpProto;){const ownNames=Object.getOwnPropertyNames(object);for(let i=0;i0&&(state.lastCall=state.calls[state.calls.length-1]),state}_defaultMockConfig(){return{mockImpl:void 0,mockName:"jest.fn()",specificMockImpls:[],specificReturnValues:[]}}_defaultMockState(){return{calls:[],instances:[],invocationCallOrder:[],results:[]}}_makeComponent(metadata,restore){if("object"===metadata.type)return new this._environmentGlobal.Object;if("array"===metadata.type)return new this._environmentGlobal.Array;if("regexp"===metadata.type)return new this._environmentGlobal.RegExp("");if("constant"===metadata.type||"collection"===metadata.type||"null"===metadata.type||"undefined"===metadata.type)return metadata.value;if("function"===metadata.type){const prototype=metadata.members&&metadata.members.prototype&&metadata.members.prototype.members||{},prototypeSlots=this._getSlots(prototype),mocker=this,mockConstructor=function matchArity(fn,length){let mockConstructor;switch(length){case 1:mockConstructor=function(_a){return fn.apply(this,arguments)};break;case 2:mockConstructor=function(_a,_b){return fn.apply(this,arguments)};break;case 3:mockConstructor=function(_a,_b,_c){return fn.apply(this,arguments)};break;case 4:mockConstructor=function(_a,_b,_c,_d){return fn.apply(this,arguments)};break;case 5:mockConstructor=function(_a,_b,_c,_d,_e){return fn.apply(this,arguments)};break;case 6:mockConstructor=function(_a,_b,_c,_d,_e,_f){return fn.apply(this,arguments)};break;case 7:mockConstructor=function(_a,_b,_c,_d,_e,_f,_g){return fn.apply(this,arguments)};break;case 8:mockConstructor=function(_a,_b,_c,_d,_e,_f,_g,_h){return fn.apply(this,arguments)};break;case 9:mockConstructor=function(_a,_b,_c,_d,_e,_f,_g,_h,_i){return fn.apply(this,arguments)};break;default:mockConstructor=function(){return fn.apply(this,arguments)}}return mockConstructor}((function(...args){const mockState=mocker._ensureMockState(f),mockConfig=mocker._ensureMockConfig(f);mockState.instances.push(this),mockState.calls.push(args);const mockResult={type:"incomplete",value:void 0};let finalReturnValue,thrownError;mockState.results.push(mockResult),mockState.invocationCallOrder.push(mocker._invocationCallCounter++);let callDidThrowError=!1;try{finalReturnValue=(()=>{if(this instanceof f){prototypeSlots.forEach((slot=>{if("function"===prototype[slot].type){const protoImpl=this[slot];this[slot]=mocker.generateFromMetadata(prototype[slot]),this[slot]._protoImpl=protoImpl}}));const mockImpl=mockConfig.specificMockImpls.length?mockConfig.specificMockImpls.shift():mockConfig.mockImpl;return mockImpl&&mockImpl.apply(this,arguments)}let specificMockImpl=mockConfig.specificMockImpls.shift();return void 0===specificMockImpl&&(specificMockImpl=mockConfig.mockImpl),specificMockImpl?specificMockImpl.apply(this,arguments):f._protoImpl?f._protoImpl.apply(this,arguments):void 0})()}catch(error){throw thrownError=error,callDidThrowError=!0,error}finally{mockResult.type=callDidThrowError?"throw":"return",mockResult.value=callDidThrowError?thrownError:finalReturnValue}return finalReturnValue}),metadata.length||0),f=this._createMockFunction(metadata,mockConstructor);return f._isMockFunction=!0,f.getMockImplementation=()=>this._ensureMockConfig(f).mockImpl,"function"==typeof restore&&this._spyState.add(restore),this._mockState.set(f,this._defaultMockState()),this._mockConfigRegistry.set(f,this._defaultMockConfig()),Object.defineProperty(f,"mock",{configurable:!1,enumerable:!0,get:()=>this._ensureMockState(f),set:val=>this._mockState.set(f,val)}),f.mockClear=()=>(this._mockState.delete(f),f),f.mockReset=()=>(f.mockClear(),this._mockConfigRegistry.delete(f),f),f.mockRestore=()=>(f.mockReset(),restore?restore():void 0),f.mockReturnValueOnce=value=>f.mockImplementationOnce((()=>value)),f.mockResolvedValueOnce=value=>f.mockImplementationOnce((()=>Promise.resolve(value))),f.mockRejectedValueOnce=value=>f.mockImplementationOnce((()=>Promise.reject(value))),f.mockReturnValue=value=>f.mockImplementation((()=>value)),f.mockResolvedValue=value=>f.mockImplementation((()=>Promise.resolve(value))),f.mockRejectedValue=value=>f.mockImplementation((()=>Promise.reject(value))),f.mockImplementationOnce=fn=>(this._ensureMockConfig(f).specificMockImpls.push(fn),f),f.mockImplementation=fn=>(this._ensureMockConfig(f).mockImpl=fn,f),f.mockReturnThis=()=>f.mockImplementation((function(){return this})),f.mockName=name=>{if(name){this._ensureMockConfig(f).mockName=name}return f},f.getMockName=()=>this._ensureMockConfig(f).mockName||"jest.fn()",metadata.mockImpl&&f.mockImplementation(metadata.mockImpl),f}{const unknownType=metadata.type||"undefined type";throw new Error("Unrecognized type "+unknownType)}}_createMockFunction(metadata,mockConstructor){let name=metadata.name;if(!name)return mockConstructor;let bindCall="";if(name&&name.startsWith("bound "))do{name=name.substring(6),bindCall=".bind(null)"}while(name&&name.startsWith("bound "));if("mockConstructor"===name)return mockConstructor;(RESERVED_KEYWORDS.has(name)||/^\d/.test(name))&&(name="$"+name),FUNCTION_NAME_RESERVED_PATTERN.test(name)&&(name=name.replace(FUNCTION_NAME_RESERVED_REPLACE,"$"));const body="return function "+name+"() {return mockConstructor.apply(this,arguments);}"+bindCall;return new this._environmentGlobal.Function("mockConstructor",body)(mockConstructor)}_generateMock(metadata,callbacks,refs){const mock=this._makeComponent(metadata);return null!=metadata.refID&&(refs[metadata.refID]=mock),this._getSlots(metadata.members).forEach((slot=>{const slotMetadata=metadata.members&&metadata.members[slot]||{};var ref;null!=slotMetadata.ref?callbacks.push((ref=slotMetadata.ref,()=>mock[slot]=refs[ref])):mock[slot]=this._generateMock(slotMetadata,callbacks,refs)})),"undefined"!==metadata.type&&"null"!==metadata.type&&mock.prototype&&"object"==typeof mock.prototype&&(mock.prototype.constructor=mock),mock}generateFromMetadata(_metadata){const callbacks=[],mock=this._generateMock(_metadata,callbacks,{});return callbacks.forEach((setter=>setter())),mock}getMetadata(component,_refs){const refs=_refs||new Map,ref=refs.get(component);if(null!=ref)return{ref};const type=function getType(ref){const typeName=getObjectType(ref);return"Function"===typeName||"AsyncFunction"===typeName||"GeneratorFunction"===typeName?"function":Array.isArray(ref)?"array":"Object"===typeName?"object":"Number"===typeName||"String"===typeName||"Boolean"===typeName||"Symbol"===typeName?"constant":"Map"===typeName||"WeakMap"===typeName||"Set"===typeName?"collection":"RegExp"===typeName?"regexp":void 0===ref?"undefined":null===ref?"null":null}(component);if(!type)return null;const metadata={type};if("constant"===type||"collection"===type||"undefined"===type||"null"===type)return metadata.value=component,metadata;"function"===type&&(metadata.name=component.name,!0===component._isMockFunction&&(metadata.mockImpl=component.getMockImplementation())),metadata.refID=refs.size,refs.set(component,metadata.refID);let members=null;return"array"!==type&&this._getSlots(component).forEach((slot=>{if("function"===type&&!0===component._isMockFunction&&slot.match(/^mock/))return;const slotMetadata=this.getMetadata(component[slot],refs);slotMetadata&&(members||(members={}),members[slot]=slotMetadata)})),members&&(metadata.members=members),metadata}isMockFunction(fn){return!!fn&&!0===fn._isMockFunction}fn(implementation){const length=implementation?implementation.length:0,fn=this._makeComponent({length,type:"function"});return implementation&&fn.mockImplementation(implementation),fn}spyOn(object,methodName,accessType){if(accessType)return this._spyOnProperty(object,methodName,accessType);if("object"!=typeof object&&"function"!=typeof object)throw new Error("Cannot spyOn on a primitive value; "+this._typeOf(object)+" given");const original=object[methodName];if(!this.isMockFunction(original)){if("function"!=typeof original)throw new Error("Cannot spy the "+methodName+" property because it is not a function; "+this._typeOf(original)+" given instead");const isMethodOwner=Object.prototype.hasOwnProperty.call(object,methodName);let mock,descriptor=Object.getOwnPropertyDescriptor(object,methodName),proto=Object.getPrototypeOf(object);for(;!descriptor&&null!==proto;)descriptor=Object.getOwnPropertyDescriptor(proto,methodName),proto=Object.getPrototypeOf(proto);if(descriptor&&descriptor.get){const originalGet=descriptor.get;mock=this._makeComponent({type:"function"},(()=>{descriptor.get=originalGet,Object.defineProperty(object,methodName,descriptor)})),descriptor.get=()=>mock,Object.defineProperty(object,methodName,descriptor)}else mock=this._makeComponent({type:"function"},(()=>{isMethodOwner?object[methodName]=original:delete object[methodName]})),object[methodName]=mock;mock.mockImplementation((function(){return original.apply(this,arguments)}))}return object[methodName]}_spyOnProperty(obj,propertyName,accessType="get"){if("object"!=typeof obj&&"function"!=typeof obj)throw new Error("Cannot spyOn on a primitive value; "+this._typeOf(obj)+" given");if(!obj)throw new Error("spyOn could not find an object to spy upon for "+propertyName);if(!propertyName)throw new Error("No property name supplied");let descriptor=Object.getOwnPropertyDescriptor(obj,propertyName),proto=Object.getPrototypeOf(obj);for(;!descriptor&&null!==proto;)descriptor=Object.getOwnPropertyDescriptor(proto,propertyName),proto=Object.getPrototypeOf(proto);if(!descriptor)throw new Error(propertyName+" property does not exist");if(!descriptor.configurable)throw new Error(propertyName+" is not declared configurable");if(!descriptor[accessType])throw new Error("Property "+propertyName+" does not have access type "+accessType);const original=descriptor[accessType];if(!this.isMockFunction(original)){if("function"!=typeof original)throw new Error("Cannot spy the "+propertyName+" property because it is not a function; "+this._typeOf(original)+" given instead");descriptor[accessType]=this._makeComponent({type:"function"},(()=>{descriptor[accessType]=original,Object.defineProperty(obj,propertyName,descriptor)})),descriptor[accessType].mockImplementation((function(){return original.apply(this,arguments)}))}return Object.defineProperty(obj,propertyName,descriptor),descriptor[accessType]}clearAllMocks(){this._mockState=new WeakMap}resetAllMocks(){this._mockConfigRegistry=new WeakMap,this._mockState=new WeakMap}restoreAllMocks(){this._spyState.forEach((restore=>restore())),this._spyState=new Set}_typeOf(value){return null==value?""+value:typeof value}mocked(item,_deep=!1){return item}}exports.qr=ModuleMocker;const JestMock=new ModuleMocker(__webpack_require__.g);JestMock.fn.bind(JestMock);JestMock.spyOn.bind(JestMock);JestMock.mocked.bind(JestMock)},"./node_modules/lodash/_DataView.js":(module,__unused_webpack_exports,__webpack_require__)=>{var DataView=__webpack_require__("./node_modules/lodash/_getNative.js")(__webpack_require__("./node_modules/lodash/_root.js"),"DataView");module.exports=DataView},"./node_modules/lodash/_Hash.js":(module,__unused_webpack_exports,__webpack_require__)=>{var hashClear=__webpack_require__("./node_modules/lodash/_hashClear.js"),hashDelete=__webpack_require__("./node_modules/lodash/_hashDelete.js"),hashGet=__webpack_require__("./node_modules/lodash/_hashGet.js"),hashHas=__webpack_require__("./node_modules/lodash/_hashHas.js"),hashSet=__webpack_require__("./node_modules/lodash/_hashSet.js");function Hash(entries){var index=-1,length=null==entries?0:entries.length;for(this.clear();++index{var listCacheClear=__webpack_require__("./node_modules/lodash/_listCacheClear.js"),listCacheDelete=__webpack_require__("./node_modules/lodash/_listCacheDelete.js"),listCacheGet=__webpack_require__("./node_modules/lodash/_listCacheGet.js"),listCacheHas=__webpack_require__("./node_modules/lodash/_listCacheHas.js"),listCacheSet=__webpack_require__("./node_modules/lodash/_listCacheSet.js");function ListCache(entries){var index=-1,length=null==entries?0:entries.length;for(this.clear();++index{var Map=__webpack_require__("./node_modules/lodash/_getNative.js")(__webpack_require__("./node_modules/lodash/_root.js"),"Map");module.exports=Map},"./node_modules/lodash/_MapCache.js":(module,__unused_webpack_exports,__webpack_require__)=>{var mapCacheClear=__webpack_require__("./node_modules/lodash/_mapCacheClear.js"),mapCacheDelete=__webpack_require__("./node_modules/lodash/_mapCacheDelete.js"),mapCacheGet=__webpack_require__("./node_modules/lodash/_mapCacheGet.js"),mapCacheHas=__webpack_require__("./node_modules/lodash/_mapCacheHas.js"),mapCacheSet=__webpack_require__("./node_modules/lodash/_mapCacheSet.js");function MapCache(entries){var index=-1,length=null==entries?0:entries.length;for(this.clear();++index{var Promise=__webpack_require__("./node_modules/lodash/_getNative.js")(__webpack_require__("./node_modules/lodash/_root.js"),"Promise");module.exports=Promise},"./node_modules/lodash/_Set.js":(module,__unused_webpack_exports,__webpack_require__)=>{var Set=__webpack_require__("./node_modules/lodash/_getNative.js")(__webpack_require__("./node_modules/lodash/_root.js"),"Set");module.exports=Set},"./node_modules/lodash/_SetCache.js":(module,__unused_webpack_exports,__webpack_require__)=>{var MapCache=__webpack_require__("./node_modules/lodash/_MapCache.js"),setCacheAdd=__webpack_require__("./node_modules/lodash/_setCacheAdd.js"),setCacheHas=__webpack_require__("./node_modules/lodash/_setCacheHas.js");function SetCache(values){var index=-1,length=null==values?0:values.length;for(this.__data__=new MapCache;++index{var ListCache=__webpack_require__("./node_modules/lodash/_ListCache.js"),stackClear=__webpack_require__("./node_modules/lodash/_stackClear.js"),stackDelete=__webpack_require__("./node_modules/lodash/_stackDelete.js"),stackGet=__webpack_require__("./node_modules/lodash/_stackGet.js"),stackHas=__webpack_require__("./node_modules/lodash/_stackHas.js"),stackSet=__webpack_require__("./node_modules/lodash/_stackSet.js");function Stack(entries){var data=this.__data__=new ListCache(entries);this.size=data.size}Stack.prototype.clear=stackClear,Stack.prototype.delete=stackDelete,Stack.prototype.get=stackGet,Stack.prototype.has=stackHas,Stack.prototype.set=stackSet,module.exports=Stack},"./node_modules/lodash/_Symbol.js":(module,__unused_webpack_exports,__webpack_require__)=>{var Symbol=__webpack_require__("./node_modules/lodash/_root.js").Symbol;module.exports=Symbol},"./node_modules/lodash/_Uint8Array.js":(module,__unused_webpack_exports,__webpack_require__)=>{var Uint8Array=__webpack_require__("./node_modules/lodash/_root.js").Uint8Array;module.exports=Uint8Array},"./node_modules/lodash/_WeakMap.js":(module,__unused_webpack_exports,__webpack_require__)=>{var WeakMap=__webpack_require__("./node_modules/lodash/_getNative.js")(__webpack_require__("./node_modules/lodash/_root.js"),"WeakMap");module.exports=WeakMap},"./node_modules/lodash/_arrayFilter.js":module=>{module.exports=function arrayFilter(array,predicate){for(var index=-1,length=null==array?0:array.length,resIndex=0,result=[];++index{var baseTimes=__webpack_require__("./node_modules/lodash/_baseTimes.js"),isArguments=__webpack_require__("./node_modules/lodash/isArguments.js"),isArray=__webpack_require__("./node_modules/lodash/isArray.js"),isBuffer=__webpack_require__("./node_modules/lodash/isBuffer.js"),isIndex=__webpack_require__("./node_modules/lodash/_isIndex.js"),isTypedArray=__webpack_require__("./node_modules/lodash/isTypedArray.js"),hasOwnProperty=Object.prototype.hasOwnProperty;module.exports=function arrayLikeKeys(value,inherited){var isArr=isArray(value),isArg=!isArr&&isArguments(value),isBuff=!isArr&&!isArg&&isBuffer(value),isType=!isArr&&!isArg&&!isBuff&&isTypedArray(value),skipIndexes=isArr||isArg||isBuff||isType,result=skipIndexes?baseTimes(value.length,String):[],length=result.length;for(var key in value)!inherited&&!hasOwnProperty.call(value,key)||skipIndexes&&("length"==key||isBuff&&("offset"==key||"parent"==key)||isType&&("buffer"==key||"byteLength"==key||"byteOffset"==key)||isIndex(key,length))||result.push(key);return result}},"./node_modules/lodash/_arrayMap.js":module=>{module.exports=function arrayMap(array,iteratee){for(var index=-1,length=null==array?0:array.length,result=Array(length);++index{module.exports=function arrayPush(array,values){for(var index=-1,length=values.length,offset=array.length;++index{module.exports=function arraySome(array,predicate){for(var index=-1,length=null==array?0:array.length;++index{var eq=__webpack_require__("./node_modules/lodash/eq.js");module.exports=function assocIndexOf(array,key){for(var length=array.length;length--;)if(eq(array[length][0],key))return length;return-1}},"./node_modules/lodash/_baseAssignValue.js":(module,__unused_webpack_exports,__webpack_require__)=>{var defineProperty=__webpack_require__("./node_modules/lodash/_defineProperty.js");module.exports=function baseAssignValue(object,key,value){"__proto__"==key&&defineProperty?defineProperty(object,key,{configurable:!0,enumerable:!0,value,writable:!0}):object[key]=value}},"./node_modules/lodash/_baseFor.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseFor=__webpack_require__("./node_modules/lodash/_createBaseFor.js")();module.exports=baseFor},"./node_modules/lodash/_baseForOwn.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseFor=__webpack_require__("./node_modules/lodash/_baseFor.js"),keys=__webpack_require__("./node_modules/lodash/keys.js");module.exports=function baseForOwn(object,iteratee){return object&&baseFor(object,iteratee,keys)}},"./node_modules/lodash/_baseGet.js":(module,__unused_webpack_exports,__webpack_require__)=>{var castPath=__webpack_require__("./node_modules/lodash/_castPath.js"),toKey=__webpack_require__("./node_modules/lodash/_toKey.js");module.exports=function baseGet(object,path){for(var index=0,length=(path=castPath(path,object)).length;null!=object&&index{var arrayPush=__webpack_require__("./node_modules/lodash/_arrayPush.js"),isArray=__webpack_require__("./node_modules/lodash/isArray.js");module.exports=function baseGetAllKeys(object,keysFunc,symbolsFunc){var result=keysFunc(object);return isArray(object)?result:arrayPush(result,symbolsFunc(object))}},"./node_modules/lodash/_baseGetTag.js":(module,__unused_webpack_exports,__webpack_require__)=>{var Symbol=__webpack_require__("./node_modules/lodash/_Symbol.js"),getRawTag=__webpack_require__("./node_modules/lodash/_getRawTag.js"),objectToString=__webpack_require__("./node_modules/lodash/_objectToString.js"),symToStringTag=Symbol?Symbol.toStringTag:void 0;module.exports=function baseGetTag(value){return null==value?void 0===value?"[object Undefined]":"[object Null]":symToStringTag&&symToStringTag in Object(value)?getRawTag(value):objectToString(value)}},"./node_modules/lodash/_baseHasIn.js":module=>{module.exports=function baseHasIn(object,key){return null!=object&&key in Object(object)}},"./node_modules/lodash/_baseIsArguments.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseGetTag=__webpack_require__("./node_modules/lodash/_baseGetTag.js"),isObjectLike=__webpack_require__("./node_modules/lodash/isObjectLike.js");module.exports=function baseIsArguments(value){return isObjectLike(value)&&"[object Arguments]"==baseGetTag(value)}},"./node_modules/lodash/_baseIsEqual.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseIsEqualDeep=__webpack_require__("./node_modules/lodash/_baseIsEqualDeep.js"),isObjectLike=__webpack_require__("./node_modules/lodash/isObjectLike.js");module.exports=function baseIsEqual(value,other,bitmask,customizer,stack){return value===other||(null==value||null==other||!isObjectLike(value)&&!isObjectLike(other)?value!=value&&other!=other:baseIsEqualDeep(value,other,bitmask,customizer,baseIsEqual,stack))}},"./node_modules/lodash/_baseIsEqualDeep.js":(module,__unused_webpack_exports,__webpack_require__)=>{var Stack=__webpack_require__("./node_modules/lodash/_Stack.js"),equalArrays=__webpack_require__("./node_modules/lodash/_equalArrays.js"),equalByTag=__webpack_require__("./node_modules/lodash/_equalByTag.js"),equalObjects=__webpack_require__("./node_modules/lodash/_equalObjects.js"),getTag=__webpack_require__("./node_modules/lodash/_getTag.js"),isArray=__webpack_require__("./node_modules/lodash/isArray.js"),isBuffer=__webpack_require__("./node_modules/lodash/isBuffer.js"),isTypedArray=__webpack_require__("./node_modules/lodash/isTypedArray.js"),objectTag="[object Object]",hasOwnProperty=Object.prototype.hasOwnProperty;module.exports=function baseIsEqualDeep(object,other,bitmask,customizer,equalFunc,stack){var objIsArr=isArray(object),othIsArr=isArray(other),objTag=objIsArr?"[object Array]":getTag(object),othTag=othIsArr?"[object Array]":getTag(other),objIsObj=(objTag="[object Arguments]"==objTag?objectTag:objTag)==objectTag,othIsObj=(othTag="[object Arguments]"==othTag?objectTag:othTag)==objectTag,isSameTag=objTag==othTag;if(isSameTag&&isBuffer(object)){if(!isBuffer(other))return!1;objIsArr=!0,objIsObj=!1}if(isSameTag&&!objIsObj)return stack||(stack=new Stack),objIsArr||isTypedArray(object)?equalArrays(object,other,bitmask,customizer,equalFunc,stack):equalByTag(object,other,objTag,bitmask,customizer,equalFunc,stack);if(!(1&bitmask)){var objIsWrapped=objIsObj&&hasOwnProperty.call(object,"__wrapped__"),othIsWrapped=othIsObj&&hasOwnProperty.call(other,"__wrapped__");if(objIsWrapped||othIsWrapped){var objUnwrapped=objIsWrapped?object.value():object,othUnwrapped=othIsWrapped?other.value():other;return stack||(stack=new Stack),equalFunc(objUnwrapped,othUnwrapped,bitmask,customizer,stack)}}return!!isSameTag&&(stack||(stack=new Stack),equalObjects(object,other,bitmask,customizer,equalFunc,stack))}},"./node_modules/lodash/_baseIsMatch.js":(module,__unused_webpack_exports,__webpack_require__)=>{var Stack=__webpack_require__("./node_modules/lodash/_Stack.js"),baseIsEqual=__webpack_require__("./node_modules/lodash/_baseIsEqual.js");module.exports=function baseIsMatch(object,source,matchData,customizer){var index=matchData.length,length=index,noCustomizer=!customizer;if(null==object)return!length;for(object=Object(object);index--;){var data=matchData[index];if(noCustomizer&&data[2]?data[1]!==object[data[0]]:!(data[0]in object))return!1}for(;++index{var isFunction=__webpack_require__("./node_modules/lodash/isFunction.js"),isMasked=__webpack_require__("./node_modules/lodash/_isMasked.js"),isObject=__webpack_require__("./node_modules/lodash/isObject.js"),toSource=__webpack_require__("./node_modules/lodash/_toSource.js"),reIsHostCtor=/^\[object .+?Constructor\]$/,funcProto=Function.prototype,objectProto=Object.prototype,funcToString=funcProto.toString,hasOwnProperty=objectProto.hasOwnProperty,reIsNative=RegExp("^"+funcToString.call(hasOwnProperty).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");module.exports=function baseIsNative(value){return!(!isObject(value)||isMasked(value))&&(isFunction(value)?reIsNative:reIsHostCtor).test(toSource(value))}},"./node_modules/lodash/_baseIsTypedArray.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseGetTag=__webpack_require__("./node_modules/lodash/_baseGetTag.js"),isLength=__webpack_require__("./node_modules/lodash/isLength.js"),isObjectLike=__webpack_require__("./node_modules/lodash/isObjectLike.js"),typedArrayTags={};typedArrayTags["[object Float32Array]"]=typedArrayTags["[object Float64Array]"]=typedArrayTags["[object Int8Array]"]=typedArrayTags["[object Int16Array]"]=typedArrayTags["[object Int32Array]"]=typedArrayTags["[object Uint8Array]"]=typedArrayTags["[object Uint8ClampedArray]"]=typedArrayTags["[object Uint16Array]"]=typedArrayTags["[object Uint32Array]"]=!0,typedArrayTags["[object Arguments]"]=typedArrayTags["[object Array]"]=typedArrayTags["[object ArrayBuffer]"]=typedArrayTags["[object Boolean]"]=typedArrayTags["[object DataView]"]=typedArrayTags["[object Date]"]=typedArrayTags["[object Error]"]=typedArrayTags["[object Function]"]=typedArrayTags["[object Map]"]=typedArrayTags["[object Number]"]=typedArrayTags["[object Object]"]=typedArrayTags["[object RegExp]"]=typedArrayTags["[object Set]"]=typedArrayTags["[object String]"]=typedArrayTags["[object WeakMap]"]=!1,module.exports=function baseIsTypedArray(value){return isObjectLike(value)&&isLength(value.length)&&!!typedArrayTags[baseGetTag(value)]}},"./node_modules/lodash/_baseIteratee.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseMatches=__webpack_require__("./node_modules/lodash/_baseMatches.js"),baseMatchesProperty=__webpack_require__("./node_modules/lodash/_baseMatchesProperty.js"),identity=__webpack_require__("./node_modules/lodash/identity.js"),isArray=__webpack_require__("./node_modules/lodash/isArray.js"),property=__webpack_require__("./node_modules/lodash/property.js");module.exports=function baseIteratee(value){return"function"==typeof value?value:null==value?identity:"object"==typeof value?isArray(value)?baseMatchesProperty(value[0],value[1]):baseMatches(value):property(value)}},"./node_modules/lodash/_baseKeys.js":(module,__unused_webpack_exports,__webpack_require__)=>{var isPrototype=__webpack_require__("./node_modules/lodash/_isPrototype.js"),nativeKeys=__webpack_require__("./node_modules/lodash/_nativeKeys.js"),hasOwnProperty=Object.prototype.hasOwnProperty;module.exports=function baseKeys(object){if(!isPrototype(object))return nativeKeys(object);var result=[];for(var key in Object(object))hasOwnProperty.call(object,key)&&"constructor"!=key&&result.push(key);return result}},"./node_modules/lodash/_baseMatches.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseIsMatch=__webpack_require__("./node_modules/lodash/_baseIsMatch.js"),getMatchData=__webpack_require__("./node_modules/lodash/_getMatchData.js"),matchesStrictComparable=__webpack_require__("./node_modules/lodash/_matchesStrictComparable.js");module.exports=function baseMatches(source){var matchData=getMatchData(source);return 1==matchData.length&&matchData[0][2]?matchesStrictComparable(matchData[0][0],matchData[0][1]):function(object){return object===source||baseIsMatch(object,source,matchData)}}},"./node_modules/lodash/_baseMatchesProperty.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseIsEqual=__webpack_require__("./node_modules/lodash/_baseIsEqual.js"),get=__webpack_require__("./node_modules/lodash/get.js"),hasIn=__webpack_require__("./node_modules/lodash/hasIn.js"),isKey=__webpack_require__("./node_modules/lodash/_isKey.js"),isStrictComparable=__webpack_require__("./node_modules/lodash/_isStrictComparable.js"),matchesStrictComparable=__webpack_require__("./node_modules/lodash/_matchesStrictComparable.js"),toKey=__webpack_require__("./node_modules/lodash/_toKey.js");module.exports=function baseMatchesProperty(path,srcValue){return isKey(path)&&isStrictComparable(srcValue)?matchesStrictComparable(toKey(path),srcValue):function(object){var objValue=get(object,path);return void 0===objValue&&objValue===srcValue?hasIn(object,path):baseIsEqual(srcValue,objValue,3)}}},"./node_modules/lodash/_baseProperty.js":module=>{module.exports=function baseProperty(key){return function(object){return null==object?void 0:object[key]}}},"./node_modules/lodash/_basePropertyDeep.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseGet=__webpack_require__("./node_modules/lodash/_baseGet.js");module.exports=function basePropertyDeep(path){return function(object){return baseGet(object,path)}}},"./node_modules/lodash/_baseTimes.js":module=>{module.exports=function baseTimes(n,iteratee){for(var index=-1,result=Array(n);++index{var Symbol=__webpack_require__("./node_modules/lodash/_Symbol.js"),arrayMap=__webpack_require__("./node_modules/lodash/_arrayMap.js"),isArray=__webpack_require__("./node_modules/lodash/isArray.js"),isSymbol=__webpack_require__("./node_modules/lodash/isSymbol.js"),symbolProto=Symbol?Symbol.prototype:void 0,symbolToString=symbolProto?symbolProto.toString:void 0;module.exports=function baseToString(value){if("string"==typeof value)return value;if(isArray(value))return arrayMap(value,baseToString)+"";if(isSymbol(value))return symbolToString?symbolToString.call(value):"";var result=value+"";return"0"==result&&1/value==-Infinity?"-0":result}},"./node_modules/lodash/_baseUnary.js":module=>{module.exports=function baseUnary(func){return function(value){return func(value)}}},"./node_modules/lodash/_cacheHas.js":module=>{module.exports=function cacheHas(cache,key){return cache.has(key)}},"./node_modules/lodash/_castPath.js":(module,__unused_webpack_exports,__webpack_require__)=>{var isArray=__webpack_require__("./node_modules/lodash/isArray.js"),isKey=__webpack_require__("./node_modules/lodash/_isKey.js"),stringToPath=__webpack_require__("./node_modules/lodash/_stringToPath.js"),toString=__webpack_require__("./node_modules/lodash/toString.js");module.exports=function castPath(value,object){return isArray(value)?value:isKey(value,object)?[value]:stringToPath(toString(value))}},"./node_modules/lodash/_coreJsData.js":(module,__unused_webpack_exports,__webpack_require__)=>{var coreJsData=__webpack_require__("./node_modules/lodash/_root.js")["__core-js_shared__"];module.exports=coreJsData},"./node_modules/lodash/_createBaseFor.js":module=>{module.exports=function createBaseFor(fromRight){return function(object,iteratee,keysFunc){for(var index=-1,iterable=Object(object),props=keysFunc(object),length=props.length;length--;){var key=props[fromRight?length:++index];if(!1===iteratee(iterable[key],key,iterable))break}return object}}},"./node_modules/lodash/_defineProperty.js":(module,__unused_webpack_exports,__webpack_require__)=>{var getNative=__webpack_require__("./node_modules/lodash/_getNative.js"),defineProperty=function(){try{var func=getNative(Object,"defineProperty");return func({},"",{}),func}catch(e){}}();module.exports=defineProperty},"./node_modules/lodash/_equalArrays.js":(module,__unused_webpack_exports,__webpack_require__)=>{var SetCache=__webpack_require__("./node_modules/lodash/_SetCache.js"),arraySome=__webpack_require__("./node_modules/lodash/_arraySome.js"),cacheHas=__webpack_require__("./node_modules/lodash/_cacheHas.js");module.exports=function equalArrays(array,other,bitmask,customizer,equalFunc,stack){var isPartial=1&bitmask,arrLength=array.length,othLength=other.length;if(arrLength!=othLength&&!(isPartial&&othLength>arrLength))return!1;var arrStacked=stack.get(array),othStacked=stack.get(other);if(arrStacked&&othStacked)return arrStacked==other&&othStacked==array;var index=-1,result=!0,seen=2&bitmask?new SetCache:void 0;for(stack.set(array,other),stack.set(other,array);++index{var Symbol=__webpack_require__("./node_modules/lodash/_Symbol.js"),Uint8Array=__webpack_require__("./node_modules/lodash/_Uint8Array.js"),eq=__webpack_require__("./node_modules/lodash/eq.js"),equalArrays=__webpack_require__("./node_modules/lodash/_equalArrays.js"),mapToArray=__webpack_require__("./node_modules/lodash/_mapToArray.js"),setToArray=__webpack_require__("./node_modules/lodash/_setToArray.js"),symbolProto=Symbol?Symbol.prototype:void 0,symbolValueOf=symbolProto?symbolProto.valueOf:void 0;module.exports=function equalByTag(object,other,tag,bitmask,customizer,equalFunc,stack){switch(tag){case"[object DataView]":if(object.byteLength!=other.byteLength||object.byteOffset!=other.byteOffset)return!1;object=object.buffer,other=other.buffer;case"[object ArrayBuffer]":return!(object.byteLength!=other.byteLength||!equalFunc(new Uint8Array(object),new Uint8Array(other)));case"[object Boolean]":case"[object Date]":case"[object Number]":return eq(+object,+other);case"[object Error]":return object.name==other.name&&object.message==other.message;case"[object RegExp]":case"[object String]":return object==other+"";case"[object Map]":var convert=mapToArray;case"[object Set]":var isPartial=1&bitmask;if(convert||(convert=setToArray),object.size!=other.size&&!isPartial)return!1;var stacked=stack.get(object);if(stacked)return stacked==other;bitmask|=2,stack.set(object,other);var result=equalArrays(convert(object),convert(other),bitmask,customizer,equalFunc,stack);return stack.delete(object),result;case"[object Symbol]":if(symbolValueOf)return symbolValueOf.call(object)==symbolValueOf.call(other)}return!1}},"./node_modules/lodash/_equalObjects.js":(module,__unused_webpack_exports,__webpack_require__)=>{var getAllKeys=__webpack_require__("./node_modules/lodash/_getAllKeys.js"),hasOwnProperty=Object.prototype.hasOwnProperty;module.exports=function equalObjects(object,other,bitmask,customizer,equalFunc,stack){var isPartial=1&bitmask,objProps=getAllKeys(object),objLength=objProps.length;if(objLength!=getAllKeys(other).length&&!isPartial)return!1;for(var index=objLength;index--;){var key=objProps[index];if(!(isPartial?key in other:hasOwnProperty.call(other,key)))return!1}var objStacked=stack.get(object),othStacked=stack.get(other);if(objStacked&&othStacked)return objStacked==other&&othStacked==object;var result=!0;stack.set(object,other),stack.set(other,object);for(var skipCtor=isPartial;++index{var freeGlobal="object"==typeof __webpack_require__.g&&__webpack_require__.g&&__webpack_require__.g.Object===Object&&__webpack_require__.g;module.exports=freeGlobal},"./node_modules/lodash/_getAllKeys.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseGetAllKeys=__webpack_require__("./node_modules/lodash/_baseGetAllKeys.js"),getSymbols=__webpack_require__("./node_modules/lodash/_getSymbols.js"),keys=__webpack_require__("./node_modules/lodash/keys.js");module.exports=function getAllKeys(object){return baseGetAllKeys(object,keys,getSymbols)}},"./node_modules/lodash/_getMapData.js":(module,__unused_webpack_exports,__webpack_require__)=>{var isKeyable=__webpack_require__("./node_modules/lodash/_isKeyable.js");module.exports=function getMapData(map,key){var data=map.__data__;return isKeyable(key)?data["string"==typeof key?"string":"hash"]:data.map}},"./node_modules/lodash/_getMatchData.js":(module,__unused_webpack_exports,__webpack_require__)=>{var isStrictComparable=__webpack_require__("./node_modules/lodash/_isStrictComparable.js"),keys=__webpack_require__("./node_modules/lodash/keys.js");module.exports=function getMatchData(object){for(var result=keys(object),length=result.length;length--;){var key=result[length],value=object[key];result[length]=[key,value,isStrictComparable(value)]}return result}},"./node_modules/lodash/_getNative.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseIsNative=__webpack_require__("./node_modules/lodash/_baseIsNative.js"),getValue=__webpack_require__("./node_modules/lodash/_getValue.js");module.exports=function getNative(object,key){var value=getValue(object,key);return baseIsNative(value)?value:void 0}},"./node_modules/lodash/_getPrototype.js":(module,__unused_webpack_exports,__webpack_require__)=>{var getPrototype=__webpack_require__("./node_modules/lodash/_overArg.js")(Object.getPrototypeOf,Object);module.exports=getPrototype},"./node_modules/lodash/_getRawTag.js":(module,__unused_webpack_exports,__webpack_require__)=>{var Symbol=__webpack_require__("./node_modules/lodash/_Symbol.js"),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty,nativeObjectToString=objectProto.toString,symToStringTag=Symbol?Symbol.toStringTag:void 0;module.exports=function getRawTag(value){var isOwn=hasOwnProperty.call(value,symToStringTag),tag=value[symToStringTag];try{value[symToStringTag]=void 0;var unmasked=!0}catch(e){}var result=nativeObjectToString.call(value);return unmasked&&(isOwn?value[symToStringTag]=tag:delete value[symToStringTag]),result}},"./node_modules/lodash/_getSymbols.js":(module,__unused_webpack_exports,__webpack_require__)=>{var arrayFilter=__webpack_require__("./node_modules/lodash/_arrayFilter.js"),stubArray=__webpack_require__("./node_modules/lodash/stubArray.js"),propertyIsEnumerable=Object.prototype.propertyIsEnumerable,nativeGetSymbols=Object.getOwnPropertySymbols,getSymbols=nativeGetSymbols?function(object){return null==object?[]:(object=Object(object),arrayFilter(nativeGetSymbols(object),(function(symbol){return propertyIsEnumerable.call(object,symbol)})))}:stubArray;module.exports=getSymbols},"./node_modules/lodash/_getTag.js":(module,__unused_webpack_exports,__webpack_require__)=>{var DataView=__webpack_require__("./node_modules/lodash/_DataView.js"),Map=__webpack_require__("./node_modules/lodash/_Map.js"),Promise=__webpack_require__("./node_modules/lodash/_Promise.js"),Set=__webpack_require__("./node_modules/lodash/_Set.js"),WeakMap=__webpack_require__("./node_modules/lodash/_WeakMap.js"),baseGetTag=__webpack_require__("./node_modules/lodash/_baseGetTag.js"),toSource=__webpack_require__("./node_modules/lodash/_toSource.js"),dataViewCtorString=toSource(DataView),mapCtorString=toSource(Map),promiseCtorString=toSource(Promise),setCtorString=toSource(Set),weakMapCtorString=toSource(WeakMap),getTag=baseGetTag;(DataView&&"[object DataView]"!=getTag(new DataView(new ArrayBuffer(1)))||Map&&"[object Map]"!=getTag(new Map)||Promise&&"[object Promise]"!=getTag(Promise.resolve())||Set&&"[object Set]"!=getTag(new Set)||WeakMap&&"[object WeakMap]"!=getTag(new WeakMap))&&(getTag=function(value){var result=baseGetTag(value),Ctor="[object Object]"==result?value.constructor:void 0,ctorString=Ctor?toSource(Ctor):"";if(ctorString)switch(ctorString){case dataViewCtorString:return"[object DataView]";case mapCtorString:return"[object Map]";case promiseCtorString:return"[object Promise]";case setCtorString:return"[object Set]";case weakMapCtorString:return"[object WeakMap]"}return result}),module.exports=getTag},"./node_modules/lodash/_getValue.js":module=>{module.exports=function getValue(object,key){return null==object?void 0:object[key]}},"./node_modules/lodash/_hasPath.js":(module,__unused_webpack_exports,__webpack_require__)=>{var castPath=__webpack_require__("./node_modules/lodash/_castPath.js"),isArguments=__webpack_require__("./node_modules/lodash/isArguments.js"),isArray=__webpack_require__("./node_modules/lodash/isArray.js"),isIndex=__webpack_require__("./node_modules/lodash/_isIndex.js"),isLength=__webpack_require__("./node_modules/lodash/isLength.js"),toKey=__webpack_require__("./node_modules/lodash/_toKey.js");module.exports=function hasPath(object,path,hasFunc){for(var index=-1,length=(path=castPath(path,object)).length,result=!1;++index{var nativeCreate=__webpack_require__("./node_modules/lodash/_nativeCreate.js");module.exports=function hashClear(){this.__data__=nativeCreate?nativeCreate(null):{},this.size=0}},"./node_modules/lodash/_hashDelete.js":module=>{module.exports=function hashDelete(key){var result=this.has(key)&&delete this.__data__[key];return this.size-=result?1:0,result}},"./node_modules/lodash/_hashGet.js":(module,__unused_webpack_exports,__webpack_require__)=>{var nativeCreate=__webpack_require__("./node_modules/lodash/_nativeCreate.js"),hasOwnProperty=Object.prototype.hasOwnProperty;module.exports=function hashGet(key){var data=this.__data__;if(nativeCreate){var result=data[key];return"__lodash_hash_undefined__"===result?void 0:result}return hasOwnProperty.call(data,key)?data[key]:void 0}},"./node_modules/lodash/_hashHas.js":(module,__unused_webpack_exports,__webpack_require__)=>{var nativeCreate=__webpack_require__("./node_modules/lodash/_nativeCreate.js"),hasOwnProperty=Object.prototype.hasOwnProperty;module.exports=function hashHas(key){var data=this.__data__;return nativeCreate?void 0!==data[key]:hasOwnProperty.call(data,key)}},"./node_modules/lodash/_hashSet.js":(module,__unused_webpack_exports,__webpack_require__)=>{var nativeCreate=__webpack_require__("./node_modules/lodash/_nativeCreate.js");module.exports=function hashSet(key,value){var data=this.__data__;return this.size+=this.has(key)?0:1,data[key]=nativeCreate&&void 0===value?"__lodash_hash_undefined__":value,this}},"./node_modules/lodash/_isIndex.js":module=>{var reIsUint=/^(?:0|[1-9]\d*)$/;module.exports=function isIndex(value,length){var type=typeof value;return!!(length=null==length?9007199254740991:length)&&("number"==type||"symbol"!=type&&reIsUint.test(value))&&value>-1&&value%1==0&&value{var isArray=__webpack_require__("./node_modules/lodash/isArray.js"),isSymbol=__webpack_require__("./node_modules/lodash/isSymbol.js"),reIsDeepProp=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,reIsPlainProp=/^\w*$/;module.exports=function isKey(value,object){if(isArray(value))return!1;var type=typeof value;return!("number"!=type&&"symbol"!=type&&"boolean"!=type&&null!=value&&!isSymbol(value))||(reIsPlainProp.test(value)||!reIsDeepProp.test(value)||null!=object&&value in Object(object))}},"./node_modules/lodash/_isKeyable.js":module=>{module.exports=function isKeyable(value){var type=typeof value;return"string"==type||"number"==type||"symbol"==type||"boolean"==type?"__proto__"!==value:null===value}},"./node_modules/lodash/_isMasked.js":(module,__unused_webpack_exports,__webpack_require__)=>{var uid,coreJsData=__webpack_require__("./node_modules/lodash/_coreJsData.js"),maskSrcKey=(uid=/[^.]+$/.exec(coreJsData&&coreJsData.keys&&coreJsData.keys.IE_PROTO||""))?"Symbol(src)_1."+uid:"";module.exports=function isMasked(func){return!!maskSrcKey&&maskSrcKey in func}},"./node_modules/lodash/_isPrototype.js":module=>{var objectProto=Object.prototype;module.exports=function isPrototype(value){var Ctor=value&&value.constructor;return value===("function"==typeof Ctor&&Ctor.prototype||objectProto)}},"./node_modules/lodash/_isStrictComparable.js":(module,__unused_webpack_exports,__webpack_require__)=>{var isObject=__webpack_require__("./node_modules/lodash/isObject.js");module.exports=function isStrictComparable(value){return value==value&&!isObject(value)}},"./node_modules/lodash/_listCacheClear.js":module=>{module.exports=function listCacheClear(){this.__data__=[],this.size=0}},"./node_modules/lodash/_listCacheDelete.js":(module,__unused_webpack_exports,__webpack_require__)=>{var assocIndexOf=__webpack_require__("./node_modules/lodash/_assocIndexOf.js"),splice=Array.prototype.splice;module.exports=function listCacheDelete(key){var data=this.__data__,index=assocIndexOf(data,key);return!(index<0)&&(index==data.length-1?data.pop():splice.call(data,index,1),--this.size,!0)}},"./node_modules/lodash/_listCacheGet.js":(module,__unused_webpack_exports,__webpack_require__)=>{var assocIndexOf=__webpack_require__("./node_modules/lodash/_assocIndexOf.js");module.exports=function listCacheGet(key){var data=this.__data__,index=assocIndexOf(data,key);return index<0?void 0:data[index][1]}},"./node_modules/lodash/_listCacheHas.js":(module,__unused_webpack_exports,__webpack_require__)=>{var assocIndexOf=__webpack_require__("./node_modules/lodash/_assocIndexOf.js");module.exports=function listCacheHas(key){return assocIndexOf(this.__data__,key)>-1}},"./node_modules/lodash/_listCacheSet.js":(module,__unused_webpack_exports,__webpack_require__)=>{var assocIndexOf=__webpack_require__("./node_modules/lodash/_assocIndexOf.js");module.exports=function listCacheSet(key,value){var data=this.__data__,index=assocIndexOf(data,key);return index<0?(++this.size,data.push([key,value])):data[index][1]=value,this}},"./node_modules/lodash/_mapCacheClear.js":(module,__unused_webpack_exports,__webpack_require__)=>{var Hash=__webpack_require__("./node_modules/lodash/_Hash.js"),ListCache=__webpack_require__("./node_modules/lodash/_ListCache.js"),Map=__webpack_require__("./node_modules/lodash/_Map.js");module.exports=function mapCacheClear(){this.size=0,this.__data__={hash:new Hash,map:new(Map||ListCache),string:new Hash}}},"./node_modules/lodash/_mapCacheDelete.js":(module,__unused_webpack_exports,__webpack_require__)=>{var getMapData=__webpack_require__("./node_modules/lodash/_getMapData.js");module.exports=function mapCacheDelete(key){var result=getMapData(this,key).delete(key);return this.size-=result?1:0,result}},"./node_modules/lodash/_mapCacheGet.js":(module,__unused_webpack_exports,__webpack_require__)=>{var getMapData=__webpack_require__("./node_modules/lodash/_getMapData.js");module.exports=function mapCacheGet(key){return getMapData(this,key).get(key)}},"./node_modules/lodash/_mapCacheHas.js":(module,__unused_webpack_exports,__webpack_require__)=>{var getMapData=__webpack_require__("./node_modules/lodash/_getMapData.js");module.exports=function mapCacheHas(key){return getMapData(this,key).has(key)}},"./node_modules/lodash/_mapCacheSet.js":(module,__unused_webpack_exports,__webpack_require__)=>{var getMapData=__webpack_require__("./node_modules/lodash/_getMapData.js");module.exports=function mapCacheSet(key,value){var data=getMapData(this,key),size=data.size;return data.set(key,value),this.size+=data.size==size?0:1,this}},"./node_modules/lodash/_mapToArray.js":module=>{module.exports=function mapToArray(map){var index=-1,result=Array(map.size);return map.forEach((function(value,key){result[++index]=[key,value]})),result}},"./node_modules/lodash/_matchesStrictComparable.js":module=>{module.exports=function matchesStrictComparable(key,srcValue){return function(object){return null!=object&&(object[key]===srcValue&&(void 0!==srcValue||key in Object(object)))}}},"./node_modules/lodash/_memoizeCapped.js":(module,__unused_webpack_exports,__webpack_require__)=>{var memoize=__webpack_require__("./node_modules/lodash/memoize.js");module.exports=function memoizeCapped(func){var result=memoize(func,(function(key){return 500===cache.size&&cache.clear(),key})),cache=result.cache;return result}},"./node_modules/lodash/_nativeCreate.js":(module,__unused_webpack_exports,__webpack_require__)=>{var nativeCreate=__webpack_require__("./node_modules/lodash/_getNative.js")(Object,"create");module.exports=nativeCreate},"./node_modules/lodash/_nativeKeys.js":(module,__unused_webpack_exports,__webpack_require__)=>{var nativeKeys=__webpack_require__("./node_modules/lodash/_overArg.js")(Object.keys,Object);module.exports=nativeKeys},"./node_modules/lodash/_nodeUtil.js":(module,exports,__webpack_require__)=>{module=__webpack_require__.nmd(module);var freeGlobal=__webpack_require__("./node_modules/lodash/_freeGlobal.js"),freeExports=exports&&!exports.nodeType&&exports,freeModule=freeExports&&module&&!module.nodeType&&module,freeProcess=freeModule&&freeModule.exports===freeExports&&freeGlobal.process,nodeUtil=function(){try{var types=freeModule&&freeModule.require&&freeModule.require("util").types;return types||freeProcess&&freeProcess.binding&&freeProcess.binding("util")}catch(e){}}();module.exports=nodeUtil},"./node_modules/lodash/_objectToString.js":module=>{var nativeObjectToString=Object.prototype.toString;module.exports=function objectToString(value){return nativeObjectToString.call(value)}},"./node_modules/lodash/_overArg.js":module=>{module.exports=function overArg(func,transform){return function(arg){return func(transform(arg))}}},"./node_modules/lodash/_root.js":(module,__unused_webpack_exports,__webpack_require__)=>{var freeGlobal=__webpack_require__("./node_modules/lodash/_freeGlobal.js"),freeSelf="object"==typeof self&&self&&self.Object===Object&&self,root=freeGlobal||freeSelf||Function("return this")();module.exports=root},"./node_modules/lodash/_setCacheAdd.js":module=>{module.exports=function setCacheAdd(value){return this.__data__.set(value,"__lodash_hash_undefined__"),this}},"./node_modules/lodash/_setCacheHas.js":module=>{module.exports=function setCacheHas(value){return this.__data__.has(value)}},"./node_modules/lodash/_setToArray.js":module=>{module.exports=function setToArray(set){var index=-1,result=Array(set.size);return set.forEach((function(value){result[++index]=value})),result}},"./node_modules/lodash/_stackClear.js":(module,__unused_webpack_exports,__webpack_require__)=>{var ListCache=__webpack_require__("./node_modules/lodash/_ListCache.js");module.exports=function stackClear(){this.__data__=new ListCache,this.size=0}},"./node_modules/lodash/_stackDelete.js":module=>{module.exports=function stackDelete(key){var data=this.__data__,result=data.delete(key);return this.size=data.size,result}},"./node_modules/lodash/_stackGet.js":module=>{module.exports=function stackGet(key){return this.__data__.get(key)}},"./node_modules/lodash/_stackHas.js":module=>{module.exports=function stackHas(key){return this.__data__.has(key)}},"./node_modules/lodash/_stackSet.js":(module,__unused_webpack_exports,__webpack_require__)=>{var ListCache=__webpack_require__("./node_modules/lodash/_ListCache.js"),Map=__webpack_require__("./node_modules/lodash/_Map.js"),MapCache=__webpack_require__("./node_modules/lodash/_MapCache.js");module.exports=function stackSet(key,value){var data=this.__data__;if(data instanceof ListCache){var pairs=data.__data__;if(!Map||pairs.length<199)return pairs.push([key,value]),this.size=++data.size,this;data=this.__data__=new MapCache(pairs)}return data.set(key,value),this.size=data.size,this}},"./node_modules/lodash/_stringToPath.js":(module,__unused_webpack_exports,__webpack_require__)=>{var memoizeCapped=__webpack_require__("./node_modules/lodash/_memoizeCapped.js"),rePropName=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,reEscapeChar=/\\(\\)?/g,stringToPath=memoizeCapped((function(string){var result=[];return 46===string.charCodeAt(0)&&result.push(""),string.replace(rePropName,(function(match,number,quote,subString){result.push(quote?subString.replace(reEscapeChar,"$1"):number||match)})),result}));module.exports=stringToPath},"./node_modules/lodash/_toKey.js":(module,__unused_webpack_exports,__webpack_require__)=>{var isSymbol=__webpack_require__("./node_modules/lodash/isSymbol.js");module.exports=function toKey(value){if("string"==typeof value||isSymbol(value))return value;var result=value+"";return"0"==result&&1/value==-Infinity?"-0":result}},"./node_modules/lodash/_toSource.js":module=>{var funcToString=Function.prototype.toString;module.exports=function toSource(func){if(null!=func){try{return funcToString.call(func)}catch(e){}try{return func+""}catch(e){}}return""}},"./node_modules/lodash/eq.js":module=>{module.exports=function eq(value,other){return value===other||value!=value&&other!=other}},"./node_modules/lodash/get.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseGet=__webpack_require__("./node_modules/lodash/_baseGet.js");module.exports=function get(object,path,defaultValue){var result=null==object?void 0:baseGet(object,path);return void 0===result?defaultValue:result}},"./node_modules/lodash/hasIn.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseHasIn=__webpack_require__("./node_modules/lodash/_baseHasIn.js"),hasPath=__webpack_require__("./node_modules/lodash/_hasPath.js");module.exports=function hasIn(object,path){return null!=object&&hasPath(object,path,baseHasIn)}},"./node_modules/lodash/identity.js":module=>{module.exports=function identity(value){return value}},"./node_modules/lodash/isArguments.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseIsArguments=__webpack_require__("./node_modules/lodash/_baseIsArguments.js"),isObjectLike=__webpack_require__("./node_modules/lodash/isObjectLike.js"),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty,propertyIsEnumerable=objectProto.propertyIsEnumerable,isArguments=baseIsArguments(function(){return arguments}())?baseIsArguments:function(value){return isObjectLike(value)&&hasOwnProperty.call(value,"callee")&&!propertyIsEnumerable.call(value,"callee")};module.exports=isArguments},"./node_modules/lodash/isArray.js":module=>{var isArray=Array.isArray;module.exports=isArray},"./node_modules/lodash/isArrayLike.js":(module,__unused_webpack_exports,__webpack_require__)=>{var isFunction=__webpack_require__("./node_modules/lodash/isFunction.js"),isLength=__webpack_require__("./node_modules/lodash/isLength.js");module.exports=function isArrayLike(value){return null!=value&&isLength(value.length)&&!isFunction(value)}},"./node_modules/lodash/isBuffer.js":(module,exports,__webpack_require__)=>{module=__webpack_require__.nmd(module);var root=__webpack_require__("./node_modules/lodash/_root.js"),stubFalse=__webpack_require__("./node_modules/lodash/stubFalse.js"),freeExports=exports&&!exports.nodeType&&exports,freeModule=freeExports&&module&&!module.nodeType&&module,Buffer=freeModule&&freeModule.exports===freeExports?root.Buffer:void 0,isBuffer=(Buffer?Buffer.isBuffer:void 0)||stubFalse;module.exports=isBuffer},"./node_modules/lodash/isFunction.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseGetTag=__webpack_require__("./node_modules/lodash/_baseGetTag.js"),isObject=__webpack_require__("./node_modules/lodash/isObject.js");module.exports=function isFunction(value){if(!isObject(value))return!1;var tag=baseGetTag(value);return"[object Function]"==tag||"[object GeneratorFunction]"==tag||"[object AsyncFunction]"==tag||"[object Proxy]"==tag}},"./node_modules/lodash/isLength.js":module=>{module.exports=function isLength(value){return"number"==typeof value&&value>-1&&value%1==0&&value<=9007199254740991}},"./node_modules/lodash/isObject.js":module=>{module.exports=function isObject(value){var type=typeof value;return null!=value&&("object"==type||"function"==type)}},"./node_modules/lodash/isObjectLike.js":module=>{module.exports=function isObjectLike(value){return null!=value&&"object"==typeof value}},"./node_modules/lodash/isPlainObject.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseGetTag=__webpack_require__("./node_modules/lodash/_baseGetTag.js"),getPrototype=__webpack_require__("./node_modules/lodash/_getPrototype.js"),isObjectLike=__webpack_require__("./node_modules/lodash/isObjectLike.js"),funcProto=Function.prototype,objectProto=Object.prototype,funcToString=funcProto.toString,hasOwnProperty=objectProto.hasOwnProperty,objectCtorString=funcToString.call(Object);module.exports=function isPlainObject(value){if(!isObjectLike(value)||"[object Object]"!=baseGetTag(value))return!1;var proto=getPrototype(value);if(null===proto)return!0;var Ctor=hasOwnProperty.call(proto,"constructor")&&proto.constructor;return"function"==typeof Ctor&&Ctor instanceof Ctor&&funcToString.call(Ctor)==objectCtorString}},"./node_modules/lodash/isString.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseGetTag=__webpack_require__("./node_modules/lodash/_baseGetTag.js"),isArray=__webpack_require__("./node_modules/lodash/isArray.js"),isObjectLike=__webpack_require__("./node_modules/lodash/isObjectLike.js");module.exports=function isString(value){return"string"==typeof value||!isArray(value)&&isObjectLike(value)&&"[object String]"==baseGetTag(value)}},"./node_modules/lodash/isSymbol.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseGetTag=__webpack_require__("./node_modules/lodash/_baseGetTag.js"),isObjectLike=__webpack_require__("./node_modules/lodash/isObjectLike.js");module.exports=function isSymbol(value){return"symbol"==typeof value||isObjectLike(value)&&"[object Symbol]"==baseGetTag(value)}},"./node_modules/lodash/isTypedArray.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseIsTypedArray=__webpack_require__("./node_modules/lodash/_baseIsTypedArray.js"),baseUnary=__webpack_require__("./node_modules/lodash/_baseUnary.js"),nodeUtil=__webpack_require__("./node_modules/lodash/_nodeUtil.js"),nodeIsTypedArray=nodeUtil&&nodeUtil.isTypedArray,isTypedArray=nodeIsTypedArray?baseUnary(nodeIsTypedArray):baseIsTypedArray;module.exports=isTypedArray},"./node_modules/lodash/keys.js":(module,__unused_webpack_exports,__webpack_require__)=>{var arrayLikeKeys=__webpack_require__("./node_modules/lodash/_arrayLikeKeys.js"),baseKeys=__webpack_require__("./node_modules/lodash/_baseKeys.js"),isArrayLike=__webpack_require__("./node_modules/lodash/isArrayLike.js");module.exports=function keys(object){return isArrayLike(object)?arrayLikeKeys(object):baseKeys(object)}},"./node_modules/lodash/mapValues.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseAssignValue=__webpack_require__("./node_modules/lodash/_baseAssignValue.js"),baseForOwn=__webpack_require__("./node_modules/lodash/_baseForOwn.js"),baseIteratee=__webpack_require__("./node_modules/lodash/_baseIteratee.js");module.exports=function mapValues(object,iteratee){var result={};return iteratee=baseIteratee(iteratee,3),baseForOwn(object,(function(value,key,object){baseAssignValue(result,key,iteratee(value,key,object))})),result}},"./node_modules/lodash/memoize.js":(module,__unused_webpack_exports,__webpack_require__)=>{var MapCache=__webpack_require__("./node_modules/lodash/_MapCache.js");function memoize(func,resolver){if("function"!=typeof func||null!=resolver&&"function"!=typeof resolver)throw new TypeError("Expected a function");var memoized=function(){var args=arguments,key=resolver?resolver.apply(this,args):args[0],cache=memoized.cache;if(cache.has(key))return cache.get(key);var result=func.apply(this,args);return memoized.cache=cache.set(key,result)||cache,result};return memoized.cache=new(memoize.Cache||MapCache),memoized}memoize.Cache=MapCache,module.exports=memoize},"./node_modules/lodash/property.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseProperty=__webpack_require__("./node_modules/lodash/_baseProperty.js"),basePropertyDeep=__webpack_require__("./node_modules/lodash/_basePropertyDeep.js"),isKey=__webpack_require__("./node_modules/lodash/_isKey.js"),toKey=__webpack_require__("./node_modules/lodash/_toKey.js");module.exports=function property(path){return isKey(path)?baseProperty(toKey(path)):basePropertyDeep(path)}},"./node_modules/lodash/stubArray.js":module=>{module.exports=function stubArray(){return[]}},"./node_modules/lodash/stubFalse.js":module=>{module.exports=function stubFalse(){return!1}},"./node_modules/lodash/toString.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseToString=__webpack_require__("./node_modules/lodash/_baseToString.js");module.exports=function toString(value){return null==value?"":baseToString(value)}},"./node_modules/object-is/implementation.js":module=>{"use strict";var numberIsNaN=function(value){return value!=value};module.exports=function is(a,b){return 0===a&&0===b?1/a==1/b:a===b||!(!numberIsNaN(a)||!numberIsNaN(b))}},"./node_modules/object-is/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var define=__webpack_require__("./node_modules/define-properties/index.js"),callBind=__webpack_require__("./node_modules/call-bind/index.js"),implementation=__webpack_require__("./node_modules/object-is/implementation.js"),getPolyfill=__webpack_require__("./node_modules/object-is/polyfill.js"),shim=__webpack_require__("./node_modules/object-is/shim.js"),polyfill=callBind(getPolyfill(),Object);define(polyfill,{getPolyfill,implementation,shim}),module.exports=polyfill},"./node_modules/object-is/polyfill.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var implementation=__webpack_require__("./node_modules/object-is/implementation.js");module.exports=function getPolyfill(){return"function"==typeof Object.is?Object.is:implementation}},"./node_modules/object-is/shim.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var getPolyfill=__webpack_require__("./node_modules/object-is/polyfill.js"),define=__webpack_require__("./node_modules/define-properties/index.js");module.exports=function shimObjectIs(){var polyfill=getPolyfill();return define(Object,{is:polyfill},{is:function testObjectIs(){return Object.is!==polyfill}}),polyfill}},"./node_modules/object-keys/implementation.js":(module,__unused_webpack_exports,__webpack_require__)=>{"use strict";var keysShim;if(!Object.keys){var has=Object.prototype.hasOwnProperty,toStr=Object.prototype.toString,isArgs=__webpack_require__("./node_modules/object-keys/isArguments.js"),isEnumerable=Object.prototype.propertyIsEnumerable,hasDontEnumBug=!isEnumerable.call({toString:null},"toString"),hasProtoEnumBug=isEnumerable.call((function(){}),"prototype"),dontEnums=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],equalsConstructorPrototype=function(o){var ctor=o.constructor;return ctor&&ctor.prototype===o},excludedKeys={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},hasAutomationEqualityBug=function(){if("undefined"==typeof window)return!1;for(var k in window)try{if(!excludedKeys["$"+k]&&has.call(window,k)&&null!==window[k]&&"object"==typeof window[k])try{equalsConstructorPrototype(window[k])}catch(e){return!0}}catch(e){return!0}return!1}();keysShim=function keys(object){var isObject=null!==object&&"object"==typeof object,isFunction="[object Function]"===toStr.call(object),isArguments=isArgs(object),isString=isObject&&"[object String]"===toStr.call(object),theKeys=[];if(!isObject&&!isFunction&&!isArguments)throw new TypeError("Object.keys called on a non-object");var skipProto=hasProtoEnumBug&&isFunction;if(isString&&object.length>0&&!has.call(object,0))for(var i=0;i0)for(var j=0;j{"use strict";var slice=Array.prototype.slice,isArgs=__webpack_require__("./node_modules/object-keys/isArguments.js"),origKeys=Object.keys,keysShim=origKeys?function keys(o){return origKeys(o)}:__webpack_require__("./node_modules/object-keys/implementation.js"),originalKeys=Object.keys;keysShim.shim=function shimObjectKeys(){if(Object.keys){var keysWorksWithArguments=function(){var args=Object.keys(arguments);return args&&args.length===arguments.length}(1,2);keysWorksWithArguments||(Object.keys=function keys(object){return isArgs(object)?originalKeys(slice.call(object)):originalKeys(object)})}else Object.keys=keysShim;return Object.keys||keysShim},module.exports=keysShim},"./node_modules/object-keys/isArguments.js":module=>{"use strict";var toStr=Object.prototype.toString;module.exports=function isArguments(value){var str=toStr.call(value),isArgs="[object Arguments]"===str;return isArgs||(isArgs="[object Array]"!==str&&null!==value&&"object"==typeof value&&"number"==typeof value.length&&value.length>=0&&"[object Function]"===toStr.call(value.callee)),isArgs}},"./node_modules/process/browser.js":module=>{var cachedSetTimeout,cachedClearTimeout,process=module.exports={};function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e){return cachedSetTimeout.call(this,fun,0)}}}!function(){try{cachedSetTimeout="function"==typeof setTimeout?setTimeout:defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{cachedClearTimeout="function"==typeof clearTimeout?clearTimeout:defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}}();var currentQueue,queue=[],draining=!1,queueIndex=-1;function cleanUpNextTick(){draining&¤tQueue&&(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex1)for(var i=1;i{"use strict";var ReactPropTypesSecret=__webpack_require__("./node_modules/prop-types/lib/ReactPropTypesSecret.js");function emptyFunction(){}function emptyFunctionWithReset(){}emptyFunctionWithReset.resetWarningCache=emptyFunction,module.exports=function(){function shim(props,propName,componentName,location,propFullName,secret){if(secret!==ReactPropTypesSecret){var err=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw err.name="Invariant Violation",err}}function getShim(){return shim}shim.isRequired=shim;var ReactPropTypes={array:shim,bigint:shim,bool:shim,func:shim,number:shim,object:shim,string:shim,symbol:shim,any:shim,arrayOf:getShim,element:shim,elementType:shim,instanceOf:getShim,node:shim,objectOf:getShim,oneOf:getShim,oneOfType:getShim,shape:getShim,exact:getShim,checkPropTypes:emptyFunctionWithReset,resetWarningCache:emptyFunction};return ReactPropTypes.PropTypes=ReactPropTypes,ReactPropTypes}},"./node_modules/prop-types/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{module.exports=__webpack_require__("./node_modules/prop-types/factoryWithThrowingShims.js")()},"./node_modules/prop-types/lib/ReactPropTypesSecret.js":module=>{"use strict";module.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},"./node_modules/react-dom/cjs/react-dom.production.min.js":(__unused_webpack_module,exports,__webpack_require__)=>{"use strict";var aa=__webpack_require__("./node_modules/react/index.js"),ca=__webpack_require__("./node_modules/scheduler/index.js");function p(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,c=1;c