Skip to content

Commit 386d193

Browse files
committed
refactor: remove unused exports from index and simplify EmbeddedSessionDevWarning documentation
1 parent 832ec46 commit 386d193

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/embedded/components/EmbeddedSessionDevWarning/EmbeddedSessionDevWarning.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ interface EmbeddedSessionDevWarningProps {
1010
}
1111

1212
/**
13-
* Dev-only error-styled banner when embedded views are not wrapped in
14-
* `EmbeddedSessionManager`.
13+
* Banner when embedded views are not wrapped in EmbeddedSessionManager`.
1514
*/
1615
export const EmbeddedSessionDevWarning = ({
1716
visible,

src/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ export type {
3434
} from './core/types';
3535
export {
3636
EmbeddedSessionManager,
37-
IterableEmbeddedBanner,
38-
IterableEmbeddedCard,
3937
IterableEmbeddedManager,
40-
IterableEmbeddedNotification,
4138
IterableEmbeddedView,
4239
IterableEmbeddedViewType,
4340
useEmbeddedView,

0 commit comments

Comments
 (0)