@educarehq/solaris-components 0.3.2 → 0.3.4

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.2",
3
+ "version": "0.3.4",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^21.1.0",
6
6
  "intl-tel-input": "^26.0.9",
@@ -1388,7 +1388,8 @@ declare class SolarisSelect implements OnInit, ControlValueAccessor, AfterViewIn
1388
1388
  readonly selectedText: i0.Signal<string>;
1389
1389
  readonly triggerValue: i0.Signal<string>;
1390
1390
  readonly activeOptionId: i0.Signal<string>;
1391
- readonly inputPlaceholder: i0.Signal<string>;
1391
+ readonly inputPlaceholderKey: i0.Signal<string>;
1392
+ readonly inputPlaceholderText: i0.Signal<string>;
1392
1393
  private readonly _value;
1393
1394
  readonly selectedItems: i0.Signal<SolarisSelectItem<any>[]>;
1394
1395
  private readonly _stack;