mozrest-sdk-react-dev 0.1.77 → 0.1.78
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/mozrest-sdk.es.js +4 -4
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -6313,10 +6313,10 @@ const KITCHEN = "Kitchen";
|
|
|
6313
6313
|
const SERVICE = "Service";
|
|
6314
6314
|
const TABLEAVAILABILITY = "Table availability";
|
|
6315
6315
|
const SYNC = "Sync";
|
|
6316
|
-
const SYNCKED = "
|
|
6316
|
+
const SYNCKED = "Synced";
|
|
6317
6317
|
const ERRORSYNC = "An error ocurred while syncing";
|
|
6318
6318
|
const SYNCING = "Syncing ...";
|
|
6319
|
-
const LASTUPDATE = "Last
|
|
6319
|
+
const LASTUPDATE = "Last Updated";
|
|
6320
6320
|
const SEARCH = "Search";
|
|
6321
6321
|
var en = {
|
|
6322
6322
|
errors,
|
|
@@ -84647,9 +84647,9 @@ const FormToolBar = ({
|
|
|
84647
84647
|
type: "button"
|
|
84648
84648
|
}, t2("CONNECT")), (GoogleConnected || FacebookConnected || BingConnected) && /* @__PURE__ */ React__default.createElement("div", {
|
|
84649
84649
|
style: { display: "flex", flexDirection: "row", justifyContent: "center", alignItems: "center", color: "gray", gap: 3 }
|
|
84650
|
-
}, /* @__PURE__ */ React__default.createElement("
|
|
84650
|
+
}, /* @__PURE__ */ React__default.createElement("div", {
|
|
84651
84651
|
style: { fontWeight: "bolder" }
|
|
84652
|
-
}, t2("LASTUPDATE"), ":"), /* @__PURE__ */ React__default.createElement("
|
|
84652
|
+
}, t2("LASTUPDATE"), ":"), /* @__PURE__ */ React__default.createElement("div", null, hooks(data2.lastUpdate).fromNow()))), /* @__PURE__ */ React__default.createElement("div", {
|
|
84653
84653
|
className: styles$U.buttonGroup
|
|
84654
84654
|
}, !singleVenue2 && /* @__PURE__ */ React__default.createElement("div", {
|
|
84655
84655
|
className: styles$U.buttonGroup
|