@atlaskit/datetime-picker 13.5.0 → 13.5.2

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.
Files changed (30) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/components/date-picker.js +8 -10
  3. package/dist/cjs/components/date-time-picker.js +1 -1
  4. package/dist/cjs/components/time-picker.js +1 -1
  5. package/dist/cjs/internal/fixed-layer.js +3 -1
  6. package/dist/es2019/components/date-picker.js +8 -10
  7. package/dist/es2019/components/date-time-picker.js +1 -1
  8. package/dist/es2019/components/time-picker.js +1 -1
  9. package/dist/es2019/internal/fixed-layer.js +3 -1
  10. package/dist/esm/components/date-picker.js +8 -10
  11. package/dist/esm/components/date-time-picker.js +1 -1
  12. package/dist/esm/components/time-picker.js +1 -1
  13. package/dist/esm/internal/fixed-layer.js +3 -1
  14. package/dist/types/components/date-time-picker.d.ts +1 -1
  15. package/dist/types/components/time-picker.d.ts +2 -2
  16. package/dist/types/internal/date-time-picker-container.d.ts +1 -1
  17. package/dist/types/internal/fixed-layer-menu.d.ts +1 -1
  18. package/dist/types/internal/menu.d.ts +1 -1
  19. package/dist/types/internal/single-value.d.ts +1 -1
  20. package/dist/types/types.d.ts +2 -2
  21. package/dist/types-ts4.5/components/date-time-picker.d.ts +1 -1
  22. package/dist/types-ts4.5/components/time-picker.d.ts +2 -2
  23. package/dist/types-ts4.5/internal/date-time-picker-container.d.ts +1 -1
  24. package/dist/types-ts4.5/internal/fixed-layer-menu.d.ts +1 -1
  25. package/dist/types-ts4.5/internal/menu.d.ts +1 -1
  26. package/dist/types-ts4.5/internal/single-value.d.ts +1 -1
  27. package/dist/types-ts4.5/types.d.ts +2 -2
  28. package/extract-react-types/date-picker-props.tsx +1 -1
  29. package/extract-react-types/time-picker-props.tsx +1 -1
  30. package/package.json +10 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/datetime-picker
2
2
 
3
+ ## 13.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#102225](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102225)
8
+ [`95ec6562dae8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/95ec6562dae8) -
9
+ Removal of feature flag platform.design-system-team-date-picker-input-focus-fix_awmzp
10
+
11
+ ## 13.5.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 13.5.0
4
18
 
5
19
  ### Minor Changes
@@ -36,7 +36,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
36
36
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
37
37
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */
38
38
  var packageName = "@atlaskit/datetime-picker";
39
- var packageVersion = "13.5.0";
39
+ var packageVersion = "13.5.2";
40
40
  var datePickerDefaultProps = {
41
41
  appearance: 'default',
42
42
  autoFocus: false,
@@ -107,6 +107,7 @@ var DatePicker = exports.DatePickerWithoutAnalytics = /*#__PURE__*/function (_Co
107
107
  });
108
108
  });
109
109
  (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onCalendarSelect", function (_ref2) {
110
+ var _this$containerRef;
110
111
  var iso = _ref2.iso;
111
112
  _this.setState({
112
113
  selectInputValue: '',
@@ -121,14 +122,11 @@ var DatePicker = exports.DatePickerWithoutAnalytics = /*#__PURE__*/function (_Co
121
122
  // focus functionality. While that would be the 'right react' way to do it, it doesnt
122
123
  // post any other benefits; performance wise, we are only searching within the
123
124
  // container, making it quick.
124
- if ((0, _platformFeatureFlags.getBooleanFF)('platform.design-system-team-date-picker-input-focus-fix_awmzp')) {
125
- var _this$containerRef;
126
- var innerCombobox = (_this$containerRef = _this.containerRef) === null || _this$containerRef === void 0 ? void 0 : _this$containerRef.querySelector('[role="combobox"]');
127
- innerCombobox === null || innerCombobox === void 0 || innerCombobox.focus();
128
- _this.setState({
129
- isOpen: false
130
- });
131
- }
125
+ var innerCombobox = (_this$containerRef = _this.containerRef) === null || _this$containerRef === void 0 ? void 0 : _this$containerRef.querySelector('[role="combobox"]');
126
+ innerCombobox === null || innerCombobox === void 0 || innerCombobox.focus();
127
+ _this.setState({
128
+ isOpen: false
129
+ });
132
130
  });
133
131
  (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onInputClick", function () {
134
132
  if (!_this.props.isDisabled && !_this.getSafeState().isOpen) {
@@ -207,7 +205,7 @@ var DatePicker = exports.DatePickerWithoutAnalytics = /*#__PURE__*/function (_Co
207
205
  var keyPressed = event.key.toLowerCase();
208
206
 
209
207
  // If the input is focused and the calendar is not visible, handle space and enter clicks
210
- if ((0, _platformFeatureFlags.getBooleanFF)('platform.design-system-team-date-picker-input-focus-fix_awmzp') && !_this.state.isOpen && (keyPressed === 'enter' || keyPressed === ' ')) {
208
+ if (!_this.state.isOpen && (keyPressed === 'enter' || keyPressed === ' ')) {
211
209
  _this.setState({
212
210
  isOpen: true
213
211
  });
@@ -31,7 +31,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
31
31
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
32
32
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /** @jsx jsx */
33
33
  var packageName = "@atlaskit/datetime-picker";
34
- var packageVersion = "13.5.0";
34
+ var packageVersion = "13.5.2";
35
35
  // Make DatePicker 50% the width of DateTimePicker
36
36
  // If rendering an icon container, shrink the TimePicker
37
37
  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.5.0";
39
+ var packageVersion = "13.5.2";
40
40
  var menuStyles = {
41
41
  /* Need to remove default absolute positioning as that causes issues with position fixed */
42
42
  position: 'static',
@@ -89,7 +89,9 @@ var FixedLayer = exports.default = /*#__PURE__*/function (_React$Component) {
89
89
  update = _ref2.update;
90
90
  _this2.update = update;
91
91
  return /*#__PURE__*/_react.default.createElement("div", {
92
- ref: ref,
92
+ ref: ref
93
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
94
+ ,
93
95
  style: _objectSpread(_objectSpread({}, style), {}, {
94
96
  zIndex: _constants.layers.dialog()
95
97
  }),
@@ -16,7 +16,7 @@ import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date'
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.5.0";
19
+ const packageVersion = "13.5.2";
20
20
  const datePickerDefaultProps = {
21
21
  appearance: 'default',
22
22
  autoFocus: false,
@@ -84,6 +84,7 @@ class DatePicker extends Component {
84
84
  _defineProperty(this, "onCalendarSelect", ({
85
85
  iso
86
86
  }) => {
87
+ var _this$containerRef;
87
88
  this.setState({
88
89
  selectInputValue: '',
89
90
  isOpen: false,
@@ -97,14 +98,11 @@ class DatePicker extends Component {
97
98
  // focus functionality. While that would be the 'right react' way to do it, it doesnt
98
99
  // post any other benefits; performance wise, we are only searching within the
99
100
  // container, making it quick.
100
- if (getBooleanFF('platform.design-system-team-date-picker-input-focus-fix_awmzp')) {
101
- var _this$containerRef;
102
- const innerCombobox = (_this$containerRef = this.containerRef) === null || _this$containerRef === void 0 ? void 0 : _this$containerRef.querySelector('[role="combobox"]');
103
- innerCombobox === null || innerCombobox === void 0 ? void 0 : innerCombobox.focus();
104
- this.setState({
105
- isOpen: false
106
- });
107
- }
101
+ const innerCombobox = (_this$containerRef = this.containerRef) === null || _this$containerRef === void 0 ? void 0 : _this$containerRef.querySelector('[role="combobox"]');
102
+ innerCombobox === null || innerCombobox === void 0 ? void 0 : innerCombobox.focus();
103
+ this.setState({
104
+ isOpen: false
105
+ });
108
106
  });
109
107
  _defineProperty(this, "onInputClick", () => {
110
108
  if (!this.props.isDisabled && !this.getSafeState().isOpen) {
@@ -185,7 +183,7 @@ class DatePicker extends Component {
185
183
  const keyPressed = event.key.toLowerCase();
186
184
 
187
185
  // If the input is focused and the calendar is not visible, handle space and enter clicks
188
- if (getBooleanFF('platform.design-system-team-date-picker-input-focus-fix_awmzp') && !this.state.isOpen && (keyPressed === 'enter' || keyPressed === ' ')) {
186
+ if (!this.state.isOpen && (keyPressed === 'enter' || keyPressed === ' ')) {
189
187
  this.setState({
190
188
  isOpen: true
191
189
  });
@@ -15,7 +15,7 @@ import { convertTokens } from '../internal/parse-tokens';
15
15
  import DatePicker from './date-picker';
16
16
  import TimePicker from './time-picker';
17
17
  const packageName = "@atlaskit/datetime-picker";
18
- const packageVersion = "13.5.0";
18
+ const packageVersion = "13.5.2";
19
19
  // Make DatePicker 50% the width of DateTimePicker
20
20
  // If rendering an icon container, shrink the TimePicker
21
21
  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.5.0";
19
+ const packageVersion = "13.5.2";
20
20
  const menuStyles = {
21
21
  /* Need to remove default absolute positioning as that causes issues with position fixed */
22
22
  position: 'static',
@@ -62,7 +62,9 @@ export default class FixedLayer extends React.Component {
62
62
  }) => {
63
63
  this.update = update;
64
64
  return /*#__PURE__*/React.createElement("div", {
65
- ref: ref,
65
+ ref: ref
66
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
67
+ ,
66
68
  style: {
67
69
  ...style,
68
70
  zIndex: layers.dialog()
@@ -27,7 +27,7 @@ import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date'
27
27
  import { convertTokens } from '../internal/parse-tokens';
28
28
  import { makeSingleValue } from '../internal/single-value';
29
29
  var packageName = "@atlaskit/datetime-picker";
30
- var packageVersion = "13.5.0";
30
+ var packageVersion = "13.5.2";
31
31
  var datePickerDefaultProps = {
32
32
  appearance: 'default',
33
33
  autoFocus: false,
@@ -98,6 +98,7 @@ var DatePicker = /*#__PURE__*/function (_Component) {
98
98
  });
99
99
  });
100
100
  _defineProperty(_assertThisInitialized(_this), "onCalendarSelect", function (_ref2) {
101
+ var _this$containerRef;
101
102
  var iso = _ref2.iso;
102
103
  _this.setState({
103
104
  selectInputValue: '',
@@ -112,14 +113,11 @@ var DatePicker = /*#__PURE__*/function (_Component) {
112
113
  // focus functionality. While that would be the 'right react' way to do it, it doesnt
113
114
  // post any other benefits; performance wise, we are only searching within the
114
115
  // container, making it quick.
115
- if (getBooleanFF('platform.design-system-team-date-picker-input-focus-fix_awmzp')) {
116
- var _this$containerRef;
117
- var innerCombobox = (_this$containerRef = _this.containerRef) === null || _this$containerRef === void 0 ? void 0 : _this$containerRef.querySelector('[role="combobox"]');
118
- innerCombobox === null || innerCombobox === void 0 || innerCombobox.focus();
119
- _this.setState({
120
- isOpen: false
121
- });
122
- }
116
+ var innerCombobox = (_this$containerRef = _this.containerRef) === null || _this$containerRef === void 0 ? void 0 : _this$containerRef.querySelector('[role="combobox"]');
117
+ innerCombobox === null || innerCombobox === void 0 || innerCombobox.focus();
118
+ _this.setState({
119
+ isOpen: false
120
+ });
123
121
  });
124
122
  _defineProperty(_assertThisInitialized(_this), "onInputClick", function () {
125
123
  if (!_this.props.isDisabled && !_this.getSafeState().isOpen) {
@@ -198,7 +196,7 @@ var DatePicker = /*#__PURE__*/function (_Component) {
198
196
  var keyPressed = event.key.toLowerCase();
199
197
 
200
198
  // If the input is focused and the calendar is not visible, handle space and enter clicks
201
- if (getBooleanFF('platform.design-system-team-date-picker-input-focus-fix_awmzp') && !_this.state.isOpen && (keyPressed === 'enter' || keyPressed === ' ')) {
199
+ if (!_this.state.isOpen && (keyPressed === 'enter' || keyPressed === ' ')) {
202
200
  _this.setState({
203
201
  isOpen: true
204
202
  });
@@ -25,7 +25,7 @@ import { convertTokens } from '../internal/parse-tokens';
25
25
  import DatePicker from './date-picker';
26
26
  import TimePicker from './time-picker';
27
27
  var packageName = "@atlaskit/datetime-picker";
28
- var packageVersion = "13.5.0";
28
+ var packageVersion = "13.5.2";
29
29
  // Make DatePicker 50% the width of DateTimePicker
30
30
  // If rendering an icon container, shrink the TimePicker
31
31
  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.5.0";
31
+ var packageVersion = "13.5.2";
32
32
  var menuStyles = {
33
33
  /* Need to remove default absolute positioning as that causes issues with position fixed */
34
34
  position: 'static',
@@ -83,7 +83,9 @@ var FixedLayer = /*#__PURE__*/function (_React$Component) {
83
83
  update = _ref2.update;
84
84
  _this2.update = update;
85
85
  return /*#__PURE__*/React.createElement("div", {
86
- ref: ref,
86
+ ref: ref
87
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
88
+ ,
87
89
  style: _objectSpread(_objectSpread({}, style), {}, {
88
90
  zIndex: layers.dialog()
89
91
  }),
@@ -1,7 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import React from 'react';
3
3
  import { jsx } from '@emotion/react';
4
- import { DateTimePickerBaseProps } from '../types';
4
+ import { type DateTimePickerBaseProps } from '../types';
5
5
  type DateTimePickerProps = typeof dateTimePickerDefaultProps & DateTimePickerBaseProps;
6
6
  interface State {
7
7
  dateValue: string;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { ActionMeta, OptionType, ValueType } from '@atlaskit/select';
3
- import { Appearance, Spacing, TimePickerBaseProps } from '../types';
2
+ import { type ActionMeta, type OptionType, type ValueType } from '@atlaskit/select';
3
+ import { type Appearance, type Spacing, type TimePickerBaseProps } from '../types';
4
4
  type TimePickerProps = typeof timePickerDefaultProps & TimePickerBaseProps;
5
5
  interface State {
6
6
  isOpen: boolean;
@@ -1,6 +1,6 @@
1
1
  /** @jsx jsx */
2
2
  import { jsx } from '@emotion/react';
3
- import { Appearance } from '../types';
3
+ import { type Appearance } from '../types';
4
4
  /**
5
5
  * This is the container for the datetime picker component.
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /** @jsx jsx */
2
2
  import { jsx } from '@emotion/react';
3
- import { MenuProps, OptionType } from '@atlaskit/select';
3
+ import { type MenuProps, type OptionType } from '@atlaskit/select';
4
4
  /**
5
5
  * This is the fixed layer menu used in the time picker.
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /** @jsx jsx */
2
2
  import { jsx } from '@emotion/react';
3
- import { MenuProps } from '@atlaskit/select';
3
+ import { type MenuProps } from '@atlaskit/select';
4
4
  /**
5
5
  * This is the menu used in the select of the date picker.
6
6
  */
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { OptionType, SingleValueProps } from '@atlaskit/select';
2
+ import { type OptionType, type SingleValueProps } from '@atlaskit/select';
3
3
  /**
4
4
  * This creates a functional component that `react-select` will use to make the
5
5
  * SingleValue part of the different pickers.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
3
- import { DropdownIndicatorProps, OptionType, SelectProps } from '@atlaskit/select';
2
+ import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
3
+ import { type DropdownIndicatorProps, type OptionType, type SelectProps } from '@atlaskit/select';
4
4
  export type Appearance = 'default' | 'subtle' | 'none';
5
5
  export type Spacing = 'compact' | 'default';
6
6
  export interface DatePickerBaseProps extends WithAnalyticsEventsProps {
@@ -1,7 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import React from 'react';
3
3
  import { jsx } from '@emotion/react';
4
- import { DateTimePickerBaseProps } from '../types';
4
+ import { type DateTimePickerBaseProps } from '../types';
5
5
  type DateTimePickerProps = typeof dateTimePickerDefaultProps & DateTimePickerBaseProps;
6
6
  interface State {
7
7
  dateValue: string;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { ActionMeta, OptionType, ValueType } from '@atlaskit/select';
3
- import { Appearance, Spacing, TimePickerBaseProps } from '../types';
2
+ import { type ActionMeta, type OptionType, type ValueType } from '@atlaskit/select';
3
+ import { type Appearance, type Spacing, type TimePickerBaseProps } from '../types';
4
4
  type TimePickerProps = typeof timePickerDefaultProps & TimePickerBaseProps;
5
5
  interface State {
6
6
  isOpen: boolean;
@@ -1,6 +1,6 @@
1
1
  /** @jsx jsx */
2
2
  import { jsx } from '@emotion/react';
3
- import { Appearance } from '../types';
3
+ import { type Appearance } from '../types';
4
4
  /**
5
5
  * This is the container for the datetime picker component.
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /** @jsx jsx */
2
2
  import { jsx } from '@emotion/react';
3
- import { MenuProps, OptionType } from '@atlaskit/select';
3
+ import { type MenuProps, type OptionType } from '@atlaskit/select';
4
4
  /**
5
5
  * This is the fixed layer menu used in the time picker.
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /** @jsx jsx */
2
2
  import { jsx } from '@emotion/react';
3
- import { MenuProps } from '@atlaskit/select';
3
+ import { type MenuProps } from '@atlaskit/select';
4
4
  /**
5
5
  * This is the menu used in the select of the date picker.
6
6
  */
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { OptionType, SingleValueProps } from '@atlaskit/select';
2
+ import { type OptionType, type SingleValueProps } from '@atlaskit/select';
3
3
  /**
4
4
  * This creates a functional component that `react-select` will use to make the
5
5
  * SingleValue part of the different pickers.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
3
- import { DropdownIndicatorProps, OptionType, SelectProps } from '@atlaskit/select';
2
+ import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
3
+ import { type DropdownIndicatorProps, type OptionType, type SelectProps } from '@atlaskit/select';
4
4
  export type Appearance = 'default' | 'subtle' | 'none';
5
5
  export type Spacing = 'compact' | 'default';
6
6
  export interface DatePickerBaseProps extends WithAnalyticsEventsProps {
@@ -1,4 +1,4 @@
1
- import { DatePickerBaseProps } from '../src/types';
1
+ import { type DatePickerBaseProps } from '../src/types';
2
2
 
3
3
  export default function DatePickerProps(props: DatePickerBaseProps) {
4
4
  return null;
@@ -1,4 +1,4 @@
1
- import { TimePickerBaseProps } from '../src/types';
1
+ import { type TimePickerBaseProps } from '../src/types';
2
2
 
3
3
  export default function TimePickerProps(props: TimePickerBaseProps) {
4
4
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/datetime-picker",
3
- "version": "13.5.0",
3
+ "version": "13.5.2",
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/"
@@ -42,14 +42,14 @@
42
42
  "@atlaskit/analytics-next": "^9.3.0",
43
43
  "@atlaskit/calendar": "^14.2.0",
44
44
  "@atlaskit/ds-lib": "^2.3.0",
45
- "@atlaskit/icon": "^22.1.0",
45
+ "@atlaskit/icon": "^22.3.0",
46
46
  "@atlaskit/layering": "^0.3.0",
47
47
  "@atlaskit/locale": "^2.7.0",
48
48
  "@atlaskit/platform-feature-flags": "^0.2.0",
49
- "@atlaskit/popper": "^5.5.0",
50
- "@atlaskit/select": "^17.8.0",
51
- "@atlaskit/theme": "^12.7.0",
52
- "@atlaskit/tokens": "^1.45.0",
49
+ "@atlaskit/popper": "^6.0.0",
50
+ "@atlaskit/select": "^17.10.0",
51
+ "@atlaskit/theme": "^12.8.0",
52
+ "@atlaskit/tokens": "^1.49.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@emotion/react": "^11.7.1",
55
55
  "date-fns": "^2.17.0",
@@ -63,16 +63,16 @@
63
63
  "@af/accessibility-testing": "*",
64
64
  "@af/integration-testing": "*",
65
65
  "@af/visual-regression": "*",
66
- "@atlaskit/button": "^17.14.0",
66
+ "@atlaskit/button": "^17.17.0",
67
67
  "@atlaskit/docs": "*",
68
- "@atlaskit/form": "^9.3.0",
68
+ "@atlaskit/form": "^10.2.0",
69
69
  "@atlaskit/modal-dialog": "^12.13.0",
70
- "@atlaskit/popup": "^1.16.0",
70
+ "@atlaskit/popup": "^1.17.0",
71
71
  "@atlaskit/range": "^7.2.0",
72
72
  "@atlaskit/section-message": "^6.5.0",
73
73
  "@atlaskit/ssr": "*",
74
74
  "@atlaskit/textfield": "^6.3.0",
75
- "@atlaskit/toggle": "^13.0.0",
75
+ "@atlaskit/toggle": "^13.1.0",
76
76
  "@atlaskit/visual-regression": "*",
77
77
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
78
78
  "@atlassian/feature-flags-test-utils": "*",
@@ -110,9 +110,6 @@
110
110
  },
111
111
  "platform.design-system-team.date-picker-input-a11y-fix_cbbxs": {
112
112
  "type": "boolean"
113
- },
114
- "platform.design-system-team-date-picker-input-focus-fix_awmzp": {
115
- "type": "boolean"
116
113
  }
117
114
  },
118
115
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",