@integrativedesigndevelopment/dashboard-core 0.0.2 → 0.0.4

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.
Files changed (60) hide show
  1. package/dist/components/CancelActionButton/index.d.ts +3 -0
  2. package/dist/components/CancelActionButton/index.d.ts.map +1 -1
  3. package/dist/components/Card/index.d.ts +18 -0
  4. package/dist/components/Card/index.d.ts.map +1 -0
  5. package/dist/components/ConfirmActionButton/index.d.ts +2 -0
  6. package/dist/components/ConfirmActionButton/index.d.ts.map +1 -1
  7. package/dist/components/ErrorBoundary/index.d.ts +1 -1
  8. package/dist/components/ErrorBoundary/index.d.ts.map +1 -1
  9. package/dist/components/Loader/index.d.ts +16 -0
  10. package/dist/components/Loader/index.d.ts.map +1 -0
  11. package/dist/components/LoginBackground/index.d.ts +29 -0
  12. package/dist/components/LoginBackground/index.d.ts.map +1 -0
  13. package/dist/components/LoginBackground/index.improved.d.ts +16 -0
  14. package/dist/components/LoginBackground/index.improved.d.ts.map +1 -0
  15. package/dist/components/LoginBackground/types.d.ts +27 -0
  16. package/dist/components/LoginBackground/types.d.ts.map +1 -0
  17. package/dist/components/LoginBackground/utils.d.ts +30 -0
  18. package/dist/components/LoginBackground/utils.d.ts.map +1 -0
  19. package/dist/components/Modal/index.d.ts +18 -0
  20. package/dist/components/Modal/index.d.ts.map +1 -0
  21. package/dist/components/PasswordStrengthIndicator/index.d.ts +47 -0
  22. package/dist/components/PasswordStrengthIndicator/index.d.ts.map +1 -0
  23. package/dist/components/PasswordStrengthIndicator/index.improved.d.ts +47 -0
  24. package/dist/components/PasswordStrengthIndicator/index.improved.d.ts.map +1 -0
  25. package/dist/components/SimpleButton/index.d.ts +11 -5
  26. package/dist/components/SimpleButton/index.d.ts.map +1 -1
  27. package/dist/components/forms/FormField/index.d.ts +19 -0
  28. package/dist/components/forms/FormField/index.d.ts.map +1 -0
  29. package/dist/components/forms/FormField/index.improved.d.ts +27 -0
  30. package/dist/components/forms/FormField/index.improved.d.ts.map +1 -0
  31. package/dist/components/forms/SubmitButton/index.d.ts +11 -0
  32. package/dist/components/forms/SubmitButton/index.d.ts.map +1 -0
  33. package/dist/components/forms/SubmitButton/index.improved.d.ts +17 -0
  34. package/dist/components/forms/SubmitButton/index.improved.d.ts.map +1 -0
  35. package/dist/components/forms/TermsCheckbox/index.d.ts +13 -0
  36. package/dist/components/forms/TermsCheckbox/index.d.ts.map +1 -0
  37. package/dist/components/forms/TermsCheckbox/index.improved.d.ts +23 -0
  38. package/dist/components/forms/TermsCheckbox/index.improved.d.ts.map +1 -0
  39. package/dist/components/index.d.ts +9 -0
  40. package/dist/components/index.d.ts.map +1 -1
  41. package/dist/components/utils/componentTemplate.d.ts +40 -0
  42. package/dist/components/utils/componentTemplate.d.ts.map +1 -0
  43. package/dist/components/utils/componentWrapper.d.ts +87 -0
  44. package/dist/components/utils/componentWrapper.d.ts.map +1 -0
  45. package/dist/index.d.ts +11 -2
  46. package/dist/index.d.ts.map +1 -1
  47. package/dist/index.esm.js +1 -13
  48. package/dist/index.esm.js.map +1 -1
  49. package/dist/index.js +1 -13
  50. package/dist/index.js.map +1 -1
  51. package/dist/types/index.d.ts +10 -0
  52. package/dist/types/index.d.ts.map +1 -1
  53. package/dist/utils/assetValidation.d.ts +54 -0
  54. package/dist/utils/assetValidation.d.ts.map +1 -0
  55. package/dist/utils/helpers.d.ts.map +1 -1
  56. package/dist/utils/validation.d.ts +93 -0
  57. package/dist/utils/validation.d.ts.map +1 -0
  58. package/package.json +21 -20
  59. package/dist/components/IDDLink/index.d.ts +0 -10
  60. package/dist/components/IDDLink/index.d.ts.map +0 -1
package/dist/index.js CHANGED
@@ -1,14 +1,2 @@
1
- "use strict";var e=require("react/jsx-runtime"),t=require("@integrativedesigndevelopment/idd-common"),n=require("react"),r=require("@integrativedesigndevelopment/idd-icons");const i={SET_PLUGINS:"set_plugins",SET_CURRENT_PLUGIN:"set_current_plugin",SET_CURRENT_TAB:"set_current_tab",SET_CURRENT_STATE:"set_current_state",SET_CURRENT_VIEW:"set_current_view",SET_CURRENT_ITEM:"set_current_item",COLLAPSED_TOGGLE:"toggle_collapsed",SET_COLOR_MODE:"set_color_mode",TOGGLE_NOTIFICATIONS:"toggle_notifications",SET_SETTING:"set_setting",SET_JWT:"SET_JWT",SET_USER:"SET_USER",RESET:"reset"},s=e=>({type:i.SET_CURRENT_PLUGIN,payload:e}),o=e=>({type:i.SET_CURRENT_TAB,payload:e}),a=e=>({type:i.SET_CURRENT_STATE,payload:e});class c extends n.Component{constructor(){super(...arguments),this.state={hasError:!1}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){console.error("ErrorBoundary caught an error:",e,t)}render(){return this.state.hasError?this.props.fallback||e.jsx("div",{className:"flex items-center justify-center h-full w-full p-4",children:e.jsxs("div",{className:"text-center",children:[e.jsx("h2",{className:"text-xl font-semibold mb-2",children:"Something went wrong"}),e.jsx("p",{className:"text-gray-600 mb-4",children:"An error occurred while loading this component."}),e.jsx("button",{onClick:()=>this.setState({hasError:!1,error:void 0}),className:"px-4 py-2 bg-blue-500 text-white rounded hover:bg-blue-600",children:"Try again"})]})}):this.props.children}}const l={title:"IDD Dashboard",pages:[],plugins:["Dashboard"],categories:[],sub_categories:{},style:{colors:{"idd-red":"#DD3150","idd-red-20":"#F6CBD3","idd-orange":"#D1823B","idd-orange-20":"#F3DFCE","idd-yellow":"#D9C982","idd-yellow-20":"#F4EFDA","idd-green":"#98BD83","idd-green-20":"#E5EEE0","idd-blue":"#00A89D","idd-blue-20":"#6F6F5","idd-purple":"#4040D8","idd-purple-20":"#CFCFF5","idd-brown":"#7A6C53","idd-brown-20":"#F2F0EE","idd-black":"#19191c","idd-black-20":"#C5C5C6","idd-grey":"#6D6E81","idd-grey-20":"#DCDCE1","idd-white":"#fff","idd-transparent":"transparent","idd-primary-color":"#292929","idd-secondary-color":"#5f696d","idd-tertiary-color":"#d8dfe7","idd-tertiary-color-20":"#ECECEC","idd-active-color":"#ad0000","idd-inactive-color":"#DCDCE1","idd-primary-background":"#ad0000","idd-secondary-background":"#f2f0ee","idd-tertiary-background":"#F6F6F9","idd-active-background":"#7a6c53","idd-inactive-background":"#7a6c531a","idd-shadow-color":"rgba(50,69,71,0.17)"},fontFamily:{"idd-primary-font":"Gotham-Book","idd-primary-font-light":"Gotham-Light","idd-primary-font-regular":"Gotham-Book","idd-primary-font-medium":"Gotham-Medium","idd-primary-font-bold":"Gotham-Bold","idd-secondary-font":"Rubik-Regular","idd-secondary-font-light":"Rubik-Light","idd-secondary-font-regular":"Rubik-Regular","idd-secondary-font-medium":"Rubik-Medium","idd-secondary-font-bold":"Rubik-Bold"},fontStyle:{"idd-font-style":"normal"},fontWeight:{"idd-light-font-weight":"300","idd-regular-font-weight":"normal","idd-medium-font-weight":"medium","idd-bold-font-weight":"bold"},fontSize:{"idd-primary-font-size":"1rem","idd-xtrasmall-font-size":"0.25rem","idd-small-font-size":"0.5rem","idd-medium-font-size":"1.125rem","idd-large-font-size":"1.25rem","idd-xtralarge-font-size":"1.5rem"},letterSpacing:{"idd-character-spacing":"0","idd-body-character-spacing":"0.05"},lineHeight:{"idd-primary-line-spacing":"1.5"},backgroundImage:{"gradient-radial":"radial-gradient(var(--tw-gradient-stops))","gradient-conic":"conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))","signup-theme":"linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/signup-theme.png')"},borderRadius:{"idd-border-radius":"0.3125rem"}}};let u=l;const d=()=>u,p=()=>d();var h=function(e,t){return h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},h(e,t)};function f(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}h(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var m=function(){return m=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},m.apply(this,arguments)};function E(e,t,n,r){return new(n||(n=Promise))((function(i,s){function o(e){try{c(r.next(e))}catch(e){s(e)}}function a(e){try{c(r.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,a)}c((r=r.apply(e,t||[])).next())}))}function g(e,t,n){if(n||2===arguments.length)for(var r,i=0,s=t.length;i<s;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}"function"==typeof SuppressedError&&SuppressedError;var y="Invariant Violation",v=Object.setPrototypeOf,T=void 0===v?function(e,t){return e.__proto__=t,e}:v,x=function(e){function t(n){void 0===n&&(n=y);var r=e.call(this,"number"==typeof n?y+": "+n+" (see https://github.com/apollographql/invariant-packages)":n)||this;return r.framesToPop=1,r.name=y,T(r,t.prototype),r}return f(t,e),t}(Error);function N(e,t){if(!e)throw new x(t)}var b=["debug","log","warn","error","silent"],I=b.indexOf("log");function _(e){return function(){if(b.indexOf(e)>=I)return(console[e]||console.log).apply(console,arguments)}}!function(e){e.debug=_("debug"),e.log=_("log"),e.warn=_("warn"),e.error=_("error")}(N||(N={}));var D="3.13.8";function C(e){try{return e()}catch(e){}}var O=C((function(){return globalThis}))||C((function(){return window}))||C((function(){return self}))||C((function(){return global}))||C((function(){return C.constructor("return this")()})),k=new Map;function A(e,t){var n,r,i=(n="stringifyForDisplay",r=k.get(n)||1,k.set(n,r+1),"".concat(n,":").concat(r,":").concat(Math.random().toString(36).slice(2)));return JSON.stringify(e,(function(e,t){return void 0===t?i:t}),t).split(JSON.stringify(i)).join("<undefined>")}function S(e){return function(t){for(var n=[],r=1;r<arguments.length;r++)n[r-1]=arguments[r];if("number"==typeof t){var i=t;(t=F(i))||(t=j(i,n),n=[])}e.apply(void 0,[t].concat(n))}}var w=Object.assign((function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];e||N(e,F(t,n)||j(t,n))}),{debug:S(N.debug),log:S(N.log),warn:S(N.warn),error:S(N.error)}),R=Symbol.for("ApolloErrorMessageHandler_"+D);function L(e){if("string"==typeof e)return e;try{return A(e,2).slice(0,1e3)}catch(e){return"<non-serializable>"}}function F(e,t){if(void 0===t&&(t=[]),e)return O[R]&&O[R](e,t.map(L))}function j(e,t){if(void 0===t&&(t=[]),e)return"An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#".concat(encodeURIComponent(JSON.stringify({version:D,message:e,args:t.map(L)})))}function P(e,t){if(!Boolean(e))throw new Error(t)}function M(e,t){if(!Boolean(e))throw new Error("Unexpected invariant triggered.")}const U=/\r\n|[\n\r]/g;function B(e,t){let n=0,r=1;for(const i of e.body.matchAll(U)){if("number"==typeof i.index||M(!1),i.index>=t)break;n=i.index+i[0].length,r+=1}return{line:r,column:t+1-n}}function V(e,t){const n=e.locationOffset.column-1,r="".padStart(n)+e.body,i=t.line-1,s=e.locationOffset.line-1,o=t.line+s,a=1===t.line?n:0,c=t.column+a,l=`${e.name}:${o}:${c}\n`,u=r.split(/\r\n|[\n\r]/g),d=u[i];if(d.length>120){const e=Math.floor(c/80),t=c%80,n=[];for(let e=0;e<d.length;e+=80)n.push(d.slice(e,e+80));return l+G([[`${o} |`,n[0]],...n.slice(1,e+1).map((e=>["|",e])),["|","^".padStart(t)],["|",n[e+1]]])}return l+G([[o-1+" |",u[i-1]],[`${o} |`,d],["|","^".padStart(c)],[`${o+1} |`,u[i+1]]])}function G(e){const t=e.filter((([e,t])=>void 0!==t)),n=Math.max(...t.map((([e])=>e.length)));return t.map((([e,t])=>e.padStart(n)+(t?" "+t:""))).join("\n")}class z extends Error{constructor(e,...t){var n,r,i;const{nodes:s,source:o,positions:a,path:c,originalError:l,extensions:u}=function(e){const t=e[0];return null==t||"kind"in t||"length"in t?{nodes:t,source:e[1],positions:e[2],path:e[3],originalError:e[4],extensions:e[5]}:t}(t);super(e),this.name="GraphQLError",this.path=null!=c?c:void 0,this.originalError=null!=l?l:void 0,this.nodes=$(Array.isArray(s)?s:s?[s]:void 0);const d=$(null===(n=this.nodes)||void 0===n?void 0:n.map((e=>e.loc)).filter((e=>null!=e)));this.source=null!=o?o:null==d||null===(r=d[0])||void 0===r?void 0:r.source,this.positions=null!=a?a:null==d?void 0:d.map((e=>e.start)),this.locations=a&&o?a.map((e=>B(o,e))):null==d?void 0:d.map((e=>B(e.source,e.start)));const p="object"==typeof(h=null==l?void 0:l.extensions)&&null!==h?null==l?void 0:l.extensions:void 0;var h;this.extensions=null!==(i=null!=u?u:p)&&void 0!==i?i:Object.create(null),Object.defineProperties(this,{message:{writable:!0,enumerable:!0},name:{enumerable:!1},nodes:{enumerable:!1},source:{enumerable:!1},positions:{enumerable:!1},originalError:{enumerable:!1}}),null!=l&&l.stack?Object.defineProperty(this,"stack",{value:l.stack,writable:!0,configurable:!0}):Error.captureStackTrace?Error.captureStackTrace(this,z):Object.defineProperty(this,"stack",{value:Error().stack,writable:!0,configurable:!0})}get[Symbol.toStringTag](){return"GraphQLError"}toString(){let e=this.message;if(this.nodes)for(const n of this.nodes)n.loc&&(e+="\n\n"+V((t=n.loc).source,B(t.source,t.start)));else if(this.source&&this.locations)for(const t of this.locations)e+="\n\n"+V(this.source,t);var t;return e}toJSON(){const e={message:this.message};return null!=this.locations&&(e.locations=this.locations),null!=this.path&&(e.path=this.path),null!=this.extensions&&Object.keys(this.extensions).length>0&&(e.extensions=this.extensions),e}}function $(e){return void 0===e||0===e.length?void 0:e}function K(e,t,n){return new z(`Syntax Error: ${n}`,{source:e,positions:[t]})}class Y{constructor(e,t,n){this.start=e.start,this.end=t.end,this.startToken=e,this.endToken=t,this.source=n}get[Symbol.toStringTag](){return"Location"}toJSON(){return{start:this.start,end:this.end}}}class J{constructor(e,t,n,r,i,s){this.kind=e,this.start=t,this.end=n,this.line=r,this.column=i,this.value=s,this.prev=null,this.next=null}get[Symbol.toStringTag](){return"Token"}toJSON(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}}}var q,Q,W,X;function H(e){return e>=48&&e<=57}function Z(e){return e>=97&&e<=122||e>=65&&e<=90}function ee(e){return Z(e)||95===e}function te(e){return Z(e)||H(e)||95===e}function ne(e){var t;let n=Number.MAX_SAFE_INTEGER,r=null,i=-1;for(let t=0;t<e.length;++t){var s;const o=e[t],a=re(o);a!==o.length&&(r=null!==(s=r)&&void 0!==s?s:t,i=t,0!==t&&a<n&&(n=a))}return e.map(((e,t)=>0===t?e:e.slice(n))).slice(null!==(t=r)&&void 0!==t?t:0,i+1)}function re(e){let t=0;for(;t<e.length&&(9===(n=e.charCodeAt(t))||32===n);)++t;var n;return t}new Set(Object.keys({Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]})),function(e){e.QUERY="query",e.MUTATION="mutation",e.SUBSCRIPTION="subscription"}(q||(q={})),function(e){e.QUERY="QUERY",e.MUTATION="MUTATION",e.SUBSCRIPTION="SUBSCRIPTION",e.FIELD="FIELD",e.FRAGMENT_DEFINITION="FRAGMENT_DEFINITION",e.FRAGMENT_SPREAD="FRAGMENT_SPREAD",e.INLINE_FRAGMENT="INLINE_FRAGMENT",e.VARIABLE_DEFINITION="VARIABLE_DEFINITION",e.SCHEMA="SCHEMA",e.SCALAR="SCALAR",e.OBJECT="OBJECT",e.FIELD_DEFINITION="FIELD_DEFINITION",e.ARGUMENT_DEFINITION="ARGUMENT_DEFINITION",e.INTERFACE="INTERFACE",e.UNION="UNION",e.ENUM="ENUM",e.ENUM_VALUE="ENUM_VALUE",e.INPUT_OBJECT="INPUT_OBJECT",e.INPUT_FIELD_DEFINITION="INPUT_FIELD_DEFINITION"}(Q||(Q={})),function(e){e.NAME="Name",e.DOCUMENT="Document",e.OPERATION_DEFINITION="OperationDefinition",e.VARIABLE_DEFINITION="VariableDefinition",e.SELECTION_SET="SelectionSet",e.FIELD="Field",e.ARGUMENT="Argument",e.FRAGMENT_SPREAD="FragmentSpread",e.INLINE_FRAGMENT="InlineFragment",e.FRAGMENT_DEFINITION="FragmentDefinition",e.VARIABLE="Variable",e.INT="IntValue",e.FLOAT="FloatValue",e.STRING="StringValue",e.BOOLEAN="BooleanValue",e.NULL="NullValue",e.ENUM="EnumValue",e.LIST="ListValue",e.OBJECT="ObjectValue",e.OBJECT_FIELD="ObjectField",e.DIRECTIVE="Directive",e.NAMED_TYPE="NamedType",e.LIST_TYPE="ListType",e.NON_NULL_TYPE="NonNullType",e.SCHEMA_DEFINITION="SchemaDefinition",e.OPERATION_TYPE_DEFINITION="OperationTypeDefinition",e.SCALAR_TYPE_DEFINITION="ScalarTypeDefinition",e.OBJECT_TYPE_DEFINITION="ObjectTypeDefinition",e.FIELD_DEFINITION="FieldDefinition",e.INPUT_VALUE_DEFINITION="InputValueDefinition",e.INTERFACE_TYPE_DEFINITION="InterfaceTypeDefinition",e.UNION_TYPE_DEFINITION="UnionTypeDefinition",e.ENUM_TYPE_DEFINITION="EnumTypeDefinition",e.ENUM_VALUE_DEFINITION="EnumValueDefinition",e.INPUT_OBJECT_TYPE_DEFINITION="InputObjectTypeDefinition",e.DIRECTIVE_DEFINITION="DirectiveDefinition",e.SCHEMA_EXTENSION="SchemaExtension",e.SCALAR_TYPE_EXTENSION="ScalarTypeExtension",e.OBJECT_TYPE_EXTENSION="ObjectTypeExtension",e.INTERFACE_TYPE_EXTENSION="InterfaceTypeExtension",e.UNION_TYPE_EXTENSION="UnionTypeExtension",e.ENUM_TYPE_EXTENSION="EnumTypeExtension",e.INPUT_OBJECT_TYPE_EXTENSION="InputObjectTypeExtension"}(W||(W={})),function(e){e.SOF="<SOF>",e.EOF="<EOF>",e.BANG="!",e.DOLLAR="$",e.AMP="&",e.PAREN_L="(",e.PAREN_R=")",e.SPREAD="...",e.COLON=":",e.EQUALS="=",e.AT="@",e.BRACKET_L="[",e.BRACKET_R="]",e.BRACE_L="{",e.PIPE="|",e.BRACE_R="}",e.NAME="Name",e.INT="Int",e.FLOAT="Float",e.STRING="String",e.BLOCK_STRING="BlockString",e.COMMENT="Comment"}(X||(X={}));class ie{constructor(e){const t=new J(X.SOF,0,0,0,0);this.source=e,this.lastToken=t,this.token=t,this.line=1,this.lineStart=0}get[Symbol.toStringTag](){return"Lexer"}advance(){this.lastToken=this.token;return this.token=this.lookahead()}lookahead(){let e=this.token;if(e.kind!==X.EOF)do{if(e.next)e=e.next;else{const t=de(this,e.end);e.next=t,t.prev=e,e=t}}while(e.kind===X.COMMENT);return e}}function se(e){return e>=0&&e<=55295||e>=57344&&e<=1114111}function oe(e,t){return ae(e.charCodeAt(t))&&ce(e.charCodeAt(t+1))}function ae(e){return e>=55296&&e<=56319}function ce(e){return e>=56320&&e<=57343}function le(e,t){const n=e.source.body.codePointAt(t);if(void 0===n)return X.EOF;if(n>=32&&n<=126){const e=String.fromCodePoint(n);return'"'===e?"'\"'":`"${e}"`}return"U+"+n.toString(16).toUpperCase().padStart(4,"0")}function ue(e,t,n,r,i){const s=e.line,o=1+n-e.lineStart;return new J(t,n,r,s,o,i)}function de(e,t){const n=e.source.body,r=n.length;let i=t;for(;i<r;){const t=n.charCodeAt(i);switch(t){case 65279:case 9:case 32:case 44:++i;continue;case 10:++i,++e.line,e.lineStart=i;continue;case 13:10===n.charCodeAt(i+1)?i+=2:++i,++e.line,e.lineStart=i;continue;case 35:return pe(e,i);case 33:return ue(e,X.BANG,i,i+1);case 36:return ue(e,X.DOLLAR,i,i+1);case 38:return ue(e,X.AMP,i,i+1);case 40:return ue(e,X.PAREN_L,i,i+1);case 41:return ue(e,X.PAREN_R,i,i+1);case 46:if(46===n.charCodeAt(i+1)&&46===n.charCodeAt(i+2))return ue(e,X.SPREAD,i,i+3);break;case 58:return ue(e,X.COLON,i,i+1);case 61:return ue(e,X.EQUALS,i,i+1);case 64:return ue(e,X.AT,i,i+1);case 91:return ue(e,X.BRACKET_L,i,i+1);case 93:return ue(e,X.BRACKET_R,i,i+1);case 123:return ue(e,X.BRACE_L,i,i+1);case 124:return ue(e,X.PIPE,i,i+1);case 125:return ue(e,X.BRACE_R,i,i+1);case 34:return 34===n.charCodeAt(i+1)&&34===n.charCodeAt(i+2)?xe(e,i):me(e,i)}if(H(t)||45===t)return he(e,i,t);if(ee(t))return Ne(e,i);throw K(e.source,i,39===t?"Unexpected single quote character ('), did you mean to use a double quote (\")?":se(t)||oe(n,i)?`Unexpected character: ${le(e,i)}.`:`Invalid character: ${le(e,i)}.`)}return ue(e,X.EOF,r,r)}function pe(e,t){const n=e.source.body,r=n.length;let i=t+1;for(;i<r;){const e=n.charCodeAt(i);if(10===e||13===e)break;if(se(e))++i;else{if(!oe(n,i))break;i+=2}}return ue(e,X.COMMENT,t,i,n.slice(t+1,i))}function he(e,t,n){const r=e.source.body;let i=t,s=n,o=!1;if(45===s&&(s=r.charCodeAt(++i)),48===s){if(s=r.charCodeAt(++i),H(s))throw K(e.source,i,`Invalid number, unexpected digit after 0: ${le(e,i)}.`)}else i=fe(e,i,s),s=r.charCodeAt(i);if(46===s&&(o=!0,s=r.charCodeAt(++i),i=fe(e,i,s),s=r.charCodeAt(i)),69!==s&&101!==s||(o=!0,s=r.charCodeAt(++i),43!==s&&45!==s||(s=r.charCodeAt(++i)),i=fe(e,i,s),s=r.charCodeAt(i)),46===s||ee(s))throw K(e.source,i,`Invalid number, expected digit but got: ${le(e,i)}.`);return ue(e,o?X.FLOAT:X.INT,t,i,r.slice(t,i))}function fe(e,t,n){if(!H(n))throw K(e.source,t,`Invalid number, expected digit but got: ${le(e,t)}.`);const r=e.source.body;let i=t+1;for(;H(r.charCodeAt(i));)++i;return i}function me(e,t){const n=e.source.body,r=n.length;let i=t+1,s=i,o="";for(;i<r;){const r=n.charCodeAt(i);if(34===r)return o+=n.slice(s,i),ue(e,X.STRING,t,i+1,o);if(92!==r){if(10===r||13===r)break;if(se(r))++i;else{if(!oe(n,i))throw K(e.source,i,`Invalid character within String: ${le(e,i)}.`);i+=2}}else{o+=n.slice(s,i);const t=117===n.charCodeAt(i+1)?123===n.charCodeAt(i+2)?Ee(e,i):ge(e,i):Te(e,i);o+=t.value,i+=t.size,s=i}}throw K(e.source,i,"Unterminated string.")}function Ee(e,t){const n=e.source.body;let r=0,i=3;for(;i<12;){const e=n.charCodeAt(t+i++);if(125===e){if(i<5||!se(r))break;return{value:String.fromCodePoint(r),size:i}}if(r=r<<4|ve(e),r<0)break}throw K(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+i)}".`)}function ge(e,t){const n=e.source.body,r=ye(n,t+2);if(se(r))return{value:String.fromCodePoint(r),size:6};if(ae(r)&&92===n.charCodeAt(t+6)&&117===n.charCodeAt(t+7)){const e=ye(n,t+8);if(ce(e))return{value:String.fromCodePoint(r,e),size:12}}throw K(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+6)}".`)}function ye(e,t){return ve(e.charCodeAt(t))<<12|ve(e.charCodeAt(t+1))<<8|ve(e.charCodeAt(t+2))<<4|ve(e.charCodeAt(t+3))}function ve(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function Te(e,t){const n=e.source.body;switch(n.charCodeAt(t+1)){case 34:return{value:'"',size:2};case 92:return{value:"\\",size:2};case 47:return{value:"/",size:2};case 98:return{value:"\b",size:2};case 102:return{value:"\f",size:2};case 110:return{value:"\n",size:2};case 114:return{value:"\r",size:2};case 116:return{value:"\t",size:2}}throw K(e.source,t,`Invalid character escape sequence: "${n.slice(t,t+2)}".`)}function xe(e,t){const n=e.source.body,r=n.length;let i=e.lineStart,s=t+3,o=s,a="";const c=[];for(;s<r;){const r=n.charCodeAt(s);if(34===r&&34===n.charCodeAt(s+1)&&34===n.charCodeAt(s+2)){a+=n.slice(o,s),c.push(a);const r=ue(e,X.BLOCK_STRING,t,s+3,ne(c).join("\n"));return e.line+=c.length-1,e.lineStart=i,r}if(92!==r||34!==n.charCodeAt(s+1)||34!==n.charCodeAt(s+2)||34!==n.charCodeAt(s+3))if(10!==r&&13!==r)if(se(r))++s;else{if(!oe(n,s))throw K(e.source,s,`Invalid character within String: ${le(e,s)}.`);s+=2}else a+=n.slice(o,s),c.push(a),13===r&&10===n.charCodeAt(s+1)?s+=2:++s,a="",o=s,i=s;else a+=n.slice(o,s),o=s+1,s+=4}throw K(e.source,s,"Unterminated string.")}function Ne(e,t){const n=e.source.body,r=n.length;let i=t+1;for(;i<r;){if(!te(n.charCodeAt(i)))break;++i}return ue(e,X.NAME,t,i,n.slice(t,i))}function be(e){return Ie(e,[])}function Ie(e,t){switch(typeof e){case"string":return JSON.stringify(e);case"function":return e.name?`[function ${e.name}]`:"[function]";case"object":return function(e,t){if(null===e)return"null";if(t.includes(e))return"[Circular]";const n=[...t,e];if(function(e){return"function"==typeof e.toJSON}(e)){const t=e.toJSON();if(t!==e)return"string"==typeof t?t:Ie(t,n)}else if(Array.isArray(e))return function(e,t){if(0===e.length)return"[]";if(t.length>2)return"[Array]";const n=Math.min(10,e.length),r=e.length-n,i=[];for(let r=0;r<n;++r)i.push(Ie(e[r],t));1===r?i.push("... 1 more item"):r>1&&i.push(`... ${r} more items`);return"["+i.join(", ")+"]"}(e,n);return function(e,t){const n=Object.entries(e);if(0===n.length)return"{}";if(t.length>2)return"["+function(e){const t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===t&&"function"==typeof e.constructor){const t=e.constructor.name;if("string"==typeof t&&""!==t)return t}return t}(e)+"]";const r=n.map((([e,n])=>e+": "+Ie(n,t)));return"{ "+r.join(", ")+" }"}(e,n)}(e,t);default:return String(e)}}const _e=globalThis.process&&"production"===process.env.NODE_ENV?function(e,t){return e instanceof t}:function(e,t){if(e instanceof t)return!0;if("object"==typeof e&&null!==e){var n;const r=t.prototype[Symbol.toStringTag];if(r===(Symbol.toStringTag in e?e[Symbol.toStringTag]:null===(n=e.constructor)||void 0===n?void 0:n.name)){const t=be(e);throw new Error(`Cannot use ${r} "${t}" from another module or realm.\n\nEnsure that there is only one instance of "graphql" in the node_modules\ndirectory. If different versions of "graphql" are the dependencies of other\nrelied on modules, use "resolutions" to ensure only one version is installed.\n\nhttps://yarnpkg.com/en/docs/selective-version-resolutions\n\nDuplicate "graphql" modules cannot be used at the same time since different\nversions may have different capabilities and behavior. The data from one\nversion used in the function from another could produce confusing and\nspurious results.`)}}return!1};class De{constructor(e,t="GraphQL request",n={line:1,column:1}){"string"==typeof e||P(!1,`Body must be a string. Received: ${be(e)}.`),this.body=e,this.name=t,this.locationOffset=n,this.locationOffset.line>0||P(!1,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||P(!1,"column in locationOffset is 1-indexed and must be positive.")}get[Symbol.toStringTag](){return"Source"}}class Ce{constructor(e,t={}){const n=function(e){return _e(e,De)}(e)?e:new De(e);this._lexer=new ie(n),this._options=t,this._tokenCounter=0}get tokenCount(){return this._tokenCounter}parseName(){const e=this.expectToken(X.NAME);return this.node(e,{kind:W.NAME,value:e.value})}parseDocument(){return this.node(this._lexer.token,{kind:W.DOCUMENT,definitions:this.many(X.SOF,this.parseDefinition,X.EOF)})}parseDefinition(){if(this.peek(X.BRACE_L))return this.parseOperationDefinition();const e=this.peekDescription(),t=e?this._lexer.lookahead():this._lexer.token;if(t.kind===X.NAME){switch(t.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}if(e)throw K(this._lexer.source,this._lexer.token.start,"Unexpected description, descriptions are supported only on type definitions.");switch(t.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"extend":return this.parseTypeSystemExtension()}}throw this.unexpected(t)}parseOperationDefinition(){const e=this._lexer.token;if(this.peek(X.BRACE_L))return this.node(e,{kind:W.OPERATION_DEFINITION,operation:q.QUERY,name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet()});const t=this.parseOperationType();let n;return this.peek(X.NAME)&&(n=this.parseName()),this.node(e,{kind:W.OPERATION_DEFINITION,operation:t,name:n,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseOperationType(){const e=this.expectToken(X.NAME);switch(e.value){case"query":return q.QUERY;case"mutation":return q.MUTATION;case"subscription":return q.SUBSCRIPTION}throw this.unexpected(e)}parseVariableDefinitions(){return this.optionalMany(X.PAREN_L,this.parseVariableDefinition,X.PAREN_R)}parseVariableDefinition(){return this.node(this._lexer.token,{kind:W.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(X.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(X.EQUALS)?this.parseConstValueLiteral():void 0,directives:this.parseConstDirectives()})}parseVariable(){const e=this._lexer.token;return this.expectToken(X.DOLLAR),this.node(e,{kind:W.VARIABLE,name:this.parseName()})}parseSelectionSet(){return this.node(this._lexer.token,{kind:W.SELECTION_SET,selections:this.many(X.BRACE_L,this.parseSelection,X.BRACE_R)})}parseSelection(){return this.peek(X.SPREAD)?this.parseFragment():this.parseField()}parseField(){const e=this._lexer.token,t=this.parseName();let n,r;return this.expectOptionalToken(X.COLON)?(n=t,r=this.parseName()):r=t,this.node(e,{kind:W.FIELD,alias:n,name:r,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(X.BRACE_L)?this.parseSelectionSet():void 0})}parseArguments(e){const t=e?this.parseConstArgument:this.parseArgument;return this.optionalMany(X.PAREN_L,t,X.PAREN_R)}parseArgument(e=!1){const t=this._lexer.token,n=this.parseName();return this.expectToken(X.COLON),this.node(t,{kind:W.ARGUMENT,name:n,value:this.parseValueLiteral(e)})}parseConstArgument(){return this.parseArgument(!0)}parseFragment(){const e=this._lexer.token;this.expectToken(X.SPREAD);const t=this.expectOptionalKeyword("on");return!t&&this.peek(X.NAME)?this.node(e,{kind:W.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1)}):this.node(e,{kind:W.INLINE_FRAGMENT,typeCondition:t?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentDefinition(){const e=this._lexer.token;return this.expectKeyword("fragment"),!0===this._options.allowLegacyFragmentVariables?this.node(e,{kind:W.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()}):this.node(e,{kind:W.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentName(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()}parseValueLiteral(e){const t=this._lexer.token;switch(t.kind){case X.BRACKET_L:return this.parseList(e);case X.BRACE_L:return this.parseObject(e);case X.INT:return this.advanceLexer(),this.node(t,{kind:W.INT,value:t.value});case X.FLOAT:return this.advanceLexer(),this.node(t,{kind:W.FLOAT,value:t.value});case X.STRING:case X.BLOCK_STRING:return this.parseStringLiteral();case X.NAME:switch(this.advanceLexer(),t.value){case"true":return this.node(t,{kind:W.BOOLEAN,value:!0});case"false":return this.node(t,{kind:W.BOOLEAN,value:!1});case"null":return this.node(t,{kind:W.NULL});default:return this.node(t,{kind:W.ENUM,value:t.value})}case X.DOLLAR:if(e){if(this.expectToken(X.DOLLAR),this._lexer.token.kind===X.NAME){const e=this._lexer.token.value;throw K(this._lexer.source,t.start,`Unexpected variable "$${e}" in constant value.`)}throw this.unexpected(t)}return this.parseVariable();default:throw this.unexpected()}}parseConstValueLiteral(){return this.parseValueLiteral(!0)}parseStringLiteral(){const e=this._lexer.token;return this.advanceLexer(),this.node(e,{kind:W.STRING,value:e.value,block:e.kind===X.BLOCK_STRING})}parseList(e){return this.node(this._lexer.token,{kind:W.LIST,values:this.any(X.BRACKET_L,(()=>this.parseValueLiteral(e)),X.BRACKET_R)})}parseObject(e){return this.node(this._lexer.token,{kind:W.OBJECT,fields:this.any(X.BRACE_L,(()=>this.parseObjectField(e)),X.BRACE_R)})}parseObjectField(e){const t=this._lexer.token,n=this.parseName();return this.expectToken(X.COLON),this.node(t,{kind:W.OBJECT_FIELD,name:n,value:this.parseValueLiteral(e)})}parseDirectives(e){const t=[];for(;this.peek(X.AT);)t.push(this.parseDirective(e));return t}parseConstDirectives(){return this.parseDirectives(!0)}parseDirective(e){const t=this._lexer.token;return this.expectToken(X.AT),this.node(t,{kind:W.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e)})}parseTypeReference(){const e=this._lexer.token;let t;if(this.expectOptionalToken(X.BRACKET_L)){const n=this.parseTypeReference();this.expectToken(X.BRACKET_R),t=this.node(e,{kind:W.LIST_TYPE,type:n})}else t=this.parseNamedType();return this.expectOptionalToken(X.BANG)?this.node(e,{kind:W.NON_NULL_TYPE,type:t}):t}parseNamedType(){return this.node(this._lexer.token,{kind:W.NAMED_TYPE,name:this.parseName()})}peekDescription(){return this.peek(X.STRING)||this.peek(X.BLOCK_STRING)}parseDescription(){if(this.peekDescription())return this.parseStringLiteral()}parseSchemaDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("schema");const n=this.parseConstDirectives(),r=this.many(X.BRACE_L,this.parseOperationTypeDefinition,X.BRACE_R);return this.node(e,{kind:W.SCHEMA_DEFINITION,description:t,directives:n,operationTypes:r})}parseOperationTypeDefinition(){const e=this._lexer.token,t=this.parseOperationType();this.expectToken(X.COLON);const n=this.parseNamedType();return this.node(e,{kind:W.OPERATION_TYPE_DEFINITION,operation:t,type:n})}parseScalarTypeDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("scalar");const n=this.parseName(),r=this.parseConstDirectives();return this.node(e,{kind:W.SCALAR_TYPE_DEFINITION,description:t,name:n,directives:r})}parseObjectTypeDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("type");const n=this.parseName(),r=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(e,{kind:W.OBJECT_TYPE_DEFINITION,description:t,name:n,interfaces:r,directives:i,fields:s})}parseImplementsInterfaces(){return this.expectOptionalKeyword("implements")?this.delimitedMany(X.AMP,this.parseNamedType):[]}parseFieldsDefinition(){return this.optionalMany(X.BRACE_L,this.parseFieldDefinition,X.BRACE_R)}parseFieldDefinition(){const e=this._lexer.token,t=this.parseDescription(),n=this.parseName(),r=this.parseArgumentDefs();this.expectToken(X.COLON);const i=this.parseTypeReference(),s=this.parseConstDirectives();return this.node(e,{kind:W.FIELD_DEFINITION,description:t,name:n,arguments:r,type:i,directives:s})}parseArgumentDefs(){return this.optionalMany(X.PAREN_L,this.parseInputValueDef,X.PAREN_R)}parseInputValueDef(){const e=this._lexer.token,t=this.parseDescription(),n=this.parseName();this.expectToken(X.COLON);const r=this.parseTypeReference();let i;this.expectOptionalToken(X.EQUALS)&&(i=this.parseConstValueLiteral());const s=this.parseConstDirectives();return this.node(e,{kind:W.INPUT_VALUE_DEFINITION,description:t,name:n,type:r,defaultValue:i,directives:s})}parseInterfaceTypeDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("interface");const n=this.parseName(),r=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(e,{kind:W.INTERFACE_TYPE_DEFINITION,description:t,name:n,interfaces:r,directives:i,fields:s})}parseUnionTypeDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("union");const n=this.parseName(),r=this.parseConstDirectives(),i=this.parseUnionMemberTypes();return this.node(e,{kind:W.UNION_TYPE_DEFINITION,description:t,name:n,directives:r,types:i})}parseUnionMemberTypes(){return this.expectOptionalToken(X.EQUALS)?this.delimitedMany(X.PIPE,this.parseNamedType):[]}parseEnumTypeDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("enum");const n=this.parseName(),r=this.parseConstDirectives(),i=this.parseEnumValuesDefinition();return this.node(e,{kind:W.ENUM_TYPE_DEFINITION,description:t,name:n,directives:r,values:i})}parseEnumValuesDefinition(){return this.optionalMany(X.BRACE_L,this.parseEnumValueDefinition,X.BRACE_R)}parseEnumValueDefinition(){const e=this._lexer.token,t=this.parseDescription(),n=this.parseEnumValueName(),r=this.parseConstDirectives();return this.node(e,{kind:W.ENUM_VALUE_DEFINITION,description:t,name:n,directives:r})}parseEnumValueName(){if("true"===this._lexer.token.value||"false"===this._lexer.token.value||"null"===this._lexer.token.value)throw K(this._lexer.source,this._lexer.token.start,`${Oe(this._lexer.token)} is reserved and cannot be used for an enum value.`);return this.parseName()}parseInputObjectTypeDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("input");const n=this.parseName(),r=this.parseConstDirectives(),i=this.parseInputFieldsDefinition();return this.node(e,{kind:W.INPUT_OBJECT_TYPE_DEFINITION,description:t,name:n,directives:r,fields:i})}parseInputFieldsDefinition(){return this.optionalMany(X.BRACE_L,this.parseInputValueDef,X.BRACE_R)}parseTypeSystemExtension(){const e=this._lexer.lookahead();if(e.kind===X.NAME)switch(e.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(e)}parseSchemaExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");const t=this.parseConstDirectives(),n=this.optionalMany(X.BRACE_L,this.parseOperationTypeDefinition,X.BRACE_R);if(0===t.length&&0===n.length)throw this.unexpected();return this.node(e,{kind:W.SCHEMA_EXTENSION,directives:t,operationTypes:n})}parseScalarTypeExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");const t=this.parseName(),n=this.parseConstDirectives();if(0===n.length)throw this.unexpected();return this.node(e,{kind:W.SCALAR_TYPE_EXTENSION,name:t,directives:n})}parseObjectTypeExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");const t=this.parseName(),n=this.parseImplementsInterfaces(),r=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===n.length&&0===r.length&&0===i.length)throw this.unexpected();return this.node(e,{kind:W.OBJECT_TYPE_EXTENSION,name:t,interfaces:n,directives:r,fields:i})}parseInterfaceTypeExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");const t=this.parseName(),n=this.parseImplementsInterfaces(),r=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===n.length&&0===r.length&&0===i.length)throw this.unexpected();return this.node(e,{kind:W.INTERFACE_TYPE_EXTENSION,name:t,interfaces:n,directives:r,fields:i})}parseUnionTypeExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");const t=this.parseName(),n=this.parseConstDirectives(),r=this.parseUnionMemberTypes();if(0===n.length&&0===r.length)throw this.unexpected();return this.node(e,{kind:W.UNION_TYPE_EXTENSION,name:t,directives:n,types:r})}parseEnumTypeExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");const t=this.parseName(),n=this.parseConstDirectives(),r=this.parseEnumValuesDefinition();if(0===n.length&&0===r.length)throw this.unexpected();return this.node(e,{kind:W.ENUM_TYPE_EXTENSION,name:t,directives:n,values:r})}parseInputObjectTypeExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");const t=this.parseName(),n=this.parseConstDirectives(),r=this.parseInputFieldsDefinition();if(0===n.length&&0===r.length)throw this.unexpected();return this.node(e,{kind:W.INPUT_OBJECT_TYPE_EXTENSION,name:t,directives:n,fields:r})}parseDirectiveDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("directive"),this.expectToken(X.AT);const n=this.parseName(),r=this.parseArgumentDefs(),i=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");const s=this.parseDirectiveLocations();return this.node(e,{kind:W.DIRECTIVE_DEFINITION,description:t,name:n,arguments:r,repeatable:i,locations:s})}parseDirectiveLocations(){return this.delimitedMany(X.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){const e=this._lexer.token,t=this.parseName();if(Object.prototype.hasOwnProperty.call(Q,t.value))return t;throw this.unexpected(e)}node(e,t){return!0!==this._options.noLocation&&(t.loc=new Y(e,this._lexer.lastToken,this._lexer.source)),t}peek(e){return this._lexer.token.kind===e}expectToken(e){const t=this._lexer.token;if(t.kind===e)return this.advanceLexer(),t;throw K(this._lexer.source,t.start,`Expected ${ke(e)}, found ${Oe(t)}.`)}expectOptionalToken(e){return this._lexer.token.kind===e&&(this.advanceLexer(),!0)}expectKeyword(e){const t=this._lexer.token;if(t.kind!==X.NAME||t.value!==e)throw K(this._lexer.source,t.start,`Expected "${e}", found ${Oe(t)}.`);this.advanceLexer()}expectOptionalKeyword(e){const t=this._lexer.token;return t.kind===X.NAME&&t.value===e&&(this.advanceLexer(),!0)}unexpected(e){const t=null!=e?e:this._lexer.token;return K(this._lexer.source,t.start,`Unexpected ${Oe(t)}.`)}any(e,t,n){this.expectToken(e);const r=[];for(;!this.expectOptionalToken(n);)r.push(t.call(this));return r}optionalMany(e,t,n){if(this.expectOptionalToken(e)){const e=[];do{e.push(t.call(this))}while(!this.expectOptionalToken(n));return e}return[]}many(e,t,n){this.expectToken(e);const r=[];do{r.push(t.call(this))}while(!this.expectOptionalToken(n));return r}delimitedMany(e,t){this.expectOptionalToken(e);const n=[];do{n.push(t.call(this))}while(this.expectOptionalToken(e));return n}advanceLexer(){const{maxTokens:e}=this._options,t=this._lexer.advance();if(t.kind!==X.EOF&&(++this._tokenCounter,void 0!==e&&this._tokenCounter>e))throw K(this._lexer.source,t.start,`Document contains more that ${e} tokens. Parsing aborted.`)}}function Oe(e){const t=e.value;return ke(e.kind)+(null!=t?` "${t}"`:"")}function ke(e){return function(e){return e===X.BANG||e===X.DOLLAR||e===X.AMP||e===X.PAREN_L||e===X.PAREN_R||e===X.SPREAD||e===X.COLON||e===X.EQUALS||e===X.AT||e===X.BRACKET_L||e===X.BRACKET_R||e===X.BRACE_L||e===X.PIPE||e===X.BRACE_R}(e)?`"${e}"`:e}C((function(){return navigator.product}));var Ae="function"==typeof Symbol&&"function"==typeof Symbol.for,Se="function"==typeof C((function(){return window.document.createElement}));function we(){}C((function(){return navigator.userAgent.indexOf("jsdom")>=0}));const Re=we,Le="undefined"!=typeof WeakRef?WeakRef:function(e){return{deref:()=>e}},Fe="undefined"!=typeof WeakMap?WeakMap:Map,je="undefined"!=typeof FinalizationRegistry?FinalizationRegistry:function(){return{register:we,unregister:we}};class Pe{constructor(e=1/0,t=Re){this.max=e,this.dispose=t,this.map=new Fe,this.newest=null,this.oldest=null,this.unfinalizedNodes=new Set,this.finalizationScheduled=!1,this.size=0,this.finalize=()=>{const e=this.unfinalizedNodes.values();for(let t=0;t<10024;t++){const t=e.next().value;if(!t)break;this.unfinalizedNodes.delete(t);const n=t.key;delete t.key,t.keyRef=new Le(n),this.registry.register(n,t,t)}this.unfinalizedNodes.size>0?queueMicrotask(this.finalize):this.finalizationScheduled=!1},this.registry=new je(this.deleteNode.bind(this))}has(e){return this.map.has(e)}get(e){const t=this.getNode(e);return t&&t.value}getNode(e){const t=this.map.get(e);if(t&&t!==this.newest){const{older:e,newer:n}=t;n&&(n.older=e),e&&(e.newer=n),t.older=this.newest,t.older.newer=t,t.newer=null,this.newest=t,t===this.oldest&&(this.oldest=n)}return t}set(e,t){let n=this.getNode(e);return n?n.value=t:(n={key:e,value:t,newer:null,older:this.newest},this.newest&&(this.newest.newer=n),this.newest=n,this.oldest=this.oldest||n,this.scheduleFinalization(n),this.map.set(e,n),this.size++,n.value)}clean(){for(;this.oldest&&this.size>this.max;)this.deleteNode(this.oldest)}deleteNode(e){e===this.newest&&(this.newest=e.older),e===this.oldest&&(this.oldest=e.newer),e.newer&&(e.newer.older=e.older),e.older&&(e.older.newer=e.newer),this.size--;const t=e.key||e.keyRef&&e.keyRef.deref();this.dispose(e.value,t),e.keyRef?this.registry.unregister(e):this.unfinalizedNodes.delete(e),t&&this.map.delete(t)}delete(e){const t=this.map.get(e);return!!t&&(this.deleteNode(t),!0)}scheduleFinalization(e){this.unfinalizedNodes.add(e),this.finalizationScheduled||(this.finalizationScheduled=!0,queueMicrotask(this.finalize))}}var Me=new WeakSet;var Ue=function(e,t){var n=new Pe(e,t);return n.set=function(e,t){var n=Pe.prototype.set.call(this,e,t);return function(e){e.size<=(e.max||-1)||Me.has(e)||(Me.add(e),setTimeout((function(){e.clean(),Me.delete(e)}),100))}(this),n},n},Be=Symbol.for("apollo.cacheSize"),Ve=m({},O[Be]);function Ge(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=Object.create(null);return e.forEach((function(e){e&&Object.keys(e).forEach((function(t){var r=e[t];void 0!==r&&(n[t]=r)}))})),n}var ze=function(e){function t(n){var r,i,s=n.graphQLErrors,o=n.protocolErrors,a=n.clientErrors,c=n.networkError,l=n.errorMessage,u=n.extraInfo,d=e.call(this,l)||this;return d.name="ApolloError",d.graphQLErrors=s||[],d.protocolErrors=o||[],d.clientErrors=a||[],d.networkError=c||null,d.message=l||(i=g(g(g([],(r=d).graphQLErrors,!0),r.clientErrors,!0),r.protocolErrors,!0),r.networkError&&i.push(r.networkError),i.map((function(e){return null!==(t=e)&&"object"==typeof t&&e.message||"Error message not found.";var t})).join("\n")),d.extraInfo=u,d.cause=g(g(g([c],s||[],!0),o||[],!0),a||[],!0).find((function(e){return!!e}))||null,d.__proto__=t.prototype,d}return f(t,e),t}(Error);const{toString:$e,hasOwnProperty:Ke}=Object.prototype,Ye=Function.prototype.toString,Je=new Map;function qe(e,t){try{return Qe(e,t)}finally{Je.clear()}}function Qe(e,t){if(e===t)return!0;const n=$e.call(e);if(n!==$e.call(t))return!1;switch(n){case"[object Array]":if(e.length!==t.length)return!1;case"[object Object]":{if(Ze(e,t))return!0;const n=We(e),r=We(t),i=n.length;if(i!==r.length)return!1;for(let e=0;e<i;++e)if(!Ke.call(t,n[e]))return!1;for(let r=0;r<i;++r){const i=n[r];if(!Qe(e[i],t[i]))return!1}return!0}case"[object Error]":return e.name===t.name&&e.message===t.message;case"[object Number]":if(e!=e)return t!=t;case"[object Boolean]":case"[object Date]":return+e===+t;case"[object RegExp]":case"[object String]":return e==`${t}`;case"[object Map]":case"[object Set]":{if(e.size!==t.size)return!1;if(Ze(e,t))return!0;const r=e.entries(),i="[object Map]"===n;for(;;){const e=r.next();if(e.done)break;const[n,s]=e.value;if(!t.has(n))return!1;if(i&&!Qe(s,t.get(n)))return!1}return!0}case"[object Uint16Array]":case"[object Uint8Array]":case"[object Uint32Array]":case"[object Int32Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object ArrayBuffer]":e=new Uint8Array(e),t=new Uint8Array(t);case"[object DataView]":{let n=e.byteLength;if(n===t.byteLength)for(;n--&&e[n]===t[n];);return-1===n}case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":{const n=Ye.call(e);return n===Ye.call(t)&&!function(e,t){const n=e.length-t.length;return n>=0&&e.indexOf(t,n)===n}(n,He)}}return!1}function We(e){return Object.keys(e).filter(Xe,e)}function Xe(e){return void 0!==this[e]}const He="{ [native code] }";function Ze(e,t){let n=Je.get(e);if(n){if(n.has(t))return!0}else Je.set(e,n=new Set);return n.add(t),!1}var et=new Map,tt=new Map,nt=!0,rt=!1;function it(e){return e.replace(/[\s,]+/g," ").trim()}function st(e){var t=new Set,n=[];return e.definitions.forEach((function(e){if("FragmentDefinition"===e.kind){var r=e.name.value,i=it((o=e.loc).source.body.substring(o.start,o.end)),s=tt.get(r);s&&!s.has(i)?nt&&console.warn("Warning: fragment with name "+r+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"):s||tt.set(r,s=new Set),s.add(i),t.has(i)||(t.add(i),n.push(e))}else n.push(e);var o})),m(m({},e),{definitions:n})}function ot(e){var t=it(e);if(!et.has(t)){var n=function(e,t){const n=new Ce(e,t),r=n.parseDocument();return Object.defineProperty(r,"tokenCount",{enumerable:!1,value:n.tokenCount}),r}(e,{experimentalFragmentVariables:rt,allowLegacyFragmentVariables:rt});if(!n||"Document"!==n.kind)throw new Error("Not a valid GraphQL document.");et.set(t,function(e){var t=new Set(e.definitions);t.forEach((function(e){e.loc&&delete e.loc,Object.keys(e).forEach((function(n){var r=e[n];r&&"object"==typeof r&&t.add(r)}))}));var n=e.loc;return n&&(delete n.startToken,delete n.endToken),e}(st(n)))}return et.get(t)}function at(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];"string"==typeof e&&(e=[e]);var r=e[0];return t.forEach((function(t,n){t&&"Document"===t.kind?r+=t.loc.source.body:r+=t,r+=e[n+1]})),ot(r)}var ct,lt=at,ut=function(){et.clear(),tt.clear()},dt=function(){nt=!1},pt=function(){rt=!0},ht=function(){rt=!1};(ct=at||(at={})).gql=lt,ct.resetCaches=ut,ct.disableFragmentWarnings=dt,ct.enableExperimentalFragmentVariables=pt,ct.disableExperimentalFragmentVariables=ht,at.default=at;var ft,mt={exports:{}};var Et,gt,yt,vt=(ft||(ft=1,(Et=mt).exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=void 0,Et.exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=void 0,Et.exports.__SERVER_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=void 0,Object.assign(Et.exports,n)),mt.exports),Tt=Ae?Symbol.for("__APOLLO_CONTEXT__"):"__APOLLO_CONTEXT__";function xt(e){var t=vt.useContext(function(){w(!0,54);var e=vt.createContext[Tt];return e||(Object.defineProperty(vt.createContext,Tt,{value:e=vt.createContext({}),enumerable:!1,writable:!1,configurable:!0}),e.displayName="ApolloContext"),e}()).client;return w(!!t,58),t}function Nt(e){var t;switch(e){case gt.Query:t="Query";break;case gt.Mutation:t="Mutation";break;case gt.Subscription:t="Subscription"}return t}function bt(e){yt||(yt=new Ue(Ve.parser||1e3));var t,n,r=yt.get(e);if(r)return r;w(!!e&&!!e.kind,70,e);for(var i=[],s=[],o=[],a=[],c=0,l=e.definitions;c<l.length;c++){var u=l[c];if("FragmentDefinition"!==u.kind){if("OperationDefinition"===u.kind)switch(u.operation){case"query":s.push(u);break;case"mutation":o.push(u);break;case"subscription":a.push(u)}}else i.push(u)}w(!i.length||s.length||o.length||a.length,71),w(s.length+o.length+a.length<=1,72,e,s.length,a.length,o.length),n=s.length?gt.Query:gt.Mutation,s.length||o.length||(n=gt.Subscription);var d=s.length?s:o.length?o:a;w(1===d.length,73,e,d.length);var p=d[0];t=p.variableDefinitions||[];var h={name:p.name&&"Name"===p.name.kind?p.name.value:"data",type:n,variables:t};return yt.set(e,h),h}!function(e){e[e.Query=0]="Query",e[e.Mutation=1]="Mutation",e[e.Subscription=2]="Subscription"}(gt||(gt={})),bt.resetCache=function(){yt=void 0};var It=Se?vt.useLayoutEffect:vt.useEffect;function _t(e,t){var n,r,i,s,o,a=xt();n=e,r=gt.Mutation,i=bt(n),s=Nt(r),o=Nt(i.type),w(i.type===r,74,s,s,o);var c=vt.useState({called:!1,loading:!1,client:a}),l=c[0],u=c[1],d=vt.useRef({result:l,mutationId:0,isMounted:!0,client:a,mutation:e,options:t});It((function(){Object.assign(d.current,{client:a,options:t,mutation:e})}));var p=vt.useCallback((function(e){void 0===e&&(e={});var t=d.current,n=t.options,r=t.mutation,i=m(m({},n),{mutation:r}),s=e.client||d.current.client;d.current.result.loading||i.ignoreResults||!d.current.isMounted||u(d.current.result={loading:!0,error:void 0,data:void 0,called:!0,client:s});var o=++d.current.mutationId,a=function(e,t){return Ge(e,t,t.variables&&{variables:Ge(m(m({},e&&e.variables),t.variables))})}(i,e);return s.mutate(a).then((function(t){var n,r,i=t.data,c=t.errors,l=c&&c.length>0?new ze({graphQLErrors:c}):void 0,p=e.onError||(null===(n=d.current.options)||void 0===n?void 0:n.onError);if(l&&p&&p(l,a),o===d.current.mutationId&&!a.ignoreResults){var h={called:!0,loading:!1,data:i,error:l,client:s};d.current.isMounted&&!qe(d.current.result,h)&&u(d.current.result=h)}var f=e.onCompleted||(null===(r=d.current.options)||void 0===r?void 0:r.onCompleted);return l||null==f||f(t.data,a),t}),(function(t){var n;if(o===d.current.mutationId&&d.current.isMounted){var r={loading:!1,error:t,data:void 0,called:!0,client:s};qe(d.current.result,r)||u(d.current.result=r)}var i=e.onError||(null===(n=d.current.options)||void 0===n?void 0:n.onError);if(i)return i(t,a),{data:void 0,errors:t};throw t}))}),[]),h=vt.useCallback((function(){if(d.current.isMounted){var e={called:!1,loading:!1,client:d.current.client};Object.assign(d.current,{mutationId:0,result:e}),u(e)}}),[]);return vt.useEffect((function(){var e=d.current;return e.isMounted=!0,function(){e.isMounted=!1}}),[]),[p,m({reset:h},l)]}const Dt=at`
2
- mutation UpdateUser($input: Update_Auth_Input!) {
3
- update_auth(input: $input) {
4
- _id
5
- firstName
6
- lastName
7
- email
8
- role
9
- dateAdded
10
- projects
11
- }
12
- }
13
- `,Ct=[],Ot=n.createContext(void 0);function kt(e){return Array.isArray(e)?e:[]}function At(e){return/<[a-z][\s\S]*>/i.test(e)}function St(e,t){for(let n=0;n<e.length;n++){let r=!1;if(r=At(e[n]),r){const r={text:e[n],hasLinks:!0};t.push(r)}else{const r={text:e[n],hasLinks:!1};t.push(r)}}}const wt=n.createContext(null),Rt=()=>{const e=n.useContext(wt);if(!e)throw new Error("useError must be used within an ErrorProvider");return e},Lt=({error:n,onClose:i})=>e.jsxs("div",{className:`text-white p-4 rounded-lg shadow-lg ring-2 ${(()=>{switch(n.type){case"success":return"ring-idd-green";case"warning":return"ring-idd-yellow";case"info":return"ring-idd-purple";default:return"ring-idd-active-color"}})()} flex items-start gap-3 max-w-md`,children:[e.jsx("div",{className:"flex-shrink-0 mt-0.5",children:(()=>{switch(n.type){case"success":return e.jsx(r.IDDOutlineCheckmarkIcon,{});case"warning":default:return e.jsx(r.IDDOutlineWarningIcon,{});case"info":return e.jsx(r.IDDInfoIcon,{})}})()}),e.jsx("div",{className:"flex-1 min-w-0",children:e.jsxs("div",{className:"font-idd-primary-font-regular text-lg leading-relaxed",children:[e.jsx("span",{className:"font-idd-primary-font-bold text-lg",children:(()=>{switch(n.type){case"success":return"Success: ";case"warning":return"Warning: ";case"info":return"Info: ";default:return"Error: "}})()})," ",n.message]})}),e.jsx(t.IDDButton,{buttonClass:"border-0 bg-idd-transparent ms-auto",onPress:()=>i(n.id),"aria-label":"Close",children:e.jsx(r.IDDXIcon,{})})]});exports.ActionTypes=i,exports.CancelActionButton=({children:n,onPress:r=()=>{},disabled:i=!1,className:s="w-auto"})=>e.jsx(t.IDDButton,{type:"button",onPress:r,disabled:i,buttonClass:`font-idd-primary-font-medium text-idd-primary-font-size text-idd-active-color text-center py-2 px-5 bg-idd-tertiary-background hover:bg-idd-active-color hover:text-idd-white focus:bg-idd-active-color focus:text-idd-white focus-visible:bg-idd-active-color focus-visible:text-idd-white focus:outline-none focus-visible:outline-none rounded-sm ${s}`,children:n}),exports.ConfirmActionButton=({children:n,onPress:r=()=>{},disabled:i=!1,type:s="submit",className:o="w-full"})=>e.jsx(t.IDDButton,{type:s,buttonClass:`font-idd-primary-font-medium text-idd-primary-font-size text-idd-black text-center py-2 px-5 bg-idd-tertiary-background hover:bg-idd-active-color hover:text-idd-white focus:bg-idd-active-color focus:text-idd-white focus-visible:bg-idd-active-color focus-visible:text-idd-white focus:outline-none focus-visible:outline-none rounded-sm ${o}`,onPress:r,disabled:i,children:n}),exports.ContentItem=({type:t,style:n,text:r,items:i,orderedListStyle:s="",unorderedListStyle:o="",paragraphStyle:a=""})=>{if("list"===t){if("ordered"===n){const t=[];return i&&St(i,t),e.jsx("ol",{className:s,children:t.map(((t,n)=>t.hasLinks?e.jsx("li",{dangerouslySetInnerHTML:{__html:t.text}},n):e.jsx("li",{children:t.text},n)))})}{const t=[];return i&&St(i,t),e.jsx("ul",{className:o,children:t.map(((t,n)=>t.hasLinks?e.jsx("li",{dangerouslySetInnerHTML:{__html:t.text}},n):e.jsx("li",{children:t.text},n)))})}}{let t;return r?(t=At(r),t?e.jsx("p",{className:a,dangerouslySetInnerHTML:{__html:r}}):e.jsx("p",{className:a,children:r})):e.jsx("p",{className:a,children:r})}},exports.DashboardProvider=({config:t,children:r})=>{const[i,s]=n.useState(t),o={config:i,updateConfig:e=>{s((t=>Object.assign(Object.assign({},t),e)))}};return e.jsx(Ot.Provider,{value:o,children:r})},exports.ErrorBoundary=c,exports.ErrorProvider=({children:t})=>{const[r,i]=n.useState([]),s=n.useRef(new Map),o=n.useCallback((e=>{const t=s.current.get(e);t&&(clearTimeout(t),s.current.delete(e)),i((t=>t.filter((t=>t.id!==e))))}),[]),a=n.useCallback(((e,t="error",n=!0,r=1e4)=>{const a=`error_${Date.now()}_${Math.random().toString(36).substr(2,9)}`,c={id:a,type:t,message:e,timestamp:Date.now(),autoHide:n,duration:r};if(i((n=>n.some((n=>n.message===e&&n.type===t))?n:[...n,c])),n&&r){const e=setTimeout((()=>{o(a)}),r);s.current.set(a,e)}return a}),[o]),c=n.useCallback((()=>{s.current.forEach((e=>{clearTimeout(e)})),s.current.clear(),i([])}),[]),l=n.useCallback(((e,t=!0)=>a(e,"error",t)),[a]),u=n.useCallback(((e,t=!0)=>a(e,"success",t)),[a]),d=n.useCallback(((e,t=!0)=>a(e,"warning",t)),[a]),p=n.useCallback(((e,t=!0)=>a(e,"info",t)),[a]);n.useEffect((()=>()=>{s.current.forEach((e=>{clearTimeout(e)})),s.current.clear()}),[]);const h={errors:r,addError:a,removeError:o,clearErrors:c,showError:l,showSuccess:u,showWarning:d,showInfo:p};return e.jsx(wt.Provider,{value:h,children:t})},exports.ErrorToast=Lt,exports.ErrorToastContainer=()=>{const{errors:t,removeError:n}=Rt();return 0===t.length?null:e.jsx("div",{className:"fixed bottom-10 right-10 flex flex-col gap-3",style:{zIndex:1e3},children:t.map((t=>e.jsx("div",{className:"bg-idd-white mt-3",children:e.jsx(Lt,{error:t,onClose:n})},t.id)))})},exports.IDDLinkInputItem=({id:i,idsArray:s,onDelete:o=()=>{},onBlur:a=()=>{},link:c,className:l=""})=>{const u=p(),d=t.useTailwindConfig(u.style),[h,f]=n.useState(d.colors["idd-black"]),[m,E]=n.useState({id:"",text:"",url:""});return n.useEffect((()=>{c&&(c.path&&c.path.length>0?E({id:c.id,text:c.text,url:c.path}):E(c))}),[c]),e.jsxs("div",{className:`flex justify-between items-center ${l}`,onBlur:e=>{e.stopPropagation(),a(m)},children:[e.jsx(t.IDDInput,{id:`link-${i}`,componentClass:"w-[45%]",type:"text",label:"Link Text",labelClass:"text-capitalize",showLabel:!!(m&&m.text&&m.text.length>0),placeholder:"Link Text",value:m.text,inputClass:"ps-3 active-primary-black",onChange:e=>{E(Object.assign(Object.assign({},m),{text:e.target.value}))}}),e.jsx(t.IDDInput,{id:`url-${i}`,componentClass:"w-45",type:"url",label:"URL",showLabel:!!(m&&m.url&&m.url.length>0),placeholder:"URL",value:m.url,inputClass:"ps-3 active-primary-black",onChange:e=>{E(Object.assign(Object.assign({},m),{url:e.target.value}))}}),e.jsx(t.IDDButton,{id:`removeLink-${i}`,onPress:()=>{if(s){let e=[...s];e=e.filter((e=>e!==i)),E({id:"",text:"",url:""}),o(e)}},onMouseEnter:()=>f("var(--idd-red)"),onFocus:()=>f("var(--idd-red)"),onMouseLeave:()=>f("var(--idd-primary-black)"),onBlur:()=>f("var(--idd-primary-black)"),isSecondary:!0,buttonClass:"flex items-center justify-center border-0 rounded-sm w-[1.5625rem] h-[1.5625rem] p-0",children:e.jsxs(n.Fragment,{children:[e.jsx("span",{className:"sr-only",children:"remove link"}),e.jsx(r.IDDXIcon,{wrapperClass:"flex justify-center items-center",color:h})]})})]})},exports.Layout=({children:t,className:n="flex items-center justify-center min-h-screen w-full p-5"})=>e.jsx(c,{children:e.jsx("div",{className:`bg-signup-theme bg-cover bg-center bg-no-repeat ${n}`,children:t})}),exports.Password=({onChange:i=()=>{},label:s="Password",value:o,componentClass:a="",appendToInputClass:c="",error:l="",errorColor:u="",isErrorOnlyColor:d=!0})=>{const[h,f]=n.useState(!1),[m,E]=n.useState(!1),g=p(),y=t.useTailwindConfig(g.style);return e.jsx(t.IDDInput,{label:s,value:o,type:h?"text":"password",componentClass:a,appendToInputClass:`me-4 ${c}`,activeTextColor:y.colors["idd-black"],inactiveTextColor:!o||"string"==typeof o&&0===o.length?y.colors["idd-grey"]:y.colors["idd-black"],activeColor:y.colors["idd-black"],inactiveColor:!o||"string"==typeof o&&0===o.length?y.colors["idd-grey"]:y.colors["idd-black"],activeLabelColor:y.colors["idd-black"],inactiveLabelColor:!o||"string"==typeof o&&0===o.length?y.colors["idd-grey"]:y.colors["idd-black"],errors:l,errorColor:d?!o||"string"==typeof o&&0===o.length?y.colors["idd-grey"]:y.colors["idd-black"]:u,errorClass:"font-idd-primary-font text-idd-primary-font-size !mb-0",errorStyle:d?{color:y.colors["idd-active-color"]}:{},onFocus:()=>E(!0),onBlur:()=>E(!1),appendToInput:e.jsx(t.IDDButton,{buttonClass:"p-1 rounded-sm focus:outline focus-visible:outline focus:outline-1 focus-visible:outline-1offset-1 focus:outline-idd-black focus-visible:outline-idd-black",onPress:()=>f(!h),children:e.jsxs(n.Fragment,{children:[e.jsx("span",{className:"sr-only",children:h?"password shown":"password hidden"}),h?e.jsx(r.IDDShowPasswordIcon,{color:m?y.colors["idd-black"]:y.colors["idd-grey"]}):e.jsx(r.IDDHidePasswordIcon,{color:m?y.colors["idd-black"]:y.colors["idd-grey"]})]})}),onChange:e=>{i&&i(e)}})},exports.PluginManager=({plugins:t,children:r})=>{const[i,s]=n.useState(t.length>0?t[0].id:null),[o,a]=n.useState(0);return e.jsxs("div",{className:"plugin-manager",children:[r,0===t.length?null:e.jsxs("div",{className:"plugin-list mb-4",children:[e.jsx("h3",{className:"text-lg font-semibold mb-2",children:"Available Plugins:"}),e.jsx("div",{className:"space-x-2",children:t.map((t=>e.jsx("button",{onClick:()=>{s(t.id),a(0)},className:"px-3 py-1 rounded "+(i===t.id?"bg-blue-500 text-white":"bg-gray-200 text-gray-700 hover:bg-gray-300"),children:t.name},t.id)))})]}),e.jsx("div",{className:"plugin-content",children:(()=>{if(!i||0===t.length)return null;const e=t.find((e=>e.id===i));if(!e||!e.tabs||0===e.tabs.length)return null;return(e.tabs[o]||e.tabs[0]).content})()})]})},exports.SimpleButton=({children:t,onClick:n,className:r="",disabled:i=!1})=>e.jsx("button",{onClick:n,disabled:i,className:`px-4 py-2 rounded bg-blue-500 text-white hover:bg-blue-600 disabled:opacity-50 ${r}`,children:t}),exports.TextInput=({label:n,onChange:r=()=>{},value:i,placeholder:s,type:o="text",readOnly:a=!1,error:c="",errorColor:l="",isErrorOnlyColor:u=!0})=>{const d=p(),h=t.useTailwindConfig(d.style);return e.jsx(t.IDDInput,{label:n,value:i,onChange:r,placeholder:s,type:o,readOnly:a,activeColor:a?h.colors["idd-grey"]:h.colors["idd-black"],inactiveColor:!i||"string"==typeof i&&0===i.length?h.colors["idd-grey"]:h.colors["idd-black"],activeLabelColor:a?h.colors["idd-grey"]:h.colors["idd-black"],inactiveLabelColor:!i||"string"==typeof i&&0===i.length?h.colors["idd-grey"]:h.colors["idd-black"],activeTextColor:a?h.colors["idd-grey"]:h.colors["idd-black"],inactiveTextColor:!i||"string"==typeof i&&0===i.length?h.colors["idd-grey"]:h.colors["idd-black"],inputWrapperClass:"w-full h-[3.125rem] rounded-sm",inputClass:a?"pointer-events-none":"",errors:c,errorColor:u?!i||"string"==typeof i&&0===i.length?h.colors["idd-grey"]:h.colors["idd-black"]:l,errorClass:"font-idd-primary-font text-idd-primary-font-size !mb-0",errorStyle:u?{color:h.colors["idd-active-color"]}:{}})},exports.defaultConfig=l,exports.ensureArray=kt,exports.flatten=function e(t){return(t||[]).reduce(((t,n)=>t.concat(Array.isArray(n)?e(n):n)),[])},exports.getArraysDiff=function(e,t){const n=t||[];return(e||[]).filter((e=>!n.includes(e)))},exports.getConfig=d,exports.getLocationString=e=>{let t="";return e&&(t=e.address_1&&e.address_1.length>0?e.address_1+", ":"",e.address_2&&e.address_2.length>0?t+=e.address_2+", ":t+="",e.city&&e.city.length>0?t+=e.city+", ":t+="",e.state&&e.state.length>0?t+=e.state:t+="",e.zip&&e.zip.length>0&&(t+=" "+e.zip)),t},exports.get_all_plugins=e=>Ct.flatMap((e=>Array.isArray(e)?e:[e])),exports.isNonEmptyArray=function(e){return Array.isArray(e)&&e.length>0},exports.isURL=function(e){return/^(?:\w+:)?\/\/([^\s.]+\.\S{2}|localhost[:?\d]*)\S*$/.test(e)},exports.mapUserRole=e=>"EVALUATOR"===e?"MODERATOR":e,exports.resetReducer=()=>({type:i.RESET}),exports.safeFilter=function(e,t){return kt(e).filter(t)},exports.safeFind=function(e,t){return kt(e).find(t)},exports.safeLength=function(e){return kt(e).length},exports.safeMap=function(e,t){return kt(e).map(t)},exports.safeSome=function(e,t){return kt(e).some(t)},exports.setConfig=e=>{u=Object.assign(Object.assign({},l),e)},exports.setCurrentItem=e=>({type:i.SET_CURRENT_ITEM,payload:e}),exports.setCurrentPlugin=s,exports.setCurrentPluginAndTab=(e,t)=>(n,r)=>{n(s(e)),n(o(0));const{session:i}=r(),c=[...i.currentState||[]],l=c.findIndex((t=>t.pluginID===e));-1!==l?c[l]={pluginID:e,tabID:t}:c.push({pluginID:e,tabID:t}),n(a(c))},exports.setCurrentState=a,exports.setCurrentTab=o,exports.setCurrentTabAndState=(e,t)=>(n,r)=>{n(o(e));const{session:i}=r(),s=i.current.id,c=[...i.currentState||[]],l=c.findIndex((e=>e.pluginID===s));-1!==l?c[l]={pluginID:s,tabID:t}:c.push({pluginID:s,tabID:t}),n(a(c))},exports.setCurrentView=e=>({type:i.SET_CURRENT_VIEW,payload:e}),exports.setPlugins=e=>({type:i.SET_PLUGINS,payload:e}),exports.setSetting=(e,t)=>({type:i.SET_SETTING,payload:{key:e,value:t}}),exports.toggleCollapsed=()=>({type:i.COLLAPSED_TOGGLE}),exports.toggleNotifications=()=>({type:i.TOGGLE_NOTIFICATIONS}),exports.truncate=(e,t)=>e&&e.length>t?e.slice(0,t)+"...":e,exports.useConfig=p,exports.useDashboard=()=>{const e=n.useContext(Ot);if(!e)throw new Error("useDashboard must be used within a DashboardProvider");return e},exports.useError=Rt,exports.useErrorBoundary=()=>{const{showError:e}=Rt();return{handleError:n.useCallback(((t,n)=>{console.error("Error caught by boundary:",t,n),e("An unexpected error occurred. Please try again.")}),[e])}},exports.useUpdateUser=()=>{const[e,{loading:t,error:n}]=_t(Dt);return{updateUser:t=>E(void 0,void 0,void 0,(function*(){try{const{data:n}=yield e({variables:{input:t}});return(null==n?void 0:n.update_auth)||null}catch(e){throw console.log("Error updating user:",e),e}})),loading:t,error:n}},exports.useWindowDimensions=()=>{const[e,t]=n.useState({width:0,height:0});return n.useEffect((()=>{function e(){t({width:window.innerWidth,height:window.innerHeight})}return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)}),[]),e};
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),t=require("@integrativedesigndevelopment/idd-common"),s=require("@integrativedesigndevelopment/idd-icons");function o(e,r,t,s){return new(t||(t=Promise))(function(o,a){function i(e){try{l(s.next(e))}catch(e){a(e)}}function n(e){try{l(s.throw(e))}catch(e){a(e)}}function l(e){var r;e.done?o(e.value):(r=e.value,r instanceof t?r:new t(function(e){e(r)})).then(i,n)}l((s=s.apply(e,r||[])).next())})}"function"==typeof SuppressedError&&SuppressedError;class a extends r.Component{constructor(){super(...arguments),this.state={hasError:!1}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,r){console.error("ErrorBoundary caught an error:",e,r)}render(){return this.state.hasError?this.props.fallback||e.jsx("div",{className:"flex items-center justify-center h-full w-full p-4",children:e.jsxs("div",{className:"text-center",children:[e.jsx("h2",{className:"text-xl font-semibold mb-2",children:"Something went wrong"}),e.jsx("p",{className:"text-gray-600 mb-4",children:"An error occurred while loading this component."}),e.jsx("button",{onClick:()=>this.setState({hasError:!1,error:void 0}),className:"px-4 py-2 bg-blue-500 text-white rounded hover:bg-blue-600",children:"Try again"})]})}):this.props.children}}const i={loginBackground:{type:"color",value:"#f3f4f6",fallback:"#ffffff",borderRadius:"0px",backgroundSize:"cover",backgroundPosition:"center",additionalStyles:{}}},n=e=>{const r=(new Option).style;return r.color=e,""!==r.color},l=e=>{try{return new URL(e,window.location.origin),!0}catch(e){return!1}},d=e=>{const r=[];return e.type&&["image","color","gradient"].includes(e.type)||r.push('Invalid background type. Must be "image", "color", or "gradient".'),e.value||r.push("Background value is required."),e.fallback&&n(e.fallback)||r.push("Valid fallback color is required."),"image"!==e.type||l(e.value)||r.push("Invalid image URL provided."),"color"!==e.type||n(e.value)||r.push("Invalid color value provided."),r},c=()=>({type:i.loginBackground.type,value:i.loginBackground.value,fallback:i.loginBackground.fallback,borderRadius:i.loginBackground.borderRadius,backgroundSize:i.loginBackground.backgroundSize,backgroundPosition:i.loginBackground.backgroundPosition,additionalStyles:i.loginBackground.additionalStyles}),u=e=>new Promise((r,t)=>{const s=new Image;s.onload=()=>r(s),s.onerror=t,s.src=e});var g;exports.PasswordStrength=void 0,(g=exports.PasswordStrength||(exports.PasswordStrength={}))[g.VERY_WEAK=0]="VERY_WEAK",g[g.WEAK=1]="WEAK",g[g.FAIR=2]="FAIR",g[g.GOOD=3]="GOOD",g[g.STRONG=4]="STRONG";const p=e=>e/4*100,m=r.memo(({analysis:r,showDetails:t=!0,className:s=""})=>{const o=p(r.score);return e.jsxs("div",{className:`password-strength-indicator ${s}`,role:"status","aria-live":"polite",children:[e.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[e.jsx("div",{className:"flex-1 bg-gray-200 rounded-full h-2",role:"progressbar","aria-valuenow":r.score,"aria-valuemin":0,"aria-valuemax":4,children:e.jsx("div",{className:"h-2 rounded-full transition-all duration-300",style:{width:`${o}%`}})}),e.jsx("span",{className:"text-sm font-medium",children:r.label})]}),t&&e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex justify-between text-xs text-gray-600",children:[e.jsxs("span",{children:["Entropy: ",r.entropy," bits"]}),e.jsxs("span",{children:["Crack time: ",r.crackTime]})]}),r.warnings.length>0&&e.jsx("div",{className:"space-y-1",children:r.warnings.map((r,t)=>e.jsxs("div",{className:"flex items-start gap-2 text-xs text-amber-600",children:[e.jsx("span",{className:"text-amber-500 mt-0.5",children:"⚠"}),e.jsx("span",{children:r})]},t))}),r.suggestions.length>0&&e.jsx("div",{className:"space-y-1",children:r.suggestions.map((r,t)=>e.jsxs("div",{className:"flex items-start gap-2 text-xs text-blue-600",children:[e.jsx("span",{className:"text-blue-500 mt-0.5",children:"💡"}),e.jsx("span",{children:r})]},t))}),e.jsx("div",{className:"text-xs font-medium "+(r.isAcceptable?"text-green-600":"text-red-600"),children:r.isAcceptable?"✓ Password meets security requirements":"✗ Password does not meet security requirements"})]})]})}),h=r.memo(({score:r,className:t=""})=>{const s=p(r);return e.jsx("div",{className:`w-full bg-gray-200 rounded-full h-1 ${t}`,children:e.jsx("div",{className:`h-1 rounded-full transition-all duration-300 ${(e=>{switch(e){case exports.PasswordStrength.VERY_WEAK:return"bg-red-500";case exports.PasswordStrength.WEAK:return"bg-orange-500";case exports.PasswordStrength.FAIR:return"bg-yellow-500";case exports.PasswordStrength.GOOD:return"bg-lime-500";case exports.PasswordStrength.STRONG:return"bg-green-500";default:return"bg-gray-300"}})(r)}`,style:{width:`${s}%`}})})}),x={title:"IDD Dashboard",pages:[],plugins:["Dashboard"],categories:[],sub_categories:{},style:{colors:{"idd-red":"#DD3150","idd-red-20":"#F6CBD3","idd-orange":"#D1823B","idd-orange-20":"#F3DFCE","idd-yellow":"#D9C982","idd-yellow-20":"#F4EFDA","idd-green":"#98BD83","idd-green-20":"#E5EEE0","idd-blue":"#00A89D","idd-blue-20":"#6F6F5","idd-purple":"#4040D8","idd-purple-20":"#CFCFF5","idd-brown":"#7A6C53","idd-brown-20":"#F2F0EE","idd-black":"#19191c","idd-black-20":"#C5C5C6","idd-grey":"#6D6E81","idd-grey-20":"#DCDCE1","idd-white":"#fff","idd-transparent":"transparent","idd-primary-color":"#292929","idd-secondary-color":"#5f696d","idd-tertiary-color":"#d8dfe7","idd-tertiary-color-20":"#ECECEC","idd-active-color":"#ad0000","idd-inactive-color":"#DCDCE1","idd-primary-background":"#ad0000","idd-secondary-background":"#f2f0ee","idd-tertiary-background":"#F6F6F9","idd-active-background":"#7a6c53","idd-inactive-background":"#7a6c531a","idd-shadow-color":"rgba(50,69,71,0.17)"},fontFamily:{"idd-primary-font":"Gotham-Book","idd-primary-font-light":"Gotham-Light","idd-primary-font-regular":"Gotham-Book","idd-primary-font-medium":"Gotham-Medium","idd-primary-font-bold":"Gotham-Bold","idd-secondary-font":"Rubik-Regular","idd-secondary-font-light":"Rubik-Light","idd-secondary-font-regular":"Rubik-Regular","idd-secondary-font-medium":"Rubik-Medium","idd-secondary-font-bold":"Rubik-Bold"},fontStyle:{"idd-font-style":"normal"},fontWeight:{"idd-light-font-weight":"300","idd-regular-font-weight":"normal","idd-medium-font-weight":"medium","idd-bold-font-weight":"bold"},fontSize:{"idd-primary-font-size":"1rem","idd-xtrasmall-font-size":"0.25rem","idd-small-font-size":"0.5rem","idd-medium-font-size":"1.125rem","idd-large-font-size":"1.25rem","idd-xtralarge-font-size":"1.5rem"},letterSpacing:{"idd-character-spacing":"0","idd-body-character-spacing":"0.05"},lineHeight:{"idd-primary-line-spacing":"1.5"},backgroundImage:{"gradient-radial":"radial-gradient(var(--tw-gradient-stops))","gradient-conic":"conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))","signup-theme":"linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/signup-theme.png')"},borderRadius:{"idd-border-radius":"0.3125rem"}}};let b=x;const f=()=>b,y=()=>f(),v={primary:{base:"text-idd-white bg-idd-active-color hover:bg-idd-primary-color focus:bg-idd-primary-color",disabled:"opacity-50 cursor-not-allowed"},secondary:{base:"text-idd-active-color bg-idd-tertiary-background border border-idd-active-color hover:bg-idd-active-color hover:text-idd-white focus:bg-idd-active-color focus:text-idd-white",disabled:"opacity-50 cursor-not-allowed"},tertiary:{base:"text-idd-black bg-idd-tertiary-background hover:bg-idd-grey-20 focus:bg-idd-grey-20",disabled:"opacity-50 cursor-not-allowed"},outline:{base:"text-idd-active-color bg-transparent border border-idd-active-color hover:bg-idd-active-color hover:text-idd-white focus:bg-idd-active-color focus:text-idd-white",disabled:"opacity-50 cursor-not-allowed"},ghost:{base:"text-idd-grey bg-transparent hover:bg-idd-grey-20 hover:text-idd-black focus:bg-idd-grey-20 focus:text-idd-black",disabled:"opacity-50 cursor-not-allowed"},danger:{base:"text-idd-white bg-idd-red hover:opacity-90 focus:opacity-90",disabled:"opacity-50 cursor-not-allowed"},success:{base:"text-idd-white bg-idd-green hover:opacity-90 focus:opacity-90",disabled:"opacity-50 cursor-not-allowed"}},w={button:"font-idd-primary-font-medium text-idd-primary-font-size text-center py-2 px-4 rounded-sm focus:outline-none focus-visible:outline-none transition-colors duration-200",input:"w-full h-[3.125rem] rounded-sm",error:"font-idd-primary-font text-idd-primary-font-size !mb-0",label:"font-idd-primary-font-medium text-idd-primary-font-size"},k=(e="primary",r=!1,t="")=>{const s=v[e];return`${w.button} ${r?s.disabled:s.base} ${t}`.trim()},C=({children:r,onPress:s,onClick:o,disabled:a=!1,type:i="button",className:n="",variant:l="primary","data-testid":d})=>{const c=s||o||(()=>{});return e.jsx(t.IDDButton,{type:i,onPress:c,disabled:a,buttonClass:k(l,a,n),"data-testid":d,children:r})},j=r.memo(({label:r,type:t,value:s,onChange:o,errors:a=[],required:i=!1,autoComplete:n,placeholder:l,disabled:d=!1,showErrors:c=!1,showPasswordToggle:u=!1,onTogglePassword:g,showPassword:p=!1})=>{const m=c&&a.length>0,h=`field-${r.toLowerCase().replace(/\s+/g,"-")}`;return e.jsxs("div",{className:"form-field "+(m?"form-field--error":""),children:[e.jsxs("label",{htmlFor:h,className:"form-field__label",children:[r,i&&e.jsx("span",{className:"form-field__required","aria-label":"required",children:"*"})]}),e.jsxs("div",{className:"form-field__input-wrapper",children:[e.jsx("input",{id:h,type:t,value:s,onChange:e=>o(e.target.value),autoComplete:n,placeholder:l,disabled:d,required:i,className:"form-field__input "+(m?"form-field__input--error":""),"aria-invalid":m,"aria-required":i,"aria-describedby":m?`${h}-errors`:void 0}),u&&e.jsx(C,{type:"button",onPress:g,variant:"ghost",className:"form-field__password-toggle",disabled:d,"data-testid":"password-toggle",children:p?"👁️":"👁️‍🗨️"})]}),m&&e.jsx("div",{id:`${h}-errors`,className:"form-field__errors",role:"alert",children:a.map((r,t)=>e.jsx("div",{className:"form-field__error",children:r},t))})]})}),E=({size:r="medium",message:s="Loading...",show:o=!0,color:a,className:i="","data-testid":n})=>{var l,d;const c=y();return o?(a||null===(d=null===(l=c.style)||void 0===l?void 0:l.colors)||void 0===d||d["idd-active-color"],e.jsxs("div",{className:`flex flex-col items-center justify-center space-y-4 ${i}`,"data-testid":n,children:[e.jsx(t.IDDLoader,{}),s&&e.jsx("p",{className:"text-sm text-gray-600 font-medium",children:s})]})):null},N=r.memo(({isLoading:r,disabled:t=!1,text:s,loadingText:o,className:a=""})=>e.jsxs(C,{type:"submit",disabled:t||r,variant:"primary",className:a,"aria-busy":r,"aria-disabled":t||r,children:[e.jsxs("div",{className:"flex items-center space-x-2",children:[r&&e.jsx("div",{className:"inline-block",children:e.jsx(E,{show:!0,size:"small"})}),e.jsx("span",{className:"submit-button__text",children:r?o:s})]}),r&&e.jsx("span",{id:"submit-loading-text",className:"sr-only",children:"Please wait while we process your request"})]})),S=r.memo(({checked:r,onChange:t,errors:s=[],disabled:o=!1,showErrors:a=!1,termsUrl:i="/terms",privacyUrl:n="/privacy"})=>{const l=a&&s.length>0,d="terms-checkbox";return e.jsxs("div",{className:"terms-checkbox "+(l?"terms-checkbox--error":""),children:[e.jsxs("div",{className:"terms-checkbox__wrapper",children:[e.jsx("input",{id:d,type:"checkbox",checked:r,onChange:e=>t(e.target.checked),disabled:o,className:"terms-checkbox__input "+(l?"terms-checkbox__input--error":""),"aria-invalid":l,"aria-describedby":l?`${d}-errors`:void 0,required:!0}),e.jsxs("label",{htmlFor:d,className:"terms-checkbox__label",children:[e.jsx("span",{className:"terms-checkbox__checkmark","aria-hidden":"true",children:r?"✓":""}),e.jsxs("span",{className:"terms-checkbox__text",children:["I agree to the"," ",e.jsx("a",{href:i,target:"_blank",rel:"noopener noreferrer",className:"terms-checkbox__link",children:"Terms of Service"})," ","and"," ",e.jsx("a",{href:n,target:"_blank",rel:"noopener noreferrer",className:"terms-checkbox__link",children:"Privacy Policy"}),e.jsx("span",{className:"terms-checkbox__required","aria-label":"required",children:"*"})]})]})]}),l&&e.jsx("div",{id:`${d}-errors`,className:"terms-checkbox__errors",role:"alert",children:s.map((r,t)=>e.jsx("div",{className:"terms-checkbox__error",children:r},t))})]})}),_={SET_PLUGINS:"set_plugins",SET_CURRENT_PLUGIN:"set_current_plugin",SET_CURRENT_TAB:"set_current_tab",SET_CURRENT_STATE:"set_current_state",SET_CURRENT_VIEW:"set_current_view",SET_CURRENT_ITEM:"set_current_item",COLLAPSED_TOGGLE:"toggle_collapsed",SET_COLOR_MODE:"set_color_mode",TOGGLE_NOTIFICATIONS:"toggle_notifications",SET_SETTING:"set_setting",SET_JWT:"SET_JWT",SET_USER:"SET_USER",RESET:"reset"},T=e=>({type:_.SET_CURRENT_PLUGIN,payload:e}),D=e=>({type:_.SET_CURRENT_TAB,payload:e}),I=e=>({type:_.SET_CURRENT_STATE,payload:e});const P=[],R=r.createContext(void 0);function A(e){return Array.isArray(e)?e:[]}const L=(e,...r)=>o(void 0,[e,...r],void 0,function*(e,r=5e3){return e.startsWith("data:")||e.startsWith("url(")?{exists:!0,fallbackUsed:!1}:new Promise(t=>{const s=new Image,o=setTimeout(()=>{t({exists:!1,error:"Asset loading timeout",fallbackUsed:!0})},r);s.onload=()=>{clearTimeout(o),t({exists:!0,fallbackUsed:!1})},s.onerror=()=>{clearTimeout(o),t({exists:!1,error:"Asset failed to load",fallbackUsed:!0})},s.src=e})}),O=(e,r)=>o(void 0,void 0,void 0,function*(){const t=e.map(e=>o(void 0,void 0,void 0,function*(){return{path:e,result:yield L(e,r)}}));return(yield Promise.all(t)).reduce((e,{path:r,result:t})=>(e[r]=t,e),{})}),B={SIGNUP_THEME:"/signup-theme.png",LOGO_ENVIROME:"/logo-envirome.png",BVOC:"/bvoc.png",LOGO:"/logo.png"};function z(e){if(!e)return e;if("undefined"!=typeof window){const r=document.createElement("div");r.textContent=e;return r.innerHTML.replace(/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,"").replace(/javascript:/gi,"").replace(/on\w+\s*=/gi,"").replace(/style\s*=/gi,"").replace(/<iframe/gi,"&lt;iframe").replace(/<object/gi,"&lt;object").replace(/<embed/gi,"&lt;embed").replace(/<form/gi,"&lt;form")}return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")}function $(e){return/<[a-z][\s\S]*>/i.test(e)}function F(e,r){for(let t=0;t<e.length;t++){let s=!1;if(s=$(e[t]),s){const s={text:e[t],hasLinks:!0};r.push(s)}else{const s={text:e[t],hasLinks:!1};r.push(s)}}}const U=r.createContext(null),G=()=>{const e=r.useContext(U);if(!e)throw new Error("useError must be used within an ErrorProvider");return e},M=({error:r,onClose:o})=>e.jsxs("div",{className:`text-white p-4 rounded-lg shadow-lg ring-2 ${(()=>{switch(r.type){case"success":return"ring-idd-green";case"warning":return"ring-idd-yellow";case"info":return"ring-idd-purple";default:return"ring-idd-active-color"}})()} flex items-start gap-3 max-w-md`,children:[e.jsx("div",{className:"flex-shrink-0 mt-0.5",children:(()=>{switch(r.type){case"success":return e.jsx(s.IDDOutlineCheckmarkIcon,{});case"warning":default:return e.jsx(s.IDDOutlineWarningIcon,{});case"info":return e.jsx(s.IDDInfoIcon,{})}})()}),e.jsx("div",{className:"flex-1 min-w-0",children:e.jsxs("div",{className:"font-idd-primary-font-regular text-lg leading-relaxed",children:[e.jsx("span",{className:"font-idd-primary-font-bold text-lg",children:(()=>{switch(r.type){case"success":return"Success: ";case"warning":return"Warning: ";case"info":return"Info: ";default:return"Error: "}})()})," ",r.message]})}),e.jsx(t.IDDButton,{buttonClass:"border-0 bg-idd-transparent ms-auto",onPress:()=>o(r.id),"aria-label":"Close",children:e.jsx(s.IDDXIcon,{})})]});exports.ActionTypes=_,exports.CancelActionButton=({children:r,onPress:s,disabled:o=!1,type:a="button",className:i="",variant:n="outline","data-testid":l})=>e.jsx(t.IDDButton,{type:a,onPress:s||(()=>{}),disabled:o,buttonClass:k(n,o,`px-5 ${i}`),"data-testid":l,children:r}),exports.Card=({children:r,title:s,subtitle:o,className:a="",padding:i="medium",shadow:n="medium",border:l=!0,"data-testid":d})=>{const c=["bg-white rounded-lg",{none:"",small:"shadow-sm",medium:"shadow-md",large:"shadow-lg"}[n],l?"border border-gray-200":"",a].filter(Boolean).join(" "),u={none:"",small:"p-3",medium:"p-6",large:"p-8"}[i];return e.jsx(t.IDDCard,{"data-testid":d,children:e.jsx("div",{className:c,children:e.jsxs("div",{className:u,children:[(s||o)&&e.jsxs("div",{className:"mb-4",children:[s&&e.jsx("h3",{className:"text-lg font-semibold text-gray-900 mb-1",children:s}),o&&e.jsx("p",{className:"text-sm text-gray-600",children:o})]}),r]})})})},exports.ConfirmActionButton=({children:r,onPress:s,disabled:o=!1,type:a="submit",className:i="",variant:n="primary","data-testid":l})=>e.jsx(t.IDDButton,{type:a,onPress:s||(()=>{}),disabled:o,buttonClass:k(n,o,`px-5 ${i}`),"data-testid":l,children:r}),exports.ContentItem=({type:r,style:t,text:s,items:o,orderedListStyle:a="",unorderedListStyle:i="",paragraphStyle:n=""})=>{if("list"===r){if("ordered"===t){const r=[];return o&&F(o,r),e.jsx("ol",{className:a,children:r.map((r,t)=>r.hasLinks?e.jsx("li",{dangerouslySetInnerHTML:{__html:z(r.text)}},t):e.jsx("li",{children:r.text},t))})}{const r=[];return o&&F(o,r),e.jsx("ul",{className:i,children:r.map((r,t)=>r.hasLinks?e.jsx("li",{dangerouslySetInnerHTML:{__html:z(r.text)}},t):e.jsx("li",{children:r.text},t))})}}{let r;return s?(r=$(s),r?e.jsx("p",{className:n,dangerouslySetInnerHTML:{__html:z(s)}}):e.jsx("p",{className:n,children:s})):e.jsx("p",{className:n,children:s})}},exports.DEFAULT_ASSET_PATHS=B,exports.DEFAULT_FALLBACK_COLORS={PRIMARY:"#ad0000",SECONDARY:"#0066cc",NEUTRAL:"#666666",SUCCESS:"#00A89D",WARNING:"#DD3150"},exports.DashboardProvider=({config:t,children:s})=>{const[o,a]=r.useState(t),i={config:o,updateConfig:e=>{a(r=>Object.assign(Object.assign({},r),e))}};return e.jsx(R.Provider,{value:i,children:s})},exports.ErrorBoundary=a,exports.ErrorProvider=({children:t})=>{const[s,o]=r.useState([]),a=r.useRef(new Map),i=r.useCallback(e=>{const r=a.current.get(e);r&&(clearTimeout(r),a.current.delete(e)),o(r=>r.filter(r=>r.id!==e))},[]),n=r.useCallback((e,r="error",t=!0,s=1e4)=>{const n=`error_${Date.now()}_${Math.random().toString(36).substr(2,9)}`,l={id:n,type:r,message:e,timestamp:Date.now(),autoHide:t,duration:s};if(o(t=>t.some(t=>t.message===e&&t.type===r)?t:[...t,l]),t&&s){const e=setTimeout(()=>{i(n)},s);a.current.set(n,e)}return n},[i]),l=r.useCallback(()=>{a.current.forEach(e=>{clearTimeout(e)}),a.current.clear(),o([])},[]),d=r.useCallback((e,r=!0)=>n(e,"error",r),[n]),c=r.useCallback((e,r=!0)=>n(e,"success",r),[n]),u=r.useCallback((e,r=!0)=>n(e,"warning",r),[n]),g=r.useCallback((e,r=!0)=>n(e,"info",r),[n]);r.useEffect(()=>()=>{a.current.forEach(e=>{clearTimeout(e)}),a.current.clear()},[]);const p={errors:s,addError:n,removeError:i,clearErrors:l,showError:d,showSuccess:c,showWarning:u,showInfo:g};return e.jsx(U.Provider,{value:p,children:t})},exports.ErrorToast=M,exports.ErrorToastContainer=()=>{const{errors:r,removeError:t}=G();return 0===r.length?null:e.jsx("div",{className:"fixed bottom-10 right-10 flex flex-col gap-3",style:{zIndex:1e3},children:r.map(r=>e.jsx("div",{className:"bg-idd-white mt-3",children:e.jsx(M,{error:r,onClose:t})},r.id))})},exports.FormField=j,exports.IDDLinkInputItem=({id:o,idsArray:a,onDelete:i=()=>{},onBlur:n=()=>{},link:l,className:d=""})=>{const c=y(),u=t.useTailwindConfig(c.style),[g,p]=r.useState(u.colors["idd-black"]),[m,h]=r.useState({id:"",text:"",url:""});return r.useEffect(()=>{l&&(l.path&&l.path.length>0?h({id:l.id,text:l.text,url:l.path}):h(l))},[l]),e.jsxs("div",{className:`flex justify-between items-center ${d}`,onBlur:e=>{e.stopPropagation(),n(m)},children:[e.jsx(t.IDDInput,{id:`link-${o}`,componentClass:"w-[45%]",type:"text",label:"Link Text",labelClass:"text-capitalize",showLabel:!!(m&&m.text&&m.text.length>0),placeholder:"Link Text",value:m.text,inputClass:"ps-3 active-primary-black",onChange:e=>{h(Object.assign(Object.assign({},m),{text:e.target.value}))}}),e.jsx(t.IDDInput,{id:`url-${o}`,componentClass:"w-45",type:"url",label:"URL",showLabel:!!(m&&m.url&&m.url.length>0),placeholder:"URL",value:m.url,inputClass:"ps-3 active-primary-black",onChange:e=>{h(Object.assign(Object.assign({},m),{url:e.target.value}))}}),e.jsx(t.IDDButton,{id:`removeLink-${o}`,onPress:()=>{if(a){let e=[...a];e=e.filter(e=>e!==o),h({id:"",text:"",url:""}),i(e)}},onMouseEnter:()=>p("var(--idd-red)"),onFocus:()=>p("var(--idd-red)"),onMouseLeave:()=>p("var(--idd-primary-black)"),onBlur:()=>p("var(--idd-primary-black)"),isSecondary:!0,buttonClass:"flex items-center justify-center border-0 rounded-sm w-[1.5625rem] h-[1.5625rem] p-0",children:e.jsxs(r.Fragment,{children:[e.jsx("span",{className:"sr-only",children:"remove link"}),e.jsx(s.IDDXIcon,{wrapperClass:"flex justify-center items-center",color:g})]})})]})},exports.Layout=({children:r,className:t="flex items-center justify-center min-h-screen w-full p-5"})=>e.jsx(a,{children:e.jsx("div",{className:`bg-signup-theme bg-cover bg-center bg-no-repeat ${t}`,children:r})}),exports.Loader=E,exports.LoginBackground=({config:t,className:s="",children:i,onImageError:n,onImageLoad:l,"data-testid":g="login-background"})=>{const[p,m]=r.useState(!1),[h,x]=r.useState(!1),[b,f]=r.useState(!1),y=t||c(),v=d(y);v.length>0&&console.warn("LoginBackground configuration errors:",v);const w=r.useCallback(()=>o(void 0,void 0,void 0,function*(){if("image"===y.type){f(!0),x(!1);try{yield u(y.value),m(!0),x(!1),null==l||l(new Event("load"))}catch(e){x(!0),m(!1),null==n||n(new Event("error")),console.warn("Failed to load background image:",y.value)}finally{f(!1)}}}),[y.type,y.value,n,l]);r.useEffect(()=>{w()},[w]),r.useEffect(()=>{const e=document.documentElement;"image"===y.type?e.style.setProperty("--login-bg-image",`url('${y.value}')`):"color"===y.type?(e.style.setProperty("--login-bg-image","none"),e.style.setProperty("--login-bg-color",y.value)):"gradient"===y.type&&e.style.setProperty("--login-bg-image",y.value),e.style.setProperty("--login-bg-fallback",y.fallback),y.backgroundSize&&e.style.setProperty("--login-bg-size",y.backgroundSize),y.backgroundPosition&&e.style.setProperty("--login-bg-position",y.backgroundPosition),"image"===y.type&&(h||b)&&(e.style.setProperty("--login-bg-image","none"),e.style.setProperty("--login-bg-color",y.fallback))},[y,h,b]);const k=y.additionalStyles||{},C=["bg-login","transition-all duration-300 ease-in-out","min-h-full w-full",s].filter(Boolean).join(" "),j=a;return e.jsx(j,{fallback:e.jsx("div",{children:"Something went wrong with the background"}),children:e.jsx("div",{className:C,style:k,"data-testid":g,"data-background-type":y.type,"data-image-loaded":"image"===y.type?p:void 0,"aria-label":"image"===y.type?`Background image: ${y.value}`:"Background styling",children:i})})},exports.Modal=({children:r,isOpen:t,onClose:s,title:o,showCloseButton:a=!0,size:i="medium",className:n="","data-testid":l})=>{if(!t)return null;return e.jsx("div",{className:"fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center min-h-screen p-4 z-50",onClick:e=>{e.target===e.currentTarget&&s()},onKeyDown:e=>{"Escape"===e.key&&s()},"data-testid":l,role:"dialog","aria-modal":"true",tabIndex:-1,children:e.jsxs("div",{className:`bg-white rounded-lg shadow-xl ${{small:"max-w-md",medium:"max-w-lg",large:"max-w-2xl",full:"max-w-full mx-4"}[i]} w-full ${n}`,children:[o&&e.jsxs("div",{className:"flex items-center justify-between p-6 border-b border-gray-200",children:[e.jsx("h2",{className:"text-xl font-semibold text-gray-900",children:o}),a&&e.jsx("button",{onClick:s,className:"text-gray-400 hover:text-gray-600 focus:outline-none focus:text-gray-600","aria-label":"Close modal",children:e.jsx("svg",{className:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]}),e.jsx("div",{className:"p-6",children:r})]})})},exports.Password=({onChange:o=()=>{},label:a="Password",value:i,componentClass:n="",appendToInputClass:l="",error:d="",errorColor:c="",isErrorOnlyColor:u=!0})=>{const[g,p]=r.useState(!1),[m,h]=r.useState(!1),x=y(),b=t.useTailwindConfig(x.style);return e.jsx(t.IDDInput,{label:a,value:i,type:g?"text":"password",componentClass:n,appendToInputClass:`me-4 ${l}`,activeTextColor:b.colors["idd-black"],inactiveTextColor:!i||"string"==typeof i&&0===i.length?b.colors["idd-grey"]:b.colors["idd-black"],activeColor:b.colors["idd-black"],inactiveColor:!i||"string"==typeof i&&0===i.length?b.colors["idd-grey"]:b.colors["idd-black"],activeLabelColor:b.colors["idd-black"],inactiveLabelColor:!i||"string"==typeof i&&0===i.length?b.colors["idd-grey"]:b.colors["idd-black"],errors:d,errorColor:u?!i||"string"==typeof i&&0===i.length?b.colors["idd-grey"]:b.colors["idd-black"]:c,errorClass:"font-idd-primary-font text-idd-primary-font-size !mb-0",errorStyle:u?{color:b.colors["idd-active-color"]}:{},onFocus:()=>h(!0),onBlur:()=>h(!1),appendToInput:e.jsx(t.IDDButton,{buttonClass:"p-1 rounded-sm focus:outline focus-visible:outline focus:outline-1 focus-visible:outline-1offset-1 focus:outline-idd-black focus-visible:outline-idd-black",onPress:()=>p(!g),children:e.jsxs(r.Fragment,{children:[e.jsx("span",{className:"sr-only",children:g?"password shown":"password hidden"}),g?e.jsx(s.IDDShowPasswordIcon,{color:m?b.colors["idd-black"]:b.colors["idd-grey"]}):e.jsx(s.IDDHidePasswordIcon,{color:m?b.colors["idd-black"]:b.colors["idd-grey"]})]})}),onChange:e=>{o&&o(e)}})},exports.PasswordRequirements=({requirements:r,password:t,className:s=""})=>e.jsxs("div",{className:`password-requirements ${s}`,children:[e.jsx("div",{className:"text-sm font-medium text-gray-700 mb-2",children:"Password Requirements:"}),e.jsx("ul",{className:"space-y-1",children:r.map((r,s)=>{const o=!!t&&(e=>{if(e.includes("lowercase"))return/[a-z]/.test(t);if(e.includes("uppercase"))return/[A-Z]/.test(t);if(e.includes("number"))return/[0-9]/.test(t);if(e.includes("special character"))return/[!@#$%^&*()_+\-=[\]{};':"\\|,.<>/?]/.test(t);if(e.includes("characters long")){const r=e.match(/(\d+)-(\d+) characters/);if(r){const e=parseInt(r[1]),s=parseInt(r[2]);return t.length>=e&&t.length<=s}}return!1})(r);return e.jsxs("li",{className:"flex items-start gap-2 text-xs",children:[e.jsx("span",{className:"mt-0.5 "+(o?"text-green-500":"text-gray-400"),children:o?"✓":"○"}),e.jsx("span",{className:o?"text-green-600":"text-gray-600",children:r})]},s)})})]}),exports.PasswordStrengthBar=h,exports.PasswordStrengthIndicator=m,exports.PluginManager=({plugins:t,children:s})=>{const[o,a]=r.useState(t.length>0?t[0].id:null),[i,n]=r.useState(0);return e.jsxs("div",{className:"plugin-manager",children:[s,0===t.length?null:e.jsxs("div",{className:"plugin-list mb-4",children:[e.jsx("h3",{className:"text-lg font-semibold mb-2",children:"Available Plugins:"}),e.jsx("div",{className:"space-x-2",children:t.map(r=>e.jsx("button",{onClick:()=>{a(r.id),n(0)},className:"px-3 py-1 rounded "+(o===r.id?"bg-blue-500 text-white":"bg-gray-200 text-gray-700 hover:bg-gray-300"),children:r.name},r.id))})]}),e.jsx("div",{className:"plugin-content",children:(()=>{if(!o||0===t.length)return null;const e=t.find(e=>e.id===o);if(!e||!e.tabs||0===e.tabs.length)return null;return(e.tabs[i]||e.tabs[0]).content})()})]})},exports.SimpleButton=C,exports.SubmitButton=N,exports.TermsCheckbox=S,exports.TextInput=({label:r,onChange:s=()=>{},value:o,placeholder:a,type:i="text",readOnly:n=!1,error:l="",errorColor:d="",isErrorOnlyColor:c=!0})=>{const u=y(),g=t.useTailwindConfig(u.style);return e.jsx(t.IDDInput,{label:r,value:o,onChange:s,placeholder:a,type:i,readOnly:n,activeColor:n?g.colors["idd-grey"]:g.colors["idd-black"],inactiveColor:!o||"string"==typeof o&&0===o.length?g.colors["idd-grey"]:g.colors["idd-black"],activeLabelColor:n?g.colors["idd-grey"]:g.colors["idd-black"],inactiveLabelColor:!o||"string"==typeof o&&0===o.length?g.colors["idd-grey"]:g.colors["idd-black"],activeTextColor:n?g.colors["idd-grey"]:g.colors["idd-black"],inactiveTextColor:!o||"string"==typeof o&&0===o.length?g.colors["idd-grey"]:g.colors["idd-black"],inputWrapperClass:"w-full h-[3.125rem] rounded-sm",inputClass:n?"pointer-events-none":"",errors:l,errorColor:c?!o||"string"==typeof o&&0===o.length?g.colors["idd-grey"]:g.colors["idd-black"]:d,errorClass:"font-idd-primary-font text-idd-primary-font-size !mb-0",errorStyle:c?{color:g.colors["idd-active-color"]}:{}})},exports.buttonVariants=v,exports.commonStyles=w,exports.createDefaultConfig=c,exports.createValidationResult=(e,r=[])=>({isValid:e,errors:r}),exports.debounce=(e,r)=>{let t;return(...s)=>{clearTimeout(t),t=setTimeout(()=>e(...s),r)}},exports.defaultConfig=x,exports.ensureArray=A,exports.flatten=function e(r){return(r||[]).reduce((r,t)=>r.concat(Array.isArray(t)?e(t):t),[])},exports.generateBackgroundStyles=e=>{const r={backgroundRepeat:"no-repeat"};switch(e.borderRadius&&(r.borderRadius=e.borderRadius),"image"===e.type&&(r.backgroundSize=e.backgroundSize||"cover",r.backgroundPosition=e.backgroundPosition||"center"),e.type){case"image":r.backgroundImage=`url('${e.value}')`,r.backgroundColor=e.fallback;break;case"color":r.backgroundColor=e.value;break;case"gradient":r.backgroundImage=e.value,r.backgroundColor=e.fallback;break;default:r.backgroundColor=e.fallback}return r},exports.getArraysDiff=function(e,r){const t=r||[];return(e||[]).filter(e=>!t.includes(e))},exports.getBackgroundStyle=(e,r)=>{if(((null==r?void 0:r.fallbackUsed)||!1===(null==r?void 0:r.exists))&&e.fallback)return{backgroundColor:e.fallback,backgroundImage:"none"};return{backgroundImage:e.path.startsWith("url(")||e.path.startsWith("data:")?e.path:`url('${e.path}')`}},exports.getButtonStyles=k,exports.getConfig=f,exports.getLocationString=e=>{let r="";return e&&(r=e.address_1&&e.address_1.length>0?e.address_1+", ":"",e.address_2&&e.address_2.length>0?r+=e.address_2+", ":r+="",e.city&&e.city.length>0?r+=e.city+", ":r+="",e.state&&e.state.length>0?r+=e.state:r+="",e.zip&&e.zip.length>0&&(r+=" "+e.zip)),r},exports.get_all_plugins=e=>P.flatMap(e=>Array.isArray(e)?e:[e]),exports.isAlpha=e=>/^[a-zA-Z]+$/.test(e),exports.isAlphanumeric=e=>/^[a-zA-Z0-9]+$/.test(e),exports.isEmpty=e=>!e||0===e.trim().length,exports.isLengthValid=(e,r,t)=>{const s=e?e.length:0;return s>=r&&s<=t},exports.isNonEmptyArray=function(e){return Array.isArray(e)&&e.length>0},exports.isNumeric=e=>/^\d+$/.test(e),exports.isURL=function(e){return/^(?:\w+:)?\/\/([^\s.]+\.\S{2}|localhost[:?\d]*)\S*$/.test(e)},exports.isValidColor=n,exports.isValidDate=e=>{const r=new Date(e);return!isNaN(r.getTime())},exports.isValidEmail=e=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e),exports.isValidImageUrl=l,exports.isValidPhone=e=>/^[\d\s\-\(\)\+]+$/.test(e)&&e.replace(/\D/g,"").length>=10,exports.isValidUrl=e=>{try{return new URL(e),!0}catch(e){return!1}},exports.mapUserRole=e=>"EVALUATOR"===e?"MODERATOR":e,exports.matchesPattern=(e,r)=>r.test(e),exports.normalizeWhitespace=e=>e.replace(/\s+/g," ").trim(),exports.preloadImage=u,exports.resetReducer=()=>({type:_.RESET}),exports.safeFilter=function(e,r){return A(e).filter(r)},exports.safeFind=function(e,r){return A(e).find(r)},exports.safeLength=function(e){return A(e).length},exports.safeMap=function(e,r){return A(e).map(r)},exports.safeSome=function(e,r){return A(e).some(r)},exports.sanitizeInput=e=>e&&"string"==typeof e?e.replace(/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,"").replace(/<[^>]+>/g,"").replace(/javascript:/gi,"").replace(/on\w+\s*=/gi,"").trim():"",exports.setConfig=e=>{b=Object.assign(Object.assign({},x),e)},exports.setCurrentItem=e=>({type:_.SET_CURRENT_ITEM,payload:e}),exports.setCurrentPlugin=T,exports.setCurrentPluginAndTab=(e,r)=>(t,s)=>{t(T(e)),t(D(0));const{session:o}=s(),a=[...o.currentState||[]],i=a.findIndex(r=>r.pluginID===e);-1!==i?a[i]={pluginID:e,tabID:r}:a.push({pluginID:e,tabID:r}),t(I(a))},exports.setCurrentState=I,exports.setCurrentTab=D,exports.setCurrentTabAndState=(e,r)=>(t,s)=>{t(D(e));const{session:o}=s(),a=o.current.id,i=[...o.currentState||[]],n=i.findIndex(e=>e.pluginID===a);-1!==n?i[n]={pluginID:a,tabID:r}:i.push({pluginID:a,tabID:r}),t(I(i))},exports.setCurrentView=e=>({type:_.SET_CURRENT_VIEW,payload:e}),exports.setPlugins=e=>({type:_.SET_PLUGINS,payload:e}),exports.setSetting=(e,r)=>({type:_.SET_SETTING,payload:{key:e,value:r}}),exports.toggleCollapsed=()=>({type:_.COLLAPSED_TOGGLE}),exports.toggleNotifications=()=>({type:_.TOGGLE_NOTIFICATIONS}),exports.truncate=(e,r)=>e&&e.length>r?e.slice(0,r)+"...":e,exports.useAssetValidation=(e,t)=>{const[s,a]=r.useState({exists:!0,fallbackUsed:!1}),[i,n]=r.useState(!0);return r.useEffect(()=>{let r=!0;return o(void 0,void 0,void 0,function*(){n(!0);const s=yield L(e,t);r&&(a(s),n(!1))}),()=>{r=!1}},[e,t]),{result:s,isLoading:i}},exports.useConfig=y,exports.useDashboard=()=>{const e=r.useContext(R);if(!e)throw new Error("useDashboard must be used within a DashboardProvider");return e},exports.useError=G,exports.useErrorBoundary=()=>{const{showError:e}=G();return{handleError:r.useCallback((r,t)=>{console.error("Error caught by boundary:",r,t),e("An unexpected error occurred. Please try again.")},[e])}},exports.useIDDTheme=()=>{const e=y(),r=t.useTailwindConfig(e.style);return{config:e,tailwindConfig:r,colors:r.colors}},exports.useLoginBackground=()=>r.useCallback(e=>{if("undefined"==typeof window||"undefined"==typeof document)return;const r=document.documentElement;try{if("image"===e.type&&e.value){const t=e.value.replace(/[<>"']/g,"");r.style.setProperty("--login-bg-image",`url('${t}')`)}else if("color"===e.type&&e.value){/^(#[0-9A-F]{6}|#[0-9A-F]{3}|rgb\(|rgba\(|hsl\(|hsla\()/i.test(e.value)&&(r.style.setProperty("--login-bg-image","none"),r.style.setProperty("--login-bg-color",e.value))}else"gradient"===e.type&&e.value&&e.value.includes("gradient(")&&r.style.setProperty("--login-bg-image",e.value);if(e.fallback){const t=e.fallback.replace(/[<>"']/g,"");r.style.setProperty("--login-bg-fallback",t)}if(e.backgroundSize){(["cover","contain","auto","100%"].includes(e.backgroundSize)||/^\d+(px|%|em|rem)$/.test(e.backgroundSize))&&r.style.setProperty("--login-bg-size",e.backgroundSize)}if(e.backgroundPosition){/^(center|left|right|top|bottom|\d+(px|%|em|rem)|\s)+$/.test(e.backgroundPosition)&&r.style.setProperty("--login-bg-position",e.backgroundPosition)}}catch(e){console.warn("Failed to set login background styles:",e)}},[]),exports.useWindowDimensions=()=>{const[e,t]=r.useState({width:0,height:0});return r.useEffect(()=>{function e(){t({width:window.innerWidth,height:window.innerHeight})}return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]),e},exports.validateAsset=L,exports.validateAssets=O,exports.validateCommonAssets=()=>o(void 0,void 0,void 0,function*(){return O(Object.values(B))}),exports.validateConfig=d,exports.warnMissingAssets=e=>{if("development"!==process.env.NODE_ENV)return;const r=Object.entries(e).filter(([,e])=>!e.exists).map(([e])=>e);r.length>0&&console.warn("⚠️ IDD Dashboard: Missing optional assets detected:",r,"\nSee https://github.com/integrativedesigndevelopment/idd-dashboard/blob/main/docs/guides/required-assets.md for details.")};
14
2
  //# sourceMappingURL=index.js.map