glints-aries 4.0.306 → 4.0.307
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/es/@next/DataTable/DataTableStyle.js +1 -1
- package/es/@next/Pagination/PageButton.js +1 -1
- package/es/@next/Pagination/SimplePagination.js +3 -3
- package/lib/@next/DataTable/DataTableStyle.js +1 -1
- package/lib/@next/Pagination/PageButton.js +1 -1
- package/lib/@next/Pagination/SimplePagination.js +3 -3
- package/package.json +1 -1
|
@@ -24,7 +24,7 @@ export var StyledTableCell = styled.td.withConfig({
|
|
|
24
24
|
export var StyledTableFooterRow = styled.tr.withConfig({
|
|
25
25
|
displayName: "DataTableStyle__StyledTableFooterRow",
|
|
26
26
|
componentId: "sc-18v2ula-4"
|
|
27
|
-
})(["background:", ";border-top:0;border-radius:0px 0px ", " ", ";td{padding:", ";}"], Neutral.B100, borderRadius8, borderRadius8, space16);
|
|
27
|
+
})(["background:", ";border-top:0;border-radius:0px 0px ", " ", ";td{padding:", " ", ";}"], Neutral.B100, borderRadius8, borderRadius8, space8, space16);
|
|
28
28
|
export var StyledTableLoadingRow = styled(StyledTableRow).withConfig({
|
|
29
29
|
displayName: "DataTableStyle__StyledTableLoadingRow",
|
|
30
30
|
componentId: "sc-18v2ula-5"
|
|
@@ -52,7 +52,7 @@ export var SimplePagination = /*#__PURE__*/React.forwardRef(function SimplePagin
|
|
|
52
52
|
onClick: handlePageNumberChange
|
|
53
53
|
}, /*#__PURE__*/React.createElement(Typography, {
|
|
54
54
|
as: "div",
|
|
55
|
-
variant: "
|
|
55
|
+
variant: "subtitle2"
|
|
56
56
|
}, currentPage)), editMode && /*#__PURE__*/React.createElement(StyledSimplePaginationInput, {
|
|
57
57
|
"data-testid": "current-page-input",
|
|
58
58
|
autoFocus: true,
|
|
@@ -68,12 +68,12 @@ export var SimplePagination = /*#__PURE__*/React.forwardRef(function SimplePagin
|
|
|
68
68
|
disabled: disabled
|
|
69
69
|
}, /*#__PURE__*/React.createElement(Typography, {
|
|
70
70
|
as: "div",
|
|
71
|
-
variant: "
|
|
71
|
+
variant: "subtitle2"
|
|
72
72
|
}, "/")), /*#__PURE__*/React.createElement(StyledSimplePaginationButton, {
|
|
73
73
|
disabled: disabled
|
|
74
74
|
}, /*#__PURE__*/React.createElement(Typography, {
|
|
75
75
|
as: "div",
|
|
76
|
-
variant: "
|
|
76
|
+
variant: "subtitle2"
|
|
77
77
|
}, totalPages)), /*#__PURE__*/React.createElement(NextStepper, {
|
|
78
78
|
value: currentPage + 1,
|
|
79
79
|
disabled: !hasNext || disabled,
|
|
@@ -35,7 +35,7 @@ exports.StyledTableCell = StyledTableCell;
|
|
|
35
35
|
var StyledTableFooterRow = _styledComponents["default"].tr.withConfig({
|
|
36
36
|
displayName: "DataTableStyle__StyledTableFooterRow",
|
|
37
37
|
componentId: "sc-18v2ula-4"
|
|
38
|
-
})(["background:", ";border-top:0;border-radius:0px 0px ", " ", ";td{padding:", ";}"], _colors.Neutral.B100, _borderRadius.borderRadius8, _borderRadius.borderRadius8, _spacing.space16);
|
|
38
|
+
})(["background:", ";border-top:0;border-radius:0px 0px ", " ", ";td{padding:", " ", ";}"], _colors.Neutral.B100, _borderRadius.borderRadius8, _borderRadius.borderRadius8, _spacing.space8, _spacing.space16);
|
|
39
39
|
exports.StyledTableFooterRow = StyledTableFooterRow;
|
|
40
40
|
var StyledTableLoadingRow = (0, _styledComponents["default"])(StyledTableRow).withConfig({
|
|
41
41
|
displayName: "DataTableStyle__StyledTableLoadingRow",
|
|
@@ -58,7 +58,7 @@ var SimplePagination = /*#__PURE__*/_react["default"].forwardRef(function Simple
|
|
|
58
58
|
onClick: handlePageNumberChange
|
|
59
59
|
}, /*#__PURE__*/_react["default"].createElement(_Typography.Typography, {
|
|
60
60
|
as: "div",
|
|
61
|
-
variant: "
|
|
61
|
+
variant: "subtitle2"
|
|
62
62
|
}, currentPage)), editMode && /*#__PURE__*/_react["default"].createElement(_PaginationStyle.StyledSimplePaginationInput, {
|
|
63
63
|
"data-testid": "current-page-input",
|
|
64
64
|
autoFocus: true,
|
|
@@ -74,12 +74,12 @@ var SimplePagination = /*#__PURE__*/_react["default"].forwardRef(function Simple
|
|
|
74
74
|
disabled: disabled
|
|
75
75
|
}, /*#__PURE__*/_react["default"].createElement(_Typography.Typography, {
|
|
76
76
|
as: "div",
|
|
77
|
-
variant: "
|
|
77
|
+
variant: "subtitle2"
|
|
78
78
|
}, "/")), /*#__PURE__*/_react["default"].createElement(_PaginationStyle.StyledSimplePaginationButton, {
|
|
79
79
|
disabled: disabled
|
|
80
80
|
}, /*#__PURE__*/_react["default"].createElement(_Typography.Typography, {
|
|
81
81
|
as: "div",
|
|
82
|
-
variant: "
|
|
82
|
+
variant: "subtitle2"
|
|
83
83
|
}, totalPages)), /*#__PURE__*/_react["default"].createElement(_Stepper.NextStepper, {
|
|
84
84
|
value: currentPage + 1,
|
|
85
85
|
disabled: !hasNext || disabled,
|