@zeniai/web-components 4.1.82 → 4.1.83-beta2ND

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.
@@ -8577,6 +8577,7 @@ export declare const zeniStrings: {
8577
8577
  pageTitle: string;
8578
8578
  pageSubtitle: string;
8579
8579
  ctaLabel: string;
8580
+ ctaLabelWithoutLedger: string;
8580
8581
  };
8581
8582
  connectLedgerPage: {
8582
8583
  pageTitle: string;
@@ -9866,6 +9867,7 @@ export declare const zeniStrings: {
9866
9867
  reconciledByLabel: string;
9867
9868
  lastUpdatedLabel: string;
9868
9869
  applyingChanges: string;
9870
+ failed: string;
9869
9871
  inProgress: string;
9870
9872
  balancesNotFound: string;
9871
9873
  bankBalanceNotFound: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/web-components",
3
- "version": "4.1.82",
3
+ "version": "4.1.83-beta2ND",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -1,3 +0,0 @@
1
- import { CustomerOnboardingActivationPageProps } from './detail/CustomerOnboardingActivationPageMedium';
2
- declare const CustomerOnboardingActivationPage: (props: CustomerOnboardingActivationPageProps) => import("react/jsx-runtime").JSX.Element;
3
- export default CustomerOnboardingActivationPage;
@@ -1,7 +0,0 @@
1
- import { FetchState } from '@zeniai/client-epic-state';
2
- export interface CustomerOnboardingActivationPageProps {
3
- dashboardFetchState: FetchState;
4
- onDashboardFetchDone: () => void;
5
- onZeniLogoClick: () => void;
6
- }
7
- export declare const CustomerOnboardingActivationPageMedium: ({ dashboardFetchState, onZeniLogoClick, onDashboardFetchDone, }: CustomerOnboardingActivationPageProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- import { CustomerOnboardingActivationPageProps } from './CustomerOnboardingActivationPageMedium';
2
- export declare const CustomerOnboardingActivationPageSmall: ({ dashboardFetchState, onZeniLogoClick, onDashboardFetchDone, }: CustomerOnboardingActivationPageProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- export interface CustomerOnboardingDetailPageSkeletonProps {
2
- isNoStepsPage: boolean;
3
- }
4
- export declare const CustomerOnboardingDetailPageSkeleton: ({ isNoStepsPage, }: CustomerOnboardingDetailPageSkeletonProps) => import("react/jsx-runtime").JSX.Element;