@fpkit/acss 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/libs/{chunk-23ANBDCR.js → chunk-4I5MF54P.js} +3 -3
- package/libs/chunk-4I5MF54P.js.map +1 -0
- package/libs/{chunk-MGPWZRBX.cjs → chunk-EE3ZWSBY.cjs} +3 -3
- package/libs/chunk-FMIM3332.js +8 -0
- package/libs/chunk-FMIM3332.js.map +1 -0
- package/libs/chunk-L6PRDL6F.cjs +31 -0
- package/libs/chunk-L6PRDL6F.cjs.map +1 -0
- package/libs/chunk-MPTMPBFT.js +9 -0
- package/libs/chunk-MPTMPBFT.js.map +1 -0
- package/libs/{chunk-G55UJ53G.cjs → chunk-NZVSXRTB.cjs} +3 -3
- package/libs/chunk-NZVSXRTB.cjs.map +1 -0
- package/libs/chunk-TNEJXNZA.cjs +22 -0
- package/libs/chunk-TNEJXNZA.cjs.map +1 -0
- package/libs/{chunk-QKHPHMG2.js → chunk-TPIB3RQP.js} +2 -2
- package/libs/components/dialog/dialog.cjs +4 -4
- package/libs/components/dialog/dialog.js +2 -2
- package/libs/components/icons/icon.cjs +3 -3
- package/libs/components/icons/icon.js +1 -1
- package/libs/components/popover/popover.cjs +4 -4
- package/libs/components/popover/popover.d.cts +1 -1
- package/libs/components/popover/popover.d.ts +1 -1
- package/libs/components/popover/popover.js +1 -1
- package/libs/components/tables/table.cjs +4 -4
- package/libs/components/tables/table.d.cts +1 -1
- package/libs/components/tables/table.d.ts +1 -1
- package/libs/components/tables/table.js +1 -1
- package/libs/icons.cjs +2 -2
- package/libs/icons.js +1 -1
- package/libs/index.cjs +24 -24
- package/libs/index.cjs.map +1 -1
- package/libs/index.d.cts +2 -2
- package/libs/index.d.ts +2 -2
- package/libs/index.js +16 -16
- package/libs/index.js.map +1 -1
- package/package.json +2 -2
- package/src/App.tsx +1 -3
- package/src/components/breadcrumbs/bc-item.tsx +0 -1
- package/src/components/flexbox/STYLES.mdx +857 -0
- package/src/components/flexbox/flex.stories.tsx +842 -141
- package/src/components/flexbox/flex.types.ts +25 -6
- package/src/components/icons/components/arrow-right.tsx +0 -5
- package/src/components/kit.tsx +8 -4
- package/src/components/popover/popover.tsx +1 -1
- package/src/components/tables/table-elements.tsx +1 -1
- package/src/components/tables/table.tsx +2 -2
- package/src/components/text-to-speech/TextToSpeech.tsx +0 -4
- package/src/components/text-to-speech/useTextToSpeech.tsx +2 -6
- package/src/decorators/instructions.tsx +22 -18
- package/src/hooks/popover/popover.tsx +1 -1
- package/src/types/component-props.ts +1 -0
- package/libs/chunk-23ANBDCR.js.map +0 -1
- package/libs/chunk-5QD3DWFI.js +0 -9
- package/libs/chunk-5QD3DWFI.js.map +0 -1
- package/libs/chunk-6WTC4JXH.cjs +0 -31
- package/libs/chunk-6WTC4JXH.cjs.map +0 -1
- package/libs/chunk-G55UJ53G.cjs.map +0 -1
- package/libs/chunk-US2I5GI7.cjs +0 -22
- package/libs/chunk-US2I5GI7.cjs.map +0 -1
- package/libs/chunk-Y2PFDELK.js +0 -8
- package/libs/chunk-Y2PFDELK.js.map +0 -1
- /package/libs/{chunk-MGPWZRBX.cjs.map → chunk-EE3ZWSBY.cjs.map} +0 -0
- /package/libs/{chunk-QKHPHMG2.js.map → chunk-TPIB3RQP.js.map} +0 -0
package/libs/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { b as b$
|
|
1
|
+
import { b as b$2 } from './chunk-IRLFZ3OL.js';
|
|
2
2
|
export { a as Textarea } from './chunk-IRLFZ3OL.js';
|
|
3
3
|
export { a as Field } from './chunk-HRRHPLER.js';
|
|
4
|
-
export { a as Caption, i as TBL, f as Table, c as Tbody, e as Td, b as Thead, d as Tr } from './chunk-
|
|
5
|
-
export { a as Dialog } from './chunk-
|
|
4
|
+
export { a as Caption, i as TBL, f as Table, c as Tbody, e as Td, b as Thead, d as Tr } from './chunk-FMIM3332.js';
|
|
5
|
+
export { a as Dialog } from './chunk-TPIB3RQP.js';
|
|
6
6
|
export { c as Nav, b as NavItem, a as NavList } from './chunk-FVROL3V5.js';
|
|
7
7
|
export { c as List } from './chunk-IEB64SWY.js';
|
|
8
|
-
export { b as Popover } from './chunk-
|
|
8
|
+
export { b as Popover } from './chunk-4I5MF54P.js';
|
|
9
9
|
export { a as Text } from './chunk-IQ76HGVP.js';
|
|
10
10
|
export { b as Heading, a as Title } from './chunk-ZFJ4U45S.js';
|
|
11
11
|
export { b as Breadcrumb, a as useBreadcrumbSegments } from './chunk-CWRNJA4P.js';
|
|
12
12
|
import './chunk-GCGKYLDG.js';
|
|
13
|
-
import { b as b$
|
|
14
|
-
export { a as Icon } from './chunk-
|
|
13
|
+
import { b as b$1 } from './chunk-MPTMPBFT.js';
|
|
14
|
+
export { a as Icon } from './chunk-MPTMPBFT.js';
|
|
15
15
|
export { d as Card, b as CardContent, c as CardFooter, a as CardTitle } from './chunk-KK47SYZI.js';
|
|
16
16
|
export { a as Modal } from './chunk-43TK2ICH.js';
|
|
17
|
-
import { b
|
|
17
|
+
import { b } from './chunk-KVKQLRJG.js';
|
|
18
18
|
export { a as Button } from './chunk-KVKQLRJG.js';
|
|
19
19
|
export { a as Input } from './chunk-F5EYMVQM.js';
|
|
20
20
|
export { a as Box, a as FP } from './chunk-6SAHIYCZ.js';
|
|
@@ -23,22 +23,22 @@ import './chunk-75QHTLFO.js';
|
|
|
23
23
|
export { d as Link, d as To } from './chunk-5RAWNUVD.js';
|
|
24
24
|
import { a } from './chunk-HHLNOC5T.js';
|
|
25
25
|
export { a as UI } from './chunk-HHLNOC5T.js';
|
|
26
|
-
import
|
|
26
|
+
import T, { useCallback, useMemo, useState, useEffect } from 'react';
|
|
27
27
|
|
|
28
|
-
var Fe={default:"",info:"Information: ",success:"Success: ",warning:"Warning: ",error:"Error: "},z=({severity:e})=>{let t=Fe[e];return t?
|
|
28
|
+
var Fe={default:"",info:"Information: ",success:"Success: ",warning:"Warning: ",error:"Error: "},z=({severity:e})=>{let t=Fe[e];return t?T.createElement("span",{className:"sr-only"},t):null};var Ee=(e,t)=>({info:T.createElement(b$1.InfoSolid,{...t}),success:T.createElement(b$1.SuccessSolid,{...t}),warning:T.createElement(b$1.WarnSolid,{...t}),error:T.createElement(b$1.AlertSolid,{...t}),default:T.createElement(b$1.AlertSquareSolid,{...t})})[e],H=({severity:e,iconProps:t,hideIcon:o})=>{if(o)return null;let s=Ee(e,t);return T.createElement(a,{"aria-hidden":"true",className:"alert-icon"},s)};var j=({title:e,titleLevel:t})=>{if(!e)return null;let o=t?`h${t}`:"strong";return T.createElement(a,{as:o,className:"alert-title"},e)};var _=({children:e,contentType:t})=>t==="node"?T.createElement(T.Fragment,null,e):T.createElement(a,{as:"p"},e);var W=({actions:e})=>e?T.createElement(a,{as:"div",className:"alert-actions"},e):null;var Q=T.memo(({onDismiss:e,iconSize:t=16})=>T.createElement(b,{type:"button",onClick:e,"aria-label":"Close alert",className:"alert-dismiss","data-btn":"icon sm"},T.createElement(b$1,null,T.createElement(b$1.Close,{size:t})))),Z=Q;Q.displayName="DismissButton";var Ue={default:"polite",info:"polite",success:"polite",warning:"polite",error:"assertive"},L=T.forwardRef(({severity:e,variant:t,isVisible:o,dismissible:s,onDismiss:n,onInteractionStart:l,onInteractionEnd:p,autoFocus:c,title:m,titleLevel:v,children:h,contentType:g,actions:S,hideIcon:d,iconProps:y,...u},x)=>T.createElement(a,{as:"div",ref:x,role:"alert","aria-live":Ue[e],"aria-atomic":"true",className:`alert alert-${e}`,"data-alert":e,"data-visible":o,"data-variant":t,tabIndex:c?-1:void 0,onMouseEnter:l,onMouseLeave:p,onFocus:l,onBlur:p,...u},T.createElement(z,{severity:e}),T.createElement(H,{severity:e,iconProps:y,hideIcon:d}),T.createElement(a,{as:"div",className:"alert-message"},T.createElement(j,{title:m,titleLevel:v}),T.createElement(_,{contentType:g},h),T.createElement(W,{actions:S})),s&&T.createElement(Z,{onDismiss:n})));L.displayName="AlertView";var Ne=({open:e,onDismiss:t,dismissible:o,autoHideDuration:s,pauseOnHover:n,autoFocus:l,alertRef:p})=>{let[c,m]=T.useState(e),[v,h]=T.useState(e),[g,S]=T.useState(!1),d=T.useCallback(()=>{m(!1),setTimeout(()=>{h(!1),t?.();},300);},[t]);T.useEffect(()=>{e?(h(!0),m(!0)):m(!1);},[e]),T.useEffect(()=>{if(!s||!c||g)return;let x=setTimeout(()=>{d();},s);return ()=>clearTimeout(x)},[s,c,g,d]),T.useEffect(()=>{if(!o||!c)return;let x=f=>{f.key==="Escape"&&d();};return document.addEventListener("keydown",x),()=>document.removeEventListener("keydown",x)},[o,c,d]),T.useEffect(()=>{l&&c&&p.current&&p.current.focus();},[l,c,p]);let y=T.useCallback(()=>{n&&s&&S(!0);},[n,s]),u=T.useCallback(()=>{n&&s&&S(!1);},[n,s]);return {isVisible:c,shouldRender:v,handleDismiss:d,handleInteractionStart:y,handleInteractionEnd:u}},ee=({open:e,severity:t="default",children:o,title:s,dismissible:n=!1,onDismiss:l,iconSize:p,iconProps:c,hideIcon:m,autoHideDuration:v,pauseOnHover:h=!0,titleLevel:g=3,actions:S,autoFocus:d=!1,variant:y="outlined",contentType:u="text",...x})=>{let f=T.useRef(null),{isVisible:r,shouldRender:i,handleDismiss:$,handleInteractionStart:C,handleInteractionEnd:R}=Ne({open:e,onDismiss:l,dismissible:n,autoHideDuration:v,pauseOnHover:h,autoFocus:d,alertRef:f});if(!i)return null;let D={size:p||16,...c};return T.createElement(L,{ref:f,severity:t,variant:y,isVisible:r,dismissible:n,onDismiss:$,onInteractionStart:C,onInteractionEnd:R,autoFocus:d,title:s,titleLevel:g,contentType:u,actions:S,hideIcon:m,iconProps:D,...x},o)};ee.displayName="Alert";var te=({src:e="//",alt:t,width:o=480,height:s,styles:n,loading:l="lazy",placeholder:p,fetchpriority:c="low",decoding:m="auto",srcSet:v,sizes:h,onError:g,onLoad:S,...d})=>{let y=useMemo(()=>{let r=typeof o=="number"?o:480,i=typeof s=="number"?s:Math.round(r*.75),$=`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 ${r} ${i}">
|
|
29
29
|
<defs>
|
|
30
|
-
<linearGradient id="grad-${
|
|
30
|
+
<linearGradient id="grad-${r}-${i}" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
31
31
|
<stop offset="0%" style="stop-color:#6366f1;stop-opacity:1" />
|
|
32
32
|
<stop offset="50%" style="stop-color:#8b5cf6;stop-opacity:1" />
|
|
33
33
|
<stop offset="100%" style="stop-color:#ec4899;stop-opacity:1" />
|
|
34
34
|
</linearGradient>
|
|
35
35
|
</defs>
|
|
36
|
-
<rect width="${
|
|
37
|
-
<circle cx="${
|
|
38
|
-
<path d="M0,${
|
|
39
|
-
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="${Math.max(16,Math.min(i
|
|
40
|
-
</svg>`;return `data:image/svg+xml,${encodeURIComponent(
|
|
36
|
+
<rect width="${r}" height="${i}" fill="url(#grad-${r}-${i})"/>
|
|
37
|
+
<circle cx="${r*.15}" cy="${i*.2}" r="${Math.min(r,i)*.08}" fill="rgba(255,255,255,0.2)"/>
|
|
38
|
+
<path d="M0,${i*.75} Q${r*.25},${i*.65} ${r*.5},${i*.75} T${r},${i*.75} L${r},${i} L0,${i} Z" fill="rgba(0,0,0,0.15)"/>
|
|
39
|
+
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="${Math.max(16,Math.min(r,i)*.05)}" font-weight="500" fill="rgba(255,255,255,0.9)">${r}\xD7${i}</text>
|
|
40
|
+
</svg>`;return `data:image/svg+xml,${encodeURIComponent($)}`},[o,s]),u=p??y;return T.createElement(a,{as:"img",src:e,alt:t,width:o,height:s||"auto",loading:l,style:n,srcSet:v,sizes:h,onError:r=>{g&&g(r),r.defaultPrevented||r.currentTarget.src!==u&&(r.currentTarget.src=u);},onLoad:r=>{S?.(r);},decoding:m,...d,...c&&{fetchpriority:c}})};te.displayName="Img";var oe=e=>{let[t,o]=useState([]),[s,n]=useState(e),[l,p]=useState(!1),[c,m]=useState(!1);return useEffect(()=>{let u=()=>{let x=window.speechSynthesis.getVoices();o(x);let f=x.find(r=>r.name==="Google US English");if(f)n(f);else {let r=x.find(i=>i.lang.startsWith("en-"));r&&n(r);}};return u(),window.speechSynthesis.onvoiceschanged=u,()=>{window.speechSynthesis.onvoiceschanged=null;}},[]),{speak:(u,x={},f)=>{let r=new SpeechSynthesisUtterance(u);r.lang=x.lang??"en-US",r.pitch=x.pitch??1,r.rate=x.rate??1,r.voice=s??x.voice??null,r.onend=()=>{p(!1),m(!1),f&&f();},"speechSynthesis"in window?(window.speechSynthesis.speak(r),p(!0),m(!1)):p(!1);},pause:()=>{l&&!c&&(window.speechSynthesis.pause(),m(!0));},resume:()=>{l&&c&&(window.speechSynthesis.resume(),m(!1));},cancel:()=>{l&&(window.speechSynthesis.cancel(),p(!1),m(!1));},isSpeaking:l,isPaused:c,availableVoices:t,changeVoice:u=>{n(u);},currentVoice:s,getAvailableLanguages:()=>[...new Set(t.map(u=>u.lang))]}};var Be=({children:e,onClick:t})=>T.createElement(a,{as:"button",type:"button",className:"tts-border","data-btn":"sm text pill",onClick:t},e),U=T.memo(Be),J=({label:e,isSpeaking:t,isPaused:o,onSpeak:s,onPause:n,onResume:l,onCancel:p})=>T.createElement(a,{as:"div","data-tts":!0},e&&T.createElement("p",null,e),!t&&T.createElement(U,{"aria-label":"Speak",onClick:s},T.createElement(b$1.PlaySolid,{size:16})),t&&!o&&T.createElement(U,{"aria-label":"Pause",onClick:n},T.createElement(b$1.PauseSolid,{size:16})),o&&T.createElement(U,{"aria-label":"Resume",onClick:l},T.createElement(b$1.ResumeSolid,{size:16})),T.createElement(U,{"aria-label":"Stop",onClick:p},T.createElement(b$1.StopSolid,{size:16})));J.displayName="TextToSpeechControls";J.TTSButton=U;var se=J;var ne=({initialText:e="",showTextInput:t=!1,voice:o,pitch:s=1,rate:n=1,label:l,onEnd:p})=>{let{speak:c,pause:m,resume:v,cancel:h,isSpeaking:g,isPaused:S}=oe(),[d,y]=useState(e);useEffect(()=>{y(e);},[e]);let u=()=>{d.trim()!==""&&c(d,{voice:o,pitch:s,rate:n},f);},x=r=>{y(r.target.value);},f=()=>{p&&p();};return T.createElement(T.Fragment,null,t&&T.createElement(b$2,{value:d,onChange:x}),T.createElement(se,{label:l,isSpeaking:g,isPaused:S,onSpeak:u,onPause:m,onResume:v,onCancel:h}))};ne.displayName="TextToSpeechComponent";var F=e=>T.createElement(T.Fragment,null,e),De=({id:e,children:t,headerBackground:o,styles:s,classes:n,...l})=>T.createElement(a,{as:"header",id:e,styles:s,className:n,...l},o,T.createElement(a,{as:"section"},t)),ze=({id:e,children:t,styles:o,classes:s,...n})=>T.createElement(a,{as:"main",id:e,styles:o,...n,className:s},t),He=({id:e,classes:t,children:o,styles:s={},...n})=>T.createElement(a,{as:"footer",id:e,className:t,styles:s,...n},T.createElement(a,{as:"section"},o||"Copyright \xA9 2022")),je=({id:e,children:t,styles:o={},classes:s,...n})=>T.createElement(a,{as:"aside",id:e,styles:o,className:s,...n},T.createElement(a,{as:"section"},t)),Ge=({id:e,children:t,styles:o,classes:s,...n})=>T.createElement(a,{as:"section",id:e,styles:o,className:s,...n},t),_e=({id:e,children:t,styles:o,classes:s,...n})=>T.createElement(a,{as:"article",id:e,styles:o,className:s,...n},t);F.displayName="Landmarks";F.Header=De;F.Main=ze;F.Footer=He;F.Aside=je;F.Section=Ge;F.Article=_e;var N=(e,t="")=>{let o=[];if(e.direction){let s={row:"flex-row","row-reverse":"flex-row-reverse",column:"flex-col","column-reverse":"flex-col-reverse"};o.push(`${t}${s[e.direction]}`);}if(e.wrap){let s={wrap:"flex-wrap",nowrap:"flex-nowrap","wrap-reverse":"flex-wrap-reverse"};o.push(`${t}${s[e.wrap]}`);}if(e.gap&&o.push(`${t}gap-${e.gap}`),e.rowGap&&o.push(`${t}row-gap-${e.rowGap}`),e.colGap&&o.push(`${t}col-gap-${e.colGap}`),e.justify){let s={start:"justify-start",end:"justify-end",center:"justify-center",between:"justify-between",around:"justify-around",evenly:"justify-evenly"};o.push(`${t}${s[e.justify]}`);}if(e.align){let s={start:"items-start",end:"items-end",center:"items-center",baseline:"items-baseline",stretch:"items-stretch"};o.push(`${t}${s[e.align]}`);}if(e.alignContent){let s={start:"content-start",end:"content-end",center:"content-center",between:"content-between",around:"content-around",evenly:"content-evenly",stretch:"content-stretch"};o.push(`${t}${s[e.alignContent]}`);}return o},re=T.forwardRef((e,t)=>{let{variant:o,inline:s=!1,as:n="div",className:l="",styles:p,children:c,sm:m,md:v,lg:h,xl:g,direction:S,wrap:d,gap:y,rowGap:u,colGap:x,justify:f,align:r,alignContent:i,...$}=e,C=[];if(C.push(s?"flex-inline":"flex"),o){let D={center:"flex-center",between:"flex-between",around:"flex-around",stack:"flex-stack",spread:"flex-spread"};C.push(D[o]);}C.push(...N({direction:S,wrap:d,gap:y,rowGap:u,colGap:x,justify:f,align:r,alignContent:i})),m&&C.push(...N(m,"sm:")),v&&C.push(...N(v,"md:")),h&&C.push(...N(h,"lg:")),g&&C.push(...N(g,"xl:"));let R=[...C,l].filter(Boolean).join(" ");return T.createElement(a,{as:n,ref:t,classes:R,styles:p,...$},c)});re.displayName="Flex";var ae=T.forwardRef((e,t)=>{let{grow:o,shrink:s,basis:n,flex:l,alignSelf:p,order:c,as:m="div",className:v="",styles:h,children:g,sm:S,md:d,lg:y,xl:u,...x}=e,f=[];if(l){let i={1:"flex-1",auto:"flex-auto",initial:"flex-initial",none:"flex-none"};f.push(i[l]);}if(o!==void 0&&f.push(`flex-grow-${o}`),s!==void 0&&f.push(`flex-shrink-${s}`),n){let i={auto:"flex-basis-auto",0:"flex-basis-0",full:"flex-basis-full"};f.push(i[n]);}if(p){let i={auto:"self-auto",start:"self-start",end:"self-end",center:"self-center",baseline:"self-baseline",stretch:"self-stretch"};f.push(i[p]);}if(c){let i={first:"order-first",last:"order-last",none:"order-none"};f.push(i[c]);}if(S?.flex){let i={1:"flex-1",auto:"flex-auto",none:"flex-none"};f.push(`sm:${i[S.flex]}`);}if(d?.flex){let i={1:"flex-1",auto:"flex-auto",none:"flex-none"};f.push(`md:${i[d.flex]}`);}if(y?.flex){let i={1:"flex-1",auto:"flex-auto",none:"flex-none"};f.push(`lg:${i[y.flex]}`);}if(u?.flex){let i={1:"flex-1",auto:"flex-auto",none:"flex-none"};f.push(`xl:${i[u.flex]}`);}let r=[...f,v].filter(Boolean).join(" ");return T.createElement(a,{as:m,ref:t,classes:r,styles:h,...x},g)});ae.displayName="Flex.Item";var ie=T.forwardRef((e,t)=>{let{as:o="div",className:s="",styles:n,...l}=e,p=["flex-1",s].filter(Boolean).join(" ");return T.createElement(a,{as:o,ref:t,classes:p,styles:n,...l})});ie.displayName="Flex.Spacer";var O=re;O.Item=ae;O.Spacer=ie;var We=O;var pe=({id:e,styles:t,classes:o,children:s,variant:n,...l})=>T.createElement(a,{as:"sup",id:e,styles:t,className:o,"data-badge":n||void 0,role:"status",...l},T.createElement(a,{as:"span"},s));pe.displayName="Badge";var Oe=({elm:e="span",role:t="note",variant:o,children:s,styles:n,...l})=>T.createElement(a,{as:e,role:t,"data-tag":o||void 0,styles:n,...l},s);Oe.displayName="Tag";var Xe=T.forwardRef(({summary:e,icon:t,styles:o,classes:s,ariaLabel:n,name:l,open:p,onPointerDown:c,onToggle:m,children:v,...h},g)=>{let S=useCallback(y=>{c?.(y);},[c]),d=useCallback(y=>{m?.(y);},[m]);return T.createElement(a,{as:"details",styles:o,classes:s,onToggle:d,ref:g,open:p,"aria-label":n,name:l,...h},T.createElement(a,{as:"summary",onPointerDown:S},t,e),T.createElement(a,{as:"section"},v))});Xe.displayName="Details";
|
|
41
41
|
|
|
42
|
-
export { ee as Alert, _e as Article, je as Aside, pe as Badge, Xe as Details, We as Flex, He as Footer, De as Header, te as Img,
|
|
42
|
+
export { ee as Alert, _e as Article, je as Aside, pe as Badge, Xe as Details, We as Flex, He as Footer, De as Header, te as Img, F as Landmarks, ze as Main, Ge as Section, Oe as Tag, ne as TextToSpeech };
|
|
43
43
|
//# sourceMappingURL=out.js.map
|
|
44
44
|
//# sourceMappingURL=index.js.map
|