@atlaskit/popup 4.4.2 → 4.4.3

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,11 @@
1
1
  # @atlaskit/popup
2
2
 
3
+ ## 4.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 4.4.2
4
10
 
5
11
  ### Patch Changes
@@ -143,9 +143,7 @@ function PopperWrapper(_ref) {
143
143
  , {
144
144
  className: (0, _runtime.ax)([xcss,
145
145
  // @ts-expect-error: `ax` is not typed correctly
146
- !initialFocusRef &&
147
- // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
148
- (0, _platformFeatureFlags.fg)('platform-design-system-apply-popup-wrapper-focus') && focusRingStyles.root]),
146
+ !initialFocusRef && (0, _platformFeatureFlags.fg)('platform-design-system-apply-popup-wrapper-focus') && focusRingStyles.root]),
149
147
  appearance: appearance,
150
148
  id: id,
151
149
  "data-ds--level": currentLevel,
@@ -123,9 +123,7 @@ function PopperWrapper({
123
123
  , {
124
124
  className: ax([xcss,
125
125
  // @ts-expect-error: `ax` is not typed correctly
126
- !initialFocusRef &&
127
- // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
128
- fg('platform-design-system-apply-popup-wrapper-focus') && focusRingStyles.root]),
126
+ !initialFocusRef && fg('platform-design-system-apply-popup-wrapper-focus') && focusRingStyles.root]),
129
127
  appearance: appearance,
130
128
  id: id,
131
129
  "data-ds--level": currentLevel,
@@ -134,9 +134,7 @@ function PopperWrapper(_ref) {
134
134
  , {
135
135
  className: ax([xcss,
136
136
  // @ts-expect-error: `ax` is not typed correctly
137
- !initialFocusRef &&
138
- // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
139
- fg('platform-design-system-apply-popup-wrapper-focus') && focusRingStyles.root]),
137
+ !initialFocusRef && fg('platform-design-system-apply-popup-wrapper-focus') && focusRingStyles.root]),
140
138
  appearance: appearance,
141
139
  id: id,
142
140
  "data-ds--level": currentLevel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "4.4.2",
3
+ "version": "4.4.3",
4
4
  "description": "A popup displays brief content in an overlay.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,14 +32,14 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/css": "^0.14.0",
35
+ "@atlaskit/css": "^0.15.0",
36
36
  "@atlaskit/ds-lib": "^5.1.0",
37
- "@atlaskit/layering": "^3.0.0",
37
+ "@atlaskit/layering": "^3.1.0",
38
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
39
39
  "@atlaskit/popper": "^7.1.0",
40
40
  "@atlaskit/portal": "^5.1.0",
41
- "@atlaskit/primitives": "^14.15.0",
42
- "@atlaskit/tokens": "^6.4.0",
41
+ "@atlaskit/primitives": "^15.0.0",
42
+ "@atlaskit/tokens": "^6.5.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@compiled/react": "^0.18.3",
45
45
  "bind-event-listener": "^3.0.0",
@@ -55,14 +55,14 @@
55
55
  "@af/accessibility-testing": "workspace:^",
56
56
  "@af/integration-testing": "workspace:^",
57
57
  "@af/visual-regression": "workspace:^",
58
- "@atlaskit/button": "^23.4.0",
58
+ "@atlaskit/button": "^23.5.0",
59
59
  "@atlaskit/code": "^17.2.0",
60
60
  "@atlaskit/docs": "^11.1.0",
61
61
  "@atlaskit/form": "^14.2.0",
62
62
  "@atlaskit/heading": "^5.2.0",
63
- "@atlaskit/icon": "^28.3.0",
63
+ "@atlaskit/icon": "^28.5.0",
64
64
  "@atlaskit/link": "^3.2.0",
65
- "@atlaskit/modal-dialog": "^14.4.0",
65
+ "@atlaskit/modal-dialog": "^14.5.0",
66
66
  "@atlaskit/section-message": "^8.7.0",
67
67
  "@atlaskit/ssr": "workspace:^",
68
68
  "@atlaskit/textfield": "^8.0.0",