@ncino/web-components 8.0.0-preview.5 → 8.0.0-preview.6

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.
@@ -1 +1 @@
1
- var e={exports:{}};export{e as __module};
1
+ import{getDefaultExportFromCjs as e}from"./_commonjsHelpers.js";import{__require as r}from"../node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js";var t=r();const a=e(t);export{a as default};
@@ -1 +1 @@
1
- import{getDefaultExportFromCjs as e}from"./_commonjsHelpers.js";import{__require as r}from"../node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js";var t=r();const a=e(t);export{a as default};
1
+ var e={exports:{}};export{e as __module};
@@ -1,6 +1,13 @@
1
- import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as h}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as d}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import{generateRandomId as p,getElementId as u}from"../../utils/string-utils.js";import m from"../../packages/web-components/src/components/checkbox-group/checkbox-group.gator.scss.js";import"../checkbox/checkbox.gator.js";import"../input/gator/input-label/input-label.gator.js";import"../input/gator/help-text/help-text.gator.js";import{handleDataTestid as g}from"../../utils/datatestid-utils.js";import{ifDefined as b}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{NgcInputText as f}from"../input/gator/input-text/input-text.gator.js";import{createRef as x,ref as v}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/ref.js";import{unsafeCSS as y}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var $=Object.defineProperty,E=Object.getOwnPropertyDescriptor,_=Object.getPrototypeOf,k=Reflect.get,c=(e,t,o,r)=>{for(var s=r>1?void 0:r?E(t,o):t,a=e.length-1,n;a>=0;a--)(n=e[a])&&(s=(r?n(t,o,s):n(s))||s);return r&&s&&$(t,o,s),s},R=(e,t,o)=>k(_(e),o,t);let i=class extends f{constructor(){super(...arguments),this.options=[],this._randomId=p(),this.groupRef=x()}render(){const e=this.elementId;return l`
1
+ import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as h}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as d}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import{generateRandomId as p,getElementId as u}from"../../utils/string-utils.js";import m from"../../packages/web-components/src/components/checkbox-group/checkbox-group.gator.scss.js";import"../checkbox/checkbox.gator.js";import"../input/gator/input-label/input-label.gator.js";import"../input/gator/help-text/help-text.gator.js";import{handleDataTestid as g}from"../../utils/datatestid-utils.js";import{ifDefined as b}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{NgcInputText as f}from"../input/gator/input-text/input-text.gator.js";import{createRef as x,ref as v}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/ref.js";import{unsafeCSS as y}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var $=Object.defineProperty,E=Object.getOwnPropertyDescriptor,R=Object.getPrototypeOf,_=Reflect.get,c=(e,t,o,r)=>{for(var s=r>1?void 0:r?E(t,o):t,a=e.length-1,n;a>=0;a--)(n=e[a])&&(s=(r?n(t,o,s):n(s))||s);return r&&s&&$(t,o,s),s},k=(e,t,o)=>_(R(e),o,t);let i=class extends f{constructor(){super(...arguments),this.options=[],this._randomId=p(),this.groupRef=x()}render(){const e=this.elementId;return l`
2
2
  <div class="gator-checkbox-group-container" ${v(this.groupRef)} role="group">
3
- ${this.label?l`<ngc-input-label id="${e}-label" data-testid=${b(this.labelDataTestid)}>${this.label}</ngc-input-label>`:null}
3
+ ${this.label?l`
4
+ <ngc-input-label
5
+ id="${e}-label"
6
+ ?required="${this.required&&!this.hideRequired}"
7
+ ?optional="${this.optional}"
8
+ data-testid=${b(this.labelDataTestid)}>
9
+ ${this.label}
10
+ </ngc-input-label>`:null}
4
11
  <div id="${e}-group"
5
12
  role="group"
6
13
  class="gator-checkbox-group"
@@ -20,4 +27,4 @@ import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/re
20
27
  >
21
28
  </ngc-checkbox>
22
29
  `)}
23
- `}handleCheckboxSelectionChange(e){const t=e;e.stopImmediatePropagation();const o=new Set(this.value?.split(";"));t.detail.selected?o.add(t.detail.value):o.delete(t.detail.value),this.value=Array.from(o).join(";"),this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:this.value}))}get checkboxElements(){if(this.options.length>0)return this.shadowRoot?.querySelectorAll("ngc-checkbox");const e=this.shadowRoot?.querySelector("slot")?.assignedElements();return e&&e.length===1&&e[0]instanceof HTMLSlotElement?e[0].assignedElements():e}updated(){const e=new Set(this.value?.split(";")),t=this.checkboxElements;t&&t.length>0&&t.forEach((o,r)=>{const s=o;s.selected=e.has(s.value),s.disabled=this.disabled,s.errorText=this.errorText,s.grouped=!0,g(s,this.dataTestid,`checkbox-${r}`)}),requestAnimationFrame(()=>{const o=this.shadowRoot?.querySelector("ngc-input-label"),r=this.shadowRoot?.querySelectorAll("ngc-help-text");o&&this.groupRef.value&&(this.groupRef.value.ariaLabelledByElements=[o]),r&&this.groupRef.value&&(this.groupRef.value.ariaDescribedByElements=Array.from(r))})}};i.styles=[...R(i,i,"styles"),y(m)];c([d({type:Array})],i.prototype,"options",2);i=c([h("ngc-checkbox-group")],i);export{i as NgcCheckboxGroup};
30
+ `}handleCheckboxSelectionChange(e){const t=e;e.stopImmediatePropagation();const o=new Set(this.value?.split(";"));t.detail.selected?o.add(t.detail.value):o.delete(t.detail.value),this.value=Array.from(o).join(";"),this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:this.value}))}get checkboxElements(){if(this.options.length>0)return this.shadowRoot?.querySelectorAll("ngc-checkbox");const e=this.shadowRoot?.querySelector("slot")?.assignedElements();return e&&e.length===1&&e[0]instanceof HTMLSlotElement?e[0].assignedElements():e}updated(){const e=new Set(this.value?.split(";")),t=this.checkboxElements;t&&t.length>0&&t.forEach((o,r)=>{const s=o;s.selected=e.has(s.value),s.disabled=this.disabled,s.errorText=this.errorText,s.grouped=!0,g(s,this.dataTestid,`checkbox-${r}`)}),requestAnimationFrame(()=>{const o=this.shadowRoot?.querySelector("ngc-input-label"),r=this.shadowRoot?.querySelectorAll("ngc-help-text");o&&this.groupRef.value&&(this.groupRef.value.ariaLabelledByElements=[o]),r&&this.groupRef.value&&(this.groupRef.value.ariaDescribedByElements=Array.from(r))})}};i.styles=[...k(i,i,"styles"),y(m)];c([d({type:Array})],i.prototype,"options",2);i=c([h("ngc-checkbox-group")],i);export{i as NgcCheckboxGroup};
@@ -6,9 +6,10 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit
6
6
  <ngc-icon .name="${this.endIcon}"></ngc-icon>`:null}get labelMarkup(){return o`
7
7
  <ngc-input-label
8
8
  id="${this.labelId}"
9
- ?required="${this.required}"
9
+ ?required="${this.required&&!this.hideRequired}"
10
10
  ?disabled="${this.disabled}"
11
11
  ?skeleton="${this.skeleton}"
12
+ ?optional="${this.optional&&!this.required}"
12
13
  >
13
14
  ${this.label}
14
15
  </ngc-input-label>`}get labelId(){return`${this.id}-label`}get ariaLabelledbyValue(){return this.iconAsLabel?this.startIconId:this.label?this.labelId:""}get helpTextMarkup(){return this.helpText?o`
@@ -1 +1 @@
1
- import{property as e}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import{TestableLitElement as h}from"../../../utils/components/testable-lit-element/testable-lit-element.js";var y=Object.defineProperty,o=(p,i,s,d)=>{for(var r=void 0,a=p.length-1,n;a>=0;a--)(n=p[a])&&(r=n(i,s,r)||r);return r&&y(i,s,r),r};const l=class l extends h{constructor(){super(),this.form=null,this.id="",this.required=!1,this.disabled=!1,this.readonly=!1,this.label="",this.ariaDescription=null,this.ariaLabelledByElements=null,this.placeholder="",this.errorText="",this.helpText="",this.type="text",this.startIcon="",this.endIcon="",this.minLength=void 0,this.maxLength=void 0,this.iconAsLabel=!1,this.skeleton=!1,this.internals=this.attachInternals()}formAssociatedCallback(i){this.form=i}};l.formAssociated=!0;let t=l;o([e()],t.prototype,"id");o([e({type:Boolean})],t.prototype,"required");o([e({type:Boolean})],t.prototype,"disabled");o([e({type:Boolean})],t.prototype,"readonly");o([e()],t.prototype,"label");o([e({attribute:"aria-description"})],t.prototype,"ariaDescription");o([e({type:Array,attribute:"aria-labelled-by-elements"})],t.prototype,"ariaLabelledByElements");o([e()],t.prototype,"placeholder");o([e()],t.prototype,"value");o([e({attribute:"error-text"})],t.prototype,"errorText");o([e({attribute:"help-text"})],t.prototype,"helpText");o([e()],t.prototype,"type");o([e({attribute:"start-icon"})],t.prototype,"startIcon");o([e({attribute:"end-icon"})],t.prototype,"endIcon");o([e({attribute:"min-length"})],t.prototype,"minLength");o([e({attribute:"max-length"})],t.prototype,"maxLength");o([e({type:Boolean,attribute:"icon-as-label"})],t.prototype,"iconAsLabel");o([e({type:Boolean})],t.prototype,"skeleton");export{t as InputBase};
1
+ import{property as e}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import{TestableLitElement as h}from"../../../utils/components/testable-lit-element/testable-lit-element.js";var y=Object.defineProperty,o=(p,i,s,d)=>{for(var r=void 0,a=p.length-1,n;a>=0;a--)(n=p[a])&&(r=n(i,s,r)||r);return r&&y(i,s,r),r};const l=class l extends h{constructor(){super(),this.form=null,this.id="",this.required=!1,this.hideRequired=!1,this.optional=!1,this.disabled=!1,this.readonly=!1,this.label="",this.ariaDescription=null,this.ariaLabelledByElements=null,this.placeholder="",this.errorText="",this.helpText="",this.type="text",this.startIcon="",this.endIcon="",this.minLength=void 0,this.maxLength=void 0,this.iconAsLabel=!1,this.skeleton=!1,this.internals=this.attachInternals()}formAssociatedCallback(i){this.form=i}};l.formAssociated=!0;let t=l;o([e()],t.prototype,"id");o([e({type:Boolean})],t.prototype,"required");o([e({type:Boolean,attribute:"hide-required"})],t.prototype,"hideRequired");o([e({type:Boolean})],t.prototype,"optional");o([e({type:Boolean})],t.prototype,"disabled");o([e({type:Boolean})],t.prototype,"readonly");o([e()],t.prototype,"label");o([e({attribute:"aria-description"})],t.prototype,"ariaDescription");o([e({type:Array,attribute:"aria-labelled-by-elements"})],t.prototype,"ariaLabelledByElements");o([e()],t.prototype,"placeholder");o([e()],t.prototype,"value");o([e({attribute:"error-text"})],t.prototype,"errorText");o([e({attribute:"help-text"})],t.prototype,"helpText");o([e()],t.prototype,"type");o([e({attribute:"start-icon"})],t.prototype,"startIcon");o([e({attribute:"end-icon"})],t.prototype,"endIcon");o([e({attribute:"min-length"})],t.prototype,"minLength");o([e({attribute:"max-length"})],t.prototype,"maxLength");o([e({type:Boolean,attribute:"icon-as-label"})],t.prototype,"iconAsLabel");o([e({type:Boolean})],t.prototype,"skeleton");export{t as InputBase};
@@ -1,5 +1,6 @@
1
- import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as n}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import{LitElement as h}from"../../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as f}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as d}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import u from"../../../../packages/web-components/src/components/input/gator/input-label/input-label.gator.scss.js";import b from"../../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import c from"../../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import{classMap as g}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";import{NgcComponent as v}from"../../../../utils/components/ngc-component.js";import{unsafeCSS as m}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var y=Object.defineProperty,_=Object.getOwnPropertyDescriptor,a=(o,r,l,s)=>{for(var e=s>1?void 0:s?_(r,l):r,i=o.length-1,p;i>=0;i--)(p=o[i])&&(e=(s?p(r,l,e):p(e))||e);return s&&e&&y(r,l,e),e};let t=class extends v{constructor(){super(...arguments),this.required=!1,this.disabled=!1,this.hideLabel=!1}render(){const o={"gator-label":!0,"gator-label_disabled":this.disabled,"gator-label_hidden":this.hideLabel};return this.skeleton?n`<ngc-skeleton-loader width="136" height="24" radius="999"></ngc-skeleton-loader>`:n`
2
- <div class=${g(o)}>
1
+ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as l,nothing as f}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import{LitElement as b}from"../../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as u}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as i}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import c from"../../../../packages/web-components/src/components/input/gator/input-label/input-label.gator.scss.js";import g from"../../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import y from"../../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import{classMap as _}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";import{NgcComponent as v}from"../../../../utils/components/ngc-component.js";import{msg as h}from"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/install.js";import"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/runtime.js";import{unsafeCSS as d}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var O=Object.defineProperty,L=Object.getOwnPropertyDescriptor,o=(r,s,p,a)=>{for(var t=a>1?void 0:a?L(s,p):s,n=r.length-1,m;n>=0;n--)(m=r[n])&&(t=(a?m(s,p,t):m(t))||t);return a&&t&&O(s,p,t),t};let e=class extends v{constructor(){super(...arguments),this.required=!1,this.optional=!1,this.disabled=!1,this.hideLabel=!1}render(){const r={"gator-label":!0,"gator-label_disabled":this.disabled,"gator-label_hidden":this.hideLabel};return this.skeleton?l`<ngc-skeleton-loader width="136" height="24" radius="999"></ngc-skeleton-loader>`:l`
2
+ <div class=${_(r)}>
3
3
  <slot></slot>
4
- ${this.required?n`<span class="gator-label_required" aria-hidden="true">*</span>`:null}
5
- </div>`}};t.shadowRootOptions={...h.shadowRootOptions,mode:"open"};t.styles=[m(u),m(c),m(b)];a([d({type:Boolean})],t.prototype,"required",2);a([d({type:Boolean})],t.prototype,"disabled",2);a([d({type:Boolean,attribute:"hide-label"})],t.prototype,"hideLabel",2);t=a([f("ngc-input-label")],t);export{t as NgcInputLabel};
4
+ ${this.required?l`<span class="gator-label_required" aria-hidden="true">(${h("Required")})</span>`:this.optional?l`<span class="gator-label_optional">(${h("Optional")})</span>`:f}
5
+ <slot name="end"></slot>
6
+ </div>`}};e.shadowRootOptions={...b.shadowRootOptions,mode:"open"};e.styles=[d(c),d(y),d(g)];o([i({type:Boolean})],e.prototype,"required",2);o([i({type:Boolean})],e.prototype,"optional",2);o([i({type:Boolean})],e.prototype,"disabled",2);o([i({type:Boolean,attribute:"hide-label"})],e.prototype,"hideLabel",2);e=o([u("ngc-input-label")],e);export{e as NgcInputLabel};
@@ -9,6 +9,7 @@ import{customElement as f}from"../../../../node_modules/.pnpm/@lit_reactive-elem
9
9
  placeholder="${this.placeholder}"
10
10
  value="${this.value}"
11
11
  ?required="${this.required}"
12
+ ?optional="${this.optional}"
12
13
  ?disabled="${this.disabled}"
13
14
  help-text="${this.helpText}"
14
15
  error-text="${this.errorText}"
@@ -1,4 +1,4 @@
1
- const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["components/input-rich-text/ckeditor-config.js","node_modules/.pnpm/@ckeditor_ckeditor5-utils@46.1.0/node_modules/@ckeditor/ckeditor5-utils/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isObject.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isString.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isFunction.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isElement.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/cloneDeepWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/getTag.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/tags.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isPrimitive.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isTypedArray.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/merge.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/mergeWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/cloneDeep.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/clone.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArguments.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/noop.js","node_modules/.pnpm/@ckeditor_ckeditor5-engine@46.1.0/node_modules/@ckeditor/ckeditor5-engine/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isEqual.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isEqualWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isPlainObject.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/eq.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/get.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/toKey.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toPath.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/set.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/updateWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/assignValue.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isIndex.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isKey.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isSymbol.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/assignIn.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/keysIn.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isBuffer.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isLength.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/times.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toInteger.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toFinite.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toNumber.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/clone.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArray.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/after.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/debounce.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/debounce.js","node_modules/.pnpm/@ckeditor_ckeditor5-upload@46.1.0/node_modules/@ckeditor/ckeditor5-upload/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-core@46.1.0/node_modules/@ckeditor/ckeditor5-core/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-watchdog@46.1.0/node_modules/@ckeditor/ckeditor5-watchdog/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/throttle.js","node_modules/.pnpm/@ckeditor_ckeditor5-alignment@46.1.0/node_modules/@ckeditor/ckeditor5-alignment/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-ui@46.1.0/node_modules/@ckeditor/ckeditor5-ui/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-icons@46.1.0/node_modules/@ckeditor/ckeditor5-icons/dist/index.js","node_modules/.pnpm/color-parse@2.0.2/node_modules/color-parse/index.js","node_modules/.pnpm/color-name@2.0.2/node_modules/color-name/index.js","node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/index.js","node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/conversions.js","node_modules/.pnpm/color-name@2.0.0/node_modules/color-name/index.js","node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/route.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/entrypoints/hex.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/color-picker.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/compare.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/convert.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/math.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/dom.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/hue.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/slider.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/saturation.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/color-picker.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/hue.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/saturation.js","node_modules/.pnpm/@ckeditor_ckeditor5-autoformat@46.1.0/node_modules/@ckeditor/ckeditor5-autoformat/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-typing@46.1.0/node_modules/@ckeditor/ckeditor5-typing/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/escapeRegExp.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/escapeRegExp.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toString.js","node_modules/.pnpm/@ckeditor_ckeditor5-autosave@46.1.0/node_modules/@ckeditor/ckeditor5-autosave/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-basic-styles@46.1.0/node_modules/@ckeditor/ckeditor5-basic-styles/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-block-quote@46.1.0/node_modules/@ckeditor/ckeditor5-block-quote/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-enter@46.1.0/node_modules/@ckeditor/ckeditor5-enter/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-widget@46.1.0/node_modules/@ckeditor/ckeditor5-widget/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-cloud-services@46.1.0/node_modules/@ckeditor/ckeditor5-cloud-services/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-code-block@46.1.0/node_modules/@ckeditor/ckeditor5-code-block/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-clipboard@46.1.0/node_modules/@ckeditor/ckeditor5-clipboard/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/mapValues.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/identity.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/mapValues.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/iteratee.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/property.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/matches.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isMatch.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/cloneDeep.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/has.js","node_modules/.pnpm/@ckeditor_ckeditor5-essentials@46.1.0/node_modules/@ckeditor/ckeditor5-essentials/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-select-all@46.1.0/node_modules/@ckeditor/ckeditor5-select-all/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-undo@46.1.0/node_modules/@ckeditor/ckeditor5-undo/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-find-and-replace@46.1.0/node_modules/@ckeditor/ckeditor5-find-and-replace/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-font@46.1.0/node_modules/@ckeditor/ckeditor5-font/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-heading@46.1.0/node_modules/@ckeditor/ckeditor5-heading/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-paragraph@46.1.0/node_modules/@ckeditor/ckeditor5-paragraph/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-highlight@46.1.0/node_modules/@ckeditor/ckeditor5-highlight/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-horizontal-line@46.1.0/node_modules/@ckeditor/ckeditor5-horizontal-line/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-html-embed@46.1.0/node_modules/@ckeditor/ckeditor5-html-embed/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-html-support@46.1.0/node_modules/@ckeditor/ckeditor5-html-support/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/startCase.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/words.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/normalizeForCase.js","node_modules/.pnpm/@ckeditor_ckeditor5-image@46.1.0/node_modules/@ckeditor/ckeditor5-image/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/identity.js","node_modules/.pnpm/@ckeditor_ckeditor5-indent@46.1.0/node_modules/@ckeditor/ckeditor5-indent/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-language@46.1.0/node_modules/@ckeditor/ckeditor5-language/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-link@46.1.0/node_modules/@ckeditor/ckeditor5-link/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/upperFirst.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/upperFirst.js","node_modules/.pnpm/@ckeditor_ckeditor5-list@46.1.0/node_modules/@ckeditor/ckeditor5-list/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-markdown-gfm@46.1.0/node_modules/@ckeditor/ckeditor5-markdown-gfm/dist/index.js","node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","_virtual/index3.js","_virtual/_commonjsHelpers.js","node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js","node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js","node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js","node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.js","node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.js","node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js","node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js","node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.dom.js","node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js","node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js","node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js","node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js","node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js","node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js","node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js","node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js","node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js","node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js","node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js","node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.js","node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.js","node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.js","node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.js","node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.js","node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.js","node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js","node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.js","node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js","node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/lib/index.js","node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/index.js","node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/color.js","node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js","node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.js","node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.js","node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js","node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js","node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js","node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js","node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.js","node_modules/.pnpm/remark-breaks@4.0.0/node_modules/remark-breaks/lib/index.js","node_modules/.pnpm/mdast-util-newline-to-break@2.0.0/node_modules/mdast-util-newline-to-break/lib/index.js","node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/footer.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.js","node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/state.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/break.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/code.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/delete.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/heading.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/html.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/revert.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/root.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/strong.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table.js","node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/text.js","node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","node_modules/.pnpm/rehype-dom-stringify@4.0.2/node_modules/rehype-dom-stringify/lib/index.js","node_modules/.pnpm/hast-util-to-dom@4.0.1/node_modules/hast-util-to-dom/lib/index.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/merge.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/schema.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/aria.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/create.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/normalize.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/defined-info.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/info.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/types.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/html.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-insensitive-transform.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-sensitive-transform.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/svg.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xlink.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xmlns.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xml.js","node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/find.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/index.js","node_modules/.pnpm/html-void-elements@3.0.0/node_modules/html-void-elements/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/index.js","node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/comment.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/index.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/core.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/format-smart.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-hexadecimal.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-decimal.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-named.js","node_modules/.pnpm/character-entities-legacy@3.0.0/node_modules/character-entities-legacy/index.js","node_modules/.pnpm/character-entities-html4@2.1.0/node_modules/character-entities-html4/index.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/constant/dangerous.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/doctype.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/element.js","node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js","node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/closing.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/util/siblings.js","node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/omission.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/opening.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/raw.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/text.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/root.js","node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.js","node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.js","node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.js","node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js","node_modules/.pnpm/rehype-dom-parse@5.0.2/node_modules/rehype-dom-parse/lib/index.js","node_modules/.pnpm/hast-util-from-dom@5.0.1/node_modules/hast-util-from-dom/lib/index.js","node_modules/.pnpm/rehype-remark@10.0.1/node_modules/rehype-remark/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/state.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/a.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/base.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/blockquote.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/br.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/code.js","node_modules/.pnpm/trim-trailing-lines@2.1.0/node_modules/trim-trailing-lines/index.js","node_modules/.pnpm/hast-util-to-text@4.0.2/node_modules/hast-util-to-text/lib/index.js","node_modules/.pnpm/hast-util-is-element@3.0.0/node_modules/hast-util-is-element/lib/index.js","node_modules/.pnpm/unist-util-find-after@5.0.0/node_modules/unist-util-find-after/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/comment.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/del.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/dl.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/list-items-spread.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/em.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/heading.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/drop-surrounding-breaks.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/hr.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/iframe.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/img.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/inline-code.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/input.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/find-selected-options.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/li.js","node_modules/.pnpm/hast-util-phrasing@3.0.1/node_modules/hast-util-phrasing/lib/index.js","node_modules/.pnpm/hast-util-embedded@3.0.0/node_modules/hast-util-embedded/lib/index.js","node_modules/.pnpm/hast-util-is-body-ok-link@3.0.1/node_modules/hast-util-is-body-ok-link/lib/index.js","node_modules/.pnpm/hast-util-has-property@3.0.0/node_modules/hast-util-has-property/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/list.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/media.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/wrap.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/p.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/q.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/root.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/select.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/strong.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table-cell.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table-row.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/text.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/textarea.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/wbr.js","node_modules/.pnpm/rehype-minify-whitespace@6.0.2/node_modules/rehype-minify-whitespace/lib/index.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/index.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/block.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/content.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/skippable.js","node_modules/.pnpm/remark-stringify@11.0.0/node_modules/remark-stringify/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.js","node_modules/.pnpm/@ckeditor_ckeditor5-media-embed@46.1.0/node_modules/@ckeditor/ckeditor5-media-embed/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-mention@46.1.0/node_modules/@ckeditor/ckeditor5-mention/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-page-break@46.1.0/node_modules/@ckeditor/ckeditor5-page-break/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-paste-from-office@46.1.0/node_modules/@ckeditor/ckeditor5-paste-from-office/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-remove-format@46.1.0/node_modules/@ckeditor/ckeditor5-remove-format/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-show-blocks@46.1.0/node_modules/@ckeditor/ckeditor5-show-blocks/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-source-editing@46.1.0/node_modules/@ckeditor/ckeditor5-source-editing/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-special-characters@46.1.0/node_modules/@ckeditor/ckeditor5-special-characters/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-style@46.1.0/node_modules/@ckeditor/ckeditor5-style/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-table@46.1.0/node_modules/@ckeditor/ckeditor5-table/dist/index.js"])))=>i.map(i=>d[i]);
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["components/input-rich-text/ckeditor-config.js","node_modules/.pnpm/@ckeditor_ckeditor5-utils@46.1.0/node_modules/@ckeditor/ckeditor5-utils/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isObject.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isString.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isFunction.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isElement.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/cloneDeepWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/getTag.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/tags.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isPrimitive.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isTypedArray.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/merge.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/mergeWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/cloneDeep.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/clone.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArguments.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/noop.js","node_modules/.pnpm/@ckeditor_ckeditor5-engine@46.1.0/node_modules/@ckeditor/ckeditor5-engine/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isEqual.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isEqualWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isPlainObject.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/eq.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/get.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/toKey.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toPath.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/set.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/updateWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/assignValue.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isIndex.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isKey.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isSymbol.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/assignIn.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/keysIn.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isBuffer.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isLength.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/times.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toInteger.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toFinite.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toNumber.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/clone.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArray.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/after.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/debounce.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/debounce.js","node_modules/.pnpm/@ckeditor_ckeditor5-upload@46.1.0/node_modules/@ckeditor/ckeditor5-upload/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-core@46.1.0/node_modules/@ckeditor/ckeditor5-core/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-watchdog@46.1.0/node_modules/@ckeditor/ckeditor5-watchdog/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/throttle.js","node_modules/.pnpm/@ckeditor_ckeditor5-alignment@46.1.0/node_modules/@ckeditor/ckeditor5-alignment/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-ui@46.1.0/node_modules/@ckeditor/ckeditor5-ui/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-icons@46.1.0/node_modules/@ckeditor/ckeditor5-icons/dist/index.js","node_modules/.pnpm/color-parse@2.0.2/node_modules/color-parse/index.js","node_modules/.pnpm/color-name@2.0.2/node_modules/color-name/index.js","node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/index.js","node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/conversions.js","node_modules/.pnpm/color-name@2.0.0/node_modules/color-name/index.js","node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/route.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/entrypoints/hex.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/color-picker.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/compare.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/convert.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/math.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/dom.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/hue.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/slider.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/saturation.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/color-picker.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/hue.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/saturation.js","node_modules/.pnpm/@ckeditor_ckeditor5-autoformat@46.1.0/node_modules/@ckeditor/ckeditor5-autoformat/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-typing@46.1.0/node_modules/@ckeditor/ckeditor5-typing/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/escapeRegExp.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/escapeRegExp.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toString.js","node_modules/.pnpm/@ckeditor_ckeditor5-autosave@46.1.0/node_modules/@ckeditor/ckeditor5-autosave/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-basic-styles@46.1.0/node_modules/@ckeditor/ckeditor5-basic-styles/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-block-quote@46.1.0/node_modules/@ckeditor/ckeditor5-block-quote/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-enter@46.1.0/node_modules/@ckeditor/ckeditor5-enter/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-widget@46.1.0/node_modules/@ckeditor/ckeditor5-widget/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-cloud-services@46.1.0/node_modules/@ckeditor/ckeditor5-cloud-services/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-code-block@46.1.0/node_modules/@ckeditor/ckeditor5-code-block/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-clipboard@46.1.0/node_modules/@ckeditor/ckeditor5-clipboard/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/mapValues.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/identity.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/mapValues.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/iteratee.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/property.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/matches.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isMatch.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/cloneDeep.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/has.js","node_modules/.pnpm/@ckeditor_ckeditor5-essentials@46.1.0/node_modules/@ckeditor/ckeditor5-essentials/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-select-all@46.1.0/node_modules/@ckeditor/ckeditor5-select-all/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-undo@46.1.0/node_modules/@ckeditor/ckeditor5-undo/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-find-and-replace@46.1.0/node_modules/@ckeditor/ckeditor5-find-and-replace/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-font@46.1.0/node_modules/@ckeditor/ckeditor5-font/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-heading@46.1.0/node_modules/@ckeditor/ckeditor5-heading/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-paragraph@46.1.0/node_modules/@ckeditor/ckeditor5-paragraph/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-highlight@46.1.0/node_modules/@ckeditor/ckeditor5-highlight/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-horizontal-line@46.1.0/node_modules/@ckeditor/ckeditor5-horizontal-line/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-html-embed@46.1.0/node_modules/@ckeditor/ckeditor5-html-embed/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-html-support@46.1.0/node_modules/@ckeditor/ckeditor5-html-support/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/startCase.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/words.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/normalizeForCase.js","node_modules/.pnpm/@ckeditor_ckeditor5-image@46.1.0/node_modules/@ckeditor/ckeditor5-image/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/identity.js","node_modules/.pnpm/@ckeditor_ckeditor5-indent@46.1.0/node_modules/@ckeditor/ckeditor5-indent/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-language@46.1.0/node_modules/@ckeditor/ckeditor5-language/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-link@46.1.0/node_modules/@ckeditor/ckeditor5-link/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/upperFirst.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/upperFirst.js","node_modules/.pnpm/@ckeditor_ckeditor5-list@46.1.0/node_modules/@ckeditor/ckeditor5-list/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-markdown-gfm@46.1.0/node_modules/@ckeditor/ckeditor5-markdown-gfm/dist/index.js","node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","_virtual/index2.js","_virtual/_commonjsHelpers.js","node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js","node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js","node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js","node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.js","node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.js","node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js","node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js","node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.dom.js","node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js","node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js","node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js","node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js","node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js","node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js","node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js","node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js","node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js","node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js","node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js","node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.js","node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.js","node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.js","node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.js","node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.js","node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.js","node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js","node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.js","node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js","node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/lib/index.js","node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/index.js","node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/color.js","node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js","node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.js","node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.js","node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js","node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js","node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js","node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js","node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.js","node_modules/.pnpm/remark-breaks@4.0.0/node_modules/remark-breaks/lib/index.js","node_modules/.pnpm/mdast-util-newline-to-break@2.0.0/node_modules/mdast-util-newline-to-break/lib/index.js","node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/footer.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.js","node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/state.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/break.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/code.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/delete.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/heading.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/html.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/revert.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/root.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/strong.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table.js","node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/text.js","node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","node_modules/.pnpm/rehype-dom-stringify@4.0.2/node_modules/rehype-dom-stringify/lib/index.js","node_modules/.pnpm/hast-util-to-dom@4.0.1/node_modules/hast-util-to-dom/lib/index.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/merge.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/schema.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/aria.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/create.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/normalize.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/defined-info.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/info.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/types.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/html.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-insensitive-transform.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-sensitive-transform.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/svg.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xlink.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xmlns.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xml.js","node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/find.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/index.js","node_modules/.pnpm/html-void-elements@3.0.0/node_modules/html-void-elements/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/index.js","node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/comment.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/index.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/core.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/format-smart.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-hexadecimal.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-decimal.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-named.js","node_modules/.pnpm/character-entities-legacy@3.0.0/node_modules/character-entities-legacy/index.js","node_modules/.pnpm/character-entities-html4@2.1.0/node_modules/character-entities-html4/index.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/constant/dangerous.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/doctype.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/element.js","node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js","node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/closing.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/util/siblings.js","node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/omission.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/opening.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/raw.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/text.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/root.js","node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.js","node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.js","node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.js","node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js","node_modules/.pnpm/rehype-dom-parse@5.0.2/node_modules/rehype-dom-parse/lib/index.js","node_modules/.pnpm/hast-util-from-dom@5.0.1/node_modules/hast-util-from-dom/lib/index.js","node_modules/.pnpm/rehype-remark@10.0.1/node_modules/rehype-remark/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/state.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/a.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/base.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/blockquote.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/br.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/code.js","node_modules/.pnpm/trim-trailing-lines@2.1.0/node_modules/trim-trailing-lines/index.js","node_modules/.pnpm/hast-util-to-text@4.0.2/node_modules/hast-util-to-text/lib/index.js","node_modules/.pnpm/hast-util-is-element@3.0.0/node_modules/hast-util-is-element/lib/index.js","node_modules/.pnpm/unist-util-find-after@5.0.0/node_modules/unist-util-find-after/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/comment.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/del.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/dl.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/list-items-spread.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/em.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/heading.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/drop-surrounding-breaks.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/hr.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/iframe.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/img.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/inline-code.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/input.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/find-selected-options.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/li.js","node_modules/.pnpm/hast-util-phrasing@3.0.1/node_modules/hast-util-phrasing/lib/index.js","node_modules/.pnpm/hast-util-embedded@3.0.0/node_modules/hast-util-embedded/lib/index.js","node_modules/.pnpm/hast-util-is-body-ok-link@3.0.1/node_modules/hast-util-is-body-ok-link/lib/index.js","node_modules/.pnpm/hast-util-has-property@3.0.0/node_modules/hast-util-has-property/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/list.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/media.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/wrap.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/p.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/q.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/root.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/select.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/strong.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table-cell.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table-row.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/text.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/textarea.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/wbr.js","node_modules/.pnpm/rehype-minify-whitespace@6.0.2/node_modules/rehype-minify-whitespace/lib/index.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/index.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/block.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/content.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/skippable.js","node_modules/.pnpm/remark-stringify@11.0.0/node_modules/remark-stringify/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.js","node_modules/.pnpm/@ckeditor_ckeditor5-media-embed@46.1.0/node_modules/@ckeditor/ckeditor5-media-embed/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-mention@46.1.0/node_modules/@ckeditor/ckeditor5-mention/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-page-break@46.1.0/node_modules/@ckeditor/ckeditor5-page-break/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-paste-from-office@46.1.0/node_modules/@ckeditor/ckeditor5-paste-from-office/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-remove-format@46.1.0/node_modules/@ckeditor/ckeditor5-remove-format/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-show-blocks@46.1.0/node_modules/@ckeditor/ckeditor5-show-blocks/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-source-editing@46.1.0/node_modules/@ckeditor/ckeditor5-source-editing/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-special-characters@46.1.0/node_modules/@ckeditor/ckeditor5-special-characters/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-style@46.1.0/node_modules/@ckeditor/ckeditor5-style/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-table@46.1.0/node_modules/@ckeditor/ckeditor5-table/dist/index.js"])))=>i.map(i=>d[i]);
2
2
  import{__vitePreload as d}from"../../_virtual/preload-helper.js";import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{createRef as c,ref as h}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/ref.js";import{customElement as p}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import"../input/slds/input-label/input-label.slds.js";/* empty css *//* empty css */import"../../node_modules/.pnpm/@ckeditor_ckeditor5-utils@46.1.0/node_modules/@ckeditor/ckeditor5-utils/dist/index.js";import"../../node_modules/.pnpm/@ckeditor_ckeditor5-engine@46.1.0/node_modules/@ckeditor/ckeditor5-engine/dist/index.js";import"../../node_modules/.pnpm/@ckeditor_ckeditor5-widget@46.1.0/node_modules/@ckeditor/ckeditor5-widget/dist/index.js";import{ClassicEditor as m}from"../../node_modules/.pnpm/@ckeditor_ckeditor5-editor-classic@46.1.0/node_modules/@ckeditor/ckeditor5-editor-classic/dist/index.js";import"../../node_modules/.pnpm/@ckeditor_ckeditor5-list@46.1.0/node_modules/@ckeditor/ckeditor5-list/dist/index.js";import"../../node_modules/.pnpm/@ckeditor_ckeditor5-mention@46.1.0/node_modules/@ckeditor/ckeditor5-mention/dist/index.js";import{NjcInputRichText as u}from"./input-rich-text.js";import{debounce as f}from"../../utils/reactivity-utils.js";var v=Object.getOwnPropertyDescriptor,_=(t,e,i,r)=>{for(var o=r>1?void 0:r?v(e,i):e,a=t.length-1,s;a>=0;a--)(s=t[a])&&(o=s(o)||o);return o};let n=class extends u{constructor(){super(...arguments),this._ckEditor=void 0,this._editorRef=c(),this._externalDataChange=!1}createRenderRoot(){return this}async firstUpdated(){let{editorConfig:t}=await d(async()=>{const{editorConfig:r}=await import("./ckeditor-config.js");return{editorConfig:r}},__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415]));const e=this._editorRef.value;if(e===void 0){console.error("CKEditor host element is undefined");return}const i=await m.create(e,{...t,licenseKey:"GPL",placeholder:this.placeholder??void 0});i.setData(this.value??""),this._registerCKEditorEvents(i),this._ckEditor=i}_registerCKEditorEvents(t){let e=i=>{this._externalDataChange||this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:{value:i}})),this._externalDataChange=!1};this.debounce>0&&(e=f(e,this.debounce)),t.model.document.on("change:data",()=>e(t.getData()))}updated(t){if(super.updated(t),this._ckEditor!==void 0&&(t.get("value")!==this.value&&this._ckEditor.getData()!==this.value&&(this._externalDataChange=!0,this._ckEditor.setData(this.value??"")),t.get("placeholder")!==this.placeholder)){const e=this._ckEditor.editing.view.document.getRoot("main");e.placeholder=this.placeholder??void 0}}render(){return l`
3
3
  <nsc-input-label>${this.label}</nsc-input-label>
4
4
  <div ${h(this._editorRef)}></div>
@@ -1,6 +1,14 @@
1
- import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as n}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as u}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as c}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import{ifDefined as f}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{createRef as g,ref as b}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/ref.js";import{generateRandomId as v,getElementId as y}from"../../utils/string-utils.js";import{handleDataTestid as $}from"../../utils/datatestid-utils.js";import{KEY_CONSTANTS as d}from"../../consts/key-constants.js";import{NgcInputBase as x}from"../input/base/input-base.gator.js";import{NgcInputText as T}from"../input/gator/input-text/input-text.gator.js";import"../radio/radio.gator.js";import E from"../../packages/web-components/src/tokens/primitive-new.tokens.scss.js";import I from"../../packages/web-components/src/tokens/semantic-new.tokens.scss.js";import R from"../../packages/web-components/src/components/radio-group/radio-group.gator.scss.js";import{unsafeCSS as m}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var S=Object.defineProperty,_=Object.getOwnPropertyDescriptor,O=Object.getPrototypeOf,w=Reflect.get,p=(e,t,s,o)=>{for(var i=o>1?void 0:o?_(t,s):t,l=e.length-1,r;l>=0;l--)(r=e[l])&&(i=(o?r(t,s,i):r(i))||i);return o&&i&&S(t,s,i),i},A=(e,t,s)=>w(O(e),s,t);let a=class extends T{constructor(){super(...arguments),this.options=[],this._randomId=v(),this.groupRef=g()}render(){return n`
1
+ import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as n}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as u}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as c}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import{ifDefined as f}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{createRef as g,ref as b}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/ref.js";import{generateRandomId as v,getElementId as y}from"../../utils/string-utils.js";import{handleDataTestid as $}from"../../utils/datatestid-utils.js";import{KEY_CONSTANTS as d}from"../../consts/key-constants.js";import{NgcInputBase as x}from"../input/base/input-base.gator.js";import{NgcInputText as R}from"../input/gator/input-text/input-text.gator.js";import"../radio/radio.gator.js";import T from"../../packages/web-components/src/tokens/primitive-new.tokens.scss.js";import E from"../../packages/web-components/src/tokens/semantic-new.tokens.scss.js";import I from"../../packages/web-components/src/components/radio-group/radio-group.gator.scss.js";import{unsafeCSS as m}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var S=Object.defineProperty,_=Object.getOwnPropertyDescriptor,O=Object.getPrototypeOf,w=Reflect.get,p=(e,t,s,o)=>{for(var r=o>1?void 0:o?_(t,s):t,l=e.length-1,i;l>=0;l--)(i=e[l])&&(r=(o?i(t,s,r):i(r))||r);return o&&r&&S(t,s,r),r},A=(e,t,s)=>w(O(e),s,t);let a=class extends R{constructor(){super(...arguments),this.options=[],this._randomId=v(),this.groupRef=g()}render(){return n`
2
2
  <div class="gator-radio-group-container" ${b(this.groupRef)} role="group">
3
- ${this.label?n`<ngc-input-label id="${this.elementId}-label" data-testid=${f(this.labelDataTestid)} ?skeleton=${this.skeleton}>${this.label}</ngc-input-label>`:null}
3
+ ${this.label?n`
4
+ <ngc-input-label
5
+ id="${this.elementId}-label"
6
+ ?required="${this.required&&!this.hideRequired}"
7
+ ?optional="${this.optional}"
8
+ data-testid=${f(this.labelDataTestid)}
9
+ ?skeleton=${this.skeleton}>
10
+ ${this.label}
11
+ </ngc-input-label>`:null}
4
12
  <div id="${this.elementId}-group"
5
13
  role="radiogroup"
6
14
  class="gator-radio-group"
@@ -23,4 +31,4 @@ import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/re
23
31
  error-text=${this.errorText}
24
32
  ></ngc-radio>
25
33
  `)}
26
- `}get radioElements(){if(this.options.length>0)return this.shadowRoot?.querySelectorAll("ngc-radio");const e=this.shadowRoot?.querySelector("slot")?.assignedElements();return e&&e.length===1&&e[0]instanceof HTMLSlotElement?e[0].assignedElements():e}get describedBy(){const e=[];return this.errorText&&e.push(`${this.elementId}-error`),this.helpText&&e.push(`${this.elementId}-help`),e.join(" ")}handleRadioSelectionChange(e){const t=e;t.stopImmediatePropagation(),this.value=t.detail.value??t.detail,this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:this.value}))}handleRadioKeydown(e){const t=this.radioElements;if(t){const s=Array.from(t).findIndex(r=>r.selected),o=e.key===d.RIGHT||e.key===d.DOWN,i=e.key===d.LEFT||e.key===d.UP,l=e.key===d.SPACE;if(o||i||l){e.preventDefault();let r=s===-1?0:s;o?r=(r+1)%t.length:i?r=(r-1+t.length)%t.length:l&&s===-1&&(r=0);const h=t[r];h&&(h.focus(),h.click())}}}updated(){this.radioElements?.forEach((e,t)=>{e.selected=this.value===e.value,e.disabled=this.disabled,e.errorText=this.errorText,e.grouped=!0,e.radioTabindex=this.getItemTabindex(t),e.skeleton=this.skeleton,$(e,this.dataTestid,`radio-${t}`)}),requestAnimationFrame(()=>{const e=this.shadowRoot?.querySelector("ngc-input-label"),t=this.shadowRoot?.querySelectorAll("ngc-help-text");e&&this.groupRef.value&&(this.groupRef.value.ariaLabelledByElements=[e]),t&&this.groupRef.value&&(this.groupRef.value.ariaDescribedByElements=Array.from(t))})}getItemTabindex(e){return e===0&&!this.value?0:-1}};a.styles=[...A(a,a,"styles").filter(x.primitiveAndSemanticStyleFilter),m(E),m(I),m(R)];p([c({type:Array})],a.prototype,"options",2);a=p([u("ngc-radio-group")],a);export{a as NgcRadioGroup};
34
+ `}get radioElements(){if(this.options.length>0)return this.shadowRoot?.querySelectorAll("ngc-radio");const e=this.shadowRoot?.querySelector("slot")?.assignedElements();return e&&e.length===1&&e[0]instanceof HTMLSlotElement?e[0].assignedElements():e}get describedBy(){const e=[];return this.errorText&&e.push(`${this.elementId}-error`),this.helpText&&e.push(`${this.elementId}-help`),e.join(" ")}handleRadioSelectionChange(e){const t=e;t.stopImmediatePropagation(),this.value=t.detail.value??t.detail,this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:this.value}))}handleRadioKeydown(e){const t=this.radioElements;if(t){const s=Array.from(t).findIndex(i=>i.selected),o=e.key===d.RIGHT||e.key===d.DOWN,r=e.key===d.LEFT||e.key===d.UP,l=e.key===d.SPACE;if(o||r||l){e.preventDefault();let i=s===-1?0:s;o?i=(i+1)%t.length:r?i=(i-1+t.length)%t.length:l&&s===-1&&(i=0);const h=t[i];h&&(h.focus(),h.click())}}}updated(){this.radioElements?.forEach((e,t)=>{e.selected=this.value===e.value,e.disabled=this.disabled,e.errorText=this.errorText,e.grouped=!0,e.radioTabindex=this.getItemTabindex(t),e.skeleton=this.skeleton,$(e,this.dataTestid,`radio-${t}`)}),requestAnimationFrame(()=>{const e=this.shadowRoot?.querySelector("ngc-input-label"),t=this.shadowRoot?.querySelectorAll("ngc-help-text");e&&this.groupRef.value&&(this.groupRef.value.ariaLabelledByElements=[e]),t&&this.groupRef.value&&(this.groupRef.value.ariaDescribedByElements=Array.from(t))})}getItemTabindex(e){return e===0&&!this.value?0:-1}};a.styles=[...A(a,a,"styles").filter(x.primitiveAndSemanticStyleFilter),m(T),m(E),m(I)];p([c({type:Array})],a.prototype,"options",2);a=p([u("ngc-radio-group")],a);export{a as NgcRadioGroup};
@@ -1,7 +1,10 @@
1
- import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as o}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as d}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as c}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import u from"../../packages/web-components/src/components/selection-box-group/selection-box-group.gator.scss.js";import"../selection-box/selection-box.gator.js";import"../radio-group/radio-group.gator.js";import"../checkbox-group/checkbox-group.gator.js";import{ifDefined as p}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{NgcInputText as g}from"../input/gator/input-text/input-text.gator.js";import{unsafeCSS as m}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var x=Object.defineProperty,b=Object.getOwnPropertyDescriptor,$=Object.getPrototypeOf,v=Reflect.get,h=(e,t,s,l)=>{for(var i=l>1?void 0:l?b(t,s):t,a=e.length-1,n;a>=0;a--)(n=e[a])&&(i=(l?n(t,s,i):n(i))||i);return l&&i&&x(t,s,i),i},f=(e,t,s)=>v($(e),s,t);let r=class extends g{constructor(){super(...arguments),this.options=[],this.type="single-select"}render(){return o`${this.isSingleSelect?this.radioGroupMarkup:this.checkboxGroupMarkup}`}get radioGroupMarkup(){return o`
1
+ import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as o}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as u}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as d}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import c from"../../packages/web-components/src/components/selection-box-group/selection-box-group.gator.scss.js";import"../selection-box/selection-box.gator.js";import"../radio-group/radio-group.gator.js";import"../checkbox-group/checkbox-group.gator.js";import{ifDefined as p}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{NgcInputText as g}from"../input/gator/input-text/input-text.gator.js";import{unsafeCSS as m}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var x=Object.defineProperty,b=Object.getOwnPropertyDescriptor,$=Object.getPrototypeOf,v=Reflect.get,h=(e,t,i,l)=>{for(var r=l>1?void 0:l?b(t,i):t,a=e.length-1,n;a>=0;a--)(n=e[a])&&(r=(l?n(t,i,r):n(r))||r);return l&&r&&x(t,i,r),r},f=(e,t,i)=>v($(e),i,t);let s=class extends g{constructor(){super(...arguments),this.options=[],this.type="single-select"}render(){return o`${this.isSingleSelect?this.radioGroupMarkup:this.checkboxGroupMarkup}`}get radioGroupMarkup(){return o`
2
2
  <ngc-radio-group
3
3
  id=${this.id}
4
4
  value=${p(this.value)}
5
+ ?required=${this.required}
6
+ ?hide-required=${this.hideRequired}
7
+ ?optional=${this.optional}
5
8
  .disabled=${this.disabled}
6
9
  .label=${this.label}
7
10
  help-text=${this.helpText}
@@ -14,6 +17,9 @@ import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/re
14
17
  <ngc-checkbox-group
15
18
  id=${this.id}
16
19
  value=${p(this.value)}
20
+ ?required=${this.required}
21
+ ?hide-required=${this.hideRequired}
22
+ ?optional=${this.optional}
17
23
  .disabled=${this.disabled}
18
24
  .label=${this.label}
19
25
  help-text=${this.helpText}
@@ -32,4 +38,4 @@ import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/re
32
38
  box-tabindex=${this.getItemTabindex(t)}
33
39
  error-text=${this.errorText}
34
40
  type=${this.selectionBoxType}>
35
- </ngc-selection-box>`)}get optionElements(){return this.options.length>0?this.shadowRoot?.querySelectorAll("ngc-selection-box"):this.shadowRoot?.querySelector("slot")?.assignedElements()}isItemSelected(e){return this.value?this.isSingleSelect?this.value===e:this.value?.split(";").includes(e):!1}handleChange(e){const t=e;t.stopImmediatePropagation(),this.value=t.detail,this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:this.value}))}updated(){this.optionElements?.forEach((e,t)=>{const s=e;s.boxTabindex=this.getItemTabindex(t),s.type=this.selectionBoxType,s.disabled=this.disabled,s.selected=this.isItemSelected(s.getAttribute("value")??""),s.hasError=!!this.errorText})}getItemTabindex(e){return this.isSingleSelect?e===0&&!this.value?0:-1:0}};r.styles=[...f(r,r,"styles"),m(u)];h([c({type:Array})],r.prototype,"options",2);h([c({type:String})],r.prototype,"type",2);r=h([d("ngc-selection-box-group")],r);export{r as NgcSelectionBoxGroup};
41
+ </ngc-selection-box>`)}get optionElements(){return this.options.length>0?this.shadowRoot?.querySelectorAll("ngc-selection-box"):this.shadowRoot?.querySelector("slot")?.assignedElements()}isItemSelected(e){return this.value?this.isSingleSelect?this.value===e:this.value?.split(";").includes(e):!1}handleChange(e){const t=e;t.stopImmediatePropagation(),this.value=t.detail,this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:this.value}))}updated(){this.optionElements?.forEach((e,t)=>{const i=e;i.boxTabindex=this.getItemTabindex(t),i.type=this.selectionBoxType,i.disabled=this.disabled,i.selected=this.isItemSelected(i.getAttribute("value")??""),i.hasError=!!this.errorText})}getItemTabindex(e){return this.isSingleSelect?e===0&&!this.value?0:-1:0}};s.styles=[...f(s,s,"styles"),m(c)];h([d({type:Array})],s.prototype,"options",2);h([d({type:String})],s.prototype,"type",2);s=h([u("ngc-selection-box-group")],s);export{s as NgcSelectionBoxGroup};
@@ -1 +1 @@
1
- import{__module as r}from"../../../../../_virtual/index2.js";import{__require as t}from"./cjs/react.production.js";var e;function u(){return e?r.exports:(e=1,r.exports=t(),r.exports)}export{u as __require};
1
+ import{__module as r}from"../../../../../_virtual/index3.js";import{__require as t}from"./cjs/react.production.js";var e;function u(){return e?r.exports:(e=1,r.exports=t(),r.exports)}export{u as __require};
@@ -1 +1 @@
1
- import{bail as P}from"../../../../bail@2.0.2/node_modules/bail/index.js";import y from"../../../../../../_virtual/index3.js";import z from"../../../../is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js";import{CallableInstance as C}from"./callable-instance.js";import{trough as A}from"../../../../trough@2.2.0/node_modules/trough/lib/index.js";import{VFile as S}from"../../../../vfile@6.0.3/node_modules/vfile/lib/index.js";const F={}.hasOwnProperty;class x extends C{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=A()}copy(){const e=new x;let n=-1;for(;++n<this.attachers.length;){const t=this.attachers[n];e.use(...t)}return e.data(y(!0,{},this.namespace)),e}data(e,n){return typeof e=="string"?arguments.length===2?(b("data",this.frozen),this.namespace[e]=n,this):F.call(this.namespace,e)&&this.namespace[e]||void 0:e?(b("data",this.frozen),this.namespace=e,this):this.namespace}freeze(){if(this.frozen)return this;const e=this;for(;++this.freezeIndex<this.attachers.length;){const[n,...t]=this.attachers[this.freezeIndex];if(t[0]===!1)continue;t[0]===!0&&(t[0]=void 0);const i=n.call(e,...t);typeof i=="function"&&this.transformers.use(i)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(e){this.freeze();const n=m(e),t=this.parser||this.Parser;return w("parse",t),t(String(n),n)}process(e,n){const t=this;return this.freeze(),w("process",this.parser||this.Parser),g("process",this.compiler||this.Compiler),n?i(void 0,n):new Promise(i);function i(a,h){const p=m(e),l=t.parse(p);t.run(l,p,function(o,c,f){if(o||!c||!f)return s(o);const u=c,d=t.stringify(u,f);D(d)?f.value=d:f.result=d,s(o,f)});function s(o,c){o||!c?h(o):a?a(c):n(void 0,c)}}}processSync(e){let n=!1,t;return this.freeze(),w("processSync",this.parser||this.Parser),g("processSync",this.compiler||this.Compiler),this.process(e,i),T("processSync","process",n),t;function i(a,h){n=!0,P(a),t=h}}run(e,n,t){I(e),this.freeze();const i=this.transformers;return!t&&typeof n=="function"&&(t=n,n=void 0),t?a(void 0,t):new Promise(a);function a(h,p){const l=m(n);i.run(e,l,s);function s(o,c,f){const u=c||e;o?p(o):h?h(u):t(void 0,u,f)}}}runSync(e,n){let t=!1,i;return this.run(e,n,a),T("runSync","run",t),i;function a(h,p){P(h),i=p,t=!0}}stringify(e,n){this.freeze();const t=m(n),i=this.compiler||this.Compiler;return g("stringify",i),I(e),i(e,t)}use(e,...n){const t=this.attachers,i=this.namespace;if(b("use",this.frozen),e!=null)if(typeof e=="function")l(e,n);else if(typeof e=="object")Array.isArray(e)?p(e):h(e);else throw new TypeError("Expected usable value, not `"+e+"`");return this;function a(s){if(typeof s=="function")l(s,[]);else if(typeof s=="object")if(Array.isArray(s)){const[o,...c]=s;l(o,c)}else h(s);else throw new TypeError("Expected usable value, not `"+s+"`")}function h(s){if(!("plugins"in s)&&!("settings"in s))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");p(s.plugins),s.settings&&(i.settings=y(!0,i.settings,s.settings))}function p(s){let o=-1;if(s!=null)if(Array.isArray(s))for(;++o<s.length;){const c=s[o];a(c)}else throw new TypeError("Expected a list of plugins, not `"+s+"`")}function l(s,o){let c=-1,f=-1;for(;++c<t.length;)if(t[c][0]===s){f=c;break}if(f===-1)t.push([s,...o]);else if(o.length>0){let[u,...d]=o;const E=t[f][1];z(E)&&z(u)&&(u=y(!0,E,u)),t[f]=[s,u,...d]}}}}const R=new x().freeze();function w(r,e){if(typeof e!="function")throw new TypeError("Cannot `"+r+"` without `parser`")}function g(r,e){if(typeof e!="function")throw new TypeError("Cannot `"+r+"` without `compiler`")}function b(r,e){if(e)throw new Error("Cannot call `"+r+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function I(r){if(!z(r)||typeof r.type!="string")throw new TypeError("Expected node, got `"+r+"`")}function T(r,e,n){if(!n)throw new Error("`"+r+"` finished async. Use `"+e+"` instead")}function m(r){return j(r)?r:new S(r)}function j(r){return!!(r&&typeof r=="object"&&"message"in r&&"messages"in r)}function D(r){return typeof r=="string"||L(r)}function L(r){return!!(r&&typeof r=="object"&&"byteLength"in r&&"byteOffset"in r)}export{x as Processor,R as unified};
1
+ import{bail as P}from"../../../../bail@2.0.2/node_modules/bail/index.js";import y from"../../../../../../_virtual/index2.js";import z from"../../../../is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js";import{CallableInstance as C}from"./callable-instance.js";import{trough as A}from"../../../../trough@2.2.0/node_modules/trough/lib/index.js";import{VFile as S}from"../../../../vfile@6.0.3/node_modules/vfile/lib/index.js";const F={}.hasOwnProperty;class x extends C{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=A()}copy(){const e=new x;let n=-1;for(;++n<this.attachers.length;){const t=this.attachers[n];e.use(...t)}return e.data(y(!0,{},this.namespace)),e}data(e,n){return typeof e=="string"?arguments.length===2?(b("data",this.frozen),this.namespace[e]=n,this):F.call(this.namespace,e)&&this.namespace[e]||void 0:e?(b("data",this.frozen),this.namespace=e,this):this.namespace}freeze(){if(this.frozen)return this;const e=this;for(;++this.freezeIndex<this.attachers.length;){const[n,...t]=this.attachers[this.freezeIndex];if(t[0]===!1)continue;t[0]===!0&&(t[0]=void 0);const i=n.call(e,...t);typeof i=="function"&&this.transformers.use(i)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(e){this.freeze();const n=m(e),t=this.parser||this.Parser;return w("parse",t),t(String(n),n)}process(e,n){const t=this;return this.freeze(),w("process",this.parser||this.Parser),g("process",this.compiler||this.Compiler),n?i(void 0,n):new Promise(i);function i(a,h){const p=m(e),l=t.parse(p);t.run(l,p,function(o,c,f){if(o||!c||!f)return s(o);const u=c,d=t.stringify(u,f);D(d)?f.value=d:f.result=d,s(o,f)});function s(o,c){o||!c?h(o):a?a(c):n(void 0,c)}}}processSync(e){let n=!1,t;return this.freeze(),w("processSync",this.parser||this.Parser),g("processSync",this.compiler||this.Compiler),this.process(e,i),T("processSync","process",n),t;function i(a,h){n=!0,P(a),t=h}}run(e,n,t){I(e),this.freeze();const i=this.transformers;return!t&&typeof n=="function"&&(t=n,n=void 0),t?a(void 0,t):new Promise(a);function a(h,p){const l=m(n);i.run(e,l,s);function s(o,c,f){const u=c||e;o?p(o):h?h(u):t(void 0,u,f)}}}runSync(e,n){let t=!1,i;return this.run(e,n,a),T("runSync","run",t),i;function a(h,p){P(h),i=p,t=!0}}stringify(e,n){this.freeze();const t=m(n),i=this.compiler||this.Compiler;return g("stringify",i),I(e),i(e,t)}use(e,...n){const t=this.attachers,i=this.namespace;if(b("use",this.frozen),e!=null)if(typeof e=="function")l(e,n);else if(typeof e=="object")Array.isArray(e)?p(e):h(e);else throw new TypeError("Expected usable value, not `"+e+"`");return this;function a(s){if(typeof s=="function")l(s,[]);else if(typeof s=="object")if(Array.isArray(s)){const[o,...c]=s;l(o,c)}else h(s);else throw new TypeError("Expected usable value, not `"+s+"`")}function h(s){if(!("plugins"in s)&&!("settings"in s))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");p(s.plugins),s.settings&&(i.settings=y(!0,i.settings,s.settings))}function p(s){let o=-1;if(s!=null)if(Array.isArray(s))for(;++o<s.length;){const c=s[o];a(c)}else throw new TypeError("Expected a list of plugins, not `"+s+"`")}function l(s,o){let c=-1,f=-1;for(;++c<t.length;)if(t[c][0]===s){f=c;break}if(f===-1)t.push([s,...o]);else if(o.length>0){let[u,...d]=o;const E=t[f][1];z(E)&&z(u)&&(u=y(!0,E,u)),t[f]=[s,u,...d]}}}}const R=new x().freeze();function w(r,e){if(typeof e!="function")throw new TypeError("Cannot `"+r+"` without `parser`")}function g(r,e){if(typeof e!="function")throw new TypeError("Cannot `"+r+"` without `compiler`")}function b(r,e){if(e)throw new Error("Cannot call `"+r+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function I(r){if(!z(r)||typeof r.type!="string")throw new TypeError("Expected node, got `"+r+"`")}function T(r,e,n){if(!n)throw new Error("`"+r+"` finished async. Use `"+e+"` instead")}function m(r){return j(r)?r:new S(r)}function j(r){return!!(r&&typeof r=="object"&&"message"in r&&"messages"in r)}function D(r){return typeof r=="string"||L(r)}function L(r){return!!(r&&typeof r=="object"&&"byteLength"in r&&"byteOffset"in r)}export{x as Processor,R as unified};
@@ -1 +1 @@
1
- const e='.gator-label{font-family:var(--ngc-input-label-font-family, var(--text-family-body, "Open Sans")),sans-serif;font-weight:var(--ngc-input-label-font-weight, 400);color:var(--ngc-input-label-color, var(--color-text-primary-base, #1F1F1F));font-size:var(--ngc-input-label-font-size, var(--text-size-body-1, 1.0625rem));line-height:var(--ngc-input-label-line-height, var(--text-line-height-body-1, 1.5rem))}.gator-label_required{font-size:var(--text-size-subtitle-1, 1.0625rem);margin-right:var(--spacing-padding-margin-8, .5rem);color:var(--color-text-error, #AA330E);font-weight:700}.gator-label_disabled{color:var(--text-color-disabled, #808080)}.gator-label_hidden{display:none}';export{e as default};
1
+ const a='.gator-label{display:inline-flex;align-items:center;gap:var(--spacing-padding-margin-8, .5rem);font-family:var(--ngc-input-label-font-family, var(--text-family-body, "Open Sans")),sans-serif;font-weight:var(--ngc-input-label-font-weight, 400);color:var(--ngc-input-label-color, var(--color-text-primary-base, #1F1F1F));font-size:var(--ngc-input-label-font-size, var(--text-size-body-1, 1.0625rem));line-height:var(--ngc-input-label-line-height, var(--text-line-height-body-1, 1.5rem))}.gator-label_required,.gator-label_optional{color:var(--primary-01-placeholder, var(--color-grey-50, #6D6D6D))}.gator-label_disabled{color:var(--text-color-disabled, #808080)}.gator-label_hidden{display:none}';export{a as default};
@@ -11,10 +11,20 @@ export declare class InputBase extends TestableLitElement {
11
11
  */
12
12
  id: string;
13
13
  /**
14
- @property required - Whether the input is required
14
+ @property required - Whether the input is required. By default, displays the required indicator in the label if a label is provided. If you do not want the required indicator to display, use the hideRequired property.
15
15
  @type boolean
16
16
  */
17
17
  required: boolean;
18
+ /**
19
+ @property hideRequired - Whether to hide the required indicator in the label. This would be used if the optional property is being used to distinguish between required and optional fields instead of the required text.
20
+ @type boolean
21
+ */
22
+ hideRequired: boolean;
23
+ /**
24
+ @property optional - Whether the input should be marked as optional
25
+ @type boolean
26
+ */
27
+ optional: boolean;
18
28
  /**
19
29
  @property disabled - Whether the input is disabled
20
30
  @type boolean
@@ -10,9 +10,13 @@ export declare class NgcInputLabel extends NgcComponent {
10
10
  };
11
11
  static styles: import('lit').CSSResult[];
12
12
  /**
13
- * @property {boolean} required - Whether the label is required.
13
+ * @property {boolean} required - Whether the label is marked as required.
14
14
  */
15
15
  required: boolean;
16
+ /**
17
+ * @property {boolean} optional - Whether the label is marked as optional.
18
+ */
19
+ optional: boolean;
16
20
  /**
17
21
  * @property {boolean} disabled - Whether the label is disabled.
18
22
  */
@@ -0,0 +1,5 @@
1
+ import { LitElement } from 'lit';
2
+ export declare class GradientBackground extends LitElement {
3
+ static styles: import('lit').CSSResult[];
4
+ render(): import('lit').TemplateResult<1>;
5
+ }
@@ -67,6 +67,34 @@ export declare const INPUT_BASE_ARGS: {
67
67
  summary: string;
68
68
  };
69
69
  };
70
+ control: {
71
+ type: string;
72
+ };
73
+ };
74
+ hideRequired: {
75
+ name: string;
76
+ description: string;
77
+ control: {
78
+ type: string;
79
+ };
80
+ table: {
81
+ category: string;
82
+ defaultValue: {
83
+ summary: string;
84
+ };
85
+ };
86
+ };
87
+ optional: {
88
+ description: string;
89
+ control: {
90
+ type: string;
91
+ };
92
+ table: {
93
+ category: string;
94
+ defaultValue: {
95
+ summary: string;
96
+ };
97
+ };
70
98
  };
71
99
  disabled: {
72
100
  description: string;
@@ -0,0 +1,33 @@
1
+ import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as s}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import{LitElement as m}from"../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as l}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{css as c}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var p=Object.getOwnPropertyDescriptor,g=(a,i,d,o)=>{for(var r=o>1?void 0:o?p(i,d):i,e=a.length-1,n;e>=0;e--)(n=a[e])&&(r=n(r)||r);return r};let t=class extends m{render(){return s`
2
+ <div class="top-area"></div>
3
+ <div class="body-area"></div>
4
+
5
+ <div class="content-area">
6
+ <slot></slot>
7
+ </div>
8
+ `}};t.styles=[c`
9
+ .top-area {
10
+ z-index: 1;
11
+ height: 300px;
12
+ background: linear-gradient(90deg, #11395B 0.68%, rgba(17, 57, 91, 0.50) 51.8%, #11395B 100%);
13
+ }
14
+
15
+ .body-area {
16
+ height: 100px;
17
+ z-index: 2;
18
+ margin-top: -100px;
19
+ border-radius: 5rem 5rem 0 0;
20
+ background: #FFF;
21
+ }
22
+
23
+ .content-area {
24
+ border-radius: 1rem;
25
+ background: #FFF;
26
+ margin: -200px auto 100px auto;
27
+ width: 35rem;
28
+ min-width: 18.75rem;
29
+ max-width: 37.4375rem;
30
+ flex-direction: column;
31
+ align-items: flex-start;
32
+ }
33
+ `];t=g([l("gradient-background")],t);export{t as GradientBackground};
@@ -1,9 +1,10 @@
1
- import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as m}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import{LitElement as n}from"../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as d}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as f}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import{css as c}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var u=Object.defineProperty,v=Object.getOwnPropertyDescriptor,p=(i,t,s,r)=>{for(var e=r>1?void 0:r?v(t,s):t,a=i.length-1,l;a>=0;a--)(l=i[a])&&(e=(r?l(t,s,e):l(e))||e);return r&&e&&u(t,s,e),e};let o=class extends n{constructor(){super(...arguments),this.slotName=""}render(){return m`
1
+ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as i}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import{LitElement as d}from"../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as n}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as c}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import{css as f}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var v=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p=(m,t,s,r)=>{for(var e=r>1?void 0:r?u(t,s):t,l=m.length-1,a;l>=0;l--)(a=m[l])&&(e=(r?a(t,s,e):a(e))||e);return r&&e&&v(t,s,e),e};let o=class extends d{constructor(){super(...arguments),this.slotName=""}render(){return i`
2
2
  <div class="slot-placeholder">
3
3
  ${this.namedSlotMarkup}
4
4
  </div>
5
- `}get namedSlotMarkup(){return this.slotName?m`<div>Slot Name: ${this.slotName}</div>`:m`<div>Default slot</div>`}};o.styles=[c`
5
+ `}get namedSlotMarkup(){return this.slotName?i`<div>Slot Name: ${this.slotName}</div>`:i`<div>Default slot</div>`}};o.styles=[f`
6
6
  .slot-placeholder {
7
+ display: var(--slot-placeholder-display, block);
7
8
  background: #D8C3F3;
8
9
  border: 1px dashed #9747FF;
9
10
  border-radius: 0.5rem;
@@ -13,4 +14,4 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit
13
14
  color: #6F1FC3;
14
15
  text-align: center;
15
16
  }
16
- `];p([f({attribute:"slot-name"})],o.prototype,"slotName",2);o=p([d("slot-placeholder")],o);export{o as SlotPlaceholder};
17
+ `];p([c({attribute:"slot-name"})],o.prototype,"slotName",2);o=p([n("slot-placeholder")],o);export{o as SlotPlaceholder};
@@ -1 +1 @@
1
- const n={errorText:{name:"error-text",description:"Custom error message to be displayed. This value overrides any native or internal error messaging. If this is set, the component will be styled in an error state.",table:{category:"Base Input",defaultValue:{summary:""}}},helpText:{name:"help-text",description:"Custom help text to be displayed inline below the component.",table:{category:"Base Input",defaultValue:{summary:""}}},placeholder:{description:"Placeholder text to be displayed in the input.",table:{category:"Base Input",defaultValue:{summary:""}}},value:{description:"Value of the component.",table:{category:"Base Input",defaultValue:{summary:"undefined"}}},label:{description:"Visible label for the component. This is the gold standard, best practice way to label an input for built in accessibility support. If this is not set, you must set the ariaLabelledByElements property for correct programmatic association between your custom label and the input element.",table:{category:"Base Input",defaultValue:{summary:""}}},ariaLabelledByElements:{name:"aria-labelled-by-elements",description:"Used to programmatically associate a custom label to the input. This should only be used when you are using a custom label outside of the ngc input component due to limitations of the shadow dom. Accepts a list of elements. For more information on ARIA element reflection, see [here](https://wicg.github.io/aom/aria-reflection-explainer.html).",type:{summary:"Element[]"},table:{category:"Base Input",defaultValue:{summary:""}}},required:{description:"Whether the component is required.",table:{category:"Base Input",defaultValue:{summary:"false"}}},disabled:{description:"Whether the component is disabled.",table:{category:"Base Input",defaultValue:{summary:"false"}}},readonly:{description:"Whether the component is readonly.",table:{category:"Base Input",defaultValue:{summary:"false"}}},id:{description:"Unique ID for the component. Required for accessibility.",table:{category:"Base Input",defaultValue:{summary:""}}},minLength:{name:"min-length",description:"The minimum length of the input value. See more information [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/minlength).",control:"number",table:{category:"Base Input",defaultValue:{summary:""}}},maxLength:{name:"max-length",description:"The maximum length of the input value. See more information [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/maxlength).",control:"number",table:{category:"Base Input",defaultValue:{summary:""}}}},i={pattern:{description:"The pattern attribute to be passed to the input. See more information [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern).",control:"text",table:{defaultValue:{summary:"undefined"}}}},r={min:{description:"The min attribute defines the minimum value that is acceptable and valid for the input containing the attribute. If the value of the element is less than this, the element fails validation. This value must be less than or equal to the value of the max attribute. See more information [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/min).",control:"string"},max:{description:"The max attribute defines the maximum value that is acceptable and valid for the input containing the attribute. If the value of the element is greater than this, the element fails validation. This value must be greater than or equal to the value of the min attribute. See more information [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/max).",control:"string"},step:{description:"The step attribute to be passed to the input for number inputs. See more information [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/step).",control:"number",table:{defaultValue:{summary:"1"}}}},l={ariaDescription:{name:"aria-description",description:"The aria-description attribute for the component."}},s={skeleton:{description:"Whether the component should be rendered in a skeleton/loading state.",control:{type:"boolean"},table:{defaultValue:{summary:"false"}}}},u={startIcon:{name:"start-icon",description:"Icon to be displayed at the start of the component. Should be a valid icon name from the [icon library](?path=/story/components-icon--gator-icon-list).",control:{type:"text"},table:{category:"Optional Icon(s)"}}},m={endIcon:{name:"end-icon",description:"Icon to be displayed at the end of the component. Should be a valid icon name from the [icon library](?path=/story/components-icon--gator-icon-list).",control:{type:"text"},table:{category:"Optional Icon(s)"}}},c=(t,o)=>{let e,a={};for(e in t)t.hasOwnProperty(e)&&!o.includes(e)&&(a[e]=t[e]);return a},d=(t,o)=>{let e,a={};for(e in t)t.hasOwnProperty(e)&&o.includes(e)&&(a[e]=t[e]);return a};export{m as END_ICON_ARG,l as INPUT_A11Y_ARGS,n as INPUT_BASE_ARGS,r as INPUT_NUMERIC_ARGS,i as INPUT_TEXT_ARGS,s as SKELETON_ARG,u as START_ICON_ARG,c as argsExclude,d as argsOnly};
1
+ const n={errorText:{name:"error-text",description:"Custom error message to be displayed. This value overrides any native or internal error messaging. If this is set, the component will be styled in an error state.",table:{category:"Base Input",defaultValue:{summary:""}}},helpText:{name:"help-text",description:"Custom help text to be displayed inline below the component.",table:{category:"Base Input",defaultValue:{summary:""}}},placeholder:{description:"Placeholder text to be displayed in the input.",table:{category:"Base Input",defaultValue:{summary:""}}},value:{description:"Value of the component.",table:{category:"Base Input",defaultValue:{summary:"undefined"}}},label:{description:"Visible label for the component. This is the gold standard, best practice way to label an input for built in accessibility support. If this is not set, you must set the ariaLabelledByElements property for correct programmatic association between your custom label and the input element.",table:{category:"Base Input",defaultValue:{summary:""}}},ariaLabelledByElements:{name:"aria-labelled-by-elements",description:"Used to programmatically associate a custom label to the input. This should only be used when you are using a custom label outside of the ngc input component due to limitations of the shadow dom. Accepts a list of elements. For more information on ARIA element reflection, see [here](https://wicg.github.io/aom/aria-reflection-explainer.html).",type:{summary:"Element[]"},table:{category:"Base Input",defaultValue:{summary:""}}},required:{description:"Whether the component is required.",table:{category:"Base Input",defaultValue:{summary:"false"}},control:{type:"boolean"}},hideRequired:{name:"hide-required",description:"Whether the visible required indicator should be hidden from the label when the component is required. This is useful for cases where majority of the fields are required so only the optional fields need to be marked (with the `optional` property).",control:{type:"boolean"},table:{category:"Base Input",defaultValue:{summary:"false"}}},optional:{description:"Whether the component should be marked as optional.",control:{type:"boolean"},table:{category:"Base Input",defaultValue:{summary:"false"}}},disabled:{description:"Whether the component is disabled.",table:{category:"Base Input",defaultValue:{summary:"false"}}},readonly:{description:"Whether the component is readonly.",table:{category:"Base Input",defaultValue:{summary:"false"}}},id:{description:"Unique ID for the component. Required for accessibility.",table:{category:"Base Input",defaultValue:{summary:""}}},minLength:{name:"min-length",description:"The minimum length of the input value. See more information [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/minlength).",control:"number",table:{category:"Base Input",defaultValue:{summary:""}}},maxLength:{name:"max-length",description:"The maximum length of the input value. See more information [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/maxlength).",control:"number",table:{category:"Base Input",defaultValue:{summary:""}}}},i={pattern:{description:"The pattern attribute to be passed to the input. See more information [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern).",control:"text",table:{defaultValue:{summary:"undefined"}}}},r={min:{description:"The min attribute defines the minimum value that is acceptable and valid for the input containing the attribute. If the value of the element is less than this, the element fails validation. This value must be less than or equal to the value of the max attribute. See more information [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/min).",control:"string"},max:{description:"The max attribute defines the maximum value that is acceptable and valid for the input containing the attribute. If the value of the element is greater than this, the element fails validation. This value must be greater than or equal to the value of the min attribute. See more information [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/max).",control:"string"},step:{description:"The step attribute to be passed to the input for number inputs. See more information [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/step).",control:"number",table:{defaultValue:{summary:"1"}}}},l={ariaDescription:{name:"aria-description",description:"The aria-description attribute for the component."}},s={skeleton:{description:"Whether the component should be rendered in a skeleton/loading state.",control:{type:"boolean"},table:{defaultValue:{summary:"false"}}}},u={startIcon:{name:"start-icon",description:"Icon to be displayed at the start of the component. Should be a valid icon name from the [icon library](?path=/story/components-icon--gator-icon-list).",control:{type:"text"},table:{category:"Optional Icon(s)"}}},m={endIcon:{name:"end-icon",description:"Icon to be displayed at the end of the component. Should be a valid icon name from the [icon library](?path=/story/components-icon--gator-icon-list).",control:{type:"text"},table:{category:"Optional Icon(s)"}}},d=(t,a)=>{let e,o={};for(e in t)t.hasOwnProperty(e)&&!a.includes(e)&&(o[e]=t[e]);return o},c=(t,a)=>{let e,o={};for(e in t)t.hasOwnProperty(e)&&a.includes(e)&&(o[e]=t[e]);return o};export{m as END_ICON_ARG,l as INPUT_A11Y_ARGS,n as INPUT_BASE_ARGS,r as INPUT_NUMERIC_ARGS,i as INPUT_TEXT_ARGS,s as SKELETON_ARG,u as START_ICON_ARG,d as argsExclude,c as argsOnly};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ncino/web-components",
3
3
  "author": "nCino",
4
- "version": "8.0.0-preview.5",
4
+ "version": "8.0.0-preview.6",
5
5
  "license": "(c) Copyright 2023 nCino, Inc., all rights reserved",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org/"
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ncino/web-components",
4
- "version": "8.0.0-preview.4",
4
+ "version": "8.0.0-preview.5",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -795,6 +795,10 @@
795
795
  "name": "required",
796
796
  "value": { "type": "boolean", "default": "false" }
797
797
  },
798
+ {
799
+ "name": "optional",
800
+ "value": { "type": "boolean", "default": "false" }
801
+ },
798
802
  {
799
803
  "name": "disabled",
800
804
  "value": { "type": "boolean", "default": "false" }
@@ -821,6 +825,7 @@
821
825
  "js": {
822
826
  "properties": [
823
827
  { "name": "required", "type": "boolean" },
828
+ { "name": "optional", "type": "boolean" },
824
829
  { "name": "disabled", "type": "boolean" },
825
830
  { "name": "hideLabel", "type": "boolean" },
826
831
  {
@@ -884,6 +889,14 @@
884
889
  "name": "required",
885
890
  "value": { "type": "boolean", "default": "false" }
886
891
  },
892
+ {
893
+ "name": "hide-required",
894
+ "value": { "type": "boolean", "default": "false" }
895
+ },
896
+ {
897
+ "name": "optional",
898
+ "value": { "type": "boolean", "default": "false" }
899
+ },
887
900
  {
888
901
  "name": "disabled",
889
902
  "value": { "type": "boolean", "default": "false" }
@@ -988,6 +1001,8 @@
988
1001
  { "name": "form", "type": "HTMLFormElement | null" },
989
1002
  { "name": "id", "type": "string" },
990
1003
  { "name": "required", "type": "boolean" },
1004
+ { "name": "hideRequired", "type": "boolean" },
1005
+ { "name": "optional", "type": "boolean" },
991
1006
  { "name": "disabled", "type": "boolean" },
992
1007
  { "name": "readonly", "type": "boolean" },
993
1008
  { "name": "label", "type": "string" },
@@ -1049,6 +1064,14 @@
1049
1064
  "name": "required",
1050
1065
  "value": { "type": "boolean", "default": "false" }
1051
1066
  },
1067
+ {
1068
+ "name": "hide-required",
1069
+ "value": { "type": "boolean", "default": "false" }
1070
+ },
1071
+ {
1072
+ "name": "optional",
1073
+ "value": { "type": "boolean", "default": "false" }
1074
+ },
1052
1075
  {
1053
1076
  "name": "disabled",
1054
1077
  "value": { "type": "boolean", "default": "false" }
@@ -1160,6 +1183,8 @@
1160
1183
  { "name": "form", "type": "HTMLFormElement | null" },
1161
1184
  { "name": "id", "type": "string" },
1162
1185
  { "name": "required", "type": "boolean" },
1186
+ { "name": "hideRequired", "type": "boolean" },
1187
+ { "name": "optional", "type": "boolean" },
1163
1188
  { "name": "disabled", "type": "boolean" },
1164
1189
  { "name": "readonly", "type": "boolean" },
1165
1190
  { "name": "label", "type": "string" },
@@ -1209,6 +1234,14 @@
1209
1234
  "name": "required",
1210
1235
  "value": { "type": "boolean", "default": "false" }
1211
1236
  },
1237
+ {
1238
+ "name": "hide-required",
1239
+ "value": { "type": "boolean", "default": "false" }
1240
+ },
1241
+ {
1242
+ "name": "optional",
1243
+ "value": { "type": "boolean", "default": "false" }
1244
+ },
1212
1245
  {
1213
1246
  "name": "disabled",
1214
1247
  "value": { "type": "boolean", "default": "false" }
@@ -1319,6 +1352,8 @@
1319
1352
  { "name": "form", "type": "HTMLFormElement | null" },
1320
1353
  { "name": "id", "type": "string" },
1321
1354
  { "name": "required", "type": "boolean" },
1355
+ { "name": "hideRequired", "type": "boolean" },
1356
+ { "name": "optional", "type": "boolean" },
1322
1357
  { "name": "disabled", "type": "boolean" },
1323
1358
  { "name": "readonly", "type": "boolean" },
1324
1359
  { "name": "label", "type": "string" },
@@ -1371,6 +1406,14 @@
1371
1406
  "name": "required",
1372
1407
  "value": { "type": "boolean", "default": "false" }
1373
1408
  },
1409
+ {
1410
+ "name": "hide-required",
1411
+ "value": { "type": "boolean", "default": "false" }
1412
+ },
1413
+ {
1414
+ "name": "optional",
1415
+ "value": { "type": "boolean", "default": "false" }
1416
+ },
1374
1417
  {
1375
1418
  "name": "disabled",
1376
1419
  "value": { "type": "boolean", "default": "false" }
@@ -1480,6 +1523,8 @@
1480
1523
  { "name": "form", "type": "HTMLFormElement | null" },
1481
1524
  { "name": "id", "type": "string" },
1482
1525
  { "name": "required", "type": "boolean" },
1526
+ { "name": "hideRequired", "type": "boolean" },
1527
+ { "name": "optional", "type": "boolean" },
1483
1528
  { "name": "disabled", "type": "boolean" },
1484
1529
  { "name": "readonly", "type": "boolean" },
1485
1530
  { "name": "label", "type": "string" },
@@ -2356,6 +2401,14 @@
2356
2401
  "name": "required",
2357
2402
  "value": { "type": "boolean", "default": "false" }
2358
2403
  },
2404
+ {
2405
+ "name": "hide-required",
2406
+ "value": { "type": "boolean", "default": "false" }
2407
+ },
2408
+ {
2409
+ "name": "optional",
2410
+ "value": { "type": "boolean", "default": "false" }
2411
+ },
2359
2412
  {
2360
2413
  "name": "disabled",
2361
2414
  "value": { "type": "boolean", "default": "false" }
@@ -2466,6 +2519,8 @@
2466
2519
  { "name": "form", "type": "HTMLFormElement | null" },
2467
2520
  { "name": "id", "type": "string" },
2468
2521
  { "name": "required", "type": "boolean" },
2522
+ { "name": "hideRequired", "type": "boolean" },
2523
+ { "name": "optional", "type": "boolean" },
2469
2524
  { "name": "disabled", "type": "boolean" },
2470
2525
  { "name": "readonly", "type": "boolean" },
2471
2526
  { "name": "label", "type": "string" },
@@ -2518,6 +2573,14 @@
2518
2573
  "name": "required",
2519
2574
  "value": { "type": "boolean", "default": "false" }
2520
2575
  },
2576
+ {
2577
+ "name": "hide-required",
2578
+ "value": { "type": "boolean", "default": "false" }
2579
+ },
2580
+ {
2581
+ "name": "optional",
2582
+ "value": { "type": "boolean", "default": "false" }
2583
+ },
2521
2584
  {
2522
2585
  "name": "disabled",
2523
2586
  "value": { "type": "boolean", "default": "false" }
@@ -2628,6 +2691,8 @@
2628
2691
  { "name": "form", "type": "HTMLFormElement | null" },
2629
2692
  { "name": "id", "type": "string" },
2630
2693
  { "name": "required", "type": "boolean" },
2694
+ { "name": "hideRequired", "type": "boolean" },
2695
+ { "name": "optional", "type": "boolean" },
2631
2696
  { "name": "disabled", "type": "boolean" },
2632
2697
  { "name": "readonly", "type": "boolean" },
2633
2698
  { "name": "label", "type": "string" },
@@ -3705,6 +3770,14 @@
3705
3770
  "name": "required",
3706
3771
  "value": { "type": "boolean", "default": "false" }
3707
3772
  },
3773
+ {
3774
+ "name": "hide-required",
3775
+ "value": { "type": "boolean", "default": "false" }
3776
+ },
3777
+ {
3778
+ "name": "optional",
3779
+ "value": { "type": "boolean", "default": "false" }
3780
+ },
3708
3781
  {
3709
3782
  "name": "disabled",
3710
3783
  "value": { "type": "boolean", "default": "false" }
@@ -3813,6 +3886,8 @@
3813
3886
  { "name": "form", "type": "HTMLFormElement | null" },
3814
3887
  { "name": "id", "type": "string" },
3815
3888
  { "name": "required", "type": "boolean" },
3889
+ { "name": "hideRequired", "type": "boolean" },
3890
+ { "name": "optional", "type": "boolean" },
3816
3891
  { "name": "disabled", "type": "boolean" },
3817
3892
  { "name": "readonly", "type": "boolean" },
3818
3893
  { "name": "label", "type": "string" },
@@ -4058,6 +4133,14 @@
4058
4133
  "name": "required",
4059
4134
  "value": { "type": "boolean", "default": "false" }
4060
4135
  },
4136
+ {
4137
+ "name": "hide-required",
4138
+ "value": { "type": "boolean", "default": "false" }
4139
+ },
4140
+ {
4141
+ "name": "optional",
4142
+ "value": { "type": "boolean", "default": "false" }
4143
+ },
4061
4144
  {
4062
4145
  "name": "disabled",
4063
4146
  "value": { "type": "boolean", "default": "false" }
@@ -4189,6 +4272,8 @@
4189
4272
  { "name": "form", "type": "HTMLFormElement | null" },
4190
4273
  { "name": "id", "type": "string" },
4191
4274
  { "name": "required", "type": "boolean" },
4275
+ { "name": "hideRequired", "type": "boolean" },
4276
+ { "name": "optional", "type": "boolean" },
4192
4277
  { "name": "disabled", "type": "boolean" },
4193
4278
  { "name": "readonly", "type": "boolean" },
4194
4279
  { "name": "label", "type": "string" },
@@ -4242,6 +4327,14 @@
4242
4327
  "name": "required",
4243
4328
  "value": { "type": "boolean", "default": "false" }
4244
4329
  },
4330
+ {
4331
+ "name": "hide-required",
4332
+ "value": { "type": "boolean", "default": "false" }
4333
+ },
4334
+ {
4335
+ "name": "optional",
4336
+ "value": { "type": "boolean", "default": "false" }
4337
+ },
4245
4338
  {
4246
4339
  "name": "disabled",
4247
4340
  "value": { "type": "boolean", "default": "false" }
@@ -4351,6 +4444,8 @@
4351
4444
  { "name": "form", "type": "HTMLFormElement | null" },
4352
4445
  { "name": "id", "type": "string" },
4353
4446
  { "name": "required", "type": "boolean" },
4447
+ { "name": "hideRequired", "type": "boolean" },
4448
+ { "name": "optional", "type": "boolean" },
4354
4449
  { "name": "disabled", "type": "boolean" },
4355
4450
  { "name": "readonly", "type": "boolean" },
4356
4451
  { "name": "label", "type": "string" },
@@ -4421,6 +4516,14 @@
4421
4516
  "name": "required",
4422
4517
  "value": { "type": "boolean", "default": "false" }
4423
4518
  },
4519
+ {
4520
+ "name": "hide-required",
4521
+ "value": { "type": "boolean", "default": "false" }
4522
+ },
4523
+ {
4524
+ "name": "optional",
4525
+ "value": { "type": "boolean", "default": "false" }
4526
+ },
4424
4527
  {
4425
4528
  "name": "disabled",
4426
4529
  "value": { "type": "boolean", "default": "false" }
@@ -4536,6 +4639,8 @@
4536
4639
  { "name": "form", "type": "HTMLFormElement | null" },
4537
4640
  { "name": "id", "type": "string" },
4538
4641
  { "name": "required", "type": "boolean" },
4642
+ { "name": "hideRequired", "type": "boolean" },
4643
+ { "name": "optional", "type": "boolean" },
4539
4644
  { "name": "disabled", "type": "boolean" },
4540
4645
  { "name": "readonly", "type": "boolean" },
4541
4646
  { "name": "label", "type": "string" },
@@ -4580,6 +4685,14 @@
4580
4685
  "name": "required",
4581
4686
  "value": { "type": "boolean", "default": "false" }
4582
4687
  },
4688
+ {
4689
+ "name": "hide-required",
4690
+ "value": { "type": "boolean", "default": "false" }
4691
+ },
4692
+ {
4693
+ "name": "optional",
4694
+ "value": { "type": "boolean", "default": "false" }
4695
+ },
4583
4696
  {
4584
4697
  "name": "disabled",
4585
4698
  "value": { "type": "boolean", "default": "false" }
@@ -4684,6 +4797,8 @@
4684
4797
  { "name": "form", "type": "HTMLFormElement | null" },
4685
4798
  { "name": "id", "type": "string" },
4686
4799
  { "name": "required", "type": "boolean" },
4800
+ { "name": "hideRequired", "type": "boolean" },
4801
+ { "name": "optional", "type": "boolean" },
4687
4802
  { "name": "disabled", "type": "boolean" },
4688
4803
  { "name": "readonly", "type": "boolean" },
4689
4804
  { "name": "label", "type": "string" },
@@ -4762,6 +4877,14 @@
4762
4877
  "name": "required",
4763
4878
  "value": { "type": "boolean", "default": "false" }
4764
4879
  },
4880
+ {
4881
+ "name": "hide-required",
4882
+ "value": { "type": "boolean", "default": "false" }
4883
+ },
4884
+ {
4885
+ "name": "optional",
4886
+ "value": { "type": "boolean", "default": "false" }
4887
+ },
4765
4888
  {
4766
4889
  "name": "disabled",
4767
4890
  "value": { "type": "boolean", "default": "false" }
@@ -4900,6 +5023,8 @@
4900
5023
  { "name": "form", "type": "HTMLFormElement | null" },
4901
5024
  { "name": "id", "type": "string" },
4902
5025
  { "name": "required", "type": "boolean" },
5026
+ { "name": "hideRequired", "type": "boolean" },
5027
+ { "name": "optional", "type": "boolean" },
4903
5028
  { "name": "disabled", "type": "boolean" },
4904
5029
  { "name": "readonly", "type": "boolean" },
4905
5030
  { "name": "label", "type": "string" },
@@ -4940,6 +5065,14 @@
4940
5065
  "name": "required",
4941
5066
  "value": { "type": "boolean", "default": "false" }
4942
5067
  },
5068
+ {
5069
+ "name": "hide-required",
5070
+ "value": { "type": "boolean", "default": "false" }
5071
+ },
5072
+ {
5073
+ "name": "optional",
5074
+ "value": { "type": "boolean", "default": "false" }
5075
+ },
4943
5076
  {
4944
5077
  "name": "disabled",
4945
5078
  "value": { "type": "boolean", "default": "false" }
@@ -5040,6 +5173,8 @@
5040
5173
  { "name": "form", "type": "HTMLFormElement | null" },
5041
5174
  { "name": "id", "type": "string" },
5042
5175
  { "name": "required", "type": "boolean" },
5176
+ { "name": "hideRequired", "type": "boolean" },
5177
+ { "name": "optional", "type": "boolean" },
5043
5178
  { "name": "disabled", "type": "boolean" },
5044
5179
  { "name": "readonly", "type": "boolean" },
5045
5180
  { "name": "label", "type": "string" },
@@ -5172,6 +5307,14 @@
5172
5307
  "name": "required",
5173
5308
  "value": { "type": "boolean", "default": "false" }
5174
5309
  },
5310
+ {
5311
+ "name": "hide-required",
5312
+ "value": { "type": "boolean", "default": "false" }
5313
+ },
5314
+ {
5315
+ "name": "optional",
5316
+ "value": { "type": "boolean", "default": "false" }
5317
+ },
5175
5318
  {
5176
5319
  "name": "disabled",
5177
5320
  "value": { "type": "boolean", "default": "false" }
@@ -5282,6 +5425,8 @@
5282
5425
  { "name": "form", "type": "HTMLFormElement | null" },
5283
5426
  { "name": "id", "type": "string" },
5284
5427
  { "name": "required", "type": "boolean" },
5428
+ { "name": "hideRequired", "type": "boolean" },
5429
+ { "name": "optional", "type": "boolean" },
5285
5430
  { "name": "disabled", "type": "boolean" },
5286
5431
  { "name": "readonly", "type": "boolean" },
5287
5432
  { "name": "label", "type": "string" },
@@ -5329,6 +5474,14 @@
5329
5474
  "name": "required",
5330
5475
  "value": { "type": "boolean", "default": "false" }
5331
5476
  },
5477
+ {
5478
+ "name": "hide-required",
5479
+ "value": { "type": "boolean", "default": "false" }
5480
+ },
5481
+ {
5482
+ "name": "optional",
5483
+ "value": { "type": "boolean", "default": "false" }
5484
+ },
5332
5485
  {
5333
5486
  "name": "disabled",
5334
5487
  "value": { "type": "boolean", "default": "false" }
@@ -5432,6 +5585,8 @@
5432
5585
  { "name": "form", "type": "HTMLFormElement | null" },
5433
5586
  { "name": "id", "type": "string" },
5434
5587
  { "name": "required", "type": "boolean" },
5588
+ { "name": "hideRequired", "type": "boolean" },
5589
+ { "name": "optional", "type": "boolean" },
5435
5590
  { "name": "disabled", "type": "boolean" },
5436
5591
  { "name": "readonly", "type": "boolean" },
5437
5592
  { "name": "label", "type": "string" },
@@ -5547,6 +5702,14 @@
5547
5702
  "name": "required",
5548
5703
  "value": { "type": "boolean", "default": "false" }
5549
5704
  },
5705
+ {
5706
+ "name": "hide-required",
5707
+ "value": { "type": "boolean", "default": "false" }
5708
+ },
5709
+ {
5710
+ "name": "optional",
5711
+ "value": { "type": "boolean", "default": "false" }
5712
+ },
5550
5713
  {
5551
5714
  "name": "disabled",
5552
5715
  "value": { "type": "boolean", "default": "false" }
@@ -5655,6 +5818,8 @@
5655
5818
  { "name": "form", "type": "HTMLFormElement | null" },
5656
5819
  { "name": "id", "type": "string" },
5657
5820
  { "name": "required", "type": "boolean" },
5821
+ { "name": "hideRequired", "type": "boolean" },
5822
+ { "name": "optional", "type": "boolean" },
5658
5823
  { "name": "disabled", "type": "boolean" },
5659
5824
  { "name": "readonly", "type": "boolean" },
5660
5825
  { "name": "label", "type": "string" },
@@ -6428,6 +6593,14 @@
6428
6593
  "name": "required",
6429
6594
  "value": { "type": "boolean", "default": "false" }
6430
6595
  },
6596
+ {
6597
+ "name": "hide-required",
6598
+ "value": { "type": "boolean", "default": "false" }
6599
+ },
6600
+ {
6601
+ "name": "optional",
6602
+ "value": { "type": "boolean", "default": "false" }
6603
+ },
6431
6604
  {
6432
6605
  "name": "disabled",
6433
6606
  "value": { "type": "boolean", "default": "false" }
@@ -6543,6 +6716,8 @@
6543
6716
  { "name": "form", "type": "HTMLFormElement | null" },
6544
6717
  { "name": "id", "type": "string" },
6545
6718
  { "name": "required", "type": "boolean" },
6719
+ { "name": "hideRequired", "type": "boolean" },
6720
+ { "name": "optional", "type": "boolean" },
6546
6721
  { "name": "disabled", "type": "boolean" },
6547
6722
  { "name": "readonly", "type": "boolean" },
6548
6723
  { "name": "label", "type": "string" },
@@ -7356,6 +7531,14 @@
7356
7531
  "name": "required",
7357
7532
  "value": { "type": "boolean", "default": "false" }
7358
7533
  },
7534
+ {
7535
+ "name": "hide-required",
7536
+ "value": { "type": "boolean", "default": "false" }
7537
+ },
7538
+ {
7539
+ "name": "optional",
7540
+ "value": { "type": "boolean", "default": "false" }
7541
+ },
7359
7542
  {
7360
7543
  "name": "disabled",
7361
7544
  "value": { "type": "boolean", "default": "false" }
@@ -7436,6 +7619,8 @@
7436
7619
  { "name": "form", "type": "HTMLFormElement | null" },
7437
7620
  { "name": "id", "type": "string" },
7438
7621
  { "name": "required", "type": "boolean" },
7622
+ { "name": "hideRequired", "type": "boolean" },
7623
+ { "name": "optional", "type": "boolean" },
7439
7624
  { "name": "disabled", "type": "boolean" },
7440
7625
  { "name": "readonly", "type": "boolean" },
7441
7626
  { "name": "label", "type": "string" },
@@ -7488,6 +7673,14 @@
7488
7673
  "events": [{ "name": "remove", "type": "CustomEvent" }]
7489
7674
  }
7490
7675
  },
7676
+ {
7677
+ "name": "gradient-background",
7678
+ "description": "\n---\n",
7679
+ "doc-url": "",
7680
+ "attributes": [],
7681
+ "events": [],
7682
+ "js": { "properties": [], "events": [] }
7683
+ },
7491
7684
  {
7492
7685
  "name": "ngc-illustration-list",
7493
7686
  "description": "An element that renders all of the illustrations in the illustration registry.\nThis component is not distributed as part of the library, but is useful for\ndevelopment and testing.\n---\n",