feat: bold editor, markdown pro spellcheck bump
This commit is contained in:
@@ -85,11 +85,11 @@
|
|||||||
"@reach/dialog": "^0.16.2",
|
"@reach/dialog": "^0.16.2",
|
||||||
"@reach/listbox": "^0.16.2",
|
"@reach/listbox": "^0.16.2",
|
||||||
"@reach/tooltip": "^0.16.2",
|
"@reach/tooltip": "^0.16.2",
|
||||||
"@standardnotes/components": "1.3.0",
|
"@standardnotes/components": "1.4.0",
|
||||||
"@standardnotes/features": "1.22.0",
|
"@standardnotes/features": "1.23.0",
|
||||||
|
"@standardnotes/snjs": "2.37.2",
|
||||||
"@standardnotes/settings": "^1.9.0",
|
"@standardnotes/settings": "^1.9.0",
|
||||||
"@standardnotes/sncrypto-web": "1.6.0",
|
"@standardnotes/sncrypto-web": "1.6.0",
|
||||||
"@standardnotes/snjs": "2.37.1",
|
|
||||||
"mobx": "^6.3.5",
|
"mobx": "^6.3.5",
|
||||||
"mobx-react-lite": "^3.2.2",
|
"mobx-react-lite": "^3.2.2",
|
||||||
"preact": "^10.5.15",
|
"preact": "^10.5.15",
|
||||||
|
|||||||
@@ -40,9 +40,9 @@
|
|||||||
"binary": "8c6fbc89151e11b0ba39475f3180f08ed38f75098f600befa5875eb993435404"
|
"binary": "8c6fbc89151e11b0ba39475f3180f08ed38f75098f600befa5875eb993435404"
|
||||||
},
|
},
|
||||||
"org.standardnotes.bold-editor": {
|
"org.standardnotes.bold-editor": {
|
||||||
"version": "1.2.10",
|
"version": "1.3.0",
|
||||||
"base64": "0de1df66cc3ae7774a3c0cedb2454e3465cadabf41ba5060ab9e543a2bea5dea",
|
"base64": "0c4dd9c2c94ef889140142219cfcd9a914bc96252ddedd5999ac5d5df7156d6a",
|
||||||
"binary": "bac85952fbe8af1eac49701da69b811de531fd15b1cfd6bbc90d61d9c785f5d1"
|
"binary": "bb4cab40f8b4f1e1328b63cc76e8153ae78764dab7c64363a39ffa3ae1fdcac3"
|
||||||
},
|
},
|
||||||
"org.standardnotes.plus-editor": {
|
"org.standardnotes.plus-editor": {
|
||||||
"version": "1.6.0",
|
"version": "1.6.0",
|
||||||
@@ -55,9 +55,9 @@
|
|||||||
"binary": "3ac9e1133a109d91dcefbdc344855f82bbbd5f0409c60d9c1f040ee811bd14ae"
|
"binary": "3ac9e1133a109d91dcefbdc344855f82bbbd5f0409c60d9c1f040ee811bd14ae"
|
||||||
},
|
},
|
||||||
"org.standardnotes.advanced-markdown-editor": {
|
"org.standardnotes.advanced-markdown-editor": {
|
||||||
"version": "1.3.14",
|
"version": "1.4.0",
|
||||||
"base64": "2e2db371fb028bb1c1785102a01d39673d56f72d50ed8ea3c558cce690f23060",
|
"base64": "33cd00076bf4892acbb6e4f4c3da04e27e3ddfe53a7dd22d51fc76927f2da723",
|
||||||
"binary": "657eb02b34978b9d2412a0fc9525ec0b3bd6080d01069a11659b289d2c9eafa0"
|
"binary": "bb3f7cb4e0c584938b02e1ff67172a26fda1c60c5e4a72cc11b56c9ec92ed315"
|
||||||
},
|
},
|
||||||
"org.standardnotes.minimal-markdown-editor": {
|
"org.standardnotes.minimal-markdown-editor": {
|
||||||
"version": "1.3.7",
|
"version": "1.3.7",
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ body, html {
|
|||||||
.editor-preview-active table tr:nth-child(2n), .editor-preview-active-side table tr:nth-child(2n) {
|
.editor-preview-active table tr:nth-child(2n), .editor-preview-active-side table tr:nth-child(2n) {
|
||||||
background-color: var(--sn-stylekit-background-color);
|
background-color: var(--sn-stylekit-background-color);
|
||||||
}
|
}
|
||||||
.editor-preview-active p code, .editor-preview-active-side p code {
|
.editor-preview-active p code, .editor-preview-active ul li code, .editor-preview-active-side p code, .editor-preview-active-side ul li code {
|
||||||
padding: 3px 6px;
|
padding: 3px 6px;
|
||||||
background-color: var(--sn-stylekit-background-color);
|
background-color: var(--sn-stylekit-background-color);
|
||||||
color: var(--sn-stylekit-info-color);
|
color: var(--sn-stylekit-info-color);
|
||||||
|
|||||||
1
public/components/org.standardnotes.advanced-markdown-editor/dist/app.js.map
vendored
Normal file
1
public/components/org.standardnotes.advanced-markdown-editor/dist/app.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "sn-advanced-markdown-editor",
|
"name": "sn-advanced-markdown-editor",
|
||||||
"version": "1.3.14",
|
"version": "1.4.0",
|
||||||
"description": "A Standard Notes derived editor that offers full support for Markdown editing.",
|
"description": "A Standard Notes derived editor that offers full support for Markdown editing.",
|
||||||
"main": "dist/dist.js",
|
"main": "dist/dist.js",
|
||||||
"author": "Standard Notes <hello@standardnotes.org>",
|
"author": "Standard Notes <hello@standardnotes.com>",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"sn": {
|
"sn": {
|
||||||
"main": "dist/index.html"
|
"main": "dist/index.html"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sn-bold-editor",
|
"name": "sn-bold-editor",
|
||||||
"version": "1.2.10",
|
"version": "1.3.0",
|
||||||
"main": "dist/dist.js",
|
"main": "dist/dist.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
|||||||
26
yarn.lock
26
yarn.lock
@@ -2610,10 +2610,10 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@standardnotes/common/-/common-1.7.0.tgz#5cadca1d500d1b17c8fccdc6026b79cf6c447b82"
|
resolved "https://registry.yarnpkg.com/@standardnotes/common/-/common-1.7.0.tgz#5cadca1d500d1b17c8fccdc6026b79cf6c447b82"
|
||||||
integrity sha512-h9BUX37+5Op7a6jdz2tFL1diMnDSBPjRyag+3vNfx1rvnIdX3qSYYM0WyyWEi0PFf24oorFIM4vmKxba2WY8Ng==
|
integrity sha512-h9BUX37+5Op7a6jdz2tFL1diMnDSBPjRyag+3vNfx1rvnIdX3qSYYM0WyyWEi0PFf24oorFIM4vmKxba2WY8Ng==
|
||||||
|
|
||||||
"@standardnotes/components@1.3.0":
|
"@standardnotes/components@1.4.0":
|
||||||
version "1.3.0"
|
version "1.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/@standardnotes/components/-/components-1.3.0.tgz#bb436feabb61b15f26abfa5b8bd91fa57146e9fb"
|
resolved "https://registry.yarnpkg.com/@standardnotes/components/-/components-1.4.0.tgz#0bb790965683b3fa56e3231b95cad9871e1db271"
|
||||||
integrity sha512-6yuydOsIe+Z0sSjAmJ11mOy1lvV4we+mReky4S7G7kpHHdealxweJkOkPgQg2ofCAh9nmSN6iDAs9hYEmqomxQ==
|
integrity sha512-8Zo2WV7Q+pWdmAf+rG3NCNtVM4N1P52T1sDijapz8xqtArT28wxWZkJ+qfBJ0lT5GmXxYZl8rY/tAkx4hQ5zSA==
|
||||||
|
|
||||||
"@standardnotes/domain-events@^2.16.3":
|
"@standardnotes/domain-events@^2.16.3":
|
||||||
version "2.16.3"
|
version "2.16.3"
|
||||||
@@ -2622,10 +2622,10 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@standardnotes/auth" "^3.13.1"
|
"@standardnotes/auth" "^3.13.1"
|
||||||
|
|
||||||
"@standardnotes/features@1.22.0", "@standardnotes/features@^1.22.0":
|
"@standardnotes/features@1.23.0", "@standardnotes/features@^1.23.0":
|
||||||
version "1.22.0"
|
version "1.23.0"
|
||||||
resolved "https://registry.yarnpkg.com/@standardnotes/features/-/features-1.22.0.tgz#c03509112148473cb9e66f31b82e277d9482bea5"
|
resolved "https://registry.yarnpkg.com/@standardnotes/features/-/features-1.23.0.tgz#7db111c1ad3953bc7b09ebe6563f1972b98430bd"
|
||||||
integrity sha512-2LNwp5PLd57+zeCcWqWR9GHOiSErps8RFAv+DoTr/oF+keTIhP6nFYbD9ntg3nsJ67OTkYuSC7gmHIkTnIxdng==
|
integrity sha512-xTToLiYQCKA0MhAP1eAdrnMDoMaI05QpV49e0nAMW1tbRKIRasj8pZWEnGhOnGUCBmPvADpEGKyhmLesfnwXXQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@standardnotes/auth" "^3.13.1"
|
"@standardnotes/auth" "^3.13.1"
|
||||||
"@standardnotes/common" "^1.7.0"
|
"@standardnotes/common" "^1.7.0"
|
||||||
@@ -2649,15 +2649,15 @@
|
|||||||
buffer "^6.0.3"
|
buffer "^6.0.3"
|
||||||
libsodium-wrappers "^0.7.9"
|
libsodium-wrappers "^0.7.9"
|
||||||
|
|
||||||
"@standardnotes/snjs@2.37.1":
|
"@standardnotes/snjs@2.37.2":
|
||||||
version "2.37.1"
|
version "2.37.2"
|
||||||
resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.37.1.tgz#c9c625e4e8785c8cabda4c4f2c860887b153bb95"
|
resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.37.2.tgz#bdfee9f06889276313cce2634ff121092b978e98"
|
||||||
integrity sha512-YQ3G4XHdOqh3XobF/9GYtzwO5RxHVGMb9To43LtqsJcdPwtOvg8yz5yilSXjalJFr1RfYQ11rOVniEnwH64NvA==
|
integrity sha512-UV1qqwQNL6OY9bcPl/tdEtvaioXcNgPN5GJRpdqMuf9YHSqR63H8SpJ6Fu6MkPujpeH89K8aZ63MyrHumql3Ug==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@standardnotes/auth" "^3.13.1"
|
"@standardnotes/auth" "^3.13.1"
|
||||||
"@standardnotes/common" "^1.7.0"
|
"@standardnotes/common" "^1.7.0"
|
||||||
"@standardnotes/domain-events" "^2.16.3"
|
"@standardnotes/domain-events" "^2.16.3"
|
||||||
"@standardnotes/features" "^1.22.0"
|
"@standardnotes/features" "^1.23.0"
|
||||||
"@standardnotes/settings" "^1.9.0"
|
"@standardnotes/settings" "^1.9.0"
|
||||||
"@standardnotes/sncrypto-common" "^1.6.0"
|
"@standardnotes/sncrypto-common" "^1.6.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user