@atlaskit/calendar 14.0.12 → 14.0.13

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
+ ## 14.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [#84135](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84135) [`87ddd92e0265`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/87ddd92e0265) - [ux] Unnecessary tab stop for keyboard users removed.
8
+
3
9
  ## 14.0.12
4
10
 
5
11
  ### Patch Changes
@@ -34,7 +34,7 @@ var boxStyles = (0, _primitives.xcss)({
34
34
  var analyticsAttributes = {
35
35
  componentName: 'calendar',
36
36
  packageName: "@atlaskit/calendar",
37
- packageVersion: "14.0.12"
37
+ packageVersion: "14.0.13"
38
38
  };
39
39
  var InnerCalendar = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
40
40
  var day = _ref.day,
@@ -219,7 +219,6 @@ var InnerCalendar = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref,
219
219
  testId: testId
220
220
  }), (0, _react2.jsx)(_primitives.Box, {
221
221
  role: "grid",
222
- tabIndex: tabIndex,
223
222
  onKeyDown: handleContainerKeyDown,
224
223
  "aria-labelledby": headerId,
225
224
  testId: testId && "".concat(testId, "--calendar-dates")
@@ -24,7 +24,7 @@ const boxStyles = xcss({
24
24
  const analyticsAttributes = {
25
25
  componentName: 'calendar',
26
26
  packageName: "@atlaskit/calendar",
27
- packageVersion: "14.0.12"
27
+ packageVersion: "14.0.13"
28
28
  };
29
29
  const InnerCalendar = /*#__PURE__*/forwardRef(function Calendar({
30
30
  day,
@@ -191,7 +191,6 @@ const InnerCalendar = /*#__PURE__*/forwardRef(function Calendar({
191
191
  testId: testId
192
192
  }), jsx(Box, {
193
193
  role: "grid",
194
- tabIndex: tabIndex,
195
194
  onKeyDown: handleContainerKeyDown,
196
195
  "aria-labelledby": headerId,
197
196
  testId: testId && `${testId}--calendar-dates`
@@ -28,7 +28,7 @@ var boxStyles = xcss({
28
28
  var analyticsAttributes = {
29
29
  componentName: 'calendar',
30
30
  packageName: "@atlaskit/calendar",
31
- packageVersion: "14.0.12"
31
+ packageVersion: "14.0.13"
32
32
  };
33
33
  var InnerCalendar = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
34
34
  var day = _ref.day,
@@ -213,7 +213,6 @@ var InnerCalendar = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
213
213
  testId: testId
214
214
  }), jsx(Box, {
215
215
  role: "grid",
216
- tabIndex: tabIndex,
217
216
  onKeyDown: handleContainerKeyDown,
218
217
  "aria-labelledby": headerId,
219
218
  testId: testId && "".concat(testId, "--calendar-dates")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "14.0.12",
3
+ "version": "14.0.13",
4
4
  "description": "An interactive calendar for date selection experiences.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,14 +27,14 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@atlaskit/analytics-next": "^9.2.0",
30
- "@atlaskit/button": "^17.7.0",
30
+ "@atlaskit/button": "^17.8.0",
31
31
  "@atlaskit/ds-explorations": "^3.3.0",
32
32
  "@atlaskit/ds-lib": "^2.2.0",
33
33
  "@atlaskit/heading": "^2.1.0",
34
34
  "@atlaskit/icon": "^22.1.0",
35
35
  "@atlaskit/locale": "^2.6.0",
36
36
  "@atlaskit/primitives": "^5.1.0",
37
- "@atlaskit/theme": "^12.6.0",
37
+ "@atlaskit/theme": "^12.7.0",
38
38
  "@atlaskit/tokens": "^1.42.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@emotion/react": "^11.7.1",