@atlaskit/color-picker 3.2.2 → 3.2.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 +12 -0
- package/ColorPaletteMenu/package.json +1 -1
- package/dist/cjs/components/ColorCard.js +2 -2
- package/dist/cjs/components/ColorPaletteMenu.js +2 -2
- package/dist/cjs/components/ColorPicker.js +4 -4
- package/dist/cjs/index.js +2 -2
- package/dist/es2019/components/ColorPaletteMenu.js +2 -2
- package/dist/es2019/components/ColorPicker.js +1 -1
- package/dist/esm/components/ColorPaletteMenu.js +2 -2
- package/dist/esm/components/ColorPicker.js +2 -2
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/color-picker
|
|
2
2
|
|
|
3
|
+
## 3.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
8
|
+
|
|
9
|
+
## 3.2.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029) [`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) - Update dependencies that were impacted by HOT-106483 to latest.
|
|
14
|
+
|
|
3
15
|
## 3.2.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -12,8 +12,8 @@ var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
|
|
|
12
12
|
var _constants = require("../constants");
|
|
13
13
|
var _react2 = require("@emotion/react");
|
|
14
14
|
var _colors = require("@atlaskit/theme/colors");
|
|
15
|
-
function _getRequireWildcardCache(
|
|
16
|
-
function _interopRequireWildcard(
|
|
15
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
16
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
17
17
|
/** @jsx jsx */
|
|
18
18
|
|
|
19
19
|
var ColorCard = function ColorCard(props) {
|
|
@@ -35,7 +35,7 @@ var ColorPaletteMenuWithoutAnalytics = exports.ColorPaletteMenuWithoutAnalytics
|
|
|
35
35
|
attributes: {
|
|
36
36
|
componentName: 'color-picker',
|
|
37
37
|
packageName: "@atlaskit/color-picker",
|
|
38
|
-
packageVersion: "3.2.
|
|
38
|
+
packageVersion: "3.2.4"
|
|
39
39
|
}
|
|
40
40
|
})(createAnalyticsEvent);
|
|
41
41
|
}
|
|
@@ -77,7 +77,7 @@ var ColorPaletteMenuWithoutAnalytics = exports.ColorPaletteMenuWithoutAnalytics
|
|
|
77
77
|
var _default = exports.default = (0, _analyticsNext.withAnalyticsContext)({
|
|
78
78
|
componentName: 'color-picker',
|
|
79
79
|
packageName: "@atlaskit/color-picker",
|
|
80
|
-
packageVersion: "3.2.
|
|
80
|
+
packageVersion: "3.2.4"
|
|
81
81
|
})((0, _analyticsNext.withAnalyticsEvents)()(ColorPaletteMenuWithoutAnalytics));
|
|
82
82
|
var colorCardWrapperStyles = (0, _react.css)({
|
|
83
83
|
display: 'flex',
|
|
@@ -22,10 +22,10 @@ var _constants = require("../constants");
|
|
|
22
22
|
var _analyticsNext = require("@atlaskit/analytics-next");
|
|
23
23
|
var _utils = require("../utils");
|
|
24
24
|
var _react2 = require("@emotion/react");
|
|
25
|
-
function _getRequireWildcardCache(
|
|
26
|
-
function _interopRequireWildcard(
|
|
25
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
26
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
27
27
|
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); }; }
|
|
28
|
-
function _isNativeReflectConstruct() {
|
|
28
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */
|
|
29
29
|
var defaultPopperProps = {
|
|
30
30
|
strategy: 'fixed',
|
|
31
31
|
modifiers: [{
|
|
@@ -37,7 +37,7 @@ var defaultPopperProps = {
|
|
|
37
37
|
placement: 'bottom-start'
|
|
38
38
|
};
|
|
39
39
|
var packageName = "@atlaskit/color-picker";
|
|
40
|
-
var packageVersion = "3.2.
|
|
40
|
+
var packageVersion = "3.2.4";
|
|
41
41
|
var ColorPickerWithoutAnalytics = exports.ColorPickerWithoutAnalytics = /*#__PURE__*/function (_React$Component) {
|
|
42
42
|
(0, _inherits2.default)(ColorPickerWithoutAnalytics, _React$Component);
|
|
43
43
|
var _super = _createSuper(ColorPickerWithoutAnalytics);
|
package/dist/cjs/index.js
CHANGED
|
@@ -26,8 +26,8 @@ exports.default = exports.Standard = exports.Compact = void 0;
|
|
|
26
26
|
var _ColorPicker = _interopRequireWildcard(require("./components/ColorPicker"));
|
|
27
27
|
var _types = require("./types");
|
|
28
28
|
var _ColorPaletteMenu = _interopRequireWildcard(require("./components/ColorPaletteMenu"));
|
|
29
|
-
function _getRequireWildcardCache(
|
|
30
|
-
function _interopRequireWildcard(
|
|
29
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
30
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
31
31
|
var Compact = exports.Compact = _types.Mode.Compact,
|
|
32
32
|
Standard = exports.Standard = _types.Mode.Standard;
|
|
33
33
|
var _default = exports.default = _ColorPicker.default;
|
|
@@ -25,7 +25,7 @@ export const ColorPaletteMenuWithoutAnalytics = ({
|
|
|
25
25
|
attributes: {
|
|
26
26
|
componentName: 'color-picker',
|
|
27
27
|
packageName: "@atlaskit/color-picker",
|
|
28
|
-
packageVersion: "3.2.
|
|
28
|
+
packageVersion: "3.2.4"
|
|
29
29
|
}
|
|
30
30
|
})(createAnalyticsEvent);
|
|
31
31
|
}
|
|
@@ -67,7 +67,7 @@ export const ColorPaletteMenuWithoutAnalytics = ({
|
|
|
67
67
|
export default withAnalyticsContext({
|
|
68
68
|
componentName: 'color-picker',
|
|
69
69
|
packageName: "@atlaskit/color-picker",
|
|
70
|
-
packageVersion: "3.2.
|
|
70
|
+
packageVersion: "3.2.4"
|
|
71
71
|
})(withAnalyticsEvents()(ColorPaletteMenuWithoutAnalytics));
|
|
72
72
|
const colorCardWrapperStyles = css({
|
|
73
73
|
display: 'flex',
|
|
@@ -20,7 +20,7 @@ const defaultPopperProps = {
|
|
|
20
20
|
placement: 'bottom-start'
|
|
21
21
|
};
|
|
22
22
|
const packageName = "@atlaskit/color-picker";
|
|
23
|
-
const packageVersion = "3.2.
|
|
23
|
+
const packageVersion = "3.2.4";
|
|
24
24
|
export class ColorPickerWithoutAnalytics extends React.Component {
|
|
25
25
|
constructor(...args) {
|
|
26
26
|
super(...args);
|
|
@@ -27,7 +27,7 @@ export var ColorPaletteMenuWithoutAnalytics = function ColorPaletteMenuWithoutAn
|
|
|
27
27
|
attributes: {
|
|
28
28
|
componentName: 'color-picker',
|
|
29
29
|
packageName: "@atlaskit/color-picker",
|
|
30
|
-
packageVersion: "3.2.
|
|
30
|
+
packageVersion: "3.2.4"
|
|
31
31
|
}
|
|
32
32
|
})(createAnalyticsEvent);
|
|
33
33
|
}
|
|
@@ -69,7 +69,7 @@ export var ColorPaletteMenuWithoutAnalytics = function ColorPaletteMenuWithoutAn
|
|
|
69
69
|
export default withAnalyticsContext({
|
|
70
70
|
componentName: 'color-picker',
|
|
71
71
|
packageName: "@atlaskit/color-picker",
|
|
72
|
-
packageVersion: "3.2.
|
|
72
|
+
packageVersion: "3.2.4"
|
|
73
73
|
})(withAnalyticsEvents()(ColorPaletteMenuWithoutAnalytics));
|
|
74
74
|
var colorCardWrapperStyles = css({
|
|
75
75
|
display: 'flex',
|
|
@@ -7,7 +7,7 @@ import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstruct
|
|
|
7
7
|
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
8
8
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
9
9
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
10
|
-
function _isNativeReflectConstruct() {
|
|
10
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
11
11
|
/** @jsx jsx */
|
|
12
12
|
import React from 'react';
|
|
13
13
|
import { PopupSelect } from '@atlaskit/select';
|
|
@@ -28,7 +28,7 @@ var defaultPopperProps = {
|
|
|
28
28
|
placement: 'bottom-start'
|
|
29
29
|
};
|
|
30
30
|
var packageName = "@atlaskit/color-picker";
|
|
31
|
-
var packageVersion = "3.2.
|
|
31
|
+
var packageVersion = "3.2.4";
|
|
32
32
|
export var ColorPickerWithoutAnalytics = /*#__PURE__*/function (_React$Component) {
|
|
33
33
|
_inherits(ColorPickerWithoutAnalytics, _React$Component);
|
|
34
34
|
var _super = _createSuper(ColorPickerWithoutAnalytics);
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/color-picker",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.4",
|
|
4
4
|
"description": "Jira Color Picker Component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
7
7
|
},
|
|
8
|
-
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
|
|
8
|
+
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
9
9
|
"author": "Atlassian Pty Ltd",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"main": "dist/cjs/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"atlaskit:src": "src/index.ts",
|
|
24
24
|
"atlassian": {
|
|
25
|
-
"team": "
|
|
25
|
+
"team": "AAIS: Chronos",
|
|
26
26
|
"releaseModel": "continuous",
|
|
27
27
|
"productPushConsumption": [
|
|
28
28
|
"jira"
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/analytics-next": "^9.
|
|
36
|
-
"@atlaskit/icon": "^22.
|
|
37
|
-
"@atlaskit/select": "^17.
|
|
35
|
+
"@atlaskit/analytics-next": "^9.2.0",
|
|
36
|
+
"@atlaskit/icon": "^22.1.0",
|
|
37
|
+
"@atlaskit/select": "^17.3.0",
|
|
38
38
|
"@atlaskit/theme": "^12.6.0",
|
|
39
|
-
"@atlaskit/tokens": "^1.
|
|
40
|
-
"@atlaskit/tooltip": "^18.
|
|
39
|
+
"@atlaskit/tokens": "^1.42.0",
|
|
40
|
+
"@atlaskit/tooltip": "^18.1.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@emotion/react": "^11.7.1",
|
|
43
43
|
"memoize-one": "^6.0.0"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"ast-types": "^0.13.3",
|
|
54
54
|
"jscodeshift": "^0.13.0",
|
|
55
55
|
"react": "^16.8.0",
|
|
56
|
-
"typescript": "~4.
|
|
56
|
+
"typescript": "~5.4.2"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
59
59
|
"ui",
|
|
@@ -74,4 +74,4 @@
|
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
77
|
-
}
|
|
77
|
+
}
|