@atlaskit/menu 1.9.1 → 1.9.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,17 @@
1
1
  # @atlaskit/menu
2
2
 
3
+ ## 1.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.9.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal change to use shape tokens. There is no expected visual change.
14
+
3
15
  ## 1.9.1
4
16
 
5
17
  ### Patch Changes
@@ -136,7 +136,7 @@ var selectedNotchStyles = (0, _react2.css)({
136
136
  bottom: "var(--ds-space-150, 12px)",
137
137
  left: 0,
138
138
  background: "var(--ds-border-selected, transparent)",
139
- borderRadius: '0 4px 4px 0',
139
+ borderRadius: "0 ".concat("var(--ds-border-radius, 4px)", " ", "var(--ds-border-radius, 4px)", " 0"),
140
140
  content: '""'
141
141
  }
142
142
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/menu",
3
- "version": "1.9.1",
3
+ "version": "1.9.3",
4
4
  "sideEffects": false
5
5
  }
@@ -125,7 +125,7 @@ const selectedNotchStyles = css({
125
125
  bottom: "var(--ds-space-150, 12px)",
126
126
  left: 0,
127
127
  background: "var(--ds-border-selected, transparent)",
128
- borderRadius: '0 4px 4px 0',
128
+ borderRadius: `0 ${"var(--ds-border-radius, 4px)"} ${"var(--ds-border-radius, 4px)"} 0`,
129
129
  content: '""'
130
130
  }
131
131
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/menu",
3
- "version": "1.9.1",
3
+ "version": "1.9.3",
4
4
  "sideEffects": false
5
5
  }
@@ -128,7 +128,7 @@ var selectedNotchStyles = css({
128
128
  bottom: "var(--ds-space-150, 12px)",
129
129
  left: 0,
130
130
  background: "var(--ds-border-selected, transparent)",
131
- borderRadius: '0 4px 4px 0',
131
+ borderRadius: "0 ".concat("var(--ds-border-radius, 4px)", " ", "var(--ds-border-radius, 4px)", " 0"),
132
132
  content: '""'
133
133
  }
134
134
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/menu",
3
- "version": "1.9.1",
3
+ "version": "1.9.3",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/menu",
3
- "version": "1.9.1",
3
+ "version": "1.9.3",
4
4
  "description": "A collection of composable menu components that can be used anywhere.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -51,9 +51,9 @@
51
51
  "@atlaskit/ds-lib": "^2.2.0",
52
52
  "@atlaskit/focus-ring": "^1.3.0",
53
53
  "@atlaskit/platform-feature-flags": "^0.2.0",
54
- "@atlaskit/primitives": "^0.15.0",
54
+ "@atlaskit/primitives": "^0.16.0",
55
55
  "@atlaskit/theme": "^12.5.0",
56
- "@atlaskit/tokens": "^1.10.0",
56
+ "@atlaskit/tokens": "^1.11.0",
57
57
  "@babel/runtime": "^7.0.0",
58
58
  "@emotion/react": "^11.7.1"
59
59
  },
@@ -62,12 +62,6 @@
62
62
  "react-dom": "^16.8.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@atlaskit/button": "^16.8.0",
66
- "@atlaskit/docs": "*",
67
- "@atlaskit/icon": "^21.12.0",
68
- "@atlaskit/icon-file-type": "^6.4.0",
69
- "@atlaskit/icon-object": "^6.3.0",
70
- "@atlaskit/section-message": "^6.4.0",
71
65
  "@atlaskit/visual-regression": "*",
72
66
  "@atlaskit/webdriver-runner": "*",
73
67
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
@@ -116,4 +110,4 @@
116
110
  },
117
111
  "homepage": "https://atlassian.design/components/menu/",
118
112
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
119
- }
113
+ }