@homebound/beam 3.27.0 → 3.27.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 +2 -2
- 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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/truss.css +4 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -6396,7 +6396,7 @@ declare function EnvironmentBanner(props: EnvironmentBannerProps): JSX.Element |
|
|
|
6396
6396
|
/** True when {@link EnvironmentBanner} should display: `dev`, `qa`, `local-prod`, or `prod` while impersonating. */
|
|
6397
6397
|
declare function shouldShowEnvironmentBanner(env: AppEnvironment, impersonating: ImpersonatedUser | undefined): boolean;
|
|
6398
6398
|
/** Fixed banner height (px); {@link EnvironmentBannerLayout} reads this for spacer/CSS var offsets. */
|
|
6399
|
-
declare const environmentBannerSizePx =
|
|
6399
|
+
declare const environmentBannerSizePx = 34;
|
|
6400
6400
|
|
|
6401
6401
|
/** App-hosted favicon URLs; `default` is required for envs without a dedicated entry (e.g. `local`). */
|
|
6402
6402
|
type EnvironmentFaviconUrls = Partial<Record<AppEnvironment, string>> & {
|
package/dist/index.d.ts
CHANGED
|
@@ -6396,7 +6396,7 @@ declare function EnvironmentBanner(props: EnvironmentBannerProps): JSX.Element |
|
|
|
6396
6396
|
/** True when {@link EnvironmentBanner} should display: `dev`, `qa`, `local-prod`, or `prod` while impersonating. */
|
|
6397
6397
|
declare function shouldShowEnvironmentBanner(env: AppEnvironment, impersonating: ImpersonatedUser | undefined): boolean;
|
|
6398
6398
|
/** Fixed banner height (px); {@link EnvironmentBannerLayout} reads this for spacer/CSS var offsets. */
|
|
6399
|
-
declare const environmentBannerSizePx =
|
|
6399
|
+
declare const environmentBannerSizePx = 34;
|
|
6400
6400
|
|
|
6401
6401
|
/** App-hosted favicon URLs; `default` is required for envs without a dedicated entry (e.g. `local`). */
|
|
6402
6402
|
type EnvironmentFaviconUrls = Partial<Record<AppEnvironment, string>> & {
|
package/dist/index.js
CHANGED
|
@@ -21579,7 +21579,7 @@ function EnvironmentBanner(props) {
|
|
|
21579
21579
|
}), role: "banner", ...tid, children: [
|
|
21580
21580
|
getInvertedCorner("left", bgColorVar),
|
|
21581
21581
|
getInvertedCorner("right", bgColorVar),
|
|
21582
|
-
/* @__PURE__ */ jsxs83("div", { className: "relative z2 df aic jcsb h100
|
|
21582
|
+
/* @__PURE__ */ jsxs83("div", { className: "relative z2 df aic jcsb h100 pl1 mdandup_pl5 pr1 mdandup_pr5", ...tid.content, children: [
|
|
21583
21583
|
/* @__PURE__ */ jsxs83("span", { className: "df aic gap2 fg1 mh0 oh", ...tid.left, children: [
|
|
21584
21584
|
/* @__PURE__ */ jsx163(Tag, { text: badgeLabel, xss: {
|
|
21585
21585
|
backgroundColor: "bgColor_FFFFFF90"
|
|
@@ -21690,7 +21690,7 @@ function getInvertedCorner(side, bgColorVar) {
|
|
|
21690
21690
|
} : {}
|
|
21691
21691
|
}) }) });
|
|
21692
21692
|
}
|
|
21693
|
-
var environmentBannerSizePx =
|
|
21693
|
+
var environmentBannerSizePx = 34;
|
|
21694
21694
|
|
|
21695
21695
|
// src/components/EnvironmentBanner/setEnvironmentFavicon.ts
|
|
21696
21696
|
function setEnvironmentFavicon(env, favicons) {
|