@adoptaunabuelo/react-components 0.3.137 → 0.3.139
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
|
|
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
|
|
728
|
+
defaultLocation?: LocationProps;
|
|
731
729
|
isLoaded: boolean;
|
|
732
730
|
onSubmit: (result: {
|
|
733
|
-
data?: LocationProps
|
|
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.
|
|
3
|
+
"version": "0.3.139",
|
|
4
4
|
"homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
|
|
5
5
|
"author": "Guillermo Angeles <guilleangeles94@gmail.com>",
|
|
6
6
|
"private": false,
|
|
@@ -25,10 +25,6 @@
|
|
|
25
25
|
"storybook": "BROWSER='google chrome' storybook dev -p 6006",
|
|
26
26
|
"build-storybook": "storybook build"
|
|
27
27
|
},
|
|
28
|
-
"peerDependencies": {
|
|
29
|
-
"react": "19.2.1",
|
|
30
|
-
"react-dom": "19.2.1"
|
|
31
|
-
},
|
|
32
28
|
"dependencies": {
|
|
33
29
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
34
30
|
"@lottiefiles/react-lottie-player": "^3.6.0",
|
|
@@ -52,6 +48,8 @@
|
|
|
52
48
|
"lucide-react": "^0.556.0",
|
|
53
49
|
"moment": "^2.30.1",
|
|
54
50
|
"next": "16.0.8",
|
|
51
|
+
"react": "19.2.1",
|
|
52
|
+
"react-dom": "19.2.1",
|
|
55
53
|
"react-dates": "^21.8.0",
|
|
56
54
|
"react-image-crop": "^11.0.10",
|
|
57
55
|
"react-modal": "^3.16.3",
|
|
@@ -63,7 +61,6 @@
|
|
|
63
61
|
"@chromatic-com/storybook": "^4.1.3",
|
|
64
62
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
65
63
|
"@rollup/plugin-json": "^6.1.0",
|
|
66
|
-
"@rollup/plugin-alias": "^6.0.0",
|
|
67
64
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
68
65
|
"@rollup/plugin-replace": "^6.0.3",
|
|
69
66
|
"@rollup/plugin-typescript": "^8.5.0",
|