@avenirs-esr/avenirs-dsav 0.1.67 → 0.1.68

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.
@@ -87,7 +87,7 @@ declare const meta: {
87
87
  errorMessage: {
88
88
  control: string;
89
89
  };
90
- defaultUnselectedText: {
90
+ placeholder: {
91
91
  control: string;
92
92
  required: boolean;
93
93
  };
@@ -106,7 +106,7 @@ declare const meta: {
106
106
  value: string;
107
107
  label: string;
108
108
  }[];
109
- defaultUnselectedText: string;
109
+ placeholder: string;
110
110
  required: boolean;
111
111
  disabled: boolean;
112
112
  id: string;
@@ -54,7 +54,7 @@ export interface AvMultiselectProps {
54
54
  /**
55
55
  * Placeholder text.
56
56
  */
57
- defaultUnselectedText: string;
57
+ placeholder: string;
58
58
  /**
59
59
  * dense mode
60
60
  */