@cdc/markup-include 4.23.11 → 4.24.1
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/cdcmarkupinclude.js +3 -3
- package/package.json +3 -3
package/dist/cdcmarkupinclude.js
CHANGED
|
@@ -3960,14 +3960,14 @@ const Wi = {
|
|
|
3960
3960
|
minus: Yc,
|
|
3961
3961
|
"filtered-text": Vc,
|
|
3962
3962
|
"filter-dropdowns": Wc
|
|
3963
|
-
}, qi = ({ display: e = "", base: t, alt: r = "", size: n, color: o, style: i, ...a }) => {
|
|
3963
|
+
}, qi = ({ display: e = "", base: t = void 0, alt: r = "", size: n = void 0, color: o = void 0, style: i = void 0, ...a }) => {
|
|
3964
3964
|
const s = Wi[e] || null, l = { ...a };
|
|
3965
3965
|
delete l.className;
|
|
3966
3966
|
const c = {
|
|
3967
|
-
...i,
|
|
3968
3967
|
color: o || null,
|
|
3969
3968
|
width: n ? n + "px" : null,
|
|
3970
|
-
cursor: e === "move" ? "move" : "default"
|
|
3969
|
+
cursor: e === "move" ? "move" : "default",
|
|
3970
|
+
...i
|
|
3971
3971
|
};
|
|
3972
3972
|
return /* @__PURE__ */ D(ai, { children: t ? /* @__PURE__ */ D(s, { title: r }) : /* @__PURE__ */ D("span", { className: `cove-icon${a.className ? " " + a.className : ""}`, style: c, ...l, children: /* @__PURE__ */ D(s, { title: r }) }) });
|
|
3973
3973
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cdc/markup-include",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.24.1",
|
|
4
4
|
"description": "React component for displaying HTML content from an outside link",
|
|
5
5
|
"moduleName": "CdcMarkupInclude",
|
|
6
6
|
"main": "dist/cdcmarkupinclude",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"homepage": "https://github.com/CDCgov/cdc-open-viz#readme",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@cdc/core": "^4.
|
|
29
|
+
"@cdc/core": "^4.24.1",
|
|
30
30
|
"axios": "^1.6.0",
|
|
31
31
|
"chroma": "0.0.1",
|
|
32
32
|
"chroma-js": "^2.1.0",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"react": "^18.2.0",
|
|
39
39
|
"react-dom": "^18.2.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "a352a3f74f4b681191e3244061dbb3621f36eec3"
|
|
42
42
|
}
|