@almadar/ui 5.21.6 → 5.21.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/dist/avl/index.cjs +6 -10
- package/dist/avl/index.js +6 -10
- package/dist/components/index.cjs +6 -10
- package/dist/components/index.js +6 -10
- package/dist/providers/index.cjs +6 -10
- package/dist/providers/index.js +6 -10
- package/dist/runtime/index.cjs +6 -10
- package/dist/runtime/index.js +6 -10
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -17618,19 +17618,11 @@ var init_MarkdownContent = __esm({
|
|
|
17618
17618
|
);
|
|
17619
17619
|
}
|
|
17620
17620
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
17621
|
-
"
|
|
17621
|
+
"span",
|
|
17622
17622
|
{
|
|
17623
17623
|
style: {
|
|
17624
|
-
backgroundColor: "var(--color-muted)",
|
|
17625
|
-
color: "var(--color-foreground)",
|
|
17626
|
-
padding: "0.5rem 0.75rem",
|
|
17627
|
-
borderRadius: "0.375rem",
|
|
17628
|
-
margin: "0.5rem 0",
|
|
17629
17624
|
whiteSpace: "pre-wrap",
|
|
17630
|
-
wordBreak: "break-word"
|
|
17631
|
-
fontFamily: "ui-monospace, monospace",
|
|
17632
|
-
fontSize: "0.875em",
|
|
17633
|
-
lineHeight: 1.6
|
|
17625
|
+
wordBreak: "break-word"
|
|
17634
17626
|
},
|
|
17635
17627
|
children
|
|
17636
17628
|
}
|
|
@@ -17699,6 +17691,10 @@ var init_MarkdownContent = __esm({
|
|
|
17699
17691
|
}
|
|
17700
17692
|
);
|
|
17701
17693
|
},
|
|
17694
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
17695
|
+
pre({ children }) {
|
|
17696
|
+
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children });
|
|
17697
|
+
},
|
|
17702
17698
|
// Style blockquotes
|
|
17703
17699
|
blockquote({ children, ...props }) {
|
|
17704
17700
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
package/dist/avl/index.js
CHANGED
|
@@ -17569,19 +17569,11 @@ var init_MarkdownContent = __esm({
|
|
|
17569
17569
|
);
|
|
17570
17570
|
}
|
|
17571
17571
|
return /* @__PURE__ */ jsx(
|
|
17572
|
-
"
|
|
17572
|
+
"span",
|
|
17573
17573
|
{
|
|
17574
17574
|
style: {
|
|
17575
|
-
backgroundColor: "var(--color-muted)",
|
|
17576
|
-
color: "var(--color-foreground)",
|
|
17577
|
-
padding: "0.5rem 0.75rem",
|
|
17578
|
-
borderRadius: "0.375rem",
|
|
17579
|
-
margin: "0.5rem 0",
|
|
17580
17575
|
whiteSpace: "pre-wrap",
|
|
17581
|
-
wordBreak: "break-word"
|
|
17582
|
-
fontFamily: "ui-monospace, monospace",
|
|
17583
|
-
fontSize: "0.875em",
|
|
17584
|
-
lineHeight: 1.6
|
|
17576
|
+
wordBreak: "break-word"
|
|
17585
17577
|
},
|
|
17586
17578
|
children
|
|
17587
17579
|
}
|
|
@@ -17650,6 +17642,10 @@ var init_MarkdownContent = __esm({
|
|
|
17650
17642
|
}
|
|
17651
17643
|
);
|
|
17652
17644
|
},
|
|
17645
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
17646
|
+
pre({ children }) {
|
|
17647
|
+
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
17648
|
+
},
|
|
17653
17649
|
// Style blockquotes
|
|
17654
17650
|
blockquote({ children, ...props }) {
|
|
17655
17651
|
return /* @__PURE__ */ jsx(
|
|
@@ -12956,19 +12956,11 @@ var init_MarkdownContent = __esm({
|
|
|
12956
12956
|
);
|
|
12957
12957
|
}
|
|
12958
12958
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
12959
|
-
"
|
|
12959
|
+
"span",
|
|
12960
12960
|
{
|
|
12961
12961
|
style: {
|
|
12962
|
-
backgroundColor: "var(--color-muted)",
|
|
12963
|
-
color: "var(--color-foreground)",
|
|
12964
|
-
padding: "0.5rem 0.75rem",
|
|
12965
|
-
borderRadius: "0.375rem",
|
|
12966
|
-
margin: "0.5rem 0",
|
|
12967
12962
|
whiteSpace: "pre-wrap",
|
|
12968
|
-
wordBreak: "break-word"
|
|
12969
|
-
fontFamily: "ui-monospace, monospace",
|
|
12970
|
-
fontSize: "0.875em",
|
|
12971
|
-
lineHeight: 1.6
|
|
12963
|
+
wordBreak: "break-word"
|
|
12972
12964
|
},
|
|
12973
12965
|
children
|
|
12974
12966
|
}
|
|
@@ -13037,6 +13029,10 @@ var init_MarkdownContent = __esm({
|
|
|
13037
13029
|
}
|
|
13038
13030
|
);
|
|
13039
13031
|
},
|
|
13032
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
13033
|
+
pre({ children }) {
|
|
13034
|
+
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children });
|
|
13035
|
+
},
|
|
13040
13036
|
// Style blockquotes
|
|
13041
13037
|
blockquote({ children, ...props }) {
|
|
13042
13038
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
package/dist/components/index.js
CHANGED
|
@@ -12907,19 +12907,11 @@ var init_MarkdownContent = __esm({
|
|
|
12907
12907
|
);
|
|
12908
12908
|
}
|
|
12909
12909
|
return /* @__PURE__ */ jsx(
|
|
12910
|
-
"
|
|
12910
|
+
"span",
|
|
12911
12911
|
{
|
|
12912
12912
|
style: {
|
|
12913
|
-
backgroundColor: "var(--color-muted)",
|
|
12914
|
-
color: "var(--color-foreground)",
|
|
12915
|
-
padding: "0.5rem 0.75rem",
|
|
12916
|
-
borderRadius: "0.375rem",
|
|
12917
|
-
margin: "0.5rem 0",
|
|
12918
12913
|
whiteSpace: "pre-wrap",
|
|
12919
|
-
wordBreak: "break-word"
|
|
12920
|
-
fontFamily: "ui-monospace, monospace",
|
|
12921
|
-
fontSize: "0.875em",
|
|
12922
|
-
lineHeight: 1.6
|
|
12914
|
+
wordBreak: "break-word"
|
|
12923
12915
|
},
|
|
12924
12916
|
children
|
|
12925
12917
|
}
|
|
@@ -12988,6 +12980,10 @@ var init_MarkdownContent = __esm({
|
|
|
12988
12980
|
}
|
|
12989
12981
|
);
|
|
12990
12982
|
},
|
|
12983
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
12984
|
+
pre({ children }) {
|
|
12985
|
+
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
12986
|
+
},
|
|
12991
12987
|
// Style blockquotes
|
|
12992
12988
|
blockquote({ children, ...props }) {
|
|
12993
12989
|
return /* @__PURE__ */ jsx(
|
package/dist/providers/index.cjs
CHANGED
|
@@ -14431,19 +14431,11 @@ var init_MarkdownContent = __esm({
|
|
|
14431
14431
|
);
|
|
14432
14432
|
}
|
|
14433
14433
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
14434
|
-
"
|
|
14434
|
+
"span",
|
|
14435
14435
|
{
|
|
14436
14436
|
style: {
|
|
14437
|
-
backgroundColor: "var(--color-muted)",
|
|
14438
|
-
color: "var(--color-foreground)",
|
|
14439
|
-
padding: "0.5rem 0.75rem",
|
|
14440
|
-
borderRadius: "0.375rem",
|
|
14441
|
-
margin: "0.5rem 0",
|
|
14442
14437
|
whiteSpace: "pre-wrap",
|
|
14443
|
-
wordBreak: "break-word"
|
|
14444
|
-
fontFamily: "ui-monospace, monospace",
|
|
14445
|
-
fontSize: "0.875em",
|
|
14446
|
-
lineHeight: 1.6
|
|
14438
|
+
wordBreak: "break-word"
|
|
14447
14439
|
},
|
|
14448
14440
|
children
|
|
14449
14441
|
}
|
|
@@ -14512,6 +14504,10 @@ var init_MarkdownContent = __esm({
|
|
|
14512
14504
|
}
|
|
14513
14505
|
);
|
|
14514
14506
|
},
|
|
14507
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
14508
|
+
pre({ children }) {
|
|
14509
|
+
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children });
|
|
14510
|
+
},
|
|
14515
14511
|
// Style blockquotes
|
|
14516
14512
|
blockquote({ children, ...props }) {
|
|
14517
14513
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
package/dist/providers/index.js
CHANGED
|
@@ -14382,19 +14382,11 @@ var init_MarkdownContent = __esm({
|
|
|
14382
14382
|
);
|
|
14383
14383
|
}
|
|
14384
14384
|
return /* @__PURE__ */ jsx(
|
|
14385
|
-
"
|
|
14385
|
+
"span",
|
|
14386
14386
|
{
|
|
14387
14387
|
style: {
|
|
14388
|
-
backgroundColor: "var(--color-muted)",
|
|
14389
|
-
color: "var(--color-foreground)",
|
|
14390
|
-
padding: "0.5rem 0.75rem",
|
|
14391
|
-
borderRadius: "0.375rem",
|
|
14392
|
-
margin: "0.5rem 0",
|
|
14393
14388
|
whiteSpace: "pre-wrap",
|
|
14394
|
-
wordBreak: "break-word"
|
|
14395
|
-
fontFamily: "ui-monospace, monospace",
|
|
14396
|
-
fontSize: "0.875em",
|
|
14397
|
-
lineHeight: 1.6
|
|
14389
|
+
wordBreak: "break-word"
|
|
14398
14390
|
},
|
|
14399
14391
|
children
|
|
14400
14392
|
}
|
|
@@ -14463,6 +14455,10 @@ var init_MarkdownContent = __esm({
|
|
|
14463
14455
|
}
|
|
14464
14456
|
);
|
|
14465
14457
|
},
|
|
14458
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
14459
|
+
pre({ children }) {
|
|
14460
|
+
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
14461
|
+
},
|
|
14466
14462
|
// Style blockquotes
|
|
14467
14463
|
blockquote({ children, ...props }) {
|
|
14468
14464
|
return /* @__PURE__ */ jsx(
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -14331,19 +14331,11 @@ var init_MarkdownContent = __esm({
|
|
|
14331
14331
|
);
|
|
14332
14332
|
}
|
|
14333
14333
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
14334
|
-
"
|
|
14334
|
+
"span",
|
|
14335
14335
|
{
|
|
14336
14336
|
style: {
|
|
14337
|
-
backgroundColor: "var(--color-muted)",
|
|
14338
|
-
color: "var(--color-foreground)",
|
|
14339
|
-
padding: "0.5rem 0.75rem",
|
|
14340
|
-
borderRadius: "0.375rem",
|
|
14341
|
-
margin: "0.5rem 0",
|
|
14342
14337
|
whiteSpace: "pre-wrap",
|
|
14343
|
-
wordBreak: "break-word"
|
|
14344
|
-
fontFamily: "ui-monospace, monospace",
|
|
14345
|
-
fontSize: "0.875em",
|
|
14346
|
-
lineHeight: 1.6
|
|
14338
|
+
wordBreak: "break-word"
|
|
14347
14339
|
},
|
|
14348
14340
|
children
|
|
14349
14341
|
}
|
|
@@ -14412,6 +14404,10 @@ var init_MarkdownContent = __esm({
|
|
|
14412
14404
|
}
|
|
14413
14405
|
);
|
|
14414
14406
|
},
|
|
14407
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
14408
|
+
pre({ children }) {
|
|
14409
|
+
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children });
|
|
14410
|
+
},
|
|
14415
14411
|
// Style blockquotes
|
|
14416
14412
|
blockquote({ children, ...props }) {
|
|
14417
14413
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
package/dist/runtime/index.js
CHANGED
|
@@ -14282,19 +14282,11 @@ var init_MarkdownContent = __esm({
|
|
|
14282
14282
|
);
|
|
14283
14283
|
}
|
|
14284
14284
|
return /* @__PURE__ */ jsx(
|
|
14285
|
-
"
|
|
14285
|
+
"span",
|
|
14286
14286
|
{
|
|
14287
14287
|
style: {
|
|
14288
|
-
backgroundColor: "var(--color-muted)",
|
|
14289
|
-
color: "var(--color-foreground)",
|
|
14290
|
-
padding: "0.5rem 0.75rem",
|
|
14291
|
-
borderRadius: "0.375rem",
|
|
14292
|
-
margin: "0.5rem 0",
|
|
14293
14288
|
whiteSpace: "pre-wrap",
|
|
14294
|
-
wordBreak: "break-word"
|
|
14295
|
-
fontFamily: "ui-monospace, monospace",
|
|
14296
|
-
fontSize: "0.875em",
|
|
14297
|
-
lineHeight: 1.6
|
|
14289
|
+
wordBreak: "break-word"
|
|
14298
14290
|
},
|
|
14299
14291
|
children
|
|
14300
14292
|
}
|
|
@@ -14363,6 +14355,10 @@ var init_MarkdownContent = __esm({
|
|
|
14363
14355
|
}
|
|
14364
14356
|
);
|
|
14365
14357
|
},
|
|
14358
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
14359
|
+
pre({ children }) {
|
|
14360
|
+
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
14361
|
+
},
|
|
14366
14362
|
// Style blockquotes
|
|
14367
14363
|
blockquote({ children, ...props }) {
|
|
14368
14364
|
return /* @__PURE__ */ jsx(
|