@adyen/kyc-components 2.25.2 → 2.26.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.
- package/dist/es/adyen-kyc-components.es.js +2230 -2040
- package/dist/style.css +446 -665
- package/dist/types/components/Company/rules.d.ts +0 -3
- package/dist/types/components/CompanyLookup/component/CompanyLookupComponent.d.ts +1 -1
- package/dist/types/components/CompanyOtherDetails/validate.d.ts +4 -3
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/components/useServiceAgreement.d.ts +2 -2
- package/dist/types/components/IdentityNumber/formats.d.ts +2 -2
- package/dist/types/components/Individual/rules.d.ts +0 -1
- package/dist/types/components/PayoutVerificationMethod/component/AccountHolderDescriptionFragment.d.ts +7 -0
- package/dist/types/components/PayoutVerificationMethod/types.d.ts +2 -2
- package/dist/types/components/PersonalDetails/component/IdentityComponent/identityUS/component/IdentityUSComponent.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/labels.d.ts +1 -1
- package/dist/types/components/internal/Address/utils.d.ts +1 -1
- package/dist/types/components/internal/BusinessRegistrationNumber/fieldConfig.d.ts +12 -0
- package/dist/types/components/internal/BusinessRegistrationNumber/types.d.ts +5 -5
- package/dist/types/components/internal/ContractViewer/ContractViewer.d.ts +1 -0
- package/dist/types/components/internal/ContractViewer/types.d.ts +4 -90
- package/dist/types/components/internal/FormFields/InputBase.d.ts +1 -1
- package/dist/types/components/internal/FormFields/InputText.d.ts +1 -1
- package/dist/types/components/internal/FormFields/MaskedInputText/MaskedInputText.d.ts +22 -0
- package/dist/types/components/internal/FormFields/RadioGroup/types.d.ts +1 -1
- package/dist/types/components/internal/IdFieldTypeSelector/CompanyRegistrationNumberTypeSelector.d.ts +11 -0
- package/dist/types/components/internal/IdFieldTypeSelector/IndividualIdNumberTypeSelector.d.ts +9 -0
- package/dist/types/components/internal/IdFieldTypeSelector/VatNumberTypeSelector.d.ts +9 -0
- package/dist/types/components/internal/IdFieldTypeSelector/countryIdNumberTypes.d.ts +90 -5
- package/dist/types/components/internal/VatNumber/types.d.ts +1 -6
- package/dist/types/components/internal/VatNumber/vatNumberValidation.d.ts +2 -3
- package/dist/types/core/hooks/useCompanySearch/types.d.ts +2 -7
- package/dist/types/core/hooks/useForm/types.d.ts +5 -4
- package/dist/types/core/models/country-config.d.ts +7 -5
- package/dist/types/core/models/field-configurations.d.ts +5 -3
- package/dist/types/language/config.d.ts +27 -26
- package/dist/types/utils/entity-status-util.d.ts +1 -1
- package/dist/types/utils/formUtils.d.ts +6 -7
- package/dist/types/utils/makeArrayOfRepeatedObjects.d.ts +1 -0
- package/dist/types/utils/mapping/documentGuidanceMap.d.ts +1 -1
- package/dist/types/utils/masking/displayValueToPureValue.d.ts +10 -0
- package/dist/types/utils/masking/maskHelpers.d.ts +6 -0
- package/dist/types/utils/masking/masks/businessRegistrationNumberMasks.d.ts +256 -0
- package/dist/types/utils/masking/masks/vatNumberMasks.d.ts +4 -0
- package/dist/types/utils/masking/matchAgainstMask.d.ts +28 -0
- package/dist/types/utils/masking/transformers/types.d.ts +1 -0
- package/dist/types/utils/masking/transformers/uppercase.d.ts +2 -0
- package/dist/types/utils/perCountry.d.ts +5 -0
- package/dist/types/utils/regex/basePatterns.d.ts +1 -2
- package/dist/types/utils/regex/businessRegistrationNumberPatterns.d.ts +160 -2
- package/dist/types/utils/regex/countryIdNumberPatterns.d.ts +3 -2
- package/dist/types/utils/regex/index.d.ts +0 -3
- package/dist/types/utils/regex/patternValidators.d.ts +3 -0
- package/dist/types/utils/regex/vatNumberPatterns.d.ts +5 -4
- package/dist/types/utils/sanitizeHtml.d.ts +3 -0
- package/package.json +6 -4
- package/dist/types/components/internal/BusinessRegistrationNumber/formatters.d.ts +0 -4
- package/dist/types/components/internal/BusinessRegistrationNumber/validate.d.ts +0 -21
- package/dist/types/components/internal/BusinessRegistrationNumberField/validate.d.ts +0 -21
- package/dist/types/components/internal/ContractViewer/ReferenceContext/ReferenceContext.d.ts +0 -10
- package/dist/types/components/internal/ContractViewer/ReferenceContext/ReferenceContextProvider.d.ts +0 -6
- package/dist/types/components/internal/ContractViewer/ReferenceContext/useReferenceContext.d.ts +0 -1
- package/dist/types/components/internal/ContractViewer/components/Chapter/Chapter.d.ts +0 -2
- package/dist/types/components/internal/ContractViewer/components/ContentElements/ContentElements.d.ts +0 -2
- package/dist/types/components/internal/ContractViewer/components/InternalReference/InternalReference.d.ts +0 -2
- package/dist/types/components/internal/ContractViewer/components/List/List.d.ts +0 -2
- package/dist/types/components/internal/ContractViewer/components/Paragraph/Paragraph.d.ts +0 -3
- package/dist/types/components/internal/ContractViewer/components/Section/Section.d.ts +0 -3
- package/dist/types/components/internal/ContractViewer/components/Table/Table.d.ts +0 -3
- package/dist/types/components/internal/ContractViewer/components/Text/Text.d.ts +0 -3
- package/dist/types/components/internal/ContractViewer/components/Weblink/Weblink.d.ts +0 -3
- package/dist/types/components/internal/ContractViewer/utils/format-id.d.ts +0 -1
- package/dist/types/components/internal/IdFieldTypeSelector/IdFieldTypeSelector.d.ts +0 -2
- package/dist/types/components/internal/IdFieldTypeSelector/types.d.ts +0 -20
- package/dist/types/utils/delay.d.ts +0 -1
- package/dist/types/utils/escapeHtml.d.ts +0 -3
- package/dist/types/utils/regex/customRegistrationNumberPatterns.d.ts +0 -2
- package/dist/types/utils/regex/trustRegistrationNumberPatterns.d.ts +0 -2
- package/dist/types/utils/regex/types.d.ts +0 -39
package/dist/style.css
CHANGED
|
@@ -33896,6 +33896,21 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
33896
33896
|
}
|
|
33897
33897
|
.adyen-kyc-field--same-name-as-legal-name {
|
|
33898
33898
|
margin-bottom: 12px;
|
|
33899
|
+
}.adyen-kyc-input--mismatch {
|
|
33900
|
+
animation: mismatchShake 300ms;
|
|
33901
|
+
border-color: rgb(255, 35, 35) !important;
|
|
33902
|
+
}
|
|
33903
|
+
|
|
33904
|
+
@keyframes mismatchShake {
|
|
33905
|
+
25% {
|
|
33906
|
+
transform: translateX(4px);
|
|
33907
|
+
}
|
|
33908
|
+
50% {
|
|
33909
|
+
transform: translateX(-4px);
|
|
33910
|
+
}
|
|
33911
|
+
75% {
|
|
33912
|
+
transform: translateX(4px);
|
|
33913
|
+
}
|
|
33899
33914
|
}/* #region Spacing */
|
|
33900
33915
|
/* #endregion */
|
|
33901
33916
|
/* #region Colors */
|
|
@@ -36008,6 +36023,28 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
36008
36023
|
/* #endregion */
|
|
36009
36024
|
/* #region Inline components */
|
|
36010
36025
|
/* #endregion */
|
|
36026
|
+
/* #region Spacing */
|
|
36027
|
+
/* #endregion */
|
|
36028
|
+
/* #region Colors */
|
|
36029
|
+
/* #endregion */
|
|
36030
|
+
/* #region Fonts */
|
|
36031
|
+
/* #endregion */
|
|
36032
|
+
/* #region Borders */
|
|
36033
|
+
/* #endregion */
|
|
36034
|
+
/* #region Box-shadow */
|
|
36035
|
+
/* #endregion */
|
|
36036
|
+
/* #region Shadows */
|
|
36037
|
+
/* #endregion */
|
|
36038
|
+
/* #region Z-index */
|
|
36039
|
+
/* #endregion */
|
|
36040
|
+
/* #region Transition */
|
|
36041
|
+
/* #endregion */
|
|
36042
|
+
/* #region Timing functions */
|
|
36043
|
+
/* #endregion */
|
|
36044
|
+
/* #region Focus ring */
|
|
36045
|
+
/* #endregion */
|
|
36046
|
+
/* #region Inline components */
|
|
36047
|
+
/* #endregion */
|
|
36011
36048
|
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
36012
36049
|
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
36013
36050
|
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
@@ -37838,110 +37875,27 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
37838
37875
|
.adl-u-width-auto {
|
|
37839
37876
|
width: auto !important;
|
|
37840
37877
|
}
|
|
37841
|
-
.adyen-kyc-
|
|
37842
|
-
margin-bottom: 24px;
|
|
37843
|
-
}
|
|
37844
|
-
.adyen-kyc-field--entityType .adyen-kyc-label__text {
|
|
37845
|
-
margin-bottom: 8px;
|
|
37846
|
-
}/* #region Spacing */
|
|
37847
|
-
/* #endregion */
|
|
37848
|
-
/* #region Colors */
|
|
37849
|
-
/* #endregion */
|
|
37850
|
-
/* #region Fonts */
|
|
37851
|
-
/* #endregion */
|
|
37852
|
-
/* #region Borders */
|
|
37853
|
-
/* #endregion */
|
|
37854
|
-
/* #region Box-shadow */
|
|
37855
|
-
/* #endregion */
|
|
37856
|
-
/* #region Shadows */
|
|
37857
|
-
/* #endregion */
|
|
37858
|
-
/* #region Z-index */
|
|
37859
|
-
/* #endregion */
|
|
37860
|
-
/* #region Transition */
|
|
37861
|
-
/* #endregion */
|
|
37862
|
-
/* #region Timing functions */
|
|
37863
|
-
/* #endregion */
|
|
37864
|
-
/* #region Focus ring */
|
|
37865
|
-
/* #endregion */
|
|
37866
|
-
/* #region Inline components */
|
|
37867
|
-
/* #endregion */
|
|
37868
|
-
/* #region Spacing */
|
|
37869
|
-
/* #endregion */
|
|
37870
|
-
/* #region Colors */
|
|
37871
|
-
/* #endregion */
|
|
37872
|
-
/* #region Fonts */
|
|
37873
|
-
/* #endregion */
|
|
37874
|
-
/* #region Borders */
|
|
37875
|
-
/* #endregion */
|
|
37876
|
-
/* #region Box-shadow */
|
|
37877
|
-
/* #endregion */
|
|
37878
|
-
/* #region Shadows */
|
|
37879
|
-
/* #endregion */
|
|
37880
|
-
/* #region Z-index */
|
|
37881
|
-
/* #endregion */
|
|
37882
|
-
/* #region Transition */
|
|
37883
|
-
/* #endregion */
|
|
37884
|
-
/* #region Timing functions */
|
|
37885
|
-
/* #endregion */
|
|
37886
|
-
/* #region Focus ring */
|
|
37887
|
-
/* #endregion */
|
|
37888
|
-
/* #region Inline components */
|
|
37889
|
-
/* #endregion */
|
|
37890
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
37891
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
37892
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
37893
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
37894
|
-
.adl-radio-card {
|
|
37895
|
-
color: #00112c;
|
|
37896
|
-
font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
37897
|
-
font-size: 15px;
|
|
37898
|
-
-webkit-font-smoothing: antialiased;
|
|
37899
|
-
-moz-osx-font-smoothing: grayscale;
|
|
37900
|
-
font-weight: 400;
|
|
37901
|
-
line-height: 1.4;
|
|
37902
|
-
border: 1px solid #dce0e5;
|
|
37903
|
-
border-radius: 8px;
|
|
37904
|
-
cursor: pointer;
|
|
37905
|
-
display: block;
|
|
37906
|
-
list-style: none;
|
|
37907
|
-
margin-bottom: 8px;
|
|
37908
|
-
padding: 16px 16px 0;
|
|
37909
|
-
transition: border-color 0.2s ease, box-shadow 0.2s ease;
|
|
37910
|
-
}
|
|
37911
|
-
.adl-radio-card *,
|
|
37912
|
-
.adl-radio-card *::before,
|
|
37913
|
-
.adl-radio-card *::after {
|
|
37914
|
-
box-sizing: border-box;
|
|
37915
|
-
}
|
|
37916
|
-
.adl-radio-card--disabled {
|
|
37917
|
-
cursor: not-allowed;
|
|
37918
|
-
opacity: 50%;
|
|
37919
|
-
}
|
|
37920
|
-
.adl-radio-card__loading-icon {
|
|
37921
|
-
align-self: center;
|
|
37922
|
-
border-radius: 50%;
|
|
37923
|
-
display: flex;
|
|
37924
|
-
height: 14px;
|
|
37925
|
-
justify-content: center;
|
|
37926
|
-
margin-right: 4px;
|
|
37927
|
-
width: 14px;
|
|
37928
|
-
}
|
|
37929
|
-
.adl-radio-card__loading-icon [class*=" adyen-kyc-icon-"],
|
|
37930
|
-
.adl-radio-card__loading-icon [class^=adyen-kyc-icon-] {
|
|
37931
|
-
align-items: center;
|
|
37932
|
-
color: #fff;
|
|
37878
|
+
.adyen-kyc-radio-group {
|
|
37933
37879
|
display: flex;
|
|
37934
|
-
|
|
37880
|
+
flex-direction: column;
|
|
37881
|
+
margin-top: 8px;
|
|
37935
37882
|
}
|
|
37936
|
-
.
|
|
37937
|
-
|
|
37883
|
+
.adyen-kyc-radio-group + .adyen-kyc-input__inline-validation {
|
|
37884
|
+
display: none;
|
|
37938
37885
|
}
|
|
37939
|
-
.
|
|
37940
|
-
|
|
37886
|
+
.adyen-kyc-radio-group__label {
|
|
37887
|
+
color: inherit;
|
|
37888
|
+
display: block;
|
|
37889
|
+
font-size: 1em;
|
|
37890
|
+
font-weight: normal;
|
|
37891
|
+
line-height: 21px;
|
|
37892
|
+
overflow: visible;
|
|
37893
|
+
padding-bottom: 0;
|
|
37894
|
+
padding-left: 24px;
|
|
37895
|
+
position: relative;
|
|
37941
37896
|
}
|
|
37942
|
-
.
|
|
37943
|
-
color:
|
|
37944
|
-
font-size: 13px;
|
|
37897
|
+
.adyen-kyc-label--focused .adyen-kyc-radio-group__label {
|
|
37898
|
+
color: inherit;
|
|
37945
37899
|
}/* #region Spacing */
|
|
37946
37900
|
/* #endregion */
|
|
37947
37901
|
/* #region Colors */
|
|
@@ -38108,28 +38062,6 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
38108
38062
|
/* #endregion */
|
|
38109
38063
|
/* #region Inline components */
|
|
38110
38064
|
/* #endregion */
|
|
38111
|
-
/* #region Spacing */
|
|
38112
|
-
/* #endregion */
|
|
38113
|
-
/* #region Colors */
|
|
38114
|
-
/* #endregion */
|
|
38115
|
-
/* #region Fonts */
|
|
38116
|
-
/* #endregion */
|
|
38117
|
-
/* #region Borders */
|
|
38118
|
-
/* #endregion */
|
|
38119
|
-
/* #region Box-shadow */
|
|
38120
|
-
/* #endregion */
|
|
38121
|
-
/* #region Shadows */
|
|
38122
|
-
/* #endregion */
|
|
38123
|
-
/* #region Z-index */
|
|
38124
|
-
/* #endregion */
|
|
38125
|
-
/* #region Transition */
|
|
38126
|
-
/* #endregion */
|
|
38127
|
-
/* #region Timing functions */
|
|
38128
|
-
/* #endregion */
|
|
38129
|
-
/* #region Focus ring */
|
|
38130
|
-
/* #endregion */
|
|
38131
|
-
/* #region Inline components */
|
|
38132
|
-
/* #endregion */
|
|
38133
38065
|
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
38134
38066
|
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
38135
38067
|
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
@@ -39960,38 +39892,11 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
39960
39892
|
.adl-u-width-auto {
|
|
39961
39893
|
width: auto !important;
|
|
39962
39894
|
}
|
|
39963
|
-
.adyen-kyc-
|
|
39964
|
-
|
|
39965
|
-
font-weight: 600;
|
|
39966
|
-
line-height: 1.4;
|
|
39967
|
-
padding-right: 16px;
|
|
39968
|
-
}
|
|
39969
|
-
.adyen-layout-md .adyen-kyc-radio-group-card__label.adl-label {
|
|
39970
|
-
padding-right: 0;
|
|
39971
|
-
}
|
|
39972
|
-
.adyen-kyc-radio-group-card__subtitle {
|
|
39973
|
-
color: #8390a3;
|
|
39974
|
-
font-size: 13px;
|
|
39975
|
-
font-weight: 100;
|
|
39976
|
-
margin-bottom: 4px;
|
|
39977
|
-
}
|
|
39978
|
-
.adyen-kyc-radio-group-card input {
|
|
39979
|
-
display: flex;
|
|
39980
|
-
margin-left: auto;
|
|
39981
|
-
}
|
|
39982
|
-
.adyen-kyc-radio-group-card + .adyen-kyc-input__inline-validation {
|
|
39983
|
-
bottom: -30px;
|
|
39984
|
-
top: auto;
|
|
39985
|
-
}
|
|
39986
|
-
.adyen-kyc-radio-group-card--floating-radio {
|
|
39987
|
-
position: relative;
|
|
39895
|
+
.adyen-kyc-field--entityType {
|
|
39896
|
+
margin-bottom: 24px;
|
|
39988
39897
|
}
|
|
39989
|
-
.adyen-kyc-
|
|
39990
|
-
bottom:
|
|
39991
|
-
left: auto;
|
|
39992
|
-
position: absolute;
|
|
39993
|
-
right: 16px;
|
|
39994
|
-
top: 16px;
|
|
39898
|
+
.adyen-kyc-field--entityType .adyen-kyc-label__text {
|
|
39899
|
+
margin-bottom: 8px;
|
|
39995
39900
|
}/* #region Spacing */
|
|
39996
39901
|
/* #endregion */
|
|
39997
39902
|
/* #region Colors */
|
|
@@ -40014,11 +39919,124 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
40014
39919
|
/* #endregion */
|
|
40015
39920
|
/* #region Inline components */
|
|
40016
39921
|
/* #endregion */
|
|
39922
|
+
/* #region Spacing */
|
|
39923
|
+
/* #endregion */
|
|
39924
|
+
/* #region Colors */
|
|
39925
|
+
/* #endregion */
|
|
39926
|
+
/* #region Fonts */
|
|
39927
|
+
/* #endregion */
|
|
39928
|
+
/* #region Borders */
|
|
39929
|
+
/* #endregion */
|
|
39930
|
+
/* #region Box-shadow */
|
|
39931
|
+
/* #endregion */
|
|
39932
|
+
/* #region Shadows */
|
|
39933
|
+
/* #endregion */
|
|
39934
|
+
/* #region Z-index */
|
|
39935
|
+
/* #endregion */
|
|
39936
|
+
/* #region Transition */
|
|
39937
|
+
/* #endregion */
|
|
39938
|
+
/* #region Timing functions */
|
|
39939
|
+
/* #endregion */
|
|
39940
|
+
/* #region Focus ring */
|
|
39941
|
+
/* #endregion */
|
|
39942
|
+
/* #region Inline components */
|
|
39943
|
+
/* #endregion */
|
|
40017
39944
|
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
40018
39945
|
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
40019
39946
|
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
40020
39947
|
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
40021
|
-
|
|
39948
|
+
.adl-radio-card {
|
|
39949
|
+
color: #00112c;
|
|
39950
|
+
font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
39951
|
+
font-size: 15px;
|
|
39952
|
+
-webkit-font-smoothing: antialiased;
|
|
39953
|
+
-moz-osx-font-smoothing: grayscale;
|
|
39954
|
+
font-weight: 400;
|
|
39955
|
+
line-height: 1.4;
|
|
39956
|
+
border: 1px solid #dce0e5;
|
|
39957
|
+
border-radius: 8px;
|
|
39958
|
+
cursor: pointer;
|
|
39959
|
+
display: block;
|
|
39960
|
+
list-style: none;
|
|
39961
|
+
margin-bottom: 8px;
|
|
39962
|
+
padding: 16px 16px 0;
|
|
39963
|
+
transition: border-color 0.2s ease, box-shadow 0.2s ease;
|
|
39964
|
+
}
|
|
39965
|
+
.adl-radio-card *,
|
|
39966
|
+
.adl-radio-card *::before,
|
|
39967
|
+
.adl-radio-card *::after {
|
|
39968
|
+
box-sizing: border-box;
|
|
39969
|
+
}
|
|
39970
|
+
.adl-radio-card--disabled {
|
|
39971
|
+
cursor: not-allowed;
|
|
39972
|
+
opacity: 50%;
|
|
39973
|
+
}
|
|
39974
|
+
.adl-radio-card__loading-icon {
|
|
39975
|
+
display: flex;
|
|
39976
|
+
align-self: center;
|
|
39977
|
+
justify-content: center;
|
|
39978
|
+
border-radius: 50%;
|
|
39979
|
+
height: 18px;
|
|
39980
|
+
width: 18px;
|
|
39981
|
+
}
|
|
39982
|
+
.adl-radio-card__loading-icon .adl-loading-indicator::before {
|
|
39983
|
+
background: #06f;
|
|
39984
|
+
}
|
|
39985
|
+
.adl-radio-card__loading-icon .adl-loading-indicator::after {
|
|
39986
|
+
border-top-color: #06f;
|
|
39987
|
+
}
|
|
39988
|
+
.adl-radio-card__body {
|
|
39989
|
+
color: #394962;
|
|
39990
|
+
font-size: 13px;
|
|
39991
|
+
}/* #region Spacing */
|
|
39992
|
+
/* #endregion */
|
|
39993
|
+
/* #region Colors */
|
|
39994
|
+
/* #endregion */
|
|
39995
|
+
/* #region Fonts */
|
|
39996
|
+
/* #endregion */
|
|
39997
|
+
/* #region Borders */
|
|
39998
|
+
/* #endregion */
|
|
39999
|
+
/* #region Box-shadow */
|
|
40000
|
+
/* #endregion */
|
|
40001
|
+
/* #region Shadows */
|
|
40002
|
+
/* #endregion */
|
|
40003
|
+
/* #region Z-index */
|
|
40004
|
+
/* #endregion */
|
|
40005
|
+
/* #region Transition */
|
|
40006
|
+
/* #endregion */
|
|
40007
|
+
/* #region Timing functions */
|
|
40008
|
+
/* #endregion */
|
|
40009
|
+
/* #region Focus ring */
|
|
40010
|
+
/* #endregion */
|
|
40011
|
+
/* #region Inline components */
|
|
40012
|
+
/* #endregion */
|
|
40013
|
+
/* #region Spacing */
|
|
40014
|
+
/* #endregion */
|
|
40015
|
+
/* #region Colors */
|
|
40016
|
+
/* #endregion */
|
|
40017
|
+
/* #region Fonts */
|
|
40018
|
+
/* #endregion */
|
|
40019
|
+
/* #region Borders */
|
|
40020
|
+
/* #endregion */
|
|
40021
|
+
/* #region Box-shadow */
|
|
40022
|
+
/* #endregion */
|
|
40023
|
+
/* #region Shadows */
|
|
40024
|
+
/* #endregion */
|
|
40025
|
+
/* #region Z-index */
|
|
40026
|
+
/* #endregion */
|
|
40027
|
+
/* #region Transition */
|
|
40028
|
+
/* #endregion */
|
|
40029
|
+
/* #region Timing functions */
|
|
40030
|
+
/* #endregion */
|
|
40031
|
+
/* #region Focus ring */
|
|
40032
|
+
/* #endregion */
|
|
40033
|
+
/* #region Inline components */
|
|
40034
|
+
/* #endregion */
|
|
40035
|
+
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
40036
|
+
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
40037
|
+
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
40038
|
+
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
40039
|
+
/* #region Spacing */
|
|
40022
40040
|
/* #endregion */
|
|
40023
40041
|
/* #region Colors */
|
|
40024
40042
|
/* #endregion */
|
|
@@ -41844,7 +41862,39 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
41844
41862
|
.adl-u-width-auto {
|
|
41845
41863
|
width: auto !important;
|
|
41846
41864
|
}
|
|
41847
|
-
|
|
41865
|
+
.adyen-kyc-radio-group-card__label.adl-label {
|
|
41866
|
+
font-size: 15px;
|
|
41867
|
+
font-weight: 600;
|
|
41868
|
+
line-height: 1.4;
|
|
41869
|
+
padding-right: 16px;
|
|
41870
|
+
}
|
|
41871
|
+
.adyen-layout-md .adyen-kyc-radio-group-card__label.adl-label {
|
|
41872
|
+
padding-right: 0;
|
|
41873
|
+
}
|
|
41874
|
+
.adyen-kyc-radio-group-card__subtitle {
|
|
41875
|
+
color: #8390a3;
|
|
41876
|
+
font-size: 13px;
|
|
41877
|
+
font-weight: 100;
|
|
41878
|
+
margin-bottom: 4px;
|
|
41879
|
+
}
|
|
41880
|
+
.adyen-kyc-radio-group-card input {
|
|
41881
|
+
display: flex;
|
|
41882
|
+
margin-left: auto;
|
|
41883
|
+
}
|
|
41884
|
+
.adyen-kyc-radio-group-card + .adyen-kyc-input__inline-validation {
|
|
41885
|
+
bottom: -30px;
|
|
41886
|
+
top: auto;
|
|
41887
|
+
}
|
|
41888
|
+
.adyen-kyc-radio-group-card--floating-radio {
|
|
41889
|
+
position: relative;
|
|
41890
|
+
}
|
|
41891
|
+
.adyen-kyc-radio-group-card--floating-radio .adyen-kyc-radio-group-card__input {
|
|
41892
|
+
bottom: auto;
|
|
41893
|
+
left: auto;
|
|
41894
|
+
position: absolute;
|
|
41895
|
+
right: 16px;
|
|
41896
|
+
top: 16px;
|
|
41897
|
+
}/* #region Spacing */
|
|
41848
41898
|
/* #endregion */
|
|
41849
41899
|
/* #region Colors */
|
|
41850
41900
|
/* #endregion */
|
|
@@ -43696,23 +43746,7 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
43696
43746
|
.adl-u-width-auto {
|
|
43697
43747
|
width: auto !important;
|
|
43698
43748
|
}
|
|
43699
|
-
|
|
43700
|
-
overflow: auto;
|
|
43701
|
-
}
|
|
43702
|
-
.adl-document-guidance__container {
|
|
43703
|
-
display: flex;
|
|
43704
|
-
gap: 24px;
|
|
43705
|
-
justify-content: space-between;
|
|
43706
|
-
min-width: 576px;
|
|
43707
|
-
}
|
|
43708
|
-
.adl-document-guidance__item {
|
|
43709
|
-
align-items: center;
|
|
43710
|
-
display: flex;
|
|
43711
|
-
flex-direction: column;
|
|
43712
|
-
}
|
|
43713
|
-
.adl-document-guidance__description {
|
|
43714
|
-
font-weight: 600;
|
|
43715
|
-
}/* #region Spacing */
|
|
43749
|
+
/* #region Spacing */
|
|
43716
43750
|
/* #endregion */
|
|
43717
43751
|
/* #region Colors */
|
|
43718
43752
|
/* #endregion */
|
|
@@ -45564,84 +45598,22 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
45564
45598
|
.adl-u-width-auto {
|
|
45565
45599
|
width: auto !important;
|
|
45566
45600
|
}
|
|
45567
|
-
|
|
45568
|
-
|
|
45569
|
-
/* #region Colors */
|
|
45570
|
-
/* #endregion */
|
|
45571
|
-
/* #region Fonts */
|
|
45572
|
-
/* #endregion */
|
|
45573
|
-
/* #region Borders */
|
|
45574
|
-
/* #endregion */
|
|
45575
|
-
/* #region Box-shadow */
|
|
45576
|
-
/* #endregion */
|
|
45577
|
-
/* #region Shadows */
|
|
45578
|
-
/* #endregion */
|
|
45579
|
-
/* #region Z-index */
|
|
45580
|
-
/* #endregion */
|
|
45581
|
-
/* #region Transition */
|
|
45582
|
-
/* #endregion */
|
|
45583
|
-
/* #region Timing functions */
|
|
45584
|
-
/* #endregion */
|
|
45585
|
-
/* #region Focus ring */
|
|
45586
|
-
/* #endregion */
|
|
45587
|
-
/* #region Inline components */
|
|
45588
|
-
/* #endregion */
|
|
45589
|
-
.adyen-kyc-dropzone {
|
|
45590
|
-
border: 1px dashed #a5afbd;
|
|
45591
|
-
border-radius: 6px;
|
|
45592
|
-
display: flex;
|
|
45593
|
-
flex-direction: row;
|
|
45594
|
-
font-size: 0.81em;
|
|
45595
|
-
min-height: 70px;
|
|
45596
|
-
transition: all 0.2s ease-out;
|
|
45597
|
-
}
|
|
45598
|
-
.adyen-kyc-dropzone--dragged {
|
|
45599
|
-
border: 1px solid #0047b2;
|
|
45600
|
-
box-shadow: 0 0 0 3px #cce0ff;
|
|
45601
|
-
}
|
|
45602
|
-
.adyen-kyc-dropzone--error {
|
|
45603
|
-
border: 1px dashed #e50000;
|
|
45601
|
+
.adl-document-guidance {
|
|
45602
|
+
overflow: auto;
|
|
45604
45603
|
}
|
|
45605
|
-
.
|
|
45606
|
-
align-items: center;
|
|
45604
|
+
.adl-document-guidance__container {
|
|
45607
45605
|
display: flex;
|
|
45608
|
-
|
|
45609
|
-
|
|
45610
|
-
|
|
45606
|
+
gap: 24px;
|
|
45607
|
+
justify-content: space-between;
|
|
45608
|
+
min-width: 576px;
|
|
45611
45609
|
}
|
|
45612
|
-
.
|
|
45613
|
-
align-
|
|
45610
|
+
.adl-document-guidance__item {
|
|
45611
|
+
align-items: center;
|
|
45614
45612
|
display: flex;
|
|
45615
45613
|
flex-direction: column;
|
|
45616
|
-
margin: auto 16px auto 0;
|
|
45617
|
-
}
|
|
45618
|
-
.adyen-kyc-dropzone__input {
|
|
45619
|
-
display: none;
|
|
45620
|
-
}
|
|
45621
|
-
.adyen-kyc-dropzone__drag-text {
|
|
45622
|
-
color: #00112c;
|
|
45623
|
-
font-size: 13px;
|
|
45624
|
-
font-weight: 600;
|
|
45625
|
-
margin-bottom: 4px;
|
|
45626
45614
|
}
|
|
45627
|
-
.
|
|
45628
|
-
background: none;
|
|
45629
|
-
border: 0;
|
|
45630
|
-
color: #06f;
|
|
45631
|
-
cursor: pointer;
|
|
45632
|
-
font-size: 13px;
|
|
45615
|
+
.adl-document-guidance__description {
|
|
45633
45616
|
font-weight: 600;
|
|
45634
|
-
padding: 0;
|
|
45635
|
-
text-transform: lowercase;
|
|
45636
|
-
}
|
|
45637
|
-
.adyen-kyc-dropzone__supports-text {
|
|
45638
|
-
color: #394962;
|
|
45639
|
-
font-size: 13px;
|
|
45640
|
-
}
|
|
45641
|
-
.adyen-kyc-dropzone .adyen-kyc-icon-new-document {
|
|
45642
|
-
color: #a5afbd;
|
|
45643
|
-
display: flex;
|
|
45644
|
-
font-size: 30px;
|
|
45645
45617
|
}/* #region Spacing */
|
|
45646
45618
|
/* #endregion */
|
|
45647
45619
|
/* #region Colors */
|
|
@@ -47495,172 +47467,84 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
47495
47467
|
width: auto !important;
|
|
47496
47468
|
}
|
|
47497
47469
|
/* #region Spacing */
|
|
47498
|
-
/* #endregion */
|
|
47499
|
-
/* #region Colors */
|
|
47500
|
-
/* #endregion */
|
|
47501
|
-
/* #region Fonts */
|
|
47502
|
-
/* #endregion */
|
|
47503
|
-
/* #region Borders */
|
|
47504
|
-
/* #endregion */
|
|
47505
|
-
/* #region Box-shadow */
|
|
47506
|
-
/* #endregion */
|
|
47507
|
-
/* #region Shadows */
|
|
47508
|
-
/* #endregion */
|
|
47509
|
-
/* #region Z-index */
|
|
47510
|
-
/* #endregion */
|
|
47511
|
-
/* #region Transition */
|
|
47512
|
-
/* #endregion */
|
|
47513
|
-
/* #region Timing functions */
|
|
47514
|
-
/* #endregion */
|
|
47515
|
-
/* #region Focus ring */
|
|
47516
|
-
/* #endregion */
|
|
47517
|
-
/* #region Inline components */
|
|
47518
|
-
/* #endregion */
|
|
47519
|
-
.adyen-kyc-dropzone
|
|
47520
|
-
|
|
47521
|
-
border:
|
|
47522
|
-
|
|
47523
|
-
|
|
47524
|
-
|
|
47525
|
-
|
|
47526
|
-
|
|
47527
|
-
|
|
47528
|
-
|
|
47529
|
-
|
|
47530
|
-
|
|
47531
|
-
|
|
47532
|
-
|
|
47533
|
-
|
|
47534
|
-
|
|
47535
|
-
|
|
47536
|
-
|
|
47537
|
-
|
|
47538
|
-
|
|
47539
|
-
|
|
47540
|
-
|
|
47541
|
-
|
|
47542
|
-
|
|
47543
|
-
|
|
47544
|
-
|
|
47545
|
-
|
|
47546
|
-
|
|
47547
|
-
|
|
47548
|
-
|
|
47549
|
-
|
|
47550
|
-
|
|
47551
|
-
|
|
47552
|
-
|
|
47553
|
-
|
|
47554
|
-
|
|
47555
|
-
|
|
47556
|
-
|
|
47557
|
-
|
|
47558
|
-
|
|
47559
|
-
|
|
47560
|
-
|
|
47561
|
-
|
|
47562
|
-
|
|
47563
|
-
|
|
47564
|
-
|
|
47565
|
-
|
|
47566
|
-
}
|
|
47567
|
-
.adyen-kyc-
|
|
47568
|
-
color: #
|
|
47569
|
-
font-size:
|
|
47570
|
-
}
|
|
47571
|
-
.adyen-kyc-dropzone
|
|
47572
|
-
color: #
|
|
47573
|
-
|
|
47574
|
-
|
|
47575
|
-
|
|
47576
|
-
color: #8390a3;
|
|
47577
|
-
}/* #region Spacing */
|
|
47578
|
-
/* #endregion */
|
|
47579
|
-
/* #region Colors */
|
|
47580
|
-
/* #endregion */
|
|
47581
|
-
/* #region Fonts */
|
|
47582
|
-
/* #endregion */
|
|
47583
|
-
/* #region Borders */
|
|
47584
|
-
/* #endregion */
|
|
47585
|
-
/* #region Box-shadow */
|
|
47586
|
-
/* #endregion */
|
|
47587
|
-
/* #region Shadows */
|
|
47588
|
-
/* #endregion */
|
|
47589
|
-
/* #region Z-index */
|
|
47590
|
-
/* #endregion */
|
|
47591
|
-
/* #region Transition */
|
|
47592
|
-
/* #endregion */
|
|
47593
|
-
/* #region Timing functions */
|
|
47594
|
-
/* #endregion */
|
|
47595
|
-
/* #region Focus ring */
|
|
47596
|
-
/* #endregion */
|
|
47597
|
-
/* #region Inline components */
|
|
47598
|
-
/* #endregion */
|
|
47599
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
47600
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
47601
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
47602
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
47603
|
-
/* #region Spacing */
|
|
47604
|
-
/* #endregion */
|
|
47605
|
-
/* #region Colors */
|
|
47606
|
-
/* #endregion */
|
|
47607
|
-
/* #region Fonts */
|
|
47608
|
-
/* #endregion */
|
|
47609
|
-
/* #region Borders */
|
|
47610
|
-
/* #endregion */
|
|
47611
|
-
/* #region Box-shadow */
|
|
47612
|
-
/* #endregion */
|
|
47613
|
-
/* #region Shadows */
|
|
47614
|
-
/* #endregion */
|
|
47615
|
-
/* #region Z-index */
|
|
47616
|
-
/* #endregion */
|
|
47617
|
-
/* #region Transition */
|
|
47618
|
-
/* #endregion */
|
|
47619
|
-
/* #region Timing functions */
|
|
47620
|
-
/* #endregion */
|
|
47621
|
-
/* #region Focus ring */
|
|
47622
|
-
/* #endregion */
|
|
47623
|
-
/* #region Inline components */
|
|
47624
|
-
/* #endregion */
|
|
47625
|
-
.adl-list {
|
|
47626
|
-
color: #00112c;
|
|
47627
|
-
font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
47628
|
-
font-size: 15px;
|
|
47629
|
-
-webkit-font-smoothing: antialiased;
|
|
47630
|
-
-moz-osx-font-smoothing: grayscale;
|
|
47631
|
-
font-weight: 400;
|
|
47632
|
-
line-height: 1.4;
|
|
47633
|
-
display: block;
|
|
47634
|
-
list-style-position: outside;
|
|
47635
|
-
list-style-type: disc;
|
|
47636
|
-
margin: 0;
|
|
47637
|
-
padding: 0 0 0 18px;
|
|
47638
|
-
}
|
|
47639
|
-
.adl-list *,
|
|
47640
|
-
.adl-list *::before,
|
|
47641
|
-
.adl-list *::after {
|
|
47642
|
-
box-sizing: border-box;
|
|
47643
|
-
}
|
|
47644
|
-
.adl-list--no-markers {
|
|
47645
|
-
list-style: none;
|
|
47646
|
-
padding: 0;
|
|
47647
|
-
}
|
|
47648
|
-
.adl-list--no-markers .adl-list__item {
|
|
47649
|
-
padding-left: 0;
|
|
47650
|
-
}
|
|
47651
|
-
.adl-list__item {
|
|
47652
|
-
padding: 0 0 0 4px;
|
|
47653
|
-
}
|
|
47654
|
-
.adl-list__item--no-marker {
|
|
47655
|
-
list-style: none;
|
|
47656
|
-
}
|
|
47657
|
-
.adl-list--nested {
|
|
47658
|
-
list-style-type: circle;
|
|
47659
|
-
padding: 0 0 0 18px;
|
|
47660
|
-
}
|
|
47661
|
-
.adl-list--ordered {
|
|
47662
|
-
list-style-type: decimal;
|
|
47663
|
-
}/* #region Spacing */
|
|
47470
|
+
/* #endregion */
|
|
47471
|
+
/* #region Colors */
|
|
47472
|
+
/* #endregion */
|
|
47473
|
+
/* #region Fonts */
|
|
47474
|
+
/* #endregion */
|
|
47475
|
+
/* #region Borders */
|
|
47476
|
+
/* #endregion */
|
|
47477
|
+
/* #region Box-shadow */
|
|
47478
|
+
/* #endregion */
|
|
47479
|
+
/* #region Shadows */
|
|
47480
|
+
/* #endregion */
|
|
47481
|
+
/* #region Z-index */
|
|
47482
|
+
/* #endregion */
|
|
47483
|
+
/* #region Transition */
|
|
47484
|
+
/* #endregion */
|
|
47485
|
+
/* #region Timing functions */
|
|
47486
|
+
/* #endregion */
|
|
47487
|
+
/* #region Focus ring */
|
|
47488
|
+
/* #endregion */
|
|
47489
|
+
/* #region Inline components */
|
|
47490
|
+
/* #endregion */
|
|
47491
|
+
.adyen-kyc-dropzone {
|
|
47492
|
+
border: 1px dashed #a5afbd;
|
|
47493
|
+
border-radius: 6px;
|
|
47494
|
+
display: flex;
|
|
47495
|
+
flex-direction: row;
|
|
47496
|
+
font-size: 0.81em;
|
|
47497
|
+
min-height: 70px;
|
|
47498
|
+
transition: all 0.2s ease-out;
|
|
47499
|
+
}
|
|
47500
|
+
.adyen-kyc-dropzone--dragged {
|
|
47501
|
+
border: 1px solid #0047b2;
|
|
47502
|
+
box-shadow: 0 0 0 3px #cce0ff;
|
|
47503
|
+
}
|
|
47504
|
+
.adyen-kyc-dropzone--error {
|
|
47505
|
+
border: 1px dashed #e50000;
|
|
47506
|
+
}
|
|
47507
|
+
.adyen-kyc-dropzone__icon {
|
|
47508
|
+
align-items: center;
|
|
47509
|
+
display: flex;
|
|
47510
|
+
margin: auto 16px;
|
|
47511
|
+
max-height: 60px;
|
|
47512
|
+
max-width: 60px;
|
|
47513
|
+
}
|
|
47514
|
+
.adyen-kyc-dropzone__labels {
|
|
47515
|
+
align-self: center;
|
|
47516
|
+
display: flex;
|
|
47517
|
+
flex-direction: column;
|
|
47518
|
+
margin: auto 16px auto 0;
|
|
47519
|
+
}
|
|
47520
|
+
.adyen-kyc-dropzone__input {
|
|
47521
|
+
display: none;
|
|
47522
|
+
}
|
|
47523
|
+
.adyen-kyc-dropzone__drag-text {
|
|
47524
|
+
color: #00112c;
|
|
47525
|
+
font-size: 13px;
|
|
47526
|
+
font-weight: 600;
|
|
47527
|
+
margin-bottom: 4px;
|
|
47528
|
+
}
|
|
47529
|
+
.adyen-kyc-dropzone__button {
|
|
47530
|
+
background: none;
|
|
47531
|
+
border: 0;
|
|
47532
|
+
color: #06f;
|
|
47533
|
+
cursor: pointer;
|
|
47534
|
+
font-size: 13px;
|
|
47535
|
+
font-weight: 600;
|
|
47536
|
+
padding: 0;
|
|
47537
|
+
text-transform: lowercase;
|
|
47538
|
+
}
|
|
47539
|
+
.adyen-kyc-dropzone__supports-text {
|
|
47540
|
+
color: #394962;
|
|
47541
|
+
font-size: 13px;
|
|
47542
|
+
}
|
|
47543
|
+
.adyen-kyc-dropzone .adyen-kyc-icon-new-document {
|
|
47544
|
+
color: #a5afbd;
|
|
47545
|
+
display: flex;
|
|
47546
|
+
font-size: 30px;
|
|
47547
|
+
}/* #region Spacing */
|
|
47664
47548
|
/* #endregion */
|
|
47665
47549
|
/* #region Colors */
|
|
47666
47550
|
/* #endregion */
|
|
@@ -49512,22 +49396,86 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
49512
49396
|
.adl-u-width-auto {
|
|
49513
49397
|
width: auto !important;
|
|
49514
49398
|
}
|
|
49515
|
-
|
|
49399
|
+
/* #region Spacing */
|
|
49400
|
+
/* #endregion */
|
|
49401
|
+
/* #region Colors */
|
|
49402
|
+
/* #endregion */
|
|
49403
|
+
/* #region Fonts */
|
|
49404
|
+
/* #endregion */
|
|
49405
|
+
/* #region Borders */
|
|
49406
|
+
/* #endregion */
|
|
49407
|
+
/* #region Box-shadow */
|
|
49408
|
+
/* #endregion */
|
|
49409
|
+
/* #region Shadows */
|
|
49410
|
+
/* #endregion */
|
|
49411
|
+
/* #region Z-index */
|
|
49412
|
+
/* #endregion */
|
|
49413
|
+
/* #region Transition */
|
|
49414
|
+
/* #endregion */
|
|
49415
|
+
/* #region Timing functions */
|
|
49416
|
+
/* #endregion */
|
|
49417
|
+
/* #region Focus ring */
|
|
49418
|
+
/* #endregion */
|
|
49419
|
+
/* #region Inline components */
|
|
49420
|
+
/* #endregion */
|
|
49421
|
+
.adyen-kyc-dropzone-file {
|
|
49422
|
+
align-items: center;
|
|
49423
|
+
border: 1px solid #dce0e5;
|
|
49424
|
+
border-radius: 6px;
|
|
49516
49425
|
display: flex;
|
|
49517
|
-
flex-direction:
|
|
49426
|
+
flex-direction: row;
|
|
49427
|
+
font-size: 0.81em;
|
|
49428
|
+
margin-bottom: 16px;
|
|
49429
|
+
min-height: 70px;
|
|
49518
49430
|
}
|
|
49519
|
-
.adyen-kyc-
|
|
49520
|
-
align-items:
|
|
49431
|
+
.adyen-kyc-dropzone-file__icon {
|
|
49432
|
+
align-items: center;
|
|
49433
|
+
display: flex;
|
|
49434
|
+
margin: auto 16px;
|
|
49435
|
+
max-height: 60px;
|
|
49436
|
+
max-width: 60px;
|
|
49437
|
+
}
|
|
49438
|
+
.adyen-kyc-dropzone-file__labels {
|
|
49439
|
+
margin: auto auto auto 0;
|
|
49440
|
+
overflow: hidden;
|
|
49441
|
+
}
|
|
49442
|
+
.adyen-kyc-dropzone-file__name {
|
|
49443
|
+
color: #00112c;
|
|
49444
|
+
font-size: 13px;
|
|
49445
|
+
font-weight: 600;
|
|
49446
|
+
margin-bottom: 4px;
|
|
49447
|
+
overflow: hidden;
|
|
49448
|
+
text-overflow: ellipsis;
|
|
49449
|
+
white-space: nowrap;
|
|
49450
|
+
}
|
|
49451
|
+
.adyen-kyc-dropzone-file__size {
|
|
49521
49452
|
color: #8390a3;
|
|
49453
|
+
font-size: 13px;
|
|
49454
|
+
}
|
|
49455
|
+
.adyen-kyc-dropzone-file__error {
|
|
49456
|
+
color: #e50000;
|
|
49457
|
+
}
|
|
49458
|
+
.adyen-kyc-dropzone-file__button {
|
|
49459
|
+
background: none;
|
|
49460
|
+
border: 0;
|
|
49461
|
+
cursor: pointer;
|
|
49522
49462
|
display: flex;
|
|
49523
|
-
|
|
49463
|
+
margin: 16px;
|
|
49464
|
+
padding: 0;
|
|
49524
49465
|
}
|
|
49525
|
-
.adyen-kyc-
|
|
49526
|
-
|
|
49527
|
-
margin-right: 5px;
|
|
49466
|
+
.adyen-kyc-dropzone-file .adyen-kyc-icon {
|
|
49467
|
+
display: flex;
|
|
49528
49468
|
}
|
|
49529
|
-
.adyen-kyc-
|
|
49530
|
-
|
|
49469
|
+
.adyen-kyc-dropzone-file .adyen-kyc-icon-checkmark {
|
|
49470
|
+
color: #60d58f;
|
|
49471
|
+
font-size: 30px;
|
|
49472
|
+
}
|
|
49473
|
+
.adyen-kyc-dropzone-file .adyen-kyc-icon-wrong {
|
|
49474
|
+
color: #e50000;
|
|
49475
|
+
font-size: 30px;
|
|
49476
|
+
}
|
|
49477
|
+
.adyen-kyc-dropzone-file .adyen-kyc-icon-remove {
|
|
49478
|
+
color: #8390a3;
|
|
49531
49479
|
}/* #region Spacing */
|
|
49532
49480
|
/* #endregion */
|
|
49533
49481
|
/* #region Colors */
|
|
@@ -49550,6 +49498,10 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
49550
49498
|
/* #endregion */
|
|
49551
49499
|
/* #region Inline components */
|
|
49552
49500
|
/* #endregion */
|
|
49501
|
+
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
49502
|
+
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
49503
|
+
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
49504
|
+
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
49553
49505
|
/* #region Spacing */
|
|
49554
49506
|
/* #endregion */
|
|
49555
49507
|
/* #region Colors */
|
|
@@ -49572,6 +49524,66 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
49572
49524
|
/* #endregion */
|
|
49573
49525
|
/* #region Inline components */
|
|
49574
49526
|
/* #endregion */
|
|
49527
|
+
.adl-list {
|
|
49528
|
+
color: #00112c;
|
|
49529
|
+
font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
49530
|
+
font-size: 15px;
|
|
49531
|
+
-webkit-font-smoothing: antialiased;
|
|
49532
|
+
-moz-osx-font-smoothing: grayscale;
|
|
49533
|
+
font-weight: 400;
|
|
49534
|
+
line-height: 1.4;
|
|
49535
|
+
display: block;
|
|
49536
|
+
list-style-position: outside;
|
|
49537
|
+
list-style-type: disc;
|
|
49538
|
+
margin: 0;
|
|
49539
|
+
padding: 0 0 0 18px;
|
|
49540
|
+
}
|
|
49541
|
+
.adl-list *,
|
|
49542
|
+
.adl-list *::before,
|
|
49543
|
+
.adl-list *::after {
|
|
49544
|
+
box-sizing: border-box;
|
|
49545
|
+
}
|
|
49546
|
+
.adl-list--no-markers {
|
|
49547
|
+
list-style: none;
|
|
49548
|
+
padding: 0;
|
|
49549
|
+
}
|
|
49550
|
+
.adl-list--no-markers .adl-list__item {
|
|
49551
|
+
padding-left: 0;
|
|
49552
|
+
}
|
|
49553
|
+
.adl-list__item {
|
|
49554
|
+
padding: 0 0 0 4px;
|
|
49555
|
+
}
|
|
49556
|
+
.adl-list__item--no-marker {
|
|
49557
|
+
list-style: none;
|
|
49558
|
+
}
|
|
49559
|
+
.adl-list--nested {
|
|
49560
|
+
list-style-type: circle;
|
|
49561
|
+
padding: 0 0 0 18px;
|
|
49562
|
+
}
|
|
49563
|
+
.adl-list--ordered {
|
|
49564
|
+
list-style-type: decimal;
|
|
49565
|
+
}/* #region Spacing */
|
|
49566
|
+
/* #endregion */
|
|
49567
|
+
/* #region Colors */
|
|
49568
|
+
/* #endregion */
|
|
49569
|
+
/* #region Fonts */
|
|
49570
|
+
/* #endregion */
|
|
49571
|
+
/* #region Borders */
|
|
49572
|
+
/* #endregion */
|
|
49573
|
+
/* #region Box-shadow */
|
|
49574
|
+
/* #endregion */
|
|
49575
|
+
/* #region Shadows */
|
|
49576
|
+
/* #endregion */
|
|
49577
|
+
/* #region Z-index */
|
|
49578
|
+
/* #endregion */
|
|
49579
|
+
/* #region Transition */
|
|
49580
|
+
/* #endregion */
|
|
49581
|
+
/* #region Timing functions */
|
|
49582
|
+
/* #endregion */
|
|
49583
|
+
/* #region Focus ring */
|
|
49584
|
+
/* #endregion */
|
|
49585
|
+
/* #region Inline components */
|
|
49586
|
+
/* #endregion */
|
|
49575
49587
|
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
49576
49588
|
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
49577
49589
|
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
@@ -51402,27 +51414,22 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
51402
51414
|
.adl-u-width-auto {
|
|
51403
51415
|
width: auto !important;
|
|
51404
51416
|
}
|
|
51405
|
-
.adyen-kyc-
|
|
51417
|
+
.adyen-kyc-search-address {
|
|
51406
51418
|
display: flex;
|
|
51407
51419
|
flex-direction: column;
|
|
51408
|
-
margin-top: 8px;
|
|
51409
51420
|
}
|
|
51410
|
-
.adyen-kyc-
|
|
51411
|
-
|
|
51421
|
+
.adyen-kyc-search-address--location {
|
|
51422
|
+
align-items: start;
|
|
51423
|
+
color: #8390a3;
|
|
51424
|
+
display: flex;
|
|
51425
|
+
justify-content: space-between;
|
|
51412
51426
|
}
|
|
51413
|
-
.adyen-kyc-
|
|
51414
|
-
color:
|
|
51415
|
-
|
|
51416
|
-
font-size: 1em;
|
|
51417
|
-
font-weight: normal;
|
|
51418
|
-
line-height: 21px;
|
|
51419
|
-
overflow: visible;
|
|
51420
|
-
padding-bottom: 0;
|
|
51421
|
-
padding-left: 24px;
|
|
51422
|
-
position: relative;
|
|
51427
|
+
.adyen-kyc-search-address--location .adyen-kyc-icon {
|
|
51428
|
+
color: #dce0e5;
|
|
51429
|
+
margin-right: 5px;
|
|
51423
51430
|
}
|
|
51424
|
-
.adyen-kyc-
|
|
51425
|
-
|
|
51431
|
+
.adyen-kyc-search-address--location-country {
|
|
51432
|
+
width: 65%;
|
|
51426
51433
|
}.adyen-kyc-individual .adyen-kyc-form {
|
|
51427
51434
|
margin-bottom: 16px;
|
|
51428
51435
|
}/* #region Spacing */
|
|
@@ -80180,7 +80187,7 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
80180
80187
|
border-radius: 50%;
|
|
80181
80188
|
display: flex;
|
|
80182
80189
|
justify-content: center;
|
|
80183
|
-
margin-right:
|
|
80190
|
+
margin-right: 20px;
|
|
80184
80191
|
width: 18px;
|
|
80185
80192
|
height: 18px;
|
|
80186
80193
|
}
|
|
@@ -107448,233 +107455,7 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
|
|
|
107448
107455
|
/* #endregion */
|
|
107449
107456
|
/* #region Inline components */
|
|
107450
107457
|
/* #endregion */
|
|
107451
|
-
.adyen-contract-viewer {
|
|
107452
|
-
|
|
107453
|
-
|
|
107454
|
-
font-style: italic;
|
|
107455
|
-
}/* #region Spacing */
|
|
107456
|
-
/* #endregion */
|
|
107457
|
-
/* #region Colors */
|
|
107458
|
-
/* #endregion */
|
|
107459
|
-
/* #region Fonts */
|
|
107460
|
-
/* #endregion */
|
|
107461
|
-
/* #region Borders */
|
|
107462
|
-
/* #endregion */
|
|
107463
|
-
/* #region Box-shadow */
|
|
107464
|
-
/* #endregion */
|
|
107465
|
-
/* #region Shadows */
|
|
107466
|
-
/* #endregion */
|
|
107467
|
-
/* #region Z-index */
|
|
107468
|
-
/* #endregion */
|
|
107469
|
-
/* #region Transition */
|
|
107470
|
-
/* #endregion */
|
|
107471
|
-
/* #region Timing functions */
|
|
107472
|
-
/* #endregion */
|
|
107473
|
-
/* #region Focus ring */
|
|
107474
|
-
/* #endregion */
|
|
107475
|
-
/* #region Inline components */
|
|
107476
|
-
/* #endregion */
|
|
107477
|
-
/* #region Spacing */
|
|
107478
|
-
/* #endregion */
|
|
107479
|
-
/* #region Colors */
|
|
107480
|
-
/* #endregion */
|
|
107481
|
-
/* #region Fonts */
|
|
107482
|
-
/* #endregion */
|
|
107483
|
-
/* #region Borders */
|
|
107484
|
-
/* #endregion */
|
|
107485
|
-
/* #region Box-shadow */
|
|
107486
|
-
/* #endregion */
|
|
107487
|
-
/* #region Shadows */
|
|
107488
|
-
/* #endregion */
|
|
107489
|
-
/* #region Z-index */
|
|
107490
|
-
/* #endregion */
|
|
107491
|
-
/* #region Transition */
|
|
107492
|
-
/* #endregion */
|
|
107493
|
-
/* #region Timing functions */
|
|
107494
|
-
/* #endregion */
|
|
107495
|
-
/* #region Focus ring */
|
|
107496
|
-
/* #endregion */
|
|
107497
|
-
/* #region Inline components */
|
|
107498
|
-
/* #endregion */
|
|
107499
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
107500
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
107501
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
107502
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
107503
|
-
.adyen-kyc-paragraph {
|
|
107504
|
-
color: #00112c;
|
|
107505
|
-
font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
107506
|
-
font-size: 15px;
|
|
107507
|
-
-webkit-font-smoothing: antialiased;
|
|
107508
|
-
-moz-osx-font-smoothing: grayscale;
|
|
107509
|
-
font-weight: 400;
|
|
107510
|
-
line-height: 1.4;
|
|
107511
|
-
margin-bottom: 0;
|
|
107512
|
-
margin-top: 0;
|
|
107513
|
-
}
|
|
107514
|
-
.adyen-kyc-paragraph *,
|
|
107515
|
-
.adyen-kyc-paragraph *::before,
|
|
107516
|
-
.adyen-kyc-paragraph *::after {
|
|
107517
|
-
box-sizing: border-box;
|
|
107518
|
-
}
|
|
107519
|
-
.adyen-kyc-paragraph:not(:first-child) {
|
|
107520
|
-
margin-top: 16px;
|
|
107521
|
-
}/* #region Spacing */
|
|
107522
|
-
/* #endregion */
|
|
107523
|
-
/* #region Colors */
|
|
107524
|
-
/* #endregion */
|
|
107525
|
-
/* #region Fonts */
|
|
107526
|
-
/* #endregion */
|
|
107527
|
-
/* #region Borders */
|
|
107528
|
-
/* #endregion */
|
|
107529
|
-
/* #region Box-shadow */
|
|
107530
|
-
/* #endregion */
|
|
107531
|
-
/* #region Shadows */
|
|
107532
|
-
/* #endregion */
|
|
107533
|
-
/* #region Z-index */
|
|
107534
|
-
/* #endregion */
|
|
107535
|
-
/* #region Transition */
|
|
107536
|
-
/* #endregion */
|
|
107537
|
-
/* #region Timing functions */
|
|
107538
|
-
/* #endregion */
|
|
107539
|
-
/* #region Focus ring */
|
|
107540
|
-
/* #endregion */
|
|
107541
|
-
/* #region Inline components */
|
|
107542
|
-
/* #endregion */
|
|
107543
|
-
.adyen-kyc-section-box {
|
|
107544
|
-
background-color: #f3f6f9;
|
|
107545
|
-
border-radius: 6px;
|
|
107546
|
-
margin-top: 24px;
|
|
107547
|
-
padding: 16px;
|
|
107548
|
-
}/* #region Spacing */
|
|
107549
|
-
/* #endregion */
|
|
107550
|
-
/* #region Colors */
|
|
107551
|
-
/* #endregion */
|
|
107552
|
-
/* #region Fonts */
|
|
107553
|
-
/* #endregion */
|
|
107554
|
-
/* #region Borders */
|
|
107555
|
-
/* #endregion */
|
|
107556
|
-
/* #region Box-shadow */
|
|
107557
|
-
/* #endregion */
|
|
107558
|
-
/* #region Shadows */
|
|
107559
|
-
/* #endregion */
|
|
107560
|
-
/* #region Z-index */
|
|
107561
|
-
/* #endregion */
|
|
107562
|
-
/* #region Transition */
|
|
107563
|
-
/* #endregion */
|
|
107564
|
-
/* #region Timing functions */
|
|
107565
|
-
/* #endregion */
|
|
107566
|
-
/* #region Focus ring */
|
|
107567
|
-
/* #endregion */
|
|
107568
|
-
/* #region Inline components */
|
|
107569
|
-
/* #endregion */
|
|
107570
|
-
/* #region Spacing */
|
|
107571
|
-
/* #endregion */
|
|
107572
|
-
/* #region Colors */
|
|
107573
|
-
/* #endregion */
|
|
107574
|
-
/* #region Fonts */
|
|
107575
|
-
/* #endregion */
|
|
107576
|
-
/* #region Borders */
|
|
107577
|
-
/* #endregion */
|
|
107578
|
-
/* #region Box-shadow */
|
|
107579
|
-
/* #endregion */
|
|
107580
|
-
/* #region Shadows */
|
|
107581
|
-
/* #endregion */
|
|
107582
|
-
/* #region Z-index */
|
|
107583
|
-
/* #endregion */
|
|
107584
|
-
/* #region Transition */
|
|
107585
|
-
/* #endregion */
|
|
107586
|
-
/* #region Timing functions */
|
|
107587
|
-
/* #endregion */
|
|
107588
|
-
/* #region Focus ring */
|
|
107589
|
-
/* #endregion */
|
|
107590
|
-
/* #region Inline components */
|
|
107591
|
-
/* #endregion */
|
|
107592
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
107593
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
107594
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
107595
|
-
/* stylelint-disable-line scss/dollar-variable-pattern */
|
|
107596
|
-
.adl-table {
|
|
107597
|
-
color: #00112c;
|
|
107598
|
-
font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
107599
|
-
font-size: 15px;
|
|
107600
|
-
-webkit-font-smoothing: antialiased;
|
|
107601
|
-
-moz-osx-font-smoothing: grayscale;
|
|
107602
|
-
font-weight: 400;
|
|
107603
|
-
line-height: 1.4;
|
|
107604
|
-
border: none;
|
|
107605
|
-
border-collapse: collapse;
|
|
107606
|
-
border-spacing: 0;
|
|
107607
|
-
line-height: 16px;
|
|
107608
|
-
margin: 0;
|
|
107609
|
-
padding: 0;
|
|
107610
|
-
text-align: left;
|
|
107611
|
-
width: 100%;
|
|
107612
|
-
}
|
|
107613
|
-
.adl-table *,
|
|
107614
|
-
.adl-table *::before,
|
|
107615
|
-
.adl-table *::after {
|
|
107616
|
-
box-sizing: border-box;
|
|
107617
|
-
}
|
|
107618
|
-
.adl-table--condensed .adl-table__cell {
|
|
107619
|
-
font-size: 13px;
|
|
107620
|
-
padding: 8px 40px 8px 16px;
|
|
107621
|
-
}
|
|
107622
|
-
.adl-table--fixed-layout {
|
|
107623
|
-
table-layout: fixed;
|
|
107624
|
-
}
|
|
107625
|
-
.adl-table__row {
|
|
107626
|
-
vertical-align: top;
|
|
107627
|
-
border-bottom: 1px solid #dce0e5;
|
|
107628
|
-
}
|
|
107629
|
-
.adl-table__row--changed {
|
|
107630
|
-
background-color: #f3f6f9;
|
|
107631
|
-
}
|
|
107632
|
-
.adl-table__head {
|
|
107633
|
-
vertical-align: top;
|
|
107634
|
-
border-bottom: 1px solid #dce0e5;
|
|
107635
|
-
}
|
|
107636
|
-
.adl-table__head--with-form-elements {
|
|
107637
|
-
background-color: #dce0e5;
|
|
107638
|
-
}
|
|
107639
|
-
.adl-table__body {
|
|
107640
|
-
vertical-align: top;
|
|
107641
|
-
}
|
|
107642
|
-
.adl-table__body .adl-table__row:hover {
|
|
107643
|
-
background-color: #f3f6f9;
|
|
107644
|
-
}
|
|
107645
|
-
.adl-table__cell {
|
|
107646
|
-
border-left: 1px solid transparent;
|
|
107647
|
-
border-right: 1px solid transparent;
|
|
107648
|
-
overflow: auto;
|
|
107649
|
-
padding: 12px 40px 12px 16px;
|
|
107650
|
-
text-align: left;
|
|
107651
|
-
vertical-align: inherit;
|
|
107652
|
-
}
|
|
107653
|
-
.adl-table__cell:first-child {
|
|
107654
|
-
padding-left: 24px;
|
|
107655
|
-
}
|
|
107656
|
-
.adl-table__cell--first-column {
|
|
107657
|
-
padding-left: 24px;
|
|
107658
|
-
}
|
|
107659
|
-
.adl-table__cell--heading {
|
|
107660
|
-
color: #00112c;
|
|
107661
|
-
font-weight: 600;
|
|
107662
|
-
position: relative;
|
|
107663
|
-
}
|
|
107664
|
-
.adl-table__heading-actions {
|
|
107665
|
-
background: none;
|
|
107666
|
-
border: 0;
|
|
107667
|
-
cursor: pointer;
|
|
107668
|
-
height: 100%;
|
|
107669
|
-
outline: none;
|
|
107670
|
-
padding: 0 8px;
|
|
107671
|
-
position: absolute;
|
|
107672
|
-
right: 0;
|
|
107673
|
-
top: 0;
|
|
107674
|
-
}
|
|
107675
|
-
.adl-table__cell--heading .adl-table__heading-actions {
|
|
107676
|
-
display: none;
|
|
107677
|
-
}
|
|
107678
|
-
.adl-table__cell--heading:hover .adl-table__heading-actions {
|
|
107679
|
-
display: inline-block;
|
|
107458
|
+
.adyen-contract-viewer .adyen-document-viewer {
|
|
107459
|
+
--adv-text-font-family: fakt, -apple-system, blinkmacsystemfont, Segoe UI, roboto, oxygen, ubuntu, cantarell, Open Sans, Helvetica Neue, sans-serif;
|
|
107460
|
+
--adv-background-color: #fff;
|
|
107680
107461
|
}
|