@desynova-digital/components 8.19.19 → 8.19.20

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.
@@ -1312,6 +1312,7 @@ var Table = function (_Component) {
1312
1312
  label: "Search",
1313
1313
  value: searchedText,
1314
1314
  onChange: function onChange(e) {
1315
+ _this4.props.tableLoadingActionFunc(true);
1315
1316
  _this4.handleInputChange(e.target.value);
1316
1317
  }
1317
1318
  }),
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@desynova-digital/components",
3
- "version": "8.19.19",
3
+ "version": "8.19.20",
4
4
  "description": "Components for Desynova Digital",
5
5
  "main": "index.js",
6
6
  "author": "desynova-digital",
7
7
  "license": "MIT",
8
8
  "repository": "desynova-digital",
9
9
  "dependencies": {
10
- "@desynova-digital/tokens": "8.19.19",
10
+ "@desynova-digital/tokens": "8.19.20",
11
11
  "prop-types": "^15.7.2",
12
12
  "styled-components": "^4.3.2"
13
13
  },