@atlaskit/calendar 13.1.9 → 13.1.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,18 @@
1
1
  # @atlaskit/calendar
2
2
 
3
+ ## 13.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 13.1.10
10
+
11
+ ### Patch Changes
12
+
13
+ - [`76d4d797a2d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76d4d797a2d) - Updates calendar for primitives bump.
14
+ - Updated dependencies
15
+
3
16
  ## 13.1.9
4
17
 
5
18
  ### Patch Changes
@@ -32,13 +32,13 @@ var _useUniqueId = _interopRequireDefault(require("./internal/hooks/use-unique-i
32
32
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
33
33
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } /** @jsx jsx */
34
34
  var boxStyles = (0, _primitives.xcss)({
35
- display: 'inlineBlock',
35
+ display: 'inline-block',
36
36
  userSelect: 'none'
37
37
  });
38
38
  var analyticsAttributes = {
39
39
  componentName: 'calendar',
40
40
  packageName: "@atlaskit/calendar",
41
- packageVersion: "13.1.9"
41
+ packageVersion: "13.1.11"
42
42
  };
43
43
  var CalendarWithMode = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
44
44
  var day = _ref.day,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.1.9",
3
+ "version": "13.1.11",
4
4
  "sideEffects": false
5
5
  }
@@ -22,13 +22,13 @@ import useHandleDateSelect from './internal/hooks/use-handle-date-select';
22
22
  import useLocale from './internal/hooks/use-locale';
23
23
  import useUniqueId from './internal/hooks/use-unique-id';
24
24
  const boxStyles = xcss({
25
- display: 'inlineBlock',
25
+ display: 'inline-block',
26
26
  userSelect: 'none'
27
27
  });
28
28
  const analyticsAttributes = {
29
29
  componentName: 'calendar',
30
30
  packageName: "@atlaskit/calendar",
31
- packageVersion: "13.1.9"
31
+ packageVersion: "13.1.11"
32
32
  };
33
33
  const CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar({
34
34
  day,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.1.9",
3
+ "version": "13.1.11",
4
4
  "sideEffects": false
5
5
  }
@@ -26,13 +26,13 @@ import useHandleDateSelect from './internal/hooks/use-handle-date-select';
26
26
  import useLocale from './internal/hooks/use-locale';
27
27
  import useUniqueId from './internal/hooks/use-unique-id';
28
28
  var boxStyles = xcss({
29
- display: 'inlineBlock',
29
+ display: 'inline-block',
30
30
  userSelect: 'none'
31
31
  });
32
32
  var analyticsAttributes = {
33
33
  componentName: 'calendar',
34
34
  packageName: "@atlaskit/calendar",
35
- packageVersion: "13.1.9"
35
+ packageVersion: "13.1.11"
36
36
  };
37
37
  var CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
38
38
  var day = _ref.day,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.1.9",
3
+ "version": "13.1.11",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.1.9",
3
+ "version": "13.1.11",
4
4
  "description": "An interactive calendar for date selection experiences.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -38,9 +38,9 @@
38
38
  "@atlaskit/heading": "^1.3.0",
39
39
  "@atlaskit/icon": "^21.12.0",
40
40
  "@atlaskit/locale": "^2.5.0",
41
- "@atlaskit/primitives": "~0.13.0",
41
+ "@atlaskit/primitives": "~0.15.0",
42
42
  "@atlaskit/theme": "^12.5.0",
43
- "@atlaskit/tokens": "^1.9.0",
43
+ "@atlaskit/tokens": "^1.10.0",
44
44
  "@atlaskit/visually-hidden": "^1.2.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@emotion/react": "^11.7.1",