@zeniai/web-components 4.1.64 → 4.1.66

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 (34) hide show
  1. package/dist/{SessionTimeoutPopup-zmhAcQXN.js → SessionTimeoutPopup-rwQ6r9d_.js} +65360 -63126
  2. package/dist/{SessionTimeoutPopup-B29x-tPV.cjs → SessionTimeoutPopup-zNdpWhsF.cjs} +15592 -14753
  3. package/dist/appLocale.d.ts +185 -0
  4. package/dist/cockpit.cjs.js +2 -2
  5. package/dist/cockpit.esm.js +291 -287
  6. package/dist/components/common/StyledCapsule.d.ts +3 -1
  7. package/dist/components/spendManagement/autoTransferRules/AutoTransferRulePage.d.ts +7 -1
  8. package/dist/components/spendManagement/autoTransferRules/ExistingRulesSection.d.ts +7 -2
  9. package/dist/components/spendManagement/autoTransferRules/ReviewAutoTransferRuleDrawer.d.ts +0 -1
  10. package/dist/components/spendManagement/cashManagement/AutoSweepFlow.d.ts +69 -0
  11. package/dist/components/spendManagement/cashManagement/AutoSweepReviewPage.d.ts +39 -0
  12. package/dist/components/spendManagement/cashManagement/AutoSweepSetupPage.d.ts +37 -0
  13. package/dist/components/spendManagement/cashManagement/CashManagementBanner.d.ts +21 -0
  14. package/dist/components/spendManagement/cashManagement/CashManagementNavCTA.d.ts +14 -0
  15. package/dist/components/spendManagement/cashManagement/CashOverview.d.ts +47 -0
  16. package/dist/components/spendManagement/cashManagement/OutflowSection.d.ts +8 -0
  17. package/dist/components/spendManagement/cashManagement/SweepAmountCard.d.ts +8 -0
  18. package/dist/components/spendManagement/cashManagement/SweepFlowRow.d.ts +21 -0
  19. package/dist/components/spendManagement/cashManagement/skeletons/CashManagementBannerSkeleton.d.ts +6 -0
  20. package/dist/components/spendManagement/treasury/TreasuryNavBarPieces.d.ts +2 -1
  21. package/dist/components/spendManagement/treasury/TreasuryOverviewPage.d.ts +8 -0
  22. package/dist/components/spendManagement/zeniAccounts/ZeniAccountHelper.d.ts +10 -1
  23. package/dist/components/spendManagement/zeniAccounts/ZeniAccountListViewPage.d.ts +9 -1
  24. package/dist/components/spendManagement/zeniAccounts/ZeniAccountNavBarPieces.d.ts +2 -1
  25. package/dist/components/transactionDetail/items/journalEntryTable/TransactionLinesJournalEntryTable.d.ts +1 -1
  26. package/dist/components/transactionDetail/items/journalEntryTable/journalEntryTableTypes.d.ts +4 -2
  27. package/dist/components/transactionDetail/items/transactionLineTable/TransactionLinesTable.d.ts +1 -1
  28. package/dist/context/featureProvider/FeatureGateNameConstants.d.ts +2 -0
  29. package/dist/index.cjs.js +1 -1
  30. package/dist/index.d.ts +10 -0
  31. package/dist/index.esm.js +319 -315
  32. package/dist/strings/strings.d.ts +185 -0
  33. package/package.json +3 -3
  34. package/dist/components/common/skeletons/StatementListSkeleton.d.ts +0 -5
@@ -5743,6 +5743,16 @@ export declare const zeniStrings: {
5743
5743
  moveFundsFrom: string;
5744
5744
  to: string;
5745
5745
  };
5746
+ autoSweepCard: {
5747
+ title: string;
5748
+ treasuryLabel: string;
5749
+ frequencyOptions: {
5750
+ daily: string;
5751
+ weekly: string;
5752
+ biweekly: string;
5753
+ monthly: string;
5754
+ };
5755
+ };
5746
5756
  frequencyLabel: string;
5747
5757
  nextTransferLabel: string;
5748
5758
  of: string;
@@ -7360,6 +7370,181 @@ export declare const zeniStrings: {
7360
7370
  termsLink: string;
7361
7371
  };
7362
7372
  };
7373
+ cashManagement: {
7374
+ navCTA: {
7375
+ label: string;
7376
+ ariaLabel: string;
7377
+ };
7378
+ banner: {
7379
+ notSetUp: {
7380
+ moveToTreasuryPrefix: string;
7381
+ moveToTreasurySuffix: string;
7382
+ toEarnPrefix: string;
7383
+ toEarnSuffix: string;
7384
+ approxPrefix: string;
7385
+ recommended: string;
7386
+ setUpAutoSweep: string;
7387
+ bufferIntroPrefix: string;
7388
+ bufferIntroAboveBuffer: string;
7389
+ bufferIntroSuffix: string;
7390
+ payrollProjectionPrefix: string;
7391
+ payrollProjectionAmountOpen: string;
7392
+ payrollProjectionAmountClose: string;
7393
+ payrollProjectionSuffix: string;
7394
+ ourAgentWill: string;
7395
+ features: {
7396
+ minimum: string;
7397
+ detect: string;
7398
+ consolidate: string;
7399
+ sweep: string;
7400
+ };
7401
+ };
7402
+ inProgress: {
7403
+ titlePrefix: string;
7404
+ titleSuffix: string;
7405
+ initiatedPrefix: string;
7406
+ pendingBadge: string;
7407
+ };
7408
+ transferStatusBadges: {
7409
+ initiated: string;
7410
+ scheduled: string;
7411
+ delayed: string;
7412
+ mfaRequired: string;
7413
+ consentRequired: string;
7414
+ problem: string;
7415
+ failed: string;
7416
+ canceled: string;
7417
+ completed: string;
7418
+ };
7419
+ pull: {
7420
+ movingBackPrefix: string;
7421
+ movingBackTo: string;
7422
+ autoTriggeredPrefix: string;
7423
+ scheduledBadge: string;
7424
+ resetsOnPrefix: string;
7425
+ resetsOnOutflowSuffix: string;
7426
+ resetsOnAccountSuffix: string;
7427
+ resetsOnFromTreasury: string;
7428
+ resetsOnBufferSuffix: string;
7429
+ };
7430
+ complete: {
7431
+ titlePrefix: string;
7432
+ titleSuffix: string;
7433
+ completeBadge: string;
7434
+ nextAutoSweepPrefix: string;
7435
+ };
7436
+ footer: {
7437
+ frequencyPrefix: string;
7438
+ defaultFrequencyLabel: string;
7439
+ defaultEstimatedDaysLabel: string;
7440
+ dotSeparator: string;
7441
+ };
7442
+ };
7443
+ sweepAmountCard: {
7444
+ title: string;
7445
+ coversLabel: string;
7446
+ sweepFrequencyLabel: string;
7447
+ daysSuffix: string;
7448
+ payrollAndBillsPrefix: string;
7449
+ payrollAndBillsSuffix: string;
7450
+ };
7451
+ sweepFlowRow: {
7452
+ moveFundsFrom: string;
7453
+ to: string;
7454
+ treasury: string;
7455
+ bubbleMorePrefix: string;
7456
+ };
7457
+ setupPage: {
7458
+ title: string;
7459
+ askAiCfo: string;
7460
+ sourceAccountsHeader: string;
7461
+ sweepAmountHeader: string;
7462
+ primaryAccount: string;
7463
+ descriptionPrefix: string;
7464
+ descriptionSuffix: string;
7465
+ riskLabel: string;
7466
+ riskAdditional: string;
7467
+ memoLabel: string;
7468
+ memoPlaceholder: string;
7469
+ frequencyLabel: string;
7470
+ frequencyAdditionalPrefix: string;
7471
+ bufferAmountSuffix: string;
7472
+ cancel: string;
7473
+ reviewSweep: string;
7474
+ viewMore: string;
7475
+ viewLess: string;
7476
+ riskOptions: {
7477
+ low: string;
7478
+ moderate: string;
7479
+ high: string;
7480
+ };
7481
+ frequencyOptions: {
7482
+ daily: string;
7483
+ weekly: string;
7484
+ biweekly: string;
7485
+ monthly: string;
7486
+ };
7487
+ };
7488
+ reviewPage: {
7489
+ title: string;
7490
+ askAiCfo: string;
7491
+ descriptionPrefix: string;
7492
+ descriptionMiddle: string;
7493
+ descriptionSuffix: string;
7494
+ defaultEstimatedDaysLabel: string;
7495
+ safetyCheck: string;
7496
+ risk: string;
7497
+ bufferCushion: string;
7498
+ bufferCushionPrefix: string;
7499
+ bufferCushionSuffix: string;
7500
+ operatingBalance: string;
7501
+ minimumRequired: string;
7502
+ edit: string;
7503
+ confirmSweep: string;
7504
+ disclaimer: string;
7505
+ bufferAmountWrapPrefix: string;
7506
+ bufferAmountWrapSuffix: string;
7507
+ riskLabels: {
7508
+ low: string;
7509
+ moderate: string;
7510
+ high: string;
7511
+ };
7512
+ };
7513
+ overview: {
7514
+ title: string;
7515
+ tabs: {
7516
+ overview: string;
7517
+ autoTransferRules: string;
7518
+ };
7519
+ emptyAutoTransferRules: string;
7520
+ totalCash: string;
7521
+ cashBalance: string;
7522
+ treasury: string;
7523
+ cashFlow: string;
7524
+ outflows: string;
7525
+ inflows: string;
7526
+ cashBalanceProjection: string;
7527
+ cashBalanceProjectionSubtitle: string;
7528
+ alwaysInCheckingPrefix: string;
7529
+ todayLabel: string;
7530
+ legend: {
7531
+ expectedInflow: string;
7532
+ expectedOutflow: string;
7533
+ safetyBuffer: string;
7534
+ };
7535
+ bufferLabelPrefix: string;
7536
+ granularity: {
7537
+ daily: string;
7538
+ weekly: string;
7539
+ monthly: string;
7540
+ };
7541
+ outflowSection: {
7542
+ outflow: string;
7543
+ paymentDate: string;
7544
+ amount: string;
7545
+ };
7546
+ };
7547
+ };
7363
7548
  };
7364
7549
  taskManagement: {
7365
7550
  common: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/web-components",
3
- "version": "4.1.64",
3
+ "version": "4.1.66",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -50,7 +50,7 @@
50
50
  "@stripe/react-stripe-js": "^2.7.3",
51
51
  "@stripe/stripe-js": "^4.4.0",
52
52
  "@zeniai/client-analytics": "2.0.21",
53
- "@zeniai/client-epic-state": "5.0.95",
53
+ "@zeniai/client-epic-state": "5.0.97",
54
54
  "autosuggest-highlight": "^3.2.1",
55
55
  "browser-image-compression": "^2.0.2",
56
56
  "countries-list": "^2.6.1",
@@ -209,7 +209,7 @@
209
209
  "@types/react-select": "^4.0.18",
210
210
  "@types/react-window": "^1.8.8",
211
211
  "@zeniai/client-analytics": "2.0.21",
212
- "@zeniai/client-epic-state": "5.0.95",
212
+ "@zeniai/client-epic-state": "5.0.97",
213
213
  "color": "^3.1.3",
214
214
  "react": "18.3.1",
215
215
  "react-dom": "18.3.1",
@@ -1,5 +0,0 @@
1
- import { WindowSize } from '../../../context/windowSizeProvider';
2
- declare const StatementListSkeleton: ({ windowSize }: {
3
- windowSize: WindowSize;
4
- }) => import("react/jsx-runtime").JSX.Element;
5
- export default StatementListSkeleton;