@educarehq/solaris-components 0.5.8 → 0.5.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.5.8",
3
+ "version": "0.5.9",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^21.1.0",
6
6
  "intl-tel-input": "^26.0.9",
@@ -865,6 +865,8 @@ interface SolarisDialogAction<TResult = unknown> {
865
865
  variant?: SolarisButtonVariant;
866
866
  color?: SolarisButtonColorInput;
867
867
  size?: SolarisSizePreset;
868
+ prefixIcon?: string;
869
+ suffixIcon?: string;
868
870
  disabled?: boolean;
869
871
  loading?: boolean;
870
872
  fullWidth?: boolean;