@knocklabs/react 0.7.14 → 0.7.15

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.
Files changed (43) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/cjs/index.js +1 -1
  3. package/dist/esm/index.mjs +90 -51
  4. package/dist/esm/index.mjs.map +1 -1
  5. package/dist/types/index.d.ts +6 -6
  6. package/dist/types/index.d.ts.map +1 -1
  7. package/dist/types/modules/core/index.d.ts +4 -4
  8. package/dist/types/modules/core/index.d.ts.map +1 -1
  9. package/dist/types/modules/feed/components/EmptyFeed/index.d.ts +1 -1
  10. package/dist/types/modules/feed/components/EmptyFeed/index.d.ts.map +1 -1
  11. package/dist/types/modules/feed/components/NotificationCell/index.d.ts +2 -2
  12. package/dist/types/modules/feed/components/NotificationCell/index.d.ts.map +1 -1
  13. package/dist/types/modules/feed/components/NotificationFeed/index.d.ts +3 -3
  14. package/dist/types/modules/feed/components/NotificationFeed/index.d.ts.map +1 -1
  15. package/dist/types/modules/feed/components/NotificationFeedContainer/index.d.ts +1 -1
  16. package/dist/types/modules/feed/components/NotificationFeedContainer/index.d.ts.map +1 -1
  17. package/dist/types/modules/feed/components/NotificationFeedPopover/index.d.ts +1 -1
  18. package/dist/types/modules/feed/components/NotificationFeedPopover/index.d.ts.map +1 -1
  19. package/dist/types/modules/feed/components/NotificationIconButton/index.d.ts +1 -1
  20. package/dist/types/modules/feed/components/NotificationIconButton/index.d.ts.map +1 -1
  21. package/dist/types/modules/feed/components/UnseenBadge/index.d.ts +1 -1
  22. package/dist/types/modules/feed/components/UnseenBadge/index.d.ts.map +1 -1
  23. package/dist/types/modules/feed/index.d.ts +7 -7
  24. package/dist/types/modules/feed/index.d.ts.map +1 -1
  25. package/dist/types/modules/guide/components/index.d.ts +3 -3
  26. package/dist/types/modules/guide/components/index.d.ts.map +1 -1
  27. package/dist/types/modules/guide/index.d.ts +1 -1
  28. package/dist/types/modules/guide/index.d.ts.map +1 -1
  29. package/dist/types/modules/ms-teams/components/MsTeamsAuthButton/index.d.ts +1 -1
  30. package/dist/types/modules/ms-teams/components/MsTeamsAuthButton/index.d.ts.map +1 -1
  31. package/dist/types/modules/ms-teams/components/MsTeamsAuthContainer/index.d.ts +1 -1
  32. package/dist/types/modules/ms-teams/components/MsTeamsAuthContainer/index.d.ts.map +1 -1
  33. package/dist/types/modules/ms-teams/index.d.ts +3 -3
  34. package/dist/types/modules/ms-teams/index.d.ts.map +1 -1
  35. package/dist/types/modules/slack/components/SlackAuthButton/index.d.ts +1 -1
  36. package/dist/types/modules/slack/components/SlackAuthButton/index.d.ts.map +1 -1
  37. package/dist/types/modules/slack/components/SlackAuthContainer/index.d.ts +1 -1
  38. package/dist/types/modules/slack/components/SlackAuthContainer/index.d.ts.map +1 -1
  39. package/dist/types/modules/slack/components/SlackChannelCombobox/index.d.ts +1 -1
  40. package/dist/types/modules/slack/components/SlackChannelCombobox/index.d.ts.map +1 -1
  41. package/dist/types/modules/slack/index.d.ts +3 -3
  42. package/dist/types/modules/slack/index.d.ts.map +1 -1
  43. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.7.15
4
+
5
+ ### Patch Changes
6
+
7
+ - 732a4f7: add use client directive to @knocklabs/react package
8
+ - bea5604: update @knocklabs/react & @knocklabs/react-core to use named exports instead of barrel exports
9
+ - Updated dependencies [bea5604]
10
+ - @knocklabs/react-core@0.6.13
11
+
3
12
  ## 0.7.14
4
13
 
5
14
  ### Patch Changes
package/dist/cjs/index.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */const i=require("./modules/core/components/Button/Button.js"),a=require("./modules/core/components/Button/ButtonGroup.js"),c=require("./modules/core/components/Icons/Bell.js"),u=require("./modules/core/components/Icons/CheckmarkCircle.js"),s=require("./modules/core/components/Icons/ChevronDown.js"),l=require("./modules/core/components/Icons/CloseCircle.js"),C=require("./modules/core/components/Spinner/Spinner.js"),d=require("./modules/core/hooks/useOnBottomScroll.js"),q=require("./modules/feed/components/EmptyFeed/EmptyFeed.js"),B=require("./modules/feed/components/NotificationCell/NotificationCell.js"),h=require("./modules/feed/components/NotificationCell/Avatar.js"),f=require("./modules/feed/components/NotificationFeed/NotificationFeed.js"),m=require("./modules/feed/components/NotificationFeed/NotificationFeedHeader.js"),A=require("./modules/feed/components/NotificationFeed/MarkAsRead.js"),N=require("./modules/feed/components/NotificationFeedContainer/NotificationFeedContainer.js"),p=require("./modules/feed/components/NotificationFeedPopover/NotificationFeedPopover.js"),M=require("./modules/feed/components/NotificationIconButton/NotificationIconButton.js"),b=require("./modules/feed/components/UnseenBadge/UnseenBadge.js"),t=require("./modules/guide/components/Banner/Banner.js"),n=require("./modules/guide/components/Card/Card.js"),r=require("./modules/guide/components/Modal/Modal.js"),k=require("./modules/ms-teams/components/MsTeamsAuthButton/MsTeamsAuthButton.js"),S=require("./modules/ms-teams/components/MsTeamsAuthContainer/MsTeamsAuthContainer.js"),F=require("./modules/ms-teams/components/MsTeamsChannelCombobox/MsTeamsChannelCombobox.js"),v=require("./modules/slack/components/SlackAuthButton/SlackAuthButton.js"),w=require("./modules/slack/components/SlackAuthContainer/SlackAuthContainer.js"),y=require("./modules/slack/components/SlackChannelCombobox/SlackChannelCombobox.js"),o=require("@knocklabs/react-core");exports.Button=i.Button;exports.ButtonGroup=a.ButtonGroup;exports.BellIcon=c.BellIcon;exports.CheckmarkCircle=u.CheckmarkCircle;exports.ChevronDown=s.ChevronDown;exports.CloseCircle=l.CloseCircle;exports.Spinner=C.Spinner;exports.useOnBottomScroll=d;exports.EmptyFeed=q.EmptyFeed;exports.NotificationCell=B.NotificationCell;exports.Avatar=h.Avatar;exports.NotificationFeed=f.NotificationFeed;exports.NotificationFeedHeader=m.NotificationFeedHeader;exports.MarkAsRead=A.MarkAsRead;exports.NotificationFeedContainer=N.NotificationFeedContainer;exports.NotificationFeedPopover=p.NotificationFeedPopover;exports.NotificationIconButton=M.NotificationIconButton;exports.UnseenBadge=b.UnseenBadge;exports.Banner=t.Banner;exports.BannerView=t.BannerView;exports.Card=n.Card;exports.CardView=n.CardView;exports.Modal=r.Modal;exports.ModalView=r.ModalView;exports.MsTeamsAuthButton=k.MsTeamsAuthButton;exports.MsTeamsAuthContainer=S.MsTeamsAuthContainer;exports.MsTeamsChannelCombobox=F;exports.SlackAuthButton=v.SlackAuthButton;exports.SlackAuthContainer=w.SlackAuthContainer;exports.SlackChannelCombobox=y.SlackChannelCombobox;Object.keys(o).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(exports,e)&&Object.defineProperty(exports,e,{enumerable:!0,get:()=>o[e]})});
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */const o=require("./modules/core/components/Button/Button.js"),i=require("./modules/core/components/Button/ButtonGroup.js"),a=require("./modules/core/components/Icons/Bell.js"),u=require("./modules/core/components/Icons/CheckmarkCircle.js"),c=require("./modules/core/components/Icons/ChevronDown.js"),s=require("./modules/core/components/Icons/CloseCircle.js"),l=require("./modules/core/components/Spinner/Spinner.js"),d=require("./modules/core/hooks/useOnBottomScroll.js"),b=require("./modules/feed/components/EmptyFeed/EmptyFeed.js"),m=require("./modules/feed/components/NotificationCell/NotificationCell.js"),C=require("./modules/feed/components/NotificationCell/Avatar.js"),f=require("./modules/feed/components/NotificationFeed/NotificationFeed.js"),P=require("./modules/feed/components/NotificationFeed/NotificationFeedHeader.js"),k=require("./modules/feed/components/NotificationFeed/MarkAsRead.js"),p=require("./modules/feed/components/NotificationFeedContainer/NotificationFeedContainer.js"),y=require("./modules/feed/components/NotificationFeedPopover/NotificationFeedPopover.js"),g=require("./modules/feed/components/NotificationIconButton/NotificationIconButton.js"),O=require("./modules/feed/components/UnseenBadge/UnseenBadge.js"),t=require("./modules/guide/components/Banner/Banner.js"),r=require("./modules/guide/components/Card/Card.js"),n=require("./modules/guide/components/Modal/Modal.js"),S=require("./modules/ms-teams/components/MsTeamsAuthButton/MsTeamsAuthButton.js"),j=require("./modules/ms-teams/components/MsTeamsAuthContainer/MsTeamsAuthContainer.js"),h=require("./modules/ms-teams/components/MsTeamsChannelCombobox/MsTeamsChannelCombobox.js"),M=require("./modules/slack/components/SlackAuthButton/SlackAuthButton.js"),T=require("./modules/slack/components/SlackAuthContainer/SlackAuthContainer.js"),B=require("./modules/slack/components/SlackChannelCombobox/SlackChannelCombobox.js"),e=require("@knocklabs/react-core");exports.Button=o.Button;exports.ButtonGroup=i.ButtonGroup;exports.BellIcon=a.BellIcon;exports.CheckmarkCircle=u.CheckmarkCircle;exports.ChevronDown=c.ChevronDown;exports.CloseCircle=s.CloseCircle;exports.Spinner=l.Spinner;exports.useOnBottomScroll=d;exports.EmptyFeed=b.EmptyFeed;exports.NotificationCell=m.NotificationCell;exports.Avatar=C.Avatar;exports.NotificationFeed=f.NotificationFeed;exports.NotificationFeedHeader=P.NotificationFeedHeader;exports.MarkAsRead=k.MarkAsRead;exports.NotificationFeedContainer=p.NotificationFeedContainer;exports.NotificationFeedPopover=y.NotificationFeedPopover;exports.NotificationIconButton=g.NotificationIconButton;exports.UnseenBadge=O.UnseenBadge;exports.Banner=t.Banner;exports.BannerView=t.BannerView;exports.Card=r.Card;exports.CardView=r.CardView;exports.Modal=n.Modal;exports.ModalView=n.ModalView;exports.MsTeamsAuthButton=S.MsTeamsAuthButton;exports.MsTeamsAuthContainer=j.MsTeamsAuthContainer;exports.MsTeamsChannelCombobox=h;exports.SlackAuthButton=M.SlackAuthButton;exports.SlackAuthContainer=T.SlackAuthContainer;exports.SlackChannelCombobox=B.SlackChannelCombobox;Object.defineProperty(exports,"FilterStatus",{enumerable:!0,get:()=>e.FilterStatus});Object.defineProperty(exports,"I18nContext",{enumerable:!0,get:()=>e.I18nContext});Object.defineProperty(exports,"KnockFeedProvider",{enumerable:!0,get:()=>e.KnockFeedProvider});Object.defineProperty(exports,"KnockGuideContext",{enumerable:!0,get:()=>e.KnockGuideContext});Object.defineProperty(exports,"KnockGuideProvider",{enumerable:!0,get:()=>e.KnockGuideProvider});Object.defineProperty(exports,"KnockI18nProvider",{enumerable:!0,get:()=>e.KnockI18nProvider});Object.defineProperty(exports,"KnockMsTeamsProvider",{enumerable:!0,get:()=>e.KnockMsTeamsProvider});Object.defineProperty(exports,"KnockProvider",{enumerable:!0,get:()=>e.KnockProvider});Object.defineProperty(exports,"KnockSlackProvider",{enumerable:!0,get:()=>e.KnockSlackProvider});Object.defineProperty(exports,"feedProviderKey",{enumerable:!0,get:()=>e.feedProviderKey});Object.defineProperty(exports,"formatBadgeCount",{enumerable:!0,get:()=>e.formatBadgeCount});Object.defineProperty(exports,"formatTimestamp",{enumerable:!0,get:()=>e.formatTimestamp});Object.defineProperty(exports,"locales",{enumerable:!0,get:()=>e.locales});Object.defineProperty(exports,"msTeamsProviderKey",{enumerable:!0,get:()=>e.msTeamsProviderKey});Object.defineProperty(exports,"renderNodeOrFallback",{enumerable:!0,get:()=>e.renderNodeOrFallback});Object.defineProperty(exports,"slackProviderKey",{enumerable:!0,get:()=>e.slackProviderKey});Object.defineProperty(exports,"toSentenceCase",{enumerable:!0,get:()=>e.toSentenceCase});Object.defineProperty(exports,"useAuthenticatedKnockClient",{enumerable:!0,get:()=>e.useAuthenticatedKnockClient});Object.defineProperty(exports,"useConnectedMsTeamsChannels",{enumerable:!0,get:()=>e.useConnectedMsTeamsChannels});Object.defineProperty(exports,"useConnectedSlackChannels",{enumerable:!0,get:()=>e.useConnectedSlackChannels});Object.defineProperty(exports,"useCreateNotificationStore",{enumerable:!0,get:()=>e.useCreateNotificationStore});Object.defineProperty(exports,"useFeedSettings",{enumerable:!0,get:()=>e.useFeedSettings});Object.defineProperty(exports,"useGuide",{enumerable:!0,get:()=>e.useGuide});Object.defineProperty(exports,"useKnockClient",{enumerable:!0,get:()=>e.useKnockClient});Object.defineProperty(exports,"useKnockFeed",{enumerable:!0,get:()=>e.useKnockFeed});Object.defineProperty(exports,"useKnockMsTeamsClient",{enumerable:!0,get:()=>e.useKnockMsTeamsClient});Object.defineProperty(exports,"useKnockSlackClient",{enumerable:!0,get:()=>e.useKnockSlackClient});Object.defineProperty(exports,"useMsTeamsAuth",{enumerable:!0,get:()=>e.useMsTeamsAuth});Object.defineProperty(exports,"useMsTeamsChannels",{enumerable:!0,get:()=>e.useMsTeamsChannels});Object.defineProperty(exports,"useMsTeamsConnectionStatus",{enumerable:!0,get:()=>e.useMsTeamsConnectionStatus});Object.defineProperty(exports,"useMsTeamsTeams",{enumerable:!0,get:()=>e.useMsTeamsTeams});Object.defineProperty(exports,"useNotificationStore",{enumerable:!0,get:()=>e.useNotificationStore});Object.defineProperty(exports,"useNotifications",{enumerable:!0,get:()=>e.useNotifications});Object.defineProperty(exports,"useSlackAuth",{enumerable:!0,get:()=>e.useSlackAuth});Object.defineProperty(exports,"useSlackChannels",{enumerable:!0,get:()=>e.useSlackChannels});Object.defineProperty(exports,"useSlackConnectionStatus",{enumerable:!0,get:()=>e.useSlackConnectionStatus});Object.defineProperty(exports,"useStableOptions",{enumerable:!0,get:()=>e.useStableOptions});Object.defineProperty(exports,"useTranslations",{enumerable:!0,get:()=>e.useTranslations});
2
2
  //# sourceMappingURL=index.js.map
@@ -1,62 +1,101 @@
1
+ "use client";
1
2
  /* empty css */
2
- import { Button as t } from "./modules/core/components/Button/Button.mjs";
3
- import { ButtonGroup as f } from "./modules/core/components/Button/ButtonGroup.mjs";
4
- import { BellIcon as n } from "./modules/core/components/Icons/Bell.mjs";
5
- import { CheckmarkCircle as x } from "./modules/core/components/Icons/CheckmarkCircle.mjs";
6
- import { ChevronDown as l } from "./modules/core/components/Icons/ChevronDown.mjs";
7
- import { CloseCircle as C } from "./modules/core/components/Icons/CloseCircle.mjs";
8
- import { Spinner as u } from "./modules/core/components/Spinner/Spinner.mjs";
9
- import { default as B } from "./modules/core/hooks/useOnBottomScroll.mjs";
10
- import { EmptyFeed as k } from "./modules/feed/components/EmptyFeed/EmptyFeed.mjs";
11
- import { NotificationCell as M } from "./modules/feed/components/NotificationCell/NotificationCell.mjs";
12
- import { Avatar as F } from "./modules/feed/components/NotificationCell/Avatar.mjs";
13
- import { NotificationFeed as b } from "./modules/feed/components/NotificationFeed/NotificationFeed.mjs";
14
- import { NotificationFeedHeader as v } from "./modules/feed/components/NotificationFeed/NotificationFeedHeader.mjs";
15
- import { MarkAsRead as V } from "./modules/feed/components/NotificationFeed/MarkAsRead.mjs";
16
- import { NotificationFeedContainer as g } from "./modules/feed/components/NotificationFeedContainer/NotificationFeedContainer.mjs";
17
- import { NotificationFeedPopover as D } from "./modules/feed/components/NotificationFeedPopover/NotificationFeedPopover.mjs";
18
- import { NotificationIconButton as G } from "./modules/feed/components/NotificationIconButton/NotificationIconButton.mjs";
19
- import { UnseenBadge as O } from "./modules/feed/components/UnseenBadge/UnseenBadge.mjs";
20
- import { Banner as R, BannerView as U } from "./modules/guide/components/Banner/Banner.mjs";
21
- import { Card as q, CardView as z } from "./modules/guide/components/Card/Card.mjs";
22
- import { Modal as K, ModalView as L } from "./modules/guide/components/Modal/Modal.mjs";
3
+ import { Button as r } from "./modules/core/components/Button/Button.mjs";
4
+ import { ButtonGroup as a } from "./modules/core/components/Button/ButtonGroup.mjs";
5
+ import { BellIcon as i } from "./modules/core/components/Icons/Bell.mjs";
6
+ import { CheckmarkCircle as c } from "./modules/core/components/Icons/CheckmarkCircle.mjs";
7
+ import { ChevronDown as f } from "./modules/core/components/Icons/ChevronDown.mjs";
8
+ import { CloseCircle as d } from "./modules/core/components/Icons/CloseCircle.mjs";
9
+ import { Spinner as x } from "./modules/core/components/Spinner/Spinner.mjs";
10
+ import { default as k } from "./modules/core/hooks/useOnBottomScroll.mjs";
11
+ import { EmptyFeed as h } from "./modules/feed/components/EmptyFeed/EmptyFeed.mjs";
12
+ import { NotificationCell as T } from "./modules/feed/components/NotificationCell/NotificationCell.mjs";
13
+ import { Avatar as v } from "./modules/feed/components/NotificationCell/Avatar.mjs";
14
+ import { NotificationFeed as F } from "./modules/feed/components/NotificationFeed/NotificationFeed.mjs";
15
+ import { NotificationFeedHeader as P } from "./modules/feed/components/NotificationFeed/NotificationFeedHeader.mjs";
16
+ import { MarkAsRead as b } from "./modules/feed/components/NotificationFeed/MarkAsRead.mjs";
17
+ import { NotificationFeedContainer as y } from "./modules/feed/components/NotificationFeedContainer/NotificationFeedContainer.mjs";
18
+ import { NotificationFeedPopover as I } from "./modules/feed/components/NotificationFeedPopover/NotificationFeedPopover.mjs";
19
+ import { NotificationIconButton as O } from "./modules/feed/components/NotificationIconButton/NotificationIconButton.mjs";
20
+ import { UnseenBadge as D } from "./modules/feed/components/UnseenBadge/UnseenBadge.mjs";
21
+ import { Banner as H, BannerView as R } from "./modules/guide/components/Banner/Banner.mjs";
22
+ import { Card as j, CardView as q } from "./modules/guide/components/Card/Card.mjs";
23
+ import { Modal as J, ModalView as L } from "./modules/guide/components/Modal/Modal.mjs";
23
24
  import { MsTeamsAuthButton as W } from "./modules/ms-teams/components/MsTeamsAuthButton/MsTeamsAuthButton.mjs";
24
25
  import { MsTeamsAuthContainer as Y } from "./modules/ms-teams/components/MsTeamsAuthContainer/MsTeamsAuthContainer.mjs";
25
26
  import { default as _ } from "./modules/ms-teams/components/MsTeamsChannelCombobox/MsTeamsChannelCombobox.mjs";
26
- import { SlackAuthButton as oo } from "./modules/slack/components/SlackAuthButton/SlackAuthButton.mjs";
27
- import { SlackAuthContainer as eo } from "./modules/slack/components/SlackAuthContainer/SlackAuthContainer.mjs";
28
- import { SlackChannelCombobox as mo } from "./modules/slack/components/SlackChannelCombobox/SlackChannelCombobox.mjs";
29
- export * from "@knocklabs/react-core";
27
+ import { SlackAuthButton as ee } from "./modules/slack/components/SlackAuthButton/SlackAuthButton.mjs";
28
+ import { SlackAuthContainer as te } from "./modules/slack/components/SlackAuthContainer/SlackAuthContainer.mjs";
29
+ import { SlackChannelCombobox as ne } from "./modules/slack/components/SlackChannelCombobox/SlackChannelCombobox.mjs";
30
+ import { FilterStatus as se, I18nContext as ie, KnockFeedProvider as me, KnockGuideContext as ce, KnockGuideProvider as ue, KnockI18nProvider as fe, KnockMsTeamsProvider as le, KnockProvider as de, KnockSlackProvider as pe, feedProviderKey as xe, formatBadgeCount as Ce, formatTimestamp as ke, locales as Se, msTeamsProviderKey as he, renderNodeOrFallback as Ke, slackProviderKey as Te, toSentenceCase as Me, useAuthenticatedKnockClient as ve, useConnectedMsTeamsChannels as Be, useConnectedSlackChannels as Fe, useCreateNotificationStore as Ne, useFeedSettings as Pe, useGuide as Ae, useKnockClient as be, useKnockFeed as we, useKnockMsTeamsClient as ye, useKnockSlackClient as Ge, useMsTeamsAuth as Ie, useMsTeamsChannels as ge, useMsTeamsConnectionStatus as Oe, useMsTeamsTeams as Ve, useNotificationStore as De, useNotifications as Ee, useSlackAuth as He, useSlackChannels as Re, useSlackConnectionStatus as Ue, useStableOptions as je, useTranslations as qe } from "@knocklabs/react-core";
30
31
  export {
31
- F as Avatar,
32
- R as Banner,
33
- U as BannerView,
34
- n as BellIcon,
35
- t as Button,
36
- f as ButtonGroup,
37
- q as Card,
38
- z as CardView,
39
- x as CheckmarkCircle,
40
- l as ChevronDown,
41
- C as CloseCircle,
42
- k as EmptyFeed,
43
- V as MarkAsRead,
44
- K as Modal,
32
+ v as Avatar,
33
+ H as Banner,
34
+ R as BannerView,
35
+ i as BellIcon,
36
+ r as Button,
37
+ a as ButtonGroup,
38
+ j as Card,
39
+ q as CardView,
40
+ c as CheckmarkCircle,
41
+ f as ChevronDown,
42
+ d as CloseCircle,
43
+ h as EmptyFeed,
44
+ se as FilterStatus,
45
+ ie as I18nContext,
46
+ me as KnockFeedProvider,
47
+ ce as KnockGuideContext,
48
+ ue as KnockGuideProvider,
49
+ fe as KnockI18nProvider,
50
+ le as KnockMsTeamsProvider,
51
+ de as KnockProvider,
52
+ pe as KnockSlackProvider,
53
+ b as MarkAsRead,
54
+ J as Modal,
45
55
  L as ModalView,
46
56
  W as MsTeamsAuthButton,
47
57
  Y as MsTeamsAuthContainer,
48
58
  _ as MsTeamsChannelCombobox,
49
- M as NotificationCell,
50
- b as NotificationFeed,
51
- g as NotificationFeedContainer,
52
- v as NotificationFeedHeader,
53
- D as NotificationFeedPopover,
54
- G as NotificationIconButton,
55
- oo as SlackAuthButton,
56
- eo as SlackAuthContainer,
57
- mo as SlackChannelCombobox,
58
- u as Spinner,
59
- O as UnseenBadge,
60
- B as useOnBottomScroll
59
+ T as NotificationCell,
60
+ F as NotificationFeed,
61
+ y as NotificationFeedContainer,
62
+ P as NotificationFeedHeader,
63
+ I as NotificationFeedPopover,
64
+ O as NotificationIconButton,
65
+ ee as SlackAuthButton,
66
+ te as SlackAuthContainer,
67
+ ne as SlackChannelCombobox,
68
+ x as Spinner,
69
+ D as UnseenBadge,
70
+ xe as feedProviderKey,
71
+ Ce as formatBadgeCount,
72
+ ke as formatTimestamp,
73
+ Se as locales,
74
+ he as msTeamsProviderKey,
75
+ Ke as renderNodeOrFallback,
76
+ Te as slackProviderKey,
77
+ Me as toSentenceCase,
78
+ ve as useAuthenticatedKnockClient,
79
+ Be as useConnectedMsTeamsChannels,
80
+ Fe as useConnectedSlackChannels,
81
+ Ne as useCreateNotificationStore,
82
+ Pe as useFeedSettings,
83
+ Ae as useGuide,
84
+ be as useKnockClient,
85
+ we as useKnockFeed,
86
+ ye as useKnockMsTeamsClient,
87
+ Ge as useKnockSlackClient,
88
+ Ie as useMsTeamsAuth,
89
+ ge as useMsTeamsChannels,
90
+ Oe as useMsTeamsConnectionStatus,
91
+ Ve as useMsTeamsTeams,
92
+ De as useNotificationStore,
93
+ Ee as useNotifications,
94
+ k as useOnBottomScroll,
95
+ He as useSlackAuth,
96
+ Re as useSlackChannels,
97
+ Ue as useSlackConnectionStatus,
98
+ je as useStableOptions,
99
+ qe as useTranslations
61
100
  };
62
101
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,7 @@
1
- export * from './modules/core';
2
- export * from './modules/feed';
3
- export * from './modules/guide';
4
- export * from './modules/ms-teams';
5
- export * from './modules/slack';
6
- export * from '@knocklabs/react-core';
1
+ export { BellIcon, Button, ButtonGroup, CheckmarkCircle, ChevronDown, CloseCircle, Spinner, useOnBottomScroll, type ButtonProps, type SpinnerProps, } from './modules/core';
2
+ export { Avatar, EmptyFeed, MarkAsRead, NotificationCell, NotificationFeed, NotificationFeedContainer, NotificationFeedHeader, NotificationFeedPopover, NotificationIconButton, UnseenBadge, type AvatarProps, type BadgeCountType, type MarkAsReadProps, type NotificationCellProps, type NotificationFeedHeaderProps, type NotificationFeedPopoverProps, type NotificationFeedProps, type NotificationIconButtonProps, type RenderItem, type RenderItemProps, type UnseenBadgeProps, } from './modules/feed';
3
+ export { Banner, BannerView, Card, CardView, Modal, ModalView, } from './modules/guide';
4
+ export { MsTeamsAuthButton, MsTeamsAuthContainer, MsTeamsChannelCombobox, type MsTeamsAuthButtonProps, type MsTeamsAuthContainerProps, } from './modules/ms-teams';
5
+ export { SlackAuthButton, SlackAuthContainer, SlackChannelCombobox, type SlackAuthButtonProps, type SlackAuthContainerProps, type SlackChannelComboboxInputMessages, type SlackChannelComboboxProps, } from './modules/slack';
6
+ export { FilterStatus, KnockProvider, feedProviderKey, formatBadgeCount, formatTimestamp, msTeamsProviderKey, renderNodeOrFallback, slackProviderKey, toSentenceCase, type ColorMode, type KnockProviderProps, type KnockProviderState, useAuthenticatedKnockClient, useKnockClient, useStableOptions, KnockFeedProvider, type KnockFeedProviderProps, type KnockFeedProviderState, type Selector, useCreateNotificationStore, useFeedSettings, useKnockFeed, useNotificationStore, useNotifications, KnockGuideProvider, KnockGuideContext, useGuide, type MsTeamsChannelQueryOptions, type MsTeamsTeamQueryOptions, KnockMsTeamsProvider, type KnockMsTeamsProviderProps, type KnockMsTeamsProviderState, useConnectedMsTeamsChannels, useKnockMsTeamsClient, useMsTeamsAuth, useMsTeamsChannels, useMsTeamsConnectionStatus, useMsTeamsTeams, KnockSlackProvider, type ContainerObject, type KnockSlackProviderProps, type KnockSlackProviderState, type SlackChannelQueryOptions, useConnectedSlackChannels, useKnockSlackClient, useSlackAuth, useSlackChannels, useSlackConnectionStatus, I18nContext, KnockI18nProvider, locales, type I18nContent, type KnockI18nProviderProps, type Translations, useTranslations, type RecipientObject, } from '@knocklabs/react-core';
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAEhC,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,aAAa,CAAC;AAErB,OAAO,EACL,QAAQ,EACR,MAAM,EACN,WAAW,EACX,eAAe,EACf,WAAW,EACX,WAAW,EACX,OAAO,EACP,iBAAiB,EACjB,KAAK,WAAW,EAChB,KAAK,YAAY,GAClB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,MAAM,EACN,SAAS,EACT,UAAU,EACV,gBAAgB,EAChB,gBAAgB,EAChB,yBAAyB,EACzB,sBAAsB,EACtB,uBAAuB,EACvB,sBAAsB,EACtB,WAAW,EACX,KAAK,WAAW,EAChB,KAAK,cAAc,EACnB,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EACjC,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,EAChC,KAAK,UAAU,EACf,KAAK,eAAe,EACpB,KAAK,gBAAgB,GACtB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,MAAM,EACN,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,SAAS,GACV,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EACpB,sBAAsB,EACtB,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,GAC/B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,eAAe,EACf,kBAAkB,EAClB,oBAAoB,EACpB,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,iCAAiC,EACtC,KAAK,yBAAyB,GAC/B,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,YAAY,EACZ,aAAa,EACb,eAAe,EACf,gBAAgB,EAChB,eAAe,EACf,kBAAkB,EAClB,oBAAoB,EACpB,gBAAgB,EAChB,cAAc,EACd,KAAK,SAAS,EACd,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,2BAA2B,EAC3B,cAAc,EACd,gBAAgB,EAChB,iBAAiB,EACjB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,QAAQ,EACb,0BAA0B,EAC1B,eAAe,EACf,YAAY,EACZ,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EACjB,QAAQ,EACR,KAAK,0BAA0B,EAC/B,KAAK,uBAAuB,EAC5B,oBAAoB,EACpB,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAC9B,2BAA2B,EAC3B,qBAAqB,EACrB,cAAc,EACd,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,kBAAkB,EAClB,KAAK,eAAe,EACpB,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,yBAAyB,EACzB,mBAAmB,EACnB,YAAY,EACZ,gBAAgB,EAChB,wBAAwB,EACxB,WAAW,EACX,iBAAiB,EACjB,OAAO,EACP,KAAK,WAAW,EAChB,KAAK,sBAAsB,EAC3B,KAAK,YAAY,EACjB,eAAe,EACf,KAAK,eAAe,GACrB,MAAM,uBAAuB,CAAC"}
@@ -1,5 +1,5 @@
1
- export * from './components/Button';
2
- export * from './components/Icons';
3
- export * from './components/Spinner';
4
- export * from './hooks';
1
+ export { Button, ButtonGroup, type ButtonProps } from './components/Button';
2
+ export { BellIcon, CheckmarkCircle, ChevronDown, CloseCircle, } from './components/Icons';
3
+ export { Spinner, type SpinnerProps } from './components/Spinner';
4
+ export { useOnBottomScroll } from './hooks';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/core/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC5E,OAAO,EACL,QAAQ,EACR,eAAe,EACf,WAAW,EACX,WAAW,GACZ,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from './EmptyFeed';
1
+ export { EmptyFeed } from './EmptyFeed';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/EmptyFeed/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/EmptyFeed/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -1,3 +1,3 @@
1
- export * from './NotificationCell';
2
- export * from './Avatar';
1
+ export { NotificationCell, type NotificationCellProps, } from './NotificationCell';
2
+ export { Avatar, type AvatarProps } from './Avatar';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/NotificationCell/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/NotificationCell/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,KAAK,qBAAqB,GAC3B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC"}
@@ -1,4 +1,4 @@
1
- export * from './NotificationFeed';
2
- export * from './NotificationFeedHeader';
3
- export * from './MarkAsRead';
1
+ export { NotificationFeed, type NotificationFeedProps, type RenderItemProps, type RenderItem, } from './NotificationFeed';
2
+ export { NotificationFeedHeader, type NotificationFeedHeaderProps, } from './NotificationFeedHeader';
3
+ export { type MarkAsReadProps, MarkAsRead } from './MarkAsRead';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/NotificationFeed/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/NotificationFeed/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,KAAK,qBAAqB,EAC1B,KAAK,eAAe,EACpB,KAAK,UAAU,GAChB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,sBAAsB,EACtB,KAAK,2BAA2B,GACjC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,KAAK,eAAe,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from './NotificationFeedContainer';
1
+ export { NotificationFeedContainer } from './NotificationFeedContainer';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/NotificationFeedContainer/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/NotificationFeedContainer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from './NotificationFeedPopover';
1
+ export { NotificationFeedPopover, type NotificationFeedPopoverProps, } from './NotificationFeedPopover';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/NotificationFeedPopover/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/NotificationFeedPopover/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,uBAAuB,EACvB,KAAK,4BAA4B,GAClC,MAAM,2BAA2B,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from './NotificationIconButton';
1
+ export { NotificationIconButton, type NotificationIconButtonProps, } from './NotificationIconButton';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/NotificationIconButton/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/NotificationIconButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,KAAK,2BAA2B,GACjC,MAAM,0BAA0B,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from './UnseenBadge';
1
+ export { UnseenBadge, type UnseenBadgeProps, type BadgeCountType, } from './UnseenBadge';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/UnseenBadge/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/feed/components/UnseenBadge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,KAAK,gBAAgB,EACrB,KAAK,cAAc,GACpB,MAAM,eAAe,CAAC"}
@@ -1,8 +1,8 @@
1
- export * from './components/EmptyFeed';
2
- export * from './components/NotificationCell';
3
- export * from './components/NotificationFeed';
4
- export * from './components/NotificationFeedContainer';
5
- export * from './components/NotificationFeedPopover';
6
- export * from './components/NotificationIconButton';
7
- export * from './components/UnseenBadge';
1
+ export { EmptyFeed } from './components/EmptyFeed';
2
+ export { NotificationCell, Avatar, type NotificationCellProps, type AvatarProps, } from './components/NotificationCell';
3
+ export { NotificationFeed, NotificationFeedHeader, MarkAsRead, type NotificationFeedProps, type RenderItemProps, type RenderItem, type NotificationFeedHeaderProps, type MarkAsReadProps, } from './components/NotificationFeed';
4
+ export { NotificationFeedContainer } from './components/NotificationFeedContainer';
5
+ export { NotificationFeedPopover, type NotificationFeedPopoverProps, } from './components/NotificationFeedPopover';
6
+ export { NotificationIconButton, type NotificationIconButtonProps, } from './components/NotificationIconButton';
7
+ export { UnseenBadge, type UnseenBadgeProps, type BadgeCountType, } from './components/UnseenBadge';
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/feed/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qCAAqC,CAAC;AACpD,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/feed/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EACL,gBAAgB,EAChB,MAAM,EACN,KAAK,qBAAqB,EAC1B,KAAK,WAAW,GACjB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,gBAAgB,EAChB,sBAAsB,EACtB,UAAU,EACV,KAAK,qBAAqB,EAC1B,KAAK,eAAe,EACpB,KAAK,UAAU,EACf,KAAK,2BAA2B,EAChC,KAAK,eAAe,GACrB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,yBAAyB,EAAE,MAAM,wCAAwC,CAAC;AACnF,OAAO,EACL,uBAAuB,EACvB,KAAK,4BAA4B,GAClC,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,sBAAsB,EACtB,KAAK,2BAA2B,GACjC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EACL,WAAW,EACX,KAAK,gBAAgB,EACrB,KAAK,cAAc,GACpB,MAAM,0BAA0B,CAAC"}
@@ -1,4 +1,4 @@
1
- export * from './Banner';
2
- export * from './Card';
3
- export * from './Modal';
1
+ export { Banner, BannerView } from './Banner';
2
+ export { Card, CardView } from './Card';
3
+ export { Modal, ModalView } from './Modal';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/guide/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/guide/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from './components';
1
+ export { Banner, BannerView, Card, CardView, Modal, ModalView, } from './components';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/guide/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/guide/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,MAAM,EACN,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,SAAS,GACV,MAAM,cAAc,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from './MsTeamsAuthButton';
1
+ export { MsTeamsAuthButton, type MsTeamsAuthButtonProps, } from './MsTeamsAuthButton';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/ms-teams/components/MsTeamsAuthButton/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/ms-teams/components/MsTeamsAuthButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,GAC5B,MAAM,qBAAqB,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from './MsTeamsAuthContainer';
1
+ export { MsTeamsAuthContainer, type MsTeamsAuthContainerProps, } from './MsTeamsAuthContainer';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/ms-teams/components/MsTeamsAuthContainer/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/ms-teams/components/MsTeamsAuthContainer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,GAC/B,MAAM,wBAAwB,CAAC"}
@@ -1,4 +1,4 @@
1
- export * from './components/MsTeamsAuthButton';
2
- export * from './components/MsTeamsAuthContainer';
3
- export * from './components/MsTeamsChannelCombobox';
1
+ export { MsTeamsAuthButton, type MsTeamsAuthButtonProps, } from './components/MsTeamsAuthButton';
2
+ export { MsTeamsAuthContainer, type MsTeamsAuthContainerProps, } from './components/MsTeamsAuthContainer';
3
+ export { MsTeamsChannelCombobox } from './components/MsTeamsChannelCombobox';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/ms-teams/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/ms-teams/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,GAC5B,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,GAC/B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from './SlackAuthButton';
1
+ export { SlackAuthButton, type SlackAuthButtonProps } from './SlackAuthButton';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/slack/components/SlackAuthButton/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/slack/components/SlackAuthButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from './SlackAuthContainer';
1
+ export { SlackAuthContainer, type SlackAuthContainerProps, } from './SlackAuthContainer';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/slack/components/SlackAuthContainer/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/slack/components/SlackAuthContainer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,KAAK,uBAAuB,GAC7B,MAAM,sBAAsB,CAAC"}
@@ -1,2 +1,2 @@
1
- export * from './SlackChannelCombobox';
1
+ export { SlackChannelCombobox, type SlackChannelComboboxProps, type SlackChannelComboboxInputMessages, } from './SlackChannelCombobox';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/slack/components/SlackChannelCombobox/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/slack/components/SlackChannelCombobox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,EAC9B,KAAK,iCAAiC,GACvC,MAAM,wBAAwB,CAAC"}
@@ -1,4 +1,4 @@
1
- export * from './components/SlackAuthButton';
2
- export * from './components/SlackAuthContainer';
3
- export * from './components/SlackChannelCombobox';
1
+ export { SlackAuthButton, type SlackAuthButtonProps, } from './components/SlackAuthButton';
2
+ export { SlackAuthContainer, type SlackAuthContainerProps, } from './components/SlackAuthContainer';
3
+ export { SlackChannelCombobox, type SlackChannelComboboxProps, type SlackChannelComboboxInputMessages, } from './components/SlackChannelCombobox';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/slack/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/slack/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,KAAK,oBAAoB,GAC1B,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACL,kBAAkB,EAClB,KAAK,uBAAuB,GAC7B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,EAC9B,KAAK,iCAAiC,GACvC,MAAM,mCAAmC,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@knocklabs/react",
3
3
  "description": "A set of React components to build notification experiences powered by Knock",
4
4
  "author": "@knocklabs",
5
- "version": "0.7.14",
5
+ "version": "0.7.15",
6
6
  "license": "MIT",
7
7
  "main": "dist/cjs/index.js",
8
8
  "module": "dist/esm/index.mjs",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@knocklabs/client": "^0.14.9",
54
- "@knocklabs/react-core": "^0.6.12",
54
+ "@knocklabs/react-core": "^0.6.13",
55
55
  "@popperjs/core": "^2.11.8",
56
56
  "@radix-ui/react-dialog": "^1.1.14",
57
57
  "@telegraph/combobox": "^0.0.84",
@@ -82,6 +82,7 @@
82
82
  "react-dom": "^18.2.0",
83
83
  "rimraf": "^6.0.1",
84
84
  "rollup-plugin-execute": "^1.1.1",
85
+ "rollup-preserve-directives": "^1.1.3",
85
86
  "typescript": "^5.8.3",
86
87
  "vite": "^5.4.19",
87
88
  "vite-plugin-dts": "^4.5.0",