@atlaskit/editor-plugin-date 6.0.2 → 6.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 +14 -0
- package/dist/cjs/ui/DatePicker/index.compiled.css +1 -1
- package/dist/cjs/ui/DatePicker/index.js +1 -1
- package/dist/es2019/ui/DatePicker/index.compiled.css +1 -1
- package/dist/es2019/ui/DatePicker/index.js +1 -1
- package/dist/esm/ui/DatePicker/index.compiled.css +1 -1
- package/dist/esm/ui/DatePicker/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-date
|
|
2
2
|
|
|
3
|
+
## 6.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 6.0.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`255837cfba315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255837cfba315) -
|
|
14
|
+
Internal changes to how border radius is applied.
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 6.0.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._16qskkzs{box-shadow:var(--_es7za0)}
|
|
3
3
|
._19bvv77o{padding-left:var(--ds-space-025,2px)}
|
|
4
4
|
._bfhk13b4{background-color:var(--_1f6rtr1)}
|
|
5
5
|
._ca0qv77o{padding-top:var(--ds-space-025,2px)}
|
|
@@ -156,7 +156,7 @@ var DatePicker = /*#__PURE__*/function (_React$Component) {
|
|
|
156
156
|
}, intl.formatMessage(_messages.dateMessages.datePickerOpenedAlert)), /*#__PURE__*/_react.default.createElement(_ui.PlainOutsideClickTargetRefContext.Consumer, null, function (setOutsideClickTargetRef) {
|
|
157
157
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
158
158
|
ref: setOutsideClickTargetRef,
|
|
159
|
-
className: (0, _runtime.ax)(["
|
|
159
|
+
className: (0, _runtime.ax)(["_2rkofajl _ca0qv77o _n3tdv77o _19bvv77o _u5f3v77o _16qskkzs _bfhk13b4"]),
|
|
160
160
|
style: {
|
|
161
161
|
"--_es7za0": (0, _runtime.ix)("var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(_colors.N60A, ", 0 0 1px ").concat(_colors.N60A), ")")),
|
|
162
162
|
"--_1f6rtr1": (0, _runtime.ix)("var(--ds-surface-overlay, ".concat(_colors.N0, ")"))
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._16qsreen{box-shadow:var(--ds-shadow-overlay,0 4px 8px -2px rgba(9,30,66,.31),0 0 1px rgba(9,30,66,.31))}
|
|
3
3
|
._19bvv77o{padding-left:var(--ds-space-025,2px)}
|
|
4
4
|
._bfhk1bhr{background-color:var(--ds-surface-overlay,#fff)}
|
|
5
5
|
._ca0qv77o{padding-top:var(--ds-space-025,2px)}
|
|
@@ -141,7 +141,7 @@ class DatePicker extends React.Component {
|
|
|
141
141
|
role: "alert"
|
|
142
142
|
}, intl.formatMessage(messages.datePickerOpenedAlert)), /*#__PURE__*/React.createElement(PlainOutsideClickTargetRefContext.Consumer, null, setOutsideClickTargetRef => /*#__PURE__*/React.createElement("div", {
|
|
143
143
|
ref: setOutsideClickTargetRef,
|
|
144
|
-
className: ax(["
|
|
144
|
+
className: ax(["_2rkofajl _ca0qv77o _n3tdv77o _19bvv77o _u5f3v77o _16qsreen _bfhk1bhr"])
|
|
145
145
|
}, /*#__PURE__*/React.createElement(DatePickerInput, {
|
|
146
146
|
date: date,
|
|
147
147
|
onNewDate: this.handleNewDate,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._16qskkzs{box-shadow:var(--_es7za0)}
|
|
3
3
|
._19bvv77o{padding-left:var(--ds-space-025,2px)}
|
|
4
4
|
._bfhk13b4{background-color:var(--_1f6rtr1)}
|
|
5
5
|
._ca0qv77o{padding-top:var(--ds-space-025,2px)}
|
|
@@ -150,7 +150,7 @@ var DatePicker = /*#__PURE__*/function (_React$Component) {
|
|
|
150
150
|
}, intl.formatMessage(messages.datePickerOpenedAlert)), /*#__PURE__*/React.createElement(PlainOutsideClickTargetRefContext.Consumer, null, function (setOutsideClickTargetRef) {
|
|
151
151
|
return /*#__PURE__*/React.createElement("div", {
|
|
152
152
|
ref: setOutsideClickTargetRef,
|
|
153
|
-
className: ax(["
|
|
153
|
+
className: ax(["_2rkofajl _ca0qv77o _n3tdv77o _19bvv77o _u5f3v77o _16qskkzs _bfhk13b4"]),
|
|
154
154
|
style: {
|
|
155
155
|
"--_es7za0": ix("var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(N60A, ", 0 0 1px ").concat(N60A), ")")),
|
|
156
156
|
"--_1f6rtr1": ix("var(--ds-surface-overlay, ".concat(N0, ")"))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-date",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.4",
|
|
4
4
|
"description": "Date plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/adf-schema": "^50.2.3",
|
|
33
33
|
"@atlaskit/calendar": "^17.1.0",
|
|
34
|
-
"@atlaskit/css": "^0.
|
|
34
|
+
"@atlaskit/css": "^0.13.0",
|
|
35
35
|
"@atlaskit/date": "^2.0.0",
|
|
36
36
|
"@atlaskit/editor-plugin-analytics": "^4.0.0",
|
|
37
37
|
"@atlaskit/editor-plugin-annotation": "^4.0.0",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
46
46
|
"@atlaskit/textfield": "^8.0.0",
|
|
47
47
|
"@atlaskit/theme": "^20.0.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^12.
|
|
49
|
-
"@atlaskit/tokens": "^6.
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^12.4.0",
|
|
49
|
+
"@atlaskit/tokens": "^6.2.0",
|
|
50
50
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
52
52
|
"bind-event-listener": "^3.0.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@testing-library/react": "^13.4.0"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
|
-
"@atlaskit/editor-common": "^108.
|
|
72
|
+
"@atlaskit/editor-common": "^108.2.0",
|
|
73
73
|
"react": "^18.2.0",
|
|
74
74
|
"react-dom": "^18.2.0"
|
|
75
75
|
},
|