@adoptaunabuelo/react-components 0.3.136 → 0.3.138

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
@@ -2,9 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as react from 'react';
3
3
  import react__default, { ComponentPropsWithoutRef, ReactNode, ComponentPropsWithRef, ReactElement, CSSProperties } from 'react';
4
4
  import moment from 'moment';
5
- import { ButtonProps as ButtonProps$2 } from '@components/Button/Button';
6
5
  import { PaymentMethod } from '@stripe/stripe-js';
7
- import { LocationProps as LocationProps$1 } from '@components/Input/Location/InputLocation';
8
6
 
9
7
  declare const BreadCrumb: ({ steps, selectedStep, ...restProps }: Props$g) => react_jsx_runtime.JSX.Element;
10
8
 
@@ -295,7 +293,7 @@ interface ModalPrimaryProps extends ComponentPropsWithoutRef<"div"> {
295
293
  contentStyle?: CSSProperties;
296
294
  Header?: ReactElement;
297
295
  Bottom?: ReactElement;
298
- buttonProps?: ButtonProps$2;
296
+ buttonProps?: ButtonProps;
299
297
  footerStyle?: CSSProperties;
300
298
  onClose: () => void;
301
299
  shouldCloseOnOverlayClick?: boolean;
@@ -727,10 +725,10 @@ interface LocationFormProps {
727
725
  type: "location";
728
726
  design?: "primary" | "secondary" | "third";
729
727
  placeholder?: string;
730
- defaultLocation?: LocationProps$1;
728
+ defaultLocation?: LocationProps;
731
729
  isLoaded: boolean;
732
730
  onSubmit: (result: {
733
- data?: LocationProps$1;
731
+ data?: LocationProps;
734
732
  error?: string;
735
733
  }) => void;
736
734
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adoptaunabuelo/react-components",
3
- "version": "0.3.136",
3
+ "version": "0.3.138",
4
4
  "homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
5
5
  "author": "Guillermo Angeles <guilleangeles94@gmail.com>",
6
6
  "private": false,