nexheal-lib 0.0.41 → 0.0.43

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
@@ -257,6 +257,7 @@ type ColorPickerFormat = "hex" | "rgb" | "hsb";
257
257
  type ColorPickerValue = string | RGB | HSB;
258
258
  declare class ColorPicker implements ControlValueAccessor, OnDestroy {
259
259
  private elementRef;
260
+ private cdRef;
260
261
  title: string;
261
262
  required: boolean;
262
263
  customClass: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexheal-lib",
3
- "version": "0.0.41",
3
+ "version": "0.0.43",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"