code7-leia 0.1.128 → 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.
@@ -480,7 +480,7 @@ var enTranslation = {
480
480
  test: 'Test'
481
481
  },
482
482
  testArea: {
483
- description: 'bla bla bla bla bla',
483
+ description: 'Type a sentence to test artificial intelligence',
484
484
  typeSentence: 'Type a sentence',
485
485
  selectPersona: 'Select a Persona',
486
486
  selectPresset: 'Select a presset',
@@ -548,7 +548,7 @@ var ptTranslation = {
548
548
  test: 'Teste'
549
549
  },
550
550
  testArea: {
551
- description: 'bla bla bla bla bla',
551
+ description: 'Digite uma frase para testar a inteligência artificial.',
552
552
  typeSentence: 'Digite uma frase',
553
553
  selectPersona: 'Selecione uma Persona',
554
554
  selectPresset: 'Selecione uma predefinição',
@@ -616,7 +616,7 @@ var esTranslation = {
616
616
  test: 'Prueba'
617
617
  },
618
618
  testArea: {
619
- description: 'bla bla bla bla bla',
619
+ description: 'Escribe una frase para probar la inteligencia artificial.',
620
620
  typeSentence: 'Escribe una oración',
621
621
  selectPersona: 'Seleccionar una Persona',
622
622
  selectPresset: 'Seleccionar una preconfiguración',
@@ -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