@atlaskit/datetime-picker 13.5.3 → 13.6.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.
Files changed (34) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/README.md +2 -1
  3. package/dist/cjs/components/date-picker.js +7 -3
  4. package/dist/cjs/components/date-time-picker.js +4 -2
  5. package/dist/cjs/components/time-picker.js +1 -1
  6. package/dist/cjs/internal/date-time-picker-container.js +4 -0
  7. package/dist/cjs/internal/fixed-layer-menu.js +4 -0
  8. package/dist/cjs/internal/menu.js +4 -0
  9. package/dist/es2019/components/date-picker.js +9 -2
  10. package/dist/es2019/components/date-time-picker.js +6 -1
  11. package/dist/es2019/components/time-picker.js +1 -1
  12. package/dist/es2019/internal/date-time-picker-container.js +4 -0
  13. package/dist/es2019/internal/fixed-layer-menu.js +4 -0
  14. package/dist/es2019/internal/menu.js +4 -0
  15. package/dist/esm/components/date-picker.js +9 -2
  16. package/dist/esm/components/date-time-picker.js +6 -1
  17. package/dist/esm/components/time-picker.js +1 -1
  18. package/dist/esm/internal/date-time-picker-container.js +4 -0
  19. package/dist/esm/internal/fixed-layer-menu.js +4 -0
  20. package/dist/esm/internal/menu.js +4 -0
  21. package/dist/types/components/date-picker.d.ts +3 -0
  22. package/dist/types/components/date-time-picker.d.ts +3 -0
  23. package/dist/types/internal/date-time-picker-container.d.ts +3 -0
  24. package/dist/types/internal/fixed-layer-menu.d.ts +3 -0
  25. package/dist/types/internal/menu.d.ts +3 -0
  26. package/dist/types-ts4.5/components/date-picker.d.ts +3 -0
  27. package/dist/types-ts4.5/components/date-time-picker.d.ts +3 -0
  28. package/dist/types-ts4.5/internal/date-time-picker-container.d.ts +3 -0
  29. package/dist/types-ts4.5/internal/fixed-layer-menu.d.ts +3 -0
  30. package/dist/types-ts4.5/internal/menu.d.ts +3 -0
  31. package/extract-react-types/date-picker-props.tsx +1 -1
  32. package/extract-react-types/time-picker-props.tsx +1 -1
  33. package/package.json +114 -114
  34. package/report.api.md +424 -436
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/datetime-picker
2
2
 
3
+ ## 13.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 13.6.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#111878](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111878)
14
+ [`223959ef57c80`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/223959ef57c80) -
15
+ Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
16
+ is implicitly set to automatic.
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 13.5.3
4
23
 
5
24
  ### Patch Changes
@@ -29,7 +48,7 @@
29
48
 
30
49
  - [#96491](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96491)
31
50
  [`67cdb3372708`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/67cdb3372708) -
32
- Add support for React 18.
51
+ Add support for React 18 in non-strict mode.
33
52
 
34
53
  ## 13.4.0
35
54
 
package/README.md CHANGED
@@ -10,4 +10,5 @@ yarn add @atlaskit/datetime-picker
10
10
 
11
11
  ## Usage
12
12
 
13
- Detailed docs and example usage can be found [here](https://atlaskit.atlassian.com/packages/core/datetime-picker).
13
+ Detailed docs and example usage can be found
14
+ [here](https://atlaskit.atlassian.com/packages/core/datetime-picker).
@@ -34,9 +34,11 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
34
34
  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; }
35
35
  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; }
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
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */
37
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**
38
+ * @jsxRuntime classic
39
+ */ /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
38
40
  var packageName = "@atlaskit/datetime-picker";
39
- var packageVersion = "13.5.3";
41
+ var packageVersion = "13.6.1";
40
42
  var datePickerDefaultProps = {
41
43
  appearance: 'default',
42
44
  autoFocus: false,
@@ -464,7 +466,9 @@ var DatePicker = exports.DatePickerWithoutAnalytics = /*#__PURE__*/function (_Co
464
466
  inputValue: actualSelectInputValue,
465
467
  onInputChange: this.handleSelectInputChange,
466
468
  components: selectComponents,
467
- onChange: this.onSelectChange,
469
+ onChange: this.onSelectChange
470
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
471
+ ,
468
472
  styles: (0, _select.mergeStyles)(selectStyles, {
469
473
  control: function control(base) {
470
474
  return _objectSpread(_objectSpread({}, base), disabledStyle);
@@ -29,9 +29,11 @@ var _timePicker = _interopRequireDefault(require("./time-picker"));
29
29
  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); }; }
30
30
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
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
- 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 */
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; } /**
33
+ * @jsxRuntime classic
34
+ */ /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
33
35
  var packageName = "@atlaskit/datetime-picker";
34
- var packageVersion = "13.5.3";
36
+ var packageVersion = "13.6.1";
35
37
  // Make DatePicker 50% the width of DateTimePicker
36
38
  // If rendering an icon container, shrink the TimePicker
37
39
  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.3";
39
+ var packageVersion = "13.6.1";
40
40
  var menuStyles = {
41
41
  /* Need to remove default absolute positioning as that causes issues with position fixed */
42
42
  position: 'static',
@@ -8,7 +8,11 @@ exports.DateTimePickerContainer = void 0;
8
8
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
9
  var _react = require("@emotion/react");
10
10
  var _colors = require("@atlaskit/theme/colors");
11
+ /**
12
+ * @jsxRuntime classic
13
+ */
11
14
  /** @jsx jsx */
15
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
16
 
13
17
  var isInvalidBorderStyles = (0, _react.css)({
14
18
  borderColor: "var(--ds-border-danger, ".concat(_colors.R400, ")")
@@ -11,7 +11,11 @@ var _react = require("@emotion/react");
11
11
  var _select = require("@atlaskit/select");
12
12
  var _fixedLayer = _interopRequireDefault(require("../internal/fixed-layer"));
13
13
  var _excluded = ["selectProps"];
14
+ /**
15
+ * @jsxRuntime classic
16
+ */
14
17
  /** @jsx jsx */
18
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
15
19
  /**
16
20
  * This is the fixed layer menu used in the time picker.
17
21
  */
@@ -14,7 +14,11 @@ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
14
14
  var _colors = require("@atlaskit/theme/colors");
15
15
  var _constants = require("@atlaskit/theme/constants");
16
16
  var _fixedLayer = _interopRequireDefault(require("../internal/fixed-layer"));
17
+ /**
18
+ * @jsxRuntime classic
19
+ */
17
20
  /** @jsx jsx */
21
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
18
22
 
19
23
  function getValidDate(iso) {
20
24
  var date = (0, _dateFns.parseISO)(iso);
@@ -1,7 +1,12 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
+ /**
4
+ * @jsxRuntime classic
5
+ */
3
6
  /** @jsx jsx */
4
7
  import { Component } from 'react';
8
+
9
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
10
  import { jsx } from '@emotion/react';
6
11
  import { format, isValid, lastDayOfMonth, parseISO } from 'date-fns';
7
12
  import pick from 'lodash/pick';
@@ -16,7 +21,7 @@ import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date'
16
21
  import { convertTokens } from '../internal/parse-tokens';
17
22
  import { makeSingleValue } from '../internal/single-value';
18
23
  const packageName = "@atlaskit/datetime-picker";
19
- const packageVersion = "13.5.3";
24
+ const packageVersion = "13.6.1";
20
25
  const datePickerDefaultProps = {
21
26
  appearance: 'default',
22
27
  autoFocus: false,
@@ -463,7 +468,9 @@ class DatePicker extends Component {
463
468
  inputValue: actualSelectInputValue,
464
469
  onInputChange: this.handleSelectInputChange,
465
470
  components: selectComponents,
466
- onChange: this.onSelectChange,
471
+ onChange: this.onSelectChange
472
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
473
+ ,
467
474
  styles: mergeStyles(selectStyles, {
468
475
  control: base => ({
469
476
  ...base,
@@ -1,7 +1,12 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
+ /**
4
+ * @jsxRuntime classic
5
+ */
3
6
  /** @jsx jsx */
4
7
  import React from 'react';
8
+
9
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
10
  import { css, jsx } from '@emotion/react';
6
11
  import { format, isValid, parseISO } from 'date-fns';
7
12
  import pick from 'lodash/pick';
@@ -15,7 +20,7 @@ import { convertTokens } from '../internal/parse-tokens';
15
20
  import DatePicker from './date-picker';
16
21
  import TimePicker from './time-picker';
17
22
  const packageName = "@atlaskit/datetime-picker";
18
- const packageVersion = "13.5.3";
23
+ const packageVersion = "13.6.1";
19
24
  // Make DatePicker 50% the width of DateTimePicker
20
25
  // If rendering an icon container, shrink the TimePicker
21
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.5.3";
19
+ const packageVersion = "13.6.1";
20
20
  const menuStyles = {
21
21
  /* Need to remove default absolute positioning as that causes issues with position fixed */
22
22
  position: 'static',
@@ -1,5 +1,9 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
+ /**
3
+ * @jsxRuntime classic
4
+ */
2
5
  /** @jsx jsx */
6
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
7
  import { css, jsx } from '@emotion/react';
4
8
  import { B100, N0, N100, N20, N30, R400 } from '@atlaskit/theme/colors';
5
9
  const isInvalidBorderStyles = css({
@@ -1,5 +1,9 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
+ /**
3
+ * @jsxRuntime classic
4
+ */
2
5
  /** @jsx jsx */
6
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
7
  import { jsx } from '@emotion/react';
4
8
  import { components } from '@atlaskit/select';
5
9
  import FixedLayer from '../internal/fixed-layer';
@@ -1,5 +1,9 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
+ /**
3
+ * @jsxRuntime classic
4
+ */
2
5
  /** @jsx jsx */
6
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
7
  import { css, jsx } from '@emotion/react';
4
8
  import { isValid, parseISO } from 'date-fns';
5
9
  import Calendar from '@atlaskit/calendar';
@@ -11,8 +11,13 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
11
11
  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) { _defineProperty(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; }
12
12
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
13
13
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
14
+ /**
15
+ * @jsxRuntime classic
16
+ */
14
17
  /** @jsx jsx */
15
18
  import { Component } from 'react';
19
+
20
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
16
21
  import { jsx } from '@emotion/react';
17
22
  import { format, isValid, lastDayOfMonth, parseISO } from 'date-fns';
18
23
  import pick from 'lodash/pick';
@@ -27,7 +32,7 @@ import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date'
27
32
  import { convertTokens } from '../internal/parse-tokens';
28
33
  import { makeSingleValue } from '../internal/single-value';
29
34
  var packageName = "@atlaskit/datetime-picker";
30
- var packageVersion = "13.5.3";
35
+ var packageVersion = "13.6.1";
31
36
  var datePickerDefaultProps = {
32
37
  appearance: 'default',
33
38
  autoFocus: false,
@@ -455,7 +460,9 @@ var DatePicker = /*#__PURE__*/function (_Component) {
455
460
  inputValue: actualSelectInputValue,
456
461
  onInputChange: this.handleSelectInputChange,
457
462
  components: selectComponents,
458
- onChange: this.onSelectChange,
463
+ onChange: this.onSelectChange
464
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
465
+ ,
459
466
  styles: mergeStyles(selectStyles, {
460
467
  control: function control(base) {
461
468
  return _objectSpread(_objectSpread({}, base), disabledStyle);
@@ -10,8 +10,13 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
10
10
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
11
11
  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; }
12
12
  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) { _defineProperty(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; }
13
+ /**
14
+ * @jsxRuntime classic
15
+ */
13
16
  /** @jsx jsx */
14
17
  import React from 'react';
18
+
19
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
15
20
  import { css, jsx } from '@emotion/react';
16
21
  import { format, isValid, parseISO } from 'date-fns';
17
22
  import pick from 'lodash/pick';
@@ -25,7 +30,7 @@ import { convertTokens } from '../internal/parse-tokens';
25
30
  import DatePicker from './date-picker';
26
31
  import TimePicker from './time-picker';
27
32
  var packageName = "@atlaskit/datetime-picker";
28
- var packageVersion = "13.5.3";
33
+ var packageVersion = "13.6.1";
29
34
  // Make DatePicker 50% the width of DateTimePicker
30
35
  // If rendering an icon container, shrink the TimePicker
31
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.5.3";
31
+ var packageVersion = "13.6.1";
32
32
  var menuStyles = {
33
33
  /* Need to remove default absolute positioning as that causes issues with position fixed */
34
34
  position: 'static',
@@ -1,5 +1,9 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
+ /**
3
+ * @jsxRuntime classic
4
+ */
2
5
  /** @jsx jsx */
6
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
7
  import { css, jsx } from '@emotion/react';
4
8
  import { B100, N0, N100, N20, N30, R400 } from '@atlaskit/theme/colors';
5
9
  var isInvalidBorderStyles = css({
@@ -1,7 +1,11 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
3
  var _excluded = ["selectProps"];
4
+ /**
5
+ * @jsxRuntime classic
6
+ */
4
7
  /** @jsx jsx */
8
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
9
  import { jsx } from '@emotion/react';
6
10
  import { components } from '@atlaskit/select';
7
11
  import FixedLayer from '../internal/fixed-layer';
@@ -1,5 +1,9 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
+ /**
3
+ * @jsxRuntime classic
4
+ */
2
5
  /** @jsx jsx */
6
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
7
  import { css, jsx } from '@emotion/react';
4
8
  import { isValid, parseISO } from 'date-fns';
5
9
  import Calendar from '@atlaskit/calendar';
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import { Component } from 'react';
3
6
  import { jsx } from '@emotion/react';
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import React from 'react';
3
6
  import { jsx } from '@emotion/react';
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import { jsx } from '@emotion/react';
3
6
  import { type Appearance } from '../types';
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import { jsx } from '@emotion/react';
3
6
  import { type MenuProps, type OptionType } from '@atlaskit/select';
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import { jsx } from '@emotion/react';
3
6
  import { type MenuProps } from '@atlaskit/select';
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import { Component } from 'react';
3
6
  import { jsx } from '@emotion/react';
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import React from 'react';
3
6
  import { jsx } from '@emotion/react';
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import { jsx } from '@emotion/react';
3
6
  import { type Appearance } from '../types';
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import { jsx } from '@emotion/react';
3
6
  import { type MenuProps, type OptionType } from '@atlaskit/select';
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import { jsx } from '@emotion/react';
3
6
  import { type MenuProps } from '@atlaskit/select';
@@ -1,5 +1,5 @@
1
1
  import { type DatePickerBaseProps } from '../src/types';
2
2
 
3
3
  export default function DatePickerProps(props: DatePickerBaseProps) {
4
- return null;
4
+ return null;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import { type TimePickerBaseProps } from '../src/types';
2
2
 
3
3
  export default function TimePickerProps(props: TimePickerBaseProps) {
4
- return null;
4
+ return null;
5
5
  }