@leanix/components 0.4.819 → 0.4.821

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.
@@ -2965,7 +2965,8 @@ const ICON_MAP = {
2965
2965
  'fa-users': ['family-care'],
2966
2966
  'fa-window': ['lx-icons/window'], // ['tnt/subject'],
2967
2967
  'fa-wrench': ['wrench'],
2968
- 'fa-yen-sign': ['lx-icons/yen-sign']
2968
+ 'fa-yen-sign': ['lx-icons/yen-sign'],
2969
+ 'fa-sigma': ['sum']
2969
2970
  };
2970
2971
  /**
2971
2972
  * Retrieves the SAP icon for a given Font Awesome icon name.
@@ -5133,7 +5134,7 @@ class CurrencyInputComponent {
5133
5134
  */
5134
5135
  this.decimalSeparator = '.';
5135
5136
  /**
5136
- * The numeric value of the input.
5137
+ * The numeric value of the input. Pass `null` to display the N/A placeholder.
5137
5138
  * @default 0
5138
5139
  */
5139
5140
  this.data = 0;