@mhmo91/schmancy 0.2.48 → 0.2.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/card.cjs +1 -1
  2. package/dist/card.js +1 -1
  3. package/dist/content-drawer.cjs +1 -1
  4. package/dist/content-drawer.js +1 -1
  5. package/dist/flex-DICGGeg0.cjs.map +1 -1
  6. package/dist/flex-DL52jmYy.js.map +1 -1
  7. package/dist/index.cjs +1 -1
  8. package/dist/index.js +14 -12
  9. package/dist/index.js.map +1 -1
  10. package/dist/nav-drawer.cjs +1 -1
  11. package/dist/nav-drawer.js +1 -1
  12. package/dist/{sheet-9-CFxPyI.js → sheet-BcYEDp9D.js} +17 -17
  13. package/dist/sheet-BcYEDp9D.js.map +1 -0
  14. package/dist/{sheet-C1Ac3-Na.cjs → sheet-BoPm_Ysx.cjs} +7 -7
  15. package/dist/sheet-BoPm_Ysx.cjs.map +1 -0
  16. package/dist/sheet.cjs +1 -1
  17. package/dist/sheet.js +1 -1
  18. package/dist/surface-GLTK2FAT.cjs +13 -0
  19. package/dist/surface-GLTK2FAT.cjs.map +1 -0
  20. package/dist/surface-vlFKLho7.js +46 -0
  21. package/dist/surface-vlFKLho7.js.map +1 -0
  22. package/dist/surface.cjs +1 -1
  23. package/dist/surface.js +1 -1
  24. package/dist/teleport.cjs +1 -1
  25. package/dist/{teleport.component-B2lujjqz.cjs → teleport.component-B-mxoQY3.cjs} +2 -2
  26. package/dist/{teleport.component-B2lujjqz.cjs.map → teleport.component-B-mxoQY3.cjs.map} +1 -1
  27. package/dist/{teleport.component-zSNmczMD.js → teleport.component-BQ1UhP0S.js} +3 -3
  28. package/dist/{teleport.component-zSNmczMD.js.map → teleport.component-BQ1UhP0S.js.map} +1 -1
  29. package/dist/teleport.js +1 -1
  30. package/package.json +1 -1
  31. package/types/src/index.d.ts +1 -0
  32. package/types/src/layout/flex/flex.d.ts +1 -1
  33. package/types/src/layout/grid/grid.d.ts +1 -1
  34. package/types/src/layout/index.d.ts +1 -0
  35. package/types/src/layout/layout.d.ts +49 -0
  36. package/types/src/layout/v2/flex.d.ts +1 -1
  37. package/types/src/layout/v2/grid.d.ts +1 -1
  38. package/types/src/surface/surface.d.ts +8 -1
  39. package/dist/sheet-9-CFxPyI.js.map +0 -1
  40. package/dist/sheet-C1Ac3-Na.cjs.map +0 -1
  41. package/dist/surface-BSp9OeQ8.js +0 -46
  42. package/dist/surface-BSp9OeQ8.js.map +0 -1
  43. package/dist/surface-C53BzM5G.cjs +0 -13
  44. package/dist/surface-C53BzM5G.cjs.map +0 -1
@@ -1,46 +0,0 @@
1
- import { e as p } from "./provide-kj6-udep.js";
2
- import "rxjs";
3
- import "lit/directives/class-map.js";
4
- import "lit/directives/style-map.js";
5
- import { T as c } from "./tailwind.mixin-BNM2vRly.js";
6
- import { css as d, html as u } from "lit";
7
- import { property as h, customElement as f } from "lit/decorators.js";
8
- import { S as g } from "./context-5nmahssp.js";
9
- var y = Object.defineProperty, b = Object.getOwnPropertyDescriptor, r = (o, e, i, a) => {
10
- for (var l, t = a > 1 ? void 0 : a ? b(e, i) : e, n = o.length - 1; n >= 0; n--) (l = o[n]) && (t = (a ? l(e, i, t) : l(t)) || t);
11
- return a && t && y(e, i, t), t;
12
- };
13
- let s = class extends c(d`
14
- :host([fill]) {
15
- height: -webkit-fill-available;
16
- width: -webkit-fill-available;
17
- }
18
- :host([fill-width]) {
19
- width: -webkit-fill-available;
20
- }
21
- :host([fill-height]) {
22
- height: -webkit-fill-available;
23
- }
24
- `) {
25
- constructor() {
26
- super(...arguments), this.fill = !1, this.rounded = "none", this.type = "surface", this.elevation = 0;
27
- }
28
- get classes() {
29
- return { "relative block box-border": !0, "rounded-none": this.rounded === "none", "rounded-t-[8px]": this.rounded === "top", "rounded-l-[8px]": this.rounded === "left", "rounded-r-[8px]": this.rounded === "right", "rounded-b-[8px]": this.rounded === "bottom", "rounded-[8px]": this.rounded === "all", "w-full h-full": this.fill, "shadow-xs": this.elevation === 1, "shadow-sm": this.elevation === 2, "shadow-md": this.elevation === 3, "shadow-lg": this.elevation === 4, "text-surface-on": this.type === "surface" || this.type === "surfaceDim" || this.type === "surfaceBright" || this.type === "containerLowest" || this.type === "containerLow" || this.type === "container" || this.type === "containerHigh" || this.type === "containerHighest", "bg-surface-default": this.type === "surface", "bg-surface-dim": this.type === "surfaceDim", "bg-surface-bright": this.type === "surfaceBright", "bg-surface-lowest": this.type === "containerLowest", "bg-surface-low": this.type === "containerLow", "bg-surface-container": this.type === "container", "bg-surface-high": this.type === "containerHigh", "bg-surface-highest": this.type === "containerHighest" };
30
- }
31
- updated() {
32
- Object.entries(this.classes).forEach(([o, e]) => {
33
- o.split(" ").forEach((i) => {
34
- this.classList.toggle(i, e);
35
- });
36
- });
37
- }
38
- render() {
39
- return u`<slot class=${this.classMap(this.classes)}></slot> `;
40
- }
41
- };
42
- r([h({ type: Boolean })], s.prototype, "fill", 2), r([h()], s.prototype, "rounded", 2), r([p({ context: g }), h()], s.prototype, "type", 2), r([h({ type: Number })], s.prototype, "elevation", 2), s = r([f("schmancy-surface")], s);
43
- export {
44
- s as S
45
- };
46
- //# sourceMappingURL=surface-BSp9OeQ8.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"surface-BSp9OeQ8.js","sources":["../src/surface/surface.ts"],"sourcesContent":["import { provide } from '@lit/context'\nimport { TailwindElement } from '@mixins/index'\nimport { css, html } from 'lit'\nimport { customElement, property } from 'lit/decorators.js'\nimport { SchmancySurfaceTypeContext } from './context'\n\n/**\n * @element schmancy-surface\n * @slot - default content\n */\n@customElement('schmancy-surface')\nexport class SchmancySurface extends TailwindElement(css`\n\t:host([fill]) {\n\t\theight: -webkit-fill-available;\n\t\twidth: -webkit-fill-available;\n\t}\n\t:host([fill-width]) {\n\t\twidth: -webkit-fill-available;\n\t}\n\t:host([fill-height]) {\n\t\theight: -webkit-fill-available;\n\t}\n`) {\n\t@property({ type: Boolean }) fill = false\n\t@property() rounded: 'none' | 'top' | 'left' | 'right' | 'bottom' | 'all' = 'none'\n\n\t@provide({ context: SchmancySurfaceTypeContext })\n\t@property()\n\ttype:\n\t\t| 'surface'\n\t\t| 'surfaceDim'\n\t\t| 'surfaceBright'\n\t\t| 'containerLowest'\n\t\t| 'containerLow'\n\t\t| 'container'\n\t\t| 'containerHigh'\n\t\t| 'containerHighest' = 'surface'\n\n\t@property({ type: Number }) elevation: 0 | 1 | 2 | 3 | 4 | 5 = 0\n\n\tget classes(): Record<string, boolean> {\n\t\treturn {\n\t\t\t'relative block box-border': true,\n\t\t\t'rounded-none': this.rounded === 'none',\n\t\t\t'rounded-t-[8px]': this.rounded === 'top',\n\t\t\t'rounded-l-[8px]': this.rounded === 'left',\n\t\t\t'rounded-r-[8px]': this.rounded === 'right',\n\t\t\t'rounded-b-[8px]': this.rounded === 'bottom',\n\t\t\t'rounded-[8px]': this.rounded === 'all',\n\n\t\t\t'w-full h-full': this.fill,\n\t\t\t'shadow-xs': this.elevation === 1,\n\t\t\t'shadow-sm': this.elevation === 2,\n\t\t\t'shadow-md': this.elevation === 3,\n\t\t\t'shadow-lg': this.elevation === 4,\n\t\t\t'text-surface-on':\n\t\t\t\tthis.type === 'surface' ||\n\t\t\t\tthis.type === 'surfaceDim' ||\n\t\t\t\tthis.type === 'surfaceBright' ||\n\t\t\t\tthis.type === 'containerLowest' ||\n\t\t\t\tthis.type === 'containerLow' ||\n\t\t\t\tthis.type === 'container' ||\n\t\t\t\tthis.type === 'containerHigh' ||\n\t\t\t\tthis.type === 'containerHighest',\n\t\t\t'bg-surface-default': this.type === 'surface',\n\t\t\t'bg-surface-dim': this.type === 'surfaceDim',\n\t\t\t'bg-surface-bright': this.type === 'surfaceBright',\n\t\t\t'bg-surface-lowest': this.type === 'containerLowest',\n\t\t\t'bg-surface-low': this.type === 'containerLow',\n\t\t\t'bg-surface-container': this.type === 'container',\n\t\t\t'bg-surface-high': this.type === 'containerHigh',\n\t\t\t'bg-surface-highest': this.type === 'containerHighest',\n\t\t}\n\t}\n\n\tupdated() {\n\t\t// Loop over the computed classes and toggle each class on the host element.\n\t\tObject.entries(this.classes).forEach(([cls, condition]) => {\n\t\t\tcls.split(' ').forEach(singleClass => {\n\t\t\t\tthis.classList.toggle(singleClass, condition)\n\t\t\t})\n\t\t})\n\t}\n\n\tprotected render(): unknown {\n\t\treturn html`<slot class=${this.classMap(this.classes)}></slot> `\n\t}\n}\n\ndeclare global {\n\tinterface HTMLElementTagNameMap {\n\t\t'schmancy-surface': SchmancySurface\n\t}\n}\n"],"names":["SchmancySurface","TailwindElement","css","constructor","super","arguments","this","fill","rounded","type","elevation","Object","entries","classes","forEach","cls","condition","split","singleClass","classList","toggle","render","html","classMap","__decorateClass","property","Boolean","prototype","provide","context","SchmancySurfaceTypeContext","Number","customElement"],"mappings":";;;;;;;;;;;;AAWa,IAAAA,IAAN,cAA8BC,EAAgBC;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;EAA9C,cAAAC;AAAAC,aAAAC,SAY8BC,GAAAA,KAAAC,WACwCD,KAAAE,UAAA,QAYpDF,KAAAG,OAAA,WAEuCH,KAAAI,YAAA;AAAA,EAAA;AAAA,EAE/D,cACQ;AAAA,WAAA,EACN,6BAAA,IACA,gBAAgBJ,KAAKE,YAAY,QACjC,mBAAmBF,KAAKE,YAAY,OACpC,mBAAmBF,KAAKE,YAAY,QACpC,mBAAmBF,KAAKE,YAAY,SACpC,mBAAmBF,KAAKE,YAAY,UACpC,iBAAiBF,KAAKE,YAAY,OAElC,iBAAiBF,KAAKC,MACtB,aAAaD,KAAKI,cAAc,GAChC,aAAaJ,KAAKI,cAAc,GAChC,aAAaJ,KAAKI,cAAc,GAChC,aAAaJ,KAAKI,cAAc,GAChC,mBACCJ,KAAKG,SAAS,aACdH,KAAKG,SAAS,gBACdH,KAAKG,SAAS,mBACdH,KAAKG,SAAS,qBACdH,KAAKG,SAAS,kBACdH,KAAKG,SAAS,eACdH,KAAKG,SAAS,mBACdH,KAAKG,SAAS,oBACf,sBAAsBH,KAAKG,SAAS,WACpC,kBAAkBH,KAAKG,SAAS,cAChC,qBAAqBH,KAAKG,SAAS,iBACnC,qBAAqBH,KAAKG,SAAS,mBACnC,kBAAkBH,KAAKG,SAAS,gBAChC,wBAAwBH,KAAKG,SAAS,aACtC,mBAAmBH,KAAKG,SAAS,iBACjC,sBAAsBH,KAAKG,SAAS,mBAATA;AAAAA,EAC5B;AAAA,EAGD;AAEQE,WAAAC,QAAQN,KAAKO,OAASC,EAAAA,QAAQ,EAAEC,GAAKC,CAAAA,MAAAA;AAC3CD,MAAAA,EAAIE,MAAM,GAAKH,EAAAA,QAAuBI,CAAAA;AAChCZ,aAAAa,UAAUC,OAAOF,GAAaF,CAAAA;AAAAA,MAAS;IAC5C,CACD;AAAA,EAAA;AAAA,EAGQ,SAAAK;AACT,WAAOC,gBAAmBhB,KAAKiB,SAASjB,KAAKO,OAAQ,CAAA;AAAA,EAAA;AAAA;AA9DzBW,EAAA,CAA5BC,EAAS,EAAEhB,MAAMiB,QAAAA,CAAAA,CAAAA,GAZN1B,EAYiB2B,WAAA,QAAA,IACjBH,EAAA,CAAXC,MAbWzB,EAaA2B,WAAA,WAAA,CAAA,GAIZH,EAAA,CAFCI,EAAQ,EAAEC,SAASC,MACnBL,EAhBWzB,CAAAA,GAAAA,EAiBZ2B,WAAA,QAAA,CAAA,GAU4BH,EAAA,CAA3BC,EAAS,EAAEhB,MAAMsB,OA3BN/B,CAAAA,CAAAA,GAAAA,EA2BgB2B,WAAA,aAAA,CAAA,GA3BhB3B,IAANwB,EAAA,CADNQ,EAAc,kBAAA,CAAA,GACFhC;"}
@@ -1,13 +0,0 @@
1
- "use strict";const l=require("./provide-_VUNOf1R.cjs");require("rxjs"),require("lit/directives/class-map.js"),require("lit/directives/style-map.js");const u=require("./tailwind.mixin-Bkx1Uuxe.cjs"),c=require("lit"),i=require("lit/decorators.js"),p=require("./context-BATZj31H.cjs");var d=Object.defineProperty,f=Object.getOwnPropertyDescriptor,s=(o,t,r,a)=>{for(var h,e=a>1?void 0:a?f(t,r):t,n=o.length-1;n>=0;n--)(h=o[n])&&(e=(a?h(t,r,e):h(e))||e);return a&&e&&d(t,r,e),e};exports.SchmancySurface=class extends u.TailwindElement(c.css`
2
- :host([fill]) {
3
- height: -webkit-fill-available;
4
- width: -webkit-fill-available;
5
- }
6
- :host([fill-width]) {
7
- width: -webkit-fill-available;
8
- }
9
- :host([fill-height]) {
10
- height: -webkit-fill-available;
11
- }
12
- `){constructor(){super(...arguments),this.fill=!1,this.rounded="none",this.type="surface",this.elevation=0}get classes(){return{"relative block box-border":!0,"rounded-none":this.rounded==="none","rounded-t-[8px]":this.rounded==="top","rounded-l-[8px]":this.rounded==="left","rounded-r-[8px]":this.rounded==="right","rounded-b-[8px]":this.rounded==="bottom","rounded-[8px]":this.rounded==="all","w-full h-full":this.fill,"shadow-xs":this.elevation===1,"shadow-sm":this.elevation===2,"shadow-md":this.elevation===3,"shadow-lg":this.elevation===4,"text-surface-on":this.type==="surface"||this.type==="surfaceDim"||this.type==="surfaceBright"||this.type==="containerLowest"||this.type==="containerLow"||this.type==="container"||this.type==="containerHigh"||this.type==="containerHighest","bg-surface-default":this.type==="surface","bg-surface-dim":this.type==="surfaceDim","bg-surface-bright":this.type==="surfaceBright","bg-surface-lowest":this.type==="containerLowest","bg-surface-low":this.type==="containerLow","bg-surface-container":this.type==="container","bg-surface-high":this.type==="containerHigh","bg-surface-highest":this.type==="containerHighest"}}updated(){Object.entries(this.classes).forEach(([o,t])=>{o.split(" ").forEach(r=>{this.classList.toggle(r,t)})})}render(){return c.html`<slot class=${this.classMap(this.classes)}></slot> `}},s([i.property({type:Boolean})],exports.SchmancySurface.prototype,"fill",2),s([i.property()],exports.SchmancySurface.prototype,"rounded",2),s([l.e({context:p.SchmancySurfaceTypeContext}),i.property()],exports.SchmancySurface.prototype,"type",2),s([i.property({type:Number})],exports.SchmancySurface.prototype,"elevation",2),exports.SchmancySurface=s([i.customElement("schmancy-surface")],exports.SchmancySurface);
13
- //# sourceMappingURL=surface-C53BzM5G.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"surface-C53BzM5G.cjs","sources":["../src/surface/surface.ts"],"sourcesContent":["import { provide } from '@lit/context'\nimport { TailwindElement } from '@mixins/index'\nimport { css, html } from 'lit'\nimport { customElement, property } from 'lit/decorators.js'\nimport { SchmancySurfaceTypeContext } from './context'\n\n/**\n * @element schmancy-surface\n * @slot - default content\n */\n@customElement('schmancy-surface')\nexport class SchmancySurface extends TailwindElement(css`\n\t:host([fill]) {\n\t\theight: -webkit-fill-available;\n\t\twidth: -webkit-fill-available;\n\t}\n\t:host([fill-width]) {\n\t\twidth: -webkit-fill-available;\n\t}\n\t:host([fill-height]) {\n\t\theight: -webkit-fill-available;\n\t}\n`) {\n\t@property({ type: Boolean }) fill = false\n\t@property() rounded: 'none' | 'top' | 'left' | 'right' | 'bottom' | 'all' = 'none'\n\n\t@provide({ context: SchmancySurfaceTypeContext })\n\t@property()\n\ttype:\n\t\t| 'surface'\n\t\t| 'surfaceDim'\n\t\t| 'surfaceBright'\n\t\t| 'containerLowest'\n\t\t| 'containerLow'\n\t\t| 'container'\n\t\t| 'containerHigh'\n\t\t| 'containerHighest' = 'surface'\n\n\t@property({ type: Number }) elevation: 0 | 1 | 2 | 3 | 4 | 5 = 0\n\n\tget classes(): Record<string, boolean> {\n\t\treturn {\n\t\t\t'relative block box-border': true,\n\t\t\t'rounded-none': this.rounded === 'none',\n\t\t\t'rounded-t-[8px]': this.rounded === 'top',\n\t\t\t'rounded-l-[8px]': this.rounded === 'left',\n\t\t\t'rounded-r-[8px]': this.rounded === 'right',\n\t\t\t'rounded-b-[8px]': this.rounded === 'bottom',\n\t\t\t'rounded-[8px]': this.rounded === 'all',\n\n\t\t\t'w-full h-full': this.fill,\n\t\t\t'shadow-xs': this.elevation === 1,\n\t\t\t'shadow-sm': this.elevation === 2,\n\t\t\t'shadow-md': this.elevation === 3,\n\t\t\t'shadow-lg': this.elevation === 4,\n\t\t\t'text-surface-on':\n\t\t\t\tthis.type === 'surface' ||\n\t\t\t\tthis.type === 'surfaceDim' ||\n\t\t\t\tthis.type === 'surfaceBright' ||\n\t\t\t\tthis.type === 'containerLowest' ||\n\t\t\t\tthis.type === 'containerLow' ||\n\t\t\t\tthis.type === 'container' ||\n\t\t\t\tthis.type === 'containerHigh' ||\n\t\t\t\tthis.type === 'containerHighest',\n\t\t\t'bg-surface-default': this.type === 'surface',\n\t\t\t'bg-surface-dim': this.type === 'surfaceDim',\n\t\t\t'bg-surface-bright': this.type === 'surfaceBright',\n\t\t\t'bg-surface-lowest': this.type === 'containerLowest',\n\t\t\t'bg-surface-low': this.type === 'containerLow',\n\t\t\t'bg-surface-container': this.type === 'container',\n\t\t\t'bg-surface-high': this.type === 'containerHigh',\n\t\t\t'bg-surface-highest': this.type === 'containerHighest',\n\t\t}\n\t}\n\n\tupdated() {\n\t\t// Loop over the computed classes and toggle each class on the host element.\n\t\tObject.entries(this.classes).forEach(([cls, condition]) => {\n\t\t\tcls.split(' ').forEach(singleClass => {\n\t\t\t\tthis.classList.toggle(singleClass, condition)\n\t\t\t})\n\t\t})\n\t}\n\n\tprotected render(): unknown {\n\t\treturn html`<slot class=${this.classMap(this.classes)}></slot> `\n\t}\n}\n\ndeclare global {\n\tinterface HTMLElementTagNameMap {\n\t\t'schmancy-surface': SchmancySurface\n\t}\n}\n"],"names":["SchmancySurface","TailwindElement","css","constructor","super","arguments","this","fill","rounded","type","elevation","classes","Object","entries","forEach","cls","condition","split","singleClass","classList","toggle","html","classMap","__decorateClass","property","Boolean","prototype","provide","context","SchmancySurfaceTypeContext","Number","customElement"],"mappings":"0dAWaA,QAAAA,gBAAN,cAA8BC,EAAAA,gBAAgBC,EAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,GAA9C,aAAAC,CAAAC,SAAAC,SAY8BC,EAAAA,KAAAC,QACwCD,KAAAE,QAAA,OAYpDF,KAAAG,KAAA,UAEuCH,KAAAI,UAAA,CAAA,CAE/D,IAAIC,SAAAA,CACI,MAAA,CACN,4BAAA,GACA,eAAgBL,KAAKE,UAAY,OACjC,kBAAmBF,KAAKE,UAAY,MACpC,kBAAmBF,KAAKE,UAAY,OACpC,kBAAmBF,KAAKE,UAAY,QACpC,kBAAmBF,KAAKE,UAAY,SACpC,gBAAiBF,KAAKE,UAAY,MAElC,gBAAiBF,KAAKC,KACtB,YAAaD,KAAKI,YAAc,EAChC,YAAaJ,KAAKI,YAAc,EAChC,YAAaJ,KAAKI,YAAc,EAChC,YAAaJ,KAAKI,YAAc,EAChC,kBACCJ,KAAKG,OAAS,WACdH,KAAKG,OAAS,cACdH,KAAKG,OAAS,iBACdH,KAAKG,OAAS,mBACdH,KAAKG,OAAS,gBACdH,KAAKG,OAAS,aACdH,KAAKG,OAAS,iBACdH,KAAKG,OAAS,mBACf,qBAAsBH,KAAKG,OAAS,UACpC,iBAAkBH,KAAKG,OAAS,aAChC,oBAAqBH,KAAKG,OAAS,gBACnC,oBAAqBH,KAAKG,OAAS,kBACnC,iBAAkBH,KAAKG,OAAS,eAChC,uBAAwBH,KAAKG,OAAS,YACtC,kBAAmBH,KAAKG,OAAS,gBACjC,qBAAsBH,KAAKG,OAAS,kBAATA,CAC5B,CAGD,SAEQG,CAAAA,OAAAC,QAAQP,KAAKK,OAAAA,EAASG,QAAQ,CAAA,CAAEC,EAAKC,CAAAA,IAAAA,CAC3CD,EAAIE,MAAM,GAAA,EAAKH,QAAuBI,GAChCZ,CAAAA,KAAAa,UAAUC,OAAOF,EAAaF,CAAS,CAAA,CAAA,CAC5C,CACD,CAAA,CAGQ,QACT,CAAA,OAAOK,EAAAA,mBAAmBf,KAAKgB,SAAShB,KAAKK,OAAAA,CAAAA,WAAQ,CA9DzBY,EAAAA,EAAA,CAA5BC,WAAS,CAAEf,KAAMgB,WAZNzB,wBAYiB0B,UAAA,OAAA,CAAA,EACjBH,EAAA,CAAXC,EAASA,SAAAA,CAAAA,EAbExB,wBAaA0B,UAAA,UAAA,CAAA,EAIZH,EAAA,CAFCI,IAAQ,CAAEC,QAASC,EAAAA,0BACnBL,CAAAA,EAAAA,EAASA,YAhBExB,wBAiBZ0B,UAAA,OAAA,CAAA,EAU4BH,EAAA,CAA3BC,WAAS,CAAEf,KAAMqB,MAAAA,CAAAA,CAAAA,EA3BN9B,wBA2BgB0B,UAAA,YAAA,CAAA,EA3BhB1B,QAANA,gBAAAuB,EAAA,CADNQ,EAAAA,cAAc,kBAAA,CAAA,EACF/B"}