@atlaskit/calendar 13.0.3 → 13.0.5

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
+ ## 13.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1fc7949b336`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fc7949b336) - [ux] Fixes a bug where the background for the calendar element was incorrectly set to 'elevation.surface'
8
+
9
+ ## 13.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 13.0.3
4
16
 
5
17
  ### Patch Changes
@@ -33,7 +33,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
33
33
  var analyticsAttributes = {
34
34
  componentName: 'calendar',
35
35
  packageName: "@atlaskit/calendar",
36
- packageVersion: "13.0.3"
36
+ packageVersion: "13.0.5"
37
37
  };
38
38
  var CalendarWithMode = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
39
39
  var day = _ref.day,
@@ -174,7 +174,6 @@ var CalendarWithMode = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_re
174
174
  return (0, _react2.jsx)(_box.default, {
175
175
  className: className,
176
176
  UNSAFE_style: style,
177
- backgroundColor: "elevation.surface",
178
177
  onBlur: handleContainerBlur,
179
178
  onFocus: handleContainerFocus,
180
179
  onKeyDown: handleContainerKeyDown,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.0.3",
3
+ "version": "13.0.5",
4
4
  "sideEffects": false
5
5
  }
@@ -23,7 +23,7 @@ import useUniqueId from './internal/hooks/use-unique-id';
23
23
  const analyticsAttributes = {
24
24
  componentName: 'calendar',
25
25
  packageName: "@atlaskit/calendar",
26
- packageVersion: "13.0.3"
26
+ packageVersion: "13.0.5"
27
27
  };
28
28
  const CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar({
29
29
  day,
@@ -146,7 +146,6 @@ const CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar({
146
146
  return jsx(Box, {
147
147
  className: className,
148
148
  UNSAFE_style: style,
149
- backgroundColor: "elevation.surface",
150
149
  onBlur: handleContainerBlur,
151
150
  onFocus: handleContainerFocus,
152
151
  onKeyDown: handleContainerKeyDown,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.0.3",
3
+ "version": "13.0.5",
4
4
  "sideEffects": false
5
5
  }
@@ -27,7 +27,7 @@ import useUniqueId from './internal/hooks/use-unique-id';
27
27
  var analyticsAttributes = {
28
28
  componentName: 'calendar',
29
29
  packageName: "@atlaskit/calendar",
30
- packageVersion: "13.0.3"
30
+ packageVersion: "13.0.5"
31
31
  };
32
32
  var CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
33
33
  var day = _ref.day,
@@ -168,7 +168,6 @@ var CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
168
168
  return jsx(Box, {
169
169
  className: className,
170
170
  UNSAFE_style: style,
171
- backgroundColor: "elevation.surface",
172
171
  onBlur: handleContainerBlur,
173
172
  onFocus: handleContainerFocus,
174
173
  onKeyDown: handleContainerKeyDown,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.0.3",
3
+ "version": "13.0.5",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.0.3",
3
+ "version": "13.0.5",
4
4
  "description": "An interactive calendar for date selection experiences.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -15,7 +15,6 @@
15
15
  "sideEffects": false,
16
16
  "atlaskit:src": "src/index.tsx",
17
17
  "atlassian": {
18
- "disableProductCI": true,
19
18
  "team": "Design System Team",
20
19
  "releaseModel": "scheduled",
21
20
  "website": {
@@ -24,7 +23,7 @@
24
23
  }
25
24
  },
26
25
  "dependencies": {
27
- "@atlaskit/analytics-next": "^8.2.0",
26
+ "@atlaskit/analytics-next": "^9.0.0",
28
27
  "@atlaskit/button": "^16.5.0",
29
28
  "@atlaskit/ds-explorations": "^2.0.0",
30
29
  "@atlaskit/ds-lib": "^2.1.0",
@@ -32,7 +31,7 @@
32
31
  "@atlaskit/icon": "^21.11.0",
33
32
  "@atlaskit/locale": "^2.3.0",
34
33
  "@atlaskit/theme": "^12.2.0",
35
- "@atlaskit/tokens": "^1.0.0",
34
+ "@atlaskit/tokens": "^1.2.0",
36
35
  "@atlaskit/visually-hidden": "^1.1.0",
37
36
  "@babel/runtime": "^7.0.0",
38
37
  "@emotion/react": "^11.7.1",
@@ -72,9 +71,9 @@
72
71
  ],
73
72
  "analytics": "analytics-next",
74
73
  "design-tokens": [
74
+ "color",
75
75
  "spacing"
76
76
  ],
77
- "theming": "tokens",
78
77
  "deprecation": "no-deprecated-imports",
79
78
  "styling": [
80
79
  "static",