@dangl/web-components-ava 1.3.0-beta0032 → 1.3.0-beta0042

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/README.md CHANGED
@@ -169,6 +169,9 @@ export interface IConfigurationInvoice {
169
169
 
170
170
  //** This controls how many digits are displayed for quantities. It defaults to '1.3-3', meaning it will always show three decimal palces. */
171
171
  quantityDecimalPlaces?: string;
172
+
173
+ //** If specified, the invoice color settings will be used for the invoice viewer.*/
174
+ colorSettings?: IColorSettings | null;
172
175
  }
173
176
  ```
174
177