@integry/sdk 4.7.21 → 4.7.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integry/sdk",
3
- "version": "4.7.21",
3
+ "version": "4.7.23",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -274,7 +274,7 @@ const MultipurposeField = (props: MultipurposeFieldProps) => {
274
274
  type === 'TEXTAREA'
275
275
  ) {
276
276
  e.preventDefault();
277
- document.execCommand('insertHTML', false, '<br>');
277
+ document.execCommand('insertHTML', false, '<br><br>');
278
278
  return false;
279
279
  }
280
280
  });
@@ -29,6 +29,11 @@
29
29
  fieldset {
30
30
  margin-bottom: 16px !important;
31
31
  }
32
+ [class^='styles-module_textareaInputWrapper'] {
33
+ [class^='tagify__input'] {
34
+ overflow-y: scroll;
35
+ }
36
+ }
32
37
  tags {
33
38
  width: 100%;
34
39
  // max-width: 682px;