@atlaskit/teams-public 0.44.0 → 0.45.0
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,17 @@
|
|
|
1
1
|
# @atlaskit/teams-public
|
|
2
2
|
|
|
3
|
+
## 0.45.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#186624](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/186624)
|
|
8
|
+
[`dd17d7a4e9bf5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dd17d7a4e9bf5) -
|
|
9
|
+
Fetch agents associated with the team from UGS
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 0.44.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -29,6 +29,8 @@ var _noProductAccessEmptyState = require("./no-product-access-empty-state");
|
|
|
29
29
|
var _teamContainersSkeleton = require("./team-containers-skeleton");
|
|
30
30
|
var _teamLinkCard = require("./team-link-card");
|
|
31
31
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
32
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
33
|
+
|
|
32
34
|
var ICON_BACKGROUND = exports.ICON_BACKGROUND = "var(--ds-icon-inverse, ".concat(_colors.N0, ")");
|
|
33
35
|
var ICON_COLOR = exports.ICON_COLOR = "var(--ds-icon-subtle, ".concat(_colors.N90, ")");
|
|
34
36
|
var MAX_NUMBER_OF_CONTAINERS_TO_SHOW = exports.MAX_NUMBER_OF_CONTAINERS_TO_SHOW = 4;
|
|
@@ -4,6 +4,7 @@ import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
|
4
4
|
import Button from '@atlaskit/button/new';
|
|
5
5
|
import ModalTransition from '@atlaskit/modal-dialog/modal-transition';
|
|
6
6
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
7
8
|
import { Grid, Inline, Stack } from '@atlaskit/primitives';
|
|
8
9
|
import { N0, N90 } from '@atlaskit/theme/colors';
|
|
9
10
|
import { AnalyticsAction, usePeopleAndTeamAnalytics } from '../../common/utils/analytics';
|
|
@@ -7,6 +7,7 @@ import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
|
7
7
|
import Button from '@atlaskit/button/new';
|
|
8
8
|
import ModalTransition from '@atlaskit/modal-dialog/modal-transition';
|
|
9
9
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
10
11
|
import { Grid, Inline, Stack } from '@atlaskit/primitives';
|
|
11
12
|
import { N0, N90 } from '@atlaskit/theme/colors';
|
|
12
13
|
import { AnalyticsAction, usePeopleAndTeamAnalytics } from '../../common/utils/analytics';
|
package/package.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@atlaskit/avatar": "^25.1.0",
|
|
34
34
|
"@atlaskit/button": "^23.2.0",
|
|
35
35
|
"@atlaskit/css": "^0.12.0",
|
|
36
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
36
|
+
"@atlaskit/dropdown-menu": "^16.2.0",
|
|
37
37
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
38
38
|
"@atlaskit/heading": "^5.2.0",
|
|
39
39
|
"@atlaskit/icon": "^27.3.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlaskit/people-teams-ui-public": "^3.1.0",
|
|
45
45
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
46
46
|
"@atlaskit/primitives": "^14.10.0",
|
|
47
|
-
"@atlaskit/teams-client": "^4.
|
|
47
|
+
"@atlaskit/teams-client": "^4.7.0",
|
|
48
48
|
"@atlaskit/theme": "^19.0.0",
|
|
49
49
|
"@atlaskit/tokens": "^5.5.0",
|
|
50
50
|
"@atlaskit/tooltip": "^20.3.0",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
"name": "@atlaskit/teams-public",
|
|
116
|
-
"version": "0.
|
|
116
|
+
"version": "0.45.0",
|
|
117
117
|
"description": "Public components related to teams",
|
|
118
118
|
"author": "Atlassian Pty Ltd",
|
|
119
119
|
"license": "Apache-2.0",
|