@eclass/ui-kit 1.45.1 → 1.45.2

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.
@@ -33206,68 +33206,67 @@ const Resources = ({
33206
33206
  href: resourceLink,
33207
33207
  target: targetBlank ? "_blank" : "_self",
33208
33208
  rel: targetBlank ? "noopener noreferrer" : void 0,
33209
- _hover: {
33210
- textDecoration: "none"
33211
- },
33212
- display: "contents",
33213
- children: /* @__PURE__ */ jsxs(Box, {
33214
- width: "285px",
33215
- height: "147px",
33216
- borderRadius: vars("radii-big"),
33217
- border: vars("borders-light"),
33218
- justifyContent: "center",
33219
- textAlign: "center",
33220
- display: "grid",
33221
- gap: "8px",
33222
- padding: "1rem",
33223
- transition: "box-shadow .3s",
33224
- _active: cssActive,
33225
- _hover: cssActive,
33226
- _focus: cssActive,
33227
- cursor: "pointer",
33228
- children: [/* @__PURE__ */ jsx(Box, {
33229
- children: /* @__PURE__ */ jsx(Icons, {
33230
- type: resourceType
33231
- })
33232
- }), /* @__PURE__ */ jsx(Box, {
33233
- children: /* @__PURE__ */ jsx(Text, {
33234
- fontFamily: "Roboto",
33235
- fontWeight: "700",
33236
- lineHeight: "21px",
33237
- fontSize: "16px",
33238
- color: "#555555",
33239
- m: "0px",
33240
- children: resourceTitle
33241
- })
33242
- }), /* @__PURE__ */ jsx(Box, {
33243
- children: /* @__PURE__ */ jsx(Text, {
33244
- fontFamily: "Roboto",
33245
- fontWeight: "400",
33246
- lineHeight: "14px",
33247
- fontSize: "12px",
33248
- color: "#555555",
33249
- m: "0px",
33250
- children: resourceDetail
33251
- })
33252
- }), /* @__PURE__ */ jsx(Box, {
33253
- display: "flex",
33254
- alignItems: "center",
33209
+ transition: "box-shadow 0.3s",
33210
+ _active: cssActive,
33211
+ _hover: cssActive,
33212
+ _focus: cssActive,
33213
+ cursor: "pointer",
33214
+ borderRadius: vars("radii-big"),
33215
+ border: vars("borders-light"),
33216
+ overflow: "hidden",
33217
+ children: /* @__PURE__ */ jsx(Ripples, {
33218
+ children: /* @__PURE__ */ jsxs(Box, {
33219
+ width: "285px",
33220
+ height: "147px",
33255
33221
  justifyContent: "center",
33256
- children: /* @__PURE__ */ jsxs(Text, {
33257
- fontFamily: "Roboto",
33258
- fontWeight: "500",
33259
- fontSize: "14px",
33260
- lineHeight: "16px",
33261
- color: vars("colors-neutral-gray"),
33262
- textDecoration: "underline",
33263
- gap: "8px",
33222
+ textAlign: "center",
33223
+ display: "grid",
33224
+ gap: "8px",
33225
+ padding: "1rem",
33226
+ children: [/* @__PURE__ */ jsx(Box, {
33227
+ children: /* @__PURE__ */ jsx(Icons, {
33228
+ type: resourceType
33229
+ })
33230
+ }), /* @__PURE__ */ jsx(Box, {
33231
+ children: /* @__PURE__ */ jsx(Text, {
33232
+ fontFamily: "Roboto",
33233
+ fontWeight: "700",
33234
+ lineHeight: "21px",
33235
+ fontSize: "16px",
33236
+ color: "#555555",
33237
+ m: "0px",
33238
+ children: resourceTitle
33239
+ })
33240
+ }), /* @__PURE__ */ jsx(Box, {
33241
+ children: /* @__PURE__ */ jsx(Text, {
33242
+ fontFamily: "Roboto",
33243
+ fontWeight: "400",
33244
+ lineHeight: "14px",
33245
+ fontSize: "12px",
33246
+ color: "#555555",
33247
+ m: "0px",
33248
+ children: resourceDetail
33249
+ })
33250
+ }), /* @__PURE__ */ jsx(Box, {
33264
33251
  display: "flex",
33265
- m: "0px",
33266
- children: [/* @__PURE__ */ jsx(Download, {
33267
- color: vars("colors-main-deepSkyBlue")
33268
- }), resourceTextDownload]
33269
- })
33270
- })]
33252
+ alignItems: "center",
33253
+ justifyContent: "center",
33254
+ children: /* @__PURE__ */ jsxs(Text, {
33255
+ fontFamily: "Roboto",
33256
+ fontWeight: "500",
33257
+ fontSize: "14px",
33258
+ lineHeight: "16px",
33259
+ color: vars("colors-neutral-gray"),
33260
+ textDecoration: "underline",
33261
+ gap: "8px",
33262
+ display: "flex",
33263
+ m: "0px",
33264
+ children: [/* @__PURE__ */ jsx(Download, {
33265
+ color: vars("colors-main-deepSkyBlue")
33266
+ }), resourceTextDownload]
33267
+ })
33268
+ })]
33269
+ })
33271
33270
  })
33272
33271
  });
33273
33272
  };