warqadui 0.0.284 → 0.0.286

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.mts CHANGED
@@ -2736,6 +2736,7 @@ declare const Transaction3: {
2736
2736
  ExpenseForm: typeof ExpenseForm;
2737
2737
  Reports: {
2738
2738
  expenses: () => react_jsx_runtime.JSX.Element;
2739
+ expensesJournal: () => react_jsx_runtime.JSX.Element;
2739
2740
  };
2740
2741
  ExpensesJournal3: {
2741
2742
  List: typeof ExpensesJournal3;
package/dist/index.d.ts CHANGED
@@ -2736,6 +2736,7 @@ declare const Transaction3: {
2736
2736
  ExpenseForm: typeof ExpenseForm;
2737
2737
  Reports: {
2738
2738
  expenses: () => react_jsx_runtime.JSX.Element;
2739
+ expensesJournal: () => react_jsx_runtime.JSX.Element;
2739
2740
  };
2740
2741
  ExpensesJournal3: {
2741
2742
  List: typeof ExpensesJournal3;