@axinom/mosaic-ui 0.34.0-rc.5 → 0.34.0-rc.6

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.34.0-rc.5",
3
+ "version": "0.34.0-rc.6",
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.7-rc.5",
35
+ "@axinom/mosaic-core": "^0.4.7-rc.6",
36
36
  "@faker-js/faker": "^7.4.0",
37
37
  "@popperjs/core": "^2.9.2",
38
38
  "clsx": "^1.1.0",
@@ -102,5 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "gitHead": "88f73eb41b84c0920a3e000aecb343bf08ddeec6"
105
+ "gitHead": "f7792f0bd51eb1551ef9c84dfabfaf12e1196e0a"
106
106
  }
@@ -285,7 +285,6 @@ export const ListRow = <T extends Data>({
285
285
  icon={IconName.ChevronRight}
286
286
  height={actionSize}
287
287
  width={actionSize}
288
- onButtonClicked={onItemClicked as () => void}
289
288
  dataTestId="list-entry-action"
290
289
  />
291
290
  ))}