@codecademy/variance
Advanced tools
Comparing version 0.21.5-alpha.e17690.0 to 0.21.5-alpha.e4e17a.0
@@ -6,3 +6,3 @@ import mapValues from 'lodash/mapValues'; | ||
class ThemeBuilder { | ||
#theme = {}; | ||
#theme = (() => ({}))(); | ||
constructor(baseTheme) { | ||
@@ -9,0 +9,0 @@ this.#theme = baseTheme; |
{ | ||
"name": "@codecademy/variance", | ||
"description": "Constraint based CSS in JS for building scalable design systems", | ||
"version": "0.21.5-alpha.e17690.0", | ||
"version": "0.21.5-alpha.e4e17a.0", | ||
"author": "codecaaron <aaron@codecademy.com>", | ||
@@ -35,3 +35,3 @@ "dependencies": { | ||
"types": "dist/index.d.ts", | ||
"gitHead": "2a53deaefc6fa47531abdd406c7c9eabd1738ae8" | ||
"gitHead": "d29423812a250cc52ef6ef465d31894227770a34" | ||
} |
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
49968