@tedi-design-system/react 17.1.0-rc.1 → 17.1.0-rc.3
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/bundle-stats.html +1 -1
- package/index.css +1 -1
- package/package.json +5 -17
- package/src/tedi/components/form/slider/slider.cjs.js +1 -0
- package/src/tedi/components/form/slider/slider.d.ts +116 -0
- package/src/tedi/components/form/slider/slider.es.js +145 -0
- package/src/tedi/components/form/slider/slider.module.scss.cjs.js +1 -0
- package/src/tedi/components/form/slider/slider.module.scss.es.js +18 -0
- package/src/tedi/components/misc/empty-state/empty-state.cjs.js +1 -0
- package/src/tedi/components/misc/empty-state/empty-state.d.ts +51 -0
- package/src/tedi/components/misc/empty-state/empty-state.es.js +36 -0
- package/src/tedi/components/misc/empty-state/empty-state.module.scss.cjs.js +1 -0
- package/src/tedi/components/misc/empty-state/empty-state.module.scss.es.js +15 -0
- package/src/tedi/components/misc/empty-state/index.d.ts +1 -0
- package/src/tedi/components/overlays/overlay/overlay.cjs.js +1 -1
- package/src/tedi/components/overlays/overlay/overlay.d.ts +12 -0
- package/src/tedi/components/overlays/overlay/overlay.es.js +75 -74
- package/src/tedi/index.d.ts +2 -0
- package/tedi.cjs.js +1 -1
- package/tedi.es.js +160 -156
package/tedi.es.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Text as e } from "./src/tedi/components/base/typography/text/text.es.js";
|
|
2
2
|
import { Heading as p } from "./src/tedi/components/base/typography/heading/heading.es.js";
|
|
3
|
-
import { Icon as
|
|
3
|
+
import { Icon as m } from "./src/tedi/components/base/icon/icon.es.js";
|
|
4
4
|
import { Label as i } from "./src/tedi/components/content/label/label.es.js";
|
|
5
5
|
import { Section as a } from "./src/tedi/components/content/section/section.es.js";
|
|
6
6
|
import { HeadingWithIcon as s } from "./src/tedi/components/content/heading-with-icon/heading-with-icon.es.js";
|
|
7
7
|
import { Truncate as d } from "./src/tedi/components/content/truncate/truncate.es.js";
|
|
8
8
|
import { TextGroup as T } from "./src/tedi/components/content/text-group/text-group.es.js";
|
|
9
|
-
import { Spinner as
|
|
9
|
+
import { Spinner as C } from "./src/tedi/components/loaders/spinner/spinner.es.js";
|
|
10
10
|
import { Tag as b } from "./src/tedi/components/tags/tag/tag.es.js";
|
|
11
11
|
import { StatusBadge as I } from "./src/tedi/components/tags/status-badge/status-badge.es.js";
|
|
12
12
|
import { StatusIndicator as h } from "./src/tedi/components/tags/status-indicator/status-indicator.es.js";
|
|
@@ -14,10 +14,10 @@ import { ClosingButton as L } from "./src/tedi/components/buttons/closing-button
|
|
|
14
14
|
import { Button as D } from "./src/tedi/components/buttons/button/button.es.js";
|
|
15
15
|
import { InfoButton as w } from "./src/tedi/components/buttons/info-button/info-button.es.js";
|
|
16
16
|
import { FloatingButton as N } from "./src/tedi/components/buttons/floating-button/floating-button.es.js";
|
|
17
|
-
import { ButtonGroup as
|
|
17
|
+
import { ButtonGroup as A } from "./src/tedi/components/buttons/button-group/button-group.es.js";
|
|
18
18
|
import { Collapse as V } from "./src/tedi/components/buttons/collapse/collapse.es.js";
|
|
19
|
-
import { Alert as
|
|
20
|
-
import { sendNotification as
|
|
19
|
+
import { Alert as M } from "./src/tedi/components/notifications/alert/alert.es.js";
|
|
20
|
+
import { sendNotification as z } from "./src/tedi/components/notifications/toast/toast.es.js";
|
|
21
21
|
import { HashTrigger as W } from "./src/tedi/components/navigation/hash-trigger/hash-trigger.es.js";
|
|
22
22
|
import { Link as j } from "./src/tedi/components/navigation/link/link.es.js";
|
|
23
23
|
import { TextField as J } from "./src/tedi/components/form/textfield/textfield.es.js";
|
|
@@ -27,186 +27,190 @@ import { Toggle as _ } from "./src/tedi/components/form/toggle/toggle.es.js";
|
|
|
27
27
|
import { FeedbackText as oo } from "./src/tedi/components/form/feedback-text/feedback-text.es.js";
|
|
28
28
|
import { Search as eo } from "./src/tedi/components/form/search/search.es.js";
|
|
29
29
|
import { Radio as po } from "./src/tedi/components/form/radio/radio.es.js";
|
|
30
|
-
import { FileUpload as
|
|
30
|
+
import { FileUpload as mo } from "./src/tedi/components/form/file-upload/file-upload.es.js";
|
|
31
31
|
import { FileDropzone as io } from "./src/tedi/components/form/file-dropzone/file-dropzone.es.js";
|
|
32
32
|
import { Select as ao } from "./src/tedi/components/form/select/select.es.js";
|
|
33
33
|
import { Checkbox as so } from "./src/tedi/components/form/checkbox/checkbox.es.js";
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
34
|
+
import { Slider as co } from "./src/tedi/components/form/slider/slider.es.js";
|
|
35
|
+
import { Field as So } from "./src/tedi/components/form/field/field.es.js";
|
|
36
|
+
import { Separator as go } from "./src/tedi/components/misc/separator/separator.es.js";
|
|
37
|
+
import { Print as vo } from "./src/tedi/components/misc/print/print.es.js";
|
|
38
|
+
import { StretchContent as Po } from "./src/tedi/components/misc/stretch-content/stretch-content.es.js";
|
|
39
|
+
import { ScrollVisibility as Bo } from "./src/tedi/components/misc/scroll-visibility/scroll-visibility.es.js";
|
|
40
|
+
import { ScrollFade as ko } from "./src/tedi/components/misc/scroll-fade/scroll-fade.es.js";
|
|
41
|
+
import { Affix as Fo } from "./src/tedi/components/misc/affix/affix.es.js";
|
|
42
|
+
import { Ellipsis as Go } from "./src/tedi/components/misc/ellipsis/ellipsis.es.js";
|
|
43
|
+
import { StyleProvider as yo } from "./src/tedi/providers/style-provider/style-provider.es.js";
|
|
44
|
+
import { AccessibilityContext as Ho, AccessibilityProvider as Vo } from "./src/tedi/providers/accessibility-provider/accessibility-provider.es.js";
|
|
45
|
+
import { useDeclareLoader as Mo } from "./src/tedi/providers/accessibility-provider/use-declare-loader.es.js";
|
|
46
|
+
import { ThemeProvider as zo, useTheme as Uo } from "./src/tedi/providers/theme-provider/theme-provider.es.js";
|
|
47
|
+
import { PrintingProvider as Oo, usePrint as jo } from "./src/tedi/providers/printing-provider/printing-provider.es.js";
|
|
48
|
+
import { Card as Jo } from "./src/tedi/components/cards/card/card.es.js";
|
|
49
|
+
import { CardContent as Qo } from "./src/tedi/components/cards/card/card-content/card-content.es.js";
|
|
50
|
+
import { CardHeader as Yo } from "./src/tedi/components/cards/card/card-header/card-header.es.js";
|
|
51
|
+
import { CardNotification as _o } from "./src/tedi/components/cards/card/card-notification/card-notification.es.js";
|
|
52
|
+
import { ChoiceGroup as or } from "./src/tedi/components/form/choice-group/choice-group.es.js";
|
|
53
|
+
import { ChoiceGroupContext as er } from "./src/tedi/components/form/choice-group/choice-group-context.es.js";
|
|
54
|
+
import { ChoiceGroupItem as pr } from "./src/tedi/components/form/choice-group/components/choice-group-item/choice-group-item.es.js";
|
|
55
|
+
import { Col as mr } from "./src/tedi/components/layout/grid/col.es.js";
|
|
56
|
+
import { Dropdown as ir } from "./src/tedi/components/overlays/dropdown/dropdown.es.js";
|
|
57
|
+
import { DropdownContent as ar } from "./src/tedi/components/overlays/dropdown/dropdown-content/dropdown-content.es.js";
|
|
58
|
+
import { DropdownContext as sr, useDropdownContext as ur } from "./src/tedi/components/overlays/dropdown/dropdown-context.es.js";
|
|
59
|
+
import { DropdownItem as cr } from "./src/tedi/components/overlays/dropdown/dropdown-item/dropdown-item.es.js";
|
|
60
|
+
import { DropdownTrigger as Sr } from "./src/tedi/components/overlays/dropdown/dropdown-trigger/dropdown-trigger.es.js";
|
|
61
|
+
import { EmptyState as gr } from "./src/tedi/components/misc/empty-state/empty-state.es.js";
|
|
62
|
+
import { Input as vr } from "./src/tedi/components/form/input-group/components/input/input.es.js";
|
|
63
|
+
import { InputGroupBase as Pr, useInputGroup as hr, useOptionalInputGroup as Br } from "./src/tedi/components/form/input-group/input-group.es.js";
|
|
64
|
+
import { LabelContext as kr, LabelProvider as Dr } from "./src/tedi/providers/label-provider/label-provider.es.js";
|
|
65
|
+
import { List as wr } from "./src/tedi/components/content/list/list.es.js";
|
|
66
|
+
import { ListItem as Nr } from "./src/tedi/components/content/list/list-item.es.js";
|
|
67
|
+
import { Popover as Ar } from "./src/tedi/components/overlays/popover/popover.es.js";
|
|
68
|
+
import { PopoverContent as Vr } from "./src/tedi/components/overlays/popover/popover-content.es.js";
|
|
69
|
+
import { PopoverTrigger as Mr } from "./src/tedi/components/overlays/popover/popover-trigger.es.js";
|
|
70
|
+
import { Prefix as zr } from "./src/tedi/components/form/input-group/components/prefix/prefix.es.js";
|
|
71
|
+
import { Row as Wr } from "./src/tedi/components/layout/grid/row.es.js";
|
|
72
|
+
import { SideNav as jr } from "./src/tedi/components/layout/sidenav/sidenav.es.js";
|
|
73
|
+
import { SideNavDropdown as Jr } from "./src/tedi/components/layout/sidenav/components/sidenav-dropdown/sidenav-dropdown.es.js";
|
|
74
|
+
import { SideNavItem as Qr } from "./src/tedi/components/layout/sidenav/components/sidenav-item/sidenav-item.es.js";
|
|
75
|
+
import { SideNavMobile as Yr } from "./src/tedi/components/layout/sidenav/components/sidenav-mobile/sidenav-mobile.es.js";
|
|
76
|
+
import { SidenavToggle as _r } from "./src/tedi/components/layout/sidenav/components/sidenav-toggle/sidenav-toggle.es.js";
|
|
77
|
+
import { Skeleton as oe } from "./src/tedi/components/loaders/skeleton/skeleton.es.js";
|
|
78
|
+
import { SkeletonBlock as ee } from "./src/tedi/components/loaders/skeleton/skeleton-block/skeleton-block.es.js";
|
|
79
|
+
import { Suffix as pe } from "./src/tedi/components/form/input-group/components/suffix/suffix.es.js";
|
|
80
|
+
import { Tabs as me } from "./src/tedi/components/navigation/tabs/tabs.es.js";
|
|
81
|
+
import { TabsContent as ie } from "./src/tedi/components/navigation/tabs/tabs-content/tabs-content.es.js";
|
|
82
|
+
import { TabsContext as ae, useTabsContext as le } from "./src/tedi/components/navigation/tabs/tabs-context.es.js";
|
|
83
|
+
import { TabsList as ue } from "./src/tedi/components/navigation/tabs/tabs-list/tabs-list.es.js";
|
|
84
|
+
import { TabsTrigger as ce } from "./src/tedi/components/navigation/tabs/tabs-trigger/tabs-trigger.es.js";
|
|
85
|
+
import { ToastContainer as Se } from "./external/react-toastify/dist/index.es.js";
|
|
86
|
+
import { Tooltip as ge } from "./src/tedi/components/overlays/tooltip/tooltip.es.js";
|
|
87
|
+
import { TooltipContent as ve } from "./src/tedi/components/overlays/tooltip/tooltip-content.es.js";
|
|
88
|
+
import { TooltipTrigger as Pe } from "./src/tedi/components/overlays/tooltip/tooltip-trigger.es.js";
|
|
89
|
+
import { VerticalSpacing as Be } from "./src/tedi/components/layout/vertical-spacing/vertical-spacing.es.js";
|
|
90
|
+
import { VerticalSpacingItem as ke } from "./src/tedi/components/layout/vertical-spacing/vertical-spacing-item.es.js";
|
|
91
|
+
import { breakpoints as Fe, isBreakpointBelow as we, default as Ge } from "./src/tedi/helpers/hooks/use-breakpoint.es.js";
|
|
92
|
+
import { labelsMap as ye, validateLabelRecord as Ae, validateLabelValues as He } from "./src/tedi/providers/label-provider/labels-map.es.js";
|
|
93
|
+
import { useBreakpointProps as Ee } from "./src/tedi/helpers/hooks/use-breakpoint-props.es.js";
|
|
94
|
+
import { useElementSize as Re } from "./src/tedi/helpers/hooks/use-element-size.es.js";
|
|
95
|
+
import { useFileUpload as Ue } from "./src/tedi/helpers/hooks/use-file-upload.es.js";
|
|
96
|
+
import { useIsMounted as Oe } from "./src/tedi/helpers/hooks/use-is-mounted.es.js";
|
|
97
|
+
import { useIsTouchDevice as qe } from "./src/tedi/helpers/hooks/use-is-touch-device.es.js";
|
|
98
|
+
import { useLabels as Ke } from "./src/tedi/providers/label-provider/use-labels.es.js";
|
|
99
|
+
import { useScroll as Xe } from "./src/tedi/helpers/hooks/use-scroll.es.js";
|
|
100
|
+
import { useScrollFade as Ze } from "./src/tedi/helpers/hooks/use-scroll-fade.es.js";
|
|
101
|
+
import { useWhatInput as $e } from "./src/tedi/helpers/hooks/use-what-input.es.js";
|
|
100
102
|
export {
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
Ho as AccessibilityContext,
|
|
104
|
+
Vo as AccessibilityProvider,
|
|
105
|
+
Fo as Affix,
|
|
106
|
+
M as Alert,
|
|
105
107
|
D as Button,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
108
|
+
A as ButtonGroup,
|
|
109
|
+
Jo as Card,
|
|
110
|
+
Qo as CardContent,
|
|
111
|
+
Yo as CardHeader,
|
|
112
|
+
_o as CardNotification,
|
|
111
113
|
so as Checkbox,
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
114
|
+
or as ChoiceGroup,
|
|
115
|
+
er as ChoiceGroupContext,
|
|
116
|
+
pr as ChoiceGroupItem,
|
|
115
117
|
L as ClosingButton,
|
|
116
|
-
|
|
118
|
+
mr as Col,
|
|
117
119
|
V as Collapse,
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
120
|
+
ir as Dropdown,
|
|
121
|
+
ar as DropdownContent,
|
|
122
|
+
sr as DropdownContext,
|
|
123
|
+
cr as DropdownItem,
|
|
124
|
+
Sr as DropdownTrigger,
|
|
125
|
+
Go as Ellipsis,
|
|
126
|
+
gr as EmptyState,
|
|
124
127
|
oo as FeedbackText,
|
|
125
|
-
|
|
128
|
+
So as Field,
|
|
126
129
|
io as FileDropzone,
|
|
127
|
-
|
|
130
|
+
mo as FileUpload,
|
|
128
131
|
N as FloatingButton,
|
|
129
132
|
W as HashTrigger,
|
|
130
133
|
p as Heading,
|
|
131
134
|
s as HeadingWithIcon,
|
|
132
|
-
|
|
135
|
+
m as Icon,
|
|
133
136
|
w as InfoButton,
|
|
134
|
-
|
|
135
|
-
|
|
137
|
+
vr as Input,
|
|
138
|
+
Pr as InputGroupBase,
|
|
136
139
|
i as Label,
|
|
137
|
-
|
|
138
|
-
|
|
140
|
+
kr as LabelContext,
|
|
141
|
+
Dr as LabelProvider,
|
|
139
142
|
j as Link,
|
|
140
|
-
|
|
141
|
-
|
|
143
|
+
wr as List,
|
|
144
|
+
Nr as ListItem,
|
|
142
145
|
Y as NumberField,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
146
|
+
Ar as Popover,
|
|
147
|
+
Vr as PopoverContent,
|
|
148
|
+
Mr as PopoverTrigger,
|
|
149
|
+
zr as Prefix,
|
|
150
|
+
vo as Print,
|
|
151
|
+
Oo as PrintingProvider,
|
|
149
152
|
po as Radio,
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
+
Wr as Row,
|
|
154
|
+
ko as ScrollFade,
|
|
155
|
+
Bo as ScrollVisibility,
|
|
153
156
|
eo as Search,
|
|
154
157
|
a as Section,
|
|
155
158
|
ao as Select,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
159
|
+
go as Separator,
|
|
160
|
+
jr as SideNav,
|
|
161
|
+
Jr as SideNavDropdown,
|
|
162
|
+
Qr as SideNavItem,
|
|
163
|
+
Yr as SideNavMobile,
|
|
164
|
+
_r as SidenavToggle,
|
|
165
|
+
oe as Skeleton,
|
|
166
|
+
ee as SkeletonBlock,
|
|
167
|
+
co as Slider,
|
|
168
|
+
C as Spinner,
|
|
165
169
|
I as StatusBadge,
|
|
166
170
|
h as StatusIndicator,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
171
|
+
Po as StretchContent,
|
|
172
|
+
yo as StyleProvider,
|
|
173
|
+
pe as Suffix,
|
|
174
|
+
me as Tabs,
|
|
175
|
+
ie as TabsContent,
|
|
176
|
+
ae as TabsContext,
|
|
177
|
+
ue as TabsList,
|
|
178
|
+
ce as TabsTrigger,
|
|
175
179
|
b as Tag,
|
|
176
180
|
e as Text,
|
|
177
181
|
Q as TextArea,
|
|
178
182
|
J as TextField,
|
|
179
183
|
T as TextGroup,
|
|
180
|
-
|
|
181
|
-
|
|
184
|
+
zo as ThemeProvider,
|
|
185
|
+
Se as ToastContainer,
|
|
182
186
|
_ as Toggle,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
187
|
+
ge as Tooltip,
|
|
188
|
+
ve as TooltipContent,
|
|
189
|
+
Pe as TooltipTrigger,
|
|
186
190
|
d as Truncate,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
191
|
+
Be as VerticalSpacing,
|
|
192
|
+
ke as VerticalSpacingItem,
|
|
193
|
+
Fe as breakpoints,
|
|
194
|
+
we as isBreakpointBelow,
|
|
195
|
+
ye as labelsMap,
|
|
196
|
+
z as sendNotification,
|
|
197
|
+
Ge as useBreakpoint,
|
|
198
|
+
Ee as useBreakpointProps,
|
|
199
|
+
Mo as useDeclareLoader,
|
|
200
|
+
ur as useDropdownContext,
|
|
201
|
+
Re as useElementSize,
|
|
202
|
+
Ue as useFileUpload,
|
|
203
|
+
hr as useInputGroup,
|
|
204
|
+
Oe as useIsMounted,
|
|
205
|
+
qe as useIsTouchDevice,
|
|
206
|
+
Ke as useLabels,
|
|
207
|
+
Br as useOptionalInputGroup,
|
|
208
|
+
jo as usePrint,
|
|
209
|
+
Xe as useScroll,
|
|
210
|
+
Ze as useScrollFade,
|
|
211
|
+
le as useTabsContext,
|
|
212
|
+
Uo as useTheme,
|
|
213
|
+
$e as useWhatInput,
|
|
214
|
+
Ae as validateLabelRecord,
|
|
215
|
+
He as validateLabelValues
|
|
212
216
|
};
|