@atlaskit/select 21.2.7 → 21.2.9
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 +16 -0
- package/dist/cjs/PopupSelect/components.compiled.css +1 -1
- package/dist/cjs/PopupSelect/components.js +1 -1
- package/dist/es2019/PopupSelect/components.compiled.css +1 -1
- package/dist/es2019/PopupSelect/components.js +1 -1
- package/dist/esm/PopupSelect/components.compiled.css +1 -1
- package/dist/esm/PopupSelect/components.js +1 -1
- package/package.json +5 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/select
|
|
2
2
|
|
|
3
|
+
## 21.2.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`20056074447a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20056074447a2) -
|
|
8
|
+
Switch to more semantically accurate label prop in internal radio and radio group instances.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 21.2.8
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`23bcc5bbc9cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23bcc5bbc9cee) -
|
|
16
|
+
Internal changes to how border radius is applied.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 21.2.7
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}._12l2v77o{margin-inline-end:var(--ds-space-025,2px)}
|
|
3
3
|
._16qsu838{box-shadow:var(--_z6sjud)}
|
|
4
4
|
._1bsbzwfg{width:2pc}
|
|
5
5
|
._1pby16oo{z-index:510}
|
|
@@ -42,7 +42,7 @@ var MenuDialog = exports.MenuDialog = /*#__PURE__*/(0, _react.forwardRef)(functi
|
|
|
42
42
|
ref: ref,
|
|
43
43
|
id: id,
|
|
44
44
|
"data-testid": testId && "".concat(testId, "--menu"),
|
|
45
|
-
className: (0, _runtime.ax)(["
|
|
45
|
+
className: (0, _runtime.ax)(["_2rko12b0 _1pby16oo _bfhk1bhr _16qsu838"]),
|
|
46
46
|
style: _objectSpread(_objectSpread({}, style), {}, {
|
|
47
47
|
"--_z6sjud": (0, _runtime.ix)("var(--ds-shadow-overlay, ".concat("0 0 0 1px ".concat(_colors.N40A, ", 0 4px 11px ").concat(_colors.N40A), ")"))
|
|
48
48
|
})
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}._12l2v77o{margin-inline-end:var(--ds-space-025,2px)}
|
|
3
3
|
._16qs1s1a{box-shadow:var(--ds-shadow-overlay,0 0 0 1px rgba(9,30,66,.13),0 4px 11px rgba(9,30,66,.13))}
|
|
4
4
|
._1bsbzwfg{width:2pc}
|
|
5
5
|
._1pby16oo{z-index:510}
|
|
@@ -32,7 +32,7 @@ export const MenuDialog = /*#__PURE__*/forwardRef(({
|
|
|
32
32
|
style: style,
|
|
33
33
|
id: id,
|
|
34
34
|
"data-testid": testId && `${testId}--menu`,
|
|
35
|
-
className: ax(["
|
|
35
|
+
className: ax(["_2rko12b0 _1pby16oo _bfhk1bhr _16qs1s1a"])
|
|
36
36
|
}, children);
|
|
37
37
|
});
|
|
38
38
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}._12l2v77o{margin-inline-end:var(--ds-space-025,2px)}
|
|
3
3
|
._16qsu838{box-shadow:var(--_z6sjud)}
|
|
4
4
|
._1bsbzwfg{width:2pc}
|
|
5
5
|
._1pby16oo{z-index:510}
|
|
@@ -34,7 +34,7 @@ export var MenuDialog = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
34
34
|
ref: ref,
|
|
35
35
|
id: id,
|
|
36
36
|
"data-testid": testId && "".concat(testId, "--menu"),
|
|
37
|
-
className: ax(["
|
|
37
|
+
className: ax(["_2rko12b0 _1pby16oo _bfhk1bhr _16qsu838"]),
|
|
38
38
|
style: _objectSpread(_objectSpread({}, style), {}, {
|
|
39
39
|
"--_z6sjud": ix("var(--ds-shadow-overlay, ".concat("0 0 0 1px ".concat(N40A, ", 0 4px 11px ").concat(N40A), ")"))
|
|
40
40
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/select",
|
|
3
|
-
"version": "21.2.
|
|
3
|
+
"version": "21.2.9",
|
|
4
4
|
"description": "Select allows users to make a single selection or multiple selections from a list of options.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,24 +31,16 @@
|
|
|
31
31
|
"category": "Forms and input"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
-
"af:exports": {
|
|
35
|
-
"./AsyncSelect": "./src/entry-points/async-select.tsx",
|
|
36
|
-
"./Select": "./src/entry-points/select.tsx",
|
|
37
|
-
"./AsyncCreatableSelect": "./src/entry-points/async-creatable-select.tsx",
|
|
38
|
-
"./CreatableSelect": "./src/entry-points/creatable-select.tsx",
|
|
39
|
-
"./types": "./src/types.tsx",
|
|
40
|
-
".": "./src/index.tsx"
|
|
41
|
-
},
|
|
42
34
|
"dependencies": {
|
|
43
35
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
44
36
|
"@atlaskit/ds-lib": "^5.0.0",
|
|
45
37
|
"@atlaskit/icon": "^28.1.0",
|
|
46
38
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
47
|
-
"@atlaskit/primitives": "^14.
|
|
39
|
+
"@atlaskit/primitives": "^14.14.0",
|
|
48
40
|
"@atlaskit/react-select": "^3.5.0",
|
|
49
41
|
"@atlaskit/spinner": "^19.0.0",
|
|
50
42
|
"@atlaskit/theme": "^20.0.0",
|
|
51
|
-
"@atlaskit/tokens": "^6.
|
|
43
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
52
44
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
53
45
|
"@babel/runtime": "^7.0.0",
|
|
54
46
|
"@compiled/react": "^0.18.3",
|
|
@@ -70,12 +62,12 @@
|
|
|
70
62
|
"@atlaskit/checkbox": "^17.1.0",
|
|
71
63
|
"@atlaskit/docs": "^11.0.0",
|
|
72
64
|
"@atlaskit/drawer": "^11.0.0",
|
|
73
|
-
"@atlaskit/form": "^12.
|
|
65
|
+
"@atlaskit/form": "^12.5.0",
|
|
74
66
|
"@atlaskit/link": "^3.2.0",
|
|
75
67
|
"@atlaskit/logo": "^19.7.0",
|
|
76
68
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
77
69
|
"@atlaskit/radio": "^8.3.0",
|
|
78
|
-
"@atlaskit/section-message": "^8.
|
|
70
|
+
"@atlaskit/section-message": "^8.7.0",
|
|
79
71
|
"@atlassian/ssr-tests": "^0.3.0",
|
|
80
72
|
"@testing-library/react": "^13.4.0",
|
|
81
73
|
"@testing-library/user-event": "^14.4.3",
|