@khanacademy/wonder-blocks-modal 3.0.1 → 3.0.2

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,11 @@
1
1
  # @khanacademy/wonder-blocks-modal
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @khanacademy/wonder-blocks-icon-button@3.4.16
8
+
3
9
  ## 3.0.1
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -2789,19 +2789,16 @@ function _extends() {
2789
2789
  module.exports = _extends = Object.assign ? Object.assign.bind() : function (target) {
2790
2790
  for (var i = 1; i < arguments.length; i++) {
2791
2791
  var source = arguments[i];
2792
-
2793
2792
  for (var key in source) {
2794
2793
  if (Object.prototype.hasOwnProperty.call(source, key)) {
2795
2794
  target[key] = source[key];
2796
2795
  }
2797
2796
  }
2798
2797
  }
2799
-
2800
2798
  return target;
2801
2799
  }, module.exports.__esModule = true, module.exports["default"] = module.exports;
2802
2800
  return _extends.apply(this, arguments);
2803
2801
  }
2804
-
2805
2802
  module.exports = _extends, module.exports.__esModule = true, module.exports["default"] = module.exports;
2806
2803
 
2807
2804
  /***/ }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-modal",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "design": "v2",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -20,7 +20,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.15",
23
+ "@khanacademy/wonder-blocks-icon-button": "^3.4.16",
24
24
  "@khanacademy/wonder-blocks-layout": "^1.4.12",
25
25
  "@khanacademy/wonder-blocks-spacing": "^3.0.5",
26
26
  "@khanacademy/wonder-blocks-typography": "^1.1.34"