@regulaforensics/ui-components 9.6.1004-rc → 9.6.1005-nightly
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/core/index.cjs +18 -15
- package/dist/core/index.css +1 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/core/index.js +24906 -25166
- package/dist/main/index.cjs +18 -15
- package/dist/main/index.css +1 -1
- package/dist/main/index.d.ts +1 -1
- package/dist/main/index.js +24904 -25164
- package/dist/typings/index.cjs +2 -2
- package/dist/typings/index.d.ts +1 -1
- package/dist/typings/index.js +3454 -3448
- package/package.json +30 -30
package/dist/typings/index.d.ts
CHANGED
|
@@ -243,7 +243,7 @@ declare abstract class aAuthenticityCheckResultItem implements AuthenticityCheck
|
|
|
243
243
|
PercentValue?: number;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
declare abstract class aContainer implements ResultItem {
|
|
246
|
+
export declare abstract class aContainer implements ResultItem {
|
|
247
247
|
/**
|
|
248
248
|
* @internal
|
|
249
249
|
*/
|