@atlaskit/popper 5.5.3 → 5.5.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,11 @@
1
1
  # @atlaskit/popper
2
2
 
3
+ ## 5.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9af31f3c1ae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9af31f3c1ae) - Delete version.json
8
+
3
9
  ## 5.5.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/popper",
3
- "version": "5.5.3",
3
+ "version": "5.5.4",
4
4
  "description": "A wrapper for React Popper for situations which require a bespoke popup where other ADS components are deemed unsuitable",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -12,32 +12,19 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
- "typesVersions": {
16
- ">=4.5 <4.9": {
17
- "*": [
18
- "dist/types-ts4.5/*",
19
- "dist/types-ts4.5/index.d.ts"
20
- ]
21
- }
22
- },
23
15
  "sideEffects": false,
24
16
  "atlaskit:src": "src/index.tsx",
25
17
  "atlassian": {
26
18
  "team": "Design System Team",
27
- "releaseModel": "continuous",
28
19
  "productPushConsumption": [
29
20
  "jira"
30
21
  ],
22
+ "releaseModel": "continuous",
31
23
  "website": {
32
24
  "name": "Popper",
33
25
  "category": "Libraries"
34
26
  }
35
27
  },
36
- "af:exports": {
37
- ".": "./src/index.tsx",
38
- "./Popper": "./src/popper.tsx",
39
- "./in-product": "./src/in-product.tsx"
40
- },
41
28
  "dependencies": {
42
29
  "@atlaskit/in-product-testing": "^0.2.0",
43
30
  "@babel/runtime": "^7.0.0",
@@ -48,13 +35,10 @@
48
35
  "react": "^16.8.0"
49
36
  },
50
37
  "devDependencies": {
51
- "@atlaskit/button": "^16.7.0",
52
- "@atlaskit/docs": "*",
38
+ "@af/accessibility-testing": "*",
39
+ "@af/visual-regression": "*",
53
40
  "@atlaskit/ds-lib": "^2.2.0",
54
- "@atlaskit/section-message": "^6.4.0",
55
41
  "@atlaskit/ssr": "*",
56
- "@atlaskit/theme": "^12.5.0",
57
- "@atlaskit/tokens": "^1.4.0",
58
42
  "@atlaskit/visual-regression": "*",
59
43
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
60
44
  "@emotion/react": "^11.7.1",
@@ -93,6 +77,19 @@
93
77
  ]
94
78
  }
95
79
  },
80
+ "typesVersions": {
81
+ ">=4.5 <4.9": {
82
+ "*": [
83
+ "dist/types-ts4.5/*",
84
+ "dist/types-ts4.5/index.d.ts"
85
+ ]
86
+ }
87
+ },
88
+ "af:exports": {
89
+ ".": "./src/index.tsx",
90
+ "./Popper": "./src/popper.tsx",
91
+ "./in-product": "./src/in-product.tsx"
92
+ },
96
93
  "homepage": "https://atlassian.design/components/popper",
97
94
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
98
95
  }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/popper",
3
- "version": "5.5.3",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/popper",
3
- "version": "5.5.3",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/popper",
3
- "version": "5.5.3",
4
- "sideEffects": false
5
- }