@eclass/ui-kit 1.57.8 → 1.57.9
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/eclass-ui-kit.es.js +20 -9
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +30 -30
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/organisms/Resources/Icons/Url.d.ts.map +1 -1
- package/dist/organisms/Resources/Resources.d.ts.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/eclass-ui-kit.es.js
CHANGED
|
@@ -9159,11 +9159,21 @@ const Url = () => {
|
|
|
9159
9159
|
fill: "none",
|
|
9160
9160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9161
9161
|
children: [/* @__PURE__ */ jsx("path", {
|
|
9162
|
-
|
|
9163
|
-
|
|
9162
|
+
stroke: "#fff",
|
|
9163
|
+
strokeWidth: 4,
|
|
9164
|
+
d: "M58.625 29.067 38.341 49.35"
|
|
9164
9165
|
}), /* @__PURE__ */ jsx("path", {
|
|
9165
|
-
|
|
9166
|
-
|
|
9166
|
+
stroke: "#fff",
|
|
9167
|
+
strokeLinecap: "round",
|
|
9168
|
+
strokeWidth: 4,
|
|
9169
|
+
d: "M67.64 7.657H2.281V64H67.64V7.657ZM2.281 20.052H67.64"
|
|
9170
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
9171
|
+
stroke: "#fff",
|
|
9172
|
+
strokeWidth: 4,
|
|
9173
|
+
d: "M40.59 29.067h18.03v18.03"
|
|
9174
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
9175
|
+
fill: "#fff",
|
|
9176
|
+
d: "M8.48 15.544a1.69 1.69 0 1 0 0-3.38 1.69 1.69 0 0 0 0 3.38ZM15.24 15.544a1.69 1.69 0 1 0 0-3.38 1.69 1.69 0 0 0 0 3.38Z"
|
|
9167
9177
|
})]
|
|
9168
9178
|
});
|
|
9169
9179
|
};
|
|
@@ -9214,6 +9224,8 @@ const StandardBackground = ({
|
|
|
9214
9224
|
})]
|
|
9215
9225
|
});
|
|
9216
9226
|
};
|
|
9227
|
+
const StyledText = Text$1;
|
|
9228
|
+
const StyledLink = Link;
|
|
9217
9229
|
const Resources = ({
|
|
9218
9230
|
id,
|
|
9219
9231
|
resourceType,
|
|
@@ -9249,7 +9261,7 @@ const Resources = ({
|
|
|
9249
9261
|
};
|
|
9250
9262
|
return colorMap[resourceType] || "#FFBC27";
|
|
9251
9263
|
};
|
|
9252
|
-
return /* @__PURE__ */ jsx(
|
|
9264
|
+
return /* @__PURE__ */ jsx(StyledLink, {
|
|
9253
9265
|
href: resourceLink,
|
|
9254
9266
|
target: targetBlank ? "_blank" : "_self",
|
|
9255
9267
|
rel: targetBlank ? "noopener noreferrer" : void 0,
|
|
@@ -9271,7 +9283,6 @@ const Resources = ({
|
|
|
9271
9283
|
textAlign: "center",
|
|
9272
9284
|
alignItems: "center",
|
|
9273
9285
|
display: "grid",
|
|
9274
|
-
padding: "1rem",
|
|
9275
9286
|
children: [/* @__PURE__ */ jsx(Icons, {
|
|
9276
9287
|
type: resourceType
|
|
9277
9288
|
}), /* @__PURE__ */ jsx(Box, {
|
|
@@ -9295,7 +9306,7 @@ const Resources = ({
|
|
|
9295
9306
|
gap: "8px",
|
|
9296
9307
|
padding: "1rem",
|
|
9297
9308
|
children: [/* @__PURE__ */ jsx(Box, {
|
|
9298
|
-
children: /* @__PURE__ */ jsx(
|
|
9309
|
+
children: /* @__PURE__ */ jsx(StyledText, {
|
|
9299
9310
|
fontFamily: "Roboto",
|
|
9300
9311
|
fontWeight: "700",
|
|
9301
9312
|
lineHeight: "21px",
|
|
@@ -9305,7 +9316,7 @@ const Resources = ({
|
|
|
9305
9316
|
children: resourceTitle
|
|
9306
9317
|
})
|
|
9307
9318
|
}), /* @__PURE__ */ jsx(Box, {
|
|
9308
|
-
children: /* @__PURE__ */ jsx(
|
|
9319
|
+
children: /* @__PURE__ */ jsx(StyledText, {
|
|
9309
9320
|
fontFamily: "Roboto",
|
|
9310
9321
|
fontWeight: "400",
|
|
9311
9322
|
lineHeight: "14px",
|
|
@@ -9318,7 +9329,7 @@ const Resources = ({
|
|
|
9318
9329
|
display: "flex",
|
|
9319
9330
|
alignItems: "center",
|
|
9320
9331
|
justifyContent: "center",
|
|
9321
|
-
children: /* @__PURE__ */ jsxs(
|
|
9332
|
+
children: /* @__PURE__ */ jsxs(StyledText, {
|
|
9322
9333
|
fontFamily: "Roboto",
|
|
9323
9334
|
fontWeight: "500",
|
|
9324
9335
|
fontSize: "14px",
|