@meshmakers/octo-ui 3.3.720 → 3.3.740

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": "@meshmakers/octo-ui",
3
- "version": "3.3.720",
3
+ "version": "3.3.740",
4
4
  "peerDependencies": {
5
5
  "@ngx-translate/core": "^17.0.0",
6
6
  "@angular/animations": "^21.0.6",
@@ -410,7 +410,7 @@ declare class EntityIdInfoComponent {
410
410
  protected readonly copyIcon: _progress_kendo_svg_icons.SVGIcon;
411
411
  /** The RtId (ObjectId) of the entity */
412
412
  rtId: string;
413
- /** The RtCkTypeId - runtime CK type ID (e.g., System.Communication/MeshAdapter) */
413
+ /** The RtCkTypeId - runtime CK type ID (e.g., System.Communication/Adapter) */
414
414
  rtCkTypeId: string;
415
415
  /** The CkTypeId - full versioned Construction Kit type ID (e.g., System.Communication-2.0.3/MeshAdapter-1) */
416
416
  ckTypeId?: string;