@atlaskit/popup 2.0.2 → 2.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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/popup
2
2
 
3
+ ## 2.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
8
+ [`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
9
+ Update `@compiled/react` dependency for improved type checking support.
10
+ - Updated dependencies
11
+
12
+ ## 2.0.3
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 2.0.2
4
19
 
5
20
  ### Patch Changes
@@ -169,9 +169,7 @@ var PopupContent = exports.PopupContent = function PopupContent(_ref4) {
169
169
  }
170
170
  var popperWrapper = /*#__PURE__*/_react.default.createElement(_layering.Layering, {
171
171
  isDisabled: false
172
- }, /*#__PURE__*/_react.default.createElement(_popperWrapper.default
173
- // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
174
- , {
172
+ }, /*#__PURE__*/_react.default.createElement(_popperWrapper.default, {
175
173
  xcss: xcss,
176
174
  appearance: appearance,
177
175
  content: children,
@@ -163,9 +163,7 @@ function PopperWrapper(_ref) {
163
163
  style = _ref2.style,
164
164
  placement = _ref2.placement,
165
165
  update = _ref2.update;
166
- var popupContainer = (0, _react2.jsx)(PopupContainer
167
- // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
168
- , {
166
+ var popupContainer = (0, _react2.jsx)(PopupContainer, {
169
167
  xcss: xcss,
170
168
  appearance: appearance,
171
169
  id: id,
package/dist/cjs/popup.js CHANGED
@@ -91,9 +91,7 @@ var Popup = exports.Popup = /*#__PURE__*/(0, _react.memo)(function (_ref) {
91
91
  });
92
92
  var renderPopperWrapper = (0, _react2.jsx)(_layering.Layering, {
93
93
  isDisabled: false
94
- }, (0, _react2.jsx)(_popperWrapper.default
95
- // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
96
- , {
94
+ }, (0, _react2.jsx)(_popperWrapper.default, {
97
95
  xcss: xcss,
98
96
  appearance: appearance,
99
97
  content: content,
@@ -148,9 +148,7 @@ export const PopupContent = ({
148
148
  }
149
149
  const popperWrapper = /*#__PURE__*/React.createElement(Layering, {
150
150
  isDisabled: false
151
- }, /*#__PURE__*/React.createElement(PopperWrapper
152
- // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
153
- , {
151
+ }, /*#__PURE__*/React.createElement(PopperWrapper, {
154
152
  xcss: xcss,
155
153
  appearance: appearance,
156
154
  content: children,
@@ -146,9 +146,7 @@ function PopperWrapper({
146
146
  placement,
147
147
  update
148
148
  }) => {
149
- const popupContainer = jsx(PopupContainer
150
- // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
151
- , {
149
+ const popupContainer = jsx(PopupContainer, {
152
150
  xcss: xcss,
153
151
  appearance: appearance,
154
152
  id: id,
@@ -70,9 +70,7 @@ export const Popup = /*#__PURE__*/memo(({
70
70
  });
71
71
  const renderPopperWrapper = jsx(Layering, {
72
72
  isDisabled: false
73
- }, jsx(PopperWrapper
74
- // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
75
- , {
73
+ }, jsx(PopperWrapper, {
76
74
  xcss: xcss,
77
75
  appearance: appearance,
78
76
  content: content,
@@ -159,9 +159,7 @@ export var PopupContent = function PopupContent(_ref4) {
159
159
  }
160
160
  var popperWrapper = /*#__PURE__*/React.createElement(Layering, {
161
161
  isDisabled: false
162
- }, /*#__PURE__*/React.createElement(PopperWrapper
163
- // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
164
- , {
162
+ }, /*#__PURE__*/React.createElement(PopperWrapper, {
165
163
  xcss: xcss,
166
164
  appearance: appearance,
167
165
  content: children,
@@ -156,9 +156,7 @@ function PopperWrapper(_ref) {
156
156
  style = _ref2.style,
157
157
  placement = _ref2.placement,
158
158
  update = _ref2.update;
159
- var popupContainer = jsx(PopupContainer
160
- // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
161
- , {
159
+ var popupContainer = jsx(PopupContainer, {
162
160
  xcss: xcss,
163
161
  appearance: appearance,
164
162
  id: id,
package/dist/esm/popup.js CHANGED
@@ -83,9 +83,7 @@ export var Popup = /*#__PURE__*/memo(function (_ref) {
83
83
  });
84
84
  var renderPopperWrapper = jsx(Layering, {
85
85
  isDisabled: false
86
- }, jsx(PopperWrapper
87
- // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
88
- , {
86
+ }, jsx(PopperWrapper, {
89
87
  xcss: xcss,
90
88
  appearance: appearance,
91
89
  content: content,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "A popup displays brief content in an overlay.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,10 +44,10 @@
44
44
  "@atlaskit/layering": "^2.0.0",
45
45
  "@atlaskit/platform-feature-flags": "^1.1.0",
46
46
  "@atlaskit/popper": "^7.0.0",
47
- "@atlaskit/portal": "^5.0.0",
48
- "@atlaskit/primitives": "^14.1.0",
49
- "@atlaskit/theme": "^17.0.0",
50
- "@atlaskit/tokens": "^4.3.0",
47
+ "@atlaskit/portal": "^5.1.0",
48
+ "@atlaskit/primitives": "^14.2.0",
49
+ "@atlaskit/theme": "^18.0.0",
50
+ "@atlaskit/tokens": "^4.5.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",
53
53
  "bind-event-listener": "^3.0.0",
@@ -60,24 +60,24 @@
60
60
  "react-dom": "^18.2.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@af/accessibility-testing": "*",
64
- "@af/integration-testing": "*",
65
- "@af/visual-regression": "*",
63
+ "@af/accessibility-testing": "^2.0.0",
64
+ "@af/integration-testing": "^0.5.0",
65
+ "@af/visual-regression": "^1.3.0",
66
66
  "@atlaskit/button": "^21.1.0",
67
67
  "@atlaskit/code": "^16.0.0",
68
- "@atlaskit/docs": "*",
68
+ "@atlaskit/docs": "^10.0.0",
69
69
  "@atlaskit/form": "^12.0.0",
70
- "@atlaskit/heading": "^5.0.0",
71
- "@atlaskit/icon": "^24.1.0",
70
+ "@atlaskit/heading": "^5.1.0",
71
+ "@atlaskit/icon": "^25.0.0",
72
72
  "@atlaskit/link": "^3.0.0",
73
- "@atlaskit/modal-dialog": "^13.0.0",
74
- "@atlaskit/section-message": "*",
75
- "@atlaskit/ssr": "*",
73
+ "@atlaskit/modal-dialog": "^13.4.0",
74
+ "@atlaskit/section-message": "^8.2.0",
75
+ "@atlaskit/ssr": "^0.4.0",
76
76
  "@atlaskit/textfield": "^8.0.0",
77
77
  "@atlaskit/toggle": "^15.0.0",
78
- "@atlaskit/visual-regression": "*",
79
- "@atlassian/feature-flags-test-utils": "*",
80
- "@compiled/react": "^0.18.2",
78
+ "@atlaskit/visual-regression": "^0.10.0",
79
+ "@atlassian/feature-flags-test-utils": "^0.3.0",
80
+ "@compiled/react": "^0.18.3",
81
81
  "@testing-library/react": "^13.4.0",
82
82
  "@testing-library/react-hooks": "^8.0.1",
83
83
  "@testing-library/user-event": "^14.4.3",