@educarehq/solaris-components 0.3.7 → 0.3.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@educarehq/solaris-components",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^21.1.0",
6
6
  "intl-tel-input": "^26.0.9",
@@ -175,11 +175,9 @@ declare class SolarisPopover {
175
175
  panelDir?: SolarisPopoverPanelDirective;
176
176
  triggerDir?: SolarisPopoverTriggerDirective;
177
177
  private raf;
178
- private static seq;
179
178
  private _setting;
180
179
  private panelHost?;
181
180
  private panelView?;
182
- private readonly _id;
183
181
  get dataOpen(): "true" | null;
184
182
  constructor();
185
183
  toggle(): void;