rn-vs-lb 1.0.58 → 1.0.61

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.
@@ -38,7 +38,7 @@ export type GuestAiChatViewProps = {
38
38
  onSend: () => void;
39
39
 
40
40
  // ссылки
41
- listRef: RefObject<FlatList<PureChatMessage>>;
41
+ listRef: RefObject<FlatList<PureChatMessage> | null>;
42
42
 
43
43
  // тема
44
44
  theme: ThemeType;
@@ -1,2 +1,4 @@
1
1
  export { default as GalleryModal } from './GalleryModal';
2
2
  export { default as ReportModal } from './ReportModal';
3
+ export { default as GuestAiChatModalView } from './GuestAiChatModal';
4
+ export type { PureChatMessage } from "./GuestAiChatModal";
@@ -18,6 +18,8 @@ export { default as StatusFilter } from './StatusFilter/StatusFilter';
18
18
  export type { StatusOption } from './StatusFilter/StatusFilter';
19
19
  export { default as TabBar } from './TabBar/TabBar';
20
20
  export type { TabItem } from './TabBar/TabBar';
21
+ export { default as TabBarAi } from './TabBar/TabBarAi';
22
+ export type { TabItem as TabItemAi } from './TabBar/TabBarAi';
21
23
  export { default as TabButton } from './TabButton/TabButton';
22
24
  export type { TabButtonProps } from './TabButton/TabButton';
23
25
  export { default as TextWithLinks } from './TextWithLinks';
@@ -25,3 +27,4 @@ export { default as ThemeSwitcher } from './ThemeSwitcher';
25
27
  export { ThreeDotsMenu } from './ThreeDotsMenu';
26
28
  export { default as TripleSwitch } from './TripleSwitch';
27
29
  export type { TripleSwitchValue } from './TripleSwitch';
30
+ export { UpdateRequiredView } from './UpdateRequiredView';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-vs-lb",
3
- "version": "1.0.58",
3
+ "version": "1.0.61",
4
4
  "description": "Expo Router + Storybook template ready for npm distribution.",
5
5
  "keywords": [
6
6
  "expo",