@layerfi/components 0.1.114-alpha.2 → 0.1.114-alpha.4

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/index.d.ts CHANGED
@@ -475,7 +475,7 @@ declare type EnumWithUnknownValues<T extends string> = T | UnknownEnumValue;
475
475
  declare type Environment = 'production' | 'sandbox' | 'staging' | 'internalStaging';
476
476
 
477
477
  declare type EventCallbacks = {
478
- onTransactionCategorized?: (bankTransactionId: string) => void;
478
+ onTransactionCategorized?: () => void;
479
479
  onTransactionsFetched?: () => void;
480
480
  };
481
481
 
@@ -1118,6 +1118,10 @@ declare type UnknownEnumValue = string & Record<never, never>;
1118
1118
 
1119
1119
  export declare const unstable_BillsView: (props: BillsViewProps) => JSX_2.Element;
1120
1120
 
1121
+ export declare const unstable_MileageTracking: ({ showTitle }: {
1122
+ showTitle?: boolean;
1123
+ }) => JSX_2.Element;
1124
+
1121
1125
  export declare const unstable_UnifiedReports: () => JSX_2.Element;
1122
1126
 
1123
1127
  declare const US_STATES: readonly [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerfi/components",
3
- "version": "0.1.114-alpha.2",
3
+ "version": "0.1.114-alpha.4",
4
4
  "description": "Layer React Components",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.mjs",
@@ -65,6 +65,7 @@
65
65
  "eslint-plugin-import": "^2.32.0",
66
66
  "eslint-plugin-react": "^7.37.5",
67
67
  "eslint-plugin-react-hooks": "^5.2.0",
68
+ "eslint-plugin-simple-import-sort": "^12.1.1",
68
69
  "eslint-plugin-unused-imports": "^4.1.4",
69
70
  "husky": "^9.1.7",
70
71
  "lint-staged": "^16.2.3",