@instructure/ui-list 11.6.1-snapshot-0 → 11.6.1-snapshot-130

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 (159) hide show
  1. package/CHANGELOG.md +36 -294
  2. package/es/InlineList/{InlineListItem → v1/InlineListItem}/index.js +2 -2
  3. package/es/InlineList/{index.js → v1/index.js} +1 -1
  4. package/es/InlineList/v2/InlineListItem/index.js +97 -0
  5. package/es/InlineList/v2/InlineListItem/styles.js +143 -0
  6. package/es/InlineList/v2/index.js +93 -0
  7. package/es/{index.js → InlineList/v2/props.js} +3 -3
  8. package/es/List/{ListItem → v1/ListItem}/index.js +2 -2
  9. package/es/List/v1/ListItem/props.js +28 -0
  10. package/es/List/{index.js → v1/index.js} +2 -2
  11. package/es/List/v2/ListItem/index.js +91 -0
  12. package/es/List/v2/ListItem/props.js +28 -0
  13. package/es/List/v2/ListItem/styles.js +131 -0
  14. package/es/List/v2/index.js +100 -0
  15. package/es/List/v2/props.js +26 -0
  16. package/es/List/v2/styles.js +66 -0
  17. package/es/exports/a.js +26 -0
  18. package/es/exports/b.js +26 -0
  19. package/lib/InlineList/{InlineListItem → v1/InlineListItem}/index.js +3 -3
  20. package/lib/InlineList/{index.js → v1/index.js} +2 -2
  21. package/lib/InlineList/v2/InlineListItem/index.js +102 -0
  22. package/lib/InlineList/v2/InlineListItem/styles.js +149 -0
  23. package/lib/InlineList/v2/index.js +101 -0
  24. package/lib/InlineList/v2/props.js +31 -0
  25. package/lib/List/{ListItem → v1/ListItem}/index.js +3 -3
  26. package/lib/List/v1/ListItem/props.js +33 -0
  27. package/lib/List/v1/index.js +114 -0
  28. package/lib/List/v2/ListItem/index.js +96 -0
  29. package/lib/List/v2/ListItem/props.js +33 -0
  30. package/lib/List/v2/ListItem/styles.js +137 -0
  31. package/lib/List/{index.js → v2/index.js} +4 -5
  32. package/lib/List/v2/props.js +31 -0
  33. package/lib/List/v2/styles.js +72 -0
  34. package/lib/{index.js → exports/a.js} +6 -6
  35. package/lib/exports/b.js +32 -0
  36. package/package.json +39 -17
  37. package/src/InlineList/{InlineListItem → v1/InlineListItem}/index.tsx +2 -2
  38. package/src/InlineList/{index.tsx → v1/index.tsx} +1 -1
  39. package/src/InlineList/v2/InlineListItem/index.tsx +110 -0
  40. package/src/InlineList/v2/InlineListItem/props.ts +99 -0
  41. package/src/InlineList/v2/InlineListItem/styles.ts +142 -0
  42. package/src/InlineList/v2/README.md +146 -0
  43. package/src/InlineList/v2/index.tsx +102 -0
  44. package/src/InlineList/v2/props.ts +80 -0
  45. package/src/List/{ListItem → v1/ListItem}/index.tsx +2 -2
  46. package/src/List/{index.tsx → v1/index.tsx} +2 -2
  47. package/src/List/v2/ListItem/index.tsx +104 -0
  48. package/src/List/v2/ListItem/props.ts +94 -0
  49. package/src/List/v2/ListItem/styles.ts +136 -0
  50. package/src/List/v2/README.md +142 -0
  51. package/src/List/v2/index.tsx +109 -0
  52. package/src/List/v2/props.ts +95 -0
  53. package/src/List/v2/styles.ts +77 -0
  54. package/src/exports/a.ts +32 -0
  55. package/src/exports/b.ts +32 -0
  56. package/tsconfig.build.tsbuildinfo +1 -1
  57. package/types/InlineList/v1/InlineListItem/index.d.ts.map +1 -0
  58. package/types/InlineList/v1/InlineListItem/props.d.ts.map +1 -0
  59. package/types/InlineList/v1/InlineListItem/styles.d.ts.map +1 -0
  60. package/types/InlineList/v1/InlineListItem/theme.d.ts.map +1 -0
  61. package/types/InlineList/v1/index.d.ts.map +1 -0
  62. package/types/InlineList/v1/props.d.ts.map +1 -0
  63. package/types/InlineList/v2/InlineListItem/index.d.ts +27 -0
  64. package/types/InlineList/v2/InlineListItem/index.d.ts.map +1 -0
  65. package/types/InlineList/v2/InlineListItem/props.d.ts +42 -0
  66. package/types/InlineList/v2/InlineListItem/props.d.ts.map +1 -0
  67. package/types/InlineList/v2/InlineListItem/styles.d.ts +14 -0
  68. package/types/InlineList/v2/InlineListItem/styles.d.ts.map +1 -0
  69. package/types/InlineList/v2/index.d.ts +35 -0
  70. package/types/InlineList/v2/index.d.ts.map +1 -0
  71. package/types/InlineList/v2/props.d.ts +33 -0
  72. package/types/InlineList/v2/props.d.ts.map +1 -0
  73. package/types/List/v1/ListItem/index.d.ts.map +1 -0
  74. package/types/List/v1/ListItem/props.d.ts.map +1 -0
  75. package/types/List/v1/ListItem/styles.d.ts.map +1 -0
  76. package/types/List/v1/ListItem/theme.d.ts.map +1 -0
  77. package/types/List/v1/index.d.ts.map +1 -0
  78. package/types/List/v1/props.d.ts.map +1 -0
  79. package/types/List/v1/styles.d.ts.map +1 -0
  80. package/types/List/v1/theme.d.ts.map +1 -0
  81. package/types/List/v2/ListItem/index.d.ts +26 -0
  82. package/types/List/v2/ListItem/index.d.ts.map +1 -0
  83. package/types/List/v2/ListItem/props.d.ts +38 -0
  84. package/types/List/v2/ListItem/props.d.ts.map +1 -0
  85. package/types/List/v2/ListItem/styles.d.ts +14 -0
  86. package/types/List/v2/ListItem/styles.d.ts.map +1 -0
  87. package/types/List/v2/index.d.ts +38 -0
  88. package/types/List/v2/index.d.ts.map +1 -0
  89. package/types/List/v2/props.d.ts +41 -0
  90. package/types/List/v2/props.d.ts.map +1 -0
  91. package/types/List/v2/styles.d.ts +15 -0
  92. package/types/List/v2/styles.d.ts.map +1 -0
  93. package/types/exports/a.d.ts +8 -0
  94. package/types/exports/a.d.ts.map +1 -0
  95. package/types/exports/b.d.ts +8 -0
  96. package/types/exports/b.d.ts.map +1 -0
  97. package/src/index.ts +0 -32
  98. package/types/InlineList/InlineListItem/index.d.ts.map +0 -1
  99. package/types/InlineList/InlineListItem/props.d.ts.map +0 -1
  100. package/types/InlineList/InlineListItem/styles.d.ts.map +0 -1
  101. package/types/InlineList/InlineListItem/theme.d.ts.map +0 -1
  102. package/types/InlineList/index.d.ts.map +0 -1
  103. package/types/InlineList/props.d.ts.map +0 -1
  104. package/types/List/ListItem/index.d.ts.map +0 -1
  105. package/types/List/ListItem/props.d.ts.map +0 -1
  106. package/types/List/ListItem/styles.d.ts.map +0 -1
  107. package/types/List/ListItem/theme.d.ts.map +0 -1
  108. package/types/List/index.d.ts.map +0 -1
  109. package/types/List/props.d.ts.map +0 -1
  110. package/types/List/styles.d.ts.map +0 -1
  111. package/types/List/theme.d.ts.map +0 -1
  112. package/types/index.d.ts +0 -8
  113. package/types/index.d.ts.map +0 -1
  114. /package/es/InlineList/{InlineListItem → v1/InlineListItem}/props.js +0 -0
  115. /package/es/InlineList/{InlineListItem → v1/InlineListItem}/styles.js +0 -0
  116. /package/es/InlineList/{InlineListItem → v1/InlineListItem}/theme.js +0 -0
  117. /package/es/InlineList/{props.js → v1/props.js} +0 -0
  118. /package/es/{List/ListItem → InlineList/v2/InlineListItem}/props.js +0 -0
  119. /package/es/List/{ListItem → v1/ListItem}/styles.js +0 -0
  120. /package/es/List/{ListItem → v1/ListItem}/theme.js +0 -0
  121. /package/es/List/{props.js → v1/props.js} +0 -0
  122. /package/es/List/{styles.js → v1/styles.js} +0 -0
  123. /package/es/List/{theme.js → v1/theme.js} +0 -0
  124. /package/lib/InlineList/{InlineListItem → v1/InlineListItem}/props.js +0 -0
  125. /package/lib/InlineList/{InlineListItem → v1/InlineListItem}/styles.js +0 -0
  126. /package/lib/InlineList/{InlineListItem → v1/InlineListItem}/theme.js +0 -0
  127. /package/lib/InlineList/{props.js → v1/props.js} +0 -0
  128. /package/lib/{List/ListItem → InlineList/v2/InlineListItem}/props.js +0 -0
  129. /package/lib/List/{ListItem → v1/ListItem}/styles.js +0 -0
  130. /package/lib/List/{ListItem → v1/ListItem}/theme.js +0 -0
  131. /package/lib/List/{props.js → v1/props.js} +0 -0
  132. /package/lib/List/{styles.js → v1/styles.js} +0 -0
  133. /package/lib/List/{theme.js → v1/theme.js} +0 -0
  134. /package/src/InlineList/{InlineListItem → v1/InlineListItem}/props.ts +0 -0
  135. /package/src/InlineList/{InlineListItem → v1/InlineListItem}/styles.ts +0 -0
  136. /package/src/InlineList/{InlineListItem → v1/InlineListItem}/theme.ts +0 -0
  137. /package/src/InlineList/{README.md → v1/README.md} +0 -0
  138. /package/src/InlineList/{props.ts → v1/props.ts} +0 -0
  139. /package/src/List/{ListItem → v1/ListItem}/props.ts +0 -0
  140. /package/src/List/{ListItem → v1/ListItem}/styles.ts +0 -0
  141. /package/src/List/{ListItem → v1/ListItem}/theme.ts +0 -0
  142. /package/src/List/{README.md → v1/README.md} +0 -0
  143. /package/src/List/{props.ts → v1/props.ts} +0 -0
  144. /package/src/List/{styles.ts → v1/styles.ts} +0 -0
  145. /package/src/List/{theme.ts → v1/theme.ts} +0 -0
  146. /package/types/InlineList/{InlineListItem → v1/InlineListItem}/index.d.ts +0 -0
  147. /package/types/InlineList/{InlineListItem → v1/InlineListItem}/props.d.ts +0 -0
  148. /package/types/InlineList/{InlineListItem → v1/InlineListItem}/styles.d.ts +0 -0
  149. /package/types/InlineList/{InlineListItem → v1/InlineListItem}/theme.d.ts +0 -0
  150. /package/types/InlineList/{index.d.ts → v1/index.d.ts} +0 -0
  151. /package/types/InlineList/{props.d.ts → v1/props.d.ts} +0 -0
  152. /package/types/List/{ListItem → v1/ListItem}/index.d.ts +0 -0
  153. /package/types/List/{ListItem → v1/ListItem}/props.d.ts +0 -0
  154. /package/types/List/{ListItem → v1/ListItem}/styles.d.ts +0 -0
  155. /package/types/List/{ListItem → v1/ListItem}/theme.d.ts +0 -0
  156. /package/types/List/{index.d.ts → v1/index.d.ts} +0 -0
  157. /package/types/List/{props.d.ts → v1/props.d.ts} +0 -0
  158. /package/types/List/{styles.d.ts → v1/styles.d.ts} +0 -0
  159. /package/types/List/{theme.d.ts → v1/theme.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -3,582 +3,324 @@
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
- ## [11.6.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.6.1-snapshot-0) (2026-02-24)
6
+ ## [11.6.1-snapshot-130](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.6.1-snapshot-130) (2026-03-16)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-list
9
8
 
9
+ ### Bug Fixes
10
10
 
11
+ * **ui-many:** fix imports of the multiversion support ([ff5f2b3](https://github.com/instructure/instructure-ui/commit/ff5f2b38660ddae432edd32b98eedae586589977))
12
+ * **ui-scripts,ui-list:** fix new theme build issues ([d0cd58d](https://github.com/instructure/instructure-ui/commit/d0cd58d8eb610748673570f611778157922c9fee))
11
13
 
12
14
 
15
+ ### Features
13
16
 
14
- # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
17
+ * **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
18
+ * **ui-list:** migrate to new theming system ([98e203a](https://github.com/instructure/instructure-ui/commit/98e203a3f13f3a7b2e97846500c6d0d91730e29e))
15
19
 
16
- **Note:** Version bump only for package @instructure/ui-list
17
20
 
18
21
 
19
22
 
20
23
 
21
-
22
- # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
24
+ # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
23
25
 
24
26
  **Note:** Version bump only for package @instructure/ui-list
25
27
 
28
+ # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
26
29
 
27
-
28
-
30
+ **Note:** Version bump only for package @instructure/ui-list
29
31
 
30
32
  # [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
31
33
 
32
34
  **Note:** Version bump only for package @instructure/ui-list
33
35
 
34
-
35
-
36
-
37
-
38
36
  # [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
39
37
 
40
-
41
38
  ### Bug Fixes
42
39
 
43
- * **ui-list:** align ordered list start position with unordered lists ([baed912](https://github.com/instructure/instructure-ui/commit/baed912a2f246797b5bcd58c40c64b26de6baaf2))
44
-
45
-
46
-
47
-
40
+ - **ui-list:** align ordered list start position with unordered lists ([baed912](https://github.com/instructure/instructure-ui/commit/baed912a2f246797b5bcd58c40c64b26de6baaf2))
48
41
 
49
42
  # [11.2.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.2.0) (2025-11-06)
50
43
 
51
-
52
44
  ### Features
53
45
 
54
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
55
-
56
-
57
-
58
-
46
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
59
47
 
60
48
  # [11.1.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.1.0) (2025-11-05)
61
49
 
62
-
63
50
  ### Features
64
51
 
65
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
66
-
67
-
68
-
69
-
52
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
70
53
 
71
54
  ## [11.0.1](https://github.com/instructure/instructure-ui/compare/v11.0.0...v11.0.1) (2025-10-13)
72
55
 
73
56
  **Note:** Version bump only for package @instructure/ui-list
74
57
 
75
-
76
-
77
-
78
-
79
58
  # [11.0.0](https://github.com/instructure/instructure-ui/compare/v10.26.0...v11.0.0) (2025-10-06)
80
59
 
81
-
82
60
  ### Features
83
61
 
84
- * **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
85
-
62
+ - **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
86
63
 
87
64
  ### BREAKING CHANGES
88
65
 
89
- * **many:** InstUI v11 contains the following breaking changes:
90
- - React 16 and 17 are no longer supported
91
- - remove `PropTypes` from all packages
92
- - remove `CodeEditor` component
93
- - remove `@instui/theme-registry` package
94
- - remove `@testable`, `@experimental`, `@hack` decorators
95
- - InstUISettingsProvider's `as` prop is removed
96
- - `canvas.use()`, `canvasHighContrast.use()` functions are removed
97
- - `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
98
- - `variables` field on theme objects are removed
99
- - remove deprecated props from Table: Row's `isStacked`, Body's
66
+ - **many:** InstUI v11 contains the following breaking changes:
67
+
68
+ * React 16 and 17 are no longer supported
69
+ * remove `PropTypes` from all packages
70
+ * remove `CodeEditor` component
71
+ * remove `@instui/theme-registry` package
72
+ * remove `@testable`, `@experimental`, `@hack` decorators
73
+ * InstUISettingsProvider's `as` prop is removed
74
+ * `canvas.use()`, `canvasHighContrast.use()` functions are removed
75
+ * `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
76
+ * `variables` field on theme objects are removed
77
+ * remove deprecated props from Table: Row's `isStacked`, Body's
100
78
  `isStacked`, `hover`, and `headers`
101
- - `Table`'s `caption` prop is now required
102
- - `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
103
-
104
-
105
-
106
-
79
+ * `Table`'s `caption` prop is now required
80
+ * `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
107
81
 
108
82
  # [10.26.0](https://github.com/instructure/instructure-ui/compare/v10.25.0...v10.26.0) (2025-10-01)
109
83
 
110
84
  **Note:** Version bump only for package @instructure/ui-list
111
85
 
112
-
113
-
114
-
115
-
116
86
  # [10.25.0](https://github.com/instructure/instructure-ui/compare/v10.24.2...v10.25.0) (2025-09-09)
117
87
 
118
88
  **Note:** Version bump only for package @instructure/ui-list
119
89
 
120
-
121
-
122
-
123
-
124
90
  ## [10.24.2](https://github.com/instructure/instructure-ui/compare/v10.24.1...v10.24.2) (2025-08-11)
125
91
 
126
92
  **Note:** Version bump only for package @instructure/ui-list
127
93
 
128
-
129
-
130
-
131
-
132
94
  ## [10.24.1](https://github.com/instructure/instructure-ui/compare/v10.24.0...v10.24.1) (2025-07-30)
133
95
 
134
96
  **Note:** Version bump only for package @instructure/ui-list
135
97
 
136
-
137
-
138
-
139
-
140
98
  # [10.24.0](https://github.com/instructure/instructure-ui/compare/v10.23.0...v10.24.0) (2025-07-18)
141
99
 
142
-
143
100
  ### Bug Fixes
144
101
 
145
- * **ui-list:** remove delimiter placeholder after last child ([c1032a0](https://github.com/instructure/instructure-ui/commit/c1032a0d318d1f14840ab6bf49423c6eb92967d1))
146
-
147
-
148
-
149
-
102
+ - **ui-list:** remove delimiter placeholder after last child ([c1032a0](https://github.com/instructure/instructure-ui/commit/c1032a0d318d1f14840ab6bf49423c6eb92967d1))
150
103
 
151
104
  # [10.23.0](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.23.0) (2025-07-09)
152
105
 
153
106
  **Note:** Version bump only for package @instructure/ui-list
154
107
 
155
-
156
-
157
-
158
-
159
108
  # [10.22.0](https://github.com/instructure/instructure-ui/compare/v10.21.0...v10.22.0) (2025-07-04)
160
109
 
161
110
  **Note:** Version bump only for package @instructure/ui-list
162
111
 
163
-
164
-
165
-
166
-
167
112
  # [10.21.0](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.21.0) (2025-06-27)
168
113
 
169
114
  **Note:** Version bump only for package @instructure/ui-list
170
115
 
171
-
172
-
173
-
174
-
175
116
  ## [10.20.1](https://github.com/instructure/instructure-ui/compare/v10.20.0...v10.20.1) (2025-06-17)
176
117
 
177
118
  **Note:** Version bump only for package @instructure/ui-list
178
119
 
179
-
180
-
181
-
182
-
183
120
  # [10.20.0](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.20.0) (2025-06-13)
184
121
 
185
-
186
122
  ### Bug Fixes
187
123
 
188
- * **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
189
-
190
-
191
-
192
-
124
+ - **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
193
125
 
194
126
  ## [10.19.1](https://github.com/instructure/instructure-ui/compare/v10.19.0...v10.19.1) (2025-06-05)
195
127
 
196
128
  **Note:** Version bump only for package @instructure/ui-list
197
129
 
198
-
199
-
200
-
201
-
202
130
  # [10.19.0](https://github.com/instructure/instructure-ui/compare/v10.18.1...v10.19.0) (2025-06-03)
203
131
 
204
-
205
132
  ### Features
206
133
 
207
- * **ui-list,shared-types:** ability to override delimiter color ([915fab3](https://github.com/instructure/instructure-ui/commit/915fab32650480ac3ce2e966eab6ba1e9c6e791e))
208
-
209
-
210
-
211
-
134
+ - **ui-list,shared-types:** ability to override delimiter color ([915fab3](https://github.com/instructure/instructure-ui/commit/915fab32650480ac3ce2e966eab6ba1e9c6e791e))
212
135
 
213
136
  ## [10.18.1](https://github.com/instructure/instructure-ui/compare/v10.18.0...v10.18.1) (2025-05-29)
214
137
 
215
138
  **Note:** Version bump only for package @instructure/ui-list
216
139
 
217
-
218
-
219
-
220
-
221
140
  # [10.18.0](https://github.com/instructure/instructure-ui/compare/v10.17.0...v10.18.0) (2025-05-26)
222
141
 
223
142
  **Note:** Version bump only for package @instructure/ui-list
224
143
 
225
-
226
-
227
-
228
-
229
144
  # [10.17.0](https://github.com/instructure/instructure-ui/compare/v10.16.4...v10.17.0) (2025-05-20)
230
145
 
231
146
  **Note:** Version bump only for package @instructure/ui-list
232
147
 
233
-
234
-
235
-
236
-
237
148
  ## [10.16.4](https://github.com/instructure/instructure-ui/compare/v10.16.3...v10.16.4) (2025-05-09)
238
149
 
239
150
  **Note:** Version bump only for package @instructure/ui-list
240
151
 
241
-
242
-
243
-
244
-
245
152
  ## [10.16.3](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.3) (2025-04-30)
246
153
 
247
154
  **Note:** Version bump only for package @instructure/ui-list
248
155
 
249
-
250
-
251
-
252
-
253
156
  ## [10.16.2](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.2) (2025-04-22)
254
157
 
255
158
  **Note:** Version bump only for package @instructure/ui-list
256
159
 
257
-
258
-
259
-
260
-
261
160
  ## [10.16.1](https://github.com/instructure/instructure-ui/compare/v10.16.0...v10.16.1) (2025-04-22)
262
161
 
263
162
  **Note:** Version bump only for package @instructure/ui-list
264
163
 
265
-
266
-
267
-
268
-
269
164
  # [10.16.0](https://github.com/instructure/instructure-ui/compare/v10.15.2...v10.16.0) (2025-04-11)
270
165
 
271
166
  **Note:** Version bump only for package @instructure/ui-list
272
167
 
273
-
274
-
275
-
276
-
277
168
  ## [10.15.2](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2) (2025-04-07)
278
169
 
279
-
280
170
  ### Bug Fixes
281
171
 
282
- * update PropTypes to align with the new spacing tokens ([223d55b](https://github.com/instructure/instructure-ui/commit/223d55bad95e2a3a8b298d622e5b1d0fbab6b289))
283
-
284
-
285
-
286
-
172
+ - update PropTypes to align with the new spacing tokens ([223d55b](https://github.com/instructure/instructure-ui/commit/223d55bad95e2a3a8b298d622e5b1d0fbab6b289))
287
173
 
288
174
  ## [10.15.1](https://github.com/instructure/instructure-ui/compare/v10.15.0...v10.15.1) (2025-04-03)
289
175
 
290
176
  **Note:** Version bump only for package @instructure/ui-list
291
177
 
292
-
293
-
294
-
295
-
296
178
  # [10.15.0](https://github.com/instructure/instructure-ui/compare/v10.14.0...v10.15.0) (2025-03-31)
297
179
 
298
180
  **Note:** Version bump only for package @instructure/ui-list
299
181
 
300
-
301
-
302
-
303
-
304
182
  # [10.14.0](https://github.com/instructure/instructure-ui/compare/v10.13.0...v10.14.0) (2025-03-17)
305
183
 
306
184
  **Note:** Version bump only for package @instructure/ui-list
307
185
 
308
-
309
-
310
-
311
-
312
186
  # [10.13.0](https://github.com/instructure/instructure-ui/compare/v10.12.0...v10.13.0) (2025-03-06)
313
187
 
314
188
  **Note:** Version bump only for package @instructure/ui-list
315
189
 
316
-
317
-
318
-
319
-
320
190
  # [10.12.0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.12.0) (2025-02-24)
321
191
 
322
192
  **Note:** Version bump only for package @instructure/ui-list
323
193
 
324
-
325
-
326
-
327
-
328
194
  # [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03)
329
195
 
330
196
  **Note:** Version bump only for package @instructure/ui-list
331
197
 
332
-
333
-
334
-
335
-
336
198
  # [10.10.0](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.10.0) (2024-12-18)
337
199
 
338
200
  **Note:** Version bump only for package @instructure/ui-list
339
201
 
340
-
341
-
342
-
343
-
344
202
  # [10.9.0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.9.0) (2024-12-12)
345
203
 
346
-
347
204
  ### Features
348
205
 
349
- * **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4))
350
-
351
-
352
-
353
-
206
+ - **many:** make meta package export every component and type definition ([dee9abb](https://github.com/instructure/instructure-ui/commit/dee9abb9cbffa4abc9edf48fb7d8ad41fea385b4))
354
207
 
355
208
  # [10.8.0](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.8.0) (2024-12-09)
356
209
 
357
210
  **Note:** Version bump only for package @instructure/ui-list
358
211
 
359
-
360
-
361
-
362
-
363
212
  # [10.7.0](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.7.0) (2024-12-03)
364
213
 
365
214
  **Note:** Version bump only for package @instructure/ui-list
366
215
 
367
-
368
-
369
-
370
-
371
216
  ## [10.6.1](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1) (2024-11-26)
372
217
 
373
218
  **Note:** Version bump only for package @instructure/ui-list
374
219
 
375
-
376
-
377
-
378
-
379
220
  # [10.6.0](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.6.0) (2024-11-18)
380
221
 
381
222
  **Note:** Version bump only for package @instructure/ui-list
382
223
 
383
-
384
-
385
-
386
-
387
224
  # [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07)
388
225
 
389
226
  **Note:** Version bump only for package @instructure/ui-list
390
227
 
391
-
392
-
393
-
394
-
395
228
  ## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28)
396
229
 
397
-
398
230
  ### Bug Fixes
399
231
 
400
- * update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
401
-
402
-
403
-
404
-
232
+ - update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
405
233
 
406
234
  # [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
407
235
 
408
236
  **Note:** Version bump only for package @instructure/ui-list
409
237
 
410
-
411
-
412
-
413
-
414
238
  # [10.3.0](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.3.0) (2024-10-03)
415
239
 
416
240
  **Note:** Version bump only for package @instructure/ui-list
417
241
 
418
-
419
-
420
-
421
-
422
242
  ## [10.2.2](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2) (2024-09-13)
423
243
 
424
244
  **Note:** Version bump only for package @instructure/ui-list
425
245
 
426
-
427
-
428
-
429
-
430
246
  ## [10.2.1](https://github.com/instructure/instructure-ui/compare/v10.2.0...v10.2.1) (2024-08-30)
431
247
 
432
248
  **Note:** Version bump only for package @instructure/ui-list
433
249
 
434
-
435
-
436
-
437
-
438
250
  # [10.2.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.2.0) (2024-08-23)
439
251
 
440
252
  **Note:** Version bump only for package @instructure/ui-list
441
253
 
442
-
443
-
444
-
445
-
446
254
  # [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
447
255
 
448
256
  **Note:** Version bump only for package @instructure/ui-list
449
257
 
450
-
451
-
452
-
453
-
454
258
  # [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
455
259
 
456
-
457
260
  ### Features
458
261
 
459
- * **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
460
-
262
+ - **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
461
263
 
462
264
  ### BREAKING CHANGES
463
265
 
464
- * **many:** Breaks color overrides in certain cases
465
-
466
-
467
-
468
-
266
+ - **many:** Breaks color overrides in certain cases
469
267
 
470
268
  ## [9.5.1](https://github.com/instructure/instructure-ui/compare/v9.5.0...v9.5.1) (2024-07-30)
471
269
 
472
270
  **Note:** Version bump only for package @instructure/ui-list
473
271
 
474
-
475
-
476
-
477
-
478
272
  # [9.5.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.5.0) (2024-07-26)
479
273
 
480
274
  **Note:** Version bump only for package @instructure/ui-list
481
275
 
482
-
483
-
484
-
485
-
486
276
  # [9.4.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.4.0) (2024-07-26)
487
277
 
488
278
  **Note:** Version bump only for package @instructure/ui-list
489
279
 
490
-
491
-
492
-
493
-
494
280
  # [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)
495
281
 
496
282
  **Note:** Version bump only for package @instructure/ui-list
497
283
 
498
-
499
-
500
-
501
-
502
284
  # [9.2.0](https://github.com/instructure/instructure-ui/compare/v9.1.0...v9.2.0) (2024-07-09)
503
285
 
504
286
  **Note:** Version bump only for package @instructure/ui-list
505
287
 
506
-
507
-
508
-
509
-
510
288
  # [9.1.0](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.1.0) (2024-06-14)
511
289
 
512
290
  **Note:** Version bump only for package @instructure/ui-list
513
291
 
514
-
515
-
516
-
517
-
518
292
  ## [9.0.1](https://github.com/instructure/instructure-ui/compare/v9.0.0...v9.0.1) (2024-05-09)
519
293
 
520
294
  **Note:** Version bump only for package @instructure/ui-list
521
295
 
522
-
523
-
524
-
525
-
526
296
  # [9.0.0](https://github.com/instructure/instructure-ui/compare/v8.56.0...v9.0.0) (2024-05-09)
527
297
 
528
298
  **Note:** Version bump only for package @instructure/ui-list
529
299
 
530
-
531
-
532
-
533
-
534
300
  # [8.56.0](https://github.com/instructure/instructure-ui/compare/v8.55.1...v8.56.0) (2024-05-06)
535
301
 
536
302
  **Note:** Version bump only for package @instructure/ui-list
537
303
 
538
-
539
-
540
-
541
-
542
304
  ## [8.55.1](https://github.com/instructure/instructure-ui/compare/v8.55.0...v8.55.1) (2024-04-30)
543
305
 
544
306
  **Note:** Version bump only for package @instructure/ui-list
545
307
 
546
-
547
-
548
-
549
-
550
308
  # [8.55.0](https://github.com/instructure/instructure-ui/compare/v8.54.0...v8.55.0) (2024-04-09)
551
309
 
552
310
  **Note:** Version bump only for package @instructure/ui-list
553
311
 
554
-
555
-
556
-
557
-
558
312
  # [8.54.0](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.54.0) (2024-03-21)
559
313
 
560
314
  **Note:** Version bump only for package @instructure/ui-list
561
315
 
562
-
563
-
564
-
565
-
566
316
  ## [8.53.2](https://github.com/instructure/instructure-ui/compare/v8.53.1...v8.53.2) (2024-02-15)
567
317
 
568
318
  **Note:** Version bump only for package @instructure/ui-list
569
319
 
570
-
571
-
572
-
573
-
574
320
  ## [8.53.1](https://github.com/instructure/instructure-ui/compare/v8.53.0...v8.53.1) (2024-02-09)
575
321
 
576
322
  **Note:** Version bump only for package @instructure/ui-list
577
323
 
578
-
579
-
580
-
581
-
582
324
  # [8.53.0](https://github.com/instructure/instructure-ui/compare/v8.52.0...v8.53.0) (2024-02-08)
583
325
 
584
326
  **Note:** Version bump only for package @instructure/ui-list
@@ -26,9 +26,9 @@ var _dec, _class, _InlineListItem;
26
26
  */
27
27
 
28
28
  import { Component } from 'react';
29
- import { View } from '@instructure/ui-view';
29
+ import { View } from '@instructure/ui-view/v11_6';
30
30
  import { passthroughProps } from '@instructure/ui-react-utils';
31
- import { withStyle } from '@instructure/emotion';
31
+ import { withStyleLegacy as withStyle } from '@instructure/emotion';
32
32
  import generateStyle from "./styles.js";
33
33
  import generateComponentTheme from "./theme.js";
34
34
  import { allowedProps } from "./props.js";
@@ -24,7 +24,7 @@ const _excluded = ["as", "margin", "elementRef"];
24
24
  * SOFTWARE.
25
25
  */
26
26
  import { Children, Component } from 'react';
27
- import { View } from '@instructure/ui-view';
27
+ import { View } from '@instructure/ui-view/v11_6';
28
28
  import { passthroughProps, safeCloneElement } from '@instructure/ui-react-utils';
29
29
  import { InlineListItem } from "./InlineListItem/index.js";
30
30
  import { allowedProps } from "./props.js";