@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.cjs
CHANGED
|
@@ -22037,7 +22037,7 @@ function EnvironmentBanner(props) {
|
|
|
22037
22037
|
}), role: "banner", ...tid, children: [
|
|
22038
22038
|
getInvertedCorner("left", bgColorVar),
|
|
22039
22039
|
getInvertedCorner("right", bgColorVar),
|
|
22040
|
-
/* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("div", { className: "relative z2 df aic jcsb h100
|
|
22040
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("div", { className: "relative z2 df aic jcsb h100 pl1 mdandup_pl5 pr1 mdandup_pr5", ...tid.content, children: [
|
|
22041
22041
|
/* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("span", { className: "df aic gap2 fg1 mh0 oh", ...tid.left, children: [
|
|
22042
22042
|
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(Tag, { text: badgeLabel, xss: {
|
|
22043
22043
|
backgroundColor: "bgColor_FFFFFF90"
|
|
@@ -22148,7 +22148,7 @@ function getInvertedCorner(side, bgColorVar) {
|
|
|
22148
22148
|
} : {}
|
|
22149
22149
|
}) }) });
|
|
22150
22150
|
}
|
|
22151
|
-
var environmentBannerSizePx =
|
|
22151
|
+
var environmentBannerSizePx = 34;
|
|
22152
22152
|
|
|
22153
22153
|
// src/components/EnvironmentBanner/setEnvironmentFavicon.ts
|
|
22154
22154
|
function setEnvironmentFavicon(env, favicons) {
|