@blerp/design 1.0.100 → 1.0.102
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/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7424,7 +7424,7 @@ var LockedScrim = styled__default['default'].div(_templateObject5 || (_templateO
|
|
|
7424
7424
|
return props.collectionHovered ? "blur(3px)" : "none";
|
|
7425
7425
|
});
|
|
7426
7426
|
var LockedScrimBackground = styled__default['default'].div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n /* transition: opacity 0.3s ease-in-out; */\n\n background-color: ", ";\n\n opacity: ", ";\n"])), function (props) {
|
|
7427
|
-
return props.theme.colors.
|
|
7427
|
+
return props.theme.colors.notBlackOverride;
|
|
7428
7428
|
}, function (props) {
|
|
7429
7429
|
return props.collectionHovered ? "0.5" : "0";
|
|
7430
7430
|
});
|
package/dist/index.esm.js
CHANGED
|
@@ -7355,7 +7355,7 @@ var LockedScrim = styled.div(_templateObject5 || (_templateObject5 = _taggedTemp
|
|
|
7355
7355
|
return props.collectionHovered ? "blur(3px)" : "none";
|
|
7356
7356
|
});
|
|
7357
7357
|
var LockedScrimBackground = styled.div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n /* transition: opacity 0.3s ease-in-out; */\n\n background-color: ", ";\n\n opacity: ", ";\n"])), function (props) {
|
|
7358
|
-
return props.theme.colors.
|
|
7358
|
+
return props.theme.colors.notBlackOverride;
|
|
7359
7359
|
}, function (props) {
|
|
7360
7360
|
return props.collectionHovered ? "0.5" : "0";
|
|
7361
7361
|
});
|
package/dist/index.umd.js
CHANGED
|
@@ -7376,7 +7376,7 @@
|
|
|
7376
7376
|
return props.collectionHovered ? "blur(3px)" : "none";
|
|
7377
7377
|
});
|
|
7378
7378
|
var LockedScrimBackground = styled__default['default'].div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n /* transition: opacity 0.3s ease-in-out; */\n\n background-color: ", ";\n\n opacity: ", ";\n"])), function (props) {
|
|
7379
|
-
return props.theme.colors.
|
|
7379
|
+
return props.theme.colors.notBlackOverride;
|
|
7380
7380
|
}, function (props) {
|
|
7381
7381
|
return props.collectionHovered ? "0.5" : "0";
|
|
7382
7382
|
});
|