@tedi-design-system/react 17.1.0 → 17.2.0-rc.1
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/external/hoist-non-react-statics/external/react-is/cjs/react-is.development.cjs.js +1 -1
- package/external/hoist-non-react-statics/external/react-is/cjs/react-is.development.es.js +1 -1
- package/external/hoist-non-react-statics/external/react-is/cjs/react-is.production.min.cjs.js +1 -1
- package/external/hoist-non-react-statics/external/react-is/cjs/react-is.production.min.es.js +1 -1
- package/external/hoist-non-react-statics/external/react-is/index.cjs.js +1 -1
- package/external/hoist-non-react-statics/external/react-is/index.es.js +1 -1
- package/external/prop-types/external/react-is/cjs/react-is.development.cjs.js +1 -1
- package/external/prop-types/external/react-is/cjs/react-is.development.es.js +1 -1
- package/external/prop-types/external/react-is/cjs/react-is.production.min.cjs.js +1 -1
- package/external/prop-types/external/react-is/cjs/react-is.production.min.es.js +1 -1
- package/external/prop-types/external/react-is/index.cjs.js +1 -1
- package/external/prop-types/external/react-is/index.es.js +1 -1
- package/index.css +1 -1
- package/package.json +1 -1
- package/src/community/components/layout/breadcrumbs/breadcrumbs.d.ts +6 -0
- package/src/community/components/layout/breadcrumbs/crumb/crumb.d.ts +6 -0
- package/src/tedi/components/navigation/breadcrumbs/breadcrumbs.cjs.js +1 -0
- package/src/tedi/components/navigation/breadcrumbs/breadcrumbs.d.ts +66 -0
- package/src/tedi/components/navigation/breadcrumbs/breadcrumbs.es.js +65 -0
- package/src/tedi/components/navigation/breadcrumbs/breadcrumbs.module.scss.cjs.js +1 -0
- package/src/tedi/components/navigation/breadcrumbs/breadcrumbs.module.scss.es.js +11 -0
- package/src/tedi/components/navigation/breadcrumbs/index.d.ts +1 -0
- package/src/tedi/index.d.ts +1 -0
- package/src/tedi/providers/label-provider/labels-map.cjs.js +1 -1
- package/src/tedi/providers/label-provider/labels-map.d.ts +7 -0
- package/src/tedi/providers/label-provider/labels-map.es.js +7 -0
- package/tedi.cjs.js +1 -1
- package/tedi.es.js +103 -101
package/tedi.es.js
CHANGED
|
@@ -9,7 +9,7 @@ import { Calendar as T } from "./src/tedi/components/content/calendar/calendar.e
|
|
|
9
9
|
import { Spinner as S } 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 P } from "./src/tedi/components/tags/status-badge/status-badge.es.js";
|
|
12
|
-
import { StatusIndicator as
|
|
12
|
+
import { StatusIndicator as B } from "./src/tedi/components/tags/status-indicator/status-indicator.es.js";
|
|
13
13
|
import { ClosingButton as F } from "./src/tedi/components/buttons/closing-button/closing-button.es.js";
|
|
14
14
|
import { Button as k } 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";
|
|
@@ -36,7 +36,7 @@ import { Checkbox as Co } from "./src/tedi/components/form/checkbox/checkbox.es.
|
|
|
36
36
|
import { Slider as go } from "./src/tedi/components/form/slider/slider.es.js";
|
|
37
37
|
import { DateField as vo } from "./src/tedi/components/form/date-field/date-field.es.js";
|
|
38
38
|
import { Field as Io } from "./src/tedi/components/form/field/field.es.js";
|
|
39
|
-
import { Separator as
|
|
39
|
+
import { Separator as ho } from "./src/tedi/components/misc/separator/separator.es.js";
|
|
40
40
|
import { Print as Lo } from "./src/tedi/components/misc/print/print.es.js";
|
|
41
41
|
import { StretchContent as Do } from "./src/tedi/components/misc/stretch-content/stretch-content.es.js";
|
|
42
42
|
import { ScrollVisibility as Go } from "./src/tedi/components/misc/scroll-visibility/scroll-visibility.es.js";
|
|
@@ -61,77 +61,79 @@ import { Col as Tr } from "./src/tedi/components/layout/grid/col.es.js";
|
|
|
61
61
|
import { EmptyState as Sr } from "./src/tedi/components/misc/empty-state/empty-state.es.js";
|
|
62
62
|
import { ToastContainer as br } from "./external/react-toastify/dist/index.es.js";
|
|
63
63
|
import { Card as Pr } from "./src/tedi/components/cards/card/card.es.js";
|
|
64
|
-
import { CardHeader as
|
|
64
|
+
import { CardHeader as Br } from "./src/tedi/components/cards/card/card-header/card-header.es.js";
|
|
65
65
|
import { CardNotification as Fr } from "./src/tedi/components/cards/card/card-notification/card-notification.es.js";
|
|
66
66
|
import { CardContent as kr } from "./src/tedi/components/cards/card/card-content/card-content.es.js";
|
|
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 {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
67
|
+
import { Breadcrumbs as wr } from "./src/tedi/components/navigation/breadcrumbs/breadcrumbs.es.js";
|
|
68
|
+
import { Pagination as Nr } from "./src/tedi/components/navigation/pagination/pagination.es.js";
|
|
69
|
+
import { usePagination as Ar } from "./src/tedi/components/navigation/pagination/use-pagination.es.js";
|
|
70
|
+
import { Tabs as Vr } from "./src/tedi/components/navigation/tabs/tabs.es.js";
|
|
71
|
+
import { TabsContext as Mr, useTabsContext as Rr } from "./src/tedi/components/navigation/tabs/tabs-context.es.js";
|
|
72
|
+
import { TabsList as Ur } from "./src/tedi/components/navigation/tabs/tabs-list/tabs-list.es.js";
|
|
73
|
+
import { TabsTrigger as Or } from "./src/tedi/components/navigation/tabs/tabs-trigger/tabs-trigger.es.js";
|
|
74
|
+
import { TabsContent as qr } from "./src/tedi/components/navigation/tabs/tabs-content/tabs-content.es.js";
|
|
75
|
+
import { ChoiceGroup as Kr } from "./src/tedi/components/form/choice-group/choice-group.es.js";
|
|
76
|
+
import { ChoiceGroupContext as Xr } from "./src/tedi/components/form/choice-group/choice-group-context.es.js";
|
|
77
|
+
import { ChoiceGroupItem as Zr } from "./src/tedi/components/form/choice-group/components/choice-group-item/choice-group-item.es.js";
|
|
78
|
+
import { InputGroupBase as $r, useInputGroup as oe, useOptionalInputGroup as re } from "./src/tedi/components/form/input-group/input-group.es.js";
|
|
79
|
+
import { Prefix as te } from "./src/tedi/components/form/input-group/components/prefix/prefix.es.js";
|
|
80
|
+
import { Suffix as xe } from "./src/tedi/components/form/input-group/components/suffix/suffix.es.js";
|
|
81
|
+
import { Input as fe } from "./src/tedi/components/form/input-group/components/input/input.es.js";
|
|
82
|
+
import { Tooltip as ne } from "./src/tedi/components/overlays/tooltip/tooltip.es.js";
|
|
83
|
+
import { TooltipContent as le } from "./src/tedi/components/overlays/tooltip/tooltip-content.es.js";
|
|
84
|
+
import { TooltipTrigger as de } from "./src/tedi/components/overlays/tooltip/tooltip-trigger.es.js";
|
|
85
|
+
import { Popover as ce } from "./src/tedi/components/overlays/popover/popover.es.js";
|
|
86
|
+
import { PopoverContent as Ce } from "./src/tedi/components/overlays/popover/popover-content.es.js";
|
|
87
|
+
import { PopoverContext as ge } from "./src/tedi/components/overlays/popover/popover-context.es.js";
|
|
88
|
+
import { PopoverTrigger as ve } from "./src/tedi/components/overlays/popover/popover-trigger.es.js";
|
|
89
|
+
import { Dropdown as Ie } from "./src/tedi/components/overlays/dropdown/dropdown.es.js";
|
|
90
|
+
import { DropdownContext as he, useDropdownContext as Fe } from "./src/tedi/components/overlays/dropdown/dropdown-context.es.js";
|
|
91
|
+
import { DropdownContent as ke } from "./src/tedi/components/overlays/dropdown/dropdown-content/dropdown-content.es.js";
|
|
92
|
+
import { DropdownTrigger as we } from "./src/tedi/components/overlays/dropdown/dropdown-trigger/dropdown-trigger.es.js";
|
|
93
|
+
import { DropdownItem as Ne } from "./src/tedi/components/overlays/dropdown/dropdown-item/dropdown-item.es.js";
|
|
94
|
+
import { SideNav as Ae } from "./src/tedi/components/layout/sidenav/sidenav.es.js";
|
|
95
|
+
import { SideNavDropdown as Ve } from "./src/tedi/components/layout/sidenav/components/sidenav-dropdown/sidenav-dropdown.es.js";
|
|
96
|
+
import { SideNavItem as Me } from "./src/tedi/components/layout/sidenav/components/sidenav-item/sidenav-item.es.js";
|
|
97
|
+
import { SidenavToggle as ze } from "./src/tedi/components/layout/sidenav/components/sidenav-toggle/sidenav-toggle.es.js";
|
|
98
|
+
import { SideNavMobile as We } from "./src/tedi/components/layout/sidenav/components/sidenav-mobile/sidenav-mobile.es.js";
|
|
99
|
+
import { useIsMounted as je } from "./src/tedi/helpers/hooks/use-is-mounted.es.js";
|
|
100
|
+
import { breakpoints as Je, isBreakpointBelow as Ke, useBreakpoint as Qe } from "./src/tedi/helpers/hooks/use-breakpoint.es.js";
|
|
101
|
+
import { useBreakpointProps as Ye } from "./src/tedi/helpers/hooks/use-breakpoint-props.es.js";
|
|
102
|
+
import { useElementSize as _e } from "./src/tedi/helpers/hooks/use-element-size.es.js";
|
|
103
|
+
import { useScroll as ot } from "./src/tedi/helpers/hooks/use-scroll.es.js";
|
|
104
|
+
import { useIsTouchDevice as et } from "./src/tedi/helpers/hooks/use-is-touch-device.es.js";
|
|
105
|
+
import { useFileUpload as pt } from "./src/tedi/helpers/hooks/use-file-upload.es.js";
|
|
106
|
+
import { useWhatInput as mt } from "./src/tedi/helpers/hooks/use-what-input.es.js";
|
|
107
|
+
import { useScrollFade as it } from "./src/tedi/helpers/hooks/use-scroll-fade.es.js";
|
|
108
|
+
import { useLabels as at } from "./src/tedi/providers/label-provider/use-labels.es.js";
|
|
109
|
+
import { LabelContext as st, LabelProvider as dt } from "./src/tedi/providers/label-provider/label-provider.es.js";
|
|
110
|
+
import { labelsMap as ct, validateLabelRecord as Tt, validateLabelValues as Ct } from "./src/tedi/providers/label-provider/labels-map.es.js";
|
|
110
111
|
export {
|
|
111
112
|
Uo as AccessibilityContext,
|
|
112
113
|
Wo as AccessibilityProvider,
|
|
113
114
|
Ho as Affix,
|
|
114
115
|
M as Alert,
|
|
116
|
+
wr as Breadcrumbs,
|
|
115
117
|
k as Button,
|
|
116
118
|
A as ButtonGroup,
|
|
117
119
|
T as Calendar,
|
|
118
120
|
Pr as Card,
|
|
119
121
|
kr as CardContent,
|
|
120
|
-
|
|
122
|
+
Br as CardHeader,
|
|
121
123
|
Fr as CardNotification,
|
|
122
124
|
Co as Checkbox,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
125
|
+
Kr as ChoiceGroup,
|
|
126
|
+
Xr as ChoiceGroupContext,
|
|
127
|
+
Zr as ChoiceGroupItem,
|
|
126
128
|
F as ClosingButton,
|
|
127
129
|
Tr as Col,
|
|
128
130
|
V as Collapse,
|
|
129
131
|
vo as DateField,
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
132
|
+
Ie as Dropdown,
|
|
133
|
+
ke as DropdownContent,
|
|
134
|
+
he as DropdownContext,
|
|
135
|
+
Ne as DropdownItem,
|
|
136
|
+
we as DropdownTrigger,
|
|
135
137
|
Eo as Ellipsis,
|
|
136
138
|
Sr as EmptyState,
|
|
137
139
|
oo as FeedbackText,
|
|
@@ -144,21 +146,21 @@ export {
|
|
|
144
146
|
s as HeadingWithIcon,
|
|
145
147
|
m as Icon,
|
|
146
148
|
w as InfoButton,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
+
fe as Input,
|
|
150
|
+
$r as InputGroupBase,
|
|
149
151
|
i as Label,
|
|
150
|
-
|
|
151
|
-
|
|
152
|
+
st as LabelContext,
|
|
153
|
+
dt as LabelProvider,
|
|
152
154
|
j as Link,
|
|
153
155
|
_o as List,
|
|
154
156
|
or as ListItem,
|
|
155
157
|
Y as NumberField,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
158
|
+
Nr as Pagination,
|
|
159
|
+
ce as Popover,
|
|
160
|
+
Ce as PopoverContent,
|
|
161
|
+
ge as PopoverContext,
|
|
162
|
+
ve as PopoverTrigger,
|
|
163
|
+
te as Prefix,
|
|
162
164
|
Lo as Print,
|
|
163
165
|
Xo as PrintingProvider,
|
|
164
166
|
po as Radio,
|
|
@@ -168,26 +170,26 @@ export {
|
|
|
168
170
|
eo as Search,
|
|
169
171
|
a as Section,
|
|
170
172
|
ao as Select,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
173
|
+
ho as Separator,
|
|
174
|
+
Ae as SideNav,
|
|
175
|
+
Ve as SideNavDropdown,
|
|
176
|
+
Me as SideNavItem,
|
|
177
|
+
We as SideNavMobile,
|
|
178
|
+
ze as SidenavToggle,
|
|
177
179
|
mr as Skeleton,
|
|
178
180
|
ir as SkeletonBlock,
|
|
179
181
|
go as Slider,
|
|
180
182
|
S as Spinner,
|
|
181
183
|
P as StatusBadge,
|
|
182
|
-
|
|
184
|
+
B as StatusIndicator,
|
|
183
185
|
Do as StretchContent,
|
|
184
186
|
Ro as StyleProvider,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
187
|
+
xe as Suffix,
|
|
188
|
+
Vr as Tabs,
|
|
189
|
+
qr as TabsContent,
|
|
190
|
+
Mr as TabsContext,
|
|
191
|
+
Ur as TabsList,
|
|
192
|
+
Or as TabsTrigger,
|
|
191
193
|
b as Tag,
|
|
192
194
|
e as Text,
|
|
193
195
|
Q as TextArea,
|
|
@@ -199,34 +201,34 @@ export {
|
|
|
199
201
|
co as TimePicker,
|
|
200
202
|
br as ToastContainer,
|
|
201
203
|
_ as Toggle,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
204
|
+
ne as Tooltip,
|
|
205
|
+
le as TooltipContent,
|
|
206
|
+
de as TooltipTrigger,
|
|
205
207
|
u as Truncate,
|
|
206
208
|
ar as VerticalSpacing,
|
|
207
209
|
sr as VerticalSpacingItem,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
210
|
+
Je as breakpoints,
|
|
211
|
+
Ke as isBreakpointBelow,
|
|
212
|
+
ct as labelsMap,
|
|
211
213
|
z as sendNotification,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
+
Qe as useBreakpoint,
|
|
215
|
+
Ye as useBreakpointProps,
|
|
214
216
|
jo as useDeclareLoader,
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
217
|
+
Fe as useDropdownContext,
|
|
218
|
+
_e as useElementSize,
|
|
219
|
+
pt as useFileUpload,
|
|
220
|
+
oe as useInputGroup,
|
|
221
|
+
je as useIsMounted,
|
|
222
|
+
et as useIsTouchDevice,
|
|
223
|
+
at as useLabels,
|
|
224
|
+
re as useOptionalInputGroup,
|
|
225
|
+
Ar as usePagination,
|
|
224
226
|
Yo as usePrint,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
227
|
+
ot as useScroll,
|
|
228
|
+
it as useScrollFade,
|
|
229
|
+
Rr as useTabsContext,
|
|
228
230
|
Ko as useTheme,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
231
|
+
mt as useWhatInput,
|
|
232
|
+
Tt as validateLabelRecord,
|
|
233
|
+
Ct as validateLabelValues
|
|
232
234
|
};
|