@instructure/ui-heading 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 +42 -304
- package/es/Heading/{index.js → v1/index.js} +2 -2
- package/es/Heading/v2/index.js +266 -0
- package/es/Heading/v2/props.js +26 -0
- package/es/Heading/v2/styles.js +273 -0
- package/es/{index.js → exports/a.js} +1 -1
- package/{src/index.ts → es/exports/b.js} +1 -3
- package/lib/Heading/{index.js → v1/index.js} +4 -4
- package/lib/Heading/v2/index.js +271 -0
- package/lib/Heading/v2/props.js +31 -0
- package/lib/Heading/v2/styles.js +279 -0
- package/lib/{index.js → exports/a.js} +2 -2
- package/lib/exports/b.js +12 -0
- package/package.json +39 -17
- package/src/Heading/{index.tsx → v1/index.tsx} +2 -2
- package/src/Heading/v2/README.md +158 -0
- package/src/Heading/v2/index.tsx +291 -0
- package/src/Heading/v2/props.ts +133 -0
- package/src/Heading/v2/styles.ts +273 -0
- package/src/exports/a.ts +26 -0
- package/src/exports/b.ts +26 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Heading/v1/index.d.ts.map +1 -0
- package/types/Heading/v1/props.d.ts.map +1 -0
- package/types/Heading/v1/styles.d.ts.map +1 -0
- package/types/Heading/v1/theme.d.ts.map +1 -0
- package/types/Heading/v2/index.d.ts +40 -0
- package/types/Heading/v2/index.d.ts.map +1 -0
- package/types/Heading/v2/props.d.ts +62 -0
- package/types/Heading/v2/props.d.ts.map +1 -0
- package/types/Heading/v2/styles.d.ts +14 -0
- package/types/Heading/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/Heading/index.d.ts.map +0 -1
- package/types/Heading/props.d.ts.map +0 -1
- package/types/Heading/styles.d.ts.map +0 -1
- package/types/Heading/theme.d.ts.map +0 -1
- package/types/index.d.ts +0 -3
- package/types/index.d.ts.map +0 -1
- /package/es/Heading/{props.js → v1/props.js} +0 -0
- /package/es/Heading/{styles.js → v1/styles.js} +0 -0
- /package/es/Heading/{theme.js → v1/theme.js} +0 -0
- /package/lib/Heading/{props.js → v1/props.js} +0 -0
- /package/lib/Heading/{styles.js → v1/styles.js} +0 -0
- /package/lib/Heading/{theme.js → v1/theme.js} +0 -0
- /package/src/Heading/{README.md → v1/README.md} +0 -0
- /package/src/Heading/{props.ts → v1/props.ts} +0 -0
- /package/src/Heading/{styles.ts → v1/styles.ts} +0 -0
- /package/src/Heading/{theme.ts → v1/theme.ts} +0 -0
- /package/types/Heading/{index.d.ts → v1/index.d.ts} +0 -0
- /package/types/Heading/{props.d.ts → v1/props.d.ts} +0 -0
- /package/types/Heading/{styles.d.ts → v1/styles.d.ts} +0 -0
- /package/types/Heading/{theme.d.ts → v1/theme.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,594 +3,332 @@
|
|
|
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
|
-
|
|
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-heading
|
|
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-heading:** rework Heading ([b8d5995](https://github.com/instructure/instructure-ui/commit/b8d5995bd0b7d11db6a4d83a96cef74c434ab40f))
|
|
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-heading
|
|
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-heading
|
|
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-heading
|
|
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-heading
|
|
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-heading
|
|
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
|
-
|
|
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
|
-
|
|
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-heading
|
|
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
|
-
|
|
74
|
-
|
|
54
|
+
- **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
|
|
75
55
|
|
|
76
56
|
### BREAKING CHANGES
|
|
77
57
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
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
|
-
|
|
91
|
-
|
|
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-heading
|
|
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
|
### Bug Fixes
|
|
109
81
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
82
|
+
- **ui-heading:** ai heading won't show up on print ([af10476](https://github.com/instructure/instructure-ui/commit/af10476f5302c5e53e87ccf79a0e0f0d988871e2))
|
|
115
83
|
|
|
116
84
|
## [10.24.2](https://github.com/instructure/instructure-ui/compare/v10.24.1...v10.24.2) (2025-08-11)
|
|
117
85
|
|
|
118
86
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
119
87
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
88
|
## [10.24.1](https://github.com/instructure/instructure-ui/compare/v10.24.0...v10.24.1) (2025-07-30)
|
|
125
89
|
|
|
126
|
-
|
|
127
90
|
### Bug Fixes
|
|
128
91
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
92
|
+
- **ui-heading:** fix Heading rendering as H2 in most cases ([d6e4cd5](https://github.com/instructure/instructure-ui/commit/d6e4cd5f6369f219e70975c95f0e1e1bcb22ced4))
|
|
134
93
|
|
|
135
94
|
# [10.24.0](https://github.com/instructure/instructure-ui/compare/v10.23.0...v10.24.0) (2025-07-18)
|
|
136
95
|
|
|
137
96
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
138
97
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
98
|
# [10.23.0](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.23.0) (2025-07-09)
|
|
144
99
|
|
|
145
|
-
|
|
146
100
|
### Bug Fixes
|
|
147
101
|
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
102
|
+
- **ui-heading:** fix aria-label not passing when set ([6ac2fc5](https://github.com/instructure/instructure-ui/commit/6ac2fc51830ae2b8b2bb14ba55aaa6cdbeeddf13))
|
|
153
103
|
|
|
154
104
|
# [10.22.0](https://github.com/instructure/instructure-ui/compare/v10.21.0...v10.22.0) (2025-07-04)
|
|
155
105
|
|
|
156
|
-
|
|
157
106
|
### Features
|
|
158
107
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
108
|
+
- **many:** add new package (instructure) and three new components: AiInformation, NutritionFacts and DataPermissionLevels ([073be7b](https://github.com/instructure/instructure-ui/commit/073be7b50893e9ab77158ee8a83506eddfbd4113))
|
|
109
|
+
- **ui-heading,shared-types:** add new aiHeading prop and design. Also add h6 level to heading ([b6c7e0b](https://github.com/instructure/instructure-ui/commit/b6c7e0b9f650dc32ab4b571a8ebabc5ba149c20f))
|
|
110
|
+
- **ui-heading,shared-types:** add new aiHeading prop and design. Also add h6 level to heading ([a74236a](https://github.com/instructure/instructure-ui/commit/a74236a4e245b8738e6fa7785806a9586666d33c))
|
|
166
111
|
|
|
167
112
|
# [10.21.0](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.21.0) (2025-06-27)
|
|
168
113
|
|
|
169
|
-
|
|
170
114
|
### Features
|
|
171
115
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
116
|
+
- **ui-heading:** enable setting level for headings with variant ([512c0df](https://github.com/instructure/instructure-ui/commit/512c0df17cd36126b70c0ab0aea77dba6bac08d3))
|
|
177
117
|
|
|
178
118
|
## [10.20.1](https://github.com/instructure/instructure-ui/compare/v10.20.0...v10.20.1) (2025-06-17)
|
|
179
119
|
|
|
180
120
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
181
121
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
122
|
# [10.20.0](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.20.0) (2025-06-13)
|
|
187
123
|
|
|
188
|
-
|
|
189
124
|
### Bug Fixes
|
|
190
125
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
126
|
+
- **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
|
|
196
127
|
|
|
197
128
|
## [10.19.1](https://github.com/instructure/instructure-ui/compare/v10.19.0...v10.19.1) (2025-06-05)
|
|
198
129
|
|
|
199
130
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
200
131
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
132
|
# [10.19.0](https://github.com/instructure/instructure-ui/compare/v10.18.1...v10.19.0) (2025-06-03)
|
|
206
133
|
|
|
207
134
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
208
135
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
136
|
## [10.18.1](https://github.com/instructure/instructure-ui/compare/v10.18.0...v10.18.1) (2025-05-29)
|
|
214
137
|
|
|
215
|
-
|
|
216
138
|
### Bug Fixes
|
|
217
139
|
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
140
|
+
- **many:** fix access of colors from theme ([983e580](https://github.com/instructure/instructure-ui/commit/983e580a6e03d2cd590db76aae28f1d6e71004b8))
|
|
223
141
|
|
|
224
142
|
# [10.18.0](https://github.com/instructure/instructure-ui/compare/v10.17.0...v10.18.0) (2025-05-26)
|
|
225
143
|
|
|
226
|
-
|
|
227
144
|
### Bug Fixes
|
|
228
145
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
146
|
+
- **ui-heading:** add renderIcon prop to fix layout issues ([e69f4ae](https://github.com/instructure/instructure-ui/commit/e69f4ae29fa7138ab49aab2a5493b7cd8f7db49a))
|
|
234
147
|
|
|
235
148
|
# [10.17.0](https://github.com/instructure/instructure-ui/compare/v10.16.4...v10.17.0) (2025-05-20)
|
|
236
149
|
|
|
237
|
-
|
|
238
150
|
### Features
|
|
239
151
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
152
|
+
- **ui-heading,shared-types:** add ai color ([a00690b](https://github.com/instructure/instructure-ui/commit/a00690b2c3df477298b89ac94055c26be06071b9))
|
|
245
153
|
|
|
246
154
|
## [10.16.4](https://github.com/instructure/instructure-ui/compare/v10.16.3...v10.16.4) (2025-05-09)
|
|
247
155
|
|
|
248
156
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
249
157
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
158
|
## [10.16.3](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.3) (2025-04-30)
|
|
255
159
|
|
|
256
160
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
257
161
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
162
|
## [10.16.2](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.2) (2025-04-22)
|
|
263
163
|
|
|
264
164
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
265
165
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
166
|
## [10.16.1](https://github.com/instructure/instructure-ui/compare/v10.16.0...v10.16.1) (2025-04-22)
|
|
271
167
|
|
|
272
168
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
273
169
|
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
170
|
# [10.16.0](https://github.com/instructure/instructure-ui/compare/v10.15.2...v10.16.0) (2025-04-11)
|
|
279
171
|
|
|
280
|
-
|
|
281
172
|
### Bug Fixes
|
|
282
173
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
174
|
+
- **ui-buttons:** fix button border color ([5322f9c](https://github.com/instructure/instructure-ui/commit/5322f9c8d359a394e0ea4caa5dbab982169edddf))
|
|
288
175
|
|
|
289
176
|
## [10.15.2](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2) (2025-04-07)
|
|
290
177
|
|
|
291
|
-
|
|
292
178
|
### Bug Fixes
|
|
293
179
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
180
|
+
- update PropTypes to align with the new spacing tokens ([223d55b](https://github.com/instructure/instructure-ui/commit/223d55bad95e2a3a8b298d622e5b1d0fbab6b289))
|
|
299
181
|
|
|
300
182
|
## [10.15.1](https://github.com/instructure/instructure-ui/compare/v10.15.0...v10.15.1) (2025-04-03)
|
|
301
183
|
|
|
302
184
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
303
185
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
186
|
# [10.15.0](https://github.com/instructure/instructure-ui/compare/v10.14.0...v10.15.0) (2025-03-31)
|
|
309
187
|
|
|
310
188
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
311
189
|
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
190
|
# [10.14.0](https://github.com/instructure/instructure-ui/compare/v10.13.0...v10.14.0) (2025-03-17)
|
|
317
191
|
|
|
318
192
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
319
193
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
194
|
# [10.13.0](https://github.com/instructure/instructure-ui/compare/v10.12.0...v10.13.0) (2025-03-06)
|
|
325
195
|
|
|
326
196
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
327
197
|
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
198
|
# [10.12.0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.12.0) (2025-02-24)
|
|
333
199
|
|
|
334
200
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
335
201
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
202
|
# [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03)
|
|
341
203
|
|
|
342
204
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
343
205
|
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
206
|
# [10.10.0](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.10.0) (2024-12-18)
|
|
349
207
|
|
|
350
|
-
|
|
351
208
|
### Features
|
|
352
209
|
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
210
|
+
- **many:** add new Typography tokens and update text and heading ([a09fa0f](https://github.com/instructure/instructure-ui/commit/a09fa0f9ee3b92e8b20415e1d57f5f465526936c))
|
|
358
211
|
|
|
359
212
|
# [10.9.0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.9.0) (2024-12-12)
|
|
360
213
|
|
|
361
214
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
362
215
|
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
216
|
# [10.8.0](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.8.0) (2024-12-09)
|
|
368
217
|
|
|
369
218
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
370
219
|
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
220
|
# [10.7.0](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.7.0) (2024-12-03)
|
|
376
221
|
|
|
377
222
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
378
223
|
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
224
|
## [10.6.1](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1) (2024-11-26)
|
|
384
225
|
|
|
385
226
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
386
227
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
228
|
# [10.6.0](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.6.0) (2024-11-18)
|
|
392
229
|
|
|
393
230
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
394
231
|
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
232
|
# [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07)
|
|
400
233
|
|
|
401
234
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
402
235
|
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
236
|
## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28)
|
|
408
237
|
|
|
409
|
-
|
|
410
238
|
### Bug Fixes
|
|
411
239
|
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
240
|
+
- update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
|
|
417
241
|
|
|
418
242
|
# [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
|
|
419
243
|
|
|
420
244
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
421
245
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
246
|
# [10.3.0](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.3.0) (2024-10-03)
|
|
427
247
|
|
|
428
248
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
429
249
|
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
250
|
## [10.2.2](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2) (2024-09-13)
|
|
435
251
|
|
|
436
252
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
437
253
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
254
|
## [10.2.1](https://github.com/instructure/instructure-ui/compare/v10.2.0...v10.2.1) (2024-08-30)
|
|
443
255
|
|
|
444
256
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
445
257
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
258
|
# [10.2.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.2.0) (2024-08-23)
|
|
451
259
|
|
|
452
260
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
453
261
|
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
262
|
# [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
|
|
459
263
|
|
|
460
264
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
461
265
|
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
266
|
# [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
|
|
467
267
|
|
|
468
|
-
|
|
469
268
|
### Features
|
|
470
269
|
|
|
471
|
-
|
|
472
|
-
|
|
270
|
+
- **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
|
|
473
271
|
|
|
474
272
|
### BREAKING CHANGES
|
|
475
273
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
274
|
+
- **many:** Breaks color overrides in certain cases
|
|
481
275
|
|
|
482
276
|
## [9.5.1](https://github.com/instructure/instructure-ui/compare/v9.5.0...v9.5.1) (2024-07-30)
|
|
483
277
|
|
|
484
278
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
485
279
|
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
280
|
# [9.5.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.5.0) (2024-07-26)
|
|
491
281
|
|
|
492
282
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
493
283
|
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
284
|
# [9.4.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.4.0) (2024-07-26)
|
|
499
285
|
|
|
500
286
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
501
287
|
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
288
|
# [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)
|
|
507
289
|
|
|
508
290
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
509
291
|
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
292
|
# [9.2.0](https://github.com/instructure/instructure-ui/compare/v9.1.0...v9.2.0) (2024-07-09)
|
|
515
293
|
|
|
516
294
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
517
295
|
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
296
|
# [9.1.0](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.1.0) (2024-06-14)
|
|
523
297
|
|
|
524
298
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
525
299
|
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
300
|
## [9.0.1](https://github.com/instructure/instructure-ui/compare/v9.0.0...v9.0.1) (2024-05-09)
|
|
531
301
|
|
|
532
302
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
533
303
|
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
304
|
# [9.0.0](https://github.com/instructure/instructure-ui/compare/v8.56.0...v9.0.0) (2024-05-09)
|
|
539
305
|
|
|
540
306
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
541
307
|
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
308
|
# [8.56.0](https://github.com/instructure/instructure-ui/compare/v8.55.1...v8.56.0) (2024-05-06)
|
|
547
309
|
|
|
548
310
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
549
311
|
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
312
|
## [8.55.1](https://github.com/instructure/instructure-ui/compare/v8.55.0...v8.55.1) (2024-04-30)
|
|
555
313
|
|
|
556
314
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
557
315
|
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
316
|
# [8.55.0](https://github.com/instructure/instructure-ui/compare/v8.54.0...v8.55.0) (2024-04-09)
|
|
563
317
|
|
|
564
318
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
565
319
|
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
320
|
# [8.54.0](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.54.0) (2024-03-21)
|
|
571
321
|
|
|
572
322
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
573
323
|
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
324
|
## [8.53.2](https://github.com/instructure/instructure-ui/compare/v8.53.1...v8.53.2) (2024-02-15)
|
|
579
325
|
|
|
580
326
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
581
327
|
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
328
|
## [8.53.1](https://github.com/instructure/instructure-ui/compare/v8.53.0...v8.53.1) (2024-02-09)
|
|
587
329
|
|
|
588
330
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
589
331
|
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
332
|
# [8.53.0](https://github.com/instructure/instructure-ui/compare/v8.52.0...v8.53.0) (2024-02-08)
|
|
595
333
|
|
|
596
334
|
**Note:** Version bump only for package @instructure/ui-heading
|
|
@@ -26,10 +26,10 @@ var _dec, _class, _Heading, _IconAiColoredSolid, _IconAiColoredSolid2, _IconAiCo
|
|
|
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, callRenderProp } from '@instructure/ui-react-utils';
|
|
31
31
|
import { IconAiColoredSolid } from '@instructure/ui-icons';
|
|
32
|
-
import { withStyle } from '@instructure/emotion';
|
|
32
|
+
import { withStyleLegacy as withStyle } from '@instructure/emotion';
|
|
33
33
|
import generateStyle from "./styles.js";
|
|
34
34
|
import generateComponentTheme from "./theme.js";
|
|
35
35
|
import { allowedProps } from "./props.js";
|