labsense-ui-kit 1.1.81 → 1.1.83
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/Sidebar/Sidebar.d.ts +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -7003,7 +7003,8 @@ var Sidebar = function Sidebar(_ref12) {
|
|
|
7003
7003
|
"$gap": '28px',
|
|
7004
7004
|
"$width": '100%'
|
|
7005
7005
|
}, logo && React.createElement(Logo, null, React.createElement(Icon, {
|
|
7006
|
-
icon: logo.icon
|
|
7006
|
+
icon: logo.icon,
|
|
7007
|
+
color: logo.iconColor
|
|
7007
7008
|
}), React.createElement(TextContainer, {
|
|
7008
7009
|
"$isExpanded": isExpanded,
|
|
7009
7010
|
"$fontWeight": '700'
|
|
@@ -7507,5 +7508,5 @@ var InternalTabs = function InternalTabs(_ref) {
|
|
|
7507
7508
|
}));
|
|
7508
7509
|
};
|
|
7509
7510
|
|
|
7510
|
-
export { Badge, Breadcrumbs, ButtonComponent as Button, ButtonCarousel, CheckBox, CircularLoader, CircularProgress, Container, DatePicker, DropdownMenu$1 as DropdownMenu, Icon, IconTooltip, InternalTabs, Loader, MultiSelectDropdown, OptionComponent, Options, Pagination, ProgressBar, SearchBox, SelectOption, SelectedOption, Sidebar, Span, Table, TableCell, TableRow, Tabs, TextArea, TextField, TextFieldWithDropdown,
|
|
7511
|
+
export { Badge, Breadcrumbs, ButtonComponent as Button, ButtonCarousel, CheckBox, CircularLoader, CircularProgress, Container, DatePicker, DropdownMenu$1 as DropdownMenu, Icon, IconTooltip, InternalTabs, Loader, MultiSelectDropdown, OptionComponent, Options, Pagination, ProgressBar, SearchBox, SelectOption, SelectedOption, Sidebar, Span, Table, TableCell, TableRow, Tabs, TextArea, TextField, TextFieldWithDropdown, convertEpochToDateString, convertEpochToOnlyDate, convertToEpoch, formatCalendarDateTime, formatDate, formatEpochToIST, formatTimestamp, getSystemTimezoneAbbreviation, themes, timeAgo, timeStringToSeconds, useClickOutside, useCustomModal, useNotification, useTheme };
|
|
7511
7512
|
//# sourceMappingURL=index.modern.js.map
|