solid-ui 2.4.27-d81bf225 → 2.4.27-e1d1a020

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.
package/dist/solid-ui.js CHANGED
@@ -2373,7 +2373,7 @@ function _findBookmarkDocument() {
2373
2373
  _context.next = 28;
2374
2374
  break;
2375
2375
  case 27:
2376
- debug.warn('You seem to have no bookmark file and not even a profile file.');
2376
+ debug.warn('You seem to have no bookmark file, nor even a profile file!');
2377
2377
  case 28:
2378
2378
  return _context.abrupt("return", userContext);
2379
2379
  case 29:
@@ -2481,7 +2481,7 @@ function _toggleBookmark() {
2481
2481
  _context3.prev = 15;
2482
2482
  _context3.t0 = _context3["catch"](8);
2483
2483
  debug.error('Cant delete bookmark:' + _context3.t0);
2484
- debug.warn('Cant delete bookmark:' + _context3.t0);
2484
+ debug.warn('Cannot delete bookmark:' + _context3.t0);
2485
2485
  case 19:
2486
2486
  i++;
2487
2487
  _context3.next = 7;
@@ -2750,7 +2750,7 @@ var ChatChannel = /*#__PURE__*/function () {
2750
2750
  }
2751
2751
  return deleteMessage;
2752
2752
  }() // Create a new thread of replies to the thread root message
2753
- // or returns one which already exists
2753
+ // or return one which already exists
2754
2754
  }, {
2755
2755
  key: "createThread",
2756
2756
  value: function () {
@@ -5083,8 +5083,8 @@ function ActionClassFromEmoji(emoji) {
5083
5083
  return null;
5084
5084
  }
5085
5085
 
5086
- // Allow the qction to give its own emoji as content,
5087
- // or get the emoji from the class lof action.
5086
+ // Allow the action to give its own emoji as content,
5087
+ // or get the emoji from the class of action.
5088
5088
  function emojiFromAction(action) {
5089
5089
  var content = _solidLogic.store.any(action, ns.sioc('content'), null, action.doc());
5090
5090
  if (content) return content;
@@ -13602,8 +13602,8 @@ Object.defineProperty(exports, "__esModule", ({
13602
13602
  }));
13603
13603
  exports.versionInfo = void 0;
13604
13604
  var versionInfo = {
13605
- buildTime: '2023-04-11T07:08:46Z',
13606
- commit: 'd81bf225fd3dc4e23b21acc38024272817291605',
13605
+ buildTime: '2023-04-11T07:16:22Z',
13606
+ commit: 'e1d1a0208ca2a794beee1d50b841c2923d5efea1',
13607
13607
  npmInfo: {
13608
13608
  'solid-ui': '2.4.27',
13609
13609
  npm: '8.19.4',