@dropins/tools 1.0.0-alpha4 → 1.0.0-beta1

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 (70) hide show
  1. package/chunks/initializer.js +1 -1
  2. package/components.js +1 -1
  3. package/initializer.js +1 -1
  4. package/package.json +1 -1
  5. package/post-release.sh +5 -0
  6. package/types/elsie/src/components/Accordion/index.d.ts +8 -0
  7. package/types/elsie/src/components/ActionButton/index.d.ts +8 -0
  8. package/types/elsie/src/components/ActionButtonGroup/index.d.ts +8 -0
  9. package/types/elsie/src/components/AlertBanner/index.d.ts +8 -0
  10. package/types/elsie/src/components/Breadcrumbs/index.d.ts +8 -0
  11. package/types/elsie/src/components/Button/index.d.ts +8 -0
  12. package/types/elsie/src/components/Card/index.d.ts +8 -0
  13. package/types/elsie/src/components/CartItem/CartItem.d.ts +1 -0
  14. package/types/elsie/src/components/CartItem/index.d.ts +8 -0
  15. package/types/elsie/src/components/CartList/index.d.ts +8 -0
  16. package/types/elsie/src/components/Checkbox/index.d.ts +8 -0
  17. package/types/elsie/src/components/ColorSwatch/index.d.ts +8 -0
  18. package/types/elsie/src/components/ContentGrid/index.d.ts +3 -11
  19. package/types/elsie/src/components/Divider/index.d.ts +8 -0
  20. package/types/elsie/src/components/Field/index.d.ts +8 -0
  21. package/types/elsie/src/components/Header/Header.d.ts +1 -0
  22. package/types/elsie/src/components/Header/index.d.ts +8 -0
  23. package/types/elsie/src/components/Icon/index.d.ts +8 -0
  24. package/types/elsie/src/components/IllustratedMessage/index.d.ts +8 -0
  25. package/types/elsie/src/components/Image/index.d.ts +8 -0
  26. package/types/elsie/src/components/ImageSwatch/ImageSwatch.d.ts +2 -1
  27. package/types/elsie/src/components/ImageSwatch/index.d.ts +8 -0
  28. package/types/elsie/src/components/InLineAlert/index.d.ts +8 -0
  29. package/types/elsie/src/components/Incrementer/index.d.ts +8 -0
  30. package/types/elsie/src/components/Input/index.d.ts +8 -0
  31. package/types/elsie/src/components/InputDate/index.d.ts +8 -0
  32. package/types/elsie/src/components/InputPassword/PasswordStatusIndicator/index.d.ts +8 -0
  33. package/types/elsie/src/components/InputPassword/index.d.ts +8 -0
  34. package/types/elsie/src/components/Modal/index.d.ts +8 -0
  35. package/types/elsie/src/components/Pagination/index.d.ts +8 -0
  36. package/types/elsie/src/components/Picker/index.d.ts +8 -0
  37. package/types/elsie/src/components/Price/index.d.ts +8 -0
  38. package/types/elsie/src/components/PriceRange/index.d.ts +8 -0
  39. package/types/elsie/src/components/ProgressSpinner/index.d.ts +8 -0
  40. package/types/elsie/src/components/RadioButton/index.d.ts +8 -0
  41. package/types/elsie/src/components/Skeleton/index.d.ts +8 -0
  42. package/types/elsie/src/components/Tag/index.d.ts +8 -0
  43. package/types/elsie/src/components/TextArea/index.d.ts +8 -0
  44. package/types/elsie/src/components/TextSwatch/index.d.ts +8 -0
  45. package/types/elsie/src/components/ToggleButton/ToggleButton.d.ts +5 -5
  46. package/types/elsie/src/components/ToggleButton/index.d.ts +8 -0
  47. package/types/elsie/src/components/UIProvider/index.d.ts +8 -0
  48. package/types/elsie/src/components/index.d.ts +8 -0
  49. package/types/elsie/src/i18n/index.d.ts +8 -0
  50. package/types/elsie/src/lib/config.d.ts +8 -0
  51. package/types/elsie/src/lib/debounce.d.ts +8 -0
  52. package/types/elsie/src/lib/deepmerge.d.ts +8 -0
  53. package/types/elsie/src/lib/deviceUtils.d.ts +8 -0
  54. package/types/elsie/src/lib/form-values.d.ts +8 -0
  55. package/types/elsie/src/lib/i18n.d.ts +8 -0
  56. package/types/elsie/src/lib/image-params-keymap.d.ts +8 -0
  57. package/types/elsie/src/lib/index.d.ts +8 -0
  58. package/types/elsie/src/lib/is-number.d.ts +8 -0
  59. package/types/elsie/src/lib/resolve-image.d.ts +8 -0
  60. package/types/elsie/src/lib/signals.d.ts +8 -0
  61. package/types/event-bus/src/events-catalog.d.ts +8 -0
  62. package/types/fetch-graphql/src/index.d.ts +8 -0
  63. package/types/recaptcha/src/configs/index.d.ts +8 -0
  64. package/types/recaptcha/src/configs/message.config.d.ts +8 -0
  65. package/types/recaptcha/src/configs/recaptchaBadgeSelector.config.d.ts +8 -0
  66. package/types/recaptcha/src/configs/typeForms.config.d.ts +8 -0
  67. package/types/recaptcha/src/graphql/recaptchaConfig.graphql.d.ts +8 -0
  68. package/types/recaptcha/src/lib/_checkRecaptchaBadge.d.ts +8 -0
  69. package/types/recaptcha/src/lib/_convertKeysToCamelCase.d.ts +8 -0
  70. package/types/recaptcha/src/lib/index.d.ts +8 -0
@@ -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
@@ -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 typeDefaultForm: Record<string, string>;
2
10
  //# sourceMappingURL=typeForms.config.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 declare const RECAPTCHA_CONFIGURATION_V3 = "query {\n recaptchaV3Config {\n is_enabled\n website_key\n minimum_score\n badge_position\n language_code\n failure_message\n forms\n theme\n } \n}";
2
10
  //# sourceMappingURL=recaptchaConfig.graphql.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 declare const checkRecaptchaBadge: () => Promise<boolean>;
2
10
  //# sourceMappingURL=_checkRecaptchaBadge.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 convertKeysToCamelCase: (obj: {
2
10
  [key: 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
  export * from './_extendConfig';
2
10
  export * from './_storageConfig';
3
11
  export * from './_checkRecaptchaBadge';