mozrest-sdk-react-dev 0.2.94 → 0.2.95

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 CHANGED
@@ -6532,6 +6532,7 @@ const Closed$1 = "Closed";
6532
6532
  const startTime$1 = "Start time";
6533
6533
  const endTime$1 = "End time";
6534
6534
  const add$6 = "Add";
6535
+ const youDontHaveReviewsYet$1 = "You don't have reviews yet";
6535
6536
  var en = {
6536
6537
  errors: errors$1,
6537
6538
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$1,
@@ -6957,7 +6958,9 @@ var en = {
6957
6958
  startTime: startTime$1,
6958
6959
  endTime: endTime$1,
6959
6960
  add: add$6,
6960
- "Successfully Updated": "Successfully Updated"
6961
+ "Successfully Updated": "Successfully Updated",
6962
+ youDontHaveReviewsYet: youDontHaveReviewsYet$1,
6963
+ "Search ...": "Search ..."
6961
6964
  };
6962
6965
  const errors = {
6963
6966
  required: "Este campo es requerido",
@@ -7378,6 +7381,7 @@ const Closed = "Cerrado";
7378
7381
  const startTime = "Hora de inicio";
7379
7382
  const endTime = "Hora de fin";
7380
7383
  const add$5 = "Agregar";
7384
+ const youDontHaveReviewsYet = "A\xFAn no tienes rese\xF1as";
7381
7385
  var es = {
7382
7386
  errors,
7383
7387
  SPECIALCLOSINGDATES,
@@ -7803,7 +7807,9 @@ var es = {
7803
7807
  startTime,
7804
7808
  endTime,
7805
7809
  add: add$5,
7806
- "Successfully Updated": "Actualizado con \xE9xito"
7810
+ "Successfully Updated": "Actualizado con \xE9xito",
7811
+ youDontHaveReviewsYet,
7812
+ "Search ...": "Buscar ..."
7807
7813
  };
7808
7814
  instance.use(initReactI18next).init({
7809
7815
  resources: {
@@ -46028,7 +46034,7 @@ const Reviews = ({ reviews, isEmpty, onReload, multiVenue, setShowTemplate }) =>
46028
46034
  })
46029
46035
  }, isEmpty && /* @__PURE__ */ React__default.createElement("div", {
46030
46036
  className: styles$1P.empty
46031
- }, /* @__PURE__ */ React__default.createElement(Empty, null, "You don't have reviews yet")), /* @__PURE__ */ React__default.createElement("div", null, reviews == null ? void 0 : reviews.map(({ id: id2, ...restReview }, index2) => /* @__PURE__ */ React__default.createElement(Review, {
46037
+ }, /* @__PURE__ */ React__default.createElement(Empty, null, t2("youDontHaveReviewsYet"))), /* @__PURE__ */ React__default.createElement("div", null, reviews == null ? void 0 : reviews.map(({ id: id2, ...restReview }, index2) => /* @__PURE__ */ React__default.createElement(Review, {
46032
46038
  key: id2,
46033
46039
  id: id2,
46034
46040
  ...restReview,
@@ -104047,53 +104053,53 @@ const ReservationsAnalytics = ({ userEmail, userFullName }) => {
104047
104053
  totalDays
104048
104054
  }));
104049
104055
  };
104050
- const mainConatiner$2 = "_mainConatiner_vfmy1_48";
104051
- const mainTableContainer = "_mainTableContainer_vfmy1_58";
104052
- const mainSidebarContainer = "_mainSidebarContainer_vfmy1_66";
104053
- const headerReferece = "_headerReferece_vfmy1_76";
104054
- const sidebarCloseIcon = "_sidebarCloseIcon_vfmy1_79";
104055
- const headerContainer = "_headerContainer_vfmy1_131";
104056
- const searchContainer = "_searchContainer_vfmy1_137";
104057
- const buttonList = "_buttonList_vfmy1_148";
104058
- const buttonItem = "_buttonItem_vfmy1_153";
104059
- const addReservationButton = "_addReservationButton_vfmy1_162";
104060
- const tableTopHeader = "_tableTopHeader_vfmy1_171";
104061
- const tableTopHeaderContent = "_tableTopHeaderContent_vfmy1_185";
104062
- const tableTopHeaderContentText = "_tableTopHeaderContentText_vfmy1_192";
104063
- const tableRowContainer = "_tableRowContainer_vfmy1_201";
104064
- const tableRowCard = "_tableRowCard_vfmy1_207";
104065
- const fadeInX = "_fadeInX_vfmy1_1";
104066
- const canceled = "_canceled_vfmy1_215";
104067
- const noData = "_noData_vfmy1_218";
104068
- const tableRowHour = "_tableRowHour_vfmy1_225";
104069
- const tableRowHourText = "_tableRowHourText_vfmy1_241";
104070
- const hours = "_hours_vfmy1_249";
104071
- const tableRowContent = "_tableRowContent_vfmy1_255";
104072
- const rowImage = "_rowImage_vfmy1_270";
104073
- const rowContactContainer = "_rowContactContainer_vfmy1_284";
104074
- const rowContactText = "_rowContactText_vfmy1_296";
104075
- const rowContactPhone = "_rowContactPhone_vfmy1_302";
104076
- const rowSectionContainer = "_rowSectionContainer_vfmy1_309";
104077
- const rowSection = "_rowSection_vfmy1_309";
104078
- const rowSectionText = "_rowSectionText_vfmy1_322";
104079
- const rowSectionSecText = "_rowSectionSecText_vfmy1_328";
104080
- const rowActionButton = "_rowActionButton_vfmy1_335";
104081
- const bookingInfoContainer = "_bookingInfoContainer_vfmy1_348";
104082
- const bookingInfoCardColumn = "_bookingInfoCardColumn_vfmy1_353";
104083
- const bookingInfoCardContainer = "_bookingInfoCardContainer_vfmy1_361";
104084
- const bookingInfoCard = "_bookingInfoCard_vfmy1_353";
104085
- const bookingInfoCardContent = "_bookingInfoCardContent_vfmy1_373";
104086
- const bookingInfoCardTitle = "_bookingInfoCardTitle_vfmy1_379";
104087
- const bookingInfoCardText = "_bookingInfoCardText_vfmy1_382";
104056
+ const mainConatiner$2 = "_mainConatiner_3ro7q_48";
104057
+ const mainTableContainer = "_mainTableContainer_3ro7q_58";
104058
+ const mainSidebarContainer = "_mainSidebarContainer_3ro7q_66";
104059
+ const headerReferece = "_headerReferece_3ro7q_76";
104060
+ const sidebarCloseIcon = "_sidebarCloseIcon_3ro7q_79";
104061
+ const headerContainer = "_headerContainer_3ro7q_131";
104062
+ const searchContainer = "_searchContainer_3ro7q_137";
104063
+ const buttonList = "_buttonList_3ro7q_148";
104064
+ const buttonItem = "_buttonItem_3ro7q_153";
104065
+ const addReservationButton = "_addReservationButton_3ro7q_162";
104066
+ const tableTopHeader = "_tableTopHeader_3ro7q_171";
104067
+ const tableTopHeaderContent = "_tableTopHeaderContent_3ro7q_185";
104068
+ const tableTopHeaderContentText = "_tableTopHeaderContentText_3ro7q_192";
104069
+ const tableRowContainer = "_tableRowContainer_3ro7q_201";
104070
+ const tableRowCard = "_tableRowCard_3ro7q_207";
104071
+ const fadeInX = "_fadeInX_3ro7q_1";
104072
+ const canceled = "_canceled_3ro7q_215";
104073
+ const noData = "_noData_3ro7q_218";
104074
+ const tableRowHour = "_tableRowHour_3ro7q_225";
104075
+ const tableRowHourText = "_tableRowHourText_3ro7q_241";
104076
+ const hours = "_hours_3ro7q_249";
104077
+ const tableRowContent = "_tableRowContent_3ro7q_255";
104078
+ const rowImage = "_rowImage_3ro7q_270";
104079
+ const rowContactContainer = "_rowContactContainer_3ro7q_284";
104080
+ const rowContactText = "_rowContactText_3ro7q_296";
104081
+ const rowContactPhone = "_rowContactPhone_3ro7q_302";
104082
+ const rowSectionContainer = "_rowSectionContainer_3ro7q_309";
104083
+ const rowSection = "_rowSection_3ro7q_309";
104084
+ const rowSectionText = "_rowSectionText_3ro7q_322";
104085
+ const rowSectionSecText = "_rowSectionSecText_3ro7q_328";
104086
+ const rowActionButton = "_rowActionButton_3ro7q_335";
104087
+ const bookingInfoContainer = "_bookingInfoContainer_3ro7q_348";
104088
+ const bookingInfoCardColumn = "_bookingInfoCardColumn_3ro7q_353";
104089
+ const bookingInfoCardContainer = "_bookingInfoCardContainer_3ro7q_361";
104090
+ const bookingInfoCard = "_bookingInfoCard_3ro7q_353";
104091
+ const bookingInfoCardContent = "_bookingInfoCardContent_3ro7q_373";
104092
+ const bookingInfoCardTitle = "_bookingInfoCardTitle_3ro7q_379";
104093
+ const bookingInfoCardText = "_bookingInfoCardText_3ro7q_382";
104088
104094
  var styles$l = {
104089
104095
  mainConatiner: mainConatiner$2,
104090
104096
  mainTableContainer,
104091
104097
  mainSidebarContainer,
104092
104098
  headerReferece,
104093
104099
  sidebarCloseIcon,
104094
- "mainSidebarContainer--open": "_mainSidebarContainer--open_vfmy1_87",
104095
- "mainSidebarContainer--close": "_mainSidebarContainer--close_vfmy1_93",
104096
- "sidebarCloseIcon--show": "_sidebarCloseIcon--show_vfmy1_101",
104100
+ "mainSidebarContainer--open": "_mainSidebarContainer--open_3ro7q_87",
104101
+ "mainSidebarContainer--close": "_mainSidebarContainer--close_3ro7q_93",
104102
+ "sidebarCloseIcon--show": "_sidebarCloseIcon--show_3ro7q_101",
104097
104103
  headerContainer,
104098
104104
  searchContainer,
104099
104105
  buttonList,
@@ -107696,7 +107702,7 @@ const Input2 = ({
107696
107702
  ...props
107697
107703
  }) => {
107698
107704
  return /* @__PURE__ */ React__default.createElement("div", {
107699
- style: { display: "flex", flexDirection: "column", justifyContent: "start", textAlign: "left" }
107705
+ style: { display: "flex", flexDirection: "column", justifyContent: "start", textAlign: "left", width: "100%" }
107700
107706
  }, /* @__PURE__ */ React__default.createElement(Label, {
107701
107707
  isHidden: hideLabel,
107702
107708
  htmlFor: id2,
@@ -107740,7 +107746,9 @@ const TextInputField = ({ control, name: name2, ...props }) => {
107740
107746
  render: ({
107741
107747
  field: { value: value2, onChange: onChange3, onBlur: onBlur2 },
107742
107748
  fieldState: { error: error3 }
107743
- }) => /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement(Input2, {
107749
+ }) => /* @__PURE__ */ React__default.createElement("div", {
107750
+ style: { width: "100%" }
107751
+ }, /* @__PURE__ */ React__default.createElement(Input2, {
107744
107752
  name: name2,
107745
107753
  value: value2 || "",
107746
107754
  onChange: (e3) => {
@@ -108081,7 +108089,7 @@ const index$c = ({ filters: filters2, setFilters, currentVenue, userEmail, userF
108081
108089
  name: "criteria",
108082
108090
  label: "criteria",
108083
108091
  hideLabel: true,
108084
- placeholder: t2("Type to search ..."),
108092
+ placeholder: t2("Search ..."),
108085
108093
  icon: "search",
108086
108094
  iconPosition: "left",
108087
108095
  iconSize: "small",
@@ -111156,7 +111164,8 @@ const EmailEditDrawer = ({ isOpen, setIsOpen, venueId, data: data2, reload }) =>
111156
111164
  titleDesc: t2("EMAILS_DESC")
111157
111165
  }, /* @__PURE__ */ React__default.createElement("div", null, /* @__PURE__ */ React__default.createElement("div", null, fields.map((item2, index2) => /* @__PURE__ */ React__default.createElement("div", {
111158
111166
  key: item2.id,
111159
- className: styles$7.sectionFormRow
111167
+ className: styles$7.sectionFormRow,
111168
+ style: { justifyContent: "flex-start" }
111160
111169
  }, /* @__PURE__ */ React__default.createElement("div", {
111161
111170
  style: { color: "#FF4C51", cursor: "pointer", marginTop: 20 }
111162
111171
  }, /* @__PURE__ */ React__default.createElement(Icon, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mozrest-sdk-react-dev",
3
- "version": "0.2.94",
3
+ "version": "0.2.95",
4
4
  "main": "mozrest-sdk.es.js",
5
5
  "keywords": ["mozrest"],
6
6
  "author": {