solid-ui 2.4.27-d81bf225 → 2.4.27-ddcbbf49

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 (47) hide show
  1. package/README.md +6 -1
  2. package/dist/670.solid-ui.min.js +1 -0
  3. package/dist/805.solid-ui.min.js +3 -0
  4. package/dist/805.solid-ui.min.js.LICENSE.txt +58 -0
  5. package/dist/805.solid-ui.min.js.map +1 -0
  6. package/dist/_2b19.solid-ui.js +14 -0
  7. package/dist/_2b19.solid-ui.js.map +1 -0
  8. package/dist/solid-ui.js +8345 -16517
  9. package/dist/solid-ui.js.map +1 -1
  10. package/dist/solid-ui.min.js +1 -1
  11. package/dist/solid-ui.min.js.LICENSE.txt +4 -59
  12. package/dist/solid-ui.min.js.map +1 -1
  13. package/dist/vendors-node_modules_jsonld_lib_jsonld_js.solid-ui.js +12134 -0
  14. package/dist/vendors-node_modules_jsonld_lib_jsonld_js.solid-ui.js.map +1 -0
  15. package/lib/chat/bookmarks.js +7 -6
  16. package/lib/chat/bookmarks.js.map +1 -1
  17. package/lib/chat/chatLogic.js +96 -248
  18. package/lib/chat/chatLogic.js.map +1 -1
  19. package/lib/chat/infinite.js +426 -604
  20. package/lib/chat/infinite.js.map +1 -1
  21. package/lib/chat/keys.d.ts +13 -0
  22. package/lib/chat/keys.d.ts.map +1 -0
  23. package/lib/chat/keys.js +233 -0
  24. package/lib/chat/keys.js.map +1 -0
  25. package/lib/chat/message.js +221 -290
  26. package/lib/chat/message.js.map +1 -1
  27. package/lib/chat/messageTools.js +276 -464
  28. package/lib/chat/messageTools.js.map +1 -1
  29. package/lib/chat/signature.d.ts +24 -0
  30. package/lib/chat/signature.d.ts.map +1 -0
  31. package/lib/chat/signature.js +112 -0
  32. package/lib/chat/signature.js.map +1 -0
  33. package/lib/chat/thread.js +144 -166
  34. package/lib/chat/thread.js.map +1 -1
  35. package/lib/preferences.js +0 -4
  36. package/lib/preferences.js.map +1 -1
  37. package/lib/utils/keyHelpers/accessData.d.ts +10 -0
  38. package/lib/utils/keyHelpers/accessData.d.ts.map +1 -0
  39. package/lib/utils/keyHelpers/accessData.js +232 -0
  40. package/lib/utils/keyHelpers/accessData.js.map +1 -0
  41. package/lib/utils/keyHelpers/acl.d.ts +20 -0
  42. package/lib/utils/keyHelpers/acl.d.ts.map +1 -0
  43. package/lib/utils/keyHelpers/acl.js +93 -0
  44. package/lib/utils/keyHelpers/acl.js.map +1 -0
  45. package/lib/versionInfo.js +2 -2
  46. package/lib/versionInfo.js.map +1 -1
  47. package/package.json +9 -6
@@ -1,11 +1,3 @@
1
- /*!
2
- * Copyright (c) 2016-2021 Digital Bazaar, Inc. All rights reserved.
3
- */
4
-
5
- /*!
6
- * Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
7
- */
8
-
9
1
  /*!
10
2
  * The buffer module from node.js, for the browser.
11
3
  *
@@ -48,6 +40,10 @@
48
40
 
49
41
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
50
42
 
43
+ /*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
44
+
45
+ /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
46
+
51
47
  /*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
52
48
 
53
49
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
@@ -56,54 +52,3 @@
56
52
  * @version IconicMultiSelect v0.7.0
57
53
  * @licence MIT
58
54
  */
59
-
60
- /**
61
- * A JavaScript implementation of the JSON-LD API.
62
- *
63
- * @author Dave Longley
64
- *
65
- * @license BSD 3-Clause License
66
- * Copyright (c) 2011-2019 Digital Bazaar, Inc.
67
- * All rights reserved.
68
- *
69
- * Redistribution and use in source and binary forms, with or without
70
- * modification, are permitted provided that the following conditions are met:
71
- *
72
- * Redistributions of source code must retain the above copyright notice,
73
- * this list of conditions and the following disclaimer.
74
- *
75
- * Redistributions in binary form must reproduce the above copyright
76
- * notice, this list of conditions and the following disclaimer in the
77
- * documentation and/or other materials provided with the distribution.
78
- *
79
- * Neither the name of the Digital Bazaar, Inc. nor the names of its
80
- * contributors may be used to endorse or promote products derived from
81
- * this software without specific prior written permission.
82
- *
83
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
84
- * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
85
- * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
86
- * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
87
- * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
88
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
89
- * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
90
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
91
- * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
92
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
93
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
94
- */
95
-
96
- /**
97
- * Removes the @preserve keywords from expanded result of framing.
98
- *
99
- * @param input the framed, framed output.
100
- * @param options the framing options used.
101
- *
102
- * @return the resulting output.
103
- */
104
-
105
- // disallow aliasing @context and @preserve
106
-
107
- // remove @preserve
108
-
109
- // remove @preserve from results