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.
@@ -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"
@@ -18,6 +18,6 @@ export var PageButton = function PageButton(_ref) {
18
18
  }
19
19
  }, props), /*#__PURE__*/React.createElement(Typography, {
20
20
  as: "div",
21
- variant: "body1"
21
+ variant: "subtitle2"
22
22
  }, content));
23
23
  };
@@ -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: "body1"
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: "body1"
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: "body1"
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",
@@ -23,7 +23,7 @@ var PageButton = function PageButton(_ref) {
23
23
  }
24
24
  }, props), /*#__PURE__*/_react["default"].createElement(_Typography.Typography, {
25
25
  as: "div",
26
- variant: "body1"
26
+ variant: "subtitle2"
27
27
  }, content));
28
28
  };
29
29
  exports.PageButton = PageButton;
@@ -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: "body1"
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: "body1"
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: "body1"
82
+ variant: "subtitle2"
83
83
  }, totalPages)), /*#__PURE__*/_react["default"].createElement(_Stepper.NextStepper, {
84
84
  value: currentPage + 1,
85
85
  disabled: !hasNext || disabled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glints-aries",
3
- "version": "4.0.306",
3
+ "version": "4.0.307",
4
4
  "description": "Glints ui-kit for frontend",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./es/index.js",