@livechat/design-system-react-components 1.17.1-alpha.0 → 1.17.1-alpha.2
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/chunks/{Heading-1f13e793.js → Heading-617540b6.js} +1 -1
- package/dist/chunks/{Heading-a4742030.js → Heading-6b95d08b.js} +1 -1
- package/dist/chunks/{ProgressBar-753197bf.js → ProgressBar-3e0fd769.js} +12 -14
- package/dist/chunks/ProgressBar-62d36b60.js +1 -0
- package/dist/chunks/{Text-3504b7ce.js → Text-b31d1e9a.js} +1 -1
- package/dist/chunks/{Text-2356ec2a.js → Text-df483689.js} +1 -1
- package/dist/chunks/Tooltip-8c427780.js +1 -0
- package/dist/chunks/{Tooltip-e472934d.js → Tooltip-f6f4f9c2.js} +5 -6
- package/dist/chunks/Typography.module-2558416b.js +1 -0
- package/dist/chunks/{Typography.module-be5c667f.js → Typography.module-93efb34d.js} +2 -3
- package/dist/components/ActionBar/index.cjs.js +1 -1
- package/dist/components/ActionBar/index.es.js +43 -39
- package/dist/components/ActionMenu/index.cjs.js +1 -1
- package/dist/components/ActionMenu/index.es.js +2 -2
- package/dist/components/Alert/index.cjs.js +1 -1
- package/dist/components/Alert/index.es.js +15 -14
- package/dist/components/Avatar/index.cjs.js +1 -1
- package/dist/components/Avatar/index.es.js +2 -2
- package/dist/components/Badge/index.cjs.js +1 -1
- package/dist/components/Badge/index.es.js +7 -8
- package/dist/components/Button/index.cjs.js +1 -1
- package/dist/components/Button/index.es.js +4 -3
- package/dist/components/Card/index.cjs.js +1 -1
- package/dist/components/Card/index.es.js +6 -5
- package/dist/components/Checkbox/index.cjs.js +1 -1
- package/dist/components/Checkbox/index.es.js +2 -2
- package/dist/components/DatePicker/index.cjs.js +1 -1
- package/dist/components/DatePicker/index.es.js +2 -3
- package/dist/components/DetailsCard/index.cjs.js +1 -1
- package/dist/components/DetailsCard/index.es.js +12 -10
- package/dist/components/DetailsCardInfo/index.cjs.js +1 -1
- package/dist/components/DetailsCardInfo/index.es.js +2 -3
- package/dist/components/FieldDescription/index.cjs.js +1 -1
- package/dist/components/FieldDescription/index.es.js +2 -2
- package/dist/components/FieldError/index.cjs.js +1 -1
- package/dist/components/FieldError/index.es.js +2 -2
- package/dist/components/FieldGroup/index.cjs.js +1 -1
- package/dist/components/FieldGroup/index.es.js +26 -23
- package/dist/components/FileUploadProgress/index.cjs.js +1 -1
- package/dist/components/FileUploadProgress/index.es.js +3 -3
- package/dist/components/Form/index.cjs.js +1 -1
- package/dist/components/Form/index.es.js +3 -3
- package/dist/components/FormField/index.cjs.js +1 -1
- package/dist/components/FormField/index.es.js +14 -12
- package/dist/components/FormGroup/index.cjs.js +1 -1
- package/dist/components/FormGroup/index.es.js +3 -3
- package/dist/components/Icon/index.cjs.js +1 -1
- package/dist/components/Icon/index.es.js +2 -3
- package/dist/components/Input/index.cjs.js +1 -1
- package/dist/components/Input/index.es.js +5 -4
- package/dist/components/Link/index.cjs.js +1 -1
- package/dist/components/Link/index.es.js +12 -13
- package/dist/components/Loader/index.cjs.js +1 -1
- package/dist/components/Loader/index.es.js +2 -2
- package/dist/components/Modal/index.cjs.js +1 -1
- package/dist/components/Modal/index.es.js +21 -19
- package/dist/components/NumericInput/index.cjs.js +1 -1
- package/dist/components/NumericInput/index.es.js +2 -3
- package/dist/components/Picker/index.cjs.js +1 -1
- package/dist/components/Picker/index.es.js +42 -40
- package/dist/components/Popover/index.cjs.js +1 -1
- package/dist/components/Popover/index.es.js +2 -2
- package/dist/components/Progress/index.cjs.js +1 -1
- package/dist/components/Progress/index.d.ts +0 -1
- package/dist/components/Progress/index.es.js +10 -12
- package/dist/components/PromoBanner/index.cjs.js +1 -1
- package/dist/components/PromoBanner/index.es.js +5 -4
- package/dist/components/PromoBannerV2/index.cjs.js +1 -1
- package/dist/components/PromoBannerV2/index.es.js +22 -20
- package/dist/components/RadioButton/index.cjs.js +1 -1
- package/dist/components/RadioButton/index.es.js +2 -2
- package/dist/components/Search/index.cjs.js +1 -1
- package/dist/components/Search/index.es.js +2 -2
- package/dist/components/SegmentedControl/index.cjs.js +1 -1
- package/dist/components/SegmentedControl/index.es.js +16 -14
- package/dist/components/Switch/index.cjs.js +1 -1
- package/dist/components/Switch/index.es.js +4 -3
- package/dist/components/Tab/index.cjs.js +1 -1
- package/dist/components/Tab/index.es.js +2 -2
- package/dist/components/Tag/index.cjs.js +1 -1
- package/dist/components/Tag/index.es.js +2 -2
- package/dist/components/TagInput/index.cjs.js +1 -1
- package/dist/components/TagInput/index.es.js +41 -38
- package/dist/components/Textarea/index.cjs.js +1 -1
- package/dist/components/Textarea/index.es.js +2 -2
- package/dist/components/Toast/index.cjs.js +1 -1
- package/dist/components/Toast/index.es.js +5 -4
- package/dist/components/Tooltip/components/UserGuide/index.cjs.js +1 -1
- package/dist/components/Tooltip/components/UserGuide/index.es.js +21 -18
- package/dist/components/Tooltip/components/index.cjs.js +1 -1
- package/dist/components/Tooltip/components/index.es.js +25 -22
- package/dist/components/Tooltip/index.cjs.js +1 -1
- package/dist/components/Tooltip/index.es.js +19 -9
- package/dist/components/Typography/index.cjs.js +1 -1
- package/dist/components/Typography/index.es.js +3 -3
- package/dist/components/UploadBar/index.cjs.js +1 -1
- package/dist/components/UploadBar/index.es.js +12 -11
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +135 -121
- package/dist/preview-stats.json +850 -853
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/ProgressBar.css +0 -1
- package/dist/Tooltip.css +0 -1
- package/dist/Typography.css +0 -1
- package/dist/chunks/ProgressBar-ab20b908.js +0 -1
- package/dist/chunks/Tooltip-2c65102c.js +0 -1
- package/dist/chunks/Typography.module-7abc3bc2.js +0 -1
- package/dist/index.css +0 -1
- package/dist/index10.css +0 -1
- package/dist/index11.css +0 -1
- package/dist/index12.css +0 -1
- package/dist/index13.css +0 -1
- package/dist/index14.css +0 -1
- package/dist/index15.css +0 -1
- package/dist/index16.css +0 -1
- package/dist/index17.css +0 -1
- package/dist/index18.css +0 -1
- package/dist/index19.css +0 -1
- package/dist/index2.css +0 -1
- package/dist/index20.css +0 -1
- package/dist/index21.css +0 -1
- package/dist/index22.css +0 -1
- package/dist/index23.css +0 -1
- package/dist/index24.css +0 -1
- package/dist/index25.css +0 -1
- package/dist/index26.css +0 -1
- package/dist/index27.css +0 -1
- package/dist/index28.css +0 -1
- package/dist/index29.css +0 -1
- package/dist/index3.css +0 -1
- package/dist/index30.css +0 -1
- package/dist/index31.css +0 -1
- package/dist/index32.css +0 -1
- package/dist/index33.css +0 -1
- package/dist/index34.css +0 -1
- package/dist/index35.css +0 -1
- package/dist/index36.css +0 -1
- package/dist/index37.css +0 -1
- package/dist/index38.css +0 -1
- package/dist/index39.css +0 -1
- package/dist/index4.css +0 -1
- package/dist/index5.css +0 -1
- package/dist/index6.css +0 -1
- package/dist/index7.css +0 -1
- package/dist/index8.css +0 -1
- package/dist/index9.css +0 -1
package/dist/index.es.js
CHANGED
|
@@ -1,123 +1,137 @@
|
|
|
1
|
-
import { DesignToken as
|
|
2
|
-
import { getDesignTokenWithOpacity as
|
|
3
|
-
import { ActionBar as
|
|
4
|
-
import { ActionMenu as
|
|
5
|
-
import { Alert as
|
|
6
|
-
import { Avatar as
|
|
7
|
-
import { Badge as
|
|
8
|
-
import { Button as
|
|
9
|
-
import { SegmentedControl as
|
|
10
|
-
import { Card as
|
|
11
|
-
import { Checkbox as
|
|
12
|
-
import { DatePicker as
|
|
13
|
-
import { DetailsCard as
|
|
14
|
-
import { DetailsCardInfo as
|
|
15
|
-
import { FieldDescription as
|
|
16
|
-
import { FieldError as
|
|
17
|
-
import { FieldGroup as
|
|
18
|
-
import { Form as
|
|
19
|
-
import { FormField as
|
|
20
|
-
import { FormGroup as
|
|
21
|
-
import { Icon as
|
|
22
|
-
import { Input as
|
|
23
|
-
import { Link as
|
|
24
|
-
import { Loader as
|
|
25
|
-
import { Modal as
|
|
26
|
-
import { NumericInput as
|
|
27
|
-
import { Picker as
|
|
28
|
-
import { Popover as
|
|
29
|
-
import { ProgressCircle as
|
|
30
|
-
import {
|
|
31
|
-
import { PromoBanner as
|
|
32
|
-
import { PromoBannerV2 as
|
|
33
|
-
import { RadioButton as
|
|
34
|
-
import { SearchInput as
|
|
35
|
-
import { Switch as
|
|
36
|
-
import { Tab as
|
|
37
|
-
import { Tag as
|
|
38
|
-
import { EmailTagInput as
|
|
39
|
-
import { ANIMATION_TIME as
|
|
40
|
-
import { T as
|
|
41
|
-
import { Info as
|
|
42
|
-
import { UserGuide as
|
|
43
|
-
import { H as
|
|
44
|
-
import { T as
|
|
45
|
-
import { Display as
|
|
46
|
-
import { Textarea as
|
|
47
|
-
import { FileUploadProgress as
|
|
48
|
-
import { UploadBar as
|
|
1
|
+
import { DesignToken as u, RadiusToken as k, ShadowToken as P, SpacingToken as I, TransitionDelayToken as D, TransitionDurationToken as B, TransitionTimingToken as A } from "./foundations/index.es.js";
|
|
2
|
+
import { getDesignTokenWithOpacity as F } from "./utils/index.es.js";
|
|
3
|
+
import { ActionBar as S } from "./components/ActionBar/index.es.js";
|
|
4
|
+
import { ActionMenu as R, ActionMenuItem as b } from "./components/ActionMenu/index.es.js";
|
|
5
|
+
import { Alert as L } from "./components/Alert/index.es.js";
|
|
6
|
+
import { Avatar as W, generateAvatarColor as y } from "./components/Avatar/index.es.js";
|
|
7
|
+
import { Badge as G } from "./components/Badge/index.es.js";
|
|
8
|
+
import { Button as N } from "./components/Button/index.es.js";
|
|
9
|
+
import { SegmentedControl as O } from "./components/SegmentedControl/index.es.js";
|
|
10
|
+
import { Card as _ } from "./components/Card/index.es.js";
|
|
11
|
+
import { Checkbox as q } from "./components/Checkbox/index.es.js";
|
|
12
|
+
import { DatePicker as J, DatePickerRangeCalendarsWrapper as K, RangeDatePicker as Q } from "./components/DatePicker/index.es.js";
|
|
13
|
+
import { DetailsCard as Y } from "./components/DetailsCard/index.es.js";
|
|
14
|
+
import { DetailsCardInfo as $ } from "./components/DetailsCardInfo/index.es.js";
|
|
15
|
+
import { FieldDescription as ro } from "./components/FieldDescription/index.es.js";
|
|
16
|
+
import { FieldError as to } from "./components/FieldError/index.es.js";
|
|
17
|
+
import { FieldGroup as mo } from "./components/FieldGroup/index.es.js";
|
|
18
|
+
import { Form as io } from "./components/Form/index.es.js";
|
|
19
|
+
import { FormField as xo } from "./components/FormField/index.es.js";
|
|
20
|
+
import { FormGroup as so } from "./components/FormGroup/index.es.js";
|
|
21
|
+
import { Icon as To } from "./components/Icon/index.es.js";
|
|
22
|
+
import { Input as go } from "./components/Input/index.es.js";
|
|
23
|
+
import { Link as ko } from "./components/Link/index.es.js";
|
|
24
|
+
import { Loader as Io } from "./components/Loader/index.es.js";
|
|
25
|
+
import { Modal as Bo, ModalBase as Ao, ModalCloseButton as Co, ModalHeader as Fo, ModalPortal as Mo } from "./components/Modal/index.es.js";
|
|
26
|
+
import { NumericInput as ho } from "./components/NumericInput/index.es.js";
|
|
27
|
+
import { Picker as bo, PickerList as vo } from "./components/Picker/index.es.js";
|
|
28
|
+
import { Popover as Uo } from "./components/Popover/index.es.js";
|
|
29
|
+
import { ProgressCircle as yo } from "./components/Progress/index.es.js";
|
|
30
|
+
import { P as Go } from "./chunks/ProgressBar-3e0fd769.js";
|
|
31
|
+
import { PromoBanner as No } from "./components/PromoBanner/index.es.js";
|
|
32
|
+
import { PromoBannerV2 as Oo } from "./components/PromoBannerV2/index.es.js";
|
|
33
|
+
import { RadioButton as _o } from "./components/RadioButton/index.es.js";
|
|
34
|
+
import { SearchInput as qo } from "./components/Search/index.es.js";
|
|
35
|
+
import { Switch as Jo } from "./components/Switch/index.es.js";
|
|
36
|
+
import { Tab as Qo, TabsList as Xo, TabsWrapper as Yo } from "./components/Tab/index.es.js";
|
|
37
|
+
import { Tag as $o } from "./components/Tag/index.es.js";
|
|
38
|
+
import { EmailTagInput as rr, TagInput as er } from "./components/TagInput/index.es.js";
|
|
39
|
+
import { ANIMATION_TIME as pr, Toast as mr, ToastWrapper as ar } from "./components/Toast/index.es.js";
|
|
40
|
+
import { T as nr } from "./chunks/Tooltip-f6f4f9c2.js";
|
|
41
|
+
import { Info as fr, Interactive as sr, Reports as lr, Simple as Tr } from "./components/Tooltip/components/index.es.js";
|
|
42
|
+
import { UserGuide as cr } from "./components/Tooltip/components/UserGuide/index.es.js";
|
|
43
|
+
import { H as ur } from "./chunks/Heading-6b95d08b.js";
|
|
44
|
+
import { T as Pr } from "./chunks/Text-b31d1e9a.js";
|
|
45
|
+
import { Display as Dr } from "./components/Typography/index.es.js";
|
|
46
|
+
import { Textarea as Ar } from "./components/Textarea/index.es.js";
|
|
47
|
+
import { FileUploadProgress as Fr, FileUploadProgressActions as Mr } from "./components/FileUploadProgress/index.es.js";
|
|
48
|
+
import { UploadBar as hr } from "./components/UploadBar/index.es.js";
|
|
49
|
+
import "react";
|
|
50
|
+
import "@livechat/design-system-icons";
|
|
51
|
+
import "clsx";
|
|
52
|
+
import "@floating-ui/react";
|
|
53
|
+
import "./chunks/keyCodes-30323e90.js";
|
|
54
|
+
import "lodash.debounce";
|
|
55
|
+
import "polished";
|
|
56
|
+
import "react-day-picker";
|
|
57
|
+
import "date-fns";
|
|
58
|
+
import "react-dom";
|
|
59
|
+
import "@emotion/css";
|
|
60
|
+
import "react-virtuoso";
|
|
61
|
+
import "lodash.escape";
|
|
62
|
+
import "react-transition-group";
|
|
63
|
+
import "./chunks/Typography.module-93efb34d.js";
|
|
49
64
|
export {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
i as getDesignTokenWithOpacity
|
|
65
|
+
pr as ANIMATION_TIME,
|
|
66
|
+
S as ActionBar,
|
|
67
|
+
R as ActionMenu,
|
|
68
|
+
b as ActionMenuItem,
|
|
69
|
+
L as Alert,
|
|
70
|
+
W as Avatar,
|
|
71
|
+
G as Badge,
|
|
72
|
+
N as Button,
|
|
73
|
+
_ as Card,
|
|
74
|
+
q as Checkbox,
|
|
75
|
+
J as DatePicker,
|
|
76
|
+
K as DatePickerRangeCalendarsWrapper,
|
|
77
|
+
u as DesignToken,
|
|
78
|
+
Y as DetailsCard,
|
|
79
|
+
$ as DetailsCardInfo,
|
|
80
|
+
Dr as Display,
|
|
81
|
+
rr as EmailTagInput,
|
|
82
|
+
ro as FieldDescription,
|
|
83
|
+
to as FieldError,
|
|
84
|
+
mo as FieldGroup,
|
|
85
|
+
Fr as FileUploadProgress,
|
|
86
|
+
Mr as FileUploadProgressActions,
|
|
87
|
+
io as Form,
|
|
88
|
+
xo as FormField,
|
|
89
|
+
so as FormGroup,
|
|
90
|
+
ur as Heading,
|
|
91
|
+
To as Icon,
|
|
92
|
+
fr as Info,
|
|
93
|
+
go as Input,
|
|
94
|
+
sr as Interactive,
|
|
95
|
+
ko as Link,
|
|
96
|
+
Io as Loader,
|
|
97
|
+
Bo as Modal,
|
|
98
|
+
Ao as ModalBase,
|
|
99
|
+
Co as ModalCloseButton,
|
|
100
|
+
Fo as ModalHeader,
|
|
101
|
+
Mo as ModalPortal,
|
|
102
|
+
ho as NumericInput,
|
|
103
|
+
bo as Picker,
|
|
104
|
+
vo as PickerList,
|
|
105
|
+
Uo as Popover,
|
|
106
|
+
Go as ProgressBar,
|
|
107
|
+
yo as ProgressCircle,
|
|
108
|
+
No as PromoBanner,
|
|
109
|
+
Oo as PromoBannerV2,
|
|
110
|
+
_o as RadioButton,
|
|
111
|
+
k as RadiusToken,
|
|
112
|
+
Q as RangeDatePicker,
|
|
113
|
+
lr as Reports,
|
|
114
|
+
qo as SearchInput,
|
|
115
|
+
O as SegmentedControl,
|
|
116
|
+
P as ShadowToken,
|
|
117
|
+
Tr as Simple,
|
|
118
|
+
I as SpacingToken,
|
|
119
|
+
Jo as Switch,
|
|
120
|
+
Qo as Tab,
|
|
121
|
+
Xo as TabsList,
|
|
122
|
+
Yo as TabsWrapper,
|
|
123
|
+
$o as Tag,
|
|
124
|
+
er as TagInput,
|
|
125
|
+
Pr as Text,
|
|
126
|
+
Ar as Textarea,
|
|
127
|
+
mr as Toast,
|
|
128
|
+
ar as ToastWrapper,
|
|
129
|
+
nr as Tooltip,
|
|
130
|
+
D as TransitionDelayToken,
|
|
131
|
+
B as TransitionDurationToken,
|
|
132
|
+
A as TransitionTimingToken,
|
|
133
|
+
hr as UploadBar,
|
|
134
|
+
cr as UserGuide,
|
|
135
|
+
y as generateAvatarColor,
|
|
136
|
+
F as getDesignTokenWithOpacity
|
|
123
137
|
};
|