@kashifd/jwero-components 0.7.75 → 0.7.76
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 +36 -21
- 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
|
@@ -2,6 +2,7 @@ import { default as React } from 'react';
|
|
|
2
2
|
import { Theme, SxProps } from '@mui/material';
|
|
3
3
|
import { CustomTypographyProps } from './JweroTypography';
|
|
4
4
|
import { JweroUserAvatarType } from './jwero_avatars';
|
|
5
|
+
|
|
5
6
|
type JweroChipsType = {
|
|
6
7
|
boxSx?: SxProps<Theme>;
|
|
7
8
|
icon?: React.ReactNode;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { Theme, SxProps } from '@mui/material';
|
|
3
|
+
|
|
3
4
|
export type CustomTypographyProps = {
|
|
4
5
|
variant?: "xxxlSemibold" | "xxlSemibold" | "xxlMedium" | "xxlRegular" | "xlBold" | "xlSemibold" | "xlRegular" | "lMedium" | "lRegular" | "xlMedium";
|
|
5
6
|
children: ReactNode;
|
|
@@ -2,6 +2,7 @@ import { PopperProps, SxProps } from '@mui/material';
|
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
import { CustomTypographyProps } from '../JweroTypography';
|
|
4
4
|
import { MenuListType } from './components/JweroMenu';
|
|
5
|
+
|
|
5
6
|
type JweroButtonMenuType = {
|
|
6
7
|
label?: string;
|
|
7
8
|
onOpenMenu?: () => void;
|
|
@@ -3,6 +3,7 @@ import { SxProps } from '@mui/material';
|
|
|
3
3
|
import { JweroTableType } from './components/JweroTable';
|
|
4
4
|
import { JweroPaginationType } from './components/JweroPagination';
|
|
5
5
|
import { JweroRowsPerPageType } from './components/JweroRowsPerPage';
|
|
6
|
+
|
|
6
7
|
export type JweroDataTableType = JweroTableType & {
|
|
7
8
|
customTableHeader?: ReactNode;
|
|
8
9
|
enableScrollButtons?: boolean;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CustomTypographyProps } from '../JweroTypography';
|
|
2
2
|
import { PrimaryButtonProps } from '../jwero_primary_button';
|
|
3
3
|
import { ReactNode } from 'react';
|
|
4
|
+
|
|
4
5
|
type CustomMessageType = Omit<CustomTypographyProps, "children"> & {
|
|
5
6
|
label: string;
|
|
6
7
|
onClick: () => void;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { SxProps } from '@mui/material';
|
|
3
|
+
|
|
3
4
|
type JweroNavigationProps = {
|
|
4
5
|
sx?: SxProps;
|
|
5
6
|
apps?: string[];
|
|
@@ -15,5 +16,6 @@ type JweroNavigationBoxItemProps = {
|
|
|
15
16
|
icon: ReactNode;
|
|
16
17
|
label: string;
|
|
17
18
|
isComingSoon?: boolean;
|
|
19
|
+
isBeta?: boolean;
|
|
18
20
|
};
|
|
19
|
-
export declare const JweroNavigationBoxItem: ({ onClick, icon, label, isComingSoon, }: JweroNavigationBoxItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare const JweroNavigationBoxItem: ({ onClick, icon, label, isComingSoon, isBeta }: JweroNavigationBoxItemProps) => import("react/jsx-runtime").JSX.Element;
|
package/dist/src/index.d.ts
CHANGED