@rnaga/wp-next-ui 1.0.12 → 1.1.1

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.
Files changed (2) hide show
  1. package/DraggableBox.js +1 -1
  2. package/package.json +4 -4
package/DraggableBox.js CHANGED
@@ -267,7 +267,7 @@ export const DraggableBox = (props) => {
267
267
  backgroundColor: "#dedede",
268
268
  mb: 1,
269
269
  ...slotSxProps?.header,
270
- }, onMouseDown: handleMouseDown, children: [_jsx(Typography, { size: size, sx: {
270
+ }, onMouseDown: handleMouseDown, children: [_jsx(Typography, { size: size ?? "medium", sx: {
271
271
  p: 1,
272
272
  flexGrow: 1,
273
273
  ...slotSxProps?.title,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnaga/wp-next-ui",
3
- "version": "1.0.12",
3
+ "version": "1.1.1",
4
4
  "scripts": {
5
5
  "build": "node ../../scripts/build-ui.mjs",
6
6
  "release-old": "node ../../scripts/release.mjs",
@@ -18,12 +18,12 @@
18
18
  "description": "User Interface components for WP Next",
19
19
  "dependencies": {
20
20
  "@mui/icons-material": "^7.3.6",
21
- "@mui/material": "^7.0.2",
21
+ "@mui/material": "^7",
22
22
  "@mui/x-date-pickers": "^7.29.4",
23
- "@rnaga/wp-next-core": "^1.0"
23
+ "@rnaga/wp-next-core": "^1"
24
24
  },
25
25
  "devDependencies": {
26
- "eslint": "^9.25.1"
26
+ "eslint": "^10"
27
27
  },
28
28
  "repository": {
29
29
  "type": "git",