@foris/avocado-suite 0.18.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/avocado-suite.es.js +3573 -3483
- package/dist/avocado-suite.umd.js +114 -104
- package/dist/components/box/Box.d.ts +1 -1
- package/dist/components/card-notification/CardNotification.d.ts +1 -1
- package/dist/components/dropdown-button/DropdownButton.d.ts +20 -0
- package/dist/components/dropdown-button/DropdownButton.test.d.ts +0 -0
- package/dist/components/tag/Tag.d.ts +2 -2
- package/dist/index.d.ts +2 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@foris/avocado-suite",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.19.0",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"react-toastify": "9.0.3",
|
27
27
|
"zustand": "4.5.4",
|
28
28
|
"@foris/avocado-core": "0.7.0",
|
29
|
-
"@foris/avocado-icons": "1.
|
29
|
+
"@foris/avocado-icons": "1.9.0"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
32
|
"@testing-library/jest-dom": "6.4.0",
|