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