@atlaskit/calendar 13.0.14 → 13.1.1

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,21 @@
1
1
  # @atlaskit/calendar
2
2
 
3
+ ## 13.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
8
+
9
+ ## 13.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 13.0.14
4
20
 
5
21
  ### 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.14"
36
+ packageVersion: "13.1.1"
37
37
  };
38
38
  var CalendarWithMode = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
39
39
  var day = _ref.day,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.0.14",
3
+ "version": "13.1.1",
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.14"
26
+ packageVersion: "13.1.1"
27
27
  };
28
28
  const CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar({
29
29
  day,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.0.14",
3
+ "version": "13.1.1",
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.14"
30
+ packageVersion: "13.1.1"
31
31
  };
32
32
  var CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
33
33
  var day = _ref.day,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.0.14",
3
+ "version": "13.1.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import type { WeekDay } from '../types';
2
- export declare type ArrowKeys = 'left' | 'up' | 'right' | 'down';
3
- export declare type DateObj = {
2
+ export type ArrowKeys = 'left' | 'up' | 'right' | 'down';
3
+ export type DateObj = {
4
4
  day: number;
5
5
  month: number;
6
6
  year: number;
@@ -23,4 +23,4 @@ export interface CalendarDate extends DateObj {
23
23
  weekDay?: WeekDay;
24
24
  siblingMonth?: boolean;
25
25
  }
26
- export declare type ISODate = string;
26
+ export type ISODate = string;
@@ -2,12 +2,12 @@ import { CSSProperties } from 'react';
2
2
  import { UIAnalyticsEvent, WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
3
3
  import { ThemeModes } from '@atlaskit/theme/types';
4
4
  import type { ArrowKeys, DateObj, ISODate } from './internal/types';
5
- export declare type WeekDay = 0 | 1 | 2 | 3 | 4 | 5 | 6;
6
- export declare type ChangeEvent = {
5
+ export type WeekDay = 0 | 1 | 2 | 3 | 4 | 5 | 6;
6
+ export type ChangeEvent = {
7
7
  iso: ISODate;
8
8
  type: 'left' | 'up' | 'right' | 'down' | 'prev' | 'next';
9
9
  } & DateObj;
10
- export declare type SelectEvent = {
10
+ export type SelectEvent = {
11
11
  iso: ISODate;
12
12
  } & DateObj;
13
13
  export interface CalendarProps extends WithAnalyticsEventsProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.0.14",
3
+ "version": "13.1.1",
4
4
  "description": "An interactive calendar for date selection experiences.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -12,6 +12,14 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
+ "typesVersions": {
16
+ ">=4.5 <4.9": {
17
+ "*": [
18
+ "dist/types-ts4.5/*",
19
+ "dist/types-ts4.5/index.d.ts"
20
+ ]
21
+ }
22
+ },
15
23
  "sideEffects": false,
16
24
  "atlaskit:src": "src/index.tsx",
17
25
  "atlassian": {
@@ -23,17 +31,17 @@
23
31
  }
24
32
  },
25
33
  "dependencies": {
26
- "@atlaskit/analytics-next": "^9.0.0",
27
- "@atlaskit/button": "^16.6.0",
28
- "@atlaskit/ds-explorations": "^2.0.0",
29
- "@atlaskit/ds-lib": "^2.1.0",
30
- "@atlaskit/heading": "^1.2.0",
31
- "@atlaskit/icon": "^21.11.0",
32
- "@atlaskit/locale": "^2.3.0",
33
- "@atlaskit/primitives": "^0.8.0",
34
- "@atlaskit/theme": "^12.4.0",
35
- "@atlaskit/tokens": "^1.2.0",
36
- "@atlaskit/visually-hidden": "^1.1.0",
34
+ "@atlaskit/analytics-next": "^9.1.0",
35
+ "@atlaskit/button": "^16.7.0",
36
+ "@atlaskit/ds-explorations": "^2.1.0",
37
+ "@atlaskit/ds-lib": "^2.2.0",
38
+ "@atlaskit/heading": "^1.3.0",
39
+ "@atlaskit/icon": "^21.12.0",
40
+ "@atlaskit/locale": "^2.4.0",
41
+ "@atlaskit/primitives": "^0.9.0",
42
+ "@atlaskit/theme": "^12.5.0",
43
+ "@atlaskit/tokens": "^1.4.0",
44
+ "@atlaskit/visually-hidden": "^1.2.0",
37
45
  "@babel/runtime": "^7.0.0",
38
46
  "@emotion/react": "^11.7.1",
39
47
  "date-fns": "^2.17.0",
@@ -44,7 +52,7 @@
44
52
  },
45
53
  "devDependencies": {
46
54
  "@atlaskit/docs": "*",
47
- "@atlaskit/select": "^16.1.0",
55
+ "@atlaskit/select": "^16.2.0",
48
56
  "@atlaskit/ssr": "*",
49
57
  "@atlaskit/visual-regression": "*",
50
58
  "@atlaskit/webdriver-runner": "*",
@@ -56,7 +64,7 @@
56
64
  "react-dom": "^16.8.0",
57
65
  "react-test-renderer": "^16.8.0",
58
66
  "storybook-addon-performance": "^0.16.0",
59
- "typescript": "4.5.5",
67
+ "typescript": "~4.9.5",
60
68
  "wait-for-expect": "^1.2.0"
61
69
  },
62
70
  "techstack": {
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/entry-points/types.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/entry-points/types.d.ts"
11
+ "../dist/types-ts4.5/entry-points/types.d.ts"
12
12
  ]
13
13
  }
14
14
  }