desk-kit 2.1.4 → 2.1.5

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.
@@ -140,7 +140,7 @@ var Documents = function Documents(props) {
140
140
  title: title,
141
141
  subheader: subheader,
142
142
  action: /*#__PURE__*/_react["default"].createElement(_material.Button, {
143
- variant: "outlined",
143
+ variant: "contained",
144
144
  color: "primary",
145
145
  startIcon: /*#__PURE__*/_react["default"].createElement(_AttachFile["default"], null),
146
146
  onClick: openFileDialog
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "desk-kit",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.js",
@@ -37,7 +37,7 @@
37
37
  "classnames": "^2.5.1",
38
38
  "core-js": "^3.41.0",
39
39
  "next": "^15.3.0",
40
- "next-intl": "^3.26.0",
40
+ "next-intl": "^4.0.2",
41
41
  "nookies": "^2.5.2",
42
42
  "postcss-assets": "^6.0.0",
43
43
  "process": "^0.11.10",