@khanacademy/wonder-blocks-banner 1.1.0 → 1.1.1

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,14 @@
1
1
  # @khanacademy/wonder-blocks-banner
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ceb111df]
8
+ - @khanacademy/wonder-blocks-button@3.0.7
9
+ - @khanacademy/wonder-blocks-icon-button@3.4.15
10
+ - @khanacademy/wonder-blocks-link@3.8.13
11
+
3
12
  ## 1.1.0
4
13
 
5
14
  ### Minor Changes
package/dist/index.js CHANGED
@@ -374,6 +374,8 @@ const styles = aphrodite__WEBPACK_IMPORTED_MODULE_1__["StyleSheet"].create({
374
374
  },
375
375
  floatingBorder: {
376
376
  borderRadius: 4,
377
+ // Stop the square corners of the inner container from
378
+ // flowing out of the rounded corners of the outer container.
377
379
  overflow: "hidden"
378
380
  }
379
381
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-banner",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "design": "v1",
5
5
  "description": "Banner components for Wonder Blocks.",
6
6
  "main": "dist/index.js",
@@ -16,12 +16,12 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@babel/runtime": "^7.18.6",
19
- "@khanacademy/wonder-blocks-button": "^3.0.6",
19
+ "@khanacademy/wonder-blocks-button": "^3.0.7",
20
20
  "@khanacademy/wonder-blocks-color": "^1.2.0",
21
21
  "@khanacademy/wonder-blocks-core": "^4.5.0",
22
22
  "@khanacademy/wonder-blocks-icon": "^1.2.32",
23
- "@khanacademy/wonder-blocks-icon-button": "^3.4.14",
24
- "@khanacademy/wonder-blocks-link": "^3.8.12",
23
+ "@khanacademy/wonder-blocks-icon-button": "^3.4.15",
24
+ "@khanacademy/wonder-blocks-link": "^3.8.13",
25
25
  "@khanacademy/wonder-blocks-spacing": "^3.0.5",
26
26
  "@khanacademy/wonder-blocks-typography": "^1.1.34"
27
27
  },
@@ -352,6 +352,8 @@ const styles = StyleSheet.create({
352
352
  },
353
353
  floatingBorder: {
354
354
  borderRadius: 4,
355
+ // Stop the square corners of the inner container from
356
+ // flowing out of the rounded corners of the outer container.
355
357
  overflow: "hidden",
356
358
  },
357
359
  });