@atlaskit/datetime-picker 13.0.2 → 13.0.4
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 +12 -0
- package/dist/cjs/components/date-picker.js +9 -10
- package/dist/cjs/components/date-time-picker.js +9 -9
- package/dist/cjs/components/time-picker.js +1 -1
- package/dist/cjs/internal/clear-button.js +7 -4
- package/dist/cjs/internal/clear-indicator.js +3 -3
- package/dist/es2019/components/date-picker.js +10 -10
- package/dist/es2019/components/date-time-picker.js +10 -9
- package/dist/es2019/components/time-picker.js +1 -1
- package/dist/es2019/internal/clear-button.js +6 -4
- package/dist/es2019/internal/clear-indicator.js +5 -3
- package/dist/esm/components/date-picker.js +10 -10
- package/dist/esm/components/date-time-picker.js +10 -9
- package/dist/esm/components/time-picker.js +1 -1
- package/dist/esm/internal/clear-button.js +6 -4
- package/dist/esm/internal/clear-indicator.js +5 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/datetime-picker
|
|
2
2
|
|
|
3
|
+
## 13.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029) [`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) - Update dependencies that were impacted by HOT-106483 to latest.
|
|
8
|
+
|
|
9
|
+
## 13.0.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147) [`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) - Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
|
|
14
|
+
|
|
3
15
|
## 13.0.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -38,9 +38,9 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
38
38
|
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; }
|
|
39
39
|
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; }
|
|
40
40
|
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); }; }
|
|
41
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
41
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** @jsx jsx */
|
|
42
42
|
var packageName = "@atlaskit/datetime-picker";
|
|
43
|
-
var packageVersion = "13.0.
|
|
43
|
+
var packageVersion = "13.0.4";
|
|
44
44
|
function getValidDate(iso) {
|
|
45
45
|
var date = (0, _dateFns.parseISO)(iso);
|
|
46
46
|
return (0, _dateFns.isValid)(date) ? {
|
|
@@ -62,14 +62,14 @@ var menuStyles = (0, _react2.css)({
|
|
|
62
62
|
var Menu = function Menu(_ref) {
|
|
63
63
|
var selectProps = _ref.selectProps,
|
|
64
64
|
innerProps = _ref.innerProps;
|
|
65
|
-
return
|
|
65
|
+
return (0, _react2.jsx)(_layering.UNSAFE_LAYERING, {
|
|
66
66
|
isDisabled: (0, _platformFeatureFlags.getBooleanFF)('platform.design-system-team.layering_qmiw3') ? false : true
|
|
67
|
-
},
|
|
67
|
+
}, (0, _react2.jsx)(_fixedLayer.default, {
|
|
68
68
|
inputValue: selectProps.inputValue,
|
|
69
69
|
containerRef: selectProps.calendarContainerRef,
|
|
70
|
-
content:
|
|
70
|
+
content: (0, _react2.jsx)("div", (0, _extends2.default)({
|
|
71
71
|
css: menuStyles
|
|
72
|
-
}, innerProps),
|
|
72
|
+
}, innerProps), (0, _react2.jsx)(_calendar.default, (0, _extends2.default)({}, getValidDate(selectProps.calendarValue), getValidDate(selectProps.calendarView), {
|
|
73
73
|
disabled: selectProps.calendarDisabled,
|
|
74
74
|
disabledDateFilter: selectProps.calendarDisabledDateFilter,
|
|
75
75
|
minDate: selectProps.calendarMinDate,
|
|
@@ -468,10 +468,9 @@ var DatePicker = exports.DatePickerWithoutAnalytics = /*#__PURE__*/function (_Co
|
|
|
468
468
|
previousMonthLabel: previousMonthLabel
|
|
469
469
|
};
|
|
470
470
|
return (
|
|
471
|
-
/*#__PURE__*/
|
|
472
471
|
// These event handlers must be on this element because the events come
|
|
473
472
|
// from different child elements.
|
|
474
|
-
|
|
473
|
+
(0, _react2.jsx)("div", (0, _extends2.default)({}, innerProps, {
|
|
475
474
|
role: "presentation",
|
|
476
475
|
onBlur: this.onContainerBlur,
|
|
477
476
|
onClick: this.onInputClick,
|
|
@@ -479,12 +478,12 @@ var DatePicker = exports.DatePickerWithoutAnalytics = /*#__PURE__*/function (_Co
|
|
|
479
478
|
onKeyDown: this.onInputKeyDown,
|
|
480
479
|
ref: this.getContainerRef,
|
|
481
480
|
"data-testid": testId && "".concat(testId, "--container")
|
|
482
|
-
}),
|
|
481
|
+
}), (0, _react2.jsx)("input", {
|
|
483
482
|
name: name,
|
|
484
483
|
type: "hidden",
|
|
485
484
|
value: value,
|
|
486
485
|
"data-testid": testId && "".concat(testId, "--input")
|
|
487
|
-
}),
|
|
486
|
+
}), (0, _react2.jsx)(_select.default, (0, _extends2.default)({
|
|
488
487
|
appearance: this.props.appearance,
|
|
489
488
|
enableAnimation: false,
|
|
490
489
|
menuIsOpen: menuIsOpen,
|
|
@@ -29,9 +29,9 @@ var _utils = require("./utils");
|
|
|
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() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
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; }
|
|
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.0.
|
|
34
|
+
var packageVersion = "13.0.4";
|
|
35
35
|
var isInvalidBorderStyles = (0, _react2.css)({
|
|
36
36
|
borderColor: "var(--ds-border-danger, ".concat(_colors.R400, ")")
|
|
37
37
|
});
|
|
@@ -306,19 +306,19 @@ var DateTimePicker = exports.DateTimePickerWithoutAnalytics = /*#__PURE__*/funct
|
|
|
306
306
|
var isClearable = Boolean(dateValue || timeValue);
|
|
307
307
|
var notFocusedOrIsDisabled = !(isFocused || isDisabled);
|
|
308
308
|
var ariaLabelledbyId = id && "label--".concat(id);
|
|
309
|
-
return
|
|
309
|
+
return (0, _react2.jsx)("div", (0, _extends2.default)({
|
|
310
310
|
css: [baseContainerStyles, isDisabled && isDisabledStyles, isFocused && isFocusedStyles, bothProps.appearance === 'subtle' && (isFocused ? subtleFocusedBgStyles : subtleBgStyles), isFocused && isFocusedBorderStyles, bothProps.isInvalid && isInvalidBorderStyles, notFocusedOrIsDisabled && (bothProps.isInvalid ? isInvalidHoverStyles : hoverStyles), bothProps.appearance === 'none' && noBgStyles]
|
|
311
311
|
}, innerProps, {
|
|
312
312
|
"aria-labelledby": innerProps['aria-labelledby'] || ariaLabelledbyId,
|
|
313
313
|
"data-testid": testId
|
|
314
|
-
}),
|
|
314
|
+
}), (0, _react2.jsx)("input", {
|
|
315
315
|
name: name,
|
|
316
316
|
type: "hidden",
|
|
317
317
|
value: value,
|
|
318
318
|
"data-testid": testId && "".concat(testId, "--input")
|
|
319
|
-
}),
|
|
319
|
+
}), (0, _react2.jsx)("div", {
|
|
320
320
|
css: datePickerContainerStyles
|
|
321
|
-
},
|
|
321
|
+
}, (0, _react2.jsx)(_datePicker.default, (0, _extends2.default)({}, bothProps, {
|
|
322
322
|
autoFocus: autoFocus,
|
|
323
323
|
dateFormat: dateFormat,
|
|
324
324
|
hideIcon: true,
|
|
@@ -328,9 +328,9 @@ var DateTimePicker = exports.DateTimePickerWithoutAnalytics = /*#__PURE__*/funct
|
|
|
328
328
|
value: dateValue,
|
|
329
329
|
locale: locale,
|
|
330
330
|
testId: testId && "".concat(testId, "--datepicker")
|
|
331
|
-
}, datePickerProps))),
|
|
331
|
+
}, datePickerProps))), (0, _react2.jsx)("div", {
|
|
332
332
|
css: timePickerContainerStyles
|
|
333
|
-
},
|
|
333
|
+
}, (0, _react2.jsx)(_timePicker.default, (0, _extends2.default)({}, bothProps, {
|
|
334
334
|
hideIcon: true,
|
|
335
335
|
onChange: this.onTimeChange,
|
|
336
336
|
selectProps: mergedTimePickerSelectProps,
|
|
@@ -340,7 +340,7 @@ var DateTimePicker = exports.DateTimePickerWithoutAnalytics = /*#__PURE__*/funct
|
|
|
340
340
|
timeFormat: timeFormat,
|
|
341
341
|
locale: locale,
|
|
342
342
|
testId: testId && "".concat(testId, "--timepicker")
|
|
343
|
-
}, timePickerProps))), isClearable && !isDisabled ?
|
|
343
|
+
}, timePickerProps))), isClearable && !isDisabled ? (0, _react2.jsx)(_clearButton.default, {
|
|
344
344
|
inputId: id,
|
|
345
345
|
buttonStyles: iconContainerStyles,
|
|
346
346
|
onClick: this.onClear,
|
|
@@ -38,7 +38,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
38
38
|
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); }; }
|
|
39
39
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
40
40
|
var packageName = "@atlaskit/datetime-picker";
|
|
41
|
-
var packageVersion = "13.0.
|
|
41
|
+
var packageVersion = "13.0.4";
|
|
42
42
|
var menuStyles = {
|
|
43
43
|
/* Need to remove default absolute positioning as that causes issues with position fixed */
|
|
44
44
|
position: 'static',
|
|
@@ -5,7 +5,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
|
+
var _react = require("@emotion/react");
|
|
8
9
|
var _selectClear = _interopRequireDefault(require("@atlaskit/icon/glyph/select-clear"));
|
|
10
|
+
/** @jsx jsx */
|
|
11
|
+
|
|
9
12
|
/**
|
|
10
13
|
* __Clear button__
|
|
11
14
|
*/
|
|
@@ -21,21 +24,21 @@ var ClearButton = function ClearButton(_ref) {
|
|
|
21
24
|
onClick = _ref.onClick;
|
|
22
25
|
var labelId = inputId && "label--".concat(inputId);
|
|
23
26
|
var clearButtonId = inputId && "clear-btn--".concat(inputId);
|
|
24
|
-
return
|
|
27
|
+
return (0, _react.jsx)("button", {
|
|
25
28
|
"aria-labelledby": inputId ? "".concat(clearButtonId, " ").concat(labelId) : "".concat(clearButtonId),
|
|
26
29
|
css: buttonStyles,
|
|
27
30
|
type: "button",
|
|
28
31
|
tabIndex: -1,
|
|
29
32
|
"data-testid": "".concat(dataTestId, "--clear--btn"),
|
|
30
33
|
onClick: onClick
|
|
31
|
-
},
|
|
34
|
+
}, (0, _react.jsx)("span", {
|
|
32
35
|
hidden: true,
|
|
33
36
|
id: clearButtonId
|
|
34
|
-
}, "Clear"),
|
|
37
|
+
}, "Clear"), (0, _react.jsx)("span", {
|
|
35
38
|
style: {
|
|
36
39
|
display: 'flex'
|
|
37
40
|
}
|
|
38
|
-
},
|
|
41
|
+
}, (0, _react.jsx)(_selectClear.default, {
|
|
39
42
|
size: iconSize,
|
|
40
43
|
label: inputId ? '' : label,
|
|
41
44
|
primaryColor: primaryColor
|
|
@@ -10,7 +10,7 @@ var _react = require("@emotion/react");
|
|
|
10
10
|
var _select = require("@atlaskit/select");
|
|
11
11
|
var _clearButton = _interopRequireDefault(require("./clear-button"));
|
|
12
12
|
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; }
|
|
13
|
-
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; }
|
|
13
|
+
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 */
|
|
14
14
|
var buttonStyles = (0, _react.css)({
|
|
15
15
|
display: 'flex',
|
|
16
16
|
alignItems: 'center',
|
|
@@ -24,11 +24,11 @@ var buttonStyles = (0, _react.css)({
|
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
var ClearIndicator = function ClearIndicator(props) {
|
|
27
|
-
return
|
|
27
|
+
return (0, _react.jsx)(_select.components.ClearIndicator, _objectSpread(_objectSpread({}, props), {}, {
|
|
28
28
|
innerProps: _objectSpread(_objectSpread({}, props.innerProps), {}, {
|
|
29
29
|
'aria-hidden': 'false'
|
|
30
30
|
})
|
|
31
|
-
}),
|
|
31
|
+
}), (0, _react.jsx)(_clearButton.default, {
|
|
32
32
|
buttonStyles: buttonStyles,
|
|
33
33
|
inputId: props.selectProps.inputId,
|
|
34
34
|
dataTestId: props.selectProps.testId
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
+
/** @jsx jsx */
|
|
3
4
|
import { Component } from 'react';
|
|
4
|
-
import { css } from '@emotion/react';
|
|
5
|
+
import { css, jsx } from '@emotion/react';
|
|
5
6
|
import { format, isValid, lastDayOfMonth, parseISO } from 'date-fns';
|
|
6
7
|
import pick from 'lodash/pick';
|
|
7
8
|
import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
@@ -19,7 +20,7 @@ import FixedLayer from '../internal/fixed-layer';
|
|
|
19
20
|
import { makeSingleValue } from '../internal/single-value';
|
|
20
21
|
import { convertTokens } from './utils';
|
|
21
22
|
const packageName = "@atlaskit/datetime-picker";
|
|
22
|
-
const packageVersion = "13.0.
|
|
23
|
+
const packageVersion = "13.0.4";
|
|
23
24
|
function getValidDate(iso) {
|
|
24
25
|
const date = parseISO(iso);
|
|
25
26
|
return isValid(date) ? {
|
|
@@ -41,14 +42,14 @@ const menuStyles = css({
|
|
|
41
42
|
const Menu = ({
|
|
42
43
|
selectProps,
|
|
43
44
|
innerProps
|
|
44
|
-
}) =>
|
|
45
|
+
}) => jsx(UNSAFE_LAYERING, {
|
|
45
46
|
isDisabled: getBooleanFF('platform.design-system-team.layering_qmiw3') ? false : true
|
|
46
|
-
},
|
|
47
|
+
}, jsx(FixedLayer, {
|
|
47
48
|
inputValue: selectProps.inputValue,
|
|
48
49
|
containerRef: selectProps.calendarContainerRef,
|
|
49
|
-
content:
|
|
50
|
+
content: jsx("div", _extends({
|
|
50
51
|
css: menuStyles
|
|
51
|
-
}, innerProps),
|
|
52
|
+
}, innerProps), jsx(Calendar, _extends({}, getValidDate(selectProps.calendarValue), getValidDate(selectProps.calendarView), {
|
|
52
53
|
disabled: selectProps.calendarDisabled,
|
|
53
54
|
disabledDateFilter: selectProps.calendarDisabledDateFilter,
|
|
54
55
|
minDate: selectProps.calendarMinDate,
|
|
@@ -467,10 +468,9 @@ class DatePicker extends Component {
|
|
|
467
468
|
previousMonthLabel
|
|
468
469
|
};
|
|
469
470
|
return (
|
|
470
|
-
/*#__PURE__*/
|
|
471
471
|
// These event handlers must be on this element because the events come
|
|
472
472
|
// from different child elements.
|
|
473
|
-
|
|
473
|
+
jsx("div", _extends({}, innerProps, {
|
|
474
474
|
role: "presentation",
|
|
475
475
|
onBlur: this.onContainerBlur,
|
|
476
476
|
onClick: this.onInputClick,
|
|
@@ -478,12 +478,12 @@ class DatePicker extends Component {
|
|
|
478
478
|
onKeyDown: this.onInputKeyDown,
|
|
479
479
|
ref: this.getContainerRef,
|
|
480
480
|
"data-testid": testId && `${testId}--container`
|
|
481
|
-
}),
|
|
481
|
+
}), jsx("input", {
|
|
482
482
|
name: name,
|
|
483
483
|
type: "hidden",
|
|
484
484
|
value: value,
|
|
485
485
|
"data-testid": testId && `${testId}--input`
|
|
486
|
-
}),
|
|
486
|
+
}), jsx(Select, _extends({
|
|
487
487
|
appearance: this.props.appearance,
|
|
488
488
|
enableAnimation: false,
|
|
489
489
|
menuIsOpen: menuIsOpen,
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
|
+
/** @jsx jsx */
|
|
3
4
|
import React from 'react';
|
|
4
|
-
import { css } from '@emotion/react';
|
|
5
|
+
import { css, jsx } from '@emotion/react';
|
|
5
6
|
import { format, isValid, parseISO } from 'date-fns';
|
|
6
7
|
import pick from 'lodash/pick';
|
|
7
8
|
import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
@@ -14,7 +15,7 @@ import DatePicker from './date-picker';
|
|
|
14
15
|
import TimePicker from './time-picker';
|
|
15
16
|
import { convertTokens } from './utils';
|
|
16
17
|
const packageName = "@atlaskit/datetime-picker";
|
|
17
|
-
const packageVersion = "13.0.
|
|
18
|
+
const packageVersion = "13.0.4";
|
|
18
19
|
const isInvalidBorderStyles = css({
|
|
19
20
|
borderColor: `var(--ds-border-danger, ${R400})`
|
|
20
21
|
});
|
|
@@ -291,19 +292,19 @@ class DateTimePicker extends React.Component {
|
|
|
291
292
|
const isClearable = Boolean(dateValue || timeValue);
|
|
292
293
|
const notFocusedOrIsDisabled = !(isFocused || isDisabled);
|
|
293
294
|
const ariaLabelledbyId = id && `label--${id}`;
|
|
294
|
-
return
|
|
295
|
+
return jsx("div", _extends({
|
|
295
296
|
css: [baseContainerStyles, isDisabled && isDisabledStyles, isFocused && isFocusedStyles, bothProps.appearance === 'subtle' && (isFocused ? subtleFocusedBgStyles : subtleBgStyles), isFocused && isFocusedBorderStyles, bothProps.isInvalid && isInvalidBorderStyles, notFocusedOrIsDisabled && (bothProps.isInvalid ? isInvalidHoverStyles : hoverStyles), bothProps.appearance === 'none' && noBgStyles]
|
|
296
297
|
}, innerProps, {
|
|
297
298
|
"aria-labelledby": innerProps['aria-labelledby'] || ariaLabelledbyId,
|
|
298
299
|
"data-testid": testId
|
|
299
|
-
}),
|
|
300
|
+
}), jsx("input", {
|
|
300
301
|
name: name,
|
|
301
302
|
type: "hidden",
|
|
302
303
|
value: value,
|
|
303
304
|
"data-testid": testId && `${testId}--input`
|
|
304
|
-
}),
|
|
305
|
+
}), jsx("div", {
|
|
305
306
|
css: datePickerContainerStyles
|
|
306
|
-
},
|
|
307
|
+
}, jsx(DatePicker, _extends({}, bothProps, {
|
|
307
308
|
autoFocus: autoFocus,
|
|
308
309
|
dateFormat: dateFormat,
|
|
309
310
|
hideIcon: true,
|
|
@@ -313,9 +314,9 @@ class DateTimePicker extends React.Component {
|
|
|
313
314
|
value: dateValue,
|
|
314
315
|
locale: locale,
|
|
315
316
|
testId: testId && `${testId}--datepicker`
|
|
316
|
-
}, datePickerProps))),
|
|
317
|
+
}, datePickerProps))), jsx("div", {
|
|
317
318
|
css: timePickerContainerStyles
|
|
318
|
-
},
|
|
319
|
+
}, jsx(TimePicker, _extends({}, bothProps, {
|
|
319
320
|
hideIcon: true,
|
|
320
321
|
onChange: this.onTimeChange,
|
|
321
322
|
selectProps: mergedTimePickerSelectProps,
|
|
@@ -325,7 +326,7 @@ class DateTimePicker extends React.Component {
|
|
|
325
326
|
timeFormat: timeFormat,
|
|
326
327
|
locale: locale,
|
|
327
328
|
testId: testId && `${testId}--timepicker`
|
|
328
|
-
}, timePickerProps))), isClearable && !isDisabled ?
|
|
329
|
+
}, timePickerProps))), isClearable && !isDisabled ? jsx(ClearButton, {
|
|
329
330
|
inputId: id,
|
|
330
331
|
buttonStyles: iconContainerStyles,
|
|
331
332
|
onClick: this.onClear,
|
|
@@ -17,7 +17,7 @@ import parseTime from '../internal/parse-time';
|
|
|
17
17
|
import { makeSingleValue } from '../internal/single-value';
|
|
18
18
|
import { convertTokens } from './utils';
|
|
19
19
|
const packageName = "@atlaskit/datetime-picker";
|
|
20
|
-
const packageVersion = "13.0.
|
|
20
|
+
const packageVersion = "13.0.4";
|
|
21
21
|
const menuStyles = {
|
|
22
22
|
/* Need to remove default absolute positioning as that causes issues with position fixed */
|
|
23
23
|
position: 'static',
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
import { jsx } from '@emotion/react';
|
|
1
3
|
import SelectClearIcon from '@atlaskit/icon/glyph/select-clear';
|
|
2
4
|
/**
|
|
3
5
|
* __Clear button__
|
|
@@ -13,21 +15,21 @@ const ClearButton = ({
|
|
|
13
15
|
}) => {
|
|
14
16
|
const labelId = inputId && `label--${inputId}`;
|
|
15
17
|
const clearButtonId = inputId && `clear-btn--${inputId}`;
|
|
16
|
-
return
|
|
18
|
+
return jsx("button", {
|
|
17
19
|
"aria-labelledby": inputId ? `${clearButtonId} ${labelId}` : `${clearButtonId}`,
|
|
18
20
|
css: buttonStyles,
|
|
19
21
|
type: "button",
|
|
20
22
|
tabIndex: -1,
|
|
21
23
|
"data-testid": `${dataTestId}--clear--btn`,
|
|
22
24
|
onClick: onClick
|
|
23
|
-
},
|
|
25
|
+
}, jsx("span", {
|
|
24
26
|
hidden: true,
|
|
25
27
|
id: clearButtonId
|
|
26
|
-
}, "Clear"),
|
|
28
|
+
}, "Clear"), jsx("span", {
|
|
27
29
|
style: {
|
|
28
30
|
display: 'flex'
|
|
29
31
|
}
|
|
30
|
-
},
|
|
32
|
+
}, jsx(SelectClearIcon, {
|
|
31
33
|
size: iconSize,
|
|
32
34
|
label: inputId ? '' : label,
|
|
33
35
|
primaryColor: primaryColor
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
|
|
2
|
+
/** @jsx jsx */
|
|
3
|
+
|
|
4
|
+
import { css, jsx } from '@emotion/react';
|
|
3
5
|
import { components } from '@atlaskit/select';
|
|
4
6
|
import ClearButton from './clear-button';
|
|
5
7
|
const buttonStyles = css({
|
|
@@ -15,12 +17,12 @@ const buttonStyles = css({
|
|
|
15
17
|
*
|
|
16
18
|
*/
|
|
17
19
|
const ClearIndicator = props => {
|
|
18
|
-
return
|
|
20
|
+
return jsx(components.ClearIndicator, _extends({}, props, {
|
|
19
21
|
innerProps: {
|
|
20
22
|
...props.innerProps,
|
|
21
23
|
'aria-hidden': 'false'
|
|
22
24
|
}
|
|
23
|
-
}),
|
|
25
|
+
}), jsx(ClearButton, {
|
|
24
26
|
buttonStyles: buttonStyles,
|
|
25
27
|
inputId: props.selectProps.inputId,
|
|
26
28
|
dataTestId: props.selectProps.testId
|
|
@@ -11,8 +11,9 @@ 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() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
14
|
+
/** @jsx jsx */
|
|
14
15
|
import { Component } from 'react';
|
|
15
|
-
import { css } from '@emotion/react';
|
|
16
|
+
import { css, jsx } from '@emotion/react';
|
|
16
17
|
import { format, isValid, lastDayOfMonth, parseISO } from 'date-fns';
|
|
17
18
|
import pick from 'lodash/pick';
|
|
18
19
|
import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
@@ -30,7 +31,7 @@ import FixedLayer from '../internal/fixed-layer';
|
|
|
30
31
|
import { makeSingleValue } from '../internal/single-value';
|
|
31
32
|
import { convertTokens } from './utils';
|
|
32
33
|
var packageName = "@atlaskit/datetime-picker";
|
|
33
|
-
var packageVersion = "13.0.
|
|
34
|
+
var packageVersion = "13.0.4";
|
|
34
35
|
function getValidDate(iso) {
|
|
35
36
|
var date = parseISO(iso);
|
|
36
37
|
return isValid(date) ? {
|
|
@@ -52,14 +53,14 @@ var menuStyles = css({
|
|
|
52
53
|
var Menu = function Menu(_ref) {
|
|
53
54
|
var selectProps = _ref.selectProps,
|
|
54
55
|
innerProps = _ref.innerProps;
|
|
55
|
-
return
|
|
56
|
+
return jsx(UNSAFE_LAYERING, {
|
|
56
57
|
isDisabled: getBooleanFF('platform.design-system-team.layering_qmiw3') ? false : true
|
|
57
|
-
},
|
|
58
|
+
}, jsx(FixedLayer, {
|
|
58
59
|
inputValue: selectProps.inputValue,
|
|
59
60
|
containerRef: selectProps.calendarContainerRef,
|
|
60
|
-
content:
|
|
61
|
+
content: jsx("div", _extends({
|
|
61
62
|
css: menuStyles
|
|
62
|
-
}, innerProps),
|
|
63
|
+
}, innerProps), jsx(Calendar, _extends({}, getValidDate(selectProps.calendarValue), getValidDate(selectProps.calendarView), {
|
|
63
64
|
disabled: selectProps.calendarDisabled,
|
|
64
65
|
disabledDateFilter: selectProps.calendarDisabledDateFilter,
|
|
65
66
|
minDate: selectProps.calendarMinDate,
|
|
@@ -458,10 +459,9 @@ var DatePicker = /*#__PURE__*/function (_Component) {
|
|
|
458
459
|
previousMonthLabel: previousMonthLabel
|
|
459
460
|
};
|
|
460
461
|
return (
|
|
461
|
-
/*#__PURE__*/
|
|
462
462
|
// These event handlers must be on this element because the events come
|
|
463
463
|
// from different child elements.
|
|
464
|
-
|
|
464
|
+
jsx("div", _extends({}, innerProps, {
|
|
465
465
|
role: "presentation",
|
|
466
466
|
onBlur: this.onContainerBlur,
|
|
467
467
|
onClick: this.onInputClick,
|
|
@@ -469,12 +469,12 @@ var DatePicker = /*#__PURE__*/function (_Component) {
|
|
|
469
469
|
onKeyDown: this.onInputKeyDown,
|
|
470
470
|
ref: this.getContainerRef,
|
|
471
471
|
"data-testid": testId && "".concat(testId, "--container")
|
|
472
|
-
}),
|
|
472
|
+
}), jsx("input", {
|
|
473
473
|
name: name,
|
|
474
474
|
type: "hidden",
|
|
475
475
|
value: value,
|
|
476
476
|
"data-testid": testId && "".concat(testId, "--input")
|
|
477
|
-
}),
|
|
477
|
+
}), jsx(Select, _extends({
|
|
478
478
|
appearance: this.props.appearance,
|
|
479
479
|
enableAnimation: false,
|
|
480
480
|
menuIsOpen: menuIsOpen,
|
|
@@ -10,8 +10,9 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
10
10
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
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
|
+
/** @jsx jsx */
|
|
13
14
|
import React from 'react';
|
|
14
|
-
import { css } from '@emotion/react';
|
|
15
|
+
import { css, jsx } from '@emotion/react';
|
|
15
16
|
import { format, isValid, parseISO } from 'date-fns';
|
|
16
17
|
import pick from 'lodash/pick';
|
|
17
18
|
import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
@@ -24,7 +25,7 @@ import DatePicker from './date-picker';
|
|
|
24
25
|
import TimePicker from './time-picker';
|
|
25
26
|
import { convertTokens } from './utils';
|
|
26
27
|
var packageName = "@atlaskit/datetime-picker";
|
|
27
|
-
var packageVersion = "13.0.
|
|
28
|
+
var packageVersion = "13.0.4";
|
|
28
29
|
var isInvalidBorderStyles = css({
|
|
29
30
|
borderColor: "var(--ds-border-danger, ".concat(R400, ")")
|
|
30
31
|
});
|
|
@@ -299,19 +300,19 @@ var DateTimePicker = /*#__PURE__*/function (_React$Component) {
|
|
|
299
300
|
var isClearable = Boolean(dateValue || timeValue);
|
|
300
301
|
var notFocusedOrIsDisabled = !(isFocused || isDisabled);
|
|
301
302
|
var ariaLabelledbyId = id && "label--".concat(id);
|
|
302
|
-
return
|
|
303
|
+
return jsx("div", _extends({
|
|
303
304
|
css: [baseContainerStyles, isDisabled && isDisabledStyles, isFocused && isFocusedStyles, bothProps.appearance === 'subtle' && (isFocused ? subtleFocusedBgStyles : subtleBgStyles), isFocused && isFocusedBorderStyles, bothProps.isInvalid && isInvalidBorderStyles, notFocusedOrIsDisabled && (bothProps.isInvalid ? isInvalidHoverStyles : hoverStyles), bothProps.appearance === 'none' && noBgStyles]
|
|
304
305
|
}, innerProps, {
|
|
305
306
|
"aria-labelledby": innerProps['aria-labelledby'] || ariaLabelledbyId,
|
|
306
307
|
"data-testid": testId
|
|
307
|
-
}),
|
|
308
|
+
}), jsx("input", {
|
|
308
309
|
name: name,
|
|
309
310
|
type: "hidden",
|
|
310
311
|
value: value,
|
|
311
312
|
"data-testid": testId && "".concat(testId, "--input")
|
|
312
|
-
}),
|
|
313
|
+
}), jsx("div", {
|
|
313
314
|
css: datePickerContainerStyles
|
|
314
|
-
},
|
|
315
|
+
}, jsx(DatePicker, _extends({}, bothProps, {
|
|
315
316
|
autoFocus: autoFocus,
|
|
316
317
|
dateFormat: dateFormat,
|
|
317
318
|
hideIcon: true,
|
|
@@ -321,9 +322,9 @@ var DateTimePicker = /*#__PURE__*/function (_React$Component) {
|
|
|
321
322
|
value: dateValue,
|
|
322
323
|
locale: locale,
|
|
323
324
|
testId: testId && "".concat(testId, "--datepicker")
|
|
324
|
-
}, datePickerProps))),
|
|
325
|
+
}, datePickerProps))), jsx("div", {
|
|
325
326
|
css: timePickerContainerStyles
|
|
326
|
-
},
|
|
327
|
+
}, jsx(TimePicker, _extends({}, bothProps, {
|
|
327
328
|
hideIcon: true,
|
|
328
329
|
onChange: this.onTimeChange,
|
|
329
330
|
selectProps: mergedTimePickerSelectProps,
|
|
@@ -333,7 +334,7 @@ var DateTimePicker = /*#__PURE__*/function (_React$Component) {
|
|
|
333
334
|
timeFormat: timeFormat,
|
|
334
335
|
locale: locale,
|
|
335
336
|
testId: testId && "".concat(testId, "--timepicker")
|
|
336
|
-
}, timePickerProps))), isClearable && !isDisabled ?
|
|
337
|
+
}, timePickerProps))), isClearable && !isDisabled ? jsx(ClearButton, {
|
|
337
338
|
inputId: id,
|
|
338
339
|
buttonStyles: iconContainerStyles,
|
|
339
340
|
onClick: this.onClear,
|
|
@@ -30,7 +30,7 @@ import parseTime from '../internal/parse-time';
|
|
|
30
30
|
import { makeSingleValue } from '../internal/single-value';
|
|
31
31
|
import { convertTokens } from './utils';
|
|
32
32
|
var packageName = "@atlaskit/datetime-picker";
|
|
33
|
-
var packageVersion = "13.0.
|
|
33
|
+
var packageVersion = "13.0.4";
|
|
34
34
|
var menuStyles = {
|
|
35
35
|
/* Need to remove default absolute positioning as that causes issues with position fixed */
|
|
36
36
|
position: 'static',
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
import { jsx } from '@emotion/react';
|
|
1
3
|
import SelectClearIcon from '@atlaskit/icon/glyph/select-clear';
|
|
2
4
|
/**
|
|
3
5
|
* __Clear button__
|
|
@@ -14,21 +16,21 @@ var ClearButton = function ClearButton(_ref) {
|
|
|
14
16
|
onClick = _ref.onClick;
|
|
15
17
|
var labelId = inputId && "label--".concat(inputId);
|
|
16
18
|
var clearButtonId = inputId && "clear-btn--".concat(inputId);
|
|
17
|
-
return
|
|
19
|
+
return jsx("button", {
|
|
18
20
|
"aria-labelledby": inputId ? "".concat(clearButtonId, " ").concat(labelId) : "".concat(clearButtonId),
|
|
19
21
|
css: buttonStyles,
|
|
20
22
|
type: "button",
|
|
21
23
|
tabIndex: -1,
|
|
22
24
|
"data-testid": "".concat(dataTestId, "--clear--btn"),
|
|
23
25
|
onClick: onClick
|
|
24
|
-
},
|
|
26
|
+
}, jsx("span", {
|
|
25
27
|
hidden: true,
|
|
26
28
|
id: clearButtonId
|
|
27
|
-
}, "Clear"),
|
|
29
|
+
}, "Clear"), jsx("span", {
|
|
28
30
|
style: {
|
|
29
31
|
display: 'flex'
|
|
30
32
|
}
|
|
31
|
-
},
|
|
33
|
+
}, jsx(SelectClearIcon, {
|
|
32
34
|
size: iconSize,
|
|
33
35
|
label: inputId ? '' : label,
|
|
34
36
|
primaryColor: primaryColor
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
2
|
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; }
|
|
3
3
|
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; }
|
|
4
|
-
|
|
4
|
+
/** @jsx jsx */
|
|
5
|
+
|
|
6
|
+
import { css, jsx } from '@emotion/react';
|
|
5
7
|
import { components } from '@atlaskit/select';
|
|
6
8
|
import ClearButton from './clear-button';
|
|
7
9
|
var buttonStyles = css({
|
|
@@ -17,11 +19,11 @@ var buttonStyles = css({
|
|
|
17
19
|
*
|
|
18
20
|
*/
|
|
19
21
|
var ClearIndicator = function ClearIndicator(props) {
|
|
20
|
-
return
|
|
22
|
+
return jsx(components.ClearIndicator, _objectSpread(_objectSpread({}, props), {}, {
|
|
21
23
|
innerProps: _objectSpread(_objectSpread({}, props.innerProps), {}, {
|
|
22
24
|
'aria-hidden': 'false'
|
|
23
25
|
})
|
|
24
|
-
}),
|
|
26
|
+
}), jsx(ClearButton, {
|
|
25
27
|
buttonStyles: buttonStyles,
|
|
26
28
|
inputId: props.selectProps.inputId,
|
|
27
29
|
dataTestId: props.selectProps.testId
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/datetime-picker",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.4",
|
|
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/"
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
36
|
-
"@atlaskit/calendar": "^14.0.
|
|
36
|
+
"@atlaskit/calendar": "^14.0.3",
|
|
37
37
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
38
38
|
"@atlaskit/icon": "^22.0.0",
|
|
39
39
|
"@atlaskit/layering": "^0.2.0",
|
|
40
40
|
"@atlaskit/locale": "^2.6.0",
|
|
41
41
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
42
42
|
"@atlaskit/popper": "^5.5.0",
|
|
43
|
-
"@atlaskit/select": "^17.0.
|
|
43
|
+
"@atlaskit/select": "^17.0.3",
|
|
44
44
|
"@atlaskit/theme": "^12.6.0",
|
|
45
45
|
"@atlaskit/tokens": "^1.29.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@af/accessibility-testing": "*",
|
|
57
57
|
"@af/integration-testing": "*",
|
|
58
|
-
"@atlaskit/button": "^16.
|
|
58
|
+
"@atlaskit/button": "^16.18.0",
|
|
59
59
|
"@atlaskit/docs": "*",
|
|
60
|
-
"@atlaskit/form": "^9.0.
|
|
60
|
+
"@atlaskit/form": "^9.0.3",
|
|
61
61
|
"@atlaskit/modal-dialog": "^12.10.0",
|
|
62
62
|
"@atlaskit/popup": "^1.11.0",
|
|
63
63
|
"@atlaskit/range": "^7.1.0",
|