@ssplib/react-components 0.0.189 → 0.0.190

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.
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- import 'react-toastify/dist/ReactToastify.css';
3
2
  export declare function SspComponentsProvider(props: {
4
3
  children: JSX.Element | JSX.Element[];
5
4
  }): JSX.Element;
@@ -7,7 +7,7 @@ exports.SspComponentsProvider = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const react_toastify_1 = require("react-toastify");
9
9
  const Modal_1 = require("../modal/Modal");
10
- require("react-toastify/dist/ReactToastify.css");
10
+ // import 'react-toastify/dist/ReactToastify.css'
11
11
  //components principal da aplicação
12
12
  function SspComponentsProvider(props) {
13
13
  return (react_1.default.createElement(react_1.default.Fragment, null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssplib/react-components",
3
- "version": "0.0.189",
3
+ "version": "0.0.190",
4
4
  "description": "SSP React Components",
5
5
  "main": "index.js",
6
6
  "author": "Pedro Henrique <sr.hudrick@gmail.com>",