@regulaforensics/ui-components 1.0.0 → 1.1.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.
Files changed (3) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/dist/index.js +1954 -1935
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -142,6 +142,8 @@ export declare interface ICollapseProps extends HTMLAttributes<HTMLDivElement> {
142
142
  selected?: boolean;
143
143
  onOpen?: (isOpen: boolean) => void;
144
144
  preview?: ReactNode;
145
+ dataTestKey?: string;
146
+ dataTestValue?: string;
145
147
  }
146
148
 
147
149
  export declare const Icon: IIcon;
@@ -389,6 +391,7 @@ export declare interface ITextProps extends HTMLAttributes<HTMLSpanElement> {
389
391
  uppercase?: boolean;
390
392
  children?: ReactNode;
391
393
  size?: Size;
394
+ dataTest?: string;
392
395
  }
393
396
 
394
397
  declare interface IUnknownProps extends HTMLAttributes<HTMLSpanElement> {