@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/esm/index.js
CHANGED
|
@@ -8377,7 +8377,7 @@ var DataStates = ({
|
|
|
8377
8377
|
import { endOfMonth as endOfMonth3, parseISO as parseISO12, startOfMonth as startOfMonth4 } from "date-fns";
|
|
8378
8378
|
var COMPONENT_NAME2 = "bank-transactions";
|
|
8379
8379
|
var TEST_EMPTY_STATE = false;
|
|
8380
|
-
var POLL_INTERVAL =
|
|
8380
|
+
var POLL_INTERVAL = 1e3;
|
|
8381
8381
|
var categorizationEnabled = (mode) => {
|
|
8382
8382
|
if (mode === "bookkeeping-client") {
|
|
8383
8383
|
return false;
|