sykpcomposer 1.20.12 → 1.20.14

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 (31) hide show
  1. package/dist/{ImageComponent-d44a1d84.js → ImageComponent-677da9d5.js} +3 -3
  2. package/dist/ImageComponent-677da9d5.js.map +1 -0
  3. package/dist/{InlineImageComponent-1175d30c.js → InlineImageComponent-eba0ccbd.js} +3 -3
  4. package/dist/InlineImageComponent-eba0ccbd.js.map +1 -0
  5. package/dist/{LexicalNestedComposer.prod-a2a417ad.js → LexicalNestedComposer.prod-8e0720cb.js} +2 -2
  6. package/dist/{LexicalNestedComposer.prod-a2a417ad.js.map → LexicalNestedComposer.prod-8e0720cb.js.map} +1 -1
  7. package/dist/{PollComponent-2cdcf461.js → PollComponent-42fd89f0.js} +2 -2
  8. package/dist/PollComponent-42fd89f0.js.map +1 -0
  9. package/dist/assets/icons/3-columns.svg +3 -3
  10. package/dist/assets/icons/LICENSE.md +5 -5
  11. package/dist/assets/icons/add-sign.svg +3 -3
  12. package/dist/assets/icons/file-earmark-text.svg +3 -3
  13. package/dist/assets/icons/minus-sign.svg +3 -3
  14. package/dist/assets/icons/scissors.svg +2 -2
  15. package/dist/assets/icons/table-of-contents-svgrepo-com.svg +7 -7
  16. package/dist/emoji-list-48028e71.js.map +1 -1
  17. package/dist/{index-9eace6e2.js → index-d8883e86.js} +2271 -2348
  18. package/dist/index-d8883e86.js.map +1 -0
  19. package/dist/index.es.js +1 -1
  20. package/dist/index.html +43 -43
  21. package/dist/index.umd.js +79 -79
  22. package/dist/index.umd.js.map +1 -1
  23. package/dist/manifest.json +25 -25
  24. package/dist/robots.txt +3 -3
  25. package/dist/src/declarations.d.ts +3 -3
  26. package/dist/style.css +1 -1
  27. package/package.json +77 -77
  28. package/dist/ImageComponent-d44a1d84.js.map +0 -1
  29. package/dist/InlineImageComponent-1175d30c.js.map +0 -1
  30. package/dist/PollComponent-2cdcf461.js.map +0 -1
  31. package/dist/index-9eace6e2.js.map +0 -1
@@ -1,25 +1,25 @@
1
- {
2
- "short_name": "React App",
3
- "name": "Create React App Sample",
4
- "icons": [
5
- {
6
- "src": "favicon.ico",
7
- "sizes": "64x64 32x32 24x24 16x16",
8
- "type": "image/x-icon"
9
- },
10
- {
11
- "src": "logo192.png",
12
- "type": "image/png",
13
- "sizes": "192x192"
14
- },
15
- {
16
- "src": "logo512.png",
17
- "type": "image/png",
18
- "sizes": "512x512"
19
- }
20
- ],
21
- "start_url": ".",
22
- "display": "standalone",
23
- "theme_color": "#000000",
24
- "background_color": "#ffffff"
25
- }
1
+ {
2
+ "short_name": "React App",
3
+ "name": "Create React App Sample",
4
+ "icons": [
5
+ {
6
+ "src": "favicon.ico",
7
+ "sizes": "64x64 32x32 24x24 16x16",
8
+ "type": "image/x-icon"
9
+ },
10
+ {
11
+ "src": "logo192.png",
12
+ "type": "image/png",
13
+ "sizes": "192x192"
14
+ },
15
+ {
16
+ "src": "logo512.png",
17
+ "type": "image/png",
18
+ "sizes": "512x512"
19
+ }
20
+ ],
21
+ "start_url": ".",
22
+ "display": "standalone",
23
+ "theme_color": "#000000",
24
+ "background_color": "#ffffff"
25
+ }
package/dist/robots.txt CHANGED
@@ -1,3 +1,3 @@
1
- # https://www.robotstxt.org/robotstxt.html
2
- User-agent: *
3
- Disallow:
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
3
+ Disallow:
@@ -1,4 +1,4 @@
1
- declare module '*.svg' {
2
- const content: string;
3
- export default content;
1
+ declare module '*.svg' {
2
+ const content: string;
3
+ export default content;
4
4
  }