@map2usdnbhd/md_components 1.0.50 → 1.0.51
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/{allPaths-BSKu4k3H.js → allPaths-DxkcHbvd.js} +1 -1
- package/dist/{allPathsLoader-B09mzs2e.js → allPathsLoader-CS5mJvrc.js} +2 -2
- package/dist/components/Card/MdStaticCardColorHeader/MdStaticCardColorHeader.d.ts +2 -0
- package/dist/{index-Bps7D_yb.js → index-Ca30mhGi.js} +17 -9
- package/dist/md-component.js +1 -1
- package/dist/md-component.umd.cjs +1 -1
- package/dist/{splitPathsBySizeLoader-DyoXoPvG.js → splitPathsBySizeLoader-DAMStkKf.js} +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { I as n } from "./index-BcyZRf8d.js";
|
|
2
2
|
import { I as e } from "./index-CPmyzV1b.js";
|
|
3
|
-
import { p as r, I as s } from "./index-
|
|
3
|
+
import { p as r, I as s } from "./index-Ca30mhGi.js";
|
|
4
4
|
function I(o, t) {
|
|
5
5
|
var a = r(o);
|
|
6
6
|
return t === s.STANDARD ? n[a] : e[a];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as n, a as o } from "./index-
|
|
1
|
+
import { _ as n, a as o } from "./index-Ca30mhGi.js";
|
|
2
2
|
var s = function(a, e) {
|
|
3
3
|
return n(void 0, void 0, void 0, function() {
|
|
4
4
|
var t;
|
|
@@ -7,7 +7,7 @@ var s = function(a, e) {
|
|
|
7
7
|
case 0:
|
|
8
8
|
return [4, import(
|
|
9
9
|
/* webpackChunkName: "blueprint-icons-all-paths" */
|
|
10
|
-
"./allPaths-
|
|
10
|
+
"./allPaths-DxkcHbvd.js"
|
|
11
11
|
)];
|
|
12
12
|
case 1:
|
|
13
13
|
return t = r.sent().getIconPaths, [2, t(a, e)];
|
|
@@ -10,6 +10,8 @@ export interface MdStaticCardColorHeaderProps {
|
|
|
10
10
|
backgroundColor?: string;
|
|
11
11
|
showTitle?: boolean;
|
|
12
12
|
link?: any;
|
|
13
|
+
overflow?: boolean;
|
|
14
|
+
maxHeight?: string;
|
|
13
15
|
children: React.ReactChild;
|
|
14
16
|
}
|
|
15
17
|
declare const MdStaticCardColorHeader: FC<MdStaticCardColorHeaderProps>;
|
|
@@ -26720,14 +26720,14 @@ function pR(e) {
|
|
|
26720
26720
|
case 1:
|
|
26721
26721
|
return t !== "all" ? [3, 3] : [4, import(
|
|
26722
26722
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
26723
|
-
"./allPathsLoader-
|
|
26723
|
+
"./allPathsLoader-CS5mJvrc.js"
|
|
26724
26724
|
)];
|
|
26725
26725
|
case 2:
|
|
26726
26726
|
return [2, n.sent().allPathsLoader];
|
|
26727
26727
|
case 3:
|
|
26728
26728
|
return [4, import(
|
|
26729
26729
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
26730
|
-
"./splitPathsBySizeLoader-
|
|
26730
|
+
"./splitPathsBySizeLoader-DAMStkKf.js"
|
|
26731
26731
|
)];
|
|
26732
26732
|
case 4:
|
|
26733
26733
|
return [2, n.sent().splitPathsBySizeLoader];
|
|
@@ -32011,17 +32011,18 @@ const m9 = ({ shorcut: e, actionbar: r, week: t, displayDays: n }) => {
|
|
|
32011
32011
|
TitleColor: a = "#333",
|
|
32012
32012
|
ContentColor: i = "#555",
|
|
32013
32013
|
backgroundColor: l = "#fff",
|
|
32014
|
-
|
|
32015
|
-
|
|
32014
|
+
maxHeight: s = "max-h-40",
|
|
32015
|
+
children: u,
|
|
32016
|
+
...c
|
|
32016
32017
|
}) => {
|
|
32017
|
-
const
|
|
32018
|
+
const g = c.showTitle ? c.showTitle : !1, m = c.link ? c.link : !1;
|
|
32018
32019
|
return /* @__PURE__ */ T.jsxs(
|
|
32019
32020
|
Bi,
|
|
32020
32021
|
{
|
|
32021
32022
|
style: {
|
|
32022
32023
|
borderRadius: `${o}px`
|
|
32023
32024
|
},
|
|
32024
|
-
...
|
|
32025
|
+
...c,
|
|
32025
32026
|
interactive: !0,
|
|
32026
32027
|
elevation: Ds.TWO,
|
|
32027
32028
|
children: [
|
|
@@ -32029,14 +32030,21 @@ const m9 = ({ shorcut: e, actionbar: r, week: t, displayDays: n }) => {
|
|
|
32029
32030
|
backgroundColor: l,
|
|
32030
32031
|
margin: "-20px",
|
|
32031
32032
|
borderRadius: `${o}px ${o}px 0px 0px`
|
|
32032
|
-
}, placeholder: void 0, children:
|
|
32033
|
+
}, placeholder: void 0, children: g && /* @__PURE__ */ T.jsx("h3", { style: {
|
|
32033
32034
|
color: a,
|
|
32034
32035
|
fontSize: n,
|
|
32035
32036
|
fontWeight: "bold",
|
|
32036
32037
|
display: "flex"
|
|
32037
32038
|
// justifyContent: Align,
|
|
32038
|
-
}, children:
|
|
32039
|
-
/* @__PURE__ */ T.jsx(ce.CardBody, {
|
|
32039
|
+
}, children: m ? /* @__PURE__ */ T.jsx("a", { href: m, style: { color: a }, children: e }) : e }) }),
|
|
32040
|
+
/* @__PURE__ */ T.jsx(ce.CardBody, { className: `${s} overflow-auto mt-6`, style: {
|
|
32041
|
+
/* width */
|
|
32042
|
+
scrollbarWidth: "thin",
|
|
32043
|
+
scrollbarColor: "#888 #f1f1f1",
|
|
32044
|
+
scrollMarginBlockEnd: "10px",
|
|
32045
|
+
marginRight: "-20px",
|
|
32046
|
+
marginBottom: "-15px"
|
|
32047
|
+
}, placeholder: void 0, children: u })
|
|
32040
32048
|
]
|
|
32041
32049
|
}
|
|
32042
32050
|
);
|
package/dist/md-component.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a1 as s, an as i, aa as e, ab as c, au as o, aw as M, ax as S, aB as r, aA as l, az as n, av as u, ar as T, aq as g, O as p, K as C, N as F, J as f, L as m, a4 as B, ah as D, al as P, ai as w, aj as I, am as b, ak as x, P as h, a6 as y, c as k, v as G, af as E, k as v, j as H, ag as L, Q as N, R as A, d as R, b as Q, t as W, S as j, T as q, as as z, ae as O, U, ap as V, ac as J, ad as K, at as X, $ as Y, a0 as Z, a9 as $, a2 as _, V as aa, e as ta, q as da, M as sa, aC as ia, aD as ea, aE as ca, ay as oa, a3 as Ma, i as Sa, W as ra, ao as la, l as na, a8 as ua, o as Ta, g as ga, s as pa, f as Ca, u as Fa, n as fa, w as ma, x as Ba, y as Da, z as Pa, A as wa, B as Ia, C as ba, m as xa, h as ha, Y as ya, D as ka, G as Ga, H as Ea, E as va, F as Ha, Z as La, a5 as Na, a7 as Aa, r as Ra, X as Qa } from "./index-
|
|
1
|
+
import { a1 as s, an as i, aa as e, ab as c, au as o, aw as M, ax as S, aB as r, aA as l, az as n, av as u, ar as T, aq as g, O as p, K as C, N as F, J as f, L as m, a4 as B, ah as D, al as P, ai as w, aj as I, am as b, ak as x, P as h, a6 as y, c as k, v as G, af as E, k as v, j as H, ag as L, Q as N, R as A, d as R, b as Q, t as W, S as j, T as q, as as z, ae as O, U, ap as V, ac as J, ad as K, at as X, $ as Y, a0 as Z, a9 as $, a2 as _, V as aa, e as ta, q as da, M as sa, aC as ia, aD as ea, aE as ca, ay as oa, a3 as Ma, i as Sa, W as ra, ao as la, l as na, a8 as ua, o as Ta, g as ga, s as pa, f as Ca, u as Fa, n as fa, w as ma, x as Ba, y as Da, z as Pa, A as wa, B as Ia, C as ba, m as xa, h as ha, Y as ya, D as ka, G as Ga, H as Ea, E as va, F as Ha, Z as La, a5 as Na, a7 as Aa, r as Ra, X as Qa } from "./index-Ca30mhGi.js";
|
|
2
2
|
import "react";
|
|
3
3
|
export {
|
|
4
4
|
s as DynamicModal,
|