gsintegrations 0.0.15 → 0.0.20

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 };
@@ -8,7 +8,7 @@ declare const CellphoneInput: React.ForwardRefExoticComponent<{
8
8
  required?: boolean | undefined;
9
9
  disabled?: boolean | undefined;
10
10
  helperText?: string | undefined;
11
- status?: "loading" | "default" | "valid" | "invalid" | undefined;
11
+ status?: "default" | "loading" | "valid" | "invalid" | undefined;
12
12
  "data-testid"?: string | undefined;
13
13
  } & React.RefAttributes<HTMLInputElement>>;
14
14
  export default CellphoneInput;
@@ -19,7 +19,7 @@ export declare const CellphoneInputPropsSchema: z.ZodObject<{
19
19
  required?: boolean | undefined;
20
20
  disabled?: boolean | undefined;
21
21
  helperText?: string | undefined;
22
- status?: "loading" | "default" | "valid" | "invalid" | undefined;
22
+ status?: "default" | "loading" | "valid" | "invalid" | undefined;
23
23
  "data-testid"?: string | undefined;
24
24
  }, {
25
25
  onChange: (args_0: string, ...args: unknown[]) => void;
@@ -30,7 +30,7 @@ export declare const CellphoneInputPropsSchema: z.ZodObject<{
30
30
  required?: boolean | undefined;
31
31
  disabled?: boolean | undefined;
32
32
  helperText?: string | undefined;
33
- status?: "loading" | "default" | "valid" | "invalid" | undefined;
33
+ status?: "default" | "loading" | "valid" | "invalid" | undefined;
34
34
  "data-testid"?: string | undefined;
35
35
  }>;
36
36
  export type CellphoneInputProps = z.infer<typeof CellphoneInputPropsSchema>;
@@ -2,7 +2,7 @@ import type { CellphoneInputProps } from "./CellphoneInput.types";
2
2
  declare const useCellphoneInput: (props: CellphoneInputProps) => {
3
3
  data: {
4
4
  isValid: boolean;
5
- status: "loading" | "default" | "valid" | "invalid";
5
+ status: "default" | "loading" | "valid" | "invalid";
6
6
  };
7
7
  fns: {
8
8
  handleChange: (maskedValue: string) => void;
@@ -133,11 +133,11 @@ export declare const StatusConfigSchema: z.ZodObject<{
133
133
  color: z.ZodEnum<["success", "warning", "error", "default"]>;
134
134
  icon: z.ZodType<React.ReactNode, z.ZodTypeDef, React.ReactNode>;
135
135
  }, "strip", z.ZodTypeAny, {
136
- color: "error" | "success" | "warning" | "default";
136
+ color: "default" | "error" | "success" | "warning";
137
137
  label: string;
138
138
  icon?: React.ReactNode;
139
139
  }, {
140
- color: "error" | "success" | "warning" | "default";
140
+ color: "default" | "error" | "success" | "warning";
141
141
  label: string;
142
142
  icon?: React.ReactNode;
143
143
  }>;
@@ -2,7 +2,7 @@ import React from "react";
2
2
  import { InventoryItem } from "./InventoryItemDetail.types";
3
3
  export declare const useInventoryItemDetail: (item: InventoryItem) => {
4
4
  statusConfig: {
5
- color: "error" | "success" | "warning" | "default";
5
+ color: "default" | "error" | "success" | "warning";
6
6
  label: string;
7
7
  icon?: React.ReactNode;
8
8
  };
@@ -0,0 +1,2 @@
1
+ export { default as OnboardingPage } from "./OnboardingPage";
2
+ export type { OnboardingStep } from "./OnboardingPage.types";
@@ -1,6 +1,6 @@
1
1
  export { default as OnboardingPage } from "./OnboardingPage/OnboardingPage";
2
- export type { OnboardingPageProps } from "./OnboardingPage/OnboardingPage.types";
3
2
  export type { OnboardingStep } from "./OnboardingPage/OnboardingPage.types";
3
+ export * from "./OnboardingPage";
4
4
  export * from "./AccountTypePage";
5
5
  export * from "./MyAccountsPage";
6
6
  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.15",
3
+ "version": "0.0.20",
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",