@homebound/beam 3.90.0 → 3.90.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/index.cjs +3 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -19535,7 +19535,7 @@ function AiLoadingPanel(props) {
|
|
|
19535
19535
|
return (
|
|
19536
19536
|
// `status` rather than `alert` so assistive tech waits for a pause instead of interrupting, and
|
|
19537
19537
|
// `aria-busy` so it knows the surrounding content is still settling.
|
|
19538
|
-
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(AiPanel, { role: "status", "aria-busy": true, ...tid, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("div", { className: "df fdc aic gap1 w100", children: [
|
|
19538
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(AiPanel, { role: "status", "aria-busy": true, ...tid, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("div", { className: "df fdc aic gap1 w100 pl1 pr1", children: [
|
|
19539
19539
|
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(AiLoader, {}),
|
|
19540
19540
|
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)("span", { className: "fw6 fz_18px lh_28px purple700 aiBoldBg bgcl_text WebkitBackgroundClip_text wktfc_transparent", ...tid.title, children: title }),
|
|
19541
19541
|
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)("span", { ...(0, import_runtime83.trussProps)({
|
|
@@ -19560,10 +19560,8 @@ function AiSlimBanner(props) {
|
|
|
19560
19560
|
action
|
|
19561
19561
|
} = props;
|
|
19562
19562
|
const tid = useTestIds(props, "aiSlimBanner");
|
|
19563
|
-
return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)("div", { className: "df
|
|
19564
|
-
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Icon, { icon: "aiStar", inc: 1.5
|
|
19565
|
-
flexShrink: "fs0"
|
|
19566
|
-
} }),
|
|
19563
|
+
return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)("div", { className: "df ais gap2 w100 pl2 pr2 fw4 fz_12px lh_16px aiBackground", ...tid, children: [
|
|
19564
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)("span", { className: "df aic fs0 pt1 pb1 h_32px", children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Icon, { icon: "aiStar", inc: 1.5 }) }),
|
|
19567
19565
|
/* @__PURE__ */ (0, import_jsx_runtime111.jsxs)("div", { className: "df aic jcsb gap2 fg1 mw0", children: [
|
|
19568
19566
|
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)("span", { className: "fw6 fz_12px lh_16px purple700 aiBoldBg bgcl_text WebkitBackgroundClip_text wktfc_transparent pt1 pb1 mw0", ...tid.title, children: title }),
|
|
19569
19567
|
action && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("div", { className: "fs0", children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Button, { ...action, variant: "text" }) })
|