@atlaskit/teams-public 0.74.3 → 0.74.4

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,12 @@
1
1
  # @atlaskit/teams-public
2
2
 
3
+ ## 0.74.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`07762e36b9ca8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/07762e36b9ca8) -
8
+ Mark old add-container-card as deprecated
9
+
3
10
  ## 0.74.3
4
11
 
5
12
  ### Patch Changes
@@ -46,6 +46,10 @@ var AddContainerCardWrapper = function AddContainerCardWrapper(_ref) {
46
46
  onClick: onClick
47
47
  }, children);
48
48
  };
49
+
50
+ /**
51
+ * @deprecated Use the new AddContainerCard component in teams-public/src/next/ui instead.
52
+ */
49
53
  var AddContainerCard = exports.AddContainerCard = function AddContainerCard(_ref2) {
50
54
  var containerType = _ref2.containerType,
51
55
  onAddAContainerClick = _ref2.onAddAContainerClick,
@@ -30,6 +30,10 @@ const AddContainerCardWrapper = ({
30
30
  onClick: onClick
31
31
  }, children);
32
32
  };
33
+
34
+ /**
35
+ * @deprecated Use the new AddContainerCard component in teams-public/src/next/ui instead.
36
+ */
33
37
  export const AddContainerCard = ({
34
38
  containerType,
35
39
  onAddAContainerClick,
@@ -37,6 +37,10 @@ var AddContainerCardWrapper = function AddContainerCardWrapper(_ref) {
37
37
  onClick: onClick
38
38
  }, children);
39
39
  };
40
+
41
+ /**
42
+ * @deprecated Use the new AddContainerCard component in teams-public/src/next/ui instead.
43
+ */
40
44
  export var AddContainerCard = function AddContainerCard(_ref2) {
41
45
  var containerType = _ref2.containerType,
42
46
  onAddAContainerClick = _ref2.onAddAContainerClick,
@@ -6,6 +6,9 @@ export interface AddContainerCardProps {
6
6
  isLoading?: boolean;
7
7
  canCreateContainers?: boolean;
8
8
  }
9
+ /**
10
+ * @deprecated Use the new AddContainerCard component in teams-public/src/next/ui instead.
11
+ */
9
12
  export declare const AddContainerCard: ({ containerType, onAddAContainerClick, isLoading, canCreateContainers, }: AddContainerCardProps) => React.JSX.Element;
10
13
  type Container = {
11
14
  canAdd: boolean;
@@ -6,6 +6,9 @@ export interface AddContainerCardProps {
6
6
  isLoading?: boolean;
7
7
  canCreateContainers?: boolean;
8
8
  }
9
+ /**
10
+ * @deprecated Use the new AddContainerCard component in teams-public/src/next/ui instead.
11
+ */
9
12
  export declare const AddContainerCard: ({ containerType, onAddAContainerClick, isLoading, canCreateContainers, }: AddContainerCardProps) => React.JSX.Element;
10
13
  type Container = {
11
14
  canAdd: boolean;
package/package.json CHANGED
@@ -32,7 +32,7 @@
32
32
  "@atlaskit/dropdown-menu": "^16.8.0",
33
33
  "@atlaskit/feature-gate-js-client": "^5.5.0",
34
34
  "@atlaskit/heading": "^5.4.0",
35
- "@atlaskit/icon": "^34.0.0",
35
+ "@atlaskit/icon": "^34.1.0",
36
36
  "@atlaskit/image": "^3.0.0",
37
37
  "@atlaskit/link": "^3.4.0",
38
38
  "@atlaskit/modal-dialog": "^14.15.0",
@@ -107,7 +107,7 @@
107
107
  }
108
108
  },
109
109
  "name": "@atlaskit/teams-public",
110
- "version": "0.74.3",
110
+ "version": "0.74.4",
111
111
  "description": "Public components related to teams",
112
112
  "author": "Atlassian Pty Ltd",
113
113
  "license": "Apache-2.0",