@paro.io/expert-shared-components 1.14.45 → 1.14.46

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/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paro.io/expert-shared-components",
3
- "version": "1.14.45",
3
+ "version": "1.14.46",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -100,7 +100,7 @@ function TaxAxisClientReport({ profile, onBack, onNavigatePreparer }) {
100
100
  .report-meta { break-inside: avoid; page-break-inside: avoid; }
101
101
  .toc-page { break-after: page; page-break-after: always; }
102
102
  * { color-adjust: exact; -webkit-print-color-adjust: exact; }
103
- p, span, div, td, th, li { color: #212529 !important; }
103
+ body, p, span, div, td, th, li { color: #212529 !important; }
104
104
  h1, h2, h3, h4, h5, h6, strong, b { color: #060821 !important; }
105
105
  }
106
106
  `),
@@ -72,9 +72,7 @@ function DashboardActions({ profile, dashEligible, computed, onDownloadPreparer,
72
72
  data_1.STRATEGIES.length,
73
73
  " strategies \u2014 use this to close the engagement or expand scope."),
74
74
  react_1.default.createElement("div", { className: "flex gap-2.5 flex-wrap" },
75
- react_1.default.createElement(TaxAxisButton_1.TaxAxisButton, { variant: "orange", onClick: onSend }, "Send Report to Client"),
76
- react_1.default.createElement(TaxAxisButton_1.TaxAxisButton, { onClick: onPresent }, "Present to Client"),
77
- react_1.default.createElement(TaxAxisButton_1.TaxAxisButton, { variant: "secondary" }, "Generate Engagement Letter")))),
75
+ react_1.default.createElement(TaxAxisButton_1.TaxAxisButton, { onClick: onPresent }, "Present to Client")))),
78
76
  react_1.default.createElement("div", { className: "flex gap-4 mt-4 pt-3.5", style: { borderTop: "1px solid rgba(36,131,132,0.15)" } }, [
79
77
  { v: "3x", l: "Faster than Manual" },
80
78
  { v: "25", l: "Strategies Scanned" },
@@ -218,7 +218,8 @@ function TaxAxisDashboard({ profile, onDownloadClient, onDownloadPreparer, onPre
218
218
  } },
219
219
  react_1.default.createElement("strong", null, "\u00A76694 Preparer Compliance \u2014 "),
220
220
  "All HIGH priority strategies hold Substantial Authority (established IRS guidance supporting the position). No elevated preparer penalty exposure for positions taken on these strategies. OBBBA strategies default to Reasonable Basis pending IRS guidance \u2014 CPA verification required before filing."),
221
- react_1.default.createElement(TaxAxisButton_1.TaxAxisButton, { onClick: onDownloadPreparer, className: "w-full" }, "Download Full Preparer Report"))) : (
221
+ react_1.default.createElement("div", { style: { position: "sticky", bottom: 24, zIndex: 10, paddingTop: 12, background: "linear-gradient(to bottom, transparent 0%, #060821 24%)" } },
222
+ react_1.default.createElement(TaxAxisButton_1.TaxAxisButton, { onClick: onDownloadPreparer, className: "w-full" }, "Download Full Preparer Report")))) : (
222
223
  /* ═══ CLIENT SUMMARY — Timeline View ═══ */
223
224
  react_1.default.createElement("div", null,
224
225
  react_1.default.createElement("p", { className: "text-sm text-tax-axis-text leading-[1.7] mb-6 font-tax-axis-body" },
@@ -8,7 +8,7 @@ const react_1 = __importDefault(require("react"));
8
8
  const TaxAxisButton_1 = require("../shared/TaxAxisButton");
9
9
  const TaxAxisBadge_1 = require("../shared/TaxAxisBadge");
10
10
  function IntakeCtaCards({ onProspect, onFullAnalysis, userContext = "expert", }) {
11
- return (react_1.default.createElement("div", { className: "grid grid-cols-2 gap-3" },
11
+ return (react_1.default.createElement("div", { className: "grid grid-cols-2 gap-3", style: { position: "sticky", bottom: 0, zIndex: 10, paddingTop: 12, paddingBottom: 4, background: "linear-gradient(to bottom, transparent 0%, #060821 16%)" } },
12
12
  react_1.default.createElement("div", { className: "bg-tax-axis-surface border border-tax-axis-border rounded-xl p-4 min-h-[140px] flex flex-col transition-all" },
13
13
  react_1.default.createElement("div", { className: "text-[11px] font-bold text-tax-axis-orange uppercase tracking-widest mb-2.5 font-tax-axis-body" }, "Prospect Report"),
14
14
  react_1.default.createElement("div", { className: "text-xs text-tax-axis-text-3 font-tax-axis-body mb-3" }, "Top 3 strategies \u00B7 Savings ranges \u00B7 ~2 min \u00B7 No docs"),
@@ -111,7 +111,7 @@ function TaxAxisPreparerWorkpaper({ profile, onBack, onToggleToClient }) {
111
111
  .flex.flex-col.w-full { margin-top: 0 !important; }
112
112
  main.w-full { width: 100% !important; margin-left: 0 !important; padding: 0 !important; }
113
113
  * { color-adjust: exact; -webkit-print-color-adjust: exact; }
114
- p, span, div, td, th, li { color: #212529 !important; }
114
+ body, p, span, div, td, th, li { color: #212529 !important; }
115
115
  h1, h2, h3, h4, h5, h6, strong, b { color: #060821 !important; }
116
116
  }
117
117
  `),
@@ -16,6 +16,8 @@ function ProspectPrintView({ profile, bizName, displayLo, displayHi, currentTax,
16
16
  body * { visibility: hidden !important; }
17
17
  .prospect-print-root, .prospect-print-root * { visibility: visible !important; }
18
18
  .prospect-print-root { position: absolute !important; left: 0 !important; top: 0 !important; width: 100% !important; }
19
+ body, p, span, div, td, th, li { color: #212529 !important; }
20
+ h1, h2, h3, h4, h5, h6, strong, b { color: #060821 !important; }
19
21
  .no-print { display: none !important; }
20
22
  }
21
23
  `),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paro.io/expert-shared-components",
3
- "version": "1.14.45",
3
+ "version": "1.14.46",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {