@atlaskit/calendar 14.0.11 → 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 +12 -0
- package/dist/cjs/calendar.js +1 -2
- package/dist/es2019/calendar.js +1 -2
- package/dist/esm/calendar.js +1 -2
- package/package.json +9 -9
- package/types/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
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
|
+
|
|
9
|
+
## 14.0.12
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
14
|
+
|
|
3
15
|
## 14.0.11
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/cjs/calendar.js
CHANGED
|
@@ -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.
|
|
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")
|
package/dist/es2019/calendar.js
CHANGED
|
@@ -24,7 +24,7 @@ const boxStyles = xcss({
|
|
|
24
24
|
const analyticsAttributes = {
|
|
25
25
|
componentName: 'calendar',
|
|
26
26
|
packageName: "@atlaskit/calendar",
|
|
27
|
-
packageVersion: "14.0.
|
|
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`
|
package/dist/esm/calendar.js
CHANGED
|
@@ -28,7 +28,7 @@ var boxStyles = xcss({
|
|
|
28
28
|
var analyticsAttributes = {
|
|
29
29
|
componentName: 'calendar',
|
|
30
30
|
packageName: "@atlaskit/calendar",
|
|
31
|
-
packageVersion: "14.0.
|
|
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.
|
|
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,15 +27,15 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@atlaskit/analytics-next": "^9.2.0",
|
|
30
|
-
"@atlaskit/button": "^17.
|
|
31
|
-
"@atlaskit/ds-explorations": "^3.
|
|
30
|
+
"@atlaskit/button": "^17.8.0",
|
|
31
|
+
"@atlaskit/ds-explorations": "^3.3.0",
|
|
32
32
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
33
|
-
"@atlaskit/heading": "^2.
|
|
33
|
+
"@atlaskit/heading": "^2.1.0",
|
|
34
34
|
"@atlaskit/icon": "^22.1.0",
|
|
35
35
|
"@atlaskit/locale": "^2.6.0",
|
|
36
|
-
"@atlaskit/primitives": "^5.
|
|
37
|
-
"@atlaskit/theme": "^12.
|
|
38
|
-
"@atlaskit/tokens": "^1.
|
|
36
|
+
"@atlaskit/primitives": "^5.1.0",
|
|
37
|
+
"@atlaskit/theme": "^12.7.0",
|
|
38
|
+
"@atlaskit/tokens": "^1.42.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0",
|
|
40
40
|
"@emotion/react": "^11.7.1",
|
|
41
41
|
"date-fns": "^2.17.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"react-dom": "^16.8.0",
|
|
59
59
|
"react-test-renderer": "^16.8.0",
|
|
60
60
|
"storybook-addon-performance": "^0.16.0",
|
|
61
|
-
"typescript": "~4.
|
|
61
|
+
"typescript": "~5.4.2",
|
|
62
62
|
"wait-for-expect": "^1.2.0"
|
|
63
63
|
},
|
|
64
64
|
"techstack": {
|
|
@@ -98,4 +98,4 @@
|
|
|
98
98
|
},
|
|
99
99
|
"homepage": "https://atlassian.design/components/calendar/",
|
|
100
100
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
101
|
-
}
|
|
101
|
+
}
|