mantenimento-app 2.1.1 β†’ 2.1.2

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.
package/app.js CHANGED
@@ -328,10 +328,10 @@ const defaultExpenseItems = [
328
328
  scenarioColFabb: "Fabbis. figli",
329
329
  scenarioDeltaLabel: "\u0394 vs A",
330
330
  spiegTitle: "πŸ’‘ PerchΓ© questo risultato?",
331
- spiegRedditiLabel: "πŸ’° Redditi (peso contributivo)",
332
- spiegSpeseLabel: "πŸ‘Ά Spese β†’ fabbisogno figli",
333
- spiegPermLabel: "πŸ“… Permanenza β†’ quota diretta",
334
- spiegResultLabel: "🎯 Come si forma l'assegno",
331
+ spiegRedditiLabel: "Redditi (peso contributivo)",
332
+ spiegSpeseLabel: "Spese β†’ fabbisogno figli",
333
+ spiegPermLabel: "Permanenza β†’ quota diretta",
334
+ spiegResultLabel: "Come si forma l'assegno",
335
335
  spiegTooltipTrigger: "Dettaglio calcolo",
336
336
  spiegDetailIncome: "Si parte dal netto disponibile di ciascun coniuge. Il peso contributivo e dato da netto coniuge / somma dei netti positivi.",
337
337
  spiegDetailExpense: "Il fabbisogno figli viene stimato come 35% del totale spese inserite (ordinarie + eventuali straordinarie mensilizzate).",
@@ -621,10 +621,10 @@ const defaultExpenseItems = [
621
621
  scenarioColFabb: "Children needs",
622
622
  scenarioDeltaLabel: "\u0394 vs A",
623
623
  spiegTitle: "πŸ’‘ Why this result?",
624
- spiegRedditiLabel: "πŸ’° Income (contribution weight)",
625
- spiegSpeseLabel: "πŸ‘Ά Expenses β†’ children needs",
626
- spiegPermLabel: "πŸ“… Permanence β†’ direct share",
627
- spiegResultLabel: "🎯 How the support is formed",
624
+ spiegRedditiLabel: "Income (contribution weight)",
625
+ spiegSpeseLabel: "Expenses β†’ children needs",
626
+ spiegPermLabel: "Permanence β†’ direct share",
627
+ spiegResultLabel: "How the support is formed",
628
628
  spiegTooltipTrigger: "Calculation details",
629
629
  spiegDetailIncome: "The model starts from each spouse's available net. Contribution weight is spouse net / sum of positive nets.",
630
630
  spiegDetailExpense: "Children needs are estimated as 35% of total entered expenses (regular + any extraordinary annual costs converted to monthly).",
@@ -328,10 +328,10 @@ const defaultExpenseItems = [
328
328
  scenarioColFabb: "Fabbis. figli",
329
329
  scenarioDeltaLabel: "\u0394 vs A",
330
330
  spiegTitle: "πŸ’‘ PerchΓ© questo risultato?",
331
- spiegRedditiLabel: "πŸ’° Redditi (peso contributivo)",
332
- spiegSpeseLabel: "πŸ‘Ά Spese β†’ fabbisogno figli",
333
- spiegPermLabel: "πŸ“… Permanenza β†’ quota diretta",
334
- spiegResultLabel: "🎯 Come si forma l'assegno",
331
+ spiegRedditiLabel: "Redditi (peso contributivo)",
332
+ spiegSpeseLabel: "Spese β†’ fabbisogno figli",
333
+ spiegPermLabel: "Permanenza β†’ quota diretta",
334
+ spiegResultLabel: "Come si forma l'assegno",
335
335
  spiegTooltipTrigger: "Dettaglio calcolo",
336
336
  spiegDetailIncome: "Si parte dal netto disponibile di ciascun coniuge. Il peso contributivo e dato da netto coniuge / somma dei netti positivi.",
337
337
  spiegDetailExpense: "Il fabbisogno figli viene stimato come 35% del totale spese inserite (ordinarie + eventuali straordinarie mensilizzate).",
@@ -621,10 +621,10 @@ const defaultExpenseItems = [
621
621
  scenarioColFabb: "Children needs",
622
622
  scenarioDeltaLabel: "\u0394 vs A",
623
623
  spiegTitle: "πŸ’‘ Why this result?",
624
- spiegRedditiLabel: "πŸ’° Income (contribution weight)",
625
- spiegSpeseLabel: "πŸ‘Ά Expenses β†’ children needs",
626
- spiegPermLabel: "πŸ“… Permanence β†’ direct share",
627
- spiegResultLabel: "🎯 How the support is formed",
624
+ spiegRedditiLabel: "Income (contribution weight)",
625
+ spiegSpeseLabel: "Expenses β†’ children needs",
626
+ spiegPermLabel: "Permanence β†’ direct share",
627
+ spiegResultLabel: "How the support is formed",
628
628
  spiegTooltipTrigger: "Calculation details",
629
629
  spiegDetailIncome: "The model starts from each spouse's available net. Contribution weight is spouse net / sum of positive nets.",
630
630
  spiegDetailExpense: "Children needs are estimated as 35% of total entered expenses (regular + any extraordinary annual costs converted to monthly).",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mantenimento-app",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Frontend + backend architecture for the mantenimento calculator",
5
5
  "type": "commonjs",
6
6
  "main": "backend/calculate-model.js",