@atlaskit/color-picker 3.6.0 → 3.6.2
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 +15 -0
- package/dist/cjs/components/ColorPaletteMenu.js +2 -2
- package/dist/cjs/components/ColorPicker.js +2 -2
- package/dist/es2019/components/ColorPaletteMenu.js +2 -2
- package/dist/es2019/components/ColorPicker.js +2 -2
- package/dist/esm/components/ColorPaletteMenu.js +2 -2
- package/dist/esm/components/ColorPicker.js +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/color-picker
|
|
2
2
|
|
|
3
|
+
## 3.6.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#175413](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/175413)
|
|
8
|
+
[`1dc12b45c6ba1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1dc12b45c6ba1) -
|
|
9
|
+
Select: Update use of deprecated props
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 3.6.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 3.6.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -63,7 +63,7 @@ var ColorPaletteMenuWithoutAnalytics = exports.ColorPaletteMenuWithoutAnalytics
|
|
|
63
63
|
attributes: {
|
|
64
64
|
componentName: 'color-picker',
|
|
65
65
|
packageName: "@atlaskit/color-picker",
|
|
66
|
-
packageVersion: "3.6.
|
|
66
|
+
packageVersion: "3.6.2"
|
|
67
67
|
}
|
|
68
68
|
})(createAnalyticsEvent);
|
|
69
69
|
}
|
|
@@ -149,7 +149,7 @@ var ColorPaletteMenuWithoutAnalytics = exports.ColorPaletteMenuWithoutAnalytics
|
|
|
149
149
|
var _default = exports.default = (0, _analyticsNext.withAnalyticsContext)({
|
|
150
150
|
componentName: 'color-picker',
|
|
151
151
|
packageName: "@atlaskit/color-picker",
|
|
152
|
-
packageVersion: "3.6.
|
|
152
|
+
packageVersion: "3.6.2"
|
|
153
153
|
})((0, _analyticsNext.withAnalyticsEvents)()(ColorPaletteMenuWithoutAnalytics));
|
|
154
154
|
var colorCardWrapperStyles = (0, _react2.css)({
|
|
155
155
|
display: 'flex',
|
|
@@ -43,7 +43,7 @@ var defaultPopperProps = {
|
|
|
43
43
|
placement: 'bottom-start'
|
|
44
44
|
};
|
|
45
45
|
var packageName = "@atlaskit/color-picker";
|
|
46
|
-
var packageVersion = "3.6.
|
|
46
|
+
var packageVersion = "3.6.2";
|
|
47
47
|
var ColorPickerWithoutAnalyticsBase = /*#__PURE__*/function (_React$Component) {
|
|
48
48
|
(0, _inherits2.default)(ColorPickerWithoutAnalyticsBase, _React$Component);
|
|
49
49
|
var _super = _createSuper(ColorPickerWithoutAnalyticsBase);
|
|
@@ -149,7 +149,7 @@ var ColorPickerWithoutAnalyticsBase = /*#__PURE__*/function (_React$Component) {
|
|
|
149
149
|
maxMenuWidth: "auto",
|
|
150
150
|
minMenuWidth: "auto",
|
|
151
151
|
options: options,
|
|
152
|
-
|
|
152
|
+
label: fullLabel,
|
|
153
153
|
value: value,
|
|
154
154
|
components: components,
|
|
155
155
|
onChange: this.onChangeSelect
|
|
@@ -44,7 +44,7 @@ export const ColorPaletteMenuWithoutAnalytics = ({
|
|
|
44
44
|
attributes: {
|
|
45
45
|
componentName: 'color-picker',
|
|
46
46
|
packageName: "@atlaskit/color-picker",
|
|
47
|
-
packageVersion: "3.6.
|
|
47
|
+
packageVersion: "3.6.2"
|
|
48
48
|
}
|
|
49
49
|
})(createAnalyticsEvent);
|
|
50
50
|
}
|
|
@@ -123,7 +123,7 @@ export const ColorPaletteMenuWithoutAnalytics = ({
|
|
|
123
123
|
export default withAnalyticsContext({
|
|
124
124
|
componentName: 'color-picker',
|
|
125
125
|
packageName: "@atlaskit/color-picker",
|
|
126
|
-
packageVersion: "3.6.
|
|
126
|
+
packageVersion: "3.6.2"
|
|
127
127
|
})(withAnalyticsEvents()(ColorPaletteMenuWithoutAnalytics));
|
|
128
128
|
const colorCardWrapperStyles = css({
|
|
129
129
|
display: 'flex',
|
|
@@ -27,7 +27,7 @@ const defaultPopperProps = {
|
|
|
27
27
|
placement: 'bottom-start'
|
|
28
28
|
};
|
|
29
29
|
const packageName = "@atlaskit/color-picker";
|
|
30
|
-
const packageVersion = "3.6.
|
|
30
|
+
const packageVersion = "3.6.2";
|
|
31
31
|
class ColorPickerWithoutAnalyticsBase extends React.Component {
|
|
32
32
|
constructor(...args) {
|
|
33
33
|
super(...args);
|
|
@@ -122,7 +122,7 @@ class ColorPickerWithoutAnalyticsBase extends React.Component {
|
|
|
122
122
|
maxMenuWidth: "auto",
|
|
123
123
|
minMenuWidth: "auto",
|
|
124
124
|
options: options,
|
|
125
|
-
|
|
125
|
+
label: fullLabel,
|
|
126
126
|
value: value,
|
|
127
127
|
components: components,
|
|
128
128
|
onChange: this.onChangeSelect
|
|
@@ -54,7 +54,7 @@ export var ColorPaletteMenuWithoutAnalytics = function ColorPaletteMenuWithoutAn
|
|
|
54
54
|
attributes: {
|
|
55
55
|
componentName: 'color-picker',
|
|
56
56
|
packageName: "@atlaskit/color-picker",
|
|
57
|
-
packageVersion: "3.6.
|
|
57
|
+
packageVersion: "3.6.2"
|
|
58
58
|
}
|
|
59
59
|
})(createAnalyticsEvent);
|
|
60
60
|
}
|
|
@@ -140,7 +140,7 @@ export var ColorPaletteMenuWithoutAnalytics = function ColorPaletteMenuWithoutAn
|
|
|
140
140
|
export default withAnalyticsContext({
|
|
141
141
|
componentName: 'color-picker',
|
|
142
142
|
packageName: "@atlaskit/color-picker",
|
|
143
|
-
packageVersion: "3.6.
|
|
143
|
+
packageVersion: "3.6.2"
|
|
144
144
|
})(withAnalyticsEvents()(ColorPaletteMenuWithoutAnalytics));
|
|
145
145
|
var colorCardWrapperStyles = css({
|
|
146
146
|
display: 'flex',
|
|
@@ -35,7 +35,7 @@ var defaultPopperProps = {
|
|
|
35
35
|
placement: 'bottom-start'
|
|
36
36
|
};
|
|
37
37
|
var packageName = "@atlaskit/color-picker";
|
|
38
|
-
var packageVersion = "3.6.
|
|
38
|
+
var packageVersion = "3.6.2";
|
|
39
39
|
var ColorPickerWithoutAnalyticsBase = /*#__PURE__*/function (_React$Component) {
|
|
40
40
|
_inherits(ColorPickerWithoutAnalyticsBase, _React$Component);
|
|
41
41
|
var _super = _createSuper(ColorPickerWithoutAnalyticsBase);
|
|
@@ -141,7 +141,7 @@ var ColorPickerWithoutAnalyticsBase = /*#__PURE__*/function (_React$Component) {
|
|
|
141
141
|
maxMenuWidth: "auto",
|
|
142
142
|
minMenuWidth: "auto",
|
|
143
143
|
options: options,
|
|
144
|
-
|
|
144
|
+
label: fullLabel,
|
|
145
145
|
value: value,
|
|
146
146
|
components: components,
|
|
147
147
|
onChange: this.onChangeSelect
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/color-picker",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.2",
|
|
4
4
|
"description": "Jira Color Picker Component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
33
|
-
"@atlaskit/icon": "^
|
|
33
|
+
"@atlaskit/icon": "^23.1.0",
|
|
34
34
|
"@atlaskit/platform-feature-flags": "0.3.0",
|
|
35
|
-
"@atlaskit/select": "^18.
|
|
35
|
+
"@atlaskit/select": "^18.8.0",
|
|
36
36
|
"@atlaskit/theme": "^14.0.0",
|
|
37
|
-
"@atlaskit/tokens": "^2.
|
|
37
|
+
"@atlaskit/tokens": "^2.4.0",
|
|
38
38
|
"@atlaskit/tooltip": "^18.9.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0",
|
|
40
40
|
"@emotion/react": "^11.7.1",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@af/visual-regression": "*",
|
|
50
|
-
"@atlaskit/primitives": "^13.
|
|
50
|
+
"@atlaskit/primitives": "^13.3.0",
|
|
51
51
|
"@atlaskit/visual-regression": "*",
|
|
52
52
|
"@atlassian/a11y-jest-testing": "*",
|
|
53
53
|
"@testing-library/react": "^12.1.5",
|