@khanacademy/wonder-blocks-layout
Advanced tools
Comparing version 1.3.11 to 1.3.12
@@ -171,3 +171,5 @@ // @flow | ||
for (const name of Object.keys(styleSheet)) { | ||
if (mockStyleSheet.hasOwnProperty(name)) { | ||
if ( | ||
Object.prototype.hasOwnProperty.call(mockStyleSheet, name) | ||
) { | ||
continue; | ||
@@ -174,0 +176,0 @@ } |
@@ -379,3 +379,3 @@ import { createContext, createElement, Component } from 'react'; | ||
if (mockStyleSheet.hasOwnProperty(name)) { | ||
if (Object.prototype.hasOwnProperty.call(mockStyleSheet, name)) { | ||
continue; | ||
@@ -382,0 +382,0 @@ } // We create an entry that combines the values from all of |
@@ -189,3 +189,3 @@ module.exports = | ||
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
@@ -381,3 +381,3 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _nonIterableRest(); } | ||
if (mockStyleSheet.hasOwnProperty(name)) { | ||
if (Object.prototype.hasOwnProperty.call(mockStyleSheet, name)) { | ||
continue; | ||
@@ -498,3 +498,3 @@ } // We create an entry that combines the values from all of | ||
// CONCATENATED MODULE: ./packages/wonder-blocks-layout/components/spring.js | ||
function spring_typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { spring_typeof = function _typeof(obj) { return typeof obj; }; } else { spring_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return spring_typeof(obj); } | ||
function spring_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { spring_typeof = function _typeof(obj) { return typeof obj; }; } else { spring_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return spring_typeof(obj); } | ||
@@ -557,3 +557,3 @@ function spring_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
// CONCATENATED MODULE: ./packages/wonder-blocks-layout/components/strut.js | ||
function strut_typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { strut_typeof = function _typeof(obj) { return typeof obj; }; } else { strut_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return strut_typeof(obj); } | ||
function strut_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { strut_typeof = function _typeof(obj) { return typeof obj; }; } else { strut_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return strut_typeof(obj); } | ||
@@ -560,0 +560,0 @@ function strut_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } |
{ | ||
"name": "@khanacademy/wonder-blocks-layout", | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"design": "v1", | ||
@@ -20,3 +20,3 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@khanacademy/wonder-blocks-button": "^2.4.8", | ||
"@khanacademy/wonder-blocks-button": "^2.4.9", | ||
"wb-dev-build-settings": "^0.0.3" | ||
@@ -30,3 +30,3 @@ }, | ||
"license": "MIT", | ||
"gitHead": "9ce272758e112a23de91af6f8e70f61843ea5b5b" | ||
"gitHead": "f75ca5803b2cb977f98d11e7dd9ed0022f49af90" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134772
2675