@ikonai/sdk-react-ui 0.0.4 → 0.0.6

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/ikon-ui.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { IkonClient } from '../../sdk/src/index.ts';
1
+ import { IkonClient } from '../../sdk-core/src/index.ts';
2
2
  import { IkonUICore, IkonUiStreamListener, UiStyleListener, UiStylePayload } from '../../sdk-ui/src/index.ts';
3
3
  import { IkonUiStoreEntry } from './surface';
4
4
  export interface IkonUIConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikonai/sdk-react-ui",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -1,4 +1,4 @@
1
- import { UIPayload } from '../../../platform-generated/src/index.ts';
1
+ import { UIPayload } from '../../../../shared/generated/src/index.ts';
2
2
  import { UiElementNode } from '../../../sdk-ui/src/index.ts';
3
3
  import { ComponentType, ReactNode } from 'react';
4
4
  export { type UiUpdateType, type UiElementProps, type UiElementNode, type UiElementDiffNode, type UiSnapshot, type UiFullSnapshot, type UiDiffSnapshot, type UiSnapshotMetadata, type UiOptimisticPatchMetadata, type UiOptimisticReconcileMetadata, type TextDelta, type ParsedUiUpdate, type UiStoreSnapshot, type UiOptimisticPatchState, } from '../../../sdk-ui/src/index.ts';
package/surface.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { UIStreamCategories } from '../../platform-generated/src/index.ts';
1
+ import { UIStreamCategories } from '../../../shared/generated/src/index.ts';
2
2
  import { UiStreamStore } from '../../sdk-ui/src/index.ts';
3
3
  import { UiComponentLibrary } from './renderer';
4
4
  export declare const IKON_UI_STREAM_CATEGORY: "ikon-ui";