qbs-react-grid 1.3.7 → 1.3.8

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.
@@ -577,7 +577,7 @@ var QbsTable = function QbsTable(_ref) {
577
577
  handleMenuActions: handleMenuActions,
578
578
  dataTheme: dataTheme
579
579
  }))) : /*#__PURE__*/React.createElement("div", {
580
- className: isCustomTableCardView ? 'qbs-card-single' : ' p-2',
580
+ className: isCustomTableCardView ? 'qbs-card-wrapper' : ' p-2',
581
581
  style: {
582
582
  overflow: !tableViewToggle ? 'auto' : '',
583
583
  maxHeight: !tableViewToggle ? height : '',
@@ -583,7 +583,7 @@ var QbsTable = function QbsTable(_ref) {
583
583
  handleMenuActions: handleMenuActions,
584
584
  dataTheme: dataTheme
585
585
  }))) : /*#__PURE__*/_react["default"].createElement("div", {
586
- className: isCustomTableCardView ? 'qbs-card-single' : ' p-2',
586
+ className: isCustomTableCardView ? 'qbs-card-wrapper' : ' p-2',
587
587
  style: {
588
588
  overflow: !tableViewToggle ? 'auto' : '',
589
589
  maxHeight: !tableViewToggle ? height : '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qbs-react-grid",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "A React table component",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -635,7 +635,7 @@ const QbsTable: React.FC<QbsTableProps> = ({
635
635
  </Table>
636
636
  ) : (
637
637
  <div
638
- className={isCustomTableCardView ? 'qbs-card-single' : ' p-2'}
638
+ className={isCustomTableCardView ? 'qbs-card-wrapper' : ' p-2'}
639
639
  style={{
640
640
  overflow: !tableViewToggle ? 'auto' : '',
641
641
  maxHeight: !tableViewToggle ? height : '',