@atlaskit/select 21.10.0 → 21.10.1
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 +8 -0
- package/dist/cjs/components/input-options.compiled.css +1 -1
- package/dist/cjs/components/input-options.js +1 -1
- package/dist/es2019/components/input-options.compiled.css +1 -1
- package/dist/es2019/components/input-options.js +1 -1
- package/dist/esm/components/input-options.compiled.css +1 -1
- package/dist/esm/components/input-options.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/select
|
|
2
2
|
|
|
3
|
+
## 21.10.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e2085d35701ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e2085d35701ca) -
|
|
8
|
+
Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 21.10.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
._lcxvglyw{pointer-events:none}
|
|
28
28
|
._lswuvuon{fill:var(--ds-surface,#fff)}
|
|
29
29
|
._o5721q9c{white-space:nowrap}
|
|
30
|
-
.
|
|
30
|
+
._syaz1gmx{color:var(--ds-text-disabled,#080f214a)}
|
|
31
31
|
._syaz1kw7{color:inherit}
|
|
32
32
|
._uiztglyw{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
33
33
|
._vchhusvi{box-sizing:border-box}
|
|
@@ -17,7 +17,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
17
17
|
var optionStyles = {
|
|
18
18
|
default: "_1e0c1txw _4cvr1h6o _1bsb1osq _uiztglyw _18ql1j7p _vchhusvi _85i51b66 _1q511b66 _bozgpxbi _y4tiutpp _bfhk1j28 _16qs1kw7 _syaz1kw7 _1di6fcek",
|
|
19
19
|
focused: "_bfhk1dpa _16qsgkog _112e5u6v",
|
|
20
|
-
disabled: "
|
|
20
|
+
disabled: "_syaz1gmx"
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
// state of the parent option
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
._lcxvglyw{pointer-events:none}
|
|
28
28
|
._lswuvuon{fill:var(--ds-surface,#fff)}
|
|
29
29
|
._o5721q9c{white-space:nowrap}
|
|
30
|
-
.
|
|
30
|
+
._syaz1gmx{color:var(--ds-text-disabled,#080f214a)}
|
|
31
31
|
._syaz1kw7{color:inherit}
|
|
32
32
|
._uiztglyw{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
33
33
|
._vchhusvi{box-sizing:border-box}
|
|
@@ -7,7 +7,7 @@ import { useCallback, useMemo, useState } from 'react';
|
|
|
7
7
|
const optionStyles = {
|
|
8
8
|
default: "_1e0c1txw _4cvr1h6o _1bsb1osq _uiztglyw _18ql1j7p _vchhusvi _85i51b66 _1q511b66 _bozgpxbi _y4tiutpp _bfhk1j28 _16qs1kw7 _syaz1kw7 _1di6fcek",
|
|
9
9
|
focused: "_bfhk1dpa _16qsgkog _112e5u6v",
|
|
10
|
-
disabled: "
|
|
10
|
+
disabled: "_syaz1gmx"
|
|
11
11
|
};
|
|
12
12
|
|
|
13
13
|
// state of the parent option
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
._lcxvglyw{pointer-events:none}
|
|
28
28
|
._lswuvuon{fill:var(--ds-surface,#fff)}
|
|
29
29
|
._o5721q9c{white-space:nowrap}
|
|
30
|
-
.
|
|
30
|
+
._syaz1gmx{color:var(--ds-text-disabled,#080f214a)}
|
|
31
31
|
._syaz1kw7{color:inherit}
|
|
32
32
|
._uiztglyw{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
33
33
|
._vchhusvi{box-sizing:border-box}
|
|
@@ -8,7 +8,7 @@ import { useCallback, useMemo, useState } from 'react';
|
|
|
8
8
|
var optionStyles = {
|
|
9
9
|
default: "_1e0c1txw _4cvr1h6o _1bsb1osq _uiztglyw _18ql1j7p _vchhusvi _85i51b66 _1q511b66 _bozgpxbi _y4tiutpp _bfhk1j28 _16qs1kw7 _syaz1kw7 _1di6fcek",
|
|
10
10
|
focused: "_bfhk1dpa _16qsgkog _112e5u6v",
|
|
11
|
-
disabled: "
|
|
11
|
+
disabled: "_syaz1gmx"
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
// state of the parent option
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/select",
|
|
3
|
-
"version": "21.10.
|
|
3
|
+
"version": "21.10.1",
|
|
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/"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/analytics-next": "^11.2.0",
|
|
36
36
|
"@atlaskit/ds-lib": "^6.0.0",
|
|
37
|
-
"@atlaskit/icon": "^
|
|
37
|
+
"@atlaskit/icon": "^34.0.0",
|
|
38
38
|
"@atlaskit/layering": "^3.6.0",
|
|
39
39
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
40
40
|
"@atlaskit/primitives": "^18.1.0",
|