@blerp/design 1.2.61 → 1.2.62
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 +3 -1
- package/dist/index.esm.js +3 -1
- package/dist/index.umd.js +3 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1788,7 +1788,9 @@ var UsernameWithPopout$1 = function UsernameWithPopout(_ref) {
|
|
|
1788
1788
|
};
|
|
1789
1789
|
|
|
1790
1790
|
var _templateObject$g, _templateObject2$a, _templateObject3$8;
|
|
1791
|
-
var PremiumContainer = styled__default['default'].div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteral__default['default'](["\n background:
|
|
1791
|
+
var PremiumContainer = styled__default['default'].div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteral__default['default'](["\n background: ", ";\n overflow: hidden;\n min-width: 210px;\n max-width: 260px;\n width: 100%;\n max-height: 322px;\n flex: 1;\n min-height: 272px;\n aspect-ratio: 260 / 322;\n gap: 10px;\n border-radius: 18px;\n box-sizing: border-box;\n padding: 2px;\n position: relative;\n transition: 0.3s;\n"])), function (props) {
|
|
1792
|
+
return props.theme.colors.grey7;
|
|
1793
|
+
});
|
|
1792
1794
|
var Container$1 = styled__default['default'].div(_templateObject2$a || (_templateObject2$a = _taggedTemplateLiteral__default['default'](["\n background-color: ", ";\n background: ", ";\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n position: relative;\n height: 100%;\n padding: 10px;\n border-radius: 17px;\n box-sizing: border-box;\n transition: 0.3s;\n"])), function (props) {
|
|
1793
1795
|
return props.addToOpen ? props.theme.colors.grey5 : props.theme.colors.grey7;
|
|
1794
1796
|
}, function (props) {
|
package/dist/index.esm.js
CHANGED
|
@@ -1711,7 +1711,9 @@ var UsernameWithPopout$1 = function UsernameWithPopout(_ref) {
|
|
|
1711
1711
|
};
|
|
1712
1712
|
|
|
1713
1713
|
var _templateObject$g, _templateObject2$a, _templateObject3$8;
|
|
1714
|
-
var PremiumContainer = styled.div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteral(["\n background:
|
|
1714
|
+
var PremiumContainer = styled.div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteral(["\n background: ", ";\n overflow: hidden;\n min-width: 210px;\n max-width: 260px;\n width: 100%;\n max-height: 322px;\n flex: 1;\n min-height: 272px;\n aspect-ratio: 260 / 322;\n gap: 10px;\n border-radius: 18px;\n box-sizing: border-box;\n padding: 2px;\n position: relative;\n transition: 0.3s;\n"])), function (props) {
|
|
1715
|
+
return props.theme.colors.grey7;
|
|
1716
|
+
});
|
|
1715
1717
|
var Container$1 = styled.div(_templateObject2$a || (_templateObject2$a = _taggedTemplateLiteral(["\n background-color: ", ";\n background: ", ";\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n position: relative;\n height: 100%;\n padding: 10px;\n border-radius: 17px;\n box-sizing: border-box;\n transition: 0.3s;\n"])), function (props) {
|
|
1716
1718
|
return props.addToOpen ? props.theme.colors.grey5 : props.theme.colors.grey7;
|
|
1717
1719
|
}, function (props) {
|
package/dist/index.umd.js
CHANGED
|
@@ -1730,7 +1730,9 @@
|
|
|
1730
1730
|
};
|
|
1731
1731
|
|
|
1732
1732
|
var _templateObject$g, _templateObject2$a, _templateObject3$8;
|
|
1733
|
-
var PremiumContainer = styled__default['default'].div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteral__default['default'](["\n background:
|
|
1733
|
+
var PremiumContainer = styled__default['default'].div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteral__default['default'](["\n background: ", ";\n overflow: hidden;\n min-width: 210px;\n max-width: 260px;\n width: 100%;\n max-height: 322px;\n flex: 1;\n min-height: 272px;\n aspect-ratio: 260 / 322;\n gap: 10px;\n border-radius: 18px;\n box-sizing: border-box;\n padding: 2px;\n position: relative;\n transition: 0.3s;\n"])), function (props) {
|
|
1734
|
+
return props.theme.colors.grey7;
|
|
1735
|
+
});
|
|
1734
1736
|
var Container$1 = styled__default['default'].div(_templateObject2$a || (_templateObject2$a = _taggedTemplateLiteral__default['default'](["\n background-color: ", ";\n background: ", ";\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n position: relative;\n height: 100%;\n padding: 10px;\n border-radius: 17px;\n box-sizing: border-box;\n transition: 0.3s;\n"])), function (props) {
|
|
1735
1737
|
return props.addToOpen ? props.theme.colors.grey5 : props.theme.colors.grey7;
|
|
1736
1738
|
}, function (props) {
|