@almadar/ui 5.21.5 → 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 +8 -19
- package/dist/avl/index.js +8 -19
- package/dist/components/index.cjs +8 -19
- package/dist/components/index.js +8 -19
- package/dist/providers/index.cjs +8 -19
- package/dist/providers/index.js +8 -19
- package/dist/runtime/index.cjs +8 -19
- package/dist/runtime/index.js +8 -19
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -17618,28 +17618,13 @@ var init_MarkdownContent = __esm({
|
|
|
17618
17618
|
);
|
|
17619
17619
|
}
|
|
17620
17620
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
17621
|
-
"
|
|
17621
|
+
"span",
|
|
17622
17622
|
{
|
|
17623
17623
|
style: {
|
|
17624
|
-
|
|
17625
|
-
|
|
17626
|
-
padding: "1rem",
|
|
17627
|
-
borderRadius: "0.5rem",
|
|
17628
|
-
overflow: "auto",
|
|
17629
|
-
margin: 0
|
|
17624
|
+
whiteSpace: "pre-wrap",
|
|
17625
|
+
wordBreak: "break-word"
|
|
17630
17626
|
},
|
|
17631
|
-
children
|
|
17632
|
-
"code",
|
|
17633
|
-
{
|
|
17634
|
-
...props,
|
|
17635
|
-
className: codeClassName,
|
|
17636
|
-
style: {
|
|
17637
|
-
fontFamily: "ui-monospace, monospace",
|
|
17638
|
-
fontSize: "0.875em"
|
|
17639
|
-
},
|
|
17640
|
-
children
|
|
17641
|
-
}
|
|
17642
|
-
)
|
|
17627
|
+
children
|
|
17643
17628
|
}
|
|
17644
17629
|
);
|
|
17645
17630
|
}
|
|
@@ -17706,6 +17691,10 @@ var init_MarkdownContent = __esm({
|
|
|
17706
17691
|
}
|
|
17707
17692
|
);
|
|
17708
17693
|
},
|
|
17694
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
17695
|
+
pre({ children }) {
|
|
17696
|
+
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children });
|
|
17697
|
+
},
|
|
17709
17698
|
// Style blockquotes
|
|
17710
17699
|
blockquote({ children, ...props }) {
|
|
17711
17700
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
package/dist/avl/index.js
CHANGED
|
@@ -17569,28 +17569,13 @@ var init_MarkdownContent = __esm({
|
|
|
17569
17569
|
);
|
|
17570
17570
|
}
|
|
17571
17571
|
return /* @__PURE__ */ jsx(
|
|
17572
|
-
"
|
|
17572
|
+
"span",
|
|
17573
17573
|
{
|
|
17574
17574
|
style: {
|
|
17575
|
-
|
|
17576
|
-
|
|
17577
|
-
padding: "1rem",
|
|
17578
|
-
borderRadius: "0.5rem",
|
|
17579
|
-
overflow: "auto",
|
|
17580
|
-
margin: 0
|
|
17575
|
+
whiteSpace: "pre-wrap",
|
|
17576
|
+
wordBreak: "break-word"
|
|
17581
17577
|
},
|
|
17582
|
-
children
|
|
17583
|
-
"code",
|
|
17584
|
-
{
|
|
17585
|
-
...props,
|
|
17586
|
-
className: codeClassName,
|
|
17587
|
-
style: {
|
|
17588
|
-
fontFamily: "ui-monospace, monospace",
|
|
17589
|
-
fontSize: "0.875em"
|
|
17590
|
-
},
|
|
17591
|
-
children
|
|
17592
|
-
}
|
|
17593
|
-
)
|
|
17578
|
+
children
|
|
17594
17579
|
}
|
|
17595
17580
|
);
|
|
17596
17581
|
}
|
|
@@ -17657,6 +17642,10 @@ var init_MarkdownContent = __esm({
|
|
|
17657
17642
|
}
|
|
17658
17643
|
);
|
|
17659
17644
|
},
|
|
17645
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
17646
|
+
pre({ children }) {
|
|
17647
|
+
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
17648
|
+
},
|
|
17660
17649
|
// Style blockquotes
|
|
17661
17650
|
blockquote({ children, ...props }) {
|
|
17662
17651
|
return /* @__PURE__ */ jsx(
|
|
@@ -12956,28 +12956,13 @@ var init_MarkdownContent = __esm({
|
|
|
12956
12956
|
);
|
|
12957
12957
|
}
|
|
12958
12958
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
12959
|
-
"
|
|
12959
|
+
"span",
|
|
12960
12960
|
{
|
|
12961
12961
|
style: {
|
|
12962
|
-
|
|
12963
|
-
|
|
12964
|
-
padding: "1rem",
|
|
12965
|
-
borderRadius: "0.5rem",
|
|
12966
|
-
overflow: "auto",
|
|
12967
|
-
margin: 0
|
|
12962
|
+
whiteSpace: "pre-wrap",
|
|
12963
|
+
wordBreak: "break-word"
|
|
12968
12964
|
},
|
|
12969
|
-
children
|
|
12970
|
-
"code",
|
|
12971
|
-
{
|
|
12972
|
-
...props,
|
|
12973
|
-
className: codeClassName,
|
|
12974
|
-
style: {
|
|
12975
|
-
fontFamily: "ui-monospace, monospace",
|
|
12976
|
-
fontSize: "0.875em"
|
|
12977
|
-
},
|
|
12978
|
-
children
|
|
12979
|
-
}
|
|
12980
|
-
)
|
|
12965
|
+
children
|
|
12981
12966
|
}
|
|
12982
12967
|
);
|
|
12983
12968
|
}
|
|
@@ -13044,6 +13029,10 @@ var init_MarkdownContent = __esm({
|
|
|
13044
13029
|
}
|
|
13045
13030
|
);
|
|
13046
13031
|
},
|
|
13032
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
13033
|
+
pre({ children }) {
|
|
13034
|
+
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children });
|
|
13035
|
+
},
|
|
13047
13036
|
// Style blockquotes
|
|
13048
13037
|
blockquote({ children, ...props }) {
|
|
13049
13038
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
package/dist/components/index.js
CHANGED
|
@@ -12907,28 +12907,13 @@ var init_MarkdownContent = __esm({
|
|
|
12907
12907
|
);
|
|
12908
12908
|
}
|
|
12909
12909
|
return /* @__PURE__ */ jsx(
|
|
12910
|
-
"
|
|
12910
|
+
"span",
|
|
12911
12911
|
{
|
|
12912
12912
|
style: {
|
|
12913
|
-
|
|
12914
|
-
|
|
12915
|
-
padding: "1rem",
|
|
12916
|
-
borderRadius: "0.5rem",
|
|
12917
|
-
overflow: "auto",
|
|
12918
|
-
margin: 0
|
|
12913
|
+
whiteSpace: "pre-wrap",
|
|
12914
|
+
wordBreak: "break-word"
|
|
12919
12915
|
},
|
|
12920
|
-
children
|
|
12921
|
-
"code",
|
|
12922
|
-
{
|
|
12923
|
-
...props,
|
|
12924
|
-
className: codeClassName,
|
|
12925
|
-
style: {
|
|
12926
|
-
fontFamily: "ui-monospace, monospace",
|
|
12927
|
-
fontSize: "0.875em"
|
|
12928
|
-
},
|
|
12929
|
-
children
|
|
12930
|
-
}
|
|
12931
|
-
)
|
|
12916
|
+
children
|
|
12932
12917
|
}
|
|
12933
12918
|
);
|
|
12934
12919
|
}
|
|
@@ -12995,6 +12980,10 @@ var init_MarkdownContent = __esm({
|
|
|
12995
12980
|
}
|
|
12996
12981
|
);
|
|
12997
12982
|
},
|
|
12983
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
12984
|
+
pre({ children }) {
|
|
12985
|
+
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
12986
|
+
},
|
|
12998
12987
|
// Style blockquotes
|
|
12999
12988
|
blockquote({ children, ...props }) {
|
|
13000
12989
|
return /* @__PURE__ */ jsx(
|
package/dist/providers/index.cjs
CHANGED
|
@@ -14431,28 +14431,13 @@ var init_MarkdownContent = __esm({
|
|
|
14431
14431
|
);
|
|
14432
14432
|
}
|
|
14433
14433
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
14434
|
-
"
|
|
14434
|
+
"span",
|
|
14435
14435
|
{
|
|
14436
14436
|
style: {
|
|
14437
|
-
|
|
14438
|
-
|
|
14439
|
-
padding: "1rem",
|
|
14440
|
-
borderRadius: "0.5rem",
|
|
14441
|
-
overflow: "auto",
|
|
14442
|
-
margin: 0
|
|
14437
|
+
whiteSpace: "pre-wrap",
|
|
14438
|
+
wordBreak: "break-word"
|
|
14443
14439
|
},
|
|
14444
|
-
children
|
|
14445
|
-
"code",
|
|
14446
|
-
{
|
|
14447
|
-
...props,
|
|
14448
|
-
className: codeClassName,
|
|
14449
|
-
style: {
|
|
14450
|
-
fontFamily: "ui-monospace, monospace",
|
|
14451
|
-
fontSize: "0.875em"
|
|
14452
|
-
},
|
|
14453
|
-
children
|
|
14454
|
-
}
|
|
14455
|
-
)
|
|
14440
|
+
children
|
|
14456
14441
|
}
|
|
14457
14442
|
);
|
|
14458
14443
|
}
|
|
@@ -14519,6 +14504,10 @@ var init_MarkdownContent = __esm({
|
|
|
14519
14504
|
}
|
|
14520
14505
|
);
|
|
14521
14506
|
},
|
|
14507
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
14508
|
+
pre({ children }) {
|
|
14509
|
+
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children });
|
|
14510
|
+
},
|
|
14522
14511
|
// Style blockquotes
|
|
14523
14512
|
blockquote({ children, ...props }) {
|
|
14524
14513
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
package/dist/providers/index.js
CHANGED
|
@@ -14382,28 +14382,13 @@ var init_MarkdownContent = __esm({
|
|
|
14382
14382
|
);
|
|
14383
14383
|
}
|
|
14384
14384
|
return /* @__PURE__ */ jsx(
|
|
14385
|
-
"
|
|
14385
|
+
"span",
|
|
14386
14386
|
{
|
|
14387
14387
|
style: {
|
|
14388
|
-
|
|
14389
|
-
|
|
14390
|
-
padding: "1rem",
|
|
14391
|
-
borderRadius: "0.5rem",
|
|
14392
|
-
overflow: "auto",
|
|
14393
|
-
margin: 0
|
|
14388
|
+
whiteSpace: "pre-wrap",
|
|
14389
|
+
wordBreak: "break-word"
|
|
14394
14390
|
},
|
|
14395
|
-
children
|
|
14396
|
-
"code",
|
|
14397
|
-
{
|
|
14398
|
-
...props,
|
|
14399
|
-
className: codeClassName,
|
|
14400
|
-
style: {
|
|
14401
|
-
fontFamily: "ui-monospace, monospace",
|
|
14402
|
-
fontSize: "0.875em"
|
|
14403
|
-
},
|
|
14404
|
-
children
|
|
14405
|
-
}
|
|
14406
|
-
)
|
|
14391
|
+
children
|
|
14407
14392
|
}
|
|
14408
14393
|
);
|
|
14409
14394
|
}
|
|
@@ -14470,6 +14455,10 @@ var init_MarkdownContent = __esm({
|
|
|
14470
14455
|
}
|
|
14471
14456
|
);
|
|
14472
14457
|
},
|
|
14458
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
14459
|
+
pre({ children }) {
|
|
14460
|
+
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
14461
|
+
},
|
|
14473
14462
|
// Style blockquotes
|
|
14474
14463
|
blockquote({ children, ...props }) {
|
|
14475
14464
|
return /* @__PURE__ */ jsx(
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -14331,28 +14331,13 @@ var init_MarkdownContent = __esm({
|
|
|
14331
14331
|
);
|
|
14332
14332
|
}
|
|
14333
14333
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
14334
|
-
"
|
|
14334
|
+
"span",
|
|
14335
14335
|
{
|
|
14336
14336
|
style: {
|
|
14337
|
-
|
|
14338
|
-
|
|
14339
|
-
padding: "1rem",
|
|
14340
|
-
borderRadius: "0.5rem",
|
|
14341
|
-
overflow: "auto",
|
|
14342
|
-
margin: 0
|
|
14337
|
+
whiteSpace: "pre-wrap",
|
|
14338
|
+
wordBreak: "break-word"
|
|
14343
14339
|
},
|
|
14344
|
-
children
|
|
14345
|
-
"code",
|
|
14346
|
-
{
|
|
14347
|
-
...props,
|
|
14348
|
-
className: codeClassName,
|
|
14349
|
-
style: {
|
|
14350
|
-
fontFamily: "ui-monospace, monospace",
|
|
14351
|
-
fontSize: "0.875em"
|
|
14352
|
-
},
|
|
14353
|
-
children
|
|
14354
|
-
}
|
|
14355
|
-
)
|
|
14340
|
+
children
|
|
14356
14341
|
}
|
|
14357
14342
|
);
|
|
14358
14343
|
}
|
|
@@ -14419,6 +14404,10 @@ var init_MarkdownContent = __esm({
|
|
|
14419
14404
|
}
|
|
14420
14405
|
);
|
|
14421
14406
|
},
|
|
14407
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
14408
|
+
pre({ children }) {
|
|
14409
|
+
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children });
|
|
14410
|
+
},
|
|
14422
14411
|
// Style blockquotes
|
|
14423
14412
|
blockquote({ children, ...props }) {
|
|
14424
14413
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
package/dist/runtime/index.js
CHANGED
|
@@ -14282,28 +14282,13 @@ var init_MarkdownContent = __esm({
|
|
|
14282
14282
|
);
|
|
14283
14283
|
}
|
|
14284
14284
|
return /* @__PURE__ */ jsx(
|
|
14285
|
-
"
|
|
14285
|
+
"span",
|
|
14286
14286
|
{
|
|
14287
14287
|
style: {
|
|
14288
|
-
|
|
14289
|
-
|
|
14290
|
-
padding: "1rem",
|
|
14291
|
-
borderRadius: "0.5rem",
|
|
14292
|
-
overflow: "auto",
|
|
14293
|
-
margin: 0
|
|
14288
|
+
whiteSpace: "pre-wrap",
|
|
14289
|
+
wordBreak: "break-word"
|
|
14294
14290
|
},
|
|
14295
|
-
children
|
|
14296
|
-
"code",
|
|
14297
|
-
{
|
|
14298
|
-
...props,
|
|
14299
|
-
className: codeClassName,
|
|
14300
|
-
style: {
|
|
14301
|
-
fontFamily: "ui-monospace, monospace",
|
|
14302
|
-
fontSize: "0.875em"
|
|
14303
|
-
},
|
|
14304
|
-
children
|
|
14305
|
-
}
|
|
14306
|
-
)
|
|
14291
|
+
children
|
|
14307
14292
|
}
|
|
14308
14293
|
);
|
|
14309
14294
|
}
|
|
@@ -14370,6 +14355,10 @@ var init_MarkdownContent = __esm({
|
|
|
14370
14355
|
}
|
|
14371
14356
|
);
|
|
14372
14357
|
},
|
|
14358
|
+
// Strip <pre> wrapper so block code renders inline when needed
|
|
14359
|
+
pre({ children }) {
|
|
14360
|
+
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
14361
|
+
},
|
|
14373
14362
|
// Style blockquotes
|
|
14374
14363
|
blockquote({ children, ...props }) {
|
|
14375
14364
|
return /* @__PURE__ */ jsx(
|