sass-cms-template-common 0.0.24 → 0.0.25
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/index.d.ts +3 -1
- package/dist/index.js +10 -9
- package/dist/index.js.map +1 -1
- package/dist/server.js +1 -1
- package/dist/{services-xDvlUc4t.js → services-DoVB2Gol.js} +10 -1
- package/dist/services-DoVB2Gol.js.map +1 -0
- package/package.json +1 -1
- package/dist/services-xDvlUc4t.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -3342,7 +3342,7 @@ export declare type DropdownOption = {
|
|
|
3342
3342
|
|
|
3343
3343
|
export declare type EditorialOpportunityColors = typeof editorialOpportunityColors;
|
|
3344
3344
|
|
|
3345
|
-
export declare const editorialOpportunityColors: Record<"accent" | "text" | "topicBg" | "topicHoverBg" | "topicBorder" | "trending" | "listRowHover" | "assignBtnHover", string>;
|
|
3345
|
+
export declare const editorialOpportunityColors: Record<"accent" | "text" | "topicBg" | "topicHoverBg" | "topicBorder" | "trending" | "listRowHover" | "assignBtnHover" | "generateBtn" | "generateBtnHover", string>;
|
|
3346
3346
|
|
|
3347
3347
|
export declare const enMessages: {
|
|
3348
3348
|
readonly navigation: {
|
|
@@ -7038,6 +7038,8 @@ export declare const SelectStyles: {
|
|
|
7038
7038
|
export declare const shadows: {
|
|
7039
7039
|
/** Botones (CTA y blancos). */
|
|
7040
7040
|
readonly button: "0 1px 2px rgba(0, 0, 0, 0.10)";
|
|
7041
|
+
/** Botón con elevación apenas perceptible (píldoras compactas, split-pill). */
|
|
7042
|
+
readonly buttonSoft: "0 1px 2px rgba(0, 0, 0, 0.06)";
|
|
7041
7043
|
/** Menús con elevación M3 nivel 2 (perfil, selector de sitios). */
|
|
7042
7044
|
readonly menu: "0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 8px 3px rgba(0, 0, 0, 0.15)";
|
|
7043
7045
|
/** Paper suave y difuso (dropdowns genéricos). */
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as e, A as t, B as n, C as r, Ct as i, D as a, E as o, Et as s, F as c, G as l, H as u, I as d, J as f, K as p, L as m, M as h, N as g, O as _, P as v, Q as y, R as b, S as x, St as S, T as C, Tt as w, U as T, V as E, W as D, X as O, Y as ee, Z as te, _ as ne, _t as k, a as re, at as ie, b as ae, bt as oe, c as se, ct as ce, d as le, dt as ue, et as de, f as fe, ft as pe, g as me, gt as he, h as ge, ht as _e, i as ve, it as ye, j as be, k as xe, l as Se, lt as Ce, m as we, mt as Te, n as Ee, nt as De, o as Oe, ot as ke, p as Ae, pt as A, q as je, r as Me, rt as Ne, s as Pe, st as Fe, t as Ie, tt as Le, u as Re, ut as ze, v as Be, vt as j, w as Ve, wt as He, x as Ue, xt as M, y as We, yt as Ge, z as Ke } from "./services-
|
|
1
|
+
import { $ as e, A as t, B as n, C as r, Ct as i, D as a, E as o, Et as s, F as c, G as l, H as u, I as d, J as f, K as p, L as m, M as h, N as g, O as _, P as v, Q as y, R as b, S as x, St as S, T as C, Tt as w, U as T, V as E, W as D, X as O, Y as ee, Z as te, _ as ne, _t as k, a as re, at as ie, b as ae, bt as oe, c as se, ct as ce, d as le, dt as ue, et as de, f as fe, ft as pe, g as me, gt as he, h as ge, ht as _e, i as ve, it as ye, j as be, k as xe, l as Se, lt as Ce, m as we, mt as Te, n as Ee, nt as De, o as Oe, ot as ke, p as Ae, pt as A, q as je, r as Me, rt as Ne, s as Pe, st as Fe, t as Ie, tt as Le, u as Re, ut as ze, v as Be, vt as j, w as Ve, wt as He, x as Ue, xt as M, y as We, yt as Ge, z as Ke } from "./services-DoVB2Gol.js";
|
|
2
2
|
import { ThemeProvider as qe, alpha as N, createTheme as Je, useColorScheme as Ye } from "@mui/material/styles";
|
|
3
3
|
import { Fragment as Xe, cloneElement as Ze, createContext as Qe, forwardRef as $e, isValidElement as et, useCallback as tt, useContext as nt, useEffect as P, useId as rt, useMemo as F, useRef as it, useState as I } from "react";
|
|
4
4
|
import { Fragment as L, jsx as R, jsxs as z } from "react/jsx-runtime";
|
|
@@ -4243,7 +4243,7 @@ var X = {
|
|
|
4243
4243
|
gap: .25,
|
|
4244
4244
|
fontSize: 11,
|
|
4245
4245
|
fontWeight: 700,
|
|
4246
|
-
color:
|
|
4246
|
+
color: A.primary
|
|
4247
4247
|
},
|
|
4248
4248
|
sxOpportunityTrendingIcon: { fontSize: 16 },
|
|
4249
4249
|
sxOpportunityTopicTitle: {
|
|
@@ -4488,12 +4488,12 @@ function Ji({ item: e, open: t, onToggle: n, onRemindLater: r, onSeeMore: i, see
|
|
|
4488
4488
|
component: a ? "a" : "div",
|
|
4489
4489
|
...f,
|
|
4490
4490
|
"data-testid": `link-opportunity-${y(c.id || c.code || "top")}`,
|
|
4491
|
-
sx: X.sxOpportunityTopic(
|
|
4491
|
+
sx: X.sxOpportunityTopic(!0, !!a),
|
|
4492
4492
|
children: [
|
|
4493
4493
|
/* @__PURE__ */ z(U, {
|
|
4494
4494
|
component: "div",
|
|
4495
4495
|
variant: "caption",
|
|
4496
|
-
sx: X.sxOpportunityMeta(
|
|
4496
|
+
sx: X.sxOpportunityMeta(!0),
|
|
4497
4497
|
children: [/* @__PURE__ */ z(B, {
|
|
4498
4498
|
component: "span",
|
|
4499
4499
|
sx: X.sxOpportunityTrending,
|
|
@@ -4528,12 +4528,12 @@ function Ji({ item: e, open: t, onToggle: n, onRemindLater: r, onSeeMore: i, see
|
|
|
4528
4528
|
component: a ? "a" : "div",
|
|
4529
4529
|
...f,
|
|
4530
4530
|
"data-testid": `link-opportunity-${y(t.id || t.code || String(n + 1))}`,
|
|
4531
|
-
sx: X.sxOpportunityTopic(
|
|
4531
|
+
sx: X.sxOpportunityTopic(!1, !!a),
|
|
4532
4532
|
children: [
|
|
4533
4533
|
/* @__PURE__ */ R(U, {
|
|
4534
4534
|
component: "div",
|
|
4535
4535
|
variant: "caption",
|
|
4536
|
-
sx: X.sxOpportunityMeta(
|
|
4536
|
+
sx: X.sxOpportunityMeta(!1),
|
|
4537
4537
|
children: /* @__PURE__ */ z("span", { children: [
|
|
4538
4538
|
t.matchPercent,
|
|
4539
4539
|
"% ",
|
|
@@ -6754,15 +6754,16 @@ var ho = {
|
|
|
6754
6754
|
},
|
|
6755
6755
|
sxIcon: {
|
|
6756
6756
|
color: A.actionIcon,
|
|
6757
|
+
opacity: .5,
|
|
6757
6758
|
mb: "2px",
|
|
6758
6759
|
"& .MuiSvgIcon-root": {
|
|
6759
|
-
fontSize:
|
|
6760
|
+
fontSize: 46,
|
|
6760
6761
|
color: A.actionIcon
|
|
6761
6762
|
}
|
|
6762
6763
|
},
|
|
6763
6764
|
sxTitle: {
|
|
6764
6765
|
fontFamily: j.googleSans,
|
|
6765
|
-
fontWeight:
|
|
6766
|
+
fontWeight: 500,
|
|
6766
6767
|
fontSize: 16,
|
|
6767
6768
|
color: A.textStrong
|
|
6768
6769
|
},
|
|
@@ -6770,7 +6771,7 @@ var ho = {
|
|
|
6770
6771
|
fontFamily: j.googleSans,
|
|
6771
6772
|
fontWeight: 400,
|
|
6772
6773
|
fontSize: 14,
|
|
6773
|
-
color: A.
|
|
6774
|
+
color: A.actionIcon
|
|
6774
6775
|
}
|
|
6775
6776
|
};
|
|
6776
6777
|
//#endregion
|