@norges-domstoler/dds-components 13.8.7 → 13.8.8

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/dist/index.d.mts CHANGED
@@ -1584,8 +1584,9 @@ declare const StyledTextArea: styled_components.StyledComponent<"input", any, Pi
1584
1584
  prefixLength?: number | undefined;
1585
1585
  suffixLength?: number | undefined;
1586
1586
  } & Pick<_norges_domstoler_dds_form.InputProps, "componentSize">, never>;
1587
+ declare const TextArea: react.ForwardRefExoticComponent<_norges_domstoler_dds_form.CommonInputProps & react.TextareaHTMLAttributes<HTMLTextAreaElement> & react.RefAttributes<HTMLTextAreaElement>>;
1588
+
1587
1589
  type TextAreaProps = CommonInputProps & TextareaHTMLAttributes<HTMLTextAreaElement>;
1588
- declare const TextArea: react.ForwardRefExoticComponent<CommonInputProps & TextareaHTMLAttributes<HTMLTextAreaElement> & react.RefAttributes<HTMLTextAreaElement>>;
1589
1590
 
1590
1591
  type SplitButtonPurpose = ExtractStrict<ButtonPurpose, 'primary' | 'secondary'>;
1591
1592
  type SplitButtonProps = {
package/dist/index.d.ts CHANGED
@@ -1584,8 +1584,9 @@ declare const StyledTextArea: styled_components.StyledComponent<"input", any, Pi
1584
1584
  prefixLength?: number | undefined;
1585
1585
  suffixLength?: number | undefined;
1586
1586
  } & Pick<_norges_domstoler_dds_form.InputProps, "componentSize">, never>;
1587
+ declare const TextArea: react.ForwardRefExoticComponent<_norges_domstoler_dds_form.CommonInputProps & react.TextareaHTMLAttributes<HTMLTextAreaElement> & react.RefAttributes<HTMLTextAreaElement>>;
1588
+
1587
1589
  type TextAreaProps = CommonInputProps & TextareaHTMLAttributes<HTMLTextAreaElement>;
1588
- declare const TextArea: react.ForwardRefExoticComponent<CommonInputProps & TextareaHTMLAttributes<HTMLTextAreaElement> & react.RefAttributes<HTMLTextAreaElement>>;
1589
1590
 
1590
1591
  type SplitButtonPurpose = ExtractStrict<ButtonPurpose, 'primary' | 'secondary'>;
1591
1592
  type SplitButtonProps = {