@atlaskit/datetime-picker 12.6.0 → 12.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.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/components/date-picker.js +1 -1
- package/dist/cjs/components/date-time-picker.js +3 -3
- package/dist/cjs/components/time-picker.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/date-picker.js +1 -1
- package/dist/es2019/components/date-time-picker.js +3 -3
- package/dist/es2019/components/time-picker.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/date-picker.js +1 -1
- package/dist/esm/components/date-time-picker.js +3 -3
- package/dist/esm/components/time-picker.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/datetime-picker
|
|
2
2
|
|
|
3
|
+
## 12.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
|
|
8
|
+
|
|
3
9
|
## 12.6.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -37,7 +37,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
37
37
|
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; } } /* eslint-disable @repo/internal/react/use-noop */ /** @jsx jsx */ // eslint-disable-next-line no-restricted-imports
|
|
38
38
|
// eslint-disable-next-line @atlaskit/design-system/no-deprecated-imports
|
|
39
39
|
var packageName = "@atlaskit/datetime-picker";
|
|
40
|
-
var packageVersion = "12.6.
|
|
40
|
+
var packageVersion = "12.6.1";
|
|
41
41
|
|
|
42
42
|
/* eslint-disable react/no-unused-prop-types */
|
|
43
43
|
|
|
@@ -32,7 +32,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
|
|
|
32
32
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
33
33
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } /* eslint-disable @repo/internal/react/use-noop */ /** @jsx jsx */ // eslint-disable-next-line no-restricted-imports
|
|
34
34
|
var packageName = "@atlaskit/datetime-picker";
|
|
35
|
-
var packageVersion = "12.6.
|
|
35
|
+
var packageVersion = "12.6.1";
|
|
36
36
|
|
|
37
37
|
/* eslint-disable react/no-unused-prop-types */
|
|
38
38
|
|
|
@@ -100,13 +100,13 @@ var timePickerContainerStyles = (0, _react2.css)({
|
|
|
100
100
|
flexBasis: '50%',
|
|
101
101
|
flexGrow: 1
|
|
102
102
|
});
|
|
103
|
-
var ICON_PADDING = 2;
|
|
104
103
|
var iconContainerStyles = (0, _react2.css)({
|
|
105
104
|
display: 'flex',
|
|
106
105
|
paddingTop: "var(--ds-space-075, 6px)",
|
|
107
106
|
paddingRight: "var(--ds-space-100, 8px)",
|
|
108
107
|
paddingBottom: "var(--ds-space-075, 6px)",
|
|
109
|
-
paddingLeft: "
|
|
108
|
+
paddingLeft: "var(--ds-space-050, 4px)",
|
|
109
|
+
// ICON_PADDING (2) * 2
|
|
110
110
|
alignItems: 'center',
|
|
111
111
|
flexBasis: 'inherit',
|
|
112
112
|
backgroundColor: 'inherit',
|
|
@@ -38,7 +38,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
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 = "12.6.
|
|
41
|
+
var packageVersion = "12.6.1";
|
|
42
42
|
|
|
43
43
|
/* eslint-disable react/no-unused-prop-types */
|
|
44
44
|
|
package/dist/cjs/version.json
CHANGED
|
@@ -19,7 +19,7 @@ import { defaultDateFormat, EmptyComponent, padToTwo, placeholderDatetime } from
|
|
|
19
19
|
import FixedLayer from '../internal/fixed-layer';
|
|
20
20
|
import { convertTokens } from './utils';
|
|
21
21
|
const packageName = "@atlaskit/datetime-picker";
|
|
22
|
-
const packageVersion = "12.6.
|
|
22
|
+
const packageVersion = "12.6.1";
|
|
23
23
|
|
|
24
24
|
/* eslint-disable react/no-unused-prop-types */
|
|
25
25
|
|
|
@@ -18,7 +18,7 @@ import DatePicker from './date-picker';
|
|
|
18
18
|
import TimePicker from './time-picker';
|
|
19
19
|
import { convertTokens } from './utils';
|
|
20
20
|
const packageName = "@atlaskit/datetime-picker";
|
|
21
|
-
const packageVersion = "12.6.
|
|
21
|
+
const packageVersion = "12.6.1";
|
|
22
22
|
|
|
23
23
|
/* eslint-disable react/no-unused-prop-types */
|
|
24
24
|
|
|
@@ -86,13 +86,13 @@ const timePickerContainerStyles = css({
|
|
|
86
86
|
flexBasis: '50%',
|
|
87
87
|
flexGrow: 1
|
|
88
88
|
});
|
|
89
|
-
const ICON_PADDING = 2;
|
|
90
89
|
const iconContainerStyles = css({
|
|
91
90
|
display: 'flex',
|
|
92
91
|
paddingTop: "var(--ds-space-075, 6px)",
|
|
93
92
|
paddingRight: "var(--ds-space-100, 8px)",
|
|
94
93
|
paddingBottom: "var(--ds-space-075, 6px)",
|
|
95
|
-
paddingLeft:
|
|
94
|
+
paddingLeft: "var(--ds-space-050, 4px)",
|
|
95
|
+
// ICON_PADDING (2) * 2
|
|
96
96
|
alignItems: 'center',
|
|
97
97
|
flexBasis: 'inherit',
|
|
98
98
|
backgroundColor: 'inherit',
|
|
@@ -16,7 +16,7 @@ import FixedLayer from '../internal/fixed-layer';
|
|
|
16
16
|
import parseTime from '../internal/parse-time';
|
|
17
17
|
import { convertTokens } from './utils';
|
|
18
18
|
const packageName = "@atlaskit/datetime-picker";
|
|
19
|
-
const packageVersion = "12.6.
|
|
19
|
+
const packageVersion = "12.6.1";
|
|
20
20
|
|
|
21
21
|
/* eslint-disable react/no-unused-prop-types */
|
|
22
22
|
|
package/dist/es2019/version.json
CHANGED
|
@@ -30,7 +30,7 @@ import { defaultDateFormat, EmptyComponent, padToTwo, placeholderDatetime } from
|
|
|
30
30
|
import FixedLayer from '../internal/fixed-layer';
|
|
31
31
|
import { convertTokens } from './utils';
|
|
32
32
|
var packageName = "@atlaskit/datetime-picker";
|
|
33
|
-
var packageVersion = "12.6.
|
|
33
|
+
var packageVersion = "12.6.1";
|
|
34
34
|
|
|
35
35
|
/* eslint-disable react/no-unused-prop-types */
|
|
36
36
|
|
|
@@ -28,7 +28,7 @@ import DatePicker from './date-picker';
|
|
|
28
28
|
import TimePicker from './time-picker';
|
|
29
29
|
import { convertTokens } from './utils';
|
|
30
30
|
var packageName = "@atlaskit/datetime-picker";
|
|
31
|
-
var packageVersion = "12.6.
|
|
31
|
+
var packageVersion = "12.6.1";
|
|
32
32
|
|
|
33
33
|
/* eslint-disable react/no-unused-prop-types */
|
|
34
34
|
|
|
@@ -96,13 +96,13 @@ var timePickerContainerStyles = css({
|
|
|
96
96
|
flexBasis: '50%',
|
|
97
97
|
flexGrow: 1
|
|
98
98
|
});
|
|
99
|
-
var ICON_PADDING = 2;
|
|
100
99
|
var iconContainerStyles = css({
|
|
101
100
|
display: 'flex',
|
|
102
101
|
paddingTop: "var(--ds-space-075, 6px)",
|
|
103
102
|
paddingRight: "var(--ds-space-100, 8px)",
|
|
104
103
|
paddingBottom: "var(--ds-space-075, 6px)",
|
|
105
|
-
paddingLeft: "
|
|
104
|
+
paddingLeft: "var(--ds-space-050, 4px)",
|
|
105
|
+
// ICON_PADDING (2) * 2
|
|
106
106
|
alignItems: 'center',
|
|
107
107
|
flexBasis: 'inherit',
|
|
108
108
|
backgroundColor: 'inherit',
|
|
@@ -29,7 +29,7 @@ import FixedLayer from '../internal/fixed-layer';
|
|
|
29
29
|
import parseTime from '../internal/parse-time';
|
|
30
30
|
import { convertTokens } from './utils';
|
|
31
31
|
var packageName = "@atlaskit/datetime-picker";
|
|
32
|
-
var packageVersion = "12.6.
|
|
32
|
+
var packageVersion = "12.6.1";
|
|
33
33
|
|
|
34
34
|
/* eslint-disable react/no-unused-prop-types */
|
|
35
35
|
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/datetime-picker",
|
|
3
|
-
"version": "12.6.
|
|
3
|
+
"version": "12.6.1",
|
|
4
4
|
"description": "A date time picker allows the user to select an associated date and time.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@atlaskit/locale": "^2.5.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
41
41
|
"@atlaskit/popper": "^5.5.0",
|
|
42
|
-
"@atlaskit/select": "^16.
|
|
42
|
+
"@atlaskit/select": "^16.4.0",
|
|
43
43
|
"@atlaskit/theme": "^12.5.0",
|
|
44
44
|
"@atlaskit/tokens": "^1.4.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@atlaskit/range": "^7.1.0",
|
|
62
62
|
"@atlaskit/section-message": "^6.4.0",
|
|
63
63
|
"@atlaskit/ssr": "*",
|
|
64
|
-
"@atlaskit/textfield": "^5.
|
|
64
|
+
"@atlaskit/textfield": "^5.5.0",
|
|
65
65
|
"@atlaskit/toggle": "^12.6.0",
|
|
66
66
|
"@atlaskit/visual-regression": "*",
|
|
67
67
|
"@atlaskit/webdriver-runner": "*",
|
|
@@ -89,7 +89,8 @@
|
|
|
89
89
|
"emotion"
|
|
90
90
|
],
|
|
91
91
|
"design-tokens": [
|
|
92
|
-
"color"
|
|
92
|
+
"color",
|
|
93
|
+
"spacing"
|
|
93
94
|
],
|
|
94
95
|
"deprecation": "no-deprecated-imports"
|
|
95
96
|
}
|