ets-fe-ng-sdk 20.3.13 → 20.3.14

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/index.d.ts CHANGED
@@ -1354,7 +1354,12 @@ interface IValueLabel<T = string> {
1354
1354
  */
1355
1355
  interface IConfigImages {
1356
1356
  /** Path to favicon image displayed in browser tabs */
1357
- favicon: string;
1357
+ favicon: {
1358
+ /** Dark theme logo path */
1359
+ dark: string;
1360
+ /** Light theme logo path */
1361
+ light: string;
1362
+ };
1358
1363
  /** Path to watermark image used for document overlays */
1359
1364
  watermark: string;
1360
1365
  /** Logo image paths for different themes */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ets-fe-ng-sdk",
3
- "version": "20.3.13",
3
+ "version": "20.3.14",
4
4
  "repository": {
5
5
  "url": "https://github.com/Evolutics-Tech/ets-fe-sdk"
6
6
  },