@ballistix.digital/react-components 0.4.108 → 0.4.109

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
@@ -906,4 +906,4 @@ type Props = {
906
906
  };
907
907
  declare const CheckboxInputGroupForm: FC<Props>;
908
908
 
909
- export { AvatarElement, BadgeElement, BreadcrumbsNavigation, ButtonElement, ButtonGroupElement, ContainerLayout, DateMenuForm, DividerLayout, DropdownElement, IconElement, InputGroupForm, ListContainerLayout, MediaObjectLayout, ModalOverlay, NotificationOverlay, PagePaginationNavigation, LayoutPanel as PanelLayout, PanelPaginationNavigation, SelectMenuForm, SlideOverOverlay, TButtonElementProps, TDateMenuFormProps, TDateMenuFormStyles, TInputGroupFormProps, TInputGroupStyles, TModalOverlayProps, TSelectMenuFormProps, TSelectMenuFormStyles, TTableListProps as TTableList2Props, TTableListProps$1 as TTableListProps, TTableListStyles, TabNavigation, TableColumnOptionsCustom, TableExcelExportCustom as TableExportCustom, TableList, TableList2, VerticalNavigation, CheckboxInputGroupForm as default };
909
+ export { AvatarElement, BadgeElement, BreadcrumbsNavigation, ButtonElement, ButtonGroupElement, CheckboxInputGroupForm as CheckboxInputFormGroup, ContainerLayout, DateMenuForm, DividerLayout, DropdownElement, IconElement, InputGroupForm, ListContainerLayout, MediaObjectLayout, ModalOverlay, NotificationOverlay, PagePaginationNavigation, LayoutPanel as PanelLayout, PanelPaginationNavigation, SelectMenuForm, SlideOverOverlay, TButtonElementProps, TDateMenuFormProps, TDateMenuFormStyles, TInputGroupFormProps, TInputGroupStyles, TModalOverlayProps, TSelectMenuFormProps, TSelectMenuFormStyles, TTableListProps as TTableList2Props, TTableListProps$1 as TTableListProps, TTableListStyles, TabNavigation, TableColumnOptionsCustom, TableExcelExportCustom as TableExportCustom, TableList, TableList2, VerticalNavigation };
package/dist/index.esm.js CHANGED
@@ -11333,5 +11333,5 @@ var styles = {
11333
11333
  },
11334
11334
  };
11335
11335
 
11336
- export { AvatarElement, BadgeElement, BreadcrumbsNavigation, ButtonElement, ButtonGroupElement, ContainerLayout, DateMenuForm, DividerLayout, DropdownElement, IconElement, InputGroupForm, ListContainerLayout, MediaObjectLayout, ModalOverlay, NotificationOverlay, PagePaginationNavigation, LayoutPanel as PanelLayout, PanelPaginationNavigation, SelectMenuForm, SlideOverOverlay, TabNavigation, TableColumnOptionsCustom, TableExcelExportCustom as TableExportCustom, TableList, TableList2, VerticalNavigation, createColumnHelper, CheckboxInputGroupForm as default, fromSelectMenuOptionToStringValue };
11336
+ export { AvatarElement, BadgeElement, BreadcrumbsNavigation, ButtonElement, ButtonGroupElement, CheckboxInputGroupForm as CheckboxInputFormGroup, ContainerLayout, DateMenuForm, DividerLayout, DropdownElement, IconElement, InputGroupForm, ListContainerLayout, MediaObjectLayout, ModalOverlay, NotificationOverlay, PagePaginationNavigation, LayoutPanel as PanelLayout, PanelPaginationNavigation, SelectMenuForm, SlideOverOverlay, TabNavigation, TableColumnOptionsCustom, TableExcelExportCustom as TableExportCustom, TableList, TableList2, VerticalNavigation, createColumnHelper, fromSelectMenuOptionToStringValue };
11337
11337
  //# sourceMappingURL=index.esm.js.map
package/dist/index.js CHANGED
@@ -11349,6 +11349,7 @@ exports.BadgeElement = BadgeElement;
11349
11349
  exports.BreadcrumbsNavigation = BreadcrumbsNavigation;
11350
11350
  exports.ButtonElement = ButtonElement;
11351
11351
  exports.ButtonGroupElement = ButtonGroupElement;
11352
+ exports.CheckboxInputFormGroup = CheckboxInputGroupForm;
11352
11353
  exports.ContainerLayout = ContainerLayout;
11353
11354
  exports.DateMenuForm = DateMenuForm;
11354
11355
  exports.DividerLayout = DividerLayout;
@@ -11371,6 +11372,5 @@ exports.TableList = TableList;
11371
11372
  exports.TableList2 = TableList2;
11372
11373
  exports.VerticalNavigation = VerticalNavigation;
11373
11374
  exports.createColumnHelper = createColumnHelper;
11374
- exports["default"] = CheckboxInputGroupForm;
11375
11375
  exports.fromSelectMenuOptionToStringValue = fromSelectMenuOptionToStringValue;
11376
11376
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "email": "info@ballistix.digital",
8
8
  "url": "https://ballistix.digital"
9
9
  },
10
- "version": "0.4.108",
10
+ "version": "0.4.109",
11
11
  "private": false,
12
12
  "main": "dist/index.js",
13
13
  "module": "dist/index.esm.js",