umwd-components 0.1.19 → 0.1.20

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.
@@ -9,6 +9,7 @@
9
9
 
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
+ var React = require('react');
12
13
  var material = require('@mui/material');
13
14
  var muiMarkdown = require('mui-markdown');
14
15
  var PropTypes = require('prop-types');
@@ -5,6 +5,7 @@
5
5
  * @license MIT
6
6
  */
7
7
 
8
+ import React from 'react';
8
9
  import { Grid, Typography } from '@mui/material';
9
10
  import { MuiMarkdown } from 'mui-markdown';
10
11
  import PropTypes from 'prop-types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umwd-components",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "UMWD Component library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -1,5 +1,6 @@
1
1
  "use client";
2
2
 
3
+ import React from "react";
3
4
  import { Grid, Typography } from "@mui/material";
4
5
  // import Image from "next/image";
5
6
  import { MuiMarkdown } from "mui-markdown";