@adyen/kyc-components 3.68.1 → 3.68.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.
- package/dist/{AcceptTermsOfServiceComponent-CU2alc91.js → AcceptTermsOfServiceComponent-SQljDrXa.js} +4 -12
- package/dist/{AccountSetupRejected-CJ-_A3Ny.js → AccountSetupRejected-ycQ81Di0.js} +3 -3
- package/dist/{BusinessTypeSelection-8O8S1NJQ.js → BusinessTypeSelection-DvvmJzYv.js} +4 -4
- package/dist/{CXEL7IU7-BJwGAGi_.js → CXEL7IU7-CGVwBOx0.js} +3 -3
- package/dist/{CreateIndividualComponent-CbKLS3lw.js → CreateIndividualComponent-rathlqPP.js} +8 -12
- package/dist/{CustomerSupport-DwHNm45d.js → CustomerSupport-D_JLR2FT.js} +3 -3
- package/dist/{DebugModal-Bl6alyPp.js → DebugModal-P05awsgJ.js} +8 -8
- package/dist/{DecisionMakers-D35kGGBp.js → DecisionMakers-DUC8rE56.js} +4 -4
- package/dist/{EmbedShell-uQMA3IsQ.js → EmbedShell-H979Qm-6.js} +3 -3
- package/dist/{EventEmitter-BCgWoSHk.js → EventEmitter-5jszKCaJ.js} +386 -335
- package/dist/{HASRA6WW-bymne0OX.js → HASRA6WW-BPCY6elk.js} +2 -2
- package/dist/{I3HPI4QX-BjDbFXav.js → I3HPI4QX-06D9Iepl.js} +3 -3
- package/dist/{Introduction-C0NQbS7T.js → Introduction-BghsurRU.js} +3 -3
- package/dist/{Review-dqxqat30.js → Review-Dd7WI3Yz.js} +3 -3
- package/dist/{SingpassSelection-Dkxz3a-V.js → SingpassSelection-DByRqKls.js} +2 -2
- package/dist/{TaxReportingDropin-E8B4As4p.js → TaxReportingDropin-BADfykll.js} +6 -11
- package/dist/adyen-kyc-components.js +1 -1
- package/dist/adyenConfig.js +1 -1
- package/dist/{core-PYXN6HpB.js → core-C0rY8vL6.js} +31 -60
- package/dist/{css-w3W1DNq3.js → css-DLNP39b3.js} +1 -1
- package/dist/individual.js +2 -2
- package/dist/{json-BVkPD1GZ.js → json-CrltTDwR.js} +1 -1
- package/dist/{listToRecord-CBVflh7a.js → listToRecord-3sI8p0aA.js} +2 -2
- package/dist/{plaintext-Bgjkv8j9.js → plaintext-BOAoTqQE.js} +1 -1
- package/dist/terms-of-service.js +2 -2
- package/dist/types/api/configurations/useScenarios.d.ts +6 -6
- package/dist/types/api/invalidateRootLegalEntity.d.ts +6 -0
- package/dist/types/api/queryKeys.d.ts +38 -0
- package/dist/types/components/EmbeddedDropins/SignPCIComponent/SignPCIComponent.d.ts +1 -2
- package/dist/types/components/ui/atoms/Radio/Radio.d.ts +3 -1
- package/dist/{yaml-Jyq-xpmw.js → yaml-Cc82rT2c.js} +1 -1
- package/package.json +4 -4
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
interface SignPCIComponentProps {
|
|
2
|
-
legalEntityId: string;
|
|
3
2
|
modalView?: boolean;
|
|
4
3
|
onClose?(): void;
|
|
5
4
|
onSigned?(): void;
|
|
6
5
|
onUnmount?(): void;
|
|
7
6
|
}
|
|
8
|
-
export declare function SignPCIComponent({
|
|
7
|
+
export declare function SignPCIComponent({ modalView, onClose, onSigned, onUnmount, }: SignPCIComponentProps): import("preact/jsx-runtime").JSX.Element;
|
|
9
8
|
export {};
|
|
@@ -7,5 +7,7 @@ export interface RadioProps {
|
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
onClick: () => void;
|
|
9
9
|
className?: string;
|
|
10
|
+
'aria-labelledby'?: string;
|
|
11
|
+
'aria-describedby'?: string;
|
|
10
12
|
}
|
|
11
|
-
export declare const Radio: ({ id, value, groupName, checked, disabled, onClick, className, }: RadioProps) => import("preact/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare const Radio: ({ id, value, groupName, checked, disabled, onClick, className, "aria-labelledby": ariaLabelledBy, "aria-describedby": ariaDescribedBy, }: RadioProps) => import("preact/jsx-runtime").JSX.Element;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
;
|
|
10
|
-
import { c as cssProps } from "./DebugModal-
|
|
10
|
+
import { c as cssProps } from "./DebugModal-P05awsgJ.js";
|
|
11
11
|
const definitions = {
|
|
12
12
|
any: { regex: /.*/g, css: cssProps.text },
|
|
13
13
|
boolean: { regex: /^(\s*)([\w-]+)(:)\s*(.*)$/g, css: cssProps.boolean },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adyen/kyc-components",
|
|
3
|
-
"version": "3.68.
|
|
3
|
+
"version": "3.68.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"adyen",
|
|
6
6
|
"adyen-kyc",
|
|
@@ -137,9 +137,9 @@
|
|
|
137
137
|
"test": "vitest",
|
|
138
138
|
"test:run": "vitest --run",
|
|
139
139
|
"test:coverage": "vitest --coverage",
|
|
140
|
-
"test:e2e": "playwright test",
|
|
141
|
-
"test:e2e:debug": "
|
|
142
|
-
"test:e2e:ui": "playwright test --ui",
|
|
140
|
+
"test:e2e": "NODE_OPTIONS=--no-experimental-strip-types playwright test",
|
|
141
|
+
"test:e2e:debug": "NODE_OPTIONS=--no-experimental-strip-types PWDEBUG=console playwright test --debug",
|
|
142
|
+
"test:e2e:ui": "NODE_OPTIONS=--no-experimental-strip-types playwright test --ui",
|
|
143
143
|
"test:ui": "vitest --ui",
|
|
144
144
|
"test:watch": "npm run test --watch",
|
|
145
145
|
"types:build": "tsc --project tsconfig-build.json && tsc-alias --project tsconfig-build.json",
|