@atlaskit/calendar 17.2.9 → 17.2.10
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 +6 -0
- package/dist/cjs/calendar.js +1 -1
- package/dist/es2019/calendar.js +1 -1
- package/dist/esm/calendar.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/cjs/calendar.js
CHANGED
|
@@ -37,7 +37,7 @@ var styles = {
|
|
|
37
37
|
var analyticsAttributes = {
|
|
38
38
|
componentName: 'calendar',
|
|
39
39
|
packageName: "@atlaskit/calendar",
|
|
40
|
-
packageVersion: "17.2.
|
|
40
|
+
packageVersion: "17.2.9"
|
|
41
41
|
};
|
|
42
42
|
var InnerCalendar = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
|
|
43
43
|
var day = _ref.day,
|
package/dist/es2019/calendar.js
CHANGED
package/dist/esm/calendar.js
CHANGED
|
@@ -28,7 +28,7 @@ var styles = {
|
|
|
28
28
|
var analyticsAttributes = {
|
|
29
29
|
componentName: 'calendar',
|
|
30
30
|
packageName: "@atlaskit/calendar",
|
|
31
|
-
packageVersion: "17.2.
|
|
31
|
+
packageVersion: "17.2.9"
|
|
32
32
|
};
|
|
33
33
|
var InnerCalendar = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
|
|
34
34
|
var day = _ref.day,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/calendar",
|
|
3
|
-
"version": "17.2.
|
|
3
|
+
"version": "17.2.10",
|
|
4
4
|
"description": "An interactive calendar for date selection experiences.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
28
|
-
"@atlaskit/button": "^23.
|
|
28
|
+
"@atlaskit/button": "^23.10.0",
|
|
29
29
|
"@atlaskit/css": "^0.19.0",
|
|
30
30
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
31
31
|
"@atlaskit/heading": "^5.3.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@atlaskit/locale": "^3.0.0",
|
|
34
34
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
35
35
|
"@atlaskit/primitives": "^18.0.0",
|
|
36
|
-
"@atlaskit/theme": "^
|
|
36
|
+
"@atlaskit/theme": "^22.0.0",
|
|
37
37
|
"@atlaskit/tokens": "^11.0.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
|
39
39
|
"@compiled/react": "^0.18.6",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@af/accessibility-testing": "workspace:^",
|
|
47
47
|
"@af/integration-testing": "workspace:^",
|
|
48
48
|
"@af/visual-regression": "workspace:^",
|
|
49
|
-
"@atlaskit/docs": "^11.
|
|
49
|
+
"@atlaskit/docs": "^11.5.0",
|
|
50
50
|
"@atlaskit/form": "^15.3.0",
|
|
51
51
|
"@atlaskit/link": "^3.3.0",
|
|
52
52
|
"@atlaskit/section-message": "^8.12.0",
|