@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.
Files changed (47) hide show
  1. package/CHANGELOG.md +37 -297
  2. package/es/SimpleSelect/{index.js → v1/index.js} +1 -1
  3. package/es/{index.js → exports/a.js} +3 -3
  4. package/lib/SimpleSelect/{index.js → v1/index.js} +5 -5
  5. package/lib/{index.js → exports/a.js} +4 -4
  6. package/package.json +40 -18
  7. package/src/SimpleSelect/{index.tsx → v1/index.tsx} +2 -2
  8. package/src/SimpleSelect/{props.ts → v1/props.ts} +2 -2
  9. package/src/{index.ts → exports/a.ts} +6 -6
  10. package/tsconfig.build.tsbuildinfo +1 -1
  11. package/types/SimpleSelect/v1/Group/index.d.ts.map +1 -0
  12. package/types/SimpleSelect/v1/Group/props.d.ts.map +1 -0
  13. package/types/SimpleSelect/v1/Option/index.d.ts.map +1 -0
  14. package/types/SimpleSelect/v1/Option/props.d.ts.map +1 -0
  15. package/types/SimpleSelect/{index.d.ts → v1/index.d.ts} +3 -3
  16. package/types/SimpleSelect/v1/index.d.ts.map +1 -0
  17. package/types/SimpleSelect/{props.d.ts → v1/props.d.ts} +2 -2
  18. package/types/SimpleSelect/v1/props.d.ts.map +1 -0
  19. package/types/exports/a.d.ts +7 -0
  20. package/types/exports/a.d.ts.map +1 -0
  21. package/types/SimpleSelect/Group/index.d.ts.map +0 -1
  22. package/types/SimpleSelect/Group/props.d.ts.map +0 -1
  23. package/types/SimpleSelect/Option/index.d.ts.map +0 -1
  24. package/types/SimpleSelect/Option/props.d.ts.map +0 -1
  25. package/types/SimpleSelect/index.d.ts.map +0 -1
  26. package/types/SimpleSelect/props.d.ts.map +0 -1
  27. package/types/index.d.ts +0 -7
  28. package/types/index.d.ts.map +0 -1
  29. /package/es/SimpleSelect/{Group → v1/Group}/index.js +0 -0
  30. /package/es/SimpleSelect/{Group → v1/Group}/props.js +0 -0
  31. /package/es/SimpleSelect/{Option → v1/Option}/index.js +0 -0
  32. /package/es/SimpleSelect/{Option → v1/Option}/props.js +0 -0
  33. /package/es/SimpleSelect/{props.js → v1/props.js} +0 -0
  34. /package/lib/SimpleSelect/{Group → v1/Group}/index.js +0 -0
  35. /package/lib/SimpleSelect/{Group → v1/Group}/props.js +0 -0
  36. /package/lib/SimpleSelect/{Option → v1/Option}/index.js +0 -0
  37. /package/lib/SimpleSelect/{Option → v1/Option}/props.js +0 -0
  38. /package/lib/SimpleSelect/{props.js → v1/props.js} +0 -0
  39. /package/src/SimpleSelect/{Group → v1/Group}/index.tsx +0 -0
  40. /package/src/SimpleSelect/{Group → v1/Group}/props.ts +0 -0
  41. /package/src/SimpleSelect/{Option → v1/Option}/index.tsx +0 -0
  42. /package/src/SimpleSelect/{Option → v1/Option}/props.ts +0 -0
  43. /package/src/SimpleSelect/{README.md → v1/README.md} +0 -0
  44. /package/types/SimpleSelect/{Group → v1/Group}/index.d.ts +0 -0
  45. /package/types/SimpleSelect/{Group → v1/Group}/props.d.ts +0 -0
  46. /package/types/SimpleSelect/{Option → v1/Option}/index.d.ts +0 -0
  47. /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 _SimpleSelect.SimpleSelect;
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 _SimpleSelect = require("./SimpleSelect");
25
- var _Group = require("./SimpleSelect/Group");
26
- var _Option = require("./SimpleSelect/Option");
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.0",
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/console": "11.6.0",
19
- "@instructure/shared-types": "11.6.0",
20
- "@instructure/ui-form-field": "11.6.0",
21
- "@instructure/ui-position": "11.6.0",
22
- "@instructure/ui-react-utils": "11.6.0",
23
- "@instructure/ui-select": "11.6.0"
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.0",
31
- "@instructure/ui-icons": "11.6.0",
32
- "@instructure/ui-utils": "11.6.0",
33
- "@instructure/ui-color-utils": "11.6.0"
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 './SimpleSelect'
26
- export { Group as SimpleSelectGroup } from './SimpleSelect/Group'
27
- export { Option as SimpleSelectOption } from './SimpleSelect/Option'
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 './SimpleSelect/props'
30
- export type { SimpleSelectGroupProps } from './SimpleSelect/Group/props'
31
- export type { SimpleSelectOptionProps } from './SimpleSelect/Option/props'
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'