@fileverse-dev/ddoc 5.0.0-unstable-styles-3 → 5.0.0

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
@@ -65,7 +65,7 @@ npm install @dnd-kit/core @dnd-kit/sortable @dnd-kit/utilities @fileverse/ui @fi
65
65
  | `framer-motion` | `>=11.2.10` |
66
66
  | `frimousse` | `>=0.3.0` |
67
67
 
68
- During the `unstable-styles` prerelease, install `@fileverse/ui@5.4.0-unstable-styles-2` exactly a prerelease tag never satisfies a caret range, so the exact pin is required until the stable release, which pairs with `^5.4.0`.
68
+ The peer range is `@fileverse/ui@^5.4.0`. If you ever test a prerelease pairing, pin both packages exactly: a prerelease never satisfies a caret range.
69
69
 
70
70
  These are externalized from the bundle to avoid duplication when your app already uses them. If you don't have them installed, npm (v7+) will auto-install them for you.
71
71
 
package/dist/index.d.ts CHANGED
@@ -15,8 +15,9 @@ export { buildVersionDiffSnapshot } from './package/components/tabs/utils/versio
15
15
  export type { DdocExportModalProps, ExportFormatOption, ExportTabOption, } from './package/components/export-modal';
16
16
  export type { VersionTabSnapshot } from './package/components/tabs/utils/version-diff-snapshot';
17
17
  export { Editor } from '@tiptap/react';
18
- export type { CollaborationProps, CollabConnectionConfig, CollabSessionMeta, CollabServices, CollabCallbacks, CollabState, CollabError, CollabErrorCode, CollabStatus, } from './package/sync-local/types';
18
+ export type { CollaborationProps, CollabConnectionConfig, CollabSessionMeta, CollabServices, CollabCallbacks, CollabState, CollabError, CollabErrorCode, CollabStatus, WireFormat, WireTelemetryEvent, } from './package/sync-local/types';
19
19
  export { encryptForRoomKey, decryptForRoomKey, } from './package/sync-local/crypto/room-key';
20
+ export { WIRE_TAG, isXChaChaCipher } from './package/sync-local/crypto';
20
21
  export { fetchSessionState, seedSession, } from './package/sync-local/session-tools';
21
22
  export type { CommentMutationMeta, SuggestionType } from './package/types';
22
23
  export type { IComment } from './package/extensions/comment/comment.ts';