@commercetools-uikit/data-table 19.21.0 → 19.22.1

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/README.md CHANGED
@@ -178,7 +178,7 @@ shouldIgnoreRowClick?: boolean;
178
178
  */
179
179
  shouldIgnoreRowClick?: boolean;
180
180
  }
181
- ````
181
+ ```
182
182
 
183
183
  ### Signature `customColumns`
184
184
 
@@ -289,3 +289,4 @@ shouldIgnoreRowClick?: boolean;
289
289
  ```ts
290
290
  (row: Row) => ReactNode;
291
291
  ```
292
+ ````
@@ -537,8 +537,8 @@ HeaderCell.propTypes = process.env.NODE_ENV !== "production" ? {
537
537
  sortDirection: _pt__default["default"].oneOf(['desc', 'asc']),
538
538
  disableResizing: _pt__default["default"].bool,
539
539
  onColumnResized: _pt__default["default"].func,
540
- disableHeaderStickiness: _pt__default["default"].bool.isRequired,
541
- horizontalCellAlignment: _pt__default["default"].oneOf(['left', 'center', 'right']).isRequired,
540
+ disableHeaderStickiness: _pt__default["default"].bool,
541
+ horizontalCellAlignment: _pt__default["default"].oneOf(['left', 'center', 'right']),
542
542
  iconComponent: _pt__default["default"].node
543
543
  } : {};
544
544
  HeaderCell.displayName = 'HeaderCell';
@@ -596,7 +596,7 @@ DataCell.propTypes = process.env.NODE_ENV !== "production" ? {
596
596
  shouldIgnoreRowClick: _pt__default["default"].bool,
597
597
  verticalCellAlignment: _pt__default["default"].oneOf(['top', 'center', 'bottom']),
598
598
  horizontalCellAlignment: _pt__default["default"].oneOf(['left', 'center', 'right']),
599
- shouldRenderBottomBorder: _pt__default["default"].bool.isRequired,
599
+ shouldRenderBottomBorder: _pt__default["default"].bool,
600
600
  shouldRenderCollapseButton: _pt__default["default"].bool.isRequired,
601
601
  shouldRenderResizingIndicator: _pt__default["default"].bool.isRequired,
602
602
  handleRowCollapseClick: _pt__default["default"].func,
@@ -1010,7 +1010,7 @@ DataTable.displayName = 'DataTable';
1010
1010
  var DataTable$1 = DataTable;
1011
1011
 
1012
1012
  // NOTE: This string will be replaced on build time with the package version.
1013
- var version = "19.21.0";
1013
+ var version = "19.22.1";
1014
1014
 
1015
1015
  Object.defineProperty(exports, 'useRowSelection', {
1016
1016
  enumerable: true,
@@ -787,7 +787,7 @@ DataTable.displayName = 'DataTable';
787
787
  var DataTable$1 = DataTable;
788
788
 
789
789
  // NOTE: This string will be replaced on build time with the package version.
790
- var version = "19.21.0";
790
+ var version = "19.22.1";
791
791
 
792
792
  Object.defineProperty(exports, 'useRowSelection', {
793
793
  enumerable: true,
@@ -514,8 +514,8 @@ HeaderCell.propTypes = process.env.NODE_ENV !== "production" ? {
514
514
  sortDirection: _pt.oneOf(['desc', 'asc']),
515
515
  disableResizing: _pt.bool,
516
516
  onColumnResized: _pt.func,
517
- disableHeaderStickiness: _pt.bool.isRequired,
518
- horizontalCellAlignment: _pt.oneOf(['left', 'center', 'right']).isRequired,
517
+ disableHeaderStickiness: _pt.bool,
518
+ horizontalCellAlignment: _pt.oneOf(['left', 'center', 'right']),
519
519
  iconComponent: _pt.node
520
520
  } : {};
521
521
  HeaderCell.displayName = 'HeaderCell';
@@ -573,7 +573,7 @@ DataCell.propTypes = process.env.NODE_ENV !== "production" ? {
573
573
  shouldIgnoreRowClick: _pt.bool,
574
574
  verticalCellAlignment: _pt.oneOf(['top', 'center', 'bottom']),
575
575
  horizontalCellAlignment: _pt.oneOf(['left', 'center', 'right']),
576
- shouldRenderBottomBorder: _pt.bool.isRequired,
576
+ shouldRenderBottomBorder: _pt.bool,
577
577
  shouldRenderCollapseButton: _pt.bool.isRequired,
578
578
  shouldRenderResizingIndicator: _pt.bool.isRequired,
579
579
  handleRowCollapseClick: _pt.func,
@@ -987,6 +987,6 @@ DataTable.displayName = 'DataTable';
987
987
  var DataTable$1 = DataTable;
988
988
 
989
989
  // NOTE: This string will be replaced on build time with the package version.
990
- var version = "19.21.0";
990
+ var version = "19.22.1";
991
991
 
992
992
  export { DataTable$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/data-table",
3
3
  "description": "A component for rendering tabular data.",
4
- "version": "19.21.0",
4
+ "version": "19.22.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "19.21.0",
25
- "@commercetools-uikit/data-table-manager": "19.21.0",
26
- "@commercetools-uikit/design-system": "19.21.0",
27
- "@commercetools-uikit/hooks": "19.21.0",
28
- "@commercetools-uikit/icons": "19.21.0",
29
- "@commercetools-uikit/secondary-icon-button": "19.21.0",
30
- "@commercetools-uikit/utils": "19.21.0",
24
+ "@commercetools-uikit/accessible-button": "19.22.1",
25
+ "@commercetools-uikit/data-table-manager": "19.22.1",
26
+ "@commercetools-uikit/design-system": "19.22.1",
27
+ "@commercetools-uikit/hooks": "19.22.1",
28
+ "@commercetools-uikit/icons": "19.22.1",
29
+ "@commercetools-uikit/secondary-icon-button": "19.22.1",
30
+ "@commercetools-uikit/utils": "19.22.1",
31
31
  "@emotion/react": "^11.10.5",
32
32
  "@emotion/styled": "^11.10.5",
33
33
  "lodash": "4.17.21",