gsintegrations 0.0.13 → 0.0.18

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.ts CHANGED
@@ -10965,4 +10965,4 @@ declare const ThemeProvider: React__default.FC<ThemeProps>;
10965
10965
  declare const useThemeProvider: () => ThemeContextProps;
10966
10966
 
10967
10967
  export { BasicInfoSchema as ActivityBasicInfoSchema, _default$8 as ActivityDetailPage, ActivityEditPage, InsumosSelectionSchema$1 as ActivityInsumosSelectionSchema, ActivityListPage, MembersSelectionSchema as ActivityMembersSelectionSchema, ActivityOnboardingPage, TemplateSchema as ActivityTemplateSchema, TimeSelectionSchema as ActivityTimeSelectionSchema, AddMediumByQRCodePage, AddressPage, ContactArraySchema, ContactPage, ContactPagePropsSchema, CredentialsApiErrorSchema, CredentialsDataSchema, CredentialsFormStateSchema, CredentialsPage, CredentialsPagePropsSchema, CredentialsValidationErrorsSchema, DOCUMENT_TYPE_OPTIONS, DescriptionBox, EditEventPage, EventBasicInfoSchema, EventDateTimeSchema, _default$7 as EventDetailPage, EventFormValuesSchema, InsumosSelectionSchema as EventInsumosSelectionSchema, EventLocationSchema, EventOnboardingPage, EventParticipantsSchema, EventsPage, ExpiredLinkPage, FinanceMetricCard, FinancialAccountPage, _default$6 as FinancialAccountsList, FinancialRegisterPage, HomePage, HomePageUser, _default$5 as IncomeListPage, IncomingFinancialPage, _default$3 as InventoryItemDetailPage, InventoryItemOnboardingPage, InventoryListItemPage, InventoryListPage, InventoryUnit, LabeledTextField, MediumListPage, MediumPage, MediumProfilePage, _default$2 as MediumProfileViewPage, MonthlyFeePage, NotFoundPage, NotificationsPage, OnboardingMediumPage, OnboardingPage, _default$1 as OnboardingTerreiroPage, _default$4 as OutcomeListPage, OutgoingFinancialPage, PasswordVisibilitySchema, ProfileDetailsPage, SelectField, SigninPage, SignupPage, SingleContactSchema, SubscriptionRequiredForMediumPage, SubscriptionStatus, SystemSettingsPage, TerreiroProfileApiErrorSchema, TerreiroProfileDataBaseSchema, _default as TerreiroProfileDataPage, TerreiroProfileDataPagePropsSchema, TerreiroProfileDataSchema, TerreiroProfileFormStateSchema, TerreiroProfilePage, TerreiroProfileValidationErrorsSchema, TerreiroReadonlyProfilePage, ThemeProvider, ValidationErrorsSchema, brand, isValidCNPJ, isValidCPF, isValidEmail, isValidPassword, useActivityOnboarding, useContactPage, useCredentialsPage, useFinancialRegister, useHomePage, useInventoryListItemPage, useInventoryListPage, useNotFoundPage, useSelectMediumsPage, useTerreiroProfileDataPage, useTerreiroProfilePage, useThemeProvider, validateCNPJ, validateCPF, validateEmail, validateFoundationDate, validateName, validatePassword, validatePhoneNumber };
10968
- export type { Account, AccountType, InventoryItem$2 as ActivityInventoryItem, Activity as ActivityListItem, Medium as ActivityListMedium, ActivityListPageProps, ActivityFormValues as ActivityOnboardingFormValues, ActivityOnboardingPageProps, ActivityStatus$1 as ActivityStatus, BootstrapTooltipProps, Category, ContactArray, ContactPageProps, CredentialsApiError, CredentialsData, CredentialsFormState, CredentialsPageProps, CredentialsValidationErrors, DocumentType, EventFormValues, EventOnboardingPageProps, FinancialAccountData, FinancialAccountFormData, FinancialAccountProps, FinancialAccountsListProps, FinancialRegisterPageProps, FinancialTransactionFormValues, HomePageProps, HomePageQuickAction, HomePageRecentActivity, HomePageStat, HomePageUpcomingEvent, HomePageUserProfile, InventoryItem$1 as InventoryItem, InventoryItemDetailProps, InventoryItemForm, InventoryItemFormValues, InventoryItem as InventoryItemType, InventoryListItemPageProps, InventoryListPageProps, MonthlyFeePageProps, MonthlyFeeSavePayload, NotFoundPageCustomAction, NotFoundPageProps, NotFoundPageSuggestedRoute, Notification, NotificationFilter, NotificationStats, NotificationsPageProps, OnboardingPageProps, OnboardingStep, PasswordVisibility, PaymentMethod, SelectMediumsPageProps, SingleContact, StripeProduct, SubscriptionRequiredForMediumPageProps, SystemSettingsPageProps, TerreiroDetails, TerreiroProfileApiError, TerreiroProfileData, TerreiroProfileDataPageProps, TerreiroProfileFormState, TerreiroProfilePageProps$1 as TerreiroProfilePageProps, TerreiroProfileValidationErrors, TerreiroProfilePageProps as TerreiroReadonlyProfilePageProps, ThemeMode, ThemePref, ThemeProps, TransactionType, ValidationErrors };
10968
+ export type { Account, AccountType, InventoryItem$2 as ActivityInventoryItem, Activity as ActivityListItem, Medium as ActivityListMedium, ActivityListPageProps, ActivityFormValues as ActivityOnboardingFormValues, ActivityOnboardingPageProps, ActivityStatus$1 as ActivityStatus, BootstrapTooltipProps, Category, ContactArray, ContactPageProps, CredentialsApiError, CredentialsData, CredentialsFormState, CredentialsPageProps, CredentialsValidationErrors, DocumentType, EventFormValues, EventOnboardingPageProps, FinancialAccountData, FinancialAccountFormData, FinancialAccountProps, FinancialAccountsListProps, FinancialRegisterPageProps, FinancialTransactionFormValues, HomePageProps, HomePageQuickAction, HomePageRecentActivity, HomePageStat, HomePageUpcomingEvent, HomePageUserProfile, InventoryItem$1 as InventoryItem, InventoryItemDetailProps, InventoryItemForm, InventoryItemFormValues, InventoryItem as InventoryItemType, InventoryListItemPageProps, InventoryListPageProps, MonthlyFeePageProps, MonthlyFeeSavePayload, NotFoundPageCustomAction, NotFoundPageProps, NotFoundPageSuggestedRoute, Notification, NotificationFilter, NotificationStats, NotificationsPageProps, OnboardingStep, PasswordVisibility, PaymentMethod, SelectMediumsPageProps, SingleContact, StripeProduct, SubscriptionRequiredForMediumPageProps, SystemSettingsPageProps, TerreiroDetails, TerreiroProfileApiError, TerreiroProfileData, TerreiroProfileDataPageProps, TerreiroProfileFormState, TerreiroProfilePageProps$1 as TerreiroProfilePageProps, TerreiroProfileValidationErrors, TerreiroProfilePageProps as TerreiroReadonlyProfilePageProps, ThemeMode, ThemePref, ThemeProps, TransactionType, ValidationErrors };
@@ -0,0 +1,3 @@
1
+ export { default } from "./OnboardingPage";
2
+ export { default as OnboardingPage } from "./OnboardingPage";
3
+ export type { OnboardingStep } from "./OnboardingPage.types";
@@ -1,5 +1,4 @@
1
- export { default as OnboardingPage } from "./OnboardingPage/OnboardingPage";
2
- export type { OnboardingPageProps, OnboardingStep, } from "./OnboardingPage/OnboardingPage.types";
1
+ export * from "./OnboardingPage";
3
2
  export * from "./AccountTypePage";
4
3
  export * from "./MyAccountsPage";
5
4
  export { default as ActivityOnboardingPage } from "./ActivityOnboardingPage/ActivityOnboardingPage";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsintegrations",
3
- "version": "0.0.13",
3
+ "version": "0.0.18",
4
4
  "description": "A React component library template with TypeScript, Storybook, and testing setup",
5
5
  "main": "dist/bundle.cjs.js",
6
6
  "module": "dist/bundle.esm.js",