ordering-ui-external 10.10.20 → 10.10.21
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/_modules/themes/callcenterOriginal/src/components/AdminAreaPopover/styles.js +1 -1
- package/_modules/themes/callcenterOriginal/src/components/CartPopover/styles.js +2 -2
- package/_modules/themes/callcenterOriginal/src/components/UserPopover/styles.js +1 -1
- package/package.json +1 -1
- package/src/themes/callcenterOriginal/src/components/AdminAreaPopover/styles.js +1 -1
- package/src/themes/callcenterOriginal/src/components/CartPopover/styles.js +2 -2
- package/src/themes/callcenterOriginal/src/components/UserPopover/styles.js +1 -1
|
@@ -19,7 +19,7 @@ var HeaderItem = exports.HeaderItem = _styledComponents.default.div(_templateObj
|
|
|
19
19
|
}, function (props) {
|
|
20
20
|
return props.theme.colors.darkTextColor;
|
|
21
21
|
});
|
|
22
|
-
var PopoverBody = exports.PopoverBody = _styledComponents.default.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n background-color: #FFF;\n color: #333;\n padding: 20px 15px;\n border-radius: 10px;\n max-width: 500px;\n min-width: 300px !important;\n z-index:
|
|
22
|
+
var PopoverBody = exports.PopoverBody = _styledComponents.default.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n background-color: #FFF;\n color: #333;\n padding: 20px 15px;\n border-radius: 10px;\n max-width: 500px;\n min-width: 300px !important;\n z-index: 10002;\n box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;\n"])));
|
|
23
23
|
var PopoverList = exports.PopoverList = _styledComponents.default.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n"])));
|
|
24
24
|
var PopoverListItemStyles = (0, _styledComponents.css)(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n display: flex;\n padding: 7px 15px;\n align-items: center;\n font-weight: 600;\n font-size: 14px;\n color: #000000;\n border-radius: 7.6px;\n\n svg {\n margin-right: 5px;\n ", "\n }\n\n :hover {\n cursor: pointer;\n background-color: #f8f8f8;\n }\n\n :last-child {\n border-bottom: 0;\n }\n"])), function (props) {
|
|
25
25
|
var _props$theme2;
|
|
@@ -10,11 +10,11 @@ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _temp
|
|
|
10
10
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
11
11
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
12
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
13
|
-
var HeaderItem = exports.HeaderItem = _styledComponents.default.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n cursor: pointer;\n > span {\n padding: 10px;\n display: flex;\n align-items: center;\n background: ", ";\n color: #FFFFFF;\n border-radius: 7.6px;\n\n span {\n margin: 0;\n font-size: 14px;\n ", "
|
|
13
|
+
var HeaderItem = exports.HeaderItem = _styledComponents.default.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n cursor: pointer;\n > span {\n padding: 10px;\n display: flex;\n align-items: center;\n background: ", ";\n color: #FFFFFF;\n border-radius: 7.6px;\n\n span {\n margin: 0;\n font-size: 14px;\n ", "\n }\n svg {\n font-size: 16px;\n }\n }\n"])), function (props) {
|
|
14
14
|
return props.theme.colors.primary;
|
|
15
15
|
}, function (props) {
|
|
16
16
|
var _props$theme;
|
|
17
17
|
return (_props$theme = props.theme) !== null && _props$theme !== void 0 && _props$theme.rtl ? (0, _styledComponents.css)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n margin-right: 10px;\n "]))) : (0, _styledComponents.css)(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n margin-left: 10px;\n "])));
|
|
18
18
|
});
|
|
19
|
-
var PopoverBody = exports.PopoverBody = _styledComponents.default.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n background-color: #FFF;\n color: #333;\n padding: 15px;\n border-radius: 10px;\n max-width: 500px;\n z-index:
|
|
19
|
+
var PopoverBody = exports.PopoverBody = _styledComponents.default.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n background-color: #FFF;\n color: #333;\n padding: 15px;\n border-radius: 10px;\n max-width: 500px;\n z-index: 10002;\n box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;\n"])));
|
|
20
20
|
var PopoverArrow = exports.PopoverArrow = _styledComponents.default.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n width: 0;\n height: 0;\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-bottom: 8px solid #FFF;\n top: -8px;\n"])));
|
|
@@ -22,7 +22,7 @@ var HeaderItem = exports.HeaderItem = _styledComponents.default.div(_templateObj
|
|
|
22
22
|
}, function (props) {
|
|
23
23
|
return props.theme.colors.darkTextColor;
|
|
24
24
|
});
|
|
25
|
-
var PopoverBody = exports.PopoverBody = _styledComponents.default.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n background-color: #FFF;\n color: #333;\n padding: 20px 15px;\n border-radius: 10px;\n max-width: 500px;\n min-width: 300px !important;\n z-index:
|
|
25
|
+
var PopoverBody = exports.PopoverBody = _styledComponents.default.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n background-color: #FFF;\n color: #333;\n padding: 20px 15px;\n border-radius: 10px;\n max-width: 500px;\n min-width: 300px !important;\n z-index: 10002;\n box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;\n"])));
|
|
26
26
|
var PopoverList = exports.PopoverList = _styledComponents.default.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n"])));
|
|
27
27
|
var PopoverListItemStyles = (0, _styledComponents.css)(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n display: flex;\n padding: 7px 15px;\n align-items: center;\n font-weight: 600;\n font-size: 14px;\n color: #000000;\n border-radius: 7.6px;\n\n svg {\n margin-right: 5px;\n ", "\n }\n\n :hover {\n cursor: pointer;\n background-color: #f8f8f8;\n }\n\n :last-child {\n border-bottom: 0;\n }\n"])), function (props) {
|
|
28
28
|
var _props$theme2;
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ export const HeaderItem = styled.div`
|
|
|
17
17
|
margin-right: 10px;
|
|
18
18
|
` : css`
|
|
19
19
|
margin-left: 10px;
|
|
20
|
-
`}
|
|
20
|
+
`}
|
|
21
21
|
}
|
|
22
22
|
svg {
|
|
23
23
|
font-size: 16px;
|
|
@@ -31,7 +31,7 @@ export const PopoverBody = styled.div`
|
|
|
31
31
|
padding: 15px;
|
|
32
32
|
border-radius: 10px;
|
|
33
33
|
max-width: 500px;
|
|
34
|
-
z-index:
|
|
34
|
+
z-index: 10002;
|
|
35
35
|
box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
|
|
36
36
|
`
|
|
37
37
|
|