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.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ import { Sidebar, logoDetails, SidebarItems } from './Sidebar';
|
|
|
15
15
|
import { Table, TableCell, TableRow, TableProps } from './Table';
|
|
16
16
|
import { InternalTabs, Tabs, TabContentProps } from './Tabs';
|
|
17
17
|
import { ThemeColorsInterface, ThemeMode } from './Themes';
|
|
18
|
-
import {
|
|
18
|
+
import { themes } from './Themes/Colors';
|
|
19
19
|
import { convertToEpoch, formatDate, formatTimestamp, formatCalendarDateTime, timeAgo, formatEpochToIST, convertEpochToDateString, convertEpochToOnlyDate, getSystemTimezoneAbbreviation, timeStringToSeconds } from './Utils/Date&Time';
|
|
20
20
|
export { Badge, IconTooltip };
|
|
21
21
|
export { Breadcrumbs, BreadcrumbDetail };
|
|
@@ -33,5 +33,5 @@ export { ProgressBar, ProgressBarProps, CircularProgress, CircularProgressProps
|
|
|
33
33
|
export { Sidebar, logoDetails, SidebarItems };
|
|
34
34
|
export { TableCell, Table, TableRow, TableProps };
|
|
35
35
|
export { InternalTabs, Tabs, TabContentProps };
|
|
36
|
-
export { ThemeColorsInterface, ThemeMode,
|
|
36
|
+
export { ThemeColorsInterface, ThemeMode, themes };
|
|
37
37
|
export { convertToEpoch, formatDate, formatTimestamp, formatCalendarDateTime, timeAgo, formatEpochToIST, convertEpochToDateString, convertEpochToOnlyDate, getSystemTimezoneAbbreviation, timeStringToSeconds };
|
package/dist/index.js
CHANGED
|
@@ -7007,7 +7007,8 @@ var Sidebar = function Sidebar(_ref12) {
|
|
|
7007
7007
|
"$gap": '28px',
|
|
7008
7008
|
"$width": '100%'
|
|
7009
7009
|
}, logo && React__default.createElement(Logo, null, React__default.createElement(Icon, {
|
|
7010
|
-
icon: logo.icon
|
|
7010
|
+
icon: logo.icon,
|
|
7011
|
+
color: logo.iconColor
|
|
7011
7012
|
}), React__default.createElement(TextContainer, {
|
|
7012
7013
|
"$isExpanded": isExpanded,
|
|
7013
7014
|
"$fontWeight": '700'
|
|
@@ -7542,7 +7543,6 @@ exports.Tabs = Tabs;
|
|
|
7542
7543
|
exports.TextArea = TextArea;
|
|
7543
7544
|
exports.TextField = TextField;
|
|
7544
7545
|
exports.TextFieldWithDropdown = TextFieldWithDropdown;
|
|
7545
|
-
exports.colorVariables = colorVariables;
|
|
7546
7546
|
exports.convertEpochToDateString = convertEpochToDateString;
|
|
7547
7547
|
exports.convertEpochToOnlyDate = convertEpochToOnlyDate;
|
|
7548
7548
|
exports.convertToEpoch = convertToEpoch;
|