@layerfi/components 0.1.134-alpha.1 → 0.1.135-alpha
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/cjs/index.cjs +11 -2
- package/dist/esm/index.mjs +11 -2
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -283,7 +283,7 @@ var getIntlLocale = (locale) => {
|
|
|
283
283
|
};
|
|
284
284
|
var package_default = {
|
|
285
285
|
name: "@layerfi/components",
|
|
286
|
-
version: "0.1.
|
|
286
|
+
version: "0.1.135-alpha",
|
|
287
287
|
description: "Layer React Components",
|
|
288
288
|
main: "dist/cjs/index.cjs",
|
|
289
289
|
module: "dist/esm/index.mjs",
|
|
@@ -49994,7 +49994,16 @@ var TaxEstimatesOnboardedViewContent = () => {
|
|
|
49994
49994
|
}),
|
|
49995
49995
|
showBanner && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(TaxBanner, { data: taxBannerData }) }),
|
|
49996
49996
|
route === TaxEstimatesRoute.Estimates && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(TaxDetails, {}),
|
|
49997
|
-
route === TaxEstimatesRoute.Payments && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(TaxPayments, {})
|
|
49997
|
+
route === TaxEstimatesRoute.Payments && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(TaxPayments, {}),
|
|
49998
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(Container, {
|
|
49999
|
+
name: "TaxEstimatesDisclaimer",
|
|
50000
|
+
transparentBg: true,
|
|
50001
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(P, {
|
|
50002
|
+
size: "xs",
|
|
50003
|
+
variant: "subtle",
|
|
50004
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("em", { children: t("taxEstimates:disclaimer.content", "The Tax Estimates tool and related content are for informational purposes only, and are not intended as legal, accounting, or tax advice, or a substitute for professional counsel. We are not a financial planner or tax advisor, and users assume sole responsibility for their tax obligations, accuracy of data, and compliance with laws. All calculations are estimated and may contain errors, and are based only on the information you provide to us.") })
|
|
50005
|
+
})
|
|
50006
|
+
})
|
|
49998
50007
|
]
|
|
49999
50008
|
});
|
|
50000
50009
|
};
|
package/dist/esm/index.mjs
CHANGED
|
@@ -255,7 +255,7 @@ var getIntlLocale = (locale) => {
|
|
|
255
255
|
};
|
|
256
256
|
var package_default = {
|
|
257
257
|
name: "@layerfi/components",
|
|
258
|
-
version: "0.1.
|
|
258
|
+
version: "0.1.135-alpha",
|
|
259
259
|
description: "Layer React Components",
|
|
260
260
|
main: "dist/cjs/index.cjs",
|
|
261
261
|
module: "dist/esm/index.mjs",
|
|
@@ -46635,7 +46635,16 @@ var TaxEstimatesOnboardedViewContent = () => {
|
|
|
46635
46635
|
}),
|
|
46636
46636
|
showBanner && /* @__PURE__ */ jsx(Fragment$1, { children: /* @__PURE__ */ jsx(TaxBanner, { data: taxBannerData }) }),
|
|
46637
46637
|
route === TaxEstimatesRoute.Estimates && /* @__PURE__ */ jsx(TaxDetails, {}),
|
|
46638
|
-
route === TaxEstimatesRoute.Payments && /* @__PURE__ */ jsx(TaxPayments, {})
|
|
46638
|
+
route === TaxEstimatesRoute.Payments && /* @__PURE__ */ jsx(TaxPayments, {}),
|
|
46639
|
+
/* @__PURE__ */ jsx(Container, {
|
|
46640
|
+
name: "TaxEstimatesDisclaimer",
|
|
46641
|
+
transparentBg: true,
|
|
46642
|
+
children: /* @__PURE__ */ jsx(P, {
|
|
46643
|
+
size: "xs",
|
|
46644
|
+
variant: "subtle",
|
|
46645
|
+
children: /* @__PURE__ */ jsx("em", { children: t("taxEstimates:disclaimer.content", "The Tax Estimates tool and related content are for informational purposes only, and are not intended as legal, accounting, or tax advice, or a substitute for professional counsel. We are not a financial planner or tax advisor, and users assume sole responsibility for their tax obligations, accuracy of data, and compliance with laws. All calculations are estimated and may contain errors, and are based only on the information you provide to us.") })
|
|
46646
|
+
})
|
|
46647
|
+
})
|
|
46639
46648
|
]
|
|
46640
46649
|
});
|
|
46641
46650
|
};
|