@dartech/arsenal-ui 1.3.48 → 1.3.49

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6571,7 +6571,7 @@ const ContentLayout = ({
6571
6571
  sx
6572
6572
  }) => {
6573
6573
  return jsxs(Box, Object.assign({
6574
- component: "main",
6574
+ component: "section",
6575
6575
  sx: Object.assign({
6576
6576
  flexGrow: 1,
6577
6577
  bgcolor: 'background.default'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.3.48",
3
+ "version": "1.3.49",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"