@veniceswap/uikit 0.65.32 → 0.65.33
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -5196,7 +5196,7 @@ var MenuIconWrapper = styled__default["default"].div(templateObject_1$6 || (temp
|
|
5196
5196
|
});
|
5197
5197
|
var ProfileIcon = styled__default["default"](Image)(templateObject_2$3 || (templateObject_2$3 = __makeTemplateObject(["\n left: 0;\n position: absolute;\n top: -4px;\n z-index: 102;\n\n & > img {\n border-radius: 50%;\n }\n"], ["\n left: 0;\n position: absolute;\n top: -4px;\n z-index: 102;\n\n & > img {\n border-radius: 50%;\n }\n"])));
|
5198
5198
|
var DotWrapper = styled__default["default"].span(templateObject_3$1 || (templateObject_3$1 = __makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
|
5199
|
-
var Dot = styled__default["default"].span(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n align-items: center;\n background: rgba(255,54,54,.4);\n border-radius: 100%;\n display: block;\n display: flex;\n height: 8px;\n justify-content: center;\n position: absolute;\n right: -
|
5199
|
+
var Dot = styled__default["default"].span(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n align-items: center;\n background: rgba(255,54,54,.4);\n border-radius: 100%;\n display: block;\n display: flex;\n height: 8px;\n justify-content: center;\n position: absolute;\n right: -3px;\n top: 0;\n width: 8px;\n &:after{\n background: #ff3636;\n border-radius: 100%;\n content: \" \";\n display: block;\n height: 4px;\n width: 4px;\n }\n"], ["\n align-items: center;\n background: rgba(255,54,54,.4);\n border-radius: 100%;\n display: block;\n display: flex;\n height: 8px;\n justify-content: center;\n position: absolute;\n right: -3px;\n top: 0;\n width: 8px;\n &:after{\n background: #ff3636;\n border-radius: 100%;\n content: \" \";\n display: block;\n height: 4px;\n width: 4px;\n }\n"])));
|
5200
5200
|
var NoProfileMenuIcon = function (_a) {
|
5201
5201
|
var isWarning = _a.isWarning;
|
5202
5202
|
return (React__default["default"].createElement(MenuIconWrapper, { borderColor: "primary" }, isWarning ? React__default["default"].createElement(DotWrapper, null,
|
package/dist/index.esm.js
CHANGED
@@ -5164,7 +5164,7 @@ var MenuIconWrapper = styled.div(templateObject_1$6 || (templateObject_1$6 = __m
|
|
5164
5164
|
});
|
5165
5165
|
var ProfileIcon = styled(Image)(templateObject_2$3 || (templateObject_2$3 = __makeTemplateObject(["\n left: 0;\n position: absolute;\n top: -4px;\n z-index: 102;\n\n & > img {\n border-radius: 50%;\n }\n"], ["\n left: 0;\n position: absolute;\n top: -4px;\n z-index: 102;\n\n & > img {\n border-radius: 50%;\n }\n"])));
|
5166
5166
|
var DotWrapper = styled.span(templateObject_3$1 || (templateObject_3$1 = __makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
|
5167
|
-
var Dot = styled.span(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n align-items: center;\n background: rgba(255,54,54,.4);\n border-radius: 100%;\n display: block;\n display: flex;\n height: 8px;\n justify-content: center;\n position: absolute;\n right: -
|
5167
|
+
var Dot = styled.span(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n align-items: center;\n background: rgba(255,54,54,.4);\n border-radius: 100%;\n display: block;\n display: flex;\n height: 8px;\n justify-content: center;\n position: absolute;\n right: -3px;\n top: 0;\n width: 8px;\n &:after{\n background: #ff3636;\n border-radius: 100%;\n content: \" \";\n display: block;\n height: 4px;\n width: 4px;\n }\n"], ["\n align-items: center;\n background: rgba(255,54,54,.4);\n border-radius: 100%;\n display: block;\n display: flex;\n height: 8px;\n justify-content: center;\n position: absolute;\n right: -3px;\n top: 0;\n width: 8px;\n &:after{\n background: #ff3636;\n border-radius: 100%;\n content: \" \";\n display: block;\n height: 4px;\n width: 4px;\n }\n"])));
|
5168
5168
|
var NoProfileMenuIcon = function (_a) {
|
5169
5169
|
var isWarning = _a.isWarning;
|
5170
5170
|
return (React__default.createElement(MenuIconWrapper, { borderColor: "primary" }, isWarning ? React__default.createElement(DotWrapper, null,
|