@yuno-payments/dashboard-api-mfe 0.36.20-CORECM-11508.3 → 0.36.20-CORECM-11508.4

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.
@@ -77,7 +77,7 @@ export declare namespace Styling {
77
77
  export declare namespace StylingSettings {
78
78
  interface UpdateSettings {
79
79
  styles: {
80
- global: {
80
+ global?: {
81
81
  accent_color?: string;
82
82
  primary_background_color?: string;
83
83
  primary_text_color?: string;
@@ -77,7 +77,7 @@ export declare namespace Styling {
77
77
  export declare namespace StylingSettings {
78
78
  interface UpdateSettings {
79
79
  styles: {
80
- global: {
80
+ global?: {
81
81
  accent_color?: string;
82
82
  primary_background_color?: string;
83
83
  primary_text_color?: string;
package/build/index.d.ts CHANGED
@@ -3742,7 +3742,7 @@ declare namespace Styling {
3742
3742
  declare namespace StylingSettings {
3743
3743
  interface UpdateSettings {
3744
3744
  styles: {
3745
- global: {
3745
+ global?: {
3746
3746
  accent_color?: string;
3747
3747
  primary_background_color?: string;
3748
3748
  primary_text_color?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.20-CORECM-11508.3",
3
+ "version": "0.36.20-CORECM-11508.4",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",