@atlaskit/calendar 17.2.5 → 17.2.7

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
+ ## 17.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 17.2.6
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 17.2.5
4
16
 
5
17
  ### Patch Changes
@@ -11,10 +11,27 @@ export default function useControlledDateState({ day, defaultDay, month, default
11
11
  previouslySelected?: Array<string>;
12
12
  defaultPreviouslySelected: Array<string>;
13
13
  }): {
14
- readonly day: readonly [number, (newValue: number) => void];
15
- readonly month: readonly [number, (newValue: number) => void];
16
- readonly year: readonly [number, (newValue: number) => void];
17
- readonly today: readonly [string];
18
- readonly selected: readonly [string[], (newValue: string[]) => void];
19
- readonly previous: readonly [string[], (newValue: string[]) => void];
14
+ readonly day: readonly [
15
+ number,
16
+ (newValue: number) => void
17
+ ];
18
+ readonly month: readonly [
19
+ number,
20
+ (newValue: number) => void
21
+ ];
22
+ readonly year: readonly [
23
+ number,
24
+ (newValue: number) => void
25
+ ];
26
+ readonly today: readonly [
27
+ string
28
+ ];
29
+ readonly selected: readonly [
30
+ string[],
31
+ (newValue: string[]) => void
32
+ ];
33
+ readonly previous: readonly [
34
+ string[],
35
+ (newValue: string[]) => void
36
+ ];
20
37
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "17.2.5",
3
+ "version": "17.2.7",
4
4
  "description": "An interactive calendar for date selection experiences.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,13 +28,13 @@
28
28
  "@atlaskit/button": "^23.9.0",
29
29
  "@atlaskit/css": "^0.19.0",
30
30
  "@atlaskit/ds-lib": "^5.3.0",
31
- "@atlaskit/heading": "^5.2.0",
32
- "@atlaskit/icon": "^30.0.0",
31
+ "@atlaskit/heading": "^5.3.0",
32
+ "@atlaskit/icon": "^31.0.0",
33
33
  "@atlaskit/locale": "^3.0.0",
34
34
  "@atlaskit/platform-feature-flags": "^1.1.0",
35
- "@atlaskit/primitives": "^17.1.0",
35
+ "@atlaskit/primitives": "^18.0.0",
36
36
  "@atlaskit/theme": "^21.0.0",
37
- "@atlaskit/tokens": "^10.1.0",
37
+ "@atlaskit/tokens": "^11.0.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "@compiled/react": "^0.18.6",
40
40
  "date-fns": "^2.17.0"