@selfdecode/sd-component-library 3.0.17 → 3.0.18

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.
@@ -12,17 +12,12 @@ export declare type SecondaryTextInputProps = Pick<PrimaryTextInputProps, "onCha
12
12
  /**
13
13
  * Label shown to the right of the label
14
14
  */
15
- secondLabel?: {
15
+ secondLabel?: Omit<ResponsiveTextV2Props, "children" | "fontSizeWeight"> & {
16
16
  text: string;
17
17
  /**
18
18
  * Default value: ["3px"]
19
19
  */
20
20
  ml?: ResponsiveTextV2Props["ml"];
21
- /**
22
- * You can use negative values to show the content
23
- * a little bit above the label. Default value: undefined
24
- */
25
- mt?: ResponsiveTextV2Props["mt"];
26
21
  /**
27
22
  * Default value: "#9BA2B4", "cl_grey", "grey"
28
23
  */