@dropins/tools 0.42.0 → 1.0.0-alpha04071347

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 (77) hide show
  1. package/chunks/deviceUtils.js +3 -3
  2. package/chunks/icons/Add.js +1 -1
  3. package/chunks/initializer.js +1 -1
  4. package/components.js +1 -1
  5. package/i18n.js +2 -2
  6. package/initializer.js +1 -1
  7. package/package.json +1 -1
  8. package/post-release.sh +5 -0
  9. package/preact-jsx-runtime.js +1 -1
  10. package/signals.js +1 -1
  11. package/types/elsie/src/components/Accordion/index.d.ts +8 -0
  12. package/types/elsie/src/components/ActionButton/index.d.ts +8 -0
  13. package/types/elsie/src/components/ActionButtonGroup/index.d.ts +8 -0
  14. package/types/elsie/src/components/AlertBanner/index.d.ts +8 -0
  15. package/types/elsie/src/components/Breadcrumbs/index.d.ts +8 -0
  16. package/types/elsie/src/components/Button/index.d.ts +8 -0
  17. package/types/elsie/src/components/Card/index.d.ts +8 -0
  18. package/types/elsie/src/components/CartItem/CartItem.d.ts +1 -0
  19. package/types/elsie/src/components/CartItem/index.d.ts +8 -0
  20. package/types/elsie/src/components/CartList/index.d.ts +8 -0
  21. package/types/elsie/src/components/Checkbox/index.d.ts +8 -0
  22. package/types/elsie/src/components/ColorSwatch/index.d.ts +8 -0
  23. package/types/elsie/src/components/ContentGrid/index.d.ts +3 -11
  24. package/types/elsie/src/components/Divider/index.d.ts +8 -0
  25. package/types/elsie/src/components/Field/index.d.ts +8 -0
  26. package/types/elsie/src/components/Header/Header.d.ts +1 -0
  27. package/types/elsie/src/components/Header/index.d.ts +8 -0
  28. package/types/elsie/src/components/Icon/Icon.d.ts +1 -1
  29. package/types/elsie/src/components/Icon/index.d.ts +8 -0
  30. package/types/elsie/src/components/IllustratedMessage/index.d.ts +8 -0
  31. package/types/elsie/src/components/Image/index.d.ts +8 -0
  32. package/types/elsie/src/components/ImageSwatch/ImageSwatch.d.ts +2 -1
  33. package/types/elsie/src/components/ImageSwatch/index.d.ts +8 -0
  34. package/types/elsie/src/components/InLineAlert/index.d.ts +8 -0
  35. package/types/elsie/src/components/Incrementer/index.d.ts +8 -0
  36. package/types/elsie/src/components/Input/index.d.ts +8 -0
  37. package/types/elsie/src/components/InputDate/index.d.ts +8 -0
  38. package/types/elsie/src/components/InputPassword/PasswordStatusIndicator/index.d.ts +8 -0
  39. package/types/elsie/src/components/InputPassword/index.d.ts +8 -0
  40. package/types/elsie/src/components/Modal/index.d.ts +8 -0
  41. package/types/elsie/src/components/Pagination/index.d.ts +8 -0
  42. package/types/elsie/src/components/Picker/index.d.ts +8 -0
  43. package/types/elsie/src/components/Price/index.d.ts +8 -0
  44. package/types/elsie/src/components/PriceRange/index.d.ts +8 -0
  45. package/types/elsie/src/components/ProgressSpinner/index.d.ts +8 -0
  46. package/types/elsie/src/components/RadioButton/index.d.ts +8 -0
  47. package/types/elsie/src/components/Skeleton/index.d.ts +8 -0
  48. package/types/elsie/src/components/Tag/index.d.ts +8 -0
  49. package/types/elsie/src/components/TextArea/index.d.ts +8 -0
  50. package/types/elsie/src/components/TextSwatch/index.d.ts +8 -0
  51. package/types/elsie/src/components/ToggleButton/ToggleButton.d.ts +5 -5
  52. package/types/elsie/src/components/ToggleButton/index.d.ts +8 -0
  53. package/types/elsie/src/components/UIProvider/index.d.ts +8 -0
  54. package/types/elsie/src/components/index.d.ts +8 -0
  55. package/types/elsie/src/i18n/index.d.ts +8 -0
  56. package/types/elsie/src/lib/config.d.ts +8 -0
  57. package/types/elsie/src/lib/debounce.d.ts +8 -0
  58. package/types/elsie/src/lib/deepmerge.d.ts +8 -0
  59. package/types/elsie/src/lib/deviceUtils.d.ts +8 -0
  60. package/types/elsie/src/lib/form-values.d.ts +8 -0
  61. package/types/elsie/src/lib/i18n.d.ts +8 -0
  62. package/types/elsie/src/lib/image-params-keymap.d.ts +8 -0
  63. package/types/elsie/src/lib/index.d.ts +8 -0
  64. package/types/elsie/src/lib/is-number.d.ts +8 -0
  65. package/types/elsie/src/lib/resolve-image.d.ts +8 -0
  66. package/types/elsie/src/lib/signals.d.ts +8 -0
  67. package/types/event-bus/src/events-catalog.d.ts +8 -0
  68. package/types/fetch-graphql/src/index.d.ts +8 -0
  69. package/types/recaptcha/src/configs/index.d.ts +8 -0
  70. package/types/recaptcha/src/configs/message.config.d.ts +8 -0
  71. package/types/recaptcha/src/configs/recaptchaBadgeSelector.config.d.ts +8 -0
  72. package/types/recaptcha/src/configs/typeForms.config.d.ts +8 -0
  73. package/types/recaptcha/src/graphql/recaptchaConfig.graphql.d.ts +8 -0
  74. package/types/recaptcha/src/index.d.ts +4 -4
  75. package/types/recaptcha/src/lib/_checkRecaptchaBadge.d.ts +8 -0
  76. package/types/recaptcha/src/lib/_convertKeysToCamelCase.d.ts +8 -0
  77. package/types/recaptcha/src/lib/index.d.ts +8 -0
@@ -1,18 +1,10 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
2
  * Copyright 2024 Adobe
6
3
  * All Rights Reserved.
7
4
  *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
16
8
  *******************************************************************/
17
9
  export * from './ContentGrid';
18
10
  export { ContentGrid as default } from './ContentGrid';
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Divider';
2
10
  export { Divider as default } from './Divider';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Field';
2
10
  //# sourceMappingURL=index.d.ts.map
@@ -6,6 +6,7 @@ export interface HeaderProps extends HTMLAttributes<HTMLDivElement> {
6
6
  size?: 'medium' | 'large';
7
7
  divider?: boolean;
8
8
  cta?: VNode;
9
+ level?: 1 | 2 | 3 | 4 | 5 | 6;
9
10
  }
10
11
  export declare const Header: FunctionComponent<HeaderProps>;
11
12
  //# sourceMappingURL=Header.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Header';
2
10
  export { Header as default } from './Header';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { FunctionComponent } from 'preact';
2
2
  import { SVGProps } from 'preact/compat';
3
3
 
4
- export type IconType = keyof typeof import('@adobe/elsie/icons');
4
+ export type IconType = keyof typeof import('@adobe-commerce/elsie/icons');
5
5
  export interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'size'> {
6
6
  source: FunctionComponent<SVGProps<SVGSVGElement> & {
7
7
  title?: string;
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Icon';
2
10
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './IllustratedMessage';
2
10
  export { IllustratedMessage as default } from './IllustratedMessage';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Image';
2
10
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import { FunctionComponent } from 'preact';
1
+ import { FunctionComponent, VNode } from 'preact';
2
2
  import { HTMLAttributes } from 'preact/compat';
3
3
 
4
4
  export interface ImageSwatchProps extends Omit<HTMLAttributes<HTMLInputElement>, 'label'> {
@@ -13,6 +13,7 @@ export interface ImageSwatchProps extends Omit<HTMLAttributes<HTMLInputElement>,
13
13
  selected?: boolean;
14
14
  outOfStock?: boolean;
15
15
  multi?: boolean;
16
+ imageNode?: VNode;
16
17
  onValue?: (value: any) => void;
17
18
  onUpdateError?: (error: Error) => void;
18
19
  }
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './ImageSwatch';
2
10
  export { ImageSwatch as default } from './ImageSwatch';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './InLineAlert';
2
10
  export { InLineAlert as default } from './InLineAlert';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Incrementer';
2
10
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Input';
2
10
  export { Input as default } from '.';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './InputDate';
2
10
  export { InputDate as default } from './InputDate';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './PasswordStatusIndicator';
2
10
  export { PasswordStatusIndicator as default } from './PasswordStatusIndicator';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './InputPassword';
2
10
  export { InputPassword as default } from './InputPassword';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Modal';
2
10
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Pagination';
2
10
  export { Pagination as default } from './Pagination';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Picker';
2
10
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Price';
2
10
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './PriceRange';
2
10
  export { PriceRange as default } from './PriceRange';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './ProgressSpinner';
2
10
  export { ProgressSpinner as default } from './ProgressSpinner';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './RadioButton';
2
10
  export { RadioButton as default } from './RadioButton';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Skeleton';
2
10
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Tag';
2
10
  export { Tag as default } from './Tag';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './TextArea';
2
10
  export { TextArea as default } from './TextArea';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './TextSwatch';
2
10
  export { TextSwatch as default } from './TextSwatch';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,14 +1,14 @@
1
1
  import { FunctionComponent, VNode } from 'preact';
2
2
  import { HTMLAttributes } from 'preact/compat';
3
3
 
4
- export interface ToggleButtonProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange' | 'icon'> {
5
- label: string;
4
+ export interface ToggleButtonProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange' | 'icon' | 'label'> {
5
+ label: string | VNode<HTMLAttributes<HTMLElement>>;
6
6
  name: string;
7
7
  value: string;
8
- selected?: boolean;
9
- onChange?: (value: string) => void;
10
- icon?: VNode<HTMLAttributes<SVGSVGElement>> | VNode<HTMLAttributes<HTMLImageElement>>;
11
8
  busy?: boolean;
9
+ icon?: VNode<HTMLAttributes<SVGSVGElement>> | VNode<HTMLAttributes<HTMLImageElement>>;
10
+ onChange?: (value: string) => void;
11
+ selected?: boolean;
12
12
  }
13
13
  export declare const ToggleButton: FunctionComponent<ToggleButtonProps>;
14
14
  //# sourceMappingURL=ToggleButton.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './ToggleButton';
2
10
  export { ToggleButton as default } from './ToggleButton';
3
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './UIProvider';
2
10
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './Skeleton';
2
10
  export * from './UIProvider';
3
11
  export * from './Incrementer';
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export type Lang = 'en_US';
2
10
  export declare const definition: {
3
11
  default: {
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export declare class Config<T> {
2
10
  private config;
3
11
  constructor(initialConfig: T);
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export declare const debounce: (fn: Function, ms: number) => (this: any, ...args: any[]) => void;
2
10
  //# sourceMappingURL=debounce.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export { default as deepmerge } from 'deepmerge';
2
10
  export declare function merge<T>(prev: T, next?: {
3
11
  [key: string]: any;
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export declare const isIOSMobileDevice: () => boolean;
2
10
  //# sourceMappingURL=deviceUtils.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export declare const getFormValues: (form: HTMLFormElement) => {
2
10
  [k: string]: any;
3
11
  };
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  /**
2
10
  * Convert locale from Magento standard to react-intl BCP 47 language tag
3
11
  *
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export declare const setImageParamsKeyMap: (value: typeof this._map) => void, getImageParamsKeyMap: () => {
2
10
  [key: string]: string | ((data: any) => [string, string]);
3
11
  } | undefined;
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './form-values';
2
10
  export * from './classes';
3
11
  export * from './deepmerge';
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export declare const isNumber: (value: number | string) => value is number;
2
10
  //# sourceMappingURL=is-number.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export interface ResolveImageUrlOptions {
2
10
  width: number;
3
11
  height?: number;
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from '@preact/signals';
2
10
  //# sourceMappingURL=signals.d.ts.map
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export interface Events {
2
10
  authenticated: boolean;
3
11
  locale: string;
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export type Header = {
2
10
  [key: string]: string | null;
3
11
  };
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export * from './message.config';
2
10
  export * from './typeForms.config';
3
11
  export * from './types/recaptchaBadgeSelector.config';
@@ -1,3 +1,11 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export declare const recaptchaMessage: {
2
10
  failedFetch: string;
3
11
  failedSetStorageConfig: string;
@@ -1,2 +1,10 @@
1
+ /********************************************************************
2
+ * Copyright 2024 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
1
9
  export declare const recaptchaBadgeSelector = ".grecaptcha-badge iframe";
2
10
  //# sourceMappingURL=recaptchaBadgeSelector.config.d.ts.map