@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/index155.mjs
CHANGED
|
@@ -1,70 +1,43 @@
|
|
|
1
|
-
const t = "
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"icon-default": "_icon-default_1i45p_166",
|
|
22
|
-
itemContent: f,
|
|
23
|
-
itemHeader: g,
|
|
24
|
-
itemTitle: u,
|
|
25
|
-
unreadDot: h,
|
|
26
|
-
itemMessage: T,
|
|
27
|
-
itemTime: C,
|
|
28
|
-
itemActions: y,
|
|
29
|
-
itemAction: b,
|
|
30
|
-
empty: k,
|
|
31
|
-
loading: v,
|
|
32
|
-
spinner: D,
|
|
33
|
-
spin: H,
|
|
34
|
-
footer: I,
|
|
35
|
-
footerAction: L,
|
|
36
|
-
footerActionPrimary: M
|
|
1
|
+
const t = "_list_7tqqq_5", e = "_bordered_7tqqq_12", q = "_divided_7tqqq_18", _ = "_item_7tqqq_18", c = "_sm_7tqqq_37", s = "_md_7tqqq_43", n = "_lg_7tqqq_47", d = "_interactive_7tqqq_54", i = "_disabled_7tqqq_58", o = "_selectable_7tqqq_72", a = "_selected_7tqqq_81", l = "_leading_7tqqq_96", r = "_content_7tqqq_120", m = "_primary_7tqqq_128", y = "_secondary_7tqqq_136", b = "_trailing_7tqqq_153", g = "_checkmark_7tqqq_161", p = "_customItem_7tqqq_174", k = "_empty_7tqqq_179", v = {
|
|
2
|
+
list: t,
|
|
3
|
+
bordered: e,
|
|
4
|
+
divided: q,
|
|
5
|
+
item: _,
|
|
6
|
+
sm: c,
|
|
7
|
+
md: s,
|
|
8
|
+
lg: n,
|
|
9
|
+
interactive: d,
|
|
10
|
+
disabled: i,
|
|
11
|
+
selectable: o,
|
|
12
|
+
selected: a,
|
|
13
|
+
leading: l,
|
|
14
|
+
content: r,
|
|
15
|
+
primary: m,
|
|
16
|
+
secondary: y,
|
|
17
|
+
trailing: b,
|
|
18
|
+
checkmark: g,
|
|
19
|
+
customItem: p,
|
|
20
|
+
empty: k
|
|
37
21
|
};
|
|
38
22
|
export {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
23
|
+
e as bordered,
|
|
24
|
+
g as checkmark,
|
|
25
|
+
r as content,
|
|
26
|
+
p as customItem,
|
|
27
|
+
v as default,
|
|
28
|
+
i as disabled,
|
|
29
|
+
q as divided,
|
|
42
30
|
k as empty,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
a as
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
l as itemAvatar,
|
|
56
|
-
p as itemClickable,
|
|
57
|
-
f as itemContent,
|
|
58
|
-
g as itemHeader,
|
|
59
|
-
A as itemIcon,
|
|
60
|
-
d as itemLeft,
|
|
61
|
-
T as itemMessage,
|
|
62
|
-
m as itemRead,
|
|
63
|
-
C as itemTime,
|
|
64
|
-
u as itemTitle,
|
|
65
|
-
v as loading,
|
|
66
|
-
t as notificationCenter,
|
|
67
|
-
H as spin,
|
|
68
|
-
D as spinner,
|
|
69
|
-
h as unreadDot
|
|
31
|
+
d as interactive,
|
|
32
|
+
_ as item,
|
|
33
|
+
l as leading,
|
|
34
|
+
n as lg,
|
|
35
|
+
t as list,
|
|
36
|
+
s as md,
|
|
37
|
+
m as primary,
|
|
38
|
+
y as secondary,
|
|
39
|
+
o as selectable,
|
|
40
|
+
a as selected,
|
|
41
|
+
c as sm,
|
|
42
|
+
b as trailing
|
|
70
43
|
};
|
package/dist/index156.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="_pagination_kj56h_8",s="_list_kj56h_13",i="_button_kj56h_26",_="_pageButton_kj56h_56",e="_active_kj56h_61",n="_ellipsis_kj56h_76",o="_sm_kj56h_89",l="_md_kj56h_103",a="_lg_kj56h_117",c="_disabled_kj56h_139",d={pagination:t,list:s,button:i,pageButton:_,active:e,ellipsis:n,sm:o,md:l,lg:a,disabled:c};exports.active=e;exports.button=i;exports.default=d;exports.disabled=c;exports.ellipsis=n;exports.lg=a;exports.list=s;exports.md=l;exports.pageButton=_;exports.pagination=t;exports.sm=o;
|
package/dist/index156.mjs
CHANGED
|
@@ -1,68 +1,25 @@
|
|
|
1
|
-
const t = "
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"iconVariant-error": "_iconVariant-error_njpju_96",
|
|
13
|
-
"iconVariant-info": "_iconVariant-info_njpju_101",
|
|
14
|
-
"iconVariant-brand": "_iconVariant-brand_njpju_106",
|
|
15
|
-
connector: j,
|
|
16
|
-
content: i,
|
|
17
|
-
header: p,
|
|
18
|
-
actor: r,
|
|
19
|
-
avatar: u,
|
|
20
|
-
actorName: m,
|
|
21
|
-
title: l,
|
|
22
|
-
time: d,
|
|
23
|
-
description: k,
|
|
24
|
-
metadata: V,
|
|
25
|
-
metadataItem: y,
|
|
26
|
-
metadataKey: C,
|
|
27
|
-
metadataValue: f,
|
|
28
|
-
actions: v,
|
|
29
|
-
compact: I,
|
|
30
|
-
skeleton: h,
|
|
31
|
-
skeletonIcon: D,
|
|
32
|
-
pulse: F,
|
|
33
|
-
skeletonContent: K,
|
|
34
|
-
skeletonTitle: N,
|
|
35
|
-
skeletonDesc: T
|
|
1
|
+
const t = "_pagination_kj56h_8", _ = "_list_kj56h_13", s = "_button_kj56h_26", n = "_pageButton_kj56h_56", i = "_active_kj56h_61", o = "_ellipsis_kj56h_76", a = "_sm_kj56h_89", l = "_md_kj56h_103", e = "_lg_kj56h_117", c = "_disabled_kj56h_139", d = {
|
|
2
|
+
pagination: t,
|
|
3
|
+
list: _,
|
|
4
|
+
button: s,
|
|
5
|
+
pageButton: n,
|
|
6
|
+
active: i,
|
|
7
|
+
ellipsis: o,
|
|
8
|
+
sm: a,
|
|
9
|
+
md: l,
|
|
10
|
+
lg: e,
|
|
11
|
+
disabled: c
|
|
36
12
|
};
|
|
37
13
|
export {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
n as filters,
|
|
50
|
-
p as header,
|
|
51
|
-
c as iconColumn,
|
|
52
|
-
s as iconWrapper,
|
|
53
|
-
_ as item,
|
|
54
|
-
a as itemCompact,
|
|
55
|
-
e as list,
|
|
56
|
-
V as metadata,
|
|
57
|
-
y as metadataItem,
|
|
58
|
-
C as metadataKey,
|
|
59
|
-
f as metadataValue,
|
|
60
|
-
F as pulse,
|
|
61
|
-
h as skeleton,
|
|
62
|
-
K as skeletonContent,
|
|
63
|
-
T as skeletonDesc,
|
|
64
|
-
D as skeletonIcon,
|
|
65
|
-
N as skeletonTitle,
|
|
66
|
-
d as time,
|
|
67
|
-
l as title
|
|
14
|
+
i as active,
|
|
15
|
+
s as button,
|
|
16
|
+
d as default,
|
|
17
|
+
c as disabled,
|
|
18
|
+
o as ellipsis,
|
|
19
|
+
e as lg,
|
|
20
|
+
_ as list,
|
|
21
|
+
l as md,
|
|
22
|
+
n as pageButton,
|
|
23
|
+
t as pagination,
|
|
24
|
+
a as sm
|
|
68
25
|
};
|
package/dist/index157.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_fileUploader_elcmy_8",o="_dropzone_elcmy_18",l="_dropzoneDragging_elcmy_40",r="_dropzoneDisabled_elcmy_45",n="_dropzoneError_elcmy_55",t="_input_elcmy_59",i="_dropzoneContent_elcmy_63",c="_dropzoneIcon_elcmy_71",_="_dropzonePlaceholder_elcmy_82",s="_dropzoneHints_elcmy_90",p="_dropzoneHint_elcmy_90",f="_helperText_elcmy_107",a="_helperTextError_elcmy_113",d="_fileList_elcmy_121",m="_fileItem_elcmy_130",z="_fileIcon_elcmy_139",y="_filePreview_elcmy_152",u="_fileInfo_elcmy_158",S="_fileName_elcmy_166",g="_fileSize_elcmy_176",I="_fileStatus_elcmy_182",h="_progressBar_elcmy_188",E="_progressFill_elcmy_196",v="_fileStatusIcon_elcmy_202",P="_spin_elcmy_1",T="_fileStatusSuccess_elcmy_207",x="_fileStatusError_elcmy_211",D="_fileRemove_elcmy_221",H="_minimal_elcmy_246",b="_card_elcmy_258",w="_compact_elcmy_273",B={fileUploader:e,dropzone:o,dropzoneDragging:l,dropzoneDisabled:r,dropzoneError:n,input:t,dropzoneContent:i,dropzoneIcon:c,dropzonePlaceholder:_,dropzoneHints:s,dropzoneHint:p,helperText:f,helperTextError:a,fileList:d,fileItem:m,fileIcon:z,filePreview:y,fileInfo:u,fileName:S,fileSize:g,fileStatus:I,progressBar:h,progressFill:E,fileStatusIcon:v,spin:P,fileStatusSuccess:T,fileStatusError:x,fileRemove:D,minimal:H,card:b,compact:w};exports.card=b;exports.compact=w;exports.default=B;exports.dropzone=o;exports.dropzoneContent=i;exports.dropzoneDisabled=r;exports.dropzoneDragging=l;exports.dropzoneError=n;exports.dropzoneHint=p;exports.dropzoneHints=s;exports.dropzoneIcon=c;exports.dropzonePlaceholder=_;exports.fileIcon=z;exports.fileInfo=u;exports.fileItem=m;exports.fileList=d;exports.fileName=S;exports.filePreview=y;exports.fileRemove=D;exports.fileSize=g;exports.fileStatus=I;exports.fileStatusError=x;exports.fileStatusIcon=v;exports.fileStatusSuccess=T;exports.fileUploader=e;exports.helperText=f;exports.helperTextError=a;exports.input=t;exports.minimal=H;exports.progressBar=h;exports.progressFill=E;exports.spin=P;
|
package/dist/index157.mjs
CHANGED
|
@@ -1,43 +1,67 @@
|
|
|
1
|
-
const o = "
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
const e = "_fileUploader_elcmy_8", o = "_dropzone_elcmy_18", l = "_dropzoneDragging_elcmy_40", n = "_dropzoneDisabled_elcmy_45", _ = "_dropzoneError_elcmy_55", r = "_input_elcmy_59", c = "_dropzoneContent_elcmy_63", t = "_dropzoneIcon_elcmy_71", s = "_dropzonePlaceholder_elcmy_82", i = "_dropzoneHints_elcmy_90", p = "_dropzoneHint_elcmy_90", m = "_helperText_elcmy_107", f = "_helperTextError_elcmy_113", a = "_fileList_elcmy_121", d = "_fileItem_elcmy_130", y = "_fileIcon_elcmy_139", z = "_filePreview_elcmy_152", u = "_fileInfo_elcmy_158", S = "_fileName_elcmy_166", g = "_fileSize_elcmy_176", I = "_fileStatus_elcmy_182", h = "_progressBar_elcmy_188", E = "_progressFill_elcmy_196", x = "_fileStatusIcon_elcmy_202", v = "_spin_elcmy_1", D = "_fileStatusSuccess_elcmy_207", H = "_fileStatusError_elcmy_211", P = "_fileRemove_elcmy_221", T = "_minimal_elcmy_246", b = "_card_elcmy_258", w = "_compact_elcmy_273", B = {
|
|
2
|
+
fileUploader: e,
|
|
3
|
+
dropzone: o,
|
|
4
|
+
dropzoneDragging: l,
|
|
5
|
+
dropzoneDisabled: n,
|
|
6
|
+
dropzoneError: _,
|
|
7
|
+
input: r,
|
|
8
|
+
dropzoneContent: c,
|
|
9
|
+
dropzoneIcon: t,
|
|
10
|
+
dropzonePlaceholder: s,
|
|
11
|
+
dropzoneHints: i,
|
|
12
|
+
dropzoneHint: p,
|
|
13
|
+
helperText: m,
|
|
14
|
+
helperTextError: f,
|
|
15
|
+
fileList: a,
|
|
16
|
+
fileItem: d,
|
|
17
|
+
fileIcon: y,
|
|
18
|
+
filePreview: z,
|
|
19
|
+
fileInfo: u,
|
|
20
|
+
fileName: S,
|
|
21
|
+
fileSize: g,
|
|
22
|
+
fileStatus: I,
|
|
23
|
+
progressBar: h,
|
|
24
|
+
progressFill: E,
|
|
25
|
+
fileStatusIcon: x,
|
|
26
|
+
spin: v,
|
|
27
|
+
fileStatusSuccess: D,
|
|
28
|
+
fileStatusError: H,
|
|
29
|
+
fileRemove: P,
|
|
30
|
+
minimal: T,
|
|
31
|
+
card: b,
|
|
32
|
+
compact: w
|
|
21
33
|
};
|
|
22
34
|
export {
|
|
23
|
-
|
|
24
|
-
|
|
35
|
+
b as card,
|
|
36
|
+
w as compact,
|
|
25
37
|
B as default,
|
|
26
|
-
|
|
27
|
-
c as
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
s as
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
o as dropzone,
|
|
39
|
+
c as dropzoneContent,
|
|
40
|
+
n as dropzoneDisabled,
|
|
41
|
+
l as dropzoneDragging,
|
|
42
|
+
_ as dropzoneError,
|
|
43
|
+
p as dropzoneHint,
|
|
44
|
+
i as dropzoneHints,
|
|
45
|
+
t as dropzoneIcon,
|
|
46
|
+
s as dropzonePlaceholder,
|
|
47
|
+
y as fileIcon,
|
|
48
|
+
u as fileInfo,
|
|
49
|
+
d as fileItem,
|
|
50
|
+
a as fileList,
|
|
51
|
+
S as fileName,
|
|
52
|
+
z as filePreview,
|
|
53
|
+
P as fileRemove,
|
|
54
|
+
g as fileSize,
|
|
55
|
+
I as fileStatus,
|
|
56
|
+
H as fileStatusError,
|
|
57
|
+
x as fileStatusIcon,
|
|
58
|
+
D as fileStatusSuccess,
|
|
59
|
+
e as fileUploader,
|
|
60
|
+
m as helperText,
|
|
61
|
+
f as helperTextError,
|
|
62
|
+
r as input,
|
|
63
|
+
T as minimal,
|
|
64
|
+
h as progressBar,
|
|
65
|
+
E as progressFill,
|
|
66
|
+
v as spin
|
|
43
67
|
};
|
package/dist/index158.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="_errorBoundary_hux00_1",t="_icon_hux00_14",o="_title_hux00_19",r="_message_hux00_27",s="_resetButton_hux00_35",n={errorBoundary:e,icon:t,title:o,message:r,resetButton:s};exports.default=n;exports.errorBoundary=e;exports.icon=t;exports.message=r;exports.resetButton=s;exports.title=o;
|
package/dist/index158.mjs
CHANGED
|
@@ -1,237 +1,15 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
|
1
|
+
const t = "_errorBoundary_hux00_1", e = "_icon_hux00_14", o = "_title_hux00_19", s = "_message_hux00_27", r = "_resetButton_hux00_35", n = {
|
|
2
|
+
errorBoundary: t,
|
|
3
|
+
icon: e,
|
|
4
|
+
title: o,
|
|
5
|
+
message: s,
|
|
6
|
+
resetButton: r
|
|
118
7
|
};
|
|
119
8
|
export {
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
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
|
|
9
|
+
n as default,
|
|
10
|
+
t as errorBoundary,
|
|
11
|
+
e as icon,
|
|
12
|
+
s as message,
|
|
13
|
+
r as resetButton,
|
|
14
|
+
o as title
|
|
237
15
|
};
|
package/dist/index159.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_overlay_13db5_9",o="_overlayVisible_13db5_21",_="_backdrop_13db5_30",t="_drawer_13db5_37",r="_left_13db5_51",d="_drawerVisible_13db5_58",s="_right_13db5_62",b="_top_13db5_73",l="_bottom_13db5_84",i="_closeButton_13db5_154",a="_header_13db5_188",c="_body_13db5_199",n="_footer_13db5_208",y={overlay:e,overlayVisible:o,backdrop:_,drawer:t,left:r,drawerVisible:d,right:s,top:b,bottom:l,"size-sm":"_size-sm_13db5_99","size-md":"_size-md_13db5_104","size-lg":"_size-lg_13db5_109","size-xl":"_size-xl_13db5_114","size-full":"_size-full_13db5_119",closeButton:i,header:a,body:c,footer:n};exports.backdrop=_;exports.body=c;exports.bottom=l;exports.closeButton=i;exports.default=y;exports.drawer=t;exports.drawerVisible=d;exports.footer=n;exports.header=a;exports.left=r;exports.overlay=e;exports.overlayVisible=o;exports.right=s;exports.top=b;
|