@atlaskit/select 21.7.3 → 21.7.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 +7 -0
- package/dist/cjs/components/input-options.compiled.css +2 -2
- package/dist/cjs/components/input-options.js +1 -1
- package/dist/cjs/select.js +1 -1
- package/dist/es2019/components/input-options.compiled.css +2 -2
- package/dist/es2019/components/input-options.js +1 -1
- package/dist/es2019/select.js +1 -1
- package/dist/esm/components/input-options.compiled.css +2 -2
- package/dist/esm/components/input-options.js +1 -1
- package/dist/esm/select.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
._1bsb1tcg{width:24px}
|
|
9
9
|
._1bto1l2s{text-overflow:ellipsis}
|
|
10
10
|
._1e0c1txw{display:flex}
|
|
11
|
+
._1gqp1ihb svg rect{stroke:var(--ds-border-bold,#7d818a)}
|
|
11
12
|
._1gqp1r31 svg rect{stroke:currentColor}
|
|
12
|
-
._1gqprsbi svg rect{stroke:var(--ds-border-input,#8c8f97)}
|
|
13
13
|
._1o9zidpf{flex-shrink:0}
|
|
14
14
|
._1q511b66{padding-block-start:var(--ds-space-050,4px)}
|
|
15
15
|
._1reo15vq{overflow-x:hidden}
|
|
16
|
+
._1u9j1ihb svg circle:first-of-type{stroke:var(--ds-border-bold,#7d818a)}
|
|
16
17
|
._1u9j1r31 svg circle:first-of-type{stroke:currentColor}
|
|
17
|
-
._1u9jrsbi svg circle:first-of-type{stroke:var(--ds-border-input,#8c8f97)}
|
|
18
18
|
._1xci892t svg rect{stroke-linejoin:round}
|
|
19
19
|
._4cvr1h6o{align-items:center}
|
|
20
20
|
._4t3i1tcg{height:24px}
|
package/dist/cjs/select.js
CHANGED
|
@@ -11,7 +11,7 @@ var _createSelect = _interopRequireDefault(require("./create-select"));
|
|
|
11
11
|
/* eslint-disable @repo/internal/react/require-jsdoc */
|
|
12
12
|
|
|
13
13
|
var packageName = "@atlaskit/select";
|
|
14
|
-
var packageVersion = "21.7.
|
|
14
|
+
var packageVersion = "21.7.3";
|
|
15
15
|
var SelectWithoutAnalytics = exports.SelectWithoutAnalytics = (0, _createSelect.default)(_async.default);
|
|
16
16
|
var createAndFireEventOnAtlaskit = (0, _analyticsNext.createAndFireEvent)('atlaskit');
|
|
17
17
|
var Select = (0, _analyticsNext.withAnalyticsContext)({
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
._1bsb1tcg{width:24px}
|
|
9
9
|
._1bto1l2s{text-overflow:ellipsis}
|
|
10
10
|
._1e0c1txw{display:flex}
|
|
11
|
+
._1gqp1ihb svg rect{stroke:var(--ds-border-bold,#7d818a)}
|
|
11
12
|
._1gqp1r31 svg rect{stroke:currentColor}
|
|
12
|
-
._1gqprsbi svg rect{stroke:var(--ds-border-input,#8c8f97)}
|
|
13
13
|
._1o9zidpf{flex-shrink:0}
|
|
14
14
|
._1q511b66{padding-block-start:var(--ds-space-050,4px)}
|
|
15
15
|
._1reo15vq{overflow-x:hidden}
|
|
16
|
+
._1u9j1ihb svg circle:first-of-type{stroke:var(--ds-border-bold,#7d818a)}
|
|
16
17
|
._1u9j1r31 svg circle:first-of-type{stroke:currentColor}
|
|
17
|
-
._1u9jrsbi svg circle:first-of-type{stroke:var(--ds-border-input,#8c8f97)}
|
|
18
18
|
._1xci892t svg rect{stroke-linejoin:round}
|
|
19
19
|
._4cvr1h6o{align-items:center}
|
|
20
20
|
._4t3i1tcg{height:24px}
|
package/dist/es2019/select.js
CHANGED
|
@@ -3,7 +3,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
|
|
|
3
3
|
import AsyncSelect from '@atlaskit/react-select/async';
|
|
4
4
|
import createSelect from './create-select';
|
|
5
5
|
const packageName = "@atlaskit/select";
|
|
6
|
-
const packageVersion = "21.7.
|
|
6
|
+
const packageVersion = "21.7.3";
|
|
7
7
|
export const SelectWithoutAnalytics = createSelect(AsyncSelect);
|
|
8
8
|
const createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');
|
|
9
9
|
const Select = withAnalyticsContext({
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
._1bsb1tcg{width:24px}
|
|
9
9
|
._1bto1l2s{text-overflow:ellipsis}
|
|
10
10
|
._1e0c1txw{display:flex}
|
|
11
|
+
._1gqp1ihb svg rect{stroke:var(--ds-border-bold,#7d818a)}
|
|
11
12
|
._1gqp1r31 svg rect{stroke:currentColor}
|
|
12
|
-
._1gqprsbi svg rect{stroke:var(--ds-border-input,#8c8f97)}
|
|
13
13
|
._1o9zidpf{flex-shrink:0}
|
|
14
14
|
._1q511b66{padding-block-start:var(--ds-space-050,4px)}
|
|
15
15
|
._1reo15vq{overflow-x:hidden}
|
|
16
|
+
._1u9j1ihb svg circle:first-of-type{stroke:var(--ds-border-bold,#7d818a)}
|
|
16
17
|
._1u9j1r31 svg circle:first-of-type{stroke:currentColor}
|
|
17
|
-
._1u9jrsbi svg circle:first-of-type{stroke:var(--ds-border-input,#8c8f97)}
|
|
18
18
|
._1xci892t svg rect{stroke-linejoin:round}
|
|
19
19
|
._4cvr1h6o{align-items:center}
|
|
20
20
|
._4t3i1tcg{height:24px}
|
package/dist/esm/select.js
CHANGED
|
@@ -3,7 +3,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
|
|
|
3
3
|
import AsyncSelect from '@atlaskit/react-select/async';
|
|
4
4
|
import createSelect from './create-select';
|
|
5
5
|
var packageName = "@atlaskit/select";
|
|
6
|
-
var packageVersion = "21.7.
|
|
6
|
+
var packageVersion = "21.7.3";
|
|
7
7
|
export var SelectWithoutAnalytics = createSelect(AsyncSelect);
|
|
8
8
|
var createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');
|
|
9
9
|
var Select = withAnalyticsContext({
|
package/package.json
CHANGED