@zeniai/web-components 4.2.26 → 4.2.28

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.
Files changed (47) hide show
  1. package/dist/{SessionTimeoutPopup-DMOkSnof.cjs → SessionTimeoutPopup-FQidz3x6.cjs} +18211 -16480
  2. package/dist/{SessionTimeoutPopup-BXdAFUpR.js → SessionTimeoutPopup-nM8Th-1x.js} +97035 -91828
  3. package/dist/appLocale.d.ts +95 -3
  4. package/dist/cockpit.cjs.js +69 -69
  5. package/dist/cockpit.esm.js +2158 -2164
  6. package/dist/components/aiCfo/AiCfoPage.d.ts +8 -1
  7. package/dist/components/aiCfo/components/AiCfoInput.d.ts +7 -0
  8. package/dist/components/aiCfo/components/AiCfoSkillMenu.d.ts +19 -0
  9. package/dist/components/aiCfo/components/helpers/aiCfoSlashHelpers.d.ts +30 -0
  10. package/dist/components/aiCfo/stories/components/AiCfoStoryWrapper.d.ts +6 -1
  11. package/dist/components/aiCfo/stories/hooks/useAiCfoStoryState.d.ts +2 -2
  12. package/dist/components/common/uploadInvoice/RenderPdf.d.ts +14 -0
  13. package/dist/components/expenseAutomation/ExpenseAutomationPage.d.ts +1 -0
  14. package/dist/components/expenseAutomation/components/TableSection.d.ts +1 -0
  15. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconDetailsDrawerPageV2.d.ts +44 -0
  16. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconListSkeleton.d.ts +3 -1
  17. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconciliationListPage.d.ts +2 -1
  18. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconciliationPage.d.ts +2 -1
  19. package/dist/components/expenseAutomation/sections/accountRecon/ExcludedAccountReconDetailsDrawerPage.d.ts +3 -1
  20. package/dist/components/expenseAutomation/sections/accountRecon/ReconciliationProgressBar.d.ts +10 -0
  21. package/dist/components/expenseAutomation/sections/accountRecon/ReconciliationStatsCards.d.ts +5 -0
  22. package/dist/components/expenseAutomation/sections/accountRecon/StatementDateConflictPopup.d.ts +8 -0
  23. package/dist/components/expenseAutomation/sections/accountRecon/StatementPageLayout.d.ts +18 -0
  24. package/dist/components/expenseAutomation/sections/accountRecon/StatementParseInfo.d.ts +14 -0
  25. package/dist/components/expenseAutomation/sections/accountRecon/StatementProcessingPage.d.ts +10 -0
  26. package/dist/components/expenseAutomation/sections/accountRecon/mapAccountReconToReportTreeNodesV2.d.ts +16 -0
  27. package/dist/components/expenseAutomation/sections/accountRecon/mapExcludedAccountReconToReportTreeNodes.d.ts +2 -0
  28. package/dist/components/reportTree/reportTreeTypes.d.ts +1 -0
  29. package/dist/components/reportTree/treeNode/accountReconReport/row/AccountRow.d.ts +12 -0
  30. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/AccountRow.d.ts +59 -0
  31. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/LoadingInProgressRow.d.ts +3 -0
  32. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/SectionRow.d.ts +10 -0
  33. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/TimeframeRow.d.ts +7 -0
  34. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/TotalRow.d.ts +15 -0
  35. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/common.d.ts +38 -0
  36. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/rowConstructors.d.ts +6 -0
  37. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/statusHelper.d.ts +12 -0
  38. package/dist/components/reportTree/treeNode/accountReconReport/treeNodeMappers/v2/mapSectionToTreeNode.d.ts +11 -0
  39. package/dist/components/reportTree/treeNode/getTreeNodeData.d.ts +1 -1
  40. package/dist/context/SidePanelContext.d.ts +1 -1
  41. package/dist/context/featureProvider/FeatureGateNameConstants.d.ts +3 -1
  42. package/dist/designSystem/zeniColors.d.ts +8 -0
  43. package/dist/index.cjs.js +1 -1
  44. package/dist/index.d.ts +3 -0
  45. package/dist/index.esm.js +334 -331
  46. package/dist/strings/strings.d.ts +95 -3
  47. package/package.json +7 -7
@@ -4497,6 +4497,7 @@ export declare const zeniStrings: {
4497
4497
  DMMMYYFormat: string;
4498
4498
  DMMMYYYYFormat: string;
4499
4499
  dMMMyyyyFormat: string;
4500
+ dSlashMMSlashyyFormat: string;
4500
4501
  DdashMMdashYYYYFormat: string;
4501
4502
  MMMDCommaYYFormat: string;
4502
4503
  defaultInput: string;
@@ -9785,14 +9786,24 @@ export declare const zeniStrings: {
9785
9786
  };
9786
9787
  };
9787
9788
  bankBalance: string;
9789
+ openingBalance: string;
9790
+ closingBalance: string;
9788
9791
  clearedBalance: string;
9789
9792
  variance: string;
9793
+ matchProgress: string;
9794
+ lastReconciled: string;
9790
9795
  status: string;
9791
9796
  excludedAccountTitle: string;
9792
9797
  };
9793
- menu: {
9794
- statement: string;
9795
- bankConnection: string;
9798
+ matchProgressLegend: {
9799
+ byAi: string;
9800
+ byHuman: string;
9801
+ };
9802
+ progressBar: {
9803
+ complete: string;
9804
+ byAi: string;
9805
+ byHumans: string;
9806
+ remaining: string;
9796
9807
  };
9797
9808
  stepsBanner: {
9798
9809
  hide: string;
@@ -9821,6 +9832,28 @@ export declare const zeniStrings: {
9821
9832
  body: string;
9822
9833
  };
9823
9834
  };
9835
+ menu: {
9836
+ statement: string;
9837
+ bankConnection: string;
9838
+ };
9839
+ statsCards: {
9840
+ autoMatched: string;
9841
+ needsReview: string;
9842
+ accountsDone: string;
9843
+ timeSavedByAi: string;
9844
+ ofTotalTxn: string;
9845
+ acrossAccounts: string;
9846
+ ofTotalAccounts: string;
9847
+ hrsSuffix: string;
9848
+ };
9849
+ connectAccountsBanner: {
9850
+ accountLabelSingular: string;
9851
+ accountLabelPlural: string;
9852
+ leadNeedConnectedSuffix: string;
9853
+ body: string;
9854
+ connectAccounts: string;
9855
+ dismissAriaLabel: string;
9856
+ };
9824
9857
  status: {
9825
9858
  reconciled: string;
9826
9859
  reconciledBy: string;
@@ -9874,6 +9907,7 @@ export declare const zeniStrings: {
9874
9907
  status: string;
9875
9908
  accountType: string;
9876
9909
  lastUpdated: string;
9910
+ lastSync: string;
9877
9911
  };
9878
9912
  values: {
9879
9913
  bankConnection: string;
@@ -9890,6 +9924,33 @@ export declare const zeniStrings: {
9890
9924
  heading: string;
9891
9925
  description: string;
9892
9926
  };
9927
+ validationFailed: {
9928
+ heading: string;
9929
+ ok: string;
9930
+ };
9931
+ fileValidationFailed: {
9932
+ heading: string;
9933
+ description: string;
9934
+ cancel: string;
9935
+ reupload: string;
9936
+ closeAriaLabel: string;
9937
+ };
9938
+ dateRangeConflict: {
9939
+ alreadyReconciled: {
9940
+ heading: string;
9941
+ description: string;
9942
+ };
9943
+ gap: {
9944
+ heading: string;
9945
+ description: string;
9946
+ expectedStartDate: (date: string) => string;
9947
+ };
9948
+ lastReconciled: (date: string) => string;
9949
+ lastReconciledBy: (date: string, name: string) => string;
9950
+ cancel: string;
9951
+ reupload: string;
9952
+ closeAriaLabel: string;
9953
+ };
9893
9954
  error: {
9894
9955
  validationFailed: string;
9895
9956
  parsingFailed: string;
@@ -9907,6 +9968,37 @@ export declare const zeniStrings: {
9907
9968
  excludedStatus: string;
9908
9969
  };
9909
9970
  };
9971
+ statementProcessing: {
9972
+ steps: string[];
9973
+ headerTitle: string;
9974
+ stepSubtitles: string[];
9975
+ stepProgressLabel: (completed: number, total: number) => string;
9976
+ working: string;
9977
+ cancel: string;
9978
+ continueInBackground: string;
9979
+ };
9980
+ statementParseInfo: {
9981
+ aiSummaryTitle: string;
9982
+ statementPeriodAndBalances: string;
9983
+ period: string;
9984
+ from: string;
9985
+ to: string;
9986
+ deposits: string;
9987
+ payments: string;
9988
+ addCredit: string;
9989
+ addDebit: string;
9990
+ confirmAndSave: string;
9991
+ reparseStatement: string;
9992
+ retryParsing: string;
9993
+ aiSummary: {
9994
+ accountRecognized: string;
9995
+ transactionsExtracted: string;
9996
+ exceptionsDetected: string;
9997
+ fieldsCaptured: string;
9998
+ validated: string;
9999
+ openingDate: string;
10000
+ };
10001
+ };
9910
10002
  tabs: {
9911
10003
  review: string;
9912
10004
  reconcile: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/web-components",
3
- "version": "4.2.26",
3
+ "version": "4.2.28",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -49,8 +49,8 @@
49
49
  "@statsig/react-bindings": "^3.14.0",
50
50
  "@stripe/react-stripe-js": "^2.7.3",
51
51
  "@stripe/stripe-js": "^4.4.0",
52
- "@zeniai/client-analytics": "2.0.35",
53
- "@zeniai/client-epic-state": "5.1.33",
52
+ "@zeniai/client-analytics": "2.0.36",
53
+ "@zeniai/client-epic-state": "5.1.35",
54
54
  "autosuggest-highlight": "^3.2.1",
55
55
  "browser-image-compression": "^2.0.2",
56
56
  "countries-list": "^2.6.1",
@@ -101,7 +101,7 @@
101
101
  },
102
102
  "devDependencies": {
103
103
  "@babel/cli": "^7.17.6",
104
- "@babel/core": "^7.17.9",
104
+ "@babel/core": "^7.29.6",
105
105
  "@babel/plugin-transform-runtime": "^7.17.0",
106
106
  "@babel/preset-env": "^7.16.11",
107
107
  "@babel/preset-react": "^7.16.7",
@@ -191,7 +191,7 @@
191
191
  "ts-unused-exports": "^11.0.1",
192
192
  "tslib": "^2.4.0",
193
193
  "typescript": "^5.7.3",
194
- "vite": "^7.3.2",
194
+ "vite": "^7.3.5",
195
195
  "vite-bundle-visualizer": "^1.2.1",
196
196
  "vite-plugin-css-injected-by-js": "^3.5.2",
197
197
  "vite-plugin-dts": "^4.5.4",
@@ -209,8 +209,8 @@
209
209
  "@types/color": "^3.0.2",
210
210
  "@types/react-select": "^4.0.18",
211
211
  "@types/react-window": "^1.8.8",
212
- "@zeniai/client-analytics": "2.0.28",
213
- "@zeniai/client-epic-state": "5.1.21",
212
+ "@zeniai/client-analytics": "2.0.32",
213
+ "@zeniai/client-epic-state": "5.1.28",
214
214
  "color": "^3.1.3",
215
215
  "react": "18.3.1",
216
216
  "react-dom": "18.3.1",