Merge branch 'develop'

This commit is contained in:
Mattia Astorino 2018-10-10 21:49:58 +02:00
commit 0b0592b158
14 changed files with 7029 additions and 7 deletions

View file

@ -94,10 +94,6 @@
"alpha": 100,
"value": null
},
"settings.modifiedItemForeground": {
"alpha": 100,
"value": null
},
"settings.headerForeground": {
"alpha": 100,
"value": null
@ -120,7 +116,7 @@
}
},
"changelog": {
"lastversion": "2.4.1"
"lastversion": "2.4.2"
},
"icons": {
"theme": {

9
sanity/README.md Normal file
View file

@ -0,0 +1,9 @@
# Sanity Clean Content Studio
Congratulations, you have now installed the Sanity Content Studio, an open source real-time content editing environment connected to the Sanity backend.
Now you can do the following things:
- [Read “getting started” in the docs](https://www.sanity.io/docs/introduction/getting-started?utm_source=readme)
- [Join the community Slack](https://slack.sanity.io/?utm_source=readme)
- [Extend and build plugins](https://www.sanity.io/docs/content-studio/extending?utm_source=readme)

6
sanity/config/.checksums Normal file
View file

@ -0,0 +1,6 @@
{
"#": "Used by Sanity to keep track of configuration file checksums, do not delete or modify!",
"@sanity/default-layout": "bb034f391ba508a6ca8cd971967cbedeb131c4d19b17b28a0895f32db5d568ea",
"@sanity/default-login": "6fb6d3800aa71346e1b84d95bbcaa287879456f2922372bb0294e30b968cd37f",
"@sanity/data-aspects": "d199e2c199b3e26cd28b68dc84d7fc01c9186bf5089580f2e2446994d36b3cb6"
}

View file

@ -0,0 +1,3 @@
{
"listOptions": {}
}

View file

@ -0,0 +1,6 @@
{
"toolSwitcher": {
"order": [],
"hidden": []
}
}

View file

@ -0,0 +1,7 @@
{
"providers": {
"mode": "append",
"redirectOnSingle": false,
"entries": []
}
}

32
sanity/package.json Normal file
View file

@ -0,0 +1,32 @@
{
"name": "materialthemechangelog",
"private": true,
"version": "1.0.0",
"description": "",
"main": "package.json",
"author": "Mattia Astorino <astorino.mattia@gmail.com>",
"license": "UNLICENSED",
"scripts": {
"start": "sanity start",
"test": "sanity check"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^0.134.2",
"@sanity/components": "^0.134.2",
"@sanity/core": "^0.134.2",
"@sanity/default-layout": "^0.134.2",
"@sanity/default-login": "^0.134.0",
"@sanity/desk-tool": "^0.134.2",
"prop-types": "^15.6",
"react": "^16.2",
"react-dom": "^16.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/equinusocio/vsc-material-theme.git"
}
}

1
sanity/plugins/.gitkeep Normal file
View file

@ -0,0 +1 @@
User-specific packages can be placed here

23
sanity/sanity.json Normal file
View file

@ -0,0 +1,23 @@
{
"root": true,
"project": {
"name": "Material Theme Changelog"
},
"api": {
"projectId": "v475t82f",
"dataset": "production"
},
"plugins": [
"@sanity/base",
"@sanity/components",
"@sanity/default-layout",
"@sanity/default-login",
"@sanity/desk-tool"
],
"parts": [
{
"name": "part:@sanity/base/schema",
"path": "./schemas/schema.js"
}
]
}

1
sanity/static/.gitkeep Normal file
View file

@ -0,0 +1 @@
Files placed here will be served by the Sanity server under the `/static`-prefix

BIN
sanity/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

6935
sanity/yarn.lock Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,6 @@
"fileExtensions": {
"hbs": "_file_handlebars",
"elm": "_file_elm",
"cabal": "_file_cabal",
"cfc": "_file_coldfusion",
"cfm": "_file_coldfusion",
@ -30,6 +32,7 @@
"swig": "_file_swig",
"sketch": "_file_sketch",
"do": "_file_todo",
"todo": "_file_todo",
"sublime-settings": "_file_sublime",
"sublime-theme": "_file_sublime",
"sublime-commands": "_file_sublime",
@ -142,7 +145,7 @@
"jsp": "_file_java",
"c": "_file_c",
"h": "_file_c",
"m": "_file_c",
"m": "_file_matlab",
"cc": "_file_cpp",
"cpp": "_file_cpp",
"c++": "_file_cpp",
@ -200,6 +203,7 @@
"lib": "_file_lib",
"rb": "_file_ruby",
"erb": "_file_ruby",
"lock": "_file_ruby",
"fs": "_file_fsharp",
"fsx": "_file_fsharp",
"fsi": "_file_fsharp",

View file

@ -844,7 +844,6 @@
"settings.textInputBackground": "{{variant.scheme.backgroundAlt}}",
"settings.headerForeground": "{{commons.accents.Teal}}",
"settings.modifiedItemIndicator": "{{commons.accents.Teal}}",
"settings.modifiedItemForeground": "{{commons.accents.Teal}}",
"settings.checkboxBackground": "{{variant.scheme.backgroundAlt}}",
"settings.checkboxForeground": "{{variant.scheme.foreground}}"
}