@atlaskit/people-teams-ui-public 1.0.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 +1 -0
- package/LICENSE.md +11 -0
- package/README.md +9 -0
- package/dist/cjs/index.js +12 -0
- package/dist/cjs/ui/verified-team-icon/index.js +12 -0
- package/dist/cjs/ui/verified-team-icon/main.js +31 -0
- package/dist/es2019/index.js +1 -0
- package/dist/es2019/ui/verified-team-icon/index.js +1 -0
- package/dist/es2019/ui/verified-team-icon/main.js +23 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/ui/verified-team-icon/index.js +1 -0
- package/dist/esm/ui/verified-team-icon/main.js +24 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/ui/verified-team-icon/index.d.ts +1 -0
- package/dist/types/ui/verified-team-icon/main.d.ts +5 -0
- package/dist/types-ts4.5/index.d.ts +1 -0
- package/dist/types-ts4.5/ui/verified-team-icon/index.d.ts +1 -0
- package/dist/types-ts4.5/ui/verified-team-icon/main.d.ts +5 -0
- package/package.json +95 -0
- package/verified-team-icon/package.json +17 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# @atlaskit/people-teams-ui-public
|
package/LICENSE.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Copyright 2023 Atlassian Pty Ltd
|
|
2
|
+
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
|
|
4
|
+
compliance with the License. You may obtain a copy of the License at
|
|
5
|
+
|
|
6
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
7
|
+
|
|
8
|
+
Unless required by applicable law or agreed to in writing, software distributed under the License is
|
|
9
|
+
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
10
|
+
implied. See the License for the specific language governing permissions and limitations under the
|
|
11
|
+
License.
|
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# PeopleTeamsUiPublic
|
|
2
|
+
|
|
3
|
+
UI components for public packages
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
`import PeopleTeamsUiPublic from '@atlaskit/people-teams-ui-public';`
|
|
8
|
+
|
|
9
|
+
Detailed docs and example usage can be found [here](https://atlaskit.atlassian.com/packages/people-and-teams/people-teams-ui-public).
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "VerifiedTeamIcon", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _verifiedTeamIcon.VerifiedTeamIcon;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _verifiedTeamIcon = require("./ui/verified-team-icon");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "VerifiedTeamIcon", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _main.VerifiedTeamIcon;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _main = require("./main");
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.VerifiedTeamIcon = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _icon = _interopRequireDefault(require("@atlaskit/icon"));
|
|
10
|
+
var VerifiedTeamGlyph = function VerifiedTeamGlyph() {
|
|
11
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
12
|
+
width: "33",
|
|
13
|
+
height: "32",
|
|
14
|
+
viewBox: "0 0 33 32",
|
|
15
|
+
fill: "none",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M18.6666 6.65507C17.7592 4.89362 15.2407 4.89362 14.3332 6.65507C13.7879 7.7135 12.5577 8.22306 11.4237 7.86022C9.53648 7.25639 7.75565 9.03721 8.35949 10.9244C8.72232 12.0584 8.21276 13.2886 7.15434 13.8339C5.39289 14.7414 5.39289 17.2599 7.15434 18.1674C8.21276 18.7127 8.72232 19.9429 8.35949 21.0769C7.75565 22.9641 9.53648 24.7449 11.4237 24.1411C12.5577 23.7783 13.7879 24.2878 14.3332 25.3462C15.2407 27.1077 17.7592 27.1077 18.6666 25.3462C19.212 24.2878 20.4421 23.7783 21.5761 24.1411C23.4634 24.7449 25.2442 22.9641 24.6404 21.0769C24.2775 19.9429 24.7871 18.7127 25.8455 18.1674C27.607 17.2599 27.607 14.7414 25.8455 13.8339C24.7871 13.2886 24.2775 12.0584 24.6404 10.9244C25.2442 9.03721 23.4634 7.25639 21.5761 7.86022C20.4421 8.22306 19.212 7.7135 18.6666 6.65507ZM20.7898 12.7002L20.8932 12.7923C21.323 13.2221 21.3537 13.8998 20.9853 14.365L20.8932 14.4684L16.1524 19.2091C15.7226 19.6389 15.0449 19.6696 14.5797 19.3012L14.4764 19.2091L12.106 16.8388C11.6431 16.3759 11.6431 15.6255 12.106 15.1627C12.5358 14.7329 13.2135 14.7022 13.6787 15.0706L13.7821 15.1627L15.3146 16.6944L19.2171 12.7923C19.6469 12.3625 20.3246 12.3318 20.7898 12.7002Z",
|
|
21
|
+
fill: "#1D7AFC"
|
|
22
|
+
}));
|
|
23
|
+
};
|
|
24
|
+
var VerifiedTeamIcon = exports.VerifiedTeamIcon = function VerifiedTeamIcon(_ref) {
|
|
25
|
+
var size = _ref.size;
|
|
26
|
+
return /*#__PURE__*/_react.default.createElement(_icon.default, {
|
|
27
|
+
glyph: VerifiedTeamGlyph,
|
|
28
|
+
label: "Verified Team",
|
|
29
|
+
size: size
|
|
30
|
+
});
|
|
31
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VerifiedTeamIcon } from './ui/verified-team-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VerifiedTeamIcon } from './main';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Icon from '@atlaskit/icon';
|
|
3
|
+
const VerifiedTeamGlyph = () => /*#__PURE__*/React.createElement("svg", {
|
|
4
|
+
width: "33",
|
|
5
|
+
height: "32",
|
|
6
|
+
viewBox: "0 0 33 32",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
clipRule: "evenodd",
|
|
12
|
+
d: "M18.6666 6.65507C17.7592 4.89362 15.2407 4.89362 14.3332 6.65507C13.7879 7.7135 12.5577 8.22306 11.4237 7.86022C9.53648 7.25639 7.75565 9.03721 8.35949 10.9244C8.72232 12.0584 8.21276 13.2886 7.15434 13.8339C5.39289 14.7414 5.39289 17.2599 7.15434 18.1674C8.21276 18.7127 8.72232 19.9429 8.35949 21.0769C7.75565 22.9641 9.53648 24.7449 11.4237 24.1411C12.5577 23.7783 13.7879 24.2878 14.3332 25.3462C15.2407 27.1077 17.7592 27.1077 18.6666 25.3462C19.212 24.2878 20.4421 23.7783 21.5761 24.1411C23.4634 24.7449 25.2442 22.9641 24.6404 21.0769C24.2775 19.9429 24.7871 18.7127 25.8455 18.1674C27.607 17.2599 27.607 14.7414 25.8455 13.8339C24.7871 13.2886 24.2775 12.0584 24.6404 10.9244C25.2442 9.03721 23.4634 7.25639 21.5761 7.86022C20.4421 8.22306 19.212 7.7135 18.6666 6.65507ZM20.7898 12.7002L20.8932 12.7923C21.323 13.2221 21.3537 13.8998 20.9853 14.365L20.8932 14.4684L16.1524 19.2091C15.7226 19.6389 15.0449 19.6696 14.5797 19.3012L14.4764 19.2091L12.106 16.8388C11.6431 16.3759 11.6431 15.6255 12.106 15.1627C12.5358 14.7329 13.2135 14.7022 13.6787 15.0706L13.7821 15.1627L15.3146 16.6944L19.2171 12.7923C19.6469 12.3625 20.3246 12.3318 20.7898 12.7002Z",
|
|
13
|
+
fill: "#1D7AFC"
|
|
14
|
+
}));
|
|
15
|
+
export const VerifiedTeamIcon = ({
|
|
16
|
+
size
|
|
17
|
+
}) => {
|
|
18
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
19
|
+
glyph: VerifiedTeamGlyph,
|
|
20
|
+
label: "Verified Team",
|
|
21
|
+
size: size
|
|
22
|
+
});
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VerifiedTeamIcon } from './ui/verified-team-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VerifiedTeamIcon } from './main';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Icon from '@atlaskit/icon';
|
|
3
|
+
var VerifiedTeamGlyph = function VerifiedTeamGlyph() {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
5
|
+
width: "33",
|
|
6
|
+
height: "32",
|
|
7
|
+
viewBox: "0 0 33 32",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
clipRule: "evenodd",
|
|
13
|
+
d: "M18.6666 6.65507C17.7592 4.89362 15.2407 4.89362 14.3332 6.65507C13.7879 7.7135 12.5577 8.22306 11.4237 7.86022C9.53648 7.25639 7.75565 9.03721 8.35949 10.9244C8.72232 12.0584 8.21276 13.2886 7.15434 13.8339C5.39289 14.7414 5.39289 17.2599 7.15434 18.1674C8.21276 18.7127 8.72232 19.9429 8.35949 21.0769C7.75565 22.9641 9.53648 24.7449 11.4237 24.1411C12.5577 23.7783 13.7879 24.2878 14.3332 25.3462C15.2407 27.1077 17.7592 27.1077 18.6666 25.3462C19.212 24.2878 20.4421 23.7783 21.5761 24.1411C23.4634 24.7449 25.2442 22.9641 24.6404 21.0769C24.2775 19.9429 24.7871 18.7127 25.8455 18.1674C27.607 17.2599 27.607 14.7414 25.8455 13.8339C24.7871 13.2886 24.2775 12.0584 24.6404 10.9244C25.2442 9.03721 23.4634 7.25639 21.5761 7.86022C20.4421 8.22306 19.212 7.7135 18.6666 6.65507ZM20.7898 12.7002L20.8932 12.7923C21.323 13.2221 21.3537 13.8998 20.9853 14.365L20.8932 14.4684L16.1524 19.2091C15.7226 19.6389 15.0449 19.6696 14.5797 19.3012L14.4764 19.2091L12.106 16.8388C11.6431 16.3759 11.6431 15.6255 12.106 15.1627C12.5358 14.7329 13.2135 14.7022 13.6787 15.0706L13.7821 15.1627L15.3146 16.6944L19.2171 12.7923C19.6469 12.3625 20.3246 12.3318 20.7898 12.7002Z",
|
|
14
|
+
fill: "#1D7AFC"
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
17
|
+
export var VerifiedTeamIcon = function VerifiedTeamIcon(_ref) {
|
|
18
|
+
var size = _ref.size;
|
|
19
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
20
|
+
glyph: VerifiedTeamGlyph,
|
|
21
|
+
label: "Verified Team",
|
|
22
|
+
size: size
|
|
23
|
+
});
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VerifiedTeamIcon } from './ui/verified-team-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VerifiedTeamIcon } from './main';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VerifiedTeamIcon } from './ui/verified-team-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VerifiedTeamIcon } from './main';
|
package/package.json
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/people-teams-ui-public",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "UI components for public packages",
|
|
5
|
+
"author": "Atlassian Pty Ltd",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"publishConfig": {
|
|
8
|
+
"registry": "https://registry.npmjs.org/"
|
|
9
|
+
},
|
|
10
|
+
"atlassian": {
|
|
11
|
+
"team": "People and Teams Collective",
|
|
12
|
+
"website": {
|
|
13
|
+
"name": "PeopleTeamsUiPublic",
|
|
14
|
+
"category": "Components"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"repository": "https://stash.atlassian.com/projects/ATLASSIAN/repos/atlassian-frontend-monorepo",
|
|
18
|
+
"main": "dist/cjs/index.js",
|
|
19
|
+
"module": "dist/esm/index.js",
|
|
20
|
+
"module:es2019": "dist/es2019/index.js",
|
|
21
|
+
"types": "dist/types/index.d.ts",
|
|
22
|
+
"typesVersions": {
|
|
23
|
+
">=4.5 <5.4": {
|
|
24
|
+
"*": [
|
|
25
|
+
"dist/types-ts4.5/*",
|
|
26
|
+
"dist/types-ts4.5/index.d.ts"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"sideEffects": [
|
|
31
|
+
"*.compiled.css"
|
|
32
|
+
],
|
|
33
|
+
"atlaskit:src": "src/index.ts",
|
|
34
|
+
"af:exports": {
|
|
35
|
+
"./verified-team-icon": "./src/ui/verified-team-icon/index.ts"
|
|
36
|
+
},
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@atlaskit/icon": "^22.18.0",
|
|
39
|
+
"@atlaskit/primitives": "^12.1.0",
|
|
40
|
+
"@atlaskit/tokens": "^2.0.2",
|
|
41
|
+
"@babel/runtime": "^7.0.0",
|
|
42
|
+
"@compiled/react": "^0.17.3"
|
|
43
|
+
},
|
|
44
|
+
"peerDependencies": {
|
|
45
|
+
"react": "^16.8.0"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@af/integration-testing": "*",
|
|
49
|
+
"@af/visual-regression": "*",
|
|
50
|
+
"@atlaskit/ssr": "*",
|
|
51
|
+
"@atlaskit/visual-regression": "*",
|
|
52
|
+
"@testing-library/react": "^12.1.5",
|
|
53
|
+
"react-dom": "^16.8.0",
|
|
54
|
+
"typescript": "~5.4.2",
|
|
55
|
+
"wait-for-expect": "^1.2.0"
|
|
56
|
+
},
|
|
57
|
+
"techstack": {
|
|
58
|
+
"@atlassian/frontend": {
|
|
59
|
+
"code-structure": [
|
|
60
|
+
"tangerine-next"
|
|
61
|
+
],
|
|
62
|
+
"import-structure": [
|
|
63
|
+
"atlassian-conventions"
|
|
64
|
+
],
|
|
65
|
+
"circular-dependencies": [
|
|
66
|
+
"file-and-folder-level"
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"@repo/internal": {
|
|
70
|
+
"dom-events": "use-bind-event-listener",
|
|
71
|
+
"analytics": [
|
|
72
|
+
"analytics-next"
|
|
73
|
+
],
|
|
74
|
+
"design-tokens": [
|
|
75
|
+
"color"
|
|
76
|
+
],
|
|
77
|
+
"theming": [
|
|
78
|
+
"react-context"
|
|
79
|
+
],
|
|
80
|
+
"ui-components": [
|
|
81
|
+
"lite-mode"
|
|
82
|
+
],
|
|
83
|
+
"deprecation": [
|
|
84
|
+
"no-deprecated-imports"
|
|
85
|
+
],
|
|
86
|
+
"styling": [
|
|
87
|
+
"static",
|
|
88
|
+
"compiled"
|
|
89
|
+
],
|
|
90
|
+
"imports": [
|
|
91
|
+
"import-no-extraneous-disable-for-examples-and-docs"
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/people-teams-ui-public/verified-team-icon",
|
|
3
|
+
"main": "../dist/cjs/ui/verified-team-icon/index.js",
|
|
4
|
+
"module": "../dist/esm/ui/verified-team-icon/index.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/ui/verified-team-icon/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/ui/verified-team-icon/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.4": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/ui/verified-team-icon/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|