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