@akad/strapi-blocks 0.0.1-beta.10 → 0.0.1-beta.11
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/package.json +1 -1
- package/styles.css +1 -1
- package/ts-lib.js +7 -10
- package/ts-lib.umd.cjs +2 -2
package/ts-lib.js
CHANGED
|
@@ -4504,15 +4504,14 @@ const Y1 = ({
|
|
|
4504
4504
|
/* @__PURE__ */ V(Pt, { type: "heading-5", className: "color__neutral--90", children: r }),
|
|
4505
4505
|
/* @__PURE__ */ V(Re, { vertical: "xxxs" }),
|
|
4506
4506
|
/* @__PURE__ */ V("div", { className: "category-cards__grid", children: /* @__PURE__ */ V(Ge, { gap: "xxxs", children: t.map((o) => /* @__PURE__ */ V(ye, { flex: "0 0 32%", children: /* @__PURE__ */ V(
|
|
4507
|
-
"
|
|
4507
|
+
"button",
|
|
4508
4508
|
{
|
|
4509
4509
|
className: `category-cards__card ${n === o.id ? "category-cards__card--hovered" : ""}`,
|
|
4510
4510
|
"data-testid": `category-card-${o.id}`,
|
|
4511
4511
|
onClick: () => s(o.id),
|
|
4512
4512
|
onMouseEnter: () => a(o.id),
|
|
4513
4513
|
onMouseLeave: () => a(null),
|
|
4514
|
-
|
|
4515
|
-
tabIndex: 0,
|
|
4514
|
+
type: "button",
|
|
4516
4515
|
children: /* @__PURE__ */ le(
|
|
4517
4516
|
Or,
|
|
4518
4517
|
{
|
|
@@ -15412,17 +15411,16 @@ const R1 = [
|
|
|
15412
15411
|
/* @__PURE__ */ V("div", { className: "ds-grid__col ds-grid__col--lg-4 ds-grid__col--sm-12 ds-grid__col-12", children: /* @__PURE__ */ le(
|
|
15413
15412
|
Ge,
|
|
15414
15413
|
{
|
|
15415
|
-
alignItems: "
|
|
15414
|
+
alignItems: "flex-start",
|
|
15416
15415
|
gap: "quark",
|
|
15417
15416
|
justifyContent: "flex-end",
|
|
15418
15417
|
children: [
|
|
15419
15418
|
/* @__PURE__ */ V(ye, { children: /* @__PURE__ */ V(
|
|
15420
|
-
"
|
|
15419
|
+
"button",
|
|
15421
15420
|
{
|
|
15422
15421
|
className: "faq-card__link",
|
|
15423
15422
|
onClick: () => n(o),
|
|
15424
|
-
|
|
15425
|
-
tabIndex: 0,
|
|
15423
|
+
type: "button",
|
|
15426
15424
|
children: "Ler mais"
|
|
15427
15425
|
}
|
|
15428
15426
|
) }),
|
|
@@ -15609,13 +15607,12 @@ const R1 = [
|
|
|
15609
15607
|
onClick: e,
|
|
15610
15608
|
activeItem: r
|
|
15611
15609
|
}) => /* @__PURE__ */ V("div", { className: "sidebar-menu", "data-testid": "sidebar-menu", children: /* @__PURE__ */ V("div", { className: "sidebar-menu__list", children: t.map((s) => /* @__PURE__ */ V(
|
|
15612
|
-
"
|
|
15610
|
+
"button",
|
|
15613
15611
|
{
|
|
15614
15612
|
className: `sidebar-menu__item ${r === s.id ? "sidebar-menu__item--active" : ""}`,
|
|
15615
15613
|
"data-testid": `sidebar-item-${s.id}`,
|
|
15616
15614
|
onClick: () => e(s.id),
|
|
15617
|
-
|
|
15618
|
-
tabIndex: 0,
|
|
15615
|
+
type: "button",
|
|
15619
15616
|
children: /* @__PURE__ */ le(Ge, { alignItems: "center", gap: "xs", children: [
|
|
15620
15617
|
/* @__PURE__ */ V(ye, { flex: "1", children: /* @__PURE__ */ V(
|
|
15621
15618
|
Pt,
|