@primer-io/primer-js 0.12.0 → 0.12.1

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.
@@ -79,7 +79,7 @@ This is used to control the CSS-only loader visibility */
79
79
  /** */
80
80
  defaultSlot?: HTMLSlotElement;
81
81
  /** */
82
- locale?: LocaleCode | undefined;
82
+ locale?: LocaleCode;
83
83
  /** */
84
84
  sdkContextController?: SDKContextController;
85
85
  /** */
@@ -2952,7 +2952,7 @@ export declare class PrimerCheckoutComponent extends LitElement implements Prime
2952
2952
  private hasAssignedContent;
2953
2953
  private _loadingTimeoutId;
2954
2954
  private _eventListenerController;
2955
- locale?: LocaleCode;
2955
+ locale: LocaleCode;
2956
2956
  private onSlotChange;
2957
2957
  sdkContextController: SDKContextController;
2958
2958
  sdkStateController: SdkStateController;