@instructure/ui-simple-select 11.6.0 → 11.6.1-snapshot-129
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 +37 -297
- package/es/SimpleSelect/{index.js → v1/index.js} +1 -1
- package/es/{index.js → exports/a.js} +3 -3
- package/lib/SimpleSelect/{index.js → v1/index.js} +5 -5
- package/lib/{index.js → exports/a.js} +4 -4
- package/package.json +40 -18
- package/src/SimpleSelect/{index.tsx → v1/index.tsx} +2 -2
- package/src/SimpleSelect/{props.ts → v1/props.ts} +2 -2
- package/src/{index.ts → exports/a.ts} +6 -6
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/SimpleSelect/v1/Group/index.d.ts.map +1 -0
- package/types/SimpleSelect/v1/Group/props.d.ts.map +1 -0
- package/types/SimpleSelect/v1/Option/index.d.ts.map +1 -0
- package/types/SimpleSelect/v1/Option/props.d.ts.map +1 -0
- package/types/SimpleSelect/{index.d.ts → v1/index.d.ts} +3 -3
- package/types/SimpleSelect/v1/index.d.ts.map +1 -0
- package/types/SimpleSelect/{props.d.ts → v1/props.d.ts} +2 -2
- package/types/SimpleSelect/v1/props.d.ts.map +1 -0
- package/types/exports/a.d.ts +7 -0
- package/types/exports/a.d.ts.map +1 -0
- package/types/SimpleSelect/Group/index.d.ts.map +0 -1
- package/types/SimpleSelect/Group/props.d.ts.map +0 -1
- package/types/SimpleSelect/Option/index.d.ts.map +0 -1
- package/types/SimpleSelect/Option/props.d.ts.map +0 -1
- package/types/SimpleSelect/index.d.ts.map +0 -1
- package/types/SimpleSelect/props.d.ts.map +0 -1
- package/types/index.d.ts +0 -7
- package/types/index.d.ts.map +0 -1
- /package/es/SimpleSelect/{Group → v1/Group}/index.js +0 -0
- /package/es/SimpleSelect/{Group → v1/Group}/props.js +0 -0
- /package/es/SimpleSelect/{Option → v1/Option}/index.js +0 -0
- /package/es/SimpleSelect/{Option → v1/Option}/props.js +0 -0
- /package/es/SimpleSelect/{props.js → v1/props.js} +0 -0
- /package/lib/SimpleSelect/{Group → v1/Group}/index.js +0 -0
- /package/lib/SimpleSelect/{Group → v1/Group}/props.js +0 -0
- /package/lib/SimpleSelect/{Option → v1/Option}/index.js +0 -0
- /package/lib/SimpleSelect/{Option → v1/Option}/props.js +0 -0
- /package/lib/SimpleSelect/{props.js → v1/props.js} +0 -0
- /package/src/SimpleSelect/{Group → v1/Group}/index.tsx +0 -0
- /package/src/SimpleSelect/{Group → v1/Group}/props.ts +0 -0
- /package/src/SimpleSelect/{Option → v1/Option}/index.tsx +0 -0
- /package/src/SimpleSelect/{Option → v1/Option}/props.ts +0 -0
- /package/src/SimpleSelect/{README.md → v1/README.md} +0 -0
- /package/types/SimpleSelect/{Group → v1/Group}/index.d.ts +0 -0
- /package/types/SimpleSelect/{Group → v1/Group}/props.d.ts +0 -0
- /package/types/SimpleSelect/{Option → v1/Option}/index.d.ts +0 -0
- /package/types/SimpleSelect/{Option → v1/Option}/props.d.ts +0 -0
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
Object.defineProperty(exports, "SimpleSelect", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _v.SimpleSelect;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "SimpleSelectGroup", {
|
|
@@ -21,6 +21,6 @@ Object.defineProperty(exports, "SimpleSelectOption", {
|
|
|
21
21
|
return _Option.Option;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
|
-
var
|
|
25
|
-
var _Group = require("
|
|
26
|
-
var _Option = require("
|
|
24
|
+
var _v = require("../SimpleSelect/v1");
|
|
25
|
+
var _Group = require("../SimpleSelect/v1/Group");
|
|
26
|
+
var _Option = require("../SimpleSelect/v1/Option");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-simple-select",
|
|
3
|
-
"version": "11.6.
|
|
3
|
+
"version": "11.6.1-snapshot-129",
|
|
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",
|
|
@@ -15,22 +15,22 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.27.6",
|
|
18
|
-
"@instructure/
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/ui-form-field": "11.6.
|
|
21
|
-
"@instructure/ui-position": "11.6.
|
|
22
|
-
"@instructure/ui-react-utils": "11.6.
|
|
23
|
-
"@instructure/ui-select": "11.6.
|
|
18
|
+
"@instructure/shared-types": "11.6.1-snapshot-129",
|
|
19
|
+
"@instructure/console": "11.6.1-snapshot-129",
|
|
20
|
+
"@instructure/ui-form-field": "11.6.1-snapshot-129",
|
|
21
|
+
"@instructure/ui-position": "11.6.1-snapshot-129",
|
|
22
|
+
"@instructure/ui-react-utils": "11.6.1-snapshot-129",
|
|
23
|
+
"@instructure/ui-select": "11.6.1-snapshot-129"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@testing-library/jest-dom": "^6.6.3",
|
|
27
27
|
"@testing-library/react": "15.0.7",
|
|
28
28
|
"@testing-library/user-event": "^14.6.1",
|
|
29
29
|
"vitest": "^3.2.2",
|
|
30
|
-
"@instructure/ui-babel-preset": "11.6.
|
|
31
|
-
"@instructure/ui-
|
|
32
|
-
"@instructure/ui-
|
|
33
|
-
"@instructure/ui-
|
|
30
|
+
"@instructure/ui-babel-preset": "11.6.1-snapshot-129",
|
|
31
|
+
"@instructure/ui-color-utils": "11.6.1-snapshot-129",
|
|
32
|
+
"@instructure/ui-icons": "11.6.1-snapshot-129",
|
|
33
|
+
"@instructure/ui-utils": "11.6.1-snapshot-129"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": ">=18 <=19"
|
|
@@ -40,17 +40,39 @@
|
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": false,
|
|
42
42
|
"exports": {
|
|
43
|
-
".": {
|
|
44
|
-
"types": "./types/index.d.ts",
|
|
45
|
-
"import": "./es/index.js",
|
|
46
|
-
"require": "./lib/index.js",
|
|
47
|
-
"default": "./es/index.js"
|
|
48
|
-
},
|
|
49
43
|
"./lib/*": "./lib/*",
|
|
50
44
|
"./es/*": "./es/*",
|
|
51
45
|
"./types/*": "./types/*",
|
|
52
46
|
"./package.json": "./package.json",
|
|
53
|
-
"./src/*": "./src/*"
|
|
47
|
+
"./src/*": "./src/*",
|
|
48
|
+
".": {
|
|
49
|
+
"src": "./src/exports/a.ts",
|
|
50
|
+
"types": "./types/exports/a.d.ts",
|
|
51
|
+
"import": "./es/exports/a.js",
|
|
52
|
+
"require": "./lib/exports/a.js",
|
|
53
|
+
"default": "./es/exports/a.js"
|
|
54
|
+
},
|
|
55
|
+
"./v11_6": {
|
|
56
|
+
"src": "./src/exports/a.ts",
|
|
57
|
+
"types": "./types/exports/a.d.ts",
|
|
58
|
+
"import": "./es/exports/a.js",
|
|
59
|
+
"require": "./lib/exports/a.js",
|
|
60
|
+
"default": "./es/exports/a.js"
|
|
61
|
+
},
|
|
62
|
+
"./v11_7": {
|
|
63
|
+
"src": "./src/exports/a.ts",
|
|
64
|
+
"types": "./types/exports/a.d.ts",
|
|
65
|
+
"import": "./es/exports/a.js",
|
|
66
|
+
"require": "./lib/exports/a.js",
|
|
67
|
+
"default": "./es/exports/a.js"
|
|
68
|
+
},
|
|
69
|
+
"./latest": {
|
|
70
|
+
"src": "./src/exports/a.ts",
|
|
71
|
+
"types": "./types/exports/a.d.ts",
|
|
72
|
+
"import": "./es/exports/a.js",
|
|
73
|
+
"require": "./lib/exports/a.js",
|
|
74
|
+
"default": "./es/exports/a.js"
|
|
75
|
+
}
|
|
54
76
|
},
|
|
55
77
|
"scripts": {
|
|
56
78
|
"lint": "ui-scripts lint",
|
|
@@ -39,8 +39,8 @@ import {
|
|
|
39
39
|
withDeterministicId
|
|
40
40
|
} from '@instructure/ui-react-utils'
|
|
41
41
|
|
|
42
|
-
import { Select } from '@instructure/ui-select'
|
|
43
|
-
import type { SelectProps } from '@instructure/ui-select'
|
|
42
|
+
import { Select } from '@instructure/ui-select/v11_6'
|
|
43
|
+
import type { SelectProps } from '@instructure/ui-select/v11_6'
|
|
44
44
|
|
|
45
45
|
import { Option } from './Option'
|
|
46
46
|
import type {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
import { InputHTMLAttributes } from 'react'
|
|
26
26
|
|
|
27
|
-
import type { FormMessage } from '@instructure/ui-form-field'
|
|
27
|
+
import type { FormMessage } from '@instructure/ui-form-field/v11_6'
|
|
28
28
|
import type {
|
|
29
29
|
OtherHTMLAttributes,
|
|
30
30
|
PickPropsWithExceptions
|
|
@@ -34,7 +34,7 @@ import type {
|
|
|
34
34
|
PositionConstraint,
|
|
35
35
|
PositionMountNode
|
|
36
36
|
} from '@instructure/ui-position'
|
|
37
|
-
import type { SelectOwnProps } from '@instructure/ui-select'
|
|
37
|
+
import type { SelectOwnProps } from '@instructure/ui-select/v11_6'
|
|
38
38
|
import type { WithDeterministicIdProps } from '@instructure/ui-react-utils'
|
|
39
39
|
import { Renderable } from '@instructure/shared-types'
|
|
40
40
|
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
* SOFTWARE.
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
|
-
export { SimpleSelect } from '
|
|
26
|
-
export { Group as SimpleSelectGroup } from '
|
|
27
|
-
export { Option as SimpleSelectOption } from '
|
|
25
|
+
export { SimpleSelect } from '../SimpleSelect/v1'
|
|
26
|
+
export { Group as SimpleSelectGroup } from '../SimpleSelect/v1/Group'
|
|
27
|
+
export { Option as SimpleSelectOption } from '../SimpleSelect/v1/Option'
|
|
28
28
|
|
|
29
|
-
export type { SimpleSelectProps } from '
|
|
30
|
-
export type { SimpleSelectGroupProps } from '
|
|
31
|
-
export type { SimpleSelectOptionProps } from '
|
|
29
|
+
export type { SimpleSelectProps } from '../SimpleSelect/v1/props'
|
|
30
|
+
export type { SimpleSelectGroupProps } from '../SimpleSelect/v1/Group/props'
|
|
31
|
+
export type { SimpleSelectOptionProps } from '../SimpleSelect/v1/Option/props'
|