@dfds-ui/react-select 2.2.1 → 3.0.0-alpha.24ead756
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/ReactSelect.d.ts +13 -36
- package/ReactSelect.js +87 -83
- package/cjs/ReactSelect.d.ts +13 -36
- package/cjs/ReactSelect.js +113 -114
- package/cjs/index.js +2 -2
- package/package.json +10 -10
package/cjs/index.js
CHANGED
|
@@ -5,9 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
Object.defineProperty(exports, "ReactSelect", {
|
|
7
7
|
enumerable: true,
|
|
8
|
-
get: function
|
|
8
|
+
get: function () {
|
|
9
9
|
return _ReactSelect.default;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
var _ReactSelect = _interopRequireDefault(require("./ReactSelect"));
|
|
13
|
-
function _interopRequireDefault(
|
|
13
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
package/package.json
CHANGED
|
@@ -3,25 +3,25 @@
|
|
|
3
3
|
"description": "react-selected based components",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "3.0.0-alpha.24ead756",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "./cjs/index.js",
|
|
9
9
|
"module": "./index.js",
|
|
10
10
|
"esnext": "./index.js",
|
|
11
11
|
"typings": "./index.d.ts",
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@emotion/react": "11.
|
|
14
|
-
"@emotion/styled": "11.
|
|
15
|
-
"react": ">=
|
|
16
|
-
"react-dom": ">=
|
|
17
|
-
"react-select": "^
|
|
13
|
+
"@emotion/react": "11.14.0",
|
|
14
|
+
"@emotion/styled": "11.14.1",
|
|
15
|
+
"react": ">= 19.0.0",
|
|
16
|
+
"react-dom": ">= 19.0.0",
|
|
17
|
+
"react-select": "^5.10.2"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@dfds-ui/forms": "
|
|
21
|
-
"@dfds-ui/react-components": "
|
|
22
|
-
"@dfds-ui/theme": "
|
|
20
|
+
"@dfds-ui/forms": "3.0.0-alpha.24ead756",
|
|
21
|
+
"@dfds-ui/react-components": "3.0.0-alpha.24ead756",
|
|
22
|
+
"@dfds-ui/theme": "3.0.0-alpha.24ead756"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "24ead756072e49cc98e27ca4bbe679cc54eaf0ae",
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|
|
27
27
|
}
|