labsense-ui-kit 1.1.92 → 1.1.94
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.js +30 -26
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +30 -26
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -3442,9 +3442,9 @@ var dark = {
|
|
|
3442
3442
|
accent: {
|
|
3443
3443
|
light_1: '#2A2E33',
|
|
3444
3444
|
light_2: '#1F2327',
|
|
3445
|
-
light_3: '#
|
|
3446
|
-
light_4: '#
|
|
3447
|
-
light_5: '#
|
|
3445
|
+
light_3: '#0F1214',
|
|
3446
|
+
light_4: '#101417',
|
|
3447
|
+
light_5: '#0F0F0C',
|
|
3448
3448
|
softBlue: '#2C3E50',
|
|
3449
3449
|
extraSoftBlue: '#34495E',
|
|
3450
3450
|
boldTransparent: '#D3D3D380',
|
|
@@ -3488,7 +3488,7 @@ var dark = {
|
|
|
3488
3488
|
dark: '#FFFFFF',
|
|
3489
3489
|
medium: '#AAB8C2',
|
|
3490
3490
|
light: '#8899A6',
|
|
3491
|
-
white: '#
|
|
3491
|
+
white: '#14171A',
|
|
3492
3492
|
success: '#81C784',
|
|
3493
3493
|
error: '#E57373',
|
|
3494
3494
|
info: '#64B5F6',
|
|
@@ -7245,34 +7245,38 @@ var TableContainer = styled.div(_templateObject$p || (_templateObject$p = _tagge
|
|
|
7245
7245
|
var theme = _ref.theme;
|
|
7246
7246
|
return theme.brand.light;
|
|
7247
7247
|
});
|
|
7248
|
-
var TableHeader = styled.div(_templateObject2$k || (_templateObject2$k = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (
|
|
7249
|
-
|
|
7250
|
-
|
|
7251
|
-
return
|
|
7248
|
+
var TableHeader = styled.div(_templateObject2$k || (_templateObject2$k = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
|
|
7249
|
+
var $hbcolor = _ref2.$hbcolor,
|
|
7250
|
+
theme = _ref2.theme;
|
|
7251
|
+
return $hbcolor || theme["default"].tertiary;
|
|
7252
|
+
}, function (_ref3) {
|
|
7253
|
+
var $tcolor = _ref3.$tcolor,
|
|
7254
|
+
theme = _ref3.theme;
|
|
7255
|
+
return $tcolor || theme.text.white;
|
|
7252
7256
|
});
|
|
7253
7257
|
var TableContent = styled.div(_templateObject3$e || (_templateObject3$e = _taggedTemplateLiteralLoose(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
7254
|
-
var TableData = styled.div(_templateObject4$b || (_templateObject4$b = _taggedTemplateLiteralLoose(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (
|
|
7255
|
-
var $isLegends =
|
|
7258
|
+
var TableData = styled.div(_templateObject4$b || (_templateObject4$b = _taggedTemplateLiteralLoose(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
|
|
7259
|
+
var $isLegends = _ref4.$isLegends;
|
|
7256
7260
|
return $isLegends ? 'calc(100% - 56px)' : 'calc(100% - 36px)';
|
|
7257
7261
|
});
|
|
7258
|
-
var LegendDivider = styled.div(_templateObject5$9 || (_templateObject5$9 = _taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (
|
|
7259
|
-
var theme =
|
|
7262
|
+
var LegendDivider = styled.div(_templateObject5$9 || (_templateObject5$9 = _taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
|
|
7263
|
+
var theme = _ref5.theme;
|
|
7260
7264
|
return theme.border.extraLight;
|
|
7261
|
-
}, function (
|
|
7262
|
-
var $marginRight =
|
|
7265
|
+
}, function (_ref6) {
|
|
7266
|
+
var $marginRight = _ref6.$marginRight;
|
|
7263
7267
|
return $marginRight != null ? $marginRight : '0px';
|
|
7264
7268
|
});
|
|
7265
|
-
var Divider = styled.div(_templateObject6$7 || (_templateObject6$7 = _taggedTemplateLiteralLoose(["\n height: 2px;\n background: ", ";\n"])), function (
|
|
7266
|
-
var theme =
|
|
7269
|
+
var Divider = styled.div(_templateObject6$7 || (_templateObject6$7 = _taggedTemplateLiteralLoose(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
|
|
7270
|
+
var theme = _ref7.theme;
|
|
7267
7271
|
return theme.border.extraLight;
|
|
7268
7272
|
});
|
|
7269
|
-
var Table = function Table(
|
|
7270
|
-
var tableObject =
|
|
7271
|
-
|
|
7272
|
-
filter =
|
|
7273
|
-
loading =
|
|
7274
|
-
|
|
7275
|
-
noDataText =
|
|
7273
|
+
var Table = function Table(_ref8) {
|
|
7274
|
+
var tableObject = _ref8.tableObject,
|
|
7275
|
+
_ref8$filter = _ref8.filter,
|
|
7276
|
+
filter = _ref8$filter === void 0 ? false : _ref8$filter,
|
|
7277
|
+
loading = _ref8.loading,
|
|
7278
|
+
_ref8$noDataText = _ref8.noDataText,
|
|
7279
|
+
noDataText = _ref8$noDataText === void 0 ? 'No Data Found!' : _ref8$noDataText;
|
|
7276
7280
|
var themeColors = useTheme();
|
|
7277
7281
|
var rowconfig = tableObject.rowconfig,
|
|
7278
7282
|
tableheaderconfig = tableObject.tableheaderconfig;
|
|
@@ -7384,9 +7388,9 @@ var Table = function Table(_ref6) {
|
|
|
7384
7388
|
"$isLegends": tableheaderconfig.headerdata.some(function (col) {
|
|
7385
7389
|
return !!col.groupTitle;
|
|
7386
7390
|
})
|
|
7387
|
-
}, Object.entries(roleGroups).map(function (
|
|
7388
|
-
var role =
|
|
7389
|
-
rows =
|
|
7391
|
+
}, Object.entries(roleGroups).map(function (_ref9) {
|
|
7392
|
+
var role = _ref9[0],
|
|
7393
|
+
rows = _ref9[1];
|
|
7390
7394
|
return React.createElement(React.Fragment, {
|
|
7391
7395
|
key: role
|
|
7392
7396
|
}, React.createElement(Container, {
|