@enterprisestandard/react 0.0.7-beta.20260123.3 → 0.0.7-beta.20260123.5

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 (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { EnterpriseStandard, ESValidators, CreateGroupOptions, CreateUserOptions, GroupsInboundHandlerConfig, IAM, IAMConfig, IAMGroupsInbound, IAMGroupsOutbound, IAMHandlerConfig, IAMUsersInbound, IAMValidators, ScimError, ScimListResponse, ScimResult, UsersInboundHandlerConfig, SessionStore, SSO, SSOConfig, SSOHandlerConfig, SSOValidators, CreateTenantRequest, CreateTenantResponse, EnvironmentType, StoredTenant, Tenant, TenantConfig, TenantStatus, TenantStore, TenantValidators, TenantWebhookPayload, BaseUser, EnterpriseUser, IdTokenClaims, OidcCallbackParams, TokenResponse, User as User2, Address, Email, EnterpriseExtension, Group, GroupMember, GroupResource, Name, PhoneNumber, Role, User as User3, X509Certificate, ClientCredentialsWorkloadConfig, JwtBearerWorkloadConfig, ServerOnlyWorkloadConfig, Workload, WorkloadConfig, WorkloadIdentity, WorkloadValidators, JWTAssertionClaims, TokenValidationResult, WorkloadTokenResponse, GroupStore, StoredGroup, StoredUser, UserStore, CachedWorkloadToken, WorkloadTokenStore, Vault } from "@enterprisestandard/core";
1
+ import { Address, BaseUser, CachedWorkloadToken, ClientCredentialsWorkloadConfig, CreateGroupOptions, CreateTenantRequest, CreateTenantResponse, CreateUserOptions, Email, EnterpriseExtension, EnterpriseStandard, EnterpriseUser, EnvironmentType, ESValidators, Group, GroupMember, GroupResource, GroupStore, GroupsInboundHandlerConfig, IAM, IAMConfig, IAMGroupsInbound, IAMGroupsOutbound, IAMHandlerConfig, IAMUsersInbound, IAMValidators, IdTokenClaims, JWTAssertionClaims, JwtBearerWorkloadConfig, Name, OidcCallbackParams, PhoneNumber, Role, ScimError, ScimListResponse, ScimResult, ServerOnlyWorkloadConfig, SessionStore, SSO, SSOConfig, SSOHandlerConfig, SSOValidators, StoredGroup, StoredTenant, StoredUser, Tenant, TenantConfig, TenantStatus, TenantStore, TenantValidators, TenantWebhookPayload, TokenResponse, TokenValidationResult, User as User2, User as User3, UserStore, UsersInboundHandlerConfig, Vault, Workload, WorkloadConfig, WorkloadIdentity, WorkloadTokenResponse, WorkloadTokenStore, WorkloadValidators, X509Certificate } from "@enterprisestandard/core";
2
2
  import { PropsWithChildren } from "react";
3
3
  declare function SignInLoading({ complete, children }: {
4
4
  complete?: boolean;
@@ -7,8 +7,8 @@ import { PropsWithChildren as PropsWithChildren2 } from "react";
7
7
  declare function SignedIn({ children }: PropsWithChildren2): React.ReactNode;
8
8
  import { PropsWithChildren as PropsWithChildren3 } from "react";
9
9
  declare function SignedOut({ children }: PropsWithChildren3): React.ReactNode;
10
- import { ReactNode as ReactNode2 } from "react";
11
10
  import { User } from "@enterprisestandard/core";
11
+ import { ReactNode as ReactNode2 } from "react";
12
12
  type StorageType = "local" | "session" | "memory";
13
13
  interface SSOProviderProps {
14
14
  tenantId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enterprisestandard/react",
3
- "version": "0.0.7-beta.20260123.3",
3
+ "version": "0.0.7-beta.20260123.5",
4
4
  "description": "Enterprise Standard React Components",
5
5
  "private": false,
6
6
  "author": "enterprisestandard",
@@ -22,7 +22,7 @@
22
22
  "./package.json": "./package.json"
23
23
  },
24
24
  "dependencies": {
25
- "@enterprisestandard/core": "0.0.7-beta.20260123.3"
25
+ "@enterprisestandard/core": "0.0.7-beta.20260123.5"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "^18.0.0 || ^19.0.0",