@banyan_cloud/roots 2.0.15 → 2.0.17

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/esm/index.js CHANGED
@@ -16177,8 +16177,8 @@ var CapsulePolarChart = function CapsulePolarChart(_ref) {
16177
16177
  });
16178
16178
  };
16179
16179
 
16180
- var css$12 = ".BasePieChart_module_root__67603ea6 {\n width: 100%;\n contain-intrinsic-height: 90%;\n font-family: Poppins !important;\n}\n.BasePieChart_module_root__67603ea6 > canvas {\n width: -moz-fit-content !important;\n width: fit-content !important;\n}\n\n.BasePieChart_module_legend__67603ea6 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n gap: 0.625rem;\n}";
16181
- var modules_c20882aa = {"root":"BasePieChart_module_root__67603ea6","legend":"BasePieChart_module_legend__67603ea6"};
16180
+ var css$12 = ".BasePieChart_module_root__35ee6501 {\n width: 100%;\n contain-intrinsic-height: 90%;\n font-family: Poppins !important;\n}\n.BasePieChart_module_root__35ee6501 > canvas {\n width: -moz-fit-content !important;\n width: fit-content !important;\n}\n\n.BasePieChart_module_legend__35ee6501 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n gap: 0.625rem;\n}\n.BasePieChart_module_legend__35ee6501 > span {\n width: 5rem !important;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n display: inline-block;\n}";
16181
+ var modules_c20882aa = {"root":"BasePieChart_module_root__35ee6501","legend":"BasePieChart_module_legend__35ee6501"};
16182
16182
  n(css$12,{});
16183
16183
 
16184
16184
  var css$11 = ".Skeleton_module_root__ecbd3e3d {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n width: 100%;\n height: 100%;\n overflow: hidden;\n position: relative;\n}\n.Skeleton_module_root__ecbd3e3d > .Skeleton_module_outer__ecbd3e3d,\n.Skeleton_module_root__ecbd3e3d > .Skeleton_module_inner__ecbd3e3d {\n max-width: 100%;\n max-height: 100%;\n}\n.Skeleton_module_root__ecbd3e3d > .Skeleton_module_inner__ecbd3e3d {\n position: absolute;\n opacity: 1;\n}\n.Skeleton_module_root__ecbd3e3d span.Skeleton_module_line__ecbd3e3d {\n opacity: 1;\n height: 0.5rem;\n position: absolute;\n transform-origin: left;\n}\n.Skeleton_module_root__ecbd3e3d span.Skeleton_module_line__ecbd3e3d:nth-last-of-type(1) {\n transform: translateX(3.25rem) rotate(45deg);\n}\n.Skeleton_module_root__ecbd3e3d span.Skeleton_module_line__ecbd3e3d:nth-last-of-type(2) {\n transform: translateX(3.25rem) rotate(-75deg);\n}\n.Skeleton_module_root__ecbd3e3d span.Skeleton_module_line__ecbd3e3d:nth-last-of-type(3) {\n transform: translateX(3.25rem) rotate(-10deg);\n}\n.Skeleton_module_root__ecbd3e3d.Skeleton_module_lightTheme__ecbd3e3d > .Skeleton_module_inner__ecbd3e3d {\n background: var(--white);\n}\n.Skeleton_module_root__ecbd3e3d.Skeleton_module_lightTheme__ecbd3e3d span.Skeleton_module_line__ecbd3e3d {\n background: var(--white);\n}\n.Skeleton_module_root__ecbd3e3d.Skeleton_module_darkTheme__ecbd3e3d > .Skeleton_module_inner__ecbd3e3d {\n background: var(--menu-black);\n}\n.Skeleton_module_root__ecbd3e3d.Skeleton_module_darkTheme__ecbd3e3d span.Skeleton_module_line__ecbd3e3d {\n background: var(--menu-black);\n}";
@@ -19177,7 +19177,7 @@ var HierarchyItem = function HierarchyItem(props) {
19177
19177
  children: [jsx(BaseCell, {
19178
19178
  flexible: true,
19179
19179
  size: 'auto',
19180
- className: classes(modules_6d03d164.header, !count && modules_6d03d164.headerNoCount),
19180
+ className: classes(modules_6d03d164.header, count === undefined && modules_6d03d164.headerNoCount),
19181
19181
  component1: iconPlacement === 'left' ? icon : undefined,
19182
19182
  component2: isSearching && open ? jsx("div", {
19183
19183
  className: modules_6d03d164.searchFieldWrapper,
@@ -19237,7 +19237,7 @@ var HierarchyItem = function HierarchyItem(props) {
19237
19237
  color: 'default',
19238
19238
  className: modules_6d03d164.searchWrapper,
19239
19239
  onClick: function onClick() {
19240
- onSearchStart === null || onSearchStart === void 0 || onSearchStart(); // trigger search state in parent
19240
+ onSearchStart === null || onSearchStart === void 0 || onSearchStart(); // trigger search state in parent
19241
19241
  },
19242
19242
  title: jsx(MagnifyingGlass, {
19243
19243
  className: modules_6d03d164.searchButton
@@ -19279,7 +19279,7 @@ var Title = function Title(_ref) {
19279
19279
  }), jsx("span", {
19280
19280
  className: modules_5e29d515['item-title'],
19281
19281
  children: title
19282
- }), rightComponent && jsx("span", {
19282
+ }), rightComponent !== undefined && Number(rightComponent) !== 0 && jsx("span", {
19283
19283
  className: modules_5e29d515['item-count'],
19284
19284
  children: jsx("span", {
19285
19285
  className: modules_5e29d515['count-bg'],