@atlaskit/react-select 3.15.5 → 3.16.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.
- package/CHANGELOG.md +11 -0
- package/accessibility/package.json +17 -0
- package/async/package.json +5 -5
- package/async-creatable/package.json +5 -5
- package/base/package.json +5 -5
- package/clear-indicator/package.json +17 -0
- package/components/package.json +17 -0
- package/control/package.json +17 -0
- package/creatable/package.json +5 -5
- package/dist/cjs/builtins.js +28 -15
- package/dist/cjs/colors.js +25 -0
- package/dist/cjs/entry-points/accessibility.js +12 -0
- package/dist/cjs/entry-points/async-creatable.js +13 -0
- package/dist/cjs/entry-points/async.js +20 -0
- package/dist/cjs/entry-points/base.js +20 -0
- package/dist/cjs/entry-points/clear-indicator.js +12 -0
- package/dist/cjs/entry-points/components.js +18 -0
- package/dist/cjs/entry-points/control.js +13 -0
- package/dist/cjs/entry-points/creatable.js +20 -0
- package/dist/cjs/entry-points/dropdown-indicator.js +12 -0
- package/dist/cjs/entry-points/filters.js +12 -0
- package/dist/cjs/entry-points/group-heading.js +12 -0
- package/dist/cjs/entry-points/group.js +13 -0
- package/dist/cjs/entry-points/indicators-container.js +12 -0
- package/dist/cjs/entry-points/input.js +13 -0
- package/dist/cjs/entry-points/loading-indicator.js +12 -0
- package/dist/cjs/entry-points/menu-list.js +12 -0
- package/dist/cjs/entry-points/menu-portal.js +12 -0
- package/dist/cjs/entry-points/menu.js +13 -0
- package/dist/cjs/entry-points/multi-value-remove.js +12 -0
- package/dist/cjs/entry-points/multi-value.js +13 -0
- package/dist/cjs/entry-points/option.js +13 -0
- package/dist/cjs/entry-points/placeholder.js +13 -0
- package/dist/cjs/entry-points/select-container.js +12 -0
- package/dist/cjs/entry-points/single-value.js +13 -0
- package/dist/cjs/entry-points/state-manager.js +13 -0
- package/dist/cjs/entry-points/styles.js +12 -0
- package/dist/cjs/entry-points/types.js +1 -0
- package/dist/cjs/entry-points/use-async.js +13 -0
- package/dist/cjs/entry-points/use-creatable.js +13 -0
- package/dist/cjs/entry-points/use-state-manager.js +13 -0
- package/dist/cjs/entry-points/value-container.js +12 -0
- package/dist/cjs/format-group-label.js +11 -0
- package/dist/cjs/get-option-label.js +11 -0
- package/dist/cjs/get-option-value.js +11 -0
- package/dist/cjs/is-option-disabled.js +11 -0
- package/dist/cjs/theme.js +9 -21
- package/dist/es2019/builtins.js +4 -4
- package/dist/es2019/colors.js +19 -0
- package/dist/es2019/entry-points/accessibility.js +1 -0
- package/dist/es2019/entry-points/async-creatable.js +1 -0
- package/dist/es2019/entry-points/async.js +2 -0
- package/dist/es2019/entry-points/base.js +2 -0
- package/dist/es2019/entry-points/clear-indicator.js +1 -0
- package/dist/es2019/entry-points/components.js +1 -0
- package/dist/es2019/entry-points/control.js +1 -0
- package/dist/es2019/entry-points/creatable.js +2 -0
- package/dist/es2019/entry-points/dropdown-indicator.js +1 -0
- package/dist/es2019/entry-points/filters.js +1 -0
- package/dist/es2019/entry-points/group-heading.js +1 -0
- package/dist/es2019/entry-points/group.js +1 -0
- package/dist/es2019/entry-points/indicators-container.js +1 -0
- package/dist/es2019/entry-points/input.js +1 -0
- package/dist/es2019/entry-points/loading-indicator.js +1 -0
- package/dist/es2019/entry-points/menu-list.js +1 -0
- package/dist/es2019/entry-points/menu-portal.js +1 -0
- package/dist/es2019/entry-points/menu.js +1 -0
- package/dist/es2019/entry-points/multi-value-remove.js +1 -0
- package/dist/es2019/entry-points/multi-value.js +1 -0
- package/dist/es2019/entry-points/option.js +1 -0
- package/dist/es2019/entry-points/placeholder.js +1 -0
- package/dist/es2019/entry-points/select-container.js +1 -0
- package/dist/es2019/entry-points/single-value.js +1 -0
- package/dist/es2019/entry-points/state-manager.js +1 -0
- package/dist/es2019/entry-points/styles.js +1 -0
- package/dist/es2019/entry-points/types.js +0 -0
- package/dist/es2019/entry-points/use-async.js +1 -0
- package/dist/es2019/entry-points/use-creatable.js +1 -0
- package/dist/es2019/entry-points/use-state-manager.js +1 -0
- package/dist/es2019/entry-points/value-container.js +1 -0
- package/dist/es2019/format-group-label.js +3 -0
- package/dist/es2019/get-option-label.js +3 -0
- package/dist/es2019/get-option-value.js +3 -0
- package/dist/es2019/is-option-disabled.js +3 -0
- package/dist/es2019/theme.js +3 -20
- package/dist/esm/builtins.js +4 -12
- package/dist/esm/colors.js +19 -0
- package/dist/esm/entry-points/accessibility.js +1 -0
- package/dist/esm/entry-points/async-creatable.js +1 -0
- package/dist/esm/entry-points/async.js +2 -0
- package/dist/esm/entry-points/base.js +2 -0
- package/dist/esm/entry-points/clear-indicator.js +1 -0
- package/dist/esm/entry-points/components.js +1 -0
- package/dist/esm/entry-points/control.js +1 -0
- package/dist/esm/entry-points/creatable.js +2 -0
- package/dist/esm/entry-points/dropdown-indicator.js +1 -0
- package/dist/esm/entry-points/filters.js +1 -0
- package/dist/esm/entry-points/group-heading.js +1 -0
- package/dist/esm/entry-points/group.js +1 -0
- package/dist/esm/entry-points/indicators-container.js +1 -0
- package/dist/esm/entry-points/input.js +1 -0
- package/dist/esm/entry-points/loading-indicator.js +1 -0
- package/dist/esm/entry-points/menu-list.js +1 -0
- package/dist/esm/entry-points/menu-portal.js +1 -0
- package/dist/esm/entry-points/menu.js +1 -0
- package/dist/esm/entry-points/multi-value-remove.js +1 -0
- package/dist/esm/entry-points/multi-value.js +1 -0
- package/dist/esm/entry-points/option.js +1 -0
- package/dist/esm/entry-points/placeholder.js +1 -0
- package/dist/esm/entry-points/select-container.js +1 -0
- package/dist/esm/entry-points/single-value.js +1 -0
- package/dist/esm/entry-points/state-manager.js +1 -0
- package/dist/esm/entry-points/styles.js +1 -0
- package/dist/esm/entry-points/types.js +0 -0
- package/dist/esm/entry-points/use-async.js +1 -0
- package/dist/esm/entry-points/use-creatable.js +1 -0
- package/dist/esm/entry-points/use-state-manager.js +1 -0
- package/dist/esm/entry-points/value-container.js +1 -0
- package/dist/esm/format-group-label.js +5 -0
- package/dist/esm/get-option-label.js +5 -0
- package/dist/esm/get-option-value.js +5 -0
- package/dist/esm/is-option-disabled.js +5 -0
- package/dist/esm/theme.js +3 -20
- package/dist/types/builtins.d.ts +4 -5
- package/dist/types/colors.d.ts +19 -0
- package/dist/types/entry-points/accessibility.d.ts +2 -0
- package/dist/types/entry-points/async-creatable.d.ts +2 -0
- package/dist/types/entry-points/async.d.ts +3 -0
- package/dist/types/entry-points/base.d.ts +3 -0
- package/dist/types/entry-points/clear-indicator.d.ts +2 -0
- package/dist/types/entry-points/components.d.ts +2 -0
- package/dist/types/entry-points/control.d.ts +2 -0
- package/dist/types/entry-points/creatable.d.ts +3 -0
- package/dist/types/entry-points/dropdown-indicator.d.ts +2 -0
- package/dist/types/entry-points/filters.d.ts +2 -0
- package/dist/types/entry-points/group-heading.d.ts +2 -0
- package/dist/types/entry-points/group.d.ts +2 -0
- package/dist/types/entry-points/indicators-container.d.ts +2 -0
- package/dist/types/entry-points/input.d.ts +2 -0
- package/dist/types/entry-points/loading-indicator.d.ts +2 -0
- package/dist/types/entry-points/menu-list.d.ts +2 -0
- package/dist/types/entry-points/menu-portal.d.ts +2 -0
- package/dist/types/entry-points/menu.d.ts +2 -0
- package/dist/types/entry-points/multi-value-remove.d.ts +2 -0
- package/dist/types/entry-points/multi-value.d.ts +2 -0
- package/dist/types/entry-points/option.d.ts +2 -0
- package/dist/types/entry-points/placeholder.d.ts +2 -0
- package/dist/types/entry-points/select-container.d.ts +2 -0
- package/dist/types/entry-points/single-value.d.ts +2 -0
- package/dist/types/entry-points/state-manager.d.ts +1 -0
- package/dist/types/entry-points/styles.d.ts +2 -0
- package/dist/types/entry-points/types.d.ts +1 -0
- package/dist/types/entry-points/use-async.d.ts +2 -0
- package/dist/types/entry-points/use-creatable.d.ts +2 -0
- package/dist/types/entry-points/use-state-manager.d.ts +2 -0
- package/dist/types/entry-points/value-container.d.ts +2 -0
- package/dist/types/format-group-label.d.ts +2 -0
- package/dist/types/get-option-label.d.ts +1 -0
- package/dist/types/get-option-value.d.ts +1 -0
- package/dist/types/is-option-disabled.d.ts +1 -0
- package/dist/types/theme.d.ts +1 -19
- package/dist/types-ts4.5/builtins.d.ts +4 -5
- package/dist/types-ts4.5/colors.d.ts +19 -0
- package/dist/types-ts4.5/entry-points/accessibility.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/async-creatable.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/async.d.ts +3 -0
- package/dist/types-ts4.5/entry-points/base.d.ts +3 -0
- package/dist/types-ts4.5/entry-points/clear-indicator.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/components.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/control.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/creatable.d.ts +3 -0
- package/dist/types-ts4.5/entry-points/dropdown-indicator.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/filters.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/group-heading.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/group.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/indicators-container.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/input.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/loading-indicator.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/menu-list.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/menu-portal.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/menu.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/multi-value-remove.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/multi-value.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/option.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/placeholder.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/select-container.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/single-value.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/state-manager.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/styles.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/types.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/use-async.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/use-creatable.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/use-state-manager.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/value-container.d.ts +2 -0
- package/dist/types-ts4.5/format-group-label.d.ts +2 -0
- package/dist/types-ts4.5/get-option-label.d.ts +1 -0
- package/dist/types-ts4.5/get-option-value.d.ts +1 -0
- package/dist/types-ts4.5/is-option-disabled.d.ts +1 -0
- package/dist/types-ts4.5/theme.d.ts +1 -19
- package/dropdown-indicator/package.json +17 -0
- package/filters/package.json +17 -0
- package/group/package.json +17 -0
- package/group-heading/package.json +17 -0
- package/indicators-container/package.json +17 -0
- package/input/package.json +17 -0
- package/loading-indicator/package.json +17 -0
- package/menu/package.json +17 -0
- package/menu-list/package.json +17 -0
- package/menu-portal/package.json +17 -0
- package/multi-value/package.json +17 -0
- package/multi-value-remove/package.json +17 -0
- package/option/package.json +17 -0
- package/package.json +4 -4
- package/placeholder/package.json +17 -0
- package/select-container/package.json +17 -0
- package/single-value/package.json +17 -0
- package/state-manager/package.json +17 -0
- package/styles/package.json +17 -0
- package/types/package.json +5 -5
- package/use-async/package.json +17 -0
- package/use-creatable/package.json +17 -0
- package/use-state-manager/package.json +17 -0
- package/value-container/package.json +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/react-select
|
|
2
2
|
|
|
3
|
+
## 3.16.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`aef119573f01b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aef119573f01b) -
|
|
8
|
+
Autofix: add explicit package exports (barrel removal)
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 3.15.5
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/react-select/accessibility",
|
|
3
|
+
"main": "../dist/cjs/entry-points/accessibility.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/accessibility.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/accessibility.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/accessibility.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/accessibility.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/async/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/react-select/async",
|
|
3
|
-
"main": "../dist/cjs/async.js",
|
|
4
|
-
"module": "../dist/esm/async.js",
|
|
5
|
-
"module:es2019": "../dist/es2019/async.js",
|
|
3
|
+
"main": "../dist/cjs/entry-points/async.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/async.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/async.js",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/async.d.ts",
|
|
9
|
+
"types": "../dist/types/entry-points/async.d.ts",
|
|
10
10
|
"typesVersions": {
|
|
11
11
|
">=4.5 <5.9": {
|
|
12
12
|
"*": [
|
|
13
|
-
"../dist/types-ts4.5/async.d.ts"
|
|
13
|
+
"../dist/types-ts4.5/entry-points/async.d.ts"
|
|
14
14
|
]
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/react-select/async-creatable",
|
|
3
|
-
"main": "../dist/cjs/async-creatable.js",
|
|
4
|
-
"module": "../dist/esm/async-creatable.js",
|
|
5
|
-
"module:es2019": "../dist/es2019/async-creatable.js",
|
|
3
|
+
"main": "../dist/cjs/entry-points/async-creatable.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/async-creatable.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/async-creatable.js",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/async-creatable.d.ts",
|
|
9
|
+
"types": "../dist/types/entry-points/async-creatable.d.ts",
|
|
10
10
|
"typesVersions": {
|
|
11
11
|
">=4.5 <5.9": {
|
|
12
12
|
"*": [
|
|
13
|
-
"../dist/types-ts4.5/async-creatable.d.ts"
|
|
13
|
+
"../dist/types-ts4.5/entry-points/async-creatable.d.ts"
|
|
14
14
|
]
|
|
15
15
|
}
|
|
16
16
|
}
|
package/base/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/react-select/base",
|
|
3
|
-
"main": "../dist/cjs/
|
|
4
|
-
"module": "../dist/esm/
|
|
5
|
-
"module:es2019": "../dist/es2019/
|
|
3
|
+
"main": "../dist/cjs/entry-points/base.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/base.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/base.js",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/
|
|
9
|
+
"types": "../dist/types/entry-points/base.d.ts",
|
|
10
10
|
"typesVersions": {
|
|
11
11
|
">=4.5 <5.9": {
|
|
12
12
|
"*": [
|
|
13
|
-
"../dist/types-ts4.5/
|
|
13
|
+
"../dist/types-ts4.5/entry-points/base.d.ts"
|
|
14
14
|
]
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/react-select/clear-indicator",
|
|
3
|
+
"main": "../dist/cjs/entry-points/clear-indicator.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/clear-indicator.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/clear-indicator.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/clear-indicator.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/clear-indicator.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/react-select/components",
|
|
3
|
+
"main": "../dist/cjs/entry-points/components.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/components.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/components.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/components.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/components.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/react-select/control",
|
|
3
|
+
"main": "../dist/cjs/entry-points/control.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/control.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/control.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/control.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/control.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/creatable/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/react-select/creatable",
|
|
3
|
-
"main": "../dist/cjs/creatable.js",
|
|
4
|
-
"module": "../dist/esm/creatable.js",
|
|
5
|
-
"module:es2019": "../dist/es2019/creatable.js",
|
|
3
|
+
"main": "../dist/cjs/entry-points/creatable.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/creatable.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/creatable.js",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/creatable.d.ts",
|
|
9
|
+
"types": "../dist/types/entry-points/creatable.d.ts",
|
|
10
10
|
"typesVersions": {
|
|
11
11
|
">=4.5 <5.9": {
|
|
12
12
|
"*": [
|
|
13
|
-
"../dist/types-ts4.5/creatable.d.ts"
|
|
13
|
+
"../dist/types-ts4.5/entry-points/creatable.d.ts"
|
|
14
14
|
]
|
|
15
15
|
}
|
|
16
16
|
}
|
package/dist/cjs/builtins.js
CHANGED
|
@@ -3,18 +3,31 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
6
|
+
Object.defineProperty(exports, "formatGroupLabel", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _formatGroupLabel.formatGroupLabel;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "getOptionLabel", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _getOptionLabel.getOptionLabel;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "getOptionValue", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _getOptionValue.getOptionValue;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "isOptionDisabled", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _isOptionDisabled.isOptionDisabled;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
var _formatGroupLabel = require("./format-group-label");
|
|
31
|
+
var _getOptionLabel = require("./get-option-label");
|
|
32
|
+
var _getOptionValue = require("./get-option-value");
|
|
33
|
+
var _isOptionDisabled = require("./is-option-disabled");
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.colors = void 0;
|
|
7
|
+
var colors = exports.colors = {
|
|
8
|
+
primary: '#2684FF',
|
|
9
|
+
primary75: '#4C9AFF',
|
|
10
|
+
primary50: '#B2D4FF',
|
|
11
|
+
primary25: '#DEEBFF',
|
|
12
|
+
danger: '#DE350B',
|
|
13
|
+
dangerLight: '#FFBDAD',
|
|
14
|
+
neutral0: 'hsl(0, 0%, 100%)',
|
|
15
|
+
neutral5: 'hsl(0, 0%, 95%)',
|
|
16
|
+
neutral10: 'hsl(0, 0%, 90%)',
|
|
17
|
+
neutral20: 'hsl(0, 0%, 80%)',
|
|
18
|
+
neutral30: 'hsl(0, 0%, 70%)',
|
|
19
|
+
neutral40: 'hsl(0, 0%, 60%)',
|
|
20
|
+
neutral50: 'hsl(0, 0%, 50%)',
|
|
21
|
+
neutral60: 'hsl(0, 0%, 40%)',
|
|
22
|
+
neutral70: 'hsl(0, 0%, 30%)',
|
|
23
|
+
neutral80: 'hsl(0, 0%, 20%)',
|
|
24
|
+
neutral90: 'hsl(0, 0%, 10%)'
|
|
25
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "defaultAriaLiveMessages", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _index.defaultAriaLiveMessages;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _index = require("../accessibility/index");
|
|
@@ -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, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _asyncCreatable.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _asyncCreatable = _interopRequireDefault(require("../async-creatable"));
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _async.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "useAsync", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function get() {
|
|
16
|
+
return _async.useAsync;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _async = _interopRequireWildcard(require("../async"));
|
|
20
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _select.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "defaultProps", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function get() {
|
|
16
|
+
return _select.defaultProps;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _select = _interopRequireWildcard(require("../select"));
|
|
20
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "ClearIndicator", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _clearIndicator.ClearIndicator;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _clearIndicator = require("../components/indicators/clear-indicator");
|
|
@@ -0,0 +1,18 @@
|
|
|
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 _index.components;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "defaultComponents", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _index.defaultComponents;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
var _index = require("../components/index");
|
|
@@ -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, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _control.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _control = _interopRequireDefault(require("../components/control"));
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _creatable.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "useCreatable", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function get() {
|
|
16
|
+
return _creatable.useCreatable;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _creatable = _interopRequireWildcard(require("../creatable"));
|
|
20
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "DropdownIndicator", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _dropdownIndicator.DropdownIndicator;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _dropdownIndicator = require("../components/indicators/dropdown-indicator");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "createFilter", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _filters.createFilter;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _filters = require("../filters");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "GroupHeading", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _groupHeading.GroupHeading;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _groupHeading = require("../components/group-heading");
|
|
@@ -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, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _group.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _group = _interopRequireDefault(require("../components/group"));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "IndicatorsContainer", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _indicatorsContainer.IndicatorsContainer;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _indicatorsContainer = require("../components/containers/indicators-container");
|
|
@@ -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, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _input.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _input = _interopRequireDefault(require("../components/input"));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "LoadingIndicator", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _loadingIndicator.LoadingIndicator;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _loadingIndicator = require("../components/indicators/loading-indicator");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "MenuList", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _menuList.MenuList;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _menuList = require("../components/menu-list");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "MenuPortal", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _menuPortal.MenuPortal;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _menuPortal = require("../components/menu-portal");
|
|
@@ -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, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _menu.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _menu = _interopRequireDefault(require("../components/menu"));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "MultiValueRemove", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _multiValueRemove.MultiValueRemove;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _multiValueRemove = require("../components/multi-value-remove");
|
|
@@ -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, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _multiValue.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _multiValue = _interopRequireDefault(require("../components/multi-value"));
|
|
@@ -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, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _option.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _option = _interopRequireDefault(require("../components/option"));
|
|
@@ -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, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _placeholder.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _placeholder = _interopRequireDefault(require("../components/placeholder"));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "SelectContainer", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _selectContainer.SelectContainer;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _selectContainer = require("../components/containers/select-container");
|
|
@@ -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, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _singleValue.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _singleValue = _interopRequireDefault(require("../components/single-value"));
|
|
@@ -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, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _stateManager.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _stateManager = _interopRequireDefault(require("../state-manager"));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "mergeStyles", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _styles.mergeStyles;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _styles = require("../styles");
|