Commit 8ab12f4c authored by Ben Galloway's avatar Ben Galloway

Bugfix: transpiled version results in "GSCTheme is not defined"

Bump patch version.
parent b3ceb01f
{
"name": "@gsc/material",
"version": "2.2.0",
"version": "2.2.1",
"description": "An implementation of Material-UI with GSC styling",
"main": "index.js",
"repository": "https://gitlab.gsc.org.uk/gsc-frameworks/gsc-material.git",
......
export default GSCTheme = {
const GSCTheme = {
gsc: {
// Core
navy: "#2e2d44",
......@@ -75,3 +75,5 @@ export default GSCTheme = {
},
},
};
export default GSCTheme;
......@@ -4,8 +4,7 @@ Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = GSCTheme = {
var GSCTheme = {
gsc: {
// Core
navy: "#2e2d44",
......@@ -72,5 +71,5 @@ var _default = GSCTheme = {
}
}
};
var _default = GSCTheme;
exports.default = _default;
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment