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