@festo-ui/angular 9.0.1-dev.803 → 9.0.1-dev.804

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
@@ -1003,7 +1003,7 @@ declare class FngConfirmComponent implements AfterViewInit, Modal<FngConfirmData
1003
1003
  * A custom form element for text inputs.
1004
1004
  */
1005
1005
  declare class FngTextInputComponent implements OnInit, ControlValueAccessor {
1006
- private cdr;
1006
+ protected cdr: ChangeDetectorRef;
1007
1007
  constructor(cdr: ChangeDetectorRef);
1008
1008
  /**
1009
1009
  * The text input label.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "9.0.1-dev.803",
3
+ "version": "9.0.1-dev.804",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "copyright": "Copyright (c) 2025 Festo SE & Co. KG. All rights reserved.",
6
6
  "license": "apache-2.0",