@layerfi/components 0.1.47 → 0.1.48
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/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/.idea/codeStyles/Project.xml +0 -61
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/layer-react.iml +0 -9
- package/.idea/misc.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
package/dist/index.js
CHANGED
|
@@ -8392,7 +8392,7 @@ var DataStates = ({
|
|
|
8392
8392
|
var import_date_fns15 = require("date-fns");
|
|
8393
8393
|
var COMPONENT_NAME2 = "bank-transactions";
|
|
8394
8394
|
var TEST_EMPTY_STATE = false;
|
|
8395
|
-
var POLL_INTERVAL =
|
|
8395
|
+
var POLL_INTERVAL = 1e3;
|
|
8396
8396
|
var categorizationEnabled = (mode) => {
|
|
8397
8397
|
if (mode === "bookkeeping-client") {
|
|
8398
8398
|
return false;
|