@mx-cartographer/experiences 8.0.13 → 8.0.14
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/CHANGELOG.md +6 -0
- package/dist/{ViewMoreMicroCard-D24H9kDm.mjs → ViewMoreMicroCard-BJOZcYnB.mjs} +511 -518
- package/dist/common/index.es.js +0 -1
- package/dist/core/types/AppData.d.ts +0 -1
- package/dist/microinsights/index.es.js +1 -1
- package/dist/microinsights/interfaces.d.ts +0 -1
- package/dist/trends/index.es.js +1 -2
- package/package.json +1 -1
package/dist/common/index.es.js
CHANGED
|
@@ -751,7 +751,6 @@ const k = {
|
|
|
751
751
|
show_carousel_card_border_in_pulse_micro_widget: !1,
|
|
752
752
|
show_cash_flow_widget_in_master: !0,
|
|
753
753
|
show_connections_widget_in_master: !0,
|
|
754
|
-
show_cta_colocated_with_text_in_pulse_micro_widget: !0,
|
|
755
754
|
show_debts_widget_in_master: !0,
|
|
756
755
|
show_finstrong_widget_in_master: !0,
|
|
757
756
|
show_full_experience_link_in_pulse_micro_widget: !1,
|
|
@@ -113,7 +113,6 @@ export interface Config {
|
|
|
113
113
|
show_carousel_card_border_in_pulse_micro_widget: boolean;
|
|
114
114
|
show_cash_flow_widget_in_master: boolean;
|
|
115
115
|
show_connections_widget_in_master: boolean;
|
|
116
|
-
show_cta_colocated_with_text_in_pulse_micro_widget: boolean;
|
|
117
116
|
show_debts_widget_in_master: boolean;
|
|
118
117
|
show_finstrong_widget_in_master: boolean;
|
|
119
118
|
show_full_experience_link_in_pulse_micro_widget: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as u, B as s, C as c, a as v, b as C, I as R, M as H, d as M, c as F, N as V, V as k, Z as x } from "../ViewMoreMicroCard-
|
|
1
|
+
import { A as u, B as s, C as c, a as v, b as C, I as R, M as H, d as M, c as F, N as V, V as k, Z as x } from "../ViewMoreMicroCard-BJOZcYnB.mjs";
|
|
2
2
|
import { jsx as e, jsxs as l } from "react/jsx-runtime";
|
|
3
3
|
const a = ({
|
|
4
4
|
color: i = "currentColor",
|
|
@@ -2,7 +2,6 @@ import { Beat } from '../core/types/Beat';
|
|
|
2
2
|
export interface MicroWidgetProps {
|
|
3
3
|
allowSingleCardPeeking?: boolean;
|
|
4
4
|
ariaLabel?: string;
|
|
5
|
-
showCTAColocatedWithText?: boolean;
|
|
6
5
|
heightOverrides?: number | string;
|
|
7
6
|
isActiveCard?: boolean;
|
|
8
7
|
onCardClick?: (beat?: Beat | undefined) => void;
|
package/dist/trends/index.es.js
CHANGED
|
@@ -30,7 +30,7 @@ import zt from "@mui/material/ToggleButton";
|
|
|
30
30
|
import Kt from "@mui/material/ToggleButtonGroup";
|
|
31
31
|
import { parseISO as lt } from "date-fns/parseISO";
|
|
32
32
|
import { H as ke } from "../HeaderCell-P8w6CmfO.mjs";
|
|
33
|
-
import { T as W, b as Yt } from "../ViewMoreMicroCard-
|
|
33
|
+
import { T as W, b as Yt } from "../ViewMoreMicroCard-BJOZcYnB.mjs";
|
|
34
34
|
import { useGridApiContext as jt, useGridRootProps as Ut, DataGridPro as Xt } from "@mui/x-data-grid-pro";
|
|
35
35
|
import Zt from "@mui/material/Badge";
|
|
36
36
|
import Qt from "@mui/material/IconButton";
|
|
@@ -1232,7 +1232,6 @@ const Lo = g.memo(Io), Qe = ({
|
|
|
1232
1232
|
logOutUser: m,
|
|
1233
1233
|
onCardClick: _,
|
|
1234
1234
|
showBorder: !0,
|
|
1235
|
-
showCTAColocatedWithText: !1,
|
|
1236
1235
|
showCarouselControls: !0,
|
|
1237
1236
|
showHeader: l,
|
|
1238
1237
|
showIcon: !0,
|