@mezzanine-ui/react 0.14.8 → 0.14.9

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 (117) hide show
  1. package/Accordion/Accordion.d.ts +0 -1
  2. package/Accordion/AccordionControlContext.d.ts +0 -1
  3. package/Accordion/AccordionDetails.d.ts +0 -1
  4. package/AppBar/AppBarBrand.d.ts +0 -1
  5. package/AppBar/AppBarMain.d.ts +0 -1
  6. package/AppBar/AppBarSupport.d.ts +0 -1
  7. package/Badge/Badge.d.ts +0 -1
  8. package/Badge/BadgeContainer.d.ts +0 -1
  9. package/Button/Button.d.ts +0 -1
  10. package/Button/Button.js +1 -2
  11. package/Button/IconButton.d.ts +1 -1
  12. package/Button/IconButton.js +1 -2
  13. package/Button/index.js +2 -2
  14. package/Calendar/Calendar.d.ts +0 -1
  15. package/Calendar/CalendarCell.d.ts +1 -2
  16. package/Calendar/CalendarContext.d.ts +1 -1
  17. package/Calendar/CalendarControls.d.ts +1 -2
  18. package/Calendar/CalendarDayOfWeek.d.ts +1 -2
  19. package/Calendar/CalendarDays.d.ts +1 -2
  20. package/Calendar/CalendarMonths.d.ts +1 -2
  21. package/Calendar/CalendarWeeks.d.ts +1 -2
  22. package/Calendar/CalendarYears.d.ts +1 -2
  23. package/Calendar/useCalendarControls.d.ts +0 -1
  24. package/Checkbox/CheckboxGroupContext.d.ts +0 -1
  25. package/DatePicker/DatePicker.d.ts +0 -1
  26. package/DateRangePicker/DateRangePicker.d.ts +0 -1
  27. package/DateRangePicker/useDateRangePickerValue.d.ts +3 -3
  28. package/DateTimePicker/DateTimePicker.d.ts +0 -1
  29. package/DateTimePicker/DateTimePickerPanel.d.ts +0 -1
  30. package/Drawer/Drawer.d.ts +0 -1
  31. package/Form/FormControlContext.d.ts +0 -1
  32. package/Form/FormField.d.ts +0 -1
  33. package/Form/FormMessage.d.ts +0 -1
  34. package/Form/useCheckboxControlValue.d.ts +1 -1
  35. package/Form/useControlValueState.d.ts +0 -1
  36. package/Form/useCustomControlValue.d.ts +1 -1
  37. package/Form/useInputControlValue.d.ts +1 -1
  38. package/Form/useInputWithClearControlValue.d.ts +1 -1
  39. package/Form/useRadioControlValue.d.ts +1 -1
  40. package/Form/useSwitchControlValue.d.ts +1 -1
  41. package/Icon/Icon.d.ts +0 -1
  42. package/Loading/Loading.d.ts +0 -1
  43. package/Menu/Menu.d.ts +0 -1
  44. package/Menu/MenuDivider.d.ts +0 -1
  45. package/Menu/MenuItem.d.ts +0 -1
  46. package/Message/Message.js +2 -2
  47. package/Modal/Modal.d.ts +0 -1
  48. package/Modal/ModalActions.d.ts +0 -1
  49. package/Modal/ModalBody.d.ts +0 -1
  50. package/Modal/ModalControl.d.ts +0 -1
  51. package/Modal/ModalFooter.d.ts +0 -1
  52. package/Modal/ModalHeader.d.ts +0 -1
  53. package/Modal/useModalContainer.d.ts +1 -2
  54. package/Navigation/NavigationContext.d.ts +0 -1
  55. package/Notifier/NotifierManager.d.ts +1 -1
  56. package/Pagination/Pagination.d.ts +1 -1
  57. package/Pagination/PaginationJumper.d.ts +1 -1
  58. package/Pagination/PaginationPageSize.d.ts +1 -1
  59. package/Progress/Progress.d.ts +0 -1
  60. package/Provider/context.d.ts +0 -1
  61. package/Radio/RadioGroupContext.d.ts +0 -1
  62. package/Select/AutoComplete.d.ts +0 -1
  63. package/Select/Option.d.ts +0 -1
  64. package/Select/Select.d.ts +0 -1
  65. package/Select/SelectControlContext.d.ts +0 -1
  66. package/Select/TreeSelect.d.ts +0 -1
  67. package/Skeleton/Skeleton.d.ts +0 -1
  68. package/Slider/useSlider.js +1 -1
  69. package/Stepper/Step.d.ts +0 -1
  70. package/Table/Table.js +1 -1
  71. package/Table/TableBody.d.ts +0 -1
  72. package/Table/TableBody.js +1 -2
  73. package/Table/TableBodyRow.d.ts +0 -1
  74. package/Table/TableBodyRow.js +5 -5
  75. package/Table/TableCell.d.ts +0 -1
  76. package/Table/TableExpandedTable.d.ts +0 -1
  77. package/Table/TableExpandedTable.js +1 -2
  78. package/Table/TableHeader.d.ts +0 -1
  79. package/Table/TableHeader.js +1 -2
  80. package/Table/draggable/useTableDraggable.d.ts +1 -1
  81. package/Table/editable/TableEditRenderWrapper.d.ts +1 -2
  82. package/Table/expandable/TableExpandable.d.ts +0 -1
  83. package/Table/expandable/TableExpandable.js +1 -2
  84. package/Table/pagination/TablePagination.js +1 -2
  85. package/Table/pagination/useTablePagination.d.ts +1 -1
  86. package/Table/rowSelection/TableRowSelection.d.ts +0 -1
  87. package/Table/rowSelection/TableRowSelection.js +1 -2
  88. package/Table/rowSelection/useTableRowSelection.d.ts +1 -1
  89. package/Table/sorting/TableSortingIcon.d.ts +0 -1
  90. package/Table/sorting/TableSortingIcon.js +1 -2
  91. package/Table/sorting/useTableSorting.d.ts +1 -2
  92. package/Table/useTableFetchMore.d.ts +1 -1
  93. package/Table/useTableLoading.d.ts +1 -1
  94. package/Table/useTableScroll.d.ts +126 -114
  95. package/Tabs/Tab.d.ts +0 -1
  96. package/TimePicker/TimePicker.d.ts +0 -1
  97. package/TimePicker/TimePickerPanel.d.ts +0 -1
  98. package/Tooltip/useDelayMouseEnterLeave.d.ts +0 -1
  99. package/Transition/Collapse.d.ts +0 -1
  100. package/Transition/Fade.d.ts +0 -1
  101. package/Transition/Grow.d.ts +0 -1
  102. package/Transition/SlideFade.d.ts +0 -1
  103. package/Transition/Transition.d.ts +1 -1
  104. package/Transition/Zoom.d.ts +0 -1
  105. package/Transition/useAutoTransitionDuration.d.ts +0 -1
  106. package/Tree/TreeNode.d.ts +0 -1
  107. package/Tree/TreeNodeList.d.ts +0 -1
  108. package/Tree/useTreeExpandedValue.d.ts +0 -1
  109. package/Typography/Typography.js +1 -2
  110. package/Upload/UploadButton.d.ts +0 -1
  111. package/Upload/UploadInput.d.ts +0 -1
  112. package/Upload/UploadInput.js +1 -2
  113. package/Upload/UploadPictureWallItem.d.ts +1 -1
  114. package/Upload/UploadPictureWallItem.js +1 -2
  115. package/_internal/InputTriggerPopper/InputTriggerPopper.d.ts +0 -1
  116. package/_internal/SlideFadeOverlay/SlideFadeOverlay.d.ts +0 -1
  117. package/package.json +13 -14
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TransitionImplementationProps } from './Transition';
3
2
  export interface GrowProps extends TransitionImplementationProps {
4
3
  /**
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TransitionImplementationProps } from './Transition';
3
2
  export type SlideFadeDirection = 'left' | 'right' | 'up' | 'down';
4
3
  export interface SlideFadeProps extends TransitionImplementationProps {
@@ -94,5 +94,5 @@ export interface TransitionImplementationProps extends Omit<TransitionProps, 'ad
94
94
  /**
95
95
  * The react component for `mezzanine` transition.
96
96
  */
97
- declare function Transition(props: TransitionProps): JSX.Element;
97
+ declare function Transition(props: TransitionProps): import("react/jsx-runtime").JSX.Element;
98
98
  export default Transition;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TransitionImplementationProps } from './Transition';
3
2
  export type ZoomProps = TransitionImplementationProps;
4
3
  /**
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TransitionDuration } from './Transition';
3
2
  export declare function useAutoTransitionDuration(duration?: TransitionDuration): {
4
3
  autoTransitionDuration: import("react").MutableRefObject<number>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TreeNodeValue, TreeSize } from '@mezzanine-ui/core/tree';
3
2
  import { CollapseProps } from '../Transition';
4
3
  import { NativeElementPropsWithoutKeyAndRef } from '../utils/jsx-types';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { NativeElementPropsWithoutKeyAndRef } from '../utils/jsx-types';
3
2
  import { TreeNodeElementProps, TreeNodeProps } from './TreeNode';
4
3
  import { TreeNodeData, TreeNodeRefs } from './typings';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TreeNodeValue } from '@mezzanine-ui/core/tree';
3
2
  import { TreeNodeListProps } from './TreeNodeList';
4
3
  import { TreeNodeProp } from './typings';
@@ -40,6 +40,5 @@ const Typography = forwardRef(function Typography(props, ref) {
40
40
  [typographyClasses.weight]: weight,
41
41
  }, className), style: style, title: title, children: children }));
42
42
  });
43
- var Typography$1 = Typography;
44
43
 
45
- export { Typography$1 as default };
44
+ export { Typography as default };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ButtonProps } from '../Button';
3
2
  import { UploadInputProps } from './UploadInput';
4
3
  export interface UploadButtonProps extends Omit<ButtonProps, 'component' | 'prefix' | 'suffix'>, UploadInputProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface UploadInputProps {
3
2
  /**
4
3
  * The accept attributes of native input element.
@@ -20,6 +20,5 @@ const UploadInput = forwardRef((props, ref) => {
20
20
  }
21
21
  }, type: "file" }));
22
22
  });
23
- var UploadInput$1 = UploadInput;
24
23
 
25
- export { UploadInput$1 as default };
24
+ export { UploadInput as default };
@@ -11,5 +11,5 @@ export interface UploadPictureWallItemProps extends Pick<UploadPictureBlockProps
11
11
  onDelete?: MouseEventHandler;
12
12
  onUpload?: (files: File[]) => void;
13
13
  }
14
- declare const UploadPictureWallItem: (props: UploadPictureWallItemProps) => JSX.Element;
14
+ declare const UploadPictureWallItem: (props: UploadPictureWallItemProps) => import("react/jsx-runtime").JSX.Element;
15
15
  export default UploadPictureWallItem;
@@ -14,6 +14,5 @@ const UploadPictureWallItem = (props) => {
14
14
  }, []);
15
15
  return (jsx("div", { className: cx(uploadPictureWallClasses.item), children: jsx(UploadPictureBlock, { accept: accept, defaultUploadErrorLabel: defaultUploadErrorLabel, defaultUploadingLabel: defaultUploadingLabel, defaultUploadLabel: defaultUploadLabel, disabled: disabled, imageLoader: loader.current, multiple: multiple, onDelete: onDelete, onUpload: onUpload, fileHost: fileHost }) }));
16
16
  };
17
- var UploadPictureWallItem$1 = UploadPictureWallItem;
18
17
 
19
- export { UploadPictureWallItem$1 as default };
18
+ export { UploadPictureWallItem as default };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PopperProps } from '../../Popper';
3
2
  import { FadeProps } from '../../Transition';
4
3
  export interface InputTriggerPopperProps extends PopperProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { NativeElementPropsWithoutKeyAndRef } from '../../utils/jsx-types';
3
2
  import { OverlayProps } from '../../Overlay';
4
3
  import { SlideFadeProps, SlideFadeDirection } from '../../Transition';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mezzanine-ui/react",
3
- "version": "0.14.8",
3
+ "version": "0.14.9",
4
4
  "description": "React components for mezzanine-ui",
5
5
  "author": "Mezzanine",
6
6
  "repository": {
@@ -28,14 +28,14 @@
28
28
  "react-dom": "^18.2.0"
29
29
  },
30
30
  "dependencies": {
31
- "@mezzanine-ui/core": "^0.14.8",
32
- "@mezzanine-ui/icons": "^0.14.8",
33
- "@mezzanine-ui/system": "^0.14.8",
31
+ "@hello-pangea/dnd": "^16.6.0",
32
+ "@mezzanine-ui/core": "^0.14.9",
33
+ "@mezzanine-ui/icons": "^0.14.9",
34
+ "@mezzanine-ui/system": "^0.14.9",
34
35
  "@popperjs/core": "^2.11.6",
35
36
  "@types/react-transition-group": "^4.4.8",
36
- "clsx": "^2.0.0",
37
+ "clsx": "^2.1.1",
37
38
  "lodash": "^4.17.21",
38
- "react-beautiful-dnd": "^13.1.1",
39
39
  "react-popper": "^2.3.0",
40
40
  "react-transition-group": "^4.4.5",
41
41
  "tslib": "^2.4.1"
@@ -45,16 +45,15 @@
45
45
  "@testing-library/react-hooks": "^8.0.1",
46
46
  "@types/lodash": "^4.14.200",
47
47
  "@types/moment": "^2.13.0",
48
- "@types/react": "^18.2.33",
49
- "@types/react-beautiful-dnd": "^13.1.6",
50
- "@types/react-dom": "^18.2.14",
48
+ "@types/react": "^18.3.3",
49
+ "@types/react-dom": "^18.3.0",
51
50
  "@types/react-test-renderer": "^18.0.5",
52
51
  "dayjs": "^1.11.10",
53
52
  "lodash": "^4.17.21",
54
- "luxon": "^3.4.3",
55
- "moment": "^2.29.4",
56
- "react": "^18.2.0",
57
- "react-dom": "^18.2.0",
58
- "react-test-renderer": "^18.2.0"
53
+ "luxon": "^3.4.4",
54
+ "moment": "^2.30.1",
55
+ "react": "^18.3.1",
56
+ "react-dom": "^18.3.1",
57
+ "react-test-renderer": "^18.3.0"
59
58
  }
60
59
  }