@adyen/kyc-components 3.22.0 → 3.22.1

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.
@@ -12646,7 +12646,7 @@ function FieldContainer(props) {
12646
12646
  },
12647
12647
  readonly: readOnly,
12648
12648
  classNameModifiers,
12649
- className: hideField ? "adyen-kyc-u-display-none" : "",
12649
+ className: hideField ? "adyen-kyc-search-fieldcontainer-hide" : "",
12650
12650
  handleChangeFor
12651
12651
  });
12652
12652
  case "stateOrProvince":
@@ -12694,7 +12694,7 @@ function FieldContainer(props) {
12694
12694
  };
12695
12695
  if (hideField) {
12696
12696
  return jsx("div", {
12697
- className: "adyen-kyc-u-display-none",
12697
+ className: "adyen-kyc-search-fieldcontainer-hide",
12698
12698
  children: renderField(fieldName)
12699
12699
  });
12700
12700
  }
@@ -39833,7 +39833,7 @@ const ConfigurationApiProvider = ({
39833
39833
  isEmbeddedDropin,
39834
39834
  loadingContext
39835
39835
  } = authContext;
39836
- const sdkVersion = "3.22.0";
39836
+ const sdkVersion = "3.22.1";
39837
39837
  useAnalytics({
39838
39838
  onUserEvent,
39839
39839
  legalEntityId: rootLegalEntityId,
package/dist/style.css CHANGED
@@ -1919,6 +1919,8 @@ button[disabled]:hover {
1919
1919
  }
1920
1920
  .adyen-kyc-search-address--below-location .adyen-kyc-icon svg {
1921
1921
  height: 14px;
1922
+ }.adyen-kyc-search-fieldcontainer-hide {
1923
+ display: none;
1922
1924
  }.adyen-kyc-individual .adyen-kyc-form {
1923
1925
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
1924
1926
  }.adyen-kyc-document-upload__subtitle {
@@ -1,3 +1,4 @@
1
+ import './FieldContainer.scss';
1
2
  import type { FieldContainerProps } from '../types';
2
3
  /**
3
4
  * USAGE: Specifically defined as a util to provide a wrapper for fields created within the Address component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adyen/kyc-components",
3
- "version": "3.22.0",
3
+ "version": "3.22.1",
4
4
  "keywords": [
5
5
  "adyen",
6
6
  "adyen-kyc",