@liner-fe/prism 1.10.6 → 1.10.7
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/lib/index.mjs +27 -31
- package/lib/index.mjs.map +2 -2
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -5426,74 +5426,70 @@ import { jsx as jsx117, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
|
5426
5426
|
var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
|
|
5427
5427
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
5428
5428
|
if (fill && thick) {
|
|
5429
|
-
return /* @__PURE__ */
|
|
5430
|
-
"path",
|
|
5431
|
-
{
|
|
5432
|
-
|
|
5433
|
-
|
|
5434
|
-
|
|
5435
|
-
|
|
5436
|
-
|
|
5437
|
-
|
|
5429
|
+
return /* @__PURE__ */ jsxs82("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5430
|
+
/* @__PURE__ */ jsx117("path", { d: "M3.67651 6.50421L6.50494 3.67578L44.3233 41.4941L41.4949 44.3226L3.67651 6.50421Z", fill: "#1E1E1F" }),
|
|
5431
|
+
/* @__PURE__ */ jsx117("path", { d: "M12.0713 5L41.0001 33.9287V7C41.0001 5.89543 40.1046 5 39.0001 5H12.0713Z", fill: "#1E1E1F" }),
|
|
5432
|
+
/* @__PURE__ */ jsx117(
|
|
5433
|
+
"path",
|
|
5434
|
+
{
|
|
5435
|
+
d: "M22.9333 30.004L7.00006 14.0708V40.3711C7.00006 42.1239 9.09444 43.0288 10.3708 41.8275L22.9333 30.004Z",
|
|
5436
|
+
fill: "#1E1E1F"
|
|
5437
|
+
}
|
|
5438
|
+
)
|
|
5439
|
+
] });
|
|
5438
5440
|
}
|
|
5439
5441
|
if (thick) {
|
|
5440
5442
|
return /* @__PURE__ */ jsxs82("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5441
5443
|
/* @__PURE__ */ jsx117(
|
|
5442
5444
|
"path",
|
|
5443
5445
|
{
|
|
5444
|
-
d: "M3.67651 6.50421L6.50494 3.67578L44.3233 41.4941L41.4949 44.3226L39.4847 42.3124C39.4846 42.3124 39.4848 42.
|
|
5445
|
-
fill:
|
|
5446
|
+
d: "M3.67651 6.50421L6.50494 3.67578L44.3233 41.4941L41.4949 44.3226L39.4847 42.3124C39.4846 42.3124 39.4848 42.3123 39.4847 42.3124L3.67651 6.50421Z",
|
|
5447
|
+
fill: "#1E1E1F"
|
|
5446
5448
|
}
|
|
5447
5449
|
),
|
|
5448
5450
|
/* @__PURE__ */ jsx117(
|
|
5449
5451
|
"path",
|
|
5450
5452
|
{
|
|
5451
|
-
d: "M41.0001
|
|
5452
|
-
fill:
|
|
5453
|
+
d: "M41.0001 7V33.9287L37.0001 29.9287V9H16.0713L12.0713 5H39.0001C40.1046 5 41.0001 5.89543 41.0001 7Z",
|
|
5454
|
+
fill: "#1E1E1F"
|
|
5453
5455
|
}
|
|
5454
5456
|
),
|
|
5455
5457
|
/* @__PURE__ */ jsx117(
|
|
5456
5458
|
"path",
|
|
5457
5459
|
{
|
|
5458
|
-
d: "M7.00006
|
|
5459
|
-
fill:
|
|
5460
|
+
d: "M7.00006 14.0708L11.0001 18.0708V35.7423L20.1035 27.1743L22.9333 30.004L10.3708 41.8275C9.09444 43.0288 7.00006 42.1239 7.00006 40.3711V14.0708Z",
|
|
5461
|
+
fill: "#1E1E1F"
|
|
5460
5462
|
}
|
|
5461
5463
|
)
|
|
5462
5464
|
] });
|
|
5463
5465
|
}
|
|
5464
5466
|
if (fill) {
|
|
5465
5467
|
return /* @__PURE__ */ jsxs82("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5468
|
+
/* @__PURE__ */ jsx117("path", { d: "M41.9395 44.0608L44.0608 41.9395L6.06077 3.93945L3.93945 6.06077L41.9395 44.0608Z", fill: "#1E1E1F" }),
|
|
5469
|
+
/* @__PURE__ */ jsx117("path", { d: "M39 5.00023C40.1046 5.00023 41 5.89566 41 7.00023V34.6361L11.3642 5.00023H39Z", fill: "#1E1E1F" }),
|
|
5466
5470
|
/* @__PURE__ */ jsx117(
|
|
5467
5471
|
"path",
|
|
5468
5472
|
{
|
|
5469
|
-
d: "
|
|
5470
|
-
fill:
|
|
5471
|
-
}
|
|
5472
|
-
),
|
|
5473
|
-
/* @__PURE__ */ jsx117("path", { d: "M41 36.7573V7C41 5.89543 40.1045 5 39 5H9.24266L41 36.7573Z", fill: color }),
|
|
5474
|
-
/* @__PURE__ */ jsx117(
|
|
5475
|
-
"path",
|
|
5476
|
-
{
|
|
5477
|
-
d: "M6.99998 40.1716V11.2426L23.8787 28.1213L10.4142 41.5858C9.15427 42.8457 6.99998 41.9534 6.99998 40.1716Z",
|
|
5478
|
-
fill: color
|
|
5473
|
+
d: "M10.3707 41.8278C9.09438 43.029 7 42.1241 7 40.3714V13.364L23.2975 29.6614L10.3707 41.8278Z",
|
|
5474
|
+
fill: "#1E1E1F"
|
|
5479
5475
|
}
|
|
5480
5476
|
)
|
|
5481
5477
|
] });
|
|
5482
5478
|
}
|
|
5483
5479
|
return /* @__PURE__ */ jsxs82("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
5480
|
+
/* @__PURE__ */ jsx117("path", { d: "M41.9393 44.0608L44.0606 41.9395L6.06065 3.93945L3.93933 6.06077L41.9393 44.0608Z", fill: "#1E1E1F" }),
|
|
5484
5481
|
/* @__PURE__ */ jsx117(
|
|
5485
5482
|
"path",
|
|
5486
5483
|
{
|
|
5487
|
-
d: "
|
|
5488
|
-
fill:
|
|
5484
|
+
d: "M38 8.00023V31.6362L41 34.6362V7.00023C41 5.89566 40.1046 5.00023 39 5.00023H11.364L14.364 8.00023H38Z",
|
|
5485
|
+
fill: "#1E1E1F"
|
|
5489
5486
|
}
|
|
5490
5487
|
),
|
|
5491
|
-
/* @__PURE__ */ jsx117("path", { d: "M41 7V36.7578L38 33.7578V8H12.2422L9.24217 5H39C40.1045 5 41 5.89543 41 7Z", fill: color }),
|
|
5492
5488
|
/* @__PURE__ */ jsx117(
|
|
5493
5489
|
"path",
|
|
5494
5490
|
{
|
|
5495
|
-
d: "
|
|
5496
|
-
fill:
|
|
5491
|
+
d: "M7 40.3714V13.3641L10 16.3641V38.0569L21.1751 27.5392L23.2974 29.6615L10.3707 41.8278C9.09438 43.029 7 42.1241 7 40.3714Z",
|
|
5492
|
+
fill: "#1E1E1F"
|
|
5497
5493
|
}
|
|
5498
5494
|
)
|
|
5499
5495
|
] });
|
|
@@ -6215,7 +6211,7 @@ var PopoverContent = React.forwardRef(
|
|
|
6215
6211
|
onClick: () => {
|
|
6216
6212
|
onClose?.();
|
|
6217
6213
|
},
|
|
6218
|
-
children: /* @__PURE__ */ jsx126(Icon, { name: "close-fill", size: "s", fill: true, thick: true })
|
|
6214
|
+
children: /* @__PURE__ */ jsx126(Icon, { name: "close-fill", size: "s", fill: true, thick: true, type: "neutral-label-static-primary" })
|
|
6219
6215
|
}
|
|
6220
6216
|
)
|
|
6221
6217
|
] }),
|