@ascentgl/ads-ui 20.4.0 → 20.5.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.
@@ -4846,7 +4846,7 @@ class AdsDatetimepickerComponent extends AbstractInputComponent {
4846
4846
  /** Interval between 1 and 60 minus. "5" minutes is by default */
4847
4847
  this.timeInterval = 5;
4848
4848
  /** Optional class for styling CDK panel */
4849
- this.overlayCdkClass = '';
4849
+ this.overlayCdkClass = 'ads-datetimepicker-overlay';
4850
4850
  /** @ignore */
4851
4851
  this.customDisplayFormatOverride = {};
4852
4852
  /** @ignore */