Skip to content

Commit

Permalink
Release v2.4.17 (#1042)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com>
  • Loading branch information
dvaldivia authored Oct 18, 2024
1 parent 25f065e commit 846e33b
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 24 deletions.
83 changes: 61 additions & 22 deletions dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9115,10 +9115,16 @@ const kr = m.div(() => ({
alignItems: "center",
flexBasis: "initial",
flexWrap: "nowrap",
"& .checkArea": { display: "flex", gap: 16, alignItems: "center" },
"& .checkArea": {
display: "flex",
gap: 16,
alignItems: "center",
cursor: "pointer",
},
},
},
"" !== n &&
n &&
"" !== n &&
t.createElement(
fo,
{
Expand Down Expand Up @@ -48071,7 +48077,6 @@ const Rw = (t) =>
"div",
{ className: "checkAllWrapper" },
t.createElement(Qo, {
label: "",
onChange: w,
value: "all",
id: "selectAll",
Expand Down Expand Up @@ -62646,7 +62651,7 @@ const XT = ({
alignItems: "banner" === o ? "center" : "flex-start",
boxShadow: n ? M["boxShadow-03"] : "none",
padding: "banner" === o ? `${y.sizeXS}px ${y.size}px` : y.size,
"& .mainInfoContainer": { flexGrow: 1, width: "100%" },
"& .mainInfoContainer": { flexGrow: 1, width: "100%", minWidth: 0 },
"& .actionCardMode": { marginTop: 8 },
"& > svg": {
color: rn(
Expand All @@ -62658,6 +62663,7 @@ const XT = ({
height: 16,
minWidth: 16,
minHeight: 16,
flexShrink: 0,
},
"& .dismissAlert": {
color: rn(
Expand All @@ -62676,26 +62682,20 @@ const XT = ({
},
"& .alertInitLine": {
display: "flex",
flexDirection: "column",
alignItems: "flex-start",
justifyContent: "flex-start",
"& .content": {
fontSize: 14,
fontStyle: "normal",
fontWeight: 400,
lineHeight: "20px",
letterSpacing: "0.16px",
},
minWidth: 0,
"& .notificationTitle": {
display: "flex",
alignItems: "center",
justifyContent: "space-between",
width: "100%",
minWidth: 0,
"& .fillTitleContent": {
display: "flex",
flex: 1,
width: "100%",
gap: 8,
alignItems: "card" === o ? "flex-start" : "center",
minWidth: 0,
},
"& .cardTitle": {
fontSize: 14,
Expand All @@ -62708,11 +62708,49 @@ const XT = ({
"notificationAlert.titleColor",
b["Color/Neutral/Text/colorTextHeading"].lightMode,
),
wordBreak: "break-word",
overflowWrap: "break-word",
whiteSpace: "normal",
minWidth: 0,
display: "-webkit-box",
WebkitLineClamp: 1,
WebkitBoxOrient: "vertical",
overflow: "hidden",
textOverflow: "ellipsis",
},
},
"& .content": {
fontSize: 14,
fontStyle: "normal",
fontWeight: 400,
lineHeight: "20px",
letterSpacing: "0.16px",
wordBreak: "break-word",
overflowWrap: "break-word",
whiteSpace: "normal",
minWidth: 0,
display: "-webkit-box",
WebkitLineClamp: 2,
WebkitBoxOrient: "vertical",
overflow: "hidden",
textOverflow: "ellipsis",
},
},
"& .cardContent": {
"& .content": { marginTop: 3 },
width: "100%",
minWidth: 0,
"& .content": {
marginTop: 3,
wordBreak: "break-word",
overflowWrap: "break-word",
whiteSpace: "normal",
minWidth: 0,
display: "-webkit-box",
WebkitLineClamp: 2,
WebkitBoxOrient: "vertical",
overflow: "hidden",
textOverflow: "ellipsis",
},
"& .actionCardMode": { lineHeight: 1 },
},
...V(a, e),
Expand Down Expand Up @@ -62782,14 +62820,15 @@ const XT = ({
: t.createElement("div", { className: "cardTitle" }, e),
),
),
"card" === p &&
t.createElement(
"div",
{ className: "cardContent" },
t.createElement("div", { className: "content" }, n),
r &&
t.createElement("div", { className: "actionCardMode" }, r),
),
),
"card" === p &&
t.createElement(
"div",
{ className: "cardContent" },
t.createElement("div", { className: "content" }, n),
r && t.createElement("div", { className: "actionCardMode" }, r),
),
),
o &&
t.createElement(
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mds",
"version": "2.4.16",
"version": "2.4.17",
"description": "A MinIO Components Library",
"homepage": ".",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 846e33b

Please sign in to comment.