@atlaskit/calendar 18.2.0 → 18.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,22 @@
1
1
  # @atlaskit/calendar
2
2
 
3
+ ## 18.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
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 18.2.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 18.2.0
4
21
 
5
22
  ### Minor Changes
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@atlaskit/calendar/calendar",
3
+ "main": "../dist/cjs/entry-points/calendar.js",
4
+ "module": "../dist/esm/entry-points/calendar.js",
5
+ "module:es2019": "../dist/es2019/entry-points/calendar.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/calendar.d.ts"
10
+ }
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/56862b4a-a6f2-478f-92e6-e3a2b57b0769
3
3
  name: '@atlaskit/calendar'
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
@@ -36,7 +36,7 @@ var styles = {
36
36
  var analyticsAttributes = {
37
37
  componentName: 'calendar',
38
38
  packageName: "@atlaskit/calendar",
39
- packageVersion: "18.1.0"
39
+ packageVersion: "18.2.1"
40
40
  };
41
41
  var InnerCalendar = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
42
42
  var day = _ref.day,
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "default", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _calendar.default;
11
+ }
12
+ });
13
+ var _calendar = _interopRequireDefault(require("../calendar"));
@@ -23,7 +23,7 @@ const styles = {
23
23
  const analyticsAttributes = {
24
24
  componentName: 'calendar',
25
25
  packageName: "@atlaskit/calendar",
26
- packageVersion: "18.1.0"
26
+ packageVersion: "18.2.1"
27
27
  };
28
28
  const InnerCalendar = /*#__PURE__*/forwardRef(function Calendar({
29
29
  day,
@@ -0,0 +1 @@
1
+ export { default } from '../calendar';
@@ -27,7 +27,7 @@ var styles = {
27
27
  var analyticsAttributes = {
28
28
  componentName: 'calendar',
29
29
  packageName: "@atlaskit/calendar",
30
- packageVersion: "18.1.0"
30
+ packageVersion: "18.2.1"
31
31
  };
32
32
  var InnerCalendar = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
33
33
  var day = _ref.day,
@@ -0,0 +1 @@
1
+ export { default } from '../calendar';
@@ -0,0 +1 @@
1
+ export { default } from '../calendar';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "18.2.0",
3
+ "version": "18.3.0",
4
4
  "description": "An interactive calendar for date selection experiences.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,12 +36,12 @@
36
36
  "@atlaskit/css": "^1.0.0",
37
37
  "@atlaskit/ds-lib": "^8.0.0",
38
38
  "@atlaskit/heading": "^6.2.0",
39
- "@atlaskit/icon": "^36.2.0",
39
+ "@atlaskit/icon": "^37.0.0",
40
40
  "@atlaskit/locale": "^5.0.0",
41
41
  "@atlaskit/platform-feature-flags": "^2.0.0",
42
- "@atlaskit/primitives": "^20.5.0",
42
+ "@atlaskit/primitives": "^20.6.0",
43
43
  "@atlaskit/react-compiler-gating": "^0.2.0",
44
- "@atlaskit/tokens": "^15.5.0",
44
+ "@atlaskit/tokens": "^15.6.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@compiled/react": "^0.20.0",
47
47
  "date-fns": "^2.17.0"
@@ -57,7 +57,7 @@
57
57
  "@atlaskit/form": "^16.1.0",
58
58
  "@atlaskit/link": "^4.1.0",
59
59
  "@atlaskit/section-message": "^9.2.0",
60
- "@atlaskit/select": "^22.4.0",
60
+ "@atlaskit/select": "^22.5.0",
61
61
  "@atlassian/ssr-tests": "workspace:^",
62
62
  "@atlassian/structured-docs-types": "workspace:^",
63
63
  "@testing-library/react": "^16.3.0",