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", "name": "@gsc/material",
"version": "2.2.0", "version": "2.2.1",
"description": "An implementation of Material-UI with GSC styling", "description": "An implementation of Material-UI with GSC styling",
"main": "index.js", "main": "index.js",
"repository": "https://gitlab.gsc.org.uk/gsc-frameworks/gsc-material.git", "repository": "https://gitlab.gsc.org.uk/gsc-frameworks/gsc-material.git",
......
export default GSCTheme = { const GSCTheme = {
gsc: { gsc: {
// Core // Core
navy: "#2e2d44", navy: "#2e2d44",
...@@ -75,3 +75,5 @@ export default GSCTheme = { ...@@ -75,3 +75,5 @@ export default GSCTheme = {
}, },
}, },
}; };
export default GSCTheme;
...@@ -4,8 +4,7 @@ Object.defineProperty(exports, "__esModule", { ...@@ -4,8 +4,7 @@ Object.defineProperty(exports, "__esModule", {
value: true value: true
}); });
exports.default = void 0; exports.default = void 0;
var GSCTheme = {
var _default = GSCTheme = {
gsc: { gsc: {
// Core // Core
navy: "#2e2d44", navy: "#2e2d44",
...@@ -72,5 +71,5 @@ var _default = GSCTheme = { ...@@ -72,5 +71,5 @@ var _default = GSCTheme = {
} }
} }
}; };
var _default = GSCTheme;
exports.default = _default; 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