solid-ui 2.6.0-04924a6a → 2.6.0-0b60eaa1

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
@@ -6302,8 +6302,8 @@ function _initFooter() {
6302
6302
  case 2:
6303
6303
  podOwner = _context2.sent;
6304
6304
  rebuildFooter(footer, store, pod, podOwner, options)();
6305
- _solidLogic.authSession.events.on('login', rebuildFooter(footer, store, pod, podOwner, options));
6306
- _solidLogic.authSession.events.on('logout', rebuildFooter(footer, store, pod, podOwner, options));
6305
+ _solidLogic.authSession.onLogin(rebuildFooter(footer, store, pod, podOwner, options));
6306
+ _solidLogic.authSession.onLogout(rebuildFooter(footer, store, pod, podOwner, options));
6307
6307
  case 3:
6308
6308
  case "end":
6309
6309
  return _context2.stop();
@@ -6469,8 +6469,8 @@ function _initHeader() {
6469
6469
  case 1:
6470
6470
  pod = (0, _headerFooterHelpers.getPod)();
6471
6471
  rebuildHeader(header, store, pod, userMenuList, options)();
6472
- _solidLogic.authSession.events.on('logout', rebuildHeader(header, store, pod, userMenuList, options));
6473
- _solidLogic.authSession.events.on('login', rebuildHeader(header, store, pod, userMenuList, options));
6472
+ _solidLogic.authSession.onLogout(rebuildHeader(header, store, pod, userMenuList, options));
6473
+ _solidLogic.authSession.onLogin(rebuildHeader(header, store, pod, userMenuList, options));
6474
6474
  case 2:
6475
6475
  case "end":
6476
6476
  return _context2.stop();
@@ -7875,7 +7875,7 @@ function signInOrSignUpBox(dom, setUserCallback) {
7875
7875
  signInPopUpButton.setAttribute('type', 'button');
7876
7876
  signInPopUpButton.setAttribute('value', 'Log in');
7877
7877
  signInPopUpButton.setAttribute('style', "".concat(signInButtonStyle).concat(style.headerBannerLoginInput) + style.signUpBackground);
7878
- _solidLogic.authSession.events.on('login', function () {
7878
+ _solidLogic.authSession.onLogin(function () {
7879
7879
  var me = _solidLogic.authn.currentUser();
7880
7880
  // const sessionInfo = authSession.info
7881
7881
  // if (sessionInfo && sessionInfo.isLoggedIn) {
@@ -8122,13 +8122,13 @@ function loginStatusBox(dom) {
8122
8122
  box.refresh();
8123
8123
  }
8124
8124
  trackSession();
8125
- _solidLogic.authSession.events.on('login', trackSession);
8126
- _solidLogic.authSession.events.on('logout', trackSession);
8125
+ _solidLogic.authSession.onLogin(trackSession);
8126
+ _solidLogic.authSession.onLogout(trackSession);
8127
8127
  box.me = '99999'; // Force refresh
8128
8128
  box.refresh();
8129
8129
  return box;
8130
8130
  }
8131
- _solidLogic.authSession.events.on('logout', /*#__PURE__*/(0, _asyncToGenerator2["default"])(/*#__PURE__*/_regenerator["default"].mark(function _callee2() {
8131
+ _solidLogic.authSession.onLogout(/*#__PURE__*/(0, _asyncToGenerator2["default"])(/*#__PURE__*/_regenerator["default"].mark(function _callee2() {
8132
8132
  var issuer, wellKnownUri, wellKnownResult, openidConfiguration, _t2;
8133
8133
  return _regenerator["default"].wrap(function (_context2) {
8134
8134
  while (1) switch (_context2.prev = _context2.next) {
@@ -14208,34 +14208,32 @@ Object.defineProperty(exports, "__esModule", ({
14208
14208
  }));
14209
14209
  exports["default"] = void 0;
14210
14210
  var _default = exports["default"] = {
14211
- buildTime: '2025-08-28T14:54:21Z',
14212
- commit: '04924a6abc4c37c6221a982f66adf1cf4d22d206',
14211
+ buildTime: '2025-09-17T14:35:57Z',
14212
+ commit: '0b60eaa1efa50dd49fe5c6a3e833d9632a0ae5ad',
14213
14213
  npmInfo: {
14214
14214
  "'solid-ui'": "'2.6.0',",
14215
14215
  npm: "'10.8.2',",
14216
- node: "'20.19.4',",
14217
- acorn: "'8.14.0',",
14216
+ node: "'20.19.5',",
14217
+ acorn: "'8.15.0',",
14218
14218
  ada: "'2.9.2',",
14219
14219
  ares: "'1.34.5',",
14220
14220
  brotli: "'1.1.0',",
14221
- cjs_module_lexer: "'1.4.1',",
14221
+ cjs_module_lexer: "'2.1.0',",
14222
14222
  cldr: "'47.0',",
14223
14223
  icu: "'77.1',",
14224
- llhttp: "'9.2.1',",
14224
+ llhttp: "'9.3.0',",
14225
14225
  modules: "'115',",
14226
14226
  napi: "'9',",
14227
14227
  nghttp2: "'1.61.0',",
14228
- nghttp3: "'0.7.0',",
14229
- ngtcp2: "'1.1.0',",
14230
- openssl: "'3.0.15+quic',",
14228
+ openssl: "'3.0.16',",
14231
14229
  simdutf: "'6.4.2',",
14232
14230
  tz: "'2025b',",
14233
14231
  undici: "'6.21.2',",
14234
14232
  unicode: "'16.0',",
14235
14233
  uv: "'1.46.0',",
14236
14234
  uvwasi: "'0.0.21',",
14237
- v8: "'11.3.244.8-node.29',",
14238
- zlib: "'1.3.0.1-motley-82a5fec'",
14235
+ v8: "'11.3.244.8-node.30',",
14236
+ zlib: "'1.3.1-470d3a2'",
14239
14237
  '}': '}'
14240
14238
  }
14241
14239
  };