@almadar/ui 1.0.28 → 1.0.29

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.
@@ -2519,7 +2519,7 @@ interface DetailField {
2519
2519
  }
2520
2520
  interface DetailSection {
2521
2521
  title: string;
2522
- fields: DetailField[];
2522
+ fields: (DetailField | string)[];
2523
2523
  }
2524
2524
  /**
2525
2525
  * Action definition for DetailPanel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/components/index.js",
@@ -65,8 +65,8 @@
65
65
  "remark-math": "^6.0.0",
66
66
  "react-force-graph-2d": "^1.28.0",
67
67
  "@almadar/core": "1.0.17",
68
- "@almadar/evaluator": "1.0.14",
69
- "@almadar/patterns": "1.1.1"
68
+ "@almadar/patterns": "1.1.1",
69
+ "@almadar/evaluator": "1.0.14"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "react": "^18.0.0",