Skip to content
Snippets Groups Projects
Commit aac6d1d3 authored by jan.bednarik's avatar jan.bednarik
Browse files

Merge branch 'v2.20' into 'master'

Add pirate yellow color

See merge request !11
parents cf31482a 47e356a9
No related branches found
No related tags found
1 merge request!11Add pirate yellow color
Pipeline #17787 passed
{ {
"name": "edition-node-gulp", "name": "edition-node-gulp",
"version": "2.19.0", "version": "2.20.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "edition-node-gulp", "name": "edition-node-gulp",
"version": "2.19.0", "version": "2.20.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
......
{ {
"name": "edition-node-gulp", "name": "edition-node-gulp",
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.", "description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
"version": "2.19.0", "version": "2.20.0",
"dependencies": { "dependencies": {
"@fullcalendar/core": "^6.1.5", "@fullcalendar/core": "^6.1.5",
"@fullcalendar/daygrid": "^6.1.5", "@fullcalendar/daygrid": "^6.1.5",
......
...@@ -186,6 +186,12 @@ ...@@ -186,6 +186,12 @@
"variants": [ "variants": [
{"cls": "red-600", "name": "Red 600", "hex": "#d60d53"} {"cls": "red-600", "name": "Red 600", "hex": "#d60d53"}
] ]
},
{
"name": "Pirati",
"variants": [
{"cls": "pirati-yellow", "name": "Yellow", "hex": "#fec934"}
]
} }
] ]
} }
...@@ -179,6 +179,9 @@ module.exports = { ...@@ -179,6 +179,9 @@ module.exports = {
'400': '#840048', '400': '#840048',
'500': '#670047', '500': '#670047',
}, },
'pirati': {
'yellow': '#fec934'
},
}, },
container: { container: {
center: true, center: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment