@orion-ds/react 4.2.5 → 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/Alert/Alert.d.ts.map +1 -1
- package/dist/components/Alert/Alert.module.css +1 -1
- package/dist/components/Alert/Alert.stories.d.ts +2 -1
- package/dist/components/Alert/Alert.stories.d.ts.map +1 -1
- package/dist/components/Alert/Alert.types.d.ts +1 -1
- package/dist/components/Alert/Alert.types.d.ts.map +1 -1
- package/dist/components/Badge/Badge.module.css +1 -1
- package/dist/components/Badge/Badge.stories.d.ts +2 -2
- package/dist/components/Badge/Badge.stories.d.ts.map +1 -1
- package/dist/components/Badge/Badge.types.d.ts +2 -2
- package/dist/components/Badge/Badge.types.d.ts.map +1 -1
- package/dist/components/Button/Button.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 +1 -1
- package/dist/components/Card/Card.stories.d.ts.map +1 -1
- package/dist/components/Card/Card.types.d.ts +3 -1
- package/dist/components/Card/Card.types.d.ts.map +1 -1
- package/dist/components/Chip/Chip.module.css +1 -1
- package/dist/components/Chip/Chip.stories.d.ts +1 -1
- package/dist/components/Chip/Chip.stories.d.ts.map +1 -1
- package/dist/components/Chip/Chip.types.d.ts +1 -1
- package/dist/components/Chip/Chip.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/Field/Field.module.css +1 -1
- package/dist/components/Field/Field.stories.d.ts +5 -0
- package/dist/components/Field/Field.stories.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/Select/Select.module.css +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/Textarea/Textarea.module.css +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 -24
- package/dist/index101.cjs +1 -1
- package/dist/index101.mjs +16 -44
- package/dist/index102.cjs +1 -1
- package/dist/index102.mjs +30 -30
- package/dist/index103.cjs +1 -1
- package/dist/index103.mjs +30 -28
- package/dist/index104.cjs +1 -1
- package/dist/index104.mjs +40 -16
- package/dist/index105.cjs +1 -1
- package/dist/index105.mjs +36 -64
- package/dist/index106.cjs +1 -1
- package/dist/index106.mjs +54 -52
- package/dist/index107.cjs +1 -1
- package/dist/index107.mjs +46 -42
- package/dist/index108.cjs +1 -1
- package/dist/index108.mjs +13 -29
- package/dist/index109.cjs +1 -1
- package/dist/index109.mjs +28 -24
- package/dist/index11.cjs +1 -1
- package/dist/index11.mjs +1 -1
- package/dist/index110.cjs +1 -1
- package/dist/index110.mjs +65 -28
- package/dist/index111.cjs +1 -1
- package/dist/index111.mjs +24 -18
- package/dist/index112.cjs +1 -1
- package/dist/index112.mjs +35 -14
- package/dist/index113.cjs +1 -1
- package/dist/index113.mjs +30 -50
- package/dist/index114.cjs +1 -1
- package/dist/index114.mjs +32 -53
- package/dist/index115.cjs +1 -1
- package/dist/index115.mjs +57 -62
- package/dist/index116.cjs +1 -1
- package/dist/index116.mjs +18 -33
- package/dist/index117.cjs +1 -1
- package/dist/index117.mjs +12 -30
- package/dist/index118.cjs +1 -1
- package/dist/index118.mjs +64 -18
- package/dist/index119.cjs +1 -1
- package/dist/index119.mjs +28 -56
- package/dist/index12.cjs +1 -1
- package/dist/index12.mjs +1 -1
- package/dist/index120.cjs +1 -1
- package/dist/index120.mjs +32 -38
- package/dist/index121.cjs +1 -1
- package/dist/index121.mjs +76 -20
- package/dist/index122.cjs +1 -1
- package/dist/index122.mjs +33 -40
- package/dist/index123.cjs +1 -1
- package/dist/index123.mjs +40 -76
- package/dist/index124.cjs +1 -1
- package/dist/index124.mjs +52 -51
- package/dist/index125.cjs +1 -1
- package/dist/index125.mjs +41 -29
- package/dist/index126.cjs +1 -1
- package/dist/index126.mjs +18 -65
- package/dist/index127.cjs +1 -1
- package/dist/index127.mjs +37 -31
- package/dist/index128.cjs +1 -1
- package/dist/index128.mjs +28 -32
- package/dist/index129.cjs +1 -1
- package/dist/index129.mjs +36 -45
- package/dist/index13.cjs +1 -1
- package/dist/index13.mjs +1 -1
- package/dist/index130.cjs +1 -1
- package/dist/index130.mjs +18 -42
- package/dist/index131.cjs +1 -1
- package/dist/index131.mjs +18 -28
- package/dist/index132.cjs +1 -1
- package/dist/index132.mjs +234 -30
- package/dist/index133.cjs +1 -1
- package/dist/index133.mjs +34 -25
- package/dist/index134.cjs +1 -1
- package/dist/index134.mjs +44 -13
- package/dist/index135.cjs +1 -1
- package/dist/index135.mjs +170 -234
- package/dist/index136.cjs +1 -1
- package/dist/index136.mjs +184 -32
- package/dist/index137.cjs +1 -1
- package/dist/index137.mjs +24 -39
- package/dist/index138.cjs +1 -1
- package/dist/index138.mjs +78 -158
- package/dist/index139.cjs +1 -1
- package/dist/index139.mjs +47 -180
- package/dist/index14.cjs +1 -1
- package/dist/index14.mjs +1 -1
- package/dist/index140.cjs +1 -1
- package/dist/index140.mjs +64 -26
- package/dist/index141.cjs +1 -1
- package/dist/index141.mjs +115 -81
- package/dist/index142.cjs +1 -1
- package/dist/index142.mjs +108 -52
- package/dist/index143.cjs +1 -1
- package/dist/index143.mjs +105 -60
- package/dist/index144.cjs +1 -1
- package/dist/index144.mjs +112 -114
- package/dist/index145.cjs +1 -1
- package/dist/index145.mjs +212 -106
- package/dist/index146.cjs +1 -1
- package/dist/index146.mjs +42 -111
- package/dist/index147.cjs +1 -1
- package/dist/index147.mjs +27 -122
- package/dist/index148.cjs +1 -1
- package/dist/index148.mjs +56 -214
- package/dist/index149.cjs +1 -1
- package/dist/index149.mjs +46 -22
- package/dist/index15.cjs +1 -1
- package/dist/index15.mjs +1 -1
- package/dist/index150.cjs +1 -1
- package/dist/index150.mjs +24 -36
- package/dist/index151.cjs +1 -1
- package/dist/index151.mjs +24 -12
- package/dist/index152.cjs +1 -1
- package/dist/index152.mjs +20 -28
- package/dist/index153.cjs +1 -1
- package/dist/index153.mjs +26 -46
- package/dist/index154.cjs +1 -1
- package/dist/index154.mjs +28 -38
- package/dist/index155.cjs +1 -1
- package/dist/index155.mjs +40 -36
- package/dist/index156.cjs +1 -1
- package/dist/index156.mjs +22 -18
- package/dist/index157.cjs +1 -1
- package/dist/index157.mjs +64 -62
- package/dist/index158.cjs +1 -1
- package/dist/index158.mjs +12 -18
- package/dist/index159.cjs +1 -1
- package/dist/index159.mjs +33 -67
- package/dist/index16.cjs +1 -1
- package/dist/index16.mjs +73 -69
- package/dist/index160.cjs +1 -1
- package/dist/index160.mjs +20 -20
- package/dist/index161.cjs +1 -1
- package/dist/index161.mjs +42 -106
- package/dist/index162.cjs +1 -1
- package/dist/index162.mjs +20 -33
- package/dist/index163.cjs +1 -1
- package/dist/index163.mjs +28 -28
- package/dist/index164.cjs +1 -1
- package/dist/index164.mjs +44 -18
- package/dist/index165.cjs +1 -1
- package/dist/index165.mjs +63 -37
- package/dist/index166.cjs +1 -1
- package/dist/index166.mjs +28 -28
- package/dist/index167.cjs +1 -1
- package/dist/index167.mjs +20 -46
- package/dist/index168.cjs +1 -1
- package/dist/index168.mjs +67 -22
- package/dist/index169.cjs +1 -1
- package/dist/index169.mjs +30 -40
- package/dist/index17.cjs +1 -1
- package/dist/index17.mjs +1 -1
- package/dist/index170.cjs +1 -1
- package/dist/index170.mjs +24 -20
- package/dist/index171.cjs +1 -1
- package/dist/index171.mjs +44 -42
- package/dist/index172.cjs +1 -1
- package/dist/index172.mjs +46 -64
- package/dist/index173.cjs +1 -1
- package/dist/index173.mjs +28 -55
- package/dist/index174.cjs +1 -1
- package/dist/index174.mjs +106 -26
- package/dist/index175.cjs +1 -1
- package/dist/index175.mjs +52 -44
- package/dist/index176.cjs +1 -1
- package/dist/index176.mjs +45 -28
- package/dist/index177.cjs +1 -1
- package/dist/index177.mjs +38 -33
- package/dist/index178.cjs +1 -1
- package/dist/index178.mjs +55 -32
- package/dist/index179.cjs +1 -1
- package/dist/index179.mjs +50 -46
- package/dist/index18.cjs +1 -1
- package/dist/index18.mjs +1 -1
- package/dist/index180.cjs +1 -1
- package/dist/index180.mjs +30 -57
- package/dist/index181.cjs +1 -1
- package/dist/index181.mjs +52 -27
- package/dist/index182.cjs +1 -1
- package/dist/index182.mjs +17 -17
- package/dist/index183.cjs +1 -1
- package/dist/index183.mjs +17 -17
- 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 +2 -2
- 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/index29.cjs +1 -1
- package/dist/index29.mjs +1 -1
- package/dist/index3.cjs +1 -1
- package/dist/index3.mjs +2 -2
- 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/index60.cjs +1 -1
- package/dist/index60.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/index63.cjs +1 -1
- package/dist/index63.mjs +1 -1
- 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/index74.cjs +1 -1
- package/dist/index74.mjs +2 -2
- 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 +31 -30
- 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/index9.cjs +1 -1
- package/dist/index9.mjs +1 -1
- package/dist/index94.mjs +3 -1
- package/dist/index99.cjs +1 -1
- package/dist/index99.mjs +30 -40
- package/dist/styles.css +13 -12
- package/dist/theme.css +1 -0
- package/dist/tokens/brands.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/index129.mjs
CHANGED
|
@@ -1,48 +1,39 @@
|
|
|
1
|
-
const e = "
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
subItems: h,
|
|
20
|
-
footer: I,
|
|
21
|
-
divider: f,
|
|
22
|
-
collapseToggle: T,
|
|
23
|
-
"variant-floating": "_variant-floating_18951_267"
|
|
1
|
+
const e = "_gallery_nbesj_7", n = "_header_nbesj_14", s = "_searchContainer_nbesj_33", o = "_searchIcon_nbesj_39", c = "_searchInput_nbesj_48", t = "_resultCount_nbesj_69", _ = "_categories_nbesj_80", a = "_categoryBtn_nbesj_88", r = "_active_nbesj_106", i = "_iconGrid_nbesj_113", l = "_iconItem_nbesj_121", b = "_iconDisplay_nbesj_149", j = "_iconName_nbesj_158", d = "_copiedBadge_nbesj_172", u = "_noResults_nbesj_208", g = "_usageInfo_nbesj_220", h = "_codeBlock_nbesj_235", I = {
|
|
2
|
+
gallery: e,
|
|
3
|
+
header: n,
|
|
4
|
+
searchContainer: s,
|
|
5
|
+
searchIcon: o,
|
|
6
|
+
searchInput: c,
|
|
7
|
+
resultCount: t,
|
|
8
|
+
categories: _,
|
|
9
|
+
categoryBtn: a,
|
|
10
|
+
active: r,
|
|
11
|
+
iconGrid: i,
|
|
12
|
+
iconItem: l,
|
|
13
|
+
iconDisplay: b,
|
|
14
|
+
iconName: j,
|
|
15
|
+
copiedBadge: d,
|
|
16
|
+
noResults: u,
|
|
17
|
+
usageInfo: g,
|
|
18
|
+
codeBlock: h
|
|
24
19
|
};
|
|
25
20
|
export {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
c as
|
|
43
|
-
|
|
44
|
-
n as sectionItems,
|
|
45
|
-
s as sectionTitle,
|
|
46
|
-
e as sidebar,
|
|
47
|
-
h as subItems
|
|
21
|
+
r as active,
|
|
22
|
+
_ as categories,
|
|
23
|
+
a as categoryBtn,
|
|
24
|
+
h as codeBlock,
|
|
25
|
+
d as copiedBadge,
|
|
26
|
+
I as default,
|
|
27
|
+
e as gallery,
|
|
28
|
+
n as header,
|
|
29
|
+
b as iconDisplay,
|
|
30
|
+
i as iconGrid,
|
|
31
|
+
l as iconItem,
|
|
32
|
+
j as iconName,
|
|
33
|
+
u as noResults,
|
|
34
|
+
t as resultCount,
|
|
35
|
+
s as searchContainer,
|
|
36
|
+
o as searchIcon,
|
|
37
|
+
c as searchInput,
|
|
38
|
+
g as usageInfo
|
|
48
39
|
};
|
package/dist/index13.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react/jsx-runtime"),f=require("react"),B=require("lucide-react"),a=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react/jsx-runtime"),f=require("react"),B=require("lucide-react"),a=require("./index163.cjs"),h=({items:l,separator:c="chevron",customSeparator:u,showHomeIcon:m=!1,maxItems:n,size:i="md",className:j,linkProps:p})=>{const t=f.useMemo(()=>{if(!n||l.length<=n)return l;const e=l[0],s=l.slice(-(n-1));return[...e?[e]:[],{label:"...",href:void 0},...s]},[l,n]),b=e=>{const s=[a.default.separator,c==="chevron"&&a.default.chevron,c==="slash"&&a.default.slash].filter(Boolean).join(" ");return c==="custom"&&u?r.jsx("span",{className:a.default.separator,"aria-hidden":"true",children:u},`sep-${e}`):r.jsx("span",{className:s,"aria-hidden":"true"},`sep-${e}`)},N=()=>{switch(i){case"sm":return 14;case"lg":return 18;default:return 16}},o=()=>m?r.jsx("span",{className:a.default.homeIcon,"aria-label":"Home",children:r.jsx(B.Home,{size:N()})}):null,g=(e,s)=>{const d=s===t.length-1;return e.label==="..."?r.jsx("li",{className:a.default.item,children:r.jsx("span",{className:a.default.ellipsis,"aria-label":"More items",children:"…"})},`ellipsis-${s}`):d||!e.href?r.jsx("li",{className:a.default.item,"aria-current":d?"page":void 0,children:r.jsxs("span",{className:a.default.current,children:[s===0&&o(),e.icon&&r.jsx("span",{className:a.default.icon,children:e.icon}),e.label]})},s):r.jsx("li",{className:a.default.item,children:r.jsxs("a",{href:e.href,className:a.default.link,...p,children:[s===0&&o(),e.icon&&r.jsx("span",{className:a.default.icon,children:e.icon}),e.label]})},s)},v=[a.default.breadcrumb,a.default[i],j].filter(Boolean).join(" ");return r.jsx("nav",{"aria-label":"Breadcrumb",children:r.jsx("ol",{className:v,children:t.map((e,s)=>r.jsxs(f.Fragment,{children:[g(e,s),s<t.length-1&&b(s)]},s))})})};h.displayName="Breadcrumb";exports.Breadcrumb=h;
|
package/dist/index13.mjs
CHANGED
package/dist/index130.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r="_trigger_1xlzd_16",t="_triggerFullWidth_1xlzd_21",o="_popover_1xlzd_28",e="_visible_1xlzd_46",_="_content_1xlzd_57",l="_arrow_1xlzd_68",i={trigger:r,triggerFullWidth:t,popover:o,visible:e,content:_,arrow:l,"arrow-top":"_arrow-top_1xlzd_78","arrow-bottom":"_arrow-bottom_1xlzd_86","arrow-left":"_arrow-left_1xlzd_94","arrow-right":"_arrow-right_1xlzd_102"};exports.arrow=l;exports.content=_;exports.default=i;exports.popover=o;exports.trigger=r;exports.triggerFullWidth=t;exports.visible=e;
|
package/dist/index130.mjs
CHANGED
|
@@ -1,45 +1,21 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"size-lg": "_size-lg_1pxo1_89",
|
|
13
|
-
"size-xl": "_size-xl_1pxo1_93",
|
|
14
|
-
header: i,
|
|
15
|
-
headerContent: p,
|
|
16
|
-
title: l,
|
|
17
|
-
subtitle: c,
|
|
18
|
-
headerActions: d,
|
|
19
|
-
closeButton: a,
|
|
20
|
-
body: x,
|
|
21
|
-
footer: r,
|
|
22
|
-
loading: h,
|
|
23
|
-
spinner: f,
|
|
24
|
-
spin: g
|
|
1
|
+
const r = "_trigger_1xlzd_16", t = "_triggerFullWidth_1xlzd_21", o = "_popover_1xlzd_28", _ = "_visible_1xlzd_46", l = "_content_1xlzd_57", e = "_arrow_1xlzd_68", i = {
|
|
2
|
+
trigger: r,
|
|
3
|
+
triggerFullWidth: t,
|
|
4
|
+
popover: o,
|
|
5
|
+
visible: _,
|
|
6
|
+
content: l,
|
|
7
|
+
arrow: e,
|
|
8
|
+
"arrow-top": "_arrow-top_1xlzd_78",
|
|
9
|
+
"arrow-bottom": "_arrow-bottom_1xlzd_86",
|
|
10
|
+
"arrow-left": "_arrow-left_1xlzd_94",
|
|
11
|
+
"arrow-right": "_arrow-right_1xlzd_102"
|
|
25
12
|
};
|
|
26
13
|
export {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
|
14
|
+
e as arrow,
|
|
15
|
+
l as content,
|
|
16
|
+
i as default,
|
|
17
|
+
o as popover,
|
|
18
|
+
r as trigger,
|
|
19
|
+
t as triggerFullWidth,
|
|
20
|
+
_ as visible
|
|
45
21
|
};
|
package/dist/index131.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="_emptyState_6m57l_8",e="_sm_6m57l_21",s="_icon_6m57l_24",o="_title_6m57l_28",_="_description_6m57l_32",i="_actions_6m57l_37",c="_md_6m57l_43",l="_lg_6m57l_63",n={emptyState:t,sm:e,icon:s,title:o,description:_,actions:i,md:c,lg:l};exports.actions=i;exports.default=n;exports.description=_;exports.emptyState=t;exports.icon=s;exports.lg=l;exports.md=c;exports.sm=e;exports.title=o;
|
package/dist/index131.mjs
CHANGED
|
@@ -1,31 +1,21 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
rangeStart: o,
|
|
11
|
-
rangeMiddle: c,
|
|
12
|
-
rangeEnd: l,
|
|
13
|
-
today: k,
|
|
14
|
-
outside: j
|
|
1
|
+
const t = "_emptyState_6m57l_8", _ = "_sm_6m57l_21", s = "_icon_6m57l_24", o = "_title_6m57l_28", c = "_description_6m57l_32", n = "_actions_6m57l_37", m = "_md_6m57l_43", l = "_lg_6m57l_63", e = {
|
|
2
|
+
emptyState: t,
|
|
3
|
+
sm: _,
|
|
4
|
+
icon: s,
|
|
5
|
+
title: o,
|
|
6
|
+
description: c,
|
|
7
|
+
actions: n,
|
|
8
|
+
md: m,
|
|
9
|
+
lg: l
|
|
15
10
|
};
|
|
16
11
|
export {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
c as rangeMiddle,
|
|
27
|
-
o as rangeStart,
|
|
28
|
-
s as selected,
|
|
29
|
-
k as today,
|
|
30
|
-
r as weekday
|
|
12
|
+
n as actions,
|
|
13
|
+
e as default,
|
|
14
|
+
c as description,
|
|
15
|
+
t as emptyState,
|
|
16
|
+
s as icon,
|
|
17
|
+
l as lg,
|
|
18
|
+
m as md,
|
|
19
|
+
_ as sm,
|
|
20
|
+
o as title
|
|
31
21
|
};
|
package/dist/index132.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_chat_ytosv_12",t="_header_ytosv_28",s="_headerAvatar_ytosv_38",o="_headerContent_ytosv_42",a="_headerTitle_ytosv_47",r="_headerSubtitle_ytosv_55",n="_headerActions_ytosv_62",i="_messages_ytosv_73",c="_messagesInner_ytosv_86",_="_message_ytosv_73",d="_messageUser_ytosv_124",m="_messageAssistant_ytosv_128",v="_messageContent_ytosv_129",l="_messageAvatar_ytosv_144",g="_messageAvatarUser_ytosv_158",b="_messageAvatarAssistant_ytosv_163",y="_messageBubble_ytosv_176",u="_messageBubbleUser_ytosv_183",p="_messageBubbleAssistant_ytosv_191",h="_messageBubbleSystem_ytosv_198",B="_messageAttachments_ytosv_207",I="_messageFooter_ytosv_218",A="_messageTimestamp_ytosv_229",P="_messageStatus_ytosv_234",R="_messageStatusError_ytosv_242",w="_messageActions_ytosv_246",S="_streamingCursor_ytosv_259",C="_thinkingBubble_ytosv_288",k="_thinkingSpinner_ytosv_296",f="_inputContainer_ytosv_341",T="_inputWrapper_ytosv_356",U="_inputBox_ytosv_365",x="_inputActions_ytosv_382",D="_inputTextarea_ytosv_389",W="_inputButton_ytosv_413",E="_inputButtonPrimary_ytosv_438",H="_pendingAttachments_ytosv_450",F="_pendingAttachment_ytosv_450",L="_pendingAttachmentRemove_ytosv_471",N="_codeBlock_ytosv_495",O="_codeBlockHeader_ytosv_503",M="_codeBlockLanguage_ytosv_512",z="_codeBlockCopy_ytosv_519",G="_codeBlockCopied_ytosv_538",V="_codeBlockContent_ytosv_542",j="_markdown_ytosv_554",q="_markdownUser_ytosv_684",J="_imagePreview_ytosv_698",K="_imagePreviewImg_ytosv_710",Q="_audioPlayer_ytosv_721",X="_audioPlayerButton_ytosv_731",Y="_audioPlayerProgress_ytosv_750",Z="_audioPlayerTrack_ytosv_757",$="_audioPlayerFill_ytosv_764",ee="_audioPlayerTime_ytosv_770",te="_voiceRecorder_ytosv_779",se="_voiceRecorderButton_ytosv_788",oe="_voiceRecorderButtonIdle_ytosv_807",ae="_voiceRecorderInfo_ytosv_811",re="_voiceRecorderDuration_ytosv_818",ne="_voiceRecorderLabel_ytosv_824",ie="_voiceRecorderWaveform_ytosv_829",ce="_voiceRecorderBar_ytosv_836",_e="_voiceRecorderActions_ytosv_866",de="_fileUpload_ytosv_872",me="_fileUploadDragging_ytosv_890",ve="_fileUploadIcon_ytosv_895",le="_fileUploadText_ytosv_900",ge="_fileUploadHint_ytosv_906",be="_attachmentPreview_ytosv_913",ye="_attachmentPreviewIcon_ytosv_929",ue="_attachmentPreviewInfo_ytosv_940",pe="_attachmentPreviewName_ytosv_945",he="_attachmentPreviewMeta_ytosv_953",Be="_attachmentPreviewRemove_ytosv_958",Ie="_lightbox_ytosv_982",Ae="_lightboxImage_ytosv_1003",Pe="_lightboxClose_ytosv_1010",Re="_sidebar_ytosv_1036",we="_sidebarHeader_ytosv_1047",Se="_sidebarNewButton_ytosv_1055",Ce="_sidebarSearch_ytosv_1059",ke="_sidebarSearchInput_ytosv_1063",fe="_sidebarList_ytosv_1083",Te="_sidebarItem_ytosv_1089",Ue="_sidebarItemActive_ytosv_1107",xe="_sidebarItemContent_ytosv_1111",De="_sidebarItemTitle_ytosv_1119",We="_sidebarItemPreview_ytosv_1130",Ee="_sidebarItemDelete_ytosv_1140",He="_sidebarFooter_ytosv_1166",Fe="_sidebarEmpty_ytosv_1171",Le="_sidebarEmptyIcon_ytosv_1181",Ne="_sidebarGroupHeader_ytosv_1186",Oe="_sidebarCollapsed_ytosv_1201",Me="_sidebarOpen_ytosv_1211",ze="_scrollToBottomWrapper_ytosv_1273",Ge="_scrollToBottomButton_ytosv_1282",Ve="_inputSpinner_ytosv_1297",je="_pendingAttachmentSize_ytosv_1311",qe="_voiceRecorderError_ytosv_1319",Je="_headerAvatarDefault_ytosv_1327",Ke="_sidebarOverlay_ytosv_1336",Qe="_sidebarNewButtonInner_ytosv_1344",Xe="_sidebarCloseButton_ytosv_1352",Ye="_sidebarSearchWrapper_ytosv_1356",Ze="_sidebarSearchIcon_ytosv_1360",$e="_sidebarSearchInputWithIcon_ytosv_1369",et="_sidebarItemIcon_ytosv_1373",tt="_sidebarItemDate_ytosv_1379",st="_sidebarItemDeleteConfirm_ytosv_1388",ot="_messageRetry_ytosv_1398",at="_messageReactions_ytosv_1422",rt="_messageReactionButton_ytosv_1434",nt="_messageReactionActive_ytosv_1454",it="_messageReactionsVisible_ytosv_1460",ct={chat:e,header:t,headerAvatar:s,headerContent:o,headerTitle:a,headerSubtitle:r,headerActions:n,messages:i,messagesInner:c,message:_,messageUser:d,messageAssistant:m,messageContent:v,messageAvatar:l,messageAvatarUser:g,messageAvatarAssistant:b,messageBubble:y,messageBubbleUser:u,messageBubbleAssistant:p,messageBubbleSystem:h,messageAttachments:B,messageFooter:I,messageTimestamp:A,messageStatus:P,messageStatusError:R,messageActions:w,streamingCursor:S,thinkingBubble:C,thinkingSpinner:k,inputContainer:f,inputWrapper:T,inputBox:U,inputActions:x,inputTextarea:D,inputButton:W,inputButtonPrimary:E,pendingAttachments:H,pendingAttachment:F,pendingAttachmentRemove:L,codeBlock:N,codeBlockHeader:O,codeBlockLanguage:M,codeBlockCopy:z,codeBlockCopied:G,codeBlockContent:V,markdown:j,markdownUser:q,imagePreview:J,imagePreviewImg:K,audioPlayer:Q,audioPlayerButton:X,audioPlayerProgress:Y,audioPlayerTrack:Z,audioPlayerFill:$,audioPlayerTime:ee,voiceRecorder:te,voiceRecorderButton:se,voiceRecorderButtonIdle:oe,voiceRecorderInfo:ae,voiceRecorderDuration:re,voiceRecorderLabel:ne,voiceRecorderWaveform:ie,voiceRecorderBar:ce,voiceRecorderActions:_e,fileUpload:de,fileUploadDragging:me,fileUploadIcon:ve,fileUploadText:le,fileUploadHint:ge,attachmentPreview:be,attachmentPreviewIcon:ye,attachmentPreviewInfo:ue,attachmentPreviewName:pe,attachmentPreviewMeta:he,attachmentPreviewRemove:Be,lightbox:Ie,lightboxImage:Ae,lightboxClose:Pe,sidebar:Re,sidebarHeader:we,sidebarNewButton:Se,sidebarSearch:Ce,sidebarSearchInput:ke,sidebarList:fe,sidebarItem:Te,sidebarItemActive:Ue,sidebarItemContent:xe,sidebarItemTitle:De,sidebarItemPreview:We,sidebarItemDelete:Ee,sidebarFooter:He,sidebarEmpty:Fe,sidebarEmptyIcon:Le,sidebarGroupHeader:Ne,sidebarCollapsed:Oe,sidebarOpen:Me,scrollToBottomWrapper:ze,scrollToBottomButton:Ge,inputSpinner:Ve,pendingAttachmentSize:je,voiceRecorderError:qe,headerAvatarDefault:Je,sidebarOverlay:Ke,sidebarNewButtonInner:Qe,sidebarCloseButton:Xe,sidebarSearchWrapper:Ye,sidebarSearchIcon:Ze,sidebarSearchInputWithIcon:$e,sidebarItemIcon:et,sidebarItemDate:tt,sidebarItemDeleteConfirm:st,messageRetry:ot,messageReactions:at,messageReactionButton:rt,messageReactionActive:nt,messageReactionsVisible:it};exports.attachmentPreview=be;exports.attachmentPreviewIcon=ye;exports.attachmentPreviewInfo=ue;exports.attachmentPreviewMeta=he;exports.attachmentPreviewName=pe;exports.attachmentPreviewRemove=Be;exports.audioPlayer=Q;exports.audioPlayerButton=X;exports.audioPlayerFill=$;exports.audioPlayerProgress=Y;exports.audioPlayerTime=ee;exports.audioPlayerTrack=Z;exports.chat=e;exports.codeBlock=N;exports.codeBlockContent=V;exports.codeBlockCopied=G;exports.codeBlockCopy=z;exports.codeBlockHeader=O;exports.codeBlockLanguage=M;exports.default=ct;exports.fileUpload=de;exports.fileUploadDragging=me;exports.fileUploadHint=ge;exports.fileUploadIcon=ve;exports.fileUploadText=le;exports.header=t;exports.headerActions=n;exports.headerAvatar=s;exports.headerAvatarDefault=Je;exports.headerContent=o;exports.headerSubtitle=r;exports.headerTitle=a;exports.imagePreview=J;exports.imagePreviewImg=K;exports.inputActions=x;exports.inputBox=U;exports.inputButton=W;exports.inputButtonPrimary=E;exports.inputContainer=f;exports.inputSpinner=Ve;exports.inputTextarea=D;exports.inputWrapper=T;exports.lightbox=Ie;exports.lightboxClose=Pe;exports.lightboxImage=Ae;exports.markdown=j;exports.markdownUser=q;exports.message=_;exports.messageActions=w;exports.messageAssistant=m;exports.messageAttachments=B;exports.messageAvatar=l;exports.messageAvatarAssistant=b;exports.messageAvatarUser=g;exports.messageBubble=y;exports.messageBubbleAssistant=p;exports.messageBubbleSystem=h;exports.messageBubbleUser=u;exports.messageContent=v;exports.messageFooter=I;exports.messageReactionActive=nt;exports.messageReactionButton=rt;exports.messageReactions=at;exports.messageReactionsVisible=it;exports.messageRetry=ot;exports.messageStatus=P;exports.messageStatusError=R;exports.messageTimestamp=A;exports.messageUser=d;exports.messages=i;exports.messagesInner=c;exports.pendingAttachment=F;exports.pendingAttachmentRemove=L;exports.pendingAttachmentSize=je;exports.pendingAttachments=H;exports.scrollToBottomButton=Ge;exports.scrollToBottomWrapper=ze;exports.sidebar=Re;exports.sidebarCloseButton=Xe;exports.sidebarCollapsed=Oe;exports.sidebarEmpty=Fe;exports.sidebarEmptyIcon=Le;exports.sidebarFooter=He;exports.sidebarGroupHeader=Ne;exports.sidebarHeader=we;exports.sidebarItem=Te;exports.sidebarItemActive=Ue;exports.sidebarItemContent=xe;exports.sidebarItemDate=tt;exports.sidebarItemDelete=Ee;exports.sidebarItemDeleteConfirm=st;exports.sidebarItemIcon=et;exports.sidebarItemPreview=We;exports.sidebarItemTitle=De;exports.sidebarList=fe;exports.sidebarNewButton=Se;exports.sidebarNewButtonInner=Qe;exports.sidebarOpen=Me;exports.sidebarOverlay=Ke;exports.sidebarSearch=Ce;exports.sidebarSearchIcon=Ze;exports.sidebarSearchInput=ke;exports.sidebarSearchInputWithIcon=$e;exports.sidebarSearchWrapper=Ye;exports.streamingCursor=S;exports.thinkingBubble=C;exports.thinkingSpinner=k;exports.voiceRecorder=te;exports.voiceRecorderActions=_e;exports.voiceRecorderBar=ce;exports.voiceRecorderButton=se;exports.voiceRecorderButtonIdle=oe;exports.voiceRecorderDuration=re;exports.voiceRecorderError=qe;exports.voiceRecorderInfo=ae;exports.voiceRecorderLabel=ne;exports.voiceRecorderWaveform=ie;
|
package/dist/index132.mjs
CHANGED
|
@@ -1,33 +1,237 @@
|
|
|
1
|
-
const e = "
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
const e = "_chat_ytosv_12", t = "_header_ytosv_28", s = "_headerAvatar_ytosv_38", o = "_headerContent_ytosv_42", a = "_headerTitle_ytosv_47", n = "_headerSubtitle_ytosv_55", r = "_headerActions_ytosv_62", _ = "_messages_ytosv_73", i = "_messagesInner_ytosv_86", c = "_message_ytosv_73", d = "_messageUser_ytosv_124", v = "_messageAssistant_ytosv_128", m = "_messageContent_ytosv_129", y = "_messageAvatar_ytosv_144", l = "_messageAvatarUser_ytosv_158", g = "_messageAvatarAssistant_ytosv_163", b = "_messageBubble_ytosv_176", u = "_messageBubbleUser_ytosv_183", p = "_messageBubbleAssistant_ytosv_191", h = "_messageBubbleSystem_ytosv_198", B = "_messageAttachments_ytosv_207", I = "_messageFooter_ytosv_218", A = "_messageTimestamp_ytosv_229", P = "_messageStatus_ytosv_234", R = "_messageStatusError_ytosv_242", w = "_messageActions_ytosv_246", C = "_streamingCursor_ytosv_259", S = "_thinkingBubble_ytosv_288", k = "_thinkingSpinner_ytosv_296", f = "_inputContainer_ytosv_341", T = "_inputWrapper_ytosv_356", U = "_inputBox_ytosv_365", x = "_inputActions_ytosv_382", D = "_inputTextarea_ytosv_389", W = "_inputButton_ytosv_413", E = "_inputButtonPrimary_ytosv_438", H = "_pendingAttachments_ytosv_450", F = "_pendingAttachment_ytosv_450", L = "_pendingAttachmentRemove_ytosv_471", N = "_codeBlock_ytosv_495", O = "_codeBlockHeader_ytosv_503", z = "_codeBlockLanguage_ytosv_512", G = "_codeBlockCopy_ytosv_519", M = "_codeBlockCopied_ytosv_538", V = "_codeBlockContent_ytosv_542", j = "_markdown_ytosv_554", q = "_markdownUser_ytosv_684", J = "_imagePreview_ytosv_698", K = "_imagePreviewImg_ytosv_710", Q = "_audioPlayer_ytosv_721", X = "_audioPlayerButton_ytosv_731", Y = "_audioPlayerProgress_ytosv_750", Z = "_audioPlayerTrack_ytosv_757", $ = "_audioPlayerFill_ytosv_764", ee = "_audioPlayerTime_ytosv_770", te = "_voiceRecorder_ytosv_779", se = "_voiceRecorderButton_ytosv_788", oe = "_voiceRecorderButtonIdle_ytosv_807", ae = "_voiceRecorderInfo_ytosv_811", ne = "_voiceRecorderDuration_ytosv_818", re = "_voiceRecorderLabel_ytosv_824", _e = "_voiceRecorderWaveform_ytosv_829", ie = "_voiceRecorderBar_ytosv_836", ce = "_voiceRecorderActions_ytosv_866", de = "_fileUpload_ytosv_872", ve = "_fileUploadDragging_ytosv_890", me = "_fileUploadIcon_ytosv_895", ye = "_fileUploadText_ytosv_900", le = "_fileUploadHint_ytosv_906", ge = "_attachmentPreview_ytosv_913", be = "_attachmentPreviewIcon_ytosv_929", ue = "_attachmentPreviewInfo_ytosv_940", pe = "_attachmentPreviewName_ytosv_945", he = "_attachmentPreviewMeta_ytosv_953", Be = "_attachmentPreviewRemove_ytosv_958", Ie = "_lightbox_ytosv_982", Ae = "_lightboxImage_ytosv_1003", Pe = "_lightboxClose_ytosv_1010", Re = "_sidebar_ytosv_1036", we = "_sidebarHeader_ytosv_1047", Ce = "_sidebarNewButton_ytosv_1055", Se = "_sidebarSearch_ytosv_1059", ke = "_sidebarSearchInput_ytosv_1063", fe = "_sidebarList_ytosv_1083", Te = "_sidebarItem_ytosv_1089", Ue = "_sidebarItemActive_ytosv_1107", xe = "_sidebarItemContent_ytosv_1111", De = "_sidebarItemTitle_ytosv_1119", We = "_sidebarItemPreview_ytosv_1130", Ee = "_sidebarItemDelete_ytosv_1140", He = "_sidebarFooter_ytosv_1166", Fe = "_sidebarEmpty_ytosv_1171", Le = "_sidebarEmptyIcon_ytosv_1181", Ne = "_sidebarGroupHeader_ytosv_1186", Oe = "_sidebarCollapsed_ytosv_1201", ze = "_sidebarOpen_ytosv_1211", Ge = "_scrollToBottomWrapper_ytosv_1273", Me = "_scrollToBottomButton_ytosv_1282", Ve = "_inputSpinner_ytosv_1297", je = "_pendingAttachmentSize_ytosv_1311", qe = "_voiceRecorderError_ytosv_1319", Je = "_headerAvatarDefault_ytosv_1327", Ke = "_sidebarOverlay_ytosv_1336", Qe = "_sidebarNewButtonInner_ytosv_1344", Xe = "_sidebarCloseButton_ytosv_1352", Ye = "_sidebarSearchWrapper_ytosv_1356", Ze = "_sidebarSearchIcon_ytosv_1360", $e = "_sidebarSearchInputWithIcon_ytosv_1369", et = "_sidebarItemIcon_ytosv_1373", tt = "_sidebarItemDate_ytosv_1379", st = "_sidebarItemDeleteConfirm_ytosv_1388", ot = "_messageRetry_ytosv_1398", at = "_messageReactions_ytosv_1422", nt = "_messageReactionButton_ytosv_1434", rt = "_messageReactionActive_ytosv_1454", _t = "_messageReactionsVisible_ytosv_1460", it = {
|
|
2
|
+
chat: e,
|
|
3
|
+
header: t,
|
|
4
|
+
headerAvatar: s,
|
|
5
|
+
headerContent: o,
|
|
6
|
+
headerTitle: a,
|
|
7
|
+
headerSubtitle: n,
|
|
8
|
+
headerActions: r,
|
|
9
|
+
messages: _,
|
|
10
|
+
messagesInner: i,
|
|
11
|
+
message: c,
|
|
12
|
+
messageUser: d,
|
|
13
|
+
messageAssistant: v,
|
|
14
|
+
messageContent: m,
|
|
15
|
+
messageAvatar: y,
|
|
16
|
+
messageAvatarUser: l,
|
|
17
|
+
messageAvatarAssistant: g,
|
|
18
|
+
messageBubble: b,
|
|
19
|
+
messageBubbleUser: u,
|
|
20
|
+
messageBubbleAssistant: p,
|
|
21
|
+
messageBubbleSystem: h,
|
|
22
|
+
messageAttachments: B,
|
|
23
|
+
messageFooter: I,
|
|
24
|
+
messageTimestamp: A,
|
|
25
|
+
messageStatus: P,
|
|
26
|
+
messageStatusError: R,
|
|
27
|
+
messageActions: w,
|
|
28
|
+
streamingCursor: C,
|
|
29
|
+
thinkingBubble: S,
|
|
30
|
+
thinkingSpinner: k,
|
|
31
|
+
inputContainer: f,
|
|
32
|
+
inputWrapper: T,
|
|
33
|
+
inputBox: U,
|
|
34
|
+
inputActions: x,
|
|
35
|
+
inputTextarea: D,
|
|
36
|
+
inputButton: W,
|
|
37
|
+
inputButtonPrimary: E,
|
|
38
|
+
pendingAttachments: H,
|
|
39
|
+
pendingAttachment: F,
|
|
40
|
+
pendingAttachmentRemove: L,
|
|
41
|
+
codeBlock: N,
|
|
42
|
+
codeBlockHeader: O,
|
|
43
|
+
codeBlockLanguage: z,
|
|
44
|
+
codeBlockCopy: G,
|
|
45
|
+
codeBlockCopied: M,
|
|
46
|
+
codeBlockContent: V,
|
|
47
|
+
markdown: j,
|
|
48
|
+
markdownUser: q,
|
|
49
|
+
imagePreview: J,
|
|
50
|
+
imagePreviewImg: K,
|
|
51
|
+
audioPlayer: Q,
|
|
52
|
+
audioPlayerButton: X,
|
|
53
|
+
audioPlayerProgress: Y,
|
|
54
|
+
audioPlayerTrack: Z,
|
|
55
|
+
audioPlayerFill: $,
|
|
56
|
+
audioPlayerTime: ee,
|
|
57
|
+
voiceRecorder: te,
|
|
58
|
+
voiceRecorderButton: se,
|
|
59
|
+
voiceRecorderButtonIdle: oe,
|
|
60
|
+
voiceRecorderInfo: ae,
|
|
61
|
+
voiceRecorderDuration: ne,
|
|
62
|
+
voiceRecorderLabel: re,
|
|
63
|
+
voiceRecorderWaveform: _e,
|
|
64
|
+
voiceRecorderBar: ie,
|
|
65
|
+
voiceRecorderActions: ce,
|
|
66
|
+
fileUpload: de,
|
|
67
|
+
fileUploadDragging: ve,
|
|
68
|
+
fileUploadIcon: me,
|
|
69
|
+
fileUploadText: ye,
|
|
70
|
+
fileUploadHint: le,
|
|
71
|
+
attachmentPreview: ge,
|
|
72
|
+
attachmentPreviewIcon: be,
|
|
73
|
+
attachmentPreviewInfo: ue,
|
|
74
|
+
attachmentPreviewName: pe,
|
|
75
|
+
attachmentPreviewMeta: he,
|
|
76
|
+
attachmentPreviewRemove: Be,
|
|
77
|
+
lightbox: Ie,
|
|
78
|
+
lightboxImage: Ae,
|
|
79
|
+
lightboxClose: Pe,
|
|
80
|
+
sidebar: Re,
|
|
81
|
+
sidebarHeader: we,
|
|
82
|
+
sidebarNewButton: Ce,
|
|
83
|
+
sidebarSearch: Se,
|
|
84
|
+
sidebarSearchInput: ke,
|
|
85
|
+
sidebarList: fe,
|
|
86
|
+
sidebarItem: Te,
|
|
87
|
+
sidebarItemActive: Ue,
|
|
88
|
+
sidebarItemContent: xe,
|
|
89
|
+
sidebarItemTitle: De,
|
|
90
|
+
sidebarItemPreview: We,
|
|
91
|
+
sidebarItemDelete: Ee,
|
|
92
|
+
sidebarFooter: He,
|
|
93
|
+
sidebarEmpty: Fe,
|
|
94
|
+
sidebarEmptyIcon: Le,
|
|
95
|
+
sidebarGroupHeader: Ne,
|
|
96
|
+
sidebarCollapsed: Oe,
|
|
97
|
+
sidebarOpen: ze,
|
|
98
|
+
scrollToBottomWrapper: Ge,
|
|
99
|
+
scrollToBottomButton: Me,
|
|
100
|
+
inputSpinner: Ve,
|
|
101
|
+
pendingAttachmentSize: je,
|
|
102
|
+
voiceRecorderError: qe,
|
|
103
|
+
headerAvatarDefault: Je,
|
|
104
|
+
sidebarOverlay: Ke,
|
|
105
|
+
sidebarNewButtonInner: Qe,
|
|
106
|
+
sidebarCloseButton: Xe,
|
|
107
|
+
sidebarSearchWrapper: Ye,
|
|
108
|
+
sidebarSearchIcon: Ze,
|
|
109
|
+
sidebarSearchInputWithIcon: $e,
|
|
110
|
+
sidebarItemIcon: et,
|
|
111
|
+
sidebarItemDate: tt,
|
|
112
|
+
sidebarItemDeleteConfirm: st,
|
|
113
|
+
messageRetry: ot,
|
|
114
|
+
messageReactions: at,
|
|
115
|
+
messageReactionButton: nt,
|
|
116
|
+
messageReactionActive: rt,
|
|
117
|
+
messageReactionsVisible: _t
|
|
16
118
|
};
|
|
17
119
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
120
|
+
ge as attachmentPreview,
|
|
121
|
+
be as attachmentPreviewIcon,
|
|
122
|
+
ue as attachmentPreviewInfo,
|
|
123
|
+
he as attachmentPreviewMeta,
|
|
124
|
+
pe as attachmentPreviewName,
|
|
125
|
+
Be as attachmentPreviewRemove,
|
|
126
|
+
Q as audioPlayer,
|
|
127
|
+
X as audioPlayerButton,
|
|
128
|
+
$ as audioPlayerFill,
|
|
129
|
+
Y as audioPlayerProgress,
|
|
130
|
+
ee as audioPlayerTime,
|
|
131
|
+
Z as audioPlayerTrack,
|
|
132
|
+
e as chat,
|
|
133
|
+
N as codeBlock,
|
|
134
|
+
V as codeBlockContent,
|
|
135
|
+
M as codeBlockCopied,
|
|
136
|
+
G as codeBlockCopy,
|
|
137
|
+
O as codeBlockHeader,
|
|
138
|
+
z as codeBlockLanguage,
|
|
139
|
+
it as default,
|
|
140
|
+
de as fileUpload,
|
|
141
|
+
ve as fileUploadDragging,
|
|
142
|
+
le as fileUploadHint,
|
|
143
|
+
me as fileUploadIcon,
|
|
144
|
+
ye as fileUploadText,
|
|
145
|
+
t as header,
|
|
146
|
+
r as headerActions,
|
|
147
|
+
s as headerAvatar,
|
|
148
|
+
Je as headerAvatarDefault,
|
|
149
|
+
o as headerContent,
|
|
150
|
+
n as headerSubtitle,
|
|
151
|
+
a as headerTitle,
|
|
152
|
+
J as imagePreview,
|
|
153
|
+
K as imagePreviewImg,
|
|
154
|
+
x as inputActions,
|
|
155
|
+
U as inputBox,
|
|
156
|
+
W as inputButton,
|
|
157
|
+
E as inputButtonPrimary,
|
|
158
|
+
f as inputContainer,
|
|
159
|
+
Ve as inputSpinner,
|
|
160
|
+
D as inputTextarea,
|
|
161
|
+
T as inputWrapper,
|
|
162
|
+
Ie as lightbox,
|
|
163
|
+
Pe as lightboxClose,
|
|
164
|
+
Ae as lightboxImage,
|
|
165
|
+
j as markdown,
|
|
166
|
+
q as markdownUser,
|
|
167
|
+
c as message,
|
|
168
|
+
w as messageActions,
|
|
169
|
+
v as messageAssistant,
|
|
170
|
+
B as messageAttachments,
|
|
171
|
+
y as messageAvatar,
|
|
172
|
+
g as messageAvatarAssistant,
|
|
173
|
+
l as messageAvatarUser,
|
|
174
|
+
b as messageBubble,
|
|
175
|
+
p as messageBubbleAssistant,
|
|
176
|
+
h as messageBubbleSystem,
|
|
177
|
+
u as messageBubbleUser,
|
|
178
|
+
m as messageContent,
|
|
179
|
+
I as messageFooter,
|
|
180
|
+
rt as messageReactionActive,
|
|
181
|
+
nt as messageReactionButton,
|
|
182
|
+
at as messageReactions,
|
|
183
|
+
_t as messageReactionsVisible,
|
|
184
|
+
ot as messageRetry,
|
|
185
|
+
P as messageStatus,
|
|
186
|
+
R as messageStatusError,
|
|
187
|
+
A as messageTimestamp,
|
|
188
|
+
d as messageUser,
|
|
189
|
+
_ as messages,
|
|
190
|
+
i as messagesInner,
|
|
191
|
+
F as pendingAttachment,
|
|
192
|
+
L as pendingAttachmentRemove,
|
|
193
|
+
je as pendingAttachmentSize,
|
|
194
|
+
H as pendingAttachments,
|
|
195
|
+
Me as scrollToBottomButton,
|
|
196
|
+
Ge as scrollToBottomWrapper,
|
|
197
|
+
Re as sidebar,
|
|
198
|
+
Xe as sidebarCloseButton,
|
|
199
|
+
Oe as sidebarCollapsed,
|
|
200
|
+
Fe as sidebarEmpty,
|
|
201
|
+
Le as sidebarEmptyIcon,
|
|
202
|
+
He as sidebarFooter,
|
|
203
|
+
Ne as sidebarGroupHeader,
|
|
204
|
+
we as sidebarHeader,
|
|
205
|
+
Te as sidebarItem,
|
|
206
|
+
Ue as sidebarItemActive,
|
|
207
|
+
xe as sidebarItemContent,
|
|
208
|
+
tt as sidebarItemDate,
|
|
209
|
+
Ee as sidebarItemDelete,
|
|
210
|
+
st as sidebarItemDeleteConfirm,
|
|
211
|
+
et as sidebarItemIcon,
|
|
212
|
+
We as sidebarItemPreview,
|
|
213
|
+
De as sidebarItemTitle,
|
|
214
|
+
fe as sidebarList,
|
|
215
|
+
Ce as sidebarNewButton,
|
|
216
|
+
Qe as sidebarNewButtonInner,
|
|
217
|
+
ze as sidebarOpen,
|
|
218
|
+
Ke as sidebarOverlay,
|
|
219
|
+
Se as sidebarSearch,
|
|
220
|
+
Ze as sidebarSearchIcon,
|
|
221
|
+
ke as sidebarSearchInput,
|
|
222
|
+
$e as sidebarSearchInputWithIcon,
|
|
223
|
+
Ye as sidebarSearchWrapper,
|
|
224
|
+
C as streamingCursor,
|
|
225
|
+
S as thinkingBubble,
|
|
226
|
+
k as thinkingSpinner,
|
|
227
|
+
te as voiceRecorder,
|
|
228
|
+
ce as voiceRecorderActions,
|
|
229
|
+
ie as voiceRecorderBar,
|
|
230
|
+
se as voiceRecorderButton,
|
|
231
|
+
oe as voiceRecorderButtonIdle,
|
|
232
|
+
ne as voiceRecorderDuration,
|
|
233
|
+
qe as voiceRecorderError,
|
|
234
|
+
ae as voiceRecorderInfo,
|
|
235
|
+
re as voiceRecorderLabel,
|
|
236
|
+
_e as voiceRecorderWaveform
|
|
33
237
|
};
|
package/dist/index133.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),h=require("lucide-react"),a=require("./index132.cjs"),d=({title:r="AI Assistant",subtitle:s,avatar:l,actions:t,children:i,className:n,...c})=>e.jsxs("div",{className:[a.default.header,n].filter(Boolean).join(" "),...c,children:[e.jsx("div",{className:a.default.headerAvatar,children:l||e.jsx("div",{className:[a.default.messageAvatar,a.default.headerAvatarDefault].filter(Boolean).join(" "),children:e.jsx(h.Bot,{size:20})})}),e.jsx("div",{className:a.default.headerContent,children:i||e.jsxs(e.Fragment,{children:[e.jsx("h2",{className:a.default.headerTitle,children:r}),s&&e.jsx("p",{className:a.default.headerSubtitle,children:s})]})}),t&&e.jsx("div",{className:a.default.headerActions,children:t})]});d.displayName="ChatHeader";exports.ChatHeader=d;
|
package/dist/index133.mjs
CHANGED
|
@@ -1,27 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import { jsxs as i, jsx as a, Fragment as c } from "react/jsx-runtime";
|
|
2
|
+
import { Bot as m } from "lucide-react";
|
|
3
|
+
import e from "./index132.mjs";
|
|
4
|
+
const o = ({
|
|
5
|
+
title: d = "AI Assistant",
|
|
6
|
+
subtitle: r,
|
|
7
|
+
avatar: l,
|
|
8
|
+
actions: s,
|
|
9
|
+
children: t,
|
|
10
|
+
className: h,
|
|
11
|
+
...n
|
|
12
|
+
}) => /* @__PURE__ */ i(
|
|
13
|
+
"div",
|
|
14
|
+
{
|
|
15
|
+
className: [e.header, h].filter(Boolean).join(" "),
|
|
16
|
+
...n,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ a("div", { className: e.headerAvatar, children: l || /* @__PURE__ */ a(
|
|
19
|
+
"div",
|
|
20
|
+
{
|
|
21
|
+
className: [e.messageAvatar, e.headerAvatarDefault].filter(Boolean).join(" "),
|
|
22
|
+
children: /* @__PURE__ */ a(m, { size: 20 })
|
|
23
|
+
}
|
|
24
|
+
) }),
|
|
25
|
+
/* @__PURE__ */ a("div", { className: e.headerContent, children: t || /* @__PURE__ */ i(c, { children: [
|
|
26
|
+
/* @__PURE__ */ a("h2", { className: e.headerTitle, children: d }),
|
|
27
|
+
r && /* @__PURE__ */ a("p", { className: e.headerSubtitle, children: r })
|
|
28
|
+
] }) }),
|
|
29
|
+
s && /* @__PURE__ */ a("div", { className: e.headerActions, children: s })
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
o.displayName = "ChatHeader";
|
|
14
34
|
export {
|
|
15
|
-
|
|
16
|
-
t as clickable,
|
|
17
|
-
s as default,
|
|
18
|
-
o as description,
|
|
19
|
-
a as draggable,
|
|
20
|
-
_ as dragging,
|
|
21
|
-
n as headerContent,
|
|
22
|
-
c as headerRight,
|
|
23
|
-
i as iconAvatar,
|
|
24
|
-
g as multiBadge,
|
|
25
|
-
r as timestamp,
|
|
26
|
-
d as title
|
|
35
|
+
o as ChatHeader
|
|
27
36
|
};
|
package/dist/index134.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),g=require("react"),f=require("lucide-react"),h=require("./index84.cjs"),t=require("./index132.cjs"),j=require("./index14.cjs"),a=g.forwardRef(({children:l,autoScroll:r=!0,className:i,...n},s)=>{const{scrollRef:c,isAtBottom:u,scrollToBottom:m}=h.useAutoScroll({enabled:r}),d=o=>{c.current=o,typeof s=="function"?s(o):s&&(s.current=o)};return e.jsxs("div",{ref:d,className:[t.default.messages,i].filter(Boolean).join(" "),role:"log","aria-live":"polite","aria-label":"Chat messages","aria-relevant":"additions",...n,children:[e.jsx("div",{className:t.default.messagesInner,children:l}),!u&&e.jsx("div",{className:t.default.scrollToBottomWrapper,children:e.jsx(j.Button,{variant:"secondary",size:"sm",iconOnly:!0,icon:e.jsx(f.ArrowDown,{size:18}),onClick:m,"aria-label":"Scroll to latest messages",className:t.default.scrollToBottomButton})})]})});a.displayName="ChatMessages";exports.ChatMessages=a;
|