@ocelescope/ocelot 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -109,8 +109,7 @@ const EntityOverview = ({ attributes, relations, entityCounts, search = "" }) =>
109
109
  cols: {
110
110
  base: 1,
111
111
  sm: 2,
112
- md: 4,
113
- lg: 5
112
+ md: 4
114
113
  },
115
114
  children: useMemo(() => {
116
115
  const toSearch = search.toLowerCase();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ocelescope/ocelot",
3
3
  "type": "module",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "description": "A module for inspections of OCELs",
6
6
  "author": "Görkem-Emre Öztürk <goerkem.oeztuerk@rwth-aachen.de>",
7
7
  "license": "MIT",
@@ -31,7 +31,7 @@
31
31
  "@dagrejs/dagre": "^3.0.0",
32
32
  "@mantine/core": "^9.4.0",
33
33
  "@mantine/hooks": "^9.4.0",
34
- "@ocelescope/api-base": "^0.1.0",
34
+ "@ocelescope/api-base": "^0.2.0",
35
35
  "@ocelescope/core": "^0.1.2",
36
36
  "@tanstack/react-query": "^5.90.21",
37
37
  "@xyflow/react": "^12.10.1",