@atlaskit/datetime-picker 17.0.14 → 17.0.16
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 +14 -0
- package/dist/cjs/components/date-picker-class.js +1 -1
- package/dist/cjs/components/date-picker-fc.js +1 -1
- package/dist/cjs/components/date-time-picker-class.js +1 -1
- package/dist/cjs/components/date-time-picker-fc.js +1 -1
- package/dist/cjs/components/time-picker.js +1 -1
- package/dist/cjs/internal/date-time-picker-container.compiled.css +1 -1
- package/dist/cjs/internal/date-time-picker-container.js +1 -1
- package/dist/cjs/internal/menu.compiled.css +1 -1
- package/dist/cjs/internal/menu.js +1 -1
- package/dist/es2019/components/date-picker-class.js +1 -1
- package/dist/es2019/components/date-picker-fc.js +1 -1
- package/dist/es2019/components/date-time-picker-class.js +1 -1
- package/dist/es2019/components/date-time-picker-fc.js +1 -1
- package/dist/es2019/components/time-picker.js +1 -1
- package/dist/es2019/internal/date-time-picker-container.compiled.css +1 -1
- package/dist/es2019/internal/date-time-picker-container.js +1 -1
- package/dist/es2019/internal/menu.compiled.css +1 -1
- package/dist/es2019/internal/menu.js +1 -1
- package/dist/esm/components/date-picker-class.js +1 -1
- package/dist/esm/components/date-picker-fc.js +1 -1
- package/dist/esm/components/date-time-picker-class.js +1 -1
- package/dist/esm/components/date-time-picker-fc.js +1 -1
- package/dist/esm/components/time-picker.js +1 -1
- package/dist/esm/internal/date-time-picker-container.compiled.css +1 -1
- package/dist/esm/internal/date-time-picker-container.js +1 -1
- package/dist/esm/internal/menu.compiled.css +1 -1
- package/dist/esm/internal/menu.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/datetime-picker
|
|
2
2
|
|
|
3
|
+
## 17.0.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 17.0.15
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`74c2f420ee49b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/74c2f420ee49b) -
|
|
14
|
+
Internal changes to how border radius is applied.
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 17.0.14
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -40,7 +40,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
40
40
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
|
|
41
41
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
42
42
|
var packageName = "@atlaskit/datetime-picker";
|
|
43
|
-
var packageVersion = "
|
|
43
|
+
var packageVersion = "17.0.15";
|
|
44
44
|
var datePickerDefaultProps = {
|
|
45
45
|
defaultIsOpen: false,
|
|
46
46
|
defaultValue: '',
|
|
@@ -36,7 +36,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
36
36
|
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; }
|
|
37
37
|
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; }
|
|
38
38
|
var packageName = "@atlaskit/datetime-picker";
|
|
39
|
-
var packageVersion = "
|
|
39
|
+
var packageVersion = "17.0.15";
|
|
40
40
|
var styles = {
|
|
41
41
|
pickerContainerStyle: "_kqswh2mm",
|
|
42
42
|
dropdownIndicatorStyles: "_1ul91k8s _1tke1k8s _1e0c1txw _4cvr1h6o _1bah1h6o",
|
|
@@ -35,7 +35,7 @@ var DatePicker = (0, _ffComponent.componentWithCondition)(function () {
|
|
|
35
35
|
return (0, _platformFeatureFlags.fg)('dst-date-picker-use-functional-component');
|
|
36
36
|
}, _datePickerFc.default, _datePickerClass.default);
|
|
37
37
|
var packageName = "@atlaskit/datetime-picker";
|
|
38
|
-
var packageVersion = "
|
|
38
|
+
var packageVersion = "17.0.15";
|
|
39
39
|
var compiledStyles = {
|
|
40
40
|
datePickerContainerStyles: "_i0dl1ssb _16jlkb7n _1o9zidpf",
|
|
41
41
|
timePickerContainerStyles: "_i0dl1ssb _16jlkb7n",
|
|
@@ -39,7 +39,7 @@ function () {
|
|
|
39
39
|
return (0, _platformFeatureFlags.fg)('dst-date-picker-use-functional-component');
|
|
40
40
|
}, _datePickerFc.default, _datePickerClass.default);
|
|
41
41
|
var packageName = "@atlaskit/datetime-picker";
|
|
42
|
-
var packageVersion = "
|
|
42
|
+
var packageVersion = "17.0.15";
|
|
43
43
|
var analyticsAttributes = {
|
|
44
44
|
componentName: 'dateTimePicker',
|
|
45
45
|
packageName: packageName,
|
|
@@ -26,7 +26,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
26
26
|
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; }
|
|
27
27
|
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; }
|
|
28
28
|
var packageName = "@atlaskit/datetime-picker";
|
|
29
|
-
var packageVersion = "
|
|
29
|
+
var packageVersion = "17.0.15";
|
|
30
30
|
var menuStyles = {
|
|
31
31
|
/* Need to remove default absolute positioning as that causes issues with position fixed */
|
|
32
32
|
position: 'static',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
._19itp69y{border:var(--_1p9iyo2)}
|
|
3
|
-
.
|
|
3
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
4
4
|
._v564r5cv{transition:background-color .2s ease-in-out,border-color .2s ease-in-out}
|
|
5
5
|
._1h6d13gt{border-color:var(--ds-border-disabled,#091e420f)}
|
|
6
6
|
._1h6d1bqt{border-color:var(--ds-border-danger,#e2483d)}
|
|
@@ -41,7 +41,7 @@ var DateTimePickerContainer = exports.DateTimePickerContainer = /*#__PURE__*/(0,
|
|
|
41
41
|
return /*#__PURE__*/React.createElement("div", (0, _extends2.default)({}, innerProps, {
|
|
42
42
|
"data-testid": testId,
|
|
43
43
|
ref: ref,
|
|
44
|
-
className: (0, _runtime.ax)(["
|
|
44
|
+
className: (0, _runtime.ax)(["_2rko12b0 _v564r5cv _1e0c1txw _bfhk1j9a _d0altlke", "_19itp69y", isDisabled && "_1h6d13gt _bfhksyzs _d0al73ad", isFocused && "_bfhkr01l", appearance === 'subtle' && isFocused && "_1h6d1j28 _bfhk1y3p", appearance === 'subtle' && !isFocused && "_1h6d1j28 _bfhk1j28", isFocused && "_1h6d1p6i _16qsic8z", isInvalid && "_1h6d1bqt", notFocusedOrIsDisabled && isInvalid && "_4cvx1bqt _irr31d5g", notFocusedOrIsDisabled && !isInvalid && "_4cvx1elr _irr31d5g", appearance === 'none' && "_1h6d1j28 _bfhk1j28 _4cvx1j28 _irr31j28"]),
|
|
45
45
|
style: {
|
|
46
46
|
"--_1p9iyo2": (0, _runtime.ix)("var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border-input, #8590A2)")),
|
|
47
47
|
"--_1p9nqfm": (0, _runtime.ix)("inset 0 0 0 ".concat("var(--ds-border-width, 1px)", " ", "var(--ds-border-focused, #388BFF)"))
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}._16qs1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}
|
|
3
3
|
._18m915vq{overflow-y:hidden}
|
|
4
4
|
._1pbyowjs{z-index:300}
|
|
5
5
|
._1reo15vq{overflow-x:hidden}
|
|
@@ -61,7 +61,7 @@ var Menu = exports.Menu = function Menu(_ref) {
|
|
|
61
61
|
containerRef: selectProps.calendarContainerRef,
|
|
62
62
|
content: /*#__PURE__*/React.createElement("div", (0, _extends2.default)({}, innerProps, {
|
|
63
63
|
onMouseDown: onMenuMouseDown,
|
|
64
|
-
className: (0, _runtime.ax)(["
|
|
64
|
+
className: (0, _runtime.ax)(["_2rko12b0 _1reo15vq _18m915vq _1pbyowjs _bfhk1bhr _16qs1cd0"])
|
|
65
65
|
}), /*#__PURE__*/React.createElement(Wrapper, null, /*#__PURE__*/React.createElement(_calendar.default, {
|
|
66
66
|
day: day,
|
|
67
67
|
month: month,
|
|
@@ -22,7 +22,7 @@ import { Menu } from '../internal/menu';
|
|
|
22
22
|
import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date';
|
|
23
23
|
import { makeSingleValue } from '../internal/single-value';
|
|
24
24
|
const packageName = "@atlaskit/datetime-picker";
|
|
25
|
-
const packageVersion = "
|
|
25
|
+
const packageVersion = "17.0.15";
|
|
26
26
|
const datePickerDefaultProps = {
|
|
27
27
|
defaultIsOpen: false,
|
|
28
28
|
defaultValue: '',
|
|
@@ -21,7 +21,7 @@ import { Menu } from '../internal/menu';
|
|
|
21
21
|
import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date';
|
|
22
22
|
import { makeSingleValue } from '../internal/single-value';
|
|
23
23
|
const packageName = "@atlaskit/datetime-picker";
|
|
24
|
-
const packageVersion = "
|
|
24
|
+
const packageVersion = "17.0.15";
|
|
25
25
|
const styles = {
|
|
26
26
|
pickerContainerStyle: "_kqswh2mm",
|
|
27
27
|
dropdownIndicatorStyles: "_1ul91k8s _1tke1k8s _1e0c1txw _4cvr1h6o _1bah1h6o",
|
|
@@ -17,7 +17,7 @@ import DatePickerNew from './date-picker-fc';
|
|
|
17
17
|
import TimePicker from './time-picker';
|
|
18
18
|
const DatePicker = componentWithCondition(() => fg('dst-date-picker-use-functional-component'), DatePickerNew, DatePickerOld);
|
|
19
19
|
const packageName = "@atlaskit/datetime-picker";
|
|
20
|
-
const packageVersion = "
|
|
20
|
+
const packageVersion = "17.0.15";
|
|
21
21
|
const compiledStyles = {
|
|
22
22
|
datePickerContainerStyles: "_i0dl1ssb _16jlkb7n _1o9zidpf",
|
|
23
23
|
timePickerContainerStyles: "_i0dl1ssb _16jlkb7n",
|
|
@@ -21,7 +21,7 @@ const DatePicker = componentWithCondition(
|
|
|
21
21
|
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
|
|
22
22
|
() => fg('dst-date-picker-use-functional-component'), DatePickerNew, DatePickerOld);
|
|
23
23
|
const packageName = "@atlaskit/datetime-picker";
|
|
24
|
-
const packageVersion = "
|
|
24
|
+
const packageVersion = "17.0.15";
|
|
25
25
|
const analyticsAttributes = {
|
|
26
26
|
componentName: 'dateTimePicker',
|
|
27
27
|
packageName,
|
|
@@ -11,7 +11,7 @@ import parseTime from '../internal/parse-time';
|
|
|
11
11
|
import { convertTokens } from '../internal/parse-tokens';
|
|
12
12
|
import { makeSingleValue } from '../internal/single-value';
|
|
13
13
|
const packageName = "@atlaskit/datetime-picker";
|
|
14
|
-
const packageVersion = "
|
|
14
|
+
const packageVersion = "17.0.15";
|
|
15
15
|
const menuStyles = {
|
|
16
16
|
/* Need to remove default absolute positioning as that causes issues with position fixed */
|
|
17
17
|
position: 'static',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
._19it1k9g{border:var(--ds-border-width,1px) solid var(--ds-border-input,#8590a2)}
|
|
3
|
-
.
|
|
3
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
4
4
|
._v564r5cv{transition:background-color .2s ease-in-out,border-color .2s ease-in-out}
|
|
5
5
|
._1h6d13gt{border-color:var(--ds-border-disabled,#091e420f)}
|
|
6
6
|
._1h6d1bqt{border-color:var(--ds-border-danger,#e2483d)}
|
|
@@ -33,6 +33,6 @@ export const DateTimePickerContainer = /*#__PURE__*/forwardRef(({
|
|
|
33
33
|
return /*#__PURE__*/React.createElement("div", _extends({}, innerProps, {
|
|
34
34
|
"data-testid": testId,
|
|
35
35
|
ref: ref,
|
|
36
|
-
className: ax(["
|
|
36
|
+
className: ax(["_2rko12b0 _v564r5cv _1e0c1txw _bfhk1j9a _d0altlke", "_19it1k9g", isDisabled && "_1h6d13gt _bfhksyzs _d0al73ad", isFocused && "_bfhkr01l", appearance === 'subtle' && isFocused && "_1h6d1j28 _bfhk1y3p", appearance === 'subtle' && !isFocused && "_1h6d1j28 _bfhk1j28", isFocused && "_1h6d1p6i _16qsq049", isInvalid && "_1h6d1bqt", notFocusedOrIsDisabled && isInvalid && "_4cvx1bqt _irr31d5g", notFocusedOrIsDisabled && !isInvalid && "_4cvx1elr _irr31d5g", appearance === 'none' && "_1h6d1j28 _bfhk1j28 _4cvx1j28 _irr31j28"])
|
|
37
37
|
}), children);
|
|
38
38
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}._16qs1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}
|
|
3
3
|
._18m915vq{overflow-y:hidden}
|
|
4
4
|
._1pbyowjs{z-index:300}
|
|
5
5
|
._1reo15vq{overflow-x:hidden}
|
|
@@ -57,7 +57,7 @@ export const Menu = ({
|
|
|
57
57
|
containerRef: selectProps.calendarContainerRef,
|
|
58
58
|
content: /*#__PURE__*/React.createElement("div", _extends({}, innerProps, {
|
|
59
59
|
onMouseDown: onMenuMouseDown,
|
|
60
|
-
className: ax(["
|
|
60
|
+
className: ax(["_2rko12b0 _1reo15vq _18m915vq _1pbyowjs _bfhk1bhr _16qs1cd0"])
|
|
61
61
|
}), /*#__PURE__*/React.createElement(Wrapper, null, /*#__PURE__*/React.createElement(Calendar, {
|
|
62
62
|
day: day,
|
|
63
63
|
month: month,
|
|
@@ -31,7 +31,7 @@ import { Menu } from '../internal/menu';
|
|
|
31
31
|
import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date';
|
|
32
32
|
import { makeSingleValue } from '../internal/single-value';
|
|
33
33
|
var packageName = "@atlaskit/datetime-picker";
|
|
34
|
-
var packageVersion = "
|
|
34
|
+
var packageVersion = "17.0.15";
|
|
35
35
|
var datePickerDefaultProps = {
|
|
36
36
|
defaultIsOpen: false,
|
|
37
37
|
defaultValue: '',
|
|
@@ -27,7 +27,7 @@ import { Menu } from '../internal/menu';
|
|
|
27
27
|
import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date';
|
|
28
28
|
import { makeSingleValue } from '../internal/single-value';
|
|
29
29
|
var packageName = "@atlaskit/datetime-picker";
|
|
30
|
-
var packageVersion = "
|
|
30
|
+
var packageVersion = "17.0.15";
|
|
31
31
|
var styles = {
|
|
32
32
|
pickerContainerStyle: "_kqswh2mm",
|
|
33
33
|
dropdownIndicatorStyles: "_1ul91k8s _1tke1k8s _1e0c1txw _4cvr1h6o _1bah1h6o",
|
|
@@ -28,7 +28,7 @@ var DatePicker = componentWithCondition(function () {
|
|
|
28
28
|
return fg('dst-date-picker-use-functional-component');
|
|
29
29
|
}, DatePickerNew, DatePickerOld);
|
|
30
30
|
var packageName = "@atlaskit/datetime-picker";
|
|
31
|
-
var packageVersion = "
|
|
31
|
+
var packageVersion = "17.0.15";
|
|
32
32
|
var compiledStyles = {
|
|
33
33
|
datePickerContainerStyles: "_i0dl1ssb _16jlkb7n _1o9zidpf",
|
|
34
34
|
timePickerContainerStyles: "_i0dl1ssb _16jlkb7n",
|
|
@@ -30,7 +30,7 @@ function () {
|
|
|
30
30
|
return fg('dst-date-picker-use-functional-component');
|
|
31
31
|
}, DatePickerNew, DatePickerOld);
|
|
32
32
|
var packageName = "@atlaskit/datetime-picker";
|
|
33
|
-
var packageVersion = "
|
|
33
|
+
var packageVersion = "17.0.15";
|
|
34
34
|
var analyticsAttributes = {
|
|
35
35
|
componentName: 'dateTimePicker',
|
|
36
36
|
packageName: packageName,
|
|
@@ -17,7 +17,7 @@ import parseTime from '../internal/parse-time';
|
|
|
17
17
|
import { convertTokens } from '../internal/parse-tokens';
|
|
18
18
|
import { makeSingleValue } from '../internal/single-value';
|
|
19
19
|
var packageName = "@atlaskit/datetime-picker";
|
|
20
|
-
var packageVersion = "
|
|
20
|
+
var packageVersion = "17.0.15";
|
|
21
21
|
var menuStyles = {
|
|
22
22
|
/* Need to remove default absolute positioning as that causes issues with position fixed */
|
|
23
23
|
position: 'static',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
._19itp69y{border:var(--_1p9iyo2)}
|
|
3
|
-
.
|
|
3
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
4
4
|
._v564r5cv{transition:background-color .2s ease-in-out,border-color .2s ease-in-out}
|
|
5
5
|
._1h6d13gt{border-color:var(--ds-border-disabled,#091e420f)}
|
|
6
6
|
._1h6d1bqt{border-color:var(--ds-border-danger,#e2483d)}
|
|
@@ -32,7 +32,7 @@ export var DateTimePickerContainer = /*#__PURE__*/forwardRef(function (_ref, ref
|
|
|
32
32
|
return /*#__PURE__*/React.createElement("div", _extends({}, innerProps, {
|
|
33
33
|
"data-testid": testId,
|
|
34
34
|
ref: ref,
|
|
35
|
-
className: ax(["
|
|
35
|
+
className: ax(["_2rko12b0 _v564r5cv _1e0c1txw _bfhk1j9a _d0altlke", "_19itp69y", isDisabled && "_1h6d13gt _bfhksyzs _d0al73ad", isFocused && "_bfhkr01l", appearance === 'subtle' && isFocused && "_1h6d1j28 _bfhk1y3p", appearance === 'subtle' && !isFocused && "_1h6d1j28 _bfhk1j28", isFocused && "_1h6d1p6i _16qsic8z", isInvalid && "_1h6d1bqt", notFocusedOrIsDisabled && isInvalid && "_4cvx1bqt _irr31d5g", notFocusedOrIsDisabled && !isInvalid && "_4cvx1elr _irr31d5g", appearance === 'none' && "_1h6d1j28 _bfhk1j28 _4cvx1j28 _irr31j28"]),
|
|
36
36
|
style: {
|
|
37
37
|
"--_1p9iyo2": ix("var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border-input, #8590A2)")),
|
|
38
38
|
"--_1p9nqfm": ix("inset 0 0 0 ".concat("var(--ds-border-width, 1px)", " ", "var(--ds-border-focused, #388BFF)"))
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}._16qs1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}
|
|
3
3
|
._18m915vq{overflow-y:hidden}
|
|
4
4
|
._1pbyowjs{z-index:300}
|
|
5
5
|
._1reo15vq{overflow-x:hidden}
|
|
@@ -53,7 +53,7 @@ export var Menu = function Menu(_ref) {
|
|
|
53
53
|
containerRef: selectProps.calendarContainerRef,
|
|
54
54
|
content: /*#__PURE__*/React.createElement("div", _extends({}, innerProps, {
|
|
55
55
|
onMouseDown: onMenuMouseDown,
|
|
56
|
-
className: ax(["
|
|
56
|
+
className: ax(["_2rko12b0 _1reo15vq _18m915vq _1pbyowjs _bfhk1bhr _16qs1cd0"])
|
|
57
57
|
}), /*#__PURE__*/React.createElement(Wrapper, null, /*#__PURE__*/React.createElement(Calendar, {
|
|
58
58
|
day: day,
|
|
59
59
|
month: month,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/datetime-picker",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.16",
|
|
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/"
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
36
36
|
"@atlaskit/button": "^23.4.0",
|
|
37
37
|
"@atlaskit/calendar": "^17.1.0",
|
|
38
|
-
"@atlaskit/css": "^0.
|
|
38
|
+
"@atlaskit/css": "^0.14.0",
|
|
39
39
|
"@atlaskit/ds-lib": "^5.0.0",
|
|
40
40
|
"@atlaskit/icon": "^28.1.0",
|
|
41
41
|
"@atlaskit/layering": "^3.0.0",
|
|
42
42
|
"@atlaskit/locale": "^3.0.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
44
|
"@atlaskit/popper": "^7.1.0",
|
|
45
|
-
"@atlaskit/primitives": "^14.
|
|
45
|
+
"@atlaskit/primitives": "^14.14.0",
|
|
46
46
|
"@atlaskit/select": "^21.2.0",
|
|
47
|
-
"@atlaskit/tokens": "^6.
|
|
47
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
48
48
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
49
49
|
"@babel/runtime": "^7.0.0",
|
|
50
50
|
"@compiled/react": "^0.18.3",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@atlaskit/code": "^17.2.0",
|
|
61
61
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
62
62
|
"@atlaskit/docs": "^11.0.0",
|
|
63
|
-
"@atlaskit/form": "^12.
|
|
63
|
+
"@atlaskit/form": "^12.5.0",
|
|
64
64
|
"@atlaskit/heading": "^5.2.0",
|
|
65
65
|
"@atlaskit/link": "^3.2.0",
|
|
66
66
|
"@atlaskit/modal-dialog": "^14.3.0",
|