@atlaskit/popup 1.19.0 → 1.19.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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/popup
2
2
 
3
+ ## 1.19.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#114683](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114683)
8
+ [`ff0815316ab38`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ff0815316ab38) -
9
+ Removes usage of custom theme button in places where its API is not being used and the default
10
+ button is able to be used instead. This should give a slight performance (runtime) improvement.
11
+
12
+ ## 1.19.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 1.19.0
4
19
 
5
20
  ### Minor Changes
@@ -7,7 +7,7 @@ import { useState } from 'react';
7
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
8
  import { css, jsx } from '@emotion/react';
9
9
 
10
- import Button from '@atlaskit/button/custom-theme-button';
10
+ import Button from '@atlaskit/button';
11
11
  import MediaServicesAddCommentIcon from '@atlaskit/icon/glyph/media-services/add-comment';
12
12
 
13
13
  import Popup from '../src';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "1.19.0",
3
+ "version": "1.19.2",
4
4
  "description": "A popup displays brief content in an overlay.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -45,9 +45,9 @@
45
45
  "@atlaskit/platform-feature-flags": "^0.2.0",
46
46
  "@atlaskit/popper": "^6.1.0",
47
47
  "@atlaskit/portal": "^4.6.0",
48
- "@atlaskit/primitives": "^7.4.0",
49
- "@atlaskit/theme": "^12.10.0",
50
- "@atlaskit/tokens": "^1.51.0",
48
+ "@atlaskit/primitives": "^8.2.0",
49
+ "@atlaskit/theme": "^12.11.0",
50
+ "@atlaskit/tokens": "^1.53.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",
53
53
  "bind-event-listener": "^3.0.0",
@@ -63,7 +63,7 @@
63
63
  "devDependencies": {
64
64
  "@af/accessibility-testing": "*",
65
65
  "@af/visual-regression": "*",
66
- "@atlaskit/button": "^17.17.0",
66
+ "@atlaskit/button": "^18.0.0",
67
67
  "@atlaskit/icon": "^22.4.0",
68
68
  "@atlaskit/ssr": "*",
69
69
  "@atlaskit/textfield": "^6.4.0",