@adoptaunabuelo/react-components 0.3.143 → 0.3.145
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/LICENSE +1 -1
- package/README.md +26 -3
- package/dist/esm/index.js +212 -212
- package/dist/esm/index.js.map +1 -1
- package/package.json +62 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adoptaunabuelo/react-components",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.145",
|
|
4
4
|
"homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
|
|
5
5
|
"author": "Guillermo Angeles <guilleangeles94@gmail.com>",
|
|
6
6
|
"private": false,
|
|
@@ -21,26 +21,14 @@
|
|
|
21
21
|
"release": "auto shipit --base-branch=main",
|
|
22
22
|
"prepare": "npm run build",
|
|
23
23
|
"clean": "rm -rf package-lock.json && rm -rf node_modules && rm -rf dist && npm cache clean --force && npm install",
|
|
24
|
-
"chromatic": "npx chromatic --project-token
|
|
24
|
+
"chromatic": "npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN",
|
|
25
25
|
"storybook": "BROWSER='google chrome' storybook dev -p 6006",
|
|
26
26
|
"build-storybook": "storybook build"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@emotion/is-prop-valid": "^1.4.0",
|
|
30
|
-
"@lottiefiles/react-lottie-player": "^3.6.0",
|
|
31
|
-
"@react-google-maps/api": "^2.20.7",
|
|
32
|
-
"@stripe/react-stripe-js": "^5.4.1",
|
|
33
|
-
"@stripe/stripe-js": "^8.5.3",
|
|
34
|
-
"@tiptap/extension-text-align": "^3.13.0",
|
|
35
|
-
"@tiptap/extension-text-style": "^3.13.0",
|
|
36
|
-
"@tiptap/extensions": "^3.13.0",
|
|
37
|
-
"@tiptap/react": "^3.13.0",
|
|
38
|
-
"@tiptap/starter-kit": "^3.13.0",
|
|
39
|
-
"auto": "^11.3.6",
|
|
40
29
|
"clsx": "^2.1.1",
|
|
41
30
|
"compressorjs": "^1.2.1",
|
|
42
31
|
"country-flag-icons": "^1.6.4",
|
|
43
|
-
"date-fns": "^4.1.0",
|
|
44
32
|
"draft-js": "^0.11.7",
|
|
45
33
|
"draftjs-to-html": "^0.9.1",
|
|
46
34
|
"fuse.js": "^7.1.0",
|
|
@@ -48,18 +36,57 @@
|
|
|
48
36
|
"lodash.debounce": "^4.0.8",
|
|
49
37
|
"lucide-react": "^0.556.0",
|
|
50
38
|
"moment": "^2.30.1",
|
|
51
|
-
"next": "16.0.8",
|
|
52
|
-
"react": "19.2.3",
|
|
53
39
|
"react-dates": "^21.8.0",
|
|
54
|
-
"react-dom": "19.2.3",
|
|
55
40
|
"react-image-crop": "^11.0.10",
|
|
56
41
|
"react-modal": "^3.16.3",
|
|
57
|
-
"react-webcam": "^7.2.0",
|
|
58
|
-
"styled-components": "^6.1.19",
|
|
59
42
|
"styled-media-query": "^2.1.2"
|
|
60
43
|
},
|
|
44
|
+
"peerDependencies": {
|
|
45
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
46
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
47
|
+
"styled-components": "^5.0.0 || ^6.0.0"
|
|
48
|
+
},
|
|
49
|
+
"peerDependenciesMeta": {
|
|
50
|
+
"@emotion/is-prop-valid": {
|
|
51
|
+
"optional": true
|
|
52
|
+
},
|
|
53
|
+
"@lottiefiles/react-lottie-player": {
|
|
54
|
+
"optional": true
|
|
55
|
+
},
|
|
56
|
+
"@react-google-maps/api": {
|
|
57
|
+
"optional": true
|
|
58
|
+
},
|
|
59
|
+
"@stripe/react-stripe-js": {
|
|
60
|
+
"optional": true
|
|
61
|
+
},
|
|
62
|
+
"@stripe/stripe-js": {
|
|
63
|
+
"optional": true
|
|
64
|
+
},
|
|
65
|
+
"@tiptap/extension-text-align": {
|
|
66
|
+
"optional": true
|
|
67
|
+
},
|
|
68
|
+
"@tiptap/extension-text-style": {
|
|
69
|
+
"optional": true
|
|
70
|
+
},
|
|
71
|
+
"@tiptap/extensions": {
|
|
72
|
+
"optional": true
|
|
73
|
+
},
|
|
74
|
+
"@tiptap/react": {
|
|
75
|
+
"optional": true
|
|
76
|
+
},
|
|
77
|
+
"@tiptap/starter-kit": {
|
|
78
|
+
"optional": true
|
|
79
|
+
},
|
|
80
|
+
"react-webcam": {
|
|
81
|
+
"optional": true
|
|
82
|
+
}
|
|
83
|
+
},
|
|
61
84
|
"devDependencies": {
|
|
85
|
+
"@babel/runtime": "^7.28.6",
|
|
62
86
|
"@chromatic-com/storybook": "^5.0.0",
|
|
87
|
+
"@emotion/is-prop-valid": "^1.4.0",
|
|
88
|
+
"@lottiefiles/react-lottie-player": "^3.6.0",
|
|
89
|
+
"@react-google-maps/api": "^2.20.7",
|
|
63
90
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
64
91
|
"@rollup/plugin-json": "^6.1.0",
|
|
65
92
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
@@ -69,8 +96,15 @@
|
|
|
69
96
|
"@storybook/addon-docs": "^10.2.0",
|
|
70
97
|
"@storybook/addon-links": "^10.2.0",
|
|
71
98
|
"@storybook/addon-onboarding": "^10.2.0",
|
|
72
|
-
"@storybook/
|
|
99
|
+
"@storybook/react-vite": "^10.2.0",
|
|
100
|
+
"@stripe/react-stripe-js": "^5.4.1",
|
|
101
|
+
"@stripe/stripe-js": "^8.5.3",
|
|
73
102
|
"@svgr/rollup": "^8.1.0",
|
|
103
|
+
"@tiptap/extension-text-align": "^3.13.0",
|
|
104
|
+
"@tiptap/extension-text-style": "^3.13.0",
|
|
105
|
+
"@tiptap/extensions": "^3.13.0",
|
|
106
|
+
"@tiptap/react": "^3.13.0",
|
|
107
|
+
"@tiptap/starter-kit": "^3.13.0",
|
|
74
108
|
"@types/draftjs-to-html": "^0.8.4",
|
|
75
109
|
"@types/google-libphonenumber": "^7.4.30",
|
|
76
110
|
"@types/lodash.debounce": "^4.0.9",
|
|
@@ -81,10 +115,15 @@
|
|
|
81
115
|
"@types/react-draft-wysiwyg": "^1.13.9",
|
|
82
116
|
"@types/react-modal": "^3.16.3",
|
|
83
117
|
"@types/react-places-autocomplete": "^7.2.14",
|
|
118
|
+
"@types/react-webcam": "^3.0.0",
|
|
84
119
|
"ajv": "^8.17.1",
|
|
120
|
+
"auto": "^11.3.6",
|
|
85
121
|
"eslint": "^9.39.1",
|
|
86
122
|
"eslint-config-next": "^16.0.8",
|
|
87
123
|
"eslint-plugin-storybook": "^10.2.0",
|
|
124
|
+
"react": "^19.2.3",
|
|
125
|
+
"react-dom": "^19.2.3",
|
|
126
|
+
"react-webcam": "^7.2.0",
|
|
88
127
|
"rollup": "^2.77.2",
|
|
89
128
|
"rollup-plugin-dts": "^6.3.0",
|
|
90
129
|
"rollup-plugin-import-css": "^4.1.2",
|
|
@@ -95,7 +134,9 @@
|
|
|
95
134
|
"rollup-plugin-terser": "^7.0.2",
|
|
96
135
|
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
97
136
|
"storybook": "^10.2.0",
|
|
98
|
-
"
|
|
137
|
+
"styled-components": "^6.3.8",
|
|
138
|
+
"typescript": "^5",
|
|
139
|
+
"vite": "^7.3.1"
|
|
99
140
|
},
|
|
100
141
|
"overrides": {
|
|
101
142
|
"storybook": "$storybook"
|