@gloww/gloww 20.0.0-beta.38 → 20.0.0-beta.39

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/index.d.ts CHANGED
@@ -974,6 +974,9 @@ declare class DatetimeComponent implements ControlValueAccessor {
974
974
  private static readonly CLOCK_TICK_OUTER_RADIUS;
975
975
  private static readonly CLOCK_TICK_INNER_RADIUS;
976
976
  private static readonly CLOCK_TICK_LABEL_RADIUS;
977
+ private static readonly CLOCK_OUTER_HAND_HEIGHT;
978
+ private static readonly CLOCK_INNER_HAND_HEIGHT;
979
+ private static readonly CLOCK_MINUTE_HAND_HEIGHT;
977
980
  _value: Date | null;
978
981
  display: string | null;
979
982
  placeHolder: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gloww/gloww",
3
- "version": "20.0.0-beta.38",
3
+ "version": "20.0.0-beta.39",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^20.0.0",
6
6
  "@angular/cdk": "^20.0.0",