@atlaskit/icon-object 8.2.0 → 8.3.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,18 @@
1
1
  # @atlaskit/icon-object
2
2
 
3
+ ## 8.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`c98e0cf5cc4f6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c98e0cf5cc4f6) -
8
+ Autofix: add explicit package exports (barrel removal)
9
+
10
+ ## 8.2.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 8.2.0
4
17
 
5
18
  ### Minor Changes
package/compass.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  configVersion: 1
2
2
  id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/dce97305-6f2c-47df-b200-8a0fe33e2995
3
3
  name: '@atlaskit/icon-object'
4
- ownerId: ari:cloud:identity::team/be19136e-6275-419f-be0c-fcee844b8684 # Design System Engineers
4
+ ownerId: ari:cloud:teams::team/814283d6-8695-4329-b2f8-d78b2645722f # Design System Team (ADS)
5
5
  labels:
6
6
  - platform-code
7
7
  - platform-afm
@@ -27,6 +27,9 @@ customFields:
27
27
  - name: Technical Owner
28
28
  type: user
29
29
  value: ari:cloud:identity::user/557058:86a9b692-7997-49cb-9984-080801b1de91 # Jared Crowe
30
+ - name: Reviewer Team
31
+ type: text
32
+ value: ari:cloud:teams::team/be19136e-6275-419f-be0c-fcee844b8684 # Design System Engineers
30
33
  - name: Required Reviewers Opt In
31
34
  type: boolean
32
35
  value: true
@@ -36,3 +39,9 @@ customFields:
36
39
  - name: Required Reviewer Approvals
37
40
  type: number
38
41
  value: 1
42
+ - name: Trusted Committers
43
+ type: text
44
+ value: ari:cloud:teams::team/814283d6-8695-4329-b2f8-d78b2645722f # Design System Team (ADS)
45
+ - name: Trusted Reviewer Teams
46
+ type: text
47
+ value: ari:cloud:teams::team/42f4416b-e028-4daa-b2a5-afe213ac75e1 # Design System Designers
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+
3
+ var _typeof = require("@babel/runtime/helpers/typeof");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "Icon", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _icon.Icon;
11
+ }
12
+ });
13
+ Object.defineProperty(exports, "default", {
14
+ enumerable: true,
15
+ get: function get() {
16
+ return _icon.default;
17
+ }
18
+ });
19
+ var _icon = _interopRequireWildcard(require("../internal/icon"));
20
+ 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); }
@@ -0,0 +1 @@
1
+ export { Icon, default } from '../internal/icon';
@@ -0,0 +1 @@
1
+ export { Icon, default } from '../internal/icon';
@@ -0,0 +1 @@
1
+ export { Icon, default } from '../internal/icon';
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/icon-object/icon",
3
+ "main": "../dist/cjs/entry-points/icon.js",
4
+ "module": "../dist/esm/entry-points/icon.js",
5
+ "module:es2019": "../dist/es2019/entry-points/icon.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/icon.d.ts"
10
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "8.2.0",
3
+ "version": "8.3.0",
4
4
  "description": "An object icon is used to represent an Atlassian-specific content type.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -14,7 +14,9 @@
14
14
  "module": "dist/esm/index.js",
15
15
  "module:es2019": "dist/es2019/index.js",
16
16
  "types": "dist/types/index.d.ts",
17
- "sideEffects": ["**/*.compiled.css"],
17
+ "sideEffects": [
18
+ "**/*.compiled.css"
19
+ ],
18
20
  "atlassian": {
19
21
  "react-compiler": {
20
22
  "enabled": true,
@@ -38,10 +40,10 @@
38
40
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
39
41
  },
40
42
  "dependencies": {
41
- "@atlaskit/icon": "^36.2.0",
43
+ "@atlaskit/icon": "^37.0.0",
42
44
  "@atlaskit/object": "^2.2.0",
43
45
  "@atlaskit/react-compiler-gating": "^0.2.0",
44
- "@atlaskit/tokens": "^15.5.0",
46
+ "@atlaskit/tokens": "^15.6.0",
45
47
  "@babel/runtime": "^7.0.0",
46
48
  "@compiled/react": "^0.20.0"
47
49
  },
@@ -62,13 +64,21 @@
62
64
  "react-dom": "^18.2.0",
63
65
  "ts-node": "^10.9.1"
64
66
  },
65
- "keywords": ["atlaskit", "ui"],
67
+ "keywords": [
68
+ "atlaskit",
69
+ "ui"
70
+ ],
66
71
  "techstack": {
67
72
  "@repo/internal": {
68
73
  "design-system": "v1",
69
74
  "dom-events": "use-bind-event-listener",
70
- "design-tokens": ["color", "spacing"],
71
- "styling": ["compiled"],
75
+ "design-tokens": [
76
+ "color",
77
+ "spacing"
78
+ ],
79
+ "styling": [
80
+ "compiled"
81
+ ],
72
82
  "deprecation": "no-deprecated-imports"
73
83
  }
74
84
  }