@aivenio/aquarium 1.67.0-rc1 → 1.68.0-rc1
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/_variables.scss +2 -2
- package/dist/src/molecules/DataList/DataList.js +3 -3
- package/dist/src/molecules/DropdownMenu/DropdownMenu.d.ts +3 -3
- package/dist/src/molecules/DropdownMenu/DropdownMenu.js +1 -1
- package/dist/system.cjs +4 -2
- package/dist/system.mjs +4 -2
- package/dist/tsconfig.module.tsbuildinfo +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aivenio/aquarium",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.68.0-rc1",
|
4
4
|
"description": "Aiven Aquarium design system",
|
5
5
|
"main": "dist/system.cjs",
|
6
6
|
"module": "dist/system.mjs",
|
@@ -181,8 +181,8 @@
|
|
181
181
|
"classnames": "^2.3.1",
|
182
182
|
"downshift": "^8.2.3",
|
183
183
|
"match-sorter": "^6.3.1",
|
184
|
-
"react-aria": "^3.
|
185
|
-
"react-stately": "^3.
|
184
|
+
"react-aria": "^3.33.1",
|
185
|
+
"react-stately": "^3.31.1",
|
186
186
|
"recharts": "^2.10.3"
|
187
187
|
},
|
188
188
|
"peerDependencies": {
|