@kashifd/jwero-components 0.6.76 → 0.6.78
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 +2 -2
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export { default as JweroBadge } from './components/jwero_badger';
|
|
|
3
3
|
export { default as JweroConfirmationDialog } from './components/jwero_confirmation_dialog';
|
|
4
4
|
export { default as JweroCustomField } from './components/jwero_custom_field';
|
|
5
5
|
export { default as JweroDateFilter } from './components/jwero_date_filter';
|
|
6
|
-
export { default as JweroPrimaryButton } from './components/jwero_primary_button
|
|
6
|
+
export { default as JweroPrimaryButton } from './components/jwero_primary_button';
|
|
7
7
|
export { default as JweroSearchBox } from './components/jwero_search_box';
|
|
8
8
|
export { default as JweroSnackbar } from './components/jwero_snackbar/index';
|
|
9
9
|
export { default as JweroStatusChip } from './components/jwero_status_chip';
|
|
@@ -24,7 +24,7 @@ export { default as JweroUserAvatar } from './components/jwero_avatars';
|
|
|
24
24
|
export { default as JweroMenu } from './components/jwero_button_menu/components/JweroMenu';
|
|
25
25
|
export { default as JweroButtonMenu } from './components/jwero_button_menu';
|
|
26
26
|
export { default as JweroDrawer } from './components/jwero_drawer';
|
|
27
|
-
export { default as JweroDataCard } from './components/
|
|
27
|
+
export { default as JweroDataCard } from './components/jwero_data_card';
|
|
28
28
|
export { default as JweroChip } from './components/JweroChip';
|
|
29
29
|
export { default as JweroVerticalTabs } from './components/jwero_verticaltabs';
|
|
30
30
|
export { default as JweroActionsButton } from './components/jwero_actions_button';
|
package/dist/index.es.js
CHANGED
|
@@ -49114,7 +49114,7 @@ const VF = /* @__PURE__ */ zo(WF), YF = ({ ...e }) => /* @__PURE__ */ b.jsxs(
|
|
|
49114
49114
|
sx: {
|
|
49115
49115
|
padding: "1rem",
|
|
49116
49116
|
display: "flex",
|
|
49117
|
-
backgroundColor: "#fff",
|
|
49117
|
+
// backgroundColor: "#fff",
|
|
49118
49118
|
borderRadius: "1rem",
|
|
49119
49119
|
backgroundImage: r && (e != null && e.backgroundImage) ? `url(${e.backgroundImage})` : "",
|
|
49120
49120
|
backgroundSize: "cover",
|
|
@@ -50382,7 +50382,7 @@ const bW = ({
|
|
|
50382
50382
|
children: "ONLINE"
|
|
50383
50383
|
}
|
|
50384
50384
|
)
|
|
50385
|
-
] }) : d === "cash" ? /* @__PURE__ */ b.jsxs(b.Fragment, { children: [
|
|
50385
|
+
] }) : d === "cash" || d === "cod" ? /* @__PURE__ */ b.jsxs(b.Fragment, { children: [
|
|
50386
50386
|
/* @__PURE__ */ b.jsx(
|
|
50387
50387
|
oy,
|
|
50388
50388
|
{
|