Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GSC Material UI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GSC Frameworks
GSC Material UI
Commits
8ab12f4c
Commit
8ab12f4c
authored
Nov 07, 2019
by
Ben Galloway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix: transpiled version results in "GSCTheme is not defined"
Bump patch version.
parent
b3ceb01f
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
814 additions
and
506 deletions
+814
-506
package.json
package.json
+1
-1
src/themeDefinition.js
src/themeDefinition.js
+3
-1
themeDefinition.js
themeDefinition.js
+2
-3
yarn.lock
yarn.lock
+808
-501
No files found.
package.json
View file @
8ab12f4c
{
"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"
,
...
...
src/themeDefinition.js
View file @
8ab12f4c
export
defaul
t
GSCTheme
=
{
cons
t
GSCTheme
=
{
gsc
:
{
// Core
navy
:
"
#2e2d44
"
,
...
...
@@ -75,3 +75,5 @@ export default GSCTheme = {
},
},
};
export
default
GSCTheme
;
themeDefinition.js
View file @
8ab12f4c
...
...
@@ -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
yarn.lock
View file @
8ab12f4c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment