@foris/avocado-suite 0.14.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/avocado-suite.es.js +12961 -5965
- package/dist/avocado-suite.umd.js +110 -106
- package/dist/components/date-picker/DatePicker.d.ts +42 -0
- package/dist/index.d.ts +3 -2
- package/dist/style.css +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@foris/avocado-suite",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.15.0",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -19,6 +19,7 @@
|
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
21
|
"react": "18.2.0",
|
22
|
+
"react-datepicker": "7.3.0",
|
22
23
|
"react-dom": "18.2.0",
|
23
24
|
"react-select": "5.8.0",
|
24
25
|
"react-select-async-paginate": "0.7.3",
|