@atlaskit/people-teams-ui-public 3.7.12 → 3.7.13

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/people-teams-ui-public
2
2
 
3
+ ## 3.7.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.7.12
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { type StoreActionApi } from 'react-sweet-state';
1
+ import { type BoundActions, type HookFunction, type StoreActionApi } from 'react-sweet-state';
2
2
  type InjectedEventAttributes = {
3
3
  teamId?: string;
4
4
  consumer?: string;
@@ -11,7 +11,7 @@ type PeopleTeamsAnalyticsSubcontextState = {
11
11
  * @private
12
12
  * @deprecated Analytics events should be fired using the `@atlaskit/teams-app-internal-analytics` package.
13
13
  */
14
- export declare const usePeopleTeamsAnalyticsSubcontext: import("react-sweet-state").HookFunction<PeopleTeamsAnalyticsSubcontextState, import("react-sweet-state").BoundActions<PeopleTeamsAnalyticsSubcontextState, {
14
+ export declare const usePeopleTeamsAnalyticsSubcontext: HookFunction<PeopleTeamsAnalyticsSubcontextState, BoundActions<PeopleTeamsAnalyticsSubcontextState, {
15
15
  readonly setEventAttributes: (eventAttributes?: Partial<InjectedEventAttributes>) => ({ setState, getState }: StoreActionApi<PeopleTeamsAnalyticsSubcontextState>) => void;
16
16
  }>, void>;
17
17
  /**
@@ -1,4 +1,4 @@
1
- import { type StoreActionApi } from 'react-sweet-state';
1
+ import { type BoundActions, type HookFunction, type StoreActionApi } from 'react-sweet-state';
2
2
  type InjectedEventAttributes = {
3
3
  teamId?: string;
4
4
  consumer?: string;
@@ -11,7 +11,7 @@ type PeopleTeamsAnalyticsSubcontextState = {
11
11
  * @private
12
12
  * @deprecated Analytics events should be fired using the `@atlaskit/teams-app-internal-analytics` package.
13
13
  */
14
- export declare const usePeopleTeamsAnalyticsSubcontext: import("react-sweet-state").HookFunction<PeopleTeamsAnalyticsSubcontextState, import("react-sweet-state").BoundActions<PeopleTeamsAnalyticsSubcontextState, {
14
+ export declare const usePeopleTeamsAnalyticsSubcontext: HookFunction<PeopleTeamsAnalyticsSubcontextState, BoundActions<PeopleTeamsAnalyticsSubcontextState, {
15
15
  readonly setEventAttributes: (eventAttributes?: Partial<InjectedEventAttributes>) => ({ setState, getState }: StoreActionApi<PeopleTeamsAnalyticsSubcontextState>) => void;
16
16
  }>, void>;
17
17
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/people-teams-ui-public",
3
- "version": "3.7.12",
3
+ "version": "3.7.13",
4
4
  "description": "UI components for public packages",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,7 +38,7 @@
38
38
  "@atlaskit/analytics-namespaced-context": "^7.2.0",
39
39
  "@atlaskit/icon": "^34.0.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
- "@atlaskit/tokens": "^11.4.0",
41
+ "@atlaskit/tokens": "^12.0.0",
42
42
  "@atlaskit/tooltip": "^21.1.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@compiled/react": "^0.20.0",