@atlaskit/popup 1.3.1 → 1.3.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,13 @@
|
|
|
1
1
|
# @atlaskit/popup
|
|
2
2
|
|
|
3
|
+
## 1.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
|
|
8
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 1.3.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -33,9 +33,9 @@ var popupStyles = (0, _core.css)({
|
|
|
33
33
|
boxSizing: 'border-box',
|
|
34
34
|
zIndex: _constants.layers.layer(),
|
|
35
35
|
flex: '1 1 auto',
|
|
36
|
-
backgroundColor: "var(--ds-
|
|
36
|
+
backgroundColor: "var(--ds-surface-overlay, ".concat(_colors.N0, ")"),
|
|
37
37
|
borderRadius: "".concat((0, _constants.borderRadius)(), "px"),
|
|
38
|
-
boxShadow: "var(--ds-overlay, ".concat("0 4px 8px -2px ".concat(_colors.N50A, ", 0 0 1px ").concat(_colors.N60A), ")"),
|
|
38
|
+
boxShadow: "var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(_colors.N50A, ", 0 0 1px ").concat(_colors.N60A), ")"),
|
|
39
39
|
overflow: 'auto',
|
|
40
40
|
':focus': {
|
|
41
41
|
outline: 'none'
|
package/dist/cjs/version.json
CHANGED
|
@@ -14,9 +14,9 @@ const popupStyles = css({
|
|
|
14
14
|
boxSizing: 'border-box',
|
|
15
15
|
zIndex: layers.layer(),
|
|
16
16
|
flex: '1 1 auto',
|
|
17
|
-
backgroundColor: `var(--ds-
|
|
17
|
+
backgroundColor: `var(--ds-surface-overlay, ${N0})`,
|
|
18
18
|
borderRadius: `${borderRadius()}px`,
|
|
19
|
-
boxShadow: `var(--ds-overlay, ${`0 4px 8px -2px ${N50A}, 0 0 1px ${N60A}`})`,
|
|
19
|
+
boxShadow: `var(--ds-shadow-overlay, ${`0 4px 8px -2px ${N50A}, 0 0 1px ${N60A}`})`,
|
|
20
20
|
overflow: 'auto',
|
|
21
21
|
':focus': {
|
|
22
22
|
outline: 'none'
|
package/dist/es2019/version.json
CHANGED
|
@@ -15,9 +15,9 @@ var popupStyles = css({
|
|
|
15
15
|
boxSizing: 'border-box',
|
|
16
16
|
zIndex: layers.layer(),
|
|
17
17
|
flex: '1 1 auto',
|
|
18
|
-
backgroundColor: "var(--ds-
|
|
18
|
+
backgroundColor: "var(--ds-surface-overlay, ".concat(N0, ")"),
|
|
19
19
|
borderRadius: "".concat(borderRadius(), "px"),
|
|
20
|
-
boxShadow: "var(--ds-overlay, ".concat("0 4px 8px -2px ".concat(N50A, ", 0 0 1px ").concat(N60A), ")"),
|
|
20
|
+
boxShadow: "var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(N50A, ", 0 0 1px ").concat(N60A), ")"),
|
|
21
21
|
overflow: 'auto',
|
|
22
22
|
':focus': {
|
|
23
23
|
outline: 'none'
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/popup",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "A portalled popup primitive that is tied to a trigger element.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@atlaskit/popper": "^5.0.0",
|
|
30
30
|
"@atlaskit/portal": "^4.0.0",
|
|
31
31
|
"@atlaskit/theme": "^12.1.0",
|
|
32
|
-
"@atlaskit/tokens": "^0.
|
|
32
|
+
"@atlaskit/tokens": "^0.6.0",
|
|
33
33
|
"@babel/runtime": "^7.0.0",
|
|
34
34
|
"@emotion/core": "^10.0.9",
|
|
35
35
|
"bind-event-listener": "^1.0.2",
|