@burdenoff/fe-libs 2026.805.3 → 2026.805.4
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.
|
@@ -168,7 +168,7 @@ var p = ({ products: e, currentProductId: l, onProductChange: p, compact: m = !1
|
|
|
168
168
|
}),
|
|
169
169
|
e.comingSoon ? /* @__PURE__ */ o("span", {
|
|
170
170
|
className: "shrink-0 whitespace-nowrap rounded-full border border-border-subtle bg-bg-sunken px-1.5 py-0.5 text-[10px] font-medium uppercase tracking-wide text-text-secondary",
|
|
171
|
-
children: "Soon"
|
|
171
|
+
children: h("productSwitcher.soon", "Soon")
|
|
172
172
|
}) : e.id === l && /* @__PURE__ */ o("svg", {
|
|
173
173
|
className: "size-5 text-action-primary-bg",
|
|
174
174
|
fill: "currentColor",
|
|
@@ -28,7 +28,7 @@ function s({ searchMode: s, onSearchModeChange: c, showAdvanced: l, onToggleAdva
|
|
|
28
28
|
"aria-expanded": l,
|
|
29
29
|
children: [
|
|
30
30
|
/* @__PURE__ */ a(i, { className: "size-3" }),
|
|
31
|
-
"Filters",
|
|
31
|
+
d("search.filters", "Filters"),
|
|
32
32
|
a(l ? r : n, { className: "size-3" })
|
|
33
33
|
]
|
|
34
34
|
})]
|