@atlaskit/profilecard 24.21.8 → 24.21.9
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 +8 -0
- package/dist/cjs/components/team-profile-card/team-containers-skeleton/index.compiled.css +1 -1
- package/dist/cjs/components/team-profile-card/team-containers-skeleton/index.js +1 -1
- package/dist/es2019/components/team-profile-card/team-containers-skeleton/index.compiled.css +1 -1
- package/dist/es2019/components/team-profile-card/team-containers-skeleton/index.js +1 -1
- package/dist/esm/components/team-profile-card/team-containers-skeleton/index.compiled.css +1 -1
- package/dist/esm/components/team-profile-card/team-containers-skeleton/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/profilecard
|
|
2
2
|
|
|
3
|
+
## 24.21.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`83e73ca06c1c7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/83e73ca06c1c7) -
|
|
8
|
+
Internal changes to how border radius is applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 24.21.8
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko1tm3{border-radius:var(--ds-radius-xxlarge,1pc)}
|
|
3
3
|
._1rjc1b66{padding-block:var(--ds-space-050,4px)}._1bsbvbgk{width:4pc}
|
|
4
4
|
._bozgpxbi{padding-inline-start:var(--ds-space-200,1pc)}
|
|
5
5
|
._y4tipxbi{padding-inline-end:var(--ds-space-200,1pc)}
|
|
@@ -13,7 +13,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
14
14
|
var _linkedContainerCardSkeleton = require("./linked-container-card-skeleton");
|
|
15
15
|
var styles = {
|
|
16
|
-
showMoreButtonSkeleton: "
|
|
16
|
+
showMoreButtonSkeleton: "_2rko1tm3 _1rjc1b66 _1bsbvbgk",
|
|
17
17
|
containerSkeletonWrapper: "_bozgpxbi _y4tipxbi"
|
|
18
18
|
};
|
|
19
19
|
var TeamContainersSkeleton = exports.TeamContainersSkeleton = function TeamContainersSkeleton(_ref) {
|
package/dist/es2019/components/team-profile-card/team-containers-skeleton/index.compiled.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko1tm3{border-radius:var(--ds-radius-xxlarge,1pc)}
|
|
3
3
|
._1rjc1b66{padding-block:var(--ds-space-050,4px)}._1bsbvbgk{width:4pc}
|
|
4
4
|
._bozgpxbi{padding-inline-start:var(--ds-space-200,1pc)}
|
|
5
5
|
._y4tipxbi{padding-inline-end:var(--ds-space-200,1pc)}
|
|
@@ -5,7 +5,7 @@ import React from 'react';
|
|
|
5
5
|
import { Box, Stack } from '@atlaskit/primitives/compiled';
|
|
6
6
|
import { LinkedContainerCardSkeleton } from './linked-container-card-skeleton';
|
|
7
7
|
const styles = {
|
|
8
|
-
showMoreButtonSkeleton: "
|
|
8
|
+
showMoreButtonSkeleton: "_2rko1tm3 _1rjc1b66 _1bsbvbgk",
|
|
9
9
|
containerSkeletonWrapper: "_bozgpxbi _y4tipxbi"
|
|
10
10
|
};
|
|
11
11
|
export const TeamContainersSkeleton = ({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko1tm3{border-radius:var(--ds-radius-xxlarge,1pc)}
|
|
3
3
|
._1rjc1b66{padding-block:var(--ds-space-050,4px)}._1bsbvbgk{width:4pc}
|
|
4
4
|
._bozgpxbi{padding-inline-start:var(--ds-space-200,1pc)}
|
|
5
5
|
._y4tipxbi{padding-inline-end:var(--ds-space-200,1pc)}
|
|
@@ -6,7 +6,7 @@ import React from 'react';
|
|
|
6
6
|
import { Box, Stack } from '@atlaskit/primitives/compiled';
|
|
7
7
|
import { LinkedContainerCardSkeleton } from './linked-container-card-skeleton';
|
|
8
8
|
var styles = {
|
|
9
|
-
showMoreButtonSkeleton: "
|
|
9
|
+
showMoreButtonSkeleton: "_2rko1tm3 _1rjc1b66 _1bsbvbgk",
|
|
10
10
|
containerSkeletonWrapper: "_bozgpxbi _y4tipxbi"
|
|
11
11
|
};
|
|
12
12
|
export var TeamContainersSkeleton = function TeamContainersSkeleton(_ref) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/profilecard",
|
|
3
|
-
"version": "24.21.
|
|
3
|
+
"version": "24.21.9",
|
|
4
4
|
"description": "A React component to display a card with user information.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
62
62
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
63
63
|
"@atlaskit/popup": "^4.6.0",
|
|
64
|
-
"@atlaskit/primitives": "^16.
|
|
64
|
+
"@atlaskit/primitives": "^16.4.0",
|
|
65
65
|
"@atlaskit/rovo-agent-components": "^3.12.0",
|
|
66
|
-
"@atlaskit/rovo-triggers": "^4.
|
|
66
|
+
"@atlaskit/rovo-triggers": "^4.5.0",
|
|
67
67
|
"@atlaskit/spinner": "^19.0.0",
|
|
68
68
|
"@atlaskit/teams-app-config": "^1.12.0",
|
|
69
69
|
"@atlaskit/teams-app-internal-analytics": "^1.20.0",
|