@kaspernj/api-maker 1.0.235 → 1.0.236

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/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  ]
17
17
  },
18
18
  "name": "@kaspernj/api-maker",
19
- "version": "1.0.235",
19
+ "version": "1.0.236",
20
20
  "type": "module",
21
21
  "description": "",
22
22
  "main": "index.js",
@@ -308,7 +308,7 @@ class ApiMakerTable extends React.PureComponent {
308
308
  this.filterForm()
309
309
  }
310
310
  {card &&
311
- <Card className={classNames("mb-4", className)} controls={this.tableControls()} header={headerContent} footer={this.tableFooter()} table={!this.isSmallScreen()} {...restProps}>
311
+ <Card className={classNames("live-table--table-card", "mb-4", className)} controls={this.tableControls()} header={headerContent} footer={this.tableFooter()} table={!this.isSmallScreen()} {...restProps}>
312
312
  {this.tableContent()}
313
313
  </Card>
314
314
  }