ordering-ui-external 2.4.5 → 2.5.0
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/{0.ordering-ui.83ddb51fdc85c2b920b0.js → 0.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{1.ordering-ui.83ddb51fdc85c2b920b0.js → 1.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{2.ordering-ui.83ddb51fdc85c2b920b0.js → 2.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{4.ordering-ui.83ddb51fdc85c2b920b0.js → 4.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{5.ordering-ui.83ddb51fdc85c2b920b0.js → 5.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{6.ordering-ui.83ddb51fdc85c2b920b0.js → 6.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{7.ordering-ui.83ddb51fdc85c2b920b0.js → 7.ordering-ui.5657c6a53b3791887fd7.js} +2 -2
- package/_bundles/{8.ordering-ui.83ddb51fdc85c2b920b0.js → 8.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{9.ordering-ui.83ddb51fdc85c2b920b0.js → 9.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/ordering-ui.5657c6a53b3791887fd7.js +2 -0
- package/_modules/components/OrdersOption/styles.js +1 -1
- package/_modules/components/VerticalOrdersLayout/SingleOrderCard/index.js +15 -8
- package/_modules/components/VerticalOrdersLayout/styles.js +2 -2
- package/_modules/contexts/ThemeContext/index.js +1 -0
- package/_modules/themes/five/src/components/AddressList/index.js +8 -7
- package/_modules/themes/five/src/components/BusinessBasicInformation/index.js +28 -22
- package/_modules/themes/five/src/components/BusinessBasicInformation/styles.js +22 -21
- package/_modules/themes/five/src/components/BusinessController/index.js +5 -3
- package/_modules/themes/five/src/components/BusinessInformation/index.js +16 -10
- package/_modules/themes/five/src/components/BusinessItemAccordion/index.js +5 -8
- package/_modules/themes/five/src/components/BusinessListingSearch/index.js +93 -74
- package/_modules/themes/five/src/components/BusinessListingSearch/styles.js +10 -4
- package/_modules/themes/five/src/components/BusinessProductsCategories/index.js +7 -2
- package/_modules/themes/five/src/components/BusinessProductsCategories/styles.js +1 -1
- package/_modules/themes/five/src/components/BusinessProductsList/index.js +1 -1
- package/_modules/themes/five/src/components/BusinessProductsListing/index.js +38 -13
- package/_modules/themes/five/src/components/BusinessProductsListing/styles.js +20 -9
- package/_modules/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/index.js +35 -23
- package/_modules/themes/five/src/components/Cart/index.js +7 -3
- package/_modules/themes/five/src/components/Checkout/index.js +12 -11
- package/_modules/themes/five/src/components/Checkout/styles.js +8 -4
- package/_modules/themes/five/src/components/GiftCard/GiftCardUI/index.js +1 -0
- package/_modules/themes/five/src/components/GiftCard/PurchaseGiftCard/index.js +4 -3
- package/_modules/themes/five/src/components/GiftCard/PurchaseGiftCard/styles.js +14 -8
- package/_modules/themes/five/src/components/GiftCard/RedeemGiftCard/index.js +1 -1
- package/_modules/themes/five/src/components/Header/index.js +29 -21
- package/_modules/themes/five/src/components/Header/styles.js +44 -40
- package/_modules/themes/five/src/components/MultiCheckout/index.js +18 -16
- package/_modules/themes/five/src/components/MultiOrdersDetails/SingleOrderCard.js +6 -4
- package/_modules/themes/five/src/components/MyOrders/index.js +16 -10
- package/_modules/themes/five/src/components/MyOrders/styles.js +15 -12
- package/_modules/themes/five/src/components/OrderDetails/OrderEta.js +5 -2
- package/_modules/themes/five/src/components/OrderDetails/OrderHistory.js +2 -2
- package/_modules/themes/five/src/components/OrderDetails/index.js +2 -2
- package/_modules/themes/five/src/components/OrderItAgain/styles.js +1 -1
- package/_modules/themes/five/src/components/OrderProgress/index.js +15 -4
- package/_modules/themes/five/src/components/OrderTypeSelectorContent/index.js +16 -4
- package/_modules/themes/five/src/components/PageBanner/styles.js +1 -1
- package/_modules/themes/five/src/components/ProductForm/index.js +27 -7
- package/_modules/themes/five/src/components/ProductForm/styles.js +40 -31
- package/_modules/themes/five/src/components/ProductItemAccordion/index.js +6 -6
- package/_modules/themes/five/src/components/RenderProductsLayout/index.js +3 -3
- package/_modules/themes/five/src/components/ReviewProduct/index.js +9 -4
- package/_modules/themes/five/src/components/ServiceForm/index.js +22 -3
- package/_modules/themes/five/src/components/ServiceForm/styles.js +9 -3
- package/_modules/themes/five/src/components/SidebarMenu/index.js +19 -10
- package/_modules/themes/five/src/components/SignUpForm/index.js +56 -29
- package/_modules/themes/five/src/components/SingleOrderCard/index.js +1 -1
- package/_modules/themes/five/src/components/SingleOrderCard/styles.js +26 -24
- package/_modules/themes/five/src/components/SingleProductCard/layouts/original/index.js +9 -5
- package/_modules/themes/five/src/components/SingleProductCard/layouts/original/styles.js +2 -2
- package/_modules/themes/five/src/components/UpsellingPage/index.js +2 -1
- package/_modules/themes/five/src/components/UserFormDetails/index.js +58 -18
- package/_modules/themes/five/src/components/UserFormDetails/styles.js +7 -3
- package/_modules/themes/five/src/components/UserPopover/index.js +41 -25
- package/_modules/themes/five/src/components/UserProfileForm/index.js +19 -11
- package/_modules/themes/five/src/styles/Buttons/index.js +68 -58
- package/_modules/themes/five/src/styles/Inputs/index.js +40 -16
- package/_modules/utils/index.js +8 -2
- package/index.html +1 -1
- package/package.json +3 -2
- package/src/components/OrdersOption/styles.js +1 -0
- package/src/components/VerticalOrdersLayout/SingleOrderCard/index.js +35 -17
- package/src/components/VerticalOrdersLayout/styles.js +9 -0
- package/src/contexts/ThemeContext/index.js +1 -0
- package/src/themes/five/src/components/AddressList/index.js +6 -6
- package/src/themes/five/src/components/BusinessBasicInformation/index.js +24 -22
- package/src/themes/five/src/components/BusinessBasicInformation/styles.js +24 -3
- package/src/themes/five/src/components/BusinessController/index.js +4 -2
- package/src/themes/five/src/components/BusinessInformation/index.js +24 -12
- package/src/themes/five/src/components/BusinessItemAccordion/index.js +5 -6
- package/src/themes/five/src/components/BusinessListingSearch/index.js +127 -101
- package/src/themes/five/src/components/BusinessListingSearch/styles.js +15 -0
- package/src/themes/five/src/components/BusinessProductsCategories/index.js +7 -2
- package/src/themes/five/src/components/BusinessProductsCategories/styles.js +1 -1
- package/src/themes/five/src/components/BusinessProductsList/index.js +1 -1
- package/src/themes/five/src/components/BusinessProductsListing/index.js +34 -9
- package/src/themes/five/src/components/BusinessProductsListing/styles.js +26 -0
- package/src/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/index.js +9 -2
- package/src/themes/five/src/components/Cart/index.js +3 -4
- package/src/themes/five/src/components/Checkout/index.js +18 -4
- package/src/themes/five/src/components/Checkout/styles.js +22 -0
- package/src/themes/five/src/components/GiftCard/GiftCardUI/index.js +1 -0
- package/src/themes/five/src/components/GiftCard/PurchaseGiftCard/index.js +41 -31
- package/src/themes/five/src/components/GiftCard/PurchaseGiftCard/styles.js +15 -4
- package/src/themes/five/src/components/GiftCard/RedeemGiftCard/index.js +2 -2
- package/src/themes/five/src/components/Header/index.js +17 -5
- package/src/themes/five/src/components/Header/styles.js +9 -6
- package/src/themes/five/src/components/MultiCheckout/index.js +9 -10
- package/src/themes/five/src/components/MultiOrdersDetails/SingleOrderCard.js +8 -5
- package/src/themes/five/src/components/MyOrders/index.js +13 -9
- package/src/themes/five/src/components/MyOrders/styles.js +3 -1
- package/src/themes/five/src/components/OrderDetails/OrderEta.js +3 -2
- package/src/themes/five/src/components/OrderDetails/OrderHistory.js +8 -2
- package/src/themes/five/src/components/OrderDetails/index.js +2 -2
- package/src/themes/five/src/components/OrderItAgain/styles.js +1 -1
- package/src/themes/five/src/components/OrderProgress/index.js +16 -5
- package/src/themes/five/src/components/OrderTypeSelectorContent/index.js +7 -4
- package/src/themes/five/src/components/PageBanner/styles.js +1 -4
- package/src/themes/five/src/components/ProductForm/index.js +23 -5
- package/src/themes/five/src/components/ProductForm/styles.js +36 -1
- package/src/themes/five/src/components/ProductItemAccordion/index.js +37 -29
- package/src/themes/five/src/components/RenderProductsLayout/index.js +3 -3
- package/src/themes/five/src/components/ReviewProduct/index.js +14 -6
- package/src/themes/five/src/components/ServiceForm/index.js +22 -4
- package/src/themes/five/src/components/ServiceForm/styles.js +16 -0
- package/src/themes/five/src/components/SidebarMenu/index.js +162 -144
- package/src/themes/five/src/components/SignUpForm/index.js +4 -3
- package/src/themes/five/src/components/SingleOrderCard/index.js +1 -1
- package/src/themes/five/src/components/SingleOrderCard/styles.js +9 -1
- package/src/themes/five/src/components/SingleProductCard/layouts/original/index.js +13 -3
- package/src/themes/five/src/components/SingleProductCard/layouts/original/styles.js +2 -2
- package/src/themes/five/src/components/UpsellingPage/index.js +1 -1
- package/src/themes/five/src/components/UserFormDetails/index.js +58 -14
- package/src/themes/five/src/components/UserFormDetails/styles.js +16 -0
- package/src/themes/five/src/components/UserPopover/index.js +26 -15
- package/src/themes/five/src/components/UserProfileForm/index.js +18 -9
- package/src/themes/five/src/styles/Buttons/index.js +11 -0
- package/src/themes/five/src/styles/Inputs/index.js +34 -0
- package/src/utils/index.js +5 -0
- package/template/app.js +5 -3
- package/template/theme.json +335 -24
- package/_bundles/ordering-ui.83ddb51fdc85c2b920b0.js +0 -2
- /package/_bundles/{7.ordering-ui.83ddb51fdc85c2b920b0.js.LICENSE.txt → 7.ordering-ui.5657c6a53b3791887fd7.js.LICENSE.txt} +0 -0
- /package/_bundles/{ordering-ui.83ddb51fdc85c2b920b0.js.LICENSE.txt → ordering-ui.5657c6a53b3791887fd7.js.LICENSE.txt} +0 -0
|
@@ -4,9 +4,9 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.SwitchWrapper = exports.SkeletonForm = exports.PromotionsWrapper = exports.NotificationsGroupSwitchWrapper = exports.LanguageSelectorWrapper = exports.InputPhoneNumberWrapper = exports.InputGroup = exports.FormInput = exports.Divider = exports.ActionsForm = void 0;
|
|
7
|
+
exports.TextLinkWrapper = exports.SwitchWrapper = exports.SkeletonForm = exports.PromotionsWrapper = exports.NotificationsGroupSwitchWrapper = exports.LanguageSelectorWrapper = exports.InputPhoneNumberWrapper = exports.InputGroup = exports.FormInput = exports.Divider = exports.ActionsForm = void 0;
|
|
8
8
|
var _styledComponents = _interopRequireWildcard(require("styled-components"));
|
|
9
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15;
|
|
9
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16;
|
|
10
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
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
12
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
@@ -44,4 +44,8 @@ var NotificationsGroupSwitchWrapper = _styledComponents.default.div(_templateObj
|
|
|
44
44
|
});
|
|
45
45
|
exports.NotificationsGroupSwitchWrapper = NotificationsGroupSwitchWrapper;
|
|
46
46
|
var SwitchWrapper = _styledComponents.default.div(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n"])));
|
|
47
|
-
exports.SwitchWrapper = SwitchWrapper;
|
|
47
|
+
exports.SwitchWrapper = SwitchWrapper;
|
|
48
|
+
var TextLinkWrapper = _styledComponents.default.span(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["\n width: 100%;\n display: flex;\n justify-content: center;\n margin-top: 15px;\n span {\n font-size: 14px;\n text-align: center;\n cursor: pointer;\n color: ", ";\n &:hover {\n text-decoration: underline;\n }\n }\n"])), function (props) {
|
|
49
|
+
return props.theme.colors.primary;
|
|
50
|
+
});
|
|
51
|
+
exports.TextLinkWrapper = TextLinkWrapper;
|
|
@@ -13,6 +13,7 @@ var _style = require("../../../../../components/Dropdown/style");
|
|
|
13
13
|
var _FaUserAlt = _interopRequireDefault(require("@meronex/icons/fa/FaUserAlt"));
|
|
14
14
|
var _utils = require("../../../../../utils");
|
|
15
15
|
var _AiOutlineMenu = _interopRequireDefault(require("@meronex/icons/ai/AiOutlineMenu"));
|
|
16
|
+
var _styledComponents = require("styled-components");
|
|
16
17
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
18
|
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); }
|
|
18
19
|
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; }
|
|
@@ -28,24 +29,8 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
28
29
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
29
30
|
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
30
31
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
31
|
-
var optionsDefault = [{
|
|
32
|
-
name: 'search',
|
|
33
|
-
pathname: '/explore',
|
|
34
|
-
displayName: 'My home',
|
|
35
|
-
key: 'my_home'
|
|
36
|
-
}, {
|
|
37
|
-
name: 'business_search',
|
|
38
|
-
pathname: '/business_search',
|
|
39
|
-
displayName: 'Browse & Search',
|
|
40
|
-
key: 'browse_search'
|
|
41
|
-
}, {
|
|
42
|
-
name: 'orders',
|
|
43
|
-
pathname: '/profile/orders',
|
|
44
|
-
displayName: 'orders',
|
|
45
|
-
key: 'orders'
|
|
46
|
-
}];
|
|
47
32
|
var UserPopover = function UserPopover(props) {
|
|
48
|
-
var _configs$cash_wallet, _configs$wallet_enabl, _configs$wallet_cash_, _configs$wallet_credi, _configs$advanced_off, _configs$advanced_off2, _orderingTheme$theme, _orderingTheme$theme$, _orderingTheme$theme$2, _orderingTheme$theme$3, _orderingTheme$theme$4, _orderingTheme$theme$5, _orderingTheme$theme2, _orderingTheme$theme3, _orderingTheme$theme4, _orderingTheme$theme5, _orderingTheme$theme6, _props$beforeElements, _props$beforeComponen, _sessionState$user, _sessionState$user2, _props$afterComponent, _props$afterElements;
|
|
33
|
+
var _configs$cash_wallet, _configs$wallet_enabl, _configs$wallet_cash_, _configs$wallet_credi, _configs$advanced_off, _configs$advanced_off2, _orderingTheme$theme, _orderingTheme$theme$, _orderingTheme$theme$2, _orderingTheme$theme$3, _orderingTheme$theme$4, _orderingTheme$theme$5, _orderingTheme$theme2, _orderingTheme$theme3, _orderingTheme$theme4, _orderingTheme$theme5, _orderingTheme$theme6, _theme$bar_menu, _theme$bar_menu$compo, _theme$bar_menu$compo2, _theme$bar_menu2, _theme$bar_menu2$comp, _theme$bar_menu2$comp2, _theme$bar_menu3, _theme$bar_menu3$comp, _theme$bar_menu3$comp2, _theme$bar_menu4, _theme$bar_menu4$comp, _theme$bar_menu4$comp2, _theme$bar_menu5, _theme$bar_menu5$comp, _theme$bar_menu5$comp2, _theme$bar_menu6, _theme$bar_menu6$comp, _theme$bar_menu6$comp2, _theme$bar_menu7, _theme$bar_menu7$comp, _theme$bar_menu7$comp2, _theme$bar_menu8, _theme$bar_menu8$comp, _theme$bar_menu8$comp2, _theme$bar_menu9, _theme$bar_menu9$comp, _theme$bar_menu9$comp2, _props$beforeElements, _props$beforeComponen, _sessionState$user, _sessionState$user2, _props$afterComponent, _props$afterElements;
|
|
49
34
|
var open = props.open,
|
|
50
35
|
isHome = props.isHome,
|
|
51
36
|
optionsList = props.optionsList,
|
|
@@ -70,6 +55,7 @@ var UserPopover = function UserPopover(props) {
|
|
|
70
55
|
var _useOrder = (0, _orderingComponentsExternal.useOrder)(),
|
|
71
56
|
_useOrder2 = _slicedToArray(_useOrder, 1),
|
|
72
57
|
orderStatus = _useOrder2[0];
|
|
58
|
+
var theme = (0, _styledComponents.useTheme)();
|
|
73
59
|
var referenceElement = (0, _react.useRef)();
|
|
74
60
|
var popperElement = (0, _react.useRef)();
|
|
75
61
|
var arrowElement = (0, _react.useRef)();
|
|
@@ -77,48 +63,76 @@ var UserPopover = function UserPopover(props) {
|
|
|
77
63
|
var isPromotionsEnabled = (configs === null || configs === void 0 ? void 0 : (_configs$advanced_off = configs.advanced_offers_module) === null || _configs$advanced_off === void 0 ? void 0 : _configs$advanced_off.value) === '1' || (configs === null || configs === void 0 ? void 0 : (_configs$advanced_off2 = configs.advanced_offers_module) === null || _configs$advanced_off2 === void 0 ? void 0 : _configs$advanced_off2.value) === true;
|
|
78
64
|
var isAddressListNewPage = (orderingTheme === null || orderingTheme === void 0 ? void 0 : (_orderingTheme$theme = orderingTheme.theme) === null || _orderingTheme$theme === void 0 ? void 0 : (_orderingTheme$theme$ = _orderingTheme$theme.profile) === null || _orderingTheme$theme$ === void 0 ? void 0 : (_orderingTheme$theme$2 = _orderingTheme$theme$.components) === null || _orderingTheme$theme$2 === void 0 ? void 0 : (_orderingTheme$theme$3 = _orderingTheme$theme$2.address_list) === null || _orderingTheme$theme$3 === void 0 ? void 0 : (_orderingTheme$theme$4 = _orderingTheme$theme$3.components) === null || _orderingTheme$theme$4 === void 0 ? void 0 : (_orderingTheme$theme$5 = _orderingTheme$theme$4.layout) === null || _orderingTheme$theme$5 === void 0 ? void 0 : _orderingTheme$theme$5.position) === 'new_page';
|
|
79
65
|
var isChew = (orderingTheme === null || orderingTheme === void 0 ? void 0 : (_orderingTheme$theme2 = orderingTheme.theme) === null || _orderingTheme$theme2 === void 0 ? void 0 : (_orderingTheme$theme3 = _orderingTheme$theme2.header) === null || _orderingTheme$theme3 === void 0 ? void 0 : (_orderingTheme$theme4 = _orderingTheme$theme3.components) === null || _orderingTheme$theme4 === void 0 ? void 0 : (_orderingTheme$theme5 = _orderingTheme$theme4.layout) === null || _orderingTheme$theme5 === void 0 ? void 0 : (_orderingTheme$theme6 = _orderingTheme$theme5.type) === null || _orderingTheme$theme6 === void 0 ? void 0 : _orderingTheme$theme6.toLowerCase()) === 'chew';
|
|
66
|
+
var hideBrowse = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu = theme.bar_menu) === null || _theme$bar_menu === void 0 ? void 0 : (_theme$bar_menu$compo = _theme$bar_menu.components) === null || _theme$bar_menu$compo === void 0 ? void 0 : (_theme$bar_menu$compo2 = _theme$bar_menu$compo.browse) === null || _theme$bar_menu$compo2 === void 0 ? void 0 : _theme$bar_menu$compo2.hidden;
|
|
67
|
+
var hideOrders = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu2 = theme.bar_menu) === null || _theme$bar_menu2 === void 0 ? void 0 : (_theme$bar_menu2$comp = _theme$bar_menu2.components) === null || _theme$bar_menu2$comp === void 0 ? void 0 : (_theme$bar_menu2$comp2 = _theme$bar_menu2$comp.orders) === null || _theme$bar_menu2$comp2 === void 0 ? void 0 : _theme$bar_menu2$comp2.hidden;
|
|
68
|
+
var hideProfile = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu3 = theme.bar_menu) === null || _theme$bar_menu3 === void 0 ? void 0 : (_theme$bar_menu3$comp = _theme$bar_menu3.components) === null || _theme$bar_menu3$comp === void 0 ? void 0 : (_theme$bar_menu3$comp2 = _theme$bar_menu3$comp.profile) === null || _theme$bar_menu3$comp2 === void 0 ? void 0 : _theme$bar_menu3$comp2.hidden;
|
|
69
|
+
var hideWallet = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu4 = theme.bar_menu) === null || _theme$bar_menu4 === void 0 ? void 0 : (_theme$bar_menu4$comp = _theme$bar_menu4.components) === null || _theme$bar_menu4$comp === void 0 ? void 0 : (_theme$bar_menu4$comp2 = _theme$bar_menu4$comp.wallet) === null || _theme$bar_menu4$comp2 === void 0 ? void 0 : _theme$bar_menu4$comp2.hidden;
|
|
70
|
+
var hideMessages = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu5 = theme.bar_menu) === null || _theme$bar_menu5 === void 0 ? void 0 : (_theme$bar_menu5$comp = _theme$bar_menu5.components) === null || _theme$bar_menu5$comp === void 0 ? void 0 : (_theme$bar_menu5$comp2 = _theme$bar_menu5$comp.messages) === null || _theme$bar_menu5$comp2 === void 0 ? void 0 : _theme$bar_menu5$comp2.hidden;
|
|
71
|
+
var hideHelp = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu6 = theme.bar_menu) === null || _theme$bar_menu6 === void 0 ? void 0 : (_theme$bar_menu6$comp = _theme$bar_menu6.components) === null || _theme$bar_menu6$comp === void 0 ? void 0 : (_theme$bar_menu6$comp2 = _theme$bar_menu6$comp.help) === null || _theme$bar_menu6$comp2 === void 0 ? void 0 : _theme$bar_menu6$comp2.hidden;
|
|
72
|
+
var hideFavorites = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu7 = theme.bar_menu) === null || _theme$bar_menu7 === void 0 ? void 0 : (_theme$bar_menu7$comp = _theme$bar_menu7.components) === null || _theme$bar_menu7$comp === void 0 ? void 0 : (_theme$bar_menu7$comp2 = _theme$bar_menu7$comp.favortes) === null || _theme$bar_menu7$comp2 === void 0 ? void 0 : _theme$bar_menu7$comp2.hidden;
|
|
73
|
+
var hideSession = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu8 = theme.bar_menu) === null || _theme$bar_menu8 === void 0 ? void 0 : (_theme$bar_menu8$comp = _theme$bar_menu8.components) === null || _theme$bar_menu8$comp === void 0 ? void 0 : (_theme$bar_menu8$comp2 = _theme$bar_menu8$comp.sessions) === null || _theme$bar_menu8$comp2 === void 0 ? void 0 : _theme$bar_menu8$comp2.hidden;
|
|
74
|
+
var hidePromotions = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu9 = theme.bar_menu) === null || _theme$bar_menu9 === void 0 ? void 0 : (_theme$bar_menu9$comp = _theme$bar_menu9.components) === null || _theme$bar_menu9$comp === void 0 ? void 0 : (_theme$bar_menu9$comp2 = _theme$bar_menu9$comp.promotions) === null || _theme$bar_menu9$comp2 === void 0 ? void 0 : _theme$bar_menu9$comp2.hidden;
|
|
75
|
+
var optionsDefault = [{
|
|
76
|
+
name: 'search',
|
|
77
|
+
pathname: '/explore',
|
|
78
|
+
displayName: 'My home',
|
|
79
|
+
key: 'my_home',
|
|
80
|
+
isActive: true
|
|
81
|
+
}, {
|
|
82
|
+
name: 'business_search',
|
|
83
|
+
pathname: '/business_search',
|
|
84
|
+
displayName: 'Browse & Search',
|
|
85
|
+
key: 'browse_search',
|
|
86
|
+
isActive: !hideBrowse
|
|
87
|
+
}, {
|
|
88
|
+
name: 'orders',
|
|
89
|
+
pathname: '/profile/orders',
|
|
90
|
+
displayName: 'orders',
|
|
91
|
+
key: 'orders',
|
|
92
|
+
isActive: !hideOrders
|
|
93
|
+
}];
|
|
80
94
|
var extraOptions = [{
|
|
81
95
|
name: 'profile',
|
|
82
96
|
pathname: '/profile',
|
|
83
97
|
displayName: 'view account',
|
|
84
98
|
key: 'view_account',
|
|
85
|
-
isActive:
|
|
99
|
+
isActive: !hideProfile
|
|
86
100
|
}, {
|
|
87
101
|
name: 'wallets',
|
|
88
102
|
pathname: '/wallets',
|
|
89
103
|
displayName: 'wallets',
|
|
90
104
|
key: 'wallets',
|
|
91
|
-
isActive: isWalletEnabled && !isCustomerMode
|
|
105
|
+
isActive: !hideWallet && isWalletEnabled && !isCustomerMode
|
|
92
106
|
}, {
|
|
93
107
|
name: 'promotions',
|
|
94
108
|
pathname: '/promotions',
|
|
95
109
|
displayName: 'promotions',
|
|
96
110
|
key: 'promotions',
|
|
97
|
-
isActive: isPromotionsEnabled
|
|
111
|
+
isActive: !hidePromotions && isPromotionsEnabled
|
|
98
112
|
}, {
|
|
99
113
|
name: 'messages',
|
|
100
114
|
pathname: '/messages',
|
|
101
115
|
displayName: 'messages',
|
|
102
116
|
key: 'messages',
|
|
103
|
-
isActive: !isCustomerMode
|
|
117
|
+
isActive: !hideMessages && !isCustomerMode
|
|
104
118
|
}, {
|
|
105
119
|
name: 'help',
|
|
106
120
|
pathname: '/help',
|
|
107
121
|
displayName: 'help',
|
|
108
122
|
key: 'help',
|
|
109
|
-
isActive:
|
|
123
|
+
isActive: !hideHelp
|
|
110
124
|
}, {
|
|
111
125
|
name: 'sessions',
|
|
112
126
|
pathname: '/sessions',
|
|
113
127
|
displayName: 'sessions',
|
|
114
128
|
key: 'sessions',
|
|
115
|
-
isActive:
|
|
129
|
+
isActive: !hideSession
|
|
116
130
|
}, {
|
|
117
131
|
name: 'favorite',
|
|
118
132
|
pathname: '/favorite',
|
|
119
133
|
displayName: 'favorites',
|
|
120
134
|
key: 'favorites',
|
|
121
|
-
isActive:
|
|
135
|
+
isActive: !hideFavorites
|
|
122
136
|
}, {
|
|
123
137
|
name: 'addresses',
|
|
124
138
|
pathname: '/profile/addresses',
|
|
@@ -216,7 +230,9 @@ var UserPopover = function UserPopover(props) {
|
|
|
216
230
|
}))), /*#__PURE__*/_react.default.createElement(_styles.PopoverBody, _extends({
|
|
217
231
|
ref: popperElement,
|
|
218
232
|
style: popStyle
|
|
219
|
-
}, attributes.popper), /*#__PURE__*/_react.default.createElement(_styles.PopoverList, null, options && options.length > 0 && options.
|
|
233
|
+
}, attributes.popper), /*#__PURE__*/_react.default.createElement(_styles.PopoverList, null, options && options.length > 0 && options.filter(function (option) {
|
|
234
|
+
return option.isActive;
|
|
235
|
+
}).map(function (option, i) {
|
|
220
236
|
return /*#__PURE__*/_react.default.createElement(_styles.PopoverListLink, {
|
|
221
237
|
key: i,
|
|
222
238
|
active: window.location.pathname === option.pathname,
|
|
@@ -21,6 +21,7 @@ var _utils = require("../../../../../utils");
|
|
|
21
21
|
var _FiCamera = _interopRequireDefault(require("@meronex/icons/fi/FiCamera"));
|
|
22
22
|
var _BiImage = _interopRequireDefault(require("@meronex/icons/bi/BiImage"));
|
|
23
23
|
var _styles = require("./styles");
|
|
24
|
+
var _styledComponents = require("styled-components");
|
|
24
25
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
25
26
|
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); }
|
|
26
27
|
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; }
|
|
@@ -68,7 +69,7 @@ var ListItemLogout = function ListItemLogout() {
|
|
|
68
69
|
return /*#__PURE__*/_react.default.createElement(_orderingComponentsExternal.LogoutAction, logoutActionProps);
|
|
69
70
|
};
|
|
70
71
|
var UserProfileFormUI = function UserProfileFormUI(props) {
|
|
71
|
-
var _orderingTheme$theme, _orderingTheme$theme$, _orderingTheme$theme$2, _orderingTheme$theme$3, _orderingTheme$
|
|
72
|
+
var _theme$profile, _theme$profile$compon, _theme$profile$compon2, _theme$profile2, _theme$profile2$compo, _theme$profile2$compo2, _theme$profile3, _theme$profile3$compo, _theme$profile3$compo2, _configs$advanced_off, _configs$advanced_off2, _orderingTheme$theme, _orderingTheme$theme$, _orderingTheme$theme$2, _orderingTheme$theme$3, _orderingTheme$theme$4, _orderingTheme$theme$5, _configs$cash_wallet, _configs$wallet_enabl, _configs$wallet_cash_, _configs$wallet_credi, _theme$bar_menu, _theme$bar_menu$compo, _theme$bar_menu$compo2, _theme$bar_menu2, _theme$bar_menu2$comp, _theme$bar_menu2$comp2, _theme$bar_menu3, _theme$bar_menu3$comp, _theme$bar_menu3$comp2, _theme$bar_menu4, _theme$bar_menu4$comp, _theme$bar_menu4$comp2, _theme$bar_menu5, _theme$bar_menu5$comp, _theme$bar_menu5$comp2, _theme$bar_menu6, _theme$bar_menu6$comp, _theme$bar_menu6$comp2, _formState$changes5, _verifyPhoneState$res3, _props$beforeElements, _props$beforeComponen, _formState$changes6, _formState$changes7, _formState$changes8, _formState$result, _formState$changes9, _formState$changes10, _props$afterComponent, _props$afterElements;
|
|
72
73
|
var userData = props.userData,
|
|
73
74
|
handleButtonUpdateClick = props.handleButtonUpdateClick,
|
|
74
75
|
handlechangeImage = props.handlechangeImage,
|
|
@@ -92,6 +93,7 @@ var UserProfileFormUI = function UserProfileFormUI(props) {
|
|
|
92
93
|
var _useConfig = (0, _orderingComponentsExternal.useConfig)(),
|
|
93
94
|
_useConfig2 = _slicedToArray(_useConfig, 1),
|
|
94
95
|
configs = _useConfig2[0].configs;
|
|
96
|
+
var theme = (0, _styledComponents.useTheme)();
|
|
95
97
|
var _useOrderingTheme = (0, _orderingComponentsExternal.useOrderingTheme)(),
|
|
96
98
|
_useOrderingTheme2 = _slicedToArray(_useOrderingTheme, 1),
|
|
97
99
|
orderingTheme = _useOrderingTheme2[0];
|
|
@@ -112,48 +114,54 @@ var UserProfileFormUI = function UserProfileFormUI(props) {
|
|
|
112
114
|
setAlertState = _useState4[1];
|
|
113
115
|
var inputRef = (0, _react.useRef)(null);
|
|
114
116
|
var windowSize = (0, _useWindowSize.useWindowSize)();
|
|
115
|
-
var showCustomerPicture = !(
|
|
116
|
-
var showAddressList = !(
|
|
117
|
-
var userFormLayoutRow = (
|
|
117
|
+
var showCustomerPicture = !(theme !== null && theme !== void 0 && (_theme$profile = theme.profile) !== null && _theme$profile !== void 0 && (_theme$profile$compon = _theme$profile.components) !== null && _theme$profile$compon !== void 0 && (_theme$profile$compon2 = _theme$profile$compon.picture) !== null && _theme$profile$compon2 !== void 0 && _theme$profile$compon2.hidden);
|
|
118
|
+
var showAddressList = !(theme !== null && theme !== void 0 && (_theme$profile2 = theme.profile) !== null && _theme$profile2 !== void 0 && (_theme$profile2$compo = _theme$profile2.components) !== null && _theme$profile2$compo !== void 0 && (_theme$profile2$compo2 = _theme$profile2$compo.address_list) !== null && _theme$profile2$compo2 !== void 0 && _theme$profile2$compo2.hidden);
|
|
119
|
+
var userFormLayoutRow = (theme === null || theme === void 0 ? void 0 : (_theme$profile3 = theme.profile) === null || _theme$profile3 === void 0 ? void 0 : (_theme$profile3$compo = _theme$profile3.components) === null || _theme$profile3$compo === void 0 ? void 0 : (_theme$profile3$compo2 = _theme$profile3$compo.layout) === null || _theme$profile3$compo2 === void 0 ? void 0 : _theme$profile3$compo2.position) === 'row';
|
|
118
120
|
var isPromotionsEnabled = (configs === null || configs === void 0 ? void 0 : (_configs$advanced_off = configs.advanced_offers_module) === null || _configs$advanced_off === void 0 ? void 0 : _configs$advanced_off.value) === '1' || (configs === null || configs === void 0 ? void 0 : (_configs$advanced_off2 = configs.advanced_offers_module) === null || _configs$advanced_off2 === void 0 ? void 0 : _configs$advanced_off2.value) === true;
|
|
119
|
-
var isAddressListNewPage = (orderingTheme === null || orderingTheme === void 0 ? void 0 : (_orderingTheme$
|
|
121
|
+
var isAddressListNewPage = (orderingTheme === null || orderingTheme === void 0 ? void 0 : (_orderingTheme$theme = orderingTheme.theme) === null || _orderingTheme$theme === void 0 ? void 0 : (_orderingTheme$theme$ = _orderingTheme$theme.profile) === null || _orderingTheme$theme$ === void 0 ? void 0 : (_orderingTheme$theme$2 = _orderingTheme$theme$.components) === null || _orderingTheme$theme$2 === void 0 ? void 0 : (_orderingTheme$theme$3 = _orderingTheme$theme$2.address_list) === null || _orderingTheme$theme$3 === void 0 ? void 0 : (_orderingTheme$theme$4 = _orderingTheme$theme$3.components) === null || _orderingTheme$theme$4 === void 0 ? void 0 : (_orderingTheme$theme$5 = _orderingTheme$theme$4.layout) === null || _orderingTheme$theme$5 === void 0 ? void 0 : _orderingTheme$theme$5.position) === 'new_page';
|
|
120
122
|
var isWalletEnabled = (configs === null || configs === void 0 ? void 0 : (_configs$cash_wallet = configs.cash_wallet) === null || _configs$cash_wallet === void 0 ? void 0 : _configs$cash_wallet.value) && (configs === null || configs === void 0 ? void 0 : (_configs$wallet_enabl = configs.wallet_enabled) === null || _configs$wallet_enabl === void 0 ? void 0 : _configs$wallet_enabl.value) === '1' && ((configs === null || configs === void 0 ? void 0 : (_configs$wallet_cash_ = configs.wallet_cash_enabled) === null || _configs$wallet_cash_ === void 0 ? void 0 : _configs$wallet_cash_.value) === '1' || (configs === null || configs === void 0 ? void 0 : (_configs$wallet_credi = configs.wallet_credit_point_enabled) === null || _configs$wallet_credi === void 0 ? void 0 : _configs$wallet_credi.value) === '1');
|
|
123
|
+
var hideWallet = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu = theme.bar_menu) === null || _theme$bar_menu === void 0 ? void 0 : (_theme$bar_menu$compo = _theme$bar_menu.components) === null || _theme$bar_menu$compo === void 0 ? void 0 : (_theme$bar_menu$compo2 = _theme$bar_menu$compo.wallet) === null || _theme$bar_menu$compo2 === void 0 ? void 0 : _theme$bar_menu$compo2.hidden;
|
|
124
|
+
var hideMessages = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu2 = theme.bar_menu) === null || _theme$bar_menu2 === void 0 ? void 0 : (_theme$bar_menu2$comp = _theme$bar_menu2.components) === null || _theme$bar_menu2$comp === void 0 ? void 0 : (_theme$bar_menu2$comp2 = _theme$bar_menu2$comp.messages) === null || _theme$bar_menu2$comp2 === void 0 ? void 0 : _theme$bar_menu2$comp2.hidden;
|
|
125
|
+
var hideHelp = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu3 = theme.bar_menu) === null || _theme$bar_menu3 === void 0 ? void 0 : (_theme$bar_menu3$comp = _theme$bar_menu3.components) === null || _theme$bar_menu3$comp === void 0 ? void 0 : (_theme$bar_menu3$comp2 = _theme$bar_menu3$comp.help) === null || _theme$bar_menu3$comp2 === void 0 ? void 0 : _theme$bar_menu3$comp2.hidden;
|
|
126
|
+
var hideFavorites = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu4 = theme.bar_menu) === null || _theme$bar_menu4 === void 0 ? void 0 : (_theme$bar_menu4$comp = _theme$bar_menu4.components) === null || _theme$bar_menu4$comp === void 0 ? void 0 : (_theme$bar_menu4$comp2 = _theme$bar_menu4$comp.favortes) === null || _theme$bar_menu4$comp2 === void 0 ? void 0 : _theme$bar_menu4$comp2.hidden;
|
|
127
|
+
var hideSession = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu5 = theme.bar_menu) === null || _theme$bar_menu5 === void 0 ? void 0 : (_theme$bar_menu5$comp = _theme$bar_menu5.components) === null || _theme$bar_menu5$comp === void 0 ? void 0 : (_theme$bar_menu5$comp2 = _theme$bar_menu5$comp.sessions) === null || _theme$bar_menu5$comp2 === void 0 ? void 0 : _theme$bar_menu5$comp2.hidden;
|
|
128
|
+
var hidePromotions = theme === null || theme === void 0 ? void 0 : (_theme$bar_menu6 = theme.bar_menu) === null || _theme$bar_menu6 === void 0 ? void 0 : (_theme$bar_menu6$comp = _theme$bar_menu6.components) === null || _theme$bar_menu6$comp === void 0 ? void 0 : (_theme$bar_menu6$comp2 = _theme$bar_menu6$comp.promotions) === null || _theme$bar_menu6$comp2 === void 0 ? void 0 : _theme$bar_menu6$comp2.hidden;
|
|
121
129
|
var profileOptions = [{
|
|
122
130
|
name: 'wallets',
|
|
123
131
|
pathname: '/wallets',
|
|
124
132
|
displayName: 'wallets',
|
|
125
133
|
key: 'wallets',
|
|
126
|
-
isActive: isWalletEnabled && !isCustomerMode
|
|
134
|
+
isActive: !hideWallet && isWalletEnabled && !isCustomerMode
|
|
127
135
|
}, {
|
|
128
136
|
name: 'promotions',
|
|
129
137
|
pathname: '/promotions',
|
|
130
138
|
displayName: 'promotions',
|
|
131
139
|
key: 'promotions',
|
|
132
|
-
isActive: isPromotionsEnabled
|
|
140
|
+
isActive: !hidePromotions && isPromotionsEnabled
|
|
133
141
|
}, {
|
|
134
142
|
name: 'messages',
|
|
135
143
|
pathname: '/messages',
|
|
136
144
|
displayName: 'messages',
|
|
137
145
|
key: 'messages',
|
|
138
|
-
isActive: !isCustomerMode
|
|
146
|
+
isActive: !hideMessages && !isCustomerMode
|
|
139
147
|
}, {
|
|
140
148
|
name: 'help',
|
|
141
149
|
pathname: '/help',
|
|
142
150
|
displayName: 'help',
|
|
143
151
|
key: 'help',
|
|
144
|
-
isActive:
|
|
152
|
+
isActive: !hideHelp
|
|
145
153
|
}, {
|
|
146
154
|
name: 'sessions',
|
|
147
155
|
pathname: '/sessions',
|
|
148
156
|
displayName: 'sessions',
|
|
149
157
|
key: 'sessions',
|
|
150
|
-
isActive:
|
|
158
|
+
isActive: !hideSession
|
|
151
159
|
}, {
|
|
152
160
|
name: 'favorite',
|
|
153
161
|
pathname: '/favorite',
|
|
154
162
|
displayName: 'favorites',
|
|
155
163
|
key: 'favorites',
|
|
156
|
-
isActive:
|
|
164
|
+
isActive: !hideFavorites
|
|
157
165
|
}, {
|
|
158
166
|
name: 'addresses',
|
|
159
167
|
pathname: '/profile/addresses',
|
|
@@ -7,11 +7,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.default = exports.Button = void 0;
|
|
8
8
|
var _styledComponents = _interopRequireWildcard(require("styled-components"));
|
|
9
9
|
var _polished = require("polished");
|
|
10
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22, _templateObject23, _templateObject24;
|
|
10
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22, _templateObject23, _templateObject24, _templateObject25, _templateObject26;
|
|
11
11
|
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); }
|
|
12
12
|
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; }
|
|
13
13
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
14
|
-
var Button = _styledComponents.default.button(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n background: #CCC;\n color: #FFF;\n border: 1px solid #CCC;\n border-radius: 7.6px;\n line-height: 30px;\n padding-left: 15px;\n padding-right: 15px;\n font-size: 16px;\n cursor: pointer;\n outline: none;\n overflow: hidden;\n text-overflow: ellipsis;\n &:active {\n background: ", ";\n }\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n"])), function () {
|
|
14
|
+
var Button = _styledComponents.default.button(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n background: #CCC;\n color: #FFF;\n border: 1px solid #CCC;\n border-radius: 7.6px;\n line-height: 30px;\n padding-left: 15px;\n padding-right: 15px;\n font-size: 16px;\n cursor: pointer;\n outline: none;\n overflow: hidden;\n text-overflow: ellipsis;\n &:active {\n background: ", ";\n }\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n"])), function () {
|
|
15
15
|
return (0, _polished.darken)(0.07, '#CCC');
|
|
16
16
|
}, function (_ref) {
|
|
17
17
|
var bgtransparent = _ref.bgtransparent;
|
|
@@ -28,18 +28,28 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
28
28
|
return ((_props$theme2 = props.theme) === null || _props$theme2 === void 0 ? void 0 : _props$theme2.rtl) && (0, _styledComponents.css)(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n padding-right: 15%;\n padding-left: 0;\n "])));
|
|
29
29
|
});
|
|
30
30
|
}, function (_ref3) {
|
|
31
|
-
var
|
|
32
|
-
|
|
31
|
+
var _theme$general, _theme$general$compon, _theme$general$compon2, _theme$general2, _theme$general2$compo, _theme$general2$compo2;
|
|
32
|
+
var theme = _ref3.theme;
|
|
33
|
+
return (theme === null || theme === void 0 ? void 0 : (_theme$general = theme.general) === null || _theme$general === void 0 ? void 0 : (_theme$general$compon = _theme$general.components) === null || _theme$general$compon === void 0 ? void 0 : (_theme$general$compon2 = _theme$general$compon.buttons) === null || _theme$general$compon2 === void 0 ? void 0 : _theme$general$compon2.borderRadius) && (0, _styledComponents.css)(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n border-radius: ", ";\n "])), theme === null || theme === void 0 ? void 0 : (_theme$general2 = theme.general) === null || _theme$general2 === void 0 ? void 0 : (_theme$general2$compo = _theme$general2.components) === null || _theme$general2$compo === void 0 ? void 0 : (_theme$general2$compo2 = _theme$general2$compo.buttons) === null || _theme$general2$compo2 === void 0 ? void 0 : _theme$general2$compo2.borderRadius);
|
|
33
34
|
}, function (_ref4) {
|
|
34
|
-
var
|
|
35
|
-
|
|
35
|
+
var _theme$general3, _theme$general3$compo, _theme$general3$compo2, _theme$general3$compo3, _theme$general4, _theme$general4$compo, _theme$general4$compo2, _theme$general4$compo3, _theme$general4$compo4, _theme$general5, _theme$general5$compo, _theme$general5$compo2, _theme$general5$compo3, _theme$general5$compo4, _theme$general6, _theme$general6$compo, _theme$general6$compo2, _theme$general6$compo3, _theme$general6$compo4, _theme$general7, _theme$general7$compo, _theme$general7$compo2, _theme$general7$compo3, _theme$general7$compo4, _theme$general8, _theme$general8$compo, _theme$general8$compo2, _theme$general8$compo3, _theme$general8$compo4;
|
|
36
|
+
var theme = _ref4.theme;
|
|
37
|
+
return Object.values((theme === null || theme === void 0 ? void 0 : (_theme$general3 = theme.general) === null || _theme$general3 === void 0 ? void 0 : (_theme$general3$compo = _theme$general3.components) === null || _theme$general3$compo === void 0 ? void 0 : (_theme$general3$compo2 = _theme$general3$compo.buttons) === null || _theme$general3$compo2 === void 0 ? void 0 : (_theme$general3$compo3 = _theme$general3$compo2.shadow) === null || _theme$general3$compo3 === void 0 ? void 0 : _theme$general3$compo3.components) || {}).some(function (val) {
|
|
38
|
+
return !!val;
|
|
39
|
+
}) && (0, _styledComponents.css)(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n box-shadow: \n ", "\n ", "\n ", "\n ", "\n ", ";\n "])), (theme === null || theme === void 0 ? void 0 : (_theme$general4 = theme.general) === null || _theme$general4 === void 0 ? void 0 : (_theme$general4$compo = _theme$general4.components) === null || _theme$general4$compo === void 0 ? void 0 : (_theme$general4$compo2 = _theme$general4$compo.buttons) === null || _theme$general4$compo2 === void 0 ? void 0 : (_theme$general4$compo3 = _theme$general4$compo2.shadow) === null || _theme$general4$compo3 === void 0 ? void 0 : (_theme$general4$compo4 = _theme$general4$compo3.components) === null || _theme$general4$compo4 === void 0 ? void 0 : _theme$general4$compo4.x) || '0px', (theme === null || theme === void 0 ? void 0 : (_theme$general5 = theme.general) === null || _theme$general5 === void 0 ? void 0 : (_theme$general5$compo = _theme$general5.components) === null || _theme$general5$compo === void 0 ? void 0 : (_theme$general5$compo2 = _theme$general5$compo.buttons) === null || _theme$general5$compo2 === void 0 ? void 0 : (_theme$general5$compo3 = _theme$general5$compo2.shadow) === null || _theme$general5$compo3 === void 0 ? void 0 : (_theme$general5$compo4 = _theme$general5$compo3.components) === null || _theme$general5$compo4 === void 0 ? void 0 : _theme$general5$compo4.y) || '0px', (theme === null || theme === void 0 ? void 0 : (_theme$general6 = theme.general) === null || _theme$general6 === void 0 ? void 0 : (_theme$general6$compo = _theme$general6.components) === null || _theme$general6$compo === void 0 ? void 0 : (_theme$general6$compo2 = _theme$general6$compo.buttons) === null || _theme$general6$compo2 === void 0 ? void 0 : (_theme$general6$compo3 = _theme$general6$compo2.shadow) === null || _theme$general6$compo3 === void 0 ? void 0 : (_theme$general6$compo4 = _theme$general6$compo3.components) === null || _theme$general6$compo4 === void 0 ? void 0 : _theme$general6$compo4.blur) || '0px', (theme === null || theme === void 0 ? void 0 : (_theme$general7 = theme.general) === null || _theme$general7 === void 0 ? void 0 : (_theme$general7$compo = _theme$general7.components) === null || _theme$general7$compo === void 0 ? void 0 : (_theme$general7$compo2 = _theme$general7$compo.buttons) === null || _theme$general7$compo2 === void 0 ? void 0 : (_theme$general7$compo3 = _theme$general7$compo2.shadow) === null || _theme$general7$compo3 === void 0 ? void 0 : (_theme$general7$compo4 = _theme$general7$compo3.components) === null || _theme$general7$compo4 === void 0 ? void 0 : _theme$general7$compo4.spread) || '0px', (theme === null || theme === void 0 ? void 0 : (_theme$general8 = theme.general) === null || _theme$general8 === void 0 ? void 0 : (_theme$general8$compo = _theme$general8.components) === null || _theme$general8$compo === void 0 ? void 0 : (_theme$general8$compo2 = _theme$general8$compo.buttons) === null || _theme$general8$compo2 === void 0 ? void 0 : (_theme$general8$compo3 = _theme$general8$compo2.shadow) === null || _theme$general8$compo3 === void 0 ? void 0 : (_theme$general8$compo4 = _theme$general8$compo3.components) === null || _theme$general8$compo4 === void 0 ? void 0 : _theme$general8$compo4.color) || '#000');
|
|
36
40
|
}, function (_ref5) {
|
|
37
|
-
var
|
|
38
|
-
|
|
39
|
-
return circle && outline && (0, _styledComponents.css)(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n background: #FFF;\n color: #CCC;\n border-color: #CCC;\n padding: 0;\n width: 34px;\n height: 34px;\n line-height: 34px;\n text-align: center;\n border-radius: 50%;\n &:active {\n color: #FFF;\n background: ", ";\n }\n "])), (0, _polished.darken)(0.07, '#CCC'));
|
|
41
|
+
var outline = _ref5.outline;
|
|
42
|
+
return outline && (0, _styledComponents.css)(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n background: #FFF;\n color: #CCC;\n border-color: #CCC;\n &:active {\n color: #FFF;\n background: ", ";\n }\n &:hover {\n background: ", ";\n color: #FFF;\n }\n "])), (0, _polished.darken)(0.07, '#CCC'), (0, _polished.darken)(0.07, '#CCC'));
|
|
40
43
|
}, function (_ref6) {
|
|
41
|
-
var
|
|
42
|
-
return
|
|
44
|
+
var circle = _ref6.circle;
|
|
45
|
+
return circle && (0, _styledComponents.css)(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["\n background: #CCC;\n color: #FFF;\n border-color: #CCC;\n padding: 0;\n width: 34px;\n height: 34px;\n line-height: 34px;\n text-align: center;\n border-radius: 50%;\n &:active {\n color: #FFF;\n background: ", ";\n }\n "])), (0, _polished.darken)(0.07, '#CCC'));
|
|
46
|
+
}, function (_ref7) {
|
|
47
|
+
var circle = _ref7.circle,
|
|
48
|
+
outline = _ref7.outline;
|
|
49
|
+
return circle && outline && (0, _styledComponents.css)(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n background: #FFF;\n color: #CCC;\n border-color: #CCC;\n padding: 0;\n width: 34px;\n height: 34px;\n line-height: 34px;\n text-align: center;\n border-radius: 50%;\n &:active {\n color: #FFF;\n background: ", ";\n }\n "])), (0, _polished.darken)(0.07, '#CCC'));
|
|
50
|
+
}, function (_ref8) {
|
|
51
|
+
var color = _ref8.color;
|
|
52
|
+
return color === 'primary' && (0, _styledComponents.css)(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n background: ", ";\n color: ", ";\n border-color: ", ";\n &:active {\n background: ", ";\n }\n &:hover {\n background: ", ";\n color: #FFF;\n }\n ", "\n ", "\n ", "\n "])), function (props) {
|
|
43
53
|
return props.theme.colors.primary;
|
|
44
54
|
}, function (props) {
|
|
45
55
|
return props.theme.colors.primaryContrast;
|
|
@@ -49,9 +59,9 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
49
59
|
return (0, _polished.darken)(0.07, props.theme.colors.primary);
|
|
50
60
|
}, function (props) {
|
|
51
61
|
return (0, _polished.darken)(0.07, props.theme.colors.primary);
|
|
52
|
-
}, function (
|
|
53
|
-
var outline =
|
|
54
|
-
return outline && (0, _styledComponents.css)(
|
|
62
|
+
}, function (_ref9) {
|
|
63
|
+
var outline = _ref9.outline;
|
|
64
|
+
return outline && (0, _styledComponents.css)(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n background: #FFF;\n color: ", ";\n border-color: ", ";\n &:active {\n color: ", ";\n background: ", ";\n }\n &:hover {\n background: ", ";\n color: #FFF;\n }\n "])), function (props) {
|
|
55
65
|
return props.theme.colors.primary;
|
|
56
66
|
}, function (props) {
|
|
57
67
|
return props.theme.colors.primary;
|
|
@@ -62,9 +72,9 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
62
72
|
}, function (props) {
|
|
63
73
|
return (0, _polished.darken)(0.07, props.theme.colors.primary);
|
|
64
74
|
});
|
|
65
|
-
}, function (
|
|
66
|
-
var circle =
|
|
67
|
-
return circle && (0, _styledComponents.css)(
|
|
75
|
+
}, function (_ref10) {
|
|
76
|
+
var circle = _ref10.circle;
|
|
77
|
+
return circle && (0, _styledComponents.css)(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\n background: ", ";\n color: ", ";\n border-color: ", ";\n padding: 0;\n width: 34px;\n height: 34px;\n line-height: 34px;\n text-align: center;\n border-radius: 50%;\n &:active {\n border-color: ", ";\n background: ", ";\n }\n "])), function (props) {
|
|
68
78
|
return props.theme.colors.primary;
|
|
69
79
|
}, function (props) {
|
|
70
80
|
return props.theme.colors.primaryContrast;
|
|
@@ -75,10 +85,10 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
75
85
|
}, function (props) {
|
|
76
86
|
return (0, _polished.darken)(0.07, props.theme.colors.primary);
|
|
77
87
|
});
|
|
78
|
-
}, function (
|
|
79
|
-
var circle =
|
|
80
|
-
outline =
|
|
81
|
-
return circle && outline && (0, _styledComponents.css)(
|
|
88
|
+
}, function (_ref11) {
|
|
89
|
+
var circle = _ref11.circle,
|
|
90
|
+
outline = _ref11.outline;
|
|
91
|
+
return circle && outline && (0, _styledComponents.css)(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["\n background: #FFF;\n color: ", ";\n border-color: ", ";\n padding: 0;\n width: 34px;\n height: 34px;\n line-height: 34px;\n text-align: center;\n border-radius: 50%;\n &:active {\n border-color: ", ";\n background: ", ";\n }\n "])), function (props) {
|
|
82
92
|
return props.theme.colors.primary;
|
|
83
93
|
}, function (props) {
|
|
84
94
|
return props.theme.colors.primary;
|
|
@@ -88,9 +98,9 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
88
98
|
return props.theme.colors.primary;
|
|
89
99
|
});
|
|
90
100
|
});
|
|
91
|
-
}, function (
|
|
92
|
-
var color =
|
|
93
|
-
return color === 'primaryContrast' && (0, _styledComponents.css)(
|
|
101
|
+
}, function (_ref12) {
|
|
102
|
+
var color = _ref12.color;
|
|
103
|
+
return color === 'primaryContrast' && (0, _styledComponents.css)(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["\n background: ", ";\n color: ", ";\n border-color: ", ";\n &:hover {\n background: ", ";\n }\n &:active {\n background: ", ";\n }\n ", "\n "])), function (props) {
|
|
94
104
|
return props.theme.colors.primaryContrast;
|
|
95
105
|
}, function (props) {
|
|
96
106
|
return props.theme.colors.primary;
|
|
@@ -100,13 +110,13 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
100
110
|
return (0, _polished.darken)(0.04, props.theme.colors.primaryContrast);
|
|
101
111
|
}, function (props) {
|
|
102
112
|
return (0, _polished.darken)(0.1, props.theme.colors.primaryContrast);
|
|
103
|
-
}, function (
|
|
104
|
-
var naked =
|
|
105
|
-
return naked && (0, _styledComponents.css)(
|
|
113
|
+
}, function (_ref13) {
|
|
114
|
+
var naked = _ref13.naked;
|
|
115
|
+
return naked && (0, _styledComponents.css)(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["\n background: transparent;\n border-color: transparent;\n &:active {\n background: transparent;\n }\n &:hover {\n background: transparent;\n }\n "])));
|
|
106
116
|
});
|
|
107
|
-
}, function (
|
|
108
|
-
var color =
|
|
109
|
-
return color === 'secundary' && (0, _styledComponents.css)(
|
|
117
|
+
}, function (_ref14) {
|
|
118
|
+
var color = _ref14.color;
|
|
119
|
+
return color === 'secundary' && (0, _styledComponents.css)(_templateObject17 || (_templateObject17 = _taggedTemplateLiteral(["\n background: ", ";\n color: ", ";\n border-color: ", ";\n &:active {\n background: ", ";\n }\n ", "\n ", "\n ", "\n "])), function (props) {
|
|
110
120
|
return props.theme.colors.secundary;
|
|
111
121
|
}, function (props) {
|
|
112
122
|
return props.theme.colors.secundaryContrast;
|
|
@@ -114,9 +124,9 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
114
124
|
return props.theme.colors.secundary;
|
|
115
125
|
}, function (props) {
|
|
116
126
|
return (0, _polished.darken)(0.07, props.theme.colors.secundary);
|
|
117
|
-
}, function (
|
|
118
|
-
var outline =
|
|
119
|
-
return outline && (0, _styledComponents.css)(
|
|
127
|
+
}, function (_ref15) {
|
|
128
|
+
var outline = _ref15.outline;
|
|
129
|
+
return outline && (0, _styledComponents.css)(_templateObject18 || (_templateObject18 = _taggedTemplateLiteral(["\n background: #FFF;\n color: ", ";\n border-color: ", ";\n &:active {\n color: ", ";\n background: ", ";\n }\n &:hover {\n background: ", ";\n color: #FFF;\n }\n "])), function (props) {
|
|
120
130
|
return props.theme.colors.secundary;
|
|
121
131
|
}, function (props) {
|
|
122
132
|
return props.theme.colors.secundary;
|
|
@@ -127,9 +137,9 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
127
137
|
}, function (props) {
|
|
128
138
|
return (0, _polished.darken)(0.07, props.theme.colors.secundary);
|
|
129
139
|
});
|
|
130
|
-
}, function (
|
|
131
|
-
var circle =
|
|
132
|
-
return circle && (0, _styledComponents.css)(
|
|
140
|
+
}, function (_ref16) {
|
|
141
|
+
var circle = _ref16.circle;
|
|
142
|
+
return circle && (0, _styledComponents.css)(_templateObject19 || (_templateObject19 = _taggedTemplateLiteral(["\n background: ", ";\n color: ", ";\n border-color: ", ";\n padding: 0;\n width: 34px;\n height: 34px;\n line-height: 34px;\n text-align: center;\n border-radius: 50%;\n &:active {\n color: ", ";\n border-color: ", ";\n background: ", ";\n }\n "])), function (props) {
|
|
133
143
|
return props.theme.colors.secundary;
|
|
134
144
|
}, function (props) {
|
|
135
145
|
return props.theme.colors.secundaryContrast;
|
|
@@ -142,10 +152,10 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
142
152
|
}, function (props) {
|
|
143
153
|
return (0, _polished.darken)(0.07, props.theme.colors.secundary);
|
|
144
154
|
});
|
|
145
|
-
}, function (
|
|
146
|
-
var circle =
|
|
147
|
-
outline =
|
|
148
|
-
return circle && outline && (0, _styledComponents.css)(
|
|
155
|
+
}, function (_ref17) {
|
|
156
|
+
var circle = _ref17.circle,
|
|
157
|
+
outline = _ref17.outline;
|
|
158
|
+
return circle && outline && (0, _styledComponents.css)(_templateObject20 || (_templateObject20 = _taggedTemplateLiteral(["\n background: #FFF;\n color: ", ";\n border-color: ", ";\n padding: 0;\n width: 34px;\n height: 34px;\n line-height: 34px;\n text-align: center;\n border-radius: 50%;\n &:active {\n border-color: ", ";\n background: ", ";\n color: ", ";\n }\n "])), function (props) {
|
|
149
159
|
return props.theme.colors.secundary;
|
|
150
160
|
}, function (props) {
|
|
151
161
|
return props.theme.colors.secundary;
|
|
@@ -157,9 +167,9 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
157
167
|
return props.theme.colors.secundaryContrast;
|
|
158
168
|
});
|
|
159
169
|
});
|
|
160
|
-
}, function (
|
|
161
|
-
var color =
|
|
162
|
-
return color === 'gray' && (0, _styledComponents.css)(
|
|
170
|
+
}, function (_ref18) {
|
|
171
|
+
var color = _ref18.color;
|
|
172
|
+
return color === 'gray' && (0, _styledComponents.css)(_templateObject21 || (_templateObject21 = _taggedTemplateLiteral(["\n background: ", ";\n color: ", ";\n border-color: ", ";\n &:active {\n background: ", ";\n }\n &:hover {\n background: ", ";\n }\n "])), function (props) {
|
|
163
173
|
return props.theme.colors.grayDividerColor;
|
|
164
174
|
}, function (props) {
|
|
165
175
|
return props.theme.colors.darkGray;
|
|
@@ -170,9 +180,9 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
170
180
|
}, function (props) {
|
|
171
181
|
return (0, _polished.darken)(0.07, props.theme.colors.grayDividerColor);
|
|
172
182
|
});
|
|
173
|
-
}, function (
|
|
174
|
-
var color =
|
|
175
|
-
return color === 'lightGray' && (0, _styledComponents.css)(
|
|
183
|
+
}, function (_ref19) {
|
|
184
|
+
var color = _ref19.color;
|
|
185
|
+
return color === 'lightGray' && (0, _styledComponents.css)(_templateObject22 || (_templateObject22 = _taggedTemplateLiteral(["\n background: ", ";\n color: ", ";\n border-color: ", ";\n &:active {\n background: ", ";\n }\n &:hover {\n background: ", ";\n }\n "])), function (props) {
|
|
176
186
|
return props.theme.colors.gray200;
|
|
177
187
|
}, function (props) {
|
|
178
188
|
return props.theme.colors.secondaryDark;
|
|
@@ -183,9 +193,9 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
183
193
|
}, function (props) {
|
|
184
194
|
return (0, _polished.darken)(0.07, props.theme.colors.gray200);
|
|
185
195
|
});
|
|
186
|
-
}, function (
|
|
187
|
-
var color =
|
|
188
|
-
return color === 'red' && (0, _styledComponents.css)(
|
|
196
|
+
}, function (_ref20) {
|
|
197
|
+
var color = _ref20.color;
|
|
198
|
+
return color === 'red' && (0, _styledComponents.css)(_templateObject23 || (_templateObject23 = _taggedTemplateLiteral(["\n background: ", ";;\n color: ", ";\n border-color: ", ";\n &:active {\n background: ", ";\n }\n &:hover {\n background: ", ";\n }\n ", "\n "])), function (props) {
|
|
189
199
|
return props.theme.colors.danger500;
|
|
190
200
|
}, function (props) {
|
|
191
201
|
return props.theme.colors.backgroundPage;
|
|
@@ -195,9 +205,9 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
195
205
|
return (0, _polished.darken)(0.05, props.theme.colors.danger500);
|
|
196
206
|
}, function (props) {
|
|
197
207
|
return (0, _polished.darken)(0.07, props.theme.colors.danger500);
|
|
198
|
-
}, function (
|
|
199
|
-
var outline =
|
|
200
|
-
return outline && (0, _styledComponents.css)(
|
|
208
|
+
}, function (_ref21) {
|
|
209
|
+
var outline = _ref21.outline;
|
|
210
|
+
return outline && (0, _styledComponents.css)(_templateObject24 || (_templateObject24 = _taggedTemplateLiteral(["\n background: ", ";\n color: ", ";\n border-color: ", ";\n &:active {\n color: ", ";\n background: ", ";\n }\n &:hover {\n background: ", ";\n color: ", ";\n }\n "])), function (props) {
|
|
201
211
|
return props.theme.colors.backgroundPage;
|
|
202
212
|
}, function (props) {
|
|
203
213
|
return props.theme.colors.danger500;
|
|
@@ -213,9 +223,9 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
213
223
|
return props.theme.colors.backgroundPage;
|
|
214
224
|
});
|
|
215
225
|
});
|
|
216
|
-
}, function (
|
|
217
|
-
var color =
|
|
218
|
-
return color === 'black' && (0, _styledComponents.css)(
|
|
226
|
+
}, function (_ref22) {
|
|
227
|
+
var color = _ref22.color;
|
|
228
|
+
return color === 'black' && (0, _styledComponents.css)(_templateObject25 || (_templateObject25 = _taggedTemplateLiteral(["\n background: ", ";;\n color: ", ";\n border-color: ", ";\n &:active {\n background: ", ";\n }\n &:hover {\n background: ", ";\n }\n ", "\n "])), function (props) {
|
|
219
229
|
return props.theme.colors.black;
|
|
220
230
|
}, function (props) {
|
|
221
231
|
return props.theme.colors.backgroundPage;
|
|
@@ -225,9 +235,9 @@ var Button = _styledComponents.default.button(_templateObject || (_templateObjec
|
|
|
225
235
|
return (0, _polished.darken)(0.05, props.theme.colors.black);
|
|
226
236
|
}, function (props) {
|
|
227
237
|
return (0, _polished.darken)(0.07, props.theme.colors.black);
|
|
228
|
-
}, function (
|
|
229
|
-
var outline =
|
|
230
|
-
return outline && (0, _styledComponents.css)(
|
|
238
|
+
}, function (_ref23) {
|
|
239
|
+
var outline = _ref23.outline;
|
|
240
|
+
return outline && (0, _styledComponents.css)(_templateObject26 || (_templateObject26 = _taggedTemplateLiteral(["\n background: ", ";\n color: ", ";\n border-color: ", ";\n &:active {\n color: ", ";\n background: ", ";\n }\n &:hover {\n background: ", ";\n color: ", ";\n }\n "])), function (props) {
|
|
231
241
|
return props.theme.colors.backgroundPage;
|
|
232
242
|
}, function (props) {
|
|
233
243
|
return props.theme.colors.black;
|