@kashifd/jwero-components 0.6.35 → 0.6.38

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,7 +4,6 @@ export { default as JweroConfirmationDialog } from './components/jwero_confirmat
4
4
  export { default as JweroCustomField } from './components/jwero_custom_field';
5
5
  export { default as JweroDateFilter } from './components/jwero_date_filter/index.tsx';
6
6
  export { default as JweroPrimaryButton } from './components/jwero_primary_button/JweroPrimaryButton';
7
- export * from './components/jwero_primary_button/JweroPrimaryButton';
8
7
  export { default as JweroSearchBox } from './components/jwero_search_box';
9
8
  export { default as JweroSnackbar } from './components/jwero_snackbar/index.tsx';
10
9
  export { default as JweroStatusChip } from './components/jwero_status_chip/index.tsx';
package/dist/index.es.js CHANGED
@@ -46344,6 +46344,7 @@ const Na = ({ stroke: e = "#000", ...t }) => /* @__PURE__ */ w.jsxs(
46344
46344
  H1,
46345
46345
  {
46346
46346
  value: I ? Ar(I) : null,
46347
+ format: "DD/MM/YYYY",
46347
46348
  onChange: (q) => {
46348
46349
  const te = Ar(q).unix();
46349
46350
  t(new Date(te * 1e3));