@dropins/storefront-auth 2.0.0 → 2.0.2-alpha1

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.
@@ -1,5 +1,5 @@
1
- import { Initializer, Model } from '../../../@adobe-commerce/elsie/src/lib';
2
- import { Lang } from '../../../@adobe-commerce/elsie/src/i18n';
1
+ import { Initializer, Model } from '@dropins/tools/types/elsie/src/lib';
2
+ import { Lang } from '@dropins/tools/types/elsie/src/i18n';
3
3
  import { CustomerModel } from '../../data/models';
4
4
 
5
5
  type ConfigProps = {
@@ -13,6 +13,6 @@ type ConfigProps = {
13
13
  };
14
14
  };
15
15
  export declare const initialize: Initializer<ConfigProps>;
16
- export declare const config: import('../../../@adobe-commerce/elsie/src/lib').Config<ConfigProps>;
16
+ export declare const config: import('@dropins/tools/types/elsie/src/lib').Config<ConfigProps>;
17
17
  export {};
18
18
  //# sourceMappingURL=initialize.d.ts.map
@@ -1,4 +1,4 @@
1
- import { Container } from '../../../@adobe-commerce/elsie/src/lib';
1
+ import { Container } from '@dropins/tools/types/elsie/src/lib';
2
2
  import { SkeletonLoaderProps } from '../../types';
3
3
 
4
4
  export declare const SkeletonLoader: Container<SkeletonLoaderProps>;
@@ -1,4 +1,4 @@
1
- import { Container } from '../../../@adobe-commerce/elsie/src/lib';
1
+ import { Container } from '@dropins/tools/types/elsie/src/lib';
2
2
  import { AuthCombineProps } from '../../types';
3
3
 
4
4
  export declare const AuthCombine: Container<AuthCombineProps>;
@@ -1,4 +1,4 @@
1
- import { Container } from '../../../@adobe-commerce/elsie/src/lib';
1
+ import { Container } from '@dropins/tools/types/elsie/src/lib';
2
2
  import { ResetPasswordProps } from '../../types';
3
3
 
4
4
  export declare const ResetPassword: Container<ResetPasswordProps>;
@@ -1,4 +1,4 @@
1
- import { Container } from '../../../@adobe-commerce/elsie/src/lib';
1
+ import { Container } from '@dropins/tools/types/elsie/src/lib';
2
2
  import { SignInProps } from '../../types';
3
3
 
4
4
  export declare const SignIn: Container<SignInProps>;
@@ -1,4 +1,4 @@
1
- import { Container } from '../../../@adobe-commerce/elsie/src/lib';
1
+ import { Container } from '@dropins/tools/types/elsie/src/lib';
2
2
  import { SignUpProps } from '../../types';
3
3
 
4
4
  export declare const SignUp: Container<SignUpProps>;
@@ -1,4 +1,4 @@
1
- import { Container } from '../../../@adobe-commerce/elsie/src/lib';
1
+ import { Container } from '@dropins/tools/types/elsie/src/lib';
2
2
  import { SuccessNotificationProps } from '../../types';
3
3
 
4
4
  export declare const SuccessNotification: Container<SuccessNotificationProps>;
@@ -1,4 +1,4 @@
1
- import { Container } from '../../../@adobe-commerce/elsie/src/lib';
1
+ import { Container } from '@dropins/tools/types/elsie/src/lib';
2
2
  import { UpdatePasswordProps } from '../../types';
3
3
 
4
4
  export declare const UpdatePassword: Container<UpdatePasswordProps>;
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name": "@dropins/storefront-auth", "version": "2.0.0", "@dropins/tools": "null", "license": "SEE LICENSE IN LICENSE.md"}
1
+ {"name": "@dropins/storefront-auth", "version": "2.0.2-alpha1", "@dropins/tools": "~1.2.1-alpha1", "license": "SEE LICENSE IN LICENSE.md"}
@@ -1,4 +1,4 @@
1
- import { Render } from '../../@adobe-commerce/elsie/src/lib';
1
+ import { Render } from '@dropins/tools/types/elsie/src/lib';
2
2
 
3
3
  export declare const render: Render;
4
4
  //# sourceMappingURL=render.d.ts.map
@@ -1,4 +1,4 @@
1
- import { SlotProps } from '../../@adobe-commerce/elsie/src/lib';
1
+ import { SlotProps } from '@dropins/tools/types/elsie/src/lib';
2
2
  import { AttributesFormItemsProps, FieldEnumList } from '../data/models';
3
3
  import { ComponentChildren } from 'preact';
4
4
 
@@ -1,4 +1,4 @@
1
- import { SlotProps } from '../../@adobe-commerce/elsie/src/lib';
1
+ import { SlotProps } from '@dropins/tools/types/elsie/src/lib';
2
2
  import { activeComponentType } from './authCombine.types';
3
3
  import { InLineAlertInterface } from './notification.types';
4
4
 
@@ -1,7 +1,7 @@
1
1
  import { activeComponentType } from './authCombine.types';
2
2
  import { InLineAlertInterface } from './notification.types';
3
3
  import { AddressFormProps } from './api/createCustomerAddress.types';
4
- import { SlotProps } from '../../@adobe-commerce/elsie/src/lib';
4
+ import { SlotProps } from '@dropins/tools/types/elsie/src/lib';
5
5
 
6
6
  export interface inputsDefaultValueSetProps {
7
7
  code: string;
@@ -1,4 +1,4 @@
1
- import { SlotProps } from '../../@adobe-commerce/elsie/src/lib';
1
+ import { SlotProps } from '@dropins/tools/types/elsie/src/lib';
2
2
 
3
3
  export interface SuccessNotificationProps {
4
4
  slots?: {
@@ -1,4 +1,4 @@
1
- import { SlotProps } from '../../@adobe-commerce/elsie/src/lib';
1
+ import { SlotProps } from '@dropins/tools/types/elsie/src/lib';
2
2
  import { InLineAlertInterface } from './notification.types';
3
3
 
4
4
  type DefaultSlotContext = {