sapo-components-ui-rn 1.1.37 → 1.1.38

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.
@@ -1,5 +1,5 @@
1
1
  export declare const MAXIMIZED_LABEL_FONT_SIZE = 15;
2
- export declare const MINIMIZED_LABEL_FONT_SIZE = 12;
2
+ export declare const MINIMIZED_LABEL_FONT_SIZE = 13;
3
3
  export declare const LABEL_WIGGLE_X_OFFSET = 4;
4
4
  export declare const ADORNMENT_SIZE = 24;
5
5
  export declare const MIN_WIDTH = 100;
@@ -147,6 +147,7 @@ export type InputLabelProps = {
147
147
  maxFontSizeMultiplier?: number | undefined | null;
148
148
  scaledLabel?: boolean;
149
149
  required?: boolean;
150
+ inputValue?: string;
150
151
  } & LabelProps;
151
152
  export type LabelBackgroundProps = {
152
153
  labelStyle: any;