@hybr1d-tech/charizard 0.4.101 → 0.4.103

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.
@@ -6,9 +6,11 @@ interface EmptyStateProps {
6
6
  flexDir?: 'row' | 'column';
7
7
  btnText?: string;
8
8
  onClick?: React.MouseEventHandler<HTMLButtonElement>;
9
+ customSvgStyles?: React.CSSProperties;
10
+ customSvgClassName?: string;
9
11
  }
10
12
  /**
11
13
  * adapts to parent's width and height
12
14
  */
13
- export declare function EmptyState({ icon, title, desc, flexDir, btnText, onClick, }: EmptyStateProps): import("react/jsx-runtime").JSX.Element;
15
+ export declare function EmptyState({ icon, title, desc, flexDir, btnText, onClick, customSvgClassName, }: EmptyStateProps): import("react/jsx-runtime").JSX.Element;
14
16
  export {};
package/dist/hybr1d-ui.js CHANGED
@@ -924,7 +924,7 @@ function xi({
924
924
  }
925
925
  Q.MenuButton = rr;
926
926
  Q.ActionsDropdown = xi;
927
- const Ci = "_container_1wo2u_1", _i = "_containerRow_1wo2u_11", yi = "_title_1wo2u_16", Ai = "_textRow_1wo2u_25", Ni = "_desc_1wo2u_29", Si = "_info_1wo2u_41", Ei = "_iconBox_1wo2u_45", wi = "_icon_1wo2u_45", He = {
927
+ const Ci = "_container_1wxyt_1", _i = "_containerRow_1wxyt_11", yi = "_title_1wxyt_16", Ai = "_textRow_1wxyt_25", Ni = "_desc_1wxyt_29", Si = "_info_1wxyt_41", Ei = "_iconBox_1wxyt_45", wi = "_icon_1wxyt_45", He = {
928
928
  container: Ci,
929
929
  containerRow: _i,
930
930
  title: yi,
@@ -940,10 +940,17 @@ function or({
940
940
  desc: s,
941
941
  flexDir: r = "column",
942
942
  btnText: n,
943
- onClick: i
943
+ onClick: i,
944
+ customSvgClassName: l
944
945
  }) {
945
946
  return /* @__PURE__ */ o.jsxs("div", { className: B(He.container, r === "row" && He.containerRow), children: [
946
- /* @__PURE__ */ o.jsx("div", { className: He.iconBox, children: /* @__PURE__ */ o.jsx(M, { path: t, svgClassName: He.icon }) }),
947
+ /* @__PURE__ */ o.jsx("div", { className: He.iconBox, children: /* @__PURE__ */ o.jsx(
948
+ M,
949
+ {
950
+ path: t,
951
+ svgClassName: B(He.icon, l || void 0)
952
+ }
953
+ ) }),
947
954
  /* @__PURE__ */ o.jsxs("div", { className: He.info, children: [
948
955
  /* @__PURE__ */ o.jsx("h6", { className: B(He.title, r === "row" && He.textRow), children: e }),
949
956
  s && /* @__PURE__ */ o.jsx("p", { className: B(He.desc, r === "row" && He.textRow), children: s })
@@ -7156,7 +7163,7 @@ function ob({ filterConfig: t }) {
7156
7163
  ) })
7157
7164
  ] });
7158
7165
  }
7159
- const ib = "_actionCommon_1bo7q_1", ab = "_backdrop_1bo7q_21", lb = "_content_1bo7q_34", cb = "_title_1bo7q_64", ub = "_desc_1bo7q_74", db = "_closeIconSpan_1bo7q_81", pb = "_closeIcon_1bo7q_81", gb = "_footer_1bo7q_101", bb = "_colBox_1bo7q_114", mb = "_options_1bo7q_125", fb = "_option_1bo7q_125", hb = "_dropdownSearch_1bo7q_142", vb = "_info_1bo7q_151", Ib = "_info2_1bo7q_152", xb = "_optionLabel_1bo7q_179", Cb = "_optionDis_1bo7q_191", _b = "_checkbox_1bo7q_199", yb = "_draggable_1bo7q_217", Ab = "_optionDisabled_1bo7q_221", le = {
7166
+ const ib = "_actionCommon_5xux9_1", ab = "_backdrop_5xux9_21", lb = "_content_5xux9_34", cb = "_title_5xux9_65", ub = "_desc_5xux9_75", db = "_closeIconSpan_5xux9_82", pb = "_closeIcon_5xux9_82", gb = "_footer_5xux9_102", bb = "_colBox_5xux9_115", mb = "_options_5xux9_126", fb = "_option_5xux9_126", hb = "_dropdownSearch_5xux9_143", vb = "_info_5xux9_152", Ib = "_info2_5xux9_153", xb = "_optionLabel_5xux9_180", Cb = "_optionDis_5xux9_192", _b = "_checkbox_5xux9_200", yb = "_draggable_5xux9_218", Ab = "_optionDisabled_5xux9_222", le = {
7160
7167
  actionCommon: ib,
7161
7168
  backdrop: ab,
7162
7169
  content: lb,
@@ -7922,8 +7929,8 @@ function p2({
7922
7929
  onColumnVisibilityChange: b,
7923
7930
  onColumnOrderChange: y,
7924
7931
  onColumnPinningChange: R,
7925
- enableRowSelection: !0,
7926
7932
  onRowSelectionChange: (i == null ? void 0 : i.setRowSelection) || N,
7933
+ enableRowSelection: !0,
7927
7934
  enableMultiRowSelection: !X,
7928
7935
  manualPagination: !0,
7929
7936
  manualFiltering: !0,