@mamrp/components 1.7.62 → 1.7.63

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.mjs CHANGED
@@ -6714,6 +6714,7 @@ export {
6714
6714
  Page as Accordion,
6715
6715
  AdvancedSearchButton,
6716
6716
  CheckBoxGroup,
6717
+ CustomCheckbox as Checkbox,
6717
6718
  ConfirmationDialog,
6718
6719
  bascule_connection_button_default as ConnectToBasculeButton,
6719
6720
  CustomCheckbox,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mamrp/components",
3
- "version": "1.7.62",
3
+ "version": "1.7.63",
4
4
  "description": "A comprehensive suite of reusable React components.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",