@atlaskit/rovo-agent-components 3.36.1 → 3.36.2
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 +6 -0
- package/dist/cjs/ui/agent-avatar/agent-avatar-skeleton/index.js +0 -1
- package/dist/cjs/ui/agent-menu-item-skeleton/index.js +0 -1
- package/dist/es2019/ui/agent-avatar/agent-avatar-skeleton/index.js +0 -2
- package/dist/es2019/ui/agent-menu-item-skeleton/index.js +0 -1
- package/dist/esm/ui/agent-avatar/agent-avatar-skeleton/index.js +0 -2
- package/dist/esm/ui/agent-menu-item-skeleton/index.js +0 -1
- package/package.json +2 -7
package/CHANGELOG.md
CHANGED
|
@@ -14,7 +14,6 @@ var _compiled = require("@atlaskit/primitives/compiled");
|
|
|
14
14
|
var _skeleton = _interopRequireDefault(require("@atlaskit/skeleton"));
|
|
15
15
|
var _index = require("../index");
|
|
16
16
|
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); }
|
|
17
|
-
// eslint-disable-next-line @atlassian/tangerine/import/no-parent-imports
|
|
18
17
|
/**
|
|
19
18
|
* Skeleton wrapper with hexagon clip-path to match the AgentAvatar component shape.
|
|
20
19
|
* Uses the same clip-path as AgentAvatar to provide a consistent loading experience.
|
|
@@ -12,7 +12,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
12
12
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
13
13
|
var _skeleton = _interopRequireDefault(require("@atlaskit/skeleton"));
|
|
14
14
|
var _agentAvatarSkeleton = require("../agent-avatar/agent-avatar-skeleton");
|
|
15
|
-
// eslint-disable-next-line @atlassian/tangerine/import/no-parent-imports
|
|
16
15
|
var styles = {
|
|
17
16
|
skeletonContainer: "_zulp12x7 _1bsb1osq _1e0c1txw _4cvr1h6o"
|
|
18
17
|
};
|
|
@@ -4,8 +4,6 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
4
4
|
import { AVATAR_SIZES } from '@atlaskit/avatar';
|
|
5
5
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
6
6
|
import Skeleton from '@atlaskit/skeleton';
|
|
7
|
-
|
|
8
|
-
// eslint-disable-next-line @atlassian/tangerine/import/no-parent-imports
|
|
9
7
|
import { AGENT_AVATAR_CLIP_PATH } from '../index';
|
|
10
8
|
/**
|
|
11
9
|
* Skeleton wrapper with hexagon clip-path to match the AgentAvatar component shape.
|
|
@@ -4,7 +4,6 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
6
6
|
import Skeleton from '@atlaskit/skeleton';
|
|
7
|
-
// eslint-disable-next-line @atlassian/tangerine/import/no-parent-imports
|
|
8
7
|
import { AgentAvatarSkeleton } from '../agent-avatar/agent-avatar-skeleton';
|
|
9
8
|
const styles = {
|
|
10
9
|
skeletonContainer: "_zulp12x7 _1bsb1osq _1e0c1txw _4cvr1h6o"
|
|
@@ -4,8 +4,6 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
4
4
|
import { AVATAR_SIZES } from '@atlaskit/avatar';
|
|
5
5
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
6
6
|
import Skeleton from '@atlaskit/skeleton';
|
|
7
|
-
|
|
8
|
-
// eslint-disable-next-line @atlassian/tangerine/import/no-parent-imports
|
|
9
7
|
import { AGENT_AVATAR_CLIP_PATH } from '../index';
|
|
10
8
|
/**
|
|
11
9
|
* Skeleton wrapper with hexagon clip-path to match the AgentAvatar component shape.
|
|
@@ -4,7 +4,6 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
6
6
|
import Skeleton from '@atlaskit/skeleton';
|
|
7
|
-
// eslint-disable-next-line @atlassian/tangerine/import/no-parent-imports
|
|
8
7
|
import { AgentAvatarSkeleton } from '../agent-avatar/agent-avatar-skeleton';
|
|
9
8
|
var styles = {
|
|
10
9
|
skeletonContainer: "_zulp12x7 _1bsb1osq _1e0c1txw _4cvr1h6o"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "3.36.
|
|
3
|
+
"version": "3.36.2",
|
|
4
4
|
"description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@atlaskit/logo": "^19.10.0",
|
|
46
46
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
47
47
|
"@atlaskit/primitives": "^18.0.0",
|
|
48
|
-
"@atlaskit/rovo-agent-analytics": "^0.
|
|
48
|
+
"@atlaskit/rovo-agent-analytics": "^0.17.0",
|
|
49
49
|
"@atlaskit/skeleton": "^2.1.0",
|
|
50
50
|
"@atlaskit/tokens": "^11.0.0",
|
|
51
51
|
"@atlaskit/tooltip": "^20.14.0",
|
|
@@ -107,11 +107,6 @@
|
|
|
107
107
|
]
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"techstackIgnore": {
|
|
111
|
-
"stricter": [
|
|
112
|
-
"@atlassian/tangerine/project-structure"
|
|
113
|
-
]
|
|
114
|
-
},
|
|
115
110
|
"platform-feature-flags": {
|
|
116
111
|
"rovo_chat_bugfix_agent_avatar_squish": {
|
|
117
112
|
"type": "boolean"
|