@khanacademy/wonder-blocks-color
Advanced tools
Comparing version 1.1.16 to 1.1.17
@@ -102,3 +102,3 @@ module.exports = | ||
// CONCATENATED MODULE: ./packages/wonder-blocks-color/util/utils.js | ||
// CONCATENATED MODULE: ./packages/wonder-blocks-color/src/util/utils.js | ||
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } | ||
@@ -202,3 +202,3 @@ | ||
}; | ||
// CONCATENATED MODULE: ./packages/wonder-blocks-color/index.js | ||
// CONCATENATED MODULE: ./packages/wonder-blocks-color/src/index.js | ||
@@ -205,0 +205,0 @@ var offBlack = "#21242c"; |
12
docs.md
@@ -9,5 +9,5 @@ ## Product | ||
import {View} from "@khanacademy/wonder-blocks-core"; | ||
import Swatch from "./docutils/swatch.js"; | ||
import Swatch from "./src/docutils/swatch.js"; | ||
import Color from "./index.js"; | ||
import Color from "./src/index.js"; | ||
@@ -64,5 +64,5 @@ const styles = StyleSheet.create({ | ||
import {View} from "@khanacademy/wonder-blocks-core"; | ||
import Swatch from "./docutils/swatch.js"; | ||
import Swatch from "./src/docutils/swatch.js"; | ||
import Color from "./index.js"; | ||
import Color from "./src/index.js"; | ||
@@ -145,5 +145,5 @@ const styles = StyleSheet.create({ | ||
import {View} from "@khanacademy/wonder-blocks-core"; | ||
import Swatch from "./docutils/swatch.js"; | ||
import Swatch from "./src/docutils/swatch.js"; | ||
import Color from "./index.js"; | ||
import Color from "./src/index.js"; | ||
@@ -150,0 +150,0 @@ const styles = StyleSheet.create({ |
{ | ||
"name": "@khanacademy/wonder-blocks-color", | ||
"version": "1.1.16", | ||
"version": "1.1.17", | ||
"design": "v2", | ||
@@ -11,3 +11,3 @@ "publishConfig": { | ||
"module": "dist/es/index.js", | ||
"source": "index.js", | ||
"source": "src/index.js", | ||
"scripts": { | ||
@@ -17,7 +17,7 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"devDependencies": { | ||
"wb-dev-build-settings": "^0.0.3" | ||
"wb-dev-build-settings": "^0.0.4" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
"gitHead": "644907d5558f4ab46a8ecb3c7e22be8bd3a9920e" | ||
"gitHead": "4aff5c505331e91477e1c8b454b9b2298004bd2d" | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
129092
1