@adyen/kyc-components 2.48.0 → 2.48.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.
@@ -12599,7 +12599,7 @@ function FieldContainer(props) {
12599
12599
  },
12600
12600
  readonly: readOnly,
12601
12601
  classNameModifiers,
12602
- className: hideField ? "adyen-kyc-u-display-none" : "",
12602
+ className: hideField ? "adyen-kyc-search-fieldcontainer-hide" : "",
12603
12603
  handleChangeFor
12604
12604
  });
12605
12605
  case "stateOrProvince":
@@ -12647,7 +12647,7 @@ function FieldContainer(props) {
12647
12647
  };
12648
12648
  if (hideField) {
12649
12649
  return jsx("div", {
12650
- className: "adyen-kyc-u-display-none",
12650
+ className: "adyen-kyc-search-fieldcontainer-hide",
12651
12651
  children: renderField(fieldName)
12652
12652
  });
12653
12653
  }
@@ -38843,7 +38843,7 @@ const ConfigurationApiProvider = ({
38843
38843
  isEmbeddedDropin,
38844
38844
  loadingContext
38845
38845
  } = authContext;
38846
- const sdkVersion = "2.48.0";
38846
+ const sdkVersion = "2.48.1";
38847
38847
  useAnalytics({
38848
38848
  onUserEvent,
38849
38849
  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": "2.48.0",
3
+ "version": "2.48.1",
4
4
  "keywords": [
5
5
  "adyen",
6
6
  "adyen-kyc",