@standardnotes/community-cdn 0.6.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/entries/com.sncommunity.advanced-checklist.json +17 -0
  3. package/dist/entries/com.sncommunity.bold-editor.json +17 -0
  4. package/dist/entries/com.sncommunity.markdown-basic.json +17 -0
  5. package/dist/entries/com.sncommunity.markdown-math.json +17 -0
  6. package/dist/entries/com.sncommunity.minimal-markdown.json +17 -0
  7. package/dist/static/com.sncommunity.advanced-checklist/build/asset-manifest.json +13 -0
  8. package/dist/static/com.sncommunity.advanced-checklist/build/favicon.ico +0 -0
  9. package/dist/static/com.sncommunity.advanced-checklist/build/index.html +1 -0
  10. package/dist/static/com.sncommunity.advanced-checklist/build/logo192.png +0 -0
  11. package/dist/static/com.sncommunity.advanced-checklist/build/logo512.png +0 -0
  12. package/dist/static/com.sncommunity.advanced-checklist/build/manifest.json +25 -0
  13. package/dist/static/com.sncommunity.advanced-checklist/build/robots.txt +3 -0
  14. package/dist/static/com.sncommunity.advanced-checklist/build/sample.ext.json +12 -0
  15. package/dist/static/com.sncommunity.advanced-checklist/build/static/css/main.339b1865.css +2 -0
  16. package/dist/static/com.sncommunity.advanced-checklist/build/static/css/main.339b1865.css.map +1 -0
  17. package/dist/static/com.sncommunity.advanced-checklist/build/static/js/main.js +3 -0
  18. package/dist/static/com.sncommunity.advanced-checklist/build/static/js/main.js.LICENSE.txt +87 -0
  19. package/dist/static/com.sncommunity.advanced-checklist/build/static/js/main.js.map +1 -0
  20. package/dist/static/com.sncommunity.bold-editor/dist/dist.css +5 -0
  21. package/dist/static/com.sncommunity.bold-editor/dist/dist.min.js +2 -0
  22. package/dist/static/com.sncommunity.bold-editor/dist/dist.min.js.LICENSE.txt +42 -0
  23. package/dist/static/com.sncommunity.bold-editor/dist/filesafe-js/EncryptionWorker.js +2 -0
  24. package/dist/static/com.sncommunity.bold-editor/dist/filesafe-js/EncryptionWorker.js.LICENSE.txt +5 -0
  25. package/dist/static/com.sncommunity.bold-editor/dist/index.html +1 -0
  26. package/dist/static/com.sncommunity.bold-editor/dist/vendor.css +6 -0
  27. package/dist/static/com.sncommunity.bold-editor/dist/vendor.js +1 -0
  28. package/dist/static/com.sncommunity.markdown-basic/dist/dist.css +6 -0
  29. package/dist/static/com.sncommunity.markdown-basic/dist/dist.css.map +1 -0
  30. package/dist/static/com.sncommunity.markdown-basic/dist/dist.js +2 -0
  31. package/dist/static/com.sncommunity.markdown-basic/dist/dist.js.LICENSE.txt +32 -0
  32. package/dist/static/com.sncommunity.markdown-basic/dist/index.html +7 -0
  33. package/dist/static/com.sncommunity.markdown-math/dist/app.css +518 -0
  34. package/dist/static/com.sncommunity.markdown-math/dist/app.css.map +1 -0
  35. package/dist/static/com.sncommunity.markdown-math/dist/app.js +78 -0
  36. package/dist/static/com.sncommunity.markdown-math/dist/app.js.map +1 -0
  37. package/dist/static/com.sncommunity.markdown-math/dist/dist.css +523 -0
  38. package/dist/static/com.sncommunity.markdown-math/dist/dist.js +1 -0
  39. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_AMS-Regular.ttf +0 -0
  40. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_AMS-Regular.woff +0 -0
  41. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_AMS-Regular.woff2 +0 -0
  42. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
  43. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
  44. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
  45. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
  46. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
  47. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
  48. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
  49. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Fraktur-Bold.woff +0 -0
  50. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
  51. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
  52. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Fraktur-Regular.woff +0 -0
  53. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
  54. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Bold.ttf +0 -0
  55. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Bold.woff +0 -0
  56. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Bold.woff2 +0 -0
  57. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
  58. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-BoldItalic.woff +0 -0
  59. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
  60. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Italic.ttf +0 -0
  61. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Italic.woff +0 -0
  62. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Italic.woff2 +0 -0
  63. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Regular.ttf +0 -0
  64. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Regular.woff +0 -0
  65. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Main-Regular.woff2 +0 -0
  66. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
  67. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Math-BoldItalic.woff +0 -0
  68. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
  69. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Math-Italic.ttf +0 -0
  70. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Math-Italic.woff +0 -0
  71. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Math-Italic.woff2 +0 -0
  72. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
  73. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Bold.woff +0 -0
  74. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
  75. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
  76. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Italic.woff +0 -0
  77. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
  78. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
  79. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Regular.woff +0 -0
  80. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
  81. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Script-Regular.ttf +0 -0
  82. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Script-Regular.woff +0 -0
  83. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Script-Regular.woff2 +0 -0
  84. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size1-Regular.ttf +0 -0
  85. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size1-Regular.woff +0 -0
  86. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size1-Regular.woff2 +0 -0
  87. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size2-Regular.ttf +0 -0
  88. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size2-Regular.woff +0 -0
  89. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size2-Regular.woff2 +0 -0
  90. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size3-Regular.ttf +0 -0
  91. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size3-Regular.woff +0 -0
  92. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size3-Regular.woff2 +0 -0
  93. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size4-Regular.ttf +0 -0
  94. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size4-Regular.woff +0 -0
  95. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Size4-Regular.woff2 +0 -0
  96. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
  97. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Typewriter-Regular.woff +0 -0
  98. package/dist/static/com.sncommunity.markdown-math/dist/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
  99. package/dist/static/com.sncommunity.markdown-math/dist/lib.js +7485 -0
  100. package/dist/static/com.sncommunity.markdown-math/index.html +52 -0
  101. package/dist/static/com.sncommunity.minimal-markdown/dist/app.css +143 -0
  102. package/dist/static/com.sncommunity.minimal-markdown/dist/app.css.map +1 -0
  103. package/dist/static/com.sncommunity.minimal-markdown/dist/app.js +115 -0
  104. package/dist/static/com.sncommunity.minimal-markdown/dist/app.js.map +1 -0
  105. package/dist/static/com.sncommunity.minimal-markdown/dist/dist.css +490 -0
  106. package/dist/static/com.sncommunity.minimal-markdown/dist/dist.js +11211 -0
  107. package/dist/static/com.sncommunity.minimal-markdown/dist/lib.js +11096 -0
  108. package/dist/static/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/dialog/dialog.css +46 -0
  109. package/dist/static/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/dialog/dialog.js +161 -0
  110. package/dist/static/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/search.js +258 -0
  111. package/dist/static/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/searchcursor.js +293 -0
  112. package/dist/static/com.sncommunity.minimal-markdown/index.html +23 -0
  113. package/dist/zips/com.sncommunity.advanced-checklist/build/asset-manifest.json +13 -0
  114. package/dist/zips/com.sncommunity.advanced-checklist/build/favicon.ico +0 -0
  115. package/dist/zips/com.sncommunity.advanced-checklist/build/index.html +1 -0
  116. package/dist/zips/com.sncommunity.advanced-checklist/build/logo192.png +0 -0
  117. package/dist/zips/com.sncommunity.advanced-checklist/build/logo512.png +0 -0
  118. package/dist/zips/com.sncommunity.advanced-checklist/build/manifest.json +25 -0
  119. package/dist/zips/com.sncommunity.advanced-checklist/build/robots.txt +3 -0
  120. package/dist/zips/com.sncommunity.advanced-checklist/build/sample.ext.json +12 -0
  121. package/dist/zips/com.sncommunity.advanced-checklist/build/static/css/main.339b1865.css +2 -0
  122. package/dist/zips/com.sncommunity.advanced-checklist/build/static/css/main.339b1865.css.map +1 -0
  123. package/dist/zips/com.sncommunity.advanced-checklist/build/static/js/main.js +3 -0
  124. package/dist/zips/com.sncommunity.advanced-checklist/build/static/js/main.js.LICENSE.txt +87 -0
  125. package/dist/zips/com.sncommunity.advanced-checklist/build/static/js/main.js.map +1 -0
  126. package/dist/zips/com.sncommunity.advanced-checklist/package.json +133 -0
  127. package/dist/zips/com.sncommunity.advanced-checklist.zip +0 -0
  128. package/dist/zips/com.sncommunity.bold-editor/dist/dist.css +5 -0
  129. package/dist/zips/com.sncommunity.bold-editor/dist/dist.min.js +2 -0
  130. package/dist/zips/com.sncommunity.bold-editor/dist/dist.min.js.LICENSE.txt +42 -0
  131. package/dist/zips/com.sncommunity.bold-editor/dist/filesafe-js/EncryptionWorker.js +2 -0
  132. package/dist/zips/com.sncommunity.bold-editor/dist/filesafe-js/EncryptionWorker.js.LICENSE.txt +5 -0
  133. package/dist/zips/com.sncommunity.bold-editor/dist/index.html +1 -0
  134. package/dist/zips/com.sncommunity.bold-editor/dist/vendor.css +6 -0
  135. package/dist/zips/com.sncommunity.bold-editor/dist/vendor.js +1 -0
  136. package/dist/zips/com.sncommunity.bold-editor/package.json +52 -0
  137. package/dist/zips/com.sncommunity.bold-editor.zip +0 -0
  138. package/dist/zips/com.sncommunity.markdown-basic.zip +0 -0
  139. package/dist/zips/com.sncommunity.markdown-math.zip +0 -0
  140. package/dist/zips/com.sncommunity.minimal-markdown/dist/app.css +143 -0
  141. package/dist/zips/com.sncommunity.minimal-markdown/dist/app.css.map +1 -0
  142. package/dist/zips/com.sncommunity.minimal-markdown/dist/app.js +115 -0
  143. package/dist/zips/com.sncommunity.minimal-markdown/dist/app.js.map +1 -0
  144. package/dist/zips/com.sncommunity.minimal-markdown/dist/dist.css +490 -0
  145. package/dist/zips/com.sncommunity.minimal-markdown/dist/dist.js +11211 -0
  146. package/dist/zips/com.sncommunity.minimal-markdown/dist/lib.js +11096 -0
  147. package/dist/zips/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/dialog/dialog.css +46 -0
  148. package/dist/zips/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/dialog/dialog.js +161 -0
  149. package/dist/zips/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/search.js +258 -0
  150. package/dist/zips/com.sncommunity.minimal-markdown/dist/sn-codemirror-search/searchcursor.js +293 -0
  151. package/dist/zips/com.sncommunity.minimal-markdown/index.html +23 -0
  152. package/dist/zips/com.sncommunity.minimal-markdown/package.json +39 -0
  153. package/dist/zips/com.sncommunity.minimal-markdown.zip +0 -0
  154. package/package.json +2 -2
  155. package/scripts/Compile.sh +12 -0
  156. package/scripts/Package.mjs +188 -0
  157. package/scripts/Readme.mjs +40 -0
@@ -0,0 +1,87 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*! @license DOMPurify 2.4.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.0/LICENSE */
8
+
9
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
10
+
11
+ /**
12
+ * @license
13
+ * Lodash (Custom Build) lodash.com/license | Underscore.js 1.8.3 underscorejs.org/LICENSE
14
+ * Build: `lodash include="includes,merge,filter,map,remove,find,omit,pull,cloneDeep,pick,uniq,sortedIndexBy,mergeWith"`
15
+ */
16
+
17
+ /**
18
+ * @license
19
+ * Lodash <https://lodash.com/>
20
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
21
+ * Released under MIT license <https://lodash.com/license>
22
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
23
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
24
+ */
25
+
26
+ /** @license React v0.20.2
27
+ * scheduler.production.min.js
28
+ *
29
+ * Copyright (c) Facebook, Inc. and its affiliates.
30
+ *
31
+ * This source code is licensed under the MIT license found in the
32
+ * LICENSE file in the root directory of this source tree.
33
+ */
34
+
35
+ /** @license React v16.13.1
36
+ * react-is.production.min.js
37
+ *
38
+ * Copyright (c) Facebook, Inc. and its affiliates.
39
+ *
40
+ * This source code is licensed under the MIT license found in the
41
+ * LICENSE file in the root directory of this source tree.
42
+ */
43
+
44
+ /** @license React v17.0.2
45
+ * react-dom-server.browser.production.min.js
46
+ *
47
+ * Copyright (c) Facebook, Inc. and its affiliates.
48
+ *
49
+ * This source code is licensed under the MIT license found in the
50
+ * LICENSE file in the root directory of this source tree.
51
+ */
52
+
53
+ /** @license React v17.0.2
54
+ * react-dom.production.min.js
55
+ *
56
+ * Copyright (c) Facebook, Inc. and its affiliates.
57
+ *
58
+ * This source code is licensed under the MIT license found in the
59
+ * LICENSE file in the root directory of this source tree.
60
+ */
61
+
62
+ /** @license React v17.0.2
63
+ * react-is.production.min.js
64
+ *
65
+ * Copyright (c) Facebook, Inc. and its affiliates.
66
+ *
67
+ * This source code is licensed under the MIT license found in the
68
+ * LICENSE file in the root directory of this source tree.
69
+ */
70
+
71
+ /** @license React v17.0.2
72
+ * react-jsx-runtime.production.min.js
73
+ *
74
+ * Copyright (c) Facebook, Inc. and its affiliates.
75
+ *
76
+ * This source code is licensed under the MIT license found in the
77
+ * LICENSE file in the root directory of this source tree.
78
+ */
79
+
80
+ /** @license React v17.0.2
81
+ * react.production.min.js
82
+ *
83
+ * Copyright (c) Facebook, Inc. and its affiliates.
84
+ *
85
+ * This source code is licensed under the MIT license found in the
86
+ * LICENSE file in the root directory of this source tree.
87
+ */