@atlaskit/calendar 14.0.9 → 14.0.11

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,17 @@
1
1
  # @atlaskit/calendar
2
2
 
3
+ ## 14.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 14.0.10
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 14.0.9
4
16
 
5
17
  ### 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.9"
37
+ packageVersion: "14.0.11"
38
38
  };
39
39
  var InnerCalendar = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
40
40
  var day = _ref.day,
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -63,7 +63,7 @@ var Header = /*#__PURE__*/(0, _react.memo)(function Header(_ref) {
63
63
  spread: "space-between"
64
64
  }, (0, _react2.jsx)(_new.IconButton, {
65
65
  appearance: "subtle",
66
- spacing: "none",
66
+ spacing: "compact",
67
67
  tabIndex: tabIndex,
68
68
  onClick: handlePrevMonthInteraction,
69
69
  testId: testId && "".concat(testId, "--previous-month"),
@@ -80,7 +80,7 @@ var Header = /*#__PURE__*/(0, _react.memo)(function Header(_ref) {
80
80
  testId: testId && "".concat(testId, "--current-month-year")
81
81
  }, "".concat(monthLongTitle, " ").concat(year))), (0, _react2.jsx)(_new.IconButton, {
82
82
  appearance: "subtle",
83
- spacing: "none",
83
+ spacing: "compact",
84
84
  tabIndex: tabIndex,
85
85
  onClick: handleNextMonthInteraction,
86
86
  testId: testId && "".concat(testId, "--next-month"),
@@ -24,7 +24,7 @@ const boxStyles = xcss({
24
24
  const analyticsAttributes = {
25
25
  componentName: 'calendar',
26
26
  packageName: "@atlaskit/calendar",
27
- packageVersion: "14.0.9"
27
+ packageVersion: "14.0.11"
28
28
  };
29
29
  const InnerCalendar = /*#__PURE__*/forwardRef(function Calendar({
30
30
  day,
@@ -1 +0,0 @@
1
- export {};
@@ -50,7 +50,7 @@ const Header = /*#__PURE__*/memo(function Header({
50
50
  spread: "space-between"
51
51
  }, jsx(IconButton, {
52
52
  appearance: "subtle",
53
- spacing: "none",
53
+ spacing: "compact",
54
54
  tabIndex: tabIndex,
55
55
  onClick: handlePrevMonthInteraction,
56
56
  testId: testId && `${testId}--previous-month`,
@@ -67,7 +67,7 @@ const Header = /*#__PURE__*/memo(function Header({
67
67
  testId: testId && `${testId}--current-month-year`
68
68
  }, `${monthLongTitle} ${year}`)), jsx(IconButton, {
69
69
  appearance: "subtle",
70
- spacing: "none",
70
+ spacing: "compact",
71
71
  tabIndex: tabIndex,
72
72
  onClick: handleNextMonthInteraction,
73
73
  testId: testId && `${testId}--next-month`,
@@ -28,7 +28,7 @@ var boxStyles = xcss({
28
28
  var analyticsAttributes = {
29
29
  componentName: 'calendar',
30
30
  packageName: "@atlaskit/calendar",
31
- packageVersion: "14.0.9"
31
+ packageVersion: "14.0.11"
32
32
  };
33
33
  var InnerCalendar = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
34
34
  var day = _ref.day,
@@ -1 +0,0 @@
1
- export {};
@@ -55,7 +55,7 @@ var Header = /*#__PURE__*/memo(function Header(_ref) {
55
55
  spread: "space-between"
56
56
  }, jsx(IconButton, {
57
57
  appearance: "subtle",
58
- spacing: "none",
58
+ spacing: "compact",
59
59
  tabIndex: tabIndex,
60
60
  onClick: handlePrevMonthInteraction,
61
61
  testId: testId && "".concat(testId, "--previous-month"),
@@ -72,7 +72,7 @@ var Header = /*#__PURE__*/memo(function Header(_ref) {
72
72
  testId: testId && "".concat(testId, "--current-month-year")
73
73
  }, "".concat(monthLongTitle, " ").concat(year))), jsx(IconButton, {
74
74
  appearance: "subtle",
75
- spacing: "none",
75
+ spacing: "compact",
76
76
  tabIndex: tabIndex,
77
77
  onClick: handleNextMonthInteraction,
78
78
  testId: testId && "".concat(testId, "--next-month"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "14.0.9",
3
+ "version": "14.0.11",
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.6.0",
30
+ "@atlaskit/button": "^17.7.0",
31
31
  "@atlaskit/ds-explorations": "^3.2.0",
32
32
  "@atlaskit/ds-lib": "^2.2.0",
33
- "@atlaskit/heading": "^1.6.0",
33
+ "@atlaskit/heading": "^2.0.0",
34
34
  "@atlaskit/icon": "^22.1.0",
35
35
  "@atlaskit/locale": "^2.6.0",
36
- "@atlaskit/primitives": "^3.0.0",
36
+ "@atlaskit/primitives": "^5.0.0",
37
37
  "@atlaskit/theme": "^12.6.0",
38
- "@atlaskit/tokens": "^1.38.0",
38
+ "@atlaskit/tokens": "^1.41.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@emotion/react": "^11.7.1",
41
41
  "date-fns": "^2.17.0",