@ohhwells/bridge 0.1.100 → 0.1.102

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/dist/index.d.cts CHANGED
@@ -89,6 +89,11 @@ interface TemplateButtonStyle {
89
89
  fontWeight: string;
90
90
  letterSpacing: string;
91
91
  textTransform: string;
92
+ /** Measured fill/label pair of the template's primary CTA — a template may fill its buttons
93
+ * with any token (hvac uses accent, not primary), so the pair travels together. Absent when
94
+ * the page's only buttons are unfilled (ghost/outline). */
95
+ background?: string;
96
+ color?: string;
92
97
  }
93
98
  /** Section System defaults — used when a site has no brand kit override. */
94
99
  declare const AI_DEFAULT_BRAND: AiBrandKit;
package/dist/index.d.ts CHANGED
@@ -89,6 +89,11 @@ interface TemplateButtonStyle {
89
89
  fontWeight: string;
90
90
  letterSpacing: string;
91
91
  textTransform: string;
92
+ /** Measured fill/label pair of the template's primary CTA — a template may fill its buttons
93
+ * with any token (hvac uses accent, not primary), so the pair travels together. Absent when
94
+ * the page's only buttons are unfilled (ghost/outline). */
95
+ background?: string;
96
+ color?: string;
92
97
  }
93
98
  /** Section System defaults — used when a site has no brand kit override. */
94
99
  declare const AI_DEFAULT_BRAND: AiBrandKit;