ingred-ui 9.0.1 → 9.0.2

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.
@@ -10,6 +10,7 @@ export declare type FixedPanelProps = {
10
10
  * Define distance from top/bottom.
11
11
  */
12
12
  offset?: number;
13
+ children?: React.ReactNode;
13
14
  };
14
15
  declare const FixedPanel: React.ForwardRefExoticComponent<FixedPanelProps & React.RefAttributes<HTMLDivElement>>;
15
16
  export default FixedPanel;
@@ -17,6 +17,7 @@ export declare type SnackbarProps = {
17
17
  * Callback function that triggered when clicked ✖︎ Icon.
18
18
  */
19
19
  onClose?: () => void;
20
+ children?: React.ReactNode;
20
21
  };
21
22
  declare const Snackbar: React.ForwardRefExoticComponent<SnackbarProps & React.RefAttributes<HTMLDivElement>>;
22
23
  export default Snackbar;
package/dist/index.es.js CHANGED
@@ -16674,7 +16674,7 @@ if (typeof Object.create === 'function') {
16674
16674
  }
16675
16675
 
16676
16676
  try {
16677
- var util = util$1;
16677
+ var util = require('util');
16678
16678
  if (typeof util.inherits !== 'function') throw '';
16679
16679
  inherits.exports = util.inherits;
16680
16680
  } catch (e) {