@praxisui/ai 9.0.1 → 9.0.3
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-07-
|
|
3
|
+
"generatedAt": "2026-07-28T00:59:00.108Z",
|
|
4
4
|
"packageName": "@praxisui/ai",
|
|
5
|
-
"packageVersion": "9.0.
|
|
5
|
+
"packageVersion": "9.0.3",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 0,
|
package/fesm2022/praxisui-ai.mjs
CHANGED
|
@@ -8098,7 +8098,7 @@ const DEFAULT_LABELS = {
|
|
|
8098
8098
|
stateIdle: 'Ocioso',
|
|
8099
8099
|
stateListening: 'Pronto',
|
|
8100
8100
|
stateProcessing: 'Processando',
|
|
8101
|
-
stateClarification: '
|
|
8101
|
+
stateClarification: 'Decisão necessária',
|
|
8102
8102
|
stateReview: 'Revisão',
|
|
8103
8103
|
stateApplying: 'Aplicando',
|
|
8104
8104
|
stateSuccess: 'Concluído',
|
|
@@ -8626,7 +8626,7 @@ class PraxisAiAssistantShellComponent {
|
|
|
8626
8626
|
actions.push({
|
|
8627
8627
|
id: 'cancel',
|
|
8628
8628
|
kind: 'cancel',
|
|
8629
|
-
label: 'Cancelar pedido',
|
|
8629
|
+
label: this.state === 'clarification' ? 'Encerrar pedido' : 'Cancelar pedido',
|
|
8630
8630
|
icon: 'close',
|
|
8631
8631
|
tone: 'neutral',
|
|
8632
8632
|
testId: `${this.testIdPrefix}-cancel-turn`,
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/ai",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.3",
|
|
4
4
|
"description": "AI building blocks and assistant integration for Praxis UI applications.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
7
7
|
"@angular/core": "^21.0.0",
|
|
8
|
-
"@praxisui/core": "^9.0.
|
|
8
|
+
"@praxisui/core": "^9.0.3",
|
|
9
9
|
"@angular/cdk": "^21.0.0",
|
|
10
10
|
"@angular/forms": "^21.0.0",
|
|
11
11
|
"@angular/material": "^21.0.0",
|