chat-pane 2.4.16-2ea7deaa → 2.4.16-4c2f93d6

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.
@@ -88048,7 +88048,7 @@ function _createChatThing() {
88048
88048
  switch (_context4.prev = _context4.next) {
88049
88049
  case 0:
88050
88050
  _context4.next = 2;
88051
- return _longChatPane__WEBPACK_IMPORTED_MODULE_3__["default"].mintNew({
88051
+ return _longChatPane__WEBPACK_IMPORTED_MODULE_3__["longChatPane"].mintNew({
88052
88052
  session: {
88053
88053
  store: solid_logic__WEBPACK_IMPORTED_MODULE_1__["store"]
88054
88054
  }
@@ -88655,12 +88655,14 @@ window.popupLogin = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRunt
88655
88655
  /*!*****************************!*\
88656
88656
  !*** ./src/longChatPane.js ***!
88657
88657
  \*****************************/
88658
- /*! no exports provided */
88658
+ /*! exports provided: CHAT_LOCATION_IN_CONTAINER, longChatPane */
88659
88659
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
88660
88660
 
88661
88661
  "use strict";
88662
88662
  __webpack_require__.r(__webpack_exports__);
88663
- /* WEBPACK VAR INJECTION */(function(module) {/* harmony import */ var solid_logic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! solid-logic */ "./node_modules/solid-logic/lib/index.js");
88663
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CHAT_LOCATION_IN_CONTAINER", function() { return CHAT_LOCATION_IN_CONTAINER; });
88664
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "longChatPane", function() { return longChatPane; });
88665
+ /* harmony import */ var solid_logic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! solid-logic */ "./node_modules/solid-logic/lib/index.js");
88664
88666
  /* harmony import */ var solid_logic__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(solid_logic__WEBPACK_IMPORTED_MODULE_0__);
88665
88667
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
88666
88668
 
@@ -88687,7 +88689,7 @@ var SPANNER_ICON = 'noun_344563.svg'; // resize: horizontal; min-width: 20em;
88687
88689
  var SIDEBAR_COMPONENT_STYLE = UI.style.sidebarComponentStyle || ' padding: 0.5em; width: 100%;';
88688
88690
  var SIDEBAR_STYLE = UI.style.sidebarStyle || 'overflow-x: auto; overflow-y: auto; border-radius: 1em; border: 0.1em solid white;'; // was purple border
88689
88691
 
88690
- module.exports = {
88692
+ var longChatPane = {
88691
88693
  CHAT_LOCATION_IN_CONTAINER: CHAT_LOCATION_IN_CONTAINER,
88692
88694
  // noun_704.svg Canoe noun_346319.svg = 1 Chat noun_1689339.svg = three chat
88693
88695
  icon: UI.icons.iconBase + 'noun_1689339.svg',
@@ -89156,7 +89158,6 @@ module.exports = {
89156
89158
  return div;
89157
89159
  }
89158
89160
  };
89159
- /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node_modules/webpack/buildin/harmony-module.js */ "./node_modules/webpack/buildin/harmony-module.js")(module)))
89160
89161
 
89161
89162
  /***/ }),
89162
89163