@orion-ds/react 4.2.8 → 4.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Accordion/Accordion.module.css +1 -1
- package/dist/components/Card/Card.d.ts.map +1 -1
- package/dist/components/Card/Card.module.css +1 -1
- package/dist/components/Card/Card.stories.d.ts.map +1 -1
- package/dist/components/Card/Card.types.d.ts +2 -0
- package/dist/components/Card/Card.types.d.ts.map +1 -1
- package/dist/components/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/dist/components/CodeEditor/CodeEditor.types.d.ts.map +1 -1
- package/dist/components/NavTree/NavTree.d.ts.map +1 -1
- package/dist/components/NavTree/NavTree.module.css +1 -1
- package/dist/components/NavTree/NavTree.stories.d.ts.map +1 -1
- package/dist/components/NavTree/NavTree.types.d.ts +2 -2
- package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
- package/dist/components/SearchInput/SearchInput.module.css +1 -1
- package/dist/components/SearchInput/SearchInput.stories.d.ts +1 -0
- package/dist/components/SearchInput/SearchInput.stories.d.ts.map +1 -1
- package/dist/components/SearchInput/SearchInput.types.d.ts +5 -1
- package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.module.css +1 -1
- package/dist/components/Tabs/Tabs.types.d.ts +6 -0
- package/dist/components/Tabs/Tabs.types.d.ts.map +1 -1
- package/dist/components/UserMenu/UserMenu.d.ts.map +1 -1
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.d.ts.map +1 -1
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.types.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/examples/LandingPage.example.d.ts.map +1 -1
- package/dist/hooks/useTheme.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index10.cjs +1 -1
- package/dist/index10.mjs +1 -1
- package/dist/index100.cjs +1 -1
- package/dist/index100.mjs +62 -33
- package/dist/index101.cjs +1 -1
- package/dist/index101.mjs +16 -24
- package/dist/index102.cjs +1 -1
- package/dist/index102.mjs +28 -26
- package/dist/index103.cjs +1 -1
- package/dist/index103.mjs +30 -40
- package/dist/index104.cjs +1 -1
- package/dist/index104.mjs +40 -53
- package/dist/index105.cjs +1 -1
- package/dist/index105.mjs +36 -62
- package/dist/index106.cjs +1 -1
- package/dist/index106.mjs +53 -29
- package/dist/index107.cjs +1 -1
- package/dist/index107.mjs +46 -20
- package/dist/index108.cjs +1 -1
- package/dist/index108.mjs +14 -18
- package/dist/index109.cjs +1 -1
- package/dist/index109.mjs +28 -30
- package/dist/index11.cjs +1 -1
- package/dist/index11.mjs +1 -1
- package/dist/index110.cjs +1 -1
- package/dist/index110.mjs +65 -30
- package/dist/index111.cjs +1 -1
- package/dist/index111.mjs +24 -46
- package/dist/index112.cjs +1 -1
- package/dist/index112.mjs +35 -52
- package/dist/index113.cjs +1 -1
- package/dist/index113.mjs +30 -28
- package/dist/index114.cjs +1 -1
- package/dist/index114.mjs +32 -44
- package/dist/index115.cjs +1 -1
- package/dist/index115.mjs +57 -12
- package/dist/index116.cjs +1 -1
- package/dist/index116.mjs +18 -30
- package/dist/index117.cjs +1 -1
- package/dist/index117.mjs +12 -32
- package/dist/index118.cjs +1 -1
- package/dist/index118.mjs +64 -33
- package/dist/index119.cjs +1 -1
- package/dist/index119.mjs +28 -30
- package/dist/index12.cjs +1 -1
- package/dist/index12.mjs +1 -1
- package/dist/index120.cjs +1 -1
- package/dist/index120.mjs +32 -35
- package/dist/index121.cjs +1 -1
- package/dist/index121.mjs +76 -36
- package/dist/index122.cjs +1 -1
- package/dist/index122.mjs +33 -20
- package/dist/index123.cjs +1 -1
- package/dist/index123.mjs +40 -14
- package/dist/index124.cjs +1 -1
- package/dist/index124.mjs +53 -27
- package/dist/index125.cjs +1 -1
- package/dist/index125.mjs +42 -18
- package/dist/index126.cjs +1 -1
- package/dist/index126.mjs +19 -37
- package/dist/index127.cjs +1 -1
- package/dist/index127.mjs +37 -29
- package/dist/index128.cjs +1 -1
- package/dist/index128.mjs +28 -24
- package/dist/index129.cjs +1 -1
- package/dist/index129.mjs +36 -28
- package/dist/index13.cjs +1 -1
- package/dist/index13.mjs +1 -1
- package/dist/index130.cjs +1 -1
- package/dist/index130.mjs +18 -28
- package/dist/index131.cjs +1 -1
- package/dist/index131.mjs +18 -28
- package/dist/index132.cjs +1 -1
- package/dist/index132.mjs +234 -42
- package/dist/index133.cjs +1 -1
- package/dist/index133.mjs +34 -53
- package/dist/index134.cjs +1 -1
- package/dist/index134.mjs +44 -37
- package/dist/index135.cjs +1 -1
- package/dist/index135.mjs +170 -50
- package/dist/index136.cjs +1 -1
- package/dist/index136.mjs +186 -19
- package/dist/index137.cjs +1 -1
- package/dist/index137.mjs +27 -153
- package/dist/index138.cjs +1 -1
- package/dist/index138.mjs +88 -216
- package/dist/index139.cjs +1 -1
- package/dist/index139.mjs +53 -29
- package/dist/index14.cjs +1 -1
- package/dist/index14.mjs +1 -1
- package/dist/index140.cjs +1 -1
- package/dist/index140.mjs +66 -42
- package/dist/index141.cjs +1 -1
- package/dist/index141.mjs +124 -44
- package/dist/index142.cjs +1 -1
- package/dist/index142.mjs +108 -16
- package/dist/index143.cjs +1 -1
- package/dist/index143.mjs +111 -46
- package/dist/index144.cjs +1 -1
- package/dist/index144.mjs +122 -64
- package/dist/index145.cjs +1 -1
- package/dist/index145.mjs +214 -30
- package/dist/index146.cjs +1 -1
- package/dist/index146.mjs +41 -39
- package/dist/index147.cjs +1 -1
- package/dist/index147.mjs +27 -32
- package/dist/index149.cjs +1 -1
- package/dist/index149.mjs +46 -62
- package/dist/index15.cjs +1 -1
- package/dist/index15.mjs +1 -1
- package/dist/index150.cjs +1 -1
- package/dist/index150.mjs +24 -42
- package/dist/index151.cjs +1 -1
- package/dist/index151.mjs +24 -24
- package/dist/index152.cjs +1 -1
- package/dist/index152.mjs +20 -40
- package/dist/index153.cjs +1 -1
- package/dist/index153.mjs +24 -18
- package/dist/index154.cjs +1 -1
- package/dist/index154.mjs +28 -76
- package/dist/index155.cjs +1 -1
- package/dist/index155.mjs +39 -66
- package/dist/index156.cjs +1 -1
- package/dist/index156.mjs +22 -65
- package/dist/index157.cjs +1 -1
- package/dist/index157.mjs +63 -39
- package/dist/index158.cjs +1 -1
- package/dist/index158.mjs +12 -234
- package/dist/index159.cjs +1 -1
- package/dist/index159.mjs +34 -34
- package/dist/index16.cjs +1 -1
- package/dist/index16.mjs +73 -69
- package/dist/index160.cjs +1 -1
- package/dist/index160.mjs +21 -44
- package/dist/index161.cjs +1 -1
- package/dist/index161.mjs +42 -170
- package/dist/index162.cjs +1 -1
- package/dist/index162.mjs +21 -186
- package/dist/index163.cjs +1 -1
- package/dist/index163.mjs +29 -29
- package/dist/index164.cjs +1 -1
- package/dist/index164.mjs +44 -90
- package/dist/index165.cjs +1 -1
- package/dist/index165.mjs +63 -53
- package/dist/index166.cjs +1 -1
- package/dist/index166.mjs +28 -66
- package/dist/index167.cjs +1 -1
- package/dist/index167.mjs +20 -124
- package/dist/index168.cjs +1 -1
- package/dist/index168.mjs +67 -108
- package/dist/index169.cjs +1 -1
- package/dist/index169.mjs +30 -111
- package/dist/index17.cjs +1 -1
- package/dist/index17.mjs +1 -1
- package/dist/index170.cjs +1 -1
- package/dist/index170.mjs +24 -122
- package/dist/index171.cjs +1 -1
- package/dist/index171.mjs +44 -214
- package/dist/index172.cjs +1 -1
- package/dist/index172.mjs +46 -106
- package/dist/index173.cjs +1 -1
- package/dist/index173.mjs +28 -22
- package/dist/index174.cjs +1 -1
- package/dist/index174.mjs +106 -18
- package/dist/index175.cjs +1 -1
- package/dist/index175.mjs +52 -64
- package/dist/index176.cjs +1 -1
- package/dist/index176.mjs +45 -18
- package/dist/index177.cjs +1 -1
- package/dist/index177.mjs +36 -55
- package/dist/index178.cjs +1 -1
- package/dist/index178.mjs +55 -12
- package/dist/index179.cjs +1 -1
- package/dist/index179.mjs +50 -38
- package/dist/index18.cjs +1 -1
- package/dist/index18.mjs +1 -1
- package/dist/index180.cjs +1 -1
- package/dist/index180.mjs +29 -25
- package/dist/index181.cjs +1 -1
- package/dist/index181.mjs +52 -45
- package/dist/index185.cjs +1 -1
- package/dist/index185.mjs +1 -1
- package/dist/index19.cjs +1 -1
- package/dist/index19.mjs +2 -2
- package/dist/index20.cjs +1 -1
- package/dist/index20.mjs +14 -14
- package/dist/index21.cjs +1 -1
- package/dist/index21.mjs +1 -1
- package/dist/index22.cjs +1 -1
- package/dist/index22.mjs +1 -1
- package/dist/index23.cjs +1 -1
- package/dist/index23.mjs +56 -36
- package/dist/index24.cjs +1 -1
- package/dist/index24.mjs +1 -1
- package/dist/index25.cjs +1 -1
- package/dist/index25.mjs +1 -1
- package/dist/index26.cjs +1 -1
- package/dist/index26.mjs +1 -1
- package/dist/index27.cjs +1 -1
- package/dist/index27.mjs +1 -1
- package/dist/index28.cjs +1 -1
- package/dist/index28.mjs +1 -1
- package/dist/index30.cjs +1 -1
- package/dist/index30.mjs +1 -1
- package/dist/index31.cjs +1 -1
- package/dist/index31.mjs +1 -1
- package/dist/index32.cjs +1 -1
- package/dist/index32.mjs +1 -1
- package/dist/index33.cjs +1 -1
- package/dist/index33.mjs +1 -1
- package/dist/index34.cjs +1 -1
- package/dist/index34.mjs +1 -1
- package/dist/index35.cjs +1 -1
- package/dist/index35.mjs +1 -1
- package/dist/index36.cjs +1 -1
- package/dist/index36.mjs +1 -1
- package/dist/index37.cjs +1 -1
- package/dist/index37.mjs +1 -1
- package/dist/index38.cjs +1 -1
- package/dist/index38.mjs +1 -1
- package/dist/index39.cjs +1 -1
- package/dist/index39.mjs +1 -1
- package/dist/index40.cjs +1 -1
- package/dist/index40.mjs +1 -1
- package/dist/index42.cjs +1 -1
- package/dist/index42.mjs +1 -1
- package/dist/index43.cjs +1 -1
- package/dist/index43.mjs +1 -1
- package/dist/index44.cjs +1 -1
- package/dist/index44.mjs +1 -1
- package/dist/index46.cjs +1 -1
- package/dist/index46.mjs +1 -1
- package/dist/index47.cjs +1 -1
- package/dist/index47.mjs +1 -1
- package/dist/index48.mjs +95 -31
- package/dist/index49.cjs +1 -1
- package/dist/index49.mjs +1 -1
- package/dist/index5.cjs +1 -1
- package/dist/index5.mjs +1 -1
- package/dist/index50.cjs +1 -1
- package/dist/index50.mjs +1 -1
- package/dist/index51.cjs +1 -1
- package/dist/index51.mjs +1 -1
- package/dist/index52.cjs +1 -1
- package/dist/index52.mjs +1 -1
- package/dist/index53.cjs +1 -1
- package/dist/index53.mjs +82 -78
- package/dist/index54.cjs +1 -1
- package/dist/index54.mjs +1 -1
- package/dist/index55.cjs +1 -1
- package/dist/index55.mjs +1 -1
- package/dist/index56.cjs +1 -1
- package/dist/index56.mjs +1 -1
- package/dist/index57.cjs +1 -1
- package/dist/index57.mjs +1 -1
- package/dist/index58.cjs +1 -1
- package/dist/index58.mjs +1 -1
- package/dist/index59.cjs +1 -1
- package/dist/index59.mjs +1 -1
- package/dist/index6.cjs +1 -1
- package/dist/index6.mjs +1 -1
- package/dist/index61.cjs +1 -1
- package/dist/index61.mjs +1 -1
- package/dist/index62.cjs +1 -1
- package/dist/index62.mjs +42 -39
- package/dist/index64.cjs +1 -1
- package/dist/index64.mjs +1 -1
- package/dist/index65.cjs +1 -1
- package/dist/index65.mjs +1 -1
- package/dist/index66.cjs +1 -1
- package/dist/index66.mjs +1 -1
- package/dist/index67.cjs +1 -1
- package/dist/index67.mjs +1 -1
- package/dist/index68.cjs +1 -1
- package/dist/index68.mjs +1 -1
- package/dist/index69.cjs +1 -1
- package/dist/index69.mjs +1 -1
- package/dist/index7.cjs +1 -1
- package/dist/index7.mjs +1 -1
- package/dist/index70.cjs +1 -1
- package/dist/index70.mjs +1 -1
- package/dist/index71.cjs +1 -1
- package/dist/index71.mjs +1 -1
- package/dist/index72.cjs +1 -1
- package/dist/index72.mjs +17 -15
- package/dist/index73.cjs +1 -1
- package/dist/index73.mjs +1 -1
- package/dist/index76.cjs +1 -1
- package/dist/index76.mjs +1 -1
- package/dist/index77.cjs +1 -1
- package/dist/index77.mjs +1 -1
- package/dist/index78.cjs +1 -1
- package/dist/index78.mjs +1 -1
- package/dist/index79.cjs +1 -1
- package/dist/index79.mjs +1 -1
- package/dist/index8.cjs +1 -1
- package/dist/index8.mjs +1 -1
- package/dist/index80.cjs +1 -1
- package/dist/index80.mjs +1 -1
- package/dist/index81.cjs +1 -1
- package/dist/index81.mjs +21 -3
- package/dist/index82.cjs +1 -1
- package/dist/index82.mjs +2 -2
- package/dist/index9.cjs +1 -1
- package/dist/index9.mjs +1 -1
- package/dist/index94.mjs +3 -1
- package/dist/index97.cjs +1 -1
- package/dist/index97.mjs +154 -24
- package/dist/index98.cjs +1 -1
- package/dist/index98.mjs +218 -46
- package/dist/index99.cjs +1 -1
- package/dist/index99.mjs +30 -55
- package/dist/styles.css +6 -5
- package/dist/theme.css +1 -0
- package/dist/tokens/brands.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/index138.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n=require("react"),f=require("react-syntax-highlighter"),d=require("react-syntax-highlighter/dist/esm/styles/prism"),u=require("lucide-react"),o=require("./index132.cjs"),k=require("./index75.cjs"),b=t=>t?{js:"javascript",ts:"typescript",jsx:"jsx",tsx:"tsx",py:"python",rb:"ruby",sh:"bash",shell:"bash",yml:"yaml",md:"markdown"}[t.toLowerCase()]||t.toLowerCase():"text",h=({code:t,language:s,showLineNumbers:m=!1,showCopyButton:p=!0,maxHeight:y="400px",className:C,...x})=>{const[a,r]=n.useState(!1);let c="dark";try{c=k.useThemeContext().theme}catch{}const g=n.useCallback(async()=>{try{await navigator.clipboard.writeText(t),r(!0),setTimeout(()=>r(!1),2e3)}catch(l){console.error("Failed to copy code:",l)}},[t]),i=b(s),j=c==="light"?d.oneLight:d.oneDark;return e.jsxs("div",{className:[o.default.codeBlock,C].filter(Boolean).join(" "),...x,children:[e.jsxs("div",{className:o.default.codeBlockHeader,children:[e.jsx("span",{className:o.default.codeBlockLanguage,children:i}),p&&e.jsx("button",{className:[o.default.codeBlockCopy,a&&o.default.codeBlockCopied].filter(Boolean).join(" "),onClick:g,"aria-label":a?"Copied!":"Copy code",children:a?e.jsxs(e.Fragment,{children:[e.jsx(u.Check,{size:14}),"Copied!"]}):e.jsxs(e.Fragment,{children:[e.jsx(u.Copy,{size:14}),"Copy"]})})]}),e.jsx("div",{className:o.default.codeBlockContent,style:{maxHeight:y},children:e.jsx(f.Prism,{language:i,style:j,showLineNumbers:m,customStyle:{margin:0,padding:0,background:"transparent",fontSize:"inherit",lineHeight:"inherit"},codeTagProps:{style:{fontFamily:"var(--font-mono)"}},children:t})})]})};h.displayName="ChatCodeBlock";exports.ChatCodeBlock=h;
|
package/dist/index138.mjs
CHANGED
|
@@ -1,221 +1,93 @@
|
|
|
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
|
-
name: "Deepblue",
|
|
40
|
-
description: "Deepblue brand - Deep Blue with Work Sans typography",
|
|
41
|
-
accent: {
|
|
42
|
-
primary: "{color.brand.deepblue.500}",
|
|
43
|
-
light: "{color.brand.deepblue.100}",
|
|
44
|
-
dark: "{color.brand.deepblue.800}"
|
|
45
|
-
},
|
|
46
|
-
typography: {
|
|
47
|
-
primary: "Work Sans",
|
|
48
|
-
secondary: "Work Sans",
|
|
49
|
-
mono: "JetBrains Mono"
|
|
50
|
-
},
|
|
51
|
-
geometry: {
|
|
52
|
-
radiusControl: "{radius.md}",
|
|
53
|
-
radiusContainer: "{radius.lg}",
|
|
54
|
-
buttonStyle: "rounded"
|
|
55
|
-
},
|
|
56
|
-
semantic: {
|
|
57
|
-
light: {
|
|
58
|
-
interactivePrimary: "{color.brand.deepblue.500}",
|
|
59
|
-
interactivePrimaryHover: "{color.brand.deepblue.700}",
|
|
60
|
-
interactivePrimaryText: "{color.neutral.0}"
|
|
61
|
-
},
|
|
62
|
-
dark: {
|
|
63
|
-
interactivePrimary: "{color.brand.deepblue.500}",
|
|
64
|
-
interactivePrimaryHover: "{color.brand.deepblue.400}",
|
|
65
|
-
interactivePrimaryText: "{color.neutral.900}"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
usage: {
|
|
69
|
-
html: '<html data-theme="dark" data-brand="deepblue">',
|
|
70
|
-
css: '/* Included in theme.css via [data-brand="deepblue"] */',
|
|
71
|
-
attribute: "deepblue"
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
red: {
|
|
75
|
-
name: "Red",
|
|
76
|
-
description: "Red brand - Red with Poppins typography and pill buttons",
|
|
77
|
-
accent: {
|
|
78
|
-
primary: "{color.brand.red.500}",
|
|
79
|
-
light: "{color.brand.red.100}",
|
|
80
|
-
dark: "{color.brand.red.900}"
|
|
81
|
-
},
|
|
82
|
-
typography: {
|
|
83
|
-
primary: "Poppins",
|
|
84
|
-
secondary: "Inter",
|
|
85
|
-
mono: "JetBrains Mono"
|
|
86
|
-
},
|
|
87
|
-
geometry: {
|
|
88
|
-
radiusControl: "var(--radius-lg)",
|
|
89
|
-
radiusContainer: "{radius.lg}",
|
|
90
|
-
buttonStyle: "pill"
|
|
91
|
-
},
|
|
92
|
-
semantic: {
|
|
93
|
-
light: {
|
|
94
|
-
interactivePrimary: "{color.brand.red.500}",
|
|
95
|
-
interactivePrimaryHover: "{color.brand.red.600}",
|
|
96
|
-
interactivePrimaryText: "{color.neutral.0}"
|
|
97
|
-
},
|
|
98
|
-
dark: {
|
|
99
|
-
interactivePrimary: "{color.brand.red.500}",
|
|
100
|
-
interactivePrimaryHover: "{color.brand.red.400}",
|
|
101
|
-
interactivePrimaryText: "{color.neutral.0}"
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
usage: {
|
|
105
|
-
html: '<html data-theme="dark" data-brand="red">',
|
|
106
|
-
css: '/* Included in theme.css via [data-brand="red"] */',
|
|
107
|
-
attribute: "red"
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
orange: {
|
|
111
|
-
name: "Orange",
|
|
112
|
-
description: "Orange brand - Red-Orange with pill buttons",
|
|
113
|
-
accent: {
|
|
114
|
-
primary: "{color.brand.orange.500}",
|
|
115
|
-
light: "{color.brand.orange.100}",
|
|
116
|
-
dark: "{color.brand.orange.900}"
|
|
117
|
-
},
|
|
118
|
-
typography: {
|
|
119
|
-
primary: "DM Sans",
|
|
120
|
-
secondary: "Inter",
|
|
121
|
-
mono: "JetBrains Mono"
|
|
122
|
-
},
|
|
123
|
-
geometry: {
|
|
124
|
-
radiusControl: "{radius.full}",
|
|
125
|
-
radiusContainer: "{radius.lg}",
|
|
126
|
-
buttonStyle: "pill"
|
|
127
|
-
},
|
|
128
|
-
semantic: {
|
|
129
|
-
light: {
|
|
130
|
-
interactivePrimary: "{color.brand.orange.500}",
|
|
131
|
-
interactivePrimaryHover: "{color.brand.orange.700}",
|
|
132
|
-
interactivePrimaryText: "{color.neutral.0}"
|
|
133
|
-
},
|
|
134
|
-
dark: {
|
|
135
|
-
interactivePrimary: "{color.brand.orange.500}",
|
|
136
|
-
interactivePrimaryHover: "{color.brand.orange.400}",
|
|
137
|
-
interactivePrimaryText: "{color.neutral.0}"
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
usage: {
|
|
141
|
-
html: '<html data-theme="dark" data-brand="orange">',
|
|
142
|
-
css: '/* Included in theme.css via [data-brand="orange"] */',
|
|
143
|
-
attribute: "orange"
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
ember: {
|
|
147
|
-
name: "Ember",
|
|
148
|
-
description: "Ember brand — Orange accent with dark neutral buttons and rectangular geometry",
|
|
149
|
-
accent: {
|
|
150
|
-
primary: "{color.brand.orange.500}",
|
|
151
|
-
light: "{color.brand.orange.100}",
|
|
152
|
-
dark: "{color.brand.orange.900}"
|
|
153
|
-
},
|
|
154
|
-
typography: {
|
|
155
|
-
primary: "DM Sans",
|
|
156
|
-
secondary: "Inter",
|
|
157
|
-
mono: "JetBrains Mono"
|
|
158
|
-
},
|
|
159
|
-
geometry: {
|
|
160
|
-
radiusControl: "{radius.md}",
|
|
161
|
-
radiusContainer: "{radius.xl}",
|
|
162
|
-
buttonStyle: "rounded"
|
|
163
|
-
},
|
|
164
|
-
semantic: {
|
|
165
|
-
light: {
|
|
166
|
-
interactivePrimary: "{color.neutral.900}",
|
|
167
|
-
interactivePrimaryHover: "{color.neutral.700}",
|
|
168
|
-
interactivePrimaryText: "{color.neutral.0}"
|
|
169
|
-
},
|
|
170
|
-
dark: {
|
|
171
|
-
interactivePrimary: "{color.neutral.100}",
|
|
172
|
-
interactivePrimaryHover: "{color.neutral.0}",
|
|
173
|
-
interactivePrimaryText: "{color.neutral.900}"
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
usage: {
|
|
177
|
-
html: '<html data-theme="light|dark" data-brand="ember">',
|
|
178
|
-
css: '/* Included in theme.css via [data-brand="ember"] */',
|
|
179
|
-
attribute: "ember"
|
|
1
|
+
import { jsxs as r, jsx as o, Fragment as d } from "react/jsx-runtime";
|
|
2
|
+
import { useState as g, useCallback as k } from "react";
|
|
3
|
+
import { Prism as x } from "react-syntax-highlighter";
|
|
4
|
+
import { oneLight as B, oneDark as b } from "react-syntax-highlighter/dist/esm/styles/prism";
|
|
5
|
+
import { Check as j, Copy as v } from "lucide-react";
|
|
6
|
+
import t from "./index132.mjs";
|
|
7
|
+
import { useThemeContext as L } from "./index75.mjs";
|
|
8
|
+
const N = (e) => e ? {
|
|
9
|
+
js: "javascript",
|
|
10
|
+
ts: "typescript",
|
|
11
|
+
jsx: "jsx",
|
|
12
|
+
tsx: "tsx",
|
|
13
|
+
py: "python",
|
|
14
|
+
rb: "ruby",
|
|
15
|
+
sh: "bash",
|
|
16
|
+
shell: "bash",
|
|
17
|
+
yml: "yaml",
|
|
18
|
+
md: "markdown"
|
|
19
|
+
}[e.toLowerCase()] || e.toLowerCase() : "text", w = ({
|
|
20
|
+
code: e,
|
|
21
|
+
language: s,
|
|
22
|
+
showLineNumbers: m = !1,
|
|
23
|
+
showCopyButton: p = !0,
|
|
24
|
+
maxHeight: h = "400px",
|
|
25
|
+
className: y,
|
|
26
|
+
...C
|
|
27
|
+
}) => {
|
|
28
|
+
const [a, i] = g(!1);
|
|
29
|
+
let l = "dark";
|
|
30
|
+
try {
|
|
31
|
+
l = L().theme;
|
|
32
|
+
} catch {
|
|
33
|
+
}
|
|
34
|
+
const u = k(async () => {
|
|
35
|
+
try {
|
|
36
|
+
await navigator.clipboard.writeText(e), i(!0), setTimeout(() => i(!1), 2e3);
|
|
37
|
+
} catch (n) {
|
|
38
|
+
console.error("Failed to copy code:", n);
|
|
180
39
|
}
|
|
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
|
-
|
|
40
|
+
}, [e]), c = N(s), f = l === "light" ? B : b;
|
|
41
|
+
return /* @__PURE__ */ r(
|
|
42
|
+
"div",
|
|
43
|
+
{
|
|
44
|
+
className: [t.codeBlock, y].filter(Boolean).join(" "),
|
|
45
|
+
...C,
|
|
46
|
+
children: [
|
|
47
|
+
/* @__PURE__ */ r("div", { className: t.codeBlockHeader, children: [
|
|
48
|
+
/* @__PURE__ */ o("span", { className: t.codeBlockLanguage, children: c }),
|
|
49
|
+
p && /* @__PURE__ */ o(
|
|
50
|
+
"button",
|
|
51
|
+
{
|
|
52
|
+
className: [t.codeBlockCopy, a && t.codeBlockCopied].filter(Boolean).join(" "),
|
|
53
|
+
onClick: u,
|
|
54
|
+
"aria-label": a ? "Copied!" : "Copy code",
|
|
55
|
+
children: a ? /* @__PURE__ */ r(d, { children: [
|
|
56
|
+
/* @__PURE__ */ o(j, { size: 14 }),
|
|
57
|
+
"Copied!"
|
|
58
|
+
] }) : /* @__PURE__ */ r(d, { children: [
|
|
59
|
+
/* @__PURE__ */ o(v, { size: 14 }),
|
|
60
|
+
"Copy"
|
|
61
|
+
] })
|
|
62
|
+
}
|
|
63
|
+
)
|
|
64
|
+
] }),
|
|
65
|
+
/* @__PURE__ */ o("div", { className: t.codeBlockContent, style: { maxHeight: h }, children: /* @__PURE__ */ o(
|
|
66
|
+
x,
|
|
67
|
+
{
|
|
68
|
+
language: c,
|
|
69
|
+
style: f,
|
|
70
|
+
showLineNumbers: m,
|
|
71
|
+
customStyle: {
|
|
72
|
+
margin: 0,
|
|
73
|
+
padding: 0,
|
|
74
|
+
background: "transparent",
|
|
75
|
+
fontSize: "inherit",
|
|
76
|
+
lineHeight: "inherit"
|
|
77
|
+
},
|
|
78
|
+
codeTagProps: {
|
|
79
|
+
style: {
|
|
80
|
+
fontFamily: "var(--font-mono)"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
children: e
|
|
84
|
+
}
|
|
85
|
+
) })
|
|
86
|
+
]
|
|
216
87
|
}
|
|
217
|
-
|
|
88
|
+
);
|
|
218
89
|
};
|
|
90
|
+
w.displayName = "ChatCodeBlock";
|
|
219
91
|
export {
|
|
220
|
-
|
|
92
|
+
w as ChatCodeBlock
|
|
221
93
|
};
|
package/dist/index139.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react/jsx-runtime"),d=require("react-markdown"),u=require("remark-gfm"),m=require("./index138.cjs"),g=require("./index132.cjs"),o=({content:s,className:c,...i})=>r.jsx("div",{className:[g.default.markdown,c].filter(Boolean).join(" "),...i,children:r.jsx(d,{remarkPlugins:[u],components:{code({className:e,children:t,...a}){const n=/language-(\w+)/.exec(e||"");if(!n)return r.jsx("code",{className:e,...a,children:t});const l=String(t).replace(/\n$/,"");return r.jsx(m.ChatCodeBlock,{code:l,language:n[1]})},pre({children:e}){return r.jsx(r.Fragment,{children:e})},a({href:e,children:t,...a}){const n=e?.startsWith("http");return r.jsx("a",{href:e,target:n?"_blank":void 0,rel:n?"noopener noreferrer":void 0,...a,children:t})}},children:s})});o.displayName="ChatMarkdown";exports.ChatMarkdown=o;
|
package/dist/index139.mjs
CHANGED
|
@@ -1,31 +1,55 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
import { jsx as e, Fragment as c } from "react/jsx-runtime";
|
|
2
|
+
import l from "react-markdown";
|
|
3
|
+
import d from "remark-gfm";
|
|
4
|
+
import { ChatCodeBlock as p } from "./index138.mjs";
|
|
5
|
+
import g from "./index132.mjs";
|
|
6
|
+
const f = ({
|
|
7
|
+
content: a,
|
|
8
|
+
className: i,
|
|
9
|
+
...m
|
|
10
|
+
}) => /* @__PURE__ */ e(
|
|
11
|
+
"div",
|
|
12
|
+
{
|
|
13
|
+
className: [g.markdown, i].filter(Boolean).join(" "),
|
|
14
|
+
...m,
|
|
15
|
+
children: /* @__PURE__ */ e(
|
|
16
|
+
l,
|
|
17
|
+
{
|
|
18
|
+
remarkPlugins: [d],
|
|
19
|
+
components: {
|
|
20
|
+
// Custom code block rendering
|
|
21
|
+
code({ className: r, children: o, ...t }) {
|
|
22
|
+
const n = /language-(\w+)/.exec(r || "");
|
|
23
|
+
if (!n)
|
|
24
|
+
return /* @__PURE__ */ e("code", { className: r, ...t, children: o });
|
|
25
|
+
const s = String(o).replace(/\n$/, "");
|
|
26
|
+
return /* @__PURE__ */ e(p, { code: s, language: n[1] });
|
|
27
|
+
},
|
|
28
|
+
// Custom pre rendering (remove wrapper for code blocks)
|
|
29
|
+
pre({ children: r }) {
|
|
30
|
+
return /* @__PURE__ */ e(c, { children: r });
|
|
31
|
+
},
|
|
32
|
+
// Custom link rendering (open in new tab)
|
|
33
|
+
a({ href: r, children: o, ...t }) {
|
|
34
|
+
const n = r?.startsWith("http");
|
|
35
|
+
return /* @__PURE__ */ e(
|
|
36
|
+
"a",
|
|
37
|
+
{
|
|
38
|
+
href: r,
|
|
39
|
+
target: n ? "_blank" : void 0,
|
|
40
|
+
rel: n ? "noopener noreferrer" : void 0,
|
|
41
|
+
...t,
|
|
42
|
+
children: o
|
|
43
|
+
}
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
children: a
|
|
48
|
+
}
|
|
49
|
+
)
|
|
50
|
+
}
|
|
51
|
+
);
|
|
52
|
+
f.displayName = "ChatMarkdown";
|
|
16
53
|
export {
|
|
17
|
-
|
|
18
|
-
t as day,
|
|
19
|
-
g as default,
|
|
20
|
-
n as disabled,
|
|
21
|
-
a as grid,
|
|
22
|
-
d as header,
|
|
23
|
-
_ as monthLabel,
|
|
24
|
-
j as outside,
|
|
25
|
-
l as rangeEnd,
|
|
26
|
-
c as rangeMiddle,
|
|
27
|
-
o as rangeStart,
|
|
28
|
-
s as selected,
|
|
29
|
-
k as today,
|
|
30
|
-
r as weekday
|
|
54
|
+
f as ChatMarkdown
|
|
31
55
|
};
|
package/dist/index14.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),$=require("react"),e=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),$=require("react"),e=require("./index123.cjs"),C=d=>d.replace(/-([a-z])/g,r=>r[1]?.toUpperCase()||""),o=$.forwardRef(({variant:d="primary",size:r="md",isLoading:t=!1,fullWidth:i=!1,icon:s,iconRight:u,iconOnly:l=!1,className:c,children:f,disabled:m,type:p="button",...h},j)=>{const N=e.default[C(d)],b=[e.default.button,N,e.default[r],i&&e.default.fullWidth,l&&e.default.iconOnly,t&&e.default.loading,c].filter(Boolean).join(" "),x=m||t,n=t?e.default.loadingContent:void 0;return a.jsxs("button",{ref:j,type:p,className:b,disabled:x,...h,children:[t&&a.jsx("span",{className:e.default.spinner,"aria-hidden":"true"}),s&&!l&&a.jsx("span",{className:`${e.default.icon} ${n||""}`,"aria-hidden":"true",children:s}),l&&s?a.jsx("span",{className:`${e.default.icon} ${n||""}`,"aria-hidden":"true",children:s}):a.jsx("span",{className:n,children:f}),u&&!l&&a.jsx("span",{className:`${e.default.icon} ${e.default.iconRight} ${n||""}`,"aria-hidden":"true",children:u})]})});o.displayName="Button";exports.Button=o;
|
package/dist/index14.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as b, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as j } from "react";
|
|
3
|
-
import a from "./
|
|
3
|
+
import a from "./index123.mjs";
|
|
4
4
|
const x = (l) => l.replace(/-([a-z])/g, (o) => o[1]?.toUpperCase() || ""), B = j(
|
|
5
5
|
({
|
|
6
6
|
variant: l = "primary",
|
package/dist/index140.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),d=require("react"),I=require("lucide-react"),a=require("./index132.cjs"),w=require("./index185.cjs"),u=({src:i,alt:t="Image attachment",thumbnail:g,onClick:n,enableLightbox:s=!0,className:o,...l})=>{const[h,c]=d.useState(!1),[f,v]=d.useState(!1),m=()=>{n?n():s&&c(!0)},x=r=>{(r.key==="Enter"||r.key===" ")&&(r.preventDefault(),m())},j=()=>{v(!0)};return f?e.jsxs("div",{className:[a.default.imagePreview,a.default.attachmentPreview,o].filter(Boolean).join(" "),...l,children:[e.jsx("div",{className:a.default.attachmentPreviewIcon,children:e.jsx(I.ImageOff,{size:20})}),e.jsx("span",{className:a.default.attachmentPreviewName,children:"Image failed to load"})]}):e.jsxs(e.Fragment,{children:[e.jsx("div",{className:[a.default.imagePreview,o].filter(Boolean).join(" "),onClick:m,onKeyDown:x,role:"button",tabIndex:0,"aria-label":t,...l,children:e.jsx("img",{src:g||i,alt:t,className:a.default.imagePreviewImg,onError:j,loading:"lazy"})}),s&&e.jsx(w.ChatLightbox,{src:i,alt:t,isOpen:h,onClose:()=>c(!1)})]})};u.displayName="ChatImagePreview";exports.ChatImagePreview=u;
|
package/dist/index140.mjs
CHANGED
|
@@ -1,45 +1,69 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
1
|
+
import { jsxs as f, jsx as e, Fragment as u } from "react/jsx-runtime";
|
|
2
|
+
import { useState as g } from "react";
|
|
3
|
+
import { ImageOff as P } from "lucide-react";
|
|
4
|
+
import a from "./index132.mjs";
|
|
5
|
+
import { ChatLightbox as y } from "./index185.mjs";
|
|
6
|
+
const x = ({
|
|
7
|
+
src: i,
|
|
8
|
+
alt: r = "Image attachment",
|
|
9
|
+
thumbnail: h,
|
|
10
|
+
onClick: o,
|
|
11
|
+
enableLightbox: n = !0,
|
|
12
|
+
className: m,
|
|
13
|
+
...s
|
|
14
|
+
}) => {
|
|
15
|
+
const [d, l] = g(!1), [p, v] = g(!1), c = () => {
|
|
16
|
+
o ? o() : n && l(!0);
|
|
17
|
+
}, I = (t) => {
|
|
18
|
+
(t.key === "Enter" || t.key === " ") && (t.preventDefault(), c());
|
|
19
|
+
}, w = () => {
|
|
20
|
+
v(!0);
|
|
21
|
+
};
|
|
22
|
+
return p ? /* @__PURE__ */ f(
|
|
23
|
+
"div",
|
|
24
|
+
{
|
|
25
|
+
className: [a.imagePreview, a.attachmentPreview, m].filter(Boolean).join(" "),
|
|
26
|
+
...s,
|
|
27
|
+
children: [
|
|
28
|
+
/* @__PURE__ */ e("div", { className: a.attachmentPreviewIcon, children: /* @__PURE__ */ e(P, { size: 20 }) }),
|
|
29
|
+
/* @__PURE__ */ e("span", { className: a.attachmentPreviewName, children: "Image failed to load" })
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
) : /* @__PURE__ */ f(u, { children: [
|
|
33
|
+
/* @__PURE__ */ e(
|
|
34
|
+
"div",
|
|
35
|
+
{
|
|
36
|
+
className: [a.imagePreview, m].filter(Boolean).join(" "),
|
|
37
|
+
onClick: c,
|
|
38
|
+
onKeyDown: I,
|
|
39
|
+
role: "button",
|
|
40
|
+
tabIndex: 0,
|
|
41
|
+
"aria-label": r,
|
|
42
|
+
...s,
|
|
43
|
+
children: /* @__PURE__ */ e(
|
|
44
|
+
"img",
|
|
45
|
+
{
|
|
46
|
+
src: h || i,
|
|
47
|
+
alt: r,
|
|
48
|
+
className: a.imagePreviewImg,
|
|
49
|
+
onError: w,
|
|
50
|
+
loading: "lazy"
|
|
51
|
+
}
|
|
52
|
+
)
|
|
53
|
+
}
|
|
54
|
+
),
|
|
55
|
+
n && /* @__PURE__ */ e(
|
|
56
|
+
y,
|
|
57
|
+
{
|
|
58
|
+
src: i,
|
|
59
|
+
alt: r,
|
|
60
|
+
isOpen: d,
|
|
61
|
+
onClose: () => l(!1)
|
|
62
|
+
}
|
|
63
|
+
)
|
|
64
|
+
] });
|
|
25
65
|
};
|
|
66
|
+
x.displayName = "ChatImagePreview";
|
|
26
67
|
export {
|
|
27
|
-
x as
|
|
28
|
-
a as closeButton,
|
|
29
|
-
o as container,
|
|
30
|
-
I as default,
|
|
31
|
-
_ as fadeIn,
|
|
32
|
-
r as footer,
|
|
33
|
-
i as header,
|
|
34
|
-
d as headerActions,
|
|
35
|
-
p as headerContent,
|
|
36
|
-
h as loading,
|
|
37
|
-
e as overlay,
|
|
38
|
-
t as panel,
|
|
39
|
-
s as slideInLeft,
|
|
40
|
-
n as slideInRight,
|
|
41
|
-
g as spin,
|
|
42
|
-
f as spinner,
|
|
43
|
-
c as subtitle,
|
|
44
|
-
l as title
|
|
68
|
+
x as ChatImagePreview
|
|
45
69
|
};
|
package/dist/index141.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),r=require("react"),P=require("lucide-react"),m=require("./index184.cjs"),l=require("./index132.cjs"),p=({src:k,duration:T,title:h,className:b,...x})=>{const[o,f]=r.useState(!1),[s,d]=r.useState(0),[a,g]=r.useState(T||0),n=r.useRef(null),j=r.useCallback(()=>{const e=n.current;e&&!isNaN(e.duration)&&isFinite(e.duration)&&g(e.duration)},[]),v=r.useCallback(()=>{const e=n.current;e&&d(e.currentTime)},[]),C=r.useCallback(()=>{f(!1),d(0)},[]),w=r.useCallback(()=>{const e=n.current;e&&(o?e.pause():e.play().catch(()=>{f(!1)}),f(!o))},[o]),N=r.useCallback(e=>{const c=n.current;if(!c||!a)return;const u=e.currentTarget.getBoundingClientRect(),y=(e.clientX-u.left)/u.width*a;c.currentTime=y,d(y)},[a]),A=r.useCallback(e=>{const c=n.current;if(!c||!a)return;const u=5;let i=s;switch(e.key){case"ArrowRight":case"ArrowUp":e.preventDefault(),i=Math.min(s+u,a);break;case"ArrowLeft":case"ArrowDown":e.preventDefault(),i=Math.max(s-u,0);break;case"Home":e.preventDefault(),i=0;break;case"End":e.preventDefault(),i=a;break;default:return}c.currentTime=i,d(i)},[s,a]),D=a>0?s/a*100:0;return r.useEffect(()=>()=>{const e=n.current;e&&e.pause()},[]),t.jsxs("div",{className:[l.default.audioPlayer,b].filter(Boolean).join(" "),...x,children:[t.jsx("audio",{ref:n,src:k,onLoadedMetadata:j,onTimeUpdate:v,onEnded:C,preload:"metadata"}),t.jsx("button",{className:l.default.audioPlayerButton,onClick:w,"aria-label":o?"Pause":"Play",children:o?t.jsx(P.Pause,{size:16}):t.jsx(P.Play,{size:16})}),t.jsxs("div",{className:l.default.audioPlayerProgress,children:[h&&t.jsx("span",{className:l.default.attachmentPreviewName,children:h}),t.jsx("div",{className:l.default.audioPlayerTrack,onClick:N,onKeyDown:A,role:"slider","aria-label":"Audio progress","aria-valuemin":0,"aria-valuemax":a,"aria-valuenow":s,"aria-valuetext":`${m.formatTime(s)} of ${m.formatTime(a)}`,tabIndex:0,children:t.jsx("div",{className:l.default.audioPlayerFill,style:{width:`${D}%`}})}),t.jsxs("div",{className:l.default.audioPlayerTime,children:[t.jsx("span",{children:m.formatTime(s)}),t.jsx("span",{children:m.formatTime(a)})]})]})]})};p.displayName="ChatAudioPlayer";exports.ChatAudioPlayer=p;
|