@kashifd/jwero-components 0.7.75 → 0.7.77
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 +0 -1
- package/dist/index.es.js +37 -22
- package/dist/index.umd.js +1 -1
- package/dist/src/components/JweroBreadcrumbs.d.ts +1 -0
- package/dist/src/components/JweroChip.d.ts +1 -0
- package/dist/src/components/JweroDialogHeader.d.ts +1 -0
- package/dist/src/components/JweroPicker.d.ts +1 -0
- package/dist/src/components/JweroPopper.d.ts +1 -0
- package/dist/src/components/JweroRadio.d.ts +1 -0
- package/dist/src/components/JweroSidebar.d.ts +1 -0
- package/dist/src/components/JweroToggleButton.d.ts +1 -0
- package/dist/src/components/JweroTypography.d.ts +1 -0
- package/dist/src/components/jwero_actions_button/index.d.ts +1 -0
- package/dist/src/components/jwero_alerts/index.d.ts +1 -0
- package/dist/src/components/jwero_badger/index.d.ts +1 -0
- package/dist/src/components/jwero_button_menu/components/JweroMenu.d.ts +1 -0
- package/dist/src/components/jwero_button_menu/index.d.ts +1 -0
- package/dist/src/components/jwero_charts/components/AreaChart.d.ts +1 -0
- package/dist/src/components/jwero_charts/components/BarChart.d.ts +1 -0
- package/dist/src/components/jwero_charts/components/Funnel.d.ts +1 -0
- package/dist/src/components/jwero_charts/components/FunnelChart.d.ts +1 -0
- package/dist/src/components/jwero_charts/components/LineChart.d.ts +1 -0
- package/dist/src/components/jwero_charts/components/MultipleLineChart.d.ts +1 -0
- package/dist/src/components/jwero_charts/components/NumericChart.d.ts +1 -0
- package/dist/src/components/jwero_charts/components/PieChart.d.ts +1 -0
- package/dist/src/components/jwero_charts/components/RacingBarChart.d.ts +1 -0
- package/dist/src/components/jwero_charts/components/RadialChart.d.ts +1 -0
- package/dist/src/components/jwero_charts/index.d.ts +1 -0
- package/dist/src/components/jwero_checkbox/index.d.ts +1 -0
- package/dist/src/components/jwero_confirmation_dialog/index.d.ts +1 -0
- package/dist/src/components/jwero_custom_field/index.d.ts +1 -0
- package/dist/src/components/jwero_data_card/index.d.ts +1 -0
- package/dist/src/components/jwero_data_table/components/JweroPagination.d.ts +1 -0
- package/dist/src/components/jwero_data_table/components/JweroRowsPerPage.d.ts +1 -0
- package/dist/src/components/jwero_data_table/components/JweroTable.d.ts +1 -0
- package/dist/src/components/jwero_data_table/index.d.ts +1 -0
- package/dist/src/components/jwero_date_filter/components/DateFiltersMenu.d.ts +1 -0
- package/dist/src/components/jwero_date_filter/index.d.ts +1 -0
- package/dist/src/components/jwero_dialog_footer/index.d.ts +1 -0
- package/dist/src/components/jwero_drawer/index.d.ts +1 -0
- package/dist/src/components/jwero_empty_state/index.d.ts +1 -0
- package/dist/src/components/jwero_filter_operator/index.d.ts +1 -0
- package/dist/src/components/jwero_navigation/drawer.d.ts +1 -0
- package/dist/src/components/jwero_navigation/index.d.ts +3 -1
- package/dist/src/components/jwero_note_editor/components/AttachmentsSection.d.ts +1 -0
- package/dist/src/components/jwero_note_editor/components/NoteEditorFooter.d.ts +1 -0
- package/dist/src/components/jwero_note_editor/index.d.ts +1 -0
- package/dist/src/components/jwero_order_card/index.d.ts +1 -0
- package/dist/src/components/jwero_phone_input/index.d.ts +1 -0
- package/dist/src/components/jwero_primary_button/index.d.ts +1 -0
- package/dist/src/components/jwero_product_card/index.d.ts +1 -0
- package/dist/src/components/jwero_search_box/index.d.ts +1 -0
- package/dist/src/components/jwero_status_chip/index.d.ts +1 -0
- package/dist/src/components/jwero_tabs/index.d.ts +1 -0
- package/dist/src/components/jwero_task_card/components/CustomAvatarGroup.d.ts +1 -0
- package/dist/src/components/jwero_task_card/components/TeamMembersDisplay.d.ts +1 -0
- package/dist/src/components/jwero_task_card/index.d.ts +1 -0
- package/dist/src/components/jwero_tooltip/index.d.ts +1 -0
- package/dist/src/components/jwero_verticaltabs/index.d.ts +1 -0
- package/dist/src/components/jwero_view_options/index.d.ts +1 -0
- package/dist/src/icons/CheckedCheckboxIcon.d.ts +1 -0
- package/dist/src/icons/CheckedRadioIcon.d.ts +1 -0
- package/dist/src/icons/ToggleOffIcon.d.ts +1 -0
- package/dist/src/icons/ToggleOnIcon.d.ts +1 -0
- package/dist/src/icons/UncheckedRadioIcon.d.ts +1 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/theme/ThemeProvider.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -63271,28 +63271,32 @@ const $H = ({
|
|
|
63271
63271
|
label: "Jwero One",
|
|
63272
63272
|
icon: /* @__PURE__ */ v.jsx(vW, {}),
|
|
63273
63273
|
link: "https://app.jwero.ai",
|
|
63274
|
-
is_coming_soon: !1
|
|
63274
|
+
is_coming_soon: !1,
|
|
63275
|
+
is_beta: !1
|
|
63275
63276
|
},
|
|
63276
63277
|
{
|
|
63277
63278
|
value: "chats",
|
|
63278
63279
|
label: "Chats",
|
|
63279
63280
|
icon: /* @__PURE__ */ v.jsx(sW, {}),
|
|
63280
63281
|
link: "https://chats.jwero.ai/",
|
|
63281
|
-
is_coming_soon: !1
|
|
63282
|
+
is_coming_soon: !1,
|
|
63283
|
+
is_beta: !1
|
|
63282
63284
|
},
|
|
63283
63285
|
{
|
|
63284
63286
|
value: "crm",
|
|
63285
63287
|
label: "CRM",
|
|
63286
63288
|
icon: /* @__PURE__ */ v.jsx(iW, {}),
|
|
63287
|
-
link: "https://jwero.ai
|
|
63288
|
-
is_coming_soon: !
|
|
63289
|
+
link: "https://crm.jwero.ai",
|
|
63290
|
+
is_coming_soon: !1,
|
|
63291
|
+
is_beta: !0
|
|
63289
63292
|
},
|
|
63290
63293
|
{
|
|
63291
63294
|
value: "catalogs",
|
|
63292
63295
|
label: "Catalogs",
|
|
63293
63296
|
icon: /* @__PURE__ */ v.jsx(lW, {}),
|
|
63294
63297
|
link: "https://jwero.ai/",
|
|
63295
|
-
is_coming_soon: !1
|
|
63298
|
+
is_coming_soon: !1,
|
|
63299
|
+
is_beta: !1
|
|
63296
63300
|
}
|
|
63297
63301
|
], _m = [
|
|
63298
63302
|
{
|
|
@@ -63300,56 +63304,64 @@ const $H = ({
|
|
|
63300
63304
|
label: "Digital Gold",
|
|
63301
63305
|
icon: /* @__PURE__ */ v.jsx(cW, {}),
|
|
63302
63306
|
link: "https://jwero.ai/",
|
|
63303
|
-
is_coming_soon: !1
|
|
63307
|
+
is_coming_soon: !1,
|
|
63308
|
+
is_beta: !1
|
|
63304
63309
|
},
|
|
63305
63310
|
{
|
|
63306
63311
|
value: "ecommerce",
|
|
63307
63312
|
label: "Ecommerce",
|
|
63308
63313
|
icon: /* @__PURE__ */ v.jsx(dW, {}),
|
|
63309
63314
|
link: "https://jwero.ai/",
|
|
63310
|
-
is_coming_soon: !1
|
|
63315
|
+
is_coming_soon: !1,
|
|
63316
|
+
is_beta: !0
|
|
63311
63317
|
},
|
|
63312
63318
|
{
|
|
63313
63319
|
value: "automations",
|
|
63314
63320
|
label: "Automations",
|
|
63315
63321
|
icon: /* @__PURE__ */ v.jsx(uW, {}),
|
|
63316
63322
|
link: "https://automations.jwero.ai/",
|
|
63317
|
-
is_coming_soon: !1
|
|
63323
|
+
is_coming_soon: !1,
|
|
63324
|
+
is_beta: !1
|
|
63318
63325
|
},
|
|
63319
63326
|
{
|
|
63320
63327
|
value: "quotations",
|
|
63321
63328
|
label: "Quotations",
|
|
63322
63329
|
icon: /* @__PURE__ */ v.jsx(mW, {}),
|
|
63323
63330
|
link: "https://jwero.ai/",
|
|
63324
|
-
is_coming_soon: !1
|
|
63331
|
+
is_coming_soon: !1,
|
|
63332
|
+
is_beta: !1
|
|
63325
63333
|
},
|
|
63326
63334
|
{
|
|
63327
63335
|
value: "inventory",
|
|
63328
63336
|
label: "Inventory",
|
|
63329
63337
|
icon: /* @__PURE__ */ v.jsx(pW, {}),
|
|
63330
63338
|
link: "https://jwero.ai/",
|
|
63331
|
-
is_coming_soon: !1
|
|
63339
|
+
is_coming_soon: !1,
|
|
63340
|
+
is_beta: !1
|
|
63332
63341
|
},
|
|
63333
63342
|
{
|
|
63334
63343
|
value: "socials",
|
|
63335
63344
|
label: "Socials",
|
|
63336
63345
|
icon: /* @__PURE__ */ v.jsx(fW, {}),
|
|
63337
63346
|
link: "https://jwero.ai/",
|
|
63338
|
-
is_coming_soon: !1
|
|
63347
|
+
is_coming_soon: !1,
|
|
63348
|
+
is_beta: !1
|
|
63339
63349
|
},
|
|
63340
63350
|
{
|
|
63341
63351
|
value: "analytics",
|
|
63342
63352
|
label: "Analytics",
|
|
63343
63353
|
icon: /* @__PURE__ */ v.jsx(gW, {}),
|
|
63344
63354
|
link: "https://jwero.ai/",
|
|
63345
|
-
is_coming_soon: !1
|
|
63355
|
+
is_coming_soon: !1,
|
|
63356
|
+
is_beta: !1
|
|
63346
63357
|
},
|
|
63347
63358
|
{
|
|
63348
63359
|
value: "loyalty",
|
|
63349
63360
|
label: "Loyalty rewards",
|
|
63350
63361
|
icon: /* @__PURE__ */ v.jsx(hW, {}),
|
|
63351
63362
|
link: "https://jwero.ai/",
|
|
63352
|
-
is_coming_soon: !0
|
|
63363
|
+
is_coming_soon: !0,
|
|
63364
|
+
is_beta: !1
|
|
63353
63365
|
}
|
|
63354
63366
|
], QW = ({
|
|
63355
63367
|
sx: e,
|
|
@@ -63481,7 +63493,8 @@ const $H = ({
|
|
|
63481
63493
|
onClick: () => b(R),
|
|
63482
63494
|
label: R.label,
|
|
63483
63495
|
icon: R.icon,
|
|
63484
|
-
isComingSoon: R.is_coming_soon
|
|
63496
|
+
isComingSoon: R.is_coming_soon,
|
|
63497
|
+
isBeta: R == null ? void 0 : R.is_beta
|
|
63485
63498
|
},
|
|
63486
63499
|
R.value
|
|
63487
63500
|
))
|
|
@@ -63518,7 +63531,8 @@ const $H = ({
|
|
|
63518
63531
|
onClick: () => b(R),
|
|
63519
63532
|
label: R.label,
|
|
63520
63533
|
icon: R.icon,
|
|
63521
|
-
isComingSoon: R.is_coming_soon
|
|
63534
|
+
isComingSoon: R.is_coming_soon,
|
|
63535
|
+
isBeta: R == null ? void 0 : R.is_beta
|
|
63522
63536
|
},
|
|
63523
63537
|
R.value
|
|
63524
63538
|
))
|
|
@@ -63535,9 +63549,10 @@ const $H = ({
|
|
|
63535
63549
|
onClick: e,
|
|
63536
63550
|
icon: t,
|
|
63537
63551
|
label: r,
|
|
63538
|
-
isComingSoon: a
|
|
63552
|
+
isComingSoon: a,
|
|
63553
|
+
isBeta: s
|
|
63539
63554
|
}) => {
|
|
63540
|
-
const
|
|
63555
|
+
const c = Ot();
|
|
63541
63556
|
return /* @__PURE__ */ v.jsxs(
|
|
63542
63557
|
Fe,
|
|
63543
63558
|
{
|
|
@@ -63560,7 +63575,7 @@ const $H = ({
|
|
|
63560
63575
|
width: "3.5rem",
|
|
63561
63576
|
transition: "0.3s ease",
|
|
63562
63577
|
"&:hover": {
|
|
63563
|
-
backgroundColor:
|
|
63578
|
+
backgroundColor: c.palette.mode === "light" ? "#fafafa" : c.colors.light_grey
|
|
63564
63579
|
}
|
|
63565
63580
|
},
|
|
63566
63581
|
children: t
|
|
@@ -63572,21 +63587,21 @@ const $H = ({
|
|
|
63572
63587
|
variant: "xlSemibold",
|
|
63573
63588
|
sx: {
|
|
63574
63589
|
textAlign: "center",
|
|
63575
|
-
color:
|
|
63590
|
+
color: c.colors.text_primary,
|
|
63576
63591
|
maxWidth: "5rem"
|
|
63577
63592
|
},
|
|
63578
63593
|
children: r
|
|
63579
63594
|
}
|
|
63580
63595
|
) }),
|
|
63581
|
-
a && /* @__PURE__ */ v.jsx(Fe, { sx: { position: "absolute", top: "-0.75rem", right: "-2rem" }, children: /* @__PURE__ */ v.jsx(
|
|
63596
|
+
(a || s) && /* @__PURE__ */ v.jsx(Fe, { sx: { position: "absolute", top: "-0.75rem", right: a ? "-2rem" : "-1rem" }, children: /* @__PURE__ */ v.jsx(
|
|
63582
63597
|
Lu,
|
|
63583
63598
|
{
|
|
63584
|
-
label: "Coming soon",
|
|
63599
|
+
label: a ? "Coming soon" : "Beta",
|
|
63585
63600
|
value: r,
|
|
63586
63601
|
boxSx: {
|
|
63587
63602
|
width: "fit-content",
|
|
63588
63603
|
padding: "0.25rem 0.35rem",
|
|
63589
|
-
backgroundColor:
|
|
63604
|
+
backgroundColor: a ? c.colors.positive : c.colors.negative
|
|
63590
63605
|
},
|
|
63591
63606
|
labelProps: {
|
|
63592
63607
|
sx: {
|