ordering-ui-admin-external 1.6.2 → 1.6.3
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/_bundles/main.css +134 -129
- package/_bundles/{ordering-ui-admin.488bdda58ba73188d3b5.js → ordering-ui-admin.3ebe4d4f772eaeb4f851.js} +2 -2
- package/_bundles/{ordering-ui-admin.488bdda58ba73188d3b5.js.LICENSE.txt → ordering-ui-admin.3ebe4d4f772eaeb4f851.js.LICENSE.txt} +4 -4
- package/_modules/components/BusinessIntelligence/Reports/index.js +1 -1
- package/_modules/components/CartRecovery/OpenCartsFilterGroup/index.js +1 -1
- package/_modules/components/CartRecovery/RecoveryActionHeader/index.js +1 -1
- package/_modules/components/Delivery/AddressForm/index.js +1 -1
- package/_modules/components/Delivery/DriversCompaniesListing/index.js +1 -1
- package/_modules/components/Delivery/DriversGroupLogs/index.js +2 -2
- package/_modules/components/Delivery/DriversGroupsListing/index.js +1 -1
- package/_modules/components/Home/HomePage/index.js +29 -6
- package/_modules/components/Home/HomePage/styles.js +27 -5
- package/_modules/components/LanguageSelector/index.js +1 -1
- package/_modules/components/Login/LoginForm/index.js +119 -20
- package/_modules/components/Login/LoginForm/styles.js +60 -30
- package/_modules/components/Loyalty/RewardsPrograms/index.js +1 -1
- package/_modules/components/Marketing/CampaignSignUpOption/index.js +1 -1
- package/_modules/components/Marketing/EnterprisePromotionListing/index.js +1 -1
- package/_modules/components/Messages/MessagesListing/styles.js +1 -1
- package/_modules/components/MyProducts/AppLayout/index.js +75 -0
- package/_modules/components/MyProducts/AppLayout/styles.js +41 -0
- package/_modules/components/MyProducts/CallCenterApp/index.js +42 -0
- package/_modules/components/MyProducts/ContentForm/index.js +236 -0
- package/_modules/components/MyProducts/ContentForm/styles.js +32 -0
- package/_modules/components/MyProducts/CustomerApp/index.js +18 -25
- package/_modules/components/MyProducts/DriverApp/index.js +18 -45
- package/_modules/components/MyProducts/KioskApp/index.js +42 -0
- package/_modules/components/MyProducts/OrderingWebsite/index.js +351 -3
- package/_modules/components/MyProducts/OrderingWebsite/styles.js +54 -3
- package/_modules/components/MyProducts/PosApp/index.js +42 -0
- package/_modules/components/MyProducts/StoreApp/index.js +18 -45
- package/_modules/components/MyProducts/index.js +22 -1
- package/_modules/components/OrderingProducts/OrderingProductDetails/index.js +6 -8
- package/_modules/components/OrderingProducts/SiteTheme/index.js +13 -4
- package/_modules/components/Orders/DeliveriesManager/index.js +6 -0
- package/_modules/components/Orders/DriversManager/index.js +7 -1
- package/_modules/components/Orders/GoogleMapsApiKeySettingButton/index.js +110 -0
- package/_modules/components/{MyProducts/CustomerApp/styles.js → Orders/GoogleMapsApiKeySettingButton/style.js} +9 -13
- package/_modules/components/Orders/Messages/styles.js +3 -3
- package/_modules/components/Orders/OrderContactInformation/index.js +7 -7
- package/_modules/components/Orders/OrdersContentHeader/index.js +4 -2
- package/_modules/components/Orders/OrdersManager/index.js +3 -2
- package/_modules/components/Profile/ProfilePage/index.js +2 -1
- package/_modules/components/Profile/ProfilePage/styles.js +2 -2
- package/_modules/components/Profile/Sessions/index.js +209 -0
- package/_modules/components/Profile/Sessions/styles.js +46 -0
- package/_modules/components/Profile/index.js +8 -1
- package/_modules/components/Settings/EmailSetting/index.js +2 -29
- package/_modules/components/Settings/PageForm/index.js +6 -1
- package/_modules/components/Settings/Settings/index.js +0 -62
- package/_modules/components/Shared/CitySelector/index.js +9 -1
- package/_modules/components/Shared/Modal/index.js +5 -3
- package/_modules/components/Shared/Modal/styles.js +25 -23
- package/_modules/components/SidebarMenu/index.js +132 -76
- package/_modules/components/SidebarMenu/styles.js +4 -2
- package/_modules/components/Stores/AddBusinessForm/index.js +22 -8
- package/_modules/components/Stores/BusinessBrandGENDetail/index.js +6 -1
- package/_modules/components/Stores/BusinessProductList/styles.js +1 -1
- package/_modules/components/Stores/BusinessProductsCategories/styles.js +1 -1
- package/_modules/components/Stores/BusinessProductsCategoyInfo/index.js +6 -1
- package/_modules/components/Stores/BusinessProductsListing/index.js +35 -8
- package/_modules/components/Stores/BusinessProductsListing/styles.js +6 -4
- package/_modules/components/Stores/BusinessSelectHeader/index.js +17 -9
- package/_modules/components/Stores/BusinessSelectHeader/styles.js +1 -1
- package/_modules/components/Stores/BusinessSummary/index.js +21 -8
- package/_modules/components/Stores/BusinessSummary/styles.js +5 -3
- package/_modules/components/Stores/BusinessSync/index.js +6 -2
- package/_modules/components/Stores/BusinessSyncItsaCheckmate/index.js +52 -0
- package/_modules/components/Stores/BusinessSyncItsaCheckmate/styles.js +31 -0
- package/_modules/components/Support/index.js +1 -1
- package/_modules/hooks/useCountdownTimer.js +40 -0
- package/_modules/index.js +18 -0
- package/_modules/utils/index.js +65 -4
- package/index-template.js +49 -8
- package/package.json +3 -2
- package/src/components/BusinessIntelligence/Reports/index.js +1 -1
- package/src/components/CartRecovery/OpenCartsFilterGroup/index.js +1 -1
- package/src/components/CartRecovery/RecoveryActionHeader/index.js +1 -1
- package/src/components/Delivery/AddressForm/index.js +1 -1
- package/src/components/Delivery/DriversCompaniesListing/index.js +1 -1
- package/src/components/Delivery/DriversGroupLogs/index.js +1 -1
- package/src/components/Delivery/DriversGroupsListing/index.js +1 -1
- package/src/components/Home/HomePage/index.js +62 -6
- package/src/components/Home/HomePage/styles.js +48 -1
- package/src/components/LanguageSelector/index.js +1 -1
- package/src/components/Login/LoginForm/index.js +211 -94
- package/src/components/Login/LoginForm/styles.js +74 -8
- package/src/components/Loyalty/RewardsPrograms/index.js +1 -1
- package/src/components/Marketing/CampaignSignUpOption/index.js +1 -1
- package/src/components/Marketing/EnterprisePromotionListing/index.js +1 -1
- package/src/components/Messages/MessagesListing/styles.js +3 -5
- package/src/components/MyProducts/AppLayout/index.js +97 -0
- package/src/components/MyProducts/AppLayout/styles.js +145 -0
- package/src/components/MyProducts/CallCenterApp/index.js +29 -0
- package/src/components/MyProducts/ContentForm/index.js +230 -0
- package/src/components/MyProducts/ContentForm/styles.js +67 -0
- package/src/components/MyProducts/CustomerApp/index.js +17 -41
- package/src/components/MyProducts/DriverApp/index.js +16 -70
- package/src/components/MyProducts/KioskApp/index.js +29 -0
- package/src/components/MyProducts/OrderingWebsite/index.js +452 -25
- package/src/components/MyProducts/OrderingWebsite/styles.js +244 -0
- package/src/components/MyProducts/PosApp/index.js +29 -0
- package/src/components/MyProducts/StoreApp/index.js +16 -70
- package/src/components/MyProducts/index.js +7 -1
- package/src/components/OrderingProducts/OrderingProductDetails/index.js +4 -4
- package/src/components/OrderingProducts/SiteTheme/index.js +8 -0
- package/src/components/Orders/DeliveriesManager/index.js +5 -1
- package/src/components/Orders/DriversManager/index.js +7 -1
- package/src/components/Orders/GoogleMapsApiKeySettingButton/index.js +94 -0
- package/src/components/Orders/GoogleMapsApiKeySettingButton/style.js +38 -0
- package/src/components/Orders/Messages/styles.js +6 -0
- package/src/components/Orders/OrderContactInformation/index.js +1 -1
- package/src/components/Orders/OrdersContentHeader/index.js +6 -1
- package/src/components/Orders/OrdersManager/index.js +2 -1
- package/src/components/Profile/ProfilePage/index.js +2 -0
- package/src/components/Profile/ProfilePage/styles.js +2 -1
- package/src/components/Profile/Sessions/index.js +209 -0
- package/src/components/Profile/Sessions/styles.js +132 -0
- package/src/components/Profile/index.js +3 -1
- package/src/components/Settings/EmailSetting/index.js +0 -32
- package/src/components/Settings/PageForm/index.js +3 -0
- package/src/components/Settings/Settings/index.js +0 -65
- package/src/components/Shared/CitySelector/index.js +8 -0
- package/src/components/Shared/Modal/index.js +32 -26
- package/src/components/Shared/Modal/styles.js +11 -3
- package/src/components/SidebarMenu/index.js +92 -70
- package/src/components/SidebarMenu/styles.js +8 -1
- package/src/components/Stores/AddBusinessForm/index.js +10 -8
- package/src/components/Stores/BusinessBrandGENDetail/index.js +3 -0
- package/src/components/Stores/BusinessProductList/styles.js +1 -1
- package/src/components/Stores/BusinessProductsCategories/styles.js +1 -1
- package/src/components/Stores/BusinessProductsCategoyInfo/index.js +3 -0
- package/src/components/Stores/BusinessProductsListing/index.js +35 -1
- package/src/components/Stores/BusinessProductsListing/styles.js +9 -1
- package/src/components/Stores/BusinessSelectHeader/index.js +14 -2
- package/src/components/Stores/BusinessSelectHeader/styles.js +5 -0
- package/src/components/Stores/BusinessSummary/index.js +27 -10
- package/src/components/Stores/BusinessSummary/styles.js +7 -0
- package/src/components/Stores/BusinessSync/index.js +7 -2
- package/src/components/Stores/BusinessSyncItsaCheckmate/index.js +63 -0
- package/src/components/Stores/BusinessSyncItsaCheckmate/styles.js +88 -0
- package/src/components/Support/index.js +1 -1
- package/src/hooks/useCountdownTimer.js +26 -0
- package/src/index.js +7 -1
- package/src/utils/index.js +61 -0
- package/template/app.js +14 -12
- package/template/assets/images/ItsaCheckmateLogo.png +0 -0
- package/template/assets/images/door-dash.png +0 -0
- package/template/assets/images/myProducts/driver-app-brand.png +0 -0
- package/template/assets/images/myProducts/driver-app-free.png +0 -0
- package/template/assets/images/myProducts/multi-store-customer-app.png +0 -0
- package/template/assets/images/myProducts/my-callcenter-app-brand.png +0 -0
- package/template/assets/images/myProducts/my-callcenter-app-live.png +0 -0
- package/template/assets/images/myProducts/my-kiosk-app-brand.png +0 -0
- package/template/assets/images/myProducts/my-kiosk-app-live.png +0 -0
- package/template/assets/images/myProducts/my-pos-app-brand.png +0 -0
- package/template/assets/images/myProducts/my-pos-app-live.png +0 -0
- package/template/assets/images/myProducts/single-store-customer-app.png +0 -0
- package/template/assets/images/myProducts/store-app-brand.png +0 -0
- package/template/assets/images/myProducts/store-app-free.png +0 -0
- package/template/assets/images/projectStatuses/project-active.png +0 -0
- package/template/assets/images/projectStatuses/project-past-due-payment.png +0 -0
- package/template/components/AutologinParams/index.js +79 -0
- package/template/components/ListenPageChanges/index.js +3 -2
- package/template/config.json +1 -0
- package/template/helmetdata.json +21 -0
- package/template/pages/CallCenterApp/index.js +12 -0
- package/template/pages/KioskApp/index.js +12 -0
- package/template/pages/PosApp/index.js +12 -0
- package/template/theme.json +3 -0
- package/_modules/components/MyProducts/DriverApp/styles.js +0 -29
- package/_modules/components/MyProducts/StoreApp/styles.js +0 -29
- package/src/components/MyProducts/CustomerApp/styles.js +0 -59
- package/src/components/MyProducts/DriverApp/styles.js +0 -104
- package/src/components/MyProducts/StoreApp/styles.js +0 -104
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react'
|
|
2
|
+
import { HelmetTags } from '../../components/HelmetTags'
|
|
3
|
+
import { KioskApp as KioskAppController } from '../../../src/components/MyProducts'
|
|
4
|
+
|
|
5
|
+
export const KioskApp = (props) => {
|
|
6
|
+
return (
|
|
7
|
+
<>
|
|
8
|
+
<HelmetTags page='kiosk_app' />
|
|
9
|
+
<KioskAppController {...props} />
|
|
10
|
+
</>
|
|
11
|
+
)
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react'
|
|
2
|
+
import { HelmetTags } from '../../components/HelmetTags'
|
|
3
|
+
import { PosApp as PosAppController } from '../../../src/components/MyProducts'
|
|
4
|
+
|
|
5
|
+
export const PosApp = (props) => {
|
|
6
|
+
return (
|
|
7
|
+
<>
|
|
8
|
+
<HelmetTags page='pos_app' />
|
|
9
|
+
<PosAppController {...props} />
|
|
10
|
+
</>
|
|
11
|
+
)
|
|
12
|
+
}
|
package/template/theme.json
CHANGED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.HeaderTitleContainer = exports.FreeBtnWrapper = exports.ContentWrapper = exports.Container = exports.BrandedBtnWrapper = void 0;
|
|
8
|
-
var _styledComponents = _interopRequireWildcard(require("styled-components"));
|
|
9
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8;
|
|
10
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
12
|
-
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
13
|
-
var Container = _styledComponents.default.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n flex: 1;\n padding: 25px 20px;\n box-sizing: border-box;\n transition: all 0.5s;\n max-height: 100vh;\n overflow: auto;\n min-height: 100vh;\n"])));
|
|
14
|
-
exports.Container = Container;
|
|
15
|
-
var HeaderTitleContainer = _styledComponents.default.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n\n > h1 {\n font-weight: 700;\n font-size: 20px;\n color: ", ";\n margin: 0px;\n line-height: 32px;\n }\n\n > button {\n ", "\n\n svg {\n width: 25px;\n height: 25px;\n }\n }\n"])), function (props) {
|
|
16
|
-
return props.theme.colors.headingColor;
|
|
17
|
-
}, function (props) {
|
|
18
|
-
var _props$theme;
|
|
19
|
-
return (_props$theme = props.theme) !== null && _props$theme !== void 0 && _props$theme.rtl ? (0, _styledComponents.css)(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n margin-left: 8px;\n margin-right: -8px;\n "]))) : (0, _styledComponents.css)(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n margin-right: 8px;\n margin-left: -8px;\n "])));
|
|
20
|
-
});
|
|
21
|
-
exports.HeaderTitleContainer = HeaderTitleContainer;
|
|
22
|
-
var ContentWrapper = _styledComponents.default.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n margin-top: 27px;\n\n > h1 {\n font-weight: 700;\n font-size: 32px;\n line-height: 48px;\n margin-top: 0px;\n margin-bottom: 7px;\n }\n\n > p {\n margin: 0px;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n }\n"])));
|
|
23
|
-
exports.ContentWrapper = ContentWrapper;
|
|
24
|
-
var FreeBtnWrapper = _styledComponents.default.div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n button {\n width: 100%;\n height: 44px;\n text-transform: capitalize;\n &:first-child {\n margin-bottom: 15px;\n }\n }\n\n @media (min-width: 769px) {\n flex-direction: row;\n button {\n width: 180px;\n &:first-child {\n margin-right: 15px;\n margin-bottom: 0px;\n ", "\n }\n }\n }\n\n @media (min-width: 1320px) {\n button {\n width: 260px;\n }\n }\n"])), function (props) {
|
|
25
|
-
return props.theme.rtl && (0, _styledComponents.css)(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n margin-right: 0px;\n margin-left: 15px;\n "])));
|
|
26
|
-
});
|
|
27
|
-
exports.FreeBtnWrapper = FreeBtnWrapper;
|
|
28
|
-
var BrandedBtnWrapper = _styledComponents.default.div(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n button {\n width: 100%;\n height: 44px;\n text-transform: capitalize;\n }\n\n @media (min-width: 576px) {\n width: 260px;\n }\n"])));
|
|
29
|
-
exports.BrandedBtnWrapper = BrandedBtnWrapper;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.HeaderTitleContainer = exports.FreeBtnWrapper = exports.ContentWrapper = exports.Container = exports.BrandedBtnWrapper = void 0;
|
|
8
|
-
var _styledComponents = _interopRequireWildcard(require("styled-components"));
|
|
9
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8;
|
|
10
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
12
|
-
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
13
|
-
var Container = _styledComponents.default.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n flex: 1;\n padding: 25px 20px;\n box-sizing: border-box;\n transition: all 0.5s;\n max-height: 100vh;\n overflow: auto;\n min-height: 100vh;\n"])));
|
|
14
|
-
exports.Container = Container;
|
|
15
|
-
var HeaderTitleContainer = _styledComponents.default.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n\n > h1 {\n font-weight: 700;\n font-size: 20px;\n color: ", ";\n margin: 0px;\n line-height: 32px;\n }\n\n > button {\n ", "\n\n svg {\n width: 25px;\n height: 25px;\n }\n }\n"])), function (props) {
|
|
16
|
-
return props.theme.colors.headingColor;
|
|
17
|
-
}, function (props) {
|
|
18
|
-
var _props$theme;
|
|
19
|
-
return (_props$theme = props.theme) !== null && _props$theme !== void 0 && _props$theme.rtl ? (0, _styledComponents.css)(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n margin-left: 8px;\n margin-right: -8px;\n "]))) : (0, _styledComponents.css)(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n margin-right: 8px;\n margin-left: -8px;\n "])));
|
|
20
|
-
});
|
|
21
|
-
exports.HeaderTitleContainer = HeaderTitleContainer;
|
|
22
|
-
var ContentWrapper = _styledComponents.default.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n margin-top: 27px;\n\n > h1 {\n font-weight: 700;\n font-size: 32px;\n line-height: 48px;\n margin-top: 0px;\n margin-bottom: 7px;\n }\n\n > p {\n margin: 0px;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n }\n"])));
|
|
23
|
-
exports.ContentWrapper = ContentWrapper;
|
|
24
|
-
var FreeBtnWrapper = _styledComponents.default.div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n button {\n width: 100%;\n height: 44px;\n text-transform: capitalize;\n &:first-child {\n margin-bottom: 15px;\n }\n }\n\n @media (min-width: 769px) {\n flex-direction: row;\n button {\n width: 180px;\n &:first-child {\n margin-right: 15px;\n margin-bottom: 0px;\n ", "\n }\n }\n }\n\n @media (min-width: 1320px) {\n button {\n width: 260px;\n }\n }\n"])), function (props) {
|
|
25
|
-
return props.theme.rtl && (0, _styledComponents.css)(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n margin-right: 0px;\n margin-left: 15px;\n "])));
|
|
26
|
-
});
|
|
27
|
-
exports.FreeBtnWrapper = FreeBtnWrapper;
|
|
28
|
-
var BrandedBtnWrapper = _styledComponents.default.div(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n button {\n width: 100%;\n height: 44px;\n text-transform: capitalize;\n }\n\n @media (min-width: 576px) {\n width: 260px;\n }\n"])));
|
|
29
|
-
exports.BrandedBtnWrapper = BrandedBtnWrapper;
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import styled, { css } from 'styled-components'
|
|
2
|
-
|
|
3
|
-
export const Container = styled.div`
|
|
4
|
-
flex: 1;
|
|
5
|
-
padding: 25px 20px;
|
|
6
|
-
box-sizing: border-box;
|
|
7
|
-
transition: all 0.5s;
|
|
8
|
-
max-height: 100vh;
|
|
9
|
-
overflow: auto;
|
|
10
|
-
min-height: 100vh;
|
|
11
|
-
`
|
|
12
|
-
|
|
13
|
-
export const HeaderTitleContainer = styled.div`
|
|
14
|
-
display: flex;
|
|
15
|
-
align-items: center;
|
|
16
|
-
|
|
17
|
-
> h1 {
|
|
18
|
-
font-weight: 700;
|
|
19
|
-
font-size: 20px;
|
|
20
|
-
color: ${props => props.theme.colors.headingColor};
|
|
21
|
-
margin: 0px;
|
|
22
|
-
line-height: 32px;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
> button {
|
|
26
|
-
${props => props.theme?.rtl ? css`
|
|
27
|
-
margin-left: 8px;
|
|
28
|
-
margin-right: -8px;
|
|
29
|
-
` : css`
|
|
30
|
-
margin-right: 8px;
|
|
31
|
-
margin-left: -8px;
|
|
32
|
-
`}
|
|
33
|
-
|
|
34
|
-
svg {
|
|
35
|
-
width: 25px;
|
|
36
|
-
height: 25px;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
`
|
|
40
|
-
|
|
41
|
-
export const ContentWrapper = styled.div`
|
|
42
|
-
height: calc(100% - 32px);
|
|
43
|
-
display: flex;
|
|
44
|
-
align-items: center;
|
|
45
|
-
`
|
|
46
|
-
|
|
47
|
-
export const ButtonWrapper = styled.div`
|
|
48
|
-
button {
|
|
49
|
-
width: 100%;
|
|
50
|
-
height: 44px;
|
|
51
|
-
text-transform: capitalize;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
@media(min-width: 576px) {
|
|
55
|
-
button {
|
|
56
|
-
width: 260px;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
`
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
import styled, { css } from 'styled-components'
|
|
2
|
-
|
|
3
|
-
export const Container = styled.div`
|
|
4
|
-
flex: 1;
|
|
5
|
-
padding: 25px 20px;
|
|
6
|
-
box-sizing: border-box;
|
|
7
|
-
transition: all 0.5s;
|
|
8
|
-
max-height: 100vh;
|
|
9
|
-
overflow: auto;
|
|
10
|
-
min-height: 100vh;
|
|
11
|
-
`
|
|
12
|
-
|
|
13
|
-
export const HeaderTitleContainer = styled.div`
|
|
14
|
-
display: flex;
|
|
15
|
-
align-items: center;
|
|
16
|
-
|
|
17
|
-
> h1 {
|
|
18
|
-
font-weight: 700;
|
|
19
|
-
font-size: 20px;
|
|
20
|
-
color: ${props => props.theme.colors.headingColor};
|
|
21
|
-
margin: 0px;
|
|
22
|
-
line-height: 32px;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
> button {
|
|
26
|
-
${props => props.theme?.rtl ? css`
|
|
27
|
-
margin-left: 8px;
|
|
28
|
-
margin-right: -8px;
|
|
29
|
-
` : css`
|
|
30
|
-
margin-right: 8px;
|
|
31
|
-
margin-left: -8px;
|
|
32
|
-
`}
|
|
33
|
-
|
|
34
|
-
svg {
|
|
35
|
-
width: 25px;
|
|
36
|
-
height: 25px;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
`
|
|
40
|
-
|
|
41
|
-
export const ContentWrapper = styled.div`
|
|
42
|
-
margin-top: 27px;
|
|
43
|
-
|
|
44
|
-
> h1 {
|
|
45
|
-
font-weight: 700;
|
|
46
|
-
font-size: 32px;
|
|
47
|
-
line-height: 48px;
|
|
48
|
-
margin-top: 0px;
|
|
49
|
-
margin-bottom: 7px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
> p {
|
|
53
|
-
margin: 0px;
|
|
54
|
-
font-weight: 400;
|
|
55
|
-
font-size: 16px;
|
|
56
|
-
line-height: 24px;
|
|
57
|
-
}
|
|
58
|
-
`
|
|
59
|
-
|
|
60
|
-
export const FreeBtnWrapper = styled.div`
|
|
61
|
-
display: flex;
|
|
62
|
-
flex-direction: column;
|
|
63
|
-
button {
|
|
64
|
-
width: 100%;
|
|
65
|
-
height: 44px;
|
|
66
|
-
text-transform: capitalize;
|
|
67
|
-
&:first-child {
|
|
68
|
-
margin-bottom: 15px;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
@media (min-width: 769px) {
|
|
73
|
-
flex-direction: row;
|
|
74
|
-
button {
|
|
75
|
-
width: 180px;
|
|
76
|
-
&:first-child {
|
|
77
|
-
margin-right: 15px;
|
|
78
|
-
margin-bottom: 0px;
|
|
79
|
-
${props => props.theme.rtl && css`
|
|
80
|
-
margin-right: 0px;
|
|
81
|
-
margin-left: 15px;
|
|
82
|
-
`}
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
@media (min-width: 1320px) {
|
|
88
|
-
button {
|
|
89
|
-
width: 260px;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
`
|
|
93
|
-
|
|
94
|
-
export const BrandedBtnWrapper = styled.div`
|
|
95
|
-
button {
|
|
96
|
-
width: 100%;
|
|
97
|
-
height: 44px;
|
|
98
|
-
text-transform: capitalize;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
@media (min-width: 576px) {
|
|
102
|
-
width: 260px;
|
|
103
|
-
}
|
|
104
|
-
`
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
import styled, { css } from 'styled-components'
|
|
2
|
-
|
|
3
|
-
export const Container = styled.div`
|
|
4
|
-
flex: 1;
|
|
5
|
-
padding: 25px 20px;
|
|
6
|
-
box-sizing: border-box;
|
|
7
|
-
transition: all 0.5s;
|
|
8
|
-
max-height: 100vh;
|
|
9
|
-
overflow: auto;
|
|
10
|
-
min-height: 100vh;
|
|
11
|
-
`
|
|
12
|
-
|
|
13
|
-
export const HeaderTitleContainer = styled.div`
|
|
14
|
-
display: flex;
|
|
15
|
-
align-items: center;
|
|
16
|
-
|
|
17
|
-
> h1 {
|
|
18
|
-
font-weight: 700;
|
|
19
|
-
font-size: 20px;
|
|
20
|
-
color: ${props => props.theme.colors.headingColor};
|
|
21
|
-
margin: 0px;
|
|
22
|
-
line-height: 32px;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
> button {
|
|
26
|
-
${props => props.theme?.rtl ? css`
|
|
27
|
-
margin-left: 8px;
|
|
28
|
-
margin-right: -8px;
|
|
29
|
-
` : css`
|
|
30
|
-
margin-right: 8px;
|
|
31
|
-
margin-left: -8px;
|
|
32
|
-
`}
|
|
33
|
-
|
|
34
|
-
svg {
|
|
35
|
-
width: 25px;
|
|
36
|
-
height: 25px;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
`
|
|
40
|
-
|
|
41
|
-
export const ContentWrapper = styled.div`
|
|
42
|
-
margin-top: 27px;
|
|
43
|
-
|
|
44
|
-
> h1 {
|
|
45
|
-
font-weight: 700;
|
|
46
|
-
font-size: 32px;
|
|
47
|
-
line-height: 48px;
|
|
48
|
-
margin-top: 0px;
|
|
49
|
-
margin-bottom: 7px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
> p {
|
|
53
|
-
margin: 0px;
|
|
54
|
-
font-weight: 400;
|
|
55
|
-
font-size: 16px;
|
|
56
|
-
line-height: 24px;
|
|
57
|
-
}
|
|
58
|
-
`
|
|
59
|
-
|
|
60
|
-
export const FreeBtnWrapper = styled.div`
|
|
61
|
-
display: flex;
|
|
62
|
-
flex-direction: column;
|
|
63
|
-
button {
|
|
64
|
-
width: 100%;
|
|
65
|
-
height: 44px;
|
|
66
|
-
text-transform: capitalize;
|
|
67
|
-
&:first-child {
|
|
68
|
-
margin-bottom: 15px;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
@media (min-width: 769px) {
|
|
73
|
-
flex-direction: row;
|
|
74
|
-
button {
|
|
75
|
-
width: 180px;
|
|
76
|
-
&:first-child {
|
|
77
|
-
margin-right: 15px;
|
|
78
|
-
margin-bottom: 0px;
|
|
79
|
-
${props => props.theme.rtl && css`
|
|
80
|
-
margin-right: 0px;
|
|
81
|
-
margin-left: 15px;
|
|
82
|
-
`}
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
@media (min-width: 1320px) {
|
|
88
|
-
button {
|
|
89
|
-
width: 260px;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
`
|
|
93
|
-
|
|
94
|
-
export const BrandedBtnWrapper = styled.div`
|
|
95
|
-
button {
|
|
96
|
-
width: 100%;
|
|
97
|
-
height: 44px;
|
|
98
|
-
text-transform: capitalize;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
@media (min-width: 576px) {
|
|
102
|
-
width: 260px;
|
|
103
|
-
}
|
|
104
|
-
`
|