Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/app.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Chimera UI Libraries - Build 0.35.9 (7/7/2025, 11:11:14)
* Chimera UI Libraries - Build 0.35.11 (7/8/2025, 13:28:54)
*
*/
/******/ (function(modules) { // webpackBootstrap
Expand Down Expand Up @@ -8542,7 +8542,7 @@ var Grid = function Grid(props) {
};

return cardsToshow.length > 0 && _react2.default.createElement(
'div',
'ul',
{
ref: forwardedRef,
'data-card-style': collectionStyleOverride,
Expand Down Expand Up @@ -47464,7 +47464,7 @@ var Card = function Card(props) {
var getsFocus = isHalfHeight && !videoURLToUse || isThreeFourths || isFull || isDoubleWide || isIcon || hideCTA;

return _react2.default.createElement(
'div',
'li',
{
'daa-lh': lh,
className: cardStyle + ' ' + cardClassName,
Expand Down
6 changes: 3 additions & 3 deletions dist/main.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/main.source.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions react/src/js/components/Consonant/Cards/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ const Card = (props) => {
|| hideCTA;

return (
<div
<li
daa-lh={lh}
className={`${cardStyle} ${cardClassName}`}
data-testid="consonant-Card"
Expand Down Expand Up @@ -579,7 +579,7 @@ const Card = (props) => {
ariaHidden={ariaHidden}
tabIndex={ariaHidden ? -1 : 0}
daa={ctaText} />}
</div>
</li>
);
};

Expand Down
4 changes: 2 additions & 2 deletions react/src/js/components/Consonant/Grid/Grid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const Grid = (props) => {
};

return cardsToshow.length > 0 && (
<div
<ul
ref={forwardedRef}
data-card-style={collectionStyleOverride}
data-testid="consonant-CardsGrid"
Expand Down Expand Up @@ -273,7 +273,7 @@ const Grid = (props) => {
);
}
})}
</div>
</ul>
);
};

Expand Down
Loading