mozrest-sdk-react-dev 0.2.88 → 0.2.89
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 +40 -40
- package/package.json +1 -1
- package/style.css +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -103102,52 +103102,52 @@ const ReservationsAnalytics = ({ userEmail, userFullName }) => {
|
|
|
103102
103102
|
totalDays
|
|
103103
103103
|
}));
|
|
103104
103104
|
};
|
|
103105
|
-
const mainConatiner$2 = "
|
|
103106
|
-
const mainTableContainer = "
|
|
103107
|
-
const mainSidebarContainer = "
|
|
103108
|
-
const headerReferece = "
|
|
103109
|
-
const sidebarCloseIcon = "
|
|
103110
|
-
const headerContainer = "
|
|
103111
|
-
const searchContainer = "
|
|
103112
|
-
const buttonList = "
|
|
103113
|
-
const buttonItem = "
|
|
103114
|
-
const addReservationButton = "
|
|
103115
|
-
const tableTopHeader = "
|
|
103116
|
-
const tableTopHeaderContent = "
|
|
103117
|
-
const tableTopHeaderContentText = "
|
|
103118
|
-
const tableRowContainer = "
|
|
103119
|
-
const tableRowCard = "
|
|
103120
|
-
const fadeInX = "
|
|
103121
|
-
const noData = "
|
|
103122
|
-
const tableRowHour = "
|
|
103123
|
-
const tableRowHourText = "
|
|
103124
|
-
const hours = "
|
|
103125
|
-
const tableRowContent = "
|
|
103126
|
-
const rowImage = "
|
|
103127
|
-
const rowContactContainer = "
|
|
103128
|
-
const rowContactText = "
|
|
103129
|
-
const rowContactPhone = "
|
|
103130
|
-
const rowSectionContainer = "
|
|
103131
|
-
const rowSection = "
|
|
103132
|
-
const rowSectionText = "
|
|
103133
|
-
const rowSectionSecText = "
|
|
103134
|
-
const rowActionButton = "
|
|
103135
|
-
const bookingInfoContainer = "
|
|
103136
|
-
const bookingInfoCardRow = "
|
|
103137
|
-
const bookingInfoCardContainer = "
|
|
103138
|
-
const bookingInfoCard = "
|
|
103139
|
-
const bookingInfoCardContent = "
|
|
103140
|
-
const bookingInfoCardTitle = "
|
|
103141
|
-
const bookingInfoCardText = "
|
|
103105
|
+
const mainConatiner$2 = "_mainConatiner_1lp6e_48";
|
|
103106
|
+
const mainTableContainer = "_mainTableContainer_1lp6e_58";
|
|
103107
|
+
const mainSidebarContainer = "_mainSidebarContainer_1lp6e_66";
|
|
103108
|
+
const headerReferece = "_headerReferece_1lp6e_76";
|
|
103109
|
+
const sidebarCloseIcon = "_sidebarCloseIcon_1lp6e_79";
|
|
103110
|
+
const headerContainer = "_headerContainer_1lp6e_131";
|
|
103111
|
+
const searchContainer = "_searchContainer_1lp6e_137";
|
|
103112
|
+
const buttonList = "_buttonList_1lp6e_145";
|
|
103113
|
+
const buttonItem = "_buttonItem_1lp6e_150";
|
|
103114
|
+
const addReservationButton = "_addReservationButton_1lp6e_159";
|
|
103115
|
+
const tableTopHeader = "_tableTopHeader_1lp6e_168";
|
|
103116
|
+
const tableTopHeaderContent = "_tableTopHeaderContent_1lp6e_182";
|
|
103117
|
+
const tableTopHeaderContentText = "_tableTopHeaderContentText_1lp6e_189";
|
|
103118
|
+
const tableRowContainer = "_tableRowContainer_1lp6e_198";
|
|
103119
|
+
const tableRowCard = "_tableRowCard_1lp6e_204";
|
|
103120
|
+
const fadeInX = "_fadeInX_1lp6e_1";
|
|
103121
|
+
const noData = "_noData_1lp6e_212";
|
|
103122
|
+
const tableRowHour = "_tableRowHour_1lp6e_219";
|
|
103123
|
+
const tableRowHourText = "_tableRowHourText_1lp6e_235";
|
|
103124
|
+
const hours = "_hours_1lp6e_243";
|
|
103125
|
+
const tableRowContent = "_tableRowContent_1lp6e_249";
|
|
103126
|
+
const rowImage = "_rowImage_1lp6e_264";
|
|
103127
|
+
const rowContactContainer = "_rowContactContainer_1lp6e_278";
|
|
103128
|
+
const rowContactText = "_rowContactText_1lp6e_290";
|
|
103129
|
+
const rowContactPhone = "_rowContactPhone_1lp6e_296";
|
|
103130
|
+
const rowSectionContainer = "_rowSectionContainer_1lp6e_303";
|
|
103131
|
+
const rowSection = "_rowSection_1lp6e_303";
|
|
103132
|
+
const rowSectionText = "_rowSectionText_1lp6e_316";
|
|
103133
|
+
const rowSectionSecText = "_rowSectionSecText_1lp6e_322";
|
|
103134
|
+
const rowActionButton = "_rowActionButton_1lp6e_329";
|
|
103135
|
+
const bookingInfoContainer = "_bookingInfoContainer_1lp6e_342";
|
|
103136
|
+
const bookingInfoCardRow = "_bookingInfoCardRow_1lp6e_346";
|
|
103137
|
+
const bookingInfoCardContainer = "_bookingInfoCardContainer_1lp6e_354";
|
|
103138
|
+
const bookingInfoCard = "_bookingInfoCard_1lp6e_346";
|
|
103139
|
+
const bookingInfoCardContent = "_bookingInfoCardContent_1lp6e_366";
|
|
103140
|
+
const bookingInfoCardTitle = "_bookingInfoCardTitle_1lp6e_372";
|
|
103141
|
+
const bookingInfoCardText = "_bookingInfoCardText_1lp6e_375";
|
|
103142
103142
|
var styles$l = {
|
|
103143
103143
|
mainConatiner: mainConatiner$2,
|
|
103144
103144
|
mainTableContainer,
|
|
103145
103145
|
mainSidebarContainer,
|
|
103146
103146
|
headerReferece,
|
|
103147
103147
|
sidebarCloseIcon,
|
|
103148
|
-
"mainSidebarContainer--open": "_mainSidebarContainer--
|
|
103149
|
-
"mainSidebarContainer--close": "_mainSidebarContainer--
|
|
103150
|
-
"sidebarCloseIcon--show": "_sidebarCloseIcon--
|
|
103148
|
+
"mainSidebarContainer--open": "_mainSidebarContainer--open_1lp6e_87",
|
|
103149
|
+
"mainSidebarContainer--close": "_mainSidebarContainer--close_1lp6e_93",
|
|
103150
|
+
"sidebarCloseIcon--show": "_sidebarCloseIcon--show_1lp6e_101",
|
|
103151
103151
|
headerContainer,
|
|
103152
103152
|
searchContainer,
|
|
103153
103153
|
buttonList,
|