@atlaskit/datetime-picker 13.8.0 → 13.9.0

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,27 @@
1
1
  # @atlaskit/datetime-picker
2
2
 
3
+ ## 13.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
8
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
9
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
10
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
11
+
12
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
13
+ dependency range for `react` and `react-dom` for `/platform` packages.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
19
+ ## 13.8.1
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 13.8.0
4
26
 
5
27
  ### Minor Changes
@@ -39,7 +39,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
39
39
  * @jsx jsx
40
40
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
41
41
  var packageName = "@atlaskit/datetime-picker";
42
- var packageVersion = "13.8.0";
42
+ var packageVersion = "13.9.0";
43
43
  var datePickerDefaultProps = {
44
44
  appearance: 'default',
45
45
  autoFocus: false,
@@ -34,7 +34,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
34
34
  * @jsx jsx
35
35
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
36
36
  var packageName = "@atlaskit/datetime-picker";
37
- var packageVersion = "13.8.0";
37
+ var packageVersion = "13.9.0";
38
38
  // Make DatePicker 50% the width of DateTimePicker
39
39
  // If rendering an icon container, shrink the TimePicker
40
40
  var datePickerContainerStyles = (0, _react2.css)({
@@ -36,7 +36,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
36
36
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } // eslint-disable-next-line no-restricted-imports
37
37
  // eslint-disable-next-line @atlaskit/design-system/no-deprecated-imports
38
38
  var packageName = "@atlaskit/datetime-picker";
39
- var packageVersion = "13.8.0";
39
+ var packageVersion = "13.9.0";
40
40
  var menuStyles = {
41
41
  /* Need to remove default absolute positioning as that causes issues with position fixed */
42
42
  position: 'static',
@@ -21,7 +21,7 @@ import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date'
21
21
  import { convertTokens } from '../internal/parse-tokens';
22
22
  import { makeSingleValue } from '../internal/single-value';
23
23
  const packageName = "@atlaskit/datetime-picker";
24
- const packageVersion = "13.8.0";
24
+ const packageVersion = "13.9.0";
25
25
  const datePickerDefaultProps = {
26
26
  appearance: 'default',
27
27
  autoFocus: false,
@@ -20,7 +20,7 @@ import { convertTokens } from '../internal/parse-tokens';
20
20
  import DatePicker from './date-picker';
21
21
  import TimePicker from './time-picker';
22
22
  const packageName = "@atlaskit/datetime-picker";
23
- const packageVersion = "13.8.0";
23
+ const packageVersion = "13.9.0";
24
24
  // Make DatePicker 50% the width of DateTimePicker
25
25
  // If rendering an icon container, shrink the TimePicker
26
26
  const datePickerContainerStyles = css({
@@ -16,7 +16,7 @@ import parseTime from '../internal/parse-time';
16
16
  import { convertTokens } from '../internal/parse-tokens';
17
17
  import { makeSingleValue } from '../internal/single-value';
18
18
  const packageName = "@atlaskit/datetime-picker";
19
- const packageVersion = "13.8.0";
19
+ const packageVersion = "13.9.0";
20
20
  const menuStyles = {
21
21
  /* Need to remove default absolute positioning as that causes issues with position fixed */
22
22
  position: 'static',
@@ -32,7 +32,7 @@ import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date'
32
32
  import { convertTokens } from '../internal/parse-tokens';
33
33
  import { makeSingleValue } from '../internal/single-value';
34
34
  var packageName = "@atlaskit/datetime-picker";
35
- var packageVersion = "13.8.0";
35
+ var packageVersion = "13.9.0";
36
36
  var datePickerDefaultProps = {
37
37
  appearance: 'default',
38
38
  autoFocus: false,
@@ -30,7 +30,7 @@ import { convertTokens } from '../internal/parse-tokens';
30
30
  import DatePicker from './date-picker';
31
31
  import TimePicker from './time-picker';
32
32
  var packageName = "@atlaskit/datetime-picker";
33
- var packageVersion = "13.8.0";
33
+ var packageVersion = "13.9.0";
34
34
  // Make DatePicker 50% the width of DateTimePicker
35
35
  // If rendering an icon container, shrink the TimePicker
36
36
  var datePickerContainerStyles = css({
@@ -28,7 +28,7 @@ import parseTime from '../internal/parse-time';
28
28
  import { convertTokens } from '../internal/parse-tokens';
29
29
  import { makeSingleValue } from '../internal/single-value';
30
30
  var packageName = "@atlaskit/datetime-picker";
31
- var packageVersion = "13.8.0";
31
+ var packageVersion = "13.9.0";
32
32
  var menuStyles = {
33
33
  /* Need to remove default absolute positioning as that causes issues with position fixed */
34
34
  position: 'static',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/datetime-picker",
3
- "version": "13.8.0",
3
+ "version": "13.9.0",
4
4
  "description": "A date time picker allows the user to select an associated date and time.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,39 +39,39 @@
39
39
  "runReact18": true
40
40
  },
41
41
  "dependencies": {
42
- "@atlaskit/analytics-next": "^9.3.0",
43
- "@atlaskit/calendar": "^14.4.0",
44
- "@atlaskit/ds-lib": "^2.3.0",
45
- "@atlaskit/icon": "^22.10.0",
46
- "@atlaskit/layering": "^0.3.0",
47
- "@atlaskit/locale": "^2.7.0",
42
+ "@atlaskit/analytics-next": "^10.1.0",
43
+ "@atlaskit/calendar": "^14.5.0",
44
+ "@atlaskit/ds-lib": "^2.4.0",
45
+ "@atlaskit/icon": "^22.12.0",
46
+ "@atlaskit/layering": "^0.4.0",
47
+ "@atlaskit/locale": "^2.8.0",
48
48
  "@atlaskit/platform-feature-flags": "^0.3.0",
49
- "@atlaskit/popper": "^6.1.0",
50
- "@atlaskit/select": "^17.11.0",
51
- "@atlaskit/theme": "^12.11.0",
52
- "@atlaskit/tokens": "^1.57.0",
49
+ "@atlaskit/popper": "^6.2.0",
50
+ "@atlaskit/select": "^17.13.0",
51
+ "@atlaskit/theme": "^12.12.0",
52
+ "@atlaskit/tokens": "^1.58.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@emotion/react": "^11.7.1",
55
55
  "date-fns": "^2.17.0",
56
56
  "lodash": "^4.17.21"
57
57
  },
58
58
  "peerDependencies": {
59
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
59
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@af/accessibility-testing": "*",
63
63
  "@af/integration-testing": "*",
64
64
  "@af/visual-regression": "*",
65
- "@atlaskit/button": "^19.1.0",
65
+ "@atlaskit/button": "^19.2.0",
66
66
  "@atlaskit/docs": "*",
67
- "@atlaskit/form": "^10.4.0",
68
- "@atlaskit/modal-dialog": "^12.14.0",
69
- "@atlaskit/popup": "^1.20.0",
70
- "@atlaskit/range": "^7.3.0",
71
- "@atlaskit/section-message": "^6.5.0",
67
+ "@atlaskit/form": "^10.5.0",
68
+ "@atlaskit/modal-dialog": "^12.15.0",
69
+ "@atlaskit/popup": "^1.22.0",
70
+ "@atlaskit/range": "^7.4.0",
71
+ "@atlaskit/section-message": "^6.6.0",
72
72
  "@atlaskit/ssr": "*",
73
- "@atlaskit/textfield": "^6.4.0",
74
- "@atlaskit/toggle": "^13.2.0",
73
+ "@atlaskit/textfield": "^6.5.0",
74
+ "@atlaskit/toggle": "^13.3.0",
75
75
  "@atlaskit/visual-regression": "*",
76
76
  "@atlassian/feature-flags-test-utils": "*",
77
77
  "@testing-library/react": "^12.1.5",