@elaraai/e3-ui-components 1.0.40 → 1.0.42

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.
@@ -1 +1 @@
1
- {"version":3,"file":"OntologyNode.d.ts","sourceRoot":"","sources":["../../src/ontology/OntologyNode.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAeH,OAAO,EAAoB,KAAK,SAAS,EAAE,KAAK,IAAI,EAAE,MAAM,eAAe,CAAC;AAO5E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAiBnD,qEAAqE;AACrE,MAAM,WAAW,oBAAoB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,IAAI,EAAE,gBAAgB,CAAC;IACvB,SAAS,EAAE,SAAS,GAAG,QAAQ,GAAG,WAAW,CAAC;IAC9C,qEAAqE;IACrE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B;AAmBD,eAAO,MAAM,YAAY,2DAA6B,SAAS,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,6CAsHzF,CAAC"}
1
+ {"version":3,"file":"OntologyNode.d.ts","sourceRoot":"","sources":["../../src/ontology/OntologyNode.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAeH,OAAO,EAAoB,KAAK,SAAS,EAAE,KAAK,IAAI,EAAE,MAAM,eAAe,CAAC;AAO5E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAiBnD,qEAAqE;AACrE,MAAM,WAAW,oBAAoB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,IAAI,EAAE,gBAAgB,CAAC;IACvB,SAAS,EAAE,SAAS,GAAG,QAAQ,GAAG,WAAW,CAAC;IAC9C,qEAAqE;IACrE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B;AAoBD,eAAO,MAAM,YAAY,2DAA6B,SAAS,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,6CAsHzF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ontology/index.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAkCH,OAAO,EAAuB,KAAK,WAAW,EAAE,MAAM,eAAe,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AA+BnD,KAAK,eAAe,GAAG,WAAW,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;AAoBrE,MAAM,WAAW,uBAAuB;IACpC,KAAK,EAAE,eAAe,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;CACtB;AAiWD,QAAA,MAAM,kBAAkB,+DAkMtB,CAAC;AAIH,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ontology/index.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAkCH,OAAO,EAAuB,KAAK,WAAW,EAAE,MAAM,eAAe,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAgCnD,KAAK,eAAe,GAAG,WAAW,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;AAoBrE,MAAM,WAAW,uBAAuB;IACpC,KAAK,EAAE,eAAe,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;CACtB;AAqWD,QAAA,MAAM,kBAAkB,+DAkMtB,CAAC;AAIH,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Copyright (c) 2025 Elara AI Pty Ltd
3
+ * Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details.
4
+ */
5
+ /** Whether the document is currently in dark mode; live across toggles. */
6
+ export declare function useIsDarkMode(): boolean;
7
+ //# sourceMappingURL=use-color-mode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-color-mode.d.ts","sourceRoot":"","sources":["../../src/ontology/use-color-mode.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAYH,2EAA2E;AAC3E,wBAAgB,aAAa,IAAI,OAAO,CAYvC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elaraai/e3-ui-components",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "description": "React Query hooks and preview components for the e3 API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -36,12 +36,12 @@
36
36
  "@tanstack/react-query": "^5.62.0",
37
37
  "react": "^19.0.0",
38
38
  "react-dom": "^19.0.0",
39
- "@elaraai/e3-api-client": "1.0.40",
40
- "@elaraai/e3-ui": "1.0.40",
41
- "@elaraai/e3-types": "1.0.40",
42
- "@elaraai/east-ui": "1.0.40",
43
- "@elaraai/east-ui-components": "1.0.40",
44
- "@elaraai/east": "1.0.40"
39
+ "@elaraai/e3-api-client": "1.0.42",
40
+ "@elaraai/e3-ui": "1.0.42",
41
+ "@elaraai/east-ui": "1.0.42",
42
+ "@elaraai/east": "1.0.42",
43
+ "@elaraai/e3-types": "1.0.42",
44
+ "@elaraai/east-ui-components": "1.0.42"
45
45
  },
46
46
  "dependencies": {
47
47
  "@emotion/react": "^11.14.0",
@@ -82,12 +82,12 @@
82
82
  "typescript": "~5.9.2",
83
83
  "vite": "^6.0.0",
84
84
  "vite-plugin-dts": "^4.3.0",
85
- "@elaraai/e3-api-client": "1.0.40",
86
- "@elaraai/east": "1.0.40",
87
- "@elaraai/e3-ui": "1.0.40",
88
- "@elaraai/east-ui-components": "1.0.40",
89
- "@elaraai/east-ui": "1.0.40",
90
- "@elaraai/e3-types": "1.0.40"
85
+ "@elaraai/e3-api-client": "1.0.42",
86
+ "@elaraai/e3-ui": "1.0.42",
87
+ "@elaraai/e3-types": "1.0.42",
88
+ "@elaraai/east": "1.0.42",
89
+ "@elaraai/east-ui": "1.0.42",
90
+ "@elaraai/east-ui-components": "1.0.42"
91
91
  },
92
92
  "repository": {
93
93
  "type": "git",