@atlaskit/calendar 13.1.3 → 13.1.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 +6 -0
- package/dist/cjs/calendar.js +1 -1
- package/dist/cjs/internal/styles/date.js +4 -4
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/calendar.js +1 -1
- package/dist/es2019/internal/styles/date.js +4 -4
- package/dist/es2019/version.json +1 -1
- package/dist/esm/calendar.js +1 -1
- package/dist/esm/internal/styles/date.js +4 -4
- package/dist/esm/version.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/calendar
|
|
2
2
|
|
|
3
|
+
## 13.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`774ed69ecef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/774ed69ecef) - Internal changes to use space tokens for spacing values. There is no visual change.
|
|
8
|
+
|
|
3
9
|
## 13.1.3
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cjs/calendar.js
CHANGED
|
@@ -33,7 +33,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
33
33
|
var analyticsAttributes = {
|
|
34
34
|
componentName: 'calendar',
|
|
35
35
|
packageName: "@atlaskit/calendar",
|
|
36
|
-
packageVersion: "13.1.
|
|
36
|
+
packageVersion: "13.1.4"
|
|
37
37
|
};
|
|
38
38
|
var CalendarWithMode = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
|
|
39
39
|
var day = _ref.day,
|
|
@@ -35,7 +35,7 @@ var dateCellStyles = function dateCellStyles() {
|
|
|
35
35
|
return {
|
|
36
36
|
all: 'unset',
|
|
37
37
|
display: 'block',
|
|
38
|
-
padding:
|
|
38
|
+
padding: "var(--ds-space-050, 4px)".concat(" 9px"),
|
|
39
39
|
position: 'relative',
|
|
40
40
|
backgroundColor: 'transparent',
|
|
41
41
|
border: '2px solid transparent',
|
|
@@ -55,9 +55,9 @@ var dateCellStyles = function dateCellStyles() {
|
|
|
55
55
|
display: 'block',
|
|
56
56
|
height: 2,
|
|
57
57
|
position: 'absolute',
|
|
58
|
-
right:
|
|
59
|
-
bottom:
|
|
60
|
-
left:
|
|
58
|
+
right: "var(--ds-space-025, 2px)",
|
|
59
|
+
bottom: "var(--ds-space-025, 2px)",
|
|
60
|
+
left: "var(--ds-space-025, 2px)",
|
|
61
61
|
backgroundColor: 'currentColor',
|
|
62
62
|
content: '""'
|
|
63
63
|
}
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/calendar.js
CHANGED
|
@@ -23,7 +23,7 @@ import useUniqueId from './internal/hooks/use-unique-id';
|
|
|
23
23
|
const analyticsAttributes = {
|
|
24
24
|
componentName: 'calendar',
|
|
25
25
|
packageName: "@atlaskit/calendar",
|
|
26
|
-
packageVersion: "13.1.
|
|
26
|
+
packageVersion: "13.1.4"
|
|
27
27
|
};
|
|
28
28
|
const CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar({
|
|
29
29
|
day,
|
|
@@ -27,7 +27,7 @@ const borderColorFocused = {
|
|
|
27
27
|
export const dateCellStyles = (mode = 'light') => ({
|
|
28
28
|
all: 'unset',
|
|
29
29
|
display: 'block',
|
|
30
|
-
padding:
|
|
30
|
+
padding: `${"var(--ds-space-050, 4px)"} 9px`,
|
|
31
31
|
position: 'relative',
|
|
32
32
|
backgroundColor: 'transparent',
|
|
33
33
|
border: '2px solid transparent',
|
|
@@ -47,9 +47,9 @@ export const dateCellStyles = (mode = 'light') => ({
|
|
|
47
47
|
display: 'block',
|
|
48
48
|
height: 2,
|
|
49
49
|
position: 'absolute',
|
|
50
|
-
right:
|
|
51
|
-
bottom:
|
|
52
|
-
left:
|
|
50
|
+
right: "var(--ds-space-025, 2px)",
|
|
51
|
+
bottom: "var(--ds-space-025, 2px)",
|
|
52
|
+
left: "var(--ds-space-025, 2px)",
|
|
53
53
|
backgroundColor: 'currentColor',
|
|
54
54
|
content: '""'
|
|
55
55
|
}
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/calendar.js
CHANGED
|
@@ -27,7 +27,7 @@ import useUniqueId from './internal/hooks/use-unique-id';
|
|
|
27
27
|
var analyticsAttributes = {
|
|
28
28
|
componentName: 'calendar',
|
|
29
29
|
packageName: "@atlaskit/calendar",
|
|
30
|
-
packageVersion: "13.1.
|
|
30
|
+
packageVersion: "13.1.4"
|
|
31
31
|
};
|
|
32
32
|
var CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
|
|
33
33
|
var day = _ref.day,
|
|
@@ -29,7 +29,7 @@ export var dateCellStyles = function dateCellStyles() {
|
|
|
29
29
|
return {
|
|
30
30
|
all: 'unset',
|
|
31
31
|
display: 'block',
|
|
32
|
-
padding:
|
|
32
|
+
padding: "var(--ds-space-050, 4px)".concat(" 9px"),
|
|
33
33
|
position: 'relative',
|
|
34
34
|
backgroundColor: 'transparent',
|
|
35
35
|
border: '2px solid transparent',
|
|
@@ -49,9 +49,9 @@ export var dateCellStyles = function dateCellStyles() {
|
|
|
49
49
|
display: 'block',
|
|
50
50
|
height: 2,
|
|
51
51
|
position: 'absolute',
|
|
52
|
-
right:
|
|
53
|
-
bottom:
|
|
54
|
-
left:
|
|
52
|
+
right: "var(--ds-space-025, 2px)",
|
|
53
|
+
bottom: "var(--ds-space-025, 2px)",
|
|
54
|
+
left: "var(--ds-space-025, 2px)",
|
|
55
55
|
backgroundColor: 'currentColor',
|
|
56
56
|
content: '""'
|
|
57
57
|
}
|
package/dist/esm/version.json
CHANGED