@bigbinary/neeto-site-blocks 1.8.13 → 1.8.15
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 -8
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -14512,11 +14512,7 @@ var StyledAnchor = styled__default["default"].a.attrs(function (props) {
|
|
|
14512
14512
|
};
|
|
14513
14513
|
var borderColorStyles = pickBy(identity, borderColors);
|
|
14514
14514
|
var anchorStyles = disableHovering ? {} : {
|
|
14515
|
-
color:
|
|
14516
|
-
color0: design.color,
|
|
14517
|
-
color1: "#0e19e8",
|
|
14518
|
-
percentage: 0.4
|
|
14519
|
-
}) : design.color,
|
|
14515
|
+
color: design.color,
|
|
14520
14516
|
"&:hover": {
|
|
14521
14517
|
transitionDuration: "0.3s",
|
|
14522
14518
|
borderColor: isButton && blendColors({
|
|
@@ -14540,7 +14536,7 @@ var StyledAnchor = styled__default["default"].a.attrs(function (props) {
|
|
|
14540
14536
|
position: "absolute",
|
|
14541
14537
|
bottom: "-0.225rem",
|
|
14542
14538
|
left: 0,
|
|
14543
|
-
width: 0,
|
|
14539
|
+
width: isHighlighted ? "100%" : 0,
|
|
14544
14540
|
height: "1px",
|
|
14545
14541
|
backgroundColor: blendColors({
|
|
14546
14542
|
color0: design.color,
|
|
@@ -21680,8 +21676,7 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
21680
21676
|
className: "ns-card-animation col-span-12 flex h-40 items-center justify-center transition-all duration-300 ease-in-out sm:col-span-6 lg:col-span-4",
|
|
21681
21677
|
design: _objectSpread$f(_objectSpread$f({}, design.card), {}, {
|
|
21682
21678
|
paddingHorizontal: 0,
|
|
21683
|
-
paddingVertical: 0
|
|
21684
|
-
backgroundColor: "transparent"
|
|
21679
|
+
paddingVertical: 0
|
|
21685
21680
|
})
|
|
21686
21681
|
}, /*#__PURE__*/React__default["default"].createElement(Link, _extends__default["default"]({
|
|
21687
21682
|
className: "col-span-12 flex items-center justify-center gap-x-2",
|