@atlaskit/calendar 12.4.3 → 12.4.4

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,11 @@
1
1
  # @atlaskit/calendar
2
2
 
3
+ ## 12.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 12.4.3
4
10
 
5
11
  ### Patch Changes
@@ -86,7 +86,7 @@ var gridsContainerStyles = (0, _react2.css)({
86
86
  var analyticsAttributes = {
87
87
  componentName: 'calendar',
88
88
  packageName: "@atlaskit/calendar",
89
- packageVersion: "12.4.3"
89
+ packageVersion: "12.4.4"
90
90
  };
91
91
  var CalendarWithMode = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
92
92
  var day = _ref.day,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "12.4.3",
3
+ "version": "12.4.4",
4
4
  "sideEffects": false
5
5
  }
@@ -51,7 +51,7 @@ const gridsContainerStyles = css({
51
51
  const analyticsAttributes = {
52
52
  componentName: 'calendar',
53
53
  packageName: "@atlaskit/calendar",
54
- packageVersion: "12.4.3"
54
+ packageVersion: "12.4.4"
55
55
  };
56
56
  const CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar({
57
57
  day,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "12.4.3",
3
+ "version": "12.4.4",
4
4
  "sideEffects": false
5
5
  }
@@ -57,7 +57,7 @@ var gridsContainerStyles = css({
57
57
  var analyticsAttributes = {
58
58
  componentName: 'calendar',
59
59
  packageName: "@atlaskit/calendar",
60
- packageVersion: "12.4.3"
60
+ packageVersion: "12.4.4"
61
61
  };
62
62
  var CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
63
63
  var day = _ref.day,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "12.4.3",
3
+ "version": "12.4.4",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "12.4.3",
3
+ "version": "12.4.4",
4
4
  "description": "An interactive calendar for date selection experiences.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@atlaskit/analytics-next": "^8.2.0",
28
- "@atlaskit/button": "^16.4.0",
28
+ "@atlaskit/button": "^16.5.0",
29
29
  "@atlaskit/ds-lib": "^2.1.0",
30
30
  "@atlaskit/icon": "^21.11.0",
31
31
  "@atlaskit/locale": "^2.3.0",
32
32
  "@atlaskit/theme": "^12.2.0",
33
- "@atlaskit/tokens": "^0.11.0",
33
+ "@atlaskit/tokens": "^0.12.0",
34
34
  "@atlaskit/visually-hidden": "^1.1.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@emotion/react": "^11.7.1",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@atlaskit/docs": "*",
45
- "@atlaskit/select": "^15.7.0",
45
+ "@atlaskit/select": "^16.0.0",
46
46
  "@atlaskit/ssr": "*",
47
47
  "@atlaskit/visual-regression": "*",
48
48
  "@atlaskit/webdriver-runner": "*",
package/report.api.md CHANGED
@@ -1,12 +1,17 @@
1
+ <!-- API Report Version: 2.2 -->
2
+
1
3
  ## API Report File for "@atlaskit/calendar"
2
4
 
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
5
+ > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
6
+ > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
7
+
8
+ ### Table of contents
4
9
 
5
- <!--
6
- Generated API Report version: 2.0
7
- -->
10
+ - [Main Entry Types](#main-entry-types)
8
11
 
9
- [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
12
+ ### Main Entry Types
13
+
14
+ <!--SECTION START: Main Entry Types-->
10
15
 
11
16
  ```ts
12
17
  /// <reference types="react" />
@@ -20,44 +25,44 @@ import { UIAnalyticsEvent } from '@atlaskit/analytics-next';
20
25
  import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
21
26
 
22
27
  // @public (undocumented)
23
- type ArrowKeys = 'left' | 'up' | 'right' | 'down';
28
+ type ArrowKeys = 'down' | 'left' | 'right' | 'up';
24
29
 
25
30
  // @public
26
31
  const Calendar: MemoExoticComponent<
27
32
  ForwardRefExoticComponent<
28
33
  Pick<
29
34
  CalendarProps,
30
- | 'style'
35
+ | 'analyticsContext'
36
+ | 'calendarRef'
37
+ | 'className'
38
+ | 'createAnalyticsEvent'
39
+ | 'day'
40
+ | 'defaultDay'
41
+ | 'defaultMonth'
42
+ | 'defaultPreviouslySelected'
43
+ | 'defaultSelected'
44
+ | 'defaultYear'
31
45
  | 'disabled'
32
- | 'year'
33
- | 'previousMonthLabel'
34
- | 'nextMonthLabel'
46
+ | 'disabledDateFilter'
47
+ | 'locale'
48
+ | 'maxDate'
49
+ | 'minDate'
35
50
  | 'mode'
36
- | 'testId'
37
- | 'className'
38
- | 'tabIndex'
39
- | 'onFocus'
51
+ | 'month'
52
+ | 'nextMonthLabel'
40
53
  | 'onBlur'
41
54
  | 'onChange'
55
+ | 'onFocus'
42
56
  | 'onSelect'
57
+ | 'previousMonthLabel'
58
+ | 'previouslySelected'
43
59
  | 'selected'
44
- | 'analyticsContext'
45
- | 'day'
46
- | 'month'
47
- | 'defaultDay'
48
- | 'defaultMonth'
49
- | 'defaultYear'
60
+ | 'style'
61
+ | 'tabIndex'
62
+ | 'testId'
50
63
  | 'today'
51
- | 'defaultSelected'
52
- | 'previouslySelected'
53
- | 'defaultPreviouslySelected'
54
64
  | 'weekStartDay'
55
- | 'disabledDateFilter'
56
- | 'minDate'
57
- | 'maxDate'
58
- | 'locale'
59
- | 'calendarRef'
60
- | 'createAnalyticsEvent'
65
+ | 'year'
61
66
  > &
62
67
  RefAttributes<HTMLDivElement>
63
68
  >
@@ -109,7 +114,7 @@ export interface CalendarRef {
109
114
  // @public (undocumented)
110
115
  export type ChangeEvent = {
111
116
  iso: ISODate;
112
- type: 'left' | 'up' | 'right' | 'down' | 'prev' | 'next';
117
+ type: 'down' | 'left' | 'next' | 'prev' | 'right' | 'up';
113
118
  } & DateObj;
114
119
 
115
120
  // @public (undocumented)
@@ -132,3 +137,5 @@ type WeekDay = 0 | 1 | 2 | 3 | 4 | 5 | 6;
132
137
 
133
138
  // (No @packageDocumentation comment for this package)
134
139
  ```
140
+
141
+ <!--SECTION END: Main Entry Types-->