@layerfi/components 0.1.112-alpha.4 → 0.1.112-alpha.5
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/cjs/index.cjs +1205 -1045
- package/dist/esm/index.mjs +1205 -1045
- package/dist/index.css +520 -495
- package/dist/index.d.ts +1 -2
- package/package.json +3 -1
package/dist/index.d.ts
CHANGED
|
@@ -216,7 +216,7 @@ declare type BillsViewProps = {
|
|
|
216
216
|
stringOverrides?: BillsStringOverrides;
|
|
217
217
|
};
|
|
218
218
|
|
|
219
|
-
export declare const BookkeepingOverview: ({ title, showTitle, onClickReconnectAccounts, stringOverrides, slotProps,
|
|
219
|
+
export declare const BookkeepingOverview: ({ title, showTitle, onClickReconnectAccounts, stringOverrides, slotProps, }: BookkeepingOverviewProps) => JSX_2.Element;
|
|
220
220
|
|
|
221
221
|
declare interface BookkeepingOverviewProps {
|
|
222
222
|
showTitle?: boolean;
|
|
@@ -236,7 +236,6 @@ declare interface BookkeepingOverviewProps {
|
|
|
236
236
|
};
|
|
237
237
|
};
|
|
238
238
|
};
|
|
239
|
-
_showBookACall?: boolean;
|
|
240
239
|
onClickReconnectAccounts?: () => void;
|
|
241
240
|
/**
|
|
242
241
|
* @deprecated Use `stringOverrides.title` instead
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerfi/components",
|
|
3
|
-
"version": "0.1.112-alpha.
|
|
3
|
+
"version": "0.1.112-alpha.5",
|
|
4
4
|
"description": "Layer React Components",
|
|
5
5
|
"main": "dist/cjs/index.cjs",
|
|
6
6
|
"module": "dist/esm/index.mjs",
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
"dependencies": {
|
|
86
86
|
"@floating-ui/react": "^0.27.8",
|
|
87
87
|
"@internationalized/date": "^3.8.2",
|
|
88
|
+
"@react-hook/resize-observer": "^2.0.2",
|
|
88
89
|
"@tanstack/react-form": "^1.19.0",
|
|
89
90
|
"@tanstack/react-table": "^8.21.3",
|
|
90
91
|
"@tanstack/react-virtual": "^3.13.9",
|
|
@@ -101,6 +102,7 @@
|
|
|
101
102
|
"react-currency-input-field": "^3.10.0",
|
|
102
103
|
"react-datepicker": "^6.9.0",
|
|
103
104
|
"react-dropzone": "^14.3.8",
|
|
105
|
+
"react-merge-refs": "^3.0.2",
|
|
104
106
|
"react-plaid-link": "^4.0.1",
|
|
105
107
|
"react-select": "^5.10.1",
|
|
106
108
|
"recharts": "^2.15.3",
|