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.
@@ -101,7 +101,7 @@ function __spreadArray$1(to, from, pack) {
101
101
  *
102
102
  * ==========================================================================
103
103
  *
104
- * Version 4.0.0-beta.19, Fri May 20 2022
104
+ * Version 4.0.0-beta.20, Tue May 24 2022
105
105
  *
106
106
  * https://dexie.org
107
107
  *
@@ -6306,8 +6306,8 @@ var Styles = {
6306
6306
  }
6307
6307
  };
6308
6308
  function Dialog(_k) {
6309
- var children = _k.children;
6310
- return (a$1("div", null, a$1("div", { style: Styles.Darken }), a$1("div", { style: Styles.DialogOuter }, a$1("div", { style: Styles.DialogInner }, children))));
6309
+ var children = _k.children, className = _k.className;
6310
+ return (a$1("div", { className: className }, a$1("div", { style: Styles.Darken }), a$1("div", { style: Styles.DialogOuter }, a$1("div", { style: Styles.DialogInner }, children))));
6311
6311
  }
6312
6312
  var t, u, r, o = 0, i = [], c = n.__b, f = n.__r, e = n.diffed, a = n.__c, v = n.unmount;
6313
6313
  function m(t, r) { n.__h && n.__h(u, t, o || r), o = 0; var i = u.__H || (u.__H = { __: [], __h: [] }); return t >= i.__.length && i.__.push({}), i.__[t]; }
@@ -6349,7 +6349,7 @@ function LoginDialog(_k) {
6349
6349
  var _l = l({}), params = _l[0], setParams = _l[1];
6350
6350
  var firstFieldRef = s();
6351
6351
  h(function () { var _a; return (_a = firstFieldRef.current) === null || _a === void 0 ? void 0 : _a.focus(); }, []);
6352
- return (a$1(Dialog, null, a$1(y, null, a$1("h3", { style: Styles.WindowHeader }, title), alerts.map(function (alert) { return (a$1("p", { style: Styles.Alert[alert.type] }, resolveText(alert))); }), a$1("form", { onSubmit: function (ev) {
6352
+ return (a$1(Dialog, { className: "dxc-login-dlg" }, a$1(y, null, a$1("h3", { style: Styles.WindowHeader }, title), alerts.map(function (alert) { return (a$1("p", { style: Styles.Alert[alert.type] }, resolveText(alert))); }), a$1("form", { onSubmit: function (ev) {
6353
6353
  ev.preventDefault();
6354
6354
  onSubmit(params);
6355
6355
  } }, Object.entries(fields).map(function (_k, idx) {
@@ -6837,7 +6837,7 @@ function dexieCloud(dexie) {
6837
6837
  currentUserEmitter.next(UNAUTHORIZED_USER);
6838
6838
  });
6839
6839
  dexie.cloud = {
6840
- version: '4.0.0-beta.19',
6840
+ version: '4.0.0-beta.20',
6841
6841
  options: Object.assign({}, DEFAULT_OPTIONS),
6842
6842
  schema: null,
6843
6843
  serverState: null,
@@ -7169,7 +7169,7 @@ function dexieCloud(dexie) {
7169
7169
  });
7170
7170
  }
7171
7171
  }
7172
- dexieCloud.version = '4.0.0-beta.19';
7172
+ dexieCloud.version = '4.0.0-beta.20';
7173
7173
  Dexie.Cloud = dexieCloud;
7174
7174
 
7175
7175
  export { dexieCloud as default, dexieCloud, getTiedObjectId, getTiedRealmId };