@elaraai/e3-ui-components 1.0.4 → 1.0.5

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/README.md CHANGED
@@ -148,8 +148,9 @@ Dual-licensed:
148
148
  - [@elaraai/east-node-io](https://www.npmjs.com/package/@elaraai/east-node-io): SQLite, PostgreSQL, MySQL, MongoDB, Redis, S3, FTP, SFTP, XLSX, XML, compression
149
149
  - [@elaraai/east-node-cli](https://www.npmjs.com/package/@elaraai/east-node-cli): CLI for running East IR programs in Node.js
150
150
 
151
- - **[East C](https://github.com/elaraai/east-workspace/tree/main/libs/east-c)**: C11 native runtime for executing East IR. Tarballed for `linux-x64` and `linux-arm64`, attached to each GitHub Release.
152
- - `east-c`: Core runtimetype system, IR interpreter, 200+ builtins, serialization (Beast2, JSON, CSV, East text)
151
+ - **[East C](https://github.com/elaraai/east-workspace/tree/main/libs/east-c)**: C11 native runtime for executing East IR. Distributed via npm (launcher + per-platform optional dependencies) and as tarballs on each GitHub Release.
152
+ - [@elaraai/east-c-cli](https://www.npmjs.com/package/@elaraai/east-c-cli): npm launcherinstalls the matching native binary as an optional dependency
153
+ - `east-c`: Core runtime — type system, IR interpreter, builtins, serialization (Beast2, JSON, CSV, East text)
153
154
  - `east-c-std`: Console, FileSystem, Fetch, Crypto, Time, Path, Random
154
155
  - `east-c-cli`: CLI for running East IR programs natively
155
156
 
@@ -0,0 +1,20 @@
1
+ import { ValueTypeOf } from '@elaraai/east';
2
+ import { LeverType } from '@elaraai/e3-ui/internal';
3
+ import { ConstraintValue } from './handle-runtime.js';
4
+ import { TypeNode } from './lever-editor.js';
5
+ type LeverValue = ValueTypeOf<typeof LeverType>;
6
+ /** Words for the well-known bounded-op case names. */
7
+ export declare const OP_WORDS: Record<string, string>;
8
+ /**
9
+ * The lever's display words plus the formatted payload. Dispatch is
10
+ * type-directed: `payloadType` is the contract case's payload type (walked
11
+ * off the judgements binding, same as the lever editor) — the value's shape
12
+ * is never guessed.
13
+ */
14
+ export declare function formatConstraint(constraint: ConstraintValue, payloadType: TypeNode | undefined, levers?: readonly LeverValue[]): {
15
+ lever: string;
16
+ op: string;
17
+ value: string;
18
+ };
19
+ export {};
20
+ //# sourceMappingURL=constraint-format.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constraint-format.d.ts","sourceRoot":"","sources":["../../src/decision/constraint-format.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEzD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,KAAK,UAAU,GAAG,WAAW,CAAC,OAAO,SAAS,CAAC,CAAC;AAEhD,sDAAsD;AACtD,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAW3C,CAAC;AAkBF;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAC5B,UAAU,EAAE,eAAe,EAC3B,WAAW,EAAE,QAAQ,GAAG,SAAS,EACjC,MAAM,CAAC,EAAE,SAAS,UAAU,EAAE,GAC/B;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAkB9C"}
@@ -0,0 +1,23 @@
1
+ import { UseDecisionHandleResult } from './handle-runtime.js';
2
+ import { TypeNode } from './lever-editor.js';
3
+ import { Decision } from './types.js';
4
+ export interface EvidenceFacetProps {
5
+ decision: Decision;
6
+ /** The host's `detail` canvas, already rendered by the queue. */
7
+ children?: React.ReactNode;
8
+ }
9
+ export declare const EvidenceFacet: import('react').NamedExoticComponent<EvidenceFacetProps>;
10
+ export interface OptionsFacetProps {
11
+ decision: Decision;
12
+ /** Narrow hosts render the stacked meter-card layout. */
13
+ narrow?: boolean;
14
+ }
15
+ export declare const OptionsFacet: import('react').NamedExoticComponent<OptionsFacetProps>;
16
+ export interface JudgementFacetProps {
17
+ decision: Decision;
18
+ handle: UseDecisionHandleResult;
19
+ /** Contract case name → payload type, walked off the judgements binding. */
20
+ leverPayloads: Record<string, TypeNode>;
21
+ }
22
+ export declare const JudgementFacet: import('react').NamedExoticComponent<JudgementFacetProps>;
23
+ //# sourceMappingURL=facets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"facets.d.ts","sourceRoot":"","sources":["../../src/decision/facets.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAuBH,OAAO,KAAK,EAAE,uBAAuB,EAA8B,MAAM,qBAAqB,CAAC;AAC/F,OAAO,EAAqC,KAAK,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAErF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAa3C,MAAM,WAAW,kBAAkB;IAC/B,QAAQ,EAAE,QAAQ,CAAC;IACnB,iEAAiE;IACjE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED,eAAO,MAAM,aAAa,0DAiCxB,CAAC;AAgDH,MAAM,WAAW,iBAAiB;IAC9B,QAAQ,EAAE,QAAQ,CAAC;IACnB,yDAAyD;IACzD,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,yDA6EvB,CAAC;AAYH,MAAM,WAAW,mBAAmB;IAChC,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,EAAE,uBAAuB,CAAC;IAChC,4EAA4E;IAC5E,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;CAC3C;AAED,eAAO,MAAM,cAAc,2DAyIzB,CAAC"}
@@ -0,0 +1,78 @@
1
+ import { variant, ValueTypeOf } from '@elaraai/east';
2
+ import { PlatformFunction } from '@elaraai/east/internal';
3
+ import { DiffBindingType, DecisionHandleType, DecisionHandleRefType, CommitStateType, JudgementInputType, DecisionConstraintType, VerdictType, AnswerLiteral } from '@elaraai/e3-ui/internal';
4
+ import { buildSliceHandle } from '@elaraai/east-ui-components';
5
+ import { Decision } from './types.js';
6
+ type DiffBindingValue = ValueTypeOf<typeof DiffBindingType>;
7
+ /** JS-side shape of a decoded {@link DecisionHandleType} value. */
8
+ export type DecisionHandleValue = ValueTypeOf<typeof DecisionHandleType>;
9
+ /** JS-side shape of a decoded {@link DecisionHandleRefType} payload value —
10
+ * the binding descriptors an extension payload carries. */
11
+ export type DecisionHandleRefValue = ValueTypeOf<typeof DecisionHandleRefType>;
12
+ /** JS-side shape of one staged judgement. */
13
+ export type Judgement = ValueTypeOf<typeof JudgementInputType>;
14
+ /** JS-side shape of the derived commit gate. */
15
+ export type CommitState = ValueTypeOf<typeof CommitStateType>;
16
+ /** JS-side shape of a verdict value. */
17
+ export type Verdict = ValueTypeOf<typeof VerdictType>;
18
+ /** JS-side shape of one typed constraint (a contract-variant value — the
19
+ * default contract's shape stands in for any solution contract here). */
20
+ export type ConstraintValue = ValueTypeOf<typeof DecisionConstraintType>;
21
+ /** The UI-state key holding a handle's case selection — derived from the
22
+ * bound source paths so it is stable across reloads without anyone naming
23
+ * it. Shared by the platform impl (reads/writes) and the React hook
24
+ * (subscription). */
25
+ export declare function deriveSelectionKey(decisions: readonly DiffBindingValue[]): string;
26
+ /**
27
+ * The canonical slice config over the fixed `DecisionType` — kind / title /
28
+ * value filterable, kind + title searchable. Decoded form (plain JS
29
+ * accessors); also what the queue's narrowing matches against.
30
+ */
31
+ export declare const DECISION_SLICE_CONFIG: {
32
+ fields: Map<string, unknown>;
33
+ rangeFieldId: variant<"none", null>;
34
+ searchFieldIds: string[];
35
+ breakdownFieldIds: never[];
36
+ };
37
+ /** The `decision_bind` implementation. Registered on module load. */
38
+ export declare const DecisionBindPlatform: PlatformFunction[];
39
+ export interface UseDecisionHandleResult {
40
+ /** The visible queue (union of every bound view). `null` until the
41
+ * bindings' types are registered and readable. */
42
+ decisions: Decision[] | null;
43
+ /** The selected case id, or `null` when no case is open. */
44
+ selected: string | null;
45
+ /** Resolved cases (judgements carrying a verdict), newest first; `null`
46
+ * while the bindings aren't readable. */
47
+ journal: Judgement[] | null;
48
+ /** The staged judgement for a case (a fresh empty one when nothing is
49
+ * staged yet); `null` while the bindings aren't readable. */
50
+ judgementFor: (caseId: string) => Judgement | null;
51
+ /** The derived commit gate for a case; `null` while unreadable. */
52
+ commitStateFor: (caseId: string) => CommitState | null;
53
+ select: (caseId: string) => void;
54
+ clearSelection: () => void;
55
+ /** Probe edit — routed to the owning view's patch overlay by `id`. */
56
+ update: (next: Decision) => void;
57
+ /** Record the response to one judgement prompt (by prompt id). */
58
+ answer: (caseId: string, promptId: string, response: AnswerLiteral) => void;
59
+ addKnowledge: (caseId: string, text: string) => void;
60
+ /** Stage a typed constraint (a contract-variant value; upserts by case name). */
61
+ inject: (caseId: string, constraint: ConstraintValue) => void;
62
+ /** Commit a verdict: judgement write + removal through the owning patch
63
+ * + selection clear. */
64
+ resolve: (caseId: string, verdict: Verdict) => void;
65
+ /** The handle-owned slice over the queue (closures; key derived from the
66
+ * bound source paths). `null` until the bindings are readable. */
67
+ slice: ReturnType<typeof buildSliceHandle> | null;
68
+ }
69
+ /**
70
+ * Resolve a {@link DecisionHandleRefType} payload value into live reads +
71
+ * stable writers. The hook reconstructs the handle from its descriptors
72
+ * (the same construction the platform impl performs) and adds store
73
+ * subscriptions so the surface re-renders when any bound value or the
74
+ * selection changes.
75
+ */
76
+ export declare function useDecisionHandle(ref: DecisionHandleRefValue | null): UseDecisionHandleResult;
77
+ export {};
78
+ //# sourceMappingURL=handle-runtime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handle-runtime.d.ts","sourceRoot":"","sources":["../../src/decision/handle-runtime.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAmBH,OAAO,EAKH,OAAO,EAGP,KAAK,WAAW,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE/D,OAAO,EAEH,eAAe,EACf,kBAAkB,EAClB,qBAAqB,EACrB,eAAe,EACf,kBAAkB,EAClB,sBAAsB,EACtB,WAAW,EACX,KAAK,aAAa,EACrB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAgD,gBAAgB,EAA2C,MAAM,6BAA6B,CAAC;AAatJ,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,KAAK,gBAAgB,GAAG,WAAW,CAAC,OAAO,eAAe,CAAC,CAAC;AAE5D,mEAAmE;AACnE,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACzE;4DAC4D;AAC5D,MAAM,MAAM,sBAAsB,GAAG,WAAW,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAC/E,6CAA6C;AAC7C,MAAM,MAAM,SAAS,GAAG,WAAW,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC/D,gDAAgD;AAChD,MAAM,MAAM,WAAW,GAAG,WAAW,CAAC,OAAO,eAAe,CAAC,CAAC;AAC9D,wCAAwC;AACxC,MAAM,MAAM,OAAO,GAAG,WAAW,CAAC,OAAO,WAAW,CAAC,CAAC;AACtD;0EAC0E;AAC1E,MAAM,MAAM,eAAe,GAAG,WAAW,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAQzE;;;sBAGsB;AACtB,wBAAgB,kBAAkB,CAAC,SAAS,EAAE,SAAS,gBAAgB,EAAE,GAAG,MAAM,CAEjF;AAmBD;;;;GAIG;AACH,eAAO,MAAM,qBAAqB;;;;;CASjC,CAAC;AAuJF,qEAAqE;AACrE,eAAO,MAAM,oBAAoB,EAAE,gBAAgB,EAUlD,CAAC;AAQF,MAAM,WAAW,uBAAuB;IACpC;uDACmD;IACnD,SAAS,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC7B,4DAA4D;IAC5D,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;8CAC0C;IAC1C,OAAO,EAAE,SAAS,EAAE,GAAG,IAAI,CAAC;IAC5B;kEAC8D;IAC9D,YAAY,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,SAAS,GAAG,IAAI,CAAC;IACnD,mEAAmE;IACnE,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,WAAW,GAAG,IAAI,CAAC;IACvD,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,sEAAsE;IACtE,MAAM,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;IACjC,kEAAkE;IAClE,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,aAAa,KAAK,IAAI,CAAC;IAC5E,YAAY,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACrD,iFAAiF;IACjF,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,eAAe,KAAK,IAAI,CAAC;IAC9D;6BACyB;IACzB,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACpD;uEACmE;IACnE,KAAK,EAAE,UAAU,CAAC,OAAO,gBAAgB,CAAC,GAAG,IAAI,CAAC;CACrD;AAsCD;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,sBAAsB,GAAG,IAAI,GAAG,uBAAuB,CAyE7F"}
@@ -0,0 +1,10 @@
1
+ import { ValueTypeOf } from '@elaraai/east';
2
+ import { DecisionJournal } from '@elaraai/e3-ui/internal';
3
+ type DecisionJournalValue = ValueTypeOf<typeof DecisionJournal.Component.schema>;
4
+ export interface EastChakraDecisionJournalProps {
5
+ value: DecisionJournalValue;
6
+ storageKey: string;
7
+ }
8
+ declare const EastChakraDecisionJournal: import('react').NamedExoticComponent<EastChakraDecisionJournalProps>;
9
+ export { EastChakraDecisionJournal };
10
+ //# sourceMappingURL=journal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"journal.d.ts","sourceRoot":"","sources":["../../src/decision/journal.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAeH,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAS1D,KAAK,oBAAoB,GAAG,WAAW,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;AAyBjF,MAAM,WAAW,8BAA8B;IAC3C,KAAK,EAAE,oBAAoB,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,yBAAyB,sEAgG7B,CAAC;AAIH,OAAO,EAAE,yBAAyB,EAAE,CAAC"}
@@ -0,0 +1,28 @@
1
+ import { ConstraintValue } from './handle-runtime.js';
2
+ /** Minimal structural view of an East runtime type object. */
3
+ export interface TypeNode {
4
+ type: string;
5
+ cases?: Record<string, TypeNode>;
6
+ fields?: Record<string, TypeNode>;
7
+ key?: TypeNode;
8
+ value?: TypeNode;
9
+ }
10
+ /**
11
+ * Normalize a registered binding type to {@link TypeNode}. Platform type
12
+ * arguments arrive as decoded `EastTypeValue` variants
13
+ * (`{type:'Struct', value:[{name,type}…]}`); runtime `EastType` objects use
14
+ * the flattened shape (`{type:'Struct', fields:{…}}`). Accept both.
15
+ */
16
+ export declare function normalizeTypeValue(tv: unknown): TypeNode;
17
+ /** Editable shapes: bare primitive, struct of primitives, or an op variant
18
+ * whose case payloads are primitives / structs of primitives. */
19
+ export declare function leverPayloadEditable(node: TypeNode | undefined): boolean;
20
+ export interface LeverEditorProps {
21
+ /** The contract case name this lever injects. */
22
+ leverCase: string;
23
+ /** The case's payload type, walked off the judgements binding type. */
24
+ payload: TypeNode;
25
+ onInject: (constraint: ConstraintValue) => void;
26
+ }
27
+ export declare function LeverEditor({ leverCase, payload, onInject }: LeverEditorProps): import("react/jsx-runtime").JSX.Element;
28
+ //# sourceMappingURL=lever-editor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lever-editor.d.ts","sourceRoot":"","sources":["../../src/decision/lever-editor.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AA8BH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAG3D,8DAA8D;AAC9D,MAAM,WAAW,QAAQ;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IACjC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAClC,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE,QAAQ,CAAC;CACpB;AAID;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,EAAE,EAAE,OAAO,GAAG,QAAQ,CA+BxD;AAcD;kEACkE;AAClE,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,QAAQ,GAAG,SAAS,GAAG,OAAO,CAMxE;AAED,MAAM,WAAW,gBAAgB;IAC7B,iDAAiD;IACjD,SAAS,EAAE,MAAM,CAAC;IAClB,uEAAuE;IACvE,OAAO,EAAE,QAAQ,CAAC;IAClB,QAAQ,EAAE,CAAC,UAAU,EAAE,eAAe,KAAK,IAAI,CAAC;CACnD;AAID,wBAAgB,WAAW,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,gBAAgB,2CAyG7E"}
@@ -0,0 +1,10 @@
1
+ import { ValueTypeOf } from '@elaraai/east';
2
+ import { DecisionQueue } from '@elaraai/e3-ui/internal';
3
+ type DecisionQueueValue = ValueTypeOf<typeof DecisionQueue.Component.schema>;
4
+ export interface EastChakraDecisionQueueProps {
5
+ value: DecisionQueueValue;
6
+ storageKey: string;
7
+ }
8
+ declare const EastChakraDecisionQueue: import('react').NamedExoticComponent<EastChakraDecisionQueueProps>;
9
+ export { EastChakraDecisionQueue };
10
+ //# sourceMappingURL=queue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"queue.d.ts","sourceRoot":"","sources":["../../src/decision/queue.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAwBH,OAAO,EAAW,KAAK,WAAW,EAAE,MAAM,eAAe,CAAC;AAE1D,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAkBxD,KAAK,kBAAkB,GAAG,WAAW,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;AA4S7E,MAAM,WAAW,4BAA4B;IACzC,KAAK,EAAE,kBAAkB,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,uBAAuB,oEAoM3B,CAAC;AAIH,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { ValueTypeOf } from '@elaraai/east';
2
+ import { DecisionType as EastDecisionType, UrgencyType as EastUrgencyType } from '@elaraai/e3-ui/internal';
3
+ /** JS-side shape of a `DecisionType` value. */
4
+ export type Decision = ValueTypeOf<typeof EastDecisionType>;
5
+ /** JS-side shape of one `DecisionOptionType` (a decision's alternative). */
6
+ export type DecisionOption = Decision['alternatives'][number];
7
+ /** JS string-union of every `UrgencyType` variant tag. */
8
+ export type UrgencyKind = ValueTypeOf<typeof EastUrgencyType>['type'];
9
+ /** Queue sort weight — overdue first, routine last. */
10
+ export declare const URGENCY_RANK: Record<UrgencyKind, number>;
11
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/decision/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,YAAY,IAAI,gBAAgB,EAAE,WAAW,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE3G,+CAA+C;AAC/C,MAAM,MAAM,QAAQ,GAAG,WAAW,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE5D,4EAA4E;AAC5E,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;AAE9D,0DAA0D;AAC1D,MAAM,MAAM,WAAW,GAAG,WAAW,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtE,uDAAuD;AACvD,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,CAIpD,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { ValueTypeOf } from '@elaraai/east';
2
- import { Diff } from '@elaraai/e3-ui';
2
+ import { Diff } from '@elaraai/e3-ui/internal';
3
3
  type DiffValue = ValueTypeOf<typeof Diff.Component.schema>;
4
4
  export interface EastChakraDiffProps {
5
5
  value: DiffValue;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/diff/index.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AA2CH,OAAO,EAUH,KAAK,WAAW,EAQnB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,IAAI,EAAmB,MAAM,gBAAgB,CAAC;AAwBvD,KAAK,SAAS,GAAG,WAAW,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;AA00B3D,MAAM,WAAW,mBAAmB;IAChC,KAAK,EAAE,SAAS,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,cAAc,2DA2asC,CAAC;AAM3D,OAAO,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/diff/index.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AA2CH,OAAO,EAUH,KAAK,WAAW,EAQnB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,IAAI,EAAmB,MAAM,yBAAyB,CAAC;AAwBhE,KAAK,SAAS,GAAG,WAAW,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;AA00B3D,MAAM,WAAW,mBAAmB;IAChC,KAAK,EAAE,SAAS,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,cAAc,2DA2asC,CAAC;AAM3D,OAAO,EAAE,cAAc,EAAE,CAAC"}