@axinom/mosaic-ui 0.36.0-rc.0 → 0.36.0-rc.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-ui",
3
- "version": "0.36.0-rc.0",
3
+ "version": "0.36.0-rc.1",
4
4
  "description": "UI components for building Axinom Mosaic applications",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -32,7 +32,7 @@
32
32
  "build-storybook": "storybook build"
33
33
  },
34
34
  "dependencies": {
35
- "@axinom/mosaic-core": "^0.4.9-rc.0",
35
+ "@axinom/mosaic-core": "^0.4.9-rc.1",
36
36
  "@faker-js/faker": "^7.4.0",
37
37
  "@popperjs/core": "^2.9.2",
38
38
  "clsx": "^1.1.0",
@@ -104,5 +104,5 @@
104
104
  "publishConfig": {
105
105
  "access": "public"
106
106
  },
107
- "gitHead": "b232d67a1f8a7b0b696fb1e962cf353e09445af0"
107
+ "gitHead": "75820312f208182b26c4e1fad4cd34f8e566b32c"
108
108
  }
@@ -221,6 +221,7 @@ export const DynamicListDataEntry = <T extends Data>({
221
221
  error[column.propertyName as string],
222
222
  (value) => valueChangedHandler(column.propertyName, value),
223
223
  disabled,
224
+ mode,
224
225
  )}
225
226
  </div>
226
227
  ))}