@archbase/advanced 3.0.25 → 4.0.0

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 -1
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -3223,7 +3223,7 @@ class we extends v {
3223
3223
  /* @__PURE__ */ n(
3224
3224
  z,
3225
3225
  {
3226
- label: /* @__PURE__ */ n(x, { color: i, children: m().t(this.props.recordData.label) }),
3226
+ label: /* @__PURE__ */ n(x, { c: i, children: m().t(this.props.recordData.label) }),
3227
3227
  checked: this.state.selected,
3228
3228
  style: { cursor: "pointer" },
3229
3229
  onChange: this.onCheckboxChange
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archbase/advanced",
3
- "version": "3.0.25",
3
+ "version": "4.0.0",
4
4
  "description": "Archbase React Advanced Components - Charts, Kanban, QueryBuilder",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -17,18 +17,18 @@
17
17
  "dist"
18
18
  ],
19
19
  "peerDependencies": {
20
- "@mantine/core": "8.3.18",
21
- "@mantine/dates": "8.3.18",
22
- "@mantine/hooks": "8.3.18",
20
+ "@mantine/core": "9.1.1",
21
+ "@mantine/dates": "9.1.1",
22
+ "@mantine/hooks": "9.1.1",
23
23
  "@tabler/icons-react": "^3.29.0",
24
24
  "react": "^19.2.0",
25
25
  "react-dom": "^19.2.0"
26
26
  },
27
27
  "dependencies": {
28
- "@archbase/components": "3.0.25",
29
- "@archbase/core": "3.0.25",
30
- "@archbase/data": "3.0.25",
31
- "@archbase/layout": "3.0.25",
28
+ "@archbase/components": "4.0.0",
29
+ "@archbase/core": "4.0.0",
30
+ "@archbase/data": "4.0.0",
31
+ "@archbase/layout": "4.0.0",
32
32
  "date-fns": "^2.30.0",
33
33
  "dayjs": "^1.11.10",
34
34
  "i18next": "^23.16.8",