@primer-io/primer-js 0.6.0 → 0.7.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.
@@ -75,6 +75,8 @@ This is used to control the CSS-only loader visibility */
75
75
  /** */
76
76
  jsInitialized?: boolean;
77
77
  /** */
78
+ primerJS?: PrimerJS | undefined;
79
+ /** */
78
80
  defaultSlot?: HTMLSlotElement;
79
81
  /** */
80
82
  locale?: LocaleCode | undefined;
@@ -92,6 +94,8 @@ This is used to control the CSS-only loader visibility */
92
94
  cardNetworkController?: CardNetworkController;
93
95
  /** */
94
96
  achPaymentEventsController?: AchPaymentEventsController;
97
+ /** */
98
+ headlessSdkController?: HeadlessSdkController;
95
99
  };
96
100
 
97
101
  export type ButtonComponentProps = {