code7-leia 0.1.129 → 0.1.131

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.
@@ -1367,8 +1367,7 @@ var FileArea = function FileArea() {
1367
1367
  var _useSharedProps = useSharedProps(),
1368
1368
  id = _useSharedProps.id,
1369
1369
  language = _useSharedProps.language,
1370
- propTags = _useSharedProps.propTags,
1371
- personas = _useSharedProps.personas;
1370
+ propTags = _useSharedProps.propTags;
1372
1371
  var _useState = React.useState([]),
1373
1372
  files = _useState[0],
1374
1373
  setFiles = _useState[1];
@@ -1554,7 +1553,10 @@ var FileArea = function FileArea() {
1554
1553
  propTags: {
1555
1554
  tags: []
1556
1555
  },
1557
- personas: personas
1556
+ personas: [{
1557
+ name: '',
1558
+ description: ''
1559
+ }]
1558
1560
  }, React__default.createElement(Container, null, renderFiles()));
1559
1561
  };
1560
1562
 
@@ -1704,7 +1706,10 @@ var TestArea = function TestArea() {
1704
1706
  propTags: {
1705
1707
  tags: []
1706
1708
  },
1707
- personas: personas
1709
+ personas: [{
1710
+ name: '',
1711
+ description: ''
1712
+ }]
1708
1713
  }, React__default.createElement(Container$3, null, returnTest()));
1709
1714
  };
1710
1715