@zeniai/web-components 4.2.28 → 4.2.30

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 (23) hide show
  1. package/dist/{SessionTimeoutPopup-FQidz3x6.cjs → SessionTimeoutPopup-BfyN462N.cjs} +15076 -15076
  2. package/dist/{SessionTimeoutPopup-nM8Th-1x.js → SessionTimeoutPopup-syQlvBkV.js} +68585 -68750
  3. package/dist/appLocale.d.ts +17 -133
  4. package/dist/cockpit.cjs.js +1010 -1010
  5. package/dist/cockpit.esm.js +7872 -7873
  6. package/dist/components/cockpit/aiAccountant/aiAccountantConfig.d.ts +0 -3
  7. package/dist/components/cockpit/subscriptionUpdates/SubscriptionAddPlanPage.d.ts +0 -3
  8. package/dist/components/cockpit/subscriptionUpdates/SubscriptionUpdatePlanPage.d.ts +0 -3
  9. package/dist/components/formElements/datePickerField/DatePickerField.d.ts +0 -3
  10. package/dist/components/formElements/groupedMultiSelectField/GroupedMultiSelectField.d.ts +0 -3
  11. package/dist/components/formElements/singleSelectPickerField/SingleSelectPickerField.d.ts +0 -3
  12. package/dist/components/spendManagement/billPay/achDetailsPage/ACHDetailsPage.d.ts +0 -3
  13. package/dist/components/spendManagement/billPay/addOrEditBill/sections/ReadOnlyLineItemsSection.d.ts +2 -1
  14. package/dist/components/spendManagement/billPay/addOrEditBill/sections/formElements/multipleMonthsDatePickerField/MultipleMonthsDatePickerField.d.ts +0 -3
  15. package/dist/components/spendManagement/billPay/createVendor/sections/vendorACHDetails/VendorAllACHDetailsSection.d.ts +0 -3
  16. package/dist/components/spendManagement/billPay/domesticDetailsPage/DomesticWireDetailsPage.d.ts +0 -3
  17. package/dist/components/spendManagement/billPay/internationalDetailsPage/InternationalWireDetailsPage.d.ts +0 -3
  18. package/dist/components/spendManagement/billPay/internationalDetailsPage/InternationalWireSwiftDetailsPage.d.ts +0 -3
  19. package/dist/components/spendManagement/reimbursement/UserBankAccountPage.d.ts +0 -3
  20. package/dist/index.cjs.js +1 -1
  21. package/dist/index.esm.js +1 -1
  22. package/dist/strings/strings.d.ts +17 -133
  23. package/package.json +6 -5
@@ -10,6 +10,19 @@ export declare const zeniStrings: {
10
10
  };
11
11
  common: {
12
12
  remove: string;
13
+ save: string;
14
+ submit: string;
15
+ send: string;
16
+ back: string;
17
+ close: string;
18
+ download: string;
19
+ search: string;
20
+ update: string;
21
+ copy: string;
22
+ upload: string;
23
+ apply: string;
24
+ clear: string;
25
+ done: string;
13
26
  all: string;
14
27
  as: string;
15
28
  in: string;
@@ -19,9 +32,6 @@ export declare const zeniStrings: {
19
32
  zeniInc: string;
20
33
  optional: string;
21
34
  asOf: string;
22
- navBar: {
23
- back: string;
24
- };
25
35
  add: string;
26
36
  edit: string;
27
37
  more: string;
@@ -81,11 +91,8 @@ export declare const zeniStrings: {
81
91
  confirmAction: string;
82
92
  zeniAI: string;
83
93
  unreview: string;
84
- download: string;
85
- search: string;
86
94
  searchShortcutCmd: string;
87
95
  searchShortcutCtrl: string;
88
- delete: string;
89
96
  reload: string;
90
97
  goHome: string;
91
98
  refresh: string;
@@ -95,9 +102,7 @@ export declare const zeniStrings: {
95
102
  goBack: string;
96
103
  minimize: string;
97
104
  maximize: string;
98
- close: string;
99
105
  closed: string;
100
- confirm: string;
101
106
  customer: string;
102
107
  frequency: string;
103
108
  startDate: string;
@@ -136,7 +141,6 @@ export declare const zeniStrings: {
136
141
  copy: string;
137
142
  copied: string;
138
143
  invite: string;
139
- update: string;
140
144
  issue: string;
141
145
  issues: string;
142
146
  item: string;
@@ -367,7 +371,6 @@ export declare const zeniStrings: {
367
371
  };
368
372
  tooltips: {
369
373
  editName: string;
370
- reset: string;
371
374
  addW9: string;
372
375
  viewW9: string;
373
376
  viewReceipt: string;
@@ -1517,26 +1520,18 @@ export declare const zeniStrings: {
1517
1520
  privacyPolicyUrl: string;
1518
1521
  termsUrl: string;
1519
1522
  footer: {
1520
- save: string;
1521
- submit: string;
1522
- cancel: string;
1523
1523
  approve: string;
1524
1524
  reject: string;
1525
- send: string;
1526
1525
  resubmit: string;
1527
- add: string;
1528
1526
  continueAnyway: string;
1529
1527
  resolve: string;
1530
1528
  inReview: string;
1531
1529
  sentForReview: string;
1532
1530
  linkCard: string;
1533
- next: string;
1534
- back: string;
1535
1531
  markAsUnReviewed: string;
1536
1532
  markAsReviewed: string;
1537
1533
  saveForLater: string;
1538
1534
  reconcile: string;
1539
- edit: string;
1540
1535
  noThanks: string;
1541
1536
  letsGetStarted: string;
1542
1537
  };
@@ -1561,7 +1556,6 @@ export declare const zeniStrings: {
1561
1556
  discardTitle: string;
1562
1557
  discardDescription: string;
1563
1558
  discard: string;
1564
- cancel: string;
1565
1559
  };
1566
1560
  via: string;
1567
1561
  cockpit: string;
@@ -1592,8 +1586,6 @@ export declare const zeniStrings: {
1592
1586
  notifications: string;
1593
1587
  };
1594
1588
  common: {
1595
- update: string;
1596
- cancel: string;
1597
1589
  productTypeString: string;
1598
1590
  };
1599
1591
  subtitle: {
@@ -2052,7 +2044,6 @@ export declare const zeniStrings: {
2052
2044
  };
2053
2045
  };
2054
2046
  copyToClipBoard: {
2055
- copy: string;
2056
2047
  copied: string;
2057
2048
  };
2058
2049
  aiAgentsActivatingPage: {
@@ -2924,7 +2915,6 @@ export declare const zeniStrings: {
2924
2915
  createVendor: {
2925
2916
  newVendor: string;
2926
2917
  footer: {
2927
- cancel: string;
2928
2918
  save: string;
2929
2919
  };
2930
2920
  };
@@ -2936,8 +2926,6 @@ export declare const zeniStrings: {
2936
2926
  saveDetails: string;
2937
2927
  discardTitle: string;
2938
2928
  discardDescription: string;
2939
- cancel: string;
2940
- delete: string;
2941
2929
  discard: string;
2942
2930
  placeholders: {
2943
2931
  vendor: string;
@@ -3145,11 +3133,9 @@ export declare const zeniStrings: {
3145
3133
  csv: string;
3146
3134
  };
3147
3135
  defaultFileName: string;
3148
- download: string;
3149
3136
  reportErrorMessage: string;
3150
3137
  viewReport: string;
3151
3138
  downloadInProgress: string;
3152
- cancel: string;
3153
3139
  downloadAs: string;
3154
3140
  displayColumns: {
3155
3141
  title: string;
@@ -3280,7 +3266,6 @@ export declare const zeniStrings: {
3280
3266
  downloadExcel: string;
3281
3267
  downloadPdf: string;
3282
3268
  resetLabel: string;
3283
- download: string;
3284
3269
  };
3285
3270
  };
3286
3271
  peoplePage: {
@@ -3372,17 +3357,11 @@ export declare const zeniStrings: {
3372
3357
  role: string;
3373
3358
  department: string;
3374
3359
  controllerText: string;
3375
- add: string;
3376
3360
  invite: string;
3377
- update: string;
3378
- cancel: string;
3379
3361
  discardTitle: string;
3380
3362
  discardDescription: string;
3381
- delete: string;
3382
3363
  discard: string;
3383
- no: string;
3384
3364
  deleteConfirmation: string;
3385
- remove: string;
3386
3365
  emailSubject: string;
3387
3366
  managerTooltipText: string;
3388
3367
  defaultHelpText: string;
@@ -3393,8 +3372,6 @@ export declare const zeniStrings: {
3393
3372
  deleteOverlay: {
3394
3373
  title: string;
3395
3374
  description: string;
3396
- remove: string;
3397
- cancel: string;
3398
3375
  };
3399
3376
  addPlaceholderPrefix: string;
3400
3377
  selectPlaceholderPrefix: string;
@@ -3564,9 +3541,6 @@ export declare const zeniStrings: {
3564
3541
  quickAccessInfo: string;
3565
3542
  zeniOnlyInfo: string;
3566
3543
  placeholderPrefix: string;
3567
- save: string;
3568
- cancel: string;
3569
- remove: string;
3570
3544
  protectedContent: string;
3571
3545
  snackBar: {
3572
3546
  success: string;
@@ -3604,7 +3578,6 @@ export declare const zeniStrings: {
3604
3578
  cancelButton: string;
3605
3579
  popupCancelDescription: string;
3606
3580
  poweredBy: string;
3607
- cancel: string;
3608
3581
  street: string;
3609
3582
  streetError: string;
3610
3583
  suite: string;
@@ -3726,7 +3699,6 @@ export declare const zeniStrings: {
3726
3699
  defaultFileName: string;
3727
3700
  notePlaceholder: string;
3728
3701
  commentPlaceholder: string;
3729
- save: string;
3730
3702
  lastEdited: string;
3731
3703
  cockpitHeader: string;
3732
3704
  cockpitHeaderSubsidiaryText: string;
@@ -3763,7 +3735,6 @@ export declare const zeniStrings: {
3763
3735
  aiAccountant: string;
3764
3736
  };
3765
3737
  creditAgent: {
3766
- cancel: string;
3767
3738
  saving: string;
3768
3739
  savePrompt: string;
3769
3740
  downloadReport: string;
@@ -3969,7 +3940,6 @@ export declare const zeniStrings: {
3969
3940
  };
3970
3941
  };
3971
3942
  monthEndReport: {
3972
- update: string;
3973
3943
  refresh: string;
3974
3944
  sendEmailTo: string;
3975
3945
  addUserForInsights: string;
@@ -4122,14 +4092,9 @@ export declare const zeniStrings: {
4122
4092
  customerSatisfactionScoreText: string;
4123
4093
  additionalContributingFactorsText: string;
4124
4094
  };
4125
- buttons: {
4126
- save: string;
4127
- cancel: string;
4128
- };
4129
4095
  manualInput: {
4130
4096
  header: string;
4131
4097
  placeholders: {
4132
- add: string;
4133
4098
  addANote: string;
4134
4099
  };
4135
4100
  labels: {
@@ -4288,7 +4253,6 @@ export declare const zeniStrings: {
4288
4253
  resendInviteBtnText: string;
4289
4254
  companyCredentials: string;
4290
4255
  companyDomain: string;
4291
- add: string;
4292
4256
  domain: string;
4293
4257
  email: string;
4294
4258
  international: string;
@@ -4323,7 +4287,6 @@ export declare const zeniStrings: {
4323
4287
  chargebeeIdWarning: string;
4324
4288
  hubSpotIdWarning: string;
4325
4289
  productsWarning: string;
4326
- view: string;
4327
4290
  entity: string;
4328
4291
  realmId: string;
4329
4292
  confirmRealmId: string;
@@ -4364,7 +4327,6 @@ export declare const zeniStrings: {
4364
4327
  connectToQBOError: string;
4365
4328
  discardTitle: string;
4366
4329
  discardDescription: string;
4367
- cancel: string;
4368
4330
  delete: string;
4369
4331
  customerCreated: string;
4370
4332
  groupCreated: string;
@@ -4390,7 +4352,6 @@ export declare const zeniStrings: {
4390
4352
  otherOption: string;
4391
4353
  createOption: string;
4392
4354
  quickBooks: string;
4393
- add: string;
4394
4355
  months: string[];
4395
4356
  noOptions: {
4396
4357
  standard: string;
@@ -4452,8 +4413,6 @@ export declare const zeniStrings: {
4452
4413
  plan: string;
4453
4414
  recurringAddons: string;
4454
4415
  coupon: string;
4455
- cancel: string;
4456
- confirm: string;
4457
4416
  appliedCredits: string;
4458
4417
  };
4459
4418
  updatePlan: {
@@ -4478,7 +4437,6 @@ export declare const zeniStrings: {
4478
4437
  };
4479
4438
  };
4480
4439
  footer: {
4481
- cancel: string;
4482
4440
  review: string;
4483
4441
  };
4484
4442
  snackBar: {
@@ -4635,8 +4593,6 @@ export declare const zeniStrings: {
4635
4593
  saveDetails: string;
4636
4594
  discardTitle: string;
4637
4595
  discardDescription: string;
4638
- cancel: string;
4639
- delete: string;
4640
4596
  discard: string;
4641
4597
  firstName: string;
4642
4598
  firstNamePlaceholder: string;
@@ -4835,10 +4791,8 @@ export declare const zeniStrings: {
4835
4791
  sendForVerificationButton: string;
4836
4792
  uploading: string;
4837
4793
  loading: string;
4838
- edit: string;
4839
4794
  rename: string;
4840
4795
  aiParsingDocument: string;
4841
- confirm: string;
4842
4796
  downloading: string;
4843
4797
  fileNameRequired: string;
4844
4798
  deleting: string;
@@ -5174,7 +5128,6 @@ export declare const zeniStrings: {
5174
5128
  confirmPhoneNumber: string;
5175
5129
  codeNotReceived: string;
5176
5130
  resend: string;
5177
- cancel: string;
5178
5131
  verify: string;
5179
5132
  getCode: string;
5180
5133
  footerHelperText: string;
@@ -5194,7 +5147,6 @@ export declare const zeniStrings: {
5194
5147
  verified: string;
5195
5148
  businessInfoTitle: string;
5196
5149
  businessInfoDescription: string;
5197
- submit: string;
5198
5150
  requireIncDate: string;
5199
5151
  requireIndustry: string;
5200
5152
  incorrectCode: string;
@@ -5241,7 +5193,6 @@ export declare const zeniStrings: {
5241
5193
  text4: string;
5242
5194
  amountLimit: string;
5243
5195
  text5: string;
5244
- copy: string;
5245
5196
  copied: string;
5246
5197
  };
5247
5198
  step4: {
@@ -5472,8 +5423,6 @@ export declare const zeniStrings: {
5472
5423
  saveDetails: string;
5473
5424
  discardTitle: string;
5474
5425
  discardDescription: string;
5475
- cancel: string;
5476
- delete: string;
5477
5426
  discard: string;
5478
5427
  addBill: {
5479
5428
  editVendorConfirmationTitle: string;
@@ -5561,8 +5510,6 @@ export declare const zeniStrings: {
5561
5510
  placeholderPrefix: string;
5562
5511
  addContact: string;
5563
5512
  deleteConfirmation: string;
5564
- cancel: string;
5565
- remove: string;
5566
5513
  contact: string;
5567
5514
  fullNamePlaceholder: string;
5568
5515
  };
@@ -5580,8 +5527,6 @@ export declare const zeniStrings: {
5580
5527
  additionalAddressLabel: string;
5581
5528
  areYOuSure: string;
5582
5529
  ifYouSubmit: string;
5583
- delete: string;
5584
- cancel: string;
5585
5530
  sendTo: string;
5586
5531
  domestic: {
5587
5532
  title: string;
@@ -5645,10 +5590,6 @@ export declare const zeniStrings: {
5645
5590
  ach: string;
5646
5591
  sendTo: string;
5647
5592
  deleteConfirmation: string;
5648
- cancel: string;
5649
- remove: string;
5650
- clear: string;
5651
- add: string;
5652
5593
  accountNumberDontMatch: string;
5653
5594
  invalidRoutingNumber: string;
5654
5595
  invalidAccountNumber: string;
@@ -5656,7 +5597,6 @@ export declare const zeniStrings: {
5656
5597
  stripeTestRoutingNumber: string;
5657
5598
  areYOuSure: string;
5658
5599
  ifYouSubmit: string;
5659
- delete: string;
5660
5600
  accountTypeLabel: string;
5661
5601
  checkingAccountTypeLabel: string;
5662
5602
  savingsAccountTypeLabel: string;
@@ -5734,9 +5674,6 @@ export declare const zeniStrings: {
5734
5674
  lineItemsTitle: string;
5735
5675
  line: string;
5736
5676
  deleteConfirmation: string;
5737
- cancel: string;
5738
- remove: string;
5739
- send: string;
5740
5677
  estimatedReceiveDate: string;
5741
5678
  deliveryTimeLabel: string;
5742
5679
  deliveryTimeUnits: string;
@@ -5754,8 +5691,8 @@ export declare const zeniStrings: {
5754
5691
  billablePlaceholderText: string;
5755
5692
  customer: string;
5756
5693
  customerPlaceholderText: string;
5757
- yes: string;
5758
- no: string;
5694
+ project: string;
5695
+ projectPlaceholderText: string;
5759
5696
  total: string;
5760
5697
  feesLabel: string;
5761
5698
  paymentDetailsTitle: string;
@@ -5843,9 +5780,7 @@ export declare const zeniStrings: {
5843
5780
  paid: string;
5844
5781
  discardTitle: string;
5845
5782
  discardDescription: string;
5846
- delete: string;
5847
5783
  discard: string;
5848
- edit: string;
5849
5784
  more: string;
5850
5785
  hide: string;
5851
5786
  new: string;
@@ -5859,7 +5794,6 @@ export declare const zeniStrings: {
5859
5794
  deletedClassError: string;
5860
5795
  buttons: {
5861
5796
  saveChanges: string;
5862
- save: string;
5863
5797
  review: string;
5864
5798
  editBill: string;
5865
5799
  schedule: string;
@@ -5879,8 +5813,6 @@ export declare const zeniStrings: {
5879
5813
  cancelAndDelete: string;
5880
5814
  retry: string;
5881
5815
  refund: string;
5882
- yes: string;
5883
- no: string;
5884
5816
  };
5885
5817
  toolTips: {
5886
5818
  editVendor: string;
@@ -5926,10 +5858,6 @@ export declare const zeniStrings: {
5926
5858
  title: string;
5927
5859
  description: string;
5928
5860
  placeholder: string;
5929
- buttons: {
5930
- save: string;
5931
- cancel: string;
5932
- };
5933
5861
  };
5934
5862
  magicLinkScreen: {
5935
5863
  title: string;
@@ -6082,22 +6010,17 @@ export declare const zeniStrings: {
6082
6010
  addRuleSectionTitle: string;
6083
6011
  ruleMenu: {
6084
6012
  activity: string;
6085
- delete: string;
6086
- edit: string;
6087
6013
  pause: string;
6088
6014
  resume: string;
6089
6015
  };
6090
6016
  pauseConfirmationPopup: {
6091
6017
  title: string;
6092
6018
  description: string;
6093
- cancel: string;
6094
6019
  pause: string;
6095
6020
  };
6096
6021
  deleteConfirmationPopup: {
6097
6022
  title: string;
6098
6023
  description: string;
6099
- cancel: string;
6100
- delete: string;
6101
6024
  };
6102
6025
  existingRuleLabels: {
6103
6026
  addFundsFrom: string;
@@ -6134,7 +6057,6 @@ export declare const zeniStrings: {
6134
6057
  };
6135
6058
  };
6136
6059
  createRuleDrawer: {
6137
- cancel: string;
6138
6060
  review: string;
6139
6061
  amount: string;
6140
6062
  amountError: string;
@@ -6162,9 +6084,7 @@ export declare const zeniStrings: {
6162
6084
  };
6163
6085
  };
6164
6086
  reviewDrawer: {
6165
- edit: string;
6166
6087
  createRule: string;
6167
- update: string;
6168
6088
  footerDisclaimer: string;
6169
6089
  frequency: string;
6170
6090
  nextTransfer: string;
@@ -6294,7 +6214,6 @@ export declare const zeniStrings: {
6294
6214
  mileageAddTitle: string;
6295
6215
  mileageSubTitle: string;
6296
6216
  perText: string;
6297
- save: string;
6298
6217
  };
6299
6218
  reimbursementApproval: {
6300
6219
  amountPerRemiLabel: string;
@@ -6346,7 +6265,6 @@ export declare const zeniStrings: {
6346
6265
  deleteConfirmation: string;
6347
6266
  missingReceipt: string;
6348
6267
  deleteReimbursement: string;
6349
- delete: string;
6350
6268
  replace: string;
6351
6269
  missingReceiptDescription: string;
6352
6270
  newReimbursementTitle: string;
@@ -6365,6 +6283,8 @@ export declare const zeniStrings: {
6365
6283
  categoryPlaceholder: string;
6366
6284
  customer: string;
6367
6285
  customerPlaceholder: string;
6286
+ project: string;
6287
+ projectPlaceholder: string;
6368
6288
  department: string;
6369
6289
  distanceInMiles: string;
6370
6290
  addMerchant: string;
@@ -6398,19 +6318,10 @@ export declare const zeniStrings: {
6398
6318
  approve: string;
6399
6319
  deleteReport: string;
6400
6320
  editAndResubmit: string;
6401
- edit: string;
6402
6321
  saveChanges: string;
6403
- save: string;
6404
6322
  resubmit: string;
6405
- submit: string;
6406
6323
  discardChanges: string;
6407
- delete: string;
6408
- cancel: string;
6409
- send: string;
6410
6324
  cancelAndDelete: string;
6411
- remove: string;
6412
- yes: string;
6413
- no: string;
6414
6325
  discard: string;
6415
6326
  okay: string;
6416
6327
  };
@@ -6425,7 +6336,6 @@ export declare const zeniStrings: {
6425
6336
  deleteBankAccountDescription: string;
6426
6337
  noReceiptAttached: string;
6427
6338
  dropReceipt: {
6428
- upload: string;
6429
6339
  single: string;
6430
6340
  or: string;
6431
6341
  multiple: string;
@@ -6858,7 +6768,6 @@ export declare const zeniStrings: {
6858
6768
  }[];
6859
6769
  downloads: {
6860
6770
  defaultDownloadFileName: string;
6861
- download: string;
6862
6771
  downloading: string;
6863
6772
  };
6864
6773
  chargeCard: {
@@ -6866,7 +6775,6 @@ export declare const zeniStrings: {
6866
6775
  title: string;
6867
6776
  noStatements: string;
6868
6777
  months: string;
6869
- download: string;
6870
6778
  };
6871
6779
  paymentHistory: {
6872
6780
  retryPayment: string;
@@ -7065,7 +6973,6 @@ export declare const zeniStrings: {
7065
6973
  addCard: string;
7066
6974
  deleteCard: string;
7067
6975
  type: string;
7068
- remove: string;
7069
6976
  deleteConfirmation: string;
7070
6977
  additionalInfoPhysical: string;
7071
6978
  additionalInfoVirtual: string;
@@ -7106,7 +7013,6 @@ export declare const zeniStrings: {
7106
7013
  rename: string;
7107
7014
  lock: string;
7108
7015
  unlock: string;
7109
- close: string;
7110
7016
  revokeInvite: string;
7111
7017
  };
7112
7018
  header: {
@@ -7669,8 +7575,6 @@ export declare const zeniStrings: {
7669
7575
  reviewAndConfirm: string;
7670
7576
  backToTreasury: string;
7671
7577
  transferBtn: string;
7672
- back: string;
7673
- close: string;
7674
7578
  success: {
7675
7579
  prefix: string;
7676
7580
  midfix: string;
@@ -7831,7 +7735,6 @@ export declare const zeniStrings: {
7831
7735
  frequencyLabel: string;
7832
7736
  frequencyAdditionalPrefix: string;
7833
7737
  bufferAmountSuffix: string;
7834
- cancel: string;
7835
7738
  reviewSweep: string;
7836
7739
  viewMore: string;
7837
7740
  viewLess: string;
@@ -7861,7 +7764,6 @@ export declare const zeniStrings: {
7861
7764
  bufferCushionSuffix: string;
7862
7765
  operatingBalance: string;
7863
7766
  minimumRequired: string;
7864
- edit: string;
7865
7767
  confirmSweep: string;
7866
7768
  disclaimer: string;
7867
7769
  bufferAmountWrapPrefix: string;
@@ -7947,10 +7849,8 @@ export declare const zeniStrings: {
7947
7849
  dates: string;
7948
7850
  tags: string;
7949
7851
  timeSpent: string;
7950
- apply: string;
7951
7852
  snooze: string;
7952
7853
  archive: string;
7953
- delete: string;
7954
7854
  unarchive: string;
7955
7855
  undoDelete: string;
7956
7856
  unsnooze: string;
@@ -8058,8 +7958,6 @@ export declare const zeniStrings: {
8058
7958
  newTemplate: string;
8059
7959
  templateNamePlaceholder: string;
8060
7960
  messageContentPlaceholder: string;
8061
- cancel: string;
8062
- save: string;
8063
7961
  nameHeader: string;
8064
7962
  previewHeader: string;
8065
7963
  actionsHeader: string;
@@ -8114,8 +8012,6 @@ export declare const zeniStrings: {
8114
8012
  pageTitle: string;
8115
8013
  referAndEarn: string;
8116
8014
  deleteConfirmation: string;
8117
- remove: string;
8118
- cancel: string;
8119
8015
  deleteReferral: string;
8120
8016
  referButton: {
8121
8017
  inviteViaEmail: string;
@@ -8646,10 +8542,6 @@ export declare const zeniStrings: {
8646
8542
  };
8647
8543
  footer: {
8648
8544
  buttons: {
8649
- save: string;
8650
- next: string;
8651
- back: string;
8652
- submit: string;
8653
8545
  submitText: string;
8654
8546
  };
8655
8547
  };
@@ -9192,7 +9084,6 @@ export declare const zeniStrings: {
9192
9084
  };
9193
9085
  step2: {
9194
9086
  click: string;
9195
- edit: string;
9196
9087
  next: string;
9197
9088
  vendor: string;
9198
9089
  sourceInfo: string;
@@ -9228,7 +9119,6 @@ export declare const zeniStrings: {
9228
9119
  click: string;
9229
9120
  refresh: string;
9230
9121
  processText: string;
9231
- cancel: string;
9232
9122
  haltText: string;
9233
9123
  };
9234
9124
  step9: {
@@ -9931,7 +9821,6 @@ export declare const zeniStrings: {
9931
9821
  fileValidationFailed: {
9932
9822
  heading: string;
9933
9823
  description: string;
9934
- cancel: string;
9935
9824
  reupload: string;
9936
9825
  closeAriaLabel: string;
9937
9826
  };
@@ -9947,7 +9836,6 @@ export declare const zeniStrings: {
9947
9836
  };
9948
9837
  lastReconciled: (date: string) => string;
9949
9838
  lastReconciledBy: (date: string, name: string) => string;
9950
- cancel: string;
9951
9839
  reupload: string;
9952
9840
  closeAriaLabel: string;
9953
9841
  };
@@ -9974,7 +9862,6 @@ export declare const zeniStrings: {
9974
9862
  stepSubtitles: string[];
9975
9863
  stepProgressLabel: (completed: number, total: number) => string;
9976
9864
  working: string;
9977
- cancel: string;
9978
9865
  continueInBackground: string;
9979
9866
  };
9980
9867
  statementParseInfo: {
@@ -10315,8 +10202,6 @@ export declare const zeniStrings: {
10315
10202
  title: string;
10316
10203
  startDate: string;
10317
10204
  endDate: string;
10318
- confirm: string;
10319
- cancel: string;
10320
10205
  startDatePlaceholder: string;
10321
10206
  endDatePlaceholder: string;
10322
10207
  datesInstruction: string;
@@ -10351,7 +10236,6 @@ export declare const zeniStrings: {
10351
10236
  bulkActions: {
10352
10237
  menuLabel: string;
10353
10238
  selectedCount: string;
10354
- clear: string;
10355
10239
  noCommonOperations: string;
10356
10240
  disabledInfo: string;
10357
10241
  bulkDialogDescription: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/web-components",
3
- "version": "4.2.28",
3
+ "version": "4.2.30",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -174,6 +174,7 @@
174
174
  "install": "^0.13.0",
175
175
  "jest-canvas-mock": "^2.4.0",
176
176
  "jsdom": "^27.4.0",
177
+ "madge": "^8.0.0",
177
178
  "node-jq": "^6.0.1",
178
179
  "npm": "^8.11.0",
179
180
  "playwright": "^1.57.0",
@@ -263,19 +264,19 @@
263
264
  "data-testid-changes": "chmod +x ./scripts/data-testid-changes.sh && ./scripts/data-testid-changes.sh",
264
265
  "typecheck": "tsc --noEmit",
265
266
  "typecheck:mocks": "tsc --noEmit -p tsconfig.mocks.json",
266
- "typecheck:mocks-modified-files": "chmod +x ./scripts/tsc-modified-files.sh && SINCE_DAYS=2 ./scripts/tsc-modified-files.sh master tsconfig.mocks.json",
267
+ "typecheck:mocks-modified-files": "chmod +x ./scripts/tsc-modified-files.sh && SINCE_DAYS=30 ./scripts/tsc-modified-files.sh master tsconfig.mocks.json",
267
268
  "typecheck:stories": "tsc --noEmit -p tsconfig.stories.json",
268
- "typecheck:stories-modified-files": "chmod +x ./scripts/tsc-modified-files.sh && SINCE_DAYS=2 ./scripts/tsc-modified-files.sh master tsconfig.stories.json",
269
+ "typecheck:stories-modified-files": "chmod +x ./scripts/tsc-modified-files.sh && SINCE_DAYS=30 ./scripts/tsc-modified-files.sh master tsconfig.stories.json",
269
270
  "build": "export NODE_OPTIONS=--max-old-space-size=8192 && pnpm lint-modified-files && pnpm tsc-modified-files && vite build",
270
271
  "format": "prettier --write --ignore-unknown \"src/**/*\" && pnpm lint",
271
- "format-watch": "(git diff --name-only --diff-filter=ACM && git ls-files --others --exclude-standard) | grep -E '\\.(ts|tsx|js)$' | xargs prettier --write || true",
272
+ "format-watch": "FORMAT_WATCH_EXT='\\.(ts|tsx|js)$' bash ./scripts/run-format-watch.sh",
272
273
  "format-staged": "git diff --cached --name-only --diff-filter=ACM | grep -E '\\.(ts|tsx|js)$' | xargs prettier --write || true",
273
274
  "preview": "vite preview",
274
275
  "version": "git add -A src",
275
276
  "postversion": "git push && git push --tags",
276
277
  "chromatic": "npx chromatic --project-token=b0f981300c3c --auto-accept-changes",
277
278
  "analyze": "vite-bundle-visualizer -t sunburst",
278
- "find-dead-code": "ts-prune | grep -v '(used in module)'",
279
+ "find-dead-code": "bash ./scripts/run-find-dead-code.sh",
279
280
  "find-unused-exports": "ts-unused-exports ./tsconfig.json",
280
281
  "check-version": "node ./scripts/check_version.js",
281
282
  "bump-update-web-app-cockpit-beta": "chmod +x ./scripts/bump_and_update_web_app_ui_beta.sh && ./scripts/bump_and_update_web_app_ui_beta.sh",