analytica-frontend-lib 1.4.24 → 1.4.25
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/ActivityFilters/index.js +0 -2
- package/dist/ActivityFilters/index.js.map +1 -1
- package/dist/ActivityFilters/index.mjs +0 -2
- package/dist/ActivityFilters/index.mjs.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5775,7 +5775,6 @@ var SubjectsFilter = ({
|
|
|
5775
5775
|
value: noSubjectValue,
|
|
5776
5776
|
checked: selectedSubject === noSubjectValue,
|
|
5777
5777
|
onChange: () => onSubjectChange(noSubjectValue),
|
|
5778
|
-
labelClassName: "overflow-visible",
|
|
5779
5778
|
label: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "flex items-center gap-2 w-full min-w-0", children: [
|
|
5780
5779
|
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: "size-4 rounded-sm flex items-center justify-center shrink-0 text-text-600 bg-background-100", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_phosphor_react9.Prohibit, { size: 14, weight: "bold" }) }),
|
|
5781
5780
|
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
@@ -5798,7 +5797,6 @@ var SubjectsFilter = ({
|
|
|
5798
5797
|
value: area.id,
|
|
5799
5798
|
checked: selectedSubject === area.id,
|
|
5800
5799
|
onChange: () => onSubjectChange(area.id),
|
|
5801
|
-
labelClassName: "overflow-visible",
|
|
5802
5800
|
label: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "flex items-center gap-2 w-full min-w-0", children: [
|
|
5803
5801
|
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
5804
5802
|
"span",
|