@lessly/sdk-app 59.0.0 → 61.0.0

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.
@@ -72103,6 +72103,7 @@ export interface ConsentConfigThemeUpsertInput {
72103
72103
  successColor?: string;
72104
72104
  warningColor?: string;
72105
72105
  backgroundColor?: string;
72106
+ primaryTextColor?: string;
72106
72107
  };
72107
72108
  brandColor?: string;
72108
72109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/sdk-app",
3
- "version": "59.0.0",
3
+ "version": "61.0.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engines": {
@@ -176,5 +176,5 @@
176
176
  }
177
177
  }
178
178
  },
179
- "sdkContentHash": "sha256:fc58e5854a171da02f43a8d15697d084e9b273f421154581cb89fb0365998714"
179
+ "sdkContentHash": "sha256:4438781166fc4f68abcf4e2ef1bbd5f7e7e6f9081d06063e9fc8819ab492041e"
180
180
  }
@@ -66685,6 +66685,7 @@ dangerColor?: string
66685
66685
  successColor?: string
66686
66686
  warningColor?: string
66687
66687
  backgroundColor?: string
66688
+ primaryTextColor?: string
66688
66689
  }
66689
66690
  brandColor?: string
66690
66691
  }