@kashifd/jwero-components 0.7.74 → 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.
Files changed (68) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/dist/index.es.js +1380 -1353
  3. package/dist/index.umd.js +64 -64
  4. package/dist/src/components/JweroBreadcrumbs.d.ts +1 -0
  5. package/dist/src/components/JweroChip.d.ts +1 -0
  6. package/dist/src/components/JweroDialogHeader.d.ts +1 -0
  7. package/dist/src/components/JweroPicker.d.ts +1 -0
  8. package/dist/src/components/JweroPopper.d.ts +1 -0
  9. package/dist/src/components/JweroRadio.d.ts +1 -0
  10. package/dist/src/components/JweroSidebar.d.ts +1 -0
  11. package/dist/src/components/JweroToggleButton.d.ts +1 -0
  12. package/dist/src/components/JweroTypography.d.ts +1 -0
  13. package/dist/src/components/jwero_actions_button/index.d.ts +1 -0
  14. package/dist/src/components/jwero_alerts/index.d.ts +1 -0
  15. package/dist/src/components/jwero_badger/index.d.ts +1 -0
  16. package/dist/src/components/jwero_button_menu/components/JweroMenu.d.ts +1 -0
  17. package/dist/src/components/jwero_button_menu/index.d.ts +1 -0
  18. package/dist/src/components/jwero_charts/components/AreaChart.d.ts +1 -0
  19. package/dist/src/components/jwero_charts/components/BarChart.d.ts +1 -0
  20. package/dist/src/components/jwero_charts/components/Funnel.d.ts +1 -0
  21. package/dist/src/components/jwero_charts/components/FunnelChart.d.ts +1 -0
  22. package/dist/src/components/jwero_charts/components/LineChart.d.ts +1 -0
  23. package/dist/src/components/jwero_charts/components/MultipleLineChart.d.ts +1 -0
  24. package/dist/src/components/jwero_charts/components/NumericChart.d.ts +1 -0
  25. package/dist/src/components/jwero_charts/components/PieChart.d.ts +1 -0
  26. package/dist/src/components/jwero_charts/components/RacingBarChart.d.ts +1 -0
  27. package/dist/src/components/jwero_charts/components/RadialChart.d.ts +1 -0
  28. package/dist/src/components/jwero_charts/index.d.ts +1 -0
  29. package/dist/src/components/jwero_checkbox/index.d.ts +1 -0
  30. package/dist/src/components/jwero_confirmation_dialog/index.d.ts +1 -0
  31. package/dist/src/components/jwero_custom_field/index.d.ts +1 -0
  32. package/dist/src/components/jwero_data_card/index.d.ts +1 -0
  33. package/dist/src/components/jwero_data_table/components/JweroPagination.d.ts +1 -0
  34. package/dist/src/components/jwero_data_table/components/JweroRowsPerPage.d.ts +1 -0
  35. package/dist/src/components/jwero_data_table/components/JweroTable.d.ts +1 -0
  36. package/dist/src/components/jwero_data_table/index.d.ts +1 -0
  37. package/dist/src/components/jwero_date_filter/components/DateFiltersMenu.d.ts +1 -0
  38. package/dist/src/components/jwero_date_filter/index.d.ts +1 -0
  39. package/dist/src/components/jwero_dialog_footer/index.d.ts +1 -0
  40. package/dist/src/components/jwero_drawer/index.d.ts +1 -0
  41. package/dist/src/components/jwero_empty_state/index.d.ts +1 -0
  42. package/dist/src/components/jwero_filter_operator/index.d.ts +1 -0
  43. package/dist/src/components/jwero_navigation/drawer.d.ts +1 -0
  44. package/dist/src/components/jwero_navigation/index.d.ts +3 -1
  45. package/dist/src/components/jwero_note_editor/components/AttachmentsSection.d.ts +1 -0
  46. package/dist/src/components/jwero_note_editor/components/NoteEditorFooter.d.ts +1 -0
  47. package/dist/src/components/jwero_note_editor/index.d.ts +1 -0
  48. package/dist/src/components/jwero_order_card/index.d.ts +6 -1
  49. package/dist/src/components/jwero_phone_input/index.d.ts +1 -0
  50. package/dist/src/components/jwero_primary_button/index.d.ts +1 -0
  51. package/dist/src/components/jwero_product_card/index.d.ts +1 -0
  52. package/dist/src/components/jwero_search_box/index.d.ts +1 -0
  53. package/dist/src/components/jwero_status_chip/index.d.ts +1 -0
  54. package/dist/src/components/jwero_tabs/index.d.ts +1 -0
  55. package/dist/src/components/jwero_task_card/components/CustomAvatarGroup.d.ts +1 -0
  56. package/dist/src/components/jwero_task_card/components/TeamMembersDisplay.d.ts +1 -0
  57. package/dist/src/components/jwero_task_card/index.d.ts +1 -0
  58. package/dist/src/components/jwero_tooltip/index.d.ts +2 -1
  59. package/dist/src/components/jwero_verticaltabs/index.d.ts +1 -0
  60. package/dist/src/components/jwero_view_options/index.d.ts +1 -0
  61. package/dist/src/icons/CheckedCheckboxIcon.d.ts +1 -0
  62. package/dist/src/icons/CheckedRadioIcon.d.ts +1 -0
  63. package/dist/src/icons/ToggleOffIcon.d.ts +1 -0
  64. package/dist/src/icons/ToggleOnIcon.d.ts +1 -0
  65. package/dist/src/icons/UncheckedRadioIcon.d.ts +1 -0
  66. package/dist/src/index.d.ts +1 -0
  67. package/dist/src/theme/ThemeProvider.d.ts +1 -0
  68. package/package.json +1 -1
@@ -1,4 +1,5 @@
1
1
  import { SxProps, Theme } from '@mui/material';
2
+
2
3
  type BreadcrumbItem = {
3
4
  label: string;
4
5
  value: string;
@@ -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 { SxProps, Theme } from '@mui/material';
3
+
3
4
  type JweroDialogHeaderType = {
4
5
  title: string;
5
6
  subTitle?: string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  type ToggleSwitchProps = {};
3
4
  declare const ToggleSwitch: React.FC<ToggleSwitchProps>;
4
5
  export default ToggleSwitch;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { PopperProps, SxProps } from '@mui/material';
3
+
3
4
  type JweroPopperType = {
4
5
  children: React.ReactNode;
5
6
  open: boolean;
@@ -1,4 +1,5 @@
1
1
  import { SxProps, Theme } from '@mui/system';
2
+
2
3
  type JweroRadioType = {
3
4
  checked: boolean;
4
5
  onChange?: (checked: boolean) => void;
@@ -1,5 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { SxProps, Theme } from '@mui/material';
3
+
3
4
  type NavigationDataType = {
4
5
  label: string;
5
6
  value: string;
@@ -1,4 +1,5 @@
1
1
  import { SxProps, Theme } from '@mui/system';
2
+
2
3
  type JweroToggleButtonProps = {
3
4
  checked: boolean;
4
5
  onChange?: (checked: boolean) => void;
@@ -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;
@@ -1,5 +1,6 @@
1
1
  import { SxProps, PopperProps } from '@mui/material';
2
2
  import { MenuOptionType } from '../jwero_button_menu/components/JweroMenu';
3
+
3
4
  type ButtonType = {
4
5
  label?: string;
5
6
  onClick: (e: React.MouseEvent<HTMLElement>) => void;
@@ -1,4 +1,5 @@
1
1
  import { SxProps, Theme } from '@mui/material';
2
+
2
3
  type AlertType = "error" | "warning" | "info" | "success";
3
4
  type AlertVariant = "simple" | "description" | "filled";
4
5
  export interface AlertComponentProps {
@@ -1,4 +1,5 @@
1
1
  import { SxProps } from '@mui/material/styles';
2
+
2
3
  export type CustomBadgePropsType = "single" | "multi" | "off" | "formatted";
3
4
  export type CustomBadgeProps = {
4
5
  type: CustomBadgePropsType;
@@ -1,6 +1,7 @@
1
1
  import { SxProps, Theme } from '@mui/material';
2
2
  import { ReactNode } from 'react';
3
3
  import { CustomTypographyProps } from '../../JweroTypography';
4
+
4
5
  type JweroMenuType = {
5
6
  boxSx?: SxProps<Theme>;
6
7
  menuList?: MenuListType[];
@@ -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;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  type AreaChartProps = {
3
4
  data: number[];
4
5
  labels?: any[];
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  interface BarChartProps {
3
4
  labels: string[];
4
5
  data: number[];
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare const FunnelChart: React.FC;
3
4
  export default FunnelChart;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  type FunnelChartProps = {
3
4
  data: number[];
4
5
  labels?: string[];
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  type LineChartProps = {
3
4
  labels?: any[];
4
5
  data: number[];
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  type EngagementChartProps = {
3
4
  series?: {
4
5
  name: string;
@@ -1,4 +1,5 @@
1
1
  import { SxProps } from '@mui/material';
2
+
2
3
  type NumericChartProps = {
3
4
  data: any;
4
5
  labelName: any;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  type PieChartProps = {
3
4
  data?: any[];
4
5
  labels?: any[];
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  type RacingBarChartProps = {
3
4
  labels?: string[];
4
5
  data: number[];
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { SxProps, Theme } from '@mui/system';
3
+
3
4
  type RadialChartProps = {
4
5
  completionRate?: number;
5
6
  size?: number;
@@ -1,4 +1,5 @@
1
1
  import { SxProps } from '@mui/material';
2
+
2
3
  export type ChartProps = {
3
4
  type?: "radial" | "pie" | "racing_bar" | "numeric" | "line" | "funnel" | "bar" | "multiple_line" | "area";
4
5
  data: any[];
@@ -1,4 +1,5 @@
1
1
  import { SxProps, Theme } from '@mui/material';
2
+
2
3
  type CheckboxProps = {
3
4
  checked?: boolean;
4
5
  onChange?: (checked: boolean) => void;
@@ -1,5 +1,6 @@
1
1
  import { default as React, ReactNode } from 'react';
2
2
  import { JweroCustomFieldType } from '../jwero_custom_field';
3
+
3
4
  type ConfirmationDialogType = {
4
5
  open: boolean;
5
6
  onClose?: () => void;
@@ -1,5 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { CustomTypographyProps } from '../JweroTypography';
3
+
3
4
  export type OptionType = {
4
5
  label: string;
5
6
  value: string | number;
@@ -1,6 +1,7 @@
1
1
  import { default as React, ReactNode } from 'react';
2
2
  import { CustomTypographyProps } from '../JweroTypography';
3
3
  import { SxProps, Theme } from '@mui/material';
4
+
4
5
  type SubDataType = {
5
6
  label: string;
6
7
  value: number;
@@ -1,4 +1,5 @@
1
1
  import { SxProps } from '@mui/material';
2
+
2
3
  export type JweroPaginationType = {
3
4
  currentPage?: number;
4
5
  totalPages?: number;
@@ -1,4 +1,5 @@
1
1
  import { SxProps } from '@mui/material';
2
+
2
3
  export type JweroRowsPerPageType = {
3
4
  rowsPerPage?: number;
4
5
  rowsPerPageOptions?: number[];
@@ -1,5 +1,6 @@
1
1
  import { default as React, ReactNode } from 'react';
2
2
  import { SxProps, Theme } from '@mui/material';
3
+
3
4
  export type JweroTableRowType = any;
4
5
  export type RowDataType = {
5
6
  [key: string]: (data: JweroTableRowType) => ReactNode;
@@ -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,4 +1,5 @@
1
1
  import { DateFilterListType } from '../helper/dateFilterList';
2
+
2
3
  type DateFiltersMenuType = {
3
4
  filterList: DateFilterListType[];
4
5
  value: string;
@@ -1,4 +1,5 @@
1
1
  import { DateFilterListType } from './helper/dateFilterList';
2
+
2
3
  type JweroDateFilterType = {
3
4
  currentFilter: string;
4
5
  onFilterChange: (filter: string) => void;
@@ -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 { SxProps, Theme } from '@mui/material';
2
2
  import { ReactNode } from 'react';
3
+
3
4
  /**
4
5
  * Type definition for JweroDrawer component props
5
6
  */
@@ -1,6 +1,7 @@
1
1
  import { SxProps, Theme } from '@mui/material';
2
2
  import { PrimaryButtonProps } from '../jwero_primary_button';
3
3
  import { ReactElement } from 'react';
4
+
4
5
  type JweroEmptyStateButtonProps = {
5
6
  variant?: "solid" | "outlined";
6
7
  title?: string;
@@ -1,4 +1,5 @@
1
1
  import { SxProps } from '@mui/material';
2
+
2
3
  export type FilterOperatorType = "and" | "or";
3
4
  type FilterOperatorProps = {
4
5
  selectedOperator?: FilterOperatorType;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare const DrawerA: React.FC;
3
4
  export default DrawerA;
@@ -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;
@@ -1,4 +1,5 @@
1
1
  import { NoteAttachment } from '..';
2
+
2
3
  type AttachmentsSectionProps = {
3
4
  attachments: NoteAttachment[];
4
5
  onDelete: (index: number) => void;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  type NoteEditorFooterProps = {
3
4
  onAttach: () => void;
4
5
  onSave: () => void;
@@ -1,4 +1,5 @@
1
1
  import { SxProps } from '@mui/material';
2
+
2
3
  export type NoteAttachment = {
3
4
  id: string | number;
4
5
  name: string;
@@ -1,9 +1,12 @@
1
1
  import { SxProps } from '@mui/material';
2
2
  import { ChipType } from '../jwero_status_chip';
3
3
  import { ReactNode } from 'react';
4
+
4
5
  type JweroOrdersCardType = {
5
6
  price: string;
6
7
  orderNo: string;
8
+ customOrderText?: string;
9
+ customTitleIcon?: ReactNode;
7
10
  orderTitle: string;
8
11
  products: {
9
12
  label: string;
@@ -16,8 +19,10 @@ type JweroOrdersCardType = {
16
19
  channels?: string[];
17
20
  onClick?: () => void;
18
21
  boxSx?: SxProps;
22
+ customPayment?: ReactNode;
23
+ transactionId?: string;
19
24
  };
20
- declare const JweroOrderCard: ({ price, orderNo, orderTitle, products, paymentMethod, date, orderStatus, customPaymentIcon, channels, onClick, boxSx, }: JweroOrdersCardType) => import("react/jsx-runtime").JSX.Element;
25
+ declare const JweroOrderCard: ({ price, orderNo, customOrderText, customTitleIcon, orderTitle, products, paymentMethod, date, orderStatus, customPaymentIcon, channels, onClick, boxSx, customPayment, transactionId, }: JweroOrdersCardType) => import("react/jsx-runtime").JSX.Element;
21
26
  export default JweroOrderCard;
22
27
  type JweroOrderCardChannelsType = {
23
28
  channels: string[];
@@ -1,3 +1,4 @@
1
+
1
2
  export declare const INDIA_CODE: "in";
2
3
  type JweroPhoneInputProps = {
3
4
  value: string;
@@ -1,5 +1,6 @@
1
1
  import { SxProps } from '@mui/material';
2
2
  import { default as React } from 'react';
3
+
3
4
  declare const START_POSITION: "start";
4
5
  declare const END_POSITION: "end";
5
6
  export type PositionProps = typeof START_POSITION | typeof END_POSITION;
@@ -1,4 +1,5 @@
1
1
  import { SxProps } from '@mui/material';
2
+
2
3
  export type JweroProductCardType = {
3
4
  type?: "default" | "offer" | "product details";
4
5
  title: string;
@@ -1,5 +1,6 @@
1
1
  import { SxProps, Theme } from '@mui/material';
2
2
  import { ChangeEvent, ReactNode, RefObject } from 'react';
3
+
3
4
  type AdornmentPropsType = {
4
5
  flag: boolean;
5
6
  icon: ReactNode;
@@ -1,5 +1,6 @@
1
1
  import { SxProps } from '@mui/material';
2
2
  import { ReactNode } from 'react';
3
+
3
4
  export type ChipType = "completed" | "in_progress" | "processing" | "pending" | "scheduled" | "custom";
4
5
  export type ChipConfig = {
5
6
  value: string;
@@ -1,5 +1,6 @@
1
1
  import { ReactNode, SyntheticEvent } from 'react';
2
2
  import { SxProps } from '@mui/material';
3
+
3
4
  type TabItem = {
4
5
  value: string;
5
6
  label: string;
@@ -1,4 +1,5 @@
1
1
  import { SxProps } from '@mui/material';
2
+
2
3
  type CustomAvatarGroupProps = {
3
4
  max: number;
4
5
  avatars: any[];
@@ -1,4 +1,5 @@
1
1
  import { SxProps } from '@mui/material';
2
+
2
3
  type MembersDisplayPropsType = {
3
4
  members: any[];
4
5
  maxDisplayLength?: number;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export type TaskCardType = {
3
4
  segment: {
4
5
  id?: string | number;
@@ -1,5 +1,6 @@
1
1
  import { SxProps, TooltipProps } from '@mui/material';
2
2
  import { ReactElement, ReactNode } from 'react';
3
+
3
4
  type JweroTooltipType = {
4
5
  title: ReactNode;
5
6
  placement?: TooltipProps["placement"];
@@ -8,7 +9,7 @@ type JweroTooltipType = {
8
9
  enterDelay?: number;
9
10
  enterNextDelay?: number;
10
11
  children: ReactElement;
11
- childrenSx: SxProps;
12
+ childrenSx?: SxProps;
12
13
  };
13
14
  declare const JweroTooltip: ({ children, title, placement, variant, enterDelay, enterNextDelay, sx, childrenSx, }: JweroTooltipType) => import("react/jsx-runtime").JSX.Element;
14
15
  export default JweroTooltip;
@@ -1,5 +1,6 @@
1
1
  import { SxProps, Theme } from '@mui/material';
2
2
  import { CustomTypographyProps } from '../JweroTypography';
3
+
3
4
  type MenuList = {
4
5
  value: string;
5
6
  label: string;
@@ -1,6 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  import { SxProps } from '@mui/material';
3
3
  import { CustomTypographyProps } from '../JweroTypography';
4
+
4
5
  export type ViewOption = {
5
6
  value: string;
6
7
  icon: React.ReactNode;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare const CheckboxIcon: React.FC;
3
4
  export default CheckboxIcon;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare const CheckedRadioIcon: React.FC;
3
4
  export default CheckedRadioIcon;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare const ToggleOffIcon: React.FC;
3
4
  export default ToggleOffIcon;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare const ToggleOnIcon: React.FC;
3
4
  export default ToggleOnIcon;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare const UncheckedRadioIcon: React.FC;
3
4
  export default UncheckedRadioIcon;
@@ -1,3 +1,4 @@
1
+
1
2
  export { default as JweroBadge } from './components/jwero_badger';
2
3
  export { default as JweroConfirmationDialog } from './components/jwero_confirmation_dialog';
3
4
  export { default as JweroCustomField } from './components/jwero_custom_field';
@@ -1,4 +1,5 @@
1
1
  import { DefaultTheme } from '@mui/system';
2
+
2
3
  export interface ThemeProviderProps<Theme = DefaultTheme> {
3
4
  children?: React.ReactNode;
4
5
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@kashifd/jwero-components",
3
3
  "description": "A Jwero UI library for React",
4
4
  "private": false,
5
- "version": "0.7.74",
5
+ "version": "0.7.76",
6
6
  "type": "module",
7
7
  "main": "dist/index.umd.js",
8
8
  "module": "dist/index.es.js",