@npm_leadtech/legal-lib-components 2.49.1 → 2.49.2

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.
@@ -6,6 +6,7 @@ export interface FeedbackProps {
6
6
  imgSrc?: string;
7
7
  large: boolean;
8
8
  fluid: boolean;
9
+ dataQa?: string;
9
10
  button?: ButtonProps;
10
11
  cancel?: {
11
12
  label?: string;
package/dist/index.d.ts CHANGED
@@ -699,6 +699,7 @@ interface FeedbackProps {
699
699
  imgSrc?: string;
700
700
  large: boolean;
701
701
  fluid: boolean;
702
+ dataQa?: string;
702
703
  button?: ButtonProps;
703
704
  cancel?: {
704
705
  label?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.49.1",
3
+ "version": "2.49.2",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",