@pingux/astro 2.130.1 → 2.130.2-alpha.0

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,4 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
+ import { ContainerProps, ControlProps } from '../hooks/useField/useField';
2
3
  import { SharedFieldProps } from './shared/fieldProps';
3
4
  import { TestingAttributes } from './shared/test';
4
5
  import { HelpHintProps } from './helpHint';
@@ -50,4 +51,8 @@ export interface TextAreaFieldProps extends TestingAttributes, SharedFieldProps
50
51
  name?: string;
51
52
  /** Props object that is spread directly into the helphint element. */
52
53
  helpHintProps?: HelpHintProps;
54
+ /** Props object that is spread directly into the input wrapper element. */
55
+ wrapperProps?: Record<string, unknown>;
56
+ controlProps?: ControlProps;
57
+ containerProps?: ContainerProps;
53
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.130.1",
3
+ "version": "2.130.2-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",