@khanacademy/wonder-blocks-modal 5.1.15 → 5.1.17

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @khanacademy/wonder-blocks-modal
2
2
 
3
+ ## 5.1.17
4
+
5
+ ### Patch Changes
6
+
7
+ - b5cad0b1: Use h2 tag in modal header instead of h3
8
+
9
+ ## 5.1.16
10
+
11
+ ### Patch Changes
12
+
13
+ - @khanacademy/wonder-blocks-icon-button@5.6.2
14
+
3
15
  ## 5.1.15
4
16
 
5
17
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -193,6 +193,7 @@ function ModalHeader(props) {
193
193
  }, breadcrumbs && React.createElement(View, {
194
194
  style: styles.breadcrumbs
195
195
  }, breadcrumbs), React.createElement(HeadingMedium, {
196
+ tag: "h2",
196
197
  style: styles.title,
197
198
  id: titleId,
198
199
  testId: testId && `${testId}-title`
package/dist/index.js CHANGED
@@ -223,6 +223,7 @@ function ModalHeader(props) {
223
223
  }, breadcrumbs && React__namespace.createElement(wonderBlocksCore.View, {
224
224
  style: styles.breadcrumbs
225
225
  }, breadcrumbs), React__namespace.createElement(wonderBlocksTypography.HeadingMedium, {
226
+ tag: "h2",
226
227
  style: styles.title,
227
228
  id: titleId,
228
229
  testId: testId && `${testId}-title`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-modal",
3
- "version": "5.1.15",
3
+ "version": "5.1.17",
4
4
  "design": "v2",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "@babel/runtime": "^7.18.6",
19
19
  "@khanacademy/wonder-blocks-breadcrumbs": "^2.2.8",
20
20
  "@khanacademy/wonder-blocks-core": "^7.0.1",
21
- "@khanacademy/wonder-blocks-icon-button": "^5.6.1",
21
+ "@khanacademy/wonder-blocks-icon-button": "^5.6.2",
22
22
  "@khanacademy/wonder-blocks-layout": "^2.2.2",
23
23
  "@khanacademy/wonder-blocks-theming": "^2.0.4",
24
24
  "@khanacademy/wonder-blocks-timing": "^5.0.2",