@instructure/ui-simple-select 10.8.1-snapshot-4 → 10.8.1-snapshot-6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +5 -2
- package/es/index.js +3 -1
- package/lib/index.js +15 -1
- package/package.json +15 -15
- package/src/index.ts +2 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +2 -0
- package/types/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,9 +3,12 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
-
## [10.8.1-snapshot-
|
6
|
+
## [10.8.1-snapshot-6](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.8.1-snapshot-6) (2024-12-12)
|
7
7
|
|
8
|
-
|
8
|
+
|
9
|
+
### Features
|
10
|
+
|
11
|
+
* **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4))
|
9
12
|
|
10
13
|
|
11
14
|
|
package/es/index.js
CHANGED
@@ -22,4 +22,6 @@
|
|
22
22
|
* SOFTWARE.
|
23
23
|
*/
|
24
24
|
|
25
|
-
export { SimpleSelect } from './SimpleSelect';
|
25
|
+
export { SimpleSelect } from './SimpleSelect';
|
26
|
+
export { Group as SimpleSelectGroup } from './SimpleSelect/Group';
|
27
|
+
export { Option as SimpleSelectOption } from './SimpleSelect/Option';
|
package/lib/index.js
CHANGED
@@ -9,4 +9,18 @@ Object.defineProperty(exports, "SimpleSelect", {
|
|
9
9
|
return _SimpleSelect.SimpleSelect;
|
10
10
|
}
|
11
11
|
});
|
12
|
-
|
12
|
+
Object.defineProperty(exports, "SimpleSelectGroup", {
|
13
|
+
enumerable: true,
|
14
|
+
get: function () {
|
15
|
+
return _Group.Group;
|
16
|
+
}
|
17
|
+
});
|
18
|
+
Object.defineProperty(exports, "SimpleSelectOption", {
|
19
|
+
enumerable: true,
|
20
|
+
get: function () {
|
21
|
+
return _Option.Option;
|
22
|
+
}
|
23
|
+
});
|
24
|
+
var _SimpleSelect = require("./SimpleSelect");
|
25
|
+
var _Group = require("./SimpleSelect/Group");
|
26
|
+
var _Option = require("./SimpleSelect/Option");
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@instructure/ui-simple-select",
|
3
|
-
"version": "10.8.1-snapshot-
|
3
|
+
"version": "10.8.1-snapshot-6",
|
4
4
|
"description": "A component for standard select element behavior.",
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
6
6
|
"module": "./es/index.js",
|
@@ -24,23 +24,23 @@
|
|
24
24
|
"license": "MIT",
|
25
25
|
"dependencies": {
|
26
26
|
"@babel/runtime": "^7.26.0",
|
27
|
-
"@instructure/console": "10.8.1-snapshot-
|
28
|
-
"@instructure/shared-types": "10.8.1-snapshot-
|
29
|
-
"@instructure/ui-form-field": "10.8.1-snapshot-
|
30
|
-
"@instructure/ui-position": "10.8.1-snapshot-
|
31
|
-
"@instructure/ui-prop-types": "10.8.1-snapshot-
|
32
|
-
"@instructure/ui-react-utils": "10.8.1-snapshot-
|
33
|
-
"@instructure/ui-select": "10.8.1-snapshot-
|
34
|
-
"@instructure/ui-testable": "10.8.1-snapshot-
|
27
|
+
"@instructure/console": "10.8.1-snapshot-6",
|
28
|
+
"@instructure/shared-types": "10.8.1-snapshot-6",
|
29
|
+
"@instructure/ui-form-field": "10.8.1-snapshot-6",
|
30
|
+
"@instructure/ui-position": "10.8.1-snapshot-6",
|
31
|
+
"@instructure/ui-prop-types": "10.8.1-snapshot-6",
|
32
|
+
"@instructure/ui-react-utils": "10.8.1-snapshot-6",
|
33
|
+
"@instructure/ui-select": "10.8.1-snapshot-6",
|
34
|
+
"@instructure/ui-testable": "10.8.1-snapshot-6",
|
35
35
|
"prop-types": "^15.8.1"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
|
-
"@instructure/ui-axe-check": "10.8.1-snapshot-
|
39
|
-
"@instructure/ui-babel-preset": "10.8.1-snapshot-
|
40
|
-
"@instructure/ui-color-utils": "10.8.1-snapshot-
|
41
|
-
"@instructure/ui-icons": "10.8.1-snapshot-
|
42
|
-
"@instructure/ui-test-utils": "10.8.1-snapshot-
|
43
|
-
"@instructure/ui-utils": "10.8.1-snapshot-
|
38
|
+
"@instructure/ui-axe-check": "10.8.1-snapshot-6",
|
39
|
+
"@instructure/ui-babel-preset": "10.8.1-snapshot-6",
|
40
|
+
"@instructure/ui-color-utils": "10.8.1-snapshot-6",
|
41
|
+
"@instructure/ui-icons": "10.8.1-snapshot-6",
|
42
|
+
"@instructure/ui-test-utils": "10.8.1-snapshot-6",
|
43
|
+
"@instructure/ui-utils": "10.8.1-snapshot-6",
|
44
44
|
"@testing-library/jest-dom": "^6.6.3",
|
45
45
|
"@testing-library/react": "^16.0.1",
|
46
46
|
"@testing-library/user-event": "^14.5.2",
|
package/src/index.ts
CHANGED
@@ -23,6 +23,8 @@
|
|
23
23
|
*/
|
24
24
|
|
25
25
|
export { SimpleSelect } from './SimpleSelect'
|
26
|
+
export { Group as SimpleSelectGroup } from './SimpleSelect/Group'
|
27
|
+
export { Option as SimpleSelectOption } from './SimpleSelect/Option'
|
26
28
|
|
27
29
|
export type { SimpleSelectProps } from './SimpleSelect/props'
|
28
30
|
export type { SimpleSelectGroupProps } from './SimpleSelect/Group/props'
|