twenty-sdk 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AllIcons-CGPKtPQS-CBzLmrUd.mjs → AllIcons-CGPKtPQS-DJFNbeMc.mjs} +4316 -4344
- package/dist/{AllIcons-CGPKtPQS-CoHKEEHb.js → AllIcons-CGPKtPQS-Dd8IM9mm.js} +2549 -2569
- package/dist/{HtmlTagToRemoteComponent-D_EW5OLu.mjs → HtmlTagToRemoteComponent-CKDJQf1M.mjs} +3 -3
- package/dist/{HtmlTagToRemoteComponent-CgtwxDeH.js → HtmlTagToRemoteComponent-Ch6F8pMT.js} +1 -1
- package/dist/cli/commands/app/app-dev.d.ts +2 -0
- package/dist/cli/utilities/api/api-service.d.ts +22 -2
- package/dist/cli/utilities/config/config-service.d.ts +2 -0
- package/dist/cli/utilities/dev/orchestrator/dev-mode-orchestrator.d.ts +1 -0
- package/dist/cli/utilities/dev/orchestrator/steps/register-app-orchestrator-step.d.ts +23 -0
- package/dist/cli/utilities/dev/orchestrator/steps/resolve-application-orchestrator-step.d.ts +1 -0
- package/dist/cli.cjs +80 -60
- package/dist/cli.mjs +1394 -1243
- package/dist/front-component-renderer/index.cjs +1 -1
- package/dist/front-component-renderer/index.mjs +1 -1
- package/dist/{get-function-input-schema-BZ7_XyUh-DAPandzB.mjs → get-function-input-schema-BZ7_XyUh-BggxZXtl.mjs} +1 -1
- package/dist/{get-function-input-schema-BZ7_XyUh-CCSi0u_q.js → get-function-input-schema-BZ7_XyUh-dHQTco6b.js} +1 -1
- package/dist/index-CGU9V37s.js +2200 -0
- package/dist/{index-DeMzdViF.mjs → index-CaKvLIGl.mjs} +18027 -17832
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +2 -2
- package/dist/ui/index.cjs +1 -1
- package/dist/ui/index.mjs +624 -614
- package/package.json +4 -4
- package/dist/index-CicdakVv.js +0 -2430
- package/generated/core/index.ts +0 -406
- package/generated/core/runtime/batcher.ts +0 -265
- package/generated/core/runtime/createClient.ts +0 -68
- package/generated/core/runtime/error.ts +0 -29
- package/generated/core/runtime/fetcher.ts +0 -98
- package/generated/core/runtime/generateGraphqlOperation.ts +0 -225
- package/generated/core/runtime/index.ts +0 -13
- package/generated/core/runtime/linkTypeMap.ts +0 -139
- package/generated/core/runtime/typeSelection.ts +0 -98
- package/generated/core/runtime/types.ts +0 -69
- package/generated/core/schema.graphql +0 -36745
- package/generated/core/schema.ts +0 -39341
- package/generated/core/types.ts +0 -45860
- package/generated/index.ts +0 -2
- package/generated/metadata/index.ts +0 -469
- package/generated/metadata/runtime/batcher.ts +0 -265
- package/generated/metadata/runtime/createClient.ts +0 -68
- package/generated/metadata/runtime/error.ts +0 -29
- package/generated/metadata/runtime/fetcher.ts +0 -98
- package/generated/metadata/runtime/generateGraphqlOperation.ts +0 -225
- package/generated/metadata/runtime/index.ts +0 -13
- package/generated/metadata/runtime/linkTypeMap.ts +0 -139
- package/generated/metadata/runtime/typeSelection.ts +0 -98
- package/generated/metadata/runtime/types.ts +0 -69
- package/generated/metadata/schema.graphql +0 -3971
- package/generated/metadata/schema.ts +0 -8357
- package/generated/metadata/types.ts +0 -10044
package/dist/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const y=require("@sniptt/guards"),p=require("react"),a=require("./HtmlTagToRemoteComponent-CgtwxDeH.js"),d=({config:e,errors:t=[]})=>({success:t.length===0,config:e,errors:t}),G=e=>{const t=[];return e.universalIdentifier||t.push("Application must have a universalIdentifier"),e.defaultRoleUniversalIdentifier||t.push("Application must have a defaultRoleUniversalIdentifier"),(!e.displayName||e.displayName.length===0)&&t.push("Application must have a non empty display name"),d({config:e,errors:t})},q=e=>{const t=[];return e.universalIdentifier||t.push("Front component must have a universalIdentifier"),e.component||t.push("Front component must have a component"),typeof e.component!="function"&&t.push("Front component component must be a React component"),e.command&&(e.command.universalIdentifier||t.push("Command must have a universalIdentifier"),e.command.label||t.push("Command must have a label")),d({config:e,errors:t})};var v=(e=>(e.DAY="DAY",e.MONTH="MONTH",e.QUARTER="QUARTER",e.YEAR="YEAR",e.WEEK="WEEK",e.DAY_OF_THE_WEEK="DAY_OF_THE_WEEK",e.MONTH_OF_THE_YEAR="MONTH_OF_THE_YEAR",e.QUARTER_OF_THE_YEAR="QUARTER_OF_THE_YEAR",e.NONE="NONE",e))(v||{});const _=e=>{if(!e)return[];const t=[];for(const n of e)y.isNonEmptyString(n.label)||t.push("Field must have a label"),y.isNonEmptyString(n.name)||t.push(`Field "${n.label}" must have a name`),y.isNonEmptyString(n.universalIdentifier)||t.push(`Field "${n.label}" must have a universalIdentifier`),(n.type===a.R.SELECT||n.type===a.R.MULTI_SELECT)&&(!Array.isArray(n.options)||n.options.length===0)&&t.push(`Field "${n.label}" is a SELECT/MULTI_SELECT type and must have options`);return t},Q=e=>{const t=[];e.objectUniversalIdentifier||t.push("Field must have an objectUniversalIdentifier");const n=_([e]);return t.push(...n),d({config:e,errors:t})},$=e=>{const t=[];return e.universalIdentifier||t.push("Logic function must have a universalIdentifier"),e.handler||t.push("Logic function must have a handler"),typeof e.handler!="function"&&t.push("Logic function handler must be a function"),e.httpRouteTriggerSettings&&(e.httpRouteTriggerSettings.path||t.push("Route trigger must have a path"),e.httpRouteTriggerSettings.httpMethod||t.push("Route trigger must have an httpMethod")),e.cronTriggerSettings&&(e.cronTriggerSettings.pattern||t.push("Cron trigger must have a pattern")),e.databaseEventTriggerSettings&&(e.databaseEventTriggerSettings.eventName||t.push("Database event trigger must have an eventName")),d({config:e,errors:t})},X=e=>{const t=[];return e.universalIdentifier||t.push("Pre install logic function must have a universalIdentifier"),e.handler||t.push("Pre install logic function must have a handler"),typeof e.handler!="function"&&t.push("Pre install logic function handler must be a function"),d({config:e,errors:t})},J=e=>{const t=[];return e.universalIdentifier||t.push("Post install logic function must have a universalIdentifier"),e.handler||t.push("Post install logic function must have a handler"),typeof e.handler!="function"&&t.push("Post install logic function handler must be a function"),d({config:e,errors:t})},z=e=>{const t=[];return e.universalIdentifier||t.push("NavigationMenuItem must have a universalIdentifier"),typeof e.position!="number"&&t.push("NavigationMenuItem must have a position"),d({config:e,errors:t})},Z=e=>{const t=[];e.universalIdentifier||t.push("Object must have a universalIdentifier"),e.nameSingular||t.push("Object must have a nameSingular"),e.namePlural||t.push("Object must have a namePlural"),e.labelSingular||t.push("Object must have a labelSingular"),e.labelPlural||t.push("Object must have a labelPlural");const n=_(e.fields);return t.push(...n),a.o(e.labelIdentifierFieldMetadataUniversalIdentifier)&&!e.fields.some(o=>o.universalIdentifier===e.labelIdentifierFieldMetadataUniversalIdentifier)&&t.push("labelIdentifierFieldMetadataUniversalIdentifier must reference a field defined in the fields array"),d({config:e,errors:t})},ee=e=>{const t=[];if(e.universalIdentifier||t.push("PageLayout must have a universalIdentifier"),e.name||t.push("PageLayout must have a name"),e.tabs){for(const n of e.tabs)if(n.universalIdentifier||t.push("PageLayoutTab must have a universalIdentifier"),n.title||t.push("PageLayoutTab must have a title"),n.widgets)for(const o of n.widgets)o.universalIdentifier||t.push("PageLayoutWidget must have a universalIdentifier"),o.title||t.push("PageLayoutWidget must have a title"),o.type||t.push("PageLayoutWidget must have a type")}return d({config:e,errors:t})},te=e=>{const t=[];if(e.universalIdentifier||t.push("Role must have a universalIdentifier"),e.label||t.push("Role must have a label"),e.objectPermissions)for(const n of e.objectPermissions)n.objectUniversalIdentifier||t.push("Object permission must have an objectUniversalIdentifier");if(e.fieldPermissions)for(const n of e.fieldPermissions)n.objectUniversalIdentifier||t.push("Field permission must have an objectUniversalIdentifier"),n.fieldUniversalIdentifier||t.push("Field permission must have a fieldUniversalIdentifier");return d({config:e,errors:t})};v.DAY,v.WEEK,v.MONTH,v.QUARTER,v.YEAR;var w=(e=>(e.API_KEYS_AND_WEBHOOKS="API_KEYS_AND_WEBHOOKS",e.WORKSPACE="WORKSPACE",e.WORKSPACE_MEMBERS="WORKSPACE_MEMBERS",e.ROLES="ROLES",e.DATA_MODEL="DATA_MODEL",e.SECURITY="SECURITY",e.WORKFLOWS="WORKFLOWS",e.IMPERSONATE="IMPERSONATE",e.SSO_BYPASS="SSO_BYPASS",e.APPLICATIONS="APPLICATIONS",e.MARKETPLACE_APPS="MARKETPLACE_APPS",e.LAYOUTS="LAYOUTS",e.BILLING="BILLING",e.AI_SETTINGS="AI_SETTINGS",e.AI="AI",e.VIEWS="VIEWS",e.UPLOAD_FILE="UPLOAD_FILE",e.DOWNLOAD_FILE="DOWNLOAD_FILE",e.SEND_EMAIL_TOOL="SEND_EMAIL_TOOL",e.HTTP_REQUEST_TOOL="HTTP_REQUEST_TOOL",e.CODE_INTERPRETER_TOOL="CODE_INTERPRETER_TOOL",e.IMPORT_CSV="IMPORT_CSV",e.EXPORT_CSV="EXPORT_CSV",e.CONNECTED_ACCOUNTS="CONNECTED_ACCOUNTS",e.PROFILE_INFORMATION="PROFILE_INFORMATION",e))(w||{});const ne=e=>{const t=[];return e.universalIdentifier||t.push("Skill must have a universalIdentifier"),e.name||t.push("Skill must have a name"),e.label||t.push("Skill must have a label"),e.content||t.push("Skill must have content"),d({config:e,errors:t})},ie=e=>{const t=[];if(e.universalIdentifier||t.push("View must have a universalIdentifier"),e.name||t.push("View must have a name"),e.objectUniversalIdentifier||t.push("View must have an objectUniversalIdentifier"),e.fields)for(const n of e.fields)n.universalIdentifier||t.push("ViewField must have a universalIdentifier"),n.fieldMetadataUniversalIdentifier||t.push("ViewField must have a fieldMetadataUniversalIdentifier");if(e.filters)for(const n of e.filters)n.universalIdentifier||t.push("ViewFilter must have a universalIdentifier"),n.fieldMetadataUniversalIdentifier||t.push("ViewFilter must have a fieldMetadataUniversalIdentifier");if(e.filterGroups)for(const n of e.filterGroups)n.universalIdentifier||t.push("ViewFilterGroup must have a universalIdentifier");if(e.groups)for(const n of e.groups)n.universalIdentifier||t.push("ViewGroup must have a universalIdentifier");if(e.fieldGroups)for(const n of e.fieldGroups)n.universalIdentifier||t.push("ViewFieldGroup must have a universalIdentifier");return d({config:e,errors:t})},re="__twentySdkExecutionContext__",P="__twentySdkContextListeners__",D=()=>(globalThis[P]||(globalThis[P]=new Set),globalThis[P]),N=()=>globalThis[re],oe=e=>{D().add(e)},se=e=>{D().delete(e)},ae=()=>{const e=a.frontComponentHostCommunicationApi.closeSidePanel;if(!a.o(e))throw new Error("closeSidePanelFunction is not set");return e()},T=e=>{const t=a.frontComponentHostCommunicationApi.enqueueSnackbar;if(!a.o(t))throw new Error("enqueueSnackbarFunction is not set");return t(e)},x=(e,t,n,o)=>{const l=a.frontComponentHostCommunicationApi.navigate;if(!a.o(l))throw new Error("navigateFunction is not set");return l(e,t,n,o)},U=e=>{const t=a.frontComponentHostCommunicationApi.openSidePanelPage;if(!a.o(t))throw new Error("openSidePanelPageFunction is not set");return t(e)},C=()=>{const e=a.frontComponentHostCommunicationApi.unmountFrontComponent;if(!a.o(e))throw new Error("unmountFrontComponentFunction is not set");return e()},R=e=>{const[t,n]=p.useState(()=>e(N())),o=p.useRef(t);return p.useEffect(()=>{const l=()=>{const r=e(N());r!==o.current&&(o.current=r,n(r))};return oe(l),l(),()=>se(l)},[e]),t},ue=e=>e.frontComponentId,b=()=>R(ue),le=e=>e.userId,de=()=>R(le),g=e=>`${e}-action-error`,ce=["click","dblclick","mousedown","mouseup","mouseover","mouseout","mouseenter","mouseleave","keydown","keyup","keypress","focus","blur","change","input","submit","scroll","wheel","contextmenu","drag"],pe={click:"onClick",dblclick:"onDoubleClick",mousedown:"onMouseDown",mouseup:"onMouseUp",mouseover:"onMouseOver",mouseout:"onMouseOut",mouseenter:"onMouseEnter",mouseleave:"onMouseLeave",keydown:"onKeyDown",keyup:"onKeyUp",keypress:"onKeyPress",focus:"onFocus",blur:"onBlur",change:"onChange",input:"onInput",submit:"onSubmit",scroll:"onScroll",wheel:"onWheel",contextmenu:"onContextMenu",drag:"onDrag",timeupdate:"onTimeUpdate",play:"onPlay",pause:"onPause",ended:"onEnded",loadedmetadata:"onLoadedMetadata",loadeddata:"onLoadedData",volumechange:"onVolumeChange",seeking:"onSeeking",seeked:"onSeeked",error:"onError",canplay:"onCanPlay",canplaythrough:"onCanPlayThrough",waiting:"onWaiting",progress:"onProgress",durationchange:"onDurationChange",ratechange:"onRateChange",stalled:"onStalled",suspend:"onSuspend",emptied:"onEmptied"},fe={id:{type:"string",optional:!0},className:{type:"string",optional:!0},style:{type:"string",optional:!0},title:{type:"string",optional:!0},tabIndex:{type:"number",optional:!0},role:{type:"string",optional:!0},"aria-label":{type:"string",optional:!0},"aria-hidden":{type:"boolean",optional:!0},"data-testid":{type:"string",optional:!0}},he=({execute:e})=>{const[t,n]=p.useState(!1),o=b();return p.useEffect(()=>{if(t)return;n(!0),(async()=>{try{await e()}catch(r){r instanceof Error&&await T({message:"Action failed",detailedMessage:r.message,variant:"error",dedupeKey:g(o)})}finally{await C()}})()},[e,t,o]),null},me=({to:e,params:t,queryParams:n,options:o})=>{const[l,r]=p.useState(!1),h=b();return p.useEffect(()=>{if(l)return;r(!0),(async()=>{try{await x(e,t,n,o)}catch(S){S instanceof Error&&await T({message:"Action failed",detailedMessage:S.message,variant:"error",dedupeKey:g(h)})}finally{await C()}})()},[e,t,n,o,l,h]),null},ve=({page:e,pageTitle:t,pageIcon:n,onClick:o,shouldResetSearchState:l=!1})=>{const[r,h]=p.useState(!1),E=b();return p.useEffect(()=>{if(r)return;h(!0),(async()=>{o?.();try{await U({page:e,pageTitle:t,pageIcon:n,shouldResetSearchState:l})}catch(O){O instanceof Error&&await T({message:"Action failed",detailedMessage:O.message,variant:"error",dedupeKey:g(E)})}finally{await C()}})()},[e,t,n,l,o,r,E]),null};class Ee{constructor(t){this.cssText=t}}class Se extends Array{item(t){return this[t]??null}}class Oe{constructor(t){this.cssRules=new Se,this.onChange=t}insertRule(t,n){const o=n??this.cssRules.length;return this.cssRules.splice(o,0,new Ee(t)),this.notify(),o}deleteRule(t){this.cssRules.splice(t,1),this.notify()}notify(){const t=this.cssRules.map(n=>n.cssText).join(`
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const y=require("@sniptt/guards"),p=require("react"),a=require("./HtmlTagToRemoteComponent-Ch6F8pMT.js"),d=({config:e,errors:t=[]})=>({success:t.length===0,config:e,errors:t}),G=e=>{const t=[];return e.universalIdentifier||t.push("Application must have a universalIdentifier"),e.defaultRoleUniversalIdentifier||t.push("Application must have a defaultRoleUniversalIdentifier"),(!e.displayName||e.displayName.length===0)&&t.push("Application must have a non empty display name"),d({config:e,errors:t})},q=e=>{const t=[];return e.universalIdentifier||t.push("Front component must have a universalIdentifier"),e.component||t.push("Front component must have a component"),typeof e.component!="function"&&t.push("Front component component must be a React component"),e.command&&(e.command.universalIdentifier||t.push("Command must have a universalIdentifier"),e.command.label||t.push("Command must have a label")),d({config:e,errors:t})};var v=(e=>(e.DAY="DAY",e.MONTH="MONTH",e.QUARTER="QUARTER",e.YEAR="YEAR",e.WEEK="WEEK",e.DAY_OF_THE_WEEK="DAY_OF_THE_WEEK",e.MONTH_OF_THE_YEAR="MONTH_OF_THE_YEAR",e.QUARTER_OF_THE_YEAR="QUARTER_OF_THE_YEAR",e.NONE="NONE",e))(v||{});const _=e=>{if(!e)return[];const t=[];for(const n of e)y.isNonEmptyString(n.label)||t.push("Field must have a label"),y.isNonEmptyString(n.name)||t.push(`Field "${n.label}" must have a name`),y.isNonEmptyString(n.universalIdentifier)||t.push(`Field "${n.label}" must have a universalIdentifier`),(n.type===a.R.SELECT||n.type===a.R.MULTI_SELECT)&&(!Array.isArray(n.options)||n.options.length===0)&&t.push(`Field "${n.label}" is a SELECT/MULTI_SELECT type and must have options`);return t},Q=e=>{const t=[];e.objectUniversalIdentifier||t.push("Field must have an objectUniversalIdentifier");const n=_([e]);return t.push(...n),d({config:e,errors:t})},$=e=>{const t=[];return e.universalIdentifier||t.push("Logic function must have a universalIdentifier"),e.handler||t.push("Logic function must have a handler"),typeof e.handler!="function"&&t.push("Logic function handler must be a function"),e.httpRouteTriggerSettings&&(e.httpRouteTriggerSettings.path||t.push("Route trigger must have a path"),e.httpRouteTriggerSettings.httpMethod||t.push("Route trigger must have an httpMethod")),e.cronTriggerSettings&&(e.cronTriggerSettings.pattern||t.push("Cron trigger must have a pattern")),e.databaseEventTriggerSettings&&(e.databaseEventTriggerSettings.eventName||t.push("Database event trigger must have an eventName")),d({config:e,errors:t})},X=e=>{const t=[];return e.universalIdentifier||t.push("Pre install logic function must have a universalIdentifier"),e.handler||t.push("Pre install logic function must have a handler"),typeof e.handler!="function"&&t.push("Pre install logic function handler must be a function"),d({config:e,errors:t})},J=e=>{const t=[];return e.universalIdentifier||t.push("Post install logic function must have a universalIdentifier"),e.handler||t.push("Post install logic function must have a handler"),typeof e.handler!="function"&&t.push("Post install logic function handler must be a function"),d({config:e,errors:t})},z=e=>{const t=[];return e.universalIdentifier||t.push("NavigationMenuItem must have a universalIdentifier"),typeof e.position!="number"&&t.push("NavigationMenuItem must have a position"),d({config:e,errors:t})},Z=e=>{const t=[];e.universalIdentifier||t.push("Object must have a universalIdentifier"),e.nameSingular||t.push("Object must have a nameSingular"),e.namePlural||t.push("Object must have a namePlural"),e.labelSingular||t.push("Object must have a labelSingular"),e.labelPlural||t.push("Object must have a labelPlural");const n=_(e.fields);return t.push(...n),a.o(e.labelIdentifierFieldMetadataUniversalIdentifier)&&!e.fields.some(o=>o.universalIdentifier===e.labelIdentifierFieldMetadataUniversalIdentifier)&&t.push("labelIdentifierFieldMetadataUniversalIdentifier must reference a field defined in the fields array"),d({config:e,errors:t})},ee=e=>{const t=[];if(e.universalIdentifier||t.push("PageLayout must have a universalIdentifier"),e.name||t.push("PageLayout must have a name"),e.tabs){for(const n of e.tabs)if(n.universalIdentifier||t.push("PageLayoutTab must have a universalIdentifier"),n.title||t.push("PageLayoutTab must have a title"),n.widgets)for(const o of n.widgets)o.universalIdentifier||t.push("PageLayoutWidget must have a universalIdentifier"),o.title||t.push("PageLayoutWidget must have a title"),o.type||t.push("PageLayoutWidget must have a type")}return d({config:e,errors:t})},te=e=>{const t=[];if(e.universalIdentifier||t.push("Role must have a universalIdentifier"),e.label||t.push("Role must have a label"),e.objectPermissions)for(const n of e.objectPermissions)n.objectUniversalIdentifier||t.push("Object permission must have an objectUniversalIdentifier");if(e.fieldPermissions)for(const n of e.fieldPermissions)n.objectUniversalIdentifier||t.push("Field permission must have an objectUniversalIdentifier"),n.fieldUniversalIdentifier||t.push("Field permission must have a fieldUniversalIdentifier");return d({config:e,errors:t})};v.DAY,v.WEEK,v.MONTH,v.QUARTER,v.YEAR;var w=(e=>(e.API_KEYS_AND_WEBHOOKS="API_KEYS_AND_WEBHOOKS",e.WORKSPACE="WORKSPACE",e.WORKSPACE_MEMBERS="WORKSPACE_MEMBERS",e.ROLES="ROLES",e.DATA_MODEL="DATA_MODEL",e.SECURITY="SECURITY",e.WORKFLOWS="WORKFLOWS",e.IMPERSONATE="IMPERSONATE",e.SSO_BYPASS="SSO_BYPASS",e.APPLICATIONS="APPLICATIONS",e.MARKETPLACE_APPS="MARKETPLACE_APPS",e.LAYOUTS="LAYOUTS",e.BILLING="BILLING",e.AI_SETTINGS="AI_SETTINGS",e.AI="AI",e.VIEWS="VIEWS",e.UPLOAD_FILE="UPLOAD_FILE",e.DOWNLOAD_FILE="DOWNLOAD_FILE",e.SEND_EMAIL_TOOL="SEND_EMAIL_TOOL",e.HTTP_REQUEST_TOOL="HTTP_REQUEST_TOOL",e.CODE_INTERPRETER_TOOL="CODE_INTERPRETER_TOOL",e.IMPORT_CSV="IMPORT_CSV",e.EXPORT_CSV="EXPORT_CSV",e.CONNECTED_ACCOUNTS="CONNECTED_ACCOUNTS",e.PROFILE_INFORMATION="PROFILE_INFORMATION",e))(w||{});const ne=e=>{const t=[];return e.universalIdentifier||t.push("Skill must have a universalIdentifier"),e.name||t.push("Skill must have a name"),e.label||t.push("Skill must have a label"),e.content||t.push("Skill must have content"),d({config:e,errors:t})},ie=e=>{const t=[];if(e.universalIdentifier||t.push("View must have a universalIdentifier"),e.name||t.push("View must have a name"),e.objectUniversalIdentifier||t.push("View must have an objectUniversalIdentifier"),e.fields)for(const n of e.fields)n.universalIdentifier||t.push("ViewField must have a universalIdentifier"),n.fieldMetadataUniversalIdentifier||t.push("ViewField must have a fieldMetadataUniversalIdentifier");if(e.filters)for(const n of e.filters)n.universalIdentifier||t.push("ViewFilter must have a universalIdentifier"),n.fieldMetadataUniversalIdentifier||t.push("ViewFilter must have a fieldMetadataUniversalIdentifier");if(e.filterGroups)for(const n of e.filterGroups)n.universalIdentifier||t.push("ViewFilterGroup must have a universalIdentifier");if(e.groups)for(const n of e.groups)n.universalIdentifier||t.push("ViewGroup must have a universalIdentifier");if(e.fieldGroups)for(const n of e.fieldGroups)n.universalIdentifier||t.push("ViewFieldGroup must have a universalIdentifier");return d({config:e,errors:t})},re="__twentySdkExecutionContext__",P="__twentySdkContextListeners__",D=()=>(globalThis[P]||(globalThis[P]=new Set),globalThis[P]),N=()=>globalThis[re],oe=e=>{D().add(e)},se=e=>{D().delete(e)},ae=()=>{const e=a.frontComponentHostCommunicationApi.closeSidePanel;if(!a.o(e))throw new Error("closeSidePanelFunction is not set");return e()},T=e=>{const t=a.frontComponentHostCommunicationApi.enqueueSnackbar;if(!a.o(t))throw new Error("enqueueSnackbarFunction is not set");return t(e)},x=(e,t,n,o)=>{const l=a.frontComponentHostCommunicationApi.navigate;if(!a.o(l))throw new Error("navigateFunction is not set");return l(e,t,n,o)},U=e=>{const t=a.frontComponentHostCommunicationApi.openSidePanelPage;if(!a.o(t))throw new Error("openSidePanelPageFunction is not set");return t(e)},C=()=>{const e=a.frontComponentHostCommunicationApi.unmountFrontComponent;if(!a.o(e))throw new Error("unmountFrontComponentFunction is not set");return e()},R=e=>{const[t,n]=p.useState(()=>e(N())),o=p.useRef(t);return p.useEffect(()=>{const l=()=>{const r=e(N());r!==o.current&&(o.current=r,n(r))};return oe(l),l(),()=>se(l)},[e]),t},ue=e=>e.frontComponentId,b=()=>R(ue),le=e=>e.userId,de=()=>R(le),g=e=>`${e}-action-error`,ce=["click","dblclick","mousedown","mouseup","mouseover","mouseout","mouseenter","mouseleave","keydown","keyup","keypress","focus","blur","change","input","submit","scroll","wheel","contextmenu","drag"],pe={click:"onClick",dblclick:"onDoubleClick",mousedown:"onMouseDown",mouseup:"onMouseUp",mouseover:"onMouseOver",mouseout:"onMouseOut",mouseenter:"onMouseEnter",mouseleave:"onMouseLeave",keydown:"onKeyDown",keyup:"onKeyUp",keypress:"onKeyPress",focus:"onFocus",blur:"onBlur",change:"onChange",input:"onInput",submit:"onSubmit",scroll:"onScroll",wheel:"onWheel",contextmenu:"onContextMenu",drag:"onDrag",timeupdate:"onTimeUpdate",play:"onPlay",pause:"onPause",ended:"onEnded",loadedmetadata:"onLoadedMetadata",loadeddata:"onLoadedData",volumechange:"onVolumeChange",seeking:"onSeeking",seeked:"onSeeked",error:"onError",canplay:"onCanPlay",canplaythrough:"onCanPlayThrough",waiting:"onWaiting",progress:"onProgress",durationchange:"onDurationChange",ratechange:"onRateChange",stalled:"onStalled",suspend:"onSuspend",emptied:"onEmptied"},fe={id:{type:"string",optional:!0},className:{type:"string",optional:!0},style:{type:"string",optional:!0},title:{type:"string",optional:!0},tabIndex:{type:"number",optional:!0},role:{type:"string",optional:!0},"aria-label":{type:"string",optional:!0},"aria-hidden":{type:"boolean",optional:!0},"data-testid":{type:"string",optional:!0}},he=({execute:e})=>{const[t,n]=p.useState(!1),o=b();return p.useEffect(()=>{if(t)return;n(!0),(async()=>{try{await e()}catch(r){r instanceof Error&&await T({message:"Action failed",detailedMessage:r.message,variant:"error",dedupeKey:g(o)})}finally{await C()}})()},[e,t,o]),null},me=({to:e,params:t,queryParams:n,options:o})=>{const[l,r]=p.useState(!1),h=b();return p.useEffect(()=>{if(l)return;r(!0),(async()=>{try{await x(e,t,n,o)}catch(S){S instanceof Error&&await T({message:"Action failed",detailedMessage:S.message,variant:"error",dedupeKey:g(h)})}finally{await C()}})()},[e,t,n,o,l,h]),null},ve=({page:e,pageTitle:t,pageIcon:n,onClick:o,shouldResetSearchState:l=!1})=>{const[r,h]=p.useState(!1),E=b();return p.useEffect(()=>{if(r)return;h(!0),(async()=>{o?.();try{await U({page:e,pageTitle:t,pageIcon:n,shouldResetSearchState:l})}catch(O){O instanceof Error&&await T({message:"Action failed",detailedMessage:O.message,variant:"error",dedupeKey:g(E)})}finally{await C()}})()},[e,t,n,l,o,r,E]),null};class Ee{constructor(t){this.cssText=t}}class Se extends Array{item(t){return this[t]??null}}class Oe{constructor(t){this.cssRules=new Se,this.onChange=t}insertRule(t,n){const o=n??this.cssRules.length;return this.cssRules.splice(o,0,new Ee(t)),this.notify(),o}deleteRule(t){this.cssRules.splice(t,1),this.notify()}notify(){const t=this.cssRules.map(n=>n.cssText).join(`
|
|
2
2
|
`);this.onChange(t)}}const Ie=e=>{const t=new WeakMap,n=new WeakMap,o=i=>{if(t.has(i))return;const s=document.createElement("remote-style");t.set(i,s);const L=(i.getAttributeNames?.()??[]).filter(u=>u.startsWith("data-")).map(u=>`${u}=${i.getAttribute(u)??""}`).join(";");L.length>0&&(s.styleKey=L);const I=()=>{s.cssText=i.textContent??""},j=new Oe(u=>{s.cssText=u});try{Object.defineProperty(i,"sheet",{get:()=>j,configurable:!0})}catch{}const M=Object.getPrototypeOf(i),A=Object.getOwnPropertyDescriptor(i,"textContent")??Object.getOwnPropertyDescriptor(M,"textContent")??Object.getOwnPropertyDescriptor(Object.getPrototypeOf(M),"textContent");if(A?.set){const u=A.set;try{Object.defineProperty(i,"textContent",{get:A.get,set(f){u.call(this,f),s.cssText=f??""},configurable:!0})}catch{}}const W=i.appendChild.bind(i);try{i.appendChild=u=>{const f=W(u);return I(),f}}catch{}const K=i.insertBefore.bind(i);try{i.insertBefore=(u,f)=>{const B=K(u,f);return I(),B}}catch{}const Y=i.removeChild.bind(i);try{i.removeChild=u=>{const f=Y(u);return I(),f}}catch{}if(typeof MutationObserver=="function")try{const u=new MutationObserver(()=>{I()});typeof u.observe=="function"&&(u.observe(i,{subtree:!0,childList:!0,characterData:!0}),n.set(i,u))}catch{}const F=i.textContent;F&&(s.cssText=F),e.appendChild(s)},l=i=>{const s=n.get(i);s&&(s.disconnect(),n.delete(i));const c=t.get(i);c&&c.parentNode&&(c.parentNode.removeChild(c),t.delete(i))},r=document.head,h=r.appendChild.bind(r),E=r.insertBefore.bind(r),S=r.append.bind(r),O=r.prepend.bind(r),k=r.replaceChild.bind(r),V=r.removeChild.bind(r);r.appendChild=i=>{const s=h(i);return m(i)&&o(i),s},r.insertBefore=(i,s)=>{const c=E(i,s);return m(i)&&o(i),c},r.append=(...i)=>{S(...i);for(const s of i)m(s)&&o(s)},r.prepend=(...i)=>{O(...i);for(const s of i)m(s)&&o(s)},r.replaceChild=(i,s)=>{const c=k(i,s);return m(s)&&l(s),m(i)&&o(i),c},r.removeChild=i=>{const s=V(i);return m(i)&&l(i),s};const H=Array.from(r.querySelectorAll("style"));for(const i of H)o(i);Object.defineProperty(document,"styleSheets",{get:()=>[],configurable:!0})},m=e=>typeof e!="string"&&"localName"in e&&e.localName==="style",Te=e=>{for(const[t,n]of Object.entries(e))globalThis[t]=n};exports.ALLOWED_HTML_ELEMENTS=a.ALLOWED_HTML_ELEMENTS;exports.AggregateOperations=a.n;exports.AppPath=a.s;exports.CommandMenuPages=a.p;exports.FieldType=a.R;exports.HTML_TAG_TO_REMOTE_COMPONENT=a.HTML_TAG_TO_REMOTE_COMPONENT;exports.OnDeleteAction=a.W;exports.PageLayoutTabLayoutMode=a.v;exports.RelationType=a.V;exports.STANDARD_OBJECT=a.y;exports.STANDARD_OBJECT_UNIVERSAL_IDENTIFIERS=a.y;exports.Action=he;exports.ActionLink=me;exports.ActionOpenSidePanelPage=ve;exports.COMMON_HTML_EVENTS=ce;exports.EVENT_TO_REACT=pe;exports.HTML_COMMON_PROPERTIES=fe;exports.ObjectRecordGroupByDateGranularity=v;exports.PermissionFlag=w;exports.closeSidePanel=ae;exports.createValidationResult=d;exports.defineApplication=G;exports.defineField=Q;exports.defineFrontComponent=q;exports.defineLogicFunction=$;exports.defineNavigationMenuItem=z;exports.defineObject=Z;exports.definePageLayout=ee;exports.definePostInstallLogicFunction=J;exports.definePreInstallLogicFunction=X;exports.defineRole=te;exports.defineSkill=ne;exports.defineView=ie;exports.enqueueSnackbar=T;exports.exposeGlobals=Te;exports.getFrontComponentActionErrorDedupeKey=g;exports.installStyleBridge=Ie;exports.navigate=x;exports.openSidePanelPage=U;exports.unmountFrontComponent=C;exports.useFrontComponentExecutionContext=R;exports.useFrontComponentId=b;exports.useUserId=de;exports.validateFields=_;
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isNonEmptyString as y } from "@sniptt/guards";
|
|
2
2
|
import { useState as T, useRef as G, useEffect as b } from "react";
|
|
3
|
-
import { R as N, o as m, f as S } from "./HtmlTagToRemoteComponent-
|
|
4
|
-
import { A as Fe, n as Me, s as Ne, p as we, H as De, W as xe, v as Ue, V as ke, y as je, y as Ve } from "./HtmlTagToRemoteComponent-
|
|
3
|
+
import { R as N, o as m, f as S } from "./HtmlTagToRemoteComponent-CKDJQf1M.mjs";
|
|
4
|
+
import { A as Fe, n as Me, s as Ne, p as we, H as De, W as xe, v as Ue, V as ke, y as je, y as Ve } from "./HtmlTagToRemoteComponent-CKDJQf1M.mjs";
|
|
5
5
|
const l = ({
|
|
6
6
|
config: e,
|
|
7
7
|
errors: t = []
|
package/dist/ui/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("../index-CicdakVv.js"),n=require("@emotion/react");exports.ACCENT_DARK=o.de$3;exports.ACCENT_LIGHT=o.hA;exports.ANIMATION=o.t;exports.AVATAR_PROPERTIES_BY_SIZE=o.A;exports.AdvancedSettingsToggle=o.jt;exports.AnimatedButton=o.Bo;exports.AnimatedCheckmark=o.R2;exports.AnimatedCircleLoading=o.P$4;exports.AnimatedContainer=o.D$2;exports.AnimatedEaseIn=o._;exports.AnimatedEaseInOut=o.U$2;exports.AnimatedExpandableContainer=o.K$1;exports.AnimatedFadeOut=o.F;exports.AnimatedLightIconButton=o.Lo;exports.AnimatedPlaceholder=o.X;exports.AnimatedPlaceholderEmptyContainer=o.U$1;exports.AnimatedPlaceholderEmptySubTitle=o.Q;exports.AnimatedPlaceholderEmptyTextContainer=o.$;exports.AnimatedPlaceholderEmptyTitle=o.J$1;exports.AnimatedPlaceholderErrorContainer=o.Z$1;exports.AnimatedPlaceholderErrorSubTitle=o.ne$2;exports.AnimatedPlaceholderErrorTextContainer=o.ee$1;exports.AnimatedPlaceholderErrorTitle=o.oe$1;exports.AnimatedRotate=o.V$3;exports.AnimatedTextWord=o.$$1;exports.AnimatedTranslation=o.k$1;exports.AppTooltip=o.L;exports.AutogrowWrapper=o.J$3;exports.Avatar=o.to;exports.AvatarChip=o.ur;exports.AvatarGroup=o.A2;exports.BACKGROUND=o.M$2;exports.BACKGROUND_DARK=o.uA;exports.BACKGROUND_LIGHT=o.cA;exports.BASE_CODE_EDITOR_THEME_ID=o.K;exports.BLUR_DARK=o.JA;exports.BLUR_LIGHT=o.qA;exports.BORDER_COMMON=o.CA;exports.BORDER_DARK=o.zA;exports.BORDER_LIGHT=o.NA;exports.BOX_SHADOW_DARK=o.LA;exports.BOX_SHADOW_LIGHT=o.HA;exports.Banner=o.T2;exports.Button=o.fr;exports.ButtonGroup=o.Eo;exports.CAL_LINK=o.Pt;exports.CODE_DARK=o.vA;exports.CODE_LIGHT=o.WA;exports.COLOR_DARK=o.ne$3;exports.COLOR_LIGHT=o.A$2;exports.Callout=o.P2;exports.Card=o.te$1;exports.CardContent=o.re$1;exports.CardFooter=o.ie$1;exports.CardHeader=o.ae$1;exports.CardPicker=o.Oo;exports.Checkbox=o.D$1;exports.CheckboxAccent=o.P$1;exports.CheckboxShape=o.H;exports.CheckboxSize=o.M$1;exports.CheckboxVariant=o.E;exports.Checkmark=o.$r;exports.Chip=o.S;exports.ChipAccent=o.R;exports.ChipSize=o.M;exports.ChipVariant=o.b;exports.CircularProgressBar=o.C;exports.ClickToActionLink=o.ze$1;exports.CodeEditor=o.Po;exports.ColorPickerButton=o.Io;exports.ColorSample=o.j;exports.ColorSchemeCard=o.R$1;exports.ColorSchemePicker=o.Ho;exports.CommandBlock=o._2;exports.ContactLink=o._t;exports.CoreEditorHeader=o._o;exports.DARK_BACKGROUND=o.P$2;exports.DARK_MOVING_IMAGE=o.j$1;exports.EMPTY_PLACEHOLDER_TRANSITION_PROPS=o.q;exports.FONT_COMMON=o.KA;exports.FONT_DARK=o.wA;exports.FONT_LIGHT=o.pA;exports.FloatingButton=o.Do;exports.FloatingButtonGroup=o.Mo;exports.FloatingIconButton=o.Lr;exports.FloatingIconButtonGroup=o.Fo;exports.GITHUB_LINK=o.Ae$1;exports.GRAY_SCALE_DARK=o.c;exports.GRAY_SCALE_DARK_ALPHA=o.ie$2;exports.GRAY_SCALE_LIGHT=o.j$2;exports.GRAY_SCALE_LIGHT_ALPHA=o.g$1;exports.GithubVersionLink=o.Nt;exports.H1Title=o.De;exports.H1TitleFontColor=o.Be;exports.H2Title=o.Ae;exports.H3Title=o.Te;exports.HOVER_BACKGROUND=o.a$1;exports.HorizontalSeparator=o.Fe;exports.ICON=o.pe$1;exports.ILLUSTRATION_ICON_DARK=o.XA;exports.ILLUSTRATION_ICON_LIGHT=o.TA;exports.Icon=o.O2;exports.Icon123=o.IconNumber123;exports.IconAddressBook=o.H2;exports.IconAlertCircle=o.IconAlertCircle;exports.IconAlertTriangle=o.IconAlertTriangle;exports.IconAlignBoxLeftTop=o.IconAlignBoxLeftTop;exports.IconAlignCenter=o.IconAlignCenter;exports.IconAlignLeft=o.IconAlignLeft;exports.IconAlignRight=o.IconAlignRight;exports.IconApi=o.IconApi;exports.IconAppWindow=o.IconAppWindow;exports.IconApps=o.IconApps;exports.IconArchive=o.IconArchive;exports.IconArchiveOff=o.IconArchiveOff;exports.IconArrowBackUp=o.IconArrowBackUp;exports.IconArrowDown=o.IconArrowDown;exports.IconArrowLeft=o.IconArrowLeft;exports.IconArrowMerge=o.IconArrowMerge;exports.IconArrowRight=o.IconArrowRight;exports.IconArrowUp=o.IconArrowUp;exports.IconArrowUpRight=o.IconArrowUpRight;exports.IconArrowsDiagonal=o.IconArrowsDiagonal;exports.IconArrowsSort=o.IconArrowsSort;exports.IconArrowsSplit2=o.IconArrowsSplit2;exports.IconArrowsVertical=o.IconArrowsVertical;exports.IconAt=o.IconAt;exports.IconAxisX=o.IconAxisX;exports.IconAxisY=o.IconAxisY;exports.IconBadge2k=o.IconBadge2k;exports.IconBaselineDensitySmall=o.IconBaselineDensitySmall;exports.IconBell=o.IconBell;exports.IconBlockquote=o.IconBlockquote;exports.IconBold=o.IconBold;exports.IconBolt=o.IconBolt;exports.IconBook2=o.IconBook2;exports.IconBookmark=o.IconBookmark;exports.IconBookmarkPlus=o.IconBookmarkPlus;exports.IconBox=o.IconBox;exports.IconBoxMultiple=o.IconBoxMultiple;exports.IconBrackets=o.IconBrackets;exports.IconBracketsAngle=o.IconBracketsAngle;exports.IconBracketsContain=o.IconBracketsContain;exports.IconBrain=o.IconBrain;exports.IconBrandAnthropic=o.W2;exports.IconBrandDaysCounter=o.IconBrandDaysCounter;exports.IconBrandGithub=o.IconBrandGithub;exports.IconBrandGoogle=o.IconBrandGoogle;exports.IconBrandGraphql=o.IconBrandGraphql;exports.IconBrandGroq=o.V2;exports.IconBrandLinkedin=o.IconBrandLinkedin;exports.IconBrandMistral=o.j2;exports.IconBrandOpenai=o.IconBrandOpenai;exports.IconBrandX=o.IconBrandX;exports.IconBrandXai=o.q2;exports.IconBriefcase=o.IconBriefcase;exports.IconBroadcast=o.IconBroadcast;exports.IconBrowserMaximize=o.IconBrowserMaximize;exports.IconBuildingSkyscraper=o.IconBuildingSkyscraper;exports.IconButton=o.Dr;exports.IconButtonGroup=o.To;exports.IconCalendar=o.IconCalendar;exports.IconCalendarDue=o.IconCalendarDue;exports.IconCalendarEvent=o.IconCalendarEvent;exports.IconCalendarMonth=o.IconCalendarMonth;exports.IconCalendarRepeat=o.IconCalendarRepeat;exports.IconCalendarTime=o.IconCalendarTime;exports.IconCalendarWeek=o.IconCalendarWeek;exports.IconCalendarX=o.IconCalendarX;exports.IconCancel=o.IconCancel;exports.IconCaretLeft=o.IconCaretLeft;exports.IconCaretRight=o.IconCaretRight;exports.IconChartBar=o.IconChartBar;exports.IconChartBarHorizontal=o.N2;exports.IconChartBarPopular=o.IconChartBarPopular;exports.IconChartCandle=o.IconChartCandle;exports.IconChartDots3=o.IconChartDots3;exports.IconChartLine=o.IconChartLine;exports.IconChartPie=o.IconChartPie;exports.IconCheck=o.IconCheck;exports.IconCheckbox=o.IconCheckbox;exports.IconChevronDown=o.IconChevronDown;exports.IconChevronLeft=o.IconChevronLeft;exports.IconChevronRight=o.IconChevronRight;exports.IconChevronRightPipe=o.IconChevronRightPipe;exports.IconChevronUp=o.IconChevronUp;exports.IconChevronsRight=o.IconChevronsRight;exports.IconCircle=o.IconCircle;exports.IconCircleDashed=o.IconCircleDashed;exports.IconCircleDot=o.IconCircleDot;exports.IconCircleOff=o.IconCircleOff;exports.IconCirclePlus=o.IconCirclePlus;exports.IconCircleX=o.IconCircleX;exports.IconClick=o.IconClick;exports.IconClockHour8=o.IconClockHour8;exports.IconClockPlay=o.IconClockPlay;exports.IconClockShare=o.IconClockShare;exports.IconCode=o.IconCode;exports.IconCodeCircle=o.IconCodeCircle;exports.IconCoins=o.IconCoins;exports.IconColorSwatch=o.IconColorSwatch;exports.IconColumns=o.IconColumns;exports.IconCommand=o.IconCommand;exports.IconComment=o.IconMessageCircle;exports.IconCopy=o.IconCopy;exports.IconCopyPlus=o.IconCopyPlus;exports.IconCpu=o.IconCpu;exports.IconCreativeCommonsSa=o.IconCreativeCommonsSa;exports.IconCreditCard=o.IconCreditCard;exports.IconCsv=o.IconCsv;exports.IconCube=o.IconCube;exports.IconCurrencyAfghani=o.IconCurrencyAfghani;exports.IconCurrencyBahraini=o.IconCurrencyBahraini;exports.IconCurrencyBaht=o.IconCurrencyBaht;exports.IconCurrencyDinar=o.IconCurrencyDinar;exports.IconCurrencyDirham=o.IconCurrencyDirham;exports.IconCurrencyDollar=o.IconCurrencyDollar;exports.IconCurrencyDollarAustralian=o.IconCurrencyDollarAustralian;exports.IconCurrencyDollarBrunei=o.IconCurrencyDollarBrunei;exports.IconCurrencyDollarCanadian=o.IconCurrencyDollarCanadian;exports.IconCurrencyDollarGuyanese=o.IconCurrencyDollarGuyanese;exports.IconCurrencyDollarSingapore=o.IconCurrencyDollarSingapore;exports.IconCurrencyDong=o.IconCurrencyDong;exports.IconCurrencyDram=o.IconCurrencyDram;exports.IconCurrencyEuro=o.IconCurrencyEuro;exports.IconCurrencyFlorin=o.IconCurrencyFlorin;exports.IconCurrencyForint=o.IconCurrencyForint;exports.IconCurrencyFrank=o.IconCurrencyFrank;exports.IconCurrencyGuarani=o.IconCurrencyGuarani;exports.IconCurrencyHryvnia=o.IconCurrencyHryvnia;exports.IconCurrencyIranianRial=o.IconCurrencyIranianRial;exports.IconCurrencyKip=o.IconCurrencyKip;exports.IconCurrencyKroneCzech=o.IconCurrencyKroneCzech;exports.IconCurrencyKroneDanish=o.IconCurrencyKroneDanish;exports.IconCurrencyKroneSwedish=o.IconCurrencyKroneSwedish;exports.IconCurrencyLari=o.IconCurrencyLari;exports.IconCurrencyLeu=o.IconCurrencyLeu;exports.IconCurrencyLira=o.IconCurrencyLira;exports.IconCurrencyLyd=o.IconCurrencyLyd;exports.IconCurrencyManat=o.IconCurrencyManat;exports.IconCurrencyNaira=o.IconCurrencyNaira;exports.IconCurrencyPaanga=o.IconCurrencyPaanga;exports.IconCurrencyPeso=o.IconCurrencyPeso;exports.IconCurrencyPound=o.IconCurrencyPound;exports.IconCurrencyQuetzal=o.IconCurrencyQuetzal;exports.IconCurrencyReal=o.IconCurrencyReal;exports.IconCurrencyRenminbi=o.IconCurrencyRenminbi;exports.IconCurrencyRiyal=o.IconCurrencyRiyal;exports.IconCurrencyRubel=o.IconCurrencyRubel;exports.IconCurrencyRufiyaa=o.IconCurrencyRufiyaa;exports.IconCurrencyRupee=o.IconCurrencyRupee;exports.IconCurrencyRupeeNepalese=o.IconCurrencyRupeeNepalese;exports.IconCurrencyShekel=o.IconCurrencyShekel;exports.IconCurrencySom=o.IconCurrencySom;exports.IconCurrencyTaka=o.IconCurrencyTaka;exports.IconCurrencyTenge=o.IconCurrencyTenge;exports.IconCurrencyTugrik=o.IconCurrencyTugrik;exports.IconCurrencyWon=o.IconCurrencyWon;exports.IconCurrencyYen=o.IconCurrencyYen;exports.IconCurrencyYuan=o.IconCurrencyYuan;exports.IconCurrencyZloty=o.IconCurrencyZloty;exports.IconDatabase=o.IconDatabase;exports.IconDatabaseExport=o.IconDatabaseExport;exports.IconDecimal=o.IconDecimal;exports.IconDeviceFloppy=o.IconDeviceFloppy;exports.IconDoorEnter=o.IconDoorEnter;exports.IconDotsVertical=o.IconDotsVertical;exports.IconDownload=o.IconDownload;exports.IconEdit=o.IconEdit;exports.IconEditCircle=o.IconEditCircle;exports.IconEraser=o.IconEraser;exports.IconExclamationCircle=o.IconExclamationCircle;exports.IconExternalLink=o.IconExternalLink;exports.IconEye=o.IconEye;exports.IconEyeOff=o.IconEyeOff;exports.IconEyeShare=o.IconEyeShare;exports.IconFile=o.IconFile;exports.IconFileCheck=o.IconFileCheck;exports.IconFileExport=o.IconFileExport;exports.IconFileImport=o.IconFileImport;exports.IconFileInfo=o.IconFileInfo;exports.IconFilePencil=o.IconFilePencil;exports.IconFileText=o.IconFileText;exports.IconFileUpload=o.IconFileUpload;exports.IconFileZip=o.IconFileZip;exports.IconFilter=o.IconFilter;exports.IconFilterCog=o.IconFilterCog;exports.IconFilterOff=o.IconFilterOff;exports.IconFilterPlus=o.IconFilterPlus;exports.IconFilterX=o.IconFilterX;exports.IconFilters=o.IconFilters;exports.IconFlag=o.IconFlag;exports.IconFlask=o.IconFlask;exports.IconFocusCentered=o.IconFocusCentered;exports.IconFolder=o.IconFolder;exports.IconFolderOpen=o.IconFolderOpen;exports.IconFolderPlus=o.IconFolderPlus;exports.IconFolderRoot=o.IconFolderRoot;exports.IconFolderSymlink=o.IconFolderSymlink;exports.IconForbid=o.IconForbid;exports.IconFrame=o.IconFrame;exports.IconFunction=o.IconFunction;exports.IconGauge=o.IconGauge;exports.IconGitBranchDeleted=o.IconGitBranchDeleted;exports.IconGitCommit=o.IconGitCommit;exports.IconGizmo=o.IconGizmo;exports.IconGmail=o.G2;exports.IconGoogle=o.U2;exports.IconGoogleCalendar=o.$2;exports.IconGripVertical=o.IconGripVertical;exports.IconH1=o.IconH1;exports.IconH2=o.IconH2;exports.IconH3=o.IconH3;exports.IconHandClick=o.IconHandClick;exports.IconHandMove=o.IconHandMove;exports.IconHeadphones=o.IconHeadphones;exports.IconHeart=o.IconHeart;exports.IconHeartOff=o.IconHeartOff;exports.IconHeartRateMonitor=o.IconHeartRateMonitor;exports.IconHelp=o.IconHelp;exports.IconHelpCircle=o.IconHelpCircle;exports.IconHierarchy=o.IconHierarchy;exports.IconHierarchy2=o.IconHierarchy2;exports.IconHistory=o.IconHistory;exports.IconHistoryToggle=o.IconHistoryToggle;exports.IconHome=o.IconHome;exports.IconHourglassHigh=o.IconHourglassHigh;exports.IconHours24=o.IconHours24;exports.IconHttpGet=o.IconHttpGet;exports.IconHttpPost=o.IconHttpPost;exports.IconId=o.IconId;exports.IconInbox=o.IconInbox;exports.IconInfoCircle=o.IconInfoCircle;exports.IconItalic=o.IconItalic;exports.IconJson=o.IconJson;exports.IconKey=o.IconKey;exports.IconLanguage=o.IconLanguage;exports.IconLayersLinked=o.IconLayersLinked;exports.IconLayout=o.IconLayout;exports.IconLayoutDashboard=o.IconLayoutDashboard;exports.IconLayoutGrid=o.IconLayoutGrid;exports.IconLayoutKanban=o.IconLayoutKanban;exports.IconLayoutList=o.IconLayoutList;exports.IconLayoutNavbar=o.IconLayoutNavbar;exports.IconLayoutSidebarLeftCollapse=o.IconLayoutSidebarLeftCollapse;exports.IconLayoutSidebarRight=o.IconLayoutSidebarRight;exports.IconLayoutSidebarRightCollapse=o.IconLayoutSidebarRightCollapse;exports.IconLayoutSidebarRightExpand=o.IconLayoutSidebarRightExpand;exports.IconLetterK=o.IconLetterK;exports.IconLibraryPlus=o.IconLibraryPlus;exports.IconLifebuoy=o.IconLifebuoy;exports.IconLink=o.IconLink;exports.IconLinkOff=o.IconLinkOff;exports.IconLinkPlus=o.IconLinkPlus;exports.IconList=o.IconList;exports.IconListCheck=o.IconListCheck;exports.IconListDetails=o.IconListDetails;exports.IconListNumbers=o.IconListNumbers;exports.IconListViewGrip=o.Ko;exports.IconLoader=o.IconLoader;exports.IconLock=o.IconLock;exports.IconLockCustom=o.X2;exports.IconLockOpen=o.IconLockOpen;exports.IconLogin2=o.IconLogin2;exports.IconLogout=o.IconLogout;exports.IconMail=o.IconMail;exports.IconMailCog=o.IconMailCog;exports.IconMailX=o.IconMailX;exports.IconMap=o.IconMap;exports.IconMathMax=o.IconMathMax;exports.IconMathMin=o.IconMathMin;exports.IconMathXy=o.IconMathXy;exports.IconMaximize=o.IconMaximize;exports.IconMessage=o.IconMessage;exports.IconMessageCirclePlus=o.IconMessageCirclePlus;exports.IconMicrosoft=o.K2;exports.IconMicrosoftCalendar=o.Y2;exports.IconMicrosoftOutlook=o.J2;exports.IconMinus=o.IconMinus;exports.IconMoneybag=o.IconMoneybag;exports.IconMoodSmile=o.IconMoodSmile;exports.IconMoon=o.IconMoon;exports.IconMouse2=o.IconMouse2;exports.IconNewSection=o.IconNewSection;exports.IconNorthStar=o.IconNorthStar;exports.IconNoteOff=o.IconNoteOff;exports.IconNotes=o.IconNotes;exports.IconNumber=o.IconNumber;exports.IconNumber123=o.IconNumber123;exports.IconNumber9=o.IconNumber9;exports.IconNumbers=o.IconNumbers;exports.IconPaperclip=o.IconPaperclip;exports.IconPassword=o.IconPassword;exports.IconPencil=o.IconPencil;exports.IconPencilOff=o.IconPencilOff;exports.IconPercentage=o.IconPercentage;exports.IconPhone=o.IconPhone;exports.IconPhoto=o.IconPhoto;exports.IconPhotoUp=o.IconPhotoUp;exports.IconPilcrow=o.IconPilcrow;exports.IconPinned=o.IconPinned;exports.IconPinnedOff=o.IconPinnedOff;exports.IconPlayerPause=o.IconPlayerPause;exports.IconPlayerPlay=o.IconPlayerPlay;exports.IconPlayerStop=o.IconPlayerStop;exports.IconPlaylistAdd=o.IconPlaylistAdd;exports.IconPlaystationSquare=o.IconPlaystationSquare;exports.IconPlug=o.IconPlug;exports.IconPlus=o.IconPlus;exports.IconPoint=o.IconPoint;exports.IconPower=o.IconPower;exports.IconPresentation=o.IconPresentation;exports.IconPrinter=o.IconPrinter;exports.IconProgressCheck=o.IconProgressCheck;exports.IconPuzzle=o.IconPuzzle;exports.IconPuzzle2=o.IconPuzzle2;exports.IconQuestionMark=o.IconQuestionMark;exports.IconRadiusBottomLeft=o.IconRadiusBottomLeft;exports.IconRadiusBottomRight=o.IconRadiusBottomRight;exports.IconRadiusTopLeft=o.IconRadiusTopLeft;exports.IconRadiusTopRight=o.IconRadiusTopRight;exports.IconRefresh=o.IconRefresh;exports.IconRefreshAlert=o.IconRefreshAlert;exports.IconRefreshDot=o.IconRefreshDot;exports.IconRelationManyToMany=o.IconRelationManyToMany;exports.IconRelationManyToOne=o.Q2;exports.IconRelationOneToMany=o.IconRelationOneToMany;exports.IconRelationOneToOne=o.IconRelationOneToOne;exports.IconReload=o.IconReload;exports.IconReorder=o.IconReorder;exports.IconRepeat=o.IconRepeat;exports.IconRestore=o.IconRestore;exports.IconRobot=o.IconRobot;exports.IconRocket=o.IconRocket;exports.IconRotate=o.IconRotate;exports.IconRotate2=o.IconRotate2;exports.IconRowInsertBottom=o.IconRowInsertBottom;exports.IconRowInsertTop=o.IconRowInsertTop;exports.IconSearch=o.IconSearch;exports.IconSend=o.IconSend;exports.IconServer=o.IconServer;exports.IconServer2=o.IconServer2;exports.IconSettings=o.IconSettings;exports.IconSettings2=o.IconSettings2;exports.IconSettingsAutomation=o.IconSettingsAutomation;exports.IconSettingsBolt=o.IconSettingsBolt;exports.IconShare=o.IconShare;exports.IconShield=o.IconShield;exports.IconSitemap=o.IconSitemap;exports.IconSlash=o.IconSlash;exports.IconSortAZ=o.IconSortAZ;exports.IconSortAscending=o.IconSortAscending;exports.IconSortAscendingLetters=o.IconSortAscendingLetters;exports.IconSortAscendingNumbers=o.IconSortAscendingNumbers;exports.IconSortDescending=o.IconSortDescending;exports.IconSortDescendingLetters=o.IconSortDescendingLetters;exports.IconSortDescendingNumbers=o.IconSortDescendingNumbers;exports.IconSortZA=o.IconSortZA;exports.IconSparkles=o.IconSparkles;exports.IconSpy=o.IconSpy;exports.IconSql=o.IconSql;exports.IconSquare=o.IconSquare;exports.IconSquareKey=o.IconSquareKey;exports.IconSquareNumber1=o.IconSquareNumber1;exports.IconSquareNumber2=o.IconSquareNumber2;exports.IconSquareNumber3=o.IconSquareNumber3;exports.IconSquareNumber4=o.IconSquareNumber4;exports.IconSquareNumber5=o.IconSquareNumber5;exports.IconSquareNumber6=o.IconSquareNumber6;exports.IconSquareNumber7=o.IconSquareNumber7;exports.IconSquareNumber8=o.IconSquareNumber8;exports.IconSquareNumber9=o.IconSquareNumber9;exports.IconSquareRoundedCheck=o.IconSquareRoundedCheck;exports.IconSquareRoundedX=o.IconSquareRoundedX;exports.IconStack2=o.IconStack2;exports.IconStatusChange=o.IconStatusChange;exports.IconStepInto=o.IconStepInto;exports.IconStrikethrough=o.IconStrikethrough;exports.IconSum=o.IconSum;exports.IconSun=o.IconSun;exports.IconSunMoon=o.IconSunMoon;exports.IconSwitchHorizontal=o.IconSwitchHorizontal;exports.IconTable=o.IconTable;exports.IconTag=o.IconTag;exports.IconTags=o.IconTags;exports.IconTarget=o.IconTarget;exports.IconTargetArrow=o.IconTargetArrow;exports.IconTerminal=o.IconTerminal;exports.IconTestPipe=o.IconTestPipe;exports.IconTextCaption=o.IconTextCaption;exports.IconTextSize=o.IconTextSize;exports.IconTextWrap=o.IconTextWrap;exports.IconTimeDuration30=o.IconTimeDuration30;exports.IconTimeDuration60=o.IconTimeDuration60;exports.IconTimelineEvent=o.IconTimelineEvent;exports.IconTool=o.IconTool;exports.IconTransform=o.IconTransform;exports.IconTrash=o.IconTrash;exports.IconTrashOff=o.IconTrashOff;exports.IconTrashX=o.IconTrashX;exports.IconTrashXOff=o.ee;exports.IconTrendingDown=o.IconTrendingDown;exports.IconTrendingUp=o.IconTrendingUp;exports.IconTwentyStar=o.te;exports.IconTwentyStarFilled=o.ne;exports.IconTypography=o.IconTypography;exports.IconUnderline=o.IconUnderline;exports.IconUnlink=o.IconUnlink;exports.IconUpload=o.IconUpload;exports.IconUser=o.IconUser;exports.IconUserCircle=o.IconUserCircle;exports.IconUserCog=o.IconUserCog;exports.IconUserPin=o.IconUserPin;exports.IconUserPlus=o.IconUserPlus;exports.IconUsers=o.IconUsers;exports.IconVariable=o.IconVariable;exports.IconVariablePlus=o.IconVariablePlus;exports.IconVersions=o.IconVersions;exports.IconVersionsOff=o.IconVersionsOff;exports.IconVideo=o.IconVideo;exports.IconWand=o.IconWand;exports.IconWebhook=o.IconWebhook;exports.IconWorld=o.IconWorld;exports.IconX=o.IconX;exports.IconsProvider=o.Me;exports.IllustrationIconArray=o.oe;exports.IllustrationIconCalendarEvent=o.re;exports.IllustrationIconCalendarTime=o.ce;exports.IllustrationIconCurrency=o.le;exports.IllustrationIconFile=o.ie;exports.IllustrationIconJson=o.ae;exports.IllustrationIconLink=o.se;exports.IllustrationIconMail=o.de;exports.IllustrationIconManyToMany=o.he;exports.IllustrationIconMap=o.Ce;exports.IllustrationIconNumbers=o.ge;exports.IllustrationIconOneToMany=o.me;exports.IllustrationIconOneToOne=o.pe;exports.IllustrationIconPhone=o.ue;exports.IllustrationIconSetting=o.fe;exports.IllustrationIconStar=o.Ie;exports.IllustrationIconTag=o.Le;exports.IllustrationIconTags=o.we;exports.IllustrationIconText=o.Ee;exports.IllustrationIconToggle=o.ye;exports.IllustrationIconUid=o.ke;exports.IllustrationIconUser=o.ve;exports.IllustrationIconWrapper=o.a;exports.Info=o.ze;exports.InsideButton=o.Fr;exports.JsonArrayNode=o.de$1;exports.JsonNestedNode=o.L$2;exports.JsonNode=o.v;exports.JsonObjectNode=o.ne$1;exports.JsonTree=o.Se$1;exports.JsonTreeContext=o.A$1;exports.JsonTreeContextProvider=o.ue$1;exports.JsonValueNode=o.p$3;exports.LINK_CHIP_CLICK_OUTSIDE_ID=o.V;exports.Label=o.p2;exports.LabelPosition=o.Vo;exports.LightButton=o.wr;exports.LightIconButton=o.S$1;exports.LightIconButtonGroup=o.V$2;exports.LinkChip=o.mr;exports.LinkType=o.Gt;exports.Loader=o.p$2;exports.MAIN_COLORS_DARK=o.te$2;exports.MAIN_COLORS_LIGHT=o.Ao$1;exports.MAIN_COLOR_NAMES=o.o;exports.MOBILE_VIEWPORT=o.o$1;exports.MODAL=o.be$1;exports.MOVING_IMAGE=o.H$1;exports.MainButton=o.jo;exports.MenuItem=o.tt;exports.MenuItemAvatar=o.qt;exports.MenuItemDraggable=o.Ft;exports.MenuItemHotKeys=o.Ve;exports.MenuItemIcon=o.We;exports.MenuItemIconBoxContainer=o.B;exports.MenuItemIconWithGripSwap=o.Qe;exports.MenuItemLeftContent=o.w;exports.MenuItemMultiSelect=o.Et;exports.MenuItemMultiSelectAvatar=o.Vt;exports.MenuItemMultiSelectTag=o.Wt;exports.MenuItemNavigate=o.Kt;exports.MenuItemSelect=o.Yt;exports.MenuItemSelectAvatar=o.Jt;exports.MenuItemSelectColor=o.Qt;exports.MenuItemSelectTag=o.Xt;exports.MenuItemSuggestion=o.Zt;exports.MenuItemToggle=o.en;exports.MenuPicker=o.Dt;exports.MultipleAvatarChip=o.gr;exports.NavigationBar=o.tn;exports.NavigationBarItem=o.dt;exports.NotificationCounter=o.nn;exports.OverflowingTextWithTooltip=o.V$1;exports.Pill=o.g;exports.ProgressBar=o.L$1;exports.REACT_APP_SERVER_BASE_URL=o.w$1;exports.RGBA=o.mA;exports.Radio=o.Z;exports.RadioGroup=o.Jr;exports.RadioSize=o.qo;exports.RawLink=o.Bt;exports.RoundedIconButton=o.Go;exports.RoundedLink=o.Oe;exports.SECONDARY_COLORS_DARK=o.ue$2;exports.SECONDARY_COLORS_LIGHT=o.FA;exports.SNACK_BAR_DARK=o.PA;exports.SNACK_BAR_LIGHT=o.fA;exports.SearchInput=o.Wo;exports.Section=o.se$1;exports.SectionAlignment=o.ge$1;exports.SectionFontColor=o.de$2;exports.SeparatorLineText=o.be;exports.SidePanelInformationBanner=o.Z2;exports.SocialLink=o.Rt;exports.Status=o.Se;exports.StyledDraggableItem=o.P$3;exports.StyledHoverableMenuItemBase=o.K$2;exports.StyledIconContainer=o.B;exports.StyledMenuItemBase=o.b$1;exports.StyledMenuItemContextualText=o.Y;exports.StyledMenuItemIconCheck=o.R$3;exports.StyledMenuItemLabel=o.x;exports.StyledMenuItemLabelLight=o.M$3;exports.StyledMenuItemLeftContent=o.v$1;exports.StyledMenuItemRightContent=o.G;exports.StyledMenuItemSelect=o.L$3;exports.StyledNoIconFiller=o.Ht;exports.StyledRightMenuItemContextualText=o.J$2;exports.StyledTabButton=o.Rr;exports.StyledTabContainer=o.Ro;exports.StyledTabHover=o.Ar;exports.StyledText=o.Ze;exports.StyledTextContent=o.u2;exports.StyledTextWrapper=o.f2;exports.TAG_DARK=o._A;exports.TAG_LIGHT=o.$A;exports.TEXT=o.ce$1;exports.TEXT_INPUT_STYLE=o.ie$3;exports.THEME_COMMON=o.De$1;exports.THEME_DARK=o.ne$4;exports.THEME_LIGHT=o.te$3;exports.TRANSPARENT_COLORS_DARK=o.ye$1;exports.TRANSPARENT_COLORS_LIGHT=o.s;exports.TWENTY_PRICING_LINK=o.Ut;exports.TabButton=o.Ao;exports.TabContent=o.Pr;exports.Tag=o.W;exports.ThemeContext=o.l;exports.ThemeContextProvider=o.i;exports.ThinkingOrbitLoaderIcon=o.xe;exports.Toggle=o.J;exports.TooltipDelay=o.D;exports.TooltipPosition=o.U;exports.UndecoratedLink=o.Ot;exports.VISIBILITY_HIDDEN=o.p;exports.VisibilityHidden=o.n;exports.VisibilityHiddenInput=o.m;exports.baseTransitionTiming=o.d;exports.createState=o.X$1;exports.getBaseCodeEditorTheme=o._r;exports.getCommonStyles=o.f$1;exports.getDisplayValueByUrlType=o.i$1;exports.getExpandableAnimationConfig=o.R$2;exports.getMainColorNameFromPaletteColorName=o.q$1;exports.getNextThemeColor=o.ue$3;exports.getOsControlSymbol=o.G$1;exports.getOsShortcutSeparator=o.u;exports.getTransitionValues=o.k;exports.getUserDevice=o.r;exports.iconsState=o.p$1;exports.invalidAvatarUrlsAtomV2=o.f;exports.isArray=o.le$1;exports.isNavigationModifierPressed=o.a$2;exports.isTwoFirstDepths=o.Ie$1;exports.stringToThemeColor=o.l$1;exports.stringToThemeColorP3String=o.i$2;exports.themeColorSchema=o.ce$2;exports.useIcons=o.a1;exports.useIsMobile=o.t$1;exports.useJsonTreeContextOrThrow=o.d$1;exports.useMouseDownNavigation=o.D$3;exports.useProgressAnimation=o.P;exports.useResetLocationHash=o.K$3;exports.useScreenSize=o.Q$1;Object.defineProperty(exports,"ThemeProvider",{enumerable:!0,get:()=>n.ThemeProvider});
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("../index-CGU9V37s.js"),o=require("@emotion/react");exports.ACCENT_DARK=n.Ma;exports.ACCENT_LIGHT=n.Na;exports.ANIMATION=n.Oa;exports.AVATAR_PROPERTIES_BY_SIZE=n.A;exports.AdvancedSettingsToggle=n.Vs;exports.AnimatedButton=n.ot$1;exports.AnimatedCheckmark=n.l5;exports.AnimatedCircleLoading=n.q$3;exports.AnimatedContainer=n.G;exports.AnimatedEaseIn=n.J$2;exports.AnimatedEaseInOut=n.K$1;exports.AnimatedExpandableContainer=n.ge;exports.AnimatedFadeOut=n.Q$1;exports.AnimatedLightIconButton=n.tt;exports.AnimatedPlaceholder=n.le$2;exports.AnimatedPlaceholderEmptyContainer=n.ce$1;exports.AnimatedPlaceholderEmptySubTitle=n.ue$1;exports.AnimatedPlaceholderEmptyTextContainer=n.pe;exports.AnimatedPlaceholderEmptyTitle=n.he;exports.AnimatedPlaceholderErrorContainer=n._e;exports.AnimatedPlaceholderErrorSubTitle=n.ke$1;exports.AnimatedPlaceholderErrorTextContainer=n.be;exports.AnimatedPlaceholderErrorTitle=n.ve$1;exports.AnimatedRotate=n.X;exports.AnimatedTextWord=n.Y$1;exports.AnimatedTranslation=n.Z$2;exports.AppTooltip=n.C;exports.AutogrowWrapper=n.it$1;exports.Avatar=n.ot;exports.AvatarChip=n.mr;exports.AvatarGroup=n.n5;exports.BACKGROUND=n.M$1;exports.BACKGROUND_DARK=n.Q;exports.BACKGROUND_LIGHT=n.va;exports.BASE_CODE_EDITOR_THEME_ID=n.Y;exports.BLUR_DARK=n.O$1;exports.BLUR_LIGHT=n.Sa;exports.BORDER_COMMON=n.Ta;exports.BORDER_DARK=n.Z$1;exports.BORDER_LIGHT=n.Fa;exports.BOX_SHADOW_DARK=n.S$3;exports.BOX_SHADOW_LIGHT=n.Za;exports.Banner=n.o5;exports.Button=n.Rr;exports.ButtonGroup=n.nt;exports.CAL_LINK=n.Zs;exports.CODE_DARK=n.r$1;exports.CODE_LIGHT=n.Wa;exports.COLOR_DARK=n.ca;exports.COLOR_LIGHT=n.e;exports.Callout=n.r5;exports.Card=n.ye;exports.CardContent=n.fe$1;exports.CardFooter=n.xe;exports.CardHeader=n.Ae;exports.CardPicker=n.ht;exports.Checkbox=n.ce;exports.CheckboxAccent=n.$;exports.CheckboxShape=n.v$1;exports.CheckboxSize=n.B;exports.CheckboxVariant=n.S$1;exports.Checkmark=n.Xr;exports.Chip=n._;exports.ChipAccent=n.v;exports.ChipSize=n.S;exports.ChipVariant=n.y;exports.CircularProgressBar=n.E$2;exports.ClickToActionLink=n.ge$1;exports.CodeEditor=n.mt;exports.ColorPickerButton=n.at;exports.ColorSample=n.N;exports.ColorSchemeCard=n.F;exports.ColorSchemePicker=n.bt;exports.CommandBlock=n.s5;exports.ContactLink=n.Ks;exports.CoreEditorHeader=n.gt;exports.DARK_BACKGROUND=n.j;exports.DARK_MOVING_IMAGE=n.L;exports.DEFAULT_COLOR_LABELS=n.gs;exports.EMPTY_PLACEHOLDER_TRANSITION_PROPS=n.me$1;exports.FONT_COMMON=n.Qa;exports.FONT_DARK=n.K;exports.FONT_LIGHT=n.za;exports.FloatingButton=n.st;exports.FloatingButtonGroup=n.ct;exports.FloatingIconButton=n.ue;exports.FloatingIconButtonGroup=n.dt;exports.GITHUB_LINK=n.Ce$1;exports.GRAY_SCALE_DARK=n.L$1;exports.GRAY_SCALE_DARK_ALPHA=n.da;exports.GRAY_SCALE_LIGHT=n.af;exports.GRAY_SCALE_LIGHT_ALPHA=n.l;exports.GithubVersionLink=n.Ys;exports.H1Title=n.ee;exports.H1TitleFontColor=n.v2;exports.H2Title=n.te;exports.H3Title=n.ne;exports.HOVER_BACKGROUND=n.m$1;exports.HorizontalSeparator=n.J5;exports.ICON=n.qa;exports.ILLUSTRATION_ICON_DARK=n.R$1;exports.ILLUSTRATION_ICON_LIGHT=n.Ka;exports.Icon=n.i5;exports.Icon123=n.IconNumber123;exports.IconAddressBook=n.a5;exports.IconAlertCircle=n.IconAlertCircle;exports.IconAlertTriangle=n.IconAlertTriangle;exports.IconAlignBoxLeftTop=n.IconAlignBoxLeftTop;exports.IconAlignCenter=n.IconAlignCenter;exports.IconAlignLeft=n.IconAlignLeft;exports.IconAlignRight=n.IconAlignRight;exports.IconApi=n.IconApi;exports.IconAppWindow=n.IconAppWindow;exports.IconApps=n.IconApps;exports.IconArchive=n.IconArchive;exports.IconArchiveOff=n.IconArchiveOff;exports.IconArrowBackUp=n.IconArrowBackUp;exports.IconArrowDown=n.IconArrowDown;exports.IconArrowLeft=n.IconArrowLeft;exports.IconArrowMerge=n.IconArrowMerge;exports.IconArrowRight=n.IconArrowRight;exports.IconArrowUp=n.IconArrowUp;exports.IconArrowUpRight=n.IconArrowUpRight;exports.IconArrowsDiagonal=n.IconArrowsDiagonal;exports.IconArrowsSort=n.IconArrowsSort;exports.IconArrowsSplit2=n.IconArrowsSplit2;exports.IconArrowsVertical=n.IconArrowsVertical;exports.IconAt=n.IconAt;exports.IconAxisX=n.IconAxisX;exports.IconAxisY=n.IconAxisY;exports.IconBadge2k=n.IconBadge2k;exports.IconBaselineDensitySmall=n.IconBaselineDensitySmall;exports.IconBell=n.IconBell;exports.IconBlockquote=n.IconBlockquote;exports.IconBold=n.IconBold;exports.IconBolt=n.IconBolt;exports.IconBook2=n.IconBook2;exports.IconBookmark=n.IconBookmark;exports.IconBookmarkPlus=n.IconBookmarkPlus;exports.IconBox=n.IconBox;exports.IconBoxMultiple=n.IconBoxMultiple;exports.IconBrackets=n.IconBrackets;exports.IconBracketsAngle=n.IconBracketsAngle;exports.IconBracketsContain=n.IconBracketsContain;exports.IconBrain=n.IconBrain;exports.IconBrandAnthropic=n.h5;exports.IconBrandDaysCounter=n.IconBrandDaysCounter;exports.IconBrandGithub=n.IconBrandGithub;exports.IconBrandGoogle=n.IconBrandGoogle;exports.IconBrandGraphql=n.IconBrandGraphql;exports.IconBrandGroq=n.d5;exports.IconBrandLinkedin=n.IconBrandLinkedin;exports.IconBrandMistral=n.C5;exports.IconBrandOpenai=n.IconBrandOpenai;exports.IconBrandX=n.IconBrandX;exports.IconBrandXai=n.p5;exports.IconBriefcase=n.IconBriefcase;exports.IconBroadcast=n.IconBroadcast;exports.IconBrowserMaximize=n.IconBrowserMaximize;exports.IconBuildingSkyscraper=n.IconBuildingSkyscraper;exports.IconButton=n.fe;exports.IconButtonGroup=n.lt;exports.IconCalendar=n.IconCalendar;exports.IconCalendarDue=n.IconCalendarDue;exports.IconCalendarEvent=n.IconCalendarEvent;exports.IconCalendarMonth=n.IconCalendarMonth;exports.IconCalendarRepeat=n.IconCalendarRepeat;exports.IconCalendarTime=n.IconCalendarTime;exports.IconCalendarWeek=n.IconCalendarWeek;exports.IconCalendarX=n.IconCalendarX;exports.IconCancel=n.IconCancel;exports.IconCaretLeft=n.IconCaretLeft;exports.IconCaretRight=n.IconCaretRight;exports.IconChartBar=n.IconChartBar;exports.IconChartBarHorizontal=n.m5;exports.IconChartBarPopular=n.IconChartBarPopular;exports.IconChartCandle=n.IconChartCandle;exports.IconChartDots3=n.IconChartDots3;exports.IconChartLine=n.IconChartLine;exports.IconChartPie=n.IconChartPie;exports.IconCheck=n.IconCheck;exports.IconCheckbox=n.IconCheckbox;exports.IconChevronDown=n.IconChevronDown;exports.IconChevronLeft=n.IconChevronLeft;exports.IconChevronRight=n.IconChevronRight;exports.IconChevronRightPipe=n.IconChevronRightPipe;exports.IconChevronUp=n.IconChevronUp;exports.IconChevronsRight=n.IconChevronsRight;exports.IconCircle=n.IconCircle;exports.IconCircleDashed=n.IconCircleDashed;exports.IconCircleDot=n.IconCircleDot;exports.IconCircleOff=n.IconCircleOff;exports.IconCirclePlus=n.IconCirclePlus;exports.IconCircleX=n.IconCircleX;exports.IconClick=n.IconClick;exports.IconClockHour8=n.IconClockHour8;exports.IconClockPlay=n.IconClockPlay;exports.IconClockShare=n.IconClockShare;exports.IconCode=n.IconCode;exports.IconCodeCircle=n.IconCodeCircle;exports.IconCoins=n.IconCoins;exports.IconColorSwatch=n.IconColorSwatch;exports.IconColumnInsertRight=n.IconColumnInsertRight;exports.IconColumns=n.IconColumns;exports.IconCommand=n.IconCommand;exports.IconComment=n.IconMessageCircle;exports.IconCopy=n.IconCopy;exports.IconCopyPlus=n.IconCopyPlus;exports.IconCpu=n.IconCpu;exports.IconCreativeCommonsSa=n.IconCreativeCommonsSa;exports.IconCreditCard=n.IconCreditCard;exports.IconCsv=n.IconCsv;exports.IconCube=n.IconCube;exports.IconCurrencyAfghani=n.IconCurrencyAfghani;exports.IconCurrencyBahraini=n.IconCurrencyBahraini;exports.IconCurrencyBaht=n.IconCurrencyBaht;exports.IconCurrencyDinar=n.IconCurrencyDinar;exports.IconCurrencyDirham=n.IconCurrencyDirham;exports.IconCurrencyDollar=n.IconCurrencyDollar;exports.IconCurrencyDollarAustralian=n.IconCurrencyDollarAustralian;exports.IconCurrencyDollarBrunei=n.IconCurrencyDollarBrunei;exports.IconCurrencyDollarCanadian=n.IconCurrencyDollarCanadian;exports.IconCurrencyDollarGuyanese=n.IconCurrencyDollarGuyanese;exports.IconCurrencyDollarSingapore=n.IconCurrencyDollarSingapore;exports.IconCurrencyDong=n.IconCurrencyDong;exports.IconCurrencyDram=n.IconCurrencyDram;exports.IconCurrencyEuro=n.IconCurrencyEuro;exports.IconCurrencyFlorin=n.IconCurrencyFlorin;exports.IconCurrencyForint=n.IconCurrencyForint;exports.IconCurrencyFrank=n.IconCurrencyFrank;exports.IconCurrencyGuarani=n.IconCurrencyGuarani;exports.IconCurrencyHryvnia=n.IconCurrencyHryvnia;exports.IconCurrencyIranianRial=n.IconCurrencyIranianRial;exports.IconCurrencyKip=n.IconCurrencyKip;exports.IconCurrencyKroneCzech=n.IconCurrencyKroneCzech;exports.IconCurrencyKroneDanish=n.IconCurrencyKroneDanish;exports.IconCurrencyKroneSwedish=n.IconCurrencyKroneSwedish;exports.IconCurrencyLari=n.IconCurrencyLari;exports.IconCurrencyLeu=n.IconCurrencyLeu;exports.IconCurrencyLira=n.IconCurrencyLira;exports.IconCurrencyLyd=n.IconCurrencyLyd;exports.IconCurrencyManat=n.IconCurrencyManat;exports.IconCurrencyNaira=n.IconCurrencyNaira;exports.IconCurrencyPaanga=n.IconCurrencyPaanga;exports.IconCurrencyPeso=n.IconCurrencyPeso;exports.IconCurrencyPound=n.IconCurrencyPound;exports.IconCurrencyQuetzal=n.IconCurrencyQuetzal;exports.IconCurrencyReal=n.IconCurrencyReal;exports.IconCurrencyRenminbi=n.IconCurrencyRenminbi;exports.IconCurrencyRiyal=n.IconCurrencyRiyal;exports.IconCurrencyRubel=n.IconCurrencyRubel;exports.IconCurrencyRufiyaa=n.IconCurrencyRufiyaa;exports.IconCurrencyRupee=n.IconCurrencyRupee;exports.IconCurrencyRupeeNepalese=n.IconCurrencyRupeeNepalese;exports.IconCurrencyShekel=n.IconCurrencyShekel;exports.IconCurrencySom=n.IconCurrencySom;exports.IconCurrencyTaka=n.IconCurrencyTaka;exports.IconCurrencyTenge=n.IconCurrencyTenge;exports.IconCurrencyTugrik=n.IconCurrencyTugrik;exports.IconCurrencyWon=n.IconCurrencyWon;exports.IconCurrencyYen=n.IconCurrencyYen;exports.IconCurrencyYuan=n.IconCurrencyYuan;exports.IconCurrencyZloty=n.IconCurrencyZloty;exports.IconDatabase=n.IconDatabase;exports.IconDatabaseExport=n.IconDatabaseExport;exports.IconDecimal=n.IconDecimal;exports.IconDeviceFloppy=n.IconDeviceFloppy;exports.IconDoorEnter=n.IconDoorEnter;exports.IconDotsVertical=n.IconDotsVertical;exports.IconDownload=n.IconDownload;exports.IconEdit=n.IconEdit;exports.IconEditCircle=n.IconEditCircle;exports.IconEraser=n.IconEraser;exports.IconExclamationCircle=n.IconExclamationCircle;exports.IconExternalLink=n.IconExternalLink;exports.IconEye=n.IconEye;exports.IconEyeOff=n.IconEyeOff;exports.IconEyeShare=n.IconEyeShare;exports.IconFile=n.IconFile;exports.IconFileCheck=n.IconFileCheck;exports.IconFileExport=n.IconFileExport;exports.IconFileImport=n.IconFileImport;exports.IconFileInfo=n.IconFileInfo;exports.IconFilePencil=n.IconFilePencil;exports.IconFileText=n.IconFileText;exports.IconFileUpload=n.IconFileUpload;exports.IconFileZip=n.IconFileZip;exports.IconFilter=n.IconFilter;exports.IconFilterCog=n.IconFilterCog;exports.IconFilterOff=n.IconFilterOff;exports.IconFilterPlus=n.IconFilterPlus;exports.IconFilterX=n.IconFilterX;exports.IconFilters=n.IconFilters;exports.IconFlag=n.IconFlag;exports.IconFlask=n.IconFlask;exports.IconFocusCentered=n.IconFocusCentered;exports.IconFolder=n.IconFolder;exports.IconFolderOpen=n.IconFolderOpen;exports.IconFolderPlus=n.IconFolderPlus;exports.IconFolderRoot=n.IconFolderRoot;exports.IconFolderSymlink=n.IconFolderSymlink;exports.IconForbid=n.IconForbid;exports.IconFrame=n.IconFrame;exports.IconFunction=n.IconFunction;exports.IconGauge=n.IconGauge;exports.IconGitBranchDeleted=n.IconGitBranchDeleted;exports.IconGitCommit=n.IconGitCommit;exports.IconGizmo=n.IconGizmo;exports.IconGmail=n.I5;exports.IconGoogle=n.u5;exports.IconGoogleCalendar=n.L5;exports.IconGripVertical=n.IconGripVertical;exports.IconH1=n.IconH1;exports.IconH2=n.IconH2;exports.IconH3=n.IconH3;exports.IconH4=n.IconH4;exports.IconH5=n.IconH5;exports.IconH6=n.IconH6;exports.IconHandClick=n.IconHandClick;exports.IconHandMove=n.IconHandMove;exports.IconHeadphones=n.IconHeadphones;exports.IconHeart=n.IconHeart;exports.IconHeartOff=n.IconHeartOff;exports.IconHeartRateMonitor=n.IconHeartRateMonitor;exports.IconHelp=n.IconHelp;exports.IconHelpCircle=n.IconHelpCircle;exports.IconHierarchy=n.IconHierarchy;exports.IconHierarchy2=n.IconHierarchy2;exports.IconHistory=n.IconHistory;exports.IconHistoryToggle=n.IconHistoryToggle;exports.IconHome=n.IconHome;exports.IconHourglassHigh=n.IconHourglassHigh;exports.IconHours24=n.IconHours24;exports.IconHttpGet=n.IconHttpGet;exports.IconHttpPost=n.IconHttpPost;exports.IconId=n.IconId;exports.IconInbox=n.IconInbox;exports.IconInfoCircle=n.IconInfoCircle;exports.IconItalic=n.IconItalic;exports.IconJson=n.IconJson;exports.IconKey=n.IconKey;exports.IconLanguage=n.IconLanguage;exports.IconLayersLinked=n.IconLayersLinked;exports.IconLayout=n.IconLayout;exports.IconLayoutDashboard=n.IconLayoutDashboard;exports.IconLayoutGrid=n.IconLayoutGrid;exports.IconLayoutKanban=n.IconLayoutKanban;exports.IconLayoutList=n.IconLayoutList;exports.IconLayoutNavbar=n.IconLayoutNavbar;exports.IconLayoutSidebarLeftCollapse=n.IconLayoutSidebarLeftCollapse;exports.IconLayoutSidebarRight=n.IconLayoutSidebarRight;exports.IconLayoutSidebarRightCollapse=n.IconLayoutSidebarRightCollapse;exports.IconLayoutSidebarRightExpand=n.IconLayoutSidebarRightExpand;exports.IconLetterK=n.IconLetterK;exports.IconLibraryPlus=n.IconLibraryPlus;exports.IconLifebuoy=n.IconLifebuoy;exports.IconLink=n.IconLink;exports.IconLinkOff=n.IconLinkOff;exports.IconLinkPlus=n.IconLinkPlus;exports.IconList=n.IconList;exports.IconListCheck=n.IconListCheck;exports.IconListDetails=n.IconListDetails;exports.IconListNumbers=n.IconListNumbers;exports.IconListViewGrip=n.yt;exports.IconLoader=n.IconLoader;exports.IconLock=n.IconLock;exports.IconLockCustom=n.g5;exports.IconLockOpen=n.IconLockOpen;exports.IconLogin2=n.IconLogin2;exports.IconLogout=n.IconLogout;exports.IconMail=n.IconMail;exports.IconMailCog=n.IconMailCog;exports.IconMailX=n.IconMailX;exports.IconMap=n.IconMap;exports.IconMathMax=n.IconMathMax;exports.IconMathMin=n.IconMathMin;exports.IconMathXy=n.IconMathXy;exports.IconMaximize=n.IconMaximize;exports.IconMessage=n.IconMessage;exports.IconMessageCirclePlus=n.IconMessageCirclePlus;exports.IconMicrosoft=n.f5;exports.IconMicrosoftCalendar=n.E5;exports.IconMicrosoftOutlook=n.w5;exports.IconMinus=n.IconMinus;exports.IconMoneybag=n.IconMoneybag;exports.IconMoodSmile=n.IconMoodSmile;exports.IconMoon=n.IconMoon;exports.IconMouse2=n.IconMouse2;exports.IconNewSection=n.IconNewSection;exports.IconNorthStar=n.IconNorthStar;exports.IconNoteOff=n.IconNoteOff;exports.IconNotes=n.IconNotes;exports.IconNumber=n.IconNumber;exports.IconNumber123=n.IconNumber123;exports.IconNumber9=n.IconNumber9;exports.IconNumbers=n.IconNumbers;exports.IconPaperclip=n.IconPaperclip;exports.IconPassword=n.IconPassword;exports.IconPencil=n.IconPencil;exports.IconPencilOff=n.IconPencilOff;exports.IconPercentage=n.IconPercentage;exports.IconPhone=n.IconPhone;exports.IconPhoto=n.IconPhoto;exports.IconPhotoUp=n.IconPhotoUp;exports.IconPilcrow=n.IconPilcrow;exports.IconPinned=n.IconPinned;exports.IconPinnedOff=n.IconPinnedOff;exports.IconPlayerPause=n.IconPlayerPause;exports.IconPlayerPlay=n.IconPlayerPlay;exports.IconPlayerStop=n.IconPlayerStop;exports.IconPlaylistAdd=n.IconPlaylistAdd;exports.IconPlaystationSquare=n.IconPlaystationSquare;exports.IconPlug=n.IconPlug;exports.IconPlus=n.IconPlus;exports.IconPoint=n.IconPoint;exports.IconPower=n.IconPower;exports.IconPresentation=n.IconPresentation;exports.IconPrinter=n.IconPrinter;exports.IconProgressCheck=n.IconProgressCheck;exports.IconPuzzle=n.IconPuzzle;exports.IconPuzzle2=n.IconPuzzle2;exports.IconQuestionMark=n.IconQuestionMark;exports.IconRadiusBottomLeft=n.IconRadiusBottomLeft;exports.IconRadiusBottomRight=n.IconRadiusBottomRight;exports.IconRadiusTopLeft=n.IconRadiusTopLeft;exports.IconRadiusTopRight=n.IconRadiusTopRight;exports.IconRefresh=n.IconRefresh;exports.IconRefreshAlert=n.IconRefreshAlert;exports.IconRefreshDot=n.IconRefreshDot;exports.IconRelationManyToMany=n.IconRelationManyToMany;exports.IconRelationManyToOne=n.x5;exports.IconRelationOneToMany=n.IconRelationOneToMany;exports.IconRelationOneToOne=n.IconRelationOneToOne;exports.IconReload=n.IconReload;exports.IconReorder=n.IconReorder;exports.IconRepeat=n.IconRepeat;exports.IconRestore=n.IconRestore;exports.IconRobot=n.IconRobot;exports.IconRocket=n.IconRocket;exports.IconRotate=n.IconRotate;exports.IconRotate2=n.IconRotate2;exports.IconRowInsertBottom=n.IconRowInsertBottom;exports.IconRowInsertTop=n.IconRowInsertTop;exports.IconSearch=n.IconSearch;exports.IconSend=n.IconSend;exports.IconServer=n.IconServer;exports.IconServer2=n.IconServer2;exports.IconSettings=n.IconSettings;exports.IconSettings2=n.IconSettings2;exports.IconSettingsAutomation=n.IconSettingsAutomation;exports.IconSettingsBolt=n.IconSettingsBolt;exports.IconShare=n.IconShare;exports.IconShield=n.IconShield;exports.IconSitemap=n.IconSitemap;exports.IconSlash=n.IconSlash;exports.IconSortAZ=n.IconSortAZ;exports.IconSortAscending=n.IconSortAscending;exports.IconSortAscendingLetters=n.IconSortAscendingLetters;exports.IconSortAscendingNumbers=n.IconSortAscendingNumbers;exports.IconSortDescending=n.IconSortDescending;exports.IconSortDescendingLetters=n.IconSortDescendingLetters;exports.IconSortDescendingNumbers=n.IconSortDescendingNumbers;exports.IconSortZA=n.IconSortZA;exports.IconSparkles=n.IconSparkles;exports.IconSpy=n.IconSpy;exports.IconSql=n.IconSql;exports.IconSquare=n.IconSquare;exports.IconSquareKey=n.IconSquareKey;exports.IconSquareNumber1=n.IconSquareNumber1;exports.IconSquareNumber2=n.IconSquareNumber2;exports.IconSquareNumber3=n.IconSquareNumber3;exports.IconSquareNumber4=n.IconSquareNumber4;exports.IconSquareNumber5=n.IconSquareNumber5;exports.IconSquareNumber6=n.IconSquareNumber6;exports.IconSquareNumber7=n.IconSquareNumber7;exports.IconSquareNumber8=n.IconSquareNumber8;exports.IconSquareNumber9=n.IconSquareNumber9;exports.IconSquareRoundedCheck=n.IconSquareRoundedCheck;exports.IconSquareRoundedX=n.IconSquareRoundedX;exports.IconStack2=n.IconStack2;exports.IconStatusChange=n.IconStatusChange;exports.IconStepInto=n.IconStepInto;exports.IconStrikethrough=n.IconStrikethrough;exports.IconSum=n.IconSum;exports.IconSun=n.IconSun;exports.IconSunMoon=n.IconSunMoon;exports.IconSwitchHorizontal=n.IconSwitchHorizontal;exports.IconTable=n.IconTable;exports.IconTag=n.IconTag;exports.IconTags=n.IconTags;exports.IconTarget=n.IconTarget;exports.IconTargetArrow=n.IconTargetArrow;exports.IconTerminal=n.IconTerminal;exports.IconTestPipe=n.IconTestPipe;exports.IconTextCaption=n.IconTextCaption;exports.IconTextSize=n.IconTextSize;exports.IconTextWrap=n.IconTextWrap;exports.IconTimeDuration30=n.IconTimeDuration30;exports.IconTimeDuration60=n.IconTimeDuration60;exports.IconTimelineEvent=n.IconTimelineEvent;exports.IconTool=n.IconTool;exports.IconTransform=n.IconTransform;exports.IconTrash=n.IconTrash;exports.IconTrashOff=n.IconTrashOff;exports.IconTrashX=n.IconTrashX;exports.IconTrashXOff=n.y5;exports.IconTrendingDown=n.IconTrendingDown;exports.IconTrendingUp=n.IconTrendingUp;exports.IconTwentyStar=n.k5;exports.IconTwentyStarFilled=n.v5;exports.IconTypography=n.IconTypography;exports.IconUnderline=n.IconUnderline;exports.IconUnlink=n.IconUnlink;exports.IconUpload=n.IconUpload;exports.IconUser=n.IconUser;exports.IconUserCircle=n.IconUserCircle;exports.IconUserCog=n.IconUserCog;exports.IconUserPin=n.IconUserPin;exports.IconUserPlus=n.IconUserPlus;exports.IconUsers=n.IconUsers;exports.IconVariable=n.IconVariable;exports.IconVariablePlus=n.IconVariablePlus;exports.IconVersions=n.IconVersions;exports.IconVersionsOff=n.IconVersionsOff;exports.IconVideo=n.IconVideo;exports.IconWand=n.IconWand;exports.IconWebhook=n.IconWebhook;exports.IconWorld=n.IconWorld;exports.IconX=n.IconX;exports.IconsProvider=n.X5;exports.IllustrationIconArray=n.M5;exports.IllustrationIconCalendarEvent=n.S5;exports.IllustrationIconCalendarTime=n.z5;exports.IllustrationIconCurrency=n.F5;exports.IllustrationIconFile=n.j5;exports.IllustrationIconJson=n.A5;exports.IllustrationIconLink=n.B5;exports.IllustrationIconMail=n.b5;exports.IllustrationIconManyToMany=n.D5;exports.IllustrationIconMap=n.T5;exports.IllustrationIconNumbers=n._5;exports.IllustrationIconOneToMany=n.Z5;exports.IllustrationIconOneToOne=n.P5;exports.IllustrationIconPhone=n.R5;exports.IllustrationIconSetting=n.H5;exports.IllustrationIconStar=n.O5;exports.IllustrationIconTag=n.W5;exports.IllustrationIconTags=n.V5;exports.IllustrationIconText=n.q5;exports.IllustrationIconToggle=n.N5;exports.IllustrationIconUid=n.G5;exports.IllustrationIconUser=n.U5;exports.IllustrationIconWrapper=n.h;exports.Info=n.K5;exports.InsideButton=n.ve;exports.JsonArrayNode=n.je;exports.JsonNestedNode=n.T;exports.JsonNode=n.J;exports.JsonObjectNode=n.le$1;exports.JsonTree=n.ke;exports.JsonTreeContext=n.v$2;exports.JsonTreeContextProvider=n.Ie;exports.JsonValueNode=n.p;exports.LINK_CHIP_CLICK_OUTSIDE_ID=n.Z;exports.Label=n.Z2;exports.LabelPosition=n.ko;exports.LightButton=n.Vr;exports.LightIconButton=n.M;exports.LightIconButtonGroup=n.ae;exports.LinkChip=n.hr;exports.LinkType=n.Me;exports.Loader=n.f;exports.MAIN_COLORS_DARK=n.Pa;exports.MAIN_COLORS_LIGHT=n.t6;exports.MAIN_COLOR_NAMES=n.o;exports.MOBILE_VIEWPORT=n.o$1;exports.MODAL=n.Ba;exports.MOVING_IMAGE=n.N$1;exports.MainButton=n.it;exports.MenuItem=n.ds;exports.MenuItemAvatar=n.tn;exports.MenuItemDraggable=n.rn;exports.MenuItemHotKeys=n.De;exports.MenuItemIcon=n.He$1;exports.MenuItemIconBoxContainer=n.B$1;exports.MenuItemIconWithGripSwap=n.Ve$1;exports.MenuItemLeftContent=n.k$1;exports.MenuItemMultiSelect=n.on;exports.MenuItemMultiSelectAvatar=n.ln;exports.MenuItemMultiSelectTag=n.an;exports.MenuItemNavigate=n.cn;exports.MenuItemSelect=n.dn;exports.MenuItemSelectAvatar=n.mn;exports.MenuItemSelectColor=n.un;exports.MenuItemSelectTag=n.pn;exports.MenuItemSuggestion=n.xn;exports.MenuItemToggle=n.hn;exports.MenuPicker=n.sn;exports.MultipleAvatarChip=n.ur;exports.NavigationBar=n.fn;exports.NavigationBarItem=n.As;exports.NotificationCounter=n.jn;exports.OverflowingTextWithTooltip=n.U;exports.Pill=n.n;exports.ProgressBar=n.U$1;exports.REACT_APP_SERVER_BASE_URL=n.w$1;exports.RGBA=n.I$1;exports.Radio=n.rr;exports.RadioGroup=n.ho;exports.RadioSize=n.yo;exports.RawLink=n.Js;exports.RoundedIconButton=n.pt;exports.RoundedLink=n.Ae$1;exports.SECONDARY_COLORS_DARK=n.Ca;exports.SECONDARY_COLORS_LIGHT=n.xa;exports.SNACK_BAR_DARK=n.i$1;exports.SNACK_BAR_LIGHT=n.Ya;exports.SPACING_VALUES=n.n6;exports.SearchInput=n.kt;exports.Section=n.Ce;exports.SectionAlignment=n.q$1;exports.SectionFontColor=n.J$1;exports.SeparatorLineText=n.Q5;exports.SidePanelInformationBanner=n.c5;exports.SocialLink=n.Qs;exports.Status=n.Y5;exports.StyledDraggableItem=n.F$1;exports.StyledHoverableMenuItemBase=n.W;exports.StyledIconContainer=n.B$1;exports.StyledMenuItemBase=n.g;exports.StyledMenuItemContextualText=n.E$3;exports.StyledMenuItemIconCheck=n.q$2;exports.StyledMenuItemLabel=n.S$2;exports.StyledMenuItemLabelLight=n.A$2;exports.StyledMenuItemLeftContent=n.I;exports.StyledMenuItemRightContent=n.$$1;exports.StyledMenuItemSelect=n.M$2;exports.StyledNoIconFiller=n.nn;exports.StyledRightMenuItemContextualText=n.V;exports.StyledTabButton=n.Te;exports.StyledTabContainer=n.ut;exports.StyledTabHover=n.He;exports.StyledText=n.oe;exports.StyledTextContent=n.P2;exports.StyledTextWrapper=n.H2;exports.TAG_DARK=n.t$1;exports.TAG_LIGHT=n.Ea;exports.TEXT=n.Ha;exports.TEXT_INPUT_STYLE=n.a;exports.THEME_COMMON=n.Ua;exports.THEME_DARK=n.n$1;exports.THEME_LIGHT=n.Xa;exports.TRANSPARENT_COLORS_DARK=n.La;exports.TRANSPARENT_COLORS_LIGHT=n.M$3;exports.TWENTY_PRICING_LINK=n.en;exports.TabButton=n.xt;exports.TabContent=n.Pe;exports.Tag=n.E;exports.ThemeContext=n.y$1;exports.ThemeContextProvider=n.S$4;exports.ThemeCssVariableInjectorEffect=n.j$1;exports.ThinkingOrbitLoaderIcon=n.$5;exports.Toggle=n.le;exports.TooltipDelay=n.O;exports.TooltipPosition=n.E$1;exports.UndecoratedLink=n.Xs;exports.VISIBILITY_HIDDEN=n.i;exports.VisibilityHidden=n.r;exports.VisibilityHiddenInput=n.t;exports.baseTransitionTiming=n.w;exports.buildThemeReferencingRootCssVariables=n.Ra;exports.createState=n.st$1;exports.getBaseCodeEditorTheme=n.Ve;exports.getCommonStyles=n.k;exports.getDisplayValueByUrlType=n.i$2;exports.getExpandableAnimationConfig=n.R;exports.getMainColorNameFromPaletteColorName=n.tt$1;exports.getNextThemeColor=n.d;exports.getOsControlSymbol=n.nt$1;exports.getOsShortcutSeparator=n.u$2;exports.getTransitionValues=n.A$1;exports.getUserDevice=n.r$2;exports.iconsState=n.u;exports.invalidAvatarUrlsAtomV2=n.u$1;exports.isArray=n.me;exports.isNavigationModifierPressed=n.a$1;exports.isTwoFirstDepths=n.Ee;exports.prepareThemeForRootCssVariableInjection=n.c;exports.stringToThemeColor=n.l$1;exports.stringToThemeColorP3String=n.i$3;exports.themeColorSchema=n.et;exports.themeCssVariables=n.ar;exports.useIcons=n.p1;exports.useIsMobile=n.t$2;exports.useJsonTreeContextOrThrow=n.m;exports.useMouseDownNavigation=n.D;exports.useProgressAnimation=n.q;exports.useResetLocationHash=n.ot$2;exports.useScreenSize=n.at$1;Object.defineProperty(exports,"ThemeProvider",{enumerable:!0,get:()=>o.ThemeProvider});
|