@zealicsolutions/web-ui 1.0.37-beta.2 → 1.0.37

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.
@@ -370,6 +370,7 @@ export interface SelectMoleculeType extends BaseMoleculeType {
370
370
  };
371
371
  properties: {
372
372
  text: TextProperties;
373
+ placeholderText: TextProperties;
373
374
  requiredErrorText: TextProperties;
374
375
  validationErrorText: TextProperties;
375
376
  required: BooleanProperties;