@npm_leadtech/legal-lib-components 2.49.0 → 2.49.1

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
  export interface CheckboxProps {
2
+ dataQa: string;
2
3
  id?: string;
3
4
  name?: string;
4
5
  className?: string;
@@ -23,5 +23,6 @@ export interface SearchSelectProps {
23
23
  width?: boolean;
24
24
  defaultValue: DefaultValue;
25
25
  menuPlacement: MenuPlacement;
26
+ dataQA: string;
26
27
  }
27
28
  export {};
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export interface TextAreaProps {
3
+ dataQa: string;
3
4
  value?: string;
4
5
  label?: string;
5
6
  name?: string;
package/dist/index.d.ts CHANGED
@@ -106,6 +106,7 @@ interface CardPaneInfoProps {
106
106
  declare const CardPane: FC<CardPaneProps>;
107
107
 
108
108
  interface CheckboxProps {
109
+ dataQa: string;
109
110
  id?: string;
110
111
  name?: string;
111
112
  className?: string;
@@ -417,6 +418,7 @@ interface SearchSelectProps {
417
418
  width?: boolean;
418
419
  defaultValue: DefaultValue;
419
420
  menuPlacement: MenuPlacement;
421
+ dataQA: string;
420
422
  }
421
423
 
422
424
  declare enum MenuPlacement {
@@ -460,6 +462,7 @@ interface TaglineProps {
460
462
  declare const Tagline: FC<TaglineProps>;
461
463
 
462
464
  interface TextAreaProps {
465
+ dataQa: string;
463
466
  value?: string;
464
467
  label?: string;
465
468
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.49.0",
3
+ "version": "2.49.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",