@kashifd/jwero-components 0.4.8 → 0.5.0

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.d.ts CHANGED
@@ -4,10 +4,10 @@ import { default as JweroConfirmationDialog } from './components/jwero_confirmat
4
4
  import { default as JweroPrimaryButton } from './components/jwero_primary_button/JweroPrimaryButton';
5
5
  import { default as JweroSearchBox } from './components/jwero_search_box';
6
6
  import { default as JweroViewOptions } from './components/jwero_view_options';
7
- import { default as JweroCheckbox } from './components/JweroCheckbox';
8
7
  import { default as JweroRadio } from './components/JweroRadio';
9
8
  import { default as JweroTypography } from './components/JweroTypography';
10
9
  import { default as JweroDialogHeader } from './components/JweroDialogHeader';
11
10
  import { default as JweroSidebar } from './components/JweroSidebar';
11
+ import { default as JweroCheckbox } from './components/JweroCheckBox';
12
12
 
13
- export { JweroTypography, JweroBadge, JweroConfirmationDialog, JweroCustomField, JweroPrimaryButton, JweroSearchBox, JweroViewOptions, JweroCheckbox, JweroRadio, JweroDialogHeader, JweroSidebar };
13
+ export { JweroTypography, JweroBadge, JweroConfirmationDialog, JweroCustomField, JweroPrimaryButton, JweroSearchBox, JweroViewOptions, JweroCheckbox, JweroRadio, JweroDialogHeader, JweroSidebar, };
package/dist/index.es.js CHANGED
@@ -35695,20 +35695,6 @@ const Om = () => /* @__PURE__ */ v.jsx(
35695
35695
  }
35696
35696
  );
35697
35697
  }, $D = ({ checked: e = !1, onChange: t, sx: o }) => {
35698
- const r = (s) => {
35699
- t == null || t(s.target.checked);
35700
- };
35701
- return /* @__PURE__ */ v.jsx(
35702
- yl,
35703
- {
35704
- icon: /* @__PURE__ */ v.jsx(Om, {}),
35705
- checkedIcon: /* @__PURE__ */ v.jsx(Rm, {}),
35706
- checked: e,
35707
- onChange: r,
35708
- sx: { padding: 0, margin: 0, ...o }
35709
- }
35710
- );
35711
- }, ND = ({ checked: e = !1, onChange: t, sx: o }) => {
35712
35698
  const r = (s) => {
35713
35699
  t == null || t(s.target.checked);
35714
35700
  };
@@ -35723,7 +35709,7 @@ const Om = () => /* @__PURE__ */ v.jsx(
35723
35709
  sx: { padding: 0, margin: 0, ...o }
35724
35710
  }
35725
35711
  );
35726
- }, jD = ({
35712
+ }, ND = ({
35727
35713
  title: e,
35728
35714
  subTitle: t,
35729
35715
  onClose: o,
@@ -35790,7 +35776,7 @@ const Om = () => /* @__PURE__ */ v.jsx(
35790
35776
  },
35791
35777
  children: [
35792
35778
  /* @__PURE__ */ v.jsxs("span", { style: { color: "#012687" }, children: [
35793
- (s == null ? void 0 : s.custom_name) + " ",
35779
+ s != null && s.custom_name ? (s == null ? void 0 : s.custom_name) + " " : "Steps ",
35794
35780
  (s == null ? void 0 : s.current_step) ?? "1 "
35795
35781
  ] }),
35796
35782
  /* @__PURE__ */ v.jsxs("span", { style: { color: "rgba(85, 87, 112, 0.5) " }, children: [
@@ -36038,7 +36024,7 @@ function RD() {
36038
36024
  }
36039
36025
  new Promise(() => {
36040
36026
  });
36041
- const AD = ({
36027
+ const jD = ({
36042
36028
  currentPage: e,
36043
36029
  primaryNavigationData: t,
36044
36030
  secondaryNavigationData: o,
@@ -36131,17 +36117,31 @@ const AD = ({
36131
36117
  ]
36132
36118
  }
36133
36119
  );
36120
+ }, AD = ({ checked: e = !1, onChange: t, sx: o }) => {
36121
+ const r = (s) => {
36122
+ t == null || t(s.target.checked);
36123
+ };
36124
+ return /* @__PURE__ */ v.jsx(
36125
+ yl,
36126
+ {
36127
+ icon: /* @__PURE__ */ v.jsx(Om, {}),
36128
+ checkedIcon: /* @__PURE__ */ v.jsx(Rm, {}),
36129
+ checked: e,
36130
+ onChange: r,
36131
+ sx: { padding: 0, margin: 0, ...o }
36132
+ }
36133
+ );
36134
36134
  };
36135
36135
  export {
36136
36136
  jv as JweroBadge,
36137
- $D as JweroCheckbox,
36137
+ AD as JweroCheckbox,
36138
36138
  DD as JweroConfirmationDialog,
36139
36139
  kD as JweroCustomField,
36140
- jD as JweroDialogHeader,
36140
+ ND as JweroDialogHeader,
36141
36141
  fd as JweroPrimaryButton,
36142
- ND as JweroRadio,
36142
+ $D as JweroRadio,
36143
36143
  MD as JweroSearchBox,
36144
- AD as JweroSidebar,
36144
+ jD as JweroSidebar,
36145
36145
  ko as JweroTypography,
36146
36146
  ID as JweroViewOptions
36147
36147
  };