@elaraai/east-ui-components 1.0.12 → 1.0.13

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.
@@ -2,5 +2,5 @@
2
2
  * Copyright (c) 2025 Elara AI Pty Ltd
3
3
  * Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details.
4
4
  */
5
- export declare const schematicSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"canvas" | "grid" | "root" | "item" | "meterTrack" | "meterFill" | "underlay" | "zone" | "zoneLabel" | "itemHead" | "itemIcon" | "itemLabel" | "statusDot" | "itemSublabel" | "itemMetric" | "itemDot" | "itemPin" | "controls" | "controlButton" | "scaleBar" | "scaleRuler" | "scaleLabel" | "minimap" | "minimapZone" | "minimapViewport" | "nav" | "navCollapsed" | "navHeader" | "navTitle" | "navToggle" | "navSearch" | "navTree" | "navZone" | "navCaret" | "navZoneLabel" | "navCount" | "navItem" | "navMetric", import('@chakra-ui/react').SlotRecipeVariantRecord<"canvas" | "grid" | "root" | "item" | "meterTrack" | "meterFill" | "underlay" | "zone" | "zoneLabel" | "itemHead" | "itemIcon" | "itemLabel" | "statusDot" | "itemSublabel" | "itemMetric" | "itemDot" | "itemPin" | "controls" | "controlButton" | "scaleBar" | "scaleRuler" | "scaleLabel" | "minimap" | "minimapZone" | "minimapViewport" | "nav" | "navCollapsed" | "navHeader" | "navTitle" | "navToggle" | "navSearch" | "navTree" | "navZone" | "navCaret" | "navZoneLabel" | "navCount" | "navItem" | "navMetric">>;
5
+ export declare const schematicSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"canvas" | "grid" | "root" | "item" | "meterTrack" | "meterFill" | "underlay" | "zone" | "zoneLabel" | "zoneShapes" | "zoneShapeLabel" | "footprints" | "itemHead" | "itemIcon" | "itemLabel" | "statusDot" | "itemSublabel" | "itemMetric" | "itemDot" | "itemPin" | "controls" | "controlButton" | "scaleBar" | "scaleRuler" | "scaleLabel" | "minimap" | "minimapZone" | "minimapViewport" | "nav" | "navCollapsed" | "navHeader" | "navTitle" | "navToggle" | "navSearch" | "navTree" | "navZone" | "navCaret" | "navZoneLabel" | "navCount" | "navItem" | "navMetric", import('@chakra-ui/react').SlotRecipeVariantRecord<"canvas" | "grid" | "root" | "item" | "meterTrack" | "meterFill" | "underlay" | "zone" | "zoneLabel" | "zoneShapes" | "zoneShapeLabel" | "footprints" | "itemHead" | "itemIcon" | "itemLabel" | "statusDot" | "itemSublabel" | "itemMetric" | "itemDot" | "itemPin" | "controls" | "controlButton" | "scaleBar" | "scaleRuler" | "scaleLabel" | "minimap" | "minimapZone" | "minimapViewport" | "nav" | "navCollapsed" | "navHeader" | "navTitle" | "navToggle" | "navSearch" | "navTree" | "navZone" | "navCaret" | "navZoneLabel" | "navCount" | "navItem" | "navMetric">>;
6
6
  //# sourceMappingURL=schematic.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schematic.d.ts","sourceRoot":"","sources":["../../../src/theme/slot-recipes/schematic.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAYH,eAAO,MAAM,mBAAmB,2lCAqd9B,CAAC"}
1
+ {"version":3,"file":"schematic.d.ts","sourceRoot":"","sources":["../../../src/theme/slot-recipes/schematic.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAYH,eAAO,MAAM,mBAAmB,6rCA2iB9B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elaraai/east-ui-components",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "React components for rendering East UI types with Chakra UI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -46,8 +46,8 @@
46
46
  "peerDependencies": {
47
47
  "react": "^19.0.0",
48
48
  "react-dom": "^19.0.0",
49
- "@elaraai/east": "1.0.12",
50
- "@elaraai/east-ui": "1.0.12"
49
+ "@elaraai/east": "1.0.13",
50
+ "@elaraai/east-ui": "1.0.13"
51
51
  },
52
52
  "dependencies": {
53
53
  "@chakra-ui/charts": "^3.30.0",
@@ -114,7 +114,7 @@
114
114
  "vite": "^6.0.0",
115
115
  "vite-plugin-dts": "^4.3.0",
116
116
  "vitest": "^4.0.14",
117
- "@elaraai/east-node-std": "1.0.12"
117
+ "@elaraai/east-node-std": "1.0.13"
118
118
  },
119
119
  "repository": {
120
120
  "type": "git",