dexie-cloud-addon 4.0.0-beta.19 → 4.0.0-beta.20

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.
@@ -5360,8 +5360,8 @@
5360
5360
  }
5361
5361
  };
5362
5362
 
5363
- function Dialog({ children }) {
5364
- return (a$1("div", null,
5363
+ function Dialog({ children, className }) {
5364
+ return (a$1("div", { className: className },
5365
5365
  a$1("div", { style: Styles.Darken }),
5366
5366
  a$1("div", { style: Styles.DialogOuter },
5367
5367
  a$1("div", { style: Styles.DialogInner }, children))));
@@ -5377,7 +5377,7 @@
5377
5377
  const [params, setParams] = l({});
5378
5378
  const firstFieldRef = s();
5379
5379
  h(() => { var _a; return (_a = firstFieldRef.current) === null || _a === void 0 ? void 0 : _a.focus(); }, []);
5380
- return (a$1(Dialog, null,
5380
+ return (a$1(Dialog, { className: "dxc-login-dlg" },
5381
5381
  a$1(y, null,
5382
5382
  a$1("h3", { style: Styles.WindowHeader }, title),
5383
5383
  alerts.map((alert) => (a$1("p", { style: Styles.Alert[alert.type] }, resolveText(alert)))),
@@ -5832,7 +5832,7 @@
5832
5832
  currentUserEmitter.next(UNAUTHORIZED_USER);
5833
5833
  });
5834
5834
  dexie.cloud = {
5835
- version: '4.0.0-beta.19',
5835
+ version: '4.0.0-beta.20',
5836
5836
  options: Object.assign({}, DEFAULT_OPTIONS),
5837
5837
  schema: null,
5838
5838
  serverState: null,
@@ -6086,7 +6086,7 @@
6086
6086
  });
6087
6087
  }
6088
6088
  }
6089
- dexieCloud.version = '4.0.0-beta.19';
6089
+ dexieCloud.version = '4.0.0-beta.20';
6090
6090
  Dexie__default["default"].Cloud = dexieCloud;
6091
6091
 
6092
6092
  // In case the SW lives for a while, let it reuse already opened connections: