intelicoreact 1.4.78 → 1.4.80

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.
@@ -49,6 +49,7 @@ const accordionData = (accordionTitle, accordionListContent) => {
49
49
 
50
50
  const FileLoaderDescription = _ref => {
51
51
  let {
52
+ fieldKey,
52
53
  testId,
53
54
  className,
54
55
  onChange,
@@ -143,7 +144,8 @@ const FileLoaderDescription = _ref => {
143
144
  }, filesDescription), fields.map(field => {
144
145
  return /*#__PURE__*/_react.default.createElement(_FileLoaderLocal.default, {
145
146
  className: "".concat(RC, "__list-item"),
146
- key: field.id,
147
+ fieldKey: fieldKey,
148
+ key: "".concat(fieldKey !== null && fieldKey !== void 0 ? fieldKey : Date.now(), "/").concat(field.id),
147
149
  id: field.id,
148
150
  error: field.error,
149
151
  label: "Upload document",
@@ -6,6 +6,8 @@
6
6
  min-width: 100%;
7
7
  max-width: 100%;
8
8
 
9
+ gap: 4px;
10
+
9
11
  &--disabled {
10
12
  filter: grayscale(0.2);
11
13
  * {
@@ -24,11 +26,11 @@
24
26
  &_item {
25
27
  display: inline-block;
26
28
  box-sizing: border-box;
27
- overflow: hidden;
28
29
  width: auto;
29
30
 
30
31
  .tag {
31
- // max-width: 100%;
32
+ max-width: 100%;
33
+ margin: 0!important;
32
34
  box-sizing: border-box;
33
35
 
34
36
  &__label {
@@ -44,6 +46,7 @@
44
46
 
45
47
  &_render-more,
46
48
  &_hide-more {
49
+ margin: 0!important;
47
50
  cursor: pointer;
48
51
 
49
52
  background: #ffedc8;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.4.78",
3
+ "version": "1.4.80",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [