@la-main-verte/shared-types 1.0.90 → 1.0.91

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@la-main-verte/shared-types",
3
- "version": "1.0.90",
3
+ "version": "1.0.91",
4
4
  "description": "Shared TypeScript interfaces for frontend of la-main-verte app",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
package/src/home.api.d.ts CHANGED
@@ -177,8 +177,10 @@ export namespace HOME {
177
177
  export interface MissionThemeI {
178
178
  /** Accent color: badge, progress bar, reward text, icon tints. */
179
179
  accentColor: string
180
- /** Background color: card surface and reward card surface. */
180
+ /** Background color: card header and reward section surface. */
181
181
  backgroundColor: string
182
+ /** Text color for content rendered on the backgroundColor surface. */
183
+ textColor: string
182
184
  }
183
185
 
184
186
  export interface MissionRewardI {