@atlaskit/select 21.8.4 → 21.10.0

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.
Files changed (74) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/async-creatable-select/package.json +17 -0
  3. package/async-select/package.json +17 -0
  4. package/checkbox-select/package.json +17 -0
  5. package/country-select/package.json +17 -0
  6. package/creatable-select/package.json +17 -0
  7. package/dist/cjs/entry-points/checkbox-select.js +13 -0
  8. package/dist/cjs/entry-points/country-select.js +13 -0
  9. package/dist/cjs/entry-points/grouped-options-announcement.js +12 -0
  10. package/dist/cjs/entry-points/input-options.js +18 -0
  11. package/dist/cjs/entry-points/popup-select.js +13 -0
  12. package/dist/cjs/entry-points/radio-select.js +13 -0
  13. package/dist/cjs/entry-points/react-select.js +24 -0
  14. package/dist/cjs/entry-points/types.js +1 -0
  15. package/dist/cjs/entry-points/use-async.js +12 -0
  16. package/dist/cjs/entry-points/use-creatable.js +12 -0
  17. package/dist/cjs/index.js +5 -5
  18. package/dist/cjs/select.js +1 -1
  19. package/dist/es2019/entry-points/checkbox-select.js +1 -0
  20. package/dist/es2019/entry-points/country-select.js +1 -0
  21. package/dist/es2019/entry-points/grouped-options-announcement.js +1 -0
  22. package/dist/es2019/entry-points/input-options.js +1 -0
  23. package/dist/es2019/entry-points/popup-select.js +1 -0
  24. package/dist/es2019/entry-points/radio-select.js +1 -0
  25. package/dist/es2019/entry-points/react-select.js +1 -0
  26. package/dist/es2019/entry-points/types.js +0 -0
  27. package/dist/es2019/entry-points/use-async.js +1 -0
  28. package/dist/es2019/entry-points/use-creatable.js +1 -0
  29. package/dist/es2019/index.js +3 -3
  30. package/dist/es2019/select.js +1 -1
  31. package/dist/esm/entry-points/checkbox-select.js +1 -0
  32. package/dist/esm/entry-points/country-select.js +1 -0
  33. package/dist/esm/entry-points/grouped-options-announcement.js +1 -0
  34. package/dist/esm/entry-points/input-options.js +1 -0
  35. package/dist/esm/entry-points/popup-select.js +1 -0
  36. package/dist/esm/entry-points/radio-select.js +1 -0
  37. package/dist/esm/entry-points/react-select.js +1 -0
  38. package/dist/esm/entry-points/types.js +0 -0
  39. package/dist/esm/entry-points/use-async.js +1 -0
  40. package/dist/esm/entry-points/use-creatable.js +1 -0
  41. package/dist/esm/index.js +3 -3
  42. package/dist/esm/select.js +1 -1
  43. package/dist/types/entry-points/checkbox-select.d.ts +1 -0
  44. package/dist/types/entry-points/country-select.d.ts +1 -0
  45. package/dist/types/entry-points/grouped-options-announcement.d.ts +1 -0
  46. package/dist/types/entry-points/input-options.d.ts +1 -0
  47. package/dist/types/entry-points/popup-select.d.ts +2 -0
  48. package/dist/types/entry-points/radio-select.d.ts +1 -0
  49. package/dist/types/entry-points/react-select.d.ts +1 -0
  50. package/dist/types/entry-points/types.d.ts +1 -0
  51. package/dist/types/entry-points/use-async.d.ts +1 -0
  52. package/dist/types/entry-points/use-creatable.d.ts +1 -0
  53. package/dist/types/index.d.ts +3 -3
  54. package/dist/types-ts4.5/entry-points/checkbox-select.d.ts +1 -0
  55. package/dist/types-ts4.5/entry-points/country-select.d.ts +1 -0
  56. package/dist/types-ts4.5/entry-points/grouped-options-announcement.d.ts +1 -0
  57. package/dist/types-ts4.5/entry-points/input-options.d.ts +1 -0
  58. package/dist/types-ts4.5/entry-points/popup-select.d.ts +2 -0
  59. package/dist/types-ts4.5/entry-points/radio-select.d.ts +1 -0
  60. package/dist/types-ts4.5/entry-points/react-select.d.ts +1 -0
  61. package/dist/types-ts4.5/entry-points/types.d.ts +1 -0
  62. package/dist/types-ts4.5/entry-points/use-async.d.ts +1 -0
  63. package/dist/types-ts4.5/entry-points/use-creatable.d.ts +1 -0
  64. package/dist/types-ts4.5/index.d.ts +3 -3
  65. package/grouped-options-announcement/package.json +17 -0
  66. package/input-options/package.json +17 -0
  67. package/package.json +2 -2
  68. package/popup-select/package.json +17 -0
  69. package/radio-select/package.json +17 -0
  70. package/react-select/package.json +17 -0
  71. package/select/package.json +17 -0
  72. package/types/package.json +5 -5
  73. package/use-async/package.json +17 -0
  74. package/use-creatable/package.json +17 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/select
2
2
 
3
+ ## 21.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`c4633b96ea393`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4633b96ea393) -
8
+ Autofix: add explicit package exports (barrel removal)
9
+
10
+ ## 21.9.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`d454bf5c04b6b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d454bf5c04b6b) -
15
+ Autofix: add explicit package exports (barrel removal)
16
+
3
17
  ## 21.8.4
4
18
 
5
19
  ### Patch Changes
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/select/async-creatable-select",
3
+ "main": "../dist/cjs/entry-points/async-creatable-select.js",
4
+ "module": "../dist/esm/entry-points/async-creatable-select.js",
5
+ "module:es2019": "../dist/es2019/entry-points/async-creatable-select.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/async-creatable-select.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/async-creatable-select.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/select/async-select",
3
+ "main": "../dist/cjs/entry-points/async-select.js",
4
+ "module": "../dist/esm/entry-points/async-select.js",
5
+ "module:es2019": "../dist/es2019/entry-points/async-select.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/async-select.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/async-select.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/select/checkbox-select",
3
+ "main": "../dist/cjs/entry-points/checkbox-select.js",
4
+ "module": "../dist/esm/entry-points/checkbox-select.js",
5
+ "module:es2019": "../dist/es2019/entry-points/checkbox-select.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/checkbox-select.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/checkbox-select.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/select/country-select",
3
+ "main": "../dist/cjs/entry-points/country-select.js",
4
+ "module": "../dist/esm/entry-points/country-select.js",
5
+ "module:es2019": "../dist/es2019/entry-points/country-select.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/country-select.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/country-select.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/select/creatable-select",
3
+ "main": "../dist/cjs/entry-points/creatable-select.js",
4
+ "module": "../dist/esm/entry-points/creatable-select.js",
5
+ "module:es2019": "../dist/es2019/entry-points/creatable-select.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/creatable-select.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/creatable-select.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "CheckboxSelect", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _checkboxSelect.default;
11
+ }
12
+ });
13
+ var _checkboxSelect = _interopRequireDefault(require("../checkbox-select"));
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "CountrySelect", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _countrySelect.default;
11
+ }
12
+ });
13
+ var _countrySelect = _interopRequireDefault(require("../country-select"));
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "isOptionsGrouped", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _groupedOptionsAnnouncement.isOptionsGrouped;
10
+ }
11
+ });
12
+ var _groupedOptionsAnnouncement = require("../utils/grouped-options-announcement");
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "CheckboxOption", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _inputOptions.CheckboxOption;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "RadioOption", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _inputOptions.RadioOption;
16
+ }
17
+ });
18
+ var _inputOptions = require("../components/input-options");
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "PopupSelect", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _popupSelect.default;
11
+ }
12
+ });
13
+ var _popupSelect = _interopRequireDefault(require("../popup-select/popup-select"));
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "RadioSelect", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _radioSelect.default;
11
+ }
12
+ });
13
+ var _radioSelect = _interopRequireDefault(require("../radio-select"));
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "components", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _reactSelect.components;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "createFilter", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _reactSelect.createFilter;
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "mergeStyles", {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _reactSelect.mergeStyles;
22
+ }
23
+ });
24
+ var _reactSelect = require("@atlaskit/react-select");
@@ -0,0 +1 @@
1
+ "use strict";
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "useAsync", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _async.useAsync;
10
+ }
11
+ });
12
+ var _async = require("@atlaskit/react-select/async");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "useCreatable", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _creatable.useCreatable;
10
+ }
11
+ });
12
+ var _creatable = require("@atlaskit/react-select/creatable");
package/dist/cjs/index.js CHANGED
@@ -98,18 +98,18 @@ Object.defineProperty(exports, "mergeStyles", {
98
98
  Object.defineProperty(exports, "useAsync", {
99
99
  enumerable: true,
100
100
  get: function get() {
101
- return _async.useAsync;
101
+ return _useAsync.useAsync;
102
102
  }
103
103
  });
104
104
  Object.defineProperty(exports, "useCreatable", {
105
105
  enumerable: true,
106
106
  get: function get() {
107
- return _creatable.useCreatable;
107
+ return _useCreatable.useCreatable;
108
108
  }
109
109
  });
110
- var _reactSelect = require("@atlaskit/react-select");
111
- var _async = require("@atlaskit/react-select/async");
112
- var _creatable = require("@atlaskit/react-select/creatable");
110
+ var _reactSelect = require("./entry-points/react-select");
111
+ var _useAsync = require("./entry-points/use-async");
112
+ var _useCreatable = require("./entry-points/use-creatable");
113
113
  var _inputOptions = require("./components/input-options");
114
114
  var _select = _interopRequireWildcard(require("./entry-points/select"));
115
115
  var _asyncSelect = _interopRequireDefault(require("./entry-points/async-select"));
@@ -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.8.4";
14
+ var packageVersion = "0.0.0-development";
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)({
@@ -0,0 +1 @@
1
+ export { default as CheckboxSelect } from '../checkbox-select';
@@ -0,0 +1 @@
1
+ export { default as CountrySelect } from '../country-select';
@@ -0,0 +1 @@
1
+ export { isOptionsGrouped } from '../utils/grouped-options-announcement';
@@ -0,0 +1 @@
1
+ export { CheckboxOption, RadioOption } from '../components/input-options';
@@ -0,0 +1 @@
1
+ export { default as PopupSelect } from '../popup-select/popup-select';
@@ -0,0 +1 @@
1
+ export { default as RadioSelect } from '../radio-select';
@@ -0,0 +1 @@
1
+ export { components, createFilter, mergeStyles } from '@atlaskit/react-select';
File without changes
@@ -0,0 +1 @@
1
+ export { useAsync } from '@atlaskit/react-select/async';
@@ -0,0 +1 @@
1
+ export { useCreatable } from '@atlaskit/react-select/creatable';
@@ -1,6 +1,6 @@
1
- export { components, createFilter, mergeStyles } from '@atlaskit/react-select';
2
- export { useAsync } from '@atlaskit/react-select/async';
3
- export { useCreatable } from '@atlaskit/react-select/creatable';
1
+ export { components, createFilter, mergeStyles } from './entry-points/react-select';
2
+ export { useAsync } from './entry-points/use-async';
3
+ export { useCreatable } from './entry-points/use-creatable';
4
4
  export { CheckboxOption, RadioOption } from './components/input-options';
5
5
  export { default, SelectWithoutAnalytics } from './entry-points/select';
6
6
  export { default as AsyncSelect } from './entry-points/async-select';
@@ -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.8.4";
6
+ const packageVersion = "0.0.0-development";
7
7
  export const SelectWithoutAnalytics = createSelect(AsyncSelect);
8
8
  const createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');
9
9
  const Select = withAnalyticsContext({
@@ -0,0 +1 @@
1
+ export { default as CheckboxSelect } from '../checkbox-select';
@@ -0,0 +1 @@
1
+ export { default as CountrySelect } from '../country-select';
@@ -0,0 +1 @@
1
+ export { isOptionsGrouped } from '../utils/grouped-options-announcement';
@@ -0,0 +1 @@
1
+ export { CheckboxOption, RadioOption } from '../components/input-options';
@@ -0,0 +1 @@
1
+ export { default as PopupSelect } from '../popup-select/popup-select';
@@ -0,0 +1 @@
1
+ export { default as RadioSelect } from '../radio-select';
@@ -0,0 +1 @@
1
+ export { components, createFilter, mergeStyles } from '@atlaskit/react-select';
File without changes
@@ -0,0 +1 @@
1
+ export { useAsync } from '@atlaskit/react-select/async';
@@ -0,0 +1 @@
1
+ export { useCreatable } from '@atlaskit/react-select/creatable';
package/dist/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export { components, createFilter, mergeStyles } from '@atlaskit/react-select';
2
- export { useAsync } from '@atlaskit/react-select/async';
3
- export { useCreatable } from '@atlaskit/react-select/creatable';
1
+ export { components, createFilter, mergeStyles } from './entry-points/react-select';
2
+ export { useAsync } from './entry-points/use-async';
3
+ export { useCreatable } from './entry-points/use-creatable';
4
4
  export { CheckboxOption, RadioOption } from './components/input-options';
5
5
  export { default, SelectWithoutAnalytics } from './entry-points/select';
6
6
  export { default as AsyncSelect } from './entry-points/async-select';
@@ -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.8.4";
6
+ var packageVersion = "0.0.0-development";
7
7
  export var SelectWithoutAnalytics = createSelect(AsyncSelect);
8
8
  var createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');
9
9
  var Select = withAnalyticsContext({
@@ -0,0 +1 @@
1
+ export { default as CheckboxSelect } from '../checkbox-select';
@@ -0,0 +1 @@
1
+ export { default as CountrySelect } from '../country-select';
@@ -0,0 +1 @@
1
+ export { isOptionsGrouped } from '../utils/grouped-options-announcement';
@@ -0,0 +1 @@
1
+ export { CheckboxOption, RadioOption } from '../components/input-options';
@@ -0,0 +1,2 @@
1
+ export { default as PopupSelect } from '../popup-select/popup-select';
2
+ export type { PopupSelectProps, ModifierList } from '../popup-select/popup-select';
@@ -0,0 +1 @@
1
+ export { default as RadioSelect } from '../radio-select';
@@ -0,0 +1 @@
1
+ export { components, createFilter, mergeStyles, type CSSObjectWithLabel, } from '@atlaskit/react-select';
@@ -0,0 +1 @@
1
+ export type { ActionMeta, AriaOnFocusProps, AsyncSelectProps, AtlaskitSelectRefType, ClearIndicatorProps, ControlProps, CreatableSelectProps, DropdownIndicatorProps, FormatOptionLabelMeta, GroupProps, GroupType, GroupedOptionsType, IndicatorsContainerProps, InputActionMeta, InputProps, LoadingIndicatorProps, MenuListComponentProps, MenuProps, MultiValueGenericProps, MultiValueProps, MultiValueRemoveProps, NoticeProps, OptionProps, OptionType, OptionsType, PlaceholderProps, ReactSelectProps, SelectComponentsConfig, SelectInstance, SelectProps, SingleValueProps, StylesConfig, ValidationState, ValueContainerProps, ValueType, } from '../types';
@@ -0,0 +1 @@
1
+ export { useAsync } from '@atlaskit/react-select/async';
@@ -0,0 +1 @@
1
+ export { useCreatable } from '@atlaskit/react-select/creatable';
@@ -1,6 +1,6 @@
1
- export { components, createFilter, mergeStyles, type CSSObjectWithLabel, } from '@atlaskit/react-select';
2
- export { useAsync } from '@atlaskit/react-select/async';
3
- export { useCreatable } from '@atlaskit/react-select/creatable';
1
+ export { components, createFilter, mergeStyles, type CSSObjectWithLabel, } from './entry-points/react-select';
2
+ export { useAsync } from './entry-points/use-async';
3
+ export { useCreatable } from './entry-points/use-creatable';
4
4
  export { CheckboxOption, RadioOption } from './components/input-options';
5
5
  export { default, SelectWithoutAnalytics } from './entry-points/select';
6
6
  export { default as AsyncSelect } from './entry-points/async-select';
@@ -0,0 +1 @@
1
+ export { default as CheckboxSelect } from '../checkbox-select';
@@ -0,0 +1 @@
1
+ export { default as CountrySelect } from '../country-select';
@@ -0,0 +1 @@
1
+ export { isOptionsGrouped } from '../utils/grouped-options-announcement';
@@ -0,0 +1 @@
1
+ export { CheckboxOption, RadioOption } from '../components/input-options';
@@ -0,0 +1,2 @@
1
+ export { default as PopupSelect } from '../popup-select/popup-select';
2
+ export type { PopupSelectProps, ModifierList } from '../popup-select/popup-select';
@@ -0,0 +1 @@
1
+ export { default as RadioSelect } from '../radio-select';
@@ -0,0 +1 @@
1
+ export { components, createFilter, mergeStyles, type CSSObjectWithLabel, } from '@atlaskit/react-select';
@@ -0,0 +1 @@
1
+ export type { ActionMeta, AriaOnFocusProps, AsyncSelectProps, AtlaskitSelectRefType, ClearIndicatorProps, ControlProps, CreatableSelectProps, DropdownIndicatorProps, FormatOptionLabelMeta, GroupProps, GroupType, GroupedOptionsType, IndicatorsContainerProps, InputActionMeta, InputProps, LoadingIndicatorProps, MenuListComponentProps, MenuProps, MultiValueGenericProps, MultiValueProps, MultiValueRemoveProps, NoticeProps, OptionProps, OptionType, OptionsType, PlaceholderProps, ReactSelectProps, SelectComponentsConfig, SelectInstance, SelectProps, SingleValueProps, StylesConfig, ValidationState, ValueContainerProps, ValueType, } from '../types';
@@ -0,0 +1 @@
1
+ export { useAsync } from '@atlaskit/react-select/async';
@@ -0,0 +1 @@
1
+ export { useCreatable } from '@atlaskit/react-select/creatable';
@@ -1,6 +1,6 @@
1
- export { components, createFilter, mergeStyles, type CSSObjectWithLabel, } from '@atlaskit/react-select';
2
- export { useAsync } from '@atlaskit/react-select/async';
3
- export { useCreatable } from '@atlaskit/react-select/creatable';
1
+ export { components, createFilter, mergeStyles, type CSSObjectWithLabel, } from './entry-points/react-select';
2
+ export { useAsync } from './entry-points/use-async';
3
+ export { useCreatable } from './entry-points/use-creatable';
4
4
  export { CheckboxOption, RadioOption } from './components/input-options';
5
5
  export { default, SelectWithoutAnalytics } from './entry-points/select';
6
6
  export { default as AsyncSelect } from './entry-points/async-select';
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/select/grouped-options-announcement",
3
+ "main": "../dist/cjs/entry-points/grouped-options-announcement.js",
4
+ "module": "../dist/esm/entry-points/grouped-options-announcement.js",
5
+ "module:es2019": "../dist/es2019/entry-points/grouped-options-announcement.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/grouped-options-announcement.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/grouped-options-announcement.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/select/input-options",
3
+ "main": "../dist/cjs/entry-points/input-options.js",
4
+ "module": "../dist/esm/entry-points/input-options.js",
5
+ "module:es2019": "../dist/es2019/entry-points/input-options.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/input-options.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/input-options.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/select",
3
- "version": "21.8.4",
3
+ "version": "21.10.0",
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/"
@@ -65,7 +65,7 @@
65
65
  "@atlaskit/form": "^15.5.0",
66
66
  "@atlaskit/link": "^3.3.0",
67
67
  "@atlaskit/logo": "^19.10.0",
68
- "@atlaskit/modal-dialog": "^14.13.0",
68
+ "@atlaskit/modal-dialog": "^14.14.0",
69
69
  "@atlaskit/radio": "^8.4.0",
70
70
  "@atlaskit/section-message": "^8.12.0",
71
71
  "@atlassian/feature-flags-test-utils": "^1.0.0",
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/select/popup-select",
3
+ "main": "../dist/cjs/entry-points/popup-select.js",
4
+ "module": "../dist/esm/entry-points/popup-select.js",
5
+ "module:es2019": "../dist/es2019/entry-points/popup-select.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/popup-select.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/popup-select.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/select/radio-select",
3
+ "main": "../dist/cjs/entry-points/radio-select.js",
4
+ "module": "../dist/esm/entry-points/radio-select.js",
5
+ "module:es2019": "../dist/es2019/entry-points/radio-select.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/radio-select.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/radio-select.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/select/react-select",
3
+ "main": "../dist/cjs/entry-points/react-select.js",
4
+ "module": "../dist/esm/entry-points/react-select.js",
5
+ "module:es2019": "../dist/es2019/entry-points/react-select.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/react-select.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/react-select.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/select/select",
3
+ "main": "../dist/cjs/entry-points/select.js",
4
+ "module": "../dist/esm/entry-points/select.js",
5
+ "module:es2019": "../dist/es2019/entry-points/select.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/select.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/select.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@atlaskit/select/types",
3
- "main": "../dist/cjs/types.js",
4
- "module": "../dist/esm/types.js",
5
- "module:es2019": "../dist/es2019/types.js",
3
+ "main": "../dist/cjs/entry-points/types.js",
4
+ "module": "../dist/esm/entry-points/types.js",
5
+ "module:es2019": "../dist/es2019/entry-points/types.js",
6
6
  "sideEffects": [
7
7
  "**/*.compiled.css"
8
8
  ],
9
- "types": "../dist/types/types.d.ts",
9
+ "types": "../dist/types/entry-points/types.d.ts",
10
10
  "typesVersions": {
11
11
  ">=4.5 <5.9": {
12
12
  "*": [
13
- "../dist/types-ts4.5/types.d.ts"
13
+ "../dist/types-ts4.5/entry-points/types.d.ts"
14
14
  ]
15
15
  }
16
16
  }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/select/use-async",
3
+ "main": "../dist/cjs/entry-points/use-async.js",
4
+ "module": "../dist/esm/entry-points/use-async.js",
5
+ "module:es2019": "../dist/es2019/entry-points/use-async.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/use-async.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/use-async.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/select/use-creatable",
3
+ "main": "../dist/cjs/entry-points/use-creatable.js",
4
+ "module": "../dist/esm/entry-points/use-creatable.js",
5
+ "module:es2019": "../dist/es2019/entry-points/use-creatable.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/use-creatable.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/use-creatable.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }