@crossworks/client-types 0.232.63 → 0.232.65

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossworks/client-types",
3
- "version": "0.232.63",
3
+ "version": "0.232.65",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
package/src/index.ts CHANGED
@@ -861,6 +861,13 @@ export type ProfilePreferences = {
861
861
  * on their default are omitted, so a default change still reaches brains
862
862
  * that never chose. Read via projectBackgrounds, never raw. */
863
863
  backgrounds?: string;
864
+ /** The generated whole-surface Neat gradient (login screen, content area),
865
+ * as a compact JSON spec `{v,seed,tone,speed}` — colours are DERIVED from
866
+ * the live theme tokens client-side, never stored, so the background
867
+ * follows every colour theme and mode. Brain-level for the same reason as
868
+ * backgrounds: it is the look of the product. Unset ⇒ the plain themed
869
+ * fill. Read via projectNeatBackground, never raw. */
870
+ neatBackground?: string;
864
871
  /** Seed for THIS user's avatar; the UI defaults it to the user id when unset
865
872
  * so an avatar still renders. Personal — two admins share the brain's style
866
873
  * but never the same avatar. */