labsense-ui-kit 1.1.82 → 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/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 { colorVariables, themes } from './Themes/Colors';
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, colorVariables, themes };
36
+ export { ThemeColorsInterface, ThemeMode, themes };
37
37
  export { convertToEpoch, formatDate, formatTimestamp, formatCalendarDateTime, timeAgo, formatEpochToIST, convertEpochToDateString, convertEpochToOnlyDate, getSystemTimezoneAbbreviation, timeStringToSeconds };
package/dist/index.js CHANGED
@@ -7543,7 +7543,6 @@ exports.Tabs = Tabs;
7543
7543
  exports.TextArea = TextArea;
7544
7544
  exports.TextField = TextField;
7545
7545
  exports.TextFieldWithDropdown = TextFieldWithDropdown;
7546
- exports.colorVariables = colorVariables;
7547
7546
  exports.convertEpochToDateString = convertEpochToDateString;
7548
7547
  exports.convertEpochToOnlyDate = convertEpochToOnlyDate;
7549
7548
  exports.convertToEpoch = convertToEpoch;